@charset "UTF-8";
/*------------------------------------------------------------------------
■ 初期化
------------------------------------------------------------------------*/
.contents1 {
  overflow: hidden;
}

.contents1__inner {
  padding: 0;
  width: 100%;
}

.contents1__inner--small {
  width: auto;
  max-width: 100%;
}

main {
  overflow: hidden;
  text-align: left;
}

img {
  vertical-align: bottom;
}

/*------------------------------------------------------------------------
  ■ 共通
  ------------------------------------------------------------------------*/
.pc {
  display: block;
}

.sp {
  display: none;
}

/*------------------------------------------------------------------------
  ■ 767px以下 
  ------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .contents1__inner {
    padding: 0;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*------------------------------------------------------------------------
■ フォント・カラー
------------------------------------------------------------------------*/
.steviahealth {
  background-color: #f7f7f7;
}
.steviahealth img {
  width: 100%;
}

.add-cart {
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-cart .select_quantity {
  margin-right: 10px;
}
.add-cart select {
  margin-bottom: 0;
  height: 50px;
  width: 55px;
  padding: 0 25px 0 15px;
}

.add-cart__btn {
  display: inline-block;
  font-weight: 700;
  width: 100%;
  padding: 17px 5px;
  font-size: 14px;
  background-color: #ffa826;
  color: #fff;
  border: 2px solid transparent;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  transition: 0.25s;
  position: relative;
}
.add-cart__btn:hover {
  border: 2px solid #ffa826;
  color: #ffa826;
  background-color: #fff;
}

.add-cart--products .select_quantity {
  margin-right: 5px;
}
.add-cart--products select {
  height: 38px;
  width: 40px;
  padding: 0 20px 0 9px;
}
.add-cart--products .add-cart__btn {
  font-size: 12px;
  padding: 13px 5px;
}

@media screen and (min-width: 768px) {
  .add-cart {
    margin-left: auto;
    margin-right: auto;
  }
  .add-cart__btn {
    padding: 20px 5px;
    font-size: 16px;
    max-width: 280px;
  }
  .add-cart select {
    height: 54px;
    width: 60px;
  }
  .add-cart--products .add-cart__btn {
    font-size: 16px;
    padding: 18px 5px;
  }
  .add-cart--products select {
    padding: 0 26px 0 17px;
  }
  .add-cart .select_quantity {
    margin-right: 8px;
  }
}
/*------------------------------------------------------------------------
■ level1-ttl
------------------------------------------------------------------------*/
.level1-ttl {
  padding-top: 40px;
  margin-top: -40px;
  margin-bottom: 40px;
  text-align: center;
}

.level1-ttl__main {
  display: block;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 2px;
  line-height: 1.2;
}

.level1-ttl__sub {
  color: #c3a980;
  font-family: "Hind", sans-serif;
  display: block;
  font-size: 20px;
  line-height: 1.4;
}

.level1-txt {
  font-size: 18px;
  margin-bottom: 32px;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .level1-ttl {
    padding-top: 100px;
    margin-top: -100px;
    margin-bottom: 50px;
  }
  .level1-ttl__main {
    font-size: 40px;
    margin-bottom: 4px;
  }
  .level1-ttl__sub {
    font-size: 30px;
  }
  .level1-txt {
    font-size: 20px;
    margin-bottom: 12px;
    text-align: center;
  }
}
.about {
  padding: 30px;
  margin-bottom: 30px;
}

.about--kouji {
  background: url(../../contents/homemade_kouji/about-img--kouji.jpg);
  background-size: cover;
}

.about__content {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  padding: 35px 30px;
}
.about__content:first-child {
  margin-bottom: 32px;
}

.about__ttl {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 17px;
  position: relative;
  text-align: center;
  padding-top: 80px;
  margin-top: -80px;
}
.about__ttl::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #c3a980;
  border-radius: 10px;
  left: calc(50% - 15px);
  bottom: 0;
}

.about__ttl_sub {
  font-size: 18px;
  color: #c3a980;
  font-weight: 700;
  margin: 24px 0 8px;
}

.about__txt {
  font-size: 16px;
  line-height: 2;
}
.about__txt .su {
  font-size: 12px;
  vertical-align: super;
}
.about__txt .note {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .about {
    padding: 60px 30px;
    margin-bottom: 80px;
  }
  .about__content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 70px;
    border-radius: 16px;
  }
  .about__ttl {
    font-size: 28px;
    padding-bottom: 25px;
    margin-bottom: 20px;
    padding-top: 100px;
    margin-top: -100px;
  }
  .about__ttl::after {
    content: "";
    width: 40px;
    height: 4px;
    left: calc(50% - 20px);
  }
  .about__ttl_sub {
    font-size: 20px;
  }
  .about__txt {
    line-height: 2.5;
  }
}
/*---------------------------------------------------------------------
| CV1
---------------------------------------------------------------------*/
.kj-items1 {
  padding: 0 30px;
}
.kj-items1 > *:last-child {
  margin-bottom: 0;
}

.kj-item1 {
  border-radius: 16px;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.16));
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
}

