@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;
}

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

@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: 1920/612;
}

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

#section-kv .kv-photo .kv-note {
  position: absolute;
  width: 100%;
  bottom: 0.8vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.75vw;
  color: #fff;
  text-align: center;
}

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

  #section-kv .kv-photo .kv-note {
    font-size: 2.4vw;
    margin-bottom: 10px;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  #section-kv .kv-photo .kv-note {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

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

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

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

@media (min-width: 600px) and (max-width: 768px) {
  #section-video {
    padding: var(--size40) var(--size16) var(--size48);
  }
}

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

#section-greeting .greeting-text {
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  line-height: 2;
  margin: 0 auto;
}

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

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width:768px) {
  #section-greeting {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding: 0;
  }

  #section-greeting .greeting-text {
    font-size: 3.8vw;
    line-height: 1.8;
    padding: 5vw var(--size16) 0;
  }
}

/*
*********************************************************
#section-navigation
*********************************************************
*/
#section-navigation {
  overflow: hidden;
  position: relative;
  background: url(/campaign/grandfinalfair/images/navigation-bg-pc.webp) no-repeat center center / cover;
  margin: 0 auto;
}

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

#section-navigation #navigation>ul>li {
  position: relative;
  width: 26.93%;
}

#section-navigation #navigation>ul>li>a {
  display: block;
  position: relative;
  text-align: center;
  -webkit-transition: all .7s;
  transition: all .7s;
  margin: 0 auto;
}

#section-navigation #navigation>ul>li>a:hover {
  opacity: 0.8;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #section-navigation {
    overflow: hidden;
    position: relative;
    background: url(/campaign/grandfinalfair/images/navigation-bg-sp.webp) no-repeat center center / cover;
    margin: 0 auto;
    padding: 0 var(--size16);
  }

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

  #section-navigation #navigation>ul>li {
    width: 100%;
    box-shadow:
      -5px 0 10px rgba(255, 255, 255, 0.3),
      5px 0 10px rgba(255, 255, 255, 0.3),
      0 -5px 10px rgba(255, 255, 255, 0.3),
      0 5px 10px rgba(255, 255, 255, 0.3),
      -5px -5px 10px rgba(255, 255, 255, 0.3),
      5px -5px 10px rgba(255, 255, 255, 0.3),
      -5px 5px 10px rgba(255, 255, 255, 0.3),
      5px 5px 10px rgba(255, 255, 255, 0.3);
  }
}

/*
*********************************************************
topic > bg-decoration（共通）
*********************************************************
*/
#campaign-contents .bg-decoration {
  overflow: hidden;
  position: relative;
  background-color: #f6d1da;
  background-image: url(/campaign/grandfinalfair/images/bg-decoration-top-pc.webp), url(/campaign/grandfinalfair/images/bg-decoration-bottom-pc.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: calc(100% + 90px) -10px, -40px calc(100% + 30px);
  background-size: 400px, 360px;
  margin: var(--size64) auto 0;
  padding: var(--size40) var(--size8);
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #campaign-contents .bg-decoration {
    overflow: hidden;
    position: relative;
    background-color: #f6d1da;
    background-image: none;
    margin: var(--size32) 0 0 0;
    padding: var(--size24) var(--size16);
  }
}

/*
*********************************************************
topic > topic-inner（共通）
*********************************************************
*/
#campaign-contents .topic-inner {
  overflow: hidden;
  position: relative;
  max-width: 886px;
  margin: 0 auto;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #campaign-contents .topic-inner {
    max-width: inherit;
  }
}

/*
*********************************************************
topic > h2-band-wrap（共通）
*********************************************************
*/
#campaign-contents .h2-band-wrap {
  max-width: 886px;
  width: 100%;
  height: 56px;
  background: url(/campaign/grandfinalfair/images/h2-band-pc.webp) no-repeat;
  background-size: 100% 56px;
  margin: 0 auto;
}

#campaign-contents .h2-band-wrap h2 {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin: 0;
}

#campaign-contents .h2-band-wrap h2 img {
  height: 56px;
  width: auto;
  display: block;
  margin: 0 auto;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #campaign-contents .h2-band-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    max-width: inherit;
    height: auto;
    aspect-ratio: 1536 / 130;
    background: url(/campaign/grandfinalfair/images/h2-band-sp.webp) no-repeat;
    background-size: 100% 100%;
  }

  #campaign-contents .h2-band-wrap h2 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #campaign-contents .h2-band-wrap h2 img {
    height: 100%;
    width: auto;
    max-height: 100%;
    max-width: 100%;
  }
}

