@charset "utf-8";

/* --------------------------------------------------------------------------------------
 基本設定
--------------------------------------------------------------------------------------- */

body {
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	/* overflow-x: hidden; */
}
main {}
ul {list-style:none;padding: 0px;margin: 0px;}

p {font-size:16px;line-height: 142%;margin: 0;}

.font-b {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
}

a,a img {
    color: #000;
    text-decoration: none;
    transition-property: all;
    transition: 0.3s linear;
}

a img { text-decoration: none; }

a:hover,a img:hover {opacity:0.8;}
a:active {color: #000;}
a:visit {color: #000;}

.font-en {font-family: 'Josefin Sans', sans-serif; font-weight:bold;}

.pc {display:block !important;}
.sp { display:none !important; }

.inner {
    width: 1000px;
    margin: 0 auto;
    padding: 80px 10px;
}

section {
    min-width: 1040px;
}

section .inner p {}

.flex { display:flex; }

h2.title {
    margin: 0px;
}

h3.title {}

.c-white { color: #FFF; }

.bg-gray { background:#efefef; }
.bg-black { background:#000; }
.contact-bg {background: url(../images/bg_2.jpg) no-repeat;background-size: cover;width: 100%;height: 100%;background-position: center;}
.bg-type1 {
    background: url(../images/bg.jpg) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    background-position-x: center;
    background-position-y: top;
    position: relative;
    }
.bg-type3 { background: url(../images/bg_3.jpg) no-repeat; background-size: cover; width: 100%; height: 100%; background-position-x: center; background-position-y: bottom; }

@media only screen and (max-width: 768px){

body {width: 100%;padding:0px;font-size: 3.5vw;}
main {}
.pc {display: none !important; min-width: initial !important;}
.sp {display:block !important;}

.inner { width: 92%; padding: 10vw 4%; }
.font-en { }
section {
    min-width: initial;
}
section .inner p { }
section .inner.privacy>p:nth-of-type(1) {}
p {font-size: 3.7vw;line-height: 150%;}
.flex { display:block; }

h2.title { font-size: 9vw; margin-bottom: 4vw;}

h3.title { font-size: 5vw; margin-bottom: 6vw;}

}

/* --------------------------------------------------------------------------------------
 header
--------------------------------------------------------------------------------------- */

header {min-width: 1040px;}
header .header-inner {justify-content: space-between;position: relative;}
header .header-inner h1 {position: relative;z-index: 200;margin: 0px;padding: 0px;top: 24px;left: 30px;}
header .header-inner h1 a {font-size:16px;color: #FFF;line-height: 100%;display: block;font-weight: 500;letter-spacing: 0.04em;}
header .header-inner h1 a span {display:block;font-size:35px;line-height: 100%;letter-spacing: initial;margin-top: 10px;font-weight: 600;}

#gloval-nav nav {}
#gloval-nav nav ul {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);}
#gloval-nav nav ul li {
    margin-bottom: 24px;
}
#gloval-nav nav ul li a {
    font-size: 30px;
    text-align: center;
}
#gloval-nav nav ul li a.font-en {
    font-size: 34px;
}
#gloval-nav nav ul li:nth-of-type(2) span {
    font-size: 30px;
    font-weight: bold;
}
#gloval-nav nav ul li:nth-of-type(2) ul.shop-menu-list {
    width: 700px;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 32px;
    position: initial;
    top: initial;
    left: initial;
    transform: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
}
#gloval-nav nav ul li:nth-of-type(2) ul.shop-menu-list li {
    width: 220px;
    margin-bottom: 0px;
    line-height: 100%;
    padding: 0px;
}
#gloval-nav nav ul li:nth-of-type(2) ul.shop-menu-list li a {
    display: block;
    background: rgba(255,255,255,0.8);
    width: 100%;
    padding-top: 20px;
    font-size: initial;
    padding-bottom: 13.29px;
}
#gloval-nav nav ul li:nth-of-type(2) ul.shop-menu-list li a img {
    width: auto;
    height: 80px;
    display: block;
    margin: 0 auto;
    margin-bottom: 13px;
}
#gloval-nav nav ul li:nth-of-type(2) ul.shop-menu-list li a p {
    text-align: center;
    color: #000;
    font-weight: bold;
}
#gloval-nav nav ul li:nth-of-type(2) ul.shop-menu-list li a p span.font-en {
    font-size: 20px;
}
#gloval-nav nav ul li:nth-of-type(2) ul.shop-menu-list li:nth-last-of-type(1) {}

/* menu */

#nav-toggle {
    position: fixed;
    top: 25px;
    right: 25px;
    height: 45px;
    cursor: pointer;
    }
    
#nav-toggle div {
    position: relative;
    width: 70px;
  }
  
#nav-toggle div span {
    width: 100%;
    height: 5px;
    left: 0;
    display: block;
    background: #000;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
    }
    
#nav-toggle div span:nth-of-type(1) { top: 0; }
#nav-toggle div span:nth-of-type(2) {top: 20px;}
#nav-toggle div span:nth-of-type(3) {top: 40px;}

#nav-toggle div span:nth-of-type(1):hover {top: 0;}
#nav-toggle div span:nth-of-type(3):hover {}

.open #nav-toggle span {background: #000;}
    
.open #nav-toggle span:nth-of-type(1) { top: 15px; transform: rotate(45deg); }
.open #nav-toggle span:nth-of-type(2) { top: 15px; width: 0; left: 50%; }
.open #nav-toggle span:nth-of-type(3) { top: 15px; transform: rotate(-45deg); }

/* z-index */
#nav-toggle {z-index: 1000;top: 0;right: 0;background: rgba(255,255,255,0.4);padding: 27.5px 15px;}
#container { z-index: 900; }

