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

body {
  width: 100%;
  line-height: 1.5;
  letter-spacing: 0.1vw;
  font-size: 2.9333333333vw;
  overflow-x: hidden;
  transition: all 1.6s ease 0s;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 1101px) {
  body {
    font-size: 0.9027777778vw;
    letter-spacing: 0.05vw;
  }
}

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

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

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

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

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

#page-top {
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 99;
}
@media screen and (min-width: 1101px) {
  #page-top {
    right: 2%;
    bottom: 2%;
  }
}
#page-top img {
  width: 2.4305555556vw;
}
@media screen and (max-width: 1100px) {
  #page-top img {
    width: 8vw;
  }
}

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

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

.load_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10vw;
  /* CSSアニメーションで点滅させる */
  animation: blink-animation 1.2s ease-in-out infinite;
}
@media screen and (max-width: 1100px) {
  .load_text {
    width: 30vw;
  }
}

/* 点滅アニメーションの定義 */
@keyframes blink-animation {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
#bgFade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.5s ease, background-image 0.5s ease;
}

/* 最初の背景 */
#bgFade.bg1 {
  background-image: url(../images/back_sp_1.webp);
}
@media screen and (min-width: 1101px) {
  #bgFade.bg1 {
    background-image: url(../images/back_pc_1.webp);
  }
}

#bgFade.bg2 {
  background-image: url(../images/back_sp_2.webp);
}
@media screen and (min-width: 1101px) {
  #bgFade.bg2 {
    background-image: url(../images/back_pc_2.webp);
  }
}

#bgFade.bg3 {
  background-image: url(../images/back_sp_3.webp);
}
@media screen and (min-width: 1101px) {
  #bgFade.bg3 {
    background-image: url(../images/back_pc_3.webp);
  }
}

#bgFade::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: linear-gradient(to right, rgba(250, 246, 234, 0) 0%, rgba(250, 246, 234, 0.3) 1%, rgba(250, 246, 234, 0.7) 3%, #FAF6EA 6%, #FAF6EA 94%, rgba(250, 246, 234, 0.7) 97%, rgba(250, 246, 234, 0.3) 99%, rgba(250, 246, 234, 0) 100%);
  z-index: -1;
}

.fv {
  position: relative;
  height: 200vw;
}
@media screen and (min-width: 1101px) {
  .fv {
    height: 42vw;
    margin-top: 37px;
  }
}
.fv .fv_live {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 55.864vw;
  top: 12.5333333333vw;
  z-index: 10;
}
@media screen and (min-width: 1101px) {
  .fv .fv_live {
    width: 22.263889vw;
    opacity: 0;
    top: 2.7vw;
    left: 65vw;
  }
}
.fv .fv_live p {
  margin-left: 7vw;
  margin-top: 1vw;
}
@media screen and (min-width: 1101px) {
  .fv .fv_live p {
    margin-left: 1vw;
    margin-top: 1vw;
  }
}
.fv .fv_trip {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 54vw;
  right: 0;
  top: 22vw;
  z-index: 10;
}
@media screen and (min-width: 1101px) {
  .fv .fv_trip {
    width: 25.7638888889vw;
    opacity: 0;
    top: 0;
    left: 38vw;
  }
}
.fv .fv_trip p {
  margin: 0vw auto 0vw 14vw;
  align-items: center;
  line-height: 1.2;
}
@media screen and (min-width: 1101px) {
  .fv .fv_trip p {
    margin: 0 auto;
  }
}
.fv .fv_party {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 67.1626666667vw;
  top: 89vw;
  left: 20vw;
  z-index: 10;
}
@media screen and (min-width: 1101px) {
  .fv .fv_party {
    width: 26.3194444444vw;
    opacity: 0;
    top: 0;
    left: 13vw;
  }
}
.fv div p {
  display: flex;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.0666666667vw;
  justify-content: flex-start;
  align-items: center;
  gap: 4vw;
  margin-top: 1vw;
  letter-spacing: 0.2vw;
}
@media screen and (min-width: 1101px) {
  .fv div p {
    font-size: 1.0416666667vw;
    letter-spacing: 0.05vw;
    justify-content: center;
    gap: 2vw;
  }
}
.fv div p .scene {
  font-size: 2.5333333333vw;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 1101px) {
  .fv div p .scene {
    font-size: 0.9027777778vw;
  }
}
.fv div p img {
  width: 4.5333333333vw;
}
@media screen and (min-width: 1101px) {
  .fv div p img {
    width: 1.5vw;
  }
}
.fv .title {
  position: absolute;
  top: 99vw;
  width: 91vw;
  left: 5vw;
  opacity: 0;
  visibility: hidden;
  clip-path: inset(0 100% 0 0);
}
@media screen and (min-width: 1101px) {
  .fv .title {
    width: 65.1388888889vw;
    top: 13.6vw;
    left: 9vw;
  }
}

