
@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: normal;
  line-height: inherit;
  text-decoration: none;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, picture,
footer, header, menu, nav, section, main, canvas, picture {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

input, textarea {
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0; }

select, option, button {
  font-family: inherit;
  font-size: inherit; }

input.styleReset, button.styleReset, textarea.styleReset, select.styleReset {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box; }

.list {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  vertical-align: baseline; }

html {
  font-size: calc(10vw / 7.5);
  -webkit-font-smoothing: antialiased; }

body {
  color: #161f41;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

body.lock,
body.loading {
  overflow: hidden;
  width: 100vw;
  height: 100vh; }

@media screen and (min-width: 751px) {
  html {
    font-size: 7.3px; }

  body {
    font-size: 1.6rem;
    line-height: 1; } }
* {
  -webkit-tap-highlight-color: transparent; }

a {
  cursor: pointer;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none; }

p, dt, dd, li {
  word-break: break-word;
  word-wrap: normal; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

button {
  cursor: pointer;
  font-family: inherit;
  touch-action: manipulation; }

.ib {
  display: inline-block;
  line-height: inherit;
  font-weight: inherit; }

.accordionTrigger {
  cursor: pointer;
  display: block; }

.accordionContent {
  display: none; }

.en {
  font-family: sans-serif; }

.moverLine .line {
  position: relative;
  background-image: linear-gradient(90deg, #161f41, #161f41);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: lineMove 0.2s ease-out; }

@media screen and (min-width: 751px) {
  /* mover */
  .mover {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
    .mover:hover {
      opacity: 0.7; }

  .moverContent > * {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
  .moverContent:hover > * {
    opacity: 0.7; } }
.modePC,
.modePCib {
  display: none; }
  .modePC.important,
  .modePCib.important {
    display: none !important; }

.modeSP {
  display: block; }
  .modeSP.important {
    display: block !important; }

.modeSPib {
  display: inline-block; }
  .modeSPib.important {
    display: inline-block !important; }

@media screen and (min-width: 751px) {
  .modePC {
    display: block; }
    .modePC.important {
      display: block !important; }

  .modePCib {
    display: inline-block; }
    .modePCib.important {
      display: inline-block !important; }

  .modeSP,
  .modeSPib {
    display: none; }
    .modeSP.important,
    .modeSPib.important {
      display: none !important; } }
@keyframes bgloop {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 195px 0; } }
@keyframes move {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-30px); }
  100% {
    transform: translateY(0); } }
@keyframes elasticus {
  0% {
    transform-origin: 0% 0%;
    transform: scale(1, 0); }
  50% {
    transform-origin: 0% 0%;
    transform: scale(1, 1); }
  50.1% {
    transform-origin: 0% 100%;
    transform: scale(1, 1); }
  100% {
    transform-origin: 0% 100%;
    transform: scale(1, 0); } }
@keyframes lineMove {
  0% {
    background-size: 0 2px; }
  50% {
    background-size: 0 2px; }
  100% {
    background-size: 100% 2px; } }
@keyframes wave {
  0% {
    transform: scale(0.95);
    opacity: 1; }
  90% {
    opacity: .1; }
  100% {
    transform: scale(1.2, 1.4);
    opacity: 0; } }
@keyframes blink {
  0% {
    opacity: 1; }
  15% {
    opacity: 1; }
  48% {
    opacity: 0; }
  52% {
    opacity: 0; }
  85% {
    opacity: 1; }
  100% {
    opacity: 1; } }
.wrapper {
  transition: opacity 0.3s; }
  .load_complete .wrapper {
    opacity: 1; }

#main {
  overflow: hidden; }

.contentInner {
  width: calc(650 / 750 * 100%);
  margin: auto; }

.scrollPosition {
  margin-top: calc(-100 / 650 * 100%) !important;
  padding-top: calc(100 / 650 * 100%) !important; }

.fadeContent {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.4s ease;
  will-change: transform, opacity; }

.fadeContent.current {
  opacity: 1;
  transform: translateY(0); }

#stage #scene1,
#stage #scene2 {
  display: none; }

@media screen and (min-width: 751px) {
  #stage {
    display: grid;
    grid-template-areas: "scene1 mainContents scene2";
    grid-template-columns: 1fr 550px 1fr;
    position: relative; }
    #stage #scene1 {
      display: block;
      grid-area: scene1;
      position: sticky;
      top: 0;
      z-index: 2;
      height: 100vh;
      background: url(../images/bg_stage_left.jpg) left center no-repeat;
      background-size: cover; }
      #stage #scene1 .logo {
        display: none;
        align-items: center;
        width: 80%;
        max-width: 400px;
        height: 100vh;
        margin: auto;
        padding: 2.6% 27% 0 2%; }
    #stage #scene2 {
      display: block;
      grid-area: scene2;
      position: sticky;
      top: 0;
      height: 100vh;
      background: url(../images/bg_stage_right.jpg) right center no-repeat;
      background-size: cover; }
      #stage #scene2 .menuWrap {
        display: none;
        align-items: center;
        width: 80%;
        max-width: 400px;
        height: 100vh;
        margin: auto; }
        #stage #scene2 .menuWrap .menu {
          overflow: auto;
          position: relative;
          max-height: calc(100vh - 8.5vh);
          background-color: #ffffff;
          margin: 0 0 8.5vh 0;
          border-radius: 10px;
          box-shadow: 3px 3px 10px #ee9a26; }
          #stage #scene2 .menuWrap .menu .parts01 {
            position: absolute;
            top: 0;
            right: 0;
            width: calc(76 / 400 * 100%);
            margin: calc(16 /400 * 100%) calc(18 /400 * 100%) 0 0; }
          #stage #scene2 .menuWrap .menu .list {
            position: relative;
            z-index: 2;
            width: calc(330 / 400 * 100%);
            margin: auto;
            padding: calc(64 / 400 * 100%) 0; }
            #stage #scene2 .menuWrap .menu .list .item {
              margin: 0 0 calc(15 / 330 * 100%) 0; }
              #stage #scene2 .menuWrap .menu .list .item:after {
                content: "";
                display: block;
                width: 100%;
                height: 2px;
                background: linear-gradient(to top, #ed6c00 0, #f39800 32.34%, #f9c158 100%); }
              #stage #scene2 .menuWrap .menu .list .item a {
                width: 100%;
                font-size: 3.4rem;
                line-height: 1; }
                #stage #scene2 .menuWrap .menu .list .item a p {
                  padding: 1rem 0; }
                  #stage #scene2 .menuWrap .menu .list .item a p .top {
                    display: block;
                    font-size: 2rem;
                    line-height: 1;
                    font-weight: 500;
                    letter-spacing: 0.4rem;
                    padding: 0 0 0 1rem; }
                  #stage #scene2 .menuWrap .menu .list .item a p .en {
                    display: block;
                    font-size: 1.6rem;
                    line-height: 1;
                    font-weight: 500;
                    margin: 0 0 0.2rem 0; }
                  #stage #scene2 .menuWrap .menu .list .item a p .ja {
                    display: block;
                    font-size: 2rem;
                    line-height: 1.4;
                    font-weight: 500;
                    padding: 0 0 1rem 0.3rem; } }
