@charset "utf-8";
/* ===================================================================
	style.css
=================================================================== */

/*----------------------------------------------------
	フローティングバナー 
----------------------------------------------------*/
.floatingBanner {
	width: 200px;
	z-index: 9999;
	position: fixed;
	bottom:50px;
	right: 0;
}
.floatingBanner li {
	line-height: 0;
}
.floatingBanner li img{
	width:100%;
}
@media screen and ( max-width:1200px ){
.floatingBanner {
	width: 120px;
}
}
@media screen and ( max-width:790px ){
.floatingBanner {
	width: 100%;
	top:auto;
	bottom:0px;
}
}
.gradation{
width: 100%;
height: 100%;
background: linear-gradient(140deg, #ffffff, #e1f5ff, #ffffff);
background-size: 1000% 1000%;
-webkit-animation: AnimationName 10s ease infinite;
-moz-animation: AnimationName 10s ease infinite;
animation: AnimationName 10s ease infinite;
position: absolute;
z-index: -100;
}
@media screen and ( max-width:790px ){
.gradation{
}
}
@-webkit-keyframes AnimationName {
    0%{background-position:5% 0%}
    50%{background-position:96% 100%}
    100%{background-position:5% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:5% 0%}
    50%{background-position:96% 100%}
    100%{background-position:5% 0%}
}
@keyframes AnimationName {
    0%{background-position:5% 0%}
    50%{background-position:96% 100%}
    100%{background-position:5% 0%}
}

/*----------------------------------------------------
	メインビジュアル 
----------------------------------------------------*/
.fixedbanner-wrapper{
	display: flex;
	justify-content: center;
	}
.fixedbanner{
	margin:0 5px;
}

.fixedbanner img{
	max-width: 100%;
}
@media screen and ( max-width:768px ){
.fixedbanner-wrapper{
	display:block;
	}

.fixedbanner img{
	width: 100%;
}
}

.swiper-wrapper img{
	width:100%;
}
.slider{
    margin: 0px auto 0;
    width: 100%;
	overflow-x: hidden;
}
.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}

.container_first{
    margin: 150px auto 0;
	position: relative;
}
#container_first{margin-bottom:30px;}
#container {
	z-index: 2;
}
@media screen and ( max-width: 640px ){
    .container_first{margin: 120px auto 0;}
}
.color1{
	background: #f1f2f6;
}
/*
.color1{
	background: #f1f2f6;
}
*/
.color2{
	background:#ffffff;
}

.item_space {
    	padding:60px 0px 60px;
}
.item_cont .item_space {
    	padding:25px 0px 0px;
}
/*↑変更前
.item_cont .item_space {
    	padding:60px 0px 0px;
}
*/
.inner {
	width:1100px;
	margin:auto;
	text-align: center;
}

/*----ビブラート等---*/
.content_block{
	position:relative;
	display: flex;
}
.content_block .content_img{
	flex: 0 0 55% ;
    align-self: auto;
	margin-bottom: 20px;
}
.content_block .content_text{
    justify-content: center;
    align-items: center;
    padding: 35px 0 30px 40px;
    text-align: left;
	font-size:16px;
}
.content_block .content_text p{
	font-size:30px;
	padding-bottom:20px;
	text-align: center;
	font-weight:bold;
	/*letter-spacing:0.1em;*/
	color:#4e4e4e;
}

h3{
	font-size:40px;
	color: #000000;
	font-weight: bold !important;
	margin: 0 auto ;
}
.item_cont h3{
	font-size:40px;
	margin-bottom:40px;
}
h4{
	font-size:20px;
	font-weight: 500 !important;
}
.item01{
	position:relative;
	height:auto;
}
.item01 .item01_rl {
	list-style: none;
	width: 100%;
	margin: 20px auto 0;
    margin:0;
    padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-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;
}
.item01 .item01_rl .item01_rl_cont {
	width:50%;
    list-style: none;
    padding-bottom: 0px;
    margin-bottom: 0;
    position: relative;
}

