@charset "UTF-8";

html{}

:root {
  --limited-color_muscat: #63aa2d;
  --limited-color_mandarin: #f3932e;
  --limited-color_wh-peach: #e73783;
  --limited-color_golden-pine: #dbaf00;
  --limited-color_sicilia-lemon: #fbbf00;

  --limited-color: #fbbf00;
}


body {
  background-color: #fff7f4;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #006ab3;
  font-size: max(1.8vmin, 16px);
  line-height: 1.5
}

header{
    position: fixed;
    z-index: 99;
    width: 100%;
    background-color: #FFF8F5;
    transition: 0.6s;
    height: 0vh;
    overflow: hidden;
}

header.open{
  height: 50vh;

}

.linkmenu{
  display: flex;
  font-family: 'Fredoka', sans-serif;
  font-weight: 700;
  top: 11vh;
  position: relative;
  font-size: 4.8vmin;
  line-height: 8vmin;
  flex-direction: row;
  flex-wrap: wrap;
  color: #006AB4
}

.linkmenu li{
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
}

.linkmenu li a{
  display: block;
}

.linkmenu li:after{
  position: absolute;
  display: block;
  content: "";
  width: calc(100% - 20px);
  height: 0.44vh;
  background-color: #006AB4;
  border-radius:4px;
}

#slider {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(../img/bg_grad.png) center top repeat-x;
  background-size: contain;
  overflow: hidden;
}

.swiper{
  background: url(../img/bg_wave.png) center -30% no-repeat;
  background-size: cover;
}

.wave {
  z-index: 10;
  height: 12vh;
  margin: 0 auto;
  overflow: hidden;
  margin-top: -2vh
}

.header .wave02{
  height: 13vh
}

.wave .items {
  display: flex;
  width: 400vw;
  height: 100%;
}

.wave .items .item {
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background: center -5% no-repeat;
  background-size: 100% auto;
}
.wave01 .items .item {
  background-image: url("../img/wave01.svg");
}
.wave02 .items .item {
  background-image: url("../img/wave02.svg");
}
.wave03 .items .item {
  background-image: url("../img/wave03.svg");
}

.wave03{
  height: 9vh;
  margin-top: 0
}

.header.open .wave03{
  margin-top: -1vh
}

.outer{
  position: fixed;
  height: 12vh;
  overflow: hidden;
  width: 100%;
  top: 0;
  transition: 0.6s
}

.header .wave {
  /*position: fixed;*/
  position: absolute;
  top: 0;
  transform: translate3d(0, 0, 0) scaleY(-1);
  transition: 0.6s
  /*animation: wave-move-y 10s infinite ease-in-out;*/
}

.header.open .outer{
  top: 46vh
}

.header .wave01 .items {
  animation: wave-move-x-01 50s -25s linear infinite;
}
.header .wave02 .items {
  animation: wave-move-x-01 25s -50s linear infinite;
}
.header .wave03 .items {
  animation: wave-move-x-01 0s 100s linear infinite;
}
#slider .wave {
  /*position: absolute;*/
  position: fixed;
  z-index: 99;
  bottom: 0;
  transform: translate3d(0, 0, 0);
  /*animation: wave-move-y 10s infinite ease-in-out;*/
}
#slider .wave01 .items {
  animation: wave-move-x-01 50s -25s linear infinite;
  animation-direction:reverse;
}
#slider .wave02 .items {
  animation: wave-move-x-01 25s -50s linear infinite;
  animation-direction:reverse;
}
#slider .wave03 .items {
  animation: wave-move-x-01 0s 100s linear infinite;
  animation-direction:reverse;
}

@keyframes wave-move-x-01 {
  0% {
    transform: translate3d(-50%, -1vw, 0);
  }
  50% {
    transform: translate3d(-25%, 1vw, 0);
  }
  100% {
      transform: translate3d(0, -1vw, 0);
  }
}

#navi{
  display: flex;
  justify-content: center;
}

.logo{
  position: fixed;
  top: 0;
  z-index: 9999
}

.logo img{
  width: 10vh;
}

.ci{
  position: fixed;
  left: 20px;
  top: 1vh;
  z-index: 9999
}

.ci img{
  width: 8vh
}

.menu{
  position: fixed;
  right: 20px;
  top: 0;
  z-index: 9999
}

.menu img{
  width: 6vh
}

.swiper{
  height: 100vh
}

.swiper-wrapper{
  height: auto;
  top: 16vh
}

.swiper-slide{
  overflow: hidden;
  border-radius: 4.4vh;
  position: relative;
  width: 66vh !important;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.swiper-slide img{
  width: 100%
}

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

.swiper-button-prev,
.swiper-button-next{
  left: auto;
  right: auto;
}

.swiper-button-prev,
.swiper-button-next{
  width: calc(78vh * 0.4);
  top: calc(120vh * 0.4);
  filter: drop-shadow(0px 0px 14px rgb(60 30 10))
}

.swiper-button-prev{
  right: calc(50% - calc(39vh * 0.4) + 66vh)
}

.swiper-button-next{
  left: calc(50% - calc(39vh * 0.4) + 66vh)
}

.swiper-button-prev img,
.swiper-button-next img{
  width: 100%
}

.swiper-slide:before{
  content: "";
  display: block;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/active_gl.svg") left top no-repeat;
  opacity: 0;
  transition: 0.6s
}

.swiper-slide.bl:before{
  background: url("../img/active_bl.svg") left top no-repeat;
}

.swiper-slide.sr:before{
  background: url("../img/active_sr.svg") left top no-repeat;
}

.swiper-slide-active:before{
  opacity: 1;
}

.swiper-slide:after{
  content: "";
  display: block;
  position: absolute;
  z-index: 99;
  bottom: 6vmin;
  width: 3vmin;
  height: 2vmin;
  opacity: 0;
  transition: 0.8s;
  background: url("../img/more.svg") left top no-repeat;
}

.swiper-slide.wh:after{
  background: url("../img/more2.svg") left top no-repeat;
}

.swiper-slide-active:after{
  opacity: 1;
  bottom: 3vmin;
}

.swiper-backface-hidden .swiper-slide{
  transform: scale(0.4);
  transition: 0.4s
}

.swiper-backface-hidden .swiper-slide-active {
  transform: scale(1.3);
}

.content{
  position: relative;
  z-index: 19
}

.caption{
  font-size: max(5vmin, 30px);
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  line-height: 1;
  margin-top: max(0.8vmin, 14px);
  margin-bottom: max(6.6vmin, 70px);
  padding-top: 11vh;
}

.caption:before{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: max(11vmin, 80px);
  margin-top: min(-1.7vmin, -14px);
  background: url("../img/bubble.svg") center top no-repeat;
}
 
/*@keyframes shivering {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-10deg);
  }
  20% {
    transform: rotateZ(5deg);
  }
  25% {
    transform: rotateZ(-5deg);
  }
  30% {
    transform: rotateZ(2deg);
  }
  35% {
    transform: rotateZ(-1deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}*/

#topics{
  background: url("../img/line_01.svg") center bottom repeat-x;
  background-size: 4vmin;
  padding-bottom: 12vmin;
  position: relative;
}

