/* CSSのリセット（消さないでください） */
html, body,
ul, ol, li,
h1, h2, h3, h4, h5, h6, p, div {
  margin: 0;
  padding: 0;
}

body {
  /*position:absolute;*/
  /*font-family: 'Sei Kaisho CB1';*/
  font-family: 'A1 Mincho';
  background:#000000;
 
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.container{
  width:1170px;
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto;
  max-width:1200px;
}

/* btnクラスのCSSを指定してください */
.btn{
  padding:8px 24px;
  color:white;
  display:inline-block;
  opacity:0.8;
  border-radius:4px;
}

.btn:hover{
  opacity:1;
}


/* signupクラスのCSSを指定してください */
.signup{
  background-color:#239b76;
}


/* facebookクラスのCSSを指定してください */
.facebook{
    background-color:#3b5998;
    margin-right:10px;
}

/* twitterクラスのCSSを指定してください */
.twitter{
    background-color:#55acee;
}

#pagetop {
	width:960px;
	margin:60px auto 0 auto;
	text-align:left;
}

#pagetop img:hover {
        src:url(../../img/common/pagetop_on.png);
}

#pagetop img:required {
        src:url(../../img/common/pagetop_off.png);
}


/* btn-wrapperクラスのCSSを指定してください */
.btn-wrapper{
 margin:20px; 
}


/* btn-wrapperクラスの中にある<p>のCSSを指定してください */
.btn-wrapper p{
  margin-top:10px;
  margin-bottom:10px;

}

.fa{
  margin-right:5px;
}

/********************
    ヘッダー
*********************/
/*
header{
 
  height:40px;
  width:100%;
  background-color:rgba(34,49,52,0.1);
  position:fixed;
  top:0px;
  z-index:98;
}

.header-bk{
height:24px;
 padding-top:3px;
  padding-bottom:3px;
}
*/
/* logoクラスのCSSを指定してください */
/*.logo{
 position:absolute;
 right:50px;
 top:50px;
}

.header-left{
  float:left;
}

/*
.header-left img{
  width:24px;
  height:24px;
}
*/

/*.menu-btn{
        display:box;
        width:30px;
        height:30px;
        overflow:hidden;
        z-index:94;
}

.header-navi li a{
  font-size:16px;
  padding-right:25px;
  padding-left:25px;
  color:white;
  display: block;
}

.header-navi li + li {
  border-left: 1px solid #fff;
}

.header-navi li a:hover{
 opacity:0.5;
}

.header-right{
  float:right;
}

header #img_0{
    position:relative;
    padding:0px 0px;
    width:100vw;
    height:100vh;
    animation:img_opacity_in 1s linear 0s;
    background-image: url(../img/rogo_base.png);
    background-repeat: no-repeat;
    z-index:95;
}

/* メニュー */
/*.menu-icon li{
  padding-right:2px;
}

.menu-icon li a img{
 padding-top:3px;
 width:24px;
 height:24px;
}

.selected{
 opacity:0.5;
}

.menu-icon li a img:hover{
 opacity:0.5;
}

.menu-icon li a img:hover{
 opacity:0.5;
}

.menu-icon a:active{
    body{
        animation-duration: 1s;
        animation-delay: 0s;
        animation-name:img_opacity_reverce;
        animation-fill-mode:both;
        animation-timing-function: linear;    
    };
}

/*
    フッター
*/


/*footer p{
  padding-left:20px;
  line-height:30px;
  color:#fff;
  font-size:12px;
}

footer{
  height:30px;
  width:100%;
  background-color:rgba(20,20,20,0.2);
  position:fixed;
  bottom:0px; 
  z-index:98;
}

.footer-left{
  float:left;
}

/*画面TOPに遷移するボタン装飾*/
.footer-top-sending{
    position: absolute;
    top: -50px;
    right: 35px;
    float: right;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
}
.footer-top-sending img {
  display: inline-block;
  width: 30px;
  height: auto;
  margin: 0 auto;
  line-height: 30px;
}

@media screen and (max-width:800px){
  .footer-top-sending{
    right: 10px;
  }
}

#return-top{
    width:50px;
    height:50px;
    background-color: red;
   
}

.footer-right{
  float:right;
}

.container{
 	width:90%;
	/*padding-top:80px;*/
	padding-top:150px;
	padding-bottom:50px;
	margin:0 auto;
}

@media screen and (max-width:800px){
  .container{
    padding-top: 102px;
  }
}