#gloval-nav {
    background: #000;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    font-size: 29px;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
}
#gloval-nav a {
    display: block;
    color: #fff;
    /* text-decoration: none; */
    /* padding: 20px 0; */
    /* transition: color .6s ease; */
    float: none;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 0.1em;
    }
#gloval-nav a:hover { color: #FFF; opacity:0.7; }
  
#gloval-nav ul {list-style: none;width: 100%;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;}


/* open */
.open {
    /* overflow: hidden; */}
  
  #gloval-nav {
    visibility: visible;
    opacity: 1;
  }

  #gloval-nav
    li {
    opacity: 1;
    transform: translateX(0);
    transition:  transform 1s ease, opacity .9s ease;
  }

#gloval-nav {
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 29px;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
}
.open #gloval-nav {
    visibility: visible;
    opacity: 1;
    z-index: 990;
    transition: opacity .6s ease, visibility .6s ease;
}

@media only screen and (max-width: 768px){

header {
    min-width: initial;
    padding: 0;
}
header .header-inner {
    padding: 0 4%;
}
header .header-inner h1 {
    width: 45vw;
    left: 0;
    top: 4vw;
}
header .header-inner h1 a {
    font-size: 4vw;
}

header .header-inner h1 a span {
    font-size: 8.8vw;
    margin-top: 2vw;
}

header .header-inner .menu {}
header .header-inner .menu #nav-toggle {}
.bg-type1 {
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
}
header .header-inner .menu #gloval-nav {}
header .header-inner .menu #gloval-nav img {
    position: absolute;
    top: 6vw;
    left: 4vw;
    width: 37vw;
    font-size: 4vw;
}

header .header-inner .menu #gloval-nav nav {
}
header .header-inner .menu #gloval-nav nav ul {}
header .header-inner .menu #gloval-nav nav ul li {
    margin-bottom: 2vw;
}
header .header-inner .menu #gloval-nav nav ul li a {}

#gloval-nav nav {}
#gloval-nav nav ul {
    width: 92%;
}
#gloval-nav nav ul li {
    font-size: 4vw;
}
#gloval-nav nav ul li a {
    font-size: 5vw;
}
#gloval-nav nav ul li a.font-en {
    font-size: 6.5vw;
}
#gloval-nav nav ul li:nth-of-type(2) span {
    font-size: 5vw;
}
#gloval-nav nav ul li:nth-of-type(2) ul.shop-menu-list {
    width: 90%;
    margin-top: 3vw;
    margin-bottom: 4vw;
}
#gloval-nav nav ul li:nth-of-type(2) ul.shop-menu-list li {
    width: 100%;
    margin-bottom: 4vw;
}
#gloval-nav nav ul li:nth-of-type(2) ul.shop-menu-list li a {
    padding: 8vw 0;
    padding-bottom: 7vw;
}
#gloval-nav nav ul li:nth-of-type(2) ul.shop-menu-list li a img {
    height: 16vw;
    top: 4vw;
    margin-bottom: 0px;
}
#gloval-nav nav ul li:nth-of-type(2) ul.shop-menu-list li a p {
    text-align: left;
    margin-left: 33vw;
    font-size: 5vw;
}
#gloval-nav nav ul li:nth-of-type(2) ul.shop-menu-list li a p span.font-en {
    font-size: 5vw;
}
#gloval-nav nav ul li:nth-of-type(2) ul.shop-menu-list li:nth-last-of-type(1) {}

/* menu */

#nav-toggle {
    position: fixed;
    top: 25px;
    right: 25px;
    height: 32px;
    cursor: pointer; }
    
#nav-toggle div {
    position: relative;
    width: 8.8vw;
  }
  
#nav-toggle div span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #000;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
    }
    
#nav-toggle div span:nth-of-type(1) { top: 0; }
#nav-toggle div span:nth-of-type(2) {top: 3vw;}
#nav-toggle div span:nth-of-type(3) {top: 6vw;}

#nav-toggle div span:nth-of-type(1):hover {top: 3vw;}
#nav-toggle div span:nth-of-type(3):hover {top: 6vw;}

.open #nav-toggle span {background: #000;}
    
.open #nav-toggle span:nth-of-type(1) {top: 3vw;transform: rotate(45deg);}
.open #nav-toggle span:nth-of-type(2) { top: 15px; width: 0; left: 50%; }
.open #nav-toggle span:nth-of-type(3) {top: 3vw;transform: rotate(-45deg);}

/* z-index */
#nav-toggle {z-index: 1000;top: 4vw;right: 4vw;height: 0vw;padding: 6.5vw 3vw;padding-top: 3.5vw;padding-bottom: 9.5vw;}
#container { z-index: 900; }

#gloval-nav {
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 29px;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
}
#gloval-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 6vw 0;
    /* transition: color .6s ease; */
    font-size: 8.53333vw;
    text-align: left;
    letter-spacing: 0.05em;
    padding: 0px;
    }
#gloval-nav a:hover { opacity:0.8; }
  
#gloval-nav ul {list-style: none;width: 100%;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;}
/*
#gloval-nav ul li {opacity: 0;  transform: translateX(200px);  transition:  transform .6s ease, opacity .2s ease;}
#gloval-nav ul li:nth-of-type(2) { transition-delay: .15s; }
#gloval-nav ul li:nth-of-type(3) {transition-delay: .3s;}
#gloval-nav ul li:nth-of-type(4) { transition-delay: .45s; }
#gloval-nav ul li:nth-of-type(5) { transition-delay: .6s; }
#gloval-nav ul li:nth-of-type(6) { transition-delay: .75s; }
#gloval-nav ul li:nth-of-type(7) { transition-delay: .9s; } */

