﻿html {overflow: auto;}

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



* {font-weight: normal;}

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

b {font-weight: bold;}

.b {font-weight: bold;}

img { border:none;}




/* 回り込み解除 */

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




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

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

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

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




/* WEBフォント */

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

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

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

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

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

.gdg {font-family: 'Didact Gothic', sans-serif;}



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

.red {color:#cc0000;}

.red2 {color:#ff0000;}









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

.fadein {
    opacity : 0;
    transition-delay: 0.5s;
    transform : translate(0, 20px);
    transition : all 1.2s;
    }
 
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
	



.readin1 {
    transform : translate(0, 0);
    transition-duration : 1.5s;
    transition-delay: 0s;
    opacity : 0;
    }
 
.readin1.readfin1 {
    opacity : 1;
    transform : translate(0, 0);
   }
 
.readin2 {
    transform : translate(0, 0);
    transition-duration : 1.5s;
    transition-delay: .7s;
    opacity : 0;
    }
 
.readin2.readfin2 {
    opacity : 1;
    transform : translate(0, 0);
   }
  

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

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


.npin {
    transform : translate(0, 0);
    transition-duration : 1.5s;
    transition-delay: 1s;
    opacity : 0;
    }
 
.npin.npfin {
    opacity : 1;
    transform : translate(0, 0);
    position: relative;
    z-index: 1;
   }
   
   



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



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

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


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

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

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

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





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

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


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

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

.imgin3 {
    transition-duration : 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);
    }

.imgsin4 {
	opacity: 1;
    transform : translate(0, 0);
   }










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

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


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

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



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


/* メイン映像 */

.no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.wrapper {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.wrapper.loaded {
  opacity: 1;
}


.ajax-overlay {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #13294b;
}
.ajax-overlay.transparent {
  background: transparent;
}
.ajax-overlay.transparent .m {
  display: none;
}




.wrapper {
  width: 100%;
  height: 100%;
}



.bg-vid-home {
    display: block;
    position: absolute!important;
}
.object-fit .bg-vid-home {
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
}
.no-object-fit .bg-vid-home {
    min-width:  100%;
    min-height: 100%;
    width:  auto;
    height: auto;
    position: absolute;
    top:  50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.bg-vid-home {
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 2;
}
.bg-vid-home.fade-out {
  opacity: 0;
}
.bg-vid-home.zindex {
  opacity: 1;
  z-index: 1;
}

.video-cont .videoOverlay {
  background: #333; 
}
.videoOverlay img {
  opacity: 0; 
  visibility: hidden; 
}


















/* PC用 ここから */

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



/* トップエリアの映像 */

#video_source {
        width: 100%;
        min-height: 100%;
        overflow: hidden;
        position: relative;
}


#video_source iframe {
 position: fixed;
  z-index: -1;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}





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

#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: 60;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -22px;
    background-image: url(../img/totop_p.png);
    position: fixed;
    width: 44px;
    height: 44px;
    background-size: cover;
}


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

#i_mainlogo_t {
    z-index: 100;
    left: 50%;
    margin:0 0 0 -110px;
    top: 0;
    background-image: url(../img/c_logo_p.png);
    position: fixed;
    width: 220px;
    height: 100px;
    background-size: 100%;
    background-repeat: no-repeat;
}



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




/* カテゴリ */
#catname {
    margin: 0 auto;
    text-align: center;
    width: auto;
    display: table;
}

#catname .name {
    font-size: 31px;
    margin: 0 auto;
    letter-spacing: 2px;
}


#catname .line {
    width: 100%;
    height: 2px;
    margin: 0 auto;
    border-top: #888 1px solid;
    border-bottom: #888 1px solid;
}


#catname .line2 {
    width: 154px;
    height: 2px;
    margin: 0 auto 45px auto;
    border-top: #666 1px solid;
    border-bottom: #888 1px solid;
}




/* トップエリア*/


#op {
    background:#859faf;
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow:hidden;
  top: 0;
}


#op .oplogo {
    background-image: url(../img/op_logo_p.png);
    background-position: center top;
    position: absolute;
    top: 50%;
    left:50%;
    width:347px;
    height:193px;
    margin: -96px 0 0 -178px;
    background-size: 100%;
}