.item-block{
    margin-bottom: 1em;
    padding-bottom:5px;
    text-align:center;
    border-style: solid;
    border-width: 1px;
    border-color: none;
    cursor: pointer;
        
}

.item-block p{
	color:#fff;
}

.item-block img{
	max-width:320px;
	height: auto;
}

.item-block:hover{
    /*opacity:0.5;*/
    opacity:0.8;
    /*border-style: solid;
    border-width: 1px;
    border-color: white;*/
}

@media screen and (max-width:800px){
  .item-block:hover{
    opacity:1;
  }
}

.item-title{
	text-decoration:underline;
	font-size:13px;
	font-family: "Noto Sans Japanese";
}
.small-x{
	font-size:10px;
}
.item-lead {
	font-family: "Noto Sans Japanese";
}

/* images関連 */
/* 画面のOPACITY値変更によるアニメーション処理 */

/* 表示 */
@keyframes img_opacity_in{
    0%{opacity:0;}
    50%{opacity:0.5;}
    100%{opacity:1;}
}

@keyframes img_opacity_out{
    0%{opacity:1;}
    50%{opacity:0.5;}
    100%{opacity:0;}
}

/*タイミング合わせるためのＤｅｌａｙ*/
@keyframes img_opacity_delay{
    0%{opacity:0;}
    50%{opacity:0;}
    100%{opacity:0;}
}

@keyframes img_opacity_1{
    0%{opacity:0;}
    2%{opacity:1;}
    30%{opacity:1;}
    33%{opacity:0;}
    100%{opacity:0;}
}
@keyframes img_opacity_2{
    0%{opacity:0;}
    30%{opacity:0;}
    32%{opacity:1;}
    62%{opacity:1;}
    64%{opacity:0;}
    100%{opacity:0;}
}
@keyframes img_opacity_3{
    0%{opacity:0;}
    50%{opacity:0;}
    66%{opacity:1;}
    96%{opacity:1;}
    98%{opacity:0;}
    100%{opacity:0;}
}

/* COMMON */
/* 画面表示（共通）*/
#body_visible_on{
    opacity:0;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-name:img_opacity_in;
    animation-fill-mode:both;
    animation-timing-function: linear;    
}

/* TOP画面 */
.top-wrapper{
  position:relative;
  padding:0px 0px 0px 0px;
  color:white;
  text-align:center;
}

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

/*イメージ表示枠定義*/
#main_images div{
    position:absolute;
    padding:0px 0px;
    margin:0px 0px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width:100vw;
    height:100vh;
}


#main_images #img_1 p{
    position:absolute;
    left:62%;
    top:23%;
}


/*ＴＯＰページ用縦書き設定*/

.tategaki{
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 26px;
    text-indent: 1en;
    text-align:left;
}

/*アニメーション定義*/

#main_images #img_1{
    z-index:50;
    animation:img_opacity_1 20s linear 0s;
    animation-iteration-count: infinite;
}

#main_images #img_1 p{
    position:absolute;
    left:62%;
    top:23%;
}

#img_2{
    z-index:49;
    animation:img_opacity_1 20s linear 0s;
    animation-iteration-count: infinite;
}

#img_3{
    z-index:48;
    animation:img_opacity_2 20s linear 0s;
    animation-iteration-count: infinite;
}

#main_images #img_3 p{
    position:absolute;
    left:62%;
    top:23%;
}

#img_4{
    z-index:47;
    animation:img_opacity_2 20s linear 0s;
    animation-iteration-count: infinite;
}

#img_5{
    z-index:46;
    animation:img_opacity_3 20s linear 0s;
    animation-iteration-count: infinite;
}

#main_images #img_5 p{
    position:absolute;
    left:62%;
    top:23%;
}

#img_6{
    z-index:45;
    animation:img_opacity_3 20s linear 0s;
    animation-iteration-count: infinite;
}

/*商品一覧*/
.list-animation{
    opacity:0;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-name:img_opacity_in;
    animation-fill-mode:both;
    animation-timing-function: linear;        
}

.list-view-anim{
    animation:img_opacity_in 1s ease 0s 1 normal both;
}

.list-view-anim-rev{
    animation:img_opacity_out 1s ease 0s 1 normal both;
}

.serch-menubox{
    opacity:0;
    display:flex;
    flex-direction: row
}

#serch-items{
    width:100%;
}

#serch-items > div{
    width:30%;
    display:flex;
    flex-direction: column;
}