@media screen and (min-width: 1101px) {
  .marquee-swiper {
    margin: 6% auto 2%;
  }
}

.marquee-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
  /* gap: 2vw; */ /* こちらはコメントアウトまたは削除 */
}

.marquee-swiper .swiper-slide {
  width: auto !important; /* ←絶対必須 */
  /* margin-right: 2vw; */ /* JSでspaceBetweenを設定したため不要 */
}

.marquee-swiper img {
  display: block;
  height: 9.3333333333vw; /* お好みで */
  width: auto;
  margin-left: 8vw;
}
@media screen and (min-width: 1101px) {
  .marquee-swiper img {
    height: 3vw;
    margin-left: 4vw;
  }
}

.lead_top {
  opacity: 0;
}

.lead {
  font-size: 3.2vw;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 80%;
  line-height: 2.1;
  margin: 12vw auto 2vw;
}
@media screen and (min-width: 1101px) {
  .lead {
    font-size: 1.0416666667vw;
    text-align: center;
    margin: 4vw auto -2%;
    line-height: 2.5;
  }
}

@media screen and (max-width: 1100px) {
  #app {
    margin-bottom: 25%;
  }
}
#app h2 {
  font-size: 22.1333333333vw;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0 auto -18% 12%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1100px) {
  #app h2 {
    color: #fff;
    mix-blend-mode: difference; /* 文字と背景の差分カラーに自動変換 */
  }
}
@media screen and (min-width: 1101px) {
  #app h2 {
    font-size: 7.7777777778vw;
    margin: -7% auto -13% 24%;
  }
}
#app h2 .scene {
  font-size: 5.0666666667vw;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  transform: rotate(-90deg) translate(-22vw, -9vw);
  display: block;
  width: fit-content;
}
@media screen and (min-width: 1101px) {
  #app h2 .scene {
    font-size: 1.8055555556vw;
    transform: rotate(-90deg) translate(-7.8vw, -3vw);
  }
}
#app h2 .s_num {
  font-size: 12vw;
}
#app h2 .s_num::before {
  content: url("../images/slash.svg"); /* 画像パス */
  display: inline-block; /* 必須 */
  width: 8vw;
  height: auto;
}
@media screen and (min-width: 1101px) {
  #app h2 .s_num::before {
    width: 2vw;
    content: url(../images/bla_slash.svg);
    margin-left: -0.1vw;
  }
}
@media screen and (min-width: 1101px) {
  #app h2 .s_num {
    font-size: 4.1666666667vw;
  }
}

.s_title {
  margin: -38% auto 0 7%;
  width: 90%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1101px) {
  .s_title {
    margin: -26% auto 0 25%;
    width: 60%;
  }
}

@media screen and (min-width: 1101px) {
  #sec02 .scene {
    transform: rotate(-90deg) translate(-7.8vw, -3.5vw);
  }
  #sec02 h2 {
    margin: -6% auto -13% 24%;
  }
}

@media screen and (min-width: 1101px) {
  #sec03 h2, #sec05 h2, #sec06 h2 {
    color: #000000;
    mix-blend-mode: inherit;
  }
}
#sec03 .s_num::before, #sec05 .s_num::before, #sec06 .s_num::before {
  content: url("../images/bla_slash.svg"); /* 画像パス */
  margin-left: 1vw;
}
@media screen and (min-width: 1101px) {
  #sec03 .s_num::before, #sec05 .s_num::before, #sec06 .s_num::before {
    margin-left: 0;
  }
}

@media screen and (min-width: 1101px) {
  #sec03 h2 {
    margin: -11% auto -13% 24%;
  }
}
@media screen and (min-width: 1101px) {
  #sec03 .s_img2 {
    width: 62%;
  }
}
#sec03 .s_title {
  margin: -45% auto -5% 7%;
}
@media screen and (min-width: 1101px) {
  #sec03 .s_title {
    margin: -31% auto -5% 24%;
  }
}
#sec03 .code_title {
  margin: 0 14% -53% auto;
}
@media screen and (min-width: 1101px) {
  #sec03 .code_title {
    margin: 0 14% -46% auto;
  }
}
#sec03 .code.isSecond .code_title {
  margin: 0 74% -59% auto;
}
@media screen and (min-width: 1101px) {
  #sec03 .code.isSecond .code_title {
    margin: 0 74% -50% auto;
  }
}

