@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: #111;
	background: #d6cbba;
    -webkit-text-size-adjust: 100%;
	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%;
	}
}
/***************************************************
                bl_header
***************************************************/
#bl #bl_header {
	width: 100%;
    margin: 0 auto;
}
#bl #bl_header .main {
	width: 100%;
	position: relative;
}
#bl #bl_header .main .ttl {
	width: 62%;
	margin: 14% auto 10%;
}
#bl #bl_header .main .main-item {
	
}
#bl #bl_header .read {
    text-align: center;
	font-size: 11px;
	margin: 10% 0;
	color: #202020;
}
#bl #bl_header .read p {
	margin-bottom: 2%;
	font-family: yu-gothic-pr6n, sans-serif;
}
@media only screen and (min-width: 769px)  {
	#bl #bl_header {
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
	}
	#bl #bl_header .main {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#bl #bl_header .main .ttl {
		width: 34%;
	}
	#bl #bl_header .main .ttl img {
		width: 100%;
		margin: 0 auto;
	}
	#bl #bl_header .main .read {
		width: 55%;
		font-size: 14px;
	}
	
}
/***************************************************
                content
***************************************************/
#bl #content  {
	width: 96%;
	margin: 4% auto;
	padding-bottom: 25%;
}
#bl #content section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
@media only screen and (min-width: 768px)  {
	#bl #content  {
		padding-bottom: 150px;
	}
	#bl #content section {
		width: 1100px;
		margin: 0 auto 0;
	}
}
#bl .modal {
	width: 100%;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}
#bl .modal_wrap {
    width: 33%;
	position: relative;
	line-height: 1.0;
}
#bl .modal_wrap img {
    width: 100%;
}
#bl .modal_wrap input {
    display: none;
}
#bl .open-label,
#bl .close-label {
    cursor: pointer;
}
#bl .modal_wrap .open-label {
	
}
#bl .modal_wrap .open-label .plus {
	position: absolute;
	width: 10%;
	top: 4%;
	right: 4%;
}
#bl .open-label:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #c7511f;
}

#bl .modal-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

#bl .open-input:checked + label + input + .modal-box {
    display: block;
    animation: modal-1-animation .6s;
}

#bl .content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	width: 90vw;
	height: 143vw;
	max-height: 600px;
    background-color: #d6cbba;
    z-index: 2;
    border-radius: 5px;
}
#bl .content-wrap .modal_content {
	position: relative;
}
#bl .content-wrap .modal_content .no {
	position: absolute;
	width: 19%;
	top: 14px;
	left: 3%;
}
#bl .content-wrap .modal_content .logo {
	position: absolute;
	width: 17%;
	top: 26px;
	right: 0;
	left: 0;
	margin: auto;
}
#bl .close-label {
	width: 32px;
	height: 32px;
	line-height: 1.0;
	display: table-cell;
	position: fixed;
	top: 3.3%;
	right: 4.5%;
	z-index: 99999;
}

#bl .modal_content {
    max-height: 86%;
    overflow-y: auto;
    padding: 11% 10%;
}
#bl .modal_content .modal_content_inner {
	
}
#bl .modal_content .modal_content_inner .pic {
	
}
#bl .modal_content .modal_content_inner .text {
	margin-top: -9px;
	font-size: 11px;
}
#bl .modal_content .modal_content_inner .text p {
	margin-bottom: 10%;
	font-family: yu-gothic-pr6n, sans-serif;
}
#bl .modal_content .modal_content_inner .text .name {
	width: 98%;
	margin: 0 0 8% -2%;
}
#bl .modal_content .modal_content_inner .text .btn a {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: solid 1px #111;
	line-height: 1.8;
	margin-top: 4%;
	padding-bottom: 2%;
}
#bl .modal_content .modal_content_inner .btn span:nth-of-type(1) {
	width: 70%;
}
#bl .modal_content .modal_content_inner .btn span:nth-of-type(2) {
	width: 10%;
}
#bl .modal_background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

@keyframes modal-1-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



@media only screen and (min-width: 768px)  {
	#bl .modal_content {
		padding: 8% 6%;
	}
	#bl .close-label {
        top: 5%;
		right: 3.5%;
    }
	#bl .content-wrap {
		margin-bottom: 0.7%;
	}
	#bl .content-wrap .modal_content .no {
		width: 12%;
		top: 20px;
		left: 3%;
	}
	#bl .content-wrap .modal_content .logo {
		width: 11%;
		top: 31px;
	}
	#bl .modal_wrap .open-label .plus {
		width: 8%;
		top: 3%;
		right: 3%;
	}
	#bl .content-wrap {
		max-width: 740px;
		width: 55%;
		height: auto;
		max-height: auto;
	}
	#bl .modal_content .modal_content_inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	#bl .modal_content .modal_content_inner .pic {
		width: 47%;
	}
	#bl .modal_content .modal_content_inner .text {
		margin-top: 0%;
		width: 46%;
	}
	#bl .modal_content .modal_content_inner .text .name {
		width: 88%;
		margin: 0 0 10% 0%;
	}
}

#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: 1s 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;
	}
}