@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;400;500&display=swap');


html {
    -webkit-apperance: none; 
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    word-break: break-all;
    font-size: 10px;
    color: #505050;
}

body {
    font-family:  "Hiragino Sans",'Noto Sans JP', sans-serif;
    font-size: 1.5rem;
    font-weight: 200;
}

/* PC、SPの非表示 */
@media (max-width:767px) {
    .pc {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

img {
    width: 100%;
}

#container {
    width: 100%;
    overflow: hidden;
}
/*  ↑↑ここまでが最初の設定↑↑  */


.inner {
    max-width: 1080px;
    width: 100%;
    margin:0 auto;
    padding: 0 6rem;
}
@media (max-width:767px) {
    .inner {
        padding: 0 3rem;
    }
}
.h1 {
    font-size: 3rem;    
}


/*  header  */
.header {
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 6rem;
    padding-right: 4.75rem;
    font-size: 2rem;
    font-weight: 200;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
@media (max-width:767px) {
   .header {
    padding-top: .8rem;
    padding-left: 2rem;
   }  
}
.header {
    position: relative;
}
.header__left {
    letter-spacing: .02rem;
}
.header__right {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;    
}
.header__nav {
    display: flex;
    column-gap: .1rem;   
}
.header__nav li a {
    padding: 1.5rem 1.75rem ;
    transition: opacity .5s;
}
.header__nav li a:hover {
    opacity: .5;
}



/* fv */
.fv {
    position: relative;
    padding-bottom: 1rem;
}
@media (max-width:767px) {
    .fv {
        padding-bottom: .5rem;
    }
}

.fv__contents {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    padding-top: 5.14rem;
    
}
@media (max-width:767px) {
    .fv__contents {
        height: 9.5rem;
        padding-top: 25.5%;
        display: flex;
        justify-content:center;
        align-items: center;
        text-align: center;
        line-height: 1.7;
    }
}
@media (max-width:767px) {
    .fv__contents {
        padding-top: calc(375 / 9.5rem * 100vw);
        }
}


.fv__contents h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 5rem;
    align-items: center;
    color: #fff;
    /* text-shadow:1px 1px 0 #fff, -1px -1px 0 #fff,
    -1px 1px 0 #fff, 1px -1px 0 #fff,
    0px 1px 0 #fff,  0 -1px 0 #fff,
    -1px 0 0 #fff, 1px 0 0 #fff; */
    
}
@media (max-width:767px) {
    .fv__contents h1 {
        font-size: 3.5rem;
        color: #6a3a0c;

    }
}


/*  menu  */
h2 {
    font-size: 3rem;
    justify-content: center;
    text-align: center;
    padding-top: 4.6rem;
    padding-bottom: 4.7rem;
    position: relative;
}
@media (max-width:767px) {
    h2{
    padding-top: 4.7rem;
    padding-bottom: 4.5rem;
    }
}

h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 3.05rem;
    display: inline-block;
    width: 5rem;
    height: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000000;
    border-radius: 20%;
  }
  @media (max-width:767px) {
    h2:before {
    bottom: 2.9rem;
    }
}

#menu {
    justify-content: space-between;
    align-items: center;
}

.menu__contents {
    display: flex;
    column-gap: 3rem;
    padding-bottom:4.3rem;
}
@media (max-width:767px) {
    .menu__contents{
        display: block;
        padding-bottom: 2.3rem;
    }
}
.menu-sec {
    justify-content: space-between;
    text-align: center;
}
@media (max-width:767px) {
    .menu-sec {
        padding-bottom: 2.6rem;
    }
}
.text__menu {
    font-size: 2rem;
    font-weight: 400;
    padding-top: 2.8rem;
    padding-bottom: .8rem;
}
@media (max-width:767px) {
    .text__menu {
        padding-top: 2rem;
    }
}
.text__feature {
    line-height: 2.5rem;
}


/*  about  */
#about {
    background-color:rgb(255, 248, 238);
}
.about__content {
    display:flex;
    flex-direction: row-reverse;
    column-gap: 3.9rem;    
    padding-bottom: 4.9rem;
}
@media (max-width:767px) {
    .about__content {
        display: block;
    }
}
.about__content__right {
    width: max( 71%, 450px);
}
@media (max-width:767px) {
    .about__content__right {
        width: 100%;
    }
}

.about-text {
    justify-content: space-between;
    align-items: center;
    column-gap: 3.9rem;
    line-height: 3.3rem;
}
@media (max-width:767px) {
    .about-text {
    padding-top: 1.3rem;
    }
}

.about__text__main {
    font-size: 2.2rem;
    font-weight: 400;
    padding-top: 1.4rem;
    padding-bottom: 2.2rem;
}

.about__text__sub {
    font-size: 1.8rem;
    padding-bottom: 2.5rem;
}
.about__button {
    width: 25rem;
    height: 5.5rem;
    font-size: 2.5rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(222 172 99);
    transition: opacity .5s;
}
@media (max-width:767px) {
    .about__button {
        width: min(100%, 400px);
        margin: auto;    
    }
}
.about__button:hover{
    cursor: pointer;
    opacity: .5;
}



/*  footer  */
.footer__copyright {
    font-size: 2rem;
    height: 9.2rem;
    color: #fff;
    background-color:rgb(222 172 99);
    display: flex;
    justify-content: center;
    padding-top: 2.8rem;
    letter-spacing: .02rem;
}
@media (max-width:767px) {
    .footer__copyright {
        padding-top: 3.2rem;        
        font-size: 1.75rem;
        letter-spacing: .03rem;
    }
}
