@charset "utf-8";

/*
*********************************************************
campaign-contents
*********************************************************
*/
#campaign-contents {
  max-width: 100%;
  margin: 0 auto;
}

/* chrome 画像・グラフィック文字のぼやけ対策 */
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  #campaign-contents img {
    image-rendering: -webkit-optimize-contrast;
  }
}

/* safari 画像 デフォルト値 */
@media (-webkit-min-device-pixel-ratio: 0) {

  _::-webkit-full-page-media,
  _:future,
  :root #campaign-contents img {
    image-rendering: auto;
  }
}

#campaign-contents .maximg {
  width: 100%;
  height: auto
}

#campaign-contents picture,
#campaign-contents picture img {
  width: 100%;
  height: auto;
  display: block;
}

.print-only,
.plan-print-only {
  display: none;
}

.inner-xs-wrap2,
.inner-xs-wrap,
.inner-s-wrap,
.inner-wrap {
  width: calc(100% - 16px);
  overflow: visible;
}

@media (max-width: 768px) {

  .inner-xs-wrap2,
  .inner-xs-wrap,
  .inner-s-wrap,
  .inner-wrap {
    width: 100%;
  }
}

#campaign-contents summary {
  list-style: none;
}

#campaign-contents details>summary::-webkit-details-marker {
  display: none;
}

/*
*********************************************************
#section-kv
*********************************************************
*/
#section-kv .kv-photo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1440/460;
}

#section-kv .kv-photo h1 {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
}

#section-kv .kv-note {
  width: 100%;
  font-size: 1.2rem;
  color: #333;
  text-align: center;
  margin: var(--size16) auto 0;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width:768px) {
  #section-kv .kv-photo {
    aspect-ratio: 768/839;
  }

  #section-kv .kv-note {
    font-size: 1.1rem;
    margin-bottom: var(--size16);
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  #section-kv .kv-note {
    font-size: 1.4rem;
  }
}

/*
*********************************************************
section-introduction
*********************************************************
*/
#section-introduction {
  padding: var(--size48) 0 var(--size64);
}

#section-introduction #introduction ul {
  display: flex;
  gap: var(--size40);
  list-style: none;
  padding: 0;
  margin: 0 auto;
  align-items: flex-start;
  max-width: 1034px;
}

#section-introduction #introduction ul li {
  flex: 1;
  position: relative;
  overflow: visible;
  background: #fff;
}

/* ヘッダー帯 */
#section-introduction .intro-header {
  background-color: #005ca2;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 5px var(--size16);
}

#section-introduction .intro-keyring .intro-header {
  background-color: #00aaea;
}

/* カード本体 */
#section-introduction .intro-body {
  background-color: #f5f6f4;
  position: relative;
  padding: 10px var(--size16) 20px;
}

/* 商品名テキスト */
#section-introduction .intro-title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
}

#section-introduction .intro-towel picture,
#section-introduction .intro-keyring picture {
  position: absolute;
  height: auto;
}

#section-introduction .intro-towel picture img,
#section-introduction .intro-keyring picture img {
  width: 100%;
  height: auto;
  display: block;
}

/* タオル画像 */
#section-introduction .intro-towel picture {
  width: 62%;
  max-width: 350px;
  right: -16px;
  top: -45px;
}

/* キーリング画像 */
#section-introduction .intro-keyring picture {
  width: 50%;
  max-width: 205px;
  right: 16px;
  top: -90px;
}

@media (min-width: 769px) and (max-width: 1060px) {
  #section-introduction .intro-title {
    font-size: clamp(1.0rem, 1.48vw, 1.6rem);
  }

  #section-introduction .intro-towel picture {
    top: -40px;
  }

  #section-introduction .intro-keyring picture {
    width: 42%;
    top: -8vw;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #section-introduction {
    padding: 0 var(--size16);
    margin-bottom: var(--size16);
  }

  #section-introduction #introduction ul {
    flex-direction: column;
    gap: var(--size16);
  }

  #section-introduction #introduction ul li {
    flex: none;
    width: 100%;
  }

  #section-introduction .intro-header {
    font-size: 5.4vw;
    text-align: center;
    padding: var(--size8) var(--size16);
  }

  #section-introduction .intro-body {
    padding: 12px 14px;
  }

  #section-introduction .intro-towel .intro-body {
    min-height: 48vw;
  }

  #section-introduction .intro-keyring .intro-body {
    min-height: 58vw;
  }

  #section-introduction .intro-title {
    font-size: 5.4vw;
    text-align: left;
    line-height: 1.4;
    max-width: 80%;
  }

  #section-introduction .intro-towel picture {
    position: absolute;
    width: 80%;
    max-width: inherit;
    right: var(--size8);
    top: auto;
    bottom: var(--size8);
  }

  #section-introduction .intro-keyring picture {
    position: absolute;
    width: 59%;
    max-width: inherit;
    right: var(--size8);
    top: auto;
    bottom: var(--size8);
    padding-right: 0;
  }
}

/*
***************************************************************
#section-video（動画 Brightcove）
***************************************************************
*/
#section-video {
  padding: var(--size16) 0 var(--size48);
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width:768px) {
  #section-video {
    padding: 0 var(--size16) var(--size16);
  }

  #section-video .inner-xs-wrap {
    padding: 0;
  }
}

/*
*********************************************************
#section-greeting
*********************************************************
*/
#section-greeting {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 var(--size48);
}

#section-greeting .greeting-text {
  color: #006fb6;
  position: relative;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 auto;
}

@media (min-width: 769px) and (max-width: 860px) {
  #section-greeting .greeting-text {
    font-size: 2.4vw;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width:768px) {
  #section-greeting {
    margin: 0 auto;
    padding: var(--size8) 0 var(--size24);
  }

  #section-greeting .greeting-text {
    font-size: 4.4vw;
    line-height: 1.6;
    padding: 0;
  }
}

/*
*********************************************************
#section-navigation
*********************************************************
*/
#section-navigation {
  overflow: hidden;
  position: relative;
  max-width: 1016px;
  margin: 0 auto;
  padding: 0 var(--size8);
}

#section-navigation #navigation>ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  flex-wrap: wrap;
  gap: var(--size24);
  margin: 0;
  padding: 0;
  list-style: none;
}

#section-navigation #navigation>ul>li {
  flex: 1 1 0;
  background-color: #589fcc;
  border-top: 12px solid #b9d3e8;
}

#section-navigation #navigation>ul>li>a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  text-decoration: none;
  padding: var(--size16) 0;
  height: 100%;
  -webkit-transition: opacity .8s, background-color .8s;
  transition: opacity .8s, background-color .8s;
}

@media (min-width: 769px) and (max-width: 960px) {
  #section-navigation #navigation>ul>li>a {
    font-size: 1.9vw;
  }
}

#section-navigation #navigation>ul>li>a:hover {
  opacity: 0.75;
  background-color: #6eb7e5;
}

/* border製 下矢印 */
#section-navigation .nav-arrow {
  display: block;
  width: 18px;
  height: 18px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  margin: 5px auto;
  flex-shrink: 0;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #section-navigation {
    margin: 0 auto;
    padding: 0 14px;
  }

  #section-navigation #navigation>ul {
    gap: var(--size16);
  }

  #section-navigation #navigation>ul>li {
    flex: 0 0 calc(50% - 8px);
  }

  #section-navigation #navigation>ul>li>a {
    font-size: 3.6vw;
    padding: var(--size16) var(--size8);
  }

  #section-navigation .nav-arrow {
    margin: 0 auto;
  }
}

@media (max-width: 320px) {
  #section-navigation #navigation>ul>li>a {
    font-size: 3.4vw;
  }
}

/*
*********************************************************
topic > topic-inner（共通）
*********************************************************
*/
#campaign-contents .topic-inner {
  border: 20px solid #f5f6f4;
  overflow: hidden;
  position: relative;
  margin: var(--size40) auto;
  padding: 20px 20px var(--size40) 20px;
}