#serch-items > div > label{
    width:100%;
    background-color: dimgrey;
    color:white;
    border-bottom: 1px solid black;
}

#serch-items > div > ul{
    width:100%;
    height:100%
}

#list-serch{
    position:relative;
    margin:auto 5% auto 5%;
    display:flex;
    flex-direction:column;
    width:80%;
    max-width:400px;
}

.list-serch{
    cursor:default;
    width:100px;
    height:auto;
    border:1px solid white;
    color:white;
    text-align:center;
    text-justify:distribute
}

.detail-loupe{
    cursor:default;
    padding-top:0px;
    margin-top:0px;
    width:60px;
    height:auto;
    border:1px solid white;
    color:white;
    text-align:center;
    text-justify:distribute
}

.list-serch-exec{
    width:70px;
    margin-left:auto;
    margin-right:0px;
}

.list-serch-items-S,
.list-serch-items-M,
.list-serch-items-C{
    cursor:default;
    padding:0 0;
    margin:0 0;
    background-color:white;
    color:black;
    border-left: 1px solid gray;
    hight:60px;
}

/*商品詳細*/
.details{
    justify-content: center;
}

.details-wrapper{
  position:absolute;
  /*padding:50px 0px;*/
  padding:150px 0px 150px;
  width:100%;
  height:auto;
  color:white;
}

@media screen and (max-width:800px){
  .details-wrapper{
    padding-top:102px;
  }
}

.details-wrapper .detail_data{
  position:relative;
  /*padding: 100px auto;*/
  margin:auto;
  max-width:960px;
/*  min-width:960px;*/
  height:auto;
/*  border:4px solid rgba(128,128,128,0.6);*/
  text-align:center;
/*  background-color: rgba(128,128,128,0.6);*/
}

@media screen and (max-width:800px){
  .details-wrapper .detail_data{
    padding: 0 10px;
  }
}

.details-wrapper.detail_data.item_view#detail_name{
    position:relative;
    padding:0px auto;
    width:50%;
    height:100%;
}

.details-wrapper .detail_data #detail_name p{
    text-align:left;
    font-family: "Noto Sans Japanese";
}

.details-wrapper .detail_data #detail_name #type_name{
    font-size:24px;
    font-family: "Noto Sans Japanese";
    
}

#details-rows{
    position:relative;
    padding:10px 0px;
    justify-content: flex-center;
    margin-bottom: 50px;
}

.details-columns{
    flex-direction: column;
    max-width:40%;
    height: 40%;
}

.item-view img{
    max-width:100%;
    min-width:320px;
    height: auto;
}

.detail-text{
    position:relative;
    top:0px;
    left:1px;
    font-size: 24px;
    color:black;
    background: white;
    text-align:left;
  border:1px solid white;
}

.detail-write{
    
    position:relative;
    top:20px;
    left:1px;
    font-size:16px;
    color:white;
    text-align:center;
}

#details-rows .details-block{
    position:relative;
    top:5px;
    left:0px;
}

#details-rows .details-block img{
    position:relative;
    top:5px;
    left:5px;
    max-width:320px;
    max-height: 200px;
}

@media screen and (max-width:800px){
  #details-rows .details-block {
    margin-bottom: 5px;
  }
}

#detail_img,#zumen_img{
    width:100%;
    height:auto;
    overflow:hidden;    
}

#detail_img .detail_img0,#zumen_img .zumen_img0{
    width:300%;
    display:flex;
    flex-direction:row;
}

#detail_img .detail_img0 .viewer,#zumen_img .zumen_img0 .viewer{
    padding:0px 0px;
    margin:0px 0px;
    width:100%;
    height:100%
}

#details-radio{
    display:flex;
    flex-direction:row;
    justify-content:center;
}

.next,.prev{
     position:absolute;
     color:white;
     top:50% ! important;
     z-index: 999;
     cursor: pointer;	 
}

.next{
    left:95%;
}

.prev{
     left:0%;
}


#details-table{
   width:320px;
   border-collapse:collapse;
}
@media screen and (max-width:800px){
#details-table{
  margin:0 auto;
}
}
#details-table tr {
   border-bottom:1px solid #FFF;	
}
#details-table tr:first-child {
   border-top:1px solid #FFF;	
}
#details-table tr td{
   width:50%;
   padding:8px 16px;
   text-align: center;
}
#details-table tr td:first-child{
   border-right:1px solid #FFF;
}