/*
*********************************************************
topic > btn-wrap（共通）
*********************************************************
*/
#campaign-contents .bg-decoration .btn-wrap {
  margin-top: var(--size16);
}

#campaign-contents .bg-decoration .btn-wrap .btn-ttl {
  margin-bottom: var(--size8);
}

#campaign-contents .bg-decoration .btn-wrap .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: var(--fwBold);
  text-align: center;
  width: 262px;
  max-width: 100%;
  min-height: 46px;
  border-radius: 100vw;
  margin: 0 auto;
  padding: 6px;
}

#campaign-contents .bg-decoration .btn-wrap .btn {
  color: #fff;
  background-color: #ac0a0f;
}

#campaign-contents .bg-decoration .btn-wrap .btn:hover {
  opacity: 0.7;
}

#section-topic01 .btn-nml {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: var(--fwBold);
  text-align: center;
  border: 1px solid var(--keyColor);
  color: var(--keyColor);
  width: 228px;
  max-width: 100%;
  min-height: 45px;
  border-radius: 100vw;
  margin: 0 auto;
  padding: 6px;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #campaign-contents .bg-decoration .btn-wrap {
    margin-top: var(--size24);
    margin-bottom: 0;
  }

  #campaign-contents .bg-decoration .btn-wrap .btn {
    width: 100%;
    min-height: 46px;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  #campaign-contents .bg-decoration .btn-wrap .btn {
    font-size: 2rem;
  }
}

/*
*********************************************************
section-topic01 （forester）
*********************************************************
*/
#section-topic01 .topic01-contents {
  position: relative;
}

#section-topic01 .topic01-contents h3 {
  position: relative;
  width: 54vw;
  max-width: 540px;
  margin: 0;
}

#section-topic01 .topic01-contents h4 {
  color: #fff;
  font-size: 1.4rem;
  margin-left: 20px;
  padding-bottom: 6px;
}

/* --------------- topic01-overlay --------------- */
#section-topic01 .topic01-contents .topic01-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 100%;
}

/* --------------- bnr-wrap --------------- */
#section-topic01 .topic01-contents .bnr-wrap {
  max-width: 370px;
  width: 370px;
  display: grid;
  grid-template-columns: 208fr 155fr;
  row-gap: 0;
  column-gap: 7px;
  align-items: flex-start;
  margin-left: 20px;
}

@media (min-width: 769px) and (max-width: 900px) {
  #section-topic01 .topic01-contents .bnr-wrap {
    width: clamp(300px, calc(54.6875vw - 122.1875px), 370px);
  }

  #section-topic01 .topic01-contents h4 {
    font-size: 1.5vw;
  }
}

#section-topic01 .topic01-contents .bnr-wrap .coty {
  grid-column: 1 / -1;
  max-width: 370px;
  padding-bottom: 6px;
}

#section-topic01 .topic01-contents .bnr-wrap .jncap,
#section-topic01 .topic01-contents .bnr-wrap .gooddesign {
  display: block;
  width: 100%;
}

#section-topic01 .topic01-contents .bnr-wrap .jncap {
  width: 100%;
  max-width: 208px;
}

#section-topic01 .topic01-contents .bnr-wrap .gooddesign {
  width: 100%;
  max-width: 155px;
}

/* --------------- topic01-note --------------- */
#section-topic01 .topic01-contents .topic01-note {
  position: absolute;
  right: var(--size8);
  bottom: 0;
  z-index: 1;
  color: #fff;
  font-size: 1rem;
  text-align: right;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6), 0 0 12px rgba(0, 0, 0, 0.8);
}

@media (max-width: 980px) {
  #section-topic01 .topic01-contents .topic01-note br {
    display: block !important;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #section-topic01 .topic01-contents .topic01-overlay {
    height: 100%;
  }

  #section-topic01 .topic01-contents h3 {
    width: 100%;
    max-width: inherit;
    margin: 0;
    margin-bottom: auto;
    order: 0;
  }

  #section-topic01 .topic01-contents h4 {
    order: 2;
    font-size: 3.1vw;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 6px;
  }

  #section-topic01 .topic01-contents .bnr-wrap {
    order: 3;
    margin-left: 0;
    padding: 0 var(--size16);
  }

  #section-topic01 .topic01-contents .bnr-wrap {
    max-width: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 208fr 155fr;
  }

  #section-topic01 .topic01-contents .bnr-wrap .coty {
    width: 100%;
    max-width: inherit;
  }

  #section-topic01 .topic01-contents .bnr-wrap .jncap {
    max-width: inherit;
  }

  #section-topic01 .topic01-contents .bnr-wrap .gooddesign {
    max-width: inherit;
  }

  #section-topic01 .topic01-contents .topic01-note {
    position: static;
    font-size: 2.4vw;
    text-align: right;
    align-self: flex-end;
    order: 4;
    padding: var(--size8) 12px 15px;
  }
}

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

