@charset "utf-8";
/* CSS Document */
/******************************

全ページ共通CSS

*******************************/
/******************************
            common
*******************************/
/*色・フォント設定*/
body {
  color: #333333;
  font-size: 15px;
  line-height: 1.6;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
}
h2 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 19px;
  text-align: center;
}
p {
  text-align: justify;
  line-break: strict;
  line-height: 150%;
}
a {
  text-decoration: none;
  color: #333333;
}
/*最大ブレイクポイント*/
.inner {
  max-width: 1025px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
/*PC design
-----------------*/
@media screen and (min-width: 787px) {
  body {
    font-size: 18px;
    line-height: 1.6;
  }
  h2 {
    font-size: 30px;
  }
}
/*******************************
            header
********************************/
.header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 999;
}
/*for jquery
--------------*/
.j__shadow {
  box-shadow: 0 3px 2px rgba(51, 51, 51, 0.3);
}
.header__wrap {
  display: flex;
  justify-content: space-between;
}
/* end for jQuery*/
/*Logo
-----------------*/
.header__logo__img {
  margin-top: 10px;
  margin-left: 15px;
  height: 44px;
}
.header__logo__img:hover {
  opacity: 0.7;
}
/*Login/Cart
-----------------*/
.header__links {
  font-size: 10px;
  margin-top: 10px;
  margin-right: 15px;
}
/*login*/
.header__links--login {
  display: inline-block;
  margin-right: 25px;
  text-align: center;
}
.header__links--login::before {
  content: "";
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 35px;
  height: 35px;
  background-image: url("../img/header-icon-login.png");
  background-size: contain;
}
.header__links--login:hover {
  opacity: 0.7;
}
/*cart*/
.header__links--cart {
  display: inline-block;
  text-align: right;
}
.header__links--cart::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("../img/header-icon-cart.png");
  background-size: contain;
}
.header__links--cart:hover {
  opacity: 0.7;
}
/*PC design
-----------------*/
@media screen and (min-width: 787px) {
  /*Logo
      -----------------*/
  .header__logo__img {
    margin-left: 50px;
  }
  /*Login/Cart
      -----------------*/
  .header__links {
    font-size: 13px;
    margin-top: 10px;
    margin-right: 50px;
  }
  /*login*/
  .header__links--login {
    display: inline-block;
    margin-right: 40px;
    text-align: center;
  }
}
/******************************
            navi
*******************************/
.gnav {
  padding-top: 61px;
  height: 48px;
  background-color: #97D3E3;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.gnav__list {
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  justify-content: space-between;
  font-size: 10px;
}
.menu__list {
  width: 85px;
  height: auto;
  margin-top: 1px;
  text-align: center;
}
.menu__list:hover {
  opacity: 0.7;
}
/*SOY STANDとは*/
.menu__list__item::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin-right: auto;
  margin-left: auto;
  background-image: url("../img/gnav-icon-about.png");
  background-size: contain;
}
/*大豆のヒミツ*/
.menu :nth-child(2) .menu__list__item::before {
  content: "";
  background-image: url("../img/gnav-icon-soy.png");
}
/*商品一覧*/
.menu :nth-child(3) .menu__list__item::before {
  content: "";
  background-image: url("../img/gnav-icon-products.png");
  background-size: 32px 32px;
}
/*お問い合わせ*/
.menu :nth-child(4) .menu__list__item::before {
  content: "";
  background-image: url("../img/gnav-icon-contact.png");
}
/*PC design
-----------------*/
@media screen and (min-width: 787px) {
  .gnav {
    padding-top: 65px;
    height: 81px;
  }
  .gnav__list {
    margin-right: 23px;
    margin-left: 22px;
    font-size: 13px;
  }
  .menu__list {
    width: 170px;
    padding-top: 10px;
    text-align: center;
  }
  .menu__list__item::before {
    margin-bottom: 10px;
  }
}
/*******************************
            Main
********************************/
/* Main-common
----------------------*/
/*パンくずリスト*/
.breadcrumb {
  margin-left: 15px;
  padding-top: 20px;
}
.breadcrumb ul li {
  display: inline;
  font-size: 13px;
}
.breadcrumb ul li::after {
  content: ">";
  display: inline-block;
  padding: 0 10px;
}
.breadcrumb li:last-child::after {
  display: none;
}
.breadcrumb ul li a {
  text-decoration: underline;
}
.breadcrumb ul li a:hover {
  /*color: rgba(40,131,8,1.00);*/
  color: #329969;
}
.main__sec {
  margin-top: 65px;
}
/*見出しデザイン*/
.main__sec__ttl span {
  font-size: 11px;
  font-weight: normal;
}
.main__sec__ttl::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  background-color: #333;
}
/*リンクデザイン*/
.main__sec__link {
  margin-top: 30px;
  margin-right: 30px;
  text-align: right;
}
.main__sec__link a::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 20.5px;
  margin-right: auto;
  margin-left: 5px;
  background-image: url("../img/main-arrow.png");
  background-size: contain;
  vertical-align: middle;
  transition: all 0.5s linear 0s;
}
.main__sec__link a:hover {
  /*color: rgba(40,131,8,1.00);*/
  color: #329969;
}
.main__sec__link a:hover::after {
  transform: rotateX(360deg);
}
/*for jquery
--------------*/
/*ふわっと表示*/
.j__fade-in {
  animation-name: fadeUpAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(150px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* end for jQuery*/
/*PC design
-----------------*/
@media screen and (min-width: 787px) {
  /* Main-common
	----------------------*/
  .breadcrumb {
    margin-left: 50px;
  }
  .breadcrumb ul li {
    display: inline;
    font-size: 14px;
  }
  .main__sec {
    margin-top: 120px;
  }
  .main__sec + .main__sec {
    margin-top: 140px;
  }
  /*見出しデザイン*/
  .main__sec__ttl span {
    font-size: 14px;
  }
  .main__sec__ttl::after {
    content: "";
    display: block;
    width: 80px;
    margin-top: 20px;
  }
  /*リンクデザイン*/
  .main__sec__link {
    margin-top: 50px;
    margin-right: 60px;
  }
  .recommend .main__sec__link {
    margin-right: 0;
	position: absolute;
	right: -15px;
	  bottom: 0;
  }
  .main__sec__link a::after {
    width: 52.59px;
    height: 30px;
    margin-left: 10px;
  }
}
/*******************************
            footer
********************************/
.footer {
  position: relative;
  width: 100%;
  background-color: #97D3E3;
  margin-top: 50px;
}
/*ロゴ*/
.footer__logo__img {
  margin-top: 10px;
  height: 44px;
}
.footer__logo__img:hover {
  opacity: 0.7;
}
.footer__wrap {
  display: flex;
  justify-content: space-between;
  margin-right: 15px;
  margin-left: 15px;
}
/*SNS*/
.footer__sns {
  display: flex;
  margin-top: 25px;
}
.footer__sns__list {
  margin-right: 15px;
  margin-left: 15px;
}
.footer__sns :nth-child(3) {
  margin-right: 0;
}
.fab {
  font-size: 30px;
}
.fab:hover {
  opacity: 0.7;
}
/*フッターナビ*/
.footer__nav {
  margin-top: 35px;
  margin-left: 15px;
}
.footer__nav__list {
  margin-top: 15px;
}
.footer__nav :nth-child(1) {
  margin-top: 0;
}
.footer__nav__list a:hover {
  opacity: 0.7;
}
/*コピーライト*/
.footer__copy {
  margin-top: 5px;
  text-align: center;
  font-size: 11px;
}
/*PC design
-----------------*/
@media screen and (min-width: 787px) {
  .footer {
    margin-top: 120px;
  }
  /*ロゴ*/
  .footer__logo__img {
    margin-top: 20px;
    margin-left: 50px;
    height: 80px;
  }
  .footer__wrap {
    margin-right: 50px;
    margin-left: 0px;
  }
  /*SNS*/
  .footer__sns {
    margin-top: 30px;
  }
  .fab {
    font-size: 50px;
  }
  /*フッターナビ*/
  .footer__nav {
    margin-top: 50px;
    margin-left: 50px;
  }
  /*コピーライト*/
  .footer__copy {
    margin-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 11px;
  }
}
/*ページトップ
----------------------*/
#page-top {
  position: fixed;
  bottom: 50px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: rgba(51, 51, 51, 0.6);
  text-align: center;
}
.fa-angle-up {
  color: #fff;
  font-size: 25px;
  padding-top: 7px;
}
#page-top:hover {
  background: rgba(51, 51, 51, 0.8);
}
/*PC design
-----------------*/
@media screen and (min-width: 787px) {
  /*ページトップ
	----------------------*/
  #page-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 80px;
    height: 80px;
  }
  .fa-angle-up {
    font-size: 50px;
    padding-top: 14px;
  }
}
/******************************

●index.html/ホーム用CSS

*******************************/
/*******************************
            main
********************************/
/*Hero-image
-----------------*/
.hero__img {
  width: 100%;
}
/*catch-copy
-----------------*/
.main__catch {
  margin-top: 40px;
}
.main__catch :nth-child(1) {
  font-family: 'Noto Sans', sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 21px;
}
.main__catch :nth-child(2) {
  margin-top: 10px;
  text-align: center;
  font-size: 17px;
}
/*PC design
-----------------*/
@media screen and (min-width: 1025px) {
  /*catch-copy
	  -----------------*/
  .main__catch {
    margin-top: 100px;
  }
  .main__catch :nth-child(1) {
    font-size: 34px;
  }
  .main__catch :nth-child(2) {
    font-size: 22px;
  }
}
/*オススメ商品
----------------------*/
.recommend__thumb {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  width: 62.6666%;
  max-width: 300px;
}
.recommend__thumb img {
  width: 100%;
}
.recommend__text {
  margin-top: 3px;
}
.recommend__ttl, .recommend__price {
  text-align: center;
  font-weight: 700;
}
.recommend__price {
  margin-top: 5px;
}
.recommend__disc {
  margin-top: 15px;
  text-align: center;
}
/*PC design
-----------------*/
@media screen and (min-width: 787px) {
  /*オススメ商品
     ----------------------*/
  .recommend__wrap {
    display: flex;
    max-width: 875px;
	width: 85.3658536%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
  }
  .recommend__thumb {
    margin-right: 25px;
    margin-top: 0px;
    text-align: center;
    max-width: 400px;
	width: 45.7142857%;
  }
  .recommend__text {
    margin-top: 0;
	  position: relative;
  }
  .recommend__price {
    margin-top: 15px;
  }
  .recommend__disc {
    margin-top: 40px;
  }
}
/*カテゴリー
----------------------*/
.category__text {
  margin-top: 30px;
}
.category__text p {
  text-align: center;
}
.lists__wrap__thumb {
  width: 100%;
  max-width: 180px;
}
.category__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 86.666%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
.category__list :nth-child(3), .category__list :nth-child(4) {
  margin-top: 20px;
}
.category__list__item {
  width: 44.6153%;
}
.lists__wrap__ttl {
  margin-top: 3px;
  text-align: center;
}
.category__list__item:hover {
  opacity: 0.7;
}
/*PC design
-----------------*/

