@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: #e9546b;
}
/*-----------------------

ボタン共通

----------------------------------------------*/
.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: #FE1034;
	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: #FE1034;
}
.kikan .year {
	padding: 0 0 0 10px;
}
.kikan .day {
	font-size: 30px;
	padding: 0 5px 0;
}
.kikan .time {
}

.inner{
	background:url(./img/bg01.gif) no-repeat center top #fff873;
}
.mt{
	background:url(./img/bg02a.png) no-repeat center bottom;
}
.miz{
	background:url(./img/bg02b.png) no-repeat center bottom;
}
.inrblock{
	width:900px;
	background:rgba(255,255,255,0.7);
	margin:0 auto;
	/*padding-bottom:550px;*/
	padding-bottom:850px;
	position:relative;
}
.deco{
	width:1000px;
	position:relative;
	display:block;
}
.deco .p01{
	width:187px;
	height:96px;
	position:relative;
	top:0;
	left:0;
	z-index:999;
}
.deco .p02{
	width:191px;
	height:237px;
	position:relative;
	top:0;
	left:0;
	z-index:999;
}
.deco .p03{
	width:175px;
	height:167px;
	position:relative;
	top:0;
	left:0;
	z-index:999;
}
.deco .p04{
	width:162px;
	height:160px;
	position:relative;
	top:0;
	right:0;
	z-index:999;
}
.deco .p05{
	width:166px;
	height:162x;
	position:relative;
	top:0;
	right:0;
	z-index:999;
}
.deco .p06{
	width:123px;
	height:123px;
	position:relative;
	top:0;
	right:0;
	z-index:999;
}

.cp_copy {
	text-align: center;
	padding: 30px 0;
}
.cp_copy_txt {
	font-size: 20px;
	font-weight: 600;
	line-height: 2;
}
.cp_copy_txt b {
	font-size: 36px;
	color: #FE1034;
	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: #FE1034;
}
.cp_copy_pt .num {
	font-size: 120px;
}
.cp_copy_ad {
	border-top:1px dashed #999;
	padding-top:10px;
	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;
}
.cp_main{
	text-align: center;
	display:block;
	z-index:99;
}
.cp_main h2{
	width:600px;
	margin:0 auto;
}
.cp_main h2 img{width:100%;}
.cp_main .mainTxt{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
}
.cp_main .mainTxt span{
	font-size: 26px;
}
.cp_brand{
	width:1200px;
	margin:0 auto;
	padding:0;
	display: flex;
	flex-wrap: wrap;
	position:absolute;
	left:-18%;
	bottom:200px;
}
.cp_brand_test{
	width:1200px;
	margin:0 auto;
	padding:0;
	display: flex;
	flex-wrap: wrap;
	/*position:absolute;
	left:-18%;
	bottom:200px;*/
}

.cp_brand.miz{
	width:1200px;
	margin:0 auto;
	padding:0;
	display: flex;
	flex-wrap: wrap;
	position:absolute;
	left:-18%;
	bottom:50px;
}
.cp_brand.camp{
	width:1200px;
	margin:0 auto;
	padding:0;
	display: flex;
	flex-wrap: wrap;
	position:absolute;
	left:-18%;
	bottom:50px;
}
.cp_brand dt,
.cp_brand_test dt{
	width:200px;
	list-style:none;
	text-align:center;
	font-size:20px;
	font-weight:600;
	margin:20px;
}
.cp_brand dt a,
.cp_brand_test dt a{
	color:#000;
	text-decoration:none;
	cursor:pointer;
}
.cp_brand dd,
.cp_brand_test dd{
	flex-grow: 2;
	text-align:center;
}
.cp_brand dd a,
.cp_brand_test dd a{
	display:block;
	color:#fff;
	background:#000;
	width:500px;
	margin:10px auto;
	padding:20px;
	text-decoration:none;
	cursor:pointer;
}
.cp_media{
	background:url(./img/bag00.png) no-repeat center top;
	/*min-height: 850px;*/
	min-height: 450px;
	padding-top:315px;
	margin-top:-315px;
	display:block;
	z-index:999;
}
.cp_media .media{
	width:1200px;
	margin:0 auto;
	background:#fff;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.post{
	width:450px;
	margin:10px 50px;
	text-align:center;
}
.post dt img{width:100%;}
.post dt{
	padding: 8px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
}
.post dd{
	font-size:18px;
	font-weight:bold;
	margin:10px 0;
}
.post a{
	color:#000;
	text-decoration:none;
}

