@charset "UTF-8";

/* 色とフォントの設定 */
:root {
  --mainColor: #3dada9;
  --baseColor: #333;
  --baseFont:
    "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, sans-serif;
  --englishFont: "Jost", sans-serif;
}

html {
  font-size: 2.564102vw;
}

body {
  color: var(--baseColor);
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5;
  font-family: var(--baseFont);
}

a {
  color: var(--baseColor);
  text-decoration: none;
  transition: opacity 0.3s linear;
}

a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  position: relative;
  overflow: hidden;
}

/*----------------------------------------------------
	共通パーツ
----------------------------------------------------*/

/* グレースケール変換 */
.img-gray {
  filter: grayscale(100%);
}

/* 矢印アイコン付きリンク */
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.075em;
}
.link-arrow::before {
  width: 2.5rem;
  height: 2.5rem;
  background: url("../images/icon_arrow02.png") no-repeat center/contain;
  content: "";
}

.link-arrow-white {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.075em;
}
.link-arrow-white::before {
  width: 2.5rem;
  height: 2.5rem;
  background: url("../images/icon_arrow01.png") no-repeat center/contain;
  content: "";
}

/*----------------------------------------------------
	Component
----------------------------------------------------*/

/* ヘッダー */
.section-header {
  padding: 1.4rem 2.4rem 1.2rem;
}

.header-logo {
  font-style: italic;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.5;
  font-family: var(--englishFont);
  letter-spacing: 0.08em;
}

.header-navi {
  display: none;
}

.header-navi ul li a {
  transition: 0.3s;
}

/* フッター */
.section-footer {
  padding-top: 15.8rem;
  padding-right: 2.5rem;
  padding-bottom: 3rem;
  padding-left: 2.5rem;
}
.footer-link-instagram {
  margin: 150px 0;
}
.footer-link-instagram img {
  width: 5.8rem;
}

.footer-link-instagram a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  gap: 1.5rem;
  font-style: italic;
  font-family: var(--englishFont);
}

.footer-link-instagram .link-arrow {
  letter-spacing: 0.06em;
}

.footer-navi-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 15.8rem;
}

.footer-navi ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.3rem;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}

.footer-copyright {
  margin-top: 7.6rem;
  text-align: center;
}

.footer-copyright small {
  font-style: italic;
  font-weight: 500;
  font-size: 1.4rem;
  font-family: var(--englishFont);
  letter-spacing: 0.06em;
}

/* メインビジュアル */
.section-mv {
  position: relative;
  margin-bottom: 10rem;
  padding-left: 2.5rem;
}

.mv-image {
  height: 45.8rem;
  overflow: hidden;
}

.mv-copy {
  margin-top: 2.3rem;
  color: var(--mainColor);
  font-style: italic;
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 1.2;
  font-family: var(--englishFont);
  letter-spacing: 0.08em;
}

.mv-text {
  margin-top: 1.8rem;
  font-size: 1.3rem;
  line-height: 1.69;
  letter-spacing: 0.08em;
}

/* 特徴 全体 */
#section-feature {
  padding-bottom: 8.8rem;
}

/* 特徴 イントロ */
.section-feature-intro {
  padding-top: 5.4rem;
  padding-bottom: 5rem;
}

.feature-intro-title {
  margin-bottom: 3.7rem;
  font-size: 1.6rem;
  line-height: 1.94;
  letter-spacing: 0.08em;
  text-align: center;
}

.feature-intro-list {
  display: flex;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  gap: 1.8rem;
  counter-reset: feature;
}

.feature-intro-list li {
  position: relative;
  counter-increment: feature;
}

.feature-intro-list li a {
  display: block;
  padding-left: 5.3rem;
  color: var(--mainColor);
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.075em;
}

.feature-intro-list li a::before {
  display: block;
  position: absolute;
  top: 0.1rem;
  left: 0;
  content: counter(feature, decimal-leading-zero);
  font-style: italic;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  font-family: var(--englishFont);
  letter-spacing: 0.05em;
}

.feature-intro-list li a span {
  display: block;
  font-style: italic;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1;
  font-family: var(--englishFont);
  letter-spacing: 0.075em;
}

/* 特徴 01～04 共通ボックス */
.feature-box-wrapper {
  margin-top: 11rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.feature-box01 {
  display: flex;
  flex-direction: column;
}

.feature-box01 .text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 3rem;
  gap: 1.8rem;
}

.feature-box01 .text-box .logo {
  width: 8.8rem;
  margin-bottom: 1rem;
}

