﻿html {overflow: auto;}

body {
	width:100%;
	color: #000;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	font-family: "ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Sans-Serif;
	line-height: 1.8;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background:#ed1b23;
}

* {font-weight: normal;}

a {text-decoration:none;color: #333333;}

b {font-weight: bold;}

img { border:none;}




/* 回り込み解除 */

.clearfix {zoom:1;}
.clearfix:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}




/* デバイス毎の表示切り替え */

@media screen and (min-width: 769px) {
.pc_none {display:none;}
.tab_only {display:none;}
.sp_only {display:none;}
}

@media screen and (min-width: 641px) and (max-width: 768px) {
.pc_only {display:none;}
.sp_only {display:none;}
.tab_none {display:none;}
}

@media screen and (max-width: 640px) {
.pc_only {display:none;}
.tab_only {display:none;}
.sp_none {display:none;}
}




/* WEBフォント */

.kyo {font-family: "I-OTF教科書Pro D","IwaTxtPro-Db";}

.hm {font-family: "FP-HiraMinProN-W3";}

.hg {font-family: "FP-HiraKakuProN-W3";}

.hgb {font-family: "FP-HiraKakuProN-W6";}

.yum {font-family :"MatissePro-M";}


/* 指定フォントスタイル */

.red {color:#cc0000;}

.red2 {color:#ff0000;}




/* スライドインアニメーション */

.fadein {
    opacity : 0;
    transform : translate(0, 20px);
    transition : all 1500ms;
    }
 
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
	



.wipein1 {
    transform : translate(0, -3px);
    transition-duration : 1.5s;
    transition-delay: 1s;
    }
 
.wipein1.wipe1 {
    transform : translate(0, 0);
   }
 
   
.wipein2 {
    transform : translate(0, 77px);
    transition : 1.5s;
    transition-delay: 1s;
    }
 
.wipein2.wipe2 {
    transform : translate(0, 0);
   }  


.wipein3 {
    transform : translate(0, -77px);
    transition-duration : 1.5s;
    transition-delay: 1s;
    }
 
.wipein3.wipe3 {
    transform : translate(0, 0);
   }



.imgin1 {
    transition-duration : 0.75s;
    transition-delay: 0.5s;
	opacity: 1;
	-webkit-clip-path: inset(0 100% 0 0); clip-path: inset(0 100% 0 0);
    }

.imgsin1 {
    transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    -webkit-clip-path: inset(0 0 0 0); clip-path: inset(0 0 0 0);
	opacity: 1;
   }
   


.imgin2 {
    transition-duration : 0.75s;
    transition-delay: 1.25s;
	opacity: 0.6;
	-webkit-clip-path: inset(0 0 0 0); clip-path: inset(0 0 0 0);
    }

.imgsin2 {
    transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    -webkit-clip-path: inset(0 0 0 100%); clip-path: inset(0 0 0 100%);
	opacity: 0.6;
   }

.imgin3 {
    transition-duration :1s;
    transition-delay: 2s;
	opacity: 0;
    }

.imgsin3 {
    opacity : 1;
   }

.imgin4 {
    transition-duration : 0.75s;
    transition-delay: 1s;
	opacity: 1;
	-webkit-clip-path: inset(0 100% 0 0); clip-path: inset(0 100% 0 0);
    }

.imgsin4 {
    transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    -webkit-clip-path: inset(0 0 0 0); clip-path: inset(0 0 0 0);
	opacity: 1;
   }






	

#effect .fadein:nth-of-type(2) {
	-moz-transition-delay:500ms;
	-webkit-transition-delay:500ms;
	-o-transition-delay:500ms;
	-ms-transition-delay:500ms;
	}	
	
#effect .fadein:nth-of-type(3) {
	-moz-transition-delay:1000ms;
	-webkit-transition-delay:1000ms;
	-o-transition-delay:1000ms;
	-ms-transition-delay:1000ms;
	}		


