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

/*
***************************************************************
明朝 font
***************************************************************
*/
@media (min-width:769px) {
  .lead-font-mincho {
    font-family: "Zen Old Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    font-weight: 500;
    font-style: normal;
  }

  .lead-font-mincho-b {
    font-family: "Zen Old Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    font-weight: 600;
    font-style: normal;
  }
}

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

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

#section-kv .h1-wrap {
  background-color: #f7f8f6;
  margin: 0 auto;
  padding: 20px var(--size16);
}

#section-kv .h1-wrap-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 1560px;
  margin: 0 auto;
}

#section-kv .h1-wrap-inner h1 {
  flex: 0 1 980px;
  width: 100%;
}

#section-kv .h1-wrap-inner .h1-photo {
  flex: 0 1 560px;
  width: 100%;
}

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

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

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

  #section-kv .h1-wrap .h1-photo {
    flex: none;
    width: 90%;
  }

  #section-kv .h1-wrap .h1-title {
    width: 92%;
  }

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

@media (min-width: 600px) and (max-width: 768px) {
  #section-kv .note {
    font-size: 14px;
  }
}

/*
***************************************************************
#section-video（動画 Brightcove）
***************************************************************
*/
#section-video {
  padding: var(--size48) 0;
}

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

/*
***************************************************************
#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;
    width: 90%;
    gap: 5%;
    margin: 0 auto;
  }

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

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

/*
*********************************************************
h2-band-wrap（共通）
*********************************************************
*/
#campaign-contents .h2-band-wrap {
  max-width: 1130px;
  background: #004097;
  background: linear-gradient(90deg, rgba(0, 64, 151, 1) 0%, rgba(0, 0, 54, 1) 100%, rgba(0, 0, 54, 1) 68%);
  text-align: center;
  margin: 0 auto;
}

#campaign-contents .h2-band-wrap h2 {
  color: #fff;
  font-size: 4.4rem;
  line-height: 1;
  padding: var(--size16) 0 20px;
}

#campaign-contents .h2-band-wrap h2 span {
  letter-spacing: -0.2em;
}

@media (min-width: 769px) and (max-width: 1090px) {
  #campaign-contents .h2-band-wrap h2 {
    font-size: 4vw;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #campaign-contents .h2-band-wrap h2 {
    font-size: 6vw;
    padding: var(--size16) 0;
  }
}

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

#section-gift .lead {
  font-size: 3.2rem;
  text-align: center;
  padding: 0 0 var(--size48);
}

@media (min-width: 769px) and (max-width: 1090px) {
  #section-gift .lead {
    font-size: 3vw;
    padding: 0 0 var(--size48);
  }
}

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

  #section-gift .lead {
    font-size: 4.5vw;
    padding: 0 0 var(--size24);
  }
}

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

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

#section-gift .summary-car-wrap .box h3 {
  background: #004097;
  background: linear-gradient(90deg, rgba(0, 64, 151, 1) 0%, rgba(0, 0, 54, 1) 100%, rgba(0, 0, 54, 1) 68%);
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding: var(--size8);
}

#section-gift .summary-car-wrap .box h4 {
  border: 2px solid #1d2087;
  color: #1d2087;
  font-weight: bold;
  font-size: 4.0rem;
}

#section-gift .summary-car-wrap .box h4 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 h4 {
    font-size: 3.6rem;
  }

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

/* --------------- summary-wrap --------------- */
#section-gift .summary-wrap {
  font-size: 2.4rem;
  text-align: center;
  padding-bottom: var(--size32);
}

#section-gift .summary-wrap h2 {
  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 .summary-car-wrap {
    display: block;
    max-width: inherit;
    padding: 24px var(--size16);
  }

  #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 h3 {
    font-size: 4vw;
    padding: var(--size8);
  }

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

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

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

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

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

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

#section-gift .gift-category .gift-box {
  flex: 1;
  background-color: #f7f8f6;
  text-align: center;
  padding-bottom: var(--size24);
}

