<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.campaign {
  margin: 0 auto;
}

@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__heading {
  line-height: 1;
}

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

.campaign__heading .en {
  color: #666666;
  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: #333333;
  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: block;
  -webkit-transition: .3s;
  transition: .3s;
}

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

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

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

.uniqueBlock {
  z-index: 5;
  overflow: hidden;
}

.uniqueBlock:last-child {
  z-index: 6;
}

.uniqueBlock:last-child .fixBG__pic--next {
  opacity: 0;
}

.fixBG {
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: 1s;
  transition: 1s;
  width: 100%;
  z-index: 0;
}

.fixBG__pic {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

.fixBG__pic:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.fixBG__pic--next {
  position: fixed;
  z-index: 5;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-clip-path: polygon(0 90%, 100% 100%, 100% 100%, 0 100%);
          clip-path: polygon(0 90%, 100% 100%, 100% 100%, 0 100%);
  opacity: 0;
}

.fixBG__pic--next:after {
  content: none;
}

.is-active .fixBG__pic--next {
  opacity: 1;
}

.is-blur .fixBG__pic.fixBG__pic--move.fixBG__pic--blur {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.is-blur .fixBG__pic.fixBG__pic--move:after {
  opacity: 1;
}

.fixBG__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 20s;
  transition: 20s;
  width: 100%;
}

.fixBG__capIn {
  position: absolute;
  z-index: 3;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
  margin-top:80px;
}

@media screen and (min-width: 768px) {
  .fixBG__capIn {
    top: 10px;
    left: 10px;
    color: #666666 !important;
  }
}

@media screen and (max-width: 768px) {
  .fixBG__capIn {
    left: 10px;
    top: 70px;
  }
}

.fixBG--horizon .fixBG__pic--move .fixBG__image {
  -webkit-transform: scale(1.06) translate(-3%, 0);
          transform: scale(1.06) translate(-3%, 0);
}

.fixBG--zoomIn .fixBG__pic--move .fixBG__image {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.newsArea {
  position: relative;
  z-index: 6;
}

@media screen and (min-width: 768px) {
  .newsArea {
    background-image: url(../imgs/bg-info.jpg);
    padding: 160px 0 110px;
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 768px) {
  .newsArea {
    background-image: url(../imgs/bg-info.jpg);
    padding-bottom: 60px;
    padding-top: 80px;
    background-size: 100% 100%;
  }
}

.news {
  margin: 0 auto;
  position: relative;
}

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

@media screen and (max-width: 768px) {
  .news {
    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: 0;
    width: 100%;
  }
}

.news__heading .en {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Roboto", sans-serif;
  letter-spacing: .08em;
  font-weight: 300;
}

@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: #333333;
  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: 994px;
  }
}

@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(255, 255, 255, 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;
  }
}

@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: #fff;
  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 {
  background-color: rgba(238, 238, 238, 0.1);
}

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

.newsGroup .noticeCard__link:hover {
  background-color: rgba(238, 238, 238, 0.1);
}

.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: #fff;
  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 .txt a {
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .newsGroup .noticeCard__inner .txt a:hover {
    opacity: .7;
  }
}

.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", "Noto Serif JP", "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: 230px;
    letter-spacing: 0.05em;
  }
}

.newsGroup .newsDetail__term {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  letter-spacing: .08em;
  line-height: .9;
  font-weight: 300;
}

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

@media screen and (max-width: 768px) {
  .newsGroup .newsDetail__term {
    font-size: 12px;
    padding-top: 0.1em;
  }
}

.newsGroup .newsDetail__desc {
  -webkit-box-orient: vertical;
  color: #ffffff;
  display: -webkit-box;
  letter-spacing: .05em;
  overflow: hidden;
  font-family: "Shippori Mincho", serif;
}

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

@media screen and (max-width: 768px) {
  .newsGroup .newsDetail__desc {
    font-size: 12px;
    -webkit-line-clamp: 4;
    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;
  }
}