#topics:before{
  content: "";
  background: url(../img/line_01.svg) center bottom repeat-x;
  background-size: 4vmin;
  padding-bottom: 3vmin;
  position: absolute;
  width: 100%;
  top: -2.5vmin;
  transform: scale(1, -1);
}

.tplist{
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0 10px
}

.tplist li{
  width: max(32vmin, 280px);
}

.tplist li+li{
  margin-left: max(3.4vmin, 30px);
}

.tplist a{
  display: flex;
  flex-direction: column;
}

.tplist a img{
  border-radius: 20px;
  width: 100%
}

.tplist data{
  line-height: 1;
  font-size: max(1.5vmin, 14px);
  display: block;
  margin-top: max(1.6vmin, 20px);
  margin-bottom: max(0.8vmin, 16px);
}

.intro dl{
  display: flex;
  justify-content: center;
  /*align-items: flex-end;*/
  align-items: center;
  position: relative;
  z-index: 9
}

.intro dl h3{
  font-size: max(3vmin, 24px);
  line-height: 1;
  margin-bottom: max(2.4vmin, 30px);
}

.intro dl p+p{
  margin-top: max(1.8vmin, 16px);
}

.intro dl dd img{
  /*height: max(42vmin, 380px);*/
  height: max(48vmin, 440px);
}

.intro dl dt{
  padding-bottom: max(2vmin, 30px);
  margin-left: max(2vmin, 30px);
  line-height: 1.8
}

.slogan{
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 9;
  margin-top: max(14vmin, 100px)
}

.slogan img{
  width: max(58vmin, 490px);
}

.intro{
  position: relative;
  display: flex;
  justify-content: center;
}

.intro .sz{
  position: absolute;
  z-index: 1
}

.intro .lf{
  /*right: 64vmin;*/
  /*left: min(-24vmax, 0px);*/
  height: max(50vmin, 360px);
  margin-left: min(-60vmin, -100vmin);
  margin-top: min(50px, 110px)
}

.intro .rg{
  height: max(60vmin, 390px);
  margin-right: min(-60vmin, -128vmin);
  margin-top: min(-40px, 50px)
}

.point ul{
  display: flex;
  justify-content: center;
  margin-top: max(1.8vmin, 16px)
}

.point ul li{
  display: flex;
  flex-direction: column;
}

.point ul li+li{
  margin-left: max(6.8vmin, 70px)
}

.point ul li img{
  width: max(30vmin, 250px);
}

.point ul li div{
   margin-top: min(-2.4vmin, -20px)
}

.point ul li h3{
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: max(2.6vmin, 20px);
  font-weight: 900;
  position: relative;
  line-height: 1
}

.point ul li h3 span{
  position: relative;
  z-index: 9
}

.point ul li h3:after{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: max(11vmin, 80px);
  z-index: 8;
  margin-top: min(-0.54vmin, -5px)
}

.point ul li.p1 h3:after{
  background: url("../img/ribon_01.svg") center top no-repeat;
}

.point ul li.p2 h3:after{
  background: url("../img/ribon_02.svg") center top no-repeat;
}

.point ul li.p3 h3:after{
  background: url("../img/ribon_03.svg") center top no-repeat;
}

.point ul li p{
  text-align: center;
  margin-top: max(3.6vmin, 32px);
}

.point ul li.p1 p{
  color: #da1e78
}

.point ul li.p2 p{
  color: #006ab1
}

.point ul li.p3 p{
  color: #009b83
}

.point .notice{
  text-align: center;
  font-size: max(1.6vmin, 16px);
  margin-top: max(3vmin, 30px);
  /*font-family: 'Noto Sans JP', sans-serif;*/
  color: #586977
}

.kodawari{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: max(10vmin, 80px)
}

.kodawari:after{
  content: "";
  position: absolute;
  display: block;
  background: url("../img/kodawari_bg_01.svg") center top no-repeat;
  height: max(18vmin, 140px);
  width: 100%;
  margin-top: min(-2.8vmin, -20px);
}

.pk .kodawari:after{
  background: url("../img/kodawari_bg_02.svg") center top no-repeat;
}

.kodawari span{
  position: relative;
  z-index: 9;
}

.kodawari span img{
  height: max(14vmin, 100px)
}

.ny .box{
  position: relative;
  background: url(../img/bg_wave.png) center -20% no-repeat;
  background-size: cover;
  background-color: #006ab1;
  color: #fff;
  margin-top: min(-7vmin, -50px);
  padding-top: max(9vmin, 70px);
  padding-bottom: max(6vmin, 50px)
}

.ny .box:before{
  content: "";
  background: url(../img/line_02.svg) center bottom repeat-x;
  background-size: 4vmin;
  padding-bottom: 3vmin;
  position: absolute;
  width: 100%;
  top: -2.5vmin;
  /*transform: scale(1, -1);*/
}

.ny .box:after{
  content: "";
  background: url(../img/line_01.svg) center bottom repeat-x;
  background-size: 4vmin;
  padding-bottom: 3vmin;
  position: absolute;
  width: 100%;
  bottom: -2vmin;
  transform: scale(1, -1);
}

.pk .box{
  position: relative;
  background: url(../img/bg_grad_02.svg) center top repeat-y;
  background-size: 100%;
  margin-top: min(-7vmin, -50px);
  padding-top: max(9vmin, 70px);
  padding-bottom: max(6vmin, 50px)
}

.pk .box:before{
  content: "";
  background: url(../img/line_03.svg) center bottom repeat-x;
  background-size: 4vmin;
  padding-bottom: 3vmin;
  position: absolute;
  width: 100%;
  top: -2vmin;
  /*transform: scale(1, -1);*/
}

.pk .box:after{
  content: "";
  background: url(../img/line_03.svg) center bottom repeat-x;
  background-size: 4vmin;
  padding-bottom: 3vmin;
  position: absolute;
  width: 100%;
  bottom: -2vmin;
  transform: scale(1, -1);
}

