html {overflow: auto;}

body {
	width:100%;
	color: #666;
	position:relative;	
	font-size: 62.5%;
	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;}

.b {font-weight: bold;}

img { border:none;}


/* コンテンツ背景色（IEハック用） */
#contents {
    position: relative;
    z-index: 1;
}




/* 回り込み解除 */

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

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



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

.red {color:#cc0000;}

.red2 {color:#ff0000;}









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

.fadein {
    opacity : 0;
    transition : all 1500ms;
    }
 
.fadein.scrollin {
    opacity : 1;
    }
	



.readin1 {
    transition-duration : 1.5s;
    transition-delay: 0s;
    opacity : 0;
    }
 
.readin1.readfin1 {
    opacity : 1;
   }
 
.readin2 {
    transition-duration : 1.5s;
    transition-delay: .7s;
    opacity : 0;
    }
 
.readin2.readfin2 {
    opacity : 1;
   }
  

.catin1 {
    transition-duration : 1.5s;
    transition-delay: 0s;
    opacity : 0;
    }
 
.catin1.catfin1 {
    opacity : 1;
    position: relative;
    z-index: 1;
   }

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


.npin {
    transition-duration : 1.5s;
    transition-delay: 1s;
    opacity : 0;
    }
 
.npin.npfin {
    opacity : 1;
    position: relative;
    z-index: 1;
   }
   
.npin2 {
    }
 
.npin2.npfin2 {
 -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: 1.5s; /* Safari 4.0 - 8.0 */
 animation-delay: 1.5s;
 -webkit-animation-name: np2;
 animation-name: np2;
 visibility: visible !important;
}

@-webkit-keyframes np2 {
 0% {
 -webkit-filter:grayscale(1);
 filter:grayscale(1);
 }
 100% {
 -webkit-filter:grayscale(0);
 filter:grayscale(0);
}
}
@keyframes np2 {
 0% {
 -webkit-filter:grayscale(1);
 filter:grayscale(1);
 }
 100% {
 -webkit-filter:grayscale(0);
 filter:grayscale(0);
}
}




.imgin1 {
    transition-duration : 0.75s;
	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: 0.5s;
	opacity: 1;
	-webkit-clip-path: inset(0 100% 0 0); clip-path: inset(0 100% 0 0);
    }

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

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

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

.imgin4 {
    transition-duration : 0.75s;
    transition-delay: 2s;
	opacity: 0;
    transform : translate(25px, 0);
    -webkit-transform translate(25px, 0);
    }

.imgsin4 {
	opacity: 1;
    transform : translate(0, 0);
    -webkit-transform translate(0, 20px);
   }




/* トップエリアのアニメーション */


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




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

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

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

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

.kikan2  {
 -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: finkan2;
 animation-name: finkan2;
 visibility: visible !important;
}

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

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

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


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

@-webkit-keyframes finkan4 {
 0% { opacity: 0; }
 100% { opacity: 1.0;}
}
@keyframes finkan4 {
 0% { opacity: 0; }
100% { opacity: 1.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: fadeInDown2;
 animation-name: fadeInDown2;
 visibility: visible !important;
-webkit-animation-delay: 2.5s; /* Safari 4.0 - 8.0 */
 animation-delay: 2.5s;
}

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




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

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

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

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

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

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

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

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

#effect1 .fadein:nth-of-type(9) {
	-moz-transition-delay:1.8s;
	-webkit-transition-delay:1.8s;
	-o-transition-delay:1.8s;
	-ms-transition-delay:1.8s;
}

#effect1 .fadein:nth-of-type(10) {
	-moz-transition-delay:2.0s;
	-webkit-transition-delay:2.0s;
	-o-transition-delay:2.0s;
	-ms-transition-delay:2.0s;
}
















#effect2 .fadein:nth-of-type(1) {
	-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(2) {
	-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(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;
	}	
	




#mainimage {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
 }


#top_area_p , #top_area_t , #top_area_s {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center center;
 }








/* PC用 ここから */

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


#bg01 {
    background-image: url(../img/body_bg_p.gif);
    padding-top: 1px;
    position: relative;
    z-index: 0;
    background-size: 100%;
}


.cattitle {
    background-image: url(../img/title_p.png);
    background-position: center top;
    background-size: 100%;
    height: 276px;
    width: 120px;
    background-repeat: no-repeat;
    margin:0 auto;
}


.line {
    background-image: url(../img/line_p.png);
    background-position: center top;
    background-size: 100%;
    height: 15px;
    width: 248px;
    margin: 0 auto;
    background-repeat: no-repeat;
}






ul {
}

li {
list-style:none;
left:0;
}



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

#navi_base {
    z-index: 10;
    top: 0;
    background-color:#fff;
    height:55px;
    width:100%;
    position: fixed;
}


#top_btn {
    z-index: 60;
    right: 10px;
    top: 0;
    left: 50%;
    margin: 0 0 0 -175px;
    background-image: url(../img/top_logo_p.png);
    position: fixed;
    width: 168px;
    height: 55px;
}

#item_btn {
    z-index: 60;
    right: 10px;
    top: 0;
    left:50%;
    margin:0 0 0 7px;
    background-image: url(../img/menu_open_p.png);
    position: fixed;
    width: 103px;
    height: 55px;
}





#cart_btn {
    z-index: 60;
    right: 10px;
    top: 50%;
    margin-top: -167px;
    background-image: url(../img/cart_btn_p.png?1);
    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?1);
    height: 211px;
    position: fixed;
    width: 64px;
}


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


#netshop_b_btn {
    z-index: 60;
    left: 20px;
    bottom: 0;
    background-image: url(../img/bl_logo_p.png);
    position: absolute;
    width: 180px;
    height: 54px;
    background-size: cover;
}





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



/* バーガーメニュー */


.base {
    z-index: 60;
    right: 10px;
    top: 0;
    left:50%;
    margin:0 0 0 7px;
    background-image: url(../img/menu_open_p.png);
    position: fixed;
    width: 103px;
    height: 55px;
	}


.open_bg {
    opacity: 1;
    z-index: 100;
    background-image: url(../img/menu_close_p.png);
    background-repeat: no-repeat;
    width: 99px;
    height: 45px;
    cursor: pointer;
    position: fixed;
    z-index: 160;
    top: 10px;
    right: 20px;
    background-size: 100%;
    display: none;
}


ul {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  color: inherit;
  text-decoration: none; }

body {
  font-family: sans-serif; }

header {

  }
  header .burger {
	width: 103px;
    height: 55px;
	cursor: pointer;
	position: fixed;
	z-index: 1;
	z-index: 60;
    top: 0;
    left: 50%;
	}
    header .burger > div{
      width: 100%;
      height: 3px;
      position: absolute;
	  }

.open_bg {
    opacity: 1;
    display: none;
    z-index: 100;
}


.nav {
    width: 100%;
    max-width: 2070px;
    background: #fff;
    display: none;
    position: fixed;
    padding: 135px 40% 15% 40%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 75;
    overflow: scroll;
    height: 80%!important;
    text-align: center;
  }

.nav::-webkit-scrollbar {
    width: 10px;
}

.nav::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 0px rgba(0, 0, 0, .0);
}

.nav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 10px;
    box-shadow: 0 0 0 0px rgba(255, 255, 255, .0);
}

  
.nav .net_on {
	position: absolute;
	top: 10px;
	left: 70px;
	width: 200px;
	height: 57px;
	}  
  
 .nav-list {
    text-align: left;
    margin: 8px;
    width: 12.5%;
    height: auto;
    display: inline-block;
    position: relative;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
	}



.nav-list img {
	width:100%;
	height:100%;
}

.nav-list .nmb {
	font-size:22.8px;
	font-style:italic;
	line-height: 20px;
}


.nav-list a {
	transition: 0.2s ease 0s;
	-webkit-transition: 0.2s ease 0s;
	-moz-transition: 0.2s ease 0s;
	-ms-transition: 0.2s ease 0s;
}


.nav-list a:hover {
	opacity: 0.9;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
}

.nav-list img {
	transition: 0.2s ease 0s;
	-webkit-transition: 0.2s ease 0s;
	-moz-transition: 0.2s ease 0s;
	-ms-transition: 0.2s ease 0s;
}


.nav-list img:hover {
	opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


#totop_b_btn {
    z-index: 60;
    left: 40px;
    top: 40px;
    background-image: url(../img/logo_p.png);
    position: fixed;
    width: 79px;
    height: 100px;
    background-size: cover;
}


