@charset "euc-jp";

/*
 * slider
 */
.bx-wrapper img {
  margin: 0 auto !important;
  width: 100% !important;
}
.slider {
  position: relative;
}
.bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
#slider div {
  width: 100% !important;
}
.bx-wrapper .bx-next,
.bx-wrapper .bx-prev {
    background: none !important;
}
.bx-wrapper .bx-next::before,
.bx-wrapper .bx-prev::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-top: 3px solid #484848;
    border-right: 3px solid #484848;
}
.bx-wrapper .bx-next::before {
    left: 3px;
    transform: rotate(45deg);
}
.bx-wrapper .bx-prev::before {
    right: 3px;
    transform: rotate(-135deg);
}

/* top.cssここから */
body,
html,
section,
#page {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  position: relative;
}
#top {
  position: relative;
  width: 100%;
  height: 60px;
  display: block;
  background-size: cover;
  margin: 0 0 0;
}
#top:before,
.is-visible .bts-popup-container:before {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#top .content {
  text-align: center;
}
h1.h-logo {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  height: auto;
  position: relative;
  z-index: 999;
  padding: 40px 0 80px;
}
h1.h-logo.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 10px;
}
h1.h-logo img {
  max-width: 100%;
}
#top nav {
  display: none;
  margin: 20px 0;
}
#top .dropdown {
  position: relative;
  width: 360px;
  height: 67px;
  margin: 20px auto;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  font-size: 18px;
}
#top .dropdown:before {
  content: "CHOOSE THE STORE";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #57de91;
  width: 100%;
}
#top nav.cat:before {
  content: "CATEGORY";
}
#top nav.brand:before {
  content: "BRAND";
}
#top nav.about:before {
  content: "ABOUT";
}

#top .dropdown:after,
.tp-list ul.list li a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid #57de91;
  border-bottom: 1px solid #57de91;
  margin: -9px 0 0;
}
.tp-list ul.list li a.last:after {
  transform: rotate(-45deg);
  top: 54%;
}
#top .dropdown:hover ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#top .dropdown ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 5;
  top: 0;
  width: 150%;
  right: -25%;
  background: #fff;
  box-sizing: border-box;
  padding: 30px 40px;
  z-index: 999;
}
#top .dropdown ul:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #66d389;
  z-index: -1;
}
#top .dropdown ul li p {
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
}
#top .dropdown ul li p.ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #57de91;
}
#top .dropdown ul li p.dsc {
  margin-bottom: 20px;
}
#top .dropdown ul li p.img {
  margin-bottom: 10px;
}
#top .dropdown ul li p.img img {
  max-width: 100%;
}
#top .dropdown.cat ul {
}
#top .dropdown.brand ul {
}
#top .dropdown ul .btn {
  margin: 0;
  color: #57de91;
  background: rgba(255, 255, 255, 1);
}
#top .dropdown ul .btn:hover {
  color: #fff;
  background: #57de91;
}
#top .btn {
  background: #fff;
  width: 100%;
  font-size: 18px;
  margin: 20px 20px;
  padding: 20px 0;
}
#top span.btn {
  opacity: 0.2;
}
.tp-list ul.list li a {
  position: relative;
  max-width: 360px;
  box-sizing: border-box;
  margin: 20px auto;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  font-size: 18px;
  color: #57de91;
  padding: 20px 10px;
  width: 100%;
}

.tp-list ul.list li a:hover {
  background: rgba(255, 255, 255, 0.5);
}
#top span.btn:hover {
  background: #fff;
}
#top .content {
  color: #5c7186;
}
#top a.store-btn {
  display: inline-block;
  margin-bottom: 20px;
}
#top #scroll {
  position: absolute;
  left: 50%;
  bottom: 40px;
  margin: 0 0 0 -24px;
  z-index: 102;
  border: 1px solid #fff;
  border-radius: 100px;
  display: block;
  width: 48px;
  height: 48px;
  transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#top #scroll:hover {
  opacity: 0.5;
}
#top #scroll:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: 16px;
  top: 16px;
}
#top h2 {
  font-size: 48px;
  color: #77de85;
  font-weight: normal;
  letter-spacing: 0.12em;
  margin: 20px 0 0;
}

#instafeed a:hover {
  opacity: 0.5;
}