#section-gift .gift-category .gift-box.catalog01 {
  flex: 1 1 100%;
  max-width: 100%;
}

#section-gift .gift-category .gift-box.catalog02,
#section-gift .gift-category .gift-box.digital {
  flex: 1 1 calc(50% - 5px);
  max-width: 560px;
}

#section-gift .gift-category .gift-box.catalog01 h3 {
  width: 610px;
  margin: -10px auto 0;
}

#section-gift .gift-category .gift-box.catalog02 h3,
#section-gift .gift-category .gift-box.digital h3 {
  width: 294px;
  margin: -10px auto 0;
}

#section-gift .gift-category .gift-box .description {
  line-height: 1.6;
  letter-spacing: -0.02em;
  margin: 20px 0;
}

#section-gift .gift-category .gift-box.catalog01 .description {
  height: calc(2rem * 1.6 * 2);
  font-size: 2rem;
}

#section-gift .gift-category .gift-box.catalog02 .description,
#section-gift .gift-category .gift-box.digital .description {
  height: calc(1.8rem * 1.6 * 2);
  font-size: 1.8rem;
}

#section-gift .gift-category .gift-box.catalog01 h4 {
  font-size: 1.8rem;
  color: #1d2087;
}

#section-gift .gift-category .gift-box.catalog01 .standard-passenger-car h4 {
  margin: var(--size24) auto var(--size16);
}

#section-gift .gift-category .gift-box.catalog01 .light-passenger-car h4 {
  margin: 60px auto 20px;
}

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

#section-gift .gift-category .gift-box.digital .gift-image {
  max-width: 228px;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

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

#section-gift .gift-category .gift-target {
  padding-bottom: var(--size16);
}

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

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

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

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

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

  #section-gift .gift-category .gift-box.catalog02 .description,
  #section-gift .gift-category .gift-box.digital .description {
    font-size: 1.6vw;
    height: calc(1.6vw * 1.6 *2);
  }

  #section-gift .gift-category .gift-box.catalog02 .gift-target h4,
  #section-gift .gift-category .gift-box.catalog02 .gift-target h5,
  #section-gift .gift-category .gift-box.digital .gift-target h4,
  #section-gift .gift-category .gift-box.digital .gift-target h5 {
    font-size: 1.6vw;
  }

  #section-gift .gift-category .gift-box.catalog02 .gift-image {
    height: auto;
    display: block;
    padding: 0 var(--size16);
  }

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

@media (min-width: 769px) and (max-width: 820px) {
  #section-gift .gift-category .gift-box.catalog01 .description {
    font-size: 2.4vw;
    height: calc(2.4vw * 1.6 *2);
  }
}

#section-gift .note-wrap {
  padding-top: var(--size8);
}

