<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: 120px;
    padding-top: 80px;
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .campaign {
    padding-bottom: 104px;
    padding-top: 80px;
    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: -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;
}

.conceptSect {
  position: relative;
}

.conceptSect__head {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  inset: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .conceptSect__head {
    padding-top: calc(360 / 1900 * 100%);
  }
}

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

.conceptSect__txt {
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  -webkit-font-feature-settings: 'vert' on, 'palt' on;
          font-feature-settings: 'vert' on, 'palt' on;
  letter-spacing: .25em;
  line-height: 2.3;
  margin: 0 auto;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

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

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

.conceptSect__cont {
  width: 100%;
}

.conceptSect__note {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .conceptSect__note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 24px;
  }
}

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

.guidanceArea {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.guidanceArea.is-end .guidanceArea__bg {
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.guidanceArea__bg {
  background-attachment: fixed;
  background-color: #ffffff;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  inset: 0;
  position: absolute;
  -webkit-transition: opacity .6s ease .4s;
  transition: opacity .6s ease .4s;
}

.guidanceArea__bgItem {
  background-color: #ffffff;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  width: 100%;
}

.guidanceArea__bgItem .photo {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: 1s ease;
  transition: 1s ease;
  -webkit-transition-property: opacity,visibility,-webkit-filter;
  transition-property: opacity,visibility,-webkit-filter;
  transition-property: filter,opacity,visibility;
  transition-property: filter,opacity,visibility,-webkit-filter;
  visibility: hidden;
  will-change: filter;
}

.guidanceArea__bgItem .photo:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0.5)), color-stop(99.9%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.6) 99.9%);
  content: '';
  inset: 0;
  position: absolute;
}

.guidanceArea__bgItem.is-active {
  opacity: 1;
}

.guidanceArea__bgItem.is-active .photo {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  visibility: visible;
}

.guidanceArea__bgItem.is-complete .photo {
  -webkit-filter: blur(0) grayscale(100%);
          filter: blur(0) grayscale(100%);
  opacity: .05;
}

.guidanceArea__body {
  position: relative;
  z-index: 1;
}

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

.guidanceArea__cont {
  padding-top: 100vh;
}

.guidanceArea__cont:last-child {
  padding-bottom: 100vh;
}

.guidanceArea__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  color: #877543;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Cormorant Infant", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  letter-spacing: 0;
  line-height: .7;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: .8s ease;
  transition: .8s ease;
  -webkit-transition-property: opacity,visibility;
  transition-property: opacity,visibility;
}

@media screen and (min-width: 768px) {
  .guidanceArea__link {
    bottom: 80px;
    font-size: 14px;
    gap: 10px;
    height: 140px;
    padding-top: 22px;
    width: 140px;
  }
}

@media screen and (max-width: 768px) {
  .guidanceArea__link {
    bottom: 80px;
    font-size: 14px;
    gap: 10px;
    height: 120px;
    padding-top: 22px;
    width: 120px;
  }
}

.guidanceArea__link .ttl {
  color: #44403b;
}

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

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

@media screen and (min-width: 768px) {
  .guidanceArea__link .dir {
    width: 12px;
  }
}

@media screen and (max-width: 768px) {
  .guidanceArea__link .dir {
    width: 12px;
  }
}

.guidanceArea__link.is-active {
  opacity: 1;
  pointer-events: auto;
}

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

