@charset "UTF-8";
/* ############# ベース設定 ############# */
/* font-face */
@font-face {
  font-family: "dripicons";
  src: url("../../fonts/dripicons-v2.eot");
}
@font-face {
  font-family: "dripicons";
  src: url("../../fonts/dripicons-v2.woff") format("woff"), url("../../fonts/dripicons-v2.ttf") format("truetype"), url("../../fonts/dripicons-v2.otf") format("opentype");
}
/* -----------------------------------------------------------------------
## ベース ##################################################
----------------------------------------------------------------------- */
.sp_ff {
  display: block;
}

.sp_il_ff {
  display: inline;
}

.pc_ff, .pc_il_ff {
  display: none;
}

.spbr_fc {
  display: inline;
}

.pcbr_fc {
  display: none;
}

.mainContents_fc {
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif !important;
  color: #333;
  text-align: left;
  letter-spacing: 0.02em;
}

@media (min-width: 840px) {
  .pc_ff {
    display: block;
  }
  .pc_il_ff {
    display: inline;
  }
  .sp_ff, .sp_il_ff {
    display: none;
  }
  .spbr_fc {
    display: none;
  }
  .pcbr_fc {
    display: inline;
  }
}
.mainContents_fc {
  position: relative;
  font-size: 4.2666666667vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}
@media (min-width: 840px) {
  .mainContents_fc {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 840px) and (min-width: 1200px) {
  .mainContents_fc {
    font-size: 16px;
  }
}
.mainContents_fc a:hover {
  text-decoration: none;
}
.mainContents_fc button {
  display: block;
  width: 100%;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  outline: none;
  color: inherit;
  font-size: 100%;
  font-family: inherit;
}
.mainContents_fc img, .mainContents_fc svg {
  width: 100%;
  height: auto;
}
@media (min-width: 840px) {
  .mainContents_fc img, .mainContents_fc svg {
    width: auto;
    max-width: 100%;
  }
}
.mainContents_fc ul, .mainContents_fc ol, .mainContents_fc li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mainContents_fc h1, .mainContents_fc h2, .mainContents_fc h3, .mainContents_fc h4, .mainContents_fc h5, .mainContents_fc h6, .mainContents_fc p {
  margin: 0;
  font-size: 100%;
}

.js-accoInner {
  display: none;
}

#footercontent .fsc_gfooter__breadcrumb {
  display: none;
}

.fsc_gheader-wrap.normal.is-fixed .fsc_gheader-wrap__main,
.fsc_gheader-wrap.normal.is-fixed-ready .fsc_gheader-wrap__main {
  position: static !important;
}

.fsc_gfooter__breadcrumb {
  position: relative;
  z-index: 10;
  margin-top: 0;
}
.fsc_gfooter__breadcrumb .fsc_container__in {
  width: 96%;
  margin: 0 auto;
}
.fsc_gfooter__breadcrumb .fsc_breadcrumb__in {
  padding: 0;
}

#footercontent {
  position: relative;
  z-index: 10;
}

.has-color-main {
  color: #C7ABCE !important;
}

.has-color-wine {
  color: #A7708D !important;
}

.has-color-green {
  color: #36C1AE !important;
}

.has-color-gold {
  color: #D4B686 !important;
}

.has-color-purple {
  color: #C7ABCE !important;
}

.has-background-main {
  background-color: #C7ABCE !important;
  color: #fff;
}

.has-background-wine {
  background-color: #A7708D !important;
  color: #fff;
}

.has-background-green {
  background-color: #36C1AE !important;
  color: #fff;
}

.has-background-gold {
  background-color: #D4B686 !important;
  color: #fff;
}

.has-background-purple {
  background-color: #C7ABCE !important;
  color: #fff;
}

.has-font-family-timesnewroman {
  font-family: "Times New Roman", serif !important;
}

.has-font-family-marcellus {
  font-family: "Marcellus", sans-serif !important;
}

