﻿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;
}

* {font-weight: normal;}

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

b {font-weight: bold;}

img { border:none;}

.so {
    opacity: 0.2;
    position: relative;
}


/* 回り込み解除 */

.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";}

.iwg {font-family: "IwaNGNewsPro-Md"}




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

.red {color:#cc0000;}

.red2 {color:#ff0000;}




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

.fadein {
    opacity : 0;
    transform : translate(0, 0);
    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);
   }




	

#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;
	}	


.op1  {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.0s;
 -ms-animation-duration:1.0s;
 animation-duration:1.0s;
-webkit-animation-delay: 1.0s; /* Safari 4.0 - 8.0 */
 animation-delay: 1.0s;
 -webkit-animation-name: opf1;
 animation-name: opf1;
 visibility: visible !important;
}

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

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

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


.op3 {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.0s;
 -ms-animation-duration:1.0s;
 animation-duration:1.0s;
-webkit-animation-delay: 2.0s; /* Safari 4.0 - 8.0 */
 animation-delay: 2.0s;
 -webkit-animation-name: opf3;
 animation-name: opf3;
 visibility: visible !important;
}

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


.op4 {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.0s;
 -ms-animation-duration:1.0s;
 animation-duration:1.0s;
-webkit-animation-delay: 2.5s; /* Safari 4.0 - 8.0 */
 animation-delay: 2.5s;
 -webkit-animation-name: opf4;
 animation-name: opf4;
 visibility: visible !important;
}

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

.op5 {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.0s;
 -ms-animation-duration:1.0s;
 animation-duration:1.0s;
-webkit-animation-delay: 3.5s; /* Safari 4.0 - 8.0 */
 animation-delay: 3.5s;
 -webkit-animation-name: opf5;
 animation-name: opf5;
 visibility: visible !important;
}

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


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

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



.op7 {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.0s;
 -ms-animation-duration:1.0s;
 animation-duration:1.0s;
-webkit-animation-delay: 6.0s; /* Safari 4.0 - 8.0 */
 animation-delay: 6.0s;
 -webkit-animation-name: opf7;
 animation-name: opf7;
 visibility: visible !important;
}

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

















/* PC用 ここから */

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



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

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

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

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





/* オープニング */


#first {
    background: #fff;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}


#first .op_logo_1 {
    background-image: url(../img/op_logo_1.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 510px;
    height: 128px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -64px 0 0 -255px;
}


#first .op_logo_2 {
    background-image: url(../img/op_logo_2.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 510px;
    height: 128px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -64px 0 0 -255px;
}


#first .op_logo_3 {
    background-image: url(../img/op_logo_3.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 510px;
    height: 128px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -64px 0 0 -255px;
}


#first .op_logo_4 {
    background-image: url(../img/op_logo_4.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 510px;
    height: 128px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -64px 0 0 -255px;
}

#first .op_main {
    background-image: url(../img/op_bg_p.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}





/* トップエリア*/

#top_area_p {
	position: absolute;
	top:0;
    background: #fff;
	width: 100%;
	z-index: -1;
    background-position: left top;
    position: relative;
    background-size: cover;
}


#top_area_p .right_bg {
    background: #fff;
    position: absolute;
    width:50%;
    right:0;
    top:0;
    height:100%;
    z-index: 1;
}


#top_area_p .top_title {
    background-image: url(../img/logo_main.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 510px;
    height: 128px;
    position: absolute;
    top: 50%;
    left: 75%;
    z-index: 2;
    margin: -64px 0 0 -255px;
}

#second {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}



#second .arrow {
    background-image: url(../img/arrow.png);
    background-position: center top;
    position: absolute;
    background-size: cover;
    z-index: 999;
    bottom: 20px;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: 0px 0 0 -40px;
   -webkit-animation: bounce1 3000ms infinite;
}

@-webkit-keyframes bounce1 {
  0%   {
    margin-bottom:0;
  }
  50% {
    margin-bottom:15px;
  }
  100% {
    margin-bottom:0;
  }
}


@media screen and (max-width: 1095px) {
#top_area_p .top_title {
    width: 44%;
    height: 100%;
    margin: -64px 0 0 -22%;
    background-size: 100%;
}
}


