@charset "euc-jp";

@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');

/*BASE->*/

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
}

html {
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  background: #F4F3F8;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  font-size: 1.4em;
  color: #07000A;
}

a {
  text-decoration: none;
  color: #1C1915;
}

a:hover {
  text-decoration: none;
  color: #2EBEA4;
}

a,p,h1,h2,h3,h4,h5,h6 {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}

#frame {
  padding: 2%;
}

#display {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #FDFFFE;
  -webkit-box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.2);
          box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.2);
}

/*<-BASE*/



/*MENU->*/

#menu {
  position: fixed;
  top: 2vw;
  height: 4vw;
  width: 96%;
  line-height: 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
  -webkit-transition: all 0.1s ease-out;
          transition: all 0.1s ease-out;
}

#menu.scrolled {
  top: 0vw;
  height: 2.5vw;
}

#menu-main {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#menu-logo {
  width: 20%;
  height: 100%;
  background: #1C1915;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#menu-logo a {
  margin-left: 8%;
  margin-bottom: 1%;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 0.4rem;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  color: #FDFFFE;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}

#menu-link {
  width: 10%;
  height: 100%;
  padding-right: 2%;
  background: #1C1915;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#btn-blog {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 300;
  font-size: 0.4rem;
  margin-top: 1%;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  color: #F4F3F8;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}

#btn-instagram {
  height: 20px;
  width: 20px;
  margin-left: 3.6%;
  border: none;
  background: url("https://img21.shop-pro.jp/PA01416/232/etc/btn-instagram.png") center center / cover no-repeat;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  cursor: pointer;
  display: inline-block;
}

#btn-facebook {
  height: 20px;
  width: 20px;
  margin-left: 3.6%;
  border: none;
  background: url("https://img21.shop-pro.jp/PA01416/232/etc/btn-facebook.png") center center / cover no-repeat;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  cursor: pointer;
  display: inline-block;
}

#btn-line {
  height: 20px;
  width: 20px;
  margin-left: 3.6%;
  border: none;
  background: url("https://img21.shop-pro.jp/PA01416/232/etc/btn-line.png") center center / cover no-repeat;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  cursor: pointer;
  display: inline-block;
}

#menu-shop {
  width: 50%;
  height: 100%;
  padding: 0 2%;
  background: linear-gradient(145deg, #2EBEA4 15%, #072970);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#menu-shop a {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 200;
  font-size: 2px;
  letter-spacing: 0.8rem;
  text-indent: 0.8rem;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  color: #F4F3F8;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}

#menu-shop a:before {
  top: 1vw;
  left: 0;
  height: 1px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #F4F3F8;
  width: 0;
}

#menu-shop a:after {
  bottom: 1vw;
  right: 0;
  height: 1px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #F4F3F8;
  width: 0;
}

#menu-shop a:hover {
  color: #FDFFFE;
}

#menu-shop a:hover:before,
#menu-shop a:hover:after {
  width: 100%;
}

#btn-category:before {
  opacity: 0;
}

#btn-category:after {
  bottom: 1vw;
  left: 0;
  height: 1px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #F4F3F8;
  width: 0;
}

#btn-category:hover {
  color: #FDFFFE;
}

#btn-category:hover:before,
#btn-category:hover:after {
  width: 100%;
}

#btn-search {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#btn-search.enabled {
  opacity: 0;
}

#btn-search:before {
  top: 1vw;
  left: 0;
  height: 1px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #F4F3F8;
  width: 0;
}

#btn-search:after {
  bottom: 1vw;
  left: 0;
  height: 1px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #F4F3F8;
  width: 0;
}

#btn-search:hover {
  color: #FDFFFE;
}

#btn-search:hover:before,
#btn-search:hover:after {
  width: 100%;
}

#form-search {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 0vw;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#form-search.enabled {
  width: 7vw;
  opacity: 1;
  z-index: 3;
}

#text-search {
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  left: 0;
  bottom: 0;
  height: 1.4vw;
  width: 100%;
  background: transparent;
  border: 1px solid #F4F3F8;
  cursor: text;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 200;
  color: #F4F3F8;
  opacity: 0;
  outline: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 1;
  border-radius: 0;
}

#submit-search {
  display: none;
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  right: -10px;
  height: 22px;
  width: 22px;
  border: none;
  background: url("https://img21.shop-pro.jp/PA01416/232/etc/submit-search.png") center center / cover no-repeat;
}

#menu-user {
  width: 20%;
  height: 100%;
  padding: 0 2%;
  background: #1C1915;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#menu-user a {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 300;
  font-size: 2px;
  letter-spacing: 0.8rem;
  text-indent: 0.8rem;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  color: #FDFFFE;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}

