@charset "UTF-8";
/* =======================================
    common
======================================= */
div.hitarea {
  cursor: pointer;
}
body {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; 
	color: #FFF;
	background-color:#184836;
	font-size: 12px;
	text-align: center;
    margin: 0 !important; 
}
a { 
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
a:link		{ color: #FFF; text-decoration: underline; }
a:visited	{ color: #FFF; }
a:hover		{ color: #666;}
a:active	{ color: #FFF; }
.sp_only { display:inherit }
.pc_only { display:none }

/* img width 
---------------------------------------*/

li.swiper-slide {
    margin: 0 auto 120px;
	width: calc(100% - 50px);
}
li.swiper-slide img {
    width: 100%;
    display: block;
    margin-bottom:60px;
}
li.swiper-slide img:nth-child(2) {
    width: 80%;
    display: block;
    margin: 0 auto;
}

#img_01 {
    width: 100%;
    margin:0px 0 80px;
}

#img_03 img:nth-child(2) {
    width: 100%;
    margin:0px 0 80px;
}


#img_03 .video {
    width:100%;
    margin:0 auto;
}
#img_03 .video .video-wrap {
    width:100%;
}
#img_03 .video iframe {
    top:0;
    left:0;
}




/* credit
---------------------------------------*/
.credit_sp {
	display: block;
	padding-top:10px;
	padding-bottom: 0px;
}

.credit_sp .staff img {
	width: 50%;
    margin: 0 auto;
}

.credit_sp .profile {
	width: 80%;
	margin: 0 auto;
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 160%;
	font-size: 13px;
}

.credit {
    padding-top:0px;
	}
.credit .pc_button,
.credit .blank_button {
    display: none;
}
.credit .sp_button {
	color: #000;
	background-color:#FFF; 
	border: #FFF 1px solid;
	display: block;
    margin: 0 auto;
    line-height: 1;
    font-size: 14px;
	width:11em;
	padding: 0.5em 1em 0.45em 0;
   /* transition: .3s ease-in-out;*/
	}
.credit_sp .sp_button {
	color: #000;
	background-color:#FFF; 
	border: #FFF 1px solid;
	display: block;
    margin: 0 auto;
    line-height: 1;
    font-size: 14px;
	width:11em;
	padding: 0.5em 1em 0.45em 0;
   /* transition: .3s ease-in-out;*/
	}
.credit .sp_button:hover {
    cursor: pointer;
    background-color: #000;
	border-color: #FFF;
	}
.credit_sp .sp_button:hover {
    cursor: pointer;
    background-color: #000;
	border-color: #FFF;
	}
.credit .sp_button:after {
	content: "";
	display: inline-block;
	width: 0.75em;
	height:0.75em;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	-webkit-transform: translate(1em, -0.2em) rotate(135deg);
	-ms-transform: translate(1em, -0.2em) rotate(135deg);
	transform: translate(1em, -0.2em) rotate(135deg);
	}
.credit_sp .sp_button:after {
	content: "";
	display: inline-block;
	width: 0.75em;
	height:0.75em;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	-webkit-transform: translate(1em, -0.2em) rotate(135deg);
	-ms-transform: translate(1em, -0.2em) rotate(135deg);
	transform: translate(1em, -0.2em) rotate(135deg);
	}
.credit_sp.margin_sp {
    margin-bottom: 5em;
    }
.credit .is-active {
	text-indent: 1em;
    }
.credit_sp .is-active {
	text-indent: 1em;
    }
.credit .is-active:after {
	-webkit-transform: translate(3em, 1em) rotate(-45deg);
	-ms-transform: translate(1em, -0.2em) rotate(-45deg);
	transform: translate(2.5em, 0.25em) rotate(315deg);
	}
.credit_sp .is-active:after {
	-webkit-transform: translate(3em, 1em) rotate(-45deg);
	-ms-transform: translate(1em, -0.2em) rotate(-45deg);
	transform: translate(2.5em, 0.25em) rotate(315deg);
	}
.credit .contents {
    color:#777;
	line-height:2.25;
	padding:15px 0 0;
    display: none;
	}
.credit_sp .contents {
    color:#777;
	line-height:2.25;
	padding:15px 0 0;
    display: none;
	}
.credit .contents a {
    display: block
}
.credit_sp .contents a {
    display: block
}
.credit_sp .staff {
	line-height: 180%;
	margin: 0px auto 10px;
}

