@charset "UTF-8";

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-display: swap;
}


/* ==========================================================================
ベース設定
=========================================================================== */
:root {
  /* カラー */
  --Main: #000;
  --Sub: #443078;
  --Accent: #CC0000;
  --Back: #F2F2F2;
  --grey: #7A7C86;

  /* フォント */
  --Font_sans: YakuHanJP, "Noto Sans JP", sans-serif;
}

.html {
  font-size: 16px;
  scrollbar-gutter: stable;
  overflow-x: hidden;
}

.body {
  font-family: var(--Font_sans);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: var(--Text);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  background: var(--Main);
  width: 100%;
  counter-reset: number 0;
  position: relative;
  overflow-x: hidden;
}

.container {
  margin: 0 auto;
}

.inner {
  width: 62.5rem;
  margin: 0 auto;
}

.forSP {
  display: none;
}

.forSP-inline {
  display: none;
}

a {
  color: var(--Main);
  transition: all 0.3s;
}

a:hover {
  /* opacity: 0.6; */
  filter: brightness(0.7);
}

small {
  font-size: max(70%, 10px);
}

picture {
  display: block;
  width: inherit;
  max-width: 100%;
  height: inherit;
  max-height: 100%;
}

picture img {
  width: inherit;
  max-width: 100%;
  height: inherit;
  max-height: 100%;
  object-fit: contain;
}


/* ==========================================================================
共通パーツ
=========================================================================== */
.bold {
  font-weight: 700;
}

.accent {
  color: var(--Accent);
}

.note {
  font-size: 10px;
  display: inline-block;
  transform: scale(0.7) translateY(-0.4em);
}

/* モーダル */
.modal {
  max-height: 80vh;
  padding: 0;
  border: none;
}

.modal::backdrop {
  background: rgba(0, 0, 0, 0.8);
}

.modalOpenBtn,
.modalCloseBtn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s;
}

.modalOpenBtn:hover,
.modalCloseBtn:hover {
  filter: brightness(0.7);
}

.modalCloseBtn {
  background: url(../img/close.svg) no-repeat center / contain;
  width: 2.5rem;
  aspect-ratio: 1;
  position: fixed;
  bottom: calc(10vh - 3.75rem);
  left: 50%;
  transform: translateX(-50%);
}

/* アコーディオン */
.accBtn {
  font-family: var(--Font_sans);
  color: var(--Main);
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: none;
  width: 100%;
  height: 4rem;
  position: relative;
  cursor: pointer;
}

