html{
    -webkit-text-size-adjust: none;
}

body{
    color:#1C1C1C;
    background-image: url(image/back_img.jpg);
    font-family: "M PLUS 1p", sans-serif,Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 10px;
    color: #1C1C1C;
    -webkit-font-feature-settings: "palt";
    -webkit-font-variant-ligatures: no-common-ligatures;
    font-variant-ligatures: no-common-ligatures;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}


header{
    background-color: #674B32;
    height: 4vh;
}

img{
    max-width: 100%;
    height: auto;
    display: block;
}

a{
    color: #1C1C1C;
}

.wrapper{
    display: flex;
    justify-content: center;
}
.wrapper-row{
    display: flex;
    
}
.wrapper-page{
    max-width: 1440px;
    width: 81%;
    margin: 0 auto;
}
.container{
    position: relative;
    padding-top: 160px;
    margin: 80px;
    text-align: center;
}
.container img{
    width:25%;
    background-repeat: no-repeat;
}
.tag img{
    margin: 0 auto ;
    padding-top: 100px;
}

h1 {
    font-weight: 500;
    font-style: normal;
    font-size: 5.6em;
    line-height: 1.5em;
    text-align: center;
    margin: 0 auto;
    /* padding-top: 300px ; */
    color: #674B32;
    display: inline-block; 
    /* position: relative; */
}

.img-logo{
    position: absolute;
    top: 60%;
    right: -1em;

}

.wrapper-page p {
    font-size: 2.4em;
    line-height: 1.5em;
    font-weight: 300;
    /* padding: 80px 98px; */
    /* margin: 80px 0; */
}

.container-logo{
    width: 100%;
    margin-top: 80px;
}
.button{
    display: block;
    position: relative;
    background-color: #EBE1C9;
    color: #1C1C1C;
    padding: 24px 40px;
    border-radius: 100vh;
    font-size: 1.8em;
    margin: 40px 10%;
    /* max-width: 350px; */
    text-align: center;
    line-height: 1.5em;
}

.button::after {
    font-family: "Material Icons";
    content: "\e89e";
    padding-left: 8px;
}

.button:hover{
    background-color: #ffffff;
    border: solid 1px #674B32;
    color: #674B32;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.oyamanojiman-img{
    width: 100%;
    text-align: center;
}
.brand-img{
    width: 100%;
    text-align: center;
}

.brand-img a {
    line-height: 1.5em;

}
.img02{
    width: 50%;
    margin: 0 auto;
}
.text{
    margin-top: 0px;
    padding: 40px 10px 0;
}

.text p {
    font-size: 1.8em;
    font-weight: 400;
    text-align: none;
    color: #674B32;
    
}


.tell-icon::before {
	font-family: "Material Icons";
	content: "\e0b0";
    color: #674B32;
}
.banner:hover{
    opacity: 0.5;
    transition: 0.5s;
}
.banner img{
    margin: 100px auto 80px;
    border-radius: 10px;
}
.info p {
    font-size: 1.6em;
    margin-bottom: 60px;
}
.tell-text p {
    color: #1C1C1C;
    margin-left: 10px;
}


.copy{
    font-size: 1.4em;
    margin: 40px 0;
    text-align: center;
}

.hr-copy{
    border-top: solid 1px #1C1C1C;
}

@media only screen and (max-width: 969px) {
     .img-logo{
        position: absolute;
        top: 90%;
        right: 15vw;
    }
    .container{
        margin: 80px 1em 250px;
    }
    .container img{
        background-repeat: no-repeat;
        width: 50%;
    }
    }

@media only screen and (max-width: 768px) {
    .wrapper{
        display: block;
    }
    .wrapper-page{
        width: 90%;
    }
    .wrapper-page p{
        font-size: 1.6em;
    }
    .button{
        font-size: 1.6em;
        margin: 40px auto 80px;
        max-width: 300px;
    }
    .text{
        font-size: 0.9em;
        padding: 0;
    }
    .hr-copy{
        width: 100%;
    }
   
    .copy{
        margin: 40px 1em;
    }
    
    }
    @media only screen and (max-width: 425px) {
        
        h1 {
            font-size: 4.0em;
        }
        .container {
            margin: 80px 0em 140px;
        }
        
        .img-logo{
            top: 93%;
            right: 15vw;
        }
        .button{
            max-width: 300px;
            margin: 2em 10%;
            padding: 1em;
        }
        .banner img {
            margin: 80px auto 40px;
            border-radius: 8px;
        }
        .info p{
            font-size: 1.6em;
        }
      
    }


