@charset "UTF-8";
/* CSS Document */
body{margin: 0px !important;}
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{
    font-family: yu-gothic-pr6n, sans-serif;
    margin: 0 auto;
    line-height: 2.0;
    font-size: 11px;
    letter-spacing: 1px;
	width: 100%;
    box-sizing: border-box;
    color: #111;
    -webkit-text-size-adjust: 100%;
	padding-bottom: 12%;
	overflow: hidden;
}
#bl a {
	text-decoration: none;
	color: #2b2b2b;
}
#bl p {
    margin: 0;
}
#bl　a:hover {
	opacity: 1;
}
#bl .clear{
	clear: both;
}
#bl img{
    width: 100%;
    line-height: 0;
}
#bl ul,#bl li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#bl .f-en {
	/*/font-family: "ivymode", sans-serif;/*/
	font-family: aktiv-grotesk, sans-serif;
}

@media only screen and (min-width: 769px)  {
	#bl {
		font-size: 12px;
		padding-bottom: 0%;
		border: none;
	}
}
/**
#bl_header 
***************************************************/
#bl #bl_header {
	width: 100%;
    margin: 0 auto;
}
#bl #bl_header .main {
	width: 100%;
    margin: 0 0 12%;
}
#bl #bl_header .main .main-ttl {
	width: 58%;
    margin: 10% auto 0;
    position: relative;
    z-index: 2;
}
#bl #bl_header .main .main-ttl .real {
	position: absolute;
    width: 47%;
    top: 18%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#bl #bl_header .main .main-img {
	 display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
	margin-top: -3%;
	position: relative;
}
#bl #bl_header .main .main-img img {
	width: 33.3%;
}
#bl #bl_header .main .main-img img:nth-of-type(1) {
	transition: 1.5s all 0.3s ease;
}
#bl #bl_header .main .main-img img:nth-of-type(2) {
	transition: 1.5s all 1.4s ease;
}
#bl #bl_header .main .main-img img:nth-of-type(3) {
	transition: 1.5s all 0.9s ease;
}
#bl #bl_header .main .main-img img:nth-of-type(4) {
	transition: 1.5s all 1.7s ease;
}
#bl #bl_header .main .main-img img:nth-of-type(5) {
	transition: 1.5s all 0.6s ease;
}
#bl #bl_header .main .main-img img:nth-of-type(6) {
	transition: 1.5s all 1.2s ease;
}
@media only screen and (min-width: 769px)  {
	#bl #bl_header {
        max-width: 1400px;
    }
	#bl #bl_header .main {
        overflow: hidden;
	}
	#bl #bl_header .main .main-img {
        flex-wrap: nowrap;
		align-items: flex-start;
		margin-top: -15px;
	}
	#bl #bl_header .main .main-img img {
		width: 16.8%;
	}
}

#bl #bl_header .main .read {
    padding: 8% 0 0%;
    text-align: center;   
}
#bl #bl_header .main .read p {
    margin-bottom: 2%;
	font-size: 11px;
}
#bl #bl_header .main .mask_animation {
    width: 400px;
    display: block;
    mask-image: linear-gradient(135deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(135deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    mask-size: 250% 250%;
    -webkit-mask-size: 250% 250%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 130% 130%;
    -webkit-mask-position: 130% 130%;
    animation: mask-animation 1.5s linear forwards;
  }

  @keyframes mask-animation {
    0% { mask-position: 130% 130%; -webkit-mask-position: 130% 130%; }
    100% { mask-position: 0 0; -webkit-mask-position: 0 0; }
  }


@media only screen and (min-width: 769px)  {
	#bl #bl_header {
		
	}
	#bl #bl_header .main .main-ttl {
		width: 30%;
		max-width: 340px;
		margin: 55px auto 0;
	}
	#bl #bl_header .main .read {
		padding: 60px 0 0;
	}
	#bl #bl_header .main .read p {
		font-size: 13px;
        margin-bottom: 12px;
	}
}
/**
content
***************************************************/
#bl #content {
	 margin: 10% 0 0%;
}

