@charset "UTF-8";
:root {
  --color-main: #907724;
  --font-mincho: "Noto Serif JP", serif;
  --font-mincho02: "游明朝", YuMincho, "ヒラギノ明朝 ProN W4",
    "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  --font-gothic: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

/*-------------
スマホ
-------------*/
/*英語フォント*/
#faq .title-wrap .en, #faq .faq-list dt.title:before, #faq .faq-list dd.detail:before, .gift__title-sub .en, .gift__presents-title .en, section .title-wrap .en {
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-style: normal;
  font-display: optional;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

body {
  overflow-x: hidden;
}
body.news-active, body.colorbox-active {
  overflow: hidden;
}
body main {
  font-size: 1.176vw;
  font-weight: 500;
  font-family: var(--font-mincho);
}
@media print, screen and (min-width:1360px) {
  body main {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  body main {
    font-size: 4.267vw;
  }
}

section .inner {
  max-width: 1000px;
  width: 73.529%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  section .inner {
    max-width: none;
    width: 89.3%;
  }
}

.font-en {
  font-family: var(--font-mincho02);
}

.bg-gray {
  background-color: #f7f7f7;
}

.txt-vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

.is-sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
}

img {
  width: 100%;
}

/*------------------------------------------------------
 メインビジュアル
-------------------------------------------------------*/
.main-wrap {
  text-align: center;
  width: 100%;
  height: 45.588vw;
  position: relative;
}
.main-wrap .main-item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-wrap .main-item img {
  width: 29.512vw;
}
.main-wrap .main-item .lead-text {
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin-top: 2.044vw;
}
@media print, screen and (min-width:1360px) {
  .main-wrap {
    width: 100%;
    height: 620px;
  }
  .main-wrap .main-item img {
    width: 401.36px;
  }
  .main-wrap .main-item .lead-text {
    margin-top: 27.8px;
  }
}
@media only screen and (max-width: 767px) {
  .main-wrap {
    height: 119.467vw;
  }
  .main-wrap .main-item {
    padding-top: 14.933vw;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .main-wrap .main-item img {
    width: 67.912vw;
  }
  .main-wrap .main-item .lead-text {
    font-size: 3.733vw;
    line-height: 1.7;
    letter-spacing: 0.06em;
    margin-top: 7.067vw;
  }
}

/*------------------------------------------------------
 ナビゲーション
-------------------------------------------------------*/
.nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 4.779vw 0;
}
.nav-wrap div {
  width: 14.706vw;
  border-right: 1px solid #c6b788;
}
.nav-wrap div:first-child {
  border-left: 1px solid #c6b788;
}
.nav-wrap div a {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.nav-wrap div a::after {
  content: "";
  width: 1.155vw;
  height: 0.629vw;
  background: url(../../../../contents/img/special/xmas2025_gift/arrow-btm-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0.772vw;
}
.nav-wrap div a span {
  display: inline-block;
  text-align: center;
  margin-top: 0.699vw;
}
.nav-wrap .nav-item01 img {
  width: 2.632vw;
}
.nav-wrap .nav-item02 img {
  width: 3.56vw;
}
.nav-wrap .nav-item03 img {
  width: 3.043vw;
}
.nav-wrap .nav-item04 img {
  width: 1.838vw;
}
.nav-wrap .nav-item05 img {
  width: 1.768vw;
}
@media print, screen and (min-width:1360px) {
  .nav-wrap {
    padding: 65px 0;
  }
  .nav-wrap div {
    width: 200px;
  }
  .nav-wrap div a {
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
  .nav-wrap div a::after {
    content: "";
    width: 15.71px;
    height: 8.56px;
    margin-top: 10.5px;
  }
  .nav-wrap div a span {
    margin-top: 9.5px;
  }
  .nav-wrap .nav-item01 img {
    width: 35.79px;
  }
  .nav-wrap .nav-item02 img {
    width: 48.41px;
  }
  .nav-wrap .nav-item03 img {
    width: 41.38px;
  }
  .nav-wrap .nav-item04 img {
    width: 25px;
  }
  .nav-wrap .nav-item05 img {
    width: 24.05px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 8.8vw 0 8vw;
  }
  .nav-wrap div {
    width: 43.467vw;
    border: 0;
    position: relative;
  }
  .nav-wrap div:nth-child(2n) {
    border-right: 0;
  }
  .nav-wrap div:nth-child(2n)::before {
    content: "";
    display: block;
    width: 1px;
    height: 26.667vw;
    background: #c6b788;
    position: absolute;
    top: 1.5vw;
  }
  .nav-wrap div:first-child {
    border-left: 0;
  }
  .nav-wrap div:last-child {
    border-right: 0;
    border-bottom: 0;
    width: 100%;
  }
  .nav-wrap div:last-child::after {
    content: none;
  }
  .nav-wrap div:last-child a {
    padding-bottom: 0;
  }
  .nav-wrap div::after {
    content: "";
    display: block;
    width: 42.667vw;
    height: 1px;
    background: #c6b788;
    position: absolute;
    bottom: 0;
  }
  .nav-wrap div:nth-child(odd)::after {
    left: 0;
  }
  .nav-wrap div:nth-child(even)::after {
    right: 0;
  }
  .nav-wrap div a {
    font-size: 3.733vw;
    height: 29.333vw;
    padding-bottom: 3vw;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .nav-wrap div a::after {
    content: "";
    width: 2.867vw;
    height: 1.621vw;
    margin-top: 2.667vw;
  }
  .nav-wrap div a span {
    margin-top: 1.333vw;
  }
  .nav-wrap .nav-item01 img {
    width: 8.48vw;
  }
  .nav-wrap .nav-item02 img {
    width: 10.533vw;
  }
  .nav-wrap .nav-item03 img {
    width: 7.848vw;
  }
  .nav-wrap .nav-item04 img {
    width: 4.461vw;
  }
  .nav-wrap .nav-item05 img {
    width: 4.995vw;
  }
}

.special .title-wrap img {
  height: 3vw;
  width: auto;
}
@media print, screen and (min-width:1360px) {
  .special .title-wrap img {
    height: 40.5px;
  }
}
@media only screen and (max-width: 767px) {
  .special .title-wrap img {
    height: 10.6666666667vw;
  }
}

.special .title-wrap .en img {
  height: 1.7vw;
  width: auto;
}
@media print, screen and (min-width:1360px) {
  .special .title-wrap .en img {
    height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .special .title-wrap .en img {
    height: 6.9333333333vw;
  }
}

.present .title-wrap img {
  height: 3.4vw;
  width: auto;
}
@media print, screen and (min-width:1360px) {
  .present .title-wrap img {
    height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .present .title-wrap img {
    height: 9.666667vw;
  }
}

.present .title-wrap .en img {
  height: 3.45vw;
  width: auto;
  margin-top: 0.5em;
}
@media print, screen and (min-width:1360px) {
  .present .title-wrap .en img {
    height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .present .title-wrap .en img {
    height: 9.333333vw;
    margin-top: 0;
  }
}

.ranking .title-wrap img {
  height: 3.5vw;
  margin-bottom: 1.5%;
  width: auto;
}
@media print, screen and (min-width:1360px) {
  .ranking .title-wrap img {
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .ranking .title-wrap img {
    margin-bottom: 0;
    height: 9.3333333333vw;
  }
}

@media only screen and (max-width: 767px) {
  .ranking--lierrey .title-wrap img {
    margin-bottom: 0;
    height: 10.4vw;
  }
}

.ranking .title-wrap .en img {
  height: 2.7vw;
  width: auto;
}
@media print, screen and (min-width:1360px) {
  .ranking .title-wrap .en img {
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .ranking .title-wrap .en img {
    height: 6.9333333333vw;
  }
}

#scene .title-wrap img {
  width: 3.56vw;
}
@media print, screen and (min-width:1360px) {
  #scene .title-wrap img {
    width: 48.41px;
  }
}
@media only screen and (max-width: 767px) {
  #scene .title-wrap img {
    width: 10.533vw;
  }
}

#item .title-wrap img {
  width: 1.838vw;
}
@media print, screen and (min-width:1360px) {
  #item .title-wrap img {
    width: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #item .title-wrap img {
    width: 4.461vw;
  }
}

#wrapping .title-wrap img {
  width: 1.768vw;
  width: min(31px, 3.1vw);
}
@media only screen and (max-width: 767px) {
  #wrapping .title-wrap img {
    width: 7.2vw;
  }
}

/*------------------------------------------------------
 コンテンツ共有
-------------------------------------------------------*/
section {
  /* title */
  /* tab */
  /* btn */
  /* detail */
  /* slick */
}
section .title-wrap {
  text-align: center;
}
section .title-wrap .icon {
  margin-bottom: 0.5em;
}
section .title-wrap h2 {
  font-size: 1.765vw;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
  margin-top: 0.463vw;
}
section .title-wrap h2.jp {
  font-family: var(--font-mincho);
  font-weight: 400;
  font-size: min(24px, 2.4vw);
  letter-spacing: 0.1em;
}
section .title-wrap .en {
  margin-top: 0.5em;
  display: block;
  color: #757a86;
  font-size: min(20px, 2vw);
  letter-spacing: 0.05em;
  text-transform: capitalize;
}
@media print, screen and (min-width:1360px) {
  section .title-wrap {
    text-align: center;
  }
  section .title-wrap h2 {
    font-size: 24px;
    margin-top: 6.3px;
  }
}
@media only screen and (max-width: 767px) {
  section .title-wrap .icon {
    margin-bottom: 0;
  }
  section .title-wrap h2 {
    font-size: 5.333vw;
    line-height: 1.6;
  }
  section .title-wrap h2.jp {
    margin-top: 0.8em;
    font-size: 4.8vw;
  }
  section .title-wrap .en {
    margin-top: 0.3em;
    font-size: 4.5333333333vw;
  }
}
section .tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4.412vw;
  gap: 1.276vw 0;
}
section .tab-wrap .tab-item {
  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;
  width: 14.706vw;
  height: 3.676vw;
  border-radius: 3.676vw;
  border: 1px solid var(--color-main);
  color: var(--color-main);
  text-align: center;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  margin: 0 0.735vw;
  font-family: var(--font-gothic);
}
section .tab-wrap .tab-item.is-active {
  background: var(--color-main);
  color: #ffffff;
}
@media print, screen and (min-width:1360px) {
  section .tab-wrap {
    margin-bottom: 60px;
    gap: 17px 0;
  }
  section .tab-wrap .tab-item {
    width: 200px;
    height: 50px;
    border-radius: 50px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.06em;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  section .tab-wrap {
    margin-bottom: 6.667vw;
    gap: 2.6666666667vw 1.2vw;
  }
  section .tab-wrap .tab-item {
    width: 21.3333333333vw;
    height: 9.333vw;
    border-radius: 6.667vw;
    font-size: 2.8vw;
    letter-spacing: -0.01em;
    margin: 0;
  }
}
section .tab-contents {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section .tab-contents.is-open {
  height: auto;
  opacity: 1;
}
section .btn-wrap {
  margin-top: 2.206vw;
}
section .btn-wrap a {
  width: 100%;
  height: 3.676vw;
  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;
  background-color: #fff;
  border-radius: 3.676vw;
  border: 1px solid var(--color-main);
  color: var(--color-main);
  position: relative;
  font-family: var(--font-mincho);
  letter-spacing: 0.15em;
  font-size: min(19px, 1.3970588235vw);
}
section .btn-wrap a:after {
  content: "";
  width: 0.629vw;
  height: 1.155vw;
  background: url(../../../../contents/img/special/xmas2025_gift/arrow-gold.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 2.059vw;
}
@media print, screen and (min-width:1360px) {
  section .btn-wrap {
    margin-top: 30px;
  }
  section .btn-wrap a {
    width: 100%;
    height: 50px;
    border-radius: 50px;
  }
  section .btn-wrap a:after {
    content: "";
    width: 8.56px;
    height: 15.71px;
    right: 28px;
  }
}
@media only screen and (max-width: 767px) {
  section .btn-wrap {
    margin-top: 4vw;
  }
  section .btn-wrap a {
    font-size: 3.2vw;
    height: 7.4666666667vw;
    border-radius: 6.667vw;
  }
  section .btn-wrap a:after {
    content: "";
    width: 2.1333333333vw;
    height: 2.2666666667vw;
    right: 4.133vw;
    right: 3.2vw;
  }
}
section .detail-wrap .title {
  font-size: 1.176vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-bottom: 0.8em;
}
section .detail-wrap__price,
section .detail-wrap .price {
  font-size: 1.765vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: auto;
}
section .detail-wrap__price .tax,
section .detail-wrap .price .tax {
  font-size: 1.029vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media print, screen and (min-width:1360px) {
  section .detail-wrap .title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
  section .detail-wrap__price,
  section .detail-wrap .price {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  section .detail-wrap__price .tax,
  section .detail-wrap .price .tax {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  section .detail-wrap .title {
    font-size: 3.733vw;
    letter-spacing: 0;
  }
  section .detail-wrap__price,
  section .detail-wrap .price {
    font-size: 4.2666666667vw;
  }
  section .detail-wrap__price .tax,
  section .detail-wrap .price .tax {
    font-size: 2.4vw;
  }
}
section .img-wrap .slide-arrow {
  position: absolute;
  top: 45%;
  z-index: 1;
  width: 30px !important;
  height: 30px !important;
  mix-blend-mode: unset;
  border: 0 !important;
  cursor: pointer;
}
section .img-wrap .next-arrow {
  right: -1.103vw;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
section .img-wrap .prev-arrow {
  left: -1.103vw;
}
section .img-wrap .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 0.846vw;
}
section .img-wrap .slick-dots li {
  width: 0.515vw;
  height: 0.515vw;
  border-radius: 50em;
  background: #ebebeb;
  cursor: pointer;
  margin: 0 0.368vw;
}
section .img-wrap .slick-dots li.slick-active {
  background: var(--color-main);
}
section .img-wrap .slick-dots button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: -735.221vw;
}
@media print, screen and (min-width:1360px) {
  section .img-wrap .slide-arrow {
    width: 30px !important;
    height: 30px !important;
  }
  section .img-wrap .next-arrow {
    right: -15px;
  }
  section .img-wrap .prev-arrow {
    left: -15px;
  }
  section .img-wrap .slick-dots {
    margin-top: 11.5px;
  }
  section .img-wrap .slick-dots li {
    width: 7px;
    height: 7px;
    border-radius: 50em;
    margin: 0 5px;
  }
  section .img-wrap .slick-dots button {
    text-indent: -735.221vw;
  }
}
@media only screen and (max-width: 767px) {
  section .img-wrap .slide-arrow {
    position: absolute;
    top: 45%;
    z-index: 1;
    width: 4vw !important;
    height: 4vw !important;
    mix-blend-mode: unset;
    border: 0 !important;
  }
  section .img-wrap .next-arrow {
    right: 1.5vw;
  }
  section .img-wrap .prev-arrow {
    left: 1.5vw;
  }
  section .img-wrap .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin-top: 5vw;
  }
  section .img-wrap .slick-dots li {
    width: 4px;
    height: 4px;
    border-radius: 50em;
    background: #ebebeb;
    cursor: pointer;
    margin: 0 4px;
  }
}

.main-visual {
  position: relative;
  background-color: #F8CDDE;
}
.main-visual::before, .main-visual:after {
  content: "";
  display: block;
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100lvh;
  z-index: 0;
}
.main-visual::before {
  background: url(../../../../contents/img/special/xmas2025_gift/main-visual_img01_sp.jpg) no-repeat top center/cover;
  -webkit-transition: -webkit-filter 1s ease;
  transition: -webkit-filter 1s ease;
  transition: filter 1s ease;
  transition: filter 1s ease, -webkit-filter 1s ease;
}
@media print, screen and (min-width: 768px) {
  .main-visual::before {
    background-image: url(../../../../contents/img/special/xmas2025_gift/main-visual_img01.jpg);
  }
}
.main-visual::after {
  background: rgba(255, 255, 255, 0.55);
  mix-blend-mode: screen;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.main-visual.is-blur::before {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.main-visual.is-blur::after {
  opacity: 1;
}
.main-visual.is-hidden::before, .main-visual.is-hidden::after {
  position: absolute;
}

/*
 * # 	ファーストビュー
 */
.fv {
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.fv img {
  width: 100%;
  height: auto;
}
.fv__imgtext {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .fv__imgtext {
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.fv__imgtext img {
  width: 100%;
  height: auto;
}

.nav-area {
  text-align: center;
  background: url(../../../../contents/img/special/xmas2025_gift/nav-area-bg01_sp.png) no-repeat top center/100% 100%;
  background-color: #fefdfa;
  padding: 5.0666666667vw 0 9.0666666667vw;
}
@media print, screen and (min-width: 768px) {
  .nav-area {
    background: url(../../../../contents/img/special/xmas2025_gift/nav-area-bg01.png) no-repeat top center/100% 100%;
    padding: 4.1911764706vw 0 6.7647058824vw;
  }
}
@media print, screen and (min-width:1360px) {
  .nav-area {
    padding: 57px 0 92px;
  }
}
.nav-area__inner {
  max-width: 1000px;
  width: 73.529%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .nav-area__inner {
    max-width: none;
    width: 89.3%;
  }
}
.nav-area__title-wrap .icon {
  height: 4.6323529412vw;
}
@media print, screen and (min-width:1360px) {
  .nav-area__title-wrap .icon {
    height: 63px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-area__title-wrap .icon {
    height: 13.3333333333vw;
  }
}
.nav-area__title-wrap .icon img {
  height: 100%;
  width: auto;
}
.nav-area__title-wrap .jp {
  margin-top: 0.5em;
  margin-bottom: 1.8em;
  font-size: 1.6911764706vw;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media print, screen and (min-width:1360px) {
  .nav-area__title-wrap .jp {
    font-size: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-area__title-wrap .jp {
    margin-top: 0em;
    margin-bottom: 1em;
    font-size: 4.2666666667vw;
    line-height: 1.625;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.3235294118vw;
}
@media print, screen and (min-width:1360px) {
  .nav {
    gap: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .nav {
    width: 78.6666666667vw;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.4666666667vw 2.9333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .nav__item {
    width: 37.3333333333vw;
  }
  .nav__item:first-of-type {
    width: 64vw;
    margin: 0 auto;
  }
}
.nav__item a img {
  height: auto;
}

.gift {
  padding-top: 5.1470588235vw;
  padding-bottom: 6.9117647059vw;
  /*セクション別===============*/
}
@media print, screen and (min-width:1360px) {
  .gift {
    padding-top: 70px;
    padding-bottom: 94px;
  }
}
@media only screen and (max-width: 767px) {
  .gift {
    padding-top: 8vw;
    padding-bottom: 15.2vw;
  }
}
.gift__inner {
  max-width: 1000px;
  width: 73.529%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .gift__inner {
    max-width: none;
    width: 89.3%;
  }
}
.gift__title-wrap {
  text-align: center;
  margin-bottom: 6.3970588235vw;
  color: #fff;
}
@media print, screen and (min-width:1360px) {
  .gift__title-wrap {
    margin-bottom: 87px;
  }
}
@media only screen and (max-width: 767px) {
  .gift__title-wrap {
    margin-bottom: 10.1333333333vw;
  }
}
.gift__title-wrap .en {
  display: block;
  margin: 0 auto;
  height: 4vw;
}
@media print, screen and (min-width:1360px) {
  .gift__title-wrap .en {
    height: 66px;
  }
  #pair .gift__title-wrap .en {
    height: 58px;
  }
  #wrapping .gift__title-wrap .en {
    height: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .gift__title-wrap .en {
    height: 9.9vw;
  }
  #premium .gift__title-wrap .en {
    height: 20.4vw;
  }
  #pair .gift__title-wrap .en {
    height: 9.6vw;
  }
}
.gift__title-wrap .en img {
  height: 100%;
  width: auto;
}
.gift__title-wrap .jp {
  font-size: 1.6911764706vw;
  font-weight: 600;
  margin-top: 1.4em;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width:1360px) {
  .gift__title-wrap .jp {
    font-size: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .gift__title-wrap .jp {
    font-size: 4.2666666667vw;
  }
}
.gift__img-main {
  margin-bottom: 3.8970588235vw;
}
@media print, screen and (min-width:1360px) {
  .gift__img-main {
    margin-bottom: 53px;
  }
}
@media only screen and (max-width: 767px) {
  .gift__img-main {
    margin-bottom: 6.6666666667vw;
  }
}
.gift__img-main img {
  width: 100%;
  height: auto;
}
.gift__title-sub {
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.4558823529vw;
  color: #fff;
}
@media print, screen and (min-width:1360px) {
  .gift__title-sub {
    margin-bottom: 47px;
  }
}
@media only screen and (max-width: 767px) {
  .gift__title-sub {
    margin-bottom: 5.8666666667vw;
  }
}
.gift__title-sub > span {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.gift__title-sub .icon {
  height: 3.5294117647vw;
  margin-bottom: 1.1%;
}
@media print, screen and (min-width:1360px) {
  .gift__title-sub .icon {
    height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .gift__title-sub .icon {
    height: 9.0666666667vw;
  }
}
.gift__title-sub .icon img {
  height: 100%;
  width: auto;
}
.gift__title-sub .jp {
  margin-top: 1.2em;
  margin-bottom: 0.4em;
  font-size: 1.25vw;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media print, screen and (min-width:1360px) {
  .gift__title-sub .jp {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .gift__title-sub .jp {
    margin-top: 0.3em;
    margin-bottom: 0.08em;
    font-size: 3.4666666667vw;
  }
}
.gift__title-sub .en {
  font-size: 3.4558823529vw;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width:1360px) {
  .gift__title-sub .en {
    font-size: 47px;
  }
}
@media only screen and (max-width: 767px) {
  .gift__title-sub .en {
    font-size: 9.0666666667vw;
    line-height: 1;
  }
}
.gift__title-sub .cursive {
  position: absolute;
  bottom: -19.2%;
  right: -34%;
  width: 16.4705882353vw;
}
@media print, screen and (min-width:1360px) {
  .gift__title-sub .cursive {
    width: 224px;
  }
}
@media only screen and (max-width: 767px) {
  .gift__title-sub .cursive {
    width: 43.4666666667vw;
    bottom: -22.4%;
    right: -11.8%;
  }
}
.gift__text {
  text-align: center;
  font-size: 1.3235294118vw;
  line-height: 2.1666666667;
  letter-spacing: 0.09em;
  margin-bottom: 2.5em;
  color: #fff;
	margin-top: -1.5rem;
}
@media print, screen and (min-width:1360px) {
  .gift__text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .gift__text {
    font-size: 3.7333333333vw;
    line-height: 1.6428571429;
    margin-bottom: 1.8em;
	margin-top: -1.2rem;
  }
}
.gift__period {
  width: 58.3823529412vw;
  margin: 0 auto;
}
@media print, screen and (min-width:1360px) {
  .gift__period {
    width: 794px;
  }
}
@media only screen and (max-width: 767px) {
  .gift__period {
    width: 100%;
  }
}
.gift__period img {
  width: 100%;
  height: auto;
}
.gift__special {
  width: 73.5294117647vw;
  margin: 0 auto;
  margin-top: 6.25vw;
  margin-bottom: 6.25vw;
}
@media print, screen and (min-width:1360px) {
  .gift__special {
    width: 1000px;
    margin-top: 85px;
    margin-bottom: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .gift__special {
    width: 100%;
    margin-top: 12.2666666667vw;
    margin-bottom: 9.3333333333vw;
  }
}
.gift__special img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .gift__presents--second {
    margin-top: 18.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .gift__presents--second {
    margin-top: 7.7205882353vw;
  }
}
@media print, screen and (min-width:1360px) {
  .gift__presents--second {
    margin-top: 105px;
  }
}
.gift__presents-title {
  margin-top: 6.6176470588vw;
  margin-bottom: 5.1470588235vw;
  text-align: center;
  color: #fff;
}
@media print, screen and (min-width:1360px) {
  .gift__presents-title {
    margin-top: 90px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .gift__presents-title {
    margin-top: 12.2666666667vw;
    margin-bottom: 11.2vw;
  }
}
.gift__presents-title > span {
  display: block;
}
.gift__presents-title .en {
  font-size: 4.1911764706vw;
  font-weight: 300;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
@media print, screen and (min-width:1360px) {
  .gift__presents-title .en {
    font-size: 57px;
  }
}
@media only screen and (max-width: 767px) {
  .gift__presents-title .en {
    font-size: 12.2666666667vw;
  }
}
.gift__presents-title .jp {
  font-size: 1.3970588235vw;
  font-weight: 600;
  margin-top: 0.5em;
  letter-spacing: 0.09em;
  line-height: 1;
}
@media print, screen and (min-width:1360px) {
  .gift__presents-title .jp {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .gift__presents-title .jp {
    margin-top: 0.1em;
    font-size: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .gift__presents-inner--sp2column {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.3333333333vw 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 1.3333333333vw;
  }
  .gift__presents-inner--sp2column > :nth-child(odd):last-child {
    grid-column: 1/-1;
    -ms-grid-column-align: center;
        justify-self: center;
    max-width: 50%;
    width: 43.2vw;
  }
}
@media print, screen and (min-width: 768px) {
  .gift__presents-inner--pc3column {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.4705882353vw 1fr 1.4705882353vw 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4705882353vw;
  }
}
@media print, screen and (min-width:1360px) {
  .gift__presents-inner--pc3column {
    gap: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .gift__presents-inner--pc4column {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0.8088235294vw 1fr 0.8088235294vw 1fr 0.8088235294vw 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.9558823529vw 0.8088235294vw;
  }
}
@media print, screen and (min-width:1360px) {
  .gift__presents-inner--pc4column {
    gap: 13px 11px;
  }
}
.gift__presents-banner {
  margin: 0 auto;
  margin-top: 5.8823529412vw;
  margin-bottom: 3.6764705882vw;
  width: 65.3676470588vw;
}
@media print, screen and (min-width:1360px) {
  .gift__presents-banner {
    width: 889px;
    margin-top: 80px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .gift__presents-banner {
    width: 100%;
    margin-top: 7.4666666667vw;
    margin-bottom: -4vw;
  }
}
.gift--christmas {
  background: url(../../../../contents/img/special/xmas2025_gift/gift-bg01--christmas.png) no-repeat top center/cover;
}
@media only screen and (max-width: 767px) {
  .gift--christmas {
    background: url(../../../../contents/img/special/xmas2025_gift/gift-bg01--christmas_sp.png) no-repeat top center/cover;
  }
}
.gift--premium {
  background: url(../../../../contents/img/special/xmas2025_gift/gift-bg01--premium.png) no-repeat top center/cover;
}
@media only screen and (max-width: 767px) {
  .gift--premium {
    background: url(../../../../contents/img/special/xmas2025_gift/gift-bg01--premium_sp.png) no-repeat top center/cover;
  }
}
.gift--premium .gift__title-sub .cursive {
  bottom: -25.6%;
  right: -5.7%;
  width: 17.0588235294vw;
}
@media print, screen and (min-width:1360px) {
  .gift--premium .gift__title-sub .cursive {
    width: 232px;
  }
}
@media only screen and (max-width: 767px) {
  .gift--premium .gift__title-sub .cursive {
    width: 45.3333333333vw;
    bottom: 7.6%;
    right: -4.1%;
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
}
.gift--pair {
  background: url(../../../../contents/img/special/xmas2025_gift/gift-bg01--pair.png) no-repeat top center/cover;
}
@media only screen and (max-width: 767px) {
  .gift--pair {
    background: url(../../../../contents/img/special/xmas2025_gift/gift-bg01--pair_sp.png) no-repeat top center/cover;
  }
}
.gift--pair .gift__title-sub .cursive {
  bottom: -35%;
  right: -15.3%;
  width: 17.5vw;
}
@media print, screen and (min-width:1360px) {
  .gift--pair .gift__title-sub .cursive {
    width: 238px;
  }
}
@media only screen and (max-width: 767px) {
  .gift--pair .gift__title-sub .cursive {
    width: 44.8vw;
    bottom: -35%;
    right: -21.2%;
  }
}
.gift--shopper {
  background: url(../../../../contents/img/special/xmas2025_gift/gift-bg01--shopper.png) no-repeat top center/cover;
}
@media only screen and (max-width: 767px) {
  .gift--shopper {
    background: url(../../../../contents/img/special/xmas2025_gift/gift-bg01--shopper_sp.png) no-repeat top center/cover;
  }
}
@media print, screen and (min-width: 768px) {
  .gift--shopper {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .gift--shopper .gift__title-wrap .en {
    height: 18.6vw;
  }
}
@media print, screen and (min-width: 768px) {
  .gift--shopper .gift__title-sub {
    margin-bottom: 2.2058823529vw;
  }
}
@media print, screen and (min-width:1360px) {
  .gift--shopper .gift__title-sub {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .gift--shopper .gift__title-sub {
    margin-bottom: 8vw;
  }
}
@media print, screen and (min-width: 768px) {
  .gift--shopper .gift__title-sub .jp {
    margin-top: 3.8em;
  }
}
@media only screen and (max-width: 767px) {
  .gift--shopper .gift__title-sub .jp {
    margin-top: 2.8em;
    margin-bottom: 0.7em;
  }
}
@media print, screen and (min-width: 768px) {
  .gift--shopper .gift__title-sub .en {
    font-size: 2.7941176471vw;
  }
}
@media print, screen and (min-width:1360px) {
  .gift--shopper .gift__title-sub .en {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .gift--shopper .gift__title-sub .en {
    font-size: 7.7333333333vw;
    line-height: 1.0555555556;
  }
}
.gift--shopper .gift__title-sub .en .upper {
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .gift--shopper .gift__title-sub .en .upper {
    display: block;
  }
}
.gift--shopper .gift__title-sub .cursive {
  bottom: -54.1%;
  right: -9.2%;
  width: 21.1029411765vw;
}
@media print, screen and (min-width:1360px) {
  .gift--shopper .gift__title-sub .cursive {
    width: 287px;
  }
}
@media only screen and (max-width: 767px) {
  .gift--shopper .gift__title-sub .cursive {
    width: 53.666667vw;
    bottom: -32.6%;
    right: -6.4%;
  }
}
@media print, screen and (min-width: 768px) {
  .gift--shopper .gift__text {
    line-height: 1.7777777778;
  }
}
@media only screen and (max-width: 767px) {
  .gift--shopper .gift__text {
    font-size: 4vw;
    line-height: 1.9333333333;
  }
}
@media print, screen and (min-width: 768px) {
  .gift--shopper .gift__presents-title {
    margin-bottom: 3.3088235294vw;
  }
}
@media print, screen and (min-width:1360px) {
  .gift--shopper .gift__presents-title {
    margin-bottom: 45px;
  }
}
.gift--wrapping {
  background: url(../../../../contents/img/special/xmas2025_gift/gift-bg01--wrapping.png) no-repeat top center/cover;
}
@media only screen and (max-width: 767px) {
  .gift--wrapping {
    background: url(../../../../contents/img/special/xmas2025_gift/gift-bg01--wrapping_sp.png) no-repeat top center/cover;
  }
}
@media only screen and (max-width: 767px) {
  .gift--wrapping .gift__title-wrap .en {
    height: 21vw;
  }
}
@media print, screen and (min-width: 768px) {
  .gift--wrapping .gift__title-sub {
    margin-bottom: 2.2058823529vw;
  }
}
@media print, screen and (min-width:1360px) {
  .gift--wrapping .gift__title-sub {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .gift--wrapping .gift__title-sub {
    margin-bottom: 8vw;
  }
}
@media print, screen and (min-width: 768px) {
  .gift--wrapping .gift__title-sub .jp {
    margin-top: 3.8em;
  }
}
@media only screen and (max-width: 767px) {
  .gift--wrapping .gift__title-sub .jp {
    margin-top: 2.8em;
    margin-bottom: 0.7em;
  }
}
.gift--wrapping .gift__title-sub .en {
  text-transform: uppercase;
}
@media print, screen and (min-width: 768px) {
  .gift--wrapping .gift__title-sub .en {
    font-size: 2.7941176471vw;
  }
}
@media print, screen and (min-width:1360px) {
  .gift--wrapping .gift__title-sub .en {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .gift--wrapping .gift__title-sub .en {
    line-height: 1.0555555556;
  }
}
.gift--wrapping .gift__title-sub .cursive {
  bottom: -54.1%;
  right: -9.2%;
  width: 21.1029411765vw;
}
@media print, screen and (min-width:1360px) {
  .gift--wrapping .gift__title-sub .cursive {
    width: 287px;
  }
}
@media only screen and (max-width: 767px) {
  .gift--wrapping .gift__title-sub .cursive {
    width: 58.6666666667vw;
    bottom: -31.6%;
    right: 3.6%;
  }
}
@media print, screen and (min-width: 768px) {
  .gift--wrapping .gift__text {
    line-height: 1.7777777778;
  }
}
@media only screen and (max-width: 767px) {
  .gift--wrapping .gift__text {
    font-size: 4vw;
    line-height: 1.9333333333;
  }
}

/*------------------------------------------------------
 いつもとは違う特別な贈りもの
-------------------------------------------------------*/
.present-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--color-main);
  background-color: #ffffff;
}
.present-item + .present-item {
  margin-top: 3.2352941176vw;
}
.present-item .img-wrap {
  width: 36.7647058824vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.present-item .img-wrap img {
  width: 36.7647058824vw;
  height: 29.4117647059vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.present-item .img-wrap .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 1.576vw;
}
.present-item .right-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 3.309vw;
}
.present-item .right-wrap .detail-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.present-item .right-wrap .detail-wrap .new {
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color-main);
  color: #fff;
  font-size: 0.9558823529vw;
  letter-spacing: 0.15em;
  font-weight: 600;
  padding: 0.05em 0.9em 0.05em 1.1em;
  margin-bottom: 0.4em;
}
.present-item .right-wrap .detail-wrap .title {
  letter-spacing: 0;
  margin-bottom: 1em;
  font-family: var(--font-mincho);
  font-size: 1.5441176471vw;
  font-weight: bold;
  line-height: 1.7142857143;
  letter-spacing: 0.02em;
  color: var(--color-main);
}
.present-item .right-wrap .detail-wrap .text {
  margin-top: -0.6em;
  margin-bottom: 1.3em;
  line-height: 1.625;
  letter-spacing: 0.06em;
}
.present-item .right-wrap .detail-wrap .price {
  margin-top: auto;
  margin-bottom: 0;
  font-size: 1.7vw;
}
.present-item .right-wrap .detail-wrap .price .set {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  font-size: 56.5217391304%;
  font-family: var(--font-gothic);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  padding: 0.37em 0.85em 0.24em;
  margin-bottom: 0.2em;
  margin-right: 0.9em;
  margin-left: 0.6em;
  border: 1px solid #000;
}
.present-item .right-wrap .msg-wrap {
  position: relative;
  margin-top: 2.941vw;
  background-color: #f7f7f7;
  border-radius: 1.103vw;
  font-size: 1.029vw;
  line-height: 1.4;
  padding: 2.206vw 1.765vw 1.765vw 1.765vw;
}
.present-item .right-wrap .msg-wrap span {
  position: absolute;
  top: -0.882vw;
  width: 8.824vw;
  background-color: var(--color-main);
  color: #ffffff;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
.present-item .right-wrap .btn-wrap {
  margin-top: 2.7941176471vw;
}

.pickup {
  background-color: #fff;
  border: 1px solid var(--color-main);
}
.pickup__present {
  margin: 3.2vw 3.5vw 3.5vw;
}
.pickup__present img {
  width: 100%;
  height: auto;
}
.pickup .present-item {
  border: none;
}

@media print, screen and (min-width: 768px) {
  .present-item .img-wrap .prev-arrow {
    left: 0.897vw;
  }
  .present-item .img-wrap .next-arrow {
    right: 0.897vw;
  }
}
@media print, screen and (min-width:1360px) {
  .present-item + .present-item {
    margin-top: 44px;
  }
  .present-item .img-wrap {
    width: 500px;
  }
  .present-item .img-wrap img {
    width: 500px;
    height: 400px;
  }
  .present-item .img-wrap .prev-arrow {
    left: 10px;
  }
  .present-item .img-wrap .next-arrow {
    right: 10px;
  }
  .present-item .img-wrap .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 23px;
  }
  .present-item .right-wrap {
    padding: 0 45px;
  }
  .present-item .right-wrap .detail-wrap .new {
    font-size: 13px;
  }
  .present-item .right-wrap .detail-wrap .title {
    letter-spacing: 0;
    font-size: 21px;
  }
  .present-item .right-wrap .detail-wrap .price {
    margin-top: auto;
    margin-bottom: 0;
    font-size: 24px;
  }
  .present-item .right-wrap .msg-wrap {
    margin-top: 40px;
    border-radius: 15px;
    font-size: 14px;
    line-height: 1.4;
    padding: 30px 24px 24px 24px;
  }
  .present-item .right-wrap .msg-wrap span {
    top: -12px;
    width: 120px;
    font-weight: 700;
    line-height: 2;
  }
  .present-item .right-wrap .btn-wrap {
    margin-top: 38px;
  }
  .pickup__present {
    margin: 47px 51px 53px;
  }
}
@media only screen and (max-width: 767px) {
  .present-item .img-wrap {
    width: 44.8vw;
    padding: 0;
  }
  .present-item .img-wrap img {
    border: none;
    margin: 0;
    width: 44.8vw;
    height: 64.5333333333vw;
  }
  .present-item .right-wrap {
    padding: 2.6666666667vw 2.1333333333vw;
  }
  .present-item .right-wrap .detail-wrap {
    margin: 0;
    height: auto;
    padding-left: 1.5%;
  }
  .present-item .right-wrap .detail-wrap .new {
    font-size: 2.6666666667vw;
    padding: 0.01em 0.55em 0.1em 0.65em;
    margin-bottom: 0.8em;
  }
  .present-item .right-wrap .detail-wrap .title {
    margin-bottom: 1.1em;
    font-size: 3.4666666667vw;
    line-height: 1.3846153846;
    letter-spacing: 0.01em;
    min-height: auto;
  }
  .present-item .right-wrap .detail-wrap .text {
	margin: -0.5em -0.75em 1em 0;
    font-size: 2.6666666667vw;
    line-height: 1.2;
  }
  .present-item .right-wrap .detail-wrap .price {
    font-size: 4.8vw;
  }
  .present-item .right-wrap .detail-wrap .price .set {
    font-size: 2.4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
    margin-bottom: 0.4em;
    padding: 0.2em 0.4em;
  }
  .present-item .right-wrap .msg-wrap {
    position: relative;
    margin-top: 7.667vw;
    background-color: #f7f7f7;
    border-radius: 4vw;
    font-size: 3.733vw;
    padding: 8.267vw 4.267vw 4.267vw;
  }
  .present-item .right-wrap .msg-wrap span {
    position: absolute;
    top: -4.267vw;
    width: 32vw;
  }
  .present-item .right-wrap .btn-wrap {
    margin-top: 4.8vw;
  }
  .present-item:has(.text):has(.set) .btn-wrap {
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .present-item--spColumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0 !important;
  }
  .present-item--spColumn .img-wrap {
    width: 40vw;
    margin: 1.8666666667vw auto 0;
  }
  .present-item--spColumn .img-wrap img {
    width: 40vw;
    height: auto;
  }
  .present-item--spColumn .img-wrap .next-arrow {
    right: -0.8vw;
  }
  .present-item--spColumn .img-wrap .prev-arrow {
    left: -0.8vw;
  }
  .present-item--spColumn .right-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .present-item--spColumn .right-wrap .detail-wrap {
    height: 100%;
  }
  .present-item--spColumn .right-wrap .detail-wrap .title {
    font-size: 3.0666666667vw;
    margin-bottom: 0.58em;
    letter-spacing: 0;
  }
  .present-item--spColumn .right-wrap .detail-wrap .title--small {
    font-size: 2.5333333333vw;
  }
  .present-item--spColumn .right-wrap .price {
    margin-top: auto;
  }
  .present-item--spColumn .right-wrap .btn-wrap {
    margin-top: 2.7vw;
  }
}

@media print, screen and (min-width: 768px) {
  .present-item--pc3column,
  .present-item--pc4column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .present-item--pc3column .img-wrap img,
  .present-item--pc4column .img-wrap img {
    height: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .present-item--pc3column .img-wrap .slick-dots,
  .present-item--pc4column .img-wrap .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin-top: 0.846vw;
    bottom: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .present-item--pc3column .img-wrap .next-arrow,
  .present-item--pc4column .img-wrap .next-arrow {
    right: -1.2vw;
  }
}
@media print, screen and (min-width:1360px) {
  .present-item--pc3column .img-wrap .next-arrow,
  .present-item--pc4column .img-wrap .next-arrow {
    right: -10px;
  }
}
@media print, screen and (min-width: 768px) {
  .present-item--pc3column .img-wrap .prev-arrow,
  .present-item--pc4column .img-wrap .prev-arrow {
    left: -1.2vw;
  }
}
@media print, screen and (min-width:1360px) {
  .present-item--pc3column .img-wrap .prev-arrow,
  .present-item--pc4column .img-wrap .prev-arrow {
    left: -10px;
  }
}
@media print, screen and (min-width: 768px) {
  .present-item--pc3column .right-wrap,
  .present-item--pc4column .right-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .present-item--pc3column .right-wrap .detail-wrap,
  .present-item--pc4column .right-wrap .detail-wrap {
    height: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .present-item--pc3column .right-wrap .detail-wrap .title,
  .present-item--pc4column .right-wrap .detail-wrap .title {
    font-size: 1.1029411765vw;
    line-height: 1.5333333333;
  }
}
@media print, screen and (min-width:1360px) {
  .present-item--pc3column .right-wrap .detail-wrap .title,
  .present-item--pc4column .right-wrap .detail-wrap .title {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .present-item--pc3column .right-wrap .detail-wrap .price,
  .present-item--pc4column .right-wrap .detail-wrap .price {
    margin-top: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .present-item--pc3column {
    padding: 1.6176470588vw 0 2.1323529412vw;
  }
}
@media print, screen and (min-width:1360px) {
  .present-item--pc3column {
    padding: 22px 0 29px;
  }
}
@media print, screen and (min-width: 768px) {
  .present-item--pc3column .img-wrap {
    width: 19.7794117647vw;
  }
}
@media print, screen and (min-width:1360px) {
  .present-item--pc3column .img-wrap {
    width: 269px;
  }
}
@media print, screen and (min-width: 768px) {
  .present-item--pc3column .img-wrap img {
    width: 19.7794117647vw;
  }
}
@media print, screen and (min-width:1360px) {
  .present-item--pc3column .img-wrap img {
    width: 269px;
  }
}
@media print, screen and (min-width: 768px) {
  .present-item--pc3column .right-wrap {
    margin-top: 1.4705882353vw;
    padding: 0 1.9117647059vw;
  }
}
@media print, screen and (min-width:1360px) {
  .present-item--pc3column .right-wrap {
    margin-top: 20px;
    padding: 0 26px;
  }
}
@media print, screen and (min-width: 768px) {
  .present-item--pc3column .right-wrap .detail-wrap .title {
    margin-bottom: 2.6em;
  }
}
@media print, screen and (min-width: 768px) {
  .present-item--pc3column .right-wrap .btn-wrap {
    margin-top: 1.4705882353vw;
  }
}
@media print, screen and (min-width:1360px) {
  .present-item--pc3column .right-wrap .btn-wrap {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .present-item--pc4column {
    padding: 1.4705882353vw 0 1.4705882353vw;
  }
}
@media print, screen and (min-width:1360px) {
  .present-item--pc4column {
    padding: 20px 0 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .present-item--pc4column .img-wrap {
    width: 15.0735294118vw;
  }
}
@media print, screen and (min-width:1360px) {
  .present-item--pc4column .img-wrap {
    width: 205px;
  }
}
@media print, screen and (min-width: 768px) {
  .present-item--pc4column .img-wrap img {
    width: 15.0735294118vw;
  }
}
@media print, screen and (min-width:1360px) {
  .present-item--pc4column .img-wrap img {
    width: 205px;
  }
}
@media print, screen and (min-width: 768px) {
  .present-item--pc4column .img-wrap .slick-arrow {
    width: 1.6360294118vw !important;
    height: 1.6360294118vw !important;
  }
}
@media print, screen and (min-width:1360px) {
  .present-item--pc4column .img-wrap .slick-arrow {
    width: 22.25px !important;
    height: 22.25px !important;
  }
}
@media print, screen and (min-width: 768px) {
  .present-item--pc4column .img-wrap .slick-dots {
    margin-top: 2vw;
  }
}
@media print, screen and (min-width:1360px) {
  .present-item--pc4column .img-wrap .slick-dots {
    margin-top: 7.5px;
  }
}
.present-item--pc4column .img-wrap .slick-dots li {
  width: 0.3676470588vw;
  height: 0.3676470588vw;
}
@media print, screen and (min-width:1360px) {
  .present-item--pc4column .img-wrap .slick-dots li {
    width: 5px;
    height: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .present-item--pc4column .right-wrap {
    margin-top: 0.7352941176vw;
    padding: 0 1.3235294118vw;
  }
}
@media print, screen and (min-width:1360px) {
  .present-item--pc4column .right-wrap {
    margin-top: 10px;
    padding: 0 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .present-item--pc4column .right-wrap .detail-wrap .title {
    font-size: 1.1029411765vw;
    margin-bottom: 0.45em;
  }
}
@media print, screen and (min-width:1360px) {
  .present-item--pc4column .right-wrap .detail-wrap .title {
    font-size: 15px;
    margin-bottom: 0.45em;
  }
}
@media print, screen and (min-width: 768px) {
  .present-item--pc4column .right-wrap .detail-wrap .title--small {
    font-size: 0.9558823529vw;
  }
}
@media print, screen and (min-width:1360px) {
  .present-item--pc4column .right-wrap .detail-wrap .title--small {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .present-item--pc4column .right-wrap .detail-wrap .price {
    font-size: 1.3970588235vw;
  }
}
@media print, screen and (min-width:1360px) {
  .present-item--pc4column .right-wrap .detail-wrap .price {
    font-size: 19px;
  }
}
@media print, screen and (min-width: 768px) {
  .present-item--pc4column .right-wrap .btn-wrap {
    margin-top: 1.4705882353vw;
  }
}
@media print, screen and (min-width:1360px) {
  .present-item--pc4column .right-wrap .btn-wrap {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .present-item--pc4column .right-wrap .btn-wrap a {
    font-size: 0.9558823529vw;
    height: 2.7205882353vw;
  }
}
@media print, screen and (min-width:1360px) {
  .present-item--pc4column .right-wrap .btn-wrap a {
    font-size: 13px;
    height: 37px;
  }
}
@media print, screen and (min-width: 768px) {
  .present-item--pc4column .right-wrap .btn-wrap a:after {
    width: 0.8088235294vw;
    height: 0.8088235294vw;
    right: 0.5882352941vw;
  }
}
@media print, screen and (min-width:1360px) {
  .present-item--pc4column .right-wrap .btn-wrap a:after {
    width: 11px;
    height: 11px;
    right: 8px;
  }
}

/*------------------------------------------------------
 定番おすすめランキング
-------------------------------------------------------*/
.ranking {
  padding: 9.0666666667vw 0 9.5588235294vw;
}
.ranking .content-wrap {
  margin-top: 5.476vw;
}
.ranking .rank-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ranking .rank-items .rank-item {
  border: 1px solid #c6b788;
  padding: 1.949vw 1.985vw 1.471vw;
  position: relative;
  width: 23.529vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
}
.ranking .rank-items .rank-item .rank-icon {
  width: 4.74vw;
  position: absolute;
  top: 0.551vw;
  left: 0.551vw;
  z-index: 2;
}
.ranking .rank-items .rank-item .img-wrap img {
  border: 1px solid #ebebeb;
  width: 19.412vw;
  height: 19.412vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ranking .rank-items .rank-item .detail-wrap {
  margin-top: 1.838vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ranking .rank-items .rank-item .detail-wrap .title {
  letter-spacing: 0;
  margin-bottom: 1em;
  font-family: var(--font-mincho);
  font-size: 1.08vw;
  font-weight: 600;
  line-height: 1.5333333333;
  letter-spacing: 0.02em;
  color: #958347;
  min-height: 5vw;
}
.ranking .rank-items .rank-item .detail-wrap .price {
  margin-top: auto;
  margin-bottom: 0;
  font-size: 1.7vw;
}
.ranking .rank-items .rank-item .btm-wrap {
  margin-top: auto;
  margin-bottom: 0;
}
.ranking .rank-items .rank-item .msg-wrap {
  font-size: 1.029vw;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.06em;
  position: relative;
  margin-top: 2.206vw;
  background-color: #f7f7f7;
  border-radius: 1.103vw;
  padding: 1.838vw 0.882vw 0.882vw 0.882vw;
  min-height: 9vw;
}
.ranking .rank-items .rank-item .msg-wrap span {
  position: absolute;
  top: -0.882vw;
  left: 1.029vw;
  background-color: #c6b788;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
  padding-inline: 1.2em;
}
.ranking .rank-items .rank-item .msg-wrap .text {
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
.ranking .rank-items .rank-item .btn-wrap {
  margin-top: 1.324vw;
}
@media print, screen and (min-width:1360px) {
  .ranking {
    padding: 96px 0 130px;
  }
  .ranking .content-wrap {
    margin-top: 75px;
  }
  .ranking .rank-items .rank-item {
    padding: 26.5px 27px 20px;
    width: 320px;
  }
  .ranking .rank-items .rank-item .rank-icon {
    width: 64.47px;
    top: 7.5px;
    left: 7.5px;
  }
  .ranking .rank-items .rank-item .img-wrap img {
    width: 264px;
    height: 264px;
  }
  .ranking .rank-items .rank-item .detail-wrap {
    margin-top: 25px;
  }
  .ranking .rank-items .rank-item .detail-wrap .title {
    letter-spacing: 0;
    font-size: 15px;
    min-height: 68px;
  }
  .ranking .rank-items .rank-item .detail-wrap .price {
    margin-top: auto;
    margin-bottom: 0;
    font-size: 23px;
  }
  .ranking .rank-items .rank-item .msg-wrap {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42;
    letter-spacing: 0.06em;
    margin-top: 30px;
    border-radius: 15px;
    padding: 25px 12px 12px 12px;
    min-height: 120px;
  }
  .ranking .rank-items .rank-item .msg-wrap span {
    top: -12px;
    left: 14px;
    font-weight: 700;
    letter-spacing: 0;
  }
  .ranking .rank-items .rank-item .btn-wrap {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .ranking {
    padding: 15.2vw 0 12.4vw;
  }
  .ranking .content-wrap {
    margin-top: 9.3333333333vw;
  }
  .ranking .tab-wrap {
    margin-bottom: 2vw;
  }
  .ranking .tab-wrap.sp_only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .ranking .rank-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.1333333333vw;
  }
  .ranking .rank-items::-webkit-scrollbar {
    height: 0.8vw;
    background-color: #ffffff;
  }
  .ranking .rank-items::-webkit-scrollbar-thumb {
    background: #c6b788;
    height: 0.8vw;
  }
  .ranking .rank-items .rank-item {
    padding: 0 0 5.2vw;
    margin-right: 0;
    width: 88.5333333333vw;
  }
  .ranking .rank-items .rank-item .rank-icon {
    width: 14.757vw;
    position: absolute;
    top: 1.707vw;
    left: 1.787vw;
  }
  .ranking .rank-items .rank-item .img-wrap img {
    border: none;
    width: 88.5333333333vw;
    height: 87.7333333333vw;
  }
  .ranking .rank-items .rank-item .detail-wrap {
    margin: 5.7vw 5.6vw 3.3vw;
    height: auto;
  }
  .ranking .rank-items .rank-item .detail-wrap .title {
    margin-bottom: 0.8em;
    font-size: 4.2666666667vw;
    line-height: 1.375;
    letter-spacing: 0.02em;
    min-height: auto;
  }
  .ranking .rank-items .rank-item .detail-wrap .price {
    font-size: 6.4vw;
  }
  .ranking .rank-items .rank-item .btm-wrap {
    margin-inline: 5.6vw;
    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%;
  }
  .ranking .rank-items .rank-item .msg-wrap {
    font-size: 3.733vw;
    margin-top: 3vw;
    margin-bottom: 4vw;
    border-radius: 4vw;
    padding: 6.4vw 4vw 4vw 4vw;
    min-height: 25vw;
  }
  .ranking .rank-items .rank-item .msg-wrap span {
    position: absolute;
    top: -2.667vw;
    left: 4vw;
    font-size: 3.8vw;
  }
  .ranking .rank-items .rank-item .btn-wrap {
    margin-top: auto;
    margin-bottom: 0;
  }
  .ranking .rank-items .rank-item .btn-wrap a {
    font-size: 4.267vw;
    height: 12.867vw;
  }
}
@media print, screen and (min-width: 768px) {
  .ranking--lierrey {
    position: relative;
  }
  .ranking--lierrey::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0; /* top right bottom left */
    z-index: -1;
    width: 100%;
    height: 100%;
    background: radial-gradient(#e5e5e5 0%, #fff 0%, #e1e0db 19.3%, #d8d1c0 41.38%, #968c77 100%);
    opacity: 0.15;
  }
}
@media only screen and (max-width: 767px) {
  .ranking--lierrey {
    margin-top: 0;
    padding-top: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .ranking--lierrey .content-wrap {
    margin-top: 1.4705882353vw;
  }
}
@media print, screen and (min-width:1360px) {
  .ranking--lierrey .content-wrap {
    margin-top: 20px;
  }
}

/*------------------------------------------------------
 用途やシーンで選ぶ
-------------------------------------------------------*/
.scene-items {
  margin-top: 2.206vw;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8.824vw 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 6.4vw 8.824vw;
}
.scene-items > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.scene-items > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.scene-items > :nth-child(odd):last-child {
  grid-column: 1/-1;
  -ms-grid-column-align: center;
      justify-self: center;
  max-width: 50%;
  width: 43.2vw;
}
.scene-items .scene-item {
  width: 32.353vw;
  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%;
}
.scene-items .scene-item .img-wrap img {
  width: 100%;
  height: auto;
}
.scene-items .scene-item .detail-wrap {
  margin-top: min(20px, 1.4705882353vw);
}
.scene-items .scene-item .detail-wrap .title {
  color: var(--color-main);
  font-size: min(19px, 1.3970588235vw);
  letter-spacing: 0.02em;
}
.scene-items .scene-item .detail-wrap .price {
  margin-top: auto;
}
.scene-items .scene-item .detail-wrap .text {
  margin-top: min(10px, 0.7352941176vw);
}
.scene-items .scene-item .btn-wrap {
  margin-top: 1em;
}
@media print, screen and (min-width:1360px) {
  .scene-items {
    margin-top: 30px;
    grid-gap: 84px 120px;
  }
  .scene-items .scene-item {
    width: 440px;
  }
}
@media only screen and (max-width: 767px) {
  .scene-items {
    margin-top: 8vw;
    gap: 1.6vw 1.3333333333vw;
  }
  .scene-items .scene-item {
    border: solid 1px var(--color-main);
    width: 44vw;
    padding: 1.8666666667vw 1.8666666667vw 2.6666666667vw;
  }
  .scene-items .scene-item .detail-wrap {
    margin-top: 2.9333333333vw;
  }
  .scene-items .scene-item .detail-wrap .title {
    font-size: 3.2vw;
    margin-bottom: 1em;
  }
  .scene-items .scene-item .detail-wrap .text {
    margin-top: 2.667vw;
  }
  .scene-items .scene-item .btn-wrap {
    margin-top: 0.7em;
  }
}
/*------------------------------------------------------
 公式だけのラッピングサービス
-------------------------------------------------------*/
#wrapping {
  position: relative;
  overflow: hidden;
  padding: 8vw 0 9.7vw;
  padding: min(64px, 6.4vw) 0 min(90px, 9vw);
}
@media only screen and (max-width: 767px) {
  #wrapping {
    padding: 9.8666666667vw 0 13.8666666667vw;
  }
}
#wrapping::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0; /* top right bottom left */
  z-index: -1;
  width: 100%;
  height: 100%;
  background: radial-gradient(#e5e5e5 0%, #fff 0%, #f3efee 2.38%, #e2d9d6 10.84%, #6f4032 69.46%, #72260a 100%);
  opacity: 0.1;
}
#wrapping .content-wrap {
  margin-top: 5vw;
}
@media print, screen and (min-width:1360px) {
  #wrapping .content-wrap {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #wrapping .content-wrap {
    margin-top: 8vw;
  }
}
#wrapping .wrapping-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33.088vw 4.412vw 33.088vw;
  grid-template-columns: repeat(2, 33.088vw);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 4.412vw;
}
#wrapping .wrapping-wrap > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#wrapping .wrapping-wrap > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media print, screen and (min-width:1360px) {
  #wrapping .wrapping-wrap {
    -ms-grid-columns: 450px 60px 450px;
    grid-template-columns: repeat(2, 450px);
    grid-gap: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #wrapping .wrapping-wrap {
    display: block;
  }
}
#wrapping .wrapping-wrap .wrapping-item {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #wrapping .wrapping-wrap .wrapping-item + .wrapping-item {
    margin-top: 11.2vw;
  }
}
#wrapping .wrapping-wrap .wrapping-item .badge {
  position: absolute;
  top: 0;
  right: 0;
  width: min(70px, 7vw);
  height: auto;
  -webkit-transform: translate(-11%, 8%);
          transform: translate(-11%, 8%);
}
@media print, screen and (min-width:1360px) {
  #wrapping .wrapping-wrap .wrapping-item .badge {
    width: 82px;
  }
}
@media only screen and (max-width: 767px) {
  #wrapping .wrapping-wrap .wrapping-item .badge {
    width: 21.8666666667vw;
  }
}
#wrapping .wrapping-wrap .wrapping-item .badge img {
  width: 100%;
  height: auto;
}
#wrapping .wrapping-wrap .wrapping-item .text {
  font-size: min(16px, 1.6vw);
  font-family: var(--font-gothic);
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 0.06em;
  margin-top: 1.25vw;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #wrapping .wrapping-wrap .wrapping-item .text {
    font-size: 4.2666666667vw;
    margin-top: 4vw;
  }
}

/*------------------------------------------------------
 よくある質問
-------------------------------------------------------*/
#faq {
  background-color: #fff;
  padding: 7.353vw 0;
}
@media print, screen and (min-width:1360px) {
  #faq {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  #faq {
    padding: 16vw 0 5.3333333333vw;
  }
}
#faq .title-wrap {
  text-align: center;
}
#faq .title-wrap .en {
  font-weight: 600;
  font-size: min(37px, 3.7vw);
  letter-spacing: 0.02em;
  color: #0b3050;
  display: block;
  text-transform: uppercase;
  color: #907724;
}
@media only screen and (max-width: 767px) {
  #faq .title-wrap .en {
    letter-spacing: 0.06em;
    font-size: 10.6666666667vw;
  }
}
#faq .title-wrap h2,
#faq .title-wrap .jp {
  font-size: 1.5vw;
  font-size: min(15px, 1.5vw);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 0.7em;
}
@media only screen and (max-width: 767px) {
  #faq .title-wrap h2,
  #faq .title-wrap .jp {
    font-size: 4vw;
    margin-top: 0.3em;
    letter-spacing: 0.06em;
  }
}
@media print, screen and (min-width:1360px) {
  #faq .title-wrap img {
    width: 80.78px;
  }
}
@media only screen and (max-width: 767px) {
  #faq .title-wrap img {
    width: 17.6vw;
  }
}
#faq .content-wrap {
  margin-top: 5.294vw;
}
@media print, screen and (min-width:1360px) {
  #faq .content-wrap {
    margin-top: 72px;
  }
}
@media only screen and (max-width: 767px) {
  #faq .content-wrap {
    margin-top: 5.3333333333vw;
  }
}
#faq .faq-list dl.faq-item {
  border-bottom: 1px solid #cccccc;
}
#faq .faq-list dt.title {
  position: relative;
  padding: 2.426vw 2.941vw 2.426vw 5.147vw;
  font-size: min(16px, 1.6vw);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media print, screen and (min-width:1360px) {
  #faq .faq-list dt.title {
    padding: 33px 40px 33px 70px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  #faq .faq-list dt.title {
    padding: 8.8vw;
    font-size: 3.7333333333vw;
    line-height: 1.57;
  }
}
#faq .faq-list dt.title:before {
  content: "Q.";
  white-space: nowrap;
  color: #907724;
  font-size: 175%;
  font-weight: 600;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 1.471vw;
}
@media print, screen and (min-width:1360px) {
  #faq .faq-list dt.title:before {
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #faq .faq-list dt.title:before {
    left: 1.333vw;
    font-size: 137.5%;
  }
}
#faq .faq-list dt.title:after {
  content: "";
  width: 1.155vw;
  height: 0.629vw;
  background: url(../../../../contents/img/special/xmas2025_gift/arrow-btm-gold.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 45%;
  right: 1.471vw;
}
@media print, screen and (min-width:1360px) {
  #faq .faq-list dt.title:after {
    width: 15.71px;
    height: 8.56px;
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #faq .faq-list dt.title:after {
    width: 4.189vw;
    height: 2.283vw;
    top: 45%;
    right: 2.667vw;
  }
}
#faq .faq-list dt.title.open:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#faq .faq-list dd.detail {
  position: relative;
  margin-top: 1.544vw;
  padding: 0 2.941vw 2.426vw 5.147vw;
  letter-spacing: 0.06em;
  line-height: 2;
  display: none;
  font-size: min(16px, 1.6vw);
  font-weight: 300;
}
@media print, screen and (min-width:1360px) {
  #faq .faq-list dd.detail {
    margin-top: 21px;
    padding: 0 40px 33px 70px;
    letter-spacing: 0.06em;
    line-height: 2;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #faq .faq-list dd.detail {
    position: relative;
    margin-top: 5.6vw;
    padding: 0 8.8vw 8.8vw 8.8vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
    line-height: 1.57;
    display: none;
  }
}
#faq .faq-list dd.detail:before {
  content: "A.";
  font-weight: 600;
  white-space: nowrap;
  color: #907724;
  font-size: 175%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  line-height: 1.4;
  left: 1.471vw;
}
@media print, screen and (min-width:1360px) {
  #faq .faq-list dd.detail:before {
    width: 28.19px;
    height: 19.75px;
    top: 5px;
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #faq .faq-list dd.detail:before {
    font-size: 137.5%;
  }
}
#faq .faq-list dd.detail img {
  margin-top: 1.471vw;
  width: 23.897vw;
}
@media print, screen and (min-width:1360px) {
  #faq .faq-list dd.detail img {
    margin-top: 20px;
    width: 325px;
  }
}
@media only screen and (max-width: 767px) {
  #faq .faq-list dd.detail img {
    margin-top: 5.333vw;
    width: 86.667vw;
  }
}
#faq .note-wrap {
  margin-top: 3.676vw;
  text-align: center;
}
@media print, screen and (min-width:1360px) {
  #faq .note-wrap {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #faq .note-wrap {
    margin-top: 13.333vw;
  }
}
#faq .note-wrap a {
  text-decoration: underline;
}

.js-anim-blur {
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 900ms;
          transition-duration: 900ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.js-anim-blur.is-show {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.fix-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d0d04), color-stop(42.36%, #831a0c), color-stop(63.05%, #982213), to(#9a2313));
  background: linear-gradient(#4d0d04 0%, #831a0c 42.36%, #982213 63.05%, #9a2313 100%);
  width: 59.9264705882vw;
  padding: 0vw;
  /*JavaScriptイベント*/
  /*初期値*/
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*クラスを付与した時*/
}
@media print, screen and (min-width:1360px) {
  .fix-nav {
    width: 815px;
	padding: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .fix-nav {
    width: 100%;
	padding: 0vw;
  }
}
.fix-nav.is-visible {
  opacity: 0.95;
  visibility: visible;
}
.fix-nav__item a img {
  height: auto;
}