@charset "UTF-8";
/*=============================================================
 01_base
=============================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  padding: 0;
  margin: 0;
}

ol, ul {
  list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
}

body {
  font-size: 62.5%; /* 16px -> 10px */
}

div {
  line-height: 0;
  box-sizing: border-box;
}

dt, dd, li,
caption, th, td,
input, button, textarea, select,
h1, h2, h3, h4, h5, h6, address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p input, p button, p select,
li h1, li h2, li h3, li h4, li h5, li h6, li p, li dt, li dd, li li, li th, li td, li input, li button, li textarea, li select,
dd h1, dd h2, dd h3, dd h4, dd h5, dd h6, dd p, dd dt, dd dd, dd li, dd th, dd td, dd input, dd button, dd textarea, dd select,
tr h1, tr h2, tr h3, tr h4, tr h5, tr h6, tr p, tr dt, tr dd, tr li, tr input, tr button, tr textarea, tr select {
  font-size: 100%;
}

input, button, select, option, textarea {
  font-size: 14px;
}

figure {
  margin: 0;
}

a,
a:link,
a:visited {
  color: #1d99c1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  position: relative;
  box-sizing: border-box;
}

br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

/*-----------------------------------------------
 cf 
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}
@media only screen and (max-width: 768px) {
  .hover :hover {
    animation: unset;
    -webkit-animation: unset;
    -moz-animation: unset;
  }
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  body {
    width: 100vw;
    overflow: hidden !important;
  }
}
body a {
  border: none;
}

@-webkit-keyframes star {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
}

@keyframes star {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
}
@-webkit-keyframes kv-balloon {
  0% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(2%);
  }
}
@keyframes kv-balloon {
  0% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(2%);
  }
}
@-webkit-keyframes balloon {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
@keyframes balloon {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
@-webkit-keyframes circle {
  0% {
    -webkit-mask-image: radial-gradient(transparent 0%, black 0%);
            mask-image: radial-gradient(transparent 0%, black 0%);
  }
  100% {
    -webkit-mask-image: radial-gradient(transparent 60%, black 60%);
            mask-image: radial-gradient(transparent 60%, black 60%);
  }
}
@keyframes circle {
  0% {
    -webkit-mask-image: radial-gradient(transparent 0%, black 0%);
            mask-image: radial-gradient(transparent 0%, black 0%);
  }
  100% {
    -webkit-mask-image: radial-gradient(transparent 60%, black 60%);
            mask-image: radial-gradient(transparent 60%, black 60%);
  }
}
#intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 50;
}
@media only screen and (max-width: 768px) {
  #intro img {
    width: 100%;
  }
}
#intro .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150vw;
  height: 150vw;
  background-color: #fff;
  -webkit-clip-path: circle(50%);
          clip-path: circle(50%);
  -webkit-mask-image: radial-gradient(transparent 0.5%, black 0.5%);
          mask-image: radial-gradient(transparent 0.5%, black 0.5%);
}
@media only screen and (max-width: 768px) {
  #intro .circle {
    width: 150vh;
    height: 150vh;
  }
}
#intro .circle-cover {
  display: block;
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
#intro .cover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg_intro_cover.png") repeat-x 50% 32%;
  background-size: cover;
  transform-origin: 52.5% 46%;
}
@media only screen and (max-width: 768px) {
  #intro .cover {
    background: url("../img/bg_intro_cover-sp.png") repeat-x 50% 32%;
    background-size: auto 100%;
    transform-origin: 54% 44%;
  }
}
#intro .logo {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  #intro .logo {
    width: 35vw;
    top: 48%;
  }
}

#header {
  position: fixed;
  top: 60px;
  right: -100px;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  #header img {
    width: 100%;
  }
}
#header #btn-nav {
  display: none;
}
@media only screen and (max-width: 768px) {
  #header #btn-nav {
    display: block;
    position: fixed;
    top: 0;
    right: 4.6875vw;
    width: 11.71875vw;
    height: 12.65625vw;
    background: url("../img/global/nav_open.png") no-repeat top center;
    background-size: contain;
    z-index: 30;
  }
}
@media only screen and (max-width: 768px) {
  #header #btn-nav::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/global/nav_close.png") no-repeat top center;
    background-size: contain;
    opacity: 0;
    transition: all 0.3s ease;
  }
}
@media only screen and (max-width: 768px) {
  #header #btn-nav.active::after {
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  #header .nav-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 7.8125vw 0;
    background: url("../img/global/bg_nav.png") no-repeat top center;
    background-size: cover;
  }
}
#header .nav-box .nav-logo {
  display: none;
}
@media only screen and (max-width: 768px) {
  #header .nav-box .nav-logo {
    display: block;
    width: 28.28125vw;
    margin: 0 auto 6.25vw;
  }
}
#header .nav-box .sns {
  display: none;
}
@media only screen and (max-width: 768px) {
  #header .nav-box .sns {
    display: flex;
    width: 25.9375vw;
    justify-content: space-between;
    margin: 0 auto 12.5vw;
    background: transparent;
  }
}
@media only screen and (max-width: 768px) {
  #header .nav-box .sns li {
    width: 10.9375vw;
  }
}
#header nav ul li {
  width: 290px;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #header nav ul li {
    width: 90.15625vw;
    margin: 0 auto 3.4375vw;
  }
}
#header nav ul li a {
  position: relative;
  display: block;
  font-size: 16px;
  font-family: "vdl-logojrblack", sans-serif;
  font-weight: 900;
  color: #000;
  line-height: 1;
  font-style: normal;
  padding: 14px 45px;
  letter-spacing: 0.05em;
  border-radius: 50px;
  background-color: #fff;
  border: 2px solid #000;
  box-shadow: 0 3px 0 #000;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #header nav ul li a {
    padding: 2.5vw 0 2.5vw 11.71875vw;
    font-size: 4.375vw;
    display: flex;
    align-items: center;
  }
}
#header nav ul li a::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 53%;
  left: 13px;
  transform: translateY(-50%);
  background: url("../img/global/nav_emblem.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #header nav ul li a::before {
    width: 7.5vw;
    height: 7.65625vw;
    top: 53%;
    left: 1.5625vw;
  }
}
#header nav ul li a span.color {
  color: #005ac8;
}
#header nav ul li a span.jp {
  display: block;
  font-size: 10px;
  font-weight: 900;
  color: #fc821e;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 2px;
  margin-left: 2px;
}
@media only screen and (max-width: 768px) {
  #header nav ul li a span.jp {
    font-size: 2.03125vw;
    position: relative;
    display: inline-block;
    top: -0.46875vw;
    margin-left: 1.25vw;
  }
}
#header nav ul li:hover {
  transform: translateX(-30px);
}
@media only screen and (max-width: 768px) {
  #header nav ul li:hover {
    transform: translateX(0);
  }
}
#header nav ul li:nth-child(3) a span.jp {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  #header nav ul li:nth-child(3) a span.jp {
    margin-left: 1.25vw;
  }
}
#header nav ul li:nth-child(4) a {
  font-size: 16px;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 768px) {
  #header nav ul li:nth-child(4) a {
    font-size: 4.375vw;
    letter-spacing: 0;
  }
}
#header nav ul li:nth-child(4) a span.style {
  display: inline-block;
  transform: scale(0.82, 1);
  margin-left: -14px;
}
@media only screen and (max-width: 768px) {
  #header nav ul li:nth-child(4) a span.style {
    transform: unset;
    margin-left: 0;
  }
}
#header nav ul li:nth-child(4) a span.jp {
  letter-spacing: 0.05em;
  margin-left: 4px;
}
@media only screen and (max-width: 768px) {
  #header nav ul li:nth-child(4) a span.jp {
    margin-left: 1.25vw;
    top: -0.9375vw;
  }
}
#header nav ul li:nth-child(5) a {
  font-size: 16px;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 768px) {
  #header nav ul li:nth-child(5) a {
    font-size: 4.375vw;
    letter-spacing: 0;
  }
}
#header nav ul li:nth-child(5) a span.style {
  display: inline-block;
  transform: scale(0.82, 1);
  margin-left: -14px;
}
@media only screen and (max-width: 768px) {
  #header nav ul li:nth-child(5) a span.style {
    transform: unset;
    margin-left: 0;
  }
}
#header nav ul li:nth-child(5) a span.jp {
  letter-spacing: 0.05em;
  margin-left: 24px;
}
@media only screen and (max-width: 768px) {
  #header nav ul li:nth-child(5) a span.jp {
    margin-left: 1.25vw;
    top: -0.9375vw;
  }
}
#header nav ul li:nth-child(5) a::after {
  content: "";
  position: absolute;
  left: 170px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 11px;
  background: url("../img/global/nav_blank.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #header nav ul li:nth-child(5) a::after {
    left: inherit;
    right: 4.375vw;
    width: 2.96875vw;
    height: 2.65625vw;
  }
}

#intro-anime {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 50;
}
@media only screen and (min-width: 2000px) {
  #intro-anime img {
    width: 100%;
  }
}
#intro-anime .text-mn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
@media only screen and (min-width: 2000px) {
  #intro-anime .text-mn {
    width: 100%;
  }
}
@media only screen and (min-width: 2000px) {
  #intro-anime .text-mn img {
    width: 100%;
  }
}
#intro-anime .text-cl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 2000px;
  height: 431px;
}
@media only screen and (max-width: 768px) {
  #intro-anime .text-cl {
    width: 100%;
    height: 62.65625vw;
  }
}
@media only screen and (min-width: 2000px) {
  #intro-anime .text-cl img {
    width: 100%;
  }
}
#intro-anime .text-cl span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
}
#intro-anime .inazuma {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 768px) {
  #intro-anime .inazuma {
    width: 99.375vw;
    height: 100%;
  }
}
#intro-anime .inazuma img {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform-origin: center 25%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #intro-anime .inazuma img {
    display: block;
  }
}
#intro-anime .inazuma span {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform-origin: center 25%;
  width: 100%;
  background: url("../img/intro/inazuma.svg") no-repeat top center;
  background-size: auto 100%;
}
@media only screen and (max-width: 768px) {
  #intro-anime .inazuma span {
    background-size: cover;
    display: none;
  }
}

#kv {
  position: relative;
  height: 850px;
  background: url("../img/kv/bg-pc.jpg") repeat-x top center;
  z-index: 11;
}
@media only screen and (max-width: 768px) {
  #kv {
    height: 109.6875vw;
    background: url("../img/kv/bg-sp.png") no-repeat top center;
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  #kv img {
    width: 100%;
  }
}
#kv .deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#kv .balloon-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #kv .balloon-box {
    min-width: 100%;
  }
}
#kv .balloon-box .balloon1 {
  position: absolute;
  bottom: -10px;
  right: 0;
  opacity: 0;
  animation: kv-balloon 1.8s ease-in-out infinite alternate-reverse;
}
@media only screen and (max-width: 768px) {
  #kv .balloon-box .balloon1 {
    bottom: -1.5625vw;
  }
}
#kv .balloon-box .balloon2 {
  position: absolute;
  bottom: -10px;
  left: 0;
  opacity: 0;
  animation: kv-balloon 1.8s ease-in-out infinite alternate-reverse;
}
@media only screen and (max-width: 768px) {
  #kv .balloon-box .balloon2 {
    bottom: -1.5625vw;
  }
}
#kv h1 {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #kv h1 {
    width: 50.46875vw;
    bottom: 5vw;
  }
}
#kv .inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #kv .inner {
    width: auto;
    z-index: 3;
  }
}
#kv .bg-logo {
  position: absolute;
  top: 84px;
  left: 54px;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #kv .bg-logo {
    width: 92.8125vw;
    top: 9.21875vw;
    left: 3.125vw;
  }
}
#kv .cloud {
  position: absolute;
  top: 0;
  left: -130px;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #kv .cloud {
    left: 0;
  }
}
#kv .image {
  position: absolute;
  top: 35px;
  left: 80px;
}
@media only screen and (max-width: 768px) {
  #kv .image {
    left: 0;
    z-index: 2;
  }
}
#kv .chara {
  position: absolute;
  opacity: 0;
}
#kv #kv-chara1 {
  top: 37px;
  right: 99px;
}
@media only screen and (max-width: 768px) {
  #kv #kv-chara1 {
    width: 45.78125vw;
    top: 5.625vw;
    right: 9.6875vw;
  }
}
#kv #kv-chara2 {
  top: 35px;
  left: 132px;
}
@media only screen and (max-width: 768px) {
  #kv #kv-chara2 {
    width: 40.46875vw;
    top: 5.46875vw;
    left: 11.09375vw;
  }
}
#kv #kv-chara3 {
  top: 217px;
  left: 119px;
}
@media only screen and (max-width: 768px) {
  #kv #kv-chara3 {
    width: 50.78125vw;
    top: 24.21875vw;
    left: 9.6875vw;
  }
}
#kv #kv-chara4 {
  top: 490px;
  left: 80px;
}
@media only screen and (max-width: 768px) {
  #kv #kv-chara4 {
    width: 33.28125vw;
    top: 50.46875vw;
    left: 4.84375vw;
  }
}
#kv #kv-chara5 {
  top: 400px;
  left: 328px;
}
@media only screen and (max-width: 768px) {
  #kv #kv-chara5 {
    width: 37.1875vw;
    top: 43.125vw;
    left: 31.25vw;
  }
}
#kv #kv-chara6 {
  top: 242px;
  right: 244px;
}
@media only screen and (max-width: 768px) {
  #kv #kv-chara6 {
    width: 32.8125vw;
    top: 26.71875vw;
    right: 24.84375vw;
  }
}
#kv #kv-chara7 {
  top: 39px;
  right: 326px;
}
@media only screen and (max-width: 768px) {
  #kv #kv-chara7 {
    width: 28.4375vw;
    top: 5.9375vw;
    right: 33.125vw;
  }
}
#kv #kv-chara8 {
  top: 436px;
  right: 50px;
}
@media only screen and (max-width: 768px) {
  #kv #kv-chara8 {
    width: 35.46875vw;
    top: 45.15625vw;
    right: 4.84375vw;
  }
}

#content {
  position: relative;
  background-color: #fafda1;
}
#content #con-deco1 {
  position: fixed; /*描画固定*/
  top: 0;
  left: -90%;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#content #con-deco2 {
  position: fixed; /*描画固定*/
  top: 0;
  right: -90%;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#content #con-deco3 {
  position: fixed; /*描画固定*/
  top: 0;
  left: -90%;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#content #con-deco4 {
  position: fixed; /*描画固定*/
  top: 0;
  right: -90%;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #content img {
    width: 100%;
  }
}
#content .inner {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #content .inner {
    width: auto;
  }
}
#content .logo30th {
  position: relative;
  display: block;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #content .logo30th {
    padding: 0.78125vw 0;
  }
}
@media only screen and (max-width: 768px) {
  #content .logo30th img {
    width: 42.1875vw;
  }
}

