@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese');


html, body {
  font-family: "Optima", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  color: #5A5A5A;
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  overflow-y: hidden;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover{
  opacity: 0.7;
}
ul {
  list-style: none;
}

.container {
  width: 1000px;
  margin: auto;
}

@media screen and (max-width:1080px) {
  .container {
    width: 90%;
  }
}

.wrapper {
  padding: 100px 0;
}

.flexed {
  display: -webkit-flex;
  display: flex;
}

.for-tab,
.for-sp {
  display: none;
}

h1 {
  font-size: 0;
}

.text-center,
.section-title {
  text-align: center;
}

h2 {
  min-width: 295px;
  text-transform: uppercase;
  padding: 0 10px;
  display: inline-block;
  border: solid #000;
  border-width: 1px 0 1px 0;
  font-size: 4.6rem;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 100px;
}

h3 {
  font-size: 4.6rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.6;
}

h3 .space {
  letter-spacing: 4px;
}

h3 .size {
  font-size: 11.0rem;
}

.font-gothic {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

/* header */
header {
  background: #153F00;
  padding: 14px 0;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  z-index: 99;
}

header>.flexed {
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  width: 250px;
  margin-right: 30px;
}

header .nav_toggle {
  display: none;
}

header nav ul {
  align-items: center;
}

header nav ul li {
  padding: 5px 30px 0;
  line-height: 1;
}

header nav ul li a {
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 2.0rem;
  line-height: 1;
}

#kv {
  height: 100vh;
}
#kv.ie {
  background: url('../images/kv2.jpg?20201217');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#kv::before{
	background: url('../images/kv2.jpg?20201217') no-repeat center center /cover;
	content: "";
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
  display: none;
	z-index: -1;
}
#kv.show::before{
  display: block;
}
#kv p {
  color: #FFF;
  font-size: 4.55vw;
  top: 120px;
  left: 10vw;
  position: absolute;
}

/* concept */
#concept{
  background: #fffaee;
}
#concept .container {
  background: url('../images/concept.png?20201217') no-repeat center bottom/125%;
  padding-bottom: 450px;
  position: relative;
}

#concept h3 {
  margin-bottom: 60px;
}

#concept p {
  font-size: 2.7rem;
  line-height: 2;
}

#concept .material {
  position: absolute;
}

#concept .material.tomato {
  top: 4%;
  left: -20px;
  width: 140px;
  animation: fuwa 2s linear infinite;
}

#concept .material.horenso {
  top: 15%;
  right: -20px;
  width: 140px;
  animation: rotate 2s linear infinite;
  transform-origin:center;
}

#concept .material.daizu {
  top: 37%;
  left: -30px;
  width: 140px;
  animation: fuwa 2s linear infinite;
}

#concept .material.ebi {
  top: 50%;
  right: -30px;
  width: 140px;
  animation: rotate 2s linear infinite;
  transform-origin:center;
}

@keyframes fuwa {
  0% { transform: translateY(0) }
  50% { transform: translateY(-15px) }
  100% { transform: translateY(0) }
}
@keyframes rotate {
  0% { transform: rotate(0); }
  50% { transform: rotate(10deg) }
  100% { transform: translateY(0) }
}


/* cahrt */
#cahrt {
  background: #153F00;
  color: #FFF !important;
}
#cahrt .inner{
  width: 80%;
  margin: auto;
}
#cahrt h3 {
  border-bottom: 1px solid #FFF;
  padding-bottom: 40px;
  margin-bottom: 100px;
  position: relative;
}

#cahrt h3:before {
  content: "";
  position: absolute;
  bottom: -89px;
  left: 50%;
  transform: translate(-50%, 0);
  border: 34px solid transparent;
  border-top: 56px solid #153F00;
  z-index: 2;
}

/* 下に載せる三角アイコン */
#cahrt h3:after {
  content: "";
  position: absolute;
  bottom: -92px;
  left: 50%;
  transform: translate(-50%, 0);
  border: 35px solid transparent;
  border-top: 57px solid #FFF;
  z-index: 1;
}

#cahrt h3 span.size+strong {
  font-size: 6.5rem;
  padding: 0 8px;
  vertical-align: super;
}

#cahrt h3 small {
  font-size: 1.4rem;
  vertical-align: text-top;
  display: inline-block;
  margin-top: 5px;
  margin-left: 5px;
}

