@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600&display=swap");
.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.en,
.content_block {
  font-family: "Zen Old Mincho", serif;
}

.content_block .inner {
  max-width: 940px;
}

@media screen and (max-width: 768px) {
  .content_block .content_block #visual {
    margin-bottom: 0;
    line-height: 0;
  }
}
.content_block #first {
  text-align: center;
  padding: 100px 0 80px;
}
@media screen and (max-width: 768px) {
  .content_block #first {
    padding: 35px 0;
  }
}
.content_block #first h2 {
  font-size: 3.2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .content_block #first h2 {
    font-size: 6vw;
  }
}
.content_block #first p {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .content_block #first p {
    font-size: 3.4vw;
  }
}
.content_block #lists {
  background-color: #391A1B;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .content_block #lists {
    padding: 35px 5%;
  }
}
.content_block #lists h2 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .content_block #lists h2 {
    margin-bottom: 40px;
  }
}
.content_block #lists h2 span {
  display: inline-block;
  color: #fff;
  font-size: 3.2rem;
  border-bottom: 1px solid #fff;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .content_block #lists h2 span {
    font-size: 6vw;
  }
}
.content_block #lists .design-box {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .content_block #lists .design-box {
    margin-bottom: 5rem;
  }
}
.content_block #lists .design-box .box {
  background-color: #fff;
  padding: 30px 35px 30px 60px;
  display: flex;
  gap: 40px;
  position: relative;
}
.content_block #lists .design-box .box.box-rev {
  flex-direction: row-reverse;
  padding: 30px 60px 30px 35px;
}
@media screen and (max-width: 768px) {
  .content_block #lists .design-box .box {
    flex-direction: column-reverse !important;
    padding: 30px 10px !important;
    gap: 20px;
  }
}
.content_block #lists .design-box .box .text {
  flex: 1;
}
.content_block #lists .design-box .box figure {
  width: 353px;
}
@media screen and (max-width: 768px) {
  .content_block #lists .design-box .box figure {
    width: 230px;
    margin: auto;
  }
}
.content_block #lists .design-box .box .new {
  width: 81px;
  margin-left: -25px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .content_block #lists .design-box .box .new {
    position: absolute;
    width: 65px;
    top: 0;
    left: 3%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .content_block #lists .design-box .box .label {
    text-align: center;
    margin-bottom: 10px;
  }
}
.content_block #lists .design-box .box .label span {
  display: inline-block;
  background-color: #A10011;
  color: #fff;
  line-height: 1;
  padding: 8px 16px;
}
@media screen and (max-width: 768px) {
  .content_block #lists .design-box .box .label span {
    font-size: 3.6vw;
  }
}
.content_block #lists .design-box .box h3 {
  font-weight: 400;
  display: inline-block;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .content_block #lists .design-box .box h3 {
    text-align: center;
    display: block;
  }
}
.content_block #lists .design-box .box h3 .en {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .content_block #lists .design-box .box h3 .en {
    font-size: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .content_block #lists .design-box .box h3 .jp {
    font-size: 4vw;
  }
}
.content_block #lists .design-box .box .lead {
  text-align: left;
  margin-bottom: 0px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .content_block #lists .design-box .box .lead {
    display: block;
    font-size: 3.4vw;
    width: 85%;
    margin: 2rem auto 0;
  }
}
.content_block #lists .design-box .box .price1 {
  font-size: 4rem;
  display: inline-block;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .content_block #lists .design-box .box .price1 {
    font-size: 6.5vw;
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
}
.content_block #lists .design-box .box .price1 .yen {
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .content_block #lists .design-box .box .price1 .yen {
    font-size: 11vw;
  }
}
.content_block #lists .design-box .box .price1 .tax {
  font-size: 2rem;
  text-align: right;
  display: block;
  margin-right: 5ex;
}
@media screen and (max-width: 768px) {
  .content_block #lists .design-box .box .price1 .tax {
    text-align: center;
    font-size: 4.5vw;
    margin-right: 0;
  }
}
.content_block #lists .design-box .box .price2 {
  color: #A10011;
  font-size: 3rem;
  display: inline-block;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .content_block #lists .design-box .box .price2 {
    font-size: 6.5vw;
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }
}
.content_block #lists .design-box .box .price2 .yen {
  font-size: 4.6rem;
}
@media screen and (max-width: 768px) {
  .content_block #lists .design-box .box .price2 .yen {
    font-size: 9vw;
  }
}
.content_block #lists .design-box .box .price2 .tax {
  font-size: 1.6rem;
  text-align: right;
  display: block;
  margin-right: 4.5ex;
}
@media screen and (max-width: 768px) {
  .content_block #lists .design-box .box .price2 .tax {
    text-align: center;
    font-size: 4.5vw;
    margin-right: 0;
  }
}
.content_block #lists .design-box .box .note {
  font-size: 1.4rem;
  margin-top: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .content_block #lists .design-box .box .note {
    display: block;
    font-size: 3vw;
    width: 85%;
    margin: 2rem auto 0;
  }
}
.content_block #lists .design-box .detail {
  margin-top: 25px;
  text-align: center;
}
.content_block #lists .design-box .detail a {
  display: inline-block;
  width: 380px;
  align-items: center;
  text-align: center;
  font-weight: 500;
  background: linear-gradient(90deg, #A08941 0%, #CFBE82 52.4%, #A08941 100%);
  line-height: 1;
  padding: 25px;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .content_block #lists .design-box .detail a {
    width: 90%;
    font-size: 3.4vw;
    padding-right: 45px;
  }
}
.content_block #lists .design-box .detail a::after {
  content: "";
  position: absolute;
  top: 42%;
  right: 20px;
  width: 11px;
  height: 11px;
  transform: translateY(-50%);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .content_block #lists .design-box .detail a::after {
    width: 8px;
    height: 8px;
    right: 16px;
  }
}
.content_block #lists #box3 .price2 {
  margin-top: -2rem;
}
@media screen and (max-width: 768px) {
  .content_block #lists #box3 .price2 {
    margin-top: 0;
  }
}
.content_block .links {
  padding: 90px 0;
  text-align: center;
  max-width: 530px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .content_block .links {
    padding: 60px 5%;
  }
}
.content_block .links .link_btn {
  display: block;
  margin-bottom: 20px;
}
.content_block .links .stylebook-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #5C2328;
  color: #fff;
  line-height: 1;
  padding: 15px 30px;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 24px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .content_block .links .stylebook-btn {
    font-size: 3.2vw;
    padding: 15px;
  }
}
.content_block .links .stylebook-btn::after {
  content: "";
  position: absolute;
  top: 42%;
  right: 24px;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .content_block .links .stylebook-btn::after {
    right: 15px;
  }
}

#other {
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #other {
    padding: 0px 5%;
    margin-bottom: 40px;
  }
}
#other h2 {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #other h2 {
    font-size: 5vw;
  }
}

.reserve {
  text-align: center;
}

.reserve p {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .reserve p {
    font-size: 5vw;
  }
}

.reserve p span {
  display: inline-block;
  position: relative;
  padding: 0 25px;
}

.reserve p span::before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: #000;
  left: 0;
  top: 50%;
  transform: rotate(45deg);
}

.reserve p span::after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: #000;
  right: 0;
  top: 50%;
  transform: rotate(-45deg);
}

.reserve .res-btn {
  display: inline-block;
  background-color: #684A28;
  padding: 17px 70px;
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
  margin-bottom: 35px;
}/*# sourceMappingURL=style.css.map */