@charset "utf-8";

/*
*********************************************************
campaign-contents
*********************************************************
*/
#campaign-contents {
  max-width: 100%;
  margin: 0 auto;
  font-family: "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

#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 .kv-inner {
  display: flex;
  flex-direction: column;
  font-size: 0;
  line-height: 0;
}

#section-kv .kv-toystory,
#section-kv .kv-h1-wrap {
  position: relative;
  overflow: hidden;
  display: block;
  font-size: 0;
}

#section-kv .kv-h1-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1440/520;
  z-index: 1;
}

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

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width:768px) {
  #section-kv .kv-h1-wrap {
    aspect-ratio: 768/586;
    margin-top: -1px;
  }
}

/*
***************************************************************
#section-present
***************************************************************
*/
#section-present {
  overflow: hidden;
  max-width: var(--contentCol12);
  margin: 0 auto;
  padding: 0 var(--size8);
}

#section-present .present-inner {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

/* プラスアイコン */
#section-present .present-plus {
  max-width: 50px;
  text-align: center;
  margin: 0 auto;
  padding: var(--size16) 0;
}

/* present-web-h2 WEBで当たる */
#section-present .custom-frame.web .present-web-h2 {
  width: 100%;
  max-width: 280px;
  margin: var(--size16) auto var(--size24);
}

#section-present .custom-frame.web .present-web-h3 {
  font-size: clamp(1.3rem, 1.5vw, 1.5rem);
  line-height: 1.8;
  letter-spacing: -0.02em;
  text-align: center;
  padding-bottom: var(--size24);
}

#section-present .custom-frame.web .present-web-h3 br,
#section-present .custom-frame.web .present-web-h3 br.sp-only {
  display: none !important;
}

@media (min-width:769px) and (max-width:1024px) {
  #section-present .custom-frame.web .present-web-h3 br {
    display: block !important;
  }
}

/* present-h3 */
#section-present .present-h3 {
  text-align: center;
  margin: 0 auto;
}

/* present-h3 映画オリジナルグッズ */
#section-present .movie-original-present .present-h3 {
  max-width: 368px;
  padding: var(--size8) 0;
}

/* present-h3 ミニカー */
#section-present .minicar-present .present-h3 {
  max-width: 300px;
  padding: var(--size8) 0 var(--size16);
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width:768px) {
  #section-present .movie-original-present .present-h3 {
    max-width: inherit;
    padding-left: 4%;
    padding-right: 4%;
  }

  #section-present .custom-frame.web .present-web-h3 br {
    display: block !important;
  }
}

@media (min-width:600px) and (max-width:768px) {
  #section-present .custom-frame.web .present-web-h3 {
    font-size: 1.8rem;
  }
}

/*
*********************************************************
店舗でもらえる ： present-sticker-wrap
*********************************************************
*/
#section-present .present-sticker-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--size16);
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
}

#section-present .present-sticker-text {
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
}

#section-present .present-sticker-text .present-sticker-h2 {
  width: 100%;
  max-width: 280px;
  margin: 0 auto var(--size16);
}

#section-present .present-sticker-text .present-sticker-h2 img {
  width: 100%;
  height: auto;
}

#section-present .present-sticker-text .present-sticker-h3 {
  font-size: 1.7rem;
  line-height: 1.6;
  text-align: center;
}

#section-present .present-sticker-photo {
  flex: 0 0 auto;
  width: 32.5%;
  max-width: 156px;
}

#section-present .present-sticker-photo picture {
  width: 100%;
  max-width: 156px;
  height: auto;
  display: block;
}

