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




/* 回り込み解除 */

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




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

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


.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: fadeInDown2;
 animation-name: fadeInDown2;
 visibility: visible !important;
-webkit-animation-delay: 1.5s; /* Safari 4.0 - 8.0 */
 animation-delay: 1.5s;
}

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


.fadeinan3l  {
 -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: fadeInDown3l;
 animation-name: fadeInDown3l;
 visibility: visible !important;
-webkit-animation-delay: 3s; /* Safari 4.0 - 8.0 */
 animation-delay: 3s;
}

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

.fadeinan3r  {
 -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: fadeInDown3r;
 animation-name: fadeInDown3r;
 visibility: visible !important;
-webkit-animation-delay: 3s; /* Safari 4.0 - 8.0 */
 animation-delay: 3s;
}

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


.fadeinan4  {
 -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: fadeInDown4;
 animation-name: fadeInDown4;
 visibility: visible !important;
-webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */
 animation-delay: 2s;
}

@-webkit-keyframes fadeInDown4 {
 0% { opacity: 0;}
 100% { opacity: 1.0;}
}
@keyframes fadeInDown4 {
 0% { opacity: 0;}
 100% { opacity: 1.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;
}

#cart_btn img {width:100%;}

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

#netshop_btn img {width:100%;}


/* トップエリア*/

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

#top_area {
	background-image:url(../img/main_p.jpg) ;
	background-position:center top;
	position: relative;
	background-size:cover;
	z-index: 0;
}


#top_area .top_title {
	background-image:url(../img/logo_t_p.png?1) ;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	width:74px;
	height:428px;
	position: absolute;
	top:40px;
	left:60px;
	z-index: 2;
}

#top_area .subcopy {
    width: auto;
    position: absolute;
    bottom: 40px;
    right: 45px;
    color: #fff;
    font-size: 21px;
    letter-spacing: 1px;
    z-index: 2;
}




/* リード*/

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

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


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

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

#read .midashi3 {
	margin: 12px auto 0 auto;
	font-size: 16px;
	text-align: center;
	border-top: #666 1px solid;
	border-bottom: #666 1px solid;
}


#read .midashi4 {
	margin: 9px auto 0 auto;
	font-size: 21px;
	text-align: center;
}

#read .kl {
	font-size: 32px;
}


#read .midashi5 {
	margin: 0 auto 33px auto;
	font-size: 15px;
	text-align: center;
}


#read .wazuka {
	margin: 5px auto 0 auto;
	font-size: 16px;
	text-align: center;
	color:#fff;
	background:#ff0000;
	width:50%;
}




#read2 {
	width: 690px;
	padding-bottom: 80px;
	margin: 0 auto;
	font-size: 16px;
	letter-spacing: 1.2px;
	line-height: 30px;
	text-align: left;
	position: relative;
}


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


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





/* イメージ */

#image_area {
	margin: 0 auto;
	width: 850px;
}

#image_area .txt {
	margin: 15px auto 60px auto;
	font-size: 15px;
	width: 100%;
	text-align: left;
}

#image_area 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/b_logo_p.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 287px;
    height: 42px;
    margin: 0 0 0 -144px;
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 130px;
}


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




/* フッターイメージ */


#footer .blimg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 585px;
	z-index: -10;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -ms-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
}

#footer .brimg {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 585px;
	z-index: -10;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -ms-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
}

#footer .blimg img , #footer .brimg img {
	width: 100%;
}


@media screen and (max-width: 1500px)  {
#footer .blimg , #footer .brimg {
	width: 36%;
}
}



/* SNSボタン */

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

#cart_btn img {width:100%;}

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

#netshop_btn img {width:100%;}


/* トップエリア*/

#top_area {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../img/main_t.jpg);
    background-position: center center;
    position: relative;
    background-size: 100%;
    z-index: 0;
}


#top_area .top_title {
    background-image: url(../img/logo_t_t.png?1);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 69px;
    height: 413px;
    position: absolute;
    top: 30px;
    left: 40px;
    z-index: 2;
}