#effect2 .fadein:nth-of-type(1) {
	-moz-transition-delay:0ms;
	-webkit-transition-delay:0ms;
	-o-transition-delay:0ms;
	-ms-transition-delay:0ms;
	}	

#effect2 .fadein:nth-of-type(2) {
	-moz-transition-delay:0.2s;
	-webkit-transition-delay:0.2s;
	-o-transition-delay:0.2s;
	-ms-transition-delay:0.2s;
	}
	
#effect2 .fadein:nth-of-type(3) {
	-moz-transition-delay:0.4s;
	-webkit-transition-delay:0.4s;
	-o-transition-delay:0.4s;
	-ms-transition-delay:0.4s;
	}	

#effect2 .fadein:nth-of-type(4) {
	-moz-transition-delay:0.6s;
	-webkit-transition-delay:0.6s;
	-o-transition-delay:0.6s;
	-ms-transition-delay:0.6s;
	}		

#effect2 .fadein:nth-of-type(5) {
	-moz-transition-delay:0.8s;
	-webkit-transition-delay:0.8s;
	-o-transition-delay:0.8s;
	-ms-transition-delay:0.8s;
	}		

#effect2 .fadein:nth-of-type(6) {
	-moz-transition-delay:1.0s;
	-webkit-transition-delay:1.0s;
	-o-transition-delay:1.0s;
	-ms-transition-delay:1.0s;
	}		

#effect2 .fadein:nth-of-type(7) {
	-moz-transition-delay:1.2s;
	-webkit-transition-delay:1.2s;
	-o-transition-delay:1.2s;
	-ms-transition-delay:1.2s;
	}		

#effect2 .fadein:nth-of-type(8) {
	-moz-transition-delay:1.4s;
	-webkit-transition-delay:1.4s;
	-o-transition-delay:1.4s;
	-ms-transition-delay:1.4s;
	}	

/* メイン */

.mzi1  {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:2s;
 -ms-animation-duration:2s;
 animation-duration:2s;
-webkit-animation-delay: .5s; /* Safari 4.0 - 8.0 */
 animation-delay: .5s;
 -webkit-animation-name: mzian1;
 animation-name: mzian1;
 visibility: visible !important;
}

@-webkit-keyframes mzian1 {
 0% {
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 -ms-transform: scale(1.1);
 transform: scale(1.1); }
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1); }
}
@keyframes mzian1 {
 0% {
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 -ms-transform: scale(1.1);
 transform: scale(1.1); }
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1); }
}



.logoin  {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
-webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */
 animation-delay: 2s;
 -webkit-animation-name: logoin1;
 animation-name: logoin1;
 visibility: visible !important;
}

@-webkit-keyframes logoin1 {
 0% { -webkit-clip-path: inset(0 100% 0 0); clip-path: inset(0 100% 0 0); }
 100% { transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    -webkit-clip-path: inset(0 0 0 0); clip-path: inset(0 0 0 0);}
}
@keyframes logoin1 {
 0% { -webkit-clip-path: inset(0 100% 0 0); clip-path: inset(0 100% 0 0); }
 100% { transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    -webkit-clip-path: inset(0 0 0 0); clip-path: inset(0 0 0 0);}
}





.fadeinan1  {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
-webkit-animation-delay: .5s; /* Safari 4.0 - 8.0 */
 animation-delay: .5s;
 -webkit-animation-name: fadeInDown1;
 animation-name: fadeInDown1;
 visibility: visible !important;
}

@-webkit-keyframes fadeInDown1 {
 0% { opacity: 0; }
 100% { opacity: 1.0;}
}
@keyframes fadeInDown1 {
 0% { opacity: 0; }
100% { opacity: 1.0;}
}


.fadeinan2  {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown3;
 animation-name: fadeInDown3;
 visibility: visible !important;
-webkit-animation-delay: 1.5s; /* Safari 4.0 - 8.0 */
 animation-delay: 1.5s;
}