@-webkit-keyframes infinity-scroll-01 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 4000px 0;
  }
}

@keyframes infinity-scroll-01 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 4000px 0;
  }
}
@-webkit-keyframes infinity-scroll-02 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -4000px 0;
  }
}
@keyframes infinity-scroll-02 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -4000px 0;
  }
}
#greeting {
  padding: 116px 0 0;
  background-color: #fafda1;
  margin-bottom: -358px;
}
@media only screen and (max-width: 768px) {
  #greeting {
    padding: 5vw 0 0;
    margin-bottom: -45.625vw;
  }
}
#greeting #message-trg {
  position: absolute;
  top: 0;
  left: 0;
}
#greeting .flag1 {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 718px;
  height: 345px;
  background: url("../img/greeting/flag01-pc.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #greeting .flag1 {
    width: 100%;
    height: 23.4375vw;
    background: url("../img/greeting/flag01-sp.png") no-repeat top center;
    background-size: 100%;
  }
}
#greeting .flag2 {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 691px;
  height: 343px;
  background: url("../img/greeting/flag02-pc.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #greeting .flag2 {
    display: none;
  }
}
#greeting .balloon1 {
  position: absolute;
  top: 316px;
  left: 154px;
  z-index: 5;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #greeting .balloon1 {
    width: 9.375vw;
    top: 26.25vw;
    left: 19.84375vw;
  }
}
#greeting .balloon1 img {
  animation: balloon 1.8s ease-in-out infinite alternate-reverse;
}
#greeting .balloon2 {
  position: absolute;
  bottom: -120px;
  right: 643px;
  z-index: 5;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #greeting .balloon2 {
    width: 14.6875vw;
    bottom: -8.59375vw;
    right: 53.75vw;
  }
}
#greeting .balloon2 img {
  animation: balloon 1.8s 1s ease-in-out infinite alternate-reverse;
}
#greeting h2 {
  position: absolute;
  top: -48px;
  right: -15px;
  z-index: 4;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #greeting h2 {
    right: 4.21875vw;
    top: -4.21875vw;
  }
}
#greeting .inner {
  position: relative;
}
#greeting .chara1 {
  position: absolute;
  top: 527px;
  left: -150px;
  z-index: 5;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #greeting .chara1 {
    width: 20.78125vw;
    top: 42.1875vw;
    left: 0.78125vw;
  }
}
#greeting .chara2 {
  position: absolute;
  bottom: 78px;
  right: -48px;
  z-index: 5;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #greeting .chara2 {
    width: 16.09375vw;
    bottom: 10vw;
    right: -2.34375vw;
  }
}
#greeting .book {
  position: relative;
  width: 343px;
  text-align: center;
  margin: 0 auto -88px;
  z-index: 4;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #greeting .book {
    width: 40.15625vw;
    margin: 0 auto -24.375vw;
  }
}
#greeting .book img {
  width: 100%;
  border: 2px solid #fff;
  box-shadow: 0 15px 16px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 768px) {
  #greeting .book img {
    border-width: 0.3125vw;
    box-shadow: 0 2.34375vw 2.5vw rgba(0, 0, 0, 0.5);
  }
}
#greeting .con {
  position: relative;
  width: 1120px;
  height: 812px;
  margin-left: -60px;
  z-index: 3;
  background-size: contain;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #greeting .con {
    width: auto;
    height: 94.0625vw;
    margin-left: 0;
    margin-right: 4.6875vw;
    border-radius: 0 10.9375vw 0 0;
    background-color: #005ac8;
  }
}
#greeting .con .bg-con {
  width: 150vw;
  height: 812px;
  position: absolute;
  top: 0px;
  right: 0;
  border-radius: 0 100px 0 0;
  background-color: #005ac8;
}
@media only screen and (max-width: 768px) {
  #greeting .con .bg-con {
    display: none;
  }
}
#greeting .con::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/greeting/bg.png") no-repeat bottom right;
  background-size: contain;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #greeting .con::before {
    background: url("../img/greeting/bg-sp.png") no-repeat bottom right;
    background-size: 100%;
  }
}
#greeting .con .txt-deco1 {
  position: absolute;
  top: -198px;
  left: -88px;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #greeting .con .txt-deco1 {
    width: 36.875vw;
    top: -16.25vw;
    left: -0.3125vw;
  }
}
#greeting .con .txt-deco2 {
  position: absolute;
  bottom: -148px;
  right: 44px;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #greeting .con .txt-deco2 {
    width: 42.03125vw;
    bottom: -12.34375vw;
    right: 6.875vw;
    z-index: 2;
  }
}
#greeting .con .text {
  position: relative;
  padding-top: 165px;
  margin-left: 90px;
  text-align: center;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #greeting .con .text {
    width: 84.84375vw;
    padding-top: 13.75vw;
    margin-left: 7.8125vw;
    z-index: 2;
  }
}
#greeting .con .text::before {
  content: "";
  position: absolute;
  top: 165px;
  left: 40px;
  width: 958px;
  height: 585px;
  background: url("../img/greeting/star01-pc.png") no-repeat top center;
  background-size: contain;
  -webkit-animation: star 4s infinite;
          animation: star 4s infinite;
}
@media only screen and (max-width: 768px) {
  #greeting .con .text::before {
    width: 84.84375vw;
    height: 70.625vw;
    top: 11.71875vw;
    left: -7.8125vw;
  }
}
#greeting .con .text::after {
  content: "";
  position: absolute;
  top: 165px;
  left: 40px;
  width: 958px;
  height: 585px;
  background: url("../img/greeting/star02-pc.png") no-repeat top center;
  background-size: contain;
  -webkit-animation: star 4s 1s infinite;
          animation: star 4s 1s infinite;
}
@media only screen and (max-width: 768px) {
  #greeting .con .text::after {
    width: 84.84375vw;
    height: 70.625vw;
    top: 11.71875vw;
    left: -7.8125vw;
  }
}