#bl #content section {
	width: 100%;
	margin-bottom: 24%;
}
@media only screen and (min-width: 769px) {
	#bl #content {
		
	}
	#bl #content section {
		width: 1200px;
		margin: 0 auto 160px;
        display: flex;
        justify-content: space-between;
        align-items: center;
	}
	#bl #content section:nth-of-type(even) {
		flex-direction: row-reverse;
	}
}
/**
pic-area
**************/
#bl #content section .pic-area {
	position: relative;
	height: 116vw;
	margin-bottom: 8%;
}
#bl #content section .pic-area .pic {
	position: relative;
	width: 54%;
	height: fit-content;
}

#bl #content section .pic-area .pic:nth-of-type(2) {
	position: absolute;
	bottom: 0%;
	right: 0;
	margin: 0;
}

#bl #content section .pic-area .pic .slider img {
  width: 100%;
  object-fit: cover;
}
.key-slider,
.slick-list,
.slick-track {
  height: 100%;
}

#bl #content section .pic-area .pic .season {
	position: absolute;
	width: 11%;
    top: 4%;
    left: 0;
}
#bl #content section .pic-area .pic:nth-of-type(2) .season {
	right: 0;
	left: auto;
}
#bl #content section .pic-area .ns {
	position: absolute;
    left: 5%;
    bottom: 10%;
    width: 33%;
}
#bl #content section .pic-area .no {
	position: absolute;
    right: 16%;
    top: 10%;
    width: 15%;
}


@media only screen and (min-width: 769px) {
	#bl #content section .pic-area {
		width: 52%;
        height: 700px;
        margin-bottom: 0;
	}
	#bl #content section .pic-area .ns {
		left: 8%;
		bottom: 8%;
		width: 30%;
	}
	#bl #content section .pic-area .no {
		top: 9%;
        width: 14%;
	}
}


/**
tex-area
**************/
#bl #content section .tex-area {
    width: 90%;
    margin: 0 auto;
}
#bl #content section .tex-area .credit {
	display: flex;
    border-bottom: solid .7px #111;
    padding-top: 2%;
    padding-bottom: 1%;
    font-size: 11px;
    line-height: 1.8;
    align-items: center;
    justify-content: space-between;
}
#bl #content section .tex-area .credit div {
	width: 84%;
}
#bl #content section .tex-area .credit div span {
	font-size: 88%;
	color: #6F6F6F;
	display: block;
}
#bl #content section .tex-area .credit a {
	width: 14%;
	text-align: center;
}
#bl #content section .tex-area .credit .cms {
	width: 20%;
    color: #5A5A5A;
    font-size: 7px;
}

#bl #content section .tex-area .outer {
	display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 4%;
}
#bl #content section .tex-area .outer .credit-img {
	width: 26%;
}
#bl #content section .tex-area .outer .credit2 {
	width: 70%;
	display: flex;
    padding-top: 2%;
    padding-bottom: 1%;
    font-size: 11px;
    line-height: 1.8;
    align-items: flex-end;
    justify-content: space-between;
}
#bl #content section .tex-area .outer .credit2 .plus {
	width: 32%;
    display: block;
    margin-bottom: 5%;
}
#bl #content section .tex-area .outer .credit2 div  {
	width: 86%;
}
#bl #content section .tex-area .outer .credit2 div span {
	font-size: 88%;
	color: #6F6F6F;
	display: block;
}
#bl #content section .tex-area .outer .credit2 a {
	width: 22%;
	text-align: center;
}


@media only screen and (min-width: 769px) {
	#bl #content section .tex-area {
		width: 30%;
	}
	
}
#bl #content .all {
	width: 80%;
    display: block;
    text-align: center;
    background: #111;
    color: #fff;
    font-size: 13px;
    margin: 0 auto;
    line-height: 3.5;
}

@media only screen and (min-width: 768px)  {
	
	#bl #content .all {
		width: 400px;
	}
	
}
/**************************************************
                js
**************************************************/
#bl .anim {
	opacity: 0;
	transition: 1.5s all 0s;
}
#bl .anim.ac {
	opacity: 1;
	transform: translate(0);
}
/*************************************************
                view
*************************************************/
#bl .spview {
	display: block;
}
#bl .pcview {
	display: none;
}
@media only screen and (min-width: 768px)  {
     #bl .spview {
		display: none;
	}	
	#bl .pcview {
		display: block;
	}
}