  @charset "utf-8";

/* << タブレット以上固定 >> */

@media (min-width: 768px) {
  body {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}

@media screen and (max-width: 736px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  img {
    max-width: 100%;
  }
  .btn a {
    font-size: 15px;
  }
  .mvBox {
    overflow: hidden;
    width: 100%;
  }
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

    ★ CONTENTS
	
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

#contents {
  position: relative;
  width: 100%;
  padding: 0;
}

.inner {
  /*max-width:1800px;
 min-width: 1140px;*/
  margin: 0 auto;
}

section {
  position: relative;
}



/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::sec01*/
.sec01{
	text-align:center;
	padding: 95px 0 150px;
}
.sec01 h2{
	margin-bottom: 70px;
}
.mv img {
    width: 100%;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::sec02*/

.sec02 {
  width: 100%;
  background: url(../../img/sec02_bg.png);
  overflow: hidden;
  text-align: center;
  padding: 80px 0;
}

.sec02 table{
	margin: 0 auto;
	max-width: 1400px;
	border-collapse: collapse;
}
.sec02 table tr{
	padding: 0px;
	margin: 0px;
}

.sec02 table tr:first-child td{
	vertical-align: top;
	padding: 10px 10px 0 10px;
}

.sec02 table tr:nth-child(3){
}


.sec02 table td{
	padding: 10px;
	margin: 0px;
	vertical-align: bottom;
}


.sec02 table td.pic1{
	padding: 0px 10px 0 10px;
}

.sec02 table td.pic2{
	padding: 0px 10px 10px 10px;
}


.sec02 table img {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.sec02 table a img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.2s;	/*変化に掛かる時間*/
}

.sec02 table td img.icon{
	width: 85%;
	padding: 0;
}


.sec02 .detalBox{
	display: none !important;
	overflow: hidden;
}


div.type{
	float: left;
	margin-right:30px;
}



div.name{
	float: right;
	text-align: center;
	height: 416px;
	position: relative;
	}


div.name div{
    position: absolute;
    left: 0%;
    right: 0%;
    /* bottom: 0%; */
    margin-top: 30px;
    font-size: 120%;
}


div.name h4{margin: 10px auto 12px auto;
}

.detailBtn a{
    background-color: #73655c;
    display: inline-block;
    padding: 5px 15px 5px 20px;
    font-weight: bold;
    color: #FFF;
    letter-spacing: 0.4em;
	vertical-align: bottom;
}

.detailBtn a:hover{
	opacity: 0.5;
}

.modaal-content-container {
    padding: 30px 30px 0px 30px;
    overflow: hidden;
}

.modaal-container {
    position: relative !important;
    width: auto !important;
    background-color:#FFF !important;
    padding:10px 20px 40px 20px !important;
    border-radius: 30px !important;
    overflow: hidden;
}


.modaal-container h3{
	font-size: 1.8rem;
	color: #FFF;
	width: 100%;
	margin-bottom:30px;
	padding:7px 10px;
	text-align: center;
	font-weight: bold;
}




.modaal-container h3.onion{
	background-color: #daa33a;
}
.modaal-container h3.vege{
	background-color: #c0c582;
}
.modaal-container h3.eat{
	background-color: #b8a68d;
}
.modaal-container h3.premium{
	background-color: #ef7b50;
}
.modaal-container h3.vegan{
	background-color: #afb95a;
}

.modaal-container h3.sweets{
	background-color: #e4b1ad;
}

/*div.type.onion{
	border: 1px solid #daa33a; 
}	
div.type.vege{
	border: 1px solid #d5d7bc; 
}	
div.type.eat{
	border: 1px solid #b8a68d; 
}	
div.type.premium{
	border: 1px solid #ef7b50; 
}	
div.type.vegan{
	border: 1px solid #afb95a; 
}	
*/




div.type{
	float: left;
	margin-right:10px;
	width: 40%;}

.pc_item div.type img{
	width: 100%;}




div.name{
	width: 50%;
    height: auto;
	}
div.name img{
	width: 85%;
	height: auto;
	}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::sec03*/

.sec03 {
  text-align: center;
}

.sec03 .copy {
  width: 1140px;
  margin: 120px auto 0 auto;
  position: relative;
}

h2.title {
    margin-bottom: 30px !important;
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: 30px;
  border-bottom: double 3px #73645c;
  letter-spacing: 0.2em;
  line-height: 1.4em;
}

.sec03 .book {}





.sec03 .slider-full {
  margin: 40px auto;
}

.sec03 .slider-wrap {
  margin: 120px auto;
}

.sec03 .slick-prev {
  left: 20%;
}

.sec03 .slick-next {
  right: 20%;
}

.sec03 .slick-prev, .sec03 .slick-next {
  z-index: 100;
}

.sec03 .slick-prev::before, .sec03 .slick-next::before {
  font-size: 25px;
  color: #73645c;
}

.sec03 .slider {
  width: 100%;
  margin: 0 auto 80px;
}

.sec03 .slick-slide img {
  max-width: 100%;
  height: auto;
}

.sec03 .mypattern,.sec03 .mypatternsp {
  width: 100%;
}

.sec03 .mypattern .slick-slide,.sec03 .mypatternsp .slick-slide {
  margin: 5px;
  padding: 15px;
  border-radius: 30px; 
}

.sec03 .mypattern .slick-slide:not(.slick-center),.sec03 .mypatternsp .slick-slide:not(.slick-center) {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  background-color: #f5f1e4;
  opacity: 0.3;
  /*
  -webkit-filter: blur(5px);
  -moz-filter:blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  */
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::sec04*/

.sec04 {
  width: 1140px;
  margin: auto;
  position: relative;
  padding: 100px 0;
  text-align: center;
}

.sec04 .factory img {
  max-width: 100%;
}

.sec04 .factory {
  margin: 50px auto;
}

.sec04 .factory ul {
  overflow: hidden;
  margin: 30px auto 0 auto;
  width: 1140px;
  position: relative;
}

.sec04 .factory ul li {
  display: inline-block;
  max-width: 250px;
  margin: 20px auto;
  padding: 0 25px;
  vertical-align: top;
}

.sec04 .factory ul li p {
  text-align: left;
  text-align: justify;
  text-justify: inter-ideograph;
}

.sec04 .factory ul li img {
    display: block;
    max-height: 210px;
    max-width: 210px;
}

.sec04 .factory ul li h3 {
  margin: 20px auto 10px;
  font-weight: bold;
  /* height: 40px; */
  line-height: 1.5em;
  min-height: 5.2rem;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::sec05*/

.sec05 {
  background: url(../../img/sec05_bg.jpg) no-repeat;
  background-position: right;
  padding: 120px 0;
  background-color: #e5e4e3;
  font-size: 1.1em;
}

.sec05 .wrap {
  margin: auto;
  position: relative;
  width: 1140px;
}

.sec05 .wrap img {
  max-width: 1140px;
}

.sec05 h2 {
  font-size: 2rem;
  margin-bottom: 30px;
}

.sec05 p {
  margin-bottom: 20px;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::sec06*/

.sec06 {
  padding: 150px 0;
  width: 1140px;
  margin: auto;
  position: relative;
}

.sec06 h2 {
  text-align: center;
  margin-bottom: 100px;
}

.sec06 ul.shop {
  overflow: hidden;
  position: relative;
  margin: 60px auto;
  text-align: center;
}
.sec06 ul.shop li{
	margin-bottom: 50px;
}
.sec06 ul.shop li.fl {
  float: left;
}

.sec06 ul.shop li.fr {
  float: right;
}

.sec06 ul.shop li a {
  color: #73645c;
  display: block;
  transition: 0.3s;
}

.sec06 ul.shop li a:hover {
  opacity: 0.7;
}

.sec06 ul.shop li h3 {
  font-weight: bold;
  margin: 20px 0 10px 0;
}

.sec06 .car {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin: 100px auto 0 auto;
}

.sec06 .car div {
  float: left;
}

.sec06 .car div.soupy {
  float: right;
  width: 70%;
  background-color: #f5f1e4;
  padding: 30px;
  border-radius: 10px;
}

.sec06 .car div.soupy {
  position: relative;
  display: inline-block;
}

.sec06 .car div.soupy:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #f5f1e4;
}

.sec06 .car div.soupy h4 {
  font-weight: bold;
  font-size: 1.4em;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 1200px) {
  .sec03, .sec04 {
    width: 100%;
  }
  .sec04, .sec03 {
    padding: 40px 10px;
  }
}

@media screen and (min-width: 737px) and (max-width: 1024px) {
  .sec01 {
    padding: 80px 0 90px;
  }
  .sec04 .factory ul {
    width: 100%;
  }
  .sec05 .wrap {
    width: 80%;
  }
  .sec05 {
    background-position: right bottom;
    background-size: 100%;
  }
  .sec06 {
    width: 100%;
    padding: 100px 10px 0 10px;
  }
}

@media screen and (min-width: 737px) and (max-width: 840px) {
  .sec05 .wrap {
    width: 70%;
  }
  .sec02 {
    width: 100%;
  }
  .sec02 .soup {
    position: absolute;
    top: 59px;
    left: 10px;
    z-index: 10;
  }
  .sec04 .factory ul {
    width: 100%;
  }
  .sec04 .factory ul li {
    max-width: 300px;
  }
  .sec06 {
    width: 100%;
  }
  .sec06 ul.shop li.fl, .sec06 ul.shop li.fr {
    float: none;
    margin-bottom: 50px;
  }
  .sec06 .car {
    width: 100%;
    margin: 50px auto 0 auto;
  }
  .sec06 .car div {
    float: none;
    text-align: center;
  }
  .sec06 .car div.soupy {
    float: none;
    width: 100%;
  }
}

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

	html {
		font-size: 0.5rem;
		font-weight: normal;
		line-height: 1.7;
	}

h2.title {
  font-size: 1.35em;
}

	
  .inner {
    max-width: 100%;
    min-width: 100%;
  }
  p.ex {
    text-align: left;
	  font-size: 95%;
  }
  /*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::sec01*/
  .sec01 {
    padding: 70px 20px 70px 20px;
  }
  .sec01 h2 {
    margin:0px auto 30px;
  }
	
 .sec01 h2 img{
 	width:90%;
  }	
  .sec01 p.ex {
    text-align: center;
  }	
	
  /*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::sec02*/
.sec02 {
    padding: 30px 0px 50px 0px;
}
	
  .sec02 li img{
   padding:0 2px !important;
  }	

	
 .sec02 .slider-wrap h3 img{
	width: 70% !important;
	padding: 15px 0 23px 0 !important;
}
	
	

#sp_item .type img{
	width: 90%;
}
	
.detalBox .type img{
	display: block;
	width: 20%;
}
	
	.detailBtn a{
		margin-top: 10px;
	}

.detalBox .name{
	height: 0;
}		
.detalBox .name img{
	display: block;
	width: 20%;
}	
.modaal-content-container {
    padding: 10px;
}
	
	
	
.modaal-container h3 {
    font-size: 1.8rem;
	letter-spacing: 0px;
    margin-bottom: 20px;
    padding: 7px 5px;

}	
	
.modaal-container {
    padding: 10px !important;
	font-size: 1.4em;
}	
.sp_itembtn {
    text-align: center;
    margin-top: 15px;
}
	.spBox{
		overflow: hidden;
	}
.sec02 .tap{
		margin-top: 50px;
	}
div.type img {
    width: 100%;
}	
	
div.name img{
	width: 100%;
	}	
	
	
  /*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::sec03*/
  .sec03 {
    margin: 70px auto 0 auto;
    padding: 10px 0px;
  }
  .sec03 .copy {
    width: 100%;
    margin: 10px auto;
    padding: 0px 20px;
  }
  .sec03 h2.title, .sec03 p {
    /* margin: 10px; */
  }
  .sec03 .fade {
    margin: 30px auto 0 auto;
  }
  .sec03 img {
    width: 100%;
  }
  .sec03 .slick-prev {
    left: 20px;
  }
  .sec03 .slick-next {
    right: 20px;
  }
  .sec03 .slider-wrap {
    margin: 50px auto;
  }
  .sec03 .slick-slide img {
    width: auto;
    padding: 0 3px;
	margin: 0 auto 0 -20%;
  max-width: 140% !important;
}
.slick-dots {
    bottom: -50px;
}

  /*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::sec04*/
  .sec04 {
    padding: 100px 20px 80px 20px;
  }
	
.sec04 .factory {
    margin: 50px auto 30px auto;
}	
	
  .sec04 .factory ul {
    text-align: center;
    width: 100%;
  }
  .sec04 .factory ul li {
    display: block;
    margin: 20px auto 50px;
    max-width: 80%;

    text-align: center;
	  padding: 0px;
  }
.sec04 .factory ul li h3 {
    font-size: 1.3em;
    margin: 15px auto 5px auto;
    min-height: inherit;
}
	
.sec04 .factory ul li p{
	text-align:center;
	margin:auto;
    max-width: 80%;
}
	
	
	
  .sec04 .factory ul li img {
    display: block;
    height: auto;
    margin: auto;
  }
	

	
  /*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::sec05*/
  .sec05 {
  background: url(../../img/sec05_bg_sp.jpg) no-repeat;
    background-size: 100%;
    background-position: bottom;
    padding: 50px 20px 200px 20px;
  }

  .sec05 .wrap {
    width: 100%;
  }
  .sec05 .wrap img {
    max-width: 88%;
    margin: 20px;
  }
  /*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::sec06*/
  .sec06 {
    padding: 120px 20px;
    width: 100%;
  }
  .sec06 h2 img {
    max-width: 40%;
  }
  .sec06 h2 {
    margin-bottom: 20px;
  }
  .sec06 ul.shop {
    width: 100%;
    position: relative;
    margin: 40px auto;
  }
  .sec06 ul.shop li {
    float: none;
    padding: 0 0 10px 0;
  }
	
.sec06 ul.shop li h3 {
    font-weight: bold;
    margin: 20px 0 4px 0;
    font-size: 1.3em;
}	
	
  .sec06 .car {
    width: 100%;
    margin: 50px auto 0 auto;
    text-align: center;
  }
  .sec06 .car div {
    float: none;
  }
  .sec06 .car div.soupy {
    float: none;
    width: 100%;
    margin-top: 10px;
    text-align: left;
	}
  .sec06 .car div.soupy h4 {
    font-weight: bold;
    font-size: 1.2em;
	  margin-bottom: 10px;
  }
	}