@charset "utf-8";

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

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

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

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

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

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

.inner-xs-wrap2,
.inner-xs-wrap,
.inner-s-wrap,
.inner-wrap {
  width: calc(100% - 32px);
  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;
}

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

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

#section-kv .h1-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f8f6;
  margin: 0 auto;
  padding: 20px 16px;
}

#section-kv .h1-wrap-inner {
  max-width: 1094px;
}

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

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

  #section-kv .h1-wrap-inner {
    width: 100%;
    max-width: inherit;
    margin: 0;
  }

  #section-kv .h1-wrap h1 {
    max-width: inherit;
    padding: 0;
  }

  #section-kv .note {
    position: relative;
    font-size: 1rem;
    text-align: center;
    margin: 15px auto 0;
    z-index: 10;
  }
}

/*
***************************************************************
動画 Brightcove
***************************************************************
*/
.section-video {
  padding: 40px 16px;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width:768px) {
  .section-video {
    padding: 30px 16px;
  }
}

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

  #section-navigation #navigation>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10%;
  }

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

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

  #section-navigation #navigation>ul>li>a:hover {
    opacity: 0.8;
    filter: saturate(100%);
    filter: brightness(100%);
  }
}

/*
*********************************************************
#section-gift
*********************************************************
*/
#section-gift {
  margin: 0 auto;
}

#section-gift h2 {
  background-color: #1d2087;
  text-align: center;
  padding: 16px 0;
}

#section-gift h2 img {
  max-width: 240px;
}

/* --------------- summary-wrap --------------- */
#section-gift .summary-wrap {
  font-size: 2.4rem;
  text-align: center;
  padding: 30px 0;
}

#section-gift .summary-wrap h3 {
  margin: 0 auto;
}

@media (min-width: 769px) and (max-width: 1280px) {
  #section-gift .summary-wrap br.sp-only {
    display: block !important;
  }
}

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

  #section-gift h2 img {
    width: 35%;
    max-width: inherit;
  }

  #section-gift .summary-wrap {
    padding: 16px 16px 0;
  }

  #section-gift .summary-wrap h3 {
    font-size: 4vw;
  }

  #section-gift .summary-wrap h4 {
    font-size: 4vw;
  }
}

/*
*********************************************************
summary-wrap-wrap
*********************************************************
*/
#section-gift .summary-car-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 870px;
  gap: 30px;
  margin: 0 auto;
  padding-bottom: var(--size40);
}

#section-gift .summary-car-wrap .box {
  flex: 1;
  max-width: 420px;
  text-align: center;
}

#section-gift .summary-car-wrap .box h5 {
  background-color: #1d2087;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding: var(--size8);
}

#section-gift .summary-car-wrap .box h6 {
  border: 2px solid #1d2087;
  color: #1d2087;
  font-weight: bold;
  font-size: 4.0rem;
  padding: var(--size8);
}

#section-gift .summary-car-wrap .box h6 span {
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

@media (min-width: 769px) and (max-width: 890px) {
  #section-gift .summary-car-wrap .box h6 {
    font-size: 3.6rem;
  }

  #section-gift .summary-car-wrap .box h6 span {
    font-size: 2.4rem;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #section-gift .summary-car-wrap {
    display: block;
    max-width: inherit;
    padding: 16px 16px 32px;
  }

  #section-gift .summary-car-wrap .passenger-car {
    padding-bottom: var(--size16);
  }

  #section-gift .summary-car-wrap .box {
    width: 85%;
    max-width: inherit;
    margin: 0 auto;
  }

  #section-gift .summary-car-wrap .box h5 {
    font-size: 4vw;
    padding: var(--size8);
  }

  #section-gift .summary-car-wrap .box h6 {
    font-size: 8vw;
  }

  #section-gift .summary-car-wrap .box h6 span {
    font-size: 5vw;
  }
}

/*
*********************************************************
gift-category-section
*********************************************************
*/
#section-gift .gift-category-section {}

#section-gift .gift-category-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
  background-color: #fff;
  max-width: 1130px;
  margin: 0 auto;
}

#section-gift .gift-category-wrapper h3 {
  width: 80%;
  margin: 0 auto;
}

#section-gift .gift-category-wrapper .gift-box {
  flex: 1;
  max-width: 370px;
  background-color: #f8f9fa;
  text-align: center;
  padding: 24px 0;
}

