@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: 397px;
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  #contents .inner .page_ttl {
    max-width: 67.7083333333vw;
    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 .map .img_wrap {
  position: relative;
  cursor: pointer;
}
#contents .inner .map .img_wrap::after {
  content: "";
  display: block;
  width: 4.0909090909%;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 2.7777777778%;
  right: 2.7272727273%;
  background-image: url("../img/icon_zoom.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#contents .inner .area_wrap {
  margin: 150px 0 0;
}
@media screen and (max-width: 768px) {
  #contents .inner .area_wrap {
    margin: 19.53125vw 0 0;
  }
}
#contents .inner .area_wrap .area h3 {
  position: relative;
  display: flex;
  align-items: end;
  color: #b79c6b;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 36px;
  margin-bottom: 40px;
  border-bottom: solid 1px #313131;
}
@media screen and (max-width: 768px) {
  #contents .inner .area_wrap .area h3 {
    font-size: 4.9479166667vw;
    padding-bottom: 5.859375vw;
    margin-bottom: 6.5104166667vw;
  }
}
#contents .inner .area_wrap .area h3 span small {
  display: block;
  color: #FFFFFF;
  font-size: 1.8rem;
  margin: 0 0 16px;
}
@media screen and (max-width: 768px) {
  #contents .inner .area_wrap .area h3 span small {
    font-size: 2.6041666667vw;
    margin: 0 0 2.6041666667vw;
  }
}
#contents .inner .area_wrap .area h3 span small em {
  font-style: normal;
  font-size: 120%;
}
#contents .inner .area_wrap .area h3 span > em {
  font-style: normal;
  font-size: 150%;
}
#contents .inner .area_wrap .area h3::before {
  content: "";
  display: block;
  width: 15%;
  aspect-ratio: 55/52;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-right: 3.6363636364%;
}
@media screen and (max-width: 768px) {
  #contents .inner .area_wrap .area h3::before {
    width: 17.9104477612%;
    margin-right: 5.9701492537%;
  }
}
#contents .inner .area_wrap .area .area_content {
  display: flex;
  flex-wrap: wrap;
}
#contents .inner .area_wrap .area .area_content .area_content_img {
  width: 47.2727272727%;
}
@media screen and (max-width: 768px) {
  #contents .inner .area_wrap .area .area_content .area_content_img {
    width: 100%;
  }
}
#contents .inner .area_wrap .area .area_content .area_content_text {
  width: 52.7272727273%;
  padding-left: 5.4545454545%;
}
@media screen and (max-width: 768px) {
  #contents .inner .area_wrap .area .area_content .area_content_text {
    width: 100%;
    padding-left: 0;
    padding-top: 6.5104166667vw;
  }
}
#contents .inner .area_wrap .area .area_content .area_content_text p {
  font-size: 1.8rem;
  line-height: 2.22;
}
@media screen and (max-width: 768px) {
  #contents .inner .area_wrap .area .area_content .area_content_text p {
    font-size: 3.125vw;
  }
}
#contents .inner .area_wrap .area .area_content .area_content_text .list-note {
  margin-top: 10px;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #contents .inner .area_wrap .area .area_content .area_content_text .list-note {
    font-size: 3.125vw;
  }
}
#contents .inner .area_wrap .area .area_content .area_content_text .list-note li {
  position: relative;
  padding-left: 1em;
  margin-top: 10px;
}
#contents .inner .area_wrap .area .area_content .area_content_text .list-note li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#contents .inner .area_wrap .area .area_content .area_content_text .list-note li:first-child {
  margin-top: 0;
}
#contents .inner .area_wrap .area#area01 h3::before {
  background-image: url("../img/highlights/area_ttl_01.jpg");
}
#contents .inner .area_wrap .area#area02 h3::before {
  background-image: url("../img/highlights/area_ttl_02.jpg");
}
#contents .inner .area_wrap .area#area03 h3::before {
  background-image: url("../img/highlights/area_ttl_03.jpg");
}
#contents .inner .area_wrap .area#area04 h3::before {
  background-image: url("../img/highlights/area_ttl_04.jpg");
}
#contents .inner .area_wrap .area:nth-of-type(n+2) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #contents .inner .area_wrap .area:nth-of-type(n+2) {
    margin-top: 16.2760416667vw;
  }
}
#contents .inner .comingsoon {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #1e1e1e;
  aspect-ratio: 1100/397;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #contents .inner .comingsoon {
    aspect-ratio: 24/19;
    font-size: 6.25vw;
  }
}

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: #1c1c1c;
  max-width: 1100px;
  width: 100%;
  height: auto;
  margin: 123px 0 50px;
}
@media screen and (max-width: 768px) {
  .modal_content {
    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;
}
.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 .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;
  }
}