@charset "utf-8";

/*
*********************************************************
campaign-contents
*********************************************************
*/
#campaign-contents {
  max-width: 100%;
  margin: 0 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;
}

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

/* 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;
  }
}

/*
***************************************************************
#section-kv
***************************************************************
*/
#section-kv {
  width: 100%;
  max-width: 1440px;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
}

#section-kv .kv-inner {
  position: relative;
  margin: 0 auto;
}

#section-kv h1 {
  line-height: 1;
  margin: 0;
  padding: 0;
  height: 100%;
}

#section-kv .kv-placeholder {
  width: 100%;
  padding-top: 31.78807%;
  /* 453/1440 */
  pointer-events: none;
}

#section-kv .slideshow-fade {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  opacity: 0;
}

#section-kv .slideshow-fade ul {
  margin: 0;
  padding: 0;
}

#section-kv .slideshow-fade li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

#section-kv .slideshow-fade li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #section-kv {
    max-width: inherit;
  }

  #section-kv .kv-placeholder {
    padding-top: 76.30208%;
    /* 1172 / 1536 */
  }
}

/*
***************************************************************
bg-wrap
***************************************************************
*/
#campaign-contents .bg-wrap {
  width: 100%;
  max-width: 1440px;
  background-image: url(/campaign/shijocp/images/bg-pc.webp);
  background-position: top;
  background-repeat: repeat-y;
  background-size: 100% auto;
  margin: 0 auto;
  padding: 0 0 56px;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media print, screen and (max-width: 768px) {
  #campaign-contents .bg-wrap {
    background-image: url(/campaign/shijocp/images/bg-sp.webp);
    margin: 0;
    padding: 0 0 40px;
  }
}

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

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

#section-greeting .greeting-text span {
  color: #004898;
  font-size: 3.2rem;
  font-weight: bold;
}

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

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media print, screen and (max-width: 768px) {
  #section-greeting {
    padding: 0 0 var(--size32);
  }

  #section-greeting .greeting-text {
    font-size: 5vw;
  }

  #section-greeting .greeting-text span {
    font-size: 6vw;
  }
}

/*
*********************************************************
.h2-ruled
*********************************************************
*/
#campaign-contents .h2-ruled h2 {
  color: #141414;
  font-size: 3.0rem;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 18px;
  text-decoration-thickness: 2px;
  text-decoration-color: #666;
  margin: 0 auto;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media print, screen and (max-width: 768px) {
  #campaign-contents .h2-ruled h2 {
    font-size: 6vw;
  }
}

/*
***************************************************************
#section-prize（賞品について）
***************************************************************
*/
#section-prize {
  overflow: hidden;
  max-width: var(--contentCol12);
  margin: 0 auto;
}

#section-prize .prize-inner {
  position: relative;
}

#section-prize h3 {
  font-size: 2.0rem;
  font-weight: normal;
  text-align: center;
  margin: 0 auto;
  padding-top: var(--size24);
  padding-bottom: var(--size40);
}

@media screen and (min-width: 821px) and (max-width: 1360px) {
  #section-prize .prize-inner {
    padding: 0 var(--size8);
  }
}

/* --------------- prize（賞品の一例） --------------- */
#section-prize .prize {
  border: 5px solid #002f7b;
  background-color: #fff;
  margin: 0 auto;
  padding: 0 0 var(--size16);
}

#section-prize .prize h4 {
  background-color: #002f7b;
  color: #fff;
  font-size: 3.0rem;
  font-weight: normal;
  text-align: center;
  margin: 0 auto;
  padding-top: var(--size8);
  padding-bottom: 12px;
}

/* --------------------- prize-list（賞品） --------------------  */
#section-prize .prize-wrap {
  padding: var(--size40) var(--size32) 0;
}

#section-prize .prize-wrap .prize-list {
  display: flex;
  justify-content: space-around;
  gap: 2.333%;
  margin: 0 auto;
}

#section-prize .prize-wrap .prize-list li.item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  background-image: url(/campaign/shijocp/images/prize-bg.webp);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

