@charset "UTF-8";
#wrapper .cont_title {
  font-family: "Alumni Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: italic;
  font-size: 94px;
  line-height: 1;
  text-align: center;
}
#wrapper .cont_title .sub_tit {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  display: block;
}
#wrapper .cont_title .sub_tit .c_gold {
  color: #dcaf00;
}
#wrapper .cont_title .sub_tit .c_yellow {
  color: #ffe100;
}

.header_lower {
  background: #000;
}
.header_lower .inner {
  margin: 0 auto;
}
.header_lower .inner h1 {
  padding: 10px 0 10px 20px;
}
.header_lower .inner h1 a {
  display: block;
  text-decoration: none;
}
.header_lower .inner h1 a span {
  display: inline-block;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  vertical-align: middle;
  padding-left: 20px;
}
.header_lower .inner h1 a img {
  height: 80px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.header_lower .inner .drawer-hamburger {
  padding: 0;
  width: 100px;
  height: 100px;
}
.header_lower .inner .drawer-hamburger.active {
  border-left: none;
}
.header_lower .inner .drawer-hamburger .drawer-hamburger-icon,
.header_lower .inner .drawer-hamburger .drawer-hamburger-icon:after,
.header_lower .inner .drawer-hamburger .drawer-hamburger-icon:before {
  width: 44px;
}
.header_lower .inner .drawer-hamburger .drawer-hamburger-icon {
  margin: 4px auto 0 auto;
}
.header_lower .inner .drawer-hamburger .drawer-hamburger-icon:before {
  top: -16px;
}
.header_lower .inner .drawer-hamburger .drawer-hamburger-icon:after {
  top: 16px;
}

.drawer-open .header_lower .inner .drawer-hamburger-icon::after,
.drawer-open .header_lower .inner .drawer-hamburger-icon::before {
  top: 0 !important;
}

@media screen and (max-width: 767px) {
  #wrapper .cont_title {
    font-size: 50px;
    padding: 0 3px;
  }
  #wrapper .cont_title .sub_tit {
    font-size: 15px;
  }
  .header_lower .inner {
    width: auto;
    margin: 0 10px !important;
  }
  .header_lower .inner h1 {
    padding: 10px 0;
  }
  .header_lower .inner h1 a span {
    font-size: 13px;
    padding-left: 5px;
    width: calc(100% - 120px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.4;
    max-width: 240px;
  }
  .header_lower .inner h1 a span br {
    display: none;
  }
  .header_lower .inner h1 a img {
    height: 40px;
    width: auto;
  }
  .header_lower .inner .drawer-hamburger {
    width: 60px;
    height: 60px;
  }
  .header_lower .inner .drawer-hamburger .drawer-hamburger-icon,
  .header_lower .inner .drawer-hamburger .drawer-hamburger-icon:after,
  .header_lower .inner .drawer-hamburger .drawer-hamburger-icon:before {
    width: 30px;
  }
  .header_lower .inner .drawer-hamburger .drawer-hamburger-icon {
    margin-top: 2px;
  }
  .header_lower .inner .drawer-hamburger .drawer-hamburger-icon:before {
    top: -8px;
  }
  .header_lower .inner .drawer-hamburger .drawer-hamburger-icon:after {
    top: 8px;
  }
}
footer.lower {
  text-align: center;
  color: #000;
  font-size: 20px;
  padding: 20px 0;
  max-width: 1200px;
  margin: 60px auto 0 auto;
}

@media screen and (max-width: 767px) {
  footer.lower {
    font-size: 14px;
    padding: 10px 0;
    max-width: 90vw;
    margin: 20px auto 0 auto;
  }
}
#goods_cont .goods-top__slider {
  white-space: nowrap;
  position: relative;
  margin: 60px 0 20px 0;
  padding: 0;
}
#goods_cont .goods-top__slider li {
  width: 200px;
  margin: 0 10px;
  text-align: center;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