#top_area .subcopy {
    width: auto;
    position: absolute;
    bottom: 30px;
    right: 25px;
    color: #fff;
    font-size: 21px;
    letter-spacing: 1px;
    z-index: 2;
}




/* リード*/

#read {
	width: 55%;
    margin: 40px auto 0 auto;
    letter-spacing: 1px;
    line-height: 30px;
    text-align: left;
    position: relative;
}

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


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

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

#read .midashi3 {
	margin: 12px auto 0 auto;
	font-size: 13px;
	text-align: center;
	border-top: #666 1px solid;
	border-bottom: #666 1px solid;
}


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

#read .kl {
	font-size: 32px;
}


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


#read .wazuka {
	margin: 5px auto 0 auto;
	font-size: 13px;
	text-align: center;
	color:#fff;
	background:#ff0000;
	width:55%;
}




#read2 {
    width: 75%;
    padding-bottom: 60px;
    margin: 0 auto;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 26px;
    text-align: left;
    position: relative;
}

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


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





/* イメージ */

#image_area {
	margin: 0 auto;
	width: 83%;
}

#image_area .txt {
	margin: 4px auto 40px auto;
    font-size: 14px;
    width: 100%;
    text-align: left;
    letter-spacing: 1px;
}

#image_area img {
	width: 100%;
}




/* キーワード*/

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






/* フッター*/

#footer {
    background-image: url(../img/b_bg_t.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    padding: 10px 0 55px 0;
    margin: 0 auto -5px auto;
    text-align: center;
    min-height: 200px;
    position: relative;
}

#footer .f_logo {
    background-image: url(../img/b_logo_t.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 206px;
    height: 29px;
    margin: 0 0 0 -103px;
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 95px;
}


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




/* SNSボタン */

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

#cart_btn img {width:100%;}

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

#netshop_btn img {width:100%;}


/* トップエリア*/

#top_area {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../img/main_s.jpg?1);
    background-position: center center;
    position: relative;
    background-size: 100%;
    z-index: 0;
}


#top_area .top_title {
    background-image: url(../img/logo_t_t.png?1);
    background-image: url(../img/logo_t_t.png?1);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 53px;
    height: 317px;
    position: absolute;
    top: 26px;
    left: 14px;
    z-index: 2;
}

#top_area .subcopy {
    width: auto;
    position: absolute;
    bottom: 7px;
    right: 15px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    z-index: 2;
}




/* リード*/

#read {
    width: 100%;
    margin: 30px auto 0 auto;
    letter-spacing: 1px;
    line-height: 25px;
    text-align: left;
    position: relative;
}

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


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

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

#read .midashi3 {
	margin: 3px auto 0 auto;
	font-size: 11px;
	text-align: center;
	border-top: #666 1px solid;
	border-bottom: #666 1px solid;
}


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

#read .kl {
	font-size: 29px;
}


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


#read .wazuka {
	margin: 5px auto 0 auto;
	font-size: 11px;
	text-align: center;
	color:#fff;
	background:#ff0000;
	width:55%;
}



#read2 {
width: 94%;
    padding-bottom: 60px;
    margin: 0 auto;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 22px;
    text-align: left;
    position: relative;
}


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

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





/* イメージ */

#image_area {
	margin: 0 auto;
	width: 100%;
}

#image_area .txt {
    margin: 4px auto 40px auto;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    letter-spacing: 1px;
    width: 94%;
}

#image_area img {
	width: 100%;
}




/* キーワード*/

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






/* フッター*/

#footer {
    background-image: url(../img/b_bg_s.jpg?1);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    padding: 10px 0 55px 0;
    margin: 0 auto -5px auto;
    text-align: center;
    min-height: 200px;
    position: relative;
}

#footer .f_logo {
    background-image: url(../img/b_logo_t.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 166px;
    height: 23px;
    margin: 0 0 0 -83px;
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 100px;
}


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




/* SNSボタン */

#footer .sns {
    position: absolute;
    bottom: 46px;
    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用 ここまで */