.box{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.box p.txt{
  width: max(100vmin, 900px);
  text-align: justify;
}

.ny1301{
  background-color: rgba(255,255,255,0.9);
  border-radius: 20px;
  padding: max(3.4vmin, 30px);
  width: max(100vmin, 900px);
  box-sizing: border-box;
  color: #586977;
  margin-top: max(3.4vmin, 30px)
}

.ny1301 h3{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
  font-size: max(3.4vmin, 30px);
}

.ny1301 h3 img{
  margin-right: max(2.8vmin, 20px);
  height: max(14vmin, 100px)
}

.ny1301 h4{
  padding: 10px 0;
  line-height: 1;
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
  border-top: 2px solid #586977;
  border-bottom: 2px solid #586977;
  text-align: center;
  font-size: max(2.4vmin, 24px);
  margin-top: max(2.4vmin, 20px);
}

.ny1301 ul{
  display: flex;
  justify-content: space-between;
  margin-top: max(2.4vmin, 20px);
}

.ny1301 ul li{
  width: calc(25% - max(1.3vmin, 10px));
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  line-height: 1;
  padding: 8px
}

.ny1301 ul li.pl{
  border: 4px solid #006ab1;
  color: #006ab1
}

.ny1301 ul li.bb{
  border: 4px solid #803b88;
  color: #803b88
}

.ny1301 ul li.sb{
  border: 4px solid #d6373e;
  color: #d6373e
}

.ny1301 ul li.lm{
  border: 4px solid var(--limited-color);
  color: var(--limited-color);}

.notice.n1{
  text-align: center;
  font-size: max(1.4vmin, 14px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  margin-top: max(1.3vmin, 10px);
}

.ny1301 dl{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: max(2.4vmin, 20px);
}

.ny1301 dl dd{
  font-weight: 900;
  background-color: #586977;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max(15vmin, 120px);
}

.ny1301 dl dt{
  width: calc(100% - max(16.3vmin, 130px));
  margin-left: max(1.3vmin, 10px);
  text-align: justify;
  font-weight: 500
}

.notice.n2{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  margin-top: max(1.3vmin, 10px);
}


.note{
  width: max(100vmin, 900px);
  margin: 0 auto;
  margin-top: max(2vmin, 20px);
  font-family: 'Noto Sans JP', sans-serif;
}

.note h2{
  font-size: max(2vmin, 20px);
  text-align: center;
  font-weight: 900;
  color: #006ab3
}

.note div{
  border: 4px solid #e1e1e1;
  border-radius: 20px;
  background-color: #fff;
  padding: 20px 30px;
  text-align: justify;
  margin-top: max(1vmin, 10px); 
  font-size: max(1.2vmin, 12px);
  color: #000000;
  line-height: 1.8
}

#lineup{
  background: url(../img/sizzle_pl.jpg) 340% -4% no-repeat;
  background-size: 90%;
}

/*.item{
  display: flex;
  justify-content: center;
}*/

.pd{
  position: relative;
  display: flex;
  justify-content: center;
}

.pd .il,
.pd .sz{
  position: absolute;
}

.pd .il{
  z-index: 11
}

.pd .sz{
  z-index: 9
}

.pd.plain .il{
  margin-left: calc(min(-60vmin, -530px)*2);
  width: max(42vmin, 330px);
  top: max(10vmin, 200px);
}

.pd.bb .il{
  margin-right: calc(min(-60vmin, -500px)*2);
  width: max(42vmin, 330px);
  top: max(10vmin, 200px);
}

.pd.sb .il{
  margin-left: calc(min(-60vmin, -530px)*2);
  width: max(42vmin, 330px);
  top: max(6vmin, 120px);
}

.pd.lm .il{
  right: max(10vmin, 100px);
  width: 120px;
  top: max(10vmin, 100px);
}

.pd.bb,.pd.sb,.pd.lm{
  margin-top: -15%
}

.pd.sb{
  z-index: 11
}

.pd.lm{
  z-index: 12
}

.pd.bb .sz{
  width: 50vw;
  left: -10vw;
  top: 4vw
}

.pd.sb .sz{
  width: 50vw;
  right: -10vw;
  top: 2vw
}

.pd.lm .sz{
  width: 50vw;
  left: -15vw;
  top: -3vw
}

.pd dl{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 9;
  background: url(../img/line_pl.svg) 0% top no-repeat;
  background-size: 170%;
  width: 100%;
  padding-bottom: 20%;
  padding-top: 5%;
  z-index: 8;
  position: relative;
}

.pd.bb dl{
  flex-direction: row-reverse;
  background: url(../img/line_bb.svg) right top no-repeat;
  background-size: 170%;
  width: 100%;
  color: #803b88;
  position: relative;
  z-index: 10
}

.pd.sb dl{
  background: url(../img/line_sb.svg) 0% top no-repeat;
  background-size: 170%;
  width: 100%;
  color: #d6373e;
  position: relative;
  z-index: 10
}

.pd.lm dl{
  flex-direction: row-reverse;
  background: url(../img/line_lm_s-lemon.svg) right top no-repeat;
  background-size: 170%;
  width: 100%;
  color: var(--limited-color);
  position: relative;
  z-index: 10;
  padding-bottom: 10%
}

.pd dd{
  width: max(50vmin, 500px);
  margin-right: max(6vmin, 60px);
}

.pd.bb dd,.pd.lm dd{
  margin-left: max(6vmin, 60px);
}

.pd dd h3,
.of dt h3{
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: max(3vmin, 24px);
  font-family: 'Fredoka', sans-serif;
  font-weight: 700;
  position: relative;
  line-height: 1;
  letter-spacing: max(0.2vmin, 2px);
}

.lim-pkg dt h5{
  font-size: max(2.4vmin, 22px);
  position: relative;
  width: 100%
}

.lim-pkg .end{
  text-align: center;
  font-size: max(2vmin, 20px);
  margin-left: max(2vmin, 20px);
}

.lim-pkg dt h5:after{
  content: "";
  height: 4px;
  border-radius: 4px;
  background-color: #006ab1;
  display: block;
  width: 100%;
  margin-top: max(1vmin, 10px);
  margin-bottom: max(1vmin, 10px);
}

.of dt h3,
.lim-pkg dt h3{
  width: max(42vmin, 320px)
}

.pd dd h3 span,
.of dt h3 span,
.lim-pkg dt h3 span{
  position: relative;
  z-index: 9
}

.pd dd h3:after,
.of dt h3:after,
.lim-pkg dt h3:after{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: max(11vmin, 80px);
  z-index: 8;
  margin-top: max(-1vmin, -10px)
}

.of dt h3:after,
.lim-pkg dt h3:after{
  margin-top: max(-4px, -0.4vmin)
}

.pd.plain dd h3:after,
.lim-pkg dt h3:after{
  background: url("../img/ribon_l_01.svg") center top no-repeat;
}

.pd.bb dd h3:after{
  background: url("../img/ribon_l_02.svg") center top no-repeat;
}

.pd.sb dd h3:after{
  background: url("../img/ribon_l_03.svg") center top no-repeat;
}

.pd.lm dd h3:after{
  background: url("../img/ribon_l_04_s-lemon.svg") center top no-repeat;
}

.of dt h3:after{
  background: url("../img/ribon_l_05.svg") center top no-repeat;
}

.pd dd h4{
  font-size: max(2.5vmin, 25px);
  text-align: center;
  line-height: 1;
  margin-top: max(2.6vmin, 20px);
}

.pd dd p{
  text-align: justify;
  padding: 0 10px;
  margin-top: max(1.3vmin, 10px);
  font-size: max(1.6vmin, 14px);
}

.pd dd a,
.of dl dt a,
.lim-pkg dl dt a {
  display: block;
  line-height: 1;
  border: 2px solid #006ab1;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  margin-top: max(2vmin, 20px);
  margin-bottom: max(2.6vmin, 20px);
}

.pd.bb dd a,
.lim-pkg dl dt a{
  border: 2px solid #803b88;
}

.pd.sb dd a{
  border: 2px solid #d6373e;
}

.pd.lm dd a{
  border: 2px solid var(--limited-color);
}

.of dl dt a{
  border: 2px solid #009b83;
}

.pd dt img{
  width: max(15vmin, 150px);
}

#lineup .notice.n2{
  text-align: center;
  padding: 10px;
  background-color: #fff;
  border-radius: 20px;
  margin-top: -8%;
  margin-bottom: 4%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 13;
  width: max(100vmin, 900px);
  color: #586977;
  font-size: max(1.4vmin, 14px)
}