/*
*********************************************************
section-topic02 （8万円分キャッシュバック）
*********************************************************
*/
#section-topic02 .topic02-contents {
  position: relative;
  display: flex;
  align-items: flex-start;
  background: #B4D000;
  background: linear-gradient(180deg, rgba(180, 208, 0, 1) 0%, rgba(243, 237, 105, 1) 100%, rgba(0, 0, 0, 1) 100%);
  gap: clamp(16px, 6.2%, 16px);
  padding: var(--size16) var(--size8) var(--size16) var(--size16);
}

#section-topic02 .topic02-contents h3,
#section-topic02 .topic02-contents .topic02-overlay {
  flex: 0 1 auto;
  min-width: 0;
}

#section-topic02 .topic02-contents h3 {
  flex: 0 0 60%;
  max-width: 510px;
  width: 60%;
}

#section-topic02 .topic02-contents .topic02-overlay {
  flex: 0 0 calc(40% - 10px);
  max-width: 340px;
  width: calc(40% - 10px);
}

#section-topic02 .topic02-contents h3 picture,
#section-topic02 .topic02-contents h3 img {
  display: block;
}

#section-topic02 .topic02-contents .topic02-overlay h4 {
  max-width: 310px;
  text-align: center;
  padding-right: var(--size8);
}

#section-topic02 .topic02-contents .topic02-overlay .lead {
  color: #333;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 10px auto;
}

#section-topic02 .topic02-contents .schedule {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: right;
  color: #003466;
  letter-spacing: -0.04em;
  margin: 0 auto;
  line-height: 1;
  padding-right: var(--size8);
}

#section-topic02 .topic02-contents .schedule p {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 4px;
  display: inline-block;
}

#section-topic02 .topic02-contents .schedule span {
  font-size: 1.4rem;
  letter-spacing: -0.04em;
}

#section-topic02 .topic02-contents .schedule span.month {
  padding: 0 2px;
}

@media (min-width: 769px) and (max-width: 940px) {
  #section-topic02 .topic02-contents .topic02-overlay .lead {
    font-size: 1.5vw;
    padding-right: var(--size8);
  }

  #section-topic02 .topic02-contents .schedule {
    font-size: 1.2vw;
  }

  #section-topic02 .topic02-contents .schedule span {
    font-size: 1.4vw;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #section-topic02 .topic02-contents {
    flex-direction: column;
    gap: 0;
    padding: var(--size16);
  }

  #section-topic02 .topic02-contents h3,
  #section-topic02 .topic02-contents .topic02-overlay {
    width: 100%;
    max-width: 100%;
  }

  #section-topic02 .topic02-contents h3 {
    flex: 0 0 100%;
    max-width: inherit;
    width: 100%;
  }

  #section-topic02 .topic02-contents .topic02-overlay h4 {
    max-width: inherit;
    padding-right: 0;
  }

  #section-topic02 .topic02-contents .topic02-overlay .lead {
    font-size: 3.2vw;
    line-height: 1.8;
    text-align: center;
    margin: 10px auto;
  }

  #section-topic02 .topic02-contents .schedule {
    font-size: 2.8vw;
    letter-spacing: -0.04em;
    text-align: center;
    padding-right: 0;
  }

  #section-topic02 .topic02-contents .schedule p {
    padding: 4px var(--size8);
  }

  #section-topic02 .topic02-contents .schedule span {
    font-size: 4vw;
  }
}

@media (max-width: 320px) {
  #section-topic02 .topic02-contents .schedule p {
    padding: 4px 0;
  }

  #section-topic02 .topic02-contents .schedule span {
    font-size: 3.6vw;
  }
}

/*
*********************************************************
section-topic03 （BEV LIFE スタートアップキャンペーン）
*********************************************************
*/
#section-topic03 .topic03-contents {
  position: relative;
  background: #2A7B9B;
  background: linear-gradient(180deg, rgba(42, 123, 155, 1) 0%, rgba(20, 4, 5, 1) 0%, rgba(23, 48, 98, 1) 100%);
  gap: clamp(16px, 6.2%, 16px);
  padding: var(--size16) var(--size8) var(--size16) var(--size16);
}

#section-topic03 .topic03-contents h3 {
  min-width: 0;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

/* --------------- topic03-detail --------------- */
#section-topic03 .topic03-detail {
  display: flex;
  align-items: stretch;
  gap: var(--size24);
  padding-top: var(--size8);
}