/* リード*/

#read {
    width: auto;
    margin: 98px auto 0 auto;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 40px;
    text-align: left;
    position: relative;
}

#read .sub {
	margin: 23px auto 26px auto;
	font-size: 21px;
	text-align: center;
}


#read .midashi1 {
    background-image: url(../img/logo.png);
    background-position: center top;
    background-size: cover;
    margin: 0 auto;
    width: 126px;
    height: 54px;
}

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

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


#read2 {
    width: 657px;
    margin: 28px auto 115px auto;
    font-size: 16px;
    letter-spacing: 1.1px;
    line-height: 31px;
    text-align: left;
    position: relative;
}






/* 商品＆イメージ */

#image_area {
	margin: 0 auto 5px auto;
	width: 100%;
	background:#f5f5f5;
}


#image_area .wrapper {
    margin: 0 auto;
    width: 100%;
    min-width: 1000px;
    max-width: 1500px;
    padding: 100px 0 80px 0;
}


#image_area .item {
    margin: 0 15px 0 0;
    width: 38.8%;
    display: inline-block;
}

#image_area .item img {
	width: 100%;
	transition: 0.2s ease 0s;
	-webkit-transition: 0.2s ease 0s;
	-moz-transition: 0.2s ease 0s;
	-ms-transition: 0.2s ease 0s;
}

#image_area img {
	transition: 0.2s ease 0s;
	-webkit-transition: 0.2s ease 0s;
	-moz-transition: 0.2s ease 0s;
	-ms-transition: 0.2s ease 0s;
}

#image_area img:hover {
	opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

#image_area .name {
    margin: -15px auto 0 auto;
    height: 46px;
    background-image: url(../img/logo_s.png);
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 22px;
    display: table;
    padding: 7px 0 0 114px;
    letter-spacing: 1.7px;
    z-index: 1;
    position: relative;
}

#image_area .price {
    font-size: 17px;
    padding: 0 0 0 6px;
    letter-spacing: 0.7px;
    vertical-align: 2px;
}


#image_area .image {
    margin: 0 0 0 35px;
    width: 26%;
    display: inline-block;
}

#image_area .image img {
	width: 100%;
}




/* キーワード*/

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






/* フッター*/

#footer {
	width: 100%;
	padding: 10px 0 55px 0;
	margin: 0 auto -5px auto;
	text-align: center;
	height: auto;
	overflow: visible;
	z-index: 1;
	position: relative;
}

#footer .f_logo {
    background-image: url(../img/logo_b.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 456px;
    height: 59px;
    margin: 0 0 0 -228px;
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 155px;
}


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




/* SNSボタン */

#footer .sns {
    position: absolute;
    bottom: 78px;
    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;
}





.so500 {
    pointer-events: none;
    position: relative;
}

.so500:before {
    content: "売り切れ\A再入荷予定なし";
    color: #666;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 40%;
    z-index: 30;
    width: 100%;
    text-align: center;
    white-space: pre;
    font-family: "FP-HiraKakuProN-W3";
}





}

/* PC用 ここまで */











































/* TABLET用 ここから */

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



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

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


#netshop_btn {
    z-index: 60;
    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;
}

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




/* オープニング */


#first {
    background: #fff;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}


#first .op_logo_1 {
    background-image: url(../img/op_logo_1.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 64%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -64px 0 0 -32%;
}


#first .op_logo_2 {
    background-image: url(../img/op_logo_2.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 64%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -64px 0 0 -32%;
}


#first .op_logo_3 {
    background-image: url(../img/op_logo_3.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 64%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -64px 0 0 -32%;
}


#first .op_logo_4 {
    background-image: url(../img/op_logo_4.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 64%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -64px 0 0 -32%;
}

#first .op_main {
    background-image: url(../img/op_bg_t.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}


/* トップエリア*/

#top_area_t {
	position: absolute;
	top:0;
    background: #fff;
	width: 100%;
	z-index: -1;
    background-position: center bottom;
    position: relative;
    background-size: 100%!important;
}

