@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");
html {
  font-size: 62.5%; }

body {
  width: 100%;
  overflow-x: hidden;
  color: #000;
  list-style: none;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif,'メイリオ', Verdana, 'Hiragino Kaku Gothic ProN', Meiryo;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  margin: 0; }

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

main {
  transition: all .5s;
  overflow-x: hidden;
  overflow-y: hidden; }

h1 {
  margin: 0;
  letter-spacing: 0.02em;
  font-size: 4.6rem;
  font-family: 'Roboto Condensed', sans-serif; }
  @media (max-width: 768px) {
    h1 {
      font-size: 3.4rem; } }

h2 {
  margin: 0;
  font-size: 4rem;
  font-weight: 600;
  font-style: normal;
  font-family: 'Roboto Condensed', sans-serif; }
  @media (max-width: 1050px) {
    h2 {
      font-size: 3.4rem; } }
  @media (max-width: 768px) {
    h2 {
      font-size: 3rem; } }

h3 {
  margin: 0;
  font-size: 2.6rem;
  letter-spacing: 0.15em;
  line-height: 1.8em;
  font-weight: initial; }
  @media (max-width: 1050px) {
    h3 {
      font-size: 2.4rem; } }
  @media (max-width: 768px) {
    h3 {
      font-size: 2rem; } }

h4 {
  margin: 0;
  font-size: 2rem;
  font-style: normal;
  letter-spacing: 0.1em;
  font-weight: 500; }
  @media (max-width: 768px) {
    h4 {
      font-size: 1.8rem; } }

h5 {
  margin: 0;
  font-size: 1.8rem;
  font-style: normal;
  letter-spacing: 0.1em;
  font-weight: 500; }
  @media (max-width: 768px) {
    h5 {
      font-size: 1.6rem; } }

h6 {
  margin: 0;
  font-size: 1.2rem;
  font-style: normal;
  letter-spacing: 0.1em;
  font-weight: 500; }
  @media (max-width: 768px) {
    h6 {
      font-size: 1.4rem; } }

a {
  text-decoration: none;
  color: #000;
  font-size: 1.6rem; }
  @media (max-width: 1050px) {
    a {
      cursor: none; } }
  @media (max-width: 768px) {
    a {
      font-size: 1.4rem; } }

ul {
  list-style: none; }

li {
  font-size: 1.6rem; }

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

p {
  margin: 0;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 2.2em;
  font-size: 1.6rem; }
  @media (max-width: 1050px) {
    p {
      font-size: 1.6rem; } }
  @media (max-width: 768px) {
    p {
      font-size: 1.4rem;
      line-height: 1.8em; } }

ul {
  padding: 0;
  margin: 0; }

@media (max-width: 1050px) {
  .pc-img2 {
    display: none !important; } }

@media (max-width: 768px) {
  .pc-img {
    display: none !important; } }

.md-img {
  display: none; }
  @media (max-width: 1050px) {
    .md-img {
      display: block !important; } }

.sp-img {
  display: none !important; }
  @media (max-width: 768px) {
    .sp-img {
      display: block !important; } }

dt {
  font-size: 1.6rem; }
  @media (max-width: 768px) {
    dt {
      font-size: 1.4rem; } }

dd {
  font-size: 1.6rem;
  margin: 0; }
  @media (max-width: 768px) {
    dd {
      font-size: 1.4rem; } }

/* CSS Document */
.top-main {
  position: relative;
  height: 100%; }

.slide-items {
  width: 100%;
  height: 100%; }
  .slide-items img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover; }
    @media (max-width: 768px) {
      .slide-items img {
        height: 88vh; } }

.top-text {
  position: absolute;
  bottom: 10rem;
  left: 5%; }
  @media (max-width: 768px) {
    .top-text {
      bottom: 3rem; } }
  .top-text h1 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    padding: 1rem 3rem;
    background: rgba(255, 255, 255, 0.8);
    display: table; }
    .top-text h1:nth-child(2) {
      margin-bottom: 2rem; }
    @media (max-width: 768px) {
      .top-text h1 {
        font-size: 1.6rem;
        line-height: 1.2em; } }
  .top-text p {
    color: #fff;
    font-size: 4rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    line-height: 1.3em; }
    @media (max-width: 768px) {
      .top-text p {
        font-size: 3rem; } }

.concept {
  position: relative;
  background: url("../images/TOP/concept-bg.png");
  padding: 10rem 5rem;
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%; }
  @media (max-width: 768px) {
    .concept {
      padding: 10rem 3rem;
      background: none; } }

.concept-main {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }

.concept-left {
  width: 45%;
  margin-top: 3rem; }
  @media (max-width: 768px) {
    .concept-left {
      width: 100%;
      margin-top: 0; } }
  @media (max-width: 768px) {
    .concept-left img {
      max-width: 300px;
      margin: 0 auto 3rem;
      display: block; } }
  .concept-left h4 {
    margin: 4rem 0;
    font-weight: bold; }

.concept-right {
  width: 450px;
  margin-right: 3rem; }
  @media (max-width: 1050px) {
    .concept-right {
      width: 45%; } }

.spbg {
  position: absolute;
  top: 0;
  right: 0;
  background: red;
  height: 100%;
  width: 65%;
  margin-left: auto;
  z-index: -1;
  background: url("../images/TOP/concept-bg.png");
  padding: 10rem 5rem;
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%; }