#menu-user a:before {
  top: 1vw;
  left: 0;
  height: 1px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #F4F3F8;
  width: 0;
}

#menu-user a:after {
  bottom: 1vw;
  right: 0;
  height: 1px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #F4F3F8;
  width: 0;
}

#menu-user a:hover {
  color: #FDFFFE;
}

#menu-user a:hover:before,
#menu-user a:hover:after {
  width: 100%;
}

#menu-category {
  position: relative;
  top: -4vw;
  width: 100%;
  height: 4vw;
  padding: 0;
  margin: 0;
  background: #F4F3F8;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: -1;
  -webkit-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
}

#menu-category a {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 400;
  font-size: 2px;
  letter-spacing: 0.8rem;
  text-indent: 0.8rem;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  color: #1C1915;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}

#menu-category.enabled {
  top: 0vw;
}




.category-main {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 12.5%;
  height: 100%;
  background: #F4F3F8;
}

.category-main a {
  padding: 0;
  margin: 0;
  color: #1C1915;
}

.category-sub {
  position: absolute;
  list-style: none;
  padding: 0;
  padding-top: 1.5vw;
  margin: 0;
  top: 2.5vw;
  line-height: 2.5vw;
  width: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.category-sub li {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #F4F3F8;
  width: 100%;
  height: 2.5vw;
}

.category-main a:hover {
  color: #2ebea4 !important;
}

.category-main:hover .category-sub {
  visibility: visible;
  opacity: 1;
}

.category-main:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
}





#menu-logo a {
  font-size: 1.2vw;
  letter-spacing: 0.5vw;
  text-indent: 0.5vw;
}
#btn-blog {
  font-size: 0.7vw;
}
#btn-instagram {
  height: 1vw;
  width: 1vw;
}
#btn-facebook {
  height: 1vw;
  width: 1vw;
}
#btn-line {
  height: 1vw;
  width: 1vw;
}
#menu-shop a {
  font-size: 0.7vw;
  letter-spacing: 0.4vw;
  text-indent: 0.4vw;
}
#text-search {
  font-size: 0.7vw;
}
#submit-search {
  height: 1.3vw;
  width: 1.3vw;
}
#menu-user a {
  font-size: 0.7vw;
  letter-spacing: 0.4vw;
  text-indent: 0.4vw;
}

.category-main a {
  font-size: 0.8vw !important;
  letter-spacing: 0.2vw !important;
  text-indent: 0.2vw !important;
}

.category-sub a {
  font-size: 0.7vw !important;
  letter-spacing: 0.1vw !important;
  text-indent: 0.1vw !important;
}

/*<-MENU*/



/*LOGO->*/

#slider div {
  width: 96vw !important;
}

#slider div img,
#slider div a {
  width: 96vw !important;
  max-width: 96vw !important;
}

.bx-wrapper .bx-viewport {
  -webkit-box-shadow: 0 0 0px !important;
  box-shadow: 0 0 0px !important;
  border: 0px !important;
  left: 0px !important;
  margin-bottom: -30px;
  width: 100% !important;
}

.bx-pager {
  bottom: 26px !important;
}

.bx-pager-item a {
  background: #1C1915 !important;
  overflow: hidden !important;
}

.bx-pager-item a:hover {
  background: #072970 !important;
}

.bx-pager-item a.active {
  background: #2EBEA4 !important;
}

#logo-mark {
  position: absolute;
  top: 18.5vw;
  right: 0;
  left: 0;
  margin: auto;
  width: 18vw;
  height: auto;
  stroke: transparent;
  fill: #1C1915;
  stroke-dasharray: 2500;
  stroke-dashoffset: 0;
  stroke-width: 2;
  animation: logo-mark_intro 2s ease-in-out 0s forwards;
  z-index: 1;
}

#logo-mark-ie {
  display: none;
}

@media all and (-ms-high-contrast: none) {
  #logo-mark {
    display: none;
  }

  #logo-mark-ie {
    display: block;
    position: absolute;
    top: 18.5vw;
    right: 0;
    left: 0;
    margin: auto;
    width: 18vw;
    height: 7.8vw;
    background: url("https://img21.shop-pro.jp/PA01416/232/etc/img-logo.png") center center / cover no-repeat;
    z-index: 1;
  }
}

@keyframes logo-mark_intro {
  0% {
    stroke: #2EBEA4;
    stroke-dashoffset: 2500;
    fill: transparent
  }
  75% {
    stroke:#2EBEA4;
    stroke-dashoffset: 0;
    fill: transparent;
  }
  100% {
    stroke: transparent;
    fill: #1C1915;
  }
}

/*<-LOGO*/



/*CONTENTS>*/

