@charset "UTF-8";

 /* 背景糸電話 */
.toppage #contents {
	overflow:hidden;
	position:relative;
	padding:50px 0 0;
	max-width: inherit;
}
.bg-yarn_phone {
	position: absolute;
	top:0;
	left:50%;
	margin-left:-1416px;
	z-index:1;
	max-width: inherit;
}
.toppage #contents #important_info,
.toppage #contents #pickup,
.toppage #contents #news,
.toppage #contents #search .wrap,
.toppage #contents #know,
.toppage #contents #voice .wrap,
.toppage #contents #buy {
	position:relative;
	z-index:2;
}

/* 左右余白まとめ */
.toppage #contents #important_info,
.toppage #contents #pickup,
.toppage #contents #news,
.toppage #contents #search,
.toppage #contents #know,
.toppage #contents #voice,
.toppage #contents #buy {
	padding:0 10px;
}

/* メインスライド */
.loading {
	display:block;
	padding:30px 0;
	margin:auto;
	width:100%;
	text-align:center;
}
#main_slides_wrap {
	height:550px;
	margin:-20px 0 0 0;
	position:relative;
	width:100%;
	overflow:hidden;
	padding-bottom:32px;
}
#main_slides_wrap #main_slides {
	position:absolute;
	left:50%;
	margin-left:-2480px;
	width:4974px;
}
.slick-slider {
	background:#E52F0F;
	padding:15px 0;
	margin:0;
}
#main_slides img {
	vertical-align: top;
}
.slick-dots {
	position: absolute;
    text-align: center;
    width: 980px;
	left:50%;
	margin: 0 0 0 -490px;
	display:block;
    bottom: -34px;
    list-style: outside none none;
    padding: 0;
	z-index:99;
}
.slick-dots li button {
	display:none;
}
.slick-dots li {
	cursor: pointer;
	display: inline-block;
	background:#ccc;
	width: 15px;
	height: 15px;
	margin: 0 10px;
	padding: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.slick-dots li.slick-active {
	background:#FF2600;
}
.slides_btn {
	position:absolute;
	top:50%;
	left:50%;
	width:980px;
	margin-left:-490px;
	margin-top:-54px;
}
.slides_btn .slick-prev {
	position:absolute;
	left:-45px;
}
.slides_btn .slick-next {
	position:absolute;
	right:-45px;
}
.slick-prev {
	display:block;
	border:none;
	text-indent:-9999px;
	background:url(/img/top/slider_arrow_prev_pc.png) no-repeat;
	width:78px;
	height:78px;
	outline:none;
}
.slick-next {
	display:block;
	border:none;
	text-indent:-9999px;
	background:url(/img/top/slider_arrow_next_pc.png) no-repeat;
	width:78px;
	height:78px;
	outline:none;
}
html:root .slides_btn .slick-prev,
html:root .slides_btn .slick-next {
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	cursor:pointer;
}
html:root .slides_btn .slick-prev:hover,
html:root .slides_btn .slick-next:hover {
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

/* h2 リセット */
.toppage #contents h2 {
	background: none;
	font-size:100%;
	line-height:1;
	font-weight: normal;
	padding:0;
	margin:0 0 33px 0;
	text-align:center;
}
.toppage #contents h2 img {
	display:block;
}

