@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500&family=EB+Garamond:wght@400;500&family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@500&family=Libre Baskerville:wght@400&display=swap');

#side {
	display: none;
}
#main {
	float: none;
	margin: 0 auto;
}
#bl_wrap {
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans JP',"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-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,#bl_wrap video {
    border: none;
    width: 100%;
}
#bl_wrap h1 {
    padding: 0;
    margin: 0;
}
.clear {
    clear: both;
}
.spview {
	display: none;
}
@media only screen and (max-width: 768px)  {
	.spview {
		display: block;
	}
	.pcview {
		display: none;
	}
	
}


#bl_wrap{
    max-width:985px;
    margin: 0 auto 40px;
}

/************************************************************
                main 
************************************************************/
#bl_main{
    opacity: 0;
    transition: 2s all 1.2s ease;
    filter: blur(5px);
}
#bl_main.lo {
	opacity: 1;
	filter: blur(0);
}
#bl_main .main_wrap{
    max-width: 100%;
    position: relative;
}
#bl_main .main_wrap .main_visual{
    line-height: 0;
    position: relative;
    width: 50%;
    padding: 5%;
    top: 0;
    left: 0;
}
#bl_main .main_wrap .main_visual::before{

/*	content: "";
	position: absolute;
	top: 0%;
	left: 0%;
	right: 0%;
	bottom: 0%;
	background: rgba(255,255,255,0.5);*/
}
#bl_main .main_wrap .main_visual img{
    width: 100%;
}
#bl_main .main_wrap .ttl{
    position: absolute;
    width: 25%;
    top: 45%;
    right: 0%;
    transform: translate(-40%,0);
}
/************************************************************
                main sp 
************************************************************/

@media only screen and (max-width: 768px)  {
    #bl_main .main_wrap .main_visual{
        width: 95%;
        padding: 2.5%;
    }
    #bl_main .main_wrap .ttl{
        position: absolute;
        width: 55%;
        top: auto;
        right: auto;
        bottom: 6%;
        left: 50%;
        transform: translate(-50%,0);
    }
}
/************************************************************
                contents 
************************************************************/
#bl_contents{
    margin: 0 auto;
}
#bl_contents .contents_wrap{
    max-width: 100%;
    margin: 15% auto 0;
}
#bl_contents .contents_wrap:nth-of-type(1){
    margin: 5% auto;
}
#bl_contents .contents_wrap .line {
    display: none;
}
#bl_contents .contents_wrap .box1{
    position: relative;
}
#bl_contents .contents_wrap .box1 .co_ttl{
    width: 15%;
    min-width: 190px;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
}
#bl_contents .contents_wrap .box1 .slider{
    display: flex;
    position: relative;
    justify-content: space-between;
    padding-top: 7.5%;
}
#bl_contents .contents_wrap .box1 .slider .img{
    width: 33.18%;
    flex-wrap: wrap;
    line-height: 0;
    box-sizing: border-box;
    padding: 0 2.5px;
}
/***********         shiro waku            *******************/
#bl_contents .contents_wrap .box2{
    width: 86%;
    margin: -4% auto 0 auto;
    position: relative;
    background-color: #fff;
}
#bl_contents .contents_wrap .box2 .wrap{
    display: flex;
}
#bl_contents .contents_wrap .box2 .mov{
    width: 55%;
    flex-wrap: wrap;
    line-height: 0;
    padding: 5% 7% 5% 5%;
}
#bl_contents .contents_wrap .box2 .t-box{
    width: 80%;
    box-sizing: border-box;
    padding: 5% 5% 0 0;
} 
#bl_contents .contents_wrap .box2 .t-box .name,.price{
    font-size: 14px;
    line-height: 2em;
    font-family: 'Libre Baskerville';
}
#bl_contents .contents_wrap .box2 .t-box .txt{
    font-size: 11px;
    line-height: 2em;
    margin: 20px auto;
}
#bl_contents .contents_wrap .box2 .t-box .btn{
    font-size: 12px;
    font-family: 'Libre Baskerville';
}
#bl_contents .contents_wrap .box2 .t-box .btn a{
    display: block;
    width: 150px;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    text-align: center;
}
/************************************************************
                contents sp 
************************************************************/

