@charset "UTF-8";
.contents {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.container {
  padding-top: 0 !important;
}

.main {
  width: 100% !important;
}

.page__fv--title {
  text-align: center;
  font-weight: normal;
  color: #fff;
  font-size: 30px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 768px) {
  .page__fv--title {
    font-size: 6.9333333333vw;
  }
}
.page__fv .breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.page__fv .breadcrumb span,
.page__fv .breadcrumb a {
  color: #fff;
}
.page__fv.store {
  background: url(../img/store-fv.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 40px;
}
@media screen and (max-width: 768px) {
  .page__fv.store {
    background: url(../img/store-fv-sp.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 4vw 5.3333333333vw;
  }
}
.page__fv.store .page__fv--title {
  color: #333333;
  text-align: left;
  margin-bottom: 20px;
}
.page__fv.store p {
  font-size: 16px;
}
.page__fv.store .breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.page__fv.store .breadcrumb span,
.page__fv.store .breadcrumb a {
  color: #333;
}
@media screen and (max-width: 768px) {
  .page__fv.store {
    padding: 4vw 5.3333333333vw;
  }
}
.page__fv--inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .page__fv--inner {
    padding: 21.3333333333vw 0 77.3333333333vw;
  }
}
.page__fv.faq {
  background: url(../img/faq-fv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 40px;
}
@media screen and (max-width: 768px) {
  .page__fv.faq {
    padding: 4vw 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .page__fv.faq .page__fv--inner {
    padding: 21.3333333333vw 0;
  }
}

.breadcrumb-item::after {
  content: "—";
}

.breadcrumb-item {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 14px;
}

.content__box {
  padding: 60px 40px;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .content__box {
    padding: 16vw 4vw;
    display: block;
  }
}

.leftNav {
  width: 26%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: sticky;
  top: 120px;
}
@media screen and (max-width: 768px) {
  .leftNav {
    position: unset;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.leftNav a {
  display: block;
  background: url(../img/icon_bottom.svg) no-repeat;
  background-position: 96%;
  background-size: 14px;
  padding: 10px 20px;
  border-bottom: 1px solid #333333;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .leftNav a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 3.7333333333vw;
    padding: 15px 0;
  }
}

.content__main {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .content__main {
    margin-top: 21.3333333333vw;
    width: 100%;
  }
}

.faq__sec--title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 32px;
  font-weight: normal;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 768px) {
  .faq__sec--title {
    font-size: 6.9333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.faq__sec + .faq__sec {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .faq__sec + .faq__sec {
    margin-top: 21.3333333333vw;
  }
}

.faq__item {
  margin-bottom: 20px;
}
.faq__item--title {
  background-color: #ECECEC;
  display: flex;
  align-items: center;
  padding: 20px;
  background-image: url(../img/icon_plus.svg);
  background-repeat: no-repeat;
  background-position: 98%;
  background-size: 30px;
  cursor: pointer;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .faq__item--title {
    padding: 15px;
    background-position: 94%;
    padding-right: 30px;
    background-size: 24px;
    gap: 15px;
  }
}
.faq__item--title.is_active {
  background-image: url(../img/icon_minus.svg);
  background-repeat: no-repeat;
  background-position: 98%;
  background-size: 30px;
}
@media screen and (max-width: 768px) {
  .faq__item--title.is_active {
    background-size: 24px;
    background-position: 94%;
  }
}
.faq__item--title span {
  width: 43px;
  height: 43px;
  background: #333333;
  border-radius: 50%;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 768px) {
  .faq__item--title span {
    font-size: 18px;
    width: 36px;
    height: 36px;
  }
}
.faq__item--title p {
  font-size: 18px;
  line-height: 1.5;
  max-width: 90%;
}
@media screen and (max-width: 768px) {
  .faq__item--title p {
    font-size: 16px;
    max-width: 76%;
  }
}
.faq__item--text {
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
}
.faq__item--textWrap {
  padding: 15px 20px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .faq__item--textWrap {
    gap: 15px;
  }
}
.faq__item--textWrap span {
  width: 43px;
  height: 43px;
  background: #333333;
  border-radius: 50%;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 768px) {
  .faq__item--textWrap span {
    font-size: 18px;
    width: 36px;
    height: 36px;
  }
}
.faq__item--textWrap p {
  font-size: 16px;
  line-height: 1.5;
  max-width: 90%;
}
@media screen and (max-width: 768px) {
  .faq__item--textWrap p {
    font-size: 14px;
    max-width: 82%;
  }
}

[id] {
  scroll-margin-top: 100px;
}

.merit {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .merit {
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
.merit__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.merit__lists {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .merit__lists {
    display: block;
    margin-top: 50px;
  }
}
.merit__list {
  width: 30%;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .merit__list {
    width: 80%;
    margin: 0 auto;
  }
  .merit__list + .merit__list {
    margin-top: 40px;
  }
}
.merit__list--num {
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 30px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
.merit__list--icon {
  margin-bottom: 20px;
}
.merit__list--icon img {
  max-width: 230px;
}
@media screen and (max-width: 768px) {
  .merit__list--icon img {
    max-width: 200px;
  }
}
.merit__list--title {
  line-height: 2;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .merit__list--title {
    line-height: 1.7;
  }
}
.merit__list--title span {
  display: block;
  font-size: 28px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 768px) {
  .merit__list--title span {
    font-size: 22px;
  }
}

.step {
  padding: 85px 40px 100px;
  background: #ECECEC;
}
@media screen and (max-width: 768px) {
  .step {
    padding: 18.6666666667vw 5.3333333333vw;
  }
}
.step__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.step__lists {
  margin-top: 40px;
}
.step__list {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.step__list::after {
  content: "";
  position: absolute;
  left: 42px;
  top: 0;
  height: calc(100% + 80px);
  width: 1px;
  background: #333;
}
@media screen and (max-width: 768px) {
  .step__list::after {
    left: 25px;
  }
}
.step__list:last-of-type::after {
  display: none;
}
.step__list--num {
  width: 84px;
}
.step__list--num span {
  background: #333;
  height: 84px;
  width: 100%;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 768px) {
  .step__list--num span {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
.step__list--contents {
  width: calc(100% - 120px);
}
@media screen and (max-width: 768px) {
  .step__list--contents {
    width: calc(100% - 15px);
  }
}
.step__list + .step__list {
  margin-top: 80px;
}
.step__list--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .step__list--top {
    display: block;
  }
}
.step__list--top .img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .step__list--top .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.step__list--topContents {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .step__list--topContents {
    width: 100%;
  }
}
.step__list--topContents h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .step__list--topContents h3 {
    margin-bottom: 10px;
  }
}
.step__list--topContents p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .step__list--topContents p {
    font-size: 14px;
  }
}
.step__list--bottom {
  padding: 25px;
  background-color: #fff;
  background-image: url(../img/icon_plus.svg);
  background-repeat: no-repeat;
  background-position: 98% 24px;
  background-size: 30px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .step__list--bottom {
    padding: 20px;
    background-size: 20px;
    background-position: 95% 24px;
  }
}
.step__list--bottom.is-open {
  background-image: url(../img/icon_minus.svg);
  background-repeat: no-repeat;
  background-position: 98% 38px;
  background-size: 30px;
}
@media screen and (max-width: 768px) {
  .step__list--bottom.is-open {
    padding: 20px;
    background-size: 20px;
    background-position: 95% 33px;
  }
}
.step__list--bottom h3 {
  font-size: 18px;
}
.step__list--bottom .lists {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .step__list--bottom .lists {
    flex-direction: column;
    gap: 60px;
  }
}
.step__list--bottom .list {
  width: 30%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .step__list--bottom .list {
    width: 100%;
  }
}
.step__list--bottom .list__img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .step__list--bottom .list__img {
    margin-bottom: 10px;
  }
}
.step__list--bottom .list h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.step__list--bottom .list p {
  font-size: 14px;
}
.step__list--bottom .list p span {
  font-size: 12px;
}
.step__list--bottom .list + .list::before {
  content: "";
  position: absolute;
  top: 20%;
  left: -35px;
  background: url(../img/right.svg) no-repeat;
  background-size: 21px;
  width: 21px;
  height: 25px;
  display: block;
}
@media screen and (max-width: 768px) {
  .step__list--bottom .list + .list::before {
    top: -40px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.step__list--bottom .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.step__list--bottom .box .img {
  width: 30%;
}
.step__list--bottom .box .step__list--bottomContents {
  width: 65%;
}
.step__list--bottom .box .step__list--bottomContents p {
  font-size: 14px;
}
.step__list--bottom .box .step__list--bottomContents p span {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .step__list:nth-of-type(1) .step__list--bottom, .step__list:nth-of-type(2) .step__list--bottom {
    padding: 20px;
    background-size: 20px;
    background-position: 95% 40px;
  }
  .step__list:nth-of-type(1) .step__list--bottom.is-open, .step__list:nth-of-type(2) .step__list--bottom.is-open {
    padding: 20px;
    background-size: 20px;
    background-position: 95% 49px;
  }
}

.acContents {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.step__list--bottom.is-open .acContents {
  max-height: 2000px;
  /* 十分大きい値 */
}

.available {
  padding: 80px 40px 100px;
}
@media screen and (max-width: 768px) {
  .available {
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
.available__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.available .category__lists {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .available .category__lists {
    margin-top: 30px;
    margin-bottom: 70px;
  }
}
.available__lists {
  margin-top: 40px;
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .available__lists {
    display: block;
    margin-top: 30px;
    margin-bottom: 70px;
  }
}
.available__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .available__list {
    justify-content: space-between;
    gap: 40px;
    padding: 12px 20px;
    border-bottom: 1px solid #000000;
  }
}
@media screen and (max-width: 768px) {
  .available__list--icon {
    width: 25%;
  }
}
.available__list--icon img {
  height: 55px;
}
@media screen and (max-width: 768px) {
  .available__list--icon img {
    height: auto;
    width: 54px;
  }
}
.available__list p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .available__list p {
    width: 70%;
  }
}
.available .more__btn {
  margin: 0 auto;
  margin-top: 80px;
}/*# sourceMappingURL=page.css.map */