/* 今月のイチオシ商品 */
#pickup .wrap {
	max-width:980px;
	margin:0 auto 30px;
	border-bottom:1px solid #D9D9D9;
}
#pickup h2 {
	margin-bottom:35px;
}
#pickup h2 img {
	width:321px;
	margin:auto;
}
#pickup #pickup_list {
	margin:0;
	padding:0;
	list-style:none;
}
#pickup #pickup_list:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#pickup #pickup_list > li {
	float:left;
	width:31%;
	margin:0 3.5% 30px 0;
}
#pickup #pickup_list > li:nth-child(3),
#pickup #pickup_list > li:nth-child(6),
#pickup #pickup_list > li:nth-child(9) {
	margin-right:0;
}
#pickup #pickup_list > li a {
	position:relative;
	display:block;
	border:2px solid #E52F0F;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-decoration:none;
	color:#333;
	background:#FAFAFA;
}
#pickup #pickup_list > li .txt {
	position:absolute;
	top:118px;
	right:-4%;
	width:106px;
	height:106px;
	z-index:99;
	background:url(/img/top/pickup/bg_text.png) no-repeat;
	background-size:106px auto;
	font-weight:bold;
	color:#fff;
	font-size:13px!important;
	line-height:1.35;
	display: table;
}
#pickup #pickup_list > li .txt span {
	display:table-cell;
	vertical-align: middle;
	padding:20px;
}
#pickup #pickup_list > li .img {
	width:100%;
	height:215px;
	overflow:hidden;
	position:relative;
	border-radius: 1.5px 1.5px 0 0;
	-webkit-border-radius: 1.5px 1.5px 0 0;
	-moz-border-radius: 1.5px 1.5px 0 0;
}
#pickup #pickup_list > li .img img {
	display:block;
	position: absolute;
	top:0;
	left:50%;
	margin-left:-150px;
	width:300px;
	max-width: inherit;
}
#pickup .wrap2 {
	padding:18px 6% 14px;
}
#pickup .wrap3 {
	width:100%;
	min-height:90px;
	margin-bottom:5px;
}
#pickup .wrap3:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#pickup .wrap_left {
	float:left;
	width:100%;
	margin-right:-90px;
}
#pickup .wrap_left_wrap {
	margin-right:90px;
}
#pickup .wrap_right {
	margin-top:-5px;
	float:right;
	width:88px;
	height:88px;
	border:1px solid #dadada;
}
#pickup .wrap_right img {
	width:100%;
	height:100%;
	display:block;
}
#pickup .icons {
	list-style:none;
	padding: 0;
	margin: 0 0 0 2px;
	display: table;
}
#pickup .icons li {
	display: table-cell;
	padding-right: 6px;
	vertical-align: middle;
}
#pickup .icons li img {
	max-width: inherit;
}
#pickup .icons .brand_logo {
	width:41px;
}
#pickup .name {
	font-weight:bold;
	line-height:24px;
	padding-left:20px;
	background:url(/img/arrow_01.png) no-repeat 0 0.43em;
	background-size:14px 15px;
	text-decoration:underline;
}
#pickup .name h3 {
	background:none;
	font-size:114%;
	line-height:187%;
	padding:0;
	margin:0;
}
#pickup .description {
	line-height:185%;
}
#pickup ul li:hover a {
	background:#fff1ef;
}
#pickup ul li:hover a .name {
	color:#e52f0f;
}

/* 重要なお知らせ/お知らせ */
#important_info,
#news {
	max-width:980px;
	margin:0 auto 60px;
}
#important_info .wrap,
#news .wrap {
	position:relative;
	padding:20px 3%;
	background:#fff;
	border:1px solid #DCDCDC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#important_info .wrap {
	border:1px solid #e52f0f;
}
#contents #important_info h2,
#contents #news h2 {
	padding-bottom:10px;
	margin-bottom:10px;
	width:100%;
	border-bottom:2px solid #E6E6E6;
}
#contents #important_info h2 img {
	width:173px;
}
#contents #news h2 img {
	width:97px;
}
#important_info ul.news_body,
#news ul.news_body {
	padding:0;
	margin:0;
	list-style:none;
}
#important_info ul.news_body:after,
#news ul.news_body:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#important_info ul.news_body li,
#news ul.news_body li {
	display: table;
	width:100%;
	padding:16px 0;
	border-top:1px solid #D9D9D9;
}
#important_info ul.news_body li:first-child,
#news ul.news_body li:first-child {
	border:none;
}
#important_info ul.news_body li:after,
#news ul.news_body li:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#important_info ul.news_body li .date,
#news ul.news_body li .date {
	display:table-cell;
	width:15%;
	padding-right:20px;
	white-space:nowrap;
	vertical-align:top;
	line-height:1.4;
}
#important_info ul.news_body li a,
#news ul.news_body li a {
	display:table-cell;
	width:85%;
	color:#333;
	padding-left:20px;
	background:url(/img/arrow_01.png) no-repeat left 0.29em;
	background-size:15px 16px;
	vertical-align:top;
	line-height:185%;
}
#news ul.news_nav {
	position: absolute;
	top:26px;
	right:3%;
	padding:0;
	margin:0;
	list-style:none;
}
#news ul.news_nav li {
	display:inline;
	margin-left:20px;
}
#news ul.news_nav li a {
	color:#333;
	padding-left:20px;
	background:url(/img/arrow_01.png) no-repeat left center;
	background-size:15px 16px;
}
#important_info ul li a:hover,
#news ul li a:hover {
	color:#e52f0f;
}

#important_info ul.news_body .news_blank a:after,
#news ul.news_body .news_blank a:after {
	content:"";
	display: inline-block;
	width: 14px;
	height: 13px;
	margin-left: 4px;
	background: url(/img/icon_blank.png);
	-webkit-background-size: 14px auto;
	background-size: 14px auto;
	text-decoration: none;
	vertical-align: middle;
}

