@charset "UTF-8";
/*===================================
	TOP
=====================================*/
/* common
-------------------------------------*/
.top_bg {
  position: relative;
  overflow: hidden;
}
.top_bg::before, .top_bg::after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.top_bg::before {
  height: 100%;
  background-color: #FFF7DD;
}
@media screen and (min-width: 768px) {
  .top_bg::after {
    background: url(../img/index/top_bg.svg) repeat left top/45px 67px;
    height: calc(100% - 127px);
  }
}
@media screen and (max-width: 767px) {
  .top_bg::after {
    background: url(../img/index/top_bg.svg) repeat center top/40px 60px;
    height: calc(100% - 60px);
  }
}

.top_wrap {
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .top_wrap {
    padding: 70px 5.3%;
    margin-bottom: 170px;
  }
}
@media screen and (max-width: 767px) {
  .top_wrap {
    padding: 50px 7%;
    margin-bottom: 100px;
  }
}
.top_wrap__ttl {
  text-align: center;
  color: #F15A24;
  border: 1.6px solid;
  display: table;
  margin: auto;
  border-radius: 20px;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  padding: 0 20px;
  margin-bottom: 0.5em;
}
.top_wrap__ttl02 {
  text-align: center;
  color: #DE5419;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  .top_wrap__ttl02 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .top_wrap__ttl02 {
    font-size: 3.2rem;
  }
}
.top_wrap__txt {
  text-align: center;
  color: #F15A24;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.top_wrap__txt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(25%, #FFF586));
  background: linear-gradient(transparent 75%, #FFF586 25%);
}

/* main visual
-------------------------------------*/
.mainvisual {
  background-color: #FFF7DD;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mainvisual {
    padding: 110px 0 135px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual {
    padding-bottom: 40px;
  }
}
.mainvisual::before, .mainvisual::after {
  position: absolute;
  content: "";
  width: 30%;
  height: 100%;
  top: -1.5%;
}
@media screen and (min-width: 768px) {
  .mainvisual::before {
    left: -1.5%;
    background: url(../img/index/mainvisual_l.png) no-repeat top left/100%;
  }
}
@media screen and (min-width: 768px) {
  .mainvisual::after {
    right: -1.5%;
    background: url(../img/index/mainvisual_r.png) no-repeat top left/100%;
  }
}
@media screen and (min-width: 768px) {
  .mainvisual__img {
    width: 34%;
    margin: auto;
  }
}
.mainvisual__mask {
  height: 0;
}
.mainvisual__btn {
  position: absolute;
  z-index: 1;
  background: url(../img/index/mainvisual_btn_bg.png) no-repeat center/cover;
  text-align: center;
  font-weight: 900;
  line-height: 1.3;
  color: #DE5419;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  overflow: hidden;
  letter-spacing: 0.05em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 1201px) {
  .mainvisual__btn {
    width: 248px;
    height: 248px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .mainvisual__btn {
    width: 165px;
    height: 165px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .mainvisual__btn {
    right: 5%;
    bottom: 11%;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__btn {
    bottom: calc(40px + 2%);
    right: 1%;
  }
}
.mainvisual__btn::before, .mainvisual__btn::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  background-color: #DE5419;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.mainvisual__btn::before {
  -webkit-mask-image: url(../img/index/icon_shop.svg);
          mask-image: url(../img/index/icon_shop.svg);
}
@media screen and (min-width: 1201px) {
  .mainvisual__btn::before {
    width: 33px;
    height: 30px;
    top: 45px;
  }
}
@media screen and (max-width: 1200px) {
  .mainvisual__btn::before {
    top: 30px;
    width: 23px;
    height: 20.5px;
  }
}
.mainvisual__btn::after {
  -webkit-mask-image: url(../img/common/arrow_02.svg);
          mask-image: url(../img/common/arrow_02.svg);
}
@media screen and (min-width: 1201px) {
  .mainvisual__btn::after {
    width: 30px;
    height: 16px;
    bottom: 48px;
  }
}
@media screen and (max-width: 1200px) {
  .mainvisual__btn::after {
    width: 20px;
    height: 10px;
    bottom: 35px;
  }
}
.mainvisual__btn:hover {
  background: url(../img/index/mainvisual_btn_bg_hover.png) no-repeat center/cover;
  color: #FFFF01;
}
.mainvisual__btn:hover::before, .mainvisual__btn:hover::after {
  background-color: #FFFF01;
}

/* about
-------------------------------------*/
.top_about {
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .top_about {
    padding: 60px 5.5% 70px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top_about {
    padding: 45px 7% 55px;
    margin-bottom: 20px;
  }
}
.top_about__ttl {
  color: #F15A24;
  line-height: 1.5;
  font-weight: 900;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1001px) {
  .top_about__ttl {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .top_about__ttl {
    font-size: 3.1rem;
  }
}
.top_about__ttl span {
  font-size: 2rem;
  margin: 0 0 0.2em 0.3em;
  display: block;
  font-weight: 700;
}
.top_about__txt {
  font-size: 1.8rem;
}
.top_about__txt span {
  font-size: 1.4rem;
  margin-top: 0.5em;
  display: block;
}
.top_about__cnt01 {
  padding-bottom: 70px;
  margin-bottom: 70px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_about__cnt01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.top_about__cnt01::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: radial-gradient(circle farthest-side, #DE5419, #DE5419 30%, transparent 30%, transparent);
  background-size: 10px 10px;
  height: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top_about__cnt01__l {
    width: 58%;
  }
  .top_about__cnt01__l .top_about__ttl {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .top_about__cnt01__l {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1001px) {
  .top_about__cnt01__r {
    width: 36%;
  }
}
@media screen and (max-width: 1000px) {
  .top_about__cnt01__r {
    width: 42%;
  }
}
@media screen and (max-width: 767px) {
  .top_about__cnt01__r {
    max-width: 294px;
    width: 100%;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .top_about__cnt02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .top_about__cnt02__r {
    width: 58%;
  }
}
@media screen and (max-width: 767px) {
  .top_about__cnt02__r {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .top_about__cnt02__l {
    width: 38%;
  }
}

/* step
-------------------------------------*/
.top_step {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_step {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .top_step {
    padding-bottom: 60px;
  }
}
.top_step::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: radial-gradient(circle farthest-side, #DE5419, #DE5419 30%, transparent 30%, transparent);
  background-size: 10px 10px;
  height: 10px;
  width: 100%;
}
.top_step__list {
  max-width: 928px;
  margin: 0 auto 25px;
}
@media screen and (min-width: 768px) {
  .top_step__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.top_step__list__item {
  position: relative;
  /*border: 3px solid g.color(orage01);
  border-radius: 10px;
    padding: 20px 0 25px;*/
  /*&:last-child {
  	background-color: g.color(orage01);
  	color: g.color(yellow01);
  }*/
}
@media screen and (min-width: 768px) {
  .top_step__list__item {
    width: 22%;
  }
}
@media screen and (max-width: 767px) {
  .top_step__list__item {
    max-width: 300px;
    margin: 0 auto 35px;
  }
}
.top_step__list__item:not(:last-child)::after {
  position: absolute;
  content: "";
  margin: auto;
  background: url(../img/common/arrow_02.svg) no-repeat center/cover;
  width: 30px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .top_step__list__item:not(:last-child)::after {
    left: calc(106% - 8px);
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media screen and (max-width: 767px) {
  .top_step__list__item:not(:last-child)::after {
    right: 0;
    left: 0;
    bottom: -25px;
  }
}
.top_step__list__item__num {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #DE5419;
  color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1201px) {
  .top_step__list__item__num {
    width: 72px;
    height: 72px;
    font-size: 2.8rem;
    padding: 0.1em 0 0 0.5em;
  }
}
@media screen and (max-width: 1200px) {
  .top_step__list__item__num {
    width: 60px;
    height: 60px;
    font-size: 2.3rem;
    padding: 0.2em 0 0 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .top_step__list__item__num {
    width: 70px;
    height: 70px;
    font-size: 2.8rem;
    padding: 0.1em 0 0 0.4em;
  }
}
.top_step__list__item__img {
  margin: 0 auto 6px;
}
@media screen and (min-width: 768px) {
  .top_step__list__item__img {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .top_step__list__item__img {
    width: 55%;
  }
}
.top_step__list__item__txt {
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.top_step__list__item__txt span {
  font-size: 1.2rem;
  display: block;
}

/* bonus
-------------------------------------*/
@media screen and (min-width: 768px) {
  .top_bonus {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .top_bonus {
    padding-top: 50px;
  }
}
.top_bonus__txt {
  text-align: center;
  font-size: 1.8rem;
  margin-top: -1.2em;
}
@media screen and (min-width: 768px) {
  .top_bonus__txt {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .top_bonus__txt {
    margin-bottom: 1.5em;
  }
}
.top_bonus__txt02 {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 10px;
}
.top_bonus__list {
  position: relative;
  max-width: 745px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .top_bonus__list {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top_bonus__list {
    font-size: 1.45rem;
  }
}
.top_bonus__list::after {
  position: absolute;
  content: "など";
  color: #DE5419;
  white-space: nowrap;
}
@media screen and (min-width: 1001px) {
  .top_bonus__list::after {
    left: 99%;
  }
}
@media screen and (max-width: 1000px) {
  .top_bonus__list::after {
    left: 98%;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .top_bonus__list::after {
    bottom: 5%;
  }
}
@media screen and (max-width: 767px) {
  .top_bonus__list::after {
    left: 75%;
    bottom: 2%;
    font-size: 2.4rem;
  }
}
.top_bonus__list__item {
  background: url(../img/index/top_bonus_bg.png) no-repeat center/cover;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .top_bonus__list__item {
    width: 30.4%;
  }
}
@media screen and (max-width: 767px) {
  .top_bonus__list__item {
    width: 45%;
  }
}
.top_bonus__list__item:not(:last-child) {
  margin-right: 4.4%;
}
@media screen and (max-width: 767px) {
  .top_bonus__list__item:nth-child(2n) {
    margin-right: 0;
  }
}
.top_bonus__list__item span {
  display: block;
  color: #FFF586;
}
@media screen and (min-width: 768px) {
  .top_bonus__list__item span {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .top_bonus__list__item span {
    font-size: 2.15rem;
  }
}

/* store
-------------------------------------*/
.store {
  scroll-margin-top: 30px;
}
.store__ttl {
  text-align: center;
  font-weight: 900;
  color: #DE5419;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .store__ttl {
    font-size: 4.8rem;
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .store__ttl {
    font-size: 4rem;
    margin-bottom: 1.2em;
  }
}
.store__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  height: 68px;
  line-height: 1;
  text-align: center;
  max-width: 788px;
  margin: auto;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.store__tab__item {
  background-color: #FFBEA0;
  color: #DE5419;
  border-radius: 10px 10px 0 0;
  width: 37%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.store__tab__item:not(:last-child) {
  margin-right: 1.5%;
}
.store__tab__item:hover {
  background-color: #FB753B;
  color: #fff;
}
.store__tab__item.current {
  background-color: #DE5419;
  color: #fff;
  font-size: 2.4rem;
}
.store__wrap {
  padding: 50px 0 125px;
  background-color: #DE5419;
}
.store__tabpanel {
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  display: none;
}
@media screen and (min-width: 768px) {
  .store__tabpanel {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .store__tabpanel {
    margin-bottom: 80px;
  }
}
.store__tabpanel.current {
  display: block;
  opacity: 1;
}
.store__tabpanel__ttl {
  text-align: center;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .store__tabpanel__ttl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .store__tabpanel__ttl {
    font-size: 3.6rem;
  }
}
.store__tarm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .store__tarm {
    margin: 0 -12px 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .store__tarm {
    margin: 0 -8px 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .store__tarm__item {
    min-width: 8em;
    margin: 0 12px 12px 0;
  }
}
@media screen and (max-width: 767px) {
  .store__tarm__item {
    margin: 0 8px 8px 0;
  }
}
.store__tarm__item:hover a, .store__tarm__item:hover button {
  background-color: #FB753B;
}
.store__tarm__item.current a, .store__tarm__item.current button {
  background-color: #fff;
  color: #DE5419;
}
.store__tarm__item a, .store__tarm__item button {
  display: block;
  padding: 0.56em 1.5em;
  border: 1px solid;
  border-radius: 50px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  width: 100%;
  border: 1px solid #fff;
  color: #fff;
}
@media screen and (min-width: 1001px) {
  .store__list {
    margin-bottom: -2.66%;
  }
}
@media screen and (max-width: 1000px) {
  .store__list {
    margin-bottom: -3.5%;
  }
}
@media screen and (min-width: 768px) {
  .store__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
@media screen and (max-width: 767px) {
  .store__list {
    width: 92%;
    margin: 0 auto -20px;
  }
}
.store__list__item {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 1001px) {
  .store__list__item {
    width: 23%;
    margin-bottom: 2.66%;
  }
  .store__list__item:not(:nth-child(4n)) {
    margin-right: 2.66%;
  }
}
@media screen and (max-width: 1000px) {
  .store__list__item {
    width: 31%;
    margin-bottom: 3.5%;
  }
  .store__list__item:not(:nth-child(3n)) {
    margin-right: 3.5%;
  }
}
@media screen and (max-width: 767px) {
  .store__list__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.store__list__item.empty {
  width: 100%;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  margin-right: 0;
  background: unset;
  color: #fff;
}
.store__list__item a:hover .store__list__item__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.store__list__item__img {
  overflow: hidden;
  aspect-ratio: 3/2;
}
.store__list__item__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.store__list__item__cnt {
  padding: 12px 18px 18px;
  line-height: 1.4;
}
.store__list__item__cnt__ttl {
  color: #DE5419;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .store__list__item__cnt__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .store__list__item__cnt__ttl {
    font-size: 2rem;
  }
}
.store__list__item__cnt__ttl a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.store__list__item__cnt__ttl a:hover {
  color: #FB753B;
}
.store__list__item__cnt__add {
  position: relative;
  padding-left: 18px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .store__list__item__cnt__add {
    font-size: 1.4rem;
  }
}
.store__list__item__cnt__add::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon_map.svg) no-repeat center/cover;
  width: 12px;
  height: 16px;
  left: 0;
  top: 2px;
}
.store__list__item__cnt__tel {
  position: relative;
  padding-left: 18px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .store__list__item__cnt__tel {
    font-size: 1.4rem;
  }
}
.store__list__item__cnt__tel::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon_tel.svg) no-repeat center/cover;
  width: 12px;
  height: 16px;
  left: 0;
  top: 2px;
}
.store__list__item__cnt__sns {
  margin-bottom: 10px;
}
.store__list__item__cnt__sns__ttl {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .store__list__item__cnt__sns__ttl {
    font-size: 1.4rem;
  }
}
.store__list__item__cnt__sns__ttl:before, .store__list__item__cnt__sns__ttl:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #000;
  display: block;
}
.store__list__item__cnt__sns__ttl:before {
  margin-right: 0.3em;
}
.store__list__item__cnt__sns__ttl:after {
  margin-left: 0.3em;
}
.store__list__item__cnt__sns__cnt__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .store__list__item__cnt__sns__cnt__list {
    max-width: 188px;
  }
}
.store__list__item__cnt__sns__cnt__list__item {
  width: 15%;
}
.store__list__item__cnt__sns__cnt__list__item:not(:last-child) {
  margin-right: 6.25%;
}
.store__list__item__cnt__sns__cnt__list__item a, .store__list__item__cnt__sns__cnt__list__item button {
  width: 100%;
}
.store__list__item__cnt__sns__cnt__list__item a img, .store__list__item__cnt__sns__cnt__list__item button img {
  width: 100%;
}
.store__list__item__cnt__coupon {
  border: 1px solid #DE5419;
  width: 100%;
  color: #DE5419;
  border-radius: 4px;
  padding: 9px 30px;
  position: relative;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .store__list__item__cnt__coupon {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .store__list__item__cnt__coupon {
    font-size: 1.7rem;
  }
}
.store__list__item__cnt__coupon::before {
  position: absolute;
  content: "";
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #DE5419;
  width: 7px;
  height: 12px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.store__list__item__cnt__coupon:hover {
  background-color: #DE5419;
  color: #fff;
}
.store__list__item__cnt__coupon:hover::before {
  background-color: #fff;
}
.store__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.85);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}
.store__modal::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}
.store__modal.current {
  opacity: 1;
  visibility: visible;
}
.store__modal__wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 640px;
  width: 90%;
}
.store__modal__close {
  position: absolute;
  top: -60px;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.store__modal__cnt {
  position: relative;
}
.store__modal__cnt__ttl {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  height: 80px;
  line-height: 80px;
  margin-bottom: -1px;
}
@media screen and (min-width: 768px) {
  .store__modal__cnt__ttl {
    background: url(../img/common/modal_bg_ttl.png) no-repeat center/100% 100%;
  }
}
@media screen and (max-width: 767px) {
  .store__modal__cnt__ttl {
    background: url(../img/common/modal_bg_ttl_sp.png) no-repeat center/100% 100%;
  }
}
.store__modal__cnt__dlist {
  padding: 20px 5% 40px;
  position: relative;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .store__modal__cnt__dlist {
    background: url(../img/common/modal_bg_cnt.png) no-repeat top/100%;
  }
}
@media screen and (max-width: 767px) {
  .store__modal__cnt__dlist {
    background: url(../img/common/modal_bg_cnt_sp.png) no-repeat top/100%;
  }
}
.store__modal__cnt__dlist::after {
  position: absolute;
  content: "";
  z-index: -1;
  background-color: #fff;
  width: 100%;
  height: calc(100% - 20px);
  bottom: 0;
  left: 0;
}
.store__modal__cnt__dlist__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid #DE5419;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.store__modal__cnt__dlist__ttl::after {
  position: absolute;
  content: "";
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #DE5419;
}
.store__modal__cnt__dlist__txt {
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 3.8rem;
  font-weight: 900;
  color: #DE5419;
}
.store .map {
  aspect-ratio: 559/407;
  margin-top: 20px;
}
.store .map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/* news FAQ
-------------------------------------*/
@media screen and (min-width: 768px) {
  .top_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .top_post__l {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .top_post__l .top_post__btn {
    display: none;
  }
}
.top_post__l__ttl {
  font-size: 3.6rem;
  font-weight: 900;
  color: #DE5419;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .top_post__l__ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .top_post__l__ttl {
    text-align: center;
    font-size: 3.6rem;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .top_post__r {
    width: 66%;
  }
}
@media screen and (min-width: 768px) {
  .top_post__r .top_post__btn {
    display: none;
  }
}
.top_post__btn {
  display: block;
  max-width: 192px;
  height: 47px;
  text-align: center;
  border-radius: 50px;
  background-color: #fff;
  color: #DE5419;
  font-weight: 700;
  line-height: 47px;
  position: relative;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-box-shadow: 2px 3px 1px #DE5419;
          box-shadow: 2px 3px 1px #DE5419;
  border: 1px solid #DE5419;
}
@media screen and (max-width: 767px) {
  .top_post__btn {
    margin: 30px auto 0;
  }
}
.top_post__btn::before {
  position: absolute;
  content: "";
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #DE5419;
  width: 7px;
  height: 12px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.top_post__btn:hover {
  background-color: #DE5419;
  color: #fff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.top_post__btn:hover::before {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .top_news {
    margin: 120px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .top_news {
    margin: 100px 0 100px;
  }
}

.news_list {
  border-top: 1px solid #D1D1D1;
}
.news_list__item {
  border-bottom: 1px solid #D1D1D1;
}
.news_list__item a {
  padding: 20px 40px 20px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news_list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .news_list__item a {
    display: block;
  }
}
.news_list__item a::after {
  position: absolute;
  content: "";
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #DE5419;
  width: 11px;
  height: 19px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news_list__item a:hover .news_list__item__ttl {
  text-decoration: underline;
}
.news_list__item__day {
  color: #797979;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .news_list__item__day {
    width: 110px;
  }
}
@media screen and (max-width: 767px) {
  .news_list__item__day {
    margin-bottom: 5px;
  }
}
.news_list__item__ttl {
  color: #DE5419;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .news_list__item__ttl {
    width: calc(100% - 110px);
  }
}
.news_list__item.empty {
  padding: 20px 0;
  color: #DE5419;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}

.top_faq {
  margin-bottom: 120px;
}

.faq_list {
  border-top: 1px solid #D1D1D1;
}
.faq_list__item {
  border-bottom: 1px solid #D1D1D1;
  padding: 20px 0;
}
.faq_list__item__q, .faq_list__item__a {
  position: relative;
  padding-left: 50px;
  min-height: 36px;
}
.faq_list__item__q::before, .faq_list__item__a::before {
  position: absolute;
  width: 36px;
  height: 36px;
  border: 2px solid #DE5419;
  left: 0;
  top: 0;
  line-height: 32px;
  text-align: center;
  border-radius: 6px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
}
.faq_list__item__q {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
}
.faq_list__item__q::before {
  content: "Q";
  background-color: #DE5419;
  color: #fff;
}
.faq_list__item__a {
  line-height: 1.8;
  padding-top: 2px;
}
.faq_list__item__a::before {
  content: "A";
  background-color: #fff;
  color: #DE5419;
}
.faq_list__item.empty {
  color: #DE5419;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}

/* bunner
-------------------------------------*/
.top_bnr {
  background-color: #006939;
}
@media screen and (min-width: 768px) {
  .top_bnr {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  .top_bnr {
    padding: 70px 0;
  }
}
.top_bnr__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  max-width: 976px;
}
@media screen and (min-width: 768px) {
  .top_bnr__list {
    margin: 0 auto -3.33%;
  }
}
@media screen and (max-width: 767px) {
  .top_bnr__list {
    margin: 0 auto -4%;
  }
}
@media screen and (min-width: 768px) {
  .top_bnr__list__item {
    width: 22.5%;
    margin-bottom: 3.33%;
  }
  .top_bnr__list__item:not(:nth-child(4n)) {
    margin-right: 3.33%;
  }
}
@media screen and (max-width: 767px) {
  .top_bnr__list__item {
    width: 48%;
    margin-bottom: 4%;
  }
  .top_bnr__list__item:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
.top_bnr__list__item a {
  display: block;
  aspect-ratio: 55/17;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.top_bnr__list__item a:hover {
  opacity: 0.8;
}
.top_bnr__list__item__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/*===================================
	CONTACT
=====================================*/
.p_contact {
  background-color: #E6EDE9;
}
@media screen and (min-width: 768px) {
  .p_contact {
    border-radius: 10px;
    padding: 85px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .p_contact {
    width: 111%;
    margin: 0 0 -120px -5.5%;
    padding: 70px 0 100px;
    overflow: hidden;
  }
}
.p_contact__inner {
  max-width: calc(737px + 5%);
  margin: auto;
  padding: 0 5%;
}
.p_contact__txt {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p_contact__txt {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p_contact__txt {
    margin-bottom: 40px;
  }
}
.p_contact__tel {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p_contact__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 10px;
  }
}
@media screen and (max-width: 767px) {
  .p_contact__tel {
    padding: 10px 7% 30px;
  }
}
@media screen and (min-width: 768px) {
  .p_contact__tel__ttl {
    width: 30%;
    padding: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p_contact__tel__ttl {
    border-bottom: 1px solid #D1D1D1;
    margin-bottom: 30px;
    padding: 5px 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .p_contact__tel__txt {
    width: 70%;
    border-left: 1px solid #D1D1D1;
  }
}
.p_contact__tel__txt__num {
  font-size: 2.8rem;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.2em;
  margin-bottom: 7px;
}
.p_contact__tel__txt__num span {
  position: relative;
  padding-left: 30px;
}
.p_contact__tel__txt__num span::before {
  position: absolute;
  content: "";
  -webkit-mask-image: url(../img/common/icon_tel.svg);
          mask-image: url(../img/common/icon_tel.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #000;
  width: 18px;
  height: 24px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p_contact__tel__txt__cmt {
  line-height: 1.8;
  font-size: 1.4rem;
}
.p_contact__ttl {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p_contact__ttl {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p_contact__ttl {
    margin-bottom: 40px;
  }
}
.p_contact__ttl:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #000;
  display: block;
  margin-left: 1em;
}

.tbl_ctc {
  text-align: left;
  width: 100%;
}
.tbl_ctc th {
  font-weight: 500;
  vertical-align: text-bottom;
  position: relative;
}
@media screen and (min-width: 768px) {
  .tbl_ctc th {
    width: 190px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .tbl_ctc th {
    display: block;
    margin-bottom: 10px;
  }
}
.tbl_ctc th .req {
  background-color: #FF0000;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 4px;
  padding: 0 0.3em;
  margin-left: 10px;
}
.tbl_ctc td {
  padding-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .tbl_ctc td {
    width: calc(100% - 190px);
  }
}
@media screen and (max-width: 767px) {
  .tbl_ctc td {
    display: block;
  }
}
.tbl_ctc td input, .tbl_ctc td textarea {
  width: 100%;
  border: unset;
  border-radius: 4px;
  line-height: 1.8;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .tbl_ctc td input, .tbl_ctc td textarea {
    padding: 10px 1em;
  }
}
@media screen and (max-width: 767px) {
  .tbl_ctc td input, .tbl_ctc td textarea {
    padding: 22px 1em;
  }
}
.tbl_ctc td input::-webkit-input-placeholder, .tbl_ctc td textarea::-webkit-input-placeholder {
  color: #C0C0C0;
}
.tbl_ctc td input::-moz-placeholder, .tbl_ctc td textarea::-moz-placeholder {
  color: #C0C0C0;
}
.tbl_ctc td input:-ms-input-placeholder, .tbl_ctc td textarea:-ms-input-placeholder {
  color: #C0C0C0;
}
.tbl_ctc td input::-ms-input-placeholder, .tbl_ctc td textarea::-ms-input-placeholder {
  color: #C0C0C0;
}
.tbl_ctc td input::placeholder, .tbl_ctc td textarea::placeholder {
  color: #C0C0C0;
}
.tbl_ctc td textarea {
  max-height: 10em;
}
@media screen and (min-width: 768px) {
  .tbl_ctc__cmt {
    display: block;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .tbl_ctc__cmt {
    font-size: 1.4rem;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.form_submit {
  text-align: center;
}
.form_submit input {
  display: block;
  width: 100%;
  max-width: 260px;
  height: 64px;
  margin: auto;
  font-weight: 700;
  font-size: 1.8rem;
  border: 1px solid #006939;
  background: #fff url(../img/common/arrow_submit.svg) no-repeat center right 20px/7px 14px;
  color: #006939;
  border-radius: 50px;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 4px 5px 1px #006939;
          box-shadow: 4px 5px 1px #006939;
  cursor: pointer;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.form_submit input:hover {
  background-color: #006939;
  color: #fff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.wpcf7-response-output {
  border: unset !important;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
  color: #FF0000;
}

.wpcf7-not-valid-tip {
  color: #FF0000 !important;
}

/*===================================
	NEWS
=====================================*/
.article_post {
  border-top: 3px solid #DE5419;
  padding-top: 20px;
}
.article_post__day {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  color: #797979;
}
.article_post__ttl {
  line-height: 1.5;
  font-weight: 900;
  margin-bottom: 40px;
  color: #DE5419;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .article_post__ttl {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .article_post__ttl {
    font-size: 2.8rem;
  }
}
.article_post__txt {
  border-top: 1px solid #DE5419;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .article_post__txt {
    padding: 50px 0 90px;
  }
}
@media screen and (max-width: 767px) {
  .article_post__txt {
    padding: 30px 0 50px;
  }
}
.article_post__txt img {
  height: 100%;
}

.list_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_pagination {
    width: 111%;
    margin-left: -5.5%;
    padding: 10px 3%;
  }
}
.list_pagination__item {
  width: 5em;
}
.list_pagination__item.prev a::before, .list_pagination__item.next a::before {
  position: absolute;
  content: "";
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #000;
  width: 7px;
  height: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.list_pagination__item.prev a {
  padding-left: 18px;
}
.list_pagination__item.prev a::before {
  left: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.list_pagination__item.next a {
  padding-right: 18px;
}
.list_pagination__item.next a::before {
  right: 15px;
}
.list_pagination__item a {
  padding: 3px 0;
  position: relative;
  display: block;
  border: 1px solid #FFFBEF;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.list_pagination__item a:hover {
  border: 1px solid #000;
  border-radius: 4px;
}

/*===================================
	404
=====================================*/
.txt_404 {
  text-align: center;
  margin-bottom: 2em;
}