@charset "utf-8";

/* CSS Document */

body {
    height: 100% !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    background-color: #000;
    color: #fff;
    min-height: 640px;
    -webkit-font-smoothing: antialiased;
    z-index: -1;
	font-family: "a-otf-midashi-go-mb31-pr6n",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-feature-settings: "palt";
    line-height: 1.8;
	letter-spacing: 0.05em;
}

.wf-loading {
    visibility: hidden;
}

.wf-active {
    visibility: visible;
}

.wf-inactive {
    visibility: visible;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

/*PCでの表示*/
.pc {
    display: none !important;
}

/*SPでの表示*/
.sp {
    display: block!important;
}

/*TABでの表示*/
.tab {
    display: none !important;
}

header {
    min-width: 100% !important;
}

header div.left {
    float: left;
    position: relative;
}

header div.right {
    float: right;
    position: relative;
}

header div.right a {
    font-size: 14px;
    padding: 10px 20px !important;
}

footer {
    min-width: 100%;
}

div.f_inner .sns ul li:first-child {
    margin: 0 10px 0 0;
}

#cycle-loader {
    height: 120px;
    left: 50%;
    margin: -60px 0 0 -60px;
    position: absolute;
    top: 50%;
    width: 120px;
    z-index: 999;
}

/*I want to avoid jumpiness as the JS loads, so I initially hide my cycle*/
#maximage {
    display: none;/* Only use this if you fade it in again after the images load */
    position: fixed !important;
    z-index: 1;
}

/*Set my logo in bottom left*/
#logo {
    height: 100%;
    width: auto;
    z-index: 1000;
}

#logo img {
    width: auto;
    height: 100%;
}

div.arrow {
    position: fixed;
    width: 95%;
    z-index: 13000;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 2.5%;
    display: block;
}

div.arrow ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
}

div.arrow ul li {display: inline-block;}

div.arrow ul li img {
}

div.arrow ul li a {
    width: 100%;
    height: 100%;
    display: block;
}

div.arrow ul li:nth-child(1) {
    float: left;
}

div.arrow ul li:nth-child(2) {
    float: right;
}

.in-slide-content {
    right: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;/* Show above .gradient */
}

.item_detail {
    position: absolute;
    bottom: 10%;
    left: 5%;
    background: rgba(0,0,0,.6);
    padding: 20px;
 }

.item_detail h2 {
	margin:0 0 10px 0;
	font-size: 26px;
}

.item_detail h2 span {
	display: block;
	color: #999;
	font-size: 18px;
}

.item_detail p {
	margin:0;
	font-size: 18px;
}

.item_detail p span{
	font-size: 18px;
}

.light-text {
    color: #ddd;
}

.smaller-text {
    font-size: 30px;
}

.background {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    position: fixed;
    background-position: center center;
    opacity: 0;
-webkit-background-size: cover;
        background-size: cover;
-webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
-webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
}
.background {
    opacity: 1;
}
.background:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.4);
}
video {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
}

.concept_wrap, .item_info_wrap {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10000 !important;
}

.item_info-left, .item_info-right {
    position: absolute;
    bottom: 240px;
    left: 10%;
    color: #000;
    width: 80%;
    z-index: 10000 !important;
    margin: 0 auto;
}

.custom_order_wrap {
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
}

.custom_order_detail img {
    width: 100%;
    height: auto;
}

.custom_order_wrap p.detail {
    text-align: center;
    font-size: 14px;
}

img.top_title_sp {
    width: 70%;
    display: block;
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -35%;
}

.position_xy_center {
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.position_y_center {
    position: relative;
    display: block;
    width: 100% !important;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: -100px auto 0;
}

.position_x_center_y_bottom {
    position: absolute;
    display: block;
    left: 50%;
    bottom: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 auto;
}

img.title {
    width: 100%;
    height: auto;
}

footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 4;
}

small {
    display: block;
    padding: 10px 30px;
    font-size: 11px;
    color: #fff;
    text-align: left;
}