#section-present .present-sticker-photo img {
  width: 100%;
  height: auto;
  display: block;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width:768px) {
  #section-present .present-sticker-wrap {
    flex-direction: column;
    gap: 16px;
    max-width: inherit;
  }

  #section-present .present-sticker-text {
    width: 100%;
  }

  #section-present .custom-frame.web .present-web-h2,
  #section-present .present-sticker-text .present-sticker-h2 {
    max-width: 85%;
    margin: var(--size8) auto var(--size16);
  }

  #section-present .custom-frame.web .present-web-h3 {
    max-width: inherit;
    padding-bottom: var(--size24);
  }

  #section-present .custom-frame.web .present-web-h3,
  #section-present .present-sticker-text .present-sticker-h3 {
    font-size: 3.6vw;
  }

  #section-present .custom-frame.web .present-web-h3 br,
  #section-present .custom-frame.web .present-web-h3 br.sp-only {
    display: block !important;
  }

  #section-present .present-sticker-photo {
    width: 60%;
    max-width: inherit;
  }

  #section-present .present-sticker-photo picture {
    max-width: inherit;
  }
}

@media (max-width:320px) {

  #section-present .custom-frame.web .present-web-h3,
  #section-present .present-sticker-text .present-sticker-h3 {
    font-size: 3.4vw;
  }
}

/*
***************************************************************
WEBで当たる　： 映画オリジナルグッズ
***************************************************************
*/
#section-present .present-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 29px;
  width: 100%;
  justify-items: center;
  justify-content: center;
  padding: var(--size16) 0 var(--size8);
}

#section-present .present-wrap .present {
  position: relative;
  width: 100%;
  max-width: 170px;
  aspect-ratio: 170 / 175;
  flex-shrink: 1;
}

#section-present .present-wrap .present picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

#section-present .present-wrap .present picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* --------------------- 当選者数バッジ --------------------  */
#section-present .present-badge {
  position: relative;
  width: 100%;
  max-width: 150px;
  aspect-ratio: 1 / 1;
  flex-shrink: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#section-present .present.present-badge picture {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#section-present .present.present-badge picture img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* --------------------- present-note（共通） --------------------  */
#section-present .present-note.sticker {
  font-size: 1.2rem;
  line-height: 1.8;
  padding-top: var(--size16);
}

#section-present .present-note.movie-original {
  font-size: 1.4rem;
}

#section-present .present-note.image {
  font-size: 1.2rem;
  padding-top: var(--size16);
}

@media (min-width:769px) and (max-width:820px) {
  #section-present .present-note.sticker {
    font-size: 1.1rem;
  }
}


/* --------------------- present-copyright（共通） --------------------  */
#section-present .present-copyright.sticker,
#section-present .present-copyright.movie-original {
  font-size: min(1.1rem, 1.2vw);
  text-align: right;
}

#section-present .present-copyright.sticker {
  max-width: 480px;
  text-align: center;
  margin: 0 auto;
  padding-top: 4px;
}

#section-present .present-copyright.movie-original {
  text-align: right;
  padding-right: var(--size16);
  padding-bottom: var(--size8);
}

#section-present .present-copyright span {
  font-size: min(1.4rem, 1.4vw);
  vertical-align: middle;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width:768px) {
  #section-present .present-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--size24) var(--size8);
    padding: var(--size8) 0 0;
  }

  #section-present .present-wrap .present {
    max-width: inherit;
    aspect-ratio: auto;
  }

  #section-present .present-wrap .present picture {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
  }

  #section-present .present-wrap .present picture img {
    height: auto;
  }

  /* --------------------- present-present --------------------  */
  #section-present .present-note {
    font-size: max(1.2rem, 2.8vw);
    line-height: 1.8;
  }

  #section-present .present-note.movie-original {
    font-size: max(1.2rem, 2.8vw);
    padding-bottom: 0;
  }

  #section-present .present-note.image {
    font-size: max(1.2rem, 2.8vw);
  }

  #section-present .present-note.sticker {
    font-size: max(1.2rem, 2.8vw);
    padding-top: var(--size16);
  }

  /* --------------------- present-copyright --------------------  */
  #section-present .present-note.image {
    padding-bottom: var(--size24);
  }

  #section-present .present-copyright.sticker,
  #section-present .present-copyright.movie-original {
    max-width: inherit;
    font-size: min(1.1rem, 3vw);
    text-align: center;
  }

  #section-present .present-copyright.sticker {
    padding-top: var(--size8);
    padding-bottom: 0;
  }

  #section-present .present-copyright.movie-original {
    text-align: center;
    padding-top: var(--size8);
    padding-right: var(--size16);
    padding-bottom: var(--size8);
  }

  #section-present .present-copyright span {
    font-size: min(1.4rem, 3.4vw);
    vertical-align: middle;
  }
}

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

  #section-present .present-note.sticker,
  #section-present .present-note.movie-original,
  #section-present .present-note.image {
    font-size: 1.8rem;
  }
}

