
@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;
  -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: linear-gradient(to bottom, #9a0000 0, #d7000f 31.85%, #d7000f 64.15%, #9a0000 100%); }
        #stage #scene1 .bg .parts {
          position: absolute;
          left: 0;
          width: 100%; }
          #stage #scene1 .bg .parts.top {
            top: 0;
            width: 100%;
            background: url(../images/common/bg_star_left.png) center center no-repeat;
            background-size: contain;
            aspect-ratio: 845 / 100; }
          #stage #scene1 .bg .parts.bottom {
            bottom: 0;
            background: url(../images/common/bg_stage_left.png) center center no-repeat;
            background-size: contain;
            aspect-ratio: 845 / 360; }
      #stage #scene1 .logo {
        display: none;
        align-items: flex-end;
        position: relative;
        z-index: 10;
        width: 85%;
        max-width: 471px;
        height: 100vh;
        margin: 0 0 0 2.2vw;
        padding: 0 0 38.6vh 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: linear-gradient(to bottom, #9a0000 0, #d7000f 31.85%, #d7000f 64.15%, #9a0000 100%); }
        #stage #scene2 .bg .parts {
          position: absolute;
          right: 0;
          width: 100%; }
          #stage #scene2 .bg .parts.top {
            top: 0;
            width: 100%;
            background: url(../images/common/bg_star_right.png) center center no-repeat;
            background-size: contain;
            aspect-ratio: 845 / 100; }
          #stage #scene2 .bg .parts.bottom {
            bottom: 0;
            background: url(../images/common/bg_stage_right.png) center center no-repeat;
            background-size: contain;
            aspect-ratio: 845 / 360; }
      #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);
          background: linear-gradient(to bottom, #9a0000 0, #d7000f 31.85%, #d7000f 64.15%, #9a0000 100%);
          margin: 1vh 0 10vh 0;
          border: 5px solid #ffffff;
          border-radius: 13px; }
          #stage #scene2 .menuWrap .menu .list {
            position: relative;
            z-index: 2;
            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%; } }
@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;
    left: 0;
    right: 0;
    z-index: 999;
    height: 100vh;
    background: #e60012; }
    #globalNav .menu .menuContent .parts {
      position: absolute;
      top: 0;
      right: 0;
      width: calc(405 / 750 * 100%);
      background: url(../images/common/bg_parts01.png) top right no-repeat;
      background-size: contain;
      aspect-ratio: 405 / 237; }
      #globalNav .menu .menuContent .parts.parts02 {
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        background: url(../images/common/bg_parts02.png) bottom left no-repeat;
        background-size: contain; }
    #globalNav .menu .menuInner {
      overflow: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 3;
      transform: translateX(0);
      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.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); }

@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 {
    position: relative;
    color: #ffffff;
    background: #e60012;
    padding: calc(25 / 375 * 100%) 0 calc(35 / 375 * 100%) 0; }
    #footer .content .parts {
      position: absolute;
      bottom: 0;
      left: 0;
      width: calc(405 / 750 * 100%);
      background: url(../images/common/bg_parts02.png) bottom left no-repeat;
      background-size: contain;
      aspect-ratio: 405 / 237; }
  #footer .contentInner {
    position: relative;
    z-index: 2; }
  #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: #d7000f; }

.ball-pulse-sync > div {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #fbc85a;
  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: #d7000f; }
#firstContent .badge {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: calc(268 / 750 * 100%);
  margin: calc(-7 / 750 * 100%) 0 0 calc(-49 / 750 * 100%);
  animation: bound 2.5s ease forwards 3.3s;
  transform: scale(0); }
#firstContent .titleWrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: calc(501 / 750 * 100%);
  margin: calc(248 / 750 * 100%) auto 0 auto;
  aspect-ratio: 501 / 446; }
  #firstContent .titleWrap .title {
    opacity: 0;
    display: block;
    margin: 0 0 calc(39 / 750 * 100%) 0;
    transition: 0.4s ease-out 0.8s; }
    #firstContent .titleWrap .title.title02 {
      transition-delay: 1.4s; }
    #firstContent .titleWrap .title.title03 {
      margin-bottom: 0;
      transition-delay: 2.0s; }
#firstContent .scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(74 / 750 * 100%);
  margin: 0 auto calc(20 /750 * 100%) auto; }
  #firstContent .scroll .blink {
    animation: blink 3s 0s infinite linear; }
.load_complete #firstContent .titleWrap .title {
  opacity: 1; }

/* schedule */
#schedule .content {
  position: relative;
  background: #feebbe; }
#schedule .title {
  position: relative;
  z-index: 2;
  padding: calc(68 / 750 * 100%) 0 calc(28 / 750 * 100%) 0; }
#schedule .contentInner {
  position: relative;
  z-index: 2; }
#schedule .desc {
  margin: 0 0 calc(33 / 750 * 100%) 0; }
