@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: #231815;
  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: #231815;
  -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-txt-open {
  font-family: "Open Sans", sans-serif !important;
}

#SS2025 {
  font-family: YakuHanMP, "Shippori Mincho", serif;
  padding-bottom: 50px;
}
#SS2025 .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: #cdd5bb;
  max-height: 100vh;
}
#SS2025 .hero__background {
  width: 50%;
  max-height: 100vh;
  overflow: hidden;
}
#SS2025 .hero__background img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
#SS2025 .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: 50%;
}
#SS2025 .hero__text--japanese {
  width: 528px;
}
#SS2025 .hero__text--english {
  width: 318px;
  margin: 39px 0;
}
#SS2025 .hero__text--logo {
  width: 88px;
}
#SS2025 .hero__logo {
  position: absolute;
  bottom: -67px;
  left: calc(50% - 205px);
  display: block;
  width: 230px;
}
#SS2025 .lead {
  margin-top: 155px;
}
#SS2025 .lead__heading {
  display: block;
  width: 380px;
  margin: 0 auto;
}
#SS2025 .lead__body {
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 2;
  text-align: center;
  margin-top: 40px;
}
#SS2025 .lead__body span {
  display: inline-block;
  width: 1.5em;
  height: 1px;
  margin: 0 0.2em;
  background: #231815;
  vertical-align: middle;
}
#SS2025 .lead__video {
  width: 1000px;
  height: 562px;
  background: #ccc;
  margin: 50px auto 0;
}
#SS2025 .lead__video video {
  width: 100%;
  height: 100%;
}
#SS2025 .catch {
  padding: 250px 0;
}
#SS2025 .catch img {
  width: auto;
  max-width: none;
  height: 100%;
}
#SS2025 .catch__japanese {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 90px;
}
#SS2025 .catch__english {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 47px;
  margin-top: 30px;
}
#SS2025 .style + .style {
  margin-top: 200px;
}
#SS2025 .style__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 45px;
}
#SS2025 .style__wrap--left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#SS2025 .style__hero {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 600px;
}
#SS2025 .style__textarea {
  margin-top: 83px;
}
#SS2025 .style__heading {
  width: 100%;
  height: 139px;
  text-align: center;
}
#SS2025 .style__heading img {
  width: auto;
  max-width: none;
  height: 100%;
}
#SS2025 .style__body {
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 40px;
}
#SS2025 .style__image--left {
  width: 400px;
  margin: 80px 0 0 -100px;
}
#SS2025 .style__image--center {
  width: 350px;
  margin: 80px 0 0;
}
#SS2025 .style__image--right {
  width: 350px;
  margin: 80px 0 0;
}
#SS2025 .style__image--middle {
  width: 500px;
  margin: 100px auto 0;
}
#SS2025 .style__image--full {
  width: 100%;
  margin-top: 100px;
}
#SS2025 .credit {
  width: 320px;
  margin-top: 80px;
}
@media only screen and (min-width: 835px) {
  #SS2025 .credit.js-credit-pc {
    display: none;
  }
  #SS2025 .credit.target-style04, #SS2025 .credit.target-style05 {
    margin-top: 30px;
  }
}
#SS2025 .credit dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
}
#SS2025 .credit dd {
  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;
  margin-left: auto;
}
#SS2025 .credit img {
  display: block;
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}
#SS2025 .credit small {
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 1.6;
  padding-top: 0.4em;
}
#SS2025 .credit hr {
  width: 100%;
  height: 1px;
  margin: 10px 0;
  background: #c9caca;
  border: none;
}
#SS2025 .credit button {
  display: none;
}
#SS2025 .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;
}
#SS2025 .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;
}
#SS2025 .credit__main:nth-of-type(n+2) {
  margin-top: 25px;
}
#SS2025 .credit__main + .credit__sub {
  margin-top: 20px;
}
#SS2025 .credit__main dt {
  width: 100%;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
#SS2025 .credit__main dd {
  margin-top: 10px;
}
#SS2025 .credit__main a {
  color: #fff;
  background: #6c6a65;
}
#SS2025 .credit__sub {
  margin-top: 10px;
}
#SS2025 .image-cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#SS2025 .coordinate + .coordinate {
  margin-top: 200px;
}
#SS2025 .coordinate__heading {
  width: 100%;
  height: 34px;
  text-align: center;
}
#SS2025 .coordinate__heading img {
  width: auto;
  max-width: none;
  height: 100%;
}
#SS2025 .coordinate__lead {
  width: 600px;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.75;
  margin: 35px auto 0;
}
#SS2025 .coordinate__hero {
  position: relative;
  width: 600px;
  margin: 20px auto 0;
}
#SS2025 .coordinate__credit {
  position: absolute;
  bottom: 50px;
  right: -200px;
  z-index: 1;
}
#SS2025 .coordinate-switch {
  margin-top: 55px;
}
#SS2025 .coordinate-switch__title {
  width: 128px;
  margin: 0 auto;
}
#SS2025 .coordinate-switch__wrap {
  margin-top: 75px;
}
@media only screen and (min-width: 835px) {
  #SS2025 .coordinate-switch__wrap.splide {
    position: relative;
    visibility: visible;
  }
  #SS2025 .coordinate-switch__wrap .splide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 900px;
    margin: 0 auto !important;
  }
}
#SS2025 .coordinate-switch__block {
  width: 400px;
}
#SS2025 .coordinate-switch__body {
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.75;
  margin-top: 25px;
}
#SS2025 .coordinate-switch__credit {
  margin-top: 45px;
}
#SS2025 .links {
  margin-top: 200px;
}
#SS2025 .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 #231815;
}