#section-topic03 .topic03-detail h4 {
  flex: 0 1 468px;
  max-width: 468px;
  width: clamp(240px, 45%, 468px);
  min-width: 0;
}

#section-topic03 .topic03-detail .text-wrap {
  flex: 1 1 auto;
  min-width: 0;
  color: #fff;
  line-height: 1.8;
  border-left: 10px solid #80c7e8;
  padding-left: var(--size16);
  align-self: stretch;
}

#section-topic03 .topic03-detail .text-wrap .text {
  font-size: 1.4rem;
  font-weight: bold;
}

#section-topic03 .topic03-detail .text-wrap .note {
  font-size: 1rem;
}

@media (min-width: 769px) and (max-width: 910px) {
  #section-topic03 .topic03-detail {
    gap: var(--size16);
  }

  #section-topic03 .topic03-detail .text-wrap .text {
    font-size: 1.4vw;
  }

  #section-topic03 .topic03-detail .text-wrap .note {
    font-size: 1vw;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #section-topic03 .topic03-contents {
    padding: var(--size16);
  }

  #section-topic03 .topic03-contents h3 {
    max-width: inherit;
  }

  #section-topic03 .topic03-detail {
    flex-direction: column;
    gap: var(--size16);
    padding-top: var(--size24);
  }

  #section-topic03 .topic03-detail h4 {
    flex: 0 1 0;
    max-width: 100%;
    width: 70%;
    min-width: 0;
    text-align: center;
    margin: 0 auto;
  }

  #section-topic03 .topic03-detail .text-wrap {
    width: 100%;
    max-width: 100%;
    border-left: 8px solid #80c7e8;
    padding-left: 10px;
  }

  #section-topic03 .topic03-detail .text-wrap .text {
    font-size: 3.4vw;
  }

  #section-topic03 .topic03-detail .text-wrap .note {
    font-size: 2.5vw;
  }
}

@media (max-width: 320px) {
  #section-topic03 .topic03-detail .text-wrap .text {
    font-size: 3.2vw;
  }
}

/*
*********************************************************
section-topic04 （SUBARU残価設定型クレジット 7年プラン）
*********************************************************
*/
#section-topic04 .topic04-contents {
  position: relative;
  aspect-ratio: 886/200;
  background: #AD80B6;
  background: linear-gradient(135deg, rgba(173, 128, 182, 1) 0%, rgba(0, 84, 166, 1) 70%, rgba(0, 0, 0, 1) 100%);
}

#section-topic04 .topic04-contents h3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* --------------- topic04-example --------------- */
#section-topic04 .topic04-example {
  position: relative;
  background: #D2E3EA;
  background: linear-gradient(135deg, rgba(210, 227, 234, 1) 0%, rgba(234, 242, 246, 1) 50%, rgba(173, 196, 207, 1) 100%);
  padding-bottom: var(--size16);
}

#section-topic04 .topic04-example h4 {
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 1px;
  padding-top: var(--size24);
}

#section-topic04 .topic04-example h5 {
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
}

#section-topic04 .topic04-example .example-head {
  position: relative;
  max-width: 250px;
  margin-left: -8px;
}

/* --------------- example-icon --------------- */
#section-topic04 .topic04-example .example-head .example-icon {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 100%;
  gap: 3%;
  padding-bottom: 10px;
}

#section-topic04 .topic04-example .example-head .example-icon .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  background-color: #005ca2;
  border: 2px solid #3da1cd;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  padding: 4px 0;
}

/* --------------- example-box --------------- */
#section-topic04 .topic04-example .example-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: var(--size32) 50px var(--size16);
}

/* --------------- topic04-example（text-wrap） --------------- */
#section-topic04 .topic04-example .example-box .text-wrap {
  color: #333;
  flex: 1 1 0;
  max-width: 42%;
}

#section-topic04 .topic04-example .example-box .text-wrap .model {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  padding-top: var(--size8);
}

#section-topic04 .topic04-example .example-box .text-wrap .model span {
  font-size: 1.2rem;
}

#section-topic04 .topic04-example .example-box .text-wrap .monthly {
  font-size: 1.8rem;
}

#section-topic04 .topic04-example .example-box .text-wrap .monthly span.number {
  font-size: 3rem;
  padding-right: 3px;
}

#section-topic04 .topic04-example .example-box .text-wrap .monthly span.case {
  font-size: 1rem;
}

#section-topic04 .topic04-example .example-box .text-wrap .spec {
  font-size: 1.0rem;
  line-height: 1.8;
  padding-top: var(--size8);
}

#section-topic04 .topic04-example .example-box .text-wrap .price {
  font-size: 1.0rem;
  padding-bottom: var(--size8);
}