.m_back_top {
background-image: url(../img/close_p.png);
    background-position: center center;
    background-size: cover;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 79px;
    height: 80px;
    cursor: pointer;
    z-index: 50;
}

/* バーガーメニュー */






/* トップエリア*/










/* クロスフェードイメージ */


.slideshow {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.slideshow .item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
  background-size: cover;
  background-position: center center;
}
.in {

  z-index: 2; 
}
.out {
  -webkit-transition: 5s;
  transition: 5s;
  z-index: 1;
}
.wrap {
  position: relative;
}

.f01 {
    background-image: url(../img/main_p01.jpg);
}

.f02 {
    background-image: url(../img/main_p02.jpg);
}

.f03 {
    background-image: url(../img/main_p03.jpg);
}

.f04 {
    background-image: url(../img/main_p04.jpg);
}

.f05 {
    background-image: url(../img/main_p05.jpg);
}

.f06 {
    background-image: url(../img/main_p06.jpg);
}



#top_area {
    top: 0;
    position: absolute;
    z-index: 50;
    left: 0;
    width: 100%;
}

#top_area .toplogo {
    background-image: url(../img/main_logo_p.png);
    background-position: center top;
    background-size: 100%;
    width: 221px;
    height: 94px;
    top: 25px;
    left: 40px;
    position: absolute;
    z-index: 50;
    background-repeat: no-repeat;
}

#top_area .topcopy {
    background-image: url(../img/copy_p.png);
    background-position: center top;
    background-size: 100%;
    width: 43px;
    height: 350px;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 50;
    background-repeat: no-repeat;
    margin: -330px 0 0 -21px;
}


#top_area .arrow {
    background-image: url(../img/arrow.png);
    background-position: center top;
    position: absolute;
    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;
  }
}













/* 中ページの各種設定 */

#main_area .i_mainlogo {
    background-image: url(../img/c_mlogo_p.png);
    background-position: center top;
    position: absolute;
    background-size: 100%;
    width:109px;
    height:289px;
    top: 45px;
    left: 90px;
    position: absolute;
    z-index: 50;
}

#i_mainlogo_2 {
    z-index: 100;
    left: 50%;
    top: 13px;
    margin-left: -118px;
    background-image: url(../img/c_logo_p.png);
    position: fixed;
    width: 236px;
    height: 84px;
}


#main {
    position: absolute;
    top: 0;
    z-index: -1;
    text-align: center;
    width: 100%;
    left: 50%;
    margin: 0 0 0 -50%;
    overflow: hidden;
}


#main img {
    width: auto;
    height: auto;
    height: 100%;
}

#main .img_l {
    margin-left: 75px;
}


#main_area .item_bg {
    width: 282px;
    height: 394px;
    background: #fff;
    position: absolute;
    bottom: 60px;
    right: 100px;
    border: 1px #ccc solid;
}

#main_area .item_name {
    font-size: 22px;
    position: absolute;
    bottom: 111px;
    right: 135px;
    width: 365px;
    letter-spacing: 3px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 300px;
    line-height: 25px;
}

#main_area .item_sozai {
    font-size: 16px;
}


#main_area .item_cap {
    font-size: 16px;
    position: absolute;
    bottom: 94px;
    right: 210px;
    width: 365px;
    letter-spacing: 2px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 324px;
    line-height: 31px;
}


#main_area .item_price {
    font-size: 15px;
    position: absolute;
    bottom: 95px;
    right: 326px;
    width: 365px;
    letter-spacing: 2px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 200px;
    text-align: right;
}


#i_mainlogo_t2 {
    z-index: 100;
    left: 20px;
    top: 20px;
    background-image: url(../img/c_logo_side_p.png);
    position: absolute;
    width: 65px;
    height: 361px;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1;
}




.item_page {
	background:#fff!important;
}


#item_image_area {
	margin: 0 auto;
	width:100%;
	position:relative;
}


.main_item_area {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.main_item_area img {
	height:100%;
	margin:0;
}

.l {
	margin:0 -3px 0 -18%!important;
}


.sub_image_area {
    margin: 72px auto 190px auto;
    width: 1010px;
    padding: 0px 24% 0 0;
}

.sub_image_area img {
    width: 467px;
    height: 700px;
}

.img_top {
    margin: 0;
    width: 973px;
    height: 700px;
    text-align: center;
    display: inline-block;
}

.img_top img {
    width: 700px!important;
    margin:0!important;
}

.img_side {
    margin: 35px 35px 0 0;
    width: 467px;
    height: 700px;
    display: inline-block;
}



.bottom-side {
    position: relative!important;
    float: right;
}



.top_img {
    margin: 0;
    width: 974px;
    height: 700px;
	background:#f5f5f5;
}


#caption_area {
    background: #fff;
    height: 100%;
    min-width: 380px;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 25%;
    z-index:20;
}

.item_block {
    position: absolute;
    bottom: 0;
    width: 300px;
    margin: 0 0 0 -190px;
    left: 50%;
    background: #fff;
    padding: 100% 40px 0 40px;
}

.i_name {
    text-align: center;
    font-size:23px;
    margin:0 0 0 0;
}

.ss {
    font-size:21px;
}

.i_name_r {
    text-align: center;
    font-size:14px;
    margin:0 0 0 0;
    color:#333;
}

.i_price {
    text-align: center;
    font-size: 14px;
    margin: 0 0 22px 0;
    letter-spacing: 1px;
}


.i_line {
    border-bottom:1px solid #ccc;
    width:300px;
    margin:0 0 0 0;
}


.i_txt {
    text-align: left;
    font-size: 15px;
    margin: 34px auto;
    color: #333;
    width: 280px;
    letter-spacing: 1px;
}

.i_spec {
    text-align: left;
    font-size: 13px;
    margin: 27px auto;
    color: #666;
    width: 280px;
    letter-spacing: 0px;
}


.i_cart {
    background-image: url(../img/page_p.png);
    background-position: center center;
    background-size: cover;
    margin:0 auto 50px auto;
    width:300px;
    height:66px;
}


#i_totop_btn {
    z-index: 60;
    left: 50%;
    position:fixed;
    bottom:30px;
    background-image: url(../img/totop_p.png);
    width: 43px;
    height: 43px;
    margin:0 0 0 -21.5px;
}

#i_totop_btn img {
	width:100%;
}

.i_back_top {
    background-image: url(../img/close_p.png);
    background-position: center center;
    background-size: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 100;
}


#i_footer {
    width: 100%;
    height: 650px;
    text-align: center;
    z-index: 0;
    position: relative;
}


#i_footer .copy {
    position: absolute;
    font-size: 12px;
    letter-spacing: 0px;
    bottom: 87px;
    color: #000;
    left: 50%;
    z-index: 10;
    margin: 0 0 0 25px;
}

#i_footer .f_logo {
    background-image: url(../img/f_logo_p.png);
    background-position: center top;
    background-size: 100%;
    height: 340px;
    width: 90px;
    position: absolute;
    left: 50%;
    bottom: 185px;
    margin: 0 0 0 -45px;
    background-repeat: no-repeat;
}















/* リード */
#read_wrapper {
width: 100%;
    position: relative;
    z-index: 0;
    min-height: 550px;
}

#read_wrapper .read_tokuten_bg {
    min-height: 830px;
    width: 100%;
    position: absolute;
    top: 147px;
    z-index:-1;
}


#read {
    width: 700px;
    margin: 145px auto 80px auto;
    position: relative;
}

#read .copy {
    background-image: url(../img/copy_bg_p.png?1);
    background-position: center top;
    background-size: 100%;
    height: 356px;
    width: 268px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    display: inline-grid;
    right: 20px;
    top: 15px;
    background-repeat: no-repeat;
}





#read .inner {
    font-size: 20px;
    text-align: left;
    position: absolute;
    right: 20%;
    top: 13%;
    letter-spacing: 1px;
}

#read .txt {
    position: absolute;
    line-height: 35px;
    font-size: 16px;
    letter-spacing: 1.5px;
    text-align: left;
    height: 355px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    right: 385px;
    color: #666;
    top: 10px;
}

/* リード */




/* カテゴリーメニュー*/

#menu_bg {
	width: 100%;
    height: 100%;
    padding: 66px 0 0 0;
    margin: 0 0 100px 0;
    position:relative;
}

#menu_wrapper {
	width: 100%;
    height: 100%;
}



#menucon {
    margin: 15px auto -5px auto;
    width: 96%;
    padding-top: 58px;
    max-width:1560px;
}

