@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%;
	background: #efefef;
}
#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%;
    position: relative;
    margin: 0 0 8%;
}

#bl #bl_header .main .ttl {
	width: 76%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#bl #bl_header .main  .read {
    padding: 8% 0 0%;
    text-align: center;
    
}
#bl #bl_header .main .read p {
    margin-bottom: 2%;
	font-size: 11px;
}

@media only screen and (min-width: 769px)  {
	#bl #bl_header {
		width: 32%;
        margin: 0 auto 0 0;
        position: sticky;
		top: 8.5%;
        height: 98vh;
	}
	#bl #bl_header .inner {
		position: absolute;
        width: 100%;
        top: 0%;
	}
	#bl #bl_header .main  .ttl{
		max-width: 370px;
	}
	#bl #bl_header .main .read p {
		font-size: 13px;
	}
}
/***************************************************
                content
***************************************************/
#bl #content {
	 margin: 10% 0 0%;
}
@media only screen and (min-width: 769px) {
	#bl #content {
		width: 62%;
        margin: -92vh 2% 0 auto;
        padding-bottom: 5%;
	}
}
#bl #content section {
	width: 94%;
	margin: 0 auto;
}
#bl #content section .box {
	margin-bottom: 22%;
}
#bl #content section .box .img {
	width: 100%;
    position: relative;
}
#bl #content section .box .img .slide {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 126vw;
	margin: auto;
}
#bl #content section .box .img .slide img {
	display: block;
	position: absolute;
	width: inherit;
	height: inherit;
	opacity: 0;
    animation: slideAnime 15s ease infinite;
}
#bl #content section .box .img .slide img:nth-of-type(1) { animation-delay: 0s}
#bl #content section .box .img .slide img:nth-of-type(2) { animation-delay: 5s}
#bl #content section .box .img .slide img:nth-of-type(3) { animation-delay: 10s}
@keyframes slideAnime{
   0% { opacity: 0 }
   8% { opacity: 1 }
  33% { opacity: 1 }
  41% { opacity: 0 }
 100% { opacity: 0 }
}



#bl #content section .box .img .link {
	position: absolute;
    top: 2%;
    left: 3%;
    display: flex;
    align-items: center;
}
#bl #content section .box .img .link object {
	width: 12%;
	margin-right: 3%;
}
#bl #content section .box .img .link .staff {
	
}
#bl #content section .box .img .link .staff img {
	width: 100%;
    border-radius: 50%;
}
#bl #content section .box .img .link span {
	font-family: aktiv-grotesk, sans-serif;
	color: #fff;
	text-shadow: #0000008a 1px 0 10px;
	font-size: 12px;
	letter-spacing: .4px;
	line-height: 1.4;
}
#bl #content section .box .img .more {
	position: absolute;
	right: 4%;
	bottom: 3%;
	width: 10%;
}
#bl #content section .text {
	width: 92%;
	 margin: 8% auto 0;
}
#bl #content section .text .item {
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
	border-bottom: solid 1px #111; 
	padding-bottom: 2.5%;
}
#bl #content section .text .item img:nth-of-type(1) {
	width: 57%;
}
#bl #content section .text .item img:nth-of-type(2) {
	width: 43%;
}
#bl #content section .text p {
	display: block;
	width: 98%;
	margin: 5% auto 0;
	line-height: 1.8;
}


@media only screen and (min-width: 769px) {
	#bl #content section {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	#bl #content section .box {
		width: 46%;
		margin-bottom: 60px;
	}
	#bl #content section .box .img .slide {
		height: 38.1vw;
	}
	#bl #content section .box .img .link span {
		font-size: 14px;
	}
}
#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;
	}
}