@charset "UTF-8";
/* CSS Document */
body{
	margin: 0px !important;
	overscroll-behavior: none;
}
h1,h2,h3,h4,h5,h6{margin: 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;
    margin: 0 auto;
    line-height: 2.0;
    font-size: 11px;
    letter-spacing: 1px;
	width: 100%;
    box-sizing: border-box;
    color: #111;
    -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;
}
.f-en {font-family: aktiv-grotesk, sans-serif;}
.f-ivy {
	font-family: "ivypresto-display", serif;
	font-weight: 100;
	font-style: normal;
}
@media only screen and (max-width: 768px)  {
	#bl {
		font-size: 11px;
	}
}

/**
   contents
***********************************************/
#bl #contents {
	line-height: 0;
}
/*** header ****/
#bl #contents #bl_header {
	margin: 0;
	background: #f7f3e8;
	position: fixed;
    top: 0;
}
#bl #contents #bl_header .top {
	width: 100%;
}
#bl #contents #bl_header .ttl {
	width: 76%;
    position: absolute;
	top: 8%;
	left: 6%;
}
@media only screen and (min-width: 769px)  {
	#bl #contents #bl_header {
		width: 1200px;
        margin: 0 auto;
        left: 0;
        right: 0;
	}
	#bl #contents #bl_header .ttl {
		width: 52%;
		top: 6%;
		left: 4%;
	}
}
#bl #contents section {
	position: relative;	
	background: #f7f3e8;
	padding-bottom: 22%;
}
#bl #contents section .pic {
	position: absolute;
	line-height: 0;
}
#bl #contents section .pic a {
	display: block;
	position: relative;
	line-height: 0;
}
#bl #contents section .pic .more {
	position: absolute;
    width: 26px;
    bottom: 8px;
    right: 8px;
}
#bl #contents section .text {
	position: absolute;
	font-family: aktiv-grotesk, sans-serif;
	font-size: 9px;
	z-index: 3;
	line-height: 2.0;
}
#bl #contents .one:nth-of-type(1) section video {
	width: 100%;
}

@media only screen and (min-width: 769px)  {
	#bl #contents {
		width: 100%;
	}
	#bl #contents section .text {
		font-size: 11px;
	}
	#bl #contents section .pic .more {
    width: 46px;
    bottom: 20px;
    right: 20px;
	}
}

#bl #contents .bg._01 {
	/*/background-image: url("../img/back-1.jpg");/*/
	/*/background-color: rgb(255 255 255 / 30%);/*/
	/*/background-blend-mode: lighten;/*/
	background: #fff;
}
#bl #contents .bg._02 {
	/*/background-image: url("../img/back-2.jpg");/*/
	/*/background-color: rgb(255 255 255 / 30%);/*/
	/*/background-blend-mode: lighten;/*/
	background: #fff;
}
#bl #contents .bg._03 {
	/*/background-image: url("../img/back-3.jpg");/*/
	/*/background-color: rgb(255 255 255 / 30%);/*/
	/*/background-blend-mode: lighten;/*/
	background: #fff;
}
#bl #contents .bg._04 {
	/*/background-image: url("../img/back-4.jpg");/*/
	/*/background-color: rgb(255 255 255 / 30%);/*/
	/*/background-blend-mode: lighten;/*/
	background: #fff;
}
#bl #contents .bg._05 {
	/*/background-image: url("../img/back-5.jpg");/*/
	/*/background-color: rgb(255 255 255 / 30%);/*/
	/*/background-blend-mode: lighten;/*/
	background: #fff;
}
@media only screen and (min-width: 768px)  {
	#bl #contents section {
		width: 1200px;
		margin: 0 auto;
		padding-bottom: 160px;
	}
	#bl #contents .one {
		width: 100%;
		min-height: 100vh;
	}
	#bl #contents .one.show  {
		transition: all 0.5s ease 0s;
	}
	#bl #contents .bg {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0;
		transition: all 0.5s ease 0s;
		z-index: -1;
	}
	#bl #contents .show .bg  {
		opacity: 1;
	}
}


