@charset "UTF-8";
/* ====================
 SIZE SET
==================== */
/* ===================
 MIXIN
==================== */
/*----------------------------------------
	RESET
-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&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: #000000;
  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: #000000;
  -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 {
  margin: 0 30px;
}

@media screen and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .c-outer {
    margin: 0 calc(20 / 750 * 100vw);
  }
}
@media screen and (max-width: 1000px) {
  .c-inner {
    width: 85%;
  }
  .c-outer {
    margin: 0 calc(20 / 750 * 100vw);
  }
}
@media screen and (max-width: 834px) {
  .c-inner {
    width: calc(710 / 750 * 100vw);
  }
  .c-outer {
    margin: 0 calc(20 / 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);
  }
}

/*===================================
decoration
===================================*/
.c-line {
  position: relative;
  border-bottom: 1px solid #6c3337;
}
.c-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: calc(100% - 60px);
  height: calc(100% + 10px);
  border-left: 1px solid #6c3337;
  border-right: 1px solid #6c3337;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.c-line::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #6c3337;
}
@media only screen and (max-width: 834px) {
  .c-line::before {
    width: calc(100% - 40 / 750 * 100vw);
    height: calc(100% + 10 / 750 * 100vw);
  }
  .c-line::after {
    bottom: calc(-10 / 750 * 100vw);
  }
}

.c-txt-open {
  font-family: "Open Sans", sans-serif !important;
}

#AW2025 {
  font-family: YakuHanMP, "Shippori Mincho", serif;
  padding-bottom: 100px;
}
#AW2025 .hero {
  position: relative;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: #ab885c;
  max-height: 100vh;
}
#AW2025 .hero__background {
  width: 46%;
  max-height: 100vh;
  overflow: hidden;
}
#AW2025 .hero__background img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
#AW2025 .hero__heading {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 54%;
  padding-bottom: 5%;
}
#AW2025 .hero__heading picture {
  width: 406px;
}
#AW2025 .hero__logo {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 85px);
  display: block;
  width: 207px;
  z-index: 5;
}
#AW2025 .lead__wrap {
  background: #c6ac8e;
}
#AW2025 .lead__inner {
  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: 50px;
  padding: 210px 0;
}
#AW2025 .lead__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 306px;
}
#AW2025 .lead-text {
  width: 530px;
}
#AW2025 .lead-text__heading {
  display: block;
  width: 281px;
}
#AW2025 .lead-text__body {
  font-size: 1.8rem;
  letter-spacing: -0.01em;
  line-height: 2;
  margin-top: 40px;
}
#AW2025 .lead-text__body span {
  display: inline-block;
  width: 1.5em;
  height: 1px;
  margin: 0 0.2em;
  background: #000000;
  vertical-align: middle;
}
#AW2025 .style__title {
  padding: 105px 0 95px;
  margin: 0 auto;
}
#AW2025 .style__title--01 {
  width: 300px;
}
#AW2025 .style__title--02 {
  width: 348.7px;
}
#AW2025 .style__title--03 {
  width: 348.8px;
}
#AW2025 .style__title--04 {
  width: 211.4px;
}
#AW2025 .style__title--05 {
  width: 388.9px;
}
#AW2025 .style__title--06 {
  width: 257.8px;
}
#AW2025 .style__title--07 {
  width: 378.8px;
}
#AW2025 .style__title--08 {
  width: 306.8px;
}
#AW2025 .style__block {
  padding-bottom: 100px;
}
#AW2025 .style-item__title img {
  width: auto;
  height: 22.75px;
}
#AW2025 .style-item__title--2line img {
  height: 66px;
}
#AW2025 .style-item__body {
  width: 350px;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  line-height: 1.75;
  margin-top: 24px;
}
@media only screen and (min-width: 835px) {
  #AW2025 .style-type1__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #AW2025 .style-type1__wrap--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #AW2025 .style-type1__main {
    position: relative;
    width: 550px;
    margin-left: -100px;
    z-index: 2;
  }
  #AW2025 .style-type1__main--right {
    margin-left: auto;
    margin-right: -100px;
  }
  #AW2025 .style-type1__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 125px;
    width: 350px;
    margin-top: 80px;
    margin-right: 50px;
  }
  #AW2025 .style-type1__credit {
    position: relative;
    margin-top: -85px;
    z-index: 1;
  }
  #AW2025 .style-type1__credit--right {
    margin-left: 550px;
  }
  #AW2025 .style-type2__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0;
    padding-right: pc(15);
  }
  #AW2025 .style-type2__wrap--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-left: 15px;
    padding-right: 0;
  }
  #AW2025 .style-type2__main {
    position: relative;
    width: 550px;
    z-index: 1;
  }
  #AW2025 .style-type2__sub {
    display: block;
    margin-top: 80px;
  }
  #AW2025 .style-type2__credit {
    margin-top: 70px;
  }
  #AW2025 .style-type3__wrap {
    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;
    gap: 40px;
  }
  #AW2025 .style-type3__main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
  }
  #AW2025 .style-type3__main picture {
    width: 50%;
  }
  #AW2025 .style-type3__sub {
    display: block;
    margin-top: 80px;
  }
}
#AW2025 .credit {
  width: 320px;
}
@media only screen and (min-width: 835px) {
  #AW2025 .credit.js-credit-pc {
    display: none;
  }
  #AW2025 .credit.target-style04, #AW2025 .credit.target-style05 {
    margin-top: 30px;
  }
}
#AW2025 .credit dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
}
#AW2025 .credit dd {
  width: 215px;
  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;
  margin-left: auto;
}
#AW2025 .credit img {
  display: block;
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: auto;
}
#AW2025 .credit small {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 1.6;
  padding-top: 0.4em;
}
#AW2025 .credit hr {
  width: 100%;
  height: 1px;
  margin: 10px 0;
  background: #c9caca;
  border: none;
}
#AW2025 .credit button {
  display: none;
}
#AW2025 .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;
  font-family: "Noto Sans", sans-serif;
  margin-left: 10px;
  border: 1px solid #6c6a65;
}
#AW2025 .credit__main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#AW2025 .credit__main:nth-of-type(n+2) {
  margin-top: 25px;
}
#AW2025 .credit__main + .credit__sub {
  margin-top: 20px;
}
#AW2025 .credit__main dt {
  width: 100%;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
