@charset "UTF-8";
/* ====================
 SIZE SET
==================== */
/* ===================
 MIXIN
==================== */
/*----------------------------------------
	RESET
-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none !important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.pc {
  display: block;
}
@media only screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 834px) {
  .sp {
    display: block !important;
  }
}

html {
  font-size: 62.5%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: auto;
}
@media only screen and (max-width: 834px) {
  html {
    overflow-x: hidden;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: justify;
  color: #333333;
  background: #fff;
  width: 100%;
  word-wrap: break-word;
  line-height: 1.4;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  hanging-punctuation: allow-end;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  body {
    width: 100%;
    font-size: calc(14 / 750 * 100vw);
    min-width: 0;
  }
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333333;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (min-width: 835px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

img,
video {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: top;
}

/*===================================
画面サイズ
===================================*/
.c-inner {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.c-outer {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .c-outer {
    width: 95%;
  }
}
@media screen and (max-width: 1000px) {
  .c-inner {
    width: 85%;
  }
}
@media screen and (max-width: 834px) {
  .c-inner {
    width: calc(650 / 750 * 100vw);
  }
  .c-outer {
    width: calc(650 / 750 * 100vw);
  }
}
/*===================================
言語設定
===================================*/
.c-lang-jp .-jp {
  display: inline;
}
.c-lang-jp .-en {
  display: none;
}
.c-lang-en .-jp {
  display: none;
}
.c-lang-en .-en {
  display: inline;
}

/*===================================
font
===================================*/
/*===================================
color
===================================*/
/*===================================
swiper
===================================*/
.splide__arrow {
  top: calc(50% - 17.5px);
  width: 35px;
  height: 35px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 1;
  margin: 0;
}
.splide__arrow svg {
  display: none;
}
.splide__arrow--next {
  background-image: url(../img/common/icon_slide_arrow_next.svg);
}
.splide__arrow--prev {
  background-image: url(../img/common/icon_slide_arrow_prev.svg);
}
@media only screen and (max-width: 834px) {
  .splide__arrow {
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
  }
}

.c-text-serif {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
}

.l-footer {
  padding: 0 0 50px;
}
.l-footer__totop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  z-index: 100;
}
.l-footer__totop.is-view {
  opacity: 1;
}
@media only screen and (min-width: 835px) {
  .l-footer__totop:hover {
    opacity: 0.7;
  }
}
.l-footer__sns {
  margin: 26px 0 0;
}
.l-footer__sns a {
  display: block;
  width: 36px;
  margin: 0 auto;
}
.l-footer__logo {
  width: 120px;
  margin: 25px auto 0 auto;
}
.l-footer__copy {
  font-size: 10px;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 34px 0 0;
}

@media only screen and (max-width: 834px) {
  .l-footer__totop {
    right: 10px;
    bottom: 60px;
    width: 40px;
    height: 40px;
  }
  .l-footer__totop.is-stop {
    bottom: 10px;
  }
}
#SUMMER2025 {
  margin-inline: auto;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  overflow-x: hidden;
  padding-bottom: 180px;
}
#SUMMER2025 img {
  max-width: 100%;
}
#SUMMER2025 .hero {
  position: relative;
}
#SUMMER2025 .hero__background img {
  width: 100%;
}
@media only screen and (min-width: 835px) {
  #SUMMER2025 .hero__background img {
    min-height: 650px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}
#SUMMER2025 .hero__heading {
  position: absolute;
  top: calc(50% - 130px);
  right: calc(50% - 527px);
  overflow: hidden;
  display: block;
  width: 583px;
  height: 211px;
}
@media screen and (max-width: 1100px) {
  #SUMMER2025 .hero__heading {
    right: 25px;
  }
}
#SUMMER2025 .hero__heading picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#SUMMER2025 .hero__logo {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 148px;
}
#SUMMER2025 .lead {
  margin-top: 90px;
}
#SUMMER2025 .lead__body {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 2.22;
  font-weight: 300;
  text-align: center;
  padding-left: 0.2em;
}
#SUMMER2025 .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 37px;
  margin-top: 140px;
}
#SUMMER2025 .nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 222px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#SUMMER2025 .nav__link:nth-of-type(even) {
  margin-top: 112px;
}
#SUMMER2025 .nav__link > * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 835px) {
  #SUMMER2025 .nav__link:hover > * {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
