@charset "UTF-8";
/* -----------------------------------------------------------------------
## Font ##################################################
----------------------------------------------------------------------- */
main {
	font-family: "Noto Sans JP", sans-serif;
}

/* -----------------------------------------------------------------------
## Common ##################################################
----------------------------------------------------------------------- */
.stretch-pants {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	color: #262626;
	overflow: hidden;
	letter-spacing: 0.05em;
}

.stretch-pants ul {
	display: flex;
}
.stretch-pants h1,.stretch-pants h2,.stretch-pants h3 {
	border-bottom: none;
	background: none;
	text-align: center;
}
.stretch-pants h2 {
	padding: 0;
	font-weight: 700;

}

.lp-nav ul li a {
	display: block;
}
/*グンゼストアcss打消し*/
.st-Breadcrumbs_Item div {
	display: inline-block
	}

.st-Breadcrumbs {
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	width: 100%;
	max-width: 1266px;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
	margin: 11px auto 15px;
	font-size: 0;
}
.st-Breadcrumbs_Item {
	font-size: 11px;
	display: inline-block
}
.st-Breadcrumbs_Item:after {
	content: '＞';
	margin: 0 7px;
	color: #555
}
.st-Breadcrumbs_Item:last-child:after {
	display: none
}
.st-Breadcrumbs_Link {
	color: #7e7e7e;
	text-decoration: underline
}
.st-Breadcrumbs_Link:hover, .st-Breadcrumbs_Link:focus {
	text-decoration: none
}
.pane-contents > .container{
	width: auto;
}
/* -----------------------------------------------------------------------
## main ##################################################
----------------------------------------------------------------------- */
.stretch-pants .lp-main{
	background: url(/lp/stretchpants/25ss/images/pc-mv.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
}

.stretch-pants .mv {
	width: 1200px;
	height: 400px;
	display: flex;
	align-items: center;
	margin: 0 auto;
}
.stretch-pants h1{
	margin: 0;
	padding: 0 0 60px;
	max-width: 465px;
}

/* -----------------------------------------------------------------------
## lp-nav ##################################################
----------------------------------------------------------------------- */
.stretch-pants .lp-nav {
	margin: auto 0;
	padding: 0;
	position: relative;
	font-size: 1.2em;
	background-color: #dbe4eb;
}

.lp-nav ul {
	width: 1100px;
	margin: 0 auto;
	padding: 4rem 0 4.5rem;
	justify-content: space-between;
}
.lp-nav ul li {
	width: calc(100% / 3 - 0.9rem);
	position: relative;
}
.lp-nav ul li:after {
	content: '\EA03';
	font-family: iconfont,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
	vertical-align: middle;
	line-height: 1;
	speak: none;
	display: inline-block;
	position: absolute;
	right: 1.3rem;
	top: 50%;
	margin-top: -0.5em;
	color: #262626;
	pointer-events: none;
}
.lp-nav ul li:first-child:after{
	transform: rotate(90deg);
	right: 1.8rem;
}
.lp-nav ul li a {
	font-size: 1.7rem;
	font-weight: 700;
	border: solid 2px #262626;
	margin: 0 auto;
	padding: 1.5rem 1rem;
	background-color: #fff;
}


/* -----------------------------------------------------------------------
## lp-contents ##################################################
----------------------------------------------------------------------- */
.stretch-pants .lp-contents{
	margin: 0 auto;
}
/* -----------------------------------------------------------------------
## lp-section ##################################################
----------------------------------------------------------------------- */
.stretch-pants .lp-section{
	margin: 0 auto;
	position: relative;
}

.stretch-pants h2 {
	border: none;
	margin: 0 auto;
	padding: 4rem 0;
	font-size: 2.8rem;
}

.stretch-pants h2 span {
	border-bottom: solid 1px #262626;
}

.stretch-pants .silhouette-link {
	justify-content: space-between;
	width: 970px;
	margin: 0 auto;
}

.stretch-pants .silhouette-link li {
	position: relative;
	border: solid 2px #262626;
	width: 300px;
}

.stretch-pants .silhouette-link li:after {
	content: '\EA03';
	font-family: iconfont,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
	vertical-align: middle;
	line-height: 1;
	speak: none;
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: 3%;
	color: #262626;
	transform: rotate(90deg);
	font-size: 1.7rem;
	pointer-events: none;
}

.stretch-pants .silhouette-link li a {
	display: flex;
	gap: 20px;
	text-align: left;
	font-size: 1.4rem;
	position: relative;
	padding: 1.5rem;
}

.stretch-pants .silhouette-link li img {
	width: 80px;
}

.stretch-pants .silhouette-link li span {
	display: block;
	background-color: #262626;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}


.stretch-pants h3 {
	padding: 4.5rem 0 3.5rem;
	margin: 0;
	font-size: 2.8rem;
	font-weight: 700;
}

.stretch-pants h3 span {
	color: #808080;
	display: block;
	font-size: 2rem;
	font-weight: 500;
}

.stretch-pants .stretch-pants-inner {
	background: linear-gradient(to bottom, #fff 35%, #dbe4eb 0%);
}

.stretch-pants .item-area {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	font-size: 1.5rem;
}

.stretch-pants .item-area img {
	width: 51%;
}

.stretch-pants .item-link {
	width: 49%;
	display: flex;
	align-items: flex-end;
	margin-bottom: 100px;
	justify-content: center;
}
.stretch-pants .item-caption {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 0.2rem;
	font-size: 1.8rem;
}

.stretch-pants .item-caption .tag {
	justify-content: space-around;
	gap: 5px;
	margin: 0.6rem 0;
	font-size: 1.1rem;
	font-weight: 500;
}

.stretch-pants .item-caption .tag li {
	border: solid 2px #b7bec4;
	background-color: #fff;
	padding: 0.3rem 0.7rem;
	font-weight: 600;
}

.stretch-pants .item-caption .item-ttl {
	font-size: 1.6rem;
	font-weight: 700;
}

.stretch-pants .item-caption .size-color {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: -0.01em;
}

.stretch-pants .item-caption .colorchip {
	gap: 0.5rem;
	align-items: center;
}

.stretch-pants .item-caption .colorchip li {
	padding: 0.7rem;
	border-radius: 50%;
	margin-top: 0.2rem;
}

#tapered .item-caption .colorchip li:nth-child(1) {
	background: #000;
}
#tapered .item-caption .colorchip li:nth-child(2) {
	background: #6481a5;
}
#tapered .item-caption .colorchip li:nth-child(3) {
	background: #b9b1af;
}
#straight .item-caption .colorchip li:nth-child(1) {
	background: #000;
}
#straight .item-caption .colorchip li:nth-child(2) {
	background: #22286c;
}
#relax .item-caption .colorchip li:nth-child(1) {
	background: #dcd6d2;
	outline: 1px solid #818181;
	outline-offset: -0.08em;
}
#relax .item-caption .colorchip li:nth-child(2) {
	background: #8b8e6f;
}