#sec04 .s_title {
  margin: -43% auto 0 7%;
}
@media screen and (min-width: 1101px) {
  #sec04 .s_title {
    margin: -28% auto 0 25%;
  }
}
#sec04 .code.isSecond .code_title {
  margin: 0 auto -52% 73%;
}
@media screen and (min-width: 1101px) {
  #sec04 .code.isSecond .code_title {
    margin: 0 auto -44% 73%;
  }
}
@media screen and (min-width: 1101px) {
  #sec04 h2 .s_num::before {
    width: 2.3vw;
    margin-left: 0.4vw;
  }
  #sec04 .s_img2 {
    width: 61%;
    margin: 19% auto 0 6%;
  }
}

@media screen and (max-width: 1100px) {
  #sec05 .s_title {
    margin: -44% auto 0 7%;
  }
}
#sec05 .code_title {
  width: 13%;
  margin: 0 14% -55% auto;
}
@media screen and (min-width: 1101px) {
  #sec05 .code_title {
    width: 11%;
    margin: 0 14% -47% auto;
  }
}
#sec05 .code.isSecond .code_title {
  margin: 0 73% -55% auto;
}
@media screen and (min-width: 1101px) {
  #sec05 .code.isSecond .code_title {
    margin: 0 73% -47% auto;
  }
}
@media screen and (min-width: 1101px) {
  #sec05 .s_title {
    margin: -29% auto 0 25%;
  }
}

@media screen and (min-width: 1101px) {
  #sec06 h2 .scene {
    font-size: 1.8055555556vw;
    transform: rotate(-90deg) translate(-7.8vw, -3.5vw);
  }
  #sec06 .pc_right {
    margin-top: 5%;
  }
}
#sec06 .s_title {
  margin: -46% auto 14% 7%;
}
@media screen and (min-width: 1101px) {
  #sec06 .s_title {
    margin: -31% auto 0 24%;
  }
}
#sec06 .code_title {
  margin: 0 14% -44% auto;
}
@media screen and (min-width: 1101px) {
  #sec06 .code_title {
    margin: 0 14% -37% auto;
  }
}
#sec06 .code.isSecond .code_title {
  margin: 0 73% -66% auto;
}
@media screen and (min-width: 1101px) {
  #sec06 .code.isSecond .code_title {
    margin: 0 73% -56% auto;
  }
}

.s_slide {
  width: 80%;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 1101px) {
  .s_slide {
    width: 52%;
    margin-right: 14%;
  }
}

.side_text {
  font-size: 2.4vw;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  transform: rotate(-90deg) translate(-24vw, -2vw);
  width: fit-content;
  text-align: end;
  line-height: 1.2;
}
@media screen and (min-width: 1101px) {
  .side_text {
    font-size: 0.8333333333vw;
    transform: rotate(-90deg) translate(-9vw, 8.5vw);
    letter-spacing: 0.06vw;
  }
}

.s_img2 {
  width: 90%;
  margin: 10% auto 15% 0;
}
@media screen and (min-width: 1101px) {
  .s_img2 {
    width: 66%;
    margin: 21% auto 0 6%;
  }
}

.b_num {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 3.2vw;
}
@media screen and (min-width: 1101px) {
  .b_num {
    font-size: 1.1805555556vw;
  }
}

.b_name {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  font-size: 5.8666666667vw;
}
@media screen and (min-width: 1101px) {
  .b_name {
    font-size: 2.0833333333vw;
  }
}

.code_slide {
  width: 80%;
}

.code_title {
  width: 13%;
  margin: 0 auto -53% 14%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1101px) {
  .code_title {
    width: 11%;
    margin: 0 auto -45% 14%;
  }
}

.code_dis {
  width: 80%;
  margin: 3% auto;
  line-height: 1.8;
  font-size: 3.1vw;
}
@media screen and (min-width: 1101px) {
  .code_dis {
    font-size: 0.95vw;
  }
}

.cre_title {
  text-align: center;
  font-size: 4vw;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  border-bottom: 1px solid #000;
  width: fit-content;
  margin: 10% auto 5%;
}
@media screen and (min-width: 1101px) {
  .cre_title {
    font-size: 1.5277777778vw;
  }
}

