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



body{
	margin: 0px !important;
	width: 100%;
	padding: 0;
	
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
}
ul {
    display: block;
    list-stslideyle-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}
#bl{
    padding: 0;
    font-family: yu-gothic-pr6n, sans-serif;
    margin: 0 auto;
    line-height: 2.0;
    font-size: 12px;
    letter-spacing: 1px;
	width: 100%;
    box-sizing: border-box;
    color: #161633;
    -webkit-text-size-adjust: 100%;
	padding-bottom: 0;
	overflow: hidden;
}
#bl ul,#bl li {
    list-style: none;
    padding: 0;
    margin: 0;
}
#bl img{
    width: 100%;
    line-height: 0;
}
*{
    min-height: 0;
    min-width : 0;
}
.pcv{
	display: block;
}
.spv {
	display: none;
}
@media only screen and (max-width: 768px)  {
	.pcv{
	display: none;
}
	.spv {
		display: block;
	}
	
}

.key-slider,
.slick-list,
.slick-track {
  height: 100%;
}
*{
    min-height: 0;
    min-width : 0;
}
#bl .slider{
/*height: 102vw;*/
object-fit: cover;
	}



#bl .tit{
	max-width: 450px;
	margin: 30px auto;
}
#bl .read{
	text-align: center;
}



#bl_contents{
	max-width: 1100px;
	margin: 7% auto 2%;
	box-sizing: border-box;
}
#bl_contents .inner{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap:0px;
}
#bl_contents .inner .section{
	position: relative;
}
#bl_contents .inner .section .season{
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(0,-50%);
	width: 50%;
	z-index: 999;
}
#bl_contents .inner .section .plus{
	position: relative;
}
#bl_contents .inner .section .plus::before{
	content: "";
	position: absolute;
	width: 1px;
	height: 30px;
	background: #fff;
	bottom: 10px;
	right: 30px;
	z-index: 999;
}
#bl_contents .inner .section .plus::after{
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	background: #fff;
	bottom: 25px;
	right: 15px;
	z-index: 999;
}
#bl_contents .inner .section .yajirushi{
    width: 30%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(45%,-50%);
    z-index: 999;
}
#bl_contents .inner .section .cmt{
	text-align: center;
	font-size: 12px;
	margin: 5% auto;
}
#bl .sen{
	width: 100%;
	margin: 8% auto;
	border: 0.5px solid #000;
}


@media only screen and (max-width: 768px)  {
#bl .tit{
	max-width: 300px;
}

#bl_contents .inner{
	display: block;
	margin: 15% auto;
}
#bl_contents .inner .slide{
	width: 85%;
	margin-left: 15%;
}
#bl_contents .inner .slide2{
	width: 85%;
	margin-left: 0;
}	
#bl_contents .inner .slide3{
	width: 85%;
	margin-left: 15%;
}
#bl_contents .inner .section{
	margin: 12% auto;
}
#bl_contents .inner .section .season{
	top: 0;
	left: 0;
	transform: translate(0,50%);
	width: 50%;
}
#bl_contents .inner .section:nth-of-type(2) .season{
	top: 0;
	left: auto;
	right: 0;
	width: 46%;
}
#bl_contents .inner .section .plus{
	position: relative;
}
#bl_contents .inner .section .plus::before{
	content: "";
	position: absolute;
	width: 1px;
	height: 30px;
	background: #fff;
	bottom: 10px;
	right: 30px;
	z-index: 999;
}
#bl_contents .inner .section .plus::after{
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	background: #fff;
	bottom: 25px;
	right: 15px;
	z-index: 999;
}
#bl_contents .inner .section .yajirushi{
        width: 6%;
        position: absolute;
        top: auto;
        right: auto;
        bottom: 7%;
        left: 4%;
        transform: translate(0,0);
}
#bl_contents .inner .section:nth-of-type(2) .yajirushi{
        width: 6%;
        position: absolute;
        top: auto;
        right: 4%;
        bottom: 11%;
        left: auto;
        transform: translate(0,0);
}
#bl_contents .inner .section .cmt{
	text-align: center;
	font-size: 12px;
	margin: 5% auto;
}
#bl .sen{
	width: 100%;
	margin: 8% auto;
	border: 0.5px solid #000;
}
	
	
}

.anim {
	opacity: 0;
	transition: 1.6s all 0s ease;
}
.anim.ac {
	opacity: 1;
}
