@charset "UTF-8";
/***********************************************************************************************************************
* リサイズ	767px以下から
***********************************************************************************************************************/
@media screen and (max-width: 767px) {

body {
	position: relative;
    font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	overflow-x: hidden;
}

#contents{
/*	padding-top: 89px;*/
	padding-top: 0;
}
#contents.add-news{
	padding-top: 0;
	/*padding-top: 89px;*/
}
	#contents::before,
	#contents::after{
		display: none !important;
	}
	#contents #contents{
		padding-top: 0px;
	}
.container-fluid{
	padding: 0 10px 25px;
}
.page-heading {
    margin: 0 0 8px;
    font-size: 16px;
    font-size: 1.6rem;
	line-height: 1.4em;
    font-weight: bold;
/*
    border-bottom: 1px dotted #ccc;
    border-top: 1px solid #ccc;
*/
border: none;
    padding: 20px 8px 8px;
}

.theme_side_right #main{
	float: none;
	width: 100%;
}
.theme_side_right #side_right{
	float: none;
	width: 100%;
	margin-top: 30px;
	border-top: 1px solid #000;
	padding-top: 20px;
	position: relative;
}
	.theme_side_right #side_right::after{
		content: "";
		position: absolute;
		top: -1px;
		left: -10px;
		background: #000;
		width: -webkit-calc(100% + 20px);
		width: calc(100% + 20px);
		height: 1px;
	}


/******************************************************************
* 共通設定
********************************************************************/
#header{
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0px;
	left: 0px;
	border-bottom: 2px solid #000;
	width: 100%;
	z-index: 2000;
}
/*メッセージ*/
.header_message{
	background: url("../img/msg-bg-sp.png") center bottom repeat-x;
	background-size: 17px 27px;
	padding-bottom: 8px;
	padding-top: 0;
}
.header_message .inner{
	background: #fb91af;
	padding-top: 8px;
}
	.header_message p,
	.header_message a{
		font-size: 10px;
		font-size: 1.0rem;
		text-align: center;
	}
	.header_message p{
		padding: 0 10px !important;
	}
		.header_message p .fa,
		.header_message a .fa{
			font-size: 14px;
			font-size: 1.4rem;
			line-height: 27px;
		}
.header_logo{
	padding: 16px 0 19px;
}
	.header_logo_title{
		text-align: center;
		margin: 0;
		line-height: 1em;
		height: 25px;
	}
		.header_logo_title a{
			background: url("../img/logo.png") no-repeat;
			background-size: 155px;
			width: 155px;
			height: 24px;
		}
	.header_cart{
		right: 10px;
		top: 9px;
	}
		.header_cart p{
			display: none;
		}
		.header_cart a{
			display: block;
			background: url("../img/cart.png") no-repeat;
			background-size: 42px;
			width: 42px;
			height: 42px;
		}
			.header_cart a i{
				margin-top: 12px;
				font-size: 20px;
				font-size: 2.0rem;
				line-height: 1em;
				color: #fff;
			}
			.header_cart a span{
				left: -8px;
				top: -4px;
			}
#btn_menu{
	right: auto;
	left: 10px;
	top: 7.5px;
}
.cart-trigger, .nav-trigger{
	height: 45px;
	width: 55px;
}
.nav-trigger span, .nav-trigger span::before, .nav-trigger span::after{
	width: 35px;
}
.nav-trigger span::before{
	top: -9px;
}
.nav-trigger span::after{
	top: 9px;
}
.nav-trigger span, .nav-trigger span::before, .nav-trigger span::after{
	background: #000;
}
/*メニュー*/
.drawer{
	background: #fff;
	z-index: 1000;
	display: block;
	padding-top: 82px;
	z-index: 2002;
}
	.drawer::before{
		content: "";
		background: #e7e7e7;
		width: 100%;
		height: 82px;
		position: absolute;
		left: 0px;
		top: 0px;
	}
.drawer,
.drawer-open .drawer{
	width: 90%;
	height: 100%;
	visibility: visible;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
	right: auto;
	left: -90%;
}
#btn_close{
	display: none;
}
.drawer-open .drawer{
	left: 0px;
}
.overlay.is-visible,
.drawer-open #contents, .drawer-open #header, .drawer-open #footer, .drawer-open .pagetop {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}
.overlay{
	z-index: 2001;
}
	.drawer>p:first-child{
		font-size: 1.5rem;
		font-weight: bold;
		border-bottom: 1px dashed #000;
		margin: 0;
		text-align: center;
		padding: 0.7em 0;
	}
		.drawer>p:first-child .red{
			color: #f04a76;
		}
	.drawer #btn_close{
		display: block;
		position: absolute;
		top: 18px;
		right: 7px;
		margin: 0;
	}