#section-topic01 .topic-inner {
  overflow: visible;
  padding: 20px 20px 0 20px;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #campaign-contents .topic-inner {
    width: calc(100% - 28px);
    border: 14px solid #f5f6f4;
    margin: var(--size24) auto;
    padding: 14px;
  }

  #section-topic01 .topic-inner {
    overflow: visible;
    padding: var(--size16) 14px 0 14px;
  }

  #section-topic03 .topic-inner {
    overflow: visible;
  }
}

@media (max-width: 320px) {
  #section-topic01 .topic-inner {
    width: calc(100% - 20px);
    padding: var(--size16) 10px 0 10px;
  }
}

/*
*********************************************************
topic > h2-band-wrap（共通）
*********************************************************
*/
#campaign-contents .h2-band-wrap {
  width: 100%;
  background-color: #b9d3e8;
  margin: 0;
  padding: 0;
}

#campaign-contents .h2-band-wrap h2,
#campaign-contents .h2-band-wrap p {
  background-color: #589fcc;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 680px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 0 auto;
  padding: 12px 20px;
}

#campaign-contents .h2-band-wrap h2 span,
#campaign-contents .h2-band-wrap p span {
  display: block;
  font-size: 2rem;
  font-weight: normal;
  border: 1px solid #fff;
  padding: 5px;
  margin: 0 10px;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {

  #campaign-contents .h2-band-wrap h2,
  #campaign-contents .h2-band-wrap p {
    font-size: 5vw;
    line-height: 1.4;
    min-height: 40px;
    max-width: calc(100% - 28px);
    margin-top: var(--size24);
    padding: 10px 14px;
  }

  #campaign-contents .h2-band-wrap h2 span,
  #campaign-contents .h2-band-wrap p span {
    font-size: 2.8vw;
  }
}

@media (max-width: 320px) {

  #campaign-contents .h2-band-wrap h2,
  #campaign-contents .h2-band-wrap p {
    font-size: 4.4vw;
  }
}

/*
*********************************************************
topic > cp-btn（共通オレンジボタン）
*********************************************************
*/
#campaign-contents .cp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ed6c00;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 100vw;
  min-width: 340px;
  padding: var(--size8);
  transition: opacity 0.3s ease;
}

#campaign-contents .cp-btn:hover {
  opacity: 0.8;
}

#campaign-contents a.cp-btn[target="_blank"]:not(.icn-none):after {
  top: 0;
  width: 17px;
  background: url(/assets/images/icn_blank_white.svg) no-repeat center center / contain;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #campaign-contents .cp-btn {
    min-width: 0;
    width: 100%;
    max-width: inherit;
    font-size: 4vw;
    padding: var(--size8) var(--size24);
  }
}

/*
*********************************************************
section-topic01
*********************************************************
*/
#section-topic01 .topic-contents {}

/* --------------- plan-box --------------- */
#section-topic01 .plan-box {
  position: relative;
  max-width: 1030px;
  margin: 0 auto;
}

#section-topic01 .plan-box.plan01 {
  margin-top: var(--size24);
}

/* --------------- plan-box h3 --------------- */
#section-topic01 .plan-box h3 {
  width: 100%;
  max-width: min(820px, 80.3922%);
}

#section-topic01 .plan-box.plan01 h3 {
  margin: var(--size8) auto 0;
}

#section-topic01 .plan-box.plan02 h3 {
  margin: var(--size8) auto;
}

/* --------------- plan-text --------------- */
#section-topic01 .plan-box.plan01 .plan-text {
  position: absolute;
  top: 32%;
  left: 72%;
  width: 100%;
  z-index: 1;
}

#section-topic01 .plan-box.plan02 .plan-text.sound {
  position: absolute;
  bottom: 10%;
  left: 15%;
  z-index: 1;
}

#section-topic01 .plan-box.plan02 .plan-text.model {
  position: absolute;
  top: 38%;
  right: 5px;
  z-index: 1;
}

#section-topic01 .plan-box .plan-text p.lead {
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: -0.02em;
  text-align: left;
}

#section-topic01 .plan-box.plan01 .plan-text p.result {
  color: #1967b2;
  font-size: clamp(1.2rem, 1.6vw, 1.8rem);
  text-align: left;
  font-weight: bold;
  font-feature-settings: "palt";
  border-left: var(--size8) solid #1967b2;
  margin: var(--size16) 0 var(--size8) 0;
  padding-left: var(--size8);
}

#section-topic01 .plan-box p.note {
  position: absolute;
  bottom: var(--size8);
  right: -16px;
  font-size: clamp(1rem, 1.15vw, 1.1rem);
  line-height: 1.7;
  text-align: left;
  letter-spacing: -0.03em;
}

@media (min-width: 769px) and (max-width: 969px) {
  #section-topic01 .plan-box.plan01 {
    margin-top: var(--size16);
  }
}

@media (min-width: 769px) and (max-width: 1160px) {
  #section-topic01 .plan-box .plan-text p.lead {
    font-size: 1.2vw;
  }

  #section-topic01 .plan-box.plan02 .plan-text.sound {
    left: 14%;
  }

  #section-topic01 .plan-box p.note {
    font-size: 1vw;
    bottom: 1rem;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #section-topic01 .plan-box {
    display: flex;
    flex-direction: column;
    overflow: visible;
    margin-top: 0;
  }

  #section-topic01 .plan-box.plan01 {
    margin-top: 0;
  }

  #section-topic01 .plan-box.plan02 {
    margin-top: var(--size24);
    margin-bottom: 0;
  }

  #section-topic01 .plan-box.plan02::after {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: radial-gradient(circle, #bbcce9 2px, transparent 2px);
    background-size: 12px 4px;
    background-repeat: repeat-x;
    background-position: center;
    z-index: -1;
  }

  #section-topic01 .plan-box h3 {
    position: static;
    transform: none;
    max-width: 100%;
  }

  #section-topic01 .plan-box.plan02 h3 {
    padding-top: var(--size8);
  }

  #section-topic01 .plan-box.plan01 .plan-text {
    position: static;
    padding: var(--size8) 0 0;
  }

  #section-topic01 .plan-box.plan02 .plan-text.sound {
    position: relative;
    bottom: auto;
    left: auto;
    padding: var(--size8) 0 0;
  }

  #section-topic01 .plan-box.plan02 .plan-text.model {
    position: absolute;
    top: auto;
    bottom: 3px;
    right: auto;
    left: 0;
    text-align: left;
  }

  #section-topic01 .plan-box .plan-text p.lead {
    font-size: 3.5vw;
    text-align: center;
    line-height: 1.6;
  }

  #section-topic01 .plan-box.plan02 .plan-text.model p.lead {
    text-align: left;
  }

  #section-topic01 .plan-box.plan01 .plan-text p.result {
    border-left: none;
    font-size: 4.2vw;
    text-align: center;
    margin: var(--size8) 0 0 0;
    padding-left: 0;
  }

  #section-topic01 .plan-box.plan01 .plan-photo {
    margin-top: -15vw;
  }

  #section-topic01 .plan-box.plan02 .plan-photo {
    margin-top: var(--size8);
  }

  #section-topic01 p.note {
    position: static;
    font-size: 1.1rem;
    text-align: justify;
    padding-top: var(--size8);
    padding-bottom: var(--size8);
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  #section-topic01 p.note {
    font-size: 1.4rem;
  }
}

@media (max-width: 344px) {
  #section-topic01 .plan-box .plan-text p.lead {
    font-size: 3.4vw;
  }

  #section-topic01 p.note {
    font-size: 1rem;
  }
}

@media (max-width: 320px) {
  #section-topic01 p.note {
    font-size: 1rem;
  }
}

/*
*********************************************************
section-topic02 >　present-box
*********************************************************
*/
#section-topic02 .present-box {
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 960px;
  margin: var(--size24) auto 0;
}

