@charset "UTF-8";
/** pxからvwへ変換関数 **/
html, body {
  height: 100%;
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  color: #707070;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #707070;
  text-decoration: none;
  -webkit-transition: .2s all;
  transition: .2s all;
}

ul {
  list-style: none;
}

h2 {
  font-size: 4.93333vw;
}

video {
  width: 80%;
}

.w1200 {
  max-width: 1200px;
  width: 1200px;
  margin: 0px auto;
}

.w1015 {
  max-width: 1015px;
  width: 1015px;
  margin: 0px auto;
}

.w750 {
  max-width: 750px;
  width: 750px;
  margin: 0px auto;
}

.w60 {
  width: 60%;
}

#red-btn {
  font-size: 3.33333vw;
  position: absolute;
  z-index: 30;
  background-color: #C63131;
  color: #fff;
  top: 0;
  left: 0;
  padding: .7rem 1.2rem;
}

.tx-center {
  text-align: center;
}

.tx-left {
  text-align: left;
}

.black {
  color: #222;
}

.imgs {
	padding-bottom: 2rem;
}

.yu-go {
  text-align: center;
  font-size: 3.06667vw;
  font-family: "Yu Gothic", "游ゴシック";
  font-weight: bold;
  display: block;
  padding: 2rem 0 1rem;
}

.font14 {
	width: 50%;
  font-size: 3.73333vw;
}

.font12 {
  font-size: 3.2vw;
}

.small-text {
	font-size: 12px;
	color: #707070 !important;
}

.pink-btn {
  color: #fff;
  background-color: #EBA198;
  padding: 1rem 1.5rem !important;
  font-size: 2.8vw;
  border-radius: 20px;
}

.show-menu {
	overflow-y: hidden;
}

#header {
  height: 100vh;
}

#header .c-header {
  padding: 2rem;
  position: absolute;
  width: 100%;
  z-index: 10;
}

#header .c-header #kv {
  background-image: url("../img/kv.jpg");
  background-size: cover;
  width: 100%;
  height: 95vh;
  position: relative;
  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;
}

#header .c-header #kv h1 {
  position: relative;
  z-index: 40;
}

#header .c-header #kv::before {
  background-color: rgba(101, 13, 13, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}

#header .menu {
  height: 20px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 30px;
  z-index: 1001;
}

#header .menu__line {
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  width: 100%;
}

#header .menu__line--center {
  top: 9px;
}

#header .menu__line--bottom {
  bottom: 0;
}

#header .menu__line--top.active {
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#header .menu__line--center.active {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

#header .menu__line--bottom.active {
  bottom: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#header .gnav {
  background: #589F0D;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98;
}

#header .gnav .gnav__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  padding: 2rem;
}

#header .gnav .gnav__wrap .gnav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#header .gnav .gnav__wrap .gnav__menu .gnav__menu__item {
  text-align: center;
}

#header .gnav .gnav__wrap .gnav__menu .gnav__menu__item a {
  border: 2px solid #fff;
  color: #fff;
  font-size: 4.26667vw;
  font-weight: bold;
  padding: 4.26667vw 5.33333vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header .gnav .gnav__wrap .gnav__menu .gnav__menu__item a p {
  font-size: 3.06667vw;
}

#header .gnav .gnav__wrap .w100 {
  width: 100%;
  margin-bottom: 4vw;
}

#header .gnav .gnav__wrap .w100 a {
  display: block;
  width: 100%;
}

#header .gnav .gnav__wrap .w50 {
  width: 55%;
  margin: 0 auto;
}

#header .gnav .gnav__wrap .w50 a {
  height: 28vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .gnav .gnav__wrap .w50 img {
  display: block;
  margin: 0px auto 1rem auto;
}

#header .gnav .gnav__wrap .w50 #insta-txt {
  width: 20.8vw;
}

#header .gnav .gnav__wrap .w50 #susuri-img {
  width: 30.13333vw;
}

#header .gnav .gnav__wrap .gnav__menu__item a:hover {
  color: #eee;
  background-color: rgba(255, 255, 255, 0.3);
}

#header #menu-wave {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1000;
}

#main {
  /* CSS for CodePen */
}

#main .blue-box {
  background-color: #F0F5F8;
  position: relative;
}

#main .blue-box a {
  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;
  padding: 3rem 2rem;
}

#main .blue-box a div {
  width: 50%;
  font-size: 3.86667vw;
}

#main .blue-box a div img {
  width: 70%;
  display: block;
  margin: 0px auto;
}

#main .blue-box a a > p {
  width: 50%;
}