@media screen and (min-width: 1150px) {
  #stage #scene1 .logo {
    display: flex; }
  #stage #scene2 .menuWrap {
    display: flex; } }
@media screen and (min-width: 1321px) {
  #stage #scene2 .menuWrap .menu .list .item a p .top {
    font-size: 2.75rem;
    line-height: 1;
    padding: 0 0 0 1rem; }
  #stage #scene2 .menuWrap .menu .list .item a p .en {
    font-size: 2rem;
    line-height: 1;
    margin: 0 0 0.2rem 0; }
  #stage #scene2 .menuWrap .menu .list .item a p .ja {
    display: block;
    font-size: 2.75rem;
    line-height: 1.16;
    padding: 0 0 1rem 0.3rem; } }
/* maincCntents */
@media screen and (min-width: 751px) {
  #maincCntents {
    position: relative;
    max-width: 550px;
    margin: auto; }
    #maincCntents:before, #maincCntents:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 100%;
      z-index: 10;
      width: 15px;
      filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.35));
      background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
      will-change: filter; }
    #maincCntents:after {
      left: 100%;
      right: auto;
      background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)); } }
#header {
  position: relative;
  top: 0;
  left: 0;
  right: 0; }
  #header #head {
    position: relative;
    z-index: 1000;
    background-color: #ffffff; }