.kj-item1__img-wrap {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.kj-item1__copy {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}
.kj-item1__copy span {
  text-align: center;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #ede3d3;
}

.kj-item1__name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

.kj-item1__price {
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
}

.kj-item1__tax {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .kj-items1 {
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
  }
  .kj-items1 > *:last-child {
    margin-bottom: auto;
  }
  .kj-item1 {
    width: 48.5%;
    padding: 35px;
    margin-bottom: 0;
  }
  .kj-item1__img-wrap {
    max-width: 350px;
  }
  .kj-item1__name {
    font-size: 18px;
  }
}
/*---------------------------------------------------------------------
| CV2
---------------------------------------------------------------------*/
.kj-items2 {
  padding: 0;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.16));
}
.kj-items2 > *:last-child {
  margin-bottom: 0;
}

.kj-item2 {
  border-radius: 16px;
  margin-bottom: 30px;
  overflow: hidden;
}

.kj-item2__img-wrap {
  position: relative;
}
.kj-item2__img-wrap img {
  width: 100%;
}
.kj-item2__img-wrap::after {
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
  right: 15px;
  bottom: -20px;
  transform: rotate(5deg);
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.16));
}

.kj-item2__img-wrap--white::after {
  background-image: url(../../contents/steviahealth/kj-item-pkg--white.png);
  width: 93px;
  height: 100px;
}

.kj-item2__img-wrap--brown::after {
  background-image: url(../../contents/steviahealth/kj-item-pkg--brown.png);
  width: 90px;
  height: 119px;
}

.kj-item2__body {
  padding: 24px 20px;
  background-color: #fff;
}

.kj-item2__copy {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  background-color: #ede3d3;
  padding: 8px 10px;
  border-radius: 4px;
  margin-bottom: 12px;
}

.kj-item2__ttl {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 8px;
  color: #0a0a0a;
  border-bottom: 1px solid #ede3d3;
  display: block;
}

.kj-item2__txt {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 16px;
  margin-bottom: 16px;
}

.kj-item2__price {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 700;
}

.kj-item2__tax {
  font-size: 14px;
}

.kj-btn {
  display: inline-block;
  background-color: #ffa826;
  width: 100%;
  padding: 15px 10px;
  border: 2px solid transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: 0.25s;
  border-radius: 8px;
  position: relative;
}
.kj-btn:focus, .kj-btn:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #ffa826;
}

.comment {
  display: flex;
  padding-top: 25px;
}

.comment__img-wrap {
  flex: 0 1 18%;
  margin-right: 5%;
}

.comment__img {
  border-radius: 100%;
  border: 1px solid #dadada;
}

.comment__body {
  flex: 1;
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 20px;
  position: relative;
}
.comment__body::after {
  content: "";
  position: absolute;
  top: 7%;
  left: -20px;
  border: 10px solid transparent;
  border-right: 10px solid #f5f5f5;
  z-index: 2;
}

.comment__lead {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 3px;
}

.comment__teacher {
  color: #ffa826;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
  display: inline-block;
}

