@charset "utf-8";
body {
    background: #fcf7f0;
    /*font-family: 'Noto Sans JP', sans-serif; ← Safari で反応しない */
    font-family: 'NotoSansJP', sans-serif;
    color: #42210B;
    font-size: 1rem;
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    color: #42210B;
    text-decoration: none;
    outline: none;
}
img {
    width: 100%;
    height: auto;
}
* {
    box-sizing: border-box
}
/* font-family */
#header, h1, h2, .heading01, .count-size {
    font-family: 'Roboto', sans-serif;
}
/* header */
#header {
    padding: 30px 70px 40px 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
}
@media screen and (max-width:960px) {
    #header {
        padding: 5px 30px 0 90px;
    }
}
@media screen and (max-width:870px) {
    #header {
        padding: 5px 30px;
        justify-content: center;
    }
}
#header h1 a {
    color: #1bb7c3;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    font-weight: normal;
}
@media screen and (max-width:768px) {
    #header h1 a {
        font-size: 1.4rem;
    }
}
#header ul {
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 20px 0 0;
}
@media screen and (max-width:870px) {
    #header ul {
        display: none;
    }
}
#header li, #header dl, #header dt, #header dd {
    display: inline-block;
}
#header li:first-child::after {
    content: '/';
    padding: 0 10px;
}
#header .float3 {
    border-radius: 30px;
}
@media screen and (max-width:870px) {
    #header .float3 {
        display: none;
    }
}
/* g nav */
#g-nav li:nth-of-type(1) {
    animation-delay: 0.3s;
}
#g-nav li:nth-of-type(2) {
    animation-delay: 0.5s;
}
#g-nav li:nth-of-type(3) {
    animation-delay: 0.7s;
}
#g-nav li:nth-of-type(4) {
    animation-delay: 0.9s;
}
#g-nav li:nth-of-type(5) {
    animation-delay: 1.1s;
}
#g-nav li:nth-of-type(6) {
    animation-delay: 1.3s;
}
#g-nav li:nth-of-type(7) {
    animation-delay: 1.5s;
}
/* container */
#container {
    padding: 0 70px 0 130px;

    /** Scroll Bar 出さないように追加 **/
    position: relative;
    overflow: hidden;
}
@media screen and (max-width:960px) {
    #container {
        padding: 0 30px;
    }
}
/* flud-area */
.fluid-area {
    position: relative;
    height: 95vh;
    display: flex;
    align-items: center;
}
.fluid-lead {
    padding: 0 0 0 7vw;
}
.fluid-lead h2 {
    font-size: 3vw;
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin: 0 0 20px 0;
    opacity: 0;
}
body.appear .fluid-lead h2 {
    opacity: 1;
}
.fluid-lead p {
    font-size: 1.1rem;
    line-height: 2;
    margin: 0 0 0 30px;
}
.fluid-border1 {
    position: absolute;
    border-bottom: 50px dotted #E2AEA8;
    width: 100%;
    top: 13%;
    z-index: -1;
}
.fluid-border2 {
    position: absolute;
    border-bottom: 5px dotted #E2AEA8;
    width: 100%;
    bottom: 27%;
    z-index: -1;
}
.fluid-block {
    position: absolute;
    z-index: -1;
    top: 0%;
    right: 0;
    width: 45vw;
    height: 70vh;
    animation-delay: 0.5s;
}
.fluid-person1 {
    position: absolute;
    z-index: -1;
    top: 14%;
    right: 10%;
    width: 12vw;
    height: 12vh;
    animation-delay: 0.5s;
}
@media screen and (max-width:1150px) {
        .fluid-person1 {
        width: 15vw;
        height: 15vh;
    }
    
}
@media screen and (max-width:960px) {
    .fluid-lead h2 {
        font-size: 2.5rem;
        letter-spacing: 0.15em;
    }
    .fluid-lead p {
        font-size: 1.1rem;
    }
    .fluid-border1 {
        border-bottom: 50px dotted #E2AEA8;
        top: 13%;
    }
    .fluid-border2 {
        border-bottom: 5px dotted #E2AEA8;
        bottom: 27%;
    }
    .fluid-block {
        width: 60vw;
        height: 60vh;
    }
    .fluid-person1 {
        top: 8%;
        width: 21vw;
        height: 21vh;
    }
}
@media screen and (max-width:768px) {
    .fluid-block {
        width: 65vw;
        height: 60vh;
    }
    .fluid-lead h2 {
        font-size: 1.8rem;
    }
    .fluid-lead p {
        font-size: 1.1rem;
    }
    .fluid-border1 {
        border-bottom: 40px dotted #E2AEA8;
        top: 13%;
    }
    .fluid-border2 {
        border-bottom: 5px dotted #E2AEA8;
        bottom: 33%;
    }
    .fluid-lead {
        padding: 0;
    }
    .fluid-lead p {
        margin: 0;
    }
    .fluid-person1 {        
        top: 8%;
        width: 22vw;
        height: 22vh;
    }
}
@media screen and (max-width:550px) {
    .fluid-block {
        width: 300px;
        height: 300px;
    }
    .fluid-lead h2 {
        font-size: 1.3rem;
    }
    .fluid-lead p {
        font-size: 0.8rem;
    }
    .fluid-border1 {
        border-bottom: 30px dotted #E2AEA8;
        top: 8%;
    }
    .fluid-border2 {
        border-bottom: 5px dotted #E2AEA8;
        bottom: 36%;
    }
    .fluid-person1 {        
        top: 8%;
        width: 22vw;
        height: 22vh;
    }
}
@media screen and (max-width:370px) {
    .fluid-block {
        width: 240px;
        height: 240px;
    }
    .fluid-lead h2 {
        font-size: 1.0rem;
    }
        .fluid-lead p {
        font-size: 0.8rem;
    }
    .fluid-border1 {
        border-bottom: 20px dotted #E2AEA8;
        top: 8%;
    }
    .fluid-border2 {
        border-bottom: 5px dotted #E2AEA8;
        bottom: 40%;
    }
    .fluid-person1 {        
        top: 8%;
        width: 20vw;
        height: 20vh;
    }
}
/* contact */
#contact {
    position: relative;
    margin: 0 0 100px 0;
    padding: 130px 0 0 0;
    text-align: center;
}
#contact::before {
    content: "";
    width: 1px;
    height: 100px;
    background: #42210B;
    position: absolute;
    left: 50%;
    top: 0;
}
#contact h2 {
    margin: 0 0 30px 0;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