#menu {
    margin: 0 auto -100px auto;
    counter-reset: number 0;
}

#menu img {
	margin: 0;
	width:100%!important;
	height:auto;
}

#menu .name {
	font-size: 15px;
	text-align: center;
	letter-spacing: 3px;
	color: #000;
}


#menu .name_new {
	font-size:14px;
	font-weight: bold;
	text-align:left;
	padding:0 0 4px 15px;
	color:#CC0000;	
}

@media screen and (min-width: 1400px) {
.mbrp1 {
display:none;
}
}


#menu .button {
    width: 31.3%;
    float: left;
    margin: 0 1% 195px 1%;
    position: relative;
    z-index: 0;
}

#menu .p2 {
    margin: 0 1% 195px 18%;
}


#menu .button img {
	width:100%!important;
}

#menu .button a {
	transition: 0.2s ease 0s;
	-webkit-transition: 0.2s ease 0s;
	-moz-transition: 0.2s ease 0s;
	-ms-transition: 0.2s ease 0s;
}

#menu .button a:hover {
	opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


#menu .iname {
    font-size: 22px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 auto;
    letter-spacing: 2px;
    position: absolute;
    right: 15px;
    line-height: 26px;
    top: -70px;
    height: 300px;
    color:#666;
}

#menu .sozai {
    font-size: 14px;
}



#menu .iprice {
    font-size: 12px;
    margin: 0 auto;
    letter-spacing: 2px;
    position: absolute;
    bottom: -26px;
    left: 7px;
}




@media screen and (max-width: 1070px) {
#menu {
    margin-left: 0;
	transition: 0.2s ease 0s;
	-webkit-transition: 0.2s ease 0s;
	-moz-transition: 0.2s ease 0s;
	-ms-transition: 0.2s ease 0s;
}
}

@media screen and (min-width: 1070px) {
#menu {
    margin-left: 0%;
	transition: 0.2s ease 0s;
	-webkit-transition: 0.2s ease 0s;
	-moz-transition: 0.2s ease 0s;
	-ms-transition: 0.2s ease 0s;
}

}



.catsp {
    width: 100%;
    height:250px;
}
.catsp img {
    height: 300px;
}






/* カテゴリー */

#item_area {
    width: 100%;
    min-width: 1000px;
    margin: 100px auto 0 auto;
    height: 100%;
    position: relative;
    max-width: 1560px;
}


#item_area .bg_area {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom:4px;
    z-index:-1;
}


#item_area .image_area {
    width: 73%;
    display: inline-block;
    height: auto;
    position: relative;
    z-index: 1;
    margin: 0 0 0 -1.5%;
}




#item_area .image_area img {
    width: 100%;
    position: relative;
    z-index:0;
}


#item_area .cap_area {
    width: 490px;
    display: table-cell;
    min-height: 390px;
    position: absolute;
    border: 1px #666 solid;
    color: #666;
    top: 50%;
  transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
    right: -1.5%;
    z-index: 50;
}


#item_area .cap_name {
    font-size: 30px;
    text-align: center;
    margin: 90px 0 -10px 0;
}


#item_area .cap_name_en {
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
}

#item_area .cap_sub {
    font-size: 14px;
    text-align: center;
    margin: 15px;
    letter-spacing: 2px;
}

#item_area .cap_main {
    font-size: 14px;
    width: 75%;
    margin: 0 auto;
    letter-spacing: 0.5px;
    line-height: 28px;
}

#item_area .en {
    font-size: 16px;
}

#item_area .cap_logo {
    background-image: url(../img/cat_b_logo_p.png);
    background-position: center top;
    background-size: 100%;
    width: 226px;
    height: 130px;
    position: absolute;
    bottom: 20px;
    right: 25px;
}















/* 商品画像一覧エリア*/


#photo_area {
	width: 100%;
    margin: 120px auto 185px auto;
    display:table;
}

#img_area {
    width: 90%;
    margin: 0 auto;
    max-width: 1675px;
    min-width: 1000px;
    padding: 0 0 0 1.5%;
}


#img_area figure {
    width: 24%;
    margin: 0 3px;
    float: left;
}

#img_area figure img {
    width: 100%;
}




#itemlist {
    width: 100%;
    min-width: 1000px;
    padding: 70px 0 0 0;
    position: relative;
}

#item_wrapper {
	margin: 0 auto;
	display: block;
}

.itemarea {
	margin: 70px auto 160px auto;
    width: 89%;
    padding-bottom: 135px;
    max-width: 1710px;
    font-size: 13px;
    display: block;
    text-align: center;
}

.itemarea a {
    height: auto;
    text-align: center;
    margin: 1.2%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    display: inline-block; 
     -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    filter: alpha(opacity=100);
    opacity: 1;
	width: 24.5%;
	position:relative;
	z-index:0;
}

.itemarea img {
	width:100%;
	height:auto;
	margin:0;
}


.itemarea a:hover {
    filter: alpha(opacity=60);
    opacity: 0.60;
}

.rarrow {
    background-image: url(../img/arrow_right_p.png);
    width:23px;
    height:23px;
    background-position: center top;
    background-size: 100%;
	position:absolute;
	bottom:-4px;
	right:10px;
	z-index:1;
}

.ilname {
    font-size: 14px;
    position: absolute;
    bottom: 94px;
    right: -115px;
    z-index: 1;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    height: 30px;
    width: 200px;
    text-align: left;
}




.sozai {
	font-size:18px;
	text-align:center;
	margin:0;
	    letter-spacing: 2px;
}

.itemname {
	font-size:27px;
	text-align:center;
	margin:0;
	    letter-spacing: 3px;
}

.price {
	font-size:14px;
	text-align:center;
	margin:0;
	    letter-spacing: 1px;
}

.itemcaption {
	font-size:14px;
	text-align:left;
	display: table;
    margin: 15px auto -30px;
	padding-left: 20px;
	    letter-spacing: 1px;
}

.itemlist img:hover {
	opacity:0.7;
}

.itemlist .new {
	font-size: 11px;
	font-weight:bold!important;
	color:#cc0000!important;
	padding-right:5px;
}


#itemlist .nagatake {
	width:24%;
	margin: 50px 0 0 50px;
	height:20px;
	font-size:20px;
	text-align:left;
	background-color:#a39186;
	color:#fff;
	padding: 0 17px 20px 0;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
}

#itemlist .nagatake a {
	color:#fff;
	width:100%;
}

#itemlist .nagatake a:hover {
	text-decoration
}




/* 自動売消フラグ関連*/

a.so{
	pointer-events: none;
}

.itemarea .so img {
    opacity: 0.2;
}

/* 掲載落としフラグ用*/
a.ds_none {
    display: none;
}

.itemarea .f:before {
  content: "予約完売";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 38%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f400:before {
  content: "予約完売\A再入荷未定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f500:before {
  content: "予約完売\A再入荷予定なし";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f11:before {
  content: "予約完売\A１月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f12:before {
  content: "予約完売\A１月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f13:before {
  content: "予約完売\A１月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}


.itemarea .f21:before {
  content: "予約完売\A２月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f22:before {
  content: "予約完売\A２月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f23:before {
  content: "予約完売\A２月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f31:before {
  content: "予約完売\A３月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f32:before {
  content: "予約完売\A３月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f33:before {
  content: "予約完売\A３月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}


.itemarea .f41:before {
  content: "予約完売\A４月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f42:before {
  content: "予約完売\A４月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f43:before {
  content: "予約完売\A４月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f51:before {
  content: "予約完売\A５月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f52:before {
  content: "予約完売\A５月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f53:before {
  content: "予約完売\５月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f61:before {
  content: "予約完売\A６月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f62:before {
  content: "予約完売\A６月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f63:before {
  content: "予約完売\A６月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f713:before {
  content: "予約完売\A７月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f72:before {
  content: "予約完売\A７月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f73:before {
  content: "予約完売\A７月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}


.itemarea .f81:before {
  content: "予約完売\A８月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f82:before {
  content: "予約完売\A８月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f83:before {
  content: "予約完売\A８月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f91:before {
  content: "予約完売\A９月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f92:before {
  content: "予約完売\A９月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f93:before {
  content: "予約完売\A９月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f101:before {
  content: "予約完売\A１０月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f102:before {
  content: "予約完売\A１０月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f103:before {
  content: "予約完売\A１０月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f111:before {
  content: "予約完売\A１１月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f112:before {
  content: "予約完売\A１１月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f113:before {
  content: "予約完売\A１１月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f112:before {
  content: "予約完売\A１２月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f122:before {
  content: "予約完売\A１２月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f123:before {
  content: "予約完売\A１２月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}






/* キーワード*/

#footer .keyword {
    width: 100%;
    text-align: center;
    top: -150px;
    position: absolute;
    font-size: 14px;
    z-index: 50;
    color: #000;
}




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

.ts_bottom {
	margin:200px 0 0 0;
}


#footer .copy {
    position: absolute;
    font-size: 12px;
    letter-spacing: 0px;
    bottom: 87px;
    color: #000;
    left: 50%;
    z-index: 10;
    margin: 0 0 0 25px;
}

#footer .f_logo {
    background-image: url(../img/f_logo_p.png);
    background-position: center top;
    background-size: 100%;
    height: 340px;
    width: 90px;
    position: absolute;
    left: 50%;
    bottom: 185px;
    margin: 0 0 0 -45px;
    background-repeat: no-repeat;
}






/* SNSボタン */

#sns_btn {
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: 1;
    bottom: 90px;
    left: 50%;
    margin: 0 0 0 -190px;
}

.sns{
	text-align: left;
}
 
.sns > li {
	display: table-cell;
    vertical-align: top;
    padding: 0 5px;
}
 
.sns > li:first-child {
	margin-left: 0;
}
 
.sns > li:last-child {
	margin-right: 0;
}
 
.sns iframe {
	margin: 0 !important;
}

}

/* PC用 ここまで */











































/* TABLET用 ここから */

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




#bg01 {
    background-image: url(../img/body_bg_p.gif);
    padding-top: 1px;
    position: relative;
    z-index: 0;
    background-size: 100%;
}