/* コープ商品を探す */
#search {
	background:url(/img/bg_01.png) center top;
}
#search .wrap {
	padding:60px 0 18px;
	max-width:980px;
	margin:auto;
}
#search .wrap:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#contents #search h2 {
	width:100%;
	background:url(/img/top/line_top.png) no-repeat center center;
	margin-bottom:20px;
}
#contents #search h2 img {
	width:364px;
	margin:auto;
}
#search h3 {
	padding:0;
	margin:0;
	padding-bottom:17px;
	margin-bottom:22px;
	border-bottom:2px solid #E6E6E6;
}
#search h3 img {
	display:block;
}
#search h3.search-brand-title img {
	width:269px;
}
#search h3.search-cat-title img {
	width:185px;
}

/* ブランド・マークで探す */
.brand1 {
	margin-bottom:30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
	border:1px solid #D9D9D9;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    padding:2% 0 1.6%;
}
div[class^="brand1_"]{
    box-sizing: border-box;
    padding: 0 2%;
    background: #fff;
    border-right: solid 1px #D9D9D9;
}
div[class^="brand1_"]:last-of-type{
    border-right: none;
}

.brand1_1 {
	width:30.6122448%;
}
.brand1_1 img {
	display:block;
	max-width:106px;
	height:60px;
	margin:24px auto 35px;
}
.brand1_1 p {
	margin:0 0 12px 0;
	text-align:center;
	line-height:185%;
}
.brand1_2 {
	width:38.7755%;
}

.brand1_2 p {
	line-height:185%;
	margin:4px 0 15px 0;
}
.brand1_2 ul {
	padding:0;
	margin:0;
	list-style:none;
}
.brand1_2 ul li {
	width:100%;
    margin-top:12px;
}
.brand1_2 ul li img {
	width:50%;
	margin:0 5% 0 0;
	vertical-align:middle;
}

.brand1_2 ul li .linkbtn {
	padding:12px 0 11px;
}
.brand1_3 {
	width:30.6122448%;
}

.brand1_3 img {
	display:block;
	width:110px;
	margin:0 auto 8px;
}
.brand1_3 p {
	text-align:center;
	line-height:185%;
	margin:0 0 8px 0;
}

/* コープ化粧品 */
.brand3 {
	position:relative;
	border:1px solid #00ABEA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding:25px 20px;
	margin-bottom:60px;
	background:#fff url(/img/bn_cosme_bg.png) no-repeat left top;
}
.brand3:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.brand3_left {
	width:74%;
	min-height:40px;
	float:left;
	padding:8px 0 0 3.5%;
}
.coop_cosmetics_title {
	width:166px;
	float:left;
	margin-right:3.5%;
}
.coop_cosmetics_subtitle_wrap {
	float:left;
	margin:10px 0 0 0;
}
.coop_cosmetics_subtitle_wrap:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.coop_cosmetics_subtitle_1 {
	width:275px;
	margin-right:8px;
}
.coop_cosmetics_subtitle_2 {
	width:199px;
}
.brand3 .linkbtn {
	float:right;
	width:195px;
	background-color:#fff;

	position:absolute;
	top:50%;
	right:20px;
	margin-top:-24px;
	padding-right: 0;
}


/* カテゴリで探す */
.search_cat_lists {
	padding:0;
	margin:0 0 40px 0;
	list-style:none;
}
.search_cat_lists:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.search_cat_lists > li {
	width:22%;
	margin-right: 4%;
	float:left;
}
.search_cat_lists > li:nth-child(4n) {
	margin-right: 0;
}
.search_cat_lists .catbtn {
	position:relative;
	display: table;
	width:100%;
	height:60px;
	border:1px solid #D9D9D9;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color:#333;
	line-height:1.2;
	background-color:#fff;
	font-size:100%;
	margin-bottom:12px;
}
.search_cat_lists .catbtn span {
	display: table-cell;
	vertical-align:middle;
	background:url(/img/arrow_01.png) no-repeat 10% center;
	background-size:14px 15px;
	padding:0 40% 0 20%;
}
.search_cat_lists .catbtn:hover {
	border-color:#e52f0f;
	color:#e52f0f;
}
.search_cat_lists .catbtn img {
	position:absolute;
	right:6%;
	top:50%;
	margin-top:-26px;
	width:52px;
	height:52px;
}

/* コープ商品を知る */
#know .wrap {
    margin: auto;
    max-width: 980px;
	position:relative;
    padding: 65px 0 68px;
}
#contents #know h2 {
	width:100%;
	background:url(/img/top/line_top.png) no-repeat center center;
	margin-bottom:45px;
}
#contents #know h2 img {
	width:360px;
	margin:auto;
}
#know .wrap2:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.know_left {
	float:left;
	width:50%;
}
.know_right {
	float:right;
	width:50%;
}
.know_left img.top-know-txt {
	width:88%;
	display:block;
	margin:15px auto 9%;
}
.know_left .linkbtn {
	font-size:114%;
	width:60%;
	padding:6% 0;
	margin:0 auto 30px;
}
.know_right img.top-know-img {
	display:block;
	width:91%;
	margin-left:30px;
}

