@charset "UTF-8";
/*=============================================================
 tools
=============================================================*/
@import url("https://fonts.googleapis.com/css2?family=Murecho:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tilt+Warp&display=swap");
@keyframes spin-right {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(360deg); /* 360度回転 */
  }
}
@keyframes floatX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(vw(-20));
    @media only screen and (min-width: 768px) {
      transform: translateX(-20px);
    }
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes floatX2 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(vw(-20));
    @media only screen and (min-width: 768px) {
      transform: translateX(-20px);
    }
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes poyon {
  0%, 50%, 100% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(1.1, 0.9);
  }
  20% {
    transform: scale(0.9, 1.1);
  }
  30% {
    transform: scale(1.05, 0.95);
  }
  40% {
    transform: scale(1, 1);
  }
}
@keyframes yurayura {
  0%, 100% {
    transform: rotate(0deg) skewX(0deg);
  }
  50% {
    transform: rotate(-2deg) skewX(2deg);
  }
}
@keyframes yurayura2 {
  0%, 100% {
    transform: rotate(0deg) skewX(0deg);
  }
  50% {
    transform: rotate(2deg) skewX(-2deg);
  }
}
@keyframes story {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(10px);
  }
  10% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(10px);
  }
  20% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
#step {
  margin-bottom: 22.65625vw;
}
@media only screen and (min-width: 768px) {
  #step {
    margin-bottom: 145px;
  }
}
#step .sec__box {
  padding-top: 10.9375vw;
}
@media only screen and (min-width: 768px) {
  #step .sec__box {
    padding-top: 70px;
  }
}
#step .step__text {
  width: 72.8125vw;
  margin: 0 auto -1.5625vw;
}
@media only screen and (min-width: 768px) {
  #step .step__text {
    width: 466px;
    margin-bottom: -10px;
  }
}
#step .step__list__item {
  margin-bottom: -4.6875vw;
}
@media only screen and (min-width: 768px) {
  #step .step__list__item {
    margin-bottom: -30px;
  }
}
#step .step__list__item:last-child {
  margin-bottom: -1.5625vw;
}
@media only screen and (min-width: 768px) {
  #step .step__list__item:last-child {
    margin-bottom: -10px;
  }
}

#benefits {
  margin-bottom: 20.3125vw;
}
@media only screen and (min-width: 768px) {
  #benefits {
    margin-bottom: 130px;
  }
}
#benefits .sec__deco {
  top: -21.09375vw;
}
@media only screen and (min-width: 768px) {
  #benefits .sec__deco {
    top: -135px;
  }
}
#benefits .sec__box {
  padding-top: 17.1875vw;
}
@media only screen and (min-width: 768px) {
  #benefits .sec__box {
    padding-top: 110px;
  }
}
#benefits .benefits__sample {
  margin-bottom: 3.125vw;
}
@media only screen and (min-width: 768px) {
  #benefits .benefits__sample {
    margin-bottom: 20px;
  }
}
#benefits .benefits__text1 {
  font-size: 3.4375vw;
  font-weight: 600;
  color: #fff;
  margin: 0 -1.5625vw 3.90625vw;
  text-align: center;
  text-shadow: 0 0 1.5625vw rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 768px) {
  #benefits .benefits__text1 {
    font-size: 22px;
    margin: 0 -10px 25px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
}
#benefits .benefits__text1 span {
  font-size: 3.75vw;
  color: #FFFF57;
}
@media only screen and (min-width: 768px) {
  #benefits .benefits__text1 span {
    font-size: 24px;
  }
}
#benefits .benefits__text2 {
  width: 87.5vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #benefits .benefits__text2 {
    width: 560px;
  }
}

#area {
  overflow-anchor: none;
}
#area .sec__box {
  padding-top: 12.5vw;
}
@media only screen and (min-width: 768px) {
  #area .sec__box {
    padding-top: 80px;
  }
}
#area .area__box {
  position: relative;
  width: 87.5vw;
  margin: 0 auto 8.75vw;
  border: 1.25vw solid #eee;
  border-radius: 7.8125vw;
  box-sizing: border-box;
  background-color: #eee;
  overflow: hidden;
  z-index: 0;
  box-shadow: 0 1.25vw 0 #1A2857;
  overflow-anchor: none;
}
@media only screen and (min-width: 768px) {
  #area .area__box {
    width: 560px;
    margin: 0 auto 56px;
    border: 8px solid #eee;
    border-radius: 50px;
    box-shadow: 0 8px 0 #1A2857;
  }
}
#area .area__ttl {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 2.5vw;
  width: 100%;
  height: 12.8125vw;
  font-size: 4.375vw;
  font-weight: 600;
  color: #fff;
  padding: 0 2.34375vw;
}
@media only screen and (min-width: 768px) {
  #area .area__ttl {
    gap: 0 16px;
    height: 82px;
    font-size: 28px;
    padding: 0 15px;
  }
}
#area .area__ttl::before {
  content: "";
  display: block;
  width: 9.375vw;
  height: 9.375vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
