@charset "UTF-8";

/* display */

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width:768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
p{
  color: #42210B;
  line-height: 40px;
  font-family: 'Kiwi Maru', serif;
}
h2{
  color: #42210B;
  font-family: 'Kiwi Maru', serif;
  font-weight: bold;


}
html{
  scroll-behavior: smooth;
}
html,body{
  max-width: 100%;
  width: 100%;
  height: auto;
}
body{
  font-family: 'Kiwi Maru', serif;
}

@font-face {
	font-family: 'MyFont';
	src: url(../font/HuiFontP29.ttf);
  src: local('myfont Regular'), /* フォントがローカルにインストールされている場合に有効 */
	     url('../font/HuiFontP29.eot?#iefix') format('embedded-opentype'), /* eof - IE6-IE8 */
	     url('../font/HuiFontP29.woff') format('woff'), /* woff - Modern Browsers */
	     url('../font/HuiFontP29.ttf')  format('truetype'), /* ttf - Safari, Android, iOS */
	     url('../font/HuiFontP29.svg#svgFontName') format('svg'); /* svg - Legacy iOS */
}
/* header------------------------------------------------------------- */
header{
  width: 100%;
}

.main video{
  width: 100%;

}

#fadein_area{
	width: 100%;
	height: 100%;
  background-attachment: fixed;
}
img.maincara01{
  width: 14%;
  margin-top:13%;
  left:   20%;
  position: absolute;
}
img.maincara02{
  width: 9%;
  margin-top: 10%;
  left:   66%;
  position: absolute;
}
img.maincara03{
  width: 17%;
  top: 37%;
  left:   40%;
  position: absolute;
}


.header{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  height: 60px;
  position: relative;
}

.header_logo{
  text-align: left;
  display: inline-block;
}

.is-animation {
  width: 160px;
  vertical-align: top;
}

.navi_top{
  display: inline-block;
  font-size: 14px;
  font-family: 'Kiwi Maru', serif;
}
.navi_top ul li{
  display: inline-block;
  padding:0px 40px;
  border-right: dotted 1px #42210B;
}
.navi_top ul li:last-child{
  border-right: none;
}

.navi_top ul li a{
  color: #42210B;
}
.hd_icon{
  display: inline-block;
}
.hd_icon img{
  padding: 0 5px;
}
.hd_icon02{
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
  padding-left: 20px;

}
.hd_btn{
  display: inline-block;
  margin-left: 20px;
}
.hd_btn a img{
  margin-top: -30px;
}




.arrow-down{
  width:60px;
  height:40px;
  margin:0 0 0 -30px;
  position:fixed;
  left:50%;
  bottom:0px;
  -webkit-animation: arrow 0.5s 1s infinite ease-out alternate;

}

.arrow-down:hover{
   -webkit-animation-play-state: paused;
}

.left{
  position:absolute;
  height:10px;
  width:40px;
  background:#42210B;
  -webkit-transform:rotate(240deg);
  top:-30px;
  left:10px;
  -webkit-border-radius:4px;
  -webkit-transform-origin:5px 50%;
  -webkit-animation: leftArrow 0.5s 1s infinite ease-out alternate;
}

.right{
  position:absolute;
  height:10px;
  width:40px;
  background:#42210B;
  -webkit-transform:rotate(-60deg);
  top:-30px;
  left:10px;
  -webkit-border-radius:4px;
  -webkit-transform-origin:5px 50%;
  -webkit-animation: rightArrow 0.5s 1s infinite ease-out alternate;
}




@-webkit-keyframes arrow{
  0% {
    bottom:0px;
  }
  100%{
    bottom:40px;
  }
}


@-webkit-keyframes leftArrow{
  0% {
  }
  100%{
    -webkit-transform:rotate(225deg);
  }
}

@-webkit-keyframes rightArrow{
  0% {
  }
  100%{
    -webkit-transform:rotate(-45deg);
  }
}
/* header */