.cp_other{
	background:#fff000;
	padding:50px;
	display:flex;
	justify-content: center;
}
.other{
	width:500px;
	text-align:center;
	margin:0 50px;
}
.other h2 img{width:100%;}
.other .mainTxt{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
}
.other .mainTxt span{
	font-size: 26px;
}


/*----矢印----*/
.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%;
}
}

@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 {
}
.inrblock{
	width:95%;
	background:rgba(255,255,255,0.7);
	margin:0 auto;
	padding:5px 5px 100px 5px;
}
.cp_copy {
	padding: 5%;
}
.cp_copy_txt {
	font-size: 15px;
	line-height: 1.2;
}
.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;
}
.cp_main h2{
	width:70%;
	margin:0 auto;
}
.cp_main h2 img{width:100%;}
.cp_main .mainTxt{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
}
.cp_main .mainTxt span{
	font-size: 26px;
}
.cp_brand,
.cp_brand_test{
	width:100%;
	margin:0 auto;
	padding:0;
	display: flex;
	flex-wrap: wrap;
	position: static;
}
.cp_brand dt,
.cp_brand_test dt{
	width: 47%;
    list-style: none;
    text-align: center;
    font-size: 28px;
    line-height: 2;
    font-weight: 600;
    margin: 20px 5px;
}
.cp_brand dt a,
.cp_brand_test dt a{
	color:#000;
	text-decoration:none;
	cursor:pointer;
}
.cp_brand dd,
.cp_brand_test dd{
	flex-grow: 2;
	text-align:center;
}
.cp_brand dd a,
.cp_brand_test dd a{
	display:block;
	color:#fff;
	background:#000;
	width:45%;
	margin:10px auto;
	padding:20px;
	text-decoration:none;
	cursor:pointer;
}
.cp_media{
	background:url(./img/bag00.png) no-repeat center top;
	background-size:150%;
	min-height: auto;
    padding-top: 100px;
    margin-top: -50px;
    display: block;
    z-index: 999;
}
.cp_media .media{
	width:100%;
	margin:30px auto;
	background:#fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.post{
	width:40%;
	margin:10px 5px;
	text-align:center;
}
.post dt img{width:100%;}
.post dt{
	padding: 7px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
}
.post dd{
	font-size:18px;
	font-weight:bold;
	margin:10px 0;
}
.post a{
	color:#000;
	text-decoration:none;
}

.cp_other{
	background:#fff000;
	padding:50px 0;
	display:block;
}
.other{
	width: 90%;
    text-align: center;
    margin: 40px auto;
}
.other h2 img{width:100%;}
.other .mainTxt{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
}
.other .mainTxt span{
	font-size: 26px;
}
.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%;
}
}



/*---------------------------
キャンペーンバナー
-----------------------------*/
.free{
	width:100%;
	margin: 0 auto 20px;
	padding:20px 0;
	text-align:center;
	background:url(https://www.kojitusanso.jp/gsmall/lp/spr_festa/img/2205cp_bg.gif) no-repeat center;
	/*background:url(https://www.kojitusanso.jp/gsmall/lp/2208_gsfes/img/cp_bg.gif) no-repeat center;*/
}
.free img{
	width:1000px;
	margin:0 auto;
}
@media screen and (max-width: 1340px) {
.free{
	padding:10px 0;
}
.free img{
	width:90%;
}
}