.feature-box01 .title {
  display: flex;
  position: relative;
  padding-top: 1.5rem;
  padding-left: 7.2rem;
  gap: 2.1rem;
  color: var(--mainColor);
  font-size: 2rem;
  line-height: 1.33;
  letter-spacing: 0.075em;
}

.feature-box01 .title::before {
  position: absolute;
  top: -0.4rem;
  left: -0.2rem;
  content: attr(data-number) "";
  font-style: italic;
  font-weight: 600;
  font-size: 5rem;
  line-height: 1;
  font-family: var(--englishFont);
  letter-spacing: 0.025em;
}

.feature-box01 .title span {
  position: absolute;
  top: 0;
  left: 7.4rem;
  font-style: italic;
  font-weight: 600;
  font-size: 1.2rem;
  font-family: var(--englishFont);
  letter-spacing: 0.075em;
}

.feature-box01 p {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.075em;
}

.feature-box01 .image {
  height: 37.6rem;
  overflow: hidden;
}

.feature-box02 {
  display: flex;
  flex-direction: column;
  margin-top: 5rem;
  gap: 4.8rem;
}

.feature-box02 .image-box .image {
  overflow: hidden;
}

.feature-box02 .image-box figcaption {
  margin-top: 1.6rem;
  line-height: 1.88;
  letter-spacing: 0.075em;
}

/* プロダクト */
#section-product {
  position: relative;
  padding-bottom: 14.6rem;
}

.product-image li {
  width: 28.4rem;
  height: 28.4rem;
}

.product-text {
  width: 30rem;
  margin-top: -2.8rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 0 1.3rem 0 rgba(0, 0, 0, 0.15);
}

.product-text-wrapper {
  padding-top: 3.1rem;
  padding-right: 3.7rem;
  padding-bottom: 3rem;
  padding-left: 3.7rem;
  background-color: #fff;
}

.product-category {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.4rem;
  gap: 1rem;
}

.product-category li {
  padding: 0.2rem 0.6rem 0.2rem 0.4rem;
  background-color: #444;
  color: #fff;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 0.075em;
}

.product-title {
  margin-bottom: 1.7rem;
  font-size: 1.8rem;
  line-height: 1.69;
  letter-spacing: 0.075em;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
}

.product-list dt {
  width: 8.9rem;
  font-size: 1rem;
  font-family: var(--englishFont);
  letter-spacing: 0.075em;
}

.product-list dt:not(:first-of-type) {
  margin-top: 0.4rem;
}

.product-list dd {
  width: calc(100% - 8.9rem);
  font-weight: normal;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.product-list dd:not(:first-of-type) {
  margin-top: 0.4rem;
}

/* 行動指針 */
#section-values {
  position: relative;
}

.values-image {
  overflow: hidden;
}

.values-text-wrapper {
  z-index: 2;
  position: relative;
  margin-top: 2.7rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.values-text-wrapper p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.values-text-wrapper p:not(:first-of-type) {
  margin-top: 3.2rem;
}

/* アクセス */
#section-access {
  padding-top: 13.6rem;
}

.access-address {
  padding-bottom: 3.7rem;
  text-align: center;
}

.access-address .title {
  margin-bottom: 1.8rem;
  font-size: 2.3rem;
  letter-spacing: 0.075em;
}

.access-address p {
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  line-height: 1.92;
  letter-spacing: 0.075em;
}

.access-map iframe {
  height: 50.5rem;
  filter: grayscale(1);
}

/*----------------------------------------------------
	その他
----------------------------------------------------*/

