@charset "UTF-8";

/*共通*/
.sp{
    display: none;
}
.tb{
    display: none;
}
.pc{
    display: block;
}

@media screen and (max-width:930px) {
    .sp{
        display: none;
    }
    .tb{
        display: block;
    }
    .pc{
        display: none;
    }
}

@media screen and (max-width:650px) {
    .sp{
        display: block;
    }
    .tb{
        display: none;
    }
    .pc{
        display: none;
    }   
}


/*header*/
header .fv{
    position: relative;
}
header .fv .fv-text{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 99;
}
header .fv .fv-text p span{
    font-size: 75px;
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    letter-spacing: 0.03em;
}

header .fv .fv-text p{
    font-size: 20px;
    color: #fff;
    text-align: center;
}

@media screen and (max-width:1300px) {
    header .fv .fv-text{
        top: 30%;
    }
}

@media screen and (max-width:960px) {

    header .fv .fv-text p span {
        font-size: 65px;
    }

    header .fv .fv-text p {
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0.2em;
    }

}

@media screen and (max-width:800px) {
    
    header .fv .fv-text p span {
        font-size: 60px;
    }

    header .fv .fv-text p {
        font-size: 14px;
        line-height: 1.6;
    }

}

@media screen and (max-width:730px) {

    header .fv .fv-text{
        top: 28%;
    }
    
    header .fv .fv-text p span {
        font-size: 55px;
    }

    header .fv .fv-text p {
        font-size: 13px;
        line-height: 1.5;
    }

}

@media screen and (max-width:700px) {

    header .fv .fv-text p span {
        font-size: 50px;
    }

}

@media screen and (max-width:630px) {

    header .fv .fv-text p {
        font-size: 12px;
    }

}

@media screen and (max-width:560px) {

    header .fv .fv-text{
        top: 27%;
    }
    
    header .fv .fv-text p span {
        font-size: 45px;
    }

    header .fv .fv-text p {
        font-size: 11px;
        line-height: 1.4;
    }

}

@media screen and (max-width:480px) {

    header .fv .fv-text{
        top: 25%;
    }
    
    header .fv .fv-text p span {
        font-size: 40px;
    }

    header .fv .fv-text p {
        line-height: 1.3;
    }

}

@media screen and (max-width:374px) {
    
    header .fv .fv-text{
        top: 23%;
    }
    
}


/*tsuki_concept*/
#tsuki_concept {
    margin-top: 8%;
    margin-bottom: 9%;
}

#tsuki_concept > div {
    width: 93%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

#tsuki_concept > div > div:nth-child(1) {
    width: 100%;
    padding-left: 550px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

#tsuki_concept > div > div:nth-child(1) > p {
    margin-bottom: 30%;
    margin-left: 100px;
}

#tsuki_concept > div > div:nth-child(1) > p > img {
    max-width: 534px;
}

#tsuki_concept > div > div:nth-child(1) > div {
    text-align: right;
    position: relative;
}

#tsuki_concept > div > div:nth-child(1) > div > p:first-child {
    width: 40%;
    position: absolute;
    bottom: 54%;
    left: 0;
}

#tsuki_concept > div > div:nth-child(2) {
    margin-top: 3%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 70px;
}

#tsuki_concept > div > div:nth-child(2) > h2 {
    margin-bottom: 5%;
    font-size: 48px;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1;
}

#tsuki_concept > div > div:nth-child(2) > h2:after {
    content: "";
    width: 580px;
    height: 2px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 6%;
    right: -105%;
}

#tsuki_concept > div > div:nth-child(2) > h3 {
    margin-bottom: 6%;
    font-weight: 500;
    line-height: 2;
}

#tsuki_concept > div > div:nth-child(2) > p {
    font-size: 15px;
    line-height: 2;
    color: rgb(130, 130, 130);
}

@media screen and (max-width:1300px) {
    #tsuki_concept > div > div:nth-child(2){
        left: 0;
    }
}

