@charset "utf-8";
/* CSS Document */
html{
  scroll-behavior: smooth;
  overflow-x: hidden;
}

*{
	font-weight: normal;
	padding: 0;
	margin:0;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
/*	font-family: "Yu Gothic";*/
/*	font-family: "Mplus 1p";*/
/*	font-family: "Rounded Mplus 1c";*/
	font-family: "Sawarabi Mincho";
}

a{
	text-decoration: none;
	letter-spacing: 2px;
	transition: .2s;
/*    -webkit-transform: scale(1.001,1);
    -moz-transform: scale(1.001,1);
    -ms-transform: scale(1.001,1);
    -o-transform: scale(1.001,1);
    transform: scale(1.001,1);*/
}

a:hover{
  opacity: .7;
	transition: .2s;
}

li{
	list-style: none;
}

h1,h2,h3,h4,h5,h6,p{
	color:#000;
}

h1{	
	letter-spacing: 10px;
}
h2{
  font-size: 22px;
  line-height: 32px;
	letter-spacing: 4px;
  font-weight: bold;
}
h3{	
  font-size: 18px;
	letter-spacing: 3px;
}
h4{	
  font-size: 18px;
	letter-spacing: 2px;
}
h5{	
}
h6{	
}
p,th,td,span{
  font-size: 16px;
  line-height: 26px;
	letter-spacing: 2px;
}
hr{
}

body{
  overflow-x: hidden;
}

/*==============================
ヘッダ
==============================*/
header{
  position: relative;
  z-index: 2;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

header a{
  display: block;
}

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

/*==============================
共通
==============================*/


/*==============================
メイン
==============================*/
#movWrap{
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#movWrap > video{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: 100%;
}

#movWrap > h2{
  margin: auto;
  z-index: 2;
  font-size: 24px;
  letter-spacing: 10px;
  writing-mode: vertical-rl;
  color: #fff;
  font-weight: normal;
  text-shadow: 0 0 5px rgba(0,0,0,1);
  padding-bottom: 40px;
}

.headNav{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #df3603;
  height: 60px;
}

.headNav ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.headNav ul li{
}

.headNav ul li::after{
  content: "|";
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
}

.headNav ul li:last-of-type::after{
  display: none;
}

.headNav ul li a{
  font-size: 15px;
  color: #fff;
  letter-spacing: 4px;
}

#aboutWrap{
  padding: 100px 20px;
  text-align: center;
}

#aboutWrap > img{
  max-width: 100%;
  margin-bottom: 20px;
}

#aboutWrap > h2{
  position: relative;
  font-size: 22px;
  line-height: 32px;
  color: #df3603;
  z-index: 2;
}

#aboutWrap > div{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  top: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#aboutWrap > div > img{
  width: 50%;
  margin-right: 10px;
}

#aboutWrap > div > div{
  text-align: left;
}

#aboutWrap > div > div > img{
}

#aboutWrap > div > div > h3{
  font-weight: bold;
  margin-bottom: 10px;
}

#oishisaWrap{
  padding: 100px 20px;
  background-image: url("../img/backImg01.jpg");
  background-size: cover;
  background-position: center center;
}

#oishisaWrap > div{
  background-color: #fff;
  padding: 60px 20px 30px;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#oishisaWrap > div h2{
  position: relative;
  color: #df3603;
}

#oishisaWrap > div h2::after{
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../img/icon02.png");
  background-size: 100% 100%;
}

#oishisaWrap > div img{
  max-width: 100%;
}

#oishisaWrap > div img.pc{
  display: block;
  margin: 0 auto;
}

#oishisaWrap > div img.sp{
  display: none;
}

.pointBox{
  width: 100%;
  height: 600px;
  margin: 0;
  display: flex;
  background-size: cover;
  background-position: center center;
}

.point01{
  background-image: url("../img/backImg02.jpg");
  justify-content: flex-start;
}

.point02{
  background-image: url("../img/backImg03.jpg");
  justify-content: flex-end;
}

.point03{
  background-image: url("../img/backImg04.jpg");
  justify-content: flex-start;
}

.point04{
  background-image: url("../img/backImg05.jpg");
  justify-content: flex-end;
}

.pointBox > div{
  background-color: rgba(0,0,0,.6);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 100px;
}

.pointBox > div > div{
  text-align: center;
}

.pointBox > div > div h2,
.pointBox > div > div p{
  color: #fff;
}

.pointBox > div > div h2{
  margin-bottom: 20px;
}
.pointBox > div > div p{
  text-align: left;
}

