@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: #f6f6f6;
	word-wrap: break-word;
    font-family: "Roboto Condensed", sans-serif;
	font-size:16px;
	line-height:2.5;
    font-weight:400;
    font-style: normal;
    font-optical-sizing: auto;
    text-align: center;
}
ul {
    margin:0;
	padding: 0;
	list-style: none;
}
a {
	color: #333;
    outline: none;
    text-decoration: underline;
    transition: 0.3s;
}
a:hover,
a:active {
    color: #C1C1C1;
	text-decoration:underline;
}
h1 {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
}
.pc_only {}
.sp_only {display: none;}


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

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

/* 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: 50%;
	transform: translate(-50%,0);*/
    left:4em;
    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: 2.5em;
	bottom:3em;
    z-index:10;
    writing-mode: vertical-rl;
    white-space: nowrap;
}
.js-pagetop a {
	text-decoration: none;
	color: #666;
	text-transform: uppercase;
	font-size:0.8em;
    letter-spacing: 0.05em;
    display: block;
}
.js-pagetop a::after {
	content:"";
	position: absolute;
	top:0;
	right:0;
	width:1px;
	height: 59px;
	background:#666;
}
.js-pagetop a::before {
    content: "";
    position: absolute;
    top: 0;
    right: -5px;
    width: 1px;
    height: 14px;
    background: #666;
    transform: skewX(34deg);
}

/* 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.3);
    mix-blend-mode:multiply;
}
.heading-block {
    position: absolute;
	z-index: 2;	
    top:50%;
	left: 50%;
	transform: translate(-50%, -170%);
}
.heading-block h1 {
    font-size:5em;
	letter-spacing: 0em;
	color: #fff;
    line-height: 0.9;
    
    font-family: "Petrona", serif;
    font-optical-sizing: auto;
    font-style: normal;
    
    font-weight:100;
    text-align: center;
    margin-bottom: 0.25em
    }
.heading-block h1 span {
    font-size:0.6em;
    font-weight:200;
    margin-top:0.15em;
    display:block;
}
.heading-block p {
    font-size:1.65em;
	letter-spacing:0em;
	color: #fff;
}


/*content(gallery)
---------------------------------------------------*/
.gallery {
    max-width: 1280px;
    margin: 0 auto;
    width:94%;
}
.gallery ul {
    padding: 3em 3em 1em;
    margin-bottom:4em;
    background-color: #fff;
}
.gallery ul:first-child {
    margin-top:3em;
}
.gallery ul:last-child {
    background-color:inherit;
    margin-bottom: 0;
}
.gallery ul li {
    margin-bottom:5.5em
}
.gallery ul li img {
    display: block;
    width: 100%;
}
.gallery .title {
    padding-top: 2.25em;
}
.gallery .title h1 {
    font-size: 1.75em;
    line-height: 1;
    letter-spacing: 0.2em;
}
.gallery .title h1 a span {
    font-family: "Roboto Condensed", sans-serif;
    font-size:0.65em;
    padding-top:0.65em;
    color: #999;
    letter-spacing: 0;
    display: none;
}
.gallery .title h1 a {
    display: inline-block;
}
.gallery .title h1 a:after {
    display: block;
    width: 96%;
    margin-left: 0.05em;
    border-bottom: 1px solid #000;
    content: "";
    padding-top: .25em;
}
.gallery .title h1 a,
.gallery .title h1 a:hover,
.gallery .title h1 a:active{
    text-decoration: none;
    color:#000
}
.gallery .title h1 a {
    opacity: 1.0;
    transition: 0.3s;
}
.gallery .title h1 a:hover,
.gallery .title h1 a:active{
    opacity: 0.3;
}
.gallery ul li.crosswise div {
    width: 100%;
}
.gallery ul li.vertical div {
    width: 70%;
    margin-right:auto;
    margin-left:auto;
}
.gallery ul li.credit {
    margin-bottom:6.5em
}
.gallery ul li.credit-01 {
    margin-bottom: 2.75em
}
.gallery ul li.credit-02 {
    margin-bottom: 6.5em
}
.gallery ul li.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.gallery ul li.flex-02 > div {
    width: 49%
}
.gallery ul li.flex-03 > div {
    width: 32%
}
.gallery ul li.flex .caption {
    text-align: right;
    font-size: 12px;
    margin-top: .25em;
}
/*stuff*/
.gallery ul li.stuff {
    margin-bottom:0; 
        width:65%;
    margin-right:auto;
    margin-left:auto;
}
.gallery ul li.stuff .wrap {
    position: relative;
}
.gallery ul li.stuff .stuff-name {
    position: absolute;
    color: #fff;
    bottom: 3em;
    left:0;
    width: 100%;
    line-height: 2;
    z-index:2;
}
/* header title*/
.gallery ul li.stuff .stuff-back {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0%;
	left:0%;
    background-color: rgba(0,0,0,0.3);
    mix-blend-mode:multiply;
}

/*footer
---------------------------------------------------*/
#footer {
    padding: 2em 0 4em;
}
#footer small {
    font-size: 16px
}



@media screen and (max-width:768px) {
    .pc_only {display: none;}
    .sp_only {display: block !important} 
    body {
        font-size:55%;
    }
    .heading-block {
	    transform: translate(-50%, -210%);
    }
    .heading-block h1 {
        font-size: 5.5em
    }
    .heading-block h1 span  {
        margin-top:0.25em;
    } 
    .heading-block p {
        font-size:1.85em;
    }
    .js-scroll {
        width: 8em;
        left: 3em;
        bottom:20%;
    }
    .js-scroll a {
        font-size:2em;
    }
    .gallery {
        width:96%;
    }
    .gallery ul {
        padding:2em;
        margin-bottom:4em;
    }
    .gallery ul:first-child {
        margin-top:4em;
    }
    .gallery .title {
        padding-top: 2.25em;
    }
    .gallery .title h1 {
        font-size: 2.25em
    }
    .gallery ul li.flex {
        display: block;
    }
    .gallery ul li.vertical div,
    .gallery ul li.flex-02 > div,
    .gallery ul li.flex-03 > div {
        width: 100%
    }
    .gallery ul li.flex-02 > div,
    .gallery ul li.flex-03 > div {
        margin-bottom: 2em;
    }
    .gallery ul li.credit {
        font-size:1.45em;
        margin-bottom: 3.5em;
    }
    .gallery ul li.credit-01 {
        margin-bottom: 2.75em
    }
    .gallery ul li.credit-02 {
        margin-bottom: 3.5em
    }
    .gallery ul li.flex .caption {
        margin-top: 0;
    }
    /*stuff*/
    .gallery ul li.stuff {
        font-size: 1.5em;
        line-height: 2.1;
    }
    #footer {
        padding: 0em 0 2em;
        font-size: 2em
    }
    .js-pagetop.scroll-view {
        right: 1.5em;
    }
}