#section-gift .gift-category-wrapper .gift-box .description {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: -0.02em;
  margin: 20px 0;
  height: calc(1.8rem * 1.6 * 4);
  overflow: hidden;
}

#section-gift .gift-category-wrapper .gift-box .gift-image {
  max-width: 296px;
  margin: 0 auto 20px;
}

#section-gift .gift-category-wrapper .gift-box.digital .gift-image {
  max-width: 296px;
  height: 245px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#section-gift .gift-category-wrapper .gift-box.digital .gift-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#section-gift .gift-target {
  padding-bottom: 5px;
}

#section-gift .gift-target h4,
#section-gift .gift-target h5 {
  color: #1d2087;
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0;
}

#section-gift .gift-target h6 {
  font-size: 1.4rem;
  padding-top: 10px;
}

#section-gift .gift-target h5 a,
#section-gift .gift-target h6 a {
  color: #1d2087 !important;
  text-decoration: underline !important;
  transition: text-decoration 0.3s ease;
}

#section-gift .gift-target h5 a:hover,
#section-gift .gift-target h6 a:hover {
  text-decoration: none !important;
}

@media (min-width: 769px) and (max-width: 1200px) {
  #section-gift .gift-category-wrapper .gift-box .description {
    font-size: 1.4vw;
    height: calc(1.4vw * 1.6 * 4);
  }

  #section-gift .gift-target h4,
  #section-gift .gift-target h5,
  #section-gift .gift-target h6 {
    font-size: 1.4vw;
  }
}

@media (min-width: 769px) and (max-width: 1130px) {
  #section-gift .gift-category-wrapper .gift-box.digital .gift-image {
    height: auto;
    display: block;
  }

  #section-gift .gift-category-wrapper .gift-box.digital .gift-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 296 / 245;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #section-gift .gift-category-section {
    padding: 0;
    margin: 16px 0 32px;
  }

  #section-gift .gift-category-wrapper {
    flex-direction: column;
    max-width: inherit;
    gap: 5vw;
  }

  #section-gift .gift-category-wrapper h3 {
    width: 80%;
    margin: -6vw auto 0;
  }

  #section-gift .gift-category-wrapper .gift-box {
    max-width: 100%;
    padding: 16px;
  }

  #section-gift .gift-category-wrapper .gift-box .description {
    font-size: 3.6vw;
    letter-spacing: -0.02em;
    height: auto;
    margin: 16px 0;
  }

  #section-gift .gift-category-wrapper .gift-box .gift-image {
    max-width: 100%;
    margin-bottom: 16px;
  }

  #section-gift .gift-category-wrapper .gift-box.digital .gift-image {
    max-width: 100%;
    height: auto;
  }

  #section-gift .gift-target h4,
  #section-gift .gift-target h5 {
    font-size: 3.6vw;
  }

  #section-gift .gift-target h6 {
    font-size: 3.4vw;
  }
}

@media screen and (max-width: 320px) {
  #section-gift .gift-category-wrapper .gift-box .description {
    font-size: 3.4vw;
  }
}

/*
*********************************************************
#section-targetcarmodel
*********************************************************
*/
#section-targetcarmodel {
  width: 100%;
  max-width: 1130px;
  margin: 50px auto 0;
  padding: 0;
}

#section-targetcarmodel h2 {
  background-color: #1d2087;
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  padding: 10px;
}

#section-targetcarmodel .targetcarmodel-inner {
  border: 2px solid #1d2087;
}

#section-targetcarmodel .targetcarmodel-box {
  color: #1d2087;
  padding: 24px var(--size64) 16px;
}

#section-targetcarmodel .targetcarmodel-box dl {
  text-align: center;
  margin-bottom: var(--size8);
}

#section-targetcarmodel .targetcarmodel-box dt {
  border: 1px solid #1d2087;
  background-color: #f5f6f4;
  font-size: 2.0rem;
  padding: var(--size8);
}

#section-targetcarmodel .targetcarmodel-box dd {
  font-size: 2.0rem;
  padding: 8px 8px 0;
}

#section-targetcarmodel .targetcarmodel-box dd span {
  font-size: 1.2rem;
  padding-left: 16px;
}