.drawer-open .nav-trigger span::before{
	background: #000;
}
.drawer-open .nav-trigger span::after {
    -webkit-transform: translateX(4px) translateY(4px) rotate(-45deg);
    -moz-transform: translateX(4px) translateY(4px) rotate(-45deg);
    -ms-transform: translateX(4px) translateY(4px) rotate(-45deg);
    -o-transform: translateX(4px) translateY(4px) rotate(-45deg);
    transform: translateX(4px) translateY(4px) rotate(-45deg);
	background: #000;
}
	.drawer #searchform{
		position: absolute;
	}
	.drawer .header_search{
		position: absolute;
		top: 0px;
		left: 0px;
		background: #fff;
		width: -webkit-calc(100% - 85px);
		height: 42px;
		margin: 20px 0 0 20px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		    -ms-box-sizing: border-box;
		     -o-box-sizing: border-box;
		        box-sizing: border-box;
		text-align: left;
	}
		.drawer .header_search input{
			width: -webkit-calc(100% - 42px);
			width: calc(100% - 42px);
			height: 42px;
			font-size: 14px;
			font-size: 1.4rem;
			border: none;
			padding-left: 1em;
			-webkit-box-sizing: border-box;
			        box-sizing: border-box;
		}
		.drawer .header_search button{
			position: absolute;
			right: 0px;
			top: 0px;
			background: none;
			border: none;
			width: 42px;
			height: 42px;
		}
			.drawer .header_search button i{
				color: #010101;
				font-size: 20px;
				font-size: 2.0rem;
				color: #f36b8f;
			}
		.drawer .header_member_link{
			text-align: center;
			border-bottom: 1px dashed #000;
		}
			.drawer .header_member_link li{
				display: inline-block;
				position: relative;
				letter-spacing: normal;
				margin-right: 1em;
				font-size: 1.4rem;
				font-weight: bold;
			}
			.drawer .header_member_link li::after{
				content: "／";
				position: absolute;
				right: -1.2em;
				top: 50%;
				margin-top: -0.55em;
				font-size: 12px;
				font-size: 1.2rem;
				font-weight: normal;
				line-height: 1em;
			}
			.drawer .header_member_link li:last-child::after{
				display: none;
			}
				.drawer .header_member_link li a{
					font-size: 1.4rem;
					font-weight: bold;
					line-height: 50px;
					color: #000;
				}
	.drawer>.selectbox{
		position: relative;
		left: 0px;
		top: 0px;
	}
	.drawer .nav_category{
		margin-bottom: 10px;
	}
		.drawer .nav_category>li{
			border-bottom: 1px dashed #000;
		}
			.drawer .nav_category>li>a,
			.drawer .nav_category>li>p{
				position: relative;
				display: block;
				margin: 0;
				padding: 0 20px;
				font-size: 2.0rem;
				font-weight: bold;
				line-height: 56px;
				color: #000;
			}
			.drawer .nav_category>li>p::before,
			.drawer .nav_category>li>.nav_block .view-list>a::before{
				content: "";
				position: absolute;
				top: 27px;
				right: 17px;
				width: 20px;
				height: 2px;
				background: #000;
			}
			.drawer .nav_category>li>p::after,
			.drawer .nav_category>li>.nav_block .view-list>a::after{
				content: "";
				position: absolute;
				top: 18px;
				right: 26px;
				width: 2px;
				height: 20px;
				background: #000;
			}
				.drawer .nav_category>li>p.active::after,
				.drawer .nav_category>li>.nav_block .view-list>a.active::after{
					display: none;
				}
			.drawer .nav_category>li:nth-child(1)>p>span{
				display: inline-block;
				background: url("../img/header/category.png") left center no-repeat;
				background-size: 14px;
				padding-left: 25px;
			}
			.drawer .nav_category>li:nth-child(2)>p>span{
				display: inline-block;
				background: url("../img/header/brand.png") left center no-repeat;
				background-size: 14px;
				padding-left: 25px;
			}
			.drawer .nav_category>li:nth-child(3)>a>span{
				display: inline-block;
				background: url("../img/header/column.png") left center no-repeat;
				background-size: 17px;
				padding-left: 25px;
			}
			.drawer .nav_category>li:nth-child(4)>a>span{
				display: inline-block;
				background: url("../img/header/shop.png") left center no-repeat;
				background-size: 18px;
				padding-left: 25px;
			}
			
			.drawer .nav_category>li:nth-child(4)>a>span.company-menu{
				display: inline-block;
				background: url("../img/header/company.png") left center no-repeat;
				background-size: 18px;
				padding-left: 25px;
			}
			
			.drawer .nav_category>li>.nav_block{
				display: none;
				border-top: 1px solid #000;
				padding-left: 20px;
			}
				.drawer .nav_category>li>.nav_block a{
					position: relative;
					display: block;
					margin: 0;
					padding: 0px;
					font-size: 1.7rem;
					line-height: 56px;
					color: #000;
				}
				.drawer .nav_category>li>.nav_block .view{display: none;}
				.drawer .nav_category>li>.nav_block>ul>li{
					border-bottom: 1px solid #000;
				}
				.drawer .nav_category>li>.nav_block>ul>li:last-child{
					border-bottom: none;
				}
				.drawer .nav_category>li>.nav_block ul li ul{
					padding-left: 15px;
					display: none;
				}
				.drawer .nav_category>li>.nav_block ul li ul li{
					border-top: 1px solid #000;
				}
	.drawer .nav_link{
		width: 100%;
		padding-bottom: 10px;
		border-bottom: 1px dashed #000;
		margin-bottom: 20px
	}
		.drawer .nav_link li a{
			padding: 0 20px;
			display: block;
			font-weight: bold;
			line-height: 36px;
			font-size: 1.5rem;
			color: #000;
		}
			.drawer .nav_link li:nth-child(1) a{
				background: url("../img/header/shop.png") 20px center no-repeat;
				background-size: 17px;
				padding-left: 45px;
			}
			.drawer .nav_link li a i{
				margin: 0 9px 0 1px;
				font-size: 1.8rem;
			}
	.drawer .selectbox.sp{
		display: block !important;
		position: relative;
		border-bottom: 1px solid #000;
		padding: 0 30px 5px 13px;
		overflow: hidden;
		vertical-align: middle;
		margin: 0 20px 20px;
	}
	.drawer .selectbox.sp::after{
		content: "";
		position: absolute;
		top: 5px;
		right: 15px;
		width: 10px;
		height: 10px;
		border-bottom: 2px solid #000;
		border-right: 2px solid #000;
		-webkit-transform: rotate(45deg);
		   -moz-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		     -o-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
		.drawer .selectbox.sp select{
			background: transparent;
			width: 100%;
			-webkit-appearance: none;
			-ms-appearance: none;
			appearance: none;
			border: none;
			font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','sans-serif';
			font-size: 1.8rem;
			color: #000;
		}
	.drawer .sns_link{
		text-align: center;
		letter-spacing: -0.4em;
		margin-right: 3vw;
	}
		.drawer .sns_link li{
			display: inline-block;
			margin: 0 1.2vw;
		}
			.drawer .sns_link li a{
				position: relative;
				display: block;
				width: 60px;
				width: 12vw;
				height: 60px;
				font-size: 4.2rem;
				font-size: 8vw;
				color: #000;
				padding: 0 6px;
			}
				.drawer .sns_link li a i{
					position: absolute;
					left: 50%;
					top: 50%;
					-webkit-transform: translate(-50%,-50%);
					   -moz-transform: translate(-50%,-50%);
					    -ms-transform: translate(-50%,-50%);
					     -o-transform: translate(-50%,-50%);
					        transform: translate(-50%,-50%);
					text-align: center;
				}
			.drawer .sns_link li:last-child a{
			}

/*サイド
--------------------------------------------------------------------------------------------------------*/
.ranking-title{
	margin: 0px 0 15px;
	background: url("../img/ranking-sp.png") no-repeat;
	background-size: 100%;
	height: auto;
	padding-bottom: 22.2%;
}
	.ranking-title::after{
		display: none;
	}
	.ranking-title i{
		display: none;
	}
	.ranking-title span{
		position: absolute;
		left: 54%;
		top: 50%;
		display: inline-block;
		font-size: 1.0rem;
		line-height:1em;
		margin: 0;
		padding: 0;
		margin-top: -0.5em;
	}
.ranking-list{
	
}
#ranking>a{
	font-size: 1.4rem;
	line-height: 40px;
}
	#ranking>a span{
		position: relative;
		padding-right: 15px;
	}
#side-pickup{
	display: none;
}
			#side-pickup ul li em{
				-webkit-transform: scale(0.74,0.74);
				   -moz-transform: scale(0.74,0.74);
				    -ms-transform: scale(0.74,0.74);
				     -o-transform: scale(0.74,0.74);
				        transform: scale(0.74,0.74);
				top: -8px;
				left: -2px;
			}

/*フッター
--------------------------------------------------------------------------------------------------------*/
#footer .footer-meesage{
	font-size: 1.0rem;
	line-height: 1.4em;
	padding: 8px 10px;
}
.footer-link{
	display: none;
}
.footer-info{
	border-top: none;
	padding: 25px 0 30px;
}
.footer-info .inner{
	position: relative;
}
	.footer-info nav{
		letter-spacing: normal;
		margin-bottom: 25px;
	}
		.footer-logo{
			display: block;
			background: url("../img/footer-logo.png") no-repeat;
			background-size: 95px;
			width: 95px;
			height: 18px;
			margin: 0 auto 20px !important;
		}
		.footer-info nav ul{
			width: 100%;
			display: inline-block;
			vertical-align: middle;
			text-align: center !important;
			margin: 0;
			font-size: 1.2rem;
			line-height: 1em;
			padding: 0 10px;
		}
			#footer .footer-info nav ul li{
				width: auto;
				display: inline-block;
				vertical-align: middle;
				letter-spacing: normal;
				padding: 0 10px;
				margin: 5px 0;
			}
				#footer .footer-info nav ul li a{
					line-height: 1em;
				}
	.sns-box{
		position: relative;
		right: 0px;
		top: 0px;
		text-align: center;
		margin: 0 auto 20px;
		width: 200px;
	}
		#footer .sns-box .selectbox{
			position: relative;
			margin: 0 auto 15px;
			border-bottom: 1px solid #fff;
			width: 110px;
			padding: 0 30px 5px 10px;
			overflow: hidden;
		}
			#footer .sns-box .selectbox select{
				font-size: 1.4rem;
			}
			
		#footer .sns-box ul {
    		text-align: center;
	    }
    
	#footer .copyright{
		font-size: 1.0rem;
		line-height: 1em;
		text-align: center;
	}

