@charset "utf-8";

/*
*********************************************************
スムーズスクロール設定
*********************************************************
*/
html {
  scroll-behavior: smooth;
}

/*
*********************************************************
モーダル表示時のスクロール制御
*********************************************************
*/
body.modal-open {
  overflow: hidden !important;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {

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

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

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

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

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

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

/*
*********************************************************
content-bg
*********************************************************
*/
#campaign-contents .content-bg {
  overflow: hidden;
  width: 100%;
  background-image: url(/campaign/6kwcharger-present/images/content-bg-pc.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-bottom: var(--size48);
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width:768px) {
  #campaign-contents .content-bg {
    background-image: url(/campaign/6kwcharger-present/images/content-bg-sp.webp);
    padding-bottom: 0;
  }
}

/*
***********************************************************
#section-present
***********************************************************
*/
#section-present {
  max-width: 1120px;
  background-color: #fff;
  margin: var(--blockMg) auto var(--size64);
}

#section-present .present-inner {
  border: 1px solid #00064f;
  box-shadow: 0 0 0 6px #fff, 0 0 0 11px #00064f;
  margin: 11px;
  padding: var(--size24) var(--size32);
}

#section-present .h2-wrap {
  border-bottom: 2px solid #00064f;
  text-align: center;
  padding-bottom: 4px;
}

#section-present .h2-wrap h2 {
  color: #00064f;
  font-size: 3.8rem;
  font-weight: bold;
}

#section-present .present-body {
  display: flex;
  align-items: flex-start;
  gap: var(--size24);
}

#section-present .present-body-left {
  flex: 1;
  padding-top: var(--size32);
}

#section-present .present-product-name {
  max-width: 640px;
}

#section-present .present-product-desc {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-top: var(--size16);
}

#section-present .present-body-right {
  width: 368px;
  flex-shrink: 0;
  text-align: center;
}

#section-present .color-label {
  border: 2px solid #00064f;
  border-radius: 100vw;
  max-width: 368px;
  font-size: 2.0rem;
  margin: var(--size32) 0 var(--size16);
  padding: var(--size8);
}

#section-present .color-wrap {
  display: flex;
  gap: var(--size16);
}

#section-present .color-item {
  flex: 1;
  text-align: center;
}

#section-present .color-image {
  position: relative;
  width: 100%;
  max-width: 174px;
  aspect-ratio: 4/3;
}

#section-present .color-name {
  position: absolute;
  bottom: 3px;
  right: 3px;
  color: #fff;
  font-size: 1.3rem;
}

#section-present .present-charge-info {
  display: flex;
  align-items: stretch;
  background: linear-gradient(180deg, rgba(211, 216, 220, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(213, 218, 222, 1) 100%);
  border-radius: var(--size16);
  overflow: hidden;
  margin: var(--size24) 0;
}

#section-present .charge-info-text {
  flex: 1;
  padding: var(--size24) 0 var(--size24) var(--size40);
}

#section-present .charge-main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 732px;
}

#section-present .charge-sub {
  font-size: 1.8rem;
  margin-top: var(--size16);
}

#section-present .charge-info-image {
  flex-shrink: 0;
  align-self: center;
  max-width: 200px;
  margin: 0 var(--size40) 0 var(--size16);
}

#section-present .present-notes {
  line-height: 1.8;
  text-align: justify;
}

#section-present .present-notes .note {
  text-decoration: underline;
  font-size: 1.7rem;
}

#section-present .present-notes .note-sub {
  font-size: 1.4rem;
  padding-top: var(--size8);
}

@media (min-width: 769px) and (max-width: 1124px) {
  #section-present .h2-wrap h2 {
    font-size: 3.4vw;
  }

  #section-present .present-product-desc {
    font-size: 2.0rem;
  }

  #section-present .charge-sub {
    font-size: 1.6vw;
  }

  #section-present .present-product-desc br {
    display: none;
  }

  #section-present .present-notes br {
    display: none;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #section-present {
    max-width: inherit;
    margin: var(--size40) auto;
  }

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

  #section-present .h2-wrap {
    border-bottom: 1px solid #00064f;
    padding: var(--size8) 0;
  }

  #section-present .h2-wrap h2 {
    font-size: 4.1vw;
    letter-spacing: -0.05em;
  }

  #section-present .present-body {
    flex-direction: column;
    padding: var(--size8) 0 0;
    gap: var(--size8);
  }

  #section-present .present-body-left {
    padding-top: 0;
  }

  #section-present .present-body-right {
    width: 100%;
  }

  #section-present .present-product-desc {
    font-size: clamp(1.4rem, 3.6vw, 1.8rem);
    text-align: justify;
    margin-top: var(--size8);
  }

  #section-present .color-label {
    border: 1px solid #00064f;
    width: 100%;
    max-width: inherit;
    font-size: clamp(1.4rem, 3.6vw, 1.8rem);
    margin: 0;
    padding: 4px;
  }

  #section-present .color-wrap {
    display: flex;
    gap: var(--size8);
    margin: var(--size16) 0;
  }

  #section-present .color-name {
    font-size: 3vw;
  }

  #section-present .present-charge-info {
    margin: 0 0 var(--size16);
    flex-direction: column;
  }

  #section-present .color-image {
    max-width: inherit;
  }

  #section-present .charge-info-text {
    padding: var(--size16) var(--size16) var(--size8);
  }

  #section-present .charge-sub {
    font-size: clamp(1.4rem, 3.6vw, 1.8rem);
    text-align: justify;
    margin-top: var(--size8);
  }

  #section-present .charge-info-image {
    width: 100%;
    max-width: 60%;
    margin: 0 auto var(--size16);
  }

  #section-present .present-notes .note {
    font-size: clamp(1.2rem, 3.6vw, 1.3rem);
  }

  #section-present .present-notes .note-sub {
    font-size: clamp(1.1rem, 3.2vw, 1.2rem);
    padding-top: var(--size8);
  }
}

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

  #section-present .present-product-desc,
  #section-present .color-label {
    font-size: 2.8rem;
  }

  #section-present .color-name {
    font-size: 1.4rem;
  }

  #section-present .charge-sub {
    font-size: 2.2rem;
  }

  #section-present .present-notes .note {
    font-size: 1.8rem;
  }

  #section-present .present-notes .note-sub {
    font-size: 1.4rem;
  }
}

