@charset "UTF-8";

/*=================================================================================
	モバイル　トレーラー
=================================================================================*/
.trailer_mob {
    max-width: 640px;
    margin: 0 auto;
    padding: 0;
}

.trailer_mob a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    line-height: 1;
}

label {
    display: block;
    margin: 0 auto 10px;
    padding : 0;
    line-height: 1;
    color :#fff;
    background :none;
    cursor :pointer;
    width: 100%;
    max-width: 280px;
}

input {
    display: none;
}

.trailer_mob ul {
    margin: 0;
    padding: 0;
    background :#000;
    list-style: none;
}

.trailer_mob li {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
    max-height: 300px;
    opacity: 1;
}

/*=================================================================================
	default
=================================================================================*/
body {
	margin: 0;
	padding: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
 body {
     font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
     font-weight: normal;
     margin: 0;
     padding: 0;
	}
}

.search .select {
    color: #069ce9;
    font-size: 14px;
}

#alpha-inner {
    background: none repeat scroll 0 0;
}

#sp, #sp #inner, #sp .pr, #sp .content, #sp .area, #sp.item, #sp .product, #sp .info {
	overflow: hidden;
	_zoom: 1;
}
/*=================================================================================
	main contents
=================================================================================*/

/********** 共通 **********/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

#sp .sns {
    float: right;;
	height: 20px;
	padding: 5px 20px 0 0;
	text-align: right;
	width: 100px;
}

#sp /* 全体の幅 */ {
    font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: normal;
	margin: 0 auto 10px auto;
	padding: 0;
	width: 750px;
}

#sp #inner /* 全体の上下左右に余白のあるデザインではない時には使わない */ {
    background: #000 0 0 repeat-y;
    color: #fff;
    height: auto;
	margin: 0 auto;
	width: 750px;
}

#sp .pr /* 特集のメイン画像エリア */ {
	background: none;
	height: auto;
	margin: 0 auto;
	width: 750px;
}
#sp .pr .mob_top {
    display: none;
}
#sp .pr .pc_top {
    background: url(img/bg.png) 0 0 no-repeat;
    display: block;
    font-size: 0;
    height: 555px;
    margin: 0;
    padding: 0;
    width: 750px;
}
#sp .pr .pc_top h1 {
    background: url(img/title.png) 0 0 no-repeat;
	display: block;
    font-size: 0;
	height: 174px;
	margin: 25px 0 5px 20px;
	padding: 0;
	width: 442px;
}
#sp h2 {
    margin: 0;
    padding: 0;
}
/********** pr area **********/

/********** products **********/
#sp .products_head_mob {
    display: none;
}
#sp .products_mob {
    display: none;
}
#sp .products_head {
    height: 74px;
    font-size: 14px;
    margin: 20px auto 0;
    padding: 0;
    width: 710px;
}
#sp .products {
    border-bottom: 1px solid #e50012;
    border-left: 1px solid #e50012;
    border-right: 1px solid #e50012;
    display: table;
    height: auto;
    font-size: 14px;
    margin: 0 auto 30px;
    padding: 20px 20px 0;
    width: 668px;
}
#sp .products .jacket {
    float: left;
    height: 490px;
    margin: 0 0 20px;
    padding: 0;
    width: 345px;
}
#sp .products .detail {
    float: left;
    height: auto;
    margin: 0 0 0 15px;
    padding: 0;
    width: 305px;
}
#sp .products .detail .logo {
    height: 115px;
    margin: 0;
    padding: 0;
    width: 305px;
}
#sp .products .detail .txt {
    height: auto;
    margin: 10px 0 20px;
    padding: 0;
    width: 305px;
}

#sp .products .detail .cart {
    background: #4e3786;
    border: 3px solid  #4e3786;
    border-radius: 5px;
    display: block;
    height: 54px;
    margin: 10px 0 0;
    padding: 0;
    width: 305px;
}
#sp .products .detail .cart .date_price {
    color: #fff;
    display: block;
    float: left;
    height: 54px;
    margin: 0;
    padding: 0;
    width: 200px;
}
#sp .products .detail .cart .date_price .date {
    border-right: 1px #fff solid;
    display: block;
    float: left;
    font-size: 14px;
    height: 54px;
    line-height: 54px;
    margin: 0;
    padding: 0 0 0 3px;
    width: 55px;
}
#sp .products .detail .cart .date_price .price {
    display: block;
    float: left;
    font-size: 14px;
    height: 46px;
    margin: 0;
    padding: 10px 0 0 12px;
    width: 125px;
}
#sp .products .detail .cart .date_price .price .free {
    color: #ff0000;
}
#sp .products .detail .cart .date_price .price .before {
    color: #879eaf;
    text-decoration: line-through;
}
#sp .products .detail .cart .cartbtn:link {
    background: url(img/cart.jpg) 0 0 no-repeat;
    display: block;
    float: left;
    height: 36px;
    margin: 8px 0 0;
    padding: 0;
    text-indent: -9999px;
    width: 96px;
}
#sp .products .detail .cart .cartbtn:hover {
    background: url(img/cart.jpg) 0 0 no-repeat;
}