/* Modal */
.img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}
.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 999;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.bts-popup-container {
  position: relative;
  width: 95%;
  max-width: 680px;
  margin: 4em auto;
  background: #a0cff1;
  background: none;
  background-size: cover;
  border-radius: none;
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 50px 30px;
  box-sizing: border-box;
}
.bts-popup-container p {
  font-size: 18px;
  color: white;
  margin: 0 0 20px 0;
  position: relative;
}
.bts-popup-container .bts-popup-button {
  padding: 10px 40px;
  border: 2px solid white;
  display: inline-block;
  position: relative;
  font-size: 20px;
  line-height: 1.2;
}
.bts-popup-container a {
  color: white;
  text-decoration: none;
}
.bts-popup-container .bts-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.bts-popup-container .bts-popup-close::before,
.bts-popup-container .bts-popup-close::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 17px;
  height: 3px;
  background-color: white;
}
.bts-popup-container .bts-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.bts-popup-container .bts-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 5px;
  top: 12px;
}
.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .bts-popup-container {
    margin: 8em auto;
  }
}

#store {
  clear: both;
}
#store ul {
  height: 100%;
  margin: 0;
  padding: 0;
}
#store ul li {
  position: relative;
  width: 33.3333%;
  height: 33%;
  float: left;
  overflow: hidden;
  cursor: pointer;
  background-size: cover;
  background-position: center center;
  border: 1px solid #fff;
  box-sizing: border-box;
}
#store ul li .wrap .content {
  text-align: center;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0 !important;
  height: 60px;
}
#store ul li .wrap .content h3 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 15px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
#store ul li .wrap .content h3 span {
  font-size: 0.6em;
  display: block;
}
#store ul li.soldout .price {
  text-decoration: line-through;
}
#store ul li.soldout .btn {
  background: #ccc;
  color: #999;
}
#store ul li .wrap .content .price {
  font-size: 32px;
  margin: 10px 0 20px;
  color: #77de85;
}
#store .btn {
  opacity: 0;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  width: 180px;
}
#instagram {
  clear: both;
  height: auto;
}
#instagram ul {
  height: 100%;
  margin: 0;
  padding: 0;
}
#instagram ul li {
  position: relative;
  width: 25%;
  height: 50%;
  float: left;
  text-align: center;
  overflow: hidden;
  color: #fff;
  background: #000;
}
#instagram ul li a {
  display: block;
  height: 100%;
  width: 100%;
}
#instagram ul li h2 {
  font-size: 24px;
}
#instagram ul li:first-child .content {
  text-align: center;
}
#instagram ul li:first-child img {
  display: block;
  margin: 0 auto 20px;
}
#instagram ul li:first-child a {
  width: auto;
}
#instagram ul li .btn {
  display: inline-block;
  width: auto;
  opacity: 1;
}
ul li .wrap {
  color: #fff;
  height: 80%;
  height: -webkit-calc(100% - 80px);
  height: calc(100%-80px);
  width: 80%;
  width: -webkit-calc(100% - 80px);
  width: calc(100%-80px);
  padding: 40px;
  position: absolute;
  display: block;
  opacity: 1;
  -webkit-transition: all 600ms cubic-bezier(1, 0, 0, 1);
  transition: all 600ms cubic-bezier(1, 0, 0, 1);
}
#store ul li .wrap,
#store ul li:hover .wrap a.btn {
  opacity: 1;
}
#store ul li:first-child,
#store ul li:nth-child(2) {
  width: 50%;
  height: 40%;
}
@media screen and (max-width: 835px) {
  #top .dropdown ul {
    top: 0;
  }
  #top .dropdown.about ul {
    transform: translateY(-50%);
  }
  #top .dropdown ul li p {
    font-size: 12px;
  }
  .mabout .modaal-container {
    padding: 25px 15px;
  }
  .tp-list ul.list li a {
    font-size: 14px;
    padding: 15px 10px;
    margin-bottom: 10px;
  }
  #top #scroll {
    bottom: 20px;
  }
  h1 img {
    max-width: 240px;
    width: 50%;
    height: auto;
    margin: 0 0 0;
  }
  #top h2 {
    font-size: 36px;
    color: #77de85;
    font-weight: normal;
    margin: 0 0;
  }
  #page .btn.book,
  #top .content .btn {
    width: 80%;
    font-size: 14px;
    padding: 14px 0;
    line-height: 1.5;
    margin: 20px auto 0;
  }
  #top nav {
    margin: 0 0;
  }
  #top p {
    margin: 20px auto 0;
  }
  #top a.store-btn {
    margin: 30px auto 0;
  }
  #store {
    clear: both;
  }
  #store ul {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  #store ul li {
    position: relative;
    width: 100%;
    height: 44vw;
  }
  #page ul li .wrap,
  #page ul li:hover .wrap {
    color: #fff;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    opacity: 1;
  }
  #store ul li .wrap,
  #store ul li:hover .wrap {
    /*        background: linear-gradient(rgba(14,58,103,0), rgb(0, 0, 0));*/
  }
  #store ul li .wrap .content {
    position: absolute;
    top: 30px !important;
    bottom: 30px;
    left: 30px;
    margin: 0;
    text-align: left;
  }
  #store ul li .wrap .content h3,
  #store ul li .wrap .content .price {
    font-size: 26px;
    margin: 0 0;
    line-height: 1.5;
  }
  #store ul li .wrap .content .btn {
    display: none;
  }

  #instagram ul li {
    width: 50%;
    background: #000;
  }
  #instagram ul li:first-child .content {
    text-align: center;
  }
  #instagram ul li:first-child img {
    width: 25%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
  }
  #instagram ul li:first-child a {
    width: auto;
    font-size: 12px;
    margin: 10px 0 0;
    line-height: 1.25;
  }
  #instagram ul li:first-child h2 {
    font-size: 18px;
    line-height: 1.25;
  }
  #store ul li:first-child,
  #store ul li:nth-child(2) {
    height: 30%;
  }
  #store ul li .wrap,
  #store ul li .wrap {
    background: linear-gradient(rgba(14, 58, 103, 0), rgb(0, 0, 0, 0.3));
  }
}