.guidanceSect__head {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

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

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

.guidanceSect__ttl {
  color: #ffffff;
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: .7;
  text-align: center;
  -webkit-transition: color 1s ease;
  transition: color 1s ease;
}

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

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

.guidanceSect__dir {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  font-family: "Cormorant Infant", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .1em;
  line-height: .7;
  text-align: center;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

@media screen and (min-width: 768px) {
  .guidanceSect__dir {
    font-size: 14px;
    gap: 8px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .guidanceSect__dir {
    font-size: 14px;
    gap: 8px;
    margin-top: 20px;
  }
}

.guidanceSect__dir .arrow {
  aspect-ratio: 28 / 20;
  display: block;
}

@media screen and (min-width: 768px) {
  .guidanceSect__dir .arrow {
    width: 28px;
  }
}

@media screen and (max-width: 768px) {
  .guidanceSect__dir .arrow {
    width: 28px;
  }
}

.guidanceSect__cont {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.guidanceSect__lead {
  font-family: "Shippori Mincho", serif;
  -webkit-font-feature-settings: 'vert' on, 'palt' on;
          font-feature-settings: 'vert' on, 'palt' on;
  letter-spacing: .1em;
  line-height: 2.3;
  margin: 0 auto;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

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

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

.guidanceSect__lead .en {
  line-height: 1.2;
  position: relative;
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
}

.guidanceSect__lead .en sup {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .guidanceSect__visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 38px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 40px auto 0;
    width: 886px;
  }
}

@media screen and (max-width: 768px) {
  .guidanceSect__visual {
    margin-top: 32px;
    padding: 0 60px;
  }
}

.guidanceSect__visual .photo:after {
  border: 1px solid #ffffff;
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .guidanceSect__visual .photo:after {
    height: calc(100% - 4px);
    width: calc(100% - 4px);
  }
}

@media screen and (max-width: 768px) {
  .guidanceSect__visual .photo:after {
    height: calc(100% - 4px);
    width: calc(100% - 4px);
  }
}

.guidanceSect__visual .photo__capIn {
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .guidanceSect--position .guidanceSect__visual {
    margin-top: -28px;
  }
}

@media screen and (max-width: 768px) {
  .guidanceSect--position .guidanceSect__visual {
    padding: 0;
  }
}

.guidanceSect--position .guidanceSect__visual .photo:after {
  content: initial;
}

@media screen and (min-width: 768px) {
  .guidanceSect--design .guidanceSect__visual .photo {
    max-width: 370px;
  }
}

@media screen and (max-width: 768px) {
  .guidanceSect--design .guidanceSect__visual .photo {
    display: none;
  }
  .guidanceSect--design .guidanceSect__visual .photo:nth-child(2) {
    display: block;
  }
}

.guidanceSect.is-start .guidanceSect__head {
  opacity: 1;
}

.guidanceSect.is-active .guidanceSect__ttl {
  color: #877543;
}

.guidanceSect.is-active .guidanceSect__dir {
  opacity: 0;
}

.guidanceSect.is-active .guidanceSect__cont {
  opacity: 1;
}

.guidanceSect.is-active .guidanceSect__link {
  opacity: 1;
  visibility: visible;
}

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

.mainVisual {
  background-attachment: fixed;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  inset: 0;
  opacity: 0;
  position: relative;
  -webkit-transition: .8s ease;
  transition: .8s ease;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .mainVisual {
    background-color: #ffffff;
    height: 100vh;
  }
}

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

.mainVisual + * {
  position: relative;
  z-index: 2;
}

.mainVisual.is-load {
  opacity: 1;
}

.mainVisual.is-load .mainVisual__ttl {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .mainVisual.is-start .mainVisual__item:nth-child(1) .mainVisual__bg .photo__image {
    -o-object-position: 50% 80%;
       object-position: 50% 80%;
  }
}

@media screen and (min-width: 768px) {
  .mainVisual.is-end .mainVisual__movie {
    -webkit-filter: brightness(2);
            filter: brightness(2);
    opacity: 0;
  }
}

.mainVisual.is-end .mainVisual__dir {
  opacity: 1;
}

.mainVisual.is-end .mainVisual__controller {
  opacity: 0;
  overflow: hidden;
}

.mainVisual__wrapper {
  height: 100dvh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.mainVisual__inner {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .mainVisual__movie {
    inset: 0;
    position: absolute;
    -webkit-transition: 1.4s ease;
    transition: 1.4s ease;
    -webkit-transition-property: opacity,-webkit-filter;
    transition-property: opacity,-webkit-filter;
    transition-property: filter,opacity;
    transition-property: filter,opacity,-webkit-filter;
  }
  .mainVisual__movie:after {
    content: '';
    inset: 0;
    position: absolute;
  }
  .mainVisual__movie:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, rgba(0, 0, 0, 0)), color-stop(95%, rgba(0, 0, 0, 0.5)), color-stop(99.9%, rgba(0, 0, 0, 0.7)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.5) 95%, rgba(0, 0, 0, 0.7) 99.9%);
  }
  .mainVisual__movie .moviePlayer {
    aspect-ratio: 16 / 9;
    background-color: #000000;
    height: auto;
    left: 50%;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .mainVisual__movie .moviePlayer {
    min-height: 100%;
    width: auto;
  }
}

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

@media screen and (min-width: 768px) {
  .mainVisual__movie .moviePlayer__frame {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .mainVisual__movie .capIn {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 2;
  }
}

.mainVisual__item {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  height: 100%;
  opacity: 0;
  position: relative;
  -webkit-transition-property: opacity,-webkit-filter;
  transition-property: opacity,-webkit-filter;
  transition-property: filter,opacity;
  transition-property: filter,opacity,-webkit-filter;
}

@media screen and (min-width: 768px) {
  .mainVisual__item {
    -webkit-transition: 3.2s ease 1.6s;
    transition: 3.2s ease 1.6s;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual__item {
    -webkit-transition: 2s ease;
    transition: 2s ease;
  }
}

.mainVisual__item.is-animate {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  opacity: 1;
}

.mainVisual__item:not(:last-child) {
  inset: 0;
  position: absolute;
}

.mainVisual__item:first-child .mainVisual__bg .photo__image {
  max-width: initial;
}

.mainVisual__bg {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.mainVisual__bg:before, .mainVisual__bg:after {
  content: '';
  inset: 0;
  position: absolute;
}

.mainVisual__bg:before {
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.mainVisual__bg:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, rgba(0, 0, 0, 0)), color-stop(95%, rgba(0, 0, 0, 0.5)), color-stop(99.9%, rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.5) 95%, rgba(0, 0, 0, 0.7) 99.9%);
}

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

@media screen and (max-width: 768px) {
  .mainVisual__bg .photo__image {
    max-width: initial;
    width: auto;
  }
}

.mainVisual__bg .photo__capIn {
  z-index: 3;
}

.mainVisual__ttl {
  background-blend-mode: color;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 3s ease 1s;
  transition: 3s ease 1s;
  -webkit-transition-property: opacity,-webkit-filter;
  transition-property: opacity,-webkit-filter;
  transition-property: filter,opacity;
  transition-property: filter,opacity,-webkit-filter;
  will-change: filter;
  z-index: 1;
}

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

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

.mainVisual__ttl .mainSymbol--white:after {
  aspect-ratio: 5/6;
  background: rgba(68, 64, 59, 0.5);
  content: '';
  -webkit-filter: blur(30px);
          filter: blur(30px);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .mainVisual__ttl .mainSymbol--white:after {
    border-radius: 324px;
    width: 270px;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual__ttl .mainSymbol--white:after {
    border-radius: 50%;
    width: 200px;
  }
}

.mainVisual__skip {
  background-color: #ffffff;
  border: 1px solid #44403b;
  color: #44403b;
  font-family: "Cormorant Infant", serif;
  line-height: .9;
  position: absolute;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .mainVisual__skip {
    cursor: pointer;
    font-size: 16px;
    padding: 8px 16px;
    right: 32px;
    top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual__skip {
    font-size: 13px;
    padding: 6px 13px;
    right: 16px;
    top: 72px;
  }
}

.mainVisual__controller {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  position: absolute;
  z-index: 9;
}

@media screen and (min-width: 768px) {
  .mainVisual__controller {
    bottom: 40px;
    gap: 6px;
    left: 40px;
    width: 40px;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual__controller {
    bottom: 20px;
    gap: 4px;
    left: 20px;
    width: 32px;
  }
}

.mainVisual__controller .border {
  background-color: #ccc7c2;
  display: block;
}

@media screen and (min-width: 768px) {
  .mainVisual__controller .border {
    height: 28px;
    width: 6px;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual__controller .border {
    height: 22px;
    width: 4px;
  }
}

.mainVisual__controller.is-stop {
  background-color: #ccc7c2;
  -webkit-clip-path: polygon(25% 10%, 25% 90%, 95% 50%);
          clip-path: polygon(25% 10%, 25% 90%, 95% 50%);
}

.mainVisual__controller.is-stop .border {
  display: none;
}

.mainVisual__dir {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  font-family: "Cormorant Infant", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  letter-spacing: .1em;
  line-height: .7;
  opacity: 0;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

@media screen and (min-width: 768px) {
  .mainVisual__dir {
    bottom: 80px;
    font-size: 14px;
    gap: 8px;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual__dir {
    bottom: 140px;
    font-size: 14px;
    gap: 8px;
  }
}

.mainVisual__dir .arrow {
  aspect-ratio: 28 / 20;
  display: block;
}

@media screen and (min-width: 768px) {
  .mainVisual__dir .arrow {
    width: 28px;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual__dir .arrow {
    width: 28px;
  }
}

.mainVisual__note {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  inset: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
}

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

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

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

@media screen and (min-width: 768px) {
  .news {
    margin-top: 180px;
    width: 840px;
  }
}

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

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

.news__heading .en {
  font-family: "Cormorant Infant", serif;
  letter-spacing: .08em;
  line-height: 1;
}

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

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

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

@media screen and (max-width: 768px) {
  .news__heading .jp {
    color: #66615c;
    font-size: 12px;
    letter-spacing: .15em;
    padding-right: 21px;
    position: relative;
  }
  .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: #cccccc;
  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;
  }
}

@media screen and (min-width: 768px) {
  .newsGroup .noticeCard:has(.noticeCard__body) .noticeCard__link.is-active, .newsGroup .noticeCard:has(.noticeCard__body) .noticeCard__link:hover {
    background-color: #eeeeee;
  }
}

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

@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: #66615c;
  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: #66615c;
  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: #66615c;
  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: "Shippori Mincho", 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: #877543;
  font-family: "Cormorant Infant", serif;
  letter-spacing: .08em;
  line-height: .9;
}

@media screen and (min-width: 768px) {
  .newsGroup .newsDetail__term {
    font-size: 13px;
    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: #66615c;
  display: -webkit-box;
  letter-spacing: .15em;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.infoMenu__heading {
  text-align: center;
}

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

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

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

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

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

.infoMenu__heading .jp {
  color: #66615c;
  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: "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 {
  color: #66615c;
  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: #66615c;
  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: "Shippori Mincho", 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: #66615c;
  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;
  }
}

.topCV {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #ffffff;
  bottom: 70px;
  height: 40px;
  position: fixed;
  right: 10px;
  -webkit-transform: translate(0, 350%);
          transform: translate(0, 350%);
  -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;
}
</pre></body></html>