@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: YakuHanJPs, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.08em;
  margin: 0 auto;
  transition: all 1s ease 1s;
  background-color: transparent;
  color: #ffffff;
  position: relative;
  overflow-x: hidden;
  background-color: #4A42AB;
}

body {
  overflow-x: hidden;
}

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

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

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

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

/* font
===================================================== */
.en_1 {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ja_1 {
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.ja_2 {
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.ja_3 {
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

/* loading ===================================================== */
/* ローディング ===================================================== */
#loading,
#loading_2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4A42AB;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loading_img {
  width: 52.2666666667vw;
}
@media screen and (min-width: 769px) {
  .loading_img {
    width: min(31.4814814815vw, 340px);
  }
}

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

/* 装飾 ===================================================== */
.page_img {
  position: relative;
  z-index: 5;
}
.page_img img {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .page_img img {
    position: fixed;
  }
}
.page_img :nth-child(1) {
  width: 17.8666666667vw;
  top: 6.4vw;
  left: 5.6vw;
}
@media screen and (min-width: 769px) {
  .page_img :nth-child(1) {
    width: 7.3611111111%;
    top: 4.8780487805%;
    left: 3.4722222222%;
  }
}
.page_img :nth-child(2) {
  width: 18.2666666667vw;
  top: 14.9333333333vw;
  right: 3.0666666667vw;
}
@media screen and (min-width: 769px) {
  .page_img :nth-child(2) {
    width: 7.0833333333%;
    top: 7.3170731707%;
    right: 2.7777777778%;
  }
}
.page_img :nth-child(3) {
  width: 24vw;
  top: 115.2vw;
  right: 0vw;
}
@media screen and (min-width: 769px) {
  .page_img :nth-child(4) {
    width: 11.1111111111%;
    top: auto;
    bottom: 3.6585365854%;
    right: 1.7361111111%;
  }
}
.page_img :nth-child(5) {
  width: 25.8666666667vw;
  top: 152.8vw;
  left: 3.4666666667vw;
}
@media screen and (min-width: 769px) {
  .page_img :nth-child(5) {
    width: 11.1111111111%;
    top: auto;
    bottom: 4.8780487805%;
    left: 2.7777777778%;
  }
}

.line1 {
  width: 100%;
  height: 0.5333333333vw;
  background-color: #4A42AB;
}
@media screen and (min-width: 769px) {
  .line1 {
    height: min(0.2777777778vw, 3px);
  }
}

.line2 {
  position: relative;
  width: 100%;
  z-index: 1;
}

.marker {
  width: fit-content;
  background: linear-gradient(transparent 60%, #FFE8B9 60%);
}

/* h1 ===================================================== */
h1 {
  position: absolute;
  left: -9999px;
}

/* btn ===================================================== */
.btn_1 {
  position: relative;
  width: 66.6666666667vw;
  margin: 0 auto;
  line-height: 13.8666666667vw;
  border-radius: 100vw;
  letter-spacing: 0.16em;
  text-align: center;
  transition: all 0.6s;
  background-color: #4A42AB;
}
@media screen and (min-width: 769px) {
  .btn_1 {
    width: min(27.7777777778vw, 300px);
    line-height: min(5.5555555556vw, 60px);
  }
}
.btn_1 a {
  color: #ffffff;
}
.btn_1:hover {
  opacity: 0.6;
  transition: all 0.6s;
  cursor: pointer;
}

.btn_1.en_1 {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .btn_1.en_1 {
    font-size: min(1.4814814815vw, 16px);
  }
}

/* header ===================================================== */
header .fv {
  position: relative;
  height: 100vh;
}
header .fv .fv_img {
  position: relative;
  height: 100vh;
}
header .fv .fv_img img.scale1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .fv .fv_img::after {
  content: "";
  display: block;
  width: 94.6666666667%;
  height: 96.7741935484%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: #4A42AB solid 2.1333333333vw;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  header .fv .fv_img::after {
    width: 97.2222222222%;
    height: 95.1219512195%;
    border: #4A42AB solid min(0.9259259259vw, 10px);
  }
}
header .fv .fv_img .scale1.speed1 {
  transform: scale(1.06);
}
header .fv .fv_img .fv_deco img {
  position: absolute;
}
header .fv .fv_img .fv_deco :nth-child(1) {
  width: 16.96vw;
  top: 10.1333333333vw;
  left: 10.1333333333vw;
}
@media screen and (min-width: 769px) {
  header .fv .fv_img .fv_deco :nth-child(1) {
    width: 7.6388888889%;
    top: 9.756097561%;
    left: 12.1527777778%;
  }
}
header .fv .fv_img .fv_deco :nth-child(2) {
  width: 24vw;
  bottom: 9.0666666667vw;
  right: 7.4666666667vw;
}
@media screen and (min-width: 769px) {
  header .fv .fv_img .fv_deco :nth-child(2) {
    width: 11.1111111111%;
    bottom: 20.7317073171%;
    right: 11.8055555556%;
  }
}
header .fv .fv_logo :nth-child(1) {
  width: 52.2666666667vw;
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  mix-blend-mode: multiply;
}
@media screen and (min-width: 769px) {
  header .fv .fv_logo :nth-child(1) {
    transform: translate(-50%, -50%);
    width: min(31.4814814815vw, 340px);
  }
}
header .fv .fv_logo :nth-child(2) {
  width: 52.2666666667vw;
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}
@media screen and (min-width: 769px) {
  header .fv .fv_logo :nth-child(2) {
    transform: translate(-50%, -50%);
    width: min(31.4814814815vw, 340px);
  }
}
header .fv .scroll_btn {
  color: #ffffff;
  text-align: center;
  font-size: 3.7333333333vw;
  position: absolute;
  bottom: 10.6666666667vw;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 0 0 10px rgba(139, 109, 63, 0.4);
}
@media screen and (min-width: 769px) {
  header .fv .scroll_btn {
    font-size: 16px;
    top: 90vh;
    bottom: auto;
  }
}
header .fv .scroll_btn:hover {
  cursor: pointer;
}
header .lead {
  padding: 24vw 0 16vw;
  text-align: center;
  font-size: 3.4666666667vw;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  header .lead {
    padding: min(12.5vw, 200px) 0 min(20.8333333333vw, 200px);
    font-size: min(1.2962962963vw, 14px);
    line-height: 2.2666666667;
  }
}
header .lead p + p {
  margin-top: 6.9333333333vw;
}
@media screen and (min-width: 769px) {
  header .lead p + p {
    margin-top: min(1.8518518519vw, 20px);
  }
}
header .schedule {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  header .schedule {
    display: flex;
    justify-content: center;
    overflow-x: visible;
    width: min(92.5925925926vw, 1000px);
    column-gap: min(7.4074074074vw, 80px);
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
header .schedule .sche_1_wrap {
  position: relative;
  padding-top: 23.2vw;
  margin-bottom: 14.9333333333vw;
}
@media screen and (min-width: 769px) {
  header .schedule .sche_1_wrap {
    padding-top: 0;
    margin-bottom: 0;
  }
}
header .schedule .sche_1_wrap .sche_ttl {
  position: absolute;
  top: 0;
  right: -15.7333333333vw;
}
@media screen and (min-width: 769px) {
  header .schedule .sche_1_wrap .sche_ttl {
    top: max(-9.2592592593vw, -100px);
    right: max(-35.1851851852vw, -380px);
  }
}
header .schedule .sche_1_wrap .sche_ttl p {
  position: absolute;
  letter-spacing: 0.1em;
  z-index: 2;
  font-size: 6.9333333333vw;
  top: 16vw;
  left: 26.6666666667vw;
}
@media screen and (min-width: 769px) {
  header .schedule .sche_1_wrap .sche_ttl p {
    font-size: min(2.8888888889vw, 31.2px);
    top: min(6.8518518519vw, 74px);
    left: min(12.5vw, 135px);
  }
}
header .schedule .sche_1_wrap .sche_ttl img {
  position: relative;
  z-index: 1;
  width: 86.4vw;
}
@media screen and (min-width: 769px) {
  header .schedule .sche_1_wrap .sche_ttl img {
    width: min(36vw, 388.8px);
  }
}
header .schedule .sche_1 {
  color: #4A42AB;
  width: 88vw;
  height: 61.0666666667vw;
  margin: 0 auto;
  background-image: url(../images/bg9.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  header .schedule .sche_1 {
    width: min(41.2962962963vw, 446px);
    height: min(25.9259259259vw, 280px);
    background-image: url(../images/bg9_pc.png);
  }
}
header .schedule .sche_1 .sche_sub_ttl :nth-child(1) {
  padding-top: 17.3333333333vw;
}
@media screen and (min-width: 769px) {
  header .schedule .sche_1 .sche_sub_ttl :nth-child(1) {
    padding-top: min(7.2592592593vw, 78.4px);
  }
}
header .schedule .sche_1 .sche_sub_ttl :nth-child(2) {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  header .schedule .sche_1 .sche_sub_ttl :nth-child(2) {
    margin-top: min(0.9259259259vw, 10px);
  }
}
header .schedule .sche_1 .sche_date {
  margin: 8vw auto 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  header .schedule .sche_1 .sche_date {
    margin: min(2.7777777778vw, 30px) auto min(5.0925925926vw, 55px);
  }
}
header .schedule .sche_2_wrap {
  position: relative;
  padding-top: 5.3333333333vw;
}
header .schedule .sche_2_wrap .sche_2_img {
  width: 22.9333333333vw;
  position: absolute;
  top: 0;
  left: 1.6vw;
}
@media screen and (min-width: 769px) {
  header .schedule .sche_2_wrap .sche_2_img {
    width: min(11.1111111111vw, 120px);
    top: min(12.962962963vw, 140px);
    left: max(-2.7777777778vw, -30px);
  }
}
header .schedule .sche_2 {
  color: #4A42AB;
  width: 88vw;
  height: 82.6666666667vw;
  margin: 0 auto;
  background-image: url(../images/bg2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  header .schedule .sche_2 {
    width: min(36.6666666667vw, 396px);
    height: min(34.4444444444vw, 372px);
    margin: min(11.1111111111vw, 120px) auto 0;
  }
}
header .schedule .sche_2 .sche_sub_ttl :nth-child(1) {
  padding-top: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  header .schedule .sche_2 .sche_sub_ttl :nth-child(1) {
    padding-top: min(5.5555555556vw, 60px);
  }
}
header .schedule .sche_2 .sche_sub_ttl :nth-child(2) {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  header .schedule .sche_2 .sche_sub_ttl :nth-child(2) {
    margin-top: min(0.9259259259vw, 10px);
  }
}
header .schedule .sche_2 .sche_date {
  margin: 5.3333333333vw auto 8vw;
}
@media screen and (min-width: 769px) {
  header .schedule .sche_2 .sche_date {
    margin: min(2.2222222222vw, 24px) auto min(3.3333333333vw, 36px);
  }
}
header .schedule .notice_wrap {
  position: relative;
  color: #4A42AB;
  width: 88vw;
  height: 32vw;
  margin: 5.3333333333vw auto 0;
  background-image: url(../images/img9.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 1.625;
  font-size: 3.4666666667vw;
  padding-top: 14.4vw;
}
@media screen and (min-width: 769px) {
  header .schedule .notice_wrap {
    width: min(40.7407407407vw, 440px);
    height: min(14.8148148148vw, 160px);
    margin: max(-18.5185185185vw, -200px) auto min(4.2592592593vw, 46px) 0;
    font-size: min(1.3888888889vw, 15px);
    padding-top: min(7.4074074074vw, 80px);
    line-height: 1.75;
  }
}
header .schedule .sche_sub_ttl :nth-child(1) {
  font-size: 8vw;
}
@media screen and (min-width: 769px) {
  header .schedule .sche_sub_ttl :nth-child(1) {
    font-size: min(3.3333333333vw, 36px);
  }
}
header .schedule .sche_sub_ttl :nth-child(2) {
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  header .schedule .sche_sub_ttl :nth-child(2) {
    font-size: min(1.2962962963vw, 14px);
  }
}
header .schedule .sche_date {
  width: fit-content;
  background: linear-gradient(transparent 60%, #FFE8B9 60%);
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  header .schedule .sche_date {
    font-size: min(1.7777777778vw, 19.2px);
  }
}
header .schedule .sche_date span {
  font-size: 7.4666666667vw;
}
@media screen and (min-width: 769px) {
  header .schedule .sche_date span {
    font-size: min(3.1111111111vw, 33.6px);
  }
}
header .schedule .sche_cd {
  position: relative;
  width: 69.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  header .schedule .sche_cd {
    width: min(28.8888888889vw, 312px);
  }
}
header .schedule .sche_cd .sche_cd_ttl img {
  width: 41.6vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  header .schedule .sche_cd .sche_cd_ttl img {
    width: min(17.5925925926vw, 190px);
  }
}
header .schedule .sche_cd .sche_cd_ttl p {
  margin: 8vw auto 6.9333333333vw;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 769px) {
  header .schedule .sche_cd .sche_cd_ttl p {
    margin: min(3.7037037037vw, 40px) auto min(3.1481481481vw, 34px);
    font-size: min(1.4444444444vw, 15.6px);
  }
}
header .schedule .sche_cd_txt {
  font-size: 9.0666666667vw;
  margin-bottom: 5.8666666667vw;
}
@media screen and (min-width: 769px) {
  header .schedule .sche_cd_txt {
    font-size: min(3.5555555556vw, 38.4px);
    margin-bottom: min(2.7777777778vw, 30px);
  }
}
header .schedule .sche_cd_txt span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 1.3333333333vw 0 1.0666666667vw;
}
@media screen and (min-width: 769px) {
  header .schedule .sche_cd_txt span {
    padding: 0 min(0.9259259259vw, 10px) 0 min(0.7407407407vw, 8px);
  }
}
header .schedule .sche_cd_txt .days {
  position: relative;
}
header .schedule .sche_cd_txt .days::before {
  content: "Days";
  display: block;
  position: absolute;
  top: -3.7333333333vw;
  left: 3.2vw;
  font-size: 0.3em;
}
@media screen and (min-width: 769px) {
  header .schedule .sche_cd_txt .days::before {
    top: max(-1.4814814815vw, -16px);
    left: min(1.6666666667vw, 18px);
  }
}
header .schedule .sche_cd_txt .hours {
  position: relative;
}
header .schedule .sche_cd_txt .hours::before {
  content: "Hours";
  display: block;
  position: absolute;
  top: -3.7333333333vw;
  left: 1.8666666667vw;
  font-size: 0.3em;
}
@media screen and (min-width: 769px) {
  header .schedule .sche_cd_txt .hours::before {
    top: max(-1.4814814815vw, -16px);
    left: min(1.1111111111vw, 12px);
  }
}
header .schedule .sche_cd_txt .minutes {
  position: relative;
}
header .schedule .sche_cd_txt .minutes::before {
  content: "Minutes";
  display: block;
  position: absolute;
  top: -3.7333333333vw;
  left: 1.0666666667vw;
  font-size: 0.3em;
}
@media screen and (min-width: 769px) {
  header .schedule .sche_cd_txt .minutes::before {
    top: max(-1.4814814815vw, -16px);
    left: min(0.7407407407vw, 8px);
  }
}
header .schedule .sche_cd_txt .seconds {
  position: relative;
}
header .schedule .sche_cd_txt .seconds::before {
  content: "Seconds";
  display: block;
  position: absolute;
  top: -3.7333333333vw;
  left: 1.0666666667vw;
  font-size: 0.3em;
}
@media screen and (min-width: 769px) {
  header .schedule .sche_cd_txt .seconds::before {
    top: max(-1.4814814815vw, -16px);
    left: min(0.7407407407vw, 8px);
  }
}
header .schedule .sche_txt {
  width: 69.3333333333vw;
  margin: 0 auto;
  line-height: 1.5384615385;
}
@media screen and (min-width: 769px) {
  header .schedule .sche_txt {
    width: min(28.7037037037vw, 310px);
  }
}
header .schedule .sche_txt :nth-child(2) {
  font-size: 3.4666666667vw;
  margin: 5.8666666667vw auto 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  header .schedule .sche_txt :nth-child(2) {
    font-size: min(1.2962962963vw, 14px);
    margin: min(2.4074074074vw, 26px) auto min(1.1111111111vw, 12px);
  }
}
header .schedule .sche_txt :nth-child(3) {
  font-size: 3.2vw;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  header .schedule .sche_txt :nth-child(3) {
    font-size: min(1.2037037037vw, 13px);
  }
}
header .schedule .sche_txt :nth-child(3) a {
  display: inline;
  text-decoration: underline;
  white-space: nowrap;
  position: relative;
  z-index: 100;
}

/* main ===================================================== */
main {
  padding: 5.3333333333vw 0;
}
@media screen and (min-width: 769px) {
  main {
    padding: min(18.5185185185vw, 200px) 0 min(18.5185185185vw, 200px);
  }
}
main .ttl h2 {
  text-align: center;
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  main .ttl h2 {
    font-size: min(1.2962962963vw, 14px);
  }
}
main .lead {
  text-align: center;
  font-size: 3.4666666667vw;
  line-height: 1.6923076923;
}
@media screen and (min-width: 769px) {
  main .lead {
    font-size: min(1.3888888889vw, 15px);
  }
}
main .profile {
  width: 100%;
  background-color: #CD4424;
  margin: 37.3333333333vw auto 0;
  position: relative;
  padding-bottom: 117.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .profile {
    margin: min(22.2222222222vw, 240px) auto 0;
    padding-bottom: min(111.1111111111vw, 1200px);
  }
}
main .profile .prof_bg1 {
  display: flex;
  flex-wrap: nowrap;
  transform: rotate(-10deg) translate(-10%, -80%);
}
@media screen and (min-width: 769px) {
  main .profile .prof_bg1 {
    transform: rotate(-10deg) translate(-10%, max(-27.7777777778vw, -300px));
  }
}
main .profile .prof_bg1 img {
  width: 112vw;
  transform: scale(1.001);
}
@media screen and (min-width: 769px) {
  main .profile .prof_bg1 img {
    width: min(111.1111111111vw, 1200px);
  }
}
main .profile .deco1 {
  width: 44vw;
  position: absolute;
  top: -36vw;
  right: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .profile .deco1 {
    width: min(23.1481481481vw, 250px);
    top: max(-31.9444444444vw, -345px);
    right: 22.2222222222vw;
  }
}
main .profile .prof_wrap {
  margin: -48vw auto 0;
}
@media screen and (min-width: 769px) {
  main .profile .prof_wrap {
    margin: max(-50.9259259259vw, -550px) auto max(-51.8518518519vw, -560px);
  }
}
main .profile .prof_wrap .prof_ttl {
  position: relative;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .profile .prof_wrap .prof_ttl {
    margin-bottom: min(9.2592592593vw, 100px);
  }
}
main .profile .prof_wrap .prof_ttl img {
  width: 65.3333333333vw;
  margin: 0 auto -2.6666666667vw 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .profile .prof_wrap .prof_ttl img {
    width: min(36.1111111111vw, 390px);
    margin: 0 auto;
  }
}
main .profile .prof_wrap .prof_ttl h2 {
  font-size: 3.2vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  main .profile .prof_wrap .prof_ttl h2 {
    font-size: min(1.2962962963vw, 14px);
  }
}
main .profile .prof_wrap .prof_info_wrap {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  main .profile .prof_wrap .prof_info_wrap {
    display: flex;
    width: min(77.7777777778vw, 840px);
    margin: 0 auto;
    justify-content: space-between;
  }
}
main .profile .prof_wrap .prof_img {
  width: 53.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main .profile .prof_wrap .prof_img {
    width: min(29.6296296296vw, 320px);
  }
}
@media screen and (min-width: 769px) {
  main .profile .prof_wrap .prof_right {
    width: min(42.5925925926vw, 460px);
    padding-top: min(1.8518518519vw, 20px);
  }
}
main .profile .prof_wrap .prof_info {
  text-align: center;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  main .profile .prof_wrap .prof_info {
    margin-bottom: min(2.7777777778vw, 30px);
  }
}
main .profile .prof_wrap .prof_info .prof_name {
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 769px) {
  main .profile .prof_wrap .prof_info .prof_name {
    margin-bottom: min(2.2222222222vw, 24px);
    display: flex;
    align-items: center;
    gap: min(2.5vw, 27px);
  }
}
main .profile .prof_wrap .prof_info .prof_name :nth-child(1) {
  font-size: 8vw;
  letter-spacing: 0;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .profile .prof_wrap .prof_info .prof_name :nth-child(1) {
    font-size: min(3.8888888889vw, 42px);
    margin-bottom: min(0vw, 0px);
  }
}
main .profile .prof_wrap .prof_info .prof_name :nth-child(2) {
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  main .profile .prof_wrap .prof_info .prof_name :nth-child(2) {
    font-size: min(1.2962962963vw, 14px);
  }
}
main .profile .prof_wrap .prof_info a {
  width: 6.4vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main .profile .prof_wrap .prof_info a {
    width: min(2.5925925926vw, 28px);
    margin: 0 auto 0 0;
  }
}
main .profile .prof_wrap .prof_txt {
  width: 81.3333333333vw;
  margin: 0 auto;
  font-size: 3.2vw;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {
  main .profile .prof_wrap .prof_txt {
    width: min(42.5925925926vw, 460px);
    font-size: min(1.2962962963vw, 14px);
  }
}
main .profile .prof_wrap .prof_txt p + p {
  margin-top: 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  main .profile .prof_wrap .prof_txt p + p {
    margin-top: min(0.9259259259vw, 10px);
  }
}
main .profile .prof_wrap .prof_txt :nth-child(2) {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .profile .prof_wrap .prof_txt :nth-child(2) {
    margin-bottom: min(1.8518518519vw, 20px);
  }
}
main .profile .prof_wrap .accordion {
  position: relative;
  z-index: 10;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  main .profile .prof_wrap .accordion {
    margin-bottom: min(4.6296296296vw, 50px);
  }
}
main .profile .prof_wrap .accordion .accordion-header {
  position: relative;
  z-index: 10;
  font-size: 4.2666666667vw;
  color: #ffffff;
  margin: 0;
  padding: 0 0 0 0.5333333333vw;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 1.3333333333vw;
  width: fit-content;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  main .profile .prof_wrap .accordion .accordion-header {
    font-size: min(1.6666666667vw, 18px);
    padding: 0 0 0 min(0.1851851852vw, 2px);
    gap: min(0.462962963vw, 5px);
  }
}
main .profile .prof_wrap .accordion .accordion-icon {
  display: inline-block;
  transition: transform 0.3s ease;
  font-size: 4.2666666667vw;
  color: #CD4424;
  margin-top: 0.5333333333vw;
  background-color: #ffffff;
  width: 4.2666666667vw;
  line-height: 4.2666666667vw;
  border-radius: 100vw;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  main .profile .prof_wrap .accordion .accordion-icon {
    font-size: min(1.6666666667vw, 18px);
    width: min(1.6666666667vw, 18px);
    line-height: min(1.6666666667vw, 18px);
    margin-top: min(0.462962963vw, 5px);
  }
}
main .profile .prof_wrap .accordion .accordion-icon.rotate {
  transform: rotate(45deg);
}
main .profile .prof_wrap .accordion .accordion-panel {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  letter-spacing: 0.08em;
  margin: 3.7333333333vw auto;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  main .profile .prof_wrap .accordion .accordion-panel {
    margin: min(1.8518518519vw, 20px) auto;
  }
}
main .profile .prof_wrap .accordion .accordion-panel.opening,
main .profile .prof_wrap .accordion .accordion-panel.closing {
  transition: max-height 0.4s ease;
}
main .special_art {
  color: #4A42AB;
  width: 107.7333333333vw;
  height: 218.1333333333vw;
  margin: -109.0666666667vw auto 0 -4vw;
  background-image: url(../images/bg12.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  main .special_art {
    width: min(89.3966666667vw, 1072.76px);
    height: min(64.3333333333vw, 772px);
    margin: max(-53.3333333333vw, -640px) auto 0;
    background-image: url(../images/bg12_pc.png);
  }
}
main .special_art .art_area {
  padding: 26.6666666667vw 0 0;
}
@media screen and (min-width: 769px) {
  main .special_art .art_area {
    padding: min(12vw, 144px) 0 0;
    display: flex;
    width: min(69.3333333333vw, 832px);
    gap: min(6.75vw, 81px);
    justify-content: space-between;
    margin: 0 auto;
  }
}
main .special_art .art_area .art_ttl {
  width: 82.6666666667vw;
  display: flex;
  justify-content: space-between;
  gap: 8.8vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main .special_art .art_area .art_ttl {
    width: min(35.9166666667vw, 431px);
    gap: min(3.8333333333vw, 46px);
  }
}
main .special_art .art_area .art_ttl h2 {
  width: 16.8vw;
}
@media screen and (min-width: 769px) {
  main .special_art .art_area .art_ttl h2 {
    width: min(7.5vw, 90px);
  }
}
main .special_art .art_area .art_ttl .art_wrap {
  cursor: pointer;
  position: relative;
  width: 57.0666666667vw;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 769px) {
  main .special_art .art_area .art_ttl .art_wrap {
    width: min(25.1666666667vw, 302px);
  }
}
main .special_art .art_area .art_ttl .art_wrap .plus_img {
  cursor: pointer;
  position: absolute;
  right: 2.1333333333vw;
  bottom: 2.1333333333vw;
  transition: transform 0.3s ease;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  width: 6.9333333333vw;
  height: 6.9333333333vw;
}
@media screen and (min-width: 769px) {
  main .special_art .art_area .art_ttl .art_wrap .plus_img {
    right: min(1.1666666667vw, 14px);
    bottom: min(1.1666666667vw, 14px);
    width: min(2.8333333333vw, 34px);
    height: min(2.8333333333vw, 34px);
  }
}
main .special_art .art_area .art_txt {
  width: 82.6666666667vw;
  margin: 0 auto;
  font-size: 3.2vw;
  line-height: 2;
  padding-top: 9.0666666667vw;
}
@media screen and (min-width: 769px) {
  main .special_art .art_area .art_txt {
    width: min(26.6666666667vw, 320px);
    font-size: min(1.1666666667vw, 14px);
    padding-top: min(11.6666666667vw, 140px);
  }
}
main .special_art .art_area .art_txt p + p {
  margin-top: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  main .special_art .art_area .art_txt p + p {
    margin-top: min(2.5vw, 30px);
  }
}
main .lineup {
  color: #ffffff;
  background-color: #4A42AB;
  position: relative;
  z-index: 8;
  margin: -109.0666666667vw auto;
}
@media screen and (min-width: 769px) {
  main .lineup {
    margin: max(-27.7777777778vw, -300px) auto max(-16.6666666667vw, -180px);
  }
}
main .lineup .bg1 {
  display: flex;
  flex-wrap: nowrap;
  transform: rotate(-10deg) translate(-10%, -80%);
}
@media screen and (min-width: 769px) {
  main .lineup .bg1 {
    transform: rotate(-10deg) translate(-10%, max(-27.7777777778vw, -300px));
  }
}
main .lineup .bg1 img {
  width: 112vw;
  transform: scale(1.001);
}
@media screen and (min-width: 769px) {
  main .lineup .bg1 img {
    width: min(111.1111111111vw, 1200px);
  }
}
main .lineup .bg2 {
  display: flex;
  flex-wrap: nowrap;
  transform: rotate(-10deg) translate(-25%, 80%);
}
@media screen and (min-width: 769px) {
  main .lineup .bg2 {
    transform: rotate(-10deg) translate(-10%, min(27.7777777778vw, 300px));
  }
}
main .lineup .bg2 img {
  width: 112vw;
  transform: scale(1.001);
}
@media screen and (min-width: 769px) {
  main .lineup .bg2 img {
    width: min(111.1111111111vw, 1200px);
  }
}
main .lineup .lineup_wrap {
  margin: 93.3333333333vw 0 -37.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap {
    margin: min(0vw, 0px) 0 max(-41.6666666667vw, -450px);
  }
}
main .lineup .lineup_wrap .lineup_ttl {
  width: 74.6666666667vw;
  height: 21.3333333333vw;
  margin: 0 auto 32vw 16.5333333333vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .lineup_ttl {
    width: min(35.1851851852vw, 380px);
    height: min(10.0925925926vw, 109px);
    margin: 0 auto min(20.3703703704vw, 220px);
  }
}
main .lineup .lineup_wrap .lineup_ttl::after {
  content: "";
  display: block;
  border: solid 1.6vw #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -4.8vw;
  left: -5.0666666667vw;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .lineup_ttl::after {
    border: solid min(1.0185185185vw, 11px) #ffffff;
    top: max(-1.6666666667vw, -18px);
    left: max(-1.8518518519vw, -20px);
  }
}
main .lineup .lineup_wrap .lineup_ttl h2 {
  font-size: 12.2666666667vw;
  text-align: center;
  position: absolute;
  top: 0;
  left: 12vw;
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .lineup_ttl h2 {
    font-size: min(5.8333333333vw, 63px);
    top: min(0.462962963vw, 5px);
    left: min(5.5555555556vw, 60px);
  }
}
main .lineup .lineup_wrap .lineup_ttl img {
  width: 77.3333333333vw;
  height: 24vw;
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .lineup_ttl img {
    width: min(36.3888888889vw, 393px);
    height: min(11.2962962963vw, 122px);
  }
}
main .lineup .lineup_wrap .lineup_ttl p a {
  color: #ffffff;
  font-size: 3.2vw;
  text-align: center;
  margin: 8vw auto 0;
  width: fit-content;
  display: block;
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .lineup_ttl p a {
    font-size: min(1.2962962963vw, 14px);
    margin: min(4.8148148148vw, 52px) auto 0;
  }
}
main .lineup .lineup_wrap .item_wrap {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .item_wrap {
    display: flex;
    box-sizing: border-box;
    width: min(100vw, 1200px);
    justify-content: space-between;
    margin: 0 auto;
    align-items: flex-start;
  }
}
main .lineup .lineup_wrap .item_wrap .item_link {
  color: #ffffff;
  text-align: center;
}
main .lineup .lineup_wrap .item_wrap .item_link:hover {
  opacity: 1;
}
main .lineup .lineup_wrap .item_wrap .item_link .item_slide {
  margin-bottom: 3.2vw;
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .item_wrap .item_link .item_slide {
    margin-bottom: min(2.7777777778vw, 30px);
  }
}
main .lineup .lineup_wrap .item_wrap .item_link .item_slide img {
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .item_wrap .item_link .item_slide img {
    border-radius: min(1.4814814815vw, 16px);
  }
}
main .lineup .lineup_wrap .item_wrap .item_link .item_name {
  font-size: 4vw;
  line-height: 1.4666666667;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .item_wrap .item_link .item_name {
    font-size: min(1.8518518519vw, 20px);
    margin-bottom: min(0.9259259259vw, 10px);
  }
}
main .lineup .lineup_wrap .item_wrap .item_link .item_var {
  font-size: 2.9333333333vw;
  margin-bottom: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .item_wrap .item_link .item_var {
    font-size: min(1.3888888889vw, 15px);
    margin-bottom: min(1.8518518519vw, 20px);
  }
}
main .lineup .lineup_wrap .item_wrap .item_link .item_var span {
  font-size: 0.9em;
}
main .lineup .lineup_wrap .item_wrap .item_link .item_price {
  font-size: 4vw;
  display: flex;
  gap: 5.3333333333vw;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .item_wrap .item_link .item_price {
    font-size: min(1.8518518519vw, 20px);
    gap: min(2.5925925926vw, 28px);
  }
}
main .lineup .lineup_wrap .item_wrap .item_link .item_price :nth-child(2) {
  display: block;
  font-size: 0.86em;
  border: 0.2666666667vw solid #ffffff;
  width: 12.8vw;
  line-height: 5.3333333333vw;
  border-radius: 100vw;
  transition: all 0.3s;
  background-color: #4A42AB;
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .item_wrap .item_link .item_price :nth-child(2) {
    width: min(6.2962962963vw, 68px);
    line-height: min(2.5925925926vw, 28px);
    border: 1px solid #ffffff;
  }
}
main .lineup .lineup_wrap .item_wrap .item_link .item_price :nth-child(2):hover {
  background-color: #ffffff;
  color: #4A42AB;
  transition: all 0.3s;
}
main .lineup .lineup_wrap .item_wrap .item_left,
main .lineup .lineup_wrap .item_wrap .item_right {
  position: relative;
  width: 69.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .item_wrap .item_left,
  main .lineup .lineup_wrap .item_wrap .item_right {
    align-self: flex-start;
    height: auto;
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .item_wrap .item_link {
    position: relative;
    height: auto;
    width: min(33.3333333333vw, 400px);
    margin: 0 auto;
    display: block;
  }
}
main .lineup .lineup_wrap .item_wrap .item_1 {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .item_wrap .item_1 {
    margin: 0 auto 0 min(9vw, 108px);
  }
}
main .lineup .lineup_wrap .item_wrap .deco1 {
  position: absolute;
  z-index: 1;
  width: 16.8vw;
  bottom: 11.7333333333vw;
  right: -12.5333333333vw;
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .item_wrap .deco1 {
    width: min(8.3333333333vw, 100px);
    top: max(-3vw, -36px);
    bottom: auto;
    right: max(-16.6666666667vw, -200px);
  }
}
main .lineup .lineup_wrap .item_wrap .item_2 {
  margin: 13.3333333333vw auto 0 25.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .item_wrap .item_2 {
    margin: min(21.6666666667vw, 260px) min(3.3333333333vw, 40px) 0 auto;
  }
}
main .lineup .lineup_wrap .item_wrap .deco2 {
  position: absolute;
  z-index: 1;
  width: 21.3333333333vw;
  bottom: 10.9333333333vw;
  left: -25.6vw;
  transform: rotate(-20deg);
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .item_wrap .deco2 {
    width: min(10.8333333333vw, 130px);
    bottom: min(6.6666666667vw, 80px);
    left: max(-3.3333333333vw, -40px);
    transform: rotate(-5deg);
  }
}
main .lineup .lineup_wrap .item_wrap .item_3 {
  margin: 13.3333333333vw auto 0 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .item_wrap .item_3 {
    margin: max(-10.8333333333vw, -130px) auto 0 min(1.0833333333vw, 13px);
  }
}
main .lineup .lineup_wrap .item_wrap .item_4 {
  margin: 13.3333333333vw auto 0 16vw;
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .item_wrap .item_4 {
    margin: min(10vw, 120px) min(8.3333333333vw, 100px) 0 auto;
  }
}
main .lineup .lineup_wrap .item_wrap .deco4 {
  position: absolute;
  z-index: 1;
  width: 13.3333333333vw;
  top: -48.5333333333vw;
  right: -8.8vw;
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .item_wrap .deco4 {
    width: min(8vw, 96px);
    top: max(-9.6666666667vw, -116px);
    right: max(-7.5vw, -90px);
  }
}
main .lineup .lineup_wrap .item_wrap .item_5 {
  margin: 13.3333333333vw auto 0 24vw;
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .item_wrap .item_5 {
    margin: max(-8.3333333333vw, -100px) auto 0 min(7.9166666667vw, 95px);
  }
}
main .lineup .lineup_wrap .item_wrap .deco5 {
  position: absolute;
  z-index: 1;
  width: 21.3333333333vw;
  top: -2.4vw;
  left: -16vw;
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .item_wrap .deco5 {
    width: min(12.0833333333vw, 145px);
    top: max(-7.0833333333vw, -85px);
    left: max(-1.75vw, -21px);
  }
}
main .lineup .lineup_wrap .item_wrap .deco5-2 {
  position: absolute;
  z-index: 1;
  width: 13.0666666667vw;
  bottom: 5.3333333333vw;
  left: -25.6vw;
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .item_wrap .deco5-2 {
    width: min(5.8333333333vw, 70px);
    bottom: min(1.3333333333vw, 16px);
    left: max(-7.0833333333vw, -85px);
  }
}
main .lineup .lineup_wrap .item_wrap .item_6 {
  margin: 13.3333333333vw auto 0 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .item_wrap .item_6 {
    margin: min(9.8333333333vw, 118px) min(5.0833333333vw, 61px) 0 auto;
  }
}
main .lineup .lineup_wrap .item_wrap .deco6 {
  position: absolute;
  z-index: 1;
  width: 20.2666666667vw;
  bottom: -1.3333333333vw;
  right: -21.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .item_wrap .deco6 {
    width: min(8.3333333333vw, 100px);
    bottom: min(1.25vw, 15px);
    right: max(-3.0833333333vw, -37px);
  }
}
main .lineup .lineup_wrap .item_wrap .item_7 {
  margin: 13.3333333333vw auto 0 17.8666666667vw;
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .item_wrap .item_7 {
    margin: max(-8vw, -96px) auto 0 min(0vw, 0px);
  }
}
main .lineup .lineup_wrap .item_wrap .item_8 {
  margin: 13.3333333333vw auto 0 25.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .item_wrap .item_8 {
    margin: min(10.25vw, 123px) min(11.3333333333vw, 136px) 0 auto;
  }
}
main .lineup .lineup_wrap .item_wrap .deco8 {
  position: absolute;
  z-index: 1;
  width: 20.9333333333vw;
  top: -30.1333333333vw;
  left: -24vw;
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .item_wrap .deco8 {
    width: min(10vw, 120px);
    bottom: min(0.8333333333vw, 10px);
    left: auto;
    top: auto;
    right: max(-9.1666666667vw, -110px);
  }
}
main .lineup .lineup_wrap .item_wrap .item_9 {
  margin: 13.3333333333vw auto 0 8vw;
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .item_wrap .item_9 {
    margin: max(-2.9166666667vw, -35px) auto 0 min(3.3333333333vw, 40px);
  }
}
main .lineup .lineup_wrap .item_wrap .deco9 {
  position: absolute;
  z-index: 1;
  width: 16.3333333333vw;
  bottom: 4vw;
  right: -22.9333333333vw;
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .item_wrap .deco9 {
    width: min(6.6666666667vw, 80px);
    bottom: min(2.2833333333vw, 27.4px);
    right: max(-1.6666666667vw, -20px);
  }
}
main .lineup .lineup_wrap .item_wrap .item_10 {
  margin: 13.3333333333vw auto 0 22.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .item_wrap .item_10 {
    margin: min(10vw, 120px) min(2.0833333333vw, 25px) 0 auto;
  }
}
main .lineup .lineup_wrap .item_wrap .item_11 {
  margin: 13.3333333333vw auto 0;
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .item_wrap .item_11 {
    margin: max(-4.9166666667vw, -59px) auto 0 min(11.5833333333vw, 139px);
  }
}
main .lineup .lineup_wrap .item_wrap .deco11 {
  position: absolute;
  z-index: 1;
  width: 29.3333333333vw;
  top: -46.1333333333vw;
  left: -14.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .lineup .lineup_wrap .item_wrap .deco11 {
    width: min(15vw, 180px);
    bottom: min(10.8333333333vw, 130px);
    top: auto;
    left: auto;
    right: max(-25.5vw, -306px);
  }
}
main .lineup .all_item {
  position: relative;
  z-index: 5;
  text-align: center;
  width: fit-content;
  margin: 32vw auto 0;
}
@media screen and (min-width: 769px) {
  main .lineup .all_item {
    margin: min(13.3333333333vw, 144px) auto 0;
  }
}
main .lineup .all_item :nth-child(1) {
  position: relative;
  text-align: center;
  color: #ffffff;
  width: 74.6666666667vw;
  height: 20vw;
  line-height: 19.7333333333vw;
  margin: 17.0666666667vw auto 0;
  font-size: 5.3333333333vw;
  background-image: url(../images/img15.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  main .lineup .all_item :nth-child(1) {
    width: min(31.0185185185vw, 335px);
    height: min(8.3333333333vw, 90px);
    line-height: min(8.1481481481vw, 88px);
    font-size: min(2.2222222222vw, 24px);
    margin: min(7.4074074074vw, 80px) auto 0;
  }
}
main .lineup .all_item :nth-child(2) {
  width: 20.2666666667vw;
  position: absolute;
  top: -21.3333333333vw;
  right: 0vw;
}
@media screen and (min-width: 769px) {
  main .lineup .all_item :nth-child(2) {
    width: min(8.3333333333vw, 90px);
    top: max(-9.2592592593vw, -100px);
    right: min(0vw, 0px);
  }
}
main .lineup .all_item :nth-child(3) {
  width: 5.6vw;
  position: absolute;
  top: -4vw;
  left: 8.2666666667vw;
}
@media screen and (min-width: 769px) {
  main .lineup .all_item :nth-child(3) {
    width: min(2.3333333333vw, 25.2px);
    top: max(-1.6666666667vw, -18px);
    left: min(3.462962963vw, 37.4px);
  }
}
main .lineup .all_item :nth-child(4) {
  width: 4vw;
  position: absolute;
  top: -16.8vw;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 769px) {
  main .lineup .all_item :nth-child(4) {
    width: min(1.6666666667vw, 18px);
    top: max(-7.037037037vw, -76px);
  }
}
main .lineup .deco1 {
  width: 38.9333333333vw;
  position: absolute;
  z-index: 1;
  bottom: -42.6666666667vw;
  right: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .lineup .deco1 {
    width: min(17.5925925926vw, 190px);
    bottom: max(-25.9259259259vw, -280px);
    right: min(27.7777777778vw, 300px);
  }
}
main .special_live {
  margin-top: 0;
  background-color: #FFE8B9;
  color: #4A42AB;
  position: relative;
  padding: 101.3333333333vw 0 48vw;
}
@media screen and (min-width: 769px) {
  main .special_live {
    padding: min(14.8148148148vw, 160px) 0 min(35.1851851852vw, 380px);
    margin-top: 0;
  }
}
main .special_live .ttl h2.insta_live_ttl {
  position: relative;
  font-size: 10.1333333333vw;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main .special_live .ttl h2.insta_live_ttl {
    font-size: min(5.1851851852vw, 56px);
  }
}
main .special_live .ttl h2.insta_live_ttl:after {
  content: "";
  display: block;
  width: 100%;
  height: 1.6vw;
  position: absolute;
  left: 0;
  bottom: -2.6666666667vw;
  background-color: #4A42AB;
}
@media screen and (min-width: 769px) {
  main .special_live .ttl h2.insta_live_ttl:after {
    height: min(0.5555555556vw, 6px);
    bottom: max(-1.1111111111vw, -12px);
  }
}
main .special_live .ttl {
  margin-bottom: 14.9333333333vw;
}
main .special_live .ttl img {
  width: 98.6666666667vw;
  margin: 53.3333333333vw auto 6.9333333333vw 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .special_live .ttl img {
    width: min(54.9537037037vw, 593.5px);
    margin: min(40.7407407407vw, 440px) auto min(3.7037037037vw, 40px);
  }
}
@media screen and (min-width: 769px) {
  main .special_live .ttl {
    margin-bottom: min(9.2592592593vw, 100px);
  }
}
main .special_live .archive .ttl {
  margin-top: -5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .special_live .archive .ttl {
    margin-top: max(-7.4074074074vw, -80px);
  }
}
main .special_live .lead {
  position: relative;
}
main .special_live .lead p + p {
  margin-top: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  main .special_live .lead p + p {
    margin-top: min(1.8518518519vw, 20px);
  }
}
main .special_live .lead .present {
  position: relative;
  color: #4A42AB;
  width: 90.9333333333vw;
  height: 27.7333333333vw;
  margin: 8vw auto;
  background-image: url(../images/img33.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  main .special_live .lead .present {
    width: min(45.3703703704vw, 490px);
    height: min(13.7962962963vw, 149px);
    margin: min(4.6296296296vw, 50px) auto min(4.2592592593vw, 46px);
  }
}
main .special_live .lead .present :nth-child(1) {
  font-size: 4vw;
  padding-top: 6.9333333333vw;
}
@media screen and (min-width: 769px) {
  main .special_live .lead .present :nth-child(1) {
    font-size: min(1.6666666667vw, 18px);
    padding-top: min(3.8888888889vw, 42px);
  }
}
main .special_live .lead .present :nth-child(2) {
  position: absolute;
  width: 20vw;
  top: -5.3333333333vw;
  left: -4.8vw;
}
@media screen and (min-width: 769px) {
  main .special_live .lead .present :nth-child(2) {
    width: min(9.2592592593vw, 100px);
    top: max(-2.7777777778vw, -30px);
    left: max(-1.6666666667vw, -18px);
  }
}
main .special_live .lead .present :nth-child(3) {
  position: absolute;
  width: 24.2666666667vw;
  bottom: -2.6666666667vw;
  right: -2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .special_live .lead .present :nth-child(3) {
    width: min(10.0925925926vw, 109px);
    bottom: max(-0.462962963vw, -5px);
    right: max(-0.9259259259vw, -10px);
  }
}
main .special_live .lead img {
  position: absolute;
}
main .special_live .lead .deco1 {
  width: 26.6666666667vw;
  right: -4vw;
  top: -42.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .special_live .lead .deco1 {
    width: min(12.962962963vw, 140px);
    right: min(18.5185185185vw, 200px);
    top: max(-22.2222222222vw, -240px);
  }
}
main .special_live .lead .deco2 {
  width: 20.1066666667vw;
  left: 5.3333333333vw;
  top: -21.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .special_live .lead .deco2 {
    width: min(9.7222222222vw, 105px);
    top: max(-7.4074074074vw, -80px);
    left: min(16.6666666667vw, 180px);
  }
}
main .special_live .lead .deco3 {
  width: 8.2666666667vw;
  bottom: -18.6666666667vw;
  right: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .special_live .lead .deco3 {
    width: min(4.0185185185vw, 43.4px);
    bottom: max(-13.8888888889vw, -150px);
    right: min(22.2222222222vw, 240px);
  }
}
main .special_live .arrow_down {
  width: 4.2666666667vw;
  margin: 6.4vw auto 5.8666666667vw;
}
@media screen and (min-width: 769px) {
  main .special_live .arrow_down {
    width: min(1.4814814815vw, 16px);
    margin: min(3.3333333333vw, 36px) auto min(7.4074074074vw, 80px);
  }
}
main .special_live .live_sche {
  text-align: center;
  width: 74.6666666667vw;
  margin: 0 auto 21.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .special_live .live_sche {
    width: min(63.8888888889vw, 690px);
    margin: 0 auto min(7.4074074074vw, 80px);
  }
}
main .special_live .live_sche .live_sche_ttl {
  color: #4A42AB;
  margin: 8vw auto 8vw;
}
@media screen and (min-width: 769px) {
  main .special_live .live_sche .live_sche_ttl {
    margin: min(7.4074074074vw, 80px) auto min(5.5555555556vw, 60px);
  }
}
main .special_live .live_sche .live_sche_ttl :nth-child(1) {
  font-size: 8vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .special_live .live_sche .live_sche_ttl :nth-child(1) {
    font-size: min(5.5555555556vw, 60px);
    margin-bottom: min(2.5925925926vw, 28px);
  }
}
main .special_live .live_sche .live_sche_ttl :nth-child(2) {
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  main .special_live .live_sche .live_sche_ttl :nth-child(2) {
    font-size: min(1.2962962963vw, 14px);
  }
}
main .special_live .live_sche .live_date {
  width: fit-content;
  font-size: 4.2666666667vw;
  margin: 0 auto 10.6666666667vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  main .special_live .live_sche .live_date {
    font-size: min(2.037037037vw, 22px);
    margin: 0 auto min(6.4814814815vw, 70px);
  }
}
main .special_live .live_sche .live_date span {
  font-size: 7.4666666667vw;
  padding: 0 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .special_live .live_sche .live_date span {
    font-size: min(3.5185185185vw, 38px);
    padding: 0 min(0.462962963vw, 5px);
  }
}
main .special_live .live_sche .live_info p {
  position: relative;
  width: fit-content;
  line-height: 6.4vw;
  font-size: 3.4666666667vw;
  margin: 0 auto 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .special_live .live_sche .live_info p {
    line-height: min(2.2222222222vw, 24px);
    font-size: min(1.3888888889vw, 15px);
    margin: 0 auto min(3.3333333333vw, 36px);
  }
}
main .special_live .live_sche .live_info p::before, main .special_live .live_sche .live_info p::after {
  content: "";
  display: block;
  position: absolute;
  width: 5.6vw;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 769px) {
  main .special_live .live_sche .live_info p::before, main .special_live .live_sche .live_info p::after {
    width: min(2.2222222222vw, 24px);
  }
}
main .special_live .live_sche .live_info p::before {
  background-image: url(../images/ttl_deco3.png);
  top: 0;
  left: -13.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .special_live .live_sche .live_info p::before {
    left: max(-5.5555555556vw, -60px);
  }
}
main .special_live .live_sche .live_info p::after {
  background-image: url(../images/ttl_deco4.png);
  top: 0;
  right: -13.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .special_live .live_sche .live_info p::after {
    right: max(-5.5555555556vw, -60px);
  }
}
main .special_live .fav_item {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
main .special_live .fav_item .deco2 {
  position: absolute;
  width: 29.5466666667vw;
  bottom: -8.2666666667vw;
  right: -9.8666666667vw;
}
@media screen and (min-width: 769px) {
  main .special_live .fav_item .deco2 {
    width: min(12.3148148148vw, 133px);
    bottom: max(-3.8888888889vw, -42px);
    right: max(-3.8888888889vw, -42px);
  }
}
main .special_live .fav_item .fav_wrap {
  position: relative;
  text-align: center;
  color: #4A42AB;
  width: 84.2666666667vw;
  height: 70.1333333333vw;
  margin: 8vw auto;
  background-image: url(../images/bg8.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  main .special_live .fav_item .fav_wrap {
    width: min(52.5277777778vw, 567.3px);
    height: min(32.1111111111vw, 346.8px);
    background-image: url(../images/bg8_pc.png);
  }
}
main .special_live .fav_item .fav_wrap :nth-child(1) {
  font-size: 4vw;
  line-height: 1.7333333333;
  padding-top: 8.5333333333vw;
}
@media screen and (min-width: 769px) {
  main .special_live .fav_item .fav_wrap :nth-child(1) {
    font-size: min(1.8518518519vw, 20px);
    padding-top: min(4.6296296296vw, 50px);
  }
}
main .special_live .fav_item .fav_wrap :nth-child(2) {
  position: relative;
  text-align: center;
  color: #ffffff;
  width: 74.6666666667vw;
  height: 20vw;
  line-height: 19.7333333333vw;
  margin: 17.0666666667vw auto 0;
  font-size: 5.3333333333vw;
  background-image: url(../images/img15.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  main .special_live .fav_item .fav_wrap :nth-child(2) {
    width: min(31.0185185185vw, 335px);
    height: min(8.3333333333vw, 90px);
    line-height: min(8.1481481481vw, 88px);
    font-size: min(2.2222222222vw, 24px);
    margin: min(7.4074074074vw, 80px) auto 0;
  }
}
main .special_live .fav_item .fav_wrap :nth-child(3) {
  width: 20.2666666667vw;
  position: absolute;
  top: -6.4vw;
  right: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  main .special_live .fav_item .fav_wrap :nth-child(3) {
    width: min(8.3333333333vw, 90px);
    top: max(-2.2222222222vw, -24px);
    right: min(5.5555555556vw, 60px);
  }
}
main .special_live .fav_item .fav_wrap :nth-child(4) {
  width: 5.6vw;
  position: absolute;
  top: 34.6666666667vw;
  left: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .special_live .fav_item .fav_wrap :nth-child(4) {
    width: min(2.3333333333vw, 25.2px);
    top: min(16.6666666667vw, 180px);
    left: min(14.1666666667vw, 153px);
  }
}
main .special_live .fav_item .fav_wrap :nth-child(5) {
  width: 4vw;
  position: absolute;
  top: 24vw;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 769px) {
  main .special_live .fav_item .fav_wrap :nth-child(5) {
    width: min(1.6666666667vw, 18px);
    top: min(11.8518518519vw, 128px);
  }
}
main .special_live .archive_wrap {
  width: 81.3333333333vw;
  margin: 10.6666666667vw auto 16vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  main .special_live .archive_wrap {
    width: min(35.7407407407vw, 386px);
    margin: 0 auto min(5.5555555556vw, 60px);
  }
}
main .special_live .archive_wrap video {
  width: 100%;
  display: block;
}
main .special_live .archive_wrap .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: url("../images/arrow_down_3.png") no-repeat center center;
  background-size: contain;
  cursor: pointer;
  z-index: 10;
}
main .special_live .insta_btn {
  width: fit-content;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 769px) {
  main .special_live .insta_btn {
    margin: 0 auto min(5.5555555556vw, 60px);
  }
}
main .special_live .insta_btn a {
  text-align: center;
  position: relative;
  letter-spacing: 0;
  width: 74.6666666667vw;
  line-height: 16vw;
  font-size: 4vw;
  border-radius: 100vw;
  color: #ffffff;
  background-color: #4A42AB;
}
@media screen and (min-width: 769px) {
  main .special_live .insta_btn a {
    width: min(29.6296296296vw, 320px);
    line-height: min(5.5555555556vw, 60px);
    font-size: min(1.3888888889vw, 15px);
  }
}
main .special_live .insta_btn a::after {
  content: "";
  display: block;
  width: 4.8vw;
  height: 4.8vw;
  background: url(../images/icon_insta.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  main .special_live .insta_btn a::after {
    width: min(1.6666666667vw, 18px);
    height: min(1.6666666667vw, 18px);
    right: 12%;
  }
}
main .special_live .live_bottom {
  padding: 13.3333333333vw 0 0;
}
@media screen and (min-width: 769px) {
  main .special_live .live_bottom {
    padding: 0;
  }
}
main .special_event {
  width: 100%;
  background-color: #ffffff;
  color: #4A42AB;
  margin: 0vw auto 48vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  main .special_event {
    margin: min(0vw, 0px) auto min(22.2222222222vw, 240px);
  }
}
main .special_event .deco1 {
  width: 38.9333333333vw;
  position: absolute;
  top: -53.3333333333vw;
  left: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .special_event .deco1 {
    width: min(17.5925925926vw, 190px);
    top: max(-25.9259259259vw, -280px);
    left: min(25.3703703704vw, 274px);
  }
}
main .special_event .event_wrap {
  position: relative;
  margin: -72vw auto -48vw;
}
@media screen and (min-width: 769px) {
  main .special_event .event_wrap {
    margin: max(-52.7777777778vw, -570px) auto max(-38.8888888889vw, -420px);
  }
}
main .special_event .event_wrap .ttl {
  margin-bottom: 13.8666666667vw;
}
main .special_event .event_wrap .ttl img {
  width: 102.5333333333vw;
  margin: 0 auto 4vw -1.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .special_event .event_wrap .ttl img {
    width: min(56.9444444444vw, 615px);
    margin: 0 auto min(1.8518518519vw, 20px);
  }
}
@media screen and (min-width: 769px) {
  main .special_event .event_wrap .ttl {
    margin-bottom: min(7.4074074074vw, 80px);
  }
}
main .special_event .event_wrap .lead .event_ttl {
  position: relative;
  text-align: center;
  color: #ffffff;
  width: 80vw;
  height: 24.8vw;
  margin: 8vw auto;
  background-image: url(../images/img18.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  main .special_event .event_wrap .lead .event_ttl {
    width: min(44.1666666667vw, 477px);
    height: min(13.7037037037vw, 148px);
    margin: 0 auto min(3.7037037037vw, 40px);
  }
}
main .special_event .event_wrap .lead .event_ttl p {
  font-size: 4.8vw;
  line-height: 1.2;
  padding-top: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .special_event .event_wrap .lead .event_ttl p {
    font-size: min(2.4074074074vw, 26px);
    padding-top: min(4.2592592593vw, 46px);
  }
}
main .special_event .event_wrap .lead p + p {
  margin-top: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  main .special_event .event_wrap .lead p + p {
    margin-top: min(1.8518518519vw, 20px);
  }
}
main .special_event .event_wrap .event_sche {
  position: relative;
  width: 74.6666666667vw;
  margin: 14.4vw auto 0;
}
@media screen and (min-width: 769px) {
  main .special_event .event_wrap .event_sche {
    width: min(63.8888888889vw, 690px);
    margin: min(9.2592592593vw, 100px) auto 0;
  }
}
main .special_event .event_wrap .event_sche .event_info dl {
  position: relative;
  z-index: 1;
  padding: 10.6666666667vw 0 0vw;
}
@media screen and (min-width: 769px) {
  main .special_event .event_wrap .event_sche .event_info dl {
    padding: min(7.4074074074vw, 80px) min(3.2407407407vw, 35px) 0;
  }
}
main .special_event .event_wrap .event_sche .event_info dl dt {
  font-size: 4vw;
  padding-left: 5.3333333333vw;
  background-image: url(../images/dot.png);
  background-position: 1.0666666667vw 0.8vw;
  background-repeat: no-repeat;
  background-size: 2.9333333333vw;
  margin-bottom: 1.6vw;
}
@media screen and (min-width: 769px) {
  main .special_event .event_wrap .event_sche .event_info dl dt {
    font-size: min(1.6666666667vw, 18px);
    padding-left: min(2.2222222222vw, 24px);
    background-position: min(0.3703703704vw, 4px) min(0.3703703704vw, 4px);
    background-size: min(1.2037037037vw, 13px);
    margin-bottom: min(0.9259259259vw, 10px);
  }
}
main .special_event .event_wrap .event_sche .event_info dl dd {
  display: block;
  font-size: 4vw;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 769px) {
  main .special_event .event_wrap .event_sche .event_info dl dd {
    font-size: min(1.6666666667vw, 18px);
    margin-bottom: min(3.7037037037vw, 40px);
  }
}
main .special_event .event_wrap .event_sche .event_info dl dd span.notice {
  display: block;
  font-size: 2.9333333333vw;
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .special_event .event_wrap .event_sche .event_info dl dd span.notice {
    font-size: min(1.2037037037vw, 13px);
    margin-top: min(0.5555555556vw, 6px);
  }
}
main .special_event .event_wrap .event_sche .event_info dl dd:last-of-type {
  font-size: 3.2vw;
  line-height: 1.8333333333;
}
@media screen and (min-width: 769px) {
  main .special_event .event_wrap .event_sche .event_info dl dd:last-of-type {
    font-size: min(1.2962962963vw, 14px);
  }
}
main .special_event .event_wrap .event_sche .event_info .notice_box {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .special_event .event_wrap .event_sche .event_info .notice_box {
    padding: 0 min(3.2407407407vw, 35px) 0;
    margin-bottom: min(6.4814814815vw, 70px);
  }
}
main .special_event .event_wrap .event_sche .event_info .notice_box .accordion_ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (min-width: 769px) {
  main .special_event .event_wrap .event_sche .event_info .notice_box .accordion_ttl {
    justify-content: flex-start;
    gap: min(6.0185185185vw, 65px);
  }
}
main .special_event .event_wrap .event_sche .event_info .notice_box .accordion_ttl p:first-of-type {
  font-size: 4vw;
  padding-left: 5.3333333333vw;
  background-image: url(../images/dot.png);
  background-position: 1.0666666667vw 0.8vw;
  background-repeat: no-repeat;
  background-size: 2.9333333333vw;
  margin-bottom: 1.6vw;
}
@media screen and (min-width: 769px) {
  main .special_event .event_wrap .event_sche .event_info .notice_box .accordion_ttl p:first-of-type {
    font-size: min(1.6666666667vw, 18px);
    padding-left: min(2.2222222222vw, 24px);
    background-position: min(0.3703703704vw, 4px) min(0.3703703704vw, 4px);
    background-size: min(1.2037037037vw, 13px);
    margin-bottom: min(0.9259259259vw, 10px);
  }
}
main .special_event .event_wrap .event_sche .event_info .notice_box .accordion {
  position: relative;
  z-index: 10;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  main .special_event .event_wrap .event_sche .event_info .notice_box .accordion {
    margin-bottom: 0;
  }
}
main .special_event .event_wrap .event_sche .event_info .notice_box .accordion .accordion-header {
  position: relative;
  z-index: 10;
  font-size: 3.4666666667vw;
  width: 22.9333333333vw;
  line-height: 6.9333333333vw;
  background-color: #4A42AB;
  color: #ffffff;
  margin: 0;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3333333333vw;
  border: none;
  border-radius: 100vw;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  main .special_event .event_wrap .event_sche .event_info .notice_box .accordion .accordion-header {
    font-size: min(1.6666666667vw, 18px);
    gap: min(0.462962963vw, 5px);
    width: min(9.2592592593vw, 100px);
    line-height: min(2.962962963vw, 32px);
    font-size: min(1.3888888889vw, 15px);
    gap: min(0.9259259259vw, 10px);
  }
}
main .special_event .event_wrap .event_sche .event_info .notice_box .accordion .accordion-icon {
  display: inline-block;
  transition: transform 0.3s ease;
  letter-spacing: 0;
  margin-top: -0.1333333333vw;
  width: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .special_event .event_wrap .event_sche .event_info .notice_box .accordion .accordion-icon {
    width: min(1.1111111111vw, 12px);
  }
}
main .special_event .event_wrap .event_sche .event_info .notice_box .accordion .accordion-icon.rotate {
  transform: rotate(180deg);
}
main .special_event .event_wrap .event_sche .event_info .notice_box .accordion .accordion-panel {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  letter-spacing: 0.08em;
  margin: 0 auto;
  box-sizing: border-box;
  display: block;
  padding-top: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .special_event .event_wrap .event_sche .event_info .notice_box .accordion .accordion-panel {
    margin: 0 auto;
    padding-top: min(0.9259259259vw, 10px);
  }
}
main .special_event .event_wrap .event_sche .event_info .notice_box .accordion .accordion-panel p {
  font-size: 3.2vw;
  line-height: 1.8333333333;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  main .special_event .event_wrap .event_sche .event_info .notice_box .accordion .accordion-panel p {
    font-size: min(1.2962962963vw, 14px);
  }
}
main .special_event .event_wrap .event_sche .event_info .notice_box .accordion .accordion-panel.opening,
main .special_event .event_wrap .event_sche .event_info .notice_box .accordion .accordion-panel.closing {
  transition: max-height 0.4s ease;
}
main .special_event .event_wrap .event_sche .event_info .notice_box ul li:first-child {
  font-size: 3.7333333333vw;
  padding-top: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  main .special_event .event_wrap .event_sche .event_info .notice_box ul li:first-child {
    font-size: min(1.6666666667vw, 18px);
    padding-top: min(1.4814814815vw, 16px);
  }
}
main .special_event .event_wrap .event_sche .event_info .notice_box ul li {
  font-size: 3.2vw;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  main .special_event .event_wrap .event_sche .event_info .notice_box ul li {
    font-size: min(1.2037037037vw, 13px);
  }
}
main .special_event .event_wrap .event_sche .event_info .notice_box ul li + li {
  padding-top: 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  main .special_event .event_wrap .event_sche .event_info .notice_box ul li + li {
    padding-top: min(0.7407407407vw, 8px);
  }
}
main .special_event .event_wrap .bg1 {
  display: flex;
  flex-wrap: nowrap;
  transform: rotate(-10deg) translate(-10%, -80%);
}
@media screen and (min-width: 769px) {
  main .special_event .event_wrap .bg1 {
    transform: rotate(-10deg) translate(-10%, max(-27.7777777778vw, -300px));
  }
}
main .special_event .event_wrap .bg1 img {
  width: 112vw;
  transform: scale(1.001);
}
@media screen and (min-width: 769px) {
  main .special_event .event_wrap .bg1 img {
    width: min(111.1111111111vw, 1200px);
  }
}
main .special_event .event_wrap .bg2 {
  display: flex;
  flex-wrap: nowrap;
  transform: rotate(-10deg) translate(-25%, 80%);
}
@media screen and (min-width: 769px) {
  main .special_event .event_wrap .bg2 {
    transform: rotate(-10deg) translate(-10%, min(27.7777777778vw, 300px));
  }
}
main .special_event .event_wrap .bg2 img {
  width: 112vw;
  transform: scale(1.001);
}
@media screen and (min-width: 769px) {
  main .special_event .event_wrap .bg2 img {
    width: min(111.1111111111vw, 1200px);
  }
}
main .special_event .event_wrap .event_sche .notice_box .accordion_ttl {
  display: flex;
  justify-content: space-between;
}
main .special_event .event_wrap .event_sche .notice_box .accordion {
  position: relative;
  z-index: 10;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  main .special_event .event_wrap .event_sche .notice_box .accordion {
    margin-bottom: min(4.6296296296vw, 50px);
  }
}
main .special_event .event_wrap .event_sche .notice_box .accordion .accordion-header {
  position: relative;
  z-index: 10;
  font-size: 4.2666666667vw;
  background-color: #4A42AB;
  color: #ffffff;
  margin: 0;
  padding: 0 0 0 0.5333333333vw;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 1.3333333333vw;
  width: fit-content;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  main .special_event .event_wrap .event_sche .notice_box .accordion .accordion-header {
    font-size: min(1.6666666667vw, 18px);
    padding: 0 0 0 min(0.1851851852vw, 2px);
    gap: min(0.462962963vw, 5px);
  }
}
main .special_event .event_wrap .event_sche .notice_box .accordion .accordion-icon {
  display: inline-block;
  transition: transform 0.3s ease;
  margin-top: 0.5333333333vw;
  width: 2.6666666667vw;
  line-height: 4.2666666667vw;
  border-radius: 100vw;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  main .special_event .event_wrap .event_sche .notice_box .accordion .accordion-icon {
    font-size: min(1.6666666667vw, 18px);
    width: min(1.6666666667vw, 18px);
    line-height: min(1.6666666667vw, 18px);
    margin-top: min(0.462962963vw, 5px);
  }
}
main .special_event .event_wrap .event_sche .notice_box .accordion .accordion-icon.rotate {
  transform: rotate(180deg);
}
main .special_event .event_wrap .event_sche .notice_box .accordion .accordion-panel {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  letter-spacing: 0.08em;
  margin: 3.7333333333vw auto;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  main .special_event .event_wrap .event_sche .notice_box .accordion .accordion-panel {
    margin: min(1.8518518519vw, 20px) auto;
  }
}
main .special_event .event_wrap .event_sche .notice_box .accordion .accordion-panel.opening,
main .special_event .event_wrap .event_sche .notice_box .accordion .accordion-panel.closing {
  transition: max-height 0.4s ease;
}
main .special_event .bg1 {
  display: flex;
  flex-wrap: nowrap;
  transform: rotate(-10deg) translate(-10%, -80%);
}
@media screen and (min-width: 769px) {
  main .special_event .bg1 {
    transform: rotate(-10deg) translate(-10%, max(-27.7777777778vw, -300px));
  }
}
main .special_event .bg1 img {
  width: 112vw;
  transform: scale(1.001);
}
@media screen and (min-width: 769px) {
  main .special_event .bg1 img {
    width: min(111.1111111111vw, 1200px);
  }
}
main .special_event .bg2 {
  display: flex;
  flex-wrap: nowrap;
  transform: rotate(-10deg) translate(-25%, 80%);
}
@media screen and (min-width: 769px) {
  main .special_event .bg2 {
    transform: rotate(-10deg) translate(-10%, min(27.7777777778vw, 300px));
  }
}
main .special_event .bg2 img {
  width: 112vw;
  transform: scale(1.001);
}
@media screen and (min-width: 769px) {
  main .special_event .bg2 img {
    width: min(111.1111111111vw, 1200px);
  }
}
main .special_event .deco2 {
  width: 19.7333333333vw;
  position: absolute;
  z-index: 1;
  bottom: -50.6666666667vw;
  left: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .special_event .deco2 {
    width: min(9.6018518519vw, 103.7px);
    bottom: max(-27.7777777778vw, -300px);
    left: min(27.7777777778vw, 300px);
  }
}
main .special_event .deco3 {
  width: 49.8666666667vw;
  position: absolute;
  z-index: 1;
  bottom: -29.3333333333vw;
  right: -1.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .special_event .deco3 {
    width: min(25.9259259259vw, 280px);
    bottom: max(-14.8148148148vw, -160px);
    right: min(22.2222222222vw, 240px);
  }
}

/* footer ===================================================== */
footer {
  position: relative;
  z-index: 5;
  padding: 10.6666666667vw 0 18.6666666667vw;
}
@media screen and (min-width: 769px) {
  footer {
    padding: 0px 0 80px;
  }
}
footer .footer_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6.6666666667vw;
  margin: 0 auto 14.9333333333vw;
}
@media screen and (min-width: 769px) {
  footer .footer_sns {
    gap: 40px;
    margin: 0 auto 60px;
  }
}
footer .footer_sns li:nth-child(1) {
  width: 6.1333333333vw;
}
@media screen and (min-width: 769px) {
  footer .footer_sns li:nth-child(1) {
    width: 28px;
  }
}
footer .footer_sns li:nth-child(2) {
  width: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  footer .footer_sns li:nth-child(2) {
    width: 24px;
  }
}
footer .footer_sns li:nth-child(3) {
  width: 7.4666666667vw;
}
@media screen and (min-width: 769px) {
  footer .footer_sns li:nth-child(3) {
    width: 36px;
  }
}
footer .footer_logo {
  width: 49.8666666667vw;
  margin: 0 auto 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  footer .footer_logo {
    width: 210px;
    margin: 0 auto 50px;
  }
}
footer .copyright {
  color: #ffffff;
  font-size: 2.4vw;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  footer .copyright {
    font-size: 10px;
    margin: 0 auto;
  }
}

/* totop
 ===================================================== */
.totop {
  width: 26.6666666667vw;
  height: auto;
  position: fixed;
  z-index: 500;
  bottom: -5.3333333333vw;
  right: -3.7333333333vw;
  transition: all 0.6s;
}
@media screen and (min-width: 769px) {
  .totop {
    width: 7.6388888889%;
    bottom: -2.9268292683%;
    right: -0.8333333333%;
  }
}
.totop img {
  opacity: 1;
  transition: all 0.6s;
  cursor: pointer;
}
.totop img:hover {
  opacity: 0.6;
  transition: all 0.6s;
  cursor: pointer;
}

.art_img {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 520;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.art_img img {
  width: auto;
  height: 70vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .art_img img {
    width: auto;
    height: 80vh;
  }
}
.art_img .close {
  cursor: pointer;
  position: absolute;
  top: 13.3333333333vw;
  right: 10.6666666667vw;
  transition: transform 0.3s ease;
  transform: rotate(-45deg);
  padding: 0;
}
@media screen and (min-width: 769px) {
  .art_img .close {
    top: 10vh;
    right: 30vh;
  }
}
.art_img .close img {
  width: 7.4666666667vw;
  height: 7.4666666667vw;
}
@media screen and (min-width: 769px) {
  .art_img .close img {
    width: min(3.7037037037vw, 40px);
    height: min(3.7037037037vw, 40px);
  }
}

/* totop
 ===================================================== */
.bounce {
  animation: bounce 2s linear infinite;
}

@keyframes bounce {
  0% {
    transform: translate(-50%, 0);
  }
  10% {
    transform: translate(-50%, -5px);
  }
  20% {
    transform: translate(-50%, 0);
  }
  30% {
    transform: translate(-50%, -5px);
  }
  40% {
    transform: translate(-50%, 0);
  }
}
.bounce2 {
  animation: bounce2 2s linear infinite;
}

@keyframes bounce2 {
  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);
  }
}
.bounce3 {
  animation: bounce3 2s linear infinite;
}

@keyframes bounce3 {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(0, -10px);
  }
  20% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(0, -10px);
  }
  40% {
    transform: translate(0, 0);
  }
}
.bounce4 {
  animation: bounce4 2s linear infinite;
}

@keyframes bounce4 {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-10px, 0);
  }
  20% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(-10px, 0);
  }
  40% {
    transform: translate(0, 0);
  }
}
.bounce5 {
  animation: bounce5 6s linear infinite;
}

@keyframes bounce5 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, -50px);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(0, -50px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.bounce6 {
  animation: bounce6 6s linear infinite;
}

@keyframes bounce6 {
  0% {
    translate: 0 0;
  }
  25% {
    translate: 40px -20px;
  }
  50% {
    translate: 0;
  }
  75% {
    translate: 40px -20px;
  }
  100% {
    translate: 0;
  }
}
.rotate1 {
  animation: rotate1 5s linear infinite;
}

@keyframes rotate1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.shake {
  animation: shake 3s linear 0s infinite;
}

@keyframes shake {
  0% {
    transform: rotate(0);
  }
  5% {
    transform: rotate(5deg);
  }
  10% {
    transform: rotate(0);
  }
  15% {
    transform: rotate(2deg);
  }
  20% {
    transform: rotate(0);
  }
}
.yurayura {
  animation: yurayura 4s linear 0s infinite;
}

@keyframes yurayura {
  0% {
    transform: rotate(5deg);
  }
  25% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
.yurayura2 {
  animation: yurayura2 10s linear 0s infinite;
  transform-origin: center bottom;
}

@keyframes yurayura2 {
  0% {
    transform: rotate(5deg);
  }
  25% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}/*# sourceMappingURL=style.css.map */