.comment__txt {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .kj-items2 {
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
  }
  .kj-items2 > *:last-child {
    margin-bottom: auto;
  }
  .kj-item2 {
    max-width: 48.5%;
    max-width: 100%;
    width: 100%;
  }
  .kj-item2__img-wrap::after {
    right: 25px;
    bottom: -40px;
  }
  .kj-item2__img-wrap--white::after {
    width: 113px;
    height: 121px;
  }
  .kj-item2__img-wrap--brown::after {
    width: 110px;
    height: 146px;
  }
  .kj-item2__body {
    padding: 40px;
  }
  .kj-item2__copy {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .kj-item2__ttl {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .kj-item2__txt {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.8;
  }
  .kj-btn {
    font-size: 16px;
    padding: 18px 5px;
  }
  .comment__body {
    padding: 24px 20px;
  }
  .comment__body::after {
    top: 30px;
  }
  .comment__lead {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .comment__teacher {
    font-size: 16px;
    margin-bottom: 9px;
  }
  .comment__txt {
    font-size: 16px;
    line-height: 1.6;
  }
}
/*---------------------------------------------------------------------
| キービジュアル
---------------------------------------------------------------------*/
.kv {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

/*---------------------------------------------------------------------
| イントロ
---------------------------------------------------------------------*/
.intro {
  padding: 25px 30px 100px;
  max-width: 550px;
  margin: 0 auto;
}

.intro__txt {
  font-size: 14px;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .intro {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 30px 80px;
  }
  .intro__txt {
    text-align: center;
    font-size: 18px;
    line-height: 2.5;
  }
}
/*---------------------------------------------------------------------
| ページナビ
---------------------------------------------------------------------*/
.mokuji {
  width: 100%;
  max-width: 1030px;
  padding: 0 20px;
  margin: 0 auto 30px;
}
.mokuji ul {
  width: 100%;
  max-width: 1030px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.mokuji__item {
  width: 100%;
  max-width: 49%;
  margin-right: 1%;
  text-align: center;
  margin-bottom: 1%;
}

.mokuji__link {
  border: 2px solid #ae6c62;
  border-radius: 8px;
  color: #ae6c62;
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 20px 5px;
  display: inline-block;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.mokuji__link:hover {
  color: #ffffff;
  background-color: #ae6c62;
  border: 2px solid transparent;
}

/*固定*/
.mokuji.sticky {
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  bottom: 65px;
  left: 0;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  /*  transition: .5s;*/
}
.mokuji.sticky .mokuji__item {
  max-width: 25%;
  margin-right: 0;
  margin-bottom: 0;
}
.mokuji.sticky .mokuji__item:last-child {
  margin-right: 0;
}
.mokuji.sticky .mokuji__link {
  background-color: #ae6c62;
  color: #fff;
  font-size: 12px;
  border-right: 2px solid #fff;
  padding: 16px 5px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
}
.mokuji.sticky .mokuji__item:last-child .mokuji__link {
  border-right: 2px solid #ae6c62;
}
.mokuji.sticky .mokuji__link br {
  display: block;
}

@media screen and (min-width: 768px) {
  .mokuji-wrap {
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
  }
  .mokuji__item {
    max-width: 24%;
    margin-bottom: 1%;
    margin-right: 1%;
  }
  .mokuji__item:nth-last-of-type(-n + 1) {
    /*  margin-bottom: 0%;*/
    margin-right: 0;
  }
  .mokuji__link {
    font-size: 16px;
    padding: 25px 5px;
  }
  /*固定*/
  .mokuji.sticky .mokuji__item {
    margin-top: 1%;
    margin-bottom: 1%;
  }
  .mokuji.sticky .mokuji__link {
    font-size: 14px;
  }
  .mokuji.sticky .mokuji__link br {
    display: none;
  }
}
@media screen and (min-width: 53.125em) {
  .mokuji.sticky {
    bottom: 0;
  }
}
.kouji-about {
  padding-top: 0;
  padding-bottom: 80px;
}

.kouji__inner {
  padding: 0;
}
.kouji__inner > *:last-child {
  margin-bottom: 0;
}

.category__ttl {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  padding: 17px 5px;
  border-top: 2px solid #c3a980;
  border-bottom: 2px solid #c3a980;
  margin-bottom: 20px;
}

.point_cat {
  padding: 0;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.point_cat__item {
  width: 100%;
  max-width: 32%;
  margin-right: 1%;
  text-align: center;
  margin-bottom: 1%;
}

.point_cat__link {
  border: 2px solid #a09588;
  border-radius: 8px;
  color: #a09588;
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 20px 5px;
  display: inline-block;
}
.point_cat__link:hover {
  color: #ffffff;
  background-color: #a09588;
  border: 2px solid transparent;
}

@media screen and (min-width: 768px) {
  .category__ttl {
    font-size: 32px;
    padding: 22px 5px;
    border-top: 3px solid #c3a980;
    border-bottom: 3px solid #c3a980;
    margin-bottom: 30px;
  }
  .point_cat {
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    padding: 0 20px;
  }
  .point_cat__item {
    margin-bottom: 1%;
    margin-right: 1%;
  }
  .point_cat__item:nth-last-of-type(-n + 2) {
    margin-bottom: 0%;
  }
  .point_cat__link {
    font-size: 16px;
    padding: 25px 5px;
  }
}
.kind__inner {
  padding: 0 20px;
  margin-top: 40px;
}

.point-list {
  padding: 0;
}

.point-item {
  margin-bottom: 50px;
}
.point-item.txt_only {
  display: block;
  border-radius: 0;
}

.point-item__img-wrap {
  margin-bottom: 12px;
}

.point-item__img {
  border-radius: 8px;
  width: 100%;
}

.point-item__num {
  font-family: "Hind", sans-serif;
  color: #ffa826;
  font-weight: 700;
  border-bottom: 2px solid #ffa826;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 16px;
}

.point-item__num-em {
  font-size: 25px;
}

.point-item__ttl {
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  padding: 17px 5px;
  border-top: 2px solid #c3a980;
  border-bottom: 2px solid #c3a980;
  margin-bottom: 20px;
}

.point-item__ttl_sub {
  font-size: 18px;
  color: #c3a980;
  font-weight: 700;
  margin: 0 0 8px;
}

.keep-txt {
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .kind__inner {
    max-width: 1030px;
    margin: 64px auto 0;
    padding: 0 15px;
  }
  .kouji-about {
    padding-top: 0px;
    padding-bottom: 100px;
  }
  .point-list {
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    margin-bottom: 100px;
  }
  .point-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
  }
  .point-item__img-wrap {
    flex: 0 1 50%;
    margin-bottom: 0;
  }
  .point-item__img {
    border-radius: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 310px;
  }
  .point-item__body {
    flex: 1;
    padding: 0 44px;
  }
  .point-item__num {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .point-item__num-em {
    font-size: 35px;
  }
  .point-item__ttl {
    font-size: 25px;
    padding: 22px 5px;
    border-top: 3px solid #c3a980;
    border-bottom: 3px solid #c3a980;
    margin-bottom: 30px;
  }
  .point-item__ttl:nth-of-type(1) {
    margin-top: 40px;
  }
  .point-item__ttl_sub {
    font-size: 20px;
  }
  .keep-txt {
    font-size: 18px;
    text-align: center;
  }
  .keep-txt .note {
    font-size: 16px;
  }
  .point-item--reverse {
    flex-direction: row-reverse;
  }
}
.point {
  padding-top: 40px;
  margin-top: -40px;
  padding-bottom: 80px;
}
.point > *:last-child {
  margin-bottom: 0;
}

.point__inner {
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .point {
    padding-top: 80px;
    margin-top: -80px;
    padding-bottom: 100px;
  }
  .point.salt {
    padding-top: 80px;
  }
  .point__inner {
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
  }
}
.method {
  padding-top: 100px;
}

.method__inner {
  padding: 0 20px;
}
.method__inner > *:last-child {
  margin-bottom: 0;
}

.method-ttl {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 17px;
  margin-top: 80px;
  position: relative;
  text-align: center;
}
.method-ttl::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #c3a980;
  border-radius: 10px;
  left: calc(50% - 15px);
  bottom: 0;
}

.method-ttl_sub {
  font-size: 18px;
  color: #c3a980;
  font-weight: 700;
  margin: 24px 0 8px;
}

.method-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 16px;
}

.method-item {
  margin-bottom: 32px;
}
.method-item:last-child {
  margin-bottom: 0;
}

.method-item__wrap {
  position: relative;
}

.method-item__img {
  border-radius: 8px;
  margin-bottom: 10px;
}

.method-item__num {
  background-color: #c3a980;
  color: #fff;
  font-family: "Hind", sans-serif;
  display: block;
  width: 56px;
  height: 56px;
  padding-top: 11px;
  font-size: 28px;
  line-height: 1.4;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  top: 8px;
  left: 8px;
  letter-spacing: -1px;
}

.method-item__material {
  width: 100%;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 14px;
}
.method-item__material span {
  background-color: #c3a980;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 4px 6px 3px;
  margin-right: 4px;
  border-radius: 4px;
  display: inline-block;
}

.method-item__txt {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 8px;
}

.method-item__txt_sub {
  font-size: 14px;
  line-height: 1.6;
}
.method-item__txt_sub span {
  background-color: #ae6c62;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 6px 3px;
  border-radius: 4px;
  display: inline-block;
}

.recipe-link__btn {
  display: block;
  font-weight: 700;
  width: 100%;
  padding: 17px 5px;
  font-size: 16px;
  background-color: #969c63;
  color: #fff;
  border: 2px solid transparent;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  transition: 0.25s;
  position: relative;
}
.recipe-link__btn:hover {
  border: 2px solid #969c63;
  color: #969c63;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .method-ttl {
    font-size: 28px;
    padding-bottom: 25px;
    margin-bottom: 20px;
    margin-top: 100px;
  }
  .method-ttl::after {
    content: "";
    width: 40px;
    height: 4px;
    left: calc(50% - 20px);
  }
  .method-ttl_sub {
    font-size: 20px;
  }
  .method-list {
    justify-content: inherit;
    margin-top: 20px;
  }
  .method-item {
    max-width: 32%;
    margin-right: 2%;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
  }
  .method-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .method-item__num {
    width: 44px;
    height: 44px;
    font-size: 24px;
    padding-top: 9px;
    top: 12px;
    left: 12px;
  }
  .method-item__material {
    font-size: 20px;
  }
  .method-item__material span {
    font-size: 18px;
  }
  .method-item__txt {
    font-size: 18px;
    height: 100%;
    flex-grow: 1;
  }
  .method-item__txt_sub {
    font-size: 16px;
    height: 100%;
    flex-grow: 1;
  }
  .method-item__txt_sub span {
    font-size: 14px;
  }
  .recipe-link__btn {
    padding: 20px 5px;
    font-size: 20px;
    max-width: 320px;
    margin: 0 auto;
  }
}
.kouji-intro-item.txt_only {
  display: block;
  border-radius: 0;
}

.kouji-intro-item__img-wrap {
  margin-bottom: 12px;
}

.kouji-intro-item__img {
  border-radius: 8px;
  width: 100%;
}

.kouji-intro-item__num {
  font-family: "Hind", sans-serif;
  color: #ffa826;
  font-weight: 700;
  border-bottom: 2px solid #ffa826;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 16px;
}

.kouji-intro-item__num-em {
  font-size: 25px;
}

.keep-txt .note {
  font-size: 14px;
}
.keep-txt .note.red {
  color: red;
}

.kouji-intro-item__body dl {
  margin-top: 8px;
}
.kouji-intro-item__body dt {
  color: #c3a980;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.kouji-intro-item__body dd {
  font-size: 14px;
  margin-bottom: 20px;
}

.kouji-intro-item__txt_li {
  list-style-type: circle;
  list-style-position: inside;
  margin: 0;
}
.kouji-intro-item__txt_li li {
  font-size: 16px;
  padding-left: 1rem;
  text-indent: -1rem;
  margin-bottom: 20px;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .kouji-intro {
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
  }
  .kouji-intro-item {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
  }
  .kouji-intro-item__img-wrap {
    flex: 0 1 50%;
    margin-bottom: 0;
  }
  .kouji-intro-item__img {
    border-radius: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 310px;
  }
  .kouji-intro-item__body {
    flex: 1;
    padding: 0 20px;
  }
  .kouji-intro-item__num {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .kouji-intro-item__num-em {
    font-size: 35px;
  }
  .kouji-intro-item__body dl {
    margin-top: 16px;
  }
  .kouji-intro-item__body dt {
    font-size: 16px;
  }
  .kouji-intro-item__body dd {
    font-size: 18px;
  }
  .kouji-intro-item__txt {
    font-size: 18px;
  }
  .kouji-intro-item__txt_li li {
    font-size: 18px;
  }
  .kouji-intro-item__txt_li .note {
    font-size: 16px;
  }
  .kouji-intro-item--reverse {
    flex-direction: row-reverse;
  }
}
.kouji-keep-item__ttl {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 17px;
  margin-top: 80px;
  position: relative;
  text-align: center;
}
.kouji-keep-item__ttl::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #c3a980;
  border-radius: 10px;
  left: calc(50% - 15px);
  bottom: 0;
}

.kouji-keep-item__ttl_sub {
  font-size: 18px;
  color: #c3a980;
  font-weight: 700;
  margin: 24px 0 8px;
}

.kouji-intro-item__txt {
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .kouji-keep-item__ttl {
    font-size: 28px;
    padding-bottom: 25px;
    margin-bottom: 20px;
    margin-top: 100px;
  }
  .kouji-keep-item__ttl::after {
    content: "";
    width: 40px;
    height: 4px;
    left: calc(50% - 20px);
  }
  .kouji-keep-item__ttl_sub {
    font-size: 20px;
  }
}
.set {
  padding-top: 0;
  padding-bottom: 100px;
}
.set > *:last-child {
  margin-bottom: 0;
}

.set__inner {
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .set {
    padding-top: 0;
    padding-bottom: 160px;
  }
  .set__inner {
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
  }
}
.set-ttl {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  padding: 17px 5px;
  border-top: 2px solid #c3a980;
  border-bottom: 2px solid #c3a980;
  margin: 40px 0 20px;
}

.set-items {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0 auto;
}
.set-items .item {
  width: 100%;
  max-width: 48.5%;
  margin: 0 2% 2% 0;
}
.set-items .item:nth-of-type(2n) {
  margin-right: 0;
}
.set-items .item__img-wrap {
  position: relative;
  vertical-align: top;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}
.set-items .item__link::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.set-items .item__img {
  margin-bottom: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  top: 0;
  left: 0;
}
.set-items .item__name {
  font-size: 14px;
  color: #000;
  line-height: 1.4;
  margin-bottom: 10px;
  min-height: 59px;
}
.set-items .item__price {
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  margin-bottom: 10px;
  display: block;
}

.set .cart__btn {
  width: 100%;
}
.set .add-cart__btn {
  max-width: 400px;
  margin: 20px auto 0;
  display: block;
}

.add-cart__btn + .note {
  font-size: 16px;
  text-align: center;
  margin: 20px 0 0;
}

.set-items input[type=checkbox] {
  display: none;
}

.checkbtn-label {
  display: flex;
  -webkit-box-items: center;
  align-items: center;
  cursor: pointer;
  margin: 4px 0 12px;
}

.checkbtn-input {
  margin: 0;
  width: 0;
  opacity: 0;
}
.checkbtn-input:focus + .checkbtn {
  border: dashed 2px #c3a980;
}
.checkbtn-input:checked + .checkbtn {
  background: #c3a980;
}

.check_all .checkbtn-input:focus + .checkbtn {
  border: dashed 2px #c3a980;
}
.check_all .checkbtn-input:checked + .checkbtn {
  background: #c3a980;
}

.checkbtn-input:checked + .checkbtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 11px;
  width: 7px;
  height: 4px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-135deg);
  transform-origin: 2px 2px;
  background: #ffffff;
}
.checkbtn-input:checked + .checkbtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 11px;
  width: 12px;
  height: 4px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-45deg);
  transform-origin: 2px 2px;
  background: #ffffff;
}