@media screen and (min-width: 768px) {
  .newsGroup .newsDetail__desc02 {
    -webkit-line-clamp: initial;
    line-height: 1.6;
  }
}

@media screen and (max-width: 768px) {
  .newsGroup .newsDetail__desc02 {
    -webkit-line-clamp: initial;
  }
}

#wabi {
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  line-height: 2.0;
  margin-top: 50px;
  padding: 30px 0;
  border: 1px #c2a448 solid;
}

@media screen and (min-width: 768px) {
  #wabi {
    font-size: 14px;
    width: 800px;
  }
}

@media screen and (max-width: 768px) {
  #wabi {
    font-size: 12px;
  }
}

.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 {
    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 .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", "Noto Serif JP", "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;
  }
}

.pageDirection,
.footer {
  position: relative;
  z-index: 999999;
}

.mainVisual {
  position: relative;
  width: 100%;
  z-index: 6;
  overflow: hidden;
}

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

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

.mainVisual__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.mainVisual__opening {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-filter: brightness(0.1) sepia(100%);
          filter: brightness(0.1) sepia(100%);
  will-change: filter;
}

.mainVisual__openingBg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mainVisual__openingBgAfter {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}

.mainVisual__picture {
  position: relative;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  width: 100%;
  height: 100%;
}

.mainVisual__cover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  will-change: filter;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.mainVisual__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mainVisual__openingTxt {
  font-family: 'Noto Serif JP', serif;
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  letter-spacing: 0.08em;
  text-orientation: upright;
  font-size: 18px;
  line-height: 2.2;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .mainVisual__openingTxt {
    top: calc((213/750)*100vw);
    width: calc((115/750)*100vw);
  }
}

@media screen and (min-width: 768px) {
  .mainVisual__openingTxt {
    font-size: 24px;
    top: 50%;
    height: auto;
    white-space: nowrap;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc((825/1440)*100vw);
  }
}

.mainVisual__openingTxt .en {
  display: inline-block;
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
  margin-bottom: 0.2em;
}

.mainVisual__openingTxt .upperKakko {
  display: inline-block;
  margin-top: -0.8em;
}

.mainVisual__openingTxt .lowerKakko {
  display: inline-block;
  margin-bottom: -0.4em;
}

.mainVisual__image {
  width: 100%;
}

.mainVisual__ttlArea {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  top: 100px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
}

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

.mainVisual__ttlArea .word {
  -webkit-transition: 1.5s ease;
  transition: 1.5s ease;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  will-change: filter;
}

.mainVisual__ttlArea .word:nth-child(1) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.mainVisual__ttlArea .word:nth-child(2) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.mainVisual__ttlArea .word:nth-child(3) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.mainVisual__ttlArea .word:nth-child(4) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.mainVisual__ttlArea .word:nth-child(5) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.mainVisual__ttlArea .word:nth-child(6) {
  -webkit-transition-delay: 2.0s;
          transition-delay: 2.0s;
}

.mainVisual__logo {
  width: 25px;
  margin-left: auto;
  margin-right: auto;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  will-change: filter;
}

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

.mainVisual__ttl {
  margin-top: 22.5px;
  letter-spacing: 0.2em;
}

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

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

.mainVisual__capIn {
  bottom: 8px;
  position: absolute;
  right: 8px;
}

@media screen and (max-width: 768px) {
  .mainVisual__capIn {
    color: #666666;
  }
}

