
@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: #ffffff;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  background-color: #ce283b;
  -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, #ffffff, #ffffff);
  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; } }
@keyframes blink2 {
  0% {
    opacity: 1; }
  10% {
    opacity: 0.7; }
  20% {
    opacity: 1; }
  30% {
    opacity: 0.7; }
  40% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes bound {
  0% {
    opacity: 0;
    transform: scale(0); }
  15% {
    opacity: 1;
    transform: scale(1.04); }
  30% {
    transform: scale(0.98); }
  45% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 1;
    transform: scale(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; }
      #stage #scene1 .bg {
        overflow: hidden;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: calc(845 / 682 * 100%);
        min-width: 100%;
        min-height: 100%;
        background-color: #ce283b; }
        #stage #scene1 .bg .parts {
          position: absolute;
          left: 0;
          width: 100%; }
          #stage #scene1 .bg .parts.top {
            top: 0;
            width: calc(664 / 845 * 100%);
            background: url(../images/common/parts_snow.png) center center no-repeat;
            background-size: contain;
            margin: calc(16 / 845 * 100%) 0 0 calc(11 / 845 * 100%);
            aspect-ratio: 664 / 61; }
          #stage #scene1 .bg .parts.bottom {
            bottom: 0;
            background: url(../images/common/bg_stage_left.png) center center no-repeat;
            background-size: contain;
            margin: 0 0 calc(3 / 845 * 100%) 0;
            aspect-ratio: 845 / 368; }
      #stage #scene1 .logo {
        display: none;
        align-items: flex-end;
        position: relative;
        z-index: 10;
        width: 100%;
        max-width: 602px;
        height: 100vh;
        padding: 0 0 35vh 0;
        box-sizing: border-box; }
    #stage #scene2 {
      display: block;
      grid-area: scene2;
      position: sticky;
      top: 0;
      height: 100vh; }
      #stage #scene2 .bg {
        overflow: hidden;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: calc(845 / 682 * 100%);
        min-width: 100%;
        min-height: 100%;
        background-color: #ce283b; }
        #stage #scene2 .bg .parts {
          position: absolute;
          right: 0;
          width: 100%; }
          #stage #scene2 .bg .parts.top {
            top: 0;
            width: calc(664 / 845 * 100%);
            background: url(../images/common/parts_snow.png) center center no-repeat;
            background-size: contain;
            margin: calc(16 / 845 * 100%) calc(11 / 845 * 100%) 0 0;
            aspect-ratio: 664 / 61; }
          #stage #scene2 .bg .parts.bottom {
            bottom: 0;
            background: url(../images/common/bg_stage_right.png) center center no-repeat;
            background-size: contain;
            margin: 0 0 calc(3 / 845 * 100%) 0;
            aspect-ratio: 845 / 368; }
      #stage #scene2 .menuWrap {
        display: none;
        align-items: center;
        position: relative;
        z-index: 10;
        width: 80%;
        max-width: 404px;
        height: 100vh;
        margin: auto; }
        #stage #scene2 .menuWrap .menu {
          overflow: auto;
          position: relative;
          width: 100%;
          max-height: calc(100vh - 12vh);
          margin: 1vh 0 10vh 0;
          border: 5px solid #ffffff;
          border-radius: 13px; }
          #stage #scene2 .menuWrap .menu .list {
            position: relative;
            z-index: 2;
            background-color: #ce283b;
            padding: 5vh 0 13vh 0; }
            #stage #scene2 .menuWrap .menu .list .item {
              width: calc(331 / 394 * 100%);
              margin: 0 auto calc(28 / 394 * 100%) auto; }
              #stage #scene2 .menuWrap .menu .list .item:first-child {
                margin: 0 auto calc(55 / 394 * 100%) auto; }
              #stage #scene2 .menuWrap .menu .list .item a {
                display: block;
                width: 100%; }
                #stage #scene2 .menuWrap .menu .list .item a img {
                  filter: drop-shadow(6px 4px 0 #231815); } }
@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 */
#maincCntents {
  background-color: #000000; }

@media screen and (min-width: 751px) {
  #maincCntents {
    position: relative;
    z-index: 50;
    max-width: 550px;
    margin: auto; }
    #maincCntents:before, #maincCntents:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 100%;
      z-index: 20;
      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: #ffffff;
    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: #000000;
        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;
    background: url(../images/common/bg_menu.jpg) center top no-repeat;
    background-size: cover; }
    #globalNav .menu .menuInner {
      overflow: auto;
      opacity: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 3;
      transform: translateX(100vw);
      transition: opacity 0.2s ease-out;
      -webkit-overflow-scrolling: touch;
      box-sizing: border-box; }
    #globalNav .menu .bg {
      margin: calc(100 / 750 * 100vw) 0 0 0; }
    #globalNav .menu .list {
      position: relative;
      width: calc(450 / 750 * 100%);
      margin: auto;
      padding: calc(85 / 750 * 100%) 0 calc(140 / 750 * 100%) 0; }
      #globalNav .menu .list .item {
        margin: 0 0 calc(35 / 450 * 100%) 0; }
        #globalNav .menu .list .item:first-child {
          margin: 0 0 calc(75 / 450 * 100%) 0; }
        #globalNav .menu .list .item a {
          display: block;
          width: 100%;
          font-size: 3.4rem;
          line-height: 1; }
          #globalNav .menu .list .item a img {
            filter: drop-shadow(8px 5px 0 #231815); }
  #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 .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; }
    #globalNav .menu .bg {
      margin: calc(100 / 750 * 100%) 0 0 0; } }