.checkbox_all .checkbtn-input:checked + .checkbtn::before, .checkbox_all .checkbtn-input:checked + .checkbtn::after {
  content: "";
  background: #fff;
}

.checkbtn {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 22px;
  border: solid 2px transparent;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.checkbtn-label-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.checktext {
  margin-left: 12px;
  display: block;
  width: calc(100% - 20px);
}

/*全選択・解除*/
.checkbox_all {
  width: 100%;
  margin: 0 auto;
}
.checkbox_all .check_all {
  background-color: #c3a980;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0.8rem;
  text-align: center;
  border-radius: 6px;
}
.checkbox_all .checkbtn-label {
  margin-bottom: 0;
}
.checkbox_all .checktext {
  font-size: 16px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .set-ttl {
    font-size: 25px;
    padding: 22px 5px;
    border-top: 3px solid #c3a980;
    border-bottom: 3px solid #c3a980;
    margin: 60px 0 32px;
  }
  .set-items {
    max-width: 1030px;
    padding: 0 15px;
  }
  .set-items .item {
    max-width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 20px 20px 8px;
  }
  .set-items .item:nth-of-type(2n) {
    margin-right: 2%;
  }
  .set-items .item:nth-of-type(4n) {
    margin-right: 0;
  }
  .set-items .item__name {
    font-size: 16px;
    min-height: 45px;
  }
  .set-items .item__price {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .checkbtn {
    width: 32px;
    height: 32px;
  }
  .checkbtn-input:checked + .checkbtn::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 4px;
    border-radius: 2px;
    transform: translate(-6px, 5px) rotateZ(-135deg);
    transform-origin: 2px 2px;
  }
  .checkbtn-input:checked + .checkbtn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 76%;
    height: 4px;
    border-radius: 2px;
    transform: translate(-6px, 5px) rotateZ(-45deg);
    transform-origin: 2px 2px;
  }
}
.faq__box {
  /* border: 5px solid #c3a980;*/
  background-color: #c3a980;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.faq__question:hover {
  background-color: #c3a980;
}
.faq__question::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  width: 25px;
  height: 4px;
  right: 40px;
}
.faq__question::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  width: 25px;
  height: 4px;
  right: 40px;
  transform: rotate(90deg);
  transition-duration: 0.3s;
}