#globalNav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001; }
  #globalNav .button {
    cursor: pointer;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: calc(100 / 750 * 100vw);
    height: 0;
    background-color: #ecca69;
    padding: calc(100 / 750 * 100vw) 0 0 0;
    box-sizing: border-box; }
    #globalNav .button .wrap {
      display: flex;
      align-items: center;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: calc(60 / 100 * 100%);
      height: 0;
      padding: calc(52 / 100 * 100%) 0 0 0;
      margin: auto; }
      #globalNav .button .wrap span {
        position: absolute;
        left: 0;
        right: 0;
        height: 3px;
        background-color: #ffffff;
        margin: auto;
        transition: all 0.2s; }
        #globalNav .button .wrap span:nth-of-type(1) {
          top: 0; }
        #globalNav .button .wrap span:nth-of-type(2) {
          top: calc(50% - 1px); }
        #globalNav .button .wrap span:nth-of-type(3) {
          bottom: 0; }
  #globalNav .menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    height: 100vh; }
    #globalNav .menu .menuBg {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 100vh;
      background-color: #ffffff; }
    #globalNav .menu .menuInner {
      overflow: auto;
      opacity: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      transform: translateX(100vw);
      transition: opacity 0.2s ease-out;
      -webkit-overflow-scrolling: touch;
      box-sizing: border-box; }
    #globalNav .menu .wrap {
      position: relative;
      min-height: 100vh;
      min-height: 100dvh; }
      #globalNav .menu .wrap:before, #globalNav .menu .wrap:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: linear-gradient(45deg, #ed6c00 0, #f39800 32.34%, #f9c158 100%);
        padding: calc(100 / 750 * 100vw) 0 0 0; }
      #globalNav .menu .wrap:after {
        top: auto;
        bottom: 0; }
    #globalNav .menu .list {
      position: relative;
      width: calc(600 / 750 * 100%);
      margin: auto;
      padding: calc(140 / 750 * 100%) 0 calc(245 / 750 * 100%) 0; }
      #globalNav .menu .list .item {
        margin: 0 0 calc(40 / 600 * 100%) 0; }
        #globalNav .menu .list .item:after {
          content: "";
          display: block;
          width: 100%;
          height: 2px;
          background: linear-gradient(to top, #ed6c00 0, #f39800 32.34%, #f9c158 100%); }
        #globalNav .menu .list .item a {
          width: 100%;
          font-size: 3.4rem;
          line-height: 1; }
          #globalNav .menu .list .item a p {
            padding: 1rem 0; }
            #globalNav .menu .list .item a p .top {
              display: block;
              font-size: 3.5rem;
              line-height: 1;
              font-weight: 500;
              letter-spacing: 0.4rem;
              padding: 0 0 0 1rem; }
            #globalNav .menu .list .item a p .en {
              display: block;
              font-size: 3rem;
              line-height: 1;
              font-weight: 500;
              margin: 0 0 0.6rem 0; }
            #globalNav .menu .list .item a p .ja {
              display: block;
              font-size: 3.5rem;
              line-height: 1;
              font-weight: 500;
              padding: 0 0 1rem 1rem; }
  #globalNav.open .button {
    background-color: transparent; }
    #globalNav.open .button .wrap span {
      background-color: #161f41; }
      #globalNav.open .button .wrap span:nth-of-type(1) {
        bottom: 0;
        left: 0;
        transform: translateY(50%) translateY(-1px) rotate(-45deg); }
      #globalNav.open .button .wrap span:nth-of-type(2) {
        opacity: 0;
        left: 0; }
      #globalNav.open .button .wrap span:nth-of-type(3) {
        top: 0;
        left: 0;
        transform: translateY(-50%) translateY(1px) rotate(45deg); }
  #globalNav.open .menu {
    left: 0; }
    #globalNav.open .menu .menuInner {
      opacity: 1;
      left: 0;
      margin: auto;
      transform: translateX(0);
      scrollbar-width: 6px;
      scrollbar-color: #ffffff; }
      #globalNav.open .menu .menuInner::-webkit-scrollbar {
        width: 6px;
        height: 6px; }
      #globalNav.open .menu .menuInner::-webkit-scrollbar-track {
        background-color: transparent; }
      #globalNav.open .menu .menuInner::-webkit-scrollbar-thumb {
        background-color: #ffffff;
        border-radius: 5px; }

