@charset "utf-8";

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

mt調整

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

.mt-image-none{
	margin:10px 0;
	}

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

labels

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

.label{
	width: 100%;
	height: auto;
	margin:0 auto;
	}

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

詳細ページ

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

.power{
	width: 1120px;
	height: auto;
	margin: 0 auto;
	padding: 40px 0 0;
	}
@media screen and (max-width: 480px) {
.power{
	width: 100%;
	padding: 0 0 0;
	}
	}

.product{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	}
@media screen and (max-width: 480px) {
.product{
	position: relative;
	width: 100%;
	overflow: hidden;
	}
	}

.product .visual{
	width: 100%;
	height: 600px;
	margin: 0 auto 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	}
@media screen and (max-width: 480px) {
.product .visual{
	width: 100%;
	height: 280px;
	background-size: cover;
	}
	}

.product .visual.tomorrowlandpilgrim{
	background-image: url(../obj/labelimage-tomorrowlandpilgrim.jpg);
	}

.product .visual.tomorrowlandbluework{
	background-image: url(../obj/labelimage-tomorrowlandbluework.jpg);
	}

.product .visual.tomorrowlandtricot{
	background-image: url(../obj/labelimage-tomorrowlandtricot.jpg);
	}

.product .visual.bluework{
	background-image: url(../obj/labelimage-bluework.jpg);
	}

.product .visual.tomorrowlandaccessories{
	background-image: url(../obj/labelimage-tomorrowlandaccessories.jpg);
	}

.product .visual.blech{
	background-image: url(../obj/labelimage-blech.jpg);
	}


.product h2{
	width: 520px;
	height: auto;
	margin: 20px auto 0;
	padding: 0;
	}
@media screen and (max-width: 480px) {
.product h2{
	width: 100%;
	height: auto;
	margin: 10px auto 0;
	padding: 0;
	}
	}

.product h2 img{
	width: 100%;
	height: auto;
	}

.product p.lead{
	margin: 0;
	line-height: 2.5;
	text-align: center;
	font-size: 13px;
	letter-spacing: .1em;
	}
@media screen and (max-width: 480px) {
.product p.lead{
	width: 90%;
	margin: 0 auto;
	font-size: 11px;
	line-height: 2;
	text-align: left;
	letter-spacing: .05em;
	}
.product p.lead.bluework{
	text-align: center;
	}
	}

.abouts{
	width: 100%;
	height: auto;
	margin: 60px auto 0;
	padding: 0 0 20px;
	border-top: 1px solid #ccc;
	}
@media screen and (max-width: 480px) {
.abouts{
	width: 90%;
	margin: 40px auto 0;
	}
	}

.abouts .about{
	width: 960px;
	margin: 60px auto;
	line-height: 2.2;
	text-align: justify;
	text-justify: inter-ideograph;
	}
.abouts .about:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
@media screen and (max-width: 480px) {
.abouts .about{
	width: 100%;
	margin: 30px auto;
	font-size: 11px;
	line-height: 2;
	text-align: justify;
	text-justify: inter-ideograph;
	}
	}

.abouts .about .abouttitle{
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .1em;
	margin-bottom: 20px;
	}
@media screen and (max-width: 480px) {
.abouts .about .abouttitle{
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	letter-spacing: .1em;
	margin-bottom: 20px;
	}
	}

.abouts .sashie{
	float: right;
	width: 540px;
	margin-left: 40px;
	line-height: 2;
	text-align: left;
	}
.abouts .sashie:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
@media screen and (max-width: 480px) {
.abouts .sashie{
	float: none;
	width: 100%;
	margin-left: 0;
	}
	}

.abouts .sashie div{
	float: left;
	width: 260px;
	margin-left: 10px;
	font-size: 11px;
	line-height: 2;
	text-align: left;
	}
@media screen and (max-width: 480px) {
.abouts .sashie div{
	float: left;
	width: 48%;
	margin: 0 1% 10px 0;
	font-size: 9px;
	}
.abouts .sashie div:nth-child(even){
	float: right;
	width: 48%;
	margin: 0 0 10px 1%;
	}
	}

.abouts .sashie div img{
	float: left;
	width: 100%;
	height: auto;
	}
@media screen and (max-width: 480px) {
.abouts .sashie div img{
	float: none;
	}
	}


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

contentstitle 調整

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

.top .inner .contentstitle.notop{
	font-size: 21px;
	}
@media screen and (max-width: 480px) {
.top .inner .contentstitle.notop{
	font-size: 18px;
	}
	}

.top .inner .contentstitle.notop{
	font-size: 21px;
	}
@media screen and (max-width: 480px) {
.top .inner .contentstitle.notop{
	font-size: 18px;
	}
	}


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

pack 調整

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

#pack{
	padding: 0 0 0;
	}

@media screen and (max-width: 480px) {
#pack{
	padding: 0 0 0;
	}
	}

#pack.reco{
	padding: 0 0 0;
	}

@media screen and (max-width: 480px) {
#pack.reco{
	padding: 0 0 0;
	}
	}

#pack.lbl{
	padding: 10px 0 20px;
	background-color: #efefef;
	margin-top: 60px;
	margin-bottom: 40px;
	}

@media screen and (max-width: 480px) {
#pack.lbl{
	padding: 40px 0 40px;
	margin-bottom: 0;
	}
	}


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

recommend block 調整

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

.recommend .block .box{
	padding-top: 0;
	}
@media screen and (max-width: 480px) {
.recommend .block{
	margin-top: -20px;
	}
.recommend .block .box{
	padding-top: 20px;
	}
	}


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

バナー

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

.product .lead img.banner{
	margin:20px auto 0 auto;
	display: inline-block;
	border: 1px solid #ddd;
	width: 300px;
	heighrt: auto;
	}
@media screen and (max-width: 480px) {
.product .lead img.banner{
	display: block;
	width: 70%;
	}
	}