/*********** section 01 **************/
#bl #contents .one:nth-of-type(1) section {
	overflow: hidden;
	margin-top: 78vw;
	padding-top: 12%;
}
#bl #contents .one:nth-of-type(1) section .pic {
	position: relative;
}
#bl #contents .one:nth-of-type(1) section .pic:nth-of-type(1) {
	width: 70%;
    margin: 0 5% 0 auto;
}
#bl #contents .one:nth-of-type(1) section .text {
	width: 30%;
    top: 19%;
    left: 4%;
}
#bl #contents .one:nth-of-type(1) section .flex {
	width: 116%;
	margin: 15% 0 0;
	display: flex;
	align-items: flex-start;
    justify-content: space-between;
}
#bl #contents .one:nth-of-type(1) section .flex div:nth-of-type(1) {
	width: 55%;
	margin: 0;
}
#bl #contents .one:nth-of-type(1) section .flex div:nth-of-type(2) {
	width: 44%;
}

@media only screen and (min-width: 768px)  {	
	#bl #contents .one:nth-of-type(1) section {
		margin-top: 48vw;
		padding-top: 90px;
	}
}


/**********section 02**************/
#bl #contents .one:nth-of-type(2) section {
	height: 260vw;
}
#bl #contents .one:nth-of-type(2) section .text {
    width: 62%;
    top: 18%;
    left: 3%;
}
#bl #contents .one:nth-of-type(2) section .pic:nth-of-type(1) {
	position: relative;
    width: 76%;
    margin: 0 5% 0 auto;
}
#bl #contents .one:nth-of-type(2) section .pic:nth-of-type(3) {
	width: 49.5%;
    top: 36%;
    right: 0;
}
#bl #contents .one:nth-of-type(2) section .pic:nth-of-type(4) {
	width: 49.5%;
    top: 48%;
    left: 0%;
}
#bl #contents .one:nth-of-type(2) section .pic:nth-of-type(5) {
	width: 49.5%;
	bottom: 0%;
	right: 0%;
}
/*#bl #contents .one:nth-of-type(2) section .pic:nth-of-type(5) {
	width: 78%;
	bottom: 0%;
	left: 0%;
}*/


@media only screen and (min-width: 768px)  {
	#bl #contents .one:nth-of-type(2) section {
		height: 2780px;
	}
	#bl #contents .one:nth-of-type(2) section .text {
		left: 6%;
        top: 21%;
	}
	#bl #contents .one:nth-of-type(2) section .pic:nth-of-type(3) {
		top: 31%;
	}
}


/*********** section 03 **************/
#bl #contents .one:nth-of-type(3) section {
	position: relative;
	padding-top: 16%;
}

#bl #contents .one:nth-of-type(3) section .pic.sticky {
	position: sticky;
    top: 0;
    left: 0;
	line-height: 0;
}
#bl #contents .one:nth-of-type(3) section .wall {
	position: relative;
    background: #f8f3e8;
    padding-top: 12%;
}
#bl #contents .one:nth-of-type(3) section .wall .pic:nth-of-type(1) {
	width: 46%;
    margin: 0 auto 12%;
    position: relative;
}
#bl #contents .one:nth-of-type(3) section .wall .pic:nth-of-type(1) video {
	width: 100%;
}
#bl #contents .one:nth-of-type(3) section .wall .flex {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#bl #contents .one:nth-of-type(3) section .wall .flex div {
	width: 49%;
	position: relative;
}
#bl #contents .one:nth-of-type(3) section .text {
	position: relative;
	text-align: center;
	margin-top: 5%;
}

@media only screen and (min-width: 768px)  {
	
}