@media screen and (min-width: 751px) {
  #globalNav {
    max-width: 550px;
    margin: auto; }
    #globalNav .button {
      position: absolute;
      width: calc(100 / 750 * 100%);
      padding: calc(100 / 750 * 100%) 0 0 0; }
    #globalNav .menu .menuBg {
      max-width: 550px;
      margin: auto; }
    #globalNav .menu .menuContent {
      overflow: hidden;
      max-width: 550px;
      height: 100vh;
      margin: auto;
      filter: blur(0);
      will-change: filter; }
    #globalNav .menu .wrap:before, #globalNav .menu .wrap:after {
      padding: calc(100 / 750 * 100%) 0 0 0; } }
#footer {
  padding: 40px 0 0 0; }
  #footer .content {
    background-color: #ffffff;
    padding: 0 0 calc(35 / 375 * 100%) 0; }
  #footer .list {
    margin: 0 0 calc(20 / 350 * 100%) 0;
    padding: calc(20 / 350 * 100%); }
    #footer .list .item {
      color: #707070;
      font-size: 2.4rem;
      line-height: 1.17; }
      #footer .list .item a {
        display: inline-block;
        padding: 0.45em 0; }
  #footer .logo {
    width: calc(300 / 350 * 100%);
    text-align: center;
    margin: 0 auto;
    padding: calc(13 / 350 * 100%) 0 calc(21 / 350 * 100%) 0; }
  #footer .copy {
    color: #707070;
    font-size: 2.4rem;
    line-height: 1.17;
    text-align: center; }

@media screen and (min-width: 751px) {
  #footer .list .item {
    font-size: 2rem;
    line-height: 1.2; }
  #footer .copy {
    font-size: 2rem;
    line-height: 1.2; } }
/* loading */
#loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000000;
  background-color: #F08437; }

.ball-pulse-sync > div {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  margin: 10px;
  border-radius: 100%;
  animation-fill-mode: both; }