#main_bg {
    background:#fff;
    width: 100%;
    position: absolute;
    z-index: -1;
    overflow:hidden;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0); /* Safari用 */
  transform: translate(-50%, 0);
}

#main_area {
    overflow:hidden;
    position:relative;
    z-index:10;
}



#main_area .mainlogo {
    background-image: url(../img/op_logo_p.png);
    background-position: center top;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 347px;
    height: 193px;
    margin: -158px 0 0 -35%;
    background-size: 100%;
}




#main_area .arrow2 {
    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: bounce2 3000ms infinite;
}

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





#first {
    height: 100%;
    width: 100%;
    z-index: -1;

}

#first_bg {
    height: auto;
    width: 100%;
    position: relative;
    z-index: 0;
    display:none;

}

#second {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 100;

}


#second .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/cat_top_logo_p.png);
    position: absolute;
    width: 255px;
    height: 144px;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1;
}















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


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


#read .line {
    width: 154px;
    height: 2px;
    border-top: #888 1px solid;
    border-bottom: #888 1px solid;
    margin: 45px auto;
}

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

#read .midashi2 {
    background-image: url(../img/read_title_p.png);
    background-position: center top;
    background-size: 100%;
    width: 381px;
    height: 49px;
    background-repeat: no-repeat;
    margin: 8px auto 0 auto;
}

#read .midashi3 {
    background-image: url(../img/read_day_p.png);
    background-position: center top;
    background-size: 100%;
    width: 282px;
    height: 42px;
    background-repeat: no-repeat;
    margin:0 auto;
}


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


#read .midashi5 {
    font-size: 16px;
    text-align: left;
    margin: 13px auto;
    width: 683px;
    line-height: 30px;
    letter-spacing: 1.1px;
}

#read .u_red {
    color: #ff0000;
    border-bottom: #ff0000 1px solid;
    vertical-align: -1.4px;
}

/* リード */





/* カテゴリー */

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


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


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

#item_area .over {
    width: 100%;
    background: #fff;
    min-height:100%;
    position:absolute;
    bottom:0;
    z-index:10;
}



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


#item_area .cap_area {
    width: 43%;
    display: inline-block;
    min-height: 100%;
    position: absolute;
    height: auto;
}


#item_area .cap_name {
    position: absolute;
    font-size: 28px;
    top: 45px;
    left: 40px;
}

#item_area .cap_sub {
    position: absolute;
    font-size: 16px;
    top: 98px;
    left: 40px;
}

#item_area .cap_main {
    position: absolute;
    text-align: center;
    font-size: 22px;
    top: 49.5%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    line-height: 54px;
    width:100%;
}

#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_wrapper {
    width: 101%;
    margin: 110px auto 0 auto;
    background-color: #f8f8f8;
    padding: 65px 0 0 0;
}


#photocon {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    min-width: 1020px;
    padding: 0 0 430px 0;
}

#photo {
margin: 0 auto;
    display: block;
    padding-left: 0;
    position: relative;
    text-align: center;
}
	
#photo figure {
    width: 272px;
    line-height: 20px;
    margin: 1.5% 1.1% 1.5% 0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

#photo .y {
    width: 448px;
    margin: 0 1.1% 0 0;
}


@media screen and (max-width: 1600px)  {
#photo figure {width: 17.2%;}
#photo .y {width: 27.5%;}
}


#photo figure img {
	width:100%;
	height:auto;	
}

.pagelink {
	color:#fff!important;
	background-color:#CC0000;
	padding:2px 6px;
	margin:0 5px;
	text-decoration:none;
      -webkit-transition: all .2s;
      -moz-transition: all .2s;
      -ms-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
	opacity:1;		
}

.pagelink:hover {
	opacity:0.7;		
}

#photo .my-gallery figcaption {
  display: none;
}


@media screen and (min-width: 1500px)  {
#photo .my-gallery .p1 {
	width:31.24%!important;
}
}

@media screen and (max-width: 1500px)  {
#photo .my-gallery .p1 {
	width:31.5%!important;
}
}

.l {
  font-size:20px!important;
}