.lim-pkg{
  margin-top: max(4vmin, 40px)
}

.of dl,
.lim-pkg dl{
  display: flex;
  align-items: center;
  width: max(100vmin, 900px);
  border: 6px solid #006ab1;
  border-radius: 20px;
  margin: 0 auto;
  color: #006ab1;
  z-index: 13;
  position: relative;
  /*margin-top: -6%*/
}

.of dl{
  border: 6px solid #009b83;
  color: #009b83;
}

.of dl dd,
.lim-pkg dl dd{
  display: flex;
  align-items: stretch;
}

.lim-pkg dl dd{
  align-items: center;
}

.of dl dd p,
.lim-pkg dl dd p{
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: max(2vmin, 22px);
  border-right: 6px solid #006ab1;
  text-align: center;
  padding: 20px
}

.of dl dd p{
  border-right: 6px solid #009b83;
  padding: 0 20px
}

.of dl dd img{
  width: max(15vmin, 150px)
}

.lim-pkg dl dd img{
  width: max(30vmin, 300px);
  height: auto;
  margin-left: max(2vmin, 20px);
}

.of dl dt .cap,
.lim-pkg dl dt .cap{
  display: flex;
  justify-content: space-between;
}

.of dl dt{
  padding: 4vmin 4vmin 0 2vmin
}

.lim-pkg dl dt{
  padding: 0 4vmin 0 2vmin;
  width: 100%
}

.of dl dt .cap h4{
  font-size: max(2vmin, 18px);
  line-height: 1;
  margin-top: max(0.8vmin, 6px);
}

.of dl dt p,
.lim-pkgdl dt p{
  text-align: justify;
  margin-top: max(2vmin, 20px);
  font-size: max(1.6vmin, 14px)
}

.pk .modal-box{
  display: flex;
}

.pk .modal-box>dd img{
  width: max(24vmin, 240px)
}

.pk .modal-box>dt{
  margin-left: max(2vmin, 20px);
}

.pk .modal-box>dt ul{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%
}

.pk .modal-box>dt ul li p{
  font-size: max(1.4vmin, 12px);
  font-family: 'Fredoka', sans-serif;
  font-weight: 700;
}

.pk .modal-box>dt ul li div{
  position: relative;
}

.pk .modal-box>dt ul li dl{
  border: 6px solid #006ab1;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  padding: max(2vmin, 20px);
  cursor: pointer;
}

.pk .modal-box>dt ul li div:after{
  content: "";
  background-color: #fff5f2;
  border-radius: 20px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 8
}

.pk .modal-box>dt ul li.k02{
  color: #da1e78;
}

.pk .modal-box>dt ul li.k02 dl{
  border: 6px solid #da1e78;
}

.pk .modal-box>dt ul li.k03{
  color: #009b83;
}

.pk .modal-box>dt ul li.k03 dl{
  border: 6px solid #009b83;
}

.pk .modal-box>dt ul li dl dd{
  font-size: max(2.6vmin, 28px);
}

.pk .modal-box>dt ul li dl dt{
  font-size: max(1.8vmin, 16px);
  font-family: 'Fredoka', sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-left: max(4vmin, 40px);
}

.pk .modal-box>dt ul li dl dt img{
  height: max(1.2vmin, 12px);
  margin-right: max(0.6vmin, 6px);
}

.mvb{
  display: flex;
  align-items: center;
  flex-direction: column;
}

.mv{
  width: max(100vmin, 900px);
/*  border-radius: 40px;
  overflow: hidden;*/
  margin-top: max(1vmin, 10px);
  display: flex;
  justify-content: space-between;
}

.mv li{
  width: 49%;
  text-align: center;
}

.mv img{
  width: 100%
}

.cast,
.cast-detail{
  width: max(100vmin, 900px);
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-top: max(4vmin, 40px);
}

.cast-detail{
  justify-content: space-between;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #666666;
  text-align: justify;
  font-size: max(1.4vmin, 14px);
  /*align-items: flex-start;*/
  align-items: stretch;
}

.cast dd{
  width: max(33vmin, 300px);
  margin-right: max(3vmin, 30px);
}

.cast dd img{
  width: 100%
}

.cast dt{
  width: calc(100% - max(36vmin, 330px))
}

.cast dt h4,
.cast dt p{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.cast dt h4{
  color: #444;
  font-weight: 900;
  font-size: max(3.6vmin, 36px);
}

.cast-detail h5{
  font-weight: 900;
}

.cast dt h4:after{
  content: "";
  height: 4px;
  border-radius: 4px;
  background-color: #cacaca;
  display: block;
  width: 100%;
  margin-top: max(1vmin, 10px);
  margin-bottom: max(1vmin, 10px);
}

.cast dt p{
  color: #666666;
  text-align: justify;
}

.cast-detail li{
  width: 46%;
}

.cast-detail li.line{
  width: 2px;
  border-radius: 2px;
  background-color: #cacaca;
  display: block;
}

#event{
  background-color: #8ccfdb;
  position: relative;
  overflow: hidden;
  margin-top: 11vh
}

#event.no-special{
  margin-top: 4vh
}

#event:before{
  content: "";
  background: url(../img/line_03.svg) center bottom repeat-x;
  background-size: 4vmin;
  padding-bottom: 3vmin;
  position: absolute;
  width: 100%;
  top: -2vmin;
  z-index: 9
  /*transform: scale(1, -1);*/
}

#event .gl{
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-align: center;
}

#event .gl:before{
  content: "";
  background: url(../img/gl.svg) right top no-repeat;
  background-size: 100%;
  position: absolute;
  width: 30vw;
  height: 50vw;
  top: 0;
  right: 0;
  /*transform: scale(1, -1);*/
}