/*共通
--------------------------------------------------------------------------------------------------------*/
/*パンくずリスト*/
.breadcrumb-list{
	position: relative !important;
	left: 0px;
	top: 0px !important;
	margin-bottom: 15px;
	vertical-align: top;
	padding: 0;
	font-size: 1.0rem;
	line-height: 1.4em;
	padding: 8px 0;
}
.breadcrumb-list.none{
	margin-bottom: 0;
}
		.breadcrumb-list li a,
		.breadcrumb-list li span{
			position: relative;
			font-size: 1.0rem;
			font-weight: normal;
			line-height: 1.4em;
			color: #000;
		}
			.breadcrumb-list li a::before{
				content: ">";
				position: absolute;
				right: -1em;
				top: 0px;
				color: #000;
				font-size: 1.0rem;
				line-height: 1.2em;
			}

/*タイトル*/
.headline-s{
	padding: 0 0 10px;
	margin: 0 0 17px;
	font-size: 1.5rem;
}
	.headline-s::after{
		bottom: 2px;
	}
.headline-ss{
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2em;
	padding: 7px 10px;
	margin: 0 0 10px;
}

/*記事一覧*/
.article-list{
	width: -webkit-calc(100% + 12px);
	width: calc(100% + 12px);
	letter-spacing: -0.4em;
	margin-left: -6px;
}
.article-list li{
	padding: 0 6px 25px;
}
	.article-list li em{
		-webkit-transform: scale(0.744,0.744);
		   -moz-transform: scale(0.744,0.744);
		    -ms-transform: scale(0.744,0.744);
		     -o-transform: scale(0.744,0.744);
		        transform: scale(0.744,0.744);
		top: -10px;
		left: 0px;
		font-weight: bold;
	}
	.article-list li figure{
		margin-bottom: 0px;
	}
	.article-list li figure{
		width: 100%;
	}
		.article-list li figure img{
			width: 100%;
		}
	.article-list li p{
		background: rgba(251,226,233,0.8);
		position: relative;
		left: 0px;
		bottom: 0px;
		padding: 0.5em;
		width: 100%;
		margin: 0;
		font-size: 1.1rem;
		line-height: 1.4em;
		color: #000;
	}
/*
	.article-list li em{
		-webkit-transform: scale(0.625,0.625);
		   -moz-transform: scale(0.625,0.625);
		    -ms-transform: scale(0.625,0.625);
		     -o-transform: scale(0.625,0.625);
		        transform: scale(0.625,0.625);
		top: -10px;
		left: -8px;
		font-weight: bold;
	}
	.article-list li figure{
		position: relative;
		width: 100%;
		padding-bottom: 0;
		overflow: hidden;
		margin-bottom: 10px;
	}
		.article-list li figure img{
			position: relative;
			width: 100%;
			vertical-align: bottom;
		}
		.article-list li figure figcaption{
			position: relative;
			height: 15px;
			font-size: 1.0rem;
			line-height: 15px;
		}
		.article-list li p{
			margin: 0;
			font-size: 1.2rem;
			line-height: 1.4em;
			color: #000;
		}
*/

/*アイテムリスト一覧*/
.item-list{
	width: -webkit-calc(100% + 10px);
	width: calc(100% + 10px);
	margin-bottom: 5px;
}
	.item-list li{
		padding-right: 10px;
		padding-bottom: 25px;
	}
	.item-list.button-bottom li{
		padding-bottom: 70px;
	}
	.item-list li a{
		display: block;
		position: relative;
	}		
		.item-list li .tag{text-align: left;}
		.item-list li .tag em{
			height: 18px;
			font-size: 1.0rem;
			line-height: 18px;
			padding: 0 3px;
			margin: 0 4px 0 0;
		}
		.item-list li figure{
			margin-bottom: 10px;
		}
		.item-list li h3{
			text-align: left;
		}
		.item-list li p{
			text-align: left;
		}

		.item-list .online-shop,
		.item-list_cart button,
		.item-list .sold-out{
			bottom: 25px;
			height: 30px;
			font-size: 1.0rem;
			line-height: 30px;
			padding: 0;
		}
			.item-list_cart button i{
				font-size: 1.2rem;
				margin-right: 2px;
			}
/*ページャー*/
.pagination{
	margin-top: 0;
}
.pagination ul{
	letter-spacing: -0.4em;
	padding: 0;
}
	.pagination ul li{
		padding: 0;
		letter-spacing: normal;
		margin: 0 2px;
	}
		.pagination ul li a{
			font-size: 1.4rem;
			line-height: 30px;
			padding: 0px 10px;
		}
.search-order{
	position: relative !important;
	right: 0px;
	top: 0px;
	overflow: hidden;
	width: 100%;
}
.search-order.cate{
	position: relative;
	right: 0px;
	top: 0px;
}
	.search-order li{
		float: left;
		width: 50%;
	}
	.search-order li a{
		width: 100%;
	}

/*ページ遷移ボタン*/
#pagetop{
	right: 10px;
	bottom: 10px;
	width: 45px;
	height: 45px;
	cursor: pointer;
}
	#pagetop a{
		top: 45px;
		width: 45px;
		height: 45px;
	}


/*トップページ(P0001)
--------------------------------------------------------------------------------------------------------*/
.main_visual.slick-slider{
	margin-bottom: 15px;
}
	.main_visual .slick-dots{
		display: block !important;
		bottom: 8px;
	}
	.main_visual .slick-dots li,
	.main_visual .slick-dots li button,
	.main_visual .slick-dots li button:before{
		width: 8px;
		height: 8px;
	}


.headline{
	margin: 0 0 15px;
}
	.headline i{
		font-size: 2.8rem;
		line-height: 44px;
		margin-right: 10px;
	}
	.headline span{
		font-size: 1.0rem;

	}
