@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{
    padding: 0;
    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%;
	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%;
    vertical-align: bottom;
    line-height: 0;
}
#bl ul,#bl li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.f-en {
	font-family: aktiv-grotesk, sans-serif;
	letter-spacing: .8px;
}

@media only screen and (min-width: 769px)  {
	#bl {
		font-size: 12px;
		overflow: hidden;
	}
}

/* #bl_header
********************************************/
#bl #bl_header {
	width: 100%;
	position: relative;
}
#bl #bl_header .ttl {
    width: 58%;
	position: absolute;
	top: 37%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#bl #bl_header .ttl img {
    width: 100%;
}
@media only screen and (min-width: 768px)  {
	#bl #bl_header {
		width: 1200px;
		margin: 0 auto;
	}
	#bl #bl_header .ttl {
		width: 400px;
		top: 37%;
	}
}

/* item_box
********************************************/
#bl .item_box {
	width: 84%;
	margin: 22% auto;
	border: solid 1px #111;
}
#bl .item_box .model {
	position: absolute;
	width: 64%;
	top: -5%;
	right: 0;
	left: 0;
	margin: auto;
}
#bl .item_box .item-inner {
    margin: 0% auto 10%;
}
#bl .item_box .item-inner img {
	display: block;
    width: 78%;
	margin: 10% auto 6%;
}
#bl .item_box .item-inner .item-text {
	text-align: center;
}
#bl .item_box .item-inner .item-text a {
	display: block;
	font-size: 12px;
	color: #111;
	text-decoration: underline;
}


@media only screen and (min-width: 768px) {
	#bl .item_box {
		width: 44%;
		max-width: 560px;
		margin: 150px auto 0;
		padding: 4% 4%;
	}
	#bl .item_box .item-inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0;
	}
	#bl .item_box .item-inner img {
		width: 50%;
		margin: 0;
	}
	#bl .item_box .model {
		width: 310px;
		top: -30px;
	}
}

/* profile
********************************************/
#bl .profile {
	background: #e8e8e680;
    padding: 6% 4%;
    margin: 14% 0 0;
	
}
#bl .profile .midashi {
	display: block;
	width: 38%;
	margin: 0 auto 7%;
}
#bl .profile .profile-inner {
	display: flex;
	justify-content: space-between;
	align-items: start;
}
#bl .profile .profile-inner .profile-box {
	width: 19%;
}
#bl .profile .profile-inner .profile-box .photo {
	border-radius: 50%;
}
#bl .profile .profile-inner .profile-box .profile-text .staff {
	text-align: center;
	font-size: 12px;
	line-height: 1.7;
	letter-spacing: .7px;
	margin: 14% 0 10%;
}
#bl .profile .profile-inner .profile-box .profile-text .staff span {
	display: block;
	font-size: 74%;
	color: #5e5e5e;
}
#bl .profile .profile-inner .profile-box .profile-text .icon {
	width: 46.2%;
}
#bl .profile .profile-inner .profile-box .profile-text .center {
	text-align: center;
	display: block;
}

@media only screen and (min-width: 769px) {
	#bl .profile {
		padding: 40px;
		margin: 150px 0px 200px;
	}
	#bl .profile .profile-inner {
		width: 700px;
		margin: 0 auto;
	}
	#bl .profile .profile-inner .profile-box {
		width: 17%;
	}
	#bl .profile .midashi {
		width: 180px;
		margin: 0 auto 40px;
	}
	#bl .profile .profile-inner .profile-box .profile-text .icon {
		width: 40%;
		padding: 4%;
	}
}



/* contents 
********************************************/
#bl #contents {
	max-width: 100%;
	margin: 12% auto 0;
}

#bl #contents section {
	width: 100%;
    margin: 0% auto 20%;
}


@media only screen and (min-width: 768px)  {
	#bl #contents {
		margin: 80px auto 0;
        width: 100%;
	}
}

/* contents 
********************************************/
#bl #contents section  {

}
#bl #contents section .scene {
	position: relative;
	margin-bottom: 10%;
}
#bl #contents section:nth-of-type(1) .scene {
	height: 178vw;
}
#bl #contents section:nth-of-type(2) .scene {
	height: 183vw;
}
#bl #contents section:nth-of-type(3) .scene {
	height: 183vw;
}
#bl #contents section:nth-of-type(4) .scene {
	height: 200vw;
}

#bl #contents section .scene img {
	position: absolute;
	display: block;
}
@media only screen and (min-width: 768px)  {
	#bl #contents section {
		width: 90%;
		max-width: 1100px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#bl #contents section:nth-of-type(even) {
		flex-direction:row-reverse;
	}
	#bl #contents section .scene {
		margin-bottom: 180px;
	}
	#bl #contents section:last-of-type .scene {
		margin-bottom: 130px;
	}
	#bl #contents section:nth-of-type(1) .scene {
		height: 1063px
	}
	#bl #contents section:nth-of-type(2) .scene {
		height: 1050px
	}
	#bl #contents section:nth-of-type(3) .scene {
		height: 1063px
	}
	#bl #contents section:nth-of-type(4) .scene {
		height: 1040px
	}
}

/* img
*******************/
#bl #contents section:nth-of-type(1) .scene .img:nth-of-type(1) {
	position: relative;
	width: 70%;
	margin: 0 0 0 auto;
}
#bl #contents section:nth-of-type(1) .scene .img:nth-of-type(2) {
	width: 44%;
	left: 0%;
	top: 36%;
}
#bl #contents section:nth-of-type(1) .scene .img:nth-of-type(3) {
	width: 42%;
	right: 3%;
	bottom: 0;
}

