@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

html {
  width: 100%;
}

body {
  font: 500 16px/1.8 "Noto Sans JP", "ＭＳ ゴシック", sans-serif;
  color: #131f35;
  text-align: left;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.mt10 {
  margin-top: 10px;
}

.mt6 {
  margin-top: 6px;
}

.en {
  font-family: "Inter", sans-serif;
}

.textN {
  font-size: 0.938em;
  margin-top: 10px;
  line-height: 1.8;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #131f35;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

::-moz-selection {
  background-color: #f0c846;
  color: #131f35;
}

::selection {
  background-color: #f0c846;
  color: #131f35;
}

.header {
  position: fixed;
  right: -10%;
  opacity: 0;
  bottom: 20px;
  z-index: 5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .header {
    width: 100%;
    right: 0;
    opacity: 1;
    bottom: auto;
    top: 0;
    height: 60px;
  }
}
.header.active {
  right: 0%;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .header.active {
    background: #ffffff;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .header.active .hamburger {
    opacity: 1;
  }
}
.header.active .logo {
  opacity: 1;
}
.header.active nav {
  opacity: 1;
}
.header nav {
  background: rgba(19, 31, 53, 0.9);
  padding: 30px 20px;
  border-radius: 20px 0 0 20px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .header nav {
    display: none;
    border-radius: 0;
    width: 100%;
    opacity: 1;
    height: 100dvh;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.header nav ul {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .header nav ul {
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.header nav ul a {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 0.8125em;
  padding: 5px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .header nav ul a {
    padding: 10px 0;
    font-size: 0.938em;
  }
}
.header nav ul a:hover {
  color: #f0c846;
}
.header .btn_event {
  font-size: 0.8125em;
  line-height: 50px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .header .btn_event {
    position: absolute;
    bottom: 20px;
    width: 323px;
    margin: auto;
    left: 0;
    right: 0;
    line-height: 68px;
    padding: 0 30px;
    font-size: 1em;
    border-radius: 60px;
  }
}
.header .logo {
  width: 220px;
  display: block;
  opacity: 0;
  margin: 18px 0 0 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header #sp-logo {
  display: none;
}
@media screen and (max-width: 767px) {
  .header #sp-logo {
    display: block;
  }
}

.hamburger {
  display: none;
  z-index: 13;
  top: 0px;
  right: 0;
  margin: auto;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  height: 60px;
  width: 60px;
  position: fixed;
  opacity: 0;
  background: #131f35;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.hamburger::after {
  content: "Menu";
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  color: #ffffff;
  margin: auto;
  font-size: 10px;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: block;
  }
}
.hamburger p {
  position: absolute;
  bottom: -3px;
}

.modalClose span,
.hamburger span {
  height: 2px;
  width: 20px;
  right: 0;
  left: 0;
  position: absolute;
  margin: auto;
  display: block;
  background: #ffffff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.modalClose span:nth-child(1),
.hamburger span:nth-child(1) {
  top: 14px;
}
.modalClose span:nth-child(2),
.hamburger span:nth-child(2) {
  top: 22px;
}
.modalClose span:nth-child(3),
.hamburger span:nth-child(3) {
  top: 30px;
}
.modalClose.active,
.hamburger.active {
  background: #ffffff;
}
.modalClose.active::after,
.hamburger.active::after {
  content: "Close";
  color: #131f35;
}
.modalClose.active span,
.hamburger.active span {
  background: #131f35;
  width: 30px;
}
.modalClose.active span:nth-child(1),
.hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 22px;
}
.modalClose.active span:nth-child(2),
.hamburger.active span:nth-child(2) {
  right: -10px;
  opacity: 0;
}
.modalClose.active span:nth-child(3),
.hamburger.active span:nth-child(3) {
  top: 22px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modalClose::after {
  display: none;
}
.modalClose span {
  background: #131f35;
}
.modalClose span:nth-child(1) {
  top: 28px !important;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modalClose span:nth-child(3) {
  top: 28px !important;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
body .textC {
  text-align: center;
}

.top_kv {
  background: url(../images/kv_bg.jpg) repeat;
  position: fixed;
  top: 50%;
  width: 100%;
  height: 100dvh;
  left: 0;
  overflow: hidden;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.top_kv_map {
  position: fixed;
  bottom: 32%;
  left: 12%;
  will-change: transform;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
@media screen and (max-width: 767px) {
  .top_kv_map {
    bottom: 0%;
  }
}
.top_kv_map.active {
  will-change: transform;
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}
@media screen and (max-width: 767px) {
  .top_kv_map.active {
    bottom: 55%;
    -webkit-transform: scale(2.6);
            transform: scale(2.6);
  }
}
.top_kv_map .cls-1 {
  fill: none;
}
.top_kv_map .cls-2 {
  fill: #131f35;
}
.top_kv_map .cls-3 {
  fill: #4ea35a;
}
.top_kv_map .cls-4 {
  fill: #a32552;
}
.top_kv_map .cls-5 {
  fill: #fff;
}
.top_kv_map .cls-6 {
  fill: #f0c846;
}
.top_kv_map .cls-7 {
  fill: #29248c;
}
.top_kv_map .map {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
.top_kv_map .yellow,
.top_kv_map .line4 {
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.top_kv_map .yellow.active,
.top_kv_map .line4.active {
  opacity: 1;
}
.top_kv_copy {
  position: fixed;
  left: 10%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  margin: auto;
  width: 16%;
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 767px) {
  .top_kv_copy {
    display: none;
  }
}
.top_kv_copy.none {
  opacity: 0;
}
.top_kv_copy path,
.top_kv_copy polygon {
  fill: #131f35;
}
.top_kv_copy #text {
  -webkit-mask: url(#mask);
          mask: url(#mask);
}
.top_kv_copy .word-main path {
  fill: #131f35;
}
.top_kv_copy .word-line line.active {
  -webkit-animation: writing 2s linear forwards;
          animation: writing 2s linear forwards;
  stroke: #fff;
  stroke-width: 130;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 4000px;
}
.top_kv_copy-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .top_kv_copy-sp {
    display: block;
    max-width: 323px;
    margin: 100px auto 0;
    z-index: 9;
    position: relative;
  }
}
.top_kv_copy-sp #logo {
  -webkit-mask: url(#ttl-mask);
          mask: url(#ttl-mask);
}
.top_kv_copy-sp .logo path {
  fill: #131f35;
}
.top_kv_copy-sp polyline.active {
  -webkit-animation: writing2 2s linear forwards;
          animation: writing2 2s linear forwards;
  stroke: #fff;
  stroke-width: 52;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 2000px;
}
.top_kv_main {
  position: fixed;
  width: 86%;
  right: -1%;
  top: 70%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  .top_kv_main {
    width: 150%;
    right: -17%;
  }
}
.top_kv_main .main_item {
  position: fixed;
  width: 18%;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: -3%;
}
.top_kv_main .main_item.active {
  opacity: 1;
  margin-top: 0%;
}
.top_kv_main .main_item.item1 {
  bottom: 48%;
  left: 21%;
  z-index: -1;
  margin-bottom: -3%;
}
.top_kv_main .main_item.item1.active {
  margin-bottom: 0%;
}
.top_kv_main .main_item.item2 {
  right: 15%;
  top: -2%;
  z-index: -1;
}
.top_kv_main .main_item.item3 {
  right: 15%;
  bottom: 38%;
  margin-bottom: -3%;
}
.top_kv_main .main_item.item3.active {
  margin-bottom: 0%;
}
.top_kv_main .sub_item {
  position: fixed;
  width: 13%;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: -3%;
}
.top_kv_main .sub_item.active {
  opacity: 1;
  margin-top: 0%;
}
.top_kv_main .sub_item.item4 {
  right: 11%;
  top: 13%;
}
.top_kv_main .sub_item.item5 {
  right: 1%;
  top: 22%;
}
@media screen and (max-width: 767px) {
  .top_kv_main .sub_item.item5 {
    top: 59%;
    right: 26%;
  }
}
.top_kv_main .sub_item.item6 {
  left: 48%;
  bottom: 32%;
  margin-bottom: -3%;
}
.top_kv_main .sub_item.item6.active {
  margin-bottom: 0%;
}
.top_kv_main .person {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.top_kv_main .person.active {
  opacity: 1;
}
.top_kv_main .mask .cls-1 {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 200px;
}
.top_kv_main .mask.active {
  -webkit-animation: writing 2s linear forwards;
          animation: writing 2s linear forwards;
  stroke: #fff;
  stroke-width: 200;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 4000px;
}
.top_kv_main #main-line1 {
  -webkit-mask: url(#mask1);
          mask: url(#mask1);
}
.top_kv_main #main-line2 {
  -webkit-mask: url(#mask2);
          mask: url(#mask2);
}
.top_kv_main #main-line3 {
  -webkit-mask: url(#mask3);
          mask: url(#mask3);
}

@-webkit-keyframes writing {
  0% {
    stroke-dashoffset: 4000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes writing {
  0% {
    stroke-dashoffset: 4000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes writing2 {
  0% {
    stroke-dashoffset: 2000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes writing2 {
  0% {
    stroke-dashoffset: 2000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes fead {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fead {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes wide {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes wide {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
.fead-up {
  margin-top: 60px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}
.fead-up.active {
  margin-top: 0px;
  opacity: 1;
}

.modalOpen {
  cursor: pointer;
}

.modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 99999999;
  left: 0;
  top: 0;
  height: 100dvh;
  width: 100%;
  overflow: auto;
  background: rgba(19, 31, 53, 0.85);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.modal .modalClose {
  background: #ffffff;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 20px;
  border: 0;
}
.modal .modalClose img {
  display: block;
  width: 22px;
}
.modal .modal-wrap {
  width: 100%;
  height: 100%;
  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;
  padding: 0 20px;
}
.modal .modal-box {
  width: 100%;
  position: relative;
  max-width: 800px;
}
.modal .modal-box .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.modal .modal-box .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.modal.active {
  opacity: 1;
}

.btn_event {
  background: #f0c846;
  border-radius: 30px;
  padding: 0 50px 0 10px;
  display: block;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.btn_event .txt {
  display: block;
  position: relative;
  z-index: 2;
}

.btn_web .gaibu,
.btn_event .gaibu {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 10px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: url(../images/ico_gaibu.svg) #fdeec2 no-repeat center center/20px;
  z-index: 2;
}
.btn_web::after,
.btn_event::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background: #fdeec2;
  opacity: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_web:hover::after,
.btn_event:hover::after {
  opacity: 1;
  width: 100%;
}
.btn_web:hover .gaibu,
.btn_event:hover .gaibu {
  background-color: #ffffff;
}

.midi_ttl {
  margin-bottom: 20px;
}
.midi_ttl p {
  font-size: 0.8125em;
  display: block;
  width: 100px;
  font-weight: 700;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background: #f0c846;
  line-height: 20px;
}
.midi_ttl h3 {
  font-size: 1.25em;
  background: #ffffff;
  font-weight: 700;
  text-align: center;
  border: 1px solid #f0c846;
  line-height: 48px;
  position: relative;
  display: block;
}
.midi_ttl h3::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  background: #f0c846;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.midi_ttl h3.active::after {
  width: 0;
}

.top_about {
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .top_about {
    padding-top: 20px;
  }
}
.top_about_inner {
  position: relative;
  margin-bottom: 40px;
}
.top_about_inner .bg_line {
  position: sticky;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top_about_inner .bg_line.active {
  -webkit-animation: fead 0.2s linear 1s forwards;
          animation: fead 0.2s linear 1s forwards;
}
.top_about_inner .bold {
  font-weight: 900;
}
.top_about_inner .main_ttl {
  position: absolute;
  top: 80px;
  width: 100%;
  display: block;
  padding: 0px 26px;
}
@media screen and (max-width: 767px) {
  .top_about_inner .main_ttl {
    visibility: hidden;
  }
}
.top_about_inner .main_ttl::after {
  content: "";
  display: block;
  top: 0;
  width: 100%;
  position: absolute;
  right: 0;
  height: 113px;
  background: #ffffff;
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 767px) {
  .top_about_inner .main_ttl::after {
    display: none;
  }
}
.top_about_inner .main_ttl.active::after {
  width: 0;
}
.top_about_inner .lead {
  text-align: center;
  padding: 0px 26px;
}
@media screen and (max-width: 767px) {
  .top_about_inner .lead {
    margin-top: -200px;
  }
}
.top_about_inner .lead p {
  margin-top: 20px;
  opacity: 0.15;
  line-height: 1.8;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.top_about_inner .lead p.active {
  opacity: 1;
}
.top_about .swiper {
  padding: 60px 0;
  position: relative;
  background: #ffffff;
}
.top_about .swiper .map {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 190px;
  left: 0;
  right: 0;
  margin: auto;
}
.top_about .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  /* 画像のサイズ調整 */
}
.top_about .swiper .swiper-wrapper .swiper-slide img {
  height: auto;
  width: 100%;
  display: block;
}

.top_movie_inner {
  background: #fef8ee;
  padding: 120px 0px 60px;
  border-radius: 180px 180px 0 0;
}
.top_movie_inner .main_ttl {
  margin-bottom: 30px;
  position: relative;
}
.top_movie_inner .main_ttl .line {
  width: 190px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 54px;
  height: 20px;
  z-index: 1;
  display: block;
}
.top_movie_inner .main_ttl .line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  background: #fef8ee;
  right: 0;
  height: 20px;
  -webkit-transition: 1s;
  transition: 1s;
  top: 0;
  z-index: 2;
}
.top_movie_inner .main_ttl .line.active::after {
  -webkit-animation: wide 0.2s linear 0.5s forwards;
          animation: wide 0.2s linear 0.5s forwards;
}
.top_movie_inner .main_ttl .ttl {
  z-index: 2;
  position: relative;
  display: block;
  position: relative;
}
.top_movie_inner .main_ttl .ttl::after, .top_movie_inner .main_ttl .ttl::before {
  z-index: 2;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  background: #fef8ee;
  right: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.top_movie_inner .main_ttl .ttl::after {
  height: 70px;
  top: 0;
}
.top_movie_inner .main_ttl .ttl::before {
  height: 36px;
  bottom: 0;
}
.top_movie_inner .main_ttl .ttl.active::after {
  width: 0;
}
.top_movie_inner .main_ttl .ttl.active::before {
  -webkit-animation: wide 0.5s linear 0.8s forwards;
          animation: wide 0.5s linear 0.8s forwards;
}
.top_movie_inner .midi_ttl {
  margin-top: 40px;
}
.top_movie_inner .intro {
  padding: 0 26px;
}
.top_movie_inner .swiper2,
.top_movie_inner .swiper3 {
  position: relative;
  padding-bottom: 70px;
  margin-top: 30px;
  padding: 0 26px 70px 26px;
  margin-left: 0px;
  margin-left: 26px;
  overflow: hidden;
}
.top_movie_inner .swiper2 .swiper-button,
.top_movie_inner .swiper3 .swiper-button {
  position: absolute;
  bottom: 0;
  width: 106px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  bottom: 0;
  right: 26px;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.top_movie_inner .swiper2 .swiper-button .swiper-button-next::after,
.top_movie_inner .swiper2 .swiper-button .swiper-button-prev::after,
.top_movie_inner .swiper3 .swiper-button .swiper-button-next::after,
.top_movie_inner .swiper3 .swiper-button .swiper-button-prev::after {
  display: none;
}
.top_movie_inner .swiper2 .swiper-button .swiper-button-next,
.top_movie_inner .swiper2 .swiper-button .swiper-button-prev,
.top_movie_inner .swiper3 .swiper-button .swiper-button-next,
.top_movie_inner .swiper3 .swiper-button .swiper-button-prev {
  width: 48px;
  position: relative;
  height: 48px;
  border-radius: 50%;
  background: #fdeec2;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: auto;
  right: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.top_movie_inner .swiper2 .swiper-button .swiper-button-next:hover,
.top_movie_inner .swiper2 .swiper-button .swiper-button-prev:hover,
.top_movie_inner .swiper3 .swiper-button .swiper-button-next:hover,
.top_movie_inner .swiper3 .swiper-button .swiper-button-prev:hover {
  background: #f0c846;
}
.top_movie_inner .swiper2 .swiper-button .swiper-button-next img,
.top_movie_inner .swiper2 .swiper-button .swiper-button-prev img,
.top_movie_inner .swiper3 .swiper-button .swiper-button-next img,
.top_movie_inner .swiper3 .swiper-button .swiper-button-prev img {
  width: 26px;
  display: block;
}
.top_movie_inner .swiper2 .swiper-wrapper,
.top_movie_inner .swiper3 .swiper-wrapper {
  margin-left: 0;
  margin-left: -26px;
}
.top_movie_inner .swiper2 .swiper-wrapper .swiper-slide,
.top_movie_inner .swiper3 .swiper-wrapper .swiper-slide {
  cursor: pointer;
  overflow: hidden;
  opacity: 1 !important;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
.top_movie_inner .swiper2 .swiper-wrapper .swiper-slide .inner,
.top_movie_inner .swiper3 .swiper-wrapper .swiper-slide .inner {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  z-index: 2;
}
.top_movie_inner .swiper2 .swiper-wrapper .swiper-slide .inner:hover .play,
.top_movie_inner .swiper3 .swiper-wrapper .swiper-slide .inner:hover .play {
  color: #f0c846;
}
.top_movie_inner .swiper2 .swiper-wrapper .swiper-slide .inner:hover .play .arrow,
.top_movie_inner .swiper3 .swiper-wrapper .swiper-slide .inner:hover .play .arrow {
  background: url(../images/slider_arrow.svg) #f0c846 no-repeat center center/10px;
}
.top_movie_inner .swiper2 .swiper-wrapper .swiper-slide .inner h4,
.top_movie_inner .swiper3 .swiper-wrapper .swiper-slide .inner h4 {
  font-size: 0.875em;
  font-weight: 700;
  margin: 20px 0 6px;
  line-height: 1.6;
  height: 102px;
}
.top_movie_inner .swiper2 .swiper-wrapper .swiper-slide .inner .name,
.top_movie_inner .swiper3 .swiper-wrapper .swiper-slide .inner .name {
  font-size: 0.75em;
  color: #909aab;
  margin-bottom: 10px;
}
.top_movie_inner .swiper2 .swiper-wrapper .swiper-slide .inner .play,
.top_movie_inner .swiper3 .swiper-wrapper .swiper-slide .inner .play {
  font-size: 0.625em;
  width: 112px;
  margin: 0 0 0 auto;
  line-height: 28px;
  display: block;
  position: relative;
  font-weight: 700;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.top_movie_inner .swiper2 .swiper-wrapper .swiper-slide .inner .play .arrow,
.top_movie_inner .swiper3 .swiper-wrapper .swiper-slide .inner .play .arrow {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: url(../images/slider_arrow.svg) #fef8ee no-repeat center center/10px;
}

.top_event {
  padding: 60px 26px 0;
  overflow: hidden;
}
.top_event .main_ttl::after,
.top_event .deco::after {
  content: "";
  background: #ffffff;
  width: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}
.top_event .deco {
  text-align: center;
  font-size: 1.25em;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  font-weight: 700;
}
.top_event .deco img {
  display: block;
  position: absolute;
  width: 24px;
  bottom: -34px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top_event .deco img.ico_left {
  left: 0;
}
.top_event .deco img.ico_right {
  right: 0;
}
.top_event .deco.active::after {
  width: 0;
}
.top_event .deco.active img {
  bottom: 0;
}
.top_event .schedule {
  background: #fef8ee;
  position: relative;
  padding: 10px 10px 16px;
  margin-bottom: 30px;
}
.top_event .schedule .ico {
  background: #f0c846;
  border-radius: 20px;
}
.top_event .schedule .sla {
  font-weight: 100 !important;
  font-size: 2em;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 100%;
  text-align: center;
  bottom: 24px;
  line-height: 1;
}
.top_event .schedule .list_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.top_event .schedule .list_flex div {
  width: 50%;
  text-align: center;
}
.top_event .schedule .list_flex span {
  letter-spacing: 0.03em;
  line-height: 1;
}
.top_event .schedule .en {
  font-weight: 700;
}
.top_event .schedule .bold {
  font-weight: 700;
  font-size: 0.8em;
  padding-right: 5px;
}
.top_event .schedule .year {
  font-size: 1em;
}
.top_event .schedule .dot {
  font-size: 1.5em;
}
.top_event .schedule .month,
.top_event .schedule .day {
  font-size: 1.875em;
}
.top_event .schedule .week {
  font-size: 1.5em;
  margin-left: 6px;
  font-weight: 500;
}
.top_event .img1 {
  padding: 40px 0 0;
  position: relative;
}
.top_event .img1 .img {
  display: block;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.top_event .img1 .waiwai {
  position: absolute;
  left: -50px;
  width: 120%;
  top: 20px;
  display: block;
  z-index: 3;
  max-width: 120%;
}
.top_event #event-line {
  -webkit-mask: url(#event-mask);
          mask: url(#event-mask);
}
.top_event #coment-line {
  -webkit-mask: url(#coment-mask);
          mask: url(#coment-mask);
}
.top_event #event-mask line {
  -webkit-animation: writing3 3s linear 1s infinite;
          animation: writing3 3s linear 1s infinite;
  stroke: #fff;
  stroke-width: 100;
  stroke-dasharray: 600px;
}
@-webkit-keyframes writing3 {
  0% {
    stroke-dashoffset: 600px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes writing3 {
  0% {
    stroke-dashoffset: 600px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.top_event #coment-mask path {
  fill: none;
  stroke: #fff;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 2000px;
  -webkit-animation: handwriting 6s linear infinite;
          animation: handwriting 6s linear infinite;
}
@-webkit-keyframes handwriting {
  0% {
    stroke-dashoffset: 2000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes handwriting {
  0% {
    stroke-dashoffset: 2000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.top_event .img2 {
  padding: 40px 0 0;
  position: relative;
}
.top_event .img2 .img {
  margin-left: 20px;
  display: block;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  margin-top: 40px;
}
.top_event .img2 .coment {
  position: absolute;
  right: -10px;
  width: 90%;
  top: 30px;
  display: block;
  z-index: 3;
}
.top_event .main_ttl {
  margin-bottom: 30px;
  position: relative;
}
.top_event .main_ttl.active::after {
  -webkit-animation: wide 0.2s linear 0.5s forwards;
          animation: wide 0.2s linear 0.5s forwards;
}
.top_event .midi_ttl p {
  background: #bec0c3;
}
.top_event .midi_ttl h3 {
  border: 1px solid #bec0c3;
}
.top_event .midi_ttl h3::after {
  background: #283345;
}
.top_event_info {
  margin-top: 40px;
}
.top_event_info .attention {
  font-weight: 700;
  position: relative;
  padding-left: 16px;
  font-size: 0.8125em;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.top_event_info .attention::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 1px;
  display: block;
}
.top_event_info .table_event {
  width: 100%;
  margin-bottom: 40px;
}
.top_event_info .table_event tr {
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
}
.top_event_info .table_event tr:last-child {
  border-bottom: 0;
}
.top_event_info .table_event tr th,
.top_event_info .table_event tr td {
  vertical-align: top;
  padding: 10px 0;
  margin-bottom: 10px;
}
.top_event_info .table_event tr th {
  width: 60px;
  line-height: 2.1;
}
.top_event_info .table_event tr th,
.top_event_info .table_event tr p,
.top_event_info .table_event tr ol {
  font-size: 0.875em;
}
.top_event_info .table_event tr td {
  padding-left: 10px;
}
.top_event_info .table_event tr td .bold {
  font-weight: 700;
  font-size: 0.938em;
}
.top_event_info .table_event tr td .coment {
  margin-top: 6px;
  line-height: 1.5;
}
.top_event_info .table_event .list_num li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 5px;
}
.top_event_info .table_event .list_num li::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  font-family: "Inter", sans-serif;
}
.top_event_info .table_event .list_num li:first-child::before {
  content: "①";
}
.top_event_info .table_event .list_num li:nth-child(2)::before {
  content: "②";
}
.top_event_info .table_event .list_num li:nth-child(3)::before {
  content: "③";
}
.top_event_access .map {
  height: 200px;
  width: 100%;
  margin-bottom: 20px;
  background: #909aab;
}
.top_event_access .bold {
  font-weight: 700;
  font-size: 0.8125em;
  margin-bottom: 4px;
  margin-top: 16px;
}
.top_event_access address,
.top_event_access .caption {
  font-size: 0.8125em;
  line-height: 1.6;
  letter-spacing: 0.03em;
  display: block;
  font-weight: 400;
}
.top_event_access .caption {
  text-align: right;
  color: #909aab;
}
.top_event_access .map_link {
  text-decoration: underline;
  display: block;
  font-size: 0.8125em;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d3d3d3;
}
.top_event_access .map_link img {
  width: 32px;
}
.top_event_access .btn_event {
  line-height: 60px;
  padding: 0 20px;
  margin-top: 40px;
}
.top_event_access .btn_event::after {
  height: 60px;
  width: 60px;
}
.top_event_access .btn_event:hover::after {
  width: 100%;
}

.top_attempt {
  padding: 100px 26px 0;
}
.top_attempt_inner {
  padding: 0px 0px 40px 0px;
  border: 1px solid #131f35;
  border-radius: 10px;
}
.top_attempt_inner .txt {
  padding: 0 20px;
}
.top_attempt_inner h2 {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
  padding: 100px 0;
  background: url(../images/attempt_bg.svg) no-repeat top center/375px;
}

.contents {
  background: #ffffff;
  margin-top: 100dvh;
  max-width: 375px;
  width: 100%;
  margin-left: 10%;
  position: relative;
  z-index: 4;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 767px) {
  .contents {
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    max-width: 100%;
    margin-left: 0;
  }
}

.footer {
  background: #f5f5f5;
  padding: 60px 26px 30px;
  margin-top: 60px;
}
.footer h2 {
  margin: 40px 0 10px;
  font-weight: 700;
}
.footer .border_ttl {
  font-size: 0.8125em;
  padding-bottom: 10px;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 10px;
  font-weight: 700;
}
.footer .group_link {
  margin-top: 40px;
}
.footer .group_link .list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 330px;
  width: 100%;
  margin: 0 auto 20px;
}
.footer .group_link .list_link:last-child {
  margin-bottom: 0px;
}
.footer .group_link .list_link .btn_sns {
  display: block;
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 50%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer .group_link .list_link .btn_sns:hover {
  background-color: #fdeec2;
}
.footer .group_link .list_link .btn_sns img {
  display: block;
  width: 20px;
}
.footer .group_link .list_link .btn_web {
  line-height: 48px;
  width: 207px;
  display: block;
  text-align: center;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 0.8125em;
  position: relative;
}
.footer .group_link .list_link .btn_web .txt {
  display: block;
  z-index: 2;
  position: relative;
}
.footer .group_link .list_link .btn_web .gaibu {
  background-color: #f5f5f5;
}
.footer .group_link .list_link .btn_web:hover .gaibu {
  background-color: #ffffff;
}
.footer small {
  display: block;
  text-align: center;
  font-size: 0.625em;
  letter-spacing: 0.01em;
  margin-top: 60px;
}