#schedule .calendarWrap {
  padding: 0 0 calc(72 / 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 * 17 + 2px);
      background-color: #ffffff;
      margin: 0 0 7rem 0; }
      #schedule .calendarWrap .calendar .table .month {
        display: flex;
        justify-content: flex-start;
        border-left: 2px solid #e60012;
        border-right: 2px solid #e60012; }
        #schedule .calendarWrap .calendar .table .month .cell {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          flex-basis: 100%; }
          #schedule .calendarWrap .calendar .table .month .cell.month2 {
            background: #e60012; }
          #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 / 17 * 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: #e60012; }
          #schedule .calendarWrap .calendar .table .event .period.type02 .name {
            background-color: #f4a000; }
          #schedule .calendarWrap .calendar .table .event .period.type03 .name {
            background-color: #0378b8; }
          #schedule .calendarWrap .calendar .table .event .period.shape01 .name {
            width: calc(100% - 1.4rem);
            color: #231815;
            text-indent: 1rem;
            margin-left: 0.7rem;
            padding-left: calc(100% - 1.4rem);
            clip-path: none;
            border-radius: 5px;
            -webkit-text-stroke: 2px #ffffff;
            text-stroke: 2px black;
            paint-order: stroke; }
          #schedule .calendarWrap .calendar .table .event .period.period02 {
            width: calc(1 / 17 * 100%);
            margin: 0 0 0 calc(5 / 17 * 100%); }
          #schedule .calendarWrap .calendar .table .event .period.period03 {
            width: calc(5 / 17 * 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(1 / 17 * 100%);
            margin: 0 0 0 calc(14 / 17 * 100%); }
          #schedule .calendarWrap .calendar .table .event .period.period06 {
            width: calc(9 / 17 * 100%); }
          #schedule .calendarWrap .calendar .table .event .period.period07 {
            position: absolute;
            top: 0;
            left: 0;
            width: calc(4 / 17 * 100%);
            margin: calc(7.7rem + (4.8rem + 2.48rem) * 5 + 2.48rem) 0 0 calc(13 / 17 * 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%); }
            #schedule .calendarWrap .calendar .table .event .period .name.middle {
              font-size: 2.1rem;
              line-height: 1; }
              #schedule .calendarWrap .calendar .table .event .period .name.middle .small {
                font-size: 1.3rem;
                line-height: 1.69;
                letter-spacing: -0.04em; }
            #schedule .calendarWrap .calendar .table .event .period .name.small {
              font-size: 1.9rem;
              line-height: 1.16; }
            #schedule .calendarWrap .calendar .table .event .period .name .sup {
              display: inline-block;
              position: relative;
              top: -0.8em;
              font-size: 0.5em;
              padding: 0 0.6em 0 0; }
            #schedule .calendarWrap .calendar .table .event .period .name .txt {
              display: block;
              text-indent: 0;
              padding: 0 0 0 0.4em; }

#sale .contentInner,
#shop .contentInner,
#campaign .contentInner,
#other .contentInner {
  position: relative;
  z-index: 2; }
#sale .title,
#shop .title,
#campaign .title,
#other .title {
  position: relative;
  z-index: 2;
  text-align: center; }
  #sale .title span,
  #shop .title span,
  #campaign .title span,
  #other .title span {
    display: inline-block;
    color: #ffffff;
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 0 1em 0.1em 1em;
    border-bottom: 3px solid #ffffff; }
#sale .bannerWrap .balloon,
#shop .bannerWrap .balloon,
#campaign .bannerWrap .balloon,
#other .bannerWrap .balloon {
  width: calc(482 / 750 * 100%); }
  #sale .bannerWrap .balloon.right,
  #shop .bannerWrap .balloon.right,
  #campaign .bannerWrap .balloon.right,
  #other .bannerWrap .balloon.right {
    margin-left: auto; }
#sale .bannerWrap .banner,
#shop .bannerWrap .banner,
#campaign .bannerWrap .banner,
#other .bannerWrap .banner {
  position: relative;
  width: calc(650 / 750 * 100%);
  margin: auto; }
  #sale .bannerWrap .banner.soon:before,
  #shop .bannerWrap .banner.soon:before,
  #campaign .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 .bannerWrap .banner .light,
  #shop .bannerWrap .banner .light,
  #campaign .bannerWrap .banner .light,
  #other .bannerWrap .banner .light {
    box-shadow: 0px 0px 5px 5px white; }
  #sale .bannerWrap .banner .desc,
  #shop .bannerWrap .banner .desc,
  #campaign .bannerWrap .banner .desc,
  #other .bannerWrap .banner .desc {
    color: #ffffff;
    font-size: 3rem;
    line-height: 1.47;
    font-weight: 700;
    letter-spacing: -0.04em;
    white-space: nowrap;
    text-align: center;
    padding: calc(24 / 750 * 100%) 0 calc(24 / 750 * 100%) 0; }
    #sale .bannerWrap .banner .desc.small,
    #shop .bannerWrap .banner .desc.small,
    #campaign .bannerWrap .banner .desc.small,
    #other .bannerWrap .banner .desc.small {
      font-size: 2.1rem;
      line-height: 1.62; }
  #sale .bannerWrap .banner .image,
  #shop .bannerWrap .banner .image,
  #campaign .bannerWrap .banner .image,
  #other .bannerWrap .banner .image {
    padding: 0 0 calc(33 / 650 * 100%) 0; }
  #sale .bannerWrap .banner .more,
  #shop .bannerWrap .banner .more,
  #campaign .bannerWrap .banner .more,
  #other .bannerWrap .banner .more {
    width: calc(530 / 650 * 100%);
    margin: auto;
    padding: 0 0 calc(33 / 650 * 100%) 0; }