#cahrt h3 strong {
  font-size: 5.5rem;
  font-weight: 400;
}

#cahrt .flexed {
  flex-direction: row-reverse;
  justify-content: space-between;
}

#cahrt article {
  width: 47%;
  text-align: center;
}

#cahrt article img {
  margin-bottom: 20px;
}

#cahrt article p {
  font-size: 1.4rem;
}

#cahrt article p.en {
  margin-top: 15px;
  letter-spacing: 2px;
}

#cahrt dl {
  margin-top: 60px;
}

#cahrt dt {
  font-size: 3.0rem;
  width: 290px;
  padding: 15px 0;
  line-height: 1;
  text-align: center;
  display: block;
  margin: 0 auto 40px;
  position: relative;
}

#cahrt dt::before,
#cahrt dt::after {
  content: '';
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  border: solid #FFF;
  position: absolute;
}

#cahrt dt::before {
  border-width: 1px 0 0 1px;
  top: 0;
  left: 0;
}

#cahrt dt::after {
  border-width: 0 1px 1px 0;
  bottom: 0;
  right: 0;
}

#cahrt dd {
  font-size: 2.6rem;
  padding-left: 30px;
  padding-right: 10px;
  margin-bottom: 20px;
  position: relative;
}

#cahrt dd::before {
  content: '\025CF';
  font-size: 2.2rem;
  top: 4px;
  left: 0;
  position: absolute;
}

/* menu */
#menu{
  background: #fffaee;
}
#menu article {
  position: relative;
}

#menu article:first-of-type {
  margin-bottom: 180px;
}

#menu article .slidein.for-pc {
  width: 41vw;
  max-width: 600px;
  left: 0;
  top: 24%;
  opacity: 0;
  position: absolute;
  transition: all 1s 0.4s;
}

#menu article .slidein.for-pc.right {
  left: auto;
  right: 0;
}

#menu article .slidein.for-pc.left {
  transform: translate(-35vw, 0);
}

#menu article .slidein.for-pc.right {
  transform: translate(35vw, 0);
}

#menu article .slidein.for-pc.show {
  opacity: 1;
  transform: translate(0, 0) !important;
}

.menu-title {
  border: solid #5A5A5A;
  border-width: 3px 0 3px 0;
  margin-bottom: 40px;
  position: relative;
}

.menu-title p {
  top: -21px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0 20px;
  background: #fffaee;
  font-size: 3.0rem;
  letter-spacing: 1px;
  width: auto;
  white-space: nowrap;
  text-align: center;
  position: absolute;
}

.menu-title h3 {
  border: solid #5A5A5A;
  border-width: 1px 0 1px 0;
  padding: 22px 0 8px;
  margin: 3px 0;
}

#menu .menu-content .intro {
  font-size: 3.0rem;
  line-height: 1.8;
  letter-spacing: 2px;
  margin-bottom: 70px;
}

#menu .detail {
  width: 80%;
  max-width: 900px;
  flex-wrap: wrap;
  margin: auto;
  transition: opacity 1s 1s;
}

#menu article:first-of-type .detail {
  justify-content: flex-end;
}

#menu .detail>p {
  width: 100%;
}

#menu .detail .box {
  padding: 0 10px;
}

#menu .detail .box p.square {
  border: 1px solid #5A5A5A;
  padding: 2px 8px;
  display: inline-block;
  font-size: 2.4rem;
  margin-bottom: 15px;
}

#menu .detail .box.stuff {
  margin-right: 20px;
}

#menu .detail .box.stuff ul {
  list-style: disc;
  margin-left: 16px;
}

#menu .detail .box.stuff ul li {
  margin-bottom: 5px;
  font-size: 2.4rem;
}

#menu .detail .box.stuff ul li ul {
  margin: 5px 0 5px 16px;
  position: relative;
}

#menu .detail .box.stuff ul li ul::before {
  content: '';
  left: -30px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #5A5A5A;
  position: absolute;
}

#menu .detail .box.stuff ul li ul li {
  position: relative;
}

#menu .detail .box.stuff ul li ul li:first-child::before,
#menu .detail .box.stuff ul li ul li:last-child::before {
  content: '';
  left: -30px;
  top: 0;
  width: 15px;
  height: 1px;
  background: #5A5A5A;
  position: absolute;
}