@-webkit-keyframes fadeInDown3 {
 0% { opacity: 0; transform : translate(0, 30px);}
 100% { opacity: 1.0; transform : translate(0, 0);}
}
@keyframes fadeInDown3 {
 0% { opacity: 0; transform : translate(0, 30px);}
 100% { opacity: 1.0; transform : translate(0, 0);}
}

















/* PC用 ここから */

@media screen and (min-width: 769px) {






/* 共通コンテンツ */

#contents {
   position:relative;
   z-index:20;
}


#side_textile_wrap {
    z-index: 5;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
}

.side_textile {
    z-index: 50;
    left: 0;
    background-image: url(../img/side_txtile_p.png);
    position: absolute;
    max-width: 365px;
    width: 15%;
    height: 9999px;
    background-repeat: repeat-y;
    background-size: 100%;

}
@media screen and (max-width: 1525px) {
.side_textile {
    opacity:0.2;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -ms-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
}
}


/* ナビゲーションボタン各種 */

#cart_btn {
    z-index: 999;
    right: 10px;
    top: 50%;
    margin-top: -167px;
    background-image: url(../img/cart_btn_p.png);
    position: fixed;
    width: 64px;
    height: 118px;
}

#cart_btn img {width:100%;}

#netshop_btn {
    z-index: 999;
    right: 10px;
    top: 50%;
    margin-top: -44px;
    background-image: url(../img/netshop_btn_p.png);
    height: 211px;
    position: fixed;
    width: 64px;
}

#netshop_btn img {width:100%;}


#pagetop_btn {
    z-index: 999;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -22px;
    background-image: url(../img/totop2.png);
    position: fixed;
    width: 44px;
    height: 58px;
    background-size: cover;
}

#order_btn {
    z-index: 999;
    right: 9%;
    bottom: 80px;
    background-image: url(../img/order_btn_p.png);
    background-size: 100%;
    position: fixed;
    width: 145px;
    height: 145px;
    background-repeat: no-repeat;
}


/* トップエリア*/

#top_area_wrap {
    overflow: visible;
    width: 100%;
    position: relative;
    padding: 0 0 537px 0;
    z-index: 60;
}

#top_area {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

#top_area_2 {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 70;
}


#top_area .up {
    background-image: url(../img/m_bg_p.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 1300px;
    height: 100%;
    position: absolute;
    bottom: -525px;
    left: -310px;
    z-index: 0;
}


#top_area .top_title {
	background-image: url(../img/m_logo_p.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 358px;
    height: 400px;
    position: absolute;
    top: 75px;
    left: 95px;
    z-index: 2;
}

#top_area .top_image {
    background-image: url(../img/main_p.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}



.arrow {
    background-image: url(../img/arrow.png);
    background-position: center top;
    position: absolute;
    background-size: cover;
    z-index: 999;
    bottom: 0;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: 0 0 0 -40px;
}







/* リード*/

#read {
	width: 100%;
    margin: 105px auto 0 auto;
    letter-spacing: 1px;
    position: relative;
    color: #fff;
}



#read .midashi1 {
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
}

#read .midashi2 {
    margin: 2px auto 0 auto;
    font-size: 30px;
    text-align: center;
}

#read .midashi3 {
	margin: 1px auto 0 auto;
    font-size: 20px;
    text-align: center;
}





#read2 {
    width: 700px;
    margin: 40px auto 70px auto;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
    text-align: left;
    position: relative;
    display: table;
}


#read2 .midashi {
	font-size: 18px;
}


#read2 .under {
	font-family: "FP-HiraMinProN-W6";
	border-bottom:#ff0000 1px solid;
	padding-bottom:2px;
}






.sub_title {
	font-size:26px;
	text-align:center;
}


.title_line {
    text-align: center;
    width: 100px;
    border-bottom: 1px #09275a solid;
    margin: 22px auto 0 auto;
}