#photo .my-gallery a {
	transition: 0.2s ease 0s;
	-webkit-transition: 0.2s ease 0s;
	-moz-transition: 0.2s ease 0s;
	-ms-transition: 0.2s ease 0s;
} 

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

/* 着用イメージ */










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



#itemlist {
    width: 100%;
    margin: 145px auto;
    min-width: 1100px;
    text-align: center;
}

.last {
    margin: 145px auto 230px auto!important;
}

.itemarea {
	margin: 0 auto;
	width:90%;
	min-width:1100px;
	max-width:1350px;
}
.itemarea a {
    height: auto;
    width: 24.61%;
    text-align: center;
    margin: 2px 1px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    filter: alpha(opacity=100);
    opacity: 1;
    background: #f5f5f5;
    padding: 4% 0px;
}

.itemarea img {
	width:100%;
}


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






/*商品詳細*/


.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 {
    background: #f5f5f5;
    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%;
}

.item_block {
    position: absolute;
    bottom: 0;
    width: 300px;
    margin: 0 0 0 -190px;
    left: 50%;
    background: #fff;
    padding: 100% 0 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: cover;
    position:fixed;
    top:0px;
    right:0px;
    width:79px;
    height:100px;
	cursor: pointer;
	z-index:100;
}



#i_footer {
    background: #859faf;
    width: 100%;
    height: 285px;
    text-align: center;
    overflow: visible;
    z-index: 0;
    position: relative;
}

#i_footer .f_logo {
    width: 277px;
    height: 158px;
    background-image: url(../img/f_logo_p.png);
    background-position: center top;
    background-size: 100%;
    position: absolute;
    bottom: 55px;
    left: 50%;
    margin: 0 0 0 -138px;
}

#i_footer .copy {
    position: absolute;
    font-size: 12px;
    letter-spacing: 0px;
    bottom: 22px;
    color: #fff;
    left: 50%;
    z-index: 10;
    margin: 0 0 0 -150px;
    width: 300px;
    text-align: center;
}





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

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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    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;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    z-index: 30;
    white-space: pre;
}





/* 予約注意文言*/

#notice {
    width: 100%;
    background: #999;
}

#notice .icon {
    width: 44px;
    height: 44px;
    background-image: url(../img/notice_p.png?1);
    background-position: center top;
    background-size: 100%;
    margin: 0 auto 15px auto;
}


#notice .notice_wrapper {
    width: 970px;
    margin:0 auto;
}

#notice .ind {
    padding-left: 5em;
    text-indent: -2.9em;
	margin:0;
}

#notice .txt {
	width: 620px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.3px;
    line-height: 30px;
    float: left;
    margin: 46px 0;
}

#notice .title {
    width: 200px;
    margin: 110px 40px 0 95px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    float: left;
    vertical-align: top;
}

#notice .oyomi {
    letter-spacing: 3px;
    margin: 0;
    line-height: 35px;
}



#notice .ind {
    padding-left: 5em;
    text-indent: -2.9em;
	margin:0;
}






/* キーワード*/

#footer .keyword {
    width: 100%;
    text-align: center;
    bottom: 360px;
    position: absolute;
    font-size: 14px;
    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 {
    background: #859faf;
    width: 100%;
    height: 490px;
    text-align: center;
    overflow: visible;
    z-index: 0;
    position: relative;
}

#footer .f_logo {
    width: 277px;
    height: 158px;
    background-image: url(../img/f_logo_p.png);
    background-position: center top;
    background-size: 100%;
    position: absolute;
    bottom: 98px;
    left: 50%;
    margin: 0 0 0 -138px;
}

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


#footer_bottom {
	width: 100%;
	height: 62px;
	position: absolute;
	z-index: 1;
	bottom:63px;
	background-color:#fff;
}




/* SNSボタン */

#sns_btn {
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: 1;
    bottom: 70px;
    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) {




/* トップエリアの映像 */

#video_source {
        width: 100%;
        min-height: 100%;
        overflow: hidden;
        position: relative;
}


#video_source iframe {
 position: fixed;
  z-index: -1;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

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

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


#netshop_btn {
    z-index: 60;
    left: 20px;
    bottom: 6px;
    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: 60;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -17px;
    background-image: url(../img/totop_p.png);
    position: fixed;
    width: 34px;
    height: 34px;
    background-size: cover;
}





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




