@charset "utf-8";
/*---------------------------
 CSS Document 
-----------------------------*/
/*============================
共通
============================*/
#breadcrumbs {
	margin: 0;
}
.hed {
}
img {
	width: 100%;
}
a:hover, a:hover img, a:hover p, a:hover div {
	opacity: 0.8;
	transition: all 0.2s ease-out 0s;
}
.arrow_next:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 10px;
	right: 5%;
	top: 40%;
	border-top: 1px solid #e8497a;
	border-right: 1px solid #e8497a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow_next.bk:after {
	border-color: #000;
}
.arrow_down:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 10px;
	left: 48%;
	bottom: 10px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.gs_width {
	max-width: 1000px;
	margin: 0 auto 80px;
	width: 90%;
}
.sp {
	display: none;
}
/*============================
共通ボタン
============================*/
.top_btn {
}
.top_btn a {
	background-color: #07738E;
	font-size: 20px;
	color: #fff;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 10px;
	position: relative;
	max-width: 500px;
	width: 80%;
}
.link_btn a {
	background-color: #07738E;
	font-size: 20px;
	color: #fff;
	margin: 0 auto 0;
	display: block;
	text-align: center;
	padding: 10px;
	position: relative;
	max-width: 500px;
	width: 80%;
}
.link_btn.top a {
	margin: 50px auto 0;
}
.allitem_bt {
	text-align: center;
}
.allitem_bt a {
	font-size: 30px;
	display: inline-block;
	/* border: solid 1px #e8497a; */
	color: #ffffff;
	padding: 10px 0;
	background-color: #000;
	width: 600px;
	max-width: 90%;
	text-align: center;
	border-radius: 2px;
	font-weight: 600;/* box-shadow: 2px 2px 0 0 rgb(0 0 0 / 20%); */
}
.top_bt {
	text-align: center;
	margin: 20px 0 0;
}
.top_bt a {
	display: inline-block;
	font-size: 30px;
	color: #ffffff;
	padding: 10px 0;
	background-color: #bbb;
	width: 600px;
	max-width: 90%;
	text-align: center;
	border-radius: 2px;
	font-weight: 600;
}
/*============================
画像フェードイン
============================*/
.is-lazyloaded {
	animation: fadeIn 1s;
}
 @keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
/*============================
コンテンツ
============================*/
.cp_wrap {
	padding: 0 0 50px;
}
/*============================
#samdal_nav
============================*/
#samdal_nav {
	max-width: 1280px;
	margin: 20px auto;
}
.samdal_nav_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.samdal_nav_list {
	border-left: solid 1px #000;
	width: 25%;
	box-sizing: border-box;
	position: relative;
	padding: 0 0 15px;
}
.samdal_nav_list:nth-child(4n) {
	border-right: solid 1px #000;
}
.samdal_nav_list a {
	display: block;
}
.samdal_nav_img {
	max-width: 128px;
	margin: 0 auto;
}
.samdal_nav_txt {
	text-align: center;
	margin: 10px 0 0;
	font-size: 14px;
}
.samdal_nav_name {
	text-align: center;
	font-weight: 600;
	font-size: 18px;
}
.samdal_nav_list:after {
	content: "";
	position: absolute;
	display: inline-block;
	right: 50%;
	bottom: 0;
	width: 10px;
	height: 10px;
	/* margin: 0 8px -1px 0; */
	border-bottom: 2px solid #c50717;
	border-right: 2px solid #c50717;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*============================
sustanable
============================*/
.bk_sg {
	background-color: #f7e5c1;
	padding: 40px 0;
}
#bohonomad {
}
.bohonomad_ttl {
	max-width: 497px;
	margin: 0 auto 40px;
	width: 90%;
}
.rainbow_ttl {
	max-width: 497px;
	margin: 60px auto 40px;
}
.sec_copy {
	font-size: 20px;
	margin: 20px 50px;
	text-align: center;
}
.sec_copy span {
	display: inline-block;
	text-align: justify;
}
/*============================
sport
============================*/
.bk_sport {
	background-color: #8ae2f2;
	padding: 30px 0;
}
.sport_ttl {
	font-size: 50px;
	font-weight: 600;
	font-style: italic;
	text-align: center;
}
/*============================
hoka
============================*/