.accBtn::after {
  content: "";
  display: inline-block;
  background: url(../img/chevron_down.svg) no-repeat center / contain;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: 1.8125rem;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.accBtn.is-active::after {
  background: url(../img/chevron_up.svg) no-repeat center / contain;
  right: 1.1875rem;
}

.accCont {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.3s ease;
}

.accCont.is-open {
  grid-template-rows: 1fr;
}

.accCont__inner {
  overflow: hidden;
}


/* ========================================================
FV
=========================================================*/
.fv {
  padding-top: 1rem;
  position: relative;
  z-index: 0;
}

.fv::after {
  content: "";
  display: inline-block;
  background-image: url(../img/fv_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 37.8125rem;
  aspect-ratio: 605 / 548;
  position: absolute;
  left: 2.3125rem;
  bottom: -5.875rem;
  z-index: -1;
}

.fv__flex {
  display: flex;
  align-items: flex-end;
  padding-left: calc((100% - 90rem) / 2 + 7.1875rem);
  margin: 0 auto;
}

.fv__catch {
  width: 13.1875rem;
  margin-right: 0.1875rem;
  margin-bottom: auto;
}

.fv__img {
  width: 35.625rem;
  margin-right: 3rem;
}

.fv__logo {
  width: 20.8125rem;
  margin-left: 0.0625rem;
}

.fv__emblem {
  width: 9.5rem;
  margin-top: 2.6875rem;
  margin-left: 0.875rem;
}

.fv__info {
  width: 11rem;
  margin-top: 2.9375rem;
}

.fv__btn {
  display: block;
  width: 50rem;
  margin: 5.625rem auto 0;
}


/* ========================================================
MOVIE
=========================================================*/
.movie {
  background: url(../img/movie_bg_pc.png) no-repeat center / cover;
  padding: 8.25rem 0 13.5625rem;
}

.movie__head-ttl {
  height: 2.25rem;
}

.movie__video {
  aspect-ratio: 1000 / 565;
  margin-top: 2.0625rem;
  overflow: hidden;
}

.movie__video iframe {
  width: 100%;
  aspect-ratio: 1000 / 565;
}


/* ========================================================
CAMPAIGN
=========================================================*/
.campaign {
  background: url(../img/line_stripe_white.svg) repeat-x top center / auto 0.75rem,
              url(../img/line_stripe_white.svg) repeat-x bottom center / auto 0.75rem,
              var(--Sub);
  padding: 6.1875rem 0 5.125rem;
}

.campaign__inner {
  width: 52.5rem;
}

.campaign__ttl {
  height: 2.25rem;
  margin-left: 1.1875rem;
}

.campaign__box {
  box-shadow: 0px 0px 31.54px 0px rgba(27, 35, 52, 0.2);
  margin-top: 1.5rem;
  position: relative;
}

.campaign__box-btn {
  width: 17.5rem;
  position: absolute;
  right: 6.5625rem;
  bottom: 3.125rem;
}


/* ========================================================
PRODUCT
=========================================================*/
.product {
  background: linear-gradient(270deg, #2F0632 0.01%, #000000 50%, #2F0632 100%);
  padding: 2.4375rem 0 7.1875rem;
  position: relative;
}

.product__head {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.product__head-num {
  height: 3rem;
}

.product__head-label {
  height: 3.6875rem;
  margin-top: 1rem;
}

.product__head-ttl {
  height: 3.625rem;
  margin-top: 0.5rem;
}

.product__overview {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto;
  align-items: center;
  gap: 1.5rem;
}

.product01__overview {
  margin-top: 2.625rem;
}

.product__overview-mij {
  width: 8rem;
}

.product__overview-name {
  height: 5.625rem;
}

.product__overview-desc-subname {
  height: 1.3125rem;
}

.product__overview-desc-txt {
  font-size: 0.875rem;
  color: #fff;
  margin-top: 1.0625rem;
  margin-left: 0.125rem;
}

.product01__detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: url(../img/product_01_detail_bg_pc.png) no-repeat center top / contain;
  margin-top: 2.75rem;
}

.product01__detail-img {
  width: 208px;
  margin-top: 92px;
}

.product01__detail-left,
.product01__detail-right {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 24rem;
}

.product01__detail-box {
  font-size: 0.875rem;
  color: #fff;
  background: linear-gradient(180deg, #101010 0%, #2D0505 100%);
  box-shadow: 0 0 0 0.0625rem var(--Accent);
  padding: 1.25rem;
  position: relative;
}

.product01__detail-box::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: 1;
}

.product01__detail-box01::after {
  background-image: url(../img/product_01_box_01_line.png);
  width: 5.125rem;
  aspect-ratio: 82 / 59;
  top: 7.375rem;
  left: 100%;
}

.product01__detail-box02::after {
  background-image: url(../img/product_01_box_02_line.png);
  width: 4.6875rem;
  aspect-ratio: 75 / 55;
  top: 10.125rem;
  left: 100%;
}

.product01__detail-box03::after {
  background-image: url(../img/product_01_box_03_line.png);
  width: 5.125rem;
  aspect-ratio: 82 / 59;
  top: 3.75rem;
  left: 100%;
}

.product01__detail-box05::after {
  background-image: url(../img/product_01_box_05_line.png);
  width: 5.125rem;
  aspect-ratio: 80 / 73;
  top: 9.125rem;
  right: 100%;
}

.product01__detail-box-ttl {
  display: flex;
  justify-content: center;
  height: 1.8125rem;
}

.product01__detail-box-ttl:nth-of-type(n+2) {
  margin-top: 2rem;
}

.product01__detail-box-txt {
  margin-top: 1rem;
  filter: drop-shadow(0 0 0.25rem var(--Main));
}

.product01__detail-box-img {
  margin: 0 auto;
}

.product01__detail-box-img01 {
  width: 7.9375rem;
  margin-top: 0.625rem;
}

.product01__detail-box-img02 {
  width: 3.25rem;
  margin-top: 1rem;
}

.product01__detail-box-img03 {
  width: 7rem;
}

.product01__detail-box-img04 {
  width: 9.625rem;
}

.product01__detail-box-img05 {
  width: 5.4375rem;
}

.product01__detail-box-img06 {
  width: 3.3125rem;
}

.product01__detail-box-img07 {
  width: 10.125rem;
}

.product01__detail-box06 .product01__detail-box-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1.125rem;
  margin-top: 1rem;
}

.product01__detail-box07 .product01__detail-box-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem -5px 0;
}

.product01__detail-box-flex-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.product01__detail-box06 .product01__detail-box-flex-item:nth-of-type(1) {
  margin-top: 0.1875rem;
}

.product01__detail-box07 .product01__detail-box-flex-item:nth-of-type(1) {
  width: 5.4375rem;
}

.product01__detail-box-caption {
  font-weight: 700;
  font-size: 0.75rem;
  white-space: nowrap;
}

.product01__detail-copy img {
  width: auto;
  height: 1.3125rem;
}

.product__detail-modal {
  color: #fff;
  background: var(--Main);
  border: 0.0625rem solid #fff;
  width: 50rem;
  padding: 2.125rem 0 2.75rem;
  scrollbar-color: #fff transparent;
  scrollbar-width: thin;
}

.product__detail-modal-inner {
  width: 30rem;
  margin: 0 auto;
}

.product__detail-modal::-webkit-scrollbar {
  width: thin;
}

.product__detail-modal::-webkit-scrollbar-track {
  background: transparent;
}

.product__detail-modal::-webkit-scrollbar-thumb {
  background: #fff;
}

.product__detail-modal-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.5625rem;
}

