/**
 * COMMON PARTS
 */
.sec-subttl {
  font-family: "Noto Serif Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--10px, 10px) * 10 * 0.1);
  line-height: 200%; /* 20px */
  letter-spacing: 0.04em;
  color: #00f;
}
@media (orientation: portrait) {
  .sec-subttl {
    font-size: min(var(--10px, 10px) * 10 * 0.1, 12.5px);
  }
}
.sec-subttl:not(:link) {
  margin-bottom: calc(var(--10px, 10px) * 40 * 0.1);
}

.sec-ttl {
  font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: calc(var(--10px, 10px) * 42 * 0.1);
  line-height: 120%; /* 36px */
  letter-spacing: 0.04em;
}
@media (orientation: portrait) {
  .sec-ttl {
    font-size: min(var(--10px, 10px) * 30 * 0.1, 37.5px);
  }
}

.sec-copy {
  font-family: "Noto Serif Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: calc(var(--10px, 10px) * 16 * 0.1);
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.04em;
  padding-top: 0.25em;
  margin-bottom: calc(var(--10px, 10px) * 40 * 0.1);
}
@media (orientation: portrait) {
  .sec-copy {
    font-size: min(var(--10px, 10px) * 16 * 0.1, 20px);
    margin-bottom: calc(var(--10px, 10px) * 40 * 0.1);
  }
}

.cmn-txt {
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  font-size: calc(var(--10px, 10px) * 12 * 0.1);
  line-height: 1.3;
}
@media (orientation: portrait) {
  .cmn-txt {
    font-size: min(var(--10px, 10px) * 12 * 0.1, 15px);
  }
}

.cmn-btn {
  width: calc(var(--10px, 10px) * 120 * 0.1);
  height: calc(var(--10px, 10px) * 30 * 0.1);
  flex-shrink: 0;
  border-radius: 100vmax;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
  font-size: calc(var(--10px, 10px) * 10 * 0.1);
  font-family: "Noto Serif Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: calc(var(--10px, 10px) * 0.4 * 0.1);
}
@media (orientation: portrait) {
  .cmn-btn {
    font-size: min(var(--10px, 10px) * 10 * 0.1, 12.5px);
  }
}

.st-GlobalFooter_PageTop {
  z-index: 2000;
}

@media (orientation: landscape) {
  .sp:not(body) {
    display: none !important;
  }
}

@media (orientation: portrait) {
  .pc:not(body) {
    display: none !important;
  }
}

/**
 * LP
 */
.lp {
  --10px: calc(6px + (4/1200) * 100vw);
  font-family: "Noto Serif Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--10px, 10px) * 13 * 0.1);
  line-height: 180%; /* 23.4px */
  letter-spacing: calc(var(--10px, 10px) * 0.52 * 0.1);
  background-color: #acccdf;
}
@media (orientation: portrait) {
  .lp {
    font-size: min(var(--10px, 10px) * 13 * 0.1, 16.25px);
    --10px: calc((10/390) * 100vw);
  }
}
.lp button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.lpMask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #fff;
  -webkit-mask-position: center -50vh;
          mask-position: center -50vh;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.st-GlobalFooter {
  background-color: #fff;
}

/**
 * FIRST AREA
 */