.scene {
  background: url("../images/TOP/scene-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 0 3rem; }

.room {
  padding: 0 5rem; }
  @media (max-width: 768px) {
    .room {
      padding: 0 3rem; } }

.scene-main {
  max-width: 1080px;
  margin: 0 auto;
  padding: 15rem 0; }
  @media (max-width: 768px) {
    .scene-main {
      padding: 10rem 0; } }
  .scene-main h3 {
    text-align: center;
    color: #fff;
    font-weight: bold; }
  .scene-main ul {
    margin: 8rem 5rem 0;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .scene-main ul {
        display: block;
        margin: 3rem 3rem 0; } }
    .scene-main ul li {
      background: #fff;
      padding: 5rem 8rem;
      text-align: center; }
      @media (max-width: 1050px) {
        .scene-main ul li {
          padding: 5rem 4rem;
          width: 30%; } }
      @media (max-width: 768px) {
        .scene-main ul li {
          width: 100%;
          margin: 0 auto 2rem;
          max-width: 300px; }
          .scene-main ul li:last-child {
            margin-bottom: 0; } }
      .scene-main ul li h5 {
        font-size: 1.5rem;
        font-family: 'Roboto Condensed', sans-serif;
        margin-top: 1rem;
        font-weight: bold; }
      .scene-main ul li h6 {
        font-size: 1.2rem;
        margin-top: 2.5rem; }

.lending-main {
  max-width: 1080px;
  margin: 0 auto; }

.lending-title {
  padding: 2rem 3rem;
  background: #1D2D68;
  text-align: center; }
  .lending-title p {
    color: #fff; }

.lending {
  padding: 0 5rem; }
  @media (max-width: 768px) {
    .lending {
      padding: 0 3rem; } }

.lending-box {
  margin: 8rem 0 0; }
  @media (max-width: 768px) {
    .lending-box {
      margin: 2rem 0 0; } }

.lending-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #ebebeb;
  padding: 5rem calc(1vw + 10%); }
  @media (max-width: 768px) {
    .lending-items {
      padding: 3rem calc(1vw + 10%); } }
  .lending-items li {
    line-height: 2em;
    margin-right: 2rem;
    margin-left: 2rem; }

.wrapper {
  margin: 8rem 0 15rem; }
  @media (max-width: 768px) {
    .wrapper {
      margin: 4rem 0 10rem; } }

.room-main {
  max-width: 1080px;
  margin: 20rem auto 0; }
  @media (max-width: 768px) {
    .room-main {
      margin: 10rem auto 0; } }

.room-tab {
  display: flex;
  flex-wrap: wrap;
  margin-left: 5rem;
  justify-content: center;
  margin-top: -7rem;
  z-index: 10000;
  position: relative;
  z-index: 100;
  position: relative; }
  @media (max-width: 768px) {
    .room-tab {
      margin-top: 5rem;
      margin-left: 0;
      flex-wrap: nowrap; } }

@media (max-width: 768px) {
  .room-tab li {
    width: 33%; } }

.room-tab li a {
  width: 145px;
  display: block;
  background: #fff;
  border: 1px solid #1D2D68;
  font-weight: bold;
  color: #1D2D68;
  margin: 0 0.5rem;
  padding: 1.5rem 2rem;
  text-align: center;
  opacity: 0.4; }
  @media (max-width: 768px) {
    .room-tab li a {
      width: initial;
      font-size: 1.2rem;
      padding: 1rem 0.5rem; } }

/*liにactiveクラスがついた時の形状*/
.room-tab li.active a {
  background: #1D2D68;
  color: #fff;
  opacity: 1; }

.area {
  display: none;
  opacity: 0;
  background: #fff; }

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
  display: flex;
  justify-content: space-between;
  animation-name: displayAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards; }
  @media (max-width: 768px) {
    .area.is-active {
      display: block; } }

@keyframes displayAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.room-img {
  width: 45%; }
  @media (max-width: 768px) {
    .room-img {
      width: 100%; } }

.room-text {
  width: 45%;
  margin-top: 2rem; }
  @media (max-width: 768px) {
    .room-text {
      width: 100%; } }
  .room-text h2 {
    position: relative;
    font-size: 3rem; }
    @media (max-width: 768px) {
      .room-text h2 {
        font-size: 2.6rem; } }
    .room-text h2::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      left: -160px;
      background: #000;
      width: 125px;
      height: 1px;
      z-index: 10; }
  .room-text h4 {
    margin: 0.5rem 0 3rem; }
    @media (max-width: 768px) {
      .room-text h4 {
        font-size: 1.6rem; } }
  .room-text p {
    margin-bottom: 3.5rem; }

.slick-track {
  margin-left: 0 !important; }

.carousel {
  display: block;
  text-align: left;
  position: relative;
  margin-bottom: 22px; }
  .carousel > input {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute; }
    .carousel > input:nth-of-type(6):checked ~ .carousel__slides .carousel__slide:first-of-type {
      margin-left: -500%; }
    .carousel > input:nth-of-type(5):checked ~ .carousel__slides .carousel__slide:first-of-type {
      margin-left: -400%; }
    .carousel > input:nth-of-type(4):checked ~ .carousel__slides .carousel__slide:first-of-type {
      margin-left: -300%; }
    .carousel > input:nth-of-type(3):checked ~ .carousel__slides .carousel__slide:first-of-type {
      margin-left: -200%; }
    .carousel > input:nth-of-type(2):checked ~ .carousel__slides .carousel__slide:first-of-type {
      margin-left: -100%; }
    .carousel > input:nth-of-type(1):checked ~ .carousel__slides .carousel__slide:first-of-type {
      margin-left: 0%; }
    .carousel > input:nth-of-type(1):checked ~ .carousel__thumbnails li:nth-of-type(1) {
      box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.5); }
    .carousel > input:nth-of-type(2):checked ~ .carousel__thumbnails li:nth-of-type(2) {
      box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.5); }
    .carousel > input:nth-of-type(3):checked ~ .carousel__thumbnails li:nth-of-type(3) {
      box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.5); }
    .carousel > input:nth-of-type(4):checked ~ .carousel__thumbnails li:nth-of-type(4) {
      box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.5); }
    .carousel > input:nth-of-type(5):checked ~ .carousel__thumbnails li:nth-of-type(5) {
      box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.5); }
    .carousel > input:nth-of-type(6):checked ~ .carousel__thumbnails li:nth-of-type(6) {
      box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.5); }