@media (min-width: 769px) and (max-width: 1160px) {
  #section-targetcarmodel {
    padding: 0 var(--size16);
  }

  #section-targetcarmodel .targetcarmodel-box dd {
    font-size: 1.6vw;
  }
}

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

  #section-targetcarmodel .targetcarmodel-box {
    padding: 20px 16px 8px;
  }

  #section-targetcarmodel h2 {
    font-size: 4vw;
    font-weight: bold;
  }

  #section-targetcarmodel .targetcarmodel-box dl {
    display: block;
  }

  #section-targetcarmodel .targetcarmodel-box dt {
    width: 100%;
    font-size: 3.3vw;
    font-weight: bold;
    padding: var(--size8);
  }

  #section-targetcarmodel .targetcarmodel-box dd {
    width: 100%;
    font-size: 3.3vw;
    letter-spacing: -0.04em;
    line-height: 1.8;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: var(--size8);
  }

  #section-targetcarmodel .targetcarmodel-box dd span.link {
    display: block;
    line-height: 1.6;
    padding-left: var(--size8);
    margin-top: var(--size8);
  }
}

/*
***************************************************************
#section-ucar
***************************************************************
*/
#section-ucar {
  margin: 55px auto 65px;
}

/* --------------- h2-wrap --------------- */
#section-ucar .h2-wrap {
  display: flex;
  align-items: center;
  margin: 0 auto 32px;
  position: relative;
}

#section-ucar .h2-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(300px, 80vw, 970px);
  height: 3px;
  background-color: #1d2087;
}

#section-ucar .h2-wrap::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #00266e;
  z-index: 1;
}

#section-ucar .h2-wrap h2 {
  color: #00266e;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin: 0 auto;
}

@media (min-width: 769px) and (max-width: 1280px) {
  #section-ucar .h2-wrap h2 {
    font-size: 2.7vw;
  }
}

/* --------------- h3-wrap --------------- */
#section-ucar .h3-wrap {
  display: flex;
  align-items: center;
  background: #020024;
  background: linear-gradient(260deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 0%, rgba(113, 128, 244, 1) 100%);
  border-radius: 30px;
  max-width: 490px;
  height: auto;
  margin: 0 auto;
  transition: opacity 0.3s ease;
}

#section-ucar .h3-wrap:hover {
  opacity: .8;
}

#section-ucar .h3-wrap h3 {
  width: 350px;
  height: auto;
  margin: 0 auto;
}

#section-ucar .h3-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  position: relative;
  cursor: pointer;
  border-radius: 30px;
}

#section-ucar .h3-wrap a[target="_blank"]:not(.icn-none):after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 17px;
  height: 16px;
  background: url(/assets/images/icn_blank_white.svg) no-repeat center center / contain;
}

#section-ucar .note {
  text-align: center;
  font-size: 1.2rem;
  padding-top: 8px;
}

/* -------------------------------------- */
/* ----------------- SP ----------------- */
/* -------------------------------------- */
@media (max-width: 768px) {
  #section-ucar {
    max-width: inherit;
    margin: 32px auto 0;
    padding: 0 16px;
  }

  #section-ucar .h2-wrap {
    padding: 0 0 8px;
    margin: 0 auto 24px;
  }

  #section-ucar .h2-wrap h2 {
    max-width: inherit;
    font-size: 5.6vw;
    line-height: 1.4;
  }

  #section-ucar .h2-wrap::before {
    width: clamp(300px, 80vw, 970px);
    height: 2px;
  }

  #section-ucar .h2-wrap::after {
    bottom: -14px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #00266e;
  }

  #section-ucar .h3-wrap {
    width: 80vw;
  }

  #section-ucar .h3-wrap .sp-image {
    width: 80%;
    max-width: inherit;
  }

  #section-ucar .h3-wrap a {
    padding: 24px;
  }

  #section-ucar .note {
    font-size: 1.0rem;
  }
}

@media (max-width: 320px) {
  #section-ucar .note {
    text-align: left;
    font-size: 1rem;
  }
}

/*
*********************************************************
#section-related-sites
*********************************************************
*/
#section-related-sites .h2-wrap {
  max-width: 1130px;
  margin: 0 auto 25px;
}

/* --------------- slider --------------- */
#section-related-sites .slider-outer {
  position: relative;
  max-width: 1130px;
  margin: 25px auto 0;
}

#section-related-sites .slider-inner {
  overflow: hidden;
}

#section-related-sites .swiper {
  position: relative;
}

#section-related-sites .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid #000;
}

