@charset "UTF-8";
@font-face {
  font-family: "zen-kaku-gothic-new";
  src: url("path-to-font.woff2") format("woff2");
  unicode-range: U+0000-FFFF;
}
/* color
===================================================== */
/* 共通
===================================================== */
html,
body {
  font-family: YakuHanRP, "zen-maru-gothic", "Hiragino Maru Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0 auto;
  background-color: transparent;
  color: #252525;
  background-color: #99cbf1;
  position: relative;
}

body {
  overflow-x: hidden;
  position: relative;
}

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

@media screen and (min-width: 901px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .spNone {
    display: none;
  }
}
@media screen and (min-width: 901px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .pcNone {
    display: block;
  }
}
/* vw計算(pc用)
===================================================== */
/* vw変換(SP用)
===================================================== */
/* a
===================================================== */
a {
  display: block;
  text-decoration: none;
  transition: all 0.6s;
  color: #252525;
  line-height: 1;
}

a:hover {
  transition: all 0.6s;
  cursor: pointer;
}

a[href=""] {
  pointer-events: none;
}

/* font
===================================================== */
.en_1 {
  font-family: YakuHanJPs, "chronic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ja_1 {
  font-family: YakuHanRP, "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* loading
===================================================== */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100svh;
  background-color: #99cbf1;
  color: #252525;
  text-align: center;
  display: grid;
  place-items: center;
}
.loading .loading_logo {
  width: 53.3333333333vw;
  margin: 8vw auto 10.6666666667vw;
}
@media screen and (min-width: 901px) {
  .loading .loading_logo {
    width: 17.7777777778vw;
    margin: 2.6666666667vw auto 3.5555555556vw;
  }
}
.loading .loading_illust {
  width: 26.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .loading .loading_illust {
    width: 8.8888888889vw;
  }
}

.fv .speed1,
.fv .speed2,
.fv .speed3 {
  opacity: 0;
  visibility: hidden;
}

