@charset "utf-8";


.choice .spi{	display: none;	}
@media screen and (max-width: 480px) {
.choice .spi{	display: inline;	}
	}

.choice .pci{	display: inline;	}
@media screen and (max-width: 480px) {
.choice .pci{	display: none;	}
	}


/*================================

詳細ページ

================================*/


.choice p{
	font-size: 1em;
	line-height: 1.8em;
	margin: 0;
	}

.choice .titlewrap{
	width: 100%;
	margin: 3em auto;
	text-align: center;
	}

.choice .titlewrap h1.thechoice{
	font-size: 3em;
	line-height: 2em;
	letter-spacing: .1em;
	}

.choice .titlewrap p.gender{
	font-size: 2em;
	line-height: 1em;
	letter-spacing: .05em;
	}

.choice .titlewrap p.lead{
	font-size: 1.2em;
	margin-top: 2em;
	}

.product .choice .post{
	width: 100%;
	margin-top: 4em;
	}

.product .choice .post .photo{
	width: 100%;
	}

.product .choice .post .photo img{
	width: 100%;
	}

.product .choice .post p.day{
	margin-top: 2em;
	text-align: center;
	font-size: 2em;
	line-height: 2em;
	letter-spacing: .05em;
	}
@media screen and (max-width: 480px) {
.product .choice .post p.day{
	margin-top: 1em;
	font-size: 1.8em;
	}
	}

.product .choice .post h2.posttitle{
	margin-top: .5em;
	text-align: center;
	font-size: 2em;
	line-height: 1.6em;
	font-weight: normal;
	}
@media screen and (max-width: 480px) {
.product .choice .post h2.posttitle{
	margin-top: .5em;
	font-size: 1.8em;
	}
	}

.product .choice .post .postbody{
	margin-top: 4em;
	font-size: 1em;
	line-height: 2em;
	}
@media screen and (max-width: 480px) {
.product .choice .post .postbody{
	width: 90%;
	margin: auto;
	margin-top: 2em;
	line-height: 1.8em;
	}
	}

.product .choice .post .cledit{
	margin-top: 3em;
	font-size: 1em;
	line-height: 2em;
	}
@media screen and (max-width: 480px) {
.product .choice .post .cledit{
	width: 90%;
	margin: auto;
	margin-top: 2em;
	line-height: 1.8em;
	}
	}

.product .choice .post .introducer{
	margin-top: 4em;
	box-sizing: border-box;
	width: 100%;
	padding: 2em;
	border: 1px solid #dedede;
	text-align: center;
	}
@media screen and (max-width: 480px) {
.product .choice .post .introducer{
	margin-top: 3em;
	text-align: left;
	}
	}

.product .choice .post .introducer a{
	text-decoration: underline;
	}

.product .choice .post .introducer p{
	margin-top: 1.5em;
	font-size: .9em;
	}

.product .choice .post .eclink{
	margin: 2em auto 0;
	display: block;
	text-align: center;
	}
@media screen and (max-width: 480px) {
.product .choice .post .eclink{
	margin: 2em auto 0;
	}
	}

