@charset 'utf-8';

* { margin: 0; padding: 0; }
*,
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header *,
#header :after, #header :before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
img {
	vertical-align: top;
}

@font-face {
  font-family: 'Uniqlo Pro Regular';
  src: url("/jp/ja/contents/assets/fonts/uniqloproregular-webfont.eot");
  src: url("/jp/ja/contents/assets/fonts/uniqloproregular-webfont.eot?#iefix") format("embedded-opentype"), url("/jp/ja/contents/assets/fonts/uniqloproregular-webfont.woff") format("woff"), url("/jp/ja/contents/assets/fonts/uniqloproregular-webfont.ttf") format("truetype"), url("/jp/ja/contents/assets/fonts/uniqloproregular-webfont.svg#uniqlo_proregular") format("svg");
}
@font-face {
  font-family: 'uniqlo-icons';
  src: url(/jp/ja/contents/assets/fonts/icomoon1.eot);
  src: url("/jp/ja/contents/assets/fonts/icomoon1.eot?#iefix"), url(/jp/ja/contents/assets/fonts/icomoon1.woff) format("woff"), url(/jp/ja/contents/assets/fonts/icomoon1.ttf) format("truetype"), url(/jp/ja/contents/assets/fonts/icomoon1.svg#icomoon) format("svg");
}


/* CSS Document */

body {
	overflow-x: hidden;
	background-color: #fff;
}





#trendStyle {
	width: 100%;
}
#trendStyle h1 {
	text-align: center;
	font-family: 'Uniqlo Pro Regular';
	font-size: 46px;
	letter-spacing: 1px;
	margin-top: 60px;
	font-weight: normal;
}
#trendStyle > dl {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#trendStyle > dl dt {
	width: 100%;
	text-align: center;
	font-family: 'Uniqlo Pro Regular';
	font-size: 26px;
	letter-spacing: 2px;
	font-style: italic;
	padding-top: 15px;
	margin-bottom: 40px;
}
#trendStyle > dl dd {
	width: 50%;
	float: left;
}
#trendStyle > dl dd.stories_share {
	width: 100%;
	clear: both;
	text-align: right;
	padding-top: 40px;
}
#trendStyle > dl dd.stories_share a {
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
	color: #1b1b1b;
}
#trendStyle > dl dd.stories_share a:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/common_pc_icon_link.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	vertical-align: middle;
	margin-left: 8px;
	margin-top: -2px;
}
#trendStyle .section_style {
	padding-bottom: 60px;
}
#trendStyle .section_style h2 {
	text-align: center;
	font-family: 'Uniqlo Pro Regular';
	font-size: 28px;
	letter-spacing: 1px;
	font-weight: normal;
}
#trendStyle .section_style span.hash {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}
#trendStyle .section_style > p {
	text-align: center;
	padding: 24px 0;
}
#trendStyle .section_style .styling_image ul {
	width: 642px;
	overflow: hidden;
	margin: 0 auto;
}
#trendStyle .section_style .styling_image ul li {
	width: 214px;
	float: left;
}
#trendStyle .section_style .styling_image p {
	text-align: center;
	padding: 40px 0;
	font-size: 15px;
}
#trendStyle .section_style .section_links {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
#trendStyle .section_style .section_links a.text_link {
	display: block;
	position: absolute;
	top: -48px;
	right: 0;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: #1b1b1b;
}
#trendStyle .section_style .section_links a.btn_link {
	display: block;
	width: 456px;
	margin: 0 auto;
	padding: 16px;
	text-align: center;
	color: #1B1B1B;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	border: #1B1B1B 1px solid;
	background-color: #ffffff;
}
#trendStyle .section_style .section_links a.btn_link:hover {
	background-color: #CCCCCC;
}
#trendStyle .feature_bnr {
	width: 960px;
	margin: 0 auto;
}
#trendStyle .feature_bnr ul {
	width: 100%;
	overflow: hidden;
}
#trendStyle .feature_bnr ul li {
	width: 50%;
	text-align: center;
	float: left;
	margin-bottom: 28px;
}
#trendStyle .feature_bnr ul li.center {
	width: 100%;
}
#trendStyle .feature_bnr ul li img {
	width: 456px;
	height: auto;
}
#trendStyle .keyword_tags {
	width: 960px;
	margin: 0 auto;
	padding-top: 30px;
}
#trendStyle .keyword_tags h3 {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
#trendStyle .keyword_tags .tags {
	text-align: center;
	padding-top: 15px;
}
#trendStyle .keyword_tags .tags a,
#trendStyle .keyword_tags .tags span {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 12px 5px;
	background-color: #F4F4F4;
	color: #858585;
	text-decoration: none;
	padding: 7px 10px;
}
#trendStyle .keyword_tags .tags a:hover {
	opacity: 0.8;
}
#trendStyle div.stories_share {
	width: 960px;
	margin: 0 auto;
	text-align: right;
	padding-top: 50px;
}
#trendStyle div.stories_share > a {
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
	color: #1b1b1b;
}
#trendStyle div.stories_share > a:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/common_pc_icon_link.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	vertical-align: middle;
	margin-left: 8px;
	margin-top: -2px;
}
#trendStyle div.stories_share .sns_share {
	text-align: right;
	padding-top: 20px;
}
#trendStyle div.stories_share .sns_share h4 {
	text-align: right;
	margin-bottom: 10px;
}
#trendStyle div.stories_share .sns_share a {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
}
#trendStyle div.stories_share .sns_share a img {
	width: 100%;
	height: auto;
}
#trendStyle hr.spacer {
	height: 70px;
	border: none;
	margin: 0;
	padding: 0;
}
#trendStyle a:hover img{
	filter: alpha(opacity=80); /* IE 6,7*/
	-ms-filter: "alpha(opacity=80)"; /* IE 8,9 */
	-moz-opacity: 0.8; /* FF , Netscape */
	-khtml-opacity: 0.8; /* Safari 1.x */
	opacity: 0.8;
	zoom: 1; /*IE*/
}

/* pagetop */

#content .pagetop {
	width: 80px;
	height: 80px;
	position: fixed;
	bottom: 0;
	right: 0;
	cursor: pointer;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
	z-index: 100;
}
#content .pagetop:hover {
	opacity: 0.8;
}
#content .js-pagetop {
	display: none;
}
#content .js-pagetop img {
	max-width: 100%;
}

.spParts {
	display: none!important;
}
.swiper-wrapper {
	margin-bottom: 70px;
}
.swiper-container {
	width: 960px;
}
.swiper-container .swiper-slide img {
	width: 100%;
	height: auto;
}
.swiper-button-prev,
.swiper-button-next {
	background-image: none!important;
	width: 50px!important;
	height: 68px!important;
	margin-top: -50px!important;
	text-align: center;
}
.swiper-button-prev,
.swiper-button-next {
	width: 40px!important;
	height: 40px!important;
}
.swiper-button-prev {
	left: 0!important;
}
.swiper-button-next {
	right: 0!important;
}
.swiper-pagination {
	bottom: 36px!important;
}
.swiper-pagination-bullet-active {
	background-color: #606060!important;
}
.taxinfo {
	padding-top: 50px;
	text-align: center;
}