@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;600&family=Roboto:wght@100;300;400;700&family=Taviraj:ital,wght@1,100;1,200;1,300&display=swap');

/* CSS Document */
/* ==================================================
    BASE (RESET)FONT
================================================== */
html { font-size: 90%;}
body {
    background-color:#09151e;
	color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
	font-size: 14px;
	font-feature-settings: "palt" 1;
	line-height: 190%;
	text-align: center;
	letter-spacing: 0.02em;
	-webkit-font-smoothing: antialiased; /* WebKitブラウザサポート */
	text-rendering: optimizeLegibility; /* Chrome、Safariサポート */
	-moz-osx-font-smoothing: grayscale; /* Firefoxサポート */
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /* iPhoneの文字サイズバグの回避 */
    overflow-x: hidden;
}
img {
    display: block;
    width: 100%;
}

/* ==================================================
    LINK
================================================== */
a { 
    line-height: 1.25;
    color:#FFF;
    text-decoration:none;
    transition: .2s ease-in-out;
}
a:link {
    color:#FFF;
    text-decoration:none;
    transition: .2s ease-in-out;
    border-bottom: 0px solid #FFF;
}
a:visited {
    color:#FFF;
}
a:hover { 
    color:rgba(165,165,165,1.00);
    border-bottom: 1.2px solid rgba(165,165,165,1.00); 
}
a:active { 
    color:#FFF;
}
a img { 
    opacity:1.0;
    transition: .3s ease-in-out;
}
a img:hover { 
    opacity: .7 !important;
}

/* ==================================================
    PC/SP 表示切り替え
================================================== */
.sp_only { display:inherit }
.pc_only { display:none }

/* ==================================================
    OTHERS
================================================== */
.clearfix::before,
.clearfix::after { display: table; content: ''; }
.clearfix::after { clear: both; }

/* ==================================================
    COMMON
================================================== */
.common_w {
    width:88%;
    margin: 0 auto;
}
.credit .all_credit {
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-optical-sizing: auto;
    font-size:12px;
    color:#FFF;
    line-height:1.8;
}
.credit span {
    display: inline-block;
    width: 1.05em;
    height:1em;
    line-height: 1;
    position: relative;
}
.credit span.left:before {
    content: "‹";
    left:40%;
}
.credit span.right:before {
    content: "›";
    right:40%;
}
.credit span.left:before,
.credit span.right:before { 
    font-weight:100;
    font-size: 1.85em;
    display: inline-block;
    position:absolute;
    bottom:-0.275em;
}

/* ==================================================
   header
================================================== */
header {
	padding-top: 0%;
	padding-bottom:2%;
	background-color: #001e36;
    margin-bottom: 10%;
}
.top {
    width:100%;
    margin:0 auto;
}
.top .top_img {
    width:100%;
    height: auto;
}
.top .lg {
    width: 50%;
    margin: 3em auto 5em;
}

/* ==================================================
   section - gallery
================================================== */

.gallery ul {
    padding-top:5%;
}
.gallery li {
    margin: 10% 0 25%;
}
.gallery li img {
    margin-bottom: 5%;
}
.gallery li .image-40 {
    margin: 10% auto;
    width: 65%;
}
.gallery li .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.gallery li .flex .image-sub {
    width: 49%;
}
.gallery li .flex .image-sub.top {
    order: 2;
}
.gallery li .flex .image-sub.bottom {
    margin:10em 0 0;
    order: 1;
}


.gallery li#img07 .flex .image-sub.top,
.gallery li#img08 .flex .image-sub.top{
    order: 1;
}
.gallery li#img07 .flex .image-sub.bottom,
.gallery li#img08 .flex .image-sub.bottom {
    margin:10em 0 0;
    order: 2;
}

.gallery #img02 {
    width: 75%;
    margin: 0 auto;
}
.gallery #img04 {
    width: 75%;
    margin: 0 auto;
}
.gallery #img07 {
    width: 75%;
    margin: 0 auto 0%;;
}
.gallery #img08 {
    width: 95%;
    margin: 0 auto;
}

.gallery li div {
    margin: 0% 0 10%;
}
.gallery li #img08 {
        width: 100%;
    }
