*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  line-height: 1.6;
  height: 100%;
  font-size: 62.5%;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
}
body {
  color: #000;
  background-color: #fff;
  /* font-size: 1.6rem; */
  font-family:
    "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt";
  max-width: 75rem;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}
@media screen and (max-width: 750px) {
  body {
    width: 100%;
  }
}
img,
video,
object {
  max-width: 100%;
  width: 100%;
  height: auto;
  border: none;
  display: block;
}
a {
  transition: opacity 0.4s;
}
a:hover {
  opacity: 0.8;
}
a:hover img {
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.3s;
}
/* components */

.inner {
  padding: 0 6rem;
  max-width: 75rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.wrap {
  width: 60rem;
  margin: 0 auto;
}
.disFlex {
  display: flex;
}
.gmap {
  max-width: 100%;
  height: 33.4rem;
}

/* font colors */
.color-sat01 {
  color: #036ea2;
}
.color-sat02 {
  color: #171c61;
}
.color-sun {
  color: #d00012;
}
/* text settings */
.ta-center {
  text-align: center;
}
.ta-right {
  text-align: right;
}
.txt-notes {
  font-size: 1.8rem;
}

/* cta */
.cta-btn {
  color: #fff;
  background-color: #008ad3;
  display: block;
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  padding: 3.5rem;
  text-align: center;
  position: relative;
}
.cta-btn::after {
  position: absolute;
  content: "";
  bottom: 0.7rem;
  right: 0.7rem;
  width: 3.5rem;
  height: 3.5rem;
  background: url("../../assets/img/cta_btn_bg_w.webp") no-repeat center/contain;
}
.cta-btn.blue {
  color: #008ad3;
  background-color: #fff;
  font-size: 3rem;
  padding: 2rem;
}
.cta-btn.blue::after {
  background: url("../../assets/img/cta_btn_bg_b.webp") no-repeat center/contain;
}
.cta-fixed {
  border-top: 0.2rem solid #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 75rem;
  z-index: 100;
  transition: opacity 0.3s;
  opacity: 0;
}
.cta-fixed.is-show {
  opacity: 1;
}
.cta-fixed .cta .cta-btn {
  background: #8bc222;
}
/* btn */
.btn {
  width: 60rem;
  height: 10rem;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #69951f;
  font-size: 3.77rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  margin: auto;
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-top: 1.02rem solid transparent;
  border-bottom: 1.02rem solid transparent;
  border-left: 2.13rem solid #fff;
}

/* contents */
.fv {
  margin-bottom: 5rem;
}
.fv-img {
  border-bottom: 0.2rem solid #fff;
}

.campaign {
  position: relative;
  margin-top: 10rem;
  overflow: hidden;
}
.campaign .price {
  position: relative;
  display: block;
}
.campaign .price figcaption {
  position: absolute;
  bottom: 8rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6rem;
  color: #fff;
}

.campaign h2 {
  margin-top: -12rem;
  margin-bottom: 2.5rem;
  position: relative;
}

.campaign__case--item {
  margin-bottom: 15.3rem;
}
.campaign__case--ttl {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.3333;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 6.5rem 0 3.5rem;
}
.campaign__case__point--wrap {
  /* margin: 0 -7.5rem; */
  padding: 4.84rem 0 5.44rem;
  background: url(../img/bg01.svg) no-repeat top 15.3rem left;
  background-size: 100% auto;
  position: relative;
}
.campaign__case__point--wrap::before {
  content: "";
  background: url(../img/oj02.svg) no-repeat;
  width: 16.6rem;
  height: 16.6rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.campaign__case__point--inner {
  width: 64.2rem;
  background-color: #fff;
  margin: 0 auto;
  padding: 2.4rem;
  box-shadow: 0.5rem 0.5rem 1rem rgba(35, 24, 21, 0.3);
}
.campaign__case__point--inner .--txt {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  padding: 4rem 0 3.6rem;
  border: 1px solid #9f9fa0;
}
.campaign__case__point--inner .--txt strong {
  font-size: 5.47rem;
  font-weight: 700;
  color: #008ad3;
  display: block;
  white-space: nowrap;
}

.info {
  background-color: #008ad3;
  padding: 0 0 12rem;
}

.results {
  margin-top: -10rem;
}

.form {
  background-color: #d6edf8;
  padding: 10.5rem 0 7.5rem;
}

/* event__data */
.event__data {
  font-size: 2.2rem;
  font-weight: bold;
  padding: 2.4rem;
  position: relative;
}
.event__data::before,
.event__data::after {
  content: "";
  position: absolute;
  width: 10.6rem;
  height: 10.6rem;
  display: block;
  background: url(../img/oj01.svg) no-repeat center/contain;
}
.event__data::before {
  top: 0;
  left: 0;
}
.event__data::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.event__data--inner {
  border: 1px solid #9f9fa0;
}
.event__data--inner .--row {
  padding: 2.2rem 0;
  border-bottom: 1px solid #9f9fa0;
}
.event__data--inner .--row:last-child {
  border-bottom: none;
}
.event__data--inner .--row dt {
  width: 17.56rem;
}

.event__data.--white {
  color: #fff;
}
.event__data.--white .event__data--inner,
.event__data.--white .event__data--inner .--row {
  border-color: #fff;
}
.info .event__data {
  margin: 4.6rem 0 8rem;
}

/* store */
.store {
  background: #e1e2e2;
  padding: 9rem 0 11rem;
}
.store--inner {
  margin-bottom: 13rem;
}
.store--inner:last-child {
  margin-bottom: 0;
}
.store--ttl {
  font-size: 5.47rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
.store--ttl::after {
  content: "";
  width: 12.47rem;
  height: 1px;
  display: block;
  background: #000;
  margin: 1.5rem auto 6rem;
}
.store--info {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  margin: 1.3rem 0 2.6rem;
}
.store--info dl {
  padding: 1.1rem 0;
}
.store--info dt {
  font-weight: 400;
  width: 11.6rem;
}

/* footer */
footer {
  background-color: #d6edf8;
  color: #fff;
  padding: 7.5rem 0 21rem;
  position: relative;
}
.telImg {
  display: none;
}
@media screen and (max-width: 750px) {
  .telImg {
    position: absolute;
    top: 16%;
    left: 50%;
    transform: translateX(-50%);
    width: 60rem;
    height: 7rem;
    display: block;
  }
  .telImg a {
    display: block;
    height: 100%;
  }
}
/* margin utilities */
.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 1rem !important;
}
.mt20 {
  margin-top: 2rem !important;
}
.mt30 {
  margin-top: 3rem !important;
}
.mt40 {
  margin-top: 4rem !important;
}
.mt50 {
  margin-top: 5rem !important;
}
.mt60 {
  margin-top: 6rem !important;
}
.mt70 {
  margin-top: 7rem !important;
}
.mt80 {
  margin-top: 8rem !important;
}
.mt90 {
  margin-top: 9rem !important;
}
.mt100 {
  margin-top: 10rem !important;
}

.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 1rem !important;
}
.mb20 {
  margin-bottom: 2rem !important;
}
.mb30 {
  margin-bottom: 3rem !important;
}
.mb40 {
  margin-bottom: 4rem !important;
}
.mb50 {
  margin-bottom: 5rem !important;
}
.mb60 {
  margin-bottom: 6rem !important;
}
.mb70 {
  margin-bottom: 7rem !important;
}
.mb80 {
  margin-bottom: 8rem !important;
}
.mb90 {
  margin-bottom: 9rem !important;
}
.mb100 {
  margin-bottom: 10rem !important;
}

.my0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my10 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my20 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my30 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my40 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.my50 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.my60 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

@media screen and (max-width: 750px) {
  .sp-mt0 {
    margin-top: 0 !important;
  }
  .sp-mt10 {
    margin-top: 1rem !important;
  }
  .sp-mt20 {
    margin-top: 2rem !important;
  }
  .sp-mt30 {
    margin-top: 3rem !important;
  }
  .sp-mt40 {
    margin-top: 4rem !important;
  }
  .sp-mt50 {
    margin-top: 5rem !important;
  }
  .sp-mt60 {
    margin-top: 6rem !important;
  }
  .sp-mt70 {
    margin-top: 7rem !important;
  }
  .sp-mt80 {
    margin-top: 8rem !important;
  }
  .sp-mt90 {
    margin-top: 9rem !important;
  }
  .sp-mt100 {
    margin-top: 10rem !important;
  }

  .sp-mb0 {
    margin-bottom: 0 !important;
  }
  .sp-mb10 {
    margin-bottom: 1rem !important;
  }
  .sp-mb20 {
    margin-bottom: 2rem !important;
  }
  .sp-mb30 {
    margin-bottom: 3rem !important;
  }
  .sp-mb40 {
    margin-bottom: 4rem !important;
  }
  .sp-mb50 {
    margin-bottom: 5rem !important;
  }
  .sp-mb60 {
    margin-bottom: 6rem !important;
  }
  .sp-mb70 {
    margin-bottom: 7rem !important;
  }
  .sp-mb80 {
    margin-bottom: 8rem !important;
  }
  .sp-mb90 {
    margin-bottom: 9rem !important;
  }
  .sp-mb100 {
    margin-bottom: 10rem !important;
  }

  .sp-my0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .sp-my10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .sp-my20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .sp-my30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .sp-my40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .sp-my50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .sp-my60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}