/* コープ商品をみんなの声から作る */
#voice {
	background:url(/img/bg_01.png) center top;
}
#voice .wrap {
    margin: auto;
    max-width: 980px;
	position:relative;
    padding: 55px 0 48px;
}
#contents #voice h2 {
	width:100%;
	background:url(/img/top/line_top.png) no-repeat center center;
	margin-bottom:22px;
}
#contents #voice h2 img {
	width:404px;
	margin:auto;
}
#contents #voice .description {
	font-size:143%;
	line-height:1.8;
	text-align:center;
	margin-bottom:40px;
	letter-spacing:2px;
}
#voice .wrap2:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#voice .lists {
	padding:0;
	margin:0;
	list-style:none;
}
#voice .lists:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#voice .lists li {
	float: left;
	/*margin: 0 0 30px 3.5%;*/
	margin: 0 0 30px 4%;
	/*width: 31%;*/
	width: 48%;
}
#voice .lists li:first-child {
	margin-left:0;
}
#voice .lists li .col_wrap {
	position:relative;
	border:1px solid #D9D9D9;
	border-top: none;
	padding:0 6% 20px;
	background:#fff url(/img/line_600.png) no-repeat center top;
	background-size:100% 4px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#voice .lists li h3 {
	margin:0 0 20px 0;
	padding:0 0 7px 0;
	border-bottom:2px solid #E6E6E6;
}
#voice .lists li.col1 h3 {
	padding-top:26px;
}
#voice .lists li.col2 h3 {
	padding-top:21px;
}
/*#voice .lists li.col3 h3 {
	padding-top:17px;
}*/
#voice .lists li h3 img {
	/*width:100%;*/
	width:315px;
	display:block;
}
#voice .lists li .description2 {
	display:block;
	font-size:114%;
	line-height:187%;
	padding:0;
	margin:0 0 16px 0;
}
#voice .lists li .wrap2 {
	width:100%;
	margin:0 0 20px 0;
}
#voice .lists li .wrap2:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#voice .lists li .wrap_left {
	float:left;
	width:98px;
	height:98px;
	border:1px solid #DADADA;
	background:#fdfdfd;
}
#voice .lists li .wrap_left img {
	display:block;
	width:100%;
}
#voice .lists li .wrap_right {
	float:right;
	width:100%;
	margin-left:-100px;
	font-size:100%;
	line-height:185%;
}
#voice .lists li .wrap_right_wrap {
	margin-left:100px;
	padding-left:20px;
}
#voice .lists .linkbtn {
	padding:12px 0;
}
#voice .lists a.link {
	display: inline-block;
	color:#333;
	padding-left:20px;
	background:url(/img/arrow_01.png) no-repeat left 2px;
	background-size:15px 16px;
	vertical-align:top;
	line-height:185%;
}
/*#voice .lists_col4 {
	position:relative;
	width: 100%;
	margin-bottom:40px;
}
#voice .lists_col4 .col_wrap {
	border:1px solid #D9D9D9;
	border-top: none;
	padding:0 2% 8px;
	background:#fff url(/img/line_600.png) no-repeat center top;
	background-size:100% 4px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#voice .lists_col4 .col_wrap:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#voice .lists_col4 h3 {
	margin:0 0 20px 0;
	padding:15px 0 10px 0;
	border-bottom:2px solid #E6E6E6;
}
#voice .lists_col4 h3 img {
	width:311px;
}
#voice .lists_col4 .description2 {
	font-size:100%;
	line-height:185%;
	padding:0;
	margin:0 0 15px 0;
}
#voice .lists_col4 .items {
	padding:0;
	margin:0;
	list-style:none;
}
#voice .lists_col4 .items li {
	background:url(/img/dotline_20.png) repeat-x left top;
	padding:20px 0;
}
#voice .lists_col4 .items li:nth-child(odd) {
	clear: both;
	float: left;
	width:48%;
}
#voice .lists_col4 .items li:nth-child(even) {
	float: right;
	width:48%;
}
#voice .lists_col4 .items li:first-child,
#voice .lists_col4 .items li:nth-child(2) {
	background: none;
}
#voice .lists_col4 .items li .wrap_left {
	float:left;
	width:68px;
	height:68px;
	border:1px solid #DADADA;
	background:#fdfdfd;
}
#voice .lists_col4 .items li .wrap_left img {
	display:block;
	width:100%;
}
#voice .lists_col4 .items li .wrap_right {
	float:right;
	width:100%;
	font-size:100%;
	line-height:1.6;
	margin-left:-70px;
}
#voice .lists_col4 .items li .wrap_right_wrap {
	margin-left:70px;
	padding-left:20px;
}
#voice .lists_col4 .items li .wrap_right .date {
	line-height:1;
	margin-bottom:8px;
}
#voice .lists_col4 .items li .wrap_right a {
	display: inline-block;
	color:#333;
	padding-left:20px;
	background:url(/img/arrow_01.png) no-repeat left 2px;
	background-size:15px 16px;
	vertical-align:top;
	line-height:185%;
}
#voice .lists_col4 .items li .wrap_right .description2 {
	margin:0;
	padding-left:20px;
}*/
#voice ul.make_nav {
	position: absolute;
	top:45px;
	right:2%;
	padding:0;
	margin:0;
	list-style:none;
}
#voice ul.make_nav li {
	display:inline;
	margin-left:20px;
}
#voice ul.make_nav li a {
	color:#333;
	padding-left:20px;
	background:url(/img/arrow_01.png) no-repeat left center;
	background-size:15px 16px;
}
#voice a:hover {
	color:#e52f0f !important;
}

