@charset "utf-8";
@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');

#bl_wrap {
    padding: 0;
    margin: 0;
    font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; 
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.8;

}
*:focus {
outline: none;
}
#bl_wrap ul,#bl_wrap li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#bl_wrap a {
    text-decoration: none;
    color: #000;
}

#bl_wrap img {
    border: none;
    width: 100%;
}
#bl_wrap h1 {
    padding: 0;
    margin: 0;
}
#bl_wrap .clear {
    clear: both;
}
#bl_wrap{
    max-width:985px;
    margin: 0 auto;
}

/************************************************************
                main 
************************************************************/
#bl_main{
    margin: 0 auto;
}
#bl_main .main_wrap{
    max-width: 1200px;
}
#bl_main .main_wrap .main-v{
    width: 64%;
    margin: 0 auto;
    line-height: 0;
}
#bl_main .main_wrap .ttl{
    width: 35%;
    margin: 5% auto;
}
/************************************************************
                main sp 
************************************************************/

@media only screen and (max-width: 768px)  {
    #bl_main .main_wrap .main-v{
        width: 90%;
        margin: 5% auto 0;
        line-height: 0;
    }
    #bl_main .main_wrap .ttl{
        width: 60%;
        margin: 5% auto;
    }
}
/************************************************************
                contents 
************************************************************/
#bl_contents{
    margin: 0 auto;
}
#bl_contents .contents_wrap{
    max-width: 985px;
}





#bl_contents .visual{
    position: relative;
    margin-top: 17%;
}
#bl_contents .visual .vis{
    position: relative;
    width: 100%;
    overflow: hidden;
    user-select: none;
    line-height: 0;
}
#bl_contents .visual .vis img{
    width: 100%;
    height: 420px;
    /* height: calc(100vh - 30px); */
    object-fit: cover;
    object-position: 50% 0%;
    pointer-events: none;
}
#bl_contents .visual .t-box{
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#bl_contents .visual .t-box .no{
    width: 30%;
    margin: 0 auto 5%;
}
#bl_contents .read {
    width: 55%;
    margin: 8% auto 8%;
    color: #56514C;
    position: relative;
    padding: 5%;
}

#bl_contents .read::before {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
}

#bl_contents .read::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
}

#bl_contents .read::before {
	border-left: solid 2px #56514C;
	border-top: solid 2px #56514C;
	top: 0;
	left: 0;
}

#bl_contents .read::after {
	border-right: solid 2px #56514C;
	border-bottom: solid 2px #56514C;
	bottom: 0;
	right: 0;
}

#bl_contents .read .txt{
    font-size: 12px;
}

#bl_contents .flex{
    display: flex;
    /* align-items: flex-start; */
    margin-bottom: 5%;
    justify-content: space-between;
    padding: 0 5%;
}
#bl_contents .flex .swiper{
    width: 52%;
    border: solid 2px #56514C;
    margin: 0;
}
#bl_contents .flex .review{
    width: 42%;
    overflow-y: scroll;
    min-height: 5em;
    position: relative;
    color: #56514C;
}
#bl_contents .flex .review .ttl{
    font-family: 'Libre Baskerville';
    position:sticky;
    top: 0;
    left: 0;
    background-color: #fff;
    display: block;
    z-index: 2;
    padding-bottom: 5px;
    box-sizing: border-box;
    border-bottom: solid 1px #56514C;
    font-size: 20px;
    padding-left: 15px;
    margin-right: 15px;
}

#bl_contents .flex .review .inner{
    position: absolute;
}
#bl_contents .flex .review .inner li{
    padding: 20px 10px 20px 15px;
    margin: 0px 15px 0 0px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
#bl_contents .flex .review .inner li .name{
    font-size: 15px;
    line-height: 2;
    padding-bottom: 2px;
}
#bl_contents .flex .review .inner li .date{
    font-size: 10px;
    line-height: 2;
    padding-bottom: 5px;
    letter-spacing: normal;
}
#bl_contents .flex .review{
    font-size: 12px;
}
/* スライドの動き等速 */
#bl_contents .swiper-wrapper {
    transition-timing-function: linear;
}
#bl_contents .swiper-slide {
    line-height: 0;
    padding: 5% 0 7%;
}
#bl_contents .swiper-slide .bt{
    margin-top: 25px;
    text-align: center;
    font-family: 'Libre Baskerville';
    font-size: 12px;
}
#bl_contents .swiper-slide .bt2{
    padding-left: 20%;
}
#bl_contents .swiper-slide .bt5{
    padding-left: 23%;
}
#bl_contents .swiper-slide .bt6{
    padding-left: 15%;
}
#bl_contents .swiper-slide .bt10{
    padding-left: 5%;
}
#bl_contents .swiper-slide .bt12{
    padding-left: 20%;
}
/* 画像のサイズ調整 */
#bl_contents .swiper-slide img {
    height: auto;
    width: 100%;
}