/* 商品ページへ */


#shohin_area {
	margin: 0 auto;
	width: 100%;
	padding:100px 0 155px; 0;
}

#about_area_wrap {
    background-image: url(../img/bg_about_p.png);
    min-height: 376px;
    margin: 0 auto 20px auto;
    width: 100%;
    -webkit-clip-path: inset(0 20px 0 20px);
    clip-path: inset(0 20px 0 20px);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 35px 40px;
    padding: 50px 0;
    min-width: 980px;
}

#about_area_wrap .inner {
    min-height: 375px;
    max-width: 1047px;
    margin: 0 auto;
    border-left: 1px #000 solid;
    border-right: 1px #000 solid;
    position: relative;
    width: 73%;
    min-width: 700px;
}

#about_area_wrap .txt {
    width: 41%;
    display: inline-block;
    font-size: 14px;
    margin: 25px 0 0 40px;
    letter-spacing: 0.6px;
}

#about_area_wrap .btn {
    width: 322px;
    height: 37px;
    background-image: url(../img/btn_bg_p.png);
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 14px;
    color: #fff;
    margin: 35px 0 0 0;
    line-height: 35px;
    text-indent: 66px;
    letter-spacing: 0.9px;
}


#about_area_wrap .aimg {
    max-width: 485px;
    width: 47%;
    max-height: 343px;
    background-image: url(../img/about_p.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    height: 352px;
    top: 15px;
    right: 40px;
}


#item_area_wrap {
    background-image: url(../img/bg_item_p.png);
    min-height: 376px;
    margin: 0 auto;
    width: 100%;
    -webkit-clip-path: inset(0 20px 0 20px);
    clip-path: inset(0 20px 0 20px);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 35px 40px;
    padding: 50px 0 30px 0;
    min-width: 980px;
}

#item_area_wrap .inner {
    min-height: 375px;
    max-width: 1047px;
    margin: 0 auto 65px auto;
    position: relative;
    width: 73%;
    min-width: 700px;
}

#item_area_wrap .item_img {
    width: 42%;
    display: inline-block;
    margin: 25px 0 0 40px;
    max-width: 440px;
}

#item_area_wrap .item_img img {
    width: 100%;
}

#item_area_wrap .txt {
    width: 41%;
    position: absolute;
    font-size: 14px;
    left: 50%;
    letter-spacing: 0.6px;
    top: 50%;
    transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
}

#item_area_wrap .name_base {
    height: 61px;
    border-left: 1px #000 solid;
    letter-spacing: 0.6px;
    line-height: 31px;
    text-indent: 20px;
    margin: 0 0 25px 0;
}

#item_area_wrap .name {
    font-size: 24px;
}

#item_area_wrap .price {
    font-size: 14px;
    color:#e60012;
}



#item_area_wrap .btn {
    width: 322px;
    height: 37px;
    background-image: url(../img/btn_bg_p.png);
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 14px;
    color: #fff;
    margin: 35px 0 0 0;
    line-height: 35px;
    text-indent: 66px;
    letter-spacing: 0.9px;
}



/* 商品ページへ */









/* キーワード*/

#keyword {
    width: 100%;
    text-align: center;
    padding: 200px 0 0 0;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    z-index: 10;
}






/* フッター*/

#footer {
    width: 100%;
    text-align: center;
    height: 900px;
    z-index: 60;
    position: relative;
}

#footer .f_logo {
    background-image: url(../img/m_logo_p.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 290px;
    height: 324px;
    position: absolute;
    z-index: 2;
    right: 64px;
    bottom: 230px;
}


#footer .copy {
    position: absolute;
    bottom: 94px;
    font-size: 13px;
    letter-spacing: 0px;
    color: #000;
    height: auto;
    left: 50%;
    margin: 0 0 0 40px;
    z-index: 1;
}


#footer .f_bottom {
    position: absolute;
    bottom: 0;
    height: 150px;
    z-index: 0;
    width: 100%;
    background: #fff;
}





