@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{
    display: flex;
    width: 100vw;
    

}

/* 左側　ナビ */


.header-box{
    width: 18vw;
    height: 100vw;
    position: fixed;
    background-color: rgb(33, 77, 65);

}

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

nav ul{
    margin-top: 3vw;
    
}

nav ul li{
    list-style-type: none;

}

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

    
}

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

}

/*  右側LP */

.msf-box{
    width: 75vw;
    margin-left: 19vw;
}

.main-relative{
    position: relative;
}

.main-relative img{
    width: 75vw;
    height: 30vw;
    margin-top: 3vw;
}

.main-relative h2 {
    position: absolute;
    width: 45vw;
    margin-top: -9vw;
    margin-left: 31vw;
    text-align: center;
    line-height: 2;
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    white-space: pre-wrap;
    color: #1f1f1f;
    background-color: rgba(223, 243, 223, 0.418);
    
}

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

.section1-flex1 {
    margin-top: 5vw;
    margin-right: 3vw;
    margin-left: 2.2vw;    
}

.section1-flex1 h2{
    padding: 1vw 1vw 1vw 0;
    font-size: 35px;
    font-weight: lighter;    
}

.section1-flex1 small{
    color: rgb(33, 77, 65);
    
}

.section1-flex1 span{
    display: block;
    line-height: 1.5;
    font-weight: lighter;
    white-space: pre-wrap;
    font-family: "Noto Serif JP", serif;
}

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

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

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

}


.section1-flex2 img{
    display: block;
    width: 45vw;
    margin-left: 5vw;
} 



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

.section2-flex1{
    position: absolute;
    top: 5vw;
    left: 5vw;
    width: 35vw;
    height:25vw ;
    background: #fcf7f7;
}

.section2-flex1 small{
    display: block;
    margin-top: 5vw;
    margin-left: 3vw;
    color: rgb(33, 77, 65);


}

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


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

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

.section2-flex1 a p{
    display: block;
    font-size: 13px;
    padding: 1vw 2.2vw;
    white-space: pre-wrap;
    color: #fcf7f7;

}

.section2-flex2 img{
    display: block;
    width: 78vw;
    height: 35vw;
}


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



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

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

}

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

.section3box span{
    display: block;
    margin-bottom: 2vw;
}
/* 画像横並び */

.section3-flex1{
    display: flex;
    width: 78vw;
}

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

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

/* titleとspan */
.section3-flex2{
    display: flex;
    width: 78vw;
}

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

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

}

.title-flex span{
    display: block;
    line-height: 2;
}


/* リンクボタン */
.section3-flex3{
    display: flex;
    width: 78vw;
    font-family: "Noto Serif JP", serif;
    
}

.botan-flex a{
    text-decoration: none;
    
}

.botan-flex p{
    display: block;
    width: 17vw;
    margin: 2vw 1.5vw 3vw ;
    text-align: center;
    color: rgb(33, 77, 65) ;
}

.botan-flex p:hover{
    color: rgb(48, 68, 63)  ;
    font-weight: bold;
}



/* フッター */
.footerbox{
    display: flex;
    width: 80%;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    font-size: 10px;
    margin-top: 8vw;
    margin-left: 8vw;
    margin-bottom: 6vw;
    
}

.footerbox h3{
    border-bottom:1px solid rgb(33, 77, 65) ;
}

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

.footerbox a{
    text-decoration: none;
    color:rgb(33, 77, 65) ;
}

.footerbox a:hover{
    color:rgb(45, 56, 53) ;
}

.footerbox p{
    line-height: 4;
}



.footer-left h2 img{
    width: 12vw;
    margin-bottom: 2vw;
}


.footer-center{
    margin-left: 10vw;
}

.footer-right{
    margin-left: 8vw;
}


.footer-right2{
    margin-left: 8vw;
}

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