@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

/**
 * Swiper 4.5.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

:root {
  --color-white: #fff;
  --color-bg-white: #F7F7F7;
  --color-black: #000;
  --color-red: #E00011;
  --color-aqua: #59C3E1;
  --color-border-aqua: #4FACC7;
  --color-blue: #080897;
  --color-navy: #183C77;
  --color-gray: #C5C5C5;
  --color-darkgray: #969696;
  --color-lightgray: #E6E6E6;
  --color-title-bg: #CEF4FF;
  --color-footer-bg: #19212E;
  --color-arrow-blue: #0047BB;
  --font-jp: "Noto Sans JP","游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "HiVragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  --font-en: "Roboto", "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "HiVragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  --ease-main: cubic-bezier(0.33, 1, 0.68, 1);
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

@media screen and (min-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}
html {
  font-size: 0.625em;
}

body {
  font-family: var(--font-jp);
  color: var(--color-black);
  font-weight: 500;
  background: var(--color-bg-white) url(../img/bg_noise_ptn.png) repeat left top/100px;
}

a {
  text-decoration: none;
}

.m-modal.m-modal-custom .m-modal__bg {
  background: var(--color-aqua);
  opacity: 0.8;
}
@media screen and (max-width: 899px) {
  .m-modal.m-modal-custom .m-modal__bg {
    position: fixed;
  }
}
.m-modal.m-modal-custom .m-modal__close-btn {
  width: 36px;
  height: 36px;
  top: -49px;
  right: 2px;
  cursor: pointer;
  transition: transform 0.7s var(--ease-main);
  border: 3px solid var(--color-white);
  border-radius: 50rem;
}
@media screen and (max-width: 899px) {
  .m-modal.m-modal-custom .m-modal__close-btn {
    top: -50px;
    right: 12px;
  }
}
.m-modal.m-modal-custom .m-modal__close-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #fff;
  width: 4px;
  height: 74%;
}
.m-modal.m-modal-custom .m-modal__close-btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
  width: 4px;
  height: 74%;
}
@media screen and (min-width: 900px) {
  .m-modal.m-modal-custom .m-modal__close-btn:hover {
    transform: rotate(180deg);
  }
}
.m-modal.m-modal-custom .m-modal__content {
  width: 69.3%;
}
@media screen and (max-width: 899px) {
  .m-modal.m-modal-custom .m-modal__content {
    width: 100%;
  }
  .is-modal-overflow-prep .m-modal.m-modal-custom .m-modal__content {
    margin: 98px auto 50px;
  }
}

@keyframes arrowRight {
  0% {
    opacity: 1;
    transform: translateX(0, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(6px, -50%);
  }
  50.1% {
    opacity: 0;
    transform: translate(-6px, -50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0, -50%);
  }
}
@media screen and (min-width: 900px) {
  .l-header {
    width: 270px;
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    background-color: var(--color-white);
    overflow: auto;
    z-index: 1;
  }
}

.l-header__main {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--color-white);
  z-index: 10;
}
.l-header__main-logo {
  width: 195px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.l-header__main-logo a {
  display: block;
  margin: 0 auto;
}
.l-header__main-logo img {
  margin: 0 auto;
}
.l-header__main-btn {
  width: 24px;
  height: 18px;
  position: fixed;
  right: 16px;
  top: 25px;
  z-index: 11;
}
.l-header__main-btn .p-in-item {
  width: 100%;
  height: 2px;
  background-color: var(--color-black);
  position: absolute;
  left: 0;
  transition: transform 0.5s var(--ease-main), opacity 0.5s var(--ease-main), top 0.5s var(--ease-main), bottom 0.5s var(--ease-main);
}
.l-header__main-btn .p-in-item:nth-of-type(1) {
  top: 0;
}
.is-menu-open .l-header__main-btn .p-in-item:nth-of-type(1) {
  transform: rotate(40deg);
  top: 8px;
}
.l-header__main-btn .p-in-item:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.is-menu-open .l-header__main-btn .p-in-item:nth-of-type(2) {
  opacity: 0;
}
.l-header__main-btn .p-in-item:nth-of-type(3) {
  bottom: 0;
}
.is-menu-open .l-header__main-btn .p-in-item:nth-of-type(3) {
  transform: rotate(-40deg);
  bottom: 8px;
}

.l-header__inner {
  width: 100%;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding: 26px 15px 0 20px;
}
@media screen and (max-width: 899px) {
  .l-header__inner {
    width: 82%;
    height: 100%;
    min-height: 100%;
    padding: 3% 5.5% 3% 4.3%;
    position: fixed;
    top: 70px;
    right: 0;
    overflow: auto;
    z-index: 10;
    background-color: var(--color-white);
    pointer-events: none;
    transform: translateX(101%);
    transition: transform 0.7s var(--ease-main);
  }
  .is-menu-open .l-header__inner {
    pointer-events: auto;
    transform: translateX(0);
  }
}

@media screen and (max-width: 899px) {
  .l-header__contents {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.l-header__logo {
  width: 92%;
  margin: 0 auto 28px;
  transition: transform 0.5s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .l-header__logo:hover {
    transform: scale(0.95);
  }
}
.l-header__logo img {
  width: 100%;
  opacity: 0;
  transform: scale(1.05);
  transition: transform 0.6s var(--ease-main), opacity 0.6s var(--ease-main);
}
.is-load .l-header__logo img {
  opacity: 1;
  transform: scale(1);
}

.l-header__date {
  margin-bottom: 30px;
  padding-top: 18px;
  border-top: 3px solid var(--color-black);
  opacity: 0;
  transform: translateY(8px);
  transition: transform 0.6s var(--ease-main) 0.1s, opacity 0.6s var(--ease-main) 0.1s;
}
.is-load .l-header__date {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .l-header__date {
    margin-top: 11px;
    margin-bottom: 24px;
    padding-top: 15px;
  }
}
.l-header__date-list-item {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
}
.l-header__date-list-item + .l-header__date-list-item {
  margin-top: 8px;
}
@media screen and (max-width: 899px) {
  .l-header__date-list-item + .l-header__date-list-item {
    margin-top: 12px;
  }
}
.l-header__date-list-item .p-in-head {
  width: 70px;
  padding-right: 10px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .l-header__date-list-item .p-in-head {
    width: 68px;
  }
}
.l-header__date-list-item .p-in-head::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 8px;
  background-color: var(--color-gray);
  transform: translateY(-50%);
}
.l-header__date-list-item .p-in-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
@media screen and (max-width: 899px) {
  .l-header__date-list-item .p-in-text {
    justify-content: flex-start;
  }
}
.l-header__date-list-item .p-in-text .u-small {
  font-size: 1rem;
  vertical-align: baseline;
}
@media screen and (max-width: 899px) {
  .l-header__date-list-item .p-in-text .u-small {
    font-size: 1.1rem;
    padding-left: 2px;
    vertical-align: baseline;
  }
}
.l-header__date-list-item .p-in-text-link {
  display: block;
  width: 50%;
}
@media screen and (max-width: 899px) {
  .l-header__date-list-item .p-in-text-link {
    width: 40.5%;
    max-width: 82px;
    margin-left: 10px;
  }
}
.l-header__date-list-item .p-in-text-link img {
  width: 100%;
}

.l-header__menu {
  opacity: 0;
  transform: translateY(8px);
  transition: transform 0.6s var(--ease-main) 0.1s, opacity 0.6s var(--ease-main) 0.1s;
}
.is-load .l-header__menu {
  opacity: 1;
  transform: translateY(0);
}
.l-header__menu-list-item:first-of-type {
  border-top: 1px solid var(--color-gray);
}
.l-header__menu-list-item-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: var(--color-black);
  border-bottom: 1px solid var(--color-gray);
  transition: color 0.4s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .l-header__menu-list-item-link:hover {
    color: var(--color-red);
  }
}
@media screen and (max-width: 899px) {
  .l-header__menu-list-item-link {
    padding: 11.4px 0;
  }
}
.l-header__menu-list-item-link .p-in-text {
  font-size: 1.4rem;
}
.l-header__menu-list-item-link .p-in-icon {
  width: 13px;
  margin-right: 11px;
}
@media screen and (max-width: 899px) {
  .l-header__menu-list-item-link .p-in-icon {
    width: 12px;
    margin-right: 3px;
  }
}
.l-header__menu-list-item-link .p-in-icon svg {
  width: 100%;
}

.l-header__nav {
  padding: 30px 0;
  opacity: 0;
  transform: translateY(8px);
  transition: transform 0.6s var(--ease-main) 0.1s, opacity 0.6s var(--ease-main) 0.1s;
}
.is-load .l-header__nav {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .l-header__nav {
    padding: 26px 0;
    width: 97%;
    margin: 0 auto;
    padding: 26px 0;
  }
}
.l-header__nav-list-item + .l-header__nav-list-item {
  margin-top: 17px;
}
.l-header__nav-list-item-link {
  display: flex;
  align-items: center;
  color: var(--color-black);
  transition: color 0.4s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .l-header__nav-list-item-link:hover {
    color: var(--color-red);
  }
}
.l-header__nav-list-item-link .p-in-icon {
  width: 22px;
  margin-right: 15px;
}
.l-header__nav-list-item-link .p-in-text {
  flex: 1;
  font-size: 1.5rem;
  letter-spacing: 0.12em;
}

.l-header__official {
  opacity: 0;
  transform: translateY(8px);
  transition: transform 0.6s var(--ease-main) 0.1s, opacity 0.6s var(--ease-main) 0.1s;
}
.is-load .l-header__official {
  opacity: 1;
  transform: translateY(0);
}
.l-header__official-link {
  display: block;
  padding: 12px 0;
  font-size: 1.3rem;
  line-height: 1.5;
  border-top: 1px solid var(--color-gray);
  border-bottom: 1px solid var(--color-gray);
  position: relative;
  color: var(--color-black);
  transition: color 0.4s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .l-header__official-link:hover {
    color: var(--color-red);
  }
}
.l-header__official-link::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 15px;
  right: 13px;
  background: url(../img/icon_blank.svg) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .l-header__official-link::before {
    width: 12px;
    height: 12px;
    top: 15px;
    right: 46px;
  }
}

.l-main {
  width: calc(100% - 270px);
  margin-left: auto;
  margin-top: -100vh;
}
@media screen and (min-width: 900px) {
  .l-main {
    padding-bottom: 130px;
  }
}
.--in .l-main {
  padding-bottom: min(19%, 340px);
}
@media screen and (max-width: 899px) {
  .--in .l-main {
    padding-bottom: min(39%, 180px);
  }
}
@media screen and (max-width: 899px) {
  .l-main {
    width: 100%;
    margin: 70px auto 0;
  }
}

.l-footer {
  padding: 45px 0 60px;
  color: var(--color-white);
  background-color: var(--color-footer-bg);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 899px) {
  .l-footer {
    padding: 35px 0 32px;
  }
}
.l-footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  background: url(../img/bg_wave_ptn.png) repeat-x left bottom/auto 100%;
}
@media screen and (max-width: 899px) {
  .l-footer::before {
    height: 34px;
    top: 10px;
  }
}

.l-footer__inner {
  display: flex;
  justify-content: space-between;
  width: 83%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .l-footer__inner {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1024px) and (max-width: 899px) {
  .l-footer__inner {
    flex-direction: column-reverse;
    width: 80%;
    padding-top: 24%;
  }
}

@media screen and (min-width: 900px) {
  .l-footer__block:nth-of-type(1) {
    width: 54%;
  }
  .l-footer__block:nth-of-type(2) {
    width: 35%;
    min-width: 420px;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__block:nth-of-type(1) {
    width: 80%;
  }
  .l-footer__block:nth-of-type(2) {
    margin-bottom: 66px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 899px) {
  .l-footer__block {
    width: 100%;
    margin-bottom: 35px;
  }
  .l-footer__block:nth-of-type(1) {
    width: 100%;
  }
  .l-footer__block:nth-of-type(2) {
    margin-bottom: 35px;
  }
}

.l-footer__logo {
  width: 300px;
  margin-bottom: 26px;
}
@media screen and (min-width: 900px) {
  .l-footer__logo:hover img {
    transform: scale(0.98);
  }
}
@media screen and (max-width: 899px) {
  .l-footer__logo {
    margin: 0;
    width: 76%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.l-footer__logo img {
  width: 100%;
  transition: transform 0.5s var(--ease-main);
}

.l-footer__caution {
  margin-bottom: 23px;
  font-size: 1.2rem;
  line-height: 2;
}
@media screen and (max-width: 899px) {
  .l-footer__caution {
    margin-bottom: 28px;
    font-size: 1rem;
    letter-spacing: 0.07em;
    line-height: 1.9;
  }
}

.l-footer__nav-list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 899px) {
  .l-footer__nav-list {
    justify-content: center;
  }
}
.l-footer__nav-list-item {
  font-size: 1.3rem;
}
@media screen and (max-width: 899px) {
  .l-footer__nav-list-item {
    font-size: 1.2rem;
  }
}
.l-footer__nav-list-item + .l-footer__nav-list-item {
  margin-left: 27px;
}
@media screen and (max-width: 899px) {
  .l-footer__nav-list-item + .l-footer__nav-list-item {
    margin-left: 24px;
  }
}
.l-footer__nav-list-item .p-in-link {
  display: block;
  color: var(--color-white);
  transition: color 0.4s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .l-footer__nav-list-item .p-in-link:hover {
    color: var(--color-red);
  }
}

.l-footer__official {
  margin-right: 6px;
  margin-top: 2px;
}
@media screen and (max-width: 899px) {
  .l-footer__official {
    margin: 0 auto;
  }
}
.l-footer__official-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 899px) {
  .l-footer__official-list {
    display: block;
  }
}
.l-footer__official-list-item {
  margin-right: 30px;
  margin-bottom: 17px;
}
@media screen and (max-width: 899px) {
  .l-footer__official-list-item {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.l-footer__official-list-item:nth-of-type(3n) {
  margin-right: 0;
}
.l-footer__official-list-item:last-of-type {
  margin-right: 0;
}
.l-footer__official-list-item .p-in-link {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .l-footer__official-list-item .p-in-link:hover .p-in-icon {
    transform: scale(0.85);
  }
  .l-footer__official-list-item .p-in-link:hover .p-in-text {
    color: var(--color-red);
  }
}
.l-footer__official-list-item .p-in-icon {
  width: 23px;
  margin-right: 8px;
  transition: transform 0.4s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .l-footer__official-list-item .p-in-icon {
    width: 20px;
    margin-right: 14px;
  }
}
.l-footer__official-list-item .p-in-icon img {
  width: 100%;
}
.l-footer__official-list-item .p-in-text {
  display: block;
  color: var(--color-white);
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  transition: color 0.4s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .l-footer__official-list-item .p-in-text {
    font-size: 1.4rem;
  }
}
.l-footer__official-list-item.--wide {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: 19px;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .l-footer__official-list-item.--wide {
    margin-left: 7px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1024px) and (max-width: 899px) {
  .l-footer__official-list-item.--wide {
    flex-wrap: wrap;
    margin: 0 auto 22px;
  }
}
.l-footer__official-list-item.--wide .p-in-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 24px;
}
@media screen and (max-width: 899px) {
  .l-footer__official-list-item.--wide .p-in-inner {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 10px;
  }
}
.l-footer__official-list-item.--wide .p-in-link {
  display: block;
  margin-right: 9px;
  padding-bottom: 4px;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  border-bottom: 1px dotted var(--color-gray);
}
@media screen and (max-width: 899px) {
  .l-footer__official-list-item.--wide .p-in-link {
    margin-right: 12px;
    margin-left: 34px;
  }
  .l-footer__official-list-item.--wide .p-in-link .p-in-text {
    font-size: 1.3rem;
  }
}
.l-footer__official-list-item.--wide .p-in-link:nth-of-type(2) {
  margin-left: 5px;
}
@media screen and (max-width: 899px) {
  .l-footer__official-list-item.--wide .p-in-link:nth-of-type(2) {
    margin-left: 12px;
  }
}

.l-footer__copy {
  width: 83%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .l-footer__copy {
    margin-top: 34px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 899px) {
  .l-footer__copy {
    width: 100%;
    margin-top: 0;
  }
}
.l-footer__copy-item {
  display: flex;
  align-items: center;
  text-align: right;
  font-family: var(--font-en);
  font-size: 1rem;
  letter-spacing: 0.02em;
  position: absolute;
  right: -5px;
  bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .l-footer__copy-item {
    position: static;
  }
}
@media screen and (max-width: 1024px) and (max-width: 899px) {
  .l-footer__copy-item {
    font-size: 0.9rem;
    justify-content: center;
  }
}
.l-footer__copy a {
  display: block;
  margin: 0 5px;
  color: var(--color-white);
  transition: color 0.4s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .l-footer__copy a:hover {
    color: var(--color-red);
  }
}
@media screen and (max-width: 899px) {
  .l-footer__copy a {
    margin: 0 2px;
  }
}

.l-footer__pagetop {
  width: calc(100% - 270px);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 899px) {
  .l-footer__pagetop {
    width: 100%;
  }
}
.l-footer__pagetop-item {
  padding: 13px 54px 13px 65px;
  position: absolute;
  left: 50%;
  top: -100px;
  transform: translateX(-50%);
  border: 1px solid var(--color-black);
  color: var(--color-black);
  border-radius: 50rem;
  cursor: pointer;
  transition: color 0.4s var(--ease-main), border-color 0.4s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .l-footer__pagetop-item:hover {
    color: var(--color-arrow-blue);
    border-color: var(--color-arrow-blue);
  }
  .l-footer__pagetop-item:hover .l-footer__pagetop-icon img {
    opacity: 0;
  }
  .l-footer__pagetop-item:hover .l-footer__pagetop-icon .is-off {
    opacity: 1;
  }
}
@media screen and (max-width: 899px) {
  .l-footer__pagetop-item {
    padding: 7px 15px 5px 35px;
    top: -81px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.l-footer__pagetop-icon {
  width: 7px;
  position: absolute;
  top: 50%;
  left: 45px;
  transform: translateY(-50%) rotate(-90deg);
}
@media screen and (max-width: 899px) {
  .l-footer__pagetop-icon {
    left: 18px;
  }
}
.l-footer__pagetop-icon .is-off {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.l-footer__pagetop-icon img {
  width: 100%;
  transition: opacity 0.5s var(--ease-main);
}
.l-footer__pagetop-text {
  font-size: 1.1rem;
  letter-spacing: 0.06em;
}
.l-wrap {
  position: relative;
}
@media screen and (max-width: 899px) {
  .l-wrap {
    overflow: hidden;
  }
}

.l-in {
  padding: 169px 0 0;
  background: var(--color-aqua) url(../img/bg_noise_ptn.png) repeat left top/100px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .l-in {
    padding: 88px 0 7.3%;
  }
}
.l-in::after {
  content: "";
  width: 100vw;
  padding-top: 13%;
  position: absolute;
  right: 0;
  bottom: 3vw;
  transform: translateY(100%);
  pointer-events: none;
  background: var(--color-aqua) url(../img/bg_noise_ptn.png) repeat left top/100px;
  -webkit-mask: url(../img/bg_flag-under_pc.svg) no-repeat left top/100% auto;
  mask: url(../img/bg_flag-under_pc.svg) no-repeat left top/100% auto;
}
@media screen and (max-width: 899px) {
  .l-in::after {
    bottom: 1px;
    transform: translateY(100%);
    -webkit-mask: url(../img/bg_flag-under_sp.svg) no-repeat left top/100% auto;
    mask: url(../img/bg_flag-under_sp.svg) no-repeat left top/100% auto;
  }
}

.l-in__inner {
  width: 89%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(-8px);
  transition: transform 0.8s var(--ease-main) 0.1s, opacity 0.8s var(--ease-main) 0.1s;
}
.is-load .l-in__inner {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .l-in__inner {
    width: 91.6%;
  }
}

.l-in__title {
  width: 350px;
  text-align: center;
  font-family: var(--font-en);
  font-size: 3.2rem;
  letter-spacing: 0.26em;
  padding-bottom: 53px;
  color: var(--color-white);
  position: absolute;
  top: 0;
  left: 39px;
  transform: translateY(-100%);
}
.l-in__title h2 {
  font-weight: 600;
}
@media screen and (max-width: 899px) {
  .l-in__title {
    width: 194px;
    font-size: 1.6rem;
    padding: 0 0 37px 16px;
    left: 13px;
    top: 0;
  }
}
.l-in__title::before {
  content: "";
  display: block;
  width: 350px;
  padding-top: 170px;
  position: absolute;
  left: -11px;
  bottom: -48px;
  background: url(../img/page_title_bg_flag.svg) no-repeat center left/contain;
}
@media screen and (max-width: 899px) {
  .l-in__title::before {
    width: 194px;
    padding-top: 132px;
    position: absolute;
    left: 0;
    bottom: -39px;
  }
}
.l-in__title-text {
  position: relative;
}

.l-in__subtitle {
  padding: 53px 50px 48px;
  font-size: 3.6rem;
  color: var(--color-blue);
  font-family: var(--font-en);
  border-radius: 22px 22px 0 0;
  background-color: var(--color-title-bg);
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 899px) {
  .l-in__subtitle {
    padding: 45px 10px 17px;
    font-size: 1.8rem;
    text-align: center;
  }
}
.l-in__subtitle-text {
  padding-left: 65px;
  position: relative;
}
.l-in__subtitle-text::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 39%;
  transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
  .l-in__subtitle-text::before {
    width: 22px;
    height: 20px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 899px) {
  .l-in__subtitle-text {
    padding: 0;
  }
}
.l-in__subtitle.--magazine .l-in__subtitle-text::before {
  background: url(../img/icon_library_red.svg) no-repeat center/contain;
}
.l-in__subtitle.--box .l-in__subtitle-text::before {
  background: url(../img/icon_box_red.svg) no-repeat center/contain;
}
.l-in__subtitle + .l-in__contents {
  border-radius: 0 0 22px 22px;
}

.l-in__contents {
  padding: 52px 40px 40px;
  border-radius: 22px;
  position: relative;
  z-index: 1;
  background-color: var(--color-white);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 899px) {
  .l-in__contents.--box_detail {
    padding: 0 0 39px;
  }
}
@media screen and (max-width: 899px) {
  .l-in__contents {
    padding: 24px 16px 39px;
  }
}

.c-list__item-link {
  display: block;
  padding: 20px 0 22px;
  color: var(--color-black);
  position: relative;
  border-bottom: 1px solid var(--color-gray);
  transition: color 0.4s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .c-list__item-link:hover {
    color: var(--color-red);
  }
  .c-list__item-link:hover .c-list__item-title::before {
    animation: arrowRight 0.5s var(--ease-main);
  }
}
@media screen and (max-width: 899px) {
  .c-list__item-link {
    padding: 18px 0;
  }
}
.is-message .c-list__item-link {
  color: var(--color-red);
  padding: 20px 0 21px;
  padding-left: 34px;
}
@media screen and (min-width: 900px) {
  .is-message .c-list__item-link:hover {
    color: var(--color-arrow-blue);
  }
  .is-message .c-list__item-link:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 899px) {
  .is-message .c-list__item-link {
    padding: 28px 0 23px;
    padding-left: 30px;
  }
}
.is-message .c-list__item-link::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  background: url(../img/icon_message.svg) no-repeat center/contain;
}
.is-message .c-list__item-link::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  background: url(../img/icon_message_blue.svg) no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.5s var(--ease-main);
}
.c-list__item-date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 14px;
  position: relative;
  font-family: var(--font-en);
  font-size: 1.7rem;
  color: var(--color-blue);
}
@media screen and (max-width: 899px) {
  .c-list__item-date {
    margin-bottom: 9px;
    font-size: 1.3rem;
  }
}
.is-new .c-list__item-date::before {
  content: "";
  display: block;
  width: 45px;
  height: 17px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translate(100%, -50%);
  background: url(../img/label_new.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .is-new .c-list__item-date::before {
    width: 24px;
    height: 11px;
    right: -11px;
  }
}
.c-list__item-title {
  padding-right: 30px;
  font-size: 2rem;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 899px) {
  .c-list__item-title {
    font-size: 1.6rem;
  }
}
.is-message .c-list__item-title {
  font-size: 1.7rem;
}
.c-list__item-title::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icon_arrow_right_bl.svg) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .c-list__item-title::before {
    right: 4px;
  }
}

.c-link.--en {
  font-family: var(--font-en);
}
.c-link.--red .c-link__text {
  border-color: var(--color-red);
  padding: 16.5px;
  font-size: 1.7rem;
  color: var(--color-white);
  text-align: center;
  background-color: var(--color-red);
  transition: color 0.5s var(--ease-main), background-color 0.5s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .c-link.--red .c-link__text:hover {
    background-color: var(--color-white);
    color: var(--color-red);
  }
}
@media screen and (max-width: 899px) {
  .c-link.--red .c-link__text {
    padding: 17.8px;
    font-size: 1.4rem;
  }
}
.c-link.--gray .c-link__text {
  border: none;
  background-color: var(--color-lightgray);
}
.c-link.--return .c-link__text {
  padding: 10px;
  font-size: 1.5rem;
  text-align: center;
}

.c-link__text {
  display: block;
  border-radius: 50rem;
  color: var(--color-black);
  border: 1px solid var(--color-black);
  transition: color 0.4s var(--ease-main), border-color 0.4s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .c-link__text:hover {
    color: var(--color-red);
    border-color: var(--color-red);
  }
}

.c-nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 899px) {
  .c-nav {
    width: auto;
  }
}

.c-nav__inner {
  display: flex;
  align-items: center;
  border: 1px solid var(--color-black);
  border-radius: 50rem;
  position: relative;
}
@media screen and (max-width: 899px) {
  .c-nav__inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

.c-nav__item + .c-nav__item::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: var(--color-black);
}
@media screen and (max-width: 899px) {
  .c-nav__item {
    width: 41vw;
  }
}
.c-nav__item-link {
  display: block;
  padding: 11px 34px;
  font-size: 1.5rem;
  text-align: center;
  color: var(--color-black);
  box-sizing: border-box;
  transition: color 0.5s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .c-nav__item-link:hover {
    color: var(--color-red);
  }
}
@media screen and (max-width: 899px) {
  .c-nav__item-link {
    padding: 11px 8px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 900px) {
  .c-nav__link {
    position: absolute;
    top: 50%;
  }
}
@media screen and (max-width: 899px) {
  .c-nav__link {
    width: 50%;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 57px;
  }
}
.c-nav__link-text {
  display: block;
  margin: 0 16px;
  color: var(--color-black);
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  transition: color 0.5s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .c-nav__link-text:hover {
    color: var(--color-red);
  }
}
.c-nav__link.--first {
  left: 0;
}
@media screen and (min-width: 900px) {
  .c-nav__link.--first {
    left: 0;
    transform: translate(-100%, -50%);
  }
}
.c-nav__link.--end {
  right: 0;
}
@media screen and (min-width: 900px) {
  .c-nav__link.--end {
    right: 0;
    transform: translate(100%, -50%);
  }
}