@charset "utf-8";

/* Logo */
.logo_area{
    background: #fff;
    width: 100%;
    height: 100%;
    pointer-events: none;
    margin-top: 120px;
}
.logo_img{
    display: block;
    width: 100%;
    max-width: 420px;
    padding: 0px 0;
    margin: 0 auto;
}

/*----- Mv -----*/
.mv{
    width: 100%;
    padding: 0 20px;
}
.mv_inner{
  width:100%;
  position: relative;
}



/* slider */
.slides{
    width: 100%;
    height: 100%;
    /* padding: 0 20px; */
}
/* .slides:before{
      content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(-135deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin: auto;
}
.slides:after{
      content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
} */
.slides_in{
    display: block!important;
    position: relative;
    background-color: #4e4e4e;
    width: 100%;
    height: 100%;
    max-height: 800px;
}
.test_txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(50%,50%);
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.075em;
    line-height: 1;
}

/* Items */
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 91%;
    max-width: 1400px;
    margin: 0 auto;
}
.items{
    
}
.items .item_ttl{
    margin: 0 auto 70px;
    /* padding-bottom: 16px; */
    position:relative;
}
/* .items .item_ttl::after{
    position:absolute;
    content:"";
    left:50%;
    bottom: 0%;
    transform: translate(-50%,50%);
    border-bottom:1px solid #b3b3b3;
    width: 100%;
    } */

.items .item_ttl p{
    color: #4e4e4e;
    font-size: 24px;
    line-height: 1;
    padding: 0px 0 16px;
    letter-spacing: 0.075em;
    border-bottom: 1px solid #b3b3b3;
}
.items .flex_in{
    width: 29%;
    max-width: 330px;
    background-color: #fff;
    margin-bottom: 70px;
}
.items .flex_in:nth-last-of-type(-n+3){
    /* margin-bottom: 0px; */
}
.goods_area .flex::after{
    position: absolute;
    width: 29%;
    max-width: 330px;
}
.items .flex_ttl{
    font-size: 22px;
    margin-top: 16px;
    color: #b3b3b3;
    letter-spacing: 0.055em;
    line-height: 1.2;
}
.items .flex_ttl p{
    text-align:center;
}
.modal_btn:hover .flex_ttl{
    opacity: 0.6;
    color: #4e4e4e;
  }

.items .flex_img{
    /* margin-bottom: 12px; */
    position: relative;
}
.soon{
    pointer-events: none;
}
.soon .flex_img::before{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    background-color: rgb(45 45 45 / 45%);
}
.soon .flex_img::after{
    content: "coming soon";
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width:100%;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.3em;
    text-align:center;
    color: rgb(255 255 255 / 80%);
}

.soon.sold .flex_img::after{
    content: "sold out";
}

  .modal_btn:hover .flex_img{
    opacity: 0.6;
    transition-duration: 0.4s;
  }


/* モーダルCSS */
.modalArea {
    display: none;
    position: fixed;
    z-index: 10; /*サイトによってここの数値は調整 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(30,30,30,0.9);
  }
  
  .modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 50px 30px;
    background-color: #4e4e4e;
  }
  .modalContents{
    height:100%;
  }
  .closeModal {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
  }

  
  /* 以下ボタンスタイル */
  button {
    /* background-color: #4e4e4e; */
    cursor: pointer;
  }
  
  .modal_btn {
    transition-duration: 0.4s;
  }


.modal_cap_area{
    margin-bottom: 30px;
}


.modal_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.modal_flex_in.flex_l{
    width: 40%;
}
.modal_flex_in.flex_r{
    width: 40%;
}
.modal_ttl{
    font-size: 32px;
    letter-spacing: 0.085em;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px #fff solid;
}
.modal_cap{
  font-size: 14px;
  letter-spacing: 0.085em;
  line-height: 1.4;
  font-weight: 300;
  color: #fff;
  margin-bottom: 25px;
}
.modal_txt{
    margin-bottom:15px;
    line-height: 1.4;
    font-size: 18px;
    position: relative;
    max-height: 220px;
    overflow-y: scroll;
    display: block;
}
.modal_txt::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 0;
  right: 0px;
    /*線の形状*/
  width: 1px;
  height: 100%;
  background: #fff;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  25%{
    height:50%;
    opacity: 1;
  }
    50%{
height:100%;
    }
    75%{
    height:50%;
    opacity: 1;
  }
  100%{
    height:0;
    top:100%;
    opacity: 0;
  }
}

.modal_cap .sub_ttl{
    font-weight: 400;
}
.modal_img{
    margin-bottom: 15px;
}
.modal_link{
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    color: #fff;
    display: block;
    border: 1px solid #fff;
    margin:0 auto;
}
.modal_link a{
    transition-duration: 0.4s;
    padding: 12px 4px;
    display: block;
}
.modal_link a:hover{
    color: #4e4e4e;
    transition-duration: 0.4s;
    background-color: #fff;
}

/* Sns */
.sns a{
    display:inline-block;
}
.ig_icon{
    width: 50px;
    margin: 0 auto;
}


.sp_none{
    display: block!important;
}
.pc_none{
    display: none!important;
}
  

/* ----------top---------- */
@media(max-width:1000px){

.sp_none{
    display: none!important;
}
.pc_none{
    display: block!important;
}

/* Logo*/
.logo_area{
    margin-top: 30px;
}
.logo_img{
    max-width: 280px;
    padding: 0;
}
/* items */
.flex{
    /* justify-content:center; */
}
.items .flex_in{
    width: 48%;
    max-width: 430px;
    margin-bottom: 30px;
}

.items .flex_in:last-of-type{
    margin-bottom: 0;
}
.soon::after{
    font-size:16px
}

/* sns */
.ig_icon{
    width: 35px;
}

.modalWrapper{
    padding: 15px 10px;
    width:95%;
    height: 80%;
    overflow-y: scroll;
}

.modal_ttl{
    font-size: 22px;
}
    .modal_txt{
    font-size: 16px;
    }
.modal_cap{
    font-size: 12px;
}
.modal_cap .sub_ttl{
}
.modal_cap{
    margin-bottom:15px;
}    
}

@media(max-width:780px){
/* Logo*/
.logo_area{margin-top: 50px;}
    .logo_img{
    max-width: 180px;
}
.mv{
    padding: 0;
}
/* .items */
    .items .item_ttl{
    }
.items .flex{
    justify-content:center;
}
.items .flex_in{
    width: 100%;
}
.items .flex_in:nth-last-of-type(-n+3){
    margin-bottom: 20px;
}
.items .flex_ttl{
    font-size:16px;
}
.items .item_ttl{
    margin-bottom: 15px;
}
.items .item_ttl p{
    font-size:20px;
    padding: 0px 5px 10px;
}
.modal_ttl{
  font-size: 18px;
  text-align:left;
  letter-spacing: 0.05em;
}
    .modal_txt{
    
    }
    .cap{
    font-size: 12px;
    }
.modal_cap .sub_ttl{
}
.modal_cap{
   font-size: 13px;
   letter-spacing: 0.05em;
}
}