/* SNSボタン */

#footer .sns {
    position: absolute;
    bottom: 72px;
    left: 50%;
    margin: 0 0 0 -330px;
}


#footer .sns .logo_net {
	float:left;
	width:280px;
	height:80px;
	margin-top:16px;
}

#footer .sns .logo_net img {
	width:201px;
	height:55px;
}

#footer .sns .logo_sns {
	float:left;
	width:280px;
	height:55px;
}

.snsb {
	position: relative;
}

.snsb ul {
   position: relative;
    left: 75%;
	float: left;
	margin-left:25px;
}

.snsb li {
	position: relative;
	float: left;
	left: -50%;
	margin-right: 10px;
	list-style:none;
}

.snsb iframe {
	margin: 0 !important;
}



}

/* PC用 ここまで */











































/* TABLET用 ここから */

@media screen and (min-width: 641px) and (max-width: 768px) {



/* ナビゲーションボタン各種 */

#cart_btn {
    z-index: 100;
    right: 6px;
    top: 3px;
    background-image: url(../img/cart_btn_t.png?1);
    background-size: cover;
    position: fixed;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
}


#cart_btn img {width:100%;}

#netshop_btn {
    z-index: 999;
    left: 20px;
    bottom: 20px;
    background-image: url(../img/netshop_btn_t.png);
    background-size: cover;
    height: 46px;
    position: fixed;
    width: 164px;
    background-repeat: no-repeat;
}

#netshop_btn img {width:100%;}


#pagetop_btn {
    z-index: 999;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -17px;
    background-image: url(../img/totop2.png);
    position: fixed;
    width: 34px;
    height: 45px;
    background-size: cover;
}

#order_btn {
    z-index: 999;
    right: 25px;
    bottom: 80px;
    background-image: url(../img/order_btn_t.png);
    background-size: 100%;
    position: fixed;
    width: 145px;
    height: 145px;
    background-repeat: no-repeat;
}


/* トップエリア*/

#top_area_wrap {
    overflow: visible;
    width: 100%;
    position: relative;
    padding: 0 0 320px 0;
    z-index: 60;
}

#top_area {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

#top_area_2 {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 70;
}



#top_area .up {
    background-image: url(../img/m_bg_p.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -200px;
    left: -90px;
    z-index: 0;
}


#top_area .top_title {
    background-image: url(../img/m_logo_p.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 31%;
    height: 100%;
    position: absolute;
    top: 30px;
    left: 40px;
    z-index: 2;
}

#top_area .top_image {
    background-image: url(../img/main_t.png?1);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -25px;
    right: 0;
    z-index: 1;
}



.arrow {
    background-image: url(../img/arrow.png);
    background-position: center top;
    position: absolute;
    background-size: cover;
    z-index: 999;
    bottom: 0;
    left: 50%;
    width: 66px;
    height: 66px;
    margin: 0 0 0 -33px;
}




/* リード*/

#read {
    width: 100%;
    margin: 65px auto 0 auto;
    letter-spacing: 1px;
    position: relative;
    color: #fff;
}



#read .midashi1 {
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
}

#read .midashi2 {
    margin: 0 auto;
    font-size: 26px;
    text-align: center;
}

#read .midashi3 {
	margin: 0 auto;
    font-size: 17px;
    text-align: center;
}





#read2 {
    width: 76%;
    margin: 27px auto 0px auto;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
    text-align: left;
    position: relative;
    display: table;
}


#read2 .midashi {
	font-size: 18px;
}


#read2 .under {
	font-family: "FP-HiraMinProN-W6";
	border-bottom:#ff0000 1px solid;
	padding-bottom:2px;
}






.sub_title {
	font-size:26px;
	text-align:center;
}


.title_line {
    text-align: center;
    width: 100px;
    border-bottom: 1px #09275a solid;
    margin: 22px auto 0 auto;
}




