@charset "UTF-8";
/* *** common variables *** */
/* break point 
---------------------------------------------- */
/* hover style
---------------------------------------------- */
/* color
---------------------------------------------- */
/* *** ①One-Tone *** */
/* *** ②Two-Tone *** */
/* *** mixins *** */
/* break point */
/* hover */
/* -----------------------------------------------
  ① clamp関数（function関数改善版2025.11.20）
----------------------------------------------- */
/* 1rem = 10px */
/* -----------------------------------------------
  ② Y軸減少計算
----------------------------------------------- */
/* --- 画面を縮小させた際にコンテンツのY軸距離を広げる関数 --- */
/* ページ全体 */
.layback-shev-contents,
.modal-win-main {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
}

/* コンポーネント上書き */
@media (min-width: 769px) {
  .following-banner-box {
    inline-size: 438.88px;
  }
}

/* 共通クラス */
.no-break {
  display: inline-block;
}

.csr-pointer {
  cursor: pointer;
}

.icn-tooltip::after {
  vertical-align: baseline;
}

/* 共通タイトル */
@media (min-width: 769px) {
  .h2ttl-wrap {
    margin-block-end: 2.4rem;
  }
}
@media (max-width: 768px) {
  .h2ttl-wrap {
    margin-block-end: 1.6rem;
  }
}
.h2ttl-wrap h2 {
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 769px) {
  .h2ttl-wrap h2 {
    font-size: 6rem;
  }
}
@media (max-width: 768px) {
  .h2ttl-wrap h2 {
    font-size: 3.2rem;
  }
}
@media (min-width: 769px) {
  .h2ttl-wrap .subttl {
    font-size: 2rem;
    margin-block-start: 1.6rem;
  }
}
@media (max-width: 768px) {
  .h2ttl-wrap .subttl {
    font-size: 1.2rem;
    margin-block-start: 1.2rem;
  }
}

.ttl-tag-new {
  width: auto;
  line-height: 1;
  color: var(--white);
  background-color: #c80000;
  display: inline-block;
}
@media (min-width: 769px) {
  .ttl-tag-new {
    padding-block-end: 0.6rem;
    padding-inline: 1rem;
  }
}
@media (max-width: 768px) {
  .ttl-tag-new {
    padding-block-end: 0.4rem;
    padding-inline: 0.8rem;
  }
}

/* アンカーメニュー */
.anchor-menu-ph {
  overflow: hidden;
  transition: none;
}
.anchor-menu-ph.is-anchor-hidden {
  transition: var(--transition);
  height: 0 !important;
}

