@charset "UTF-8";
/*----------------------------------
 全体
----------------------------------*/
html {
  font-size: 62.5%;
}

body {
  position: relative;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 2;
    margin: 0;
  }
}

@media screen and (min-width: 901px) {
  main {
    margin: -60px 0 0;
  }
}

a {
  color: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.75;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

*:focus {
  outline: none;
}

.iblock {
  display: inline-block;
}

/* 電話番号リンク（PC無効） */
@media screen and (min-width: 1025px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*----------------------------------
 inner（ベース）
----------------------------------*/
/* ------ .l-inner 共通 ------ */
div[class^=l-inner] {
  position: relative;
  height: 100%;
  padding: 0 20px 0 20px;
}
@media screen and (min-width: 1025px) {
  div[class^=l-inner] {
    padding: 0 40px;
  }
}

/* ------ .l-inner 個別 ------ */
.l-inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .l-inner {
    max-width: calc((960px) + (40px * 2));
  }
}

header {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background-color: #fff;
  width: 100%;
  height: 50px;
  background: transparent;
  position: static;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: fixed;
  z-index: 999;
  top:0;
  left:0;
}
@media screen and (min-width: 901px) {
  header {
    background-color: transparent;
    height: 60px;
  }
}
header .l-inner {
  padding: 0;
}
@media screen and (min-width: 901px) {
  header .l-inner {
    max-width: 2000px;
  }
}

header.fixed {
  background: #FFF;
  justify-content: space-between;
}

.l-header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .l-header__body {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-color: transparent;
    padding: 0 0 0 20px;
  }
  .sub .l-header__body {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #fff;
  }
  header.fixed .l-header__body {
    background: #FFF;
    justify-content: space-between;
  }
}

footer {
  position: relative;
  background-color: #000;
  padding: 45px 0 75px;
}
@media screen and (min-width: 1025px) {
  footer {
    padding: 35px 0 15px;
  }
}
footer::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(58, 128, 208)), color-stop(75%, rgb(0, 0, 0)));
  background: linear-gradient(180deg, rgb(58, 128, 208) 0%, rgb(0, 0, 0) 75%);
  width: 100%;
  height: 15px;
}
@media screen and (min-width: 1025px) {
  footer::before {
    height: 19px;
  }
}

.footer__logo {
  margin: 0 0 0 0;
  margin: 0 0 0 0;
}
.footer__logo img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .footer__logo img {
    width: 288px;
    height: 43px;
  }
}

.footer__logo-txt {
  font-size: 1.3rem;
  line-height: 2.3846153846;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .footer__logo-txt {
    line-height: 2.3846153846;
    margin: 5px 0 0;
  }
}

.footer-menu {
  display: none;
}
@media screen and (min-width: 1025px) {
  .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 5px 0 0;
  }
}
.footer-menu li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
@media screen and (min-width: 1025px) {
  .footer-menu li {
    line-height: 2.2142857143;
  }
}
.footer-menu li:nth-child(n+2) {
  margin: 0 0 0 1em;
  padding: 0 0 0 1em;
}
.footer-menu li:nth-child(n+2)::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  display: block;
  content: "";
  background-color: #fff;
  width: 1px;
  height: 16px;
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  text-align: center;
  margin: 17px 0 0;
}
@media screen and (min-width: 1025px) {
  .footer-info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    line-height: 2.2142857143;
    margin: -4px 0 0;
  }
}

@media screen and (min-width: 1025px) {
  .footer-address__email,
.footer-address__tel {
    margin: 0 0 0 12px;
  }
}

.footer-copyright {
  display: block;
  font-size: 1rem;
  line-height: 1.55;
  text-align: center;
  margin: 6px 0 0;
}
@media screen and (min-width: 1025px) {
  .footer-copyright {
    line-height: 3.1;
    margin: 12px 0 0;
  }
}

/*----------------------------------
 各ボタン
----------------------------------*/
.c-btn-base {
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 274px;
  margin: 0 auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 1025px) {
  .c-btn-base {
    max-width: 355px;
  }
}

.c-btn-base__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.3rem;
  line-height: 2;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .c-btn-base__link {
    line-height: 1.9565217391;
  }
}

.c-btn-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  display: block;
}

