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

@-webkit-keyframes fadeInDown2 {
 0% {
 opacity: 0;
 -webkit-transform: scale(0.85);
 -moz-transform: scale(0.85);
 -o-transform: scale(0.85);
 -ms-transform: scale(0.85);
 transform: scale(0.85);
 }
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
 }
}
@keyframes fadeInDown2 {
 0% {
 opacity: 0;
 -webkit-transform: scale(0.85);
 -moz-transform: scale(0.85);
 -o-transform: scale(0.85);
 -ms-transform: scale(0.85);
 transform: scale(0.85);
 }
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
 }
}










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


/* 共通コンテンツ */

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














/* 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%;}


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


/* トップエリア*/

#top_area_wrap {
	overflow: hidden;
	width: 100%;
}

#top_area {
	width: 100%;
	margin: 0 auto;
	background-image:url(../img/main_p.jpg) ;
	background-position:center center;
	position: fixed;
	background-size:cover;
	z-index: 0;
	opacity: 0.5;
    -webkit-filter: grayscale(0.7);
    filter: grayscale(0.7);
}


#top_area .top_title {
	background-image: url(../img/logo_t.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 720px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin: -50px 0 0 -360px;
}

#top_area_arrow {
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0;
}

.arrow {
    background-image: url(../img/arrow.png);
    background-position: center top;
    position: fixed;
    background-size: cover;
    z-index: 999;
    bottom: 45px;
    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;
  }
}







/* リード*/

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



#read .midashi1 {
	margin: 0 auto;
	font-size: 20px;
	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-bottom: #8dcbd2 2px solid;
	display:table;
}


#read .midashi4 {
    margin: 18px auto 5px auto;
    font-size: 18px;
    text-align: center;
    letter-spacing: 4px;
}

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


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

#read .wazuka {
    margin: 18px auto 5px auto;
    font-size: 20px;
    text-align: center;
    letter-spacing: 4px;
    width:410px;
    height:30px;
    background:#ff0000;
    color:#fff;
}




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


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


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





/* イメージ */

#image_area {
	margin: 0 auto;
	background:#8dcbd2;
	width: 100%;
	padding:120px 0 155px; 0;
}

#image_area_wrap {
    margin: 0 auto;
    width: 85%;
    max-width: 1648px;
    min-width: 800px;
}

.img1 {
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 0 0 1.2% 0;
}

.img1 .txt_area {
    min-width: 280px;
    position: absolute;
    min-height: 80px;
    padding: 18px 22px;
    background: #fff;
    bottom: 47px;
    right: -20px;
    z-index: 5;
}


.img1 .txt {
    font-size: 18px;
    letter-spacing: 2px;
}



.img2 {
    width: 49.2%;
    position: relative;
    display: inline-block;
}


.img2 .txt_area {
    max-width: 100%;
    position: absolute;
    min-height: 80px;
    padding: 18px 30px;
    background: #fff;
    bottom: 47px;
    left: -20px;
    margin: 0 10px 0 0;
    z-index: 5;
}


.img2 .txt {
    font-size: 16px;
    letter-spacing: 2px;
}



.img3 {
    width: 49.2%;
    position: relative;
    float: right;
}



#image_area img {
	width: 100%;
}

.over {
    width: 100%;
    background: #8dcbd2;
    min-height:99.5%;
    position:absolute;
    top:0;
    z-index:1;
    overflow:hidden;
}




/* 歩み */

#about {
	width:auto;
	margin: 130px auto 200px auto;
}

#about .midashi {
	margin: 25px auto 40px auto;
	line-height: 30px;
	font-size: 30px;
	letter-spacing: 3.5px;
	text-align: center;
}

#about .line {
	width:77px;
	margin: 0 auto 40px auto;
	border-bottom:2px solid #8dcbd2;
}


#about .txt {
	width:100%;
	font-size: 14px;
	margin:2px 0 35px 0;
	text-align: left;
}

#about table {
	display:table;
	margin:2px auto 70px auto;
	font-size:15px;
	letter-spacing: 1px;
	line-height:29px;
}

#about table td {
vertical-align:top;
}

#about .yy {
	width:75px;
}

#about .mm {
	width:50px;
}