/* コープ商品のSNS */
#sns h3 {
	margin:0 0 25px 0;
	padding:0 0 16px 0;
	border-bottom:2px solid #E6E6E6;
}
#sns h3 img {
	display:block;
	width:213px;
}
.sns_wrap:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.sns_wrap_left {
	float:left;
	width:552px;
}
.sns_wrap_right {
	float:right;
	width:40%;
}
#sns .facebook,
#sns .instagram a,
#sns .youtube a,
#sns .twitter a {
	display:block;
	border:1px solid #D9D9D9;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background:#fff;
}
#sns .facebook {
	background:#fff url(/img/top/bg_fb.png) repeat-x left top;
	border-top: none;
	padding:29px;
}
#sns .facebook_wrap .fb_iframe_widget {
	display:block;
	width:100%;
	margin:4px auto 0;
}
/*#sns .youtube {
	padding:20px 7%;
	margin-bottom:19px;
}*/
/*#sns .youtube:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}*/
/*#sns .youtube img {
	width:307px;
	display:block;
	margin:auto;
	margin-bottom:14px;
}*/
/*#sns .youtube iframe {
	display:block;
	margin:auto;
	border:none;
}*/
/*#sns .youtube a {
	float:right;
    background: url(/img/arrow_01.png) no-repeat left center;
	background-size:15px 16px;
    color: #333;
    padding-left: 20px;
	margin-top:4px;
	margin-right:9px;
	line-height:1.2;
}*/
#sns .instagram a {
	padding:42px 8%;
	margin-bottom:29px;
}
#sns .instagram img {
	width:259px;
	display:block;
	margin:auto;
}
#sns .youtube a {
	padding:42px 8%;
	margin-bottom:29px;
}
#sns .youtube img {
	width:263px;
	display:block;
	margin:auto;
}
#sns .twitter a {
	padding:42px 8%;
}
#sns .twitter img {
	width:243px;
	display:block;
	margin:auto;
}

/* コープ商品を買う */
#buy {
}
#buy .wrap {
    margin: auto;
    max-width: 980px;
	position:relative;
    padding: 50px 0 60px;
}
#buy .wrap:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#contents #buy h2 {
	width:100%;
	background:url(/img/top/line_top.png) no-repeat center center;
	margin-bottom:40px;
}
#contents #buy h2 img {
	width:350px;
	margin:auto;
}
#buy ul {
	margin:0;
	padding:0;
	list-style:none;
}
#buy ul:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#buy ul li {
	margin:0 3.5% 15px 0;
	padding:0;
	list-style:none;
	float:left;
	width:31%;
}
#buy ul li:nth-child(3n) {
	margin-right: 0;
}
#buy ul li .linkbtn {
	width:100%;
	height:78px;
	display:table;
	text-align:left;
	padding:0;
	position:relative;
}
#buy ul li.buy .linkbtn {
	background: url(/img/top/icon_buy.png) #fff no-repeat right center;
}
#buy ul li.shop .linkbtn {
	background: url(/img/top/icon_shop.png) #fff no-repeat right center;
}
#buy ul li.takuhai .linkbtn {
	background: url(/img/top/icon_takuhai.png) #fff no-repeat right center;
}
#buy ul li .linkbtn span {
	display: table-cell;
	background-size:15px 16px;
	background-position:20px center;
	line-height:1.4;
	padding:0 85px 0 45px;
	vertical-align:middle;
}


/*-------------------------------
 * max-width: 1000px
 *-------------------------------*/