.buy_bt{
  width: 177px ;
  right: 50px;
  bottom:  50px;
  position: fixed;
  z-index: 5;
}
.buy_bt.mini{
  width: 130px !important;
  -webkit-animation-name: logo_anime;
   -webkit-animation-duration:1s;
   animation-name:logo_anime;
   animation-duration:1s;
}
@-webkit-keyframes logo_anime{
    from{
        width: 177px;
    }
    to {
        width: 130px !important;
    }
}
@keyframes logo_anime{
    from{
        width: 177px;
    }
    to{
        width: 130px !important;
    }
}

#wrap{
  width: 100%;
  margin: 0 auto;
}
a.buy_btn{
  position: fixed;
  z-index: 99;
  right: 20px;
  bottom: 20px;
}
a.buy_btn img{
  width: 130px;
}


a.buy_btn:hover{
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
  transform: translateY(-10px);
  transition-duration: 0.5s;
}

/* contents01------------------------------------------------------------- */
.contents01{
  padding: 60px 0px;
  text-align: center;
}
.left_con{
  display: inline-block;
  width: 600px;
  vertical-align: top;
  text-align: left;
}
.left_con h2{
  padding: 40px 0px;
}
.left_con p{
  display: inline-block;
  width: 550px;
}
.left_con p span{
  font-size: 25px;
}
.right_con{
  display: inline-block;
}
.right_con img{
  padding-left: 30px;
}

.top_product{
  margin-top: -30px;
}
.top_product p{
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  line-height: 30px;
  vertical-align: middle;
  margin-bottom: 0px;
}
.top_product p span{
font-weight: lighter;
  font-size: 16px;
}
img.buy_bt_small{
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;

}
/* contents01 */

img.border_o{
  width: 100%;
  margin: 60px 0;

}

/* contents02------------------------------------------------------------- */
.contents02{
  padding: 60px 0px;
  text-align: center;
  position: relative;
}
img.top_con_02{
  width: 85%;
}


.webcm{
  position: absolute;
  top:-60px;
  left: -30px;

}
.webcm img{
  width: 200px;
  transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));


}
/* .webcm_youtube{
  width: 30vw;
  float: left;
  vertical-align: middle;
} */
.webcm_youtube {
   margin-bottom: 20px;
display: inline-block;
   margin-right: 20px;
   vertical-align: top;
   position: relative;
}

.webcm_youtube iframe {
   width:480px;
   height: 270px;
}
.contents02_a h2 img{
  width: 400px;
}
.contents02_a h2{
  margin-bottom: 60px;
  position: relative;
  padding: 1.5rem;
  text-align: center;
}
.contents02_a h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 20px;
  content: '';
  border-radius: 3px;
  background: url(../images/dot.png) bottom repeat-x;
  background-size: 25px;
}