#footer {
  padding: 0; }
  #footer .content {
    color: #ffffff;
    background: #cc132c;
    padding: calc(25 / 375 * 100%) 0 calc(35 / 375 * 100%) 0; }
  #footer .list {
    margin: 0 0 calc(15 / 350 * 100%) 0; }
    #footer .list .item {
      color: #ffffff;
      font-size: 2.4rem;
      line-height: 1.17;
      margin: 0 0 calc(4 / 350 * 100%) 0; }
      #footer .list .item a {
        display: inline-block;
        padding: 0.5em 0; }
  #footer .logo {
    text-align: center;
    background-color: #ffffff;
    margin: 0 0 calc(18 / 350 * 100%) 0; }
    #footer .logo a {
      display: block;
      padding: calc(7 / 350 * 100%) calc(51 / 350 * 100%); }
  #footer .copy {
    color: #ffffff;
    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: #ce283b; }

.ball-pulse-sync > div {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #f9b32f;
  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 */
/* toTop */
#toTop {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50; }
  #toTop a {
    display: block;
    position: absolute;
    bottom: 3rem;
    right: 3rem; }
  #toTop span {
    display: block;
    position: relative;
    width: 7.2rem;
    height: 7.2rem;
    text-indent: -9999em;
    background: url(../images/common/img_totop.svg) center center no-repeat;
    background-size: contain;
    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: #e91e1f; }
#firstContent .title .title01 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  animation: bound 2.5s ease forwards 1.3s;
  transform: scale(0); }
#firstContent .title .title02 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  transition: all 0.4s ease-out 0.5s; }
#firstContent .scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(74 / 750 * 100%);
  margin: 0 auto calc(89 /750 * 100%) auto; }
  #firstContent .scroll .blink {
    animation: blink 3s 0s infinite linear; }
.load_complete #firstContent .title .title02 {
  opacity: 1; }

/* schedule */
#schedule .content {
  position: relative;
  background: #e91e1f; }
#schedule .title {
  position: relative;
  z-index: 2;
  padding: 0 0 calc(25 / 750 * 100%) 0; }
#schedule .contentInner {
  position: relative;
  z-index: 2; }
#schedule .desc {
  margin: 0 0 calc(23 / 750 * 100%) 0; }