#section-topic02 .present-box .present-photo {
  flex: 0 0 50%;
  max-width: 480px;
  margin-left: 40px;
}

#section-topic02 .present-box .present-text {
  flex: 1 1 auto;
  min-width: 0;
  padding-left: var(--size32);
}

#section-topic02 .present-box .present-text .present-text-catch {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #ed6c00;
  font-size: 2.4rem;
  font-weight: bold;
}

#section-topic02 .present-box .present-text .present-text-catch::before,
#section-topic02 .present-box .present-text .present-text-catch::after {
  content: "";
  background-color: #ed6c00;
  height: 3px;
  width: 50px;
}

#section-topic02 .present-box .present-text .present-text-catch::before {
  margin-right: 0;
  margin-left: -8px;
  transform: rotate(60deg);
}

#section-topic02 .present-box .present-text .present-text-catch::after {
  margin-left: -8px;
  transform: rotate(-60deg);
}

#section-topic02 .present-box .present-text .present-text-name {
  color: #333;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  border-left: 14px solid #b9d3e8;
  padding: 4px var(--size16);
  margin: var(--size16) 0;
}

#section-topic02 .present-box .present-text .present-text-lead {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0 0 var(--size8);
}

#section-topic02 .present-box .present-text .present-text-spec {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #009fe8;
  border: 1px solid #009fe8;
  padding: 4px 10px;
  margin: 0 0 var(--size16);
}

#section-topic02 .present-box .present-text .present-text-note {
  font-size: 1.3rem;
  margin: 0;
}

@media (min-width: 769px) and (max-width: 1080px) {
  #section-topic02 .present-box .present-text .present-text-catch {
    font-size: 2.2vw;
  }

  #section-topic02 .present-box .present-text .present-text-name {
    font-size: 2.2vw;
  }

  #section-topic02 .present-box .present-text .present-text-spec {
    font-size: 1vw;
  }

  #section-topic02 .present-box .present-text .present-text-note {
    font-size: 1vw;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #section-topic02 .present-box {
    flex-direction: column;
    align-items: first baseline;
    gap: var(--size8);
    width: 100%;
    max-width: inherit;
    margin: 0;
    padding: 0;
  }

  #section-topic02 .present-box .present-photo {
    flex: none;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }

  #section-topic02 .present-box .present-text {
    padding-left: 0;
  }

  #section-topic02 .present-box .present-text .present-text-name {
    font-size: 5vw;
    border-left: 14px solid #b9d3e8;
    padding: 4px 0 4px var(--size16);
    margin: 0 0 var(--size16);
  }

  #section-topic02 .present-box .present-text .present-text-spec {
    width: 100%;
    font-size: 1.1rem;
    text-align: justify;
  }

  #section-topic02 .present-box .present-text .present-text-note {
    font-size: 1.1rem;
    text-align: justify;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  #section-topic02 .present-box .present-text .present-text-spec {
    font-size: 2vw;
  }

  #section-topic02 .present-box .present-text .present-text-note {
    font-size: 2vw;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  #section-topic02 .present-box .present-text .present-text-spec {
    font-size: 1.4rem;
  }

  #section-topic02 .present-box .present-text .present-text-note {
    font-size: 1.4rem;
  }
}

@media (max-width: 360px) {
  #section-topic02 .present-box .present-text .present-text-spec {
    font-size: 1rem;
  }

  #section-topic02 .present-box .present-text .present-text-note {
    font-size: 1rem;
  }
}

/*
*********************************************************
section-topic02 > .boxer60th-lead-box
*********************************************************
*/
#section-topic02 .boxer60th-lead-box h3 {
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  margin: var(--size16) auto;
}

#section-topic02 .boxer60th-lead-box .lead {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.8;
  margin: 0 auto var(--size32);
}

@media (min-width: 769px) and (max-width: 980px) {
  #section-topic02 .boxer60th-lead-box h3 {
    font-size: 2.4vw;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #section-topic02 .boxer60th-lead-box h3 {
    font-size: 5vw;
    line-height: 1.4;
    margin: var(--size16) auto var(--size8);
  }

  #section-topic02 .boxer60th-lead-box .lead {
    font-size: 3.4vw;
    margin: 0 auto var(--size16);
  }
}

@media (max-width: 360px) {
  #section-topic02 .boxer60th-lead-box h3 {
    font-size: 4.6vw;
  }

  #section-topic02 .boxer60th-lead-box .lead {
    font-size: 3.2vw;
  }
}

/*
*********************************************************
section-topic02 > .lineup-box
*********************************************************
*/
#section-topic02 .lineup-box {
  display: flex;
  align-items: flex-start;
  gap: var(--size16);
  max-width: 1010px;
  margin: var(--size32) auto 0;
}

#section-topic02 .lineup-box.boxer-engine {
  margin: var(--size16) auto 0;
}

/* lineup-car-list */
#section-topic02 .lineup-box .lineup-car-list,
#section-topic02 .boxer-engine-car-list {
  display: flex;
  align-items: stretch;
}

#section-topic02 .boxer-engine-car-list {
  max-width: 1010px;
  margin: var(--size8) auto 0;
}

#section-topic02 .lineup-box.boxer-engine>.lineup-car-list {
  flex: 0 0 100%;
}

#section-topic02 .lineup-box.e-boxer .lineup-car-list,
#section-topic02 .lineup-box.bev .lineup-car-list {
  margin-top: var(--size16);
}

#section-topic02 .boxer-engine-car-list .lineup-car-list-label,
#section-topic02 .lineup-box .lineup-car-list .lineup-car-list-label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  white-space: nowrap;
  padding: 4px var(--size16);
}

#section-topic02 .boxer-engine-car-list .lineup-car-list-models,
#section-topic02 .lineup-box .lineup-car-list .lineup-car-list-models {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
  margin-left: var(--size8);
}

#section-topic02 .boxer-engine-car-list .lineup-car-list-label {
  background: #00396c;
}

#section-topic02 .lineup-box.e-boxer .lineup-car-list .lineup-car-list-label {
  background: #00849a;
  width: 160px;
  flex: 0 0 160px;
}

#section-topic02 .lineup-box.bev .lineup-car-list .lineup-car-list-label {
  background: #3f99d5;
  width: 160px;
  flex: 0 0 160px;
}

#section-topic02 .lineup-box .lineup-photo {
  position: relative;
  flex: 0 0 52%;
  max-width: 520px;
}

#section-topic02 .lineup-box .note {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  position: absolute;
  bottom: var(--size8);
  left: var(--size8);
}

@media (min-width: 769px) and (max-width: 1160px) {

  #section-topic02 .lineup-box.e-boxer .lineup-car-list .lineup-car-list-label,
  #section-topic02 .lineup-box.bev .lineup-car-list .lineup-car-list-label {
    width: 120px;
    flex: 0 0 120px;
  }

  #section-topic02 .boxer-engine-car-list .lineup-car-list-label,
  #section-topic02 .lineup-box .lineup-car-list .lineup-car-list-label,
  #section-topic02 .boxer-engine-car-list .lineup-car-list-models,
  #section-topic02 .lineup-box .lineup-car-list .lineup-car-list-models {
    font-size: 1.3vw;
  }

  #section-topic02 .lineup-box .note {
    font-size: 1vw;
  }
}

#section-topic02 .lineup-box .lineup-text {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#section-topic02 .lineup-box.boxer-engine .lineup-text {
  border-top: 4px solid #00396c;
}

#section-topic02 .lineup-box.e-boxer .lineup-text {
  border-top: 4px solid #00849a;
}

#section-topic02 .lineup-box.bev .lineup-text {
  border-top: 4px solid #3f99d5;
}

#section-topic02 .lineup-box.boxer-engine .lineup-text-inner,
#section-topic02 .lineup-box.bev .lineup-text-inner {
  padding-left: var(--size16);
}

