@charset "UTF-8";
.bscstm .fw-500 {
  font-weight: 500 !important;
}
@media screen and (min-width: 768px) {
  .bscstm .w-md-auto {
    width: auto !important;
  }
  .bscstm .text-md-white {
    color: #ffffff !important;
  }
}

.pane-contents > .container {
  display: block;
  width: 100%;
}

.block-category-list--event {
  display: none;
}

.list_goods_wrap {
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .list_goods_wrap {
    width: auto;
    margin: 3px 3px 20px;
  }
}

.pane-contents {
  padding-bottom: 0;
}

.page-category h1 {
  display: none;
}

.main-contents {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.12em;
  overflow: hidden;
  position: relative;
}
.main-contents img {
  height: auto;
  max-width: 100%;
}
.main-contents a {
  display: inline-block;
  color: #230e02;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .main-contents .inner-wrap__1024 {
    max-width: 1064px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .main-contents .inner-wrap__1280 {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.main-contents .frameBtn {
  display: block;
  position: relative;
  background: transparent; /* 背景を透明に変更 */
  color: #fff;
  z-index: 1;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 16px 10px;
  /* ボーダー */
}
@media screen and (min-width: 768px) {
  .main-contents .frameBtn {
    font-size: 18px;
    padding: 20px 10px;
  }
}
.main-contents .frameBtn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c4a547;
  z-index: -1;
}
.main-contents .frameBtn:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #516273;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: -1;
}
.main-contents .frameBtn .frameBtn-arrow:before {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="8" viewBox="0 0 14 8" fill="none"><path fill-rule="evenodd" stroke="rgb(255, 255, 255)" stroke-width="1px" stroke-linecap="round" stroke-linejoin="miter" fill="none" d="M12.100,1.562 L6.598,6.562 L1.097,1.562"></path></svg>');
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
}
.main-contents h2 {
  text-align: center;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
}
.main-contents h2 span {
  display: block;
  width: 100%;
  font-size: 12px;
  letter-spacing: 0.12em;
  margin-top: -10px;
}
@media screen and (min-width: 768px) {
  .main-contents h2 span {
    font-size: 16px;
    letter-spacing: 0.2em;
    margin-top: 0;
  }
}
.main-contents h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.main-contents .ff-tsukushi {
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.main-contents .img-shadow {
  -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2)); /* 例: 影のオフセット、ぼかし半径、色 */
}
@media screen and (min-width: 768px) {
  .main-contents #mv {
    background-image: url(../img/mv_bg_pc.jpg);
    background-position: center;
    min-height: 470px;
    position: relative;
  }
}
.main-contents #mv .mv-title {
  display: block;
}
@media screen and (min-width: 768px) {
  .main-contents #mv .mv-title {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0;
    border-bottom: none;
    width: 100%;
    background-color: #c4a547;
    opacity: 0.9;
    width: 628px;
    height: 214px;
  }
}
.main-contents #mv .mv-inner {
  max-width: 1260px;
  min-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-contents #mv .mv-inner {
    display: none;
  }
}
.main-contents #mv .mv-text {
  position: absolute;
  top: 50px;
  left: 10px;
}
@media screen and (min-width: 768px) {
  .main-contents .txt-img__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
  }
}
.main-contents .txt-img__contents.txt-img__contents {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .main-contents .txt-img__contents.txt-img__contents {
    margin-top: 60px;
  }
}
.main-contents .txt-img__contents .img-box {
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .main-contents .txt-img__contents .img-box {
    padding-right: 0;
    position: absolute;
    left: 0;
    width: 45%;
  }
}
.main-contents .txt-img__contents .txt-box {
  padding-left: 12px;
  margin-top: -45px;
}
@media screen and (min-width: 768px) {
  .main-contents .txt-img__contents .txt-box {
    width: 59%;
    margin-top: 0;
    padding-top: 40px;
  }
}
.main-contents .txt-img__contents .txt-box .txt-box__inner {
  background-color: #ffffff;
  padding: 80px 27px 35px 15px;
}
@media screen and (min-width: 768px) {
  .main-contents .txt-img__contents .txt-box .txt-box__inner {
    padding: 50px 12%;
  }
}
@media screen and (min-width: 768px) {
  .main-contents .txt-img__contents:nth-child(even) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media screen and (min-width: 768px) {
  .main-contents .txt-img__contents:nth-child(even) .img-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-contents .txt-img__contents:nth-child(even) .img-box {
    padding-right: 0;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .main-contents .txt-img__contents:nth-child(even) .txt-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .main-contents .txt-img__contents:nth-child(even) .txt-box {
    padding-left: 0;
    padding-right: 12px;
  }
}
@media screen and (min-width: 768px) {
  .main-contents .txt-img__contents:nth-child(even) .txt-box .txt-box__inner {
    padding-left: 8%;
  }
}
@media screen and (max-width: 767px) {
  .main-contents .txt-img__contents:nth-child(even) .txt-box .txt-box__inner {
    padding-left: 27ox;
    padding-right: 15px;
  }
}
.main-contents #ourBrand .toggle-gradation {
  position: relative;
}
.main-contents #ourBrand .toggle-gradation:before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(245, 243, 233)), color-stop(70%, rgb(245, 243, 233)), to(rgba(245, 243, 233, 0)));
  background: linear-gradient(0deg, rgb(245, 243, 233) 0%, rgb(245, 243, 233) 70%, rgba(245, 243, 233, 0) 100%);
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 170px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .main-contents #ourBrand .toggle-gradation:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(245, 243, 233)), color-stop(75%, rgb(245, 243, 233)), to(rgba(245, 243, 233, 0)));
    background: linear-gradient(0deg, rgb(245, 243, 233) 0%, rgb(245, 243, 233) 75%, rgba(245, 243, 233, 0) 100%);
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .main-contents #ourBrand .toggle-gradation:has(.active):before {
    height: 90px;
  }
}
.main-contents #ourBrand .toggle-gradation .toggle-gradation__contents {
  height: 500px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .main-contents #ourBrand .toggle-gradation .toggle-gradation__contents {
    height: 550px;
  }
}
.main-contents #ourBrand .toggle-gradation .toggle-gradation__contents .tgl-btn {
  display: block !important;
}
.main-contents #ourBrand .toggle-gradation .toggle-gradation__contents:before {
  content: "";
}
.main-contents #ourBrand .toggle-gradation .toggle-gradation__contents.active:before {
  content: none;
}
.main-contents #ourBrand .toggle-gradation .toggle-gradation__contents.active .tgl-btn .tgl-btn__icon:before {
  content: none;
}
.main-contents #ourBrand .toggle-gradation .tgl-btn {
  display: none;
  position: absolute;
  z-index: 3;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .main-contents #ourBrand .toggle-gradation .tgl-btn {
    bottom: 30px;
    width: 75%;
    text-align: center;
  }
}
.main-contents #ourBrand .toggle-gradation .tgl-btn .tgl-btn__text {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 5px 30px 5px 20px;
  border-bottom: 1px solid #c4a547;
}
@media screen and (max-width: 767px) {
  .main-contents #ourBrand .toggle-gradation .tgl-btn .tgl-btn__text {
    width: 100%;
  }
}
.main-contents #ourBrand .toggle-gradation .tgl-btn .tgl-btn__text:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #c4a547;
  position: absolute;
  top: 0;
  bottom: 3px;
  right: 5px;
  margin: auto;
  border-radius: 5em;
}
.main-contents #ourBrand .toggle-gradation .tgl-btn .tgl-btn__icon:before, .main-contents #ourBrand .toggle-gradation .tgl-btn .tgl-btn__icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ffffff;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.main-contents #ourBrand .toggle-gradation .tgl-btn .tgl-btn__icon:before {
  width: 1px;
  height: 9px;
  right: 14px;
  top: 6px;
}
.main-contents #ourBrand .toggle-gradation .tgl-btn .tgl-btn__icon:after {
  width: 9px;
  height: 1px;
  right: 10px;
  top: -2px;
}
@media screen and (min-width: 768px) {
  .main-contents #ourBrand .bg-glamourdise {
    background-image: url(../img/otherbrand_img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 586px;
  }
}
@media screen and (min-width: 768px) {
  .main-contents #ourBrand .bg-gradation__black--pc {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgb(46, 52, 60)), color-stop(80%, rgba(46, 52, 60, 0)));
    background-image: linear-gradient(90deg, rgb(46, 52, 60) 25%, rgba(46, 52, 60, 0) 80%);
  }
}
@media screen and (max-width: 767px) {
  .main-contents #ourBrand .bg-gradation__black--pc {
    background-color: #2e343c;
  }
}
.main-contents #customerNotice .customerNotice-list > li {
  padding: 0 10px;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .main-contents #customerNotice .customerNotice-list > li {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.main-contents #customerNotice .customerNotice-list > li + li {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .main-contents #customerNotice .customerNotice-list > li + li {
    margin-top: 25px;
  }
}
.main-contents #customerNotice .customerNotice-list > li .toggle-btn {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  padding: 9px 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .main-contents #customerNotice .customerNotice-list > li .toggle-btn {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
.main-contents #customerNotice .customerNotice-list > li .toggle-btn:before, .main-contents #customerNotice .customerNotice-list > li .toggle-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #c4a547;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.main-contents #customerNotice .customerNotice-list > li .toggle-btn:before {
  width: 2px;
  height: 18px;
  right: 18px;
  top: 22px;
}
.main-contents #customerNotice .customerNotice-list > li .toggle-btn:after {
  width: 18px;
  height: 2px;
  right: 10px;
  top: 4px;
}
.main-contents #customerNotice .customerNotice-list > li .toggle-btn.toggle-active:before {
  display: none;
}
.main-contents #customerNotice .customerNotice-list > li .toggle-contents {
  display: none;
  border-top: 1px solid #ebe5b5;
  padding: 15px 10px 25px;
  font-size: 13px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .main-contents #customerNotice .customerNotice-list > li .toggle-contents {
    font-size: 14px;
    padding: 25px 10px 35px;
  }
}
.main-contents #foodPrint .foodPrint-list > li {
  padding: 0 10px;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .main-contents #foodPrint .foodPrint-list > li {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.main-contents #foodPrint .foodPrint-list > li + li {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .main-contents #foodPrint .foodPrint-list > li + li {
    margin-top: 25px;
  }
}
.main-contents #foodPrint .foodPrint-list > li .toggle-btn {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  padding: 9px 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .main-contents #foodPrint .foodPrint-list > li .toggle-btn {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
.main-contents #foodPrint .foodPrint-list > li .toggle-btn:before, .main-contents #foodPrint .foodPrint-list > li .toggle-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #c4a547;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.main-contents #foodPrint .foodPrint-list > li .toggle-btn:before {
  width: 2px;
  height: 18px;
  right: 18px;
  top: 22px;
}
.main-contents #foodPrint .foodPrint-list > li .toggle-btn:after {
  width: 18px;
  height: 2px;
  right: 10px;
  top: 4px;
}
.main-contents #foodPrint .foodPrint-list > li .toggle-btn.toggle-active:before {
  display: none;
}
.main-contents #foodPrint .foodPrint-list > li .toggle-contents {
  display: none;
  border-top: 1px solid #ebe5b5;
  padding: 15px 10px 25px;
  font-size: 13px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .main-contents #foodPrint .foodPrint-list > li .toggle-contents {
    font-size: 14px;
    padding: 25px 10px 35px;
  }
}
.main-contents #foodPrint .foodPrint-list .toggle-contents__title {
  background-color: #f5f3e9;
  color: #c4a547;
  font-weight: bold;
  font-size: 14px;
  padding: 3px 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .main-contents #foodPrint .foodPrint-list .toggle-contents__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.main-contents #foodPrint .foodPrint-list .toggle-contents__box + .toggle-contents__box {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .main-contents #foodPrint .foodPrint-list .toggle-contents__box + .toggle-contents__box {
    margin-top: 20px;
  }
}
.main-contents #foodPrint .foodPrint-list .toggle-contents__section + .toggle-contents__section {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .main-contents #foodPrint .foodPrint-list .toggle-contents__section + .toggle-contents__section {
    margin-top: 30px;
  }
}
.main-contents #foodPrint .foodPrint-list .toggle-contents__q, .main-contents #foodPrint .foodPrint-list .toggle-contents__a {
  padding-left: 25px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .main-contents #foodPrint .foodPrint-list .toggle-contents__q, .main-contents #foodPrint .foodPrint-list .toggle-contents__a {
    padding-left: 35px;
  }
}
.main-contents #foodPrint .foodPrint-list .toggle-contents__q:before, .main-contents #foodPrint .foodPrint-list .toggle-contents__a:before {
  position: absolute;
  left: 0;
  top: 0;
}
.main-contents #foodPrint .foodPrint-list .toggle-contents__q {
  font-size: 14px;
  font-weight: bold;
  color: #c4a547;
}
@media screen and (min-width: 768px) {
  .main-contents #foodPrint .foodPrint-list .toggle-contents__q {
    font-size: 16px;
  }
}
.main-contents #foodPrint .foodPrint-list .toggle-contents__q:before {
  content: "Q";
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .main-contents #foodPrint .foodPrint-list .toggle-contents__q:before {
    font-size: 20px;
  }
}
.main-contents #foodPrint .foodPrint-list .toggle-contents__a {
  font-size: 14px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .main-contents #foodPrint .foodPrint-list .toggle-contents__a {
    margin-top: 10px;
  }
}
.main-contents #foodPrint .foodPrint-list .toggle-contents__a:before {
  content: "A";
  line-height: 1.7;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .main-contents #foodPrint .foodPrint-list .toggle-contents__a:before {
    font-size: 18px;
  }
}