@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Noto+Sans+JP:wght@300;400&family=Noto+Serif+JP:wght@500&display=swap&family=Noto+Sans+JP:wght@300;400&family=Noto+Serif+JP:wght@500&display=swap');

#bl {
    padding: 0;
    font-family:"Libre Baskerville",YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    margin: 0 auto;
    line-height: 1.8;
    font-size: 12px;
    letter-spacing: 1px;
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
#bl a {
    text-decoration: none;
    color: #2e2715;
}
#bl img,#bl video {
    width: 100%;
    vertical-align: bottom;
    line-height: 0;
    z-index: 0;
    outline: none;
    border: none;
}
#bl ul,li {
    list-style: none;
    padding: 0;
    margin: 0;
}
#bl .img .video{
    line-height: 0;
}


#bl{
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}

#bl .pc-non{
    display: none;
}
#bl .sp-non{
    display: block;
}
@media only screen and (max-width: 768px)  {
    #bl .pc-non{
        display: block;
    }
    #bl .sp-non{
        display: none;
    }
}

/************************************************************
                main 
************************************************************/
#bl .main{
    margin: 0 auto;
}
#bl .main .inner{
    position: relative;
    background-image: url(../images/bg.jpg);
    width: 100%;
    height: 100%;
    padding-bottom: 4%;
    padding-top: 4%;
    background-position: 50% 50%;
    background-size: cover;
}

#bl .main .inner .video{
    position: relative;
    margin: 0 auto 0 18%;
    width: 28%;
    z-index: 2;
    border: solid 2px #fff;
}

#bl .main .inner .video::before{
    content:url(../images/logo.svg);
    position: absolute;
    left: -10%;
    bottom: 0%;
    width: 7%;
    line-height: 0;
    z-index: 2;
}

/* #bl .main .inner .video::after{
    content: " ";
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -2;
} */

#bl .main .inner .t-box{
    position: absolute;
    top: 50%;
    left: 58%;
    width: 26%;
    transform: translate(0 ,-50%);
}
#bl .main .inner .t-box .ttl{
    width: 100%;
    line-height: 0;
}
#bl .main .inner .t-box .ttl::after{
    content: " ";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin: 2% 0 0;
}
#bl .main .inner .t-box .txt{
    margin-top: 10%;
    color: #fff;
    line-height: 2.2;
    font-size: 12px;
}
@media only screen and (max-width: 768px)  {
    #bl .main .inner{
        padding-bottom: 20%;
        padding-top: 10%;
    }
    #bl .main .inner .video{
        margin: 0 auto;
        width: 85%;
        border: solid 1px #fff;
    }
    
    #bl .main .inner .video::before{
        position: absolute;
        left: 47%;
        bottom: -17%;
        width: 6%;
        transform:rotateZ(90deg)
    }
    
    
    #bl .main .inner .t-box{
        position: static;
        top: auto;
        left: auto;
        width: 70%;
        transform: translate(0 ,0%);
        margin: 0% auto 10%;
    }
    #bl .main .inner .ttl::after{
        height: 1px;
    }
}
/************************************************************
                read 
************************************************************/
#bl .read{
    width: 85%;
    margin: 10% auto 0;
}
#bl .read .txt{
    text-align: center;
    line-height: 2.4;
    font-size: 13px;
}


@media only screen and (max-width: 768px)  {
    #bl .read .txt{
        text-align: left;
        line-height: 2.2;
        font-size: 12px;
    }
}

/************************************************************
                contents
************************************************************/
#bl .contents {

}
/******* section ***********************************/

#bl .contents .section {
    margin: 18% auto 0;
    box-sizing: content-box;
    position: relative;
    width: 100%;
}
#bl .contents .section:nth-of-type(1)::after{
    content: '';
    display: block;
    width: 100%;
    background-image: url(../images/sc-a-bg.jpg);
    padding-bottom: 35%;
    background-position: 50% 50%;
    margin-top: -30%;
    background-size: cover;
}
#bl .contents .section:nth-of-type(3)::after{
    content: '';
    display: block;
    width: 100%;
    background-image: url(../images/sc-c-bg.jpg);
    padding-bottom: 35%;
    background-position: 50% 50%;
    margin-top: -30%;
    background-size: cover;
}
#bl .contents .section:nth-of-type(4){
    margin-bottom: 70px;
}

@media only screen and (max-width: 768px)  {
    #bl .contents .section {
        margin: 22% auto 0;
        padding: 0;
    }
    #bl .contents .section:nth-of-type(1)::after{
        padding-bottom: 100%;
        margin-top: -90%;
    }
    #bl .contents .section:nth-of-type(3)::after{
        padding-bottom: 110%;
        margin-top: -170%;
        /* position: absolute;
        top: 0;
        left: 0; */
    }
    #bl .contents .section:nth-of-type(3){
        margin-bottom: 80%;
    }
    #bl .contents .section:nth-of-type(4){
        margin-bottom: 40px;
    }

}