@media (max-width:393px) {

  #section-present .present-note.sticker,
  #section-present .present-note.movie-original {
    font-size: 2.6vw;
  }
}

/*
*********************************************************
WEBで当たる　： minicar-wrap
*********************************************************
*/
#section-present .minicar-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
}

#section-present .minicar-wrap .minicar-badge {
  width: 100%;
  max-width: 275px;
  flex-shrink: 1;
}

#section-present .minicar-wrap .minicar-photo {
  width: 100%;
  max-width: 345px;
  flex-shrink: 1;
}

#section-present .minicar-wrap .minicar-badge img,
#section-present .minicar-wrap .minicar-photo img,
#section-present .minicar-wrap .minicar-photo picture {
  width: 100%;
  height: auto;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width:768px) {
  #section-present .minicar-present .present-h3 {
    max-width: inherit;
    padding-left: 8%;
    padding-right: 8%;
  }

  #section-present .minicar-wrap {
    flex-direction: column;
    max-width: inherit;
  }

  #section-present .minicar-wrap .minicar-badge {
    max-width: inherit;
    padding-left: 8%;
    padding-right: 8%;
  }

  #section-present .minicar-wrap .minicar-photo {
    max-width: inherit;
    padding: var(--size16) 0;
  }
}

/*
*********************************************************
Swiper
*********************************************************
*/
#section-flows .flows-h2-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin-bottom: var(--size16);
}

#section-flows .flows-h2-wrap::before,
#section-flows .flows-h2-wrap::after {
  content: '';
  flex: 1;
  height: 4px;
  background-image: radial-gradient(circle, #888 2px, transparent 2px);
  background-size: 16px 4px;
  background-repeat: repeat-x;
  background-position: center;
}

#section-flows .flows-h2-wrap h2 {
  white-space: nowrap;
  flex-shrink: 0;
}

#section-flows .swiper-slide h4 a[target="_blank"]:not(.icn-none):after {
  margin-left: 2px;
}

#section-flows .swiper-slide h4 a {
  text-decoration: underline;
}

#section-flows .flows-note {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 auto;
  padding-top: var(--size16);
}

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

  #section-flows .flows-inner {
    max-width: 760px;
    margin: 0 auto;
  }

  #section-flows .flows-h2-wrap {
    max-width: 640px;
    margin: 0 auto var(--size24);
  }

  #section-flows .flows-h2-wrap h2 {
    font-size: 1.8rem;
  }

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

  /* ----- #flows ----- */
  #section-flows .swiper-container {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: var(--size16);
    border: 4px solid #e6e6e6;
    padding: var(--size24) var(--size16);
  }

  #section-flows .swiper-wrapper {
    --flow-gap: var(--size40);
    display: flex;
    justify-content: center;
    gap: var(--flow-gap);
  }

  #section-flows .swiper-slide {
    position: relative;
    flex: 0 0 auto;
    width: auto;
  }

  #section-flows .swiper-slide h3 {
    font-size: 0;
  }

  #section-flows h4.flows-h4 {
    font-size: 1.3rem;
    line-height: 1.8;
    text-align: center;
    margin: 8px 0 0;
    padding: 0;
  }

  #section-flows .swiper-slide img {
    height: min(110px, 9.7vw);
    width: auto;
    display: block;
  }

  #section-flows .swiper-slide:not(:last-child)::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 100%;
    width: 22px;
    height: 44px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 44'%3E%3Cpath d='M0 7 Q0 0 5 5 L20 20 Q22 22 20 24 L5 39 Q0 44 0 37 Z' fill='%2330353a'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translateX(calc((var(--flow-gap) - 22px) / 2)) translateY(-50%);
    transform: translateX(calc((var(--flow-gap) - 22px) / 2)) translateY(-50%);
    z-index: 1;
  }
}

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