.anchor-menu-wrap {
  position: relative;
  z-index: 100;
  block-size: var(--anchor-menu-h);
}
@media (min-width: 769px) {
  .anchor-menu-wrap {
    --anchor-menu-h: 60px;
  }
}
@media (max-width: 768px) {
  .anchor-menu-wrap {
    --anchor-menu-h: 40px;
  }
}
.anchor-menu-wrap {
  background-color: var(--black);
  color: var(--white);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.anchor-menu-wrap.is-anchor-fixed {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
}
@media (max-width: 768px) {
  .anchor-menu-wrap.is-anchor-fixed {
    /* SP: 共通ヘッダー分（--hd-h）に合わせて固定位置を下げる */
    inset-block-start: var(--hd-h, 0px);
  }
}
.anchor-menu-wrap.is-anchor-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
}
@media (max-width: 768px) {
  .anchor-menu-wrap.is-menu-open .menu-inner::after {
    inset-block-start: calc((100% - 30px) / 2 + 18px);
    transform: translate(0, calc(-60% + 4px)) rotate(-45deg);
  }
  .anchor-menu-wrap.is-menu-open .menu-inner .anchor-menu-nav {
    max-block-size: 100vh;
  }
}
.anchor-menu-wrap .menu-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  block-size: var(--anchor-menu-h);
}
@media (max-width: 768px) {
  .anchor-menu-wrap .menu-inner {
    position: relative;
    cursor: pointer;
  }
  .anchor-menu-wrap .menu-inner::after {
    content: "";
    position: absolute;
    inset-inline-end: 8px;
    inset-block-start: calc((100% - 30px) / 2 + 12px);
    inline-size: 14px;
    block-size: 14px;
    border-block-start: 1px solid currentColor;
    border-inline-end: 1px solid currentColor;
    transform: translate(0, -40%) rotate(135deg);
    transition: inset-block-start 0.3s ease, transform 0.3s ease;
    pointer-events: none;
  }
}
@media (min-width: 769px) {
  .anchor-menu-wrap .menu-inner .logo {
    flex-basis: 24%;
  }
}
@media (max-width: 768px) {
  .anchor-menu-wrap .menu-inner .logo img {
    max-height: 20px !important;
  }
}
@media (max-width: 768px) {
  .anchor-menu-wrap .menu-inner .anchor-menu-nav {
    position: absolute;
    inset-block-start: 100%;
    inset-inline-start: calc(50% - 50vw);
    inline-size: 100vw;
    max-block-size: 0;
    overflow: hidden;
    transition: max-block-size 0.3s ease;
    background-color: var(--black);
  }
}
.anchor-menu-wrap .menu-list {
  display: flex;
}
@media (min-width: 769px) {
  .anchor-menu-wrap .menu-list {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .anchor-menu-wrap .menu-list {
    padding-inline: 10.67%;
    flex-direction: column;
  }
}
.anchor-menu-wrap .menu-list > li {
  flex-basis: auto;
}
@media (max-width: 768px) {
  .anchor-menu-wrap .menu-list > li:not(:last-child) {
    border-block-end: 1px solid currentColor;
  }
}
.anchor-menu-wrap .menu-list a {
  color: inherit;
  display: block;
}
@media (min-width: 769px) {
  .anchor-menu-wrap .menu-list a {
    font-size: clamp(1rem, 0.462rem + 0.7vw, 1.8rem);
    padding-block: 2rem;
    padding-inline: clamp(1rem, 0.331rem + 0.87vw, 2rem);
  }
}
@media (max-width: 768px) {
  .anchor-menu-wrap .menu-list a {
    font-size: 1.4rem;
    padding-block: 1.2rem;
  }
}

/* メインビジュアル */
.section-mv {
  position: relative;
}
.section-mv .logo {
  position: absolute;
}
@media (min-width: 769px) {
  .section-mv .logo {
    top: 48%;
    transform: translateY(-50%);
    right: 5.21%;
    width: 34.9%;
  }
}
@media (max-width: 768px) {
  .section-mv .logo {
    left: 50%;
    transform: translateX(-50%);
    top: 5%;
    width: 71.47%;
  }
}

/* リードエリア */
.section-lead {
  background-position: bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  .section-lead {
    background-image: url(/levorg-layback-wagon/top/images/img_top_bg_history_pc.webp);
    padding-block-end: 25%;
  }
}
@media (max-width: 768px) {
  .section-lead {
    background-image: url(/levorg-layback-wagon/top/images/img_top_bg_history_sp.webp);
    padding-block-end: 71%;
  }
}
.section-lead .main-txt {
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .section-lead .main-txt {
    font-size: clamp(3.2rem, 1.331rem + 2.43vw, 6rem);
  }
}
@media (max-width: 768px) {
  .section-lead .main-txt {
    font-size: clamp(2.8rem, 1.798rem + 3.13vw, 4.2rem);
  }
}
.section-lead .sub-txt {
  font-weight: 500;
}
@media (min-width: 769px) {
  .section-lead .sub-txt {
    font-size: clamp(1.4rem, 0.462rem + 1.22vw, 2.8rem);
    line-height: 2.35;
    margin-block-start: 2%;
  }
}
@media (max-width: 768px) {
  .section-lead .sub-txt {
    font-size: clamp(1.4rem, 0.971rem + 1.34vw, 2rem);
    line-height: 2.85;
    margin-block-start: 5.6%;
  }
}
.section-lead .release-date {
  border: 1px solid currentColor;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding: 0.24em 0.5em 0.32em;
}
@media (min-width: 769px) {
  .section-lead .release-date {
    font-size: clamp(2.4rem, 0.662rem + 2.26vw, 5rem);
    display: inline-block;
    margin-block-start: 3.5%;
  }
}
@media (max-width: 768px) {
  .section-lead .release-date {
    font-size: clamp(2.4rem, 1.827rem + 1.79vw, 3.2rem);
    margin-block-start: 8.8%;
  }
}

/* ヒストリー */
.section-history {
  background-color: #f7f6f5;
}
.section-history .bg-wrap {
  background-position: top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  .section-history .bg-wrap {
    padding-block: 5.21%;
    background-image: url(/levorg-layback-wagon/top/images/history/img_top_history_bgttl_pc.webp);
  }
}
@media (max-width: 768px) {
  .section-history .bg-wrap {
    padding-block: 15.63% 39.06%;
    background-image: url(/levorg-layback-wagon/top/images/history/img_top_history_bgttl_sp.webp);
  }
}
@media (min-width: 769px) {
  .section-history .history-items {
    margin-block-start: 5.6rem;
  }
}
@media (max-width: 768px) {
  .section-history .history-items {
    margin-block-start: 2.4rem;
  }
}
.section-history .history-item.new {
  position: relative;
  z-index: 0;
}
@media (min-width: 769px) {
  .section-history .history-item.new {
    padding-block-end: 5.21%;
  }
}
@media (max-width: 768px) {
  .section-history .history-item.new {
    padding-block-end: 15.63%;
  }
}
.section-history .history-item.new::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f3e8de;
  z-index: -1;
}
@media (min-width: 769px) {
  .section-history .history-item.new::before {
    top: 24px;
  }
}
@media (max-width: 768px) {
  .section-history .history-item.new::before {
    top: 12px;
  }
}
.section-history .history-item.new .inner {
  margin-block-end: 0;
}
.section-history .history-content .year {
  color: #7f6f5a;
  line-height: 1;
  margin-block-end: 1.6rem;
  display: block;
}
@media (min-width: 769px) {
  .section-history .history-content .year {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .section-history .history-content .year {
    font-size: 2.2rem;
  }
}
.section-history .history-content .inner {
  position: relative;
  border-inline-start: none;
}
.section-history .history-content .inner::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  inline-size: 2px;
  block-size: 100%;
  background-color: #7f6f5a;
}
@media (min-width: 769px) {
  .section-history .history-content .inner {
    margin-block-end: 1.6rem;
    margin-inline-start: 1.62%;
    padding-block-end: 5.04%;
    padding-inline-start: 4.32%;
  }
}
@media (max-width: 768px) {
  .section-history .history-content .inner {
    margin-block-end: 0.8rem;
    margin-inline-start: 0.6rem;
    padding-block-end: 3rem;
    padding-inline-start: 2.4rem;
  }
}
@media (min-width: 769px) {
  .section-history .history-content .inner .tag-new {
    padding-block: 1.4rem;
  }
}
@media (max-width: 768px) {
  .section-history .history-content .inner .tag-new {
    padding-block: 0.8rem;
  }
}
.section-history .history-content .inner .tag-new .txt {
  font-weight: var(--fwBold);
  line-height: 1;
  color: var(--white);
  background-color: #c80000;
  text-align: center;
  display: block;
}
@media (min-width: 769px) {
  .section-history .history-content .inner .tag-new .txt {
    width: 80px;
    font-size: 2.2rem;
    padding-block: 0.6rem 0.8rem;
  }
}
@media (max-width: 768px) {
  .section-history .history-content .inner .tag-new .txt {
    width: 40px;
    font-size: 1.2rem;
    padding-block: 0.3rem;
  }
}
.section-history .history-content .inner .row {
  display: flex;
  gap: 1rem 2rem;
}
@media (max-width: 768px) {
  .section-history .history-content .inner .row {
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .section-history .history-content .inner .txt-wrap {
    flex: auto;
  }
}
@media (min-width: 769px) {
  .section-history .history-content .inner .img-wrap {
    flex-basis: 55.4%;
  }
}
@media (min-width: 769px) {
  .section-history .history-content .inner h3 {
    margin-block-end: 2.4rem;
  }
}
@media (max-width: 768px) {
  .section-history .history-content .inner h3 {
    margin-block-end: 0.8rem;
  }
}
.section-history .history-content .inner h3 .model-name {
  font-weight: var(--fwBold);
  line-height: 1.2;
}
@media (min-width: 769px) {
  .section-history .history-content .inner h3 .model-name {
    font-size: clamp(4rem, 2.662rem + 1.74vw, 6rem);
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .section-history .history-content .inner h3 .model-name {
    font-size: 2.8rem;
    margin-inline-end: 0.8rem;
  }
}
@media (min-width: 769px) {
  .section-history .history-content .inner h3 .model-name .txt-sm {
    font-size: 40%;
  }
}
@media (max-width: 768px) {
  .section-history .history-content .inner h3 .model-name .txt-sm {
    font-size: 42.86%;
  }
}
.section-history .history-content .inner h3 .subttl {
  line-height: 1;
}
@media (min-width: 769px) {
  .section-history .history-content .inner h3 .subttl {
    font-size: clamp(1.2rem, 0.931rem + 0.35vw, 1.6rem);
    margin-block-start: 0.8rem;
    display: block;
  }
}
@media (max-width: 768px) {
  .section-history .history-content .inner h3 .subttl {
    font-size: 1.2rem;
  }
}
.section-history .history-content .inner .theme {
  color: #623726;
  font-weight: var(--fwBold);
}
@media (min-width: 769px) {
  .section-history .history-content .inner .theme {
    font-size: clamp(2rem, 1.715rem + 0.89vw, 2.4rem);
    margin-block-end: 1.6rem;
  }
}
@media (max-width: 768px) {
  .section-history .history-content .inner .theme {
    font-size: 1.6rem;
    margin-block-end: 0.8rem;
  }
}
@media (min-width: 769px) {
  .section-history .history-content .inner .txt {
    font-size: clamp(1.4rem, 1.131rem + 0.35vw, 1.8rem);
    line-height: 2;
  }
}
@media (max-width: 768px) {
  .section-history .history-content .inner .txt {
    font-size: 1.2rem;
    line-height: 1.66;
  }
}
.section-history.history-motion-enabled .history-item {
  transition: opacity 0.65s ease-out, transform 0.65s ease-out;
}
.section-history.history-motion-enabled .history-item .history-content .inner::before {
  transition: block-size 0.85s cubic-bezier(0.33, 1, 0.68, 1) 0.06s;
}
.section-history.history-motion-enabled .history-item:not(.is-history-visible) {
  opacity: 0;
  transform: translateX(-2rem);
}
@media (max-width: 768px) {
  .section-history.history-motion-enabled .history-item:not(.is-history-visible) {
    transform: translateX(-1.2rem);
  }
}
.section-history.history-motion-enabled .history-item:not(.is-history-visible) .history-content .inner::before {
  block-size: 0;
}

/* ポイント */
.section-points .point-img-wrap {
  position: relative;
}
.section-points .point-img-wrap .point-txt {
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
  color: var(--white);
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  transition: var(--transition);
  position: absolute;
}
@media (min-width: 769px) {
  .section-points .point-img-wrap .point-txt {
    font-size: clamp(2rem, 0.662rem + 1.74vw, 4rem);
  }
}
@media (max-width: 768px) {
  .section-points .point-img-wrap .point-txt {
    font-size: clamp(2rem, 0.573rem + 4.46vw, 4rem);
  }
}
.section-points .point-img-wrap .point-txt:hover {
  opacity: 0.7;
}
@media (min-width: 769px) {
  .section-points .point-img-wrap .point-txt.point-01 {
    top: 27%;
    left: 28%;
  }
}
@media (max-width: 768px) {
  .section-points .point-img-wrap .point-txt.point-01 {
    top: 22%;
    left: 8.4%;
  }
}
@media (min-width: 769px) {
  .section-points .point-img-wrap .point-txt.point-02 {
    top: 13.29%;
    right: 28%;
  }
}
@media (max-width: 768px) {
  .section-points .point-img-wrap .point-txt.point-02 {
    top: 12.6%;
    right: 7.2%;
  }
}
@media (min-width: 769px) {
  .section-points .point-img-wrap .point-txt.point-03 {
    bottom: 14.86%;
    right: 42%;
  }
}
@media (max-width: 768px) {
  .section-points .point-img-wrap .point-txt.point-03 {
    bottom: 15.2%;
    right: 27.6%;
  }
}
.section-points .point-img-wrap .point-target {
  position: absolute;
  z-index: 2;
}
@media (min-width: 769px) {
  .section-points .point-img-wrap .point-target {
    width: 4.38%;
    aspect-ratio: 84/80;
  }
}
@media (max-width: 768px) {
  .section-points .point-img-wrap .point-target {
    width: 8.27%;
    aspect-ratio: 62/58;
  }
}
.section-points .point-img-wrap .point-target:hover {
  opacity: 0.7;
}
@media (min-width: 769px) {
  .section-points .point-img-wrap .point-target.point-01 {
    top: 35%;
    left: 41.67%;
  }
}
@media (max-width: 768px) {
  .section-points .point-img-wrap .point-target.point-01 {
    top: 36%;
    left: 37.2%;
  }
}
@media (min-width: 769px) {
  .section-points .point-img-wrap .point-target.point-02 {
    top: 28.57%;
    right: 39.38%;
  }
}
@media (max-width: 768px) {
  .section-points .point-img-wrap .point-target.point-02 {
    top: 31.2%;
    right: 33.33%;
  }
}
@media (min-width: 769px) {
  .section-points .point-img-wrap .point-target.point-03 {
    bottom: 23.57%;
    left: 38.02%;
  }
}
@media (max-width: 768px) {
  .section-points .point-img-wrap .point-target.point-03 {
    bottom: 28.6%;
    left: 32.4%;
  }
}
.section-points .point-img-wrap .point-line {
  position: absolute;
}
@media (min-width: 769px) {
  .section-points .point-img-wrap .point-line.point-01 {
    width: 7.03%;
    top: 29.57%;
    left: 36.88%;
  }
}
@media (max-width: 768px) {
  .section-points .point-img-wrap .point-line.point-01 {
    width: 10.93%;
    top: 25.6%;
    left: 30.7%;
  }
}
@media (min-width: 769px) {
  .section-points .point-img-wrap .point-line.point-02 {
    width: 4.69%;
    top: 15.57%;
    right: 37.03%;
  }
}
@media (max-width: 768px) {
  .section-points .point-img-wrap .point-line.point-02 {
    width: 8%;
    top: 16.4%;
    right: 29.73%;
  }
}
@media (min-width: 769px) {
  .section-points .point-img-wrap .point-line.point-03 {
    width: 7.92%;
    bottom: 17.14%;
    left: 40.26%;
  }
}
@media (max-width: 768px) {
  .section-points .point-img-wrap .point-line.point-03 {
    width: 13.73%;
    bottom: 18.8%;
    left: 36.7%;
  }
}

/* ラインアップ */
@media (min-width: 769px) {
  .section-lineup .h3ttl-wrap {
    margin-block-end: 1.6rem;
  }
}
@media (max-width: 768px) {
  .section-lineup .h3ttl-wrap {
    margin-block-end: 1.2rem;
  }
}
.section-lineup .h3ttl-wrap h3 {
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 769px) {
  .section-lineup .h3ttl-wrap h3 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .section-lineup .h3ttl-wrap h3 {
    font-size: 2rem;
  }
}
.section-lineup .h3ttl-wrap .subttl {
  margin-block-start: 1.2rem;
}
@media (min-width: 769px) {
  .section-lineup .h3ttl-wrap .subttl {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .section-lineup .h3ttl-wrap .subttl {
    font-size: 1.2rem;
  }
}

/* スペック */
@media (min-width: 769px) {
  .section-spec .h3ttl-wrap {
    margin-block-end: 1.4rem;
  }
}
@media (max-width: 768px) {
  .section-spec .h3ttl-wrap {
    margin-block-end: 1rem;
  }
}
@media (min-width: 769px) {
  .section-spec .h3ttl-wrap h3 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .section-spec .h3ttl-wrap h3 {
    font-size: 1.4rem;
  }
}
.section-spec .spec-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.section-spec .spec-table .bdrt-none {
  border-block-start: none;
}
.section-spec .spec-table .bdrb-none {
  border-block-end: none;
}
.section-spec .spec-table .th-bg-shev {
  background: #dfc4ab;
}
.section-spec .spec-table .td-bg-shev {
  background: #f3e8de;
}
.section-spec .spec-table .col1 {
  width: 7%;
}
.section-spec .spec-table .col2 {
  width: 28%;
}
.section-spec .spec-table .col3,
.section-spec .spec-table .col4 {
  width: 32.5%;
}
.section-spec .spec-table thead th {
  font-weight: var(--fwBold);
  background: #f3f3f3;
}
.section-spec .spec-table thead th:not(:first-child) {
  text-align: center;
}
.section-spec .spec-table th,
.section-spec .spec-table td {
  border: 1px solid var(--greyK60);
  line-height: 1.5;
  vertical-align: middle;
}
@media (min-width: 769px) {
  .section-spec .spec-table th,
  .section-spec .spec-table td {
    font-size: 1.6rem;
    padding: 1.6rem;
  }
}
@media (max-width: 768px) {
  .section-spec .spec-table th,
  .section-spec .spec-table td {
    font-size: 1rem;
    padding: 1rem;
  }
}
.section-spec .spec-table td {
  text-align: center;
}

/* アクセサリー */
.section-acc .acc-style-list {
  display: flex;
}
@media (max-width: 768px) {
  .section-acc .acc-style-list {
    flex-direction: column;
  }
}
.section-acc .acc-style-list > .item {
  width: 100%;
  position: relative;
}
.section-acc .acc-style-list .package-name {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  line-height: 0;
}
.section-acc .acc-style-list .package-name picture {
  line-height: 0;
}
@media (min-width: 769px) {
  .section-acc .acc-style-list .package-name img {
    max-height: 77px;
  }
}
@media (max-width: 768px) {
  .section-acc .acc-style-list .package-name img {
    max-height: clamp(3rem, 0.142rem + 8.93vw, 7rem);
  }
}

/* モーダル（win-size-adjust: コンテンツに合わせる。ビューポート＋padding内で収まらないときは body 内スクロール） */
.modal-win.win-size-adjust.show {
  display: flex;
  flex-direction: column;
}
.modal-win.win-size-adjust > .modal-win-inr {
  flex: 1 1 auto;
  min-block-size: 0;
  display: flex;
  flex-direction: column;
  block-size: auto;
  height: auto !important;
}
.modal-win.win-size-adjust .modal-win-body:not(.hide) {
  flex: 1 1 auto;
  min-block-size: 0;
  overflow-y: auto;
  block-size: auto !important;
  height: auto !important;
}

.modal-close-btn button {
  outline: none;
}

.modal-win-main .item {
  display: flex;
  flex-direction: column;
}
.modal-win-main .item .point3-ttl-wrap {
  flex: 1;
}
.modal-win-main {
  /* ポイントモーダル */
}
.modal-win-main .point-ttl-wrap {
  margin-block-end: var(--contentMg);
}
.modal-win-main .point-ttl-wrap h3 {
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media (min-width: 769px) {
  .modal-win-main .point-ttl-wrap h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .modal-win-main .point-ttl-wrap h3 {
    font-size: 1.4rem;
  }
}
.modal-win-main .point-ttl-wrap h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin-inline: auto;
  background-color: var(--keyColor);
  margin-block: 1rem 1.2rem;
}
.modal-win-main .point-ttl-wrap h4 {
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media (min-width: 769px) {
  .modal-win-main .point-ttl-wrap h4 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .modal-win-main .point-ttl-wrap h4 {
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  .modal-win-main .point-ttl-wrap .subttl {
    font-size: 2rem;
    margin-block-start: 1.6rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .modal-win-main .point-ttl-wrap .subttl {
    font-size: 1.2rem;
    margin-block-start: 1.2rem;
  }
}
.modal-win-main .point2-ttl-wrap h5 {
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 769px) {
  .modal-win-main .point2-ttl-wrap h5 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .modal-win-main .point2-ttl-wrap h5 {
    font-size: 2rem;
  }
}
.modal-win-main .point2-ttl-wrap .subttl {
  line-height: 1.5;
}
@media (min-width: 769px) {
  .modal-win-main .point2-ttl-wrap .subttl {
    font-size: 1.6rem;
    margin-block: 1.2rem 1.6rem;
  }
}
@media (max-width: 768px) {
  .modal-win-main .point2-ttl-wrap .subttl {
    font-size: 1.2rem;
    margin-block: 1rem 1.2rem;
  }
}
.modal-win-main .point3-ttl-wrap {
  flex: 1;
}
@media (min-width: 769px) {
  .modal-win-main .point3-ttl-wrap h5 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .modal-win-main .point3-ttl-wrap h5 {
    font-size: 1.4rem;
  }
}
.modal-win-main .point3-ttl-wrap .subttl {
  line-height: 1.5;
}
@media (min-width: 769px) {
  .modal-win-main .point3-ttl-wrap .subttl {
    font-size: 1.6rem;
    margin-block: 0.4rem 1.2rem;
  }
}
@media (max-width: 768px) {
  .modal-win-main .point3-ttl-wrap .subttl {
    font-size: 1.2rem;
    margin-block: 0.4rem 1rem;
  }
}
.modal-win-main {
  /* アクセサリーモーダル */
}
.modal-win-main .accessory-ttl-wrap {
  margin-block-end: var(--contentMg);
}
@media (min-width: 769px) {
  .modal-win-main .accessory-ttl-wrap h3 img {
    max-height: 50px;
  }
}
@media (max-width: 768px) {
  .modal-win-main .accessory-ttl-wrap h3 img {
    max-height: 24px;
  }
}
@media (min-width: 769px) {
  .modal-win-main .accessory-ttl-wrap .subttl {
    font-size: 1.6rem;
    margin-block-start: 1.6rem;
  }
}
@media (max-width: 768px) {
  .modal-win-main .accessory-ttl-wrap .subttl {
    font-size: 1.2rem;
    margin-block-start: 0.8rem;
  }
}
.modal-win-main .acc-main-caption {
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: right;
}
@media (min-width: 769px) {
  .modal-win-main .acc-main-caption {
    margin-block-start: 0.8rem;
  }
}
@media (max-width: 768px) {
  .modal-win-main .acc-main-caption {
    margin-block-start: 0.4rem;
  }
}
.modal-win-main .acc-item-caption {
  line-height: 1.2;
}
@media (min-width: 769px) {
  .modal-win-main .acc-item-caption {
    font-size: 1.6rem;
    margin-block-start: 0.8rem;
  }
}
@media (max-width: 768px) {
  .modal-win-main .acc-item-caption {
    font-size: 1.2rem;
    margin-block-start: 0.4rem;
  }
}/*# sourceMappingURL=top.css.map */