#pv {
  padding: 484px 0 68px;
  background-color: #ffc800;
}
@media only screen and (max-width: 768px) {
  #pv {
    padding: 55.625vw 0 12.8125vw;
  }
}
#pv #pv-trg {
  position: absolute;
  top: 450px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #pv #pv-trg {
    top: 50vw;
  }
}
#pv h2 {
  text-align: left !important;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #pv h2 {
    width: 20.625vw;
    margin-left: 4.6875vw;
  }
}
#pv .inner {
  position: relative;
}
#pv .balloon1 {
  position: absolute;
  bottom: 256px;
  left: 1090px;
  z-index: 5;
  opacity: 0;
}
#pv .balloon1 img {
  animation: balloon 1.8s ease-in-out infinite alternate-reverse;
}
#pv .balloon2 {
  position: absolute;
  bottom: 337px;
  left: 998px;
  z-index: 5;
  opacity: 0;
}
#pv .balloon2 img {
  animation: balloon 1.8s 1s ease-in-out infinite alternate-reverse;
}
#pv .chara {
  position: absolute;
  bottom: -88px;
  right: -235px;
  z-index: 2;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #pv .chara {
    width: 21.71875vw;
    bottom: -30.78125vw;
    right: 0.78125vw;
  }
}
#pv .frame {
  position: absolute;
  bottom: -34px;
  left: 30px;
  width: 1018px;
  height: 580px;
  background: url("../img/pv/frame-pc.png") no-repeat top center;
  background-size: contain;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #pv .frame {
    width: 94.6875vw;
    height: 56.25vw;
    bottom: -3.4375vw;
    left: 4.375vw;
    background: url("../img/pv/frame-sp.png") no-repeat top center;
    background-size: contain;
  }
}
#pv .youtube {
  position: relative;
  width: 860px;
  height: 510px;
  padding: 30px;
  margin: 0 auto;
  border: 10px solid #f89215;
  border-radius: 60px;
  background-color: #fff;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #pv .youtube {
    width: 83.75vw;
    height: 49.21875vw;
    padding: 3.125vw 3.4375vw;
    border-width: 0.9375vw;
    border-radius: 5vw;
  }
}
#pv .youtube iframe {
  width: 100%;
  height: 100%;
}