.item01 .item01_rl .item01_rl_cont img{
	width:80%;
}
.item_cont ol li:first-child {
	padding-left:0%;
}

.item01 .price {
	font-size:32px;
	margin:0px 0 15px;
	font-weight: bold;
	color:#F00004;
}

.zei {
	font-size:14px;
}
/*ボタン*/
.item01 .button1 {
	margin:0px auto  0 auto;
	display: flex;
	justify-content: space-between;
	width:500px;
}

.item01 .button-8{
  width: 202px;
  height: 52px;
  border:1px solid #000000;
  border-radius:3px;
  /*float:left;*/
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  margin:10px auto;
	background: #000000;;
	line-height: 52px;
}
.item01 .button-8 a{
  font-size:16px;
  color:#fff;
  text-decoration:none;
  line-height:52px;
  z-index:2;
  position:relative;
}
.item01 .eff-8{
    width: 202px;
    height: 50px;
    border: 70px solid #000000;
    position: absolute;
    transition: all .8s ease;
    z-index: 1;
    box-sizing: border-box;
}
.item01 .button-8:hover .eff-8{
  border:0px solid #00ADE1;
}
.item01 .button-8:hover a{
  color: #000000;
}

.item_cont .button1 {
	margin:0px auto  0 auto;
	display: flex;
	justify-content: space-between;
	width:90%;
}

.item_cont .button-8{
	width: 100% !important;
	margin-right:10px;
	float:none;
  height: 40px;
  border:1px solid #000000;
  border-radius:3px;
  float:left;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  margin:10px 10px 10px 0;
	background:#000000;
	line-height: 40px;
}
.item_cont .button-8 a{
  font-size:12px;
  color:#fff;
  text-decoration:none;
  line-height:40px;
  transition:all .8s ease;
  z-index:2;
  position:relative;
	display: inline-block;
}
.item_cont .eff-8{
    width: 100% !important;
    height: 40px;
    /*border:100px solid #000000;*/
    position: absolute;
    transition: all .8s ease;
    z-index: 1;
    box-sizing: border-box;
	
}

.item_cont .button-8:hover .eff-8{
  border:0px solid  #000000;
}
.item_cont .button-8:hover a{
  color: #000000;
}

@media screen and ( max-width:790px ){
	.content_block {
		display:inline;
	}
	.content_block .content_text p{
		font-size:26px;
	}
	.content_block .content_text {
    	padding: 0px 16px 10px 16px;
		font-size:14px;
}
	.item01 .item01_rl .item01_rl_cont {
	width:49%;
    padding-right:2%;
    position: relative;
}
	.item01 .item01_rl .item01_rl_cont:last-child {
	width:49%;
    padding-right:0%;
    position: relative;
}
	.item01 .item01_rl .item01_rl_cont img{
	width:100%;
}
	.item01 h3{
		font-size:26px;
	}
	.item01 h4{
		font-size:14px;
		padding: 0 5%;
	}
	.button1 {
		margin:10px auto  0 auto;
		display: flex;
		justify-content: space-between;
		width:90% !important;
}
	.button-8 {
	width: 100% !important;
	margin-right:10px;
	float:none;
}
	.button-8 a{
  font-size:12px;
}
	.eff-8{
	width: 100% !important;
	border:100px solid #111111;
}
}

#inti {
	position: relative;
}
#inti .tv{
	position:absolute;
	top:10px;
	left: -460px;
	right: 0;
	margin: auto;
	z-index: 5;
  animation: img_box_9955 3s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes img_box_9955 {
  0% { transform: translateY(0) }
  50% { transform: translateY(-10px) }
  100% { transform: translateY(0) }
}





@media screen and ( max-width: 1100px ){
	.inner{
		width:100%;
	}
	.inner img{
		width:90%;
	}
	#inti img{
		width:70%;
	}
	#inti .tv{
		width:190px;
	}
}
@media screen and ( max-width: 790px ){
	#inti img{
		width:70%;
	}
	#inti .tv{
		width:160px;
		left:0;
		right:auto;
	}
