@charset "UTF-8";

/*____________________________________________________________________________

SITE TITLE:fashionwalker.com
TITLE:クリスマスギフト特集

UPDATED:2020.12

____________________________________________________________________________*/

/* ----- 共通設定 ----- */
.breadcrumbs {
	width:1000px;
	margin:0 auto;
}
h1#special-contents_header {
	width:100%;
	text-align: center;
	margin:0 auto;
	background-color: #dfd8bf;
}
.top{
	width:1000px;
	margin:0 auto;
}
.lead{
	text-align: center;
	margin:40px 0;
	font-size:15px;
	letter-spacing: 1px;
    line-height: 2;
}
.clearfix{
	clear: both;
}
.sp_show{
	display: none;
}

/* ----- ページ別設定 ----- */

/* brandlist */
.brand_list{
	margin-bottom:90px;
}
.brand_list ul li{
	display: inline-block;
	margin-right:4px;
}
.brand_list ul li:nth-child(7){
	margin-right:0;
}

/* ----- contents ----- */

.contents_wrap{
	width:450px;
	display: inline-block;
	margin-bottom:30px;
}
.contents_section{
	margin-top:30px;
}
.contents_wrap:nth-child(1),.contents_wrap:nth-child(3),.contents_wrap:nth-child(5),.contents_wrap:nth-child(7){
	margin-right:86px;
}

.h2_title{
	text-align: center;
	line-height: 34px;
}

.contents_wrap h2{
	font-family: 'Century Gothic',"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size:36px;
	line-height: 60px;
	font-weight: bold;
}


.cate_tit{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #141414;
    line-height: 2;
	font-family: 'Old Standard TT', serif;
	margin-top: 10px;
}
.cate_tit2{
	font-family: 'Old Standard TT', serif;
	text-align: center;
	font-size:20px;
	letter-spacing: 0.5px;
	color:#ab9340;
	line-height: 2;
}


.item_img {
	margin-top:0px;
}
.item_img img {
	width: 450px;
}
.item_text{
	font-size:14px;
	letter-spacing: 0.5px;
	color:#141414;
	line-height: 2;
	padding: 25px 0px 20px 0px;
}

.other_model{
	width: 100%
}
.other_model img{
	width: 200px;
}
.other_model h3{
text-align: center;
	font-family: 'Century Gothic',"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size:24px;
	line-height: 60px;
	font-weight: bold;
}

.other_model ul{
	display: flex;
	padding: 10px 0px 6px 15px;
	text-align: center;
}
.other_model ul li{
	width: 90%;
}




.item_show_all {
	text-align: center;
	position: relative;
	margin: 20px 0px 20px 0px;
}
.item_show_all a{
	color: #FFFFFF;
	background-color: #ab9340;
    padding: 15px 50px 15px 50px;
    font-size: 15px;
	letter-spacing: 1px;
	display: inline-block;
}
.item_show_all a:hover{
	text-decoration: none;
	color:#fff;
	opacity: 0.5;
}

.contents_bottom{
	text-align: center;
	margin-top:20px;
}
.all_show_btn{
	border:solid 2px #000;
	padding:30px 70px;
	font-size: 22px;
	display: inline-block;
	text-align: center;
}


.all_show_btn:hover{
	opacity: 0.5;
	color:#000;
}

/*FadeIn*/
.fadein{
	opacity: 0;
    transform: translateY(20px);
	transition: all 1s;
}

/* IE */
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
    .selector {
        property: value;
    }
/* IE向けのCSS～START */
.word_list li,.h2_catch,.item_show_all a,.contents_wrap h2{
    font-family: Lato, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,'ＭＳ Ｐゴシック', arial, helvetica, sans-serif, clean;
}
.all_show_btn span::before{
	border-bottom: 13px solid #fff;
}
.all_show_btn span::after{
    border-top: 13px solid #fff;
}
 
/* IE向けのCSS～END */
}