#section-gift .note-wrap p {
  font-size: 1.2rem;
  text-align: right;
}

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

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

  #section-gift .gift-category .gift-box {
    max-width: 100%;
    padding: var(--size16);
  }

  #section-gift .gift-category .gift-box.catalog01 {
    flex: 1 1 100%;
    max-width: 100%;
  }

  #section-gift .gift-category .gift-box.catalog02,
  #section-gift .gift-category .gift-box.digital {
    flex: 1 1 100%;
    max-width: 100%;
  }

  #section-gift .gift-category .gift-box .description {
    letter-spacing: -0.03em;
    height: auto;
    margin: var(--size16) 0;
  }

  #section-gift .gift-category .gift-box.catalog01 .description {
    height: auto;
    font-size: 4vw;
  }

  #section-gift .gift-category .gift-box.catalog02 .description,
  #section-gift .gift-category .gift-box.digital .description {
    height: auto;
    font-size: 4vw;
  }

  #section-gift .gift-category .gift-box.catalog01 h3,
  #section-gift .gift-category .gift-box.catalog02 h3,
  #section-gift .gift-category .gift-box.digital h3 {
    width: 85%;
    margin: -20px auto 0;
  }

  #section-gift .gift-category .gift-box.catalog02 .gift-image {
    max-width: 100%;
    margin-bottom: var(--size16);
  }

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

  #section-gift .gift-category .gift-box.catalog01 h4 {
    font-size: 4.2vw;
  }

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

  #section-gift .gift-category .gift-box.digital .gift-target h6 {
    font-size: 2.75vw;
  }

  #section-gift .note-wrap p {
    font-size: 2.75vw;
    padding: 0 var(--size16);
  }

  /* catalog01 SP */
  #section-gift .gift-category .catalog01 .gift-image.sp-only {
    width: 100%;
    padding: 0;
  }

  #section-gift .gift-category .catalog01 .sp-only .single-item .slick-slide {
    height: auto;
    margin: 0 auto;
    background-color: #fff;
  }

  #section-gift .gift-category .catalog01 .sp-only .single-item .slick-track {
    display: flex;
    align-items: stretch;
  }

  #section-gift .gift-category .catalog01 .sp-only .single-item .slick-slide {
    display: flex;
    height: auto;
  }

  #section-gift .gift-category .catalog01 .sp-only .single-item .slick-slide>div {
    display: flex;
    height: 100%;
    position: relative;
  }

  #section-gift .gift-category .catalog01 .sp-only .single-item .slick-slide>div::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #000 1px, transparent 1px),
      linear-gradient(to left, #000 1px, transparent 1px),
      linear-gradient(to top, #000 1px, transparent 1px),
      linear-gradient(to top, #000 1px, transparent 1px);
    background-position: left 16px bottom 16px,
      right 16px bottom 16px,
      left 16px bottom 16px,
      right 16px bottom 16px;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    pointer-events: none;
  }

  #section-gift .gift-category .catalog01 .sp-only .single-item .slick-slide:not(:has(.slide-content)) {
    display: flex;
    flex-direction: column;
  }

  #section-gift .gift-category .catalog01 .sp-only .single-item .gift-container {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    flex: 1;
    height: 100%;
  }

  #section-gift .gift-category .catalog01 .sp-only .single-item .gift-container .gift-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 0;
    background-color: #fff;
    flex: 1;
    height: 100%;
  }

  #section-gift .gift-category .catalog01 .sp-only .single-item .gift-container .gift-item .photo-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: calc(100% - 62px);
    margin: 0 auto;
    padding: 16px 0;
  }

  #section-gift .gift-category .catalog01 .sp-only .single-item .gift-container .gift-item .photo-wrap img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }

  #section-gift .gift-category .catalog01 .sp-only .single-item .gift-container .gift-item .text-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    position: relative;
    width: calc(100% - 32px);
    margin: 0 auto;
    background: linear-gradient(to right, #000 1px, transparent 1px) 0 0,
      linear-gradient(to left, #000 1px, transparent 1px) 100% 0,
      linear-gradient(to bottom, #000 1px, transparent 1px) 0 0,
      linear-gradient(to bottom, #000 1px, transparent 1px) 100% 0;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    color: #333;
    padding: 12px 12px 24px;
  }

  #section-gift .gift-category .catalog01 .sp-only .single-item .gift-container .gift-item .text-wrap h6 {
    width: 100%;
    font-size: 0;
    margin: 0 0 var(--size8) 0;
    padding: 0;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  #section-gift .gift-category .gift-box.digital .gift-target h6 {
    font-size: 14px;
  }

  #section-gift .note-wrap p {
    font-size: 14px;
  }
}

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

/*
*********************************************************
catalog01（Slick Carousel カスタムスタイル）
*********************************************************
*/
/* 共通スタイル */
#section-gift .gift-category .catalog01 .gift-image {
  margin: 0 auto;
  position: relative;
}

#section-gift .gift-category .catalog01 .single-item .slide-content {
  height: 100%;
  display: block;
  font-size: var(--size24);
  color: #fff;
}

