@charset "utf-8";
/* CSS Document */
/**/.switch ,
.switch2 {
    visibility: hidden;
}

img{
	max-width:100%;
}

#smooth-main{
	color:#000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	line-height:1.6;
	margin-top:50px;
}

#smooth-main h1 img{
	width:60%;
	max-width:330px;
}

#smooth-main h1 span{
	display:block;
	color:#FF8572;
	font-size:17px;
	margin-top:10px;
	letter-spacing:4px;
	font-weight:600;
}

#smooth-main h2{
	font-size:150px !important;
	font-family:"Abril Fatface", cursive;
	line-height:1.2;
	margin:30px 0 50px !important;
	font-weight:normal !important;
	border:none !important;
}

#smooth-main h2 br{
	display:none;
}

#smooth-main #info_wrapper{
	border-top:1px solid #000;
	margin:70px 0;
	padding-top:50px;
}

#smooth-main .info{
	max-width:1100px;
	margin:auto;
}

#smooth-main .info_inner{
	width:42%;
	display:inline-block;
	text-align:left;
	vertical-align:top;
	margin-right:5%;
}

#smooth-main h3{
	font-size:50px;
	font-family:"Abril Fatface", cursive;
}

#smooth-main h4{
	font-size:30px;
	font-weight:normal;
	margin-bottom:20px;
}

#smooth-main .info_inner dt{
	font-weight:bold;
	font-size:20px;
}

#smooth-main .info_inner dt br{
	display:none;
}

#smooth-main .info_inner dt:first-child{
	background:#ebebeb;
	text-indent:15px;
	line-height:1.8;
	font-weight:normal;
	font-size:18px;
	margin:0 auto 5px;
}

#smooth-main .info_inner dd{
	margin:20px 0;
}

/*#smooth-main .info_inner p{
	font-weight:bold;
	display:inline;
	text-align:center;
	line-height:4;
	letter-spacing:1px;
}

#smooth-main .info_inner p a{
	color:#fff;
	max-width:300px;
	display:block;
	background:#F47462;
	text-decoration:none;
}

#smooth-main .info_inner p a:hover{
	text-decoration:none;
}*/

#smooth-main .info img{
	width:45%;
	display:inline-block;
}

@media only screen and (max-width: 800px) { 
#smooth-main h2{
	font-size:90px !important;
}

#smooth-main h2 br{
	display:block;
}
#smooth-main #info_wrapper{
	border-top:none;
	padding-top:0px;
	margin-top:20px;
}

#smooth-main .info_inner{
	width:90%;
	margin:0 0 50px 0;
	text-align:center;
}

#smooth-main h4{
	margin:20px 0;
}

#smooth-main .info_inner dt:first-child{
}

#smooth-main .info_inner dd{
	text-align:left;
}

#smooth-main .info img{
	width:100%;
	max-width:620px;
	display:inline-block;
}
}



@media only screen and (max-width: 640px) { 
#smooth-main h2{
	font-size:21vw;
}
#smooth-main h4{
	font-size:26px;
}
#smooth-main .info_inner dt br{
	display:block;
}
}



/*
ポイント
------------------------------------------------------------------------------------*/

#point .box{
	width: 100%;
	position:relative;
	text-align:center;
	line-height:0;
}

#point .box p{
	color:#ffffff !important;
}

#point .box dl,
#point .box div{
	width: 100%;
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color:#fff !important;
	font-size:30px;
	line-height:1.8;
}

#point .box h5,
#point .box dt{
	font-family:"Abril Fatface", cursive;
	/*font-size:120px;*/
	font-size:5.5vw;
	font-weight:normal;
}

#point .box h5 span{
	display:block;
	font-size:25px;
}

#point .box p{
	font-size:1.8vw;
}

#point .box dt span{
	margin-right:15px;
}

#point .box dd{
	margin-bottom:10px;
	line-height:1.8;
}


#point .box:nth-of-type(odd) dl{
	width:100%;
	max-width:680px;
	left:15%;
	text-align:left;
}

#point .box:nth-of-type(odd) dd{
	max-width:480px;
}

#point .box:nth-of-type(even) dl{
	max-width:480px;
	right:15%;
	text-align:left;
}

#point .box dd:last-child{
	font-size:18px;
}


@media only screen and (max-width: 1024px) { 
#point .box:nth-of-type(odd) dl{
	width: 90%;
	max-width:760px;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#point .box:nth-of-type(even) dl{
	width: 90%;
	max-width:760px;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#point .box dd{
	font-size:20px;
}
}

@media only screen and (max-width: 640px) { 
#point .box h5,
#point .box dt{
	font-size:45px;
}
#point .box p{
	font-size:20px;
}

#point .box:nth-of-type(odd) dl,
#point .box:nth-of-type(even) dl{
	width:80%;
	text-align:center;
}

}











/*
製品仕様
------------------------------------------------------------------------------------*/
#spec{
	margin:50px auto;
}

