@charset "utf-8";
#campaign-contents .clearfix:after {
  display: block;
  clear: both;
  content: "";
}
#campaign-contents .maximg {
  width: 100%;
  height: auto;
}
#section-kv {
  position: relative;
}
#section-kv .photo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1440/430;
}
#section-kv .photo h1 {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.8));
}
@media screen and (min-width: 1441px) {
  #section-kv .photo {
    margin: 0 auto;
  }
}
.apply-button-container {
  display: block;
  position: relative;
  width: 100%;
  max-width: 430px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
.apply-button-container .apply-button {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  padding: 0;
}
.apply-button-container .apply-button a {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  margin: 0 auto;
  padding: 0;
}

.glow-btn {
  position: relative;
  padding: 12px 50px;
  color: #fff;
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: bold;
  text-align: center;
  border: 4px solid var(--white);
  border-radius: 15px;
  cursor: pointer;
  outline: none;
}

/* ライン */
.glow-btn {
  background: linear-gradient(110deg,var(--accentOrg) 50%,#f9a96b 60%,var(--accentOrg) 70%);
  background-size: 400% 100%;
  animation: shine 22s infinite;
  animation-delay: 0s;
  animation-timing-function: linear;
}

/* 光アニメーション */
@keyframes shine {
  0% {
      background-position-x: 600%
  }

  50% {
      background-position-x: 0%
  }

  100% {
      background-position-x: -600%
  }
}

.glow-btn:hover {
  background-color: var(--white);
}

@media print, screen and (max-width: 768px) {
  .glow-btn {
    position: relative;
    padding: 5px 5%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: 2px solid var(--white);
    border-radius: 15px;
    cursor: pointer;
    outline: none;
  }
    /* ライン */
  .glow-btn::before,
  .glow-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleX(0.4);
    width: 40%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffffffcc, transparent);
    opacity: 0;
    border-radius: 2px;
  }
}

#fixedBottomBtn .apply-button a:hover,
.apply-button-container .apply-button a:hover {
  opacity: 1;
  filter: saturate(125%);
  filter: brightness(115%);
}
.apply-button-container .btn-note {
  color: #fff;
  text-align: center;
  padding-top: var(--size16);
}
#section-kv-button {
  position: relative;
  max-width: 1440px;
  background-color: var(--black);
  margin: 0 auto;
  padding: 32px 0 24px;
}
#fixedBottomBtn .apply-button .btn-note,
#section-kv-button .apply-button-container .apply-button .btn-note {
  color: #fff !important;
}
#section-flow .apply-button-container {
  position: relative;
}
#section-flow .apply-button-container {
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .apply-button-container {
    max-width: inherit;
  }
  .apply-button-container .apply-button {
    width: 90%;
    margin: 30px auto 0;
  }
  .apply-button-container .apply-button a {
    max-width: inherit;
  }
  .apply-button-container .apply-button .btn-note {
    font-size: 3vw;
  }
}
@media print, screen and (max-width: 320px) {
  .apply-button-container .apply-button .btn-note {
    font-size: 10px !important;
  }
}

#section-conditions {
  overflow: hidden;
  width: 100%;
  background-color: #354266;
  padding: 0 50px;
}
#section-conditions .conditions-inner {
  box-sizing: border-box;
  text-align: center;
  max-width: 1130px;
  margin: 0 auto 0;
  padding: 32px 0 20px;
}
#section-conditions .text-box {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#section-conditions .inspection-dl-wrap {
  display: flex;
  align-items: center;
  column-gap: 5px;
  max-width: 960px;
  margin: 0 auto!important;
}
#section-conditions .inspection-dl-wrap.second-row {
  justify-content: center;
  margin: 15px auto 7px!important;
}
#section-conditions .inspection-dl-wrap .title {
  font-size: clamp(22px, 2.4vw, 26px);
  font-weight: 500;
  white-space: nowrap;
}
#section-conditions .inspection-dl-wrap .text-large {
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: bold;
  font-feature-settings: "palt";
  white-space: nowrap;
}
#section-conditions .bottom-text {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
}
#section-conditions .inspection-dl-wrap .title,
#section-conditions .inspection-dl-wrap .text-large,
#section-conditions .bottom-text {
  color: #fff;
}
#section-conditions .inspection-dl-wrap > dt {
  width: 20%;
  flex-basis: auto;
  flex-shrink: 0;
  flex-basis: 80px;
}
#section-conditions .inspection-dl-wrap > dd {
  display: block;
  flex-grow: 1;
  width: 80%;
}
#section-conditions .inspection-dl-wrap.second-row > dt {
  width: 20%;
  flex-basis: auto;
  flex-shrink: 0;
  flex-basis: 60px;
}
#section-conditions .inspection-dl-wrap.second-row > dd {
  display: block;
  flex-grow: initial;
  width: 60%;
}