#gloval-nav ul li { }

/* open */
.open {
    overflow: hidden;
  
  #gloval-nav {
    visibility: visible;
    opacity: 1;
  }

  #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition:  transform 1s ease, opacity .9s ease;
  }
}

#gloval-nav {
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 29px;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
}
.open #gloval-nav {
    visibility: visible;
    opacity: 1;
    
}

}

/* --------------------------------------------------------------------------------------
 mv
--------------------------------------------------------------------------------------- */

section.mv {margin-top: -61px;}

.slick-dots {
    display: none !important;
}

.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
}
.full div.img01 { background-image: url(../images/img01.jpg); background-position: center; }
.full div.img02 { background-image: url(../images/img02.jpg); background-position: center; }
.full div.img03 { background-image: url(../images/img03.jpg); background-position: center; }

.mv-btn {
    width: 540px;
    height: 180px;
    background: rgba(255,255,255,0.7);
    display: block;
    position: absolute;
    left: 70px;
    bottom: 70px;
}
.mv-btn .mv-line {
    border: 1px solid #000;
    margin: 4px;
    height: 170px;
}
.mv-btn .mv-line .img-box {
    width: 146px;
    position: relative;
    height: 100%;
    margin-left: 24px;
}
.mv-btn .mv-line .img-box img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.mv-btn .mv-line .text-box {
    height: 100%;
    margin-left: 32px;
}
.mv-btn .mv-line .text-box .mv-name {
    font-size: 33px;
    font-weight: bold;
    margin-top: 12px;
}
.mv-btn .mv-line .text-box .mv-name span.font-en {
    font-size: 35px;
}
.mv-btn .mv-line .text-box .mv-copy {
    font-size: 20px;
    font-weight: bold;
    line-height: 150%;
    margin-top: 2px;
}
.mv-btn .mv-line .text-box .mv-link {
    font-size: 24px;
    font-weight: 400;
    position: relative;
    margin-left: 18px;
}

.img03 .mv-btn .mv-line .text-box .mv-copy {
    margin-top: 8px;
}

.mv-btn .mv-line .text-box .mv-link::before {content:">";position: absolute;left: -18px;}
.mv-btn:hover { opacty:0.8; }

.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

@media only screen and (max-width: 768px){
section.mv {
    margin-top: -14.7vw;
}
.full div {
    height: 97.5vw;
}
.full div.img01 {background-image: url(../images/img01.jpg);background-position: center;background-size: cover;}
.full div.img02 {background-image: url(../images/img02.jpg);background-position: center;background-size: cover;}
.full div.img03 {background-image: url(../images/img03.jpg);background-position: center;background-size: cover;}

.mv-btn {
    width: 92%;
    top: initial;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 4vw;
    height: 31.2vw;
}
.mv-btn .mv-line {
    display: flex;
    height: 28.9vw;
    margin: 1vw;
}
.mv-btn .mv-line .img-box {
    width: 24vw;
    margin-left: 3vw;
}
.mv-btn .mv-line .img-box img {top: 50%;left: 0;transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);}
.mv-btn .mv-line .text-box {
    margin-left: 4vw;
}
.mv-btn .mv-line .text-box .mv-name {
    font-size: 6vw;
    margin-top: 2vw;
}
.mv-btn .mv-line .text-box .mv-name span.font-en {
    font-size: 6vw;
}
.mv-btn .mv-line .text-box .mv-copy {
    font-size: 3.6vw;
    margin-top: -1vw;
}

.img03 .mv-btn .mv-line .text-box .mv-copy {
    margin-top: 0vh;
}

.mv-btn .mv-line .text-box .mv-link {
    font-size: 5vw;
    margin-top: -0.5vh;
    margin-left: 4.5vw;
}
.mv-btn .mv-line .text-box .mv-link::before {content:">";left: -4.5vw;}

}

/* --------------------------------------------------------------------------------------
 top
--------------------------------------------------------------------------------------- */

section {
    position: relative;
    z-index: 100;
}
section .inner {}

section .inner .lead-copy {
    margin: 0px;
    font-size: 30px;
    text-align: center;
}
section .inner .lead-text {
    text-align: center;
    margin-top: 30px;
    line-height: 140%;
}

