@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}

body{
	overflow-x: unset;
}

.clearfix:before, .clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}

#kanibottle {
	width: unset;
	margin:0 auto;
	padding:0;
	font-size:16px;
	font-weight:normal;
	font-family: 'Roboto' , 'Noto Sans JP', sans-serif;
	overflow: hidden;
	text-align: center;
	/*background: #151515;
	color: #fff;*/
}

#kanibottle img {
	max-width:100%;
	height:auto;
	border: none;
	vertical-align: bottom;
	margin:0px auto;
}

#kanibottle p{
	font-size: 1em!important;
	margin-top: 0!important;
  text-align: center;
}

#kanibottle h1,
#kanibottle h2,
#kanibottle h3,
#kanibottle h4,
#kanibottle h5{
	color: #151515;
	text-align:center;
	background: none;
	border: none;
    font-weight: normal;
}

#kanibottle h1{
	font-size: 3.2em;
	line-height: 130%;
	margin: 1em auto;
font-weight: 500;
}

#kanibottle h1 span{
	font-size: 0.6em;
    letter-spacing: 0;

	line-height: 200%;
}

#kanibottle h2{
font-size: 2em;
	line-height: 180%;
	margin:1em auto 0.7em;
	font-weight: 500;
  color: #701c1c;
}

#kanibottle h2 span{
	display: block;
	font-size: 0.4em;
    line-height: 150%;
}

#kanibottle h3{
	font-size: 1.5em;
	line-height: 180%;
	margin: 1em auto 0.5em;
	font-weight: 500;

}

#kanibottle h4{
	font-size: 1.2em;
	line-height: 180%;
	margin: 1em auto 0.3em;
	font-weight:500;
}

#kanibottle .categorylist {
  margin: 1em auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  border-radius: 10px;
justify-content: center;
}
#kanibottle section.category {
  margin: 30px auto 0;
  width: 100%;
  max-width: 1000px;
}
#kanibottle .categorylist div {
  flex-basis: 33.33%;
  padding: 1%;
}

#kanibottle .kanibottle_wrap{
	width:100%;
	max-width:800px;
	margin:0 auto;
	padding:0;
	text-align: center;
}


#kanibottle section.item_2 .flex div {
	flex-basis: 50%;
   padding: 2% 1%;
}

#kanibottle .flex{
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 max-width: 100%;
 position: relative;
}

#kanibottle .brandlist {
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	justify-content: center;
}


#kanibottle .brandlist div{
	flex-basis: calc(100% / 3 - 1%);
    padding:3% 4%;
}

#kanibottle p.main_text{
	margin: 0 auto 35px!important;
	text-align: center;
	line-height: 180%;
	display: block!important;

}

#kanibottle p.main_text2{
	margin: 0 auto 20px!important;
	text-align:center;
	width:95%;
	line-height: 180%;
	display: block!important;

}
#kanibottle p.main_text3{
	margin: 0 auto 0!important;
	text-align:center;
	width:95%;
	line-height: 180%;
	display: block!important;

}

#kanibottle p.main_text span.bigdate {
font-size: 1.8em;
font-weight: bold;
color: #151515;
/*background: linear-gradient(transparent 70%, #151515 100%);*/
line-height:150%;
}

#kanibottle .bigdate03 {
font-size: 1.5em;
font-weight: bold;
color: #151515;
/*background: linear-gradient(transparent 70%, #151515 100%);*/
line-height:150%;
}

#kanibottle .bigdate02 {
font-size: 1.4em;
font-weight: bold;
color: #151515;
/*background: linear-gradient(transparent 60%, #929292 150%);*/
line-height:150%;
}

.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:100%;
    margin:0 auto;
}

.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0;
}


#kanibottle .Info{
	padding: 0% 2%;
	margin: -5px auto 20px;
}

#kanibottle .Info dl{

	width: 95%;
	margin: 5px auto;
	font-size: 14px;
    padding: 0 2%;
    display: inline-block;
}

#kanibottle .Info dt{
	float: left;
	width: 40%;
	padding: 20px 0;
	background: #fff6ee;
	text-align: center;
	font-size:1em;
	font-weight: bold;
}

#kanibottle .Info dd{
	float: right;
    width: 50%;
	padding: 20px 0;
	text-align: left;
    margin-left: 0;
    margin-inline-start:0;
	font-size: 1.1em;
	color:#9b111e;
}



#kanibottle section{
	width: 100%;
	margin:50px auto;
}

#kanibottle section.style{
	margin: 0px auto 50px;
}

#kanibottle section.notice{
	
	border: 1px solid #701c1c;
	border-radius: 0px;
	width:100%;
	margin: 0 auto 30px;
}

