@charset "UTF-8";
body {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.75;
  text-align: center;
  background: #000000;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body.no-scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

img,
svg {
  width: 100%;
  height: 100%;
}

button {
  background: transparent;
}

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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

input[type=text],
input[type=email],
input[type=checkbox],
select {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  /*borderをブラウザごとに統一*/
  background: #fff;
  /*背景色をブラウザごとに統一*/
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /*formのブラウザごとのスタイルを打ち消す*/
  border-radius: 0;
  /*角丸を消す*/
  color: inherit;
  /*bodyに合わせる*/
  font-family: inherit;
  /*bodyに合わせる*/
  font-size: 14px;
  padding: 12px 14px;
  width: 100%;
  height: 38px;
}

textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  /*borderをブラウザごとに統一*/
  background: #fff;
  /*背景色をブラウザごとに統一*/
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /*formのブラウザごとのスタイルを打ち消す*/
  border-radius: 0;
  /*角丸を消す*/
  color: inherit;
  /*bodyに合わせる*/
  font-family: inherit;
  /*bodyに合わせる*/
  font-size: 14px;
  padding: 12px 14px;
  width: 100%;
  height: 38px;
  /*ここまでinputと共通*/
  resize: none;
  /*textareaの大きさ変更なし*/
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=checkbox]:focus + span {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: inherit;
  padding: 0 40px;
  padding: 0 2.5rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 400px;
    padding: 0 1.5rem;
  }
}

.c-btn-wrap {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn-wrap {
    margin-top: 1.875rem;
  }
}

.c-btn__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-btn__text {
    font-size: 0.625rem;
  }
}

.c-btn {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  color: #ffffff;
  border-radius: 5px;
  border: solid 3px #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#a23d0e), to(#cb5a1a));
  background-image: linear-gradient(to top, #a23d0e, #cb5a1a);
  width: 645px;
  width: 40.3125rem;
  max-width: 100%;
  height: 93px;
  height: 5.8125rem;
  line-height: 93px;
  line-height: 5.8125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn {
    width: 100%;
    max-width: 21.875rem;
    font-size: 0.9375rem;
    height: 3.125rem;
    line-height: 3.125rem;
    border: solid 1px #fff;
  }
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  right: 1.875rem;
  width: 15px;
  width: 0.9375rem;
  height: auto;
  aspect-ratio: 15/28;
  background: url(../images/btn-arrow.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .c-btn::after {
    width: 0.375rem;
  }
}

.c-btn__label {
  margin-top: 30px;
  margin-top: 1.875rem;
  background: #253a4b;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  display: inline-block;
  padding: 12px 30px;
  padding: 0.75rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-btn__label {
    margin-top: 1.25rem;
    background: none;
    font-size: 0.75rem;
  }
  .c-btn__label > * + * {
    margin-top: 0.25rem;
  }
  .c-btn__label .bg {
    padding: 0.25rem;
    background: #253a4b;
  }
}

.c-btn__text02 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 30px;
  margin-top: 1.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-btn__text02 {
    font-size: 0.625rem;
    margin-top: 0.625rem;
  }
}

.c-head {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 2;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 140px;
  height: 8.75rem;
}
@media screen and (max-width: 767px) {
  .c-head {
    height: 5.625rem;
    font-size: 1.125rem;
  }
}

.c-title {
  padding-top: 120px;
  margin-bottom: 30px;
  font-family: "Lora", serif;
  font-size: 48px;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 36px;
    padding-top: 80px;
    margin-bottom: 20px;
  }
}

.c-title--ja {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-title--ja {
    font-size: 30px;
  }
}

.p-access__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-text-align-last: left;
       text-align-last: left;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .p-access__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.p-access__map {
  width: 50%;
}
.p-access__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1.8;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    width: 100%;
  }
}

.p-access__text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-access__text {
    width: 100%;
  }
}

.p-company__text {
  line-height: 2.5;
}

.p-company__table {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
}

.p-company__table-row {
  border-bottom: 1px solid #ffffff;
}

.p-company__table-header {
  width: 32%;
  font-weight: 400;
}

.p-company__partner-title {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-company__partner-title {
    padding-top: 30px;
  }
}

.p-company__partner-text {
  text-align: center;
}

