@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  line-height: 1.5;
  letter-spacing: 0.2px;
  font-size: 2.6666666667vw;
  transition: all 1.6s ease 0s;
  background-color: #FEFBFB;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 0.859375vw;
  }
}

img {
  display: block;
  width: 100%;
}

a:hover {
  opacity: 0.6;
  transition: 0.6s;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

/* .load
===================================================== */
.load {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

#fv .swiper, .fv_pc_img, h1, .mama_logo {
  opacity: 0;
  transition: opacity 1s;
}
#fv .swiper.on, .fv_pc_img.on, h1.on, .mama_logo.on {
  opacity: 1;
}

#page-top {
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 99;
}
@media screen and (min-width: 769px) {
  #page-top {
    right: 1%;
    bottom: 1%;
  }
}
#page-top img {
  width: 4.296875vw;
}
@media screen and (max-width: 768px) {
  #page-top img {
    width: 14.6666666667vw;
  }
}

#page-top a {
  display: block;
  opacity: 0.9;
  transition: all 0.3s ease;
}

#page-top a:hover {
  opacity: 0.5;
}

section[id^=sec] {
  scroll-margin-top: 50px; /* ヘッダーの高さに合わせて調整してください */
}

.swiper .swiper-pagination {
  position: static; /* 位置指定を解除して、通常の要素として配置 */
  margin-top: 11px; /* 上に11pxの余白を作成 */
}

/* Swiperのページネーションのアクティブなドットの色を黒に変更 */
.swiper-pagination-bullet-active {
  background: #000;
}

/* =====================================================
   テキスト表示アニメーション用の汎用クラス
   ===================================================== */
.reveal-text {
  visibility: hidden;
}

/* 画像ズームイン用コンテナ */
.zoom-in-container {
  overflow: hidden;
}

.swiper {
  width: 100%;
}

#fv {
  position: relative;
  height: 168vw;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  #fv {
    margin-top: 50px;
    height: 47.7vw;
  }
}
#fv .fv_pc_img {
  display: flex;
}
#fv h1 {
  position: absolute;
  z-index: 10;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12.8vw;
  white-space: nowrap;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #fv h1 {
    font-size: 7.8vw;
    line-height: 1.05;
  }
}
#fv h1 .top_text {
  font-size: 6.6666666667vw;
  margin-left: -30vw;
  letter-spacing: 0.3vw;
}
@media screen and (min-width: 769px) {
  #fv h1 .top_text {
    margin-left: -19vw;
    font-size: 4.5vw;
  }
}
#fv h1 .text_q, #fv h1 .text_and, #fv h1 .text_a {
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
  color: #CE8D93;
  opacity: 0.6;
}
#fv h1 .text_q {
  font-size: 16vw;
}
@media screen and (min-width: 769px) {
  #fv h1 .text_q {
    font-size: 9vw;
  }
}
#fv h1 .text_and {
  font-size: 7.4666666667vw;
  margin: 0 1vw 2vw;
}
@media screen and (min-width: 769px) {
  #fv h1 .text_and {
    font-size: 5vw;
  }
}
#fv h1 .text_a {
  font-size: 16vw;
}
@media screen and (min-width: 769px) {
  #fv h1 .text_a {
    font-size: 9vw;
  }
}
#fv h1 .hukidashi {
  width: 59.2vw;
  margin-left: -7vw;
  margin-bottom: -5vw;
}
@media screen and (min-width: 769px) {
  #fv h1 .hukidashi {
    width: 31.4203125vw;
    margin-top: 9vw;
    margin-left: -10vw;
    margin-bottom: -4vw;
  }
}
#fv h1 .top_text,
#fv h1 .title {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
#fv .mama_logo {
  position: absolute;
  z-index: 10;
  bottom: 4vw;
  width: 29%;
  right: 4vw;
}
@media screen and (min-width: 769px) {
  #fv .mama_logo {
    width: 11.71875vw;
    bottom: 2vw;
    right: 2vw;
  }
}

.lead {
  text-align: center;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.9333333333vw;
  margin: 70px auto 100px;
  line-height: 2.2;
}
@media screen and (min-width: 769px) {
  .lead {
    font-size: 0.9375vw;
    margin: 5% auto;
    line-height: 2.2;
  }
}