/* ------ 通常予約はこちらボタン ------ */
.c-btn-reservation {
  border: 1px solid #806400;
  height: 60px;
}
@media screen and (min-width: 1025px) {
  .c-btn-reservation {
    height: 75px;
  }
}
.c-btn-reservation:hover {
  background-color: #806400;
}
.c-btn-reservation .c-btn-base__link {
  padding: 0 40px 0 20px;
}
.c-btn-reservation .c-btn-base__link:hover {
  opacity: 1;
}
.c-btn-reservation.c-btn-icon::after {
  top: 53%;
  right: 37px;
  background: url("../images/common/btn_arw02_off.svg") no-repeat center center/contain;
  width: 7px;
  height: 18px;
}
@media screen and (min-width: 1025px) {
  .c-btn-reservation.c-btn-icon::after {
    right: 82px;
  }
}
.c-btn-reservation.c-btn-icon:hover::after {
  background: url("../images/common/btn_arw02_on.svg") no-repeat center center/contain;
}

/* ------ 体験予約はこちらボタン ------ */
.c-btn-taiken {
  position: relative;
  background-color: transparent;
  max-width: 198px;
}
.c-btn-taiken::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  background-color: #806400;
  width: 100%;
  height: 1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.c-btn-taiken:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.c-btn-taiken .c-btn-base__link {
  padding: 0 20px 0 0;
}
.c-btn-taiken .c-btn-base__link:hover {
  opacity: 1;
}
.c-btn-taiken .c-btn-base__link.c-btn-icon::after {
  top: 57%;
  right: 0;
  background: url("../images/common/btn_arw01.svg") no-repeat center center/contain;
  width: 8px;
  height: 18px;
}

.c-drawer-btn {
  position: relative;
  z-index: 1000;
  background-color: #fff;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 901px) {
  .c-drawer-btn {
    background-color: transparent;
    width: 71px;
    height: 60px;
  }
}
.c-drawer-btn:hover {
  cursor: pointer;
}
.c-drawer-btn.active {
  background-color: #000;
}
.c-drawer-btn span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateY(0) translateX(-50%);
          transform: translateY(0) translateX(-50%);
  background: #231815;
  width: 23px;
  height: 2px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 901px) {
  .c-drawer-btn span {
    background: #000;
    width: 32px;
    height: 3px;
  }
}
.c-drawer-btn span:nth-of-type(1) {
  top: 15px;
}
@media screen and (min-width: 901px) {
  .c-drawer-btn span:nth-of-type(1) {
    top: 18px;
  }
}
.c-drawer-btn span:nth-of-type(2) {
  top: 23px;
}
@media screen and (min-width: 901px) {
  .c-drawer-btn span:nth-of-type(2) {
    top: 29px;
  }
}
.c-drawer-btn span:nth-of-type(3) {
  top: 31px;
}
@media screen and (min-width: 901px) {
  .c-drawer-btn span:nth-of-type(3) {
    top: 40px;
  }
}
.c-drawer-btn.active span {
  background: #fff;
}
.c-drawer-btn.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) translateX(-12px) rotate(-45deg);
          transform: translateY(10px) translateX(-12px) rotate(-45deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 901px) {
  .c-drawer-btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) translateX(-16px) rotate(-45deg);
            transform: translateY(12px) translateX(-16px) rotate(-45deg);
  }
}
.c-drawer-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.c-drawer-btn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) translateX(-12px) rotate(45deg);
          transform: translateY(-6px) translateX(-12px) rotate(45deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 901px) {
  .c-drawer-btn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) translateX(-17px) rotate(45deg);
            transform: translateY(-10px) translateX(-17px) rotate(45deg);
  }
}

/* メニュー */
.c-drawer-menu {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.85);
  width: 60%;
  max-width: 216px;
  -webkit-transform: translateY(0) translateX(100%);
          transform: translateY(0) translateX(100%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  /* ------ オープン時 ------ */
}
@media screen and (min-width: 901px) {
  .c-drawer-menu {
    top: 60px;
    width: 100%;
  }
}
.c-drawer-menu.open {
  -webkit-transform: translateY(0) translateX(0);
          transform: translateY(0) translateX(0);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.c-drawer-menu__body {
  padding: 0 7px 19px 9px;
  overflow-y: scroll;
}
@media screen and (min-width: 1025px) {
  .c-drawer-menu__body {
    overflow-y: hidden;
  }
}

.c-drawer-menu__list li,
.c-drawer-menu__btn li {
  line-height: 1.8;
}
.c-drawer-menu__list a,
.c-drawer-menu__btn a {
  position: relative;
  display: block;
  padding: 8px 10px;
}

.c-drawer-menu__list li {
  border-top: 1px solid #848483;
}
.c-drawer-menu__list li:first-child {
  border-top: none;
}
.c-drawer-menu__list li:last-child {
  border-bottom: 1px solid #848483;
}
.c-drawer-menu__list a::before {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  display: block;
  content: "";
  background: url("../images/common/drawer_arw.svg") no-repeat left center/contain;
  width: 6px;
  height: 12px;
}

.c-drawer-menu__btn {
  margin: 13px 0 0;
}
.c-drawer-menu__btn li {
  border: 1px solid #7b7b7c;
  text-align: center;
}
.c-drawer-menu__btn li:nth-child(n+2) {
  margin: 7px 0 0;
}

.c-drawer-menu__list-sub {
  margin: 16px 0 0;
}
.c-drawer-menu__list-sub li {
  font-size: 1.3rem;
  line-height: 2.2692307692;
}

/*----------------------------------
 各タイトル、見出し
----------------------------------*/
/* ------ デフォルト ------ */
.c-sec__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.5rem;
  letter-spacing: 0.02em;
  line-height: 1.26;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .c-sec__title {
    font-size: 3.1rem;
    letter-spacing: 0.04em;
    line-height: 1;
  }
}