/******* flex ***********************************/

#bl .contents .section .inner{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
    box-sizing: content-box;
}
@media only screen and (max-width: 768px)  {
    #bl .contents .section .inner{
        padding: 0 ;
    }
}

#bl .contents .section .inner .wrap{
    width: 46%;
}
/******* wrap even ***********************************/
#bl .contents .section:nth-of-type(even) .inner .wrap:nth-of-type(1){
    order: 2;
}
#bl .contents .section:nth-of-type(even) .inner .wrap:nth-of-type(2){
    order: 1;
}


/******* box1 ***********************************/
#bl .contents .section .inner .wrap .box1 .img{
    width: 100%;
    line-height: 0;
}
/******* box1 even ***********************************/
#bl .contents .section:nth-of-type(even) .inner .wrap .box1 .img{
    width: 80%;
    line-height: 0;
}
@media only screen and (max-width: 768px)  {
    #bl .contents .section .inner .wrap .box1 .img{
        width: 80%;
        margin-top: 10%;
    }
    #bl .contents .section:nth-of-type(even) .inner .wrap .box1 .img{
        width: 70%;
        margin-left: 30%;
    }
}


/******* box2 ***********************************/
#bl .contents .section .inner .wrap .box2 {
    width: 60%;
    margin: 10% auto 0 40%;
}
#bl .contents .section .inner .wrap .box2 .t-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2% 0;
}
#bl .contents .section .inner .wrap .box2 .t-wrap{
    width: 80%;
}
#bl .contents .section .inner .wrap .box2 .t-wrap .name{
    font-size: 12px;
}
#bl .contents .section .inner .wrap .box2 .t-wrap .yen{
    font-size: 10px;
}
#bl .contents .section .inner .wrap .box2 .btn{
    width: 20%;
    max-width: 60px;
}
#bl .contents .section .inner .wrap .box2 .btn a{
    display: block;
    border: solid 1px #000;
    text-align: center;
    font-size: 10px;
    padding: 5%;
    box-sizing: border-box;
    line-height: 1.8;
    transition: all .5s ease;
}
#bl .contents .section .inner .wrap .box2 .btn a:hover{
    background-color: #000;
    color: #fff;
    opacity: .9;
}
#bl .contents .section .inner .wrap .box2 .btn span{
    line-height: 1.6;
    width: 40%;
    font-size: 10px;
    display: block;
}
/******* box2 even ***********************************/
#bl .contents .section:nth-of-type(even) .inner .wrap .box2 {
    width: 60%;
    margin: 18% auto 0 20%;
}
#bl .contents .section:nth-of-type(3) .inner .wrap .box2 {
    width: 60%;
    margin: 14% auto 0 40%;
}

@media only screen and (max-width: 768px)  {
    #bl .contents .section .inner .wrap .box2 {
        width: 75%;
        margin: 10% auto 0 7.5% ;
    }
    #bl .contents .section:nth-of-type(even) .inner .wrap .box2 {
        margin: 10% auto 0 17.5%;
        width: 75%;
    }
    #bl .contents .section:nth-of-type(2) .inner .wrap .box2 {
        margin: 18% auto 0 17.5%;
        width: 75%;
    }
    #bl .contents .section:nth-of-type(3) .inner .wrap .box2 {
        width: 75%;
        margin: 10% auto 0 7.5%;
    }


}
/******* box3 ***********************************/
#bl .contents .section .inner .wrap .box3 {
    margin: 5% auto 0 ;
}
#bl .contents .section .inner .wrap .box3 .no{
    width: 10%;
    line-height: 0;
}
#bl .contents .section .inner .wrap .box3 .name{
    font-size: 22px;
    margin-top: 5%;
    line-height: 1.2;
    letter-spacing: 2px;
}
#bl .contents .section .inner .wrap .box3 .yen{
    font-size: 18px;
    margin-top: 1%;
    line-height: 1.2;
}
#bl .contents .section .inner .wrap .box3 .txt{
    margin-top: 5%;
}
/******* box3 even ***********************************/
#bl .contents .section:nth-of-type(even)  .inner .wrap .box3 .no{
    margin: 0 0 0 auto;
}
#bl .contents .section:nth-of-type(even)  .inner .wrap .box3 .name{
    text-align: right;
}
#bl .contents .section:nth-of-type(even)  .inner .wrap .box3 .yen{
    text-align: right;
}
#bl .contents .section:nth-of-type(even)  .inner .wrap .box3 .txt{
    text-align: right;
    line-height: 2.2;
}
@media only screen and (max-width: 768px)  {
    #bl .contents .section .inner .wrap .box3 {
        width: 85%;
        margin: 5% auto 0 ;
    }
    #bl .contents .section .inner .wrap .box3 .no{
        width: 13%;
    }
    #bl .contents .section .inner .wrap .box3 .name{
        font-size: 19px;
        margin-top: 7%;
    }
    #bl .contents .section .inner .wrap .box3 .yen{
        font-size: 15px;
        margin-top: 3%;
    }
    #bl .contents .section .inner .wrap .box3 .txt{
        margin-top: 5%;
    }
    #bl .contents .section:nth-of-type(even)  .inner .wrap .box3 .no{
        margin: 0 ;
    }
    #bl .contents .section:nth-of-type(even)  .inner .wrap .box3 .name{
        text-align: left;
    }
    #bl .contents .section:nth-of-type(even)  .inner .wrap .box3 .yen{
        text-align: left;
    }
    #bl .contents .section:nth-of-type(even)  .inner .wrap .box3 .txt{
        text-align: left;
    }
}
/******* box4 ***********************************/
#bl .contents .section .inner .wrap .box4 {
    margin: 12% auto 0 ;
}
#bl .contents .section .inner .wrap .box4 .img{
    width: 70%;
    line-height: 0;
}
/******* box4 1 ***********************************/
#bl .contents .section:nth-of-type(1) .inner .wrap .box4 .img{
    border: solid 2px #fff;
    box-sizing: border-box;
}
/******* box4 even ***********************************/
#bl .contents .section:nth-of-type(even) .inner .wrap .box4 {
    margin: 17% auto 0 ;
}
#bl .contents .section:nth-of-type(even) .inner .wrap .box4 .img{
   margin: 0 0 0 auto;
   position: relative;
}
#bl .contents .section:nth-of-type(2) .inner .wrap .box4 .img::after{
    content: " ";
    position: absolute;
    left: -30px;
    bottom: -30px;
    width: 100%;
    height: 100%;
    background-color: #f3f2ea;
    z-index: -2;
}
#bl .contents .section:nth-of-type(4) .inner .wrap .box4 .img::after{
    content: " ";
    position: absolute;
    right: -30px;
    top: -30px;
    width: 100%;
    height: 100%;
    background-color: #f3f2ea;
    z-index: -2;
}

