@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-size: 2rem;
  /* color: #707070; */
  font-family: "メイリオ", "Meiryo", sans-serif;
  text-align: left;
  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.l-2col {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
@media screen and (max-width: 767px) {
  .l-2col {
    display: block;
  }
}

.hero {
  text-align: center;
  /* margin-bottom: 3%; */
}

@media screen and (max-width: 767px) {
  .hero {
    height: auto;
    background: none;
    /* margin-bottom: 4%; */
  }
}

.wrapper {
  max-width: 1516px;
  margin: auto;
}

.main {
  max-width: 1150px;
  /* padding: 0 45px; */
  margin: auto;
  margin-bottom: 10%;
  margin-top: 13%;
}

.box-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23%;
  -webkit-flex: 0 0 23%;
  -moz-box-flex: 0;
  flex: 0 0 23%;
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .box-img {
    width: 60%;
    margin: auto;
    margin-bottom: 12vw;
    max-width: 320px;
  }
}
.box-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  margin-bottom: 50px;
  text-align: center;
  padding-top: 8%;
  padding-bottom: 7%;
  background-color: #fff198;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  position: relative;
  max-width: 1000px;
  width: 80%;
  margin: auto;
}

.box-text-img .left {
  position: absolute;
  top: 24%;
  left: -6%;
  width: 22%;
}

.box-text-img .right {
  position: absolute;
  right: -9%;
  top: 6%;
  width: 22%;
}

.about-title {
  width: 27%;
  margin: auto;
  margin-top: -19.8%;
  margin-bottom: 5%;
  max-width: 250px;
}

@media screen and (max-width: 1150px) {
  .about-title {
    margin-top: -16vw;
  }
}

.about p {
  font-size: 1.6rem;
}

.present-img {
  max-width: 830px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  margin: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* margin-top: 4%; */
  -ms-flex: 0 1 auto;
  width: 90%;
}

.present-img li {
  width: 49%;
}

.message-btn {
  width: 100%;
  margin: auto;
  margin-top: 4%;
}
.about {
  margin-bottom: 10%;
}

h2 {
  margin-bottom: 30px;
}

.smile-message {
  max-width: 1000px;
  text-align: center;
  margin: auto;
  margin-top: 46px;
  width: 80%;
}

.message-title {
  width: 39%;
  margin: auto;
  margin-bottom: 5%;
}

.smile-message p {
  font-size: 1.6rem;
}

.message-ballons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 5% 0;
}

.message-ballons li {
  width: 48%;
}

.message-ballons li:last-child {
  margin-top: 3%;
}
.message-ballons li:nth-last-child(2) {
  margin-top: 3%;
}

.twitter {
  max-width: 1000px;
  text-align: center;
  margin: auto;
  margin-top: 10%;
}

.twitter-title {
  margin: auto;
  margin-bottom: 5%;
  width: 29%;
}

.twitter-inner {
  width: 50%;
  margin: auto;
}

.smile-spoon {
  max-width: 1516px;
  background-color: #fff7ec;
  text-align: center;
  padding: 2% 0 3%;
  margin-bottom: 11%;
  /* margin-top: 3%; */
}

.SmileSpoon-title {
  /* width: 850px; */
  margin: auto;
  margin-bottom: 2%;
  /* display: flex;
  justify-content: space-evenly; */
}

.SmileSpoon-title li:first-child {
  width: 100%;
}

.SmileSpoon-title li:last-child {
  margin-top: 26px;
}

.smile-spoon p {
  font-size: 1.6rem;
}

.store {
  display: flex;
}

.store li {
  width: 22%;
}

.area-link {
  max-width: 1516px;
}

.logo {
  max-width: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
      margin-top: 7%;
  margin-bottom: 10%;
}

.access-logo {
  margin-top: 8%;
}

/*-------tablet-------*/
@media screen and (max-width: 1025px) {
  .box-text {
    padding: 4% 10%;
  }
}

@media screen and (max-width: 1025px) {
  .box-text-img .left {
    top: 31%;
    left: -11%;
  }
}
@media screen and (max-width: 1025px) {
  .box-text-img .right {
    width: 24%;
    right: -7vw;
    top: 2vw;
  }
}

@media screen and (max-width: 1025px) {
  .SmileSpoon-title li:last-child {
    margin-top: 2.5vw;
  }
}