@media only screen and (max-width: 768px)  {
    /* #bl_contents .contents_wrap .line {
        display: block;
        margin: 15% auto 30%;
        width: 1px;
        height: 50px;
        position: absolute;
        bottom: -4px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #333;
        transform: scale(1, 0);
        transform-origin: right top;
        transition: transform 1s;
        transition-delay: 1s;
    }
    #bl_contents .contents_wrap .line.lo{
        transform: scale(1, 1);
    } */
    #bl_contents .contents_wrap{
        position: relative;
        margin-top: 20%;
        padding-top: 20%;
    }
    #bl_contents .contents_wrap:nth-of-type(1){
        margin: 20% auto 0;
    }
    #bl_contents .contents_wrap::before{
        content:"";
        display:block;
        width: 1px;
        height:0px;
        background-color:#333;
        background-color:#000;
        position:absolute;
        top:0;
        left:50%;
        transition: 2s;
        margin-top: -25px;
    }
    #bl_contents .contents_wrap:nth-of-type(1):before{
        transition-delay: 1.5s;
    }
    #bl_contents .contents_wrap.lo::before{
        height: 50px;
    }
    
    #bl_contents .contents_wrap .box1 .slider{
        padding-top: 15%;
    }
	.fade {
		opacity: 0;
		transition: 2s all 0s ease;
		filter: blur(3px);
	}
	.fade.ac {
		opacity: 1;
		transform: translate(0);
		filter: blur(0);
	}
	/***********         shiro             *******************/
    #bl_contents .contents_wrap .box2{
        width: 90%;
        margin: -10% auto 0 auto;
    }
    #bl_contents .contents_wrap .box2 .wrap{
        flex-direction:column;
    }
    #bl_contents .contents_wrap .box2 .mov{
        width: 80%;
        flex-wrap: nowrap;
        padding: 0;
        line-height: 0;
        order: 2;
        margin: auto;
    }
    #bl_contents .contents_wrap .box2 .t-box .name{
        margin: 20px auto 0;
    }
    #bl_contents .contents_wrap .box2 .t-box .price{
        margin: 5px auto 20px;
    }
    #bl_contents .contents_wrap .box2 .t-box {
        display: contents;
    }
    #bl_contents .contents_wrap .box2 .t-box .txt{
        order: 3;
        width: 90%;
        margin: 40px auto;
    }
    #bl_contents .contents_wrap .box2 .t-box .btn{
        order: 4;
    }
    #bl_contents .contents_wrap .box2 .t-box .btn a{
        display: block;
        width: 70%;
        border-top: solid 1px #000;
        border-bottom: solid 1px #000;
        text-align: center;
        margin: 0 auto;
        padding: 2px 0;
    }
}

@media only screen and (max-width: 415px)  {
    #bl_contents .contents_wrap .box1 .co_ttl{
        width: 50%;
        min-width: 50%;
    }
    #bl_contents .contents_wrap .box1 .slider{
        padding-top: 20%;
    }
}

/************************************************************
                anim 
************************************************************/
#bl_main{
    opacity: 0;
    transition: 2s all 0s ease;
    filter: blur(5px);
}
#bl_main.lo{
    opacity: 1;
    transition: 2s all 0s ease;
    filter: blur(0px);
}

.fd-up {
	opacity: 0;
	transition: 2s all 0.6s ease;
	transform: translate(0,30px);
	filter: blur(3px);
}
.fd-up.lo {
	opacity: 1;
	transform: translate(0);
	filter: blur(0);
}

.fd {
	opacity: 0;
	transition: 2s all 0.5s ease;
}
.fd.lo {
	opacity: 1;
}

.fd2 {
	opacity: 0;
	transition: 2s all 0.8s ease;
}
.fd2.lo {
	opacity: 1;
}

.fd3 {
	opacity: 0;
	transition: 2s all 1.1s ease;
}
.fd3.lo {
	opacity: 1;
}

.fd-ttl {
	opacity: 0;
	transition: 2s all 0.6s ease;
    filter: blur(3px);
}
.fd-ttl.lo {
	opacity: 1;
    filter: blur(0px);
}
@media only screen and (max-width: 768px)  {
    .fd,.fd2,.fd3 {
        opacity: 1;
    }
    .fd-ttl {
        opacity: 0;
        transition: 2s all 0.5s ease;
    }
}