.item01 .price {
	font-size:18px;
	margin:0px 0 15px;
	font-weight: bold;
	color:#F00004;
}
}




#main {
	position: relative;
	z-index: -10;
	text-align: center;
	height: auto;
}

.mainSlider {
	position: fixed;
	top: 129px;
	right: 0;
	z-index: -10;
	width: 100%;
	/*margin-right: -750px;*/
}


#main .slick-dots {
	bottom: 145px;
}
#main .slick-dots li button::before {
	width: 10px;
	height: 10px;
}
#main .slick-dots li.slick-active button::before {
	background: #ffe851;
}
#main .slick-dots li button::before {
	background: #ffffff;
}
#main .title1 {
	text-align: left;
	width:37%;
	line-height: 0;
	height: 0;
	padding: 0;
}


}
/*----------------------------------------------------
	商品一覧
----------------------------------------------------*/
#itemWrapper {
	background: #ffffff;
}
.itemContents {
	padding: 40px 0 70px;
	overflow: hidden;
}
@media screen and ( max-width:640px ){
.itemContents {
	padding: 0 0 30px;
}
}
/*  見出し・メイン画像・説明文
------------------------------------ */
/* titleBox1 */
.titleBox1 {
	padding: 40px 20px;
	text-align: center;
}
.titleBox1 .en {
	font-family: font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ;
	font-size: 40px;
	line-height: 2;
	letter-spacing: 0.1em;
}
.titleBox1 .jp {
	margin-top: 5px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
/* itemMain */
.itemMain {
 	text-align: center;
}
.itemList + .itemMain {
	margin-top: 100px;
}
.itemMain dl {
	margin: 30px 20px 20px;
	font-weight: bold;
	line-height: 2.5;
}
.itemMain dl dt {
	font-size: 29px;
}
.itemMain dl dd {
	font-size: 16px;
	margin-top: 10px;
	letter-spacing: 1px;
}
.itemMain .lead {
	margin: 30px 0 0;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 2;
}
@media screen and ( max-width:640px ){
/* titleBox1 */
.titleBox1 {
	padding: 30px 15px 18px;
}
.titleBox1 .en {
	margin-top: 0;
	font-size: 28px;
	line-height:36px;
}
.titleBox1 .jp {
	margin-top: 5px;
	font-size: 14px;
	letter-spacing: normal;
}
/* itemMain */
.itemMain dl {
	margin: 10px 20px 10px;
	letter-spacing: normal;
	line-height: 1.7;
	text-align: left;
}
.itemMain dl dt {
	font-size: 18px;
}
.itemMain dl dd {
	font-size: 13px;
	margin-top: 10px;
}
.itemMain .lead {
	margin: 10px 15px 0;
	font-size: 14px;
	letter-spacing: normal;
	line-height: 1.7;
	text-align: left;
}
.itemList + .itemMain {
	margin-top: 20px;
}
}
/*  itemList（一覧）
------------------------------------ */
.itemList {
	max-width: 1240px;
	margin: 0 auto;
}
.itemList > ul::after,
.itemList > ul > li::after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
.itemList > ul > li {
	position: relative;
	box-sizing: border-box;
	width: 50%;
	float: left;
	margin-top: 40px;
	padding: 0 20px 0;
}
.itemList figure {
	position: relative;
	z-index: 0;
}
.itemList figure img {
	width: 100%;
}
.itemList figure .status {
	position: absolute;
	left: 10px;
	top: 5px;
}
.itemList .specBox {
	overflow: hidden;
	font-weight: bold;
}
.itemList h3 {
	margin-top: 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.itemList h3 span {
	font-size: 13px;
}
.itemList .comment {
	margin: 8px 0 5px;
	font-size: 15px;
	color: #a35100;
}
.itemList .setCont {
	list-style: disc outside;
	background: rgba(255,255,255,0.5);
	border: solid 1px #d7c4a1;
	margin: 10px 0 0;
	padding: 10px 10px 10px 35px;
	font-size: 14px;
}
.itemList .setCont2 {
	background: rgba(255,255,255,0.5);
	border: solid 1px #d7c4a1;
	margin: 10px 0 0;
	padding: 10px 20px 10px;
	font-size: 14px;
}
.itemList .price_wari{
	font-size:14px;
}
.itemList .priceBox {
	margin-top: 10px;
}
.itemList .priceBox .price1 {
	display: block;
	font-size: 17px;
	margin:  0 0 -5px;
}
.itemList .priceBox .price2 {
	font-size: 36px;
	color: #b20000;
}
.itemList .priceBox .price2 span {
	font-size: 18px;
	margin-left: 4px;
}
.itemList .priceBox .price2 span.free {
	display: inline-block;
	background: #b20000;
	border-radius: 3px;
	margin: 0 8px 0 0;
	padding: 1px 14px;
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	vertical-align: 6px;
}
.itemList .button {
	display: block;
	position: relative;
	background: #d45219;
	border: solid 1px #d45219;
	border-radius: 6px;
	margin: 10px 0 0;
	padding: 9px 10px;
	font-size: 21px;
	color: #ffffff;
	text-align: center;
}
.itemList .button::before,
.itemList .button::after {
	display: block;
	position: absolute;
	content:"";
	top: 50%;
	width: 4px;
	height: 4px;
	border-top: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	transform: rotate(45deg);
	margin: -3px 0 0;
}
.itemList .button::before {left: 25px;}
.itemList .button::after {left: 28px;}
.itemList a:hover.button {
	background: #ffffff;
	border: solid 1px #d45219;
	color: #d45219;
}
.itemList a:hover.button::before,
.itemList a:hover.button::after {
	display: block;
	position: absolute;
	content:"";
	top: 50%;
	width: 4px;
	height: 4px;
	border-top: solid 1px #d45219;
	border-right: solid 1px #d45219;
	transform: rotate(45deg);
	margin: -3px 0 0;
}
.itemList a:hover.button::before {left: 28px;}
.itemList a:hover.button::after {left: 31px;}

/* col1（1列） ----------------------------*/
.itemList .col1 > li {
	width: 100%;
}
.itemList .col1 h3 {
	margin-top: 0;
}
.itemList .col1 figure {
	box-sizing: border-box;
	width: 60%;
	float: left;
	padding: 0 40px 0 0;
}
/* col3（3列） ----------------------------*/
.itemList .col3 > li {
	width: calc(100% / 3);
}
.itemList .col3 .price2 span.free {
	padding: 2px 10px;
	font-size: 17px;
	vertical-align: 5px;
}
/* square（正方形サムネイル） ---------------*/
.itemList .col2.square figure {
	box-sizing: border-box;
	width: 35%;
	float: left;
	padding-right: 20px;
}
.itemList .col2.square h3 {
	/*margin-top: 0;*/
	font-size: 18px;
}
/*  レスポンシブ
------------------------------------ */
/* 1150px以下 --------------------*/
@media screen and ( max-width: 1150px ){
.itemList ul{
	margin: 0 10px;
}
.itemList > ul > li {
	padding: 0 10px 0;
}
.itemList .priceBox .price1 {
	font-size: 15px;
	margin: 0;
}
.itemList .priceBox .price2 {
	font-size: 26px;
}
.itemList .priceBox .price2 span.free {
	margin: 0 8px 0 0;
	padding: 1px 5px;
	font-size: 16px;
	vertical-align: 6px;
}
.itemList .square .priceBox .price2 .free {
	margin-bottom: 14px;
	padding: 2px 7px;
	vertical-align: 3px;
	font-size: 13px;
}
}
/* 800px以下 --------------------*/
@media screen and ( max-width: 800px ){
.itemList > .col3 > li {
	width: 50%;
}
.itemList > .col2.square > li  {
	width: 100%;
}
.itemList > .col3.square > li {
	width: 100%;
}
.itemList .col3.square figure {
	box-sizing: border-box;
	width: 35%;
	float: left;
	padding-right: 20px;
}

}
/* 640px以下 --------------------*/
@media screen and ( max-width: 640px ){
.itemList ul {
	margin: 0 5px;
}
.itemList ul li a {
	padding: 15px;
}
.itemList h3 {
	font-size: 17px;
}
.itemList .comment {
	font-size: 13px;
}
.itemList .setCont {
	padding: 10px 10px 10px 28px;
	font-size: 12px;
}
.itemList .setCont2 {
	padding: 10px 15px 10px;
	font-size: 12px;
}
.itemList .priceBox {
	margin-top: 5px;
}
.itemList .square .priceBox .price2 {
	font-size: 20px;
}
.itemList .col1 {
	margin: 0 10px;
}
.itemList .col1 li {
	width: 100%;
	margin-top: 10px;
	padding: 0 0 0;
}
.itemList .col1 figure {
	width: 100%;
	float: none;
	padding: 0;
}
.itemList .col1 h3 {
	margin-top: 10px;
}
.itemList .button {
	margin: 3px 0 0;
	padding: 6px 10px;
	font-size: 17px;
}
}
/* 560px以下 --------------------*/
@media screen and ( max-width:560px ){
.itemList li {
	width: 100% !important;
}
.itemList .square figure {
	width: 100% !important;
	max-width: 320px;
	float: none !important;
	margin: 0 auto 10px;
	padding: 0 !important;
	text-align: center;
}
}
/*----------------------------------------------------
	ポイント
----------------------------------------------------*/
#point {
	width: 1240px;
	margin: 0 auto 40px;
	
}
#point ul li {
	box-sizing: border-box;
	width: calc(100% / 3 - 40px);
	float: left;
	background: #c8a888 repeat left top;
	box-shadow: 0px 0px 20px 0 rgba(0,0,0,0.08);
	border-radius: 6px;
	border-top: solid 5px #c8a888;
	margin: 0 20px 40px 20px;
	padding: 28px 22px;
}
#point li h3 {
	margin: 10px 0 10px;
	color: #462c20;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.5;
}
#point li figure {
	text-align: center;
}
#point ul li .txt{
	color:#271111;
	font-weight: bold;
}
#point .titleBox1 {
	padding: 70px 20px 40px;
}
.btnCoupon {	
	position: relative;
	display: block;
	background: #d45219;
	border: solid 1px #d45219;
	border-radius: 4px;
	margin: 8px 0 0;
	padding: 8px 20px 8px 35px;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
}
.btnCoupon::before,
.btnCoupon::after {
	position: absolute;
	content: "";
	top: 50%;
	width: 4px;
	height: 4px;
	border-top: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	transform: rotate(45deg);
	margin: -2px 0 0;
}
.btnCoupon:hover {
	background: #ffffff;
	border: solid 1px #d45219;
	color: #d45219;
}
.btnCoupon::before {left: 14px;}
.btnCoupon::after {left: 18px;}
.btnCoupon:hover::before ,
.btnCoupon:hover::after {
	border-top: solid 1px #d45219;
	border-right: solid 1px #d45219;
}
.btnCoupon:hover::before {left: 16px;}
.btnCoupon:hover::after {left: 20px;}