#SUMMER2025 .nav__title {
  text-align: center;
  margin-top: 35px;
}
#SUMMER2025 .nav__title img {
  width: auto;
  height: 19.5px;
}
#SUMMER2025 .nav__text {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 1.63;
  text-align: center;
  margin-top: 15px;
}
#SUMMER2025 .float {
  position: fixed;
  top: 50%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
#SUMMER2025 .float.is-view {
  opacity: 1;
  pointer-events: visible;
}
#SUMMER2025 .float__link {
  width: 70px;
}
@media only screen and (min-width: 835px) {
  #SUMMER2025 .float.is-stop {
    opacity: 0 !important;
    pointer-events: none !important;
  }
}
#SUMMER2025 .style {
  margin-top: 100px;
}
#SUMMER2025 .style + .style {
  margin-top: 300px;
}
#SUMMER2025 .style-heading {
  position: relative;
}
#SUMMER2025 .style-heading__back {
  display: block;
  width: 100%;
  height: 500px;
}
@media only screen and (min-width: 835px) {
  #SUMMER2025 .style-heading__back img {
    max-width: none;
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}
#SUMMER2025 .style-heading__wrap {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#SUMMER2025 .style-heading__main {
  position: absolute;
  display: block;
}
#SUMMER2025 .style-heading__thema {
  position: absolute;
  display: block;
}
#SUMMER2025 .style-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  margin-top: 200px;
}
#SUMMER2025 .style-item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#SUMMER2025 .style-item__block {
  width: 440px;
}
@media only screen and (min-width: 835px) {
  #SUMMER2025 .style-item__block--w360 {
    width: 360px;
  }
  #SUMMER2025 .style-item__block--w480 {
    width: 480px;
  }
  #SUMMER2025 .style-item__block--mt70 {
    margin-top: 70px;
  }
}
#SUMMER2025 .style-item__title {
  width: 360px;
  font-size: 3rem;
  letter-spacing: 0.07em;
  line-height: 2;
  font-weight: 300;
  margin-top: 55px;
  white-space: nowrap;
  margin-inline: auto;
}
#SUMMER2025 .style-item__title i {
  position: relative;
}
#SUMMER2025 .style-item__title i::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  display: block;
  width: 100%;
  height: 8px;
  opacity: 0.2;
}
@media only screen and (min-width: 835px) {
  #SUMMER2025 .style-item__title--mt0 {
    margin-top: 0;
  }
}
#SUMMER2025 .style-item__lead {
  width: 360px;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  line-height: 1.88;
  margin-top: 33px;
  margin-bottom: 45px;
  margin-inline: auto;
}
#SUMMER2025 .style-item__image {
  display: block;
  overflow: hidden;
}
@media only screen and (min-width: 835px) {
  #SUMMER2025 .style-item__image:hover {
    opacity: 1;
  }
  #SUMMER2025 .style-item__image--1-1-1 {
    width: 580px;
    margin-left: -100px;
  }
  #SUMMER2025 .style-item__image--3-1 {
    width: 580px;
    margin-left: -125px;
  }
  #SUMMER2025 .style-item__image--2-1-1 {
    width: 580px;
  }
  #SUMMER2025 .style-item__image--2-1-2 {
    width: 480px;
    margin-left: -140px;
  }
  #SUMMER2025 .style-item__image--2-2-2 {
    width: 880px;
    margin-top: 80px;
    margin-inline: auto;
    margin-right: -140px;
  }
  #SUMMER2025 .style-item__image--3-1-2 {
    width: 580px;
    margin-left: -125px;
  }
  #SUMMER2025 .style-item__image--3-2-1 {
    width: 580px;
    margin-left: -125px;
  }
  #SUMMER2025 .style-item__image--3-3-1 {
    width: 580px;
  }
  #SUMMER2025 .style-item__image--4-2-1 {
    width: 580px;
    margin-left: -60px;
  }
  #SUMMER2025 .style-item__image--4-2-2 {
    width: 480px;
    margin-left: -120px;
  }
}
#SUMMER2025 #STYLE1 i {
  color: #907d6e;
}
#SUMMER2025 #STYLE1 i::after {
  background: #907d6e;
}
#SUMMER2025 #STYLE1 .credit__main a {
  background: #907d6e;
  border-color: #907d6e;
}
#SUMMER2025 #STYLE1 .style-heading__main {
  top: 135px;
  right: 97px;
  width: 528px;
}
#SUMMER2025 #STYLE1 .style-heading__thema {
  bottom: -100px;
  left: 97px;
  width: 282px;
}
@media only screen and (min-width: 835px) {
  #SUMMER2025 #STYLE1 .style-item__title {
    width: 380px;
    margin-right: 40px;
  }
}
#SUMMER2025 #STYLE1-3 .style-item__block--w360 {
  position: relative;
  z-index: 1;
}
#SUMMER2025 #STYLE2 i {
  color: #7fa3aa;
}
#SUMMER2025 #STYLE2 i::after {
  background: #7fa3aa;
}
#SUMMER2025 #STYLE2 .credit__main a {
  background: #7fa3aa;
  border-color: #7fa3aa;
}
#SUMMER2025 #STYLE2 .style-heading__main {
  top: 135px;
  left: 97px;
  width: 520px;
}
#SUMMER2025 #STYLE2 .style-heading__thema {
  bottom: -79px;
  right: 104px;
  width: 286px;
}
#SUMMER2025 #STYLE3 i {
  color: #5b6778;
}
#SUMMER2025 #STYLE3 i::after {
  background: #5b6778;
}
#SUMMER2025 #STYLE3 .credit__main a {
  background: #5b6778;
  border-color: #5b6778;
}
#SUMMER2025 #STYLE3 .style-heading__main {
  top: 135px;
  right: 97px;
  width: 422px;
}
#SUMMER2025 #STYLE3 .style-heading__thema {
  bottom: -79px;
  left: 104px;
  width: 193px;
}
#SUMMER2025 #STYLE4 i {
  color: #b5a48c;
}
#SUMMER2025 #STYLE4 i::after {
  background: #b5a48c;
}
#SUMMER2025 #STYLE4 .credit__main a {
  background: #b5a48c;
  border-color: #b5a48c;
}
#SUMMER2025 #STYLE4 .style-heading__main {
  top: 135px;
  left: 97px;
  width: 531px;
}
#SUMMER2025 #STYLE4 .style-heading__thema {
  bottom: -79px;
  right: 104px;
  width: 324px;
}
#SUMMER2025 .credit {
  width: 360px;
  margin-top: 50px;
  margin-inline: auto;
}
#SUMMER2025 .credit dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 300;
  margin-top: 20px;
}
#SUMMER2025 .credit dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: auto;
}
#SUMMER2025 .credit dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 215px;
  margin-left: auto;
}
#SUMMER2025 .credit img {
  display: block;
  width: 1.2em;
  height: 1.2em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: auto;
}
#SUMMER2025 .credit small {
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 1.6;
  padding-top: 0.4em;
}
#SUMMER2025 .credit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
  height: 24px;
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1;
  margin-left: 10px;
  color: #333333;
  border: 1px solid #333333;
}
@media only screen and (min-width: 835px) {
  #SUMMER2025 .credit a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #SUMMER2025 .credit a:hover {
    opacity: 0.8;
  }
}
#SUMMER2025 .credit__main {
  padding-bottom: 20px;
  border-bottom: 1px solid #878e8c;
}
#SUMMER2025 .credit__main dd:not(:first-of-type) {
  margin-top: 20px;
}
#SUMMER2025 .credit__main a {
  color: #fff;
}
@media only screen and (min-width: 835px) {
  #SUMMER2025 .credit--left {
    margin-left: 0;
  }
  #SUMMER2025 .credit--right {
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  #SUMMER2025 {
    position: relative;
    margin-bottom: calc(50 / 750 * 100vw);
    padding-bottom: calc(180 / 750 * 100vw);
  }
  #SUMMER2025 .hero__heading {
    top: auto;
    bottom: calc(75 / 750 * 100vw);
    right: calc(25 / 750 * 100vw);
    width: calc(680 / 750 * 100vw);
    height: calc(251 / 750 * 100vw);
  }
  #SUMMER2025 .hero__logo {
    top: calc(20 / 750 * 100vw);
    right: calc(20 / 750 * 100vw);
    width: calc(214 / 750 * 100vw);
  }
  #SUMMER2025 .lead {
    margin-top: calc(90 / 750 * 100vw);
  }
  #SUMMER2025 .lead__body {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: 0.2em;
    line-height: 2.5;
  }
  #SUMMER2025 .nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(40 / 750 * 100vw);
    margin-top: calc(185 / 750 * 100vw);
  }
  #SUMMER2025 .nav__link {
    width: calc(302 / 750 * 100vw);
  }
  #SUMMER2025 .nav__link:nth-of-type(even) {
    margin-top: calc(0 / 750 * 100vw);
  }
  #SUMMER2025 .nav__link:nth-of-type(n+3) {
    margin-top: calc(25 / 750 * 100vw);
  }
  #SUMMER2025 .nav__title {
    margin-top: calc(35 / 750 * 100vw);
  }
  #SUMMER2025 .nav__title img {
    height: calc(32 / 750 * 100vw);
  }
  #SUMMER2025 .nav__text {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.2em;
    line-height: 1.62;
    margin-top: calc(15 / 750 * 100vw);
  }
  #SUMMER2025 .float {
    top: auto;
    bottom: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    width: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #SUMMER2025 .float__link {
    width: calc(180 / 750 * 100vw);
  }
  #SUMMER2025 .float.is-stop {
    position: absolute;
  }
  #SUMMER2025 .style {
    margin-top: calc(200 / 750 * 100vw);
  }
  #SUMMER2025 .style + .style {
    margin-top: calc(300 / 750 * 100vw);
  }
  #SUMMER2025 .style-heading__back {
    height: auto;
  }
  #SUMMER2025 .style__wrap {
    width: 100%;
    margin-top: calc(230 / 750 * 100vw);
  }
  #SUMMER2025 .style-item {
    display: block;
    margin-top: calc(170 / 750 * 100vw);
  }
  #SUMMER2025 .style-item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #SUMMER2025 .style-item__block {
    width: 100%;
    margin-top: calc(30 / 750 * 100vw);
  }
  #SUMMER2025 .style-item__title {
    width: calc(650 / 750 * 100vw);
    font-size: calc(45 / 750 * 100vw);
    letter-spacing: 0.03em;
    line-height: 2;
    margin-top: calc(0 / 750 * 100vw);
    margin-bottom: calc(85 / 750 * 100vw);
  }
  #SUMMER2025 .style-item__title--right {
    text-align: right;
  }
  #SUMMER2025 .style-item__title i::after {
    bottom: calc(3 / 750 * 100vw);
    height: calc(8 / 750 * 100vw);
  }
  #SUMMER2025 .style-item__lead {
    width: calc(650 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.21em;
    line-height: 2.31;
    margin-top: calc(80 / 750 * 100vw);
    margin-bottom: calc(80 / 750 * 100vw);
    margin-inline: auto;
  }
  #SUMMER2025 .style-item__image--1-1-1 {
    width: calc(700 / 750 * 100vw);
    margin-left: auto;
  }
  #SUMMER2025 .style-item__image--3-2 {
    width: calc(700 / 750 * 100vw);
    margin-right: auto;
  }
  #SUMMER2025 .style-item__image--2-1-1 {
    width: calc(700 / 750 * 100vw);
    margin-right: auto;
  }
  #SUMMER2025 .style-item__image--2-2 {
    width: calc(700 / 750 * 100vw);
    margin-left: auto;
  }
  #SUMMER2025 .style-item__image--2-2-2 {
    margin-top: calc(30 / 750 * 100vw);
  }
  #SUMMER2025 .style-item__image--3-1-2 {
    width: calc(700 / 750 * 100vw);
    margin-right: auto;
  }
  #SUMMER2025 .style-item__image--3-2-2 {
    width: calc(700 / 750 * 100vw);
    margin-left: auto;
  }
  #SUMMER2025 .style-item__image--3-3-1 {
    width: calc(700 / 750 * 100vw);
    margin-right: auto;
  }
  #SUMMER2025 .style-item__image--4-2-1 {
    width: calc(700 / 750 * 100vw);
    margin-left: auto;
  }
  #SUMMER2025 #STYLE1 .style-heading__main {
    top: calc(106 / 750 * 100vw);
    right: calc(56 / 750 * 100vw);
    width: calc(581 / 750 * 100vw);
  }
  #SUMMER2025 #STYLE1 .style-heading__thema {
    bottom: calc(-115 / 750 * 100vw);
    left: calc(50 / 750 * 100vw);
    width: calc(311 / 750 * 100vw);
  }
  #SUMMER2025 #STYLE2 .style-heading__main {
    top: calc(106 / 750 * 100vw);
    left: calc(56 / 750 * 100vw);
    width: calc(571 / 750 * 100vw);
  }
  #SUMMER2025 #STYLE2 .style-heading__thema {
    bottom: calc(-79 / 750 * 100vw);
    right: calc(50 / 750 * 100vw);
    width: calc(235 / 750 * 100vw);
  }
  #SUMMER2025 #STYLE3 .style-heading__main {
    top: calc(106 / 750 * 100vw);
    right: calc(56 / 750 * 100vw);
    width: calc(467 / 750 * 100vw);
  }
  #SUMMER2025 #STYLE3 .style-heading__thema {
    bottom: calc(-79 / 750 * 100vw);
    left: calc(50 / 750 * 100vw);
    width: calc(213 / 750 * 100vw);
  }
  #SUMMER2025 #STYLE4 .style-heading__main {
    top: calc(106 / 750 * 100vw);
    left: calc(56 / 750 * 100vw);
    width: calc(584 / 750 * 100vw);
  }
  #SUMMER2025 #STYLE4 .style-heading__thema {
    bottom: calc(-79 / 750 * 100vw);
    right: calc(50 / 750 * 100vw);
    width: calc(297 / 750 * 100vw);
  }
  #SUMMER2025 .credit {
    width: calc(650 / 750 * 100vw);
    margin-top: calc(50 / 750 * 100vw);
  }
  #SUMMER2025 .credit dl {
    font-size: calc(31 / 750 * 100vw);
    letter-spacing: 0em;
    line-height: 1.68;
    margin-top: calc(35 / 750 * 100vw);
  }
  #SUMMER2025 .credit dd {
    width: calc(410 / 750 * 100vw);
  }
  #SUMMER2025 .credit small {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: 0em;
    line-height: 2;
    padding-top: 0.4em;
  }
  #SUMMER2025 .credit a {
    width: calc(175 / 750 * 100vw);
    height: calc(48 / 750 * 100vw);
    font-size: calc(27 / 750 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
    margin-left: calc(10 / 750 * 100vw);
  }
  #SUMMER2025 .credit__main {
    padding-bottom: calc(35 / 750 * 100vw);
  }
  #SUMMER2025 .credit__main dd:not(:first-of-type) {
    margin-top: calc(35 / 750 * 100vw);
  }
  #pagetop {
    bottom: calc(120 / 750 * 100vw);
  }
}
.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-bottom: 100px;
}
.banner a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 298px;
  height: 110px;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  line-height: 1.22;
  text-align: center;
  font-weight: 300;
  background: rgba(190, 220, 240, 0.45);
  border-radius: 5px;
}
.banner a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(315deg);
          transform: translate(0, -50%) rotate(315deg);
}
.banner a:hover {
  opacity: 0.7;
}
.banner img {
  width: auto;
  height: 40px;
}