/* ############# コンポーネント設定 ############# */
.muchutengoku_fc {
  /* ############# ボタン ############# */
  /* ############# タイトル ############# */
}
.muchutengoku_fc .button_fc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: min(78.6666666667vw, 300px);
  height: 5em;
  margin: auto;
  border-radius: 5rem;
  background-color: #C7ABCE;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.muchutengoku_fc .button_fc:after {
  display: block;
  position: absolute;
  right: 8%;
  top: 50%;
  font-family: "dripicons";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "m";
}
@media (hover: hover) {
  .muchutengoku_fc .button_fc:hover {
    border: 1px solid currentColor;
    background-color: #fff;
    color: #C7ABCE;
  }
  .muchutengoku_fc .button_fc.has-background-wine:hover {
    border: 1px solid #A7708D;
    background-color: #fff !important;
    color: #A7708D;
  }
  .muchutengoku_fc .button_fc.has-background-green:hover {
    border: 1px solid #36C1AE;
    background-color: #fff !important;
    color: #36C1AE;
  }
  .muchutengoku_fc .button_fc.has-background-purple:hover {
    border: 1px solid #C7ABCE;
    background-color: #fff !important;
    color: #C7ABCE;
  }
  .muchutengoku_fc .button_fc.has-background-gold:hover {
    border: 1px solid #D4B686;
    background-color: #fff !important;
    color: #D4B686;
  }
}
.muchutengoku_fc .sectionTitle_fc {
  color: #C7ABCE;
  font-family: "Times New Roman", serif;
  text-align: center;
  font-weight: normal;
  line-height: 1;
}
.muchutengoku_fc .sectionTitle__main_fc {
  display: block;
  font-size: min(8vw, 60px);
}
.muchutengoku_fc .sectionTitle__sub_fc {
  display: block;
  margin-top: 0.5em;
  font-size: min(4.2666666667vw, 26px);
  letter-spacing: 0.1em;
}
.muchutengoku_fc .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.muchutengoku_fc .slick-slide {
  float: none;
  height: auto;
}
.muchutengoku_fc .slick-list {
  overflow: visible;
}
.muchutengoku_fc .bnrBlock_fc {
  padding: 0 min(5.3333333333vw, 20px);
  margin-top: min(26.6666666667vw, 100px);
  text-align: center;
}
.muchutengoku_fc .bnrBlock_fc .bnrBlock__title_fc {
  margin-bottom: 1em;
}
.muchutengoku_fc .bnrBlock_fc .bnr_fc + .bnr_fc {
  margin-top: min(5.3333333333vw, 20px);
}
.muchutengoku_fc .sns_fc {
  position: relative;
  z-index: 10;
  padding-top: min(13.3333333333vw, 100px);
  background-color: #fff;
}
.muchutengoku_fc .sns__title_fc {
  margin-bottom: 1.75em;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
.muchutengoku_fc .sns__list_fc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(10.6666666667vw, 40px);
}
.muchutengoku_fc .sns__item_fc {
  -ms-flex-preferred-size: min(9.6vw, 36px);
      flex-basis: min(9.6vw, 36px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
}
.muchutengoku_fc .sns__item_fc.sns__item-line {
  border-radius: 50%;
  overflow: hidden;
}
.muchutengoku_fc .contents__notes {
  position: relative;
  z-index: 10;
  padding-top: min(10.6666666667vw, 40px);
  font-size: 1em;
  background-color: #fff;
}
.muchutengoku_fc .contents__notes__inner {
  width: 89.3333333333vw;
  max-width: 920px;
  margin: 0 auto;
}
.muchutengoku_fc .gallery_fc {
  position: relative;
  z-index: 10;
  padding-top: min(10.6666666667vw, 60px);
  background-color: #fff;
  text-align: center;
}
.muchutengoku_fc .ruby {
  display: inline-block;
  position: relative;
}
.muchutengoku_fc .ruby::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 0.25em;
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
  line-height: 1;
  content: attr(data-ruby);
}
.muchutengoku_fc .yaku {
  display: inline-block;
  margin-right: -0.5em;
}
.muchutengoku_fc .fca_section__h {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  font-size: 24px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 2.5em;
}
@media (min-width: 840px) {
  .muchutengoku_fc .fca_section__h {
    font-size: 1.5rem;
  }
}
.muchutengoku_fc .fsc_gfooter__banners {
  position: relative;
  z-index: 10;
  padding-bottom: 3.125rem;
  background-color: #fff;
}
.muchutengoku_fc .fsc_container {
  margin-bottom: 0;
}
.muchutengoku_fc .brand_kr {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.muchutengoku_fc .brand_list_prg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}
.muchutengoku_fc .brand_item_prg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding: 10px;
}
.muchutengoku_fc .brand_link_prg {
  display: block;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.muchutengoku_fc .brand_link_prg:link, .muchutengoku_fc .brand_link_prg:visited {
  color: #000;
}
.muchutengoku_fc .brand_link_prg:hover {
  text-decoration: none;
}
.muchutengoku_fc .brand_link_prg:hover {
  opacity: 0.6;
}
.muchutengoku_fc .brand_thumb_prg {
  display: block;
  width: 100%;
  margin-bottom: 14px;
  border-radius: 2px;
}
.muchutengoku_fc .brand_title_prg {
  display: block;
  margin-bottom: 4px;
  font-size: 0.8125rem;
  line-height: 1.6;
  letter-spacing: normal;
  font-weight: 700;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Meiryo", sans-serif;
}
.muchutengoku_fc .brand_desc_prg {
  display: block;
  font-size: 0.625rem;
  line-height: 1.6;
  letter-spacing: normal;
}
.muchutengoku_fc .fsc_container {
  margin-bottom: 3.125rem;
}
@media (min-width: 840px) {
  .muchutengoku_fc .brand_item_prg {
    width: 25%;
  }
}
.muchutengoku_fc .brand_desc_prg {
  font-size: 0.75rem;
}

.is-style-gold .sectionTitle_fc {
  color: #D4B686;
}

.is-style-instinct .sectionTitle_fc {
  color: #36C1AE;
}

/* ############# KV ############# */
.muchutengoku_fc .kv_fc {
  position: relative;
  margin-top: min(5.3333333333vw, 20px);
  margin-bottom: min(26.6666666667vw, 160px);
}
.muchutengoku_fc .kv_fc .kv_scroll {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: min(56vw, 210px);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#D4B686), color-stop(50%, #D4B686), to(#fff));
  background-image: linear-gradient(to bottom, #D4B686 0%, #D4B686 50%, #fff 100%);
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.muchutengoku_fc .kv_fc .kv_scroll::after {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: min(3.4666666667vw, 13px);
  height: min(3.2vw, 12px);
  margin-left: max(-1.7333333333vw, -6.5px);
  background-image: url(../../images/icon_heart_fill.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: scroll 2s linear infinite;
          animation: scroll 2s linear infinite;
  z-index: 1;
  content: "";
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1700%);
            transform: translateY(1700%);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1700%);
            transform: translateY(1700%);
  }
}
.muchutengoku_fc .kv__inner_fc {
  position: relative;
  padding: min(55.4666666667vw, 208px) 0;
}
@media (min-width: 840px) {
  .muchutengoku_fc .kv__inner_fc {
    padding: 250px 0;
  }
}
.muchutengoku_fc .kv__logo_fc {
  position: relative;
  text-align: center;
  line-height: 0;
  z-index: 10;
}
.muchutengoku_fc .kv__logo_fc img {
  width: min(53.3333333333vw, 200px);
}
@media (min-width: 840px) {
  .muchutengoku_fc .kv__logo_fc {
    width: 740px;
    margin: 0 auto;
    padding: 45px 150px;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, #fff), color-stop(90%, #fff), to(transparent));
    background-image: linear-gradient(to right, transparent 0%, #fff 10%, #fff 90%, transparent 100%);
  }
  .muchutengoku_fc .kv__logo_fc img {
    width: 100%;
  }
}
.muchutengoku_fc .kv__items_fc {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
@media (min-width: 840px) {
  .muchutengoku_fc .kv__items_fc {
    width: 2000px;
  }
}
.muchutengoku_fc .kv__items_fc .slider_sp {
  width: min(24vw, 90px);
  margin: 0 auto;
}
.muchutengoku_fc .kv__items_fc .slider_sp > div + div {
  margin-top: min(2.6666666667vw, 10px);
}
.muchutengoku_fc .kv__items_fc .slider_sp .kv__items__slider02 {
  margin-bottom: min(34.6666666667vw, 130px);
}
.muchutengoku_fc .kv__items_fc .slider_sp .slick-slide {
  outline: none;
}
@media (min-width: 840px) {
  .muchutengoku_fc .kv__items_fc .slider_sp {
    display: none;
  }
}
.muchutengoku_fc .kv__items_fc .slider_pc {
  display: none;
  width: min(53.3333333333vw, 200px);
  margin: 0 auto;
}
.muchutengoku_fc .kv__items_fc .slider_pc > div + div {
  margin-top: 60px;
}
.muchutengoku_fc .kv__items_fc .slider_pc .slick-slide {
  outline: none;
}
@media (min-width: 840px) {
  .muchutengoku_fc .kv__items_fc .slider_pc {
    display: block;
  }
}
.muchutengoku_fc .intro_fc {
  padding-bottom: min(10.6666666667vw, 140px);
}
.muchutengoku_fc .titleBlock_fc {
  margin-bottom: min(10.6666666667vw, 120px);
}
.muchutengoku_fc .titleBlock__catch_fc {
  margin-bottom: min(2.6666666667vw, 30px);
  font-size: min(5.3333333333vw, 40px);
  text-align: center;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
}
.muchutengoku_fc .heavenly__kv_fc {
  position: relative;
  width: 100%;
  height: 100vh;
}
.muchutengoku_fc .heavenly__kv__image_fc {
  position: sticky;
  left: 0;
  top: 50%;
  width: 80%;
  max-width: 100%;
  margin: auto;
  max-height: 100vh;
  -webkit-mask-image: url(../../images/door.svg);
          mask-image: url(../../images/door.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (min-width: 840px) {
  .muchutengoku_fc .heavenly__kv__image_fc {
    top: 30%;
  }
}
.muchutengoku_fc .heavenly__kv__image_fc img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.muchutengoku_fc .catchCopy_fc {
  position: relative;
  width: min(73.3333333333vw, 275px);
  margin: min(10.6666666667vw, 100px) auto 0;
  z-index: 1;
}
.muchutengoku_fc .catchCopy__title_fc {
  text-align: center;
  line-height: 0;
}
.muchutengoku_fc .catchCopy__title_fc img {
  width: min(32vw, 120px);
}
.muchutengoku_fc .catchCopy__text_fc {
  margin-top: min(16vw, 60px);
  font-size: min(4.2666666667vw, 20px);
  font-weight: bold;
  line-height: 1.875;
  letter-spacing: 0.15em;
}
.muchutengoku_fc .catchCopy__text_fc p + p {
  margin-top: 1.875em;
}
.muchutengoku_fc .catchCopy__image_fc {
  margin-top: min(10.6666666667vw, 40px);
}
@media (min-width: 840px) {
  .muchutengoku_fc .catchCopy_fc {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 39.5833333333% 52.0833333333%;
    grid-template-columns: 39.5833333333% 52.0833333333%;
        grid-template-areas: "text img";
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 960px;
  }
  .muchutengoku_fc .catchCopy__title_fc {
    text-align: right;
  }
  .muchutengoku_fc .catchCopy__title_fc img {
    width: 171px;
  }
  .muchutengoku_fc .catchCopy__text_fc {
    grid-area: text;
    margin-top: 0;
    line-height: 2;
  }
  .muchutengoku_fc .catchCopy__text_fc p + p {
    margin-top: 2em;
  }
  .muchutengoku_fc .catchCopy__image_fc {
    grid-area: img;
    margin-top: 0;
  }
}
@media (min-width: 840px){
  .muchutengoku_fc .catchCopy__text_fc {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .muchutengoku_fc .catchCopy__image_fc {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}

/* ############# TOP コンテンツ ############# */
.muchutengoku_fc .lineup_fc {
  padding: min(16vw, 100px) 0 min(16vw, 80px);
  background-image: url(../../images/bg_texture.jpg);
  background-size: min(80vw, 600px) auto;
}
.muchutengoku_fc .lineup__title_fc {
  margin-bottom: min(10.6666666667vw, 50px);
  color: #C7ABCE;
  font-size: min(8vw, 40px);
  text-align: center;
  line-height: 1;
}
.muchutengoku_fc .lineup__title_fc::before {
  display: block;
  width: min(29.3333333333vw, 140px);
  height: min(19.4666666667vw, 93px);
  margin: 0 auto min(5.3333333333vw, 20px);
  background-image: url(../../images/mark_lineup_title.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.muchutengoku_fc .lineup__title__sub_fc {
  display: block;
  margin-top: 0.5em;
  font-size: min(3.2vw, 18px);
  font-weight: bold;
}
.muchutengoku_fc .lineup__all_fc {
  margin-top: min(8vw, 60px);
}
.muchutengoku_fc .lineup__all_fc .button_fc::after {
  content: "k";
}
.muchutengoku_fc .lineup__second_fc {
  margin-top: min(8vw, 60px);
  text-align: center;
}
.muchutengoku_fc .lineup__second__text_fc {
  display: inline-block;
  position: relative;
  color: #D4B686;
  font-size: min(4.2666666667vw, 24px);
  font-weight: bold;
}
.muchutengoku_fc .lineup__second__text_fc::before {
  display: block;
  width: min(10.6666666667vw, 60px);
  height: min(10.6666666667vw, 60px);
  margin: 0 auto min(2.6666666667vw, 10px);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260.019%22%20height%3D%2260.019%22%20viewBox%3D%220%200%2060.019%2060.019%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_2662%22%20data-name%3D%22%E3%83%91%E3%82%B9%202662%22%20d%3D%22M34.513%2C33.127a7%2C7%2C0%2C0%2C1%2C3.668-1.39l21.838-1.727L38.181%2C28.282a7%2C7%2C0%2C0%2C1-3.668-1.39l8.068-9.454-9.454%2C8.068a7%2C7%2C0%2C0%2C1-1.39-3.668L30.009%2C0%2C28.282%2C21.838a7%2C7%2C0%2C0%2C1-1.39%2C3.668l-9.454-8.068%2C8.068%2C9.454a7%2C7%2C0%2C0%2C1-3.668%2C1.39L0%2C30.009l21.838%2C1.727a7%2C7%2C0%2C0%2C1%2C3.668%2C1.39l-8.068%2C9.454%2C9.454-8.068a7%2C7%2C0%2C0%2C1%2C1.39%2C3.668l1.727%2C21.838%2C1.727-21.838a7%2C7%2C0%2C0%2C1%2C1.39-3.668l9.454%2C8.068Z%22%20fill%3D%22%23bfaa71%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.muchutengoku_fc .lineupList_fc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(5.3333333333vw, 20px) 10.447761194%;
  width: 89.3333333333%;
  max-width: 680px;
  margin: 0 auto;
}
@media (min-width: 840px) {
  .muchutengoku_fc .lineupList_fc {
    gap: 2.5em 5.8823529412%;
  }
}
.muchutengoku_fc .lineupList__item_fc {
  -ms-flex-preferred-size: 44.776119403%;
      flex-basis: 44.776119403%;
}
@media (min-width: 840px) {
  .muchutengoku_fc .lineupList__item_fc {
    -ms-flex-preferred-size: 29.4117647059%;
        flex-basis: 29.4117647059%;
  }
}
.muchutengoku_fc .lineupLink_fc {
  display: block;
  position: relative;
  padding-bottom: 1.5em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.muchutengoku_fc .lineupLink_fc::after {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  color: #C7ABCE;
  font-family: "dripicons";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "T";
}
.muchutengoku_fc .lineupLink_fc:hover {
  opacity: 0.8;
}
.muchutengoku_fc .lineupLink_fc.lineupLink-webonly_fc::before {
  display: block;
  position: absolute;
  left: min(2.6666666667vw, 10px);
  top: max(-3.2vw, -12px);
  width: min(13.3333333333vw, 70px);
  height: min(13.3333333333vw, 70px);
  background-image: url(../../v4/images/icon_webonly.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
  content: "";
}
.muchutengoku_fc .lineupLink_fc.lineupLink-webonly_fc::after {
  display: none;
}
.muchutengoku_fc .lineupLink__image_fc {
  border-radius: min(2.6666666667vw, 10px);
  line-height: 0;
  overflow: hidden;
}
.muchutengoku_fc .lineupLink__text_fc {
  margin-top: 1em;
  font-size: min(3.2vw, 16px);
  font-weight: bold;
  text-align: center;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
.muchutengoku_fc .campaignLineup {
  width: 89.3333333333%;
  max-width: 920px;
  margin: min(16vw, 90px) auto 0;
  padding: min(8vw, 40px) 0;
  border-top: 1px solid #E5688C;
  border-bottom: 1px solid #E5688C;
}
.muchutengoku_fc .campaignLineup__title {
  margin-bottom: min(8vw, 40px);
  color: #E5688C;
  font-size: min(5.3333333333vw, 24px);
  text-align: center;
  font-weight: bold;
}
.muchutengoku_fc .campaignLineup__title::before {
  display: block;
  width: min(6.4vw, 30px);
  height: min(5.3333333333vw, 26px);
  margin: 0 auto 0.75em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2233%22%20height%3D%2229.096%22%20viewBox%3D%220%200%2033%2029.096%22%3E%20%3Cpath%20id%3D%22love_icon%22%20d%3D%22M22.038%2C0a7.92%2C7.92%2C0%2C0%2C0-7.05%2C4.894A7.869%2C7.869%2C0%2C0%2C0%2C7.923%2C0C4.107%2C0%2C0%2C2.769%2C0%2C8.846c0%2C.167%2C0%2C.293.041.877.309%2C4.792%2C4.47%2C8.11%2C9.287%2C11.951%2C1.637%2C1.306%2C3.329%2C2.654%2C4.991%2C4.153a1.042%2C1.042%2C0%2C0%2C0%2C1.4%2C0c1.664-1.508%2C3.362-2.864%2C5-4.177%2C4.79-3.833%2C8.927-7.143%2C9.236-11.917C30%2C9.182%2C30%2C9.014%2C30%2C8.846%2C30%2C2.769%2C25.872%2C0%2C22.038%2C0%22%20transform%3D%22translate(1.5%201.5)%22%20fill%3D%22none%22%20stroke%3D%22%23e5688c%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.muchutengoku_fc .campaignLineup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(9.3333333333vw, 40px);
}
.muchutengoku_fc .campaignLineup__item {
  -ms-flex-preferred-size: 44.776119403%;
      flex-basis: 44.776119403%;
  max-width: 200px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.muchutengoku_fc .campaignLineup__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.muchutengoku_fc .campaignLineup__link .lineupLink__text_fc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.muchutengoku_fc .campaignLineup__price {
  margin-top: min(1.3333333333vw, 10px);
  font-size: min(3.2vw, 14px);
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
}
.muchutengoku_fc .campaignLineup__price-discount {
  color: #E5688C;
}
.muchutengoku_fc .campaignLineup__price-discount::before {
  display: block;
  margin: 0 auto 5px;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.828%22%20height%3D%2212.526%22%20viewBox%3D%220%200%2012.828%2012.526%22%3E%20%3Cg%20id%3D%22price_arrows%22%20transform%3D%22translate(1.414%201)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_194%22%20data-name%3D%22%E7%B7%9A%20194%22%20x1%3D%220.001%22%20y2%3D%2210%22%20transform%3D%22translate(5)%22%20fill%3D%22none%22%20stroke%3D%22%23e5688c%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_2825%22%20data-name%3D%22%E3%83%91%E3%82%B9%202825%22%20d%3D%22M-7764-2344.25l5%2C5%2C5-5%22%20transform%3D%22translate(7764%202349.776)%22%20fill%3D%22none%22%20stroke%3D%22%23e5688c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.muchutengoku_fc .campaignLineup__price .num {
  font-family: Arial, "Helvetica Neue", Helvetica;
}
.muchutengoku_fc .campaignLineup__btn {
  margin-top: min(8vw, 40px);
}
.muchutengoku_fc .campaignLineup__btn .button_fc {
  width: 100%;
  max-width: 320px;
  height: 62px;
}
.muchutengoku_fc .collections_fc {
  padding: min(18.6666666667vw, 140px) 0;
  overflow: hidden;
}
.muchutengoku_fc .collectionBlock_fc {
  max-width: 960px;
  margin: 0 auto;
}
.muchutengoku_fc .collectionBlock_fc + .collectionBlock_fc {
  margin-top: min(16vw, 140px);
}
.muchutengoku_fc .collectionBlock_fc .sectionTitle_fc {
  margin-bottom: min(5.3333333333vw, 60px);
}
.muchutengoku_fc .collectionBlock-webonly_fc .collectionBlock__content_fc::before {
  display: block;
  width: min(13.3333333333vw, 70px);
  height: min(13.3333333333vw, 70px);
  margin: 0 auto min(2.6666666667vw, 20px);
  background-image: url(../../v4/images/icon_webonly.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
  content: "";
}
@media (min-width: 840px) {
  .muchutengoku_fc .collectionBlock-webonly_fc .collectionBlock__content_fc::before {
    margin-left: 0;
  }
}
.muchutengoku_fc .collectionBlock__inner_fc {
  position: relative;
  z-index: 1;
}
.muchutengoku_fc .collectionBlock__inner_fc::before {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  content: "";
}
@media (min-width: 840px) {
  .muchutengoku_fc .collectionBlock__inner_fc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.muchutengoku_fc .collectionBlock__image_fc {
  width: min(48vw, 180px);
  margin: 0 auto;
  line-height: 0;
}
@media (min-width: 840px) {
  .muchutengoku_fc .collectionBlock__image_fc {
    width: auto;
    -ms-flex-preferred-size: 47.9166666667%;
        flex-basis: 47.9166666667%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
  }
}
.muchutengoku_fc .collectionBlock__content_fc {
  margin-top: min(5.3333333333vw, 20px);
}
@media (min-width: 840px) {
  .muchutengoku_fc .collectionBlock__content_fc {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 0;
    padding-left: 6.25%;
  }
}
.muchutengoku_fc .collectionBlock__title_fc {
  text-align: center;
}
@media (min-width: 840px) {
  .muchutengoku_fc .collectionBlock__title_fc {
    text-align: left;
  }
}
.muchutengoku_fc .collectionBlock__num_fc {
  display: block;
  margin-bottom: 1em;
  font-size: min(3.2vw, 18px);
  font-family: "Arial", sans-serif;
}
.muchutengoku_fc .collectionBlock__name_fc {
  font-size: min(8.5333333333vw, 50px);
  line-height: 1.5625;
  font-family: "A1ゴシック M", "A1 Gothic M", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Noto Sans JP", sans-serif;
  font-weight: normal;
}
.muchutengoku_fc .collectionBlock__text_fc {
  margin-top: min(5.3333333333vw, 40px);
  font-size: min(3.7333333333vw, 18px);
  text-align: center;
  font-weight: bold;
  line-height: 2;
}
@media (min-width: 840px) {
  .muchutengoku_fc .collectionBlock__text_fc {
    text-align: left;
  }
}
.muchutengoku_fc .collectionBlock__btn_fc {
  margin-top: min(8vw, 60px);
}
.muchutengoku_fc .collectionBlock__btn_fc .button_fc {
  width: min(64.8vw, 243px);
  height: 3.875em;
  font-family: Arial, "Helvetica Neue", Helvetica;
  font-weight: normal;
}
@media (min-width: 840px) {
  .muchutengoku_fc .collectionBlock__btn_fc .button_fc {
    margin-left: 0;
  }
}
.muchutengoku_fc .collectionBlock-stone_fc .collectionBlock__inner_fc::before {
  left: 0;
  top: min(13.6vw, 51px);
  width: min(94.6666666667vw, 355px);
  height: min(51.2vw, 192px);
  background-image: url(../../images/obj_stone_sp.png);
}
@media (min-width: 840px) {
  .muchutengoku_fc .collectionBlock-stone_fc .collectionBlock__inner_fc::before {
    left: calc(50% - 740px);
    top: 41px;
    width: 1320px;
    height: 516px;
    background-image: url(../../images/obj_stone_pc.png);
  }
}
.muchutengoku_fc .collectionBlock-card_fc .collectionBlock__inner_fc::before {
  left: 0;
  top: min(11.2vw, 42px);
  width: min(100vw, 375px);
  height: min(53.0666666667vw, 199px);
  background-image: url(../../images/obj_card_sp.png);
}
@media (min-width: 840px) {
  .muchutengoku_fc .collectionBlock-card_fc .collectionBlock__inner_fc::before {
    left: calc(50% - 920px);
    top: 0;
    width: 1500px;
    height: 612px;
    background-image: url(../../images/obj_card_pc.png);
  }
}
.muchutengoku_fc .collectionBlock-brass_fc .collectionBlock__inner_fc::before {
  left: 0;
  top: min(18.1333333333vw, 68px);
  width: min(100vw, 375px);
  height: min(45.8666666667vw, 172px);
  background-image: url(../../images/obj_brass_sp.png);
}
@media (min-width: 840px) {
  .muchutengoku_fc .collectionBlock-brass_fc .collectionBlock__inner_fc::before {
    left: calc(50% - 718px);
    top: 42px;
    width: 1238px;
    height: 527px;
    background-image: url(../../images/obj_brass_pc.png);
  }
}
.muchutengoku_fc .collectionBlock-pouch_fc .collectionBlock__inner_fc::before {
  left: min(2.1333333333vw, 8px);
  top: min(10.4vw, 39px);
  width: min(97.8666666667vw, 367px);
  height: min(48.2666666667vw, 181px);
  background-image: url(../../images/obj_pouch_sp.png);
}
@media (min-width: 840px) {
  .muchutengoku_fc .collectionBlock-pouch_fc .collectionBlock__inner_fc::before {
    left: calc(50% - 735px);
    top: 92px;
    width: 1260px;
    height: 460px;
    background-image: url(../../images/obj_pouch_pc.png);
  }
}
.muchutengoku_fc .collectionBlock-tote_fc .collectionBlock__inner_fc::before {
  left: min(5.3333333333vw, 20px);
  top: min(16vw, 60px);
  width: min(94.6666666667vw, 355px);
  height: min(41.8666666667vw, 157px);
  background-image: url(../../images/obj_tote_sp.png);
}
@media (min-width: 840px) {
  .muchutengoku_fc .collectionBlock-tote_fc .collectionBlock__inner_fc::before {
    left: calc(50% - 748px);
    top: 106px;
    width: 1407px;
    height: 539px;
    background-image: url(../../images/obj_tote_pc.png);
  }
}
.muchutengoku_fc .collectionBlock-glass_beads_fc .collectionBlock__inner_fc::before {
  left: min(5.3333333333vw, 20px);
  top: min(16vw, 60px);
  width: min(94.6666666667vw, 355px);
  height: min(41.8666666667vw, 157px);
  background-image: url(../../v2/images/obj_glass_beads_sp.png);
}
@media (min-width: 840px) {
  .muchutengoku_fc .collectionBlock-glass_beads_fc .collectionBlock__inner_fc::before {
    left: calc(50% - 748px);
    top: 106px;
    width: 1407px;
    height: 539px;
    background-image: url(../../v2/images/obj_glass_beads_pc.png);
  }
}
.muchutengoku_fc .collectionBlock-indian_ribbon_fc .collectionBlock__inner_fc::before {
  left: min(5.3333333333vw, 20px);
  top: min(5.3333333333vw, 20px);
  width: min(94.6666666667vw, 355px);
  height: min(60vw, 225px);
  background-image: url(../../v3/images/obj_indian_ribbon_sp.png);
}
@media (min-width: 840px) {
  .muchutengoku_fc .collectionBlock-indian_ribbon_fc .collectionBlock__inner_fc::before {
    left: calc(50% - 743px);
    top: 152px;
    width: 1355px;
    height: 412px;
    background-image: url(../../v3/images/obj_indian_ribbon_pc.png);
  }
}
.muchutengoku_fc .collectionBlock-fragrance_oil_fc .collectionBlock__inner_fc::before {
  left: min(5.3333333333vw, 20px);
  top: 0;
  width: min(94.6666666667vw, 355px);
  height: min(59.2vw, 222px);
  background-image: url(../../v3/images/obj_fragrance_oil_sp.png);
}
@media (min-width: 840px) {
  .muchutengoku_fc .collectionBlock-fragrance_oil_fc .collectionBlock__inner_fc::before {
    left: calc(50% - 770px);
    top: 230px;
    width: 1300px;
    height: 302px;
    background-image: url(../../v3/images/obj_fragrance_oil_pc.png);
  }
}
.muchutengoku_fc .collectionBlock-grass_objects_fc .collectionBlock__inner_fc::before {
  left: min(5.3333333333vw, 20px);
  top: min(8vw, 30px);
  width: min(94.6666666667vw, 355px);
  height: min(59.2vw, 222px);
  background-image: url(../../v3/images/obj_grass_objects_sp.png);
}
@media (min-width: 840px) {
  .muchutengoku_fc .collectionBlock-grass_objects_fc .collectionBlock__inner_fc::before {
    left: calc(50% - 650px);
    top: 50px;
    width: 1168px;
    height: 452px;
    background-image: url(../../v3/images/obj_grass_objects_pc.png);
  }
}
.muchutengoku_fc .collectionBlock-hand_towel_fc .collectionBlock__inner_fc::before {
  left: min(5.3333333333vw, 20px);
  top: min(5.3333333333vw, 20px);
  width: min(94.6666666667vw, 355px);
  height: min(50.9333333333vw, 191px);
  background-image: url(../../v3/images/obj_hand_towel_sp.png);
}
@media (min-width: 840px) {
  .muchutengoku_fc .collectionBlock-hand_towel_fc .collectionBlock__inner_fc::before {
    left: calc(50% - 700px);
    top: 120px;
    width: 1224px;
    height: 406px;
    background-image: url(../../v3/images/obj_hand_towel_pc.png);
  }
}
.muchutengoku_fc .collectionBlock-cutlery_rest_fc .collectionBlock__inner_fc::before {
  left: min(5.3333333333vw, 20px);
  top: min(5.3333333333vw, 20px);
  width: min(94.6666666667vw, 355px);
  height: min(53.8666666667vw, 202px);
  background-image: url(../../v3/images/obj_cutlery_rest_sp.png);
}
@media (min-width: 840px) {
  .muchutengoku_fc .collectionBlock-cutlery_rest_fc .collectionBlock__inner_fc::before {
    left: calc(50% - 690px);
    top: 60px;
    width: 1249px;
    height: 552px;
    background-image: url(../../v3/images/obj_cutlery_rest_pc.png);
  }
}
.muchutengoku_fc .collectionBlock-washicollection_fc .collectionBlock__inner_fc::before {
  left: min(3.2vw, 12px);
  top: min(13.3333333333vw, 50px);
  width: min(93.8666666667vw, 352px);
  height: min(42.1333333333vw, 158px);
  background-image: url(../../v4/images/obj_washicollection_sp.png);
}
@media (min-width: 840px) {
  .muchutengoku_fc .collectionBlock-washicollection_fc .collectionBlock__inner_fc::before {
    left: calc(50% - 750px);
    top: 190px;
    width: 1365px;
    height: 392px;
    background-image: url(../../v4/images/obj_washicollection_pc.png);
  }
}
.muchutengoku_fc .collectionBlock-minouyakitile_fc .collectionBlock__inner_fc::before {
  left: min(3.2vw, 12px);
  top: min(24vw, 90px);
  width: min(94.4vw, 354px);
  height: min(32.2666666667vw, 121px);
  background-image: url(../../v4/images/obj_minouyakitile_sp.png);
}
@media (min-width: 840px) {
  .muchutengoku_fc .collectionBlock-minouyakitile_fc .collectionBlock__inner_fc::before {
    left: calc(50% - 734px);
    top: 193px;
    width: 1317px;
    height: 350px;
    background-image: url(../../v4/images/obj_minouyakitile_pc.png);
  }
}
.muchutengoku_fc .collectionBlock-necklacetop_fc .collectionBlock__inner_fc::before {
  left: min(5.3333333333vw, 20px);
  top: min(12.2666666667vw, 46px);
  width: min(94.6666666667vw, 355px);
  height: min(45.3333333333vw, 170px);
  background-image: url(../../v4/images/obj_necklacetop_sp.png);
}
@media (min-width: 840px) {
  .muchutengoku_fc .collectionBlock-necklacetop_fc .collectionBlock__inner_fc::before {
    left: calc(50% - 700px);
    top: 195px;
    width: 1209px;
    height: 371px;
    background-image: url(../../v4/images/obj_necklacetop_pc.png);
  }
}
.muchutengoku_fc .collectionBlock-okouleaf_fc .collectionBlock__inner_fc::before {
  left: min(2.1333333333vw, 8px);
  top: min(18.6666666667vw, 70px);
  width: min(92.5333333333vw, 347px);
  height: min(32vw, 120px);
  background-image: url(../../v4/images/obj_okouleaf_sp.png);
}
@media (min-width: 840px) {
  .muchutengoku_fc .collectionBlock-okouleaf_fc .collectionBlock__inner_fc::before {
    left: calc(50% - 734px);
    top: 225px;
    width: 1214px;
    height: 328px;
    background-image: url(../../v4/images/obj_okouleaf_pc.png);
  }
}
.muchutengoku_fc .collectionBlock-thimble_fc .collectionBlock__inner_fc::before {
  left: min(5.3333333333vw, 20px);
  top: min(12.2666666667vw, 46px);
  width: min(92vw, 345px);
  height: min(51.7333333333vw, 194px);
  background-image: url(../../v4/images/obj_thimble_sp.png);
}
@media (min-width: 840px) {
  .muchutengoku_fc .collectionBlock-thimble_fc .collectionBlock__inner_fc::before {
    left: calc(50% - 710px);
    top: 188px;
    width: 1319px;
    height: 424px;
    background-image: url(../../v4/images/obj_thimble_pc.png);
  }
}
.muchutengoku_fc .collections__others_fc {
  position: relative;
  width: 89.3333333333vw;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: min(24vw, 170px);
  padding-top: min(10.6666666667vw, 50px);
  border-top: 1px solid #C7ABCE;
}
.muchutengoku_fc .collections__others_fc::before {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: min(26.6666666667vw, 100px);
  height: min(16vw, 60px);
  background-color: #fff;
  background-image: url(../../images/icon_tinkle.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
}
.muchutengoku_fc .collections__others__title_fc {
  margin-bottom: min(8vw, 60px);
  font-size: min(3.7333333333vw, 18px);
  font-weight: bold;
  text-align: center;
}
.muchutengoku_fc .collections__others__list_fc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(10.6666666667vw, 40px) 10.447761194%;
}
@media (min-width: 840px) {
  .muchutengoku_fc .collections__others__list_fc {
    gap: 60px 3.125%;
  }
}
.muchutengoku_fc .collections__otherItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 44.776119403%;
      flex-basis: 44.776119403%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 840px) {
  .muchutengoku_fc .collections__otherItem {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
.muchutengoku_fc .collections__otherItem__image {
  line-height: 0;
  text-align: center;
}
.muchutengoku_fc .collections__otherItem__image img {
  width: 100%;
  max-width: 230px;
}
.muchutengoku_fc .collections__otherItem__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: min(2.6666666667vw, 20px);
}
.muchutengoku_fc .collections__otherItem__num {
  margin-bottom: min(2.6666666667vw, 20px);
  font-size: min(2.6666666667vw, 14px);
  text-align: center;
}
.muchutengoku_fc .collections__otherItem__num strong {
  font-weight: bold;
}
.muchutengoku_fc .collections__otherItem__name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: min(3.7333333333vw, 18px);
  font-weight: bold;
  line-height: 2;
}
.muchutengoku_fc .collections__otherItem__btn {
  margin-top: min(5.3333333333vw, 30px);
}
.muchutengoku_fc .collections__otherItem__btn .button_fc {
  width: 100%;
  height: 3.75em;
  font-size: min(3.2vw, 16px);
}
.muchutengoku_fc .allItems_fc {
  position: relative;
  padding: min(16vw, 100px) 0 min(16vw, 80px);
  background-image: url(../../images/bg_texture.jpg);
  background-size: min(80vw, 600px) auto;
  z-index: 10;
}
.muchutengoku_fc .allItems__title_fc {
  margin-bottom: min(10.6666666667vw, 50px);
  color: #C7ABCE;
  font-size: min(5.3333333333vw, 30px);
  font-family: "Times New Roman", serif;
  text-align: center;
  line-height: 1;
}
.muchutengoku_fc .allItems__list_fc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(8vw, 30px) 4.4776119403%;
  width: 89.3333333333%;
  max-width: 960px;
  margin: 0 auto;
}
@media (min-width: 840px) {
  .muchutengoku_fc .allItems__list_fc {
    gap: 3.75em 3.125%;
  }
}
.muchutengoku_fc .allItems__item_fc {
  -ms-flex-preferred-size: 47.7611940299%;
      flex-basis: 47.7611940299%;
}
@media (min-width: 840px) {
  .muchutengoku_fc .allItems__item_fc {
    -ms-flex-preferred-size: 31.25%;
        flex-basis: 31.25%;
  }
}
.muchutengoku_fc .allItems__item-webonly_fc {
  position: relative;
}
.muchutengoku_fc .allItems__item-webonly_fc::before {
  display: block;
  position: absolute;
  left: min(2.6666666667vw, 10px);
  top: max(-3.2vw, -12px);
  width: min(13.3333333333vw, 70px);
  height: min(13.3333333333vw, 70px);
  background-image: url(../../v4/images/icon_webonly.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
  content: "";
}
.muchutengoku_fc .allItems__image_fc {
  line-height: 0;
}
.muchutengoku_fc .allItems__content_fc {
  margin-top: min(2.6666666667vw, 30px);
}
.muchutengoku_fc .allItems__name_fc {
  font-size: min(2.6666666667vw, 16px);
  font-weight: bold;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
}
.muchutengoku_fc .allItems__price_fc {
  margin-top: 1em;
  font-size: min(2.6666666667vw, 16px);
  letter-spacing: 0;
}
.muchutengoku_fc .allItems__price_fc .yen {
  font-size: min(3.2vw, 19px);
  font-weight: bold;
  font-family: "Arial", sans-serif;
}
.muchutengoku_fc .allItems__price_fc .num {
  font-size: min(4.8vw, 24px);
  font-family: "Arial", sans-serif;
}
.muchutengoku_fc .allItems__price_fc .tax {
  font-size: min(2.6666666667vw, 12px);
}
.muchutengoku_fc .allItems__btn_fc {
  margin-top: min(2.6666666667vw, 20px);
}
.muchutengoku_fc .allItems__btn_fc .button_fc {
  width: 100%;
  height: 3.75em;
  font-size: min(3.2vw, 16px);
  color: #333;
  border: 1px solid #C7ABCE;
  background-color: #fff;
}
.muchutengoku_fc .allItems__btn_fc .button_fc:hover {
  border: none;
  background-color: #C7ABCE;
  color: #fff;
}
.muchutengoku_fc .allItems__btn_fc .button_fc + .button_fc {
  margin-top: min(2.6666666667vw, 20px);
}
.muchutengoku_fc .img_end {
  position: relative;
  z-index: 10;
  padding-top: min(5.3333333333vw, 50px);
  background-color: #fff;
  text-align: center;
}
.muchutengoku_fc .img_end img {
  max-width: 1000px;
}

/* ############# 下層ページ コンテンツ ############# */
.muchutengoku_fc {
  position: relative;
  z-index: 1;
  overflow-x: clip;
  overflow-y: visible;
}
.muchutengoku_fc .pageHeader {
  padding: min(16vw, 100px) 0 min(16vw, 140px);
}
.muchutengoku_fc .pageHeader .sectionTitle_fc {
  margin-bottom: min(5.3333333333vw, 50px);
}
.muchutengoku_fc .pageHeader .sectionTitle__main_fc {
  font-size: min(6.4vw, 40px);
}
.muchutengoku_fc .pageHeader .sectionTitle__sub_fc {
  font-size: min(3.7333333333vw, 20px);
}
.muchutengoku_fc .pageTitle {
  text-align: center;
}
.muchutengoku_fc .pageTitle__jp {
  display: block;
  font-size: min(8.5333333333vw, 60px);
  font-family: "A1ゴシック M", "A1 Gothic M", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Noto Sans JP", sans-serif;
  line-height: 1.5625;
}
.muchutengoku_fc .pageTitle__en {
  display: block;
  margin-top: 0.5em;
  font-size: min(3.2vw, 18px);
  font-family: "Arial", sans-serif;
  line-height: 1;
}
.muchutengoku_fc .pageKv {
  line-height: 0;
}
@media (min-width: 840px) {
  .muchutengoku_fc .pageKv {
    position: absolute;
    left: 0;
    top: 500px;
    width: 100vw;
    height: 100vh;
    z-index: -1;
  }
  .muchutengoku_fc .pageKv img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.muchutengoku_fc .underContents {
  max-width: 730px;
  margin: 0 auto;
  background-color: #fff;
  font-size: min(3.7333333333vw, 16px);
  line-height: 2;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (min-width: 840px) {
  .muchutengoku_fc .underContents {
    position: relative;
    z-index: 100;
    margin-top: 160px;
    width: 60%;
    margin-left: 40%;
    margin-right: auto;
  }
}
.muchutengoku_fc .underContents__inner {
  padding: 10.6666666667%;
  margin: 0 auto;
}
@media (min-width: 840px) {
  .muchutengoku_fc .underContents__inner {
    padding: 8.2191780822% 11.6438356164%;
  }
}
.muchutengoku_fc .underContents .is-text-bold {
  font-weight: bold;
}
.muchutengoku_fc .underContents .heading {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: min(4.8vw, 24px);
  font-weight: bold;
  line-height: 1.5555555556;
}
.muchutengoku_fc .underContents .heading:first-child {
  margin-top: 0;
}
.muchutengoku_fc .underContents .heading:last-child {
  margin-bottom: 0;
}
.muchutengoku_fc .underContents .heading.is-align-center {
  text-align: center;
}
.muchutengoku_fc .underContents .heading.title-balloon {
  text-align: center;
}
.muchutengoku_fc .underContents .heading.title-balloon span {
  display: inline-block;
  position: relative;
}
.muchutengoku_fc .underContents .heading.title-balloon span::before, .muchutengoku_fc .underContents .heading.title-balloon span::after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 100%;
  background-color: currentColor;
  content: "";
}
.muchutengoku_fc .underContents .heading.title-balloon span::before {
  left: -1.5em;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.muchutengoku_fc .underContents .heading.title-balloon span::after {
  right: -1.5em;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.muchutengoku_fc .underContents p {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.muchutengoku_fc .underContents p:first-child {
  margin-top: 0;
}
.muchutengoku_fc .underContents p:last-child {
  margin-bottom: 0;
}
.muchutengoku_fc .underContents p + p {
  margin-top: 2em;
}
.muchutengoku_fc .underContents .notes {
  font-size: min(3.2vw, 14px);
}
.muchutengoku_fc .underContents .imageBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 2%;
  margin: 1.5em 0;
}
.muchutengoku_fc .underContents .imageBlock img {
  display: block;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.muchutengoku_fc .underContents .imageBlock img.imageBlock__image-helf {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  max-width: 49%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.muchutengoku_fc .underContents .imageBlock:first-child {
  margin-top: 0;
}
.muchutengoku_fc .underContents .imageBlock:last-child {
  margin-bottom: 0;
}
.muchutengoku_fc .underContents .columnBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
}
.muchutengoku_fc .underContents .columnBlock > .columnBlock__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.muchutengoku_fc .underContents .mediaTextBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(10.6666666667vw, 40px);
  margin: min(10.6666666667vw, 60px) 0;
}
.muchutengoku_fc .underContents .mediaTextBlock:first-child {
  margin-top: 0;
}
.muchutengoku_fc .underContents .mediaTextBlock:last-child {
  margin-bottom: 0;
}
.muchutengoku_fc .underContents .mediaTextBlock__image {
  line-height: 0;
}
.muchutengoku_fc .underContents .mediaTextBlock__image img + img {
  margin-top: 10px;
}
@media (min-width: 840px) {
  .muchutengoku_fc .underContents .mediaTextBlock {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .muchutengoku_fc .underContents .mediaTextBlock.is-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .muchutengoku_fc .underContents .mediaTextBlock.is-align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .muchutengoku_fc .underContents .mediaTextBlock__image {
    -ms-flex-preferred-size: 41.3793103448%;
        flex-basis: 41.3793103448%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .muchutengoku_fc .underContents .mediaTextBlock__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.muchutengoku_fc .underContents .frameBox {
  position: relative;
  width: calc(100% + min(10.6666666667vw, 40px));
  left: max(-5.3333333333vw, -20px);
  padding: min(5.3333333333vw, 40px);
  border: 1px solid #707070;
  border-radius: 15px;
}
@media (min-width: 840px) {
  .muchutengoku_fc .underContents .frameBox {
    width: 100%;
    left: 0;
  }
}
.muchutengoku_fc .underContents .fukaboritengoku {
  margin-top: min(10.6666666667vw, 60px);
}
.muchutengoku_fc .underContents .fukaboritengoku__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-image: url(../../images/cristalglassstone/bg_fukabori_title.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  color: #fff;
  font-size: min(7.4666666667vw, 38px);
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: normal;
  text-align: center;
}
.muchutengoku_fc .underContents .fukaboritengoku__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: 1.45em;
      flex-basis: 1.45em;
  height: 2.1875em;
}
.muchutengoku_fc .underContents .collection {
  margin-top: min(10.6666666667vw, 60px);
}
.muchutengoku_fc .underContents .collection .slick-list {
  overflow: hidden;
}
.muchutengoku_fc .underContents .collection .slick-slider {
  margin: 0 -5px;
}
.muchutengoku_fc .underContents .collection .slick-slide {
  margin: 0 5px;
}
.muchutengoku_fc .underContents .collection .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: min(24vw, 180px);
  width: min(8vw, 60px);
  height: min(8vw, 60px);
  border-radius: 50%;
  background-color: #C7ABCE;
  color: #fff;
  font-size: min(4.2666666667vw, 20px);
  z-index: 10;
}
.muchutengoku_fc .underContents .collection .slick-arrow::before {
  font-family: "dripicons";
}
.muchutengoku_fc .underContents .collection .slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.muchutengoku_fc .underContents .collection .slick-arrow.slick-prev::before {
  content: "l";
}
.muchutengoku_fc .underContents .collection .slick-arrow.slick-next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.muchutengoku_fc .underContents .collection .slick-arrow.slick-next::before {
  content: "m";
}
.muchutengoku_fc .underContents .collection .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: min(8vw, 40px);
}
.muchutengoku_fc .underContents .collection .slick-dots li {
  width: min(4vw, 20px);
  height: min(4vw, 20px);
  margin: 0 min(1.8666666667vw, 10px);
}
.muchutengoku_fc .underContents .collection .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.muchutengoku_fc .underContents .collection .slick-dots li:not(.slick-active) button {
  background-color: rgba(199, 171, 206, 0.4);
}
.muchutengoku_fc .underContents .collection .slick-dots li.slick-active button {
  background-color: #C7ABCE;
}
.muchutengoku_fc .underContents .collection__title {
  margin-bottom: min(5.3333333333vw, 40px);
  color: #C7ABCE;
  font-size: min(8vw, 40px);
  font-family: "Times New Roman", serif;
  text-align: center;
  line-height: 1;
}
.muchutengoku_fc .underContents .collection__text {
  margin-top: min(5.3333333333vw, 20px);
  text-align: center;
}
.muchutengoku_fc .underContents .collection__textBlock__title {
  margin-top: min(5.3333333333vw, 20px);
  margin-bottom: 1.5em;
  font-size: min(6.4vw, 24px);
  font-weight: bold;
  font-family: "Arial", sans-serif;
  text-align: center;
  line-height: 1;
}
.muchutengoku_fc .underContents .collection__textBlock__title span {
  display: inline-block;
  padding-bottom: 0.5em;
  border-bottom: 2px solid currentColor;
}
.muchutengoku_fc .underContents .collection__textBlock__text {
  margin: 0 0 min(5.3333333333vw, 20px);
  font-size: min(3.7333333333vw, 16px);
  line-height: 2;
}
.muchutengoku_fc .underContents .collection__textBlock__spec {
  margin: 0;
  font-size: minest(12, 14);
}
.muchutengoku_fc .underContents .deliveryBlock {
  margin-top: min(10.6666666667vw, 60px);
}
.muchutengoku_fc .underContents .deliveryBlock__title {
  margin-bottom: 1em;
  font-size: min(5.3333333333vw, 24px);
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.muchutengoku_fc .underContents .deliveryBlock__text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: minest(14, 16);
  font-weight: bold;
  line-height: 2;
}
.muchutengoku_fc .underContents .deliveryBlock__notes {
  margin-top: 0.5em;
  font-size: min(2.6666666667vw, 14px);
}
.muchutengoku_fc .underContents .deliveryBlock__image {
  margin-top: min(8vw, 30px);
  line-height: 0;
}
.muchutengoku_fc .underContents .deliveryBlock__image img {
  display: block;
}
.muchutengoku_fc .underContents .deliveryBlock__image img + img {
  margin-top: 10px;
}
@media (min-width: 840px) {
  .muchutengoku_fc .underContents .deliveryBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.1724137931%;
  }
  .muchutengoku_fc .underContents .deliveryBlock.is-align-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .muchutengoku_fc .underContents .deliveryBlock__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .muchutengoku_fc .underContents .deliveryBlock__title {
    text-align: left;
  }
  .muchutengoku_fc .underContents .deliveryBlock__image {
    margin-top: 0;
    -ms-flex-preferred-size: 41.3793103448%;
        flex-basis: 41.3793103448%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.muchutengoku_fc .underContents-cristalglassstone .cristalglassstone-featureBox {
  margin-top: min(10.6666666667vw, 60px);
  margin-bottom: min(10.6666666667vw, 60px);
}
.muchutengoku_fc .underContents-cristalglassstone .cristalglassstone-featureBox__list li {
  margin-top: min(5.3333333333vw, 20px);
}
.muchutengoku_fc .underContents-cristalglassstone .cristalglassstone-featureBox__title {
  margin-bottom: 0.25em;
  color: #5E67AE;
  font-size: minest(16);
  font-weight: bold;
}
.muchutengoku_fc .underContents-cristalglassstone .cristalglassstone-featureBox__text {
  margin-top: 0;
  letter-spacing: 0;
}
@media (min-width: 840px) {
  .muchutengoku_fc .underContents-cristalglassstone .cristalglassstone-featureBox {
    position: relative;
    padding: 5.625em 0 5.9375em;
  }
  .muchutengoku_fc .underContents-cristalglassstone .cristalglassstone-featureBox__list li {
    position: absolute;
    margin-top: 0;
    width: 50%;
  }
  .muchutengoku_fc .underContents-cristalglassstone .cristalglassstone-featureBox__list li:nth-child(1) {
    left: 0;
    top: 0;
  }
  .muchutengoku_fc .underContents-cristalglassstone .cristalglassstone-featureBox__list li:nth-child(2) {
    right: 0;
    top: 0;
    text-align: right;
  }
  .muchutengoku_fc .underContents-cristalglassstone .cristalglassstone-featureBox__list li:nth-child(3) {
    left: 0;
    bottom: 0;
  }
  .muchutengoku_fc .underContents-cristalglassstone .cristalglassstone-featureBox__list li:nth-child(4) {
    right: 0;
    bottom: 0;
    text-align: right;
  }
  .muchutengoku_fc .underContents-cristalglassstone .cristalglassstone-featureBox__text {
    white-space: nowrap;
  }
}
.muchutengoku_fc .underContents-cristalglassstone .fukaboritengoku .mediaTextBlock {
  display: block;
  position: relative;
  gap: 0;
  z-index: 1;
}
.muchutengoku_fc .underContents-cristalglassstone .fukaboritengoku .mediaTextBlock__content {
  z-index: 2;
}
.muchutengoku_fc .underContents-cristalglassstone .fukaboritengoku .mediaTextBlock__image {
  position: relative;
  margin-top: max(-25.3333333333vw, -100px);
  margin-right: max(-10.6666666667vw, -85px);
  z-index: -1;
}
@media (min-width: 840px) {
  .muchutengoku_fc .underContents-cristalglassstone .fukaboritengoku .mediaTextBlock__content {
    width: 66.5517241379%;
  }
  .muchutengoku_fc .underContents-cristalglassstone .fukaboritengoku .mediaTextBlock__image {
    position: absolute;
    right: 0;
    top: 0;
    width: 49.1379310345%;
  }
}
@media (min-width: 840px) {
  .muchutengoku_fc .underContents-envelope_card .envelope_card-collaboration .heading {
    font-size: 1.25rem;
  }
}
@media (max-width: 839px) {
  .muchutengoku_fc .underContents-brass_press .mediaTextBlock__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .muchutengoku_fc .underContents-brass_press .mediaTextBlock__image .mediaTextBlock__image-helf {
    display: block;
    width: 49%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 840px) {
  .muchutengoku_fc .underContents-brass_press .mediaTextBlock__image .mediaTextBlock__image-helf + .mediaTextBlock__image-helf {
    margin-top: 20px;
  }
}
@media (max-width: 839px) {
  .muchutengoku_fc .underContents-pouch .mediaTextBlock__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2%;
  }
  .muchutengoku_fc .underContents-pouch .mediaTextBlock__image .mediaTextBlock__image-helf {
    display: block;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .muchutengoku_fc .underContents-pouch .mediaTextBlock__image .mediaTextBlock__image-helf:nth-child(1) {
    width: 41%;
  }
  .muchutengoku_fc .underContents-pouch .mediaTextBlock__image .mediaTextBlock__image-helf:nth-child(2) {
    width: 56%;
  }
}
@media (min-width: 840px) {
  .muchutengoku_fc .underContents-pouch .mediaTextBlock__image .mediaTextBlock__image-helf + .mediaTextBlock__image-helf {
    margin-top: 10px;
  }
}
.muchutengoku_fc .underContents-indian_ribbon .fukaboritengoku__title {
  position: relative;
  z-index: 2;
}
.muchutengoku_fc .underContents-indian_ribbon .fukaboritengoku .mediaTextBlock {
  display: block;
  position: relative;
  gap: 0;
  z-index: 1;
}
.muchutengoku_fc .underContents-indian_ribbon .fukaboritengoku .mediaTextBlock__content {
  z-index: 2;
}
.muchutengoku_fc .underContents-indian_ribbon .fukaboritengoku .mediaTextBlock__image {
  position: relative;
  margin-top: max(-44vw, -165px);
  margin-right: max(-31.7333333333vw, -119px);
  z-index: -1;
}
@media (min-width: 840px) {
  .muchutengoku_fc .underContents-indian_ribbon .fukaboritengoku .mediaTextBlock__content {
    width: 66.5517241379%;
  }
  .muchutengoku_fc .underContents-indian_ribbon .fukaboritengoku .mediaTextBlock__image {
    position: absolute;
    right: -130px;
    bottom: 15px;
    margin: 0;
    width: 64.4827586207%;
  }
}
.muchutengoku_fc .underContents-fragrance_oil .fragrance_oil-repertoire {
  position: relative;
  margin-top: min(10.6666666667vw, 60px);
  margin-bottom: min(10.6666666667vw, 60px);
}
.muchutengoku_fc .underContents-fragrance_oil .fragrance_oil-repertoire::before {
  display: block;
  position: absolute;
  right: max(-2.6666666667vw, -10px);
  top: max(-16vw, -60px);
  width: min(19.7333333333vw, 99px);
  height: min(37.3333333333vw, 186px);
  background-image: url(../../v3/images/fragrance_oil/img_bottle.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  content: "";
}
@media (min-width: 840px) {
  .muchutengoku_fc .underContents-fragrance_oil .fragrance_oil-repertoire::before {
    right: 40px;
  }
}
.muchutengoku_fc .underContents-fragrance_oil .fragrance_oil-repertoire .heading {
  margin-bottom: min(8vw, 40px);
  text-align: center;
  line-height: 1;
}
.muchutengoku_fc .underContents-fragrance_oil .fragrance_oil-repertoire .heading strong {
  font-size: 1.6666666667em;
  font-family: Arial, "Helvetica Neue", Helvetica;
}
.muchutengoku_fc .underContents-fragrance_oil .fragrance_oil-repertoire__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em 0;
}
.muchutengoku_fc .underContents-fragrance_oil .fragrance_oil-repertoire__list li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-top: 0.5em;
  font-size: min(3.7333333333vw, 16px);
  line-height: 1;
  white-space: nowrap;
}
.muchutengoku_fc .underContents-fragrance_oil .fragrance_oil-repertoire__list li::before {
  content: "・";
}
@media (min-width: 840px) {
  .muchutengoku_fc .underContents-fragrance_oil .fragrance_oil-repertoire__list li {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
  }
}
.muchutengoku_fc .underContents-grass_objects ~ .underProductInfo .underProductInfo__bundle .underProductInfoBlock__image {
  position: relative;
}
.muchutengoku_fc .underContents-grass_objects ~ .underProductInfo .underProductInfo__bundle .underProductInfoBlock__image .underProductInfoBlock__image__sub {
  display: block;
  position: absolute;
  left: 5.4237288136%;
  bottom: -5.4237288136%;
  width: min(26.6666666667vw, 130px);
}
.muchutengoku_fc .underContents-cutlery_rest .collection__image {
  border: 1px solid #ccc;
}
.muchutengoku_fc .underContents-minouyakitile .package {
  margin-top: min(10.6666666667vw, 60px);
}
.muchutengoku_fc .underProductInfo {
  position: relative;
  padding: 0 0 min(16vw, 120px);
  background-color: #fff;
  z-index: 10;
}
@media (min-width: 840px) {
  .muchutengoku_fc .underProductInfo {
    margin-top: 101px;
    padding-top: min(32vw, 120px);
  }
}
.muchutengoku_fc .underProductInfo .sectionTitle_fc {
  margin-bottom: min(5.3333333333vw, 50px);
}
.muchutengoku_fc .underProductInfo .sectionTitle__main_fc {
  font-size: min(6.4vw, 40px);
}
.muchutengoku_fc .underProductInfo .sectionTitle__sub_fc {
  font-size: min(3.7333333333vw, 20px);
}
.muchutengoku_fc .underProductInfo__attentions {
  width: 78.6666666667%;
  max-width: 960px;
  margin: min(10.6666666667vw, 40px) auto 0;
  font-size: min(3.2vw, 14px);
  line-height: 2;
}
.muchutengoku_fc .underProductInfo__bundle {
  width: 89.3333333333%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: min(10.6666666667vw, 100px);
}
.muchutengoku_fc .underProductInfo__bundle__title {
  margin-bottom: min(10.6666666667vw, 40px);
  font-size: min(4.2666666667vw, 24px);
  font-weight: bold;
  text-align: center;
}
.muchutengoku_fc .underProductInfo__bundle__title::before {
  display: block;
  margin: 0 auto min(5.3333333333vw, 20px);
  width: min(16vw, 60px);
  height: min(16vw, 60px);
  background-image: url(../../v3/images/icon_tinkle_black.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.muchutengoku_fc .underProductInfo__bundle__title span {
  display: inline-block;
  padding-bottom: 0.25em;
  border-bottom: min(0.8vw, 6px) solid currentColor;
}
.muchutengoku_fc .underProductInfo__bundle__inner {
  padding: min(8vw, 40px) min(5.3333333333vw, 40px);
  background-color: #F8F8F8;
}
.muchutengoku_fc .underProductInfo__bundle .underProductInfoBlock,
.muchutengoku_fc .underProductInfo__bundle .underProductInfo__attentions {
  width: auto;
}
.muchutengoku_fc .underProductInfoBlock {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "image" "content";
  gap: min(5.3333333333vw, 20px);
  width: 78.6666666667%;
  max-width: 960px;
  margin: 0 auto;
}
.muchutengoku_fc .underProductInfoBlock + .underProductInfoBlock {
  margin-top: min(10.6666666667vw, 60px);
}
.muchutengoku_fc .underProductInfoBlock__image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  line-height: 0;
  grid-area: image;
}
.muchutengoku_fc .underProductInfoBlock__image__caption {
  margin-top: 1em;
  font-size: min(3.2vw, 14px);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.muchutengoku_fc .underProductInfoBlock__content {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: content;
}
.muchutengoku_fc .underProductInfoBlock__name {
  font-size: min(4.8vw, 24px);
  font-weight: bold;
  line-height: 1.6666666667;
}
.muchutengoku_fc .underProductInfoBlock__price {
  margin-top: min(5.3333333333vw, 30px);
  font-size: min(3.2vw, 16px);
  letter-spacing: 0;
}
.muchutengoku_fc .underProductInfoBlock__price .yen {
  font-size: min(4.2666666667vw, 19px);
  font-weight: bold;
  font-family: "Arial", sans-serif;
}
.muchutengoku_fc .underProductInfoBlock__price .num {
  font-size: min(6.9333333333vw, 32px);
  font-family: "Arial", sans-serif;
}
.muchutengoku_fc .underProductInfoBlock__price .tax {
  font-size: min(3.2vw, 12px);
}
.muchutengoku_fc .underProductInfoBlock__text {
  margin-top: 1em;
  font-size: min(3.7333333333vw, 16px);
  line-height: 2;
}
.muchutengoku_fc .underProductInfoBlock__btn {
  margin-top: min(5.3333333333vw, 30px);
}
.muchutengoku_fc .underProductInfoBlock .underProductInfo__attentions {
  margin-top: min(5.3333333333vw, 20px);
}
@media (min-width: 840px) {
  .muchutengoku_fc .underProductInfoBlock {
    -ms-grid-rows: auto 30px auto;
        grid-template-areas: "image content" "attention content";
    -ms-grid-columns: 41.6666666667% 6.25% 1fr;
    grid-template-columns: 41.6666666667% 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px 6.25%;
  }
  .muchutengoku_fc .underProductInfoBlock.is-align-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .muchutengoku_fc .underProductInfoBlock__btn .button_fc {
    margin-left: 0;
  }
  .muchutengoku_fc .underProductInfoBlock .underProductInfo__attentions {
    margin-top: 0;
    grid-area: attention;
  }
  .muchutengoku_fc .underProductInfoBlock__image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .muchutengoku_fc .underProductInfoBlock__content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
}
@media (min-width: 840px){
  .muchutengoku_fc .underProductInfoBlock .underProductInfo__attentions {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.muchutengoku_fc .mt-backBtn {
  position: relative;
  z-index: 10;
  padding-top: min(13.3333333333vw, 100px);
  background-color: #fff;
}
.muchutengoku_fc .mt-backBtn .button_fc {
  width: min(64.8vw, 300px);
  height: 5.1666666667em;
  border: 1px solid currentColor;
  background-color: #fff;
  color: #C7ABCE;
  font-size: min(3.2vw, 16px);
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.muchutengoku_fc .mt-backBtn .button_fc:after {
  right: auto;
  left: 8%;
  content: "l";
}
@media (hover: hover) {
  .muchutengoku_fc .mt-backBtn .button_fc:hover {
    border: none;
    background-color: #C7ABCE;
    color: #fff;
  }
}
.muchutengoku_fc.muchutengoku-top_fc .mt-backBtn {
  display: none;
}
.muchutengoku_fc.is-style-gold .collection__title {
  color: #D4B686;
}
.muchutengoku_fc.is-style-gold .collection .slick-arrow {
  background-color: #D4B686;
}
.muchutengoku_fc.is-style-gold .collection .slick-dots li:not(.slick-active) button {
  background-color: rgba(212, 182, 134, 0.4);
}
.muchutengoku_fc.is-style-gold .collection .slick-dots li.slick-active button {
  background-color: #D4B686;
}
.muchutengoku_fc.is-style-gold .underProductInfoBlock__btn .button_fc {
  background-color: #D4B686;
}
@media (hover: hover) {
  .muchutengoku_fc.is-style-gold .underProductInfoBlock__btn .button_fc:hover {
    background-color: #fff;
    color: #D4B686;
  }
}
.muchutengoku_fc.is-style-gold .mt-backBtn .button_fc {
  color: #D4B686;
}
@media (hover: hover) {
  .muchutengoku_fc.is-style-gold .mt-backBtn .button_fc:hover {
    background-color: #D4B686;
    color: #fff;
  }
}
.muchutengoku_fc.is-style-instinct .collection__title {
  color: #36C1AE;
}
.muchutengoku_fc.is-style-instinct .collection .slick-arrow {
  background-color: #36C1AE;
}
.muchutengoku_fc.is-style-instinct .collection .slick-dots li:not(.slick-active) button {
  background-color: rgba(54, 193, 174, 0.4);
}
.muchutengoku_fc.is-style-instinct .collection .slick-dots li.slick-active button {
  background-color: #36C1AE;
}
.muchutengoku_fc.is-style-instinct .underProductInfoBlock__btn .button_fc {
  background-color: #36C1AE;
}
.muchutengoku_fc.is-style-instinct .mt-backBtn .button_fc {
  color: #36C1AE;
}
@media (hover: hover) {
  .muchutengoku_fc.is-style-instinct .mt-backBtn .button_fc:hover {
    background-color: #36C1AE;
    color: #fff;
  }
}