@charset "UTF-8";
*, body, div, html {
  margin: 0;
  padding: 0;
  top: 0;
  zoom: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  zoom: 1;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #fff;
  letter-spacing: -0.1px;
  font-size: 12px;
  font-family: "Noto Serif JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  background: #000000 url(../../images/bg.png) repeat;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

img, a img, iframe {
  border: none;
}

a {
  color: #ffff00;
  text-decoration: none;
  font-weight: 900;
}
a:hover {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

#wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: auto;
  background-size: contain;
}

.main_visual {
  z-index: 10;
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.main_visual img {
  /* margin-left: 60px; */
  position: relative;
}

body {
  zoom: 1;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  letter-spacing: -0.1px;
  min-width: 360px;
}

#contents {
  position: relative;
  background: #fff;
  margin: 0 auto 0;
  top: 0;
  left: 0;
  max-width: 980px;
  height: auto;
  width: 100%;
}
#contents h2 {
  margin: 20px auto 0;
  text-align: center;
}

.goods_information {
  margin: 0 auto;
  background: #2f1d6e;
  color: #fff;
  padding: 20px;
}
.goods_information .goods_info00 {
  font-size: 18px;
  font-size: 1.5rem;
  font-weight: 900;
  margin: 25px auto;
  text-align: center;
}
.goods_information .goods_info01 {
  font-size: 14px;
  font-size: 1.1666666667rem;
  font-weight: bold;
  margin: 25px auto;
  text-align: center;
}
.goods_information .goods_info01 small {
  font-size: 9px;
  font-size: 0.75rem;
  display: inline-block;
  margin-top: 10px;
}
.goods_information .goods_info02 {
  font-size: 13px;
  font-size: 1.0833333333rem;
  font-weight: bold;
  margin: 15px auto;
  text-align: center;
}
.goods_information .accent {
  color: #ff56a5;
}
.goods_information .goods_info_atteintion {
  margin: 15px auto;
  font-size: 10px;
  font-size: 0.8333333333rem;
  text-align: center;
}

.goods_info_atteintion {
  background: #2f1d6e;
  padding: 25px;
  color: #fff;
  margin: 15px auto;
  text-align: left;
  font-size: 9px;
  font-size: 0.75rem;
}

.sepa {
  width: 90%;
  margin: 30px auto;
  background: #ccc;
  outline: none;
  border: none;
  height: 1px;
}

/*---------------- goods_list ---------------*/
.goods_list {
  padding: 15px 0;
  width: 90%;
  margin: 0 auto;
}
.goods_list h3 {
  text-align: center;
  margin: 0 auto 15px;
  color: #7b67c6;
  font-weight: 900;
  font-size: 18px;
}
.goods_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: -3% 0 0 -3%;
}
.goods_list ul li {
  width: 30.33%;
  margin: 5% 0 0 3%;
  display: flex;
  flex-direction: column;
}
.goods_list ul li a {
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-out;
  opacity: 1;
}
.goods_list ul li a:hover {
  opacity: 0.7;
}
.goods_list ul li .btn_cart {
  width: 100%;
  margin: auto auto 0;
}
.goods_list ul li .btn_cart a {
  display: block;
  border-radius: 20px;
  text-align: center;
  width: 100%;
  background: #7b67c6;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
}
.goods_list ul .goods_img {
  border: solid 2px #7b67c6;
  border-radius: 20px;
  overflow: hidden;
}
.goods_list ul .goods_img .category_ico {
  position: absolute;
  left: -5px;
  top: -10px;
  border-radius: 10px;
  background: #fff;
  color: #000;
  padding: 3px 10px;
  font-size: 12px;
  font-size: 1rem;
  font-weight: bold;
}
.goods_list ul .goods_img .category_ico.limited {
  background: #e2097f;
  color: #fff;
}
.goods_list ul .goods_img .category_ico.orders {
  background: #d2c409;
  color: #d40911;
}
.goods_list ul .goods_txt {
  padding-left: 3px;
}
.goods_list ul .goods_txt .tit {
  font-size: 9px;
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: bold;
  margin: 5px auto 0;
  color: #454545;
}
.goods_list ul .goods_txt .tit small {
  font-size: 80%;
}
.goods_list ul .goods_txt .price {
  color: #ff56a5;
  margin-bottom: 5px;
  font-size: 8px;
  font-size: 0.6666666667rem;
}
.goods_list ul .goods_txt .price small {
  font-size: 80%;
}
.goods_list.new_goods ul {
  display: flex;
  flex-wrap: wrap;
  margin: -4% 0 0 -4%;
}
.goods_list.new_goods ul li {
  width: 46%;
  margin: 4% 0 0 4%;
}
.goods_list.new_goods ul li a {
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-out;
  opacity: 1;
}
.goods_list.new_goods ul li a:hover {
  opacity: 0.7;
}
.goods_list.new_goods ul li .btn_cart {
  width: 100%;
}
.goods_list.new_goods ul li .btn_cart a {
  display: block;
  border-radius: 20px;
  text-align: center;
  width: 100%;
  background: #7b67c6;
  font-size: 12px;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  padding: 5px 5px;
}
.goods_list.new_goods ul .goods_img {
  border: solid 2px #7b67c6;
  border-radius: 20px;
  overflow: hidden;
}
.goods_list.new_goods ul .goods_txt .tit {
  font-size: 11px;
  font-size: 0.9166666667rem;
  font-weight: bold;
}
.goods_list.new_goods ul .goods_txt .tit small {
  font-size: 80%;
}
.goods_list.new_goods ul .goods_txt .price {
  font-size: 10px;
  font-size: 0.8333333333rem;
}
.goods_list.new_goods ul .goods_txt .price small {
  font-size: 80%;
}