/* ---------------------------------------------- */
/* ------------------- SP ----------------------- */
/* ---------------------------------------------- */
@media screen and (max-width: 768px) {
  #section-flows .flows-h2-wrap {
    gap: 0;
    width: 100%;
    margin: var(--size32) auto 0;
    padding: 0 var(--size24);
  }

  #section-flows .flows-h2-wrap h2 {
    font-size: 6vw;
    padding: 0 var(--size8);
  }

  #section-flows .flows-h2-wrap::before, #section-flows .flows-h2-wrap::after {
    background-image: radial-gradient(circle, #888 2px, transparent 2px);
    background-size: 16px 4px;
  }

  #section-flows .flow-note {
    font-size: 4.4vw;
    font-weight: bold;
    padding-bottom: 0;
  }

  #section-flows h4.flows-h4 {
    width: 100%;
    font-size: 4.6vw;
    line-height: 1.8;
    text-decoration: none;
    text-align: center;
    margin: 0;
    padding-top: var(--size8);
  }

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

  #section-flows .flows-note {
    font-size: max(1.1rem, 2.8vw);
    padding: var(--size16) 0;
  }
}

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

/*
***********************************************************
#section-rule（注意事項）
***********************************************************
*/
#section-rule {
  overflow: hidden;
  position: relative;
  max-width: 760px;
  margin: var(--size32) auto;
  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(--size32) 20px;
}

#section-rule .acc-wrap.nml-acc-wrap .triggle {
  background-color: #e6e6e6;
  color: var(--greyK80);
  font-size: 2.0rem;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  padding: var(--size8) 0;
  transition: .2s;
}

#section-rule .acc-wrap.nml-acc-wrap .triggle h2 {
  font-weight: 400;
}

#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[open] {
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
}

#section-rule .acc-wrap.nml-acc-wrap[open] .triggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#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: 27px;
  height: 2px;
  right: 26px;
  left: auto;
  top: calc(50% - 1px);
}

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

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

#section-rule .note-box .heading {
  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 .heading {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
  padding-top: var(--size24);
}

#section-rule .note-box .heading.contact {
  font-weight: normal;
}

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

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

/* ---------------------------------------------  */
/* --------------------- 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(--size8) 0;
    transition: .2s;
  }

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

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

  #section-rule .note-box .heading {
    font-size: max(1.1rem, 2.8vw);
    font-weight: 700;
  }

  #section-rule .note-box p.text {
    font-size: max(1.1rem, 2.8vw);
  }

  #section-rule .note-box p.indent {
    font-size: max(1.1rem, 2.8vw);
  }
}

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

  #section-rule .note-box .heading,
  #section-rule .note-box p.text,
  #section-rule .note-box p.indent {
    font-size: 1.4rem;
  }
}

/*
***************************************************************
#section-contact-info
***************************************************************
*/
#section-contact-info {
  overflow: hidden;
  margin: var(--size32) auto;
  padding: 0 var(--size8);
}

#section-contact-info .contact-info-inner {
  max-width: 760px;
  margin: 0 auto;
}

#section-contact-info .contact-info-wrap {
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
}

#section-contact-info .contact-info-wrap .content-head-s {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: var(--size8) var(--size16);
}

#section-contact-info .contact-info-wrap .contact-info-txt {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.8;
  padding: var(--size8) var(--size16);
}

