@charset "UTF-8";

html{
    font-size: 62.5%;
    width: 100%;
    margin: 0 auto;
    scroll-behavior: smooth;
}
body{
    color: #333;
    /* font-size: 1em; */
    background-color: #fff;
    overflow-x: hidden;
    /* letter-spacing: 0.05em; */
    /* line-height: 1.6; */
}
img {
    max-width: 100%;
    height: auto;
    vertical-align:middle;
}
a {
    cursor: pointer;
    color: #000;
}
/* a:hover{
    text-decoration: underline;
    } */



.media_pc {
    display: inline-block !important;
}
.media_sp {
    display: none !important;
}

.wrapper {
    margin: 0 auto;
    overflow: hidden;
}
.area-header{
    margin-bottom: 10rem;
font-family: 'Pavanam', sans-serif;
}

.area-wrapper {
    width: 1200px;
    margin: 0 auto;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Optima', 
sans-serif;

}

.mainvisual img {
    width: 100%;
}

.main_lead{
    margin: 0 auto;
    width: 1080px;
    /* text-align: center; */
    margin-bottom: 10rem;
    font-size: 20px;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Optima', 
sans-serif;


}
.main_lead_text{
    margin-top: 5rem;
    text-align: center;
    max-width: 1080;
}


.block{
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 20rem;
    gap: 2rem;
}
.block_re{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20rem;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    gap: 2rem;
    align-content: center;
}
/* swiper -----------------*/
.swiper-wrap{
    position: relative;
}
.lookslide1{
    /* display: flex;
    align-items: center;
    flex-wrap: nowrap; */
}
.pdslide1{
    /* display: flex;
    align-items: center;
    flex-wrap: nowrap; */
    width: 80%;
}

.swiper-button-prev,
.swiper-button-next{
    color: #000;
}

/* swiper_end------------ */

.products-details{
    display: flex;
    justify-content: space-around;
    align-content: flex-start;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-top: 5rem;
}

.left{
    width: 58%;
}
.right{
    width: 42%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    gap: 2rem;
}


.products-color{
    list-style: none;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    padding: 0rem 6rem;
}

ul{
    padding-inline-start: 0px;
    list-style: none;
}

.products-spec{
    
}

.products-details__ttl{
    font-size: 22px;
    letter-spacing: 0.4rem;
    text-align: center;
}

.products-details__blk{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    margin-top: 1em;
    margin-bottom: 1em;
    flex-direction: column-reverse;
    gap: 2rem;
}

.products-price{
    font-size: 18px;
}

.products-color__item{
    font-size: 18px;
}

.products-color__icon {
    margin-right: 0.3em;
}
.products-color__icon--darkgreen {
  color: #1f4606;
}
.products-color__icon--blue {
  color: #1e5fec;
}
.products-color__icon--navy {
  color: #0e2c6f;
}
.products-color__icon--black {
  color: black;
}
.products-color__icon--chGrey {
  color: #453e3e;
}
.products-color__icon--Grey {
  color: #9d9d9d;
}
.products-color__icon--beige {
  color: #b6946b;
}
.products-color__icon--yellow {
  color: #d9e62e;
}
.products-color__icon--brown {
  color: #825207;
}
.products-color__icon--olive {
  color: #88a30f;
}
.products-color__icon--purple {
  color: #a30f9c;
}
.products-color__icon--orange {
  color: #f98c2e;
}

.products-contents{
    font-size: 14px;
}

.product-spec{
    margin-left: 1rem;
}

.products-spec__ttl{
    font-size: 16px;
    letter-spacing: 0.5rem;
}

.products-spec__list{
    font-size: 14px;
    margin-top: 1.5rem;
}

.products-spec__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.6;
    margin-bottom: 0.3em;
}

.products-contents {
    font-size: 14px;
    margin-bottom: 10rem;
}

/* LINE001 */
.button_line001 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 200px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.4rem;
}
.button_line001 a:before {
    position: absolute;
    bottom: 0px;
    left: 50%;
    content: '';
    width: 100%;
    height: 2px;
    background: rgba(0,0,0,.1);
    transform: translateX(-50%);
}
.button_line001 a:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
.button_line001 a:hover {
    opacity: 0.7;
}
.button_line001 a:hover:after {
    transform: scale(1, 1);
}


a.btn-border {
    /* border: 2px solid rgb(255, 255, 255); */
    border-radius: 0;
    background: rgb(0, 0, 0);
    color: #fff;
    padding: 2rem 4rem;
    letter-spacing: 0.4rem;
  }
  
  a.btn-border:hover {
    /* border: 1px solid rgb(0, 0, 0); */
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
  }

  .btn_all{
    font-size: 15px;
    text-align: center;
    /* margin: 10rem 0; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
.wall{
    position: relative;
    margin-top: 10rem;
    width: 100%;
    height: auto;
    /* background-image: url(img/wear.jpg); */
}
.bottom_bnr{
    margin: 0 auto;
    width: 100%;
}



a {
    text-decoration: none;
  }
a :hover{
    text-decoration: none;
}