#main .blue-box a span {
  font-size: 3.86667vw;
  color: #BAC2CC;
  position: absolute;
  top: 29%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#main .blue-box a span::after {
  content: "";
  border-bottom: 1px solid #BAC2CC;
  position: absolute;
  width: 40px;
  right: -47px;
  bottom: 9px;
}

#main .blue-box a #monitor {
  left: 0;
}

#main .blue-box a .insta {
  right: 0;
}

#main .borders {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}

#main #about {
  padding: 2rem 2rem 0 2rem;
}

#main #about .about-txt {
  padding-bottom: 8vw;
  position: relative;
}

#main #about .about-txt h2 {
  padding: 0 2rem 6rem;
}

#main #about .about-txt h2 img {
  width: 80%;
  display: block;
  margin: 0px auto;
}

#main #about .about-txt h3 {
  font-size: 5.86667vw;
  padding-bottom: 8vw;
}

#main #about .about-txt p, #main #about .about-txt ul {
  font-size: 3.6vw;
}

#main #about .about-txt p {
  font-weight: 400;
}

#main #about .about-txt ul {
  font-weight: 500;
}

#main #about .about-txt video {
  padding: 10.66667vw 0;
  display: block;
  margin: 0px auto;
}

#main #about .about-txt .ptp {
  margin: 2rem 0;
}

#main #about .about-txt::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FDEFED;
  width: 50%;
  display: block;
  height: 100%;
  z-index: -1;
}

#main #about .about-txt .tea-cup {
  margin-bottom: 2.66667vw;
}

#main #about .about-txt .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 2;
  padding-bottom: 8vw;
}

#main #whatis-sururi {
  padding: 10.66667vw 0;
}

#main #whatis-sururi h2, #main #kodawari h2 {
  padding-bottom: 4vw;
}

#main #whatis-sururi .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 2em;
}

#main #whatis-sururi .flex div {
  width: 46%;
  text-align: center;
}

#main #whatis-sururi .flex div img {
  margin-bottom: 2.66667vw;
}

#main #whatis-sururi .flex div span {
  font-size: 3.33333vw;
  padding-bottom: 0.8vw;
  display: inline-block;
  border-bottom: 1px solid #6E9841;
  margin-bottom: 5.33333vw;
}

#main #whatis-sururi .flex div a {
  padding: 0px;
  display: block;
}

#main .fix-purchase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 2rem;
  z-index: 999;
  width: 100%;
}

#main .fix-purchase .w60 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main .fix-purchase .w60 #sururi04 {
  width: 28%;
  margin-right: 5%;
}

#main .fix-purchase .w60 #sururi05 {
  width: 62%;
}

#main .fix-purchase a {
  font-size: 2.8vw;
  color: #fff;
  background-color: #ef5a5a;
  padding: 1rem 1.5rem;
  border-radius: 20px;
}

#main #three-reason {
  background-image: url("../img/bg-yaso.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10.66667vw 0;
}

#main #three-reason .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2rem;
  margin-top: 13.33333vw;
}

#main #three-reason .flex div {
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: relative;
  margin-bottom: 10.66667vw;
  padding-bottom: 2rem;
}

#main #three-reason .flex div h3 {
  font-size: 4.66667vw;
  padding: 2rem;
  text-align: center;
}

#main #three-reason .flex div .re-icon {
  position: absolute;
  z-index: 99;
  top: -34px;
  width: 12vw;
}

#main #three-reason .flex div .left {
  left: -12px;
}

#main #three-reason .flex div .right {
  right: -12px;
  width: 14.66667vw;
}

#main #three-reason .flex div p {
  text-align: left;
  font-size: 3.46667vw;
  padding: 0 2rem;
}

#main #three-reason .flex div .red {
  color: #ef5a5a;
}

#main #three-reason .flex div .voice {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
  margin: 1rem;
  background-color: #ffefe4;
  padding-top: 1rem;
}

#main #three-reason .flex div .voice span {
  font-weight: bold;
  font-size: 3.2vw;
}

#main #three-reason .flex div .voice h4 {
  font-size: 3.73333vw;
  margin-bottom: 1rem;
}

#main #three-reason .flex div .voice img {
  width: 90%;
  margin: 1rem auto 0;
}

#main #kodawari {
  padding: 10.66667vw 2rem;
}

#main #kodawari .flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#main #kodawari .flex div {
  width: 46%;
  margin-bottom: 5.33333vw;
}

#main #kodawari .flex div h3 {
  font-size: 3.46667vw;
  text-align: center;
}