.ball-pulse-sync > div:nth-child(1) {
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(2) {
  animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(3) {
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out; }

@keyframes ball-pulse-sync {
  33% {
    transform: translateY(10px); }
  66% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
/* animate */
.animate {
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s; }
  .animate.current {
    opacity: 1;
    transform: scale(1); }

/* titleType01 */
.titleType01.pink .balloon {
  color: #ffffff;
  background-color: #e65f96; }
  .titleType01.pink .balloon:after {
    background-color: #e65f96; }
.titleType01 .balloon {
  display: block;
  position: relative;
  width: calc(500 / 750 * 100%);
  font-size: 2.4rem;
  line-height: 1.21;
  font-weight: 700;
  letter-spacing: 0.15rem;
  text-align: center;
  background-color: #ffffff;
  margin: auto;
  padding: 1.1rem 0 0.7rem 0;
  border-radius: 3rem; }
  .titleType01 .balloon:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(100% - 0.8rem);
    left: 0;
    right: 0;
    width: 4rem;
    height: 2.8rem;
    background-color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin: auto; }

/* toTop */
#toTop {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5; }
  #toTop a {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px; }
  #toTop span {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    text-indent: -9999em;
    background: url(../images/img_totop.svg) center center no-repeat;
    background-size: contain;
    background-color: #ffffff;
    margin: 0 auto;
    border: 2px solid #e83828;
    border-radius: 50%;
    box-sizing: border-box; }

@media screen and (min-width: 751px) {
  #toTop {
    max-width: 550px;
    margin: auto; }
    #toTop span {
      width: 70px;
      height: 70px;
      line-height: 70px; } }
/* firstContent */
#firstContent .content {
  position: relative;
  z-index: 10;
  background-color: #eb8236; }
#firstContent .title .title01 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: calc(376 / 750 * 100%);
  margin: calc(39 / 750 * 100%) auto 0 auto;
  transition: all 0.4s ease-out 0.7s; }
#firstContent .title .title02 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: calc(696 / 750 * 100%);
  margin: calc(187 / 750 * 100%) auto 0 auto;
  padding: 0 calc(13 / 750 * 100%) 0 0;
  transition: all 0.4s ease-out 1.3s; }
#firstContent .parts01 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(161 / 750 * 100%);
  margin: 0 0 calc(-53 /750 * 100%) calc(21 /750 * 100%); }
#firstContent .scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(71 / 750 * 100%);
  margin: 0 auto calc(18 /750 * 100%) auto; }
  #firstContent .scroll .blink {
    animation: blink 3s 0s infinite linear; }
.load_complete #firstContent .title .title01 {
  opacity: 1; }
.load_complete #firstContent .title .title02 {
  opacity: 1; }

/* schedule */
#schedule .content {
  position: relative;
  background: linear-gradient(to bottom, #f5d25e 0, #ffe9ac 55%, #f39939 100%); }
#schedule .parts01 {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(122 / 750 * 100%); }
#schedule .title {
  position: relative;
  z-index: 2;
  padding: calc(66 / 750 * 100%) 0 calc(30 / 750 * 100%) 0; }
#schedule .contentInner {
  position: relative;
  z-index: 2; }
#schedule .desc {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  background-color: #ffffff;
  margin: 0 0 calc(28 / 650 * 100%) 0;
  padding: 1.1rem 0 0.7rem 0;
  border-radius: 3rem; }
