@charset "utf-8";

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

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

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

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

/*
*********************************************************
#section-kv
*********************************************************
*/
#section-kv {
  position: relative;
}

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

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

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

/* ----------------- h2-box ----------------- */
#section-kv .h2-box {
  position: relative;
  margin: 0 auto;
  padding: 24px 0 30px;
}

#section-kv .h2-box-inner {
  max-width: 1240px;
  margin: 0 auto;
}

#section-kv .h2-box-inner::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 14px;
  bottom: 0;
  left: 0;
  background-image: url(/campaign/thanksday/images/border.webp?date=20250724);
  background-repeat: no-repeat;
  background-size: cover;
}

#section-kv .h2-box h2 {
  max-width: 620px;
  margin: 0 auto;
  padding: 0 0 var(--size24);
}

#section-kv .h2-box .note {
  color: #000;
  font-size: 1rem;
  text-align: center;
  margin: 0 auto;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media print, screen and (max-width:768px) {
  #section-kv .h2-box-inner::after {
    height: 10px;
  }

  #section-kv .h2-box {
    padding: 20px 0 34px;
  }

  #section-kv .h2-box-inner {
    display: block;
    align-items: center;
    width: 100%;
    max-width: inherit;
    margin: 0;
    padding-left: 0;
  }

  #section-kv .h2-box h2 {
    width: 90%;
    max-width: inherit;
    padding: 0;
  }

  #section-kv .h2-box .note {
    text-align: center;
    font-size: var(--size12);
    font-weight: normal;
    padding: 16px 0 0;
  }
}

@media (min-width: 769px) and (max-width: 1040px) {
  #section-kv .h2-box .note br.sp-only {
    display: block !important;
  }
}

@media (max-width:375px) {
  #section-kv .h2-box .note {
    font-size: 10px;
  }
}

/*
*********************************************************
#section-event
*********************************************************
*/
#section-event {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}

/* ----------------- text-box ----------------- */
#section-event .text-box {
  position: relative;
  margin: 0 auto;
  padding: 40px 0 24px;
}

#section-event .text-box h3 {
  text-align: center;
  margin: 0 auto var(--size24);
  padding: 0;
}

#section-event .text-box h4 {
  margin: 0 auto;
}

#section-event .text-box h4 p {
  color: #231815;
  font-size: 2rem;
}

/* --------------- event-box --------------- */
#section-event .event-box {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

@media screen and (min-width: 769px) and (max-width: 1240px) {
  #section-event .event-box ul {
    padding: 0 12px;
  }
}

#section-event .event-box>ul {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  max-width: 1240px;
  margin: 0 auto;
}

#section-event .event-box>ul>li {
  position: relative;
  width: 100%;
  max-width: 408px;
}

/* ----------------- btn-wrapper --------------- */
#section-event .event-box>ul>li.mysubaru {
  position: relative;
}

#section-event .event-box .btn-wrap {
  position: absolute;
  max-width: 325px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-bottom: 24px;
}

#section-event .event-box .btn-nml {
  min-height: inherit;
  font-size: 1.6rem;
  color: #fff !important;
  background-color: #0041c1;
  border: none;
  padding: 5% 0;
}

@media (min-width: 769px) and (max-width: 1190px) {
  #section-event .event-box .btn-wrap {
    max-width: 80%;
  }
}

@media (min-width: 769px) and (max-width: 1140px) {
  #section-event .event-box .btn-wrap {
    padding-bottom: 18px;
  }

  #section-event .event-box .btn-nml {
    font-size: 1.4rem;
    padding: 5% 0;
  }

  #section-event .event-box .txt-link-wrap {
    font-size: 1.4rem;
  }

  #section-event .event-box .txt-link-wrap.mb-s {
    margin-bottom: var(--size8) !important;
  }
}

@media (min-width: 769px) and (max-width: 1040px) {
  #section-event .event-box .btn-wrap {
    padding-bottom: 16px;
  }

  #section-event .event-box .btn-nml {
    font-size: 1.4rem;
    padding: 4% 0;
  }
}

@media (min-width: 769px) and (max-width: 940px) {
  #section-event .event-box .btn-nml {
    font-size: 1.4rem;
    padding: 3.5% 0;
  }

  #section-event .event-box .txt-link-wrap {
    font-size: 1rem !important;
  }
}

@media (min-width: 769px) and (max-width: 840px) {
  #section-event .event-box .btn-wrap {
    padding-bottom: 12px;
  }
}

/* ----------------- txt-link-wrap --------------- */
#section-event .event-box>ul>li.digital-gifts {
  position: relative;
}