#goods_cont .goods-top__slider li img {
  width: 100%;
  height: auto;
}
#goods_cont .goods-top__slider li .g-info {
  text-align: center;
  width: 200px;
  white-space: wrap;
}
#goods_cont .goods-top__slider li .g-info .g-name {
  font-size: 13px;
  line-height: 1.2;
  margin-top: 10px;
}
#goods_cont .goods-top__slider li .g-info .g-price {
  font-weight: 700;
  font-size: 14px;
}
#goods_cont .goods-top__slider li .g-info .g-price span {
  font-size: 16px;
}
#goods_cont .goods-top__slider li .g-info .g-price small {
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
}
#goods_cont .goods-top__slider li .g-comment-b {
  display: block;
  background: #fee101;
  width: 90%;
  position: absolute;
  margin: auto;
  top: 140px;
  left: 0;
  right: 0;
  bottom: auto;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: wrap;
}
#goods_cont .goods-top__slider li .g-comment-b small {
  font-size: 12px;
}
#goods_cont .goods-top__slider li.end::before, #goods_cont .goods-top__slider li.outstock::before, #goods_cont .goods-top__slider li.sold::before, #goods_cont .goods-top__slider li.nosale::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.3);
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}
#goods_cont .goods-top__slider li.end::after, #goods_cont .goods-top__slider li.outstock::after, #goods_cont .goods-top__slider li.sold::after, #goods_cont .goods-top__slider li.nosale::after {
  text-align: center;
  width: 100%;
  height: 30px;
  line-height: 30px;
  position: absolute;
  margin: auto;
  top: 90px;
  left: 0;
  right: 0;
  bottom: auto;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#goods_cont .goods-top__slider li.end::after {
  content: "販売終了";
  display: block;
  background: rgba(142, 142, 142, 0.9);
  color: #FFFFFF;
}
#goods_cont .goods-top__slider li.outstock::after {
  content: "在庫販売終了";
  display: block;
  background: rgba(200, 153, 17, 0.9);
  color: #FFFFFF;
}
#goods_cont .goods-top__slider li.sold::after {
  content: "只今在庫無し";
  display: block;
  background: rgba(255, 255, 255, 0.9);
  color: #000000;
}
#goods_cont .goods-top__slider li.nosale::after {
  content: "販売しておりません";
  display: block;
  background: rgba(60, 60, 60, 0.9);
  color: #FFFFFF;
}
#goods_cont .goods-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto;
  width: 1000px;
  position: relative;
  z-index: 1000;
}
#goods_cont .goods-top__list img {
  width: 100%;
  height: auto;
}
#goods_cont .goods-top__list a {
  display: block;
  width: 480px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
#goods_cont .goods-top__list a:hover {
  opacity: 0.8;
}
#goods_cont .goods-top__list span {
  display: block;
  width: 480px;
  position: relative;
}
#goods_cont .goods-top__list span::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#goods_cont .goods-top__list span::after {
  content: "販売開始までしばらくお待ちください";
  position: absolute;
  color: #FFFFFF;
  font-weight: 600;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 20px;
  font-size: 20px;
}
#goods_cont .goods-top__comment {
  text-align: center;
  font-size: 14px;
}
#goods_cont .goods-top__notes {
  margin: 0 auto;
  width: 1000px;
}
#goods_cont .goods-top__notes li {
  text-indent: -1em;
  margin: 0 0 3px 1em;
  line-height: 1.5;
  font-size: 14px;
}
#goods_cont .goods-top__notes li.colorRed {
  color: #e60012;
}

@media screen and (max-width: 767px) {
  #goods_cont .goods-top__slider {
    margin: 30px 0 20px 0;
    padding: 0;
  }
  #goods_cont .goods-top__slider li {
    width: 150px;
  }
  #goods_cont .goods-top__slider li .g-info {
    text-align: center;
    width: 150px;
    white-space: wrap;
  }
  #goods_cont .goods-top__slider li .g-info .g-name {
    font-size: 12px;
  }
  #goods_cont .goods-top__slider li .g-info .g-price {
    font-weight: 700;
    font-size: 13px;
  }
  #goods_cont .goods-top__slider li .g-info .g-price span {
    font-size: 15px;
  }
  #goods_cont .goods-top__slider li .g-info .g-price small {
    font-size: 11px;
  }
  #goods_cont .goods-top__slider li .g-comment-b {
    top: 95px;
    font-size: 12px;
  }
  #goods_cont .goods-top__slider li .g-comment-b small {
    font-size: 11px;
  }
  #goods_cont .goods-top__slider li.end::before, #goods_cont .goods-top__slider li.outstock::before, #goods_cont .goods-top__slider li.sold::before, #goods_cont .goods-top__slider li.nosale::before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.3);
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #goods_cont .goods-top__slider li.end::after, #goods_cont .goods-top__slider li.outstock::after, #goods_cont .goods-top__slider li.sold::after, #goods_cont .goods-top__slider li.nosale::after {
    top: 60px;
    left: 0;
    right: 0;
    bottom: auto;
    font-size: 14px;
  }
  #goods_cont .goods-top__slider li.end::after {
    content: "販売終了";
    display: block;
    background: rgba(142, 142, 142, 0.9);
    color: #FFFFFF;
  }
  #goods_cont .goods-top__slider li.outstock::after {
    content: "在庫販売終了";
    display: block;
    background: rgba(200, 153, 17, 0.9);
    color: #FFFFFF;
  }
  #goods_cont .goods-top__slider li.sold::after {
    content: "只今在庫無し";
    display: block;
    background: rgba(255, 255, 255, 0.9);
    color: #000000;
  }
  #goods_cont .goods-top__slider li.nosale::after {
    content: "販売しておりません";
    display: block;
    background: rgba(60, 60, 60, 0.9);
    color: #FFFFFF;
  }
  #goods_cont .goods-top__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px 4%;
    width: auto;
  }
  #goods_cont .goods-top__list a {
    width: 100%;
  }
  #goods_cont .goods-top__list a:last-child {
    margin-top: 15px;
  }
  #goods_cont .goods-top__list a:hover {
    opacity: 1;
  }
  #goods_cont .goods-top__list span {
    width: 100%;
  }
  #goods_cont .goods-top__list span::after {
    width: 100%;
    text-align: center;
    height: 16px;
    font-size: 16px;
  }
  #goods_cont .goods-top__comment {
    text-align: center;
    font-size: 12px;
  }
  #goods_cont .goods-top__notes {
    width: auto;
    margin: 0 4%;
  }
  #goods_cont .goods-top__notes li {
    font-size: 12px;
  }
}
body#g-top,
body#c-top {
  font-family: "Noto Sans JP", sans-serif;
  min-width: 1200px;
}
body#g-top .drawer-hamburger,
body#c-top .drawer-hamburger {
  display: block !important;
}
body#g-top .g-main__inner,
body#c-top .g-main__inner {
  width: 1200px;
  margin: 0 auto;
}
body#g-top .g-main__inner.thin,
body#c-top .g-main__inner.thin {
  width: 980px;
}
body#g-top footer.lower,
body#c-top footer.lower {
  background: #000000;
  color: #FFFFFF;
  margin: 0;
  width: 100%;
  max-width: 100%;
  font-size: 12px;
}
body#g-top #p-top,
body#c-top #p-top {
  position: fixed;
  width: 50px;
  right: 50px;
  bottom: 80px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