@media screen and (max-width:1100px) {
    #tsuki_concept > div > div:nth-child(1){
        padding-left: 50%;
    }
    
    #tsuki_concept > div > div:nth-child(2) > h2:after{
        width: 400px;
        right: -60%;
    }
}

@media screen and (max-width:1000px) {
    #tsuki_concept{
        margin-bottom: 15%;
    }
}

@media screen and (max-width:900px) {
    #tsuki_concept > div > div:nth-child(1){
        float: none;
        padding-left: 0;
    }
    
    #tsuki_concept > div > div:nth-child(2){
        position: static !important;
        margin-top: 7%;
    }
    
    #tsuki_concept > div > div:nth-child(1) > p{
        margin: 0 auto 30% auto;
        text-align: center;
    }
    
    #tsuki_concept > div > div:nth-child(2) > h2:after{
        display: none;
    }
}

@media screen and (max-width:480px) {
    #tsuki_concept > div > div:nth-child(2) > h2{
        font-size: 40px;
    }
}

@media screen and (max-width:420px) {
    #tsuki_concept > div > div:nth-child(2) > h2{
        font-size: 30px;
    }
}


/*tsuki_introduction*/
#tsuki_introduction > div{
    position: relative;
}

#tsuki_introduction > div > p:last-child{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 40%;
    left: 0;
    z-index: 99;
    color: #fff;
    font-size: 20px;
    line-height: 1.9;
}

#tsuki_introduction > p{
    font-size: 16px;
    text-align: center;
    margin: 12% 0;
    line-height: 2;
    color: #888;
}

#tsuki_introduction > .introduction_middle{
    display: flex;
    font-size: 0;
    max-width: 1200px;
    margin: 0 auto 11% auto;
    padding: 0 3.5%
}

#tsuki_introduction > .introduction_middle > div:nth-child(2){
    margin: 0 40px;
}

#tsuki_introduction > .introduction_middle > div > p:last-child{
    font-size: 13px;
    color: #888;
    margin-top: 15px;
    text-align: center;
}


#tsuki_introduction > .introduction_bottom{
    padding: 10% 0 8% 0;
    background-color: #7f97a5;
}

#tsuki_introduction > .introduction_bottom > div{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 3.5%;
}

#tsuki_introduction > .introduction_bottom > div > div:first-child{
    margin-bottom: 7%;
}

#tsuki_introduction > .introduction_bottom > div > div:nth-child(2){
    display: flex;
    position: relative;
}

#tsuki_introduction > .introduction_bottom > div > div:nth-child(2) > p:first-child{
    max-width: 546px;
}

#tsuki_introduction > .introduction_bottom > div > div:nth-child(2) > p:last-child{
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 16%;
    color: #fff;
}

#tsuki_introduction > .introduction_bottom > div > div.button a{
    display: block;
    color: #888;
    max-width: 300px;
    height: 80px;
    background-color: #fff;
    margin: 7% auto 0 auto;
    line-height: 80px;
    text-align: center;
    font-size: 15px;
}


@media screen and (max-width:1100px) {
    #tsuki_introduction > div > p:last-child{
        top: 30%;
    }
}

@media screen and (max-width:1000px) {
    #tsuki_introduction > .introduction_bottom > div > div:nth-child(2) > p:first-child{
        max-width: 450px;
    }
    
    #tsuki_introduction > .introduction_bottom > div > div:nth-child(2) > p:last-child{
        font-size: 14px;
        top: 9%;
    }
}

@media screen and (max-width:900px) {
    #tsuki_introduction > p{
        text-align: left;
        padding: 0 3.5%;
    }
    
    #tsuki_introduction > .introduction_bottom > div > div:nth-child(2){
        display: block;
    }
    
    #tsuki_introduction > .introduction_bottom > div > div:nth-child(2) > p:first-child{
        margin: 0 auto 3% auto;
    }
    
    #tsuki_introduction > .introduction_bottom > div > div:nth-child(2) > p:last-child{
        position: static;
        font-size: 15px;
        line-height: 2;
    }
}