#AW2025 .credit__main dd {
  margin-top: 10px;
}
#AW2025 .credit__main a {
  color: #fff;
  background: #6c3337;
}
#AW2025 .credit__sub {
  margin-top: 10px;
}
#AW2025 .item__wrap {
  position: relative;
}
#AW2025 .item__lead {
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  line-height: 1.75;
  margin-bottom: 75px;
}
#AW2025 .item .splide {
  font-size: 3rem;
  letter-spacing: 0;
}
#AW2025 .item .splide picture {
  display: block;
  margin: 25px 0;
}
#AW2025 .item .splide picture img {
  width: auto;
  height: 52px;
}
#AW2025 .item .splide__arrow {
  top: -80px;
  left: auto;
  right: 0;
  width: 40px;
  height: 40px;
  background: none;
  border: 1px solid #000;
  border-radius: 0;
}
#AW2025 .item .splide__arrow--prev {
  right: 80px;
  background-image: url(../img/slide_prev.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#AW2025 .item .splide__arrow--next {
  background-image: url(../img/slide_next.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#AW2025 .item .credit {
  margin: 0;
}
#AW2025 .item .credit__main {
  position: relative;
}
#AW2025 .item .credit dt {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
#AW2025 .item .credit dd:first-of-type {
  margin-top: 0;
}
#AW2025 .image-cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#AW2025 .links {
  margin-top: 100px;
}
#AW2025 .links__button {
  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: 435px;
  height: 44px;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 500;
  margin: 30px auto 0;
  border: 1px solid #000000;
}
#AW2025 .links__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: 50px;
  margin: 100px auto 0;
}
#AW2025 .links__banner a {
  width: 435px;
}

