@import "/css/font-awesome/css/font-awesome.min.css";
.wrapper img {
	max-width: 100%;
}
.wrapper ol {
	list-style: none;
}
.pc_only {
	display: none;
}
.note {
	font-size: 75%;
	line-height:1.8;
}
@media only screen and (max-width: 639px) {
	.note {
		margin:1em 1em 0;
	}
}
.wrapper a {
	text-decoration: none;
}
#pagetop {
	position: fixed;
	bottom: 50px;
	right: 25px;
}
#pagetop a {
	display: block;
	z-index: 10000;
	width: 35px;
	height: 35px;
}
sup {
	vertical-align: super;
	font-size: 70%;
}
@media only screen and (min-width: 640px) {
	.wrapper {
		font-size: 110%;
	}
	.wrapper a {
		transition: 0.5s;
	}
	.wrapper a:hover {
		text-decoration: none;
		opacity: 0.7;
		transition: 0.5s;
	}
	.wrapper img {
		width: auto;
	}
	.pc_only {
		display: inline;
	}
	.sp_only {
		display: none;
	}
	.moreinfo {
		width: 50%;
		margin: 0 auto;
	}
	.em {
		font-size: 140%;
		font-weight: bold;
		text-align: center;
	}
}

/* ********** ヘッダ ********** */
.header {
	margin: 0 0 1em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
}
.header .logo {
	width: 33.6vw;
	margin-left: 5px;
	margin-right: auto;
}
.header .header_cta {
	display: -webkit-flex;
	display: flex;
}
.header .header_cta_item div {
	margin: 0 0 0 0.5em;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
}

.header .header_cta_item a {
	color: #fff;
	font-size: 2.5vw;
	padding: 0.5em;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.header .header_cta_item:first-child a {
	background-color: #2db8ef;
}
.header .header_cta_item:last-child a {
	background-color: #ff9c00;
	margin-left: 5px;
}
.header .header_cta_item img {
	width: 7.5vw;
}
@media only screen and (min-width: 640px) {
	.header .logo {
		width: 170px;
	}
	.header .header_cta_item div {
		margin: 0 1em 0 0.5em;
	}
	.header .header_cta_item a {
		font-size: 90%;
	}
	.header .header_cta_item span {
		font-size: 80%;
	}
	.header .header_cta_item img {
		width: auto;
	}
}
/* ********** フッタ ********** */
.footer {
	margin: 3em 0;
	font-size: 60%;
	text-align: center;
}
/* ********** トップ ********** */
.top {
	margin: 0;
}
.collection {
	margin: 1em 0;
}
.collection ul {
	display: -webkit-flex;
	display: flex;
}
.collection li {
	width: calc(100% / 5);
}
.collection p {
	margin: 1em;
	font-size: 140%;
	text-align: center;
}
.collection .color {
	color: #409daa;
}
.lead {
	margin: 3em 1em;
	line-height: 1.4;
}
.lead h1 {
	text-align: center;
	margin-bottom:1em;

}
.lead h1 span {
	color:#667aad;
}
.lead p {
	font-size: 90%;
}
@media only screen and (min-width: 640px) {
	.lead h1 {
		font-size: 170%;
	}
	.collection p {
		font-size: 160%;
	}
	.lead {
		text-align: center;
		line-height: 1.8;
	}
}
@media only screen and (max-width: 639px) {
	.lead h1 {
		font-size: 140%;
	}
}
/* ********** lineup ********** */
.lineup {
	margin: 5em 0;
}
.lineup ul {
	background-color: #fff;
}
.lineup li:not(:last-child) {
	margin: 0 0 4em;
}
.lineup .image a {
	display: block;
	border: solid 0px #ccc;
	line-height: 0;
}
.lineup dt {
	font-weight:bold;
	margin: 0 0 0.5em;
	padding: 0.5em;
	border-bottom: solid 1px #ccc;
	text-align: center;
}
.lineup dd {
	font-size: 90%;
	line-height:1.5;
}
.lineup dd.size {
	margin-top: 1em;
	font-size: 80%;
}
.lineup dd.price {
	margin-top: 0.5em;
}
.moreinfo {
	font-size: 90%;
	margin-top: 1em;
	text-align: center;
	width: 100%;
	margin: 10px auto 0;
}
.moreinfo a {
	position: relative;
	display: block;
	color:#fff;
	margin: 0 auto;
	padding: 0.8em;
	background-color: #222;
	border: solid 1px #222;	
}
.moreinfo a::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	right: 0.5em;
	transform: translateY(-50%);
}
/* ********** lineup ********** */
.lineup h2 {
	text-align: center;
	font-weight:bold;
	margin-bottom:1em;
}
@media only screen and (min-width: 640px) {
	.lineup ul {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.lineup li {
		width: calc(50% - 1em);
	}
	.lineup li:nth-child(2n) {
		margin-left: 2em;
	}
	.lineup h2 {
		font-size: 130%;
	}
}
@media only screen and (max-width: 639px) {
	.lineup {
		margin: auto 1em 4em;
	}
	.lineup h2 {
		font-size: 110%;
	}
}
/* ********** related ********** */
.related {
	margin: 3em 1em;
}
.related h2 {
	margin: 0 0 1.5em;
	border-bottom: solid 1px #ccc;
	font-weight: normal;
	text-align: center;
}
.related li:not(:last-child) {
	margin: 0 0 3em;
}
.related dd.name {
	margin: 0 0 0.5em;
	font-weight: bold;
	font-size: 100%;
}
.related dt a {
	display: block;
}
.related dt img {
	display: block;
	margin: 0 0 0.5em;
	line-height: 0;
}
.related dd {
	font-size: 90%;
}
.related .moreinfo {
	font-size:90%;
}
.related .moreinfo a {
	color:#222;
	background-color: #ccc;
	border: solid 1px #ccc;	
}
@media only screen and (min-width: 640px) {
	.related h2 {
		font-size: 150%;
	}
	.related ul {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.related li {
		width: calc((100% - 2.5em) / 3);
	}
	.related dd.name {
		text-align: center;
	}
}
@media only screen and (max-width: 639px) {
	.related h2 {
		font-size: 120%;
	}
	.related ul li {
		width:100%;
		overflow:hidden;
		margin-bottom:1em;
	}
	.related ul li dt,
	.related ul li dd {
		width: calc(50% - 0.5em);
	}
	.related ul li dt {
		float:left;
		
	}	
	.related ul li dd {
		float:right;
	}
	.related ul li dd:last-child {
		margin-bottom:1em;
	}
	.related .moreinfo {
		clear:both;
	}
}
@media only screen and (min-width: 980px) {
	.wrapper,
	.header,
	.top,
	.lineup,
	.related,
	.footer {
		width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
}