#kanibottle p.itemname{
	width: 100%;
	margin: 0 auto!important;
    text-align: left;
}

#kanibottle p.price{
	width: 100%;
	margin: 0 auto!important;
}

#kanibottle p.price span{
	color: #C52F32;
	font-size: 1.4em!important;
	font-weight: bold;
}

.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
	
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);	
}


/*VIEW MOREボタンの設定*/

#kanibottle p.button {
	display: block;
	margin: 20px auto !important;
	padding: 11px 12px;
	color: #FFF;
	background: #996515;
	cursor: pointer;
	transition: all 0.5s;
	max-width: 770px;
	width: 80%;
	text-align: center;
	border-radius: 8px;
}


/* 購入ボタン */

#kanibottle .itemlist a,
#kanibottle .itemlist span,
#kanibottle .buy,
#kanibottle .buypink,
#kanibottle section.style .otheritem,
.itemlist a,
.itemlist .coming{
	display: block;
	width: 100%;
	max-width: 150px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #151515;
	background: #151515;
	color: #FFF;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
	border-radius: 8px;
}


#kanibottle section.style .otheritem{
   /* font-family: 'DIN-Condensed', sans-serif;*/
    font-size: 1em;
    text-align: center;
    max-width: 500px;
    width: 65%;
    padding: 10px 3px;
	margin:10px auto;
}

#kanibottle .buy{
	padding: 5px 0;
	margin: 10px auto 0;
    width: 70%;
}
#kanibottle .itemlist span{
	background: #FFF;
	color: #151515;
}

#kanibottle .buy:hover,
#kanibottle .itemlist a:hover,
#kanibottle section.style .otheritem:hover,
.itemlist a:hover,
.itemlist .coming{
	background: #FFF;
	text-align: center;
	border: 1px solid #151515;
	color: #151515;
}


#kanibottle p.other a {
    display: inline-block;
 
    background: linear-gradient(to right,
        rgba(247, 207, 0, 0.7),
        rgba(246, 37, 2, 0.7) 45%,
        rgba(182, 47, 82, 0.7) 75%,
        rgba(113, 58, 166, 0.7));
    color: #fff;
    text-decoration: none;
    line-height: 1;
	padding: 1em 2em;
	text-align: center;
   border-radius: 8px;
   margin: auto;
}

#kanibottle p.other a:hover{
	background: linear-gradient(to right,
        rgba(247, 207, 0, 0.7),
        rgba(246, 37, 2, 0.7) 45%,
        rgba(182, 47, 82, 0.7) 75%,
        rgba(113, 58, 166, 0.7));
	text-align: center;
	border: 1px solid #151515;
	color: #151515;
}

#kanibottle section.style .textaria{
	margin: 20px auto;
	width: 100%;
}

#kanibottle .itemlist,
.itemlist{
 font-size: 1em!important;
 text-align: left;
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
 max-width: 600px;
 margin: 10px auto;
}

#kanibottle .itemlist div:first-child{
	width: 75%;
	padding: 3px 1% 3px 0;
}

#kanibottle .itemlist div:last-child{
	width: 25%;
	display: flex;
	align-items: center;
	padding-right: 1%;
}

#kanibottle .colword{
padding-top: 0.5em;
}
#kanibottle .redword{
color: #701c1c;
font-weight: 500;

}

#kanibottle .blueword{
color: #153A74;
font-weight: 500;

}

.featherlight-content{
	width: 100%;
	max-width: 600px!important;
	font-family: 'Noto Sans JP', sans-serif;
    padding: 40px!important;
    border-bottom: 0!important;
}

.featherlight-content p{
	font-size: 1em!important;
    color: #666;
}

.featherlight-content p.colorname{
    width: 100%;
    border-bottom: 1px solid #666666;
   text-align: left;
    font-size: 1.3em!important;
    color: #996515;
}

.featherlight-content .name{
	width: 80%;
	margin: 20px auto;
}

.featherlight-content a:hover{
	text-decoration: none!important;
}

.featherlight-content a {
	outline:none!important;
}

.itemlist div:first-child{
	width: 75%;
	padding: 3px 1% 3px 0;
}

.itemlist div:last-child{
	width: 25%;
	display: flex;
	align-items: center;
	padding-right: 1%;
}


/* 回遊リンク */

#kanibottle .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#kanibottle .Banner4 h3 {
	font-size: 30px !important;
	margin: 50px auto;
	padding: 20px 0;
	border-top: double #151515;
	border-bottom: 1px solid #151515;
	color: #151515;
	letter-spacing: 3px;
}