/* 商品ページへ */


#shohin_area {
	margin: 0 auto;
	width: 100%;
	padding:100px 0 155px; 0;
}

#about_area_wrap {
    background-image: url(../img/bg_about_t.png);
    margin: 0 auto 12px auto;
    width: 100%;
    -webkit-clip-path: inset(0 12px 0 12px);
    clip-path: inset(0 12px 0 12px);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 18px 58px;
    padding: 55px 0;
    background-size: 8.8%;
}

#about_area_wrap .inner {
    margin: 0 auto;
    border-left: 1px #000 solid;
    border-right: 1px #000 solid;
    position: relative;
    width: 71%;
}

#about_area_wrap .txt {
    width: 86%;
    font-size: 14px;
    margin: 0 auto;
    letter-spacing: 0.6px;
    padding: 20px 0 45px 0;
}

#about_area_wrap .btn {
    width: 271px;
    height: 35px;
    background-image: url(../img/btn_bg_p.png);
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 11px;
    color: #fff;
    margin: 30px 0 0 0;
    line-height: 30px;
    text-indent: 55px;
    letter-spacing: 1.5px;
}


#about_area_wrap .aimg {
    width: 87%;
    margin: 0 auto;
    background-image: url(../img/about_p.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 360px;
}


#item_area_wrap {
    background-image: url(../img/bg_item_t.png);
    margin: 0 auto 12px auto;
    width: 100%;
    -webkit-clip-path: inset(0 12px 0 12px);
    clip-path: inset(0 12px 0 12px);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 18px 58px;
    padding: 55px 0;
    background-size: 8.8%;
}

#item_area_wrap .inner {
    margin: 0 auto 90px auto;
    position: relative;
    width: 73%;
    min-width: 700px;
}

#item_area_wrap .item_img {
    width: 60%;
    margin: 25px auto 0 auto;
}

#item_area_wrap .item_img img {
    width: 100%;
}

#item_area_wrap .txt {
    width: 79%;
    margin: 40px auto 0 auto;
    font-size: 13px;
    left: 50%;
    letter-spacing: 0.6px;
}

#item_area_wrap .name_base {
    height: 53px;
    border-left: 1px #000 solid;
    letter-spacing: 0.6px;
    line-height: 28px;
    text-indent: 20px;
    margin: 0 0 18px 0;
}

#item_area_wrap .name {
    font-size: 20px;
}

#item_area_wrap .price {
    font-size: 12px;
    color:#e60012;
}



#item_area_wrap .btn {
    width: 271px;
    height: 35px;
    background-image: url(../img/btn_bg_p.png);
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 11px;
    color: #fff;
    margin: 20px 0 0 0;
    line-height: 30px;
    text-indent: 55px;
    letter-spacing: 1.5px;

}



/* 商品ページへ */









/* キーワード*/

#keyword {
    width: 100%;
    text-align: center;
    padding: 100px 0;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    z-index: 10;
}






/* フッター*/

#footer {
    width: 100%;
    text-align: center;
    height: 450px;
    z-index: 60;
    position: relative;
}

#footer .f_logo {
    background-image: url(../img/m_logo_p.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 23%;
    height: 500px;
    position: absolute;
    z-index: 2;
    right: 50px;
    bottom: 165px;
}


#footer .copy {
    position: absolute;
    bottom: 73px;
    font-size: 13px;
    letter-spacing: 0px;
    color: #000;
    height: auto;
    left: 50%;
    margin: 0 0 0 40px;
    z-index: 1;
}


#footer .f_bottom {
    position: absolute;
    bottom: 0;
    height: 120px;
    z-index: 0;
    width: 100%;
    background: #fff;
}





/* SNSボタン */

#footer .sns {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin: 0 0 0 -330px;
}


#footer .sns .logo_net {
	float:left;
	width:280px;
	height:80px;
	margin-top:16px;
}

#footer .sns .logo_net img {
	width:201px;
	height:55px;
}