#schedule .calendarWrap {
  padding: 0 0 calc(45 / 650 * 100%) 0; }
  #schedule .calendarWrap .calendar {
    overflow: hidden;
    overflow-x: auto; }
    #schedule .calendarWrap .calendar .simplebar-track.simplebar-horizontal {
      height: 2.6rem;
      background-color: #ffffff;
      border-radius: 1.5rem; }
    #schedule .calendarWrap .calendar .simplebar-scrollbar {
      top: 0;
      height: 2.6rem;
      background-color: #9fa0a0;
      border-radius: 1.5rem; }
      #schedule .calendarWrap .calendar .simplebar-scrollbar:before {
        height: 2.6rem;
        background-color: #9fa0a0;
        border-radius: 1.5rem; }
    #schedule .calendarWrap .calendar .table {
      width: 229rem;
      background-color: #ffffff;
      margin: 0 0 5.5rem 0; }
      #schedule .calendarWrap .calendar .table .month {
        display: flex; }
        #schedule .calendarWrap .calendar .table .month .cell {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-basis: calc(12 / 25 * 100%);
          background-color: #009eb9; }
          #schedule .calendarWrap .calendar .table .month .cell.month10 {
            flex-basis: calc(13 / 25 * 100%);
            background-color: #c30d23; }
          #schedule .calendarWrap .calendar .table .month .cell .num {
            width: 8.9rem;
            margin: auto; }
      #schedule .calendarWrap .calendar .table .wrap {
        position: relative;
        border-bottom: 2px solid #f9c158; }
      #schedule .calendarWrap .calendar .table .day {
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
        #schedule .calendarWrap .calendar .table .day .cell {
          display: flex;
          align-items: flex-start;
          justify-content: center;
          flex-basis: calc(1 / 25 * 100%);
          border-right: 2px solid #f9c158;
          box-sizing: border-box; }
          #schedule .calendarWrap .calendar .table .day .cell:first-child {
            border-left: 2px solid #f9c158; }
          #schedule .calendarWrap .calendar .table .day .cell.sunday {
            background-color: #fbe6ef; }
          #schedule .calendarWrap .calendar .table .day .cell.saturday {
            background-color: #eaf6fd; }
          #schedule .calendarWrap .calendar .table .day .cell.holiday {
            background-color: #fbe6ef; }
          #schedule .calendarWrap .calendar .table .day .cell .num {
            height: 6.7rem;
            border-bottom: 2px solid #f9c158;
            box-sizing: border-box; }
      #schedule .calendarWrap .calendar .table .event {
        position: relative;
        padding: 7.7rem 0 0 0; }
        #schedule .calendarWrap .calendar .table .event .cell .num {
          display: none; }
        #schedule .calendarWrap .calendar .table .event .period {
          margin: 1.8rem 0; }
          #schedule .calendarWrap .calendar .table .event .period.type01 .name {
            background-color: #009eb9; }
          #schedule .calendarWrap .calendar .table .event .period.type02 .name {
            background-color: #f08437; }
          #schedule .calendarWrap .calendar .table .event .period.type03 .name {
            background-color: #005fa3; }
          #schedule .calendarWrap .calendar .table .event .period.type04 .name {
            background-color: #c30d23; }
          #schedule .calendarWrap .calendar .table .event .period.period01 {
            width: calc(2 / 25 * 100%);
            margin: 0.7rem 0 6rem calc(1 / 25 * 100%); }
            #schedule .calendarWrap .calendar .table .event .period.period01 .name {
              font-size: 2.5rem;
              line-height: 1.04;
              letter-spacing: 0.2rem;
              padding: 0.6rem 0 0.5rem 1rem; }
          #schedule .calendarWrap .calendar .table .event .period.period02 {
            position: absolute;
            top: 0;
            left: 0;
            width: calc(6 / 25 * 100%);
            margin: calc(7.7rem + 1.9rem) 0 0 calc(19 / 25 * 100%); }
            #schedule .calendarWrap .calendar .table .event .period.period02 .name {
              letter-spacing: 0.28rem;
              padding: 1.3rem 0 0.8rem 2.2rem; }
          #schedule .calendarWrap .calendar .table .event .period.period04 {
            width: calc(25 / 25 * 100%); }
          #schedule .calendarWrap .calendar .table .event .period.period05 {
            width: calc(25 / 25 * 100%); }
          #schedule .calendarWrap .calendar .table .event .period.period06 {
            width: calc(25 / 25 * 100%); }
          #schedule .calendarWrap .calendar .table .event .period.period07 {
            width: calc(25 / 25 * 100%); }
          #schedule .calendarWrap .calendar .table .event .period.period08 {
            width: calc(25 / 25 * 100%); }
          #schedule .calendarWrap .calendar .table .event .period.period09 {
            width: calc(5 / 25 * 100%); }
            #schedule .calendarWrap .calendar .table .event .period.period09 .name {
              padding: 0.1rem 0 0.2rem 2.2rem; }
          #schedule .calendarWrap .calendar .table .event .period.period10 {
            width: calc(5 / 25 * 100%); }
            #schedule .calendarWrap .calendar .table .event .period.period10 .name {
              display: flex;
              align-items: center;
              gap: 1.1rem;
              padding: 0.9rem 0 0.4rem 2rem; }
              #schedule .calendarWrap .calendar .table .event .period.period10 .name .small {
                font-size: 1.5rem;
                line-height: 1.2; }
          #schedule .calendarWrap .calendar .table .event .period.period11 {
            width: calc(5 / 25 * 100%); }
            #schedule .calendarWrap .calendar .table .event .period.period11 .name {
              display: flex;
              align-items: center;
              gap: 1.1rem;
              font-size: 2.2rem;
              line-height: 1.27;
              padding: 0.9rem 0 0.4rem 2rem; }
              #schedule .calendarWrap .calendar .table .event .period.period11 .name .small {
                font-size: 1.5rem;
                line-height: 1.2; }
          #schedule .calendarWrap .calendar .table .event .period .name {
            color: #ffffff;
            font-size: 2.5rem;
            line-height: 1.12;
            font-weight: 700;
            white-space: nowrap;
            padding: 1.3rem 0 0.8rem 4rem;
            box-sizing: border-box;
            clip-path: polygon(0 0, calc(100% - 3rem) 0, 100% 50%, calc(100% - 3rem) 100%, 0 100%); }
            #schedule .calendarWrap .calendar .table .event .period .name .small {
              display: block;
              font-size: 1.5rem;
              line-height: 1.93; }

