@charset "utf-8";
audio:not([controls]),
[hidden] {
  display: none;
}
input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input:focus,
textarea:focus {
  outline: none;
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: none;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@import url("http://fonts.googleapis.com/earlyaccess/notosansjp.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-family: 'Noto Sans JP', 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  position: relative;
  min-height: 100vh;
  width: 100%;
  line-height: 1.45;
  letter-spacing: 0.1em;
}
a {
  cursor: pointer;
}
a:link,
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.item--pc {
  display: none;
}
@media screen and (min-width: 835px) {
  .item--pc {
    display: block;
  }
}
.item--sp {
  display: block;
}
@media screen and (min-width: 835px) {
  .item--sp {
    display: none;
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 55px;
  background-color: #eb96a4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
}
@media screen and (min-width: 835px) {
  .header {
    height: 90px;
  }
  .header.top {
    position: absolute;
    top: 90vh;
  }
  .header.top.is-fixed {
    position: fixed;
    left: 0;
    top: 0;
  }
}
.header__space {
  height: 55px;
}
@media screen and (min-width: 835px) {
  .header__space {
    height: 90px;
  }
  .header__space.top {
    display: none;
  }
}
.header__logo {
  display: block;
  width: 260px;
}
@media screen and (min-width: 835px) {
  .header__logo {
    display: none;
  }
}
.header__logo img {
  width: 100%;
  display: block;
}
.header__pcMenu {
  display: none;
}
@media screen and (min-width: 835px) {
  .header__pcMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .header__pcMenu {
    gap: 10px;
  }
}
.header__pcMenu__item {
  color: #fff;
  text-align: center;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.header__pcMenu__item:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__pcMenu__item:before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .17);
}
.header__pcMenu__item span {
  font-family: "Bakbak One", sans-serif;
  font-size: 22px;
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .header__pcMenu__item span {
    font-size: 20px;
  }
}
.header__pcMenu__item p {
  font-size: 12px;
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .header__pcMenu__item p {
    font-size: 11px;
  }
}
.header__spBtn {
  width: 25px;
  height: 25px;
  z-index: 10;
  position: absolute;
  right: 20px;
}
.header__spBtn span {
  position: absolute;
  width: 22px;
  height: 2px;
  background: #fff;
  inset: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__spBtn span:nth-of-type(1) {
  top: -15px;
}
.header__spBtn span:nth-of-type(3) {
  bottom: -16px;
}
@media screen and (min-width: 835px) {
  .header__spBtn {
    display: none;
  }
}
.header__spBtn.is-active span:nth-of-type(1) {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__spBtn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.header__spBtn.is-active span:nth-of-type(3) {
  bottom: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.header__spMenu {
  position: fixed;
  left: 0;
  top: 55px;
  width: 100%;
  height: calc(100% - 55px);
  background: rgba(255, 243, 247, .98);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 20px 30px;
  overflow: scroll;
}
.header__spMenu.is-active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 835px) {
  .header__spMenu {
    display: none;
  }
}
.header__spMenu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #000;
  height: 63px;
  border-bottom: 1px solid #d34c7d;
  padding: 0 10px;
}
.header__spMenu ul li a span {
  font-size: 22px;
  font-family: "Bakbak One", sans-serif;
}
.header__spMenu .cta__ticket {
  margin: 30px auto 0;
}
.page__head {
  background-image: url("../img/common/head_bg.png");
  background-size: cover;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.page__head:before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, .3);
  border-radius: 50%;
  z-index: -1;
}
@media screen and (min-width: 835px) {
  .page__head:before {
    width: 160px;
    height: 160px;
  }
}
@media screen and (min-width: 835px) {
  .page__head {
    height: 220px;
  }
}
.page__head p {
  font-size: 28px;
  font-family: "Bakbak One", sans-serif;
}
@media screen and (min-width: 835px) {
  .page__head p {
    font-size: 48px;
  }
}
.page__head h1,
.page__head h2 {
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 835px) {
  .page__head h1,
  .page__head h2 {
    font-size: 20px;
  }
}
.page__head h1.large,
.page__head h2.large {
  font-size: 24px;
}
@media screen and (min-width: 835px) {
  .page__head h1.large,
  .page__head h2.large {
    font-size: 32px;
  }
}
.page__container,
.page__container--s,
.page__container--m {
  padding: 20px 24px 60px;
}
@media screen and (min-width: 835px) {
  .page__container,
  .page__container--s,
  .page__container--m {
    max-width: 1070px;
    margin: auto;
    padding: 40px 24px 80px;
  }
}
.page__box {
  border-radius: 40px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fafafa), to(#fafafa)), #fff;
  background: linear-gradient(0deg, #fafafa 0%, #fafafa 100%), #fff;
  padding: 20px 24px;
  margin: 20px 0 60px;
}
@media screen and (min-width: 835px) {
  .page__box {
    max-width: 1048px;
    margin: 40px auto 100px;
    padding: 60px 70px;
  }
}
@media screen and (min-width: 835px) {
  .page__container--s {
    max-width: 780px;
  }
}
@media screen and (min-width: 835px) {
  .page__container--m {
    max-width: 850px;
  }
}
.section__title,
.section__title--p {
  text-align: center;
}
.section__title span,
.section__title--p span {
  font-family: "Bakbak One", sans-serif;
  font-size: 34px;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (min-width: 835px) {
  .section__title span,
  .section__title--p span {
    font-size: 40px;
  }
}
.section__title h2,
.section__title--p h2 {
  font-size: 12px;
  margin-top: -5px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 835px) {
  .section__title h2,
  .section__title--p h2 {
    font-size: 14px;
  }
  .section__title h2.left,
  .section__title--p h2.left {
    text-align: left;
  }
}
.section__title--p span,
.section__title--p h2 {
  color: #d34c7d;
}
.preparation__img {
  display: block;
  width: 100%;
}
.preparation__box,
.preparation__box--l {
  background: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  height: 230px;
}
@media screen and (min-width: 835px) {
  .preparation__box,
  .preparation__box--l {
    height: 600px;
    max-width: 800px;
    margin: auto;
    font-size: 24px;
  }
}
.preparation__box--l {
  font-size: 24px;
}
@media screen and (min-width: 835px) {
  .preparation__box--l {
    font-size: 32px;
  }
}
.preparation__btn {
  background: #eb96a4;
  color: #fff;
  width: 240px;
  height: 56px;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 20px auto 0;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.preparation__btn:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .preparation__btn {
    margin: 40px auto 0;
  }
}
.footer {
  background: #f2f2f2;
  padding: 40px 0 80px;
}
@media screen and (min-width: 835px) {
  .footer {
    padding: 60px 0 120px;
  }
}
@media screen and (min-width: 835px) {
  .footer__inner {
    max-width: 1000px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__logo {
  width: 320px;
  display: block;
  margin: auto;
}
@media screen and (min-width: 835px) {
  .footer__logo {
    width: 420px;
  }
}
.footer__logo img {
  width: 100%;
  display: block;
}
.footer__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.footer__link {
  width: 330px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 835px) {
  .footer__link {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
    width: 465px;
    margin: 0;
  }
}
@media screen and (max-width: 375px) {
  .footer__link {
    width: 320px;
  }
}
.footer__link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (min-width: 835px) {
  .footer__link ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    gap: 18px;
  }
}
.footer__link ul a {
  color: #000;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.footer__link ul a img {
  width: 14px;
}
.footer__link ul a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .footer__link ul a {
    font-size: 16px;
  }
}
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin: 40px 0;
}
@media screen and (min-width: 835px) {
  .footer__sns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 20px 0;
  }
}
.footer__sns a {
  width: 32px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.footer__sns a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__copyright {
  font-size: 10px;
  text-align: center;
  color: #575757;
  letter-spacing: 0;
}
@media screen and (min-width: 835px) {
  .footer__copyright {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
.btn {
  width: 240px;
  height: 57px;
  background: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Bakbak One", sans-serif;
  font-size: 18px;
  margin: 20px auto 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.btn:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-arrow,
.c-arrow--r,
.c-arrow--l {
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2.3px #222;
  border-right: solid 2.3px #222;
  position: absolute;
  top: 50%;
  margin-top: -4px;
}
.c-arrow--r {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0;
}
.c-arrow--l {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  right: 0;
}
@font-face {
  font-family: 'icomoon';
  font-display: swap;
  src: url("../img/fonts/icomoon.eot?816ycz");
  src: url("../img/fonts/icomoon.eot?816ycz#iefix") format('embedded-opentype'), url("../img/fonts/icomoon.ttf?816ycz") format('truetype'), url("../img/fonts/icomoon.woff?816ycz") format('woff'), url("../img/fonts/icomoon.svg?816ycz#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="c-ico--"]:before,
[class*=" c-ico--"]:before {
/* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-ico--menu:before {
  content: "\e902";
}
.c-ico--close:before {
  content: "\e903";
}
.c-ico--arrow--r:before {
  content: "\e904";
}
.c-ico--arrow--u:before {
  content: "\e905";
}
.c-ico--arrow--l:before {
  content: "\e906";
}
.c-ico--arrow--d:before {
  content: "\e907";
}
.c-ico--search:before {
  content: "\e908";
}
.c-ico--tag:before {
  content: "\e909";
}
.c-ico--feedly--01:before {
  content: "\e90c";
}
.c-ico--instagram--01:before {
  content: "\e90d";
}
.c-ico--facebook:before {
  content: "\e90e";
}
.c-ico--twitter:before {
  content: "\e90f";
}
.about__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 4px;
}
@media screen and (min-width: 835px) {
  .about__nav {
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.about__nav a {
  width: calc(50% - 2px);
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  background: #fff3f7;
  color: #d34c7d;
  border-radius: 30px;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.about__nav a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .about__nav a {
    width: 190px;
    height: 42px;
    font-size: 18px;
  }
}
.about__nav a span {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #d34c7d transparent transparent transparent;
  border-width: 7px 6px 0px 6px;
}
@media screen and (min-width: 835px) {
  .about__nav a span {
    border-width: 10px 10px 0px 10px;
  }
}
.about__box {
  padding: 40px 0;
}
@media screen and (min-width: 835px) {
  .about__box {
    padding: 80px 0 60px;
  }
}
.about__box:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.about__intro h2 {
  text-align: center;
  color: #d34c7d;
  font-size: 22px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 835px) {
  .about__intro h2 {
    font-size: 28px;
  }
}
.about__intro img {
  width: 100%;
  display: block;
  max-width: 600px;
  margin: 20px auto 0;
}
@media screen and (min-width: 835px) {
  .about__intro img {
    margin-top: 30px;
  }
}
.about__intro ul {
  padding-left: 10px;
  margin: 30px 0 10px;
  line-height: 1.8;
}
@media screen and (min-width: 835px) {
  .about__intro ul {
    max-width: 480px;
    margin: 40px auto 10px;
  }
}
.about__intro ul li {
  font-size: 13px;
}
@media screen and (min-width: 835px) {
  .about__intro ul li {
    font-size: 18px;
  }
}
.about__intro ul li:before {
  content: '';
  position: relative;
  top: -4px;
  left: -8px;
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
}
.about__intro p {
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .about__intro p {
    font-size: 15px;
  }
}
.about__desc h2 {
  text-align: center;
  color: #d34c7d;
  font-size: 20px;
}
@media screen and (min-width: 835px) {
  .about__desc h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 835px) {
  .about__desc__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 40px;
  }
}
.about__desc__content img {
  display: block;
  width: 200px;
  margin: 20px auto;
}
@media screen and (min-width: 835px) {
  .about__desc__content img {
    width: 280px;
    margin: 0;
  }
}
.about__desc__content p {
  text-align: left;
  font-size: 15px;
  line-height: 2;
}
@media screen and (min-width: 835px) {
  .about__desc__content p {
    font-size: 16px;
    width: calc(100% - 320px);
  }
}
.about__song__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .about__song__list {
    margin: 40px auto 0;
    max-width: 800px;
  }
}
.about__song__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .about__song__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 835px) {
  .about__song__box {
    width: calc(100% - 380px);
    text-align: left;
  }
}
.about__song__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 835px) {
  .about__song__name {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.about__song__name img {
  width: 24px;
}
.about__song__name p {
  font-size: 22px;
}
@media screen and (min-width: 835px) {
  .about__song__name p {
    font-size: 28px;
  }
}
.about__song__info {
  text-align: center;
  line-height: 2;
  margin-top: 10px;
  margin-bottom: 4px;
  font-size: 14px;
}
@media screen and (min-width: 835px) {
  .about__song__info {
    text-align: left;
    font-size: 18px;
  }
}
.about__song__link {
  color: #3674d8;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.about__song__link:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .about__song__link {
    font-size: 16px;
  }
}
.about__song__img {
  width: 280px;
  display: block;
  margin: auto;
}
@media screen and (min-width: 835px) {
  .about__song__img {
    width: 380px;
    margin: 0;
  }
}
.about__profile__content {
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .about__profile__content {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.about__profile__img {
  width: 200px;
  display: block;
  margin: auto;
}
@media screen and (min-width: 835px) {
  .about__profile__img {
    width: 360px;
    margin: 0;
  }
}
.about__profile__text {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .about__profile__text {
    width: calc(100% - 400px);
    margin-top: 0;
    font-size: 15px;
  }
}
.about__profile__point {
  margin: 20px auto 0;
  width: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media screen and (min-width: 835px) {
  .about__profile__point {
    position: absolute;
    left: 0;
    top: 390px;
    width: auto;
    margin: 0;
  }
}
.about__profile__point li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.about__profile__point li img {
  width: 18px;
}
@media screen and (min-width: 835px) {
  .about__profile__point li img {
    width: 30px;
  }
}
.about__profile__point li p {
  font-size: 12px;
  line-height: 2;
}
@media screen and (min-width: 835px) {
  .about__profile__point li p {
    font-size: 15px;
  }
}
.access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 835px) {
  .access {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.access iframe {
  width: 100%;
  height: 70vw;
}
@media screen and (min-width: 835px) {
  .access iframe {
    width: 460px;
    height: 345px;
  }
}
@media screen and (min-width: 835px) {
  .access .table {
    width: calc(100% - 500px);
  }
}
@media screen and (min-width: 835px) {
  .access .table th {
    width: 150px;
  }
}
.breadcrumbs__container {
  padding: 8px 12px;
}
@media screen and (min-width: 835px) {
  .breadcrumbs__container {
    padding: 8px 40px;
  }
}
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs > span {
  font-size: 12px;
  color: #000;
  white-space: nowrap;
}
.breadcrumbs > span:last-of-type {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 835px) {
  .breadcrumbs > span:last-of-type {
    max-width: 100%;
  }
}
@media screen and (min-width: 835px) {
  .breadcrumbs > span {
    font-size: 13px;
  }
}
.breadcrumbs a {
  font-size: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #575757;
}
@media screen and (min-width: 835px) {
  .breadcrumbs a {
    font-size: 13px;
  }
}
.breadcrumbs a:hover {
  opacity: 0.7;
}
.breadcrumbs .arw {
  color: #000;
  margin: 0 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  border-width: 4px 0px 4px 4px;
}
.cta {
  padding: 40px 0;
}
@media screen and (min-width: 835px) {
  .cta {
    padding: 80px 0 100px;
  }
}
.cta__link,
.cta__link--top {
  width: 300px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 835px) {
  .cta__link,
  .cta__link--top {
    width: auto;
    max-width: 850px;
  }
}
.cta__link > div,
.cta__link--top > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 835px) {
  .cta__link > div,
  .cta__link--top > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cta__link--top {
  margin: 20px auto 0;
}
.cta__link__item,
.cta__link__item--ticket,
.cta__link__item--document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  height: 126px;
  border-radius: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cta__link__item:hover,
.cta__link__item--ticket:hover,
.cta__link__item--document:hover {
  -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, .2);
          box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, .2);
}
@media screen and (min-width: 835px) {
  .cta__link__item,
  .cta__link__item--ticket,
  .cta__link__item--document {
    width: calc(50% - 5px);
    height: 160px;
    border-radius: 24px;
  }
}
.cta__link__item div,
.cta__link__item--ticket div,
.cta__link__item--document div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width: 835px) {
  .cta__link__item div,
  .cta__link__item--ticket div,
  .cta__link__item--document div {
    gap: 16px;
  }
}
.cta__link__item div p,
.cta__link__item--ticket div p,
.cta__link__item--document div p {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 1.3;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, .25);
}
@media screen and (min-width: 835px) {
  .cta__link__item div p,
  .cta__link__item--ticket div p,
  .cta__link__item--document div p {
    font-size: 26px;
  }
}
.cta__link__item p,
.cta__link__item--ticket p,
.cta__link__item--document p {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .cta__link__item p,
  .cta__link__item--ticket p,
  .cta__link__item--document p {
    font-size: 16px;
  }
}
.cta__link__item--ticket {
  background: -webkit-gradient(linear, left top, right top, from(#87d0e5), to(#febfd6)), #fff;
  background: linear-gradient(90deg, #87d0e5 0%, #febfd6 100%), #fff;
}
.cta__link__item--document {
  background: -webkit-gradient(linear, left top, right top, from(#87d0e5), to(#ffc3b0)), #fff;
  background: linear-gradient(90deg, #87d0e5 0%, #ffc3b0 100%), #fff;
}
.cta__link__item--document > p {
  color: #f00;
}
.cta__link__sub {
  background: #fff3f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  height: 60px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cta__link__sub:hover {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, .12);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, .12);
}
@media screen and (min-width: 835px) {
  .cta__link__sub {
    width: calc(50% - 5px);
    height: 80px;
    border-radius: 20px;
  }
}
.cta__link__sub img {
  width: 32px;
}
@media screen and (min-width: 835px) {
  .cta__link__sub img {
    width: 36px;
  }
}
.cta__ticket,
.cta__exhibit {
  width: 240px;
  height: 66px;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#87d0e5), to(#febfd6));
  background: linear-gradient(90deg, #87d0e5 0%, #febfd6 100%);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .16);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 0 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.cta__ticket:hover,
.cta__exhibit:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cta__ticket img,
.cta__exhibit img {
  width: 36px;
}
.cta__ticket p,
.cta__exhibit p {
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, .25);
  font-size: 16px;
  font-weight: bold;
}
.cta__exhibit {
  background: -webkit-gradient(linear, left top, right top, from(#87d0e5), to(#ffc3b0));
  background: linear-gradient(90deg, #87d0e5 0%, #ffc3b0 100%);
}
.cta__fixed,
.cta__fixed--exhibition {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, .8);
  z-index: 99;
}
@media screen and (min-width: 835px) {
  .cta__fixed,
  .cta__fixed--exhibition {
    z-index: 999;
    height: 100px;
  }
}
.cta__fixed a,
.cta__fixed--exhibition a {
  width: 280px;
  height: 50px;
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, right top, from(#87d0e5), to(#febfd6));
  background: linear-gradient(90deg, #87d0e5 0%, #febfd6 100%);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .16);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .cta__fixed a,
  .cta__fixed--exhibition a {
    width: 480px;
    height: 68px;
    gap: 16px;
  }
}
.cta__fixed a:hover,
.cta__fixed--exhibition a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cta__fixed a img,
.cta__fixed--exhibition a img {
  width: 20px;
}
@media screen and (min-width: 835px) {
  .cta__fixed a img,
  .cta__fixed--exhibition a img {
    width: 36px;
  }
}
.cta__fixed a p,
.cta__fixed--exhibition a p {
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, .25);
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .cta__fixed a p,
  .cta__fixed--exhibition a p {
    font-size: 22px;
  }
}
.cta__fixed--exhibition {
  display: none;
}
@media screen and (min-width: 835px) {
  .cta__fixed--exhibition {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cta__fixed--exhibition .application__button {
  margin-top: 0;
}
.cta__fixed .chara__01,
.cta__fixed--exhibition .chara__01,
.cta__fixed .chara__02,
.cta__fixed--exhibition .chara__02 {
  width: 60px;
  position: absolute;
  top: -30px;
}
@media screen and (min-width: 835px) {
  .cta__fixed .chara__01,
  .cta__fixed--exhibition .chara__01,
  .cta__fixed .chara__02,
  .cta__fixed--exhibition .chara__02 {
    width: 150px;
    top: -60px;
  }
}
.cta__fixed .chara__01 img,
.cta__fixed--exhibition .chara__01 img,
.cta__fixed .chara__02 img,
.cta__fixed--exhibition .chara__02 img {
  width: 100%;
}
.cta__fixed .chara__01,
.cta__fixed--exhibition .chara__01 {
  left: 4px;
  animation: floating-x-a 7.2s ease-in-out infinite alternate-reverse;
}
@media screen and (min-width: 835px) {
  .cta__fixed .chara__01,
  .cta__fixed--exhibition .chara__01 {
    left: 40px;
  }
}
.cta__fixed .chara__01 img,
.cta__fixed--exhibition .chara__01 img {
  animation: floating-y-a 1.8s ease-in-out infinite alternate-reverse;
}
.cta__fixed .chara__02,
.cta__fixed--exhibition .chara__02 {
  right: 4px;
  animation: floating-x-b 7.2s ease-in-out infinite alternate-reverse;
}
@media screen and (min-width: 835px) {
  .cta__fixed .chara__02,
  .cta__fixed--exhibition .chara__02 {
    right: 40px;
  }
}
.cta__fixed .chara__02 img,
.cta__fixed--exhibition .chara__02 img {
  animation: floating-y-b 1.8s ease-in-out infinite alternate-reverse;
}
@-webkit-keyframes floating-x-a {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  100% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
}
@keyframes floating-x-a {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  100% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
}
@-webkit-keyframes floating-x-b {
  0% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
  100% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
}
@keyframes floating-x-b {
  0% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
  100% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
}
@-webkit-keyframes floating-y-a {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}
@keyframes floating-y-a {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}
@-webkit-keyframes floating-y-b {
  0% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
@keyframes floating-y-b {
  0% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
.cta__modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  z-index: 9999;
}
.cta__modal > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 18px;
  width: 100%;
  height: 100%;
}
.cta__modal__box {
  background: #fff;
  width: 100%;
  max-width: 340px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 60px 20px;
}
@media screen and (min-width: 835px) {
  .cta__modal__box {
    max-width: 930px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 60px 40px;
  }
}
.cta__modal__link {
  border-radius: 16px;
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.cta__modal__link:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .cta__modal__link {
    width: calc(50% - 5px);
    font-size: 18px;
    padding: 20px 0;
  }
}
.cta__modal__link span {
  font-size: 20px;
}
@media screen and (min-width: 835px) {
  .cta__modal__link span {
    font-size: 24px;
  }
}
.cta__modal__link:nth-of-type(1) {
  background: -webkit-gradient(linear, left bottom, left top, from(#caf0fa), to(#caf0fa)), #fff;
  background: linear-gradient(0deg, #caf0fa 0%, #caf0fa 100%), #fff;
}
.cta__modal__link:nth-of-type(2) {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffe4dc), to(#ffe4dc)), #fff;
  background: linear-gradient(0deg, #ffe4dc 0%, #ffe4dc 100%), #fff;
}
.cta__modal__close {
  position: absolute;
  top: -65px;
  right: -10px;
  width: 60px;
}
.cta__modal__close img {
  width: 100%;
  display: block;
}
.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 835px) {
  .faq__list {
    margin-bottom: 40px;
  }
}
.faq__item__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 16px 8px;
  gap: 6px;
  background: #f6f6f6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .faq__item__q {
    padding: 20px;
    gap: 10px;
  }
}
.faq__item__q span {
  color: #ffc3b0;
  font-family: "Bakbak One", sans-serif;
  font-size: 28px;
}
.faq__item__q p {
  font-size: 14px;
  width: calc(100% - 50px);
}
@media screen and (min-width: 835px) {
  .faq__item__q p {
    font-size: 18px;
    width: calc(100% - 100px);
  }
}
.faq__item__q div {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #000;
  border-radius: 50%;
}
@media screen and (min-width: 835px) {
  .faq__item__q div {
    width: 40px;
    height: 40px;
    right: 20px;
  }
}
.faq__item__q div:before,
.faq__item__q div:after {
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 835px) {
  .faq__item__q div:before,
  .faq__item__q div:after {
    width: 20px;
  }
}
.faq__item__q div:before {
  width: 2px;
  height: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 835px) {
  .faq__item__q div:before {
    height: 20px;
  }
}
.faq__item__q.is-active {
  background: #fff7f4;
}
.faq__item__q.is-active div:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq__item__a {
  display: none;
}
.faq__item__a > div {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 195, 176, .04)), to(rgba(255, 195, 176, .04))), #fff;
  background: linear-gradient(0deg, rgba(255, 195, 176, .04) 0%, rgba(255, 195, 176, .04) 100%), #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 16px 10px;
}
@media screen and (min-width: 835px) {
  .faq__item__a > div {
    padding: 20px;
    padding-right: 70px;
    gap: 10px;
  }
}
.faq__item__a > div span {
  color: #ffc3b0;
  font-family: "Bakbak One", sans-serif;
  font-size: 28px;
}
.faq__item__a > div p {
  font-size: 12px;
  line-height: 1.8;
  width: calc(100% - 25px);
}
@media screen and (min-width: 835px) {
  .faq__item__a > div p {
    font-size: 14px;
  }
}
.faq__item__a > div p a {
  color: #128bc8;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.faq__item__a > div p a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .faq__item__a > div p {
    font-size: 14px;
    width: calc(100% - 35px);
  }
}
.faq__title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 835px) {
  .faq__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.guest__nav {
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 835px) {
  .guest__nav {
    margin-bottom: 40px;
    margin-top: 20px;
  }
}
.guest__nav a {
  width: 100px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.guest__nav a:hover {
  color: #d34c7d;
}
@media screen and (min-width: 835px) {
  .guest__nav a {
    width: 240px;
    font-size: 18px;
  }
}
.guest__nav a.is-active {
  color: #d34c7d;
  background: #fff3f7;
}
.guest__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 5px;
}
@media screen and (min-width: 835px) {
  .guest__list {
    gap: 40px;
  }
}
.guest__item {
  padding: 10px;
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(137, 206, 245, .12)), to(rgba(254, 191, 214, .12))), #fff;
  background: linear-gradient(90deg, rgba(137, 206, 245, .12) 0%, rgba(254, 191, 214, .12) 100%), #fff;
  position: relative;
  width: calc(50% - 2.5px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .guest__item {
    width: calc(25% - 30px);
  }
}
.guest__item:hover {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, .12);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, .12);
}
.guest__item:hover .guest__item__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.guest__item__img {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.2;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.guest__item__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.guest__item__category {
  background: #000;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Bakbak One", sans-serif;
  padding: 2px 10px;
  font-size: 12px;
  z-index: 10;
}
.guest__item__name {
  color: #d34c7d;
  font-size: 18px;
  margin-top: 10px;
}
.guest__item__title {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin: 6px 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.guest__item__date {
  color: #575757;
  font-size: 12px;
  word-break: break-all;
}
.news__item {
  padding: 16px;
  border-bottom: 1px solid #000;
  display: block;
  position: relative;
  z-index: 10;
}
.news__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(135, 208, 229, .1)), color-stop(100%, rgba(249, 199, 251, .1)), to(rgba(254, 191, 214, .1))), #fff;
  background: linear-gradient(90deg, rgba(135, 208, 229, .1) 0%, rgba(249, 199, 251, .1) 100%, rgba(254, 191, 214, .1) 100%), #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.news__item:hover:before {
  opacity: 1;
}
.news__item time {
  background: #000;
  color: #fff;
  font-family: "Bakbak One", sans-serif;
  padding: 0 10px;
  font-size: 16px;
}
.news__item p {
  font-size: 14px;
  color: #000;
  margin-top: 12px;
}
.pagenation {
  display: block;
  width: 100%;
  margin-top: 30px;
}
ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.page-numbers span,
ul.page-numbers a {
  width: 42px;
  height: 42px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0 2px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
}
@media screen and (min-width: 835px) {
  ul.page-numbers span,
  ul.page-numbers a {
    width: 48px;
    height: 48px;
    margin: 0 4px;
  }
}
ul.page-numbers span.current,
ul.page-numbers a.current {
  background: #000;
  color: #fff;
}
ul.page-numbers span.prev,
ul.page-numbers a.prev {
  position: relative;
  margin-right: 10px;
}
@media screen and (min-width: 835px) {
  ul.page-numbers span.prev,
  ul.page-numbers a.prev {
    margin-right: 40px;
  }
}
ul.page-numbers span.prev:before,
ul.page-numbers a.prev:before {
  content: url("../img/common/pagenation_arw.svg");
  vertical-align: middle;
  -webkit-transform: rotate(180deg) scale(1, -1);
          transform: rotate(180deg) scale(1, -1);
}
ul.page-numbers span.next,
ul.page-numbers a.next {
  position: relative;
  margin-left: 10px;
}
@media screen and (min-width: 835px) {
  ul.page-numbers span.next,
  ul.page-numbers a.next {
    margin-left: 40px;
  }
}
ul.page-numbers span.next:before,
ul.page-numbers a.next:before {
  content: url("../img/common/pagenation_arw.svg");
  vertical-align: middle;
  -webkit-transform: scale(1);
          transform: scale(1);
}
ul.page-numbers a:hover {
  background: #000;
  color: #fff;
}
.partner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 835px) {
  .partner__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 835px) {
  .partner__item {
    width: calc(33.33333% - 26.66667px);
  }
}
.partner__item__img {
  width: 100%;
  aspect-ratio: 2;
}
.partner__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.partner__item__title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin: 8px 0;
}
.partner__item__text {
  font-size: 14px;
  color: #000;
  margin-bottom: 8px;
}
.partner__item__link {
  font-size: 13px;
  color: #3674d8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.partner__item__link:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single,
.single--news {
  border-radius: 40px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(137, 206, 245, .08)), to(rgba(249, 199, 251, .08))), #fff;
  background: linear-gradient(90deg, rgba(137, 206, 245, .08) 0%, rgba(249, 199, 251, .08) 100%), #fff;
  padding: 20px 24px 40px;
  margin: 20px 0 60px;
}
@media screen and (min-width: 835px) {
  .single,
  .single--news {
    max-width: 1048px;
    margin: 40px auto 60px;
    padding: 60px 70px;
  }
}
.single--news {
  background: -webkit-gradient(linear, left bottom, left top, from(#fafafa), to(#fafafa)), #fff;
  background: linear-gradient(0deg, #fafafa 0%, #fafafa 100%), #fff;
}
@media screen and (min-width: 835px) {
  .single__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.single__label {
  background: #000;
  color: #fff;
  font-family: "Bakbak One", sans-serif;
  padding: 2px 10px;
  font-size: 12px;
  display: inline-block;
}
@media screen and (min-width: 835px) {
  .single__label {
    font-size: 16px;
  }
}
.single__info {
  margin-top: 6px;
}
@media screen and (min-width: 835px) {
  .single__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-top: 0;
  }
}
.single__info span {
  color: #d34c7d;
  font-size: 18px;
}
.single__info p {
  font-size: 12px;
  color: #575757;
  margin-top: 4px;
}
@media screen and (min-width: 835px) {
  .single__info p {
    margin-top: 0;
    font-size: 16px;
  }
}
.single__title {
  border-bottom: 2px solid #000;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .single__title {
    font-size: 24px;
  }
}
.single__img {
  display: block;
  width: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .single__img {
    width: 640px;
    margin: 40px auto 0;
  }
}
.single__img img {
  width: 100%;
  height: 100%;
}
.single__content .first {
  margin-top: 0;
}
.single__content h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 12px;
  border-bottom: 2px solid #000;
}
@media screen and (min-width: 835px) {
  .single__content h1 {
    font-size: 32px;
  }
}
.single__content h2 {
  font-size: 18px;
  font-weight: bold;
  background: rgba(0, 0, 0, .04);
  line-height: 1.5;
  padding: 12px 20px;
  margin-top: 40px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .single__content h2 {
    font-size: 28px;
    margin-top: 80px;
    padding: 20px 28px;
  }
}
.single__content h2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: calc(100% - 25px);
  background: #000;
}
@media screen and (min-width: 835px) {
  .single__content h2:before {
    height: 40px;
  }
}
.single__content h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 12px 0;
  margin-top: 30px;
  position: relative;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 835px) {
  .single__content h3 {
    font-size: 24px;
    margin: 60px auto 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.single__content h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  margin-top: 30px;
  position: relative;
  padding-left: 18px;
}
@media screen and (min-width: 835px) {
  .single__content h4 {
    font-size: 22px;
    margin: 60px auto 0;
  }
}
.single__content h4:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 4px;
  background: #000;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single__content p {
  font-size: 13px;
  line-height: 2;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .single__content p {
    font-size: 16px;
    margin: 40px auto 0;
  }
}
.single__content p.center,
.single__content p .center {
  text-align: center;
}
.single__content p span.video,
.single__content p span.center {
  display: block;
  text-align: center;
}
.single__content ul {
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .single__content ul {
    margin: 40px auto 0;
  }
}
.single__content ul li {
  position: relative;
  font-size: 14px;
  padding-left: 20px;
  line-height: 2;
}
@media screen and (min-width: 835px) {
  .single__content ul li {
    font-size: 16px;
  }
}
.single__content ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 10px;
  height: 10px;
  background: #849fcd;
  border-radius: 50%;
}
.single__content ol {
  margin-top: 30px;
  list-style: decimal;
  padding-left: 20px;
}
@media screen and (min-width: 835px) {
  .single__content ol {
    margin: 40px auto 0;
  }
}
.single__content ol li {
  position: relative;
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 835px) {
  .single__content ol li {
    font-size: 16px;
  }
}
.single__content ol li ol {
  margin-top: 0;
}
.single__content strong {
  font-weight: bold;
}
.single__content u {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #ccf3e2));
  background: linear-gradient(transparent 65%, #ccf3e2 65%);
  text-decoration: none;
}
.single__content a {
  text-decoration: underline;
  font-size: 14px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single__content a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 835px) {
  .single__content a {
    font-size: 16px;
  }
}
.single__content .button,
.single__content .button--l {
  width: 240px;
  height: 56px;
  background: #eb96a4;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  margin: 30px auto 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.single__content .button:hover,
.single__content .button--l:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .single__content .button--l {
    width: 540px;
    height: 80px;
    font-size: 22px;
    border-radius: 60px;
    margin: 70px auto 0;
  }
}
.single__content figure > div {
  width: 100% !important;
}
.single__content figure .wp-caption-text {
  text-align: center;
  margin-top: 10px;
}
.single__content img {
  display: block;
  margin: 30px auto 0;
  width: 100%;
}
@media screen and (min-width: 835px) {
  .single__content img {
    max-width: 680px;
    margin: 40px auto 0;
  }
}
.single__content .video {
  margin: 0 auto 30px;
}
@media screen and (min-width: 835px) {
  .single__content .video {
    margin: 0px auto 30px;
  }
}
.single__content .video iframe {
  display: block;
  width: 100%;
  height: 45vw;
  margin: auto;
}
@media screen and (min-width: 835px) {
  .single__content .video iframe {
    max-width: 680px;
    height: 340px;
  }
}
.single__content .video p {
  margin-top: 10px;
  text-align: center;
}
.single__content .wp-caption {
  width: 100% !important;
  text-align: center;
}
.single__content .wp-caption p {
  margin-top: 10px;
}
.single__content .red {
  color: #f00;
}
.singleBack {
  border-top: 1px solid #000;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .singleBack {
    padding: 80px 0;
  }
}
.singleBack a {
  width: 240px;
  height: 56px;
  background: #000;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.singleBack a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single__back {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  .single__back {
    margin-bottom: 100px;
  }
}
.single__back a {
  color: #000;
  font-size: 18px;
  font-family: "Bakbak One", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.single__back a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.application__button,
.application__button--s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .application__button,
  .application__button--s {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
  }
}
.application__button a,
.application__button--s a {
  width: 240px;
  height: 64px;
  background: #eb96a4;
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.application__button a:hover,
.application__button--s a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .application__button a,
  .application__button--s a {
    width: 260px;
    height: 84px;
    border-radius: 50px;
    font-size: 18px;
  }
}
.application__button a:nth-of-type(1),
.application__button--s a:nth-of-type(1) {
  border: 4px solid #cbfd6e;
}
@media screen and (min-width: 835px) {
  .application__button a:nth-of-type(1),
  .application__button--s a:nth-of-type(1) {
    border: 6px solid #cbfd6e;
  }
}
.application__button a:nth-of-type(2),
.application__button--s a:nth-of-type(2) {
  border: 4px solid #ffab5f;
}
@media screen and (min-width: 835px) {
  .application__button a:nth-of-type(2),
  .application__button--s a:nth-of-type(2) {
    border: 6px solid #ffab5f;
  }
}
.application__button a:nth-of-type(3),
.application__button--s a:nth-of-type(3) {
  border: 4px solid #80ffff;
}
@media screen and (min-width: 835px) {
  .application__button a:nth-of-type(3),
  .application__button--s a:nth-of-type(3) {
    border: 6px solid #80ffff;
  }
}
.application__button--s {
  margin-top: 10px;
}
.application__button--s.l-booth a {
  border: 4px solid #cbfd6e !important;
}
@media screen and (min-width: 835px) {
  .application__button--s.l-booth a {
    border: 6px solid #cbfd6e !important;
  }
}
.application__button--s.m-booth a {
  border: 4px solid #ffab5f !important;
}
@media screen and (min-width: 835px) {
  .application__button--s.m-booth a {
    border: 6px solid #ffab5f !important;
  }
}
.application__button--s.s-booth a {
  border: 4px solid #80ffff !important;
}
@media screen and (min-width: 835px) {
  .application__button--s.s-booth a {
    border: 6px solid #80ffff !important;
  }
}
@media screen and (min-width: 835px) {
  .slick__list {
    width: 70%;
  }
}
.slick__list--left {
  display: none;
}
@media screen and (min-width: 835px) {
  .slick__list--left {
    display: block;
    position: absolute;
    top: 0;
    left: 80px;
    width: 100%;
  }
  .slick__list--left .slick__item img {
    width: 140px;
    height: 250px;
    border-radius: 30px;
  }
}
.slick__list--left .slick__item {
  margin: 0;
}
.slick__item {
  -webkit-box-shadow: 0px 0px 10px 3px #ccc;
          box-shadow: 0px 0px 10px 3px #ccc;
  margin: 30px 20px;
  position: relative;
}
.slick__item img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 835px) {
  .slick__item img {
    height: 530px;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .slick__item img {
    height: 400px;
  }
}
.slick__item__box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  padding: 25px 20px;
  background: rgba(0, 0, 0, .8);
  text-align: left;
}
.slick__item__ttl {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
.slick__item__subttl {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
}
.next-arrow {
  position: absolute;
  top: 45%;
  right: -10px;
  width: 60px;
  height: 60px;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .next-arrow {
    right: 30px;
  }
}
.next-arrow img {
  width: 100%;
}
.prev-arrow {
  position: absolute;
  top: 45%;
  left: -10px;
  width: 60px;
  height: 60px;
  z-index: 10;
  cursor: pointer;
}
.prev-arrow img {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .slick-list {
    padding: 0 10% 0 0;
  }
}
.slick__list--left .slick-list {
  padding: 0;
}
.table {
  width: 100%;
  border: 1px solid #ddd;
  max-width: 800px;
  margin: auto;
}
.table tr:not(:first-of-type) th {
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 835px) {
  .table tr:not(:first-of-type) td {
    border-top: 1px solid #ddd;
  }
}
.table th,
.table td {
  display: block;
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 835px) {
  .table th,
  .table td {
    display: table-cell;
    text-align: left;
    font-size: 16px;
    vertical-align: top;
  }
}
.table th {
  background: #f6f6f6;
  padding: 10px;
}
@media screen and (min-width: 835px) {
  .table th {
    width: 200px;
  }
}
.table td {
  padding: 16px 20px;
}
@media screen and (min-width: 835px) {
  .table td {
    padding: 10px 20px;
  }
}
.table td a {
  color: #3674d8;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.table td a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.table td a img {
  margin-left: 3px;
}
.topMv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80vh;
  position: relative;
}
@media screen and (min-width: 835px) {
  .topMv {
    height: 90vh;
    margin-bottom: 90px;
  }
}
.topMv__title {
  text-align: center;
  width: 80%;
  display: block;
}
@media screen and (min-width: 835px) {
  .topMv__title {
    max-width: 580px;
  }
}
.topMv__title img {
  width: 100%;
}
.topMv__bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.topMv__bg__item {
  -webkit-animation: mvBgAnime 32s infinite;
          animation: mvBgAnime 32s infinite;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.topMv__bg__item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.topMv__bg__item:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.topMv__bg__item:nth-of-type(2) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.topMv__bg__item:nth-of-type(3) {
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
}
.topMv__bg__item:nth-of-type(4) {
  -webkit-animation-delay: 24s;
          animation-delay: 24s;
}
.topNotice {
  background: #fff3f7;
  padding: 16px 0;
  text-align: center;
}
.topNotice__head {
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#87d0e5), to(#febfd6));
  background: linear-gradient(90deg, #87d0e5 0%, #febfd6 100%);
  padding: 4px;
  width: 200px;
  height: 60px;
  margin: auto;
  margin-bottom: 5px;
}
.topNotice__head > div {
  background: #fff;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.topNotice__head > div span {
  font-size: 20px;
}
.topNotice__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.topNotice__date {
  font-size: 30px;
  font-family: "Bakbak One", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 835px) {
  .topNotice__date {
    font-size: 50px;
    line-height: 1.2;
  }
}
.topNotice__date span {
  font-size: 14px;
  margin-right: 10px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 835px) {
  .topNotice__date span {
    font-size: 32px;
    margin-right: 20px;
  }
}
.topNotice__time {
  font-family: "Bakbak One", sans-serif;
  font-size: 24px;
}
@media screen and (min-width: 835px) {
  .topNotice__time {
    font-size: 36px;
    line-height: 1.3;
  }
}
.topNotice__place {
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
}
@media screen and (min-width: 835px) {
  .topNotice__place {
    font-size: 24px;
    margin-top: 10px;
  }
}
.topNews {
  padding: 40px 20px 60px;
}
@media screen and (min-width: 835px) {
  .topNews {
    padding: 60px 20px 80px;
  }
}
.topNews__list {
  margin-top: 20px;
  padding: 20px 14px;
  border: 4px solid #e3e3e3;
  max-height: 420px;
  overflow: scroll;
}
@media screen and (min-width: 835px) {
  .topNews__list {
    max-width: 800px;
    margin: 20px auto 0;
    max-height: 320px;
    padding: 20px 40px;
  }
}
.topAbout {
  background-image: url("../img/top/about_bg_sp.png");
  background-size: cover;
  padding: 40px 20px;
}
@media screen and (min-width: 835px) {
  .topAbout {
    background-image: url("../img/top/about_bg_pc.png");
    padding: 80px 20px 100px;
  }
  .topAbout .section__title h2 {
    font-size: 18px;
  }
}
.topAbout__box {
  background: #fff;
  padding: 40px 20px;
}
@media screen and (min-width: 835px) {
  .topAbout__box {
    max-width: 880px;
    padding: 40px 40px;
    margin: auto;
  }
}
.topAbout__desc {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.2em;
  margin: 30px 0;
  line-height: 1.8;
}
.topGuest {
  padding: 0 0 40px;
}
@media screen and (min-width: 835px) {
  .topGuest {
    padding: 0 0 80px;
  }
  .topGuest .section__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .topGuest .section__title h2 {
    margin-top: 5px;
  }
}
.topGuest__special {
  padding: 0 25px;
}
@media screen and (min-width: 835px) {
  .topGuest__special {
    max-width: 850px;
    margin: auto;
  }
}
.topGuest__special__comingsoon {
  display: block;
  width: 100%;
  margin: 10px auto 0;
}
@media screen and (min-width: 835px) {
  .topGuest__special__comingsoon {
    max-width: 580px;
    margin: 20px auto 0;
  }
}
.topGuest__special__box {
  background: -webkit-gradient(linear, left top, right top, from(#87d0e5), to(#febfd6));
  background: linear-gradient(90deg, #87d0e5 0%, #febfd6 100%);
  padding: 3px;
  border-radius: 10px;
  margin: 20px auto 0;
  width: 300px;
  position: relative;
  display: block;
}
@media screen and (min-width: 835px) {
  .topGuest__special__box {
    width: 100%;
    padding: 6px;
    border-radius: 20px;
  }
}
.topGuest__special__box > div {
  background: rgba(255, 255, 255, .88);
  border-radius: 10px;
  padding: 30px;
}
@media screen and (min-width: 835px) {
  .topGuest__special__box > div {
    padding: 30px 40px;
    padding-left: 320px;
    border-radius: 20px;
  }
}
.topGuest__special__box:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: -webkit-gradient(linear, left bottom, left top, from(#e5ddde), to(#e5ddde)), #fff;
  background: linear-gradient(0deg, #e5ddde 0%, #e5ddde 100%), #fff;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="6" /></filter></svg>#filter');
  -webkit-filter: blur(6px);
          filter: blur(6px);
  position: absolute;
  right: -12px;
  bottom: -8px;
  z-index: -1;
}
.topGuest__special__bg {
  width: 160px;
  position: absolute;
  right: 10px;
  bottom: 20px;
}
.topGuest__special__date {
  position: absolute;
  left: 5px;
  top: 130px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #d34c7d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-family: "Bakbak One", sans-serif;
  line-height: 1;
  font-size: 32px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 835px) {
  .topGuest__special__date {
    width: 140px;
    height: 140px;
    line-height: 1.1;
    font-size: 41px;
    top: -10px;
    left: -40px;
    z-index: 10;
  }
}
.topGuest__special__date span {
  font-size: 18px;
}
.topGuest__special__date time {
  font-size: 18px;
}
@media screen and (min-width: 835px) {
  .topGuest__special__date time {
    font-size: 26px;
    margin-top: 3px;
  }
}
.topGuest__special__title {
  display: block;
  width: 190px;
  margin: auto;
}
@media screen and (min-width: 835px) {
  .topGuest__special__title {
    margin-left: 0;
    margin-top: -10px;
  }
}
.topGuest__special__img {
  width: 200px;
  display: block;
  margin: auto;
}
@media screen and (min-width: 835px) {
  .topGuest__special__img {
    position: absolute;
    left: 40px;
    top: 30px;
    width: 240px;
  }
}
.topGuest__special__name {
  text-align: center;
  color: #d34c7d;
  font-size: 28px;
  font-weight: bold;
  margin-top: 15px;
}
@media screen and (min-width: 835px) {
  .topGuest__special__name {
    font-size: 30px;
    margin-top: 5px;
  }
}
.topGuest__special__name span {
  font-size: 14px;
}
.topGuest__special__text {
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
  color: #000;
}
@media screen and (min-width: 835px) {
  .topGuest__special__text {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.topGuest__special__foot {
  color: #f00;
  font-size: 12px;
  margin-top: 5px;
}
@media screen and (min-width: 835px) {
  .topGuest__special__foot {
    font-size: 14px;
  }
}
.topGuest__container {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .topGuest__container {
    max-width: 1200px;
    margin: 40px auto 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
@media screen and (min-width: 835px) {
  .topGuest__box {
    width: calc(50% - 20px);
  }
  .topGuest__box .btn {
    margin-right: 0;
  }
}
.topGuest__list {
  padding: 20px 14px;
  border: 4px solid #e3e3e3;
  margin-top: 20px;
  max-height: 600px;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 835px) {
  .topGuest__list {
    padding: 40px 30px;
    max-height: 556px;
    margin-top: 10px;
  }
}
.topGuest__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(135, 208, 229, .12)), to(rgba(254, 191, 214, .12))), #fff;
  background: linear-gradient(90deg, rgba(135, 208, 229, .12) 0%, rgba(254, 191, 214, .12) 100%), #fff;
  padding: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .topGuest__item {
    padding: 16px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.topGuest__item .topGuest__item__img {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.topGuest__item .topGuest__item__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .topGuest__item .topGuest__item__img {
    width: 120px;
    height: 120px;
  }
}
.topGuest__item > div {
  width: calc(100% - 100px);
}
@media screen and (min-width: 835px) {
  .topGuest__item > div {
    width: calc(100% - 140px);
  }
}
.topGuest__item:hover {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, .12);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, .12);
}
.topGuest__item:hover .topGuest__item__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.topGuest__item__name {
  color: #d34c7d;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 835px) {
  .topGuest__item__name {
    font-size: 22px;
  }
}
.topGuest__item__title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .topGuest__item__title {
    font-size: 16px;
    -webkit-line-clamp: 2;
  }
}
.topGuest__item__date {
  color: #575757;
  font-size: 12px;
  margin-top: 5px;
}
@media screen and (min-width: 835px) {
  .topGuest__item__date {
    font-size: 14px;
  }
}
.topInfo {
  padding: 60px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 835px) {
  .topInfo {
    max-width: 1200px;
    margin: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 80px 0 100px;
  }
  .topInfo .section__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .topInfo .section__title h2 {
    margin-top: 5px;
  }
}
@media screen and (min-width: 835px) {
  .topInfo__box {
    width: calc(50% - 20px);
  }
}
.topInfo__img {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.topInfo__title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .topInfo__title {
    font-size: 24px;
  }
}
.topContent {
  background: #f6f6f6;
  padding: 40px 0 60px;
}
@media screen and (min-width: 835px) {
  .topContent {
    padding: 80px 0 100px;
  }
}
.topContent__list {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media screen and (min-width: 835px) {
  .topContent__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1200px;
    margin: 16px auto 0;
    gap: 10px;
  }
}
.topContent__item {
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 300px;
  height: 100px;
  padding: 0 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.topContent__item:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .topContent__item {
    gap: 5px;
    width: calc(33.33333% - 6.66667px);
    height: 160px;
    padding: 0 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.topContent__item:nth-of-type(1) {
  background-image: url("../img/top/content_bg01.png");
}
.topContent__item:nth-of-type(2) {
  background-image: url("../img/top/content_bg02.png");
}
.topContent__item:nth-of-type(3) {
  background-image: url("../img/top/content_bg03.png");
}
.topContent__item:nth-of-type(4) {
  background-image: url("../img/top/content_bg04.png");
}
@media screen and (min-width: 835px) {
  .topContent__item:nth-of-type(4) {
    width: 100%;
  }
  .topContent__item:nth-of-type(4) p {
    font-size: 28px;
  }
}
.topContent__item > img {
  width: 30px;
}
@media screen and (min-width: 835px) {
  .topContent__item > img {
    width: auto;
    height: 36px;
  }
}
.topContent__item > div {
  color: #fff;
}
.topContent__item > div span {
  font-size: 24px;
  font-family: "Bakbak One", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 835px) {
  .topContent__item > div span {
    font-size: 32px;
  }
}
.topContent__item > div p {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .topContent__item > div p {
    font-size: 18px;
  }
}
.comingsoon {
  position: relative;
  overflow: hidden;
  pointer-events: none;
  font-family: 'Noto Sans JP', sans-serif;
}
.comingsoon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(114, 113, 113, .6);
}
.comingsoon:after {
  content: "Coming Soon...";
  position: absolute;
  inset: 0;
  margin: auto;
  color: #fff;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@-webkit-keyframes mvBgAnime {
  0% {
    opacity: 0;
  }
  5.625% {
    opacity: 1;
  }
  26.25% {
    opacity: 1;
  }
  31.25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mvBgAnime {
  0% {
    opacity: 0;
  }
  5.625% {
    opacity: 1;
  }
  26.25% {
    opacity: 1;
  }
  31.25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.u-mt5 {
  margin-top: 5px;
}
.u-mt25--sp {
  margin-top: 25px;
}
@media screen and (min-width: 835px) {
  .u-mt25--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt25--pc {
    margin-top: 25px;
  }
}
.u-mb5 {
  margin-bottom: 5px;
}
.u-mr5 {
  margin-right: 5px;
}
.u-ml5 {
  margin-left: 5px;
}
.u-mt10 {
  margin-top: 10px;
}
.u-mt50--sp {
  margin-top: 50px;
}
@media screen and (min-width: 835px) {
  .u-mt50--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt50--pc {
    margin-top: 50px;
  }
}
.u-mb10 {
  margin-bottom: 10px;
}
.u-mr10 {
  margin-right: 10px;
}
.u-ml10 {
  margin-left: 10px;
}
.u-mt15 {
  margin-top: 15px;
}
.u-mt75--sp {
  margin-top: 75px;
}
@media screen and (min-width: 835px) {
  .u-mt75--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt75--pc {
    margin-top: 75px;
  }
}
.u-mb15 {
  margin-bottom: 15px;
}
.u-mr15 {
  margin-right: 15px;
}
.u-ml15 {
  margin-left: 15px;
}
.u-mt20 {
  margin-top: 20px;
}
.u-mt100--sp {
  margin-top: 100px;
}
@media screen and (min-width: 835px) {
  .u-mt100--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt100--pc {
    margin-top: 100px;
  }
}
.u-mb20 {
  margin-bottom: 20px;
}
.u-mr20 {
  margin-right: 20px;
}
.u-ml20 {
  margin-left: 20px;
}
.u-mt25 {
  margin-top: 25px;
}
.u-mt125--sp {
  margin-top: 125px;
}
@media screen and (min-width: 835px) {
  .u-mt125--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt125--pc {
    margin-top: 125px;
  }
}
.u-mb25 {
  margin-bottom: 25px;
}
.u-mr25 {
  margin-right: 25px;
}
.u-ml25 {
  margin-left: 25px;
}
.u-mt30 {
  margin-top: 30px;
}
.u-mt150--sp {
  margin-top: 150px;
}
@media screen and (min-width: 835px) {
  .u-mt150--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt150--pc {
    margin-top: 150px;
  }
}
.u-mb30 {
  margin-bottom: 30px;
}
.u-mr30 {
  margin-right: 30px;
}
.u-ml30 {
  margin-left: 30px;
}
.u-mt35 {
  margin-top: 35px;
}
.u-mt175--sp {
  margin-top: 175px;
}
@media screen and (min-width: 835px) {
  .u-mt175--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt175--pc {
    margin-top: 175px;
  }
}
.u-mb35 {
  margin-bottom: 35px;
}
.u-mr35 {
  margin-right: 35px;
}
.u-ml35 {
  margin-left: 35px;
}
.u-mt40 {
  margin-top: 40px;
}
.u-mt200--sp {
  margin-top: 200px;
}
@media screen and (min-width: 835px) {
  .u-mt200--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt200--pc {
    margin-top: 200px;
  }
}
.u-mb40 {
  margin-bottom: 40px;
}
.u-mr40 {
  margin-right: 40px;
}
.u-ml40 {
  margin-left: 40px;
}
.u-mt45 {
  margin-top: 45px;
}
.u-mt225--sp {
  margin-top: 225px;
}
@media screen and (min-width: 835px) {
  .u-mt225--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt225--pc {
    margin-top: 225px;
  }
}
.u-mb45 {
  margin-bottom: 45px;
}
.u-mr45 {
  margin-right: 45px;
}
.u-ml45 {
  margin-left: 45px;
}
.u-mt50 {
  margin-top: 50px;
}
.u-mt250--sp {
  margin-top: 250px;
}
@media screen and (min-width: 835px) {
  .u-mt250--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt250--pc {
    margin-top: 250px;
  }
}
.u-mb50 {
  margin-bottom: 50px;
}
.u-mr50 {
  margin-right: 50px;
}
.u-ml50 {
  margin-left: 50px;
}
.u-mt55 {
  margin-top: 55px;
}
.u-mt275--sp {
  margin-top: 275px;
}
@media screen and (min-width: 835px) {
  .u-mt275--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt275--pc {
    margin-top: 275px;
  }
}
.u-mb55 {
  margin-bottom: 55px;
}
.u-mr55 {
  margin-right: 55px;
}
.u-ml55 {
  margin-left: 55px;
}
.u-mt60 {
  margin-top: 60px;
}
.u-mt300--sp {
  margin-top: 300px;
}
@media screen and (min-width: 835px) {
  .u-mt300--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt300--pc {
    margin-top: 300px;
  }
}
.u-mb60 {
  margin-bottom: 60px;
}
.u-mr60 {
  margin-right: 60px;
}
.u-ml60 {
  margin-left: 60px;
}
.u-mt65 {
  margin-top: 65px;
}
.u-mt325--sp {
  margin-top: 325px;
}
@media screen and (min-width: 835px) {
  .u-mt325--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt325--pc {
    margin-top: 325px;
  }
}
.u-mb65 {
  margin-bottom: 65px;
}
.u-mr65 {
  margin-right: 65px;
}
.u-ml65 {
  margin-left: 65px;
}
.u-mt70 {
  margin-top: 70px;
}
.u-mt350--sp {
  margin-top: 350px;
}
@media screen and (min-width: 835px) {
  .u-mt350--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt350--pc {
    margin-top: 350px;
  }
}
.u-mb70 {
  margin-bottom: 70px;
}
.u-mr70 {
  margin-right: 70px;
}
.u-ml70 {
  margin-left: 70px;
}
.u-mt75 {
  margin-top: 75px;
}
.u-mt375--sp {
  margin-top: 375px;
}
@media screen and (min-width: 835px) {
  .u-mt375--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt375--pc {
    margin-top: 375px;
  }
}
.u-mb75 {
  margin-bottom: 75px;
}
.u-mr75 {
  margin-right: 75px;
}
.u-ml75 {
  margin-left: 75px;
}
.u-mt80 {
  margin-top: 80px;
}
.u-mt400--sp {
  margin-top: 400px;
}
@media screen and (min-width: 835px) {
  .u-mt400--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt400--pc {
    margin-top: 400px;
  }
}
.u-mb80 {
  margin-bottom: 80px;
}
.u-mr80 {
  margin-right: 80px;
}
.u-ml80 {
  margin-left: 80px;
}
.u-mt85 {
  margin-top: 85px;
}
.u-mt425--sp {
  margin-top: 425px;
}
@media screen and (min-width: 835px) {
  .u-mt425--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt425--pc {
    margin-top: 425px;
  }
}
.u-mb85 {
  margin-bottom: 85px;
}
.u-mr85 {
  margin-right: 85px;
}
.u-ml85 {
  margin-left: 85px;
}
.u-mt90 {
  margin-top: 90px;
}
.u-mt450--sp {
  margin-top: 450px;
}
@media screen and (min-width: 835px) {
  .u-mt450--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt450--pc {
    margin-top: 450px;
  }
}
.u-mb90 {
  margin-bottom: 90px;
}
.u-mr90 {
  margin-right: 90px;
}
.u-ml90 {
  margin-left: 90px;
}
.u-mt95 {
  margin-top: 95px;
}
.u-mt475--sp {
  margin-top: 475px;
}
@media screen and (min-width: 835px) {
  .u-mt475--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt475--pc {
    margin-top: 475px;
  }
}
.u-mb95 {
  margin-bottom: 95px;
}
.u-mr95 {
  margin-right: 95px;
}
.u-ml95 {
  margin-left: 95px;
}
.u-mt100 {
  margin-top: 100px;
}
.u-mt500--sp {
  margin-top: 500px;
}
@media screen and (min-width: 835px) {
  .u-mt500--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt500--pc {
    margin-top: 500px;
  }
}
.u-mb100 {
  margin-bottom: 100px;
}
.u-mr100 {
  margin-right: 100px;
}
.u-ml100 {
  margin-left: 100px;
}
.u-mt105 {
  margin-top: 105px;
}
.u-mt525--sp {
  margin-top: 525px;
}
@media screen and (min-width: 835px) {
  .u-mt525--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt525--pc {
    margin-top: 525px;
  }
}
.u-mb105 {
  margin-bottom: 105px;
}
.u-mr105 {
  margin-right: 105px;
}
.u-ml105 {
  margin-left: 105px;
}
.u-mt110 {
  margin-top: 110px;
}
.u-mt550--sp {
  margin-top: 550px;
}
@media screen and (min-width: 835px) {
  .u-mt550--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt550--pc {
    margin-top: 550px;
  }
}
.u-mb110 {
  margin-bottom: 110px;
}
.u-mr110 {
  margin-right: 110px;
}
.u-ml110 {
  margin-left: 110px;
}
.u-mt115 {
  margin-top: 115px;
}
.u-mt575--sp {
  margin-top: 575px;
}
@media screen and (min-width: 835px) {
  .u-mt575--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt575--pc {
    margin-top: 575px;
  }
}
.u-mb115 {
  margin-bottom: 115px;
}
.u-mr115 {
  margin-right: 115px;
}
.u-ml115 {
  margin-left: 115px;
}
.u-mt120 {
  margin-top: 120px;
}
.u-mt600--sp {
  margin-top: 600px;
}
@media screen and (min-width: 835px) {
  .u-mt600--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt600--pc {
    margin-top: 600px;
  }
}
.u-mb120 {
  margin-bottom: 120px;
}
.u-mr120 {
  margin-right: 120px;
}
.u-ml120 {
  margin-left: 120px;
}
.u-mt125 {
  margin-top: 125px;
}
.u-mt625--sp {
  margin-top: 625px;
}
@media screen and (min-width: 835px) {
  .u-mt625--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt625--pc {
    margin-top: 625px;
  }
}
.u-mb125 {
  margin-bottom: 125px;
}
.u-mr125 {
  margin-right: 125px;
}
.u-ml125 {
  margin-left: 125px;
}
.u-mt130 {
  margin-top: 130px;
}
.u-mt650--sp {
  margin-top: 650px;
}
@media screen and (min-width: 835px) {
  .u-mt650--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt650--pc {
    margin-top: 650px;
  }
}
.u-mb130 {
  margin-bottom: 130px;
}
.u-mr130 {
  margin-right: 130px;
}
.u-ml130 {
  margin-left: 130px;
}
.u-mt135 {
  margin-top: 135px;
}
.u-mt675--sp {
  margin-top: 675px;
}
@media screen and (min-width: 835px) {
  .u-mt675--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt675--pc {
    margin-top: 675px;
  }
}
.u-mb135 {
  margin-bottom: 135px;
}
.u-mr135 {
  margin-right: 135px;
}
.u-ml135 {
  margin-left: 135px;
}
.u-mt140 {
  margin-top: 140px;
}
.u-mt700--sp {
  margin-top: 700px;
}
@media screen and (min-width: 835px) {
  .u-mt700--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt700--pc {
    margin-top: 700px;
  }
}
.u-mb140 {
  margin-bottom: 140px;
}
.u-mr140 {
  margin-right: 140px;
}
.u-ml140 {
  margin-left: 140px;
}
.u-mt145 {
  margin-top: 145px;
}
.u-mt725--sp {
  margin-top: 725px;
}
@media screen and (min-width: 835px) {
  .u-mt725--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt725--pc {
    margin-top: 725px;
  }
}
.u-mb145 {
  margin-bottom: 145px;
}
.u-mr145 {
  margin-right: 145px;
}
.u-ml145 {
  margin-left: 145px;
}
.u-mt150 {
  margin-top: 150px;
}
.u-mt750--sp {
  margin-top: 750px;
}
@media screen and (min-width: 835px) {
  .u-mt750--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt750--pc {
    margin-top: 750px;
  }
}
.u-mb150 {
  margin-bottom: 150px;
}
.u-mr150 {
  margin-right: 150px;
}
.u-ml150 {
  margin-left: 150px;
}
.u-mt155 {
  margin-top: 155px;
}
.u-mt775--sp {
  margin-top: 775px;
}
@media screen and (min-width: 835px) {
  .u-mt775--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt775--pc {
    margin-top: 775px;
  }
}
.u-mb155 {
  margin-bottom: 155px;
}
.u-mr155 {
  margin-right: 155px;
}
.u-ml155 {
  margin-left: 155px;
}
.u-mt160 {
  margin-top: 160px;
}
.u-mt800--sp {
  margin-top: 800px;
}
@media screen and (min-width: 835px) {
  .u-mt800--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt800--pc {
    margin-top: 800px;
  }
}
.u-mb160 {
  margin-bottom: 160px;
}
.u-mr160 {
  margin-right: 160px;
}
.u-ml160 {
  margin-left: 160px;
}
.u-mt165 {
  margin-top: 165px;
}
.u-mt825--sp {
  margin-top: 825px;
}
@media screen and (min-width: 835px) {
  .u-mt825--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt825--pc {
    margin-top: 825px;
  }
}
.u-mb165 {
  margin-bottom: 165px;
}
.u-mr165 {
  margin-right: 165px;
}
.u-ml165 {
  margin-left: 165px;
}
.u-mt170 {
  margin-top: 170px;
}
.u-mt850--sp {
  margin-top: 850px;
}
@media screen and (min-width: 835px) {
  .u-mt850--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt850--pc {
    margin-top: 850px;
  }
}
.u-mb170 {
  margin-bottom: 170px;
}
.u-mr170 {
  margin-right: 170px;
}
.u-ml170 {
  margin-left: 170px;
}
.u-mt175 {
  margin-top: 175px;
}
.u-mt875--sp {
  margin-top: 875px;
}
@media screen and (min-width: 835px) {
  .u-mt875--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt875--pc {
    margin-top: 875px;
  }
}
.u-mb175 {
  margin-bottom: 175px;
}
.u-mr175 {
  margin-right: 175px;
}
.u-ml175 {
  margin-left: 175px;
}
.u-mt180 {
  margin-top: 180px;
}
.u-mt900--sp {
  margin-top: 900px;
}
@media screen and (min-width: 835px) {
  .u-mt900--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt900--pc {
    margin-top: 900px;
  }
}
.u-mb180 {
  margin-bottom: 180px;
}
.u-mr180 {
  margin-right: 180px;
}
.u-ml180 {
  margin-left: 180px;
}
.u-mt185 {
  margin-top: 185px;
}
.u-mt925--sp {
  margin-top: 925px;
}
@media screen and (min-width: 835px) {
  .u-mt925--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt925--pc {
    margin-top: 925px;
  }
}
.u-mb185 {
  margin-bottom: 185px;
}
.u-mr185 {
  margin-right: 185px;
}
.u-ml185 {
  margin-left: 185px;
}
.u-mt190 {
  margin-top: 190px;
}
.u-mt950--sp {
  margin-top: 950px;
}
@media screen and (min-width: 835px) {
  .u-mt950--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt950--pc {
    margin-top: 950px;
  }
}
.u-mb190 {
  margin-bottom: 190px;
}
.u-mr190 {
  margin-right: 190px;
}
.u-ml190 {
  margin-left: 190px;
}
.u-mt195 {
  margin-top: 195px;
}
.u-mt975--sp {
  margin-top: 975px;
}
@media screen and (min-width: 835px) {
  .u-mt975--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt975--pc {
    margin-top: 975px;
  }
}
.u-mb195 {
  margin-bottom: 195px;
}
.u-mr195 {
  margin-right: 195px;
}
.u-ml195 {
  margin-left: 195px;
}
.u-mt200 {
  margin-top: 200px;
}
.u-mt1000--sp {
  margin-top: 1000px;
}
@media screen and (min-width: 835px) {
  .u-mt1000--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1000--pc {
    margin-top: 1000px;
  }
}
.u-mb200 {
  margin-bottom: 200px;
}
.u-mr200 {
  margin-right: 200px;
}
.u-ml200 {
  margin-left: 200px;
}
.u-mt205 {
  margin-top: 205px;
}
.u-mt1025--sp {
  margin-top: 1025px;
}
@media screen and (min-width: 835px) {
  .u-mt1025--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1025--pc {
    margin-top: 1025px;
  }
}
.u-mb205 {
  margin-bottom: 205px;
}
.u-mr205 {
  margin-right: 205px;
}
.u-ml205 {
  margin-left: 205px;
}
.u-mt210 {
  margin-top: 210px;
}
.u-mt1050--sp {
  margin-top: 1050px;
}
@media screen and (min-width: 835px) {
  .u-mt1050--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1050--pc {
    margin-top: 1050px;
  }
}
.u-mb210 {
  margin-bottom: 210px;
}
.u-mr210 {
  margin-right: 210px;
}
.u-ml210 {
  margin-left: 210px;
}
.u-mt215 {
  margin-top: 215px;
}
.u-mt1075--sp {
  margin-top: 1075px;
}
@media screen and (min-width: 835px) {
  .u-mt1075--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1075--pc {
    margin-top: 1075px;
  }
}
.u-mb215 {
  margin-bottom: 215px;
}
.u-mr215 {
  margin-right: 215px;
}
.u-ml215 {
  margin-left: 215px;
}
.u-mt220 {
  margin-top: 220px;
}
.u-mt1100--sp {
  margin-top: 1100px;
}
@media screen and (min-width: 835px) {
  .u-mt1100--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1100--pc {
    margin-top: 1100px;
  }
}
.u-mb220 {
  margin-bottom: 220px;
}
.u-mr220 {
  margin-right: 220px;
}
.u-ml220 {
  margin-left: 220px;
}
.u-mt225 {
  margin-top: 225px;
}
.u-mt1125--sp {
  margin-top: 1125px;
}
@media screen and (min-width: 835px) {
  .u-mt1125--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1125--pc {
    margin-top: 1125px;
  }
}
.u-mb225 {
  margin-bottom: 225px;
}
.u-mr225 {
  margin-right: 225px;
}
.u-ml225 {
  margin-left: 225px;
}
.u-mt230 {
  margin-top: 230px;
}
.u-mt1150--sp {
  margin-top: 1150px;
}
@media screen and (min-width: 835px) {
  .u-mt1150--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1150--pc {
    margin-top: 1150px;
  }
}
.u-mb230 {
  margin-bottom: 230px;
}
.u-mr230 {
  margin-right: 230px;
}
.u-ml230 {
  margin-left: 230px;
}
.u-mt235 {
  margin-top: 235px;
}
.u-mt1175--sp {
  margin-top: 1175px;
}
@media screen and (min-width: 835px) {
  .u-mt1175--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1175--pc {
    margin-top: 1175px;
  }
}
.u-mb235 {
  margin-bottom: 235px;
}
.u-mr235 {
  margin-right: 235px;
}
.u-ml235 {
  margin-left: 235px;
}
.u-mt240 {
  margin-top: 240px;
}
.u-mt1200--sp {
  margin-top: 1200px;
}
@media screen and (min-width: 835px) {
  .u-mt1200--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1200--pc {
    margin-top: 1200px;
  }
}
.u-mb240 {
  margin-bottom: 240px;
}
.u-mr240 {
  margin-right: 240px;
}
.u-ml240 {
  margin-left: 240px;
}
.u-mt245 {
  margin-top: 245px;
}
.u-mt1225--sp {
  margin-top: 1225px;
}
@media screen and (min-width: 835px) {
  .u-mt1225--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1225--pc {
    margin-top: 1225px;
  }
}
.u-mb245 {
  margin-bottom: 245px;
}
.u-mr245 {
  margin-right: 245px;
}
.u-ml245 {
  margin-left: 245px;
}
.u-mt250 {
  margin-top: 250px;
}
.u-mt1250--sp {
  margin-top: 1250px;
}
@media screen and (min-width: 835px) {
  .u-mt1250--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1250--pc {
    margin-top: 1250px;
  }
}
.u-mb250 {
  margin-bottom: 250px;
}
.u-mr250 {
  margin-right: 250px;
}
.u-ml250 {
  margin-left: 250px;
}
.scroll-prevent {
  overflow: hidden;
}
.u-fs5 {
  font-size: 5px;
}
.u-fs10 {
  font-size: 10px;
}
.u-fs15 {
  font-size: 15px;
}
.u-fs20 {
  font-size: 20px;
}
.u-fs25 {
  font-size: 25px;
}
.u-fs30 {
  font-size: 30px;
}
.u-fs35 {
  font-size: 35px;
}
.u-fs40 {
  font-size: 40px;
}
.u-fs45 {
  font-size: 45px;
}
.u-fs50 {
  font-size: 50px;
}
.u-fs55 {
  font-size: 55px;
}
.u-fs60 {
  font-size: 60px;
}
.u-fs65 {
  font-size: 65px;
}
.u-fs70 {
  font-size: 70px;
}
.u-fs75 {
  font-size: 75px;
}
.u-fs80 {
  font-size: 80px;
}
.u-fs85 {
  font-size: 85px;
}
.u-fs90 {
  font-size: 90px;
}
.u-fs95 {
  font-size: 95px;
}
.u-fs100 {
  font-size: 100px;
}
.u-fs105 {
  font-size: 105px;
}
.u-fs110 {
  font-size: 110px;
}
.u-fs115 {
  font-size: 115px;
}
.u-fs120 {
  font-size: 120px;
}
.u-fs125 {
  font-size: 125px;
}
.u-fs130 {
  font-size: 130px;
}
.u-fs135 {
  font-size: 135px;
}
.u-fs140 {
  font-size: 140px;
}
.u-fs145 {
  font-size: 145px;
}
.u-fs150 {
  font-size: 150px;
}
.u-fs155 {
  font-size: 155px;
}
.u-fs160 {
  font-size: 160px;
}
.u-fs165 {
  font-size: 165px;
}
.u-fs170 {
  font-size: 170px;
}
.u-fs175 {
  font-size: 175px;
}
.u-fs180 {
  font-size: 180px;
}
.u-fs185 {
  font-size: 185px;
}
.u-fs190 {
  font-size: 190px;
}
.u-fs195 {
  font-size: 195px;
}
.u-fs200 {
  font-size: 200px;
}
.u-fs205 {
  font-size: 205px;
}
.u-fs210 {
  font-size: 210px;
}
.u-fs215 {
  font-size: 215px;
}
.u-fs220 {
  font-size: 220px;
}
.u-fs225 {
  font-size: 225px;
}
.u-fs230 {
  font-size: 230px;
}
.u-fs235 {
  font-size: 235px;
}
.u-fs240 {
  font-size: 240px;
}
.u-fs245 {
  font-size: 245px;
}
.u-fs250 {
  font-size: 250px;
}
.u-tac {
  text-align: center;
}