#main #kodawari .flex::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #EDF8DA;
  width: 50%;
  display: block;
  height: 100%;
  z-index: -1;
}

#main #kodawari .text-hide {
  display: none;
}

#main #kodawari button.more {
  margin: 5.33333vw auto;
  display: block;
  outline: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

#main #kodawari button.more::after {
  content: "もっと見る";
  -webkit-transition: .2s;
  transition: .2s;
}

#main #kodawari button.more.on-click::after {
  content: "閉じる";
}

#main #kodawari .frist-view {
  margin-top: 9.33333vw;
}

#main #kodawari .frist-view div {
  width: 65%;
}

#main #kodawari .frist-view::after {
  top: 24%;
}

#main #recipe, #main #buy {
  padding: 10.66667vw 0;
}

#main #recipe .recipe-menu {
  padding: 0 2rem;
  margin-top: 9.33333vw;
}

#main #recipe .menu-box {
  background-color: #fff;
  width: 87%;
  margin: 0px auto;
  position: relative;
  bottom: 4rem;
  padding: 5.33333vw;
}

#main #recipe .menu-box h3 {
  font-size: 4.53333vw;
  text-align: center;
  margin-bottom: 2.66667vw;
}

#main #recipe .menu-box p {
  font-size: 3.2vw;
}

#main #recipe .menu-box a {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  padding: 1rem 0 0;
  position: relative;
}

#main #recipe .menu-box a div {
  font-size: 3.2vw;
  padding-right: 1rem;
  width: auto;
  display: inline;
}

#main #recipe .menu-box a img {
  position: absolute;
  bottom: 0;
}

#main .accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer;
}

#main .accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 2.66667vw 8vw 2.66667vw 8vw;
  font-size: 3.46667vw;
  font-weight: normal;
  background: #EDF8DA;
  cursor: pointer;
  border-bottom: 3px solid #fff;
}

#main .accordion-title::before {
  content: "Q";
  position: absolute;
  left: 1rem;
}

#main .num01::before {
  content: "Q1";
}

#main .num02::before {
  content: "Q2";
}

#main .num03::before {
  content: "Q3";
}

#main .num04::before {
  content: "Q4";
}

#main .num05::before {
  content: "Q5";
}

#main .accordion-container .accordion-title:hover i:before,
#main .accordion-container .accordion-title:hover i:active,
#main .accordion-container .content-entry.open i {
  color: white;
}

#main .accordion-title {
  position: relative;
}

#main .accordion-title:after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 38%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #707070;
  border-right: solid 2px #707070;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#main .accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

#main .accordion-content {
  display: none;
  padding-left: 6.66667vw;
  padding-bottom: 4vw;
  font-size: 3.2vw;
  position: relative;
}

#main .accordion-content::before {
  content: "A";
  position: absolute;
  left: 1rem;
}

#main .accordion-container {
  width: 80%;
  margin: 1.875em auto;
}

#footer {
  padding-top: 5.33333vw;
  padding-bottom: 26.66667vw;
}

#footer .flex-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer #f-img01 {
  max-width: 67px;
  margin: 1rem 0;
}

#footer #f-img02 {
  max-width: 200px;
  margin-bottom: 3rem;
}

#footer a.f-btns {
  font-size: 3.2vw;
  color: #fff;
  background-color: #589F0D;
  width: 50%;
  padding: 1rem;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 1.5rem;
}

#footer .copy {
  padding-top: 2rem;
  font-size: 1.1rem;
}

.buy-menu {
	padding: 0 2rem;
}

.buy-menu .menu-inner {
	background-color: #fff;
}

.buy-menu .menu-box .skuquantity {
	border: 1px solid #ddd;
	display: inline-block;
	margin-left: 1rem;
	padding: .3rem 1rem;
	width: 80px; 
}

.menu-inner:last-child {
	position: relative;
 }
 
 #otoku {
	max-width: 80px;
    position: absolute;
    left: 1rem;
    top: 1rem;
 }

.item {
	padding: 2rem 1rem;
}

.item p {
	text-align: center;
	margin-bottom: 2rem;
}
.price {
	font-weight: bold;
    display: block;
    font-size: 2.2rem;
}

.cart-btn {
	text-align: center;
}

.skubutton {
	color: #fff;
    background-color: #EBA198;
    padding: 1rem 1.5rem !important;
    font-size: 4vw;
    border-radius: 20px;
    display: block;
    margin: 2rem auto 0 auto;
}

.buy-menu .menu-box a {
	background-color: #f2f2f2;
	border: 1px solid #ddd;
}