#kanibottle .Banner4 ul {
	display:inline;
}

#kanibottle .Banner4 ul li {
	display:inline-block;
	width: 47% !important;
	margin: 1% 1% 2% 1%;
}

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

.pc_none{
	display: none!important;
}



/* ヘッダー・フッターの崩れを直す */

#news_detail .detail{
	width:100%!important;
}

#news_detail .detail .head{
	width: 1000px!important;
	margin: 0 auto 50px!important;
}

#news_detail .detail .content p:first-child{
	margin: 0 auto;
	max-width: 1000px!important;
}

#topicpath{
	width: 1168px;
	margin: 0 auto;
}

.paging{
	width: 1000px;
	margin: 0 auto;
}
.item_category_links{
	width: 1168px;
	margin: 100px auto 0;
}

}

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

.sp_none {
	display:none;
}

#kanibottle h1{
	font-size: 7vw;
    margin: 4vw auto;
}


	
#kanibottle h2{
	font-size: 5vw;
}
		
#kanibottle p.main_text span.bigdate,
#kanibottle p.main_text span.bigdate03{
	font-size: 4.5vw;
}
#kanibottle .bigdate02 {
font-size: 4.2vw;

}



#kanibottle h3{
	font-size: 4.5vw;
	margin: 10px auto 0;
}	
		
#kanibottle section.style .otheritem{
   /* font-family: 'DIN-Condensed', sans-serif;*/
    font-size: 0.85em;
}	
	
	
#kanibottle p,
#kanibottle div,
#kanibottle .other_text,
.featherlight-content p{
	font-size: 3.8vw!important;
	line-height: 180%;
}

#kanibottle p.main_text{
	margin: 0px auto 25px!important;
	font-size:3.8vw!important;
	width:95%;
  text-align: left;
}

#kanibottle p.main_text2{
	margin: 0 auto 10px!important;
	font-size:3.8vw!important;
	width:95%;
	text-align: left;
}	
	
		
#kanibottle section.category {
	margin: 0px auto;
	width: 95%;
}	
	
#kanibottle section{
	margin: 0vw auto 5vw;
}

#kanibottle section.style{
	margin: 0vw auto 8vw;
}
	
#kanibottle section.notice{

	margin: 5vw auto;
  padding-bottom: 1em
}	
	
#kanibottle section.style .textbox p{
    text-align: left;
}

#kanibottle section.style2 .textbox,
#kanibottle section.style3 .textbox{
    margin: 5.5vw auto;
}

#kanibottle section.style .textaria{
	margin: 1vw auto 0vw;
}

#kanibottle section.style .textaria p{
	font-size: 3vw!important;
    line-height: 150%;
}

#kanibottle .itemlist div{
	font-size: 2.8vw!important;
	line-height: 150%!important;
}

#kanibottle .itemlist div:first-child{
	width: 77%;
}

#kanibottle .itemlist div:last-child{
	width: 23%;
}

#kanibottle .itemlist span{
	font-size: 2.5vw;
}

#kanibottle .colword{
text-align: center;
}

.featherlight-content{
    padding: 5% 15px!important;
    font-size: 3.125vw!important;
}

.featherlight-content p.colorname{
    font-size: 4.5vw!important;
}

p.price{
	font-size: 3.5vw!important;
	line-height: 110%;
}

#kanibottle section.style3 .itembox{
    padding: 3vw 0;
}

#kanibottle .Info{
	padding: 3% 2%;
	margin-bottom: 3vw;
	margin-top: -4vw;
}

#kanibottle .Info dd{
	font-size:2.7vw;
	line-height: 170%;
	padding:5px 0px;
}	
	
#kanibottle .Info dt{
	font-size:3vw;
	padding:2%;
}

#kanibottle .categorylist div {
  flex-basis: 50%;
  padding: 1%;
}
#kanibottle p.main_text3{
	margin: 1em auto 0!important;
	text-align:left;
	

}	
	
/* 100%表示用 */

#news_detail .detail{
	margin: 0 auto;
}

/* 回遊リンク */

#kanibottle .Banner4 {
	text-align: center;
	width: 100%;
}

#kanibottle .Banner4 ul{
	margin: 0 auto;
	width: 95%;
}

#kanibottle .Banner4 ul li {
	width: 95% !important;
	margin: 0 0 5% 0 !important;
}

#kanibottle section.instagram{
    margin: 12.125vw auto;
}

/* ヘッダー */

#news_detail .detail .content p:first-child img{
	display: none;
}

#kanibottle .header{
	position: relative;
	/*height: 109vw;*/
}

#kanibottle .header .title{
	position: absolute;
	top: 1vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
}

}