section.top-cont2 {}
section.top-cont2 .bg-type1 {}
section.top-cont2 .bg-type1 .inner {}
section.top-cont2 .bg-type1 .inner h2.tile {
    text-align: center;
    margin: 0px;
    font-size: 24px;
}
section.top-cont2 .bg-type1 .inner h2.tile span.font-en {
    font-size: 28px;
    position: relative;
    padding-right: 10px;
    top: 2px;
}
section.top-cont2 .bg-type1 .inner .shop-list {flex-wrap: wrap;justify-content: left;margin-top: 40px;margin-bottom: -40px;}
section.top-cont2 .bg-type1 .inner .shop-list li {
    width: 48.5%;
    margin-right: 2%;
    margin-bottom: 38px;
}
section.top-cont2 .bg-type1 .inner .shop-list li:nth-of-type(2) {
    margin-right: 0px;
}
section.top-cont2 .bg-type1 .inner .shop-list li div {
    height: 300px;
    background-size: cover;
    position: relative;
}
section.top-cont2 .bg-type1 .inner .shop-list li div a {
    width: 140px;
    height: 140px;
    display: block;
    background: rgba(255,255,255,0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
section.top-cont2 .bg-type1 .inner .shop-list li div a img {
    height: 80px;
    width: auto;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 4px;
}
section.top-cont2 .bg-type1 .inner .shop-list li div a p {
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
section.top-cont2 .bg-type1 .inner .shop-list li div a p::before {content:">";position: relative;left: -6px;}
section.top-cont2 .bg-type1 .inner .shop-list li div a:hover { opacty:0.8; }
section.top-cont2 .bg-type1 .inner .shop-list li h3.shop-title {
    font-size: 20px;
    text-align: center;
    color: #FFF;
    margin-top: 25px;
    margin-bottom: 10px;
}
section.top-cont2 .bg-type1 .inner .shop-list li h3.shop-title span {
    font-size: 24px;
    font-weight: 600;
    
}
section.top-cont2 .bg-type1 .inner .shop-list li:nth-of-type(2) h3.shop-title span {padding-left: 8px;}
section.top-cont2 .bg-type1 .inner .shop-list li p.shop-text {
    text-align: center;
    color: #FFF;
}
section.top-cont2 .bg-type1 .inner .shop-list li div.bg-bar_u {
    background-image: url(../images/img07.jpg);
    background-position: center;
}
section.top-cont2 .bg-type1 .inner .shop-list li div.bg-you {
    background-image: url(../images/img09.jpg);
    background-position: center;
}
section.top-cont2 .bg-type1 .inner .shop-list li div.bg-u {background-image: url(../images/img11.jpg);
    background-position: center;}

@media only screen and (max-width: 768px){

section {}
section .inner {}
section .inner .lead-copy {
    font-size: 6vw;
}
section .inner .lead-text {
    margin-top: 5vw;
}

section.top-cont2 {}
section.top-cont2 .bg-type1 {}
section.top-cont2 .bg-type1 .inner {}
section.top-cont2 .bg-type1 .inner h2.tile {
    font-size: 6vw;
}
section.top-cont2 .bg-type1 .inner h2.tile span.font-en {
    font-size: 7vw;
}
section.top-cont2 .bg-type1 .inner .shop-list {
    margin-top: 8vw;
    margin-bottom: -8vw;
}
section.top-cont2 .bg-type1 .inner .shop-list li {
    margin-bottom: 8vw;
    width: 100%;
    margin-right: 0px;
}
section.top-cont2 .bg-type1 .inner .shop-list li div {
    height: 57vw;
}
section.top-cont2 .bg-type1 .inner .shop-list li div a {
    width: 37.334vw;
    height: 37.334vw;
}
section.top-cont2 .bg-type1 .inner .shop-list li div a img {
    height: 22vw;
    margin-top: 4vw;
    margin-bottom: 2vw;
}
section.top-cont2 .bg-type1 .inner .shop-list li div a p {
    font-size: 5vw;
}
section.top-cont2 .bg-type1 .inner .shop-list li div a p::before {content:">";left: -1vw;}
section.top-cont2 .bg-type1 .inner .shop-list li div a:hover { opacty:0.8; }
section.top-cont2 .bg-type1 .inner .shop-list li h3.shop-title {
    font-size: 5vw;
    margin-top: 4vw;
    margin-bottom: 2vw;
}
section.top-cont2 .bg-type1 .inner .shop-list li h3.shop-title span {}
section.top-cont2 .bg-type1 .inner .shop-list li p.shop-text {
    font-size: 3.8vw;
    letter-spacing: -0.03em;
}
section.top-cont2 .bg-type1 .inner .shop-list li div.bg-bar_u {}
section.top-cont2 .bg-type1 .inner .shop-list li div.bg-you {}
section.top-cont2 .bg-type1 .inner .shop-list li div.bg-u {}

}

/* --------------------------------------------------------------------------------------
 contact parts
--------------------------------------------------------------------------------------- */

section.contact-bg {}
section.contact-bg .contact-inner {}
section.contact-bg .contact-inner .contact-link {
    width: 528px;
    height: 128px;
    display: block;
    background: #000;
    border: 1px solid #FFF;
    position: relative;
    margin: 0 auto;
}
section.contact-bg .contact-inner .contact-link::after {content:"";background: url(../images/arrow.svg) no-repeat;display: block;background-size: 100%;width: 18.03px;height: 30.06px;position: absolute;top: 50%;right: 30px;transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);}
section.contact-bg .contact-inner .contact-link:hover { opacity:0.5; }
section.contact-bg .contact-inner .contact-link .contact-line {
    display: block;
    margin: 4px;
    border: 1px solid #FFF;
    height: 118px;
}
section.contact-bg .contact-inner .contact-link .contact-line p {
    color: #FFF;
    font-size: 18px;
    margin-left: 30px;
    margin-top: 26px;
}
section.contact-bg .contact-inner .contact-link .contact-line p span.font-en {display: block;font-size: 30px;margin-bottom: 18px;}

@media only screen and (max-width: 768px){

section.contact-bg {
    /* background-position: right; */
}
section.contact-bg .contact-inner {}
section.contact-bg .contact-inner .contact-link {
    width: 100%;
    height: 22vw;
}
section.contact-bg .contact-inner .contact-link::after {content: "";width: 3vw;height: 4.8vw;right: 6vw;}
section.contact-bg .contact-inner .contact-link .contact-line {
    margin: 1vw;
    height: 19.6vw;
}
section.contact-bg .contact-inner .contact-link .contact-line p {
    font-size: 4vw;
    margin-left: 4.5vw;
    margin-top: 4.5vw;
}
section.contact-bg .contact-inner .contact-link .contact-line p span.font-en {
    font-size: 7vw;
    margin-bottom: 1vw;
}

}

/* --------------------------------------------------------------------------------------
 lower
--------------------------------------------------------------------------------------- */

.lower-section {
}

.lower-section.lower-mv {
    background: url(../images/img17.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -61px;
    }
.lower-section .lower-mv {
    padding: 130px 0;
}
.lower-section .inner {}
.lower-section h2.title {
    text-align: center;
    color: #FFF;
    font-size: 28px;
    margin: 0px;
}

.lower-section .inner.recruit {}
.lower-section .inner.recruit p {
    text-align: center;
}
.lower-section .inner.recruit p a {
    text-decoration: underline;
}

@media only screen and (max-width: 768px){

.lower-section {}
.lower-section.lower-mv {
    margin-top: -14.7vw;
}
.lower-section .lower-mv {
    padding: 30vw 0 20vw 0;
}
.lower-section .inner {}
.lower-section h2.title {
    font-size: 7vw;
}
.lower-section .inner.recruit {}
.lower-section .inner.recruit p {}
}

/* --------------------------------------------------------------------------------------
 shop
--------------------------------------------------------------------------------------- */

section.shop-mv {margin-top: -61px;position: relative;}

.shop-mv .full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 450px;
  margin: 0;
}
section.shop-mv .slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.full.bar_u_slide div.img01 { background-image: url(../images/img18.jpg); background-position: center; }
.full.bar_u_slide div.img02 { background-image: url(../images/img18_2.jpg); background-position: center; }
.full.bar_u_slide div.img03 { background-image: url(../images/img18_3.jpg); background-position: center; }

.full.to_you_slide div.img01 { background-image: url(../images/img20.jpg); background-position: center; }
.full.to_you_slide div.img02 { background-image: url(../images/img20_2.jpg); background-position: center; }

.full.yu_slide div.img01 { background-image: url(../images/img22.jpg); background-position: center; }
.full.yu_slide div.img02 { background-image: url(../images/img22_2.jpg); background-position: center; }
.full.yu_slide div.img03 { background-image: url(../images/img22_3.jpg); background-position: center; }

.shop-mv-logo {
    height: 228px;
    background: rgba(255,255,255,0.7);
    width: 230px;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* -webkit-transform: translate(-50%, -50%); */
    -ms-transform: translate(-50%, -50%);
    margin: 0 auto;
    margin-top: -340px;
    margin-bottom: 110px;
    padding-top: 1px;
}

.shop-mv-logo.to_you {
    width: 320px;
}
.shop-mv-logo.yu {
    width: 260px;
}

.shop-mv-logo .logo-line {
    margin: 4px;
    border: 1px solid #000;
    height: 218px;
}
.shop-mv-logo .logo-line img {
    display: block;
    height: 130px;
    width: auto;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
}
.shop-mv-logo .logo-line .mv-name {
    font-size: 33px;
    text-align: center;
}
.shop-mv-logo .logo-line .mv-name .font-en {
    font-size: 35px;
    font-weight: 600;
}

.shop-cont1 {}
.shop-cont1 .shop-concept {}
.shop-cont1 .shop-concept .lead-copy {}
.shop-cont1 .shop-concept .lead-text {}

section.shop-cont2 {}
section.shop-cont2 .inner {}
section.shop-cont2 .inner h2.title {
    text-align: center;
    margin-bottom: 27px;
    font-size: 28px;
}
section.shop-cont2 .inner h2.title span.font-en {
}
section.shop-cont2 .inner p {
    text-align: center;
}
section.shop-cont2 .inner .shop-menu {
    justify-content: space-between;
    margin-top: 40px;
}
section.shop-cont2 .inner .shop-menu li {
    width: 48.5%;
}
section.shop-cont2 .inner .shop-menu li::nth-type(2n) {}
section.shop-cont2 .inner .shop-menu li img {
    width: 100%;
    margin-bottom: 24px;
}
section.shop-cont2 .inner .shop-menu li h3.title {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 10px;
}
section.shop-cont2 .inner .shop-menu li ul.shop-menu-in {}
section.shop-cont2 .inner .shop-menu li ul.shop-menu-in li {
    text-align: center;
    color: #FFF;
    width: 100%;
    margin-bottom: 6px;
}
section.shop-cont2 .inner .shop-menu li ul.shop-menu-in li a {
    color: #FFF;
    padding: 0 2px;
}

section.shop-cont3 {
}
.bg-fixed { background-attachment: fixed; }
.bg-type4 {background: url(../images/img29.jpg) no-repeat;background-size: 100vw;width: 100%;height: 33vw;background-position: center;}
.bg-type5 { background: url(../images/img30.jpg) no-repeat; background-size: 100vw; width: 100%; height: 33vw; background-position: center; }
.bg-type6 { background: url(../images/img31.jpg) no-repeat; background-size: 100vw; width: 100%; height: 33vw; background-position: center; }
section.shop-cont3 div {
}

section.shop-cont4 {}
section.shop-cont4 .inner {}
section.shop-cont4 .inner h2.title {
    text-align: center;
    margin-bottom: 27px;
    font-size: 28px;
}
section.shop-cont4 .inner h3.title {
    font-size: 28px;
    margin: 0px;
    margin-bottom: 8px;
}
.t-left {  }
section.shop-cont4 .inner .shop-text {}
section.shop-cont4 .inner .info-box {
    margin-top: 40px;
}
section.shop-cont4 .inner .info-box .info-table {
    width: 540px;
    margin-right: 30px;
    border-collapse: collapse;
}
section.shop-cont4 .inner .info-box .info-table tr {}
section.shop-cont4 .inner .info-box .info-table tr th,
section.shop-cont4 .inner .info-box .info-table tr td {
    text-align: left;
    border-bottom: 1px solid #000;
}
section.shop-cont4 .inner .info-box .info-table tr th {
    font-weight: normal;
    width: 130px;
}
section.shop-cont4 .inner .info-box .info-table tr td {}
section.shop-cont4 .inner .info-box iframe {
    width: 430px;
}

@media only screen and (max-width: 1040px){
.bg-fixed { background-attachment: fixed; }
.bg-type4 {background: url(../images/img29.jpg) no-repeat;background-size: cover;width: 100%;height: 33vw;background-position: center;}
.bg-type5 { background: url(../images/img30.jpg) no-repeat; background-size: cover; width: 100%; height: 33vw; background-position: center; }
.bg-type6 { background: url(../images/img31.jpg) no-repeat; background-size: cover; width: 100%; height: 33vw; background-position: center; }
}

@media only screen and (max-width: 768px){

section.shop-mv {margin-top: -14.7vw;}

.shop-mv .full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 60vw;
  margin: 0;
}

.full.bar_u_slide div.img01 { background-image: url(../images/img18.jpg); background-position: center; }
.full.bar_u_slide div.img02 { background-image: url(../images/img18_2.jpg); background-position: center; }
.full.bar_u_slide div.img03 { background-image: url(../images/img18_3.jpg); background-position: center; }

.full.to_you_slide div.img01 { background-image: url(../images/img20.jpg); background-position: center; }
.full.to_you_slide div.img02 { background-image: url(../images/img20_2.jpg); background-position: center; }

.full.yu_slide div.img01 { background-image: url(../images/img22.jpg); background-position: center; }
.full.yu_slide div.img02 { background-image: url(../images/img22_2.jpg); background-position: center; }
.full.yu_slide div.img03 { background-image: url(../images/img22_3.jpg); background-position: center; }

.shop-mv-logo.animation {
    margin-top: initial;
    margin-bottom: initial;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -25%);
    -webkit-transform: translate(-50%, -25%);
    -ms-transform: translate(-50%, -25%);
}

.shop-mv-logo {
    height: 20.4vw;
    width: 45vw;
}

.shop-mv-logo.active {
    margin-top: initial;
    margin-bottom: initial;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.shop-mv-logo.to_you {
    width: 82vw;
}
.shop-mv-logo.yu {
    width: 66vw;
}
.shop-mv-logo .logo-line {
    display: flex;
    margin: 1vw;
    height: 17.7vw;
    justify-content: space-between;
}
.shop-mv-logo .logo-line img {
    height: 13vw;
    margin: initial;
    margin-top: 2vw;
    margin-left: 3vw;
}
.shop-mv-logo .logo-line .mv-name {
    font-size: 6vw;
    margin-top: 4vw;
    margin-right: 4vw;
}
.shop-mv-logo .logo-line .mv-name .font-en {
    font-size: 6vw;
}

.shop-cont1 {}
.shop-cont1 .shop-concept {}
.shop-cont1 .shop-concept .lead-copy {}
.shop-cont1 .shop-concept .lead-text {}

section.shop-cont2 {}
section.shop-cont2 .inner {}
section.shop-cont2 .inner h2.title {
    font-size: 6vw;
    margin-bottom: 4vw;
}
section.shop-cont2 .inner h2.title span.font-en {
    font-size: 7vw;
}
section.shop-cont2 .inner p {}
section.shop-cont2 .inner .shop-menu {margin-top: 5vw;}
section.shop-cont2 .inner .shop-menu li {
    width: 100%;
    margin-bottom: 6vw;
}
section.shop-cont2 .inner .shop-menu li::nth-type(2n) {}
section.shop-cont2 .inner .shop-menu li img {
    margin-bottom: 3vw;
}
section.shop-cont2 .inner .shop-menu li h3.title {
    font-size: 6vw;
    margin-bottom: 2vw;
}
section.shop-cont2 .inner .shop-menu li ul.shop-menu-in {}
section.shop-cont2 .inner .shop-menu li ul.shop-menu-in li {
    font-size: 3.7vw;
    margin-bottom: 1vw;
}
section.shop-cont2 .inner .shop-menu li ul.shop-menu-in li a {}

section.shop-cont3 {
    background-size: cover;
}
.bg-fixed { background-attachment: fixed; }
.bg-type4 {background: url(../images/img29.jpg) no-repeat;background-size: cover;width: 100%;height: 100%;background-position-x: center;}
.bg-type5 { background: url(../images/img30.jpg) no-repeat; background-size: cover; width: 100%; height: 100%; background-position-x: center; }
.bg-type6 { background: url(../images/img31.jpg) no-repeat; background-size: cover; width: 100%; height: 100%; background-position-x: center; }
section.shop-cont3 div {
    padding: 14vw 0;
}

section.shop-cont4 {}
section.shop-cont4 .inner {}
section.shop-cont4 .inner h2.title {
    font-size: 6vw;
    margin-bottom: 4vw;
}
section.shop-cont4 .inner h3.title {
    font-size: 6vw;
    margin-bottom: 1vw;
    text-align: center;
}
.t-left {  }
section.shop-cont4 .inner .shop-text {
    text-align: center;
}
section.shop-cont4 .inner .info-box {
    margin-top: 4vw;
}
section.shop-cont4 .inner .info-box .info-table {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 4vw;
}
section.shop-cont4 .inner .info-box .info-table tr {}
section.shop-cont4 .inner .info-box .info-table tr th,
section.shop-cont4 .inner .info-box .info-table tr td {
    font-size: 3.7vw;
    padding: 3vw 0;
}
section.shop-cont4 .inner .info-box .info-table tr th {
    width: 25vw;
    font-weight: bold;
}
section.shop-cont4 .inner .info-box .info-table tr td {}
section.shop-cont4 .inner .info-box iframe {
    width: 100%;
}

}


/* --------------------------------------------------------------------------------------
 company
--------------------------------------------------------------------------------------- */

.company-cont1 {}
.company-cont1 table {
    border-collapse: collapse;
    margin-top: 92px;
    margin-left: 270px;
    width: 550px;
}
.company-cont1 table tr {}
.company-cont1 table tr th,
.company-cont1 table tr td {
    text-align: left;
    border-bottom: 1px solid #DCDCDC;
    padding: 24.56px 0;
    font-size: 15px;
    line-height: 266.667%;
}
.company-cont1 table tr th {width: 210px;}
.company-cont1 table tr td {
    color: #666666;
}

.company-cont1 table tr:nth-last-of-type(1) th,
.company-cont1 table tr:nth-last-of-type(1) td {
    border: none;
}

@media only screen and (max-width: 768px){

.company-cont1 {}
.company-cont1 table {
    width: 100%;
    margin-left: 0px;
    margin-top: 32vw;
    margin-bottom: 29vw;
}
.company-cont1 table tr {}
.company-cont1 table tr th,
.company-cont1 table tr td {
    display: block;
    width: 100%;
    font-size: 4vw;
    line-height: 213%;
}
.company-cont1 table tr th {
    border: none;
    padding-bottom: 1.5vw;
    line-height: 100%;
    padding-top: 6vw;
}
.company-cont1 table tr td {
    padding-top: 0px;
    padding-bottom: 3.5vw;
}

}

/* --------------------------------------------------------------------------------------
 contact
--------------------------------------------------------------------------------------- */


.contact h2.title {
    text-align: center;
    color: #000;
    font-size: 40px;
}
.contact h3 {
    text-align: center;
    font-size: 19px;
    letter-spacing: initial;
    margin: 16px;
    margin-bottom: 20px;
}
.contact p {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.6px;
    line-height: 2.4;
}
.contact a.btn {
    font-size: 18px;
    letter-spacing: 0.6px;
    text-decoration: none;
    display: block;
    width: 450px;
    text-align: center;
    padding: 25px 0;
    margin: 0 auto;
    margin-top: 64px;
    background: #000;
    color: #FFF;
    font-weight: 600;
    position: relative;
}
.contact a.btn::after {content: "";background: url(../images/arrow.svg) no-repeat;display: block;background-size: 100%;width: 9px;height: 15px;position: absolute;top: 50%;right: 30px;transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);}
.contact a.btn:hover { opacity:0.7; }