/* 3つ横並び */
@media (min-width: 769px) {
  #section-related-sites .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    transform: none !important;
    width: 100% !important;
    max-width: 1130px;
    margin: 0 auto;
    contain: layout style;
  }

  #section-related-sites .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid #000 !important;
    padding: 10px;
    min-height: 200px;
    height: 100%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    will-change: auto;
  }

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

  /* ナビゲーションボタンとページネーションを非表示 */
  #section-related-sites .swiper-button-next,
  #section-related-sites .swiper-button-prev,
  #section-related-sites .swiper-pagination {
    display: none !important;
  }
}

#section-related-sites .swiper-slide img {
  max-width: 343px;
  display: block;
  transition: opacity 0.3s ease;
}

#section-related-sites .swiper-slide img:hover {
  opacity: 0.8;
}

#section-related-sites .swiper-pagination {
  position: relative;
  text-align: center;
  margin-top: 12px;
}

#section-related-sites .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.18);
  width: 10px;
  height: 10px;
  opacity: 1;
}

#section-related-sites .swiper-pagination-bullet-active {
  background: #6580bf;
}

/* スライド内テキスト */
#section-related-sites .swiper-slide .slide-text {
  margin: 20px 0 0;
  text-align: center;
}

#section-related-sites .swiper-slide .slide-text h3 {
  display: flex;
  align-items: flex-start;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  letter-spacing: -0.02em;
  line-height: 1.4;
  margin-bottom: 12px;
  min-height: 67px;
}

#section-related-sites .swiper-slide .slide-text p {
  font-size: 1.4rem;
  text-align: left;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

#section-related-sites .slider-outer .note {
  font-size: 1.2rem;
  text-align: right;
  padding-top: 8px;
}

@media (min-width: 769px) and (max-width:1080px) {
  #section-related-sites .swiper-slide {
    border: 1px solid #000 !important;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    will-change: auto;
  }

  #section-related-sites .swiper-slide .slide-text h3 {
    font-size: 1.6rem;
    min-height: 45px;
    /* タブレット用の高さ調整 */
  }

  #section-related-sites .swiper-slide .slide-text p {
    font-size: 1.1vw;
    text-align: left;
    letter-spacing: 0.02em;
    line-height: 1.6;
  }
}

/* -------------------------------------- */
/* ----------------- SP ----------------- */
/* -------------------------------------- */
@media (max-width: 768px) {
  #section-related-sites .h2-wrap {
    max-width: inherit;
    margin: 32px auto;
    padding: 0 16px;
  }

  #section-related-sites .slider-outer {
    width: 100%;
    max-width: inherit;
    margin: 16px auto 20px;
    padding: 0 16px;
    overflow: hidden;
  }

  #section-related-sites .slider-inner {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 16px 32px;
    position: relative;
    overflow: hidden;
  }

  #section-related-sites .mySwiper {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  #section-related-sites .swiper-wrapper {
    width: 100%;
    transform-style: preserve-3d;
    display: flex !important;
    grid-template-columns: none !important;
    max-width: inherit;
  }

  #section-related-sites .swiper-slide+.swiper-slide {
    margin-left: 0;
  }

  #section-related-sites .swiper-slide {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    border: none !important;
    border-radius: 0;
    box-shadow: none;
    padding: 0 5px;
    margin: 0 auto;
    width: 100% !important;
    height: auto !important;
    flex-shrink: 0;
  }

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

  #section-related-sites .swiper-button-prev,
  #section-related-sites .swiper-button-next {
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    margin-top: 0;
    cursor: pointer;
  }

  #section-related-sites .swiper-button-prev::before,
  #section-related-sites .swiper-button-prev::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: 3px;
    width: 18px;
    height: 2px;
    background-color: #666;
    transform-origin: 0% 50%;
  }

  #section-related-sites .swiper-button-prev::before {
    transform: rotate(-45deg);
  }

  #section-related-sites .swiper-button-prev::after {
    transform: rotate(45deg);
  }

  #section-related-sites .swiper-button-next::before,
  #section-related-sites .swiper-button-next::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 3px;
    width: 18px;
    height: 2px;
    background-color: #666;
    transform-origin: 100% 50%;
  }

  #section-related-sites .swiper-button-next::before {
    transform: rotate(45deg);
  }

  #section-related-sites .swiper-button-next::after {
    transform: rotate(-45deg);
  }

  #section-related-sites .swiper-button-prev {
    left: 24px;
  }

  #section-related-sites .swiper-button-next {
    right: 24px;
  }

  #section-related-sites .swiper-slide .slide-text {
    width: 100%;
    margin: 16px auto 0;
    padding: 0;
  }

  #section-related-sites .swiper-slide .slide-text h3 {
    font-size: 1.6rem;
    margin-bottom: 8px;
    min-height: 45px;
    /* モバイル用の高さ調整 */
  }

  #section-related-sites .swiper-slide .slide-text p {
    font-size: 2.9vw;
    letter-spacing: -0.02em;
  }

  #section-related-sites .slider-outer .note {
    font-size: 1.0rem;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 4px;
  }
}