/*store_info*/
#store_info {
    margin: 0 auto 30px;
	width: calc(100% - 30px);
}
#store_info #store_button {
    color:#FFF;
    margin-bottom: 0.25em;
    padding-top:2em;
    font-size: 14px;
    border-top:1px solid rgba(255,255,255,0.65);
}
#store_info #store_address div li:first-child {
    margin-bottom: 2em;
    padding-bottom: 1.5em;
    font-size: 9px;
}
#store_info #store_address div li {
    color: #FFF;
    line-height: 1.8;
    padding-bottom: 20px;
}
#store_info #store_address div li a {
    margin-left: 1em
}
/* top scroll
---------------------------------------*/
#footer_top {
	margin: 0 auto;
	width: calc(100% - 30px);
	}
#footer_top a {
	display: block;
    position: relative;
	width: 100%;
	height: 3.5em;
    border: 1px solid #FFF;
    opacity: 1.0;
	}
#footer_top a:hover{
    opacity: 0.3;
	}
#footer_top a:after {
	content: "";
	display: block;
	position: absolute;
	top:50%;
	left: 50%;
	width: 1.5em;
	height: 1.5em;
	margin-top: -0.45em;
	margin-left: -0.79em;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	transform: rotate(-45deg);
	}
/* copyright
---------------------------------------*/
#copyright {
    color: #FFF;
	font-size: 10px;
	padding:2.75em 0 3em;
	}


/* =======================================
	Tablet
======================================= */