.gallery li .image-120 {
    margin: 0% auto;
    width: 100%;
}
.video {
    width:100%;
    margin:0px auto 50px;
}
.video .video-wrap {
    padding:56.25% 0 0 0;
}
.video iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}




/* ==================================================
   section - staff-credit
================================================== */
.staff-credit {
    margin:0 auto 6em;
    line-height: 2.2;
    font-size: 0.85em;
    font-weight: 500;
}
.gallery li .credit img {
        width: 50%;
		margin:1.5em auto 2em;
	 }
.all_credit {
    width: 100%;
    font-weight: 500;
    font-style: nomal;
    font-stretch: normal;
    font-optical-sizing: auto;
    margin: 1.2em 0 3em;
    
}
.credit01 {
    margin:0 auto 0em;
    line-height: 1.8;
    font-size: 1.2em;
    
    
}
.credit02 {
    margin:0 auto 0em;
    line-height: 2.2;
    font-size: 0.85em;
    padding-bottom: 2em;
    font-weight: 500;
    
}
.credit div img {
    border: none;
}

/* ==================================================
   footer - store_address
================================================== */
.store_address {
    margin: 4em auto 4em;
	padding-top: 3em;
}
.store_address,
.store_address h4,
.store_address h5 {
    text-align: center;
}
.store_address a {
    color:#FFF;
}
.store_address a:hover {
    color:rgba(80,80,80,1.00); text-decoration:underline;
}
.store_address h4 {
    font-size:1em;
}
.store_address h5 {
    font-size:1em;
    margin-bottom: .25em
}
.store_address > div {
    font-size:0.75em;
    margin-bottom: 1.5em;
    line-height: 1.75;
}
.store_address > div.excerpt {
    border-bottom: 1px solid rgba(255,255,255,0.65);
	width: 90%;
    font-size:0.75em;
    padding-bottom:1.5em;
    margin: 0 auto 2em;
}
footer h6.copyright {
    text-align: center;
    font-size: 0.75em;
    line-height: 3em;
    padding-bottom: 5em;
}
footer h6.copyright span {
	font-size:1.125em;
	}
.video {
    width:100%;
    margin:0px auto 0px;
    position:relative;
}
.video .video-wrap {
    padding:85% 0 0 0;
    position:relative;
}
.video iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


/* ==================================================
    SCROLL UP
================================================== */
.scroll-up {
    width: 3em;
    height: 3em;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    background-color: rgba(0,0,0,0.1);
    transition: 0.3s;
    overflow: hidden;
    position: fixed;
    z-index:100;
	right: 1.25em; 
	top:  1.25em;
    opacity: 0;
    }
.scroll-up:hover {
    border: 1px solid rgba(255,255,255,0.3);
    background-color:rgba(255,255,255,0.3);
    opacity: 0.5;
}
.scroll-up a {
    width:100%;
    height: 100%;
	background-color:rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    }
.scroll-up a:after {
    content:"";
    display:block;
    transform: rotate(45deg);
    width: 1em;
    height: 1em;
    margin-top: .5em;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
}
/* ==================================================
   section / share-button
================================================== */
section.share-button ul {
    display: flex;
    justify-content:center;
    margin-bottom: 5em;
}
section.share-button ul li a {
    margin: 0 0.25em;
    display: flex;
    align-items:center;
    justify-content: center;
    border-radius: 50%;
    border:#FFF 1px solid;
    line-height:1;
    width: 2.25em;
    height: 2.25em;
    background-color: transparent!important;
    text-decoration: none;
    transition: 0.3s;
}
section.share-button ul li
section.share-button ul li a,
section.share-button ul li i {
    color:#FFF;
    transition: 0.3s;
}
section.share-button .fab,
section.share-button .fa {
    text-align: center;
    font-size: 1.1em;
}
section.share-button ul li a:hover {
    border:#fff 1px solid;
}
section.share-button ul li a:hover i {
    color: #fff;
}
/* ==================================================
   footer - store_address
================================================== */
footer {
    background-color:#001e36;
    color: #fff;
}
footer .store>div {
    padding: 5em 0;
}
footer .store h4 {
    font-size: 1.35em;
    margin-bottom: 0.5em;
}
footer .store p {
    font-size:0.85em;
}
footer .store .store-list {
    margin: 3em 0;
}
footer .store .store-list li {
    margin-bottom:1.5em;
}
footer .store .store-list h5 {}
footer .store .store-list a {
    margin-left: .75em;
}
footer .copyright {}
footer .copyright h6 {    
    line-height: 1;
    font-family:helvetica;
    font-size: 12px;
    padding: 0 0 5em;
}
footer .store .store-list a { 
    color:#FFF;
    text-decoration:none;
    transition: .2s ease-in-out;
}
footer .store .store-list a:link {
    color:#FFF;
    text-decoration:none;
    transition: .2s ease-in-out;
    border-bottom: 0px solid #FFF;
}
footer .store .store-list a:visited {
    color:#FFF;
}
footer .store .store-list a:hover { 
    color:#8F8E8E;
    border-bottom: 1px solid #8F8E8E; 
}
footer .store .store-list a:active { 
    color:#FFF;
}



