@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Petrona:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background-color:rgba(0,0,0,1.00);
    background-color: #080202;
	word-wrap: break-word;
    font-family: "Noto Serif JP", serif;
	font-size:16px;
	line-height:2.5;
    font-weight:400;
    font-style: normal;
    font-optical-sizing: auto;
    text-align: center;color: #FFF;
}
ul {
    margin:0;
	padding: 0;
	list-style: none;
}
a {
	color: #fff;
    outline: none;
    text-decoration: underline;
    transition: 0.3s;
}
a:hover,
a:active {
    color: #C1C1C1;
	text-decoration:underline;
}
h1 {
    font-optical-sizing: auto;
    font-weight: 400;
}
.pc_only {display: block;}
.sp_only {display: none;}

.web-font {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
}

/*fade up
---------------------------------------------------*/
.delayScroll li > div {
	opacity: 0;
}
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration:2.5s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	margin-top:5em;
  }
  to {
    opacity: 1;
	margin-top:0;
  }
}

/* Loading
---------------------------------------------------*/
#splash {
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100%;
	text-align:center;
	color:#fff;
    background-color: #000000;
}

/* Scroll button
---------------------------------------------------*/
.js-scroll,
.js-pagetop {
	opacity: 0;
	visibility: hidden; 
	transition: opacity .5s, visibility .5s;
}
.js-scroll {
    color: #fff;
    text-align: center;
    width: 5em;
    position: absolute;
    left:calc(50% - 2.5em);
    bottom: 10%;
    z-index: 10;
}
.js-scroll a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size:1.25em;
    letter-spacing: 0.05em;
    display: block;
}
.js-scroll a::after {
    display: block;
    content:"";
    width:20px;
	height:20px;
    margin-left:1.35em;
    margin-top: -0.5em;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
}
.js-scroll.scroll-view {
    opacity: 1;
    visibility: visible;
}
.js-pagetop.scroll-view {
    opacity: 1;
    visibility: visible;
    position: fixed;
    right: 2em;
	bottom:3em;
    z-index:10;
    writing-mode: vertical-rl;
    white-space: nowrap;
}
.js-pagetop a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size:0.85em;
    letter-spacing: 0.05em;
    display: block;
    opacity: 1.0;
}
.js-pagetop a::after {
	content:"";
	position: absolute;
	top:0;
	right:0;
	width:1px;
	height: 59px;
	background:#fff;
}
.js-pagetop a::before {
    content: "";
    position: absolute;
    top: 0;
    right: -5px;
    width: 1px;
    height: 14px;
    background: #fff;
    transform: skewX(34deg);
}
.js-pagetop a:hover {
    opacity: 0.5;
}