#event .gl:after{
  content: "";
  background: url(../img/gl.svg) left top no-repeat;
  background-size: 100%;
  position: absolute;
  width: 30vw;
  height: 50vw;
  top: 0;
  left: 0;
  transform: scale(-1, 1);
}

.cara1{
  width: max(80vmin, 740px);
  margin: 0 auto;
  margin-top: max(2vmin, 20px);
}

.cont{
  color: #fff;
  margin-top: max(3vmin, 30px);
}

.pf>dl{
  display: flex;
  align-items: center;
  width: max(100vmin, 1000px);
  border: 6px solid #fff;
  border-radius: 20px;
  margin: 0 auto;
  color: #fff;
  z-index: 13;
  position: relative;
  margin-top: max(3vmin, 30px);
}

.pf>dl dd{
  display: flex;
  align-items: stretch;
  margin-right: max(3vmin, 30px);
}

.pf>dl dd p{
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: max(2vmin, 22px);
  border-right: 6px solid #fff;
  text-align: center;
  padding: 20px;
  margin-right: max(3vmin, 30px);
}

.pf>dl dd img{
  width: max(15vmin, 150px)
}

.pf>dl dt ul{
  display: flex;
  flex-direction: column;
}

.pf>dl dt ul li{
  text-align: left;
  font-size: max(1.8vmin, 20px);
}

.pf>dl dt ul li p{
  display: inline-block;
}

.pf>dl dt ul li span{
  font-size: 80%
}

.pf>dl dt ul li+li{
  margin-top: max(0.8vmin, 8px);
}

.cara2{
  width: 110vw;
  margin-left: -5vw;
  position: relative;
  z-index: 8
}

.info {
  margin-top: max(3vmin, 30px);
}

.info .box{
  background-color: #abda68;
  line-height: 0;
  position: relative;
  z-index: 9;
  margin-top: max(-25vmin, -250px);
  padding-bottom: max(10vmin, 100px);
  position: relative;
}

.info .box img{
  width: max(80vmin, 800px);
}

.info .box:after{
  content: "";
  background: url(../img/line_03.svg) center bottom repeat-x;
  background-size: 4vmin;
  padding-bottom: 3vmin;
  position: absolute;
  width: 100%;
  bottom: -2vmin;
  transform: scale(1, -1);
}

.faq1{
  text-align: center;
}

.faq1 img{
  width: max(25vmin, 250px);
}

.faq-list li{
  display: flex;
  justify-content: center;
  position: relative;
  width: max(98vmin, 980px);
  margin: 0 auto
}

.faq-list li+li{
  margin-top: max(2vmin, 20px); 
}

