@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;
  height: 100%;
  color: #fff;
  letter-spacing: -.1px;
  min-width: 320px;
  font-size: 12px;
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  background: #000 url("../images/bg_main.jpg") repeat;
  background-size: 650px 35px; }

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

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

a {
  color: #fccc75;
  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%; }

/* ============================================
 header
============================================ */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url("../images/img_header_rp.png") repeat-x;
  background-size: 640px 76px;
  height: 76px; }

#bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: auto;
  background: #000 url(../goods/images/bg_main.jpg) repeat top center;
  background-size: contain; }

.main_visual {
  z-index: 10;
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  overflow: hidden; }
  .main_visual div {
    position: relative; }
  .main_visual p {
    position: absolute;
    bottom: 10%;
    right: 0;
    text-align: right;
    color: #fff;
    font-size: 12px;
    font-size: 1rem; }

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

#contents {
  position: relative;
  margin: 0 auto 0;
  top: 0;
  left: 0;
  max-width: 1000px;
  height: auto;
  background: #000;
  width: 92%; }
  #contents h2 {
    padding: 30px 0 0;
    font-size: 20px;
    font-size: 1.6666666667rem;
    margin: 0 auto 0;
    text-align: center; }

.illust {
  text-align: right;
  max-width: 1000px;
  width: 90%;
  margin: -3% auto 5px; }

.chatchy {
  text-align: center;
  margin: 30px auto;
  max-width: 1000px;
  width: 90%; }

.goods_information {
  margin: 0 auto;
  background: #000;
  color: #fff;
  padding: 10px; }
  .goods_information .goods_info01 {
    font-size: 14px;
    font-size: 1.1666666667rem;
    font-weight: bold;
    margin: 25px auto;
    text-align: center; }
  .goods_information .goods_info02 {
    font-size: 10px;
    font-size: 0.8333333333rem;
    font-weight: bold;
    margin: 15px auto;
    text-align: center; }
  .goods_information .accent {
    font-size: 14px;
    font-size: 1.1666666667rem;
    color: #ec2e30; }
  .goods_information .goods_info_atteintion {
    background: #000000;
    padding: 15px;
    color: #fff;
    margin: 15px auto;
    text-align: center;
    font-size: 9px;
    font-size: 0.75rem; }

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

/*---------------- goods_list ---------------*/
.goods_list {
  padding: 15px 0;
  width: 94%;
  margin: 0 auto; }
  .goods_list h3 {
    text-align: center;
    margin: 30px auto 15px;
    color: #fefa06;
    font-weight: bold;
    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: .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: #ae0925;
          font-size: 10px;
          color: #fff;
          font-weight: bold;
          padding: 5px 10px; }
    .goods_list ul .goods_img {
      border: solid 2px #000;
      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: #fff; }
        .goods_list ul .goods_txt .tit small {
          font-size: 80%; }
      .goods_list ul .goods_txt .price {
        margin-bottom: 5px;
        font-size: 9px;
        font-size: 0.75rem; }
        .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: .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: #ae0925;
          font-size: 12px;
          font-size: 1rem;
          color: #fff;
          font-weight: bold;
          padding: 5px 5px; }
    .goods_list.new_goods ul .goods_img {
      border: solid 2px #000;
      border-radius: 20px;
      overflow: hidden; }
    .goods_list.new_goods ul .goods_txt .tit {
      font-size: 12px;
      font-size: 1rem;
      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: 11px;
      font-size: 0.9166666667rem; }
      .goods_list.new_goods ul .goods_txt .price small {
        font-size: 80%; }

.goods_tokuten {
  margin: 20px auto; }

.goods_window {
  max-width: 900px;
  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 {
      border-radius: 30px;
      border: solid 3px #000; }
  .goods_window h3 {
    font-size: 13px;
    font-size: 1.0833333333rem;
    color: #000;
    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: #000;
    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: #000; }
  .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 #000; }

.footer {
  font-size: 9px;
  font-size: 0.75rem; }

.copyrights {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  color: #fff;
  padding: 50px 0; }

@media screen and (min-width: 900px) {
  /* ============================================
   header
  ============================================ */
  header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url("../images/img_header_rp.png") repeat-x;
    background-size: 803px 96px;
    height: 96px; }

  #contents {
    position: relative;
    margin: 0 auto 0;
    top: 0;
    left: 0;
    max-width: 1000px;
    height: auto;
    background: #000;
    width: 92%; }
    #contents h2 {
      font-size: 36px;
      font-size: 3rem;
      font-weight: bold;
      margin: 0px auto 0;
      text-align: center;
      padding: 40px 0 0; }

  .illust {
    text-align: right;
    max-width: 1000px;
    width: 90%;
    margin: -30px auto 5px; }

  .goods_information {
    margin: 0px auto;
    background: #000;
    color: #fff;
    padding: 40px; }
    .goods_information .goods_info01 {
      font-size: 24px;
      font-size: 2rem;
      font-weight: bold;
      margin: 20px auto; }
    .goods_information .goods_info02 {
      font-size: 15px;
      font-size: 1.25rem;
      font-weight: bold;
      margin: 20px auto; }
    .goods_information .accent {
      font-size: 22px;
      font-size: 1.8333333333rem;
      color: #ec2e30; }
    .goods_information .goods_info_atteintion {
      margin: 15px auto;
      font-size: 18px;
      font-size: 1.5rem; }

  /*---------------- goods_list ---------------*/
  .goods_list {
    margin: 0 auto;
    padding: 25px 0; }
    .goods_list h3 {
      text-align: center;
      margin: 30px auto 15px;
      color: #fefa06;
      font-weight: bold;
      font-size: 22px; }
    .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: .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 #000;
        border-radius: 20px;
        overflow: hidden; }
        .goods_list ul .goods_img .category_ico {
          position: absolute;
          left: -10px;
          top: -10px;
          border-radius: 10px;
          background: #fff;
          color: #000;
          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: 16px;
          font-size: 1.3333333333rem;
          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: .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 #000;
        border-radius: 20px;
        overflow: hidden; }
      .goods_list.new_goods ul .goods_txt .tit {
        font-size: 16px;
        font-size: 1.3333333333rem;
        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: 16px;
        font-size: 1.3333333333rem; }
        .goods_list.new_goods ul .goods_txt .price small {
          font-size: 80%; }

  .goods_tokuten {
    margin: 30px auto; }

  .goods_window {
    max-width: 900px;
    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 {
        border-radius: 30px;
        border: solid 3px #000; }
    .goods_window h3 {
      font-size: 20px;
      font-size: 1.6666666667rem;
      color: #000;
      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: #000;
      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 #000; }

  .goods_info_atteintion {
    background: #000000;
    padding: 25px;
    color: #fff;
    margin: 15px auto;
    text-align: left;
    font-size: 12px;
    font-size: 1rem; }

  .copyrights {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-size: 1.1666666667rem;
    padding: 50px 0; }

  .footer {
    font-size: 12px;
    font-size: 1rem; } }

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