#section-prize .prize-wrap .prize-list .item figcaption {
  width: 100%;
  max-width: 300px;
}

#section-prize .prize-wrap .prize-list li.item .photo {
  width: 100%;
  max-width: 242px;
  margin: var(--size24) auto var(--size16);
}

#section-prize .prize-wrap .prize-list li.item .text {
  color: #141414;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 var(--size16);
}

/* メーカー */
#section-prize .prize-wrap .prize-list li.item .manufacturer {
  display: inline-block;
  font-size: var(--size24);
  line-height: 1;
  padding-bottom: var(--size8);
}

/* 商品名 */
#section-prize .prize-wrap .prize-list li.item .name {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.2;
}

/* 色 */
#section-prize .prize-wrap .prize-list li.item .color {
  font-size: 1.4rem;
  font-weight: normal;
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
  #section-prize .prize-wrap .prize-list li.item {
    padding: 0 var(--size16);
  }

  #section-prize .prize-wrap .prize-list li.item .color {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1130px) {
  #section-prize .prize-wrap .prize-list li.item .manufacturer {
    font-size: 2vw;
  }

  #section-prize .prize-wrap .prize-list li.item .name {
    font-size: 1.4vw;
  }
}

/* --------------- note ---------------  */
#section-prize .note {
  padding: 0 var(--size32);
}

#section-prize .note p {
  max-width: 1286px;
  font-size: 1.2rem;
  text-align: justify;
  line-height: 1.8;
  margin: 0 auto;
  padding: var(--size24) 0 0;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media print, screen and (max-width: 768px) {
  #section-prize h3 {
    font-size: 4vw;
    font-weight: normal;
    padding-top: var(--size24);
    padding-bottom: var(--size32);
  }

  #section-prize .prize-inner {
    padding: 0 var(--size16);
  }

  #section-prize .prize {
    border: 3px solid #002f7b;
  }

  #section-prize .prize h4 {
    font-size: 6vw;
  }

  #section-prize .prize-wrap .prize-list li.item .photo {
    width: 100%;
    max-width: inherit;
    margin: 0;
  }

  #section-prize .prize {
    margin-bottom: var(--size48);
  }

  #section-prize .prize-wrap {
    padding: 10px;
  }

  #section-prize .prize-wrap .prize-list {
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px;
    margin: 0 auto;
  }

  #section-prize .prize-wrap .prize-list li {
    width: calc(50% - 20px);
  }

  #section-prize .prize-wrap .prize-list li.item .photo {
    padding: 10px;
  }

  /* メーカー */
  #section-prize .prize-wrap .prize-list li.item .manufacturer {
    font-size: 4vw;
    line-height: 2;
    padding-bottom: 0;
  }

  /* 商品名 */
  #section-prize .prize-wrap .prize-list li.item h6 {
    line-height: 1.2;
  }

  #section-prize .prize-wrap .prize-list li.item .name {
    display: inline-block;
    font-size: 3vw;
    line-height: 1.2;
  }

  /* 色 */
  #section-prize .prize-wrap .prize-list li.item .color {
    font-size: 2.8vw;
  }

  #section-prize .prize-wrap .prize-list li.item .text {
    padding: 0 var(--size8) var(--size16) var(--size8);
  }

  #section-prize .note {
    padding: 0 12px;
  }

  #section-prize .note p {
    font-size: 1.1rem;
    padding: var(--size8) 0 0;
  }
}

@media print, screen and (max-width: 320px) {
  #section-prize h3 {
    font-size: 1.2rem;
  }
}

/*
*********************************************************
Swiper
*********************************************************
*/
#section-flows .flow-note {
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
  margin: 0 auto;
  padding: var(--size24) 0;
}