#section-conditions.koukin {
  background: #fffbc7;
  position: relative;
  width: 100%;
  padding: 25px 0 50px;
}
#section-conditions.koukin::after {
  position: absolute;
  content: "";
  background: #F4E827;
  background: radial-gradient(circle,rgba(244, 232, 39, 1) 0%, rgba(242, 200, 31, 1) 100%);
  width: 100%;
  height: 24px;
}
#section-conditions.koukin::after {
  bottom: 0;
}
#section-conditions.koukin .conditions-inner {
  background: #fff;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  padding: 24px 20px;
}
#section-conditions.koukin .text-box {
  margin: 50px auto 0;
}
#section-conditions.koukin .inspection-dl-wrap:first-of-type {
  align-items: baseline;
}
#section-conditions.koukin .inspection-dl-wrap .title,
#section-conditions.koukin .inspection-dl-wrap .text-large {
  color: #354266;
}
#section-conditions.koukin .inspection-dl-wrap .text-note {
  font-size: 12px;
  text-align: left;
  padding-top: var(--size16);
}
#section-conditions.koukin .inspection-dl-wrap .text-large {
  display: flex;
  align-items: center;
  font-size: clamp(30px, 4vw, 40px);
  font-weight: bold;
  font-feature-settings: "palt";
}
#section-conditions.koukin .inspection-dl-wrap .big-text {
  display: inline-block;
  font-size: clamp(50px, 6vw, 60px);
  font-weight: bold;
  font-feature-settings: "palt";
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  #section-conditions .inspection-dl-wrap > dd br.sp-only {
    display: none;
  }
  #section-conditions.koukin .inspection-dl-wrap {
    margin: 0 auto 40px!important;
  }
  #section-conditions.koukin .inspection-dl-wrap.second-row {
    margin: 20px auto 7px!important;
  }
}
@media print, screen and (max-width: 768px) {
  #section-conditions {
    max-width: inherit;
    margin: 0 auto 0;
    padding: 0 5%;
  }
  #section-conditions .conditions-inner {
    padding: 32px 0;
  }
  #section-conditions .text-box {
    white-space: initial;
    margin: 0 auto;
    padding: 0;
  }
  #section-conditions .inspection-dl-wrap .title {
    color: #fff571;
    border-bottom: 2px solid #fff571;
    font-size: 6vw;
    margin: 0 0 15px;
  }
  #section-conditions .inspection-dl-wrap {
    flex-wrap: wrap;
  }
  #section-conditions .inspection-dl-wrap > dt {
    width: 100%;
    flex-basis: auto;
  }
  #section-conditions .inspection-dl-wrap > dd {
    width: 100%;
    padding: 0 7%;
  }
  #section-conditions .inspection-dl-wrap.second-row > dt {
    width: 100%;
    flex-basis: auto;
    margin: 15px auto 0;
  }
  #section-conditions .inspection-dl-wrap.second-row > dd {
    width: 100%;
  }
  #section-conditions .inspection-dl-wrap .text-large {
    font-size: 5vw;
  }
  #section-conditions .bottom-text {
    font-size: 4vw;
  }
  #section-conditions.koukin {
    padding: 25px 0 50px;
  }
  #section-conditions.koukin .conditions-inner {
    width: 96%;
    margin: 0 2%;
    padding: 24px 3%;
  }
  #section-conditions.koukin .inspection-dl-wrap .title {
    color: #354266;
    border-top: 2px solid #354266;
    border-bottom: 2px solid #354266;
    font-size: 6vw;
    margin: 0 0 15px;
  }
  #section-conditions.koukin .inspection-dl-wrap .text-large {
    font-size: 6vw;
    font-weight: 500;
  }
}