/* 小さいテキスト */
.c-sec__title-sub {
  font-size: 1.9rem;
  line-height: 1.6578947368;
  margin: 0 0 4px;
}
@media screen and (min-width: 1025px) {
  .c-sec__title-sub {
    line-height: 1.6842105263;
    margin: 0;
  }
}

/* ------ 縦線あり ------ */
.c-sec__title-box {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
}
.c-sec__title-box .c-sec__title {
  font-size: 3.3rem;
  line-height: 1.1940298507;
}
@media screen and (min-width: 1025px) {
  .c-sec__title-box .c-sec__title {
    line-height: 1.6666666667;
  }
}

/* 縦線の設定 */
.c-sec__title-line.is-show {
  position: relative;
  z-index: 1;
}
.c-sec__title-line.is-show::after {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateY(0) translateX(-50%);
          transform: translateY(0) translateX(-50%);
  display: block;
  content: "";
  background-color: #fff;
  width: 1px;
  height: 39px;
  margin: 0 auto;
  opacity: 0;
  -webkit-animation: lineAnimationSp 0.8s ease-in-out forwards;
          animation: lineAnimationSp 0.8s ease-in-out forwards;
}
@media screen and (min-width: 1025px) {
  .c-sec__title-line.is-show::after {
    top: 10px;
    -webkit-animation: lineAnimationPc 0.8s ease-in-out forwards;
            animation: lineAnimationPc 0.8s ease-in-out forwards;
  }
}

