@charset "UTF-8";
/* CSS Document */


.bg-grey{
	background: #f7f6f2;
}

.dash-line{
	border-top: 2px dashed #ddd;
	margin: 8px 0 0;
}

.serif{
	font-family: 'Prata', serif;
}

/* title */
.title img{
	display:block;
	margin: auto;
	width:100%;
	max-width: 640px;
}

.title-sub{
	background: #f7f6f2;
	box-sizing: border-box;
	margin-top: 16px;
	padding: 16px 20px;
}



/* navi */
.navi ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
	margin-bottom: 32px;
}
.navi ul > li{
	border-right: 5px solid #efefec;
	margin-top: 12px;
	width: 20%;
	max-width: 120px;
}
.navi ul > li:nth-of-type(4n){
	border-right: none;
}

.navi ul > li a{
	display: block;
}

.navi ul > li img{
	display: block;
	width: 100%;
}



/* content-box */
.content-box{
	box-sizing: border-box;
	margin: auto;
	padding: 32px 12px;
}



/* imgbox */
.imgbox{
	display: flex;
	flex-wrap: wrap;
}

.imgbox-mainimg{
	aspect-ratio: 105/79;
	display: block;
	margin-top: 12px;
	width: 100%;
}

.imgbox-sub{
	margin-top: 12px;
}



/* itembox */
.itembox{
	background: #f7f6f2;
	box-sizing: border-box;
	margin-top: 32px;
	padding: 20px 16px;
}
.bg-grey .itembox{
	background: #fff;
}

.itembox::before{
	border-right: 50px solid transparent;
  border-bottom: 30px solid #f7f6f2;
  border-left: 50px solid transparent;
	content: "";
	display: block;
	height: 0;
	margin: -32px auto 0;
	width:0;
}
.bg-grey .itembox.itembox::before{
  border-bottom: 30px solid #fff;
}


.itembox .m-btn-active{
	margin-top: 16px;
}

.itembox-txt{
	font-weight: bold;
}
.itembox-txt b{
	display: block;
	font-size: 18px;
}

.itembox-details{
	display: flex;
}

.itembox-details-inner{
	box-sizing: border-box;
	width: 50%;
}
.itembox-details-inner + .itembox-details-inner{
	padding-left: 12px;
}
.itembox-details-inner img{
	aspect-ratio: 5/6;
	width: 100%;
}

.itembox-details-txt{
	margin-top: 12px;
	text-align: justify;
}

.item-head{
	background: #a9a7a0;
	border-radius: 100px;
	color: #fff;
	line-height: 1;
	margin-top: 12px;
	padding: 6px 0;
	text-align: center;
	width: 100%;
}


.status{
	align-items: center;
	color: #a9a7a0;
	display: flex;
	font-size: 12px;
	justify-content: center;
	letter-spacing: .3em;
	margin-top: 4px;
	text-align: center;
}
.status span{
	font-size: 16px;
}

span.status-act{
	color: #e1c34a;
	font-size: 22px;
}



.itembox-details-inner-head{
	color: #a9a7a0;
	font-size: 20px;
	margin-top: 12px;
}



/* headline */
.headline img{
	width: 100%;
}



/* itemlist */
.itemlist ul{
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
.itemlist ul > li{
	background: #f7f6f2;
	box-sizing: border-box;
	margin-top: 12px;
	padding: 12px;
	width: calc(50% - 6px);
}
.bg-grey .itemlist ul > li{
	background: #fff;
}
.itemlist ul > li:nth-of-type(2n){
	margin-left: 12px;
}
.itemlist ul > li a{
	display: block;
}
.itemlist ul > li p{
	margin-top: 8px;
}
.itemlist ul > li b{
	display: block;
}
.itemlist ul > li img{
	aspect-ratio: 5/6;
	width: 100%;
}

.itemlist ul .m-btn-active{
	height: 32px;
	line-height: 32px;
	margin-top: 8px;

}

.itemlist-headline{
	font-size: 20px;
	margin-top: 32px;
	text-align: center;
}






@media screen and (min-width:641px){
/*--------*/
/*   PC   */
/*--------*/

/* PC title */
.title-sub{
	text-align: center;
}


/* PC navi */
.navi ul > li:nth-of-type(4n){
	border-right: 5px solid #efefec;
}



/* PC content-box */
.content-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-left: 0;
	padding-right: 0;
}



/* PC imgbox */
.imgbox{
	width: 630px;
}

.headline{
	order: 1;
}
.headline img {
	width: 562px;
}
.imgbox-main{
	order: 3;
}
.imgbox-sub{
	order: 2;
}

.imgbox-main-link-pc{
	background: #f7f6f2;
	box-sizing: border-box;
	display:flex!important;
	justify-content: space-between;
	padding: 12px 16px;
	position: relative;
}
.bg-grey .imgbox-main-link-pc{
	background: #fff;
}
.imgbox-main-link-pc::after{
	align-items: center;
	background: #45423f;
	border-radius: 4px;
	color: #fff;
	content: "Check";
	display: flex;
	justify-content: center;
	width: 100px;
}


/* PC itembox */
.itembox{
	margin-left: 30px;
	width: 340px;
	position: relative;
}
.itembox::before{
	transform: rotate(-90deg);
	transform: translateY(-50%;);
	position: absolute;
	left: -50px;

	top: 50%;

}

.itembox-details{
	display: block;
}

.itembox-details-inner{
	width: 100%;
}
.itembox-details-inner + .itembox-details-inner{
	padding: 0;
}

.itembox-details-inner-head{
	text-align: center;
}


/* PC itemlist*/
.itemlist ul{
	margin: auto;
	width: 1000px;
}
.itemlist ul > li{
	width: calc(25% - calc(36px / 4));
}
.itemlist ul > li:not(:first-of-type){
	margin-left: 12px;
}




/*--------*/
/* HOVER  */
/*--------*/

.main-content .m-btn-active:hover{
	background: #45423f;
}
.main-content a:hover{
	opacity: .7;
}





}/* end media */