/* キーワード*/

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






/* フッター*/

#footer {
    width: 100%;
    text-align: center;
    height: 325px;
    z-index: 1;
    position: relative;
    background: #111c41;
}

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


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





/* SNSボタン */

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


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

/* トップエリア*/

#top_area_wrap {
	overflow: hidden;
	width: 100%;
}

#top_area {
	width: 100%;
	margin: 0 auto;
	background-image:url(../img/main_t.jpg) ;
	background-position:center center;
	position: fixed;
	background-size:cover;
	z-index: 0;
    opacity: 0.5;
    -webkit-filter: grayscale(0.7);
    filter: grayscale(0.7);
}


#top_area .top_title {
    background-image: url(../img/logo_t.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 80%;
    height: 200px;
    position: absolute;
    top: 18.5%;
    left: 50%;
    z-index: 2;
    margin: -100px 0 0 -40%;
}

#top_area_arrow {
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0;
}

.arrow {
    background-image: url(../img/arrow.png);
    background-position: center top;
    position: fixed;
    background-size: cover;
    z-index: 999;
    bottom: 45px;
    left: 50%;
    width: 70px;
    height: 70px;
    margin: 0px 0 0 -35px;
    -webkit-animation: bounce1 3000ms infinite;
}

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







/* リード*/

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



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

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

#read .midashi3 {
    margin: 4px auto 0 auto;
    font-size: 14px;
    text-align: center;
    border-bottom: #8dcbd2 2px solid;
    display: table;
}


#read .midashi4 {
    margin: 14px auto 0 auto;
    font-size: 16px;
    text-align: center;
    letter-spacing: 3px;
}

#read .kl {
	font-size: 27px;
	    vertical-align: -2px;
}


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

#read .wazuka {
    margin: 13px auto 5px auto;
    font-size: 20px;
    text-align: center;
    letter-spacing: 4px;
    width: 380px;
    height: 30px;
    background: #ff0000;
    color: #fff;
}




#read2 {
    width: 77%;
    margin: 45px auto 80px auto;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: left;
    position: relative;
}


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


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





/* イメージ */

#image_area {
    margin: 0 auto;
    background: #8dcbd2;
    width: 100%;
    padding: 90px 0 145px;
}

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

.img1 {
    width: 117%;
    position: relative;
    display: inline-block;
    margin: 0 0 1% -8.5%;
}

.img1 .txt_area {
    min-width: 220px;
    position: absolute;
    min-height: 80px;
    padding: 14px 20px;
    background: #fff;
    bottom: 18px;
    right: 80px;
    z-index: 5;
}


.img1 .txt {
    font-size: 15px;
    letter-spacing: 1.6px;
}



.img2 {
    width: 49.2%;
    position: relative;
    display: inline-block;
}


.img2 .txt_area {
    width: 132%;
    position: absolute;
    min-height: 60px;
    padding: 15px 30px;
    background: #fff;
    bottom: -45px;
    left: 10px;
    margin: 0 10px 0 0;
    z-index: 5;
}


.img2 .txt {
    font-size: 13px;
    letter-spacing: 1px;
}



.img3 {
    width: 49.2%;
    position: relative;
    float: right;
}



#image_area img {
	width: 100%;
}

.over {
    width: 100%;
    background: #8dcbd2;
    min-height:99.5%;
    position:absolute;
    top:0;
    z-index:1;
    overflow:hidden;
}




/* 歩み */

#about {
	width: 90%;
    margin: 90px auto 100px auto;
}

#about .midashi {
    margin: 25px auto;
    line-height: 30px;
    font-size: 25px;
    letter-spacing: 4px;
    text-align: center;
}

#about .line {
	width:70px;
	margin: 0 auto 38px auto;
	border-bottom:2px solid #8dcbd2;
}


#about .txt {
	width:100%;
	font-size: 14px;
	margin:2px 0 35px 0;
	text-align: left;
}

#about table {
	display:table;
	margin:2px auto 70px auto;
	font-size:13px;
	letter-spacing: 1px;
	line-height:24px;
}

#about table td {
vertical-align:top;
}

#about .yy {
	width:62px;
}

#about .mm {
	width:40px;
}








