@charset "UTF-8";

/* ------------------------------------------------
                    TOP
--------------------------------------------------- */

/*----------- 共通 -----------*/
.ttl-txt {
    font-size: 18px;
}
.middle-txt {
    font-size: 18px;
}

@media (max-width: 768px) {
    .ttl-txt {
        font-size: 4.8vw;
    }
    .middle-txt {
        font-size: 3.6vw;
    }
    .box-wrap {
        display: block;
    }
}




/*----------- メインヴィジュアル -----------*/
.main-visual {
    width: 100%;
    height: auto;
    position: relative;
}
.main-visual h1 {
    position: fixed;
    top: 120px;
    right: calc(3% + 10px);
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.2em;
    z-index: 2;
}
.main-visual .main-txt {
    margin: 85px auto 60px;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 3;
}
.main-visual .mv-img {
    width: 100%;
    margin: 0 auto;
    position: relative;
}


@media (max-width: 768px) {
    .main-visual {
        width: 100%;
        height: auto;
        position: relative;
    }
    .main-visual h1 {
        display: none;
        /*position: fixed;
        top: 20%;
        right: calc(5% + 0.7vw);
        font-size: 3.2vw;
        font-weight: 300;
        letter-spacing: 0.3em;*/
    }
    .main-visual .main-txt {
        margin: 28vw auto 22vw;
        display: inline-block;
        font-size: 4vw;
        line-height: 3;
    }
    .main-visual .mv-img {
        width: 100%;
        max-width: initial;
        margin: 0 auto;
        position: relative;
    }
}



/*----------- テキスト -----------*/
.about-lastletter {
    width: 100%;
    margin: 88px auto 100px;
    font-size: 15px;
}
.about-lastletter .box-left {
    width: 40%;
}
.about-lastletter .box-right {
    width: 60%;
}
.about-lastletter p {
    line-height: 3;
}

@media (max-width: 768px) {
    .about-lastletter {
        width: 96%;
        margin: 10vw auto 20vw;
        font-size: 3.4vw;
    }

    .about-lastletter .box-left {
        width: 100%;
        margin-bottom: 6vw;
    }
    .about-lastletter .box-right {
        width: 100%;
    }

    .about-lastletter .ttl-txt {
        font-size: 4vw;
    }
}