/*
/* ---------------------------------------------- */
/* ------------------- PC ----------------------- */
/* ---------------------------------------------- */
@media screen and (min-width: 769px) {
  #section-flows {
    overflow: hidden;
    position: relative;
    margin: var(--size80) auto 0;
    z-index: 3;
  }

  #flows .swiper-slide:not(:last-child)::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -50px;
    width: var(--size24);
    height: var(--size24);
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
    border-top: 2px solid rgb(255, 255, 255);
    border-right: 2px solid rgb(255, 255, 255);
  }

  /* ----- 共通: nav / pagination 非表示 ----- */
  #campaign-contents .swiper-button-prev,
  #campaign-contents .swiper-button-next,
  #campaign-contents .swiper-pagination {
    display: none;
  }

  /* ----- #flows ----- */
  #campaign-contents .swiper-container {
    width: 100%;
    margin: 0 auto;
  }

  #campaign-contents .swiper-wrapper {
    --flow-gap: var(--size80);
    display: flex;
    justify-content: center;
    gap: var(--flow-gap);
    background-color: #fff;
    border: 2px solid #898989;
    padding: var(--size40) var(--size16);
  }

  #campaign-contents .swiper-slide {
    position: relative;
    flex: 0 0 auto;
    width: auto;
  }

  #campaign-contents .swiper-slide h3 {
    font-size: 0;
    margin: 0;
    padding: 0;
  }

  #campaign-contents .swiper-slide img {
    height: min(270px, 23.9vw);
    width: auto;
    display: block;
  }

  #flows .swiper-slide:not(:last-child)::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 100%;
    border-top: solid 2px #141414;
    border-right: solid 2px #141414;
    width: var(--size24);
    height: var(--size24);
    -webkit-transform: translateX(calc((var(--flow-gap) - var(--size24)) / 2)) translateY(-50%) rotate(45deg);
    transform: translateX(calc((var(--flow-gap) - var(--size24)) / 2)) translateY(-50%) rotate(45deg);
    z-index: 1;
  }
}

@media screen and (min-width: 769px) and (max-width: 940px) {
  #campaign-contents .swiper-wrapper {
    --flow-gap: var(--size64);
    gap: var(--flow-gap);
  }
}

/* ---------------------------------------------- */
/* ------------------- SP ----------------------- */
/* ---------------------------------------------- */
@media screen and (max-width: 768px) {
  #section-flows .flow-note {
    font-size: 3.8vw;
    font-weight: bold;
    padding-bottom: 0;
  }

  #flows {
    padding-bottom: 40px;
  }

  #flows .swiper-pagination {
    bottom: 0;
  }
}

@media screen and (min-width: 600px) and (max-width: 769px) {
  #section-flows .flow-note {
    font-size: 24px;
  }
}

/*
***********************************************************
#section-rule（注意事項）
***********************************************************
*/
#section-rule {
  overflow: hidden;
  position: relative;
  margin: var(--size64) auto var(--size24);
  z-index: 3;
}

@media screen and (min-width: 769px) and (max-width: 1160px) {
  #section-rule {
    width: calc(100% - 16px);
  }
}

#section-rule .rule-inner {
  background-color: #fff;
}

#section-rule .rule-box {}

#section-rule .acc-wrap.nml-acc-wrap .acc-contents-inner {
  padding: 0 var(--size16) 20px;
}

#section-rule .acc-wrap.nml-acc-wrap .triggle {
  background-color: #d0d0d0;
  color: var(--greyK80);
  font-weight: var(--fwNormal);
  text-align: center;
  padding: var(--size16) 0;
  transition: .2s;
}

#section-rule .acc-wrap.nml-acc-wrap .triggle:hover {
  opacity: .7
}

#section-rule .acc-wrap.nml-acc-wrap {
  border-top: none;
  border-bottom: none;
}

#section-rule .acc-wrap.nml-acc-wrap summary {
  display: block;
  list-style: none;
}

#section-rule .acc-wrap.nml-acc-wrap summary::-webkit-details-marker {
  display: none;
}

#section-rule .nml-toggle-icn::before,
#section-rule .nml-toggle-icn::after {
  background-color: var(--greyK80);
}

#section-rule .nml-toggle-icn::before {
  width: 30px;
  height: 2px;
  right: 26px;
  left: auto;
  top: 50%;
}