#news {
  padding: 75px 0 130px;
  margin-bottom: 110px;
  background: url("../img/news/bg-pc.jpg") no-repeat top center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #news {
    padding: 4.6875vw 0 20.625vw;
    margin-bottom: 12.5vw;
    background: url("../img/news/bg-sp.jpg") no-repeat top center;
    background-size: cover;
  }
}
#news .txt-line {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 70px;
  background: url("../img/txt_line-pc.png") repeat-x top center;
  background-size: auto 100%;
  -webkit-animation: infinity-scroll-01 150s infinite linear both;
          animation: infinity-scroll-01 150s infinite linear both;
}
@media only screen and (max-width: 768px) {
  #news .txt-line {
    bottom: -0.78125vw;
    height: 8.59375vw;
  }
}
#news #news-trg {
  position: absolute;
  top: 0;
  left: 0;
}
#news .balloon1 {
  position: absolute;
  top: -24px;
  right: 735px;
  z-index: 5;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #news .balloon1 {
    width: 19.6875vw;
    top: -2.1875vw;
    right: 66.875vw;
  }
}
#news .balloon1 img {
  animation: balloon 1.8s ease-in-out infinite alternate-reverse;
}
#news .balloon2 {
  position: absolute;
  top: -4px;
  left: 621px;
  z-index: 5;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #news .balloon2 {
    width: 23.90625vw;
    top: 0vw;
    left: 64.375vw;
  }
}
#news .balloon2 img {
  animation: balloon 1.8s 1s ease-in-out infinite alternate-reverse;
}
#news .inner {
  position: relative;
}
#news h2 {
  text-align: center;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #news h2 {
    width: 36.25vw;
    margin: 0 auto;
  }
}
#news .txt-deco {
  position: absolute;
  top: 180px;
  left: -142px;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #news .txt-deco {
    width: 6.25vw;
    top: 15.625vw;
    left: -0.3125vw;
  }
}
#news .bg-con {
  content: "";
  width: 100vw;
  height: 616px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 100px 0 0 0;
}
@media only screen and (max-width: 768px) {
  #news .bg-con {
    display: none;
  }
}
#news .chara {
  position: absolute;
  bottom: -15px;
  left: -180px;
  z-index: 5;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #news .chara {
    width: 20.625vw;
    bottom: -19.0625vw;
    left: 6.875vw;
  }
}
#news .con {
  position: relative;
  width: 1120px;
  height: 616px;
  margin-left: -60px;
  z-index: 3;
  display: flex;
  align-items: center;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #news .con {
    width: auto;
    height: 96.875vw;
    margin-left: 4.6875vw;
    background-color: #fff;
    border-radius: 10.9375vw 0 0 0;
  }
}
#news .btn-more {
  position: absolute;
  bottom: 30px;
  right: 200px;
}
@media only screen and (max-width: 768px) {
  #news .btn-more {
    width: 18.90625vw;
    bottom: 4.0625vw;
    right: 7.8125vw;
  }
}
#news ul {
  position: relative;
  width: 700px;
  height: 462px;
  overflow-y: scroll;
  margin: 0 auto;
  padding: 0 50px 15px;
  background-color: #fff;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #news ul {
    width: 81.25vw;
    height: 107.5vw;
    height: 77.34375vw;
    margin: 0 4.6875vw;
    padding: 0 4.6875vw 2.8125vw;
  }
}
#news ul li {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #30a4e2;
}
@media only screen and (max-width: 768px) {
  #news ul li {
    padding: 2.8125vw 0;
  }
}
#news ul li figure {
  position: relative;
  width: 150px;
  height: 122px;
  border: 1px solid #eee;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  #news ul li figure {
    width: 19.0625vw;
    height: 19.6875vw;
    margin-right: 0;
  }
}
#news ul li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0 !important;
}
#news ul li .detail-txt {
  width: 535px;
}
@media only screen and (max-width: 768px) {
  #news ul li .detail-txt {
    width: 59.375vw;
    padding-right: 3.125vw;
  }
}
#news ul li .detail-txt .tag {
  display: flex;
  flex-wrap: wrap;
}
#news ul li .detail-txt .tag p {
  font-size: 14px;
  font-weight: bold;
  background-color: #78bde6;
  border-radius: 4px;
  padding: 0 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  #news ul li .detail-txt .tag p {
    font-size: 2.1875vw;
    border-radius: 0.625vw;
    margin-right: 0.78125vw;
    margin-bottom: 0.78125vw;
    padding: 0 0.78125vw;
  }
}
#news ul li .detail-txt .time {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  #news ul li .detail-txt .time {
    font-size: 2.1875vw;
  }
}
#news ul li .detail-txt h4 {
  line-height: 1.3;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #news ul li .detail-txt h4 {
    font-size: 2.5vw;
  }
}
#news ul li .detail-txt h4 a {
  color: #000;
}