#section-event .event-box .txt-link-wrap {
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 32px;
  margin: 0 auto;
}

#section-event .event-box .txt-link-wrap {
  min-height: inherit;
  font-size: 1.6rem;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #section-event .text-box {
    position: relative;
    margin: 0 auto;
    padding: 32px 16px 24px;
  }

  #section-event .text-box h3 {
    width: 90%;
  }

  #section-event .text-box h4 p {
    font-size: 1.4rem;
  }

  #section-event .event-box>ul {
    display: block;
    column-gap: 0;
    max-width: inherit;
    margin: 0 auto;
    padding: 32px 16px 0;
  }

  #section-event .event-box>ul>li {
    max-width: inherit;
    padding-bottom: 16px;
  }

  #section-event .event-box>ul>li:nth-child(2) {
    padding-bottom: 24px;
  }

  #section-event .event-box .btn-wrap {
    max-width: 84%;
    padding-bottom: 48px;
  }

  #section-event .event-box .btn-nml {
    font-size: 1.6rem;
    padding: 4% 0;
  }

  /* ----------------- txt-link-wrap --------------- */
  #section-event .event-box>ul>li.digital-gifts {
    padding-bottom: 0;
  }

  #section-event .event-box .txt-link-wrap {
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    font-size: 1.6rem;
    margin: 0 auto;
  }

  #section-event .event-box .txt-link-wrap.right {
    align-items: center;
  }

  #section-event .event-box .txt-link-wrap a[target="_blank"]:not(.icn-none):after {
    top: 0;
  }
}

@media screen and (min-width: 667px) and (max-width: 768px) {
  #section-event .event-box .btn-nml {
    font-size: 2.2rem;
    padding: 5% 0;
  }

  #section-event .event-box .btn-wrap {
    padding-bottom: 60px;
  }

  #section-event .event-box .txt-link-wrap {
    font-size: 3rem;
    bottom: 24px;
  }
}

@media screen and (min-width: 600px) and (max-width: 668px) {
  #section-event .event-box .btn-nml {
    font-size: 2.2rem;
    padding: 5% 0;
  }

  #section-event .event-box .btn-wrap {
    padding-bottom: 60px;
  }

  #section-event .event-box .txt-link-wrap {
    font-size: 2.2rem;
    bottom: 18px;
  }
}

@media screen and (min-width: 376px) and (max-width: 599px) {
  #section-event .event-box .txt-link-wrap {
    font-size: 1.8rem;
    bottom: 8px;
  }
}

@media screen and (min-width: 320px) and (max-width: 375px) {
  #section-event .event-box .txt-link-wrap {
    font-size: 1.2rem;
    bottom: 5px;
  }
}

/*
***************************************************************
#section-navigation
***************************************************************
*/
#section-navigation {
  overflow: hidden;
  position: relative;
  max-width: 564px;
  margin: 0 auto;
}

/* --------------- navigation --------------- */
#section-navigation #navigation>ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
}

#section-navigation #navigation>ul>li {
  position: relative;
  width: 100%;
  max-width: 182px;
}

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

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

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

  #section-navigation #navigation>ul {
    flex-wrap: wrap;
    gap: 13px;
    padding: 0 16px;
  }

  #section-navigation #navigation>ul>li {
    position: relative;
    width: 47.5%;
    max-width: inherit;
  }

  #section-navigation #navigation>ul>li:nth-child(2) {
    padding: 0;
  }

  #section-navigation #navigation>ul>li>a {
    padding: 0;
  }

  #midashi01,
  #midashi02 {
    padding-top: 0;
  }
}

/*
***************************************************************
#section-forester
***************************************************************
*/
#section-forester {
  background-color: #808080;
  margin: 56px auto 0;
}

#section-forester .forester-inner {
  margin: 0 auto;
}

#section-forester .h2-box {
  position: relative;
  display: inline-block;
  padding: 40px 0 24px
}

#section-forester .h2-box h2 {
  color: #fff;
  font-size: 2.8rem;
  line-height: 1;
  margin: 0;
}

#section-forester .h2-box .new {
  position: absolute;
  top: -20px;
  left: -160px;
}

@media screen and (min-width: 769px) and (max-width: 900px) {
  #section-forester .h2-box .new {
    width: 17% !important;
    left: -110px;
  }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
  #section-forester .h2-box .new {
    width: 20% !important;
    left: -110px;
  }
}

@media screen and (max-width: 599px) {
  #section-forester .h2-box .new {
    width: 27% !important;
    left: -110px;
  }
}