@media screen and  (min-width:896px){
}
@media screen and (min-width:769px){
}
/*<<<--max896px------*/
@media screen and (max-width: 896px){
    .media_pc {
        display: none !important;
    }
    .media_sp {
        display: block !important;
    }
    body{
        /* font-family: 'Cochin','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif; */
        /* color: #333; */
        /* font-size: 1em; */
        background-color: #fff;
        overflow-x: hidden;
        /* letter-spacing: 0.05em; */
        /* line-height: 1.6; */
    }
    .area-wrapper{
       width: 100%;

    }
    .wrapper{
        margin: 0 auto;
        box-sizing: border-box;
        /* text-align: left; */
        width: 100%;
        max-width: 100%; 
        overflow: hidden;
    }
    .area-header{
        margin-bottom: 1rem;
    }
    
    
    .mainvisual img {
        width: 100%;
    }
    .main_lead{
        margin: 0 auto;
        width: 300px;
        /* text-align: center; */
        margin-bottom: 1rem;
        font-size: 20px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Optima', 
sans-serif;


        margin-top: 5rem;
    }
    .main_lead_text{
        margin-top: 3rem;
        text-align: center;
        font-size: 14px;
    }
    
    
    .bnr{
        margin-top: 10rem;
    }


    .block{
        display: flex;
        align-content: center;
        justify-content: space-between;
        margin-top: 10rem;
        gap: 5rem;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }
    .block_re{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-top: 8rem;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 5rem;
        align-content: center;
    }
    /* swiper -----------------*/
    .swiper-wrap{
        position: relative;
    }
    .lookslide1{
        /* display: flex;
        align-items: center;
        flex-wrap: nowrap; */
    }
    .pdslide1{
        /* display: flex;
        align-items: center;
        flex-wrap: nowrap; */
        width: 80%;
    }
    
    .swiper-button-prev,
    .swiper-button-next{
        color: #000;
    }
    
    /* swiper_end------------ */
    
    .products-details{
        display: flex;
        justify-content: space-around;
        align-content: flex-start;
        flex-wrap: nowrap;
        align-items: flex-start;
        margin-top: 5rem;
    }
    
    .left{
        width: 100%;
        text-align: center;
    }
    .right{
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        gap: 2rem;
    }
    
    
    
    .swiper-button-prev,
    .swiper-button-next{
        color: #000;
    }
    
    /* swiper_end */
    
    .products-details{
        display: inline-block;
        justify-content: space-around;
        align-content: flex-start;
        flex-wrap: nowrap;
        align-items: flex-start;
        margin-top: 0rem;
    }
    
    
    .products-color{
        list-style: none;
        display: flex;
        gap: 10px;
        padding: 0rem 5rem;
    }
    
    ul{
        padding-inline-start: 0px;
        list-style: none;
    }
    .products-spec{
        margin-bottom: 3rem;
        width: 90%;
        margin: 0 auto;
        border-top: 1px solid black;
        padding-top: 2rem;
    }
    

    .products-details__ttl{
        font-size: 19px;
        letter-spacing: 0.4rem;
    }
    
    .products-details__blk{
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: column-reverse;
        margin-top: 1em;
        margin-bottom: 1em;
        gap: 2rem;
    }
    
    .products-price{
        font-size: 14px;
    }
    
    .products-color__item{
        font-size: 14px;
    }
    
    .products-color__icon {
        margin-right: 0.3em;
    }
    .products-color__icon--darkgreen {
      color: #1f4606;
    }
    .products-color__icon--navy {
      color: #0e2c6f;
    }
    .products-color__icon--black {
      color: black;
    }
    .products-color__icon--chGrey {
      color: #453e3e;
    }
    .products-color__icon--beige {
      color: #b6946b;
    }
    .products-color__icon--yellow {
      color: #d9e62e;
    }
    
    .products-contents{
        font-size: 14px;
    }
    
    .product-spec{
        margin-left: 1rem;
    }
    
    .products-spec__ttl{
        font-size: 13px;
        letter-spacing: 0.4rem;
        margin-bottom: 1rem;
    }
    
    .products-spec__list{
        font-size: 12px;
        margin-bottom: 3rem;
    }
    
    .products-spec__item{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: nowrap;
        line-height: 1.6;
        margin-bottom: 0.3em;
    }
    
    .products-contents {
        font-size: 12px;
        margin-bottom: 3rem;
    }
    
    /* LINE001 */
    .button_line001 a {
        position: relative;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 0 auto;
        max-width: 200px;
        padding: 10px 25px;
        color: #313131;
        transition: 0.3s ease-in-out;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 0.4rem;
    }
    .button_line001 a:before {
        position: absolute;
        bottom: 0px;
        left: 50%;
        content: '';
        width: 100%;
        height: 2px;
        background: rgba(0,0,0,.1);
        transform: translateX(-50%);
    }
    .button_line001 a:after {
        position: absolute;
        bottom: 0px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #000;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform .3s;
    }
    .button_line001 a:hover {
        opacity: 0.7;
    }
    .button_line001 a:hover:after {
        transform: scale(1, 1);
    }
    

    
    a.btn-border {
        /* border: 2px solid rgb(255, 255, 255); */
        border-radius: 0;
        background: rgb(0, 0, 0);
        color: #fff;
        padding: 2rem;
        letter-spacing: 0.4rem;
      }
      
      a.btn-border:hover {
        /* border: 1px solid rgb(0, 0, 0); */
        color: rgb(0, 0, 0);
        background: rgb(255, 255, 255);
      }
    
      .btn_all{
        font-size: 10px;
        text-align: center;
        /* margin: 10rem 0; */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
      }
    .wall{
        position: relative;
        margin-top: 2rem;
        width: 100%;
        height: auto;
        background-image: url(img/wear.jpg);
    }
    .bottom_bnr{
        margin: 0 auto;
    }
    
    
    
    a {
        text-decoration: none;
      }
    







}
@media screen and (min-width:360px) and (max-width: 896px){}
@media screen and (min-width:360px) and (max-width: 767px){}
/*iphone5.6.7*/
@media screen and (max-width:359px){}