#section-gift .gift-category .catalog01 .single-item .slick-prev:before,
#section-gift .gift-category .catalog01 .single-item .slick-next:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
}

#section-gift .gift-category .catalog01 .single-item .slick-prev:before {
  border-width: 16px 26px 16px 0;
  border-color: transparent #1c346c transparent transparent;
}

#section-gift .gift-category .catalog01 .single-item .slick-next:before {
  border-width: 16px 0 16px 26px;
  border-color: transparent transparent transparent #1c346c;
}

#section-gift .gift-category .catalog01 .single-item .slick-prev {
  z-index: 10;
}

#section-gift .gift-category .catalog01 .single-item .slick-next {
  z-index: 10;
}

#section-gift .gift-category .catalog01 .pc-only .single-item .slick-prev {
  left: -50px;
}

#section-gift .gift-category .catalog01 .pc-only .single-item .slick-next {
  right: -50px;
}

@media (min-width: 769px) and (max-width: 860px) {
  #section-gift .gift-category .catalog01 .pc-only .single-item .slick-next {
    right: -32px;
  }

  #section-gift .gift-category .catalog01 .pc-only .single-item .slick-prev {
    left: -32px;
  }
}

#section-gift .gift-category .catalog01 .sp-only .single-item .slick-prev {
  left: -50px;
}

#section-gift .gift-category .catalog01 .sp-only .single-item .slick-next {
  right: -50px;
}

#section-gift .gift-category .catalog01 .single-item .slick-dots {
  bottom: -30px;
}

#section-gift .gift-category .catalog01 .single-item .slick-dots li button:before {
  font-size: 12px;
  color: #1c346c;
}

/* ---------------------------------------------------------  */
/* --------------------- PC（一部共通あり）  --------------------  */
/* ---------------------------------------------------------  */
#section-gift .gift-category .catalog01 .gift-image.pc-only {
  max-width: 764px;
  width: 100%;
  padding: 0;
}

#section-gift .gift-category .catalog01 .pc-only .single-item .slick-list {
  width: 100%;
}

#section-gift .gift-category .catalog01 .pc-only .single-item .slick-track {
  display: flex;
}

#section-gift .gift-category .catalog01 .pc-only .single-item .slick-slide {
  width: 100% !important;
  max-width: 764px;
  height: 665px;
  margin: 0 auto;
  background-color: #fff;
}

#section-gift .gift-category .catalog01 .single-item .nature {
  border: 1px solid #005e3c;
}

#section-gift .gift-category .catalog01 .single-item .drive {
  border: 1px solid #0068b6;
}

#section-gift .gift-category .catalog01 .single-item .hobby {
  border: 1px solid #a54a96;
}

#section-gift .gift-category .catalog01 .single-item .family {
  border: 1px solid #c7161d;
}

#section-gift .gift-category .catalog01 .single-item .living {
  border: 1px solid #00aeeb;
}

#section-gift .gift-category .catalog01 .pc-only .single-item .slick-slide:not(:has(.slide-content)) {
  display: flex;
  flex-direction: column;
}

#section-gift .gift-category .catalog01 .single-item h5 {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  padding: 12px;
  margin: 0;
}

#section-gift .gift-category .catalog01 .single-item .nature h5 {
  background: #005e3c;
}

#section-gift .gift-category .catalog01 .single-item .drive h5 {
  background: #0068b6;
}

#section-gift .gift-category .catalog01 .single-item .hobby h5 {
  background: #a54a96;
}

#section-gift .gift-category .catalog01 .single-item .family h5 {
  background: #c7161d;
}

#section-gift .gift-category .catalog01 .single-item .living h5 {
  background: #00aeeb;
}

#section-gift .gift-category .catalog01 .single-item .gift-container {
  display: flex;
  gap: 0;
  flex: 1;
  padding: var(--size16) var(--size24);
}