.faq__question--active::after {
  transform: rotate(0);
}

.faq__answer {
  background-color: #fff;
  padding: 0 100px 0 115px;
  position: relative;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.3s;
}

.faq__answer--open {
  padding: 35px 100px 35px 115px;
  line-height: normal;
  height: auto;
  opacity: 1;
}

.faq__movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}

.faq__movie {
  margin-top: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.faq__icon {
  font-family: "Caveat", cursive;
  font-size: 2rem;
  text-indent: -0.5rem;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  /* for Safari and Chrome */
  -moz-border-radius: 50%;
  /* for Firefox */
  -o-border-radius: 50%;
  /* for opera */
}

.faq__icon--question {
  background-color: #feb90d;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
}

.faq__icon--answer {
  background-color: #940e07;
  position: absolute;
  left: 50px;
  top: 25px;
}

.faq__link-txt {
  margin-top: 10px;
  display: inline-block;
}

.faq__inner {
  padding: 0;
}

.faq__question {
  padding: 32px 70px 32px 32px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: normal;
  position: relative;
  cursor: pointer;
}
.faq__question::before, .faq__question::after {
  right: 20px;
}

.faq__answer {
  padding: 0 30px 0 30px;
}

.faq__answer--open {
  padding: 25px 30px 25px 30px;
}

.faq__icon--question {
  left: 20px;
}

.faq__icon--answer {
  display: none;
}

.faq__answer li {
  padding-left: 1rem;
  text-indent: -1rem;
  list-style-position: inside;
  list-style-type: disc;
  margin-bottom: 16px;
  line-height: 1.7;
  font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
  .faq-list {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .faq-icon {
    font-family: "Hind", sans-serif;
    position: absolute;
    border-radius: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    left: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
  }
  .faq-icon--q {
    background-color: #c3a980;
    top: 50%;
    transform: translateY(-50%);
  }
  .faq-icon--a {
    background-color: #ae6c62;
  }
}
.recipe {
  padding-top: 100px;
}

.recipe__inner {
  padding: 0 20px;
}
.recipe__inner > *:last-child {
  margin-bottom: 0;
}

.recipe__stv {
  margin-bottom: 60px;
}

.recipe-ttl {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 17px;
  margin-top: 80px;
  position: relative;
  text-align: center;
}
.recipe-ttl::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #c3a980;
  border-radius: 10px;
  left: calc(50% - 15px);
  bottom: 0;
}

.recipe-ttl_sub {
  font-size: 18px;
  color: #c3a980;
  font-weight: 700;
  margin: 24px 0 8px;
}

.recipe-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}