.carousel__slides {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  display: flex; }

.carousel__slide {
  position: relative;
  display: block;
  flex: 1 0 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 300ms ease-out;
  vertical-align: top;
  box-sizing: border-box;
  white-space: normal; }
  .carousel__slide figure {
    display: flex;
    margin: 0; }
  .carousel__slide div {
    position: relative;
    width: 100%; }
    .carousel__slide div:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 66.6666666667%; }
    .carousel__slide div > img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
  .carousel__slide img {
    display: block;
    flex: 1 1 auto;
    object-fit: cover; }
  .carousel__slide figcaption {
    align-self: flex-end;
    padding: 20px 20px 0 20px;
    flex: 0 0 auto;
    width: 25%;
    min-width: 150px; }
  .carousel__slide .credit {
    margin-top: 1rem;
    color: rgba(0, 0, 0, 0.5);
    display: block; }
  .carousel__slide.scrollable {
    overflow-y: scroll; }

.carousel__thumbnails {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin: 0 -10px; }
  @media (max-width: 768px) {
    .carousel__thumbnails {
      justify-content: center; } }
  .carousel__slides + .carousel__thumbnails {
    margin-top: 20px; }
  .carousel__thumbnails li {
    flex: 1 1 auto;
    max-width: calc((100% / 6) - 20px);
    margin: 0 10px;
    transition: all 300ms ease-in-out; }
    @media (max-width: 768px) {
      .carousel__thumbnails li {
        max-width: calc((100% / 6) - 10px);
        margin: 0 4px; } }
  .carousel__thumbnails label {
    display: block;
    position: relative; }
    .carousel__thumbnails label:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
    .carousel__thumbnails label > img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
    .carousel__thumbnails label:hover, .carousel__thumbnails label:focus {
      cursor: pointer; }
      .carousel__thumbnails label:hover img, .carousel__thumbnails label:focus img {
        box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
        transition: all 300ms ease-in-out; }
  .carousel__thumbnails img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.header {
  position: relative;
  top: 0; }
  @media (max-width: 768px) {
    .header {
      background: #000;
      position: fixed;
      width: 100%;
      height: 70px;
      z-index: 10000; } }

.header-main {
  height: 100px;
  background: #000;
  width: 100%;
  position: fixed;
  z-index: 1000000000;
  padding: 0 5rem;
  top: 0; }
  .header-main ul {
    display: flex;
    max-width: 1080px;
    margin: 0 auto;
    justify-content: end;
    height: 100%;
    align-items: center; }
    .header-main ul li {
      margin-left: 5rem; }
      @media (max-width: 1050px) {
        .header-main ul li {
          margin-left: 2.5rem; } }
      .header-main ul li a {
        color: #fff;
        font-weight: bold; }

.header-logo {
  position: absolute;
  top: 50%;
  left: 5rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }
  @media (max-width: 1050px) {
    .header-logo {
      left: 3rem; } }

.reservation-box {
  width: 345px;
  margin: 0 auto;
  text-align: center;
  padding: 6rem 0;
  border: 1px solid #000;
  transition: 0.5s;
  top: 0; }
  @media (max-width: 768px) {
    .reservation-box {
      width: 285px; } }
  .reservation-box:hover {
    top: 1.5rem; }
    @media (max-width: 768px) {
      .reservation-box:hover {
        top: 0; } }

.reservation-main {
  margin: 15rem 0;
  padding: 0 5rem; }
  @media (max-width: 768px) {
    .reservation-main {
      padding: 0 3rem; } }

.contact {
  background: url("../images/common/contact-bg.jpg");
  background-size: cover;
  background-position: center;
  transition: 0.5s; }

.contact:hover {
  opacity: 0.7; }
  @media (max-width: 768px) {
    .contact:hover {
      opacity: 1; } }

.contact-main {
  max-width: 1080px;
  margin: 0 auto;
  padding: 10rem 5rem; }
  @media (max-width: 768px) {
    .contact-main {
      padding: 5rem 5rem; } }

