@charset "UTF-8";
.hamburger__menu {
  display: none;
}


.cartIcon {
  position: relative;
}

.b_header_cart_badge {
  position: absolute;
  top: -5px;
  right: -7px;
  border-radius: 50%;
  background: #E50012;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
}

.megamenu {
  position: fixed;
  left: 0;
  top: 52px;
  width: 100%;
  box-sizing: border-box;
  padding-top: 30px;
  display: none;
}
.megamenu__inner {
  padding: 30px 40px 60px;
  background: #F7F4EF;
  margin: 0 auto;
}
.megamenu__box {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.megamenu__box ul {
  flex-direction: column;
  align-items: flex-start !important;
  gap: 15px !important;
}
.megamenu__box ul li {
  text-align: left;
}
.megamenu__box ul a {
  text-align: left;
}
.megamenu__item {
  width: 23%;
}
.megamenu__item--title {
  padding: 15px 0;
  border-bottom: 1px solid #C9C9C9;
  font-size: 14px;
  margin-bottom: 16px;
}
.megamenu__item--list a {
  font-size: 13px !important;
}
.megamenu__brand {
  max-width: 1200px;
  margin: 0 auto;
}
.megamenu__brand--lists {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.megamenu__brand--list a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #C9C9C9;
  font-size: 10px !important;
}
.megamenu__brand--list a span {
  font-size: 14px !important;
}

.header {
  position: fixed !important;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 25px 40px;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__btns {
  display: none;
}
.header__logo {
  display: block;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header__menu ul {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header__menu ul a {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}
.header__menu ul a:hover {
  text-decoration: underline;
}
.header__menu ul li:hover .megamenu {
  display: block;
}
.header__search {
  position: relative;
}
.header__search input {
  box-sizing: border-box;
  background: #F7F4EF;
  width: 200px;
  height: 30px;
  border: none;
  padding: 10px;
  font-size: 12px;
}
.header__search button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border: none;
  outline: none;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header__right .txt {
  font-size: 12px;
  font-weight: 400;
}
.header__right ul {
  display: flex;
  align-items: center;
  gap: 30px;
}

.fv {
  margin-bottom: 50px;
  display: none;
}
.fv__slider {
  position: relative;
}
.fv .swiper-pagination {
  text-align: right;
  padding-right: 40px !important;
  box-sizing: border-box;
  right: 40px;
  bottom: 40px;
}
.fv .swiper-pagination-bullet-active {
  background: #555;
}

@media screen and (max-width: 1000px) {
  .header {
    position: fixed !important;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 25px 20px;
  }
  .header__inner {
    display: flex;
    justify-content: space-between;
  }
  .header__btns {
    display: none;
  }
  .header__logo {
    display: block;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header__menu {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .header__menu ul {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .header__menu ul a {
    font-size: 13px;
    letter-spacing: 0.1em;
    font-weight: normal;
    font-family: "Roboto", sans-serif;
  }
  .header__search {
    position: relative;
  }
  .header__search input {
    box-sizing: border-box;
    background: #F7F4EF;
    width: 160px;
    height: 30px;
    border: none;
    padding: 10px;
    font-size: 12px;
  }
  .header__search button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: none;
    outline: none;
  }
  .header__right {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .header__right .txt {
    font-size: 12px;
    font-weight: 400;
  }
  .header__right ul {
    display: flex;
    align-items: center;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .hamburger__menu {
    display: block;
    position: fixed;
    left: 0;
    right: unset;
    top: 0;
    transition: 0.3s ease;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 99;
    background: #F7F4EF;
    transform: translateX(-100%);
    padding: 100px 25px;
    box-sizing: border-box;
  }
  .hamburger__menu--top {
    border-top: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
    padding: 5px 0;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .hamburger__menu--top a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 15px 0;
    font-size: 14px;
    gap: 15px;
  }
  .hamburger__menu--top a img {
    height: 15px;
  }
  .hamburger__menu--top a + a {
    border-left: 1px solid #C9C9C9;
  }
  .hamburger__menu .header__search {
    margin-bottom: 30px;
  }
  .hamburger__menu .header__search input {
    width: 100%;
    height: 40px;
    background: #fff;
  }
  .hamburger__menu .header__search button {
    background: transparent !important;
  }
  .hamburger__menu--footer {
    margin-top: 40px;
  }
  .hamburger__menu--footer ul li {
    margin-bottom: 20px;
  }
  .hamburger__menu--footer ul li a {
    font-size: 14px;
  }
  .hamburger__menu--main .calender {
    margin-top: 20px;
  }
  .hamburger__menu--main .calender div.cal_wrapper {
    padding: 7px 2%;
    background: #fff;
  }
  .hamburger__menu--main .calender div.cal_wrapper table.cal {
    width: 100%;
    line-height: 130%;
  }
  .hamburger__menu--main .calender div.cal_wrapper table.cal th {
    height: 17px;
    position: relative;
  }
  .hamburger__menu--main .calender div.cal_wrapper table.cal tr th p.month {
    font-size: 88%;
    position: absolute;
    text-align: center;
    top: -2px;
    width: 100%;
  }
  .hamburger__menu--main .calender div.cal_wrapper table.cal tr th input {
    border: none;
    z-index: 1;
  }
  .hamburger__menu--main .calender div.cal_wrapper table.cal tr th input.prev {
    background: url(../img/calendar_pleft.gif) no-repeat left bottom #FFF;
    height: 17px;
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: middle;
    width: 17px;
  }
  .hamburger__menu--main .calender div.cal_wrapper table.cal tr th input.next {
    background: url(../img/calendar_pright.gif) no-repeat right bottom #FFF;
    height: 17px;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: 17px;
  }
  .hamburger__menu--main .calender div.cal_wrapper table.cal tr td {
    border: solid 1px #CCC;
    font-size: 70%;
    text-align: center;
  }
  .hamburger__menu--main .calender div.cal_wrapper table.cal tr.headline td {
    border: none;
    padding: 10px 0 2px 0;
  }
  .hamburger__menu--main .calender div.subc_cal_cont .cap {
    font-size: 60%;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka?等幅", Osaka-mono, monospace;
    padding: 0 2%;
    width: auto;
    margin-top: 15px;
  }
  .hamburger__menu--main .calender div.subc_cal_cont .cap ul {
    margin: 3px 0 0;
  }
  .hamburger__menu--main .calender div.subc_cal_cont .cap li {
    display: inline-block;
    line-height: 140%;
    overflow: hidden;
  }
  .hamburger__menu--main .calender div.subc_cal_cont .cap li span {
    margin: 0 10px 0 0;
  }
  .hamburger__menu--main .calender div.subc_cal_cont .cap .ico_cap01 {
    font-size: 120%;
    vertical-align: middle;
    margin: 0 2px 0 0;
    color: #FF5078;
  }
  .hamburger__menu--main .calender div.subc_cal_cont .cap .ico_cap02 {
    font-size: 120%;
    vertical-align: middle;
    margin: 0 2px 0 0;
    color: #39F;
  }
  .hamburger__menu--main .calender div.subc_cal_cont .cap .cap-info {
    background-color: #F5F5F5;
    line-height: 140%;
    padding: 10px 3%;
  }
  .hamburger__menu--main .calender div.cal_wrapper table.cal tr td div.Today {
    background-color: #CCCCCC;
    font-weight: bold;
  }
  .hamburger__menu--main .calender div.cal_wrapper table.cal tr td div.Deli {
    background-color: #EFE;
  }
  .hamburger__menu--main .calender div.cal_wrapper table.cal tr td div.Holyday {
    background-color: #FF5078;
    color: #FFF;
  }
  .hamburger__menu--main .calender div.cal_wrapper table.cal tr td div.backward {
    color: #CCC;
    font-weight: normal;
    background-color: #FFF;
  }
  .hamburger__menu--main .calender div.cal_wrapper table.cal tr td div.pointer {
    cursor: pointer;
  }
  .hamburger__menu--main .calender div.cal_wrapper table.cal tr td div.pointer:hover {
    background-color: #EEE;
  }
  .hamburger__menu--main h3 {
    font-size: 20px;
    color: #555;
    padding-bottom: 10px;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    border-bottom: 1px solid #555;
  }
  .hamburger__menu--main > ul {
    margin-bottom: 30px;
  }
  .hamburger__menu--main > ul > li > a {
    display: block;
    width: 100%;
    padding: 19px 0;
    font-size: 14px;
    border-bottom: 1px solid #555;
  }
  .hamburger__menu--main > ul > li > a span {
    font-size: 10px;
  }
  .hamburger__menu--main > ul > li > a.acTtl {
    background: url(../img/icon_plus.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 97%;
  }
  .hamburger__menu--main > ul > li > a.acTtl.is_active {
    background: url(../img/icon_minus.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 97%;
  }
  .hamburger__menu--main > ul > li .acContents {
    height: 0;
    overflow: hidden;
    transition: 0.2s ease height;
  }
  .hamburger__menu--main > ul > li .acContents ul {
    background: #fff;
    padding: 30px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .hamburger__menu--main > ul > li .acContents ul a {
    font-size: 13px;
  }
  .megamenu {
    display: none;
  }
  .header {
    position: fixed !important;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 20px !important;
  }
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__btns {
    display: block;
  }
  .header__logo {
    display: block;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header__logo img {
    height: 42px;
  }
  .header__menu {
    display: none;
    align-items: center;
    gap: 25px;
  }
  .header__menu ul {
    display: flex;
    align-items: center;
    gap: 25px;
  }
  .header__menu ul a {
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: normal;
    font-family: "Roboto", sans-serif;
  }
  .header__search {
    position: relative;
  }
  .header__search input {
    box-sizing: border-box;
    background: #F7F4EF;
    width: 200px;
    height: 30px;
    border: none;
    padding: 10px;
    font-size: 12px;
  }
  .header__search button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: none;
    outline: none;
  }
  .header__right {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .header__right .txt {
    font-size: 12px;
    font-weight: 400;
  }
  .header__right ul {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .fv {
    margin-bottom: 50px;
    display: none;
  }
  .fv__slider {
    position: relative;
  }
  .fv .swiper-pagination {
    text-align: right;
    padding-right: 40px !important;
    box-sizing: border-box;
    right: 20px;
    bottom: 20px;
  }
  .fv .swiper-pagination-bullet-active {
    background: #555;
  }
}
.is-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}
.is-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}
.header__btns {
  width: 30px;
  height: 10px;
  position: relative;
  cursor: pointer;
}

.header__btns span {
  display: block;
  width: 100%;
  height: 1px;
  background: #555555;
  position: absolute;
  left: 0;
  transition: 0.3s;
}

/* 上線 */
.header__btns span:nth-child(1) {
  top: 0;
}

/* 下線 */
.header__btns span:nth-child(2) {
  bottom: 0;
}

/* ===== activeで×に ===== */
.header__btns.is_active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
}

.header__btns.is_active span:nth-child(2) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-30deg);
}

.hamburger__menu {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.hamburger__menu.is_active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}/*# sourceMappingURL=new.css.map */