.code {
  margin-top: 15%;
}
@media screen and (min-width: 1101px) {
  .code {
    width: 75%;
    margin-top: 10%;
    margin-bottom: 10%;
  }
}

.code.isSecond .code_title {
  margin: 0 auto -47% 73%;
}
@media screen and (min-width: 1101px) {
  .code.isSecond .code_title {
    margin: 0 auto -40% 73%;
  }
}

.marquee02 {
  margin: 24% auto 8%;
}
@media screen and (min-width: 1101px) {
  .marquee02 {
    margin: 5% auto 2%;
  }
}

/* 価格
===================================================== */
.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: ")";
}

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

.creditAjax_link {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 2% auto;
}
@media screen and (min-width: 1101px) {
  .creditAjax_link {
    width: 100%;
  }
}

@media screen and (min-width: 1101px) {
  .cre_90 {
    width: 90%;
  }
}

.left_cre {
  width: 95%;
  margin: 2% 0 0 auto;
}
@media screen and (min-width: 1101px) {
  .left_cre {
    width: 100%;
    margin: 2% auto;
  }
}

.left_cre02 {
  width: 80%;
  margin: 2% auto 0 5%;
}
@media screen and (min-width: 1101px) {
  .left_cre02 {
    width: 85%;
    margin: 2% auto 0 0;
  }
}

.right_cre {
  width: 95%;
  margin: 4% auto 0 0;
}
@media screen and (min-width: 1101px) {
  .right_cre {
    width: 100%;
  }
}

.right_cre02 {
  width: 80%;
  margin: 4% 5% 0 auto;
}
@media screen and (min-width: 1101px) {
  .right_cre02 {
    width: 85%;
    margin: 2% 0 0 auto;
  }
}

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

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

.buy {
  color: #000;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 1px 8px;
  height: fit-content;
}
@media screen and (min-width: 1101px) {
  .buy {
    padding: 1px 12px;
  }
}
@media screen and (max-width: 1100px) {
  .buy {
    font-size: 3vw;
  }
}

#sec01 .buy, #sec02 .buy, .bag_credit .buy {
  background-color: #D9B75F;
}

#sec03 .buy, #sec04 .buy {
  background-color: #5FA180;
}

#sec05 .buy, #sec06 .buy {
  background-color: #DFB13C;
}

.credit_text {
  margin-left: 4%;
}

.credit {
  margin: 5% auto 15%;
  font-size: 2.4vw;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 1101px) {
  .credit {
    font-size: 0.8333333333vw;
    width: 80%;
  }
}

.staff {
  background-color: #fffdf6;
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 5%;
  padding: 9%;
  justify-content: center;
}
.staff .sta_img {
  width: 40%;
}
.staff .sta_img img {
  border-radius: 100%;
}
.staff .sta_name {
  font-size: 4.5333333333vw;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 1101px) {
  .staff .sta_name {
    font-size: 1.5277777778vw;
  }
}
.staff .busyo {
  font-size: 2.6666666667vw;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 8%;
}
@media screen and (min-width: 1101px) {
  .staff .busyo {
    font-size: 0.9722222222vw;
  }
}
.staff .insta {
  font-size: 2.9333333333vw;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 1101px) {
  .staff .insta {
    font-size: 0.9722222222vw;
  }
}
.staff .insta a {
  display: flex;
  gap: 1%;
}
.staff .insta img {
  width: 23%;
}
.staff .sta_code {
  font-size: 2.9333333333vw;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-decoration: underline;
}
@media screen and (min-width: 1101px) {
  .staff .sta_code {
    font-size: 0.9722222222vw;
  }
}

#sec02 .s_title {
  margin: -42% auto 0 8%;
  width: 80%;
}
@media screen and (min-width: 1101px) {
  #sec02 .s_title {
    margin: -30% auto 0 24%;
    width: 57%;
  }
}
#sec02 .s_img2 {
  width: 81%;
  margin: 0% auto 10% 0;
}
@media screen and (min-width: 1101px) {
  #sec02 .s_img2 {
    width: 57%;
    margin: 16% auto 14% 6%;
  }
}
#sec02 .sec2_flex {
  display: flex;
  justify-content: space-between;
  width: 75%;
  margin: 0 auto 10%;
}
@media screen and (min-width: 1101px) {
  #sec02 .sec2_flex {
    width: 56%;
    margin: -5% auto 10% 13%;
  }
}
#sec02 .sec2_flex .sec2_flex_dis {
  width: 17%;
  margin-top: -23%;
}
#sec02 .sec2_flex .s_2_5 {
  width: 75%;
}