@media only screen and (max-width: 768px)  {
    #bl .contents .section .inner .wrap .box4 {
        margin: 10% auto 0 ;
    }
    #bl .contents .section:nth-of-type(even) .inner .wrap .box4 {
        margin: 10% auto 0 ;
    }
    #bl .contents .section .inner .wrap .box4 .img{
        width: 50%;
        margin-left: 50%;
    }
    #bl .contents .section:nth-of-type(2) .inner .wrap .box4 .img{
        margin: 0 auto 0 30px;
        position: relative;
    }
    #bl .contents .section:nth-of-type(4) .inner .wrap .box4 .img{
        margin: 0 auto 0 0;
        position: relative;
    }
    #bl .contents .section:nth-of-type(4) .inner .wrap .box4{
        margin-top: calc(10% + 30px);
    }
    #bl .contents .section:nth-of-type(2) .inner .wrap .box4 .img::after{
        content: " ";
        position: absolute;
        left: -30px;
        bottom: -30px;
        width: 100%;
        height: 100%;
        background-color: #d5d5d5;
        z-index: -2;
    }
    #bl .contents .section:nth-of-type(4) .inner .wrap .box4 .img::after{
        content: " ";
        position: absolute;
        right: -30px;
        top: -30px;
        width: 100%;
        height: 100%;
        background-color: #f3f2ea;
        z-index: -2;
    }
}

@media only screen and (max-width: 768px)  {
    #bl .contents .section .inner{
        flex-direction: column;
    }
    
    #bl .contents .section .inner .wrap{
        display: contents;
    }
    #bl .contents .section .inner .wrap .box1{
       order: 2;
    }
    #bl .contents .section .inner .wrap .box2{
       order: 4;
    }
    #bl .contents .section .inner .wrap .box3{
       order: 1;
    }
    #bl .contents .section .inner .wrap .box4{
       order: 3;
    }
}

/************************************************************
                動き
************************************************************/

.lo{
    opacity: 0;
    transition: 1.8s all 0.1s ease;
}
.lo.sr{
    opacity: 1;
}
.lo2{
    opacity: 0;
    transition: 2.5s all 0s ease;
    filter: blur(2px);
}
.lo2.sr{
    opacity: 1;
    filter: blur(0);
}
.lo3{
    opacity: 0;
    transition: 2.5s all .3s ease;
    filter: blur(2px);
}
.lo3.sr{
    opacity: 1;
    filter: blur(0);
}

.mf{
    opacity: 0;
    transition: 1.5s all 0.1s ease;
    transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
}
.mf.sr{
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
}


#bl .sp-br{
    display: none;
}
@media only screen and (max-width: 768px)  {
    #bl .sp-br{
        display: block;
    }
}
#bl .pc-br{
    display: block;
}
@media only screen and (max-width: 768px)  {
    #bl .pc-br{
        display: none;
    }
}

#bl .pc-br2{
    display: block;
}
@media only screen and (max-width: 1550px)  {
    #bl .pc-br2{
        display: none;
    }
}