/* スライド部分 -------------------------------------------------*/
.slideshow{
	position: relative;
	overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

input[name="slideshow"] {
	display: none;
}

/* :::::: slideContents :::::: */
.slideContents {
	position: relative;
	background: #9C1726;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
	transition: transform .6s;
}
.slideContents section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  height: auto;
	transform: translateX(100%);
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.slideContents section img {
	max-width: 100%;
  height: auto;
	padding: 0 50px;
	box-sizing: border-box;
	vertical-align: middle;
}

/* :::::: arrows :::::: */
.arrow,
.arrow label,
.arrow .ico {
	position: absolute;
}
.arrow {
	top: 0;
	margin: 0;
	transition: background .3s;
}
.prev {
	left: 0;
}
.next {
	right: 0;
}
.arrow:hover {
	background: rgba(255,255,255,.2);
}
.arrow,
.arrow label {
	cursor: pointer;
	width: 50px;
	height: 100%;
}
.arrow label {
	top: 0;
	left: 0;
	z-index: 1;
}
.arrow .ico {
	top: calc(50% - 6px);
	width: 12px;
	height: 12px;
	border-top: 3px solid #fff;
	opacity: 0;
}
.prev .ico {
	left: 50%;
	border-left: 3px solid #fff;
	transform: rotate(-45deg);
	transition: left .3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity .3s;
}
.next .ico {
	right: 50%;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	transition: right .3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity .3s;
}
.arrow .ico {
	opacity: .6;
}
.prev .ico {
	left: calc(50% - 6px);
}
.next .ico {
	right: calc(50% - 6px);
}

/* :::::: contents :::::: */
.slideContents section {
	opacity: 0;
}
.slideContents section .contents {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 16px;
	box-sizing: border-box;
}
.slideContents section h1,
.slideContents section p {
	margin: 0;
	color: lightseagreen;
	opacity: 0;
}
.slideContents section h1 {
	font-size: 16px;
}
.slideContents section p {
	margin-top: .5em;
	font-size: 12px;
}

/* :::::: mechanism :::::: */
#switch1:checked ~ .slideContents #slide1,
#switch2:checked ~ .slideContents #slide2,
#switch3:checked ~ .slideContents #slide3 {
	position: relative;
	opacity: 1;
	transform: none;
}
#switch1:checked ~ .slideContents #slide3,
#switch2:checked ~ .slideContents #slide1,
#switch3:checked ~ .slideContents #slide2 {
	transform: translateX(-100%);
}
#switch1:checked ~ .slideContents #slide1 h1,
#switch1:checked ~ .slideContents #slide1 p,
#switch2:checked ~ .slideContents #slide2 h1,
#switch2:checked ~ .slideContents #slide2 p,
#switch3:checked ~ .slideContents #slide3 h1,
#switch3:checked ~ .slideContents #slide3 p {
	opacity: 1;
}

/* アニメーションする */
.slideContents section {
	transition: opacity 1s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.slideContents h1,
.slideContents p {
	transform-origin: 50% 100%;
	transition: opacity 1s;
}
#switch1:checked ~ .slideContents #slide1 h1,
#switch2:checked ~ .slideContents #slide2 h1,
#switch3:checked ~ .slideContents #slide3 h1 {
	animation: titleAppear 1.5s;
}
#switch1:checked ~ .slideContents #slide1 p,
#switch2:checked ~ .slideContents #slide2 p,
#switch3:checked ~ .slideContents #slide3 p {
	animation: textAppear 1.3s;
}
@keyframes titleAppear {
	0% { opacity: 0; }
	68% { opacity: 0; transform: translateY(6px); }
	75% { opacity: 1; transform: translateY(6px) scaleY(.8); }
	100% { transform: none; }
}
@keyframes textAppear {
	0% { opacity: 0; }
	60% { opacity: 0; transform: translateY(10px); }
	68% { opacity: 1; transform: translateY(10px) scaleY(.6); }
	95% { transform: none; }
}

/* :::::: arrow mechanism :::::: */
.arrow label {
	pointer-events: none;
}
#switch1:checked ~ .prev label[for="switch3"],
#switch2:checked ~ .prev label[for="switch1"],
#switch3:checked ~ .prev label[for="switch2"],
#switch1:checked ~ .next label[for="switch2"],
#switch2:checked ~ .next label[for="switch3"],
#switch3:checked ~ .next label[for="switch1"] {
	pointer-events: auto;
}
/* contents02 */



/* contents03------------------------------------------------------------- */
.contents03{
  padding: 60px 0px;
  text-align: center;
  width: 980px;
  margin: 0 auto;
}

/* contents03 */