/*about*/
.about-wrapper{
  position:relative;
  /*margin:50px auto;*/
  margin:50px auto;
  color:white;
  display:block;
  text-align:center;
}

@media screen and (max-width:800px){
  .about-wrapper{
    margin-top: 50px;
  }
}

.about-wrapper .about-flexer{
    position:relative;
    /*padding:30px auto;*/
    margin:0px auto;
    width:50%;
    min-width:780px;
    height:auto;
    background-color: black;
    text-align: left;
}
@media screen and (max-width:800px){
  .about-wrapper .about-flexer{
     width:80%;
     min-width:320px;
  }
}

.about-wrapper .about-flexer img{
    position:relative;
    padding:0px 0px;
    width:100%;
    height:auto;
}

.about-wrapper .about-flexer h1{
    /*font-size:16px;
    /*color:rgba(200,168,128,1.0);*/
    font-size:21px;
    font-weight: 700;
    color:rgba(175,120,32,1.0);
    margin-top: 40px;
    margin-bottom: 1em;
}

.about-wrapper .about-flexer p{
    text-align:left;
    /*font-size:14px;*/
    font-size:14px;
    line-height:2.0;
}
.about-wrapper .about-flexer .section {
  margin-bottom: 40px;
}

@media screen and (max-width:800px){
  .about-wrapper .about-flexer{
     width:auto;
     min-width: inherit;
  }
  
  .about-wrapper .about-flexer h1 {
    padding: 0 10px;
  }
  
  .about-wrapper .about-flexer p {
    padding: 0 10px;
  }
  
}

/* 品質 */
.quality-wrapper{
  position:relative;
  margin:150px auto 50px;
  color:white;
  text-align:center;
}

@media screen and (max-width:800px){
  .quality-wrapper{
    margin-top: 102px;
    padding: 0 10px;
  }
}
.quality-wrapper p{
    position:relative;
    /*margin:100px 0px;
    padding:0px 0px;*/
    font-size:100%;
    color: white;
    text-align: center;
}

/* お知らせ */
.information-wrapper{
  position:relative;
  margin:150px auto 50px;
  color:white;
  text-align:center;
}

@media screen and (max-width:800px){
  .information-wrapper{
    margin-top: 102px;
    padding: 0 10px;
  }
}
.information-wrapper p{
    position:relative;
    /*margin:100px 0px;
    padding:0px 0px;*/
    font-size:100%;
    color: white;
    text-align: center;
}

/*コンタクト画面*/
.contact-wrapper{
  padding-top: 100px;
  background-clip: box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc;
  opacity: 1.0;
  color:white;
  text-align:center;
  width:100%;
}

/*メールありがとう画面*/

.thanks-wapper{
  padding-top: 50px;
  margin:auto;
  background-clip: box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc;
  opacity: 1.0;
  color:white;
  text-align:center;
  width:100%;
}

.thanks-base{
    width:80%;
    margin-left:auto;
    margin-right:auto;
}







@media screen and (max-width:800px){
/*  .contact-wrapper{
    padding: 60px 10px;
  }*/
}
/*
.contact-base{
    margin: 0px auto;
    padding: 0px ;
    text-align: center;
    display:flex;
    max-width: 750px;
    min-width: 750px;
    flex-direction: column;
}

.contact-base .mail-view{
    display:flex;
    flex-direction: row;
    border: 1px solid white;
}

.contact-base .mail-view-midasi{
    text-align: left;
    border: 1px solid white;
    width:30%;
    min-width: 30%;
}

.contact-base .mail-view-adr{
    width:200%;
}

.contact-base .mail-view-r{
    display:flex;
    flex-direction: column;
    border: 1px solid white;
}

.contact-base .mail-view-s{
    margin: 0px 0%;
    display:flex;
    width:100%;
    flex-direction: row;
}

.contact-base .mail-view-s .mail-selecter{
    flex-basis: 50%;
}

.contact-red{
    color:red;
}

.cotact-table{
    opacity:1.0;
    border-collapse: collapse;
}

.cotact-table th,.cotact-table td{
    color:white;
    background-color: black;
    text-align:left;
    border: solid 1px white;
}*/

/*スワイプ*/
#item_detail_wrap{
    position:relative;
    width:100%;
    max-width: 308px;
}

#item_details_box{
    position:absolute;
    top:0px;
    left:0px;
    width:600px;
}

#wrap{
    position:relative;
    width:100%;
    max-width: 308px;
}

.box{
    position:absolute;
    top:0px;
    left:0px;
    width:600px;
}