/* 共通
===================================================== */
.line1 {
  height: 4px;
  background: repeating-linear-gradient(to right, #fcf4cf 0 8px, transparent 8px 13px);
}

.line2 {
  height: 4px;
  background: repeating-linear-gradient(to right, #99cbf1 0 8px, transparent 8px 13px);
}

.line3 {
  height: 4px;
  background: repeating-linear-gradient(to right, #ffffff 0 8px, transparent 8px 13px);
}

.line4 {
  height: 4px;
  background: repeating-linear-gradient(to right, #242e7c 0 8px, transparent 8px 13px);
}

/* 流れる文字
========================================================= */
.loop_area {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.6vw;
}
@media screen and (min-width: 901px) {
  .loop_area {
    margin-bottom: 0.5333333333vw;
  }
}
@keyframes loop_left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.loop_area .loop_wrap {
  display: flex;
}
.loop_area .loop_wrap .loop_left {
  animation: loop_left 40s infinite linear 2s both;
  display: flex;
  margin: 0;
  padding: 0;
}
.loop_area .loop_wrap .loop_left .loop_txt {
  letter-spacing: 0;
  white-space: nowrap;
}
.loop_area .loop1 .loop_txt img {
  width: 226.6666666667vw;
}
@media screen and (min-width: 901px) {
  .loop_area .loop1 .loop_txt img {
    width: 75.5555555556vw;
  }
}
.loop_area .loop2 .loop_txt img {
  width: 172vw;
}
@media screen and (min-width: 901px) {
  .loop_area .loop2 .loop_txt img {
    width: 57.3333333333vw;
  }
}
.loop_area .loop3 .loop_txt img {
  width: 226.6666666667vw;
}
@media screen and (min-width: 901px) {
  .loop_area .loop3 .loop_txt img {
    width: 75.5555555556vw;
  }
}

#main_contents {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 901px) {
  #main_contents {
    width: 33.3333333333vw;
    margin: 0 auto;
    overflow: hidden;
  }
}

#head_content {
  position: relative;
  z-index: 10;
  background-color: #99cbf1;
}

@media screen and (min-width: 901px) {
  .fixed_bg {
    position: fixed;
    width: 100%;
    height: 100svh;
    background-color: #B2DCFC;
    z-index: 0;
    background-image: url(../images/bg2.svg);
    background-repeat: repeat;
    background-position: center;
    background-size: 2.7%;
  }
}
@media screen and (min-width: 901px) {
  .fixed_bg .fixed_left {
    width: 33.3333333333vw;
    height: 100svh;
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    place-items: center;
  }
}
@media screen and (min-width: 901px) {
  .fixed_bg .fixed_left::before {
    content: "";
    display: block;
    background-image: url(../images/fixed_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.fixed_bg .fixed_left .fixed_left_inner {
  position: relative;
}
@media screen and (min-width: 901px) {
  .fixed_bg .fixed_left .fixed_logo {
    width: 13.8888888889vw;
    margin: 0 auto 2.0833333333vw;
  }
}
@media screen and (min-width: 901px) {
  .fixed_bg .fixed_left .fixed_swiper {
    width: 11.4583333333vw;
    padding: 1.3888888889vw;
    margin: 0 auto 0.6944444444vw;
  }
}
@media screen and (min-width: 901px) {
  .fixed_bg .fixed_left .fixed_ttl {
    width: 6.9444444444vw;
    margin: 0 auto -2.0833333333vw;
  }
}
@media screen and (min-width: 901px) {
  .fixed_bg .fixed_left .btn_wrap .all_btn {
    position: relative;
    width: 12.5vw;
    margin: 0 auto -2.0833333333vw;
  }
}
@media screen and (min-width: 901px) {
  .fixed_bg .fixed_right {
    width: 33.3333333333vw;
    height: 100svh;
    position: absolute;
    top: 0;
    right: 0;
    display: grid;
    place-items: center;
  }
}
@media screen and (min-width: 901px) {
  .fixed_bg .fixed_right::before {
    content: "";
    display: block;
    background-image: url(../images/fixed_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.fixed_bg .fixed_right .fixed_right_inner {
  position: relative;
  margin-left: 1.3888888889vw;
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 901px) {
  .fixed_bg .fixed_right .nav {
    position: relative;
    font-size: 2.6388888889vw;
    letter-spacing: 0.12em;
    margin-bottom: 2.7777777778vw;
  }
  .fixed_bg .fixed_right .nav li + li {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 901px) {
  .fixed_bg .fixed_right .navFlower {
    position: absolute;
    left: -3.4722222222vw;
    top: 0;
    width: 2.4444444444vw;
    height: 2.4444444444vw;
    opacity: 0;
    transition: opacity 0.25s ease;
    transform: translateY(0) scale(0.8);
    will-change: transform, opacity;
  }
  .fixed_bg .fixed_right .navFlower span {
    background: url("../images/shape11.svg") no-repeat center/contain;
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 901px) {
  .fixed_bg .fixed_right .sns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.0666666667vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 901px) {
  .fixed_bg .fixed_right .sns li {
    width: 2.9166666667vw;
  }
}
.fixed_bg a:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.fixed_bg a img {
  transition: all 0.3s;
}

/* fv
===================================================== */
.fv {
  position: relative;
}
.fv h1 {
  position: relative;
  width: 75.7333333333vw;
  margin: 0 auto 8vw;
  padding-top: 21.8666666667vw;
  z-index: 10;
}
@media screen and (min-width: 901px) {
  .fv h1 {
    width: 25.2444444444vw;
    margin: 0 auto 2.6666666667vw;
    padding-top: 7.2888888889vw;
  }
}
.fv .slide_block {
  position: relative;
}
.fv .slide_block .illust1 {
  position: absolute;
  width: 37.6vw;
  left: 32vw;
  top: 0;
}
@media screen and (min-width: 901px) {
  .fv .slide_block .illust1 {
    width: 12.5333333333vw;
    left: 10.6666666667vw;
  }
}
.fv .slide_block .illust2 {
  width: 19.4666666667vw;
  position: absolute;
  left: 8.2666666667vw;
  bottom: 1.8666666667vw;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  .fv .slide_block .illust2 {
    width: 6.4888888889vw;
    left: 2.7555555556vw;
    bottom: 0.6222222222vw;
  }
}
.fv .slide_block .illust3 {
  width: 26.9333333333vw;
  position: absolute;
  right: 5.3333333333vw;
  bottom: 0vw;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  .fv .slide_block .illust3 {
    width: 8.9777777778vw;
    right: 1.7777777778vw;
    bottom: 0vw;
  }
}
.fv .slide_block .lead_swiper {
  position: relative;
  padding: 14.1333333333vw 0 12.5333333333vw;
}
@media screen and (min-width: 901px) {
  .fv .slide_block .lead_swiper {
    padding: 4.7111111111vw 0 4.1777777778vw;
  }
}
.fv .slide_block .deco_txt {
  width: 72vw;
  position: absolute;
  left: 50%;
  top: 2.6666666667vw;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 901px) {
  .fv .slide_block .deco_txt {
    width: 24vw;
    top: 0.8888888889vw;
  }
}
.fv .deco1 {
  position: absolute;
  width: 88.2666666667vw;
  top: -57.6vw;
  left: -76.5333333333vw;
}
@media screen and (min-width: 901px) {
  .fv .deco1 {
    width: 29.4222222222vw;
    top: -19.2vw;
    left: -25.5111111111vw;
  }
}
.fv .deco2 {
  position: absolute;
  width: 18.6666666667vw;
  top: 5.3333333333vw;
  right: 3.7333333333vw;
}
@media screen and (min-width: 901px) {
  .fv .deco2 {
    width: 6.2222222222vw;
    top: 1.7777777778vw;
    right: 1.2444444444vw;
  }
}
.fv .deco3 {
  position: absolute;
  width: 16vw;
  top: 34.9333333333vw;
  right: 4.5333333333vw;
}
@media screen and (min-width: 901px) {
  .fv .deco3 {
    width: 5.3333333333vw;
    top: 11.6444444444vw;
    right: 1.5111111111vw;
  }
}

.scroll p {
  font-size: 4.2666666667vw;
  text-align: center;
  margin-bottom: 2.6666666667vw;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 901px) {
  .scroll p {
    font-size: 1.4222222222vw;
    margin-bottom: 0.8888888889vw;
  }
}
.scroll img {
  width: 4.8vw;
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .scroll img {
    width: 1.6vw;
  }
}

/* lead
===================================================== */
.lead .lead_wrap {
  padding: 12vw 0 21.3333333333vw;
  font-size: 3.6vw;
  line-height: 1.7142857143;
  text-align: center;
}
@media screen and (min-width: 901px) {
  .lead .lead_wrap {
    padding: 4vw 0 7.1111111111vw;
    font-size: 1.078125vw;
  }
}
.lead .lead_wrap p + p {
  margin-top: 3.2vw;
}
@media screen and (min-width: 901px) {
  .lead .lead_wrap p + p {
    margin-top: 1.0666666667vw;
  }
}
.lead .sche_wrap {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-bottom: 24vw;
}
@media screen and (min-width: 901px) {
  .lead .sche_wrap {
    padding-bottom: 8vw;
  }
}
.lead .sche_wrap h2 {
  font-size: 18.6666666667vw;
  letter-spacing: 0.12em;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 901px) {
  .lead .sche_wrap h2 {
    font-size: 6.2222222222vw;
    margin-bottom: 1.7777777778vw;
  }
}
.lead .sche_wrap .inner1 {
  position: relative;
  width: 84.44vw;
  height: 109.7066666667vw;
  padding: 10.6666666667vw 0;
  margin: 0 auto 10.6666666667vw;
  box-sizing: border-box;
}
@media screen and (min-width: 901px) {
  .lead .sche_wrap .inner1 {
    width: 28.1466666667vw;
    height: 36.5688888889vw;
    padding: 3.5555555556vw 0;
    margin: 0 auto 3.5555555556vw;
  }
}
.lead .sche_wrap .inner1::before {
  content: "";
  position: absolute;
  background-image: url(../images/shape4.svg);
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.lead .sche_wrap .inner1 > * {
  position: relative;
}
.lead .sche_wrap .ttl1 {
  font-size: 8.6666666667vw;
  background-color: #ffffff;
  width: fit-content;
  padding: 0.2666666667vw 0.5333333333vw 0vw 1.6vw;
  margin: 0 auto 1.6vw;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 901px) {
  .lead .sche_wrap .ttl1 {
    font-size: 2.8888888889vw;
    padding: 0.0888888889vw 0.1777777778vw 0vw 0.5333333333vw;
    margin: 0 auto 0.5333333333vw;
  }
}
.lead .sche_wrap .ttl2 {
  font-size: 3.2vw;
  background-color: #ffffff;
  width: fit-content;
  padding: 0.5333333333vw 0.5333333333vw 0.8vw 1.0666666667vw;
  margin: 0 auto 3.2vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 901px) {
  .lead .sche_wrap .ttl2 {
    font-size: 1.0666666667vw;
    padding: 0.1777777778vw 0.1777777778vw 0.2666666667vw 0.3555555556vw;
    margin: 0 auto 1.0666666667vw;
  }
}
.lead .sche_wrap .date {
  font-size: 5.12vw;
  letter-spacing: 0.08em;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 901px) {
  .lead .sche_wrap .date {
    font-size: 1.7066666667vw;
    margin-bottom: 0.8888888889vw;
  }
}
.lead .sche_wrap .date span {
  font-size: 7.68vw;
}
@media screen and (min-width: 901px) {
  .lead .sche_wrap .date span {
    font-size: 2.56vw;
  }
}
.lead .sche_wrap .date_detail {
  font-size: 4.2666666667vw;
  letter-spacing: 0.08em;
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 901px) {
  .lead .sche_wrap .date_detail {
    font-size: 1.2777777778vw;
    margin-bottom: 0.7111111111vw;
  }
}
.lead .sche_wrap .date_detail span {
  font-size: 4.8vw;
}
@media screen and (min-width: 901px) {
  .lead .sche_wrap .date_detail span {
    font-size: 1.4375vw;
  }
}
.lead .sche_wrap .date_detail2 {
  font-size: 3.2vw;
  letter-spacing: 0.08em;
  display: inline;
}
@media screen and (min-width: 901px) {
  .lead .sche_wrap .date_detail2 {
    font-size: 0.9583333333vw;
  }
}
.lead .sche_wrap .date_detail2 a {
  display: inline;
  text-decoration: underline;
}
.lead .sche_wrap .online_store .ttl1 {
  transform: rotate(-5deg);
}
.lead .sche_wrap .store .ttl1 {
  transform: rotate(5deg);
}
.lead .sche_wrap .line1 {
  width: 58.1333333333vw;
  margin: 5.3333333333vw auto 6.9333333333vw;
}
@media screen and (min-width: 901px) {
  .lead .sche_wrap .line1 {
    width: 19.3777777778vw;
    margin: 1.7777777778vw auto 2.3111111111vw;
  }
}
.lead .sche_wrap .inner2 {
  position: relative;
}
.lead .sche_wrap .inner2 .notice {
  font-size: 4vw;
  line-height: 1.4666666667;
  position: relative;
  margin-bottom: 8vw;
}
@media screen and (min-width: 901px) {
  .lead .sche_wrap .inner2 .notice {
    font-size: 1.1979166667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.lead .sche_wrap .inner2 .notice::before {
  content: "";
  background-image: url(../images/fukidashi1.svg);
  width: 71.4666666667vw;
  height: 7.4666666667vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 901px) {
  .lead .sche_wrap .inner2 .notice::before {
    width: 23.8222222222vw;
    height: 2.4888888889vw;
  }
}
.lead .sche_wrap .inner2 .notice_btn {
  font-size: 3.4666666667vw;
  background-color: #f4eef6;
  width: 53.3333333333vw;
  line-height: 13.3333333333vw;
  margin: 0 auto;
  border-radius: 100vw;
  letter-spacing: 0.2em;
  padding-left: 2.1333333333vw;
}
@media screen and (min-width: 901px) {
  .lead .sche_wrap .inner2 .notice_btn {
    font-size: 1.0381944444vw;
    width: 15.9722222222vw;
    line-height: 3.9930555556vw;
    padding-left: 0.6388888889vw;
  }
}
.lead .sche_wrap .illust1 {
  width: 13.3333333333vw;
  position: absolute;
  bottom: 21.3333333333vw;
  right: 4.2666666667vw;
}
@media screen and (min-width: 901px) {
  .lead .sche_wrap .illust1 {
    width: 4.4444444444vw;
    bottom: 7.1111111111vw;
    right: 1.4222222222vw;
  }
}
.lead .sche_wrap .bg_shape {
  width: 82.6666666667vw;
  position: absolute;
  right: -17.6vw;
  bottom: 26.6666666667vw;
}
@media screen and (min-width: 901px) {
  .lead .sche_wrap .bg_shape {
    width: 27.5555555556vw;
    right: -5.8666666667vw;
    bottom: 8.8888888889vw;
  }
}
.lead .moving-object {
  position: absolute;
  top: 0;
  left: 0;
  width: 21.3333333333vw;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translate3d(0, 0, 0) rotate(0deg);
  transform-origin: 50% 50%;
  will-change: transform;
}
@media screen and (min-width: 901px) {
  .lead .moving-object {
    width: 7.1111111111vw;
  }
}
.lead .moving-object img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}
.lead .moving-object:active {
  scale: 0.96;
}
@media (prefers-reduced-motion: reduce) {
  .lead .moving-object {
    display: none;
  }
}

/* 背景指定 ===================================================== */
/* main
===================================================== */
#sec1 {
  position: relative;
  background-color: #99cbf1;
}
#sec1 .sec_wrap {
  padding: 13.3333333333vw 0 48vw;
  background-color: #fcf4cf;
  border-radius: 20.8vw 20.8vw 0 0;
  text-align: center;
}
@media screen and (min-width: 901px) {
  #sec1 .sec_wrap {
    padding: 4.4444444444vw 0 16vw;
    border-radius: 6.9333333333vw 6.9333333333vw 0 0;
  }
}
#sec1 .sec_wrap .sec_ttl p {
  font-size: 4.8vw;
  position: relative;
  z-index: 10;
  color: #fcf4cf;
  margin-bottom: 6.6666666667vw;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 901px) {
  #sec1 .sec_wrap .sec_ttl p {
    font-size: 1.6vw;
    margin-bottom: 2.2222222222vw;
  }
}
#sec1 .sec_wrap .sec_ttl p::before {
  content: "";
  position: absolute;
  width: 29.8666666667vw;
  height: 9.8666666667vw;
  background-image: url(../images/shape6.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 901px) {
  #sec1 .sec_wrap .sec_ttl p::before {
    width: 9.9555555556vw;
    height: 3.2888888889vw;
  }
}
#sec1 .sec_wrap .sec_ttl img {
  margin: 0 auto;
}
#sec1 .sec_wrap .about_block {
  margin-bottom: 14.9333333333vw;
}
@media screen and (min-width: 901px) {
  #sec1 .sec_wrap .about_block {
    margin-bottom: 4.4444444444vw;
  }
}
#sec1 .sec_wrap .about_block .sec_main {
  position: relative;
}
#sec1 .sec_wrap .about_block .sec_main .bg_img {
  width: 69.3333333333vw;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 901px) {
  #sec1 .sec_wrap .about_block .sec_main .bg_img {
    width: 23.1111111111vw;
  }
}
#sec1 .sec_wrap .about_block .sec_main .main_img {
  position: relative;
  width: 51.7333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  #sec1 .sec_wrap .about_block .sec_main .main_img {
    width: 17.2444444444vw;
  }
}
#sec1 .sec_wrap .about_block .sec_ttl {
  margin-bottom: 21.3333333333vw;
}
@media screen and (min-width: 901px) {
  #sec1 .sec_wrap .about_block .sec_ttl {
    margin-bottom: 7.1111111111vw;
  }
}
#sec1 .sec_wrap .about_block .sec_ttl img {
  width: 47.4666666667vw;
}
@media screen and (min-width: 901px) {
  #sec1 .sec_wrap .about_block .sec_ttl img {
    width: 14.2152777778vw;
  }
}
#sec1 .sec_wrap .about_block .sec_txt {
  position: relative;
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  background-color: #ffffff;
  position: relative;
  width: 73.3333333333vw;
  padding: 7.4666666667vw 5.3333333333vw;
  border-radius: 5.3333333333vw;
  margin: 8vw auto;
}
@media screen and (min-width: 901px) {
  #sec1 .sec_wrap .about_block .sec_txt {
    font-size: 1.1180555556vw;
    width: 24.4444444444vw;
    padding: 2.4888888889vw 1.7777777778vw;
    border-radius: 1.7777777778vw;
    margin: 2.6666666667vw auto;
  }
}
#sec1 .sec_wrap .about_block .sec_txt p + p {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 901px) {
  #sec1 .sec_wrap .about_block .sec_txt p + p {
    margin-top: 0.7986111111vw;
  }
}
#sec1 .sec_wrap .about_block .sec_txt::before {
  content: "";
  display: block;
  width: 10.84vw;
  height: 9.6vw;
  background-image: url(../images/fukidashi2.svg);
  position: absolute;
  top: -5.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
  background-size: 100%;
}
@media screen and (min-width: 901px) {
  #sec1 .sec_wrap .about_block .sec_txt::before {
    width: 3.6133333333vw;
    height: 3.2vw;
    top: -1.7777777778vw;
  }
}
#sec1 .sec_wrap .line2 {
  width: 82.6666666667vw;
  margin: 0 auto 10.6666666667vw;
}
@media screen and (min-width: 901px) {
  #sec1 .sec_wrap .line2 {
    width: 27.9111111111vw;
    margin: 0 auto 4.9777777778vw;
  }
}
#sec1 .sec_wrap .prof_block {
  position: relative;
  padding-bottom: 10.6666666667vw;
}
@media screen and (min-width: 901px) {
  #sec1 .sec_wrap .prof_block {
    padding-bottom: 3.5555555556vw;
  }
}
#sec1 .sec_wrap .prof_block .sec_main .bg_img {
  width: 97.3333333333vw;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
}
@media screen and (min-width: 901px) {
  #sec1 .sec_wrap .prof_block .sec_main .bg_img {
    width: 32.4444444444vw;
  }
}
#sec1 .sec_wrap .prof_block .sec_main .main_img {
  position: relative;
  width: 51.7333333333vw;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 901px) {
  #sec1 .sec_wrap .prof_block .sec_main .main_img {
    width: 17.2444444444vw;
    margin: 0 auto 2.6666666667vw;
  }
}
#sec1 .sec_wrap .prof_block .sec_ttl {
  margin-bottom: 8vw;
}
@media screen and (min-width: 901px) {
  #sec1 .sec_wrap .prof_block .sec_ttl {
    margin-bottom: 2.0833333333vw;
  }
}
#sec1 .sec_wrap .prof_block .sec_ttl img {
  width: 69.3333333333vw;
}
@media screen and (min-width: 901px) {
  #sec1 .sec_wrap .prof_block .sec_ttl img {
    width: 20.7638888889vw;
  }
}
#sec1 .sec_wrap .prof_block .sec_txt {
  position: relative;
  width: 73.3333333333vw;
  font-size: 3.4666666667vw;
  line-height: 2;
  margin: 0 auto 5.3333333333vw;
}
@media screen and (min-width: 901px) {
  #sec1 .sec_wrap .prof_block .sec_txt {
    width: 21.9618055556vw;
    font-size: 1.0381944444vw;
    line-height: 2;
    margin: 0 auto 1.7777777778vw;
  }
}
#sec1 .sec_wrap .prof_block .sec_txt p + p {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 901px) {
  #sec1 .sec_wrap .prof_block .sec_txt p + p {
    margin-top: 0.7986111111vw;
  }
}
#sec1 .sec_wrap .prof_block .insta_link {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 1px solid #252525;
}
#sec1 .sec_wrap .prof_block .insta_link img {
  display: inline-block;
  width: 3.4666666667vw;
}
@media screen and (min-width: 901px) {
  #sec1 .sec_wrap .prof_block .insta_link img {
    width: 1.0381944444vw;
  }
}
#sec1 .sec_wrap .prof_block .insta_link p {
  display: inline-block;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 901px) {
  #sec1 .sec_wrap .prof_block .insta_link p {
    font-size: 1.0381944444vw;
  }
}
#sec1 .sec_wrap .illust1 {
  width: 18.6666666667vw;
  position: absolute;
  left: 6.9333333333vw;
  bottom: 34.6666666667vw;
}
@media screen and (min-width: 901px) {
  #sec1 .sec_wrap .illust1 {
    width: 6.2222222222vw;
    left: 2.3111111111vw;
    bottom: 11.5555555556vw;
  }
}
#sec1 .scroll-area {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  margin: 0;
  overflow-x: hidden;
}
#sec1 .rolling-image {
  position: absolute;
  z-index: 2;
  right: -26.6666666667vw;
  top: 162.6666666667vw;
  width: 22.9333333333vw;
  aspect-ratio: 1;
  transform: translateX(calc(var(--travel, 0px) * -1)) rotate(calc(var(--rotation, 0deg) * -1));
  transform-origin: 50% 50%;
  will-change: transform;
  pointer-events: none;
}
@media screen and (min-width: 901px) {
  #sec1 .rolling-image {
    right: -8.8888888889vw;
    top: 52.5277777778vw;
    width: 7.6444444444vw;
  }
}