@media screen and (min-width: 375px) and (max-width: 430px) {
  #section-related-sites .swiper-slide .slide-text p {
    font-size: 3.2vw;
    letter-spacing: -0.02em;
  }
}

/*
***************************************************************
#section-cautions
***************************************************************
*/
#section-cautions {
  overflow: hidden;
  background-color: #fff;
  margin: 0 auto 80px;
}

#section-cautions .acc-wrap.nml-acc-wrap .triggle {
  background-color: #1d2087;
  color: #fff;
  font-size: 2.6rem;
  font-weight: normal;
  text-align: center;
  padding: 10px 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 {
  border: 1px solid #1d2087;
  padding: 24px 40px;
}

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

#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 {
    max-width: inherit;
    padding: 0 16px;
  }

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

  #section-cautions .acc-wrap.nml-acc-wrap .triggle {
    font-size: 4vw;
    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: 24px;
  }

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

/*
***************************************************************
inquiry
***************************************************************
*/
#section-cautions .inquiry-wrap {
  color: #1d2087;
  font-weight: normal;
  text-align: center;
  margin: 0 auto;
  padding-top: 16px;
}

#section-cautions .inquiry-wrap .inquiry {
  font-size: 1.2rem;
  border: 1px solid #1d2087;
  margin-right: 10px;
  padding: 4px;
}

#section-cautions .inquiry-wrap .telephone-number {
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 15px;
}

#section-cautions .inquiry-wrap .reception-hours {
  font-size: 1.2rem;
  margin-right: 10px;
}

@media (min-width: 769px) and (max-width: 1240px) {
  #section-cautions .inquiry-wrap br.mobile-only {
    display: block !important;
  }

  #section-cautions .inquiry-wrap .telephone-number {
    display: inline-block;
    font-size: 1.4rem;
    padding-top: 5px;
  }
}

/* -------------------------------------- */
/* ----------------- SP ----------------- */
/* -------------------------------------- */
@media (max-width: 768px) {
  #section-cautions .inquiry-wrap {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    margin: 0;
    padding-top: 32px;
  }

  #section-cautions .inquiry-wrap .inquiry {
    display: inline-block;
    width: 80%;
    font-size: 3.4vw;
    margin-right: 0;
  }

  #section-cautions .inquiry-wrap .telephone-number {
    display: inline-block;
    width: 100%;
    font-size: 3.4vw;
    padding-top: 14px;
    margin-right: 0;
  }

  #section-cautions .inquiry-wrap .reception-hours {
    display: inline-block;
    font-size: 2.7vw;
    line-height: 1.4;
    margin-right: 0;
  }
}

@media screen and (max-width: 320px) {
  #section-cautions .inquiry-wrap .telephone-number {
    font-size: 3.2vw;
  }

  #section-cautions .inquiry-wrap .reception-hours {
    display: inline-block;
    font-size: 2.6vw;
  }
}

/*
***************************************************************
btn-page-top
***************************************************************
*/
#campaign-contents .btn-page-top {
  position: fixed;
  right: var(--size48);
  bottom: 80px;
  z-index: 1000;
  width: var(--size48);
  height: var(--size48);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

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

#campaign-contents .btn-page-top img {
  width: var(--size24);
  height: var(--size24);
}

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

/*
***********************************************************
固定追従しないバージョン（通常ページ内）
***********************************************************
*/
#campaign-contents .btn-section {
  background-color: #dde2e6;
  max-width: var(--contentMaxW);
  margin: 0 auto 80px;
}

#campaign-contents .btn-section .btn-wrap-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 40px 16px;
}

#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: 32px 16px;
  }

  #campaign-contents .btn-section .btn-wrap-container .btn-wrap {
    max-width: inherit;
    padding: 8px 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: 8px;
    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;
  }
}

/* --------------------- 共通 -------------------- */
#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注意喚起
***********************************************************
*/
@media (max-width: 768px) {
  .notice-area {
    margin: 16px 0;
    padding: 0 16px;
  }
}

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