@charset "UTF-8";
/***********************
/* Foundation
************************/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,700&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
/* サイト全体で使う色やサイズ関連の変数 */
/***********************
/* color
************************/
.c_orange {color: #fb831a;}
.bg_orange {background-color: #feeddc;}
.bg_gray {background-color: #f7f7f7;}
/***********************
/* Layout 共通
************************/
.l-container {
  max-width: 1230px;
  width: 100%;
  margin-inline: auto;
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .l-container {
    padding: 0 20px;
  }
}
.l-section {
  padding: 135px 0;
}
@media only screen and (max-width: 767px) {
  .l-section {
    padding: 80px 0;
  }
}
.l-flex {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .l-flex {
    flex-direction: column;
  }
  .l-flex img {
    width: 100%;
  }
}
.l-flex--gap35 {
  gap: 35px;
}
@media only screen and (max-width: 767px) {
  .l-flex--gap35 {
    gap: 20px;
  }
}
.l-flex__col3 {
  width: 33.3333333333%;
}
@media only screen and (max-width: 767px) {
  .l-flex__col3 {
    width: 100%;
  }
}
.lead {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 2.0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .lead {
    font-size: 4.7619047619vw;
  }
}
.center {
    text-align: center;
}
.f_w700 {
    font-weight: 700;
}
.text {
  font-size: 15px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .text {
    font-size: 3.5714285714vw;
  }
}
.waku_o {
    border: 1px solid #fb831a;
    padding: 30px;
    text-align: center;
}
/***********************
/* Object
************************/
/* Component */
.home,
.store-template-default {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #222;
}
.c-text {
  color: #222;
}
@media screen and (max-width: 767px) {
  .c-text {
    font-size: 3.5714285714vw;
  }
}
.c-textUnderline {
  background: linear-gradient(transparent 60%, rgba(255, 164, 83, 0.45) 40%);
}
.c-textColor {
  color: #fb831a;
}
.c-title__lv1 {
  font-size: min(3vw, 48px);
  font-weight: 700;
  line-height: 1.3793103448;
  text-align: center;
  margin-bottom: 3.125vw;
}
@media only screen and (max-width: 767px) {
  .c-title__lv1 {
    font-size: 6.9047619048vw;
    margin-bottom: 4.7619047619vw;
  }

  .c-title__lv1--price {
    font-size: 4.7619047619vw;
  }
  .c-title__lv1--price .u-inline_block {
    font-size: 7.1428571429vw;
    font-weight: 900;
  }
}
.c-title__lv1--color {
  color: #fb831a;
}
.c-title__lv1--icon01 {
  font-size: 36px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  margin-top: 70px;
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .c-title__lv1--icon01 {
    font-size: 5vw;
    margin-top: 16.66667vw;
    margin-bottom: 1.90476vw;
  }
}
.c-title__lv1--icon01 .inner {
  margin-left: -30px;
}
@media screen and (max-width: 767px) {
  .c-title__lv1--icon01 .inner {
    text-align: center;
    margin-left: 2.38095vw;
  }
}
.c-title__lv1--icon01::before {
  content: "";
  background-image: url(../img/ic_hdg01.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  width: 77px;
  height: 95px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-title__lv1--icon01::before {
    width: 10.47619vw;
    height: 12.85714vw;
  }
}
.c-title__sub {
  font-size: min(2vw, 32px);
  font-weight: 700;
  text-align: center;
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  .c-title__sub {
    font-size: 4.7619047619vw;
  }
}
.c-title__lv2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-title__lv2 {
    font-size: 7.1428571429vw;
    margin-bottom: 9.5238095238vw;
  }
}
.c-title__lv3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-title__lv3 {
    font-size: 7.619047619vw;
    margin-bottom: 9.5238095238vw;
  }
}
.c-title__lv4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title__lv4 {
    font-size: 4.7619047619vw;
    margin-bottom: 11.9047619048vw;
  }
}
.c-title__lv5 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #656565;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .c-title__lv5 {
    text-align: center;
    font-size: 4.7619047619vw;
    margin-bottom: 4.7619047619vw;
  }
}
.c-title__lv6 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-title__lv6 {
    font-size: 4.2857142857vw;
    margin-bottom: 4.7619047619vw;
  }
}
/*ボタンベタ*/
.c-btn {
position: relative;
display: flex;
justify-content: center;
align-items: center;
aspect-ratio: 540/100;
width: min(33.75vw, 540px);
background: #fb831a;
background-blend-mode: multiply;
filter: drop-shadow(0 6px 0 rgba(0, 0, 0, 0.1));
border-radius: 8px;
color: #fff;
text-align: center;
font-size: min(1.6875vw, 27px);
font-weight: 700;
line-height: 1.2;
border: 2px solid #fb831a;
}
@media screen and (max-width: 767px) {
  .c-btn {
    aspect-ratio: 380/70;
    width: 100%;
    font-size: 5.2380952381vw;
  }
}
.c-btn:hover {
  opacity: 0.6;
}
.c-btn__inner::after {
  content: url("../img/arrow.svg");
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.c-btn__text--color {
  color: #fff100;
}
.c-btn__text--sub {
  font-size: min(0.875vw, 14px);
}
@media screen and (max-width: 767px) {
  .c-btn__text--sub {
    font-size: 2.619047619vw;
  }
}
.c-btn__text--sub__em {
  font-size: min(1.125vw, 18px);
}
@media screen and (max-width: 767px) {
  .c-btn__text--sub__em {
    font-size: 3.5714285714vw;
  }
}
.c-btn__text--sub__em-l {
  font-size: min(1.375vw, 22px);
}
@media screen and (max-width: 767px) {
  .c-btn__text--sub__em-l {
    font-size: 4.5238095238vw;
  }
}
.c-btn__icon {
  width: 18px;
  vertical-align: -3px;
}
.c-btn__wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .c-btn__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
/*ボタン罫線*/
.c-btn_kei {
position: relative;
display: flex;
justify-content: center;
align-items: center;
aspect-ratio: 540/100;
width: min(33.75vw, 540px);
background: #fff;
background-blend-mode: multiply;
filter: drop-shadow(0 6px 0 rgba(0, 0, 0, 0.1));
border-radius: 8px;
color: #fb831a;
text-align: center;
font-size: min(1.6875vw, 27px);
font-weight: 700;
line-height: 1.2;
border: 2px solid #fb831a;
}
@media screen and (max-width: 767px) {
  .c-btn_kei {
    aspect-ratio: 380/70;
    width: 100%;
    font-size: 5.2380952381vw;
  }
}
.c-btn_kei:hover {
  opacity: 0.6;
}
.c-btn_kei .c-btn__inner::after {
  content: url("../img/arrow_o.svg");
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.c-btn_kei .c-btn__text--color {
  color: #fb831a;
}
/*ボタンLINE*/
.c-btn_line {
position: relative;
display: flex;
justify-content: center;
align-items: center;
aspect-ratio: 540/100;
width: min(33.75vw, 540px);
background: #00b900;
background-blend-mode: multiply;
filter: drop-shadow(0 6px 0 rgba(0, 0, 0, 0.1));
border-radius: 8px;
color: #fff100;
text-align: center;
font-size: min(1.6875vw, 27px);
font-weight: 700;
line-height: 1.2;
border: 2px solid #00b900;
}
@media screen and (max-width: 767px) {
  .c-btn_line {
    aspect-ratio: 380/70;
    width: 100%;
    font-size: 5.2380952381vw;
  }
}
.c-btn_line:hover {
  opacity: 0.6;
}
.c-btn_line .c-btn__inner::after {
  content: url("../img/arrow.svg");
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.c-btn_line .c-btn__text--color {
  color: #fff100;
}



.c-btn01 {
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  display: inline-block;
  text-align: center;
  background: #fb831a;
  color: #fff;
  position: relative;
  left: 0px;
  top: 0px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .c-btn01 {
    min-width: 15.625vw;
    padding: 0.5625vw 1.25vw;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .c-btn01 {
    min-width: 59.52381vw;
    padding: 2.14286vw;
  }
}
.c-btn01:link, .c-btn01:visited {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.c-btn01:hover, .c-btn01:active {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}

.c-btn02 {
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  display: inline-block;
  text-align: center;
  background: #222222;
  color: #fff;
  position: relative;
  left: 0px;
  top: 0px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .c-btn02 {
    min-width: 15.625vw;
    padding: 0.5625vw 1.25vw;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .c-btn02 {
    min-width: 59.52381vw;
    padding: 2.14286vw;
  }
}
.c-btn02:link, .c-btn02:visited {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.c-btn02:hover, .c-btn02:active {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}



.c-arrow-lg {
  display: block;
}





.c-section--cta {
  padding: 70px 0;
}













.p-section--banner {
  background-color: #343434;
}
@media screen and (max-width: 767px) {
  .p-section--banner {
    background-color: inherit;
    background: url("../img/bg_left01.png");
    background-position: top -41.6666666667vw left -64.2857142857vw;
    background-size: 154.7619047619vw auto;
    background-repeat: no-repeat;
    padding-top: 9.5238095238vw;
  }
}

.p-banner {
  padding: 50px 0;
  margin-inline: auto;
  width: 74.5762711864%;
}
@media screen and (max-width: 767px) {
  .p-banner {
    padding: 0 0 50px 0;
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
}








.p-icon__item {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .p-icon__item {
    width: 39.2857142857vw;
  }
}
.p-icon__item img {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-icon__item img {
    margin-bottom: 10px;
  }
}
.p-icon__item p {
  text-align: center;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-icon__item p {
    width: 30.9523809524vw;
    font-size: 3.5714285714vw;
  }
}

.p-check__arrow {
  width: 240px;
  height: auto;
  display: block;
  margin: 0 auto 50px auto;
}
@media screen and (max-width: 767px) {
  .p-check__arrow {
    width: 38.0952380952vw;
    margin-bottom: 5.9523809524vw;
  }
}










.p-store--01__lead {
  text-align: center;
  margin-bottom: 2.85714vw;
  color: #fb831a;
  font-weight: 700;
  font-size: 4.2857142857vw;
}
@media screen and (min-width: 768px) {
  .p-store--01__lead {
    display: none;
  }
}

.p-store-point-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-store-point-list {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-store-point-list {
    margin-bottom: 9.5238095238vw;
  }
}
.p-store-point-list > li {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-store-point-list > li {
    margin: 0 5px;
    width: 387px;
  }
}
@media screen and (max-width: 767px) {
  .p-store-point-list > li {
    text-align: center;
    margin-bottom: 8.3333333333vw;
  }
  .p-store-point-list > li:nth-last-child(1) {
    margin-bottom: 0;
  }
}

.p-photo-list {
  position: relative;
  z-index: 2;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
 justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-photo-list {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-photo-list {
    padding: 0px 4.7619047619vw;
  }
}
.p-photo-list > li {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-photo-list > li {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .p-photo-list > li.w2 {
    width: 25%;
  }
}
@media screen and (max-width: 1023px) {
  .p-photo-list > li {
    width: 50%;
    padding-bottom: 4.8875855327vw;
  }
}
@media screen and (max-width: 767px) {
  .p-photo-list > li {
    width: 50%;
  }
}
.p-photo-list > li img {
  width: 100%;
  height: auto;
}

.p-store-app {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 0 80px 0;
}
@media screen and (max-width: 767px) {
  .p-store-app {
    display: block;
  }
}
.p-store-app__text {
  width: 490px;
}
@media screen and (max-width: 767px) {
  .p-store-app__text {
    width: 100%;
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 768px) {
  .p-store-app figure {
    width: 386px;
  }
}


/* Utility */
.u-inline_block {
  display: inline-block;
}
.u-visible_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-visible_sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .u-hidden_sp {
    display: none;
  }
}
.u-visible_tab {
  display: none;
}
@media screen and (max-width: 1023px) {
  .u-visible_tab {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .u-hidden_tab {
    display: none;
  }
}