.product__detail-modal-ttl:nth-of-type(n+2) {
  margin-top: 2.5rem;
}

.product__detail-modal-model {
  height: 0.9375rem;
  margin-top: 1rem;
}

.table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

.product__detail-modal-table .col01 {
  width: 4.5rem;
}

.product__detail-modal-table .col02 {
  width: 8rem;
}

.table th,
.table td {
  font-size: 0.75rem;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: left;
  color: #fff;
  border-top: 0.0625rem solid #5B5B5B;
  border-left: 0.0625rem solid #5B5B5B;
  padding: 0.625rem 0.75rem;
}

.table tr th:last-child,
.table tr td:last-child {
  border-right: 0.0625rem solid #5B5B5B;
}

.table tr:last-child th,
.table tr:last-child td {
  border-bottom: 0.0625rem solid #5B5B5B;
}

.table th {
  font-weight: 700;
  background: #111;
}

.table td {
  font-weight: 400;
}

.product__detail-modal-table {
  margin-top: 2.0625rem;
}

.product__detail-modal-txt {
  font-size: 0.875rem;
  text-align: center;
  margin-top: 1rem;
}

.product__detail-modal-list {
  margin-top: 2rem;
}

.product__detail-modal-list-item {
  font-size: 0.75rem;
  list-style-type: decimal;
  padding-left: 0.25rem;
  margin-left: 1.5em;
}

.product__detail-modal-btn {
  display: block;
  width: 24rem;
  margin: 2rem auto 0;
}