#section-topic04 .topic04-example .example-box .text-wrap .price span.number {
  font-size: 1.8rem;
  padding-right: 2px;
}

#section-topic04 .topic04-example .example-box .text-wrap .price span.yen {
  font-size: 1.4rem;
}

@media (min-width: 769px) and (max-width: 920px) {
  #section-topic04 .topic04-example .example-box {
    padding: var(--size32) var(--size16);
  }

  #section-topic04 .topic04-example .example-box .text-wrap .model {
    font-size: 1.6rem;
  }

  #section-topic04 .topic04-example .example-box .text-wrap .spec br {
    display: none;
  }

  #section-topic04 .topic04-example .example-box .text-wrap .monthly span.number {
    font-size: 2rem;
  }

  #section-topic04 .topic04-example .example-box .text-wrap .price span.number {
    font-size: 2rem;
  }

  #section-topic04 .topic04-example .example-box .text-wrap .monthly {
    font-size: 1.6rem;
  }

  #section-topic04 .topic04-example .example-box .text-wrap .price span.yen {
    font-size: 1.4rem;
  }
}

/* --------------- topic04-example（photo-wrap） --------------- */
#section-topic04 .topic04-example .example-box .photo-wrap {
  flex: 1 1 0;
  max-width: 420px;
  padding-top: var(--size24);
}

#section-topic04 .topic04-example .example-box .photo-wrap .caption {
  color: #333;
  font-size: 1rem;
  text-align: right;
}

/* --------------- note-wrap --------------- */
#section-topic04 .topic04-example .example-box .note-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  flex: 0 0 100%;
  font-size: 1rem;
}

#section-topic04 .topic04-example .example-box .note-wrap .note-l,
#section-topic04 .topic04-example .example-box .note-wrap .note-r {
  flex: 0 0 auto;
  line-height: 1.8;
}

#section-topic04 .topic04-example .example-box .note-wrap .note-l {
  width: 45%;
}

#section-topic04 .topic04-example .example-box .note-wrap .note-r {
  width: 55%;
}

@media (min-width: 769px) and (max-width: 920px) {
  #section-topic04 .topic04-example .example-box .text-wrap .spec {
    font-size: 1.2vw;
    line-height: 1.6;
  }

  #section-topic04 .topic04-example .example-box .photo-wrap .caption {
    font-size: 1.2vw;
  }

  #section-topic04 .topic04-example .example-box .note-wrap {
    font-size: 1.2vw;
  }

  #section-topic04 .topic04-example .example-box .note-wrap .note-l {
    padding-right: var(--size16);
  }
}

/* --------------- topic-note-wrap --------------- */
#campaign-contents .topic-note-wrap {
  font-size: 1rem;
  text-align: right;
  padding: var(--size8) 0 0;
}