.mainVisual__effect {
  position: absolute;
  -webkit-transform-origin: center right;
          transform-origin: center right;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .mainVisual__effect {
    left: -89px;
    bottom: calc((67/1440)*100vw);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media screen and (max-width: 768px) {
  .mainVisual__effect {
    left: -100px;
    bottom: 63.5px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.is-pageOpen .mainVisual .mainVisual__opening {
  -webkit-transition: 3s ease;
  transition: 3s ease;
  -webkit-filter: brightness(1) sepia(0);
          filter: brightness(1) sepia(0);
}

.is-pageOpen .mainVisual .mainVisual__openingBgAfter {
  -webkit-transition: 2s ease 1s;
  transition: 2s ease 1s;
  opacity: 1;
}

.is-firstScene .mainVisual .mainVisual__openingTxt {
  opacity: 1;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.is-secondScene .mainVisual .mainVisual__openingTxt {
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.is-secondScene .mainVisual .mainVisual__picture {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
}

.is-secondScene .mainVisual .mainVisual__cover {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: 2s ease;
  transition: 2s ease;
}

.is-secondScene .mainVisual .mainVisual__opening {
  opacity: 0;
  -webkit-transition: 1.5s ease;
  transition: 1.5s ease;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.is-secondScene .mainVisual .mainVisual__logo {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: 1.5s ease 1s;
  transition: 1.5s ease 1s;
}

.is-secondScene .mainVisual .mainVisual__ttlArea {
  opacity: 1;
  -webkit-transition: 1.5s ease 1s;
  transition: 1.5s ease 1s;
}

.is-secondScene .mainVisual .mainVisual__ttlArea .word {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.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%;
  /* stylelint-disable */
  /* stylelint-enable */
}

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

.mainvisual__wrap {
  position: relative;
}

.infoBox {
  background-color: #ffffff;
  position: absolute;
  z-index: 6;
}

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

@media screen and (max-width: 768px) {
  .infoBox {
    top: 0;
    height: 50px;
    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 60px;
  }
  .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;
    width: 25px;
  }
}

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

.contentGuide {
  overflow: hidden;
  padding: 70px 0;
}

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

.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", "Noto Serif JP", "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: 0;
}

.guideCard {
  position: relative;
  z-index: 4;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .guideCard {
    padding-bottom: 63.5px;
  }
}

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

.guideCard__head {
  position: relative;
}

@media screen and (max-width: 768px) {
  .guideCard__head {
    padding-left: 80px;
    padding-right: 40px;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .guideCard__head {
    padding-left: 170px;
  }
}

.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 {
  color: #ffffff;
  position: relative;
}

@media screen and (max-width: 768px) {
  .guideCard__body {
    padding-left: 80px;
    padding-right: 40px;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .guideCard__body {
    padding-left: 60.5px;
  }
}

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

@media screen and (max-width: 768px) {
  .guideCard__body--00 {
    max-height: 0;
  }
}

.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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant Infant", serif;
  height: 50px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  left: 0;
  position: absolute;
  width: 100%;
  padding-right: 40px;
  padding-left: 80px;
}

.guideCard__close .closeBtn {
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.guideCard__close .closeBtn:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.guideCard__close .closeBtn:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.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;
}

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

.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 {
  -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__close .closeBtn:before {
  width: 0;
}

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

@media screen and (max-width: 768px) {
  .guideArea .guideCard.is-open .guideCard__body {
    max-height: 3000px;
  }
}

.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", "Noto Serif JP", "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);
}

.uspHead {
  color: #fff;
}

.uspHead__ttl {
  line-height: 1.6;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

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

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

.uspHead__ttl .en {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  display: block !important;
  margin-bottom: 8px;
  font-weight: 300;
}

.uspHead__ttl .anime {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  display: inline-block;
}

.sai-animate .uspHead__ttl .anime {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.uspHead__txt {
  text-align: justify;
  display: inline-block;
  line-height: calc(50/26);
  line-height: 1.92308;
  -webkit-transition: 2s;
  transition: 2s;
  opacity: 0;
  -webkit-transform: translateY(10px) rotate(1.5deg);
          transform: translateY(10px) rotate(1.5deg);
}

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

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

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

@media screen and (min-width: 768px) {
  .uspHead__txt {
    font-size: 16px;
    margin-top: 35px;
  }
}

@media screen and (max-width: 768px) {
  .uspHead__txt {
    font-size: 13px;
    margin-top: 30px;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, black), color-stop(82%, rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(180deg, black 50%, rgba(0, 0, 0, 0) 82%);
            mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, black), color-stop(82%, rgba(0, 0, 0, 0)));
            mask-image: linear-gradient(180deg, black 50%, rgba(0, 0, 0, 0) 82%);
  }
  .is-open .uspHead__txt {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, to(black));
    -webkit-mask-image: linear-gradient(180deg, black 100%);
            mask-image: -webkit-gradient(linear, left top, left bottom, to(black));
            mask-image: linear-gradient(180deg, black 100%);
  }
}

.sai-animate .uspHead__txt {
  opacity: 1;
  -webkit-transition: 1.5s 1s;
  transition: 1.5s 1s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.uspHead__caption {
  opacity: 0;
  display: block;
}

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

@media screen and (max-width: 768px) {
  .uspHead__caption {
    margin-top: 15px;
    padding-bottom: 10px;
  }
}

.sai-animate .uspHead__caption {
  opacity: 1;
  -webkit-transition: 1.5s 2s;
  transition: 1.5s 2s;
}

@media screen and (max-width: 768px) {
  .uspCont {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .uspCont {
    padding-top: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 800px;
    margin-left: auto;
    margin-right: 120px;
  }
}

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

.uspCont__enttl {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.15em;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .uspCont__enttl {
    margin-bottom: 35px;
    color: rgba(255, 255, 255, 0.8);
  }
}

.uspCont__verticalInner {
  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;
}

.uspCont__ttl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 19px;
  letter-spacing: 0.25em;
  line-height: 1.8;
  margin-right: -0.4em;
}

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

.uspCont__txt {
  margin-top: 45px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  height: 150px;
  line-height: 2.2;
  font-size: 13px;
  margin-right: 15px;
}

@media screen and (min-width: 768px) {
  .uspCont__txt {
    margin-top: 60px;
    font-size: 14px;
    height: 250px;
    letter-spacing: 0.15em;
  }
}

.uspCont__lead {
  font-size: 14px;
  line-height: 2;
  line-height: 2;
  letter-spacing: 0.05em;
}

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

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

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

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

.uspCont__lead + .uspCont__lead {
  padding-top: 18.5px;
  margin-top: 18.5px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 768px) {
  .uspCont__lead + .uspCont__lead {
    padding-top: 29px;
    margin-top: 29px;
  }
}

@media screen and (min-width: 768px) {
  .uspCont__lead:last-child {
    padding-bottom: 29px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

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

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

.usplink {
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.usplink:hover {
  opacity: 0.6;
}

.usplink__btn {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  width: 100%;
  height: 35px;
  position: absolute;
  bottom: 0;
  background-color: rgba(44, 41, 36, 0.8);
}

@media screen and (min-width: 768px) {
  .usplink__btn {
    height: 45px;
  }
}

.usplink__btn .en {
  display: inline-block;
  padding-top: 0.2em;
  font-size: 10px;
  line-height: 0.8;
  font-family: "Roboto", sans-serif;
  vertical-align: 0.2em;
  letter-spacing: 0.1em;
  font-weight: 300;
}

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

.usplink__btn .ja {
  font-size: 13px;
  line-height: 1;
  margin-left: 12px;
  letter-spacing: 0.1em;
}

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

.usplink__btn .arrow {
  position: absolute;
  width: 24px;
  height: 6px;
  background-image: url(../imgs/icon-usp-arrow.svg);
  background-size: 100% 100%;
  right: 20px;
}

.usplink__capIn {
  position: absolute;
  bottom: 43px;
  color: #fff;
  right: 8px;
}

@media screen and (min-width: 768px) {
  .usplink__capIn {
    bottom: 52px;
  }
}

@media screen and (min-width: 768px) {
  .toLowCol {
    position: relative;
    height: 1750px;
    z-index: 8;
  }
}

.movieArea {
  z-index: 8;
}

@media screen and (min-width: 768px) {
  .movieArea {
    width: calc((580/1440)*100vw);
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0;
  }
}

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

.movieArea__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.movieArea__bg .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movieArea__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .movieArea__inner {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc((360/1440)*100vw);
  }
}

.movieArea__icon {
  width: 21px;
  margin-left: auto;
  margin-right: auto;
}

.movieArea__lead {
  letter-spacing: 0.1em;
  color: #483b37;
  line-height: 1.6em;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .movieArea__lead {
    font-size: calc((25/1440)*100vw);
    margin-left: 0.75em;
    text-align: center;
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .movieArea__lead {
    font-size: 30px;
    margin-top: 20px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

.movieArea__lead .big {
  font-size: 1.2em;
}

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

@media screen and (max-width: 768px) {
  .movieArea__cap {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 295px;
  }
}

.movieArea__cont {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .movieArea__cont {
    width: calc((360/1440)*100vw);
    aspect-ratio: 1/1;
  }
}

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

.movieArea__cont #player {
  width: 100%;
  height: 100%;
}

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

.toLowArea {
  z-index: 6;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .toLowArea {
    position: relative;
    padding: 140px 0 110px;
    width: calc(((1440 - 580)/1440)*100vw);
    position: absolute;
    top: 0;
    right: 0;
    height: 1750px;
  }
}

@media screen and (max-width: 768px) {
  .toLowArea {
    position: relative;
    padding: 70px 0 52px;
    z-index: 8;
  }
}

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

.toLowArea__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.toLowArea__bg .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.toLowArea__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.toLowArea__bg img {
  -o-object-position: top left;
     object-position: top left;
}

@media screen and (min-width: 768px) {
  .toLowArea__inner {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  .toLowArea__inner {
    padding: 0 25px;
    overflow: hidden;
  }
}

.toLowArea__ttl {
  font-family: "Roboto", sans-serif;
  color: #4c4c4c;
  line-height: 0.85;
  letter-spacing: 0.1em;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .toLowArea__ttl {
    font-size: 14px;
    margin-bottom: 50px;
  }
}

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

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

@media screen and (min-width: 768px) {
  .toLowArea__pages {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
  }
}

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

@media screen and (min-width: 768px) {
  .toLowArea__item {
    width: 193px;
    margin-left: 20px;
  }
  .toLowArea__item:nth-child(n+4) {
    margin-top: 35px;
  }
}

@media screen and (max-width: 768px) {
  .toLowArea__cap {
    margin-top: 73px;
    padding: 0 25px;
  }
}

@media screen and (min-width: 768px) {
  .toLowArea__cap {
    margin-top: 80px;
    padding-top: 35px;
    border-top: 1px solid #bfbdb9;
  }
}

.toLowArea .swiper-container {
  padding-top: 27px;
  overflow: visible;
  width: 100%;
}

.toLowArea .swiper-scrollbar {
  height: 1px;
  left: 0;
  bottom: auto;
  top: 0;
  width: 100%;
}

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

.toLowArea .bottomArea {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .toLowArea .bottomArea {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #999999;
    width: 1200px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  .toLowArea .bottomArea {
    padding: 60px 25px 60px;
  }
}

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

.toLowArea .bottomArea__inner .bottomCV-btn {
  display: none;
}

.toLowLink {
  display: block;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.toLowLink img {
  -webkit-box-shadow: 2px 3px 12px -5px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 3px 12px -5px rgba(0, 0, 0, 0.4);
  width: 100%;
}

.toLowLink:hover {
  opacity: 0.6;
}

.toLowLink--coming {
  pointer-events: none;
}

.toLowLink--coming img {
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}

.toLowLink--coming .toLowLink__img {
  position: relative;
}

.toLowLink--coming .toLowLink__img:after {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 16px;
  content: 'COMING SOON';
  font-family: "Roboto", sans-serif;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  letter-spacing: 0.05em;
  width: 100%;
  text-align: center;
}

.toLowLink__txtArea {
  position: relative;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .toLowLink__txtArea {
    margin-top: 19px;
    padding-top: 12px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .toLowLink__txtArea {
    margin-top: 20px;
    padding-top: 15px;
    padding-left: 15px;
  }
}

.toLowLink__txtArea:after {
  content: '';
  position: absolute;
  width: calc(100% - 15px);
  height: 1px;
  background-color: #a09d98;
  top: 0;
  right: 0;
}

.toLowLink__txtArea:before {
  position: absolute;
  content: attr(data-num);
  font-family: "Roboto", sans-serif;
  line-height: 0.85;
  font-size: 9px;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  letter-spacing: 0.15em;
  font-weight: 300;
}

.toLowLink__enTtl {
  font-family: "Roboto", sans-serif;
  line-height: 1.45;
  font-size: 17px;
  font-weight: 300;
}

.toLowLink__jaTtl {
  color: #4c4c4c;
  line-height: 0.85;
  font-size: 11px;
}

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

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

.uniqueBlock {
  color: #ffffff;
  padding: 70vh 0 60vh;
  position: relative;
  pointer-events: none;
}

.uniqueBlock:last-child {
  padding-bottom: 40vh;
}

.uniqueBlock.is-active {
  pointer-events: auto;
}

.uniqueBlock.is-active .fixBG {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

.uniqueBlock.is-active .fixBG--horizon .fixBG__image {
  -webkit-transform: scale(1.1) translate(3%, 0);
          transform: scale(1.1) translate(3%, 0);
}

.uniqueBlock.is-active .fixBG--zoomIn .fixBG__image {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.uniqueBlock.is-bi .fixBG__pic--sepia {
  opacity: 1;
}

.devSect {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 110px 0;
  position: relative;
  z-index: 2;
}

.devSect__title, .devSect__heading {
  font-family: 'Shippori Mincho', serif;
  text-orientation: upright;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

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

@media screen and (max-width: 768px) {
  .devSect__title {
    font-size: 75px;
    letter-spacing: .1em;
    line-height: 1.4;
  }
}

@media screen and (min-width: 768px) {
  .devSect__title + .devSect__heading {
    margin-right: 35px;
  }
}

@media screen and (max-width: 768px) {
  .devSect__title + .devSect__heading {
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .devSect__heading {
    font-size: 40px;
    letter-spacing: .1em;
    line-height: calc(60 / 40);
    margin-top: 125px;
  }
}

@media screen and (max-width: 768px) {
  .devSect__heading {
    font-size: 30px;
    letter-spacing: .1em;
    line-height: calc(85 / 60);
    margin-top: 85px;
  }
}

.devSubSect {
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 110px 0;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .devSubSect {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

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

.devSubSect__heading, .devSubSect__txt {
  font-family: 'Shippori Mincho', serif;
  text-orientation: upright;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media screen and (min-width: 768px) {
  .devSubSect__heading {
    font-size: 32px;
    letter-spacing: .1em;
    line-height: calc(40 / 32);
  }
}

@media screen and (max-width: 768px) {
  .devSubSect__heading {
    font-size: 25px;
    letter-spacing: .1em;
    line-height: calc(64 / 50);
  }
}

@media screen and (min-width: 768px) {
  .devSubSect__heading + .devSubSect__txt {
    margin-right: 50px;
    margin-top: 35px;
  }
}

@media screen and (max-width: 768px) {
  .devSubSect__heading + .devSubSect__txt {
    margin-right: 50px;
  }
}

.devSubSect__heading .num {
  font-family: "YakuHanMP", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

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

@media screen and (max-width: 768px) {
  .devSubSect__txt {
    font-size: 12px;
    letter-spacing: .1em;
    line-height: calc(50 / 24);
  }
}

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

@media screen and (max-width: 768px) {
  .devSubSect__visual {
    width: 100%;
  }
  .devSubSect__visual .photo {
    margin-left: -30px;
    margin-top: 30px;
    width: 315px;
  }
}
</pre></body></html>