#menu .detail .box.stuff ul li ul li:last-child::before {
  top: auto;
  bottom: 0;
}

#menu .detail .box.nutritional ul li {
  font-size: 2.4rem;
  padding-left: 70px;
  margin-bottom: 20px;
  position: relative;
}

#menu .detail .box.nutritional ul li img {
  width: 60px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  position: absolute;
}

#menu .detail .box.nutritional ul li span {
  font-size: 4.0rem;
  font-family: "Optima", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
}

/* hl */
#hl {
  height: 100vh;
}
#hl.ie {
  background: url('../images/hl2.jpg?20201217');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#hl::before{
	background: url('../images/hl2.jpg?20201217') no-repeat center center /cover;
	content: "";
	height: calc(100vh - 66px);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
  display: none;
	z-index: -1;
}
#hl.show::before{
  display: block;
}
/* howtoeat */
#howtoeat{
  background: #fffaee;
}
#howtoeat .inner {
  background: #153F00;
  padding: 100px 120px;
  color: #FFF !important;
}

#howtoeat .inner h2 {
  border-color: #FFF;
}

#howtoeat .inner .intro {
  font-size: 2.7rem;
  line-height: 1.8;
  margin-bottom: 70px;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

#howtoeat .inner .flexed {
  margin-top: 60px;
  justify-content: space-between;
  align-items:flex-start;
}

#howtoeat .inner .left,
#howtoeat .inner .right {
  /* width: 48%; */
  width: 100%;
}

#howtoeat .inner .howtoeat-title {
  text-align: center;
  position: relative;
  margin-bottom: 5px;
}

#howtoeat .inner .howtoeat-title::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #FFF;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  position: absolute;
  z-index: 1;
}

#howtoeat .inner h4 {
  font-size: 2.6rem;
  text-align: center;
  padding: 0 25px;
  background: #153F00;
  display: inline-block;
  position: relative;
  z-index: 2;
}

#howtoeat .inner h5 {
  font-size: 2.6rem;
}

#howtoeat .inner h5 span {
  font-size: 2.2rem;
}

#howtoeat .inner p:not(.intro) {
  font-size: 2.3rem;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

#howtoeat .accessories {
  margin-top: 60px;
}

#howtoeat .accessories h5 {
  padding-bottom: 10px;
}

#howtoeat .accessories img {
  width: 220px;
  padding-right: 40px;
}

#howtoeat .accessories .txt {
  width: calc(100% - 220px);
}

/* buy */
#buy{
  background: #fffaee;
}
#buy .inner {
  margin: auto;
  width: 90%;
  color: #153F00;
  border: 3px solid #153F00;
  padding: 70px 50px 50px;
  position: relative;
}

#buy .inner::before {
  content: '';
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #153F00;
  position: absolute;
  z-index: 1;
}

#buy .inner .content {
  position: relative;
  z-index: 2;
}

#buy h3 {
  font-size: 3.4rem;
  top: -27px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fffaee;
  padding: 0 20px;
  position: absolute;
  z-index: 2;
}

#buy .inner .content ul li {
  font-size: 3.2rem;
  display: flex;
  align-items: center;
  position: relative;
}

#buy .inner .content ul li::before {
  content: '';
  width: 100%;
  height: 1px;
  border-top: 1px dashed #153F00;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  position: absolute;
  z-index: 1;
}

#buy .inner .content ul li:not(:last-child) {
  margin-bottom: 10px;
}

#buy .inner .content ul li>* {
  background: #fffaee;
  position: relative;
  z-index: 2;
}

#buy .inner .content ul li img {
  width: 40px;
}

#buy .inner .content ul li span {
  padding: 0 10px;
}

#buy .inner .content ul li span.right {
  margin-left: auto;
}

#buy .inner .content ul+p {
  margin-left: 55px;
  margin-bottom: 40px;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

#buy .inner .content .flexed {
  justify-content: space-between;
}
#buy .purchase_btn{
  width: 48%;
}
#buy button {
  background: orange;
  color: #FFF;
  padding: 18px 60px;
  border-radius: 30px;
  font-size: 3.4rem;
  text-align: center;
  line-height: 1.2;
  width: 100%;
}

#buy button span {
  font-size: 4.0rem;
  font-weight: 500;
}

#buy button small {
  font-size: 1.8rem;
  display: block;
}

#buy .inner .content dl {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #153F00;
}