.faq-list dl{
  border-radius: 20px;
  width: max(98vmin, 980px);
  padding: 20px;
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.faq-list li:after{
  content: "";
  border-radius: 20px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 8;
  opacity: 0;
  transition: 0.2s
}

.faq-list li.q1:after{
  background-color: #edf1ff;
}

.faq-list li.q2:after{
  background-color: #ffe6e6;
}

.faq-list li.q3:after{
  background-color: #ede6ef;
}

.faq-list li.q4:after{
  background-color: #ecefe6;
}

.faq-list li.active:after{
  opacity: 1
}

.faq-list .q1 dl{
  border: 6px solid #006ab1;
}

.faq-list .q2 dl{
  border: 6px solid #da1e78;
  color: #da1e78;
}

.faq-list .q3 dl{
  border: 6px solid #803b88;
  color: #803b88;
}

.faq-list .q4 dl{
  border: 6px solid #009b83;
  color: #009b83;
}


.faq-list dd{
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  font-size: max(2.8vmin, 28px);
}


.faq-list dd span{
  font-size: max(1.8vmin, 16px);
  font-family: 'Fredoka', sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: max(2vmin, 20px);
  font-size: max(1.8vmin, 16px);
  width: max(9vmin, 80px);
}

.faq-list dd span img {
    height: max(1vmin, 10px);
    margin-right: max(0.6vmin, 6px);
    transition: 0.2s
}

.faq-list .active dd span img{
  transform: rotate(180deg);
}

.faq-list dd span:after{
  content: "OPEN";
  transition: 0.2s
}

.faq-list .active dd span:after{
  content: "CLOSE"
}

.faq-list dt{
  display: none;
}

.faq-list .ab{
  display: flex;
  margin-top: max(1.4vmin, 14px);
}

.faq-list dt div.answer{
  width: max(24vmin, 240px);
  padding-left: max(2vmin, 20px);
  margin-right: max(4vmin, 40px);
  box-sizing: border-box;
  display: flex;
    align-items: center;
}

.faq-list dt div.answer img{
  width: 100%
}

.faq-list dt div.txt{
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: #fff;
  text-decoration-thickness: 20%;
  text-underline-offset: 10%;
  line-height: 2;
  font-size: max(2.8vmin, 28px);
  border: 4px solid #fff;
  border-radius: 20px;
  padding: 10px 20px;
  box-sizing: border-box;
  width: calc(100% - max(28vmin, 280px));
      display: flex;
    align-items: center;
}

.other{
  display: flex;
  justify-content: center;
  margin-top: max(2vmin, 20px); 
}

.other a{
  display: block;
  border: 2px solid #006ab1;
  border-radius: 10px;
  padding: 10px 50px
}

.outro{
  width: max(120vmin, 1000px);
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}



.outro:before{
  content: "・";
  text-align: center;
  width: 100%;
  display: block;
  line-height: 0;
  margin: 5vh 0
}

.outro .rc{
  font-size: max(1.4vmin, 14px);
  color: #000000
}

.outro .rc h2{
  font-size: max(2.6vmin, 26px);
  text-align: center;
  font-weight: 900;
  margin-bottom: max(1vmin, 10px);
  color: #e70012;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.outro .rc dl{
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 30px;
  border: 4px solid #e70012
}

.outro .rc dl dd{
  width: max(15vmin, 150px);
  margin-right: max(3vmin, 30px);
}

.outro .rc dl dt{
  width: calc(100% - max(18vmin, 180px));
  text-align: justify;
  line-height: 1.8
}

.outro .rc dl h3{
  font-weight: 900;
  color: #e70012;
}

.outro .rc dl dt a{
  color: #0080c3;
  text-decoration: underline;
  position: relative;
}

.outro .rc dl dt a:after{
  content: "";
  background: url(../img/blank.svg) center no-repeat;
  position: absolute;
  display: block;
  height: 100%;
  width: 10%;
  right: -15%;
  top: 0;
}

.outro .rc dl p+p{
  margin-top: max(1vmin, 10px);
}

footer{
  padding-bottom: 16vh;
  background-color: #fff;
  position: relative;
  margin-top: max(5vmin, 50px);
  padding-top: max(4vmin, 40px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;

}

footer:before {
    content: "";
    background: url(../img/line_01.svg) center bottom repeat-x;
    background-size: 4vmin;
    padding-bottom: 3vmin;
    position: absolute;
    width: 100%;
    top: -2vmin;
    transform: scale(1, 1);
}


footer .ft,
footer .ft>dd{
  display: flex;
}

footer .ft{
  align-items: center;
}

footer .ft>dd{
  align-items: flex-end;
}

footer .ft{
width: max(120vmin, 1000px);
margin: 0 auto;

  color: #000000;
  justify-content: space-between;
}



footer .ft img{
  height: max(6vmin, 60px);
  width: auto;
}

footer .brand{
  display: flex;
  flex-direction: column;
  margin-left: max(2vmin, 20px);
}

footer .brand dd{
  margin-bottom: max(1vmin, 10px);
  font-size: max(1.2vmin, 12px);
}

footer .brand ul{
  display: flex;

}

footer .brand ul li{
  box-sizing: border-box;
  border: 1px solid #e1e1e1
}

footer .brand ul li+li{
  margin-left: max(1vmin, 10px);
}

footer .link{
  display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: max(3vmin, 30px);
}

footer .link ul{
  display: flex;
  font-size: max(1.2vmin, 10px);
}

footer .link ul li:after{
  content: "　|　";
}

footer .link ul li:last-child:after{
  content: none;
}

footer .link .copy{
  display: flex;
  font-size: max(1vmin, 10px);
  margin-top: max(1vmin, 10px);
}

.modaal-video-wrap{
  margin: auto;
}

.modaal-inner-wrapper{
  padding-left: 10px;
  padding-right: 10px;
  
}

.modaal-overlay{
  background-color: #eae7ec !important
}

.modaal-close:after, .modaal-close:before{
  background-color: #006ab1
}

.modaal-container{
  background-color: transparent;
  box-shadow: none;
}

.modaal-content{
  height: 80vh;
}

.modaal-gallery-item.is_active{
  height: 100%
}

/*.modaal-gallery-item.is_active{
  display: flex;
  align-items: center;

  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}*/

.modaal-gallery-item.is_active img{
  width: auto !important;
  height: 100% 
}

.mv .video{
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 40px;
  overflow: hidden;
  opacity: 1;
  transition: 0.2s
}

.mv .video:hover{
  opacity: 0.8
}

.mv .btn:after{
    content: "▶";
    display: block;
    color: #0089cf;
    font-size: 80%;
    position: absolute;
    z-index: 9;
    border: max(0.3vmin, 3px) solid #0089cf;
    background-color: rgba(255,255,255,0.8);
    width: max(3vmin, 30px);
    height: max(3vmin, 30px);
    border-radius: max(3vmin, 30px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.under{
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-color: red;
    text-decoration-thickness: 14%;
    text-underline-offset: 20%;
}


@media screen and (max-device-width: 1024px){

body {
  font-size: 16px;
}

  .wave .items{
  width: 800vw;
}

.wave .items .item{
  width: 200vw
}

.linkmenu{
  padding: 0 3vw
}

header.open{
  height: 38vh
}

.header.open .outer{
  top: 36vh
}

#slider{
  background-size: contain;
  background-position: center bottom;
}

.swiper-wrapper{
  top: 18vw
}

.swiper-backface-hidden .swiper-slide{
  transform: scale(0.88);
}

.swiper-backface-hidden .swiper-slide-active{
  transform: scale(1);
}

.swiper-slide{
  width: 80% !important
}

#slider{
  /*height: 112vw*/
  height: 104vw
}

.swiper-slide-active:after{
  width: 24px;
  height: 16px;
  bottom: 10px
}

.swiper-slide{
  border-radius: 6.8%
}

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

.header .wave01 .items {
  animation: wave-move-x-01 30s -25s linear infinite;
}
.header .wave02 .items {
  animation: wave-move-x-01 15s -50s linear infinite;
}
.header .wave03 .items {
  animation: wave-move-x-01 0s 100s linear infinite;
}

#slider .wave01 .items {
  animation: wave-move-x-01 30s -25s linear infinite;
  animation-direction:reverse;
}
#slider .wave02 .items {
  animation: wave-move-x-01 15s -50s linear infinite;
  animation-direction:reverse;
}
#slider .wave03 .items {
  animation: wave-move-x-01 0s 100s linear infinite;
  animation-direction:reverse;
}

#slider .wave{
  /*position: absolute;*/
  /*z-index: 9;*/
  bottom: -20px
}

#topics:before{
  /*display: none;*/
      background-size: 30px;
    padding-bottom: 10px;
    top: -10px
}

.caption{
  margin-top: 30px;
  padding-top: 20px;
  font-size: 18px;
  margin-bottom: 40px;
  z-index: 9
}

#topics .caption{
  margin-top: 0px;
  margin-bottom: 20px
}

.caption:before{
  height: 44px;
  margin-top: -8px
}

#topics{
  padding-bottom: 40px;
  background-size: 30px;
  padding-top: 10px
}

.tplist{
  flex-direction: column;
}

.tplist li{
  width: 100%
}

.tplist li+li{
  margin-top: 10px;
  margin-left: 0
}

.tplist a{
  flex-direction: row;
  align-items: center;
}

.tplist a img{
  border-radius: 10px;
  width: 20%;
  margin-right: 3%
}

.tplist a div{
  width: 77%
}

.tplist data{
  margin: 0 0 8px;
}

.caption+.intro{
  margin-top: -20px
}

.intro dl{
  flex-direction: column;
  align-items: center;
}

.intro dl dd img{
  height: 40vh;
  margin-left: -6vmin
}

.intro .lf{
  z-index: 7;
  height: auto;
  margin-left: -35vw;
  width: 110vw;
  margin-top: 13vh;
}

.intro .rg{
  z-index: 8;
  margin-right: -80vw;
  margin-top: 2vh;
  width: 55vw;
  height: auto;
}

.intro dl dt{
  padding: 0 10vw;
  margin-left: 0;
  margin-top: 20px
}

.intro dl h3{
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px
}

.intro dl p{
  font-size: 14px;
  line-height: 22px
}

.intro dl p br{
  display: none;
}

.intro dl p+p{
  margin-top: 14px;
}

.slogan{
  padding: 0 10%;
  margin-top: 60px
}

.point ul{
  padding: 0 0 0 2%;
  flex-direction: column;
}

.point ul li+li{
  margin-left: 0;
  margin-top: 20px
}

.point ul li{
  flex-direction: row;
  align-items: center;
}

.point ul li img{
  width: 45%;
  position: relative;
  z-index: 9
}

.point ul li.p1 h3:after {
    background: url(../img/ribon_01.svg) center right no-repeat;
    background-size: 120%;
}