.goods_tokuten {
  margin: 20px auto;
}

.goods_window {
  max-width: 800px;
  flex-wrap: wrap;
  padding: 30px;
  margin: 40px 20px !important;
  background: #fff;
  border-radius: 10px;
}
.goods_window .window_goods_img {
  width: 100%;
  text-align: center;
  margin: 0 0 15px;
}
.goods_window .window_goods_img img {
  max-width: 100%;
  border-radius: 30px;
  border: solid 3px #7b67c6;
}
.goods_window h3 {
  font-size: 13px;
  font-size: 1.0833333333rem;
  color: #7b67c6;
  font-weight: bold;
  margin: 20px auto 15px;
  text-align: center;
}
.goods_window h3 small {
  font-size: 80%;
}
.goods_window h4 {
  font-size: 13px;
  font-size: 1.0833333333rem;
  line-height: 1.2;
  font-weight: bold;
  margin: 15px auto;
  text-align: center;
}
.goods_window .price {
  text-align: right;
  color: #454545;
  font-size: 12px;
  font-size: 1rem;
  font-weight: bold;
}
.goods_window .price small {
  font-size: 80%;
}
.goods_window p {
  line-height: 1.7;
  font-size: 12px;
  font-size: 1rem;
  color: #454545;
}
.goods_window .close {
  border-radius: 50px;
  max-width: 200px;
  background: #333;
  width: 50%;
  color: #fff;
  padding: 10px 30px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 14px;
  font-size: 1.1666666667rem;
}
.goods_window .img_list {
  margin-bottom: 15px;
}
.goods_window .img_list img {
  width: 90px;
  border-radius: 15px;
  border: solid 2px #7b67c6;
}

.copyrights {
  font-weight: bold;
  margin-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
  color: #8f8f8f;
  font-size: 10px;
  font-size: 0.8333333333rem;
  line-height: 1;
  letter-spacing: 1px;
}

.footer {
  margin: 20px auto;
  font-size: 12px;
  font-size: 1rem;
}
.footer a {
  color: #454545;
  font-size: 10px;
  font-size: 0.8333333333rem;
}