@media screen and (max-width: 835px) and (max-height: 414px) {
  #top .content {
    height: 70%;
  }
  h1 {
    height: 50%;
  }
  h1 img {
    height: 100%;
    width: auto;
    margin: 0 0;
  }
  #store ul li {
    position: relative;
    width: 50%;
    height: 50%;
  }
  #store ul li .wrap .content {
    position: absolute;
    top: auto;
    bottom: 30px;
    left: 30px;
    margin: 0;
    text-align: left;
  }
  #instagram {
    height: auto;
    min-height: auto;
  }
  #instagram ul li {
    width: 33.3333%;
  }
  #instagram ul li:nth-child(n + 7) {
    display: none;
  }
  #top #scroll {
    display: none;
  }
}

@media screen and (min-width: 835px) and (max-height: 768px) {
  #top .content {
    height: 70%;
  }
  h1 {
    position: relative;
  }
  h1 img {
    max-width: auto;
    width: auto;
    margin: 0 0 10px;
  }
  #top .btn {
    margin: 2% 20px;
  }
  #top h2 {
    margin: 2% 0 0;
  }
}

@media screen and (min-width: 835px) {
  #store ul li:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    height: 80%;
    height: -webkit-calc(100% - 80px);
    height: calc(100%-80px);
    width: 80%;
    width: -webkit-calc(100% - 80px);
    width: calc(100%-80px);
    padding: 40px;
    position: absolute;
    display: block;
    opacity: 0.4;
    -webkit-transition: all 600ms cubic-bezier(1, 0, 0, 1);
    transition: all 600ms cubic-bezier(1, 0, 0, 1);
    filter: brightness(40%);
  }
  #store ul li:hover:after {
    opacity: 1;
    filter: brightness(100%);
  }
  h1.h-logo {
        position: absolute !important;
        top: 10px;
        width: 100px;
        height: 45.75px;
        margin: auto;
        left: 0;
        right: 0;
        padding: 0;
    }
  #store {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 835px) and (max-height: 648px) {
  #top #scroll {
    display: none;
  }
}

/* top.cssここまで */