#section-koukin {
  background: url("/campaign/jms2025-eyesightx-present/assets/images/koukin-bg-pc.webp") no-repeat;
  background-size: 100% 100%;
  /* background: radial-gradient(circle,rgba(244, 232, 39, 1) 0%, rgba(242, 200, 31, 1) 100%); */
  width: 100%;
  height: 100%;
}
#section-koukin .koukin-inner {
  overflow: hidden;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0 40px;
}
#section-koukin .koukin-text {
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0 0;
}

@media print, screen and (max-width: 768px) {
  #section-koukin .koukin-inner {
    margin: 0 auto;
    padding: 20px 0 40px;
  }
  #section-koukin .koukin-text {
    font-size: 3.3vw;
    font-feature-settings: "palt";
    line-height: 1.6;
    padding: 20px 5% 0;
  }
}

#section-flow {
  position: relative;
  max-width: 1360px;
  margin: 30px auto;
}
#section-flow .flow-title {
  color: #fff571;
  border-top: 1px solid #fff571;
  border-bottom: 1px solid #fff571;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: bold;
  text-align: center;
  max-width: 1070px;
  margin: 0 auto;
  padding: 5px 0;
}
#section-flow .flow-img {
  display: flex;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 20px 0 60px;
}
#section-flow .flow-img img {
  width: 100%;
  max-width: 362px;
}
#section-flow .campaign-text {
  position: relative;
  margin: 40px auto 0;
}
#section-flow .campaign-text::before {
  position: absolute;
  content: "";
	bottom: -10px;
	left: 50%;
	border-top: solid 1px #fff;
  border-right: solid 1px #fff;
	width: 13px;
	height: 13px;
	-ms-transform: translateY(50%) rotate(135deg);
  -webkit-transform: translateY(50%) rotate(135deg);
  transform: translateY(50%) rotate(135deg);
}
#section-flow .campaign-text .text {
  color: #54c3f1;
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
#section-flow .campaign-text .bottom-line {
  text-decoration: underline;
  text-decoration-color: #fff571;
  text-underline-offset: 5px;
}
@media screen and (min-width: 769px) {
  #section-flow .flow-img li {
    position: relative;
    width: 30%;
    margin-left: 5%;
  }
  #section-flow .flow-img li:first-child {
    margin-left: 0;
  }
  #section-flow .flow-img li::before {
    position: absolute;
    content: "";
    top: 25%;
    right: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    width: 13px;
    height: 13px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #section-flow .flow-img li:last-child:before {
    content: none;
  }
}
@media print, screen and (max-width: 768px) {
  #section-flow .flow-title {
    border-top: none;
    border-bottom: 2px solid #fff571;
    font-size: 6vw;
    font-weight: normal;
    padding: 0;
  }
  #section-flow .campaign-text .text {
    font-size: 5vw;
  }
}

#section-conditions.koukin #section-flow .flow-title {
  color: #354266;
  border-top: 1px solid #354266;
  border-bottom: 1px solid #354266;
  font-size: clamp(20px, 2vw, 27px);
  text-align: center;
  max-width: 1070px;
  margin: 0 auto;
  padding: 5px 0;
}
#section-conditions.koukin #section-flow .flow-img {
  display: flex;
  width: 100%;
  padding: 20px 0 10px;
}