#top_area_t .right_bg {
    background: #fff;
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    height: 21%;
    z-index: 1;
}


#top_area_t .top_title {
    background-image: url(../img/logo_main.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 64%;
    height: 100%;
    position: absolute;
    top: 4.5%;
    left: 50%;
    z-index: 2;
    margin: 0 0 0 -32%;
}


#second {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}

#second .arrow {
    background-image: url(../img/arrow.png);
    background-position: center top;
    position: absolute;
    background-size: cover;
    z-index: 999;
    bottom: 20px;
    left: 50%;
    width: 64px;
    height: 64px;
    margin: 0px 0 0 -32px;
   -webkit-animation: bounce1 3000ms infinite;
}

@-webkit-keyframes bounce1 {
  0%   {
    margin-bottom:0;
  }
  50% {
    margin-bottom:15px;
  }
  100% {
    margin-bottom:0;
  }
}




/* リード*/

#read {
    width: auto;
    margin: 50px auto 0 auto;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 40px;
    text-align: left;
    position: relative;
}


#read .midashi1 {
    background-image: url(../img/logo.png);
    background-position: center top;
    background-size: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    width: 99px;
    height: 43px;
}

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

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


#read2 {
    width: 580px;
    margin: 22px auto 85px auto;
    font-size: 14px;
    letter-spacing: 1.1px;
    line-height: 27px;
    text-align: left;
    position: relative;
}






/* 商品＆イメージ */

#image_area {
	margin: 0 auto 5px auto;
	width: 100%;
	background:#f5f5f5;
}


#image_area .wrapper {
    margin: 0 auto;
    width: 100%;
    padding: 15px 0 80px 0;
}


#image_area .item {
    margin: 0 auto 68px auto;
    width: 80%;
}

#image_area .item img {
	width: 100%;
	transition: 0.2s ease 0s;
	-webkit-transition: 0.2s ease 0s;
	-moz-transition: 0.2s ease 0s;
	-ms-transition: 0.2s ease 0s;
}


#image_area .name {
    margin: -29px auto 0 auto;
    height: 44px;
    background-image: url(../img/logo_s.png);
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 22px;
    display: table;
    padding: 6px 0 0 111px;
    letter-spacing: 1.7px;
    z-index: 1;
    position: relative;
}

#image_area .price {
    font-size: 17px;
    padding: 0 0 0 6px;
    letter-spacing: 0.7px;
    vertical-align: 2px;
}


#image_area .image {
    margin: 0 0 0 3%;
    width: 45.36%;
    display: inline-block;
}

#image_area .image img {
	width: 100%;
}




/* キーワード*/

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






/* フッター*/

#footer {
	width: 100%;
	padding: 10px 0 55px 0;
	margin: 0 auto -5px auto;
	text-align: center;
	height: auto;
	overflow: visible;
	z-index: 1;
	position: relative;
}

#footer .f_logo {
    background-image: url(../img/logo_b.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 50%;
    height: 70px;
    margin: 0 0 0 -25%;
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 150px;
}


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




/* SNSボタン */

#footer .sns {
    position: absolute;
    bottom: 78px;
    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;
}



.so500 {
    pointer-events: none;
    position: relative;
}

.so500:before {
    content: "売り切れ\A再入荷予定なし";
    color: #666;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 40%;
    z-index: 30;
    width: 100%;
    text-align: center;
    white-space: pre;
    font-family: "FP-HiraKakuProN-W3";
}



}

/* TABLET用 ここまで */











































/* SMP用 ここから */

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



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

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


#netshop_btn {
    z-index: 60;
    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;
}


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

/* オープニング */


#first {
    background: #fff;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}


#first .op_logo_1 {
    background-image: url(../img/op_logo_1.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 64%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -64px 0 0 -32%;
}


#first .op_logo_2 {
    background-image: url(../img/op_logo_2.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 64%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -64px 0 0 -32%;
}


#first .op_logo_3 {
    background-image: url(../img/op_logo_3.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 64%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -64px 0 0 -32%;
}


#first .op_logo_4 {
    background-image: url(../img/op_logo_4.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 64%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -64px 0 0 -32%;
}