/* sale */
#sale .content {
  position: relative;
  background: #e60012; }
  #sale .content .parts {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(405 / 750 * 100%);
    background: url(../images/common/bg_parts01.png) top right no-repeat;
    background-size: contain;
    aspect-ratio: 405 / 237; }
#sale .title {
  padding: calc(65 / 750 * 100%) 0 calc(20 / 750 * 100%) 0; }
#sale .bannerWrap {
  padding: 0 0 calc(8 / 750 * 100%) 0; }
  #sale .bannerWrap .banner {
    margin-bottom: calc(35 / 750 * 100%); }
    #sale .bannerWrap .banner .desc {
      font-size: 3.6rem;
      line-height: 1.19;
      padding: calc(25 / 750 * 100%) 0 calc(25 / 750 * 100%) 0; }

/* shop */
#shop .content {
  position: relative;
  background: #82c8e6; }
#shop .title {
  padding: calc(72 / 750 * 100%) 0 calc(63 / 750 * 100%) 0; }
  #shop .title span {
    color: #000000; }
#shop .infoWrap {
  padding: 0 0 calc(30 / 750 * 100%) 0; }
  #shop .infoWrap .box {
    width: calc(650 / 750 * 100%);
    color: #000000;
    background-color: #ffffff;
    margin: 0 auto calc(46 / 750 * 100%) auto;
    padding: calc(39 / 750 * 100%) calc(30 / 750 * 100%) calc(9 / 750 * 100%) calc(30 / 750 * 100%);
    border-radius: 5px;
    box-sizing: border-box; }
    #shop .infoWrap .box .headline {
      color: #036eb8;
      font-size: 4.5rem;
      line-height: 1.11;
      font-weight: 700;
      text-align: center;
      padding: 0 0 calc(16 / 590 * 100%) 0; }
    #shop .infoWrap .box .guide {
      padding: 0 0 calc(22 / 590 * 100%) 0; }
    #shop .infoWrap .box .logo {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 2rem;
      margin: 0 0 calc(21 / 590 * 100%) 0; }
      #shop .infoWrap .box .logo .image {
        flex-basis: calc(278 / 590 * 100%);
        flex-shrink: 0; }
      #shop .infoWrap .box .logo .name {
        font-size: 3rem;
        line-height: 1;
        font-weight: 700;
        letter-spacing: -0.04em; }
    #shop .infoWrap .box .place {
      font-size: 3rem;
      line-height: 1;
      font-weight: 700;
      text-align: center;
      margin: 0 0 calc(16 / 590 * 100%) 0; }
    #shop .infoWrap .box .row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 0 calc(22 / 590 * 100%) 0; }
      #shop .infoWrap .box .row .image {
        flex-basis: calc(280 / 590 * 100%);
        flex-shrink: 0; }
      #shop .infoWrap .box .row .info {
        flex-basis: calc(300 / 590 * 100%);
        font-size: 3rem;
        line-height: 1.33;
        font-weight: 700;
        letter-spacing: -0.04em; }

/* campaign */
#campaign .content {
  position: relative;
  background: #e60012; }
  #campaign .content .parts {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(405 / 750 * 100%);
    background: url(../images/common/bg_parts01.png) top right no-repeat;
    background-size: contain;
    aspect-ratio: 405 / 237; }
    #campaign .content .parts.parts02 {
      top: auto;
      bottom: 0;
      left: 0;
      right: auto;
      background: url(../images/common/bg_parts02.png) bottom left no-repeat;
      background-size: contain; }
#campaign .title {
  padding: calc(67 / 750 * 100%) 0 calc(19 / 750 * 100%) 0; }
#campaign .bannerWrap {
  padding: 0 0 calc(22 / 750 * 100%) 0; }
  #campaign .bannerWrap #campaign03 + .balloon {
    width: calc(551 / 750 * 100%); }
  #campaign .bannerWrap .banner {
    padding: 0 0 calc(20 / 750 * 100%) 0; }
    #campaign .bannerWrap .banner .desc.up {
      margin: calc(-25 / 750 * 100%) 0 0 0;
      padding: 0 0 calc(10 / 750 * 100%) 0; }

/* other */
#other .content {
  position: relative;
  background: #fbc85a; }
#other .title {
  position: relative;
  z-index: 2;
  padding: calc(71 / 750 * 100%) 0 calc(46 / 750 * 100%) 0; }
  #other .title span {
    color: #000000; }
#other .bannerWrap {
  padding: 0 0 calc(1 / 750 * 100%) 0; }
  #other .bannerWrap .balloon {
    width: calc(639 / 750 * 100%);
    margin-bottom: calc(24 / 750 * 100%); }
  #other .bannerWrap .banner {
    margin-bottom: calc(90 / 750 * 100%); }




