@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;
}
*{
    min-height: 0;
    min-width : 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: #2b2b2b;
    -webkit-text-size-adjust: 100%;
	padding-bottom: 12%;
	
}
#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%;
	}
}
/***************************************************
                bl_header
***************************************************/
#bl #bl_header {
	width: 100%;
    margin: 0 auto;
}
#bl .main {
	width: 100%;
	position: relative;
}
#bl .main .ttl {
	position: absolute;
	width: 100%;
	top: 27%;
	right: 0;
	left: 0;
	margin: auto;
}
#bl .main .main-inner {
    width: 100%;
    margin: 0;
}
#bl .main .main-inner img {
	width: 100%;
}
#bl .main .main-inner img {
	
}

@media only screen and (min-width: 769px)  {
	#bl #bl_header {
		max-width: 1400px;
		margin: 0 auto;		
	}
	#bl .main .ttl {
		width: 56%;
		max-width: 680px;
		top: 19%;
	}
}
#bl .read {
	padding: 10% 0 18%;
}
#bl .read p {
    text-align: center;
    font-size: 11px;
	margin-bottom: 10px;
}
@media only screen and (min-width: 769px)  {
	#bl .read {
        
        padding: 70px 0 130px;
	}
	#bl .read p {
    font-size: 13px;
	}
}

/*content
*********************************************/
#bl #content {
	margin: 0 0 5%;
}
#bl #content section {
	margin: 0 auto 14%;
	display: flex;
	align-items: start;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: solid 1px #111;
}
#bl #content section .midashi {
	margin: 14% 0 5%;
}
#bl #content section .midashi .ttl {
	display: block;
	width: 78%;
	margin: 0 auto 5%;
}
#bl #content section .midashi p {
	text-align: center;
}
#bl #content section .midashi .buy {
	display: block;
	margin: 4% auto 0;
	width: 18%;
}
@media only screen and (min-width: 769px) {
	#bl #content {
		margin: 0 0 80px;
	}
	#bl #content section {
		width: 1200px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin: 0 auto 100px;
	}
	#bl #content section .midashi  {
		margin: 80px auto 60px;
	}
	#bl #content section .midashi .ttl {
		width: 480px;
		margin: 0 auto 5%;
	}
}
/*pic
*********************************************/
#bl #content section .pic {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1.48fr 1fr;
	grid-column-gap: 2px;
	grid-row-gap: 2px;
}
#bl #content section .pic img:nth-of-type(1) {
	grid-area: 1 / 1 / 2 / 3;
	width: 90%;
	margin: 0 auto;
}
#bl #content section .pic img:nth-of-type(2) {
	grid-area: 2 / 1 / 3 / 2;
	transition: 1.5s all 0.3s ease;
}
#bl #content section .pic img:nth-of-type(3) {
	grid-area: 2 / 2 / 3 / 3;
	transition: 1.5s all 0.5s ease;
}

@media only screen and (min-width: 768px)  {
	#bl #content section .pic {
		display: grid;
		grid-template-columns: 1fr 1.333fr 1fr;
		grid-template-rows: 1.333fr;
		grid-column-gap: 2px;
		grid-row-gap: 2px;
	}
	#bl #content section .pic img:nth-of-type(1) {
		grid-area: 1 / 2 / 2 / 3; 
		width: 100%;
		transition: 1.5s all 0.5s ease;
	}
	#bl #content section .pic img:nth-of-type(2) {
		grid-area: 1 / 1 / 2 / 2;
		transition: 1.5s all 0.3s ease;
	}
	#bl #content section .pic img:nth-of-type(3) {
		grid-area: 1 / 3 / 2 / 4;
		transition: 1.5s all 0.7s ease;
	}
	
}
/*text
*********************************************/
#bl #content section .text {
	margin: 5% 0 0 5%;
}
#bl #content section .text span {
	display: block;
	font-size: 10px;
}
@media only screen and (min-width: 768px)  {
	#bl #content section .text {
		margin: 40px auto 0;
	}
	#bl #content section .text span {
		text-align: center;
		font-size: 11px;
	}
}
#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;
	}
}