/* Slider (header)
---------------------------------------------------*/
#slider {
    width: 100%;
    height: 100vh!important;
}
/* header title*/
.heading-back {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0%;
	left:0%;
    background-color: rgba(0,0,0,0.0);
    mix-blend-mode:multiply;
}
.heading-block {
    position: absolute;
	z-index: 1;	
    top:0;
	left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.heading-block h1 {
    width: 70%;
    max-width: 600px;
}
.heading-block h1 img {
    display: block;
    width: 100%;
    }


/*content(gallery)
---------------------------------------------------*/
.gallery {
    max-width: 1280px;
    margin: 0 auto;
    width:94%;
}
.gallery ul {
    padding-top:2.5em;
    margin-top:2.5em;
    margin-bottom:8em;
}
.gallery ul li {
    margin-bottom:5.5em
}
.gallery ul li.vertical {
    margin-bottom: 2em;
}
.gallery .title {
    padding-top: 4em;
}
.gallery .title h1 {
    font-size: 2em;
    line-height: 1;
    letter-spacing: 0.2em;
}
.gallery .title div {
    width: 100%;
    max-width: 900px;
    font-optical-sizing: auto;
    margin: 2em auto;
    font-size: 1em;
    text-align: left;
    line-height: 2.5;
}
.gallery ul li.crosswise div {
    width: 100%;
}
.gallery ul li.vertical div {
    width: 70%;
    margin-right:auto;
    margin-left:auto;
}
.gallery ul li.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.gallery ul li.flex > div {
    width: 49%
}
.gallery ul li div {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.gallery ul li div img {
    display: block;
    width: 100%;
    visibility: hidden;
}
.gallery ul li div#scene-01 { background-image: url("../img/scene-01.jpg")}
.gallery ul li div#scene-02 { background-image: url("../img/scene-02.jpg")}
.gallery ul li div#scene-03 { background-image: url("../img/scene-03.jpg")}
.gallery ul li div#scene-04 { background-image: url("../img/scene-04.jpg")}
.gallery ul li div#scene-05 { background-image: url("../img/scene-05.jpg")}
.gallery ul li div#scene-06 { background-image: url("../img/scene-06.jpg")}
.gallery ul li div#scene-07 { background-image: url("../img/scene-07.jpg")}
.gallery ul li div#scene-08 { background-image: url("../img/scene-08.jpg")}
.gallery ul li div#scene-09 { background-image: url("../img/scene-09.jpg")}
.gallery ul li div#scene-10 { background-image: url("../img/scene-10.jpg")}
.gallery ul li div#scene-11 { background-image: url("../img/scene-11.jpg")}
.gallery ul li div#scene-12 { background-image: url("../img/scene-12.jpg")}
.gallery ul li div#scene-13 { background-image: url("../img/scene-13.jpg")}
.gallery ul li div#scene-14 { background-image: url("../img/scene-14.jpg")}
.gallery ul li div#scene-15 { background-image: url("../img/scene-15.jpg")}
.gallery ul li div#scene-16 { background-image: url("../img/scene-16.jpg")}
.gallery ul li div#scene-17 { background-image: url("../img/scene-17.jpg")}
.gallery ul li div#scene-18 { background-image: url("../img/scene-18.jpg")}


/*stuff
---------------------------------------------------*/
.stuff {
    max-width: 1280px;
    margin: 0 auto;
    width: 94%;
}
.stuff li {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}
.stuff .portrait {
    width: 30%;
    min-height: 300px;
    min-width: 200px;
    background-image: url("../img/portraits.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.stuff .portrait img { 
    width: 100%;
    display: none;
    visibility: hidden;
}
.stuff .introduction_text {
    text-align: left;
    padding-left: 1em;
    margin-bottom: 1em;
    width: 67%;
    /*min-width: calc(70% - 250px)*/
}
.stuff .introduction_text h4 {
    font-size: 0.95em;
    margin-bottom: 0.5em;
}
.stuff .introduction_text div {
    margin: 0 auto 1.5em;
    font-size: 0.9em;
    line-height: 2;
}
.stuff .introduction_text div a {
    display: inline-block;
    margin-top: 0.85em;
    line-height: 1;
    color:#fff;
    text-decoration: none;
    opacity: 1.0;
}
.stuff .introduction_text div a.logo {
    padding-left: 1.35em;
    background-image: url("../img/icon-insta.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
.stuff .introduction_text div a:hover {
    opacity: 0.3;
}

/*footer
---------------------------------------------------*/
#footer {
    padding: 3em 0;
    font-size: 1em;
}


@media screen and (max-width:768px) {
    .pc_only {display: none }
    .sp_only {display: block } 
    body {
        font-size: 80%;
    }
    .js-scroll {
        bottom:20%;
    }
    .gallery {
        width:92%;
    }
    .gallery ul {
        margin-top:0;
        padding-top: 3em;
        margin-bottom:7em;
    }
    .gallery ul li {
        margin-bottom:4em;
    }
    .gallery ul li.flex {
        display: block;
    }
    .gallery ul li.vertical div,
    .gallery ul li.flex > div {
        width: 100%
    }
    .gallery ul li.flex > div {
        margin-bottom: 2em;
    }
    .gallery .title h1 {
        font-size: 1.75em;
    }
    .gallery .title {
        padding-top:2.5em;
    }
    .gallery .title div {
        margin-top:1.5em;
        line-height: 2.2
    }
    /*stuff*/
    .stuff {
        line-height: 2.1;
    }
    .stuff li {
        display:block;
        width: 92%;
        margin: 0 auto;
    }
    .stuff .portrait {
        width: 40%;
        margin: 0 auto 1.5em;
    }
    .stuff .introduction_text {
        width: 92%;
        margin: 0 auto;
    }
    .stuff .introduction_text div {
        
    }
    #footer {
        padding: 6em 0 3em;
    }

}