/* -------------------------------------- */
/* ----------------- SP ----------------- */
/* -------------------------------------- */
@media (max-width: 768px) {
  #section-topic04 {
    max-width: inherit;
    padding: 0 var(--size16) var(--size24);
  }

  #section-topic04 .topic04-contents {
    aspect-ratio: 768/513;
  }

  #section-topic04 .topic04-example {
    padding-bottom: var(--size24);
  }

  #section-topic04 .topic04-example h4 {
    font-size: 4vw;
  }

  #section-topic04 .topic04-example h5 {
    font-size: 3vw;
  }

  #section-topic04 .topic04-example .example-box {
    flex-direction: column;
    padding: var(--size32) var(--size16) 0;
  }

  #section-topic04 .topic04-example .example-head {
    width: 80%;
    max-width: inherit;
    margin-left: -5px;
  }

  #section-topic04 .topic04-example .example-box .text-wrap .model {
    font-size: 1.6rem;
    padding-top: 5px;
  }

  #section-topic04 .topic04-example .example-box .text-wrap .price span.number {
    font-size: 1.8rem;
  }

  #section-topic04 .topic04-example .example-box .text-wrap .price span.yen {
    font-size: 1.8rem;
  }

  /* --------------- example-icon --------------- */
  #section-topic04 .topic04-example .example-icon {
    display: flex;
    align-items: center;
    gap: 2%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #section-topic04 .topic04-example .example-icon .icon {
    width: 20%;
    font-size: 1.4rem;
  }

  /* --------------- topic04-example（photo-wrap） --------------- */
  #section-topic04 .topic04-example .example-box .photo-wrap {
    padding-top: 0;
  }

  #section-topic04 .topic04-example .example-box .text-wrap,
  #section-topic04 .topic04-example .example-box .photo-wrap {
    max-width: 100%;
    width: 100%;
  }

  /* --------------- example-icon --------------- */
  #section-topic04 .topic04-example .example-icon {
    display: flex;
    align-items: center;
    gap: 2%;
    padding-top: 10px;
    padding-bottom: var(--size16);
  }

  #section-topic04 .topic04-example .example-icon .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    background-color: #005ca2;
    border: 2px solid #3da1cd;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    padding: 4px 0;
  }

  /* --------------- spec --------------- */
  #section-topic04 .topic04-example .example-box .text-wrap .monthly span.case {
    font-size: 3vw;
  }

  #section-topic04 .topic04-example .example-box .text-wrap .spec {
    font-size: 1.2rem;
    letter-spacing: -0.02em;
    line-height: 1.4;
    text-align: justify;
    padding-top: var(--size16);
  }

  #section-topic04 .topic04-example .example-box .note-wrap {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.8;
    gap: 0;
    margin: 0;
    padding: 0;
  }

  /* --------------- topic-note-wrap --------------- */
  #campaign-contents .topic-note-wrap {
    padding: var(--size8) var(--size8) 0;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  #section-topic04 .acc-wrap.nml-acc-wrap p.note {
    font-size: 16px;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  #section-topic04 .topic04-example .example-head {
    width: 60%;
    margin-left: -10px;
  }

  #section-topic04 .topic04-example .example-box .text-wrap .model {
    font-size: 2.4rem;
  }

  #section-topic04 .topic04-example .example-box .text-wrap .model span {
    font-size: 2rem;
  }

  #section-topic04 .topic04-example .example-box .text-wrap .monthly {
    font-size: 2.4rem;
  }

  #section-topic04 .topic04-example .example-box .text-wrap .monthly span.number {
    font-size: 4rem;
  }

  #section-topic04 .topic04-example .example-box .text-wrap .monthly span.case {
    font-size: 2rem;
  }

  #section-topic04 .topic04-example .example-icon .icon {
    width: 120px;
    font-size: 1.6rem;
    padding: 4px 0;
  }

  #section-topic04 .topic04-example .example-box .photo-wrap .caption {
    font-size: 1.4rem;
  }

  #section-topic04 .topic04-example .example-box .text-wrap .spec {
    font-size: 1.6rem;
  }

  #section-topic04 .topic04-example .example-box .text-wrap .price {
    font-size: 1.6rem;
  }

  #section-topic04 .topic04-example .example-box .text-wrap .price span.number {
    font-size: 2.8rem;
  }

  #section-topic04 .topic04-example .example-box .text-wrap .price span.yen {
    font-size: 2.8rem;
  }
}

@media (max-width: 375px) {
  #section-topic04 .topic04-example .example-box .text-wrap .monthly {
    font-size: 1.6rem;
  }

  #section-topic04 .topic04-example .example-box .text-wrap .spec {
    font-size: 2.9vw;
    letter-spacing: -0.04em;
  }

  #section-topic04 .topic04-example .example-box .text-wrap .monthly span.number {
    font-size: 2.2rem;
  }

  #section-topic04 .topic04-example .example-box .text-wrap .price span.number {
    font-size: 1.6rem;
  }

  #section-topic04 .topic04-example .example-box .text-wrap .price span.yen {
    font-size: 1.6rem;
  }

  #section-topic04 .topic04-example .example-box .photo-wrap .caption {
    font-size: 2.6vw;
  }

  #section-topic04 .topic04-example .example-box .note-wrap {
    font-size: 1rem;
  }
}

@media (max-width: 320px) {
  #section-topic04 .topic04-example .example-box .photo-wrap .caption {
    font-size: 0.8rem;
  }
}

/*
***************************************************************
acc-wrap
***************************************************************
*/
#section-topic04 .acc-wrap {
  width: 100%;
  max-width: 100%;
  border-top: none;
  border-bottom: none;
}

#section-topic04 .acc-wrap.nml-acc-wrap .acc-contents-inner {
  padding: 0;
}

#section-topic04 .acc-wrap.nml-acc-wrap .triggle {
  width: 100%;
  background: #AD80B6;
  background: linear-gradient(135deg, rgba(173, 128, 182, 1) 0%, rgba(0, 84, 166, 1) 70%, rgba(0, 0, 0, 1) 100%);
  color: #fff;
  font-size: 3.8vw;
  font-weight: bold;
  text-align: center;
  padding: 4px 56px;
  -webkit-transition: all .7s;
  transition: all .7s;
}

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

#section-topic04 .nml-toggle-icn::before,
#section-topic04 .nml-toggle-icn::after {
  content: "";
  background-color: var(--white);
  position: absolute;
}