.menu {
  border: 1px solid;
  background: #fff;
  border-radius: 30px;
  width: 95%;
  margin: 0 auto 70px;
  padding: 7% 7% 10%;
}
@media screen and (min-width: 769px) {
  .menu {
    width: 70%;
    padding: 5% 7% 7%;
    margin: 50px auto 0;
  }
}
.menu .ceremonystyle {
  width: 37.8666666667vw;
  margin: -17vw auto -6% 2%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .menu .ceremonystyle {
    width: 12.1875vw;
    margin: -6vw auto -6% 2%;
  }
}
.menu .menu_title {
  width: 21.3333333333vw;
  margin: 0 auto 7%;
}
@media screen and (min-width: 769px) {
  .menu .menu_title {
    width: 7.8125vw;
  }
}
.menu ul li {
  font-size: 3.2vw;
  line-height: 2.5;
  border-bottom: 1px dashed #000;
  padding-top: 3vw;
}
@media screen and (min-width: 769px) {
  .menu ul li {
    font-size: 1.09375vw;
    padding-top: 1vw;
  }
}
.menu ul li:nth-child(5) .q_num {
  font-size: 3.2vw;
  margin-right: 2%;
}
@media screen and (min-width: 769px) {
  .menu ul li:nth-child(5) .q_num {
    font-size: 1.09375vw;
  }
}
.menu ul li .q_num {
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.7333333333vw;
  margin-right: 6%;
}
@media screen and (min-width: 769px) {
  .menu ul li .q_num {
    font-size: 1.25vw;
  }
}

.strong {
  color: #CE8D93;
  font-size: 3.7333333333vw;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .strong {
    font-size: 1.25vw;
  }
}

.q_area .h2_q {
  font-size: 16vw;
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .q_area .h2_q {
    font-size: 6.25vw;
  }
}
.q_area .q_title {
  margin-left: 4%;
}
.q_area .q_title_box {
  display: flex;
  align-items: center;
  gap: 3%;
}
.q_area .q_text {
  font-size: 4.2666666667vw;
  color: #fff;
  padding: 1% 4%;
  width: fit-content;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .q_area .q_text {
    font-size: 1.5625vw;
  }
}
.q_area .q_text:nth-child(1) {
  margin-bottom: 2%;
}
.q_area .q_text_box {
  width: fit-content;
}

.a_area {
  margin-bottom: 20%;
}
.a_area .a_title {
  font-size: 6.9333333333vw;
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .a_area .a_title {
    font-size: 1.875vw;
  }
}
.a_area .a_text {
  font-size: 4.2666666667vw;
  margin-bottom: 2%;
  width: fit-content;
  padding: 1% 5%;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .a_area .a_text {
    font-size: 1.40625vw;
    margin-bottom: 4%;
  }
}
.a_area .img_2 {
  width: 65%;
}
.a_area .img_2_box {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.a_area .img_2_box .point {
  width: 30%;
  margin-right: -9%;
  margin-top: 64%;
  margin-left: 5%;
  position: relative;
  z-index: 10;
}

.col_box {
  width: 35%;
  height: 63vw;
  opacity: 0.2;
  margin: -8% auto -46% 6%;
}
@media screen and (min-width: 769px) {
  .col_box {
    height: 22vw;
  }
}

.dis_text {
  font-size: 2.9333333333vw;
  line-height: 1.7;
  padding: 6%;
}
@media screen and (min-width: 769px) {
  .dis_text {
    font-size: 1.015625vw;
  }
}

.dis_text_box {
  position: relative; /* 疑似要素を配置する基準 */
  width: 90%;
  margin: 13% auto;
  /* 飾り罫の共通スタイル */
  /* 左上の飾り罫 */
  /* 右下の飾り罫 */
}
.dis_text_box::before, .dis_text_box::after {
  content: "";
  position: absolute;
  width: 30px; /* 飾り罫の横幅 */
  height: 30px; /* 飾り罫の高さ */
  border-style: solid;
}
@media screen and (min-width: 769px) {
  .dis_text_box::before, .dis_text_box::after {
    width: 3.125vw;
    height: 3.125vw;
  }
}
.dis_text_box::before {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px; /* 上と左の線だけ表示 */
}
.dis_text_box::after {
  bottom: 0;
  right: 0;
  border-width: 0 1px 1px 0; /* 右と下の線だけ表示 */
}

.staff {
  display: flex;
  width: fit-content;
  justify-content: end;
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
  padding-right: 6%;
  padding-bottom: 6%;
  gap: 2%;
}
.staff .sta_ico {
  width: 18%;
}
.staff .sta_ico img {
  border-radius: 100%;
}
.staff .staff_info {
  width: fit-content;
}
.staff .sta_name {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .staff .sta_name {
    font-size: 1.25vw;
  }
}
.staff .brand_name {
  font-size: 2.1333333333vw;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .staff .brand_name {
    font-size: 0.703125vw;
  }
}
.staff .sns {
  color: #fff;
  font-size: 2.9333333333vw;
  display: flex;
  gap: 2%;
}
@media screen and (min-width: 769px) {
  .staff .sns {
    font-size: 1.015625vw;
  }
}
.staff .sns a {
  display: inline-block;
  border-radius: 20px;
  padding: 1% 3vw;
  margin-top: 3%;
}
@media screen and (min-width: 769px) {
  .staff .sns a {
    padding: 1% 1vw;
  }
}

.a_title_box {
  margin: 2% 6% -21% auto;
  position: relative;
  z-index: 10;
  width: fit-content;
}

#answer2 .a_title_box {
  margin: 2% auto -21% 6%;
}
#answer2 .img_2_box {
  flex-direction: row-reverse;
}
#answer2 .col_box {
  margin: -8% 6% -46% auto;
}
#answer2 .point {
  margin-right: 2%;
  margin-left: -7%;
}