#section-rule .nml-toggle-icn::after {
  width: 2px;
  height: 30px;
  top: calc(50% - 14px);
  right: 39px;
}

#section-rule.is-active .nml-toggle-icn::after {
  transform: rotate(90deg);
}

#section-rule .note-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
  padding: 0 var(--size40);
}

#section-rule .note-box .heading {
  color: #666;
  font-weight: bold;
  font-size: var(--size16);
}

#section-rule .note-box h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8em;
  color: var(--keyColor);
  padding: 8px 0;
}

#section-rule .note-box h3 .number {
  font-weight: bold;
  font-size: 1.6rem;
}

#section-rule .note-box h3 .number-text {
  position: relative;
  font-size: 1.6rem;
  padding-left: 0.8em;
}

#section-rule .note-box h3 .number-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: var(--keyColor);
}

#section-rule .note-box h3 .text::before {
  content: "";
  position: absolute;
  background-color: #000;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
}

#section-rule .note-box p.text {
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: justify;
}

#section-rule .note-box p.indent {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: -0.01em;
  text-indent: -1.2rem;
  padding-left: 4rem;
}

#section-rule .note-box p.emphasis {
  color: #666;
  font-weight: var(--fwBold);
  line-height: 1.6;
  padding: 6px 0;
}

#section-rule .note-box p.emphasis-b {
  font-weight: var(--fwBold);
}

#section-rule .note-box .no-indent {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: -0.01em;
  padding-left: 2.6rem;
  text-indent: 0rem;
}

@media screen and (min-width: 769px) {
  #section-rule .note-box .no-indent p.indent-pc {
    text-indent: -4rem;
    padding-left: 3.8rem;
  }
}

#section-rule .note-box p.text-sp {
  text-align: left;
}

#section-rule .note-box .heading {
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: justify;
  padding-top: var(--size24);
}

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

  #section-rule .acc-wrap.nml-acc-wrap .acc-contents-inner {
    padding: 0 10px var(--size8);
  }

  #section-rule .acc-wrap.nml-acc-wrap .triggle {
    padding: var(--size16) 0;
    transition: .2s;
  }

  #section-rule .note-box {
    overflow-wrap: break-word;
    max-width: inherit;
    margin: 0 auto;
    padding: 0;
  }

  #section-rule .note-box .heading {
    font-size: 3.1vw;
    padding-top: var(--size24);
    text-indent: -1.6rem;
    padding-left: 1.6rem;
  }

  #section-rule .note-box p.text {
    font-size: 3.1vw;
    line-height: 1.8;
    text-align: justify;
  }

  #section-rule .note-box p.indent {
    font-size: 3.1vw;
    line-height: 1.8;
    text-indent: -1.2rem;
    padding-left: 2.6rem;
  }

  #section-rule .note-box p.indent.indent-sp {
    text-indent: -3rem;
    padding-left: 3rem;
  }

  #section-rule .note-box .no-indent {
    width: 100%;
    font-size: 3.1vw;
    line-height: 1.8;
    overflow-wrap: break-word;
    letter-spacing: -0.01em;
    padding-left: 1.4rem;
  }

  #section-rule .note-box .indent.no-indent-sp {
    text-indent: 0 !important;
    padding-left: 1rem !important;
  }

  #section-rule .note-box .no-indent p.indent-sp {
    word-spacing: -0.04em;
  }

  #section-rule .arrow-link {
    font-size: 2.8vw;
  }
}

@media print, screen and (max-width: 375px) {
  #section-rule .arrow-link {
    font-size: 2.6vw;
  }
}

/*
***************************************************************
#section-note
***************************************************************
*/
#section-note {
  max-width: 1130px;
  margin: 0 auto;
}

#section-note .note.image p {
  color: #666;
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) and (max-width: 1160px) {
  #section-note {
    width: calc(100% - 80px);
  }
}

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

  #section-flow .note p {
    font-size: 1.2rem;
  }
}

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

  #section-rule .note-box .heading,
  #section-rule .note-box p.indent,
  #section-rule .note-box .no-indent,
  #section-rule .arrow-link {
    font-size: 14px;
  }
}