#section-topic04 .nml-toggle-icn::after {
  width: 2px;
  height: 22px;
  right: 22px;
  top: calc(50% - 11px);
  transition: var(--transition);
  border: none;
}

#section-topic04 .nml-toggle-icn::before {
  width: 22px;
  height: 2px;
  right: 12px;
  left: auto;
  top: calc(50% - 1px);
}

#section-topic04 .acc-wrap.nml-acc-wrap .acc-contents-inner {
  border: 1px solid #1d2087;
  background: #D2E3EA;
  background: linear-gradient(135deg, rgba(210, 227, 234, 1) 0%, rgba(234, 242, 246, 1) 50%, rgba(173, 196, 207, 1) 100%);
  padding: var(--size16) 10px;
}

#section-topic04 .acc-wrap.nml-acc-wrap p.note {
  text-align: justify;
  font-size: 3.5vw;
  line-height: 1.8;
}

#section-topic04 .acc-wrap.nml-acc-wrap p.note span {
  font-weight: bold;
  border-bottom: 1px solid #000;
}

@media (min-width: 600px) and (max-width: 768px) {
  #section-topic04 .acc-wrap.nml-acc-wrap .triggle {
    font-size: 2rem;
  }

  #section-topic04 .topic04-example .example-box .note-wrap {
    font-size: 1.6rem;
  }
}

@media (max-width: 360px) {
  #section-topic04 .nml-toggle-icn::after {
    width: 2px;
    height: 20px;
    right: 20px;
    top: calc(50% - 10px);
  }

  #section-topic04 .nml-toggle-icn::before {
    width: 20px;
    height: 2px;
    right: 11px;
    left: auto;
    top: calc(50% - 1px);
  }
}

@media (max-width: 320px) {
  #section-topic04 .topic04-example .example-box .note-wrap {
    font-size: 2.8vw;
  }
}

/*
***************************************************************
#section-topic05（sugdas）
***************************************************************
*/
#section-topic05 .topic05-contents {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-image: url(/campaign/grandfinalfair/images/topic05-bg-pc.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: var(--size32) var(--size16);
}

#section-topic05 .topic05-contents h3 {
  display: inline-block;
  background-color: #e9ce8b;
  border-radius: var(--size16);
}

#section-topic05 .topic05-contents h3 span {
  color: #b81c22;
  font-size: 2.2rem;
  font-weight: bold;
  padding: var(--size8) var(--size40);
  margin-bottom: auto;
}

#section-topic05 .topic05-contents h4 {
  color: #fff;
  font-size: 6.0rem;
  letter-spacing: 0.02em;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.4), 0 0 18px rgba(255, 255, 255, 0.8);
  padding: var(--size8) 0;
  margin-top: 0;
}

#section-topic05 .topic05-contents .text {
  color: #fff;
  font-size: 2.2rem;
}

#section-topic05 .topic05-contents h5 {
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: 0.04em;
  padding-bottom: 10px;
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.4), 0 0 14px rgba(255, 255, 255, 0.6);
}

#section-topic05 .topic05-contents h5 span {
  color: #fff23f;
  font-size: 3.2rem;
  letter-spacing: -0.02em;
  padding-left: 4px;
}

/* --------------- photo-wrap --------------- */
#section-topic05 .topic05-contents .photo-wrap {
  max-width: 550px;
  padding: var(--size24) 0 0;
}

/* --------------- sugdas-btn-wrap --------------- */
#campaign-contents .sugdas-btn-wrap {
  display: flex;
  align-items: center;
  background: #E60012;
  background: linear-gradient(90deg, rgba(230, 0, 18, 1) 0%, rgba(230, 0, 18, 1) 0%, rgba(125, 0, 0, 1) 100%);
  border-radius: 30px;
  border: 6px solid #d3d3d3;
  max-width: 490px;
  transition: opacity 0.3s ease;
}

#campaign-contents .sugdas-btn-wrap:hover {
  opacity: .8;
}

#campaign-contents .sugdas-btn-wrap h6 {
  width: 350px;
}

#campaign-contents .sugdas-btn-wrap a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 30px;
  padding: var(--size24);
}

#campaign-contents .sugdas-btn-wrap a[target="_blank"]:not(.icn-none):after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 17px;
  height: var(--size16);
  background: url(/assets/images/icn_blank_white.svg) no-repeat center center / contain;
}