/* カテゴリ */
#catname {
    margin: 0 auto;
    text-align: center;
    width: auto;
    display: table;
}

#catname .name {
    font-size: 31px;
    margin: 0 auto;
    letter-spacing: 2px;
}


#catname .line {
    width: 100%;
    height: 2px;
    margin: -7px auto 0 auto;
    border-top: #888 1px solid;
    border-bottom: #888 1px solid;
}


#catname .line2 {
    width: 130px;
    height: 2px;
    margin: 0 auto 25px auto;
    border-top: #666 1px solid;
    border-bottom: #888 1px solid;
}




/* トップエリア*/


#op {
    background:#859faf;
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow:hidden;
  top: 0;
}


#op .oplogo {
    background-image: url(../img/op_logo_p.png);
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 190px;
    margin: -95px 0 0 -160px;
    background-size: 100%;
    background-repeat: no-repeat;
}


#main_bg {
    background:#fff;
    width: 100%;
    position: absolute;
    z-index: -1;
    overflow:hidden;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0); /* Safari用 */
  transform: translate(-50%, 0);
}

#main_area {
    overflow:hidden;
    position:relative;
    z-index:10;
}



#main_area .mainlogo {
    background-image: url(../img/op_logo_p.png);
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 190px;
    margin: -95px 0 0 -44%;
    background-size: 100%;
    background-repeat: no-repeat;
}









#first {
    height: 100%;
    width: 100%;
    z-index: -1;

}

#first_bg {
    height: auto;
    width: 100%;
    position: relative;
    z-index: 0;
    display:none;

}

#second {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 100;

}

#second .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: 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: 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 {
    background: #f5f5f5;
    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 {
    background: #fff;
    height: 100%;
    width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
}

.item_block {
    position: relative;
    bottom: 0;
    width: 100%;
    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_footer {
    background: #859faf;
    width: 100%;
    height: 240px;
    text-align: center;
    overflow: visible;
    z-index: 0;
    position: relative;
}

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

#i_footer .copy {
    position: absolute;
    font-size: 11px;
    letter-spacing: 0px;
    bottom: 18px;
    color: #fff;
    left: 50%;
    z-index: 10;
    margin: 0 0 0 -150px;
    width: 300px;
    text-align: center;
}



#i_mainlogo_t2 {
    z-index: 100;
    left: 20px;
    top: 20px;
    background-image: url(../img/cat_top_logo_p.png);
    position: absolute;
    width: 206px;
    height: 144px;
    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: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 100;
}







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


#read {
    width: 100%;
    margin: 45px auto 140px auto;
    position: relative;
}


#read .line {
    width: 154px;
    height: 2px;
    border-top: #888 1px solid;
    border-bottom: #888 1px solid;
    margin: 34px auto;
}

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

#read .midashi2 {
    background-image: url(../img/read_title_p.png);
    background-position: center top;
    background-size: 100%;
    width: 320px;
    height: 47px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

#read .midashi3 {
    background-image: url(../img/read_day_p.png);
    background-position: center top;
    background-size: 100%;
    width: 241px;
    height: 39px;
    background-repeat: no-repeat;
    margin: 0 auto;
}


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


#read .midashi5 {
    font-size: 13px;
    text-align: left;
    margin: 13px auto;
    width: 75%;
    line-height: 25px;
    letter-spacing: 1.3px;
}

#read .u_red {
    color: #ff0000;
    border-bottom: #ff0000 1px solid;
    vertical-align: -1.4px;
}

/* リード */





/* カテゴリー */

#item_area {
    width: 100%;
    margin: 60px auto 0 auto;
    height: 100%;
    position: relative;
}


#item_area .bg_area {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    background: #fafafa;
    z-index: -1;
    top: 149%;
}


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

#item_area .over {
    width: 100%;
    background: #fff;
    min-height:100%;
    position:absolute;
    bottom:0;
    z-index:10;
}



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


#item_area .cap_area {
    width: 100%;
    min-height: 100%;
    position: absolute;
    height: auto;
    left: 0;
    z-index: 10;
    top: 99%;
}


#item_area .cap_name {
    position: absolute;
    font-size: 26px;
    top: 30px;
    left: 40px;
}