.contact-text {
  text-align: end; }
  .contact-text h2 {
    color: #fff;
    display: inline-block; }
  .contact-text p {
    color: #fff; }

.footer {
  padding: 0 5rem; }
  @media (max-width: 768px) {
    .footer {
      padding: 0 3rem; } }

.footer-main {
  max-width: 1500px;
  margin: 11rem auto 3rem; }
  @media (max-width: 768px) {
    .footer-main {
      margin: 6rem auto 3rem; } }

@media (max-width: 768px) {
  .footer-info {
    margin-top: 5rem; } }

@media (max-width: 768px) {
  .footer-info-in {
    text-align: center;
    margin: 5rem 0; } }
.footer-info-in p {
  margin-top: 2rem;
  margin-right: 5rem;
  line-height: 2em; }
  @media (max-width: 768px) {
    .footer-info-in p {
      margin-right: 0; } }

.copy p {
  margin-top: 1rem; }
  @media (max-width: 768px) {
    .copy p {
      text-align: center; } }

.footer-in {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-top: 7rem;
  border-top: 1px solid #000; }
  @media (max-width: 768px) {
    .footer-in {
      display: block;
      padding-top: 5rem; } }

.footer-nav ul {
  width: 300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }
  .footer-nav ul li {
    width: 150px;
    padding: 0 2rem;
    text-align: start;
    margin: 0.8rem 0; }

.page-title {
  padding: 0 5rem; }
  @media (max-width: 768px) {
    .page-title {
      padding: 0 3rem; } }

.page-title-main {
  max-width: 1080px;
  margin: 25rem auto 14rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #000; }
  @media (max-width: 768px) {
    .page-title-main {
      margin: 17rem auto 10rem;
      padding-bottom: 2rem; } }
  .page-title-main p {
    font-size: 2.4rem;
    font-weight: bold; }
    @media (max-width: 768px) {
      .page-title-main p {
        font-size: 2rem; } }

.page-title-main2 {
  margin: 25rem auto 10rem; }
  @media (max-width: 768px) {
    .page-title-main2 {
      margin: 17rem auto 10rem; } }

/* Navbar & Navmenu color */
:root {
  --background-navbar: rgba(55, 55, 55, 0.98); }

/* Nav items */
.menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  margin-top: 70px;
  padding: 0 0 10px 0;
  clear: both;
  background: #000;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top; }

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s; }

/* Hamburger menbu text */
.menu a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: capitalize;
  color: #ddd;
  opacity: 0;
  transition: 0.5s;
  font-weight: bold; }

.menu li {
  border-top: 1px solid #4b4b4b;
  padding: 15px 0;
  margin: 0 54px;
  opacity: 0;
  transition: 0.5s; }

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s; }

.menu-btn {
  display: none; }

.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 33px 30px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  float: right; }

.navicon {
  background: #ddd;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s; }

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #ddd;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s; }

.navicon:before {
  top: 9px; }

.navicon:after {
  bottom: 9px; }

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg); }

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg); }

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0; }

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0; }

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s; }

/* Hamburger Menu Animation End */
/* Navbar Text */
.navtext {
  position: absolute;
  text-transform: uppercase;
  color: #ddd;
  letter-spacing: 4px;
  font-size: 20px; }

.link-b {
  color: blue;
  text-decoration: underline;
  transition: 0.3s; }
  .link-b:hover {
    opacity: 0.6; }
    @media (max-width: 768px) {
      .link-b:hover {
        opacity: 1; } }

/* CSS Document */
.price {
  background: url("../images/other/price-bg.jpg");
  background-position: center;
  background-size: cover;
  padding: 0 5rem; }
  @media (max-width: 768px) {
    .price {
      padding: 0 3rem; } }

.price-top {
  max-width: 1080px;
  margin: 0 auto;
  padding: 10rem 0; }
  .price-top h4 {
    position: relative;
    text-align: center;
    padding: 3rem;
    background: rgba(230, 230, 230, 0.6);
    color: #fff; }
    @media (max-width: 768px) {
      .price-top h4 {
        font-size: 1.6rem; } }
    .price-top h4::before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-right: 15px solid transparent;
      border-left: 15px solid transparent;
      border-top: 20px solid rgba(230, 230, 230, 0.6);
      bottom: -20px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%); }

.price-table {
  text-align: center;
  margin: 6rem 8rem 8rem;
  font-weight: bold; }
  @media (max-width: 768px) {
    .price-table {
      margin: 6rem 0 3rem; } }
  .price-table dl dt {
    font-size: 2rem;
    background: #1D2D68;
    color: #fff;
    padding: 3rem; }

.p-contents {
  background: #fff;
  border: 1px solid #ebebeb;
  padding: 2rem 3rem; }

.b-g {
  background: #e6e6e6;
  padding: 3rem 3rem 2rem; }
  .b-g p {
    font-size: 2rem;
    font-weight: bold; }
    @media (max-width: 768px) {
      .b-g p {
        font-size: 1.6rem; } }
    .b-g p span {
      font-size: 4rem; }
      @media (max-width: 768px) {
        .b-g p span {
          font-size: 3.4rem; } }
  .b-g > .tax {
    font-size: 1.4rem;
    margin-top: -0.5rem; }