@media screen and (min-width: 769px) {
  #section-conditions.koukin #section-flow .flow-img {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1127px;
    padding: 20px 0 10px;
  }
  #section-conditions.koukin #section-flow .flow-img li {
    position: relative;
    width: 22%!important;
    margin-left: 3%;
    margin-right: 0!important;
    margin-bottom: 40px;
  }
  #section-conditions.koukin #section-flow .flow-img li:nth-of-type(5) {
    margin-bottom: 0;
  }
  #section-conditions.koukin #section-flow .flow-img li:nth-of-type(6) {
    margin-bottom: 0;
  }
  #section-conditions.koukin #section-flow .flow-img li:nth-of-type(7) {
    margin-bottom: 0;
  }
  #section-conditions.koukin #section-flow .flow-img li:first-child {
    margin-left: 0!important;
  }
  #section-conditions.koukin #section-flow .flow-img li::before {
    position: absolute;
    content: "";
    top: 25%;
    right: 0;
    border-top: solid 2px #354266;
    border-right: solid 2px #354266;
    width: 13px;
    height: 13px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #section-conditions.koukin #section-flow .flow-img li:nth-of-type(4):before {
    content: none;
  }
  #section-conditions.koukin #section-flow .flow-img li:last-child:before {
    content: none;
  }
}
@media print, screen and (max-width: 768px) {
  #section-conditions.koukin #section-flow .flow-title {
    border-top: 2px solid #354266;
    border-bottom: 2px solid #354266;
    font-size: 5.5vw;
  }
  #section-conditions.koukin #section-flow .flow-img .swiper-slide {
    border: 2px solid #354266;
    padding: 20px 5%;
  }
}

#section-conditions.koukin .note-box {
  text-align: left;
  margin: 50px auto 0;
}
#section-conditions.koukin .note-box .title {
  font-size: clamp(14px, 1.6vw, 16px);
  text-align: left;
}
#section-conditions.koukin .note-box p {
  font-size: 10px;
  text-align: left;
}
@media print, screen and (max-width: 1146px) {
  #section-flow .flow-img {
    padding: 40px;
  }
}
@media print, screen and (max-width: 768px) {
  #section-flow .swiper-horizontal {
    overflow: hidden;
  }
  #section-flow .flow-img {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 10px;
  }
  #section-flow .flow-img li {
    width: 100%;
    margin-left: 0;
    /* margin-right: 5%; */
  }
  #section-flow .flow-img li::before {
    content: none;
  }
  #section-flow .flow-img img {
    width: 100%;
    max-width: inherit;
  }
  #section-flow .swiper-button-next,#section-flow .swiper-button-prev {
    color: #354266;
  }
  #section-flow .swiper-button-next:after, #section-flow .swiper-button-prev:after {
    font-size: 30px;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    top: 40%;
    transform: translateY(-50%);
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    top: 40%;
    transform: translateY(-50%);
  }
  #section-conditions.koukin #section-flow .swiper-button-next, #section-conditions.koukin #section-flow .swiper-rtl .swiper-button-prev {
    top: 50%;
    transform: translateY(0%);
  }
  #section-conditions.koukin #section-flow .swiper-button-prev, #section-conditions.koukin #section-flow .swiper-rtl .swiper-button-next {
    top: 50%;
    transform: translateY(0%);
  }

}
@media print, screen and (max-width: 320px) {
  #section-flow .note p {
    font-size: 10px;
  }
}

