@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: 1280px;
	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;
}
/*============================
ヘッダ
============================*/
.copy_ttl {
	text-align: center;
	margin: 40px 0 0;
	font-size: 40px;
	color: #ee2350;
	font-weight: 600;
}
.copy_txt {
	text-align: center;
	margin: 20px 0 0;
	font-size: 26px;
}
/*============================
ナビ
============================*/
.cpnav {
}
.cpnav_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px 0 0;
}
.nav_list {
	width: 32%;
}
.nav_list a {
	display: block;
	background-color: #e8497a;
	color: #fff;
	padding: 15px 20px 10px;
	text-align: center;
	font-size: 20px;
	border-radius: 5px;
	position: relative;
	height: 100%;
}
.nav_list a:after {
	content: "";
	position: absolute;
	display: inline-block;
	bottom: 15px;
	left: 48%;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*============================
gift
============================*/
.ttl_icon {
	width: 50px;
	margin: 0 auto;
}
.itembox {
	margin: 100px 0 60px;
}
.item_ttl {
	text-align: center;
	line-height: 1;
	margin: 10px 0 0;
	font-size: 40px;
	color: #e8497a;
	font-weight: 600;
}
.item_sbttl_txt {
	text-align: center;
	margin: 40px 0 0;
	font-size: 24px;
	font-weight: 600;
}
.item_sbttl {
	text-align: center;
	font-size: 40px;
	line-height: 1;
	margin: 5px 0 0;
	font-weight: 600;
}
.item_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 40px 0 0;
	justify-content: space-between;
}
.item_list {
	max-width: 402px;
	text-align: center;
	padding: 0 0 6%;
	box-sizing: border-box;
	margin: 0 0 50px;
	position: relative;
	width: 32%;
}
.col4 .item_list {
	max-width: 302px;
	padding: 0 0 5%;
	width: 24%;
}
.item_copy {
	font-size: 16px;
}
.item_img {
	border: solid 1px #ccc;
	margin: 5px 0;
}
.item_brand {
	text-align: left;
}
.item_name {
	font-size: 14px;
	text-align: left;
}
.item_plice {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
.tax {
	font-size: 12px;
}
.item_btn {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0 auto;
}
.item_btn a {
	background-color: #fff;
	display: block;
	padding: 8px 5%;
	margin: 15px 10% 0;
	position: relative;
	font-size: 14px;
	color: #e8497a;
	border: solid 1px #e8497a;
	box-shadow: 1px 1px 0 0 rgb(0 0 0 / 20%);
	border-radius: 4px;
}
.col4 .item_btn a {
	margin: 0 5%;
}
.link_bt {
}
.link_bt a {
	display: block;
	max-width: 50%;
	border: solid 1px #000;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	position: relative;
	box-shadow: 2px 2px 0 0 rgb(0 0 0 / 20%);
}
.link_bt a:hover {
	box-shadow: none;
}
.link_bt_all {
}
.link_bt_all a {
	display: block;
	background-color: #000;
	color: #fff;
	padding: 10px;
	text-align: center;
	width: 70%;
	margin: 30px auto;
	font-size: 28px;
	position: relative;
}
.link_bt_top a {
	display: block;
	background-color: #888;
	color: #fff;
	padding: 10px;
	text-align: center;
	width: 70%;
	margin: 30px auto;
	font-size: 28px;
	position: relative;
}
/*============================
price
============================*/
.price {
	margin: 0 0 100px;
}
.ttl_icon {
}
.item_ttl {
}
.price_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px 0 0;
}
.price_list {
	width: 32%;
}
.price_list a {
	display: block;
	background-color: #e8497a;
	color: #fff;
	padding: 20px 0;
	text-align: center;
	font-size: 30px;
	border-radius: 5px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
}
.price_list .arrow_next:after {
	border-color: #fff;
	border-width: 2px;
}
/*============================
.activty
============================*/
.activty {
	margin: 0 0 80px;
}
.activty_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px 0 0;
}
.activty_list {
	/* background-color: #e8497a; */
	width: 22%;/* padding: 5% 5% 10px; *//* box-sizing: border-box; */
}
.activty_list a {
	display: block;
	background-color: #e8497a;
	padding: 15% 0 5%;
	box-sizing: border-box;
	border-radius: 10px;
	height: 270px;
	position: relative;
}
.activty_img {
	margin: 0 0 10px;
}
.activty_txt {
	text-align: center;
	color: #fff;
	font-size: 28px;
	position: absolute;
	bottom: 5%;
	width: 100%;
}
.wear {
	height: 130px;
}
.yoga {
	height: 160px;
}
.toreck {
	height: 160px;
}
.hike {
	height: 160px;
}
/*============================
ボタン
============================*/
.allitem_bt {
	text-align: center;
}
.allitem_bt a {
	font-size: 30px;
	display: inline-block;
	border: solid 1px #e8497a;
	color: #e8497a;
	padding: 10px 0;
	width: 600px;
	max-width: 90%;
	text-align: center;
	border-radius: 5px;
	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: 5px;
	font-weight: 600;
}
/*====================================
	リキッド表示設定
	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 15%;
}
.sp {
	display: block;
}
.pc {
	display: none !important;
}
/*============================
ヘッダ
============================*/
.copy_ttl {
	font-size: 24px;
}
.copy_txt {
	font-size: 20px;
	text-align: left;
}
/*============================
ナビ
============================*/
.cpnav {
}
.cpnav_wrap {
	margin: 5% 0 0;
}
.nav_list {
	width: 100%;
}
.nav_list a {
	height: auto;
	margin: 0 0 3%;
	font-size: 16px;
	line-height: 1;
	padding: 5% 0;
}
.nav_list a:after {
	right: 20px;
	left: auto;
	top: 30%;
}
/*============================
gift
============================*/
.ttl_icon {
}
.itembox {
	margin: 5% 0;
}
.item_ttl {
	font-size: 30px;
}
.item_sbttl_txt {
	font-size: 18px;
	margin: 5% 0 0;
}
.item_sbttl {
	font-size: 26px;
}
.item_wrap {
	margin: 5% 0 0;
}
.item_list {
}
.col4 .item_list {
	width: 45%;
	position: relative;
	padding: 0 0 15%;
}
.item_copy {
	text-align: left;
}
.item_img {
}
.item_brand {
}
.item_name {
	font-size: 12px;
	line-height: 1.2;
}
.item_plice {
}
.tax {
}
.item_btn {
	position: initial;
}
.item_btn a {
}
.col4 .item_btn a {
	margin: 0;
	font-size: 12px;
}
.link_bt {
}
.link_bt a {
}
.link_bt a:hover {
}
.link_bt_all {
}
.link_bt_all a {
}
.link_bt_top a {
}
.col4 .item_copy {
	font-size: 14px;
	line-height: 1.3;
}
.col4 .item_btn {
	position: absolute;
}
/*============================
price
============================*/
.price {
	margin: 0 0 10%;
}
.price .ttl_icon {
	width: 30px;
}
.item_ttl {
}
.price_wrap {
	margin: 5% 0 0;
}
.price_list {
	width: 100%;
	margin: 0 0 3%;
}
.price_list a {
}
.price_list .arrow_next:after {
}
/*============================
.activty
============================*/
.activty {
	margin: 0 0 10%;
}
.activty_wrap {
}
.activty_list {
}
.activty_list a {
	height: 170px;
	padding: 5%;
}
.activty_img {
	width: 60%;
	margin: 0 auto;
}
.activty_txt {
	font-size: 20px;
}
.wear {
}
.yoga {
	height: 130px;
}
.toreck {
	height: 90px;
	margin: 20% 0;
}
.hike {
	height: 110px;
}
/*============================
ボタン
============================*/
.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%;
}
}