/* 縦線のアニメーション */
@-webkit-keyframes lineAnimationSp {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 39px;
    opacity: 1;
  }
}
@keyframes lineAnimationSp {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 39px;
    opacity: 1;
  }
}
@-webkit-keyframes lineAnimationPc {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 49px;
    opacity: 1;
  }
}
@keyframes lineAnimationPc {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 49px;
    opacity: 1;
  }
}
/*----------------------------------
 新規会員登録（画面右固定）
----------------------------------*/
.c-experience--fixed {
  position: fixed;
  z-index: 900;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 11px 0 8px;
  color: #FFF;
  font-size: 19px;
  font-weight: 600;
  line-height: 0.8em;
  letter-spacing: 0.2em;
  text-align: center;
  background-color: #006CBC;
  border: 1px solid #006CBC;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.c-experience--fixed svg {
  width: 32px;
  fill: #FFF;
  -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.c-experience--fixed .en {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.c-experience--fixed .u-sp-only {
  display: inline;
}
.c-experience--fixed:hover {
  color: #006CBC;
  background-color: #FFF;
  opacity: 1;
}
.c-experience--fixed:hover svg {
  fill: #006CBC;
}
@media screen and (min-width: 600px) {
  .c-experience--fixed {
    bottom: 200px;
    width: 70px;
    padding: 14px 0;
    line-height: 1.4em;
    letter-spacing: 0.02em;
    font-size: 15px;
    text-align: left;
    flex-wrap: wrap;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    gap: 12px;
  }
  .c-experience--fixed .en {
    font-size: 8px;
    font-weight: 500;
    letter-spacing: -0.02em;
  }
  .c-experience--fixed .u-sp-only {
    display: none;
  }
}

/*----------------------------------
 SNS（画面右固定）
----------------------------------*/
.c-sns--fixed {
  position: fixed;
  z-index: 900;
  right: 12px;
  bottom: 72px;
}
@media screen and (min-width: 600px) {
  .c-sns--fixed {
    right: 31px;
    bottom: 31px;
  }
}
.c-sns--fixed ul li:nth-child(n+2) {
  margin: 12px 0 0;
}

/*----------------------------------
 写真＋テキスト（背景色あり）
----------------------------------*/
.c-desc-area {
  position: relative;
  padding: 32px 0 34px;
}
@media screen and (min-width: 1025px) {
  .c-desc-area {
    padding: 140px 0;
  }
}
@media screen and (min-width: 1025px) {
  .c-desc-area > .l-inner {
    max-width: calc(1024px + (40px * 2));
  }
}

.c-desc-content {
  position: relative;
  z-index: 1;
  background-color: #08141c;
  width: 93.75%;
  margin: 0 auto;
  padding: 25px 17px;
}
@media screen and (min-width: 1025px) {
  .c-desc-content {
    text-align: center;
    width: 56.05%;
    max-width: 574px;
    margin: 0 0 0 auto;
    padding: 54px 20px 51px;
  }
}
.c-desc-content .c-sec__title {
  margin: 0 0 25px;
}
@media screen and (min-width: 1025px) {
  .c-desc-content .c-sec__title {
    margin: 0 0 35px;
  }
}

@media screen and (min-width: 1025px) {
  .c-desc-content--reverse {
    margin: 0 auto 0 0;
  }
}

.c-desc__img-box {
  padding: 0 20px;
}
@media screen and (min-width: 1025px) {
  .c-desc__img-box {
    padding: 0;
  }
}

.c-desc__img {
  width: 100%;
  height: 249px;
  margin: 0 0 -12px;
}
@media screen and (min-width: 600px) {
  .c-desc__img {
    height: 400px;
  }
}
@media screen and (min-width: 1025px) {
  .c-desc__img {
    position: absolute;
    top: 20.7%;
    right: 49.8412698413vw;
    width: 40.79%;
    max-height: none;
    margin: 0;
  }
}

@media screen and (min-width: 1025px) {
  .c-desc__img--reverse {
    right: 9.3650793651vw;
  }
}

/* PC/SPともに縦並びのとき */
.c-desc--clmn {
  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;
}
.c-desc--clmn .c-desc-content {
  max-width: 1700px;
  margin: 0 auto;
  padding: 14px 20px;
}
@media screen and (min-width: 1025px) {
  .c-desc--clmn .c-desc-content {
    width: 86.91%;
    padding: 44px 73px;
  }
}
.c-desc--clmn .c-desc__img {
  position: static;
  width: 100%;
  margin: 0 auto;
}

/*----------------------------------
 フェードイン
----------------------------------*/
/* 奥からフェードイン */
.js-fadein {
  opacity: 0;
  -webkit-transition: 1.4s;
  transition: 1.4s;
}
.js-fadein.is-show {
  opacity: 1;
}

/* 下から上にフェードイン */
.js-fadein-up {
  opacity: 0;
  -webkit-transform: translate(0, 10%);
          transform: translate(0, 10%);
  -webkit-transition: 1.4s;
  transition: 1.4s;
}
.js-fadein-up.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/*----------------------------------
 遅延設定
----------------------------------*/
.js-fadein-delay-01 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media screen and (min-width: 1025px) {
  .js-fadein-delay-01 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}

.js-fadein-delay-02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (min-width: 1025px) {
  .js-fadein-delay-02 {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}

.js-fadein-delay-03 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (min-width: 1025px) {
  .js-fadein-delay-03 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
}

.js-fadein-delay-04 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media screen and (min-width: 1025px) {
  .js-fadein-delay-04 {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
}

.js-fadein-delay-05 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (min-width: 1025px) {
  .js-fadein-delay-05 {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
}

.js-fadein-delay-06 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media screen and (min-width: 1025px) {
  .js-fadein-delay-06 {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
}

.js-fadein-delay-07 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
@media screen and (min-width: 1025px) {
  .js-fadein-delay-07 {
    -webkit-transition-delay: 2.1s;
            transition-delay: 2.1s;
  }
}

.js-fadein-delay-08 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
@media screen and (min-width: 1025px) {
  .js-fadein-delay-08 {
    -webkit-transition-delay: 2.1s;
            transition-delay: 2.1s;
  }
}

.js-fadein-delay-09 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media screen and (min-width: 1025px) {
  .js-fadein-delay-09 {
    -webkit-transition-delay: 2.4s;
            transition-delay: 2.4s;
  }
}

/*----------------------------------
 デバイス
----------------------------------*/
.u-sp-only {
  display: block;
}
@media screen and (min-width: 1025px) {
  .u-sp-only {
    display: none;
  }
}

.u-pc-only {
  display: none;
}
@media screen and (min-width: 1025px) {
  .u-pc-only {
    display: block;
  }
}

/*----------------------------------
 テキスト
----------------------------------*/
.u-txt-indent {
  text-indent: -1em;
  padding-left: 1em;
}

/*----------------------------------
 アクション無効
----------------------------------*/
.u-no-events {
  pointer-events: none;
}
/*# sourceMappingURL=common.css.map */