#section-gift .gift-category .catalog01 .pc-only .single-item .gift-container .gift-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
  background-color: #fff;
}

#section-gift .gift-category .catalog01 .pc-only .single-item .gift-container .gift-item .photo-wrap {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 20px;
}

#section-gift .gift-category .catalog01 .pc-only .single-item .gift-container .gift-item .photo-wrap img {
  width: 100%;
  max-width: 357px;
  height: auto;
  object-fit: contain;
}

#section-gift .gift-category .catalog01 .pc-only .single-item .gift-container .gift-item .text-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  position: relative;
  background: linear-gradient(to right, #000 1px, transparent 1px) 0 0,
    linear-gradient(to right, #000 1px, transparent 1px) 0 100%,
    linear-gradient(to left, #000 1px, transparent 1px) 100% 0,
    linear-gradient(to left, #000 1px, transparent 1px) 100% 100%,
    linear-gradient(to bottom, #000 1px, transparent 1px) 0 0,
    linear-gradient(to bottom, #000 1px, transparent 1px) 100% 0,
    linear-gradient(to top, #000 1px, transparent 1px) 0 100%,
    linear-gradient(to top, #000 1px, transparent 1px) 100% 100%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  color: #333;
  padding: 12px;
}

#section-gift .gift-category .catalog01 .pc-only .single-item .gift-container .gift-item:first-child .text-wrap {
  margin-right: 10px;
}

#section-gift .gift-category .catalog01 .pc-only .single-item .gift-container .gift-item:last-child .text-wrap {
  margin-left: 10px;
}

#section-gift .gift-category .catalog01 .pc-only .single-item .gift-container .gift-item .text-wrap h6 {
  width: 100%;
  max-width: 322px;
  font-size: 0;
  margin: 0 0 var(--size8) 0;
  padding: 0;
}

#section-gift .gift-category .catalog01 .single-item .gift-container .gift-item .text-wrap p.color {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: justify;
  padding-top: 5px;
  padding-bottom: 5px;
}

#section-gift .gift-category .catalog01 .single-item .gift-container .gift-item .text-wrap p.text {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: justify;
  padding-top: 5px;
}

#section-gift .gift-category .catalog01 .single-item .gift-container .gift-item .text-wrap p.spec {
  font-size: 1.0rem;
  line-height: 1.8;
  text-align: left;
  padding-top: 10px;
}

#section-gift .gift-category .catalog01 .pc-only .single-item .slick-prev,
#section-gift .gift-category .catalog01 .pc-only .single-item .slick-next {
  width: 40px;
  height: 100px;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
#section-gift .gift-category .catalog01 .gift-image.sp-only {
  width: 100%;
  padding: 0;
}

#section-gift .gift-category .catalog01 .sp-only .single-item .slick-slide>div {
  height: auto;
  margin: 0;
}

#section-gift .gift-category .catalog01 .sp-only .single-item .slick-prev:before {
  border-width: 10px 20px 10px 0;
  border-color: transparent #1c346c transparent transparent;
}

#section-gift .gift-category .catalog01 .sp-only .single-item .slick-next:before {
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #1c346c;
}

#section-gift .gift-category .catalog01 .sp-only .single-item .slick-prev,
#section-gift .gift-category .catalog01 .sp-only .single-item .slick-next {
  width: 24px;
  height: 140px;
  top: var(--photo-wrap-center, 30%);
  transform: translateY(var(--photo-wrap-translate, -50%));
}

#section-gift .gift-category .catalog01 .sp-only .single-item .slick-prev:before,
#section-gift .gift-category .catalog01 .sp-only .single-item .slick-next:before {
  font-size: 24px;
}

#section-gift .gift-category .catalog01 .sp-only .single-item .slick-prev {
  left: 6px;
  z-index: 10;
}

#section-gift .gift-category .catalog01 .sp-only .single-item .slick-next {
  right: 6px;
  z-index: 10;
}