/* ----------------- item-wrapper --------------- */
#section-forester .item-wrapper {
  max-width: 1230px;
  min-width: 0;
  margin: 0 auto;
}

#section-forester .item-wrapper .item {
  display: flex;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
  background-color: #231815;
}

#section-forester .item-wrapper .item img {
  display: block;
  width: 100%;
  height: auto;
}

/* ----------------- exterior --------------- */
#section-forester .item-wrapper .item.exterior .photo {
  position: relative;
  flex: 0 1 59.349593%;
  /* 約 730/1230 */
  min-width: 0;
}

#section-forester .item-wrapper .item.exterior .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 1 40.650406%;
  /* 約 500/1230 */
  min-width: 0;
  text-align: center;
}

#section-forester .item-wrapper .item.exterior .text h3 {
  width: 100%;
  max-width: 500px;
  font-size: 0;
  line-height: 1;
  margin: 0 auto;
  padding-bottom: var(--size32);
}

#section-forester .item-wrapper .item.exterior .text h3 img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* ----------------- interior --------------- */
#section-forester .item-wrapper .item.interior .photo {
  position: relative;
  flex: 0 1 40.650406%;
  /* 約 500/1230 */
  min-width: 0;
}

#section-forester .item-wrapper .item.interior .text {
  display: flex;
  flex-direction: column;
  flex: 0 1 59.349593%;
  /* 約 730/1230 */
  min-width: 0;
  text-align: justify;
  color: #fff;
}

#section-forester .item-wrapper .item.interior .text-inner {
  margin-top: auto;
}

#section-forester .item-wrapper .item.interior .text h4 {
  font-size: 3.2rem;
  padding-bottom: var(--size16);
}

#section-forester .item-wrapper .item.interior .text .equipment-box {
  max-width: 90%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

#section-forester .item-wrapper .item.interior .text .equipment-box h5 {
  font-size: 1.4rem;
  font-weight: bold;
  padding-top: 5%;
  padding-bottom: var(--size8);
}

#section-forester .item-wrapper .item.interior .text .equipment-box .equipment {
  font-size: 1.4rem;
  line-height: 1.8;
  padding-bottom: var(--size32);
  padding-right: 5%;
}

#section-forester .item-wrapper .item.interior .text h4,
#section-forester .item-wrapper .item.interior .text .equipment-box h5,
#section-forester .item-wrapper .item.interior .text .equipment-box .equipment {
  margin-left: 5%;
}

@media screen and (min-width: 769px) and (max-width: 1160px) {
  #section-forester .item-wrapper .item.interior .text .equipment-box .equipment br {
    display: none;
  }

  #section-forester .item-wrapper .item.interior .text .equipment-box {
    max-width: 95%;
  }
}

@media screen and (min-width: 961px) and (max-width: 1160px) {
  #section-forester .item-wrapper .item.interior .text h4 {
    font-size: 2.6rem;
  }

  #section-forester .item-wrapper .item.interior .text .equipment-box {
    max-width: 95%;
  }

  #section-forester .item-wrapper .item.interior .text .equipment-box .equipment {
    padding-bottom: var(--size16);
  }

  #section-forester .item-wrapper .item.interior .text h4,
  #section-forester .item-wrapper .item.interior .text .equipment-box h5,
  #section-forester .item-wrapper .item.interior .text .equipment-box .equipment {
    margin-left: 3%;
  }
}

@media screen and (min-width: 841px) and (max-width: 960px) {
  #section-forester .item-wrapper .item.interior .text h4 {
    font-size: 2.2rem;
    line-height: 1.2;
    padding-bottom: var(--size16);
  }

  #section-forester .item-wrapper .item.interior .text .equipment-box h5 {
    padding-top: var(--size16);
    padding-bottom: 0;
  }

  #section-forester .item-wrapper .item.interior .text .equipment-box .equipment {
    font-size: 1.2rem;
    padding-bottom: var(--size16);
  }
}

@media screen and (min-width: 769px) and (max-width: 840px) {
  #section-forester .item-wrapper .item.interior .text h4 {
    font-size: 2rem;
    line-height: 1.2;
    padding-bottom: var(--size8);
  }

  #section-forester .item-wrapper .item.interior .text .equipment-box h5 {
    padding-top: var(--size8);
    padding-bottom: 0;
  }

  #section-forester .item-wrapper .item.interior .text .equipment-box .equipment {
    font-size: 1.2rem;
    line-height: 1.6;
    padding-bottom: var(--size8);
  }
}

