@charset "UTF-8";
/* -----------------------------------------------------
	variables
----------------------------------------------------- */
.page main {
  background-image: url("../img/goods/bg.jpg");
  background-attachment: fixed;
  background-size: calc(100% - 200px) auto;
  background-position: top right;
  background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
  .page main {
    position: relative;
    background-image: none;
  }
}
@media screen and (max-width: 768px) {
  .page main:before {
    content: "";
    display: block;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/goods/bg_sp.jpg");
    background-size: cover;
  }
}

/* -----------------------------------------------------
	contents
----------------------------------------------------- */
#contents {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #contents {
    padding: 0;
  }
}
#contents .inner .page_ttl {
  max-width: 248px;
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  #contents .inner .page_ttl {
    max-width: 41.796875vw;
    margin: 0 0 13.0208333333vw;
  }
}
#contents .inner h2 {
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  #contents .inner h2 {
    margin: 0 0 6.5104166667vw;
  }
}
#contents .inner h2 span {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 400;
  padding: 0.5em 0.7em;
  border: solid 1px #b79c6b;
  color: #b79c6b;
}
@media screen and (max-width: 768px) {
  #contents .inner h2 span {
    font-size: 4.4270833333vw;
  }
}
#contents .inner .lead {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #contents .inner .lead {
    font-size: 3.125vw;
  }
}
#contents .inner .lead em {
  font-style: normal;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  #contents .inner .lead em {
    font-size: 5.859375vw;
  }
}
#contents .inner .lead a {
  color: #b79c6b;
  text-decoration: underline;
  text-underline-offset: 8px;
}
#contents .inner .lead + p {
  margin-top: 1em;
}
#contents .inner .apology {
  margin-top: 2em;
  color: #eb2700;
}
#contents .inner .apology p {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #contents .inner .apology p {
    font-size: 3.3854166667vw;
  }
}
#contents .inner .apology p:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../img/icon_note.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  #contents .inner .apology p:before {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
}
#contents .inner .apology p a {
  text-decoration: underline;
}
#contents .inner figure {
  display: block;
}
#contents .inner figure + p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #contents .inner figure + p {
    margin-top: 3.90625vw;
  }
}
#contents .inner .list-note {
  margin-top: 10px;
}
#contents .inner .list-note li {
  position: relative;
  padding-left: 1em;
  margin-top: 10px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #contents .inner .list-note li {
    font-size: 3.125vw;
  }
}
#contents .inner .list-note li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#contents .inner .list-note li:first-child {
  margin-top: 0;
}
#contents .inner .btn {
  max-width: 550px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #contents .inner .btn {
    max-width: 100%;
    margin: 7.8125vw auto 0;
  }
}
#contents .inner .item_wrap {
  margin-top: 60px;
  padding-top: 80px;
  border-top: solid 1px #313131;
}
@media screen and (max-width: 768px) {
  #contents .inner .item_wrap {
    margin-top: 7.8125vw;
    padding-top: 7.8125vw;
  }
}
#contents .inner .item_wrap .item_list {
  margin: 45px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #contents .inner .item_wrap .item_list {
    margin: 5.2083333333vw 0 0;
  }
}
#contents .inner .item_wrap .item_list .item {
  position: relative;
  width: 48.1818181818%;
  background-color: #1e1e1e;
  padding: 30px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #contents .inner .item_wrap .item_list .item {
    width: 100%;
    padding: 5.2083333333vw;
  }
}
#contents .inner .item_wrap .item_list .item picture {
  display: block;
  aspect-ratio: 40/27;
}
#contents .inner .item_wrap .item_list .item picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contents .inner .item_wrap .item_list .item .name {
  color: #b79c6b;
  margin-top: 25px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #contents .inner .item_wrap .item_list .item .name {
    margin-top: 4.6875vw;
    font-size: 3.90625vw;
  }
}
#contents .inner .item_wrap .item_list .item .price {
  margin-top: 20px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #contents .inner .item_wrap .item_list .item .price {
    margin-top: 3.90625vw;
    font-size: 3.3854166667vw;
  }
}
#contents .inner .item_wrap .item_list .item .price em {
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #contents .inner .item_wrap .item_list .item .price em {
    font-size: 4.6875vw;
  }
}
#contents .inner .item_wrap .item_list .item .limit {
  margin-top: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #contents .inner .item_wrap .item_list .item .limit {
    margin-top: 3.3854166667vw;
    font-size: 3.125vw;
  }
}
#contents .inner .item_wrap .item_list .item .type {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #contents .inner .item_wrap .item_list .item .type {
    margin-top: 3.3854166667vw;
  }
}
#contents .inner .item_wrap .item_list .item .type li {
  display: inline-block;
  background-color: #b79c6b;
  font-size: 1.4rem;
  padding: 0.3em 0.5em;
  color: #1e1e1e;
  margin-left: 0.2em;
}
@media screen and (max-width: 768px) {
  #contents .inner .item_wrap .item_list .item .type li {
    font-size: 3.125vw;
  }
}
#contents .inner .item_wrap .item_list .item .ended {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #contents .inner .item_wrap .item_list .item .ended {
    margin-top: 2.6041666667vw;
  }
}
#contents .inner .item_wrap .item_list .item .ended span {
  display: inline-block;
  background-color: #bb4e16;
  font-size: 1.4rem;
  padding: 0.3em 0.5em;
  color: #FFFFFF;
  margin-left: 0.2em;
}
@media screen and (max-width: 768px) {
  #contents .inner .item_wrap .item_list .item .ended span {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  #contents .inner .item_wrap .item_list .item:nth-of-type(n+2) {
    margin-top: 7.8125vw;
  }
}
@media screen and (min-width: 769px) {
  #contents .inner .item_wrap .item_list .item:nth-of-type(n+3) {
    margin-top: 40px;
  }
}
#contents .inner .benefits_wrap {
  padding-top: 160px;
}
@media screen and (max-width: 768px) {
  #contents .inner .benefits_wrap {
    padding-top: 13.0208333333vw;
  }
}