.rule {
  color: #fff;
  margin: 0 8rem; }
  @media (max-width: 768px) {
    .rule {
      margin: 0; } }
  .rule p {
    position: relative;
    font-size: 2rem;
    padding-left: 2rem; }
    .rule p::before {
      content: "・";
      position: absolute;
      left: 0; }
    @media (max-width: 768px) {
      .rule p {
        font-size: 1.4rem; } }

.reservation-process {
  padding: 0 auto;
  background: #ebebeb; }

.reservation-process-main {
  max-width: 1080px;
  margin: 0 auto;
  padding: 10rem 5rem; }
  @media (max-width: 768px) {
    .reservation-process-main {
      padding: 10rem 3rem; } }

.reservation-flow {
  margin-top: 5rem; }
  .reservation-flow > .flow-items {
    position: relative;
    margin-bottom: 10rem; }
    .reservation-flow > .flow-items:last-child {
      margin-bottom: 0; }
    .reservation-flow > .flow-items::before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-right: 25px solid transparent;
      border-left: 25px solid transparent;
      border-top: 36px solid #b3b3b3;
      bottom: -70px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%); }
    .reservation-flow > .flow-items:last-child:before {
      display: none; }
    .reservation-flow > .flow-items h4 {
      position: relative;
      color: #fff;
      padding: 2rem 5rem 3rem;
      background: #1D2D68;
      font-weight: bold; }
      @media (max-width: 768px) {
        .reservation-flow > .flow-items h4 {
          padding: 2rem 2rem 2rem 6rem;
          font-size: 1.6rem; } }
      .reservation-flow > .flow-items h4 span {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 4rem; }
        @media (max-width: 768px) {
          .reservation-flow > .flow-items h4 span {
            font-size: 2.6rem;
            position: absolute;
            left: 30px;
            top: 14px; } }

.rp-text {
  background: #fff;
  padding: 3rem 5rem; }
  @media (max-width: 768px) {
    .rp-text {
      padding: 3rem; } }
  .rp-text h6 {
    margin-top: 1rem;
    color: red; }

.proof {
  margin-top: 3rem;
  text-align: center; }
  .proof p {
    margin-bottom: 1rem;
    line-height: 1.4em; }

.proof-contents {
  margin: 0;
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .proof-contents {
      display: block; } }
  .proof-contents li {
    width: 20%; }
    @media (max-width: 1050px) {
      .proof-contents li {
        width: 35%;
        display: inline-block;
        text-align: start; } }
    @media (max-width: 768px) {
      .proof-contents li {
        width: 160px;
        margin: 0 auto 0.5rem;
        display: block; }
        .proof-contents li:last-child {
          margin: 0 auto; } }

.proof {
  background: #ebebeb;
  padding: 3rem 3rem; }

.reservation-img {
  padding: 0 5rem; }
  @media (max-width: 768px) {
    .reservation-img {
      padding: 0 3rem; } }
  .reservation-img ul {
    padding: 15rem 0;
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .reservation-img ul {
        padding: 5rem 0; } }
    .reservation-img ul li {
      width: 45%; }