/* ----------------- btn-wrap --------------- */
#section-forester .btn-wrap {
  background-color: var(--greyK60) !important;
  margin-top: var(--size32);
  padding: var(--size24) 0;
}

#section-forester .btn-nml {
  width: 100%;
  max-width: 310px;
  font-size: 1.6rem;
  color: var(--black) !important;
  background-color: var(--white) !important;
  border: 0 !important;
}

#section-forester .btn-nml:hover {
  color: var(--greyK90) !important;
  background-color: var(--greyK10);
}

#section-forester a[target="_blank"]:after {
  background: url(/assets/images/icn_blank.svg) no-repeat center center / contain;
}

#section-forester a[target="_blank"]:hover::after {
  background: url(/assets/images/icn_blank.svg) no-repeat center center / contain;
}

@media screen and (min-width: 769px) and (max-width: 1270px) {
  #section-forester .item-wrapper {
    padding-left: var(--size16);
    padding-right: var(--size16);
  }

  #section-forester .item-wrapper .btn-nml {
    min-height: 40px;
    font-size: 1.2rem;
    width: 80%;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (min-width: 600px) and (max-width: 768px) {
  #section-forester .btn-nml {
    font-size: 2.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  #section-forester {
    margin: 32px auto 0;
  }

  #section-forester .lineup-inner {
    padding: 0 0 8px;
  }

  #section-forester .h2-box {
    width: 100%;
    margin-right: 0;
    padding: 24px 16px 8px;
  }

  #section-forester .h2-box h2 {
    text-align: right;
    line-height: 1.4;
  }

  #section-forester .h2-box .new {
    position: absolute;
    top: -16px;
    left: 16px;
    width: 25%;
  }

  #section-forester .item-wrapper {
    max-width: inherit;
    padding: 0 16px;
  }

  #section-forester .item-wrapper .item {
    position: relative;
    display: block;
  }

  #section-forester .item-wrapper .item .photo {
    margin-top: 0;
  }

  #section-forester .item-wrapper .item.exterior .name {
    position: absolute;
    top: 0;
    left: 0;
  }

  #section-forester .item-wrapper .item.exterior .catch {
    color: #fff;
    font-size: 1.8rem;
    padding: var(--size16);
  }

  #section-forester .item-wrapper .item.interior .equipment-box {
    color: #fff;
    font-size: 1.8rem;
    text-align: justify;
    padding: var(--size24) 16px;
  }

  #section-forester .item-wrapper .item.interior .equipment-box .equipment-ttl {
    font-size: 1.4rem;
    font-weight: bold;
  }

  #section-forester .item-wrapper .item.interior .equipment-box .equipment {
    font-size: 1.4rem;
  }

  #section-forester .btn-wrap {
    background-color: #808080 !important;
    margin-top: 0;
    padding: var(--size24) 16px;
  }

  #section-forester .btn-nml {
    max-width: inherit;
    background-color: #fff;
    border: none;
  }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
  #section-forester .h2-box h2 {
    font-size: 4.2rem;
  }
}

@media screen and (min-width: 480px) and (max-width: 599px) {
  #section-forester .h2-box h2 {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 361px) and (max-width: 479px) {
  #section-forester .h2-box h2 {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 321px) and (max-width: 360px) {
  #section-forester .h2-box h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 320px) {
  #section-forester .h2-box h2 {
    font-size: 1.6rem;
  }
}

/*
***************************************************************
#section-ucar
***************************************************************
*/
/* --------------- photo-box  --------------- */
#section-ucar .ucar-inner {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 50px 0;
}

#section-ucar .h2-box {
  padding-bottom: var(--size16);
}

#section-ucar .h2-box h2 {
  color: #00205b;
  font-size: 4.4rem;
  font-weight: normal;
  line-height: 1;
  text-align: justify;
}

#section-ucar .photo-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

/* ----------------- btn-wrapper --------------- */
#section-ucar .btn-wrap {
  background-color: #004097;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px auto 0;
  padding: 22px 0 24px;
}

#section-ucar .btn-ttl {
  color: #fff;
  margin-bottom: 16px;
}

#section-ucar .btn-note {
  color: #fff;
  font-size: 1.0rem;
  padding-top: 32px;
}

#section-ucar .btn-nml {
  width: 100%;
  max-width: 326px;
  min-height: 56px;
  font-size: 1.6rem;
  color: #000 !important;
  background-color: #fff;
  border: none;
  margin: 0 auto;
  padding: 0 !important;
}