.cattitle {
    background-image: url(../img/title_p.png);
    background-position: center top;
    background-size: 100%;
    height: 276px;
    width: 120px;
    background-repeat: no-repeat;
    margin:0 auto;
}


.line {
    background-image: url(../img/line_p.png);
    background-position: center top;
    background-size: 100%;
    height: 15px;
    width: 218px;
    margin: 0 auto;
    background-repeat: no-repeat;
}

ul {
}

li {
list-style:none;
left:0;
}



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

#navi_base {
    z-index: 10;
    top: 0;
    background-color:#fff;
    height:70px;
    width:100%;
    position: fixed;
}


#top_btn {
    z-index: 60;
    right: 10px;
    top: 0;
    left: 50%;
    margin: 0 0 0 -35px;
    background-image: url(../img/top_logo_t.png);
    position: fixed;
    width: 195px;
    height: 70px;
    background-size: 100%;
    background-repeat: no-repeat;
}


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


#netshop_btn {
    z-index: 60;
    left: 20px;
    bottom: 1px;
    background-image: url(../img/netshop_btn_t.png);
    background-size: 100%;
    height: 46px;
    position: fixed;
    width: 154px;
    background-repeat: no-repeat;
}

#pagetop_btn {
    z-index: 999;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -18px;
    background-image: url(../img/totop.png);
    position: fixed;
    width: 36px;
    height: 58px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
}


#bg01 {
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s;
	-ms-transition: 0.5s ease 0s;
}



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





/* バーガーメニュー */


.base {
    z-index: 60;
    top: 0;
    left: 50%;
    margin: 0 0 0 180px;
    background-image: url(../img/menu_open_t.png);
    position: fixed;
    width: 110px;
    height: 70px;
    background-size: 100%;
    background-repeat: no-repeat;
	}

.open_bg {
    opacity: 1;
    z-index: 100;
    background-image: url(../img/menu_close_p.png);
    background-repeat: no-repeat;
    width: 110px;
    height: 70px;
    cursor: pointer;
    position: fixed;
    z-index: 160;
    top: 10px;
    right: 20px;
    background-size: 100%;
    display: none;
}


ul {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  color: inherit;
  text-decoration: none; }

body {
  font-family: sans-serif; }

header {

  }
  header .burger {
	width: 110px;
    height: 70px;
	cursor: pointer;
	position: fixed;
	z-index: 1;
	z-index: 60;
    top: 0;
    left: 50%;
    margin: 0 0 0 180px;
	}
    header .burger > div{
      width: 100%;
      height: 3px;
      position: absolute;
	  }



.nav {
    width: 100%;
    background: #fff;
    display: none;
    position: fixed;
    padding: 10% 10% 20% 10%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 75;
    overflow: scroll;
    height: 90%!important;
    text-align: center;
  }

.nav::-webkit-scrollbar {
    width: 10px;
}

.nav::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 0px rgba(0, 0, 0, .0);
}

.nav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 10px;
    box-shadow: 0 0 0 0px rgba(255, 255, 255, .0);
}

  
.nav .net_on {
	position: absolute;
	top: 10px;
	left: 70px;
	width: 200px;
	height: 57px;
	}  
  
 .nav-list {
text-align: left;
    margin: 8px;
    width: 16.6%;
    height: auto;
        display: inline-block;
    position: relative;
      -webkit-transition: all .2s;
      -moz-transition: all .2s;
      -ms-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
	}



.nav-list img {
	width:100%;
	height:100%;
}

.nav-list .nmb {
	font-size:22.8px;
	font-style:italic;
	line-height: 20px;
}


.nav-list a {
	transition: 0.2s ease 0s;
	-webkit-transition: 0.2s ease 0s;
	-moz-transition: 0.2s ease 0s;
	-ms-transition: 0.2s ease 0s;
}


.nav-list a:hover {
	opacity: 0.9;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
}

.nav-list img {
	transition: 0.2s ease 0s;
	-webkit-transition: 0.2s ease 0s;
	-moz-transition: 0.2s ease 0s;
	-ms-transition: 0.2s ease 0s;
}


.nav-list img:hover {
	opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


#totop_b_btn {
    z-index: 60;
    left: 40px;
    top: 40px;
    background-image: url(../img/logo_t.png);
    position: fixed;
    width: 79px;
    height: 100px;
    background-size: cover;
}


.m_back_top {
background-image: url(../img/close_t.png);
    background-position: center center;
    background-size: cover;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 79px;
    height: 80px;
    cursor: pointer;
    z-index: 50;
}

/* バーガーメニュー */






/* トップエリア*/



/* クロスフェードイメージ */


.slideshow {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.slideshow .item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
  background-size: cover;
  background-position: center center;
}
.in {
  z-index: 2; 
}
.out {
  -webkit-transition: 5s;
  transition: 5s;
  z-index: 1;
}

.wrap {
  position: relative;
}

.f01 {
    background-image: url(../img/main_t01.jpg);
}

.f02 {
    background-image: url(../img/main_t02.jpg);
}

.f03 {
    background-image: url(../img/main_t03.jpg);
}

.f04 {
    background-image: url(../img/main_t04.jpg);
}

.f05 {
    background-image: url(../img/main_t05.jpg);
}

.f06 {
    background-image: url(../img/main_t06.jpg);
}




#top_area {
    top: 0;
    position: absolute;
    z-index: 50;
    left: 0;
    width: 100%;
}

#top_area .toplogo {
    background-image: url(../img/main_logo_t.png);
    background-position: center top;
    background-size: 100%;
    width: 195px;
    height: 94px;
    top: 30px;
    left: 40px;
    position: absolute;
    z-index: 50;
    background-repeat: no-repeat;
}

#top_area .topcopy {
    background-image: url(../img/copy_t.png);
    background-position: center center;
    background-size: 100%;
    width: 22px;
    height: 350px;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 50;
    background-repeat: no-repeat;
    margin: -300px 0 0 -11px;
}


#top_area .arrow {
    background-image: url(../img/arrow.png);
    background-position: center top;
    position: absolute;
    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;
  }
}













/* 中ページの各種設定 */


.item_page {
	background:#fff!important;
}


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

#i_mainlogo_t2 {
    z-index: 100;
    left: 0px;
    top: 10px;
    background-image: url(../img/c_logo_side_p.png);
    position: absolute;
    width: 42px;
    height: 361px;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1;
}

#i_netshop_b_btn {
    z-index: 60;
    left: 10px;
    bottom: 0;
    background-image: url(../img/bl_logo_p.png);
    position: absolute;
    width: 150px;
    height: 47px;
    background-size: cover;
}


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

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