#spec .title{
	font-family:"Abril Fatface", cursive;
	font-size:120px;
	line-height:1.3;
	margin-bottom:50px;
}

#spec .title br{
	display:none;
}

#spec .title span{
	display:block;
	font-size:20px
}


#ex{
	display:none;
}

.detail_wrapper{
	width:90%;
	max-width:1000px;
	margin:50px auto;
}

.detail{
	width:45%;
	margin:20px auto;
	font-size:15px;
	text-align:left;
	display:inline-block;
	vertical-align:top;
}

.detail:first-child{
	margin-right:8%;
}

.detail dt{
	font-weight:bold;
	border-bottom:2px solid #000;
	font-size:18px;
	margin-bottom:5px;
}

.detail dt:nth-of-type(2){
	margin-top:30px;
}

.detail dd{
	border-bottom:1px dotted #000;
}

.detail dd sup{
	vertical-align:top;
}

.detail:first-child dd{
	line-height:2;
}

.detail:nth-of-type(2) dd{
	padding:5px 0 10px;
}

.detail:nth-of-type(2) dd:last-child{
	padding:20px;
	background:#ebebeb;
	border:none;
	margin:20px 0;
	font-size:13px;
}

.detail:nth-of-type(2) dd:last-child span{
	display:block;
	font-size:18px;
}



@media only screen and (max-width: 789px) { 
#spec .title {
	line-height:1;
	font-size:90px;
}

#spec .title br{
	display:block;
}

#spec .title span{
	margin-top:15px;
}



#ex{
	display:block;
	counter-reset: number;
	text-align:left;
	width:90%;
	margin:auto;
}


#ex dt{
	counter-increment: number;
	font-size:26px;
	margin-top:15px;
}
#ex dt:before{
	content: "0" counter(number);
	font-family:"Abril Fatface", cursive;
	font-size:30px;
	margin-right:10px;
}


.detail_wrapper{
	width:100%;
	background:#f6f6f6;
	max-width:none;
}

.detail{
	width:90%;
	margin:20px auto 0;
	padding:20px 0;
}

.detail:first-child{
	margin-right:0;
}


.detail:nth-of-type(2) dd{
	padding:5px 0 10px;
	border:none;
}

.detail:nth-of-type(2) dd:last-child{
	padding:20px;
	background:#fff;
}

.detail:nth-of-type(2) dd:last-child span{
	font-weight:bold;
}


}






#smooth-main #footer {
    background: linear-gradient(-6deg, #F47462 50%, #000 50%);
	padding:150px 0;
}

#smooth-main #footer .inner{
	width:90%;
	max-width:1000px;
	background:rgba(255, 255, 255, .8);
	margin:auto;
	padding:50px 0;
}

#smooth-main #footer .inner h6{
	font-size:45px;
	line-height:1.3;
	margin-bottom:20px;
}

#smooth-main #footer .inner h6 br{
	display:none;
}

#smooth-main #footer .inner h6 span{
	font-size:30px;
	display:block;
}

#smooth-main #footer .inner p span{
	width:60%;
	max-width:400px;
	display:block;
	border-top:1px solid #000;
	margin:10px auto 0;
	padding-top:10px;
	font-size:20px;
	font-weight:bold;
}

@media only screen and (max-width: 789px) { 

#smooth-main #footer {
	padding:80px 0;
}

#smooth-main #footer .inner{
	padding:60px 0;
}

#smooth-main #footer .inner h6{
	width:80%;
	margin:auto;
	font-size:30px;
}

#smooth-main #footer .inner h6 br{
	display:block;
}

#smooth-main #footer .inner h6 span{
	font-size:26px;
	display:block;
}


}






/*
カート
------------------------------------------------------------------------------------*/
.btn{
	width:90%;
	max-width:550px;
	margin:10px auto 0;
	background:#F47462 !important;
}

.btn form{
	display:block;
}

.btn input{
	width:100%;
	color:#fff;
	font-size:16px;
	letter-spacing:1px;
	font-weight:bold;
	cursor:pointer;
	padding:20px 0;
	text-align:center !important;
	margin:auto;
	border:none !important;
	background:none !important;
}


.last{
	background:#000 !important;
	font-size:16px;
	letter-spacing:1px;
	font-weight:bold;
}


/*------LPサイド固定用--------------*/
.side{
	position:fixed;
	right:0px;
	bottom:120px;
	z-index:999999;
	/*background:url(../img/cart.gif) no-repeat right !important;*/
	width:120px;
	height:120px;
	color:#fff;
}


@media screen and (max-width : 780px){
.side ,
.side input{
	width:80px;
	height:80px;
	bottom:60px;
}


}









/*
商品ページ
------------------------------------------------------------------------------------*/

#contents{max-width:none;}



#main-column{max-width:none;}


#bread-crumb,
#itemDetail-cont,
.spec-g_txt_table_wrap{
	max-width:1000px !important;
	margin:0 auto !important;
}

#itemDetail-cont{
	margin-top:50px !important;
}