@charset "UTF-8";
/* =======================================
    common
======================================= */
div.hitarea {
  cursor: pointer;
}
body {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; 
	color: #FFF;
	background-color:#000;
	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; text-decoration: underline;}
a:active	{ color: #FFF; }
.sp_only { display:inherit }
.pc_only { display:none }

/* img width 
---------------------------------------*/
li.swiper-slide {
    margin: 0 auto;
	width: calc(100% - 30px);
}
li.swiper-slide:first-child {
    width: 100%;
}
li.swiper-slide:last-child {
    /*margin: 0 auto 0px;*/
}
li.swiper-slide img {
    width: 100%;
    display: block;
    padding-bottom:20px;
}
li.swiper-slide img.second {
    padding-bottom:0px;
}
li#img_01 img {
	margin: 0 auto ;
	width: calc(100% - 30px);
}
li#img_01 img:first-child {
    width: 100%;
}

li#img_05 img,li#img_06 img,li#img_07 img {
	margin-bottom: 0px;
}

/* credit
---------------------------------------*/
.credit_sp {
	display: block;
	padding-top:5px;
	padding-bottom: 35px;
}
.credit {
    padding-top:0px;
	}
.credit .pc_button,
.credit .blank_button {
    display: none;
}
.credit_sp .sp_button {
	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: 0.3s;
	}
.credit_sp .sp_button:hover {
    cursor: pointer;
    background-color: rgba(255,255,255,0.2);
	}
.credit_sp .sp_button:after {
	content: "";
	display: inline-block;
	width: 0.75em;
	height:0.75em;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	-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_sp .is-active {
	text-indent: 1em;
    }
.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_sp .contents {
    color:#FFF;
	line-height:2.25;
	padding:10px 0 0;
    display: none;
	}
.credit_sp .contents p {
    display: block;
    color: #FFF;
}
.credit_sp .contents a {
    display: block;
    color: #FFF;
    transition: 0.3s;
}
.credit_sp .contents a:hover {
    color: #666;
}
.credit_sp a.item {
    display: inline-block;
	line-height: 180%;
	margin: 0 0 40px;
    font-weight: bold;
}
.credit_sp .staff {
	line-height: 180%;
	margin: 30px 0 0px;
}
.credit_sp .profile {
	line-height: 180%;
	margin: 20px auto 30px;
	width: 95%;
	text-align: left;
	
}
.credit .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 .contents {
    display: none;
	}
.credit .contents a {
    display: block
}
/*store_info*/
#store_info {
    margin: 0 auto 0px;
	width: calc(100% - 30px);
}
#store_info #store_button {
    margin-bottom: 0.25em;
    padding-top:1em;
    font-size: 14px;
    border-top:1px solid #FFF;
}
#store_info #store_address div li:first-child {
    margin-bottom: 2em;
    padding-bottom: 1.5em;
    font-size: 9px;
    border-bottom:1px solid #FFF;
}
#store_info #store_address div li {
    line-height: 1.8;
    padding-bottom: 10px;
}
#store_info #store_address div li a {
    margin-left: 1em;
    color: #FFF;
    transition: 0.3s;
}
#store_info #store_address div li a:hover {
     color: #FFF;
}
/* top scroll
---------------------------------------*/
#footer_top {
	margin: 10px auto 0;
	width: calc(100% - 30px);
	}
#footer_top a {
	display: block;
    position: relative;
	width: 100%;
	height: 3.5em;
    border-top: 1px solid #FFF;
    padding-top: 2em
	}
#footer_top a:after {
	content: "";
	display: block;
	position: absolute;
	top:50%;
	left:50%;
    opacity: 1.0;
	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);
	}
#footer_top a:after:hover{
    opacity: 0.25
	}
/* copyright
---------------------------------------*/
#copyright {
	font-size: 10px;
	padding:1.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;
    }
    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_10 { background-image:url("../img/10.jpg") }
	li#img_11 { background-image:url("../img/11.jpg") }
	li#img_12 { background-image:url("../img/12.jpg") }
	li#img_13 { background-image:url("../img/13.jpg") }
    
    /*最終ページのクレジット*/
    li#img_07 { display:flex; align-items:center; justify-content: center }
    li#img_07 .credit { position: relative }
    li#img_07 .base {
        width: auto;
        margin-bottom: 0;
        max-width: 100%;
        max-height: calc(100vh - 50px);
        display: block;
        visibility: visible;
    } 
    li#img_07 .link-wrap {
        position: absolute;
        top:0;
        left:0;
        z-index: 10;
        height: 100%;
        width: 100%;
    }
    li#img_07 .link-flex {
        height: 96.0%;
        width: 40%;
        margin: 0 auto;
        display:flex;
        align-content: flex-end;
        align-items: flex-end;
        flex-wrap: wrap;
    }
    li#img_07 .link_title { display: block;width:100%;}
    li#img_07 .link_staff {
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
    li#img_07 .link_staff .credit-01 { width:56.25% }
    li#img_07 .link_staff .credit-02 { width:43.75% }
    li#img_07 .link_title img { display: block;width: 100%; margin-bottom: 0;}
    li#img_07 .link_staff img { display: block; width: 100%; margin-bottom: 0; opacity: 1.0;}
    li#img_07 .link_staff a { display: block; width: 100%; }
    li#img_07 .link_staff a img:hover { opacity:0.6; }
    
    /*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;
        transition: 0.3s;
    }
    #store_info #store_button:hover {
        /*text-decoration: underline*/
        color: #777;
    }
    #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: #777;
        /*text-decoration: underline;*/
        transition: 0.3s;
    }
    #store_info #store_address div li a:hover {
        color: #fff;
    }
    #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;
        transition: 0.3s
    }
    .credit .pc_button:hover {
        color: #777
    }
    .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 h3 {
        margin-bottom: 0.5em;
    }
    .cedit-box .contents h3.right {
        margin-top: 1.5em;
    }
	.cedit-box .contents a,
    .cedit-box .contents p {
        display: block;
        color: #FFF;
        line-height: 3;
    }
    .cedit-box .contents a {
        color: #fff;
        transition: 0.3s;
    }
    .cedit-box .contents a:hover {
        color:#999;
    }
    .credit .contents {
        visibility: hidden;
    }
    .line {
        background-color:#000;
        position: absolute;
        bottom:0;
        z-index: -1;
        width:100%;
        height: 6vh;
        min-height: 50px;
    }
    

    
    
    /* 前へ次への矢印カスタマイズ */
    .swiper-button-prev,
    .swiper-button-next {
      height:70px;
      width: 33px;
    }
    /* 前へ次への矢印カスタマイズ */
    .swiper-button-prev::after,
    .swiper-button-next::after {
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      height: 70px;
      margin: auto;
      width: 33px;
    }
    /* 前への矢印カスタマイズ */
    .swiper-button-prev::after {
      background-image:url("../img/arrow-left.svg")
    }
    /* 次への矢印カスタマイズ */
    .swiper-button-next::after {
      background-image:url("../img/arrow-right.svg")
    }
}