/* cat.cssここから */
html,
body,
section {
  height: auto;
}
#cat {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
.p-header {
  position: relative;
}
.p-header img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(60%);
}
.p-header .ph-txt {
  color: #fff;
  position: absolute;
  top: 40%;
  width: 80%;
  left: 10%;
  text-align: left;
  font-size: 1.2vw;
  font-weight: bold;
}
.cat-ttl {
  box-sizing: border-box;
  padding: 20px 20px;
  margin: 0 0;
  color: #000;
  background: #fff;
  letter-spacing: 6px;
  font-size: 24px;
}
#page section ul.p-category {
  width: 100%;
  background: #fff;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
#page section ul.p-category li {
  position: relative;
  width: 25%;
  text-align: center;
  overflow: hidden;
  color: #fff;
  box-sizing: border-box;
  padding: 10px 10px;
  margin-bottom: 30px;
}
#page section ul.p-category a {
  color: #000;
  font-weight: normal;
}
#page section ul.p-category li a img {
  width: 100%;
}
#page section ul.p-category .detail {
  display: block;
  box-sizing: border-box;
  padding: 10px 10px;
}
#page section ul.p-category .detail .pname {
  color: #000;
  font-weight: normal;
}
#page section ul.p-category .detail .pprice {
  color: #000;
}
#page section ul.p-category .detail .pprice.tag {
  color: #fff;
  background: #f10;
  width: 70px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
}
#page section ul.p-category .detail .pprice.so {
  font-size: 1.5em;
}
#page section ul.p-category .detail .catname {
  color: #000;
  font-weight: bold;
  font-size: 1.2em;
}
.prd-lst-sort {
  box-sizing: border-box;
  padding: 5px 10px 30px;
  background: #fff;
  color: #000;
}
.prd-lst-sort a {
  color: #000;
  padding: 0 5px;
}
.prd-lst-sort strong {
  color: #ccc;
  padding: 0 5px;
}
.prd-lst-sort a:hover {
  color: #0e3a67;
}

.pn-box {
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 10px;
}
ul.pn-list {
  letter-spacing: -0.5em;
}
#page section.active ul.pn-list li {
  height: auto !important;
  display: inline-block;
  letter-spacing: normal;
  margin: 0 10px;
}
ul.pn-list li a {
}
ul.pn-list li span {
  color: #ccc;
}
.cat-img-wrap {
  overflow: hidden;
}

.ph-cat {
  background: #fff;
  margin-top: 30px;
}
.ph-cat h2.ttl {
  padding: 20px 10px;
  margin: 0 0 0;
  font-size: 24px;
}
.ph-cat p.txt {
  text-align: left;
  padding: 20px 10px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}
.ph-cat figure {
}
.ph-cat figure img {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .p-header .ph-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .p-header .ph-txt {
    top: 30%;
  }
  .p-header .ph-txt br.pc {
    display: none !important;
  }
}
@media screen and (max-width: 834px) {
  .p-header .ph-txt {
    top: 35%;
    width: 95%;
    left: 3%;
    font-size: 16px;
    line-height: 1.6;
  }
  #page section ul.p-category li {
    position: relative;
    width: 50%;
    text-align: center;
    overflow: hidden;
    color: #fff;
  }
  .p-header img {
    filter: brightness(60%);
  }
}
@media screen and (max-width: 480px) {
  .p-header .ph-txt {
    top: 25%;
    font-size: 3.75vw;
  }
}
/* cat.cssここまで */
#top {
    height: auto!important;
}

ul.bnnr-list {
    display: flex;
    flex-wrap: wrap;
}
ul.bnnr-list > li {
    width: 50%;
}
ul.bnnr-list > li > a {
    display: block;
}
ul.bnnr-list > li > a > img {}
h2.ttl-na {
    margin: 90px 0 20px;
}
a.more-btn {
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
    background: #69de8c;
    transition: all .3s linear;
    font-size: 18px;
    width: 100%;
    max-width: 320px;
}
a.more-btn:hover {
    opacity: .7;
    color: #fff;
}

@media screen and (max-width: 834px) {
h1.h-logo {
    position: fixed!important;
    padding: 10px 0 10px!important;
    top: 0;
    right: 0;
    left: 0;
    display: block!important;
}
    ul.bnnr-list > li {
        width: 100%;
        border-bottom: 1px solid #ececec;
    }
}

.header-fix ul#area {
    position: relative;
    text-align: left;
    margin: 0;
    top: 0;
}