#side-newentry .side-title i{
	background: url("../img/side/newentry.png") 2px center no-repeat;
	background-size: 21px;
	padding-left: 33px;
	font-size: 2.8rem;
	line-height: 44px;
	vertical-align: middle;
}
#side-pickup .side-title i{
	background: url("../img/side/pickup.png") left center no-repeat;
	background-size: 25px;
	padding-left: 33px;
	font-size: 2.8rem;
	line-height: 44px;
	vertical-align: middle;
}
	.side-title span{
		border: 1px dashed #000;
		font-size: 1.0rem;
		background: #fff;
		display: inline-block;
		font-size: 1.1rem;
		line-height: 1em;
		vertical-align: middle;
		padding: 3px 10px;
		border: 1px dashed #000;
	    -webkit-border-radius: 12px;
	    -moz-border-radius: 12px;
	    -ms-border-radius: 12px;
	    -o-border-radius: 12px;
	    border-radius: 12px;
	}
	#side-newentry>a{
		line-height: 40px;
		height: 40px;
		font-size: 1.4rem;
	}
	#side-pickup .pickup-list{
		letter-spacing: -0.4em;
	}
		#side-pickup .pickup-list li{
			display: inline-block;
			width: 50%;
			letter-spacing: normal;
			vertical-align: top;
		}
		#side-pickup .pickup-list li:nth-child(2n+1){
			padding-right: 5px;
		}
		#side-pickup .pickup-list li:nth-child(2n){
			padding-left: 5px;
		}

#pickup{
	margin-top: 0px;
}
	.pickup-list{
		margin-bottom: 5px;
		letter-spacing: -0.4em;
	}
		.pickup-list li{
			float: none;
			display: inline-block;
			width: 50%;
			margin-bottom: 10px;
			letter-spacing: normal;
			vertical-align: top;
		}
		.pickup-list li:nth-child(2n+1){
			padding-right: 5px;
		}
		.pickup-list li:nth-child(2n){
			padding-left: 5px;
		}
		.pickup-list li a{
			display: block;
			position: relative;
		}		
			.pickup-list li em{
				font-size:6px;
				top: -10px;
				left: 0px;
				width: 29px;
				height: 38px;
				-webkit-transform: scale(0.744,0.744);
				   -moz-transform: scale(0.744,0.744);
				    -ms-transform: scale(0.744,0.744);
				     -o-transform: scale(0.744,0.744);
				        transform: scale(0.744,0.744);
			}
			.pickup-list li em.bg1{
				background: url("../img/pickup-bg1.png") no-repeat;
				background-size: 29px;
				padding-top: 6px;
			}
			.pickup-list li em.bg2{
				background: url("../img/pickup-bg2.png") no-repeat;
				background-size: 29px;
				padding-top: 9px;
				
			}
			.pickup-list li em.bg3{
				background: url("../img/pickup-bg3.png") no-repeat;
				background-size: 29px;
				padding-top: 9px;
			}
			.pickup-list li img{width: 100%;}

.side-sns{
	position: relative;
	background: url("../img/bg.png") center center repeat;
	background-size: 6px;
}
.side-sns ul{
	padding: 0;
}
	.side-sns ul li{
		width: 66px;
		width: 25%;
	}
		.side-sns ul li a{
			width: 66px;
			height: 66px;
			line-height: 66px;
			margin: 0 auto;
		}
			.side-sns ul li:last-child a{
			}
.side-msg{
	/*margin: 20px 0;*/
	background: url("../img/side/icon.png") 0px center no-repeat;
	background-size: 46px;
	padding: 27px 0 27px 58px;
	font-size: 1.3rem;
}

.side-logo a{
	padding: 20px 0;
}
		.side-logo a i{
			background: url("../img/side/logo.png") no-repeat;
			background-size: 140px;
			width: 140px;
			height: 27px;
		}

#recomend,
#top-category,
#column{
	overflow: hidden;
}
	#recomend ul{
		width: -webkit-calc(100% + 10px);
		width: calc(100% + 10px);
		margin-bottom: 20px;
	}
		#recomend ul li{
			padding-right: 10px;
		}
			#recomend ul li em{
				width: 5em;
				height: 18px;
				font-size: 1.0rem;
				line-height: 18px;
			}
				#recomend ul li img{
					max-height: 70%;
				}
			#recomend ul li h3{
				text-align: left;
			}
			#recomend ul li p{
				text-align: left;
			}
#top-category .headline i{
	background: url("../img/category.png") 8px center no-repeat;
	background-size: 15px;
}
#top-category ul{
	width: -webkit-calc(100% + 10px);
	width: calc(100% + 10px);
	margin-bottom: 20px;
}
	#top-category ul li{
		width: 33.3333%;
		padding: 0 10px 10px 0;
	}
		#top-category ul li a{
			display: block;
			font-size: 1.0rem;
			color: #000;
			text-align: center;
			border: 1px dashed #000;
			padding: 10px 0 10px;
		}
		#top-category ul li a img{
			max-width: 58px;
			margin-bottom: 5px;
		}
#top-brand{
	margin-bottom: 30px;
}
	#top-brand .headline i{
		background: url("../img/brand.png") 10px center no-repeat;
		background-size: 13px;
	}
#top-brand ul{
	width: 100%;
}
	#top-brand ul li{
		display: block;
		width: 100%;
		padding: 0 0px 15px 0;
		letter-spacing: normal;
		vertical-align: top;
	}
		#top-brand ul li a{
			display: block;
			font-size: 1.2rem;
			color: #000;
		}
		#top-brand ul li a p{
			line-height: 1.2em;
			height: auto;
			margin: 1em 0 0;
		}
#column .headline i{
	background: url("../img/column.png") 5px center no-repeat;
	background-size: 20px;
}
#column .headline.beginner i{
	background: url("../img/beginner.png") 5px 55% no-repeat;
	background-size: 20px;
}
.column-title{
	background: url("../img/recommend.png") 4px 0px no-repeat;
	background-size: 20px;
	padding: 0 0 0 30px;
	margin: 0 0 5px;
	font-size: 1.4rem;
	font-weight: normal;
	
}
.column-link{
	position: relative;
	width: -webkit-calc(100% + 10px);
	width: calc(100% + 10px);
	letter-spacing: -0.4em;
	margin-bottom: 20px;
}
	.column-link li{
		display: inline-block;
		width: 33.3333%;
		padding: 0 10px 0 0;
		letter-spacing: normal;
		vertical-align: top;
	}
	.column-link li a{
		display: block;
		position: relative;
	}
		.column-link li figure{
			
		}
			.column-link li img{
				width: 100%;
			}
		.column-link li p{
			background: rgba(251,226,233,0.8);
			position: relative;
			left: 0px;
			bottom: 0px;
			width: 100%;
			padding: 0.5em;
			font-size: 1.0rem;
			color: #000;
			margin: 0;
		}
		.column-link li:last-child p{
			padding: 1.2em 0.5em;
		}
#column{
	overflow: visible;
}
#column>a,
#column .column-box_block>a,
#pickup .btn-primary{
	width: 100%;
	line-height: 40px;
	margin-bottom:30px;
}
#column .column-box_block>a,
#pickup .btn-primary{
	line-height: 30px;
}
	#column .column-box_block>a span::after{
		border-top: 2px solid #000;
		border-right: 2px solid #000;
	}
	#pickup .btn-primary span::after{
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	
#column h3{
	margin:  0 0 10px;
}
.new-title{
	background: url("../img/new.png") 6px center no-repeat;
	background-size: 18px;
	padding: 0 0 0 30px;
	margin: 0 0 15px;
	font-size: 1.4rem;
	font-weight: normal;
	
}
.column-link + .headline{
    margin: 0px 0 44px;
}
.column-list{
	width: -webkit-calc(100% + 10px);
	width: calc(100% + 10px);
	letter-spacing: -0.4em;
	margin-left: 0px;
	margin-bottom: 10px;
}
	.column-list::before{
		content: "";
		position: absolute;
		right: 10px;
		top: -77px;
		background: url("../img/top/koji-sp.png") no-repeat;
		background-size: 147px;
		width: 147px;
		height: 93px;
	}
