@charset "UTF-8";
/* CSS Document */







/* --- Typography ---*/
body main,
button,
input,
select,
textarea {
	color: #575757;
	/*
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	*/
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.0;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 700;
}

p {
	margin-bottom: 1em;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/* --- Elements --- */
hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: collapse;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* テーブルのセル幅、割合の設定 */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic; /* IE8で画像を縮小したとき汚く見える→きれいに見せる */
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}



sup {
	font-size: 0.7em;
}



/* --- その他追加CSS --- */

.clearfix:after {
	content: ""; 
	display: block;
	clear: both;
}

.inline_block {  
	display: inline-block;  
	/* *display: inline; */
	/* *zoom: 1; */
}

a {
	text-decoration: none;
}

a,a:hover {
	/*
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	*/
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}


.textL {text-align: left;}
.textR {text-align: right;}
.textC {text-align: center;}
.mT0 {margin-top: 0;} .mT5 {margin-top: 5px;} .mT10 {margin-top: 10px;} .mT15 {margin-top: 15px;} .mT20 {margin-top: 20px;} .mT25 {margin-top: 25px;} .mT30 {margin-top: 30px;}
.mB0 {margin-bottom: 0;} .mB5 {margin-bottom: 5px;} .mB10 {margin-bottom: 10px;} .mB15 {margin-bottom: 15px;} .mB20 {margin-bottom: 20px;} .mB25 {margin-bottom: 25px;} .mB30 {margin-bottom: 30px;}
.mL0 {margin-left: 0;} .mL5 {margin-left: 5px;} .mL10 {margin-left: 10px;} .mL15 {margin-left: 15px;} .mL20 {margin-left: 20px;} .mL25 {margin-left: 25px;} .mL30 {margin-left: 30px;}
.mR0 {margin-right: 0;} .mR5 {margin-right: 5px;} .mR10 {margin-right: 10px;} .mR15 {margin-right: 15px;} .mR20 {margin-right: 20px;} .mR25 {margin-right: 25px;} .mR30 {margin-right: 30px;}
.pT0 {padding-top: 0;} .pT5 {padding-top: 5px;} .pT10 {padding-top: 10px;} .pT15 {padding-top: 15px;} .pT20 {padding-top: 20px;} .pT25 {padding-top: 25px;} .pT30 {padding-top: 30px;}
.pB0 {padding-bottom: 0;} .pB5 {padding-bottom: 5px;} .pB10 {padding-bottom: 10px;} .pB15 {padding-bottom: 15px;} .pB20 {padding-bottom: 20px;} .pB25 {padding-bottom: 25px;} .pB30 {padding-bottom: 30px;}
.pL0 {padding-left: 0;} .pL5 {padding-left: 5px;} .pL10 {padding-left: 10px;} .pL15 {padding-left: 15px;} .pL20 {padding-left: 20px;} .pL25 {padding-left: 25px;} .pL30 {padding-left: 30px;}
.pR0 {padding-right: 0;} .pR5 {padding-right: 5px;} .pR10 {padding-right: 10px;} .pR15 {padding-right: 15px;} .pR20 {padding-right: 20px;} .pR25 {padding-right: 25px;} .pR30 {padding-right: 30px;}
.lineH10 {line-height: 1em} .lineH12 {line-height: 1.2em} .lineH14 {line-height: 1.4em} .lineH20 {line-height: 2.0em}

.center {
	text-align: center;
}
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}



/* --- 時々使うCSS3 start -----------------------------

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

角丸 {
	border-radius: 8px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
}

トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}

透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}

グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}

スマホ対応
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 320px){
	
}

時々使うCSS3 end  --------------------------------------- */