#contents {
  margin-top: 4vw;
  padding: 0;
  display: block;
  box-sizing: border-box;
  min-height: 1px;
  word-break: break-all;
}

.content {
  margin-bottom: 50px;
}

.title {
  left: 0;
  height: 1.8vw;
  width: auto;
  padding-left: 2vw;
  padding-right: 2vw;
  margin: 2vw 91% 2vw 0;
  float: left;
  background: #1C1915;
  font-family: "Sawarabi Mincho", serif;
  font-weight: 300;
  color: #FDFFFE;
  font-size: 1.0vw;
  letter-spacing: 0.4vw;
  text-indent: 0.4vw;
  text-align: center;
  line-height: 2vw;
  text-decoration: none;
  white-space: nowrap;
  -webkit-box-shadow: 5px 5px 30px -8px #07000A;
          box-shadow: 5px 5px 30px -8px #07000A;
}

.title:hover {
  color: #FDFFFE;
  text-decoration: none;
}

.subtitle {
  left: 0;
  height: 2vw;
  width: auto;
  padding-left: 1vw;
  padding-right: 1vw;
  margin: 1vw 90% 1.5vw 0;
  float: left;
  background: #F4F3F8;
  font-family: "Sawarabi Mincho", serif;
  font-weight: 300;
  color: #1C1915;
  font-size: 0.8vw;
  letter-spacing: 0.3vw;
  text-indent: 0.3vw;
  text-align: center;
  line-height: 2vw;
  text-decoration: none;
  white-space: nowrap;
  -webkit-box-shadow: 5px 5px 30px -8px #07000A;
          box-shadow: 5px 5px 30px -8px #07000A;
}

.brand-description {
  margin-left: 2vw;
  margin-bottom: 2vw;
  font-family: "Sawarabi Mincho", serif;
  font-weight: 300;
  font-size: 1vw;
  color: #1C1915;
}

.brand-description img {
  width: 10vw;
  height: auto;
  margin-right: 1vw;
}

.container {
  padding: 0 0vw;
}

.list {
  margin: 0 auto;
  list-style: none;
}

.list:before {
  display: table;
  content: "";
  line-height: 0;
}

.list:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
  width: 100%;
}

.item {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  word-break: break-all;
  width: 20%;
  text-align: center;
  padding: 0 10px;
}

.item-vi {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  word-break: break-all;
  width: 16.6666667%;
  text-align: center;
}

.item-subcategory {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  word-break: break-all;
  width: 6.6666667%;
  text-align: center;
}

.item-subgroup {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  word-break: break-all;
  width: 6.6666667%;
  text-align: center;
}

.item-tile {
  display: block;
  margin: 0 auto;
}

.item-name {
  display: block;
  font-family: "Sawarabi Mincho", serif;
  font-weight: 300;
  font-size: 1.0vw;
  margin-top: 0.1vw;
  margin-bottom: 0;
}

.item-price {
  display: inline-block;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 200;
  font-size: 0.9vw;
  margin-bottom: 1.2vw;
}

.item-sale {
  display: inline;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 200;
  font-size: 0.8vw;
  margin-bottom: 1.2vw;
}

.item-off {
  display: inline;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 200;
  font-size: 0.7vw;
  margin-left: 0.1vw;
  margin-right: 0.1vw;
  margin-bottom: 1.2vw;
  color: #ff0000;
}

.no-item {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 300;
  font-size: 1.4vw;
  color: #1C1915;
  margin-top: 5vw;
  margin-bottom: 5vw;
}

#news {
  margin-top: 6vw;
  margin-bottom: 3vw;
  list-style-type: none;
  width: 93%;
  padding: 0 2%;
  display:-ms-grid;
  display:grid;
  grid-gap: 3vw;
  -ms-grid-columns:  1fr 1fr 1fr 1fr;
      grid-template-columns:  1fr 1fr 1fr 1fr;
}

#news-box {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 300;
  background: #F4F3F8;
}

#news-box:hover a {
  text-decoration: none;
}

.news-date {
  display: inline;
  padding-right: 0.5vw;
  padding-left: 0.5vw;
  padding-bottom: 0.1vw;
  font-size: 0.9vw;
  background: #1C1915;
  color: #F4F3F8;
}

#news-box:hover .news-date {
  color: #FDFFFE;
}

.news-message {
  color: #1C1915;
  display: block;
  margin-left: 0.7vw;
  margin-top: 0.3vw;
  margin-bottom: 0.3vw;
  font-size: 1.0vw;
}

#news-box:hover .news-message {
  color: #2EBEA4;
}

#information {
  margin-top: 5vw;

}

#shopinfo {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  word-break: break-all;
  text-align: center;
  position: relative;
  width: 50%;
}