#bl #contents section:nth-of-type(2) .scene .img:nth-of-type(1) {
	position: relative;
	width: 72% !important;
	margin: 0 auto 0 0;
}
#bl #contents section:nth-of-type(2) .scene .img:nth-of-type(2) {
	width: 44%;
	right: 0%;
	top: 43%;
}
#bl #contents section:nth-of-type(2) .scene .img:nth-of-type(3) {
	width: 41%;
	left: 5%;
	bottom: 0;
}

#bl #contents section:nth-of-type(3) .scene .img:nth-of-type(1) {
	position: relative;
	width: 72%;
	margin: 0 4% 0 auto;
}
#bl #contents section:nth-of-type(3) .scene .img:nth-of-type(2) {
	width: 40%;
	left: 0%;
	top: 42%;
}
#bl #contents section:nth-of-type(3) .scene .img:nth-of-type(3) {
	width: 44%;
	right: 0%;
	bottom: 0;
}

#bl #contents section:nth-of-type(4) .scene .img:nth-of-type(1) {
	position: relative;
	width: 74%;
	margin: 0% auto 0 5%;
	padding-top: 15%;
}
#bl #contents section:nth-of-type(4) .scene .img:nth-of-type(2) {
	width: 41%;
	right: 0%;
	top: 49%;
}
#bl #contents section:nth-of-type(4) .scene .img:nth-of-type(3) {
	width: 42%;
	left: 3%;
	bottom: 0;
}
@media only screen and (min-width: 768px)  {
	#bl #contents section:nth-of-type(4) .scene .img:nth-of-type(1) {
		padding-top: 0%;
	}
	#bl #contents section:nth-of-type(4) .scene .img:nth-of-type(3) {
		width: 37%;
		left: -2%;
		bottom: 0;
	}
	
}


/* name
*******************/
#bl #contents section .scene .name {
	position: absolute;
	width: 64%;
}
#bl #contents section .scene .name img {
	width: 100% !important;
}
#bl #contents section:nth-of-type(1) .scene .name {
	top: 4%;
	left: -1%;
}
#bl #contents section:nth-of-type(2) .scene .name {
	top: 1%;
	right: -1.5%;
}
#bl #contents section:nth-of-type(3) .scene .name {
	top: 4%;
	left: -1%;
}
#bl #contents section:nth-of-type(4) .scene .name {
	top: 0%;
	right: -1.5%;
}
@media only screen and (min-width: 768px)  {
	#bl #contents section .scene .name {
		width: 60%;
	}
	#bl #contents section:nth-of-type(4) .scene .name {
		top: -2%;
		right: -2%;
	}
}



/* text
*******************/
#bl #contents section .scene .text {
	position: absolute;
	font-size: 11px;
	line-height: 1.7;
}
#bl #contents section:nth-of-type(1) .scene .text {
	width: 44%;
	left: 6%;
	bottom: 5%;
}
#bl #contents section:nth-of-type(2) .scene .text {
	width: 44%;
	right: 4%;
	bottom: 2%;
}
#bl #contents section:nth-of-type(3) .scene .text {
	width: 44%;
	left: 6%;
	bottom: 5%;
}
#bl #contents section:nth-of-type(4) .scene .text {
	width: 46%;
	right: 4%;
	bottom: 0%;
}


@media only screen and (min-width: 768px)  {
	#bl #contents section .scene {
		width: 54%;
	}
	#bl #contents section:nth-of-type(1) .scene .text {
		width: 44%;
		left: 4%;
		bottom: 9%;
	}
}


#bl #contents section .credit-box {
    width: 84%;
	margin: 0 auto;
}
#bl #contents section .credit-box .credit {
    position: relative;
    border-bottom: solid 1px #808080;
    margin-bottom: 1%;
	letter-spacing: .8px;
	font-family: aktiv-grotesk, sans-serif;
}
#bl #contents section .credit-box .credit .marker {
    display: inline;
    background: #ffef8f;
    background-repeat: no-repeat;
    background-size: 0% 100%;
}

#bl #contents section .credit-box .credit a::after {
	content: "BUY";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 11px;
}
#bl #contents section .credit-box .credit .cms::after {
	content: "COMING SOON";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 10px;
	color: #656565;
}
#bl #contents section .credit-box .credit .credit-smp {
	    padding: 2.5% 0;
}
#bl #contents section .credit-box .credit .smp::after {
	content: "SAMPLE";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 10px;
	color: #656565;
}
#bl #contents section .credit-box .credit span {
	font-size: 88%;
    color: #656565;
    display: block;
    line-height: 1.8;
	margin-bottom: 1%;
}

#bl #contents .blog_box {
	width: 80%;
	margin: 0 auto 10%;
}
#bl #contents .blog_box div {
	text-align: center;
	margin: 0 0 5% 0;
	font-size: 13px;
	font-weight: 600;
}
#bl #contents .blog_box div:nth-of-type(1) {
	margin: 0 0 4% 0;
}
@media only screen and (min-width: 768px)  {
	#bl #contents section .credit-box {
		width: 34%;
		margin: 0;
	}
	#bl #contents .blog_box {
		width: 500px;
	}
}

/*************************************
     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;
	}
}