@media screen and ( max-width: 1200px ){
#point {
	box-sizing: border-box;
	width: 100%;
	padding: 0 10px;
}
#point ul li {
	width: calc(100% / 3 - 20px);
	margin: 0 10px 20px 10px;
	padding: 28px 22px;
}
}
@media screen and ( max-width: 1000px ){
#point ul li {
	width: calc(100% / 2 - 20px);
	margin: 0 10px 20px 10px;
	padding: 28px 22px;
}
}
@media screen and ( max-width: 640px ){
#point {
	margin: 0 auto 10px;
}
#point ul li {
	width: calc(100% / 1 - 10px);
	margin: 0 5px 15px 5px;
	padding: 20px 15px;
}
#point li h3 {
	font-size: 16px;
}

}
/*----------------------------------------------------
	商品一覧
----------------------------------------------------*/
.item_cont {
	position:relative;
	overflow: hidden;
	height:auto;
	padding: 0 0 ;
}
.item_cont .titleBox1 {
	margin-top: 50px;
	color: #ffffff;
}
.item_cont .titleBox1 .jp {
	margin-top: 20px;
	font-weight: normal;
}
.item_cont ol {
	list-style: none;
	width: 100%;
	margin: 20px auto 0;
    margin:0;
    padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
	justify-content:center;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.item_cont ol li {
	width:20%;
    list-style: none;
    padding-bottom: 65px;
    margin-bottom: 0;
	padding-right:4%;
    position: relative;
}
.item_cont ol li:first-child {
	padding-left:0%;
}
.item_cont ol li:nth-child(4) {
	padding-right:0% !important;
}
.item_cont ol li:nth-child(8) {
	padding-right:0% !important;
}
.item_cont .item_suball {
    padding: 0px;
	text-align: left;
    /*background: rgba(0,0,0,0.3);*/
    z-index: 3;
    color: #000000;
}
.item_t {
	font-size:16px;
	position:relative;
	font-weight: bold;
	color:#2d2d2d;
	letter-spacing: 0em;
	font-family:  "メイリオ",Meiryo, sans-serif;
/*	text-decoration:underline;
	text-underline-position:above;
	border-color:#b8a046;*/
}
.item_t:before{
    background: #222;
    content: '';
    height: 1px;
    width: 50px;
    position: absolute;
    bottom: -5px;
    left: 0;
    -webkit-transition: .3s ease;
	transition: .3s ease;
}
a:hover .item_t:before {
    width: 130px;
  }

.item_ts {
	font-size:17px;
	color:#b8a046;
	letter-spacing: 0em;
	text-decoration:underline;
/*	text-decoration:underline;
	text-underline-position:above;
	border-color:#b8a046;*/
}
.item_cont .item_text{
    padding: 18px 0 0 0;
	color:#565555;
    font-size: 14px;
    line-height: 26px;
	font-family:  "メイリオ",Meiryo, sans-serif;

}


.item_name {
	padding: 5px 0 0 0;
	font-size:26px;
}
li.ranking1  figure {
	float:left;
	z-index: 100;
}
.item_cont .num {
	position:absolute;
	top:-30px;
	left:-30px;
	z-index: 5;
}

.item_cont ol figure {
	margin: 5px 0 10px;
	position:relative;
	z-index:0;
}

.item_cont ol figure img {
	width:500px;
/*	box-sizing: border-box;
	border: solid 9px #c8a888;*/
}
/*.item_cont a:hover figure img {
	border: solid 9px #d45219;
}*/
.item_cont .item_name {
	font-size: 19px;
	color: #ffffff;
	text-align: center;
}
.item_cont .item_name span {
	font-size: 15px;
	
}
.item_wari {
	text-align: center;
	color:#000000;
	text-decoration: line-through;
}

.item_warib {
	color:#FF5791 ;
	font-size:16px;
	font-weight: bold;
	text-align: center;
}
.item_cont .price {
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
	color:#111111;
}
.item_cont figure .status {
    position: absolute;
    right:10px;
    bottom: 5px;
}
.deliv {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 3px 3px;
	background: #b8a046;
	border-radius: 2px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
.item01 .deliv {

	font-weight: normal;
	font-size: 14px;

}
.item_cont .price .tax {
	font-size: 14px;
}
#inti_cont_in {
	float:left;
	width:50%;
}
#vibrato_cont_in {
	float:left;
	width:50%;
}
#inti_cont.item_cont ol {
	
}
#inti_cont.item_cont ol li {
    width: 50%;
    padding: 0px 25% 65px;
}
#inti_cont.item_cont ol figure img{
	width:100%;
}
#totonoe_cont_in {
	margin: 0 auto;
	width:50%;
}
#totonoe_cont.item_cont ol li {
    width: 50%;
    padding: 0px 25% 65px;
}
#totonoe_cont.item_cont ol figure img{
	width:100%;
}