#shopinfo:before {
  content:"";
  display: block;
  padding-top: 100%;
}

#shopinfo-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 75%;
  background: url("https://img21.shop-pro.jp/PA01416/232/etc/img-shopinfo.png") center center / cover no-repeat;
}

#shopinfo-typo {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25%;
  background: linear-gradient(45deg, #2EBEA4 40%, #072970);
}

#shopinfo-typo h1 {
  font-size: 1.1vw;
  letter-spacing: 0.3vw;
  text-indent: 0.3vw;
  font-family: 'Playfair Display', serif;
  color: #FDFFFE;
  margin-top: 0.9vw;
  margin-bottom: 0.5vw;
}

#shopinfo-typo p {
  font-size: 0.9vw;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 100;
  line-height: 1.5;
  color: #F4F3F8;
  margin: 0;
}

#map {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  word-break: break-all;
  text-align: center;
  position: relative;
  width: 50%;
  margin-bottom: 5vw;
}

#map:before {
  content:"";
  display: block;
  padding-top: 100%;
}

#map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.brands {
  margin-bottom: 6vw;
}

.brands-name {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 200;
  font-size: 0.8vw;
}

.subgroup {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 300;
  color: #1C1915;
  font-size: 0.8vw;
}

.subgroup:hover {
  color: #2EBEA4;
}

.breadcrumbs {
  margin-top: 0.5vw;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 500;
  font-size: 0.8vw;
  color: #1C1915;
}

.sort {
  margin-right: 1vw;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 500;
  font-size: 0.8vw;
  color: #1C1915;
}

.product-img {
  width: 40vw;
  margin-left: 6vw;
  margin-bottom: 2vw;
}

.product-explain {
  margin-left: 6vw;
  margin-bottom: 2vw;
  font-family: "Sawarabi Mincho", serif;
  font-weight: 300;
  font-size: 1.2vw;
  color: #1C1915;
}

.product-thumb {
  margin-left: 2vw;
}

.product-thumb-img {
  height: 9.5vw !important;
}

.option-div {
  width: 12vw;
  margin: 0 auto;
}

.option-div ul {
  margin: 0;
}

.option-div li {
  list-style: none;
}

.option-div dt {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  font-size: 0.9vw;
  color: #1C1915;
}

.option-div select {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 300;
  font-size: 1.0vw;
  color: #1C1915;
  height: 2vw;
  width: 12vw;
  padding: 0;
  margin-bottom: 1.2vw;
}

.product-price {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  font-size: 1.7vw;
  text-align: center;
  color: #1C1915;
  margin-bottom: 1.2vw;
}

.product-sale {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 400;
  font-size: 1.4vw;
  text-align: center;
  color: #1C1915;
}

.product-off {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 800;
  font-size: 1.2vw;
  text-align: center;
  color: #ff0000;
}

.product-stock {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 300;
  font-size: 0.8vw;
  text-align: center;
  color: #1C1915;
}

.product-num {
  width: 12vw;
  margin: 0 auto;
}

.product-num dt{
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  font-size: 0.9vw;
  color: #1C1915;
}

.product-num input{
  height: 2vw;
  width: 12vw;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 300;
  font-size: 1.0vw;
  color: #1C1915;
  padding: 0;
}

.buy {
  margin: 0 auto;
  margin-top: 0.6vw;
  width: 20vw;
}

.buy button, .btn__soldout {
  border: none;
  border-radius: none;
  background: #1C1915;
  margin-top: 1.4vw;
  height: 4vw;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 300;
  font-size: 1.5vw;
  color: #FDFFFE;
}

.buy button:hover {
  background: linear-gradient(45deg, #2EBEA4 10%, #072970);
  color: #FDFFFE;
}

.product-info {
  margin: 0 auto !important;
  margin-top: 0.4vw !important;
  width: 20vw;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 300;
  font-size: 1.0vw;
  color: #1C1915;
}

.product-link {
  margin: 0 auto;
  margin-top: 0.6vw;
  width: 20vw;
}

.delivery {
  top: -10px !important;
}

#footer {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 200;
  font-size: 0.8vw;
  background: #1C1915;
  width: 100%;
  height: 3.5vw;
  padding-top: 0.5vw;
  text-align: center;
  color: #F4F3F8;
  margin-bottom: 0;
}

#footer a {
  color: #F4F3F8;
}

#footer p {
  margin-bottom: 0;
}

/*¢­¥«¥é¡¼¥ß¡¼*/
.topicpath-nav {
  margin-bottom: 5px;
}

.topicpath-nav li {
  padding: 0;
}

.topicpath-nav a {
  margin-left: 5px;
}

.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}

/*
 * side
 */

#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