@media (min-width: 600px) and (max-width: 768px) {
  #section-gift .gift-category .catalog01 .sp-only .single-item .gift-container .gift-item .text-wrap p.text {
    font-size: 1.8rem;
  }

  #section-gift .gift-category .catalog01 .sp-only .single-item .gift-container .gift-item .text-wrap p.spec {
    font-size: 1.4rem;
    line-height: 1.8 !important;
    text-align: justify;
    padding-top: 10px;
  }

  #section-gift .gift-category .catalog01 .sp-only .single-item .gift-container .gift-item .text-wrap p.text br {
    display: none !important;
  }
}

@media (min-width: 376px) and (max-width: 430px) {
  #section-gift .gift-category .catalog01 .sp-only .single-item .gift-container .gift-item .text-wrap p.spec {
    font-size: 1rem;
    line-height: 1.8 !important;
    text-align: justify;
    padding-top: 10px;
  }

  #section-gift .gift-category .catalog01 .sp-only .single-item .gift-container .gift-item .text-wrap p.text br,
  #section-gift .gift-category .catalog01 .sp-only .single-item .gift-container .gift-item .text-wrap p.spec br {
    display: none !important;
  }
}

@media (max-width: 375px) {
  #section-gift .gift-category .catalog01 .sp-only .single-item .gift-container .gift-item .text-wrap p.text {
    font-size: 1.4rem;
  }

  #section-gift .gift-category .catalog01 .sp-only .single-item .gift-container .gift-item .text-wrap p.spec {
    font-size: 1rem;
    line-height: 1.8 !important;
    text-align: justify;
    padding-top: 10px;
  }

  #section-gift .gift-category .catalog01 .sp-only .single-item .gift-container .gift-item .text-wrap p.text br,
  #section-gift .gift-category .catalog01 .sp-only .single-item .gift-container .gift-item .text-wrap p.spec br {
    display: none !important;
  }
}

@media (max-width: 320px) {
  #section-gift .gift-category .catalog01 .single-item .gift-container .gift-item .text-wrap p.color {
    font-size: 1rem;
  }

  #section-gift .gift-category .catalog01 .sp-only .single-item .gift-container .gift-item .text-wrap p.text {
    font-size: 1.2rem;
  }
}

@media (max-width: 320px) {
  #section-gift .gift-category .catalog01 .single-item .slick-dots li {
    width: 14px !important;
    height: 14px !important;
    margin: 0 6px;
  }

  #section-gift .gift-category .catalog01 .single-item .slick-dots li button {
    width: 14px !important;
    height: 14px !important;
  }

  #section-gift .gift-category .catalog01 .single-item .slick-dots li button:before {
    font-size: 10px;
    width: 14px !important;
    height: 14px !important;
  }
}

/*
*********************************************************
#section-targetcarmodel（対象車種）
*********************************************************
*/
#section-targetcarmodel {
  width: 100%;
  margin: var(--size32) auto 0;
  padding: 0;
}

#section-targetcarmodel h2 {
  background: #004097;
  background: linear-gradient(90deg, rgba(0, 64, 151, 1) 0%, rgba(0, 0, 54, 1) 100%, rgba(0, 0, 54, 1) 68%);
  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: var(--size16);
}

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

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

@media (min-width: 769px) and (max-width: 1000px) {
  #section-targetcarmodel .targetcarmodel-box dd span {
    display: block;
  }
}

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

  #section-targetcarmodel .targetcarmodel-box {
    padding: 20px var(--size16) 8px;
  }

  #section-targetcarmodel h2 {
    font-size: 6vw;
  }

  #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 {
    font-size: 2.65vw;
  }

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

@media (max-width: 320px) {
  #section-targetcarmodel .targetcarmodel-box {
    padding: 20px 10px 8px;
  }

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

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

/* --------------- h2-wrap --------------- */
#section-sugdas .h2-wrap {
  display: flex;
  align-items: center;
  margin: 0 auto var(--size32);
  position: relative;
}

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

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