#plan {
  padding-bottom: 110px;
  background: url("../img/plan/bg_rp-pc.png") repeat-y top center #005ac8;
  background-size: 100%;
}
@media only screen and (max-width: 768px) {
  #plan {
    padding: 7.8125vw 0 5.9375vw;
  }
}
#plan #plan-trg {
  position: absolute;
  top: -80px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #plan #plan-trg {
    top: 0;
  }
}
#plan .flag1 {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 611px;
  height: 326px;
  background: url("../img/plan/flag01-pc.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #plan .flag1 {
    width: 100%;
    height: 23.4375vw;
    background: url("../img/plan/flag01-sp.png") no-repeat top center;
    background-size: 100%;
  }
}
#plan .flag2 {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 611px;
  height: 326px;
  background: url("../img/plan/flag02-pc.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #plan .flag2 {
    display: none;
  }
}
#plan .inner {
  position: relative;
}
#plan h2 {
  position: relative;
  text-align: center;
  margin-bottom: 66px;
  z-index: 3;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #plan h2 {
    width: 73.90625vw;
    margin: 0 auto 15.3125vw;
  }
}
#plan h2 img {
  margin-top: -74px;
}
@media only screen and (max-width: 768px) {
  #plan h2 img {
    margin-top: 0;
  }
}
#plan .txt-deco {
  position: absolute;
  top: 0;
  right: -158px;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #plan .txt-deco {
    width: 46.40625vw;
    top: -17.5vw;
    right: 26.25vw;
  }
}
#plan .plan-list {
  position: relative;
  margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  #plan .plan-list {
    margin: 0 4.6875vw;
    margin-bottom: 7.5vw;
    z-index: 2;
  }
}
#plan .plan-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -17px;
}
@media only screen and (max-width: 768px) {
  #plan .plan-list ul {
    margin: 0 -2.34375vw;
  }
}
#plan .plan-list ul li {
  margin-bottom: 45px;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #plan .plan-list ul li {
    margin-bottom: 4.375vw;
  }
}
#plan .plan-list ul li a {
  display: block;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #plan .plan-list ul li:nth-of-type(2n) {
    margin-left: -2.34375vw;
  }
}
#plan .plan-list ul li:hover a {
  transform: scale(1.02);
}
#plan .btn {
  text-align: center;
  transition: all 0.4s ease;
}
#plan .btn a {
  display: inline-block;
  padding: 22px 44px 22px 35px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  border-radius: 50px;
  border: 2px solid #000;
  box-shadow: 0 4px 0 #000;
  text-decoration: none;
  background-image: linear-gradient(90deg, rgb(255, 46, 153), rgb(252, 147, 30));
}
@media only screen and (max-width: 768px) {
  #plan .btn a {
    font-size: 3.28125vw;
    padding: 3.125vw 5vw 3.125vw 4.0625vw;
    box-shadow: 0 0.625vw 0 #000;
    border-radius: 15.625vw;
  }
}
#plan .btn a::before {
  content: "";
  display: inline-block;
  width: 69px;
  height: 28px;
  margin-right: 26px;
  background: url("../img/plan/btn_arrow.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #plan .btn a::before {
    width: 5.78125vw;
    height: 2.34375vw;
    margin-right: 3.125vw;
  }
}
#plan .btn:hover {
  transform: scale(1.05);
}
#plan .block {
  position: relative;
  padding: 10px;
  margin: 0 -50px 142px;
  background-image: linear-gradient(90deg, rgb(249, 247, 192), rgb(195, 164, 74));
  border-radius: 70px;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #plan .block {
    padding: 1.25vw;
    border-radius: 6.25vw;
    margin: 0 4.375vw 13.59375vw;
  }
}
#plan .block::before {
  content: "";
  position: absolute;
  top: -28px;
  right: -28px;
  width: 134px;
  height: 133px;
  background: url("../img/plan/deco01-pc.png") no-repeat top right;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #plan .block::before {
    position: absolute;
    top: -2.8125vw;
    right: -2.8125vw;
    width: 11.40625vw;
    height: 11.40625vw;
    background: url("../img/plan/deco01-sp.png") no-repeat top center;
    background-size: auto;
  }
}
#plan .block::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: -28px;
  width: 134px;
  height: 133px;
  background: url("../img/plan/deco02-pc.png") no-repeat top right;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #plan .block::after {
    position: absolute;
    bottom: -2.8125vw;
    left: -2.8125vw;
    width: 11.40625vw;
    height: 11.40625vw;
    background: url("../img/plan/deco02-sp.png") no-repeat top center;
    background-size: auto;
  }
}
#plan .block .wrap {
  border-radius: 60px;
  padding: 35px 40px 52px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #plan .block .wrap {
    border-radius: 5vw;
    padding: 4.0625vw 3.125vw 5.46875vw;
  }
}
#plan .block h3 {
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  #plan .block h3 {
    width: 85.3125vw;
    margin: 0 0 4.6875vw -2.1875vw;
  }
}
#plan .block .txt {
  font-size: 28px;
  text-align: center;
  margin-bottom: 42px;
}
@media only screen and (max-width: 768px) {
  #plan .block .txt {
    font-size: 2.8125vw;
    line-height: 2;
    margin-bottom: 4.6875vw;
  }
}
#plan .block .txt span.color {
  color: #ff3590;
  font-weight: 900;
}
#plan .block .txt span.line {
  background: linear-gradient(transparent 60%, #faff9a 60%);
}
#plan .block .image {
  text-align: right;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #plan .block .image {
    margin-bottom: 4.6875vw;
  }
}
#plan .block .image span {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  #plan .block .image span {
    font-size: 1.5625vw;
    margin-top: 1.25vw;
  }
}
#plan #plan1 {
  text-align: center;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #plan #plan1 h3 {
    width: 93.75vw;
    margin: 0 auto 4.6875vw;
  }
}
#plan #plan1 .txt {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #plan #plan1 .txt {
    width: 95.78125vw;
    margin: 0 auto 7.5vw;
  }
}
#plan #plan1 .txt::before {
  content: "";
  position: absolute;
  top: 135px;
  left: 50px;
  width: 967px;
  height: 490px;
  background: url("../img/plan/txt_plan1_star01-pc.png") no-repeat top center;
  background-size: contain;
  -webkit-animation: star 4s infinite;
          animation: star 4s infinite;
}
@media only screen and (max-width: 768px) {
  #plan #plan1 .txt::before {
    width: 95.78125vw;
    height: 47.5vw;
    top: 19.53125vw;
    left: 3.125vw;
  }
}
#plan #plan1 .txt::after {
  content: "";
  position: absolute;
  top: 135px;
  left: 50px;
  width: 967px;
  height: 490px;
  background: url("../img/plan/txt_plan1_star02-pc.png") no-repeat top center;
  background-size: contain;
  -webkit-animation: star 4s 1s infinite;
          animation: star 4s 1s infinite;
}
@media only screen and (max-width: 768px) {
  #plan #plan1 .txt::after {
    width: 95.78125vw;
    height: 47.5vw;
    top: 0.78125vw;
    left: 3.125vw;
  }
}
#plan #plan1 .btn {
  margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  #plan #plan1 .btn {
    margin-bottom: 9.6875vw;
  }
}
#plan .shikishi-list {
  padding: 35px 0 5px;
  margin-bottom: 146px;
  background-color: #fff;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #plan .shikishi-list {
    padding: 4.21875vw 0 0.15625vw;
    margin-bottom: 11.25vw;
  }
}
#plan .shikishi-list .list {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 15px 0;
  margin: -15px 0;
}
@media only screen and (max-width: 768px) {
  #plan .shikishi-list .list {
    padding: 2.34375vw 0;
    margin: -2.34375vw 0;
  }
}
@-webkit-keyframes loop-slide1 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide1 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop-slide2 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes loop-slide2 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
#plan .shikishi-list .list ul {
  display: flex;
  -webkit-animation: loop-slide1 300s infinite linear 1s both;
          animation: loop-slide1 300s infinite linear 1s both;
}
#plan .shikishi-list .list ul li {
  width: 248px;
  margin: 0 15px 30px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #plan .shikishi-list .list ul li {
    width: 30vw;
    margin: 0 1.5625vw 4.0625vw;
  }
}
#plan .shikishi-list .list ul li:hover {
  transform: scale(1.1);
}
#plan .shikishi-list .list:hover ul {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
#plan .shikishi-list .list:nth-child(2) ul {
  -webkit-animation: loop-slide2 300s infinite linear 1s both;
          animation: loop-slide2 300s infinite linear 1s both;
}
#plan .shikishi-list .list:nth-child(2):hover ul {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
#plan #plan2 h3 {
  margin-bottom: 0;
}
#plan #plan2 dl {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #plan #plan2 dl {
    margin-bottom: 5vw;
  }
}
#plan #plan2 dl dt {
  display: inline-block;
  line-height: 1;
  font-size: 24px;
  font-weight: 900;
  color: #fbee75;
  padding: 8px 20px;
  background-color: #000;
  border-radius: 30px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  #plan #plan2 dl dt {
    font-size: 2.5vw;
    padding: 0.9375vw 2.34375vw;
  }
}
#plan #plan2 dl dd {
  line-height: 1;
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  #plan #plan2 dl dd {
    font-size: 3.75vw;
    margin-bottom: 3.90625vw;
  }
}
#plan #plan2 .guest p {
  font-size: 50px;
  font-weight: 700;
  color: #ff3492;
  text-align: center;
  margin-bottom: -28px;
}
#plan #plan2 .guest ul {
  display: flex;
  justify-content: space-between;
  padding: 26px;
  border-radius: 30px;
  background-color: #faff9a;
}
@media only screen and (max-width: 768px) {
  #plan #plan2 .guest ul {
    flex-wrap: wrap;
    justify-content: center;
    padding: 5.46875vw 3.125vw 1.71875vw;
  }
}
#plan #plan2 .guest ul li {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #plan #plan2 .guest ul li {
    width: 36.875vw;
    margin-bottom: 2.34375vw;
  }
}
@media only screen and (max-width: 768px) {
  #plan #plan2 .guest ul li:nth-child(1) {
    margin-right: 2.5vw;
  }
}
#plan #plan2 .guest ul li a {
  position: absolute;
  bottom: 22px;
  left: 20px;
  width: 262px;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 768px) {
  #plan #plan2 .guest ul li a {
    width: 31.5625vw;
    left: 2.65625vw;
  }
}
#plan #plan2 .guest ul li a img {
  width: 100%;
}
#plan #plan2 .guest ul li a:hover {
  transform: scale(1.05);
}
#plan #plan2 .guest ul li span {
  display: block;
  position: absolute;
  bottom: 22px;
  left: 20px;
  width: 262px;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 768px) {
  #plan #plan2 .guest ul li span {
    width: 31.5625vw;
    left: 2.65625vw;
  }
}
#plan #plan2 .guest ul li span img {
  width: 100%;
}
#plan #plan2 .guest ul li span:hover {
  transform: scale(1.05);
}
#plan #plan2 .guest ul li span.off::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 768px) {
  #plan #plan2 .guest ul li span.off::after {
    border-radius: 7.8125vw;
  }
}
#plan #plan2 .guest ul li span.off p {
  width: 100%;
  position: absolute;
  top: 49%;
  left: 52%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #plan #plan2 .guest ul li span.off p {
    width: 100%;
    font-size: 3.4375vw;
  }
}
#plan #plan3 {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #plan #plan3 h3 {
    width: 83.59375vw;
    margin: 0 0 4.6875vw -0.78125vw;
  }
}
#plan #plan3 .txt {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #plan #plan3 .txt {
    margin-bottom: 4.6875vw;
    letter-spacing: -0.06em;
  }
}
#plan #plan3 .txt2 {
  display: inline-block;
  font-size: 30px;
  font-weight: 900;
  padding: 0 0 0 10px;
  margin-bottom: 35px;
  color: #ff3590;
  background-color: #faff9a;
}
@media only screen and (max-width: 768px) {
  #plan #plan3 .txt2 {
    line-height: 1.8;
    margin: 0 -1.5625vw 4.375vw;
    padding: 0;
    background-color: transparent;
  }
}
#plan #plan3 .txt2 span {
  background-color: #faff9a;
}
@media only screen and (max-width: 768px) {
  #plan #plan3 .txt2 span {
    padding: 0.3125vw 0.9375vw 0.3125vw 1.5625vw;
  }
}
@media only screen and (max-width: 768px) {
  #plan #plan4 h3 {
    width: 84.84375vw;
    margin-left: -1.5625vw;
  }
}
@media only screen and (max-width: 768px) {
  #plan #plan4 .txt {
    margin: 0 -1.5625vw 4.6875vw;
  }
}