body.is-modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
}
.modal_bg {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
.modal_wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: start;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}
.modal_content {
  position: relative;
  background-color: #1e1e1e;
  max-width: 636px;
  width: 100%;
  height: auto;
  padding: 40px;
  margin: 123px 0 50px;
}
@media screen and (max-width: 768px) {
  .modal_content {
    padding: 5.2083333333vw;
    margin: 23.5677083333vw 0 6.5104166667vw;
    max-width: 87.2395833333vw;
  }
}
.modal_content .close {
  width: 50px;
  height: 69px;
  cursor: pointer;
  font-size: 0;
  position: absolute;
  top: -83px;
  right: 0;
  background-image: url("../img/goods/close.png");
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .modal_content .close {
    width: 11.8489583333vw;
    height: 16.40625vw;
    top: -19.0104166667vw;
  }
}
.modal_content_inner {
  width: 100%;
  height: 100%;
}
.modal_content picture {
  display: block;
  aspect-ratio: 40/27;
}
.modal_content picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal_content .name {
  color: #b79c6b;
  margin-top: 30px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .modal_content .name {
    margin-top: 4.6875vw;
    font-size: 3.90625vw;
  }
}
.modal_content .price {
  margin-top: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .modal_content .price {
    margin-top: 3.90625vw;
    font-size: 3.3854166667vw;
  }
}
.modal_content .price em {
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .modal_content .price em {
    font-size: 4.6875vw;
  }
}
.modal_content .limit {
  margin-top: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .modal_content .limit {
    margin-top: 3.3854166667vw;
    font-size: 3.3854166667vw;
  }
}
.modal_content .type {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .modal_content .type {
    margin-top: 3.3854166667vw;
  }
}
.modal_content .type li {
  display: inline-block;
  background-color: #b79c6b;
  font-size: 1.4rem;
  padding: 0.3em 0.5em;
  color: #1e1e1e;
  margin-left: 0.2em;
}
@media screen and (max-width: 768px) {
  .modal_content .type li {
    font-size: 3.3854166667vw;
  }
}
.modal_content .ended {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .modal_content .ended {
    margin-top: 2.6041666667vw;
  }
}
.modal_content .ended span {
  display: inline-block;
  background-color: #bb4e16;
  font-size: 1.4rem;
  padding: 0.3em 0.5em;
  color: #FFFFFF;
  margin-left: 0.2em;
}
@media screen and (max-width: 768px) {
  .modal_content .ended span {
    font-size: 3.125vw;
  }
}
.modal_content .main_text {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .modal_content .main_text {
    margin-top: 4.6875vw;
  }
}
.modal_content .main_text p {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .modal_content .main_text p {
    font-size: 3.3854166667vw;
  }
}

/* -----------------------------------------------------
	swiper
----------------------------------------------------- */
.swiper-button-next, .swiper-button-prev {
  color: #b79c6b;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .swiper-button-next::after, .swiper-button-prev::after {
    font-size: 6.5104166667vw;
  }
}

.swiper-pagination {
  position: relative;
  bottom: inherit;
  left: inherit;
  margin-top: 1em;
}

.swiper-pagination-bullet {
  opacity: 1;
  background: #505050;
}

.swiper-pagination-bullet-active {
  background: #b79c6b;
}