.subpageMv {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  --overlay-op: 0;
}
@media (orientation: portrait) {
  .subpageMv {
    overflow: visible;
    min-height: 100lvh;
  }
}
.subpageMv_bg {
  position: absolute;
  width: 100%;
  height: 100lvh;
  top: 0;
  left: 0;
}
@media (orientation: portrait) {
  .subpageMv_bg {
    position: sticky;
    bottom: 0;
    margin-bottom: -100lvh;
  }
}
.subpageMv_bg img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subpageMv_bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: var(--overlay-op);
}
.subpageMv_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--10px, 10px) * 1120 * 0.1);
  padding: max(var(--10px, 10px) * 30 * 0.1, 10vh) calc(var(--10px, 10px) * 80 * 0.1) calc(var(--10px, 10px) * 40 * 0.1);
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  opacity: 0;
  padding-top: 0;
  padding-bottom: calc(var(--10px, 10px) * 100 * 0.1);
}
@media (orientation: portrait) {
  .subpageMv_inner {
    max-width: calc(100% - var(--10px, 10px) * 40 * 0.1);
  }
}
@media (orientation: portrait) {
  .subpageMv_inner {
    padding: calc(var(--10px, 10px) * 40 * 0.1) 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.subpageMv_copy {
  position: static;
  color: #ffffff;
  text-align: center;
  font-size: calc(var(--10px, 10px) * 16 * 0.1);
  font-family: "Noto Serif Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-bottom: 1.5em;
  order: 1;
}
.subpageMv_copy span {
  display: block;
}
@media (orientation: portrait) {
  .subpageMv_copy {
    font-size: min(var(--10px, 10px) * 16 * 0.1, 20px);
    order: 4;
    margin-bottom: 0;
  }
}
.subpageMv_ttl {
  margin-bottom: 0.33em;
  text-align: center;
  line-height: 95%;
  order: 2;
}
.subpageMv_ttl span {
  display: block;
}
@media (orientation: portrait) {
  .subpageMv_ttl {
    padding-top: min(var(--10px, 10px) * 38 * 0.1, 6svh);
  }
}
.subpageMv_name {
  order: 3;
  color: #fff;
  font-size: calc(var(--10px, 10px) * 32 * 0.1);
}
@media (orientation: portrait) {
  .subpageMv_name {
    font-size: min(var(--10px, 10px) * 20.86956522 * 0.1, 26.086956525px);
    margin-bottom: min(var(--10px, 10px) * 20 * 0.1, 25px);
  }
}

.subpageConcept {
  position: relative;
  z-index: 40;
  padding-top: calc(var(--10px, 10px) * 80 * 0.1);
  margin-bottom: calc(var(--10px, 10px) * -120 * 0.1);
  margin-top: calc(var(--10px, 10px) * -40 * 0.1);
  background: linear-gradient(102deg, rgba(255, 255, 255, 0.7) 40.69%, rgba(223, 230, 244, 0) 101.23%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (orientation: portrait) {
  .subpageConcept {
    padding-top: calc(var(--10px, 10px) * 80 * 0.1);
    padding-bottom: calc(var(--10px, 10px) * 0 * 0.1);
  }
}
.subpageConcept_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + var(--10px, 10px) * 120 * 0.1);
  overflow: hidden;
  --overlay-op: 1;
}
@media (orientation: portrait) {
  .subpageConcept_bg {
    height: calc(100lvh + var(--10px, 10px) * 80 * 0.1);
    position: sticky;
    top: 0;
    bottom: 0;
    margin-top: calc(var(--10px, 10px) * -80 * 0.1);
    margin-bottom: -100lvh;
  }
}
.subpageConcept_bg img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 10vh);
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(calc(1 - 0.5 * var(--overlay-op)));
}
@media (orientation: portrait) {
  .subpageConcept_bg img {
    will-change: all;
  }
}
.subpageConcept_head {
  position: absolute;
  padding: 0 calc(var(--10px, 10px) * 80 * 0.1);
  z-index: 1;
  width: 100%;
  text-decoration: none;
  top: 0;
}
@media (orientation: portrait) {
  .subpageConcept_head {
    padding: 0;
    text-align: center;
  }
}
.subpageConcept_head .sec-subttl {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--10px, 10px) * 1120 * 0.1);
  line-height: calc(var(--10px, 10px) * 40 * 0.1);
  padding: 0 calc(var(--10px, 10px) * 80 * 0.1);
}
@media (orientation: portrait) {
  .subpageConcept_head .sec-subttl {
    max-width: calc(100% - var(--10px, 10px) * 40 * 0.1);
  }
}
.subpageConcept_main {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--10px, 10px) * 1120 * 0.1);
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  z-index: 10;
  padding: calc(var(--10px, 10px) * 0 * 0.1) calc(var(--10px, 10px) * 0 * 0.1) calc(var(--10px, 10px) * 220 * 0.1);
  color: #fff;
  -webkit-mask-image: linear-gradient(90deg, white, white 45%, rgba(255, 255, 255, 0) 65%);
          mask-image: linear-gradient(90deg, white, white 45%, rgba(255, 255, 255, 0) 65%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-position: 100%;
          mask-position: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (orientation: portrait) {
  .subpageConcept_main {
    max-width: calc(100% - var(--10px, 10px) * 40 * 0.1);
  }
}
@media (orientation: portrait) {
  .subpageConcept_main {
    padding: 0 0 calc(var(--10px, 10px) * 160 * 0.1);
  }
}
.subpageConcept_main_head {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--10px, 10px) * 1120 * 0.1);
  width: 100%;
  padding: 0 calc(var(--10px, 10px) * 80 * 0.1);
  top: 0;
  left: 0;
  margin-bottom: calc(var(--10px, 10px) * 140 * 0.1) !important;
}
@media (orientation: portrait) {
  .subpageConcept_main_head {
    max-width: calc(100% - var(--10px, 10px) * 40 * 0.1);
  }
}
@media (orientation: portrait) {
  .subpageConcept_main_head {
    margin-bottom: calc(var(--10px, 10px) * 120 * 0.1) !important;
    padding: 0;
    text-align: center;
  }
}
.subpageConcept_main_ttl {
  text-align: center;
  margin-bottom: calc(var(--10px, 10px) * 12 * 0.1);
  color: #fff;
  line-height: 95%;
}
@media (orientation: portrait) {
  .subpageConcept_main_ttl {
    margin-bottom: min(var(--10px, 10px) * 20 * 0.1, 25px);
    white-space: nowrap;
  }
}
.subpageConcept_main_ttl span {
  display: block;
  text-align: center;
}
.subpageConcept_main_ttl + .txt {
  margin-top: calc(var(--10px, 10px) * 8 * 0.1);
}
.subpageConcept_main .sec-copy {
  text-align: center;
  color: #fff;
}
.subpageConcept_main .txt {
  text-align: center;
}