#qualityWrap{
  padding: 100px 20px;
  background-image: url("../img/backImg06.jpg");
  background-size: cover;
  background-position: center center;
}

#qualityWrap > div{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: rgba(0,0,0,.6);
  text-align: center;
  padding: 50px 20px;
}

#qualityWrap > div h2{
  color: #fff;
  margin-bottom: 20px;
}

#qualityWrap > div table{
  margin: 0 auto;
}

#qualityWrap > div table th,
#qualityWrap > div table td{
  color: #fff;
  vertical-align: top;
  text-align: left;
  padding-bottom: 10px;
}

#qualityWrap > div table th{
  padding-right: 10px;
}

#storyWrap{
  padding: 100px 100px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}

#storyWrap img{
  position: absolute;
  top: 100px;
  left: 100px;
  width: 60%;
  z-index: 1;
}

#storyWrap p{
  position: relative;
  top: 50px;
  z-index: 2;
  width: 60%;
  background-color: rgba(247,247,247,.8);
  padding: 30px 20px;
}

#voiceWrap{
  padding: 100px 20px;
  background-image: url("../img/voiceBack.jpg");
  background-size: cover;
  background-position: center center;
}

#voiceWrap > h2{
  position: relative;
  color: #df3603;
  text-align: center;
  margin-bottom: 50px;
}

#voiceWrap > h2::after{
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../img/icon02.png");
  background-size: 100% 100%;
}

.voiceBox{
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
  background-color: rgba(255,255,255,.5);
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
}

.voiceBox:last-of-type{
  margin-bottom: 0;
}

.voiceBox h3{
  font-family: "Sawarabi Gothic";
  font-weight: bold;
  color: #df3603;
  margin-bottom: 10px;
}

.voiceBox p{
  font-family: "Sawarabi Gothic";
}

#buyWrap{
  padding: 100px 20px;
}

#buyWrap *{  
  font-family: "Sawarabi Gothic";
}

#buyWrap > h2{
  position: relative;
  color: #df3603;
  text-align: center;
  margin-bottom: 50px;
}

#buyWrap > h2::after{
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../img/icon02.png");
  background-size: 100% 100%;
}

.giftoptionBox{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.giftoptionBox > div{
  border-top: 5px solid #df3603;
  padding:30px 20px;
  width: 49%;
}

.giftoptionBox > div h3{
  text-align: center;
  color: #df3603;
  font-weight: bold;
  margin-bottom: 15px;
}

.giftoptionBox > div:first-of-type{
  width: 100%;
  display: flex;
}

.giftoptionBox > div:first-of-type img{
  width: 50%;
  margin-right: 20px;
  align-self: flex-start;
}

.giftoptionBox > div:first-of-type h3{
  text-align: left;
}

.cartBox{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #ccc;
  padding: 20px;
}

.cartBox > div:first-of-type{
  width: 52%;
  margin-right: 20px;
}

.cartBox > div:first-of-type img{
  width: 100%;
  margin-bottom: 10px;
}

.cartBox > div:last-of-type{
  width: calc(48% - 20px);
}

.cartBox > div:last-of-type > h3{
  color: #df3603;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}

.cartBox > div:last-of-type > p{
  margin-bottom: 15px;
}

.cartBox > div:last-of-type > h4{
  color: #df3603;
  font-weight: bold;
  margin-bottom: 15px;
}

.cartBox > div:last-of-type > hr{
  border: none;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin-bottom: 15px;
}

.cartBox > div:last-of-type > form > h5{
  font-size: 16px;
  margin-bottom: 5px;
}

.cartBox > div:last-of-type > form > select,
.cartBox > div:last-of-type > form > input[type="text"]{
  padding: 7px;
  border-radius: 3px;
  font-size: 15px;
  border: 1px solid #000;
  margin-bottom: 10px;
  width: 100%;
}

.cartBox > div:last-of-type > form > input[type="submit"]{
  background-color: #df3603;
  font-weight: bold;
  color: #fff;
  border: none;
  border-radius: 3px;
  width: 100%;
  text-align: center;
  padding: 15px 20px;
  cursor: pointer;
}

.cartBox a{
  display: block;
  background-color: #df3603;
  font-weight: bold;
  color: #fff;
  border: none;
  border-radius: 3px;
  width: 100%;
  text-align: center;
  padding: 15px 20px;
  cursor: pointer;  
}

#teikiWrap{
  border-top: 1px solid #ccc;
  padding: 100px 20px;
}

#teikiWrap *{  
  font-family: "Sawarabi Gothic";
}