#section-sugdas .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-sugdas .h2-wrap h2 {
    font-size: 2.7vw;
  }
}

/* --------------- h3-wrap --------------- */
#section-sugdas .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;
  border: 6px solid #d3d3d3;
  max-width: 490px;
  height: auto;
  margin: 0 auto;
  transition: opacity 0.3s ease;
}

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

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

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

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

#section-sugdas .note {
  text-align: center;
  font-size: 1.2rem;
  padding-top: var(--size8);
}

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

  #section-sugdas .h2-wrap {
    padding: 0 0 var(--size8);
    margin: 0 auto var(--size24);
  }

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

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

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

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

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

  #section-sugdas .h3-wrap a {
    padding: var(--size24);
  }

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

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

/*
*********************************************************
#section-related-sites
*********************************************************
*/
/* --------------- slider --------------- */
#section-related-sites .slider-outer {
  position: relative;
  max-width: 1440px;
  margin: 30px 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;
}

/* 4つ横並び */
@media (min-width: 769px) {
  #section-related-sites .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    transform: none !important;
    width: 100% !important;
    margin: 0 auto;
    contain: layout style;
    border-bottom: 1px solid #fff;
    /* 重要 */
  }

  #section-related-sites .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    /* 重要 */
    height: 100%;
    border-spacing: 0;
    border: 1px solid #000 !important;
    padding: 2.66666%;
    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 {
  width: 100%;
  max-width: 255px;
  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: #1c346c;
}

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

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

#section-related-sites .swiper-slide .slide-text p {
  font-size: 1.4rem;
  text-align: left;
  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:1100px) {
  #section-related-sites .swiper-slide .slide-text h3 {
    font-size: 1.8vw;
    min-height: 45px;
  }

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

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

  #section-related-sites .slider-outer {
    width: 100%;
    max-width: inherit;
    margin: var(--size16) auto 20px;
    padding: 0 var(--size16);
    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: var(--size16) var(--size32);
    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: var(--size40);
    height: var(--size40);
    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: var(--size24);
  }

  #section-related-sites .swiper-button-next {
    right: var(--size24);
  }

  #section-related-sites .swiper-slide .slide-text {
    width: 100%;
    margin: var(--size16) auto 0;
    padding: 0;
  }

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

  #section-related-sites .swiper-slide .slide-text p {
    font-size: 4vw;
  }

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

@media (min-width: 600px) and (max-width: 768px) {
  #section-related-sites .swiper-slide .slide-text p {
    font-size: 3.4vw;
  }

  #section-related-sites .slider-outer .note {
    font-size: 14px;
  }
}

@media (min-width: 360px) and (max-width: 480px) {
  #section-related-sites .swiper-slide .slide-text h3 {
    font-size: 20px;
  }

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

@media (max-width: 359px) {
  #section-related-sites .swiper-slide .slide-text h3 {
    font-size: 18px;
  }

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

  #section-related-sites .swiper-slide .slide-text p br {
    display: none;
    text-align: justify;
  }
}

/*
***************************************************************
#section-cautions
***************************************************************
*/
#section-cautions {
  overflow: hidden;
  background-color: #fff;
  margin: 0 auto !important;
  padding-bottom: var(--size64);
}

#section-cautions .acc-wrap.nml-acc-wrap .triggle {
  background: #004097;
  background: linear-gradient(90deg, rgba(0, 64, 151, 1) 0%, rgba(0, 0, 54, 1) 100%, rgba(0, 0, 54, 1) 68%);
  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: var(--size24) var(--size40);
}

#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 var(--size16) var(--size24);
  }

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

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

  #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(--size24);
  }

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

@media (min-width: 600px) and (max-width: 768px) {
  #section-cautions .acc-wrap.nml-acc-wrap p.note {
    font-size: 16px;
  }
}

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

#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: var(--size32);
  }

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

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