@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
/*==========================================
default
===========================================*/
@media screen and (min-width: 961px) {
  body {
    margin: 0;
    overflow-x: clip;
  }
}

@media screen and (min-width: 961px) {
  article:not(.sticky) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
  }
}

@media screen and (min-width: 961px) {
  .horizontal_scroll {
    --sticky-container-height: 100vh;
    height: var(--sticky-container-height);
    min-height: 100vh;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 961px) {
  .horizontal_scroll .sticky {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
  }
}

.horizontal_scroll .scroller {
  position: relative;
}
@media screen and (min-width: 961px) {
  .horizontal_scroll .scroller {
    display: flex;
    overflow: auto;
    min-height: 100vh;
  }
}

@media screen and (min-width: 961px) {
  .horizontal_scroll .scroller.nobar {
    overflow: hidden;
  }
}

.horizontal_scroll .scroller .section {
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 961px) {
  .horizontal_scroll .scroller .section {
    min-width: 100vw;
    flex-basis: 66%;
    flex-shrink: 0;
  }
}

.horizontal_scroll .scroller .section:first-of-type {
  background-color: #76868C;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  overflow-x: hidden;
}
/*==========================================
sec-fv
===========================================*/
.sec-fv {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: top center;
  position: relative;
  max-width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  background-image: url(../img/flagship/fv.jpg);
  aspect-ratio: 3/2;
  background-position: center;
}
.sec-fv .cts-wrap {
  text-shadow: 0px 0px 12px #fff, 0px 0px 8px rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .sec-fv .cts-wrap {
    position: relative;
    top: 2em;
  }
}
.sec-fv .page-ttl {
  margin: auto;
  margin-bottom: 60px;
  color: #76868c;
}
@media screen and (max-width: 767px) {
  .sec-fv .page-ttl {
    margin-bottom: 30px;
  }
}
.sec-fv .page-ttl-en {
  font-size: clamp(2rem, 1.875vw, 3.6rem);
  letter-spacing: 0.12em;
  font-weight: 400;
  line-height: 1;
}
.sec-fv .page-ttl-ja {
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
  letter-spacing: 0.15em;
  font-weight: 400;
  line-height: 1.75;
}
.sec-fv .page-lead {
  margin: auto;
  margin-bottom: 60px;
  color: #76868c;
  line-height: 1.75;
  letter-spacing: 0.15em;
  font-size: clamp(2rem, 2.6042vw, 5rem);
  font-weight: 400;
}
.sec-fv .page-lead .font_accent {
  font-weight: 400;
  letter-spacing: 0.15em;
}

/*==========================================
sec-detail
===========================================*/
.accent_bg {
  background: #76868C;
  position: relative;
  z-index: 1;
}

.wht_bg {
  background: #fff;
  position: relative;
  z-index: 1;
}

