@charset "utf-8";
*, ::after, ::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
body {
  font-size: 1.4rem;
  line-height: 1.8;
  font-family: Meiryo, YuGothic, "Yu Gothic medium", "Hiragino Sans", sans-serif;
  background-color: #EFD3B7;
}
.mv {
  width: 100%;
  height: auto;
  padding: 30px 0px 30px 30px;
  background-size: cover;
  background-position: center top;
  display: flex;
  justify-content: center;
  background-image: url(../img/mv1.jpg);
}
/*inviewの設定*/
.inview {
	opacity: 0;
	transform: translateY(100px);
	transition: 1s;
}
.inview.fade-in {
	opacity: 1;
	transform: translateY(0);
}
/*headerナビゲーションの設定*/
h1 a {
  text-decoration: none;
  color: #fff;
}
header {
  background-color: rgba(191, 102, 94, 0.90);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 60px;
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 0px 50px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
header.scroll {
  opacity: 1;
  visibility: visible;
}
.list {
  position: fixed;
  top: 0;
  right: -100%;
  width: 40%;
  height: 80%;
  background-color: rgba(255, 255, 255, 0.90);
  margin-top: 60px;
  border-bottom-left-radius: 50px;
  transition: 0.5s;
}
.list ul {
  text-align: center;
  margin-top: 50px;
}
.list li {
  list-style: none;
  margin-bottom: 20px;
}
.list a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
.list a:hover {
  color: #BF665E;
}
.nav-button {
  width: 40px;
  height: 50px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.nav-button span {
  width: 40px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition: 0.5s;
}
.nav-button span:nth-child(1) {
  top: 12px;
}
.nav-button span:nth-child(2) {
  top: 24px;
}
.nav-button span:nth-child(3) {
  top: 36px;
}
.menu-open .nav-button span:nth-child(1) {
  top: 23px;
  transform: rotate(315deg);
}
.menu-open .nav-button span:nth-child(2) {
  width: 0px;
  right: 50%;
}
.menu-open .nav-button span:nth-child(3) {
  top: 23px;
  transform: rotate(-315deg);
}
.menu-open .list {
  right: 0;
}
/*ナビゲーションボタンの設定*/
nav {
  max-width: 1000px;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
}
nav ul {
  display: flex;
  justify-content: space-between;
}
nav ul li {
  list-style: none;
  text-align: center;
  width: calc(14.3% - 15px);
  height: auto;
}
nav ul li span {
  white-space: nowrap;
}
nav li img {
  transform: scale(0.9);
  transition: 0.5s
}
nav li img:hover {
  transform: scale(1);
}
.t-nav2, .t-nav4, .t-nav6 {
  margin-top: 30px;
}
.t-nav3 {
  margin-top: -20px;
}
/*navのテキストを挿入*/
.t-nav1, .t-nav2, .t-nav3, .t-nav4, .t-nav5, .t-nav6, .t-nav7 {
  position: relative;
}
.t-nav1 p, .t-nav2 p, .t-nav3 p, .t-nav4 p, .t-nav5 p, .t-nav6 p, .t-nav7 p {
  line-height: 1.4;
  color: #fff;
  font-weight: 800;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 1px 1px 2px #000;
}
.t-nav2 p, .t-nav4 p {
  top: 40%;
}
.t-nav3 p {
  top: 35%;
}
.t-nav6 p {
  top: 50%;
}
section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}
h1, h2, nav ul li, header ul a {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
h2 {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 200px;
  font-size: 2.5rem;
}
h3 {
  font-size: 2rem;
}
h4 {
  font-size: 1.6rem;
}
#about {
  margin-top: 100px;
}
.sec1-bg {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  background-size: cover;
  background-position: center top;
  background-image: url("../img/about_bi.jpg");
}
.sec2-bg {
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background-size: cover;
  background-position: center top;
  background-image: url("../img/seisansha_bi.jpg");
  display: block;
  align-items: center;
}
.about {
  position: relative;
}
.bottle-img {
  position: absolute;
  bottom: 50px;
  right: 50%;
  transform: translateX(50%)
}
.about p {
  line-height: 1.6;
}
.catch {
  text-align: center;
  padding-top: 50px;
}
/*商品概要の吹き出しのデザイン*/
.fukidashi-top {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  margin-top: 50px;
}
.fukidashi-midle {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.fukidashi1 {
  width: 40%;
  height: 220px;
  background-color: rgba(255, 255, 255, 0.60);
  border-radius: 48%;
  display: flex;
  align-items: center;
}
.box1 {
  width: 75%;
  height: 150px;
  margin: 0 auto;
}
.fukidashi2 {
  width: 30%;
  height: 180px;
  background-color: rgba(255, 255, 255, 0.60);
  border-radius: 48%;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.box2 {
  width: 75%;
  height: 120px;
  margin: 0 auto;
}
.fukidashi3 {
  width: 35%;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.60);
  border-radius: 48%;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.box3 {
  width: 75%;
  height: 140px;
  margin: 0 auto;
}
.fukidashi4 {
  width: 40%;
  height: 280px;
  background-color: rgba(255, 255, 255, 0.60);
  border-radius: 48%;
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.box4 {
  width: 75%;
  height: 160px;
  margin: 0 auto;
}
.fukidashi5 {
  width: 30%;
  height: 180px;
  background-color: rgba(255, 255, 255, 0.60);
  border-radius: 48%;
  display: flex;
  align-items: center;
  margin-top: -80px;
  margin-left: 100px;
}
.box5 {
  width: 75%;
  height: 100px;
  margin: 0 auto;
}
/*生産者のこだわり*/
.kodawari {
  background-color: rgba(255, 255, 255, 0.60);
  margin: 0 auto;
  padding: 30px;
  max-width: 940px;
  width: 100%;
}
.kodawari dl {
  padding-bottom: 20px;
}
.kodawari h3 {
  text-align: center;
  margin-bottom: 20px;
}
.retsu {
  display: flex;
  margin-bottom: 15px;
}
.retsu span{
  white-space: nowrap;
}
.retsu dt {
  width: 30%;
  display: block;
  background-color: #D9A689;
  padding: 10px;
  line-height: 1.4;
  color: #fff;
  font-weight: 800;
}
.retsu dd {
  width: 70%;
  display: block;
  background-color: #fff;
  padding: 10px;
  line-height: 1.4;
}
.flex-box,.flex-box2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.shop .flex-box:first-child{
  margin-bottom: 80px;
}
.half-box,.half-box2 {
  width: calc(50% - 15px);
}
.hiketsu {
  width: calc(30% - 10px);
  border: 3px solid #BF665E;
  background-color: rgba(255, 255, 255, 0.60);
  border-radius: 50%;
  aspect-ratio: 1 / 1;
}
.text {
  width: 70%;
  margin: 50px auto 0;
  text-align: center;
}
.text h4 {
  margin-bottom: 10px;
}
.red {
  color: #B21818;
  font-size: 2rem;
  font-weight: 800;
}
.red span {
  font-size: 4rem;
}
.shop .flex-box:nth-child(2) {
  flex-direction: row-reverse;
}
.adress {
  padding: 20px 0;
}
.map-btn a, .recipe-btn a {
  border: 1px solid #2d2d2d;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}
.map-btn a:hover, .recipe-btn a:hover {
  border: 1px solid #BF665E;
  color: #BF665E;
}
.ec-btn {
  text-align: center;
  margin-top: 50px;
}
.ec-btn a {
  border: 2px solid #2d2d2d;
  padding: 20px 0;
  display: block;
  width: 300px;
  margin: 0 auto;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}
.ec-btn a:hover {
  border: 2px solid #BF665E;
  color: #BF665E;
}
.cv-box {
  width: calc(70% - 15px);
  height: 200px;
  display: inline-block;
  padding: 30px;
}
.cv1,.cv2,.cv3 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 50px 0;
}
.cv2 {
  justify-content: flex-start;
}
.cv1,.cv2,.cv3{
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: top left;
  border-radius: 30px;
}
.cv1{
  background-image: url(../img/cv-1.jpg);
}
.cv2{
  background-image: url("../img/cv-2.jpg");
  background-position: top right;
}
.cv3{
  background-image: url("../img/cv-3.jpg");
}

.recipe-box h3 {
  margin-bottom: 20px;
}
.recipe-box {
  padding: 50px 50px 50px 100px;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  background-image: url(../img/memo.png);
  background-repeat: no-repeat;
}
.recipe-img {
  width: calc(50% - 15px);
}
.recipe-btn {
  margin-top: 50px;
}
/*POPUPの仕様*/
#inline-wrap1, #inline-wrap2, #inline-wrap3 {
  max-width: 1000px;
  width: 90%;
  height: 80%;
  margin: 0 auto;
  padding: 50px 0;
  background-color: #fff;
}
.popup-inner {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 30px;
}
.popup-inner h3 {
  margin-bottom: 30px;
}
.popup-text {
  width: 400px;
  text-align: left;
  margin: 50px auto;
}
/*閉じるボタンのデザイン*/
a.close {
  width: 100px;
  padding: 10px;
  display: inline-block;
  color: #fff;
  background-color: #BF665E;
  border: 1px solid #BF665E;
  text-decoration: none;
  text-align: center;
}
a.close:hover {
  color: #BF665E;
  border: 1px solid #BF665E;
  background-color: #fff;
}
.wrapping {
  margin-bottom: 30px;
}
.wrap-box {
  width: calc(50% - 15px);
  display: flex;
  justify-content: space-between;
  border: 3px solid #BF665E;
  padding: 10px;
}
.wrap-text {
  padding-left: 15px;
  width: 75%;
}
/*ECサイトボタンの上吹き出しのデザイン*/
.fukidashi {
  display: block;
  margin: 0 auto;
  margin-top: 100px;
  position: relative;
  width: 500px;
  height: 50px;
  background: #BF665E;
  padding: 10px;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 40px;
}
.fukidashi::after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(191, 102, 94, 0);
  border-top-width: 20px;
  border-bottom-width: 20px;
  border-left-width: 15px;
  border-right-width: 15px;
  margin-left: -15px;
  border-top-color: #BF665E;
  top: 100%;
  left: 50%;
}
.qa {
  margin-bottom: 200px;
}
.qa dt {
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #D9A689;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding: 20px 30px 20px 120px;
  color: #fff;
  font-weight: 800;
  line-height: 1;
}
.qa dt::before {
  content: url("../img/tomato-top.png");
  position: absolute;
  left: 0;
  bottom: -4px;
}
.qa dt::before:hover{
	cursor: pointer;
}
.qa dd {
  position: relative;
  width: 100%;
  height: 120px;
  background-color: #fff;
  border-bottom-right-radius: 50px;
  padding: 20px 30px 20px 120px;
}
.qa-box {
  position: relative;
  margin-bottom: 50px;
}
.mark1 span,.mark2 span,.mark3 span,.mark4 span {
  width: 40px;
  height: 3px;
  background-color: #fff;
  z-index: 1;
  position: absolute;
  top: 50px;
  left: 30px;
  transition: 0.5s;
  cursor: pointer;
}
.mark1 span:nth-child(1),.mark2 span:nth-child(1),.mark3 span:nth-child(1),.mark4 span:nth-child(1) {
  transform: rotate(-90deg);
}
.qa1-open .mark1 span:nth-child(1),.qa2-open .mark2 span:nth-child(1),.qa3-open .mark3 span:nth-child(1),.qa4-open .mark4 span:nth-child(1) {
  top: 100px;
  transform: rotate(315deg);
  background-color: #000;
}
.qa1-open .mark1 span:nth-child(2),.qa2-open .mark2 span:nth-child(2),.qa3-open .mark3 span:nth-child(2),.qa4-open .mark4 span:nth-child(2) {
  top: 100px;
  transform: rotate(-315deg);
  background-color: #000;
}
.gotop {
  position: fixed;
  bottom: 10px;
  right: 0px;
  transform: scale(0.6);
  transition: 0.5s;
  display: none;
}
.gotop:hover {
  transform: scale(0.8);
}
footer {
  background-color: #BF665E;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}
footer p {
  margin-top: 30px;
  padding-bottom: 30px;
}
footer ul {
  display: flex;
  justify-content: center;
}
footer li {
  list-style: none;
  margin-right: 30px;
}
footer li:last-child {
  margin-right: 0px;
}
footer ul a {
  color: #fff;
}

@media (max-width:1000px){
.list{
  width: 60%;	
	}
}

@media (max-width:900px){
body {
  font-size: 1.2rem;
  line-height: 1.6;
}
h2 {
  font-size: 2.2rem;
}
h3 {
  font-size: 1.8rem;
}
h4 {
  font-size: 1.4rem;
}
.hiketsu {
  width: calc(33.3% - 10px);
}
header{
  padding: 0 30px;		
}
}

@media (max-width:800px){
.list{
  width: 95%;
  height: 70%;
	}
.catch{
  width: 80%;
  margin: 0 auto;
	}
.bottle-img {
  width: 15%;
  bottom: 180px;
}
/*商品概要の吹き出しのデザイン*/
.fukidashi-top {
  margin-top: 50px;
}
.fukidashi1 {
  width: 45%;
  height: 220px;
}
.box1 {
  width: 75%;
  height: 150px;
}
.fukidashi2 {
  width: 35%;
  height: 180px;
  margin-right: 30px;
}
.box2 {
  width: 75%;
  height: 120px;
}
.fukidashi3 {
  width: 40%;
  height: 200px;
  margin-top: 20px;
}
.box3 {
  width: 75%;
  height: 140px;
}
.fukidashi4 {
  width: 45%;
  height: 260px;
  margin-top: 30px;
}
.box4 {
  width: 75%;
  height: 160px;
}
.fukidashi5 {
  width: 40%;
  height: 180px;
  margin-top: -50px;
  margin-left: 100px;
}
.box5 {
  width: 75%;
  height: 100px;
}
}

@media (max-width:750px){
.hiketsu {
  border-radius: 0%;
} 
.text {
  width: 90%;
  text-align: center;
  margin-top: 15%; 
}
.recipe-btn {
  margin-top: 30px;
}
}

@media (max-width:700px){
.tomato-button{
  display: none;
  	}
.bottle-img {
  width: 15%;
  bottom: 20px;
  right: 15%;
}
/*商品概要の吹き出しのデザイン*/
.fukidashi-top {
  margin-top: 60px;
  align-items: flex-start;
}
.fukidashi1 {
  width: 53%;
  height: 200px;
}
.box1 {
  width: 75%;
  height: 130px;
}
.fukidashi2 {
  width: 43%;
  height: 160px;
  margin-right: 0px;
  margin-top: -30px;
}
.box2 {
  width: 75%;
  height: 100px;
}
.fukidashi3 {
  width: 50%;
  height: 200px;
  margin-top: 50px;
  margin-left: -20px;
}
.box3 {
  width: 75%;
  height: 120px;
}
.fukidashi4 {
  width: 58%;
  height: 220px;
  margin-top: -50px;
  margin-right: -20px;
}
.box4 {
  width: 75%;
  height: 140px;
}
.fukidashi5 {
  width: 50%;
  height: 180px;
  margin-top: 0px;
  margin-left: 150px;
}
.box5 {
  width: 75%;
  height: 80px;
}
.recipe-box {
  padding: 30px 30px 30px 80px;
}
}

@media (max-width:600px) {
  html {
    font-size: calc(100vw * (10 / 550))
  }
  
  section {
  padding: 0 20px;
}
  .kodawari{
    padding: 20px;
  }
  h2{
    margin-top:100px;
    }
  .fukidashi-top,.fukidashi-midle{
    display: block;
  }
  .fukidashi1,.fukidashi2,.fukidashi3,.fukidashi4,.fukidashi5{
    width: 100%;
    height: auto;
    margin: 30px auto;
    border-radius: 20px;
  }
  .fukidashi1{
    margin-top: -30px;
  }
  .fukidashi4,.fukidashi5{
    width:80%;
    margin: 30px auto 0 0;
  }
  .box1,.box2,.box3,.box4,.box5{
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .bottle-img {
  width: 15%;
  transform: translateX(0);
  bottom: 0;
  right: 20px;
}
  .flex-box{
    display: block;
    width: 100%;
  }
  .half-box{
  width: 100%;  
  }
 .half-box2 {
  width: calc(50% - 5px);
}
  .hiketsu {
  width: calc(33.3% - 5px);
  border: 2px solid #BF665E;
}
.cv1,.cv2,.cv3{
  width: 100%;
  height: 180px;
  border-radius: 20px;
}
.fukidashi {
  width: 80%;
  height: 40px;
  }
.ec-btn a {
  width: 60%;
}
.recipe-box {
  display: flex;
  flex-direction: column-reverse;
  background-image: url("../img/memo_mini.png");
  background-repeat: no-repeat;
}
.recipe-img {
  width: 40%;
  margin: -50px 0 0 auto;
}
  .shop .half-box{
    margin-bottom: 30px;
  }
  .wrap-box{
    width: 100%;
    margin-bottom: 30px;
    border: 2px solid #BF665E;
  }
}

@media (max-width:500px) {
.popup-text {
  width: 100%;
}
.recipe-box {
  padding: 20px 20px 20px 80px;
  margin-left: -20px;
}
.recipe-img {
  width: 30%;
}
.qa dt {
  height: 30px;
  padding-left:100px;
}
.qa dd{
   padding-left:100px;
  }
.qa dt::before {
  content: url("../img/tomato-top-mini.png");
  position: absolute;
  left: 0;
  bottom: -4px;
}
.qa-box img{
    width: 80px;
    height: auto;
  }
.mark1 span,.mark2 span,.mark3 span,.mark4 span {
  top: 40px;
  left: 25px;
  width: 30px;
  height: 2px;
}
.fukidashi {
width: 90%;
}
}