#sp .products .trailer {
    clear: left;
    height: auto;
    margin: 0 auto;
    padding: 0;
    width: 668px;
}

/********** products **********/

/*-- shop.common.css打ち消し用  --*/
#alpha a {
    color: #b3a4f9;
    text-decoration: underline;
}

#alpha a:hover {
    color:#b3a4f9;
    text-decoration: none;
}

#alpha p a {
    color:#b3a4f9;
    text-decoration: underline;
}

#alpha p a:hover {
    color:#b3a4f9;
    text-decoration: none;
}

/*-- shop.common.css打ち消し用  --*/


#sp h3/*-- 左メニューに影響するので、#spは外さない --*/{
    display:none;
}

/********** footer area **********/
#sp .warau_footer{
    background: #454545;
    color: #fff;
	font-size: 12px;
	height: auto;
	margin: 0;
    padding: 20px;
	text-align: center;
	width:710px;
}

@media (max-width: 640px) {
    #alpha-inner {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    #sp .sns {
        float: right;;
        height: 20px;
        padding: 5px 20px 0 0;
        text-align: right;
        width: 100px;
    }

    #sp /* 全体の幅 */ {
        font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        font-weight: normal;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    #sp .pr /* 特集のメイン画像エリア */ {
        height: auto;
        margin: 0 auto;
        width: 100%;
    }
    #sp #inner /* 全体の上下左右に余白のあるデザインではない時には使わない */ {
        height: auto;
        margin: 0 auto;
        width: 100%;
    }

    #sp .pr .pc_top {
        display: none;
    }
    #sp .pr .mob_top {
        display: block;
        height: 0;
        min-height: 80px;
        padding-top: 80.25%;
        background: url(img/bg_mob.jpg) 0 120% no-repeat;
        background-size: contain;
        margin: 0;
        width: 100%;
    }
    #sp .pr .mob_top h1 {
        height: auto;
        max-height: 174px;
        margin: -68% 0 0;
        padding: 0 5%;
        text-align: center;
        max-width: 450px;
        width: 90%;
    }
    #sp .pr .mob_top .catch {
        height: auto;
        margin: 5% auto 0;
        padding: 0 5%;
        width: 90%;
    }

    #sp h2 {
        display: none;
    }

    #sp .products_head {
        display: none;
    }
    #sp .products {
        display: none;
    }
    #sp .products_head_mob {
        background: url(img/sub_mob_bg.jpg) center 50% no-repeat;
        background-size: contain;
        display: block;
        height: auto;
        max-height: 160px;
        margin: 0 0 15px -30%;
        padding: 5% 0;
        text-align: center;
        width: 160%;
    }
    #sp .products_head_mob .sub {
        height: auto;
        margin: 0 auto;
        padding: 0;
        width: 50%;
    }
    #sp .products_mob {
        display: block;
        height: auto;
        font-size: 14px;
        margin: 0 auto 30px;
        padding: 0 5%;
        width: 90%;
    }
    #sp .products_mob .logo {
        margin: 0 auto 15px;
        padding: 0;
    }
    #sp .products_mob .cart {
        background: #4e3786;
        border: 3px solid  #4e3786;
        border-radius: 5px;
        display: block;
        height: 54px;
        margin: 10px 0;
        padding: 0;
        width: 98%;
    }
    #sp .products_mob .cart .date_price {
        color: #fff;
        display: block;
        float: left;
        height: 54px;
        margin: 0;
        padding: 0;
        width: 70%;
    }
    #sp .products_mob .cart .date_price .price {
        display: block;
        float: left;
        font-size: 14px;
        height: 46px;
        margin: 0;
        padding: 10px 0 0 5%;
        width: 65%;
    }
    #sp .products_mob .cart .date_price .price .free {
        color: #ff0000;
    }
    #sp .products_mob .cart .cartbtn:link {
        background: url(img/cart_mob.jpg) 0 0 no-repeat;
        display: block;
        float: right;
        height: 47px;
        margin: 3px 5px 0 0;
        padding: 0;
        text-indent: -9999px;
        width: 64px;
    }
    #sp .products_mob .cart .cartbtn:hover {
        background: url(img/cart_mob.jpg) 0 0 no-repeat;
    }

    #sp .products .trailer_mob {
        clear: left;
        height: auto;
        margin: 0 5% 20px;
        padding: 0;
        width: 90%;
    }

    #sp .warau_footer{
        background: #454545;
        clear: left;
        color: #fff;
        font-size: 12px;
        line-height: 1.4em;
        height: auto;
        margin: 0;
        padding: 3%;
        text-align: center;
        width: 94%;
    }

}