#section-topic02 .lineup-box.e-boxer .lineup-text-inner {
  padding-right: var(--size16);
}

#section-topic02 .lineup-box .lineup-text .lineup-text-name {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.1;
  margin: 5px 0 14px;
}

#section-topic02 .lineup-box .lineup-text .lineup-text-name span {
  font-size: 2rem;
}

#section-topic02 .lineup-box.boxer-engine .lineup-text .lineup-text-name {
  color: #00396c;
}

#section-topic02 .lineup-box.e-boxer .lineup-text .lineup-text-name {
  color: #00849a;
}

#section-topic02 .lineup-box.bev .lineup-text .lineup-text-name {
  color: #3f99d5;
}

#section-topic02 .lineup-box .lineup-text .lineup-text-point {
  color: #00396c;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 1.7rem;
  letter-spacing: -0.02em;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 14px;
}

#section-topic02 .lineup-box.boxer-engine .lineup-text .lineup-text-point {
  color: #00396c;
}

#section-topic02 .lineup-box.e-boxer .lineup-text .lineup-text-point {
  color: #00849a;
}

#section-topic02 .lineup-box.bev .lineup-text .lineup-text-point {
  color: #3f99d5;
}

#section-topic02 .lineup-box .lineup-text .lineup-text-point span {
  display: inline-block;
  flex-shrink: 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
  border-radius: 20px;
  padding: 4px 16px 2px;
}

#section-topic02 .lineup-box.boxer-engine .lineup-text .lineup-text-point span {
  background: #00396c;
}

#section-topic02 .lineup-box.e-boxer .lineup-text .lineup-text-point span {
  background: #00849a;
}

#section-topic02 .lineup-box.bev .lineup-text .lineup-text-point span {
  background: #3f99d5;
}

#section-topic02 .lineup-box .lineup-text .lineup-text-lead {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: justify;
  border-top: 1px solid #333;
  margin: 0 0 14px;
  padding-top: 14px;
}

#section-topic02 .lineup-box .lineup-text .lineup-text-lead:nth-child(3) {
  border-bottom: 1px dashed #333;
  padding-bottom: 14px;
}

#section-topic02 .lineup-box .lineup-text .lineup-text-lead:nth-child(5) {
  margin: 0;
}

@media (min-width: 769px) and (max-width: 1140px) {
  #section-topic02 .lineup-box .lineup-text .lineup-text-name {
    font-size: 1.8vw;
  }

  #section-topic02 .lineup-box .lineup-text .lineup-text-name span {
    font-size: 1.4vw;
    margin-top: 4px;
  }

  #section-topic02 .lineup-box .lineup-text .lineup-text-point {
    font-size: 1.4vw;
  }

  #section-topic02 .lineup-box .lineup-text .lineup-text-point span {
    font-size: 1.2vw;
  }

  #section-topic02 .lineup-box .lineup-text .lineup-text-lead {
    font-size: 1.3vw;
  }

  #section-topic02 .lineup-box .lineup-text .lineup-text-lead br {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 940px) {
  #section-topic02 .lineup-box .lineup-text .lineup-text-point {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #section-topic02 .lineup-box {
    flex-direction: column;
    gap: 0;
    max-width: inherit;
    margin-top: var(--size32);
  }

  #section-topic02 .lineup-box.boxer-engine {
    border-top: 4px solid #00396c;
    padding-top: var(--size16);
  }

  #section-topic02 .lineup-box.e-boxer {
    border-top: 4px solid #00849a;
    padding-top: var(--size16);
  }

  #section-topic02 .lineup-box.bev {
    border-top: 4px solid #3f99d5;
    padding-top: var(--size16);
  }

  #section-topic02 .lineup-box.boxer-engine .lineup-text-inner,
  #section-topic02 .lineup-box.bev .lineup-text-inner {
    padding-left: 0;
  }

  #section-topic02 .lineup-box.e-boxer .lineup-text-inner {
    padding-right: 0;
  }

  #section-topic02 .lineup-box .lineup-photo {
    flex: none;
    max-width: 100%;
    width: 100%;
  }

  #section-topic02 .lineup-box.e-boxer .lineup-photo {
    order: -1;
  }

  #section-topic02 .lineup-box .note {
    font-size: 1.1rem;
    line-height: 1.4;
    position: absolute;
    bottom: 4px;
    left: 4px;
  }

  #section-topic02 .lineup-box .lineup-text {
    text-align: center;
    padding: 0;
  }

  #section-topic02 .lineup-box.boxer-engine .lineup-text,
  #section-topic02 .lineup-box.e-boxer .lineup-text,
  #section-topic02 .lineup-box.bev .lineup-text {
    border-top: none;
  }

  #section-topic02 .lineup-box .lineup-text .lineup-text-name {
    font-size: 5vw;
    border-top: none;
    margin-top: var(--size8);
    margin-bottom: var(--size8);
  }

  #section-topic02 .lineup-box .lineup-text .lineup-text-name span {
    font-size: 3.8vw;
  }

  #section-topic02 .lineup-box.boxer-engine .lineup-text .lineup-text-name,
  #section-topic02 .lineup-box.e-boxer .lineup-text .lineup-text-name,
  #section-topic02 .lineup-box.bev .lineup-text .lineup-text-name {
    border-top: none;
  }

  #section-topic02 .lineup-box.boxer-engine .lineup-text .lineup-text-name {
    color: #333;
  }

  #section-topic02 .lineup-box.e-boxer .lineup-text .lineup-text-name {
    color: #333;
  }

  #section-topic02 .lineup-box.bev .lineup-text .lineup-text-name {
    color: #333;
  }

  #section-topic02 .lineup-box .lineup-text .lineup-text-point {
    font-size: 4vw;
    flex-direction: column;
    align-items: center;
    margin: 0 0 var(--size8);
  }

  #section-topic02 .lineup-box .lineup-text .lineup-text-point span {
    font-size: 3.5vw;
    padding: 5px var(--size24);
  }

  #section-topic02 .lineup-box .lineup-text .lineup-text-lead {
    font-size: 3.4vw;
    padding-top: var(--size8);
  }

  #section-topic02 .lineup-box .lineup-text .lineup-text-lead br {
    display: none;
  }

  #section-topic02 .lineup-box .lineup-text .lineup-text-lead:nth-child(3) {
    padding-bottom: var(--size8);
  }

  #section-topic02 .boxer-engine-car-list,
  #section-topic02 .lineup-box.e-boxer .lineup-car-list,
  #section-topic02 .lineup-box.bev .lineup-car-list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  #section-topic02 .boxer-engine-car-list,
  #section-topic02 .lineup-box .lineup-car-list {
    font-size: 3.4vw;
  }

  #section-topic02 .boxer-engine-car-list .lineup-car-list-label,
  #section-topic02 .lineup-box.e-boxer .lineup-car-list .lineup-car-list-label,
  #section-topic02 .lineup-box.bev .lineup-car-list .lineup-car-list-label {
    width: 90%;
    flex: 0 0 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.4vw;
    padding: 5px var(--size24);
  }

  #section-topic02 .boxer-engine-car-list .lineup-car-list-models,
  #section-topic02 .lineup-box .lineup-car-list .lineup-car-list-models {
    display: block;
    width: 100%;
    font-size: 3.4vw;
    line-height: 1.4;
    text-align: center;
    margin: 0 auto;
    padding: var(--size8) 0 0;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  #section-topic02 .lineup-box .note {
    font-size: 1.2rem;
    bottom: var(--size8);
    left: var(--size8);
  }
}

@media (max-width: 360px) {
  #section-topic02 .lineup-box .note {
    font-size: 1rem;
  }
}

/*
*********************************************************
section-topic02 >　shijocp-box
*********************************************************
*/
#section-topic02 .shijocp-box {
  background: #C6E7F9;
  background: linear-gradient(0deg, rgba(198, 231, 249, 1) 0%, rgba(111, 199, 222, 1) 100%);
  max-width: 770px;
  margin: var(--size40) auto 0;
}