/* ========================================================
LIMITED
=========================================================*/
.limited {
  background: url(../img/line_stripe_red_pc.svg) repeat-x top center / auto 1.5rem,
              url(../img/line_stripe_red_pc.svg) repeat-x bottom center / auto 1.5rem,
              linear-gradient(270deg, #361111 0.01%, #000000 50%, #361111 100%);
  padding: 4.5rem 0 6.125rem;
  position: relative;
}

.limited::before {
  content: "";
  display: inline-block;
  background-image: url(../img/limited_01_sidetxt_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 4.3125rem;
  height: 33.6875rem;
  position: absolute;
  top: 50%;
  left: calc((100% - 90rem) / 2 + 12.625rem);
  transform: translateY(-50%);
}

.limited__inner {
  width: 800px;
}

.limited__ttl {
  width: 21.9375rem;
  margin: 0 auto;
}

.limited01__imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125rem;
  margin-top: 2.4375rem;
  position: relative;
}

.limited01__imgs::before {
  content: "";
  display: inline-block;
  background: #fff;
  width: 3.125rem;
  height: 0.0625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.limited01__box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  border: 0.0625rem solid #fff;
  padding: 1.25rem 2.3125rem;
  margin-top: 1.25rem;
}

.limited01__box-img {
  width: 6.9375rem;
}

.limited01__box-txt {
  height: 1.5rem;
}

.limited01__box-note {
  font-size: 0.75rem;
  color: #fff;
}


/* ========================================================
CV
=========================================================*/
.cv {
  display: flex;
  justify-content: center;
  padding: 4.375rem 0;
}

.cv__btn {
  width: 50rem;
}


/* ========================================================
COMING SOON
=========================================================*/
.comingsoon {
  background: #fff;
  padding: 3.5rem 0 4.5rem;
  margin: 3rem 0;
  position: relative;
}

.comingsoon::before {
  content: "";
  display: inline-block;
  background: url(../img/line_stripe_white_thick_pc.svg) repeat-x top center / auto 3rem;
  width: 100%;
  height: 3rem;
  position: absolute;
  top: -3rem;
  left: 0;
}

.comingsoon::after {
  content: "";
  display: inline-block;
  background: url(../img/line_stripe_white_thick_pc.svg) repeat-x top center / auto 3rem;
  width: 100%;
  height: 3rem;
  position: absolute;
  bottom: -3rem;
  left: 0;
}

.comingsoon__label {
  height: 2.6875rem;
}

.comingsoon__catch {
  height: 2.8125rem;
  margin-top: 1rem;
}

.comingsoon__box {
  background: url(../img/comingsoon_box_bg_pc.png) no-repeat center / contain;
  width: 55rem;
  padding: 2rem 0 0.5rem;
  margin: 2rem auto 0;
}

.comingsoon__box-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6875rem;
}

.comingsoon__box-img {
  width: 16rem;
}

.comingsoon__box-txt {
  height: 2.25rem;
  margin-top: 0.75rem;
}


/* ========================================================
HISTORY
=========================================================*/
.history {
  padding: 5.4375rem 0 3.8125rem;
}

.history__inner {
  width: 75rem;
}

.history__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../img/history_head_bg.png) no-repeat center / contain;
  width: 50rem;
  padding: 2.75rem 0 3.625rem;
  margin: 0 auto;
}

.history__head-num {
  height: 3rem;
}

.history__head-label {
  height: 3.6875rem;
  margin-top: 1rem;
}

.history__head-logo {
  height: 2rem;
  margin-top: 1.9375rem;
}

.history__head-ttl {
  height: 4.1875rem;
  margin-top: 1.5625rem;
}

.history__head-txt {
  height: 3rem;
  margin-top: 1rem;
}

.history__list {
  padding: 3.5625rem 0 3.875rem;
  position: relative;
}

.history__list::before {
  content: "";
  display: inline-block;
  background-image: url(../img/history_line_pc.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 0.8125rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-2px);
  z-index: -1;
}

.history__list-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: url(../img/history_box_bg_pc.png) no-repeat center / contain;
  height: 20rem;
  padding-right: 5.5rem;
  padding-left: 5rem;
}

.history__list-item:nth-of-type(n+2) {
  margin-top: 3.5rem;
}

.history__list-item-left {
  width: 18.375rem;
  margin-right: 3rem;
}

.history__list-item01 .history__list-item-left {
  padding-bottom: 20px;
}

.history__list-item02 .history__list-item-left {
  padding-bottom: 15px;
}

.history__list-item03 .history__list-item-left {
  padding-bottom: 2px;
}

.history__list-item04 .history__list-item-left {
  padding-top: 11px;
}

.history__list-item05 .history__list-item-left {
  padding-bottom: 2px;
}

.history__list-item06 .history__list-item-left {
  padding-top: 11px;
}

.history__list-item-head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2.125rem;
}

.history__list-item01 .history__list-item-head-num,
.history__list-item03 .history__list-item-head-num,
.history__list-item05 .history__list-item-head-num {
  width: 2.5625rem;
}

.history__list-item02 .history__list-item-head-num,
.history__list-item04 .history__list-item-head-num,
.history__list-item06 .history__list-item-head-num {
  width: 2.6875rem;
}

.history__list-item-head-name {
  position: relative;
}

.history__list-item-head-name::before {
  content: "";
  display: inline-block;
  background: var(--grey);
  width: 0.125rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  left: -1.125rem;
  transform: translateY(-50%);
}