#sec2 {
  position: relative;
  margin-top: -21.3333333333vw;
}
@media screen and (min-width: 901px) {
  #sec2 {
    margin-top: -7.1111111111vw;
  }
}
#sec2 .shape1 {
  width: 100%;
  overflow: hidden;
  margin-bottom: -2.6666666667vw;
}
@media screen and (min-width: 901px) {
  #sec2 .shape1 {
    margin-bottom: -0.8888888889vw;
    width: 100%;
  }
}
#sec2 .shape1 img {
  width: 100%;
  display: block;
  transform: scaleX(1.1);
  transform-origin: center;
}
#sec2 .sec_wrap {
  padding: 13.3333333333vw 0 48vw;
  background-color: #99cbf1;
  text-align: center;
}
@media screen and (min-width: 901px) {
  #sec2 .sec_wrap {
    padding: 4.4444444444vw 0 16vw;
  }
}
#sec2 .sec_ttl {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 901px) {
  #sec2 .sec_ttl {
    margin-bottom: 3.5555555556vw;
  }
}
#sec2 .sec_ttl img {
  width: 29.8666666667vw;
  margin: 0 auto 2.6666666667vw;
}
@media screen and (min-width: 901px) {
  #sec2 .sec_ttl img {
    width: 9.9555555556vw;
    margin: 0 auto 0.8888888889vw;
  }
}
#sec2 .sec_ttl h2 {
  font-size: 18.6666666667vw;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 901px) {
  #sec2 .sec_ttl h2 {
    font-size: 6.2222222222vw;
  }
}
#sec2 .item_wrap {
  position: relative;
}
#sec2 .item_wrap .waku {
  width: 88vw;
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  #sec2 .item_wrap .waku {
    width: 29.3333333333vw;
  }
}
#sec2 .item_wrap .waku_txt {
  display: flex;
  justify-content: space-between;
  width: 74.6666666667vw;
  margin: -4.2666666667vw auto 0;
  color: #fcf4cf;
  font-size: 4.2666666667vw;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 901px) {
  #sec2 .item_wrap .waku_txt {
    width: 24.8888888889vw;
    margin: -1.4222222222vw auto 0;
    font-size: 1.2777777778vw;
  }
}
#sec2 .item_wrap .waku1_wrap {
  margin-bottom: 12vw;
}
@media screen and (min-width: 901px) {
  #sec2 .item_wrap .waku1_wrap {
    margin-bottom: 4vw;
  }
}
#sec2 .item_wrap .item_swiper {
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 901px) {
  #sec2 .item_wrap .item_swiper {
    margin-bottom: 2.2222222222vw;
  }
}
#sec2 .item_wrap .item_credit {
  position: relative;
  text-align: left;
  width: 73.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  #sec2 .item_wrap .item_credit {
    width: 24.4444444444vw;
  }
}
#sec2 .item_wrap .item_credit .item_name {
  font-size: 6.4vw;
  letter-spacing: 0.12em;
  margin-bottom: 3.7333333333vw;
  line-height: 0.9;
}
@media screen and (min-width: 901px) {
  #sec2 .item_wrap .item_credit .item_name {
    font-size: 1.9166666667vw;
    margin-bottom: 1.2444444444vw;
  }
}
#sec2 .item_wrap .item_credit .item_name span {
  font-size: 0.5em;
  letter-spacing: 0.02em;
}
#sec2 .item_wrap .item_credit .item_label {
  font-size: 3.7333333333vw;
  background-color: #5386c4;
  color: #ffffff;
  border-radius: 1.0666666667vw;
  line-height: 7.4666666667vw;
  padding: 0 2.1333333333vw;
  width: fit-content;
  letter-spacing: 0.12em;
  position: absolute;
  top: -1.0666666667vw;
  right: 0;
}
@media screen and (min-width: 901px) {
  #sec2 .item_wrap .item_credit .item_label {
    font-size: 1.1180555556vw;
    border-radius: 0.3555555556vw;
    line-height: 2.4888888889vw;
    padding: 0 0.7111111111vw;
    top: -0.3555555556vw;
  }
}
#sec2 .item_wrap .item_credit .credit_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4.8vw;
}
@media screen and (min-width: 901px) {
  #sec2 .item_wrap .item_credit .credit_flex {
    margin-bottom: 1.6vw;
  }
}
#sec2 .item_wrap .item_credit .credit_flex .item_price {
  font-size: 5.8666666667vw;
  letter-spacing: 0.12em;
  color: #ffffff;
}
@media screen and (min-width: 901px) {
  #sec2 .item_wrap .item_credit .credit_flex .item_price {
    font-size: 1.7569444444vw;
  }
}
#sec2 .item_wrap .item_credit .credit_flex img {
  width: 21.3333333333vw;
}
@media screen and (min-width: 901px) {
  #sec2 .item_wrap .item_credit .credit_flex img {
    width: 7.1111111111vw;
  }
}
#sec2 .item_wrap .item_credit:hover {
  opacity: 0.6;
}
#sec2 .item_wrap .line3 {
  width: 74.6666666667vw;
  margin: 0 auto 4.8vw;
}
@media screen and (min-width: 901px) {
  #sec2 .item_wrap .line3 {
    width: 24.8888888889vw;
    margin: 0 auto 1.6vw;
  }
}
#sec2 .item_wrap .item_txt {
  width: 74.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  #sec2 .item_wrap .item_txt {
    width: 24.8888888889vw;
  }
}
#sec2 .item_wrap .item_txt p {
  font-size: 3.4666666667vw;
  text-align: left;
  line-height: 2;
}
@media screen and (min-width: 901px) {
  #sec2 .item_wrap .item_txt p {
    font-size: 1.0381944444vw;
  }
}
#sec2 .item1 .item_ttl {
  width: 49.6vw;
  position: absolute;
  top: 11.4666666667vw;
  right: 12.5333333333vw;
  z-index: 10;
}
@media screen and (min-width: 901px) {
  #sec2 .item1 .item_ttl {
    width: 16.5333333333vw;
    top: 3.8222222222vw;
    right: 4.1777777778vw;
  }
}
#sec2 .item2 .item_ttl {
  width: 52.2666666667vw;
  position: absolute;
  top: 13.3333333333vw;
  left: 14.6666666667vw;
  z-index: 10;
}
@media screen and (min-width: 901px) {
  #sec2 .item2 .item_ttl {
    width: 17.4222222222vw;
    top: 4.4444444444vw;
    left: 4.8888888889vw;
  }
}
#sec2 .item3 .item_ttl {
  width: 68vw;
  position: absolute;
  top: 12.96vw;
  right: 4.2666666667vw;
  z-index: 10;
}
@media screen and (min-width: 901px) {
  #sec2 .item3 .item_ttl {
    width: 22.6666666667vw;
    top: 4.32vw;
    right: 1.4222222222vw;
  }
}
#sec2 .item4 .item_ttl {
  width: 51.3333333333vw;
  position: absolute;
  top: 12.96vw;
  left: 14.6666666667vw;
  z-index: 10;
}
@media screen and (min-width: 901px) {
  #sec2 .item4 .item_ttl {
    width: 17.1111111111vw;
    top: 4.32vw;
    left: 4.8888888889vw;
  }
}
#sec2 .item4 .item_name {
  margin-left: -1.6vw;
}
@media screen and (min-width: 901px) {
  #sec2 .item4 .item_name {
    margin-left: -0.3555555556vw;
  }
}
#sec2 .item4 .item_name span {
  margin-left: 0.5333333333vw;
}
@media screen and (min-width: 901px) {
  #sec2 .item4 .item_name span {
    margin-left: 0.5333333333vw;
  }
}
#sec2 .item5 {
  margin-bottom: 33.3333333333vw;
}
@media screen and (min-width: 901px) {
  #sec2 .item5 {
    margin-bottom: 11.1111111111vw;
  }
}
#sec2 .item5 .item_ttl {
  width: 52.2666666667vw;
  position: absolute;
  top: 17.8666666667vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (min-width: 901px) {
  #sec2 .item5 .item_ttl {
    width: 17.4222222222vw;
    top: 5.9555555556vw;
  }
}
#sec2 .item_wrap + .item_wrap {
  margin-top: 16vw;
}
@media screen and (min-width: 901px) {
  #sec2 .item_wrap + .item_wrap {
    margin-top: 5.3333333333vw;
  }
}
#sec2 .btn_wrap {
  position: relative;
}
#sec2 .btn_wrap .btn_bg {
  position: absolute;
  width: 37.3333333333vw;
  top: -15.4666666667vw;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.3s;
}
@media screen and (min-width: 901px) {
  #sec2 .btn_wrap .btn_bg {
    width: 12.4444444444vw;
    top: -5.1555555556vw;
  }
}
#sec2 .btn_wrap .all_btn {
  position: relative;
  width: 69.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  #sec2 .btn_wrap .all_btn {
    width: 23.1111111111vw;
  }
}
#sec2 .btn_wrap:hover .all_btn {
  opacity: 1;
}
#sec2 .btn_wrap:hover .btn_bg {
  transform: translate(-50%, -16%);
  transition: all 0.3s;
}