.column-list li{
	padding: 0 10px 15px 0px;
}
.column-list li:nth-child(1){
	width: 50%;
	padding: 0 12px 15px 0px;
}
.column-list li:nth-child(2){
	width: 50%;
	padding: 0 10px 12px 2px;
}
	.column-list li em{
		-webkit-transform: scale(0.744,0.744);
		   -moz-transform: scale(0.744,0.744);
		    -ms-transform: scale(0.744,0.744);
		     -o-transform: scale(0.744,0.744);
		        transform: scale(0.744,0.744);
		top: -10px;
		left: 0px;
		font-weight: bold;
	}
	.column-list li:nth-child(2) em{
		left: 0px;
	}
	.column-list li figure{
		margin-bottom: 0px;
	}
	.column-list li figure{
		width: 100%;
	}
		.column-list li figure img{
			width: 100%;
		}
	.column-list li p{
		background: rgba(251,226,233,0.8);
		position: relative;
		left: 0px;
		bottom: 0px;
		padding: 0.5em;
		width: 100%;
		margin: 0;
		font-size: 1.1rem;
		line-height: 1.4em;
		color: #000;
	}
	.column-list li:nth-child(-n+2) p{
		font-size: 1.3rem;
		line-height: 1.3em;
		overflow: hidden;
	}
	.column-list.english li:nth-child(-n+2) p{
		font-size: 1.1rem;
		line-height: 1.4em;
	}

/*オフィシャルアカウント*/
#official-account .headline i{
	background: url("../img/official-account.png") 3px center no-repeat;
	background-size: 20px;
}
#official-account .sns-area{
	padding: 30px 10px 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}
#official-account .link-box{
	display: block;
	margin-bottom: 0px;
	padding-bottom: 15px;
}
#official-account .link-box .title{
	margin: 0 auto 15px;
	width: 60%;
}
#official-account .link-box .title.koji{
	width: 142px;
	margin: 0 auto 25px;
}
#official-account .link-box ul{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 350px;
	margin: 0 auto;
}
	#official-account .link-box ul li{
		display: block;
		width: 69px;
		margin: 0 10px 10px;
		vertical-align: top;
	}

#official-account .widget-box{
	display: block;
}
#official-account .widget-box .title{
	margin: 0 0 15px;
}
#official-account .widget-box .title i{
	font-size: 2.4rem;
	line-height: 1em;
}

#official-account .widget-box .instagram{
	width: 100%;
	padding-right: 0;
}
#official-account .widget-box .twitter{
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}
#official-account .widget-box iframe{
	width: 100% !important;
	height: 220px !important;
}
#official-account .widget-box .instagram iframe{
	height: 60vw !important;
}
#official-account .widget-box .twitter iframe{
	height: 100vw !important;
	width: 740px !important;
}

#official-account .widget-box .twitter-dw iframe{
	height: 100vw !important;
	width: 740px !important;
}

#official-account .widget-box .youtube{
	width: 100%;
	margin-top:30px;
}

#official-account .widget-box .youtube iframe{
	height: 45vw !important;
}
#official-account .widget-box .youtube .channel{
	padding: 5px;
}
	#official-account .widget-box .youtube .channel div{
		width: 100px;
		height: 60px;
		background: #e2007e url(../img/footer-logo.png) center center no-repeat;
		background-size: 40px;
	}
	#official-account .widget-box .youtube .channel p{
		margin: 0 0 0 10px;
		font-size: 1.4rem;
		line-height: 1.6em;
	}
	
		#official-account .widget-box .youtube .channel p span{
		font-size: 1.1rem;
		line-height: 1.5em;
		display:inline-block;
	}


/*カテゴリページ(]P0002)*/
/*検索結果(P0005)
--------------------------------------------------------------------------------------------------------*/
#search-page{
	position: relative;
	margin-bottom: 20px;
}
	#search-page h3{
		margin: 0 0 20px;
		padding: 5px 0 10px;
		font-size: 1.8rem;
		line-height: 1em;
	}

	.category-title{
		overflow: hidden;
		padding: 0px 0 20px;
	}
		.category-title figure{
			width: 40px;
			height: 40px;
			padding: 5px;
		}
		#search-page .category-title h3{
			margin: 0;
			padding: 5px 0 10px;
			font-size: 1.8rem;
			line-height: 1em;
		}

.category-list{
	margin-bottom: 15px;
}
	.category-list li{
		width: 50%;
		padding: 0 5px 10px 0;
	}
		.category-list li a{
			padding: 1em;
			font-size: 1.1rem;
			line-height: 1.2em;
		}
.brand-title{
	background: url("../img/brand.png") left center no-repeat;
	background-size: 8px;
	font-size: 1.3rem;
	line-height: 17px;
	padding-left: 15px;
	margin: 0 0 10px;
}
.brand-list{
	width: -webkit-calc(100% + 10px);
	width: calc(100% + 10px);
	margin-bottom: 20px;
}
	.brand-list li{
		width: 25%;
		padding: 0 10px 10px 0;
	}


.category-link{
	margin-top: 25px;
	padding: 15px 0;
}
	.category-link ul{
		
	}
		.category-link ul li{
			vertical-align: top;
		}
			.category-link figure{
				margin-bottom: 10px;
			}
			.category-link p{
				font-size: 1.0rem;
			}

/*商品スペシャルページ(P0004)
--------------------------------------------------------------------------------------------------------*/
#special-page{
	position: relative;
}
	#special-page h2{
		margin: 0 0 20px;
		width: -webkit-calc(100% + 20px);
		width: calc(100% + 20px);
		margin-left: -10px;
	}

.special-page__info-list{
	border-top: 1px dashed #000;
}
	.special-page__info-list li{
		padding: 18px 0;
	}
		.special-page__info-list h3{
			float: none;
			width: 100%;
			font-size: 2.2rem;
			line-height: 1.4em;
			margin: 0 0 13px;
		}
		.special-page__info-list figure{
			float: right;
			width: 48%;
			margin: 0 0 5px 10px;
		}
		.special-page__info-list p{
			font-size: 1.4rem;
			line-height: 1.6em;
			padding-right: 0;
		}
		.special-page__info-list p img{
			width:45%;
			margin-top:5px;
		}
		
		.line-none{
	border:none;
}
.special-movie{
    margin: 18px auto 0;
    padding-bottom: 18px;
}
		.special-movie iframe {
		    padding-bottom: 18px;
		}
	.special-movie .cp-btn{
		margin: 0 auto;
		width: 80%;
	}
.special-cart{
	padding: 20px 0 10px 0;
}
	.special-cart .info{
		padding-left: 15px;
	}
		.special-cart .info h4{
			margin: 0;
			padding: 0;
			font-size: 1.5rem;
			line-height: 1.4em;
		}
		.special-cart .price{
			font-size: 1.3rem;
			color: #f04a76;
			margin: 5px 0 5px;
		}
		.special-cart em{
			width: 4.5em;
			height: 15px;
			font-size: 1.0rem;
			line-height: 15px;
			margin-bottom: 15px;
		}
		.special-cart form{
			padding-right: 0px;
		}
			.special-cart .btn{
				padding: 6px 0px;
				font-size: 1.2rem;
			}
				.special-cart .btn i{
					margin-right: 5px;
				}

