@charset "utf-8";



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

 * contents

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

/*  */
.makura{}



















/*  */
.pillow{}


.pillow-header{
	text-align: center;
	margin-bottom: 4em;
}
.pillow-header__title{}
.pillow-header__note{}



.pillow__items{
	margin: 0;
	padding: 0;
	list-style: none;
	
	display: flex;
	flex-wrap: wrap;
	
	border-style: solid;
	border-width: 0 0 1px 1px;
}
.pillow__item{
	box-sizing: border-box;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	
	position: relative;
	z-index: 0;
	
	flex: 1 1 50%;
	
	padding: 1.125em;
	
	border-style: solid;
	border-width: 1px 1px 0 0;
}



.pillow-texture{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}
.pillow-texture:before{
	content: "";
	
	display: block;
	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background-image: linear-gradient(to right bottom, transparent 50%, white 50%);
}
.pillow-texture__data{}





.pillow-name{
	text-align: center;
	text-shadow: 0 1px 0 #fff;
}
.pillow-name__logo{
	margin-bottom: .5em;
}
.pillow-name__logodata{
	max-width: 100%;
}
.pillow-name__main{
	font-size: 1.625em;
	font-weight: bold;
	line-height: 1.25em;
}
.pillow-name__ruby{
	font-size: .8125em;
	font-weight: normal;
	line-height: 2em;
}



.pillow-data{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	
	margin-left: -4em;
	margin-bottom: -.5em;
}
.pillow-name + .pillow-data{
	margin-top: 2em;
}
.pillow-data__items{
	margin-left: 4em;
	margin-bottom: .5em;
}
.pillow-data__title{
	font-size: .75em;
	font-weight: bold;
	line-height: 1.25em;
}
.pillow-data__score{
	margin: 0;
	padding: 0;
	
	color: #ccc;
	
	font-size: 1.125em;
	font-weight: normal;
	line-height: 1.25em;
}
.pillow-data__score .is-active{
	color: #000;
}

.pillow__item--pink .is-active		{ color: #EBAA9A; }
.pillow__item--yellow .is-active	{ color: #FEDB1F; }
.pillow__item--brown .is-active		{ color: #663300; }
.pillow__item--green .is-active		{ color: #66CC66; }
.pillow__item--hinoki .is-active	{ color: #FCC97B; }
.pillow__item--white .is-active		{ color: #666666; }
.pillow__item--blue .is-active		{ color: #AFCFD3; }



@media (min-width: 769px){}
@media (max-width: 768px){}

















/* 基本 */
@media (min-width: 769px){}
@media (max-width: 768px){}

/* Advanced */
@media (max-width: 1024px) and (min-width: 768px){}