#footer .sns .logo_sns {
	float:left;
	width:280px;
	height:55px;
}

.snsb {
	position: relative;
}

.snsb ul {
   position: relative;
    left: 75%;
	float: left;
	margin-left:25px;
}

.snsb li {
	position: relative;
	float: left;
	left: -50%;
	margin-right: 10px;
	list-style:none;
}

.snsb iframe {
	margin: 0 !important;
}



}

/* TABLET用 ここまで */











































/* SMP用 ここから */

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




/* ナビゲーションボタン各種 */

#cart_btn {
    z-index: 100;
    right: 0px;
    top: 0px;
    background-image: url(../img/cart_btn_t.png);
    background-size: cover;
    position: fixed;
    width: 65px;
    height: 65px;
    background-repeat: no-repeat;
}

#netshop_btn {
    z-index: 999;
    left: 15px;
    bottom: 20px;
    background-image: url(../img/netshop_btn_t.png);
    background-size: cover;
    height: 39px;
    position: fixed;
    width: 140px;
    background-repeat: no-repeat;
}

#netshop_btn img {width:100%;}

#pagetop_btn {
    z-index: 999;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -19px;
    background-image: url(../img/totop2.png);
    position: fixed;
    width: 38px;
    height: 50px;
    background-size: cover;
}

#order_btn {
    z-index: 999;
    right: 14px;
    bottom: 9px;
    background-image: url(../img/order_btn_t.png);
    background-size: 100%;
    position: fixed;
    width: 110px;
    height: 110px;
    background-repeat: no-repeat;
}


/* トップエリア*/

#top_area_wrap {
    overflow: visible;
    width: 100%;
    position: relative;
    padding: 0 0 355px 0;
    z-index: 60;
}

#top_area {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

#top_area_2 {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 70;
}



#top_area .up {
    background-image: url(../img/m_bg_p.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -170px;
    left: -70px;
    z-index: 0;
}


#top_area .top_title {
    background-image: url(../img/m_logo_p.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 48%;
    height: 100%;
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 2;
}

#top_area .top_image {
    background-image: url(../img/main_s.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -25px;
    right: 0;
    z-index: 1;
}



.arrow {
    background-image: url(../img/arrow.png);
    background-position: center top;
    position: absolute;
    background-size: cover;
    z-index: 999;
    bottom: 0;
    left: 50%;
    width: 54px;
    height: 54px;
    margin: 0 0 0 -27px;
}




/* リード*/

#read {
    width: 100%;
    margin: 50px auto 0 auto;
    letter-spacing: 1px;
    position: relative;
    color: #fff;
}



#read .midashi1 {
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
}

#read .midashi2 {
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
}

#read .midashi3 {
	margin: 0 auto;
    font-size: 10px;
    text-align: center;
}





#read2 {
    width: 86%;
    margin: 18px auto 0px auto;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 22px;
    text-align: left;
    position: relative;
    display: table;
}


#read2 .midashi {
	font-size: 18px;
}


#read2 .under {
	font-family: "FP-HiraMinProN-W6";
	border-bottom:#ff0000 1px solid;
	padding-bottom:2px;
}






.sub_title {
	font-size:26px;
	text-align:center;
}


.title_line {
    text-align: center;
    width: 100px;
    border-bottom: 1px #09275a solid;
    margin: 22px auto 0 auto;
}




/* 商品ページへ */



.midashi_s {
    font-size: 18px;
    line-height: 17px;
}

.midashi_l {
    font-size: 19px;
    letter-spacing: 2px;
    margin: 0 0 25px 0;
}

#shohin_area {
	margin: 0 auto;
	width: 100%;
	padding:100px 0 155px; 0;
}

#about_area_wrap {
    margin: 0 auto 20px auto;
    width: 100%;
    background-color: #fff;
    padding: 40px 0;
}

#about_area_wrap .inner {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