.subpageItemarea {
  position: relative;
  z-index: 30;
  padding-top: calc(var(--10px, 10px) * 120 * 0.1);
}

.subpageItem {
  padding-top: calc(var(--10px, 10px) * 80 * 0.1);
  padding-bottom: calc(var(--10px, 10px) * 200 * 0.1);
  text-align: center;
}
@media (orientation: portrait) {
  .subpageItem {
    padding-top: calc(var(--10px, 10px) * 50 * 0.1);
    padding-bottom: calc(var(--10px, 10px) * 150 * 0.1);
  }
}
.subpageItem_head_num {
  font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
  color: #00f;
  font-size: calc(var(--10px, 10px) * 16 * 0.1);
  margin-bottom: calc(var(--10px, 10px) * 60 * 0.1);
  letter-spacing: 0.04em;
}
@media (orientation: portrait) {
  .subpageItem_head_num {
    font-size: min(var(--10px, 10px) * 16 * 0.1, 20px);
  }
}
.subpageItem_head_ttl, .subpageItem_head_desc {
  color: #393956;
}
.subpageItem_head_ttl {
  margin-bottom: calc(var(--10px, 10px) * 12 * 0.1);
}
@media (orientation: portrait) {
  .subpageItem_head_ttl {
    line-height: 1.2;
  }
}
.subpageItem_head_ttl span {
  display: block;
}
.subpageItem_head_ttl .sub, .subpageItem_head_ttl small {
  font-size: calc(var(--10px, 10px) * 14 * 0.1);
  padding-top: 0.5em;
  font-family: "Noto Serif Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}
@media (orientation: portrait) {
  .subpageItem_head_ttl .sub, .subpageItem_head_ttl small {
    font-size: min(var(--10px, 10px) * 14 * 0.1, 17.5px);
  }
}
.subpageItem_head_desc {
  font-size: calc(var(--10px, 10px) * 16 * 0.1);
}
@media (orientation: portrait) {
  .subpageItem_head_desc {
    font-size: min(var(--10px, 10px) * 16 * 0.1, 20px);
  }
}
.subpageItem_img {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--10px, 10px) * 1120 * 0.1);
  overflow: hidden;
  position: relative;
}
@media (orientation: portrait) {
  .subpageItem_img {
    max-width: calc(100% - var(--10px, 10px) * 40 * 0.1);
  }
}
@media (orientation: landscape) {
  .subpageItem_img:not(:last-child) {
    margin-bottom: calc(var(--10px, 10px) * 40 * 0.1);
  }
}
@media (orientation: portrait) {
  .subpageItem_img {
    max-width: 100%;
  }
}
.subpageItem_img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1118/655;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (orientation: portrait) {
  .subpageItem_img img {
    aspect-ratio: 39/80;
  }
}