#section-topic02 .shijocp-box h3.shijocp-h3 {
  background-color: #5f98d1;
  padding: var(--size16);
}

#section-topic02 .shijocp-box h3.shijocp-h3 img {
  max-width: 620px;
  margin: 0 auto;
}

#section-topic02 .shijocp-box .shijocp-photo {
  max-width: 665px;
  margin: var(--size24) auto 0;
}

#section-topic02 .shijocp-box .shijocp-target-period {
  color: #134a91;
  font-size: 2.2rem;
  font-feature-settings: "palt";
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  padding: var(--size16);
}

#section-topic02 .shijocp-box .shijocp-btn-wrap {
  text-align: center;
  margin: 0 auto;
  padding-bottom: var(--size24);
}

@media (min-width: 769px) and (max-width: 800px) {
  #section-topic02 .shijocp-box h3.shijocp-h3 img {
    width: 80%;
  }

  #section-topic02 .shijocp-box .shijocp-photo {
    padding: 0 var(--size8);
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #section-topic02 .shijocp-box {
    max-width: inherit;
    margin: var(--size32) auto 0;
  }

  #section-topic02 .shijocp-box h3.shijocp-h3 img {
    max-width: inherit;
    margin: 0 auto;
  }

  #section-topic02 .shijocp-box .shijocp-photo {
    max-width: inherit;
    margin: var(--size8) auto 0;
  }

  #section-topic02 .shijocp-box .shijocp-target-period {
    font-size: 3.8vw;
    padding: var(--size16);
  }

  #section-topic02 .shijocp-box .shijocp-target-period span.title {
    font-size: 4.2vw;
    font-weight: normal;
    padding: 0;
  }

  #section-topic02 .shijocp-box .shijocp-btn-wrap {
    width: calc(100% - 32px);
  }
}

@media (max-width: 320px) {
  #section-topic02 .shijocp-box .shijocp-target-period {
    font-size: 3.4vw;
  }
}

/*
*********************************************************
section-topic03 >　message-box
*********************************************************
*/
#section-topic03 h3.message-h3 {
  max-width: 720px;
  margin: 0 auto;
  padding-top: var(--size8);
}

#section-topic03 h4.message-h4 {
  font-size: 1.6rem;
  text-align: center;
}

#section-topic03 .topic-contents .message-box {
  position: relative;
  overflow: hidden;
  max-width: 990px;
  margin: 0 auto;
  z-index: -1;
}

#section-topic03 .topic-contents .message-box .message-text {
  position: absolute;
  top: 15%;
  left: 8%;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #section-topic03 .topic-contents h3.message-box {
    overflow: visible;
  }

  #section-topic03 h4.message-h4 {
    font-size: 4.2vw;
    margin: var(--size8) auto 0;
  }

  #section-topic03 .topic-contents .message-box picture {
    width: calc(100% + var(--size24));
    margin-right: calc(-1 * var(--size24));
  }

  #section-topic03 .topic-contents .message-box .message-text {
    position: static;
    padding: var(--size16) 0 0;
  }
}

/*
*********************************************************
section-topic03 > download-grid
*********************************************************
*/
#section-topic03 .download-text {
  color: #333;
  max-width: 950px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.6;
  text-align: left;
  border-left: 8px solid #6bc8f2;
  padding: 0 var(--size16);
  margin: -6% auto var(--size8);
}

#section-topic03 .download-text p {
  display: block;
  color: #1967b2;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  padding-top: var(--size8);
}

/* --------------- download-grid --------------- */
#section-topic03 .download-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--size16);
  max-width: 950px;
  margin: var(--size16) auto 0;
}

#section-topic03 .download-box {
  display: flex;
  flex-direction: column;
}

#section-topic03 .download-head {
  text-align: center;
  padding: var(--size16) var(--size16) var(--size8);
}

#section-topic03 .download-head h5 {
  color: #005bab;
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

#section-topic03 .download-box.is-blue .download-head h5 {
  color: #fff;
}

#section-topic03 .download-box.download01,
#section-topic03 .download-box.download04 {
  background: #d3edfb;
}

#section-topic03 .download-box.download02,
#section-topic03 .download-box.download03 {
  background: #d2e9e5;
}

#section-topic03 .download-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 var(--size8);
}

#section-topic03 .download-body .text {
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
  flex: 1;
}

#section-topic03 .download-btns {
  display: flex;
  justify-content: center;
  gap: var(--size16);
  margin: 10px auto var(--size24);
}

#section-topic03 .download-btns.is-multi {
  gap: var(--size8);
}

#section-topic03 .download-btn-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

#section-topic03 .download-btn-item .btn-label {
  color: #005bab;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

#section-topic03 .download-btn {
  display: inline-flex;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: middle !important;
  gap: 6px;
  background-color: #ed6c00;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 100vw;
  max-width: 210px;
  padding: var(--size8) 12px;
  transition: opacity 0.3s ease;
}

#section-topic03 .download-btn .pdf-icon {
  width: auto;
  height: 24px;
  flex-shrink: 0;
}

#section-topic03 .download-btn:hover {
  opacity: 0.8;
}

#section-topic03 .download-btn[target="_blank"]:after {
  background: url(/assets/images/icn_blank_white.svg) no-repeat center center / contain;
  width: 17px;
  height: 16px;
  top: -.08em;
  margin-left: 0;
}

@media (min-width: 769px) and (max-width: 990px) {
  #section-topic03 h4.message-h4 {
    font-size: 1.6vw;
  }
}

@media (min-width: 769px) and (max-width: 1090px) {
  #section-topic03 .download-text {
    font-size: 1.6vw;
  }

  #section-topic03 .download-text p {
    font-size: 1.8vw;
  }

  #section-topic03 .download-text span {
    font-size: 1.8vw;
  }

  #section-topic03 .download-head h5 {
    font-size: 1.8vw;
  }

  #section-topic03 .download-body .text {
    font-size: 1.3vw;
  }

  #section-topic03 .download-btn-item .btn-label {
    font-size: 1.2vw;
  }

  #section-topic03 .download-btn {
    font-size: 1.2vw;
    padding: 4px var(--size8);
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #section-topic03 .download-text {
    max-width: inherit;
    font-size: 4.2vw;
    text-align: center;
    line-height: 1.4;
    border-top: 4px solid #b9d3e8;
    border-left: none;
    margin: var(--size8) auto 0;
    padding: var(--size8) 0 0;
  }

  #section-topic03 .download-text p {
    color: #589fcc;
    font-size: 4.2vw;
    border-top: 4px solid #b9d3e8;
    padding-top: var(--size16);
    padding-bottom: 0;
    margin-top: var(--size8);
  }

  #section-topic03 .download-grid {
    grid-template-columns: 1fr;
    gap: var(--size16);
  }

  #section-topic03 .download-box.download01,
  #section-topic03 .download-box.download03 {
    background: #d3edfb;
  }

  #section-topic03 .download-box.download02,
  #section-topic03 .download-box.download04 {
    background: #d2e9e5;
  }

  #section-topic03 .download-head h5 {
    font-size: 5vw;
  }

  #section-topic03 .download-body {
    padding: 0;
  }

  #section-topic03 .download-body .text {
    font-size: 3.6vw;
    line-height: 1.6;
    letter-spacing: -0.02em;
  }

  #section-topic03 .download-btns {
    display: flex;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding: 0 var(--size16);
  }

  #section-topic03 .download-btns.is-multi {
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 0 var(--size16);
  }

  #section-topic03 .download-btn-item .btn-label {
    font-size: 3vw;
  }

  #section-topic03 .download-btn {
    font-size: 4vw;
    max-width: inherit;
  }

  #section-topic03 .download-btn {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: var(--size8) var(--size16);
  }

  #section-topic03 .download-btns.is-multi .download-btn-item {
    width: 100%;
    align-items: stretch;
    gap: var(--size8);
  }
}