@media screen and (min-width: 900px) {
  #contents {
    position: relative;
    margin: 0 auto 0;
    top: 0;
    left: 0;
    max-width: 980px;
    height: auto;
    width: 92%;
  }
  #contents h2 {
    margin: 0px auto 0;
    text-align: center;
    padding: 40px 0 0;
  }

  .goods_information {
    margin: 0 auto 20px;
    padding: 40px;
  }
  .goods_information .goods_info00 {
    font-size: 45px;
    font-size: 3.75rem;
    font-weight: bold;
    margin: 20px auto;
  }
  .goods_information .goods_info01 {
    font-size: 24px;
    font-size: 2rem;
    font-weight: bold;
    margin: 30px auto;
  }
  .goods_information .goods_info01 small {
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  .goods_information .goods_info02 {
    font-size: 22px;
    font-size: 1.8333333333rem;
    font-weight: bold;
    margin: 20px auto;
  }
  .goods_information .accent {
    color: #ff4489;
  }
  .goods_information .goods_info_atteintion {
    padding: 30px;
    margin: 15px auto;
    font-size: 18px;
    font-size: 1.5rem;
    text-align: center;
  }

  .sepa {
    width: 90%;
    margin: 40px auto;
    background: #ccc;
    outline: none;
    border: none;
    height: 1px;
  }

  /*---------------- goods_list ---------------*/
  .goods_list {
    margin: 0 auto;
    padding: 35px 0;
  }
  .goods_list h3 {
    text-align: center;
    margin: 0 auto 25px;
    font-weight: 900;
    font-size: 34px;
  }
  .goods_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: -3% 0 0 -3%;
  }
  .goods_list ul li {
    width: 30.33%;
    margin: 3% 0 0 3%;
  }
  .goods_list ul li a {
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease-out;
    opacity: 1;
  }
  .goods_list ul li a:hover {
    opacity: 0.7;
  }
  .goods_list ul li .btn_cart {
    width: 100%;
  }
  .goods_list ul li .btn_cart a {
    display: block;
    border-radius: 20px;
    text-align: center;
    width: 100%;
    font-size: 12px;
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    padding: 8px 10px;
  }
  .goods_list ul .goods_img {
    border: solid 3px #7b67c6;
    border-radius: 20px;
    overflow: hidden;
  }
  .goods_list ul .goods_img .category_ico {
    position: absolute;
    left: -10px;
    top: -10px;
    border-radius: 10px;
    background: #fff;
    color: #454545;
    padding: 5px 10px;
    font-size: 14px;
    font-size: 1.1666666667rem;
    font-weight: bold;
  }
  .goods_list ul .goods_img .category_ico.limited {
    background: #e2097f;
    color: #fff;
  }
  .goods_list ul .goods_img .category_ico.orders {
    background: #d2c409;
    color: #d40911;
  }
  .goods_list ul .goods_txt {
    padding-left: 3px;
  }
  .goods_list ul .goods_txt .tit {
    font-size: 15px;
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: bold;
    margin: 5px auto 0;
  }
  .goods_list ul .goods_txt .tit small {
    font-size: 80%;
  }
  .goods_list ul .goods_txt .price {
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  .goods_list ul .goods_txt .price small {
    font-size: 80%;
  }
  .goods_list.new_goods ul {
    display: flex;
    flex-wrap: wrap;
    margin: -4% 0 0 -4%;
  }
  .goods_list.new_goods ul li {
    width: 46%;
    margin: 4% 0 0 4%;
  }
  .goods_list.new_goods ul li a {
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease-out;
    opacity: 1;
  }
  .goods_list.new_goods ul li a:hover {
    opacity: 0.7;
  }
  .goods_list.new_goods ul li .btn_cart {
    width: 100%;
  }
  .goods_list.new_goods ul li .btn_cart a {
    display: block;
    border-radius: 20px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-size: 1.1666666667rem;
    color: #fff;
    font-weight: bold;
    padding: 10px 5px;
  }
  .goods_list.new_goods ul .goods_img {
    border: solid 3px #7b67c6;
    border-radius: 20px;
    overflow: hidden;
  }
  .goods_list.new_goods ul .goods_txt .tit {
    font-size: 18px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .goods_list.new_goods ul .goods_txt .tit small {
    font-size: 80%;
  }
  .goods_list.new_goods ul .goods_txt .price {
    font-size: 18px;
    font-size: 1.5rem;
  }
  .goods_list.new_goods ul .goods_txt .price small {
    font-size: 80%;
  }

  .goods_tokuten {
    margin: 30px auto;
  }

  .goods_window {
    max-width: 800px;
    flex-wrap: wrap;
    padding: 30px;
    margin: 40px 20px !important;
    background: #fff;
    border-radius: 10px;
  }
  .goods_window .window_goods_img {
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
  }
  .goods_window .window_goods_img img {
    max-width: 500px;
    border-radius: 30px;
    border: solid 3px #7b67c6;
  }
  .goods_window h3 {
    font-size: 20px;
    font-size: 1.6666666667rem;
    color: #7b67c6;
    font-weight: bold;
    margin: 20px auto 15px;
    text-align: center;
  }
  .goods_window h3 small {
    font-size: 80%;
  }
  .goods_window h4 {
    font-size: 20px;
    font-size: 1.6666666667rem;
    line-height: 1.2;
    font-weight: bold;
    margin: 15px auto;
    text-align: center;
  }
  .goods_window .price {
    text-align: right;
    color: #454545;
    font-size: 16px;
    font-size: 1.3333333333rem;
    font-weight: bold;
  }
  .goods_window .price small {
    font-size: 80%;
  }
  .goods_window p {
    line-height: 1.7;
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  .goods_window .close {
    border-radius: 50px;
    max-width: 200px;
    background: #333;
    width: 50%;
    color: #fff;
    padding: 10px 30px;
    margin: 40px auto 0;
    text-align: center;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  .goods_window .img_list img {
    width: 90px;
    border-radius: 15px;
    border: solid 2px #7b67c6;
  }

  .goods_info_atteintion {
    padding: 35px;
    color: #fff;
    margin: 15px auto;
    text-align: left;
    font-size: 12px;
    font-size: 1rem;
    line-height: 1.8;
  }

  .copyrights {
    font-weight: bold;
    margin-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 1px;
  }

  .footer {
    margin: 30px auto;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  .footer a {
    color: #454545;
    font-size: 12px;
    font-size: 1rem;
  }
}

/*# sourceMappingURL=goods.css.map */
