/* 汎用 */
.section {
	margin-top: 44px
}
.section ~ .section {
	margin-top: 70px
}
.title-box {
	display: table;
	width: 100%;
	word-spacing: -1em;
}
.title-box .title, .title-box .txt {
	word-spacing: normal;
	vertical-align: middle;
	text-align: left;
	line-height: 1.3
}
.title-box .title {
	font-size: 28px;
	white-space: nowrap;
	padding-top: 6px;
	font-weight: bold;
	text-align:center;
	position:relative;
	margin-bottom:30px;
}
.title-box .txt {
	display:inline-block;
	font-size:14px;
	position:absolute;
	right:0;
}
.title-box .txt a {
	text-decoration: underline;
	cursor: pointer;
}
.ico-arr {
	display: inline-block;
	position: relative;
	padding-left: 1.2em;
}
.ico-arr:before {
	content: "\f054";
	display: block;
	font-family: FontAwesome;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: -.25em;
	line-height: 1.8;
	height: 1.35em;
}
.ico-arr:hover {
	color: #f00;
}
/* main visual */
.main-visual {
	min-height: 522px;
}
.main-visual .slick-slide {
	height: auto;
}
@keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
 @-webkit-keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
.main-visual .slick-slider {
	opacity: 0;
}
.main-visual .slick-slider.slick-initialized {
	animation: fadeIn 1.5s ease 0s 1;
	-webkit-animation: fadeIn 1.5s ease 0s 1;
	opacity: 1;
}
.main-visual .slider {
	height: 450px;
}
.main-visual .slick-arrow {
	z-index: 1;
	font-size: 45px;
	color: black;
}
.main-visual .slick-arrow:hover {
	color: black;
}
.main-visual .slick-prev {
	left: 15px;
}
.main-visual .slick-prev:before {
	content: '<';
}
.main-visual .slick-next {
	right: 35px;
}
.main-visual .slider-nav .slick-track {
	width: 100%;
	display: flex;
	text-align: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 22px;
}
.main-visual .slider-nav .slick-slide {
	width: 130px!important;
	margin: 0 10px;
	cursor: pointer;
	border: #e6e6e6 1px solid;
}
.main-visual .slider-nav .slick-slide.slick-current {
	border-color: #f00;
}
.main-visual .slider-nav img:hover {
	opacity: 0.8;
}
/* NEWS */
.notice-data {
	border: #e6e6e6 1px solid;
	-webkit-box-shadow: #f1f1f1 0 5px 0 0;
	box-shadow: #f1f1f1 0 5px 0 0;
	padding: 20px 24px;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -.5em;
}
.notice-data dt, .notice-data dd {
	margin-top: .5em;
}
.notice-data dt {
	width: 7em;
}
.notice-data dd {
	width: calc(100% - 7em);
}
.notice-data a {
	text-decoration: underline;
}
.notice-data a:hover {
	color: #f00;
}
/* CSSE */
.case-list {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 103%;
	margin-left: -3%;
}
.case-list .case-list_box {
	width: 30.333%;
	margin-left: 3%;
	margin-top: 0!important;
}
.case-list .case-list_box:nth-child(n+4) {
	margin-top: 30px!important;
}
.case-list .case-list_box .thumb {
	border: #e6e6e6 1px solid;
	-webkit-box-shadow: #f1f1f1 0 5px 0 0;
	box-shadow: #f1f1f1 0 5px 0 0;
}
.case-list .case-list_box .thumb img {
	width: 100%;
	max-width: none;
}
.case-list .case-list_box .thumb + .txt {
	margin-top: 15px;
}
.btn-area {
	margin-top: 50px;
}
#gender-select {
	width: 100%;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: center;
	justify-content: center;
	border: #e6e6e6 1px solid;
	border-left: none;
}
#gender-select li {
	width: 25%;
	cursor: pointer;
	position: relative;
	font-family: Uniqlo;
	border-left: #e6e6e6 1px solid;
}
#gender-select .reco-btn {
	padding: 10px 0;
	width: 100%;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: center;
	justify-content: center;
	text-decoration: none;
	position: relative;
}
#gender-select .selected .reco-btn {
	color: #FFF;
}
#gender-select .selected .reco-btn:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 0;
	height: 0;
	border-width: 12px 12px 0 12px;
	border-color: transparent;
	border-style: solid;
	z-index: 1;
	margin-left: -12px;
}
#gender-select li.selected.women .reco-btn {
	background: #f00;
}
#gender-select li.selected.women .reco-btn:after {
	border-top-color: #f00;
}
#gender-select li.selected.men .reco-btn {
	background: #000066;
}
#gender-select li.selected.men .reco-btn:after {
	border-top-color: #000066;
}
#gender-select li.selected.kids .reco-btn {
	background: #54b2ef;
}
#gender-select li.selected.kids .reco-btn:after {
	border-top-color: #54b2ef;
}
#gender-select li.selected.baby .reco-btn {
	background: #99cc00;
}
#gender-select li.selected.baby .reco-btn:after {
	border-top-color: #99cc00;
}
/* recommend */
#recommend-item_wrapper {
	min-height: 391px;
	margin-top: 14px;
}
#recommend-item_wrapper > div:not(.selected) {
	display: none;
}
#recommend-item_wrapper .none {
	padding-top: 80px;
}
#recommend-item_wrapper .item-list {
	margin-top: 0;
}
#recommend-item_wrapper .item-list > .unit {
	border: solid 1px #e6e6e6;
}
#recommend-item_wrapper .item-list > .unit:nth-child(4n) {
	margin-right: 0;
}
/* about */
.about-list {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 103%;
	margin-left: -3%;
}
.about-list li {
	width: 30.333%;
	margin-left: 3%;
}
.about-list li:nth-child(n+4) {
	margin-top: 15px;
}
.about-list li a {
	display: block;
	text-decoration: none;
}
.about-list .thumb {
	display: block;
	border: #e6e6e6 1px solid;
	-webkit-box-shadow: #f1f1f1 0 5px 0 0;
	box-shadow: #f1f1f1 0 5px 0 0;
}
.about-list .thumb img {
	width: 100%;
	max-width: none;
}
.about-list li a:hover .txt_title {
	text-decoration: underline;
}
.about-list li a:hover .thumb img {
	opacity: .7;
}
.about-list .txt {
	margin-top: 15px;
}
.faq-box dt, .faq-box dd {
	position: relative;
	padding: 20px 50px 20px 60px
}
.faq-box dt:before, .faq-box dd:before {
	font-family: Uniqlo;
	line-height: 1;
	font-size: 42px;
	position: absolute;
	top: 4px;
	left: 19px
}
.faq-box dt {
	border: #f00 1px solid;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	display: block;
	width: 100%;
	font-size: 22px;
	line-height: 1.3;
	color: #f00;
	margin-top: 20px;
	text-align: left;
	padding: 14px 60px 10px;
}
.faq-box dt:before {
	content: "Q";
	color: red
}
.faq-box dt:after {
	content: '';
	width: 15px;
	height: 15px;
	border: 0px;
	border-top: solid 2px red;
	border-right: solid 2px red;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -9px;
}
.faq-box dt.opened:after {
	-ms-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	margin-top: -3px;
}
.faq-box dt {
	cursor: pointer
}
.faq-box dt:hover, .faq-box dt:hover:after, .faq-box dt:hover:before {
	opacity: 0.8;
}
.faq-box dd {
	border-top: #e1e1e1 1px solid;
	font-size: 16px;
	display: none;
	line-height: 2;
}
/* .faq-box dd:before{content:"A.";color:#378694} */
.faq-box dd a {
	color: #0066CC;
	text-decoration: underline
}
.faq-box dd a:hover {
	color: #f00
}
.faq-box dd .banner a {
	text-decoration: none;
}
.faq-area .btn-area {
	margin-top: 70px;
}
.faq-area .btn-area p:nth-child(1) {
	float: left
}
.faq-area .btn-area p:nth-child(2) {
	float: right
}
.faq-area .btn-area .button {
	width: 460px;
}
.main-visual .slider-nav .slick-track {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.attentiton {
	display: block;
	width: 960px;
	background-color: #337c8f;
	color: #FFF!important;
	font-size: 16px;
	text-align: center;
	padding: 7px 20px 5px;
	margin-bottom: 10px;
	font-weight: bold;
	position: relative;
	border: #337c8f 1px solid;
	text-decoration: none;
	position: relative;
}
.attentiton:after {
	content: "\f054";
	display: block;
	font-family: FontAwesome;
	position: absolute;
	overflow: hidden;
	right: 10px;
	top: 50%;
	line-height: 1;
	margin-top: -8px;
}
.main_attention a:hover {
	text-decoration: none;
	background: #fff;
	color: #337C8F!important;
}
.arrow {
	width: 10px;
	height: 10px;
	border: 2px solid;
	border-color: #FFF #FFF transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	right: 10px;
	bottom: 15px;
}
.txt_title {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 15px;
}
.slick-arrow > i {
	padding: 0 10px;
}
.faq-box .faq-inline-wrapper > div {
	position: static;
}
.faq-inline-wrapper {
	display: flex;
}
.faq-inline-wrapper {
	padding-bottom: 0!important;
}
.faq-inline-wrapper .sales-info {
	margin-bottom: 0;
}
.faq-inline-wrapper.first ~ .faq-inline-wrapper {
	margin-top: 20px;
	padding-top: 20px;
	border-top: #ccc 1px solid;
}
.faq-inline-wrapper .text {
	width: calc(100% - 450px)!important;
}
.contact {
	background-color: #e9e9e9;
	padding-top: 50px;
	padding-bottom: 25px;
	text-align: center;
}
.contact .title {
	font-size: 30px;
	white-space: nowrap;
	font-weight: bold;
}
.contact p {
	display: block;
	font-size: 14px;
	text-align: center;
	margin-bottom: 25px;
}
.contact a {
	text-decoration: underline;
}
.main-visual .slick-prev {
	background-image: url(https://im.uniqlo.com/images/tw/uq/pc/img/feature/uq/customize/swiper-button-prev.png) !important;
	background-repeat: no-repeat !important;
	background-position:center;
	width: 45px;
    height: 45px;
	left:11px;
	margin-top:15px;	
}
.main-visual .slick-next {
	background-image: url(https://im.uniqlo.com/images/tw/uq/pc/img/feature/uq/customize/swiper-button-next.png) !important;
	background-repeat: no-repeat !important;
	background-position:center;
	width: 45px;
    height: 45px;
	right:16px;
	margin-top:15px;
}
.flow-box .txt strong{
	font-size:16px; 
	text-decoration: underline;
}
#gender-select li {
    width: 33.33%;
}