/*
*********************************************************
section-topic03 > community-box
*********************************************************
*/
#section-topic03 .community-box {
  max-width: 950px;
  background: #0079bd;
  margin: var(--size16) auto 0;
}

#section-topic03 .community-box-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: var(--size24);
  padding: var(--size24) var(--size24) 0;
}

#section-topic03 .community-box-inner .community-icon {
  flex: 0 0 90px;
  width: 90px;
}

#section-topic03 .community-box-inner .community-text {
  color: #fff;
  font-size: 2.0rem;
  text-align: left;
  line-height: 1.7;
  padding-top: 0;
}

#section-topic03 .community-box-inner .community-text span {
  color: #fff697;
  font-weight: bold;
}

@media (min-width: 769px) and (max-width: 900px) {
  #section-topic03 .community-box-inner .community-text {
    font-size: 2vw;
  }
}

/* --------------- community-btn-wrap --------------- */
#section-topic03 .community-btn-wrap {
  display: flex;
  justify-content: center;
  padding-bottom: var(--size32);
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #section-topic03 .community-box-inner {
    flex-direction: column;
    gap: var(--size8);
    padding: var(--size16);
    text-align: center;
  }

  #section-topic03 .community-box-inner .community-icon {
    flex: 0 0 40%;
    width: 40%;
    margin: 0 auto;
  }

  #section-topic03 .community-box-inner .community-text {
    font-size: 4.6vw;
    line-height: 1.6;
    font-weight: normal;
    text-align: center;
    margin: 0 auto;
  }

  #section-topic03 .community-box-inner .community-text span {
    font-weight: bold;
  }

  #section-topic03 .community-btn-wrap {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
}

/* --------------------- acc-wrap --------------------  */
#section-topic03 .acc-wrap.nml-acc-wrap {
  max-width: 950px;
  border-top: none !important;
  border-bottom: none !important;
  margin: var(--size16) auto 0;
}

#section-topic03 .acc-wrap.nml-acc-wrap .triggle {
  background-color: #589fcc;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  padding: var(--size8) 56px var(--size8) 0;
  transition: opacity 0.3s ease;
}

#section-topic03 .acc-wrap.nml-acc-wrap .triggle:hover {
  opacity: 0.8;
}

#section-topic03 summary {
  list-style: none;
  -webkit-appearance: none;
  appearance: none;
}

#section-topic03 summary h3.acc-h3 {
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  padding-top: 0;
}

#section-topic03 .nml-toggle-icn::before {
  background-color: var(--white);
  width: 26px;
  height: 2px;
  right: 14px;
}

#section-topic03 .nml-toggle-icn::after {
  background-color: var(--white);
  width: 2px;
  height: 26px;
  top: calc(50% - 12px);
}

#section-topic03 .text-box p {
  overflow-wrap: anywhere;
  font-size: 1.2rem;
  text-align: justify;
  line-height: 1.8;
  margin: 0 auto;
  padding-top: var(--size16);
}

#section-topic03 .text-box a:hover {
  color: var(--keyColor);
  text-decoration: underline;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (min-width: 600px) and (max-width: 768px) {
  #section-topic03 .text-box p {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  #section-topic03 summary h3.acc-h3 {
    font-size: 4vw;
    font-weight: bold;
  }

  #section-topic03 .acc-wrap.nml-acc-wrap .triggle {
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
    padding: var(--size16) 56px var(--size16) var(--size16);
    transition: opacity 0.3s ease;
  }
}

@media (max-width: 360px) {
  #section-topic03 .text-box p {
    font-size: 1.1rem;
  }
}

/*
*********************************************************
section-topic04（キーホルダー）
*********************************************************
*/
/* --------------- present-box --------------- */
#section-topic04 .present-box {
  overflow: hidden;
  display: grid;
  grid-template-columns: 20.5% 55% 24.5%;
  grid-template-areas:
    "photo text app"
    "photo types types";
  margin-top: var(--size24);
}

#section-topic04 .present-box .present-photo {
  grid-area: photo;
  align-self: center;
  max-width: 190px;
  margin-right: 4px;
}

#section-topic04 .present-box .present-photo img {
  max-width: 190px;
}

#section-topic04 .present-box .present-text {
  grid-area: text;
  max-width: 560px;
}

#section-topic04 .present-box .present-text h3 {
  color: #333;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  border-left: 14px solid #b9d3e8;
  margin: 0 0 var(--size8);
  padding: 0 var(--size16);
}

#section-topic04 .present-box .present-text .present-text-lead {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: var(--size8) 0;
}

#section-topic04 .present-box .present-text .present-text-spec {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #009fe8;
  border: 1px solid #009fe8;
  padding: 4px 10px;
  margin-bottom: var(--size8);
}

#section-topic04 .present-box .present-app {
  grid-area: app;
  align-self: center;
  max-width: 245px;
}

#section-topic04 .present-box .present-app img {
  max-width: 245px;
}

#section-topic04 .present-box .present-7types {
  grid-area: types;
  max-width: 805px;
  padding-bottom: var(--size8);
}

#section-topic04 .present-box .present-7types h4 {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: #1967b2;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
}

#section-topic04 .present-box .present-7types h4::before,
#section-topic04 .present-box .present-7types h4::after {
  content: "";
  flex: 1;
  height: 4px;
  border-top: 1px solid #1967b2;
  border-bottom: 1px solid #1967b2;
}

#section-topic04 .present-box .present-7types h4 span {
  font-size: 1.5rem;
  font-weight: bold;
}

/* --------------- present-note --------------- */
#section-topic04 .present-note {
  margin-top: var(--size16);
}

#section-topic04 .present-note p {
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: justify;
}

@media (min-width: 1131px) and (max-width: 1170px) {
  #section-topic04 .present-box .present-text .present-text-lead {
    font-size: 1.2vw;
  }
}

@media (min-width: 769px) and (max-width: 1130px) {
  #section-topic04 .present-box .present-text h3 {
    font-size: 2vw;
  }

  #section-topic04 .present-box .present-7types h4 {
    font-size: 1.8vw;
  }

  #section-topic04 .present-box .present-7types h4 span {
    font-size: 1.4vw;
  }

  #section-topic04 .present-box .present-text .present-text-lead {
    font-size: 1.1vw;
  }

  #section-topic04 .present-note p {
    font-size: 1.2vw;
  }

  #section-topic04 .present-box .present-text .present-text-spec {
    font-size: 1.1vw;
    margin-bottom: var(--size16);
  }
}

/* --------------- present-btn-wrap --------------- */
#section-topic04 .present-btn-wrap {
  display: flex;
  justify-content: center;
  margin: var(--size24) 0 0;
}