.history__list-item-head-name-ja {
  height: 1.5625rem;
}

.history__list-item-head-name-en {
  height: 0.9375rem;
  margin-top: 0.4375rem;
}

.history__list-item-txt {
  font-size: 0.875rem;
  text-align: justify;
  color: #fff;
  margin-top: 1.4375rem;
}

.history__list-item-info {
  font-size: 0.75rem;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.5rem 0.125rem;
  margin-top: 1.5rem;
}

.history__list-item-info-ttl {
  height: 1.125rem;
}

.history__list-item-info-from {
  height: 1rem;
}

.history__list-item-info-model {
  height: 1.5rem;
  margin-left: 0.625rem;
}

.history__list-item-center {
  width: 22.25rem;
  margin-right: 5.875rem;
}

.history__list-item-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 15rem;
}

.history__list-item01 .history__list-item-right {
  gap: 1rem;
  padding-top: 1.875rem;
}

.history__list-item02 .history__list-item-right {
  gap: 1rem;
  padding-bottom: 1.125rem;
}

.history__list-item03 .history__list-item-right {
  gap: 1.5rem;
  padding-top: 0.875rem;
}

.history__list-item04 .history__list-item-right {
  gap: 1.5rem;
  padding-top: 0.875rem;
}

.history__list-item05 .history__list-item-right {
  gap: 2.25rem;
  padding-top: 2.0625rem;
}

.history__list-item06 .history__list-item-right {
  gap: 2rem;
  padding-top: 1.375rem;
}

.history__list-item-product {
  margin: 0 auto;
}

.history__list-item01 .history__list-item-product {
  width: 12.5rem;
}

.history__list-item02 .history__list-item-product {
  width: 8.5625rem;
}

.history__list-item03 .history__list-item-product {
  width: 12.25rem;
}

.history__list-item04 .history__list-item-product {
  width: 12.25rem;
}

.history__list-item05 .history__list-item-product {
  width: 14rem;
}

.history__list-item06 .history__list-item-product {
  width: 15.625rem;
}


/* ========================================================
SPECIAL
=========================================================*/
.special {
  background: url(../img/line_stripe_white.svg) repeat-x top center / auto 0.75rem,
              url(../img/line_stripe_white.svg) repeat-x bottom center / auto 0.75rem,
              var(--Sub);
  padding: 6.25rem 0 5.25rem;
}

.special__inner {
  width: 52.5rem;
}

.special__ttl {
  height: 2.25rem;
  margin-left: 1.1875rem;
}

.special__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../img/special_box_bg_pc.png) no-repeat center / contain;
  box-shadow: 0px 0px 31.54px 0px rgba(27, 35, 52, 0.2);
  padding: 2.875rem 0 3.125rem;
  margin-top: 1.5rem;
}

.special__box-head {
  height: 6.5rem;
}

.special__box-txt {
  font-size: 0.875rem;
  margin-top: 1.5rem;
}

.special__box-wrap {
  display: flex;
  justify-content: center;
  width: 45.3125rem;
  padding: 1.25rem 0;
  margin-top: 1rem;
  position: relative;
}