#first .op_main {
    background-image: url(../img/op_bg_t.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}


/* トップエリア*/

#top_area_s {
	position: absolute;
	top:0;
    background: #fff;
	width: 100%;
	z-index: -1;
    background-position: center 40%;
    position: relative;
    background-size: 100%!important;
    background-repeat: no-repeat;
}


#top_area_s .right_bg {
    background: #fff;
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    height: 25%;
    z-index: 1;
}


#top_area_s .top_title {
    background-image: url(../img/logo_main.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 92%;
    height: 100%;
    position: absolute;
    top: 4%;
    left: 50%;
    z-index: 2;
    margin: 0 0 0 -46%;
}


#second {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}

#second .arrow {
    background-image: url(../img/arrow.png);
    background-position: center top;
    position: absolute;
    background-size: cover;
    z-index: 999;
    bottom: 10px;
    left: 50%;
    width: 64px;
    height: 64px;
    margin: 0px 0 0 -32px;
   -webkit-animation: bounce1 3000ms infinite;
}

@-webkit-keyframes bounce1 {
  0%   {
    margin-bottom:0;
  }
  50% {
    margin-bottom:15px;
  }
  100% {
    margin-bottom:0;
  }
}




/* リード*/

#read {
    width: auto;
    margin: 50px auto 0 auto;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    text-align: left;
    position: relative;
}


#read .midashi1 {
    background-image: url(../img/logo.png);
    background-position: center top;
    background-size: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    width: 77px;
    height: 40px;
}

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

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


#read2 {
    width: 90%;
    margin: 12px auto 63px auto;
    font-size: 11px;
    letter-spacing: 1.2px;
    line-height: 22px;
    text-align: left;
    position: relative;
}






/* 商品＆イメージ */

#image_area {
	margin: 0 auto 10px auto;
	width: 100%;
	background:#f5f5f5;
}


#image_area .wrapper {
    margin: 0 auto;
    width: 100%;
    padding: 15px 0 60px 0;
}


#image_area .item {
    margin: 0 auto 43px auto;
    width: 100%;
}

#image_area .item img {
	width: 100%;
	transition: 0.2s ease 0s;
	-webkit-transition: 0.2s ease 0s;
	-moz-transition: 0.2s ease 0s;
	-ms-transition: 0.2s ease 0s;
}

#image_area img {
	transition: 0.2s ease 0s;
	-webkit-transition: 0.2s ease 0s;
	-moz-transition: 0.2s ease 0s;
	-ms-transition: 0.2s ease 0s;
}


#image_area .name {
    margin: 0 auto;
    height: 34px;
    background-image: url(../img/logo_s.png);
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 16px;
    display: table;
    padding: 4px 0 0 85px;
    letter-spacing: 1.7px;
    z-index: 1;
    position: relative;
}

#image_area .price {
    font-size: 12px;
    padding: 0 0 0 6px;
    letter-spacing: 0.7px;
    vertical-align: 2px;
}


#image_area .image {
    margin: 0 auto 15px auto;
    width: 75%;
}

#image_area .image img {
	width: 100%;
}




/* キーワード*/

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






/* フッター*/

#footer {
	width: 100%;
	padding: 10px 0 55px 0;
	margin: 0 auto -5px auto;
	text-align: center;
	height: auto;
	overflow: visible;
	z-index: 1;
	position: relative;
}

#footer .f_logo {
    background-image: url(../img/logo_b.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 80%;
    height: 70px;
    margin: 0 0 0 -40%;
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 115px;
}


#footer .copy {
    position: absolute;
    bottom: 82px;
    font-size: 10px;
    letter-spacing: 0px;
    color: #000;
    height: auto;
    left: 50%;
    margin: 0 0 0 40px;
}



/* SNSボタン */

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


#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;
}



.so500 {
    pointer-events: none;
    position: relative;
}

.so500:before {
    content: "売り切れ\A再入荷予定なし";
    color: #666;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 40%;
    z-index: 30;
    width: 100%;
    text-align: center;
    white-space: pre;
    font-family: "FP-HiraKakuProN-W3";
}



}

/* SMP用 ここまで */