@charset "UTF-8";
html {
	container-type: inline-size;
}
[data-browse-mode="P"] .sp {
	display: none;
}
[data-browse-mode="S"] .pc {
	display: none;
}

.runningshoes {
	font-family: "Montserrat", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.section_inner {
	width: min(100%, 1200px);
	margin-inline: auto;
}

#lead {
	padding-block: 50px;
}
.lead_content {
	text-align: center;
	font-size: 16px;
	line-height: 2.25;
}
#tab_area {
	width: 100cqw;
	position: relative;
	left: 50%;
	translate: -50% 0;
}
.tab_list {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	align-items: stretch;
	width: min(100%, 1200px);
	margin-inline: auto;
}
.tab {
	width: 50%;
}
.tab a {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding-block: 18px;
	font-size: 20px;
	font-weight: 700;
}
.tab a.active {
	background: #e6eaf0;
}
.tab_content_block {
	height: 0;
	overflow: hidden;
}
.tab_content_block.active {
	height: auto;
}
.tab_content_wrap.sports {
	background: #E5EAF0;
	padding-block: 150px 140px;
	position: relative;
}
.tab_content_wrap.casual {
	padding-block: 90px 120px;
	background: #D8DFE7;
}
.tab_content_wrap.sports::before {
	content: "";
	display: inline-block;
	width: calc(100% + 2px);
	height: 101px;
	background: #dadfe6;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	position: absolute;
	left: -1px;
	bottom: -1px;
}
.tab_content_wrap_inner {
	display: flex;
	flex-flow: row-reverse wrap;
	align-content: center;
	justify-content: space-between;
	align-items: flex-end;
	width: min(100%, 1200px);
	margin-inline: auto;
}

.tab_content_title {
	width: 100%;
	height: 268px;
	padding-bottom: 126px;
	margin-bottom: -126px;
	background: url(/img/usr/special/running_shoes/text_style.png) no-repeat center bottom / auto 100px;
}
.tab_content_title img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.tab_content_img {
	width: 650px;
	position: relative;
}
.tab_content_img_slide {
	width: 300px;
	height: auto;
	aspect-ratio: 1;
	position: absolute;
	left: 0;
	bottom: 0;
	pointer-events: none;
}
.tab_content_wrap03 .tab_content_img_slide {
	translate: 18% -6%;
}
.tab_content_wrap04 .tab_content_img_slide {
	translate: 10% 0;
}
.tab_content_textwrap {
	width: calc(100% - 750px);
	position: relative;
	margin-bottom: 60px;
}
.tab_content_text {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 32px;
	padding-bottom: 32px;
	border-bottom: 1px solid;
}
.tab_content_list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.tab_content_list_item {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.tab_content_list_item_head {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
	gap: 24px;
}
.tab_content_list_item_category {
	font-size: 18px;
	font-weight: 700;
}
.sports .tab_content_list_item_category {
	color: #5F7DF8;
}
.casual .tab_content_list_item_category {
	color: #e38763;
}
.tab_content_list_item_brand {
	font-size: 14px;
}
.tab_content_list_item_body {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: space-between;
	align-items: flex-end;
}
.tab_content_list_item_infowrap {
	width: calc(100% - 85px);
}
.tab_content_list_item_name {
	font-size: 14px;
}
.tab_content_list_item_price {
	font-size: 14px;
	font-weight: 700;
}
.tab_content_list_item_price::before {
	content: "　　￥";
}
.tab_content_list_item_price::after {
	content: "（税込）";
	font-size: 10px;
	font-weight: 400;
}
.tab_content_list_item_btn a {
	display: inline-block;
	width: 70px;
	height: 28px;
	background: #000;
	border-radius: 300px;
	position: relative;
	vertical-align: bottom;
}
.tab_content_list_item_btn a::after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 6px;
	background: #fff;
	clip-path: polygon(0 80%, 85% 80%, 65% 13%, 69% 0, 100% 100%, 0 100%);
	position: absolute;
	right: 12px;
	top: 50%;
	translate: 0 -75%;
}

#pickup {
	padding-block: 100px;
}
.pickup_title {
	height: 60px;
	margin-bottom: 48px;
}
.pickup_title img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.pickup_slide {
	height: 0;
	overflow: hidden;
}
.pickup_slide.active {
	height: auto;
	overflow: visible;
}

.pickup_slide .swiper {
	width: 640px;
	margin-inline: auto;
	position: relative;
	overflow: visible;
}