.balloon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: -30px auto 0;
	padding: 10px 5px;
	width: 150px;
	height: 150px;
	line-height: 1.2;
	text-align: center;
	color: #FFF;
	font-size: 25px;
	font-weight: bold;
	background: #ff9800;
	border-radius: 50%;
	box-sizing: border-box;
}
.balloon:before {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #ff9800;
	z-index: 0;
}
/*============================
#itembox ※動的部分調整
============================*/
.item_brand {
}
.item_sport {
}
.item_socks {
}
.common_product_list.clm_p5 li {
	width: 25%;
}
.container {
	padding: 0;
}
.common_title {
	border: none;
	text-align: center;
	font-size: 50px;
	font-weight: 600;
	color: #a57007;
	margin: 0 0 10px;
}
.product_img {
	background-color: #fff;
}
.product_info .product_genre:nth-of-type(2) {
	display: none;
}
.product_genre {
	text-align: center;
}
.product_price {
	text-align: center;
}
.product_brand {
	font-weight: 300;
	margin: 5px 0 0;
}
/*====================================
	リキッド表示設定
	1100pxより変形
====================================*/
@media only screen and (max-width: 1380px) {
}
 @media only screen and (max-width: 980px) {
.item_list {
	width: 100%;
	max-width: 90%;
	margin: 0 auto 5%;
}
.col4 .item_list {
	width: 48%;
	max-width: 100%;
	padding: 0 0 7%;
}
.price_list a {
	font-size: 20px;
}
.activty_list {
	width: 48%;
	margin: 0 0 5%;
}
.activty_list a {
}
}
@media only screen and (max-width: 786px) {
/*---------------------------
共通
-----------------------------*/
.sp_br {
	display: block;
}
.no_br br {
	display: none;
}
.gs_width {
	margin: 0 auto 0;
}
.sp {
	display: block;
}
.pc {
	display: none !important;
}
/*============================
ヘッダ
============================*/
.copy_ttl {
	font-size: 24px;
}
.copy_txt {
	font-size: 20px;
	text-align: left;
}
/*============================
ボタン
============================*/
.allitem_bt {
}
.allitem_bt a {
	font-size: 20px;
}
.top_bt {
}
.top_bt a {
	font-size: 20px;
}
.arrow_next:after {
	width: 5px;
	height: 5px;
	top: 44%;
}
/*============================
コンテンツ
============================*/
.cp_wrap {
}
/*============================
#samdal_nav
============================*/
#samdal_nav {
}
.samdal_nav_wrap {
	padding: 0 5%;
}
.samdal_nav_list {
	width: 48%;
	padding: 10px 10px 20px;
	margin: 0 0 20px;
	box-shadow: 2px 2px 4px 1px rgb(0 0 0 / 20%);
	border: solid 1px #ccc;
}
.samdal_nav_list:nth-child(4n) {
	border-right: solid 1px #ccc;
}
.samdal_nav_list a {
}
.samdal_nav_img {
}
.samdal_nav_txt {
	font-size: 12px;
}
.samdal_nav_name {
	font-size: 14px;
}
.samdal_nav_list:after {
	bottom: 10px;
}
/*============================
sustanable
============================*/
.bk_sg {
	padding: 0;
}
#bohonomad {
	padding: 5% 0 0;
}
.bohonomad_ttl {
}
.rainbow_ttl {
}
.sec_copy {
	margin: 5% 0;
	font-size: 16px;
}
.sec_copy span {
}
/*============================
sport
============================*/
.bk_sport {
}
.sport_ttl {
	font-size: 30px;
}
/*============================
hoka
============================*/


.balloon {
}
.balloon:before {
}
/*============================
#itembox ※動的部分調整
============================*/
.item_brand {
}
.item_sport {
}
.item_socks {
}
.common_product_list.clm_p5 li {
	width: 50%;
}
.container {
}
.common_title {
}
.product_img {
}
.product_info .product_genre:nth-of-type(2) {
}
.product_genre {
}
.product_price {
}
.product_brand {
}
}
