@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 {
  overflow: hidden;
  background-color: #dadf00;
}

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

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

/* --------------------- h2-wrap --------------------  */
#section-kv .h2-wrap {
  background-color: #dadf00;
}

#section-kv .h2-wrap-inner {
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
  padding: var(--size8);
}

#section-kv .h2-wrap h2 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  line-height: 1;
}

#section-kv .h2-wrap h2 span {
  font-size: 3.2rem;
  letter-spacing: -0.04em;
}

#section-kv .h2-wrap h2 span.month {
  padding: 0 4px;
}

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

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

  #section-kv .h2-wrap h2 {
    font-size: 3.2vw;
  }

  #section-kv .h2-wrap h2 span {
    font-size: 4.5vw;
  }
}

/*
*********************************************************
#section-greeting
*********************************************************
*/
#section-greeting {
  overflow: hidden;
}

#section-greeting .greeting-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 160px;
  margin: 0 auto;
}

#section-greeting .greeting-inner::before {
  content: "";
  position: absolute;
  top: -160px;
  left: 50%;
  transform: translateX(-50%);
  width: max(1810px, 100vw);
  height: 320px;
  border-radius: 50%;
  background: #dadf00;
}

#section-greeting .greeting-text {
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 auto;
  padding: var(--size24) 0 0;
  z-index: 1;
}

@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-inner {
    height: 55vw;
  }

  #section-greeting .greeting-inner::before {
    top: -35vw;
    width: 215vw;
    height: 85vw;
  }

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

/*
***************************************************************
#section-flow
***************************************************************
*/
#section-flow {
  margin: 0 auto;
  padding: var(--size40) var(--size16) 0;
}

#section-flow .flow-inner {
  max-width: 1000px;
  margin: 0 auto;
}

#section-flow h3.flow-title {
  color: #333;
  background-color: #fff;
  border-top: 3px solid #ccc;
  border-right: 3px solid #ccc;
  border-bottom: 2px solid #ccc;
  border-left: 3px solid #ccc;
  border-radius: 20px 20px 0 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: var(--size8);
}

#section-flow .flow-steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #fff;
  border-right: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  border-left: 3px solid #ccc;
  border-radius: 0 0 20px 20px;
  padding: var(--size24);
}

#section-flow .flow-steps .step-items-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--size8);
}

#section-flow .flow-steps .step-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

#section-flow .flow-steps .step-item .step-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#section-flow .flow-steps .step-item .step-image {
  width: 100%;
  height: auto;
}

#section-flow .flow-steps .step-item.step01 .step-image {
  max-width: 116px;
}

#section-flow .flow-steps .step-item.step02 .step-image {
  max-width: 111px;
}

#section-flow .flow-steps .step-item.step03 .step-image {
  max-width: 120px;
}

#section-flow .flow-steps .step-item.step04 .step-image {
  max-width: 319px;
}

#section-flow .flow-steps .arrow {
  position: relative;
  width: 54px;
  height: 3px;
  background-color: #ccc;
  margin: 0 var(--size8);
}

#section-flow .flow-steps .arrow::after {
  content: "";
  position: absolute;
  right: -8px;
  top: -6px;
  width: 0;
  height: 0;
  border-left: 10px solid #ccc;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

#section-flow .flow-notes {
  color: #333;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.8;
}

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

  #section-flow h3.flow-title {
    font-size: 5vw;
    border-radius: 10px 10px 0 0;
  }

  #section-flow .flow-steps {
    flex-direction: column;
    gap: var(--size24);
    border-radius: 0 0 10px 10px;
    padding: var(--size16) 0;
  }

  #section-flow .flow-steps .step-items-wrap {
    flex-direction: column;
    padding: 0 var(--size32);
  }

  #section-flow .flow-steps .step-image {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  #section-flow .flow-steps .step-item.step01 .step-image,
  #section-flow .flow-steps .step-item.step02 .step-image,
  #section-flow .flow-steps .step-item.step03 .step-image,
  #section-flow .flow-steps .step-item.step04 .step-image {
    width: 100%;
    max-width: inherit;
  }

  #section-flow .flow-steps .arrow {
    width: 4px;
    height: 40px;
    background-color: #ccc;
  }

  #section-flow .flow-steps .arrow::after {
    right: -6px;
    top: auto;
    bottom: -4px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 14px solid #ccc;
    border-bottom: 0;
  }

  #section-flow .flow-notes {
    font-size: 14px;
  }

  #section-flow .flow-notes {
    font-size: 2.75vw;
    text-align: justify;
    padding: 0 var(--size16);
  }
}