@media only screen and (max-width: 768px){

.contact h2.title {
    font-size: 10vw;
    margin-bottom: 2vw;
    margin-top: 0;
}
.contact h3 {
    font-size: 4.8vw;
    margin-top: 0px;
    margin-bottom: 4vw;
}
.contact p {
    font-size: 4vw;
    line-height: 213%;
    margin-top: 0px;
    /* letter-spacing: -0.05em; */
}
.contact a.btn {
    margin-top: 5vw;
    font-size: 4.26666vw;
    width: 99%;
    padding: 4.5vw 0;
}
.contact a.btn::after {
    width: 3vw;
    height: 5vw;
    right: 5vw;
}
.contact a.btn:hover {}

}

/* --------------------------------------------------------------------------------------
 privacy
--------------------------------------------------------------------------------------- */

section .inner.privacy>p:nth-of-type(1) {
    border-bottom: 1px solid #342112;
    padding-bottom: 80px;
    margin-bottom: 80px;
}

.inner h3.privacy {
    font-size: 18px;
    position: relative;
    margin-left: 20px;
    margin: 24px 0 24px 20px;
}
.inner h3.privacy::before {content:"";position: absolute;width: 10px;height: 10px;border-radius: 100%;display: block;background: #342112;top: 50%;transform: translateY(-50%);-webkit- transform: translateY(-50%);left: -20px;}


.privacy-list {
    list-style: auto;
    padding-left: 25px;
    margin: 16px 0;
}

.privacy-list:nth-last-of-type(1) {
    border-bottom: 1px solid #342112;
    padding-bottom: 72px;
    margin-bottom: 40px;
    }

.privacy-list li {
    list-style: none;
    position: relative;
    margin-bottom: 8px;
}
.privacy-list li:before {content:"1.";position: absolute;left: -20px;}
.privacy-list li:nth-of-type(2):before { content:"2."; }
.privacy-list li:nth-of-type(3):before { content:"3."; }
.privacy-list li:nth-of-type(4):before { content:"4."; }
.privacy-list li:nth-of-type(5):before { content:"5."; }
.contactgroup {
    width: 570px;
    margin: 0 auto;
    background: #EFEFEF;
    padding: 40px;
    justify-content: space-between;
    margin-top: 80px;
}
.contactgroup .inner_l {}
.contactgroup .inner_l .inner_content {
    width: 320px;
}
.contactgroup .inner_l .inner_content h3 {
    margin-top: 0px;
}
.contactgroup .inner_l .inner_content p {}
.contactgroup .inner_l .inner_content p .pc {
    display: initial !important;
}
.contactgroup .inner_r {}
.contactgroup .inner_r h4 {
    margin-top: 0px;
}
.contactgroup .inner_r p {}
.contactgroup .inner_r p a {
    text-decoration: underline;
}

@media only screen and (max-width: 768px){
section .inner.privacy>p {}
.inner h3.privacy {
    font-size: 5vw;
    margin: 4vw 0 4vw 4vw;
}
.inner h3.privacy::before {
    width: 3vw;
    height: 3vw;
    left: -4vw;
}
.privacy-list {
    padding-left: 6vw;
    margin: 3vw 0;
}
.privacy-list li {
    margin-bottom: 2vw;
}
.privacy-list:nth-last-of-type(1) {
    margin-bottom: 8vw;
    padding-bottom: 8vw;
}
section .inner.privacy>p:nth-of-type(1) {
    padding-bottom: 8vw;
    margin-bottom: 8vw;
}
.privacy-list li:before {content:"1.";position: absolute;left: -4.5vw;}
.privacy-list li:nth-of-type(2):before { content:"2."; }
.privacy-list li:nth-of-type(3):before { content:"3."; }
.privacy-list li:nth-of-type(4):before { content:"4."; }
.privacy-list li:nth-of-type(5):before { content:"5."; }
.contactgroup {
    width: 92%;
    padding: 4%;
    margin-top: 8vw;
}
.contactgroup .inner_l {}
.contactgroup .inner_l .inner_content {
    width: 100%;
    margin-bottom: 4vw;
}
.contactgroup .inner_l .inner_content h3 {
    margin-bottom: 1vw;
}
.contactgroup .inner_l .inner_content p {
}
.contactgroup .inner_l .inner_content p .pc {
    display: none !important;
}
.contactgroup .inner_l .inner_content p .sp {
    display: initial !important;
}
.contactgroup .inner_r {}
.contactgroup .inner_r h4 {
    margin-bottom: 1vw;
}
.contactgroup .inner_r p {}
.contactgroup .inner_r p a {}

}

/* --------------------------------------------------------------------------------------
 footer
--------------------------------------------------------------------------------------- */

footer {min-width: 1040px;}
footer .footer-inner {width: 1000px;margin: 0 auto;padding: 62.5px 0 46.5px 0;}
footer .footer-inner .footer-list { }
footer .footer-inner .footer-list li { }
footer .footer-inner .footer-list li.footer-logo { }
footer .footer-inner .footer-list li.footer-logo a {font-size: 16px;color: #000;line-height: 100%;display: block;font-weight: 500;letter-spacing: 0.04em;}
footer .footer-inner .footer-list li.footer-logo a span.font-en {display: block;font-size: 35px;line-height: 100%;letter-spacing: initial;margin-top: 10px;font-weight: 600;}
footer .footer-inner .footer-list li.footer-logo a:hover { }
footer .footer-inner .footer-list li.link-list {margin-left: 40px;width: 390px;padding-top: 6px;}
footer .footer-inner .footer-list li.link-list ul {flex-wrap: wrap;}
footer .footer-inner .footer-list li.link-list ul li {font-size: 14px;position: relative;margin-right: 16px;margin-top: 4px;}
footer .footer-inner .footer-list li.link-list ul li .font-b { }
footer .footer-inner .footer-list li.link-list ul li a { }
footer .footer-inner .footer-list li.link-list ul li a span.font-en { }
footer .footer-inner .footer-list li.link-list ul li:nth-of-type(3),
footer .footer-inner .footer-list li.link-list ul li:nth-of-type(4),
footer .footer-inner .footer-list li.link-list ul li:nth-of-type(6),
footer .footer-inner .footer-list li.link-list ul li:nth-of-type(7) { }
footer .footer-inner .footer-list li.link-list ul li:nth-of-type(3)::before ,
footer .footer-inner .footer-list li.link-list ul li:nth-of-type(4)::before ,
footer .footer-inner .footer-list li.link-list ul li:nth-of-type(6)::before ,
footer .footer-inner .footer-list li.link-list ul li:nth-of-type(7)::before {content:"/";position: relative;left: -7px;}
footer .footer-inner .footer-list li.m-left-a {margin-left: auto;}
footer .footer-inner .footer-list li.m-left-a a {display: block;line-height: 1;margin-top: 12px;}
footer .footer-inner .footer-list li.m-left-a a img {width: 40px;}

footer .copy-write {
    font-size: 12px;
    color: #000;
    text-align: center;
    margin: 20px 0;
    border-top: 1px solid #000;
    margin: 0px;
    font-weight: 500;
    padding: 16px 0;
}

@media only screen and (max-width: 768px){

footer {
    min-width: initial;
    padding-top: 0vw;
    position: relative;
    z-index: 100;
}
footer .footer-inner {width: 92%;padding: 8vw 4%;}
footer .footer-inner .footer-list { }
footer .footer-inner .footer-list li { }
footer .footer-inner .footer-list li.footer-logo { }
footer .footer-inner .footer-list li.footer-logo a {font-size: 4vw;}
footer .footer-inner .footer-list li.footer-logo a span.font-en {font-size: 8.8vw;margin-top: 2vw;}
footer .footer-inner .footer-list li.footer-logo a:hover { }
footer .footer-inner .footer-list li.link-list {width: 100%;margin-left: initial;}
footer .footer-inner .footer-list li.link-list ul {display: flex;}
footer .footer-inner .footer-list li.link-list ul li {margin-right: initial;font-size: 3.8vw;margin-right: 2vw;}
footer .footer-inner .footer-list li.link-list ul li .font-b { }
footer .footer-inner .footer-list li.link-list ul li a { }
footer .footer-inner .footer-list li.link-list ul li a span.font-en { }
footer .footer-inner .footer-list li.link-list ul li:nth-of-type(3)::before ,
footer .footer-inner .footer-list li.link-list ul li:nth-of-type(4)::before ,
footer .footer-inner .footer-list li.link-list ul li:nth-of-type(6)::before ,
footer .footer-inner .footer-list li.link-list ul li:nth-of-type(7)::before {content:"/";position: relative;left: -1vw;}

footer .footer-inner .footer-list li.m-left-a {position: absolute;top: 11vw;right: 4%;}
footer .footer-inner .footer-list li.m-left-a a {margin-top: 0px;}
footer .footer-inner .footer-list li.m-left-a a img {width: 10vw;}
footer .copy-write {
    font-size: 3.2vw;
    margin: 3vw 0;
    padding: 3vw;
    margin-top: 0px;
}

}

/* --------------------------------------------------------------------------------------
 animation
--------------------------------------------------------------------------------------- */

/*アニメーション要素のスタイル*/
.animation{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