.stretch-pants .item-caption .item-btn {
	margin: 0.6rem 0;
	background-color: #262626;
	color: #fff;
	padding: 0.8rem;
	width: 300px;
	font-weight: 700;
	font-size: 1.6rem;
	position: relative;
}

.stretch-pants .item-caption .item-btn:after {
	content: '\EA03';
	font-family: iconfont,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
	vertical-align: middle;
	line-height: 1;
	speak: none;
	display: inline-block;
	position: absolute;
	right: 1.3rem;
	top: 50%;
	margin-top: 0.08em;
	color: #fff;
	pointer-events: none;
	transform: translateY(-50%);
}

.stretch-pants .page-Campaign_PriceNormal {
	font-weight: 700;
	font-size: 1.7rem;
}
.stretch-pants .page-Campaign_PriceNormal span {
	margin: 0.5rem 0;
}
.page-Campaign_PriceNormal span[id^="goods_discount_rate_"]:before {
	background: #dbe4eb;
}

.stretch-pants .otherlink-btn {
	padding: 3rem 0 5rem;
	position: relative;
}
.stretch-pants .otherlink-btn p {
	position: relative;
	margin: 0 auto;
	border: solid 2px #262626;
	background-color: #fff;
	width: 600px;
	font-size: 1.7rem;
	font-weight: 700;
}
.stretch-pants .otherlink-btn p:after {
	content: '\EA03';
	font-family: iconfont,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
	vertical-align: middle;
	line-height: 1;
	speak: none;
	display: inline-block;
	position: absolute;
	right: 1.3rem;
	top: 50%;
	margin-top: 0.08em;
	color: #262626;
	pointer-events: none;
	transform: translateY(-50%);
}

.stretch-pants .otherlink-btn a {
	padding: 1.5rem 1rem;
	display: block;
}

.stretch-pants .otherlink-btn a span {
	color: #5a91b4;
}

.stretch-pants .link-btn {
	margin: 4rem 0;
}

.stretch-pants .link-btn a {
	padding: 1.5rem 1rem;
	display: block;
}

.stretch-pants .link-btn p {
	width: 600px;
	background-color: #262626;
	position: relative;
	margin: 0 auto;
	font-weight: 700;
	font-size: 1.7rem;
	color: #fff;
}

.stretch-pants .link-btn p:after {
	content: '\EA03';
	font-family: iconfont,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
	vertical-align: middle;
	line-height: 1;
	speak: none;
	display: inline-block;
	position: absolute;
	right: 1.3rem;
	top: 50%;
	margin-top: 0.08em;
	color: #fff;
	pointer-events: none;
	transform: translateY(-50%);
}

