@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* 左側　ナビ */
.flexbox{
    width: 98vw;

}

header {
    display: flex
}

.header-box{
   height: 10vw;
    background-color: rgb(77, 33, 37);

}

header h1 a img{
    display: block;
    width: 13vw;
    height: 5vw;
    margin-top: 3vw;
    margin-left: 3vw;
}

nav ul{
    display: flex; 
}

nav ul li{
    height:5vw ;
    margin-top: 3.5vw;
    margin-left: 5vw;
    list-style-type: none;

}

nav ul li a{
    display: block;
    text-decoration-line: none;
    text-align: center;
    font-weight: 500;
    font-size: 8px;
    font-family: "Noto Serif JP", serif;
    color:#fcf7f7;
    transition: 1s;

    
}

nav ul li a:hover{
    margin: 0.1vw;
    transition: 1s;
    color:#696767;

}

/*  LP */

.main-relative{
    position: relative;
}

.main-relative img{
    display: block;
    width: 90vw;
    height: 50vw;
    margin-top: 3vw;
    margin-right: auto;
    margin-left:auto ;
}

.main-relative h2 {
    position: absolute;
    width: 80vw;
    height: 5vw;
    padding-top: 1vw ;
    margin-top: -15vw;
    margin-left: 10vw;
    border-radius: 5px;
    text-align: center;
    line-height: 2;
    font-family: "Noto Serif JP", serif;
    font-size: 8px;
    color: #1f1f1f;
    background-color: rgba(223, 243, 223, 0.418);
    
}

/* 右側初めての方へ */
.section1{
    display: flex;
    width: 95vw;
    margin-top: 5vw;
    font-family: "Noto Serif JP", serif;
}

.section1-flex1 {
    margin-top: 1vw;
    margin-right: 10vw;
    margin-left: 7vw;    
}

.section1-flex1 small{
    
    color: rgb(33, 77, 65);
    font-size: 8px;

    
}

.section1-flex1 h2{
    margin-bottom: 2vw;
    font-size: 10px;
    font-weight: lighter;    
}



.section1-flex1 span{
    display: block;
    line-height: 1.5;
    font-weight: lighter;
    font-size: 8px;
    font-family: "Noto Serif JP", serif;
}

.section1-flex1 a {
    display: block;
    text-decoration: none;
    width: 15vw;
    height: 3.5vw;
    margin-top: 2vw;
    border-radius: 10px;
    background-color: rgb(77, 33, 37);
    transition: 0.5s;
    
}

.section1-flex1 a:hover{
    padding:0 1vw;
    border-radius: 10px;
    transition: 0.5s;
}

.section1-flex1 a p{
    display: block;
    font-size: 5px;
    padding: 1vw 2.5vw;
    white-space: pre-wrap;
    color: #fcf7f7;

}


.section1-flex2 img{
    display: block;
    width: 35vw;

} 



/* 右側商品を探す */
.section2{
    position: relative;
    width: 95vw;
    margin-top: 5vw;
    margin-right: auto;
    margin-left: auto;
    font-family: "Noto Serif JP", serif;
}

.section2-flex1{
    position: absolute;
    top: 3vw;
    left: 5vw;
    width: 40vw;
    height:30vw ;
    background: #fcf7f7;
}

.section2-flex1 small{
    display: block;
    margin-top: 5vw;
    margin-left: 2vw;
    font-size: 8px;
    color: rgb(33, 77, 65);


}

.section2-flex1 h2{
    margin-top: 1vw;
    margin-left: 2vw;
    font-size: 10px;
    font-weight: lighter;
    
}
.section2-flex1 span{
    display: block;
    margin-top: 1vw;
    margin-left: 2vw;
    font-size: 8px;
    font-weight: lighter;
}


.section2-flex1 a {
    display: block;
    text-decoration: none;
    width: 16vw;
    height: 3.5vw;
    margin-top:2vw  ;
    margin-left: 2vw;
    border-radius: 10px;
    background-color: rgb(77, 33, 37);
    transition: 0.5s;
    
}

.section2-flex1 a:hover{
    padding:0 1vw;
    border-radius: 10px;
    transition: 0.5s;
}

.section2-flex1 a p{
    display: block;
    font-size: 6px;
    padding: 1vw 2.2vw;
    color: #fcf7f7;

}

.section2-flex2 img{
    display: block;
    width: 90vw;
    height: 35vw;
    margin-left: 3vw;
}


/* 右側オクラのメガネについて */



.section3box{
    margin-top: 5vw;
    text-align: center;
    font-family: "Noto Serif JP", serif;
}

.section3box small{
    display: block;
    font-size: 6px;
    margin-bottom: 1vw;
    color: rgb(33, 77, 65);

}

.section3box h2{
    margin-bottom: 1vw;
    font-size: 10px;
    font-weight: lighter;
    
}

.section3box span{
    display: block;
    margin-bottom: 2vw;
    font-size: 8px;
}


/* 画像横並び */

.section3-flex1{
    display: flex;
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
}

.images-flex {
    width: 27vw;
    padding: 0.3vw;
}

.images-flex img{
    width: 100%;
    height: 30vw;
}

/* titleとspan */
.section3-flex2{
    display: flex;
    width: 93vw;
    margin-right: auto;
    margin-left: auto;
}

.title-flex{
    width: 28vw;
    padding: 0.8vw;
    font-family: "Noto Serif JP", serif;
}

.title-flex h3{
    line-height: 2;
    font-size: 8px;
    border-bottom: 1px solid rgb(17, 39, 33);
    color: rgb(33, 77, 65);

}

.title-flex span{
    display: none;

}

/* リンクボタン */
.section3-flex3{
    display: none;

}



/* フッター */
.footerbox{
    
    width: 98%;
    height:100vh ;
    font-family: "Noto Serif JP", serif;
    font-weight: lighter;
    margin: 10vw auto 0 auto; 
    background-color: rgb(77, 33, 37) ;
    
}



.footerbox h3{
    border-bottom:1px solid rgb(102, 146, 134) ;
    line-height: 2;
}

.footerbox ul li{
    list-style-type: none;
}

.footerbox a{
    text-decoration: none;
    color:#fcf7f7 ;
}

.footerbox a:hover{
    color:#a5a3a3 ;
}

.footerbox p{
    line-height: 2;
}



.footer-left {
    width: 30vw;    
    padding-top: 5vw;
    margin-right: auto;
    margin-left: auto;
}

.footer-left h2 img{
    display: block;
    width: 100%;  
}

.footer-left div{ 
   font-size: 10px;
   margin-bottom: 2vw;

}   
.footer-left div img{
    width: 3vw;

}



.footer-center{
    width: 50vw;
    margin-top: 2vw;

    margin-right: auto;
    margin-left: auto;
    font-size: 10px;

}

.footer-right{
    width: 50vw;
    margin-top: 4vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 10px;

}


.footer-right2{
    width: 50vw;
    margin-top: 4vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 10px;

}

.footer-right2 h4{
    margin-top: 2vw;
    margin-bottom: 1vw;
}
