@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: #331e10;
    -webkit-text-size-adjust: 100%;
	padding-bottom: 12%;
	border: solid 10px #331e10;
}
#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: 4% 0 8%;
}
#bl #bl_header .toptext {
	text-align: center;
	font-size: 9px;
}
#bl #bl_header .main .ttl {
	width: 66%;
	margin: 14% auto 6%;
}
#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: 0;
        height: 98vh;
        border: solid 10px #331e10;
	}
	#bl #bl_header .toptext {
		font-size: 10px;
		position: absolute;
		top: 3%;
		right: 0;
		left: 0;
		margin: auto;
	}
	#bl #bl_header .inner {
		position: absolute;
        width: 100%;
        top: 48%;
        left: 50%;
        padding: 4% 0;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
	}
	#bl #bl_header .main {
		margin: 12% 0;
	}
	#bl #bl_header .main  .ttl{
		width: 68%;
		max-width: 290px;
		top: 38%;
	}
	
}
/***************************************************
                content
***************************************************/
#bl #content {
	 margin: 10% 0 0%;
}
@media only screen and (min-width: 769px) {
	#bl #content {
		width: 65.2%;
		margin: -100vh 0 0 auto;       
		padding-bottom: 5%;
	}
}
#bl #content section {
	display: flex;
    height: inherit;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
	width: 92%;
	margin: 0 auto;
}
#bl #content section .box {
	width: 49%;
	height: 64vw;
	margin-bottom: 2%;
    position: relative;
}
#bl #content section .box .text {
	position: absolute;
	left: 4%;
	bottom: 3%;
}
#bl #content section .box .text span {
	display: block;
	font-family: aktiv-grotesk, sans-serif;
	color: #fff;
	font-size: 7.6px;
	letter-spacing: .4px;
	line-height: 1.4;
}
#bl #content section .box .more {
	position: absolute;
	width: 12%;
	top: 3.2%;
	right: 3%;
}


@media only screen and (min-width: 769px) {
	#bl #content section {
		width: 100%;
	}
	#bl #content section .box {
		height: 48vw;
		margin-bottom: 1.8%;
	}
	#bl #content section .box .more {
		width: 10%;
	}
	#bl #content section .box .text {
		left: 5%;
		bottom: 3%;
	}
	#bl #content section .box .text span {
		font-size: 11px;
		line-height: 1.6;
	}
}
#bl #content .all {
	width: 80%;
    display: block;
    text-align: center;
    background: #111;
    color: #fff;
    font-size: 13px;
    margin: 0 auto;
    line-height: 3.5;
}
#bl .footer_text {
	text-align: center;
	font-size: 7px;
	line-height: 1.5;
	margin: 20% 0 0;
}
@media only screen and (min-width: 768px)  {
	#bl .footer_text {
		font-size: 8px;
		line-height: 1.8;
		position: absolute;
		right: 0;
		bottom: 7%;
		left: 0;
		margin: auto;
	}
	#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;
	}
}