#item_area .cap_sub {
    position: absolute;
    font-size: 14px;
    top: 77px;
    left: 40px;
}

#item_area .cap_main {
    position: absolute;
    text-align: center;
    font-size: 19px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    letter-spacing: 2px;
}

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

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








/* 予約注意文言*/

#notice {
    width: 100%;
    background: #999;
}

#notice .notice_wrapper {
    width: 970px;
    margin:0 auto;
}

#notice .ind {
    padding-left: 5em;
    text-indent: -2.9em;
	margin:0;
}

#notice .txt {
    width: 620px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 25px;
    float: left;
    margin: 40px 0;
}

#notice .title {
    width: 185px;
    margin: 79px 20px 0 46px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    float: left;
    vertical-align: top;
}

#notice .title img {
    width: 40px;
}

#notice .oyomi {
	margin-top:-1px;
	letter-spacing: 4px;
}



#notice .ind {
    padding-left: 5em;
    text-indent: -2.9em;
	margin:0;
}













/* 着用イメージ */



#photo_wrapper {
    width: 101%;
    margin: 70px auto 0 auto;
    background-color: #f8f8f8;
    padding: 75px 0 0 0;
}


#photocon {
    margin: 0 auto;
    width: 100%;
    padding: 0 0 340px 0;
}

#photo {
margin: 0 auto;
    display: block;
    padding-left: 0;
    position: relative;
    text-align: center;
}
	
#photo figure {
    width: 21.2%;
    line-height: 20px;
    margin: 1.5% 1.1% 1.5% 0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

#photo .y {
    width: 34.8%;
    margin: 0 1.1% 0 0;
}




#photo figure img {
	width:100%;
	height:auto;	
}

.pagelink {
	color:#fff!important;
	background-color:#CC0000;
	padding:2px 6px;
	margin:0 5px;
	text-decoration:none;
      -webkit-transition: all .2s;
      -moz-transition: all .2s;
      -ms-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
	opacity:1;		
}

.pagelink:hover {
	opacity:0.7;		
}

#photo .my-gallery figcaption {
  display: none;
}


@media screen and (min-width: 1500px)  {
#photo .my-gallery .p1 {
	width:31.24%!important;
}
}

@media screen and (max-width: 1500px)  {
#photo .my-gallery .p1 {
	width:31.5%!important;
}
}

.l {
  font-size:20px!important;
}

#photo .my-gallery a {
	transition: 0.2s ease 0s;
	-webkit-transition: 0.2s ease 0s;
	-moz-transition: 0.2s ease 0s;
	-ms-transition: 0.2s ease 0s;
} 

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





/* 着用イメージ */










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


#photo_area {
    width: 100%;
    margin: 75px auto 105px auto;
}

.last {
    margin: 73% auto 55px auto!important;
}


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


#img_area figure {
    width: 47.6%;
    margin: 0.5% 0.6%;
    display: inline-block;
}

#img_area figure img {
    width: 100%;
}




#itemlist {
    width: 101%;
    margin: 73% 0 0 -0.5%;
    padding: 5px 0 0 0;
}

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

.itemarea {
    margin: 50px auto;
    width: 100%;
    padding-bottom: 40px;
    display: block;
    text-align: center;
}

.itemarea a {
    width:32.8%;
    height: auto;
    text-align: center;
    margin: 0 0.1% 0.5% 0.1%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    line-height: 18px;
    background: #f5f5f5;
    padding: 5% 0;
}

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






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

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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}






/* キーワード*/

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




#footer {
    background: #859faf;
    width: 100%;
    height: 410px;
    text-align: center;
    overflow: visible;
    z-index: 0;
    position: relative;
}

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

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





/* SNSボタン */

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

.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) {


#video_source {
        width: 100%;
        min-height: 100%;
        overflow: hidden;
        position: relative;
}


#video_source iframe {
 position: fixed;
  z-index: -1;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}


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

#cart_btn {
    z-index: 100;
    right: 0px;
    top: 0px;
    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;
}





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





/* カテゴリ */
#catname {
    margin: 0 auto;
    text-align: center;
    width: auto;
    display: table;
}