/* contents04------------------------------------------------------------- */
#con04wrap{
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.con04 {
  background-image: url("../images/top_con_04.png");
  width: 100%;
	height: 30vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.con04cara {
  margin-top: -230px;
  margin-left: 10%;
}

/* contents04 */



/* contents05------------------------------------------------------------- */
.contents05{
  padding: 60px 0px;
}
img.right_bt{
  margin-left: 220px;
}
/* contents05 */


/* contents06------------------------------------------------------------- */
.contents06{
  padding: 60px 0px;
}

/* contents06 */




/* contents07------------------------------------------------------------- */
.contents07{
  padding: 60px 0px;
  text-align: center;
}
#con07wrap{
  width: 80%;
  margin: 0 auto;
}
#con07wrap h2 img{
  width: 400px;
}
#con07wrap h2{
  margin-bottom: 30px;
  position: relative;
  padding: 1.5rem;
  text-align: center;
}
#con07wrap h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 20px;
  content: '';
  border-radius: 3px;
  background: url(../images/dot.png) bottom repeat-x;
  background-size: 25px;
}
.news-table{
  width: 80%;
  margin: 0 auto;
  margin-top: 60px;
  font-family: 'Kiwi Maru', serif;
}
tr.news{
  border-bottom: dashed 1px #808080;
  text-align: left;
}
.news td{
  padding: 20px 0px;
}
.news td.date{
  width: 12%;
  color: #48130D;
  font-size: .9rem;
  opacity: .7;
  padding-left: 20px;
}

.news td.text{
  width: 80%;
}
.news td.text a{
  color: #48130D;
  text-decoration: none;
}
p.more{
  padding: 20px 0px 0px;
  text-align: right;
  margin-right: 10%;
}
/* contents07 */




/* contents08------------------------------------------------------------- */
.contents08{
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0px;
}
.contents08 h2{
  padding: 40px 0px;
}
.contents08 h2 img{
  padding: 0px 20px;
}

/* contents08 */

.top_banner{
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0px;
}

/* footer------------------------------------------------------------- */
footer{
  background-color: #42210B;
  width: 100%;
  padding: 20px 0;
  font-family: 'Kiwi Maru', serif;
}
.footer_logo{
  text-align: left;
  margin: 0 auto;
  padding-left:80px;
  display: inline-block;
}
.footer_logo img{
  display: inline-block;
  vertical-align: bottom;
}
.copylight{
  text-align: left;
  color: #fff;
  font-size: 10px;
  padding-left:20px;
  display: inline-block;
}
.footer_navi{
  text-align: right;
  display: inline-block;
}
.footer_navi i{
  font-size: 15px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.footer_navi ul li{
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding:0px 10px;
  font-size: 12px;

}
.footer_navi ul li a{
  color: #fff;
}

/* スライダー */
/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}
/*スライド画像の横幅可変*/
img {
    max-width: 100%;
     height: auto;
}

.header_flex {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  height: 60px;
}
.header_flex {
  position: fixed;
  top: -70px;
  left: 0;
}
.header_flex > .header_logo img{
  width: 70%;
}



.slider_single_box{
  width: 500px;
  display: inline-block;

  }
.slider_single{
  padding: 0px;
}
.slider_single img{
  height: 315px;
}

iframe{
  margin-right: 15px;
}