/*ボタン*/
.button {
	margin-top:10px;
}
.fuwapochi_btn_green{
  display: inline-block;
  background-color: #1d2034;
	font-size:14px;
  color: #FFF;
  width: 100%;
  padding: 1em 0;
  margin:10px 0px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.12), 0 3px 20px 0 rgba(0,0,0,0.12), 0 5px 6px -2px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
	border: 1px #ffffff solid;
}
.fuwapochi_btn_green:hover{
	 cursor: pointer;
	 text-decoration: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}


@media screen and ( max-width: 1200px ){
.item_cont ol {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding:  0 10px 30px;
}
.item_cont ol li{
	padding: 0 10px;
}
.item_cont .item_name span {
	font-size: 12px;
}
}
@media screen and ( max-width: 960px ){
.item_cont ol figure img {
	width:450px;
}
	.ranking1 .item_suball{
		left:450px;
	}	
}
@media screen and ( max-width: 768px ){
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	width: 2px !important;
    height: 0px !important;
    background-size: cover !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next 
	{
	width: 0px !important;
    height: 0px !important;
    background-size: cover !important;
}
	
	
.item_cont ol {
	padding:  0 5px 30px;
}

.item_cont ol li {
	width:47%;
	margin-top: 15px;
	padding: 2%;	
}
.item_cont ol li:first-child {
	padding-left:0%;
}
.item_cont ol li:nth-child(even) {
	padding-left:0% !important;
}
#inti_cont.item_cont ol li {
	width:100%;
	margin-top: 15px;
	padding: 2%;	
}
#vibrato_cont.item_cont ol li {
	width:100%;
	margin-top: 15px;
	padding: 2%;	
}
	
	.item_cont .item_suball {
	    padding:10px;	
	}