#official-x {
  padding: 30px 0 80px;
  background-color: #5cf6e5;
}
@media only screen and (max-width: 768px) {
  #official-x {
    padding: 7.1875vw 0 10vw;
  }
}
#official-x .flag1 {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 611px;
  height: 326px;
  background: url("../img/official-x/flag01-pc.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #official-x .flag1 {
    width: 100%;
    height: 23.4375vw;
    background: url("../img/official-x/flag01-sp.png") no-repeat top center;
    background-size: 100%;
  }
}
#official-x .flag2 {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 611px;
  height: 326px;
  background: url("../img/official-x/flag02-pc.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #official-x .flag2 {
    display: none;
  }
}
#official-x h2 {
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #official-x h2 {
    width: 50.15625vw;
    margin-left: 4.6875vw;
    margin-bottom: 2.34375vw;
  }
}
#official-x .inner {
  position: relative;
}
#official-x .chara {
  position: absolute;
  top: -5px;
  right: 110px;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #official-x .chara {
    width: 35.3125vw;
    top: -4.375vw;
    right: 7.8125vw;
  }
}
#official-x .timeline {
  position: relative;
  width: 800px;
  height: 650px;
  margin: 0 auto;
  border-radius: 60px;
  overflow: hidden;
  padding: 20px 20px 0;
  background-color: #fff;
  overflow-y: scroll;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #official-x .timeline {
    width: auto;
    height: 73.4375vw;
    margin: 0 4.6875vw;
    border-radius: 4.6875vw;
    padding: 2.34375vw 2.34375vw 0;
  }
}
#official-x .timeline::-webkit-scrollbar {
  display: none;
}
#official-x .timeline .wrap {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) {
  #official-x .timeline .wrap {
    border-radius: 1.5625vw;
  }
}
#official-x .timeline .wrap::-webkit-scrollbar {
  display: none;
}
#official-x .timeline iframe {
  margin: -2px;
}
#official-x .timeline iframe::-webkit-scrollbar {
  display: none;
}