#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: calc(9.2rem * 24 + 2px);
      background-color: #ffffff;
      margin: 0 0 7rem 0; }
      #schedule .calendarWrap .calendar .table .month {
        display: flex;
        justify-content: flex-start;
        border-left: 2px solid #f9c158;
        border-right: 2px solid #f9c158; }
        #schedule .calendarWrap .calendar .table .month .cell {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          flex-basis: 100%; }
          #schedule .calendarWrap .calendar .table .month .cell.month12 {
            flex-basis: calc(6 / 24 * 100%);
            background: linear-gradient(30deg, #fad500 0, #f4a400 100%); }
          #schedule .calendarWrap .calendar .table .month .cell.month1 {
            flex-basis: calc(18 / 24 * 100%);
            background-color: #cc132c; }
          #schedule .calendarWrap .calendar .table .month .cell .num {
            width: 18rem;
            margin: 0; }
      #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;
        border-left: 2px solid #f9c158; }
        #schedule .calendarWrap .calendar .table .day .cell {
          display: flex;
          align-items: flex-start;
          justify-content: center;
          flex-basis: calc(1 / 24 * 100%);
          border-right: 2px solid #f9c158;
          box-sizing: border-box; }
          #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: 7.2rem;
            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: 2.48rem 0; }
          #schedule .calendarWrap .calendar .table .event .period.type01 .name {
            background-color: #cc132c; }
          #schedule .calendarWrap .calendar .table .event .period.type02 .name {
            background-color: #e49e32; }
          #schedule .calendarWrap .calendar .table .event .period.type03 .name {
            background-color: #0378b8; }
          #schedule .calendarWrap .calendar .table .event .period.type04 .name {
            background-color: #1d2088; }
          #schedule .calendarWrap .calendar .table .event .period.period02 {
            width: calc(6 / 24 * 100%); }
          #schedule .calendarWrap .calendar .table .event .period.period03 {
            position: absolute;
            top: 0;
            left: 0;
            width: calc(3 / 24 * 100%);
            margin: calc(7.7rem + (4.8rem + 2.48rem) * 1 + 2.48rem) 0 0 calc(15 / 24 * 100%); }
            #schedule .calendarWrap .calendar .table .event .period.period03 .name {
              letter-spacing: -0.025rem;
              padding: 0.4rem 0 0 2.1rem; }
          #schedule .calendarWrap .calendar .table .event .period.period04 {
            width: calc(9 / 24 * 100%); }
          #schedule .calendarWrap .calendar .table .event .period.period06 {
            width: calc(18 / 24 * 100%); }
          #schedule .calendarWrap .calendar .table .event .period.period10 {
            width: calc(18 / 24 * 100%); }
          #schedule .calendarWrap .calendar .table .event .period .name {
            display: flex;
            align-items: center;
            height: 4.8rem;
            color: #ffffff;
            font-size: 2.5rem;
            line-height: 1;
            font-weight: 700;
            letter-spacing: 0.1rem;
            white-space: nowrap;
            padding: 0.4rem 0 0 4rem;
            box-sizing: border-box;
            clip-path: polygon(0 0, calc(100% - 3rem) 0, 100% 50%, calc(100% - 3rem) 100%, 0 100%); }

#sale .bannerWrap .banner,
#special .bannerWrap .banner,
#other .bannerWrap .banner {
  position: relative; }
  #sale .bannerWrap .banner.soon:before,
  #special .bannerWrap .banner.soon:before,
  #other .bannerWrap .banner.soon:before {
    content: "coming soon\A【12/22（月）公開予定】";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    white-space: pre; }

/* sale */
#sale .content {
  position: relative;
  background: #facd78; }
#sale .title {
  padding: calc(63 / 750 * 100%) 0 calc(37 / 750 * 100%) 0; }
#sale .contentInner {
  position: relative;
  z-index: 2; }
#sale .bannerWrap {
  padding: 0 0 calc(16 / 750 * 100%) 0; }
  #sale .bannerWrap .banner {
    margin: 0 0 calc(46 / 750 * 100%) 0; }

/* special */
#special .content {
  position: relative;
  background: #cc132c; }
#special .title {
  padding: calc(45 / 750 * 100%) 0 calc(22 / 750 * 100%) 0; }
#special .bannerWrap {
  padding: 0 0 calc(62 / 750 * 100%) 0; }

/* other */
#other .content {
  position: relative;
  background: #facd78; }
#other .title {
  position: relative;
  z-index: 2;
  padding: calc(52 / 750 * 100%) 0 calc(41 / 750 * 100%) 0; }
#other .guide {
  padding: 0 0 calc(35 / 750 * 100%) 0; }
#other .contentInner {
  position: relative;
  z-index: 2; }
#other .bannerWrap {
  padding: 0 0 calc(21 / 750 * 100%) 0; }
  #other .bannerWrap .banner {
    margin: 0 0 calc(43 / 750 * 100%) 0; }