#sec01 .h2_q, #sec01 .a_title, #sec01 .other_title, #sec03 .h2_q, #sec03 .a_title, #sec03 .other_title {
  color: #CE8D93;
}
#sec01 .q_text, #sec01 .col_box, #sec01 .sns a, #sec01 .buy, #sec01 .more_btn, #sec01 .swiper-scrollbar-drag, #sec03 .q_text, #sec03 .col_box, #sec03 .sns a, #sec03 .buy, #sec03 .more_btn, #sec03 .swiper-scrollbar-drag {
  background-color: #CE8D93;
}
#sec01 .swiper-horizontal > .swiper-scrollbar,
#sec01 .swiper-scrollbar.swiper-scrollbar-horizontal, #sec03 .swiper-horizontal > .swiper-scrollbar,
#sec03 .swiper-scrollbar.swiper-scrollbar-horizontal {
  background-color: #CE8D93;
}
#sec01 .a_text, #sec03 .a_text {
  background-color: #fff;
  border-bottom: 2px solid #CE8D93;
}
#sec01 .other_sub, #sec03 .other_sub {
  border-bottom: 1px solid #CE8D93;
}
#sec01 .dis_text_box, #sec03 .dis_text_box {
  /* 飾り罫の共通スタイル */
}
#sec01 .dis_text_box::before, #sec01 .dis_text_box::after, #sec03 .dis_text_box::before, #sec03 .dis_text_box::after {
  content: "";
  border-color: #CE8D93; /* 線の色 */
}

#sec02, #sec04 {
  background-color: #FFFDF4;
  padding-top: 7%;
}
#sec02 .h2_q, #sec02 .a_title, #sec02 .other_title, #sec04 .h2_q, #sec04 .a_title, #sec04 .other_title {
  color: #AE7C49;
}
#sec02 .q_text, #sec02 .col_box, #sec02 .sns a, #sec02 .buy, #sec02 .more_btn, #sec02 .swiper-scrollbar-drag, #sec04 .q_text, #sec04 .col_box, #sec04 .sns a, #sec04 .buy, #sec04 .more_btn, #sec04 .swiper-scrollbar-drag {
  background-color: #AE7C49;
}
#sec02 .swiper-horizontal > .swiper-scrollbar,
#sec02 .swiper-scrollbar.swiper-scrollbar-horizontal, #sec04 .swiper-horizontal > .swiper-scrollbar,
#sec04 .swiper-scrollbar.swiper-scrollbar-horizontal {
  background-color: #AE7C49;
}
#sec02 .a_text, #sec04 .a_text {
  background-color: #fff;
  border-bottom: 2px solid #AE7C49;
}
#sec02 .other_sub, #sec04 .other_sub {
  border-bottom: 1px solid #AE7C49;
}
#sec02 .dis_text_box, #sec04 .dis_text_box {
  /* 飾り罫の共通スタイル */
}
#sec02 .dis_text_box::before, #sec02 .dis_text_box::after, #sec04 .dis_text_box::before, #sec04 .dis_text_box::after {
  content: "";
  border-color: #AE7C49; /* 線の色 */
}