#catname .name {
    font-size: 22px;
    margin: 0 auto;
    letter-spacing: 2px;
}


#catname .line {
    width: 100%;
    height: 2px;
    margin: 0 auto 0 auto;
    border-top: #888 1px solid;
    border-bottom: #888 1px solid;
}


#catname .line2 {
    width: 130px;
    height: 2px;
    margin: 0 auto 20px auto;
    border-top: #666 1px solid;
    border-bottom: #888 1px solid;
}




/* トップエリア*/


#op {
    background:#859faf;
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow:hidden;
  top: 0;
}


#op .oplogo {
    background-image: url(../img/op_logo_p.png);
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 86%;
    height: 300px;
    margin: -150px 0 0 -43%;
    background-size: 100%;
    background-repeat: no-repeat;
}


#main_bg {
    background:#fff;
    width: 100%;
    position: absolute;
    z-index: -1;
    overflow:hidden;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0); /* Safari用 */
  transform: translate(-50%, 0);
}

#main_area {
    overflow:hidden;
    position:relative;
    z-index:10;
}



#main_area .mainlogo {
    background-image: url(../img/op_logo_p.png);
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 86%;
    height: 300px;
    margin: -150px 0 0 -43%;
    background-size: 100%;
    background-repeat: no-repeat;
}








#first {
    height: 100%;
    width: 100%;
    z-index: -1;

}

#first_bg {
    height: auto;
    width: 100%;
    position: relative;
    z-index: 0;
    display:none;

}

#second {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 100;

}


#second .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 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: 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 {
    background: #f5f5f5;
    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 {
    background: #fff;
    height: 100%;
    width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
}

.item_block {
    position: relative;
    bottom: 0;
    width: 100%;
    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 {
    background: #859faf;
    width: 100%;
    height: 240px;
    text-align: center;
    overflow: visible;
    z-index: 0;
    position: relative;
}

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

#i_footer .copy {
    position: absolute;
    font-size: 11px;
    letter-spacing: 0px;
    bottom: 55px;
    color: #fff;
    left: 50%;
    z-index: 10;
    margin: 0 0 0 -150px;
    width: 300px;
    text-align: center;
}



#i_mainlogo_t2 {
    z-index: 100;
    left: 15px;
    top: 23px;
    background-image: url(../img/cat_top_logo_p.png);
    position: absolute;
    width: 150px;
    height: 144px;
    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: 57px;
    height: 57px;
    cursor: pointer;
    z-index: 100;
}







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


#read {
    width: 100%;
    margin: 45px auto 70px auto;
    position: relative;
}


#read .line {
    width: 110px;
    height: 2px;
    border-top: #888 1px solid;
    border-bottom: #888 1px solid;
    margin: 25px auto;
}

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

#read .midashi2 {
    background-image: url(../img/read_title_p.png);
    background-position: center top;
    background-size: 100%;
    width: 266px;
    height: 36px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

#read .midashi3 {
    background-image: url(../img/read_day_p.png);
    background-position: center top;
    background-size: 100%;
    width: 199px;
    height: 39px;
    background-repeat: no-repeat;
    margin: 0 auto;
}


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


#read .midashi5 {
    font-size: 12px;
    text-align: left;
    margin: 13px auto;
    width: 88%;
    line-height: 23px;
    letter-spacing: 1.3px;
}

#read .u_red {
    color: #ff0000;
    border-bottom: #ff0000 1px solid;
    vertical-align: -1.4px;
}

/* リード */





/* カテゴリー */

#item_area {
    width: 100%;
    margin: 40px auto 0 auto;
    height: 100%;
    position: relative;
}


#item_area .bg_area {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    background: #fafafa;
    z-index: -1;
    top: 149%;
}


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

#item_area .over {
    width: 100%;
    background: #fff;
    min-height:100%;
    position:absolute;
    bottom:0;
    z-index:10;
}



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


#item_area .cap_area {
    width: 100%;
    min-height: 100%;
    position: absolute;
    height: auto;
    left: 0;
    z-index: 10;
    top: 99%;
}


#item_area .cap_name {
    position: absolute;
    font-size: 22px;
    top: 10px;
    left: 17px;
}