.border {
  width: 0;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .border {
    top: 0%;
  }
}
.border.wht {
  background: #fff;
}
.border.accent {
  background: #76868C;
}
.border.harf {
  left: 50%;
}
.border.harf.show {
  animation: harf_border_anime 10s 1s forwards;
}
@media screen and (max-width: 960px) {
  .border.harf.show {
    animation: harf_border_anime 4s 1s forwards;
  }
}
@keyframes harf_border_anime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.border.full {
  left: 0%;
}
.border.full.show {
  animation: full_border_anime 10s 1s forwards;
}
@media screen and (max-width: 960px) {
  .border.full.show {
    animation: full_border_anime 4s 1s forwards;
  }
}
@keyframes full_border_anime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.sec-detail .scroller-fixed-inner {
  position: relative;
}
.sec-detail img[alt=ASOLIE] {
  width: 100%;
  max-width: 174px;
  height: auto;
  display: block;
  margin-inline: auto;
}
.sec-detail .sec-fixed {
  z-index: 3;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: max(20% - 5vw, 110px);
  left: 12%;
  visibility: visible;
  opacity: 1;
  width: 0;
  height: 0;
  margin-left: 12%;
}
@media screen and (max-width: 960px) {
  .sec-detail .sec-fixed {
    display: none;
  }
}
.sec-detail .sec-fixed .fixed-inner {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.6476190476;
  width: -moz-min-content;
  width: min-content;
  min-width: 140px;
  height: clamp(1rem, 5.2604166667vh, 10.1rem);
}
@media screen and (max-width: 960px) {
  .sec-detail .sec-fixed .fixed-inner {
    height: clamp(1rem, 10.5208333333vh, 10.1rem);
  }
}
.sec-detail .sec-fixed .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec-detail .sec-fixed .item-txt {
  letter-spacing: 0.13em;
  font-size: clamp(1.6rem, 1.042vw, 2rem);
  margin-top: 30px;
  color: #76868C;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .sec-detail .sec-ttl {
    flex-direction: column;
    padding: 20vw 0;
  }
}
.sec-detail .sec-ttl .item-img {
  padding-inline: 5%;
}
@media screen and (min-width: 961px) {
  .sec-detail .sec-ttl .item-img {
    position: absolute;
  }
}
.sec-detail .sec-ttl .item-txt {
  color: #fff;
  padding-inline: 30px;
  letter-spacing: 0.13em;
  font-size: clamp(1.6rem, 1.042vw, 2rem);
}
@media screen and (min-width: 961px) {
  .sec-detail .sec-ttl .item-txt {
    margin-left: 50%;
  }
}
@media screen and (max-width: 960px) {
  .sec-detail .sec-ttl .item-txt {
    margin-top: 30px;
  }
}
.sec-detail .sec-ttl .scroll {
  position: absolute;
  top: 60px;
  right: 1vw;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 10;
  /* スマホでは非表示にする場合 */
}
@media screen and (max-width: 960px) {
  .sec-detail .sec-ttl .scroll {
    display: none;
  }
}
.sec-detail .sec-ttl .scroll .txt {
  color: #fff;
  font-size: clamp(1.6rem, 1.042vw, 2rem);
  letter-spacing: 0.15em;
  line-height: 1;
  font-weight: 400;
  font-family: "futura-pt", sans-serif;
}
.sec-detail .sec-ttl .scroll .arrow {
  position: relative;
  display: block;
  width: 70px;
  /* 矢印の線の長さ */
  height: 2px;
  /* 線の太さ */
  background: #fff;
}
.sec-detail .sec-ttl .scroll .arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  /* 先端のサイズ */
  height: 2px;
  /* 先端の線の太さ */
  background: #fff;
  transform: rotate(35deg);
  transform-origin: right top;
}
.sec-detail .sec-cts {
  color: #76868C;
}
@media screen and (min-width: 961px) {
  .sec-detail .sec-cts#cts01 {
    margin-left: -12%;
  }
}
.sec-detail .sec-cts .cts-head {
  position: relative;
}
@media screen and (min-width: 961px) {
  .sec-detail .sec-cts .cts-head {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .sec-detail .sec-cts .cts-head {
    width: 100%;
  }
}
@media screen and (min-width: 961px) {
  .sec-detail .sec-cts .cts-body {
    width: 45%;
    position: absolute;
    top: calc(50% + clamp(60px, 5.2604166667vh, 10.1rem));
    left: 55%;
    transform: translate(0%, -50%);
    z-index: 7;
  }
}
@media screen and (max-width: 960px) {
  .sec-detail .sec-cts .cts-body {
    width: 100%;
  }
}
.sec-detail .sec-cts .cts-body .item-img-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec-detail .sec-cts .cts-body .item-img-inner img {
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  max-height: 60vh;
}
.sec-detail .sec-cts .cts-wrap {
  display: block;
}
@media screen and (max-width: 960px) {
  .sec-detail .sec-cts .cts-wrap {
    flex-direction: column;
  }
}
@media screen and (min-width: 961px) {
  .sec-detail .sec-cts .cts-head-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 5%;
  }
}
@media screen and (min-width: 961px) {
  .sec-detail .sec-cts .cts-head-bottom {
    position: absolute;
    top: 0;
    margin-top: 5%;
  }
}
.sec-detail .sec-cts .item_nav_link {
  position: relative;
  display: block;
  padding: 0.5em 3.5em;
  border: 1px solid #76868C;
  color: #76868C;
}
@media (hover: hover) {
  .sec-detail .sec-cts .item_nav_link:hover:hover {
    color: #fff;
    background: #76868C;
  }
}
.sec-detail .sec-cts .item-ttl-num {
  letter-spacing: 0em;
  font-size: clamp(2.8rem, 3.125vw, 6rem);
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  .sec-detail .sec-cts .item-ttl-num {
    margin-bottom: 1rem;
    font-size: clamp(2.8rem, 11.125vw, 6rem);
    line-height: 1;
  }
}
.sec-detail .sec-cts .item-ttl-ja {
  letter-spacing: 0em;
  font-size: clamp(2rem, 2.08333vw, 4rem);
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .sec-detail .sec-cts .item-ttl-ja {
    margin-bottom: 1rem;
    font-size: clamp(2rem, 8.08333vw, 4rem);
  }
}
.sec-detail .sec-cts .item-ttl-en {
  letter-spacing: 0.13em;
  font-weight: 500;
  margin-bottom: 0rem;
  font-size: clamp(1.6rem, 1.042vw, 2rem);
  line-height: 1;
  padding-inline: 2%;
  padding-left: 2.5%;
  position: absolute;
  top: 50%;
  left: -2%;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 960px) {
  .sec-detail .sec-cts .item-ttl-en {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-bottom: 3rem;
    padding-inline: 0;
    text-align: left;
  }
}
.sec-detail .sec-cts .item-txt {
  font-weight: 400;
  font-size: clamp(1.6rem, 0.9375vw, 1.6rem);
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 961px) {
  .sec-detail .sec-cts .item-txt {
    max-width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .sec-detail .sec-cts .item-txt {
    margin-bottom: 1em;
  }
}
.sec-detail .sec-cts .item-cap {
  text-align: center;
  letter-spacing: 0.06em;
  font-size: clamp(1.4rem, 0.9375vw, 1.6rem);
  margin-top: 0.5em;
}
@media screen and (max-width: 960px) {
  .sec-detail .sec-cts .item-cap {
    margin-top: 1.2em;
    font-size: 1.4rem;
  }
}

/* ===================================================
   画面の高さが低いPC（750px以下）向けの表示崩れ・位置ズレ完全修正
   =================================================== */
@media screen and (min-width: 961px) and (max-height: 750px) {
  .sec-detail.tablet .sec-fixed {
    z-index: 11;
  }
  .sec-detail.tablet .sec-cts {
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
    height: 100vh;
  }
  .sec-detail.tablet .sec-cts .border {
    display: none;
  }
  .sec-detail.tablet .sec-cts {
    /* ----------------------------------
       左側：テキストエリアの修正
    ---------------------------------- */
  }
  .sec-detail.tablet .sec-cts .cts-head {
    display: block;
    position: relative;
    height: 100%;
    width: 50%;
    box-sizing: border-box;
  }
  .sec-detail.tablet .sec-cts {
    /* ▼ 1. 英字タイトル（Beginning） */
  }
  .sec-detail.tablet .sec-cts .item-ttl-en {
    position: absolute;
    top: 50%;
    /* ▼ 修正: 18% -> 30% (さらに画像に近づける) */
    left: 30%;
    transform: translateY(-50%);
    margin: 0;
    z-index: 5;
    text-align: left;
    display: inline-block;
    width: auto;
    padding: 0 0.5em;
    margin-left: -0.5em;
    background: transparent;
    /* 線（最背面） */
  }
  .sec-detail.tablet .sec-cts .item-ttl-en::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -46.5vw;
    width: 200vw;
    height: 0.1px;
    background: #76868c;
    transform: translateY(-50%);
    z-index: -2;
  }
  .sec-detail.tablet .sec-cts .item-ttl-en {
    /* 白背景（中間） */
  }
  .sec-detail.tablet .sec-cts .item-ttl-en::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
  }
  .sec-detail.tablet .sec-cts {
    /* ▼ 2. 日本語タイトル（01 はじまり） */
  }
  .sec-detail.tablet .sec-cts .cts-head-top {
    position: absolute;
    bottom: 50%;
    /* ▼ 修正: 18% -> 30% */
    left: 30%;
    margin-bottom: 3.5vh;
    margin-top: 0;
    /* ▼ 修正: 幅を少し狭めてはみ出し防止 */
    width: 70%;
  }
  .sec-detail.tablet .sec-cts .cts-head-top .item-ttl-num {
    font-size: 6vh;
    line-height: 1;
    margin-bottom: 0.5vh;
    padding-top: 0;
  }
  .sec-detail.tablet .sec-cts .cts-head-top .item-ttl-ja {
    font-size: 3.5vh;
    line-height: 1;
    margin-bottom: 0;
  }
  .sec-detail.tablet .sec-cts {
    /* ▼ 3. 本文とボタン */
  }
  .sec-detail.tablet .sec-cts .cts-head-bottom {
    position: absolute;
    top: 50%;
    /* ▼ 修正: 18% -> 30% */
    left: 30%;
    margin-top: 3.5vh;
    /* ▼ 修正: 幅を少し狭めてはみ出し防止 */
    width: 70%;
  }
  .sec-detail.tablet .sec-cts .cts-head-bottom .item-txt {
    font-size: 1.8vh;
    line-height: 1.6;
    margin-bottom: 3vh;
    max-width: 100%;
  }
  .sec-detail.tablet .sec-cts .cts-head-bottom .btn-more-block {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 0;
    width: auto;
    display: inline-block;
    transform: scale(0.9);
    transform-origin: top left;
  }
  .sec-detail.tablet .sec-cts .cts-head-bottom .btn-more-block .btn-more-wrap {
    margin-top: 0;
  }
  .sec-detail.tablet .sec-cts {
    /* ----------------------------------
       右側：画像エリアの修正
    ---------------------------------- */
  }
  .sec-detail.tablet .sec-cts .cts-body .item-img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: visible;
    margin: 0;
    flex: none;
  }
  .sec-detail.tablet .sec-cts .cts-body .item-img-inner {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    transform: none;
    text-align: center;
  }
  .sec-detail.tablet .sec-cts .cts-body img {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 55vh;
    -o-object-fit: contain;
       object-fit: contain;
    transform: none;
  }
  .sec-detail.tablet .sec-cts .cts-body .item-cap {
    font-size: 2vh;
    margin-top: 2vh;
    width: 100%;
    display: block;
    white-space: normal;
    text-align: center;
    position: relative;
    z-index: 2;
    padding-left: 0;
  }
}/*# sourceMappingURL=flagship.css.map */