#about_area_wrap .txt {
    width: 86%;
    font-size: 12px;
    margin: 0 auto;
    letter-spacing: 0.6px;
    padding: 20px 0 30px 0;
}

#about_area_wrap .btn {
    width: 98%;
    height: 40px;
    background-image: url(../img/btn_bg_s.png);
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 12px;
    color: #fff;
    margin: 14px auto 0 auto;
    line-height: 36px;
    text-indent: 68px;
    letter-spacing: 1.5px;
}


#about_area_wrap .aimg {
    width: 87%;
    margin: 0 auto;
    background-image: url(../img/about_p.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 270px;
}


#item_area_wrap {
    margin: 0 auto 20px auto;
    width: 100%;
    background-color: #fff;
    padding: 40px 0;
}

#item_area_wrap .inner {
    margin: 0 auto 70px auto;
    position: relative;
    width: 86%;
}

#item_area_wrap .item_img {
    width: 100%;
    margin: 25px auto 0 auto;
}

#item_area_wrap .item_img img {
    width: 100%;
}

#item_area_wrap .txt {
    width: 95%;
    margin: 15px auto 0 auto;
    font-size: 12px;
    letter-spacing: 0.6px;
}

#item_area_wrap .name_base {
    height: 41px;
    border-left: 1px #000 solid;
    letter-spacing: 0.6px;
    line-height: 23px;
    text-indent: 14px;
    margin: 0 0 18px 0;
}

#item_area_wrap .name {
    font-size: 16px;
}

#item_area_wrap .price {
    font-size: 10px;
    color:#e60012;
}



#item_area_wrap .btn {
    width: 98%;
    height: 40px;
    background-image: url(../img/btn_bg_s.png);
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 12px;
    color: #fff;
    margin: 14px auto 0 auto;
    line-height: 36px;
    text-indent: 68px;
    letter-spacing: 1.5px;

}




/* iPhone5 対策 */

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

#item_area_wrap .btn , #about_area_wrap .btn {
    font-size: 11px;
    line-height: 32px;
    text-indent: 55px;
}

}

/* iPhone Plus 対策 */
@media screen and (min-width: 414px) {

#item_area_wrap .btn , #about_area_wrap .btn {
    font-size: 13px;
    line-height: 39px;
    text-indent: 76px;
}

}





/* 商品ページへ */








/* キーワード*/

#keyword {
    width: 100%;
    width: 100%;
    text-align: center;
    padding: 50px 0;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    z-index: 10;
}





/* フッター*/

#footer {
    width: 100%;
    text-align: center;
    height: 205px;
    z-index: 60;
    position: relative;
}

#footer .f_logo {
    background-image: url(../img/m_logo_p.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 37%;
    height: 500px;
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 120px;
}


#footer .copy {
    position: absolute;
    bottom: 63px;
    font-size: 11px;
    letter-spacing: 0px;
    color: #000;
    height: auto;
    left: 50%;
    margin: 0 0 0 38px;
    z-index: 1;
}


#footer .f_bottom {
    position: absolute;
    bottom: 0;
    height: 100px;
    z-index: 0;
    width: 100%;
    background: #fff;
}




/* SNSボタン */

#footer .sns {
    position: absolute;
    bottom: 39px;
    left: 50%;
    margin: 0 0 0 -330px;
}


#footer .sns .logo_net {
	float:left;
	width:280px;
	height:80px;
	margin-top:16px;
}

#footer .sns .logo_net img {
	width:201px;
	height:55px;
}

#footer .sns .logo_sns {
	float:left;
	width:280px;
	height:55px;
}

.snsb {
	position: relative;
}

.snsb ul {
   position: relative;
    left: 75%;
	float: left;
	margin-left:25px;
}

.snsb li {
	position: relative;
	float: left;
	left: -50%;
	margin-right: 10px;
	list-style:none;
}

.snsb iframe {
	margin: 0 !important;
}




}

/* SMP用 ここまで */