.point ul li.p2 h3:after {
    background: url(../img/ribon_02.svg) center right no-repeat;
    background-size: 120%;
}

.point ul li.p3 h3:after {
    background: url(../img/ribon_03.svg) center right no-repeat;
    background-size: 120%;
}

.point ul li h3:after{
  z-index: 8;
  height: 40px;
  margin-top: -2.4vw;
}

.point ul li h3{
  font-size: 16px
}

.point ul li div{
  margin-top: 0;
  position: absolute;
  width: 100vw;
  left: 0;
  padding-left: 40vw;
  padding-right: 5vw;
  margin-top: 4vw
}

.point ul li p{
  margin-top: 14px;
  font-size: 14px
}

.point .notice{
  font-size: 12px;
  padding: 0 8%;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: justify;
}

.kodawari{
  margin-top: 40px
}

.kodawari span img{
  height: 100px
}

.kodawari:after{
  height: 140px;
  margin-top: -20px
}

.ny .box{
  margin-top: -50px;
  padding-top: 70px;
  padding-bottom: 50px;
  background-image: none;
}

.ny .box:before{
    background-size: 30px;
    padding-bottom: 30px;
    top: -28px;
}

.box p.txt{
  width: 100%;
  padding: 0 5%;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px
}

.ny1301{
  width: 90%;
  margin: 20px 5% 0;
  padding: 20px 10px
}

.ny1301 h3{
  flex-direction: column;
  text-align: center;
  font-size: 22px;
  line-height: 30px
}

.ny1301 h3 img{
    margin-right: 0;
    height: 100px;
}

.ny1301 h4{
    font-size: 16px;
    margin-top: 20px;
}

.ny1301 ul{
  margin-top: 10px;
  font-size: 10px
}

.ny1301 ul li{
  text-align: center;
  width: 24%;
  padding: 3px;
  letter-spacing: -0.4px
}

.notice.n1{
  margin-top: 10px;
  font-size: 10px
}

.ny1301 dl{
  flex-direction: column;
  margin-top: 20px;
  align-items: center;
}

.ny1301 dl dd,
.ny1301 dl dt{
  width: 100%;
  margin-left: 0;
  font-size: 12px;
  line-height: 18px
}

.ny1301 dl dt{
  margin-top: 6px
}

.notice.n2{
  margin-top: 18px;
  font-size: 12px;
  line-height: 18px
}


.note h2{
  font-size: 16px;
  color: #fff
}

.note{
  margin-bottom: 0px;
  width: 100%;
  padding: 0 5%
}

.note div{
  padding: 20px;
  font-size: 10px;
  line-height: 16px
}

.ny .box:after{
    background-size: 30px;
    padding-bottom: 15px;
    bottom: -6px;
}

#lineup{
  background-position: 100% 0%
}

#lineup .caption{
  margin-top: 0;
  padding-top:50px;
}

.pd{
  margin-top: -40px
}

.pd dl,
.pd.bb dl,
.pd.sb dl,
.pd.lm dl{
    flex-direction: column-reverse;
    align-items: center;
    background-size: 250%;
    background-position: 50% 0;
    padding-bottom: 0
}

.pd.bb dl{
  background-position: 50% 50%;
}

.pd dt img{
  width: 25vw
}

.pd dd,
.pd.bb dd, .pd.lm dd{
  width: 100%;
  margin-right: 0;
  padding: 0 5%;
  margin-left: 0
}

.pd dd h3, .of dt h3{
  font-size: 20px
}

.pd dd h3:after, .of dt h3:after{
  margin-top: -5px;
    height: 40px;
}

.of dt h3:after{
  margin-top: -2px;
}

.pd dd h4,
.of dl dt .cap h4{
font-size: 20px;
    margin-top: 20px;
}

.of dl dt .cap h4{
  margin-top: 12px
}

.pd dd p {
    text-align: justify;
    padding: 0 10px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px
}

.pd.plain .il {
    margin-left: 0;
    width: 55vw;
    top: 30vw;
    left: -15vw;
}

.pd.bb .il {
    margin-right: 0;
    width: 60vw;
    top: 25vw;
    right: -20vw;
}

.pd.bb .sz {
    width: 100vw;
    left: -30vw;
    top: 5vw;
}

.pd.sb .sz {
    width: 100vw;
    right: -20vw;
    top: 0;
}

.pd.bb, .pd.sb, .pd.lm{
  margin-top: 0
}

.pd.sb .il {
    margin-left: 0;
    width: 50vw;
    top: 20vw;
    left: -10vw;
}

.pd.lm .sz {
    width: 100vw;
    left: -40vw;
    top: 0;
}

.pd.lm .il {
    right: 40px;
    width: 80px;
    top: 40vw;
}

#lineup .notice.n2{
  font-size: 10px;
  margin-top: 0px;
  margin-bottom: 40px;
  width: 90%;
  letter-spacing: -0.2px;
  padding: 6px 2px;
}

.of dl,
.lim-pkg dl{
  flex-direction: column;
  width: 90%;
  margin: 20px 5%
}