.main_item_area {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.main_item_area img {
	height: 100%;
    margin: 0 auto!important;
}


.sub_image_area {
    margin: 0 0 70px 4.3%;
    width: 96%;
    padding: 0px 24% 0 0;
}

.sub_image_area img {
    width: 100%;
}

.img_top {
    margin: 0;
    width: 95%;
    text-align: center;
}

.img_top img {
    width: 73%!important;
    margin:0!important;
}

.img_side {
    margin: 3% 3% 0 0;
    width: 45.8%;
    display: inline-block;
}



.bottom-side {
    position: relative!important;
    float: right;
}



.top_img {
    margin: 0;
    width: 974px;
    height: 700px;
	background:#f5f5f5;
}

#item_area {
    height: 100%;
    width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
}

.item_block {
    position: relative;
    bottom: 0;
    width: 100%!important;
    margin: 100px auto;
}

.i_name {
    text-align: left;
    font-size: 20px;
    margin: 0 14px 25px 55px;
    height: 15px;
}


.l {
    margin: 0 auto;
}


.r {
    display: none;
}





.i_name_r {
    text-align: left;
    font-size: 14px;
    margin: 5px 14px 0px 55px;
    color: #333;
    letter-spacing: 1px;
    float: left;
}

.i_price {
    text-align: left;
    font-size: 13px;
    margin: 0 0 17px 55px;
    letter-spacing: 1px;
    width: 100%;
    float: left;
}


.i_line {
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin: 0 0 0 0;
    float: left;
}


.i_txt {
    text-align: left;
    font-size: 13px;
    margin: 19px 20px 11px 55px;
    color: #333;
    width: 45%;
    letter-spacing: 1px;
    float: left;
}

.i_spec {
    text-align: left;
    font-size: 10px;
    margin: 0 20px 20px 55px;
    color: #666;
    width: 280px;
    letter-spacing: 0px;
    line-height: 17px;
}


.i_cart {
    background-image: url(../img/page_p.png);
    background-position: center center;
    background-size: cover;
    margin: 0 auto 0 auto;
    width: 254px;
    height: 56px;
    position: absolute;
    right: 55px;
    top: 60%;
}


.i_cart_b {
    background-image: url(../img/page_p.png);
    background-position: center center;
    background-size: cover;
    margin: 0 auto 70px auto;
    width: 254px;
    height: 56px;
}

#i_totop_btn {
    z-index: 60;
    left: 50%;
    position:fixed;
    bottom:30px;
    background-image: url(../img/totop_p.png);
    width: 43px;
    height: 43px;
    margin:0 0 0 -21.5px;
}

#i_totop_btn img {
	width:100%;
}
.i_back_top {
    background-image: url(../img/close_p.png);
    background-position: center center;
    background-size: cover;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 100;
}


#i_footer {
    width: 100%;
    height: 650px;
    text-align: center;
    z-index: 0;
    position: relative;
}


#i_footer .copy {
    position: absolute;
    font-size: 12px;
    letter-spacing: 0px;
    bottom: 78px;
    color: #000;
    left: 50%;
    z-index: 10;
    margin: 0 0 0 50px;
}

#i_footer .f_logo {
    background-image: url(../img/f_logo_t.png);
    background-position: center top;
    background-size: 100%;
    height: 340px;
    width: 90px;
    position: absolute;
    left: 50%;
    bottom: 185px;
    margin: 0 0 0 -45px;
    background-repeat: no-repeat;
}















/* リード */
#read_wrapper {
width: 100%;
    position: relative;
    z-index: 0;
    min-height: 470px;
}

#read_wrapper .read_tokuten_bg {
    min-height: 830px;
    width: 100%;
    position: absolute;
    top: 147px;
    z-index:-1;
}


#read {
    width: 700px;
    margin: 90px auto;
    position: relative;
}

#read .copy {
    background-image: url(../img/copy_bg_p.png);
    background-position: center top;
    background-size: 100%;
    height: 356px;
    width: 240px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    display: inline-grid;
    right: 70px;
    top: 15px;
    background-repeat: no-repeat;
}





#read .inner {
    font-size: 18px;
    text-align: left;
    position: absolute;
    right: 23%;
    top: 13%;
    letter-spacing: 1px;
}

#read .txt {
    position: absolute;
    line-height: 35px;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-align: left;
    height: 320px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    right: 390px;
    color: #666;
    top: 10px;
}

/* リード */




/* カテゴリーメニュー*/

#menu_bg {
	width: 100%;
    height: 100%;
    padding: 66px 0 0 0;
    margin: 0 0 100px 0;
    position:relative;
}

#menu_wrapper {
	width: 100%;
    height: 100%;
}



#menucon {
    margin: 15px auto -5px auto;
    width: 96%;
    padding-top: 58px;
    max-width:1560px;
}

#menu {
    margin: 0 auto -100px auto;
    counter-reset: number 0;
}

#menu img {
	margin: 0;
	width:100%!important;
	height:auto;
}

#menu .name {
	font-size: 15px;
	text-align: center;
	letter-spacing: 3px;
	color: #000;
}


#menu .name_new {
	font-size:14px;
	font-weight: bold;
	text-align:left;
	padding:0 0 4px 15px;
	color:#CC0000;	
}

@media screen and (min-width: 1400px) {
.mbrp1 {
display:none;
}
}


#menu .button {
    width: 48%;
    float: left;
    margin: 0 1% 145px 1%;
    position: relative;
    z-index: 0;
}

#menu .t2 {
    margin: 0 0 145px 27%;
}


#menu .button img {
	width:100%!important;
}

#menu .button a {
	transition: 0.2s ease 0s;
	-webkit-transition: 0.2s ease 0s;
	-moz-transition: 0.2s ease 0s;
	-ms-transition: 0.2s ease 0s;
}

#menu .button a:hover {
	opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


#menu .iname {
    font-size: 18px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 auto;
    letter-spacing: 2px;
    position: absolute;
    right: 15px;
    line-height: 26px;
    top: -70px;
    height: 300px;
    color:#666;
}

#menu .sozai {
    font-size: 12px;
}



#menu .iprice {
    font-size: 12px;
    margin: 0 auto;
    letter-spacing: 2px;
    position: absolute;
    bottom: -26px;
    left: 7px;
}




.catsp {
    width: 100%;
    height:250px;
}
.catsp img {
    height: 300px;
}






/* カテゴリー */

#item_area {
    width: 100%;
    margin: 100px auto -45px auto;
    height: 100%;
    position: relative;
}


#item_area .bg_area {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom:4px;
    z-index:-1;
}


#item_area .image_area {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    margin: 0;
}




#item_area .image_area img {
    width: 100%;
    position: relative;
    z-index:0;
}


#item_area .cap_area {
    width: 90%;
    text-align: left;
    min-height: 200px;
    color: #666;
    margin: 0 auto;
}


#item_area .cap_name {
    font-size: 26px;
    margin: 40px 0 -3px 0;
}


#item_area .cap_name_en {
    font-size: 12px;
    letter-spacing: 1px;
}

#item_area .cap_sub {
    font-size: 12px;
    margin: 15px 0;
    letter-spacing: 2px;
}

#item_area .cap_main {
    font-size: 13px;
    margin: 0 auto;
    letter-spacing: 0.5px;
    line-height: 28px;
}

#item_area .en {
    font-size: 16px;
}

#item_area .cap_logo {
    background-image: url(../img/cat_b_logo_p.png);
    background-position: center top;
    background-size: 100%;
    width: 226px;
    height: 130px;
    position: absolute;
    bottom: 20px;
    right: 25px;
}

















/* 商品画像一覧エリア*/


#photo_area {
	width: 100%;
    margin: 120px auto 185px auto;
    display:table;
}

#img_area {
    width: 90%;
    margin: 0 auto;
    max-width: 1675px;
    min-width: 1000px;
    padding: 0 0 0 1.5%;
}


#img_area figure {
    width: 24%;
    margin: 0 3px;
    float: left;
}

#img_area figure img {
    width: 100%;
}




#itemlist {
    width: 100%;
    padding: 70px 0 0 0;
    position: relative;
}

#item_wrapper {
	margin: 0 auto;
	display: block;
}

.itemarea {
    margin: 70px auto 110px auto;
    width: 98%;
    font-size: 13px;
    display: block;
    text-align: center;
}

.itemarea a {
    height: auto;
    text-align: center;
    margin: 1.2%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    display: inline-block;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    filter: alpha(opacity=100);
    opacity: 1;
    width: 30.5%;
    position: relative;
    z-index: 0;
}

.itemarea img {
	width:100%;
	height:auto;
	margin:0;
}