/* -------------------------------------- */
/* ----------------- SP ----------------- */
/* -------------------------------------- */
@media (max-width: 768px) {
  #section-topic04 .present-box {
    grid-template-columns: 42.5% 1fr;
    grid-template-areas:
      "photo text"
      "lead02 lead02"
      "spec   spec"
      "app    app"
      "types  types";
    margin-top: 0;
  }

  #section-topic04 .present-box .present-photo {
    max-width: inherit;
    padding-left: 0;
    padding-right: 0;
  }

  #section-topic04 .present-box .present-photo img {
    max-width: 100%;
    margin: 0 auto;
  }

  #section-topic04 .present-box .present-text {
    max-width: inherit;
    padding: 0;
    align-self: start;
  }

  #section-topic04 .present-box .present-text h3 {
    font-size: 5vw;
    line-height: 1.4;
    border-left: 14px solid #b9d3e8;
    margin: 0 0 var(--size8);
    padding: var(--size8) 0 var(--size8) var(--size16);
  }

  #section-topic04 .present-box .present-text .present-text-lead {
    font-size: 3.4vw;
    line-height: 1.6;
    letter-spacing: 0.02em;
    text-align: justify;
    margin: var(--size16) 0 0;
  }

  #section-topic04 .present-box .present-text-lead-02.sp-only {
    grid-area: lead02;
    font-size: 3.4vw;
    line-height: 1.6;
    letter-spacing: 0.02em;
    text-align: justify;
    margin: 0;
  }

  #section-topic04 .present-box .present-text-spec.sp-only {
    grid-area: spec;
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: center;
    color: #009fe8;
    border: 1px solid #009fe8;
    margin: var(--size16) 0 var(--size8);
    padding: 4px 10px;
  }

  #section-topic04 .present-box .present-app {
    align-self: auto;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  #section-topic04 .present-box .present-7types {
    max-width: inherit;
    padding: 0;
  }

  #section-topic04 .present-box .present-app img {
    width: 90%;
    max-width: inherit;
    margin: 0 auto;
  }

  #section-topic04 .present-box .present-7types h4 {
    color: #6288c5;
    flex-direction: column;
    gap: 0;
    font-size: 6vw;
    padding: var(--size8) 0 var(--size16);
  }

  #section-topic04 .present-box .present-7types h4 span {
    font-size: 4vw;
    margin: 0;
  }

  #section-topic04 .present-box .present-7types h4::before,
  #section-topic04 .present-box .present-7types h4::after {
    width: 100%;
    height: 6px;
    border-top: 1px solid #6288c5;
    border-bottom: 1px solid #6288c5;
    flex: none;
  }

  #section-topic04 .present-box .present-7types h4::before {
    margin-bottom: 0.3em;
  }

  #section-topic04 .present-box .present-7types h4::after {
    margin-top: 0.3em;
  }

  #section-topic04 .present-btn-wrap {
    width: 100%;
    margin: var(--size16) auto;
  }
}

@media (min-width: 660px) and (max-width: 768px) {
  #section-topic04 .present-box {
    grid-template-columns: 48% 1fr;
  }

  #section-topic04 .present-box .present-photo img {
    max-width: 72%;
  }

  #section-topic04 .present-box .present-text-spec.sp-only {
    font-size: 1.4rem;
  }

  #section-topic04 .present-note p {
    font-size: 1.4rem;
  }
}

@media (min-width: 600px) and (max-width: 659px) {
  #section-topic04 .present-box {
    grid-template-columns: 47% 1fr;
  }

  #section-topic04 .present-box .present-photo img {
    max-width: 78%;
  }

  #section-topic04 .present-box .present-text .present-text-lead,
  #section-topic04 .present-box .present-text-lead-02.sp-only {
    font-size: 3.2vw;
  }

  #section-topic04 .present-box .present-text .present-text-lead br {
    display: none;
  }

  #section-topic04 .present-box .present-text-spec.sp-only {
    font-size: 1.4rem;
  }

  #section-topic04 .present-box .present-app {
    max-width: 80%;
  }

  #section-topic04 .present-box .present-7types h4 {
    font-size: 4vw;
  }

  #section-topic04 .present-box .present-7types h4 span {
    font-size: 4vw;
  }

  #section-topic04 .present-note {
    margin-top: var(--size32);
  }

  #section-topic04 .present-note p {
    font-size: 1.4rem;
  }
}

@media (min-width: 480px) and (max-width: 599px) {
  #section-topic04 .present-box {
    grid-template-columns: 40.5% 1fr;
  }

  #section-topic04 .present-box .present-text .present-text-lead {
    letter-spacing: 0.02em;
  }
}

@media (min-width: 412px) and (max-width: 479px) {
  #section-topic04 .present-box {
    grid-template-columns: 44% 1fr;
  }

  #section-topic04 .present-box .present-photo img {
    max-width: 93%;
  }

  #section-topic04 .present-box .present-text .present-text-lead,
  #section-topic04 .present-box .present-text-lead-02.sp-only {
    letter-spacing: 0.01em;
  }
}

@media (max-width: 411px) {
  #section-topic04 .present-box {
    grid-template-columns: 42.8% 1fr;
  }

  #section-topic04 .present-box .present-text .present-text-lead {
    letter-spacing: 0.03em;
  }
}

@media (max-width: 375px) {
  #section-topic04 .present-box .present-text .present-text-lead {
    font-size: 1.2rem;
  }

  #section-topic04 .present-box .present-text .present-text-lead br,
  #section-topic04 .present-box .present-text-lead-02.sp-only br {
    display: none;
  }
}

@media (max-width: 320px) {
  #section-topic04 .present-box .present-text h3 {
    font-size: 4.6vw;
  }
}

/*
***************************************************************
#section-sugdas
***************************************************************
*/
#section-sugdas {
  background-color: #fffded;
  text-align: center;
}

#section-sugdas .sugdas-inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* --------------- h2-wrap --------------- */
#section-sugdas .h2-wrap {
  width: min(100%, 356px);
  background-color: #79a6d8;
  margin: 0 auto;
}

#section-sugdas .h2-wrap h2 {
  margin: 0;
}

#section-sugdas h3 {
  color: #6f9aca;
  font-size: 3.4rem;
  margin: var(--size24) 0 var(--size8);
}

#section-sugdas h3 span {
  font-size: 3.4rem;
  font-weight: bold;
}

#section-sugdas h3 rt {
  font-size: 1rem;
}

#section-sugdas h4 {
  color: #333;
  font-size: 1.8rem;
  margin: 0 0 var(--size8);
}

@media (min-width: 769px) and (max-width: 960px) {
  #section-sugdas h3 {
    font-size: 3vw;
  }

  #section-sugdas h3 span {
    font-size: 3vw;
  }

  #section-sugdas h4 {
    font-size: 1.8vw;
  }
}

/* --------------- photo-wrap --------------- */
#section-sugdas .photo-wrap {
  max-width: 512px;
  width: 100%;
  padding: var(--size24) 0 var(--size8);
}

/* --------------- sugdas-btn-wrap --------------- */
#section-sugdas .sugdas-btn-wrap {
  padding-bottom: var(--size32);
}

/* -------------------------------------- */
/* ----------------- SP ----------------- */
/* -------------------------------------- */
@media (max-width: 768px) {
  #section-sugdas {
    width: calc(100% - var(--size32));
    padding: 0 var(--size16);
  }

  #section-sugdas .h2-wrap {
    width: 70%;
  }

  #section-sugdas h3 {
    font-size: 5.5vw;
    font-weight: bold;
    line-height: 1.6;
  }

  #section-sugdas h3 span {
    font-size: 5.5vw;
  }

  #section-sugdas h4 {
    font-size: 4vw;
    margin: 0;
  }

  #section-sugdas .sugdas-heading {
    font-size: 1.8rem;
  }

  #section-sugdas .sugdas-lead {
    font-size: 1.3rem;
  }

  #section-sugdas .photo-wrap {
    max-width: inherit;
    width: 100%;
  }

  #section-sugdas .sugdas-btn-wrap {
    min-width: 0;
    width: 100%;
    max-width: inherit;
    margin-bottom: var(--size24);
    padding: var(--size8) 0;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  #section-sugdas h3 {
    font-size: 5.5vw;
    line-height: 1.6;
  }
}

@media (max-width: 320px) {
  #section-sugdas h4 {
    font-size: 3.6vw;
    margin: 0;
  }
}

/*
***************************************************************
btn-page-top
***************************************************************
*/
#campaign-contents .btn-page-top {
  position: fixed;
  right: var(--size48);
  bottom: 80px;
  z-index: 1000;
  width: var(--size48);
  height: var(--size48);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#campaign-contents .btn-page-top.show {
  opacity: 1;
  visibility: visible;
}

#campaign-contents .btn-page-top img {
  width: var(--size24);
  height: var(--size24);
}

@media (max-width: 768px) {
  #campaign-contents .btn-page-top {
    right: var(--size8);
  }
}