/* fare */
#fare .content {
  position: relative;
  background-color: #fff100; }
#fare .parts01 {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(108 / 750 * 100%);
  margin: calc(10 /750 * 100%) 0 0 0; }
#fare .parts02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(144 / 750 * 100%); }
#fare .title {
  position: relative;
  z-index: 2;
  padding: calc(34 / 750 * 100%) 0 calc(30 / 750 * 100%) 0; }
#fare .contentInner {
  position: relative;
  z-index: 2; }
#fare .bannerWrap {
  padding: 0 0 calc(50 / 750 * 100%) 0; }
  #fare .bannerWrap .banner .guide {
    font-size: 2.3rem;
    line-height: 1.39;
    text-align: center;
    padding: 1rem 0 0 0; }

/* recommend */
#recommend .content {
  position: relative;
  background-color: #8fc31f; }
#recommend .title {
  padding: calc(18 / 750 * 100%) 0 calc(11 / 750 * 100%) 0; }
#recommend .bannerWrap {
  padding: 0 0 calc(40 / 750 * 100%) 0; }

/* event */
#event .content {
  position: relative;
  background: linear-gradient(to top, #f6ae54 0, #fdd35c 65.8%, #f5d25e 100%); }
#event .parts01 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%; }
#event .title {
  padding: calc(38 / 750 * 100%) 0 calc(19 / 750 * 100%) 0; }
#event .contentInner {
  width: 100%; }
#event .scrollPosition {
  margin-top: calc(-100 / 750 * 100%) !important;
  padding-top: calc(100 / 750 * 100%) !important; }
