@charset "UTF-8";

body {
	overflow-x: hidden!important;
}
a{
	text-decoration: none;
	color: #333333;
}
h1, h2{
	margin: 0;
}
.wrapper{
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	background-color: #FFFFFF;
}

/*****トップコンテンツ******/
.top-contents .point {
	background-color: #412210;
}
.top-contents .point-text{
	color: #FFFFFF;
}

/*****商品説明******/
.product{
	margin: 0px auto 20px auto;
	padding: 15px 20px 15px 20px;
	background-color: #F2EFE7;	
}
.product .kan img{
	width: 50%;
	margin: 0px auto 0px auto;
}
.product .rawmaterials h4 {
	font-size: 140%;
	margin-bottom: 20px;
}
.rawmaterials table tr{
	background-color: #FFFFFF;
	border-bottom: 10px solid #F2EFE7;
	text-align: left;
	font-size: 90%;
}
.rawmaterials table tr th{
	padding: 10px 10px 10px 10px;
	width: 30%;
}
.rawmaterials table tr td{
	padding: 10px 10px 10px 10px;
	border-left: 2px dotted #F2EFE7;
}
.seibun{
	border: 2px solid #C8C8C8;
	padding: 20px;
	text-align: left;
	margin-top: 15px;
	font-size: 90%;
}

/*****購入ボタン******/
.shop a{
	border: 2px solid #346EB3;
	padding: 10px;
	text-align: center;
	margin: 20px;
	display: block;
	font-weight: bold;
	background-color: #346EB3;
	color: #FFFFFF;
}
.shop a:hover{
	background-color: #5A91D2;
}

/*****お問い合わせ******/
.info{
	text-align: center;
	margin: 0px 20px 20px 20px;
}
.info .info-title{
	background-color: #DADADA;
	padding: 5px;
	border-radius: 4px;
	margin-bottom: 15px;
}
.tel{
	word-break:keep-all;
	margin-bottom: 15px;
}
.info .stop{
	border: 1px solid #7A7A7A;
	padding: 5px;
	font-size: 80%;
}

/*****ページトップ******/
#page-top{
	background-color: #F2EFE7;
	display: block;
	padding: 10px 0px 5px 0px;
}
#page-top img{
	width: 15%;  
}

/*****footer******/
footer{
	background-color: #DDDDDD;	
	padding: 20px;
}
footer .copy{
	font-size: 80%;
}

/*****popup*****/
.popup {
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.6);
  position:fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  transition: .4s ease;
	text-align: center;
}
 .popup.ok {
   opacity: 0;
   visibility: hidden;
   z-index: -1;
 }
 .popup .pop-btn {
	width: 100%;
	margin: 20px 0px 20px 0px;
	padding: 10px;
	border: 2px solid #C4B782;
	background-color: #E4DECA;
 }
 .popup .pop-btn:hover {
	background-color: #D5C89D;
 }

.popup-inner {
  max-width: 350px;
  width:85%;
  padding: 20px 20px 0px 20px;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  background-color:#fff;
}
.popup img{
	width: 40%;
	max-width: 100%;
	padding-top: 15px;
	height: auto;
}


/*****ふわっと登場******/
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}


/********************/@media only screen and (max-width: 768px)/********************/ {
	
.main{
	margin: 30px auto 0px auto;
}	
.top-contents .main-image img {
	width: 100%;
}	

/*****トップコンテンツ******/
.top-contents .point .point-copy img {
	padding: 20px 0px 10px 0px;
	width: 50%;
}
.top-contents .point-box{
	padding: 0px 30px 0px 30px;
}
.top-contents .point-box li{
	border-top: 1px solid #FFFFFF;
	padding: 20px 0px 20px 0px;
}
.top-contents .point-box li img{
	width: 60%;
}

/*****由来部分******/	
.contents {
	padding: 10px 20px 10px 20px; 
}
.contents img{
	width: 100%;
}
.boxposition{
	margin-top: -200px;
}	
.box{
	margin-bottom: 10px;
}
	
/*****bnr******/
.bnr-harf{
	margin: 20px;
}
.bnr-harf a img{
	width: 100%;
	margin-bottom: 20px;
}
.bnr{
	margin: 20px;
}
.bnr a img{
	width: 100%;
	margin-bottom: 20px;
}

	
}
	
	


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. パソコン*************************/

@media only screen and (min-width:769px){

body {
	background-color: #C0C1C1;
}
.wrapper {
	width: 900px;
	margin: 20px auto 20px auto;
}
.main {
	width: 855px;
	margin: 40px auto 0px auto;
	padding-top:20px;
}
.main-image img {
	width: 839px;
}

.frame-top {
	width: 855px;
	background-image: url("../img/frame-top.png");
	background-repeat: no-repeat;
	height: 35px;
}
.frame {
	width: 855px;
	margin: 0px auto 0px auto;
	background-image: url("../img/frame-middle.png");
	background-repeat: repeat-y;
}
.frame-bottom {
	width: 855px;
	background-image: url("../img/frame-bottom.png");
	background-repeat: no-repeat;
	height: 35px;
	margin-bottom: 20px;
}
	
/*****トップコンテンツ******/
.top-contents{
	width: 839px;
	margin: 0px auto 0px auto;
}
.top-contents .point {
	margin: 0px 15px 0px 15px;
	border-radius: 10px;
}
.top-contents .point .point-copy img {
	width: 310px;
	padding-top: 10px;
}
.top-contents .point-box{
	padding: 15px 15px 20px 15px;
	display: flex;
	justify-content: space-between;
}
.top-contents .point-box li{
	width: 250px;
}
.top-contents .point-box .line{
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 0px 10px 0px 10px
}
.top-contents .point-box li img{
	width: 230px;
}

.top-contents .point-text{
	font-size: 80%;
	line-height: 180%;
}
	
/*****由来部分******/	
.boxposition{
	margin-top: -400px;
}	
.box{
	margin-bottom: 20px;
}
.box img{
	width: 700px;
}
		
/*****商品説明******/
.product{
	width: 839px;
	margin: 30px auto 0px auto;
	padding: 20px 0px 20px 0px;
	display: flex;
}
.product .kan{
	width: 35%;
}
.product .kan img{
	width: 85%;
}
.rawmaterials{
	width: 60%;
	margin: 20px 0px 0px 10px;
}
.product .rawmaterials h4 {
	margin-bottom: 10px;
}
	
/*****bnr******/
.bnr{
	width: 810px;
	margin: 20px auto 0px auto;
	clear: both;
	overflow-x: hidden;
}
.bnr-left{
	width: 49%;
	float: left;
}
.bnr-right{
	width: 49%;
	float: right;
}
.bnr a img{
	width: 100%;
}	
.bnr a:hover{
	opacity: 0.8;
}


/*****ページトップ******/
#page-top img{
	width: 7%;  
}

/*****お問い合わせ******/
.info{
	margin: 0px auto 0px auto;
}
.info .info-title{
	margin: 20px 20px 10px 20px;
}
.company{
	font-size: 110%;
	margin-bottom: 10px;
}
.info .stop{
	display: inline-block;
}
	
/*****footer******/
footer .copy{
}
	
	
}