/*
***************************************************************
btn-page-top
***************************************************************
*/
#campaign-contents .btn-page-top {
  position: fixed;
  right: 48px;
  bottom: 100px;
  z-index: 10;
  width: 48px;
  height: 48px;
  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, transform 0.3s ease;
  transform: translateY(12px);
}

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

#campaign-contents .btn-page-top img {
  width: 24px;
  height: 24px;
}

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

/*
***************************************************************
btn-wrap（試乗車を探す）
***************************************************************
*/
#campaign-contents .btn-wrap {
  position: relative;
  max-width: var(--contentMaxW);
  margin: 0 !important;
  padding: var(--size48) 0;
}

#campaign-contents .btn-wrap.inner-s-wrap {
  width: 100%;
  overflow: visible;
  margin: 0 auto;
}

#campaign-contents .btn-wrap .btn-ttl {
  font-size: 2.6rem;
  font-weight: normal;
}

#campaign-contents .btn-wrap .note {
  font-size: 12px;
  text-align: center;
  padding-top: var(--size16);
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media print, screen and (max-width: 768px) {
  #campaign-contents .btn-wrap {
    max-width: inherit;
    padding: var(--size32) var(--size16);
  }

  #campaign-contents .btn-wrap .btn-ttl {
    font-size: 1.8rem;
    font-weight: bold;
  }

  #campaign-contents .btn-wrap .note {
    font-size: 2.75vw;
    line-height: 1.5;
    padding-top: var(--size8);
  }
}

@media screen and (min-width: 600px) and (max-width: 769px) {
  #campaign-contents .btn-wrap .note {
    font-size: 14px;
  }
}

@media print, screen and (max-width: 320px) {
  #campaign-contents .btn-wrap .note {
    text-align: justify;
    padding-left: 5%;
    padding-right: 5%;
  }

  #campaign-contents .btn-wrap .note br {
    display: none;
  }
}

/*
**************************************************
#fixedBottomBtn
**************************************************
*/
#fixedBottomBtn {
  position: fixed;
  bottom: -56px;
  width: 100%;
  background: rgb(255, 255, 255, 0.9);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 10;
  margin: auto;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: max(16px, env(safe-area-inset-bottom));
}

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

#fixedBottomBtn.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#fixedBottomBtn.show {
  bottom: 0;
  opacity: 1;
}

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

#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-wrap .btn-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

#fixedBottomBtn .btn-nml.cv-btn.accent-org {}

#fixedBottomBtn .btn-nml:hover {
  color: var(--white);
  opacity: .7;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media print, screen and (max-width: 768px) {
  #fixedBottomBtn .btn-wrap-container {
    display: block;
    padding: var(--size16) 0;
  }

  #fixedBottomBtn {
    padding-bottom: 0;
  }
}

/* --------------------- 共通 -------------------- */
#campaign-contents .btn-nml:hover {
  opacity: .7
}

/*
***********************************************************
closeTxt
***********************************************************
*/
#campaign-contents .apply-button {
  position: relative;
}

#campaign-contents .closeTxt {
  display: none;
}

#campaign-contents .close a,
#contents.shijocp202510 .apply-button.close .end-none {
  pointer-events: none;
}

#fixedBottomBtn .btn-wrap-container .apply-button {
  position: relative;
}

#campaign-contents .close .closeTxt,
#campaign-contents .apply-button.close .closeTxt {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 460px;
  height: 66px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  z-index: 5;
  margin: 0 auto;
}

#campaign-contents .close .closeTxt {
  top: 20%;
  left: 50%;
}

#campaign-contents .apply-button.close .closeTxt {
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #campaign-contents .apply-button.close .closeTxt {
    width: 100%;
    height: 100%;
    font-size: var(--size16);
    padding: 0 var(--size16);
  }

  #campaign-contents #fixedBottomBtn .apply-button.close .closeTxt {
    width: 100%;
    height: 100%;
    font-size: var(--size16);
  }

  #campaign-contents .apply-button.close .closeTxt {
    top: 0;
  }
}

