@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://use.fontawesome.com/releases/v5.4.1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* より直感的なボックスサイズのモデルを使用 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 3.75rem;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Arial, Sans-serif;
  background: #fff;
}

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

.is-sp-s {
  display: none;
}

[data-anim-style] {
  opacity: 0;
}

[v-cloak] {
  display: none;
}

a {
  color: inherit;
}
a:visited {
  color: inherit;
}
a:link {
  color: inherit;
}

[data-anim-element] {
  opacity: 0;
  will-change: opacity, transform;
}

[data-add-active] {
  opacity: 0;
}
[data-add-active].is-active {
  -webkit-animation: contents_title_anime 1s ease forwards;
  animation: contents_title_anime 1s ease forwards;
  opacity: 1;
}
[data-add-active].is-active.is-faster {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

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

@keyframes scale {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes marinvisual_text_anime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes marinvisual_text_anime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes contents_title_anime {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes contents_title_anime {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInH1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(50%, -10%);
    transform: translate(50%, -10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}
@keyframes fadeInH1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(50%, -10%);
    transform: translate(50%, -10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* スライドインのアニメーション */
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideIn {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes reveal-animation {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    /* 右側が完全に隠れている状態 */
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    /* 完全に表示される状態 */
  }
}
@keyframes reveal-animation {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    /* 右側が完全に隠れている状態 */
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    /* 完全に表示される状態 */
  }
}
@-webkit-keyframes reveal-from-right {
  0% {
    clip-path: inset(0 0 0 100%);
    /* 左側が完全に隠れている状態 */
  }
  100% {
    clip-path: inset(0 0 0 0);
    /* 完全に表示される状態 */
  }
}
@keyframes reveal-from-right {
  0% {
    clip-path: inset(0 0 0 100%);
    /* 左側が完全に隠れている状態 */
  }
  100% {
    clip-path: inset(0 0 0 0);
    /* 完全に表示される状態 */
  }
}
/* アニメーションの定義 */
@-webkit-keyframes reveal-hide {
  0% {
    clip-path: inset(0 0 0 100%);
    /* 左側が完全に隠れている状態 */
  }
  27.27% {
    clip-path: inset(0 0 0 0);
    /* 1.5秒で右から左に完全に表示される */
  }
  72.72% {
    clip-path: inset(0 0 0 0);
    /* 2.5秒表示された状態を維持する */
  }
  100% {
    clip-path: inset(0 100% 0 0);
    /* 1.5秒で左から右に消えていく */
  }
}
@keyframes reveal-hide {
  0% {
    clip-path: inset(0 0 0 100%);
    /* 左側が完全に隠れている状態 */
  }
  27.27% {
    clip-path: inset(0 0 0 0);
    /* 1.5秒で右から左に完全に表示される */
  }
  72.72% {
    clip-path: inset(0 0 0 0);
    /* 2.5秒表示された状態を維持する */
  }
  100% {
    clip-path: inset(0 100% 0 0);
    /* 1.5秒で左から右に消えていく */
  }
}
@-webkit-keyframes about_block_fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY();
    transform: translateY();
  }
}
@keyframes about_block_fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY();
    transform: translateY();
  }
}
@-webkit-keyframes section_title_anime {
  0% {
    clip-path: inset(0 0 100% 0);
    /* 下端が完全に切り取られた状態 */
  }
  100% {
    clip-path: inset(0 0 0 0);
    /* 全体が表示される状態 */
  }
}
@keyframes section_title_anime {
  0% {
    clip-path: inset(0 0 100% 0);
    /* 下端が完全に切り取られた状態 */
  }
  100% {
    clip-path: inset(0 0 0 0);
    /* 全体が表示される状態 */
  }
}
@-webkit-keyframes before_animation {
  0% {
    clip-path: inset(0 0 100% 0);
    /* 下端が完全に切り取られた状態 */
  }
  100% {
    clip-path: inset(0 0 0 0);
    /* 全体が表示される状態 */
  }
}
@keyframes before_animation {
  0% {
    clip-path: inset(0 0 100% 0);
    /* 下端が完全に切り取られた状態 */
  }
  100% {
    clip-path: inset(0 0 0 0);
    /* 全体が表示される状態 */
  }
}
.accessories_block {
  background: #312B22;
  padding: 160px 0;
}
.accessories_block__inner {
  max-width: 1240px;
  margin: auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.accessories_block__sub_title {
  width: 160px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.accessories_block__sub_title img {
  width: 100%;
}
.accessories_block__sub_title::after {
  content: "";
  display: block;
  height: 1px;
  width: 52px;
  background: #9C9C9C;
}
.accessories_block__title {
  color: #FFF;
  text-align: center;
  font-family: "Shippori Mincho B1";
  font-size: 40px;
  line-height: 140%;
  letter-spacing: 1.6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 87px;
}
.accessories_block__title::before {
  display: block;
  content: "";
  width: 13px;
  height: 70px;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
}
.accessories_block__title::after {
  display: block;
  content: "";
  width: 13px;
  height: 70px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.accessories_block__lead {
  color: #FFF;
  text-align: center;
  font-family: "Shippori Mincho B1";
  font-size: 15px;
  font-weight: 400;
  line-height: 230%;
  letter-spacing: 0.75px;
  margin-top: 56px;
}
.accessories_block__img {
  width: 618px;
  overflow: hidden;
  margin: 56px auto 0;
}
.accessories_block__img img {
  width: 100%;
}

.items_block {
  margin-top: 140px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.items_block__wrapper.is-active {
  -webkit-animation: none;
  animation: none;
}
.items_block__wrapper.is-active .items_block {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
.items_block__wrapper.is-active .items_block:nth-child(1) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.items_block__wrapper.is-active .items_block:nth-child(2) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.items_block__sub_title {
  color: #9C9C9C;
  font-family: "Cormorant Garamond";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.items_block__sub_title::before {
  content: "";
  display: block;
  background: #9C9C9C;
  width: 12px;
  height: 1px;
}
.items_block__sub_title::after {
  content: "";
  display: block;
  background: #9C9C9C;
  width: 12px;
  height: 1px;
}
.items_block__title {
  color: #FFF;
  text-align: center;
  font-family: "Shippori Mincho B1";
  font-size: 22px;
  letter-spacing: 1.1px;
  margin-top: 30px;
}
.items_block__products_wrapper {
  margin-top: 42px;
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
}

.product_block__img {
  max-width: 287px;
  width: 100%;
  overflow: hidden;
}
.product_block__img img {
  width: 100%;
}
.product_block__info {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product_block__price {
  color: #FFF;
  font-family: "A-OTF Ryumin Pr6N";
  font-size: 15px;
  font-weight: 550;
  line-height: 150%;
  letter-spacing: 1.2px;
}
.product_block__btn {
  font-family: "Shippori Mincho B1";
  font-size: 13px;
  font-weight: 550;
  color: #312B22;
  background: #FFF;
  padding: 7px 9px 8px;
}
.product_block__btn.is-soldOut {
  background: #9e9e9e;
}

.footer_block {
  padding: 110px 20px 60px;
  background: #f6f6f6;
}
.footer_block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 822px;
  padding-inline: 20px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer_block__title {
  display: block;
  margin-inline: 12px;
}
.footer_block__link {
  display: block;
  text-align: center;
  font-family: "Inter";
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #000000;
  margin-top: 24px;
}
.footer_block__link span {
  color: #9c9c9c;
  margin-left: 7px;
}
.footer_block__insta {
  display: block;
  width: 23px;
  margin: 63px auto 0;
}
.footer_block__insta img {
  width: 100%;
}
.footer_block__onward_closset {
  display: block;
  width: 105px;
  margin: 10px auto 0;
}
.footer_block__onward_closset img {
  width: 100%;
}
.footer_block__copy {
  font-family: "Inter";
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #000000;
  text-align: center;
  margin-top: 15px;
}

.header_block {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 10;
}
.header_block__inner {
  padding: calc(30 / 1512 * 100vw) calc(40 / 1512 * 100vw);
}
.header_block__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_block__logo {
  display: block;
  width: calc(110 / 1512 * 100vw);
}
.header_block__logo img {
  width: 100%;
}
.header_block__text {
  margin-top: 38px;
  color: #000;
  font-size: 13px;
  font-family: "Cormorant Garamond";
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0.08em;
  text-align: center;
}
.header_block__text span {
  display: block;
  margin-right: 5px;
}
.header_block__date {
  margin-top: 25px;
  color: #000;
  font-size: 10px;
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.44px;
}
.header_block__date span {
  font-family: "EB Garamond";
}
.header_block__right {
  font-family: Inter;
  font-size: calc(12 / 1512 * 100vw);
  line-height: 1;
  letter-spacing: 0.06em;
  color: #000;
}

.coordinate_products_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 11px;
}
.coordinate_products_item + .coordinate_products_item {
  margin-top: 11px;
}
.coordinate_products_item__text {
  color: #333;
  font-family: "Shippori Mincho B1";
  font-size: 15px;
  font-weight: 550;
  line-height: 1.5;
  margin-right: auto;
}
.coordinate_products_item__price {
  white-space: nowrap;
  color: #8f8f8f;
  font-family: "Shippori Mincho B1";
  font-size: 12px;
  font-weight: 550;
  letter-spacing: 1.2px;
}
.coordinate_products_item__price span {
  font-size: 15px;
  color: #000;
}
.coordinate_products_item__btn {
  font-family: "Shippori Mincho B1";
  font-size: 13px;
  font-weight: 550;
  color: #fff !important;
  background: #0d183c;
  padding: 7px 9px 8px;
}
.coordinate_products_item__btn.is-soldOut {
  background: #9e9e9e;
}
.coordinate_products_item__size {
  color: #000;
  font-family: "Shippori Mincho B1";
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #000;
  letter-spacing: 0.96px;
  padding: 4px 5px;
}

.index_page__btn {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin: 240px auto 0;
  font-family: "Noto Serif JP";
  line-height: 2.4;
}
.index_page__btn a {
  border: 1px solid #333;
  padding: 12px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index_page__btn a:hover {
  background-color: #333;
  color: #fff;
}
.index_page__link + .index_page__link {
  margin-top: 28px;
}
.index_page .mainvisual_block {
  position: relative;
}
.index_page .mainvisual_block__img {
  width: 100%;
  position: relative;
  -webkit-animation: fadeInLeft 1.6s forwards;
  animation: fadeInLeft 1.6s forwards;
  opacity: 0;
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
}
.index_page .mainvisual_block__img img {
  width: 100%;
}
.index_page .mainvisual_block__title {
  position: absolute;
  right: 30%;
  bottom: 27%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(25 / 1512 * 100vw);
  z-index: 2;
  -webkit-animation: contents_title_anime 1s ease-in-out forwards;
  animation: contents_title_anime 1s ease-in-out forwards;
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
  clip-path: inset(0 100% 0 0);
}
.index_page .mainvisual_block__title img {
  width: 100%;
}
.index_page .mainvisual_block__title_sub {
  width: calc(545 / 1512 * 100vw);
  -webkit-animation: contents_title_anime 1s ease-in-out forwards;
  animation: contents_title_anime 1s ease-in-out forwards;
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
  clip-path: inset(0 100% 0 0);
  translate: -2% 0;
}
.index_page .mainvisual_block__title_sub img {
  width: 100%;
}
.index_page .mainvisual_block__title_main {
  width: calc(657 / 1512 * 100vw);
  -webkit-animation: contents_title_anime 1s ease-in-out forwards;
  animation: contents_title_anime 1s ease-in-out forwards;
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms;
  clip-path: inset(0 100% 0 0);
  position: relative;
}
.index_page .mainvisual_block__title_main img {
  width: 100%;
}
.index_page .lead_block {
  padding: 80px 0 80px;
}
.index_page .lead_block__inner {
  margin: 0 auto;
  max-width: 883px;
}
.index_page .lead_block__inner.is-active p {
  -webkit-animation: contents_title_anime 2s ease-in-out forwards;
  animation: contents_title_anime 2s ease-in-out forwards;
}
.index_page .lead_block__inner.is-active p:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.index_page .lead_block__inner.is-active p:nth-child(2) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.index_page .lead_block__inner.is-active p:nth-child(3) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.index_page .lead_block__inner.is-active p:nth-child(4) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.index_page .lead_block__inner.is-active p:nth-child(5) {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
.index_page .lead_block__text {
  color: #333;
  text-align: center;
  font-family: "Shippori Mincho B1";
  font-size: 18px;
  font-weight: 500;
  line-height: 210%;
  letter-spacing: 1.44px;
}
.index_page .lead_block__text span {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.index_page .lead_block__text.is-active span {
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.index_page .lead_block__text.is-active span:nth-child(1) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.index_page .lead_block__text.is-active span:nth-child(2) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.index_page .lead_block__text.is-active span:nth-child(3) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.index_page .lead_block__text.is-active span:nth-child(4) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.index_page .lead_block__text.is-active span:nth-child(5) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.index_page .lead_block__text.is-active span:nth-child(6) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.index_page .lead_block__text.is-active span:nth-child(7) {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}
.index_page .about_block {
  background: #E5EDF3;
  padding: 110px 0 87px;
}
.index_page .about_block__inner {
  position: relative;
  width: 90%;
  max-width: 1030px;
  margin: 0 auto;
}
.index_page .about_block__title {
  width: calc(392 / 1512 * 100vw);
  max-width: 392px;
  margin-left: 6%;
  margin-bottom: 45px;
}
.index_page .about_block__title img {
  width: 100%;
}
.index_page .about_block__img {
  position: absolute;
  z-index: 1;
  top: 70px;
  right: 0;
  width: 42%;
  max-width: 432px;
}
.index_page .about_block__img img {
  width: 100%;
}
.index_page .about_block_body {
  position: relative;
  z-index: 2;
  margin-left: 9%;
  width: 55%;
}
.index_page .about_block_list {
  margin-bottom: 83px;
}
.index_page .about_block_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Shippori Mincho B1";
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.08em;
}
.index_page .about_block_list li + li {
  margin-top: 30px;
}
.index_page .about_block_list li::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 23px;
  aspect-ratio: 23/24;
  margin-right: 12px;
  background: url(../img/top/icon_check.svg) left top/contain no-repeat;
}
.index_page .nav_block {
  padding: 132px 0 20px;
}
.index_page .nav_block__inner {
  margin: 0 auto;
  max-width: 788px;
  padding: 0 20px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.index_page .nav_block__head {
  position: relative;
  margin-bottom: 49px;
}
.index_page .nav_block__head::after {
  content: "";
  position: relative;
  z-index: -1;
  display: block;
  width: 100%;
  height: 1px;
  background: #1D5583;
  margin-top: -13px;
}
.index_page .nav_block__nav {
  margin-top: 33px;
}
.index_page .nav_block__item {
  width: 207px;
  padding-bottom: 31px;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.index_page .nav_block__item:hover {
  opacity: 0.8;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
}
.index_page .nav_block__item a {
  display: block;
}
.index_page .nav_block__img {
  position: relative;
  z-index: 1;
}
.index_page .nav_block__img img {
  width: 100%;
}
.index_page .nav_block__title {
  position: absolute;
  z-index: 2;
  left: 1px;
  bottom: 0;
  max-width: 100%;
}
.index_page .nav_block__title--01 {
  width: 189.4px;
}
.index_page .nav_block__title--02 {
  width: 140.34px;
}
.index_page .nav_block__title--03 {
  width: 130.34px;
}
.index_page .nav_block__title--04 {
  width: 140.34px;
}
.index_page .nav_block__title--05 {
  width: 148.34px;
}
.index_page .nav_block__title--06 {
  width: 130.34px;
}
.index_page .nav_block__title--07 {
  width: 148.34px;
}
.index_page .nav_block_util {
  position: relative;
  width: 100%;
}
.index_page .nav_block_util__btn {
  position: absolute;
  top: -140px;
}
.index_page .nav_block_util__btn--prev {
  left: -85px;
}
.index_page .nav_block_util__btn--next {
  right: -85px;
}
.index_page .nav_block .swiper-scrollbar {
  bottom: 0;
  width: 90%;
  height: 3px;
}
.index_page .nav_block .swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.4);
}
.index_page .section_block {
  margin-top: 140px;
}
.index_page .section_block + .section_block {
  margin-top: 242px;
}
.index_page .section_block--03 {
  margin-top: -275px !important;
}
.index_page .section_block__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.index_page .section_block__title--01 {
  width: calc(355 / 1512 * 100vw);
}
.index_page .section_block__title--02 {
  width: calc(370 / 1512 * 100vw);
}
.index_page .section_block__title img {
  width: 100%;
}
.index_page .section_block__lead_title {
  text-align: center;
}
.index_page .section_block__description {
  color: #333;
  font-family: "Shippori Mincho B1";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 190%; /* 38px */
  letter-spacing: 1.6px;
  clip-path: inset(0 100% 0 0);
}
.index_page .section_block__description.is-active {
  -webkit-animation: contents_title_anime 1s ease forwards;
  animation: contents_title_anime 1s ease forwards;
  opacity: 1;
}
.index_page .section_block__head_img {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-top: 60px;
}
.index_page .section_block__head_img img {
  width: 100%;
}
.index_page .cordinate_block--center {
  position: relative;
}
.index_page .cordinate_block--center .cordinate_block__img {
  margin: auto;
  position: relative;
}
.index_page .cordinate_block + section {
  margin-top: 241px;
}
.index_page .cordinate_block__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.index_page .cordinate_block__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.index_page .cordinate_block__main--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.index_page .cordinate_block__main--center {
  position: absolute;
  content: "";
  width: 82.0105820106vw;
  max-width: 1240px;
  top: 51%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0;
}
.index_page .cordinate_block__main--0302 {
  margin-top: 138px;
}
.index_page .cordinate_block__main--0401 {
  gap: 90px;
}
.index_page .cordinate_block__main--0402 {
  width: 964px;
  max-width: 90%;
  margin-top: -80px;
  margin-inline: 6.3% 0;
  gap: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.index_page .cordinate_block__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  margin: -81px 0 0 -20px;
}
.index_page .cordinate_block__bottom--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.index_page .cordinate_block__bottom_img {
  width: 532px;
  overflow: hidden;
}
.index_page .cordinate_block__bottom_img img {
  width: 100%;
}
.index_page .cordinate_block__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 102px;
  margin: 60px auto 0;
  max-width: 1072px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.index_page .cordinate_block__sub .cordinate_block__lead {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.index_page .cordinate_block__img {
  width: 700px;
  overflow: hidden;
  position: relative;
}
.index_page .cordinate_block__img img {
  width: 100%;
}
.index_page .cordinate_block__sub_img {
  width: 532px;
  overflow: hidden;
}
.index_page .cordinate_block__sub_img img {
  width: 100%;
}
.index_page .cordinate_block__anime_img {
  width: 100%;
  position: absolute;
  top: 0;
  clip-path: inset(0 0 0 100%);
}
.index_page .cordinate_block__anime_img.is-active {
  -webkit-animation: reveal-hide 3s ease forwards;
  animation: reveal-hide 3s ease forwards;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.index_page .cordinate_block__info_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  width: 394px;
}
.index_page .cordinate_block__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  padding-bottom: 142px;
}
.index_page .cordinate_block__info--0401 {
  padding-bottom: 359px;
}
.index_page .cordinate_block__info--0402 {
  padding-bottom: 0;
}
.index_page .cordinate_block__title {
  clip-path: inset(0 100% 0 0);
  max-width: 100%;
  margin-inline: auto;
}
.index_page .cordinate_block__title--0101 {
  width: 958px;
  margin-bottom: 75px;
}
.index_page .cordinate_block__title--0201 {
  width: 638px;
  margin-bottom: 73px;
}
.index_page .cordinate_block__title--0301 {
  width: 600px;
  margin-bottom: 59px;
}
.index_page .cordinate_block__title--0401 {
  width: 638px;
  margin-bottom: 65px;
}
.index_page .cordinate_block__title--0501 {
  width: 692px;
  margin-bottom: 80px;
}
.index_page .cordinate_block__title--0601 {
  width: 569px;
  margin-bottom: 80px;
}
.index_page .cordinate_block__title--0701 {
  width: 692px;
  margin-bottom: 80px;
}
.index_page .cordinate_block__title img {
  width: 100%;
}
.index_page .cordinate_block__lead_text {
  margin-top: 65px;
  margin-bottom: 131px;
}
.index_page .cordinate_block__lead_text--0101 {
  width: 301px;
}
.index_page .cordinate_block__lead_text--0201 {
  width: 348px;
}
.index_page .cordinate_block__lead_text--0301 {
  width: 338px;
  margin-bottom: 364px;
}
.index_page .cordinate_block__lead_text--0302 {
  width: 322px;
  margin-top: 20px;
  margin-bottom: 262px;
}
.index_page .cordinate_block__lead_text--0401 {
  width: 342px;
}
.index_page .cordinate_block__lead_text--0501 {
  width: 305px;
}
.index_page .cordinate_block__lead_text--0601 {
  width: 360px;
}
.index_page .cordinate_block__lead_text--0701 {
  width: 372px;
}
.index_page .cordinate_block__lead_text img {
  width: 100%;
}
.index_page .cordinate_block__description {
  color: #333;
  font-family: "Shippori Mincho B1";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 230%; /* 34.5px */
  letter-spacing: 0.75px;
}
.index_page .cordinate_block__description--0101 {
  margin-bottom: 60px;
}
.index_page .cordinate_block__description--0201 {
  margin-bottom: 58px;
}
.index_page .cordinate_block__description--0301 {
  margin-bottom: 90px;
}
.index_page .cordinate_block__description--0302 {
  margin-bottom: 90px;
}
.index_page .cordinate_block__description--0501 {
  margin-bottom: 92px;
}
.index_page .cordinate_block__description--0601 {
  margin-bottom: 59px;
}
.index_page .cordinate_block__description--0701 {
  margin-bottom: 56px;
}
.index_page .staff_credit {
  color: #6b6b6b;
  text-align: center;
  font-family: "Inter";
  font-size: 11px;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 1.32px;
  margin-top: 100px;
  padding: 120px 20px;
  background: #FBFBFB;
}
.index_page .link_block {
  margin-top: 140px;
}
.index_page .link_block__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  border-top: 1px solid #e6e6e6;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.index_page .archive_block {
  padding-top: 25px;
  margin-top: 137px;
}
.index_page .archive_block__title {
  color: #000;
  font-family: "Inter";
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 2.375px;
  text-align: center;
}
.index_page .archive_block__list {
  max-width: 963px;
  width: 100%;
  margin-top: 62px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
}
.index_page .archive_block__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.index_page .archive_block__item:hover .archive_block__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.index_page .archive_block__img {
  overflow: hidden;
}
.index_page .archive_block__img img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 100%;
}
.index_page .official-site_block {
  padding-top: 160px;
  margin-top: 137px;
  width: 500px;
}
.index_page .official-site_block__title {
  color: #000;
  font-family: "Inter";
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 2.375px;
  text-align: center;
}
.index_page .official-site_block__list {
  max-width: 960px;
  width: 100%;
  margin-top: 100px;
  margin-inline: auto;
}
.index_page .official-site_block__item:hover .official-site_block__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.index_page .official-site_block__img {
  overflow: hidden;
}
.index_page .official-site_block__img img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 100%;
}
.index_page .pagetop_link_block {
  position: fixed;
  right: 4%;
  bottom: 3%;
}
.index_page .pagetop_link_block__text {
  color: #000;
  font-family: "Inter";
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.35px;
  text-align: center;
  margin-top: 15px;
}
.index_page .contents_main_block_wrapper {
  width: 362px;
}
.index_page .contents_main_block_wrapper--0101 {
  margin-right: 20px;
}
.index_page .contents_main_block_wrapper--0202 {
  margin-bottom: 100px;
}
.index_page .contents_main_block_wrapper .contents_main_block__items {
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.index_page .contents_main_accordion {
  width: 100%;
}
.index_page .contents_main_accordion__list {
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  height: 0;
  padding: 20px 0 0;
}
.index_page .contents_main_accordion__list + .contents_main_accordion__list {
  margin-top: 22px;
  border-top: 1px solid #eee;
}
.index_page .contents_main_accordion__title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #333;
  font-family: "Shippori Mincho B1";
  font-size: 13px;
  gap: 17px;
  font-weight: 550;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index_page .contents_main_accordion__title::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.index_page .contents_main_accordion__title.is-active::after {
  -webkit-transform: translateY(5px) rotate(-135deg);
  transform: translateY(5px) rotate(-135deg);
}

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

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

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

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

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

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

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

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

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

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

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

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

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

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

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

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

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

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

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

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

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

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

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@media (max-width: 1300px) {
  .items_block__products_wrapper {
    gap: 2.3076923077vw;
    -ms-grid-columns: 1fr 2.3076923077vw 1fr 2.3076923077vw 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
  .product_block__img {
    max-width: unset;
  }
}

@media screen and (max-width: 1024px) {
  .index_page .nav_block_util {
    display: none;
  }
}

@media (max-width: 1000px) {
  .product_block__img {
    max-width: unset;
  }
  .product_block__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.5vw;
  }
}

@media screen and (max-width: 769px) {
  html {
    scroll-padding-top: 1.875rem;
  }
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .accessories_block {
    padding: calc(60 / 375 * 100vw) 0 calc(140 / 375 * 100vw) 0;
  }
  .accessories_block__inner {
    padding: 0 calc(20 / 375 * 100vw);
  }
  .accessories_block__sub_title {
    width: calc(119 / 375 * 100vw);
  }
  .accessories_block__title {
    font-size: calc(27 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
    gap: calc(8 / 375 * 100vw);
  }
  .accessories_block__lead {
    font-size: 15px;
    line-height: 210%;
    letter-spacing: 0.9px;
    margin-top: calc(30 / 375 * 100vw);
  }
  .accessories_block__img {
    width: calc(353 / 375 * 100vw);
    margin: calc(30 / 375 * 100vw) auto 0;
  }
  .items_block {
    margin-top: calc(82 / 375 * 100vw);
  }
  .items_block__sub_title {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .items_block__title {
    font-size: 22px;
    letter-spacing: 1.1px;
    margin-top: calc(20 / 375 * 100vw);
  }
  .items_block__products_wrapper {
    margin-top: calc(50 / 375 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: calc(80 / 375 * 100vw) calc(12 / 375 * 100vw);
    -ms-grid-columns: 1fr calc(12 / 375 * 100vw) 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .product_block__img {
    max-width: unset;
  }
  .product_block__info {
    margin-top: calc(12 / 375 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: calc(14 / 375 * 100vw);
  }
  .product_block__btn {
    font-size: calc(13 / 375 * 100vw);
    padding: calc(6 / 375 * 100vw) calc(8 / 375 * 100vw);
  }
  .footer_block {
    padding: calc(106 / 375 * 100vw) 20px calc(40 / 375 * 100vw);
  }
  .footer_block__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 100%;
  }
  .footer_block__title {
    width: calc(218 / 375 * 100vw);
  }
  .footer_block__title + a {
    margin-top: calc(19 / 375 * 100vw);
  }
  .footer_block__link {
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
  }
  .footer_block__link span {
    margin-left: calc(7 / 375 * 100vw);
  }
  .footer_block__insta {
    width: calc(20 / 375 * 100vw);
    margin: calc(50 / 375 * 100vw) auto 0;
  }
  .footer_block__onward_closset {
    width: calc(105 / 375 * 100vw);
    margin-top: calc(12 / 375 * 100vw);
  }
  .footer_block__copy {
    font-size: calc(10 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
  .header_block__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: calc(12 / 375 * 100vw);
    padding: calc(12 / 375 * 100vw);
  }
  .header_block__logo {
    width: calc(51 / 375 * 100vw);
  }
  .header_block__text {
    font-size: calc(10.5 / 375 * 100vw);
    margin-top: calc(14 / 375 * 100vw);
    line-height: 1.8;
  }
  .header_block__date {
    margin-top: calc(6 / 375 * 100vw);
    letter-spacing: 0.06em;
    font-size: calc(10 / 375 * 100vw);
  }
  .header_block__right {
    font-size: calc(10 / 375 * 100vw);
  }
  .coordinate_products_item {
    gap: calc(10 / 375 * 100vw);
  }
  .coordinate_products_item + .coordinate_products_item {
    margin-top: calc(14 / 375 * 100vw);
  }
  .coordinate_products_item__text {
    font-size: calc(14 / 375 * 100vw);
  }
  .coordinate_products_item__price {
    font-size: calc(12 / 375 * 100vw);
  }
  .coordinate_products_item__price span {
    font-size: calc(15 / 375 * 100vw);
  }
  .coordinate_products_item__btn {
    font-size: calc(13 / 375 * 100vw);
    padding: calc(6 / 375 * 100vw) calc(8 / 375 * 100vw);
  }
  .index_page__btn {
    margin: calc(140 / 375 * 100vw) auto 0;
    max-width: calc(335 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    font-weight: 400;
  }
  .index_page__btn a {
    padding: calc(12 / 375 * 100vw);
  }
  .index_page__link + .index_page__link {
    margin-top: calc(30 / 375 * 100vw);
  }
  .index_page .mainvisual_block__title {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: calc(350 / 375 * 100vw);
    gap: calc(13 / 375 * 100vw);
    right: calc(14 / 375 * 100vw);
    bottom: 10px;
  }
  .index_page .mainvisual_block__title_sub {
    width: calc(350 / 375 * 100vw);
    translate: 0;
  }
  .index_page .mainvisual_block__title_main {
    width: calc(350 / 375 * 100vw);
  }
  .index_page .lead_block {
    padding: calc(40 / 375 * 100vw) calc(16 / 375 * 100vw) calc(49 / 375 * 100vw);
  }
  .index_page .lead_block__inner {
    max-width: calc(353 / 375 * 100vw);
  }
  .index_page .lead_block__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: 185%;
    letter-spacing: 0.02rem;
  }
  .index_page .about_block {
    padding: calc(40 / 375 * 100vw) 0 calc(48 / 375 * 100vw);
  }
  .index_page .about_block__title {
    width: calc(317 / 375 * 100vw);
    margin-left: calc(10 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
  .index_page .about_block__img {
    position: relative;
    top: auto;
    right: auto;
    width: calc(254 / 375 * 100vw);
    margin: 0 auto calc(29 / 375 * 100vw);
  }
  .index_page .about_block_body {
    margin-left: 0;
    width: 100%;
  }
  .index_page .about_block_list {
    margin-bottom: calc(35 / 375 * 100vw);
  }
  .index_page .about_block_list li {
    font-size: calc(15 / 375 * 100vw);
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
  .index_page .about_block_list li + li {
    margin-top: calc(12 / 375 * 100vw);
  }
  .index_page .about_block_list li::before {
    width: calc(21 / 375 * 100vw);
    margin-right: calc(4 / 375 * 100vw);
  }
  .index_page .nav_block {
    padding: calc(92 / 375 * 100vw) 0 calc(20 / 375 * 100vw);
  }
  .index_page .nav_block__inner {
    max-width: 100%;
    padding: 0 0 0 calc(20 / 375 * 100vw);
  }
  .index_page .nav_block__head {
    margin-bottom: calc(40 / 375 * 100vw);
  }
  .index_page .nav_block__head img {
    width: calc(89 / 375 * 100vw);
  }
  .index_page .nav_block__head::after {
    margin-top: calc(-8 / 375 * 100vw);
  }
  .index_page .nav_block__nav {
    margin-top: 0;
  }
  .index_page .nav_block__list {
    padding-bottom: calc(10 / 375 * 100vw);
  }
  .index_page .nav_block__item {
    width: calc(156 / 375 * 100vw);
    padding-bottom: calc(31 / 375 * 100vw);
  }
  .index_page .nav_block__item:nth-of-type(1) {
    padding-bottom: calc(51 / 375 * 100vw);
  }
  .index_page .nav_block__title {
    left: calc(3 / 375 * 100vw);
  }
  .index_page .section_block {
    margin-top: calc(68 / 375 * 100vw);
  }
  .index_page .section_block + .section_block {
    margin-top: calc(135 / 375 * 100vw);
  }
  .index_page .section_block--03 {
    margin-top: calc(134 / 375 * 100vw) !important;
  }
  .index_page .section_block__inner {
    padding: 0 calc(20 / 375 * 100vw);
  }
  .index_page .section_block__title--01 {
    width: calc(286 / 375 * 100vw);
  }
  .index_page .section_block__title--02 {
    width: calc(213 / 375 * 100vw);
  }
  .index_page .section_block__lead_title--01 {
    color: #879255;
  }
  .index_page .section_block__description {
    font-size: calc(15 / 375 * 100vw);
    line-height: 165%;
    letter-spacing: 0.02rem;
    text-align: center;
    line-height: 200%;
  }
  .index_page .section_block__head_img {
    margin-top: calc(30 / 375 * 100vw);
  }
  .index_page .cordinate_block + section {
    margin-top: calc(140 / 375 * 100vw);
  }
  .index_page .cordinate_block__main {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .index_page .cordinate_block__main--center {
    position: initial;
    -webkit-transform: initial;
    transform: initial;
    top: initial;
    left: initial;
    width: initial;
    max-width: initial;
  }
  .index_page .cordinate_block__main--0302 {
    margin-top: calc(85 / 375 * 100vw);
  }
  .index_page .cordinate_block__main--0402 {
    max-width: 100%;
    margin: 0;
    gap: 0;
  }
  .index_page .cordinate_block__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: calc(30 / 375 * 100vw);
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }
  .index_page .cordinate_block__bottom_img {
    width: 100%;
    margin-top: calc(20 / 375 * 100vw);
  }
  .index_page .cordinate_block__sub {
    display: none;
  }
  .index_page .cordinate_block__img {
    width: 100%;
  }
  .index_page .cordinate_block__img--sub {
    width: calc(313 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
    margin-left: auto;
  }
  .index_page .cordinate_block__sub_img {
    width: calc(313 / 375 * 100vw);
  }
  .index_page .cordinate_block__info_wrapper {
    width: 100%;
  }
  .index_page .cordinate_block__info {
    z-index: 1;
    padding: 0;
    margin-top: 0;
  }
  .index_page .cordinate_block__info--0402 {
    margin-top: calc(35 / 375 * 100vw);
  }
  .index_page .cordinate_block__title--0101 {
    width: calc(249 / 375 * 100vw);
    margin-bottom: calc(31 / 375 * 100vw);
  }
  .index_page .cordinate_block__title--0201 {
    width: calc(212 / 375 * 100vw);
    margin-bottom: calc(31 / 375 * 100vw);
  }
  .index_page .cordinate_block__title--0301 {
    width: calc(258 / 375 * 100vw);
    margin-bottom: calc(32 / 375 * 100vw);
  }
  .index_page .cordinate_block__title--0401 {
    width: calc(234 / 375 * 100vw);
    margin-bottom: calc(32 / 375 * 100vw);
  }
  .index_page .cordinate_block__title--0501 {
    width: calc(252 / 375 * 100vw);
    margin-bottom: calc(32 / 375 * 100vw);
  }
  .index_page .cordinate_block__title--0601 {
    width: calc(190 / 375 * 100vw);
    margin-bottom: calc(32 / 375 * 100vw);
  }
  .index_page .cordinate_block__title--0701 {
    width: calc(252 / 375 * 100vw);
    margin-bottom: calc(32 / 375 * 100vw);
  }
  .index_page .cordinate_block__lead_text {
    margin-top: calc(30 / 375 * 100vw);
    margin-bottom: calc(27 / 375 * 100vw);
  }
  .index_page .cordinate_block__lead_text--0101 {
    width: calc(288 / 375 * 100vw);
  }
  .index_page .cordinate_block__lead_text--0201 {
    width: calc(288 / 375 * 100vw);
  }
  .index_page .cordinate_block__lead_text--0301 {
    width: calc(288 / 375 * 100vw);
  }
  .index_page .cordinate_block__lead_text--0302 {
    width: calc(249 / 375 * 100vw);
    margin-inline: auto;
  }
  .index_page .cordinate_block__lead_text--0401 {
    width: calc(288 / 375 * 100vw);
  }
  .index_page .cordinate_block__lead_text--0501 {
    width: calc(288 / 375 * 100vw);
  }
  .index_page .cordinate_block__lead_text--0601 {
    width: calc(288 / 375 * 100vw);
  }
  .index_page .cordinate_block__lead_text--0701 {
    width: calc(288 / 375 * 100vw);
  }
  .index_page .cordinate_block__description {
    font-size: calc(15 / 375 * 100vw);
    line-height: 210%;
    text-align: left;
    letter-spacing: 0;
  }
  .index_page .cordinate_block__description--0101 {
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .index_page .cordinate_block__description--0201 {
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .index_page .cordinate_block__description--0301 {
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .index_page .cordinate_block__description--0302 {
    margin-top: calc(30 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .index_page .cordinate_block__description--0501 {
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .index_page .cordinate_block__description--0601 {
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .index_page .cordinate_block__description--0701 {
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .index_page .staff_credit {
    text-align: center;
    margin-top: calc(102 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
    padding: calc(90 / 375 * 100vw) 40px calc(80 / 375 * 100vw);
  }
  .index_page .link_block {
    margin-top: calc(100 / 375 * 100vw);
  }
  .index_page .link_block__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: calc(335 / 375 * 100vw);
  }
  .index_page .archive_block {
    padding: 0;
    margin-top: calc(52 / 375 * 100vw);
    width: 100%;
    margin-inline: auto;
  }
  .index_page .archive_block__title {
    font-size: calc(16 / 375 * 100vw);
  }
  .index_page .archive_block__list {
    margin-top: calc(51 / 375 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: calc(21 / 375 * 100vw);
  }
  .index_page .official-site_block {
    padding: calc(50 / 375 * 100vw) calc(20 / 375 * 100vw) 0;
    margin-top: calc(50 / 375 * 100vw);
    width: calc(353 / 375 * 100vw);
    margin-inline: auto;
  }
  .index_page .official-site_block__title {
    font-size: calc(16 / 375 * 100vw);
  }
  .index_page .official-site_block__list {
    margin-top: calc(25 / 375 * 100vw);
  }
  .index_page .contents_main_block_wrapper {
    width: 100%;
    margin: 0;
  }
  .index_page .contents_main_block_wrapper .contents_main_block__items {
    padding-bottom: calc(18 / 375 * 100vw);
  }
  .index_page .contents_main_accordion {
    width: 100%;
    max-width: 100%;
  }
  .index_page .contents_main_accordion__title {
    font-size: calc(13 / 375 * 100vw);
  }
  .index_page .contents_main_accordion__title::after {
    width: calc(8 / 375 * 100vw);
    height: calc(8 / 375 * 100vw);
  }
  .index_page .contents_main_accordion__title.is-active::after {
    -webkit-transform: translateY(calc(5 / 375 * 100vw)) rotate(-135deg);
    transform: translateY(calc(5 / 375 * 100vw)) rotate(-135deg);
  }
}

@media screen and (max-width: 320px) {
  .is-sp-s {
    display: block;
  }
}