@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 959px) {
  body {
    font-size: 1.5rem;
  }
}
@media (max-width: 639px) {
  body {
    font-size: 1.4rem;
  }
}

html,
body {
  background: #1e1e1e;
  color: #fdfdfd;
  font-family: zen-kaku-gothic-new, sans-serif;
  margin: 0 auto;
  max-width: 2560px;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

li {
  list-style: none;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: auto;
}
img.zoom {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 960px) {
  img.zoom:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
img.cover {
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100%;
}
img.contain {
  height: 100%;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  width: 100%;
}

input,
textarea,
button,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

address {
  font-style: normal;
}

.is-en {
  font-family: classico-urw, sans-serif;
  letter-spacing: 0.1em;
}

a {
  color: #24aabb;
  text-decoration: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (min-width: 960px) {
  a:hover {
    color: #24aabb;
    opacity: 0.6;
  }
  a:visited {
    color: #24aabb;
  }
  a:active {
    color: #24aabb;
  }
}

.inner {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 40px;
  position: relative;
}
@media (max-width: 959px) {
  .inner {
    padding: 0 30px;
    width: 100%;
  }
}
@media (max-width: 639px) {
  .inner {
    padding: 0 20px;
    width: 100%;
  }
}

.is-narrow {
  margin: 0 auto;
  max-width: 800px;
}

@media (max-width: 639px) {
  .is-x-scroll {
    display: block !important;
    margin: 0 -20px;
    overflow-x: scroll;
    width: auto;
  }
  .is-x-scroll > * {
    margin: 0 20px;
    width: 800px !important;
  }
}

.over {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 960px) {
  .over:hover {
    opacity: 0.6;
  }
}

[class*=aspect-] {
  position: relative;
}
[class*=aspect-] > img, [class*=aspect-] > video, [class*=aspect-] > iframe {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.aspect-9-16 {
  aspect-ratio: 9/16;
}

.aspect-2-3 {
  aspect-ratio: 2/3;
}

.aspect-3-4 {
  aspect-ratio: 3/4;
}

.aspect-1-1 {
  aspect-ratio: 1/1;
}

.aspect-4-3 {
  aspect-ratio: 4/3;
}

.aspect-3-2 {
  aspect-ratio: 3/2;
}

.aspect-16-9 {
  aspect-ratio: 16/9;
}

.aspect-47-20 {
  aspect-ratio: 47/20;
}

.aspect-3-1 {
  aspect-ratio: 3/1;
}

.aspect-4-1 {
  aspect-ratio: 4/1;
}

.aspect-5-1 {
  aspect-ratio: 5/1;
}

.aspect-auto {
  aspect-ratio: auto;
  text-align: center;
}
.aspect-auto > img, .aspect-auto > video, .aspect-auto > iframe {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  top: 0;
  width: auto;
}

.scroll::-webkit-scrollbar {
  width: 5px;
}
.scroll::-webkit-scrollbar-track {
  background: #c8c8cd;
}
.scroll::-webkit-scrollbar-thumb {
  background: #8d8d8d;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0 2px #8d8d8d;
          box-shadow: inset 0 0 0 2px #8d8d8d;
}

@media (min-width: 960px) {
  .is-pc {
    display: block !important;
  }
  .is-tb {
    display: none !important;
  }
  .is-sp {
    display: none !important;
  }
  .is-pc-tb {
    display: block !important;
  }
  .is-tb-sp {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .is-pc {
    display: none !important;
  }
  .is-tb {
    display: block !important;
  }
  .is-sp {
    display: none !important;
  }
  .is-pc-tb {
    display: block !important;
  }
  .is-tb-sp {
    display: block !important;
  }
}
@media (max-width: 639px) {
  .is-pc {
    display: none !important;
  }
  .is-tb {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
  .is-pc-tb {
    display: none !important;
  }
  .is-tb-sp {
    display: block !important;
  }
}
.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.is-visible {
  opacity: 1;
  pointer-events: initial;
}

@media (min-width: 960px) {
  .header {
    height: 80px;
    margin: 0 auto;
    position: fixed;
    width: 100%;
    z-index: 100;
  }
  .header .inner {
    height: 100%;
    max-width: inherit;
  }
  .header__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__navi .navi__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .header__navi .dropdown__content {
    display: none;
    position: absolute;
  }
  .header__navi .dropdown--open .dropdown__content {
    display: block;
  }
  .header__drawer {
    display: none;
  }
}
@media (max-width: 959px) {
  .header {
    height: 60px;
    margin: 0 auto;
    position: fixed;
    width: 100%;
    z-index: 100;
  }
  .header .inner {
    height: 100%;
    max-width: inherit;
  }
  .header__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__logo {
    position: relative;
    z-index: 100;
  }
  .header__navi {
    display: none;
  }
  .header__drawer .drawer__button {
    background: transparent;
    border: none;
    cursor: pointer;
    height: 40px;
    outline: none;
    padding: 0;
    position: absolute;
    right: 30px;
    top: 10px;
    width: 40px;
    z-index: 100;
  }
}
@media (max-width: 959px) and (max-width: 639px) {
  .header__drawer .drawer__button {
    right: 20px;
    top: 10px;
  }
}
@media (max-width: 959px) {
  .header__drawer .drawer__button span.line {
    background: #1e1e1e;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header__drawer .drawer__button span.line:nth-child(1) {
    left: 5px;
    top: calc(50% - 6px);
    width: 20px;
  }
  .header__drawer .drawer__button span.line:nth-child(2) {
    left: 5px;
    top: 50%;
    width: 25px;
  }
  .header__drawer .drawer__button span.line:nth-child(3) {
    left: 5px;
    top: calc(50% + 6px);
    width: 30px;
  }
  .header__drawer .drawer__content {
    background: #1e1e1e;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    overflow: hidden;
    overflow-x: hidden;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 60px;
    position: absolute;
    right: -100%;
    top: 0;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
    width: 100%;
  }
}
@media (max-width: 959px) and (max-width: 639px) {
  .header__drawer .drawer__content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
  }
}
@media (max-width: 959px) {
  .header__drawer .drawer__scroll {
    max-height: calc(100% - 60px);
    overflow: hidden auto;
    width: 100%;
  }
  .header__drawer .drawer--open .drawer__button span.line {
    background: #fff;
  }
  .header__drawer .drawer--open .drawer__button span.line:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
    width: 30px;
  }
  .header__drawer .drawer--open .drawer__button span.line:nth-child(2) {
    opacity: 0;
  }
  .header__drawer .drawer--open .drawer__button span.line:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
    width: 30px;
  }
  .header__drawer .drawer--open .drawer__content {
    right: 0;
  }
}
.main .page-title {
  padding-top: 120px;
}
@media (max-width: 1599px) {
  .main .page-title {
    padding-top: 100px;
  }
}
@media (max-width: 1279px) {
  .main .page-title {
    padding-top: 80px;
  }
}
@media (max-width: 959px) {
  .main .page-title {
    padding-top: 70px;
  }
}
@media (max-width: 639px) {
  .main .page-title {
    padding-top: 60px;
  }
}
.main .page-title {
  padding-bottom: 80px;
}
@media (max-width: 1599px) {
  .main .page-title {
    padding-bottom: 80px;
  }
}
@media (max-width: 1279px) {
  .main .page-title {
    padding-bottom: 60px;
  }
}
@media (max-width: 959px) {
  .main .page-title {
    padding-bottom: 60px;
  }
}
@media (max-width: 639px) {
  .main .page-title {
    padding-bottom: 40px;
  }
}
.main .page-title__text {
  font-size: 4rem;
  line-height: 1.5;
}
@media (max-width: 959px) {
  .main .page-title__text {
    font-size: 3.4rem;
  }
}
@media (max-width: 639px) {
  .main .page-title__text {
    font-size: 2.8rem;
  }
}
.main .section {
  padding-top: 40px;
}
@media (max-width: 1599px) {
  .main .section {
    padding-top: 30px;
  }
}
@media (max-width: 1279px) {
  .main .section {
    padding-top: 30px;
  }
}
@media (max-width: 959px) {
  .main .section {
    padding-top: 30px;
  }
}
@media (max-width: 639px) {
  .main .section {
    padding-top: 20px;
  }
}
.main .section {
  padding-bottom: 40px;
}
@media (max-width: 1599px) {
  .main .section {
    padding-bottom: 30px;
  }
}
@media (max-width: 1279px) {
  .main .section {
    padding-bottom: 30px;
  }
}
@media (max-width: 959px) {
  .main .section {
    padding-bottom: 30px;
  }
}
@media (max-width: 639px) {
  .main .section {
    padding-bottom: 20px;
  }
}
.main .section__title {
  font-size: 2.8rem;
  line-height: 1.75;
}
@media (max-width: 959px) {
  .main .section__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 639px) {
  .main .section__title {
    font-size: 2.2rem;
  }
}

.footer {
  padding: 20px 0;
  position: relative;
}
.footer .navi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__copyright {
  color: #c8c8cd;
  font-size: 1rem;
  text-align: center;
}

.pagetop {
  bottom: 20px;
  height: 40px;
  position: fixed;
  right: 20px;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  width: 40px;
  z-index: 90;
}
@media (max-width: 959px) {
  .pagetop {
    bottom: 10px;
    right: 10px;
  }
}
@media (max-width: 639px) {
  .pagetop {
    bottom: 0;
    right: 0;
  }
}
.pagetop a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #595959;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.breadcrumb {
  background: #cecece;
}
.breadcrumb .inner {
  max-width: inherit;
}
.breadcrumb__container {
  width: auto !important;
}
.breadcrumb__container {
  padding-top: 10px;
}
@media (max-width: 1599px) {
  .breadcrumb__container {
    padding-top: 8px;
  }
}
@media (max-width: 1279px) {
  .breadcrumb__container {
    padding-top: 8px;
  }
}
@media (max-width: 959px) {
  .breadcrumb__container {
    padding-top: 8px;
  }
}
@media (max-width: 639px) {
  .breadcrumb__container {
    padding-top: 6px;
  }
}
.breadcrumb__container {
  padding-bottom: 10px;
}
@media (max-width: 1599px) {
  .breadcrumb__container {
    padding-bottom: 8px;
  }
}
@media (max-width: 1279px) {
  .breadcrumb__container {
    padding-bottom: 8px;
  }
}
@media (max-width: 959px) {
  .breadcrumb__container {
    padding-bottom: 8px;
  }
}
@media (max-width: 639px) {
  .breadcrumb__container {
    padding-bottom: 6px;
  }
}
.breadcrumb__container {
  margin-bottom: 40px;
}
@media (max-width: 1599px) {
  .breadcrumb__container {
    margin-bottom: 30px;
  }
}
@media (max-width: 1279px) {
  .breadcrumb__container {
    margin-bottom: 30px;
  }
}
@media (max-width: 959px) {
  .breadcrumb__container {
    margin-bottom: 30px;
  }
}
@media (max-width: 639px) {
  .breadcrumb__container {
    margin-bottom: 20px;
  }
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto !important;
}
.breadcrumb__item {
  font-size: 1.4rem;
  line-height: 2;
  text-wrap: nowrap;
}
@media (max-width: 959px) {
  .breadcrumb__item {
    font-size: 1.3rem;
  }
}
@media (max-width: 639px) {
  .breadcrumb__item {
    font-size: 1.2rem;
  }
}
.breadcrumb__item {
  padding-right: 20px;
}
@media (max-width: 1599px) {
  .breadcrumb__item {
    padding-right: 15px;
  }
}
@media (max-width: 1279px) {
  .breadcrumb__item {
    padding-right: 15px;
  }
}
@media (max-width: 959px) {
  .breadcrumb__item {
    padding-right: 15px;
  }
}
@media (max-width: 639px) {
  .breadcrumb__item {
    padding-right: 10px;
  }
}
.breadcrumb__item:not(:last-child)::after {
  content: ">";
  display: inline-block;
}
.breadcrumb__item:not(:last-child)::after {
  padding-left: 20px;
}
@media (max-width: 1599px) {
  .breadcrumb__item:not(:last-child)::after {
    padding-left: 15px;
  }
}
@media (max-width: 1279px) {
  .breadcrumb__item:not(:last-child)::after {
    padding-left: 15px;
  }
}
@media (max-width: 959px) {
  .breadcrumb__item:not(:last-child)::after {
    padding-left: 15px;
  }
}
@media (max-width: 639px) {
  .breadcrumb__item:not(:last-child)::after {
    padding-left: 10px;
  }
}

.modal__content {
  display: none;
}

.modal-window {
  display: none;
  position: relative;
  z-index: 100;
}
.modal-window__bg {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.modal-window__content {
  background: #fff;
  left: 50%;
  margin: 0 auto;
  max-height: calc(100vh - 100px);
  max-width: 900px;
  padding: 40px 35px 40px 40px;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  z-index: 100;
}
@media (max-width: 639px) {
  .modal-window__content {
    padding: 20px 15px 20px 20px;
  }
}
.modal-window__scroll {
  max-height: calc(100vh - 180px);
  overflow: auto;
}
.modal-window__close {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1e1e1e;
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  position: absolute;
  right: 0;
  top: -40px;
  width: 40px;
}
.modal-window--open {
  display: block;
}

.accordion__trigger {
  display: block;
  position: relative;
}
.accordion__trigger::after {
  content: "＋";
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.accordion__trigger--open::after {
  content: "－";
}
.accordion__content {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.tab__list {
  border-bottom: 2px solid #24aabb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tab__item {
  width: calc(20% - 10px);
}
@media (max-width: 639px) {
  .tab__item {
    width: calc(20% - 5px);
  }
}
.tab__trigger {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #24aabb;
  border-bottom: none;
  border-radius: 5px 5px 0 0/5px 5px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0.5rem;
}
.tab__trigger--selected {
  background: #24aabb;
  color: #fff;
}
.tab__trigger--selected:hover {
  color: #fff;
}

.panel__item {
  display: none;
}
.panel__item--selected {
  display: block;
}

.blur-in {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

body.is-loaded .blur-in.is-animation {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.fade-in.is-animation {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.smooth-in-wrapper {
  display: block;
  overflow: hidden;
}
.smooth-in-wrapper .smooth-in {
  display: block;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
          transform: translate3d(0, 100%, 0) skewY(12deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.smooth-in-wrapper .smooth-in.is-animation {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) skewY(0);
          transform: translate3d(0, 0, 0) skewY(0);
}

.bgextend {
  opacity: 0;
}
.bgextend .bgextend-inner {
  opacity: 0;
}
.bgextend.is-animation {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: bgextend-anime-base;
          animation-name: bgextend-anime-base;
  overflow: hidden;
  position: relative;
}
.bgextend.is-animation::before {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: bg-extend-anime;
          animation-name: bg-extend-anime;
  background-color: #1e1e1e;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
.bgextend.is-animation .bgextend-inner {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: bgextend-anime-second;
          animation-name: bgextend-anime-second;
  opacity: 0;
}

@-webkit-keyframes bgextend-anime-base {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextend-anime-base {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes bg-extend-anime {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
@keyframes bg-extend-anime {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
@-webkit-keyframes bgextend-anime-second {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgextend-anime-second {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mask-image-wrapper {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.mask-image-wrapper .mask-image {
  height: 100%;
  position: relative;
  visibility: hidden;
  width: 100%;
}
.mask-image-wrapper .mask-image::after {
  background: #1e1e1e;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: visible;
  width: 100%;
}
.mask-image-wrapper .mask-image.is-animation {
  -webkit-animation: animate-content 1s ease 0s 1 normal both running;
          animation: animate-content 1s ease 0s 1 normal both running;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mask-image-wrapper .mask-image.is-animation::after {
  -webkit-animation: animate-panel 1s ease 0s 1 normal both running;
          animation: animate-panel 1s ease 0s 1 normal both running;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@-webkit-keyframes animate-panel {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  49% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}

@keyframes animate-panel {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  49% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
@-webkit-keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
@keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
.swiper-container {
  position: relative;
}

.swiper-pagination {
  bottom: 0 !important;
}

.swiper-thumb .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.swiper-thumb .swiper-slide {
  cursor: pointer;
  width: 20% !important;
}

.swiper-gl {
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.swiper-gl .swiper-slide,
.swiper-gl swiper-slide {
  position: relative;
}
.swiper-gl .swiper-gl-image {
  display: none;
}
.swiper-gl > canvas {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.swiper-gl-image {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}

/* =========================
   Loading (base)
   ========================= */
.loading {
  background: transparent;
  display: grid;
  inset: 0;
  opacity: 0;
  place-items: center;
  position: fixed;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  z-index: 10000;
}

/* =========================
   Panel
   ========================= */
.loading__bar {
  background: #666;
  border-radius: 999px;
  display: none;
  height: 1px;
  overflow: hidden;
  width: 100%;
}

.loading__barFill {
  background: #aaa;
  height: 100%;
  -webkit-transition: width 0.15s linear;
  transition: width 0.15s linear;
  width: 0%;
}

.loading__percent {
  color: #ccc;
  font-size: 1.2rem;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  margin-top: -42px;
  text-align: center;
}
.loading__percent span {
  font-size: 1.4rem;
}

.loading__spinner {
  -webkit-animation: l1 1s infinite;
          animation: l1 1s infinite;
  aspect-ratio: 1;
  border: 3px solid;
  border-color: #595959 #1e1e1e;
  border-radius: 50%;
  width: 70px;
}

@-webkit-keyframes l1 {
  to {
    -webkit-transform: rotate(0.5turn);
            transform: rotate(0.5turn);
  }
}

@keyframes l1 {
  to {
    -webkit-transform: rotate(0.5turn);
            transform: rotate(0.5turn);
  }
}
/* =========================
   Example: body state hooks
   ========================= */
.page-wrapper {
  opacity: 0;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

body {
  height: 100vh;
  overflow-y: hidden;
}
body.is-loading .loading {
  opacity: 1;
}
body.is-loading .page-wrapper {
  opacity: 0;
}
body.is-loaded {
  height: auto;
  overflow-y: auto;
}
body.is-loaded .loading {
  -webkit-filter: blur(40px);
          filter: blur(40px);
  opacity: 0;
  pointer-events: none;
}
body.is-loaded .page-wrapper {
  opacity: 1;
}

@-webkit-keyframes hero-gradient-animation {
  0% {
    --c-0: hsla(65, 3%, 18%, 1);
    --x-0: 40%;
    --y-0: 20%;
    --s-start-0: 0%;
    --s-end-0: 50%;
    --c-1: hsla(227, 11%, 12%, 1);
    --x-1: 80%;
    --y-1: 0%;
    --s-start-1: 0%;
    --s-end-1: 50%;
    --c-2: hsla(32, 37%, 7%, 1);
    --x-2: 0%;
    --y-2: 50%;
    --s-start-2: 0%;
    --s-end-2: 50%;
    --c-3: hsla(18, 19%, 2%, 1);
    --x-3: 80%;
    --y-3: 50%;
    --s-start-3: 0%;
    --s-end-3: 50%;
    --c-4: hsla(109, 22%, 13%, 1);
    --x-4: 0%;
    --y-4: 100%;
    --s-start-4: 0%;
    --s-end-4: 50%;
    --c-5: hsla(184, 43%, 8%, 1);
    --x-5: 80%;
    --y-5: 100%;
    --s-start-5: 0%;
    --s-end-5: 50%;
    --c-6: hsla(93, 40%, 11%, 1);
    --x-6: 0%;
    --y-6: 0%;
    --s-start-6: 0%;
    --s-end-6: 50%;
  }
  100% {
    --c-0: hsla(65, 3%, 18%, 1);
    --x-0: 7%;
    --y-0: 72%;
    --s-start-0: 11;
    --s-end-0: 69;
    --c-1: hsla(227, 11%, 12%, 1);
    --x-1: 51%;
    --y-1: 83%;
    --s-start-1: 11;
    --s-end-1: 69;
    --c-2: hsla(32, 37%, 7%, 1);
    --x-2: 57%;
    --y-2: 17%;
    --s-start-2: 11;
    --s-end-2: 69;
    --c-3: hsla(18, 19%, 2%, 1);
    --x-3: 37%;
    --y-3: 72%;
    --s-start-3: 11;
    --s-end-3: 69;
    --c-4: hsla(109, 22%, 13%, 1);
    --x-4: 52%;
    --y-4: 33%;
    --s-start-4: 11;
    --s-end-4: 69;
    --c-5: hsla(184, 43%, 8%, 1);
    --x-5: 23%;
    --y-5: 89%;
    --s-start-5: 11;
    --s-end-5: 69;
    --c-6: hsla(93, 40%, 11%, 1);
    --x-6: 43%;
    --y-6: 31%;
    --s-start-6: 11;
    --s-end-6: 69;
  }
}

@keyframes hero-gradient-animation {
  0% {
    --c-0: hsla(65, 3%, 18%, 1);
    --x-0: 40%;
    --y-0: 20%;
    --s-start-0: 0%;
    --s-end-0: 50%;
    --c-1: hsla(227, 11%, 12%, 1);
    --x-1: 80%;
    --y-1: 0%;
    --s-start-1: 0%;
    --s-end-1: 50%;
    --c-2: hsla(32, 37%, 7%, 1);
    --x-2: 0%;
    --y-2: 50%;
    --s-start-2: 0%;
    --s-end-2: 50%;
    --c-3: hsla(18, 19%, 2%, 1);
    --x-3: 80%;
    --y-3: 50%;
    --s-start-3: 0%;
    --s-end-3: 50%;
    --c-4: hsla(109, 22%, 13%, 1);
    --x-4: 0%;
    --y-4: 100%;
    --s-start-4: 0%;
    --s-end-4: 50%;
    --c-5: hsla(184, 43%, 8%, 1);
    --x-5: 80%;
    --y-5: 100%;
    --s-start-5: 0%;
    --s-end-5: 50%;
    --c-6: hsla(93, 40%, 11%, 1);
    --x-6: 0%;
    --y-6: 0%;
    --s-start-6: 0%;
    --s-end-6: 50%;
  }
  100% {
    --c-0: hsla(65, 3%, 18%, 1);
    --x-0: 7%;
    --y-0: 72%;
    --s-start-0: 11;
    --s-end-0: 69;
    --c-1: hsla(227, 11%, 12%, 1);
    --x-1: 51%;
    --y-1: 83%;
    --s-start-1: 11;
    --s-end-1: 69;
    --c-2: hsla(32, 37%, 7%, 1);
    --x-2: 57%;
    --y-2: 17%;
    --s-start-2: 11;
    --s-end-2: 69;
    --c-3: hsla(18, 19%, 2%, 1);
    --x-3: 37%;
    --y-3: 72%;
    --s-start-3: 11;
    --s-end-3: 69;
    --c-4: hsla(109, 22%, 13%, 1);
    --x-4: 52%;
    --y-4: 33%;
    --s-start-4: 11;
    --s-end-4: 69;
    --c-5: hsla(184, 43%, 8%, 1);
    --x-5: 23%;
    --y-5: 89%;
    --s-start-5: 11;
    --s-end-5: 69;
    --c-6: hsla(93, 40%, 11%, 1);
    --x-6: 43%;
    --y-6: 31%;
    --s-start-6: 11;
    --s-end-6: 69;
  }
}
@property --c-0 {
  inherits: false;
  initial-value: hsl(65, 3%, 18%);
  syntax: "<color>";
}
@property --x-0 {
  inherits: false;
  initial-value: 40%;
  syntax: "<percentage>";
}
@property --y-0 {
  inherits: false;
  initial-value: 20%;
  syntax: "<percentage>";
}
@property --s-start-0 {
  inherits: false;
  initial-value: 0%;
  syntax: "<percentage>";
}
@property --s-end-0 {
  inherits: false;
  initial-value: 50%;
  syntax: "<percentage>";
}
@property --c-1 {
  inherits: false;
  initial-value: hsl(227, 11%, 12%);
  syntax: "<color>";
}
@property --x-1 {
  inherits: false;
  initial-value: 80%;
  syntax: "<percentage>";
}
@property --y-1 {
  inherits: false;
  initial-value: 0%;
  syntax: "<percentage>";
}
@property --s-start-1 {
  inherits: false;
  initial-value: 0%;
  syntax: "<percentage>";
}
@property --s-end-1 {
  inherits: false;
  initial-value: 50%;
  syntax: "<percentage>";
}
@property --c-2 {
  inherits: false;
  initial-value: hsl(32, 37%, 7%);
  syntax: "<color>";
}
@property --x-2 {
  inherits: false;
  initial-value: 0%;
  syntax: "<percentage>";
}
@property --y-2 {
  inherits: false;
  initial-value: 50%;
  syntax: "<percentage>";
}
@property --s-start-2 {
  inherits: false;
  initial-value: 0%;
  syntax: "<percentage>";
}
@property --s-end-2 {
  inherits: false;
  initial-value: 50%;
  syntax: "<percentage>";
}
@property --c-3 {
  inherits: false;
  initial-value: hsl(18, 19%, 2%);
  syntax: "<color>";
}
@property --x-3 {
  inherits: false;
  initial-value: 80%;
  syntax: "<percentage>";
}
@property --y-3 {
  inherits: false;
  initial-value: 50%;
  syntax: "<percentage>";
}
@property --s-start-3 {
  inherits: false;
  initial-value: 0%;
  syntax: "<percentage>";
}
@property --s-end-3 {
  inherits: false;
  initial-value: 50%;
  syntax: "<percentage>";
}
@property --c-4 {
  inherits: false;
  initial-value: hsl(109, 22%, 13%);
  syntax: "<color>";
}
@property --x-4 {
  inherits: false;
  initial-value: 0%;
  syntax: "<percentage>";
}
@property --y-4 {
  inherits: false;
  initial-value: 100%;
  syntax: "<percentage>";
}
@property --s-start-4 {
  inherits: false;
  initial-value: 0%;
  syntax: "<percentage>";
}
@property --s-end-4 {
  inherits: false;
  initial-value: 50%;
  syntax: "<percentage>";
}
@property --c-5 {
  inherits: false;
  initial-value: hsl(184, 43%, 8%);
  syntax: "<color>";
}
@property --x-5 {
  inherits: false;
  initial-value: 80%;
  syntax: "<percentage>";
}
@property --y-5 {
  inherits: false;
  initial-value: 100%;
  syntax: "<percentage>";
}
@property --s-start-5 {
  inherits: false;
  initial-value: 0%;
  syntax: "<percentage>";
}
@property --s-end-5 {
  inherits: false;
  initial-value: 50%;
  syntax: "<percentage>";
}
@property --c-6 {
  inherits: false;
  initial-value: hsl(93, 40%, 11%);
  syntax: "<color>";
}
@property --x-6 {
  inherits: false;
  initial-value: 0%;
  syntax: "<percentage>";
}
@property --y-6 {
  inherits: false;
  initial-value: 0%;
  syntax: "<percentage>";
}
@property --s-start-6 {
  inherits: false;
  initial-value: 0%;
  syntax: "<percentage>";
}
@property --s-end-6 {
  inherits: false;
  initial-value: 50%;
  syntax: "<percentage>";
}
body::before {
  --c-0: hsla(65, 3%, 18%, 1);
  --x-0: 40%;
  --y-0: 20%;
  --c-1: hsla(227, 11%, 12%, 1);
  --x-1: 80%;
  --y-1: 0%;
  --c-2: hsla(32, 37%, 7%, 1);
  --x-2: 0%;
  --y-2: 50%;
  --c-3: hsla(18, 19%, 2%, 1);
  --x-3: 80%;
  --y-3: 50%;
  --c-4: hsla(109, 22%, 13%, 1);
  --x-4: 0%;
  --y-4: 100%;
  --c-5: hsla(184, 43%, 8%, 1);
  --x-5: 80%;
  --y-5: 100%;
  --c-6: hsla(93, 40%, 11%, 1);
  --x-6: 0%;
  --y-6: 0%;
  -webkit-animation: hero-gradient-animation 10s linear infinite alternate;
          animation: hero-gradient-animation 10s linear infinite alternate;
  background-blend-mode: normal, normal, normal, normal, normal, normal, normal;
  background-color: hsl(38, 22%, 5%);
  background-image: radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)), radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)), radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2)), radial-gradient(circle at var(--x-3) var(--y-3), var(--c-3) var(--s-start-3), transparent var(--s-end-3)), radial-gradient(circle at var(--x-4) var(--y-4), var(--c-4) var(--s-start-4), transparent var(--s-end-4)), radial-gradient(circle at var(--x-5) var(--y-5), var(--c-5) var(--s-start-5), transparent var(--s-end-5)), radial-gradient(circle at var(--x-6) var(--y-6), var(--c-6) var(--s-start-6), transparent var(--s-end-6));
  content: "";
  height: 100%;
  opacity: 1;
  position: fixed;
  width: 100%;
}

/* ==========================
   星背景
   ========================== */
:root {
  --bg-color: transparent;
}

.star-bg {
  background: radial-gradient(1200px 700px at 60% 30%, rgba(120, 160, 255, 0.08), transparent 60%), radial-gradient(900px 600px at 20% 70%, rgba(255, 180, 220, 0.06), transparent 60%), var(--bg-color);
  inset: 0;
  mix-blend-mode: color-dodge;
  opacity: 0.3;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
}

#StarCanvas {
  display: block;
  height: 100vh;
  width: 100vw;
}
@supports (height: 100svh) {
  #StarCanvas {
    height: 100svh;
    width: 100svw;
  }
}

/* 周辺減光でリッチに */
.star-bg__vignette {
  background: radial-gradient(circle at center, transparent 45%, rgba(0, 0, 0, 0.6) 100%);
  inset: -2px;
  mix-blend-mode: multiply;
  pointer-events: none;
  position: absolute;
}

.hero {
  height: 100vh;
  position: relative;
  z-index: 3;
}
@media (max-width: 959px) {
  .hero {
    height: 65vw;
  }
}
@media (max-width: 639px) {
  .hero {
    height: calc(100vh - 60px);
  }
}
@supports (height: 100svh) {
  .hero {
    height: 100svh;
  }
}
.hero__container {
  height: 100%;
  position: relative;
}
.hero__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 639px) {
  .hero__logo {
    width: 260px;
  }
}
.hero__lead {
  font-family: zen-old-mincho, sans-serif;
  font-size: 1.4rem;
}
.hero__sns {
  bottom: 40px;
  left: 40px;
  position: absolute;
  z-index: 2;
}
@media (max-width: 639px) {
  .hero__sns {
    bottom: 20px;
    left: 20px;
  }
}
.hero .swiper-container {
  height: calc(100% - 0px);
  position: relative;
}
@media (max-width: 959px) {
  .hero .swiper-container {
    height: calc(100% - 0px);
  }
}
.hero .swiper-container::after {
  background: #1e1e1e;
  content: "";
  height: 100%;
  mix-blend-mode: multiply;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.hero .swiper-container .swiper {
  height: 100%;
}
.hero .swiper-container .swiper canvas {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.hero .swiper-container .swiper canvas.is-start {
  -webkit-animation: expand 2s;
          animation: expand 2s;
}
.hero .swiper-container .swiper-slide {
  background: none;
}
.hero .swiper-container .swiper-pagination {
  bottom: 80px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 0;
  position: absolute;
}
@media (max-width: 959px) {
  .hero .swiper-container .swiper-pagination {
    bottom: 40px;
    left: 0;
  }
}
@media (max-width: 639px) {
  .hero .swiper-container .swiper-pagination {
    bottom: 50px;
    left: 0;
  }
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@-webkit-keyframes zoom-in2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@keyframes zoom-in2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoom-out2 {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom-out2 {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoom-up {
  0% {
    -webkit-transform: translateY(0) scale(1.15);
            transform: translateY(0) scale(1.15);
  }
  100% {
    -webkit-transform: translateY(-5%) scale(1.15);
            transform: translateY(-5%) scale(1.15);
  }
}
@keyframes zoom-up {
  0% {
    -webkit-transform: translateY(0) scale(1.15);
            transform: translateY(0) scale(1.15);
  }
  100% {
    -webkit-transform: translateY(-5%) scale(1.15);
            transform: translateY(-5%) scale(1.15);
  }
}
@-webkit-keyframes zoom-up2 {
  0% {
    -webkit-transform: translateY(0) scale(1.15);
            transform: translateY(0) scale(1.15);
  }
  100% {
    -webkit-transform: translateY(-10%) scale(1.15);
            transform: translateY(-10%) scale(1.15);
  }
}
@keyframes zoom-up2 {
  0% {
    -webkit-transform: translateY(0) scale(1.15);
            transform: translateY(0) scale(1.15);
  }
  100% {
    -webkit-transform: translateY(-10%) scale(1.15);
            transform: translateY(-10%) scale(1.15);
  }
}
@-webkit-keyframes zoom-down {
  0% {
    -webkit-transform: translateY(0) scale(1.15);
            transform: translateY(0) scale(1.15);
  }
  100% {
    -webkit-transform: translateY(5%) scale(1.15);
            transform: translateY(5%) scale(1.15);
  }
}
@keyframes zoom-down {
  0% {
    -webkit-transform: translateY(0) scale(1.15);
            transform: translateY(0) scale(1.15);
  }
  100% {
    -webkit-transform: translateY(5%) scale(1.15);
            transform: translateY(5%) scale(1.15);
  }
}
@-webkit-keyframes zoom-down2 {
  0% {
    -webkit-transform: translateY(0) scale(1.15);
            transform: translateY(0) scale(1.15);
  }
  100% {
    -webkit-transform: translateY(10%) scale(1.15);
            transform: translateY(10%) scale(1.15);
  }
}
@keyframes zoom-down2 {
  0% {
    -webkit-transform: translateY(0) scale(1.15);
            transform: translateY(0) scale(1.15);
  }
  100% {
    -webkit-transform: translateY(10%) scale(1.15);
            transform: translateY(10%) scale(1.15);
  }
}
@-webkit-keyframes zoom-left {
  0% {
    -webkit-transform: translateX(0) scale(1.15);
            transform: translateX(0) scale(1.15);
  }
  100% {
    -webkit-transform: translateX(-5%) scale(1.15);
            transform: translateX(-5%) scale(1.15);
  }
}
@keyframes zoom-left {
  0% {
    -webkit-transform: translateX(0) scale(1.15);
            transform: translateX(0) scale(1.15);
  }
  100% {
    -webkit-transform: translateX(-5%) scale(1.15);
            transform: translateX(-5%) scale(1.15);
  }
}
@-webkit-keyframes zoom-left2 {
  0% {
    -webkit-transform: translateX(0) scale(1.15);
            transform: translateX(0) scale(1.15);
  }
  100% {
    -webkit-transform: translateX(-10%) scale(1.15);
            transform: translateX(-10%) scale(1.15);
  }
}
@keyframes zoom-left2 {
  0% {
    -webkit-transform: translateX(0) scale(1.15);
            transform: translateX(0) scale(1.15);
  }
  100% {
    -webkit-transform: translateX(-10%) scale(1.15);
            transform: translateX(-10%) scale(1.15);
  }
}
@-webkit-keyframes zoom-right {
  0% {
    -webkit-transform: translateX(0%) scale(1.15);
            transform: translateX(0%) scale(1.15);
  }
  100% {
    -webkit-transform: translateX(5%) scale(1.15);
            transform: translateX(5%) scale(1.15);
  }
}
@keyframes zoom-right {
  0% {
    -webkit-transform: translateX(0%) scale(1.15);
            transform: translateX(0%) scale(1.15);
  }
  100% {
    -webkit-transform: translateX(5%) scale(1.15);
            transform: translateX(5%) scale(1.15);
  }
}
@-webkit-keyframes zoom-right2 {
  0% {
    -webkit-transform: translateX(0%) scale(1.15);
            transform: translateX(0%) scale(1.15);
  }
  100% {
    -webkit-transform: translateX(10%) scale(1.15);
            transform: translateX(10%) scale(1.15);
  }
}
@keyframes zoom-right2 {
  0% {
    -webkit-transform: translateX(0%) scale(1.15);
            transform: translateX(0%) scale(1.15);
  }
  100% {
    -webkit-transform: translateX(10%) scale(1.15);
            transform: translateX(10%) scale(1.15);
  }
}
.swiper-slide__image {
  height: 100%;
}
.swiper-slide__image img,
.swiper-slide__image video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.swiper-slide__image.zoom-in {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-slide__image.zoom-out {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.swiper-slide__image.zoom-up {
  -webkit-transform: translateY(-5%) scale(1.15);
          transform: translateY(-5%) scale(1.15);
}
.swiper-slide__image.zoom-dow {
  -webkit-transform: translateY(5%) scale(1.15);
          transform: translateY(5%) scale(1.15);
}
.swiper-slide__image.zoom-left {
  -webkit-transform: translateX(-5%) scale(1.15);
          transform: translateX(-5%) scale(1.15);
}
.swiper-slide__image.zoom-right {
  -webkit-transform: translateX(5%) scale(1.15);
          transform: translateX(5%) scale(1.15);
}

.swiper-slide-active .swiper-slide__image.zoom-in,
.swiper-slide-prev .swiper-slide__image.zoom-in {
  -webkit-animation: zoom-in 8s linear 0s normal both;
          animation: zoom-in 8s linear 0s normal both;
}
@media (max-width: 639px) {
  .swiper-slide-active .swiper-slide__image.zoom-in,
  .swiper-slide-prev .swiper-slide__image.zoom-in {
    -webkit-animation: zoom-in2 8s linear 0s normal both;
            animation: zoom-in2 8s linear 0s normal both;
  }
}
.swiper-slide-active .swiper-slide__image.zoom-out,
.swiper-slide-prev .swiper-slide__image.zoom-out {
  -webkit-animation: zoom-out 8s linear 0s normal both;
          animation: zoom-out 8s linear 0s normal both;
}
@media (max-width: 639px) {
  .swiper-slide-active .swiper-slide__image.zoom-out,
  .swiper-slide-prev .swiper-slide__image.zoom-out {
    -webkit-animation: zoom-out2 8s linear 0s normal both;
            animation: zoom-out2 8s linear 0s normal both;
  }
}
.swiper-slide-active .swiper-slide__image.zoom-up,
.swiper-slide-prev .swiper-slide__image.zoom-up {
  -webkit-animation: zoom-up 8s linear 0s normal both;
          animation: zoom-up 8s linear 0s normal both;
}
@media (max-width: 639px) {
  .swiper-slide-active .swiper-slide__image.zoom-up,
  .swiper-slide-prev .swiper-slide__image.zoom-up {
    -webkit-animation: zoom-up2 8s linear 0s normal both;
            animation: zoom-up2 8s linear 0s normal both;
  }
}
.swiper-slide-active .swiper-slide__image.zoom-left,
.swiper-slide-prev .swiper-slide__image.zoom-left {
  -webkit-animation: zoom-left 8s linear 0s normal both;
          animation: zoom-left 8s linear 0s normal both;
}
@media (max-width: 639px) {
  .swiper-slide-active .swiper-slide__image.zoom-left,
  .swiper-slide-prev .swiper-slide__image.zoom-left {
    -webkit-animation: zoom-left2 8s linear 0s normal both;
            animation: zoom-left2 8s linear 0s normal both;
  }
}
.swiper-slide-active .swiper-slide__image.zoom-right,
.swiper-slide-prev .swiper-slide__image.zoom-right {
  -webkit-animation: zoom-right 8s linear 0s normal both;
          animation: zoom-right 8s linear 0s normal both;
}
@media (max-width: 639px) {
  .swiper-slide-active .swiper-slide__image.zoom-right,
  .swiper-slide-prev .swiper-slide__image.zoom-right {
    -webkit-animation: zoom-right2 8s linear 0s normal both;
            animation: zoom-right2 8s linear 0s normal both;
  }
}
.swiper-slide-active .swiper-slide__image.zoom-down,
.swiper-slide-prev .swiper-slide__image.zoom-down {
  -webkit-animation: zoom-down 8s linear 0s normal both;
          animation: zoom-down 8s linear 0s normal both;
}
@media (max-width: 639px) {
  .swiper-slide-active .swiper-slide__image.zoom-down,
  .swiper-slide-prev .swiper-slide__image.zoom-down {
    -webkit-animation: zoom-down2 8s linear 0s normal both;
            animation: zoom-down2 8s linear 0s normal both;
  }
}

.newsletter {
  padding: 80px 0;
}
.newsletter__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 639px) {
  .newsletter__header {
    gap: 40px;
  }
}
.newsletter__catch {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsletter__catchJa {
  font-size: 1.4rem;
}
.newsletter__title {
  font-size: 4.8rem;
  line-height: 1;
  text-align: center;
}
.newsletter__title strong {
  font-weight: normal;
}
@media (max-width: 639px) {
  .newsletter__title {
    font-size: 2.4rem;
  }
  .newsletter__title strong {
    display: block;
    font-size: 6.4rem;
  }
}
.newsletter__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
.newsletter__labelText {
  font-size: 1.4rem;
}
.newsletter__desc {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.newsletter__form {
  margin-bottom: 20px;
  max-width: 340px;
}
.newsletter__form.is-hidden {
  display: none;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.newsletter__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.newsletter__input {
  background: #cecece;
  border: 1px solid #dadada;
  border-radius: 0;
  height: 40px;
  padding: 10px;
  width: 100%;
}
.newsletter__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: 1px solid #dadada;
  color: #fdfdfd;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  width: 100px;
}
.newsletter__message {
  font-size: 1.2rem;
  text-align: center;
}