@media screen and (max-width:700px) {
    #tsuki_introduction > div > p:last-child{
        font-size: 16px;
    }
}

@media screen and (max-width:680px) {
    #tsuki_introduction > .introduction_middle > div:nth-child(2){
        margin: 2% 10px;
    }
    
    #tsuki_introduction > .introduction_middle > div{
        width: calc(50% - 20.6px);
        margin: 2% 10px;
        display: inline-block;
        vertical-align: top;
    }
    
    #tsuki_introduction > .introduction_middle{
        display: block;
        font-size: 0;
    }
}

@media screen and (max-width:500px) {
    #tsuki_introduction > div > p:last-child{
        top: 25%;
        font-size: 14px;
    }
}

@media screen and (max-width:375px) {
    #tsuki_introduction > div > p:last-child{
        font-size: 11px;
    }
    
    #tsuki_introduction > .introduction_middle > div:nth-child(2){
        margin: 5% 0 8% 0;
    }
    
    #tsuki_introduction > .introduction_middle > div{
        width: 100%;
        margin: 5% 0 10% 0;
        display: block;
    }
    
    #tsuki_introduction > .introduction_middle > div > p:last-child{
        margin-top: 10px;
    }
}


/*tsuki_info*/
#tsuki_info {
    max-width: 1000px;
    margin: 8% auto 9% auto;
    padding: 0 3.5%;
}

#tsuki_info > div {
    margin: 0 auto 7% auto;
    position: relative;
}

#tsuki_info > div > div:nth-child(1) {
    width: 100%;
    padding-left: 550px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

#tsuki_info > div > div:nth-child(1) > p {
    margin-bottom: 30%;
    margin-left: 100px;
}

#tsuki_info > div > div:nth-child(1) > p > img {
    height: 465px;
    object-fit: cover;
}

#tsuki_info > div > div:nth-child(1) > div {
    text-align: right;
    position: relative;
}

#tsuki_info > div > div:nth-child(2) {
    margin-top: 3%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 90px;
}

#tsuki_info > div > div:nth-child(2) > h2 {
    margin-bottom: 5%;
    font-size: 48px;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1;
}

#tsuki_info > div > div:nth-child(2) > h2:after {
    content: "";
    width: 350px;
    height: 2px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 8%;
    right: -70%;
}

#tsuki_info > div > div:nth-child(2) > h3 {
    margin-bottom: 6%;
    font-weight: 500;
    line-height: 2;
}

#tsuki_info > div > div:nth-child(2) > p {
    font-size: 15px;
    line-height: 2;
    color: rgb(130, 130, 130);
}

@media screen and (max-width:1000px) {
    #tsuki_info > div > div:nth-child(2){
        left: 0;
    }
    
    #tsuki_info > div > div:nth-child(1){
        padding-left: 50%;
    }
    
    #tsuki_info > div > div:nth-child(2) > h2:after{
        width: 280px;
        right: -55%;
    }
}

@media screen and (max-width:700px) {
    #tsuki_info > div > div:nth-child(1){
        float: none;
        padding-left: 0;
    }
    
    #tsuki_info > div > div:nth-child(1) > p{
        margin-left: 0;
        margin-bottom: 5%;
    }
    
    #tsuki_info > div > div:nth-child(1) > p > img{
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: 50% 44%;
    }
    
    #tsuki_info > div > div:nth-child(2){
        position: static;
    }
    
    #tsuki_info > div > div:nth-child(2) > h2:after{
        display: none;
    }
}

@media screen and (max-width:480px) {
    #tsuki_info > div > div:nth-child(2) > h2{
        font-size: 40px;
    }
}

@media screen and (max-width:420px) {
    #tsuki_info > div > div:nth-child(2) > h2{
        font-size: 30px;
    }
}