#buy .inner .content dd {
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative;
}

#buy .inner .content dd::before {
  content: '\025CF';
  top: 0;
  left: 0;
  position: absolute;
}

/* buy_btn */
.buy_btn {
  bottom: 5%;
  right: 5%;
  width: 150px;
  position: fixed;
  z-index: 9;
}

.scroll {
  opacity: 0;
  transition: opacity 1s 0.3s;
}

.scroll.show {
  opacity: 1;
}

/* footer */
footer{
  background: #fffaee;
}
footer .container {
  border-top: 2px solid #5A5A5A;
  position: relative;
}

footer .container::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #5A5A5A;
  top: 2px;
  left: 0;
  position: absolute;
}

footer .container>.flexed {
  padding: 40px 0 30px;
  align-items: flex-start;
}

footer .footer-logo {
  width: 20%;
  max-width: 200px;
  margin-right: auto;
}

footer .sns,
footer .footer-nav,
footer .footer-sub-nav {
  margin-left: 10%;
}

footer .sns li {
  width: 40px;
  margin: 0 10px;
}

footer .footer-nav li,
footer .footer-sub-nav li {
  margin-bottom: 10px;
  line-height: 1;
}

footer .footer-nav ul li a {
  font-size: 2.3rem;
  text-transform: uppercase;
}

footer .footer-sub-nav ul li a {
  font-size: 1.2rem;
}

footer .copyright {
  border-top: 1px solid #5A5A5A;
  font-size: 1.2rem;
  padding: 10px 0;
  text-align: center;
}

@media screen and (max-width:1024px) {
  #menu article .slidein.for-pc {
    width: 35vw;
    top: 32%;
  }
  #howtoeat .inner h4 {
    font-size: 2.3rem;
    padding: 0 15px;
  }
}