.con02_a_pro_box{
  width: 980px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.con02_a_pro_box li{
  display: inline-block;
}
.con02_a_pro_box li a img{
  width:310px;
}
/* さんざし */
.con02_a_pro_box li.pro01_img{
  background-image: url(../images/pro_01_hv.png);
  background-size: 310px;
}
/* コラーゲン */
.con02_a_pro_box li.pro02_img{
  background-image: url(../images/pro_02_hv.png);
  background-size: 310px;
}
/* マスカット */
.con02_a_pro_box li.pro04_img{
  background-image: url(../images/pro_04_hv.png);
  background-size: 310px;
}
/* サジーオランジュ */
.con02_a_pro_box li.pro06_img{
  background-image: url(../images/pro_09_hv.png);
  background-size: 310px;
}
/* さんざしプリン */
.con02_a_pro_box li.pro07_img{
  background-image: url(../images/pro_10_hv.png);
  background-size: 310px;
}
/* ぽん酢 */
.con02_a_pro_box li.pro08_img{
  background-image: url(../images/pro_08_hv.png);
  background-size: 310px;
}
/* 混合セット */
.con02_a_pro_box li.pro03_img{
  background-image: url(../images/pro_03_hv.png);
  background-size: 310px;
}
/* 全商品一覧 */
.con02_a_pro_box li.pro05_img{
  background-image: url(../images/pro_allnew_hv.png);
  background-size: 310px;
}
/* coming soon */
.con02_a_pro_box li.pro09_img{
  background-image: url(../images/pro_06_hv.png);
  background-size: 310px;
}

.con02_a_pro_box li.pro01_img a,.con02_a_pro_box li.pro02_img a,.con02_a_pro_box li.pro03_img a,.con02_a_pro_box li.pro04_img a,.con02_a_pro_box li.pro05_img a,.con02_a_pro_box li.pro06_img a,.con02_a_pro_box li.pro07_img a,.con02_a_pro_box li.pro08_img a,.con02_a_pro_box li.pro09_img a{
  display: inline-block;
}
.con02_a_pro_box li.pro01_img a:hover,.con02_a_pro_box li.pro02_img a:hover,.con02_a_pro_box li.pro03_img a:hover,.con02_a_pro_box li.pro04_img a:hover,.con02_a_pro_box li.pro05_img a:hover,.con02_a_pro_box li.pro06_img a:hover,.con02_a_pro_box li.pro07_img a:hover,.con02_a_pro_box li.pro08_img a:hover,.con02_a_pro_box li.pro09_img a:hover{
  background-color: transparent;
}
.con02_a_pro_box li.pro01_img a:hover img,.con02_a_pro_box li.pro02_img a:hover img,.con02_a_pro_box li.pro03_img a:hover img,.con02_a_pro_box li.pro04_img a:hover img,.con02_a_pro_box li.pro05_img a:hover img,.con02_a_pro_box li.pro06_img a:hover img,.con02_a_pro_box li.pro07_img a:hover img,.con02_a_pro_box li.pro08_img a:hover img,.con02_a_pro_box li.pro09_img a:hover img{
  visibility: hidden;
}


#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  left:20px;
  bottom: 17px;
  background: #fff;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 99;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #42210B;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


/* 768px =======================================================================*/
@media screen and (max-width:768px) {
  p{
    color: #42210B;
    line-height: 20px;
  }
  .main video{
    position: relative;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
width: 100%;
  height: 480px;
z-index: -100;
background: url('poster.jpg') no-repeat;
object-fit: cover;
  animation: ltr 3s alternate infinite;

  }


  #wrap{
    width: 100%;
    margin: 0 auto;
  }
  #wrap02{
    width: 100%;
    margin: 0 auto;
  }
  a.buy_btn{
    position: fixed;
    z-index: 99;
    right: 20px;
    bottom: 20px;
  }
  a.buy_btn img{
    width: 80px;
  }
  
  
  a.buy_btn:hover{
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
    transform: translateY(-10px);
    transition-duration: 0.5s;
  }
  .header_logo{
    width: 55vw;
    text-align: left;
    display: block;
    margin-left: 20px;
  }
  /*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #42210B;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition   : 0.5s ease-in-out;
  transition        : 0.5s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background : #fff;
  -webkit-transform: rotate(315deg);
  -moz-transform   : rotate(315deg);
  transform        : rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background : #fff;
  -webkit-transform: rotate(-315deg);
  -moz-transform   : rotate(-315deg);
  transform        : rotate(-315deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(0,0,0,0.7);
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  visibility: hidden;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  margin-top: 60px;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}
  /* contents01------------------------------------------------------sp------- */
  .contents01{
    width: 90%;
    padding: 30px 0px;
    margin: 0 auto;
    text-align: center;
  }
  .left_con{
    display: block;
    width: 100%;
    vertical-align: top;
    text-align: left;
    margin-bottom: 40px;
  }
  .left_con h2{
    padding: 0px 0px;
    text-align: center;
  }
  .left_con p{
    display: inline-block;
    width: 100%;
  }
  .left_con p span{
    font-size: 25px;
  }
  .right_con{
    display: inline-block;
    width: 80%;
    margin: 0 auto;
  }
  .right_con img{
    padding-left: 0px;
    margin-bottom: 40px;
  }

  .top_product{
    margin-top: 0px;
  }
  .top_product p{
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    line-height: 30px;
    vertical-align: middle;
    margin-bottom: 0px;
  }
  .top_product p span{
  font-weight: lighter;
    font-size: 16px;
  }
  img.buy_bt_small{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;

  }
  /* contents01 */

  img.border_o{
    width: 100%;
    margin: 0px 0;

  }

  /* contents02--------------------------------------------------------sp----- */
  .contents02{
    width: 90%;
    padding: 30px 0px;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  img.top_con_02{
    width: 85%;
  }


  .webcm{
    position: absolute;
    top:-60px;
    left: 0px;

  }
  .webcm img{
    width: 200px;
    transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));


  }
  .contents02_a h2 img{
    width: 100%;
  }
  .contents02_a h2{
    margin-bottom: 60px;
    position: relative;
    padding: 1.5rem;
    text-align: center;
  }
  .contents02_a h2:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 20px;
    content: '';
    border-radius: 3px;
    background: url(../images/dot.png) bottom repeat-x;
    background-size: 25px;
  }

  /* .webcm_youtube {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
     margin-bottom: 20px;
}

.webcm_youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
} */