#section-ucar .btn-nml.rev[target="_blank"]:not(.icn-none):after {
  background: url(/assets/images/icn_blank.svg) no-repeat center center / contain;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #section-ucar .ucar-inner {
    width: 100%;
    max-width: inherit;
    padding: 32px 0 24px;
  }

  #section-ucar .h2-box h2 {
    font-size: 2.6rem;
    line-height: 1;
    text-align: center;
    padding: 0 16px;
  }

  #section-ucar .btn-nml {
    width: 100%;
    max-width: inherit;
    min-height: 46px;
  }

  #section-ucar .btn-note {
    padding-top: 24px;
  }
}

/*
***************************************************************
#section-related-sites
***************************************************************
*/
#section-related-sites {
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 56px;
}

#section-related-sites .border {
  width: 100%;
  height: auto;
  font-size: 0;
  margin: 0;
  padding: 0;
}

#section-related-sites .border img {
  width: 100%;
  height: 14px;
}

#section-related-sites .h2-box {
  position: relative;
  max-width: 440px;
  margin: 0 auto;
  padding-bottom: var(--size16);
}

#section-related-sites .h2-box h2 {
  color: #014e98;
  font-size: 3.8rem;
}

#section-related-sites .related-sites-inner {
  max-width: 1050px;
  margin: 0 auto;
}

#section-related-sites .note-box {
  width: 100%;
  max-width: 1050px;
  color: #646464;
  text-align: justify;
  margin: 0 auto;
  padding-top: var(--size32);
}

#section-related-sites .note-box .note01 {
  font-size: 1.8rem;
  padding-bottom: var(--size16);
}

#section-related-sites .note-box .note02 {
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  #section-related-sites .related-sites-inner {
    padding: 0 1.5%;
  }

  #section-related-sites .note-box {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width: 769px) and (max-width: 990px) {
  #section-related-sites .banner-list .bnr .text br {
    display: none;
  }
}

#section-related-sites .bnr-box {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: var(--size24);
  font-size: 0;
  margin: 0 auto;
}

#section-related-sites .bnr-box a {
  cursor: pointer;
  -webkit-transition: all .7s;
  transition: all .7s;
}

#section-related-sites .bnr-box a:hover {
  opacity: 0.8;
}

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

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

  #section-related-sites .related-sites-inner {
    max-width: inherit;
    padding: 0 var(--size16) 8px;
  }

  #section-related-sites .h2-box {
    width: 100%;
    max-width: inherit;
    padding-bottom: var(--size16);
  }

  #section-related-sites .h2-box h2 {
    font-size: 2.6rem;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    padding: 0 16px;
  }

  #section-related-sites .bnr-box {
    display: block;
  }

  #section-related-sites .bnr-box .bnr {
    padding-bottom: var(--size16);
  }

  #section-related-sites .related-sites a:hover {
    opacity: 1;
    filter: saturate(100%);
    filter: brightness(100%);
  }

  #section-related-sites .note-box {
    padding: var(--size24) 16px;
  }

  #section-related-sites .note-box .note01 {
    font-size: 1.4rem;
  }

  #section-related-sites .note-box .note02 {
    font-size: 1.2rem;
    line-height: 1.8;
  }

  #section-related-sites .border img {
    width: 100%;
    height: 10px;
  }
}

/*
***************************************************************
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 screen and (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 screen and (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 screen and (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 screen and (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: var(--white);
  opacity: .7
}

/*
***********************************************************
キャンペーン終了エリア
***********************************************************
*/
/*
  テキストを縦並び＆中央寄せ
  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;
}

/*
***********************************************************
その他
***********************************************************
*/
#campaign-contents details>summary {
  list-style: none;
}

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

@media print {
  #campaign-contents {
    width: 96%;
  }

  #campaign-contents img.pr-img {
    display: block !important;
  }

  #section-navigation #navigation>ul>li>a>p {
    font-size: 1.2rem;
  }

  #section-forester .item-wrapper {
    width: 96%;
    max-width: inherit;
  }

  #section-forester .lineup-inner {
    width: 100%;
  }

  #section-related-sites .related-sites-inner {
    max-width: inherit;
  }

  #section-related-sites .topic-banner-list, .banner-list {
    max-width: inherit !important;
  }

  #section-related-sites .splide__list {
    max-width: inherit !important;
    padding: 16px 0;
  }

  #section-related-sites .splide__list .name {
    padding-top: 16px;
  }

  #section-related-sites .splide__list .text {
    padding-bottom: 16px;
  }

  #section-related-sites .bnr-box {
    padding: 0 16px;
  }

  #fixedBottomBtn {
    display: none;
  }
}