@media only screen and (max-width: 834px) {
  #AW2025 {
    padding-bottom: calc(100 / 750 * 100vw);
  }
  #AW2025 .hero {
    max-height: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #AW2025 .hero__background {
    width: 100%;
  }
  #AW2025 .hero__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: calc(50 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
  }
  #AW2025 .hero__heading picture {
    width: calc(665 / 750 * 100vw);
    margin-top: 0px;
  }
  #AW2025 .hero__logo {
    bottom: calc(385 / 750 * 100vw);
    left: calc(40 / 750 * 100vw);
    width: calc(228.5 / 750 * 100vw);
  }
  #AW2025 .lead__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(40 / 750 * 100vw);
    padding: calc(90 / 750 * 100vw) 0;
  }
  #AW2025 .lead__image {
    width: calc(367 / 750 * 100vw);
  }
  #AW2025 .lead-text {
    width: calc(650 / 750 * 100vw);
  }
  #AW2025 .lead-text__heading {
    width: calc(336.4 / 750 * 100vw);
    margin: 0 auto;
  }
  #AW2025 .lead-text__body {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0em;
    line-height: 1.73;
    margin-top: calc(40 / 750 * 100vw);
    text-align: center;
  }
  #AW2025 .style__title {
    padding: calc(115 / 750 * 100vw) 0 calc(95 / 750 * 100vw);
    margin: 0 auto;
  }
  #AW2025 .style__title--01 {
    width: calc(387 / 750 * 100vw);
  }
  #AW2025 .style__title--02 {
    width: calc(450 / 750 * 100vw);
  }
  #AW2025 .style__title--03 {
    width: calc(450 / 750 * 100vw);
  }
  #AW2025 .style__title--04 {
    width: calc(272.8 / 750 * 100vw);
  }
  #AW2025 .style__title--05 {
    width: calc(502.2 / 750 * 100vw);
  }
  #AW2025 .style__title--06 {
    width: calc(333 / 750 * 100vw);
  }
  #AW2025 .style__title--07 {
    width: calc(489.6 / 750 * 100vw);
  }
  #AW2025 .style__title--08 {
    width: calc(396.5 / 750 * 100vw);
  }
  #AW2025 .style__block {
    padding-bottom: calc(100 / 750 * 100vw);
  }
  #AW2025 .style-item__text {
    width: calc(600 / 750 * 100vw);
    margin: calc(75 / 750 * 100vw) auto 0;
  }
  #AW2025 .style-item__title img {
    height: calc(34 / 750 * 100vw);
  }
  #AW2025 .style-item__title--2line img {
    height: calc(98 / 750 * 100vw);
  }
  #AW2025 .style-item__body {
    width: 100%;
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: -0.01em;
    line-height: 1.8;
    margin-top: calc(24 / 750 * 100vw);
  }
  #AW2025 .style-type1__sub {
    width: calc(600 / 750 * 100vw);
    margin: calc(75 / 750 * 100vw) auto 0;
  }
  #AW2025 .style-type1__sub picture {
    display: block;
    width: calc(540 / 750 * 100vw);
    margin: 0 auto;
  }
  #AW2025 .style-type1__credit {
    position: relative;
    margin-top: -85px;
    z-index: 1;
  }
  #AW2025 .style-type1__credit--right {
    margin-left: 550px;
  }
  #AW2025 .style-type2__main {
    position: relative;
  }
  #AW2025 .style-type2__sub {
    position: relative;
    display: block;
    width: calc(750 / 750 * 100vw);
    margin: calc(75 / 750 * 100vw) calc(-20 / 750 * 100vw) 0;
    z-index: 2;
  }
  #AW2025 .style-type3__main {
    width: calc(650 / 750 * 100vw);
    margin: 0 auto;
  }
  #AW2025 .style-type3__sub {
    display: block;
    margin-top: 80px;
  }
  #AW2025 .credit {
    width: calc(600 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) auto 0;
  }
  #AW2025 .credit dl {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
  }
  #AW2025 .credit dd {
    width: calc(430 / 750 * 100vw);
  }
  #AW2025 .credit img {
    margin-right: calc(15 / 750 * 100vw);
  }
  #AW2025 .credit small {
    font-size: calc(16 / 750 * 100vw);
    letter-spacing: 0em;
    line-height: 1.75;
  }
  #AW2025 .credit hr {
    margin: calc(20 / 750 * 100vw) 0;
    background: #c9caca;
    border: none;
  }
  #AW2025 .credit button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: YakuHanMP, "Shippori Mincho", serif;
    width: 100%;
    height: calc(65 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: 0em;
    line-height: 1.07;
    color: #000000;
    background: none;
    border: none;
  }
  #AW2025 .credit button::after {
    content: "";
    display: block;
    width: 0.65em;
    height: 0.65em;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    margin-left: 1em;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    will-change: transform;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #AW2025 .credit button.is-open::after {
    -webkit-transform: translateY(0) rotate(225deg);
            transform: translateY(0) rotate(225deg);
  }
  #AW2025 .credit a {
    width: calc(220 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
    margin-left: calc(25 / 750 * 100vw);
  }
  #AW2025 .credit__main:nth-of-type(n+2) {
    margin-top: calc(35 / 750 * 100vw);
  }
  #AW2025 .credit__main + .credit__sub {
    margin-top: calc(35 / 750 * 100vw);
  }
  #AW2025 .credit__main dt {
    width: 100%;
    font-weight: 700;
    text-align: left;
    margin-bottom: calc(10 / 750 * 100vw);
  }
  #AW2025 .credit__main dd {
    width: calc(440 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
  }
  #AW2025 .credit__sub {
    margin-top: calc(15 / 750 * 100vw);
  }
  #AW2025 .links {
    margin-top: calc(140 / 750 * 100vw);
  }
  #AW2025 .links__button {
    width: calc(620 / 750 * 100vw);
    height: calc(94 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
    margin: calc(30 / 750 * 100vw) auto 0;
  }
  #AW2025 .links__banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(50 / 750 * 100vw);
    width: calc(620 / 750 * 100vw);
    margin: calc(100 / 750 * 100vw) auto 0;
  }
  #AW2025 .links__banner a {
    width: 100%;
  }
  #AW2025 .js-accordion-area dl {
    margin-top: 0;
    margin-bottom: calc(35 / 750 * 100vw);
  }
}
.u-inview,
.u-inview-next {
  -webkit-animation: none !important;
          animation: none !important;
}