.webcm_youtube {
   margin-bottom: 20px;
   vertical-align: middle;
      width: 100%;
      margin: 0 auto;
}

.webcm_youtube iframe {
   width: 100%;
   height: 200px;
}
  /* contents02 */



  /* contents03---------------------------------------------------------sp---- */
  .contents03{
    padding: 0px 0px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  /* contents03 */




  /* contents07------------------------------------------------------------- */
  .contents07{
    padding: 40px 0px;
    text-align: center;
  }
  #con07wrap{
    width: 100%;
    margin: 0 auto;
  }
  #con07wrap h2 img{
    width: 100%;
  }
  #con07wrap h2{
    margin-bottom: 30px;
    position: relative;
    padding: 1.5rem;
    text-align: center;
  }
  #con07wrap h2:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 20px;
    content: '';
    border-radius: 3px;
    background: url(../images/dot.png) bottom repeat-x;
    background-size: 25px;
  }
  .news-table{
    width: 80%;
    margin: 0 auto;
    margin-top: 60px;
  }
  tr.news{
    border-bottom: dashed 1px #808080;
    text-align: left;
  }
  .news td{
    padding: 10px 0px 20px;
  }
  .news td.date{
    width: 100%;
    color: #48130D;
    font-size: .9rem;
    opacity: .7;
    padding-left: 0px;
    padding-bottom: 0;
    display: block;
  }

  .news td.text{
    width: 100%;
    display: block;
  }
  .news td.text a{
    color: #48130D;
    text-decoration: none;
  }
  p.more{
    padding: 20px 0px 0px;
    text-align: right;
    margin-right: 10%;
  }
  /* contents07 */




  /* contents08------------------------------------------------------------- */
  .contents08{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0px;
  }
  .contents08 h2{
    padding: 40px 0px;
  }
  .contents08 h2 img{
    padding: 0px 20px;
  }

  /* contents08 */

  .top_banner{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0px;
  }

  /* footer------------------------------------------------------------- */
  footer{
    background-color: #42210B;
    width: 100%;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
  }
  .footer_logo{
    text-align: center;
    margin: 0 auto;
    padding-left:0px;
    display: inline-block;
    margin-bottom: 20px;
  }
  .footer_logo img{
    display: inline-block;
    vertical-align: bottom;
  }
  .copylight{
    text-align: center;
    color: #fff;
    font-size: 10px;
    padding-left:0px;
    display: inline-block;
  }
  .footer_navi{
    text-align: center;
    display: inline-block;
  }
  .footer_navi i{
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .footer_navi ul{
    padding-left: 0;

  }
  .footer_navi ul li{
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding:0px 10px;
    font-size: 12px;

  }
  .footer_navi ul li a{
    color: #fff;
  }

  /* スライダー */
  /*左右の矢印の色を変える*/
  .slick-prev:before,
  .slick-next:before {
      color: #000;
  }
  /*左右の矢印の位置を変える*/
  .slick-next {
      right: 20px;
      z-index: 99;
  }
  .slick-prev {
       left: 15px;
      z-index: 100;
  }
  /*スライド数のドットの色を変える*/
  .slick-dots li.slick-active button:before,
  .slick-dots li button:before {
      color: #fff;
  }
  /*スライド画像の横幅可変*/
  img {
      max-width: 100%;
       height: auto;
  }

  .header_flex {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    height: 60px;
  }
  .header_flex {
    position: fixed;
    top: -70px;
    left: 0;
  }
  .header_flex > .header_logo img{
    width: 70%;
  }



  .slider_single_box{
    width: 500px;
    display: inline-block;

    }
  .slider_single{
    padding: 0px;
  }
  .slider_single img{
    height: 315px;
  }

  iframe{
    margin-right: 15px;
  }

  .con02_a_pro_box{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding-left: 0;
  }
  .con02_a_pro_box li{
    display: inline-block;
  }
  .con02_a_pro_box li a img{
    width: 100%;
  }
　
　/* さんざし */
  .con02_a_pro_box li.pro01_img{
    background-image: url(../images/pro_01_hv.png);
    background-size: 100%;
  }
　/* コラーゲン */
  .con02_a_pro_box li.pro02_img{
    background-image: url(../images/pro_02_hv.png);
    background-size: 100%;
  }
　/* マスカット */
  .con02_a_pro_box li.pro04_img{
    background-image: url(../images/pro_04_hv.png);
    background-size: 100%;
  }
　/* サジーオランジュ */
  .con02_a_pro_box li.pro06_img{
    background-image: url(../images/pro_09_hv.png);
    background-size: 100%;
  }
　 /* さんざしプリン */
  .con02_a_pro_box li.pro07_img{
    background-image: url(../images/pro_10_hv.png);
    background-size: 100%;
  }
　 /* ぽん酢 */
  .con02_a_pro_box li.pro08_img{
    background-image: url(../images/pro_08_hv.png);
    background-size: 100%;
  }
　/* 混合セット */
  .con02_a_pro_box li.pro03_img{
    background-image: url(../images/pro_03_hv.png);
    background-size: 100%;
  }
　/* 全商品一覧 */
  .con02_a_pro_box li.pro05_img{
    background-image: url(../images/pro_allnew_hv.png);
    background-size: 100%;
  }
　 /* coming soon */
  .con02_a_pro_box li.pro09_img{
    background-image: url(../images/pro_06_hv.png);
    background-size: 100%;
  }
  /* スライド部分 -------------------------------------------------*/
  .slideshow {
  	position: relative;
  	overflow: hidden;
    display: inline-block;
    margin-right: 0px;
  }
  input[name="slideshow"] {
  	display: none;
  }

  /* :::::: slideContents :::::: */
  .slideContents {
  	position: relative;
  	background: #9C1726;
  	text-align: center;
  	-webkit-user-select: none;
  	user-select: none;
  	transition: transform .6s;
  }
  .slideContents section {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
    height: auto;
  	transform: translateX(100%);
  	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .slideContents section img {
  	max-width: 560px;
    width: 100%;
    height: auto;
  	padding: 0 50px;
  	box-sizing: border-box;
  	vertical-align: middle;
  }

  /* :::::: arrows :::::: */
  .arrow,
  .arrow label,
  .arrow .ico {
  	position: absolute;
  }
  .arrow {
  	top: 0;
  	margin: 0;
  	transition: background .3s;
  }
  .prev {
  	left: 0;
  }
  .next {
  	right: 0;
  }
  .arrow:hover {
  	background: rgba(255,255,255,.2);
  }
  .arrow,
  .arrow label {
  	cursor: pointer;
  	width: 50px;
  	height: 100%;
  }
  .arrow label {
  	top: 0;
  	left: 0;
  	z-index: 1;
  }
  .arrow .ico {
  	top: calc(50% - 6px);
  	width: 12px;
  	height: 12px;
  	border-top: 3px solid #fff;
  	opacity: 0;
  }
  .prev .ico {
  	left: 50%;
  	border-left: 3px solid #fff;
  	transform: rotate(-45deg);
  	transition: left .3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity .3s;
  }
  .next .ico {
  	right: 50%;
  	border-right: 3px solid #fff;
  	transform: rotate(45deg);
  	transition: right .3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity .3s;
  }
  .arrow .ico {
  	opacity: .6;
  }
  .prev .ico {
  	left: calc(50% - 6px);
  }
  .next .ico {
  	right: calc(50% - 6px);
  }

  /* :::::: contents :::::: */
  .slideContents section {
  	opacity: 0;
  }
  .slideContents section .contents {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	padding: 16px;
  	box-sizing: border-box;
  }
  .slideContents section h1,
  .slideContents section p {
  	margin: 0;
  	color: lightseagreen;
  	opacity: 0;
  }
  .slideContents section h1 {
  	font-size: 16px;
  }
  .slideContents section p {
  	margin-top: .5em;
  	font-size: 12px;
  }

  /* :::::: mechanism :::::: */
  #switch1:checked ~ .slideContents #slide1,
  #switch2:checked ~ .slideContents #slide2,
  #switch3:checked ~ .slideContents #slide3 {
  	position: relative;
  	opacity: 1;
  	transform: none;
  }
  #switch1:checked ~ .slideContents #slide3,
  #switch2:checked ~ .slideContents #slide1,
  #switch3:checked ~ .slideContents #slide2 {
  	transform: translateX(-100%);
  }
  #switch1:checked ~ .slideContents #slide1 h1,
  #switch1:checked ~ .slideContents #slide1 p,
  #switch2:checked ~ .slideContents #slide2 h1,
  #switch2:checked ~ .slideContents #slide2 p,
  #switch3:checked ~ .slideContents #slide3 h1,
  #switch3:checked ~ .slideContents #slide3 p {
  	opacity: 1;
  }

  /* アニメーションする */
  .slideContents section {
  	transition: opacity 1s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .slideContents h1,
  .slideContents p {
  	transform-origin: 50% 100%;
  	transition: opacity 1s;
  }
  #switch1:checked ~ .slideContents #slide1 h1,
  #switch2:checked ~ .slideContents #slide2 h1,
  #switch3:checked ~ .slideContents #slide3 h1 {
  	animation: titleAppear 1.5s;
  }
  #switch1:checked ~ .slideContents #slide1 p,
  #switch2:checked ~ .slideContents #slide2 p,
  #switch3:checked ~ .slideContents #slide3 p {
  	animation: textAppear 1.3s;
  }
  @keyframes titleAppear {
  	0% { opacity: 0; }
  	68% { opacity: 0; transform: translateY(6px); }
  	75% { opacity: 1; transform: translateY(6px) scaleY(.8); }
  	100% { transform: none; }
  }
  @keyframes textAppear {
  	0% { opacity: 0; }
  	60% { opacity: 0; transform: translateY(10px); }
  	68% { opacity: 1; transform: translateY(10px) scaleY(.6); }
  	95% { transform: none; }
  }

  /* :::::: arrow mechanism :::::: */
  .arrow label {
  	pointer-events: none;
  }
  #switch1:checked ~ .prev label[for="switch3"],
  #switch2:checked ~ .prev label[for="switch1"],
  #switch3:checked ~ .prev label[for="switch2"],
  #switch1:checked ~ .next label[for="switch2"],
  #switch2:checked ~ .next label[for="switch3"],
  #switch3:checked ~ .next label[for="switch1"] {
  	pointer-events: auto;
  }
}