@media screen and (min-width:1024px){
    .sp_only { display:none }
    .pc_only { display:block }
    
    header {
    width: 100%;
	padding-top: 5%;
	padding-bottom:0%;
	background-color:#09151e; 
    margin-bottom: 5%;
        
}
    .top {
        width: 100%;
    }
    .top img {
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
    }
    .top .lg {
    width: 30%;
    max-width: 400px;
    margin: 5em auto 1em;
}
    .common_w {
        width:90%;
        max-width: 1280px
    }
    .gallery #img02,#img04 {
        display:flex;
        flex-wrap: wrap;
        align-items: top;
        justify-content: space-between;
        margin-bottom: 10%
    }
    .gallery #img04 {
        display:flex;
        flex-wrap: wrap;
        align-items: top;
        justify-content: space-between;
        margin-bottom: 10%
    }
    .gallery #img03,#img06 {
        display:flex;
        flex-wrap: wrap;
        align-items: top;
        justify-content: space-around;
        margin-bottom: 3%
    }
    .gallery #img08 {
        display:flex;
        flex-wrap: wrap;
        align-items: top;
        justify-content: space-around;
        margin-bottom: 3%
    }
    .gallery #img05,#img07 {
        display:flex;
        flex-wrap: wrap;
        align-items: top;
        justify-content: space-between;
        margin-bottom: 0%
    }
    .gallery #img01,#img04 {
        display:flex;
        flex-wrap: wrap;
        align-items: top;
        justify-content:space-around;
        margin-bottom: 10%;
        margin-top: 0%;
    }
    .gallery #img01 .img02 img {
        margin-top:60px;
        
    }
    .gallery #img03 .img01 img {
        margin-top:80px;
        
    }
    .gallery #img06 .img01 img {
        margin-top:80px;
        
    }
    .gallery #img02 {
    width: 100%;
}

    .gallery #img05 {
        display:flex;
        flex-wrap: wrap;
        align-items: top;
        justify-content:space-around;
        margin-bottom: 10%;
    }
    
    .gallery li img {
        margin-bottom:3%;
        border: 0px #FFF solid;
     }
    .gallery li .image-50 {
        width: 48%;
    }
    .gallery li .image-40 {
        width: 35%;
        margin: 0 auto;
    }
    .gallery li .image-30 {
        width: 31%;
        margin: 0 auto;
    }
    .gallery li .image-100 {
        width: 55%;
        margin: 0 auto;
    }
    .gallery li .image-120 {
        width: 75%;
        margin: 0 auto;
    }
    .gallery li .credit {
        margin-top: 1.75em;
        margin-bottom: 1.75em;
    }
    .gallery li>.credit {
        width: 100%;
        margin-top: 1.75em;
        margin-bottom: 0;
    }
	.gallery li .credit img {
        width: 25%;
		margin:1.5em auto 2em;
	 }
    .gallery li .flex .image-sub.bottom {
        margin: 40% 0 0;
     }
    .gallery li#img08 .flex .image-sub.bottom {
        margin:0;
    }
    /*すきま*/
    .gallery ul li .box {
        height:6em;
        width: 100%;
    }
    .gallery li div {
    margin: 0% 0 0%;
}
    .credit div img {
    border: none;
}
    
@media screen and (min-width:1024px){
    section.share-button ul li a {
        font-size:17px !important;
        width: 2.5em;
        height: 2.5em;
    }
}    




}






