@charset "UTF-8";
html {
  font-size: 14px; }

body {
  position: relative;
  overflow-x: hidden;
  font-size: 14px;
  color: #32190E;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  line-height: 1.85;
  background-color: #F5F1EE; }
  body.hidden {
    overflow: hidden; }
  body em {
    font-style: normal; }

a {
  color: #32190E; }

.thanksWrap {
  min-height: 100vh;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .thanksWrap__heading {
    font-size: 20px;
    margin-bottom: 0.5em; }

/*common-parts*/
.fixedBorder {
  position: fixed;
  background-color: #DB002A;
  z-index: 9996;
  transition: all .6s ease .2s;
  transform: none !important; }
  .fixedBorder--up {
    height: 8px;
    width: 100%;
    left: 0;
    top: 0; }
    .fixedBorder--up.unscroll {
      height: 0; }
  .fixedBorder--low {
    height: 8px;
    width: 100%;
    left: 0;
    bottom: 0; }
    .fixedBorder--low.unscroll {
      height: 0; }
  .fixedBorder--left {
    width: 8px;
    height: 100%;
    top: 0;
    left: 0; }
    .fixedBorder--left.unscroll {
      width: 0; }
  .fixedBorder--right {
    width: 8px;
    height: 100%;
    top: 0;
    right: 0; }
    .fixedBorder--right.unscroll {
      width: 0; }

.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
  width: 100%;
  height: 100%;
  background-color: #F5F1EE;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .loading__logo {
    width: 154px; }
    .loading__logo.unscroll {
      opacity: 0;
      transform: none; }
    .loading__logo img {
      width: 100%;
      margin-bottom: 36px; }
  .loading__lead {
    color: #DB002A;
    text-align: center;
    font-size: 9px;
    line-height: 1.2;
    font-feature-settings: "palt";
    letter-spacing: 0.22em; }
    .loading__lead.unscroll {
      opacity: 0;
      transform: none; }

.colorRed {
  color: #DB002A; }

.center-left {
  text-align: center; }

.inner {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  position: relative; }

* {
  box-sizing: border-box; }

img {
  max-width: 100%;
  display: block; }

#luxy {
  width: 100%;
  overflow: hidden; }

.o_tab {
  display: none !important; }

.o_sp {
  display: none !important; }

.stepDelay > *:nth-child(2) {
  transition-delay: 0.2s; }
.stepDelay > *:nth-child(3) {
  transition-delay: 0.4s; }
.stepDelay > *:nth-child(4) {
  transition-delay: 0.6s; }
.stepDelay > *:nth-child(5) {
  transition-delay: 0.8s; }
.stepDelay > *:nth-child(6) {
  transition-delay: 1s; }
.stepDelay > *:nth-child(7) {
  transition-delay: 1.2s; }
.stepDelay > *:nth-child(8) {
  transition-delay: 1.4s; }
.stepDelay > *:nth-child(9) {
  transition-delay: 1.6s; }
.stepDelay > *:nth-child(10) {
  transition-delay: 1.8s; }
.stepDelay > *:nth-child(11) {
  transition-delay: 2s; }
.stepDelay > *:nth-child(12) {
  transition-delay: 2.2s; }
.stepDelay > *:nth-child(13) {
  transition-delay: 2.4s; }
.stepDelay > *:nth-child(14) {
  transition-delay: 2.6s; }
.stepDelay > *:nth-child(15) {
  transition-delay: 2.8s; }
.stepDelay > *:nth-child(16) {
  transition-delay: 3s; }
.stepDelay > *:nth-child(17) {
  transition-delay: 3.2s; }
.stepDelay > *:nth-child(18) {
  transition-delay: 3.4s; }
.stepDelay > *:nth-child(19) {
  transition-delay: 3.6s; }
.stepDelay > *:nth-child(20) {
  transition-delay: 3.8s; }

.inview {
  transition: all 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0s; }

.unscroll {
  opacity: 0;
  transform: translateY(15px); }
  .unscroll.onlyOpa {
    transform: none; }
  .unscroll.noanim {
    transform: none;
    opacity: 1; }

.commonBT {
  max-width: 400px;
  display: block;
  transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  background-color: #D3B063;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  border-radius: 10px;
  padding: 0.8em;
  width: 100%;
  color: #fff; }
  .commonBT--center {
    margin-left: auto;
    margin-right: auto; }
  .commonBT:hover {
    text-decoration: none; }
  .commonBT:hover {
    background-color: #dbbf82; }

.mainHeader {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 25px;
  transition: opacity .5s ease .8s, transform 0s ease 1.5s;
  opacity: 0;
  transform: translateX(101%); }
  .mainHeader:hover {
    text-decoration: none; }
  .mainHeader.active {
    transform: translateX(0%);
    opacity: 1;
    transition: opacity .5s ease .8s, transform 0s ease .8s; }
  .mainHeader__logo {
    width: 132px;
    margin-top: 20px; }
    .mainHeader__logo img {
      width: 100%; }
  .mainHeader__nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9996;
    width: 100%;
    height: 100%;
    background-color: #F5F1EE;
    overflow: auto;
    padding: 50px;
    transform: translateX(101%);
    transition: opacity .5s ease 0s, transform 0s ease .5s;
    opacity: 0; }
    .mainHeader__nav.active {
      transform: translateX(0%);
      opacity: 1;
      transition: opacity .5s ease 0s, transform 0s ease 0s; }
    .mainHeader__nav__wrap {
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100%; }
    .mainHeader__nav__inner {
      max-width: 570px;
      width: 100%; }
    .mainHeader__nav__listWrap {
      padding-top: 50px;
      display: flex;
      justify-content: space-between; }
    .mainHeader__nav__list {
      font-size: 14px;
      margin-right: 1.2em; }
      .mainHeader__nav__list li {
        margin-top: 30px; }
        .mainHeader__nav__list li:first-child {
          margin-top: 0; }
        .mainHeader__nav__list li a {
          display: block;
          padding: 0.7em 1.2em;
          transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
          color: #DB002A; }
          .mainHeader__nav__list li a:hover {
            text-decoration: none; }
          .mainHeader__nav__list li a:hover {
            opacity: .7;
            text-decoration: none; }
          .mainHeader__nav__list li a span {
            display: block;
            position: relative;
            font-size: 16px;
            letter-spacing: 0.15em; }
          .mainHeader__nav__list li a em {
            display: block;
            font-size: 8px;
            line-height: 1.4; }
    .mainHeader__nav .insta {
      margin-top: 144px;
      width: 100%;
      border: 1px solid #DB002A;
      padding: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #DB002A;
      font-size: 14px;
      transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s; }
      .mainHeader__nav .insta:hover {
        text-decoration: none; }
      .mainHeader__nav .insta .ic {
        margin-right: 10px; }
      .mainHeader__nav .insta svg {
        display: block; }
        .mainHeader__nav .insta svg path,
        .mainHeader__nav .insta svg circle {
          transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s; }
          .mainHeader__nav .insta svg path:hover,
          .mainHeader__nav .insta svg circle:hover {
            text-decoration: none; }
      .mainHeader__nav .insta:hover {
        background-color: #DB002A;
        color: #fff; }
        .mainHeader__nav .insta:hover svg path,
        .mainHeader__nav .insta:hover svg circle {
          fill: #fff; }
  .mainHeader__spBT {
    width: 62px;
    height: 62px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9998;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 0;
    background-image: none;
    border-radius: 0;
    appearance: none;
    cursor: pointer;
    outline: 0;
    background-color: #DB002A; }
    .mainHeader__spBT span {
      width: 25px;
      height: 2px;
      transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
      margin-top: 9px;
      border-radius: 1px;
      background-color: #fff; }
      .mainHeader__spBT span:hover {
        text-decoration: none; }
      .mainHeader__spBT span:first-child {
        margin-top: 0; }
      .mainHeader__spBT span:nth-child(2) {
        transform-origin: left center;
        transform: scaleX(0.8); }
    .mainHeader__spBT.active span:first-child {
      transform: translateY(11px) rotate(45deg); }
    .mainHeader__spBT.active span:nth-child(2) {
      transform: scaleX(0); }
    .mainHeader__spBT.active span:last-child {
      transform: translateY(-11px) rotate(-45deg); }

.credit {
  position: fixed;
  width: 62px;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  z-index: 99999;
  transition: all .8s ease .8s;
  opacity: 0; }
  .credit.active {
    opacity: 1; }
  .credit span {
    color: #DB002A;
    line-height: 1;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    white-space: nowrap; }

.firstView__credit {
  display: none; }

@keyframes scroll-arrow {
  0% {
    transform-origin: right center;
    transform: translateX(0px);
    opacity: 0; }
  70% {
    transform-origin: right center;
    transform: translateX(0px) scaleX(0);
    opacity: 1; }
  100% {
    transform-origin: right center;
    transform: translateX(0px) scaleX(0);
    opacity: 0; } }
@keyframes scroll-arrow2 {
  0% {
    transform: translateY(0px);
    opacity: 0; }
  70% {
    transform: translateY(6px);
    opacity: 1; }
  100% {
    transform: translateY(6px);
    opacity: 0; } }
.firstView {
  min-height: 100vh;
  position: relative;
  padding: 100px 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .firstView__text {
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 6px;
    display: flex;
    justify-content: space-between;
    transform: translateX(-50%);
    line-height: 0.8;
    font-size: min(60px,6vw);
    font-weight: 900;
    color: #DB002A;
    width: 100%;
    text-stroke: 2px #DB002A;
    -webkit-text-stroke: 2px #DB002A;
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
    transition-delay: 3.5s; }
    .firstView__text:hover {
      text-decoration: none; }
  .firstView__lead {
    color: #DB002A;
    margin-top: 40px;
    font-size: 20px;
    letter-spacing: 0.22em;
    line-height: 1.2;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
    transition-delay: 3s; }
    .firstView__lead:hover {
      text-decoration: none; }
  .firstView__slideWrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; }
  @media (min-width: 600px) {
    .firstView__slide {
      justify-content: space-between; } }
  @media (min-width: 600px) {
    .firstView__slide__item {
      opacity: 1 !important;
      width: calc((100% - 100px) / 3) !important; } }
  .firstView__slide__item img {
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
    pointer-events: none;
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-select: none; }
    .firstView__slide__item img:hover {
      text-decoration: none; }
  .firstView__slide__item:first-child {
    order: 2; }
    .firstView__slide__item:first-child img {
      transition-delay: 1.5s; }
  .firstView__slide__item:nth-child(2) {
    order: 3; }
    .firstView__slide__item:nth-child(2) img {
      transition-delay: 2s; }
  .firstView__slide__item:nth-child(3) {
    order: 1; }
    .firstView__slide__item:nth-child(3) img {
      transition-delay: 2.5s; }
  .firstView__scroll {
    display: block;
    position: absolute;
    width: 110px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 10px;
    color: #DB002A;
    transform: translateX(-50%) rotate(90deg);
    bottom: 172px;
    left: 40px;
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
    transition-delay: 1s;
    opacity: 0; }
    .firstView__scroll:hover {
      text-decoration: none; }
    .firstView__scroll.active {
      opacity: 1; }
    .firstView__scroll:after {
      content: '';
      height: 1px;
      width: 100%;
      margin-left: 10px;
      background-color: #DB002A;
      animation: scroll-arrow 1.8s linear infinite; }
  .firstView.unscroll .firstView__text {
    opacity: 0; }
  .firstView.unscroll .firstView__lead {
    opacity: 0; }
  .firstView.unscroll .firstView__slide__item img {
    opacity: 0 !important; }

.commonHeading {
  position: absolute;
  font-size: 20px;
  top: 0;
  left: 0;
  color: #DB002A; }

.section-about {
  margin: 0 0 124px;
  padding: 80px 62px 0; }
  .section-about__inner {
    padding-top: 144px;
    position: relative;
    max-width: 1020px;
    margin: 0 auto; }
  .section-about__main {
    text-align: center;
    color: #DB002A;
    line-height: 2.2; }
  .section-about__lead {
    font-size: 35px;
    text-align: center;
    margin: 60px 0 20px;
    font-feature-settings: "palt";
    color: #DB002A; }
  .section-about__logo {
    max-width: 240px;
    width: 100%;
    margin: 0 auto 240px; }
    .section-about__logo img {
      width: 100%; }
  .section-about__movie {
    position: relative;
    padding: 50px 80px 0;
    margin-bottom: 132px; }
    .section-about__movie:after {
      content: '';
      height: 82px;
      display: block;
      width: 100%;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: top center;
      background-image: url(../images/movie_ribbon.png); }
    .section-about__movie__heading {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5; }
    .section-about__movie__wrap {
      width: 100%;
      position: relative;
      padding-top: 56.25%;
      overflow: hidden;
      border-radius: 20px; }
      .section-about__movie__wrap video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .section-about__movie .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80px;
      height: 80px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      cursor: pointer;
      transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
      z-index: 10; }
      .section-about__movie .play-btn:hover {
        text-decoration: none; }
      .section-about__movie .play-btn.playActive {
        opacity: 0;
        cursor: default; }
      .section-about__movie .play-btn img {
        position: relative;
        z-index: 15;
        margin-left: 10px; }
      .section-about__movie .play-btn:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #DB002A;
        border-radius: 50%;
        transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s; }
        .section-about__movie .play-btn:before:hover {
          text-decoration: none; }
      .section-about__movie .play-btn:after {
        content: '';
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 1px solid #DB002A;
        border-radius: 50%;
        transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s; }
        .section-about__movie .play-btn:after:hover {
          text-decoration: none; }
      .section-about__movie .play-btn:hover:before {
        transform: translate(-50%, -50%) scale(0.95); }
      .section-about__movie .play-btn:hover:after {
        transform: translate(-50%, -50%) scale(1.05); }
  .section-about__box {
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 90px; }
    .section-about__box__header {
      border: 8px solid #DB002A;
      transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
      padding: 30px;
      min-height: min(608px,50vw);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .section-about__box__header:hover {
        text-decoration: none; }
      .section-about__box__header__heading {
        color: #DB002A;
        line-height: 1.4;
        margin-bottom: 1em;
        transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
        transition-delay: .5s;
        width: 100%; }
        .section-about__box__header__heading:hover {
          text-decoration: none; }
      .section-about__box__header__text {
        transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
        transition-delay: 1s; }
        .section-about__box__header__text:hover {
          text-decoration: none; }
      .section-about__box__header.unscroll {
        border-width: 0; }
        .section-about__box__header.unscroll .section-about__box__header__heading,
        .section-about__box__header.unscroll .section-about__box__header__text {
          opacity: 0; }
    .section-about__box__section1 {
      margin: 120px auto 0;
      padding: 0 30px;
      max-width: 1060px; }
      .section-about__box__section1__flex {
        display: flex;
        justify-content: space-between; }
        .section-about__box__section1__flex__item {
          width: calc(50% - 27px);
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
        .section-about__box__section1__flex__item.w-full {
          width: 100%;
          margin-top: 70px;
        }
        .section-about__box__section1__flex__item.w-full h4 {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
        }
        .section-about__box__section1__flex__item.w-full h4 span {
          display: inline-block;
          width: fit-content;
          height: fit-content;
          line-height: 1;
          padding: 6px 16px;
          border-radius: 9999px;
          background: #DB002A;
          color: #fff;
          font-size: 70%;
          font-weight: 600;
          margin-right: 1em;
        }
  .section-about__inner2 {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1060px; }
  .section-about__plan {
    border: 8px solid #DB002A;
    padding: 50px 30px;
    position: relative; }
    .section-about__plan__inner {
      max-width: 860px;
      margin: 0 auto; }
    .section-about__plan__heading1 {
      color: #fff;
      background-color: #DB002A;
      left: 1.2em;
      padding: 0.3em 0.8em 0.5em 0.6em;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 14px; }
    .section-about__plan__heading2 {
      text-decoration: underline; }
    .section-about__plan__flex {
      margin-top: 12px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .section-about__plan__flex .section-about__plan {
        width: 100%;
        padding-bottom: 40px; }
    .section-about__plan__price2 {
      display: flex;
      justify-content: center;
      gap: 0 30px;
      flex-wrap: wrap; }
      .section-about__plan__price2 .item {
        white-space: nowrap;
        line-height: 1.2;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: relative; }
        .section-about__plan__price2 .item dd {
          position: relative;
          display: flex;
          justify-content: space-between;
          align-items: flex-end; }
        .section-about__plan__price2 .item strong {
          font-size: 60px; }
        .section-about__plan__price2 .item span {
          font-size: 12px;
          position: relative;
          bottom: 0.7em;
          line-height: 1.1; }
        .section-about__plan__price2 .item:first-child {
          width: 100%;
          margin-bottom: 20px; }
          .section-about__plan__price2 .item:first-child strong {
            font-size: 104px; }
          .section-about__plan__price2 .item:first-child span {
            font-size: 24px; }
        .section-about__plan__price2 .item:nth-child(3):before {
          content: '';
          width: 30px;
          height: 30px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          background-image: url(../images/ic_times.png);
          position: absolute;
          top: 50%;
          transform: translateY(-30%);
          left: -30px; }
        .section-about__plan__price2 .item:nth-child(4):before {
          content: '';
          width: 30px;
          height: 30px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          background-image: url(../images/ic_equal.png);
          position: absolute;
          top: 50%;
          transform: translateY(-30%);
          left: -30px; }

.section-image {
  position: relative;
  height: 798px; }
  .section-image img {
    max-width: 1000%;
    width: auto;
    height: 798px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }

.section-voice {
  padding: 50px 62px 100px;
  background-color: #fff; }
  .section-voice__inner {
    padding-top: 144px;
    position: relative;
    max-width: 1020px;
    margin: 0 auto; }
  .section-voice__slideWrap {
    max-width: 800px;
    margin: 0 auto;
    position: relative; }
  .section-voice__slide {
    position: relative;
    z-index: 10 !important;
    overflow: visible !important; }
    .section-voice__slide__item {
      background-color: #F5F1EE;
      padding: 30px 30px 50px;
      height: auto !important;
      border-radius: 30px; }
      .section-voice__slide__item__inner {
        max-width: 600px;
        margin: 0 auto;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
      .section-voice__slide__item__heading {
        font-size: 40px;
        line-height: 1.2;
        text-align: center;
        color: #DB002A; }
      .section-voice__slide__item__text {
        margin-top: 30px; }
      .section-voice__slide__item__person {
        margin-top: 30px;
        display: flex;
        align-items: center; }
        .section-voice__slide__item__person figure {
          width: 87px;
          margin-right: 30px; }
        .section-voice__slide__item__person p {
          max-width: calc(100% - 118px); }
  .section-voice .slide-button {
    position: absolute;
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
    border-radius: 50%;
    cursor: pointer;
    outline: 0;
    top: 50%;
    z-index: 50;
    transform: translateY(-50%); }
    .section-voice .slide-button:hover {
      text-decoration: none; }
    .section-voice .slide-button:hover {
      opacity: .7;
      text-decoration: none; }
    .section-voice .slide-button.slide-button-prev {
      left: -84px; }
    .section-voice .slide-button.slide-button-next {
      right: -84px; }
    .section-voice .slide-button.swiper-button-disabled {
      opacity: 0 !important; }

.section-venue {
  padding: 100px 62px 100px;
  background-color: #fff; }
  .section-venue__inner {
    padding-top: 40px;
    position: relative;
    max-width: 1020px;
    margin: 0 auto; }
  .section-venue__list {
    display: flex;
    flex-wrap: wrap; }
    .section-venue__list li {
      position: relative;
      margin-top: 45px;
      width: calc((99.9% - 120px) / 3);
      margin-right: 60px; }
      .section-venue__list li:nth-child(3n) {
        margin-right: 0; }
    .section-venue__list figure {
      overflow: hidden;
      border-radius: 35px;
      margin-bottom: 14px;
      height: 230px; }
      .section-venue__list figure img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .section-venue__list__area {
      color: #fff;
      line-height: 1.1;
      padding: 0.5em 1em;
      background-color: #DB002A;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5;
      min-width: 95px;
      text-align: center; }

.section-member {
  padding: 120px 62px 100px; }
  .section-member__inner {
    position: relative;
    max-width: 1020px;
    margin: 0 auto; }
  .section-member__producer {
    max-width: 310px;
    margin: 88px auto 130px; }
    .section-member__producer figcaption {
      text-align: center;
      font-size: 16px;
      margin-top: 30px;
      display: block;
      line-height: 1.5; }
      .section-member__producer figcaption snall {
        display: block; }
      .section-member__producer figcaption strong {
        display: block;
        font-size: 1.5em; }
  .section-member__member {
    max-width: 800px;
    margin: 0 auto; }
    .section-member__member figcaption {
      text-align: center;
      line-height: 1.4;
      margin-top: 30px; }

.section-flow {
  padding: 100px 62px 240px; }
  .section-flow__inner {
    position: relative;
    max-width: 1020px;
    margin: 0 auto;
    padding-top: 100px; }
  .section-flow__list {
    max-width: 800px;
    margin: 0 auto;
    position: relative; }
    .section-flow__list:before {
      content: '';
      position: absolute;
      top: 10px;
      left: 35px;
      width: 3px;
      height: calc(100% - 20px);
      background-color: #DB002A;
      transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
      transition-delay: .4s; }
      .section-flow__list:before:hover {
        text-decoration: none; }
    .section-flow__list.unscroll:before {
      opacity: 0; }
    .section-flow__list li {
      position: relative;
      z-index: 10;
      display: flex;
      justify-content: space-between;
      margin-top: 54px; }
      .section-flow__list li:first-child {
        margin-top: 0; }
    .section-flow__list__step {
      width: 73px;
      height: 73px;
      border: 8px solid #DB002A;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: #DB002A;
      background-color: #F5F1EE;
      line-height: 1.1;
      border-radius: 50%; }
      .section-flow__list__step small {
        font-size: 9px; }
      .section-flow__list__step span {
        font-size: 27px; }
      .section-flow__list__step.red {
        background-color: #DB002A;
        color: #fff; }
    .section-flow__list__content {
      width: calc(100% - 104px);
      padding-top: 24px; }
    .section-flow__list__heading {
      line-height: 1.4;
      font-size: 20px;
      color: #DB002A;
      margin-bottom: 20px; }

.section-company {
  padding: 80px 62px 240px;
  background-color: #fff; }
  .section-company__inner {
    position: relative;
    max-width: 1020px;
    margin: 0 auto;
    padding-top: 174px; }
  .section-company__table {
    max-width: 516px;
    width: 100%;
    margin: 0 auto;
    color: #DB002A; }
    .section-company__table a {
      color: #DB002A; }
    .section-company__table th {
      text-align: left;
      padding-right: 1em;
      width: 25%; }
    .section-company__table td,
    .section-company__table th {
      padding: 0.5em 0; }

.section-contact {
  padding: 100px 62px 80px; }
  .section-contact__inner {
    position: relative;
    max-width: 1020px;
    margin: 0 auto;
    padding-top: 80px; }

.contactWrap {
  max-width: 800px;
  margin: 0 auto; }

.contactTable {
  width: 100%; }
  .contactTable label.error {
    display: block;
    color: #f00;
    margin-top: 10px;
    text-align: right; }
  .contactTable > * {
    margin-top: 20px; }
    .contactTable > *:first-child {
      margin-top: 0; }
  .contactTable__flex {
    display: flex;
    justify-content: space-between; }
    .contactTable__flex > * {
      width: 48%; }
  .contactTable dt {
    font-weight: normal;
    margin-bottom: 0.4em; }
    .contactTable dt .required {
      font-size: 12px;
      color: #f00;
      margin-left: 0.5em; }
  .contactTable .formText {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    vertical-align: middle;
    font-size: 16px;
    padding: 1em 1em;
    border: 0;
    background-color: #fff;
    border-radius: 5px;
    background-image: none;
    width: 100%;
    display: block;
    border: 1px solid #E0E0E0; }
  .contactTable select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    vertical-align: middle;
    font-size: 16px;
    padding: 1em 1em;
    border: 0;
    background-color: #fff;
    border-radius: 5px;
    background-image: none;
    width: 100%;
    display: block;
    border: 1px solid #E0E0E0;
    padding-left: 1.5em;
    background-image: url(../images/select.svg);
    background-repeat: no-repeat;
    background-position: right 10px center; }

.formBtnBox {
  text-align: center; }
  .formBtnBox .submitBT {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
    display: inline-block;
    text-align: center;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
    cursor: pointer;
    max-width: 100%;
    font-weight: bold;
    max-width: 213px;
    width: 100%;
    border: 0;
    color: #fff;
    font-size: 16px;
    padding: 0.8em;
    border-radius: 30px;
    background-color: #DB002A;
    background-image: url(../images/bt_arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 41px; }
    .formBtnBox .submitBT:hover {
      text-decoration: none; }
    .formBtnBox .submitBT:hover {
      opacity: .7;
      text-decoration: none; }
    .formBtnBox .submitBT:disabled {
      opacity: 0.7 !important;
      background-color: #ddd !important;
      cursor: default;
      background-image: none; }

.ppWrap {
  max-width: 580px;
  border-radius: 10px;
  background-color: #fff;
  margin: 0 auto 30px;
  padding: 30px;
  height: 220px;
  overflow: auto;
  line-height: 1.9;
  font-weight: bold;
  font-size: 14px; }

.termWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  flex-direction: column;
  font-size: 12px;
  line-height: 1.4; }
  .termWrap__term {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .termWrap__term input {
      display: none; }
      .termWrap__term input:checked + .termWrap__term__sq:before {
        background-color: #DB002A; }
    .termWrap__term__sq {
      width: 20px;
      background-color: #fff;
      height: 20px;
      border: 1px solid #e0e0e0;
      border-radius: 5px;
      margin-right: 5px;
      position: relative; }
      .termWrap__term__sq:before {
        content: '';
        width: 12px;
        height: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 2px;
        transform: translate(-50%, -50%); }

.mainFooter {
  padding: 26px 62px 26px;
  background-color: #DB002A; }
  .mainFooter__inner {
    max-width: 800px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 auto; }
  .mainFooter__nav {
    white-space: nowrap; }
    .mainFooter__nav ul {
      display: flex;
      flex-flow: column wrap; }
    .mainFooter__nav li {
      padding: 10px 0;
      margin-right: 70px; }
    .mainFooter__nav a {
      display: flex;
      transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
      flex-direction: column; }
      .mainFooter__nav a:hover {
        text-decoration: none; }
      .mainFooter__nav a:hover {
        opacity: .7;
        text-decoration: none; }
      .mainFooter__nav a span {
        color: #fff; }
      .mainFooter__nav a em {
        font-size: 8px;
        color: #B1B1B1; }
  .mainFooter__instaWrap {
    padding-bottom: 10px;
    max-width: 155px;
    width: 100%; }
  .mainFooter__insta {
    width: 100%;
    border: 1px solid #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s; }
    .mainFooter__insta:hover {
      text-decoration: none; }
    .mainFooter__insta svg {
      display: block; }
    .mainFooter__insta .ic {
      margin-right: 10px; }
    .mainFooter__insta:hover {
      background-color: rgba(255, 255, 255, 0.2); }

@media only screen and (max-width: 1200px) {
  html {
    font-size: 14px; }

  /*common-parts*/
  @keyframes scroll-arrow {
    0% {
      transform-origin: right center;
      transform: translateX(0px);
      opacity: 0; }
    70% {
      transform-origin: right center;
      transform: translateX(0px) scaleX(0);
      opacity: 1; }
    100% {
      transform-origin: right center;
      transform: translateX(0px) scaleX(0);
      opacity: 0; } }
  @keyframes scroll-arrow2 {
    0% {
      transform: translateY(0px);
      opacity: 0; }
    70% {
      transform: translateY(6px);
      opacity: 1; }
    100% {
      transform: translateY(6px);
      opacity: 0; } }
  .section-about__plan__price1 {
    gap: 0 3vw; }
    .section-about__plan__price1 .item strong {
      font-size: 9vw; }
    .section-about__plan__price1 .item span {
      font-size: 2vw; }
    .section-about__plan__price1 .item small {
      left: 0;
      bottom: -2px;
      font-size: 0.5vw; }
    .section-about__plan__price1 .item:nth-child(2):before {
      width: 3vw;
      height: 3vw;
      left: -4vw; }
    .section-about__plan__price1 .item:nth-child(3):before {
      width: 3vw;
      height: 3vw;
      left: -4vw; }
    .section-about__plan__price1 .item:nth-child(4):before {
      width: 3vw;
      height: 3vw;
      left: -4vw; } }
@media only screen and (max-width: 1024px) {
  html {
    font-size: 14px; }

  /*common-parts*/
  .center-left {
    text-align: left; }

  .o_tab {
    display: block !important; }

  @keyframes scroll-arrow {
    0% {
      transform-origin: right center;
      transform: translateX(0px);
      opacity: 0; }
    70% {
      transform-origin: right center;
      transform: translateX(0px) scaleX(0);
      opacity: 1; }
    100% {
      transform-origin: right center;
      transform: translateX(0px) scaleX(0);
      opacity: 0; } }
  @keyframes scroll-arrow2 {
    0% {
      transform: translateY(0px);
      opacity: 0; }
    70% {
      transform: translateY(6px);
      opacity: 1; }
    100% {
      transform: translateY(6px);
      opacity: 0; } }
  .section-about__box__section1 {
    padding-left: 15px;
    padding-right: 15px; }
  .section-about__inner2 {
    padding: 0 30px; }
  .section-about__plan {
    padding: 50px 15px; }
    .section-about__plan__icon li {
      width: 20%; }
    .section-about__plan__price1 {
      gap: 0 5vw;
      flex-wrap: wrap; }
      .section-about__plan__price1 .item:nth-child(4) {
        width: 100%;
        margin-top: 12vw; }
      .section-about__plan__price1 .item strong {
        font-size: 10vw; }
      .section-about__plan__price1 .item span {
        font-size: 3vw; }
      .section-about__plan__price1 .item small {
        left: 0;
        bottom: -10px;
        font-size: 0.5vw; }
      .section-about__plan__price1 .item:nth-child(2):before {
        width: 5vw;
        height: 5vw;
        left: -5vw; }
      .section-about__plan__price1 .item:nth-child(3):before {
        width: 5vw;
        height: 5vw;
        left: -5vw; }
      .section-about__plan__price1 .item:nth-child(4):before {
        width: 5vw;
        height: 5vw;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        top: -5vw; }
    .section-about__plan__flex {
      display: block; }
      .section-about__plan__flex .section-about__plan {
        width: 100%; }
        .section-about__plan__flex .section-about__plan:first-child {
          margin-bottom: 12px; }
    .section-about__plan__price2 {
      gap: 0 4vw; }
      .section-about__plan__price2 .item strong {
        font-size: 6vw; }
      .section-about__plan__price2 .item span {
        font-size: 12px; }
      .section-about__plan__price2 .item:first-child strong {
        font-size: 10vw; }
      .section-about__plan__price2 .item:first-child span {
        font-size: 3vw; }
      .section-about__plan__price2 .item:nth-child(3):before {
        width: 3vw;
        height: 3vw;
        left: -3vw;
        transform: none; }
      .section-about__plan__price2 .item:nth-child(4):before {
        width: 3vw;
        height: 3vw;
        left: -3vw;
        transform: none; }

  .section-image {
    height: 480px; }
    .section-image img {
      height: 480px; }

  .section-voice .slide-button {
    width: 40px;
    height: 40px; }
    .section-voice .slide-button.slide-button-prev {
      left: -46px; }
    .section-voice .slide-button.slide-button-next {
      right: -46px; }

  .section-venue__list {
    justify-content: space-between;
    font-size: 12px; }
    .section-venue__list li {
      margin-top: 40px;
      width: calc((99.9% - 30px) / 2);
      margin-right: 0; }
    .section-venue__list figure {
      border-radius: 15px;
      margin-bottom: 10px;
      height: 120px; }
    .section-venue__list__area {
      min-width: 60px; }

  .section-member__inner {
    padding-top: 50px; }

  .contactTable__row {
    display: block; }
  .contactTable dt {
    width: 100%; }
  .contactTable dd {
    width: 100%; }
  .contactTable .formText {
    border: 1px solid #ddd;
    border-top-width: 0; } }
@media only screen and (max-width: 599px) {
  html {
    font-size: 14px; }

  body {
    font-size: 14px; }

  /*common-parts*/
  .fixedBorder--up {
    height: 4px; }
  .fixedBorder--low {
    height: 4px; }
  .fixedBorder--left {
    width: 4px; }
  .fixedBorder--right {
    width: 4px; }

  .inner {
    padding-left: 30px;
    padding-right: 30px; }

  .o_pc {
    display: none !important; }

  .o_sp {
    display: block !important; }

  .commonBT {
    font-size: 20px;
    width: 100%;
    max-width: 100%;
    padding: 1em 0.8em; }

  .mainHeader {
    height: 40px;
    padding-left: 20px; }
    .mainHeader__logo {
      width: 102px;
      margin-top: 10px; }
    .mainHeader__nav {
      padding: 30px 20px 50px;
      display: block; }
      .mainHeader__nav .insta {
        margin-top: 30px;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto; }
      .mainHeader__nav__listWrap {
        display: block;
        max-width: 280px;
        margin: 0 auto;
        padding-top: 0; }
      .mainHeader__nav__list li {
        margin-top: 15px; }
        .mainHeader__nav__list li:first-child {
          margin-top: 15px; }
        .mainHeader__nav__list li a {
          display: block;
          padding: 0.4em 0.65em; }
          .mainHeader__nav__list li a span {
            font-size: 14px; }
          .mainHeader__nav__list li a em {
            font-size: 8px; }
    .mainHeader__spBT {
      width: 40px;
      height: 40px; }
      .mainHeader__spBT span {
        width: 16px;
        margin-top: 6px;
        height: 1px; }
      .mainHeader__spBT.active span:first-child {
        transform: translateY(7px) rotate(45deg); }
      .mainHeader__spBT.active span:nth-child(2) {
        transform: scaleX(0); }
      .mainHeader__spBT.active span:last-child {
        transform: translateY(-7px) rotate(-45deg); }

  .credit {
    display: none; }

  .firstView__credit {
    position: absolute;
    width: 40px;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    z-index: 99999;
    transition: all .8s ease .8s;
    display: block;
    font-size: 8px;
    opacity: 0; }
    .firstView__credit.active {
      opacity: 1; }
    .firstView__credit span {
      color: #DB002A;
      line-height: 1;
      font-size: 12px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(90deg);
      white-space: nowrap; }

  @keyframes scroll-arrow {
    0% {
      transform-origin: right center;
      transform: translateX(0px);
      opacity: 0; }
    70% {
      transform-origin: right center;
      transform: translateX(0px) scaleX(0);
      opacity: 1; }
    100% {
      transform-origin: right center;
      transform: translateX(0px) scaleX(0);
      opacity: 0; } }
  @keyframes scroll-arrow2 {
    0% {
      transform: translateY(0px);
      opacity: 0; }
    70% {
      transform: translateY(6px);
      opacity: 1; }
    100% {
      transform: translateY(6px);
      opacity: 0; } }
  .firstView {
    justify-content: flex-start;
    padding: 14vh 40px 0;
    min-height: 1px;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100); }
    .firstView__text {
      font-size: min(60px,5.5vw);
      font-weight: 900;
      color: #DB002A;
      width: 95%;
      bottom: 4px;
      text-stroke: 1px #DB002A;
      -webkit-text-stroke: 1px #DB002A; }
    .firstView__lead {
      margin-top: 16px;
      font-size: 16px; }
    .firstView__slideWrap {
      max-width: 50vh; }
    .firstView__slide__item {
      height: 65vh !important;
      max-height: 100vw;
      position: relative; }
      .firstView__slide__item img {
        transition-delay: 2s !important;
        height: 100%;
        width: auto;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
    .firstView__scroll {
      display: block;
      width: 15px;
      height: 23px;
      border: 1px solid #DB002A;
      border-radius: 8px;
      background-color: #fff;
      margin: 15px auto 0;
      position: relative;
      transform: none;
      left: 0;
      bottom: 0; }
      .firstView__scroll span {
        display: none; }
      .firstView__scroll:after {
        content: '';
        width: 4px;
        height: 4px;
        background-color: #DB002A;
        border-radius: 50%;
        position: absolute;
        top: 6px;
        left: 50%;
        margin-left: -2px;
        z-index: 5;
        animation: scroll-arrow2 1s linear infinite; }

  .commonHeading {
    z-index: 16; }

  .section-about {
    padding: 50px 25px;
    margin-bottom: 40px; }
    .section-about__inner {
      padding-top: 70px; }
    .section-about__main {
      text-align: left; }
    .section-about__lead {
      font-size: 24px;
      margin-top: 50px; }
    .section-about__logo {
      max-width: 200px;
      margin-bottom: 90px; }
    .section-about__movie {
      position: relative;
      padding: 20px 20px 0;
      margin-bottom: 80px; }
      .section-about__movie:after {
        height: 40px; }
      .section-about__movie__heading {
        width: 40vw; }
      .section-about__movie__wrap {
        width: 100%;
        position: relative;
        padding-top: 56.25%;
        overflow: hidden;
        border-radius: 20px; }
        .section-about__movie__wrap video {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    .section-about__box {
      padding-bottom: 50px; }
      .section-about__box__header {
        border-width: 4px; }
      .section-about__box__section1 {
        margin: 60px 0 0; }
        .section-about__box__section1__flex {
          display: block; }
          .section-about__box__section1__flex__item {
            width: 100%;
            margin-top: 50px; }
          .section-about__box__section1__flex__item.w-full {
            margin-top: 50px;
          }
            .section-about__box__section1__flex__item:first-child {
              margin-top: 0; }
    .section-about__inner2 {
      padding-left: 15px;
      padding-right: 15px; }
    .section-about__plan {
      border-width: 4px; }
      .section-about__plan__icon {
        width: calc(100% + 30px);
        position: relative;
        left: -15px; }
        .section-about__plan__icon li {
          width: 33.33%; }
          .section-about__plan__icon li p {
            font-size: 10px; }
      .section-about__plan__price2 {
        gap: 0 4vw; }
        .section-about__plan__price2 .item strong {
          font-size: 6vw; }
        .section-about__plan__price2 .item span {
          font-size: 10px;
          bottom: 0.8vw;
          margin-left: 0.5em; }
        .section-about__plan__price2 .item:first-child span {
          bottom: 2vw; }
        .section-about__plan__price2 .item:nth-child(3):before {
          width: 3vw;
          height: 3vw;
          left: -3vw;
          transform: none; }
        .section-about__plan__price2 .item:nth-child(4):before {
          width: 3vw;
          height: 3vw;
          left: -3vw;
          transform: none; }

  .section-image {
    height: auto; }
    .section-image img {
      height: auto;
      position: static;
      width: 100%;
      transform: none; }

  .section-voice {
    padding: 50px 25px 50px; }
    .section-voice__inner {
      padding-top: 50px; }
    .section-voice__slideWrap {
      max-width: calc(100% - 40px); }
    .section-voice__slide {
      position: relative;
      z-index: 10 !important;
      overflow: visible !important;
      font-size: 12px; }
      .section-voice__slide__item {
        padding: 30px 15px 20px;
        border-radius: 15px; }
        .section-voice__slide__item__inner {
          height: auto;
          justify-content: flex-start; }
        .section-voice__slide__item__heading {
          font-size: 26px; }
        .section-voice__slide__item__text {
          margin-top: 20px; }
        .section-voice__slide__item__person {
          margin-top: 20px; }
          .section-voice__slide__item__person figure {
            width: 50px;
            margin-right: 15px; }
          .section-voice__slide__item__person p {
            max-width: calc(100% - 65px); }
    .section-voice .slide-button {
      width: 24px;
      height: 24px; }
      .section-voice .slide-button.slide-button-prev {
        left: -30px; }
      .section-voice .slide-button.slide-button-next {
        right: -30px; }

  .section-venue {
    padding: 50px 25px 50px; }

  .section-member {
    padding: 50px 25px 50px; }
    .section-member__producer {
      margin: 50px auto 70px; }
      .section-member__producer img {
        max-width: 250px;
        width: 80%;
        margin: 0 auto; }
      .section-member__producer figcaption {
        font-size: 12px;
        margin-top: 20px; }

  .section-flow {
    padding: 50px 25px 50px; }
    .section-flow__inner {
      padding-top: 70px; }
    .section-flow__list:before {
      left: 24px; }
    .section-flow__list__step {
      width: 50px;
      height: 50px;
      border-width: 4px; }
      .section-flow__list__step small {
        font-size: 8px; }
      .section-flow__list__step span {
        font-size: 18px; }
    .section-flow__list__content {
      width: calc(100% - 64px);
      padding-top: 12px; }
    .section-flow__list__heading {
      font-size: 16px; }

  .section-company {
    padding: 50px 25px 50px; }
    .section-company__inner {
      padding-top: 70px; }

  .section-contact {
    padding: 50px 25px 50px; }
    .section-contact__inner {
      padding-top: 70px; }

  .ppWrap {
    border-radius: 10px; }

  .mainFooter {
    padding: 36px 25px; }
    .mainFooter__inner {
      display: block; }
    .mainFooter__nav ul {
      height: auto !important;
      flex-direction: row;
      justify-content: space-between; }
      .mainFooter__nav ul li {
        width: calc(50% - 15px);
        margin: 0; }
    .mainFooter__instaWrap {
      padding-bottom: 0;
      margin: 30px auto 0; } }