.itemarea a:hover {
    filter: alpha(opacity=60);
    opacity: 0.60;
}

.rarrow {
    background-image: url(../img/arrow_right_t.png);
    width:20px;
    height:20px;
    background-position: center top;
    background-size: 100%;
	position:absolute;
	bottom:-4px;
	right:10px;
	z-index:1;
}

.ilname {
    font-size: 12px;
    position: absolute;
    bottom: 94px;
    right: -115px;
    z-index: 1;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    height: 30px;
    width: 200px;
    text-align: left;
}




.sozai {
	font-size:18px;
	text-align:center;
	margin:0;
	    letter-spacing: 2px;
}

.itemname {
	font-size:27px;
	text-align:center;
	margin:0;
	    letter-spacing: 3px;
}

.price {
	font-size:14px;
	text-align:center;
	margin:0;
	    letter-spacing: 1px;
}

.itemcaption {
	font-size:14px;
	text-align:left;
	display: table;
    margin: 15px auto -30px;
	padding-left: 20px;
	    letter-spacing: 1px;
}

.itemlist img:hover {
	opacity:0.7;
}

.itemlist .new {
	font-size: 11px;
	font-weight:bold!important;
	color:#cc0000!important;
	padding-right:5px;
}


#itemlist .nagatake {
	width:24%;
	margin: 50px 0 0 50px;
	height:20px;
	font-size:20px;
	text-align:left;
	background-color:#a39186;
	color:#fff;
	padding: 0 17px 20px 0;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
}

#itemlist .nagatake a {
	color:#fff;
	width:100%;
}

#itemlist .nagatake a:hover {
	text-decoration
}




/* 自動売消フラグ関連*/

a.so{
	pointer-events: none;
}

.itemarea .so img {
    opacity: 0.2;
}

/* 掲載落としフラグ用*/
a.ds_none {
    display: none;
}

.itemarea .f:before {
  content: "予約完売";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 35%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f400:before {
  content: "予約完売\A再入荷未定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f500:before {
  content: "予約完売\A再入荷予定なし";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f11:before {
  content: "予約完売\A１月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f12:before {
  content: "予約完売\A１月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f13:before {
  content: "予約完売\A１月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}


.itemarea .f21:before {
  content: "予約完売\A２月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f22:before {
  content: "予約完売\A２月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f23:before {
  content: "予約完売\A２月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f31:before {
  content: "予約完売\A３月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f32:before {
  content: "予約完売\A３月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f33:before {
  content: "予約完売\A３月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}


.itemarea .f41:before {
  content: "予約完売\A４月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f42:before {
  content: "予約完売\A４月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f43:before {
  content: "予約完売\A４月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f51:before {
  content: "予約完売\A５月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f52:before {
  content: "予約完売\A５月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f53:before {
  content: "予約完売\５月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f61:before {
  content: "予約完売\A６月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f62:before {
  content: "予約完売\A６月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f63:before {
  content: "予約完売\A６月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f713:before {
  content: "予約完売\A７月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f72:before {
  content: "予約完売\A７月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f73:before {
  content: "予約完売\A７月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}


.itemarea .f81:before {
  content: "予約完売\A８月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f82:before {
  content: "予約完売\A８月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f83:before {
  content: "予約完売\A８月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f91:before {
  content: "予約完売\A９月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f92:before {
  content: "予約完売\A９月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f93:before {
  content: "予約完売\A９月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f101:before {
  content: "予約完売\A１０月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f102:before {
  content: "予約完売\A１０月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f103:before {
  content: "予約完売\A１０月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f111:before {
  content: "予約完売\A１１月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f112:before {
  content: "予約完売\A１１月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f113:before {
  content: "予約完売\A１１月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f112:before {
  content: "予約完売\A１２月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f122:before {
  content: "予約完売\A１２月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f123:before {
  content: "予約完売\A１２月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}






/* キーワード*/

#footer .keyword {
    width: 100%;
    text-align: center;
    top: -100px;
    position: absolute;
    font-size: 13px;
    z-index: 50;
    color: #000;
}


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

.ts_bottom {
	margin:200px 0 0 0;
}


#footer .copy {
    position: absolute;
    font-size: 12px;
    letter-spacing: 0px;
    bottom: 78px;
    color: #000;
    left: 50%;
    z-index: 10;
    margin: 0 0 0 50px;
}

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




/* SNSボタン */

#sns_btn {
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: 1;
    bottom: 80px;
    left: 50%;
    margin: 0 0 0 -155px;
}

.sns{
	text-align: left;
}
 
.sns > li {
	display: table-cell;
    vertical-align: top;
    padding: 0 5px;
}
 
.sns > li:first-child {
	margin-left: 0;
}
 
.sns > li:last-child {
	margin-right: 0;
}
 
.sns iframe {
	margin: 0 !important;
}

}

/* TABLET用 ここまで */











































/* SMP用 ここから */

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

#contents {
overflow:hidden;

}


#bg01 {
    background-image: url(../img/body_bg_p.gif);
    padding-top: 1px;
    position: relative;
    z-index: 0;
    background-size: 100%;
}


.cattitle {
    background-image: url(../img/title_p.png);
    background-position: center top;
    background-size: 100%;
    height: 200px;
    width: 90px;
    background-repeat: no-repeat;
    margin: 0 auto;
}


.line {
    background-image: url(../img/line_p.png);
    background-position: center top;
    background-size: 100%;
    height: 15px;
    width: 170px;
    margin: 0 auto;
    background-repeat: no-repeat;
}

ul {
}

li {
list-style:none;
left:0;
}







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


#navi_base {
    z-index: 10;
    top: 0;
    background-color:#fff;
    height:55px;
    width:100%;
    position: fixed;
}


#top_btn {
    z-index: 60;
    right: 10px;
    top: 0;
    left: 50%;
    margin: 0 0 0 -95px;
    background-image: url(../img/top_logo_s.png);
    position: fixed;
    width: 88px;
    height: 55px;
    background-size: 100%;
    background-repeat: no-repeat;
}


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


#netshop_btn {
    z-index: 60;
    left: 12px;
    bottom: 2px;
    background-image: url(../img/netshop_btn_t.png);
    background-size: 100%;
    height: 42px;
    position: fixed;
    width: 130px;
    background-repeat: no-repeat;
}

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

#pagetop_btn {
    z-index: 999;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -18px;
    background-image: url(../img/totop.png);
    position: fixed;
    width: 36px;
    height: 58px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
}




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




/* バーガーメニュー */


.base {
    z-index: 60;
    top: 0;
    left: 50%;
    margin: 0px 0 0 3px;
    background-image: url(../img/menu_open_t.png);
    position: fixed;
    width: 95px;
    height: 70px;
    background-size: 100%;
    background-repeat: no-repeat;
	}

.open_bg {
    opacity: 1;
    background-image: url(../img/menu_close_p.png);
    background-repeat: no-repeat;
    width: 80px;
    height: 70px;
    position: fixed;
    z-index: 100;
    top: 0px;
    right: 35px;
    background-size: 100%;
    display: none;
    background-position:right:center;
}


ul {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  color: inherit;
  text-decoration: none; }

body {
  font-family: sans-serif; }

header {

  }
  header .burger {
	width: 95px;
    height: 70px;
	cursor: pointer;
	position: fixed;
	z-index: 60;
    top: 0;
    left: 50%;
    margin: 0px 0 0 3px;
	}
    header .burger > div{
      width: 100%;
      height: 3px;
      position: absolute;
	  }



.nav {
    width: 100%;
    background: #fff;
    display: none;
    position: fixed;
    padding: 10% 10% 20% 10%;
    top: 0;
    left: 51%;
    transform: translate(-50%, 0%);
    z-index: 75;
    overflow: scroll;
    height: 90%!important;
    text-align: center;
  }

.nav::-webkit-scrollbar {
    width: 10px;
}

.nav::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 0px rgba(0, 0, 0, .0);
}

.nav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 10px;
    box-shadow: 0 0 0 0px rgba(255, 255, 255, .0);
}

  
.nav .net_on {
	position: absolute;
	top: 10px;
	left: 70px;
	width: 200px;
	height: 57px;
	}  
  
 .nav-list {
    text-align: left;
    margin: 4px;
    width: 19.6%;
    height: auto;
    display: inline-block;
    position: relative;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
	}



.nav-list img {
	width:100%;
	height:100%;
}

.nav-list .nmb {
	font-size:22.8px;
	font-style:italic;
	line-height: 20px;
}