@media screen and (max-width: 1025px) {
  .store {
    width: 100%;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    height: 118px;
  }
}

@media screen and (max-width: 1025px) {
  .store li {
    width: 22%;
  }
}

@media screen and (max-width: 1025px) {
  .store li:first-child {
    /* margin-bottom: 8%; */
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 1025px) {
  .about-title {
    width: 40%;
    margin: auto;
    margin-top: -22.3%;
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 1025px) {
  .about p {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 1025px) {
  .present-img {
    width: 100%;
    justify-content: center;
  }
}

@media screen and (max-width: 1025px) {
  .present-img li {
    width: 80%;
    margin-bottom: 10px;
  }
}

/* @media screen and (max-width: 1025px) {
  .present-img li:last-child {
    margin-top: 6%;
  }
} */

@media screen and (max-width: 1025px) {
  .smile-message p {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 1025px) {
  .message-ballons li:first-child {
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 1025px) {
  .smile-spoon {
    padding-bottom: 2vw;
  }
}

@media screen and (max-width: 1025px) {
  .SmileSpoon-title {
    width: 76%;
    margin: auto;
    padding: 2vw 0;
  }
}

@media screen and (max-width: 1025px) {
  .smile-spoon p {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 1025px) {
}

/*---------SP---------*/

@media screen and (max-width: 767px) {
  .main {
    margin-top: 26vw;
  }
}

@media screen and (max-width: 767px) {
  .box-text {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    padding: 11vw 5vw;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .box-text-img .left {
    left: -4vw;
    width: 24%;
    top: 75vw;
  }
}
@media screen and (max-width: 767px) {
  .box-text-img .right {
    width: 24%;
    right: -4vw;
    top: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .message-btn {
    width: 90%;
    margin: auto;
    margin-top: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .about {
    margin-bottom: 12vw;
  }
}

@media screen and (max-width: 767px) {
  .about-title {
    width: 50%;
    margin-top: -31.3%;
    margin-bottom: 7vw;
  }
}

@media screen and (max-width: 767px) {
  .present-img {
    /* display: block; */
    width: 100%;
    margin-top: -10px;
  }
}

/* @media screen and (max-width: 767px) {
  .present-img li:last-child {
    margin-top: 6%;
  }
} */

@media screen and (max-width: 767px) {
  .message-title {
    width: 60%;
    margin: auto;
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 767px) {
  .smile-message {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .smile-message p {
    font-size: 3vw;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .message-exapmle {
    margin-top: -4vw;
  }
}

@media screen and (max-width: 767px) {
  .message-ballons {
    width: 100%;
    margin: auto;
    margin-bottom: 3%;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .message-ballons li {
    margin-top: 3%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .twitter {
    margin-top: 13%;
  }
}

@media screen and (max-width: 767px) {
  .twitter-title {
    width: 50%;
    margin: auto;
    margin-bottom: 7%;
  }
}

@media screen and (max-width: 767px) {
  .twitter-inner {
    width: 80%;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .about p {
    font-size: 3vw;
    margin-bottom: 2em;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .SmileSpoon-title {
    width: 100%;
    margin: auto;
    /* margin-bottom: 3%; */
    display: block;
    padding-top: 0;
    padding-bottom: 6vw;
  }
}

@media screen and (max-width: 767px) {
  .SmileSpoon-title li:first-child {
    width: 90%;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .SmileSpoon-title li:last-child {
    margin-top: -7px;
  }
}

@media screen and (max-width: 767px) {
  .smile-spoon p {
    font-size: 2.6vw;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .store {
    width: 80%;
    /* margin-top: 5%; */
    /* background-color: #ffff; */
    /* padding-bottom: 28vw; */
    height: auto;
    margin-top: 0;
    border-radius: 12px;
  }
}

@media screen and (max-width: 767px) {
  .store li:first-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .store li:last-child {
    margin-top: -5px;
  }
}

@media screen and (max-width: 767px) {
  .store li:nth-last-child(2) {
    margin-top: -5px;
  }
}

@media screen and (max-width: 767px) {
  .store li {
    width: 32vw;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    width: 50%;
    display: block;
    /* margin-left: 25%; */
    margin-top: 12%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .logo li {
    width: 200px;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 767px) {
  .logo li:last-child {
    /* text-indent: 1em;
    margin-top: 26%; */
  }
}

@media screen and (max-width: 767px) {
  .logo-inner {
    margin-right: 10%;
  }
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .from-tablet {
    display: none;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1250px) {
  .SmileSpoon-title {
    width: 100%;
  }
}

/*2022/03/10　木山追加*/
.coupon-bnr {
  width: 900px;
  margin: 40px auto;
}

@media screen and (max-width: 1025px) {
  .coupon-bnr {
    width: 90%;
    margin: 20px auto;
  }
}

/*2023/01　高橋追加*/

* {
  box-sizing: border-box;
}
.coupon-wrap {
  margin: 0;
  padding: 0 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.coupon-wrap ul {
  padding: 0;
}
.coupon-wrap li {
  list-style-type: none;
}
.coupon-wrap dd {
  margin-left: 0;
}

.flow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .flow {
    flex-wrap: wrap;
  }
}

.flow > li {
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
  margin-right: 3%;

  border-radius: 20px;
  padding: 10px;
  border: 3px solid rgb(255,183,0);
  position: relative;
  background: #fffdf0;

}
@media screen and (max-width: 767px) {
  .flow > li {
    flex-basis: 42%;
    margin-bottom: 4%;
    margin-left: 2%;
    margin-right: 2%;
    padding: 5px 10px;
    position: relative;
  }
}

.flow > li:last-child {
  margin-left: 0;
  margin-right: 0;
}

.flow > li .icon {
  display: none;
}
@media screen and (max-width: 767px) {

.flow > li .icon {
  position: absolute;
  top: -10%;
  left: -10%;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  width: 28px;
  color: #fff;
  background: rgb(255,183,0);
  margin: 0 auto 20px;
  display: block;
  border-radius: 50%;
  text-align: center;
  padding-left: 1px;
  letter-spacing: 2px;
}
/* .flow > li .icon::before {
  content: "";
  border: solid transparent;
  border-width: 8px;
  border-top-color: rgb(255,183,0);
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
} */
}
.flow > li:not(:last-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid rgb(255,120,0);
  border-right: 4px solid rgb(255,120,0);
  position: absolute;
  top: calc(50% - 14px);
  left: 104%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .flow > li:not(:last-child) dl::before {
    display: none;

    /* content: "";
    width: 7px;
    height: 7px;
    margin-right: 10px;
    display: inline-block;
    border-top: 4px solid rgb(255,120,0);
    border-right: 4px solid rgb(255,120,0);
    position: absolute;
    top: calc(50% - 7px);
    left: 104%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); */
  }
  }

.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(255,183,0);
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 1vh;
  text-align: center;
}
.flow > li dl dd {
  font-size: 15px;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 1vh;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .flow > li dl dd {
    font-size: 10px;
  }
}


.coupon-attention{
  font-size: 14px;
  text-align: center;
  margin: 30px 0 50px 0;
}
.coupon-attention br{
  display: none;
}
@media screen and (max-width: 767px) {
  .coupon-attention{
    font-size: 11px;
    text-align: center;
    margin: 0px 0 25px 0;
  }
  .coupon-attention br{
    display: block;
  }
  
}

.coupon-btn{
    display: none;
}

@media screen and (max-width: 767px) {
  .coupon-btn{
    position: relative;
    z-index: 1;
    width: 80%;
    margin: 10px auto 20px;
    display: block;
    background: #ffb700;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
  }
  .coupon-btn::after{
    content: "";
    position: absolute;
    z-index: -5;
    top: 0;
    width: 100%;
    margin: 0 auto;
    display: block;
    background: #e60012;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
  }
}



/* 2022/06/16 高橋追加 */
.sticker{
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 0;
}
@media screen and (max-width: 1025px) {
  .sticker{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .sticker{
    width: 90%;
    max-width: 559px;
    margin: 40px auto 0;
  }
}

/*2022/7/7木山追加*/
.shopping {
      padding-bottom: 4%;
}

@media screen and (max-width: 767px) {
  .shopping {
      padding-bottom: 12%;
          margin-bottom: 32%;
    }
}
.shopping-inner {
  margin-top: 142px;
      padding-bottom: 4%;
}

.shopping-inner p {
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 1025px) {
.shopping-inner {
          margin-top: 12%;
                border-radius: 50px;
            padding: 4% 6% 16%;
                margin-bottom: 5%;
}
}
@media screen and (max-width: 767px) {
  .shopping-inner {
      margin-top: 18%;
      padding: 11vw 3.5vw 8vw;
      border-radius: 30px;
    }
}

.shopping-img {
  width: 32%;
}

@media screen and (max-width: 767px) {
  .shopping-img {
    width: 50%;
    margin: auto;
        margin-bottom: 10%;
  }
}

.shopping-title {
  margin: auto;
  margin-top: -21%;
}

@media screen and (max-width: 1025px) {
  .shopping-title {
      width: 54%;
    }
}

@media screen and (max-width: 767px) {
.shopping-title {
    width: 70%;
      margin: auto;
          margin-top: -29%;
  }
}
.shopping-small-title {
color: #da0011;
  font-size: 3rem;
  font-weight: 600;
  margin-top: 16px;
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 1025px) {
  .shopping-small-title {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 767px) {
  .shopping-small-title {
    font-size: 4.5vw;
    margin-bottom: 2%;
  }
}
.store-inner {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
      width: 100%;
        margin: auto;
  }

@media screen and (max-width: 767px) {
  .store-inner {
    display: block;
  }
}

.store-inner li {
width: 47%;
}

@media screen and (max-width: 767px) {
  .store-inner li {
    margin-right: 0;
    width: 47%;
  }
}

/* .store-inner li:first-child {
  margin-right: 25px;
} */

@media screen and (max-width: 1025px) {
  .store-inner li:first-child {
      margin-right: 0;
    }
}

/* .store-inner li:last-child {
  margin-top: 30px;
}
.store-inner li:nth-last-child(2) {
margin-top: 30px;
} */

@media screen and (max-width: 1025px) {
  .store-inner li:last-child {
      margin-top: 0px;
    }

    .store-inner li:nth-last-child(2) {
      margin-top: 0px;
    }
}

@media screen and (max-width: 767px) {
  /* .store-inner li:last-child {
    margin-top: 5%;
  }

  .store-inner li:nth-last-child(2) {
    margin-top: 5%;
  } */
}

.store {
      margin: auto;
        max-width: 920px;
        margin-top: 32px;
        width: 100%;
}

@media screen and (max-width: 1025px) {
  .store {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .store {
    width: 100%;
    margin-top: 4%;
  }
}
.buy-here {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffb700;
    font-family: 'Noto Sans JP', sans-serif;
    color: #4a3c3b;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 100px;
    padding: 5px 26px;
    font-weight: 600;
    text-align: left;
  }
  .buy-here-icon {
    max-width: 70px;
    margin: 5px 15px;
  }
  @media screen and (max-width: 767px) {
    .buy-here-icon {
      max-width: 50px;
      margin: 5px 15px;
    }
    }

    @media screen and (max-width: 1025px) {
      .buy-here {
            padding: 5px 14px;
              font-size: 1.6vw;
      }
    }

    @media screen and (max-width: 767px) {
      .buy-here {
              font-size: 3vw;
              padding: 5px 18px;
      }
    }

.buy-here-wrapper {
width: 90%;
}

@media screen and (max-width: 767px) {
  .buy-here-wrapper {
    width: 94%;
      margin: auto;
  }
}
.buy-here-ul {
  display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: center;
    align-items: flex-start;
 }
 .buy-here-ul li {
  width: 45%;
  margin: 0 2% 15px;
}

 @media screen and (max-width: 1025px) {
  .buy-here-ul {
    margin-top: 5%;
  }
}

@media screen and (max-width: 767px) {
  .buy-here-ul li {
    width: 46%;
  }
}


.product-multiple{
  width: 90%;
  margin: 30px auto;
  display: flex;
  justify-content: center;
}
.product-multiple a{
  display: block;
  width: 44%;
  margin: 0 2.6%;
}
@media screen and (max-width: 767px) {
  .product-multiple{
    width: 100%;
    margin: 30px auto;
  }
  .product-multiple a{
    width: 44%;
    margin: 0 2.6%;
  }
}


.product-wrap{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.product-wrap-inner{
  width: 50%;
}

@media screen and (max-width: 767px) {
  .product-wrap{
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
  }
  .product-wrap-inner{
    width: 100%;
  }
  
}