/*----------- 流れ -----------*/
.cont-flow {
    width: 100%;
    padding: 88px 0;
    background: #F7F7F7;
}
.cont-flow h2{
    margin-bottom: 45px;
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0.2em;
}
.cont-flow ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.cont-flow ul li.li-cont {
    width: 210px;
    padding: 20px 0 0 40px;
    position: relative;
}
.cont-flow ul li.li-cont .li-num {
    display: block;
    font-size: 40px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.cont-flow ul li.li-cont .li-ttl {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.2em;
    position: absolute;
    top: 60px;
    left: 0;
}
.cont-flow ul li.li-cont .li-txt {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.1em;
}
.cont-flow ul li.li-arrow {
    width: 30px;
}
.cont-flow ul li.li-arrow img {
    margin: 95px 0 0;
}

@media (max-width: 768px) {
    .cont-flow {
        width: 100%;
        padding: 10vw 0;
        background: #F7F7F7;
    }
    .cont-flow h2{
        margin-bottom: 8vw;
        text-align: center;
        font-size: 5vw;
    }
    .cont-flow ul {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .cont-flow ul li.li-cont {
        width: 100%;
        min-height: 35vw;
        padding: 0 0 0 40vw;
        position: relative;
    }
    .cont-flow ul li.li-cont img {
        width: 35vw;
        position: absolute;
        top: 0;
        left: 0;
    }
    .cont-flow ul li.li-cont .li-num {
        display: block;
        font-size: 8vw;
        line-height: 1;
        position: absolute;
        top: 0;
        left: 40vw;
    }
    .cont-flow ul li.li-cont .li-num.line-2 {
        top: 3vw;
    }
    .cont-flow ul li.li-cont .li-ttl {
        padding-top: 1vw;
        padding-left: 6vw;
        font-size: 3.8vw;
        line-height: 1.6;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        position: relative;
        top: auto;
        left: auto;
    }
    .cont-flow ul li.li-cont .li-txt {
        margin-top: 20px;
        font-size: 14px;
    }
    .cont-flow ul li.li-arrow {
        width: 100%;
        padding: 8vw 0;
    }
    .cont-flow ul li.li-arrow img {
        width: 8vw;
        margin: 0 0 0 14vw;
        transform: rotate(90deg);
    }
}



/*----------- テキスト -----------*/
.cont-lastletter {
    width: 100%;
    padding: 110px 0 0;
}
.cont-lastletter .box-wrap {
    width: 100%;
    margin-bottom: 88px;
    align-items: center;
    justify-content: space-between;
}
.cont-lastletter .box-wrap.last {
    margin-bottom: 0;
}
.cont-lastletter .box-left {
    width: 48%;
}
.cont-lastletter .box-right {
    width: 48%;
    padding: 0 6%;
}
.cont-lastletter .ttl-txt {
    margin-bottom: 45px;
    letter-spacing: 0.2em;
}
.cont-lastletter .normal-txt {
    font-size: 15px;
    line-height: 3;
}

@media (max-width: 768px) {
    .cont-lastletter {
        width: 100%;
        padding: 10vw 0 0;
    }
    .cont-lastletter .box-wrap {
        width: 100%;
        margin-bottom: 14vw;
    }
    .cont-lastletter .box-wrap.last {
        margin-bottom: 0;
    }
    .cont-lastletter .box-left {
        width: 100%;
        margin-bottom: 8vw;
    }
    .cont-lastletter .box-right {
        width: 100%;
        padding: 0;
    }
    .cont-lastletter .ttl-txt {
        margin-bottom: 5vw;
        line-height: 2;
    }
    .cont-lastletter .normal-txt {
        font-size: 3.4vw;
        line-height: 2.6;
    }
}



/*----------- ストーリー -----------*/
.cont-story {
    width: 100%;
    padding: 110px 0;
}
.cont-story h2{
    margin-bottom: 64px;
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0.2em;
}
.cont-story .box-wrap {
    width: 100%;
    justify-content: space-between;
}
.cont-story .box-left {
    /*width: 48%;*/
    width: 30%;
}
.cont-story .box-right {
    /*width: 48%;*/
    width: 30%;
}

.cont-story .yt-wrap {
    width: 100%;
    margin-bottom: 35px;
    padding-top: 56.25%;
    position: relative;
}
.cont-story .yt-wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.cont-story p {
   /* padding: 0 10%;*/
    padding: 0;
}
.cont-story .normal-txt {
    margin-top: 30px;
    /*line-height: 2.6;*/
    line-height: 2.2;
}

@media (max-width: 768px) {
    .cont-story {
        width: 100%;
        padding: 20vw 0 20vw;
    }
    .cont-story h2{
        margin-bottom: 8vw;
        text-align: center;
        font-size: 6vw;
        font-weight: 300;
    }
    .cont-story .box-wrap {
        width: 100%;
    }
    .cont-story .box-left {
        width: 100%;
        margin-bottom: 12vw;
    }
    .cont-story .box-right {
        width: 100%;
    }

    .cont-story .yt-wrap {
        margin-bottom: 4vw;
    }
    .cont-story p {
        padding: 0;
    }
    .cont-story .normal-txt {
        margin-top: 4vw;
    }
}





/*----------- 手紙箱 -----------*/
.cont-tegamibako {
    width: 100%;
    margin: 0 auto;
    padding: 110px 0;
    background: #F7F7F7;
}
.cont-tegamibako .box-wrap {
    justify-content: space-between;
    align-items: center;
}
.cont-tegamibako .box-left {
    width: 58%;
    position: relative;
}

.cont-tegamibako .slide-list {
    width: 100%;
}

.cont-tegamibako .box-right {
    width: 36%;
}
.cont-tegamibako .normal-txt {
    margin: 30px 0 0;
}


@media (max-width: 768px) {
    .cont-tegamibako {
        width: 100%;
        margin: 0 auto;
        padding: 20vw 0;
        background: #F7F7F7;
    }
    .cont-tegamibako .box-left {
        width: 96%;
        margin: 0 auto 16vw;
        position: relative;
    }

    .cont-tegamibako .box-right {
        width: 100%;
    }
    .cont-tegamibako .ttl-txt {
        width: 96%;
        margin: 0 auto;
    }
    .cont-tegamibako .normal-txt {
        margin: 4vw 0 0;
    }
}





/*スライダー Dots */
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.slick-dots li {
    position: relative;
    display: block;
    width: 24px;
    height: 1px;
    margin: 0 0 0 8px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 24px;
    height: 1px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #CCCCCC;
    opacity: 1;
}
.slick-dots li button:before {
    content: none;
}
.slick-dots li.slick-active button{
    background: #666666;
}
.slick-dots li.slick-active button:before {
    content: none;
}
@media (max-width: 768px) {
    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    .slick-dots {
        width: 100%;
        height: 1px;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        list-style: none;
        position: absolute;
        bottom: -6vw;
        left: 0;
    }
    .slick-dots li {
        position: relative;
        display: block;
        width: 5vw;
        height: 1px;
        margin: 0 0 0 1.2vw;
        padding: 0;
        cursor: pointer;
    }
    .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 5vw;
        height: 1px;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: #CCCCCC;
        opacity: 1;
    }

}
