@charset "UTF-8";
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
a {
  outline: none;
  opacity: 1;
  transition: all .3s ease-out;
}
a:hover {
  opacity: 0.8;
  transition: all .3s ease-out;
}
figure {
  margin: 0;
}
figure img {
  width: 100%;
  vertical-align: bottom;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans Japanese";
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  font-size: 15px;
}
#wrapper {
  min-width: 1200px;
  overflow: hidden;
}
.top {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  position: relative;
}
.top .scroll {
  height: 50px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.top .scroll:after {
  content: "";
  display: block;
  width: 1px;
  border-left: 1px #fff solid;
  animation: scroll 2s ease 0s infinite normal;
  margin: 0 auto 0;
}
@keyframes scroll {
  0% {
    height: 0;
  }
  50% {
    height: 100px;
    margin-top: 0;
  }
  100% {
    margin-top: 100px;
    height: 100px;
  }
}
.bg_box {
  width: 100%;
  height: 100%;
}
.bg_box .box {
  float: left;
  width: 33.33%;
  height: 100%;
}
.bg_box .box01 {
  background-image: url("../img/top01.jpg");
  background-size: cover;
  background-position: -600px center;
}
.bg_box .box02 {
  background-image: url("../img/top03.jpg");
  background-size: cover;
  background-position: center;
}
.bg_box .box03 {
  background-image: url("../img/top02.jpg");
  background-size: cover;
  background-position: -600px center;
}
.inner {
  width: 900px;
  margin: 0 auto;
}
.filter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.top .txt {
  width: 800px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.top .txt .logo {
  width: 400px;
  margin: 0 auto 20px;
}
.top .txt .logo img {
  width: 100%;
}
.top .txt ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top .txt ul li {
  width: 31.33%;
  margin: 8px 1%;
  text-align: center;
}
.top .txt ul li a {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 2px;
  display: block;
  text-decoration: none;
  color: #fff;
  outline: solid 2px #fff;
  padding: 10px 0 12px;
  background: rgba(0, 0, 0, 0.8);
  position: relative;
}
.top .txt ul li span {
  font-family: "Noto Sans Japanese";
  font-weight: 300;
  font-size: 15px;
  letter-spacing: normal;
  display: block;
  margin-top: 5px;
  margin-right: -14px;
}
.top .txt ul li i {
  font-size: 14px;
  margin-left: 10px;
  position: relative;
  top: 0.5px;
}
/**/
.top .txt ul li span.comingsoon {
  margin: 10px auto 0 !important;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  color: #aaa;
}
.top .txt ul li span.new {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  background-color: #d60121;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  z-index: 1;
}
/**/
.top .txt ul li:nth-child(1) {
  width: 98%;
  margin-bottom: 30px;
}
.top .txt ul li:nth-child(1) a {
  font-size: 48px;
  padding: 5px 0 15px;
  background-image: url("../img/bg.jpg") !important;
  background-position: center;
  background-size: cover;
}
.top .txt ul li:nth-child(1) span {
  font-size: 18px;
  font-weight: 500;
  margin-top: 0 !important;
  margin-right: auto !important;
  margin-left: -10px !important;
  text-shadow: 1px 1px 20px #000;
}
.top .txt ul li:nth-child(1) i {
  font-size: 22px;
  margin-right: 10px;
  position: static;
}
.top .txt ul li:nth-child(1) .rakuten {
  width: 170px;
  position: absolute;
  top: 30px;
  right: 5%;
}
.top .txt ul li:nth-child(1) .rakuten img {
  width: 100%;
}
.concept {
  padding: 30px 0;
  text-align: center;
  line-height: 40px;
  background-color: #eee;
  font-weight: bold;
  font-size: 17px;
}
.concept span {
  display: block;
}
.concept h2 {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  color: #aaa;
}
/*詳細*/
.contents {
  background-color: #eee;
  padding-bottom: 50px;
}
.contents .grid {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.contents .grid figure {
  position: relative;
  overflow: hidden;
  height: 330px;
  width: 32.33%;
  text-align: center;
  cursor: pointer;
  background: #000;
  margin: 5px 0.5%;
}
.contents .grid figure figcaption {
  color: #fff;
}
.contents .grid figure h2 {
  font-size: 20px;
  text-align: center;
}
.contents .grid figure h2 span {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
}
.contents .grid figure h2 span.shibuya {
  display: block;
  font-size: 18px !important;
  font-weight: bold;
  margin-top: 5px;
}
.contents .grid figure h2, .contents .grid figure p {
  text-shadow: 1px 1px 10px #000;
  position: relative;
  top: 25%;
}
.contents .grid figure p {
  font-size: 16px;
}
.contents figure.effect-lily img {
  max-width: none;
  width: -webkit-calc(100% + 27%);
  width: calc(100% + 27%);
  opacity: 0.8;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
}
.contents figure.effect-lily figcaption {
  text-align: justify;
  text-justify: inter-ideograph;
}
.contents figure.effect-lily figcaption > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 5%;
  width: 90%;
  height: 100%;
}
.contents figure.effect-lily h2, .contents figure.effect-lily p {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
.contents figure.effect-lily h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.contents figure.effect-lily p {
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}
.contents figure.effect-lily:hover img {
  opacity: 0.3;
}
.contents figure.effect-lily:hover p {
  opacity: 1;
}
.contents figure.effect-lily:hover img, .contents figure.effect-lily:hover h2, .contents figure.effect-lily:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.contents figure.effect-lily:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
/*店舗*/
.shop {
  padding: 20px 0 70px;
}
.shop .inner {
  width: 1000px;
}
.shop h2 {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  text-align: center;
}
.shop ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.shop ul li {
  width: 31.33%;
  margin: 0 1% 20px;
  text-align: center;
  position: relative;
}
.shop ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  outline: solid 2px #000;
  padding: 15px 0 10px;
  position: relative;
}
.shop ul li a img {
  width: auto;
  height: 80px;
}
.shop ul li a:hover {
  opacity: 1;
  background-color: #eee;
}
.shop ul li i {
  font-size: 18px;
  margin-left: 5px;
  position: absolute;
  right: 5%;
  top: 41%;
}
/**/
.shop ul li span.comingsoon {
  display: block;
  margin: 10px auto 0 !important;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  color: #aaa;
}
/**/
footer {
  background-color: #000;
  padding: 30px 0;
}
small {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
#page-top a {
  width: 75px;
  height: 75px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #000;
  text-decoration: none;
}
#page-top a:hover {
  opacity: 0.8;
}
#page-top a i {
  color: #fff;
  font-size: 26px;
  line-height: 75px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (min-width:700px) and (max-width:1024px) {
  #wrapper {
    min-width: 100%;
  }
  .top {
    width: 100%;
    height: 100vh;
    min-height: 700px;
    position: relative;
  }
  .top .scroll {
    height: 50px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }
  .top .scroll:after {
    content: "";
    display: block;
    width: 1px;
    border-left: 1px #fff solid;
    animation: scroll 2s ease 0s infinite normal;
    margin: 0 auto 0;
  }
  @keyframes scroll {
    0% {
      height: 0;
    }
    50% {
      height: 100px;
      margin-top: 0;
    }
    100% {
      margin-top: 100px;
      height: 100px;
    }
  }
  .bg_box {
    width: 100%;
    height: 100%;
  }
  .bg_box .box {
    float: none;
    width: 100%;
    height: 33.33%;
  }
  .bg_box .box01 {
    background-image: url("../img/top01.jpg");
    background-size: cover;
    background-position: center;
  }
  .bg_box .box02 {
    background-image: url("../img/top03.jpg");
    background-size: cover;
    background-position: center;
  }
  .bg_box .box03 {
    background-image: url("../img/top02.jpg");
    background-size: cover;
    background-position: center;
  }
  .inner {
    width: 90%;
    margin: 0 auto;
  }
  .filter {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .top .txt {
    width: 90%;
  }
  .top .txt .logo {
    width: 400px;
    margin: 0 auto 30px;
  }
  .top .txt .logo img {
    width: 100%;
  }
  .top .txt ul li {
    width: 48%;
    margin: 0 1% 15px;
  }
  .top .txt ul li a {
    font-size: 16px;
    letter-spacing: 2px;
    padding: 10px 0;
  }
  .top .txt ul li span {
    margin-top: 3px;
  }
  /**/
  .top .txt ul li span.comingsoon {
    margin: 5px auto 0 !important;
  }
  /**/
  .top .txt ul li:nth-child(1) {
    margin-bottom: 20px;
  }
  .top .txt ul li:nth-child(1) a {
    font-size: 40px;
  }
  .top .txt ul li:nth-child(1) span {
    font-size: 16px;
    margin-right: auto !important;
    margin-left: -15px !important;
  }
  .top .txt ul li:nth-child(1) i {
    font-size: 18px;
    margin-right: 10px;
    position: static;
  }
  .top .txt ul li:nth-child(1) .rakuten {
    position: absolute;
    top: 23px;
    right: 5%;
  }
  .concept {
    padding: 30px 0;
    text-align: center;
    line-height: 40px;
    background-color: #eee;
    font-weight: bold;
    font-size: 17px;
  }
  .concept span {
    display: block;
  }
  .concept h2 {
    font-size: 36px;
    color: #aaa;
  }
  /*詳細*/
  .contents {
    background-color: #eee;
    padding-bottom: 50px;
  }
  .contents .grid {
    width: 90%;
  }
  .contents .grid figure {
    width: 48%;
    height: 300px;
    margin: 5px 1%;
  }
  .contents .grid figure h2 {
    font-size: 17px;
    text-align: center;
  }
  .contents .grid figure h2, .contents .grid figure p {
    text-shadow: 1px 1px 10px #000;
    position: relative;
    top: 22%;
  }
  /*店舗*/
  .shop {
    padding: 20px 0 70px;
  }
  .shop .inner {
    width: 90%;
  }
  .shop h2 {
    font-size: 36px;
    text-align: center;
  }
  .shop ul li {
    width: 48%;
    margin: 0 1% 15px;
  }
  .shop ul li a {
    padding: 15px 0 10px;
    position: relative;
  }
  .shop ul li a img {
    width: auto;
    height: 70px;
  }
  .shop ul li a:hover {
    opacity: 1;
    background-color: #eee;
  }
  .shop ul li i {
    font-size: 18px;
    margin-left: 5px;
    position: absolute;
    right: 5%;
    top: 41%;
  }
}
@media screen and (max-width:700px) {
  #wrapper {
    min-width: 100%;
  }
  .top {
    width: 100%;
    height: 100vh;
    min-height: 700px;
    position: relative;
  }
  .top .scroll {
    height: 30px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }
  .top .scroll:after {
    content: "";
    display: block;
    width: 1px;
    border-left: 1px #fff solid;
    animation: scroll 2s ease 0s infinite normal;
    margin: 0 auto 0;
  }
  @keyframes scroll {
    0% {
      height: 0;
    }
    50% {
      height: 80px;
      margin-top: 0;
    }
    100% {
      margin-top: 80px;
      height: 80px;
    }
  }
  .bg_box {
    width: 100%;
    height: 100%;
  }
  .bg_box .box {
    float: none;
    width: 100%;
    height: 33.33%;
  }
  .bg_box .box01 {
    background-image: url("../img/top01.jpg");
    background-size: cover;
    background-position: center;
  }
  .bg_box .box02 {
    background-image: url("../img/top03.jpg");
    background-size: cover;
    background-position: center;
  }
  .bg_box .box03 {
    background-image: url("../img/top02.jpg");
    background-size: cover;
    background-position: center;
  }
  .inner {
    width: 90%;
    margin: 0 auto;
  }
  .filter {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .top .txt {
    width: 80%;
  }
  .top .txt .logo {
    width: 300px;
    margin: 0 auto 20px;
  }
  .top .txt .logo img {
    width: 100%;
  }
  .top .txt ul li {
    width: 46%;
    margin: 5px 2%;
  }
  .top .txt ul li a {
    font-size: 16px;
    letter-spacing: 2px;
    padding: 10px 0;
  }
  .top .txt ul li span {
    margin-top: 3px;
  }
  /**/
  .top .txt ul li span.comingsoon {
    position: static !important;
    margin: 5px auto !important;
    font-size: 14px;
  }
  .top .txt ul li span.new {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    right: auto;
    margin: auto;
  }
  /**/
  .top .txt ul li:nth-child(1) {
    margin-bottom: 20px;
  }
  .top .txt ul li:nth-child(1) a {
    font-size: 32px;
    padding: 5px 0;
  }
  .top .txt ul li:nth-child(1) span {
    font-size: 16px;
    margin-right: auto !important;
    margin-left: -15px !important;
    position: static !important;
  }
  .top .txt ul li:nth-child(1) i {
    font-size: 18px;
    margin-right: 10px;
    position: static;
  }
  .top .txt ul li:nth-child(1) .rakuten {
    width: 120px;
    position: static;
    margin: 10px auto 0 !important;
  }
  .concept {
    padding: 20px 0 5px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 30px;
    background-color: #efefef;
    font-weight: bold;
    font-size: 16px;
  }
  .concept span {
    display: inline;
  }
  .concept h2 {
    font-size: 28px;
    color: #aaa;
    text-align: center;
  }
  /*詳細*/
  .contents {
    background-color: #eee;
    padding-bottom: 20px;
  }
  .contents .grid {
    width: 90%;
  }
  .contents .grid figure {
    width: 100%;
    height: 300px;
    margin: 5px auto;
  }
  .contents .grid figure h2 {
    font-size: 17px;
    text-align: center;
  }
  .contents .grid figure h2, .contents .grid figure p {
    text-shadow: 1px 1px 10px #000;
    position: relative;
    top: 22%;
  }
  /*店舗*/
  .shop {
    padding: 20px 0 40px;
  }
  .shop .inner {
    width: 90%;
  }
  .shop h2 {
    font-size: 28px;
    text-align: center;
  }
  .shop ul {
    display: block;
  }
  .shop ul li {
    width: 100%;
    margin: 10px auto;
  }
  .shop ul li a {
    padding: 15px 0 10px;
    position: relative;
  }
  .shop ul li a img {
    width: auto;
    height: 60px;
  }
  .shop ul li a:hover {
    opacity: 1;
    background-color: #eee;
  }
  .shop ul li i {
    font-size: 18px;
    margin-left: 5px;
    position: absolute;
    right: 5%;
    top: 41%;
  }
  footer {
    background-color: #000;
    padding: 20px 0;
  }
  #page-top a {
    width: 55px;
    height: 55px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #000;
    text-decoration: none;
  }
  #page-top a:hover {
    opacity: 0.8;
  }
  #page-top a i {
    color: #fff;
    font-size: 26px;
    line-height: 55px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
  }
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }