@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 screen and (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/457;
}

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

#section-kv .h1-wrap-inner {}

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

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

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

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

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

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

  #section-kv .kv-50th {
    padding-top: 16px;
  }

  #section-kv .note {
    font-size: 2.4vw;
  }
}

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

.section-video.video02 {
  padding: 0px 16px;
}

.section-video.video02 .h2-wrap {
  max-width: 900px;
  padding: 0;
  margin: 0 auto;
}

.section-video.video02 .inner-xs-wrap {
  position: relative;
}

.section-video.video02 .video-container {
  position: relative;
}

.section-video.video02 .video_area {
  position: relative;
}

.section-video.video02 .decoration {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.section-video.video02 .decoration.left {
  width: 199px;
  left: -250px;
}

.section-video.video02 .decoration.right {
  width: 179px;
  right: -250px;
}

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

  .section-video.video02 {
    overflow: hidden;
    background-image: url('/campaign/saj-50thanniv202512/images/video-bg-sp.webp?date=20251125');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin: 0 auto;
  }
  .section-video.video02 .h2-wrap {
    max-width: inherit;
    padding: 24px 0 16px;
  }
  .section-video.video02 .h2-wrap h2 {
    width: 92%;
    margin: 0 auto;
  }
}

/*
*********************************************************
#section-present
*********************************************************
*/
#section-present {
  background-color: #1364a4;
  margin: 0 auto;
  padding: 10px 0 30px;
}

#section-present .present-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

#section-present .present-wrap .decoration {
  position: absolute;
  width: 118px;
  bottom: 16px;
  right: 16px;
}

#section-present .present-wrap .present-photo {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  margin-left: 140px;
}

#section-present .present-wrap .present-text {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
}

#section-present .present-wrap .present-text h2 {
  width: 100%;
  max-width: 640px;
  padding-right: 16px;
}

#section-present .present-wrap .present-text .h3-wrap {
  width: 100%;
  max-width: 759px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #004679;
  margin: 20px 0;
  padding: 18px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: auto;
}

#section-present .present-wrap .present-text h3 {
  width: 100%;
  max-width: 554px;
  line-height: 0;
}

#section-present .present-wrap .present-text h3 img {
  display: block;
  width: 100%;
  height: auto;
}

#section-present .present-wrap .present-text h4 {
  width: 100%;
  max-width: 606px;
  padding-right: 16px;
}

#section-present .present-wrap .present-text .text {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 20px;
}

#section-present .note-wrap {
  max-width: 1140px;
  border-top: 1px solid #fff;
  margin: 0 auto;
  padding-top: 10px;
}

#section-present .note-wrap p {
  color: #fff;
  font-size: 1.6rem;
  text-align: justify;
  padding: 0 16px;
}

@media (min-width: 769px) and (max-width: 1430px) {
  #section-present .present-wrap .present-photo {
    margin-left: 4vw;
  }

  #section-present .present-wrap .present-text .text {
    font-size: 1.4vw;
  }

  #section-present .note-wrap p {
    font-size: 1.2vw;
  }

  #section-present .present-wrap .decoration {
    right: 8px;
  }
}

@media (min-width: 769px) and (max-width: 1290px) {
  #section-present .present-wrap .decoration {
    position: absolute;
    width: 7.6vw;
    right: 8px;
  }
}

@media (min-width: 769px) and (max-width: 900px) {
  #section-present .present-wrap .decoration {
    display: none;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #section-present {
    padding: 16px 0 24px;
  }

  #section-present .present-wrap {
    display: block;
    padding: 16px 0 8px 16px;
  }

  #section-present .present-wrap .present-text .h3-wrap {
    max-width: inherit;
    margin: 16px 0;
  }

  #section-present .present-wrap .present-photo {
    max-width: inherit;
    margin-left: 0;
    padding-top: 16px;
    padding-right: 32px;
  }

  #section-present .present-wrap .present-text .text {
    font-size: 3.3vw;
    line-height: 1.6;
    margin-top: 8px;
  }

  #section-present .note-wrap {
    position: relative;
    max-width: inherit;
    padding-top: 8px;
    width: calc(100% - 32px);
  }

  #section-present .note-wrap p {
    font-size: 2.8vw;
    padding: 0;
  }

  #section-present .note-wrap .decoration {
    position: absolute;
    width: 18vw;
    bottom: -6px;
    right: -6px;
  }
}

/*
*********************************************************
#section-point
*********************************************************
*/
#section-point {
  overflow: hidden;
  background-image: url('/campaign/saj-50thanniv202512/images/point-bg-pc.webp?date=20251125');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  margin: 0 auto;
}

#section-point .point-inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

#section-point .point-wrap {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  height: auto;
  aspect-ratio: 1440 / 2245;
}

#section-point .h2-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  max-width: 1080px;
  z-index: 1;
}

#section-point h2 {
  width: 100%;
  padding-top: 2%;
}

#section-point .point-wrap .point-box {
  position: absolute;
  display: flex;
  align-items: center;
}

#section-point .point-wrap .point-box.point01 {
  top: 12.14%;
  right: 10.8%;
  width: 43.88889%;
}

#section-point .point-wrap .point-box.point02 {
  top: 16.72%;
  left: 10.8%;
  width: 42.77778%;
}

#section-point .point-wrap .point-box.point03 {
  top: 40.56%;
  right: 10.8%;
  width: 36.04167%;
}

#section-point .point-wrap .point-box.point04 {
  top: 53.86%;
  left: 10.4%;
  width: 42.84722%;
}

#section-point .point-wrap .point-box img {
  width: 100%;
  height: auto;
}

#section-point .note-wrap {
  position: absolute;
  top: 71.2%;
  right: 12.5%;
  width: 38.5%;
  max-width: 554px;
}

#section-point .note-wrap .note {
  width: 100%;
}

#section-point .car-wrap {
  position: absolute;
  top: 81.2%;
  right: 12.8%;
  width: 62.5%;
  max-width: 900px;
}

#section-point .car-wrap .car {
  width: 100%;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media print, screen and (max-width: 768px) {
  #section-point {
    background-image: url('/campaign/saj-50thanniv202512/images/point-bg-sp.webp?date=20251125');
    background-position: center top;
    background-size: 100% auto;
    margin-top: 32px;
  }

  #section-point .point-wrap {
    position: relative;
    max-width: inherit;
    aspect-ratio: auto;
  }

  #section-point .point-wrap .h2-wrap,
  #section-point .point-wrap .point-box,
  #section-point .car-wrap {
    position: static;
    transform: none;
    width: 100%;
  }

  #section-point .car-wrap {
    width: calc(100% - 32px);
    margin: 24px auto;
  }

  #section-point .point-wrap .point-box.point01,
  #section-point .point-wrap .point-box.point02,
  #section-point .point-wrap .point-box.point03,
  #section-point .point-wrap .point-box.point04 {
    width: 100%;
  }

  #section-point .point-wrap-inner {
    background: linear-gradient(to bottom, transparent 0, transparent 10vw, rgba(148, 212, 245, 0.5) 10vw, rgba(148, 212, 245, 0.5) 100%);
    width: calc(100% - 32px);
    margin: 0 auto;
  }

  #section-point .point-wrap .point-box.point04 img {
    padding-bottom: 16px;
  }

  #section-point .point-wrap .point-box.point02,
  #section-point .point-wrap .point-box.point03,
  #section-point .point-wrap .point-box.point04 {
    margin-top: -2vw;
  }

  #section-point h2 {
    width: 90%;
    padding-top: 32px;
    margin: 0 auto;
  }

  #section-point .point-wrap .point-box h3 {}
}

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

#section-shijocp .shijocp-inner {
  position: relative;
  max-width: 1130px;
  margin: 0 auto;
}

#section-shijocp .h2-wrap {
  width: 100%;
  max-width: 980px;
  min-height: auto;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 80px solid #00599e;
  margin: 0 auto;
}

#section-shijocp .h2-wrap h2 {
  width: 100%;
  max-width: 816px;
  line-height: 0;
  margin: -60px auto 0;
  /* -(height ÷ 2 + h2 ÷ 2)*/
}

#section-shijocp .bnr {
  max-width: 1130px;
  transition: opacity 0.3s ease;
  margin: 0 auto;
}

