@charset "UTF-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
/*================================================================================
FileName: _base.scss
================================================================================*/
@font-face {
	font-family: 'jins_next';
	font-style: normal;
	font-weight: 400;
	src: url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextRegular.eot');
	src: url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextRegular.eot?#iefix') format('embedded-opentype'), url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextRegular.woff') format('woff'), url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextRegular.ttf') format('truetype'),
		url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextRegular.svg#jins_next_ttregular') format('svg');
}
@font-face {
	font-family: 'jins_next';
	font-style: normal;
	font-weight: 300;
	src: url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextLight.eot');
	src: url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextLight.eot?#iefix') format('embedded-opentype'), url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextLight.woff') format('woff'), url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextLight.ttf') format('truetype'),
		url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextLight.svg#jins_next_ttlight') format('svg');
}
@font-face {
	font-family: 'jins_next';
	font-style: normal;
	font-weight: 500;
	src: url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextMedium.eot');
	src: url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextMedium.eot?#iefix') format('embedded-opentype'), url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextMedium.woff') format('woff'), url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextMedium.ttf') format('truetype'),
		url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextMedium.svg#jins_next_ttmedium') format('svg');
}
@font-face {
	font-family: 'jins_next';
	font-style: normal;
	font-weight: 600;
	src: url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextBold.eot');
	src: url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextBold.eot?#iefix') format('embedded-opentype'), url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextBold.woff') format('woff'), url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextBold.ttf') format('truetype'),
		url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextBold.svg#jins_next_ttbold') format('svg');
}
.spOnly {
	display: none !important;
}
@media only screen and (max-width: 768px) {
	.spOnly {
		display: block !important;
	}
}

.pcOnly {
	display: block !important;
}
@media only screen and (max-width: 768px) {
	.pcOnly {
		display: none !important;
	}
}

.pcOnly-uni {
	display: inline !important;
}
@media only screen and (max-width: 768px) {
	.pcOnly-uni {
		display: none !important;
	}
}

.noJn {
	font-family: 'Noto Sans Japanese', sans-serif;
}