.special__box-wrap::before {
  content: "";
  display: inline-block;
  background: linear-gradient(286.91deg, #DEB8FF 0%, #89ABD3 66.83%);
  width: 100%;
  height: 0.25rem;
  position: absolute;
  top: 0;
  left: 0;
}

.special__box-wrap::after {
  content: "";
  display: inline-block;
  background: linear-gradient(286.91deg, #DEB8FF 0%, #89ABD3 66.83%);
  width: 100%;
  height: 0.25rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.special__img {
  width: 12.375rem;
}

.special__box-btn {
  width: 17.5rem;
  margin-top: 1.3125rem;
}


/* ========================================================
DEVELOPMENT STORIES
=========================================================*/
.story {
  padding: 6rem 0 5.75rem;
  position: relative;
}

.story__inner {
  width: 55rem;
}

.story__head {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.story__head-num {
  height: 3rem;
}

.story__head-label {
  height: 3.6875rem;
  margin-top: 1.5rem;
}

.story__head-ttl {
  height: 3.625rem;
  margin-top: 0.5rem;
}

.story__box {
  background: url(../img/story_01_box_bg_pc.svg) no-repeat center / 100% 100%;
  padding: 3.75rem 5rem 7.875rem;
  margin-top: 2.5625rem;
  transition: all 0.5s;
}

.story__box-head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.3125rem;
  padding-bottom: 2.0625rem;
  position: relative;
}

.story__box-head::after {
  content: "";
  display: inline-block;
  background-image: url(../img/story_line.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 0.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.story__box-head-catch {
  height: 5.375rem;
  margin-top: 0.25rem;
}

.story__box-head-person {
  height: 6.125rem;
}

.story__box-video {
  width: 37.5rem;
  margin: 2rem auto 0;
}

.story__box-list {
  margin-top: 2.5rem;
}

.moreCont {
  max-height: 21.75rem;
  transition: max-height 3s ease;
  overflow: hidden;
}

.moreCont::after {
  content: "";
  width: 100%;
  height: 18.75rem;
  background: linear-gradient(to bottom, transparent 0px, #111 3rem, #111 100%);
  position: absolute;
  top: 12.5rem;
  left: 0;
  pointer-events: none;
  transition: all 0.8s;
}

.moreCont.is-open {
  max-height: 62.5rem;
}

.moreCont.is-open::after {
  transform: translateY(18.75rem);
}

.moreBtn {
  display: block;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.story__box-list-item {
  background: #111;
  position: relative;
}

.story__box-list-item01 {
  max-height: 21.75rem;
}

.story__box-list-item02 {
  max-height: 25.25rem;
}

.story__box-list-item03 {
  max-height: 24.75rem;
}

.story__box-list-item:nth-of-type(n+2) {
  margin-top: 2.5rem;
}

.story__box-list-item01::after {
  top: 12.5rem;
}

.story__box-list-item02::after {
  top: 15.25rem;
}

.story__box-list-item03::after {
  top: 15.25rem;
}

.story__box-list-item__wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem 0;
  padding: 2rem;
}

.story__box-list-item-head {
  grid-row: 1;
  grid-column: 1;
  display: grid;
  grid-template-columns: 3.5625rem 1fr;
}

.story__box-list-item01 .story__box-list-item-head-num {
  width: 2.5625rem;
}

.story__box-list-item02 .story__box-list-item-head-num {
  width: 2.6875rem;
}

.story__box-list-item03 .story__box-list-item-head-num {
  width: 2.625rem;
}

.story__box-list-item-head-txt {
  height: 1.6875rem;
  margin-top: 0.25rem;
}

.story__box-list-item-img {
  grid-row: 1 / 3;
  grid-column: 2;
  width: 14rem;
}

.story__box-list-item-txt {
  font-size: 0.875rem;
  text-align: justify;
  color: #fff;
}

.story__box-list-item-txt--top {
  grid-row: 2;
  grid-column: 1;
  width: 25rem;
}

.story__box-list-item-txt--bottom {
  grid-row: 3;
  grid-column: 1 / 3;
}

.story__box-list-item-btn {
  display: block;
  width: 41rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2rem;
  z-index: 2;
  transition: all 0.3s;
}

.story__box-list-item-btn:hover {
  opacity: 0.6;
}


/* ========================================================
FAQ
=========================================================*/
.faq {
  background: url(../img/line_stripe_white.svg) repeat-x top center / auto 0.75rem,
              url(../img/line_stripe_white.svg) repeat-x bottom center / auto 0.75rem;
  padding: 5.25rem 0 6rem;
}

.faq__inner {
  width: 50.125rem;
}

.faq__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq__head-label {
  height: 3.6875rem;
  margin-top: 1rem;
}

.faq__head-ttl {
  height: 3.625rem;
  margin-top: 0.5rem;
}

.faq__content {
  margin-top: 2.5rem;
}

.faq__box {
  border: 0.0625rem solid #fff;
}

.faq__box:nth-of-type(n+2) {
  margin-top: 2rem;
}

.faq__box-q {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
  height: 4rem;
  padding: 0 1.5rem;
  transition: all 0.3s;
  position: relative;
}

.faq__box-q.is-active {
  gap: 1.25rem;
  height: 5rem;
}

.faq__box-q::before {
  content: "";
  display: inline-block;
  background-image: url(../img/faq_q.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2.0625rem;
  aspect-ratio: 33 / 31;
  flex-shrink: 0;
}

.faq__box-q.is-active::after {
  opacity: 1;
}

.faq__box-q-txt {
  text-align: left;
  height: 1.5rem;
}

.faq__box-q-txt img {
  object-position: left;
}

.faq__box-a-txt {
  font-size: 0.875rem;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.375rem;
  padding: 1.625rem 1.5rem 1.5rem 1.5rem;
  position: relative;
}

.faq__box-a-txt::before {
  content: "";
  display: inline-block;
  background-image: url(../img/faq_a.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.9375rem;
  aspect-ratio: 1;
  flex-shrink: 0;
  transform: translateY(-0.125rem);
}

.faq__box-a-txt::after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 47.25rem;
  height: 0.0625rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  /* opacity: 0; */
}

.faq__btn {
  display: block;
  width: 50rem;
  margin: 6.5625rem auto 0;
}


/* ========================================================
CONTACT
=========================================================*/
.contact {
  text-align: center;
  background: #fff;
  padding: 3.875rem 0;
}

.contact__head {
  display: flex;
  justify-content: center;
}

.contact__head-label {
  height: 2.6875rem;
}

.contact__list {
  margin-top: 1rem;
}

.contact__list-item:nth-of-type(n+2) {
  margin-top: 5.3125rem;
}

.contact__list-item-ttl {
  display: flex;
  justify-content: center;
  height: 2.0625rem;
}

.contact__list-item-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  margin-top: 2rem;
}

.contact__list-item-btn {
  width: 20rem;
}

.contact__list-item-wrap {
  margin-top: 2rem;
}

.contact__list-item-tel {
  display: inline-block;
  height: 2rem;
}

.contact__list-item-tel:hover {
  opacity: 0.6;
}

.contact__list-item-txt {
  font-size: 0.875rem;
}

.contact__list-item-tel + .contact__list-item-txt {
  margin-top: 0.5rem;
}

.contact__list-item-link {
  font-weight: 400;
  font-size: 0.875rem;
  text-decoration: underline;
  display: inline-block;
  margin-top: 0.875rem;
  transition: all 0.3s;
}

.contact__list-item-link:hover {
  opacity: 0.6;
}


/* ========================================================
footer
=========================================================*/
.footer {
  background: #F2F2F2;
}

/* ↓　以下公式サイトより流用　↓ */

/* .c-cmn003 {
    width: 100%;
    border-top: 1px solid #ccc;
} */
.c-cmn003__inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 24px 32px 72px;
}
@media screen and (min-width: 1344px) {
    .c-cmn003__inner {
        max-width: 1280px;
        padding: 24px 0 72px;
    }
}
@media screen and (max-width: 767px) {
    .c-cmn003__inner {
        padding: 24px 24px 84px;
        text-align: center;
    }
}
.c-cmn003__inner a {
    color: #666;
    text-decoration: none;
}
.c-cmn003__inner a:hover {
    text-decoration: underline dotted;
}
.has-sticky .c-cmn003__inner {
    padding: 24px 32px 104px;
    @media screen and (min-width: 1344px) {
        padding: 24px 0 104px;
    }
}
@media screen and (max-width: 767px) {
    .has-sticky .c-cmn003__inner {
        padding: 24px 24px 92px;
    }
}

.c-cmn003__goTop {
    position: fixed;
    bottom: 32px;
    right: 24px;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
@media screen and (min-width: 992px) {
    .c-cmn003__goTop {
        right: 32px;
    }
}
@media screen and (min-width: 1344px) {
    .c-cmn003__goTop {
        right: calc(50% - 640px);
    }
}
@media screen and (max-width: 767px) {
    .c-cmn003__goTop {
        bottom: 24px;
        right: 24px;
    }
}
.c-cmn003__goTop.is-show {
    opacity: 1;
    visibility: visible;
}
.c-cmn003__goTop a {
    display: block;
    position: relative;
    top: 0;
    width: 44px;
    height: 44px;
    font-size: 0;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
    .c-cmn003__goTop a:hover {
        background: #e6e6e6;
    }
}
.c-cmn003__goTop a:active {
    background: #ccc;
}

.c-cmn003__goTopIcon {
    display: block;
    padding: 10px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.c-cmn003__goTopIcon img {
    width: 100%;
}

.c-cmn003__holdings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
}
@media screen and (max-width: 767px) {
    .c-cmn003__holdings {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -4px -8px;
    }
}
.c-cmn003__holdings > li {
    margin: 4px 8px;
}
.c-cmn003__holdings a {
    font-size: 0.875rem;
}

.c-cmn003__links {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 12px;
    font-size: 0.75rem;
}
@media screen and (min-width: 1200px) {
    .c-cmn003__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 16px;
    }
}
@media screen and (max-width: 767px) {
    .c-cmn003__links + .c-cmn003__links {
        margin-top: 0;
    }
}

.c-cmn003__linksTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 16px;
    font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
    .c-cmn003__linksTop {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.c-cmn003__subMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -6px -12px;
}
@media screen and (max-width: 767px) {
    .c-cmn003__subMenu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 320px;
        margin: 0 auto;
    }
}
.c-cmn003__subMenu > li {
    position: relative;
    margin: 6px 12px;
}
@media screen and (max-width: 767px) {
    .c-cmn003__subMenu > li {
        margin: 4px 8px;
    }
}
.c-cmn003__subMenu > li::after {
    content: '';
    position: absolute;
    top: 4px;
    right: -12px;
    width: 1px;
    height: 12px;
    background: #ccc;
}
@media screen and (max-width: 767px) {
    .c-cmn003__subMenu > li::after {
        right: -8px;
        background: #ccc;
    }
}
@media screen and (max-width: 767px) {
    .c-cmn003__subMenu:last-child > li:nth-child(1)::after,
    .c-cmn003__subMenu:last-child > li:nth-child(3)::after,
    .c-cmn003__subMenu:last-child > li:nth-child(4)::after {
        display: none;
    }
    .c-cmn003__subMenu:not(:last-child) > li::after {
        display: none;
    }
}
.c-cmn003__subMenu > li:last-child::after {
    display: none;
}

.c-cmn003__subMenuTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -6px -12px;
}
@media screen and (max-width: 767px) {
    .c-cmn003__subMenuTop {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 320px;
    }
}
.c-cmn003__subMenuTop > li {
    position: relative;
    margin: 6px 12px;
}
@media screen and (max-width: 767px) {
    .c-cmn003__subMenuTop > li {
        margin: 8px 12px;
    }
}
.c-cmn003__area {
    margin-top: 16px;
}
@media screen and (min-width: 1200px) {
    .c-cmn003__area {
        margin-top: 0;
    }
}
@media screen and (max-width: 767px) {
    .c-cmn003__area {
        margin-top: 12px;
    }
}
.c-cmn003__area > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
@media screen and (max-width: 767px) {
    .c-cmn003__area > a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.c-cmn003__areaIcon {
    display: block;
    margin: 1px 8px 0 0;
}
@media screen and (min-width: 1200px) {
    .c-cmn003__areaIcon {
        margin: 1px 8px 0 20px;
    }
}

.c-cmn003__copyright {
    margin: 13px -12px -3px;
}
@media screen and (min-width: 992px) {
    .c-cmn003__copyright {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 767px) {
    .c-cmn003__copyright {
        margin: 24px 0 -3px;
    }
}
.c-cmn003__copyright > li {
    margin: 3px 12px;
}
@media screen and (max-width: 767px) {
    .c-cmn003__copyright > li:first-child {
        margin-bottom: 8px;
    }
}
.c-cmn003__copyright small {
    margin-left: 16px;
    color: #666;
    font-size: 0.6875rem;
}
@media screen and (max-width: 767px) {
    .c-cmn003__copyright small {
        display: block;
        margin: 4px 0 0;
    }
}
.c-cmn003__copyright span {
    font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
    .c-cmn003__copyright span {
        display: block;
        margin: 0;
    }
}

/* チャットボット */
.oda-chat-button {
    width: 186px;
    height: 64px;
}
.oda-chat-wrapper.oda-chat-collapsed {
    right: 32px;
}
@media screen and (min-width: 1344px) {
    .oda-chat-wrapper.oda-chat-collapsed {
        right: calc(50% - 640px);
    }
}
@media screen and (max-width: 767px) {
    .oda-chat-wrapper.oda-chat-collapsed {
        right: 24px;
    }
}