#section-shijocp .bnr:hover {
  opacity: .8;
}

#section-shijocp .decoration {
  position: absolute;
}

#section-shijocp .decoration.left {
  width: 126px;
  top: 40%;
  left: -136px;
}

#section-shijocp .decoration.right {
  width: 191px;
  top: 30%;
  right: -201px;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #section-shijocp {
    overflow: hidden;
    background-image: url('/campaign/saj-50thanniv202512/images/shijocp-bg-sp.webp?date=20251125');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin: 0 auto;
  }

  #section-shijocp .shijocp-inner {
    max-width: initial;
    padding: 32px 16px;
  }

  #section-shijocp .h2-wrap {
    max-width: initial;
    width: calc(100% - 32px);
    border-left: 4.6vw solid transparent;
    border-right: 4.6vw solid transparent;
    border-top: 10.4vw solid #00599e;
    margin: 0 auto;
  }

  #section-shijocp .h2-wrap h2 {
    max-width: initial;
    line-height: 0;
    margin: -7vw auto 0;
  }

  #section-shijocp .decoration.left {
    display: none;
  }

  #section-shijocp .decoration.right {
    width: 14%;
    bottom: 24px;
    right: 0;
    top: auto;
  }
}

/*
*********************************************************
#section-ucar
*********************************************************
*/
#section-ucar {
  margin: 55px auto 65px;
  overflow: hidden;
  position: relative;
}

#section-ucar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 41%;
  background-color: #0096b2;
  z-index: 0;
}

#section-ucar::after {
  content: "";
  position: absolute;
  top: 41%;
  left: 0;
  right: 0;
  height: 59%;
  background-color: #d3edfb;
  z-index: 0;
}

#section-ucar .ucar-inner {
  display: flex;
  max-width: 1130px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#section-ucar .photo-area {
  flex-shrink: 0;
  width: 43.71682%;
}

#section-ucar .photo-area img {
  width: 100%;
  height: auto;
  display: block;
}

#section-ucar .text-area {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#section-ucar .text-bg {
  flex: 1;
  display: flex;
  align-items: center;
}

/* --------------- text-content --------------- */
#section-ucar .text-content {
  width: 100%;
}

#section-ucar .text-content h2 {
  color: #fff;
  font-size: 3rem;
  line-height: 1.4;
  padding: 16px 30px;
}

/* --------------- ucar button --------------- */
#section-ucar .button-area {
  display: flex;
  align-items: center;
  padding: 20px 0 20px 30px;
  gap: 30px;
}

#section-ucar .button-area h3 {
  color: #0c4a6e;
  font-size: 2rem;
  line-height: 1.4;
  flex: 1;
}

#section-ucar .button-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}

#section-ucar .button-wrap h4.button-title {
  color: #0c4a6e;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

#section-ucar .button-wrap .button {
  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: 16px;
  border: 4px solid #d3d3d3;
  max-width: 236px;
  height: auto;
  margin: 0 auto;
  transition: opacity 0.3s ease;
}

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

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

#section-ucar .button-wrap .button a {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
}

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