#sec3 {
  position: relative;
  margin-top: -21.3333333333vw;
  color: #242e7c;
}
@media screen and (min-width: 901px) {
  #sec3 {
    margin-top: -7.1111111111vw;
  }
}
#sec3 .shape1 {
  width: 100%;
  overflow: hidden;
  margin-bottom: -1.3333333333vw;
}
@media screen and (min-width: 901px) {
  #sec3 .shape1 {
    margin-bottom: -0.4444444444vw;
  }
}
#sec3 .shape1 img {
  width: 100%;
  display: block;
  transform: scaleX(1.1);
  transform-origin: center;
}
#sec3 .sec_wrap {
  padding: 13.3333333333vw 0 82.6666666667vw;
  background-color: #f4eef6;
  background-image: url(../images/bg1.svg);
  background-repeat: repeat;
  background-position: center;
  background-size: 10.4%;
}
@media screen and (min-width: 901px) {
  #sec3 .sec_wrap {
    padding: 4.4444444444vw 0 27.5555555556vw;
    background-size: 10.4%;
  }
}
#sec3 .main_ttl {
  margin-bottom: 16vw;
}
@media screen and (min-width: 901px) {
  #sec3 .main_ttl {
    margin-bottom: 5.3333333333vw;
  }
}
#sec3 .main_ttl > *:nth-child(1) {
  width: 76.2666666667vw;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 901px) {
  #sec3 .main_ttl > *:nth-child(1) {
    width: 25.4222222222vw;
    margin: 0 auto 2.6666666667vw;
  }
}
#sec3 .main_ttl > *:nth-child(2) {
  width: 66.6666666667vw;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 901px) {
  #sec3 .main_ttl > *:nth-child(2) {
    width: 22.2222222222vw;
    margin: 0 auto 2.6666666667vw;
  }
}
#sec3 .main_ttl > *:nth-child(3) {
  width: 64vw;
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  #sec3 .main_ttl > *:nth-child(3) {
    width: 21.3333333333vw;
    margin: 0 auto;
  }
}
#sec3 .detail_ttl {
  font-size: 6.4vw;
  text-align: center;
  letter-spacing: 0.12em;
  position: relative;
  padding-bottom: 5.3333333333vw;
  margin-bottom: 8vw;
}
@media screen and (min-width: 901px) {
  #sec3 .detail_ttl {
    font-size: 1.9166666667vw;
    padding-bottom: 1.7777777778vw;
    margin-bottom: 2.6666666667vw;
  }
}
#sec3 .detail_ttl::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 6.9333333333vw;
  height: 1.0666666667vw;
  background-color: #242e7c;
}
@media screen and (min-width: 901px) {
  #sec3 .detail_ttl::after {
    width: 2.3111111111vw;
    height: 0.3555555556vw;
  }
}
#sec3 .event {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 901px) {
  #sec3 .event {
    margin-bottom: 4.4444444444vw;
  }
}
#sec3 .event .detail_ttl2 {
  font-size: 6.4vw;
  text-align: center;
  letter-spacing: 0.12em;
  position: relative;
  margin-bottom: 8vw;
  line-height: 1.5;
}
@media screen and (min-width: 901px) {
  #sec3 .event .detail_ttl2 {
    font-size: 1.9166666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
#sec3 .event .detail_ttl2::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 79.4666666667vw;
  height: 8.2666666667vw;
  background-image: url(../images/fukidashi3.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 901px) {
  #sec3 .event .detail_ttl2::after {
    width: 26.4888888889vw;
    height: 2.7555555556vw;
  }
}
#sec3 .event .detail_txt {
  width: 78.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  #sec3 .event .detail_txt {
    width: 26.2222222222vw;
  }
}
#sec3 .event .detail_txt img {
  border-radius: 5.3333333333vw;
  margin: 0 auto 5.3333333333vw;
}
@media screen and (min-width: 901px) {
  #sec3 .event .detail_txt img {
    border-radius: 1.7777777778vw;
    margin: 0 auto 1.7777777778vw;
  }
}
#sec3 .event .detail_txt p {
  font-size: 3.4666666667vw;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 901px) {
  #sec3 .event .detail_txt p {
    font-size: 1.0381944444vw;
  }
}
#sec3 .event .detail_txt p span {
  letter-spacing: 0.08em;
}
#sec3 .main_txt {
  letter-spacing: 0.08em;
}
#sec3 .date ul {
  width: fit-content;
  margin: 0 auto 13.3333333333vw;
}
@media screen and (min-width: 901px) {
  #sec3 .date ul {
    margin: 0 auto 4.4444444444vw;
  }
}
#sec3 .date ul li {
  font-size: 6.24vw;
  margin-left: -8vw;
}
@media screen and (min-width: 901px) {
  #sec3 .date ul li {
    font-size: 1.86875vw;
    margin-left: -2.6666666667vw;
  }
}
#sec3 .date ul li p {
  margin-left: 8vw;
}
@media screen and (min-width: 901px) {
  #sec3 .date ul li p {
    margin-left: 2.6666666667vw;
  }
}
#sec3 .date ul li .time {
  font-size: 0.7em;
}
#sec3 .date ul li .small {
  font-size: 0.9em;
}
#sec3 .date ul li::before {
  position: absolute;
}
#sec3 .date ul li:nth-child(1)::before {
  content: "❶";
}
#sec3 .date ul li:nth-child(2)::before {
  content: "❷";
}
#sec3 .date ul li:nth-child(3)::before {
  content: "❸";
}
#sec3 .date ul li + li {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 901px) {
  #sec3 .date ul li + li {
    margin-top: 1.7777777778vw;
  }
}
#sec3 .line4 {
  width: 78.6666666667vw;
  margin: 0 auto 13.3333333333vw;
}
@media screen and (min-width: 901px) {
  #sec3 .line4 {
    width: 26.2222222222vw;
    margin: 0 auto 4.4444444444vw;
  }
}
#sec3 .place .place_wrap {
  width: fit-content;
  margin: 0 auto;
}
#sec3 .place a.txt1 {
  font-size: 4.2666666667vw;
  color: #242e7c;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media screen and (min-width: 901px) {
  #sec3 .place a.txt1 {
    font-size: 1.2777777778vw;
  }
}
#sec3 .place a.txt1 img {
  width: 3.7333333333vw;
  display: inline;
  margin-bottom: -1.3333333333vw;
  margin-left: 1.3333333333vw;
}
@media screen and (min-width: 901px) {
  #sec3 .place a.txt1 img {
    width: 1.2444444444vw;
    margin-bottom: -0.4444444444vw;
    margin-left: 0.4444444444vw;
  }
}
#sec3 .place .txt1 {
  font-size: 4.2666666667vw;
  margin-bottom: 4.2666666667vw;
}
@media screen and (min-width: 901px) {
  #sec3 .place .txt1 {
    font-size: 1.2777777778vw;
    margin-bottom: 1.4222222222vw;
  }
}
#sec3 .place .txt2 {
  font-size: 3.4666666667vw;
  line-height: 1.5384615385;
}
@media screen and (min-width: 901px) {
  #sec3 .place .txt2 {
    font-size: 1.0381944444vw;
  }
}
#sec3 .place .txt2 + .txt2 {
  margin-top: 2.1333333333vw;
}
@media screen and (min-width: 901px) {
  #sec3 .place .txt2 + .txt2 {
    margin-top: 0.7111111111vw;
  }
}
#sec3 .place .txt_last {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 901px) {
  #sec3 .place .txt_last {
    margin-bottom: 3.5555555556vw;
  }
}
#sec3 .event_page {
  background-color: #242e7c;
  width: 64vw;
  line-height: 17.0666666667vw;
  border-radius: 100vw;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  font-size: 5.3333333333vw;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 901px) {
  #sec3 .event_page {
    width: 19.1666666667vw;
    line-height: 5.1111111111vw;
    font-size: 1.5972222222vw;
  }
}