/*Super Hold*/
.super_hold .img-wide{
	margin: 15px auto 0;
}
.super_hold .howtouse{
    padding: 15px 0;
}
.super_hold .howtouse li{
	margin: 0 0 15px;
}
.super_hold .howtouse li p{
	margin: 0;
}


/*ブランドページ(P0003)
--------------------------------------------------------------------------------------------------------*/
#brand-page{
	position: relative;
	margin-bottom: 20px;
}
.brand-detail{

}
.product_page .page-heading{
	padding: 0 0px 8px;
	margin-bottom: 20px;
}
	.brand-detail h2{
		margin: 0 0 20px;
	}
	.brand-detail-box{
		position: relative;
		overflow: hidden;
	}
	.brand-detail-box figure{
		position: relative;
		float: right;
		width: 36.36363636%;
		margin-left: 10px;
	}
	.brand-detail-box h3{
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.4em;
		margin: 0 0 15px;
		padding-right: 0;
	}
	.brand-detail-box p{
		font-size: 1.4rem;
		line-height: 1.4em;
		padding-right: 0;
	}

/*商品詳細(P0006)
--------------------------------------------------------------------------------------------------------*/
#item_detail{
	position: relative;
	margin-bottom: 20px;
}
.item_detail_box{
	padding-top: 0px;
	overflow: visible;
}
	/*商品ギャラリー*/
	#item_photo_area{
		float: none;
		width: 100%;
		padding: 0;
	}
	#item_photo_area .slides{
		margin-bottom: 25px;
	}
		#item_photo_area .slick-list{
			width: -webkit-calc(100% + 20px);
			width: calc(100% + 20px);
			padding-bottom: 89%;
			margin-left: -10px;
			border-left: none;
			border-right: none;
		}
			#item_photo_area .slick-slide img{
				max-height: 80%;
			}
		#item_photo_area .slick-dots{
			position: relative;
			bottom: 0px;
			text-align: left;
		}
			#item_photo_area .slick-dots li{
				height: auto;
				margin: 0;
				vertical-align: top;
			}
				#item_photo_area .slick-dots li button.thumbnail{
					display: block;
					position: relative;
					width: 100%;
					padding-bottom: 100%;
					border: 1px solid #e1e1e1;
					background: #fff;
				}
				#item_photo_area .slick-dots li button.thumbnail::before{
					display: none;
				}
					#item_photo_area .slick-dots li img{
						height: auto;
					}

#item_photo_area .slick-prev,
#item_photo_area .slick-next{
	display: block !important;
	position: absolute;
	top: 44.5%;
	width: 30px;
	height: 30px;
	margin: -15px 0 0;
	background: #000;
	border: none;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
	     -o-border-radius: 50%;
	        border-radius: 50%;
	text-indent: 200%;
	white-space: nowrap;
	overflow :hidden;
	opacity: 0.3;
	z-index: 4;
	-webkit-appearance: none;
	appearance: none;
	padding: 0;
}
#item_photo_area .slick-prev{
	left: 10px;
}
#item_photo_area .slick-prev::after{
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -5px 0 0 -4px;
		width: 10px;
		height: 10px;
		border-bottom: 2px solid #fff;
		border-left: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		   -moz-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		     -o-transform: rotate(45deg);
		        transform: rotate(45deg);
}
#item_photo_area .slick-next{
	right: 10px;
}
#item_photo_area .slick-next::after{
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -5px 0 0 -7px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		   -moz-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		     -o-transform: rotate(45deg);
		        transform: rotate(45deg);
}

	/*商品説明*/
	#item_detail_area{
		position: relative;
		float: none;
		width: 100%;
		padding-left: 0;
	}
		/*ブランドロゴ*/
		#item_detail_area .brand-logo{
			margin-bottom: 10px;
		}
		/*snsボタン*/		
		#item_detail_area .sns-list{
		}
			#item_detail_area .sns-list li{
				margin-left: 4px;
			}

		/*商品名*/
		#item_detail_area .item_name{
			font-size: 2.0rem;
			line-height: 1.2em;
			margin-bottom: 10px;
		}
		/*価格*/
		#item_detail_area .price_area{
			letter-sacing: -0.4em;
		}
			#item_detail_area .price_area p{
				margin: 0 0 10px;
			}
			#item_detail_area .price_area p.sale_price{
				margin-right: 10px;
			}
			#item_detail_area .price_area p.normal_price{
				font-size: 1.1rem;
				line-height: 15px;
			}
		/*商品コード*/
		#item_detail_area .item_code{
			margin: 0 0 10px;
		}


		/*購入エリア*/
		#item_detail_area .cart_area{
			padding-top: 15px;
		}
		#detail_cart_box__button_area{
			margin-bottom: 30px;
		}
			#item_detail_area #cart{
				background: #f04a76;
				width: 100%;
				margin: 0 0 12px;
				height: 48px;
				line-height: 48px;
			}
				#item_detail_area #cart i{
					margin-right: 5px;
					font-size: 2.0rem;
				}
			#item_detail_area #favorite{
				font-size: 1.2rem;
				font-weight: normal;
				line-height: 26px;
				color: #f04a76;
				height: 30px;
				background: #fff;
				border: 2px solid #f04a76;
			}
				#item_detail_area #favorite i{
					margin-right: 4px;
				}
	#item_detail .item_comment{
		font-size: 1.4rem;
		line-height: 1.4em;
	}
	
	#item_detail .item_comment_detail{
		margin-top: 20px;
		padding: 15px;
	}

.product_credit{text-align: left;}
.product_credit span.list{
	background: #f6f6f6;
	background-size: 10px;
	padding: 0 3px;
	font-size: 1.0rem;
	line-height: 18px;
	letter-spacing: -1px;
}


/******************************************************************
* 下層ページ
********************************************************************/
/*カート*/
div.table .tbody .tr > .td{
	padding: 10px 8px;
}
#delivery_address_list .td{
	position: relative;
}
.total_box dl.total_price dt{
	padding-top: 0;
}
.total_box dl.total_price dd{
	font-size: 16px;
	font-size: 1.6rem;
}

/*ご注文確認*/
#confirm_main.col-sm-8,
#shopping_confirm .cart_item .item_box .table,
#confirm_side.col-sm-4{
	width: 100%;
}
#confirm_side.col-sm-4{
	padding-left: 0;
}
#confirm_flow_box__body,
#complete_flow_box__body{
	padding-left: 0px;
	padding-right: 0px;
}
#shopping_confirm .cart_item.table{
	border-top: none;
}
#shopping_confirm .total_box .total_amount{
    border-top: 1px dotted #ccc;
}

#deliveradd_input .col-sm-4{
	width: 100%;
	margin-left: 0;
}
.complete_message .heading01{
	font-size: 2.4rem;
	padding-top: 0;
}

/*会員情報*/
.dl_table dl:first-child dt,
.dl_table dl:first-child dd{
	border: none;
}
.dl_table dt, .dl_table dd{
	border: none;
}

