@charset "UTF-8";
/*-----------------------

         COMMON

-----------------------*/
body {
  width: 100%;
  color: #040000;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
}

.all {
  overflow-x: hidden;
  width: 100%;
}

.container,
.wrapper {
  width: 100%;
  max-width: 75vw;
  padding: 0 2.6%;
  margin: 0 auto;
  min-height: auto;
}
@media screen and (max-width: 1440px) {
  .container,
  .wrapper {
    max-width: 100%;
    padding: 0 5%;
  }
}

.f-ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.f-en {
  font-family: "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
}

input,
select,
textarea,
button,
label {
  font-family: inherit !important;
}

.account-page [class^=icon-],
[class*=" icon-"] {
  font-family: inherit !important;
  font-size: 0.9em;
}

.top-mv img {
  width: 100vw;
}

/*drawer*/ /*---------------数値など任意で書き換えを行う----------------------*/
/* slickslider共通 */ /*---------------数値など任意で書き換えを行う----------------------*/
.slick-track {
  margin-right: 0;
  margin-left: 0;
}

.slider li div,
.slider2 li div {
  margin: 0 1.3vw;
}

.notice-slider li div,
.media-slider li div,
.topics-slider li div {
  margin: 0 1.3vw;
}

.slick-dotted.slick-slider {
  padding-bottom: 2rem;
}

.slick-dots {
  left: 50%;
  margin-top: 2rem;
  transform: translateX(-50%);
}

.slick-next,
.slick-prev {
  top: calc(50% - 5rem) !important;
  z-index: 9999 !important;
  width: auto;
  height: auto;
  transform: translateY(-50%);
}

.slick-next::before,
.slick-prev::before {
  color: var(--mainColor) !important;
  opacity: 0.7;
}

.slick-prev {
  left: 15.5vw !important;
}

.slick-next {
  right: 15.5vw !important;
}

.slider2 li p.cat {
  padding: 0.2rem 1rem 0;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  color: #fff;
}

.slider2 li p.contents {
  display: -webkit-box;
  overflow: hidden;
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.slider2 li .post-info {
  margin: 0 0 1rem;
}

.slider li figure,
.slider2 figure {
  margin-bottom: 1rem;
  overflow: hidden;
}

.slider li figure img,
.slider2 figure img {
  width: 100%;
  object-fit: cover;
  height: 11.3vw;
}

.slick-dots li button:before {
  color: #d3d3d3;
  opacity: 1;
  font-size: 1.6rem;
}

.slick-dots li.slick-active button:before {
  color: var(--mainColor);
}

.slick-no-current {
  transition: opacity 0.4s;
}

/*-----------------------

       header /*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
header {
  padding: 2.5rem 3.5rem 0.5rem;
}

.hdr-inner {
  justify-content: space-between;
  align-items: flex-start;
}

.navi {
  justify-content: flex-end;
}

header p.login img {
  margin-right: 0.5rem;
}

header nav {
  margin-top: -4rem;
}

header nav ul > li {
  position: relative;
}

header nav ul > li a {
  font-weight: 500;
  font-size: 1.8rem;
  position: relative;
}

/* カートの表示 ozaki ↓ */
header .right-Area {
  gap: 2rem;
  flex-direction: row !important;
}

header .right-Area .cart-area a {
  gap: 1rem;
  align-items: center;
}

header .right-Area .cart-area p {
  background: #040000;
  color: #fff;
  border-radius: 2rem;
  padding: 0.3rem 1rem 0.5rem;
  line-height: 1;
}

/* カートの表示 ozaki ↑ */
/*---------ドロワーのアコーディオン調整--------*/
header .linkG {
  position: relative;
  display: flex;
  justify-content: center;
}

.right-Area {
  position: relative;
  overflow: visible; /* ul がはみ出すのを許可 */
  cursor: pointer; /* マウスカーソル */
}

.mypage-list {
  display: none;
  position: absolute;
  top: 3.5rem;
  right: 0;
  font-size: 1em;
  padding: 0rem 1.8rem 1rem;
  z-index: 100;
  white-space: nowrap; /* 折り返さず横に伸びる */
  width: max-content; /* 中身に応じて広がる */
  min-width: 100%; /* 親と同じ以上にはなるように */
  overflow: visible; /* 子要素のはみ出し許可 */
}

.mypage-list::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(4, 0, 0, 0.8);
  opacity: 0.9;
  z-index: -1;
}

.mypage-item {
  border-bottom: 1px dashed #fff;
  padding: 0 0.5rem;
}

.mypage-item a {
  display: block;
  padding: 1.8rem 0 1rem;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
}

.loginBtn .img-circle {
  vertical-align: middle; /* これが重要！ */
}

.mypage.loginBtn.flex {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}

@media screen and (max-width: 1440px) {
  header nav ul > li a {
    font-size: 1.6rem;
  }
}
.menu-arrow-b {
  margin-left: 1rem;
  color: var(--mainColor);
}

header nav ul > li a img {
  vertical-align: baseline;
  margin-left: 1rem;
}

header nav ul > li:not(:last-child) a::after {
  content: "|";
  padding: 0 1.5rem;
}

header nav ul.sub-menu > li a::after {
  display: none;
}

/*サブメニュー*/
header .flex.navi li {
  position: relative;
}

header .flex.navi li ul.sub-menu {
  display: none;
  position: absolute;
  top: 3.4rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1em;
  padding: 0rem 1.8rem 1rem;
  border-radius: 0.8rem;
  z-index: 9999;
  background: transparent;
  white-space: nowrap;
  width: max-content;
  min-width: 100%;
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

header .flex.navi li:hover ul.sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* 背景の半透明ボックス */
header .flex.navi li ul.sub-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(4, 0, 0, 0.8);
  opacity: 0.9;
  z-index: -1;
  border-radius: 0.8rem;
}

header .flex.navi li ul.sub-menu li {
  border-bottom: 1px dashed #fff;
  padding: 0 0.5rem;
  width: 100%;
}

header .flex.navi li ul.sub-menu li:last-child {
  border-bottom: none;
}

header .flex.navi li ul.sub-menu li a {
  display: block;
  padding: 1.8rem 0 1rem;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
}

/* 不要な装飾を無効化 */
header .flex.navi li ul li:first-child {
  border-left: none;
}

header .flex.navi li ul.sub-menu li a::after {
  display: none;
}

header .flex.navi li.current-menu-item ul li::after {
  border-bottom: none;
}

header p.login,
header .mypage.loginBtn p {
  font-size: 1.8rem;
}

/* ロゴアイコンの表示を調整 */
header h1 img,
header p.logo img {
  height: auto;
  max-width: 18.541666vw;
}

header .navi .flex {
  flex-wrap: wrap;
  justify-content: end;
  line-height: 2.1;
  max-width: 72vw;
}

@media screen and (max-width: 1440px) {
  header .navi .flex {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0.5vw;
    max-width: 100vw;
  }
}
/*-----------------------

      footer/*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
/*-----------------------

      下層ページ /*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
/*header*/
.login-required {
  font-size: 1.6rem;
}

.sns-detail {
  /* margin-top: -11rem; */
  margin-top: -8rem;
  margin-bottom: 5rem;
}

/*====================================================================
.faq-wrap .accordion
====================================================================*/
.faq-wrap {
  max-width: 81.2rem;
  margin: 0 auto;
}

.faq-wrap .accordion_one .accordion_header {
  font-weight: 700;
  padding: 2rem 7rem 1rem 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  font-size: clamp(1.4rem, 1.254rem + 0.388vw, 2rem);
  display: flex;
  align-items: center;
  border-bottom: solid 1px var(--mainColor);
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.faq-wrap .accordion_one .accordion_header::before {
  content: "Q.";
  margin-right: 1rem;
  font-size: clamp(3rem, 2.636rem + 0.971vw, 4.5rem);
  font-weight: 500;
  position: relative;
  top: -0.5rem;
  line-height: 1;
}

.faq-wrap .accordion_one .accordion_header:hover {
  opacity: 0.8;
}

.faq-wrap .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 1%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.faq-wrap .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.faq-wrap .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.faq-wrap .accordion_one .accordion_header .i_box .one_i:before,
.faq-wrap .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: var(--mainColor);
  border-radius: 10px;
  width: 26px;
  height: 3px;
  position: absolute;
  top: 7px;
  left: -4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}

.faq-wrap .accordion_one .accordion_header .i_box .one_i:before {
  width: 3px;
  height: 26px;
  top: -4px;
  left: 7px;
}

.faq-wrap .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}

.faq-wrap .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.faq-wrap .accordion_one .accordion_inner {
  display: none;
  padding: 3rem 3rem 2.5rem;
  background: var(--bg-p);
  box-sizing: border-box;
}

.faq-wrap .accordion_one .accordion_inner .answer {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.faq-wrap .accordion_one .accordion_inner .answer::before {
  content: "A.";
  margin-right: 1rem;
  font-size: clamp(3rem, 2.636rem + 0.971vw, 4.5rem);
  font-weight: 500;
  position: relative;
  line-height: 1;
  color: var(--mainColor);
  top: -1.2rem;
}

.faq-wrap .accordion_one .accordion_inner .answer .answer-wrap p {
  font-size: clamp(1.4rem, 1.254rem + 0.388vw, 2rem);
  font-weight: 500;
  line-height: 1.5;
}

.faq-wrap .accordion_one .accordion_inner .answer .answer-wrap p a {
  text-decoration: underline;
}

/*====================================================================
　モーダル/*---------------数値など任意で書き換えを行う---------------------
====================================================================*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100vh;
}

.modal__bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}

.modal__content1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 660px;
  height: 90vh;
  padding: 6.5rem 3.5rem 2.5rem;
  overflow-y: auto;
  background: #fff;
  transform: translate(-50%, -50%);
}

.modal__content1 .top-close {
  position: absolute;
  top: -1rem;
  right: 1.5rem;
}

.modal__content1 .bottom-close {
  position: relative;
  top: 1rem;
  left: -2rem;
}

.modal__content1 .top-close a,
.modal__content1 .bottom-close a {
  display: block;
  font-size: 5rem;
  font-weight: 400;
  color: #787878;
}

/* modalの中身 */
.modal__content1 h2 {
  font-size: clamp(1.4rem, 1.23rem + 0.453vw, 2.1rem);
  letter-spacing: 0.05em;
  color: var(--mainColor);
}

.modal__content1 figure {
  aspect-ratio: 7/4;
  overflow: hidden;
  text-align: center;
  margin: 1.5rem 0 3rem;
  border-radius: 1rem;
}

.modal__content1 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal__content1 h3 {
  font-size: clamp(2.3rem, 2.227rem + 0.31vw, 2.6rem);
  font-weight: 700;
  line-height: 1.3;
}

.modal__content1 .information {
  margin: 1.5rem 0 3rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px var(--mainColor);
  align-items: center;
  gap: 1.5rem;
}

.modal__content1 p.area {
  font-size: clamp(1.4rem, 1.23rem + 0.453vw, 2.1rem);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.025em;
  line-height: 1;
  padding: 0.4rem 1rem 0.6rem;
  border-radius: 0.8rem;
  background: var(--mainColor);
}

.modal__content1 p.name {
  font-size: clamp(1.4rem, 1.23rem + 0.453vw, 2.1rem);
  font-weight: 500;
  letter-spacing: 0.025em;
}

.modal__content1 p.name span {
  margin-left: 0.5rem;
  font-size: clamp(1.2rem, 1.054rem + 0.388vw, 1.8rem);
  font-weight: 500;
}

.modal__content1 p.txt-area {
  line-height: 1.5;
}

/*-----------------------
　　　　　
　　　  よくあるご質問/*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
.faq-wrap2.accordion_wrap .accordion_one .accordion_inner {
  display: none;
  padding: 0 2% 5rem;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question {
  font-weight: 700;
  padding: 2rem 7rem 1rem 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  font-size: clamp(1.4rem, 1.254rem + 0.388vw, 2rem);
  display: flex;
  align-items: center;
  border-bottom: solid 1px var(--mainColor);
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question::before {
  content: "Q.";
  margin-right: 1rem;
  font-size: clamp(3rem, 2.636rem + 0.971vw, 4.5rem);
  font-weight: 500;
  position: relative;
  top: -0.5rem;
  line-height: 1;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 1%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question .i_box .one_i:before,
.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: var(--mainColor);
  border-radius: 10px;
  width: 26px;
  height: 3px;
  position: absolute;
  top: 7px;
  left: -4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question .i_box .one_i:before {
  width: 3px;
  height: 26px;
  top: -4px;
  left: 7px;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question.open .i_box .one_i:before {
  display: none;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.faq-wrap2 .accordion_one .accordion_inner .accordion_inner {
  display: none;
  padding: 3rem 3rem 2.5rem;
  background: var(--bg-p);
  box-sizing: border-box;
}

.faq-wrap2 .accordion_one .accordion_inner .accordion_inner .answer {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.faq-wrap2 .accordion_one .accordion_inner .accordion_inner .answer::before {
  content: "A.";
  margin-right: 1rem;
  font-size: clamp(3rem, 2.636rem + 0.971vw, 4.5rem);
  font-weight: 500;
  position: relative;
  line-height: 1;
  color: var(--mainColor);
  top: -1.2rem;
}

.faq-wrap2 .accordion_one .accordion_inner .accordion_inner .answer .answer-wrap p {
  font-size: clamp(1.4rem, 1.254rem + 0.388vw, 2rem);
  font-weight: 500;
  line-height: 1.5;
}

.faq-wrap2 .accordion_one .accordion_inner .accordion_inner .answer .answer-wrap p a {
  text-decoration: underline;
}

@media screen and (max-width: 559px) {
  /*セレクトボックスの矢印カスタマイズ*/
  .shelf-nav-sp {
    width: 100%;
    margin: 3rem auto 0;
    position: relative;
  }
  .shelf-nav-sp::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 0.7rem 0 0.7rem;
    border-color: var(--mainColor) transparent transparent transparent;
    position: absolute;
    top: 55%;
    right: 1.5rem;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .breadcrumb.form-control {
    width: 100%;
    padding: 1rem;
    /*デフォルトの矢印を削除*/
    -webkit-appearance: none;
    appearance: none;
  }
  /*サファリのフォームで入力時にズームしないようにする*/
  input,
  textarea,
  select {
    font-size: 1.8rem;
  }
  /* ボタンは小さくしないように */
  input[type=submit],
  input[type=button] {
    font-size: 16px;
    transform: scale(1);
  }
  /* プルダウンは小さくしないように */
  select {
    font-size: 20px;
    transform: scale(1);
  }
}
/* コンテンツの前後ページ */
.body-shelf-list .flex-c,
.body-info-detail .flex-c {
  flex-direction: row;
}