.sns {
  position: relative;
  padding: 12px 0;
  text-align: center;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .sns {
    padding: 2.1875vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .sns img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .sns ul {
    display: flex;
    justify-content: space-between;
    width: 32.5vw;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .sns ul li {
    width: 13.75vw;
  }
}
.sns ul li:last-child {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sns ul li:last-child {
    display: block;
  }
}

#pagetop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  #pagetop {
    width: 14.0625vw;
    height: 14.0625vw;
    bottom: 4.6875vw;
    right: 4.6875vw;
  }
}

#footer {
  position: relative;
  padding: 58px 0;
  background: url("../img/global/bg_footer.png") no-repeat top center #000;
  text-align: center;
  z-index: 12;
}
@media only screen and (max-width: 768px) {
  #footer {
    padding: 10.625vw 0;
  }
}
@media only screen and (max-width: 768px) {
  #footer img {
    width: 100%;
  }
}
#footer .bnr {
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  #footer .bnr {
    width: 55.46875vw;
    margin: 0 auto 10.9375vw;
  }
}
#footer .copy-list {
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  #footer .copy-list {
    margin-bottom: 7.8125vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .copy-list.pc {
    display: none;
  }
}
#footer .copy-list.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #footer .copy-list.sp {
    display: inline-block;
    line-height: 2;
  }
}
#footer .copy-list, #footer .copy {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #footer .copy-list, #footer .copy {
    font-size: 3.4375vw;
  }
}