/*********** section 04 **************/
#bl #contents .one:nth-of-type(4) {
	
}
#bl #contents .one:nth-of-type(4) div {
	
}
#bl #contents .one:nth-of-type(4) section .back  {
	background: #cdcbc2;
	height: 180vw;
	position: relative;
}
#bl #contents .one:nth-of-type(4) section .back2  {
	 background-image: url("../img/circle.svg");
	background-size: contain;
    background-repeat: no-repeat;
}
#bl #contents .one:nth-of-type(4) section .pic {
	width: 100%;
}
#bl #contents .one:nth-of-type(4) section .text {
	width: 38%;
    top: 14%;
    left: 4%;
}
#bl #contents .one:nth-of-type(4) section .pic:nth-of-type(2) {
	width: 49.5%;
    top: 10%;
    right: 0;
}
#bl #contents .one:nth-of-type(4) section .pic:nth-of-type(3) {
	width: 49.5%;
    top: 35%;
    left: 0%;
}
#bl #contents .one:nth-of-type(4) section .pic:nth-of-type(4) {
	width: 49.5%;
	bottom: 0;
	right: 0%;
}

#bl #contents .one:nth-of-type(4) section .house {
	width: 54%;
	margin: 0 auto 0;
	padding-top: 20%;
}
#bl #contents .one:nth-of-type(4) section .house video {
	width: 100%;
}
#bl #contents .one:nth-of-type(4) section .house .clipped-video {
  width: 100%;
  height: auto;
  clip-path: url(#myPath);
}

@media only screen and (min-width: 768px)  {
	#bl #contents .one:nth-of-type(4) section{
		
	}
	#bl #contents .one:nth-of-type(4) section .back {
		height: 2120px;
	}
	#bl #contents .one:nth-of-type(4) section .house {
		width: 36%;
		padding-top: 10%;
	}
}




/*********** section 05 **************/
#bl #contents .one:nth-of-type(5) section {
	position: relative;
	padding-top: 16%;
}

#bl #contents .one:nth-of-type(5) section .pic.sticky {
	position: sticky;
    top: 0;
    left: 0;
	line-height: 0;
}
#bl #contents .one:nth-of-type(5) section .wall {
	position: relative;
    background: #f8f3e8;
    padding-top: 12%;
}
#bl #contents .one:nth-of-type(5) section .wall .pic {
	width: 48%;
    margin: 0;
}
#bl #contents .one:nth-of-type(5) section .wall .pic:nth-of-type(1) video {
	width: 100%;
}
#bl #contents .one:nth-of-type(5) section .wall .flex {
	width: 86%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#bl #contents .one:nth-of-type(5) section .wall .flex div {
	width: 49%;
	position: relative;
	margin-bottom: 2%;
}
#bl #contents .one:nth-of-type(5) section .text {
	position: relative;
	text-align: center;
}

@media only screen and (min-width: 768px)  {
	#bl #contents .one:nth-of-type(5) section {
		padding-top: 0%;
	}
	#bl #contents .one:nth-of-type(5) section .wall .flex {
		width: 70%;
	}
}

	
/**
   footer
***********************************************/
#bl #bl_footer {
	width: 100%;
    padding: 50% 0 2%;
    background-image: url(../img/footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
}
#bl #bl_footer .logo {
	display: block;
    margin: 14% auto 7%;
    width: 42%;
}
#bl .copy {
	text-align: center;
	font-size: 8px;
	line-height: 2.5;
	letter-spacing: .8px;
}
@media only screen and (min-width: 769px)  {
	#bl #bl_footer {
		position: relative;
		width: 1200px;
		padding: 260px 0 0px;
		margin: 0 auto;
		background-image: url(../img/footer-pc.jpg);
	}
	#bl #bl_footer .logo {
		margin: 76px auto 60px;
        width: 20%;
        max-width: 240px;
	}
	
}
/**************************************************
                js
**************************************************/
#bl .anim {
	opacity: 0;
	transition: 1.5s all 0s;
}
#bl .anim.ac {
	opacity: 1;
	transform: translate(0);
}
#bl .filter {
	filter: grayscale(1);
	transition: 2s all 0s ease;
}
#bl .filter.act {
	filter: grayscale(0);
}
/****************************************
                view
****************************************/
.spview {
	display: block;
}
.pcview {
	display: none;
}
@media only screen and (min-width: 768px)  {
     .spview {
		display: none;
	}	
	.pcview {
		display: block;
	}
}