@media (max-width: 599px) {
  #section-flow .flow-steps .arrow {
    height: 30px;
  }
}

@media (min-width: 660px) and (max-width: 768px) {
  #section-flow .flow-steps .arrow {
    margin: 0 auto 0 8vw;
  }
}

@media (min-width: 600px) and (max-width: 661px) {
  #section-flow .flow-steps .arrow {
    margin: 0 auto 0 7.6vw;
  }
}

@media (min-width: 411px) and (max-width: 599px) {
  #section-flow .flow-steps .arrow {
    margin: 0 auto 0 7vw;
  }
}

@media screen and (min-width: 381px) and (max-width: 410px) {
  #section-flow .flow-steps .arrow {
    margin: 0 auto 0 6.75vw;
  }
}

@media screen and (min-width: 354px) and (max-width: 380px) {
  #section-flow .flow-steps .arrow {
    margin: 0 auto 0 6.5vw;
  }
}

@media screen and (min-width: 320px) and (max-width: 353px) {
  #section-flow .flow-steps .arrow {
    margin: 0 auto 0 6.2vw;
  }
}

/*
*********************************************************
#section-subject
*********************************************************
*/
#section-subject {
  margin: 0 auto;
  padding: var(--size24) var(--size16) 50px;
}

#section-subject .subject-inner {
  max-width: 880px;
  margin: 0 auto;
}

/* --------------------- table-wrap --------------------  */
#section-subject .table-wrap {
  overflow: hidden;
  width: 100%;
  max-width: 880px;
  border-radius: 10px;
  margin-bottom: var(--size24);
}

#section-subject table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  table-layout: fixed;
}

#section-subject table th {
  width: 150px;
  max-width: 150px;
}

#section-subject table td.model {
  width: 150px;
  max-width: 150px;
  padding: 10px;
}

#section-subject table td.grade {
  max-width: 580px;
  text-align: left;
  padding: 0 var(--size32);
}

#section-subject table th,
#section-subject table td {
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}

#section-subject table th {
  padding: 5px 10px;
  background: #fffbd0;
  border-bottom: 2px solid #333;
}

#section-subject table td {
  padding: 2px 7px;
  background: #fffbd0;
}

#section-subject table tr:first-child th,
#section-subject table tr:first-child td {
  border-top: 2px solid #333;
}

#section-subject table th:last-child,
#section-subject table td:last-child {
  border-right: 1px solid #333;
}

#section-subject table tr:last-child th,
#section-subject table tr:last-child td {
  border-bottom: 1px solid #333;
}

#section-subject table th:first-child {
  border-left: 2px solid #333;
}

#section-subject table th:last-child,
#section-subject table td:last-child {
  border-right: 2px solid #333;
}

#section-subject table tr:last-child th,
#section-subject table tr:last-child td {
  border-bottom: 2px solid #333;
}

#section-subject table tr:first-child th:first-child {
  border-top-left-radius: 10px;
}

#section-subject table tr:first-child th:last-child,
#section-subject table tr:first-child td:last-child {
  border-top-right-radius: 10px;
}

#section-subject table th[rowspan] {
  border-bottom-left-radius: 10px;
}

#section-subject table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

/* --------------------- conditions -------------------- */
#section-subject .conditions {
  max-width: 1000px;
  margin: 0 auto;
}

#section-subject .conditions-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

#section-subject .conditions-title {
  color: #333;
  background-color: #fff;
  border: 2px solid #333;
  border-bottom: 1px solid #333;
  border-radius: 10px 10px 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: var(--size8);
}

#section-subject .conditions-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #fff;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  border-radius: 0 0 10px 10px;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
  padding: var(--size16) 0;
}

@media (min-width: 1000px) {
  #section-subject .conditions-text br {
    display: none;
  }
}

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

  #section-subject .table-wrap {
    max-width: inherit;
    font-size: 3.3vw;
    margin-bottom: var(--size24);
  }

  #section-subject table th {
    padding: 5px;
    width: 10%;
    max-width: inherit;
  }

  #section-subject table td.model {
    width: 30%;
    max-width: inherit;
    letter-spacing: -0.04em;
    padding: 5px;
  }

  #section-subject table td.grade {
    width: 60%;
    max-width: inherit;
    padding: var(--size16) 5px var(--size16) 2.5vw;
    text-align: left;
  }

  #section-subject .conditions {
    max-width: inherit;
  }

  #section-subject .conditions-inner {
    max-width: inherit;
  }

  #section-subject .conditions-title {
    font-size: 5vw;
  }

  #section-subject .conditions-text {
    font-size: 3.3vw;
    letter-spacing: -0.02em;
  }
}