#sec02 .col_box {
  height: 30vw;
  margin: -8% auto -16% 6%;
}
@media screen and (min-width: 769px) {
  #sec02 .col_box {
    height: 12vw;
  }
}
#sec02 .point {
  margin-top: 38%;
  margin-right: -7%;
}
#sec02 #answer1 .point {
  margin-top: 24%;
}
#sec02 .total {
  width: 30%;
  position: relative;
  z-index: 10;
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5.3333333333vw;
  width: 30%;
  margin: -8% auto 0 6%;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  #sec02 .total {
    font-size: 1.8vw;
  }
}
#sec02 .total p {
  text-align: center;
  position: relative;
  z-index: 11;
  margin-bottom: -71%;
}
#sec02 #answer2 .col_box {
  margin: -8% 5% -16% auto;
}
#sec02 #answer2 .img_2_box {
  flex-direction: initial;
}
#sec02 #answer2 .point {
  margin-top: 23%;
  margin-right: -7%;
  margin-left: 5%;
}
@media screen and (min-width: 769px) {
  #sec02 #answer3 .col_box {
    height: 8vw;
    margin: -8% auto -6% 6%;
  }
}

#sec03 #answer1 .col_box {
  height: 79vw;
}
@media screen and (min-width: 769px) {
  #sec03 #answer1 .col_box {
    height: 28vw;
  }
}
#sec03 #answer1 .point {
  margin-top: 74%;
}
#sec03 #answer2 .col_box {
  margin: -8% 5% -47% auto;
}
#sec03 .q_title {
  /* display: flex; は維持し、レイアウトを阻害する指定を削除 */
  float: none;
}
@media screen and (min-width: 769px) {
  #sec03 .q_title {
    margin: 0 auto 0 5%;
  }
}
#sec03 .q_title_box {
  flex-direction: column;
  margin: 5% auto -142% 3%;
  position: relative;
  z-index: 10;
  width: fit-content;
}
#sec03 .q_text_box {
  display: flex;
  flex-direction: row-reverse;
  gap: 8%;
  margin-left: 10%;
}
#sec03 .q_text_box .q_text {
  writing-mode: vertical-rl;
  padding: 22% 4% 13%; /* 縦書きのため、左右のpaddingが上下の余白になる */
  white-space: nowrap;
  letter-spacing: 0.9vw;
  height: fit-content;
}
@media screen and (min-width: 769px) {
  #sec03 .q_text_box .q_text {
    letter-spacing: 0.3vw;
  }
}
#sec03 .q_text_box .q_text_wrapper {
  display: flex;
  gap: 5%;
  justify-content: end;
  flex-direction: row-reverse;
}
#sec03 .a_title_box {
  display: flex;
  flex-direction: column;
  align-items: end;
  top: 200vw;
  margin: 0 7% 0 auto;
}
@media screen and (min-width: 769px) {
  #sec03 .a_title_box {
    top: 70vw;
  }
}
#sec03 .a_text {
  writing-mode: vertical-rl;
  padding: 22% 4% 13%;
  width: fit-content;
  white-space: nowrap;
  height: fit-content;
  letter-spacing: 0.9vw;
  border-left: 2px solid #CE8D93;
  border-bottom: none;
}
@media screen and (min-width: 769px) {
  #sec03 .a_text {
    letter-spacing: 0.3vw;
  }
}
#sec03 .a_text_box {
  display: flex;
  gap: 5%;
  justify-content: end;
  flex-direction: row-reverse;
}
#sec03 .col_box {
  margin: -8% 5% -64% auto;
}
#sec03 .img_2_box {
  flex-direction: row-reverse;
}
#sec03 .point {
  margin-right: 2%;
  margin-left: -7%;
}
#sec03 #answer2 .a_title_box {
  margin: 0 auto -50% 9%;
  top: 0;
}

#sec04 #answer1 .col_box {
  margin: -8% 6% -87% auto;
}
#sec04 #answer1 .code_img {
  width: 80%;
  position: relative;
  z-index: 15;
  margin-bottom: -20%;
}
#sec04 #answer2 .col_box {
  margin: 0;
  top: 46vw;
  position: relative;
  height: 30vw;
}
@media screen and (min-width: 769px) {
  #sec04 #answer2 .col_box {
    top: 17vw;
    height: 11vw;
  }
}
#sec04 #answer2 .code_img {
  width: 80%;
  position: relative;
  z-index: 15;
  margin-top: -68%;
  margin-bottom: -20%;
}
#sec04 #answer2 .img_2_box {
  flex-direction: row;
}
#sec04 #answer2 .point {
  margin-right: -8%;
  margin-left: 6%;
  margin-top: 54%;
}
#sec04 #answer1 .a_title_box {
  margin: 2% 6% -5% auto;
}