/* キーワード*/

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






/* フッター*/

#footer {
    width: 100%;
    text-align: center;
    height: 270px;
    z-index: 1;
    position: relative;
    background: #111c41;
}

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


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





/* SNSボタン */

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

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


/* トップエリア*/

#top_area_wrap {
	overflow: hidden;
	width: 100%;
}

#top_area {
	width: 100%;
	margin: 0 auto;
	background-image:url(../img/main_s.jpg) ;
	background-position:center center;
	position: fixed;
	background-size:cover;
	z-index: 0;
    opacity: 0.5;
    -webkit-filter: grayscale(0.7);
    filter: grayscale(0.7);
}


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

#top_area_arrow {
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0;
}

.arrow {
    background-image: url(../img/arrow.png);
    background-position: center top;
    position: fixed;
    background-size: cover;
    z-index: 999;
    bottom: 45px;
    left: 50%;
    width: 70px;
    height: 70px;
    margin: 0px 0 0 -35px;
    -webkit-animation: bounce1 3000ms infinite;
}

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







/* リード*/

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



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

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

#read .midashi3 {
    margin: 3px auto;
    font-size: 11px;
    text-align: center;
    border-bottom: #8dcbd2 2px solid;
    display: table;
    line-height: 24px;
}


#read .midashi4 {
    margin: 10px auto 0 auto;
    font-size: 13px;
    text-align: center;
    letter-spacing: 2px;
}

#read .kl {
	font-size: 25px;
	    vertical-align: -2px;
}


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

#read .wazuka {
    margin: 8px auto 5px auto;
    font-size: 16px;
    text-align: center;
    letter-spacing: 4px;
    width: 280px;
    height: 26px;
    background: #ff0000;
    color: #fff;
}



#read2 {
    width: 87%;
    margin: 27px auto 50px auto;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
    position: relative;
    letter-spacing: 0.5px;
}


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


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





/* イメージ */

#image_area {
    margin: 0 auto;
    background: #8dcbd2;
    width: 100%;
    padding: 60px 0 75px;
}

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

.img1 {
    width: 147%;
    position: relative;
    display: inline-block;
    margin: 0 0 19% -25%;
}

.img1 .txt_area {
    min-width: 185px;
    position: absolute;
    min-height: 65px;
    padding: 14px 17px;
    background: #fff;
    bottom: -45px;
    right: 17%;
    z-index: 5;
}


.img1 .txt {
    font-size: 12px;
    letter-spacing: 1.6px;
}



.img2 {
    width: 75%;
    position: relative;
    margin: 0 auto 1.5% auto;
}


.txt_area_s {
    width: 76%;
    margin: 0 auto;
    min-height: 60px;
    padding: 12px 15px;
    background: #fff;
}


.txt_area_s .txt {
    font-size: 12px;
    letter-spacing: 1px;
}



.img3 {
    width: 75%;
    position: relative;
    margin: 0 auto 1.5% auto;
}



#image_area img {
	width: 100%;
}

.over {
    width: 100%;
    background: #8dcbd2;
    min-height:99.5%;
    position:absolute;
    top:0;
    z-index:1;
    overflow:hidden;
}




/* 歩み */

#about {
	width: 90%;
    margin: 90px auto 100px auto;
}

#about .midashi {
    margin: 14px auto;
    line-height: 30px;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
}

#about .line {
	width: 55px;
    margin: 0 auto 35px auto;
    border-bottom: 2px solid #8dcbd2;
}


#about .txt {
	width:100%;
	font-size: 14px;
	margin:2px 0 35px 0;
	text-align: left;
}

#about table {
    display: table;
    margin: 2px auto 70px auto;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 17px;
}

#about table td {
vertical-align:top;
}

#about .yy {
	width:55px;
}

#about .mm {
	width:30px;
}








/* キーワード*/

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






/* フッター*/

#footer {
    width: 100%;
    text-align: center;
    height: 220px;
    z-index: 1;
    position: relative;
    background: #111c41;
}

#footer .f_logo {
    background-image: url(../img/b_logo_s.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 80px;
    position: absolute;
    z-index: 2;
    bottom: 105px;
}


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





/* SNSボタン */

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