/* footer
===================================================== */
.footer {
  position: relative;
  z-index: 5;
  padding: 28.8vw 0 16vw;
  background-color: #99cbf1;
  border-radius: 100vw 100vw 0 0;
  margin-top: -53.3333333333vw;
}
@media screen and (min-width: 901px) {
  .footer {
    padding: 9.6vw 0 5.3333333333vw;
    margin-top: -17.7777777778vw;
  }
}
.footer .illust1 {
  width: 29.3333333333vw;
  position: absolute;
  top: -17.0666666667vw;
  left: 34.6666666667vw;
  transform: translateX(-50%);
}
@media screen and (min-width: 901px) {
  .footer .illust1 {
    width: 9.7777777778vw;
    top: -5.6888888889vw;
    left: 11.5555555556vw;
  }
}
@media screen and (min-width: 901px) {
  .footer {
    padding: 8.1944444444vw 0 4.5138888889vw;
  }
}
@media screen and (min-width: 901px) and (min-width: 901px) {
  .footer {
    padding: 10.4888888889vw 0 5.7777777778vw;
  }
}
.footer .footer_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6.6666666667vw;
  margin: 0 auto 14.9333333333vw;
}
@media screen and (min-width: 901px) {
  .footer .footer_sns {
    gap: 2.6666666667vw;
    margin: 0 auto 4.9777777778vw;
  }
}
.footer .footer_sns li:nth-child(1) {
  width: 6.1333333333vw;
}
@media screen and (min-width: 901px) {
  .footer .footer_sns li:nth-child(1) {
    width: 2.0444444444vw;
  }
}
.footer .footer_sns li:nth-child(2) {
  width: 5.3333333333vw;
}
@media screen and (min-width: 901px) {
  .footer .footer_sns li:nth-child(2) {
    width: 1.7777777778vw;
  }
}
.footer .footer_sns li:nth-child(3) {
  width: 7.4666666667vw;
}
@media screen and (min-width: 901px) {
  .footer .footer_sns li:nth-child(3) {
    width: 2.4888888889vw;
  }
}
.footer .footer_logo {
  width: 49.8666666667vw;
  margin: 0 auto 10.6666666667vw;
}
@media screen and (min-width: 901px) {
  .footer .footer_logo {
    width: 18.6666666667vw;
    margin: 0 auto 4.4444444444vw;
  }
}
.footer .copyright {
  color: #ffffff;
  font-size: 2.1333333333vw;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .footer .copyright {
    font-size: 0.7986111111vw;
    margin: 0 auto;
  }
}

