@charset "UTF-8";
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 1.875rem);
            transform: translate(0, 1.875rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 1.875rem);
            transform: translate(0, 1.875rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
:lang(ja) #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__img-box .content__p, :lang(ja) #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box .content__p, :lang(ja) #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__img-box .content__p {
  font-size: 24px;
  text-wrap: unset;
}
@media screen and (min-width: 820px) {
  :lang(ja) #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__img-box .content__p, :lang(ja) #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box .content__p, :lang(ja) #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__img-box .content__p {
    font-size: 32px;
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  :lang(ja) #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__img-box .content__p, :lang(ja) #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box .content__p, :lang(ja) #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__img-box .content__p {
    font-size: 24px;
  }
}

#container .content.page-top {
  overflow: visible;
}
#container .content.page-top .content__head {
  background: transparent;
  width: 100%;
  position: relative;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__head {
    min-height: 1000px;
    padding: 110px 50px 50px;
  }
}
#container .content.page-top .content__head::after {
  content: "";
  width: calc(100% + 50px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(/img/top/MV_wide_01_sp.webp) no-repeat;
  background-size: cover;
  -webkit-animation: top__back_01_sp 20s infinite 0s linear both;
          animation: top__back_01_sp 20s infinite 0s linear both;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__head::after {
    background: url(/img/top/MV_wide_01_pc.webp) no-repeat;
    background-size: cover;
    width: calc(100% + 200px);
    -webkit-animation: top__back_01_pc 40s infinite 0s linear both;
            animation: top__back_01_pc 40s infinite 0s linear both;
  }
}
#container .content.page-top .content__head::before {
  content: "";
  width: calc(100% + 200px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(/img/top/MV_wide_02_sp.webp) no-repeat;
  -webkit-animation: top__back_04 12s infinite 0s ease both, top__back_05_sp 60s infinite 12s ease both;
          animation: top__back_04 12s infinite 0s ease both, top__back_05_sp 60s infinite 12s ease both;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__head::before {
    background: url(/img/top/MV_wide_02_pc.webp) no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-animation: top__back_04 20s infinite 0s ease both, top__back_05_pc 60s infinite 12s ease both;
            animation: top__back_04 20s infinite 0s ease both, top__back_05_pc 60s infinite 12s ease both;
  }
}
#container .content.page-top .content__head .content__img {
  -webkit-animation: none;
          animation: none;
}
#container .content.page-top .content__head .content__pic {
  height: auto;
}
#container .content.page-top .content__head .content__head__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 60px 0;
  max-width: 1500px;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__head .content__head__wrap {
    padding: 0 46.6666666667% 0 0;
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #container .content.page-top .content__head .content__head__wrap {
    padding: 0 20% 0 0;
  }
}
#container .content.page-top .content__head .content__head__wrap::after {
  content: "";
  background: url(/img/logo.svg) no-repeat;
  background-size: contain;
  width: 80px;
  height: 100px;
  display: block;
  position: absolute;
  z-index: 100;
  top: 30px;
  left: 20px;
  -webkit-animation: top__back_08 12s infinite 0s ease both;
          animation: top__back_08 12s infinite 0s ease both;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__head .content__head__wrap::after {
    top: 50%;
    left: 50%;
    width: 160px;
    height: 100px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: top__back_08 20s infinite 0s ease both;
            animation: top__back_08 20s infinite 0s ease both;
  }
}
#container .content.page-top .content__head .content__head__wrap::before {
  content: "";
  background: url(/img/logo.svg) no-repeat;
  background-size: contain;
  width: 60%;
  height: 40%;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-filter: blur(3px);
          filter: blur(3px);
  opacity: 0.4;
  -webkit-animation: top__back_07 12s infinite 0s ease both;
          animation: top__back_07 12s infinite 0s ease both;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__head .content__head__wrap::before {
    height: 60%;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    -webkit-animation: top__back_07 20s infinite 0s ease both;
            animation: top__back_07 20s infinite 0s ease both;
    max-height: 588px;
  }
}
#container .content.page-top .content__head .content__head__wrap h1 {
  line-height: 1.8;
  font-size: 1.5rem;
  color: var(--color-red);
  margin: 0;
  padding: 0 0 40px 40px;
  -webkit-animation: top__back_06 12s infinite 0s ease both;
          animation: top__back_06 12s infinite 0s ease both;
  will-change: text-shadow;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  max-width: none;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__head .content__head__wrap h1 {
    font-size: 2rem;
    padding: 0;
    -webkit-animation: top__back_06 20s infinite 0s ease both;
            animation: top__back_06 20s infinite 0s ease both;
    min-width: 300px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #container .content.page-top .content__head .content__head__wrap h1 {
    width: 50%;
  }
}
#container .content.page-top .content__head .content__head__wrap h1 .c__fs-Luxurious {
  margin-top: 0.3125rem;
  font-size: 1.125rem;
  will-change: text-shadow;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 1;
  position: relative;
  -webkit-animation: top__back_06 12s infinite 0s ease both;
          animation: top__back_06 12s infinite 0s ease both;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__head .content__head__wrap h1 .c__fs-Luxurious {
    font-size: 1.625rem;
    -webkit-animation: top__back_06 20s infinite 0s ease both;
            animation: top__back_06 20s infinite 0s ease both;
  }
}
#container .content.page-top .content__head .content__head__wrap .content__head__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__head .content__head__wrap .content__head__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    padding-bottom: 60px;
  }
}
#container .content.page-top .content__head .content__head__wrap .content__head__box + .content__head__box {
  -webkit-animation: fadeIn 1.2s 1 1.8s ease both;
          animation: fadeIn 1.2s 1 1.8s ease both;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__head .content__head__wrap .content__head__box + .content__head__box {
    padding-bottom: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #container .content.page-top .content__head .content__head__wrap .content__head__box + .content__head__box {
    width: 70%;
  }
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__head .content__head__wrap .content__head__box + .content__head__box .content__pic {
    max-height: 480px;
  }
}
#container .content.page-top .content__head .content__head__wrap .content__head__box + .content__head__box .c__fs-Luxurious {
  position: absolute;
  display: table !important;
  z-index: 1;
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
  -webkit-animation: top__back_03 12s infinite 0s ease both;
          animation: top__back_03 12s infinite 0s ease both;
  top: 20px;
  right: 20px;
  margin: 0;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__head .content__head__wrap .content__head__box + .content__head__box .c__fs-Luxurious {
    font-size: 2.125rem;
    bottom: 30px;
    top: auto;
    right: 20px;
    -webkit-animation: top__back_03 20s infinite 0s ease both;
            animation: top__back_03 20s infinite 0s ease both;
  }
}
#container .content.page-top .content__head .content__head__wrap .content__head__box .content__head__box__anim {
  -webkit-animation: fadeIn 1.2s 1 1.2s ease both;
          animation: fadeIn 1.2s 1 1.2s ease both;
  display: none;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__head .content__head__wrap .content__head__box .content__head__box__anim {
    display: block;
    width: 29.7619047619%;
    margin-left: 20px;
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #container .content.page-top .content__head .content__head__wrap .content__head__box .content__head__box__anim {
    display: none;
  }
}
#container .content.page-top .content__head .content__head__wrap .content__head__box .content__img {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
}
#container .content.page-top .content__head .content__head__wrap .content__head__box .content__img.is-01 {
  -webkit-animation: top__back_03 12s infinite 0s ease both;
          animation: top__back_03 12s infinite 0s ease both;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__head .content__head__wrap .content__head__box .content__img.is-01 {
    max-width: 250px;
    height: 100%;
    -webkit-animation: top__back_03 20s infinite 0s ease both;
            animation: top__back_03 20s infinite 0s ease both;
  }
}
#container .content.page-top .content__head .content__head__wrap .content__slide {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-animation: top__back_03 12s infinite 0s ease both;
          animation: top__back_03 12s infinite 0s ease both;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__head .content__head__wrap .content__slide {
    width: 100%;
    -webkit-animation: top__back_03 20s infinite 0s ease both;
            animation: top__back_03 20s infinite 0s ease both;
  }
}
#container .content.page-top .content__head .content__head__wrap .content__slide.is-tokyo {
  width: 61.5384615385%;
  margin: 0;
  -webkit-animation: fadeIn 1.2s 1 1.4s ease both;
          animation: fadeIn 1.2s 1 1.4s ease both;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__head .content__head__wrap .content__slide.is-tokyo {
    width: 40%;
    height: calc(100% - 80px);
    position: absolute;
    bottom: 50px;
    right: 0;
    margin: 0 auto;
    -webkit-animation: fadeIn 1.2s 1 1.4s ease both;
            animation: fadeIn 1.2s 1 1.4s ease both;
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #container .content.page-top .content__head .content__head__wrap .content__slide.is-tokyo {
    width: 60%;
    right: 0;
  }
}
#container .content.page-top .content__head .content__head__wrap .content__slide.is-tokyo .content__slide__wrapper {
  width: 100%;
  position: relative;
}
#container .content.page-top .content__head .content__head__wrap .content__slide.is-tokyo .content__slide-box {
  bottom: 0;
  left: 0;
  height: 200px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: top__head_slide_2 20s infinite 0s ease both;
          animation: top__head_slide_2 20s infinite 0s ease both;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__head .content__head__wrap .content__slide.is-tokyo .content__slide-box {
    height: auto;
  }
}
#container .content.page-top .content__head .content__head__wrap .content__slide.is-tokyo .content__slide-box:nth-child(2) {
  -webkit-animation: top__head_slide_2 20s infinite 5s ease both;
          animation: top__head_slide_2 20s infinite 5s ease both;
}
#container .content.page-top .content__head .content__head__wrap .content__slide.is-tokyo .content__slide-box:nth-child(3) {
  -webkit-animation: top__head_slide_2 20s infinite 10s ease both;
          animation: top__head_slide_2 20s infinite 10s ease both;
}
#container .content.page-top .content__head .content__head__wrap .content__slide.is-tokyo .content__slide-box:nth-child(4) {
  -webkit-animation: top__head_slide_2 20s infinite 15s ease both;
          animation: top__head_slide_2 20s infinite 15s ease both;
}
#container .content.page-top .content__head .content__head__wrap .content__slide.is-tokyo .content__fig__p,
#container .content.page-top .content__head .content__head__wrap .content__slide.is-tokyo .c__fs-Luxurious {
  width: calc(100% - 20px);
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  opacity: 1;
  z-index: 1;
  font-size: 0.75rem;
  line-height: 1.6;
  text-align: right;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__head .content__head__wrap .content__slide.is-tokyo .content__fig__p,
  #container .content.page-top .content__head .content__head__wrap .content__slide.is-tokyo .c__fs-Luxurious {
    width: calc(100% - 40px);
    bottom: 30px;
    right: 20px;
    font-size: 0.875rem;
  }
}
#container .content.page-top .content__head .content__head__wrap .content__slide.is-tokyo .content__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#container .content.page-top .content__head .content__head__wrap .content__slide.is-room {
  width: 89.7435897436%;
  margin: 0;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__head .content__head__wrap .content__slide.is-room {
    width: 100%;
    margin: 0 auto;
  }
}
#container .content.page-top .content__head .content__head__wrap .content__slide.is-room .content__slide-box {
  width: 100%;
  height: 100%;
  -webkit-animation: top__head_slide_1 40s infinite 0s ease both;
          animation: top__head_slide_1 40s infinite 0s ease both;
}
#container .content.page-top .content__head .content__head__wrap .content__slide.is-room .content__slide-box:nth-child(2) {
  -webkit-animation: top__head_slide_1 40s infinite 10s ease both;
          animation: top__head_slide_1 40s infinite 10s ease both;
}
#container .content.page-top .content__head .content__head__wrap .content__slide.is-room .content__slide-box:nth-child(3) {
  -webkit-animation: top__head_slide_1 40s infinite 20s ease both;
          animation: top__head_slide_1 40s infinite 20s ease both;
}
#container .content.page-top .content__head .content__head__wrap .content__slide.is-room .content__slide-box:nth-child(4) {
  -webkit-animation: top__head_slide_1 40s infinite 30s ease both;
          animation: top__head_slide_1 40s infinite 30s ease both;
}
#container .content.page-top .content__head .content__head__wrap .content__slide .content__p {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  will-change: text-shadow;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
  font-size: 0.75rem;
  z-index: 1;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__head .content__head__wrap .content__slide .content__p {
    font-size: 0.875rem;
  }
}
#container .content.page-top .content__head .content__head__wrap .content__slide .content__a {
  color: #fff;
}
#container .content.page-top .content__head .content__head__wrap .content__slide .content__a:hover {
  color: #fff;
}
#container .content.page-top .content__head .content__head__wrap .content__slide .content__a:link, #container .content.page-top .content__head .content__head__wrap .content__slide .content__a:visited {
  color: #fff;
}
#container .content.page-top .content__head .content__head__wrap .content__slide .content__a[target=_blank]::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(/img/ico_blank_w.svg) no-repeat;
  background-size: contain;
  position: relative;
  display: inline-block;
  margin: 5px 0 0 5px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
}
#container .content.page-top .content__head .content__head__wrap .content__slide .content__a[target=_blank]:link, #container .content.page-top .content__head .content__head__wrap .content__slide .content__a[target=_blank]:visited {
  color: #fff;
}
#container .content.page-top .content__head .content__head__box2 {
  -webkit-animation: top__back_03 12s infinite 0s ease both;
          animation: top__back_03 12s infinite 0s ease both;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__head .content__head__box2 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: top__back_03 20s infinite 0s ease both;
            animation: top__back_03 20s infinite 0s ease both;
  }
}
#container .content.page-top .content__section {
  -webkit-transform: none;
          transform: none;
}
#container .content.page-top .content__section.is-bk_w {
  padding: 0;
}
#container .content.page-top .content__section.content__contact {
  margin: 80px auto 0;
}
#container .content.page-top .content__section.content__contact .content__section__wrap {
  display: block;
  max-width: 1000px;
  padding: 80px 20px 0;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section.content__contact .content__section__wrap {
    padding: 80px 50px 0;
  }
}
#container .content.page-top .content__section + .content__section {
  margin-top: 0;
}
#container .content.page-top .content__section .content__section__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  position: relative;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    z-index: 0;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_01.is-animated .content__cont__gallery::before, #container .content.page-top .content__section .content__section__wrap.cont_02.is-animated .content__cont__gallery::before, #container .content.page-top .content__section .content__section__wrap.cont_03.is-animated .content__cont__gallery::before {
  opacity: 0.8;
}
#container .content.page-top .content__section .content__section__wrap.cont_01.is-animated .content__cont__gallery .content__cont__gallery-spbox, #container .content.page-top .content__section .content__section__wrap.cont_02.is-animated .content__cont__gallery .content__cont__gallery-spbox, #container .content.page-top .content__section .content__section__wrap.cont_03.is-animated .content__cont__gallery .content__cont__gallery-spbox {
  position: relative;
  margin: 40px auto 0;
  padding: 0 60px 0 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: visible;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01.is-animated .content__cont__gallery .content__cont__gallery-spbox, #container .content.page-top .content__section .content__section__wrap.cont_02.is-animated .content__cont__gallery .content__cont__gallery-spbox, #container .content.page-top .content__section .content__section__wrap.cont_03.is-animated .content__cont__gallery .content__cont__gallery-spbox {
    margin: 60px auto 0;
    padding: 0 60px 0 0;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_01.is-animated .content__cont__gallery .content__cont__gallery-spbox.is-r, #container .content.page-top .content__section .content__section__wrap.cont_02.is-animated .content__cont__gallery .content__cont__gallery-spbox.is-r, #container .content.page-top .content__section .content__section__wrap.cont_03.is-animated .content__cont__gallery .content__cont__gallery-spbox.is-r {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#container .content.page-top .content__section .content__section__wrap.cont_01.is-animated .content__cont__gallery .content__cont__gallery-spbox.is-r .content__slide, #container .content.page-top .content__section .content__section__wrap.cont_02.is-animated .content__cont__gallery .content__cont__gallery-spbox.is-r .content__slide, #container .content.page-top .content__section .content__section__wrap.cont_03.is-animated .content__cont__gallery .content__cont__gallery-spbox.is-r .content__slide {
  -webkit-transform-origin: right;
          transform-origin: right;
}
#container .content.page-top .content__section .content__section__wrap.cont_01.is-animated .content__cont__gallery .content__cont__gallery-spbox.is-animated .content__p, #container .content.page-top .content__section .content__section__wrap.cont_02.is-animated .content__cont__gallery .content__cont__gallery-spbox.is-animated .content__p, #container .content.page-top .content__section .content__section__wrap.cont_03.is-animated .content__cont__gallery .content__cont__gallery-spbox.is-animated .content__p {
  opacity: 1;
  -webkit-transition: all 0.4s ease 0s, opacity 0.8s ease-in 0.4s;
  transition: all 0.4s ease 0s, opacity 0.8s ease-in 0.4s;
}
#container .content.page-top .content__section .content__section__wrap.cont_01.is-animated .content__cont__gallery .content__cont__gallery-spbox.is-animated .content__slide, #container .content.page-top .content__section .content__section__wrap.cont_02.is-animated .content__cont__gallery .content__cont__gallery-spbox.is-animated .content__slide, #container .content.page-top .content__section .content__section__wrap.cont_03.is-animated .content__cont__gallery .content__cont__gallery-spbox.is-animated .content__slide {
  scale: 1 1;
  opacity: 1;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01.is-animated .content__cont__gallery .content__cont__gallery-spbox .content__p, #container .content.page-top .content__section .content__section__wrap.cont_02.is-animated .content__cont__gallery .content__cont__gallery-spbox .content__p, #container .content.page-top .content__section .content__section__wrap.cont_03.is-animated .content__cont__gallery .content__cont__gallery-spbox .content__p {
    position: relative;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_01.is-animated .content__cont__gallery .content__cont__gallery-spbox .content__slide, #container .content.page-top .content__section .content__section__wrap.cont_02.is-animated .content__cont__gallery .content__cont__gallery-spbox .content__slide, #container .content.page-top .content__section .content__section__wrap.cont_03.is-animated .content__cont__gallery .content__cont__gallery-spbox .content__slide {
  position: relative;
  display: block;
}
#container .content.page-top .content__section .content__section__wrap.cont_01.is-animated .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01, #container .content.page-top .content__section .content__section__wrap.cont_02.is-animated .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01, #container .content.page-top .content__section .content__section__wrap.cont_03.is-animated .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 {
  margin: 0;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01.is-animated .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01, #container .content.page-top .content__section .content__section__wrap.cont_02.is-animated .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01, #container .content.page-top .content__section .content__section__wrap.cont_03.is-animated .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 {
    margin: 0 auto;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_01.is-animated .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide__wrapper, #container .content.page-top .content__section .content__section__wrap.cont_02.is-animated .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide__wrapper, #container .content.page-top .content__section .content__section__wrap.cont_03.is-animated .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#container .content.page-top .content__section .content__section__wrap.cont_01.is-animated .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box, #container .content.page-top .content__section .content__section__wrap.cont_02.is-animated .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box, #container .content.page-top .content__section .content__section__wrap.cont_03.is-animated .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#container .content.page-top .content__section .content__section__wrap.cont_01.is-animated .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig, #container .content.page-top .content__section .content__section__wrap.cont_02.is-animated .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig, #container .content.page-top .content__section .content__section__wrap.cont_03.is-animated .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig {
  overflow: hidden;
  height: 100%;
  display: block;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01, #container .content.page-top .content__section .content__section__wrap.cont_02, #container .content.page-top .content__section .content__section__wrap.cont_03 {
    overflow: visible;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__explanation, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__explanation, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__explanation {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 0;
  padding: 0 20px 80px;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__explanation, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__explanation, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__explanation {
    opacity: 0;
    max-width: 520px;
    width: 32.5%;
    height: 100%;
    padding: 50px 50px 150px;
    min-width: 400px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: auto;
    -webkit-transform: none;
            transform: none;
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    scrollbar-width: none; /* Firefox用 */
    -ms-overflow-style: none; /* IE, Edge旧 */
  }
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__explanation::-webkit-scrollbar, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__explanation::-webkit-scrollbar, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__explanation::-webkit-scrollbar {
    display: none; /* Chrome, Safari用 */
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__explanation h2, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__explanation h2, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__explanation h2 {
  font-size: 1.125rem;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__explanation h2, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__explanation h2, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__explanation h2 {
    margin-top: 80px;
    font-size: 1.5rem;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__explanation p, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__explanation p, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__explanation p {
  position: relative;
  z-index: 1;
  font-size: 0.875rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__explanation p, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__explanation p, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__explanation p {
    margin-top: 3.75rem;
    font-size: 0.875rem;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__explanation .c__fs-Luxurious, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__explanation .c__fs-Luxurious, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__explanation .c__fs-Luxurious {
  color: var(--color-black_08);
  display: block;
  font-size: 0.8125rem;
  margin-top: 1.875rem;
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__explanation .c__fs-Luxurious.is-no, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__explanation .c__fs-Luxurious.is-no, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__explanation .c__fs-Luxurious.is-no {
  position: relative;
  z-index: 1;
  font-size: 0.875rem;
  margin-top: 2.5rem;
  color: var(--color-red);
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__explanation .c__fs-Luxurious.is-no, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__explanation .c__fs-Luxurious.is-no, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__explanation .c__fs-Luxurious.is-no {
    margin-top: 3.75rem;
    font-size: 0.875rem;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__explanation .content__span, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__explanation .content__span, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__explanation .content__span {
  color: var(--color-black_08);
  display: block;
  font-size: 0.6875rem;
  margin-top: 1.875rem;
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__explanation .content__img, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__explanation .content__img, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__explanation .content__img {
  width: 100%;
  max-width: none;
  margin: 80px 0 0;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__explanation .content__img, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__explanation .content__img, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__explanation .content__img {
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 819px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__explanation .content__map, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__explanation .content__map, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__explanation .content__map {
    position: absolute;
    z-index: 0;
    width: 180px;
    opacity: 0.4;
    right: 20px;
    top: 20px;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery {
  position: relative;
  overflow: hidden;
  padding: 20px 0 60px;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery {
    width: 67.5%;
    padding: 60px 0 80px;
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery {
    width: calc(67.5% - 50px);
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery *, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery *, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery * {
  z-index: 1;
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox {
  position: relative;
  margin: 40px auto 0;
  padding: 0 60px 0 0;
  width: 100%;
  max-width: 780px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: visible;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: none;
  }
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox.is-l, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox.is-l, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox.is-l {
    padding: 0 7.4074074074% 0 0;
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox.is-l, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox.is-l, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox.is-l {
    padding: 0 20px 0 0;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox.is-r, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox.is-r, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox.is-r {
  padding: 0 0 0 60px;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox.is-r, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox.is-r, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox.is-r {
    padding: 0 0 0 7.4074074074%;
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox.is-r, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox.is-r, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox.is-r {
    padding: 0 0 0 20px;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox.is-r .content__p, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox.is-r .content__p, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox.is-r .content__p {
  right: auto;
  left: 0;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox.is-r .content__p, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox.is-r .content__p, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox.is-r .content__p {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox.is-r .content__slide, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox.is-r .content__slide, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox.is-r .content__slide {
  -webkit-transform-origin: right;
          transform-origin: right;
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox.is-r .content__fig, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox.is-r .content__fig, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox.is-r .content__fig {
  -webkit-transform-origin: right;
          transform-origin: right;
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox.is-c, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox.is-c, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox.is-c {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox.is-c, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox.is-c, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox.is-c {
    padding: 0 50px;
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox.is-c, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox.is-c, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox.is-c {
    padding: 0 20px;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox.is-c .content__fig, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox.is-c .content__fig, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox.is-c .content__fig {
  margin: 0;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox.is-c .content__fig, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox.is-c .content__fig, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox.is-c .content__fig {
    width: 53.1914893617%;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox.is-c .content__fig + .content__fig, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox.is-c .content__fig + .content__fig, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox.is-c .content__fig + .content__fig {
  margin: 90px 0 0;
  opacity: 0;
  -webkit-transform: translate(-6.3829787234%, -30px);
          transform: translate(-6.3829787234%, -30px);
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox.is-c3, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox.is-c3, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox.is-c3 {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox.is-c3, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox.is-c3, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox.is-c3 {
    padding: 0 90px 0 50px;
    margin-top: 90px;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox.is-c3 .content__fig, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox.is-c3 .content__fig, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox.is-c3 .content__fig {
  margin: 90px 0 0;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox.is-c3 .content__fig, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox.is-c3 .content__fig, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox.is-c3 .content__fig {
    width: 53.1914893617%;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox.is-c3 .content__fig + .content__fig, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox.is-c3 .content__fig + .content__fig, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox.is-c3 .content__fig + .content__fig {
  margin: 0;
  opacity: 0;
  -webkit-transform: translate(-6.3829787234%, -30px);
          transform: translate(-6.3829787234%, -30px);
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox.is-animated.is-c .content__fig + .content__fig, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox.is-animated.is-c .content__fig + .content__fig, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox.is-animated.is-c .content__fig + .content__fig {
    -webkit-animation: fadeIn 0.4s 1 0.4s ease both;
            animation: fadeIn 0.4s 1 0.4s ease both;
    -webkit-transform: translate(-6.3829787234%, 0);
            transform: translate(-6.3829787234%, 0);
  }
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox.is-animated.is-c3 .content__fig + .content__fig, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox.is-animated.is-c3 .content__fig + .content__fig, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox.is-animated.is-c3 .content__fig + .content__fig {
    -webkit-animation: fadeIn 0.4s 1 0.4s ease both;
            animation: fadeIn 0.4s 1 0.4s ease both;
    -webkit-transform: translate(-6.3829787234%, 0);
            transform: translate(-6.3829787234%, 0);
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox.is-animated .content__img, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox.is-animated .content__img, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox.is-animated .content__img {
  scale: 1 1;
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox.is-animated .content__p, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox.is-animated .content__p, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox.is-animated .content__p {
  opacity: 1;
  -webkit-transition: all 0.4s ease 0s, opacity 0.8s ease-in 0.4s;
  transition: all 0.4s ease 0s, opacity 0.8s ease-in 0.4s;
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox.is-animated .content__slide, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox.is-animated .content__slide, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox.is-animated .content__slide {
  scale: 1 1;
  opacity: 1;
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox .content__img, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox .content__img, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox .content__img {
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: left;
          transform-origin: left;
  scale: 0.1 1;
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox .content__p, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox .content__p, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox .content__p {
  background: rgba(255, 255, 255, 0.8);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  font-weight: 600;
  font-size: 18px;
  margin: 20px auto 0;
  padding: 30px 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  overflow-wrap: anywhere;
  white-space: nowrap;
  text-wrap: balance;
  -webkit-transition: all 0.4s ease 0s, opacity 1.2s ease-in 0.4s;
  transition: all 0.4s ease 0s, opacity 1.2s ease-in 0.4s;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox .content__p, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox .content__p, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox .content__p {
    background: none;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-weight: 600;
    white-space: nowrap;
    max-height: 450px;
    overflow-wrap: anywhere;
    white-space: nowrap;
    text-wrap: balance;
    font-size: 32px;
    margin: 0 auto 0;
    max-height: 600px;
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox .content__p, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox .content__p, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox .content__p {
    font-size: 24px;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox .content__slide, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox .content__slide, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox .content__slide {
  position: relative;
  display: block;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox .content__slide, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox .content__slide, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox .content__slide {
    width: calc(100% - 200px);
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox .content__slide, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox .content__slide, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox .content__slide {
    width: calc(100% - 150px);
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 {
  margin: 0;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 {
    margin: 0 auto;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box {
  overflow: hidden;
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: block;
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__fig__p, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__fig__p, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__fig__p {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  will-change: text-shadow;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
  font-size: 0.75rem;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__fig__p, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__fig__p, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__fig__p {
    font-size: 0.875rem;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__fig__p.is-l, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__fig__p.is-l, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__fig__p.is-l {
  right: auto;
  left: 10px;
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__a, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__a, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__a {
  color: #fff;
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__a:hover, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__a:hover, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__a:hover {
  color: #fff;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__a:hover, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__a:hover, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__a:hover {
    opacity: 0.7;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__a:link, #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__a:visited, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__a:link, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__a:visited, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__a:link, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__a:visited {
  color: #fff;
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__a[target=_blank], #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__a[target=_blank], #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__a[target=_blank] {
  padding: 0 5px 0 0;
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__a[target=_blank]::after, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__a[target=_blank]::after, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__a[target=_blank]::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(/img/ico_blank_w.svg) no-repeat;
  background-size: contain;
  position: relative;
  display: inline-block;
  margin: 5px 0 0 5px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__a[target=_blank]:link, #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__a[target=_blank]:visited, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__a[target=_blank]:link, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__a[target=_blank]:visited, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__a[target=_blank]:link, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__cont__gallery-spbox .content__slide.is-cont_01 .content__slide-box .content__fig .content__a[target=_blank]:visited {
  color: #fff;
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__img-box.is-c2, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-c2, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__img-box.is-c2 {
  width: calc(100% - 60px);
  height: 0;
  padding: 55.5555555556% 0 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__img-box.is-c2, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-c2, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__img-box.is-c2 {
    margin: 60px 60px 0 0;
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__img-box.is-c2, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-c2, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__img-box.is-c2 {
    width: calc(100% - 20px);
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__img-box.is-c2::before, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-c2::before, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__img-box.is-c2::before {
  content: "";
  background: url(/img/top/cont_01_img_12_pc.webp) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__img-box.is-c2 .content__p, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-c2 .content__p, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__img-box.is-c2 .content__p {
  color: #fff;
  margin: 0;
  padding: 60px 5px 10px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__img-box.is-c2 .content__p, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-c2 .content__p, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__img-box.is-c2 .content__p {
    padding: 30px 5px 30px;
    height: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__img-box.is-c2 .content__p, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-c2 .content__p, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__img-box.is-c2 .content__p {
    font-size: 14px;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__img-box.is-c2 .content__fig, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-c2 .content__fig, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__img-box.is-c2 .content__fig {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__img-box.is-c2 .content__fig, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-c2 .content__fig, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__img-box.is-c2 .content__fig {
    width: calc(49.0196078431% - 100px);
    overflow: hidden;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__img-box.is-c2 .content__fig .content__img, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-c2 .content__fig .content__img, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__img-box.is-c2 .content__fig .content__img {
  height: calc(100% + 50px);
  -o-object-fit: cover;
     object-fit: cover;
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__img-box.is-c2 .content__fig + .content__fig, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-c2 .content__fig + .content__fig, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__img-box.is-c2 .content__fig + .content__fig {
  left: auto;
  right: 0;
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__img-box.is-c2 .content__fig + .content__fig .content__img, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-c2 .content__fig + .content__fig .content__img, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__img-box.is-c2 .content__fig + .content__fig .content__img {
  -webkit-transform-origin: right;
          transform-origin: right;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__img-box.is-animated.is-c2::before, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-animated.is-c2::before, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__img-box.is-animated.is-c2::before {
    -webkit-animation: fadeIn 1.8s 1 0s ease both;
            animation: fadeIn 1.8s 1 0s ease both;
  }
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__img-box.is-animated.is-c2 .content__fig .content__img, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-animated.is-c2 .content__fig .content__img, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__img-box.is-animated.is-c2 .content__fig .content__img {
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__slide, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__slide, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__slide {
  width: 100%;
  margin: 0;
  scale: 0.1 1;
  opacity: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__slide .content__slide-box.is-2ph, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__slide .content__slide-box.is-2ph, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__slide .content__slide-box.is-2ph {
  overflow: hidden;
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__slide .content__slide-box.is-2ph .content__fig, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__slide .content__slide-box.is-2ph .content__fig, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__slide .content__slide-box.is-2ph .content__fig {
  height: 50% !important;
  width: 100%;
  position: relative;
  -webkit-transform-origin: center;
          transform-origin: center;
  display: block;
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__slide .content__slide-box.is-2ph .content__img, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__slide .content__slide-box.is-2ph .content__img, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__slide .content__slide-box.is-2ph .content__img {
  min-height: auto;
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery .content__slide .content__slide-box .content__img, #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__slide .content__slide-box .content__img, #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery .content__slide .content__slide-box .content__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#container .content.page-top .content__section .content__section__wrap.cont_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #e5e9eb;
}
#container .content.page-top .content__section .content__section__wrap.cont_01.is-animated {
  z-index: 3;
}
#container .content.page-top .content__section .content__section__wrap.cont_01.is-animated .content__cont__gallery::before {
  opacity: 0.8;
  -webkit-transition: all 0.4s ease 0s, opacity 1.8s ease 0.6s;
  transition: all 0.4s ease 0s, opacity 1.8s ease 0.6s;
}
#container .content.page-top .content__section .content__section__wrap.cont_01.is-animated .content__cont__gallery::after {
  opacity: 0.8;
  -webkit-transition: all 0.4s ease 0s, opacity 1.8s ease 0.6s;
  transition: all 0.4s ease 0s, opacity 1.8s ease 0.6s;
}
#container .content.page-top .content__section .content__section__wrap.cont_01.is-animated .content__cont__explanation {
  opacity: 1;
  overflow: auto;
  -webkit-box-shadow: -6px 6px 6px 0px rgba(0, 0, 0, 0.05);
          box-shadow: -6px 6px 6px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.4s ease 0s, opacity 0.8s ease 0s;
  transition: all 0.4s ease 0s, opacity 0.8s ease 0s;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01.is-animated .content__cont__explanation {
    -webkit-transition: all 0.4s ease 0s, opacity 1.4s ease 0.8s;
    transition: all 0.4s ease 0s, opacity 1.4s ease 0.8s;
  }
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__explanation {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_01 .content__cont__gallery::before {
  content: "";
  background: url(/img/bk_pata_01.svg) repeat;
  background-size: 100% auto;
  width: 80%;
  height: 0;
  padding: 100% 0 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: inset 0 0 15px 15px #e5e9eb;
          box-shadow: inset 0 0 15px 15px #e5e9eb;
  -webkit-transform: rotate(45deg) translate(calc(-80% - 15px), calc(-20% - 15px));
          transform: rotate(45deg) translate(calc(-80% - 15px), calc(-20% - 15px));
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 0;
}
#container .content.page-top .content__section .content__section__wrap.cont_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: var(--color-red);
}
#container .content.page-top .content__section .content__section__wrap.cont_02.is-animated {
  z-index: 3;
}
#container .content.page-top .content__section .content__section__wrap.cont_02.is-animated .content__cont__gallery::before {
  opacity: 0.2;
  -webkit-transition: all 0.4s ease 0s, opacity 1.8s ease 0.6s;
  transition: all 0.4s ease 0s, opacity 1.8s ease 0.6s;
}
#container .content.page-top .content__section .content__section__wrap.cont_02.is-animated .content__cont__gallery::after {
  opacity: 0.2;
  -webkit-transition: all 0.4s ease 0s, opacity 1.8s ease 0.6s;
  transition: all 0.4s ease 0s, opacity 1.8s ease 0.6s;
}
#container .content.page-top .content__section .content__section__wrap.cont_02.is-animated .content__cont__explanation {
  opacity: 1;
  overflow: auto;
  -webkit-box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.4s ease 0s, opacity 0.8s ease 0s;
  transition: all 0.4s ease 0s, opacity 0.8s ease 0s;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_02.is-animated .content__cont__explanation {
    -webkit-transition: all 0.4s ease 0s, opacity 1.4s ease 0.8s;
    transition: all 0.4s ease 0s, opacity 1.4s ease 0.8s;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_02.is-animated .content__cont__explanation .cont_02__p {
  opacity: 1;
  -webkit-transition: all 0.4s ease 0s, opacity 1.2s ease 0.4s;
  transition: all 0.4s ease 0s, opacity 1.2s ease 0.4s;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_02.is-animated .content__cont__explanation .cont_02__p {
    -webkit-transition: all 0.4s ease 0s, opacity 1.8s ease 1.4s;
    transition: all 0.4s ease 0s, opacity 1.8s ease 1.4s;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_02.is-animated .content__cont__explanation .cont_02__p::before {
  opacity: 0.3;
  -webkit-transition: all 2s ease 1s;
  transition: all 2s ease 1s;
  -webkit-transform: translate(-20px, -20px);
          transform: translate(-20px, -20px);
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_02.is-animated .content__cont__explanation .cont_02__p::before {
    -webkit-transition: all 2s ease 1.6s;
    transition: all 2s ease 1.6s;
    -webkit-transform: translate(-30px, -30px);
            transform: translate(-30px, -30px);
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__explanation {
  background: url(/img/bk_01.webp) repeat;
  background-size: 250px auto;
}
#container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__explanation .cont_02__p {
  position: relative;
  color: var(--color-red);
  text-align: right;
  opacity: 0;
  font-size: 2rem;
  margin-top: 60px;
  display: table !important;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__explanation .cont_02__p {
    font-size: 3rem;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__explanation .cont_02__p + h2 {
  margin-top: 40px;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__explanation .cont_02__p + h2 {
    margin-top: 40px;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__explanation .cont_02__p::before {
  content: "Live in hotel.";
  text-align: right;
  font-size: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  color: var(--color-black_08);
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__explanation .cont_02__p::before {
    font-size: 3rem;
  }
}
@media screen and (max-width: 819px) {
  #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery {
    padding-top: 60px;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery::before {
  content: "";
  background: url(/img/bk_pata_02.svg) repeat;
  background-size: 100% auto;
  width: 100%;
  height: 0;
  padding: 100% 0 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: inset 0 0 15px 15px var(--color-red);
          box-shadow: inset 0 0 15px 15px var(--color-red);
  -webkit-transform: translate(calc(-60% - 15px), calc(-60% - 15px)) rotate(45deg);
          transform: translate(calc(-60% - 15px), calc(-60% - 15px)) rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 0;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery::before {
    background-size: 700px auto;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery::after {
  content: "";
  background: url(/img/bk_pata_02.svg) repeat;
  background-size: 100% auto;
  width: 100%;
  height: 0;
  padding: 100% 0 0;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  -webkit-box-shadow: inset 0 0 15px 15px var(--color-red);
          box-shadow: inset 0 0 15px 15px var(--color-red);
  -webkit-transform: translate(calc(60% - 15px), calc(60% - 15px)) rotate(45deg);
          transform: translate(calc(60% - 15px), calc(60% - 15px)) rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 0;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery::after {
    background-size: 700px auto;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box {
  display: block;
}
#container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-room_r {
  margin-right: 20px;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-room_r {
    margin-right: 50px;
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-room_r {
    margin-right: 20px;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-room_l {
  margin-left: 20px;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-room_l {
    margin-left: 50px;
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-room_l {
    margin-left: 20px;
  }
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-room_l .content__p {
    right: auto;
    left: 20px;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-room_l .content__img {
  -webkit-transform-origin: right;
          transform-origin: right;
}
#container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-room_colum {
  position: relative;
  height: auto;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-room_colum {
    margin-right: 50px;
    width: calc(100% - 50px);
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-room_colum {
    width: calc(100% - 20px);
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-room_colum.is-animated .content__fig .content__img {
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.4s ease 0s, -webkit-transform 1.2s ease 0.4s;
  transition: all 0.4s ease 0s, -webkit-transform 1.2s ease 0.4s;
  transition: all 0.4s ease 0s, transform 1.2s ease 0.4s;
  transition: all 0.4s ease 0s, transform 1.2s ease 0.4s, -webkit-transform 1.2s ease 0.4s;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-room_colum.is-animated .content__fig .content__img {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-room_colum.is-animated .content__fig + .content__fig .content__img {
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-room_colum.is-animated .content__fig + .content__fig .content__img {
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-room_colum .content__fig {
  overflow: hidden;
  width: calc(50% - 5px);
  padding: 75.6756756757% 0 0;
  position: relative;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-room_colum .content__fig {
    height: 0;
    padding: 58.2524271845% 0 0;
  }
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-room_colum .content__fig + .content__fig .content__img {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-room_colum .content__img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box.is-room_colum .content__img {
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
  }
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box + .content__img-box {
    margin-top: 40px;
  }
}
@media screen and (max-width: 819px) {
  #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box + .content__img-box {
    margin-top: 20px;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box .content__fig {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 0;
  padding: 75.6756756757% 0 0;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box .content__fig {
    padding: 58.2524271845% 0 0;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box .content__p {
  -webkit-writing-mode: rl-tb;
      -ms-writing-mode: rl-tb;
          writing-mode: rl-tb;
  color: #fff;
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 0.875rem;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box .content__p {
    bottom: 10px;
    right: 10px;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box .content__img {
  width: calc(100% + 50px) !important;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_02 .content__cont__gallery .content__img-box .content__img {
    width: calc(100% + 100px) !important;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #efe1bf;
}
#container .content.page-top .content__section .content__section__wrap.cont_03.is-animated {
  z-index: 3;
}
#container .content.page-top .content__section .content__section__wrap.cont_03.is-animated .content__cont__gallery::before {
  opacity: 0.4;
  -webkit-transition: all 0.4s ease 0s, opacity 1.8s ease 0.6s;
  transition: all 0.4s ease 0s, opacity 1.8s ease 0.6s;
}
#container .content.page-top .content__section .content__section__wrap.cont_03.is-animated .content__cont__explanation {
  opacity: 1;
  overflow: auto;
  -webkit-box-shadow: -6px 6px 6px 0px rgba(0, 0, 0, 0.05);
          box-shadow: -6px 6px 6px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.4s ease 0s, opacity 0.8s ease 0s;
  transition: all 0.4s ease 0s, opacity 0.8s ease 0s;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_03.is-animated .content__cont__explanation {
    -webkit-transition: all 0.4s ease 0s, opacity 1.4s ease 0.8s;
    transition: all 0.4s ease 0s, opacity 1.4s ease 0.8s;
  }
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__explanation {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 819px) {
  #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery {
    padding-top: 60px;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery::before {
  content: "";
  background: url(/img/bk_pata_03.svg) repeat;
  background-size: 180% auto;
  width: 40%;
  height: calc(100% + 60px);
  display: block;
  position: absolute;
  top: -30px;
  left: -30px;
  -webkit-box-shadow: inset 0 0 30px 30px #efe1bf;
          box-shadow: inset 0 0 30px 30px #efe1bf;
  opacity: 0;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_03 .content__cont__gallery::before {
    background: url(/img/bk_pata_03.svg) repeat;
    background-size: 240% auto;
    width: 200px;
    height: calc(100% + 60px);
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_news {
    padding: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #container .content.page-top .content__section .content__section__wrap.cont_news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news_log {
  display: block;
  position: relative;
  padding: 80px 20px;
  width: 100%;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news_log {
    width: 50%;
    padding: 0 50px 0 0;
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news_log {
    width: 100%;
    padding: 80px 0;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news_log h2 {
  padding: 0;
  text-align: left;
  margin: 0;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news_log h2 {
    margin: 30px 0 0;
    padding: 0 100px 0 0;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news_log p {
  font-size: 0.8125rem;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news_log p {
    font-size: 0.875rem;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news_log .content__sns-box {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  gap: 20px;
  bottom: 90px;
  left: 20px;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news_log .content__sns-box {
    top: 20px;
    bottom: auto;
    right: 50px;
    left: auto;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news_log .content__sns-box .content__sns-box {
  width: 38px;
}
#container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news_list {
  overflow: hidden;
  margin: 20px auto 0;
}
#container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news_list li {
  border-bottom: solid 1px var(--color-red);
}
#container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news_list h3 {
  margin: 0 auto;
  padding: calc(1.2em + 5px) 0 0;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news_list h3 {
    padding: 0 6em 0 0;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news_list h3 .content__span {
  color: var(--color-black);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.875rem;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news_list h3 .content__span {
    font-size: 1rem;
    right: 0;
    left: auto;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news_list .content__a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
  text-decoration: none;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news_list .content__a {
    margin: 30px 0 0;
    padding: 0 0 30px;
    gap: 10px;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news_list .content__a:hover {
  opacity: 1;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news_list .content__a:hover .content__cont__news_list__box {
    opacity: 0.7;
  }
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news_list .content__a:hover .content__img {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    -webkit-transition: all 0.4s ease 0s, -webkit-transform 0.8s ease 0s;
    transition: all 0.4s ease 0s, -webkit-transform 0.8s ease 0s;
    transition: all 0.4s ease 0s, transform 0.8s ease 0s;
    transition: all 0.4s ease 0s, transform 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news_list .content__a:hover .content__cont__news_list__img.is-not {
  background: url(/img/logo.svg) no-repeat #fff;
  background-position: center;
  background-size: 100px auto;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news_list .content__a:hover .content__cont__news_list__img.is-not {
    background-size: 140px auto;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news_list .content__cont__news_list__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 10px 0 0;
  width: 100%;
}
#container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news_list .content__cont__news_list__category .content__span {
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  font-size: 0.625rem;
  line-height: 1, 2;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news_list .content__cont__news_list__category .content__span {
    font-size: 0.75rem;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news_list .content__cont__news_list__img {
  margin: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news_list .content__cont__news_list__img {
    width: 120px;
    height: 120px;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news_list .content__cont__news_list__img.is-not {
  background: url(/img/logo.svg) no-repeat #fff;
  background-position: center;
  background-size: 120px auto;
}
#container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news_list .content__img {
  margin: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news_list .content__cont__news_list__box {
  width: calc(100% - 110px);
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news_list .content__cont__news_list__box {
    width: calc(100% - 130px);
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news__ph {
  margin: 0;
  position: relative;
  display: block;
  height: 240px;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news__ph {
    width: 50%;
    height: auto;
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news__ph {
    width: 100%;
    height: auto;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news__ph .content__img {
  max-width: none;
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__wrap.cont_news .content__cont__news__ph .content__img {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    min-height: auto;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
#container .content.page-top .content__section .content__section__wrap.cont_news .content__img {
  width: 100%;
  height: auto;
}
#container .content.page-top[data-f=cont_02] .content__section {
  background: transparent;
}
#container .content.page-top .js-scroll-animation {
  opacity: 1;
}
@-webkit-keyframes top__back_01_pc {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  99% {
    -webkit-transform: translate(-200px, 0);
            transform: translate(-200px, 0);
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: -1;
  }
}
@keyframes top__back_01_pc {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  99% {
    -webkit-transform: translate(-200px, 0);
            transform: translate(-200px, 0);
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: -1;
  }
}
@-webkit-keyframes top__back_01_sp {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  99% {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: -1;
  }
}
@keyframes top__back_01_sp {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  99% {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: -1;
  }
}
@-webkit-keyframes top__back_02 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes top__back_02 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes top__back_03 {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes top__back_03 {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes top__back_04 {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  85% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-200px, 0);
            transform: translate(-200px, 0);
  }
}
@keyframes top__back_04 {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  85% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-200px, 0);
            transform: translate(-200px, 0);
  }
}
@-webkit-keyframes top__back_05_pc {
  0% {
    background: url(/img/top/MV_wide_02_pc.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  23% {
    background: url(/img/top/MV_wide_02_pc.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  25% {
    background: url(/img/top/MV_wide_03_pc.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  48% {
    background: url(/img/top/MV_wide_03_pc.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  50% {
    background: url(/img/top/MV_wide_04_pc.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  73% {
    background: url(/img/top/MV_wide_04_pc.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  75% {
    background: url(/img/top/MV_wide_05_pc.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  98% {
    background: url(/img/top/MV_wide_05_pc.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  100% {
    background: url(/img/top/MV_wide_02_pc.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@keyframes top__back_05_pc {
  0% {
    background: url(/img/top/MV_wide_02_pc.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  23% {
    background: url(/img/top/MV_wide_02_pc.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  25% {
    background: url(/img/top/MV_wide_03_pc.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  48% {
    background: url(/img/top/MV_wide_03_pc.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  50% {
    background: url(/img/top/MV_wide_04_pc.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  73% {
    background: url(/img/top/MV_wide_04_pc.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  75% {
    background: url(/img/top/MV_wide_05_pc.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  98% {
    background: url(/img/top/MV_wide_05_pc.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  100% {
    background: url(/img/top/MV_wide_02_pc.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@-webkit-keyframes top__back_05_sp {
  0% {
    background: url(/img/top/MV_wide_02_sp.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  23% {
    background: url(/img/top/MV_wide_02_sp.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  25% {
    background: url(/img/top/MV_wide_03_sp.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  48% {
    background: url(/img/top/MV_wide_03_sp.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  50% {
    background: url(/img/top/MV_wide_04_sp.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  73% {
    background: url(/img/top/MV_wide_04_sp.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  75% {
    background: url(/img/top/MV_wide_05_sp.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  98% {
    background: url(/img/top/MV_wide_05_sp.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  100% {
    background: url(/img/top/MV_wide_02_sp.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@keyframes top__back_05_sp {
  0% {
    background: url(/img/top/MV_wide_02_sp.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  23% {
    background: url(/img/top/MV_wide_02_sp.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  25% {
    background: url(/img/top/MV_wide_03_sp.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  48% {
    background: url(/img/top/MV_wide_03_sp.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  50% {
    background: url(/img/top/MV_wide_04_sp.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  73% {
    background: url(/img/top/MV_wide_04_sp.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  75% {
    background: url(/img/top/MV_wide_05_sp.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  98% {
    background: url(/img/top/MV_wide_05_sp.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  100% {
    background: url(/img/top/MV_wide_02_sp.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@-webkit-keyframes top__back_06 {
  0% {
    color: var(--color-red);
  }
  65% {
    color: var(--color-red);
  }
  85% {
    color: #fff;
  }
  90% {
    color: #fff;
  }
  100% {
    color: var(--color-red);
  }
}
@keyframes top__back_06 {
  0% {
    color: var(--color-red);
  }
  65% {
    color: var(--color-red);
  }
  85% {
    color: #fff;
  }
  90% {
    color: #fff;
  }
  100% {
    color: var(--color-red);
  }
}
@-webkit-keyframes top__back_07 {
  0% {
    opacity: 0.4;
  }
  65% {
    opacity: 0.4;
  }
  85% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes top__back_07 {
  0% {
    opacity: 0.4;
  }
  65% {
    opacity: 0.4;
  }
  85% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0.4;
  }
}
@-webkit-keyframes top__back_08 {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes top__back_08 {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes top__head_slide_1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes top__head_slide_1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes top__head_slide_2 {
  0% {
    opacity: 0;
    scale: 0.1 1;
  }
  3% {
    opacity: 1;
    scale: 1 1;
  }
  28% {
    opacity: 1;
    scale: 1 1;
  }
  31% {
    opacity: 0;
    scale: 0.1 1;
  }
  100% {
    opacity: 0;
    scale: 0.1 1;
  }
}
@keyframes top__head_slide_2 {
  0% {
    opacity: 0;
    scale: 0.1 1;
  }
  3% {
    opacity: 1;
    scale: 1 1;
  }
  28% {
    opacity: 1;
    scale: 1 1;
  }
  31% {
    opacity: 0;
    scale: 0.1 1;
  }
  100% {
    opacity: 0;
    scale: 0.1 1;
  }
}