.dis_text {
  font-size: 2.6666666667vw;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 33%;
  text-align: right;
  margin: 14% 11% -29% auto;
}
@media screen and (min-width: 1101px) {
  .dis_text {
    font-size: 1vw;
    width: 26%;
    margin: 22% 31% -37% auto;
  }
}

.bag_te {
  background-color: #D9B75F;
}
.bag_te .swiper-slide {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  font-size: 3.2vw;
  margin-left: 3%;
  padding: 0.5% 0;
  letter-spacing: 0.4vw;
}
@media screen and (min-width: 1101px) {
  .bag_te .swiper-slide {
    margin-left: 1%;
    padding: 0.2% 0;
    letter-spacing: 0.1vw;
    font-size: 1.0416666667vw;
  }
}

.bag_area {
  margin-top: 20%;
}
@media screen and (min-width: 1101px) {
  .bag_area {
    margin-top: 5%;
    margin-bottom: 10%;
  }
}
.bag_area h3 {
  width: 84%;
  margin: 10% auto 1%;
}
@media screen and (min-width: 1101px) {
  .bag_area h3 {
    width: 30%;
    margin: 5% auto 1%;
  }
}
.bag_area .bag_text {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.2vw;
  text-align: center;
  margin-bottom: 7%;
  margin-top: 1%;
}
@media screen and (min-width: 1101px) {
  .bag_area .bag_text {
    font-size: 1.3vw;
    margin-bottom: 5%;
  }
}
.bag_area .bag_img {
  width: 90%;
  margin: 0 auto 5%;
}
@media screen and (min-width: 1101px) {
  .bag_area .bag_img {
    width: 50%;
  }
}
.bag_area .buy {
  background-color: #D9B75F;
}

@media screen and (min-width: 1101px) {
  .bag_flex {
    display: flex;
    width: 75%;
    justify-content: center;
    margin: 0 auto;
    gap: 6vw;
  }
  .bag_flex_right {
    width: 50%;
  }
}
.credit_bag {
  position: relative;
}

.credit_more {
  position: relative;
  height: 23vw;
  list-style: none;
}
@media screen and (max-width: 1100px) {
  .credit_more {
    margin-top: -23vw;
  }
}
@media screen and (min-width: 1101px) {
  .credit_more {
    margin-top: -9vw;
    height: 10vw;
  }
}

.more_overlay {
  position: absolute;
  left: 10%;
  width: 80%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FAF6EA);
  pointer-events: none;
}
@media screen and (min-width: 1101px) {
  .more_overlay {
    left: 0;
    width: 100%;
  }
}

.more_btn {
  position: absolute;
  bottom: 0;
  right: 9vw;
  background: none;
  text-decoration: underline;
  border: none;
  cursor: pointer;
  z-index: 10;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.7333333333vw;
  transition: 0.5s ease;
  color: #000 !important;
}
@media screen and (min-width: 1101px) {
  .more_btn {
    font-size: 1.5vw;
    right: 0;
  }
}

.motto {
  background-color: #D9B75F;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 4.2666666667vw;
  width: 73%;
  margin: 10% auto 0;
  padding: 2% 0;
}
@media screen and (min-width: 1101px) {
  .motto {
    border-radius: 50px;
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.4vw;
    width: 31%;
    margin: 5% auto 0;
    padding: 1.3% 0;
  }
}

.fade-enter-active, .fade-leave-active {
  transition: all 0.5s ease;
}

.fade-enter-from {
  opacity: 0;
  transform: translateY(20px);
}

.fade-enter-to {
  opacity: 1;
  transform: translateY(0);
}

.credit_num {
  margin-right: 3%;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.4666666667vw;
  list-style: none;
}
@media screen and (min-width: 1101px) {
  .credit_num {
    font-size: 1.2vw;
  }
}

@media screen and (min-width: 1101px) {
  .pc_flex {
    display: flex;
  }
  .pc_flex .pc_left, .pc_flex .pc_right {
    width: 50%;
  }
  .pc_flex .pc_left {
    position: sticky;
    top: 0;
    height: 100vh;
  }
  .pc_flex .pc_left_container {
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    position: absolute;
    width: 100%;
  }
  .pc_flex::before {
    content: "";
    position: absolute;
    inset: 0;
    mix-blend-mode: difference;
    pointer-events: none; /* クリックを邪魔しない */
  }
}
.creditAjax {
  list-style: none;
}/*# sourceMappingURL=style.css.map */