/* スワイパー共通
===================================================== */
.swiper-container {
  overflow: hidden;
}

.skewAnim {
  transform-origin: center;
  will-change: transform;
}

.lead_swiper .swiper-slide img {
  border-radius: 16vw;
}
@media screen and (min-width: 901px) {
  .lead_swiper .swiper-slide img {
    border-radius: 5.3333333333vw;
  }
}

.item_swiper .swiper-slide img {
  border-radius: 5.3333333333vw;
}
@media screen and (min-width: 901px) {
  .item_swiper .swiper-slide img {
    border-radius: 1.7777777778vw;
  }
}

.fixed_swiper .slide-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.fixed_swiper .swiper-slide-bounce .slide-inner {
  animation: pyokon 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform-origin: center;
}

@keyframes pyokon {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* スワイパー矢印調整
===================================================== */
.item_swiper {
  position: relative;
}

.item_swiper .swiper-button-next::after,
.item_swiper .swiper-button-prev::after {
  display: none;
}

.item_swiper .swiper-button-prev,
.item_swiper .swiper-button-next {
  width: 13.3333333333vw;
  height: 13.3333333333vw;
}
@media screen and (min-width: 901px) {
  .item_swiper .swiper-button-prev,
  .item_swiper .swiper-button-next {
    width: 3.9930555556vw;
    height: 3.9930555556vw;
  }
}

.item_swiper .swiper-button-prev img,
.item_swiper .swiper-button-next img {
  width: 100%;
  height: auto;
}

.item_swiper .swiper-button-prev {
  top: 50%;
  left: 4vw;
}
@media screen and (min-width: 901px) {
  .item_swiper .swiper-button-prev {
    left: 1.1979166667vw;
  }
}

.item_swiper .swiper-button-next {
  right: 4vw;
}
@media screen and (min-width: 901px) {
  .item_swiper .swiper-button-next {
    right: 1.1979166667vw;
  }
}

.item_swiper .swiper-slide:hover {
  opacity: 1;
}

/* totop
===================================================== */
.bottom_btn {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 100;
}

.bottom_btn__list {
  display: flex;
  gap: 3.2vw;
  margin-bottom: 2.6666666667vw;
  /* デフォルトは非表示 & 少し下にいる状態 */
  opacity: 0;
  pointer-events: none;
}

.bottom_btn__list li {
  list-style: none;
}

.bottom_btn__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.2vw;
  height: 11.2vw;
  border-radius: 100vw;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

/* JSでこのクラスが付いた時だけ表示 & ポヨンアニメーション */
.bottom_btn__list.isOpen {
  opacity: 1;
  pointer-events: auto;
}

.bottom_btn__list.isOpen li {
  animation: popIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

/* アイコンごとに少しずつ遅延をつけて順番にポヨンと出す */
.bottom_btn__list.isOpen li:nth-child(1) {
  animation-delay: 0s;
}

.bottom_btn__list.isOpen li:nth-child(2) {
  animation-delay: 0.06s;
}

.bottom_btn__list.isOpen li:nth-child(3) {
  animation-delay: 0.12s;
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.3);
  }
  60% {
    opacity: 1;
    transform: translateY(-6px) scale(1.15);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* 閉じる時は上に戻りながらフェードアウト */
.bottom_btn__list.isClosing li {
  animation: popOut 0.3s ease-in both;
}

@keyframes popOut {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(15px) scale(0.5);
  }
}
/* ==========================
     下段のボタン行(Follow/Close + 矢印)
     ========================== */
.bottom_btn__btns {
  display: flex;
  gap: 1.3333333333vw;
}

.bottom_btn__toggle {
  position: relative;
  width: 27.7333333333vw;
  height: 10.6666666667vw;
  border: none;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  background: #fff;
  color: #5B84C4;
  font-weight: bold;
  font-size: 5.3333333333vw;
  letter-spacing: 0.05em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.bottom_btn__toggle span {
  position: absolute;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.bottom_btn__toggle .txtFollow {
  transform: translateY(0);
  opacity: 1;
}

.bottom_btn__toggle .txtClose {
  transform: translateY(20px);
  opacity: 0;
}

/* isOpenがついたらテキストを入れ替える */
.bottom_btn__toggle.isOpen .txtFollow {
  transform: translateY(-20px);
  opacity: 0;
}

.bottom_btn__toggle.isOpen .txtClose {
  transform: translateY(0);
  opacity: 1;
}

.totop {
  width: 12.2666666667vw;
  height: 10.6666666667vw;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  background: #5B84C4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  flex-shrink: 0;
}
.totop img {
  width: 4.2666666667vw;
}

@media screen and (min-width: 901px) {
  .totop_btn a {
    position: fixed;
    right: 2.0833333333vw;
    bottom: 2.0833333333vw;
    width: 3.6111111111vw;
    height: 3.6111111111vw;
    border-radius: 0.6944444444vw;
    background: #5B84C4;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 901px) {
  .totop_btn img {
    width: 1.3888888889vw;
  }
}

/* アニメーション ===================================================== */
.txt_tate {
  overflow: hidden;
}

.txt_yoko {
  overflow: hidden;
}

.up_text p {
  overflow: hidden;
}

.up_text p span {
  display: inline-block;
  will-change: transform;
}

.rotate {
  animation: rotation 14s linear infinite;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.slapstick-jump {
  transform-origin: 50% 88%;
  /* 足元を軸にすることで着地感が出ます */
  animation: slapJump 1.6s linear infinite;
}

@keyframes slapJump {
  0% {
    transform: translateY(0) rotate(0deg) scale(1, 1);
  }
  8% {
    transform: translateY(6px) rotate(-2deg) scale(1.05, 1);
  }
  /* crouch squash */
  12% {
    transform: translateY(-28px) rotate(8deg) scale(0.86, 1.1);
  }
  /* launch stretch */
  28% {
    transform: translateY(-40px) rotate(-6deg) scale(0.95, 1.05);
  }
  /* peak, little wobble */
  32% {
    transform: translateY(-10px) rotate(4deg) scale(1.05, 0.95);
  }
  /* falling */
  42% {
    transform: translateY(4px) rotate(-3deg) scale(1.1, 0.94);
  }
  /* impact squash（強め） */
  60% {
    transform: translateY(-14px) rotate(3deg) scale(0.95, 1.1);
  }
  80% {
    transform: translateY(0) rotate(0deg) scale(1, 1);
  }
  100% {
    transform: translateY(0) rotate(0deg) scale(1, 1);
  }
}
.yurayura-happy {
  transform-origin: 50% 90%;
  animation: yurayuraHappy 2s ease-in-out infinite;
}

@keyframes yurayuraHappy {
  0% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  15% {
    transform: translateX(-8px) translateY(-2px) rotate(-7deg);
  }
  30% {
    transform: translateX(0) translateY(-6px) rotate(0deg);
  }
  45% {
    transform: translateX(8px) translateY(-2px) rotate(7deg);
  }
  60% {
    transform: translateX(0) translateY(-6px) rotate(0deg);
  }
  75% {
    transform: translateX(-6px) translateY(-1px) rotate(-5deg);
  }
  90% {
    transform: translateX(3px) translateY(0) rotate(2deg);
  }
  100% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
}
.jumpsmooth {
  transform-origin: 50% 90%;
  animation: slapJumpSmooth 1.2s ease-in-out infinite;
}

@keyframes slapJumpSmooth {
  0% {
    transform: translateY(0) rotate(0deg) scale(1, 1);
  }
  10% {
    transform: translateY(8px) rotate(-2deg) scale(1.05, 0.86);
  }
  /* crouch squash */
  25% {
    transform: translateY(-10px) rotate(6deg) scale(0.92, 1.1);
  }
  /* launch stretch */
  40% {
    transform: translateY(-5px) rotate(2deg) scale(1.02, 0.98);
  }
  /* falling */
  50% {
    transform: translateY(3px) rotate(-2deg) scale(1.12, 0.88);
  }
  /* impact squash（ゆるめ） */
  62% {
    transform: translateY(-8px) rotate(1deg) scale(0.95, 1.06);
  }
  /* リバウンド1回目 */
  78% {
    transform: translateY(1px) rotate(-0.5deg) scale(1.03, 0.98);
  }
  /* リバウンド2回目（弱め） */
  100% {
    transform: translateY(0) rotate(0deg) scale(1, 1);
  }
}
.character {
  animation: flipOnly 3s steps(1, jump-end) infinite;
}

@keyframes flipOnly {
  0% {
    transform: scaleX(1);
  }
  /* 正面 */
  50% {
    transform: scaleX(-1);
  }
  /* 瞬時に反転 */
  100% {
    transform: scaleX(1);
  }
  /* 瞬時に元へ */
}
.yurayura-excited {
  transform-origin: 50% 90%;
  animation: yurayuraExcited 5s ease-in-out infinite;
}

@keyframes yurayuraExcited {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  20% {
    transform: translateX(-6px) rotate(-4deg);
  }
  40% {
    transform: translateX(7px) rotate(4deg);
  }
  60% {
    transform: translateX(-6px) rotate(-4deg);
  }
  80% {
    transform: translateX(7px) rotate(4deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}
.yurayura-excited2 {
  transform-origin: 50% 90%;
  animation: yurayuraExcited2 5s ease-in-out infinite;
}

@keyframes yurayuraExcited2 {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  20% {
    transform: translateX(6px) rotate(4deg);
  }
  40% {
    transform: translateX(-7px) rotate(-4deg);
  }
  60% {
    transform: translateX(6px) rotate(4deg);
  }
  80% {
    transform: translateX(-7px) rotate(-4deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}
.scroll_bounce {
  animation: bounce 2s linear infinite;
}

@keyframes bounce {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(0, -5px);
  }
  20% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(0, -5px);
  }
  40% {
    transform: translate(0, 0);
  }
}/*# sourceMappingURL=style.css.map */