.partner {
  text-align: center;
  color: #393956;
  padding-bottom: calc(var(--10px, 10px) * 130 * 0.1);
}
.partner iframe {
  width: calc(var(--10px, 10px) * 800 * 0.1);
  height: auto;
  aspect-ratio: 16/9;
}
@media (orientation: portrait) {
  .partner iframe {
    width: 90%;
  }
}
.partner_ttl {
  margin-bottom: calc(var(--10px, 10px) * 35 * 0.1);
  color: #00f;
  font-size: calc(var(--10px, 10px) * 20 * 0.1);
}
@media (orientation: portrait) {
  .partner_ttl {
    font-size: min(var(--10px, 10px) * 20 * 0.1, 25px);
  }
}
.partner_list {
  padding: 0;
  margin: calc(var(--10px, 10px) * 40 * 0.1);
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(var(--10px, 10px) * 180 * 0.1);
  justify-content: center;
  gap: calc(var(--10px, 10px) * 40 * 0.1);
  margin: 0 0 calc(var(--10px, 10px) * 70 * 0.1);
  justify-items: center;
}
@media (orientation: portrait) {
  .partner_list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.partner_list li {
  list-style-type: none;
}
.partner_list li:not(:has(.partner_engname)) .partner_position {
  line-height: 1.5;
  color: #000;
}
.partner_img {
  margin: 0 0 calc(var(--10px, 10px) * 30 * 0.1);
}
.partner_img img {
  max-width: calc(var(--10px, 10px) * 120 * 0.1);
  display: block;
  margin: 0 auto;
}
@media (orientation: portrait) {
  .partner_img + .partner_jpname {
    margin-top: calc(var(--10px, 10px) * -30 * 0.1);
  }
}
.partner_engname {
  font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--10px, 10px) * 24 * 0.1);
  letter-spacing: 0.04em;
  margin: 0;
}
@media (orientation: portrait) {
  .partner_engname {
    font-size: min(var(--10px, 10px) * 24 * 0.1, 30px);
  }
}
.partner > .partner_engname {
  margin-bottom: calc(var(--10px, 10px) * 40 * 0.1);
}
.partner_jpname {
  font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--10px, 10px) * 22 * 0.1);
  line-height: 1.8;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media (orientation: portrait) {
  .partner_jpname {
    font-size: min(var(--10px, 10px) * 22 * 0.1, 27.5px);
  }
}
.partner_position {
  font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--10px, 10px) * 10 * 0.1);
}
@media (orientation: portrait) {
  .partner_position {
    font-size: min(var(--10px, 10px) * 10 * 0.1, 12.5px);
  }
}
.partner_detail {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--10px, 10px) * 1120 * 0.1);
}
@media (orientation: portrait) {
  .partner_detail {
    max-width: calc(100% - var(--10px, 10px) * 40 * 0.1);
  }
}
@media (orientation: portrait) {
  .partner_detail {
    text-align: left;
    padding: 0 calc(var(--10px, 10px) * 0 * 0.1);
    width: min(var(--10px, 10px) * 450 * 0.1, 562.5px);
  }
}

.backtotopBtn {
  position: relative;
  margin: 0 auto;
  height: calc(var(--10px, 10px) * 40 * 0.1);
  width: calc(var(--10px, 10px) * 240 * 0.1);
  background: #ACCCDF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #393956;
  font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--10px, 10px) * 12 * 0.1);
  bottom: calc(var(--10px, 10px) * -20 * 0.1);
  margin-top: calc(var(--10px, 10px) * -20 * 0.1);
  border-radius: 100vmax;
  border: 1px solid #ACCCDF;
  transition: ease 200ms;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (orientation: portrait) {
  .backtotopBtn {
    font-size: min(var(--10px, 10px) * 12 * 0.1, 15px);
  }
}
.backtotopBtn:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.st-GlobalFooter {
  background-color: #fff;
  position: relative;
  z-index: 1;
}/*# sourceMappingURL=collabopage.css.map */