.item_t {
    font-size: 14px;
	font-weight: bold;
}
	.item_cont .item_wari{
		font-size:12px;
		text-decoration: line-through;
	}
.item_cont .item_name {
	font-size: 13px;
}

	.item_cont .item_text{
		font-size:12px;
		line-height: 18px;
		letter-spacing: 0em;
	}
.item_cont .price {
	font-size: 15px;
	margin-top: 3px;
}

.item_cont img.num {
	width:40%;
}
.ranking1 img.num {
	width:20% !important;
}
	.item_cont ol li.ranking1{
		padding: 0 25px 30px;
	}
.item_cont .num {
	position:absolute;
	top:-20px;
	left:-10px;
	z-index: 5;
}
.deliv {
	margin: 0 4px 0 0;
	padding: 3px 4px;
	font-size: 12px;
	vertical-align: 0;
}
.item_cont .price .tax {
	font-size: 9px;
}
.item_cont ol figure img {

}
.item_cont a:hover figure img {
	
}

.item_cont .titleBox1 {
	margin-top: 0px;
}
	.ranking1 .item_suball{
		float:left;
		position: static;
	}
	
#inti_cont_in {
	float: none;
	width:100%;
}
#vibrato_cont_in {
	float: none;
	width:100%;
}
#cocoon_cont_in {
	float: none;
	width:100%;
}
#inti_cont.item_cont ol {
	
}
#inti_cont.item_cont ol li {
    width: 100%;
}
#inti_cont.item_cont ol figure img{
	width:80%;
}