/* bottom */
#section-summary {
  max-width: 1127px;
  margin: 30px auto 80px;
}
#section-summary summary {
  list-style: none;
  -webkit-appearance: none; /* Safari/Chrome用 */
  appearance: none;
}
#section-summary .acc-wrap.nml-acc-wrap .triggle {
  background-color: #354266;
  color: #fff;
  text-align: center;
  padding: 12px 56px 12px 0;
}
#section-summary .acc-wrap.nml-acc-wrap .triggle:hover {
  opacity: 1;
  transition-duration: 2s;
  /* background-color: #fff; */
}
#section-summary .acc-wrap.nml-acc-wrap .acc-contents-inner {
  padding: 10px 0 0;
}
#section-summary .summary-inner {
  position: relative;
  width: 100%;
  max-width: 1220px;
  background-color: var(--white);
  margin: 0 auto;
  padding: 40px;
}
#section-summary .summary-inner h2 {
  color: #00abeb;
  font-size: 22px;
  font-weight: 400;
  text-align: justify;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 10px;
}
#section-summary .acc-wrap.nml-acc-wrap {
  border-top: none !important;
  border-bottom: none !important;
}
#section-summary .nml-toggle-icn::after {
  background-color: var(--white);
  width: 2px;
  height: 26px;
  top: calc(50% - 12px);
}
#section-summary .nml-toggle-icn::before {
  background-color: var(--white);
  width: 26px;
  height: 2px;
  right: 14px;
}
#section-summary .acc-wrap.nml-acc-wrap .title02.triggle {
  background-color: #fff;
  padding: 5px 56px 5px 0;
  margin: 0 0 20px;
}
#section-summary .acc-wrap.nml-acc-wrap .title02.triggle {
  border-top: 2px solid #00abeb !important;
  border-bottom: 2px solid #00abeb !important;
}
#section-summary .title02.nml-toggle-icn::after {
  background-color: #00abeb;
  width: 2px;
  height: 26px;
  top: calc(50% - 12px);
}
#section-summary .title02.nml-toggle-icn::before {
  background-color: #00abeb;
  width: 26px;
  height: 2px;
  right: 14px;
}
#section-summary h3 {
  color: #00abeb;
  font-size: 23px;
  text-align: justify;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.02em;
  margin: 0 auto 20px;
  padding: 0;
}
#section-summary h4 {
  color: #00abeb;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  text-decoration: none;
  line-height: 2;
  letter-spacing: -0.02em;
  margin: 0 auto;
  padding: 20px 0 0;
}
#section-summary .text_box {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#section-summary .text_box.border {
  border-bottom: 2px solid #00abeb;
  margin: 0 auto 25px;
}
#section-summary .link-color {
  color: #0000ff;
  text-decoration: underline;
}
#section-summary .text_box p {
  overflow-wrap: anywhere;
  color: #1b3b49;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  line-height: 2;
  letter-spacing: -0.02em;
  margin: 0 auto;
  padding: 0;
}
#section-summary .text_box p.mgnb50 {
  margin: 0 auto 50px;
}
#section-summary .text_box p.mgnb20 {
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) and (max-width: 1310px) {
  #section-summary .summary {
    width: calc(100% - 80px);
    max-width: inherit;
    margin: 60px 20px 16px;
  }
  #section-summary .summary-inner {
    width: calc(100% - 80px);
    max-width: inherit;
  }
}
@media print, screen and (max-width: 768px) {
  #section-summary {
    background: #fbf9f6;
    padding: 0 5%;
  }
  #section-summary .acc-wrap.nml-acc-wrap .triggle {
    padding: 12px 15% 12px 5%;
  }
  #section-summary .acc-wrap.nml-acc-wrap .triggle h2 {
    font-size: 4.5vw;
  }
  #section-summary .summary-inner {
    width: 100%;
    max-width: inherit;
    margin: 0 auto 20px;
    padding: 20px 5%;
  }
  .acc-wrap.nml-acc-wrap .acc-contents-inner {
    padding: 10px 0 20px;
  }
  #section-summary h3 {
    font-size: 4vw;
    line-height: 1.6;
    margin: 0 auto 10px;
  }
  #section-summary .text_box p {
    font-size: 3.5vw;
    text-align: initial;
  }
  #section-summary .text_box.text_space_sp p {
    text-align: left;
  }
  #section-summary .text_box p.mgnb50 {
    margin: 0 auto 30px;
  }
  #section-summary .text_box p.mgnb20 {
    margin: 0 auto 10px;
  }
}
@media print, screen and (max-width: 320px) {
  #section-summary .text_box p {
    font-size: 14px;
  }
}

#campaign-contents .btn-page-top {
  position: fixed;
  right: 48px;
  bottom: 100px;
  z-index: 1000;
  width: 48px;
  height: 48px;
  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: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  #campaign-contents .btn-page-top {
    right: 8px;
  }
}

#campaign-contents .content-button.close a,
#contents.crosstrekshev .fixed_menu.close .end-none {
  pointer-events: none;
}

#campaign-contents .btn-nml {
  color: var(--white);
}
#campaign-contents .btn-nml:hover {
  color: var(--white);
  opacity: 0.7;
}
.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;
}
#ot-sdk-btn-floating {
  display: none !important;
}