.nav-list a {
	transition: 0.2s ease 0s;
	-webkit-transition: 0.2s ease 0s;
	-moz-transition: 0.2s ease 0s;
	-ms-transition: 0.2s ease 0s;
}


.nav-list a:hover {
	opacity: 0.9;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
}

.nav-list img {
	transition: 0.2s ease 0s;
	-webkit-transition: 0.2s ease 0s;
	-moz-transition: 0.2s ease 0s;
	-ms-transition: 0.2s ease 0s;
}


.nav-list img:hover {
	opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


#totop_b_btn {
    z-index: 60;
    left: 40px;
    top: 40px;
    background-image: url(../img/logo_t.png);
    position: fixed;
    width: 79px;
    height: 100px;
    background-size: cover;
}


.m_back_top {
background-image: url(../img/close_t.png);
    background-position: center center;
    background-size: cover;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 79px;
    height: 80px;
    cursor: pointer;
    z-index: 50;
}

/* バーガーメニュー */










/* トップエリア*/



/* クロスフェードイメージ */


.slideshow {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.slideshow .item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
  background-size: cover;
  background-position: center center;
}
.in {
  z-index: 2; 
}
.out {

  z-index: 1;
}

.wrap {
  position: relative;
}

.f01 {
    background-image: url(../img/main_s01.jpg);
}

.f02 {
    background-image: url(../img/main_s02.jpg);
}

.f03 {
    background-image: url(../img/main_s03.jpg);
}

.f04 {
    background-image: url(../img/main_s04.jpg);
}

.f05 {
    background-image: url(../img/main_s05.jpg);
}

.f06 {
    background-image: url(../img/main_s06.jpg);
}




#top_area {
    top: 0;
    position: absolute;
    z-index: 50;
    left: 0;
    width: 100%;
}

#top_area .toplogo {
    background-image: url(../img/main_logo_t.png);
    background-position: center top;
    background-size: 100%;
    width: 170px;
    height: 94px;
    top: 15px;
    left: 50%;
    position: absolute;
    z-index: 50;
    background-repeat: no-repeat;
    margin: 0 0 0 -85px;
}

#top_area .topcopy {
    background-image: url(../img/copy_t.png);
    background-position: center center;
    background-size: 100%;
    width: 18px;
    height: 350px;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 50;
    background-repeat: no-repeat;
    margin: -195px 0 0 -9px;
}


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




/* 中ページの各種設定 */



#main {
    position: absolute;
    top: 0;
    z-index: -1;
    text-align: center;
    width: 100%;
    left: 50%;
    margin: 0 0 0 -50%;
    overflow: hidden;
}




#main img {
    width: 100%;
    position: absolute;
    bottom: -100px;
    left: 0;
}

#main .img_l {
    margin-left: 75px;
}


#main_area .item_bg_sp {
    width: 195px;
    height: 270px;
    background: #fff;
    margin: 157% auto 0 auto;
    border: 1px #ccc solid;
    position:relative;
}

#main_area .item_name {
    font-size: 15px;
    position: absolute;
    top: 25px;
    right: 20px;
    width: 365px;
    letter-spacing: 3px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 330px;
    line-height: 22px;
}

#main_area .item_sozai {
    font-size: 11px;
}


#main_area .item_cap {
    font-size: 12px;
    position: absolute;
    top: 25px;
    right: 82px;
    width: 310px;
    letter-spacing: 1px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 232px;
    line-height: 22px;
}


#main_area .item_price {
    font-size: 11px;
    position: absolute;
    top: 0px;
    right: 153px;
    width: 280px;
    letter-spacing: 1px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 247px;
    text-align: right;
}


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

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



















/* リード */
#read_wrapper {
width: 100%;
    margin: -18px 0 0 0;
    position: relative;
    z-index: 0;
    height: 700px;
}

#read_wrapper .read_tokuten_bg {
    height: 600px;
    width: 100%;
    position: absolute;
    top: 100px;
    z-index:-1;
}



#read {
    width: 100%;
    margin: 75px auto 80px auto;
    position: relative;
}

#read .copy {
    background-image: url(../img/copy_bg_p.png?1);
    background-position: center top;
    height: 310px;
    width: 215px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: relative;
    display: inline-grid;
    left: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 0 0 -107px;
    color: #666;
}

#read .readbg {
    background-image: url(../img/read_bg_t.png);
    background-position: center top;
    background-size: 100%;
    height: 154px;
    width: 110px;
    position: absolute;
    left: 50%;
    top: 120px;
    background-repeat: no-repeat;
    margin: 0 0 0 22px;
}


#read .inner {
    font-size: 16px;
    text-align: left;
    margin: 38px auto 0 auto;
    letter-spacing: 2px;
}

#read .txt {
    line-height: 30px;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-align: left;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 52px auto 0 auto;
    height: 280px;
    color:#666;
}

/* リード */






/* カテゴリーメニュー*/

#menu_bg {
	width: 100%;
    height: 100%;
    padding: 20px 0 0 0;
    margin: 0 0 100px 0;
    position:relative;
}

#menu_wrapper {
	width: 100%;
    height: 100%;
}



#menucon {
    margin: 15px auto -5px auto;
    width: 92%;
    padding-top: 58px;
}

#menu {
    margin: 0 auto -100px auto;
    counter-reset: number 0;
}

#menu img {
	margin: 0;
	width:100%!important;
	height:auto;
}

#menu .name {
	font-size: 15px;
	text-align: center;
	letter-spacing: 3px;
	color: #000;
}


#menu .name_new {
	font-size:14px;
	font-weight: bold;
	text-align:left;
	padding:0 0 4px 15px;
	color:#CC0000;	
}



#menu .button {
    width: 100%;
    float: left;
    margin: 0 0 115px 0;
    position: relative;
    z-index: 0;
}



#menu .button img {
	width:100%!important;
}


#menu .iname {
    font-size: 17px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 auto;
    letter-spacing: 2px;
    position: absolute;
    right: 10px;
    line-height: 22px;
    top: -50px;
    height: 300px;
    color: #666;
}

#menu .sozai {
    font-size: 11px;
}



#menu .iprice {
    font-size: 12px;
    margin: 0 auto;
    letter-spacing: 2px;
    position: absolute;
    bottom: -26px;
    left: 7px;
}




.catsp {
    width: 100%;
    height:250px;
}
.catsp img {
    height: 300px;
}




/* 中ページの各種設定 */


.item_page {
	background:#fff!important;
}


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


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

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




.main_item_area {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.main_item_area img {
    width: 100%;
    position: absolute;
    top: 85px;
    left: 0;
}



.sub_image_area {
    margin: 0 0 50px 0;
    width: 105%;
    padding: 0px 24% 0 0;
}

.sub_image_area img {
    width: 100%;
}

.img_top {
    margin: 0;
    width: 95.5%;
    text-align: center;
}

.img_top img {
    width: 73%!important;
    margin:0!important;
}

.img_side {
    margin: 3% 3% 0 0;
    width: 45.8%;
    display: inline-block;
}



.bottom-side {
    position: relative!important;
    float: right;
}



.top_img {
    margin: 0;
    width: 974px;
    height: 700px;
	background:#f5f5f5;
}

.l {
    margin: 0 auto;
}


.r {
    display: none;
}





#item_area {
    height: 100%;
    width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
}

.item_block {
    position: relative;
    bottom: 0;
    width: 100%!important;
    margin: 45px auto 30px auto;
}

.i_name {
    text-align: center;
    font-size: 19px;
    margin: 0 0 -5px 0;
}

.i_name_r {
    text-align: center;
    font-size: 13px;
    padding: 0px 0 0;
    color: #333;
    letter-spacing: 1px;
}

.i_price {
    text-align: center;
    font-size: 12px;
    margin: 5px 0 15px 0;
    letter-spacing: 1px;
}


.i_line {
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin: 0 0 0 0;
    float: left;
}


.i_txt {
    text-align: left;
    font-size: 12px;
    margin: 30px auto 15px auto;
    color: #333;
    width: 88%;
    letter-spacing: 1px;
    line-height: 18px;
}

.i_spec {
    text-align: left;
    font-size: 12px;
    margin: 35px auto;
    color: #666;
    width: 88%;
    letter-spacing: 0px;
    line-height: 19px;
}


.i_cart {
    background-image: url(../img/page_p.png);
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto 0 auto;
    width: 65%;
    height: 70px;
}