#top_box__body_inner,
#top_box__body_inner2{
	margin: 0;
}
.dl_table{
	padding: 0;
}
#confirm_box #confirm_box__message {
    padding: 0;
}
#confirm_box__body .dl_table.not_required{
	border-top: none;
	margin-top: -16px;
}
#top_box__birth{
	border-top: none;
	margin-top: 0;
}
#complete_box__message{
	padding-top: 0;
}

/*ログイン*/
#mypage_login_wrap.col-sm-8{
	width: 100%;
}
#login_box.cmp_login_box #customer_box{
	padding: 0;
}
#history_list__body .col-sm-4, #history_list__body .col-sm-8{
	width: 100%;
}
#detail_box__top_button .col-sm-offset-4{
	margin-left: 0;
	padding-left: 0;
	margin-top: 20px;
}
#favorite_lst__total_item_count{
	margin-bottom: 1em;
	border-bottom: none;
}


#favorite_list__list{
	width: 100%;
}
#favorite_list__list .col-sm-3{
	padding: 0 8px 0 0;
}
#favorite_list__list .col-sm-3:nth-child(2n){
	padding: 0 0 0 8px;
}
#welcome_message.btm{
	margin-bottom: 10px;
}
#delivery_list_box__customer_addresses{
	border-bottom: none;
}
#delivery_box__new_button{
	margin: 1em 0;
}
#delivery_address_list{
	padding: 0;
}

#list_box__list_body{
	padding: 0;
}

.local_nav ul{
	margin-top: 20px;
}
.local_nav li:first-child{
	width: 100%;
}


/*P0035～P0036、P0040～P0042
--------------------------------------------------------------------------------------------------------*/
#lower-page{
	position: relative;
}
	#lower-page .breadcrumb-list{
		margin-bottom: 0;
	}
	#lower-page .title{
		padding: 25px 0 10px;
		font-size: 1.8rem;
		line-height: 1.2em;
	}
	#lower-page .title2{
		margin: 0 0 10px;
		padding: 0;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.2em;
	}

	#lower-page>p{
		margin: 0 0 15px;
		padding: 0;
		font-size: 1.4rem;
		line-height: 1.75em;
	}
	#lower-page>.headline-s + p{
		margin-top: -10px;
	}

.anchor-link{
	overflow: hidden;
	margin-bottom: 25px;
}
	.anchor-link a{
		position: relative;
		display: table-cell;
		background: #f1f1f1;
		padding: 12px 20px 12px 10px;
		font-size: 1.2rem;
		line-height: 1.4em;
		color: #000;
		width: 100%;
		min-height: 100%;
		vertical-align: middle;
	}
		.anchor-link a::after{
			right: 13px;
		}
.guide-line{
	padding-bottom: 0px;
}
	.guide-line li{
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
		.guide-line li figure{
			float: none;
			width: 100%;
			margin-bottom: 20px;
		}
		.guide-line li .guide-line__info{
			float: none;
			width: 100%;
			padding-left: 0px;
		}

.quest-and-answer{
	padding-bottom: 15px;
}
	.quest-and-answer li{
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #e1e1e1;
	}
	.quest-and-answer li p span:last-child{
		width: 100px;
	}
.law-table{
	width: 100%;
	border-top: 1px solid #e1e1e1;
}
	.law-table th{
		width: 34.9%;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.8em;
		text-align: left;
		vertical-align: top;
		padding: 18px 10px 18px 0;
		border-bottom: 1px solid #e1e1e1;
	}
	.law-table td{
		padding: 18px 0px;
		border-bottom: 1px solid #e1e1e1;
		vertical-align: top;
		font-size: 1.4rem;
		line-height: 1.8em;
	}
		.law-table td a{text-decoration: underline;}
		.law-table td a:hover{text-decoration: none;}

#lower-page .mg-b15{margin-bottom: 10px;}
#lower-page .mg-b20{margin-bottom: 15px;}
#lower-page .mg-b30{margin-bottom: 20px;}
#lower-page .mg-b50{margin-bottom: 25px;}
.mg-t60{margin-top: 30px;}



    

/*お問い合わせ(P0037)
--------------------------------------------------------------------------------------------------------*/
.contact-index #top_wrap{
	padding: 0px;
}
.contact-info{
	padding: 15px;
	margin-bottom: 30px;
}
	.contact-info .link{
		float: none;
		width: 100%;
		padding-right: 0px;
		margin-bottom: 30px;
	}
		.contact-info .link h2{
			font-size: 1.6rem;
			margin: 0 0 10px;
		}
		.contact-info .link ul{
			font-size: 1.4rem;
		}
	.contact-info .tel{
		float: none;
		width: 100%;
		padding-left: 0px;
	}
		.contact-info .tel h2{
			font-size: 1.6rem;
			margin: 0 0 0px;
		}
		.contact-info .tel p{
			margin: 0;
			font-size: 1.4rem;
		}
			.contact-info .tel p strong{
				display: block;
				margin-bottom: 10px;
			}

		.contact-info .tel .tel-number{
			font-family: 'Fjalla One', sans-serif;
			font-size: 2.6rem;
			margin: 0 0 0px;
		}
		.contact-info .tel .tel-number i{
			margin-right: 10px;
		}
.contact-block{
	
}
	.contact-block h2{
		font-size: 1.8rem;
		margin-bottom: 0px;
	}
	.contact-block p{
		margin-bottom: 20px;
	}
	.contact-block ul{
		overflow: hidden;
	}
		.contact-block ul li{
			float: none;
			width: 100%;
			padding: 0 0px 10px 0;
		}
		.contact-block ul li:nth-child(2n){
			padding: 0 0 10px;
		}
			.contact-block ul li a{
				display: block;
				text-align: center;
				color: #fff;
				background: #f04a76;
				-webkit-border-radius: 5px;
				border-radius: 5px;
				font-size: 1.5rem;
				font-weight: bold;
				padding: 15px 0;
			}


/*特設ページ(P0045,P0047)
--------------------------------------------------------------------------------------------------------*/
.youtube-box{
	background: #f2f2f2;
	padding: 20px 25px;
	margin-bottom: 25px;
}
	.youtube-box iframe{
		height: 160px;
	}

.tow-btn-rapper{
width: 80%;
margin:30px auto 30px auto;
}

.two-btn{
	width: 45%;
	margin: 0 0 0 3%;
}

.howto-line{
	overflow: hidden;
	letter-spacing: normal;
	margin-bottom: 10px;
}
	.howto-line li{
		display: block;
		width: 100%;
		padding-bottom: 10px;
	}
		.howto-line li .box{
			display: table;
			width: 100%;
		}
			.howto-line li .box figure{
				width: 90px;
				vertical-align: middle;
			}
				.howto-line li .box figure img{
					width: 100%;
				}
			.howto-line li .box p{
				vertical-align: middle;
				padding: 0 0 0 15px;
				font-size: 1.4rem;
				line-height: 1.4em;
			}
.howto-matsuge{
	padding: 15px;
	margin-bottom: 25px;
}
	.howto-matsuge h3{
		margin: 0 0 15px;
		font-size: 1.4rem;
		text-align: center;
	}
	.howto-matsuge .box{
		width: 100%;
	}
		.howto-matsuge .box .text{
			padding-right: 15px;
			vertical-align: top;
		}
			.howto-matsuge .box .text ol li,
			.howto-matsuge .box .text p{
				padding: 0;
				margin: 0 0 5px;
				font-size: 1.2rem;
				line-height: 1.6em;
			}
		.howto-matsuge .box figure{
			display: table-cell;
			width: 80px;
			padding: 10px 0 0 10px;
		}