/* -------------------------------------- */
/* ----------------- SP ----------------- */
/* -------------------------------------- */
@media (max-width: 768px) {
  #section-topic05 .inner-s-wrap {
    padding: 0 var(--size16) !important;
  }

  #section-topic05 .topic05-contents {
    background-image: url(/campaign/grandfinalfair/images/topic05-bg-sp.webp);
    padding: var(--size32) var(--size16);
    margin-bottom: 0;
  }

  #section-topic05 .topic05-contents h3 span {
    font-size: 4vw;
    padding: var(--size8) var(--size24);
    margin-bottom: auto;
  }

  #section-topic05 .topic05-contents h4 {
    font-size: 9vw;
    padding: var(--size8) 0 4px;
  }

  #section-topic05 .topic05-contents .text {
    font-size: 3.8vw;
    font-weight: bold;
    line-height: 1.8;
  }

  #section-topic05 .topic05-contents h5 {
    font-size: 4vw;
    font-weight: bold;
  }

  #section-topic05 .topic05-contents h5 span {
    font-size: 6vw;
    font-weight: normal !important;
  }

  /* --------------- photo-wrap --------------- */
  #section-topic05 .topic05-contents .photo-wrap {
    width: 90%;
    max-width: inherit;
  }

  /* --------------- sugdas-btn-wrap --------------- */
  #campaign-contents .sugdas-btn-wrap {
    width: 80vw;
    max-width: inherit;
    border-radius: 15px;
    border: 3px solid #d3d3d3;
  }

  #campaign-contents .sugdas-btn-wrap .sp-image {
    width: 80%;
    max-width: inherit;
  }

  #campaign-contents .sugdas-btn-wrap a {
    border-radius: 15px;
    padding: var(--size24);
  }
}

@media (max-width: 360px) {
  #section-topic05 .topic05-contents h4 {
    font-size: 8vw;
  }
}

/*
***************************************************************
grandfinalfair-caution
***************************************************************
*/
#grandfinalfair-caution {
  position: relative;
  padding: 0;
  margin-bottom: var(--size64);
}

#grandfinalfair-caution .caution-area {
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: justify;
}

/* -------------------------------------- */
/* ----------------- SP ----------------- */
/* -------------------------------------- */
@media (max-width: 768px) {
  #grandfinalfair-caution {
    margin-bottom: var(--size40);
    padding: 0 var(--size16)
  }
}

/*
***************************************************************
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 {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*
***********************************************************
シンプルフッターマージン調整
***********************************************************
*/
.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) {
  .notice-area {
    margin: var(--size16);
  }
}

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

@media print {
  #fixedBottomBtn {
    display: none;
  }

  .swiper-pagination,
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }

  #section-related-sites .swiper-slide img {
    max-width: 100%;
  }

  #section-topic04 .topic04-contents {
    aspect-ratio: auto !important;
    height: auto !important;
  }

  #section-topic04 .topic04-contents h3 {
    position: static;
  }

  #section-topic04 .topic04-contents h3 img,
  #section-topic04 .topic04-contents h3 picture {
    display: block;
    width: 100%;
    height: auto;
  }

  #section-topic04 .topic04-example .example-icon {
    display: block !important;
    white-space: nowrap;
  }

  #section-topic04 .topic04-example .example-icon .icon {
    display: inline-block !important;
    vertical-align: middle;
    margin-right: 6px;
  }

  #section-topic04 .topic04-example .example-icon .icon:last-child {
    margin-right: 0;
  }
}

@media print and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }

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

  #section-topic01 .topic01-contents .topic01-overlay {
    height: 100%;
  }

  #section-topic01 .topic01-contents h3 {
    width: 100%;
    max-width: inherit;
    margin: 0;
    margin-bottom: auto;
    order: 0;
  }

  #section-topic01 .topic01-contents .topic01-note.sp-only {
    order: 1;
    align-self: flex-end;
    position: static;
    font-size: 2.2vw;
    text-align: right;
    padding: 0 var(--size16) var(--size8);
  }

  #section-topic01 .topic01-contents h4 {
    order: 2;
    font-size: 3.1vw;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 6px;
  }

  #section-topic01 .topic01-contents .bnr-wrap {
    order: 3;
    margin-bottom: var(--size16);
    margin-left: 0;
    padding: 0 var(--size16);
    max-width: 100% !important;
    width: 100% !important;
    display: grid;
    grid-template-columns: 208fr 155fr;
  }

  #section-topic01 .topic01-contents .bnr-wrap .coty,
  #section-topic01 .topic01-contents .bnr-wrap .jncap,
  #section-topic01 .topic01-contents .bnr-wrap .gooddesign {
    max-width: 100% !important;
  }

  #section-topic04 .topic04-example .example-head .example-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  #section-topic04 .topic04-example .example-head .example-icon .icon {
    width: auto;
  }

  #section-topic04 .topic04-example .example-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  #section-topic04 .topic04-example .example-icon .icon {
    width: auto;
    flex: 0 0 auto;
  }
}

@media print and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }

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