@media only screen and (max-width: 834px) {
  .banner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 325px;
    margin-inline: auto;
    margin-bottom: 40px;
  }
  .banner a {
    width: calc(50% - 4px);
    height: 82px;
    font-size: 1.4rem;
  }
  .banner a:first-of-type {
    width: 100%;
    height: 55px;
  }
  .banner a:first-of-type br {
    display: none;
  }
  .banner a:not(:first-of-type) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
  .banner a:not(:first-of-type)::after {
    position: static;
    -webkit-transform: translate(0, 50%) rotate(315deg);
            transform: translate(0, 50%) rotate(315deg);
  }
  .banner img {
    width: auto;
    height: 30px;
  }
}
.u-inview,
.u-inview-next {
  -webkit-animation: none !important;
          animation: none !important;
}

/*===================================
オリジナル
===================================*/
.image-cover.-left {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(15%, transparent), color-stop(20%, black), color-stop(45%, black), color-stop(50%, transparent));
  -webkit-mask-image: linear-gradient(to right, transparent 15%, black 20%, black 45%, transparent 50%);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(15%, transparent), color-stop(20%, black), color-stop(45%, black), color-stop(50%, transparent));
          mask-image: linear-gradient(to right, transparent 15%, black 20%, black 45%, transparent 50%);
  -webkit-mask-size: 800% 100%;
          mask-size: 800% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-animation: animate-maskLeft 8s ease-out forwards;
          animation: animate-maskLeft 8s ease-out forwards;
}
.image-cover.-right {
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(15%, transparent), color-stop(20%, black), color-stop(45%, black), color-stop(50%, transparent));
  -webkit-mask-image: linear-gradient(to left, transparent 15%, black 20%, black 45%, transparent 50%);
          mask-image: -webkit-gradient(linear, right top, left top, color-stop(15%, transparent), color-stop(20%, black), color-stop(45%, black), color-stop(50%, transparent));
          mask-image: linear-gradient(to left, transparent 15%, black 20%, black 45%, transparent 50%);
  -webkit-mask-size: 800% 100%;
          mask-size: 800% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right;
          mask-position: right;
  -webkit-animation: animate-maskRight 8s ease-out forwards;
          animation: animate-maskRight 8s ease-out forwards;
}