@media (max-width: 320px) {
  #section-present .present-inner {
    padding: var(--size16) var(--size8);
  }
}

/*
*********************************************************
#section-flow
*********************************************************
*/
#section-flow {
  overflow: hidden;
  margin: 0 auto;
}

#section-flow h2 {
  max-width: 640px;
  background-color: #00064f;
  color: #fff;
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  border-radius: 100vw;
  margin-bottom: var(--size32);
  padding: var(--size8);
}

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

#section-flow #flows {
  position: relative;
  width: 100%;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #section-flow {
    overflow: visible;
  }

  #section-flow #flows {
    padding: 0;
  }

  #section-flow h2 {
    max-width: inherit;
    font-size: 5vw;
    margin-bottom: var(--size16);
    padding: var(--size8);
  }
}

/*
*********************************************************
Swiper
*********************************************************
*/
/* ---------------------------------------------- */
/* ------------------- PC ----------------------- */
/* ---------------------------------------------- */
@media screen and (min-width: 769px) {

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

  #campaign-contents .swiper-container {
    width: 100%;
  }

  #campaign-contents .swiper-wrapper {
    display: flex;
    justify-content: center;
    gap: 190px;
    max-width: 1130px;
  }

  /* ----- #flows ----- */
  #flows .swiper-slide {
    position: relative;
    flex: 0 1 250px;
    width: 250px;
    max-width: 250px;
  }

  #flows .swiper-slide img {
    width: 100%;
    max-width: 250px;
    height: auto;
    display: block;
  }

  #flows .swiper-slide:not(:last-child)::after {
    position: absolute;
    content: "";
    top: 46%;
    left: calc(100% + 82.5px);
    width: 0;
    height: 0;
    border-top: 43px solid transparent;
    border-bottom: 43px solid transparent;
    border-left: 25px solid #00064f;
    transform: translateY(-50%);
    z-index: 1;
  }
}

/* ---------------------------------------------- */
/* ------------------- SP ----------------------- */
/* ---------------------------------------------- */
@media (max-width: 768px) {
  #section-flow #flows {
    padding-bottom: 0;
    overflow: hidden;
  }

  #campaign-contents .flows-pagination {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    width: 100%;
    text-align: center;
    padding: var(--size16) 0;
  }

  #campaign-contents .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  #campaign-contents .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 12px;
  }

  #campaign-contents .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #00064f;
  }

  #campaign-contents .swiper-button-prev::before,
  #campaign-contents .swiper-button-next::before {
    content: '';
    position: absolute;
    top: -40px;
    bottom: -40px;
    left: 0;
    right: 0;
  }

  /* 先頭・末尾スライドではナビゲーションボタンを非表示 */
  #section-flow .swiper-button-disabled {
    display: none;
  }
}

/*
***********************************************************
対象車種　lineup
***********************************************************
*/
#section-lineup {}

#section-lineup .lineup-area {
  background-color: #fff;
  border-radius: var(--size16);
  text-align: center;
  padding: 56px var(--size40);
}

#section-lineup .lineup-title {
  font-size: var(--size32);
  font-weight: bold;
}

#section-lineup .lineup-item {
  margin: var(--size16) 0;
}

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

#section-lineup .lineup-logo {
  height: auto;
}

#section-lineup .lineup-logo-image {
  width: auto;
  height: clamp(14px, 2vw, 22px);
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

#section-lineup .lineup-btn {
  border: 2px solid var(--keyColor);
}

#section-lineup .lineup-btn:hover {
  color: #fff;
  background-color: var(--keyColor);
  opacity: 1.0;
}

#section-lineup .lineup-col {
  display: flex;
  justify-content: space-evenly;
}