.product .choice .post .eclink a{
	box-sizing: border-box;
	width: 100%;
	display: block;
	padding: 1.5em 4em;
	color: #fff;
	background-color: #333;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}
@media screen and (max-width: 480px) {
.product .choice .post .eclink a{
	width: 100%;
	display: block;
	padding: 1.5em 2em;
	}
	}

.product .choice .post .eclink a:hover{
	background-color: #555;
	}


.product .choice .pagenation{
	width: 100%;
	margin-top: 4em;
	display: table;
	vertical-align: middle;
	}
@media screen and (max-width: 480px) {
.product .choice .pagenation{
	margin-top: 3em;
	}
	}

.product .choice .pagenation div{
	display: table-cell;
	width: 50%;
	table-layout: fixed;
	vertical-align: middle;
	}

.product .choice .pagenation div:nth-child(2){
	text-align: right;
	}

.product .choice .pagenation div img{
	width: 40%;
	height: auto;
	display: inline-block;
	}
@media screen and (max-width: 480px) {
.product .choice .pagenation div img{
	width: 70%;
	}
	}

.product .choice .pagenation div p{
	font-weight: bold;
	font-size: 1.2em;
	margin-top: .5em;
	}

.product .choice .pagenation div a:hover p{
	text-decoration: underline;
	}

.product .choice .viewall{
	margin-top: 3em;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #dedede;
	text-align: center;
	}
@media screen and (max-width: 480px) {
.product .choice .viewall{
	margin-top: 2em;
	}
	}

.product .choice .viewall a{
	width: 100%;
	height: 100%;
	display: block;
	padding: 3em 0;
	background-color: #fff;
	letter-spacing: .05em;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}
@media screen and (max-width: 480px) {
.product .choice .viewall a{
	padding: 2em 0;
	background-color: #f3f3f3;
	}
	}

.product .choice .viewall a:hover{
	background-color: #f3f3f3;
	}

.product .choice .viewall p.thechoice{
	font-size: 2em;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: .1em;
	}
@media screen and (max-width: 480px) {
.product .choice .viewall p.thechoice{
	font-size: 1.6em;
	}
	}

.product .choice .viewall p.gender{
	margin-top: .5em;
	font-size: 1.5em;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: .05em;
	}
@media screen and (max-width: 480px) {
.product .choice .viewall p.gender{
	font-size: 1.3em;
	}
	}

.product .choice .viewall a p.linkall{
	display: inline-block;
	margin-top: 2em;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: normal;
	border-bottom: 1px solid #000;
	}
@media screen and (max-width: 480px) {
.product .choice .viewall a p.linkall{
	margin-top: 1.5em;
	font-size: 1.2em;
	}
	}

.product .choice .viewall a:hover p.linkall{
	border-bottom: 1px solid #000;
	}

.product .choice .viewall p.linkall i{
	margin-right: .6em;
	}




/*================================

block

================================*/

.news .choice .block{
	width: 100%;
	height: auto;
	margin: 0 auto 0;
	position: relative;
	}
.news .choice .block {
	display: inline-table;
	}
* html .news .goods {
	height: 1%;
	}
.news .choice .block {
	display: block;
	}
.news .choice .block:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
@media screen and (max-width: 480px) {
.news .choice .block{
	width: 100%;
	height: auto;
	margin: 0 auto 0;
	position: relative;
	}
	}

.news .choice .block .box{
	float: left;
	width: 320px;
	height: 470px;
	margin: 0 40px;
	padding-top: 30px;
	position: relative;
	}
@media screen and (max-width: 480px) {
.news .choice .block .box{
	width: 48%;
	height: auto;
	margin: 0 1% 0;
	padding-bottom: 1.5em;
	}
	}

.news .choice .block .box p{
	margin-top:5px;
	font-size: 12px;
	line-height: 1.8;
	text-align: center;
	}
@media screen and (max-width: 480px) {
.news .choice .block .box p{
	margin-top:5px;
	font-size: 11px;
	line-height: 1.8;
	}
	}

.news .choice .block .box .photo{
	display: table-cell;
	vertical-align: middle;
	width: 320px;
	height: auto;
	overflow: hidden;
	text-align: center;
	overflow: hidden;
	position: relative;
	background-color:#000;
	}
@media screen and (max-width: 480px) {
.news .choice .block .box .photo{
	display: block;
	width: 95%;
	height: auto;
	margin: auto;
	}
	}

.news .choice .block .box .photo img{
	width: 100%;
	height: auto;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}
@media screen and (max-width: 480px) {
.news .choice .block .box .photo img{
	width: 100%;
	height: auto;
	}
	}

.news .choice .block .box p.vol{
	margin: 1.5em 0 0;
	font-size: 1.3em;
	line-height: 1em;
	font-weight: bold;
	}
@media screen and (max-width: 480px) {
.news .choice .block .box p.vol{
	margin: 1em 0 0;
	font-size: 1.3em;
	}
	}

.news .choice .block .box p.title{
	margin: 1em 0 0;
	font-size: 1.3em;
	line-height: 1.7em;
	}
@media screen and (max-width: 480px) {
.news .choice .block .box p.title{
	margin: 1em 0 0;
	font-size: 1em;
	line-height: 1.7em;
	padding: 0 .5em;
	height: 5.1em;
	}
	}

.news .choice .block .box p.date{
	position: absolute;
	bottom: 1.5em;
	left: 0;
	width: 100%;
	font-size: 1em;
	line-height: 1em;
	font-weight: 300;
	}
@media screen and (max-width: 480px) {
.news .choice .block .box p.date{
	margin-top: 1.5em;
	position: relative;
	bottom: auto;
	left: auto;
	width: 100%;
	font-size: 1em;
	line-height: 1em;
	font-weight: 300;
	}
	}