.p-concept__message {
  line-height: 2.5;
}
@media screen and (max-width: 375px) {
  .p-concept__message {
    font-size: 12px;
  }
}

.p-concept__list {
  padding-top: 84px;
  margin-top: -40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-concept__list {
    grid-template-columns: 1fr;
  }
}

.p-concept__room {
  margin-top: 8px;
  font-size: 20px;
  font-family: "Lora", serif;
  font-weight: 500;
}

.p-concept__price {
  margin-top: 4px;
}

.p-drawer__icon {
  display: none;
}
.p-drawer__icon .bar {
  display: block;
  width: 24px;
  width: 1.5rem;
  height: 2px;
  height: 0.125rem;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-drawer__icon .bar1 {
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
.p-drawer__icon .bar2 {
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
.p-drawer__icon.js-open {
  top: 38px;
}
.p-drawer__icon.js-open .bar1 {
  margin-bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-drawer__icon.js-open .bar2 {
  display: none;
}
.p-drawer__icon.js-open .bar3 {
  -webkit-transform: translateY(-0.125rem) rotate(-45deg);
          transform: translateY(-0.125rem) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-drawer__icon {
    display: block;
    position: fixed;
    right: 20px;
    top: 30px;
    z-index: 999;
  }
}

.p-drawer__menu {
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 998;
  background: #000000;
  top: 84px;
  display: none;
}
.p-drawer__menu .p-drawer__menu--bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000000;
  z-index: -1;
}
.p-drawer__menu .p-drawer__container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.p-drawer__menu .p-drawer__nav {
  max-width: 400px;
  max-width: 25rem;
  margin: auto;
  text-align: center;
}
.p-drawer__menu .p-drawer__nav > * + * {
  border-top: 1px solid #dadada;
  border-top: 0.0625rem solid #dadada;
}
.p-drawer__menu .p-drawer__item a {
  font-family: "Lora", serif;
  font-size: 16px;
}
@media (hover: hover) {
  .p-drawer__menu .p-drawer__item a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .p-drawer__menu {
    display: none;
  }
}

.p-drawer__item a {
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

.p-faq__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-text-align-last: left;
       text-align-last: left;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-faq__content {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .p-faq .l-inner {
    max-width: 480px;
  }
}

.p-footer__row {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
}
.p-footer__row a {
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  .p-footer__row {
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}

.p-footer__copy {
  margin-top: 40px;
  background: #EEEEEE;
  color: #3A3A3A;
  height: 80px;
  line-height: 80px;
}

.p-fv {
  height: calc(100vh + 84px);
  margin-top: -84px;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  position: relative;
}

.p-fv__bg {
  background: url(../images/concept01.jpg.webp) no-repeat center center/cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-fv__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2c2926;
  opacity: 0.4;
}

.p-fv__logo {
  position: absolute;
  top: calc(50% + 64px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 600px;
  height: auto;
  aspect-ratio: 1;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.p-fv__logo.js-active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-fv__logo {
    width: 100%;
    max-width: 327px;
    top: 55%;
  }
}

.swiper-container {
  position: relative;
}

.swiper {
  position: relative;
}

.swiper-wrapper {
  position: relative;
  z-index: 10;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 左右の中央揃え */
  justify-content: center;
}

.swiper-slide img {
  -ms-flex-item-align: center;
      align-self: center;
  /* 上下の中央揃え */
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.swiper-button-prev {
  color: #ffffff;
  position: absolute;
  top: 58%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.swiper-button-prev::after {
  font-size: 24px;
}

.swiper-button-next {
  color: #ffffff;
  position: absolute;
  top: 58%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.swiper-button-next::after {
  font-size: 24px;
}

.p-header {
  height: 84px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header .l-inner {
    max-width: 100%;
  }
}
.p-header.js-scroll {
  background-color: rgba(0, 0, 0, .5);
}

.p-header__logo {
  position: fixed;
  top: 0;
  left: 24px;
  width: 110px;
  height: 100%;
  z-index: 999;
}
.p-header__logo a {
  height: 100%;
}
.p-header__logo a img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  height: 84px;
  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;
  gap: 20px;
}

.p-header__item a {
  display: inline-block;
  padding: 20px 10px;
  font-family: "Lora", serif;
  font-size: 18px;
}

.p-menu__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-menu__list {
    grid-template-columns: 1fr;
  }
}

.p-menu__item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.p-menu__text {
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .p-menu__logo {
    display: none;
  }
}

.p-reservation {
  padding-left: 24px;
  padding-top: 84px;
  padding-right: 24px;
}
.p-reservation .l-inner {
  background: #C91010;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-reservation .l-inner {
    padding-bottom: 60px;
    max-width: 100%;
  }
}
.p-reservation .c-title {
  padding-top: 84px;
}
@media screen and (max-width: 767px) {
  .p-reservation .c-title {
    padding-top: 40px;
  }
}

.p-reservation__text {
  margin-top: 10px;
}

.p-reservation__line {
  text-align: center;
}
.p-reservation__line img {
  margin-top: 4px;
  width: 116px;
}
.p-reservation__line a {
  margin-top: 4px;
  display: block;
}

/********************************
送信完了テキストの削除
*********************************/
.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

/********************************
  サンクスページ
  *********************************/
.p-thanks {
  padding-bottom: 59px;
  padding-bottom: 3.6875rem;
  text-align: center;
  margin-top: 60px;
  margin-top: 3.75rem;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding-bottom: 2.5rem;
    margin-top: 1.875rem;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks .l-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.p-thanks .p-thanks__head {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .p-thanks .p-thanks__head {
    font-size: 0.9375rem;
  }
}
.p-thanks .p-thanks__head.has-border {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  background: #ffffff;
}
.p-thanks .p-thanks__head.has-border::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 500%;
  max-width: 600px;
  height: 2px;
  height: 0.125rem;
  background: #ffffff;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-thanks .p-thanks__head.has-border::before {
    max-width: 300px;
  }
}
.p-thanks a {
  color: #3055b3;
  text-decoration: underline;
}

.p-thanks__content {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__content {
    margin-top: 1.25rem;
  }
}
.p-thanks__content > * + * {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__content > * + * {
    margin-top: 0.625rem;
  }
}

.p-thanks__step {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__step {
    margin-top: 1.25rem;
  }
}
.p-thanks__step > * + * {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__step > * + * {
    margin-top: 0.625rem;
  }
}

.p-thanks__line {
  margin-left: auto;
  margin-right: auto;
}
.p-thanks__line img {
  width: 139px;
}
@media screen and (max-width: 767px) {
  .p-thanks__line img {
    width: 70px;
  }
}

.p-thanks__line-text {
  text-align: center;
}

.p-thanks__info-link {
  display: block;
}

.p-thanks__btn {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 358px;
  max-width: 100%;
  height: 45px;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ed6931), to(#d15522));
  background-image: linear-gradient(to top, #ed6931, #d15522);
}
@media screen and (max-width: 767px) {
  .p-thanks__btn {
    width: 201px;
    height: 30px;
  }
}
.p-thanks__btn a {
  color: #ffffff;
  text-decoration: none;
  line-height: 45px;
}
@media screen and (max-width: 767px) {
  .p-thanks__btn a {
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.u-animation__fadeInUp {
  opacity: 0;
}

.u-animation__fadeInLeft {
  opacity: 0;
}

.u-animation__fadeInRight {
  opacity: 0;
}

.u-animation__fadeInLeftBig {
  opacity: 0;
}

.u-animation__fadeInRightBig {
  opacity: 0;
}

@-webkit-keyframes fadeInUpContents {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUpContents {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeftContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1.25rem);
            transform: translateX(-1.25rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeftContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1.25rem);
            transform: translateX(-1.25rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRightContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1.25rem);
            transform: translateX(1.25rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRightContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1.25rem);
            transform: translateX(1.25rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeftBigContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-62.5rem);
            transform: translateX(-62.5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeftBigContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-62.5rem);
            transform: translateX(-62.5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRightBigContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(62.5rem);
            transform: translateX(62.5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRightBigContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(62.5rem);
            transform: translateX(62.5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* フェードイン時に入るクラス */
.js-fadeInUp {
  -webkit-animation-name: fadeInUpContents;
          animation-name: fadeInUpContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.js-fadeInUp__delay--1s {
  -webkit-animation-name: fadeInUpContents;
          animation-name: fadeInUpContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInUp__delay--1s {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}

.js-fadeInUp__delay--2s {
  -webkit-animation-name: fadeInUpContents;
          animation-name: fadeInUpContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInUp__delay--2s {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
}

.js-fadeInUp__delay--3s {
  -webkit-animation-name: fadeInUpContents;
          animation-name: fadeInUpContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInUp__delay--3s {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
}

.js-fadeInUp__delay--4s {
  -webkit-animation-name: fadeInUpContents;
          animation-name: fadeInUpContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInUp__delay--4s {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }
}

.js-fadeInLeft {
  -webkit-animation-name: fadeInLeftContents;
          animation-name: fadeInLeftContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media screen and (max-width: 767px) {
  .js-fadeInLeft {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInLeft__delay--1s {
  -webkit-animation-name: fadeInLeftContents;
          animation-name: fadeInLeftContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInLeft__delay--1s {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInLeft__delay--1s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInLeft__delay--2s {
  -webkit-animation-name: fadeInLeftContents;
          animation-name: fadeInLeftContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInLeft__delay--2s {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInLeft__delay--2s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInLeft__delay--3s {
  -webkit-animation-name: fadeInLeftContents;
          animation-name: fadeInLeftContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInLeft__delay--3s {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInLeft__delay--3s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInLeft__delay--4s {
  -webkit-animation-name: fadeInLeftContents;
          animation-name: fadeInLeftContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInLeft__delay--4s {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInLeft__delay--4s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBigContents;
          animation-name: fadeInLeftBigContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media screen and (max-width: 767px) {
  .js-fadeInLeftBig {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInLeftBig__delay--1s {
  -webkit-animation-name: fadeInLeftBigContents;
          animation-name: fadeInLeftBigContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInLeftBig__delay--1s {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInLeftBig__delay--1s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInLeftBig__delay--2s {
  -webkit-animation-name: fadeInLeftBigContents;
          animation-name: fadeInLeftBigContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInLeftBig__delay--2s {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInLeftBig__delay--2s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInLeftBig__delay--3s {
  -webkit-animation-name: fadeInLeftBigContents;
          animation-name: fadeInLeftBigContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInLeftBig__delay--3s {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInLeftBig__delay--3s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInLeftBig__delay--4s {
  -webkit-animation-name: fadeInLeftBigContents;
          animation-name: fadeInLeftBigContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInLeftBig__delay--4s {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInLeftBig__delay--4s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInRight {
  -webkit-animation-name: fadeInRightContents;
          animation-name: fadeInRightContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media screen and (max-width: 767px) {
  .js-fadeInRight {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInRight__delay--1s {
  -webkit-animation-name: fadeInRightContents;
          animation-name: fadeInRightContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInRight__delay--1s {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInRight__delay--1s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInRight__delay--2s {
  -webkit-animation-name: fadeInRightContents;
          animation-name: fadeInRightContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInRight__delay--2s {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInRight__delay--2s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInRight__delay--3s {
  -webkit-animation-name: fadeInRightContents;
          animation-name: fadeInRightContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInRight__delay--3s {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInRight__delay--3s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInRight__delay--4s {
  -webkit-animation-name: fadeInRightContents;
          animation-name: fadeInRightContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInRight__delay--4s {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInRight__delay--4s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInRightBig {
  -webkit-animation-name: fadeInRightBigContents;
          animation-name: fadeInRightBigContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media screen and (max-width: 767px) {
  .js-fadeInRightBig {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInRightBig__delay--1s {
  -webkit-animation-name: fadeInRightBigContents;
          animation-name: fadeInRightBigContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInRightBig__delay--1s {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInRightBig__delay--1s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInRightBig__delay--2s {
  -webkit-animation-name: fadeInRightBigContents;
          animation-name: fadeInRightBigContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInRightBig__delay--2s {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInRightBig__delay--2s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInRightBig__delay--3s {
  -webkit-animation-name: fadeInRightBigContents;
          animation-name: fadeInRightBigContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInRightBig__delay--3s {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInRightBig__delay--3s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInRightBig__delay--4s {
  -webkit-animation-name: fadeInRightBigContents;
          animation-name: fadeInRightBigContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInRightBig__delay--4s {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInRightBig__delay--4s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}
/*# sourceMappingURL=style.css.map */
