@charset "UTF-8";
.campaign {
  color: #ffffff;
  margin: -1px auto 0;
  position: relative;
  z-index: 1;
}

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

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

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

.campaign__heading {
  line-height: 1;
}

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

.campaign__heading .en {
  font-family: "EB Garamond", 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 {
  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;
}

.conceptArea {
  margin: 0 auto;
}

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

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

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

.conceptArea__lead {
  letter-spacing: .05em;
  text-align: center;
  line-height: 2;
}

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

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

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

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

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

.conceptArea__lead strong {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
}

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

@media screen and (max-width: 768px) {
  * + .conceptArea__lead {
    margin-top: 60px;
  }
}

.conceptArea__cont .enTtl {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .conceptArea__cont .movieModal,
  .conceptArea__cont > .photo,
  .conceptArea__cont .moviePlayer {
    margin: 40px auto 0;
    max-width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .conceptArea__cont .movieModal,
  .conceptArea__cont > .photo,
  .conceptArea__cont .moviePlayer {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .conceptArea__head + .conceptArea__cont {
    margin-top: 140px;
  }
}

@media screen and (max-width: 768px) {
  .conceptArea__head + .conceptArea__cont {
    margin-top: 100px;
  }
}

.conceptWord {
  margin: 0 auto;
}

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

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

.conceptWord .conceptSVG {
  height: auto;
  width: 100%;
}

.conceptWord .t {
  fill: transparent;
}

.conceptWord .tSVG-1 {
  -webkit-transition: fill 0.5s ease 0s;
  transition: fill 0.5s ease 0s;
}

.conceptWord .tSVG-2 {
  -webkit-transition: fill 0.5s ease 0.15s;
  transition: fill 0.5s ease 0.15s;
}

.conceptWord .tSVG-3 {
  -webkit-transition: fill 0.5s ease 0.3s;
  transition: fill 0.5s ease 0.3s;
}

.conceptWord .tSVG-4 {
  -webkit-transition: fill 0.5s ease 0.45s;
  transition: fill 0.5s ease 0.45s;
}

.conceptWord .tSVG-5 {
  -webkit-transition: fill 0.5s ease 0.6s;
  transition: fill 0.5s ease 0.6s;
}

.conceptWord .tSVG-6 {
  -webkit-transition: fill 0.5s ease 0.75s;
  transition: fill 0.5s ease 0.75s;
}

.conceptWord .tSVG-7 {
  -webkit-transition: fill 0.5s ease 0.9s;
  transition: fill 0.5s ease 0.9s;
}

.conceptWord .tSVG-8 {
  -webkit-transition: fill 0.5s ease 1.05s;
  transition: fill 0.5s ease 1.05s;
}

.conceptWord .tSVG-9 {
  -webkit-transition: fill 0.5s ease 1.2s;
  transition: fill 0.5s ease 1.2s;
}

.conceptWord .tSVG-10 {
  -webkit-transition: fill 0.5s ease 1.35s;
  transition: fill 0.5s ease 1.35s;
}

.conceptWord .tSVG-11 {
  -webkit-transition: fill 0.5s ease 1.5s;
  transition: fill 0.5s ease 1.5s;
}

.conceptWord .tSVG-12 {
  -webkit-transition: fill 0.5s ease 1.65s;
  transition: fill 0.5s ease 1.65s;
}

.conceptWord .tSVG-13 {
  -webkit-transition: fill 0.5s ease 1.8s;
  transition: fill 0.5s ease 1.8s;
}

.conceptWord .tSVG-14 {
  -webkit-transition: fill 0.5s ease 1.95s;
  transition: fill 0.5s ease 1.95s;
}

.conceptWord .tSVG-15 {
  -webkit-transition: fill 0.5s ease 2.1s;
  transition: fill 0.5s ease 2.1s;
}

.conceptWord .tSVG-16 {
  -webkit-transition: fill 0.5s ease 2.25s;
  transition: fill 0.5s ease 2.25s;
}

.conceptWord .tSVG-17 {
  -webkit-transition: fill 0.5s ease 2.4s;
  transition: fill 0.5s ease 2.4s;
}

.conceptWord .tSVG-18 {
  -webkit-transition: fill 0.5s ease 2.55s;
  transition: fill 0.5s ease 2.55s;
}

.conceptWord .tSVG-19 {
  -webkit-transition: fill 0.5s ease 2.7s;
  transition: fill 0.5s ease 2.7s;
}

.conceptWord .tSVG-20 {
  -webkit-transition: fill 0.5s ease 2.85s;
  transition: fill 0.5s ease 2.85s;
}

.conceptWord .tSVG-21 {
  -webkit-transition: fill 0.5s ease 3s;
  transition: fill 0.5s ease 3s;
}

.conceptWord.sai-animate .tSVG-1, .conceptWord.sai-animate .tSVG-2, .conceptWord.sai-animate .tSVG-3, .conceptWord.sai-animate .tSVG-4, .conceptWord.sai-animate .tSVG-5,
.conceptWord.sai-animate .tSVG-6, .conceptWord.sai-animate .tSVG-7, .conceptWord.sai-animate .tSVG-8, .conceptWord.sai-animate .tSVG-9, .conceptWord.sai-animate .tSVG-10,
.conceptWord.sai-animate .tSVG-11, .conceptWord.sai-animate .tSVG-12, .conceptWord.sai-animate .tSVG-13, .conceptWord.sai-animate .tSVG-14, .conceptWord.sai-animate .tSVG-15,
.conceptWord.sai-animate .tSVG-16, .conceptWord.sai-animate .tSVG-17, .conceptWord.sai-animate .tSVG-18, .conceptWord.sai-animate .tSVG-19, .conceptWord.sai-animate .tSVG-20,
.conceptWord.sai-animate .tSVG-21 {
  fill: #221714;
}

.contentGuide {
  height: 100%;
  position: relative;
  -webkit-transition: -webkit-clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  width: 100%;
  z-index: 1;
}

.contentGuide[data-direction='left'] {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.contentGuide[data-direction='right'] {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

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

.contentGuide__head {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}

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

.contentGuide__bg .photo {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

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

.contentGuide__bg .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-transition: -webkit-transform 8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 8s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (max-width: 768px) {
  .contentGuide__bg .photo__capIn {
    bottom: 46px;
  }
}

.contentGuide.is-init {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.contentGuide.is-init .contentGuide__bg .photo__image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.contentGuide--location .contentGuide__head {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) {
  .contentGuide--location .contentGuide__head {
    top: calc(165 / 800 * 100vh);
  }
}

@media screen and (max-width: 768px) {
  .contentGuide--location .contentGuide__head {
    top: 215px;
  }
}

@media screen and (min-width: 768px) {
  .contentGuide--masterplan .contentGuide__head {
    right: calc(372 / 1440 * 100vw);
    top: calc(215 / 800 * 100vh);
  }
}

@media screen and (max-width: 768px) {
  .contentGuide--masterplan .contentGuide__head {
    left: 160px;
    padding-left: 10px;
    top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .contentGuide--masterplan .contentGuide__head .guidanceTtl {
    text-align: left;
  }
}

.contentGuide--bigcommunity .contentGuide__head, .contentGuide--design .contentGuide__head, .contentGuide--redevelopment .contentGuide__head, .contentGuide--plan .contentGuide__head, .contentGuide--access .contentGuide__head {
  color: #ffffff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contentGuide--bigcommunity .contentGuide__head .moreLink, .contentGuide--design .contentGuide__head .moreLink, .contentGuide--redevelopment .contentGuide__head .moreLink, .contentGuide--plan .contentGuide__head .moreLink, .contentGuide--access .contentGuide__head .moreLink {
  color: #ffffff;
}

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

@media screen and (min-width: 768px) {
  .guidanceArea {
    height: 2000vh;
  }
}

@media screen and (max-width: 768px) {
  .guidanceArea {
    height: 1200vh;
  }
}

.guidanceArea__inner {
  height: 100vh;
  left: 0;
  position: sticky;
  top: 0;
  z-index: 1;
}

.guidanceArea__indicatorBtn {
  background-color: #e6ecf0;
  height: 20px;
  -webkit-transition: background-color .4s ease-in-out;
  transition: background-color .4s ease-in-out;
  width: 1px;
}

.guidanceArea__indicatorBtn.is-current {
  height: 40px;
  width: 5px;
}

.guidanceArea__indicator {
  -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;
  gap: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  -webkit-transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1), visibility 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1), visibility 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  width: 5px;
  z-index: 20;
}

@media screen and (min-width: 768px) {
  .guidanceArea__indicator {
    right: 30px;
    top: calc(180 / 800 * 100dvh);
  }
}

@media screen and (max-width: 768px) {
  .guidanceArea__indicator {
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.guidanceArea__indicator.is-dark .guidanceArea__indicatorBtn {
  background-color: #8fa4b9;
}

.guidanceArea__scroll {
  position: absolute;
  -webkit-transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), visibility 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), visibility 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  z-index: 21;
}

@media screen and (min-width: 768px) {
  .guidanceArea__scroll {
    bottom: calc(100 / 800 * 100vh);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media screen and (max-width: 768px) {
  .guidanceArea__scroll {
    bottom: calc(92 / 690 * 100vh);
    right: 10px;
  }
}

.guidanceArea__scroll.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.guidanceArea__panel {
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  width: 100%;
  z-index: 1;
}

.guidanceArea__panel.is-current {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}

.guidanceArea__panel.is-next {
  pointer-events: auto;
}

.guidanceArea__panel.is-prev {
  opacity: 1;
  z-index: 9;
}

.guidanceArea__panel.is-hidden {
  opacity: 0;
  z-index: 0;
}

.guidancePanel {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  position: relative;
  -webkit-transition: -webkit-clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  width: 100%;
  z-index: 1;
}

.guidancePanel[data-direction='left'] {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.guidancePanel[data-direction='right'] {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

@media screen and (min-width: 768px) {
  .guidancePanel__head {
    height: calc(660 / 800 * 100vh);
  }
}

@media screen and (max-width: 768px) {
  .guidancePanel__head {
    height: calc(580 / 690 * 100vh);
  }
}

.guidancePanel__head .splitVisual {
  height: 100%;
  position: relative;
}

.guidancePanel__head .splitVisual__item {
  -webkit-transition-delay: .8s !important;
          transition-delay: .8s !important;
}

@media screen and (max-width: 768px) {
  .guidancePanel__head .splitVisual__item {
    height: 50%;
  }
}

.guidancePanel__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .guidancePanel__cont {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
    padding: 40px 0;
  }
}

@media screen and (max-width: 768px) {
  .guidancePanel__cont {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 24px;
    padding: 16px 0;
  }
}

.guidancePanel__cont .guidanceTtl + .moreLink {
  margin-top: 0;
}

.guidancePanel__cont .moreLink {
  margin: 0;
}

.is-current .guidancePanel {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.guidanceTtl {
  font-family: "EB Garamond", serif;
  font-style: italic;
  letter-spacing: .05em;
  text-align: center;
  white-space: nowrap;
}

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

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

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

@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 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__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;
  }
}

.mainVisualMovie {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .mainVisualMovie {
    aspect-ratio: 16 / 9;
  }
}

@media screen and (max-width: 768px) {
  .mainVisualMovie {
    height: 730px;
    padding-bottom: 40px;
  }
}

.mainVisualMovie__movie {
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  position: relative;
  width: 100%;
}

.mainVisualMovie__video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  opacity: 0;
  position: relative;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
  visibility: hidden;
  width: 100%;
}

.mainVisualMovie__video.is-start {
  opacity: 1;
  visibility: visible;
}

.mainVisualMovie__video.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.mainVisualMovie__poster {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
  transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}

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

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

.mainVisualMovie__poster .photo__image {
  -webkit-filter: blur(5px) brightness(1.2);
          filter: blur(5px) brightness(1.2);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
  -webkit-transition: object-position 3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-filter 2s cubic-bezier(0.37, 0, 0.63, 1);
  transition: object-position 3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-filter 2s cubic-bezier(0.37, 0, 0.63, 1);
  transition: filter 2s cubic-bezier(0.37, 0, 0.63, 1), object-position 3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: filter 2s cubic-bezier(0.37, 0, 0.63, 1), object-position 3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-filter 2s cubic-bezier(0.37, 0, 0.63, 1), -o-object-position 3s cubic-bezier(0.37, 0, 0.63, 1);
}

@media screen and (max-width: 768px) {
  .mainVisualMovie__poster .photo__capIn {
    bottom: 40px;
  }
}

.mainVisualMovie__poster.is-init {
  opacity: 1;
  visibility: visible;
}

.mainVisualMovie__poster.is-init .photo__image {
  -webkit-filter: blur(0) brightness(1);
          filter: blur(0) brightness(1);
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

.mainVisualMovie__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #cccccc;
  color: #616c78;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "EB Garamond", serif;
  font-size: 13px;
  gap: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .1em;
  padding: 6px 10px;
  position: absolute;
  -webkit-transition: background-color .6s ease, opacity .6s ease;
  transition: background-color .6s ease, opacity .6s ease;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .mainVisualMovie__btn {
    left: 28px;
    top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .mainVisualMovie__btn {
    left: 18px;
    top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .mainVisualMovie__btn--stop, .mainVisualMovie__btn--play {
    left: 28px;
    top: 160px;
  }
}

@media screen and (max-width: 768px) {
  .mainVisualMovie__btn--stop, .mainVisualMovie__btn--play {
    left: 18px;
    top: 140px;
  }
}

.mainVisualMovie__btn.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.mainVisualMovie__btn .t {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}

.mainVisualMovie__btn .icon {
  display: block;
}

.mainVisualMovie__btn .icon .skipSVG {
  display: block;
  height: auto;
  width: 16px;
}

.mainVisualMovie__btn .icon .replaySVG {
  display: block;
  height: auto;
  width: 5px;
}

.mainVisualMovie__btn .icon .stopSVG {
  display: block;
  height: auto;
  width: 7px;
}

.mainVisualMovie__btn .icon .playSVG {
  display: block;
  height: auto;
  width: 5px;
}

@media screen and (min-width: 768px) {
  .mainVisualMovie__btn:hover {
    background-color: white;
  }
}

@media (hover: hover) and (pointer: fine) {
  .mainVisualMovie__btn:hover {
    background-color: white;
  }
}

.moreLink {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid currentColor;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .moreLink {
    height: 36px;
    min-width: 200px;
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .moreLink {
    height: 30px;
    min-width: 140px;
    padding: 8px;
  }
}

.moreLink:before {
  background-color: currentColor;
  content: '';
  height: 100%;
  left: -100%;
  opacity: .4;
  position: absolute;
  top: 0;
  -webkit-transition: left 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: left 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  z-index: -1;
}

.moreLink__inner {
  color: currentColor;
  font-family: "EB Garamond", serif;
  font-style: italic;
  letter-spacing: .05em;
  mix-blend-mode: difference;
  position: relative;
  z-index: 2;
  line-height: 1.2;
}

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .guidanceTtl + .moreLink {
    margin-top: 24px;
  }
}

.is-current .moreLink:not(.moreLink--comingSoon) {
  -webkit-animation: moreLinkSparkle .8s ease .8s;
          animation: moreLinkSparkle .8s ease .8s;
}

.is-current .moreLink:not(.moreLink--comingSoon):before {
  -webkit-animation: moreLinkShine 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
          animation: moreLinkShine 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
}

@media screen and (min-width: 768px) {
  .moreLink:hover:before {
    left: 0%;
    opacity: 1;
  }
  .moreLink:hover .moreLink__inner {
    color: #ffffff;
    mix-blend-mode: normal;
  }
}

@media (hover: hover) and (pointer: fine) {
  .moreLink:hover:before {
    left: 0%;
    opacity: 1;
  }
  .moreLink:hover .moreLink__inner {
    color: #ffffff;
    mix-blend-mode: normal;
  }
}

.moreLink--light {
  border-color: #999999;
}

.moreLink--light .moreLink__inner {
  mix-blend-mode: normal;
}

.is-current .moreLink--light:not(.moreLink--comingSoon) .moreLink__inner {
  -webkit-animation: moreLinkTextColorLight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: moreLinkTextColorLight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (min-width: 768px) {
  .moreLink--light:hover .moreLink__inner {
    color: #ffffff;
    mix-blend-mode: normal;
  }
}

@media (hover: hover) and (pointer: fine) {
  .moreLink--light:hover .moreLink__inner {
    color: #ffffff;
    mix-blend-mode: normal;
  }
}

.moreLink--comingSoon {
  pointer-events: none;
}

@-webkit-keyframes moreLinkSparkle {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  50% {
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes moreLinkSparkle {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  50% {
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes moreLinkShine {
  0% {
    left: -100%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes moreLinkShine {
  0% {
    left: -100%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@-webkit-keyframes moreLinkTextColorLight {
  0% {
    color: currentColor;
  }
  25% {
    color: #ffffff;
  }
  50% {
    color: #ffffff;
  }
  75% {
    color: currentColor;
  }
  100% {
    color: currentColor;
  }
}

@keyframes moreLinkTextColorLight {
  0% {
    color: currentColor;
  }
  25% {
    color: #ffffff;
  }
  50% {
    color: #ffffff;
  }
  75% {
    color: currentColor;
  }
  100% {
    color: currentColor;
  }
}

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

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

@media screen and (max-width: 768px) {
  .news {
    padding: 80px 0 60px;
    width: 300px;
  }
}

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

.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: 120px;
    width: 100%;
  }
}

.news__heading .en {
  font-family: "EB Garamond", 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 {
  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: #999999;
  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:not(:has(.noticeCard__body)) .noticeCard__link {
  cursor: default;
}

@media screen and (min-width: 768px) {
  .newsGroup .noticeCard:not(:has(.noticeCard__body)) .noticeCard__link {
    pointer-events: none;
  }
}

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

@media screen and (min-width: 768px) {
  .newsGroup .noticeCard__link {
    padding: 20px 0;
  }
  .newsGroup .noticeCard__link.is-active, .newsGroup .noticeCard__link:hover {
    background-color: rgba(80, 78, 74, 0.5);
  }
}

@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 {
  color: #ffffff;
  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 .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: "EB Garamond", 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", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", 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 {
  text-align: left;
}

.newsGroup .newsDetail__term {
  color: #ffffff;
  font-family: "EB Garamond", 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: "EB Garamond", 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;
  text-align: left;
  width: 100%;
}

.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 {
    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: "EB Garamond", 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 .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: "EB Garamond", 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", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", 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;
  }
}

.scrollAssist {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
  aspect-ratio: 1 / 1;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .scrollAssist {
    height: calc(80 / 800 * 100vh);
  }
}

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

.scrollAssist__txt {
  font-family: "EB Garamond", serif;
  letter-spacing: .1em;
  line-height: 1;
  text-align: center;
}

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

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

.scrollAssist__icon {
  -webkit-animation: bounce 3s ease-in-out infinite;
          animation: bounce 3s ease-in-out infinite;
  width: 6px;
}

.scrollAssist__icon .arrowSVG {
  display: block;
  height: auto;
  width: 100%;
}

@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}

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

.splitVisual__logo {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.8s;
  transition: -webkit-clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.8s;
  transition: clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.8s;
  transition: clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.8s, -webkit-clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.8s;
  z-index: 2;
}

.splitVisual__logo img {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .splitVisual__logo--01 {
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: calc(691 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .splitVisual__logo--01 {
    width: 365px;
  }
}

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

@media screen and (max-width: 768px) {
  .splitVisual__logo--02 {
    width: 381.5px;
  }
}

.splitVisual__logo--03 {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) {
  .splitVisual__logo--03 {
    bottom: 0;
    top: auto;
    width: calc(147 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .splitVisual__logo--03 {
    top: 0;
    width: 93.5px;
  }
}

@media screen and (min-width: 768px) {
  .splitVisual__logo--04 {
    top: calc(77 / 1440 * 100vw);
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: calc(120 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .splitVisual__logo--04 {
    width: 387.5px;
  }
}

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

@media screen and (max-width: 768px) {
  .splitVisual__logo--05 {
    width: 373.5px;
  }
}

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

@media screen and (max-width: 768px) {
  .splitVisual__logo--06 {
    width: 124px;
  }
}

@media screen and (min-width: 768px) {
  .splitVisual__logo--07 {
    bottom: calc(131 / 1440 * 100vw);
    top: auto;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: calc(535 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .splitVisual__logo--07 {
    width: 281.5px;
  }
}

.splitVisual__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

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

.splitVisual__heading {
  color: #ffffff;
  position: absolute;
  white-space: nowrap;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .splitVisual__heading {
    left: calc(60 / 1440 * 100vw);
    top: calc(60 / 800 * 100vh);
  }
}

@media screen and (max-width: 768px) {
  .splitVisual__heading {
    left: 50%;
    text-align: center;
    top: 40px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.splitVisual__heading .en {
  display: block;
  font-family: "EB Garamond", serif;
  letter-spacing: .05em;
  line-height: 1;
}

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

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

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

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

.splitVisual__heading .jp {
  display: block;
  letter-spacing: .05em;
  line-height: 1.6;
}

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

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

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

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

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

.splitVisual__item {
  height: 100%;
  position: relative;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  z-index: 1;
}

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

@media screen and (max-width: 768px) {
  .splitVisual__item {
    height: 50vh;
  }
}

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

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

.splitVisual__item .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media screen and (min-width: 768px) {
  .splitVisual__item--first {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}

@media screen and (max-width: 768px) {
  .splitVisual__item--first {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

@media screen and (min-width: 768px) {
  .splitVisual__item--second {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}

@media screen and (max-width: 768px) {
  .splitVisual__item--second {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}

@media screen and (min-width: 768px) {
  .splitVisual__item--second .splitVisual__heading {
    left: auto;
    right: calc(60 / 1440 * 100vw);
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .splitVisual__item--second .splitVisual__heading {
    bottom: 40px;
    top: auto;
  }
}

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

.splitVisual.is-init .splitVisual__item {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.splitVisual.is-init .splitVisual__logo {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

@media screen and (max-width: 768px) {
  .splitVisual--01 .splitVisual__heading, .splitVisual--02 .splitVisual__heading, .splitVisual--04 .splitVisual__heading, .splitVisual--05 .splitVisual__heading, .splitVisual--07 .splitVisual__heading {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media screen and (max-width: 768px) {
  .splitVisual--01 .splitVisual__item--first .splitVisual__heading, .splitVisual--02 .splitVisual__item--first .splitVisual__heading, .splitVisual--04 .splitVisual__item--first .splitVisual__heading, .splitVisual--05 .splitVisual__item--first .splitVisual__heading, .splitVisual--07 .splitVisual__item--first .splitVisual__heading {
    left: auto;
    right: 30px;
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .splitVisual--01 .splitVisual__item--second .splitVisual__heading, .splitVisual--02 .splitVisual__item--second .splitVisual__heading, .splitVisual--04 .splitVisual__item--second .splitVisual__heading, .splitVisual--05 .splitVisual__item--second .splitVisual__heading, .splitVisual--07 .splitVisual__item--second .splitVisual__heading {
    left: 30px;
    right: auto;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .splitVisual--06 .splitVisual__heading {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media screen and (max-width: 768px) {
  .splitVisual--06 .splitVisual__item--first .splitVisual__heading {
    left: auto;
    right: 30px;
    text-align: right;
    top: 150px;
  }
}

@media screen and (max-width: 768px) {
  .splitVisual--06 .splitVisual__item--second .splitVisual__heading {
    bottom: 140px;
    left: 30px;
    right: auto;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .splitVisual--03 .splitVisual__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 768px) {
  .splitVisual--03 .splitVisual__item {
    height: 100%;
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .splitVisual--03 .splitVisual__item--first {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}

.splitVisual--03 .splitVisual__item--first .photo__image {
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
}

@media screen and (max-width: 768px) {
  .splitVisual--03 .splitVisual__item--first .splitVisual__heading {
    left: 30px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media screen and (max-width: 768px) {
  .splitVisual--03 .splitVisual__item--second {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}

@media screen and (max-width: 768px) {
  .splitVisual--03 .splitVisual__item--second .splitVisual__heading {
    right: 30px;
    text-align: right;
    top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .splitVisual--pcRev .splitVisual__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .splitVisual--pcRev .splitVisual__item--first .splitVisual__heading {
    left: auto;
    right: calc(60 / 1440 * 100vw);
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .splitVisual--pcRev .splitVisual__item--second .splitVisual__heading {
    left: calc(60 / 1440 * 100vw);
    right: auto;
    text-align: left;
  }
}

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

@media screen and (max-width: 768px) {
  .splitVisual__captionSP {
    bottom: 51px;
    position: absolute;
    right: 5px;
    text-align: right;
    z-index: 2;
  }
}

.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-concept {
    padding: 140px 0 200px;
  }
}

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

.guidanceBlock {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.guidanceBlock:not(:last-of-type) {
  margin-bottom: 140px;
}

.guidanceBlock:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.guidanceBlock:nth-of-type(2n) .guidanceBlock__introduction {
  margin-right: 100px;
}

.guidanceBlock:nth-of-type(2n) .guidanceVisual__bg {
  left: 230px;
  right: unset;
}

.guidanceBlock__introduction {
  margin-left: 100px;
  width: 380px;
}

.guidanceBlock__introduction .introSection {
  color: #ffffff;
}

.guidanceBlock__introduction .introSection__title {
  font-size: 14px;
  letter-spacing: .09em;
  line-height: 2;
}

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

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

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

.guidanceBlock__introduction .introSection__heading {
  font-size: 24px;
  letter-spacing: .03em;
  margin-top: 10px;
  line-height: 1.5;
}

.guidanceBlock__introduction .introSection__heading:before {
  content: '';
  margin-top: calc((1 - 1.5) * .5em);
}

.guidanceBlock__introduction .introSection__heading:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

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

.guidanceBlock__introduction .introSection__txt {
  font-size: 14px;
  letter-spacing: 0;
  margin-top: 35px;
  line-height: 1.71429;
}

.guidanceBlock__introduction .introSection__txt:before {
  content: '';
  margin-top: calc((1 - 1.71429) * .5em);
}

.guidanceBlock__introduction .introSection__txt:after {
  margin-bottom: calc((1 - 1.71429) * .5em);
}

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

.guidanceBlock__introduction .introSection__txt + .btn-view {
  margin-top: 35px;
}

.guidanceBlock__introduction .btn-view {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #cccccc;
  border: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .guidanceBlock__introduction .btn-view:hover {
    background-color: #333333;
    color: #cccccc;
  }
}

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

.guidanceBlock.sai-animate .guidanceVisual__heroImg {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.guidanceVisual {
  display: inline-block;
  padding: 80px 0;
  position: relative;
  width: 560px;
  z-index: 1;
}

.guidanceVisual__inner {
  overflow: hidden;
  position: relative;
}

.guidanceVisual__heroImg {
  -webkit-transform: translate(0, -5%) scale(1.1);
          transform: translate(0, -5%) scale(1.1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -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;
}

.guidanceVisual__capIn {
  position: absolute;
  right: 10px;
  top: 10px;
}

.guidanceVisual__bg {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  position: absolute;
  right: 130px;
  top: 0;
  width: 560px;
  z-index: -1;
}

.guidanceVisual__bgImg {
  -webkit-filter: blur(8px);
          filter: blur(8px);
  height: 100%;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  width: 100%;
}

.guideArea {
  padding: 40px 20px;
}

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

.guideCard {
  -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);
  overflow: hidden;
  position: relative;
}

.guideCard:not(:last-of-type) {
  margin-bottom: 40px;
}

.guideCard__head {
  background-color: #333333;
  overflow: hidden;
  padding-bottom: 37.5px;
  position: relative;
}

.guideCard__head .capIn {
  position: absolute;
  right: 5px;
  top: 5px;
}

.guideCard__introduction {
  bottom: 0;
  left: 0;
  padding: 20px 30px 0;
  position: absolute;
  width: 100%;
}

.guideCard__introduction .introSection {
  color: #ffffff;
}

.guideCard__introduction .introSection__heading {
  display: block;
  font-size: 15px;
  letter-spacing: .03em;
  margin-top: 10px;
  text-align: center;
  line-height: 1.66667;
}

.guideCard__introduction .introSection__heading:before {
  content: '';
  margin-top: calc((1 - 1.66667) * .5em);
}

.guideCard__introduction .introSection__heading:after {
  margin-bottom: calc((1 - 1.66667) * .5em);
}

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

.guideCard__introduction .introSection__txt {
  font-size: 11px;
  letter-spacing: 0;
  margin-top: 25px;
  line-height: 1.90909;
}

.guideCard__introduction .introSection__txt:before {
  content: '';
  margin-top: calc((1 - 1.90909) * .5em);
}

.guideCard__introduction .introSection__txt:after {
  margin-bottom: calc((1 - 1.90909) * .5em);
}

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

.guideCard__body {
  background: #2f2f2f;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

.guideCard__body--00 {
  max-height: 0;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  will-change: transform;
}

.guideCard__inner {
  padding: 30px 30px 65px;
}

.guideCard__inner .detailSection:not(:last-of-type) {
  margin-bottom: 40px;
}

.guideCard__inner .detailSection__heading {
  font-size: 14px;
  letter-spacing: .09em;
  margin-top: 31px;
  line-height: 1.64286;
}

.guideCard__inner .detailSection__heading:before {
  content: '';
  margin-top: calc((1 - 1.64286) * .5em);
}

.guideCard__inner .detailSection__heading:after {
  margin-bottom: calc((1 - 1.64286) * .5em);
}

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

.guideCard__inner .detailSection__txt {
  color: #cccccc;
  font-size: 11px;
  letter-spacing: .14em;
  margin-top: 20px;
  line-height: 1.90909;
}

.guideCard__inner .detailSection__txt:before {
  content: '';
  margin-top: calc((1 - 1.90909) * .5em);
}

.guideCard__inner .detailSection__txt:after {
  margin-bottom: calc((1 - 1.90909) * .5em);
}

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

.guideCard__inner .detailSection + .btn-view {
  margin-top: 40px;
}

.guideCard__close {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333333;
  bottom: 0;
  -webkit-box-shadow: 0 -15px 8px 0 #333333;
          box-shadow: 0 -15px 8px 0 #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "EB Garamond", serif;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  width: 100%;
}

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

.guideCard .photo {
  position: relative;
}

.guideCard .photo__capIn, .guideCard .photo__capOut {
  position: absolute;
}

.guideCard .photo__capIn {
  bottom: 5px;
  right: 5px;
}

.guideCard .photo__capOut {
  right: 0;
  top: 100%;
}

.guideArea .guideCard__head .introSection__heading, .guideArea .guideCard__head .introSection__txt {
  opacity: 0;
  -webkit-transform: translate(0, 30%);
          transform: translate(0, 30%);
}

.guideArea .guideCard__head .introSection__heading {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
  -webkit-transition-duration: .9s;
          transition-duration: .9s;
  -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;
}

.guideArea .guideCard__head .introSection__txt {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
  -webkit-transition-duration: .9s;
          transition-duration: .9s;
  -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;
}

.guideArea .guideCard__heroImg {
  -webkit-transform: translate(0, -5%) scale(1.1);
          transform: translate(0, -5%) scale(1.1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -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;
}

.guideArea .guideCard__close {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -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;
}

.guideArea .guideCard.sai-animate .guideCard__head .introSection__heading, .guideArea .guideCard.sai-animate .guideCard__head .introSection__txt {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.guideArea .guideCard.sai-animate .guideCard__heroImg {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.guideArea .guideCard.is-open .guideCard__close {
  background-color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.guideArea .guideCard.is-open .guideCard__close .arrowSVG {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.guideArea .guideCard.is-open .guideCard__body {
  max-height: 3000px;
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.guideArea .btn-view {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}

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