@media (max-width:375px) {
  #section-subject table td.grade {
    padding: var(--size16) 5px var(--size16) 2vw;
  }
}

@media (max-width:320px) {

  #section-subject .table-wrap,
  #section-subject .conditions-text {
    font-size: 3vw;
  }
}

/*
*********************************************************
#section-safety
*********************************************************
*/
#section-safety {
  background-color: #e6e6e6;
  padding: 50px var(--size16) var(--size32);
}

#section-safety .safety-inner {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  color: #000;
  padding: var(--size40) 76px;
}

#section-safety .safety-inner h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: var(--size32);
}

@media (min-width: 769px) and (max-width: 1060px) {
  #section-safety .safety-inner h2 br.sp-only {
    display: block !important;
  }
}

#section-safety .safety-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--size24) var(--size48);
  margin: 0 auto;
}

#section-safety .safety-item {
  text-align: center;
}

#section-safety .safety-item .safety-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
}

#section-safety .safety-item h3.safety-text {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: var(--size16);
  text-align: center;
}

@media (min-width: 769px) and (max-width: 1000px) {
  #section-safety .safety-item h3.safety-text br.sp-only {
    display: block !important;
  }
}

#section-safety .note-wrap {
  display: flex;
  align-items: center;
  gap: var(--size16);
  max-width: 1000px;
  margin: 0 auto;
  padding: var(--size24) 0;
}

#section-safety .note-wrap h4 {
  position: relative;
  flex-shrink: 0;
  font-size: 1.8rem;
  padding-left: 30px;
}

#section-safety .note-wrap h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 22px;
  background: url(/campaign/newcarlife/images/icon-safety-alert.webp) no-repeat center center / contain;
}

#section-safety .note-wrap p {
  font-size: 1.4rem;
  text-align: justify;
  margin: 0;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width:768px) {
  #section-safety {
    padding: var(--size32) 0;
  }

  #section-safety .safety-inner {
    max-width: inherit;
    padding: var(--size32) var(--size16);
  }

  #section-safety .safety-inner {
    width: calc(100% - 32px);
  }

  #section-safety .safety-inner h2 {
    font-size: 4vw;
    margin-bottom: var(--size32);
  }

  #section-safety .safety-grid {
    grid-template-columns: 1fr;
    gap: var(--size32);
  }

  #section-safety .safety-item .safety-image {
    max-width: inherit;
  }

  #section-safety .safety-item h3.safety-text {
    font-size: 3.8vw;
    margin-top: var(--size8);
  }

  #section-safety .note-wrap {
    display: block;
    gap: var(--size16);
    max-width: inherit;
    text-align: center;
    padding: var(--size32) var(--size16) 0;
  }

  #section-safety .note-wrap h4 {
    font-size: 4.2vw;
    display: inline-block;
    text-align: left;
    padding-left: 7vw;
  }

  #section-safety .note-wrap h4::before {
    width: 5vw;
    height: 100%;
  }

  #section-safety .note-wrap p {
    font-size: 3vw;
    text-align: justify;
    padding-top: var(--size8);
  }
}

@media (max-width:320px) {
  #section-safety .safety-inner h2 {
    font-size: 3.8vw;
  }
}

/*
*********************************************************
#section-lineup
*********************************************************
*/
#section-lineup {
  background-color: #fff;
  padding: var(--size24) 0 var(--size40);
}

#section-lineup .lineup-inner {
  display: flex;
  justify-content: center;
  gap: var(--size80);
  max-width: 760px;
  margin: 0 auto;
  padding: 0 var(--size16);
}

#section-lineup .lineup-item {
  text-align: center;
}

#section-lineup .lineup-item .lineup-image {
  width: 340px;
  max-width: 340px;
  height: auto;
  display: block;
  margin: 0 auto;
}

#section-lineup .lineup-item .lineup-logo {
  margin-top: var(--size8);
}

#section-lineup .lineup-logo img {
  width: auto;
  height: 18px;
  max-width: none;
  margin: 0 auto;
  display: block;
}

