@charset "UTF-8";
@media screen and (min-width: 768px) {
  .accessGuide {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .accessGuide__head {
    width: 680px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .accessGuide__head {
    width: calc(680 / 1440 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .accessGuide__cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .accessGuide__cont {
    margin-top: 80px;
    -webkit-mask-image: linear-gradient(to bottom, #ffffff calc(100% - 60px), rgba(255, 255, 255, 0) 100%);
            mask-image: linear-gradient(to bottom, #ffffff calc(100% - 60px), rgba(255, 255, 255, 0) 100%);
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    max-height: 300px;
    overflow: hidden;
    padding: 0 20px 46px;
    -webkit-transition: max-height 1.8s linear, -webkit-mask-size 1.8s linear;
    transition: max-height 1.8s linear, -webkit-mask-size 1.8s linear;
    transition: max-height 1.8s linear, mask-size 1.8s linear;
    transition: max-height 1.8s linear, mask-size 1.8s linear, -webkit-mask-size 1.8s linear;
  }
}

@media screen and (min-width: 768px) {
  .accessGuide__list {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .accessGuide__list {
    margin: 46px -2px 0;
  }
}

@media screen and (min-width: 768px) {
  .accessGuide__list .usableList__inner {
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .accessGuide__list .usableList__inner {
    display: grid;
    gap: 6px;
    grid-template-columns: 213fr 120fr;
  }
}

@media screen and (min-width: 768px) {
  .accessGuide__list .usableList__item:nth-child(1) {
    width: 300px;
  }
}

@media screen and (min-width: 768px) {
  .accessGuide__list .usableList__item:nth-child(2) {
    width: 169px;
  }
}

@media screen and (min-width: 768px) {
  .accessGuide__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 40px 120px;
    margin: 0 0 0 auto;
    max-width: 100%;
    width: 1312px;
  }
}

@media screen and (max-width: 768px) {
  .accessGuide__inner.is-open .accessGuide__cont {
    -webkit-mask-size: 100% 800%;
            mask-size: 100% 800%;
    max-height: 3000px;
  }
}

.campaign {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.campaign:before {
  background-color: #1c1b22;
  content: '';
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100vw;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .campaign {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .campaign {
    padding-bottom: 40px;
    padding-top: 40px;
    width: 300px;
  }
}

.campaign__heading {
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .campaign__heading {
    text-align: center;
  }
}

.campaign__heading .en {
  color: #c8bb9b;
  font-family: "Cormorant Infant", serif;
  letter-spacing: .08em;
}

@media screen and (min-width: 768px) {
  .campaign__heading .en {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .campaign__heading .en {
    font-size: 13px;
  }
}

.campaign__heading .jp {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: .15em;
  padding-right: 21px;
  position: relative;
}

.campaign__heading .jp:after {
  content: '＞';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(0.6, 1);
          transform: scale(0.6, 1);
}

@media screen and (min-width: 768px) {
  .campaign__inner {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .campaign__inner {
    margin: 16px calc(50% - 50vw) 0;
    overflow: scroll;
    width: 100vw;
  }
  .campaign__inner::-webkit-scrollbar {
    display: none;
  }
}

.campaignGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .campaignGroup {
    padding: 0 37.5px;
  }
}

.campaignCard {
  position: relative;
}

@media screen and (min-width: 768px) {
  .campaignCard {
    margin: 0 auto;
    width: 330px;
  }
  .campaignCard:nth-of-type(n + 2) {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .campaignCard {
    width: 275px;
  }
  .campaignCard:last-of-type {
    margin-right: 0;
  }
}

.campaignCard__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .campaignCard__link:hover {
    opacity: .7;
  }
}

.campaignCard__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.campaignCard--mod {
  width: 100%;
}

.campaignCard--mod:first-of-type {
  background: none;
}

@media screen and (min-width: 768px) {
  .designGuide {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
  }
}

.designGuide__ttl {
  font-family: "Cinzel", serif;
  letter-spacing: .05em;
  position: relative;
  text-align: center;
  z-index: 2;
  line-height: 1.6;
}

.designGuide__ttl:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.designGuide__ttl:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.designGuide__ttl:before, .designGuide__ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .designGuide__ttl {
    font-size: 37px;
  }
}

@media screen and (max-width: 768px) {
  .designGuide__ttl {
    font-size: 28px;
  }
}

.designGuide__ttl + .photo {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .designGuide__ttl + .photo {
    margin-top: -48px;
  }
}

@media screen and (max-width: 768px) {
  .designGuide__ttl + .photo {
    margin-top: -72px;
  }
}

@media screen and (min-width: 768px) {
  .designGuide__head {
    width: 680px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .designGuide__head {
    width: calc(680 / 1440 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .designGuide__cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .designGuide__cont {
    margin-top: 80px;
    -webkit-mask-image: linear-gradient(to bottom, #ffffff calc(100% - 60px), rgba(255, 255, 255, 0) 100%);
            mask-image: linear-gradient(to bottom, #ffffff calc(100% - 60px), rgba(255, 255, 255, 0) 100%);
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    max-height: 300px;
    overflow: hidden;
    padding: 0 20px 46px;
    -webkit-transition: max-height 1.8s linear, -webkit-mask-size 1.8s linear;
    transition: max-height 1.8s linear, -webkit-mask-size 1.8s linear;
    transition: max-height 1.8s linear, mask-size 1.8s linear;
    transition: max-height 1.8s linear, mask-size 1.8s linear, -webkit-mask-size 1.8s linear;
  }
}

@media screen and (min-width: 768px) {
  .designGuide__visual {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

@media screen and (max-width: 768px) {
  .designGuide__visual {
    margin: 46px -20px 0;
  }
}

@media screen and (min-width: 768px) {
  .designGuide__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 120px;
    margin: 0 auto 0 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .designGuide__inner.is-open .designGuide__cont {
    -webkit-mask-size: 100% 800%;
            mask-size: 100% 800%;
    max-height: 3000px;
  }
}

@media screen and (max-width: 768px) {
  .guideHead {
    text-align: center;
  }
}

.guideHead__ttl {
  line-height: 1.8;
}

.guideHead__ttl:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.guideHead__ttl:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.guideHead__ttl:before, .guideHead__ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .guideHead__ttl {
    font-size: 28px;
    letter-spacing: .2em;
  }
}

@media screen and (max-width: 768px) {
  .guideHead__ttl {
    font-size: 20px;
    letter-spacing: .05em;
  }
}

@media screen and (min-width: 768px) {
  .guideHead__ttl sup {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .guideHead__ttl sup {
    font-size: 10px;
  }
}

.guideHead__txt {
  line-height: 2;
}

.guideHead__txt:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.guideHead__txt:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.guideHead__txt:before, .guideHead__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .guideHead__txt {
    font-size: 16px;
    letter-spacing: .05em;
  }
}

@media screen and (max-width: 768px) {
  .guideHead__txt {
    font-size: 13px;
    letter-spacing: .1em;
  }
}

@media screen and (min-width: 768px) {
  .guideHead__ttl + .guideHead__txt {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .guideHead__ttl + .guideHead__txt {
    margin-top: 46px;
  }
}

.guideHead__txt .caption {
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 768px) {
  .guideTtl + .guideHead {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .guideTtl + .guideHead {
    margin-top: 42px;
  }
}

.guideLink {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c8bb9b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .guideLink {
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .guideLink {
    gap: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.guideLink__more {
  font-family: "Barlow Condensed", serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: .3em;
  line-height: 1;
}

.guideLink__arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  border: 1px solid #c8bb9b;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
  transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
  will-change: transform;
}

@media screen and (min-width: 768px) {
  .guideLink__arrow {
    width: 48px;
  }
}

@media screen and (max-width: 768px) {
  .guideLink__arrow {
    width: 32px;
  }
}

.guideLink__arrow .arrowSVG {
  height: auto;
  width: 16px;
}

@media screen and (min-width: 768px) {
  .guideLink:hover .guideLink__arrow {
    -webkit-transform: scale(1.08) translateX(5px);
            transform: scale(1.08) translateX(5px);
  }
}

@media (hover: hover) and (pointer: fine) {
  .guideLink:hover .guideLink__arrow {
    -webkit-transform: scale(1.08) translateX(5px);
            transform: scale(1.08) translateX(5px);
  }
}

@media screen and (min-width: 768px) {
  * + .guideLink {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  * + .guideLink {
    margin: 46px auto 0;
  }
}

.guideTrigger {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #c8bb9b;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant Infant", serif;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 342px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .guideTrigger {
    display: none;
  }
}

.guideTrigger:before {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  content: '';
  height: 100%;
  left: -100%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  width: 50%;
}

.guideTrigger .arrowSVG {
  display: block;
  height: auto;
  -webkit-transition: .8s ease-in-out transform;
  transition: .8s ease-in-out transform;
  width: 15.5px;
}

.guideTrigger.is-close .arrowSVG {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.guideTrigger.sai-animate:before {
  -webkit-animation: shine 6s forwards;
          animation: shine 6s forwards;
  opacity: 1;
}

@-webkit-keyframes shine {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@media screen and (max-width: 768px) {
  .guideTtl {
    text-align: center;
  }
}

.guideTtl .jp {
  display: block;
  font-weight: 600;
  letter-spacing: .24em;
  line-height: 1;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity .4s linear .4s, -webkit-transform .4s linear .4s;
  transition: opacity .4s linear .4s, -webkit-transform .4s linear .4s;
  transition: opacity .4s linear .4s, transform .4s linear .4s;
  transition: opacity .4s linear .4s, transform .4s linear .4s, -webkit-transform .4s linear .4s;
}

@media screen and (min-width: 768px) {
  .guideTtl .jp {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .guideTtl .jp {
    font-size: 12px;
  }
}

.guideTtl .en {
  font-family: "Cinzel", serif;
  line-height: 1;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(33.3%, #ffffff), color-stop(66.6%, rgba(255, 255, 255, 0.1)));
  -webkit-mask-image: linear-gradient(90deg, #ffffff 33.3%, rgba(255, 255, 255, 0.1) 66.6%);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(33.3%, #ffffff), color-stop(66.6%, rgba(255, 255, 255, 0.1)));
          mask-image: linear-gradient(90deg, #ffffff 33.3%, rgba(255, 255, 255, 0.1) 66.6%);
  -webkit-mask-position: 100% 100%;
          mask-position: 100% 100%;
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  position: relative;
  -webkit-transition: -webkit-mask-position ease-in-out;
  transition: -webkit-mask-position ease-in-out;
  transition: mask-position ease-in-out;
  transition: mask-position ease-in-out, -webkit-mask-position ease-in-out;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  white-space: nowrap;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .guideTtl .en {
    display: block;
    font-size: 56px;
    letter-spacing: .2em;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .guideTtl .en {
    display: inline-block;
    font-size: 24px;
    letter-spacing: .15em;
    padding: 0 8px 8px;
  }
}

.guideTtl .en:before {
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .guideTtl .en:before {
    background-color: #615968;
    height: 2px;
    width: calc(100% + 120px);
  }
}

@media screen and (max-width: 768px) {
  .guideTtl .en:before {
    background-color: #c8bb9b;
    height: 1px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .guideTtl .en:after {
    background-color: #c8bb9b;
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
    z-index: 3;
  }
}

@media screen and (min-width: 768px) {
  .guideTtl .en + .jp {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .guideTtl .en + .jp {
    margin-top: 16px;
  }
}

.guideTtl.sai-animate .en {
  -webkit-mask-position: 0 100%;
          mask-position: 0 100%;
}

.guideTtl.sai-animate .jp {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (min-width: 768px) {
  .locationGuide {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .locationGuide__head {
    width: 800px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .locationGuide__head {
    width: calc(800 / 1440 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .locationGuide__cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .locationGuide__cont {
    margin-top: 80px;
    -webkit-mask-image: linear-gradient(to bottom, #ffffff calc(100% - 60px), rgba(255, 255, 255, 0) 100%);
            mask-image: linear-gradient(to bottom, #ffffff calc(100% - 60px), rgba(255, 255, 255, 0) 100%);
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    max-height: 300px;
    overflow: hidden;
    padding: 0 20px 46px;
    -webkit-transition: max-height 1.8s linear, -webkit-mask-size 1.8s linear;
    transition: max-height 1.8s linear, -webkit-mask-size 1.8s linear;
    transition: max-height 1.8s linear, mask-size 1.8s linear;
    transition: max-height 1.8s linear, mask-size 1.8s linear, -webkit-mask-size 1.8s linear;
  }
}

@media screen and (min-width: 768px) {
  .locationGuide__list {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .locationGuide__list {
    margin: 46px -2px 0;
  }
}

@media screen and (min-width: 768px) {
  .locationGuide__list .usableList__inner {
    gap: 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 768px) {
  .locationGuide__list .usableList__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 34px;
  }
}

@media screen and (min-width: 768px) {
  .locationGuide__list .usableList__item {
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .locationGuide__list .usableList__item {
    width: 253px;
  }
}

@media screen and (min-width: 768px) {
  .locationGuide__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px 120px;
    margin: 0 auto 0 0;
    max-width: 100%;
    width: 1310px;
  }
}

@media screen and (max-width: 768px) {
  .locationGuide__inner.is-open .locationGuide__cont {
    -webkit-mask-size: 100% 800%;
            mask-size: 100% 800%;
    max-height: 3000px;
  }
}

.mainSlide {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .mainSlide {
    height: calc(800 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .mainSlide {
    height: calc(694 / 390 * 100vw);
  }
}

.mainSlide__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  text-align: center;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .mainSlide__head {
    height: 100%;
    left: 0;
    top: 0;
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .mainSlide__head {
    left: 50%;
    top: calc(136 / 780 * 100vw);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (min-width: 768px) {
  .mainSlide__logo {
    width: calc(113 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .mainSlide__logo {
    width: calc(125 / 780 * 100vw);
  }
}

.mainSlide__logo .handWriteSVG {
  height: auto;
  width: 100%;
}

.mainSlide__logo .handWriteSVG__path {
  fill: #c8bb9b;
}

.mainSlide__logo .handWriteSVG #mask path {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4px;
}

@media screen and (min-width: 768px) {
  .mainSlide__symbol {
    margin-top: 16px;
    width: calc(413 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .mainSlide__symbol {
    margin-top: 8px;
    width: calc(425 / 780 * 100vw);
  }
}

.mainSlide__symbol .symbolFront {
  height: auto;
  width: 100%;
}

.mainSlide__catch {
  color: #c8bb9b;
  letter-spacing: .3em;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .mainSlide__catch {
    font-size: calc(24 / 1440 * 100vw);
    margin-top: 42px;
  }
}

@media screen and (max-width: 768px) {
  .mainSlide__catch {
    font-size: calc(26 / 780 * 100vw);
    margin-top: 19px;
  }
}

.mainSlide__heading {
  left: 50%;
  letter-spacing: .2em;
  position: absolute;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  white-space: nowrap;
  z-index: 2;
  line-height: 2;
}

.mainSlide__heading:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.mainSlide__heading:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.mainSlide__heading:before, .mainSlide__heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .mainSlide__heading {
    color: #ffffff;
    font-size: calc(34 / 1440 * 100vw);
    top: calc(216 / 1440 * 100vw);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .mainSlide__heading {
    color: #c5bda8;
    font-size: 24px;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 768px) {
  .mainSlide__heading .small {
    font-size: calc(28 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .mainSlide__heading .small {
    font-size: 20px;
  }
}

.mainSlide__heading .narrow {
  letter-spacing: .1em;
}

.mainSlide__access {
  color: #c5bda8;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .mainSlide__access {
    font-size: calc(40 / 1440 * 100vw);
    letter-spacing: .2em;
  }
}

@media screen and (max-width: 768px) {
  .mainSlide__access {
    letter-spacing: .1em;
  }
}

@media screen and (min-width: 768px) {
  .mainSlide__access .large {
    font-size: calc(80 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .mainSlide__access .large {
    font-size: 40px;
  }
}

@media screen and (min-width: 768px) {
  .mainSlide__access .bracket {
    font-size: calc(48 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .mainSlide__access .bracket {
    font-size: 20px;
  }
}

.mainSlide__access .bracket--start {
  letter-spacing: 0;
  vertical-align: top;
}

.mainSlide__access .num {
  display: inline-block;
  font-family: "Cinzel", serif;
  letter-spacing: .01em;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .mainSlide__access .num {
    font-size: calc(110 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .mainSlide__access .num {
    font-size: 56px;
  }
}

.mainSlide__ttl {
  color: #c5bda8;
  left: 50%;
  letter-spacing: .2em;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .mainSlide__ttl {
    font-size: calc(64 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .mainSlide__ttl {
    font-size: 28px;
  }
}

.mainSlide__dist {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cinzel", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .1em;
  line-height: 1;
  position: relative;
  text-align: center;
  white-space: nowrap;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .mainSlide__dist {
    font-size: calc(40 / 1440 * 100vw);
    margin-top: 67px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .mainSlide__dist {
    font-size: 24px;
    margin-top: 12px;
    padding-top: 12px;
  }
}

.mainSlide__dist:before {
  background-color: #000000;
  background-color: rgba(200, 187, 155, 0.5);
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .mainSlide__dist:before {
    width: calc(40 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .mainSlide__dist:before {
    width: 20px;
  }
}

.mainSlide__dist .distSVG {
  height: auto;
}

@media screen and (min-width: 768px) {
  .mainSlide__dist .distSVG {
    width: calc(133 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .mainSlide__dist .distSVG {
    width: 80px;
  }
}

.mainSlide__dist .distSVG__path {
  fill: #c8bb9b;
}

.mainSlide__dist .distSVG #mask path {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 6px;
}

.mainSlide__dist .num {
  display: inline-block;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .mainSlide__dist .num {
    font-size: calc(72 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .mainSlide__dist .num {
    font-size: 40px;
  }
}

.mainSlide__dist .small {
  display: block;
  letter-spacing: .1em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .mainSlide__dist .small {
    font-size: calc(11 / 1440 * 100vw);
    margin-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .mainSlide__dist .small {
    font-size: 7px;
    margin-top: 8px;
  }
}

.mainSlide__bg {
  height: 100%;
  width: 100%;
}

.mainSlide__bg .photo {
  height: 100%;
  width: 100%;
}

.mainSlide__bg .photo__pic, .mainSlide__bg .photo__image {
  height: 100%;
  width: 100%;
}

.mainSlide__bg .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.mainVisual {
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .mainVisual {
    height: calc(800 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .mainVisual {
    height: calc(694 / 390 * 100vw);
    z-index: 2;
  }
}

.mainVisual .swiper-slide .mainSlide__bg .photo {
  overflow: hidden;
}

.mainVisual .swiper-slide .mainSlide__bg .photo__image {
  -webkit-transition: -webkit-transform 3s linear;
  transition: -webkit-transform 3s linear;
  transition: transform 3s linear;
  transition: transform 3s linear, -webkit-transform 3s linear;
  will-change: transform;
}

.mainVisual .swiper-slide .mainSlide--01 .mainSlide__bg .photo__image {
  -webkit-transition: -webkit-transform 4s linear;
  transition: -webkit-transform 4s linear;
  transition: transform 4s linear;
  transition: transform 4s linear, -webkit-transform 4s linear;
}

.mainVisual .swiper-slide .mainSlide--01 .mainSlide__bg .photo__image, .mainVisual .swiper-slide .mainSlide--02 .mainSlide__bg .photo__image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.mainVisual .swiper-slide .mainSlide--03 .mainSlide__bg .photo__image, .mainVisual .swiper-slide .mainSlide--05 .mainSlide__bg .photo__image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.mainVisual .swiper-slide .mainSlide--04 .mainSlide__bg .photo__image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.mainVisual .swiper-slide .mainSlide--end .mainSlide__symbol,
.mainVisual .swiper-slide .mainSlide--end .mainSlide__catch {
  opacity: 0;
  -webkit-transition: opacity 3s ease;
  transition: opacity 3s ease;
}

.mainVisual .swiper-slide .mainSlide--end .mainSlide__bg .photo {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-perspective-origin: center;
          perspective-origin: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.mainVisual .swiper-slide .mainSlide--end .mainSlide__bg .photo__image {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: translateZ(800px) scale(1.1);
          transform: translateZ(800px) scale(1.1);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 3s linear, -webkit-filter 3s ease-in-out;
  transition: -webkit-transform 3s linear, -webkit-filter 3s ease-in-out;
  transition: transform 3s linear, filter 3s ease-in-out;
  transition: transform 3s linear, filter 3s ease-in-out, -webkit-transform 3s linear, -webkit-filter 3s ease-in-out;
  will-change: transform, filter;
}

.mainVisual .swiper-slide.swiper-slide-prev .mainSlide--01 .mainSlide__bg .photo__image, .mainVisual .swiper-slide.swiper-slide-prev .mainSlide--02 .mainSlide__bg .photo__image, .mainVisual .swiper-slide.swiper-slide-prev .mainSlide--03 .mainSlide__bg .photo__image, .mainVisual .swiper-slide.swiper-slide-prev .mainSlide--04 .mainSlide__bg .photo__image, .mainVisual .swiper-slide.swiper-slide-prev .mainSlide--05 .mainSlide__bg .photo__image, .mainVisual .swiper-slide.swiper-slide-active .mainSlide--01 .mainSlide__bg .photo__image, .mainVisual .swiper-slide.swiper-slide-active .mainSlide--02 .mainSlide__bg .photo__image, .mainVisual .swiper-slide.swiper-slide-active .mainSlide--03 .mainSlide__bg .photo__image, .mainVisual .swiper-slide.swiper-slide-active .mainSlide--04 .mainSlide__bg .photo__image, .mainVisual .swiper-slide.swiper-slide-active .mainSlide--05 .mainSlide__bg .photo__image, .mainVisual .swiper-slide.swiper-slide-duplicate-active .mainSlide--01 .mainSlide__bg .photo__image, .mainVisual .swiper-slide.swiper-slide-duplicate-active .mainSlide--02 .mainSlide__bg .photo__image, .mainVisual .swiper-slide.swiper-slide-duplicate-active .mainSlide--03 .mainSlide__bg .photo__image, .mainVisual .swiper-slide.swiper-slide-duplicate-active .mainSlide--04 .mainSlide__bg .photo__image, .mainVisual .swiper-slide.swiper-slide-duplicate-active .mainSlide--05 .mainSlide__bg .photo__image {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mainVisual .swiper-slide.swiper-slide-prev .mainSlide--end .mainSlide__symbol,
.mainVisual .swiper-slide.swiper-slide-prev .mainSlide--end .mainSlide__catch, .mainVisual .swiper-slide.swiper-slide-active .mainSlide--end .mainSlide__symbol,
.mainVisual .swiper-slide.swiper-slide-active .mainSlide--end .mainSlide__catch, .mainVisual .swiper-slide.swiper-slide-duplicate-active .mainSlide--end .mainSlide__symbol,
.mainVisual .swiper-slide.swiper-slide-duplicate-active .mainSlide--end .mainSlide__catch {
  opacity: 1;
}

.mainVisual .swiper-slide.swiper-slide-prev .mainSlide--end .mainSlide__bg .photo__image, .mainVisual .swiper-slide.swiper-slide-active .mainSlide--end .mainSlide__bg .photo__image, .mainVisual .swiper-slide.swiper-slide-duplicate-active .mainSlide--end .mainSlide__bg .photo__image {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

.mainVisual__replay, .mainVisual__skip {
  border: 1px solid #c8bb9b;
  color: #c8bb9b;
  cursor: pointer;
  position: absolute;
  -webkit-transition: background-color .3s linear .1s, color .3s linear .1s;
  transition: background-color .3s linear .1s, color .3s linear .1s;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .mainVisual__replay, .mainVisual__skip {
    bottom: 53px;
    left: 20px;
    padding: 8px 13px;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual__replay, .mainVisual__skip {
    bottom: 15px;
    left: 15px;
    padding: 7px 10px;
  }
}

.mainVisual__replay .inner, .mainVisual__skip .inner {
  font-family: "Cinzel", serif;
  letter-spacing: .15em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .mainVisual__replay .inner, .mainVisual__skip .inner {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual__replay .inner, .mainVisual__skip .inner {
    font-size: 12px;
  }
}

.mainVisual__replay:focus, .mainVisual__skip:focus {
  -webkit-box-shadow: 0 0 0 2px #ffffff;
          box-shadow: 0 0 0 2px #ffffff;
  outline: 2px solid #c8bb9b;
  outline-offset: 2px;
}

.mainVisual__replay:focus:not(:focus-visible), .mainVisual__skip:focus:not(:focus-visible) {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.mainVisual__replay:focus-visible, .mainVisual__skip:focus-visible {
  -webkit-box-shadow: 0 0 0 2px #ffffff;
          box-shadow: 0 0 0 2px #ffffff;
  outline: 2px solid #c8bb9b;
  outline-offset: 2px;
}

@media screen and (min-width: 768px) {
  .mainVisual__replay:hover, .mainVisual__skip:hover {
    background-color: rgba(200, 187, 155, 0.3);
  }
}

@media (hover: hover) and (pointer: fine) {
  .mainVisual__replay:hover, .mainVisual__skip:hover {
    background-color: rgba(200, 187, 155, 0.3);
  }
}

.mainVisual--disableMode .mainVisual__replay,
.mainVisual--disableMode .mainVisual__skip {
  display: none;
}

@media screen and (min-width: 768px) {
  .modelroomGuide {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .modelroomGuide__head {
    width: 680px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .modelroomGuide__head {
    width: calc(680 / 1440 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .modelroomGuide__cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .modelroomGuide__cont {
    margin-top: 80px;
    -webkit-mask-image: linear-gradient(to bottom, #ffffff calc(100% - 60px), rgba(255, 255, 255, 0) 100%);
            mask-image: linear-gradient(to bottom, #ffffff calc(100% - 60px), rgba(255, 255, 255, 0) 100%);
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    max-height: 270px;
    overflow: hidden;
    padding: 0 20px 46px;
    -webkit-transition: max-height 1.8s linear, -webkit-mask-size 1.8s linear;
    transition: max-height 1.8s linear, -webkit-mask-size 1.8s linear;
    transition: max-height 1.8s linear, mask-size 1.8s linear;
    transition: max-height 1.8s linear, mask-size 1.8s linear, -webkit-mask-size 1.8s linear;
  }
}

@media screen and (min-width: 768px) {
  .modelroomGuide__list {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .modelroomGuide__list {
    margin: 46px -20px 0;
  }
}

@media screen and (min-width: 768px) {
  .modelroomGuide__list .usableList__inner {
    gap: 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 768px) {
  .modelroomGuide__list .usableList__inner {
    gap: 5px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .modelroomGuide__list .usableList__item:nth-child(1) {
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .modelroomGuide__list .usableList__item:nth-child(1) {
    width: 222px;
  }
}

@media screen and (min-width: 768px) {
  .modelroomGuide__list .usableList__item:nth-child(2) {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .modelroomGuide__list .usableList__item:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 768px) {
  .modelroomGuide__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px 120px;
    margin: 0 auto 0 0;
    max-width: 100%;
    width: 1312px;
  }
}

@media screen and (max-width: 768px) {
  .modelroomGuide__inner.is-open .modelroomGuide__cont {
    -webkit-mask-size: 100% 800%;
            mask-size: 100% 800%;
    max-height: 3000px;
  }
}

.movieArea {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .movieArea {
    width: 998px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .movieArea {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .movieArea {
    padding: 0 20px;
  }
}

.movieArea__ttl {
  font-family: "Cinzel", serif;
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .movieArea__ttl {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .movieArea__ttl {
    font-size: 20px;
  }
}

.movieArea__cont {
  aspect-ratio: 16 / 9;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.movieArea__cont .moviePlayer {
  height: 100%;
  width: 100%;
}

.movieArea__cont .moviePlayer__frame {
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .movieArea__ttl + .movieArea__cont {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .movieArea__ttl + .movieArea__cont {
    margin-top: 32px;
  }
}

.newDesignArea {
  color: #c8bb9b;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .newDesignArea {
    padding: 240px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .newDesignArea {
    padding: 104px 0 0;
  }
}

.newDesignArea__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .newDesignArea__head {
    gap: 120px;
  }
}

@media screen and (max-width: 768px) {
  .newDesignArea__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    overflow: hidden;
    position: relative;
  }
}

.newDesignArea__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .newDesignArea__img {
    margin-top: 55px;
    width: 48.6%;
  }
}

@media screen and (max-width: 768px) {
  .newDesignArea__img {
    margin-top: 60px;
    width: 100%;
  }
}

.newDesignArea__imgText {
  font-family: "Cinzel", serif;
  left: 50%;
  line-height: 1.6;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (min-width: 768px) {
  .newDesignArea__imgText {
    font-size: 37px;
    top: -1%;
  }
}

@media screen and (max-width: 768px) {
  .newDesignArea__imgText {
    font-size: 28px;
    top: 0%;
  }
}

.newDesignArea__content {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .newDesignArea__content {
    margin-top: 65px;
    mask-image: linear-gradient(to bottom, black calc(100% - 60px), rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to bottom, black calc(100% - 60px), rgba(0, 0, 0, 0) 100%);
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .newDesignArea__content.is-open {
    mask-image: none;
    -webkit-mask-image: none;
  }
  .newDesignArea__content.is-open .newDesignAreaContentBtm {
    max-height: 3000px;
    -webkit-transition-duration: 1.8s;
            transition-duration: 1.8s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  .newDesignArea__content.is-open .arrowSVG {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media screen and (max-width: 768px) {
  .newDesignArea .newDesignAreaContentTop {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.newDesignArea .newDesignAreaContentTop__title {
  font-family: "Cinzel", serif;
  letter-spacing: .2em;
}

@media screen and (min-width: 768px) {
  .newDesignArea .newDesignAreaContentTop__title {
    font-size: 56px;
  }
}

@media screen and (max-width: 768px) {
  .newDesignArea .newDesignAreaContentTop__title {
    font-size: 24px;
    padding: 0 8px;
    text-align: center;
  }
}

.newDesignArea .newDesignAreaContentTop__line {
  background-color: #615968;
  height: 2px;
  position: relative;
  width: 100%;
}

.newDesignArea .newDesignAreaContentTop__line:before {
  background-color: #c8bb9b;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

@media screen and (min-width: 768px) {
  .newDesignArea .newDesignAreaContentTop__line:before {
    width: 50px;
  }
}

@media screen and (max-width: 768px) {
  .newDesignArea .newDesignAreaContentTop__line:before {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .newDesignArea .newDesignAreaContentTop__line {
    margin: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .newDesignArea .newDesignAreaContentTop__line {
    margin: 16px 0;
  }
}

@media screen and (max-width: 768px) {
  .newDesignArea .newDesignAreaContentTop__text {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .newDesignArea .newDesignAreaContentBtm {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .newDesignArea .newDesignAreaContentBtm {
    margin-top: 48px;
  }
}

.newDesignArea .newDesignAreaContentBtm__title {
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .newDesignArea .newDesignAreaContentBtm__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .newDesignArea .newDesignAreaContentBtm__title {
    font-size: 20px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .newDesignArea .newDesignAreaContentBtm__title sup {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .newDesignArea .newDesignAreaContentBtm__title sup {
    font-size: 10px;
  }
}

.newDesignArea .newDesignAreaContentBtm__text {
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .newDesignArea .newDesignAreaContentBtm__text {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .newDesignArea .newDesignAreaContentBtm__text {
    font-size: 13px;
    margin-top: 48px;
    text-align: center;
  }
}

.newDesignArea .newDesignAreaContentBtm__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .newDesignArea .newDesignAreaContentBtm__link {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .newDesignArea .newDesignAreaContentBtm__link {
    margin: 50px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .newDesignArea .newDesignAreaContentBtm--00 {
    max-height: 125px;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transition-duration: 1.2s;
            transition-duration: 1.2s;
    will-change: transform;
  }
}

.newDesignArea .newDesignAreaContentBtm__close {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #c8bb9b;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant Infant", serif;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 342px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .newDesignArea .newDesignAreaContentBtm__close {
    display: none;
  }
}

.newDesignArea .newDesignAreaContentBtm__close .arrowSVG {
  -webkit-transition: .3s;
  transition: .3s;
  width: 15.5px;
}

.newDesignArea .is-close .arrowSVG {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.newDesignArea__inner {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .newDesignArea__inner {
    width: 1200px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .newDesignArea__inner {
    padding: 0 20px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .newDesignArea__inner {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .newDesignArea__btm {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .newDesignArea__btm {
    margin-top: 48px;
  }
}

.newPlanArea {
  color: #c8bb9b;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .newPlanArea {
    padding: 240px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .newPlanArea {
    padding: 104px 0 0;
  }
}

.newPlanArea__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .newPlanArea__head {
    margin-left: 5.55vw;
  }
}

@media screen and (max-width: 768px) {
  .newPlanArea__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 48px;
    overflow: hidden;
    position: relative;
  }
}

.newPlanArea__headInner {
  width: 100%;
}

.newPlanArea__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .newPlanArea__img {
    width: 53.5%;
  }
}

@media screen and (max-width: 768px) {
  .newPlanArea__img {
    width: 100%;
  }
}

.newPlanArea__content {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .newPlanArea__content {
    margin-top: 65px;
    mask-image: linear-gradient(to bottom, black calc(100% - 60px), rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to bottom, black calc(100% - 60px), rgba(0, 0, 0, 0) 100%);
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .newPlanArea__content.is-open {
    mask-image: none;
    -webkit-mask-image: none;
  }
  .newPlanArea__content.is-open .newPlanAreaContentBtm {
    max-height: 3000px;
    -webkit-transition-duration: 1.8s;
            transition-duration: 1.8s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  .newPlanArea__content.is-open .arrowSVG {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media screen and (max-width: 768px) {
  .newPlanArea .newPlanAreaContentTop {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.newPlanArea .newPlanAreaContentTop__title {
  font-family: "Cinzel", serif;
  letter-spacing: .2em;
}

@media screen and (min-width: 768px) {
  .newPlanArea .newPlanAreaContentTop__title {
    font-size: 56px;
  }
}

@media screen and (max-width: 768px) {
  .newPlanArea .newPlanAreaContentTop__title {
    font-size: 24px;
    padding: 0 8px;
    text-align: center;
  }
}

.newPlanArea .newPlanAreaContentTop__line {
  background-color: #615968;
  height: 2px;
  position: relative;
  width: 100%;
}

.newPlanArea .newPlanAreaContentTop__line:before {
  background-color: #c8bb9b;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

@media screen and (min-width: 768px) {
  .newPlanArea .newPlanAreaContentTop__line:before {
    width: 50px;
  }
}

@media screen and (max-width: 768px) {
  .newPlanArea .newPlanAreaContentTop__line:before {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .newPlanArea .newPlanAreaContentTop__line {
    margin: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .newPlanArea .newPlanAreaContentTop__line {
    margin: 16px 0;
  }
}

@media screen and (max-width: 768px) {
  .newPlanArea .newPlanAreaContentTop__text {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .newPlanArea .newPlanAreaContentBtm {
    margin-top: 50px;
    max-width: 430px;
  }
}

@media screen and (max-width: 768px) {
  .newPlanArea .newPlanAreaContentBtm {
    margin: 48px 24px 0;
  }
}

.newPlanArea .newPlanAreaContentBtm__title {
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .newPlanArea .newPlanAreaContentBtm__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .newPlanArea .newPlanAreaContentBtm__title {
    font-size: 20px;
    text-align: center;
  }
}

.newPlanArea .newPlanAreaContentBtm__text {
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .newPlanArea .newPlanAreaContentBtm__text {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .newPlanArea .newPlanAreaContentBtm__text {
    font-size: 13px;
    margin-top: 48px;
    text-align: center;
  }
}

.newPlanArea .newPlanAreaContentBtm__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .newPlanArea .newPlanAreaContentBtm__link {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .newPlanArea .newPlanAreaContentBtm__link {
    margin: 50px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .newPlanArea .newPlanAreaContentBtm--00 {
    max-height: 160px;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transition-duration: 1.2s;
            transition-duration: 1.2s;
    will-change: transform;
  }
}

.newPlanArea .newPlanAreaContentBtm__close {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #c8bb9b;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant Infant", serif;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 342px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .newPlanArea .newPlanAreaContentBtm__close {
    display: none;
  }
}

.newPlanArea .newPlanAreaContentBtm__close .arrowSVG {
  -webkit-transition: .3s;
  transition: .3s;
  width: 15.5px;
}

.newPlanArea .is-close .arrowSVG {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.newPlanArea__inner {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .newPlanArea__inner {
    width: 1200px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .newPlanArea__inner {
    padding: 0 20px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .newPlanArea__inner {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .newPlanArea__btm {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .newPlanArea__btm {
    margin-top: 48px;
  }
}

.linkBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c8bb9b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Barlow Condensed", serif;
  letter-spacing: .3em;
}

@media screen and (min-width: 768px) {
  .linkBtn {
    gap: 24px;
  }
}

@media screen and (min-width: 768px) {
  .linkBtn__arrow {
    width: 48px;
  }
}

.newPositionArea {
  color: #c8bb9b;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .newPositionArea {
    padding: 240px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .newPositionArea {
    padding: 104px 24px 0;
  }
}

.newPositionArea__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .newPositionArea__head {
    gap: 120px;
    margin-left: 5.72vw;
  }
}

@media screen and (max-width: 768px) {
  .newPositionArea__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 65px;
  }
}

.newPositionArea__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .newPositionArea__img {
    margin-top: 60px;
    width: 45.5%;
  }
}

@media screen and (max-width: 768px) {
  .newPositionArea__img {
    margin-top: 60px;
    width: 100%;
  }
}

.newPositionArea__imgText {
  font-family: "Cinzel", serif;
  left: 50%;
  line-height: 1.6;
  position: absolute;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .newPositionArea__imgText {
    font-size: 37px;
    top: -6.5%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 768px) {
  .newPositionArea__imgText {
    font-size: 28px;
    top: 0%;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
}

.newPositionArea__content {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .newPositionArea .newPositionAreaContentTop {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.newPositionArea .newPositionAreaContentTop__title {
  font-family: "Cinzel", serif;
  letter-spacing: .2em;
}

@media screen and (min-width: 768px) {
  .newPositionArea .newPositionAreaContentTop__title {
    font-size: 56px;
  }
}

@media screen and (max-width: 768px) {
  .newPositionArea .newPositionAreaContentTop__title {
    font-size: 24px;
    padding: 0 8px;
  }
}

.newPositionArea .newPositionAreaContentTop__line {
  background-color: #615968;
  height: 2px;
  position: relative;
  width: 100%;
}

.newPositionArea .newPositionAreaContentTop__line:before {
  background-color: #c8bb9b;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

@media screen and (min-width: 768px) {
  .newPositionArea .newPositionAreaContentTop__line:before {
    width: 50px;
  }
}

@media screen and (max-width: 768px) {
  .newPositionArea .newPositionAreaContentTop__line:before {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .newPositionArea .newPositionAreaContentTop__line {
    margin: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .newPositionArea .newPositionAreaContentTop__line {
    margin: 16px 0;
  }
}

@media screen and (max-width: 768px) {
  .newPositionArea .newPositionAreaContentTop__text {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .newPositionArea .newPositionAreaContentBtm {
    margin-top: 50px;
    max-width: 465px;
  }
}

@media screen and (max-width: 768px) {
  .newPositionArea .newPositionAreaContentBtm {
    margin-top: 48px;
  }
}

.newPositionArea .newPositionAreaContentBtm__title {
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .newPositionArea .newPositionAreaContentBtm__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .newPositionArea .newPositionAreaContentBtm__title {
    font-size: 20px;
    text-align: center;
  }
}

.newPositionArea .newPositionAreaContentBtm__text {
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .newPositionArea .newPositionAreaContentBtm__text {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .newPositionArea .newPositionAreaContentBtm__text {
    font-size: 13px;
    margin-top: 48px;
    text-align: center;
  }
}

.newPositionArea .newPositionAreaContentBtm__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .newPositionArea .newPositionAreaContentBtm__link {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .newPositionArea .newPositionAreaContentBtm__link {
    margin: 50px auto 0;
  }
}

.newPositionArea__inner {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .newPositionArea__inner {
    width: 1200px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .newPositionArea__inner {
    padding: 0 20px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .newPositionArea__inner {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .newPositionArea__btm {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .newPositionArea__btm {
    margin-top: 48px;
  }
}

.news {
  color: #ffffff;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.news:before {
  background-color: #1c1b22;
  content: '';
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100vw;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .news {
    padding: 140px 0;
    width: 840px;
  }
}

@media screen and (max-width: 768px) {
  .news {
    padding-bottom: 40px;
    padding-top: 40px;
    width: 300px;
  }
}

.news__heading {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .news__heading {
    left: 0;
    position: absolute;
    top: 140px;
    width: 100%;
  }
}

.news__heading .en {
  color: #c8bb9b;
  font-family: "Cormorant Infant", serif;
  letter-spacing: .08em;
}

@media screen and (min-width: 768px) {
  .news__heading .en {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news__heading .en {
    font-size: 13px;
  }
}

.news__heading .jp {
  color: #ffffff;
  letter-spacing: .15em;
  position: relative;
}

@media screen and (min-width: 768px) {
  .news__heading .jp {
    bottom: 100%;
    display: none;
    font-size: 14px;
    padding-bottom: 10px;
    padding-right: 20px;
    position: absolute;
    right: -2px;
  }
}

@media screen and (max-width: 768px) {
  .news__heading .jp {
    font-size: 12px;
    padding-right: 21px;
  }
}

.news__heading .jp:after {
  content: '＞';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(0.6, 1);
          transform: scale(0.6, 1);
}

@media screen and (min-width: 768px) {
  .news__inner {
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .news__inner {
    margin: 16px calc(50% - 50vw) 0;
    overflow: scroll;
    width: 100vw;
  }
  .news__inner::-webkit-scrollbar {
    display: none;
  }
}

.news--mod {
  pointer-events: none;
}

.news--mod .news__heading .jp {
  display: none;
}

.newsGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .newsGroup {
    margin: 0 0 0 auto;
    width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .newsGroup {
    padding: 0 37.5px;
  }
}

.newsGroup .noticeCard {
  position: relative;
}

@media screen and (min-width: 768px) {
  .newsGroup .noticeCard {
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
  }
  .newsGroup .noticeCard:nth-of-type(n + 4) {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .newsGroup .noticeCard {
    width: 143px;
  }
}

.newsGroup .noticeCard:before {
  background-color: rgba(200, 187, 155, 0.5);
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .newsGroup .noticeCard:before {
    height: 1px;
  }
}

@media screen and (max-width: 768px) {
  .newsGroup .noticeCard:before {
    height: 1px;
  }
}

.newsGroup .noticeCard:last-of-type {
  margin-right: 0;
}

.newsGroup .noticeCard__link {
  display: block;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .newsGroup .noticeCard__link {
    padding: 20px 0;
  }
  .newsGroup .noticeCard__link.is-active, .newsGroup .noticeCard__link:hover {
    background-color: rgba(200, 187, 155, 0.2);
  }
}

@media screen and (max-width: 768px) {
  .newsGroup .noticeCard__link {
    padding: 16px 0 20px;
  }
}

.newsGroup .noticeCard__link .statusIcon {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .newsGroup .noticeCard__link .statusIcon {
    height: 20px;
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .newsGroup .noticeCard__link .statusIcon {
    display: none;
  }
}

.newsGroup .noticeCard__link .statusIcon:before, .newsGroup .noticeCard__link .statusIcon:after {
  background-color: #ffffff;
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
}

.newsGroup .noticeCard__link .statusIcon:before {
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .newsGroup .noticeCard__link .statusIcon:before {
    height: 100%;
    width: 1px;
  }
}

@media screen and (max-width: 768px) {
  .newsGroup .noticeCard__link .statusIcon:before {
    height: 15px;
    width: 1px;
  }
}

.newsGroup .noticeCard__link .statusIcon:after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .newsGroup .noticeCard__link .statusIcon:after {
    height: 1px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .newsGroup .noticeCard__link .statusIcon:after {
    height: 1px;
    width: 15px;
  }
}

.newsGroup .noticeCard__link.is-active .statusIcon:before {
  -webkit-transform: translate(-50%, -50%) scale(1, 0);
          transform: translate(-50%, -50%) scale(1, 0);
}

.newsGroup .noticeCard__body {
  max-height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
}

.newsGroup .noticeCard__body.is-open {
  max-height: 1000px;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
          transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

@media screen and (min-width: 768px) {
  .newsGroup .noticeCard__inner {
    padding: 20px 100px;
  }
}

@media screen and (max-width: 768px) {
  .newsGroup .noticeCard__inner {
    padding: 16px 10px 26px;
  }
}

.newsGroup .noticeCard__inner .txt {
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .newsGroup .noticeCard__inner .txt {
    font-size: 14px;
    width: 571px;
    line-height: 1.71429;
  }
  .newsGroup .noticeCard__inner .txt:before {
    content: '';
    margin-top: calc((1 - 1.71429) * .5em);
  }
  .newsGroup .noticeCard__inner .txt:after {
    margin-bottom: calc((1 - 1.71429) * .5em);
  }
  .newsGroup .noticeCard__inner .txt:before, .newsGroup .noticeCard__inner .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .newsGroup .noticeCard__inner .txt {
    font-size: 11px;
    line-height: 1.90909;
  }
  .newsGroup .noticeCard__inner .txt:before {
    content: '';
    margin-top: calc((1 - 1.90909) * .5em);
  }
  .newsGroup .noticeCard__inner .txt:after {
    margin-bottom: calc((1 - 1.90909) * .5em);
  }
  .newsGroup .noticeCard__inner .txt:before, .newsGroup .noticeCard__inner .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 768px) {
  .newsGroup .noticeCard__inner .txt + .btn-view {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .newsGroup .noticeCard__inner .txt + .btn-view {
    margin-top: 25px;
  }
}

.newsGroup .noticeCard__inner .generalBtn {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .newsGroup .noticeCard__inner .generalBtn {
    padding: 20px 0 10px;
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .newsGroup .noticeCard__inner .generalBtn {
    padding: 15px 0 10px;
    width: 120px;
  }
}

@media screen and (min-width: 768px) {
  .newsGroup .noticeCard__inner .generalBtn__txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .newsGroup .noticeCard__inner .generalBtn__txt {
    font-size: 11px;
  }
}

.newsGroup .noticeCard__inner .generalBtn:before {
  background: #ffffff;
}

.newsGroup .noticeCard__inner .generalBtn:hover:after {
  display: none;
}

.newsGroup .noticeCard__inner .caption {
  color: #ffffff;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.newsGroup .noticeCard .btn-view {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #666666;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant Infant", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .newsGroup .noticeCard .btn-view {
    font-size: 14px;
    height: 30px;
    width: 221px;
  }
}

@media screen and (max-width: 768px) {
  .newsGroup .noticeCard .btn-view {
    font-size: 15px;
    height: 30px;
    width: 100%;
  }
}

.newsGroup .noticeCard .btn-view:after {
  content: '＞';
  font-family: "YakuHanMP", "Shippori Mincho B1", serif;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(0.6, 1);
          transform: translate(0, -50%) scale(0.6, 1);
}

.newsGroup .noticeCard--mod {
  width: 100%;
}

.newsGroup .noticeCard--mod:first-of-type {
  background: none;
}

.newsGroup .noticeCard--mod .newsCard__link {
  pointer-events: none;
}

.newsGroup .noticeCard--mod .newsDetail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newsGroup .noticeCard--mod .newsDetail__desc {
  -webkit-line-clamp: unset;
  margin-top: 0;
  overflow: visible;
}

@media screen and (min-width: 768px) {
  .newsGroup .noticeCard--mod .newsDetail__desc {
    width: 531px;
  }
}

@media screen and (max-width: 768px) {
  .newsGroup .noticeCard--mod .newsDetail__desc {
    width: 220.5px;
  }
}

.newsGroup .newsDetail__term {
  color: #c8bb9b;
  font-family: "Cormorant Infant", serif;
  letter-spacing: .08em;
  line-height: .9;
}

@media screen and (min-width: 768px) {
  .newsGroup .newsDetail__term {
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media screen and (max-width: 768px) {
  .newsGroup .newsDetail__term {
    font-size: 13px;
  }
}

.newsGroup .newsDetail__desc {
  -webkit-box-orient: vertical;
  color: #ffffff;
  display: -webkit-box;
  letter-spacing: .15em;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .newsGroup .newsDetail__desc {
    font-size: 14px;
    -webkit-line-clamp: 1;
    margin-left: 100px;
    width: 540px;
  }
}

@media screen and (max-width: 768px) {
  .newsGroup .newsDetail__desc {
    font-size: 12px;
    -webkit-line-clamp: 2;
    margin-top: 10px;
    line-height: 1.5;
  }
  .newsGroup .newsDetail__desc:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .newsGroup .newsDetail__desc:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .newsGroup .newsDetail__desc:before, .newsGroup .newsDetail__desc:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.infoMenu {
  background-color: #ffffff;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  z-index: 9999;
}

@media screen and (min-width: 768px) {
  .infoMenu {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .infoMenu {
    width: 350px;
  }
}

.infoMenu__back {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 99;
}

@media screen and (min-width: 768px) {
  .infoMenu__back {
    height: 50px;
    left: 0;
    top: 40px;
    width: 50px;
  }
}

@media screen and (max-width: 768px) {
  .infoMenu__back {
    height: 40px;
    left: 27.5px;
    top: 25px;
    width: 40px;
  }
}

.infoMenu__back:before {
  content: '＜';
  line-height: 1;
  -webkit-transform: scale(0.6, 1);
          transform: scale(0.6, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media screen and (min-width: 768px) {
  .infoMenu__back:before {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .infoMenu__back:before {
    font-size: 20px;
  }
}

.infoMenu__inner {
  height: 100%;
  overflow: scroll;
}

.infoMenu__inner::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 768px) {
  .infoMenu__inner {
    margin: 0 auto;
    padding-bottom: 120px;
    padding-top: 120px;
    position: relative;
    width: 800px;
  }
}

@media screen and (max-width: 768px) {
  .infoMenu__inner {
    padding: 112.5px 27.5px;
  }
}

.infoMenu__heading {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .infoMenu__heading {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .infoMenu__heading {
    margin-bottom: 60px;
  }
}

.infoMenu__heading .en {
  color: #666666;
  display: block;
  font-family: "Cormorant Infant", serif;
  letter-spacing: .08em;
  line-height: .75;
}

@media screen and (min-width: 768px) {
  .infoMenu__heading .en {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .infoMenu__heading .en {
    font-size: 13px;
  }
}

.infoMenu__heading .jp {
  color: #333333;
  display: block;
  letter-spacing: .15em;
  line-height: 1;
  position: relative;
}

@media screen and (min-width: 768px) {
  .infoMenu__heading .jp {
    font-size: 18px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .infoMenu__heading .jp {
    font-size: 17px;
    margin-top: 15px;
  }
}

.infoMenu {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: .6s;
  transition: .6s;
}

@media screen and (min-width: 768px) {
  .infoMenu {
    opacity: 0;
  }
}

.infoMenu.is-visible {
  -webkit-box-shadow: 0 0 40px 0 rgba(8, 1, 3, 0.4);
          box-shadow: 0 0 40px 0 rgba(8, 1, 3, 0.4);
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (min-width: 768px) {
  .infoMenu.is-visible {
    opacity: 1;
  }
}

.infoGroup .noticeCard__link {
  display: block;
  position: relative;
}

.infoGroup .noticeCard__link.is-active {
  background-color: #f6f6f6;
}

.infoGroup .noticeCard__link.is-active .statusIcon:before {
  -webkit-transform: translate(-50%, -50%) scale(1, 0);
          transform: translate(-50%, -50%) scale(1, 0);
}

.infoGroup .noticeCard .newsDetail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 768px) {
  .infoGroup .noticeCard .newsDetail {
    padding: 10px;
  }
  .infoGroup .noticeCard .newsDetail:hover {
    background-color: #f6f6f6;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

@media screen and (max-width: 768px) {
  .infoGroup .noticeCard .newsDetail {
    min-height: 55px;
    padding: 12.5px 10px 12.5px 20px;
    -webkit-transition: 1.8s;
    transition: 1.8s;
  }
}

.infoGroup .noticeCard .newsDetail:before {
  background-color: #cccccc;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .infoGroup .noticeCard .newsDetail:before {
    height: 1px;
  }
}

@media screen and (max-width: 768px) {
  .infoGroup .noticeCard .newsDetail:before {
    height: 1px;
  }
}

.infoGroup .noticeCard .newsDetail__term {
  font-family: "Cormorant Infant", serif;
}

@media screen and (min-width: 768px) {
  .infoGroup .noticeCard .newsDetail__term {
    font-size: 12px;
    left: 0;
    letter-spacing: .12em;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media screen and (max-width: 768px) {
  .infoGroup .noticeCard .newsDetail__term {
    display: none;
  }
}

.infoGroup .noticeCard .newsDetail__desc {
  letter-spacing: .12em;
}

@media screen and (min-width: 768px) {
  .infoGroup .noticeCard .newsDetail__desc {
    font-size: 14px;
    padding-left: 90px;
  }
}

@media screen and (max-width: 768px) {
  .infoGroup .noticeCard .newsDetail__desc {
    font-size: 12px;
    width: 200px;
    line-height: 1.5;
  }
  .infoGroup .noticeCard .newsDetail__desc:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .infoGroup .noticeCard .newsDetail__desc:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .infoGroup .noticeCard .newsDetail__desc:before, .infoGroup .noticeCard .newsDetail__desc:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.infoGroup .noticeCard .statusIcon {
  border: 1px solid #cccccc;
  border-radius: 50%;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-180deg);
          transform: translate(0, -50%) rotate(-180deg);
}

@media screen and (min-width: 768px) {
  .infoGroup .noticeCard .statusIcon {
    height: 50px;
    width: 50px;
  }
}

@media screen and (max-width: 768px) {
  .infoGroup .noticeCard .statusIcon {
    height: 40px;
    width: 40px;
  }
}

.infoGroup .noticeCard .statusIcon:before, .infoGroup .noticeCard .statusIcon:after {
  background-color: #333333;
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
}

.infoGroup .noticeCard .statusIcon:before {
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .infoGroup .noticeCard .statusIcon:before {
    height: 20px;
    width: 1px;
  }
}

@media screen and (max-width: 768px) {
  .infoGroup .noticeCard .statusIcon:before {
    height: 15px;
    width: 1px;
  }
}

.infoGroup .noticeCard .statusIcon:after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .infoGroup .noticeCard .statusIcon:after {
    height: 1px;
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .infoGroup .noticeCard .statusIcon:after {
    height: 1px;
    width: 15px;
  }
}

.infoGroup .noticeCard__body {
  max-height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
}

.infoGroup .noticeCard__body.is-open {
  max-height: 1000px;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
          transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

@media screen and (min-width: 768px) {
  .infoGroup .noticeCard__inner {
    padding: 20px 100px;
  }
}

@media screen and (max-width: 768px) {
  .infoGroup .noticeCard__inner {
    padding: 16px 10px 26px;
  }
}

.infoGroup .noticeCard__inner .txt {
  color: #666666;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .infoGroup .noticeCard__inner .txt {
    font-size: 14px;
    width: 571px;
    line-height: 1.71429;
  }
  .infoGroup .noticeCard__inner .txt:before {
    content: '';
    margin-top: calc((1 - 1.71429) * .5em);
  }
  .infoGroup .noticeCard__inner .txt:after {
    margin-bottom: calc((1 - 1.71429) * .5em);
  }
  .infoGroup .noticeCard__inner .txt:before, .infoGroup .noticeCard__inner .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .infoGroup .noticeCard__inner .txt {
    font-size: 11px;
    line-height: 1.90909;
  }
  .infoGroup .noticeCard__inner .txt:before {
    content: '';
    margin-top: calc((1 - 1.90909) * .5em);
  }
  .infoGroup .noticeCard__inner .txt:after {
    margin-bottom: calc((1 - 1.90909) * .5em);
  }
  .infoGroup .noticeCard__inner .txt:before, .infoGroup .noticeCard__inner .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 768px) {
  .infoGroup .noticeCard__inner .txt + .btn-view {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .infoGroup .noticeCard__inner .txt + .btn-view {
    margin-top: 25px;
  }
}

.infoGroup .noticeCard__inner .generalBtn {
  color: #666666;
}

@media screen and (min-width: 768px) {
  .infoGroup .noticeCard__inner .generalBtn {
    padding: 20px 0 10px;
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .infoGroup .noticeCard__inner .generalBtn {
    padding: 15px 0 10px;
    width: 120px;
  }
}

@media screen and (min-width: 768px) {
  .infoGroup .noticeCard__inner .generalBtn__txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .infoGroup .noticeCard__inner .generalBtn__txt {
    font-size: 11px;
  }
}

.infoGroup .noticeCard__inner .generalBtn:before {
  background: #666666;
}

.infoGroup .noticeCard__inner .generalBtn:hover:after {
  display: none;
}

.infoGroup .noticeCard__inner .caption {
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.infoGroup .noticeCard .btn-view {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #666666;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant Infant", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .infoGroup .noticeCard .btn-view {
    font-size: 14px;
    height: 30px;
    width: 221px;
  }
}

@media screen and (max-width: 768px) {
  .infoGroup .noticeCard .btn-view {
    font-size: 15px;
    height: 30px;
    width: 100%;
  }
}

.infoGroup .noticeCard .btn-view:after {
  content: '＞';
  font-family: "YakuHanMP", "Shippori Mincho B1", serif;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(0.6, 1);
          transform: translate(0, -50%) scale(0.6, 1);
}

.noticeModal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: .9s;
  transition: .9s;
  visibility: hidden;
  width: 100vw;
  z-index: 9999;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
          transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

.noticeModal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.noticeModal .modalContent {
  height: 100%;
  max-height: 80vh;
  position: relative;
}

.noticeModal .modalContent__inner {
  height: 100%;
  overflow: scroll;
  position: relative;
  z-index: 9;
}

.noticeModal .modalContent__inner::-webkit-scrollbar {
  display: none;
}

.noticeModal .modalContent__close {
  cursor: pointer;
  position: absolute;
  right: 0;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .noticeModal .modalContent__close {
    bottom: calc(100% + 20px);
    height: 30px;
    width: 50px;
  }
}

@media screen and (max-width: 768px) {
  .noticeModal .modalContent__close {
    bottom: calc(100% + 10px);
    height: 15px;
    width: 25px;
  }
}

.noticeModal .modalContent__close:before, .noticeModal .modalContent__close:after {
  background-color: #ffffff;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 110%;
}

@media screen and (max-width: 768px) {
  .noticeModal .modalContent__close:before, .noticeModal .modalContent__close:after {
    height: 1px;
  }
}

.noticeModal .modalContent__close:before {
  top: 0;
  -webkit-transform: rotate(30.6deg);
          transform: rotate(30.6deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.noticeModal .modalContent__close:after {
  bottom: 0;
  -webkit-transform: rotate(-30.6deg);
          transform: rotate(-30.6deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.noticeModal.is-visible {
  opacity: 1;
  visibility: visible;
}

.registration {
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .registration {
    padding: 60px 100px;
    width: 800px;
  }
}

@media screen and (max-width: 768px) {
  .registration {
    padding: 30px;
    width: 335px;
  }
}

.registration__title {
  color: #333333;
  font-weight: 700;
  letter-spacing: .15em;
}

@media screen and (min-width: 768px) {
  .registration__title {
    font-size: 32px;
    margin-bottom: 50px;
    line-height: 1.25;
  }
  .registration__title:before {
    content: '';
    margin-top: calc((1 - 1.25) * .5em);
  }
  .registration__title:after {
    margin-bottom: calc((1 - 1.25) * .5em);
  }
  .registration__title:before, .registration__title:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .registration__title {
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.66667;
  }
  .registration__title:before {
    content: '';
    margin-top: calc((1 - 1.66667) * .5em);
  }
  .registration__title:after {
    margin-bottom: calc((1 - 1.66667) * .5em);
  }
  .registration__title:before, .registration__title:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.registration__txt {
  color: #666666;
  letter-spacing: .15em;
}

@media screen and (min-width: 768px) {
  .registration__txt {
    font-size: 14px;
    line-height: calc(24 / 14);
  }
}

@media screen and (max-width: 768px) {
  .registration__txt {
    font-size: 11px;
    line-height: calc(42 / 22);
  }
}

.registrationDetail {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: .15em;
}

@media screen and (min-width: 768px) {
  .registrationDetail {
    font-size: 14px;
    line-height: calc(24 / 14);
  }
}

@media screen and (max-width: 768px) {
  .registrationDetail {
    font-size: 11px;
    line-height: calc(42 / 22);
  }
}

@media screen and (min-width: 768px) {
  .registrationDetail + .registration__txt {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .registrationDetail + .registration__txt {
    margin-top: 20px;
  }
}

.registrationList {
  color: #666666;
  letter-spacing: .15em;
}

@media screen and (min-width: 768px) {
  .registrationList {
    font-size: 14px;
    line-height: calc(32 / 14);
  }
}

@media screen and (max-width: 768px) {
  .registrationList {
    font-size: 11px;
    line-height: calc(42 / 22);
  }
}

.registrationList--necessary {
  counter-reset: num;
}

.registrationList--necessary .registrationList__item {
  counter-increment: num;
  position: relative;
}

@media screen and (min-width: 768px) {
  .registrationList--necessary .registrationList__item {
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .registrationList--necessary .registrationList__item {
    padding-left: 17.5px;
  }
}

.registrationList--necessary .registrationList__item:before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #666666;
  border-radius: 50%;
  content: counter(num);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  letter-spacing: 0;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .registrationList--necessary .registrationList__item:before {
    font-size: 12px;
    height: 20px;
    top: 4px;
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .registrationList--necessary .registrationList__item:before {
    font-size: 10px;
    height: 15px;
    top: 4px;
    width: 15px;
  }
}

.registrationList--condition {
  counter-reset: num;
}

.registrationList--condition .registrationList__item {
  counter-increment: num;
  position: relative;
}

@media screen and (min-width: 768px) {
  .registrationList--condition .registrationList__item {
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .registrationList--condition .registrationList__item {
    padding-left: 20px;
  }
}

.registrationList--condition .registrationList__item:before {
  content: "(" counter(num) ")";
  left: 0;
  position: absolute;
  top: 0;
}

@media screen and (min-width: 768px) {
  .registrationList + .registration__txt {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .registrationList + .registration__txt {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .planGuide {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .planGuide__head {
    width: 680px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .planGuide__head {
    width: calc(680 / 1440 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .planGuide__cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .planGuide__cont {
    margin-top: 80px;
    -webkit-mask-image: linear-gradient(to bottom, #ffffff calc(100% - 60px), rgba(255, 255, 255, 0) 100%);
            mask-image: linear-gradient(to bottom, #ffffff calc(100% - 60px), rgba(255, 255, 255, 0) 100%);
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    max-height: 300px;
    overflow: hidden;
    padding: 0 20px 46px;
    -webkit-transition: max-height 1.8s linear, -webkit-mask-size 1.8s linear;
    transition: max-height 1.8s linear, -webkit-mask-size 1.8s linear;
    transition: max-height 1.8s linear, mask-size 1.8s linear;
    transition: max-height 1.8s linear, mask-size 1.8s linear, -webkit-mask-size 1.8s linear;
  }
}

@media screen and (min-width: 768px) {
  .planGuide__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 40px 120px;
    margin: 0 0 0 auto;
    max-width: 100%;
    width: 1312px;
  }
}

@media screen and (max-width: 768px) {
  .planGuide__inner.is-open .planGuide__cont {
    -webkit-mask-size: 100% 800%;
            mask-size: 100% 800%;
    max-height: 3000px;
  }
}

@media screen and (min-width: 768px) {
  .positionGuide {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
  }
}

.positionGuide__ttl {
  font-family: "Cinzel", serif;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .positionGuide__ttl {
    font-size: 37px;
    letter-spacing: .04em;
    line-height: 1;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .positionGuide__ttl {
    font-size: calc(37 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .positionGuide__ttl {
    font-size: 28px;
    letter-spacing: .05em;
    line-height: 1.6;
  }
  .positionGuide__ttl:before {
    content: '';
    margin-top: calc((1 - 1.6) * .5em);
  }
  .positionGuide__ttl:after {
    margin-bottom: calc((1 - 1.6) * .5em);
  }
  .positionGuide__ttl:before, .positionGuide__ttl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 768px) {
  .positionGuide__head {
    width: 600px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .positionGuide__head {
    width: calc(600 / 1440 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .positionGuide__cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .positionGuide__cont {
    margin-top: 80px;
    -webkit-mask-image: linear-gradient(to bottom, #ffffff calc(100% - 60px), rgba(255, 255, 255, 0) 100%);
            mask-image: linear-gradient(to bottom, #ffffff calc(100% - 60px), rgba(255, 255, 255, 0) 100%);
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    max-height: 270px;
    overflow: hidden;
    padding: 0 20px 46px;
    -webkit-transition: max-height 1.8s linear, -webkit-mask-size 1.8s linear;
    transition: max-height 1.8s linear, -webkit-mask-size 1.8s linear;
    transition: max-height 1.8s linear, mask-size 1.8s linear;
    transition: max-height 1.8s linear, mask-size 1.8s linear, -webkit-mask-size 1.8s linear;
  }
}

@media screen and (min-width: 768px) {
  .positionGuide__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px 120px;
    margin: 0 auto 0 0;
    max-width: 100%;
    width: 1310px;
  }
}

@media screen and (max-width: 768px) {
  .positionGuide__inner.is-open .positionGuide__cont {
    -webkit-mask-size: 100% 800%;
            mask-size: 100% 800%;
    max-height: 3000px;
  }
}

@media screen and (min-width: 768px) {
  .qualityGuide {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .qualityGuide__head {
    width: 680px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .qualityGuide__head {
    width: calc(680 / 1440 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .qualityGuide__cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .qualityGuide__cont {
    margin-top: 80px;
    -webkit-mask-image: linear-gradient(to bottom, #ffffff calc(100% - 60px), rgba(255, 255, 255, 0) 100%);
            mask-image: linear-gradient(to bottom, #ffffff calc(100% - 60px), rgba(255, 255, 255, 0) 100%);
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    max-height: 270px;
    overflow: hidden;
    padding: 0 20px 46px;
    -webkit-transition: max-height 1.8s linear, -webkit-mask-size 1.8s linear;
    transition: max-height 1.8s linear, -webkit-mask-size 1.8s linear;
    transition: max-height 1.8s linear, mask-size 1.8s linear;
    transition: max-height 1.8s linear, mask-size 1.8s linear, -webkit-mask-size 1.8s linear;
  }
}

@media screen and (min-width: 768px) {
  .qualityGuide__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 40px 120px;
    margin: 0 0 0 auto;
    max-width: 100%;
    width: 1312px;
  }
}

@media screen and (max-width: 768px) {
  .qualityGuide__inner.is-open .qualityGuide__cont {
    -webkit-mask-size: 100% 800%;
            mask-size: 100% 800%;
    max-height: 3000px;
  }
}

.topCV {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #ffffff;
  bottom: 10px;
  height: 40px;
  position: fixed;
  right: 10px;
  -webkit-transform: translate(0, 200%);
          transform: translate(0, 200%);
  -webkit-transition: .6s;
  transition: .6s;
  width: 330px;
  z-index: 9;
}

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

.topCV__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  color: #333333;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .topCV__button {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 13px 3px rgba(8, 1, 3, 0.3);
            box-shadow: 0 0 13px 3px rgba(8, 1, 3, 0.3);
    padding: 0;
  }
  .topCV__button:hover {
    opacity: .7;
  }
}

.topCV__button:focus:not(:focus-visible) {
  outline: 0;
}

.topCV__button:after {
  color: #333333;
  content: '＞';
  font-size: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(0.6, 1);
          transform: translate(0, -50%) scale(0.6, 1);
}

.topCV .topCV-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  text-align: left;
}

.topCV .topCV-title:before {
  background-color: #eb6877;
  border-radius: 50%;
  content: '';
  height: 6px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
  width: 6px;
}

.topCV .topCV-title__txt {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
}

.topCV .topCV-title__txt:not(:last-of-type) {
  margin-right: 5px;
}

.topCV .topCV-title__txt:not(:last-of-type):after {
  content: ' / ';
}

.topCV__logo {
  margin-left: 12px;
  width: 98px;
}

.topCV.is-new .topCV-title:before {
  opacity: 1;
}

.topCV.is-visible {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (min-width: 768px) {
  .site-theme-black .topCV__button {
    background-color: #333333;
  }
}

@media screen and (max-width: 768px) {
  .site-theme-black .topCV__button {
    background-color: #333333;
  }
}

.site-theme-black .topCV .topCV-title__txt {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .top-design {
    padding-top: 240px;
  }
}

@media screen and (max-width: 768px) {
  .top-design {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .top-position {
    padding-top: 240px;
  }
}

@media screen and (max-width: 768px) {
  .top-position {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .top-plan {
    padding-top: 240px;
  }
}

@media screen and (max-width: 768px) {
  .top-plan {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .top-access {
    padding-top: 240px;
  }
}

@media screen and (max-width: 768px) {
  .top-access {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .top-location {
    padding-top: 240px;
  }
}

@media screen and (max-width: 768px) {
  .top-location {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .top-quality {
    padding-top: 240px;
  }
}

@media screen and (max-width: 768px) {
  .top-quality {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .top-modelroom {
    padding: 240px 0;
  }
}

@media screen and (max-width: 768px) {
  .top-modelroom {
    padding: 100px 0;
  }
}

@media screen and (min-width: 768px) {
  .top-movie {
    padding: 0 0 240px;
  }
}

@media screen and (max-width: 768px) {
  .top-movie {
    padding: 0 0 100px;
  }
}

@media screen and (min-width: 768px) {
  .top-bnrArea {
    padding: 160px 0;
  }
}

@media screen and (max-width: 768px) {
  .top-bnrArea {
    padding: 120px 0 100px;
  }
}

.infoBox {
  background-color: #ffffff;
  position: relative;
  z-index: 4;
}

@media screen and (min-width: 768px) {
  .infoBox {
    bottom: 0;
    height: 40px;
    max-width: 700px;
    position: absolute;
  }
}

@media screen and (max-width: 768px) {
  .infoBox {
    height: 40px;
    width: 100%;
  }
}

.infoBox__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333333;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .infoBox__link {
    padding: 10px 65px;
  }
  .infoBox__link:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .infoBox__link {
    padding: 5px 40px 5px 20px;
  }
}

.infoBox__link:after {
  color: #ffffff;
  content: '＞';
  font-size: 12px;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(0.6, 1);
          transform: translate(0, -50%) scale(0.6, 1);
}

.infoBox__link--off {
  pointer-events: none;
}

.infoBox__link--off:after {
  display: none;
}

.infoBox__date {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .infoBox__date {
    font-size: 12px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .infoBox__date {
    font-size: 10px;
    padding-right: 10px;
  }
}

.infoBox__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .infoBox__icon {
    left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .infoBox__icon {
    font-size: 20px;
    height: 25px;
    left: 20px;
    width: 25px;
  }
}

.infoBox__txt {
  -webkit-box-orient: vertical;
  color: #eeeeee;
  display: -webkit-box;
  letter-spacing: .15em;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 768px) {
  .infoBox__txt {
    font-size: 14px;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .infoBox__txt {
    font-size: 12px;
    line-height: calc(36 / 24);
    padding-left: 40px;
  }
}
