@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;
}
.allitem_bt a {
	font-size: 30px;
	display: inline-block;
	/* border: solid 1px #e8497a; */
	color: #ffffff;
	padding: 10px 0;
	width: 600px;
	max-width: 90%;
	text-align: center;
	border-radius: 3px;
	font-weight: 600;
	/* box-shadow: 2px 2px 0 0 rgb(0 0 0 / 20%); */
	background-color: #000000;
}
.top_bt {
	text-align: center;
	margin: 20px 0 50px;
}
.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: 3px;
	font-weight: 600;
}
/*============================
画像フェードイン
============================*/
.is-lazyloaded {
	animation: fadeIn 1s;
}
 @keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
/*-----------------------

商品陳列の大枠

----------------------------------------------*/
.cat_item_box {
	max-width: 1020px;
	margin: 4% auto;
	width: 90%;
}
.contents_title {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	/* border-bottom:#000000 1px solid; */
	padding-bottom: 1%;
	margin-top: 30px;
}
.cat_item_box_innner {
	display: flex;
	flex-wrap: wrap;
	margin: 1% auto;
	text-align: center;
}
.cat_item_box_innner #oneLineTxt01 {
	max-width: 100%;
	text-align: center;
}
.cat_item_box_innner #oneLineTxt02 {
	max-width: 100%;
	text-align: center;
}
.cat_item_box_innner > div {
	width: 23%;
	margin: 1% 1% 4%;
}
.cat_item_box_innner ul.list {
	display: flex;
	flex-wrap: wrap;
	margin: 1% auto;
	text-align: center;
}
.cat_item_box_innner ul.list > li {
	width: 23%;
	margin: 1% 1% 4%;
}
.list li {
	opacity: 1;
	list-style: none;
	transition: all 0.4s ease-in-out 0s;
}
.list li.is-hidden {
	opacity: 0 !important;
	height: 0 !important;
	margin: auto !important;
}
.cat_item_box_innner > div.more {
	width: 100%;
	margin: 1% auto 3%;
	text-align: center;
	z-index: 9999;
	border: none;
	cursor: pointer;
	outline: none;
	font-size: 1.2em;
	font-weight: 600;
	position: relative;
}
.cat_item_box_innner > div.more:after {
	display: block;
	transform: rotate(135deg);
	content: "";
	border-top: #000000 1px solid;
	border-right: #000000 1px solid;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 50%;
	left: 50%;
}
@media screen and (max-width:768px) {
.cat_item_box {
	margin: 10% auto 0;
}
.cat_item_box_innner {
	flex-wrap: wrap;
	margin: 2% auto;
}
.cat_item_box_innner > div {
	width: 46%;
	margin: 2% 2% 4%;
}
.cat_item_box_innner ul.list {
	flex-wrap: wrap;
	margin: 0 auto;
}
.cat_item_box_innner ul.list > li {
	width: 46%;
	margin: 2% 2% 4%;
}
.cat_item_box_innner > div.more {
	margin: 1% auto 5%;
	font-size: 1.3em;
}
}
/*-----------------------

アイテム部分

----------------------------------------------*/
.item_box_contents .item_image img {
	width: 100%;
}
.item_box_contents .item_bland_name {
	display: block;
	font-size: 1em;
	margin-top: 5%;
}
.item_box_contents .item_name {
	display: block;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.2;
	margin: 3% auto;
}
.item_box_contents .item_price {
	display: block;
	font-size: 1.3em;
}
.item_box_contents .item_price .zeinuki {
	font-size: 0.65em;
	position: relative;
	top: -2px;
}
.item_box_contents .cat_link_btn {
	margin: 3% auto;
	width: 100%;
}
.item_box_contents .cat_link_btn a:after {
	width: 12px;
	height: 12px;
	right: 3%;
	top: 3px;
}
.item_box_contents .cat_link_btn a {
	background-color: #000000;
	color: #FFFFFF;
	padding: 4% 3%;
	letter-spacing: 1px;
	font-size: 1.1em;
}
.item_box_contents .gender {
	display: flex;
	justify-content: space-between;
}
.item_box_contents .gender div {
	flex-basis: 48.5%;
}
.item_box_contents .gender div.cat_link_btn {
	margin: 3% 0;
}
.item_box_contents .gender div.cat_link_btn a {
	padding: 18% 3%;
	font-size: 1em;
	display: block;
}
.item_box_contents .gender div.cat_link_btn a:after {
	display: none
}
.item_box_contents .btn_mens a {
	background-color: #007896;
}
.item_box_contents .btn_womens a {
	background-color: #B49650;
}
@media screen and (max-width:768px) {
.item_box_contents .item_name {
	font-size: 1em;
}
}
#oneLineTxt01, #oneLineTxt02, #oneLineTxt03, #oneLineTxt04 {
	max-width: 100%;
}
#oneLineTxt01 .common_title, #oneLineTxt02 .common_title, #oneLineTxt03 .common_title, #oneLineTxt04 .common_title {
	font-size: 180%;
	font-weight: bold;
	border: 0;
	padding: 40px 0 20px;
}
.cat_link_btn._more_view {
	margin: 0 auto 75px;
}
.item_box_contents .cat_link_btn.btn_more a {
	padding: 8% 3%;
	background-color: #777;
}
/*-----------------------

ボタン共通

----------------------------------------------*/
.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;
}
}
/*============================
コンテンツ
============================*/
.kikan {
	background-color: #ff003c;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.2ex;
	font-weight: 600;
	line-height: 1;
	padding: 15px 0 20px;
	border-bottom: solid 2px #fff000;
	color:#fff;
}
.kikan .ttl {
	background-color: #fff;
	padding: 0 20px;
	border-radius: 2px;
	letter-spacing: 0.2ex;
	color: #ff003c;
}
.kikan .year {
	padding: 0 0 0 10px;
}
.kikan .day {
	font-size: 30px;
	padding: 0 5px 0;
}
.kikan .time {
}
.cp_copy {
	text-align: center;	padding: 30px 0;
	background-color: #fdfadd;
}
.cp_copy_txt {
	font-size: 20px;
	font-weight: 600;
	line-height: 2;
}
.cp_copy_txt b {
	font-size: 36px;
	color: #ff003c;
	display: inline-block;
	margin: -10px 0;
}
.cp_copy_pt {
	font-size: 60px;
	font-weight: 600;
	/* letter-spacing: 0.2ex; */
	line-height: 1;
}
.cp_copy_pt b {
	display: inline-block;
	color: #ff003c;
}
.cp_copy_pt .num {
	font-size: 120px;
}
.cp_copy_ad {
	margin: 10px 0 0;
	display: inline-block;
	text-align: justify;
}
.cp_copy_ad li {
	text-indent: -1em;
	margin-left: 1em;
}
.cp_copy_pt_txt01 {
	font-size: 30px;
	letter-spacing: 0;
	display:block;
	margin:40px 0 0;
}
/*----矢印----*/
.arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
	margin: 0 7px 6px 20px;
}
.arrow::before, .arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.sample1-2::before {
	left: -6px;
	width: 18px;
	height: 3px;
	background: #fff;
}
.sample1-2::after {
	left: -2px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*====================================
	リキッド表示設定
	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) {
.kikan {
	font-size: 14px;
	letter-spacing: 0;
}
.kikan .ttl {
	display: block;
	width: 50%;
	margin: 0 auto 2%;
	padding: 2%;
}
.kikan .year {
	display: none;
}
.kikan .day {
	font-size: 24px;
	padding: 0;
}
.kikan .time {
}
.cp_copy {
	padding: 5%;
}
.cp_copy_txt {
	font-size: 16px;
	line-height: 1.6;
}
.cp_copy_txt b {
	font-size: 20px;
	display: block;
	margin: 1px 0;
}
.cp_copy_pt {
	font-size: 30px;
	margin: 5% 0 0;
}
.cp_copy_pt b {
}
.cp_copy_pt .num {
	font-size: 80px;
}
.cp_copy_ad {
	margin: 5% 0 0;
}
.cp_copy_ad li {
}
.cp_copy_pt_txt01 {
	font-size: 20px;
	display: block;
	margin: 10% 0 0;
}
.contents_title {
	font-size: 20px;
}
.cat_link_btn._more_view {
	margin: 0 auto;
}
/*----矢印----*/
.arrow {
	margin: 0 -7px 5px 15px;
}
.arrow::before, .arrow::after {
}
.sample1-2::before {
	width: 8px;
}
.sample1-2::after {
	width: 8px;
	height: 8px;
	left: -7px;
}
/*---------------------------
共通
-----------------------------*/
.sp_br {
	display: block;
}
.no_br br {
	display: none;
}
.gs_width {
	margin: 10% auto 15%;
}
.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%;
}
}
/*-----------------------

一列ボタン

----------------------------------------------*/
.category_btn_oneblock {
	margin: 2% auto;
	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: 0 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%;
}
}