#section-lineup .lineup-col_item {
  width: 50%;
  padding: 2rem var(--size16) 0;
}

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

  #section-lineup .lineup-area {
    padding: 0;
  }

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

  #section-lineup .lineup-logo-image {
    height: 22px;
    max-width: 100%;
  }

  #section-lineup .lineup-btn {
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.2s;
  }

  #section-lineup .lineup-btn:hover,
  #section-lineup .lineup-btn:active,
  #section-lineup .lineup-btn:focus {
    color: #fff;
    background-color: var(--keyColor);
    opacity: 1;
  }

  #section-lineup .lineup-col {
    display: flex;
    flex-direction: column;
    padding-bottom: var(--size16);
  }

  #section-lineup .lineup-col_item {
    width: 100%;
    padding: var(--size8)var(--size24);
  }
}

/*
***************************************************************
#section-cautions
***************************************************************
*/
#section-cautions {
  overflow: hidden;
  background-color: #fff;
  margin: 0 auto var(--size80);
}

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

#section-cautions .acc-wrap.nml-acc-wrap .triggle {
  background: linear-gradient(180deg, rgba(0, 62, 145, 1) 0%, rgba(18, 17, 100, 1) 100%);
  color: #fff;
  font-size: 2.2rem;
  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 .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: 39px;
  right: 45px;
  top: calc(50% - 19px);
  transition: var(--transition);
  border: none;
}

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

#section-cautions .acc-wrap.nml-acc-wrap .acc-contents-inner {
  padding: var(--size16) var(--size40) 0;
}

#section-cautions .acc-wrap.nml-acc-wrap p.text {
  text-align: justify;
  font-size: 1.6rem;
  line-height: 1.8;
  word-break: break-all;
  padding: var(--size16) 0;
}

#section-cautions .acc-wrap.nml-acc-wrap p.text:nth-of-type(1) {
  border-bottom: 1px solid #354266;
}

/* -------------------------------------- */
/* ----------------- SP ----------------- */
/* -------------------------------------- */
@media (max-width: 768px) {
  #section-cautions {
    max-width: calc(100% - 32px);
    margin: 0 auto var(--size32);
  }

  #section-cautions .acc-wrap.nml-acc-wrap .triggle {
    font-size: 5vw;
    font-weight: bold;
  }

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

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

  #section-cautions .acc-wrap.nml-acc-wrap .acc-contents-inner {
    padding: var(--size8) 0 var(--size16);
  }

  #section-cautions .acc-wrap.nml-acc-wrap p.text {
    font-size: clamp(1.2rem, 3.3vw, 3.3vw);
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  #section-cautions .acc-wrap.nml-acc-wrap p.text {
    font-size: clamp(1.2rem, 3.6vw, 1.3rem);
  }
}

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

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

/* -------------------------------------- */
/* ----------------- SP ----------------- */
/* -------------------------------------- */
@media (max-width: 768px) {
  #fixedBottomBtn .btn-wrap-container {
    flex-wrap: nowrap;
    gap: var(--size8);
    padding: 8px 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;
  }
}

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

.content-mb {
  margin-bottom: var(--size64) !important;
}

.notice-area.alert .notice-area-inner {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 var(--size8);
}

/* -------------------------------------- */
/* ----------------- SP ----------------- */
/* -------------------------------------- */
@media (max-width: 768px) {
  .content-mb {
    margin-bottom: var(--size32) !important;
  }

  .notice-area.alert .notice-area-inner {
    margin: 0;
  }

  .notice-area.alert .notice-txt {
    font-size: 1.6rem;
  }
}

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

/*
***********************************************************
SNS注意喚起 / キャンペーン終了
***********************************************************
*/
.notice-area {
  margin: 0;
}

.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) 0;
    text-align: justify;
  }
}

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

@media print {
  body {
    overflow-y: visible;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

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

  #fixedBottomBtn,
  .btn-page-top,
  .swiper-button-next,
  .swiper-button-prev,
  .swiper-pagination,
  #bottomnavi ul li img {
    display: none !important;
  }

  #section-kv .photo {
    aspect-ratio: auto;
  }

  /* section-flow: PCレイアウト（横並び）で印刷 */
  #section-flow #flows {
    overflow: visible;
  }

  #flows.swiper-container {
    overflow: visible;
  }

  #flows .swiper-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    justify-content: center;
    gap: 20px;
    transform: none !important;
    width: auto !important;
  }

  #flows .swiper-slide {
    flex: 0 1 auto !important;
    width: auto !important;
    max-width: 22% !important;
    position: relative;
  }

  #flows .swiper-slide:not(:last-child)::after {
    display: block !important;
    position: absolute;
    content: "";
    top: 46%;
    left: calc(100% - 2.5px);
    width: 0;
    height: 0;
    border-top: 43px solid transparent;
    border-bottom: 43px solid transparent;
    border-left: 25px solid #00064f;
    transform: translateY(-50%);
    z-index: 1;
  }
}