#teikiWrap > h3{
  text-align: center;
}

.teikiBox{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  border: 2px solid #df3603;
  padding: 50px 20px;
  border-radius: 20px;
}

.teikiBox > h2{
  position: relative;
  color: #df3603;
  text-align: center;
  margin-bottom: 50px;
}

.teikiBox > h2::after{
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../img/icon02.png");
  background-size: 100% 100%;
}

.teikiBox > h3{
  margin-bottom: 30px;
  color: #df3603;
  font-weight: bold;
}

.teikiBox > ul{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
}

.teikiBox > ul li{
  width: 32%;
  background-color: #df3603;
  padding: 20px;
  border-radius: 10px;
}

.teikiBox > ul li h4{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #fff;
}

.teikiBox > ul li p{
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #fff;
}

.teikiImgbox{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
}

.teikiImgbox img{
  width: 49%;
  border-radius: 10px;
}

.teikicartbox{
  width: 100%;
  max-width: 800px;
  margin: 0 auto 10px;
  border-radius: 10px;
  background-color: #f8f0ed;
  padding: 30px 30px;
}

.teikicartbox:nth-of-type(2){
  margin-bottom: 80px;
}


.teikicartbox > h3{
  text-align: left;
  color: #df3603;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}

.teikicartbox > div{
  display: flex;
  align-items: center;
  text-align: left;
}

.teikicartbox > div > div{  
  margin-right: auto;
}

.teikicartbox > div > div > p{
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}

.teikicartbox > div > div > h4{
  color: #df3603;
  font-weight: bold;
  margin-bottom: 15px;
}

.teikicartbox > div > a{
  display: block;
  padding: 20px;
  background-color: #df3603;
  border-radius: 10px;
  color: #fff;
}

.teikicartbox > div > a:nth-last-of-type(2){
  margin-right: 10px;
}

.cautionBox{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background-color: #f1f1f1;
  padding: 30px 20px;
  text-align: left;
}

.cautionBox p{
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  color: red;
}

.cautionBox p b{
  font-weight: bold;
  text-decoration: underline;
}

#shopWrap{
  display: flex;
}

#shopWrap *{  
  font-family: "Sawarabi Gothic";
}

#shopWrap > img{
  width: 50%;
}

#shopWrap > div{
  width: 50%;
  text-align: center;
  background-color: #df3603;
  display: flex;
  justify-content: center;
  align-items: center;
}

#shopWrap div h2{
  color: #fff;
  margin-bottom: 10px;
}

#shopWrap div p{
  color: #fff;
  margin-bottom: 10px;
}

#companyWrap{
  padding: 100px 20px;
}

#companyWrap *{  
  font-family: "Sawarabi Gothic";
}

#companyWrap > h2{
  position: relative;
  color: #df3603;
  text-align: center;
  margin-bottom: 50px;
}

#companyWrap > h2::after{
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../img/icon02.png");
  background-size: 100% 100%;
}

#companyWrap > div{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

#companyWrap > div img{
  margin-right: 20px;
  width: 55%;
}

#companyWrap > div table{
  border-collapse: collapse;
  border-spacing: 0;
}
#companyWrap > div table th,
#companyWrap > div table td{
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 10px 20px;
  text-align: left;
}
/*==============================
フッター
==============================*/


footer{
  text-align: center;
}
footer *{  
  font-family: "Sawarabi Gothic";
}

footer > iframe{
  width: 100%;
  height: 500px;
  margin-bottom: 40px;
}

footer > img{
  margin-bottom: 30px;
}

footer > ul{
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

footer > ul li{
  margin:0 10px 5px;
}

footer > ul li a{
  font-size: 14px;
  letter-spacing: 1px;
  color: #666;
}

footer > p.foorCopy{
  padding: 10px 20px;
  font-size: 12px;
  letter-spacing: 4px;
  border-top: 5px solid #df3603;
  margin-top: 30px;
}

/*==============================
レスポンシブ
==============================*/

@media screen and (max-width: 1500px) {
  #movWrap{
    height: calc(65vw - 80px);
  }
  
  #movWrap > video{
    top: 0;
    bottom: auto;
  }
}

@media screen and (max-width: 1500px) {
}
@media screen and (max-width: 1400px) {
}

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