.recipe-item {
  max-width: 48.3582%;
  margin-bottom: 25px;
}

.recipe-item__img {
  border-radius: 8px;
  margin-bottom: 10px;
}

.recipe-item__name {
  font-size: 13px;
  text-align: center;
  color: #a09588;
  line-height: 1.4;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .recipe {
    padding-top: 160px;
  }
  .recipe__inner {
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
  }
  .recipe__stv {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
  .recipe-ttl {
    font-size: 28px;
    padding-bottom: 25px;
    margin-bottom: 20px;
    margin-top: 100px;
  }
  .recipe-ttl::after {
    content: "";
    width: 40px;
    height: 4px;
    left: calc(50% - 20px);
  }
  .recipe-ttl_sub {
    font-size: 20px;
  }
  .recipe-list {
    justify-content: inherit;
  }
  .recipe-item {
    max-width: 32%;
    margin-right: 2%;
    margin-bottom: 0;
  }
  .recipe-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .recipe-item__name {
    font-size: 16px;
  }
}
.products {
  padding-top: 0;
  padding-bottom: 100px;
}

.prod-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
}

.prod-item {
  max-width: 48.3582%;
  margin-bottom: 40px;
  width: 100%;
}
.prod-item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.prod-item__img-wrap {
  margin-bottom: 10px;
  position: relative;
  vertical-align: top;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.prod-item__link::after {
  content: "";
  display: block;
  padding-top: 100%;
}

.prod-item__img {
  margin-bottom: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  top: 0;
  left: 0;
}

.prod-item__name {
  font-size: 16px;
  color: #000;
  line-height: 1.4;
  margin: 10px;
  /*min-height: 59px;*/
}

.prod-item__price {
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  margin-bottom: 10px;
  display: block;
}

@media screen and (min-width: 768px) {
  .products {
    padding-top: 0;
    padding-bottom: 160px;
  }
  .prod-list {
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
  }
  .prod-item {
    max-width: 32%;
    margin-right: 2%;
    margin-bottom: 60px;
  }
  .prod-item:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  .prod-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .prod-item__name {
    font-size: 14px;
    min-height: 45px;
  }
  .prod-item__price {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
/*キャンペーン*/
.kouji-cp__inner {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.kouji-cp {
  margin-top: 0;
  padding-bottom: 160px;
}

.cp-content {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 50px;
  position: relative;
}

.cp-content__header {
  background-color: #c3a980;
  font-size: 28px;
  text-align: center;
  padding: 20px 0;
  color: #fff;
}

.cp-content__body {
  background-color: #fff;
  padding: 40px 30px;
}

.cp-overview {
  display: flex;
  align-items: center;
}

/*
.cp-overview__img-wrap {
  flex: 0 1 15.47619%;
  margin-right: 1.19047%;
}*/
.cp-overview__txt {
  flex: 1;
  font-size: 20px;
  line-height: 2;
}

.cp-register__qr-wrap {
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.cp-sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 20px;
}

.cp-sns__btn {
  font-size: 14px;
  background-color: #e664ab;
  width: 48.5%;
  padding: 20px 10px;
  border-radius: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.cp-sns__btn.in {
  background-color: #e664ab;
}
.cp-sns__btn.tw {
  background-color: #1da1f2;
}
.cp-sns__btn:hover {
  color: #fff;
}

.cp-register__caution {
  text-align: center;
  font-size: 16px;
}

.cp-prize__note {
  font-size: 14px;
  line-height: 1.5;
}

.prize-copy {
  width: 80%;
  font-size: 20px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
.prize-copy:before, .prize-copy:after {
  content: "|";
  font-size: 32px;
  display: inline-block;
  position: absolute;
  padding: 0 0.4rem;
  bottom: 0;
}
.prize-copy:before {
  transform: rotate(-45deg);
  left: 0;
}
.prize-copy:after {
  transform: rotate(45deg);
  right: 0;
}
.prize-copy span {
  font-size: 28px;
  color: #d41b19;
}

.prize-items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.prize-item-present {
  width: 100%;
  max-width: 75%;
  text-align: center;
  margin: 0 auto;
}

.prize-item {
  display: flex;
  width: 31.42857%;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.prize-item__img-wrap {
  position: relative;
  margin-bottom: 10px;
}

.prize-item__txt-img {
  position: absolute;
  bottom: 40px;
  right: -15px;
}

.prize-item__txt-img--healthy {
  max-width: 100px;
}

.prize-item__txt-img--special {
  max-width: 70px;
}

.prize-item__name {
  background-color: #c3a980;
  font-size: 20px;
  display: inline-block;
  color: #fff;
  border-radius: 100px;
  padding: 8px 16px 6px;
  margin: 0 8px 0 0;
}

.prize-item__nop {
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.1em;
}

.prize-item__note {
  font-size: 1rem;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.5;
}

.prize-item__note-link {
  text-decoration: underline;
}

.cp-period__txt {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.step-item {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  background-color: #f0f0f0;
  border-radius: 16px;
  margin-bottom: 60px;
  position: relative;
}
.step-item::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-size: 50px;
  font-weight: 900;
  position: absolute;
  bottom: -53px;
  transform: translateX(-50%);
  left: 50%;
  color: #c3a980;
}

.step-item__num {
  font-family: "Hind", sans-serif;
  /*flex: 0 1 10.25641%;*/
  margin-right: 3.84615%;
  background: #c3a980;
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  text-align: center;
  padding-top: 18px;
}

.step-item__num-head {
  font-size: 16px;
}

.step-item__num-body {
  font-size: 35px;
}

.step-item__body {
  flex: 1;
  font-size: 18px;
  line-height: 1.5;
}
.step-item__body ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.step-item__body ol li {
  padding-left: 1rem;
  text-indent: -1rem;
}

.step-completion {
  font-size: 35px;
  text-align: center;
  margin-bottom: 35px;
}

.cp-em-note {
  color: #f25858;
  font-weight: 700;
}

.cp-content.end:before {
  content: "終了しました";
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 28px;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .kouji-cp {
    margin-top: 0;
    padding-bottom: 100px;
  }
  .cp-content {
    margin-bottom: 32px;
  }
  .cp-content__header {
    font-size: 20px;
    padding: 15px 0;
    line-height: 1.2;
  }
  .cp-content__body {
    padding: 24px 16px;
  }
  .cp-overview {
    display: block;
  }
  /*
  .cp-overview__img-wrap {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  */
  .cp-overview__txt {
    font-size: 16px;
    line-height: 1.8;
  }
  .cp-register__qr-wrap {
    margin-bottom: 15px;
  }
  .cp-sns__btn {
    width: 100%;
    max-width: 480px;
    font-size: 14px;
    padding: 16px 10px;
    margin: 0 auto 16px;
  }
  .cp-register__caution {
    font-size: 14px;
  }
  .cp-prize__note {
    font-size: 14px;
    line-height: 1.5;
  }
  .prize-copy {
    width: 100%;
    max-width: 320px;
    font-size: 16px;
  }
  .prize-copy:before, .prize-copy:after {
    content: "|";
    font-size: 20px;
  }
  .prize-copy span {
    font-size: 20px;
  }
  .prize-items {
    display: block;
  }
  .prize-item-present {
    max-width: 100%;
  }
  .prize-item {
    width: 100%;
    margin: 28px 0 8px;
    display: block;
  }
  .prize-item__img-wrap {
    margin-bottom: 5px;
  }
  .prize-item__name {
    font-size: 18px;
    margin: 0 0 8px 0;
    display: block;
  }
  .prize-item__nop {
    line-height: 1.3;
    margin-bottom: 8px;
  }
  .cp-period__txt {
    font-size: 18px;
    line-height: 1.4;
  }
  .cp-period__note {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
  }
  .step-item {
    padding: 20px;
    display: block;
    margin-bottom: 45px;
  }
  .step-item::after {
    bottom: -46px;
  }
  .step-item__body {
    font-size: 16px;
  }
  .step-item__num {
    margin-left: auto;
    margin-right: auto;
    width: 65px;
    height: 65px;
    padding-top: 13px;
    margin-bottom: 15px;
  }
  .step-item__num-header {
    font-size: 14px;
  }
  .step-item__num-body {
    font-size: 25px;
  }
  .step-completion {
    font-size: 28px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.slide-box {
  height: auto;
  overflow: hidden;
}

.slide-box__inner {
  display: inline-block;
  opacity: 0;
}
.slide-box__inner.is-play {
  animation-name: play;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  position: relative;
  opacity: 1 !important;
}
.slide-box__inner.is-play::before {
  animation-name: maskOut;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ffa826;
}
@keyframes play {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.scale-up {
  transform: scale(0);
  opacity: 0;
}
.scale-up.is-play {
  animation-name: scaleUp;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
}
@keyframes scaleUp {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  75% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.fadeup {
  transform: translateY(50px);
  opacity: 0;
}
.fadeup.is-play {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeup {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
main {
  background-color: #ffffff;
}

main .recipe-item__img {
  position: static;
}

.checkbox_all {
  max-width: 41%;
}

#products .prod-list {
  max-width: 1030px;
}

.prod-item {
  max-width: 1000%;
  margin-right: 2%;
  margin-bottom: 0px;
}

.mokuji.sticky {
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 8px 4px;
  bottom: 0;
  z-index: 2;
}

.checkbox_all {
  max-width: 400px;
  margin-top: 10px;
}

.prod-list.column-box.col03 {
  padding: 0px 20px;
}

.set.sub01 {
  padding-bottom: 80px;
}

.mokuji.sticky {
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0px;
  bottom: 0;
  z-index: 2;
}

.add-cart .select_quantity {
  margin-right: 0px;
}

.add-cart__btn {
  border-radius: 0px;
}

#products .prod-item__price {
  margin-top: 0px;
}

#products {
  padding: 0px 20px;
  margin-top: 20px;
}

main .column-box > .item > * {
  flex-grow: 1;
  height: unset;
}

/*--------------------------------------------------------------------------

        SPサイズのみ（480pxより小さいウィンドウサイズ）

--------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  .mokuji.sticky {
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 8px 4px;
    bottom: 0;
    z-index: 2;
  }
  .checkbox_all {
    max-width: 400px;
    margin-top: 10px;
  }
  .prod-list.column-box.col03 {
    padding: 0px 20px;
  }
  main .recipe-list.column-box,
  main .prod-list.column-box {
    grid-row-gap: 28px;
  }
  .level1-ttl.anime.is-play {
    margin-bottom: 10px;
  }
  .set.sub01 {
    padding-bottom: 30px;
  }
  #products {
    padding: 0px 20px;
  }
  .add-cart.add-cart--products.sub01 {
    margin-top: 38px;
  }
  .add-cart.add-cart--products.sub02 {
    margin-top: 20px;
  }
  main .prod-list .prod-item__name {
    margin-bottom: 10px;
  }
  .__product_name.prod-item__name.sub01 {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=homemade_kouji.css.map */