@media (min-width: 769px) and (max-width: 1220px) {
  #section-ucar .photo-area {
    display: flex;
    align-items: center;
  }

  #section-ucar::before {
    height: 35%;
  }

  #section-ucar::after {
    top: 35%;
    height: 65%;
  }

  #section-ucar .text-content h2 {
    font-size: 2.4vw;
  }

  #section-ucar .button-area h3 {
    font-size: 1.6vw;
    text-align: justify;
  }

  #section-ucar .button-area h3 br {
    display: none;
  }

  #section-ucar .button-area {
    padding-right: 16px;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #section-ucar {
    margin: 32px auto;
    background-color: #d1eaf7;
  }

  #section-ucar .ucar-inner {
    flex-direction: column;
  }

  #section-ucar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 41%;
    background-color: transparent;
    z-index: 0;
  }

  #section-ucar::after {
    content: "";
    position: absolute;
    top: 41%;
    left: 0;
    right: 0;
    height: 59%;
    background-color: transparent;
    z-index: 0;
  }

  #section-ucar .ucar-inner {
    display: flex;
    max-width: 1130px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  #section-ucar .photo-area {
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
  }

  #section-ucar .text-area {
    width: 100%;
  }

  #section-ucar .text-bg {
    padding: 0;
  }

  #section-ucar .text-content h2 {
    font-size: 5vw;
    text-align: center;
    margin-bottom: 16px;
    background-color: #138fa9;
  }

  #section-ucar .button-area h3 {
    color: #333;
    font-size: 3.2vw;
    font-weight: bold;
    text-align: center;
  }

  #section-ucar .button-area {
    padding: 24px 16px;
    flex-direction: column;
    gap: 20px;
  }

  #section-ucar .button-area>p {
    font-size: 1.6rem;
  }

  #section-ucar .button-wrap {
    width: 100%;
  }

  #section-ucar .button-wrap h4.button-title {
    font-size: 3.4vw;
    margin-bottom: 0;
  }

  #section-ucar .button-wrap .button {
    width: 80%;
    max-width: initial;
  }

  #section-ucar .button-wrap .button .image {
    width: 80%;
  }
}

/*
*********************************************************
#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: 16px;
    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 screen and (max-width: 768px) {
  #section-related-sites .h2-wrap {
    max-width: inherit;
    margin: 24px 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: 4.8vw;
    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: 3vw;
    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;
  }
}

/* --------------- bnr-wrap --------------- */
#section-related-sites .bnr-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

#section-related-sites .bnr-wrap .bnr {
  max-width: 650px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#section-related-sites .bnr-wrap .bnr:hover {
  opacity: .8;
}

@media (max-width: 768px) {
  #section-related-sites .bnr-wrap {
    width: calc(100% - 32px);
    display: block;
    margin: 0 auto;
  }

  #section-related-sites .bnr-wrap .bnr {
      max-width: inherit;
    padding-bottom: 16px;
  }
}

/*
***************************************************************
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: #014E98;
  opacity: .7;
}

@media screen and (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 screen and (max-width: 768px) {
  .notice-area {
    margin: 16px 0;
    padding: 0 16px;
  }
}

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

@media print {
  body {
    width: 768px;
  }

  #fixedBottomBtn {
    display: none;
  }

  .swiper-pagination,
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }

  #section-kv .photo {
    aspect-ratio: auto !important;
    page-break-inside: avoid;
    break-inside: avoid;
  }

  #section-kv .photo .text {
    top: auto !important;
  }

  #section-present {
    page-break-before: always;
  }

  #section-present .present-wrap .present-photo {
    content: url('/campaign/saj-50thanniv202512/images/present-photo-pc.webp?date=20251125') !important;
    max-width: 50% !important;
    height: auto !important;
    object-fit: contain !important;
    margin-left: 40px !important;
  }

  #section-present .present-wrap .present-text .text {
    font-size: 1.4rem;
  }

  #section-present .note-wrap p {
    font-size: 1.2rem;
  }

  #section-present .present-wrap .decoration {
    display: none;
  }

  #section-point {
    page-break-inside: avoid;
    break-inside: avoid;
  }

  #section-point .point-wrap {
    page-break-inside: avoid;
    break-inside: avoid;
  }

  #section-point .point-wrap .point-box.point01 img {
    content: url('/campaign/saj-50thanniv202512/images/point-point01-photo-sp.webp?date=20251125') !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }

  #section-point .point-wrap .point-box.point02 img {
    content: url('/campaign/saj-50thanniv202512/images/point-point02-photo-sp.webp?date=20251125') !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }

  #section-point .point-wrap .point-box.point03 img {
    content: url('/campaign/saj-50thanniv202512/images/point-point03-photo-sp.webp?date=20251125') !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }

  #section-point .point-wrap .point-box.point04 img {
    content: url('/campaign/saj-50thanniv202512/images/point-point04-photo-sp.webp?date=20251125') !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }

  #section-point .note-wrap {
    display: none;
  }

  #section-point {
    background-image: none !important;
  }

  #section-related-sites .bnr-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3% !important;
  }

  #section-related-sites .bnr-wrap .bnr {
    max-width: 50%;
  }
}