@media screen and (max-width: 1200px) {  
  .pointBox > div{
    padding: 20px 50px;
  }
  
  #storyWrap{
    padding: 100px 20px;
  }
  
  #storyWrap img{
    left: 20px;
  }
  
  #storyWrap p{
    width: 70%;
    line-height: 22px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 1000px) {
  #movWrap {
    height: calc(75vw - 80px);
  }
  
  #movWrap > h2{
    font-size: 20px;
    letter-spacing: 6px;
    padding-bottom: 60px;
  }
  
  #movWrap > video{
    width: 120%;
  }
  
  .headNav{
    padding: 10px;
    height: auto;
  }
  
  #aboutWrap > h2{
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 800px) {
  #movWrap {
    height: calc(80vw - 80px);
  }
  
  #movWrap > h2 {
    padding-bottom: 110px;
  }
  
  #aboutWrap > img{
    width: 40%;
    max-width: 200px;
  }
  
  #aboutWrap > div{
    top: auto;
    display: block;
  }
  
  #aboutWrap > div > img{
    width: 80%;
    max-width: 400px;
    margin-bottom: 30px;
  }
  
  #aboutWrap > div > div{
    text-align: center;
  }
  
  .pointBox{
    height: 400px;
  }
  
  .pointBox > div{
    width: 40%;
    padding: 20px;
  }
  
  .pointBox > div > div p{
    text-align: justify;
  }
  
  .pointBox > div > div p br{
    display: none;
  }
  
  #storyWrap{
    display: flex;
    flex-wrap: wrap;
    padding: 50px 20px;
  }
  
  #storyWrap img{
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    align-self: flex-start;
  }
  
  #storyWrap p{
    width: 95%;
    top: -5vw;
  }
  
  #shopWrap{
    display: block;
  }
  
  #shopWrap > img,
  #shopWrap > div{
    width: 100%;
    vertical-align: bottom;
  }
  
  #shopWrap > div{
    padding: 30px 20px;
  }
  
  .teikiBox{
    max-width: 600px;
  }
  
  .teikiBox > ul{
    display: block;
  }
  
  .teikiBox > ul li{
    width: 100%;
    margin-bottom: 10px;
  }
  
  .teikiImgbox{
    display: block;
  }
  
  .teikiImgbox img{
    width: 100%;
    vertical-align: baseline;
    margin-bottom: 20px;
  }
  
  .teikicartbox > div{
    display: block;
  }
  
  .teikicartbox > div > a{
    margin-bottom: 10px;
  }
  
  .teikicartbox > div > a:nth-last-of-type(2){
    margin-right: 0;
  }
  
  #companyWrap > div{
    display: block;
    text-align: center;
  }
  
  #companyWrap > div img{
    width: 100%;
    max-width: 600px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  
  #companyWrap > div table{
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px){ 
  #movWrap {
    height: calc(85vw - 80px);
  }
  
  #oishisaWrap > div h2{
    margin-bottom: 50px;
  }
  
  #oishisaWrap > div img.pc{
    display: none;
  }
  
  #oishisaWrap > div img.sp{
    display: block;
    margin: 0 auto;
  }
  
  #oishisaWrap > div{
    max-width: 500px;
  }
  
  .pointBox{
    height: auto;
    padding-top: 300px;
  }
  
  .pointBox > div{
    width: 100%;
    height: auto;
    display: block;
  }
  
  .pointBox > div > div h2{
    margin-bottom: 10px;
  }
  
  .giftoptionBox{
    max-width: 400px;
    margin-bottom: 20px;
  }
  
  .giftoptionBox > div{
    width: 100%;
  }
  
  .giftoptionBox > div:first-of-type{
    display: block;
  }
  
  .giftoptionBox > div:first-of-type img{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  
  .giftoptionBox > div:first-of-type h3,
  .giftoptionBox > div:first-of-type p{
    text-align: center;
  }
  
  .cartBox{
    display: block;
  }
  
  .cartBox > div:first-of-type{
    width: 100%;
    margin-right: 0;
  }
  
  .cartBox > div:last-of-type{
    width: 100%;
  }
  
  footer > iframe{
    height: 400px;
  }
}

@media screen and (max-width: 414px){
  #movWrap {
    height: 350px;
  }
  
  #movWrap > video{
    width: 471px;
    left: auto;
  }
  
  #movWrap > h2 {
    position: relative;
    font-size: 16px;
    letter-spacing: 6px;
    top: -55px;
    padding: 0;
  }
  
  .headNav ul li a{
    letter-spacing: 2px;
  }
  
  .headNav ul li{
    margin-right: 15px;
  }
  
  .headNav ul li::after{
    display: none;
  }
}