@media screen and (min-width: 787px) {
  /*カテゴリー
	----------------------*/
  .category__text {
    margin-top: 50px;
  }
  .category__list {
    width: 89.7560975%;/*1025(画面の最大幅)/920(ulのmax-width)*/
    max-width: 920px;
    margin-top: 40px;
    margin-left: 5.0731707%;
    margin-right: 5.1707317%;
  }
  .category__list :nth-child(3), .category__list :nth-child(4) {
    margin-top: 0;
  }
  .category__list__item {
	width: 21.7391304%;/*920(ulのmax-width)/200(liのmax-width)*/
    max-width: 200px;
  }
	
	.lists__wrap__thumb {
		  max-width: 200px;
	}
	
  .lists__wrap__ttl {
    margin-top: 10px;
  }
}
/*店舗情報
----------------------*/
.shop__map {
  margin-top: 30px;
  text-align: center;
}
.shop__map iframe {
  width: 295px;
  height: 235px;
}
.shop__ttl {
  margin-top: 3px;
  text-align: center;
}
.shop__address {
  margin-top: 5px;
  text-align: center;
}
.shop__tel {
  margin-top: 5px;
  text-align: center;
}
/*PC design
-----------------*/
@media screen and (min-width: 787px) {
  /*店舗情報
	 ----------------------*/
  .shop__wrap {
    display: flex;
    justify-content: space-between;
    margin-right: 7.8048780%;
    margin-left: 9.7560975%;
    margin-top: 50px;
  }
  .shop__map {
    margin-top: 0;
  }
  .shop__map iframe {
    width: 400px;
    height: 333px;
  }
  .shop__text {
    max-width: 400px;
	width: 85.3658%;
    height: 333px;
	margin-left: 15px
  }
  .shop__ttl {
    margin-top: 0;
    font-size: 22px;
    text-align: left;
  }
  .shop__address {
    margin-top: 30px;
    text-align: left;
  }
  .shop__tel {
    margin-top: 30px;
    text-align: left;
  }
}
/******************************

●about/index.html/SOY STANDとは用CSS

*******************************/
.about {
  margin-top: 30px;
}
.about__text {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
}
.about__text p {
  text-align: center;
}
.about__wrap {
  position: relative;
  margin-top: 65px;
  width: 92%;
  max-width: 630px;
  height: 680px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.about__wrap__img img {
  position: relative;
  z-index: 10;
  width: 86%;
  max-width: 335px;
}
.about__wrap__content {
  position: absolute;
  z-index: 0;
  top: 24%;
  right: 0;
  width: 86%;
  max-width: 350px;
  height: 450px;
  background-color: rgba(255, 247, 170, 0.5);
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.08em;
  line-break: strict;
}
.about__wrap__content h3 {
  font-size: 18px;
  text-align: start;
  padding-top: 80px;
  padding-right: 10px;
}
.about__wrap__content p {
  padding: 80px 10px 30px 0;
  text-align: justify-all;
}
.about__wrap__content p:nth-child(3) {
  padding: 80px 10px 30px 0;
}
.about__wrap:last-child .about__wrap__img {
  text-align: right;
}
.about__wrap:last-child .about__wrap__content {
  margin-right: auto;
  left: 0;
  background-color: rgba(145, 219, 185, 0.5);
}
/*説明文（p）調整*/
@media screen and (min-width: 500px) {
  .about__wrap__content p {
    padding: 80px 30px 30px 0;
    overflow-wrap: break-word;
    line-height: 170%;
  }
}
/*PC design
-----------------*/
@media screen and (min-width: 787px) {
  .about__wrap {
    margin-top: 120px;
    max-width: 850px;
    height: 750px;
  }
  .about__wrap__img img {
    width: 50%;
    max-width: 500px;
  }
  .about__wrap__content {
    top: 200px;
    max-width: 500px;
    height: 500px;
  }
  .about__wrap__content h3 {
    font-size: 21px;
    padding-top: 60px;
  }
  .about__wrap__content p {
    padding: 60px 35px 30px 0;
  }
  .about__wrap__content p:nth-child(3) {
    padding: 60px 15px 30px 0;
  }
  .about__wrap:last-child .about__wrap__content h3 {
    padding-right: 117px;
  }
}
/******************************

●soy/index.html/大豆のヒミツ用CSS

*******************************/
.soy {
  margin-top: 30px;
}
.soy__text {
  margin-top: 30px;
  font-size: 17px;
  font-weight: bold;
}
.soy__text p {
  text-align: center;
}
.soy__wrap {
  width: 92%;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
}
.soy__wrap:last-child {
  margin-bottom: 100px;
}
.soy__wrap h3 {
  text-align: center;
  font-size: 20px;
}
.soy__wrap h3::before {
  content: "";
  display: block;
  width: 100px;
  height: 73px;
  background-image: url("../img/soy/seacret1-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}
.soy__wrap:nth-child(even) h3::before {
  background-image: url("../img/soy/seacret2-icon.svg");
}
.soy__wrap:last-child h3::before {
  background-image: url("../img/soy/seacret3-icon.svg");
}
.soy__wrap h3 .d__line {
  background: linear-gradient(transparent 60%, rgba(40, 131, 8, 0.3) 60%);
}
/*for jquery
--------------*/
/*全共通*/
.j__slide-in {
  overflow: hidden;
  display: inline-block;
}
.j__slide-in_inner {
  display: inline-block;
}
/*h3のアニメーション*/
.j__leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}
.j__slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.j__slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
/*imgのアニメーション*/
.j__blur {
  animation-name: blurAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.j__blurTrigger {
  opacity: 0;
}
/* end for jQuery*/
.soy__wrap__img {
  text-align: center;
  margin-top: 20px;
}
.soy__wrap__img img {
  width: 100%;
  height: auto;
  max-width: 450px;
  border: 1px solid rgba(112, 112, 112, 0.30);
}
.soy__text + .soy__wrap .soy__wrap__img .active {
  display: none;
}
.soy__text + .soy__wrap .soy__wrap__img {
  position: relative;
}
.soy__text + .soy__wrap .soy__wrap__img .active {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}
.soy__text + .soy__wrap .soy__wrap__img:hover .active {
  opacity: 1;
}
.soy__wrap__content {
  max-width: 450px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.soy__wrap__content p {
  padding: 6px 0;
}
/*PC design
-----------------*/
@media screen and (min-width: 787px) {
  .soy__text {
    font-size: 20px;
  }
  .soy__wrap {
    margin-top: 230px;
    display: grid;
    position: relative;
    grid-template-rows: 50px 280px;
    grid-template-columns: 420px 1fr;
  }
  .soy__wrap:nth-child(even) {
    grid-template-rows: 50px 280px;
    grid-template-columns: 1fr 420px;
  }
  .soy__wrap + .soy__wrap {
    margin-top: 330px;
  }
  .soy__wrap h3 {
    font-size: 28px;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
  }
  .soy__wrap:nth-child(even) h3 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
  }
  .soy__wrap h3::before {
    position: absolute;
    top: -129px;
    left: 10px;
    right: 0;
    margin: auto;
    width: 150px;
    height: 109px;
  }
  .soy__text + .soy__wrap .soy__wrap__img .active {
    left: 30.5px;
  }
  .soy__wrap__img {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
  }
  .soy__wrap:nth-child(even) .soy__wrap__img {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
  }
  .soy__wrap__img img {
    width: 85%;
    max-width: 420px;
    height: 100%;
    object-fit: cover;
  }
  .soy__wrap__content {
    margin-top: 10px;
    grid-row: 2 / 3;
    grid-column: 2 / 3;
  }
  .soy__wrap:nth-child(even) .soy__wrap__content {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
  }
}
/******************************

●products/index.html/商品一覧用CSS

*******************************/
.products {
  margin-top: 30px;
}
.products__wrap {
  width: 92%;
  padding-top: 90px;
  margin-left: auto;
  margin-right: auto;
}
.products__wrap__ttl {
  text-align: center;
  font-size: 18px;
}
.lnav__deco {
  height: 30px;
  margin: 25px auto 40px;
  width: 1px;
}
.lnav__deco span {
  opacity: 1;
  height: 100%;
  display: block;
  position: relative;
  width: 100%;
}
.lnav__deco span::before {
  content: "";
  background-image: linear-gradient(to bottom, #000, #000 2px, transparent 2px, transparent 4px);
  background-size: 1px 4px;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.lnav__menu__img img {
  border-radius: 50%;
}
.lnav__menu__img img, .tofu__menu__img img, .fried-tofu__menu__img img, .soy-milk__menu__img img, .soymilk-sweets__menu__img img {
  width: 100%;
  max-width: 180px;
}
.products__wrap__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 86.666%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
.lnav__menu {
  width: 70%;
  max-width: 300px;
}
.products__wrap__list :nth-child(3), .products__wrap__list :nth-child(4) {
  margin-top: 40px;
}
.products__wrap__list__item {
  width: 44.6153%;
}

.products__wrap__list__item:hover{
	opacity: 0.7;
}

.lnav__menu__text, .tofu__menu__text, .fried-tofu__menu__text, .soy-milk__menu__text, .soymilk-sweets__menu__text {
  margin-top: 3px;
}
.lnav__menu__text p {
  text-align: center;
}
.tofu__menu__text :nth-child(2), .fried-tofu__menu__text :nth-child(2), .soy-milk__menu__text :nth-child(2), .soymilk-sweets__menu__text :nth-child(2) {
  margin-top: 3px;
  font-size: 14px;
}

.soy-milk__menu__taste,
.soymilk-sweets__menu__taste{
	font-size: 15px;
}


.flex__list__item:hover {
  opacity: 0.7;
}
/*PC design
-----------------*/
@media screen and (min-width: 787px) {
  .pc__flex {
    display: flex;
    justify-content: space-between;
  }
  .pc__flex__item {
    width: 72%;
  }
  .products__wrap {
    width: 100%;
    padding-top: 120px;
    margin-left: 0;
    margin-right: 0;
  }
  .products__wrap__list {
    width: 100%;
    max-width: 700px;
    margin-top: 40px;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }
  .products__wrap__list :nth-child(3), .products__wrap__list :nth-child(4) {
    margin-top: 0;
  }
  .products__wrap__list__item {
    width: 200px;
    margin-right: 15px;
	margin-left:  15px;
  }
  .lnav__deco{
    display: none;
  }
  .products__wrap__ttl {
    font-size: 20px;
  }
  .tofu__menu__text :nth-child(2), .fried-tofu__menu__text :nth-child(2), .soy-milk__menu__text :nth-child(2), .soymilk-sweets__menu__text :nth-child(2) {
    font-size: 15px;
  }
  .lnav {
    width: 20%;
    max-width: 200px;
  }
  .lnav__menu {
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
  }
  .lnav__menu__item {
    padding-bottom: 30px;
  }
  .lnav__menu__img {
    display: inline-block;
    width: 30%;
  }
  .lnav__menu__img img {
    vertical-align: middle;
  }
  .lnav__menu__text {
    display: inline-block;
    width: 60%;
  }
  .lnav__menu__text p {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-left: 5px;
  }
}
/******************************

●contact/index.html/問い合わせ用CSS

*******************************/
.contact {
  margin-top: 30px;
}
.contact__wrap {
  width: 95%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 10px;
  box-sizing: border-box;
  border: 1px solid #707070;
}
.contact__text p {
  text-align: left;
  font-size: 15px;
}
.contact__text__note {
  margin-top: 10px;
  font-size: 14px;
}
.contact__table {
  width: 100%;
}
.contact__table__title, .contact__table__content {
  display: block;
  width: 100%;
  text-align: left;
}
/*フォーム項目*/
.contact__table__title {
  font-weight: normal;
  padding: 40px 0 0;
}
.nessecery {
  display: inline-block;
  padding: 0 5px;
  border-radius: 3px;
  background-color: #e91d0b;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 13px;
}
/*フォーム内容*/
.contact__table__content {
  padding: 10px 0;
}
.contact__table__content input, .contact__table__content textarea {
  width: 98%;
  padding: 8px 0 8px 8px;
  font-size: 16px;
  border-radius: 4px;
  border: 2px solid #707070;
}
.contact__table__content input:focus, .contact__table__content textarea:focus {
  outline: none;
  border: 2px solid #f7bd40;
}
.contact__table__content select {
  font-size: 16px;
  padding: 8px 0;
}
.radio {
  width: 300px;
}
.radio input {
  display: inline;
  width: 10%;
  font-size: 16px;
}

label[for="phone"]{
	padding-right: 30px;
}

/*送信ボタン*/
.entry-btns {
  text-align: center;
}
.entry-btns input {
  position: relative;
  width: 200px;
  padding: 10px;
  background: #97D3E3;
  border-radius: 15px;
  border: none;
  box-shadow: 0 4px 0 #707070;
  font-size: 16px;
}

label,input,textarea,select{
	cursor: pointer;
}

/*safari表示対応*/
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
textarea{
	-webkit-appearance: none;
	box-sizing: border-box;
}

.entry-btns input:hover {
  background-color: #42AAC7;
}
.entry-btns input:active {
  top: 3px;
  box-shadow: 0 1px 0 #707070;
}