#modal-block {
  background: url("../img/plan/shikishi/bg_modal.png") no-repeat top center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #modal-block {
    background: url("../img/plan/shikishi/bg_modal-sp.png") no-repeat top center;
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  #modal-block .shikishi-modal {
    vertical-align: unset;
  }
}
#modal-block .shikishi-modal .close {
  top: 55px;
  right: 0;
  width: 101px;
  height: 101px;
  background: url("../img/plan/shikishi/close.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #modal-block .shikishi-modal .close {
    top: 7.03125vw;
    right: 0;
    width: 12.1875vw;
    height: 12.1875vw;
  }
}
#modal-block .shikishi-modal .close span {
  display: none;
}
#modal-block .shikishi-modal .box {
  width: 990px;
  padding: 40px 30px 12px;
  border: 5px solid #fff;
  margin: 100px 0 100px;
  border-radius: 60px;
  background: url("../img/plan/shikishi/bg_box.png") no-repeat bottom right;
  background-size: cover;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #modal-block .shikishi-modal .box {
    width: 94.53125vw;
    border-width: 0.78125vw;
    border-radius: 9.375vw;
    margin: 12.5vw 0 12.5vw;
    padding: 7.5vw 2.34375vw 3.125vw;
  }
}
#modal-block .shikishi-modal .box .txt-box {
  margin-bottom: 35px;
}
#modal-block .shikishi-modal .box .txt-box p {
  font-weight: 900;
}
#modal-block .shikishi-modal .box .txt-box p.title {
  width: 100%;
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 22px;
}
@media only screen and (max-width: 768px) {
  #modal-block .shikishi-modal .box .txt-box p.title {
    font-size: 5.15625vw;
    margin-bottom: 0.78125vw;
  }
}
#modal-block .shikishi-modal .box .txt-box p.title span {
  display: inline-block;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 768px) {
  #modal-block .shikishi-modal .box .txt-box p.title span {
    font-size: 4.375vw;
  }
}
#modal-block .shikishi-modal .box .txt-box p.name {
  width: 100%;
  font-size: 25px;
}
@media only screen and (max-width: 768px) {
  #modal-block .shikishi-modal .box .txt-box p.name {
    font-size: 3.4375vw;
  }
}
@media only screen and (max-width: 768px) {
  #modal-block .shikishi-modal .box .txt-box {
    margin-bottom: 2.8125vw;
  }
}
#modal-block .shikishi-modal .box .image {
  width: 466px;
  margin: 0 auto 35px;
}
@media only screen and (max-width: 768px) {
  #modal-block .shikishi-modal .box .image {
    margin: 0 auto 5.9375vw;
  }
}
#modal-block .shikishi-modal .box .image img {
  width: 100%;
}
#modal-block .shikishi-modal .box .text {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #modal-block .shikishi-modal .box .text {
    font-size: 3.4375vw;
    margin-bottom: 5.46875vw;
  }
}
#modal-block .shikishi-modal .box .btn-list ul {
  display: flex;
  justify-content: space-between;
  width: 630px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #modal-block .shikishi-modal .box .btn-list ul {
    width: 82.1875vw;
  }
}
#modal-block .shikishi-modal .box .btn-list ul li {
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  #modal-block .shikishi-modal .box .btn-list ul li {
    width: 39.53125vw;
    margin-bottom: 2.8125vw;
  }
}
#modal-block .shikishi-modal .box .btn-list ul li a {
  display: block;
  transition: all 0.4s ease;
}
#modal-block .shikishi-modal .box .btn-list ul li a:hover {
  transform: scale(1.05);
}
#modal-block .shikishi-modal .btns {
  position: absolute;
  top: 530px;
  left: -100px;
}
@media only screen and (max-width: 768px) {
  #modal-block .shikishi-modal .btns {
    left: -2.96875vw;
    top: 67.1875vw;
  }
}
#modal-block .shikishi-modal .btns ul {
  display: flex;
  width: 1200px;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #modal-block .shikishi-modal .btns ul {
    width: 100.15625vw;
  }
}
@media only screen and (max-width: 768px) {
  #modal-block .shikishi-modal .btns ul li {
    width: 7.8125vw;
  }
}
#modal-block .shikishi-modal .btns ul li:nth-child(1) img {
  transform: rotate(180deg);
}