@media only screen and (max-width: 834px) {
  #SS2025 {
    padding-bottom: calc(50 / 750 * 100vw);
  }
  #SS2025 .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #SS2025 .hero__background {
    width: 100%;
  }
  #SS2025 .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;
  }
  #SS2025 .hero__text--japanese {
    width: calc(664 / 750 * 100vw);
  }
  #SS2025 .hero__text--english {
    width: calc(645 / 750 * 100vw);
    margin: calc(25 / 750 * 100vw) 0;
  }
  #SS2025 .hero__text--logo {
    width: calc(109 / 750 * 100vw);
  }
  #SS2025 .hero__logo {
    bottom: calc(355 / 750 * 100vw);
    left: auto;
    right: calc(20 / 750 * 100vw);
    width: calc(380 / 750 * 100vw);
  }
  #SS2025 .lead {
    margin-top: calc(155 / 750 * 100vw);
  }
  #SS2025 .lead__heading {
    width: calc(570 / 750 * 100vw);
  }
  #SS2025 .lead__body {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0em;
    line-height: 1.93;
    margin-top: calc(40 / 750 * 100vw);
  }
  #SS2025 .lead__video {
    width: 100%;
    height: calc(1154 / 750 * 100vw);
    margin: calc(35 / 750 * 100vw) auto 0;
  }
  #SS2025 .catch {
    padding: calc(295 / 750 * 100vw) 0;
  }
  #SS2025 .catch__japanese {
    height: calc(134 / 750 * 100vw);
  }
  #SS2025 .catch__japanese--coordinate {
    height: calc(217 / 750 * 100vw);
  }
  #SS2025 .catch__english {
    height: calc(70 / 750 * 100vw);
    margin-top: calc(55 / 750 * 100vw);
  }
  #SS2025 .style {
    position: relative;
    width: 100%;
    padding-top: calc(260 / 750 * 100vw);
  }
  #SS2025 .style + .style {
    margin-top: calc(200 / 750 * 100vw);
  }
  #SS2025 .style__wrap {
    display: block;
  }
  #SS2025 .style__hero {
    width: 100%;
  }
  #SS2025 .style__textarea {
    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;
    width: calc(650 / 750 * 100vw);
    margin: calc(50 / 750 * 100vw) auto 0;
  }
  #SS2025 .style__heading {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(208 / 750 * 100vw);
  }
  #SS2025 .style__body {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0em;
    line-height: 1.8;
    margin-top: calc(40 / 750 * 100vw);
  }
  #SS2025 .style__image--left {
    width: calc(520 / 750 * 100vw);
    margin: 0;
  }
  #SS2025 .style__image--center {
    width: calc(550 / 750 * 100vw);
    margin: 0 auto 0 calc(-50 / 750 * 100vw);
  }
  #SS2025 .style__image--right {
    width: calc(550 / 750 * 100vw);
    margin: 0 calc(-50 / 750 * 100vw) 0 auto;
  }
  #SS2025 .style__image--middle {
    width: calc(520 / 750 * 100vw);
    margin: 0 auto;
  }
  #SS2025 .style__image--full {
    width: 100%;
    margin-top: calc(80 / 750 * 100vw);
  }
  #SS2025 .credit {
    width: 100%;
    margin-top: calc(40 / 750 * 100vw);
  }
  #SS2025 .credit dl {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
  }
  #SS2025 .credit img {
    margin-right: calc(15 / 750 * 100vw);
  }
  #SS2025 .credit small {
    font-size: calc(16 / 750 * 100vw);
    letter-spacing: 0em;
    line-height: 1.75;
  }
  #SS2025 .credit hr {
    margin: calc(20 / 750 * 100vw) 0;
    background: #c9caca;
    border: none;
  }
  #SS2025 .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: #231815;
    background: none;
    border: none;
  }
  #SS2025 .credit button::after {
    content: "";
    display: block;
    width: 0.65em;
    height: 0.65em;
    border-right: 1px solid #231815;
    border-bottom: 1px solid #231815;
    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;
  }
  #SS2025 .credit button.is-open::after {
    -webkit-transform: translateY(0) rotate(225deg);
            transform: translateY(0) rotate(225deg);
  }
  #SS2025 .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);
  }
  #SS2025 .credit__main:nth-of-type(n+2) {
    margin-top: calc(35 / 750 * 100vw);
  }
  #SS2025 .credit__main + .credit__sub {
    margin-top: calc(35 / 750 * 100vw);
  }
  #SS2025 .credit__main dt {
    width: 100%;
    font-weight: 700;
    text-align: left;
    margin-bottom: calc(10 / 750 * 100vw);
  }
  #SS2025 .credit__main dd {
    margin-top: calc(20 / 750 * 100vw);
  }
  #SS2025 .credit__sub {
    margin-top: calc(15 / 750 * 100vw);
  }
  #SS2025 .coordinate {
    width: 100%;
  }
  #SS2025 .coordinate + .coordinate {
    margin-top: calc(200 / 750 * 100vw);
  }
  #SS2025 .coordinate__heading {
    height: calc(110 / 750 * 100vw);
  }
  #SS2025 .coordinate__lead {
    width: calc(650 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0em;
    line-height: 1.8;
    margin: calc(35 / 750 * 100vw) auto 0;
  }
  #SS2025 .coordinate__hero {
    width: 100%;
    margin: calc(40 / 750 * 100vw) auto 0;
  }
  #SS2025 .coordinate__credit {
    position: static;
    width: calc(650 / 750 * 100vw);
    margin-inline: auto;
  }
  #SS2025 .coordinate-switch {
    margin-top: calc(95 / 750 * 100vw);
  }
  #SS2025 .coordinate-switch__title {
    width: calc(230 / 750 * 100vw);
  }
  #SS2025 .coordinate-switch__wrap {
    position: relative;
    width: calc(650 / 750 * 100vw);
    margin: calc(30 / 750 * 100vw) auto 0;
  }
  #SS2025 .coordinate-switch__block {
    width: 100%;
  }
  #SS2025 .coordinate-switch__body {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0em;
    line-height: 1.8;
    margin-top: calc(50 / 750 * 100vw);
  }
  #SS2025 .coordinate-switch .splide__pagination {
    position: absolute;
    top: calc(950 / 750 * 100vw);
    bottom: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
  }
  #SS2025 .coordinate-switch .splide__pagination__page.is-active {
    background: #231815;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #SS2025 .links {
    margin-top: calc(140 / 750 * 100vw);
  }
  #SS2025 .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;
  }
}
.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(17.5%, black), color-stop(47.5%, black), color-stop(50%, transparent));
  -webkit-mask-image: linear-gradient(to right, transparent 15%, black 17.5%, black 47.5%, transparent 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%, transparent));
          mask-image: linear-gradient(to right, transparent 15%, black 17.5%, black 47.5%, 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 12s ease-out forwards;
          animation: animate-maskLeft 12s ease-out forwards;
  will-change: mask-position;
}
.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%, transparent));
  -webkit-mask-image: linear-gradient(to left, transparent 15%, black 17.5%, black 47.5%, transparent 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%, transparent));
          mask-image: linear-gradient(to left, transparent 15%, black 17.5%, black 47.5%, 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 12s ease-out forwards;
          animation: animate-maskRight 12s ease-out forwards;
  will-change: mask-position;
}