/*================================================================================
FileName: _layout.scss
================================================================================*/
/*
header
------------------------------------------------*/
/*
container
------------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.c-commonText-link {
	font-family: 'Noto Sans Japanese', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック Medium', YuGothic, YuGothicM, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	font-weight: 500;
	color: #333;
}
.c-commonText-link:hover {
	opacity: 0.5;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.c-heading {
	display: inline-block;
	width: 100%;
	margin: 17.7777777778vw 0 0;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 7.2222222222vw;
	font-weight: 500;
	line-height: 9.4444444444vw;
	color: #111;
	text-align: center;
}
@media only screen and (min-width: 769px) {
	.c-heading {
		margin: 80px 0 0;
		font-size: 42px;
		line-height: normal;
	}
}

.c-productBtn {
	display: block;
	width: 67.7777777778vw;
	padding: 3.1944444444vw 0;
	margin: 0 auto;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #111;
	border-radius: 27.7777777778vw;
}
@media only screen and (min-width: 769px) {
	.c-productBtn {
		max-width: 274px;
		padding: 17px 0 16px;
		margin: 0;
		border-radius: 100px;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.c-productBtn:hover {
		opacity: 0.5;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
}

@media only screen and (max-width: 1024px) {
	.container {
		margin-top: 51px !important;
	}
}

.l-mainSection {
	width: 100%;
	max-width: 1554px;
	margin: 0 auto;
}

.l-aboutSection {
	padding: 11.1111111111vw 0 17.2222222222vw;
	text-align: center;
}
@media only screen and (min-width: 769px) {
	.l-aboutSection {
		padding: 154px 0 104px;
	}
}

.p-aboutText {
	margin: 0;
	font-size: 4.1666666667vw;
	line-height: 7.2222222222vw;
	color: #000;
}
@media only screen and (min-width: 769px) {
	.p-aboutText {
		font-size: 20px;
		line-height: 38px;
	}
}
@media only screen and (min-width: 1024px) {
	.p-aboutText {
		font-size: 25px;
		line-height: 43px;
	}
}

.p-anchorText {
	position: relative;
	display: inline-block;
	padding: 0 5vw 0 0;
	margin: 11.1111111111vw 0 0;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 4.7222222222vw;
	font-weight: 500;
	color: #111;
	text-decoration: none;
	border-bottom: 0.5555555556vw solid #111;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
@media only screen and (min-width: 769px) {
	.p-anchorText {
		padding: 0 28px 0 0;
		margin: 64px 0 0;
		font-size: 25px;
		border-bottom: 2px solid #111;
	}
}
.p-anchorText:hover {
	opacity: 0.5;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.p-anchorText::after {
	position: absolute;
	top: 45%;
	right: -1px;
	display: block;
	width: 3.3333333333vw;
	height: 2.2222222222vw;
	content: '';
	background-image: url(../img/arrow_sp.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
	.p-anchorText::after {
		top: 50%;
		width: 19px;
		height: 18px;
		background-image: url(../img/arrow.svg);
	}
}

.l-fashionContent {
	display: block;
	width: 82.2222222222vw;
	max-width: 1440px;
	margin: 0 auto 8.3333333333vw;
}
@media only screen and (min-width: 769px) {
	.l-fashionContent {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 90%;
		margin: 0 auto 80px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}
}

.l-fashionContent-sub {
	width: 82.2222222222vw;
	max-width: 1280px;
	margin: 0 auto 9.4444444444vw;
}
@media only screen and (min-width: 769px) {
	.l-fashionContent-sub {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 90%;
		margin: 0 auto 80px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}
}

.l-fashionContent-reverse {
	width: 82.2222222222vw;
	max-width: 1440px;
	margin: 28.8888888889vw auto 11.1111111111vw;
}
@media only screen and (min-width: 769px) {
	.l-fashionContent-reverse {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: space-between;
		width: 90%;
		margin: 164px auto 80px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
	}
}

.l-fashionContent-sub-reverse {
	width: 82.2222222222vw;
	max-width: 1280px;
	margin: 0 auto 9.4444444444vw;
}
@media only screen and (min-width: 769px) {
	.l-fashionContent-sub-reverse {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: space-between;
		width: 90%;
		margin: 0 auto 80px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
	}
}

.l-fashionWrap-text-top {
	width: 100%;
	max-width: 680px;
}
@media only screen and (min-width: 769px) {
	.l-fashionWrap-text-top {
		width: 41.22vw;
	}
}

.p-fashionImg {
	display: block;
	width: 100%;
	max-width: 680px;
}
@media only screen and (min-width: 769px) {
	.p-fashionImg {
		width: 41.22vw;
	}
}

.p-fashionImg-sub {
	display: block;
	width: 100%;
	max-width: 600px;
}
@media only screen and (min-width: 769px) {
	.p-fashionImg-sub {
		width: 41.67vw;
	}
}

.p-fashionHead-main {
	margin: 5vw 0 0;
	font-size: 5.8333333333vw;
	font-weight: bold;
	line-height: 8.6111111111vw;
	color: #111;
	letter-spacing: 0;
}
@media only screen and (min-width: 769px) {
	.p-fashionHead-main {
		margin: 0;
		font-size: 22px;
		line-height: 38px;
	}
}
@media only screen and (min-width: 1024px) {
	.p-fashionHead-main {
		font-size: 32px;
		line-height: 48px;
	}
}

.p-fashionHead-sub {
	margin: 6.6666666667vw 0 3.3333333333vw;
	font-size: 4.7222222222vw;
	font-weight: bold;
	line-height: 6.9444444444vw;
	color: #111;
}
@media only screen and (min-width: 769px) {
	.p-fashionHead-sub {
		margin: 0;
		font-size: 16px;
		line-height: 26px;
	}
}
@media only screen and (min-width: 1024px) {
	.p-fashionHead-sub {
		font-size: 26px;
		line-height: 44px;
	}
}

.p-fashionText {
	max-width: 960px;
	margin: 4.7222222222vw 0 3.6111111111vw;
	font-size: 3.6111111111vw;
	line-height: 7.2222222222vw;
	color: #333;
	text-align: left;
	letter-spacing: 0;
}
@media only screen and (min-width: 769px) {
	.p-fashionText {
		margin: 18px auto 24px;
		font-size: 12px;
		line-height: 23px;
	}
}
@media only screen and (min-width: 1024px) {
	.p-fashionText {
		margin: 36px auto 48px;
		font-size: 16px;
		line-height: 32px;
	}
}

.p-fashionText-item {
	margin: 2.7777777778vw 0 0;
	font-size: 3.6111111111vw;
	line-height: 7.2222222222vw;
	line-height: 5.5555555556vw;
	color: #333;
	letter-spacing: 0;
}
@media only screen and (min-width: 769px) {
	.p-fashionText-item {
		margin: 16px 0 0;
		font-size: 12px;
		line-height: 23px;
	}
}
@media only screen and (min-width: 1024px) {
	.p-fashionText-item {
		font-size: 16px;
		line-height: 32px;
	}
}

.p-fashionText-sub {
	font-size: 3.6111111111vw;
	line-height: 7.2222222222vw;
	color: #333;
	letter-spacing: 0;
}
@media only screen and (min-width: 769px) {
	.p-fashionText-sub {
		margin: 16px 0 0;
		font-size: 12px;
		line-height: 23px;
	}
}
@media only screen and (min-width: 1024px) {
	.p-fashionText-sub {
		margin: 32px 0 0;
		font-size: 16px;
		line-height: 32px;
	}
}

.l-fashionWrap-text-bottom {
	width: 100%;
	max-width: 600px;
}
@media only screen and (min-width: 769px) {
	.l-fashionWrap-text-bottom {
		width: 40vw;
	}
}

.l-productContent {
	width: 82.2222222222vw;
	max-width: 1280px;
	padding: 0 7.2222222222vw 7.2222222222vw;
	margin: 0 auto;
	border: solid 2px #111;
}
@media only screen and (min-width: 769px) {
	.l-productContent {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		justify-content: space-between;
		justify-content: center;
		width: 90%;
		padding: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}
}

.l-productWrap-img {
	text-align: center;
}
@media only screen and (min-width: 769px) {
	.l-productWrap-img {
		margin: 0 56px 0 0;
	}
}

.p-productImg {
	width: 100%;
}
@media only screen and (min-width: 769px) {
	.p-productImg {
		max-width: 406px;
	}
}

.p-productNunber {
	padding: 0;
}
@media only screen and (min-width: 769px) {
	.p-productNunber {
		padding: 0 0 43px;
		margin: 0;
	}
}

.l-productWrap-text {
	text-align: center;
}
@media only screen and (min-width: 769px) {
	.l-productWrap-text {
		text-align: left;
	}
}

.p-productNumber-text {
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 4.1666666667vw;
	font-weight: 400;
	color: #111;
}
@media only screen and (min-width: 769px) {
	.p-productNumber-text {
		padding: 0 5px;
		font-size: 18px;
	}
}

.p-productHead-text {
	margin: 0 0 1.6666666667vw;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 4.1666666667vw;
	font-weight: 500;
	color: #111;
}
@media only screen and (min-width: 769px) {
	.p-productHead-text {
		margin: 0 0 25px;
		font-size: 25px;
	}
}

.p-productText {
	margin: 0 0 6.1111111111vw;
	font-size: 3.6111111111vw;
	line-height: 5.2777777778vw;
	color: #333;
	text-align: left;
	letter-spacing: 0;
}
@media only screen and (min-width: 769px) {
	.p-productText {
		margin: 0 0 40px;
		font-size: 16px;
		line-height: normal;
	}
}

.l-lineupWrap-profile {
	width: 82.2222222222vw;
	max-width: 1280px;
	padding: 4.4444444444vw 4.4444444444vw 11.6666666667vw;
	margin: 17.7777777778vw auto 0;
	border: solid 2px #111;
}
@media only screen and (min-width: 769px) {
	.l-lineupWrap-profile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 90%;
		padding: 16px 56px 16px 16px;
		margin: 104px auto 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}
}

.l-lineupWrap-text {
	width: 100%;
	max-width: 552px;
}
@media only screen and (min-width: 769px) {
	.l-lineupWrap-text {
		width: 33vw;
	}
}

.p-lineupBtn {
	display: block;
	width: 40.5555555556vw;
	padding: 2.3611111111vw 0;
	margin: 9.7222222222vw auto 28.8888888889vw;
	font-weight: 500;
	color: #111;
	text-align: center;
	text-decoration: none;
	border: solid 0.2777777778vw #111;
	border-radius: 27.7777777778vw;
}
@media only screen and (min-width: 769px) {
	.p-lineupBtn {
		max-width: 164px;
		padding: 8px 0;
		margin: 48px auto 164px;
		border: solid 1px #111;
		border-radius: 100px;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.p-lineupBtn:hover {
		opacity: 0.5;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
}

.p-lineupImg {
	width: 100%;
	max-width: 600px;
}
@media only screen and (min-width: 769px) {
	.p-lineupImg {
		width: 40.88vw;
	}
}

.p-profileName {
	position: relative;
	padding: 0 0 0 5vw;
	margin: 5.5555555556vw 0 2.7777777778vw;
	font-size: 4.1666666667vw;
	font-weight: bold;
	color: #333;
}
@media only screen and (min-width: 769px) {
	.p-profileName {
		padding: 0 0 0 18px;
		margin: 0 0 16px;
		font-size: 18px;
	}
}
.p-profileName::before {
	position: absolute;
	top: 55%;
	left: 0;
	width: 3.3333333333vw;
	height: 0.5555555556vw;
	content: '';
	background-color: #111;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
	.p-profileName::before {
		width: 12px;
		height: 2px;
	}
}

.p-profileName-uni {
	margin: 5.5555555556vw 0 2.7777777778vw;
}
@media only screen and (min-width: 769px) {
	.p-profileName-uni {
		margin: 27px 0 10px;
	}
}

.p-profileText {
	margin: 0;
	font-size: 3.6111111111vw;
	line-height: 5.2777777778vw;
	color: #333;
	letter-spacing: 0;
}
@media only screen and (min-width: 769px) {
	.p-profileText {
		font-size: 16px;
		line-height: 32px;
	}
}

.l-outfitSection {
	padding: 0 0 17.7777777778vw;
	margin: 28.8888888889vw auto 11.1111111111vw;
	overflow: hidden;
	text-align: center;
	background-color: #f8f6e5;
}
@media only screen and (min-width: 769px) {
	.l-outfitSection {
		padding: 0 20px 80px;
		margin: 164px auto 84px;
	}
}
@media only screen and (min-width: 1024px) {
	.l-outfitSection {
		padding: 0 40px 80px;
	}
}
.l-outfitSection .p-fashionText {
	width: 82.2222222222vw;
	max-width: none;
	padding: 0;
	margin: 2.7777777778vw auto 0;
	text-align: left;
}
@media only screen and (min-width: 769px) {
	.l-outfitSection .p-fashionText {
		width: 100%;
		margin: 31px auto 0;
		text-align: center;
	}
}

.l-outfitWrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 82.2222222222vw;
	max-width: 1280px;
	margin: 9.4444444444vw auto 0;
	-webkit-column-gap: 4.4444444444vw;
	column-gap: 4.4444444444vw;
	row-gap: 6.6666666667vw;
}
@media only screen and (min-width: 769px) {
	.l-outfitWrap {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		-webkit-column-gap: 24px;
		column-gap: 24px;
		row-gap: 40px;
		width: 100%;
		margin: 45px auto 0;
	}
}
.p-outfitItem {
	text-align: left;
}
@media only screen and (max-width: 768px) {
	.p-outfitItem {
		max-width: 38.8888888889vw;
	}
}

.p-outfitImg {
	padding: 0 0 1.3888888889vw;
}
@media only screen and (min-width: 769px) {
	.p-outfitImg {
		padding: 0 0 10px;
	}
}

.p-acountLink {
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 3.6111111111vw;
	font-weight: 400;
}
@media only screen and (min-width: 769px) {
	.p-acountLink {
		font-size: 10px;
	}
}
@media only screen and (min-width: 1024px) {
	.p-acountLink {
		font-size: 14px;
	}
}
@media only screen and (min-width: 1280px) {
	.p-acountLink {
		font-size: 16px;
	}
}

.p-outfitProduct-name {
	display: block;
	margin: 1.6666666667vw 0 0;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 3.0555555556vw;
	font-weight: 400;
	color: #333;
	letter-spacing: 0;
	white-space: nowrap;
}
@media only screen and (min-width: 769px) {
	.p-outfitProduct-name {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 10px 0 0;
		font-size: 10px;
	}
}
@media only screen and (min-width: 1024px) {
	.p-outfitProduct-name {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin: 13px 0 0;
		font-size: 12px;
	}
}
@media only screen and (min-width: 1280px) {
	.p-outfitProduct-name {
		font-size: 14px;
	}
}
.p-outfitProduct-name .c-commonText-link {
	display: inline;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 3.3333333333vw;
	font-weight: 400;
	line-height: 1;
}
@media only screen and (min-width: 769px) {
	.p-outfitProduct-name .c-commonText-link {
		font-size: 10px;
	}
}
@media only screen and (min-width: 1024px) {
	.p-outfitProduct-name .c-commonText-link {
		font-size: 12px;
	}
}
@media only screen and (min-width: 1280px) {
	.p-outfitProduct-name .c-commonText-link {
		font-size: 16px;
	}
}
.p-outfitProduct-name span .p-outfitLink-uni {
	line-height: 2;
}
.p-outfitProduct-name .p-outfitProduct-name-column {
	display: grid;
	grid-template-columns: 1fr 3fr;
	-webkit-column-gap: 1.1111111111vw;
	column-gap: 1.1111111111vw;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
@media only screen and (min-width: 769px) {
	.p-outfitProduct-name .p-outfitProduct-name-column {
		-webkit-column-gap: 4px;
		column-gap: 4px;
		margin-left: 0.5em;
	}
}
.p-outfitProduct-name .p-outfitProduct-name-column .c-text-name {
	white-space: nowrap;
}

.p-outfitProduct-name-uni > span {
	white-space: normal;
}

.p-outfitBtn-text {
	position: relative;
	display: inline-block;
	margin: 10.5555555556vw 0 0;
	text-align: center;
}
@media only screen and (min-width: 769px) {
	.p-outfitBtn-text {
		margin: 80px 0 0;
	}
}
.p-outfitBtn-text::before,
.p-outfitBtn-text::after {
	position: absolute;
	top: 0%;
	width: 5.8333333333vw;
	height: 11.6666666667vw;
	content: '';
	background-size: 100% auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media only screen and (min-width: 769px) {
	.p-outfitBtn-text::before,
	.p-outfitBtn-text::after {
		width: 23px;
		height: 49px;
	}
}
.p-outfitBtn-text::before {
	left: -1.3888888889vw;
	background-image: url(../img/line_left.svg);
}
@media only screen and (min-width: 769px) {
	.p-outfitBtn-text::before {
		left: -25px;
	}
}
.p-outfitBtn-text::after {
	right: -6.9444444444vw;
	background-image: url(../img/line_right.svg);
}
@media only screen and (min-width: 769px) {
	.p-outfitBtn-text::after {
		right: -45px;
	}
}

.p-outfitText {
	margin: 0;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 4.1666666667vw;
	font-weight: 500;
	color: #111;
}
@media only screen and (min-width: 769px) {
	.p-outfitText {
		font-size: 17px;
	}
}

.p-outfitText-uni {
	margin: 0;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 4.1666666667vw;
	font-weight: 500;
	color: #111;
}
@media only screen and (min-width: 769px) {
	.p-outfitText-uni {
		margin: 3px 0 0;
		font-size: 17px;
	}
}

.p-outfitBtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 82.2222222222vw;
	max-width: 67.7777777778vw;
	padding: 3.3333333333vw 0;
	margin: 6.1111111111vw auto 0;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	background-color: #111;
	border-radius: 27.7777777778vw;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
@media only screen and (min-width: 769px) {
	.p-outfitBtn {
		max-width: 324px;
		padding: 16px 0;
		margin: 24px auto 0;
		border-radius: 100px;
	}
}
.p-outfitBtn:hover {
	opacity: 0.5;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.p-outfitBtn img {
	width: 5.5555555556vw;
	height: auto;
	margin: 0 3.3333333333vw 0 0;
}
@media only screen and (min-width: 769px) {
	.p-outfitBtn img {
		width: 24px;
		margin: 0 16px 0 0;
	}
}

.l-freeRanking {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 82.2222222222vw;
	margin: 0 auto;
}
@media only screen and (min-width: 769px) {
	.l-freeRanking {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		width: 90%;
		max-width: 1280px;
	}
}

.l-meganeItem a {
	text-align: center;
	text-decoration: none;
}
.l-meganeItem a:hover {
	opacity: 0.7;
}

.p-meganeImg {
	position: relative;
	padding: 0 5px 10px 5px;
}

.p-meganeName p {
	margin: 0;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 3.6111111111vw;
	font-weight: 400;
	line-height: 4.7222222222vw;
	color: #111;
	text-decoration: none;
}
@media only screen and (min-width: 769px) {
	.p-meganeName p {
		font-size: 18px;
		line-height: 27px;
	}
}

.p-meganePrice .price {
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 3.6111111111vw;
	font-weight: 400;
	line-height: 4.7222222222vw;
	color: #111;
	text-decoration: none;
}
@media only screen and (min-width: 769px) {
	.p-meganePrice .price {
		font-size: 18px;
		line-height: 27px;
	}
}

.l-mt {
	margin: 28.8888888889vw 0 0;
}
@media only screen and (min-width: 769px) {
	.l-mt {
		margin: 164px 0 0;
	}
}