#bl_contents .scroll-area{
    /* height:250px; */
    /* width:100%;
    overflow:auto;
    margin: 0 auto; */
}
#bl_contents ::-webkit-scrollbar{
    width:5px;
}
#bl_contents ::-webkit-scrollbar-track{
    /* background: rgba(0, 0, 0, 0.1); */
    border-radius:10px;
}
#bl_contents ::-webkit-scrollbar-thumb{
    background: rgba(0, 0, 0, 0.4);
    border-radius:10px;
}

#bl_contents .box{
    margin-bottom: 10%;
}
#bl_contents .box .txt{
    text-align: center;
    color: #56514C;
}
#bl_contents .box .btn{
    width: 40%;
    margin: 2% auto 0;
}
#bl_contents .btn a{
    display: block;
    text-align: center;
    border:  solid 1px #56514C;
    line-height: 2.4;
    font-size: 14px;
    color: #56514C;
}
#bl_contents .btn a:hover{
    background-color: #56514C;
    color: #fff;
    transition: 0.8s;
}
@media only screen and (max-width: 768px)  {
    #bl_contents .visual .t-box{
        width: 80%;
    }
    #bl_contents .visual .t-box .no{
        width: 25%;
        margin: 0 auto 5%;
    }
    #bl_contents .read {
        width: 90%;
        margin: 14% auto 14%;
    }
    #bl_contents .visual .vis img{
        width: 100%;
        height: 280px;
        /* height: calc(100vh - 30px); */
        object-fit: cover;
        object-position: 50% 0%;
    }
    #bl_contents .flex{
        display: block;
        /* align-items: flex-start; */
        padding: 0;
    }
    #bl_contents .flex .swiper{
        width: 100%;
        margin: 0 auto;
        border: none;
    }
    #bl_contents .flex .review{
        position: static;
        width: 92%;
        margin: 10% auto 0;
        border: none;
        overflow-y: auto;
    }
    #bl_contents .flex .review .inner{
        position: static;
    }
    #bl_contents .scroll-area{
        /* height:450px; */
        width:100%;
        overflow:auto;
        margin: 0 auto;
    }
    #bl_contents .flex .review .ttl{
        position:relative;
        padding-bottom: 0px;
        font-size: 20px;
        padding-left: 0;
        margin-right: 0;
        padding: 10px;
        border-bottom: none;
    }
    #bl_contents .flex .review .ttl::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 30%;
        height: 1px;
        background: #56514C;
    }
    #bl_contents .flex .review .inner li{
        padding: 20px 10px;
        margin: 0;
    }
    #bl_contents ::-webkit-scrollbar{
        width:0px;
    }
    #bl_contents ::-webkit-scrollbar-track{
        background: rgba(0, 0, 0, 0.1);
        border-radius:10px;
    }
    #bl_contents ::-webkit-scrollbar-thumb{
        background: rgba(0, 0, 0, 0.5);
        border-radius:10px;
    }
    #bl_contents .read {
        width: 80%;
        margin: 14% auto 14%;
    }
    #bl_contents .read::before {
        border-left: solid 1px #56514C;
        border-top: solid 1px #56514C;
    }
    
    #bl_contents .read::after {
        border-right: solid 1px #56514C;
        border-bottom: solid 1px #56514C;
    }

    #bl_contents .box .btn{
        width: 60%;
        margin: 2% auto 0;
        padding: 3px;
    }

}




#bl_main .main_wrap .main-v{
    opacity: 0;
	transition: 2s all 0s ease;
}
#bl_main .main_wrap .main-v.sr{
	opacity: 1;
}
#bl_main .main_wrap .ttl{
    opacity: 0;
	transition: 2s all 0.4s ease;
}
#bl_main .main_wrap .ttl.sr{
    opacity: 1;
}


.lo{
    opacity: 0;
    transition: 1.6s all 0s ease;
}
.lo.sr{
    opacity: 1;
}




/* .js-fadeUp{
	opacity: 0;
	transition: 1.5s all 0.1s ease;
    transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
}
.js-fadeUp.is-inview{
	opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
} */