/*
***************************************************************
btn-wrap（試乗車を探す）
***************************************************************
*/
#campaign-contents .btn-wrap {
    position: relative;
    max-width: var(--contentMaxW);
    margin: 0 !important;
    padding-top: var(--contentMg);
}

#campaign-contents .btn-wrap .btn-ttl {
    color: #666;
    font-size: 2.6rem;
    font-weight: normal;
}

#campaign-contents .btn-wrap .note {
    font-size: 12px;
    text-align: center;
    padding-top: var(--size16);
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media print, screen and (max-width: 768px) {
    #campaign-contents .btn-wrap .btn-nml {
        width: 90%;
    }

    #campaign-contents .btn-wrap .btn-ttl {
        font-size: 1.8rem;
        font-weight: bold;
    }

    #campaign-contents .btn-wrap .note {
        font-size: 10px;
        line-height: 1.5;
        padding-top: var(--size8);
    }
}

@media print, screen and (max-width: 320px) {
    #campaign-contents .btn-wrap .note {
        text-align: justify;
        padding-left: 5%;
        padding-right: 5%;
    }

    #campaign-contents .btn-wrap .note br {
        display: none;
    }
}

/*
**************************************************
#fixedBottomBtn
**************************************************
*/
#fixedBottomBtn {
  position: fixed;
  bottom: -56px;
  left: 0;
  width: 100%;
  background-color: rgba(53, 66, 102, 0.9);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10;
  margin: auto;
}
#fixedBottomBtn.cta-following-wrap {
  right: 0;
  bottom: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  z-index: 5;
}
#fixedBottomBtn.show {
  bottom: 0;
  opacity: 1;
}
#fixedBottomBtn.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#fixedBottomBtn .apply-button {
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: 430px;
  text-align: center;
  margin: 0 auto !important;
  padding: 20px 0 0;
}
#fixedBottomBtn .btn-note {
  color: #fff !important;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 8px;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media print, screen and (max-width: 768px) {
  #fixedBottomBtn .apply-button {
    width: 80%;
  }
  #fixedBottomBtn .btn-note {
    font-size: 10px;
    padding-bottom: 16px;
    margin-top: 10px;
  }
}

/* --------------------- 共通 -------------------- */
#campaign-contents .btn-nml:hover {
  opacity: .7
}

/*
***********************************************************
closeTxt
***********************************************************
*/
#campaign-contents .closeTxt {
  display: none;
}

#campaign-contents .close a,
#contents.shijocp202510 .apply-button.close .end-none {
  pointer-events: none;
}

#campaign-contents .btn-wrap .apply-button {
  position: relative;
}

#fixedBottomBtn .btn-wrap-container .apply-button {
  position: relative;
}

#campaign-contents .close .closeTxt {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  z-index: 5;
  margin: 0 auto;
  padding: 0 0 0 10px;
}
#campaign-contents .close .closeTxt {
  width: 100%;
  height: 100%;
}

#campaign-contents #fixedBottomBtn .apply-button {
  position: static;
}
#fixedBottomBtn .close .closeTxt {
  width: 100%;
  height: 100%;
}

#campaign-contents .btn-wrap .apply-button.close .closeTxt {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 460px;
  height: 66px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  z-index: 5;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #campaign-contents .close .closeTxt {
    width: 80%;
    height: 100%;
    margin: 0 auto;
  }
  #campaign-contents .apply-button.close .closeTxt {
    width: 80%;
    height: 100%;
    font-size: 16px;
    padding: 0;
  }
  #campaign-contents .btn-wrap .apply-button.close .closeTxt {
    width: 90%;
    height: 100%;
    font-size: 16px;
    margin: 0 auto;
  }
  #fixedBottomBtn .close .closeTxt {
    width: 80%;
    height: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 441px) and (max-width: 768px) {
  #campaign-contents .close .closeTxt {
    font-size: 20px;
    padding: 5px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 440px) {
  #campaign-contents .close .closeTxt {
    font-size: 16px;
    line-height: 1.2;
    padding: 0;
  }
}

/*
***********************************************************
キャンペーン終了エリア
***********************************************************
*/
/*
  テキストを縦並び＆中央寄せ
  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;
  /* デフォルトより狭める */
}