/* モーダル
===================================================== */
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  visibility: hidden; /* 初期状態では非表示（ただし空間は確保） */
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease; /* visibilityもtransitionの対象に */
}
.modal-container.is-active {
  visibility: visible; /* 表示 */
  opacity: 1;
}
.modal-container .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .modal-container .credit {
    width: 60%;
    margin: 0 auto;
  }
}
.modal-container .credit li {
  width: 48%;
}
@media screen and (min-width: 769px) {
  .modal-container .credit li {
    width: 43%;
  }
}
.modal-container .creditAjax_link {
  width: 100%;
}
.modal-container .credit_text {
  font-size: 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  .modal-container .credit_text {
    font-size: 0.8vw;
  }
}
.modal-container .buy {
  background-color: #AE7C49;
  font-size: 2.4vw;
  width: fit-content;
  padding: 0 3vw;
  margin-top: 3%;
}
@media screen and (min-width: 769px) {
  .modal-container .buy {
    font-size: 0.8vw;
    padding: 0 1vw;
  }
}
.modal-container .credit_box {
  margin-bottom: 8%;
  width: 95%;
}
@media screen and (min-width: 769px) {
  .modal-container .credit_box {
    width: 100%;
  }
}

.modal-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  background-color: #FFFDF4;
  padding: 20px;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .modal-content {
    width: 62%;
  }
}

.modal-close {
  position: absolute;
  top: -25px;
  right: -6px;
  width: 50px;
  height: 50px;
  background: #333333;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.modal-close::before, .modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px; /* バツ印の線の長さ */
  height: 1px; /* バツ印の線の太さ */
  background-color: #fff;
}
.modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal_img {
  width: 30%;
  margin: 0 auto 5%;
}
@media screen and (min-width: 769px) {
  .modal_img {
    width: 23%;
    margin: 0 auto 1%;
  }
}

/* 価格
===================================================== */
.creditAjax_price__proper::before,
.creditAjax_price__sale::before {
  content: "¥";
}

.creditAjax_price__sale {
  color: rgb(158, 43, 43);
  margin-left: 5px;
}

.creditAjax_price__off {
  color: rgb(158, 43, 43);
}
.creditAjax_price__off::before {
  content: "(";
}
.creditAjax_price__off::after {
  content: ")";
}

.text-red {
  color: rgb(158, 43, 43);
}

.creditAjax__saleOn .creditAjax_price__proper {
  text-decoration: line-through;
}

.creditAjax_link {
  display: flex;
  width: 85%;
  margin: 2% auto;
  gap: 5%;
}
@media screen and (min-width: 769px) {
  .creditAjax_link {
    width: 90%;
  }
}

.creditAjax_img120 {
  width: 10.1333333333vw;
}
@media screen and (min-width: 769px) {
  .creditAjax_img120 {
    width: 3.4722222222vw;
  }
}

.buy {
  color: #fff;
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
  padding: 1px 8px;
  height: fit-content;
}
@media screen and (min-width: 769px) {
  .buy {
    padding: 1px 12px;
  }
}
@media screen and (max-width: 768px) {
  .buy {
    font-size: 3vw;
  }
}

.credit_box {
  display: flex;
  width: 85%;
  gap: 4%;
}

.creditAjax_img120 {
  width: 10.1333333333vw;
}
@media screen and (min-width: 769px) {
  .creditAjax_img120 {
    width: 3.4722222222vw;
  }
}

