@charset "UTF-8";
/* CSS Document */
body{
	margin: 0px !important;
	overscroll-behavior: none;
}
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;
}
*{
    min-height: 0;
    min-width : 0;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
#bl{
    padding: 0;
    font-family: yu-gothic-pr6n, sans-serif;
	font-style: normal;
    margin: 0 auto;
    line-height: 2.0;
    font-size: 11px;
    letter-spacing: 1px;
	width: 100%;
    box-sizing: border-box;
    color: #111;
	background: #fff;
    -webkit-text-size-adjust: 100%;
}
#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: aktiv-grotesk, sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
/**
#bl_header     
*********************************************/
#bl #bl_header {
	width: 100%;
}
#bl #bl_header .main {
	width: 100%;
	margin: 0;
	overflow: hidden;
}
#bl #bl_header .main .ttl {
	width: 48%;
    margin: 5% auto;
    display: block;
	transition: 1.5s all 0.6s ease;
}
#bl #bl_header .main .top_box {
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#bl #bl_header .main .top_box .top {
	width: 32.5%;
}
#bl #bl_header .main .top_box .top:nth-of-type(1) {
	transition: 1.5s all 1.2s ease;
}
#bl #bl_header .main .top_box .top:nth-of-type(2) {
	transition: 1.5s all 0.3s ease;
}
#bl #bl_header .main .top_box .top:nth-of-type(3) {
	transition: 1.5s all 1.8s ease;
}

#bl #bl_header .main .spview:nth-of-type(2) .top_box .top:nth-of-type(1) {
	transition: 1.5s all 0.6s ease;
}
#bl #bl_header .main .spview:nth-of-type(2) .top_box .top:nth-of-type(2) {
	transition: 1.5s all 1.5s ease;
}
#bl #bl_header .main .spview:nth-of-type(2) .top_box .top:nth-of-type(3) {
	transition: 1.5s all 0.9s ease;
}
#bl #bl_header .read {
	text-align: center;
	margin: 10% 0 0;
}
#bl #bl_header .read p {
	margin-bottom: 8px;
}


@media only screen and (min-width: 769px) {
	#bl #bl_header {
		
	}
	#bl #bl_header .main .ttl {
		width: 20%;
        max-width: 260px;
        margin: 50px auto 50px;
	}
	#bl #bl_header .main .top_box {
		max-width: 1400px;
		margin: 0 auto;
	}
	#bl #bl_header .main .top_box .top {
		width: 16.4%;
	}
	#bl #bl_header .main .top_box .top:nth-of-type(1) {
		transition: 1.5s all 1.2s ease;
	}
	#bl #bl_header .main .top_box .top:nth-of-type(2) {
		transition: 1.5s all 0.3s ease;
	}
	#bl #bl_header .main .top_box .top:nth-of-type(3) {
		transition: 1.5s all 1.8s ease;
	}
	#bl #bl_header .main .top_box .top:nth-of-type(4) {
		transition: 1.5s all 0.6s ease;
	}
	#bl #bl_header .main .top_box .top:nth-of-type(5) {
		transition: 1.5s all 1.5s ease;
	}
	#bl #bl_header .main .top_box .top:nth-of-type(6) {
		transition: 1.5s all 0.9s ease;
	}
	#bl #bl_header .read {
		font-size: 13px;
		margin: 50px 0 0;
	}
	#bl #bl_header .read p {
		margin-bottom: 8px;
	}
}

/**
#menu      
*********************************************/
#bl #menu {
	border-top: solid 1px #111;
    border-bottom: solid 1px #111;
    margin: 10% 0 0;
}
#bl #menu .inner {
	width: 88%;
    margin: 0 auto;
	padding-top: 4%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
#bl #menu .inner a {
	width: 45%;
    margin-bottom: 2%;
}
@media only screen and (min-width: 769px) {
	#bl #menu {
		width: 100%;
		margin: 50px 0 0;
	}
	#bl #menu .inner {
		width: 46%;
		padding-top: 32px;
		padding-bottom: 12px;
	}
	#bl #menu .inner a {
		width: 28%;
		margin-bottom: 11px;
	}
}


/**
#contents       
*********************************************/
#bl #contents {
	background: #fff;
	position: relative;
	padding-top: 12%;
}

@media only screen and (min-width: 769px) {
	#bl #contents {
		width: 100%;
	}
}
/*********************************************
       section       
*********************************************/
#bl section {
	width: 100%;
	margin-bottom: 14%;
}
#bl section .midashi {
	
}
#bl section .box {
	width: 98%;
	margin: 0 auto;
	display: flex;
     flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
#bl section:nth-of-type(5) .box {
	justify-content: space-around;
}
#bl section:nth-of-type(6) .box {
	width: 80%;
	justify-content: space-between;
}
#bl section .box .item {
	width: 32%;
	margin: 6% .6% 0%
}
#bl section:nth-of-type(6) .box .item {
	width: 40%;
}
#bl section .box .item .credit {
	font-size: 9.5px;
	letter-spacing: .8px;
	text-align: center;
	font-family: aktiv-grotesk, sans-serif;
	line-height: 1.6;
}
#bl section .box .item .credit span {
	display: block;
	font-size: 88%;
	color: #727272;
	margin-top: 6px;
}
#bl section h4 {
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	font-family: aktiv-grotesk, sans-serif;
	letter-spacing: .8px;
	margin-top: 8%;
}
#bl section h4 .icon {
	display: block;
	width: 8%;
	margin: 2% auto 0;
}
@media only screen and (min-width: 769px) {
	#bl section {
		max-width: 1100px;
		margin: 0 auto 100px;
	}
	#bl section .box {
		width: 100%;
		flex-wrap: nowrap;
	}
	#bl section:nth-of-type(5) .box {
	}
	#bl section:nth-of-type(6) .box {
		width: 70%;
	}
	#bl section .flex {
		display: flex;
        justify-content: space-between;
        align-items: flex-start;
	}
	#bl section .flex .flex-inner {
		width: 46%;
	}
	#bl section .box .item {
		width: 14%;
        margin: 4% 1.5% 0%;
	}
	#bl section:nth-of-type(5) .box .item {
        width: 30%;
    }
	#bl section:nth-of-type(6) .box .item {
        width: 20%;
    }
}

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