.notes {
  padding: 10rem 5rem;
  background: #ebebeb; }
  @media (max-width: 768px) {
    .notes {
      padding: 10rem 3rem; } }

.notes-main {
  max-width: 1080px;
  margin: 0 auto; }

.notes-in {
  margin-top: 5rem; }
  .notes-in h4 {
    text-align: center;
    font-weight: bold;
    background: #1D2D68;
    padding: 2rem 3rem;
    color: #fff; }
  .notes-in ul {
    padding: 5rem 10rem;
    background: #fff; }
    @media (max-width: 768px) {
      .notes-in ul {
        padding: 5rem 3rem; } }
    .notes-in ul li {
      padding-left: 2rem;
      position: relative;
      margin-bottom: 2rem; }
      .notes-in ul li:last-child {
        margin-bottom: 0; }
      .notes-in ul li::before {
        content: "●";
        position: absolute;
        left: 0; }

.cancel {
  padding: 10rem 5rem; }
  @media (max-width: 768px) {
    .cancel {
      padding: 10rem 3rem 0; } }

.cancel-main {
  max-width: 1080px;
  margin: 0 auto; }

.cancel-kome {
  background: #1D2D68;
  padding: 1rem 3rem;
  color: #fff; }

.cancel-table {
  text-align: center;
  max-width: 820px;
  margin: 5rem auto 0; }

.cancel-table-main {
  margin: 3rem 0;
  width: 100%;
  border-collapse: collapse; }
  .cancel-table-main th, .cancel-table-main td {
    font-size: 1.6rem;
    font-weight: normal;
    width: 50%;
    border: 1px solid #b3b3b3;
    padding: 2rem 1rem; }
    @media (max-width: 768px) {
      .cancel-table-main th, .cancel-table-main td {
        font-size: 1.4rem; } }
  .cancel-table-main th {
    background: #ebebeb; }

/* CSS Document */
.information {
  padding: 0 5rem; }
  @media (max-width: 768px) {
    .information {
      padding: 0 3rem; } }

.information-main {
  max-width: 1080px;
  margin: 0 auto 15rem;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .information-main {
      display: block;
      margin: 0 auto 10rem; } }

.info-img {
  width: 40%; }
  @media (max-width: 768px) {
    .info-img {
      max-width: 390px;
      width: initial;
      margin: 0 auto; } }

.info-text {
  width: 55%; }
  @media (max-width: 768px) {
    .info-text {
      width: 100%;
      margin-top: 5rem; } }
  .info-text dl {
    display: flex;
    justify-content: space-between;
    border-bottom: 0.5px solid #ccc;
    margin-bottom: 4rem;
    padding-bottom: 1rem; }
    .info-text dl dt {
      width: 15%; }
      @media (max-width: 768px) {
        .info-text dl dt {
          width: 25%; } }
    .info-text dl dd {
      width: 80%; }
      @media (max-width: 768px) {
        .info-text dl dd {
          width: 72%; } }

.access {
  padding: 0 5rem; }
  @media (max-width: 768px) {
    .access {
      padding: 0 3rem; } }

.access-main {
  max-width: 1080px;
  margin: 0 auto; }

.google-map {
  margin-top: 4rem; }
  @media (max-width: 768px) {
    .google-map {
      margin: 2rem calc(50% - 50vw);
      width: 100vw; } }

.access-info {
  margin-top: 4rem; }
  @media (max-width: 768px) {
    .access-info {
      margin-top: 2rem; } }

/* CSS Document */
.qa {
  padding: 0 5rem; }
  @media (max-width: 768px) {
    .qa {
      padding: 0 3rem; } }

.qa-items {
  margin-bottom: 10rem; }
  @media (max-width: 768px) {
    .qa-items {
      margin-bottom: 5rem; } }
  .qa-items h3 {
    font-weight: bold;
    margin-bottom: 1rem; }
  .qa-items ul li {
    margin-bottom: 0.5rem; }

.qa-main {
  max-width: 1080px;
  margin: 0 auto; }

.qa-text {
  text-align: center;
  margin-bottom: 10rem; }

.accordion-title {
  position: relative;
  cursor: pointer;
  padding: 3rem 3rem;
  background: #e6e6e6;
  display: flex;
  align-items: center; }
  @media (max-width: 768px) {
    .accordion-title {
      padding: 2rem 2rem; } }
  .accordion-title p, .accordion-title h4 {
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif; }
  .accordion-title::after {
    border-right: solid 2px #000;
    border-top: solid 2px #000;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 38%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 8px; }
    @media (max-width: 768px) {
      .accordion-title::after {
        right: 17px; } }

.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg); }

.q-icon {
  position: absolute;
  border-radius: 50%;
  font-size: 2.6rem;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: #1D2D68;
  color: #fff;
  font-weight: bold; }
  @media (max-width: 768px) {
    .q-icon {
      height: 40px;
      width: 40px;
      line-height: 40px; } }

.a-icon {
  background: #ebebeb;
  color: #1D2D68; }
  @media (max-width: 768px) {
    .a-icon {
      line-height: 36px; } }

.contents-text {
  margin-left: 70px; }
  @media (max-width: 768px) {
    .contents-text {
      margin-left: 50px;
      font-size: 1.6rem; } }

.accordion-content {
  display: none;
  padding: 2rem 3rem;
  border: 1px solid #e6e6e6; }
  @media (max-width: 768px) {
    .accordion-content {
      padding: 2rem 2rem; } }

.accordion-content-in {
  display: flex;
  align-items: center; }
  @media (max-width: 768px) {
    .accordion-content-in {
      align-items: flex-start; } }

.qa-contents {
  width: calc(100% - 250px);
  padding: 0 6rem 0 0; }
  @media (max-width: 768px) {
    .qa-contents {
      width: 100%;
      padding: 0; } }

.qa-in {
  display: flex;
  flex-direction: row-reverse; }
  @media (max-width: 768px) {
    .qa-in {
      display: block; } }

.scroll-tab {
  width: 250px; }
  @media (max-width: 768px) {
    .scroll-tab {
      width: initial;
      max-width: 300px;
      margin-bottom: 10rem; } }
  .scroll-tab ul {
    padding: 3rem 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
  .scroll-tab li {
    margin-bottom: 3rem; }
    .scroll-tab li:last-child {
      margin-bottom: 0; }
    .scroll-tab li a {
      font-size: 1.6rem;
      font-weight: bold;
      transition: 0.3s; }
      .scroll-tab li a:hover {
        opacity: 0.5; }

.sticky {
  padding-top: 12rem;
  position: -webkit-sticky;
  /* Safariに対応する */
  position: sticky;
  /* 要素を固定/解除する */
  top: 0;
  /* 縦方向の閾値 */
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 250px;
  margin-left: 100px; }
  @media (max-width: 768px) {
    .sticky {
      padding-top: 0;
      margin: 0; } }

/* CSS Document */
.cr2 {
  color: #000; }

.form-main {
  padding-bottom: 15rem;
  margin: 0 3rem; }
  @media (max-width: 768px) {
    .form-main {
      padding-bottom: 10rem; } }
  .form-main p {
    max-width: 920px;
    margin: 0 auto;
    padding-top: 4rem; }
    @media (max-width: 768px) {
      .form-main p {
        padding-top: 0; } }

.contact-form {
  padding: 0 15rem 0; }
  @media (max-width: 1050px) {
    .contact-form {
      margin: 0rem 5rem;
      padding: 0 3rem 0; } }
  @media (max-width: 768px) {
    .contact-form {
      margin: 0; } }

.contact-title {
  text-align: center; }
  .contact-title h1 {
    margin: 0;
    padding-top: 10rem; }

@media (max-width: 768px) {
  .contact-top {
    padding: 25rem 0 12.5rem; } }
.contact-top h2 {
  font-family: 'Patua One', cursive; }

form {
  max-width: 950px;
  width: calc(100% - 10px);
  margin: 0 auto;
  font-size: 2rem; }
  @media (max-width: 768px) {
    form {
      font-size: 1.6rem; } }

.item {
  display: grid;
  align-items: center;
  padding-top: 20px;
  margin-bottom: 3rem; }

.label {
  width: 100%;
  padding-left: 10px; }

.label-required {
  color: red;
  font-weight: nomal;
  font-size: 18px; }

input[type="text"], input[type="email"] {
  border: solid 1px #000;
  padding: 10px;
  font-size: 15px;
  width: 100%;
  margin-top: 1rem; }
  @media (max-width: 768px) {
    input[type="text"], input[type="email"] {
      width: auto; } }

select {
  appearance: none;
  cursor: pointer;
  border: solid 1px #000;
  padding: 10px;
  font-size: 15px;
  color: #000;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 200; }

textarea {
  border: solid 1px #000;
  padding: 10px;
  height: 250px;
  width: auto;
  font-size: 15px;
  margin-top: 1rem; }

.btn {
  text-align: center; }
  @media (max-width: 768px) {
    .btn {
      margin-top: 5rem; } }

.btn :hover {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s; }

.button-c {
  background: #1D2D68;
  cursor: pointer;
  color: white;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 10px;
  width: 300px;
  margin-top: 8rem;
  border: 1px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif,'メイリオ', Verdana, 'Hiragino Kaku Gothic ProN', Meiryo; }
  @media (max-width: 768px) {
    .button-c {
      margin-top: 0; } }

.button-c:hover {
  opacity: 0.5; }

.contact-pd {
  padding: 20rem 0 5rem !important; }
  @media (max-width: 1050px) {
    .contact-pd {
      padding: 0 !important; } }

#formWrap {
  width: 700px;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%; }

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse; }

table.formTable td, table.formTable th {
  border: 1px solid #ccc;
  padding: 10px; }

table.formTable th {
  width: 30%;
  font-weight: normal;
  text-align: left; }

p.error_messe {
  margin: 5px 0;
  color: red; }

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width: 572px) {
  #formWrap {
    width: 95%;
    margin: 0 auto; }

  table.formTable th, table.formTable td {
    width: auto;
    display: block; }

  table.formTable th {
    margin-top: 5px;
    border-bottom: 0; }

  form input[type="submit"], form input[type="reset"], form input[type="button"] {
    display: block;
    width: 100%;
    height: 40px; } }
/* CSS Document */
/* CSS Document */
.privacy a {
  color: blue;
  text-decoration: underline;
  transition: 0.3s; }
  .privacy a:hover {
    opacity: 0.6; }

.pp-box {
  margin-bottom: 5rem; }
  .pp-box h2 {
    font-size: 2.2rem; }

.back {
  text-align: center;
  margin-top: 10rem; }
  .back a {
    font-size: 2rem;
    padding: 1rem 5rem;
    border: 1px solid #000; }

.flex {
  display: flex;
  display: flex; }
  .flex input {
    margin: 0 1rem 0 3rem; }
  .flex input {
    margin: 0 1rem 0 3rem; }
  @media (max-width: 768px) {
    .flex {
      display: grid; } }

.flex-c {
  justify-content: center;
  text-align: end;
  display: flex; }
  .flex-c input {
    margin: 0 1rem 0 3rem; }
  .flex-c label {
    width: auto;
    font-size: 1.6rem; }

/* CSS Document */
.contact-top-text {
  text-align: center;
  margin: 10rem 0; }
  @media (max-width: 768px) {
    .contact-top-text {
      margin: 5rem 0; } }
  .contact-top-text p {
    display: inline-block;
    text-align: center; }

.list-step {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  .list-step p {
    padding: 0;
    font-size: 16px;
    font-weight: bold; }
    @media (max-width: 768px) {
      .list-step p {
        font-size: 13px; } }
  .list-step li {
    position: relative;
    padding: 1rem;
    background-color: #c4c4c4;
    text-align: center;
    width: 33.33333%; }
    .list-step li:last-child::before {
      display: none; }
    .list-step li::before {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      border-top: 27px solid #fff;
      border-bottom: 27px solid #fff;
      border-left: 31px solid #c4c4c4;
      height: 100%; }
      @media (max-width: 768px) {
        .list-step li::before {
          border-top: 21px solid #fff;
          border-bottom: 21px solid #fff;
          border-left: 13px solid #c4c4c4;
          height: 100%; } }

.list-select {
  background: #1D2D68 !important;
  color: #fff; }
  .list-select::before {
    display: block;
    border-left: 31px solid #1D2D68 !important; }
    @media (max-width: 768px) {
      .list-select::before {
        border-left: 13px solid #1D2D68 !important; } }

.form-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 1.5rem 0; }
  @media (max-width: 768px) {
    .form-flex {
      display: block;
      margin: 1.5rem 0 0; } }
  .form-flex div {
    margin-right: 5rem; }
    @media (max-width: 768px) {
      .form-flex div {
        margin: 0 0 1rem; } }

.daytime-select-1, .daytime-select-2 {
  display: flex;
  margin: 1rem 0;
  flex-wrap: wrap;
  align-items: center; }

.kara {
  margin: 0 2rem; }

.year {
  width: 180px; }
  @media (max-width: 540px) {
    .year {
      margin-bottom: 2rem; } }

.monthday {
  width: 100px; }

.time {
  width: 100px; }

.privacy-policy {
  width: 100%;
  margin: 1rem 0 3rem;
  height: 250px;
  overflow: scroll;
  padding: 25px;
  border: 1px solid black;
  line-height: 1.5; }
  .privacy-policy__item p {
    margin-bottom: 25px; }

.kome {
  font-size: 1.4rem;
  font-weight: bold;
  color: red; }

/* CSS Document */
.anim-border.on {
  position: relative;
  animation-fill-mode: forwards; }

.anim-border.on.on::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 1px;
  background: #000;
  animation: anm-border 1s linear forwards; }

@keyframes anm-border {
  0% {
    width: 0%; }
  100% {
    width: 45px; } }
.anim-border-y.on {
  position: relative;
  animation-fill-mode: forwards; }

.anim-border-y.on.on::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -50px;
  height: auto;
  width: 1px;
  background: #000;
  animation: anm-border-y 1s linear forwards; }

@keyframes anm-border-y {
  0% {
    height: 0%; }
  100% {
    height: 100px; } }
.anim-border-c.on {
  position: relative;
  animation-fill-mode: forwards; }

.anim-border-c.on.on::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -360px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 1px;
  background: #fff;
  animation: anm-border-c 1s linear forwards;
  animation-timing-function: ease-in-out; }

@keyframes anm-border-c {
  0% {
    width: 0%; }
  100% {
    width: 340px; } }
.change-nav li a {
  /*テキストの基点とするためrelativeを指定*/
  position: relative;
  /*はみ出る要素を隠す*/
  overflow: hidden;
  padding: 0 5rem; }

.change-nav li span {
  /*絶対配置でテキストの位置を決める*/
  position: absolute;
  left: 50%;
  top: 0;
  /*アニメーションの指定*/
  transition: all .5s;
  transform: translate(-50%, 0);
  /*X方向に-50% ※中央寄せにするため*/
  /*ブロック要素にして透過なし、テキスト折り返しなし*/
  display: block;
  opacity: 1;
  white-space: nowrap; }

/*差し替わるテキストの設定*/
.change-nav li span:nth-child(2) {
  opacity: 0;
  /*透過0に*/
  transform: translate(-50%, 100%);
  /*X方向に-50% Y方向に100%*/ }

/*hoverするとテキストが入れ替わる設定*/
.change-nav li:hover span:nth-child(1) {
  opacity: 0;
  /*透過0に*/
  transform: translate(-50%, -100%);
  /*X方向に-50% Y方向に-100%*/ }
  @media (max-width: 1050px) {
    .change-nav li:hover span:nth-child(1) {
      opacity: 1; } }

.change-nav li:hover span:nth-child(2) {
  opacity: 1;
  /*不透明に*/
  transform: translate(-50%, 0);
  /*X方向に-50% Y方向に0*/ }
  @media (max-width: 1050px) {
    .change-nav li:hover span:nth-child(2) {
      opacity: 0; } }

.font {
  font-family: 'Roboto Condensed', sans-serif; }

/*画像の横幅を100%にしてレスポンシブ化*/
/*メイン画像下に余白をつける*/
.gallery {
  margin: 0 0 1.5rem 0; }

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.gallery > .slick-prev,
.gallery > .slick-next {
  position: absolute;
  /*絶対配置にする*/
  z-index: 3;
  top: 50%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  height: 20px;
  width: 20px; }

.gallery > .slick-prev {
  /*戻る矢印の位置と形状*/
  left: 5px !important;
  transform: rotate(0deg); }

.gallery > .slick-next {
  /*次へ矢印の位置と形状*/
  right: 5px !important;
  transform: rotate(0deg); }

.choice-btn > .slick-prev,
.choice-btn > .slick-next {
  position: absolute;
  /*絶対配置にする*/
  z-index: 3;
  top: 40%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  height: 20px;
  width: 20px; }

.choice-btn > .slick-prev {
  /*戻る矢印の位置と形状*/
  left: 5px !important;
  transform: rotate(0deg); }

.choice-btn > .slick-next {
  /*次へ矢印の位置と形状*/
  right: 5px !important;
  transform: rotate(0deg); }

/*選択するサムネイル画像の設定*/
.choice-btn li {
  cursor: pointer;
  outline: none;
  background: #000;
  margin: 0 0.2rem; }

.choice-btn li img {
  opacity: 0.6; }

.choice-btn li.slick-current img {
  opacity: 1; }

.slide-in {
  overflow: hidden;
  display: block; }

.slide-in_inner {
  display: block; }

/*左右のアニメーション*/
.leftAnime {
  opacity: 0;
  /*事前に透過0にして消しておく*/ }

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0; }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1; } }
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0; }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1; } }
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
.fadeRightTrigger, .fadeUpTrigger {
  opacity: 0; }

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

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