@media screen and (max-width: 1000px){
	.sns_wrap {
		padding:0 10px;
	}
	.sns_wrap_left {
		float: none;
		width:100%;
	}
	.sns_wrap_right {
		float: none;
		width:100%;
	}
	#sns .facebook {
		background:#fff none;
		border-top:1px solid #D9D9D9;
		padding:5%;
		margin-bottom:10px;
	}
	#sns .facebook_wrap {
		text-align:center;
		margin:auto;
	}
	/*#sns .youtube {
		padding:15px;
		margin-bottom:10px;
	}*/
	/*#sns .youtube img {
		width:239px;
	}*/
	/*#sns .youtube .channel {
		display:block;
		width:100%;
		text-align:center !important;
		border-top:1px dotted #B2B2B2;
		margin-top:10px;
		padding-top:10px;
	}*/
	/*#sns .youtube .channel a {
		float: none;
		margin-right:0;
	}*/
	#sns .instagram a {
		padding:20px 0;
		margin-bottom:10px;
	}
	#sns .instagram img {
		width:194px;
		display:block;
		margin:auto;
	}
	#sns .youtube a {
		padding:20px 0;
		margin-bottom:10px;
	}
	#sns .youtube img {
		width:197px;
		display:block;
		margin:auto;
	}
	#sns .twitter a {
		padding:20px 0;
	}
	#sns .twitter img {
		width:182.5px;
		display:block;
		margin:auto;
	}
}


/*-------------------------------
 * max-width: 999px
 *-------------------------------*/
@media screen and (max-width: 999px) {
	#main_slides_wrap {
		height:auto;
	}
	#main_slides_wrap #main_slides {
		position:relative;
		left:0;
		margin-left:0;
		width:100% !important;
	}
	#main_slides_wrap #main_slides img {
		width:100% !important;
	}
	.slick-slider {
		padding:15px;
	}
	.slick-slide {
		width:100%;
	}
	.slides_btn {
		position:absolute;
		width:100%;
		top:50%;
		left:0;
		margin-left:0;
		margin-top:-54px;
	}
	.slides_btn .slick-prev {
		position:absolute;
		left:5px;
	}
	.slides_btn .slick-next {
		position:absolute;
		right:5px;
	}
}


/*-------------------------------
 * max-width: 788px
 *-------------------------------*/
@media screen and (max-width: 788px){
	.brand1_2 ul li {
		font-size:79%;
	}
	.brand3_left {
		width:65%;
	}
}


/*-------------------------------
 * max-width: 400px
 *-------------------------------*/
@media screen and (max-width: 400px){
	#sns .youtube iframe  {
		width:100%;
	}
}


/*-------------------------------
 * for SP
 *-------------------------------*/
