@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=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&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;
}

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

a {
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

a:hover {
  opacity: 0.8;
}

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;
}

@-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% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}

@keyframes contents_title_anime {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}

@-webkit-keyframes contents_title_anime_vertical {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}

@keyframes contents_title_anime_vertical {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes contents_text_anime {
  0% {
    color: #eee;
  }
  100% {
    color: #313131;
  }
}

@keyframes contents_text_anime {
  0% {
    color: #eee;
  }
  100% {
    color: #313131;
  }
}

.footer_block {
  background: #707070;
}

.footer_block__inner {
  padding: 80px 20px 40px;
  max-width: 1500px;
  width: 100%;
  margin-inline: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer_block__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 105px;
}

.footer_block__logo {
  width: 238px;
}

.footer_block__logo img {
  width: 100%;
}

.footer_block__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0 20px;
  max-width: 442px;
  width: 100%;
  margin-left: 18%;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
}

.footer_block__item {
  font-family: "Inter";
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.footer_block__item--break {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}

.footer_block__item a {
  color: #fff;
}

.footer_block__copyright {
  color: #fff;
  font-family: "Inter";
  font-size: 11px;
  font-weight: 400;
  margin-top: 50px;
}

.header_block {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 30px 40px;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}

.index_page .products_credit {
  margin-top: 60px;
  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;
}

.index_page .products_credit + .products_credit {
  margin-top: 40px;
}

.index_page .products_credit__name {
  color: #444;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.5;
}

.index_page .products_credit__name--disabled {
  color: #a2a2a2;
}

.index_page .products_credit__price {
  margin-top: 8px;
  color: #a2a2a2;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.index_page .products_credit__btn a {
  display: block;
  color: #fff;
  font-family: "Inter";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.253px;
  background: var(--theme-color);
  padding: 10px 10px 8px;
  white-space: nowrap;
}

.index_page .products_credit__btn a.is-soldOut {
  background: #bfbfc2;
}

.index_page .products_credit__note {
  font-size: 12px;
  color: #707070;
  letter-spacing: 0.03em;
  margin-top: 8px;
  text-align: center;
}

.index_page .mainvisual_block {
  background: url("../../assets/img/top/pic_mainvisual.jpg") center center no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index_page .mainvisual_block__inner {
  padding: 154px 20px 268px;
  text-align: center;
}

.index_page .mainvisual_block__label {
  width: calc(143 / 1728 * 100vw);
  display: inline-block;
  image-rendering: 100%;
}

.index_page .mainvisual_block__label img {
  width: 100%;
}

.index_page .mainvisual_block__lead01 {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: calc(23 / 1728 * 100vw);
  font-weight: 300;
  letter-spacing: 5.75px;
  margin-top: 38px;
}

.index_page .mainvisual_block__lead02 {
  color: #fff;
  font-size: calc(36 / 1728 * 100vw);
  font-weight: 300;
  letter-spacing: 3.6px;
  margin-top: 72px;
}

.index_page .mainvisual_block__title {
  color: #fff;
  font-size: calc(64 / 1728 * 100vw);
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: 8.96px;
  margin-top: 52px;
}

.index_page .setup_block {
  background: #f5f5f5;
}

.index_page .setup_block__inner {
  width: 100%;
  max-width: 720px;
  margin-inline: auto;
  padding: 92px 20px 108px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index_page .setup_block__label {
  text-align: center;
}

.index_page .setup_block__title {
  color: #525252;
  text-align: center;
  font-size: 31px;
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: 3.4px;
  margin-top: 37px;
}

.index_page .setup_block__title span {
  font-family: "Inter";
}

.index_page .setup_block__img {
  width: 515px;
  margin: 40px auto 0;
}

.index_page .setup_block__img img {
  width: 100%;
}

.index_page .setup_block__text {
  color: #242424;
  text-align: justify;
  font-size: 14px;
  font-weight: 350;
  line-height: 2.1;
  letter-spacing: 1.4px;
  margin-top: 32px;
}

.index_page .banner_area {
  line-height: 0;
  font-size: 0;
}

.index_page .banner_area img {
  width: 100%;
}

.index_page .material_block--01 {
  background: url("../../assets/img/top/bg_material01.jpg") center center no-repeat;
  background-size: cover;
}

.index_page .material_block--02 {
  background: url("../../assets/img/top/bg_material02.jpg") center center no-repeat;
  background-size: cover;
}

.index_page .material_block--03 {
  background: url("../../assets/img/top/bg_material03.jpg") center center no-repeat;
  background-size: cover;
}

.index_page .material_block__inner {
  max-width: 1320px;
  width: 100%;
  margin-inline: auto;
  padding: 92px 20px 86px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index_page .material_block__title {
  color: #fff;
  font-family: "Inter";
  font-size: 142px;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 2.851px;
  margin-top: 24px;
}

.index_page .material_block__text {
  color: #fff;
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 350;
  line-height: 2;
  letter-spacing: 1.12px;
  margin-top: 38px;
  max-width: 640px;
}

.index_page .about_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index_page .about_block--gray {
  background: #f4f5f7;
}

.index_page .about_block--brown {
  background: #faf7f4;
}

.index_page .about_block__img {
  aspect-ratio: 1;
  max-width: calc(740 / 1728 * 100vw);
  width: 100%;
}

.index_page .about_block__img img {
  width: 100%;
}

.index_page .about_block__texts {
  padding: calc(90 / 1728 * 100vw) 20px 20px calc(90 / 1728 * 100vw);
  width: calc(684 / 1728 * 100vw);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index_page .about_block__label {
  color: #8e8e8e;
  font-family: "Inter";
  font-size: calc(12 / 1728 * 100vw);
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.379px;
}

.index_page .about_block__title {
  color: #3c3c3c;
  font-size: calc(32 / 1728 * 100vw);
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 4.48px;
  margin-top: calc(40 / 1728 * 100vw);
}

.index_page .about_block__text {
  color: #3c3c3c;
  text-align: justify;
  font-size: calc(14 / 1728 * 100vw);
  font-weight: 350;
  line-height: 2.1;
  letter-spacing: 1.4px;
  margin-top: calc(42 / 1728 * 100vw);
}

.index_page .function_block {
  max-width: 990px;
  margin: 140px auto 0;
  padding-inline: 20px;
}

.index_page .function_block__title {
  color: #8e8e8e;
  font-family: "Inter";
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 1.137px;
  text-align: center;
}

.index_page .function_block__list {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(auto, 440px) 20px minmax(auto, 440px);
  grid-template-columns: repeat(2, minmax(auto, 440px));
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 73px 20px;
  position: relative;
}

.index_page .function_block .function_item {
  width: 100%;
  position: relative;
}

.index_page .function_block .function_item__thumbnail {
  width: 100%;
}

.index_page .function_block .function_item__thumbnail img {
  width: 100%;
}

.index_page .function_block .function_item__text {
  color: #3c3c3c;
  text-align: justify;
  font-size: 13px;
  font-weight: 350;
  line-height: 2.1;
  letter-spacing: 1.3px;
  margin-top: 30px;
  width: 92%;
  margin-left: auto;
}

.index_page .function_block .function_item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.index_page .function_block .function_item_head__label {
  color: #8e8e8e;
  font-family: "Inter";
  font-size: 12px;
  font-weight: 300;
  margin-right: 19px;
}

.index_page .function_block .function_item_head__icon::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  background: #9e9e9e;
  margin-right: 30px;
}

.index_page .function_block .function_item_head__icon img {
  margin-right: 30px;
}

.index_page .function_block .function_item_head__texts {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.index_page .function_block .function_item_head__title_en {
  color: #3c3c3c;
  font-family: "Inter";
  font-size: 12px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 1.92px;
}

.index_page .function_block .function_item_head__title_jp {
  color: #3c3c3c;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 3.92px;
}

.index_page .products_block {
  width: 100%;
  max-width: 1280px;
  margin: 213px auto 0;
  padding-inline: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index_page .products_block + .material_block {
  margin-top: 300px;
}

.index_page .products_block .products_head {
  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;
  margin-left: auto;
  width: 100%;
  max-width: 1120px;
}

.index_page .products_block .products_head__img {
  max-width: 433px;
  width: 100%;
}

.index_page .products_block .products_head__img img {
  width: 100%;
}

.index_page .products_block .products_head__texts {
  margin-bottom: 120px;
}

.index_page .products_block .products_head__label {
  text-align: right;
}

.index_page .products_block .products_head__title {
  color: #3c3c3c;
  font-family: "Inter";
  font-size: 38px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.389px;
  margin-top: 12px;
}

.index_page .products_block .products_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -60px;
  gap: 20px;
}

.index_page .products_block .products_main--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.index_page .products_block .products_main + .products_main {
  margin-top: 180px;
}

.index_page .products_block .products_main__info {
  padding-bottom: 90px;
  max-width: 434px;
  width: 100%;
}

.index_page .products_block .products_main__text {
  color: #3c3c3c;
  text-align: justify;
  font-size: 14px;
  font-weight: 350;
  line-height: 2.1;
  letter-spacing: 1.4px;
}

.index_page .products_block .products_main__img {
  max-width: 650px;
  width: 100%;
}

.index_page .products_block .products_main__img img {
  width: 100%;
}

.index_page .products_block__btn {
  color: #3c3c3c;
  text-align: center;
  font-size: 16px;
  font-weight: 350;
  letter-spacing: 2.72px;
  max-width: 800px;
  width: 100%;
  margin: 110px auto 0;
  border: 1px solid #898989;
}

.index_page .products_block__btn a {
  display: block;
  padding: 25px;
}

.index_page .style_block {
  padding-inline: 20px;
  margin: 110px auto 0;
  width: 100%;
  max-width: 1160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index_page .style_block__title {
  color: #525252;
  text-align: center;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 3.4px;
}

.index_page .style_block__text {
  color: #242424;
  text-align: justify;
  font-size: 14px;
  font-weight: 350;
  line-height: 2.1;
  letter-spacing: 1.4px;
  margin: 30px auto 0;
  max-width: 720px;
  width: 100%;
}

.index_page .style_block .style_list {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.index_page .style_block .style_list__img img {
  width: 100%;
}

.index_page .style_block .style_list__size {
  color: #242424;
  font-family: "Inter";
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1.137px;
  margin-top: 20px;
  text-align: center;
  font-weight: 700;
}

.index_page .style_block .style_list__text {
  color: #242424;
  text-align: justify;
  font-size: 14px;
  font-weight: 350;
  line-height: 2.1;
  letter-spacing: 1.4px;
  margin: 30px auto 0;
  width: 95%;
}

.index_page .style_block .style_list__btn {
  text-align: center;
  font-weight: 350;
  letter-spacing: 1.4px;
  border: 1px solid #898989;
  max-width: 800px;
  width: 100%;
  margin: 110px auto 0;
}

.index_page .style_block .style_list__btn a {
  display: block;
  color: #3c3c3c;
  padding: 25px;
}

.index_page .silhouette_block {
  margin-top: 235px;
}

.index_page .silhouette_block__title {
  color: #3c3c3c;
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 3.4px;
  text-align: center;
}

.index_page .silhouette_block .silhouette_content {
  margin-top: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index_page .silhouette_block .silhouette_content + .silhouette_content {
  margin-top: 0;
}

.index_page .silhouette_block .silhouette_content__img {
  width: 100%;
  max-width: calc(740 / 1728 * 100vw);
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.index_page .silhouette_block .silhouette_content__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.index_page .silhouette_block .silhouette_content .silhouette_texts {
  padding: calc(90 / 1728 * 100vw) calc(90 / 1728 * 100vw);
  width: 100%;
  background: #f2f2f3;
}

.index_page .silhouette_block .silhouette_content .silhouette_texts:nth-of-type(odd) {
  background: #faf7f4;
}

.index_page .silhouette_block .silhouette_content .silhouette_texts__inner {
  width: 100%;
  max-width: calc(593 / 1728 * 100vw);
}

.index_page .silhouette_block .silhouette_content .silhouette_texts__head {
  color: #8e8e8e;
  font-family: "Inter";
  font-size: calc(12 / 1728 * 100vw);
  font-weight: 300;
  letter-spacing: 0.379px;
  text-transform: uppercase;
}

.index_page .silhouette_block .silhouette_content .silhouette_texts__label {
  margin-top: calc(100 / 1728 * 100vw);
  width: calc(88 / 1728 * 100vw);
}

.index_page .silhouette_block .silhouette_content .silhouette_texts__label img {
  width: 100%;
}

.index_page .silhouette_block .silhouette_content .silhouette_texts__title {
  color: #3c3c3c;
  font-family: "Inter";
  font-size: calc(26 / 1728 * 100vw);
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.52px;
  margin-top: calc(12 / 1728 * 100vw);
}

.index_page .silhouette_block .silhouette_content .silhouette_texts__text {
  color: #242424;
  text-align: justify;
  font-size: calc(15 / 1728 * 100vw);
  font-weight: 350;
  line-height: 2.1;
  letter-spacing: 1.5px;
  margin-top: calc(80 / 1728 * 100vw);
}

.index_page .cast_block {
  color: #3c3c3c;
  text-align: center;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 190%;
  /* 24.7px */
  letter-spacing: 1.04px;
  margin-top: 120px;
}

.index_page .mens_block {
  margin-top: 200px;
}

.index_page .mens_block__title {
  color: #3c3c3c;
  text-align: center;
  font-family: "Inter";
  font-size: calc(34 / 1728 * 100vw);
  font-weight: 200;
  letter-spacing: 0.68px;
}

.index_page .mens_block__contents {
  margin-top: calc(140 / 1728 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index_page .mens_block__img {
  width: calc(740 / 1728 * 100vw);
}

.index_page .mens_block__img img {
  width: 100%;
}

.index_page .mens_block .mens_block_texts {
  padding: calc(20 / 1728 * 100vw) calc(90 / 1728 * 100vw);
}

.index_page .mens_block .mens_block_texts__label {
  color: #8e8e8e;
  font-family: "Inter";
  font-size: calc(12 / 1728 * 100vw);
  font-weight: 300;
  letter-spacing: 0.379px;
  text-transform: uppercase;
}

.index_page .mens_block .mens_block_texts__title {
  color: #3c3c3c;
  font-size: calc(32 / 1728 * 100vw);
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 4.48px;
  margin-top: calc(40 / 1728 * 100vw);
}

.index_page .mens_block .mens_block_texts__text {
  color: #3c3c3c;
  text-align: justify;
  font-size: calc(14 / 1728 * 100vw);
  font-weight: 350;
  line-height: 2.6;
  letter-spacing: 1.4px;
  margin-top: calc(36 / 1728 * 100vw);
}

.index_page .mens_block .mens_block_texts__logo {
  margin-top: calc(100 / 1728 * 100vw);
}

.index_page .mens_block .mens_block_texts__link {
  color: #9d9d9d;
  font-size: 13px;
  font-weight: 350;
  letter-spacing: 1.3px;
  margin-top: 60px;
}

.index_page .mens_block .mens_block_texts__link a {
  padding-bottom: 7px;
  border-bottom: 1px solid #9d9d9d;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.index_page .banner_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 1120px;
  padding-inline: 20px;
  width: 100%;
  margin: 140px auto 245px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index_page .banner_block__item img {
  width: 100%;
}

.index_page .pagetop_link_block {
  position: fixed;
  right: 4%;
  bottom: 3%;
  opacity: 0;
}

.index_page .pagetop_link_block__text {
  color: #707070;
  font-family: "Inter";
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.35px;
  text-align: center;
  margin-top: 15px;
}

/**
 * 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, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  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 screen and (max-width: 1024px) {
  .index_page .function_block .function_item {
    max-width: calc(475 / 1024 * 100vw);
  }
}

@media screen and (max-width: 769px) {
  html {
    scroll-padding-top: 1.875rem;
  }
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .footer_block__inner {
    padding: calc(30 / 393 * 100vw) calc(20 / 393 * 100vw) calc(18 / 393 * 100vw);
  }
  .footer_block__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: calc(234 / 393 * 100vw);
  }
  .footer_block__logo {
    width: calc(168 / 393 * 100vw);
  }
  .footer_block__list {
    margin-left: 0;
    gap: 0;
  }
  .footer_block__item {
    line-height: 1.4;
    font-size: calc(13 / 393 * 100vw);
  }
  .footer_block__item--break {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .footer_block__copyright {
    font-size: calc(10 / 393 * 100vw);
    margin-top: calc(35 / 393 * 100vw);
  }
  .header_block {
    padding: calc(30 / 393 * 100vw) calc(20 / 393 * 100vw);
  }
  .header_block__logo {
    width: calc(100 /393 * 100vw);
  }
  .header_block__logo img {
    width: 100%;
  }
  .header_block__decoration {
    width: calc(80 / 393 * 100vw);
  }
  .header_block__decoration img {
    width: 100%;
  }
  .index_page .products_credit {
    margin-top: calc(30 / 393 * 100vw);
  }
  .index_page .products_credit + .products_credit {
    margin-top: calc(20 /393 * 100vw);
  }
  .index_page .products_credit__name {
    font-size: calc(14 / 393 * 100vw);
  }
  .index_page .products_credit__price {
    font-size: calc(14 / 393 * 100vw);
  }
  .index_page .products_credit__btn a {
    font-size: calc(12 / 393 * 100vw);
    padding: calc(8 / 393 * 100vw) calc(8 / 393 * 100vw) calc(7 / 393 * 100vw);
  }
  .index_page .products_credit__note {
    font-size: calc(10 / 393 * 100vw);
    margin-top: calc(8 / 393 * 100vw);
  }
  .index_page .mainvisual_block {
    background: url("../../assets/img/top/pic_mainvisual_sp.jpg") center center no-repeat;
    background-size: cover;
  }
  .index_page .mainvisual_block__inner {
    padding: calc(262 / 393 * 100vw) calc(20 / 393 * 100vw) calc(80 / 393 * 100vw);
  }
  .index_page .mainvisual_block__label {
    display: none;
  }
  .index_page .mainvisual_block__lead01 {
    font-size: calc(13 / 393 * 100vw);
    margin-top: 0;
    letter-spacing: 0.3em;
  }
  .index_page .mainvisual_block__lead02 {
    font-size: calc(15 / 393 * 100vw);
    margin-top: calc(19 / 393 * 100vw);
    letter-spacing: 0.17em;
  }
  .index_page .mainvisual_block__title {
    font-size: calc(30 / 393 * 100vw);
    margin-top: calc(16 /393 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.07em;
  }
  .index_page .setup_block__inner {
    padding: calc(82 / 393 * 100vw) calc(20 / 393 * 100vw) calc(78 / 393 * 100vw);
  }
  .index_page .setup_block__label {
    width: calc(200 / 393 * 100vw);
    margin-inline: auto;
  }
  .index_page .setup_block__label img {
    width: 100%;
  }
  .index_page .setup_block__title {
    margin-top: calc(37 / 393 * 100vw);
    font-size: calc(22 / 393 * 100vw);
    letter-spacing: 0.08em;
  }
  .index_page .setup_block__img {
    margin: calc(30 / 393 * 100vw) auto 0;
    width: 100%;
  }
  .index_page .setup_block__text {
    font-size: calc(14 / 393 * 100vw);
    margin-top: calc(26 / 393 * 100vw);
    padding-inline: calc(10 / 393 * 100vw);
    letter-spacing: 0.04em;
    line-height: 1.85;
  }
  .index_page .material_block--01 {
    background: url("../../assets/img/top/bg_material01_sp.jpg") center center no-repeat;
    background-size: cover;
  }
  .index_page .material_block--02 {
    background: url("../../assets/img/top/bg_material02_sp.jpg") center center no-repeat;
    background-size: cover;
  }
  .index_page .material_block--03 {
    background: url("../../assets/img/top/bg_material03_sp.jpg") center center no-repeat;
    background-size: cover;
  }
  .index_page .material_block__inner {
    padding: calc(194 / 393 * 100vw) calc(20 / 393 * 100vw) calc(40 / 393 * 100vw);
  }
  .index_page .material_block__label {
    width: calc(90 / 393 * 100vw);
  }
  .index_page .material_block__label img {
    width: 100%;
  }
  .index_page .material_block__title {
    font-size: calc(86 / 393 * 100vw);
    margin-top: calc(20 / 393 * 100vw);
  }
  .index_page .material_block__text {
    margin-top: calc(20 / 393 * 100vw);
    font-size: calc(13 / 393 * 100vw);
    width: calc(300 / 393 * 100vw);
    line-height: 1.6;
  }
  .index_page .about_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .index_page .about_block__img {
    aspect-ratio: initial;
    max-width: none;
    margin-top: calc(20 / 393 * 100vw);
  }
  .index_page .about_block__texts {
    width: 100%;
    padding: calc(60 / 393 * 100vw) calc(20 / 393 * 100vw) calc(46 / 393 * 100vw);
  }
  .index_page .about_block__label {
    font-size: calc(11 /393 * 100vw);
  }
  .index_page .about_block__title {
    font-size: calc(28 /393 * 100vw);
    margin-top: calc(26 / 393 * 100vw);
    line-height: 1.7;
    letter-spacing: 0.13em;
  }
  .index_page .about_block__text {
    font-size: calc(14 / 393 * 100vw);
    margin-top: calc(20 / 393 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.9;
  }
  .index_page .function_block {
    margin: calc(80 / 393 * 100vw) auto 0;
    padding-inline: calc(20 / 393 * 100vw);
  }
  .index_page .function_block__title {
    font-size: calc(11 / 393 * 100vw);
    text-align: left;
    letter-spacing: 0.03em;
  }
  .index_page .function_block__list {
    margin-top: calc(40 /393 * 100vw);
    gap: calc(50 / 393 * 100vw) calc(20 / 393 * 100vw);
  }
  .index_page .function_block__list::before {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background: #eee;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
  .index_page .function_block .function_item {
    max-width: calc(170 / 393 * 100vw);
  }
  .index_page .function_block .function_item:nth-of-type(n + 3)::before {
    content: "";
    display: block;
    width: calc(353 / 393 * 100vw);
    height: 1px;
    position: absolute;
    background: #eee;
    top: -10px;
  }
  .index_page .function_block .function_item:nth-of-type(n + 3):nth-of-type(odd)::before {
    left: 0;
  }
  .index_page .function_block .function_item:nth-of-type(n + 3):nth-of-type(even)::before {
    right: 0;
  }
  .index_page .function_block .function_item__text {
    font-size: calc(13 / 393 * 100vw);
    margin: calc(10 / 393 * 100vw) auto 0;
    line-height: 1.65;
    letter-spacing: 0.05em;
  }
  .index_page .function_block .function_item_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(157 / 393 * 100vw);
    margin: calc(24 / 393 * 100vw) auto 0;
  }
  .index_page .function_block .function_item_head__label {
    font-size: calc(12 / 393 * 100vw);
    margin-right: 0;
  }
  .index_page .function_block .function_item_head__icon {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: calc(52 / 393 * 100vw);
    margin-top: calc(-15 / 393 * 100vw);
  }
  .index_page .function_block .function_item_head__icon::after {
    display: none;
  }
  .index_page .function_block .function_item_head__icon img {
    margin-right: 0;
    width: 100%;
  }
  .index_page .function_block .function_item_head__texts {
    width: 100%;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .index_page .function_block .function_item_head__title_en {
    text-align: left;
    margin-top: calc(22 / 393 * 100vw);
    font-size: calc(8 / 393 * 100vw);
  }
  .index_page .function_block .function_item_head__title_jp {
    text-align: left;
    font-size: calc(20 / 393 * 100vw);
    line-height: 1.2;
    margin-top: calc(5 / 393 * 100vw);
    letter-spacing: 0.12em;
  }
  .index_page .products_block {
    padding-inline: calc(20 / 393 * 100vw);
    margin: calc(158 / 393 * 100vw) auto 0;
  }
  .index_page .products_block + .material_block {
    margin-top: calc(193 / 393 * 100vw);
  }
  .index_page .products_block .products_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .index_page .products_block .products_head__img {
    max-width: calc(213 / 393 * 100vw);
  }
  .index_page .products_block .products_head__texts {
    margin: calc(50 / 393 * 100vw) 0 0 auto;
  }
  .index_page .products_block .products_head__label {
    width: calc(66 / 393 * 100vw);
    margin-left: auto;
  }
  .index_page .products_block .products_head__label img {
    width: 100%;
  }
  .index_page .products_block .products_head__title {
    font-size: calc(20 / 393 * 100vw);
    margin-top: calc(10 / 393 * 100vw);
  }
  .index_page .products_block .products_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: calc(80 /393 * 100vw);
    gap: calc(30 / 393 * 100vw);
  }
  .index_page .products_block .products_main + .products_main {
    margin-top: calc(120 / 393 * 100vw);
  }
  .index_page .products_block .products_main__info {
    max-width: none;
    padding-bottom: 0;
  }
  .index_page .products_block .products_main__text {
    font-size: calc(14 / 393 * 100vw);
    line-height: 1.9;
    letter-spacing: 0.05em;
  }
  .index_page .products_block__btn {
    font-size: calc(14 / 393 * 100vw);
    margin: calc(60 / 393 * 100vw) auto 0;
  }
  .index_page .products_block__btn a {
    padding: calc(21 / 393 * 100vw);
  }
  .index_page .style_block {
    margin: calc(60 / 393 * 100vw) auto 0;
  }
  .index_page .style_block__title {
    font-size: calc(28 /393 * 100vw);
    text-align: left;
    line-height: 1.6;
  }
  .index_page .style_block__text {
    font-size: calc(14 / 393 * 100vw);
    margin-top: calc(43 /393 * 100vw);
    line-height: 1.9;
    letter-spacing: 0.05em;
  }
  .index_page .style_block .style_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: calc(50 / 393 * 100vw);
    gap: calc(70 / 393 * 100vw);
  }
  .index_page .style_block .style_list__size {
    font-size: calc(14 / 393 * 100vw);
    margin-top: calc(16 / 393 * 100vw);
  }
  .index_page .style_block .style_list__text {
    margin-top: calc(9 / 393 * 100vw);
    letter-spacing: 0.05em;
    font-size: calc(13 / 393 * 100vw);
    width: 100%;
    line-height: 1.7;
  }
  .index_page .style_block .style_list__btn {
    font-size: calc(14 / 393 * 100vw);
  }
  .index_page .style_block .style_list__btn a {
    font-size: calc(14 / 393 * 100vw);
    padding: calc(21 / 393 * 100vw) calc(20 / 393 * 100vw) calc(20 / 393 * 100vw);
  }
  .index_page .silhouette_block {
    margin-top: calc(160 /393 * 100vw);
  }
  .index_page .silhouette_block__title {
    font-size: calc(28 / 393 * 100vw);
  }
  .index_page .silhouette_block .silhouette_content {
    margin-top: calc(60 / 393 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .index_page .silhouette_block .silhouette_content__img {
    max-width: none;
  }
  .index_page .silhouette_block .silhouette_content .silhouette_texts {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: calc(67 / 393 * 100vw) calc(20 / 393 * 100vw) calc(140 / 393 * 100vw);
  }
  .index_page .silhouette_block .silhouette_content .silhouette_texts__inner {
    max-width: none;
  }
  .index_page .silhouette_block .silhouette_content .silhouette_texts__head {
    font-size: calc(11 / 393 * 100vw);
  }
  .index_page .silhouette_block .silhouette_content .silhouette_texts__label {
    margin-top: calc(38 /393 * 100vw);
    width: calc(80 / 393 * 100vw);
  }
  .index_page .silhouette_block .silhouette_content .silhouette_texts__title {
    margin-top: calc(11 / 393 * 100vw);
    font-size: calc(23 / 393 * 100vw);
  }
  .index_page .silhouette_block .silhouette_content .silhouette_texts__text {
    font-size: calc(14 / 393 * 100vw);
    margin-top: calc(20 / 393 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.9;
  }
  .index_page .cast_block {
    margin-top: calc(140 / 393 * 100vw);
    font-size: calc(12 / 393 * 100vw);
  }
  .index_page .mens_block {
    margin-top: calc(180 / 393 * 100vw);
  }
  .index_page .mens_block__title {
    font-size: calc(22 / 393 * 100vw);
  }
  .index_page .mens_block__contents {
    margin-top: calc(30 / 393 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .index_page .mens_block__img {
    width: 100%;
  }
  .index_page .mens_block .mens_block_texts {
    padding: calc(40 / 393 * 100vw) calc(20 / 393 * 100vw) 0;
  }
  .index_page .mens_block .mens_block_texts__label {
    font-size: calc(11 / 393 * 100vw);
  }
  .index_page .mens_block .mens_block_texts__title {
    margin-top: calc(40 / 393 * 100vw);
    font-size: calc(28 / 393 * 100vw);
  }
  .index_page .mens_block .mens_block_texts__text {
    margin-top: calc(44 / 393 * 100vw);
    font-size: calc(14 / 393 * 100vw);
    line-height: 2;
  }
  .index_page .mens_block .mens_block_texts__text + .mens_block_texts__text {
    margin-top: calc(30 / 393 * 100vw);
  }
  .index_page .mens_block .mens_block_texts__logo {
    margin-top: calc(60 / 393 * 100vw);
    width: calc(140 / 393 * 100vw);
  }
  .index_page .mens_block .mens_block_texts__logo img {
    width: 100%;
  }
  .index_page .mens_block .mens_block_texts__link {
    margin-top: calc(40 / 393 * 100vw);
    font-size: calc(13 /393 * 100vw);
  }
  .index_page .mens_block .mens_block_texts__link a {
    gap: calc(8 / 393 * 100vw);
  }
  .index_page .mens_block .mens_block_texts__link img {
    width: calc(18 / 393 * 100vw);
  }
  .index_page .banner_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: calc(12 /393 * 100vw);
    margin: calc(60 / 393 * 100vw) auto calc(40 / 393 * 100vw);
  }
}

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