@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media (min-width: 751px) {
  html {
    font-size: 85%;
  }
}

#contents {
  margin: auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  line-height: 1.8 !important;
  text-align: center;
  color: #3c3c3c;
  overflow: hidden;
}
#contents img {
  width: 100%;
}

/* ---------------------------------------*/
/* wrapper */
/* ---------------------------------------*/
.wrapper, .wrapper--ig {
  padding: 0 20px;
}
@media (min-width: 751px) {
  .wrapper, .wrapper--ig {
    max-width: 830px;
    padding: 0 40px;
  }
}

/* ---------------------------------------*/
/* common */
/* ---------------------------------------*/
.btn-01, .btn-02, .btn-03 {
  display: inline-block;
  width: 85%;
  padding: 7px 0;
  font-size: 1.15rem;
  font-weight: bolder;
  letter-spacing: 0.2em;
  position: relative;
  border: solid 1px;
}
.btn-01::after, .btn-02::after, .btn-03::after {
  display: block;
  content: "";
  width: 4%;
  aspect-ratio: 1/1;
  background: url(../img/250826/icon_arrow.svg) no-repeat center/cover;
  position: absolute;
  top: 40%;
  right: 6%;
}
@media (min-width: 751px) {
  .btn-01, .btn-02, .btn-03 {
    border: solid 2px;
  }
  .btn-01::after, .btn-02::after, .btn-03::after {
    right: 2.5%;
    top: 27%;
  }
}

.btn-02, .btn-03 {
  color: #0071b4;
  margin: 25px auto 0;
}
.btn-02::after, .btn-03::after {
  background: url(../img/250826/icon_arrow-02.svg) no-repeat center/cover;
}

.btn-03 {
  width: 63%;
  color: #393e85;
}
.btn-03::after {
  background: url(../img/250826/icon_arrow-03.svg) no-repeat center/cover;
}

.confort-list-image {
  margin: 0 0 15px;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.kakko_up {
  margin-top: -0.7em !important;
}

.space {
  padding: 0.4em;
}

/* ---------------------------------------*/
/* sns */
/* ---------------------------------------*/
#sns {
  margin-bottom: 90px;
}

.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13%;
}

.sns-icon--ig {
  width: 41px !important;
  margin: 0 auto 10px;
}

.sns-icon--ln {
  width: 44px !important;
  margin: 0 auto;
}

/* ---------------------------------------*/
/* footnav */
/* ---------------------------------------*/
#foot_nav {
  margin-bottom: 50px;
}

.foot_nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 90%;
  margin: 0 auto;
}

.foot_nav-list__item {
  width: 29%;
}

/* ---------------------------------------*/
/* top */
/* ---------------------------------------*/
#top {
  margin-bottom: 75px;
}

.top-logo {
  width: 27.6% !important;
  margin: 0 auto 20px;
}

/* ---------------------------------------*/
/* link */
/* ---------------------------------------*/
#link {
  margin-bottom: 75px;
}

.link-note {
  display: block;
  margin-top: 5px;
  font-size: 1rem;
  text-align: left;
}

/* ---------------------------------------*/
/* ig */
/* ---------------------------------------*/
.wrapper--ig {
  padding: 0 50px;
  margin: 0 0 100px;
}

.ig-heading {
  margin: 0 0 14px;
}

.ig-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30%;
}
@media (min-width: 751px) {
  .ig-list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.ig-list__item {
  display: inline-block;
}

.ig-list__heading {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  margin: 0 0 15px;
}

.campaign-icon--ig {
  width: 41px !important;
  margin: 0 auto;
}

/* ---------------------------------------*/
/* notes */
/* ---------------------------------------*/
#notes {
  padding: 0 0 20px;
}

.notes-list_item {
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  padding: 0 0 0 1em;
  position: relative;
}
.notes-list_item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}