@media screen and (max-width: 667px) {
	/* 背景糸電話 */
	.bg-yarn_phone {
		display:none;
	}

	/* 左右余白まとめ */
	.toppage #contents #important_info,
	.toppage #contents #pickup,
	.toppage #contents #news,
	.toppage #contents #search,
	.toppage #contents #know,
	.toppage #contents #voice,
	.toppage #contents #buy {
		padding:0;
	}

	/* メインスライド */
	#main_slides_wrap {
		padding-bottom:0;
	}
	.slick-slider {
	    padding: 10px 10px 45px 10px;
	}
	.slick-dots {
	    bottom: 14px;
	}
	.slick-dots li {
		width: 11px;
		height: 11px;
		background:#881E0B;
	}
	.slick-dots li.slick-active {
		background:#fff;
	}
	.slides_btn {
		margin:0;
		top: auto;
		bottom:34px;
	}
	.slides_btn .slick-prev {
		z-index:99;
		background:url(/img/top/slider_arrow_prev_sp.png) no-repeat;
		background-size:14px 24px;
		width:14px;
		height:24px;
		filter:alpha(opacity=100);
	    -moz-opacity: 1;
	    opacity: 1;
		left:22px !important;
	}
	.slides_btn .slick-next {
		z-index:99;
		background:url(/img/top/slider_arrow_next_sp.png) no-repeat;
		background-size:14px 24px;
		width:14px;
		height:24px;
		filter:alpha(opacity=100);
	    -moz-opacity: 1;
	    opacity: 1;
		right:22px !important;
	}

	/* 今月のイチオシ商品 */
	.toppage #contents #pickup {
		padding:0 15px;
	}
	#pickup .wrap {
	    border-bottom: none;
	    margin: 0 auto 40px;
	}
	#pickup h2 img {
		width:237px;
	}
	#pickup #pickup_list > li {
		float: none;
		width:100%;
		margin:0 0 20px 0;
	}
	#pickup #pickup_list > li .txt {
		right:-3%;
	}
	#pickup #pickup_list > li .img {
		width:100%;
		height:215px;
		overflow:hidden;
		position:relative;
		background:#E52F0F;
	}
	#pickup #pickup_list > li .img img {
		position: static;
		display:block;
		width:100%;
		min-width:300px;
		margin:auto;
	}
	#pickup .name h3 {
		line-height:150%;
	}
	#pickup .description {
		line-height:151%;
	}

	/* 重要なお知らせ/お知らせ */
	#important_info,
	#news {
		margin-bottom:45px;
	}
	#important_info .wrap,
	#news .wrap {
		padding:0;
		background:#fff;
		border: none;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}
	#contents #important_info h2,
	#contents #news h2 {
		padding:12px;
		margin-bottom:0;
		width:100%;
		border-bottom: none;
		background:#E6E6E6;
	}
	#contents #important_info h2 img {
		width:125px;
	}
	#contents #news h2 img {
		width:70px;
	}
	#important_info ul.news_body,
	#news ul.news_body {
		margin-bottom:15px;
		border-bottom:1px solid #D9D9D9;
	}
	#important_info ul.news_body li,
	#news ul.news_body li {
		width:auto;
		display:block;
		padding:15px;
	}
	#important_info ul.news_body li .date,
	#news ul.news_body li .date {
		display: block;
		width: auto;
		padding-right:0;
		vertical-align: auto;
		line-height:1;
		margin-bottom:5px;
	}
	#important_info ul.news_body li a,
	#news ul.news_body li a {
		display: block;
		width: auto;
		padding-left:20px;
		vertical-align: auto;
		line-height:151%;
	}
	#news ul.news_nav {
		position: static;
		padding:0 15px;
	}
	#news ul.news_nav li {
		display: block;
		margin-left:0;
		line-height:1.4;
		margin-bottom:6px;
	}

	/* コープ商品を探す */
	#search .wrap {
		padding:0 0 28px 0;
	}
	#contents #search h2 {
		width:100%;
		background:#fff url(/img/top/line_top.png) no-repeat center center;
		margin-bottom:0;
		background-size:580px 2.5px;
		border-bottom:20px solid #fff;
	}
	#contents #search h2 img {
		width:235px;
	}
	#search h3 {
		padding:10px;
		background:#F2EFD3;
		border-bottom:none;
	}
	#search h3.search-brand-title img {
	    width: 209px;
	}

	/* ブランド・マークで探す */
    .brand1{
        display: block;
		padding:0 4%;
		margin:0 15px 15px;
		height:auto !important;
    }
    div[class^="brand1_"]{
        width: 100%;
        padding:4vw 0;
        border-right: none;
        border-bottom:1px solid #D9D9D9;
    }
    div[class^="brand1_"]:last-of-type{
        border-bottom:none;
    }
	.brand1_1 img {
	    display: block;
	    height: auto;
	    margin: 20px auto;
	    max-width: 101px;
	}
	.brand1_1 p {
		font-size:114%;
		line-height:150%;
	}
	.brand1_1 .linkbtn span {
		background-position: left center;
	}
	.brand1_2 {
		padding:15px 0 0;
	}
	.brand1_2 p {
		margin:0 0 15px 0;
		line-height:151%;
	}

	.brand1_2 ul li img {
		max-width:35%;
		min-width:131px;
	}
	.brand1_2 ul li span {
		font-size:79%;
	}
	.brand1_2 ul li .linkbtn span {
		background-size:9px auto;
		background-position: left center;
	}
	.brand1_3 img {
	    display: block;
	    margin: 0 auto 8px;
	    width: 105px;
	}
	.brand1_3 p {
		font-size:114%;
		line-height:150%;
	}
	.brand1_3 .linkbtn span {
		background-position: left center;
	}
    
	/* コープ化粧品 */
	.brand3 {
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		padding:7% 4% 4%;
		margin:0 15px 25px 15px;
		background-size:170% auto;
	}
	.brand3_left {
		width:100%;
		float: none;
		padding:0;
	}
	.brand3 .linkbtn span {
		background-position: left center;
	}
	.coop_cosmetics_title {
		display:block;
		width:40%;
		max-width:111px;
		float: none;
		margin:auto;
	}
	.coop_cosmetics_subtitle_wrap {
		float: none;
		margin-top:15px;
	}
	.coop_cosmetics_subtitle_wrap:after {
	    content: '';
	    display: block;
	    clear: both;
	    height: 0;
	    visibility: hidden;
	}
	.coop_cosmetics_subtitle_1 {
		display:block;
		width:98%;
		max-width:245px;
		margin: auto;
	}
	.coop_cosmetics_subtitle_2 {
		display:block;
		width:68%;
		max-width:178px;
		margin:10px auto 15px;
	}
	.brand3 .linkbtn {
		float: none;
		position: static;
		margin-top:0;
		width: 100%;
	}

	/* カテゴリで探す */
	#search h3.search-cat-title img {
		width:147.5px;
	}
	#search .search_cat_lists {
		padding:0 15px;
		margin-bottom:0;
	}
	#search .search_cat_lists > li {
		width:48.5%;
		margin-right: 3%;
	}
	#search .search_cat_lists > li:nth-child(even) {
		margin-right:0;
	}
	#search .search_cat_lists > li a {
		font-size:86%;
	}
	.search_cat_lists .catbtn {
		width:100%;
		padding:0;
		margin-bottom:10px;
		height:50px;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
	}
	.search_cat_lists .catbtn span {
		padding-right:30%;
	}
	.search_cat_lists .catbtn img {
		width:31px;
		height:auto;
		margin-top:-15px;
	}

	/* コープ商品を知る */
	#know .wrap {
		padding:25px 0 28px 0;
	}
	#contents #know h2 {
		width:100%;
		background:#fff url(/img/top/line_top.png) no-repeat center center;
		background-size:580px 2.5px;
		margin-bottom:15px;
	}
	#contents #know h2 img {
		width:230px;
	}
	#know .wrap2 {
		padding:0 10px;
	}
	.know_left {
		float: none;
		width:100%;
	}
	.know_right {
		float: none;
		width:100%;
		margin-right:0;
		margin-left:2px;
	}
	.know_left img.top-know-txt {
		width:279.5px;
		display:block;
		margin:15px auto 20px;
	}
	.know_left .linkbtn {
		font-size:100%;
		width:100%;
		margin:0 auto 0;
		padding:23px 0;
	}
	.know_right img.top-know-img {
		display:block;
		width:280px;
		margin:auto;
	}
	#know .linkbtn span {
		background-position: left center;
	}

	/* コープ商品をみんなの声から作る */
	#voice .wrap {
	    padding: 32px 0 40px;
	}
	#contents #voice h2 {
		width:100%;
		background:url(/img/top/line_top.png) no-repeat center 60%;
		background-size:580px 2.5px;
		margin-bottom:23px;
	}
	#contents #voice h2 img {
		width:258px;
	}
	#contents #voice .description {
		font-size:114%;
		line-height:150%;
		text-align:left;
		margin-bottom:20px;
		letter-spacing:0;
		padding:0 10px;
	}
	#voice .lists {
		padding:0 10px;
	}
	#voice .lists li {
		float: none;
		margin: 0 0 15px 0;
		width: 100%;
	}
	#voice .lists li.col1 h3 img {
		width:260px;
	}
	#voice .lists li.col2 h3 img {
		width:259px;
	}
	/*#voice .lists li.col3 h3 img {
		width:246px;
	}*/
	#voice .lists .linkbtn {
		font-size:100%;
		width:100%;
	}
	#voice .lists .linkbtn span {
		background-position: left center;
	}
	/*#voice .lists_col4_wrap {
		padding:0 10px;
	}
	#voice .lists_col4 {
		margin-bottom:30px;
	}
	#voice .lists_col4 .col_wrap {
		padding:0 6% 8px;
	}
	#voice .lists_col4 h3 img {
		width:259px;
	}
	#voice .lists_col4 .description2 {
		margin:0 0 0 0;
		line-height:151%;
	}
	#voice .lists_col4 .items li {
		float: none!important;
		width:100%!important;
		background: none;
		border-bottom:1px dotted #B2B2B2;
	}
	#voice ul.make_nav {
		position: static;
	}
	#voice ul.make_nav li {
		display:block;
		text-align:center;
	    margin:12px 0;
	}
	#voice .lists li .description2 {
		line-height:150%;
	}
	#voice .lists li .wrap_right {
		line-height:151%;
	}
	#voice .lists_col4 .items li .wrap_right a {
		line-height:151%;
	}*/

	/* コープ商品のSNS */
	#sns h3 {
		margin:0 0 20px 0;
		padding:10px;
		background:#F2EFD3;
		border-bottom:none;
	}
	#sns h3 img {
		width: 166.5px;
	}

	/* コープ商品を買う */
	#buy .wrap {
		padding:30px 0;
	}
	#contents #buy h2 {
		width:100%;
		background:#fff url(/img/top/line_top.png) no-repeat center center;
		background-size:580px 2.5px;
		margin-bottom:15px;
	}
	#contents #buy h2 img {
		width:225.5px;
	}
	#buy ul {
		padding:0 10px;
	}
	#buy ul li {
		margin:0 0 10px 0;
		float: none;
		width:100%;
	}
	#buy ul li .linkbtn {
		font-size:86%;
		line-height:1;
		height:62px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
	#buy ul li .linkbtn {
		background-size: auto 30px!important;
	}
	#buy ul li .linkbtn span {
		background-size:11.5px auto;
		padding-left:36px;
		background-position:19px center;
	}
}