/* ~~ floatのクリア ~~ */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.lb-cancel {
    display: block;
    width: 100px !important;
    height: 100px !important;
    margin: 0 auto;
    background: url(../images/lightbox/loading.gif) no-repeat;
    background-size: 100px 100px !important;
    opacity: 1.0 !important;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
    left: 0;
    float: left;
    background: url(../images/lightbox/prev.png) center left 5% no-repeat;
    background-size: 100px 100px !important;
    opacity: 1.0 !important;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
    right: 0;
    float: right;
    background: url(../images/lightbox/next.png) center right 5% no-repeat;
    background-size: 100px 100px !important;
    opacity: 1.0 !important;
}

.lb-container {
    padding: 0;
    background-color: #000 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
　/* Firefox用 */  
 -webkit-box-shadow:none !important;
　/* Safari,Google Chrome用 */
}

/* lアイテムトグルメニュー */


.sp_item_list {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 16000;
    text-align: center;
}

label {
    color: #000;
    background: rgba(255,255,255,1.0);
    font-family: impact;
    padding: 10px 15px;
    display: inline-block;
    margin: 20px auto 40px;
    font-size: 24px;
    -webkit-animation: blink 3.4s ease-in-out infinite alternate;
    -moz-animation: blink 1.7s ease-in-out infinite alternate;
    animation: blink 1.7s ease-in-out infinite alternate;
}
 @-webkit-keyframes blink {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@-moz-keyframes blink {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@keyframes blink {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}

.menu {
    width: 100%;
}

input[type="checkbox"].on-off {
    display: none;
}

.menu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 100%;
    font-size: 20px;
    background: rgba(0,0,0,0.8);
}

.menu li {

    width: 140px;
    margin: 10px;
    float: left;
}

.menu li a {
    text-decoration: none;
}

.menu li img {
    width: 70px;
    height: auto;
    float: left;
}

.menu li div.item_name_price {
    width: 60px;
    height: 70px;
    margin-left: 10px;
    float: left;
    padding: 0;
    background-image: url(../../images/cart.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 70%;
}

.menu li div.item_name_price span.item_name {
    display: none;
}

.menu li div.item_name_price span.item_price {
    display: none;
}

.menu li span {
    padding: 5px;
    display: block;
    overflow: hidden;
}

input[type="checkbox"].on-off + ul {
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul {
    height: 290px;
}

/* ~~ SHOP リスト ~~ */

.sp_shoplist {
    width: 80%;
    margin: 0 auto;
    color: #FFF;
}

.sp_shoplist h2 {
    text-align: center;
    font-size: 36px;
    margin: 0 auto 40px;
    font-family: impact;
    font-weight: normal;
}

.sp_shoplist h2 span {
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    display: inline-block;
}

.sp_shoplist table {
    width: 100%;
}

.sp_shoplist table td {
    width: 50%;
    padding-bottom: 20px;
    text-align: center;
}

.sp_shoplist table span {
    display: block;
    width: 100%;
}

.sp_shoplist table span.shop_name {
    font-size: 18px;
    font-weight: bold;
}

.sp_shoplist table span.shop_tel {
    font-size: 16px;
}

.sp_shoplist table span.shop_tel a {
    color: #FFF;
    text-decoration: none;
}

.sp_shoplist table span.shop_attentiion {
    font-size: 13px;
    font-weight: bold;
    color: #900;
    padding-top: 20px;
}

footer {
    position: fixed;
    bottom: 0;
    display: block;
    width: 100%;
    min-width: 100% !important;
    z-index: 20000;
    background: transparent;
    padding: 0px 20px;
    box-sizing: border-box;
    color: #ccc;
    height: 40px;
    font-size: 14px;
}

div.f_inner {
    position: relative;
}

div.f_inner .sns {
    position: absolute;
    top: 0;
    left: 0;
}

div.f_inner .sns ul {
    margin: 0;
    padding: 0;
}

div.f_inner .sns ul li {
    float: left;
    margin: 0 10px;
}

div.f_inner .sns ul li a {
    color: #ccc;
}

div.f_inner .copyright {
    position: absolute;
    top: 0;
    right: 0;
}
