@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	list-style: none;
}

#w_s_t_wrap {
	padding: 0 0 40px;
}
#w_s_t_wrap h1 {
	text-align: center;
	font-size: 18px;
}
#w_s_t_wrap h1 span {
	letter-spacing: 0.12em;
}
.w_s_t_logo {
	display: block;
	margin: 0 auto -20px;
}
#logo_wacoal {
	width: 150px;
}
#logo_salute {
	width: 200px;
	transform: translate(-3px, 0);
}
#logo_triumph {
	width: 195px;
}
.w_s_t_sub_tit {
	text-align: center;
	margin: 33px 0 0;
}
.salute_sub_tit {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.w_s_t_rail {
	width: 100%;
	padding : 0;
	display : block;
	position : relative;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
.w_s_t_rail::-webkit-scrollbar { 
	height: 0px;
	background: transparent;
}
.w_s_t_rail ul {
	width: calc(100% - 16px);
	margin : 20px 8px 8px;
	display : block;
	position : relative;
	white-space: nowrap;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
	transform: translateZ(0);
}
.w_s_t_rail li {
	width : 80%;
	background: #fff;
	margin : 0 -4px 0 4px;
	display : inline-block;
	position : relative;
	white-space : normal;
	vertical-align: top;
	border-radius: 8px;
	overflow: hidden;
}
.w_s_t_rail li a {
	color: #848484;
	text-decoration: none;
	display: block;
}
.w_s_t_rail li a img {
	width : 100%;
	height: auto;
	display: block;
}
.w_s_t_rail li a div {
	text-align: center;
	font-size: 13px;
	margin: 10px 0 0;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.w_s_t_rail li a p {
	text-align: left;
	line-height: 1.8em;
	height: 7.2em;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 13px;
	margin: 5px 8px 10px 10px;
}
.w_s_t_rail li:last-child { margin-right: 12px!important; }
#latest_rail li:first-child {position: relative; }
#latest_rail li:first-child::before {
	content: "NEW";
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #fff;
	border: solid 1px #000;
	color: #000;
	padding: 2px 1px 2px 6px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.5em;
}
.bra_ptn {
	width: calc(100% - 24px);
	margin: 20px auto 8px;
	display: flex;
	flex-wrap: wrap;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
	transform: translateZ(0);
}
.bra_ptn li {
	width : 100%;
	background: #fff;
	margin : 4px 0 0;
	display : block;
	position : relative;
	white-space : normal;
	vertical-align: top;
	border-radius: 8px;
	overflow: hidden;
}
.bra_ptn li a {
	color: #1d181a;
	text-decoration: none;
	display: flex;
	align-items: center;
}
.bra_ptn li a img {
	width: 40%;
	margin: 0 8px 0 10px;
}
.bra_ptn li a .bra_ptn_name {
	font-size: 18px;
	margin: 0 0 0;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.bra_ptn li a p {
	font-size: 13px;
	line-height: 1.8em;
	margin: 3px 12px 0 0;
}
.clctn_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(100% - 24px);
	margin: 20px auto 0;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
	transform: translateZ(0);
}
.clctn_btn li {
    height: 45px;
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
	text-align: center;
	margin: 0 0 12px;
}
.clctn_btn li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #1d181a;
    box-sizing: border-box;
}
.clctn_btn li a span {
	font-size: 0.8em;
}
.three_btn::before{
	content:"";
	display: block;
	width: calc(33.333% - 8px);
  order:1;
}
.three_btn::after{
	content:"";
	display: block;
	width: calc(33.333% - 8px);
}
.two_btn li {
	width: calc(50% - 6px);
}
.three_btn li {
	width: calc(33.333% - 8px);
}
.look_more {
	display: block;
	text-align: center;
	position: relative;
	color: #333;
	border: solid 1px #999;
	padding: 12px 0;
	margin: 50px auto 0;
	width: calc(100% - 24px);
	border-radius: 5px;
	box-sizing: border-box;
	text-decoration: none;
}
.look_more a {
	color: #333;
	display: block;
	text-decoration: none;
}
.look_more .arrow {
	font-size: 1.5em;
	position: absolute;
	right: 6px;
	top: 48%;
	/*width: 6px!important;*/
	transform: scale(0.5, 1) translate(0, -50%);
}
/*header {
	position: relative;
	width: 100%;
	background: #fff;
	height: 37px;
	z-index: 100;
	border-bottom: 1px solid #ccc;
	margin: 0 0 40px;
}*/
#brand_logo {
	display: block;
	text-align: center;
	color: #ff4c7a;
	margin: 0 auto;
	padding-top: 10px;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 0.075em;
	width: 145px;
}
#brand_logo img {
	width: 100%;
}
#shilogo {
	position: fixed;
	top: 9px;
	left: 10px;
}
#shilogo img {
	width: 32px;
}
.white{
	filter: brightness(0) invert(1);
}
footer {
	position: relative;
	width: 100%;
	margin: 0 0 0;
	background: #fff;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	border-top: solid 1px #999;
}
footer a {
	text-decoration: none;
	color: #666;
}
#inquiry {
	text-align: center;
	padding: 10px 0 15px;
	font-size: 11px;
	color: #666;
}
#phone span{
	font-size: 17px;
	letter-spacing: 
}
#inquiry div a:first-child {
	border-right: 0.5px solid #666;
	padding-right: 10px;
}
#inquiry div a:nth-child(2) {
	padding-left: 8px;
}
#ftr_com {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 35px;
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #ccc;
}
#ftr_shilogo{
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	margin: 0 0 0 3%;
	letter-spacing: 0.2em;
	font-family: 'Century Gothic', sans-serif;
	width: 100px;
	/*filter: brightness(0) invert(1);*/
}
#ftr_shilogo img {
	width: 100%;
}
#ftr_shilogo a{
	color: #fff;
}
#cpyr{
	font-size: 10px;
	line-height: 1em;
	margin: 0 2% 0 0;
	font-weight: 400;
	font-style: normal;
	transform: scale(0.9) translateX(5%);
}
.ck_button{
	display: block;
	text-align: center;
	font-size: 16px;
	padding: 7px 0;
	margin: 20px auto 10px;
	width: 75%;
	border-radius: 50px;
	position: relative;
	line-height: 1.7em;
}
.ck_button span {
	position: absolute;
	font-size: 1.5em;
	right: 4%;
	top: 50%;
	transform: scale(0.5, 1)translate(0, -55%);
	font-weight: lighter;
}
.ck_inq{
	font-size: 14px;
	padding: 7px 0;
	margin: 10px auto;
	width: 75%;
	border-radius: 50px;
	line-height: 1.7em;
	color: #fff;
	background: #545454;
	border: none!important;
}
.ck_mail{
	font-size: 14px;
	padding: 7px 0;
	margin: 10px auto;
	width: 75%;
	border-radius: 50px;
	line-height: 1.7em;
	color: #fff;
	background: #ff829c;
	border: none!important;
}
.pc_only{
	display: none;
}
.sp_only{
	display: block;
}