/*===================================
オリジナル
===================================*/
.u-water {
  -webkit-mask-image: url(../img/kv_slide_mask.png);
          mask-image: url(../img/kv_slide_mask.png);
  -webkit-filter: blur(15px);
          filter: blur(15px);
  mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 200% 200%;
          mask-size: 200% 200%;
  -webkit-mask-position: 0 -100%;
          mask-position: 0 -100%;
  -webkit-animation: 3s animate-water 1.5s ease-out forwards;
          animation: 3s animate-water 1.5s ease-out forwards;
}

@-webkit-keyframes animate-water {
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-mask-position: 100% 100%;
            mask-position: 100% 100%;
  }
}

@keyframes animate-water {
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-mask-position: 100% 100%;
            mask-position: 100% 100%;
  }
}
.image-cover.-left {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(15%, transparent), color-stop(17.5%, black), color-stop(47.5%, black), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to right, transparent 15%, black 17.5%, black 47.5%, black 50%);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(15%, transparent), color-stop(17.5%, black), color-stop(47.5%, black), color-stop(50%, black));
          mask-image: linear-gradient(to right, transparent 15%, black 17.5%, black 47.5%, black 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 12s ease-out forwards;
          animation: animate-maskLeft 12s ease-out forwards;
}
.image-cover.-right {
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(15%, transparent), color-stop(17.5%, black), color-stop(47.5%, black), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to left, transparent 15%, black 17.5%, black 47.5%, black 50%);
          mask-image: -webkit-gradient(linear, right top, left top, color-stop(15%, transparent), color-stop(17.5%, black), color-stop(47.5%, black), color-stop(50%, black));
          mask-image: linear-gradient(to left, transparent 15%, black 17.5%, black 47.5%, black 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 12s ease-out forwards;
          animation: animate-maskRight 12s 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-wave {
  -webkit-mask-image: linear-gradient(170deg, transparent 0%, transparent 33%, black 50%);
          mask-image: linear-gradient(170deg, 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 5s ease-out forwards;
          animation: animate-maskUp 5s 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;
}
@media only screen and (max-width: 834px) {
  .u-mask-down-sp {
    -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-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-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-image-zoom {
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: 1.5s animate-imageZoom forwards;
          animation: 1.5s animate-imageZoom 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;
  }
}
@-webkit-keyframes animate-imageZoom {
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes animate-imageZoom {
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/*===================================
フェードイン
===================================*/
.u-fade-in {
  opacity: 0;
  -webkit-animation: animate-fadein 0.8s forwards;
          animation: animate-fadein 0.8s forwards;
}
.u-fade-up {
  opacity: 0;
  -webkit-animation: animate-fadeUp 0.8s forwards;
          animation: animate-fadeUp 0.8s forwards;
}
.u-fade-down {
  opacity: 0;
  -webkit-animation: animate-fadeDown 0.8s forwards;
          animation: animate-fadeDown 0.8s forwards;
}
.u-fade-left {
  opacity: 0;
  -webkit-animation: animate-fadeInLeft 0.8s forwards;
          animation: animate-fadeInLeft 0.8s forwards;
}
.u-fade-right {
  opacity: 0;
  -webkit-animation: animate-fadeInRight 0.8s forwards;
          animation: animate-fadeInRight 0.8s forwards;
}

@-webkit-keyframes animate-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes animate-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes animate-fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 25px);
            transform: translate(0, 25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 25px);
            transform: translate(0, 25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes animate-fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes animate-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes animate-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
/*===================================
回転
===================================*/
.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-grow-up-x {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: translate(100%, 50%);
          transform: translate(100%, 50%);
  -webkit-animation: animate-growUp 1.5s forwards;
          animation: animate-growUp 1.5s forwards;
}

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

@keyframes animate-growUp {
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
/*==================================================
スーッ
===================================*/
.u-slide-down {
  -webkit-animation: animate-slideIn 0.6s linear forwards;
          animation: animate-slideIn 0.6s linear forwards;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

@-webkit-keyframes animate-slideIn {
  from {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes animate-slideIn {
  from {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*==================================================
滑らかに変形して出現
===================================*/
.smooth {
  -webkit-animation: animate-smooth 1s forwards;
          animation: animate-smooth 1s forwards;
  -webkit-transform-origin: left;
          transform-origin: left;
  opacity: 0;
}

@-webkit-keyframes animate-smooth {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}

@keyframes animate-smooth {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
/*==================================================
filter
===================================*/
.u-filter-blur-in {
  -webkit-animation: animate-blurIn 1s forwards;
          animation: animate-blurIn 1s forwards;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
}

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

@keyframes animate-blurIn {
  to {
    -webkit-filter: none;
            filter: none;
    opacity: 1;
  }
}
.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;
  }
}