/*
***********************************************************
固定追従しないバージョン（通常ページ内）
***********************************************************
*/
#campaign-contents .btn-section {
  background-color: #dde2e6;
  max-width: var(--contentMaxW);
  margin: 0 auto 80px;
}

#campaign-contents .btn-section .btn-wrap-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: var(--size40) var(--size16);
}

#campaign-contents .btn-section .btn-nml.cv-btn {
  animation: none !important;
}

#campaign-contents .btn-section .btn-wrap-container .btn-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 326px;
  margin-top: 0;
}

#campaign-contents .btn-section .btn-wrap-container .btn-wrap .btn-nml {
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  #campaign-contents .btn-section .btn-wrap-container {
    display: block;
    width: 100%;
    padding: var(--size32) var(--size16);
  }

  #campaign-contents .btn-section .btn-wrap-container .btn-wrap {
    max-width: inherit;
    padding: var(--size8) 0;
  }
}

/*
**************************************************
  fixed-menu
**************************************************
*/
#fixedBottomBtn {
  position: fixed;
  bottom: -56px;
  left: 0;
  width: 100%;
  background: rgb(255, 255, 255, 0.9);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, bottom 0.3s ease, visibility 0.3s ease;
  z-index: 10;
}

#fixedBottomBtn.show {
  bottom: 0px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#fixedBottomBtn .btn-wrap-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: var(--size8);
}

#fixedBottomBtn .btn-wrap-container .btn-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 326px;
  margin-top: 0 !important;
}

#fixedBottomBtn .btn-wrap-container .btn-nml.fixed-btn {
  width: 100%;
  font-size: 1.8rem;
  min-height: var(--size48);
  color: var(--white);
}

#fixedBottomBtn .btn-wrap-container .btn-wrap .btn-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  #fixedBottomBtn .btn-wrap-container {
    flex-wrap: nowrap;
    gap: var(--size8);
    padding: var(--size8) 0;
  }

  #fixedBottomBtn .btn-wrap-container .btn-wrap {
    max-width: 375px;
  }

  #fixedBottomBtn .btn-wrap-container .btn-nml.fixed-btn {
    font-size: 1.6rem;
    min-height: var(--size24);
  }

  #fixedBottomBtn .btn-wrap-container .btn-wrap .btn-ttl {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}

@media (max-width: 353px) {
  #fixedBottomBtn .btn-wrap-container .btn-wrap .btn-ttl {
    font-size: 0.8rem;
  }
}

/* --------------------- 共通 -------------------- */
#campaign-contents .btn-nml {
  color: var(--white);
}

#campaign-contents .btn-nml:hover {
  color: #014E98;
  opacity: .7;
}

@media (max-width: 768px) {
  #campaign-contents .btn-nml:hover {
    color: #fff;
    opacity: 1;
  }
}

/*
***********************************************************
キャンペーン終了エリア
***********************************************************
*/
/*
  テキストを縦並び＆中央寄せ
  module.css のレイアウトをベースに、余白を最適化
*/
.notice-area-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.notice-area.alert .notice-area-inner {
  text-align: justify;
  padding-top: 10px;
  padding-bottom: 10px;
}

.notice-area .notice-txt {
  text-align: justify !important;
}

/*
***********************************************************
シンプルフッターマージン調整
***********************************************************
*/
.footer.footer-simple {
  margin-top: 0;
}

/*
***********************************************************
SNS注意喚起
***********************************************************
*/
#campaign-contents .sns-caution {
  padding: 0;
}

#campaign-contents .sns-caution .notice-area {
  margin-top: var(--size40);
}

@media (max-width: 768px) {
  #campaign-contents .sns-caution .notice-area {
    margin-top: var(--size24);
  }

  .notice-area {
    margin-left: var(--size16);
    margin-right: var(--size16);
  }
}

/*
***********************************************************
PRINT
***********************************************************
*/
#campaign-contents img.pr-img {
  display: none !important;
}

/* ============================================================
   共通 印刷スタイル
   ============================================================ */
@media print {

  /* 背景色・背景画像を印刷する */
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  /* 非表示にする要素（SP・PC共通） */
  #fixedBottomBtn,
  .btn-page-top,
  #section-video,
  #section-navigation,
  .swiper-pagination,
  .swiper-button-prev,
  .swiper-button-next,
  .nav-arrow,
  .download-btns,
  .shijocp-btn-wrap,
  .community-btn-wrap,
  .present-btn-wrap,
  .sugdas-btn-wrap,
  #section-topic03 .download-text p {
    display: none !important;
  }

  /* リンクのhref表示を無効化 */
  a[href]::after {
    content: none !important;
  }

  /* ページ区切り（セクション間） */
  #section-topic02,
  #section-topic03,
  #section-topic04,
  #section-sugdas {
    page-break-before: auto;
    break-before: auto;
  }

  /* fixed 要素を解除 */
  #campaign-contents .btn-page-top {
    display: none !important;
  }

  /* topic01 plan-box：印刷用1枚画像に切り替え（SP・PC共通） */
  #section-topic01 .plan-box.plan01,
  #section-topic01 .plan-box.plan02 {
    display: none !important;
  }

  #section-topic01 .plan-print-only {
    display: block !important;
    width: 100%;
  }
}

/* ============================================================
   SP 印刷スタイル（768px以下）
   ============================================================ */
@media print and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }

  .pc-only {
    display: none !important;
  }

  /* 全体 */
  #campaign-contents img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* KV */
  #section-kv .kv-photo {
    aspect-ratio: 768 / 842;
  }

  #section-kv .kv-photo .kv-note {
    position: static;
    transform: none;
    color: #333;
    font-size: 3vw;
    text-align: center;
    padding: 6px 0;
  }

  /* introduction */
  #section-introduction #introduction ul {
    flex-direction: column;
    gap: 16px;
  }

  #section-introduction .intro-towel picture,
  #section-introduction .intro-keyring picture {
    position: static;
    width: 80%;
    max-width: inherit;
    margin: 8px auto;
  }

  /* topic02 */
  #section-topic02 .present-box {
    flex-direction: column;
    gap: 12px;
  }

  #section-topic02 .present-box .present-photo {
    max-width: 100%;
    margin-left: 0;
  }

  #section-topic02 .present-box .present-text {
    padding-left: 0;
  }

  #section-topic02 .lineup-box {
    flex-direction: column;
    gap: 8px;
  }

  #section-topic02 .lineup-box .lineup-photo {
    max-width: 100%;
  }

  /* topic04 */
  #section-topic04 .present-box {
    grid-template-columns: 50% 1fr;
    grid-template-areas:
      "photo text"
      "spec  spec"
      "app   app"
      "types types";
  }
}

/* ============================================================
   PC 印刷スタイル（769px以上）
   ============================================================ */
@media print and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }

  .pc-only {
    display: block !important;
  }

  /* 全体 */
  #campaign-contents {
    max-width: 100%;
  }

  #campaign-contents img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* KV */
  #section-kv .kv-photo {
    aspect-ratio: 1920 / 612;
  }

  #section-kv .kv-photo .kv-note {
    font-size: 1vw;
    color: #fff;
  }

  /* topic01 plan-box：PC印刷でもplan-print-onlyを使用 */
  #section-topic01 .plan-box.plan01,
  #section-topic01 .plan-box.plan02 {
    display: none !important;
  }

  #section-topic01 .plan-print-only {
    display: block !important;
    width: 100%;
    padding-top: var(--size16);
  }

  /* topic02 */
  #section-topic02 .present-box {
    display: flex;
    align-items: center;
  }

  #section-topic02 .lineup-box {
    display: flex;
    align-items: flex-start;
  }

  /* topic04 grid */
  #section-topic04 .present-box {
    grid-template-columns: 21.5% 41.5% 37%;
    grid-template-areas:
      "photo text app"
      "photo types types";
  }

  #section-topic04 .present-box .present-7types picture {
    max-width: 80%;
  }

  #section-sugdas .photo-wrap {
    max-width: 50%;
  }
}