/* 画像サイズ最適化 */
.objectFit {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ローディング画面 */
body.is-loading {
  overflow: hidden;
}

#loading {
  display: flex;
  z-index: 9999;
  position: fixed;
  align-items: center;
  justify-content: center;
  inset: 0;
  background: #fff;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#loading.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #ddd;
  border-top: 4px solid #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* フェードアニメーション */
.js-fade {
  opacity: 0;
  transition: opacity 0.8s ease;
}

.js-fade.is-show {
  opacity: 1;
}

/* ----------------------------------------------------
	PC用のメディアクエリ
---------------------------------------------------- */
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 1.6rem;
  }
  .main {
    padding-left: 11.4rem;
  }
  .link-arrow {
    gap: 1.2rem;
    font-size: 2rem;
  }
  .link-arrow::before {
    width: 2.7rem;
    height: 2.7rem;
  }
  .link-arrow-white {
    gap: 1.2rem;
    font-size: 2rem;
  }
  .link-arrow-white::before {
    width: 2.7rem;
    height: 2.7rem;
  }
  .section-header {
    padding: 2.6rem 7.3rem 2.3rem;
  }
  .header-logo {
    z-index: 11;
    position: relative;
    font-size: 2.6rem;
  }
  .header-navi {
    display: flex;
    z-index: 10;
    position: fixed;
    top: 50%;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 11.4rem;
    height: 100%;
    transform: translateY(-50%);
    background-color: #fff;
  }
  .header-navi ul {
    display: flex;
    gap: 2.8rem;
    font-size: 1.4rem;
    line-height: 1.14;
    letter-spacing: 0.15em;
    writing-mode: vertical-rl;
  }
   .header-navi ul li {
    list-style: none;
  }
  .header-navi ul li.menu-feature {
    margin-bottom: -0.2em;
    letter-spacing: 0.4em;
  }
  .header-navi ul li a {
    font-weight: bold;
    display: block;
    position: relative;
    padding-right: 0.6rem;
    padding-left: 0.6rem;
  }
  .header-navi ul li a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.3rem;
    height: 100%;
    background-color: transparent;
    content: "";
    transition: 0.3s;
  }
  .header-navi ul li.menu-feature a::before {
    height: calc(100% - 0.4rem);
  }
  .header-navi ul li a.current {
    color: var(--mainColor);
  }
  .header-navi ul li a.current::before {
    background-color: var(--mainColor);
  }

  #header-container {
    display: none;
  }

  .section-footer {
    padding-top: 8.8rem;
    padding-right: 0;
    padding-left: 11.4rem;
  }
  .footer-link-instagram img {
    width: 6.8rem;
  }
  .footer-link-instagram a {
    gap: 3.2rem;
  }
  .footer-navi-wrapper {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
    padding-top: 6rem;
    padding-right: 5.78vw;
    padding-bottom: 2.6rem;
  }
  .footer-navi ul {
    flex-direction: row;
    gap: 4.3rem;
    font-size: 1.4rem;
  }
  .footer-copyright {
    margin-top: 0;
    text-align: left;
  }
  .footer-copyright small {
    font-size: 1.5rem;
  }
  .section-mv {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 8.8rem);
    max-height: 119rem;
    margin-bottom: 20.4rem;
    padding-left: 13.8rem;
  }
  .mv-image {
    position: absolute;
    right: 0;
    width: 64.58vw;
    height: 100%;
  }
  .mv-text-wrapper {
    z-index: 1;
    position: relative;
  }
  .mv-copy {
    margin-top: 0;
    font-size: 9rem;
  }
  .mv-text {
    margin-top: 4.2rem;
    padding-left: clamp(4px, 0.469vw, 14px);
    font-size: 2.6rem;
  }
  #section-feature {
    padding-bottom: 25rem;
  }
  .section-feature-intro {
    padding-top: 20rem;
    padding-bottom: 20.5rem;
  }
  .feature-intro-title {
    margin-bottom: 11.8rem;
    font-size: 3.6rem;
    line-height: 2;
  }
  .feature-intro-list {
    flex-direction: row;
    justify-content: center;
    width: auto;
    margin-right: 0;
    margin-left: 0;
    gap: 14rem;
  }
  .feature-intro-list li {
    text-align: center;
  }
  .feature-intro-list li a {
    padding-left: 0;
    font-size: 1.8rem;
    line-height: 1.78;
  }
  .feature-intro-list li a::before {
    position: static;
    font-size: 6rem;
  }
  .feature-intro-list li a span {
    margin-top: 0.2rem;
    margin-bottom: 2rem;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .feature-box-wrapper {
    margin-top: 20rem;
    padding-right: 0;
    padding-left: 0;
  }
  .feature-box01 {
    flex-direction: row;
  }
  .feature-box01 .text-box {
    width: 48.8rem;
    margin-bottom: 0;
    padding: 0 2.4rem 0 7rem;
    gap: 6rem;
  }
  .feature-box01 .text-box .logo {
    width: 14.6rem;
    margin-bottom: -0.8rem;
  }
  .feature-box01 .title {
    padding-top: 0;
    padding-left: 1.9rem;
    font-size: 3rem;
  }
  .feature-box01 .title::before {
    position: static;
    font-size: 6rem;
  }
  .feature-box01 .title::after {
    position: absolute;
    top: 0.8rem;
    left: 0;
    width: 0.8rem;
    height: 7rem;
    background-color: var(--mainColor);
    content: "";
  }
  .feature-box01 .title span {
    top: 6.2rem;
    left: 2.3rem;
    font-size: 1.4rem;
  }
  .feature-box01 p {
    font-size: 1.6rem;
    line-height: 1.88;
  }
  .feature-box01 .image {
    flex: 1;
    height: 93.7rem;
  }
  .feature-box02 {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10.5rem;
    gap: 4rem;
  }
  .feature-box02 .image-box {
    width: calc((100% - 4rem) / 2);
  }
  .feature-box02 .image-box .image {
    height: 58.8rem;
  }
  .feature-box02 .image-box figcaption {
    margin-top: 2.4rem;
  }
  #section-product {
    min-height: 71.2rem;
    padding-bottom: 24.9rem;
  }
  .product-slide-wrapper {
    /* height: 60rem; */
    height: fit-content;
    position: relative;
  }
  .product-image .slick-list {
    padding-left: 57rem !important;
  }
  .product-image li {
    width: clamp(311px, 40.469vw, 1214px);
    height: clamp(318px, 41.458vw, 1244px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  .product-text {
    position: absolute;
    /* top: 6.5rem; */
    top: 50%;
    transform: translateY(-50%);
    left: 8rem;
    width: clamp(350px, 36vw, 938px);
    max-width: 60rem;
    /* min-height: 64.7rem; */
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    box-shadow: 0 0 2.7rem 0 rgba(0, 0, 0, 0.15);
  }
  .product-text-wrapper {
    padding-top: 6.6rem;
    padding-right: clamp(36px, 4.688vw, 141px);
    padding-bottom: 6.6rem;
    padding-left: clamp(36px, 4.688vw, 141px);
  }
  .product-category {
    margin-bottom: clamp(15px, 1.927vw, 58px);
    gap: clamp(5px, 0.625vw, 19px);
  }
  .product-category li {
    padding: 0.3rem 0.7rem 0.4rem 0.5rem;
    font-size: 1.2rem;
  }
  .product-title {
    margin-bottom: 3.4rem;
    font-size: 2.6rem;
  }
  .product-list dt {
    width: 16rem;
    /* width: clamp(15px, 8.33vw, 160px); */
    font-size: 1.4rem;
  }
  .product-list dt:not(:first-of-type) {
    margin-top: 1.9rem;
  }
  .product-list dd {
    width: calc(100% - 16rem);
    /* width: calc(100% - clamp(15px, 8.33vw, 160px)); */
    font-size: 1.4rem;
  }
  .product-list dd:not(:first-of-type) {
    margin-top: 1.9rem;
  }
  #section-values {
    padding-bottom: 20rem;
  }
  .values-image {
    height: 100rem;
  }
  .values-image::before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
  }
  .values-image::after {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 100%);
    content: "";
    opacity: 0.6;
  }
  .values-text-wrapper {
    position: absolute;
    top: 9.6rem;
    left: 9.2rem;
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
    color: #fff;
  }
  .values-text-wrapper p {
    font-size: 2.6rem;
    letter-spacing: 0.08em;
  }
  .values-text-wrapper p:not(:first-of-type) {
    margin-top: 5.2rem;
  }
  .values-text-wrapper .link-arrow-white {
    margin-top: 5.8rem;
  }
  #section-access {
    padding-top: 7.5rem;
  }
  .access-address {
    padding-bottom: 6rem;
  }
  .access-address .title {
    margin-bottom: 2rem;
    font-size: 2.6rem;
  }
  .access-address p {
    margin-bottom: 3.2rem;
    font-size: 1.4rem;
    line-height: 2.29;
  }
  .access-map iframe {
    height: 62.4rem;
  }
  .sp-only {
    display: none;
  }
}

/* ----------------------------------------------------
	スマホ用のメディアクエリ
---------------------------------------------------- */
@media screen and (max-width: 767px) {
  .product-list dt {
    display: none;
  }
  .product-list dd {
    display: none;
  }
  .product-list .show-sp {
    display: block;
  }
  .values-text-wrapper .link-arrow-white {
    margin-top: 3.2rem;
    color: var(--baseColor);
  }
  .values-text-wrapper .link-arrow-white::before {
    background-image: url("../images/icon_arrow02.png");
  }
  .pc-only {
    display: none;
  }
}

/* ----------------------------------------------------
	その他のメディアクエリ
---------------------------------------------------- */

/* ブラウザ幅縮小時の可変対応 */
@media (min-width: 768px) and (max-width: 1320px) {
  html {
    font-size: 0.757575vw;
  }
}