#item_area .cap_sub {
    position: absolute;
    font-size: 12px;
    top: 46px;
    left: 17px;
    letter-spacing: 1px;
}

#item_area .cap_main {
    position: absolute;
    text-align: center;
    font-size: 15px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    letter-spacing: 2px;
    width: 100%;
    line-height: 39px;
}

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

#item_area .cap_logo {
    background-image: url(../img/cat_b_logo_p.png);
    background-position: center bottom;
    background-size: 100%;
    width: 131px;
    height: 130px;
    position: absolute;
    bottom: 14px;
    right: 18px;
    background-repeat: no-repeat;
}








/* 予約注意文言*/

#notice {
    width: 100%;
    background: #999;
}

#notice .notice_wrapper {
    width: 100%;
    margin:0 auto;
}

#notice .ind {
    padding-left: 5em;
    text-indent: -2.9em;
	margin:0;
}

#notice .txt {
    width: 98%;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 23px;
    /* float: left; */
    margin: 0 0 0 -3%;
    padding: 0 0 30px 0;
}

#notice .title {
    width: 155px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 37px 0 9px 0;
    vertical-align: top;
}

#notice .title img {
    width: 32px;
}

#notice .oyomi {
	margin-top:-1px;
	letter-spacing: 4px;
}



#notice .ind {
    padding-left: 5em;
    text-indent: -2.9em;
	margin:0;
}















/* 着用イメージ */



#photo_wrapper {
    width: 100.5%;
    margin: 50px auto 0 auto;
    background-color: #f8f8f8;
    padding: 50px 0 0 0;
}


#photocon {
    margin: 0 auto;
    width: 100%;
    padding: 0 0 140px 0;
}

#photo {
margin: 0 auto;
    display: block;
    padding-left: 0;
    position: relative;
    text-align: center;
}
	
#photo figure {
    width: 30%;
    line-height: 19px;
    margin: 4% 0.5% 4% 0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

#photo .y {
    width: 47.6%;
    margin: 0 0.5% 0 0;
}




#photo figure img {
	width:100%;
	height:auto;	
}

.pagelink {
	color:#fff!important;
	background-color:#CC0000;
	padding:2px 6px;
	margin:0 5px;
	text-decoration:none;
      -webkit-transition: all .2s;
      -moz-transition: all .2s;
      -ms-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
	opacity:1;		
}

.pagelink:hover {
	opacity:0.7;		
}

#photo .my-gallery figcaption {
  display: none;
}


@media screen and (min-width: 1500px)  {
#photo .my-gallery .p1 {
	width:31.24%!important;
}
}

@media screen and (max-width: 1500px)  {
#photo .my-gallery .p1 {
	width:31.5%!important;
}
}

.l {
  font-size:20px!important;
}

#photo .my-gallery a {
	transition: 0.2s ease 0s;
	-webkit-transition: 0.2s ease 0s;
	-moz-transition: 0.2s ease 0s;
	-ms-transition: 0.2s ease 0s;
} 

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





/* 着用イメージ */









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


#photo_area {
    width: 100%;
    margin: 75px auto 105px auto;
}

.last {
    margin: 91% auto 40px auto!important;
}


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


#img_area figure {
    width: 47.6%;
    margin: 0.5% 0.6%;
    display: inline-block;
}

#img_area figure img {
    width: 100%;
}




#itemlist {
    width: 101%;
    margin: 91% 0 0 -0.5%;
    padding: 35px 0 0 0;
}

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

.itemarea {
    margin: 20px auto;
    width: 100%;
    padding-bottom: 40px;
    display: block;
    text-align: center;
}

.itemarea a {
    width: 49.3%;
    height: auto;
    text-align: center;
    margin: 0 0.1% 0.9% 0.1%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    line-height: 18px;
    background: #f5f5f5;
    padding: 7.5% 0;
}

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






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

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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    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;
    transform: translate(0, -50%);
    top: 50%;
    width: 100%;
    z-index: 30;
    white-space: pre;
}






/* キーワード*/

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


#footer {
    background: #859faf;
    width: 100%;
    height: 360px;
    text-align: center;
    overflow: visible;
    z-index: 0;
    position: relative;
}

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

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




/* SNSボタン */

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

.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用 ここまで */