/*
***********************************************************
キャンペーン終了エリア
***********************************************************
*/
/*
  テキストを縦並び＆中央寄せ
  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;
  /* デフォルトより狭める */
}

/*
***********************************************************
SNS注意喚起
***********************************************************
*/
.notice-area {
  margin: 0;
}

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

@media (max-width: 768px) {
  .notice-area {
    margin: var(--size16);
    text-align: justify;
  }
}

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

/*
*********************************************************

*********************************************************
*/
.shijocp a.arrow-link:not([target="_blank"]) {
  padding-right: 24px !important;
}

.shijocp a.arrow-link:not([target="_blank"])::after {
  width: 17px;
  height: 17px;
  background: url(/assets/images/icn_blank.svg) center center / contain no-repeat;
}

/*
***********************************************************
PRINT
***********************************************************
*/
@media print {

  /* ---- 基本リセット ---- */
  body {
    overflow-y: visible;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  #container {
    overflow-y: visible;
    min-width: inherit;
  }

  /* ---- 非表示：UI要素 ---- */
  #fixedBottomBtn,
  .btn-page-top,
  .swiper-button-next,
  .swiper-button-prev,
  .swiper-pagination,
  #bottomnavi ul li img {
    display: none !important;
  }

  /* ---- KV：スライドショーを1枚目のみ静止表示 ---- */
  #section-kv .kv-placeholder {
    padding-top: 31.52778%;
  }

  #section-kv .slideshow-fade {
    position: absolute;
    opacity: 1;
    width: 100%;
    height: 100%;
  }

  #section-kv .slideshow-fade li {
    opacity: 0;
  }

  #section-kv .slideshow-fade li:first-child {
    opacity: 1;
  }

  #section-greeting .greeting-text span {
    font-size: 18px;
  }

  /* ---- 背景画像の印刷対応 ---- */
  #campaign-contents .bg-wrap {
    background-image: url(/campaign/shijocp/images/bg-pc.webp);
    background-repeat: repeat-y;
    background-size: 100% auto;
  }

  /* ---- Swiper：PCフォールバックレイアウト ---- */
  #campaign-contents .swiper-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
    background-color: #fff;
    border: 2px solid #898989;
    padding: 24px 16px;
  }

  #campaign-contents .swiper-slide {
    flex: 0 0 auto;
    width: auto;
  }

  #campaign-contents .swiper-slide img {
    height: 180px;
    width: auto;
    display: block;
  }

  /* ---- アコーディオン（注意事項）を展開表示 ---- */
  #section-rule details.acc-wrap {
    display: block;
  }

  #section-rule .acc-contents {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }

  #section-rule .acc-contents-inner {
    display: block;
  }

  /* ---- vwフォントサイズを固定長に変換 ---- */
  #section-rule .note-box .heading {
    font-size: 12px;
  }

  #section-rule .note-box p.indent,
  #section-rule .note-box .no-indent {
    font-size: 11px;
  }

  #campaign-contents .h2-ruled h2 {
    font-size: 20px;
  }

  #section-greeting .greeting-text {
    font-size: 18px;
  }

  #campaign-contents .btn-wrap .note {
    font-size: 12px;
    text-align: center;
  }

  #section-prize h3 {
    font-size: 14px;
  }

  #section-prize .prize h4 {
    font-size: 20px;
  }

  #section-prize .prize-wrap .prize-list li.item .manufacturer {
    font-size: 14px;
  }

  #section-prize .prize-wrap .prize-list li.item .name {
    font-size: 12px;
  }

  #section-prize .prize-wrap .prize-list li.item .text {
    width: 100%;
    text-align: center;
  }

  #section-prize .prize-wrap .prize-list .item figcaption {
    max-width: inherit;
  }

  #section-prize .prize-wrap .prize-list li.item .color {
    font-size: 12px;
  }

  /* ---- 改ページ制御 ---- */
  #section-kv,
  #section-greeting,
  #section-prize,
  #section-flows {
    break-inside: avoid;
  }
}