#totonoe_cont.item_cont ol li {
	width:100%;
	margin-top: 15px;
	padding: 2%;	
}
#totonoe_cont_in {
	float: none;
	width:100%;
}
#totonoe_cont.item_cont ol figure img{
	width:80%;
}
}
/*----------------------------------------------------
	予算で選ぶ
----------------------------------------------------*/
#gift3 {
	background: url(../images/background_03.jpg) repeat left top;
}
#gift3 .titleBox1 .jp {
	margin-top: 15px;
}
.tabMenu ul {
	padding: 0 10px;
}
.tabMenu ul li  {
	box-sizing: border-box;
	width: 25%;
	float: left;
	padding: 0 6px;
}
.tabMenu ul li span {
	display: block;
	background: #5d3d1d;
	padding: 10px;
	color: #ffffff;
	font-size: 17px;
	letter-spacing: 1px;
	text-align: center;
	cursor: pointer;
}
.tabMenu ul li span.active {
	background: #d45219;
	color: #ffffff;
}
.filterBox {
	background: url(../images/point_back.jpg) repeat left top #fff4ea;
	border: solid 4px #d7c4a1;
	padding: 0 10px 30px;
}
.filterBox.active {
	border: solid 4px #d45219;
}
.filterBox ul {
	margin: 0 auto 0;
}
.filterBox ul li {
	box-sizing: border-box;
	float: left;
	width: 25%;
	margin-top: 25px;
	padding: 0 8px;
}
.filterBox figure img {
	box-sizing: border-box;
	border: solid 6px #c8a888;
}
.filterBox .item_name {
	font-weight: bold;
	text-align: center;
}
.filterBox .item_name span {
	font-size: 10px;
}
.filterBox a:hover .item_name {
	color: #d45219;
	text-decoration: underline;
}
.filterBox .price {
	font-size: 18px;
	color:#b20000;
	text-align: center;
	font-weight: bold;
}