/*
h1 {
	font-size: 3em;
	line-height: 1.4;
}
*/
h2 {
	font-size: 2em;
	line-height: 1.6;
	margin-top: 2em;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.5em;
	line-height: 1.6;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
h4 {
}
h5 {
}
h6 {
}


a,
a:hover {
	color: #e53434;
}


section {
	margin-bottom: 80px;
}

aside {
	margin-bottom: 80px;
}


figcaption {
	font-size: 0.875em;
	line-height: 1.4;
}




.box-wrap {
}
.box-wrap:after {
	content: "";
	clear: both;
	display: block;
}
.box66 {
	float: left;
	width: 66.6%;
}
.box33 {
	float: left;
	width: 33.3%;
}
.box32 {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.box32:nth-child(3n) {
	margin-right: 0;
}
.box50 {
	float: left;
	width: 50%;
}
.space-left {
	padding-left: 20px;
}
.space-right {
	padding-right: 20px;
}

.wrap-wide2 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}
.wrap-wide2:after {
	content: "";
	clear: both;
	display: block;
}
.w600 {max-width: 600px; margin-left: auto; margin-right: auto;}
.w700 {max-width: 700px; margin-left: auto; margin-right: auto;}
.w800 {max-width: 800px; margin-left: auto; margin-right: auto;}
.w900 {max-width: 900px; margin-left: auto; margin-right: auto;}
.w1000 {max-width: 1000px; margin-left: auto; margin-right: auto;}
.w1100 {max-width: 1100px; margin-left: auto; margin-right: auto;}
.w1200 {max-width: 1200px; margin-left: auto; margin-right: auto;}
.w1300 {max-width: 1300px; margin-left: auto; margin-right: auto;}
.w1400 {max-width: 1400px; margin-left: auto; margin-right: auto;}
.w1500 {max-width: 1500px; margin-left: auto; margin-right: auto;}
.w1600 {max-width: 1600px; margin-left: auto; margin-right: auto;}




.kome {
	font-size: 0.4em;
}
.note {
	font-size: 0.8em;
}
.jisage {
	padding-left: 1em;
	text-indent: -1em;
}



.flex-cont {
	display: flex;
}










.product-head {
	position: relative;
}
h1.product-title {
    padding: 60px 20px 50px;
	background-color: #0096df;
	text-align: center;
}
.product-head .cont-text {
	text-align: center;
	padding: 30px 20px;
}
.product-head .catch {
	color: #666666;
}
.product-head .note {
}



.product-foot-obi {
	background: linear-gradient(to right, #0071b5, #00b8ee, #0071b5, #00b8ee, #005698 );
	padding: 20px 15px;
}
.product-foot-obi .flex-cont {
	align-items: center;
}
.product-foot-obi img {
	margin-right: 30px;
}
.product-foot-obi p {
	font-size: 2em;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 0;
	line-height: 1.4;
}

.product-foot-main {
	background: linear-gradient(to right, #d6e0e5, #ffffff 30%, #ffffff 70%, #d6e0e5);
	padding-top: 30px;
	padding-bottom: 30px;
}
.product-foot-main .catch {
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.seibun-appeal-list {
	letter-spacing: -0.4em;
	text-align: center;
}
.seibun-appeal-list li {
	letter-spacing: normal;
	display: inline-block;
	margin: 0 10px 20px;
}
.product-info {
	justify-content: center;
}
.product-info figure {
	flex: 0 1 30%;
    text-align: center;
    padding: 0 20px;
}
.product-info .cont-text {
	flex: 0 1 600px;
}
.product-info .price-text {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}
.product-info .price-text .price {
	font-size: 1.5em;
	font-weight: inherit;
}

.purchase {
	text-align: center;
}
.purchase ul {
	letter-spacing: -0.4em;
}
.purchase ul li {
	letter-spacing: normal;
	display: inline-block;
	width: 46%;
	max-width: 300px;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.4;
	border-radius: 5px;
	vertical-align: top;
}
.purchase a {
	display: block;
	padding: 10px 20px;
	border-radius: 5px;
	color: #575757;
}
ul.purchase-web-list li a {
	background-color: #f6df7a;
}
ul.purchase-web-list li a:hover {
	background-color: #00a9c2;
	color: #ffffff;
}
ul.purchase-shop-list li {
	padding: 10px 20px;
	border-radius: 5px;
}
ul.purchase-shop-list li p {
	margin-bottom: 5px;
	font-weight: bold;
}
ul.purchase-shop-list li p.note {
	font-size: 0.6em;
	margin-bottom: 0;
	font-weight: normal;
}
ul.purchase-shop-list li.tokyuhands {
	background-color: #007236;
}
ul.purchase-shop-list li.tokyuhands p {
	color: #ffffff;
}
ul.purchase-shop-list li.loft {
	background-color: #fdd000;
}
ul.purchase-shop-list li.loft p {
	color: #000000;
}




















/** ===========================================================================================
 *
 *  Media Queries
 *
 *  =========================================================================================== */
	

@media screen and (max-width: 1200px) {
	
}


@media screen and (max-width: 1140px) {
	.wrap-wide2 {
		padding-left: 20px;
		padding-right: 20px;
	}
	
}


@media screen and (max-width: 959px) {
	
	section {
		margin-bottom: 50px;
	}
	
	
	
}


@media screen and (max-width: 767px) {
	.product-foot-obi .flex-cont {
		flex-wrap: wrap;
		text-align: center;
		justify-content: center;
	}
	.product-foot-obi img {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.product-foot-obi p {
		font-size: 1.2em;
	}
	.product-foot-main .catch {
		flex-wrap: wrap;
	}
	.product-foot-main .catch figure {
		margin-bottom: 15px;
	}
	.seibun-appeal-list li {
		display: block;
	}
	.product-info {
		flex-wrap: wrap;
	}
	.product-info figure {
		flex: 0 1 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.product-info .cont-text {
		flex: 0 1 100%;
	}
}

	
@media screen and (max-width: 560px) {
	body main,
	button,
	input,
	select,
	textarea {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.wrap-wide2 {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	
	
	section {
		margin-bottom: 40px;
	}
	
	h2 {
		font-size: 1.5em;
	}
	h3 {
		font-size: 1.3em;
	}
	
	
	
	.purchase ul li {
		display: block;
		width: 100%;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.purchase a {
		padding: 10px 10px;
		font-size: 1.2em;;
		border-radius: 6px;
	}

	
	
	
}


@media screen and (max-width: 390px) {
	
}