/* コンテンツの再生リストチェックボックス */
.body-shelf-comment input[type=checkbox] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  border-radius: 0;
  margin-top: 0.8rem;
}

.container {
  margin-bottom: clamp(4rem, 2.5437rem + 6.2136vw, 10rem);
}

.box {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.table-bordered span.required {
  background: var(--mainColor);
  color: var(--colorW) !important;
}

footer.main-footer {
  border-top: none;
}

.modal-open {
  overflow: visible;
}

.page-detail-top .content-header {
  display: none;
}

/*under-header*/
.content-header {
  margin-bottom: 0;
  border-bottom: none;
}

.page-header {
  border-bottom: none;
  padding: 0;
  margin: 0;
}

select::placeholder {
  color: #b6b7b7;
}

.sec-logo img {
  width: 213.854166vw;
  height: 3.125vw;
}
@media only screen and (max-width: 559px) {
  .sec-logo img {
    width: 16rem;
    height: 3.6rem;
  }
}

.sec-ttl {
  margin-top: clamp(3rem, 2.5145631068rem + 1.2944983819vw, 5rem);
  font-size: clamp(2.8rem, 2.0718446602rem + 1.9417475728vw, 5.8rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .sec-ttl {
    line-height: 1.4;
  }
}

.sec-enttl {
  display: block;
  margin-top: clamp(1.5rem, 1.0145631068rem + 1.2944983819vw, 3.5rem);
  font-size: clamp(1.6rem, 1.2116504854rem + 1.0355987055vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.sec-lead {
  text-align: center;
  margin-top: clamp(3.5rem, 3.3786407767rem + 0.3236245955vw, 4rem);
  font-size: clamp(1.6rem, 1.454368932rem + 0.3883495146vw, 2.2rem);
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 559px) {
  .sec-lead {
    text-align: left;
  }
}

/* =========================================
   Object: Section Header Type 2
========================================= */
.o-sec-header-type2 {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-right: calc(50% - 50vw);
  margin-bottom: 6rem;
}
@media screen and (max-width: 1024px) {
  .o-sec-header-type2 {
    margin-bottom: 2rem;
  }
}
.o-sec-header-type2__logo {
  position: absolute;
  left: 0;
  top: 1.7rem;
}
@media only screen and (max-width: 559px) {
  .o-sec-header-type2__logo {
    top: 2rem;
  }
}
.o-sec-header-type2__logo img {
  width: 12.76041666vw;
  height: auto;
}
@media only screen and (max-width: 559px) {
  .o-sec-header-type2__logo img {
    width: 12.2rem;
    top: 1.5rem;
  }
}
.o-sec-header-type2__title {
  font-size: clamp(2.2rem, 1.8116504854rem + 1.0355987055vw, 3.8rem);
  font-weight: 700;
  border-bottom: solid 1px #040000;
  padding-bottom: 0.625vw;
  left: 4.9479166vw;
  position: relative;
  width: 100%;
  letter-spacing: 0em;
}
@media only screen and (max-width: 559px) {
  .o-sec-header-type2__title {
    left: 5rem;
    font-size: 2.2rem;
    padding-bottom: 0.4rem;
  }
}

.o-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 65.7rem;
  height: clamp(6rem, 5.3203883495rem + 1.8122977346vw, 8.8rem);
  background-color: #040000;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: clamp(1.6rem, 1.4058252427rem + 0.5177993528vw, 2.4rem);
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s ease;
  letter-spacing: 0.05em;
  /* 右端の矢印（＞） */
}
@media only screen and (max-width: 559px) {
  .o-btn {
    height: 5.3rem;
  }
}
.o-btn::after {
  content: "";
  position: absolute;
  right: clamp(2rem, 1.8786407767rem + 0.3236245955vw, 2.5rem);
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 2rem;
  height: 2rem;
  border-top: 0.4rem solid #ffffff;
  border-right: 0.4rem solid #ffffff;
}
@media only screen and (max-width: 559px) {
  .o-btn::after {
    right: 2.5rem;
    width: 1rem;
    height: 1rem;
    width: 1rem;
    height: 1rem;
    border-top: 0.2rem solid #ffffff;
    border-right: 0.2rem solid #ffffff;
  }
}
.o-btn:hover {
  opacity: 0.8;
}

.o-card {
  display: grid;
  margin-bottom: clamp(2.5rem, 2.1359223301rem + 0.9708737864vw, 4rem);
}
.o-card--2wrap {
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
.o-card--3wrap {
  grid-template-columns: repeat(3, 1fr);
  gap: 5.5rem 5rem;
}
@media only screen and (max-width: 559px) {
  .o-card--3wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 2rem;
  }
}
.o-card--4wrap {
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 3rem;
}
@media only screen and (max-width: 559px) {
  .o-card--4wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 2rem;
  }
}
.o-card--3wrap_sp1 {
  grid-template-columns: repeat(3, 1fr);
  gap: 5.5rem 5rem;
}
@media only screen and (max-width: 559px) {
  .o-card--3wrap_sp1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
.o-card--4wrap_sp1 {
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 559px) {
  .o-card--4wrap_sp1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}
.o-card__catflex {
  display: flex;
  gap: 2rem 0.5rem;
  flex-wrap: wrap;
}
.o-card__text--3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.o-card__list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
}
.o-card__listitem {
  line-height: 1.5;
}

.o-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.o-card__img {
  overflow: hidden;
  aspect-ratio: 7/4;
  overflow: hidden;
}
.o-card__img img {
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.3s;
}
.o-card__img img:hover {
  transform: scale(1.02);
  transition: 0.4s;
}

.o-card__cat {
  width: fit-content;
  margin-top: 1rem;
  position: relative;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 559px) {
  .o-card__cat {
    margin-top: 0.5rem;
  }
}
.o-card__cat span {
  color: #fff;
  background: var(--mainColor);
  border-radius: 2rem;
  font-weight: 500;
  font-size: clamp(1rem, 0.927184466rem + 0.1941747573vw, 1.3rem);
  padding: 0.1rem 1.5rem;
}

.o-card__ttl {
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  margin-top: 1rem;
}
@media only screen and (max-width: 559px) {
  .o-card__ttl {
    margin-top: 0.5rem;
  }
}

.o-card__text_wrap {
  flex-grow: 1;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 559px) {
  .o-card__text_wrap {
    margin-top: 1rem;
  }
}

.o-card__text {
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .o-card__text {
    margin-bottom: 0.5rem;
  }
}

.o-card__date {
  font-weight: 500;
  font-size: clamp(1.1rem, 1.027184466rem + 0.1941747573vw, 1.4rem);
  margin-top: auto;
}

.o-flex {
  display: flex;
  gap: 6rem;
}
@media only screen and (max-width: 559px) {
  .o-flex {
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
}
.o-flex__item {
  width: 100%;
}
.o-flex__item figure {
  position: relative;
}
.o-flex__ttlG {
  margin-bottom: clamp(2.5rem, 2.2572815534rem + 0.6472491909vw, 3.5rem);
  position: relative;
  align-items: flex-start;
  z-index: 10;
}
.o-flex__ttlG::after {
  content: "";
  position: absolute;
  top: -17rem;
  left: 50%;
}
.o-flex__ttl {
  font-size: clamp(2.6rem, 2.2116504854rem + 1.0355987055vw, 4.2rem);
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 559px) {
  .o-flex__ttl {
    margin-bottom: 1rem;
  }
}
.o-flex__enttl {
  font-size: clamp(1.1rem, 0.9300970874rem + 0.4530744337vw, 1.8rem);
  letter-spacing: 0.2em;
}
.o-flex__text {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  letter-spacing: 0.05em;
  margin-bottom: clamp(3.5rem, 3.2572815534rem + 0.6472491909vw, 4.5rem);
  position: relative;
  z-index: 11;
}
.o-flex .o-btn__link {
  margin-inline: inherit;
}
.o-flex--c {
  justify-content: center;
}
.o-flex--b {
  justify-content: space-between;
}
.o-flex--e {
  justify-content: flex-end;
}
.o-flex__item {
  width: calc((100% - 6rem) / 2);
}
@media only screen and (max-width: 559px) {
  .o-flex__item {
    width: 100%;
  }
}
.o-flex__item--1 {
  width: calc((100% - 6rem) / 3);
}
.o-flex__item--2 {
  width: calc((100% - 6rem) / 3 * 2);
}

.o-flex--ver2 {
  display: flex;
  justify-content: flex-end;
  gap: 4rem;
}
@media only screen and (max-width: 559px) {
  .o-flex--ver2 {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.o-flex--ver2__item__l {
  width: calc(100% - 4rem - 48.4375vw);
  padding-left: 2rem;
  margin-left: calc((100% - 136.6rem) / 2);
}
@media only screen and (max-width: 559px) {
  .o-flex--ver2__item__l {
    width: 88%;
    padding-left: 0;
    margin-left: 0;
    margin: auto;
  }
}
.o-flex--ver2__item__r {
  width: 48.4375vw;
  flex-shrink: 0;
}
@media only screen and (max-width: 559px) {
  .o-flex--ver2__item__r {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
  }
}
.o-flex--ver2__ttlgroup {
  display: flex;
  flex-direction: column;
  position: relative;
  left: 0;
}
.o-flex--ver2__ttlgroup::after {
  content: "";
  width: 100vw;
  height: 1px;
  background: #f00;
  display: block;
  position: absolute;
  bottom: -1rem;
  left: 0;
  margin-left: calc((100% - 136.6rem) / 2);
}
@media only screen and (max-width: 559px) {
  .o-flex--ver2__ttlgroup::after {
    left: inherit;
    right: 0;
    margin-left: auto;
  }
}
.o-flex--ver2__ttl {
  font-size: clamp(2.1rem, 1.7359223301rem + 0.9708737864vw, 3.6rem);
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.4;
  padding-block: clamp(1rem, 0.3932038835rem + 1.6181229773vw, 3.5rem) clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  padding-left: calc((100% - 136.6rem) / 2);
}
@media only screen and (max-width: 559px) {
  .o-flex--ver2__ttl {
    padding-left: 0;
  }
}
.o-flex--ver2__enttl {
  font-size: clamp(1.3rem, 1.0815533981rem + 0.5825242718vw, 2.2rem);
  letter-spacing: 0.05em;
  font-weight: 400;
  padding-left: calc((100% - 136.6rem) / 2);
}
@media only screen and (max-width: 559px) {
  .o-flex--ver2__enttl {
    padding-left: 0;
  }
}
.o-flex--ver2__textarea {
  margin-block: clamp(4rem, 3.5145631068rem + 1.2944983819vw, 6rem) clamp(4.5rem, 4.0145631068rem + 1.2944983819vw, 6.5rem);
}
.o-flex--ver2__text {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.75;
}
.o-flex--ver2__text:not(:last-child) {
  margin-bottom: 1.5em;
}
.o-flex--ver2 .o-btn__link {
  margin-inline: 0;
}
.o-flex--ver2:not(:last-of-type) {
  margin-bottom: clamp(8rem, 7.5145631068rem + 1.2944983819vw, 10rem);
}

/*drawer*/ /*---------------数値など任意で書き換えを行う----------------------*/
@media only screen and (max-width: 559px) {
  .drawer-hamburger {
    right: 0.8rem !important;
    top: 0.8rem;
    width: 5rem;
    background: #040000;
    border-radius: 50%;
    height: 1.8rem;
  }
}

.drawer-open .drawer-hamburger {
  background: #040000;
  right: 3rem;
  top: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .drawer-open .drawer-hamburger {
    right: 1.5rem;
    top: 1rem;
  }
}

.drawer--right.drawer-hamburger,
.drawer--right.drawer-open .drawer-hamburger {
  background-color: #040000;
}
@media only screen and (max-width: 559px) {
  .drawer--right.drawer-hamburger,
  .drawer--right.drawer-open .drawer-hamburger {
    right: 1.5rem !important;
    top: 1rem !important;
  }
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after,
.drawer--right.drawer-open .drawer-hamburger-icon {
  background-color: #fff;
  width: 2.7rem;
  margin-inline: auto;
}

.drawer--right .drawer-hamburger-icon,
.drawer--right.drawer-open .drawer-hamburger-icon {
  background-color: #fff;
}

.drawer--right.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-hamburger:hover {
  background-color: #040000;
}

.drawer--right.drawer-open .drawer-hamburger {
  z-index: 9999;
}

.drawer-nav {
  width: 100%;
  right: -100%;
  z-index: 500;
  padding: 1rem !important;
  background: #fff;
}
@media only screen and (max-width: 559px) {
  .drawer-nav {
    width: 100%;
    right: -100%;
    padding: 1rem 1.5rem;
  }
}

.drawer--right.drawer-open .hdr-inner {
  padding-right: 9rem;
}

.drawer--right .drawer-nav {
  right: -100%;
}
@media only screen and (max-width: 559px) {
  .drawer--right .drawer-nav {
    right: -100%;
  }
}

.drawer-open .drawer-nav {
  overflow-y: auto;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

.drawer-nav .logo {
  width: 20.7rem;
}

.drawer-nav::-webkit-scrollbar {
  display: none;
}

.drawer-open .drawer-nav .mypage.login {
  width: 100%;
  text-align: center;
  padding-bottom: 1rem;
}

@media only screen and (max-width: 559px) {
  header.l-hdr .drawer-nav .mypage {
    margin-right: 0;
    width: 88%;
    justify-content: center;
    gap: 1rem;
    margin: 0 auto 4rem;
    border-bottom: solid 1px;
  }
}
header.l-hdr .drawer-nav .mypage p.name {
  display: block;
}
@media only screen and (max-width: 559px) {
  header.l-hdr .drawer-nav .mypage p.name {
    font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
    text-align: center;
    margin-bottom: 0.5rem;
  }
}

header.l-hdr .drawer-nav .mypage a {
  color: var(--baseColor);
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

header.l-hdr .drawer-nav .mypage img:first-child {
  top: 0;
}

.drawer-open .drawer-nav .mypage-list {
  bottom: inherit;
  top: 15.5rem;
  right: inherit;
  left: 50%;
  transform: translateX(-50%);
}

.drawer-nav .wrapper {
  display: flex;
  gap: 20rem;
  justify-content: center;
  margin-top: 5rem;
}
@media only screen and (max-width: 559px) {
  .drawer-nav .wrapper {
    padding-inline: 0;
    gap: 0;
    flex-direction: column;
    margin-top: 6rem;
  }
}

.drawer-nav .flex-c {
  gap: 6vw;
}

.drawer-nav .drawer-menu {
  flex-direction: column;
  margin-top: 0;
  gap: 3rem;
  display: flex;
}
@media only screen and (max-width: 559px) {
  .drawer-nav .drawer-menu {
    gap: 2rem;
  }
}

.drawer-nav .drawer-menu li {
  position: relative;
}

.drawer-nav .drawer-menu li.hover {
  padding: 2.5rem 0 1rem;
  position: relative;
}

.drawer-nav .drawer-menu a {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  font-weight: 500;
  color: var(--baseColor);
  padding: 0;
}
@media only screen and (max-width: 559px) {
  .drawer-nav .drawer-menu a {
    text-align: center;
  }
}

.drawer-nav .drawer-menu.second {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .drawer-nav .drawer-menu.second {
    gap: 1rem;
    margin-top: 4rem;
  }
}

.drawer-nav .drawer-menu.second a {
  padding: 0;
  font-size: clamp(1.1rem, 0.9300970874rem + 0.4530744337vw, 1.8rem);
}
@media only screen and (max-width: 559px) {
  .drawer-nav .drawer-menu.second a {
    text-align: center;
  }
}

.drawer-open .drawer-nav .sub-menu {
  /*    transition: .4s;*/
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 1rem 2rem 1.5rem;
  background: rgba(4, 0, 0, 0.8);
  width: 30rem;
  z-index: 1;
  top: 6rem;
  left: 0;
  top: 4rem;
  border-radius: 0.3rem;
}
@media only screen and (max-width: 559px) {
  .drawer-open .drawer-nav .sub-menu {
    left: 50%;
    top: 3rem;
    transform: translateX(-50%);
    min-width: 80%;
  }
}
.drawer-open .drawer-nav .sub-menu a {
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  letter-spacing: 0.05em;
}

.drawer-open .drawer-nav li a.on + .sub-menu {
  transition: 0.4s;
  visibility: visible;
  opacity: 1;
}

.drawer-open .drawer-nav li a.on + .sub-menu a {
  color: #fff;
  letter-spacing: 0.05em;
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  text-align: center;
  display: block;
  padding: 1.5rem 0 1rem;
}

.drawer-open .drawer-nav li a.on + .sub-menu li:not(:last-child) {
  border-bottom: dashed 1px #fff;
}

.drawer-menu-item:hover {
  text-decoration: none;
}

.hero__slider img {
  width: 100%;
  height: 18.2rem;
  object-fit: cover;
  border-radius: clamp(0.3rem, 0.2514563107rem + 0.1294498382vw, 0.5rem);
}

.student-testimonials__wrap {
  display: flex;
  justify-content: center;
  gap: 4rem;
  width: 80vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 559px) {
  .student-testimonials__wrap {
    width: 100%;
    transform: translateX(0);
    left: 0;
  }
}
.student-testimonials__wrap .swiper-slide {
  width: calc((100% - 12rem) / 4);
}
@media only screen and (max-width: 559px) {
  .student-testimonials__wrap .swiper-slide {
    width: 100%;
  }
}

.student-testimonials__slider__navi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  margin-block: clamp(2rem, 1.3932038835rem + 1.6181229773vw, 4.5rem) clamp(2.5rem, 2.2572815534rem + 0.6472491909vw, 3.5rem);
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .student-testimonials__slider__navi {
    margin-top: 2rem;
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 1rem;
}
@media only screen and (max-width: 559px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1rem;
  }
}

.swiper-pagination-bullet {
  background: #d1d1d1;
  opacity: 1;
  width: 1rem;
  height: 1rem;
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 559px) {
  .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
  }
}

.swiper-pagination-bullet-active {
  background: var(--main10Color);
  position: relative;
}

.swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: var(--mainColor);
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media only screen and (max-width: 559px) {
  .swiper-pagination-bullet-active::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  background: url(../img/arrow2.webp) no-repeat center center/cover;
}

.swiper-button-next:after {
  transform: rotate(-90deg);
}

.swiper-button-prev:after {
  transform: rotate(90deg);
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  position: static;
}

.swiper-pagination {
  margin-inline: 2rem;
  width: auto !important;
}
@media only screen and (max-width: 559px) {
  .swiper-pagination {
    margin-inline: 3rem;
  }
}

.swiper-button-next,
.swiper-button-prev {
  margin-top: 0;
  width: 4.6rem;
  height: 4.6rem;
}
@media only screen and (max-width: 559px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.8;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: inherit;
  content: "";
  width: 4.6rem;
  height: 4.6rem;
  display: block;
}
@media only screen and (max-width: 559px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.swiper {
  overflow: visible;
}

.swiper-slide {
  overflow: hidden;
}

@media only screen and (max-width: 559px) {
  .student-testimonials .swiper-slide-next,
  .student-testimonials .swiper-slide-prev {
    opacity: 0.5;
  }
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-active .student-testimonials__wrap {
  gap: 0;
  justify-content: inherit;
  left: 0;
  transform: translateX(0);
}
.swiper-active .swiper-slide {
  opacity: 0.5;
}
.swiper-active .swiper-slide-next,
.swiper-active .swiper-slide-prev,
.swiper-active .swiper-slide-active {
  opacity: 1;
}

/*====================================================================
　モーダル/*---------------数値など任意で書き換えを行う---------------------
====================================================================*/
/* =========================================
   Modal Component
========================================= */
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.c-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.c-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.c-modal__container {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.c-modal__close {
  position: absolute;
  top: -4.5rem;
  right: 0;
  width: 3.6rem;
  height: 3.6rem;
  background: transparent;
  border: none;
  cursor: pointer;
}
.c-modal__close::before, .c-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition: opacity 0.3s ease;
}
.c-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-modal__close:hover::before, .c-modal__close:hover::after {
  opacity: 0.7;
}
@media only screen and (max-width: 559px) {
  .c-modal__close {
    top: -3.5rem;
    width: 2.8rem;
    height: 2.8rem;
  }
}
.c-modal__content {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: #040000;
}
.c-modal__content video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.o-faq {
  max-width: 74rem;
  margin-inline: auto;
  margin-top: clamp(4rem, 3.8786407767rem + 0.3236245955vw, 4.5rem);
}
@media only screen and (max-width: 559px) {
  .o-faq {
    max-width: 88%;
    margin-inline: auto;
    margin-top: 3.5rem;
  }
}

.o-faq__item {
  margin-bottom: 10px;
  overflow: hidden;
}

.o-faq__question {
  width: 100%;
  padding: 1rem 1.5rem;
  background-color: transparent;
  border: none;
  border-bottom: 2px dotted #8c8c8c;
  cursor: pointer;
  text-align: left;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
}
@media only screen and (max-width: 559px) {
  .o-faq__question {
    padding: 0.5rem 0;
  }
}
.o-faq__question::after {
  content: "";
  background: url(../img/arrow2.webp) no-repeat center center/contain;
  width: 3.8rem;
  height: 3.8rem;
  transition: 0.4s;
}
@media only screen and (max-width: 559px) {
  .o-faq__question::after {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.o-faq__question .o-faq__mark__q {
  display: flex;
  color: var(--mainColor);
  margin-right: 0.5rem;
}

.js-open .o-faq__question::after {
  transform: rotate(-180deg);
  transition: 0.4s;
}

.o-faq__question__text {
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  display: flex;
}

.o-faq__answer {
  display: none;
  transition: max-height 0.5s ease-out;
  background: var(--main10Color);
  border-radius: clamp(0.5rem, 0.3786407767rem + 0.3236245955vw, 1rem);
}
.o-faq__answer__inner {
  display: flex;
  padding: 3rem 3.5rem 2.5rem;
}
@media only screen and (max-width: 559px) {
  .o-faq__answer__inner {
    padding: 1.5rem 1.5rem 2rem;
  }
}
.o-faq__answer__text {
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
}
.o-faq__answer .o-faq__mark__a {
  display: flex;
  color: var(--mainColor);
  margin-right: 0.5rem;
}

/*-----------------------

       header /*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
.l-hdr {
  padding: 2.5rem 3.5rem 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media only screen and (max-width: 559px) {
  .l-hdr {
    padding: 1rem 8.5rem 1rem 1rem;
  }
}
.l-hdr__inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
  gap: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
}
@media only screen and (max-width: 559px) {
  .l-hdr__inner {
    align-items: center;
  }
}
.l-hdr__logo {
  width: 539.3258426966vw;
  opacity: 1;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transform: translateY(0);
}
@media only screen and (max-width: 559px) {
  .l-hdr__logo {
    width: 16.7rem;
  }
}
.l-hdr__logo.is-hidden {
  opacity: 0;
  transform: translateY(-10px);
}
.l-hdr__topcolumn {
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
}
.l-hdr__topcolumn .mypage p {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.l-hdr__login__link {
  text-align: center;
  display: flex;
  align-items: center;
}
.l-hdr__login__icon {
  vertical-align: text-bottom;
  margin-right: 1rem;
}
.l-hdr__login__arrow {
  margin-left: 1rem;
}
.l-hdr__cart {
  margin-left: 2rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__cart img {
    width: 2.8rem;
    height: 2.6rem;
  }
}
.l-hdr__cart__link {
  display: flex;
  align-items: center;
}
.l-hdr__cart__count {
  border-radius: 50%;
  line-height: 1;
  font-size: clamp(1rem, 0.854368932rem + 0.3883495146vw, 1.6rem);
  font-weight: 600;
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0 0 -1rem;
  background: rgba(4, 0, 0, 0.8);
  color: #fff;
}
@media only screen and (max-width: 559px) {
  .l-hdr__cart__count {
    width: 2.3rem;
    height: 2.3rem;
    margin: 0.5rem -0.5rem 0 -1rem;
  }
}
.l-hdr__navi {
  display: flex;
  margin-top: 1.5rem;
  justify-content: flex-end;
}
.l-hdr__menu {
  display: flex;
  gap: 0.78125vw;
}
.l-hdr__menu__item {
  position: relative;
}
.l-hdr__menu__item:not(:nth-last-child(1)):not(:nth-last-child(2)) .l-hdr__menu__link::after {
  content: "|";
  padding-left: 0.78125vw;
}
.l-hdr__menu__item:hover .l-hdr__submenu {
  top: 3.5rem;
  visibility: visible;
  opacity: 0.9;
  z-index: 9999;
  display: block;
}
.l-hdr__menu__link {
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
}
.l-hdr__menu__link--ver2 {
  border-radius: 3rem;
  padding: 0.5rem 2rem;
  margin-left: 1rem;
}
.l-hdr__submenu {
  position: absolute;
  top: 3.5rem;
  left: 0;
  width: fit-content;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  padding: 1.3rem 8% 2rem;
  flex-direction: column;
  z-index: 9999;
  margin-top: 0;
  border-radius: 1rem;
}
.l-hdr__submenu__item {
  border: none;
  width: 100%;
}
.l-hdr__submenu__item:not(:last-child) {
  border-bottom: dashed 1px #fff;
}
.l-hdr__submenu__link {
  font-size: 1.6rem;
  padding: 2rem 0 1rem;
  display: block;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.l-hdr__submenu:hover {
  color: #fff;
}
.l-hdr header.l-hdr .mypage {
  border-bottom: none;
  width: auto;
  margin-bottom: 0;
  margin-left: auto;
  position: relative;
  gap: 1rem;
}
.l-hdr header.l-hdr .mypage a {
  align-items: center;
  gap: 1rem;
}
.l-hdr header.l-hdr .mypage a img {
  top: 0;
}
.l-hdr header .mypage img:first-child {
  top: 0;
}
@media only screen and (max-width: 559px) {
  .l-hdr header .mypage img:first-child {
    width: 2.2rem;
  }
}
@media only screen and (max-width: 559px) {
  .l-hdr header.l-hdr .mypage p.name {
    display: none;
  }
}
@media only screen and (max-width: 559px) {
  .l-hdr header.l-hdr .mypage p.name + p {
    display: none;
  }
}
.l-hdr header.l-hdr .mypage-list {
  top: 3.5rem;
  background: rgba(219, 104, 67, 0.6);
}
@media only screen and (max-width: 559px) {
  .l-hdr header.l-hdr .mypage-list {
    bottom: inherit;
    width: 21rem;
    top: 2.5rem;
  }
}
.l-hdr header.l-hdr .mypage-list :first-child {
  margin-top: 0;
}
@media only screen and (max-width: 559px) {
  .l-hdr header.l-hdr .mypage-item a {
    font-size: 1.4rem;
  }
}
.l-hdr header.l-hdr .mypage.down p span {
  transform: rotate(0);
  display: block;
}
.l-hdr header.l-hdr .mypage.down p span {
  transform: rotate(180deg);
}

/*-----------------------

      footer/*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
.l-footer {
  position: relative;
}
@media only screen and (max-width: 559px) {
  .l-footer__bg {
    position: relative;
    top: -16rem;
  }
}
.l-footer__bg img {
  width: 100%;
  height: auto;
}
.l-footer__inner {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.l-footer__logo {
  width: 19.7395833vw;
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 559px) {
  .l-footer__logo {
    width: 22.8rem;
  }
}
.l-footer__navList {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.2rem 0;
  margin-bottom: 2rem;
  margin-top: clamp(1.5rem, 1.2572815534rem + 0.6472491909vw, 2.5rem);
}
@media only screen and (max-width: 559px) {
  .l-footer__navList {
    gap: 0;
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
}
.l-footer__navItem {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 559px) {
  .l-footer__navItem {
    margin-bottom: 0;
  }
}
.l-footer__navItem:not(:last-child)::after {
  content: "|";
  display: inline-block;
  margin-inline: 1.2rem;
  font-size: clamp(1.2rem, 1.1514563107rem + 0.1294498382vw, 1.4rem);
}
@media only screen and (max-width: 559px) {
  .l-footer__navItem:not(:last-child)::after {
    display: none;
  }
}
.l-footer__navLink {
  font-size: clamp(1.2rem, 1.1514563107rem + 0.1294498382vw, 1.4rem);
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.4s ease;
  letter-spacing: 0.05em;
}
.l-footer__navLink:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 559px) {
  .l-footer__navLink {
    flex-direction: column;
    line-height: 2;
  }
}
.l-footer__copy {
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.l-footer__copyright {
  font-size: clamp(1rem, 0.9029126214rem + 0.2588996764vw, 1.4rem);
  font-weight: 400;
  margin-top: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
  letter-spacing: 0em;
}
.l-footer .ft-navi {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.87);
  padding: 1rem 2rem 0;
  display: none;
}
.l-footer .ft-navi .ft-navi__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -2rem;
}
.l-footer .ft-navi .ft-navi__item {
  flex-grow: 1;
}
.l-footer .ft-navi .ft-navi__item img {
  width: 100%;
}

/*-----------------------

    TOP  

-----------------------*/
/* =========================================
   Main Visual Slider (.p-top-mv)
========================================= */
.p-top-mv {
  position: relative;
}
.p-top-mv__inner {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.p-top-mv__track {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-top-mv__item {
  flex: 0 0 100%;
  min-width: 100%;
  width: 100%;
}
.p-top-mv__item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* =========================================
   Concept Section
========================================= */
.p-top-concept {
  text-align: center;
}
.p-top-concept__bg {
  background-color: #f2f2f2;
  padding-block: clamp(7rem, 5.3009708738rem + 4.5307443366vw, 14rem);
}
.p-top-concept__mark img {
  width: 5.625vw;
  height: 5.625vw;
  margin: 0 auto;
}
@media only screen and (max-width: 559px) {
  .p-top-concept__mark img {
    width: 6.5rem;
    height: 4.4rem;
  }
}
.p-top-concept__problem-heading {
  font-size: 2.083333vw;
  font-weight: 700;
  margin-block: clamp(2.5rem, 1.8932038835rem + 1.6181229773vw, 5rem) clamp(6rem, 5.1504854369rem + 2.2653721683vw, 9.5rem);
  line-height: 1.5;
  letter-spacing: 0.8em;
}
@media only screen and (max-width: 559px) {
  .p-top-concept__problem-heading {
    font-size: 2.2rem;
    letter-spacing: 0.25em;
  }
}
.p-top-concept__sub-en {
  display: block;
  font-size: 0.72916vw;
  font-weight: 700;
  margin-top: clamp(1.5rem, 1.0145631068rem + 1.2944983819vw, 3.5rem);
  letter-spacing: 0.8em;
}
@media only screen and (max-width: 559px) {
  .p-top-concept__sub-en {
    font-size: 0.8rem;
    letter-spacing: 0.5em;
    line-height: 1.75;
  }
}
.p-top-concept__list {
  display: flex;
  justify-content: center;
  gap: 2.0833vw;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 559px) {
  .p-top-concept__list {
    flex-direction: column;
    align-items: center;
    gap: 3.5rem;
  }
}
.p-top-concept__item {
  flex: 1;
  width: calc((100% - 8rem) / 3);
}
@media only screen and (max-width: 559px) {
  .p-top-concept__item {
    width: 90%;
  }
}
.p-top-concept__item-title {
  font-size: 2.9166vw;
  font-weight: 700;
  font-style: italic;
  margin-block: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .p-top-concept__item-title {
    font-size: 3.4rem;
  }
}
.p-top-concept__item-text {
  font-size: 1.1458333vw;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media only screen and (max-width: 559px) {
  .p-top-concept__item-text {
    font-size: 1.8rem;
  }
}
.p-top-concept__catch {
  font-size: 2.8125vw;
  font-weight: 700;
  text-align: center;
  margin-top: -3.5rem;
  letter-spacing: 0.8em;
}
@media screen and (max-width: 1024px) {
  .p-top-concept__catch {
    margin-top: -2rem;
  }
}
@media only screen and (max-width: 559px) {
  .p-top-concept__catch {
    font-size: 2.4rem;
    margin-top: -1.5rem;
    letter-spacing: 0.2em;
  }
}
.p-top-concept__sub-ja {
  font-size: clamp(2.2rem, 1.7145631068rem + 1.2944983819vw, 4.2rem);
  font-weight: 700;
  text-align: center;
  margin-top: clamp(8rem, 6.0582524272rem + 5.1779935275vw, 16rem);
  letter-spacing: 0.1em;
}
.p-top-concept__main-heading {
  font-size: clamp(3rem, 2.2233009709rem + 2.071197411vw, 6.2rem);
  font-weight: 700;
  margin-top: clamp(2.5rem, 1.4077669903rem + 2.9126213592vw, 7rem);
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.p-top-concept__tape {
  margin-top: clamp(5rem, 3.4223300971rem + 4.2071197411vw, 11.5rem);
}
.p-top-concept__tape img {
  max-width: 22.8125vw;
  margin: 0 auto;
}
@media only screen and (max-width: 559px) {
  .p-top-concept__tape img {
    max-width: 21rem;
  }
}
.p-top-concept__brand {
  margin-top: clamp(2rem, 1.1504854369rem + 2.2653721683vw, 5.5rem);
}
.p-top-concept__brand img {
  max-width: 25.104166vw;
  margin: 0 auto;
}
@media only screen and (max-width: 559px) {
  .p-top-concept__brand img {
    max-width: 23.7rem;
  }
}
.p-top-concept__reason {
  font-size: clamp(2.8rem, 2.2660194175rem + 1.4239482201vw, 5rem);
  font-weight: 700;
  margin-top: clamp(6rem, 4.0582524272rem + 5.1779935275vw, 14rem);
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .p-top-concept__reason {
    line-height: 1.4;
  }
}
.p-top-concept__desc {
  font-size: clamp(1.6rem, 1.454368932rem + 0.3883495146vw, 2.2rem);
  margin-top: clamp(5.5rem, 4.4077669903rem + 2.9126213592vw, 10rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
}
.p-top-concept__desc p {
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .p-top-concept__desc p {
    text-align: left;
  }
}
.p-top-concept__desc p:not(:first-child) {
  margin-top: 2em;
}
@media only screen and (max-width: 559px) {
  .p-top-concept__desc {
    padding-inline: 6%;
    line-height: 1.75;
  }
}
.p-top-concept__btn {
  display: flex;
  justify-content: center;
  margin-top: clamp(4rem, 2.0582524272rem + 5.1779935275vw, 12rem);
  text-align: center;
}
.p-top-concept__btn a {
  font-size: clamp(2.2rem, 1.8601941748rem + 0.9061488673vw, 3.6rem);
  text-align: center;
  position: relative;
  line-height: 1;
  display: flex;
  margin-inline: auto;
  height: clamp(6rem, 5.0291262136rem + 2.5889967638vw, 10rem);
  align-items: center;
  justify-content: center;
  gap: clamp(1.2rem, 0.8844660194rem + 0.8414239482vw, 2.5rem);
  width: 74rem;
  transition: 0.5s;
  text-decoration: none !important;
  background-color: #040000;
  color: #fff !important;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .p-top-concept__btn a {
    width: 88%;
  }
}
.p-top-concept__btn a img {
  width: 2.39583333vw;
  height: auto;
}
@media only screen and (max-width: 559px) {
  .p-top-concept__btn a img {
    width: 2.8rem;
  }
}

/* =========================================
   Reason Section（選ばれている理由）
========================================= */
.p-top-reason {
  margin-top: clamp(2rem, 0.5436893204rem + 3.8834951456vw, 8rem);
  padding-top: clamp(7rem, 4.3300970874rem + 7.1197411003vw, 18rem);
  text-align: center;
  background-image: url("../img/top-reason_bg.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  max-width: 1920px;
  width: 100%;
  height: auto;
  /* 1段目：左にスクロール */
  /* 2段目：右にスクロール */
  /* 導入メッセージ */
  /* ボタン */
}
@media only screen and (max-width: 559px) {
  .p-top-reason {
    background-image: url("../img/top-reason_bg_sp.webp");
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-top-reason .wrapper {
  max-width: 75vw;
}
@media screen and (max-width: 1440px) {
  .p-top-reason .wrapper {
    max-width: 100%;
  }
}
.p-top-reason__partners {
  margin-top: clamp(4.5rem, 3.4077669903rem + 2.9126213592vw, 9rem);
}
.p-top-reason__partner + .p-top-reason__partner {
  margin-top: clamp(4.5rem, 3.1650485437rem + 3.5598705502vw, 10rem);
}
.p-top-reason__partner-banner img {
  width: 35.98958333vw;
  height: 15.625vw;
}
@media only screen and (max-width: 559px) {
  .p-top-reason__partner-banner img {
    width: 100%;
    height: auto;
  }
}
.p-top-reason__partner-logo img {
  width: 12.23958333vw;
  height: 12.23958333vw;
}
@media only screen and (max-width: 559px) {
  .p-top-reason__partner-logo img {
    width: 14rem;
    height: 14rem;
  }
}
.p-top-reason__partner-name {
  margin-top: clamp(2rem, 1.6359223301rem + 0.9708737864vw, 3.5rem);
  font-size: clamp(2.8rem, 2.2174757282rem + 1.5533980583vw, 5.2rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0em;
}
.p-top-reason__partner-name span {
  font-size: clamp(2rem, 1.5631067961rem + 1.1650485437vw, 3.8rem);
  letter-spacing: 0.1em;
}
.p-top-reason__movies {
  margin-top: clamp(3rem, 2.2718446602rem + 1.9417475728vw, 6rem);
  display: flex;
  justify-content: center;
  gap: clamp(3.5rem, 3.0145631068rem + 1.2944983819vw, 5.5rem);
  list-style: none;
}
@media only screen and (max-width: 559px) {
  .p-top-reason__movies {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.p-top-reason__movie-item {
  width: calc((100% - 5.5rem) / 2);
}
@media only screen and (max-width: 559px) {
  .p-top-reason__movie-item {
    width: 100%;
  }
}
.p-top-reason__movie-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.p-top-reason__movie-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-reason__movie-title {
  margin-top: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  font-size: clamp(1.6rem, 1.3087378641rem + 0.7766990291vw, 2.8rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0em;
}
.p-top-reason__associations {
  margin-top: clamp(5rem, 3.3009708738rem + 4.5307443366vw, 12rem);
  display: flex;
  justify-content: center;
  gap: 7.8125vw;
}
@media screen and (max-width: 1024px) {
  .p-top-reason__associations {
    gap: 3vw;
  }
}
@media only screen and (max-width: 559px) {
  .p-top-reason__associations {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    width: 100%;
  }
}
.p-top-reason__association {
  width: calc((100% - 15.625vw) / 3);
}
@media screen and (max-width: 1024px) {
  .p-top-reason__association {
    width: calc((100% - 6vw) / 3);
  }
}
@media only screen and (max-width: 559px) {
  .p-top-reason__association {
    width: 100%;
  }
}
.p-top-reason__association-logo img {
  width: 16.09375vw;
  height: auto;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .p-top-reason__association-logo img {
    width: 18.5rem;
  }
}
.p-top-reason__association-name {
  font-size: clamp(1.4rem, 1.2058252427rem + 0.5177993528vw, 2.2rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0em;
}
.p-top-reason__association-name span {
  font-size: clamp(1.8rem, 1.5572815534rem + 0.6472491909vw, 2.8rem);
  display: block;
  letter-spacing: 0.05em;
}
.p-top-reason__association-name span.small {
  display: inline-block;
  font-size: clamp(1.4rem, 1.1572815534rem + 0.6472491909vw, 2.4rem);
}
@media only screen and (max-width: 559px) {
  .p-top-reason__association:nth-child(3) .p-top-reason__association-name {
    margin-top: -3.5rem;
    position: relative;
  }
}
.p-top-reason__sliders {
  margin-top: clamp(8.5rem, 7.1650485437rem + 3.5598705502vw, 14rem);
  overflow: hidden;
}
.p-top-reason__slider {
  width: 100%;
  overflow: hidden;
}
.p-top-reason__slider + .p-top-reason__slider {
  margin-top: clamp(2.5rem, 2.3786407767rem + 0.3236245955vw, 3rem);
}
.p-top-reason__slider-track {
  display: flex;
  width: max-content;
  will-change: transform;
}
.p-top-reason__slider-track img {
  display: block;
  height: auto;
  flex-shrink: 0;
  margin-right: 5rem;
  width: 100vw;
}
@media only screen and (max-width: 559px) {
  .p-top-reason__slider-track img {
    width: auto;
    height: 6.3rem;
  }
}
.p-top-reason__slider--left .p-top-reason__slider-track {
  animation: loop-left 35s linear infinite;
}
.p-top-reason__slider--right .p-top-reason__slider-track {
  animation: loop-right 35s linear infinite;
}
.p-top-reason__intro-title {
  margin-top: clamp(5.5rem, 4.8932038835rem + 1.6181229773vw, 8rem);
  font-size: clamp(2rem, 1.7087378641rem + 0.7766990291vw, 3.2rem);
  font-weight: 700;
  text-align: center;
  line-height: 1.7590625;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .p-top-reason__intro-title {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 559px) {
  .p-top-reason__intro-title {
    font-size: 2rem;
    line-height: 1.65;
  }
}
.p-top-reason__intro-text {
  margin-top: clamp(5.5rem, 4.8932038835rem + 1.6181229773vw, 8rem);
  font-size: clamp(1.6rem, 1.454368932rem + 0.3883495146vw, 2.2rem);
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .p-top-reason__intro-text {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 559px) {
  .p-top-reason__intro-text {
    margin-top: 5rem;
    text-align: left;
  }
}
.p-top-reason__btn-wrap {
  margin-top: clamp(4rem, 3.5145631068rem + 1.2944983819vw, 6rem);
}

/* =========================================
   Keyframes (無限ループアニメーション)
========================================= */
@keyframes loop-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes loop-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
/* =========================================
   YouTube Section (Swiper Carousel)
========================================= */
.p-top-youtube {
  margin-top: clamp(7.5rem, 4.4660194175rem + 8.0906148867vw, 20rem);
  overflow: hidden;
}
.p-top-youtube__slider {
  margin-top: 6.5rem;
  margin-right: calc(50% - 50vw) !important;
  margin-left: 0 !important;
}
@media only screen and (max-width: 559px) {
  .p-top-youtube__slider {
    padding-left: 3%;
    padding-right: 3%;
    margin-top: 4rem;
  }
}
.p-top-youtube__slide {
  height: auto;
}
.p-top-youtube__thumb-btn {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}
.p-top-youtube__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.p-top-youtube__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 1rem;
}
.p-top-youtube__thumb:hover img {
  transform: scale(1.05);
}
.p-top-youtube__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7.4rem;
  height: 5.1rem;
  background-color: #c1272d;
  border-radius: 1.6rem;
  transition: background-color 0.3s ease;
}
@media only screen and (max-width: 559px) {
  .p-top-youtube__play-icon {
    width: 4.5rem;
    height: 3.2rem;
    border-radius: 1rem;
  }
}
.p-top-youtube__play-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 0.9rem 0 0.9rem 1.4rem;
  border-color: transparent transparent transparent #ffffff;
}
.p-top-youtube__thumb-btn:hover .p-top-youtube__play-icon {
  background-color: rgb(255, 0, 0);
}
.p-top-youtube__slide-title {
  margin-top: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  word-break: break-word;
}
.p-top-youtube__controls {
  margin-top: clamp(2.5rem, 2.1359223301rem + 0.9708737864vw, 4rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 559px) {
  .p-top-youtube__controls {
    flex-direction: column-reverse;
  }
}
.p-top-youtube__channel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 32rem;
  height: 5.5rem;
  background-color: #040000;
  color: #ffffff !important;
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  font-weight: 700;
  border-radius: 2.5rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
  text-decoration: none !important;
  letter-spacing: 0.05em;
  position: relative;
}
.p-top-youtube__channel-btn::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url("../img/arrow.svg") no-repeat center center/cover;
}
.p-top-youtube__channel-btn:hover {
  opacity: 0.8;
}
.p-top-youtube__nav {
  display: flex;
  gap: 1.6rem;
}
@media only screen and (max-width: 559px) {
  .p-top-youtube__nav {
    margin-bottom: 2.5rem;
  }
}
.p-top-youtube__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border: 0.1rem solid #040000;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.p-top-youtube__arrow::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 0.1rem solid #040000;
  border-right: 0.1rem solid #040000;
}
.p-top-youtube__arrow--prev::after {
  transform: rotate(-135deg);
  margin-left: 0.3rem;
}
.p-top-youtube__arrow--next::after {
  transform: rotate(45deg);
  margin-right: 0.3rem;
}
.p-top-youtube__arrow:hover {
  background-color: #f2f2f2;
}
.p-top-youtube__arrow.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}

/* =========================================
   Modal Video Component (動画専用モーダル)
========================================= */
.c-modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.c-modal-video.is-open {
  opacity: 1;
  visibility: visible;
}
.c-modal-video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}
.c-modal-video__content {
  position: relative;
  width: 90%;
  max-width: 90rem;
  z-index: 1;
}
.c-modal-video__close-btn {
  position: absolute;
  top: -4.4rem;
  right: 0;
  width: 3.6rem;
  height: 3.6rem;
  background: transparent;
  border: none;
  cursor: pointer;
}
.c-modal-video__close-btn::before, .c-modal-video__close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.8rem;
  height: 0.2rem;
  background-color: #ffffff;
}
.c-modal-video__close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal-video__close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-modal-video__container {
  position: relative;
  width: 100%;
  max-width: 100rem;
  aspect-ratio: 16/9;
  background-color: #040000;
}
@media only screen and (max-width: 559px) {
  .c-modal-video__container {
    max-width: 100%;
  }
}
.c-modal-video__container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  border: none;
}

/* =========================================
   Features Section (かぶれない、はがれない理由)
========================================= */
.p-top-features {
  position: relative;
  padding-block: clamp(7rem, 6.1504854369rem + 2.2653721683vw, 10.5rem) clamp(5.5rem, 4.7718446602rem + 1.9417475728vw, 8.5rem);
  margin-top: clamp(7.7rem, 5.5640776699rem + 5.6957928803vw, 16.5rem);
  background-color: #040000;
  background: url("../img/top-features_bg.webp") no-repeat center bottom/cover;
  color: #ffffff;
}
@media only screen and (max-width: 559px) {
  .p-top-features {
    background: url("../img/top-features_bg_sp.webp") no-repeat center bottom/cover;
  }
}
.p-top-features__head {
  text-align: center;
}
.p-top-features__logo {
  display: flex;
  justify-content: center;
}
.p-top-features__logo img {
  width: 13.854166vw;
  height: auto;
}
@media only screen and (max-width: 559px) {
  .p-top-features__logo img {
    width: 16rem;
  }
}
.p-top-features__lead {
  margin-top: clamp(3rem, 2.6359223301rem + 0.9708737864vw, 4.5rem);
  font-size: clamp(1.6rem, 1.454368932rem + 0.3883495146vw, 2.2rem);
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 559px) {
  .p-top-features__lead {
    text-align: left;
  }
}
.p-top-features__list {
  margin-top: clamp(4.5rem, 2.6796116505rem + 4.854368932vw, 12rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 559px) {
  .p-top-features__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.5rem 2rem;
  }
}
.p-top-features__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.p-top-features__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 30.9rem;
  height: 12.1rem;
}
.p-top-features__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-top-features__item-title {
  margin-top: clamp(2rem, 1.8786407767rem + 0.3236245955vw, 2.5rem);
  font-size: clamp(2.2rem, 1.8116504854rem + 1.0355987055vw, 3.8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 559px) {
  .p-top-features__item-title {
    margin-top: -1rem;
  }
}
.p-top-features__item-desc {
  margin-top: clamp(1.5rem, 1.2572815534rem + 0.6472491909vw, 2.5rem);
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.p-top-features__note {
  margin-top: clamp(6rem, 5.3932038835rem + 1.6181229773vw, 8.5rem);
  font-size: clamp(1.2rem, 1.054368932rem + 0.3883495146vw, 1.8rem);
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}

/* =========================================
   Products Section (あなたに合った1本を。)
========================================= */
.p-top-products {
  padding-top: clamp(9.5rem, 8.286407767rem + 3.2362459547vw, 14.5rem);
  /* スライダー左右矢印ボタン */
}
.p-top-products .wrapper {
  max-width: 75vw;
}
@media screen and (max-width: 1440px) {
  .p-top-products .wrapper {
    max-width: 100%;
  }
}
.p-top-products__head {
  text-align: center;
}
.p-top-products__lead {
  font-weight: 700;
  line-height: 1.5;
}
.p-top-products__slider-wrap {
  position: relative;
  margin-top: 9rem;
}
@media only screen and (max-width: 559px) {
  .p-top-products__slider-wrap {
    margin-top: 0;
    padding: 0;
  }
}
.p-top-products__slider {
  width: 100%;
  overflow: hidden;
}
.p-top-products__card {
  display: flex;
  align-items: center;
  gap: 5.20833333vw;
  margin: 0 auto;
}
@media only screen and (max-width: 559px) {
  .p-top-products__card {
    flex-direction: column;
    gap: 0;
  }
}
.p-top-products__image {
  flex: 1;
  width: 100%;
  flex-shrink: 0;
}
@media only screen and (max-width: 559px) {
  .p-top-products__image {
    width: 77%;
  }
}
.p-top-products__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.p-top-products__info {
  flex: 1;
  width: 50%;
  text-align: left;
  flex-shrink: 0;
}
@media only screen and (max-width: 559px) {
  .p-top-products__info {
    width: 100%;
  }
  .p-top-products__info .p-top-products__brand img {
    width: 9.2rem;
  }
}
.p-top-products__item-title {
  margin-top: clamp(1rem, 0.6359223301rem + 0.9708737864vw, 2.5rem);
  font-size: clamp(2rem, 1.5631067961rem + 1.1650485437vw, 3.8rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-top-products__spec {
  display: block;
  margin-top: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
  font-size: clamp(1.6rem, 1.4058252427rem + 0.5177993528vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-top-products__feature-head {
  margin-top: clamp(2rem, 1.6359223301rem + 0.9708737864vw, 3.5rem);
  font-size: clamp(1.6rem, 1.4058252427rem + 0.5177993528vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8333333333;
}
.p-top-products__feature-list {
  margin-top: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
}
.p-top-products__feature-list li {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  position: relative;
  margin-left: 2rem;
  text-indent: -2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.p-top-products__feature-list li::before {
  content: "◯";
  margin-right: 0.5rem;
}
.p-top-products__price-wrap {
  margin-top: clamp(3rem, 2.7572815534rem + 0.6472491909vw, 4rem);
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
}
.p-top-products__price {
  font-size: clamp(3.8rem, 3.0718446602rem + 1.9417475728vw, 6.8rem);
  font-weight: 700;
  letter-spacing: 0em;
}
.p-top-products__price span.small {
  font-size: clamp(3rem, 2.5631067961rem + 1.1650485437vw, 4.8rem);
}
.p-top-products__tax {
  font-size: clamp(1.4rem, 1.1572815534rem + 0.6472491909vw, 2.4rem);
  font-weight: 700;
  margin-left: 1rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .p-top-products__tax {
    margin-left: 0;
  }
}
.p-top-products__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 7rem;
  margin-top: clamp(2.5rem, 2.2572815534rem + 0.6472491909vw, 3.5rem);
  background-color: #040000;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: clamp(1.8rem, 1.6058252427rem + 0.5177993528vw, 2.6rem);
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s ease;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .p-top-products__btn {
    width: 100%;
    height: 5rem;
  }
}
.p-top-products__btn::after {
  content: "";
  position: absolute;
  right: 2.5rem;
  top: 50%;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 0.2rem solid #ffffff;
  border-right: 0.2rem solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 559px) {
  .p-top-products__btn::after {
    width: 1rem;
    height: 1rem;
  }
}
.p-top-products__btn:hover {
  opacity: 0.8;
}
.p-top-products__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.7291666vw;
  height: 5.7291666vw;
  border: 0.1rem solid #040000;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
@media only screen and (max-width: 559px) {
  .p-top-products__arrow {
    width: 3.9rem;
    height: 3.9rem;
    top: 14rem;
  }
}
.p-top-products__arrow::after {
  content: "";
  width: 2rem;
  height: 2rem;
  border-top: 0.1rem solid #040000;
  border-right: 0.1rem solid #040000;
}
@media only screen and (max-width: 559px) {
  .p-top-products__arrow::after {
    width: 1rem;
    height: 1rem;
  }
}
.p-top-products__arrow--prev {
  left: -10.9375vw;
}
@media only screen and (max-width: 1440px) {
  .p-top-products__arrow--prev {
    left: -5%;
  }
}
@media only screen and (max-width: 559px) {
  .p-top-products__arrow--prev {
    left: 0;
  }
}
.p-top-products__arrow--prev::after {
  transform: rotate(-135deg);
  margin-left: 0.4rem;
}
.p-top-products__arrow--next {
  right: -10.9375vw;
}
@media only screen and (max-width: 1440px) {
  .p-top-products__arrow--next {
    right: -5%;
  }
}
@media only screen and (max-width: 559px) {
  .p-top-products__arrow--next {
    right: 0;
  }
}
.p-top-products__arrow--next::after {
  transform: rotate(45deg);
  margin-right: 0.4rem;
}
.p-top-products__arrow:hover {
  background-color: #f2f2f2;
}
.p-top-products__arrow.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.p-top-products__bottom {
  margin-top: clamp(4rem, 1.8155339806rem + 5.8252427184vw, 13rem);
  text-align: center;
}
.p-top-products__sub-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 74rem;
  height: 8rem;
  border: 0.1rem solid #040000;
  background-color: #ffffff;
  text-decoration: none !important;
  color: #040000;
  font-size: clamp(1.6rem, 1.3572815534rem + 0.6472491909vw, 2.6rem);
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media only screen and (max-width: 559px) {
  .p-top-products__sub-btn {
    height: 5rem;
  }
}
.p-top-products__sub-btn::after {
  content: "";
  position: absolute;
  right: 3rem;
  top: 50%;
  width: 2rem;
  height: 2rem;
  border-top: 0.1rem solid #040000;
  border-right: 0.1rem solid #040000;
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.3s ease;
}
@media only screen and (max-width: 559px) {
  .p-top-products__sub-btn::after {
    width: 1rem;
    height: 1rem;
    right: 2.5rem;
  }
}
.p-top-products__sub-btn:hover {
  background-color: #f2f2f2;
}

/* =========================================
   KILO TAPE ATHLEAT & Notice Section
========================================= */
.p-top-athletes {
  margin-top: clamp(17.5rem, 16.8932038835rem + 1.6181229773vw, 20rem);
}
@media only screen and (max-width: 559px) {
  .p-top-athletes .wrapper {
    padding-inline: 0;
  }
}
.p-top-athletes__header {
  text-align: center;
}
.p-top-athletes__logo {
  display: flex;
  justify-content: center;
}
.p-top-athletes__logo img {
  width: 6.9791666vw;
  height: auto;
}
@media only screen and (max-width: 559px) {
  .p-top-athletes__logo img {
    width: 6.5rem;
  }
}
.p-top-athletes__title {
  font-size: clamp(3.2rem, 2.0349514563rem + 3.1067961165vw, 8rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .p-top-athletes__title {
    margin-top: 2rem;
  }
}
.p-top-athletes__subtitle {
  margin-top: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
  font-size: clamp(1.6rem, 1.3572815534rem + 0.6472491909vw, 2.6rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 559px) {
  .p-top-athletes__subtitle {
    letter-spacing: 0.05em;
    text-align: left;
  }
}
.p-top-athletes__badges {
  margin-top: clamp(2.5rem, 1.5291262136rem + 2.5889967638vw, 6.5rem);
  display: flex;
  justify-content: center;
  gap: 1.5625vw;
}
@media only screen and (max-width: 559px) {
  .p-top-athletes__badges {
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
  }
}
.p-top-athletes__badge-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 22.5rem;
  height: 13.1rem;
  background: url("../img/laurel_wreath_bg.webp") center center/contain no-repeat;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-top-athletes__badge-item {
    width: 18rem;
  }
}
@media only screen and (max-width: 559px) {
  .p-top-athletes__badge-item {
    width: 14.3rem;
    height: 8.3rem;
  }
  .p-top-athletes__badge-item:first-child {
    width: 100%;
    background-size: 14.3rem 8.3rem;
  }
}
.p-top-athletes__badge-num {
  font-size: clamp(3.5rem, 2.9902912621rem + 1.359223301vw, 5.6rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
.p-top-athletes__badge-num.f-ja {
  font-size: clamp(3rem, 2.6116504854rem + 1.0355987055vw, 4.6rem);
  margin-bottom: 1rem;
}
.p-top-athletes__badge-label {
  font-size: clamp(1.2rem, 0.9572815534rem + 0.6472491909vw, 2.2rem);
  font-weight: 700;
  line-height: 1.1818181818;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .p-top-athletes__bg {
    background: url(../img/top-athletes_list_bg_sp.webp) no-repeat center bottom/cover;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    padding-inline: 6%;
    position: relative;
    padding-bottom: 7.2rem;
  }
}
.p-top-athletes__content {
  margin-top: clamp(4rem, 3.0291262136rem + 2.5889967638vw, 8rem);
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.p-top-athletes__row {
  display: grid;
  grid-template-columns: 34.1rem 1fr;
  gap: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .p-top-athletes__row {
    grid-template-columns: 23rem 1fr;
  }
}
@media only screen and (max-width: 559px) {
  .p-top-athletes__row {
    grid-template-columns: 1fr;
  }
}
.p-top-athletes__category {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 34.1rem;
}
@media screen and (max-width: 1024px) {
  .p-top-athletes__category {
    max-width: 23rem;
  }
}
@media only screen and (max-width: 559px) {
  .p-top-athletes__category {
    max-width: 100%;
    align-items: center;
  }
}
.p-top-athletes__category-name {
  font-size: clamp(2.4rem, 2.472815534rem - 0.1941747573vw, 2.1rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .p-top-athletes__category-name {
    text-align: center;
    order: 2;
    margin-top: 0.5rem;
  }
}
.p-top-athletes__category-en {
  margin-top: 1rem;
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .p-top-athletes__category-en {
    text-align: center;
    order: 3;
    margin-top: 0.5rem;
  }
}
.p-top-athletes__category-icon {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .p-top-athletes__category-icon {
    margin-top: 0;
    order: 1;
    width: 11.5%;
  }
}
.p-top-athletes__category-desc {
  margin-top: 1rem;
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}
@media only screen and (max-width: 559px) {
  .p-top-athletes__category-desc {
    margin-top: 1.5rem;
    order: 4;
  }
}
.p-top-athletes__list {
  display: flex;
  justify-content: center;
  gap: 1.8229166vw 1.04166vw;
}
@media screen and (max-width: 1024px) {
  .p-top-athletes__list {
    gap: 0.5rem;
  }
}
@media only screen and (max-width: 559px) {
  .p-top-athletes__list {
    gap: 2rem 1.5rem;
    flex-wrap: wrap;
    width: 88%;
    margin-inline: auto;
    justify-content: flex-start;
  }
}
.p-top-athletes__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: calc((100% - 3.125vw) / 4);
}
@media screen and (max-width: 1024px) {
  .p-top-athletes__item {
    width: calc((100% - 1rem) / 4);
  }
}
@media only screen and (max-width: 559px) {
  .p-top-athletes__item {
    width: calc((100% - 2rem) / 2);
  }
}
.p-top-athletes__img {
  width: 100%;
  max-width: 11.5625vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 559px) {
  .p-top-athletes__img {
    max-width: 100%;
  }
}
.p-top-athletes__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-athletes__name {
  margin-top: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .p-top-athletes__name {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 559px) {
  .p-top-athletes__name {
    font-size: 1.6rem;
    font-weight: 500;
  }
}
.p-top-athletes__sport {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .p-top-athletes__sport {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 559px) {
  .p-top-athletes__sport {
    font-size: 1.6rem;
    font-weight: 500;
  }
}
.p-top-athletes__closing {
  margin-top: clamp(5rem, 3.786407767rem + 3.2362459547vw, 10rem);
  text-align: center;
}
.p-top-athletes__closing-catch {
  font-size: clamp(1.8rem, 1.5087378641rem + 0.7766990291vw, 3rem);
  font-weight: 700;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.05em;
}
.p-top-athletes__note {
  margin-top: 5rem;
  font-weight: 500;
  font-size: clamp(1.2rem, 1.054368932rem + 0.3883495146vw, 1.8rem);
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .p-top-athletes__note {
    line-height: 1.4;
  }
}
.p-top-athletes__notice-box {
  margin-top: 21rem;
  padding: 5rem 2rem 3rem;
  background-color: #e6e5e5;
  text-align: center;
  max-width: 100rem;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .p-top-athletes__notice-box {
    margin-top: 11rem;
  }
}
@media only screen and (max-width: 559px) {
  .p-top-athletes__notice-box {
    padding: 3rem 2.5rem 3.5rem;
    margin-top: 14rem;
  }
}
.p-top-athletes__notice-logo {
  display: flex;
  justify-content: center;
  margin-top: -7.5rem;
}
@media only screen and (max-width: 559px) {
  .p-top-athletes__notice-logo {
    margin-top: -5rem;
  }
}
.p-top-athletes__notice-logo img {
  width: 17rem;
  height: auto;
}
@media only screen and (max-width: 559px) {
  .p-top-athletes__notice-logo img {
    width: 12rem;
  }
}
.p-top-athletes__notice-ttl {
  margin-top: 4rem;
  font-size: clamp(2rem, 1.854368932rem + 0.3883495146vw, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .p-top-athletes__notice-ttl {
    line-height: 1.4;
    margin-top: 3rem;
  }
}
.p-top-athletes__notice-txt {
  text-align: center;
  margin-top: clamp(3rem, 2.8786407767rem + 0.3236245955vw, 3.5rem);
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  letter-spacing: 0em;
  line-height: 1.75;
}
@media only screen and (max-width: 559px) {
  .p-top-athletes__notice-txt {
    text-align: left;
  }
}
.p-top-athletes__notice-btn-wrap {
  margin-top: clamp(3rem, 2.8786407767rem + 0.3236245955vw, 3.5rem);
}
.p-top-athletes__notice-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 45.5rem;
  height: 5rem;
  background-color: #040000;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s ease;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .p-top-athletes__notice-btn {
    height: 4rem;
    width: 100%;
    letter-spacing: 0em;
  }
}
.p-top-athletes__notice-btn::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.2rem solid #ffffff;
  border-right: 0.2rem solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
}
.p-top-athletes__notice-btn:hover {
  opacity: 0.8;
}

/* =========================================
   FAQ Section
========================================= */
.p-top-faq {
  padding-top: clamp(10rem, 8.786407767rem + 3.2362459547vw, 15rem);
  overflow: hidden;
}
.p-top-faq__inner {
  max-width: 100rem;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .p-top-faq .o-sec-header-type2__logo {
    top: -0.5rem;
  }
}
.p-top-faq__list {
  display: flex;
  flex-direction: column;
}
.p-top-faq__item.is-open .p-top-faq__icon {
  transform: rotate(180deg);
}
.p-top-faq__question {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: clamp(3.5rem, 3.3786407767rem + 0.3236245955vw, 4rem) clamp(0rem, -0.3640776699rem + 0.9708737864vw, 1.5rem) clamp(0.5rem, 0.3786407767rem + 0.3236245955vw, 1rem) 0;
  background: none;
  border: none;
  border-bottom: solid 1px #040000;
  outline: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 559px) {
  .p-top-faq__question {
    padding-right: 2em;
  }
}
.p-top-faq__question::before {
  content: "";
  width: 3.6458333vw;
  height: 3.0208333vw;
  background: url(../img/logo6.svg) no-repeat left bottom/cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 559px) {
  .p-top-faq__question::before {
    width: 5.8rem;
    height: 4.8rem;
  }
}
.p-top-faq__q-prefix {
  font-size: clamp(2.2rem, 2.0058252427rem + 0.5177993528vw, 3rem);
  font-weight: 700;
  margin-right: 1rem;
  flex-shrink: 0;
  font-family: "Arial", sans-serif;
  line-height: 1;
}
.p-top-faq__q-text {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  font-weight: 500;
  flex-grow: 1;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .p-top-faq__q-text {
    line-height: 1.4;
  }
}
.p-top-faq__icon {
  display: inline-block;
  width: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  height: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  flex-shrink: 0;
  margin-left: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  background: url("../img/arrow2.svg") center center/contain no-repeat;
  transform: rotate(0deg);
  transition: transform 0.4s ease;
}
@media only screen and (max-width: 559px) {
  .p-top-faq__icon {
    position: absolute;
    bottom: 0.5rem;
    right: 0;
  }
}
.p-top-faq__answer {
  overflow: hidden;
}
.p-top-faq__answer-inner {
  display: flex;
  align-items: flex-start;
  padding: clamp(2rem, 1.8786407767rem + 0.3236245955vw, 2.5rem) clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem) clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  margin-bottom: 2rem;
  background-color: #e6e5e5;
  margin-left: clamp(0rem, -1.213592233rem + 3.2362459547vw, 5rem);
}
.p-top-faq__a-prefix {
  font-size: clamp(2.2rem, 2.0058252427rem + 0.5177993528vw, 3rem);
  font-weight: 700;
  margin-right: 0.8rem;
  flex-shrink: 0;
  font-family: "Arial", sans-serif;
  letter-spacing: 0em;
}
@media only screen and (max-width: 559px) {
  .p-top-faq__a-prefix {
    letter-spacing: 0em;
  }
}
.p-top-faq__a-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.p-top-faq__a-text {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  font-weight: 500;
  margin-right: 0.8rem;
  flex-shrink: 0;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media only screen and (max-width: 559px) {
  .p-top-faq__a-text {
    letter-spacing: 0em;
  }
}

/* =========================================
   Latest News Section
========================================= */
.p-top-news {
  margin-top: clamp(9rem, 7.5436893204rem + 3.8834951456vw, 15rem);
  overflow: hidden;
}
@media only screen and (max-width: 559px) {
  .p-top-news .o-sec-header-type2__logo {
    top: -0.5rem;
  }
}
.p-top-news__inner {
  max-width: 100rem;
  margin-inline: auto;
}
.p-top-news__list {
  display: flex;
  flex-direction: column;
}
.p-top-news__item {
  border-bottom: solid 1px #040000;
}
.p-top-news__link {
  display: block;
  padding: clamp(2rem, 1.6359223301rem + 0.9708737864vw, 3.5rem) 0 1rem;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
  text-decoration: none !important;
}
@media only screen and (max-width: 559px) {
  .p-top-news__link {
    padding-bottom: 0.5rem;
  }
}
.p-top-news__link:hover {
  opacity: 0.8;
}
.p-top-news__date {
  display: block;
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  color: #818080;
  font-weight: 400;
  font-family: "Arial", sans-serif;
  letter-spacing: 0em;
}
.p-top-news__text {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .p-top-news__text {
    line-height: 1.5;
  }
}
.p-top-news__btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(3rem, 2.1504854369rem + 2.2653721683vw, 6.5rem);
  margin-inline: auto;
}

/* =========================================
   SNS Section
========================================= */
.p-top-sns {
  margin-top: clamp(9rem, 6.4514563107rem + 6.7961165049vw, 19.5rem);
}
@media only screen and (max-width: 559px) {
  .p-top-sns {
    position: relative;
    z-index: 1;
  }
}
.p-top-sns__inner {
  display: flex;
  gap: clamp(2.5rem, -0.1699029126rem + 7.1197411003vw, 13.5rem);
}
@media only screen and (max-width: 559px) {
  .p-top-sns__inner {
    flex-direction: column;
    align-items: center;
  }
}
.p-top-sns__brand {
  display: flex;
  align-items: flex-end;
  gap: 3rem;
  position: relative;
  top: -4.5rem;
}
@media only screen and (max-width: 559px) {
  .p-top-sns__brand {
    top: 0;
    gap: 1.5rem;
  }
}
.p-top-sns__logo {
  width: 19.7rem;
}
@media only screen and (max-width: 559px) {
  .p-top-sns__logo {
    width: 11.8rem;
  }
}
.p-top-sns__logo img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 559px) {
  .p-top-sns__logo {
    width: 11.8rem;
  }
}
.p-top-sns__title {
  font-size: clamp(2.2rem, 1.8116504854rem + 1.0355987055vw, 3.8rem);
  font-weight: 700;
  line-height: 1;
  position: relative;
  top: 0.5rem;
  letter-spacing: 0em;
}
.p-top-sns__list {
  display: flex;
  align-items: center;
  gap: clamp(4rem, 2.4223300971rem + 4.2071197411vw, 10.5rem);
}
.p-top-sns__item {
  flex-shrink: 0;
}
.p-top-sns__link {
  display: inline-block;
  width: clamp(4.8rem, 4.0233009709rem + 2.071197411vw, 8rem);
  height: clamp(4.8rem, 4.0233009709rem + 2.071197411vw, 8rem);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.p-top-sns__link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-top-sns__link:hover {
  opacity: 0.8;
  transform: translateY(-0.3rem);
}

/*-----------------------

    下層ページ共通

-----------------------*/
.content-header {
  margin-right: calc(50% - 50vw);
  margin-top: clamp(4.5rem, 2.072815534rem + 6.4724919094vw, 14.5rem);
}
@media only screen and (max-width: 559px) {
  .content-header {
    padding: 0;
    margin-right: 0;
  }
}

.page-header {
  font-weight: 700;
  display: flex;
  gap: 1rem;
  align-items: end;
  position: relative;
  font-size: clamp(3rem, 2.2233009709rem + 2.071197411vw, 6.2rem);
  position: relative;
  left: -5.4375vw;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1440px) {
  .page-header {
    left: 0;
  }
}
@media only screen and (max-width: 559px) {
  .page-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
.page-header::before {
  content: "";
  display: inline-block;
  background: url(../img/logo7.svg) no-repeat center bottom/cover;
  width: 8.4375vw;
  height: 6.927083333vw;
  position: relative;
  top: 1rem;
}
@media only screen and (max-width: 559px) {
  .page-header::before {
    width: 9.5rem;
    height: 7.8rem;
  }
}
.page-header::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1rem;
  left: 0;
  background: #040000;
  height: 1px;
  width: 100%;
  margin-left: 7.4375vw;
}
@media only screen and (max-width: 559px) {
  .page-header::after {
    margin-left: 0;
  }
}
.page-header__en {
  font-size: clamp(1.4rem, 1.1330097087rem + 0.71197411vw, 2.5rem);
  font-weight: 700;
  margin-top: 1.2rem;
  margin-left: 3.4375vw;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1440px) {
  .page-header__en {
    margin-left: 9.4375vw;
  }
}
@media only screen and (max-width: 559px) {
  .page-header__en {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}

/*-----------------------

    キロテープビジョン

-----------------------*/
/* =========================================
   Vision Page - MISSION / VISION / VALUE
========================================= */
.p-vision-mvv {
  position: relative;
  padding-block: clamp(8.5rem, 2.5533980583rem + 15.857605178vw, 33rem) clamp(3rem, 1.0582524272rem + 5.1779935275vw, 11rem);
  overflow: hidden;
}
.p-vision-mvv::after {
  content: "";
  display: block;
  background: url(../img/deco-mark.webp) no-repeat right bottom/contain;
  width: 84.0625vw;
  height: 68.6979166vw;
  position: absolute;
  bottom: 0;
  right: -27vw;
  z-index: -1;
}
@media only screen and (min-width: 2560px) {
  .p-vision-mvv::after {
    right: -32vw;
  }
}
@media only screen and (max-width: 559px) {
  .p-vision-mvv::after {
    width: 83.2rem;
    height: 68.1rem;
    background: url(../img/deco-mark_sp.webp) no-repeat right bottom/contain;
    bottom: 1rem;
    right: -26rem;
  }
}
.p-vision-mvv__item {
  display: flex;
  justify-content: space-between;
  padding-block: clamp(5rem, 4.1504854369rem + 2.2653721683vw, 8.5rem) clamp(3.5rem, 3.1359223301rem + 0.9708737864vw, 5rem);
  border-bottom: 1px solid #b4b2b2;
}
@media only screen and (max-width: 559px) {
  .p-vision-mvv__item {
    flex-direction: column;
    align-items: center;
  }
}
.p-vision-mvv__item:first-child {
  padding-top: 0;
}
.p-vision-mvv__header {
  width: 30%;
}
@media only screen and (max-width: 559px) {
  .p-vision-mvv__header {
    text-align: center;
    width: 100%;
  }
}
.p-vision-mvv__en {
  font-size: clamp(2.8rem, 1.659223301rem + 3.0420711974vw, 7.5rem);
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  font-family: "Arial", sans-serif;
  letter-spacing: 0em;
}
.p-vision-mvv__sub {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 700;
  font-size: clamp(1rem, 0.854368932rem + 0.3883495146vw, 1.6rem);
  line-height: 1;
  letter-spacing: 0.25em;
}
@media only screen and (max-width: 559px) {
  .p-vision-mvv__sub {
    letter-spacing: 0.05em;
    justify-content: center;
  }
}
.p-vision-mvv__sub img {
  margin-top: 1px;
  width: 5.0520833vw;
  height: 0.6770833vw;
}
@media only screen and (max-width: 559px) {
  .p-vision-mvv__sub img {
    width: 5.8rem;
    height: 0.8rem;
  }
}
.p-vision-mvv__body {
  width: 68%;
}
@media only screen and (max-width: 559px) {
  .p-vision-mvv__body {
    width: 100%;
  }
}
.p-vision-mvv__title {
  font-size: clamp(2.4rem, 1.8660194175rem + 1.4239482201vw, 4.6rem);
  font-weight: 700;
  margin-bottom: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .p-vision-mvv__title {
    text-align: center;
    margin-top: 2.5rem;
  }
}
.p-vision-mvv__title--en {
  font-size: clamp(2.6rem, 2.1631067961rem + 1.1650485437vw, 4.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-vision-mvv__title--en2 {
  font-size: clamp(4rem, 3.5631067961rem + 1.1650485437vw, 5.8rem);
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .p-vision-mvv__title--en2 {
    line-height: 1;
    margin-top: 2.5rem;
  }
}
.p-vision-mvv__subtitle {
  font-size: clamp(2.2rem, 1.8601941748rem + 0.9061488673vw, 3.6rem);
  font-weight: 500;
  margin-block: clamp(2.5rem, 2.1359223301rem + 0.9708737864vw, 4rem) clamp(2rem, 1.8786407767rem + 0.3236245955vw, 2.5rem);
  letter-spacing: 0.05em;
  line-height: 1.9166666667;
}
@media only screen and (max-width: 559px) {
  .p-vision-mvv__subtitle {
    text-align: center;
    line-height: 1.4;
  }
}
.p-vision-mvv__tagline {
  font-size: clamp(1.2rem, 1.0058252427rem + 0.5177993528vw, 2rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .p-vision-mvv__tagline {
    text-align: center;
    margin-top: 1rem;
  }
}
.p-vision-mvv__text {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  font-weight: 500;
  margin-bottom: 1.5em;
  margin-top: clamp(2rem, 1.3932038835rem + 1.6181229773vw, 4.5rem);
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .p-vision-mvv__text {
    line-height: 1.75;
  }
}
.p-vision-mvv__text:last-child {
  margin-bottom: 0;
  margin-top: 0;
}

/* =========================================
   Vision Page - Gallery Section
========================================= */
.p-vision-mvv__gallery {
  position: relative;
  margin-top: clamp(6rem, 5.3932038835rem + 1.6181229773vw, 8.5rem);
}
.p-vision-mvv__gallery-bg {
  position: relative;
}
.p-vision-mvv__gallery-bg picture,
.p-vision-mvv__gallery-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-vision-mvv__gallery .p-vision-gallery__copy,
.p-vision-mvv__gallery .p-vision-gallery__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}
.p-vision-mvv__gallery .p-vision-gallery__copy {
  top: 38%;
  margin: 0;
  color: #ffffff;
  font-size: clamp(4.2rem, 3.2533980583rem + 2.5242718447vw, 8.1rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.65);
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 559px) {
  .p-vision-mvv__gallery .p-vision-gallery__copy {
    letter-spacing: 0.05em;
  }
}
.p-vision-mvv__gallery .p-vision-gallery__logo {
  bottom: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-vision-mvv__gallery .p-vision-gallery__logo img {
  width: auto;
  height: 9.0104166vw;
  max-width: 100%;
}
@media only screen and (max-width: 559px) {
  .p-vision-mvv__gallery .p-vision-gallery__logo img {
    height: 6.2rem;
  }
}

/* =========================================
   Vision Page - Our TEAM Section
========================================= */
.p-vision-team {
  margin-top: clamp(12rem, 11.0291262136rem + 2.5889967638vw, 16rem);
  overflow-x: hidden;
}
@media only screen and (max-width: 559px) {
  .p-vision-team .o-sec-header-type2__logo {
    top: -0.5rem;
  }
}
.p-vision-team__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
  margin-top: 9rem;
}
@media only screen and (max-width: 559px) {
  .p-vision-team__grid {
    grid-template-columns: 1fr;
    gap: 5.5rem;
    margin-top: 5rem;
  }
}
.p-vision-team__card {
  display: flex;
  flex-direction: column;
}
.p-vision-team__image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-vision-team__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-vision-team__info {
  margin-top: 1.5rem;
}
.p-vision-team__role {
  display: inline-block;
  background-color: #040000;
  color: #ffffff;
  font-size: clamp(1.2rem, 1.0058252427rem + 0.5177993528vw, 2rem);
  font-weight: 500;
  padding: 0.5rem clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
  letter-spacing: 0.05em;
  line-height: 1;
}
.p-vision-team__name {
  font-size: clamp(2.2rem, 1.8116504854rem + 1.0355987055vw, 3.8rem);
  font-weight: 500;
  margin-top: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
  letter-spacing: 0.05em;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
}
.p-vision-team__en {
  font-size: clamp(1rem, 0.854368932rem + 0.3883495146vw, 1.6rem);
  font-weight: 700;
  font-family: "Arial", sans-serif;
  letter-spacing: 0.05em;
}
.p-vision-team__text {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  line-height: 1.85;
  margin-top: clamp(3rem, 2.8786407767rem + 0.3236245955vw, 3.5rem);
  line-height: 2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .p-vision-team__text {
    line-height: 1.75;
    letter-spacing: 0em;
  }
}

/* =========================================
   Vision Page - Company Overview Section
========================================= */
.p-vision-company {
  margin-top: clamp(12rem, 11.0291262136rem + 2.5889967638vw, 16rem);
  overflow-x: hidden;
}
.p-vision-company__inner {
  max-width: 100rem;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .p-vision-company__inner {
    padding: 0 6%;
  }
}
@media only screen and (max-width: 559px) {
  .p-vision-company .o-sec-header-type2__logo {
    top: -0.5rem;
  }
}
.p-vision-company__list {
  margin-top: clamp(4.5rem, 3.4077669903rem + 2.9126213592vw, 9rem);
}
.p-vision-company__item {
  display: flex;
}
.p-vision-company__item:not(:first-child) {
  border-top: solid 1px #818080;
  padding: 3.5rem 0;
}
@media only screen and (max-width: 559px) {
  .p-vision-company__item:not(:first-child) {
    padding: 3rem 0 1rem;
  }
}
.p-vision-company__label {
  width: 25%;
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .p-vision-company__label {
    line-height: 2;
  }
}
.p-vision-company__value {
  width: 75%;
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  line-height: 2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .p-vision-company__value {
    line-height: 1.8;
    letter-spacing: 0em;
  }
}
.p-vision-company__btn-wrap {
  margin-top: clamp(5.5rem, 4.7718446602rem + 1.9417475728vw, 8.5rem);
  text-align: center;
}
/*# sourceMappingURL=style.css.map */