.pc{
	display: inline !important;
}
.sp{
	display: none !important;
}
/* -----------------------------------------------------------------------
## SP ##################################################
----------------------------------------------------------------------- */
@media(max-width:767px){
/* -----------------------------------------------------------------------
## Common ##################################################
----------------------------------------------------------------------- */
.stretch-pants {
	width: 100%;
	font-size: 1.1em;
	padding-bottom: 10%;
	z-index: auto;
}
.stretch-pants h2 {
	font-size: 2.6rem;
	margin: 0 0 0.5em;
	padding: 4rem 4rem 1.5rem;
	width: 96%;
}

/* -----------------------------------------------------------------------
## lp-main ##################################################
----------------------------------------------------------------------- */
.stretch-pants .lp-main{
	width: 100%;
	background-size: auto;
	background-position: center;
	background-image: none;
	padding: 0;
	height: 100%;
}

.stretch-pants .mv {
	width: auto;
	height: auto;
	margin: 0;
}
.stretch-pants h1 {
	margin: 0;
	padding: 0;
	max-width: 100%;
}
/* -----------------------------------------------------------------------
## lp-nav ##################################################
----------------------------------------------------------------------- */
.stretch-pants .lp-nav {
	margin: 0 auto;
}
.stretch-pants .lp-nav ul {
	width: 94%;
	margin: 0 auto;
	gap: 1rem;
	flex-wrap: wrap;
	padding-top: 3rem;
}
.stretch-pants .lp-nav ul li {
	width : calc(100% / 2 - 0.5rem);
}
.stretch-pants .lp-nav ul li:first-child {
	width : 100%;
}
.lp-nav ul li:after {
	right: 0.8rem;
}
.lp-nav ul li:first-child:after{
	transform: rotate(90deg);
	right: 1.1rem;
}

.stretch-pants .lp-nav ul li a {
	height: initial;
	line-height: 1.4;
	font-size: 1.7rem;
	padding: 1rem;
}
.stretch-pants .lp-nav ul li:first-child a {
	padding: 2.1rem 1rem;
}



/* -----------------------------------------------------------------------
## lp-contents ##################################################
----------------------------------------------------------------------- */
.stretch-pants .lp-contents{
	width: 100%;
}

/* -----------------------------------------------------------------------
## lp-section ##################################################
----------------------------------------------------------------------- */
.stretch-pants .lp-section{
	margin: 0 auto;
}

.stretch-pants .silhouette-link {
	width: 94%;
	gap: 1rem;
	margin-bottom: 4rem;
}

.stretch-pants .silhouette-link li {
	width: calc(100% / 3 - 0.7rem);
	padding-bottom: 2rem;
}

.stretch-pants .silhouette-link li:after {
	transform: translateX(-50%) rotate(90deg);
}

.stretch-pants .silhouette-link li a {
	padding: 1.2rem 0.8rem;
	display: block;
	text-align: center;
	height: 100%;
}

.stretch-pants .silhouette-link li p {
	text-align: left;
}

.stretch-pants .silhouette-link li img {
	width: 80%;
	padding-bottom: 2rem;
}

.stretch-pants .silhouette-link li span {
	font-size: 1.6rem;
}

.stretch-pants h3 {
	padding: 4rem 0 2.3rem;
}

.stretch-pants .item-area {
	width: 94%;
	flex-direction: column;
}

.stretch-pants .item-area img {
	width: 100%;
}

.stretch-pants .item-link {
	width: 100%;
}

.stretch-pants .stretch-pants-inner {
	background: linear-gradient(to bottom, #fff 32%, #dbe4eb 0%);
}

.stretch-pants .item-caption {
	width: 100%;
}

.stretch-pants .item-caption .tag {
	margin: 1.8rem 0 1rem;
	font-size: 1.5rem;
}

.stretch-pants .item-caption .tag li {
	border: solid 1px #b7bec4;
	padding: 0.2rem 0.8rem;
}

.stretch-pants .item-caption .item-ttl {
	font-size: 1.75rem;
	letter-spacing: 0.01em;
}

.stretch-pants .item-caption .size-color {
	font-size: 1.8rem;
}

.stretch-pants .item-caption .colorchip li {
	padding: 0.8rem;
}

.stretch-pants .page-Campaign_PriceNormal {
	font-size: 2rem;
}

.stretch-pants .item-caption .item-btn {
	padding: 1rem;
	width: 55%;
	font-size: 1.7rem;
}

.stretch-pants .item-link {
	margin: 0;
}

.stretch-pants .otherlink-btn {
	padding: 2rem 0 4rem;
	margin: 0 auto;
	display: flex;
	width: 94%;
}

.stretch-pants .otherlink-btn p {
	width: 90%;
}
.stretch-pants .otherlink-btn a {
	font-size: 1.7rem;
}

.stretch-pants .link-btn {
	padding: 4rem 0;
	margin: 0 auto;
	width: 94%;
	display: flex;
}

.stretch-pants .link-btn p {
	width: 90%;
}
.stretch-pants .link-btn a {
	padding: 1.7rem 1rem;
}


.pc{
	display: none !important;
}
.sp{
	display: block !important;
}
}