@media screen and (max-width:768px) {
  html {
    font-size: 54.6875%;
  }

  .for-pc {
    display: none !important;
  }

  .for-tab {
    display: block !important;
  }

  header {
    text-align: center;
    height: auto;
    padding: 20px 0;
  }

  header>.flexed {
    display: block;
  }

  .header-logo {
    width: 150px;
    margin: 0 auto;
  }

  /* ハンバーガーメニューの初期 */
  header .g-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12rem 1rem;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    transition: opacity .5s, visibility .5s;
    z-index: 9999;
  }

  header .nav_toggle {
    top: 50%;
    right: 5%;
    transform: translate(0,-50%);
    display: block;
    position: absolute;
    width: 2.8rem;
    height: 2rem;
    z-index: 999999;
  }

  header .nav_toggle i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    position: absolute;
    transition: transform .5s, opacity .5s;
  }

  header .nav_toggle i:nth-child(1) {
    top: 0;
  }

  header .nav_toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }

  header .nav_toggle i:nth-child(3) {
    bottom: 0;
  }

  /* クリックした時の閉じるボタン表示 */
  header .g-nav.show {
    opacity: 1;
    visibility: visible;
  }

  .close:before, .close:after {
    left: 15px;
  }

  header .nav_toggle.show i{
    background: #153F00;
  }
  header .nav_toggle.show i:nth-child(1) {
    bottom: 0;
    top: 0;
    margin: auto;
    transform: rotate(-45deg);
  }

  header .nav_toggle.show i:nth-child(2) {
    opacity: 0;
  }

  header .nav_toggle.show i:nth-child(3) {
    bottom: 0;
    top: 0;
    margin: auto;
    transform: rotate(45deg);
  }

  header nav ul {
    flex-wrap: wrap;
  }

  header nav ul li{
    width: 100%;
    margin-bottom: 30px;
  }

  header nav ul li a{
    font-size: 3.0rem;
    color: #153F00;
  }

  .for-sp-none {
    display: none;
  }

  .for-sp {
    display: block !important;
  }

  .sp-flexed{
    display: flex;
    display: -webkit-flex;
  }

  h2{
    min-width: 128px;
    font-size: 6.3vw;
    margin-bottom: 30px;
    padding: 0 3px;
  }

  h3{
    font-size: 7.0vw;
  }
  h3 .size{
    font-size: 9.334vw;
  }

  .wrapper{
    padding: 40px 0;
  }

  /* kv */
  #kv {
    margin-top: 63px;
    height: 100vh;
  }
  #kv::before{
    height: calc(100vh - 62px);
    margin-top: 62px;
  	background: url('../images/kv-sp.jpg?20201217002') no-repeat bottom left /cover;
  }
  #kv p{
    width: 95%;
    font-size: 9.8vw;
    top: 12.5vh;
    left: 50%;
    transform: translate(-50%,0);
    text-align: center;
  }

  /* concept */
  #concept .container {
    background: url('../images/concept.gif?20201217') no-repeat center bottom/143%;
    padding-bottom: 43vw;
  }
  #concept h3{
    margin-bottom: 30px;
  }

  #concept p{
    font-size: 4.0vw;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
  }

  #concept .material.tomato{
    top: 7%;
    left: 4vw;
    width: 12vw;
  }
  #concept .material.horenso {
    top: 30%;
    right: -1vw;
    width: 13vw;
  }
  #concept .material.daizu {
    top: 62%;
    left: -1vw;
    width: 15vw;
  }
  #concept .material.ebi {
    top: 66%;
    right: 0;
    width: 14vw;
  }

  /* cahrt */
  #cahrt .inner{
    width: 90%;
  }
  #cahrt h3{
    font-size: 5.6vw;
    padding-bottom: 12px;
    margin-bottom: 40px;
  }
  #cahrt h3 span.size+strong{
    font-size: 7vw;
    padding: 0px 4px;
    vertical-align: text-bottom;
  }
  #cahrt h3 strong {
    font-size: 7vw;
  }
  #cahrt h3 small{
    font-size: 1.0rem;
    margin-top: 3px;
    margin-left: 3px;
  }
  #cahrt h3:before {
    bottom: -33px;
    border: 13px solid transparent;
    border-top: 20px solid #153F00;
  }
  #cahrt h3::after {
    bottom: -36px;
    border: 14px solid transparent;
    border-top: 21px solid #FFF;
  }
  #cahrt .flexed{
    flex-wrap: wrap;
  }
  #cahrt article{
    width: 85%;
    margin: auto;
  }
  #cahrt article:first-child{
    margin-bottom: 50px;
  }
  #cahrt article p{
    font-size: 2.5vw;
  }
  #cahrt article:last-of-type p:first-of-type{
    margin-top: 20px;
  }
  #cahrt dt{
    font-size: 5.14vw;
    padding: 12px 0;
    width: 52vw;
  }
  #cahrt dd{
    width: 90%;
    padding-left: 3.5vw;
    padding-right: 0;
    margin: 0 auto 10px;
    font-size: 3.5vw;
  }
  #cahrt dd::before{
    font-size: 2.8vw;
    top: 3px;
  }
  .menu-title{
    margin-bottom: 20px;
    border-width: 2px 0;
  }
  .menu-title p{
    top: -2.4vw;
    font-size: 3.5vw;
    padding: 0px 8px;
  }
  .menu-title h3{
    font-size: 5.14vw;
    padding: 5px 0 1px;
    margin: 1px 0;
  }
  #menu .menu-content .intro{
    font-size: 3.65vw;
    margin-bottom: 15px;
    letter-spacing: -1px;
  }
  #menu .menu-content img.pizza{
    width: 80%;
    margin: 0 auto 15px;
    opacity: 0;
    transition: all 1s 0.4s;
  }
  #menu .menu-content img.pizza.left{
    transform: translate(-100vw,0);
  }
  #menu .menu-content img.pizza.right{
    transform: translate(100vw,0);
  }
  #menu .menu-content img.pizza.left.show,
  #menu .menu-content img.pizza.right.show{
    transform: translate(0,0);
    opacity: 1;
  }


  #menu .detail,
  #menu article:first-of-type .detail{
    width: 100%;
    justify-content: space-between;
  }
  #menu .detail .box {
    padding: 0 2.0vw;
  }
  #menu article:first-of-type{
    margin-bottom: 30px;
  }
  /* #menu article:first-of-type .detail{
    justify-content: flex-start;
  } */
  #menu .detail .box p.square,
  #menu .detail .box p.square,
  #menu .detail .box.stuff ul li,
  #menu .detail .box.nutritional ul li{
    font-size: 3.2vw;
  }
  #menu .detail .box.stuff{
    margin: 0;
  }
  #menu .detail .box.nutritional ul:first-child{
    margin-right: 15px;
  }
  #menu .detail .box.nutritional ul li {
    padding-left: 7vw;
    margin-bottom: 10px;
    line-height: 1.1;
  }
  #menu .detail .box.nutritional ul li span{
    font-size: 4.2vw;
  }
  #menu .detail .box.nutritional ul li img{
    width: 5.87vw;
  }
  /* hl */
  #hl{
    height: 70vh;
  }
  #hl::before{
    background: url('../images/hl2-sp.jpg?20201217') no-repeat top center /cover;
    height: calc(100vh - 62px);
  }
  #howtoeat .inner{
    padding: 40px;
  }
  #howtoeat .inner .intro{
    font-size: 4.0vw;
    margin-bottom: 20px;
  }
  #howtoeat .inner .flexed{
    display: block;
    margin-top: 30px;
  }
  #howtoeat .inner .left, #howtoeat .inner .right{
    width: 100%;
  }
  #howtoeat .inner h4 {
    font-size: 4.4vw;
    padding: 0 15px;
  }
  #howtoeat .inner p:not(.intro){
    font-size: 3.735vw;
  }
  #howtoeat .inner .left{
    margin-bottom: 30px;
  }
  #howtoeat .inner p small{
    font-size: 68%;
  }
  #howtoeat .accessories{
    margin-top: 30px;
  }
  #howtoeat .accessories .sp-flexed{
    justify-content: space-between;
  }
  #howtoeat .accessories .sp-flexed .flexed{
    width: 47%;
  }
  #howtoeat .accessories img{
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  #howtoeat .accessories .txt{
    width: 100%;
  }
  #howtoeat .inner h5{
    font-size: 4vw;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    text-align: center;
    padding-bottom: 2.6vw;
  }
  #howtoeat .accessories .sp-flexed > div:first-child h5{
    padding-top: 3vw;
  }
  #howtoeat .accessories .sp-flexed > div:first-child p{
    padding-top: 3.5vw;
  }
  #howtoeat .inner h5 span{
    font-size: 3.8vw;
  }
  #buy .inner{
    width: 95%;
    padding: 30px;
    border: 2px solid #153F00;
  }
  #buy .inner::before {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
  }
  #buy h3 {
    font-size: 5.6vw;
    top: -4.5vw;
    padding: 0px 7px;
    font-weight: 600;
  }
  #buy .inner .content ul li{
    font-size:4.433vw;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
  }
  #buy .inner .content ul li span {
    padding: 0 3px;
  }
  #buy .inner .content ul li img {
    width: 4vw;
  }
  #buy .inner .content ul+p{
    font-size: 2.5vw;
    margin-left: 15px;
    margin-bottom: 21px;
  }
  #buy .inner .content .flexed{
    flex-wrap: wrap;
  }
  #buy .purchase_btn{
    width: 100%;
  }
  #buy .purchase_btn:first-child{
    margin-bottom: 20px;
  }

  #buy button{
    font-size: 3.967vw;
    font-weight: bold;
    padding: 10px;
    border-radius: 10px;
    position: relative;
  }
  #buy button::before,
  #buy button::after{
    content: '';
    height: 1px;
    width: calc(33% - 10px);
    background: #FFF;
    top: 3.3vw;
    position: absolute;
  }
  #buy button::before{
    left: 10px;
  }
  #buy button::after{
    right: 10px;
  }
  #buy button span{
    font-size: 8.4vw;
    font-weight: bold;
  }
  #buy button small{
    font-size: 2.5vw;
    padding-top: 1vw;
  }
  #buy .inner .content dl{
    font-size: 2.5vw;
  }
  #buy .inner .content dd{
    padding-left: 2.5vw;
  }
  footer .container>.flexed{
    justify-content: space-between;
    padding: 17px 0 14px;
  }
  footer .footer-logo{
    width: 22.67vw;
    margin: 0;
  }
  footer .sns, footer .footer-nav, footer .footer-sub-nav{
    margin-left: 0;
  }
  footer .sns .flexed{
    display: block;
  }
  footer .sns li{
    width: 6.67vw;
    margin: 0;
  }
  footer .sns li:first-child{
    margin-bottom: 10px;
  }
  footer .footer-nav ul li a{
    font-size: 3.266vw;
  }
  footer .footer-sub-nav ul li{
    font-size: 3.2vw;
  }
  .buy_btn {
    width: 30vw;
    display: none;
  }
}

@media screen and (max-width:320px) {

}