#section-contact-info .contact-info-wrap .contact-info-txt strong {
  font-size: 1.4rem;
}

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

  #section-contact-info .contact-info-wrap .content-head-s {
    font-size: max(1.2rem, 3vw);
  }

  #section-contact-info .contact-info-wrap .contact-info-txt {
    font-size: max(1.1rem, 2.8vw);
    padding: var(--size8) var(--size8);
  }

  #section-contact-info .contact-info-wrap .contact-info-txt strong {
    font-size: max(1.2rem, 3vw);
    font-weight: 400;
  }
}

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

  #section-contact-info .contact-info-wrap .content-head-s,
  #section-contact-info .contact-info-wrap .contact-info-txt,
  #section-contact-info .contact-info-wrap .contact-info-txt strong {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 320px) {
  #section-contact-info .contact-info-wrap .content-head-s {
    font-size: 1rem;
  }

  #section-contact-info .contact-info-wrap .contact-info-txt {
    font-size: 0.9rem;
  }

  #section-contact-info .contact-info-wrap .contact-info-txt strong {
    font-size: 1rem;
  }
}

/*
***************************************************************
btn-page-top
***************************************************************
*/
#campaign-contents .btn-page-top {
  position: fixed;
  right: 48px;
  bottom: 130px;
  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: var(--size8);
  }
}

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

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

#campaign-contents .apply-button {
  margin: var(--size32) auto var(--size24);
}

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

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

#campaign-contents .close .closeTxt,
#campaign-contents .apply-button.close .closeTxt {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 480px;
  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: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #campaign-contents .apply-button {
    max-width: 100%;
    width: 90%;
  }

  #campaign-contents .apply-button.close .closeTxt {
    width: calc(100% - 32px);
    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);
  }
}

/*
**************************************************
  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;
  padding-bottom: max(8px, env(safe-area-inset-bottom));
}

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

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

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

#fixedBottomBtn .btn-wrap-container--entry {
  padding-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

#fixedBottomBtn .btn-wrap--full {
  flex: none;
  width: 100%;
  max-width: 100%;
  align-items: center;
}

/* ===== fixedBottomBtn: キャンペーン終了状態 ===== */
#fixedBottomBtn .closeTxt {
  display: none;
}

#fixedBottomBtn.close .closeTxt {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  z-index: 20;
  pointer-events: auto;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@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: 100%;
    width: 90%;
  }

  #fixedBottomBtn .btn-wrap-container .btn-nml.fixed-btn {
    font-size: 1.6rem;
  }

  #fixedBottomBtn .btn-wrap-container--entry {
    padding: var(--size8) 0 var(--size4);
  }

  #fixedBottomBtn .btn-wrap--full {
    width: 100%;
    max-width: 100%;
  }

  #fixedBottomBtn.close .closeTxt {
    font-size: 1.6rem;
  }

  .cta-following-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

/* --------------------- 共通 -------------------- */
#campaign-contents .apply-button .btn-nml,
#fixedBottomBtn .btn-nml.fixed-btn {
  background-color: #de5967;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  width: 470px !important;
  max-width: 100%;
  border-radius: 100vw;
  border: none;
  margin: 0 auto;
  padding: 6px;
  position: relative;
  box-shadow: 4px 5px 0 #cccccc;
}

#campaign-contents .apply-button .btn-nml:hover {
  opacity: .7;
}

/* ----- apply-button-note ----- */
.apply-button-note {
  font-size: 1.2rem;
  padding-top: 15px;
  text-align: center;
}

#fixedBottomBtn .apply-button-note {
  padding-top: 10px;
}

/* ----- btn-deco ----- */
#campaign-contents .btn-nml .btn-deco {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: auto;
  pointer-events: none;
}

#campaign-contents .btn-nml .btn-deco--left {
  left: var(--size32);
}

#campaign-contents .btn-nml .btn-deco--right {
  right: var(--size32);
}

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

  #campaign-contents .apply-button .btn-nml,
  #fixedBottomBtn .btn-nml.fixed-btn {
    width: inherit !important;
  }

  #campaign-contents .apply-button .btn-nml:hover {
    opacity: 1;
  }

  #fixedBottomBtn .apply-button-note {
    padding-top: 0;
  }
}

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

/*
*********************************************************
Modal: SUBARU ID選択
*********************************************************
*/
/* common.min.css の .modal-overlay { opacity: 0 } を上書き */
#modal-entry {
  opacity: 1;
  align-items: center;
  justify-content: center;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7) !important;
  z-index: 1100;
  align-items: center;
  justify-content: center;
}