.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;
  will-change: mask-position;
}
.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;
  will-change: mask-position;
}
@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;
    will-change: mask-position;
  }
}
.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;
  will-change: mask-position;
}
.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;
  will-change: mask-position;
}

.u-image-zoom {
  will-change: transform;
  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;
  will-change: transform opacity;
}
.u-fade-up {
  opacity: 0;
  -webkit-animation: animate-fadeUp 0.8s forwards;
          animation: animate-fadeUp 0.8s forwards;
  will-change: transform opacity;
}
.u-fade-down {
  opacity: 0;
  -webkit-animation: animate-fadeDown 0.8s forwards;
          animation: animate-fadeDown 0.8s forwards;
  will-change: transform opacity;
}
.u-fade-left {
  opacity: 0;
  -webkit-animation: animate-fadeInLeft 0.8s forwards;
          animation: animate-fadeInLeft 0.8s forwards;
  will-change: transform opacity;
}
.u-fade-right {
  opacity: 0;
  -webkit-animation: animate-fadeInRight 0.8s forwards;
          animation: animate-fadeInRight 0.8s forwards;
  will-change: transform opacity;
}

@-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);
  }
}
/*==================================================
スーッ
===================================*/
.slideIn {
  -webkit-animation: animate-slideIn 0.4s linear forwards;
          animation: animate-slideIn 0.4s linear forwards;
}

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

@keyframes animate-slideIn {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  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;
  }
}
.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;
  }
}