/*===================================
マスク
===================================*/
.u-mask-up {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to bottom, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top;
          mask-position: top;
  -webkit-animation: animate-maskUp 2s ease-out forwards;
          animation: animate-maskUp 2s ease-out forwards;
}
.u-mask-up-line {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(49.5%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 49.5%, black 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(49.5%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to bottom, transparent 0%, transparent 49.5%, black 50%);
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top;
          mask-position: top;
  -webkit-animation: animate-maskUp 2s ease-out forwards;
          animation: animate-maskUp 2s ease-out forwards;
}
.u-mask-down {
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  -webkit-animation: animate-maskDown 2s ease-out forwards;
          animation: animate-maskDown 2s ease-out forwards;
}
.u-mask-down-line {
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(49.5%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 49.5%, black 50%);
          mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(49.5%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to top, transparent 0%, transparent 49.5%, black 50%);
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  -webkit-animation: animate-maskDown 2s ease-out forwards;
          animation: animate-maskDown 2s ease-out forwards;
}
.u-mask-left {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to right, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-animation: animate-maskLeft 2s ease-out forwards;
          animation: animate-maskLeft 2s ease-out forwards;
}
.u-mask-left-line {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(49.5%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 49.5%, black 50%);
          mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(49.5%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to right, transparent 0%, transparent 49.5%, black 50%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-animation: animate-maskLeft 2s ease-out forwards;
          animation: animate-maskLeft 2s ease-out forwards;
}
.u-mask-right {
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to left, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to left, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right;
          mask-position: right;
  -webkit-animation: animate-maskRight 2s ease-out forwards;
          animation: animate-maskRight 2s ease-out forwards;
}
.u-mask-right-line {
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(49.5%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to left, transparent 0%, transparent 49.5%, black 50%);
          mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(49.5%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to left, transparent 0%, transparent 49.5%, black 50%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right;
          mask-position: right;
  -webkit-animation: animate-maskRight 2s ease-out forwards;
          animation: animate-maskRight 2s ease-out forwards;
}

/* アニメーション定義 */
@-webkit-keyframes animate-maskUp {
  to {
    -webkit-mask-position: bottom;
            mask-position: bottom;
  }
}
@keyframes animate-maskUp {
  to {
    -webkit-mask-position: bottom;
            mask-position: bottom;
  }
}
@-webkit-keyframes animate-maskDown {
  to {
    -webkit-mask-position: top;
            mask-position: top;
  }
}
@keyframes animate-maskDown {
  to {
    -webkit-mask-position: top;
            mask-position: top;
  }
}
@-webkit-keyframes animate-maskLeft {
  to {
    -webkit-mask-position: right;
            mask-position: right;
  }
}
@keyframes animate-maskLeft {
  to {
    -webkit-mask-position: right;
            mask-position: right;
  }
}
@-webkit-keyframes animate-maskRight {
  to {
    -webkit-mask-position: left;
            mask-position: left;
  }
}
@keyframes animate-maskRight {
  to {
    -webkit-mask-position: left;
            mask-position: left;
  }
}
/*===================================
フェードイン
===================================*/
.u-fade-in {
  opacity: 0;
  -webkit-animation: animate-fade 0.8s forwards;
          animation: animate-fade 0.8s forwards;
}
.u-fade-up {
  opacity: 0;
  -webkit-transform: translate(0, 75px);
          transform: translate(0, 75px);
  -webkit-animation: animate-fade 0.8s forwards;
          animation: animate-fade 0.8s forwards;
}
.u-fade-down {
  opacity: 0;
  -webkit-transform: translate(0, -75px);
          transform: translate(0, -75px);
  -webkit-animation: animate-fade 0.8s forwards;
          animation: animate-fade 0.8s forwards;
}
.u-fade-left {
  opacity: 0;
  -webkit-transform: translate(-75px, 0);
          transform: translate(-75px, 0);
  -webkit-animation: animate-fade 0.8s linear forwards;
          animation: animate-fade 0.8s linear forwards;
}
.u-fade-right {
  opacity: 0;
  -webkit-transform: translate(75px, 0);
          transform: translate(75px, 0);
  -webkit-animation: animate-fade 0.8s forwards;
          animation: animate-fade 0.8s forwards;
}

@-webkit-keyframes animate-fade {
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes animate-fade {
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
/*===================================
位置移動
===================================*/
.u-sliding-down {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-animation: animate-sliding 1.5s forwards;
          animation: animate-sliding 1.5s forwards;
}
.u-sliding-up {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-animation: animate-sliding 1.5s forwards;
          animation: animate-sliding 1.5s forwards;
}

@-webkit-keyframes animate-sliding {
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes animate-sliding {
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
/*===================================
スケール
===================================*/
.u-zoom-in {
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: animate-scale 1s forwards;
          animation: animate-scale 1s forwards;
}
.u-zoom-out {
  opacity: 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: animate-scale 1s forwards;
          animation: animate-scale 1s forwards;
}

@-webkit-keyframes animate-scale {
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes animate-scale {
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
/*===================================
フィルター
===================================*/
.u-filter-blur {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-animation: animate-filter 0.5s forwards;
          animation: animate-filter 0.5s forwards;
}

@-webkit-keyframes animate-filter {
  to {
    -webkit-filter: none;
            filter: none;
  }
}

@keyframes animate-filter {
  to {
    -webkit-filter: none;
            filter: none;
  }
}
/*===================================
回転
===================================*/
.u-rotate-x {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: rotateX(-90deg) scale(1, 0);
          transform: rotateX(-90deg) scale(1, 0);
  -webkit-animation: animate-rotateX 1.5s forwards;
          animation: animate-rotateX 1.5s forwards;
  overflow: hidden;
}

@-webkit-keyframes animate-rotateX {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
            transform: perspective(400px) rotateX(-90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(20deg);
            transform: perspective(400px) rotateX(20deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(-10deg);
            transform: perspective(400px) rotateX(-10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(5deg);
            transform: perspective(400px) rotateX(5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes animate-rotateX {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
            transform: perspective(400px) rotateX(-90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(20deg);
            transform: perspective(400px) rotateX(20deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(-10deg);
            transform: perspective(400px) rotateX(-10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(5deg);
            transform: perspective(400px) rotateX(5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-tal {
  text-align: left;
}

.u-tac {
  text-align: center;
}

.u-tac {
  text-align: right;
}

@media only screen and (max-width: 834px) {
  .u-mt10 {
    margin-top: 10px;
  }
  .u-mt20 {
    margin-top: 10px;
  }
  .u-mt30 {
    margin-top: 13px;
  }
  .u-mt40 {
    margin-top: 20px;
  }
  .u-mt50 {
    margin-top: 20px;
  }
  .u-mt60 {
    margin-top: 30px;
  }
  .u-mt70 {
    margin-top: 30px;
  }
  .u-mt80 {
    margin-top: 35px;
  }
  .u-mt90 {
    margin-top: 45px;
  }
  .u-mt100 {
    margin-top: 60px;
  }
}