.other_item_wrapper {
  line-height: 1.5;
  padding: 0 0 25% 0;
  overflow: hidden;
  font-size: 2.4vw;
}
@media screen and (min-width: 769px) {
  .other_item_wrapper {
    width: 40.8333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .other_item_wrapper .swiper-wrapper {
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 769px) {
  .other_item_wrapper .swiper-wrapper a img {
    margin-bottom: 6%;
  }
}
.other_item_wrapper .label {
  margin: 1% auto;
}

.other_title {
  text-align: center;
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7.4666666667vw;
}
@media screen and (min-width: 769px) {
  .other_title {
    font-size: 2.5vw;
  }
}

.other_sub {
  text-align: center;
  font-size: 2.9333333333vw;
  padding-bottom: 4%;
  width: 90%;
  margin: 0 auto 7%;
}
@media screen and (min-width: 769px) {
  .other_sub {
    font-size: 1.015625vw;
  }
}

.other_item_slider {
  padding-right: 1px;
  line-height: 1.5;
  position: relative;
  padding-right: 5%;
  padding-left: 5%;
}
.other_item_slider:after {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  height: 100%;
  background: linear-gradient(to right, transparent, #f5f0e7);
  z-index: 10;
  transition: opacity 0.3s ease;
  pointer-events: none; /* これも追加推奨 */
}
.other_item_slider.is-end:after, .other_item_slider.is-end::after {
  opacity: 0 !important; /* まずは!importantで確認 */
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 3px;
  width: 80%;
  translate: -50% 8vw;
  left: 50%;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .swiper-horizontal > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 73%;
    translate: -50% 3vw;
  }
}

.photo {
  margin-bottom: 6%;
}

.more_btn {
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-align: center;
  width: 64vw;
  border-radius: 40px;
  margin: 5% auto 0;
  padding: 3%;
  font-size: 4.2666666667vw;
  display: block;
}
@media screen and (min-width: 769px) {
  .more_btn {
    font-size: 1.25vw;
    width: 18.75vw;
  }
}

#sec05 {
  padding: 15% 0 0;
  background-color: #FBFBFB;
  /* acc_2に対応する背景にのみ、marginを上書き */
}
@media screen and (min-width: 769px) {
  #sec05 {
    padding: 7% 15%;
  }
}
#sec05 .acc_title {
  font-size: 9.3333333333vw;
  color: #4D876F;
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #sec05 .acc_title {
    font-size: 5vw;
  }
}
#sec05 .acc_sub {
  text-align: center;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 769px) {
  #sec05 .acc_sub {
    font-size: 1.015625vw;
  }
}
#sec05 .image-background {
  width: 35%;
  height: 81vw;
  opacity: 0.2;
  background-color: #4D876F;
  margin: 10% 0 -93vw auto; /* 1つ目の背景のデフォルトマージン */
}
@media screen and (min-width: 769px) {
  #sec05 .image-background {
    height: 30vw;
    margin: 10% 0 -34vw auto;
  }
}
#sec05 .bg_acc_2 {
  margin: 10% auto -93vw 0;
}
@media screen and (min-width: 769px) {
  #sec05 .bg_acc_2 {
    margin: 10% auto -34vw 0;
  }
}
#sec05 .acc_1 {
  width: 85%;
  margin: 20% auto 0 5%;
  position: relative;
  z-index: 1;
}
#sec05 .acc_1::before {
  content: "";
  position: absolute;
  top: -5%;
  right: -11.7%;
  width: 37%;
  height: 66%;
  background-color: #4D876F;
  z-index: -1;
  opacity: 0.2;
}
#sec05 .creditAjax_link {
  margin: 2% auto 0 5%;
}
#sec05 .credit:nth-of-type(2) .creditAjax_link {
  margin: 2% 5% 0 auto;
}
#sec05 .acc_2 {
  width: 85%;
  margin: 20% 5% 0 auto;
  position: relative;
  z-index: 1;
}
#sec05 .acc_2::before {
  content: "";
  position: absolute;
  top: -5%;
  left: -11.7%;
  width: 43%;
  height: 66%;
  background-color: #4D876F;
  z-index: -1;
  opacity: 0.2;
}
#sec05 .buy {
  background-color: #4D876F;
}
#sec05 .credit {
  margin-top: 5%;
}
#sec05 .other_item_wrapper {
  margin-top: 20%;
}
#sec05 .other_title {
  color: #4D876F;
}
#sec05 .other_sub {
  border-bottom: 1px solid #4D876F;
}
#sec05 .more_btn {
  background-color: #4D876F;
}

@media screen and (min-width: 769px) {
  .pc_flex {
    display: flex;
  }
  .pc_flex .pc_left, .pc_flex .pc_right {
    width: 50vw;
  }
  .pc_flex .pc_left {
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
    display: flex;
    align-items: center;
  }
  .pc_flex .pc_right .q_area {
    padding: 7% 15% 0;
  }
}/*# sourceMappingURL=style.css.map */