#modal-entry .modal-content {
  background: #fff;
  border-radius: 8px;
  padding: 48px 40px 40px;
  max-width: 580px;
  width: 90%;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

#modal-entry .modal-close {
  position: absolute;
  top: var(--size8);
  right: var(--size8);
  width: var(--size40);
  height: var(--size40);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#modal-entry .modal-close::before,
#modal-entry .modal-close::after {
  content: '';
  position: absolute;
  width: var(--size32);
  height: 2px;
  background: #666;
  border-radius: 2px;
}

#modal-entry .modal-close::before {
  transform: rotate(45deg);
}

#modal-entry .modal-close::after {
  transform: rotate(-45deg);
}

#modal-entry .modal-close:hover::before,
#modal-entry .modal-close:hover::after {
  background: #000;
}

.modal-entry-btn-wrap {
  display: flex;
  flex-direction: column;
  gap: var(--size32);
  margin: var(--size40) auto var(--size16);
}

/* ボタン共通ラッパー */
#modal-entry .modal-entry-apply-btn {
  width: 100%;
}

#modal-entry .modal-entry-apply-btn a {
  display: block;
  width: 100%;
  text-decoration: none;
  position: relative;
}

#modal-entry .modal-entry-apply-btn a[target="_blank"]::after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0;
}

#modal-entry .modal-entry-apply-btn a[target="_blank"]:after {
  background: url(/assets/images/icn_blank_white.svg) no-repeat center center / contain;
  width: 17px;
  height: 16px;
}

/* glow-btn: 1つ目 */
#modal-entry .modal-entry-apply-btn .glow-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  width: 100%;
  padding: 6px 46px 6px 6px;
  color: var(--white);
  font-family: "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  text-align: center;
  border-radius: 100vw;
  cursor: pointer;
  outline: none;
  background-color: #de5967;
  background-size: 400% 100%;
  box-shadow: 4px 5px 0 #cccccc;
  transition: opacity 0.3s;
  margin: 0;
}

/* glow-btn: 2つ目 */
#modal-entry .modal-entry-apply-btn--dark .glow-btn {
  outline: none;
  background-color: #4d4d4d;
  background-size: 400% 100%;
}

#modal-entry .modal-entry-apply-btn--dark .glow-btn-note {
  font-size: 1.2rem;
  padding-top: var(--size16);
  text-align: center;
}

#modal-entry .modal-entry-apply-btn a:hover .glow-btn {
  opacity: .7;
}

#modal-entry .modal-entry-btn-sub {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  margin-top: 3px;
  opacity: 0.88;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #modal-entry .modal-content {
    padding: var(--size32) var(--size16) var(--size16);
  }

  #modal-entry .modal-entry-apply-btn .glow-btn {
    font-size: 3vw;
    font-weight: 400;
    padding: 6px 32px 6px 6px;
  }

  #modal-entry .modal-entry-apply-btn a:hover .glow-btn {
    opacity: 1;
  }
}

@media (min-width:600px) and (max-width:768px) {
  #modal-entry .modal-entry-apply-btn .glow-btn {
    font-size: 1.8rem;
  }

  #modal-entry .modal-entry-apply-btn--dark .glow-btn-note {
    font-size: 1.4rem;
  }
}

/*
***********************************************************
SNS注意喚起 / キャンペーン終了
***********************************************************
*/
.notice-area {
  margin: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.notice-area.heads-up {
  margin-top: var(--size32);
  margin-bottom: var(--size64);
}

.notice-area-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.notice-area.alert .notice-area-inner {
  padding-top: 10px;
  /* デフォルトより狭める */
  padding-bottom: 10px;
  /* デフォルトより狭める */
}

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

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

  /* ---- 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 .btn-wrap .note {
    font-size: 12px;
    text-align: center;
  }

  #section-flows .swiper-slide h3 {
    display: none;
  }

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

  #section-flows {
    break-before: page;
  }
}