.howto-futae{
	margin-bottom: 25px;
}
.howto-futae>ul{
	display: block;
}
	.howto-futae>ul>li{
		width: 100%;
		padding: 15px;
		margin-bottom: 10px;
	}
	.howto-futae>ul>li:nth-child(1),
	.howto-futae>ul>li:nth-child(2),
	.howto-futae>ul>li:nth-child(3){
		float: none;
		margin-right: 0;
	}
	.howto-futae h3{
		margin: 0 0 10px;
		font-size: 1.4rem;
	}
		.howto-futae ol{
			margin-bottom: 0px;
		}
		.howto-futae ol li,
		.howto-futae p{
			margin: 0 0 5px;
			font-size: 1.2rem;
			line-height: 1.4em;
		}
		.howto-futae figure img{width: 100%;}
		.howto-futae .box1 figure{
			width:110px;
			margin: 0 auto 10px;
		}
		.howto-futae .box2 figure{
			width: 180px;
			margin: 0 auto 10px;
		}

		/*.howto-futae .box2,
		.howto-futae .box3{
			width: 100%;
		}
			.howto-futae .box2 .text{
				padding-right: 30px;
				vertical-align: top;
			}
			.howto-futae .box2 figure{
				width: 67px;
				padding-right: 5px;
			}

			.howto-futae .box3 .text{
				padding: 0 20px 0 0px;
				vertical-align: top;
			}
			.howto-futae .box3 figure{
				width: 40px;
				padding-right: 10px;
			}*/
			.howto-futae-title{
				display: flex;
				display:-webkit-box;
			  	display:-ms-flexbox;
			}
			.howto-futae-title .futae-box{
				display: block;
				width: 73%;
			}
			.howto-futae-title .futae-box.futae-box-text1{
				width: 80%;
			}
			.howto-futae-title span.text{
				font-size: 14px;
				margin: 0 0 7px;
				width: 100%;
			}
			.howto-futae-title small.text{
				font-size: 10px;
				width: 100%;
			}
			.howto-futae-title figure{
			    bottom: -20px;
			    right: 0;
			    width: 25%;
			}
			.howto-futae-title figure.futae-box-img1{
				right: 10px;
			    width: 15%;
			}
			.howto-futae-title figure.futae4{
			    position: absolute;
			    right: 15px;
			    top: 80px;
			    z-index: 1;
			    width: 92%;
			}
			.howto-futae-title figure.futae6{
			    position: absolute;
			    right: 35px;
			    top: 65px;
			    z-index: 1;
			    width: 60%;
			}

#howto-futae-navi ul{
	display: block;

}
#howto-futae-navi ul li{
	max-width: 100%;
	width: 100%;
}




.btn-pdf{
	font-size: 1.4rem;
	line-height: 40px;
	width: 100%;
	height: 40px;
}

.ybox,
.ybox iframe,
#side_right .ybox iframe{
	height: 120px !important;
}

.pickup-list .ybox{
	position: relative;
    width: 100%;
    height: 100% !important;
    padding: 58% 0 0;
}
.pickup-list .ybox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/*バナー*/
#top_banner{
	z-index: 2001;
}
#top_banner .banner_block{
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
}
#top_banner .banner_block img{
	width: 100%;
	max-width: 100%;
}
	#top_banner .banner_close{
		height: 40px;
		font-size: 1.5rem;
		line-height: 40px;
	}
/*コージー本舗の日キャンペーン*/
.anniversary_90th .pc{
	display: none;
}
.anniversary_90th .sp{
	display: block;
}
.anniversary_90th .h3_ttl01{
	border-bottom: 1px solid #f7d6df;
	font-size: 22px;
	margin: 25px auto 0;
	padding-bottom: 15px;
}
.anniversary_90th .section01_btn{
	padding-bottom: 25px;
}
.anniversary_90th .section01>div{
	border-bottom: 1px solid #f7d6df;
	display: block;
	padding: 30px 0;
	width: 100%;
}
.anniversary_90th .section01>div:after{
	background: url("/koji90th/images/arrow.png") no-repeat 0 0;
	background-size: 28px 12px;
	content: "";
	display: inline-block;
	height: 12px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: -11px;
	width: 28px;
}
.anniversary_90th .section01 figure,
.anniversary_90th .section01 p{
	display: block;
	vertical-align: middle;
}
.anniversary_90th .section01 figure{
	margin-bottom: 15px;
	width: 100%;
}
.anniversary_90th .section01 p{
	font-size: 14px;
	width: 100%;
}
.anniversary_90th .title{
	margin: 25px auto 20px;
}
.anniversary_90th .title img{
	width: 250px;
}
.anniversary_90th .introduction{
	font-size: 16px;
	margin-bottom: 20px;
	text-align: left;
}
.anniversary_90th h4{
	font-size: 16px;
}
.anniversary_90th .description{
	font-size: 13px;
	margin-bottom: 15px;
}
.anniversary_90th ul.list{
	margin: 20px 0 25px;
}
.anniversary_90th ul.list li{
	box-sizing: border-box;
	margin: 0 4% 20px 0;
	width: 48%;
}
.anniversary_90th ul.list li div{
	height: 152px;
    width: 100%;
}
.anniversary_90th ul.list li:nth-child(2n){
	margin: 0 0 20px 0;
}
.anniversary_90th .btn{
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    margin: 30px auto 0;
    width: 100%;
}

/*ピックアップ一覧*/
#pickup-archivelist a .img_box{
	width: 160px;
	padding: 20px 0px ;
}

#pickup-archivelist a .img_box figure{
	width: 160px;
	height: 92px;
}
#pickup-archivelist a .txt_box{
	display: table-cell;
	vertical-align: top;
	padding: 10px 0 10px 14px;
}

#pickup-archivelist a .pickup-title{
	font-size: 15px;
	line-height: 20px;
	margin:9px 0 0 0;
}

#pickup-archivelist a .pickup-txt{
	font-size: 12px;
	line-height: 16px;
	margin:9px 0 0 0;
}

#pickup-archivelist li em {
	font-size:6px;
    position: absolute;
    top: 10px;
    left: 0px;
    width: 29px;
	height: 38px;
    -webkit-transform: scale(0.744,0.744);
    -moz-transform: scale(0.744,0.744);
    -ms-transform: scale(0.744,0.744);
    -o-transform: scale(0.744,0.744);
    transform: scale(0.744,0.744);
			}
	#pickup-archivelist li em.bg1 {
    background: url(../img/pickup-bg1.png) no-repeat;
    background-size: 29px;
    padding-top: 6px;
    }
#pickup-archivelist li em.bg2 {
    background: url(../img/pickup-bg2.png) no-repeat;
    background-size: 29px;
    padding-top: 10px;
    }
    
    
#pickup-archivelist li em.bg3 {
    background: url(../img/pickup-bg3.png) no-repeat;
    background-size: 29px;
    padding-top: 10px;
    }
    
			.pickup-list li img{width: 100%;}
			
			
			
    }

/* end リサイズ */
}



/***********************************************************************************************************************
* リサイズ	470px以下から
***********************************************************************************************************************/
@media screen and (max-width: 470px) {

}