.of dl dd,
.lim-pkg dl dd {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.of dl dd img,
.lim-pkg dl dd img {
    width: 22vw;
    margin-left: 0;
}

.lim-pkg .end{
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0
}

.lim-pkg dt h5{
  text-align: center;
  font-size: 18px
}

.lim-pkg dl dd img{
  width: 60vw
}

.of dl dd,
.lim-pkg dl dd {
    align-items: center;
    flex-direction: column;
    width: 100%
}

.of dl dd p,
.lim-pkg dl dd p {
    writing-mode: inherit;
    text-orientation: inherit;
    font-size: 16px;
    border-right: none;
    text-align: center;
    padding: 10px;
    border-bottom: 6px solid #006ab1;
    width: 100%
}

.of dl dd p{
  border-bottom: 6px solid #009b83;
}

.of dl dt{
  padding: 0 20px
}

.lim-pkg dl dt{
  padding: 0 20px 20px
}

.of dl dt .cap,
.lim-pkg dl dt .cap {
    justify-content: inherit;
    flex-direction: column;
    align-items: center;
}

.of dl dt p,
.lim-pkg dl dt p {
    margin-top: 20px;
    font-size: 12px;
    line-height: 18px
}

.lim-pkg dl dt p{
  margin-top: 0;
  letter-spacing: -0.2px;
  text-align: center;
}

.of dt h3,
.lim-pkg dt h3{
  width: 100%
}

.pk .box:before{
  background-size: 30px;
    padding-bottom: 10px;
    top: 0
}

.pk .modal-box>dt ul li dl dd{
  font-size: 12px;
  letter-spacing: -1.2px
}

.pk .modal-box>dt ul li.k02 dl dd,
.pk .modal-box>dt ul li.k03 dl dd{
  letter-spacing: 0px
}

.pk .modal-box{
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
}

.pk .modal-box>dd img{
  width: 34vw
}

.pk .modal-box>dt ul li dl{
  flex-direction: column;
  border-radius: 10px;
  padding: 4px 8px;
}

.pk .modal-box>dt ul li div:after{
  border-radius: 10px;
  left: 6px;
  top: 6px
}

.pk .modal-box>dt ul li dl dt{
  font-size: 10px;
  margin-left: 4px;
  margin-top: 2px
}

.pk .modal-box>dt ul li dl{
  border: 4px solid #006ab1
}

.pk .modal-box>dt ul li.k02 dl {
    border: 4px solid #da1e78;
}

.pk .modal-box>dt ul li.k03 dl {
    border: 4px solid #009b83;
}

.pk .modal-box>dt ul li dl dt img {
    height: 10px;
    margin-right: 6px;
}

.pk .modal-box>dt{
  margin-left: 10px;
  width: 100%
}

.pk .modal-box>dt ul{
  justify-content: center;
}

.pk .modal-box>dt ul li+li{
  margin-top: 14px
}

.pk .box:after{
  background-size: 30px;
    padding-bottom: 8px;
    bottom: 0
}

.modaal-gallery-item.is_active img{
  width: 100% !important;
  height: auto;
}

.pk .box{
  margin-top: -50px;
    padding-top: 60px;
    padding-bottom: 40px;
    background-size: cover;
}

.mvb>p{
  text-align: center;
  padding: 0 10%
}

.mv{
  width: 90%;
  border-radius: 10px
}

.mv .video {
  border-radius: 10px;
}

.mv .btn:after{
    /*width: 80px;
    height: 80px;
    border-radius: 80px;*/
    width: 20px;
    height: 20px;
    border: 2px solid #0089cf;
    border-radius: 20px;
    font-size: 60%
}

.cast,
.cast-detail {
    width: 90%;
    margin-top: 30px;
    position: relative;
}

.cast-detail{
  font-size: 11px;
  flex-direction: column;
}

.cast dd{
  width: 40vw;
  margin-right:0;
  position: absolute;
  top: 0
}

.cast dt{
  width: 100vw;
}

.cast dt div{
  padding-left: 45vw;
    display: flex;
    flex-direction: column;
    height: 30vw;
    justify-content: center;
    margin-bottom: 20px
}

.cast dt h4{
  /*font-size: 36px;*/
  font-size: 28px;
}

.cast dt h4:after{
  margin-bottom: 0;
  margin-top: 10px
}

.cast-detail h5{
  margin-bottom: 4px
}

.cast dt p{
  font-size: 12px;
  line-height: 18px
}

.cast-detail li{
  width: 100%
}

.cast-detail li.line{
  height: 2px;
  margin: 20px auto;
  width: 100%
}

.cara1 {
    width: 90%;
    margin-top: 10px;
}

.cont{
  margin-top: 30px;
}

.cont>p{
  padding: 0 5%;
  font-size: 14px;
  text-align: left;
}

.cont>p br{
  display: none;
}

#event{
  margin-top: 6vh
}

.pf>dl {
    flex-direction: column;
    width: 90%;
    margin: 20px 5%;
}

.info .box img{
  width: 90%;
  margin: 0 5%
}

.info .box img+img{
  margin-top: 10px
}

.pf>dl dd {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin: 0;
}

.pf>dl dd img {
    width: 22vw;
}

.pf>dl dd p {
    writing-mode: inherit;
    text-orientation: inherit;
    font-size: 16px;
    border-right: none;
    text-align: center;
    padding: 10px;
    border-bottom: 6px solid #fff;
    width: 100%;
    margin: 0 0 20px
}

.pf>dl dt{
  padding: 20px
}

.pf>dl dt ul li{
  line-height: 20px;
  font-size: 16px;
  padding-left: 20vw;
  position: relative;
}

.pf>dl dt ul li p{
  display: block;
  font-size: 12px;
  width: 20vw;
  position: absolute;
  left: 0
}

.info{
  margin-top: 30px
}

.info .box{
  margin-top: -15vw;
  padding-bottom: 50px
}

.cara2{
width: 180vw;
    margin-left: -40vw;
}

.info .box:after{
  background-size: 30px;
    padding-bottom: 10px;
    bottom: 0
}

.faq1 img{
  width: 200px
}

.faq-list{
  width: 90%;
  margin: 0 5%
}

.faq-list li{
  width: 100%
}

.faq-list dl{
  width: 100%
}

.faq-list dd{
  font-size: 16px;
  padding-right: 60px;
  position: relative;
  align-items: center;
}

.faq-list dd span{
      margin-left: 10px;
    font-size: 10px;
    width: 50px;
    position: absolute;
    right: 0
}

.faq-list dd span img{
  height: 8px
}

.faq-list dt div.answer{
  width: 100%;
  padding-left: 0;
  margin-right: 0;
  padding: 0 20%;
}

.faq-list .ab{
  margin-top: 10px;
  flex-direction: column;
}

.faq-list dt div.txt{
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  padding: 10px
}

.outro{
  width: 100%;
  padding: 0 5%
}

.outro .rc h2{
  font-size: 20px;
  line-height: 28px
}

.outro .rc{
  font-size: 12px;
  line-height: 18px;
}

.outro .rc dl{
  flex-direction: column;
  padding: 30px 20px 20px;
}

.outro .rc dl h3{
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px
}

.outro .rc dl dd{
  width: 150px;
  margin: 0
}

.outro .rc dl dt{
  width: 100%;
  margin-top: 0
}

footer:before{
  background-size: 30px;
    padding-bottom: 10px;
    top: 0
}

footer .ft{
  width: 100%;
  padding: 0 5%;
  flex-direction: column;
}

footer .ft>dd{
  flex-direction: column;
  align-items: center;
}

footer .brand{
  margin-left: 0
}

footer .brand dd{
  text-align: center;
  margin-bottom: 10px;
  font-size: 12px
}

footer .brand ul{
  justify-content: space-between;
}

footer .brand ul li{
  width: 30%
}

footer .brand ul li img{
  width: 100%;
  height: auto;
}

footer .brand ul li+li{
  margin-left: 0
}

footer .link{
  width: 100%
}

footer .link ul{
  flex-direction: column;
  font-size: 12px;
  width: 100%
}

footer .link ul li:after{
  content: ""
}

footer .link ul li+li{
  padding-top: 10px;
  border-top: 1px solid #e1e1e1;
  margin-top: 10px
}

footer .link .copy{
  text-align: center;
  font-size: 10px;
  margin-top: 30px;
  letter-spacing: -0.2px;
  width: 100%;
  justify-content: center;
  /*letter-spacing: -0.4px*/
  white-space: nowrap;
}

footer .link{
  margin-top: 20px
}

.modaal-content{
  height: 50vh;
}

}