@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;
}
.allitem_bt {
	text-align: center;
	display: none;
}
.allitem_bt a {
	font-size: 30px;
	display: inline-block;
	color: #ffffff;
	background-color: #000;
	padding: 10px 0;
	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;
	display: none;
}
.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;
}
}
/*============================
gs_item
============================*/
.gs_item_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto;
}
.gs_item_list {
	width: 23%;
}
.gs_item_list a {
	display: block;
}
.gs_item_txt {
	text-align: justify;
	min-height: 60px;
	line-height: 1.4;
	font-size: 14px;
}
.gs_item_img {
	border: solid 1px #ccc;
	box-sizing: border-box;
}
.brand_rogo {
	max-width: 400px;
	margin: 2px 80px 2px;
}
.gs_item_name {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
@media only screen and (max-width: 786px) {

	
	
/*============================
gs_item
============================*/
.gs_item_wrap {
}
.gs_item_list {
	width: 47%;
	margin: 0 0 5%;
}
.gs_item_list a {
}
.gs_item_txt {
	font-size: 12px;
	line-height: 1.2;
}
.gs_item_img {
}
.brand_rogo {
	margin: 0 15%;
}
.gs_item_name {
}
}

/*============================
コンテンツ
============================*/

.read{
	margin: 0 0 80px;
}
.days{
	text-align: center;
	padding: 10px;
	font-size: 36px;
	font-weight: 800;
	background: #222;
	letter-spacing: 0.1em;
	color: #fff;
}
.cp{
	max-width: 1120px;
	width: 100%;
	margin: 80px auto 30px;
	font-size: 30px;
	line-height: 1.5em;
	text-align: center;
	font-weight: 800;
}
.cp_wrapper{
	display: flex;
	justify-content: space-between;
	font-weight: 800;
	width: 100%;
	margin: 40px auto;
}

.square{
	position: relative;
	padding: 11px;
	z-index: 1;
	width: 31%;
}

.cp_box{
	z-index: 1;
	font-size: 28px;
	color: white;
	line-height: 1.45em;
}


.box01::before,.box02::before,.box03::before{
    content:'';
    position:absolute;
    transform: skewX(-45deg);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}

.tax{
	font-size:80%;
}

.box01::before{
	background: #888;
}

.box02::before{
	background: #444;
}

.box03::before{
	background: #222;
}


.right{
	display: block;
	text-align:right;
}

.st{
	font-size: 160%;
}

.cp_price{
	font-size: 80%;
	letter-spacing: 0.05em;
}

.cp_aside{
	text-align:center;
	font-size: 18px;
}

.cp_aside .sp_br{
	display:none;
}


.gs_width{
	max-width:1280px;
	width:100%;
	margin:0 auto;
}
/*-----------------------

ボタン共通

----------------------------------------------*/
.cat_link_btn {
	margin: 1%;
	text-align: center;
	max-width: 600px;
	width: 90%;
}
.cat_link_btn a {
	display:inline-block;
	background-color:#000000;
	color:#FFFFFF;
	text-align:center;
	padding: 3% 3%;
	font-size:1.25em;
	display: flex;
}
.category_color a {
	background-color:#C1272D;
}
.cat_link_btn a span {
	display:block;
	margin: 0 auto;
	text-align:center;
	line-height:1.2;
}
.cat_link_btn a:after {
	display:block;
	transform:rotate(45deg);
	content:"";
	border-top:#FFF 1px solid;
	border-right:#FFF 1px solid;
	width:16px;
	height:16px;
	position: relative;
	right: 0%;
	top: 3px;
}
.cat_link_btn a:hover {
	opacity:0.8;
}
@media screen and (max-width:768px) {
.cat_link_btn a:after {
	top: 0;
}
}
@media screen and (max-width:559px) {
.cat_link_btn {
	margin: 1% auto;
}
.cat_link_btn a:after {
	top: 0;
}
}
/*-----------------------

上部の4分割ボタン

----------------------------------------------*/
.category_btn{

	margin:2% auto 0;
	max-width:1020px;
	width:90%;
}
.category_btn > div{
	display:flex;
	justify-content: space-between;
}
.category_btn .cat_link_btn a {
	background-color:#C1272D;
	color:#FFFFFF;
	padding: 4.5% 3%;
}
.category_btn .btn_mens a{
	background-color:#007896;
}
.category_btn .btn_womens a{
	background-color:#B49650;
}
@media screen and (max-width:768px) {
.category_btn{
	margin:5% auto 0;
	width:96%;
}
}
@media screen and (max-width:559px) {
.category_btn{
	width:84%;
}
.category_btn > div{
	flex-direction: column;
	margin:0 auto;
}
}

/*-----------------------

アイテム羅列下の一列ボタン

----------------------------------------------*/
.category_btn_cat_link{
	margin: 0 auto 5%;
	max-width:500px;
	width:90%;
}
.category_btn_cat_link .cat_link_btn {
	margin:0 auto;
}
.category_btn_cat_link .cat_link_btn a {
	background-color:#000000;
	color:#FFFFFF;
	padding: 4% 3%;
	font-size:1.2em;
}
.category_btn_cat_link .btn_mens a{
	background-color:#007896;
}
.category_btn_cat_link .btn_womens a{
	background-color:#B49650;
}
@media screen and (max-width:768px) {
.category_btn_cat_link{
	margin:0 auto 5%;
	width:80%;
}
.category_btn_cat_link .cat_link_btn a {
	padding: 4% 3%;
	font-size:1.3em;
}
}



/*-----------------------

一列ボタン

----------------------------------------------*/
.category_btn_oneblock{
	margin:2% auto 5%;
	max-width:1020px;
	width:90%;
}
.category_btn_oneblock .cat_link_btn {
	margin:0 auto;
}
.category_btn_oneblock .cat_link_btn a {
	background-color:#000000;
	color:#FFFFFF;
	padding: 4% 3%;
	font-size:1.5em;
}
@media screen and (max-width:768px) {
.category_btn_oneblock{
	margin:3% auto 5%;
	width:96%;
}
.category_btn_oneblock .cat_link_btn a {
	padding: 4% 3%;
	font-size:1.3em;
}
}
@media screen and (max-width:559px) {
.category_btn_oneblock{
	width:100%;
}
}


/*-----------------------

footerの一列ボタン

----------------------------------------------*/
.category_btn_footerblock{
	margin: 0 auto 2%;
	max-width:1020px;
	width:90%;
}
.category_btn_footerblock .cat_link_btn {
	margin:0 auto;
}
.category_btn_footerblock .cat_link_btn a {
	background-color:#000000;
	color:#FFFFFF;
	padding: 3% 3%;
	font-size:1.2em;
}
@media screen and (max-width:768px) {
.category_btn_footerblock{
	margin:0 auto 5%;
	width:96%;
}
}
@media screen and (max-width:559px) {
.category_btn_oneblock{
	width:100%;
}
}

/*====================================
	リキッド表示設定
	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 {
}


.cp{
	width: 80%;
}

.cp_box{
	font-size: 23px;
}	 


}
@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;
}

.sp_br{
	display:none;
}
	
.read{
	margin: 0 0 20%;
}

.days{
    font-size: 18px;
}
	
.cp{
	font-size: 16px;
	margin: 4% auto 0;
}
	
.cp_wrapper{
	display: block;
	margin: 4% 0;
}

.square{
	padding: 2%;
	width: 90%;
	margin: auto;
}

.cp_box{
	z-index: 1;
	font-size: 20px;
	color: white;
	line-height: 1.45em;
}


.box01::before,.box02::before,.box03::before{
    transform: skewX(-27deg);
    margin: 2% 0 0;
}

.tax{
	font-size:80%;
}


.cp_price{
	font-size: 80%;
	letter-spacing: 0.05em;
}

.cp_aside{
	text-align:left;
	font-size: 13px;
	width: 85%;
	margin: auto;
}

.cp_aside .sp_br{
	display:block;
}
	

.gs_width{
	max-width:1280px;
	width:100%;
	margin:0 auto;
}
	


/*============================
ヘッダ
============================*/
.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%;
}
}