.i_cart_b {
    background-image: url(../img/page_p.png);
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto 35px auto;
    width: 65%;
    height: 70px;
}


#i_totop_btn {
    z-index: 60;
    left: 50%;
    position:fixed;
    bottom:15px;
    background-image: url(../img/totop_p.png);
    width: 43px;
    height: 43px;
    margin:0 0 0 -21.5px;
}

#i_totop_btn img {
	width:100%;
}




#i_footer {
    width: 100%;
    height: 475px;
    text-align: center;
    z-index: 0;
    position: relative;
}

.ts_bottom {
	margin:200px 0 0 0;
}


#i_footer .copy {
    position: absolute;
    font-size: 10px;
    letter-spacing: 0px;
    bottom: 66px;
    color: #000;
    left: 50%;
    z-index: 10;
    margin: 0 0 0 50px;
}

#i_footer .f_logo {
    background-image: url(../img/f_logo_p.png);
    background-position: center bottom;
    background-size: 100%;
    height: 320px;
    width: 62px;
    position: absolute;
    left: 50%;
    bottom: 150px;
    margin: 0 0 0 -31px;
    background-repeat: no-repeat;
}




#i_mainlogo_t2 {
    z-index: 100;
    left: 10px;
    top: 10px;
    background-image: url(../img/c_logo_side_p.png);
    position: absolute;
    width: 34px;
    height: 361px;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1;
}


.i_back_top {
    background-image: url(../img/close_p.png);
    background-position: center center;
    background-size: cover;
    position: fixed;
    top: 0px;
    right: 0;
    width: 55px;
    height: 55px;
    cursor: pointer;
    z-index: 100;
}






/* カテゴリー */

#item_area {
    width: 100%;
    margin: 65px auto -45px auto;
    height: 100%;
    position: relative;
}


#item_area .bg_area {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom:4px;
    z-index:-1;
}


#item_area .image_area {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    margin: 0;
}




#item_area .image_area img {
    width: 100%;
    position: relative;
    z-index:0;
}


#item_area .cap_area {
    width: 90%;
    text-align: left;
    height: 150px;
    color: #666;
    margin: 0 auto;
}


#item_area .cap_name {
    font-size: 20px;
    margin: 30px 0 -3px 0;
    letter-spacing: 2px;
}


#item_area .cap_name_en {
    font-size: 10px;
    letter-spacing: 1px;
}

#item_area .cap_sub {
    font-size: 11px;
    margin: 9px 0;
    letter-spacing: 2px;
}

#item_area .cap_main {
    font-size: 12px;
    margin: 0 auto;
    letter-spacing: 0.5px;
    line-height: 25px;
}

#item_area .en {
    font-size: 16px;
}

#item_area .cap_logo {
    background-image: url(../img/cat_b_logo_p.png);
    background-position: center top;
    background-size: 100%;
    width: 226px;
    height: 130px;
    position: absolute;
    bottom: 20px;
    right: 25px;
}







/* 商品画像一覧エリア*/


#photo_area {
	width: 100%;
    margin: 120px auto 185px auto;
    display:table;
}

#img_area {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 0 1.5%;
}


#img_area figure {
    width: 24%;
    margin: 0 3px;
    float: left;
}

#img_area figure img {
    width: 100%;
}




#itemlist {
    width: 100%;
    padding: 0;
    position: relative;
}

#item_wrapper {
	margin: 0 auto;
	display: block;
}

.itemarea {
    margin: 70px auto 80px auto;
    width: 98%;
    font-size: 13px;
    display: block;
    text-align: center;
}

.itemarea a {
    height: auto;
    text-align: center;
    margin: 1.2%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    display: inline-block;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    filter: alpha(opacity=100);
    opacity: 1;
    width: 45.5%;
    position: relative;
    z-index: 0;
}

.itemarea img {
	width:100%;
	height:auto;
	margin:0;
}


.itemarea a:hover {
    filter: alpha(opacity=60);
    opacity: 0.60;
}

.rarrow {
    background-image: url(../img/arrow_right_t.png);
    width:20px;
    height:20px;
    background-position: center top;
    background-size: 100%;
	position:absolute;
	bottom:-4px;
	right:10px;
	z-index:1;
}

.ilname {
    display:none;
}




.sozai {
	font-size:18px;
	text-align:center;
	margin:0;
	    letter-spacing: 2px;
}

.itemname {
	font-size:27px;
	text-align:center;
	margin:0;
	    letter-spacing: 3px;
}

.price {
	font-size:14px;
	text-align:center;
	margin:0;
	    letter-spacing: 1px;
}

.itemcaption {
	font-size:14px;
	text-align:left;
	display: table;
    margin: 15px auto -30px;
	padding-left: 20px;
	    letter-spacing: 1px;
}




/* 自動売消フラグ関連*/

a.so{
	pointer-events: none;
}

.itemarea .so img {
    opacity: 0.2;
}

/* 掲載落としフラグ用*/
a.ds_none {
    display: none;
}

.itemarea .f:before {
  content: "予約完売";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 47%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f400:before {
  content: "予約完売\A再入荷未定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f500:before {
  content: "予約完売\A再入荷予定なし";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f11:before {
  content: "予約完売\A１月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f12:before {
  content: "予約完売\A１月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f13:before {
  content: "予約完売\A１月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}


.itemarea .f21:before {
  content: "予約完売\A２月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f22:before {
  content: "予約完売\A２月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f23:before {
  content: "予約完売\A２月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f31:before {
  content: "予約完売\A３月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f32:before {
  content: "予約完売\A３月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f33:before {
  content: "予約完売\A３月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}


.itemarea .f41:before {
  content: "予約完売\A４月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f42:before {
  content: "予約完売\A４月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f43:before {
  content: "予約完売\A４月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f51:before {
  content: "予約完売\A５月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f52:before {
  content: "予約完売\A５月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f53:before {
  content: "予約完売\５月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f61:before {
  content: "予約完売\A６月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f62:before {
  content: "予約完売\A６月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f63:before {
  content: "予約完売\A６月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f713:before {
  content: "予約完売\A７月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f72:before {
  content: "予約完売\A７月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f73:before {
  content: "予約完売\A７月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}


.itemarea .f81:before {
  content: "予約完売\A８月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f82:before {
  content: "予約完売\A８月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f83:before {
  content: "予約完売\A８月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f91:before {
  content: "予約完売\A９月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f92:before {
  content: "予約完売\A９月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f93:before {
  content: "予約完売\A９月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f101:before {
  content: "予約完売\A１０月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f102:before {
  content: "予約完売\A１０月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f103:before {
  content: "予約完売\A１０月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f111:before {
  content: "予約完売\A１１月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f112:before {
  content: "予約完売\A１１月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f113:before {
  content: "予約完売\A１１月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f112:before {
  content: "予約完売\A１２月上旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f122:before {
  content: "予約完売\A１２月中旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}

.itemarea .f123:before {
  content: "予約完売\A１２月下旬再入荷予定";
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}






/* キーワード*/

#footer .keyword {
    width: 100%;
    text-align: center;
    top: -125px;
    position: absolute;
    font-size: 13px;
    z-index: 50;
    color: #000;
}


/* 汎用ヘアライン*/

#line {
	width: 100%;
	border-top:#ccc 1px solid;
	margin-right: -500%;
	margin-left: -500%;
	padding-right: 500%;
	padding-left: 500%;
}



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

.ts_bottom {
	margin:200px 0 0 0;
}


#footer .copy {
    position: absolute;
    font-size: 10px;
    letter-spacing: 0px;
    bottom: 66px;
    color: #000;
    left: 50%;
    z-index: 10;
    margin: 0 0 0 50px;
}

#footer .f_logo {
    background-image: url(../img/f_logo_p.png);
    background-position: center bottom;
    background-size: 100%;
    height: 320px;
    width: 62px;
    position: absolute;
    left: 50%;
    bottom: 150px;
    margin: 0 0 0 -31px;
    background-repeat: no-repeat;
}





/* SNSボタン */

#sns_btn {
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: 1;
    bottom: 66px;
    left: 50%;
    margin: 0px 0 0 -145px;
}

.sns{
	text-align: left;
}
 
.sns > li {
	display: table-cell;
    vertical-align: top;
    padding: 0 5px;
}
 
.sns > li:first-child {
	margin-left: 0;
}
 
.sns > li:last-child {
	margin-right: 0;
}
 
.sns iframe {
	margin: 0 !important;
}



}

/* SMP用 ここまで */




