#event .list {
  padding: 0 0 calc(55 / 750 * 100%) 0; }
  #event .list .item {
    position: relative;
    margin: 0 0 calc(80 / 750 * 100%) 0; }
    #event .list .item .parts02 {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 3;
      width: calc(129 / 750 * 100%);
      margin: 0 calc(2 /750 * 100%) calc(-58 /750 * 100%) 0; }
    #event .list .item .parts03 {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 1;
      width: calc(375 / 750 * 100%);
      margin: 0 calc(0 /750 * 100%) calc(-282 /750 * 100%) 0; }
    #event .list .item .parts04 {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 3;
      width: calc(155 / 750 * 100%);
      margin: calc(0 /750 * 100%) 0 calc(-68 /750 * 100%) calc(2 /750 * 100%); }
    #event .list .item:last-child {
      margin-bottom: 0; }
    #event .list .item .box {
      position: relative;
      z-index: 2;
      width: calc(685 / 750 * 100%);
      background-color: #ffffff;
      margin: auto;
      padding: calc(25 / 750 * 100%) calc(37 / 750 * 100%) calc(19 / 750 * 100%) calc(37 / 750 * 100%);
      box-sizing: border-box;
      clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3rem), calc(100% - 3rem) 100%, 0 100%); }
      #event .list .item .box .boxHeader {
        display: flex;
        justify-content: space-between;
        margin: 0 0 calc(20 / 610 * 100%) 0; }
        #event .list .item .box .boxHeader .image {
          flex-basis: calc(282 / 610 * 100%); }
        #event .list .item .box .boxHeader .textWrap {
          flex-basis: calc(309 / 610 * 100%); }
          #event .list .item .box .boxHeader .textWrap .name {
            font-size: 2.7rem;
            line-height: 1.15;
            font-weight: 700;
            margin: 0 0 0.9rem 0; }
          #event .list .item .box .boxHeader .textWrap .place {
            font-size: 2rem;
            line-height: 1.5;
            margin: 0 0 0.9rem 0; }
            #event .list .item .box .boxHeader .textWrap .place:after {
              content: "";
              display: block;
              width: 100%;
              height: 1px;
              background: linear-gradient(45deg, #ed6c00 0, #f39800 32.34%, #f9c158 100%);
              margin: 0.7rem 0 0 0; }
          #event .list .item .box .boxHeader .textWrap .headline {
            font-size: 2rem;
            line-height: 1.5; }
      #event .list .item .box .row {
        margin: 0 0 calc(17 / 610 * 100%) 0; }
        #event .list .item .box .row .head {
          font-size: 2.5rem;
          line-height: 1.36;
          font-weight: 700;
          background-color: #fff4df;
          margin: 0 0 calc(13 / 610 * 100%) 0;
          padding: 0.8rem 2rem 0.3rem 2rem; }
        #event .list .item .box .row .cont {
          font-size: 2.3rem;
          line-height: 1.39; }
#event .bannerWrap {
  position: relative;
  z-index: 2;
  padding: 0 0 calc(39 / 750 * 100%) 0; }
  #event .bannerWrap .bannerTitle {
    margin: 0 0 calc(24 / 750 * 100%) 0; }
  #event .bannerWrap .banner {
    width: calc(650 / 750 * 100%);
    margin: auto; }

/* present */
#present .content {
  position: relative;
  background-color: #ffffff; }
#present .title {
  padding: calc(16 / 750 * 100%) 0 calc(17 / 750 * 100%) 0; }
#present .bannerWrap {
  padding: 0 0 calc(41 / 750 * 100%) 0; }

/* other */
#other .content {
  position: relative;
  background: linear-gradient(to top, #f5d25e 0, #ffe9ac 55%, #f5d25e 100%); }
#other .parts01 {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(658 / 750 * 100%); }
#other .title {
  position: relative;
  z-index: 2;
  padding: calc(34 / 750 * 100%) 0 calc(21 / 750 * 100%) 0; }
#other .guide {
  padding: 0 0 calc(35 / 750 * 100%) 0; }
  #other .guide .balloon {
    color: #e65f96; }
#other .contentInner {
  position: relative;
  z-index: 2; }
#other .bannerWrap {
  padding: 0 0 calc(20 / 750 * 100%) 0; }
  #other .bannerWrap .banner {
    margin: 0 0 calc(27 / 750 * 100%) 0; }

/* common */
#common .content {
  position: relative;
  background-color: #ffffff; }
#common .title {
  padding: calc(37 / 750 * 100%) 0 calc(37 / 750 * 100%) 0; }
#common .bannerWrap {
  padding: 0 0 calc(10 / 750 * 100%) 0; }