@media screen and (min-width: 640px) {
	#w_s_t_wrap h1 {
		font-size: 21px;
	}
	.w_s_t_logo {}
	#logo_wacoal {
		width: 150px;
	}
	#logo_salute {
		width: 200px;
		transform: translate(-3px, 0);
	}
	#logo_triumph {
		width: 195px;
	}
	.w_s_t_sub_tit {
		font-size: 18px;
	}
	.w_s_t_rail {
		width: 1000px;
		margin: 0 auto;
	}
	/*.w_s_t_rail::-webkit-scrollbar {
		height: 8px;
	}
	.w_s_t_rail::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
	.w_s_t_rail::-webkit-scrollbar-thumb {
		background: #888;
		border-radius: 4px;
	}
	.w_s_t_rail::-webkit-scrollbar-thumb:hover {
		background: #555;
	}*/
	.w_s_t_rail ul {}
	.w_s_t_rail li {
		width : 42%;
		margin : 0 -4px 0 4px;
		border-radius: 8px;
	}
	.w_s_t_rail li img {}
	.w_s_t_rail li a {}
	.w_s_t_rail li a div {
		font-size: 14px;
		margin: 20px 0 0;
	}
	.w_s_t_rail li a p {
		height: 5.4em;
		-webkit-line-clamp: 3;
		font-size: 14px;
		margin: 10px 17px 20px 20px;
	}
	.w_s_t_rail li:last-child { margin-right: 12px!important; }
	.bra_ptn {
		width: 798px;
		margin: 20px auto 8px;
		justify-content: space-between;
	}
	.bra_ptn li {
		width : calc(50% - 2px);
		background: #fff;
		margin : 4px 0 0;
		display : block;
		position : relative;
		white-space : normal;
		vertical-align: top;
		border-radius: 8px;
		overflow: hidden;
	}
	.bra_ptn li a {
		color: #1d181a;
		text-decoration: none;
		display: flex;
		align-items: center;
	}
	.bra_ptn li a img {
		width: 36%;
		margin: 12px 12px 12px 12px;
	}
	.bra_ptn li a .bra_ptn_name {
		font-size: 21px;
		margin: 0 0 0;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.bra_ptn li a p {
		font-size: 14px;
		line-height: 1.8em;
		margin: 3px 16px 0 0;
	}
	.clctn_btn {
		width: 798px;
	}
	.two_btn {
		width: 548px;
	}
	.clctn_btn li {
	    height: 55px;
	}
	.clctn_btn li a span {
		font-size: 1em;
	}
	.pc_only{
		display: block;
	}
	.sp_only{
		display: none;
	}

  .scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
  }

  .scroll-btn.left {
    left: 10px;
  }

  .scroll-btn.right {
    right: 10px;
  }
}