body#g-top #p-top.active,
body#c-top #p-top.active {
  opacity: 1;
  visibility: visible;
}
body#g-top #p-top img,
body#c-top #p-top img {
  width: 100%;
  height: auto;
}
body#g-top .hide_pc,
body#c-top .hide_pc {
  display: none;
}
body#g-top .hide_sp,
body#c-top .hide_sp {
  display: block;
}

@media screen and (max-width: 767px) {
  body#g-top,
  body#c-top {
    min-width: 100%;
  }
  body#g-top .g-main__inner,
  body#c-top .g-main__inner {
    width: auto;
    margin: 0 4%;
  }
  body#g-top .g-main__inner.thin,
  body#c-top .g-main__inner.thin {
    width: auto;
  }
  body#g-top #p-top,
  body#c-top #p-top {
    width: 30px;
    right: 10px;
    bottom: 60px;
  }
  body#g-top .hide_sp,
  body#c-top .hide_sp {
    display: none;
  }
  body#g-top .hide_pc,
  body#c-top .hide_pc {
    display: block;
  }
}
.g-menu {
  background: #e6e6e6;
}
.g-menu .g-main__inner {
  position: relative;
  padding: 10px 0 15px 0;
}
.g-menu h1 a {
  display: block;
  color: #000000;
  text-decoration: none;
}
.g-menu h1 a img {
  width: 202px;
  height: auto;
  vertical-align: middle;
}
.g-menu h1 a span {
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
}
.g-menu nav {
  position: absolute;
  right: 0;
  top: 16px;
}
.g-menu nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.g-menu nav ul li {
  position: relative;
}
.g-menu nav ul li::after {
  content: "";
  display: block;
  width: 1px;
  background: #000;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.g-menu nav ul li a {
  padding: 0 10px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
.g-menu nav ul li a:hover {
  text-decoration: underline;
}
.g-menu nav ul li img {
  width: 30px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .g-menu .g-main__inner {
    padding: 10px 0;
  }
  .g-menu h1 {
    text-align: center;
  }
  .g-menu h1 a img {
    width: 140px;
    height: auto;
  }
  .g-menu h1 a span {
    font-size: 15px;
    margin-left: 5px;
  }
  .g-menu nav {
    position: static;
    margin-top: 10px;
  }
  .g-menu nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .g-menu nav ul li {
    position: relative;
  }
  .g-menu nav ul li::after {
    height: 14px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .g-menu nav ul li a {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
  }
  .g-menu nav ul li img {
    width: 24px;
    height: auto;
  }
}
.g-header {
  background: #000000;
  text-align: center;
}
.g-header h2 img {
  width: 100%;
  min-width: 1200px;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .g-header h2 img {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    height: auto;
  }
}
.g-main--store {
  background: #F2E8CB;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(242, 232, 203)), to(rgb(199, 168, 76)));
  background: linear-gradient(0deg, rgb(242, 232, 203) 0%, rgb(199, 168, 76) 100%);
  padding: 60px 0 0 0;
}
.g-main--store__inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .g-main--store {
    padding: 30px 0 0 0;
  }
  .g-main--store__inner {
    width: auto;
    margin: 0 4%;
  }
}
.g-caution-wrapper {
  background: #F2E8CB;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(242, 232, 203)), to(rgb(199, 168, 76)));
  background: linear-gradient(0deg, rgb(242, 232, 203) 0%, rgb(199, 168, 76) 100%);
  padding: 60px 0 0 0;
}

.g-caution {
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #e60012;
  padding: 60px;
  width: 1200px;
  margin: 0 auto;
}
.g-caution--splash {
  width: 100%;
}
.g-caution__heading {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #e60012;
  margin-bottom: 20px;
}
.g-caution__list li {
  text-indent: -1em;
  margin: 0 0 8px 1em;
  line-height: 1.5;
  color: #000000;
}
.g-caution__list li.em,
.g-caution__list li .em {
  font-weight: 700;
}
.g-caution__list--scroll {
  height: 300px;
  overflow-y: auto;
}
.g-caution__button {
  display: block;
  width: 360px;
  margin: 40px auto 0 auto;
  color: #FFFFFF;
  height: 70px;
  line-height: 70px;
  font-weight: 700;
  background: #000000;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background ease-out 0.3s;
  transition: background ease-out 0.3s;
}
.g-caution__button:hover {
  background: #caac55;
  color: #000000;
}
.g-caution__checkbox {
  padding: 20px 10px;
  margin: 40px auto 0 auto;
  background: #caac55;
  color: #000000;
  text-align: center;
  font-weight: 600;
  max-width: 600px;
}
.g-caution__check {
  text-align: center;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  vertical-align: -5px;
  -moz-appearance: none;
       appearance: none;
  background: #FFFFFF;
  -webkit-appearance: none;
  border-radius: 0;
}
.g-caution__check:checked::before {
  position: absolute;
  top: 1px;
  left: 4px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
  display: block;
}

@media screen and (max-width: 767px) {
  .g-caution-wrapper {
    padding: 36px 0 0 0;
  }
  .g-caution {
    padding: 20px;
    width: auto;
    margin: 0 4%;
  }
  .g-caution__heading {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .g-caution__list li {
    font-size: 12px;
  }
  .g-caution__list--scroll {
    height: 45vh;
    overflow: auto;
    padding-right: 10px;
  }
  .g-caution__button {
    display: block;
    width: 240px;
    margin: 20px auto;
    color: #FFFFFF;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    font-size: 14px;
  }
  .g-caution__button:hover {
    background: #000000;
    color: #FFFFFF;
  }
  .g-caution__checkbox {
    padding: 10px;
    margin: 20px auto 10px auto;
    font-size: 13px;
    line-height: 1.2;
  }
}
.g-group {
  padding: 40px 0 80px 0;
}
.g-group__text {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.g-group__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  margin: 40px auto 0 auto;
}
.g-group__wrapper a {
  display: block;
  text-decoration: none;
  color: #000000;
}
.g-group__box {
  width: 580px;
  background: #FFFFFF;
  text-align: center;
}
.g-group__box dt {
  font-weight: 900;
  font-size: 36px;
  line-height: 1.3;
  padding: 10px 0;
}
.g-group__box dt small {
  font-size: 24px;
  display: block;
}
.g-group__box dd {
  padding: 20px;
  font-weight: 600;
  font-size: 18px;
}
.g-group__box dd small {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.g-group__box--a dt {
  background: #caac55;
}
.g-group__box--b dt {
  background: #fee101;
}

@media screen and (max-width: 767px) {
  .g-group {
    padding: 20px 4% 40px 4%;
  }
  .g-group__text {
    font-size: 14px;
  }
  .g-group__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px auto 0 auto;
    width: auto;
  }
  .g-group__wrapper a {
    width: 100%;
  }
  .g-group__box {
    width: 100%;
  }
  .g-group__box dt {
    font-size: 24px;
  }
  .g-group__box dt small {
    font-size: 16px;
  }
  .g-group__box dd {
    padding: 15px 0;
    font-weight: 600;
    font-size: 15px;
  }
  .g-group__box dd small {
    display: block;
    font-size: 12px;
    margin-top: 5px;
  }
  .g-group__box--a {
    margin-bottom: 20px;
  }
}
.g-group-goods {
  padding: 60px 0;
}
.g-group-goods--a {
  background: #caac55;
}
.g-group-goods--b {
  background: #fee101;
}
.g-group-goods__heading {
  font-weight: 900;
  font-size: 42px;
  text-align: center;
  margin-bottom: 40px;
}
.g-group-goods__heading small {
  display: block;
  font-size: 28px;
}
.g-group-goods__notes {
  width: 800px;
  background: #FFFFFF;
  padding: 20px;
  margin: 15px auto 0 auto;
}
.g-group-goods__notes p {
  font-weight: 700;
}
.g-group-goods__notes ul {
  margin-top: 5px;
}
.g-group-goods__notes ul li {
  font-size: 14px;
  text-indent: -1em;
  margin: 0 0 5px 1em;
}
.g-group-goods__notes--center {
  text-align: center;
  font-size: 18px;
}
.g-group-goods__banner {
  width: 640px;
  height: 140px;
  display: block;
  margin: 60px auto 0 auto;
  background: url(/img/goods/banner_group_a.jpg) no-repeat center center;
  color: #caac55;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.g-group-goods__banner:hover {
  opacity: 0.8;
}
.g-group-goods__banner span {
  display: block;
  font-size: 42px;
  padding: 25px 0 0 160px;
  line-height: 1.2;
}
.g-group-goods__banner small {
  display: block;
  font-size: 30px;
}

.g-category {
  width: 1000px;
  margin: 60px auto 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.g-category__item {
  text-align: center;
}
.g-category__item a {
  display: block;
  background: #000000;
  height: 64px;
  line-height: 64px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: 0.3s background ease-out;
  transition: 0.3s background ease-out;
}
.g-category__item a:hover {
  background: #ca9600;
}
.g-category__item.is-current a {
  background: #ca9600;
}
.g-category--top a {
  height: auto;
  line-height: 1;
}
.g-category--top a img {
  width: 100%;
  height: auto;
}
.g-category--top a span {
  display: block;
  padding: 15px 0;
}

.g-category-heading {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  margin: 60px 0;
}
.g-category-heading span {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.g-category-heading span::after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .g-group-goods {
    padding: 30px 0;
  }
  .g-group-goods__heading {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .g-group-goods__heading small {
    font-size: 20px;
  }
  .g-group-goods__notes {
    width: auto;
    padding: 15px;
    margin: 10px auto 0 auto;
  }
  .g-group-goods__notes p {
    font-size: 14px;
  }
  .g-group-goods__notes ul li {
    font-size: 12px;
  }
  .g-group-goods__banner {
    width: 100%;
    height: 0;
    padding-top: 21.875%;
    margin: 30px auto 0 auto;
    background-size: contain;
  }
  .g-group-goods__banner:hover {
    opacity: 0.8;
  }
  .g-group-goods__banner span {
    display: block;
    font-size: 24px;
    padding: 0 0 0 24vw;
    line-height: 1.2;
    margin-top: -18%;
  }
  .g-group-goods__banner small {
    font-size: 16px;
  }
  .g-category {
    width: auto;
    margin: 30px auto 0 auto;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .g-category__item {
    text-align: center;
  }
  .g-category__item a {
    height: 46px;
    line-height: 46px;
    font-size: 13px;
  }
  .g-category__item a:hover {
    background: #000000;
  }
  .g-category--top {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .g-category--top a {
    height: auto;
    line-height: 1;
  }
  .g-category--top a img {
    width: 100%;
    height: auto;
  }
  .g-category--top a span {
    display: block;
    padding: 10px 0;
    font-size: 11px;
    line-height: 1.2;
  }
  .g-category-heading {
    font-size: 24px;
    margin: 30px 0;
  }
}
.g-qa-wrapper {
  background: #F2E8CB url(/img/goods/background_faq.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 80px 0;
  position: relative;
}

.g-qa {
  background: #FFFFFF;
  padding: 40px 100px;
  width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.g-qa__heading {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 30px;
}
.g-qa__block {
  margin: 15px 0;
}
.g-qa__list {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.g-qa__list--q {
  background: #e9e0c8;
  color: #896b00;
  font-weight: 600;
  padding: 10px 15px;
  font-size: 16px;
}
.g-qa__list--a {
  padding: 10px 18px;
}
.g-qa__list--a dt {
  color: #896b00;
  font-weight: 600;
  font-size: 16px;
}
.g-qa__list--a dd {
  font-size: 15px;
}
.g-qa__list--a dd .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.g-qa__list--a dd .flex ul {
  width: 300px;
}
.g-qa__list--a dd .flex ul li {
  font-size: 14px;
}
.g-qa__list dt {
  width: 1.5em;
}
.g-qa__list dt,
.g-qa__list dd {
  line-height: 1.5;
  display: table-cell;
  vertical-align: top;
  word-break: break-all;
}
.g-qa__list dt a,
.g-qa__list dd a {
  color: #0066CC;
  text-decoration: underline;
}
.g-qa__list dt ul.indent,
.g-qa__list dd ul.indent {
  margin-top: 10px;
}
.g-qa__list dt ul.indent li,
.g-qa__list dd ul.indent li {
  text-indent: -1em;
  margin: 3px 0 0 1em;
  font-size: 13px;
}

.g-banner-top {
  text-align: center;
  margin: 80px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .g-qa-wrapper {
    padding: 40px 10px;
  }
  .g-qa {
    padding: 20px 15px;
    width: auto;
  }
  .g-qa__heading {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .g-qa__block {
    margin: 15px 0;
  }
  .g-qa__list {
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .g-qa__list--q {
    padding: 8px 10px;
    font-size: 13px;
  }
  .g-qa__list--a {
    padding: 8px 12px;
  }
  .g-qa__list--a dt {
    font-size: 14px;
  }
  .g-qa__list--a dd {
    font-size: 13px;
  }
  .g-qa__list--a dd .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .g-qa__list--a dd .flex .ex img {
    width: 100%;
    height: auto;
    max-width: 280px;
  }
  .g-qa__list--a dd .flex ul {
    width: auto;
  }
  .g-qa__list--a dd .flex ul li {
    font-size: 12px;
  }
  .g-qa__list dt {
    width: 1.5em;
  }
  .g-qa__list dd {
    width: calc(100% - 2em);
  }
  .g-qa__list dt,
  .g-qa__list dd {
    line-height: 1.5;
    display: table-cell;
    vertical-align: top;
    word-break: break-all;
  }
  .g-qa__list dt a,
  .g-qa__list dd a {
    color: #0066CC;
    text-decoration: underline;
  }
  .g-qa__list dt ul.indent,
  .g-qa__list dd ul.indent {
    margin-top: 10px;
  }
  .g-qa__list dt ul.indent li,
  .g-qa__list dd ul.indent li {
    text-indent: -1em;
    margin: 3px 0 0 1em;
    font-size: 13px;
  }
  .g-banner-top {
    text-align: center;
    margin: 40px 4% 0 4%;
  }
  .g-banner-top img {
    width: 100%;
    height: auto;
  }
}
.g-goods-list {
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
.g-goods-list li {
  position: relative;
  background: #FFFFFF;
  cursor: pointer;
}
.g-goods-list li a {
  display: block;
}
.g-goods-list li a img {
  width: 100%;
  height: auto;
}
.g-goods-list li .g-info {
  text-align: left;
  padding: 10px 15px;
  border-top: 2px solid #caac55;
  background: #FFFFFF;
  font-weight: 500;
}
.g-goods-list li .g-info .g-name {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.g-goods-list li .g-info .g-price {
  font-weight: 700;
  font-size: 20px;
}
.g-goods-list li .g-info .g-price span {
  font-size: 24px;
}
.g-goods-list li .g-info .g-price small {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
}
.g-goods-list li .g-comment-b {
  display: block;
  background: #fee101;
  width: 90%;
  position: absolute;
  margin: auto;
  top: auto;
  left: 0;
  right: 0;
  bottom: 50px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.g-goods-list li .g-comment-b small {
  font-size: 14px;
}
.g-goods-list li.end a::before, .g-goods-list li.outstock a::before, .g-goods-list li.sold a::before, .g-goods-list li.nosale a::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.g-goods-list li.end a::after, .g-goods-list li.outstock a::after, .g-goods-list li.sold a::after, .g-goods-list li.nosale a::after {
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.g-goods-list li.end a::after {
  content: "販売終了";
  display: block;
  background: rgba(142, 142, 142, 0.9);
  color: #FFFFFF;
}
.g-goods-list li.outstock a::after {
  content: "在庫販売終了";
  display: block;
  background: rgba(200, 153, 17, 0.9);
  color: #FFFFFF;
}
.g-goods-list li.sold a::after {
  content: "只今在庫無し";
  display: block;
  background: rgba(255, 255, 255, 0.9);
  color: #000000;
}
.g-goods-list li.nosale a::after {
  content: "販売しておりません";
  display: block;
  background: rgba(60, 60, 60, 0.9);
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .g-goods-list {
    margin-top: 30px;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .g-goods-list li .g-info {
    padding: 10px;
  }
  .g-goods-list li .g-info .g-name {
    font-size: 12px;
    margin-bottom: 0;
  }
  .g-goods-list li .g-info .g-price {
    font-weight: 700;
    font-size: 16px;
  }
  .g-goods-list li .g-info .g-price span {
    font-size: 18px;
  }
  .g-goods-list li .g-info .g-price small {
    font-weight: 600;
    font-size: 11px;
    display: inline-block;
  }
  .g-goods-list li .g-comment-b {
    bottom: 35px;
    font-size: 14px;
    padding: 10px;
  }
  .g-goods-list li .g-comment-b small {
    font-size: 12px;
  }
  .g-goods-list li.end a::after, .g-goods-list li.outstock a::after, .g-goods-list li.sold a::after, .g-goods-list li.nosale a::after {
    height: 32px;
    line-height: 32px;
    font-size: 15px;
  }
  .g-goods-list li.sold a::after {
    content: "只今在庫無し";
    display: block;
    background: rgba(255, 255, 255, 0.9);
    color: #000000;
  }
  .g-goods-list li.nosale a::after {
    content: "販売しておりません";
    display: block;
    background: rgba(60, 60, 60, 0.9);
    color: #FFFFFF;
  }
}
a.close-iframe {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 40px;
  font-weight: 400;
  cursor: pointer;
}

.g-details {
  position: relative;
  padding: 30px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 750px;
}
.g-details .g-info {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.g-details .g-info .g-name {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
  font-weight: 500;
  margin-top: 15px;
}
.g-details .g-info .g-price {
  font-weight: 700;
  font-size: 20px;
}
.g-details .g-info .g-price span {
  font-size: 24px;
}
.g-details .g-info .g-price small {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
}
.g-details__images {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
}
.g-details .notice {
  font-size: 13px;
  text-indent: -1em;
  margin-left: 1em;
  font-weight: 500;
  line-height: 1.3;
}
.g-details .g-comment-b {
  background: #fee101;
  text-align: center;
  color: #000000;
  padding: 8px;
  font-weight: 500;
}
.g-details .g-comment-b small {
  font-size: 13px;
}
.g-details__button {
  width: 340px;
  margin: 25px auto;
  display: block;
  background: #e60012;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-weight: 500;
}
.g-details__button a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
}
.g-details__button.end {
  background: #999999;
}
.g-details__button.outstock {
  background: #caac55;
  margin: 20px auto;
}
.g-details__button.sold {
  background: #699cc2;
}
.g-details__button.nosale {
  background: #333333;
}

@media screen and (max-width: 480px) {
  a.close-iframe {
    top: 0;
    right: 5px;
    font-size: 32px;
  }
  .g-details {
    padding: 20px;
    height: auto;
  }
  .g-details__images {
    width: 100%;
    height: auto;
    max-width: 480px;
  }
  .g-details .g-info {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .g-details .g-info .g-name {
    font-size: 13px;
    line-height: 1.4;
  }
  .g-details .g-info .g-price {
    font-size: 13px;
  }
  .g-details .g-info .g-price span {
    font-size: 22px;
  }
  .g-details .notice {
    font-size: 12px;
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.2;
  }
  .g-details .g-comment-b {
    padding: 5px;
    font-size: 13px;
  }
  .g-details .g-comment-b small {
    font-size: 12px;
  }
  .g-details__button {
    width: 90%;
    margin: 15px auto;
    font-size: 15px;
    padding: 10px;
    max-width: 300px;
  }
}
.g-store {
  margin-bottom: 60px;
}
.g-store .g-caution__button:hover {
  background: #ca9600;
}
.g-store__caution {
  padding: 20px;
  font-weight: 700;
  color: #e60012;
  border: 2px solid #e60012;
  font-size: 18px;
  background: #FFFFFF;
  margin-bottom: 20px;
}
.g-store__subheading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  background: #000000;
  color: #FFFFFF;
  padding: 15px 10px;
  line-height: 1.2;
}
.g-store__subheading small {
  font-size: 20px;
}
.g-store__subhead {
  background: #caac55;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 20px;
  margin: 30px 0 15px;
  line-height: 1.2;
}
.g-store__subhead--border {
  background: transparent;
  padding: 5px 0;
  border-bottom: 2px solid #000000;
  margin: 20px 0 10px;
  font-size: 18px;
  font-weight: 700;
}
.g-store__table {
  width: 100%;
}
.g-store__table th,
.g-store__table td {
  border: 1px solid #caac55;
  padding: 15px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.g-store__table th a,
.g-store__table td a {
  color: #0066CC;
  text-decoration: underline;
}
.g-store__table thead th {
  background: #000000;
  color: #FFFFFF;
  text-align: center;
}
.g-store__table tbody th,
.g-store__table tbody td {
  font-weight: 500;
  vertical-align: middle;
  word-break: break-all;
}
.g-store__table tbody th {
  background: #e2d7b6;
  color: #000000;
  text-align: center;
  width: 150px;
}
.g-store__table tbody td {
  background: #FFF;
  text-align: left;
}
.g-store__table tbody td ul {
  font-weight: 400;
}
.g-store__notes {
  margin-top: 5px;
}
.g-store__notes--center {
  text-align: center;
}
.g-store__notes.no-margin {
  margin-top: 0;
}
.g-store__notes li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 3px;
  font-size: 14px;
}
.g-store__notes li.colorRed {
  color: #e60012;
}
.g-store__button__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.g-store__button__wrapper div.button {
  width: 300px;
  text-align: center;
}
.g-store__button__wrapper div.button span.notes {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
.g-store__button {
  width: 300px;
  display: block;
  color: #FFFFFF;
  height: 70px;
  line-height: 70px;
  font-weight: 700;
  background: #0078dc;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background ease-out 0.3s;
  transition: background ease-out 0.3s;
  margin: 0 10px;
}
.g-store__button:hover {
  background: #0087ff;
  color: #FFFFFF;
}
.g-store__button--off {
  background: #666666;
  color: #cccccc;
}
.g-store__button--off:hover {
  background: #666666;
  color: #cccccc;
}

.g-store-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.g-store-list li {
  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;
  background: rgba(255, 255, 255, 0.6);
}
.g-store-list__images {
  width: 120px;
  background: #FFFFFF;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-store-list__images img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.g-store-list__info {
  width: calc(100% - 125px);
  padding: 10px;
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.g-store-list__name {
  font-weight: 600;
  line-height: 1.2;
  font-size: 14px;
}
.g-store-list__price {
  font-weight: 600;
}
.g-store-list__price span {
  font-size: 16px;
}
.g-store-list__price small {
  font-size: 13px;
}
.g-store-list__text {
  font-size: 13px;
}
.g-store-list__button {
  font-size: 13px;
  background: #000000;
  color: #FFFFFF;
  padding: 8px;
  line-height: 1;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
  display: inline-block;
}

.storeModal img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .g-store {
    margin-bottom: 40px;
  }
  .g-store .g-caution__button:hover {
    background: #000000;
  }
  .g-store__caution {
    padding: 15px;
    font-size: 14px;
  }
  .g-store__subheading {
    font-size: 18px;
    margin-bottom: 20px;
    padding: 10px 15px;
    line-height: 1.1;
  }
  .g-store__subheading small {
    font-size: 14px;
  }
  .g-store__subhead {
    padding: 10px;
    font-size: 16px;
    margin: 20px 0 10px;
    line-height: 1.2;
  }
  .g-store__subhead--border {
    font-size: 16px;
  }
  .g-store__table {
    width: 100%;
    border-bottom: 1px solid #caac55;
  }
  .g-store__table th,
  .g-store__table td {
    padding: 10px 15px;
    font-size: 13px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
  }
  .g-store__table tbody th,
  .g-store__table tbody td {
    font-weight: 500;
    vertical-align: middle;
    word-break: break-all;
    border-bottom: none;
  }
  .g-store__table tbody th {
    width: 100%;
    text-align: left;
  }
  .g-store__table tbody td ul {
    font-weight: 400;
  }
  .g-store__notes li {
    font-size: 12px;
  }
  .g-store__button__wrapper {
    margin: 20px 0 0 0;
  }
  .g-store__button {
    max-width: 300px;
    height: 54px;
    line-height: 54px;
    margin: 15px auto 0 auto;
  }
  .g-store__button:hover {
    background: #0087ff;
    color: #FFFFFF;
  }
  .g-store-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 10px;
  }
  .g-store-list__images {
    width: 100px;
  }
  .g-store-list__info {
    width: calc(100% - 100px);
  }
  .g-store-list__name {
    font-weight: 600;
    line-height: 1.2;
    font-size: 13px;
  }
  .g-store-list__price {
    font-weight: 600;
  }
  .g-store-list__price span {
    font-size: 14px;
  }
  .g-store-list__price small {
    font-size: 12px;
  }
  .g-store-list__text {
    font-size: 12px;
  }
  .g-store-list__button {
    font-size: 12px;
  }
  .iziModal.storeModal {
    height: auto !important;
    min-height: auto !important;
  }
  #g-top.store .iziModal-navigate > button {
    height: 115vw !important;
  }
}
#splash.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10003;
}
#splash .splash_wrap {
  position: relative;
}
#splash .splash_wrap .splash_contents {
  position: absolute;
  margin: auto;
  max-width: 1200px;
  min-width: 800px;
  width: 60vw;
  top: 100px;
  bottom: auto;
  left: 0;
  right: 0;
}
#splash .splash_wrap .splash_contents .main a {
  display: block;
}
#splash .splash_wrap .splash_contents .main a img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #splash .splash_wrap .splash_contents {
    max-width: 100%;
    min-width: 100%;
    width: 100vw;
    top: 10vh;
    bottom: auto;
  }
  #splash .splash_wrap .caution {
    height: 450px;
    overflow: scroll;
    padding-bottom: 20px;
  }
}
/*# sourceMappingURL=goods.css.map */