@media screen and (max-width:960px) {
    #contact h2 {
        font-size: 2rem;
    }
}
@media screen and (max-width:768px) {
    #contact h2 {
        font-size: 1.5rem;
    }
}
#contact h2 span {
    font-size: 1rem;
    display: block;
}
#contact ul {
    margin: 20px 0 50px 0;
    letter-spacing: 0.1em;
}
#contact li, #contact dl, #contact dt, #contact dd {
    display: inline-block;
}
@media screen and (max-width:530px) {
    #contact li {
        display: block;
    }
}
#contact dt {
    padding: 0 10px 0 0;
}
#contact dd {
    font-size: 1.5rem;
}
@media screen and (max-width:768px) {
    #contact dd {
        font-size: 1rem;
    }
}
#contact li:first-child::after {
    content: '/';
    padding: 0 10px;
}
@media screen and (max-width:530px) {
    #contact li:first-child::after {
        content: '';
        padding: 0;
    }
}
/* footer */
#page-top {
    margin: 0 auto 100px auto;
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid;
    border-radius: 2px;
    border-color: #999 #999 transparent transparent;
    transform: rotate(-45deg);
    cursor: pointer;
}
#waveCanvas {
    position: absolute;
    bottom: 0;
    z-index: -1;
}
small {
    text-align: center;
    display: block;
    padding: 50px 0;
}