.filterBox .price .tax {
	font-size: 12px;
}
@media screen and ( max-width: 1200px ){
.filterBox ul li {
	width: 33%;
	margin-top: 25px;
	padding: 0 8px;
}
.tabMenu ul li {
	padding: 0 4px;
}
.tabMenu ul li span {
	font-size: 16px;
	letter-spacing: normal;
}
}
@media screen and ( max-width: 800px ){
.tabMenu ul li span {
	font-size: 14px;
}
}
@media screen and ( max-width: 640px ){
.filterBox ul li {
	width: 50%;
	margin-top: 15px;
	padding: 0 8px;
}
.tabMenu ul {
	padding: 0 5px 10px;
}
.tabMenu ul li {
	width: 50%;
	margin-top: 5px;
}
.tabMenu ul li span {
	padding: 6px 2px;
	font-size: 13px;
}
.filterBox {
	border: solid 3px #d7c4a1;
	padding: 0 5px 30px;
}
.filterBox ul li {
	padding: 0 5px;
}
.filterBox figure img {
	border: solid 3px #c8a888;
}
.item_warib {
	font-size:16px;

}
}
.camcord{
	color:#C71013;
}


/* 点滅 
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}*/
.under {
  
}

.medama{
  position: relative;
  padding: 5px 26px 5px 42px;
  background: #fff0d9;
  font-size: 20px;
  color: #2d2d2d;
  margin-left: -33px;
  line-height: 1.3;
  border-bottom: solid 3px orange;
  z-index:-2;
}
.ribbon_content {
  display: inline-block;
  position: absolute;
  height: 45px;
	top:0px;
	left:10px
  text-align: center;
  box-sizing: border-box;
  -webkit-transform: rotate(-10deg) skew(-17deg,4deg);
  transform: rotate(-10deg) skew(-17deg,4deg);
}
.ribbon22 {
  display: inline-block;
  position: relative;
  height: 45px;
  text-align: center;
  box-sizing: border-box;
  -webkit-transform: rotate(-10deg) skew(-17deg,4deg);
  transform: rotate(-10deg) skew(-17deg,4deg);
}
.ribbon22:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background: #eb9920;
  bottom: -7px;
  left: -15px;
  z-index: -2;
}

.ribbon22:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background: #eb9920;
  bottom: -10px;
  right: -25px;
  z-index: -2;
}

.ribbon22 h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  line-height: 45px;
  font-size: 18px;
  color: white;
  background: #f8aa37;
}
.ribbon22 h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 7px transparent;
  border-right: solid 25px #c6821e;
}
.ribbon22 h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #c6821e;
}