.small-price {
	font-size: 2.5rem;
	color: #ef5a5a;
}

.chui {
	text-align: left;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 1rem;
    display: block;
}
#quant[199][sururi-0001] {
	pointer-events: none;
}
.item img {
	width: 70%;
	display: block;
	margin: 0px auto;
}
.noincrease {
	pointer-events : none;
}
.text-white {
	color: #fff !important;
}
.unset {
	transform: unset !important;
	position: static !important;
	display: block !important;
	text-align: center;
	margin-top: 1rem;
}
.unset::after {
	content: none !important;
}



/*===PC ONLY====*/
@media screen and (min-width: 751px) {
  .sp {
    display: none;
  }
  body {
    font-size: 2rem;
  }
  .font12 {
    padding-top: 1rem;
    font-size: 1.2rem !important;
  }
  #header {
    /*ナビゲーション*/
  }
  #header .c-header #kv {
    background-image: url(../img/kv-pc.jpg);
  }
  #header .c-header #kv h1 img {
    width: 430px;
  }
  #header .c-header #red-btn {
    font-size: 2rem;
    border: 1px solid #C63131;
  }
  #header .c-header #red-btn:hover {
    color: #C63131;
    background-color: #fff;
  }
  #header .gnav .gnav__menu {
    width: 70%;
  }
  #header .gnav .gnav__menu .w100 a {
    font-size: 4rem !important;
  }
  #header .gnav .gnav__menu .left a {
    padding: 1rem !important;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #header .gnav .gnav__menu .left a img {
    width: 40%;
    margin: 0;
  }
  #header .gnav .gnav__menu .left a p {
    width: 50%;
    font-size: 2rem !important;
  }
  #header .gnav .gnav__menu .right a {
    padding: 1rem !important;
  }
  #header .gnav .gnav__menu .right a .right__inner {
    width: 100%;
  }
  #header .gnav .gnav__menu .right a .right__inner > img {
    width: 70% !important;
  }
  #header .gnav .gnav__menu .right a p {
    font-size: 2rem !important;
  }
  #header .gnav .gnav__menu .right a .flex {
    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;
  }
  #header .gnav .gnav__menu .right a .flex > img {
    margin: 0px;
    margin-right: 1rem;
  }
  #header .menu {
    right: 3rem;
    top: 3rem;
  }
  section > h2 {
    font-size: 40px;
  }
  #main .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #main .flex-box .blue-box {
    width: 50%;
    margin: 2rem auto;
    border: 1px solid #E6E6E6;
  }
  #main .flex-box .blue-box a:hover {
    opacity: 0.7;
  }
  #main .flex-box .blue-box p {
    font-size: 2rem;
  }
  #main .flex-box .blue-box #monitor, #main .flex-box .blue-box .insta {
    font-size: 2rem;
  }
  #main #about {
    position: relative;
  }
  #main #about .about-txt h2 {
    padding: 3rem 2rem 6rem;
    background-color: rgba(255, 255, 255, 0.9);
  }
  #main #about .about-txt h2 img {
    width: 50%;
  }
  #main #about .about-txt h3 {
    font-size: 4rem;
    padding-bottom: 4rem;
  }
  #main #about .about-txt p {
    font-size: 2.2rem;
  }
  #main #about .about-txt video {
    position: absolute;
    top: 10%;
    right: 30px;
    width: 25%;
  }
  #main #about .about-txt .pc-mt80 {
    margin-top: 8rem;
  }
  #main #about .about-txt #tea-cup {
    width: 300px;
  }
  #main #about .about-txt .tx-left {
    font-size: 3rem;
  }
  #main #about .about-txt .flex {
    padding-bottom: 4rem;
  }
  #main #about > img {
    position: absolute;
    width: 27%;
  }
  #main .yu-go {
    font-size: 2rem;
  }
  #main #whatis-sururi {
    padding: 6rem 0;
  }
  #main #whatis-sururi .flex div span {
    font-size: 2.5rem;
  }
  #main #whatis-sururi .flex a img {
    width: 80%;
  }
  #main #whatis-sururi .flex .pink-btn {
    font-size: 2rem;
    width: 80%;
    margin: 0px auto;
    border: 1px solid #EBA198;
  }
  #main #whatis-sururi .flex .pink-btn:hover {
    color: #EBA198;
    background-color: #fff;
  }
  #main #three-reason {
    background-image: url(../img/bg-three-reason.jpg);
    background-position: center;
    height: auto;
    padding: 6rem 0;
  }
  #main #three-reason h2 {
    color: #fff;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4);
    background-color: #EF5A5A;
    display: inline-block;
    padding: 0 2rem;
  }
  #main #three-reason .yu-go {
    color: #fff;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4);
  }
  #main #three-reason .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 6rem;
  }
  #main #three-reason .flex div h3 {
    font-size: 2.3rem;
  }
  #main #three-reason .flex div .left {
    width: 60px;
  }
  #main #three-reason .flex div .right {
    width: 75px;
    top: -40px;
    right: -18px;
  }
  #main #three-reason .flex div p {
    font-size: 1.6rem;
  }
  #main #three-reason .flex div .voice span {
    font-size: 1.6rem;
  }
  #main #three-reason .flex div .voice h4 {
    font-size: 2rem;
  }
  #main #three-reason .flex div .voice .pink-btn {
    font-size: 2rem;
    display: block;
    width: 50%;
    margin: 2rem auto 0;
  }
  #main #three-reason .flex > div {
    width: 30%;
  }
  #main #kodawari {
    padding: 6rem 0;
  }
  #main #kodawari .flex div {
    width: 30%;
  }
  #main #kodawari .flex div img {
    width: 100%;
  }
  #main #kodawari .flex div h3 {
    font-size: 2rem;
  }
  #main #kodawari .frist-view div {
    width: 45%;
  }
  #main #kodawari button.more {
    font-size: 2rem;
  }
  #main #recipe {
    padding: 6rem 0;
  }
  #main #recipe .recipe-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #main #recipe .recipe-menu .menu-inner {
    width: 30%;
  }
  
  #main #recipe .recipe-menu .menu-inner .menu-box {
    padding: 2rem;
  }
  #main #recipe .recipe-menu .menu-inner .menu-box h3 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  #main #recipe .recipe-menu .menu-inner .menu-box p {
    font-size: 1.5rem;
  }
  #main #recipe .recipe-menu .menu-inner .menu-box a div {
    font-size: 1.5rem;
  }
  #main #recipe .recipe-menu .menu-inner .menu-box a:hover {
    color: #ddd;
  }
  #main #recipe .recipe-menu .menu-inner > a {
    padding: 0;
  }
  #main #buy .buy-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    gap: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #main #buy .buy-menu .menu-inner {
    width: 40%;
  }
  
  .skubutton, .buy-menu .menu-inner a div {
	  font-size: 1.5rem !important;
  }
  
  #main #buy .buy-menu {
	  margin-top: 7rem;
  }
  
  #main #qa #accordion .accordion-title {
    font-size: 2rem;
    padding: 2rem 6rem;
  }
  #main #qa #accordion .accordion-title::before {
    left: 3rem;
  }
  #main #qa #accordion .accordion-title::after {
    right: 3rem;
  }
  #main #qa #accordion .accordion-content {
    font-size: 1.8rem;
    padding: 2rem 6rem;
  }
  #main #qa #accordion .accordion-content::before {
    left: 3rem;
  }
  #main .fix-purchase {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #main .fix-purchase .w60 {
    width: 40%;
  }
  #main .fix-purchase .w60 #sururi04 {
    width: 116px;
  }
  #main .fix-purchase .w60 #sururi05 {
    width: 283px;
  }
  #main .fix-purchase a {
    font-size: 2rem;
    border: 1px solid #EBA198;
  }
  #main .fix-purchase a:hover {
    color: #EBA198;
    background-color: #fff;
  }
  #footer {
    padding: 3rem 0 15rem;
  }
  #footer .flex-footer .f-btns {
    font-size: 2rem;
    width: 25%;
    border: 1px solid #589F0D;
  }
  #footer .flex-footer .f-btns:hover {
    color: #589F0D;
    background-color: #fff;
  }
  .unset {
	  font-size: 2rem !important;
  }
}

/*===SP====*/
@media screen and (max-width: 750px) {
  video {
    display: none !important;
  }
  
  .menu-inner {
	margin-bottom: 3rem;
  }
  .menu-inner:first-child {
	margin-top: 3rem;
  }
  .menu-inner:last-child {
	margin-bottom:0px;
  }
  
}

.imgs img {
	width: 100%;
 }
 .imgs p {
	text-align: left;
	font-size: 1.2rem;
	margin-top: 1rem;
 }
 .flex {
	margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 2;
 }
/*スクロールすると表示*/
.ScrollTop {
  position: fixed !important;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.65s;
  transition: all 0.65s;
}

.ScrollTop.isActive {
  opacity: 1;
  -webkit-transition: all 0.65s;
  transition: all 0.65s;
}
/*# sourceMappingURL=style.css.map */