@media only screen and (min-width: 768px) {
  #area .area__ttl::before {
    width: 60px;
    height: 60px;
  }
}
#area .area__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.34375vw;
  transform: translateY(-50%);
  display: block;
  width: 5.3125vw;
  height: 5.3125vw;
  background-image: url("../img/howto/area_list_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  #area .area__ttl::after {
    right: 15px;
    width: 34px;
    height: 34px;
  }
}
#area .area__list {
  display: none;
  overflow: hidden;
  width: 81.25vw;
  margin: 0 auto;
  overflow-anchor: none;
}
@media only screen and (min-width: 768px) {
  #area .area__list {
    width: 520px;
  }
}
#area .area__list__item {
  padding: 2.8125vw 3.125vw;
  background-color: #fff;
  border-radius: 3.125vw;
  margin-bottom: 2.8125vw;
}
@media only screen and (min-width: 768px) {
  #area .area__list__item {
    padding: 18px 20px;
    border-radius: 20px;
    margin-bottom: 18px;
  }
}
#area .area__list__item:last-child {
  margin-bottom: 3.125vw;
}
@media only screen and (min-width: 768px) {
  #area .area__list__item:last-child {
    margin-bottom: 20px;
  }
}
#area .area__list__item__store {
  font-size: 3.75vw;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  #area .area__list__item__store {
    font-size: 24px;
  }
}
#area .area__list__item__map {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.6875vw;
  font-size: 2.5vw;
  font-family: "Tilt Warp", sans-serif;
  border: 1px solid #000;
  border-radius: 4.6875vw;
}
@media only screen and (min-width: 768px) {
  #area .area__list__item__map {
    height: 30px;
    font-size: 16px;
    border-radius: 30px;
  }
}
#area .area__list__item__map a {
  text-decoration: none;
}
#area .area__list__item__address {
  display: grid;
  grid-template-columns: 3.75vw 1fr;
  align-items: center;
  gap: 0 0.78125vw;
  font-size: 2.5vw;
  margin-bottom: 0.625vw;
}
@media only screen and (min-width: 768px) {
  #area .area__list__item__address {
    grid-template-columns: 24px 1fr;
    gap: 0 5px;
    font-size: 16px;
    margin-bottom: 4px;
  }
}
#area .area__list__item__address::before {
  content: "";
  width: 3.75vw;
  height: 3.75vw;
  border-radius: 4.6875vw;
  background-image: url("../img/howto/icon_address.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #199BE1;
}
@media only screen and (min-width: 768px) {
  #area .area__list__item__address::before {
    width: 24px;
    height: 24px;
    border-radius: 30px;
  }
}
#area .area1 {
  border-color: #6476D4;
  background-color: #7D8DDB;
}
#area .area1 .area__ttl::before {
  background-image: url("../img/howto/area_icon01.png");
}
#area .area1 .area__list {
  display: block;
}
#area .area1 .area__list__item p {
  color: #6476D4;
}
#area .area1 .area__list__item__map {
  border-color: #6476D4;
  color: #6476D4;
}
#area .area1 .area__list__item__map a {
  color: #6476D4;
}
#area .area1 .area__list__item__address::before {
  background-color: #6476D4;
}
#area .area2 {
  border-color: #199BE1;
  background-color: #23B1E8;
}
#area .area2 .area__ttl::before {
  background-image: url("../img/howto/area_icon02.png");
}
#area .area2 .area__list__item p {
  color: #199BE1;
}
#area .area2 .area__list__item__map {
  border-color: #199BE1;
  color: #199BE1;
}
#area .area2 .area__list__item__map a {
  color: #199BE1;
}
#area .area2 .area__list__item__address::before {
  background-color: #199BE1;
}
#area .area3 {
  border-color: #0EAE4A;
  background-color: #14C16A;
}
#area .area3 .area__ttl::before {
  background-image: url("../img/howto/area_icon03.png");
}
#area .area3 .area__list__item p {
  color: #0EAE4A;
}
#area .area3 .area__list__item__map {
  border-color: #0EAE4A;
  color: #0EAE4A;
}
#area .area3 .area__list__item__map a {
  color: #0EAE4A;
}
#area .area3 .area__list__item__address::before {
  background-color: #0EAE4A;
}
#area .area4 {
  border-color: #66B32F;
  background-color: #93CE54;
}
#area .area4 .area__ttl::before {
  background-image: url("../img/howto/area_icon04.png");
}
#area .area4 .area__list__item p {
  color: #66B32F;
}
#area .area4 .area__list__item__map {
  border-color: #66B32F;
  color: #66B32F;
}
#area .area4 .area__list__item__map a {
  color: #66B32F;
}
#area .area4 .area__list__item__address::before {
  background-color: #66B32F;
}
#area .area5 {
  border-color: #D87C1E;
  background-color: #F39738;
}
#area .area5 .area__ttl::before {
  background-image: url("../img/howto/area_icon05.png");
}
#area .area5 .area__list__item p {
  color: #D87C1E;
}
#area .area5 .area__list__item__map {
  border-color: #D87C1E;
  color: #D87C1E;
}
#area .area5 .area__list__item__map a {
  color: #D87C1E;
}
#area .area5 .area__list__item__address::before {
  background-color: #D87C1E;
}
#area .area6 {
  border-color: #DB4040;
  background-color: #E35B5B;
}
#area .area6 .area__ttl::before {
  background-image: url("../img/howto/area_icon06.png");
}
#area .area6 .area__list__item p {
  color: #DB4040;
}
#area .area6 .area__list__item__map {
  border-color: #DB4040;
  color: #DB4040;
}
#area .area6 .area__list__item__map a {
  color: #DB4040;
}
#area .area6 .area__list__item__address::before {
  background-color: #DB4040;
}
#area .area7 {
  border-color: #D19728;
  background-color: #F7C544;
}
#area .area7 .area__ttl::before {
  background-image: url("../img/howto/area_icon07.png");
}
#area .area7 .area__list__item p {
  color: #D19728;
}
#area .area7 .area__list__item__map {
  border-color: #D19728;
  color: #D19728;
}
#area .area7 .area__list__item__map a {
  color: #D19728;
}
#area .area7 .area__list__item__address::before {
  background-color: #D19728;
}
#area .area8 {
  border-color: #E4559B;
  background-color: #EA7AB2;
}
#area .area8 .area__ttl::before {
  background-image: url("../img/howto/area_icon08.png");
}
#area .area8 .area__list__item p {
  color: #E4559B;
}
#area .area8 .area__list__item__map {
  border-color: #E4559B;
  color: #E4559B;
}
#area .area8 .area__list__item__map a {
  color: #E4559B;
}
#area .area8 .area__list__item__address::before {
  background-color: #E4559B;
}
#area .area__notes {
  padding: 1px 4.6875vw 4.6875vw;
  background-color: #FFFF57;
  border-radius: 4.6875vw;
}
@media only screen and (min-width: 768px) {
  #area .area__notes {
    padding: 30px 30px;
    border-radius: 30px;
  }
}
#area .area__notes__title {
  width: 56.09375vw;
  margin: -2.34375vw auto 3.125vw;
}
@media only screen and (min-width: 768px) {
  #area .area__notes__title {
    width: 359px;
    margin: -15px auto 20px;
  }
}
#area .area__notes__list__item {
  display: flex;
  gap: 0 1.5625vw;
  align-items: flex-start;
  font-size: 2.65625vw;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 2.34375vw;
  background-color: #fff;
  border-radius: 15.625vw;
  padding: 3.125vw;
}
@media only screen and (min-width: 768px) {
  #area .area__notes__list__item {
    gap: 0 10px;
    font-size: 17px;
    margin-bottom: 15px;
    border-radius: 100px;
    padding: 20px;
  }
}
#area .area__notes__list__item::before {
  content: "";
  width: 0.9375vw;
  height: 0.9375vw;
  margin-top: 1.71875vw;
  border-radius: 1.5625vw;
  background-color: #000;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  #area .area__notes__list__item::before {
    width: 6px;
    height: 6px;
    margin-top: 11px;
    border-radius: 10px;
  }
}
#area .area__box.active .area__ttl::after {
  transform: translateY(-50%) rotate(180deg);
}