#section-lineup .btn-wrap {
  margin-top: 0;
}

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

#section-lineup .btn-wrap.lineup .btn {
  color: #333;
  background-color: #dadf00;
  margin-top: 20px;
}

#section-lineup .btn-wrap.test-drive .btn {
  color: var(--white);
  background-color: #db5f00;
  margin-top: 10px;
}

#section-lineup .btn-wrap .btn:hover {
  opacity: 0.7;
}

#section-lineup .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 (max-width:768px) {
  #section-lineup {
    padding: var(--size24) 0 var(--size40);
  }

  #section-lineup .lineup-inner {
    max-width: inherit;
    flex-direction: column;
    gap: var(--size24);
  }

  #section-lineup .lineup-item {
    text-align: center;
  }

  #section-lineup .lineup-item .lineup-image {
    width: 100%;
    max-width: inherit;
  }

  #section-lineup .lineup-item .lineup-logo {
    margin-top: var(--size8);
  }

  #section-lineup .btn-wrap .btn {
    width: auto;
    max-width: 75%;
    min-height: 45px;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  #section-lineup .lineup-logo img {
    width: auto;
    height: var(--size24);
  }
}

/*
***************************************************************
#section-cautions
***************************************************************
*/
#section-cautions {
  overflow: hidden;
  margin: 0 auto;
  padding: 0 var(--size16) var(--size64);
}

#section-cautions .cautions-inner {
  overflow: hidden;
  max-width: 1000px;
  background-color: #fff;
  margin: 0 auto;
}

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

#section-cautions .acc-wrap.nml-acc-wrap .triggle {
  background-color: #666;
  border-radius: 5px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  padding: var(--size16) 56px;
  -webkit-transition: all .7s;
  transition: all .7s;
}

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

#section-cautions .acc-wrap.nml-acc-wrap[open] .triggle {
  border-radius: 5px 5px 0 0;
}

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

#section-cautions .nml-toggle-icn::after {
  width: 2px;
  height: 36px;
  right: 45px;
  top: calc(50% - 17px);
  transition: var(--transition);
  border: none;
}

#section-cautions .nml-toggle-icn::before {
  width: 36px;
  height: 2px;
  right: 28px;
  left: auto;
  top: 50%;
}

#section-cautions .acc-wrap.nml-acc-wrap .acc-contents-inner {
  border: 1px solid #666;
  border-radius: 0 0 5px 5px;
  padding: var(--size24) var(--size32);
}

#section-cautions .acc-wrap.nml-acc-wrap p.note {
  text-align: justify;
  font-size: 1.4rem;
  line-height: 1.8;
}

#section-cautions .acc-wrap.nml-acc-wrap p.note.gift {
  padding-top: var(--size24)
}

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

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

  #section-cautions .cautions-inner {
    max-width: inherit;
    margin: 0;
    padding: 0;
  }

  #section-cautions .acc-wrap.nml-acc-wrap .triggle {
    font-size: 4.2vw;
    padding-left: var(--size24);
  }

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

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

  #section-cautions .acc-wrap.nml-acc-wrap .acc-contents-inner {
    padding: var(--size16);
    margin-top: -1px;
  }
}

@media (max-width:320px) {
  #section-cautions .acc-wrap.nml-acc-wrap .triggle {
    font-size: 4vw;
  }

  #section-cautions .acc-wrap.nml-acc-wrap p.note {
    font-size: 1.2rem;
  }
}

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

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@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注意喚起
***********************************************************
*/
#section-notice {
  margin: 0 auto;
  padding: 0 16px;
}

#section-notice .notice-area {
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #section-notice .notice-area {
    max-width: inherit;
  }
}

/*
***********************************************************
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-kv 印刷時のレイアウト調整 */
  #section-kv .h1-wrap {
    padding: 15px 10px;
  }

  #section-kv .h1-wrap-inner {
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
  }

  #section-kv .h1-wrap-inner h1,
  #section-kv .h1-wrap-inner .h1-photo {
    flex: none;
    width: 100%;
    max-width: 100%;
  }

  #section-kv .h1-wrap-inner .h1-photo {
    width: 60%;
    margin: 0 auto;
  }

  /* PC用h1-wrapを非表示、SP用h1-wrapを表示 */
  #section-kv .h1-wrap.pc-only {
    display: none !important;
  }

  #section-kv .h1-wrap.sp-only {
    display: block !important;
  }

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