@media screen and (min-width: 640px) {
    body {
        background-color: #000;
    }
    .sp_only { display:none }
    .pc_only { display:block }
    
    .swiper-pagination-bullet { background: #999;}
    .swiper-pagination-bullet-active { background: #000;}
    li.swiper-slide img {
        display: none;
    }
    .video {
        display: none;
    }
    li.swiper-slide,
    li.swiper-slide:first-child{
        margin: 0 0 0 0 !important;
	    width: 100%;
        background:no-repeat #000 center/contain;
    }
    li#img_01 { background-image:url("../img/01.jpg") }
    li#img_02 { background-image:url("../img/02.jpg") }
    li#img_03 { background-image:url("../img/03.jpg") }
	li#img_04 { background-image:url("../img/04.jpg") }
    li#img_05 { background-image:url("../img/05.jpg") }
    li#img_06 { background-image:url("../img/06.jpg") }
    li#img_07 { background-image:url("../img/07.jpg") }
    li#img_08 { background-image:url("../img/08.jpg") }
    li#img_09 { background-image:url("../img/09.jpg") }
    
    /*最終ページのクレジット*/
    li#img_06 { display:flex; align-items:center; justify-content: center }
    li#img_06 .credit { position: relative }
    li#img_06 .base {
        width: auto;
        margin-bottom: 0;
        max-width: 100%;
        max-height: calc(100vh - 50px);
        display: block;
        visibility: visible;
    } 
    li#img_06 .link-wrap {
        position: absolute;
        top:0;
        right:0;
        z-index: 10;
        height: 55%;
        width: 50%;
    }
    li#img_06 .link-flex {
        height:100%;
        width: 45%;
        margin: 0 auto;
        display:flex;
        align-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    li#img_06 .link-flex-inner {
        width: 100%;
    }
    li#img_06 .link_title { display: block;width:100%;}
    li#img_06 .credit-wrap {
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: flex-start;
        justify-content:flex-start;
    }
    li#img_06 .credit-wrap-01 .link_staff { width:69% }
    li#img_06 .credit-wrap-01 .link_item { width:24% }
    li#img_06 .credit-wrap-02 .link_staff { width:66% }
    li#img_06 .credit-wrap-02 .link_item { width:34% }
    li#img_06 .credit-wrap-03 .link_staff { width:54% }
    li#img_06 .credit-wrap-03 .link_item { width:32% }
    li#img_06 .credit-wrap-04 .link_staff { width:45% }
    li#img_06 .credit-wrap-04 .link_item { width:24% }
    
    li#img_06 .link_title img { display: block; width: 100%; margin-bottom: 0; }
    li#img_06 .link_title a img { display: block; width: 100%; margin-bottom: 0; opacity: 1.0;transition: .3s ease-in-out; }
    li#img_06 .link_title a img:hover { opacity:0.5; }
    li#img_06 .link_staff img { display: block; width: 100%; margin-bottom: 0;}
    li#img_06 .link_item a { display: block; width: 100%; }
    li#img_06 .link_item a img { display: block; width: 100%; margin-bottom: 0; opacity: 1.0;transition: .3s ease-in-out; }
    li#img_06 .link_item a img:hover { opacity:0.5; }
    
    li.swiper-slide img:nth-child(2) {
    width:inherit;
    display: none;
    margin:inherit;
}
    
    /*control
    ------------------------------------------------*/
    /*swiper*/
    .swiper-container {
      overflow:visible !important;
    }
    .swiper-pagination-fraction,
    .swiper-pagination-custom,
    .swiper-container-horizontal > .swiper-pagination-bullets {
        background-color:rgba(0,0,0,1.0);
        position: fixed;
        bottom: 0;
        left: 235px;
        z-index: 1;
        
        display: flex;    
        align-items: center;
        justify-content:center;
        width:calc(100% - 470px);
        height: 50px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets {
        position: absolute;
        bottom:-50px;
    }
    /*copyright*/
    #copyright {
        background-color:rgba(0,0,0,1.0);
        position: fixed;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 10;
        
        display: flex;    
        align-items: center;
        justify-content: flex-end;
        padding:0 30px 0 0;
        width: 205px;
        height: 50px;
        
        color: #fff;
    }
    /*store_info*/
    #store_info {
        width: 100%;
        margin: 0;
    }
    #store_info #store_button {
        margin-bottom: 0;
        padding-top:0;
        font-size: 12px;
        border-top:none;
        cursor: pointer;
    }
    #store_info #store_button {
        background-color:rgba(0,0,0,1.0);
        position: fixed;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 10;
        
        display: flex;    
        align-items: center;
        padding:0 0 0 30px;
        width: 105px;
        height: 50px;
        color: #fff;
    }
    #store_info #store_button:hover {
        text-decoration: underline
    }
    #store_info #store_address {
        display: none;
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color:rgba(0,0,0,0.8);
        z-index: 1000;
        top:0;
        overflow: scroll
    }
    #store_info #store_address div li {
        color: #fff;
        padding-bottom: 15px;
    }
    #store_info #store_address div li a {
        color: #fff;
        text-decoration: underline;
        transition: 0.3s;
    }
    #store_info #store_address div li a:hover {
        color: #999;
    }
    #store_info #store_address #store_address_close {
        position: absolute;
        left:0;
        top:0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }
    #store_info #store_address #store_address_info {
        position: absolute;
        width: auto;
        height: auto;
        top:45%;
        left:50%;
        padding: 7em 3em 7em 3em;
        margin-top:-260px;
        margin-left: -210px;
    }
    #store_info #store_address div li:first-child {
        border-bottom:1px solid #999;
        font-size: 12px;
        text-indent:10px;
    }
    /*credit*/
	.credit_sp {
	display: none;
}
    .credit {
        padding-top:0;
     }
    .credit .sp_button {
        display: none;
    }
    .credit .pc_button, 
    .credit .blank_button {
        cursor: pointer;
        margin: 0;
        font-size: 12px;
        text-align: left;

        color:#fff;
        background-color:rgba(0,0,0,1.0);
        position: fixed;
        bottom:-50px;
        left: 135px;
        z-index: 10;
        
        display:flex;
        align-content: center;
        align-items: center;
        padding:0 0 0 0;
        width:100px;
        height: 50px;
	}
    .credit .blank_button {
        z-index: 11;
    }
    .credit .pc_button:hover {
        text-decoration: underline
    }
    .credit .blank_button {
        cursor: default
    }
    .cedit-box {
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color:rgba(0,0,0,0.8);
        z-index: 100;
        top:0;
        bottom:0;
        display: none;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }
    .cedit-box .contents {
        color: #fff;
        margin-bottom: 5em;
    }
    .cedit-box .contents a,
    .cedit-box .contents p{
        display: block;
        line-height: 3;
    }
    .credit .contents {
        visibility: hidden;
    }
    .line {
        background-color:rgba(0,0,0,0.5);
        position: absolute;
        bottom:0;
        z-index: -1;
        width:100%;
        height: 6vh;
        min-height: 50px;
    }
}
  
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #ccc;
}