[data-browse-mode="P"] .pickup_item a {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	align-items: flex-start;
	text-decoration: none;
	color: #000;
}
.pickup_item a:hover {
	text-decoration: underline;
}
.pickup_item_img {
	width: 220px;
}
.pickup_item_img img {
	width: 100%;
}
.pickup_item_textwrap {
	width: calc(100% - 260px);
	position: relative;
}
.pickup_item_textwrap::before {
	content: "";
	display: inline-block;
	width: 70px;
	height: 28px;
	background: #000;
	border-radius: 300px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.pickup_item_textwrap::after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 6px;
	background: #fff;
	clip-path: polygon(0 80%, 85% 80%, 65% 13%, 69% 0, 100% 100%, 0 100%);
	position: absolute;
	right: 12px;
	bottom: 12px;
}
.pickup_item_text {
	font-size: 16px;
	margin-bottom: 24px;
}
[data-browse-mode="P"] .pickup_item_text { display: none;}
[data-browse-mode="P"] .pickup_item_img { width: 300px;}

.pickup_item_brand, .pickup_item_name {
	font-size: 14px;
}
.pickup_item_price {
	font-size: 14px;
	font-weight: bold;
}
.pickup_item_price::before {
	content: "￥";
}
.pickup_item_price::after {
	content: "（税込）";
	font-size: 10px;
	font-weight: 400;
}
.pickup_content_slidebtn {
	display: inline-block;
	width: 10px;
	height: 30px;
	position: absolute;
	z-index: 20;
	cursor: pointer;
}
.pickup_content_slideprev {
	right: calc(100% + 60px);
	top: 50%;
	translate: 0 -50%;
}
.pickup_content_slidenext {
	rotate: y 180deg;
	left: calc(100% + 60px);
	top: 50%;
	translate: 0 -50%;
}
.pickup_content_slidebtn::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #000;
	clip-path: polygon(85% 0, 100% 0, 15% 50%, 100% 100%, 85% 100%, 0 50%);
	position: absolute;
	left: 0;
	top: 0;
}
#other {
	padding-bottom: 100px;
}
.other_btn a {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: min(100% - 40px, 440px);
	margin-inline: auto;
	padding-block: 20px;
	background: #7F94B3;
	border-radius: 300px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}


[data-browse-mode="S"] .runningshoes {
	width: 100cqw;
	position: relative;
	left: 50%;
	translate: -50% 0;
}
[data-browse-mode="S"] #lead {
	padding-block: 40px;
}
[data-browse-mode="S"] .tab_content_wrap {
	padding-inline: 20px;
}
[data-browse-mode="S"] .tab_content_wrap.sports {
	padding-top: 80px;
}
[data-browse-mode="S"] .tab_content_wrap.casual {
	padding-block: 80px 64px;
}
[data-browse-mode="S"] .tab_content_wrap.sports::before {
	height: 81px;
}
[data-browse-mode="S"] .tab_content_title {
	width: calc(100% - 30px);
	margin-inline: auto;
	height: auto;
	padding-bottom: 70px;
	margin-bottom: 16px;
	background-size: 225px auto;
}
[data-browse-mode="S"] .tab_content_img {
	width: 100%;
}
[data-browse-mode="S"] .tab_content_img_slide {
	width: 180px;
}
[data-browse-mode="S"] .tab_content_textwrap {
	width: 100%;
	margin-bottom: 0;
	padding-inline: 40px;
}
[data-browse-mode="S"] .tab_content_text {
	font-size: 16px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
[data-browse-mode="S"] .tab_content_list_item_name::after {
	content: "　　";
}
[data-browse-mode="S"] .tab_content_list_item_price::before {
	content: "￥";
}
[data-browse-mode="S"] .tab_content_list_item_price {
	display: inline-block;
	text-align: left;
}
[data-browse-mode="S"] #pickup {
	padding: 80px 5px;
}
[data-browse-mode="S"] .pickup_title {
	width: calc(100% - 40px);
	height: auto;
	margin-inline: auto;
	margin-bottom: 10px;
}
[data-browse-mode="S"] .pickup_content .swiper {
	width: 310px;
}
[data-browse-mode="S"] .pickup_item_img {
	width: 100%;
}
[data-browse-mode="S"] .pickup_item_textwrap {
	width: 100%;
}
[data-browse-mode="S"] .pickup_content_slideprev {
	right: calc(100% + 15px);
	top: 140px;
	translate: 0;
}
[data-browse-mode="S"] .pickup_content_slidenext {
	left: calc(100% + 15px);
	top: 140px;
	translate: 0;
}