@charset "UTF-8";
/*------------------------------------------------------------
	BASE
------------------------------------------------------------*/
/*------------------------------------------------------------
	COLOR
------------------------------------------------------------*/
/*------------------------------------------------------------
	FONT
------------------------------------------------------------*/
/*------------------------------------------------------------
	FUNCTION
------------------------------------------------------------*/
/*------------------------------------------------------------
	MIXIN
------------------------------------------------------------*/
/*------------------------------------------------------------
	LP
------------------------------------------------------------*/
/*---------------
	MAIN
---------------*/
.main {
  padding: 0 0 0 79px;
  background: #F1F1F1;
}
@media screen and (max-width: 751px) {
  .main {
    padding: 18.6666666667vw 0 0;
  }
}

#lp {
  font-weight: 500;
  letter-spacing: 0.1em;
  /*---------------
  	MV
  ---------------*/
}
#lp .f_sans {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#lp .mv {
  position: relative;
  min-height: 51.171875vw;
  background: url("https://file003.shop-pro.jp/PA01462/703/assets/img/lp/20250723_kv.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 751px) {
  #lp .mv {
    min-height: 163.2vw;
    background: url("https://file003.shop-pro.jp/PA01462/703/assets/img/lp/20250723_kv_sp.jpg") center center no-repeat;
    background-size: cover;
    text-align: center;
  }
}
#lp .mv .inner {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  width: 26.5625vw;
  height: 100%;
  background: rgba(155, 125, 46, 0.85);
  transform: translateX(-50%);
}
@media screen and (max-width: 751px) {
  #lp .mv .inner {
    background: none;
    width: 100%;
  }
}
#lp .mv_logo {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 7.421875vw 0 0;
  width: 15vw;
}
@media screen and (max-width: 751px) {
  #lp .mv_logo {
    margin: 53.6vw auto 0;
    padding: 6.6666666667vw 0;
    width: 37.3333333333vw;
    background: rgba(155, 125, 46, 0.85);
  }
}
#lp .mv_logo img {
  width: 100%;
}
@media screen and (max-width: 751px) {
  #lp .mv_logo img {
    width: 28.2666666667vw;
  }
}
#lp .mv_lead {
  position: relative;
  z-index: 2;
  padding: 4.53125vw 0 0;
  font-size: 1.25vw;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 751px) {
  #lp .mv_lead {
    padding: 4vw 0 0;
    font-size: 3.2vw;
    line-height: 1.75;
    color: #231815;
  }
}
#lp .mv_badge {
  position: absolute;
  z-index: 3;
  top: 9.375vw;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14.6875vw;
  height: 14.6875vw;
  border-radius: 7.8125vw;
  background: #fff;
  font-size: 1.875vw;
  line-height: 1.4166666667;
  letter-spacing: 0.01em;
  text-align: center;
  font-weight: 500;
  transform: translateX(10.3125vw);
}
@media screen and (max-width: 751px) {
  #lp .mv_badge {
    top: 93.3333333333vw;
    left: 8vw;
    width: 25.0666666667vw;
    height: 25.0666666667vw;
    border-radius: 13.3333333333vw;
    font-size: calc(24 / 750 * 100vw);
    transform: none;
  }
}
#lp .mv_badge > span > span {
  color: #9B7D2E;
}
#lp .mv_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 751px) {
  #lp .mv_img {
    left: 50%;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
  }
}
#lp .mv_img img {
  width: 100%;
}
@media screen and (max-width: 751px) {
  #lp .mv_img img {
    height: 100%;
    width: auto;
    max-width: initial;
  }
}
#lp .special {
  padding: 15.625vw 0 5.46875vw;
}
@media screen and (max-width: 751px) {
  #lp .special {
    padding: 20vw 0 5.3333333333vw;
  }
}
#lp .special .inner {
  position: relative;
  margin: 0 auto;
  padding: 0 0 4.6875vw;
  width: 55.46875vw;
}
@media screen and (max-width: 751px) {
  #lp .special .inner {
    padding: 0 0 8vw;
    width: 90%;
  }
}
#lp .special .inner:before, #lp .special .inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #9B7D2E;
}
#lp .special .inner:before {
  transform: translateY(-2px);
}
#lp .special .inner:after {
  transform: translateY(2px);
}
#lp .special h2 {
  position: relative;
  margin: 0 auto;
  width: 55.46875vw;
  font-size: 1.875vw;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #9B7D2E;
  text-align: center;
}
@media screen and (max-width: 751px) {
  #lp .special h2 {
    width: 100%;
    font-size: 4.5333333333vw;
  }
}
#lp .special h2:before, #lp .special h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #9B7D2E;
}
#lp .special h2:before {
  transform: translateY(-2px);
}
#lp .special h2:after {
  transform: translateY(2px);
}
#lp .special h2 span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0.625vw 1.953125vw;
  border: 1px solid #9B7D2E;
  background: #F1F1F1;
}
@media screen and (max-width: 751px) {
  #lp .special h2 span {
    padding: 2vw 4vw 1.3333333333vw;
  }
}
#lp .special ol {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 3.90625vw auto 0;
  width: 55.46875vw;
}
@media screen and (max-width: 751px) {
  #lp .special ol {
    margin: 6.6666666667vw auto 0;
    width: 100%;
  }
}
#lp .special ol li dl {
  display: flex;
  justify-content: center;
  align-items: center;
}
#lp .special ol li dl dt {
  color: #9B7D2E;
  font-size: 1.40625vw;
  text-align: center;
}
@media screen and (max-width: 751px) {
  #lp .special ol li dl dt {
    font-size: 3.2vw;
  }
}
#lp .special ol li dl dt > span {
  display: block;
  padding: 1.953125vw 0 0;
  width: 5.234375vw;
}
@media screen and (max-width: 751px) {
  #lp .special ol li dl dt > span {
    padding: 2.6666666667vw 0 0;
    width: 8.9333333333vw;
  }
}
#lp .special ol li dl dd {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.5625vw;
  width: 14.6875vw;
  height: 14.6875vw;
  border-radius: 7.8125vw;
  background: #9B7D2E;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 751px) {
  #lp .special ol li dl dd {
    margin-left: 1.3333333333vw;
    width: 29.3333333333vw;
    height: 29.3333333333vw;
    border-radius: 14.6666666667vw;
  }
}
#lp .special ol li dl dd > span {
  font-size: 1.875vw;
  line-height: 1.4166666667;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 751px) {
  #lp .special ol li dl dd > span {
    font-size: 4vw;
  }
}
#lp .special ol li dl dd > span > span {
  font-size: 1.40625vw;
}
@media screen and (max-width: 751px) {
  #lp .special ol li dl dd > span > span {
    font-size: 3.2vw;
  }
}
#lp .special > p {
  padding: 15.625vw 0 0;
  font-size: 2.1875vw;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  color: #9B7D2E;
  text-align: center;
}
@media screen and (max-width: 751px) {
  #lp .special > p {
    padding: 24vw 0 0;
    font-size: 5.0666666667vw;
    line-height: 1.3157894737;
  }
}
#lp .products h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 23.4375vw;
  font-size: 2.1875vw;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 751px) {
  #lp .products h2 {
    min-height: 40vw;
    font-size: 5.0666666667vw;
  }
}
#lp .products .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 7.8125vw auto;
  width: 60.15625vw;
}
@media screen and (max-width: 751px) {
  #lp .products .inner {
    display: block;
    margin: 13.3333333333vw auto;
    width: 90%;
  }
}
#lp .products .inner .img {
  width: 27.734375vw;
}
@media screen and (max-width: 751px) {
  #lp .products .inner .img {
    width: 100%;
  }
}
#lp .products .inner .img img {
  width: 100%;
}
#lp .products .inner .txt {
  text-align: left;
  width: 29.6875vw;
}
@media screen and (max-width: 751px) {
  #lp .products .inner .txt {
    margin: 4vw 0 0;
    width: 100%;
  }
}
#lp .products .inner .txt h3 {
  font-size: 1.875vw;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 751px) {
  #lp .products .inner .txt h3 {
    font-size: 4.5333333333vw;
  }
}
#lp .products .inner .txt h3 > span {
  display: inline-block;
  margin: 0 0 1.5625vw;
  padding: 0.625vw 1.953125vw 0.390625vw;
  background: #231815;
  color: #fff;
  font-size: 1.09375vw;
}
@media screen and (max-width: 751px) {
  #lp .products .inner .txt h3 > span {
    margin: 0 0 2.6666666667vw;
    padding: 1.3333333333vw 4vw 1.3333333333vw;
    font-size: 3.2vw;
  }
}
#lp .products .inner .txt h4 {
  padding: 0.390625vw 0 0;
  font-size: 1.25vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 751px) {
  #lp .products .inner .txt h4 {
    padding: 4vw 0 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
#lp .products .inner .txt .price {
  padding: 0 0 0.78125vw;
  font-size: 1.09375vw;
  line-height: 1.7142857143;
}
@media screen and (max-width: 751px) {
  #lp .products .inner .txt .price {
    font-size: 3.2vw;
  }
}
#lp .products .inner .txt .price > span {
  font-size: 1.25vw;
  color: #EB4315;
}
@media screen and (max-width: 751px) {
  #lp .products .inner .txt .price > span {
    font-size: 3.7333333333vw;
  }
}
#lp .products .inner .txt .price + p {
  padding: 0;
}
@media screen and (max-width: 751px) {
  #lp .products .inner .txt .price + p {
    padding: 1.3333333333vw 0 0;
  }
}
#lp .products .inner .txt p {
  font-size: 1.09375vw;
  line-height: 1.9285714286;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 751px) {
  #lp .products .inner .txt p {
    font-size: 3.2vw;
  }
}
#lp .products .inner .txt p + p {
  padding: 3.90625vw 0 0;
}
@media screen and (max-width: 751px) {
  #lp .products .inner .txt p + p {
    padding: 6.6666666667vw 0 0;
  }
}
#lp .products .inner .txt p.note {
  padding: 0.390625vw 0 0;
  font-size: 1.015625vw;
  line-height: 1.8461538462;
}
@media screen and (max-width: 751px) {
  #lp .products .inner .txt p.note {
    padding: 1.3333333333vw 0 0;
    font-size: 2.6666666667vw;
  }
}
#lp .products .reserve {
  padding: 0 0 23.4375vw;
  text-align: center;
}
@media screen and (max-width: 751px) {
  #lp .products .reserve {
    padding: 0 0 26.6666666667vw;
  }
}
#lp .products .reserve + .inner {
  margin-top: 0;
}
#lp .products .reserve .button {
  display: block;
  width: 300px;
  border: 1px solid #231815;
  border-radius: 27px;
  background: #231815;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 751px) {
  #lp .products .reserve .button {
    width: 53.3333333333vw;
    border-radius: 13.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
#lp .products .reserve .button:after {
  display: none;
}
#lp .products .reserve .button:hover {
  background: #F1F1F1;
  color: #231815;
}
#lp .products .reserve p {
  padding: 2.34375vw 0;
  font-size: 1.015625vw;
  line-height: 1;
}
@media screen and (max-width: 751px) {
  #lp .products .reserve p {
    padding: 5.3333333333vw 0;
    font-size: 2.6666666667vw;
  }
}
#lp .products .reserve p + a {
  position: relative;
  display: inline-block;
  padding: 0 0 0.390625vw;
  font-size: 1.25vw;
}
@media screen and (max-width: 751px) {
  #lp .products .reserve p + a {
    padding: 0 0 0.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
#lp .products .reserve p + a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
#lp .products .reserve p + a:hover {
  opacity: 0.7;
}
#lp .products1 {
  padding-top: 7.8125vw;
}
#lp .products1 h2 {
  background: url("https://file003.shop-pro.jp/PA01462/703/assets/img/lp/20250723_title_img1.jpg") center center no-repeat;
  background-size: cover;
}
#lp .products2 h2 {
  background: url("https://file003.shop-pro.jp/PA01462/703/assets/img/lp/20250723_title_img2.jpg") center center no-repeat;
  background-size: cover;
}
#lp .brand {
  padding: 0 0 23.4375vw;
}
@media screen and (max-width: 751px) {
  #lp .products1 {
    padding-top: 13.3333333333vw;
  }
  #lp .brand {
    padding: 0 0 20vw;
  }
}
#lp .brand h2 {
  padding: 0 0 27.34375vw;
  background: url("https://file003.shop-pro.jp/PA01462/703/assets/img/lp/20250723_title_img3.jpg") center bottom no-repeat;
  background-size: 100% auto;
  font-size: 2.1875vw;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  color: #9B7D2E;
  text-align: center;
}
@media screen and (max-width: 751px) {
  #lp .brand h2 {
    padding: 0 0 46.6666666667vw;
    background-size: auto 40vw;
    font-size: 5.0666666667vw;
  }
}
#lp .brand h3 {
  padding: 7.8125vw 0 0;
  font-size: 2.1875vw;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #9B7D2E;
  text-align: center;
}
@media screen and (max-width: 751px) {
  #lp .brand h3 {
    padding: 13.3333333333vw 0 0;
    font-size: 4.8vw;
  }
}
#lp .brand h3 + p {
  padding: 10px 0 0;
  font-size: 1.09375vw;
  line-height: 1.9285714286;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 751px) {
  #lp .brand h3 + p {
    padding: 4vw 0 0;
    font-size: 2.6666666667vw;
  }
}
#lp .brand ul {
  margin: 2.34375vw auto 0;
  width: 55.46875vw;
}
@media screen and (max-width: 751px) {
  #lp .brand ul {
    margin: 6.6666666667vw auto 0;
    width: 90%;
  }
}
#lp .brand ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.125vw 0 0;
}
@media screen and (max-width: 751px) {
  #lp .brand ul li {
    padding: 8vw 0 0;
  }
}
#lp .brand ul li:nth-child(2n) {
  flex-flow: row-reverse;
}
#lp .brand ul li figure {
  width: 27.734375vw;
}
@media screen and (max-width: 751px) {
  #lp .brand ul li figure {
    width: 50%;
  }
}
#lp .brand ul li figure img {
  width: 100%;
}
#lp .brand ul li dl {
  width: 24.609375vw;
}
@media screen and (max-width: 751px) {
  #lp .brand ul li dl {
    width: 45%;
  }
}
#lp .brand ul li dl dt {
  font-size: 1.875vw;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 751px) {
  #lp .brand ul li dl dt {
    font-size: 4.5333333333vw;
  }
}
#lp .brand ul li dl dd {
  padding: 0.78125vw 0 0;
  font-size: 1.09375vw;
  line-height: 1.9285714286;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 751px) {
  #lp .brand ul li dl dd {
    padding: 1.3333333333vw 0 0;
    font-size: 2.6666666667vw;
  }
  #lp .brand ul li dl dd br {
    display: none;
  }
}
#lp .awards .title {
  padding: 0 0 27.34375vw;
  background: url("https://file003.shop-pro.jp/PA01462/703/assets/img/lp/20250723_title_img4.jpg") center bottom no-repeat;
  background-size: 100% auto;
  text-align: center;
}
@media screen and (max-width: 751px) {
  #lp .awards .title {
    padding: 0 0 46.6666666667vw;
    background-size: auto 40vw;
  }
}
#lp .awards .title h2 {
  min-height: 1px;
  font-size: 2.1875vw;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  color: #9B7D2E;
}
@media screen and (max-width: 751px) {
  #lp .awards .title h2 {
    font-size: 5.0666666667vw;
  }
}
#lp .awards .title p {
  padding: 0.78125vw 0 0;
  font-size: 1.09375vw;
  line-height: 1.9285714286;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 751px) {
  #lp .awards .title p {
    padding: 2.6666666667vw 0 0;
    font-size: 2.6666666667vw;
  }
}
#lp .awards_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 4.6875vw auto 0;
  width: 44.21875vw;
}
@media screen and (max-width: 751px) {
  #lp .awards_list {
    margin: 8vw auto 0;
    width: 90%;
  }
}
#lp .awards_list li {
  width: 33.33%;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 751px) {
  #lp .awards_list li {
    width: 26.6666666667vw;
  }
}
#lp .awards_list li figure {
  display: block;
  margin: 0 auto;
  width: 10.546875vw;
}
#lp .awards_list li figure img {
  width: 100%;
}
#lp .awards_list li p {
  padding: 2.34375vw 0 0;
  font-size: 1.09375vw;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 751px) {
  #lp .awards_list li p {
    padding: 4vw 0 0;
    font-size: 2.6666666667vw;
  }
}
#lp .awards_list li p + p {
  padding: 0.78125vw 0 0;
  line-height: 1;
  color: #9B7D2E;
}
@media screen and (max-width: 751px) {
  #lp .awards_list li p + p {
    padding: 1.3333333333vw 0 0;
  }
}
#lp .awards_list li p + p > span {
  display: inline-block;
  margin: 0 0 0.78125vw;
  padding: 0.625vw 1.953125vw 0.390625vw;
  background: #9B7D2E;
  color: #fff;
  font-size: 1.25vw;
  line-height: 1;
}
@media screen and (max-width: 751px) {
  #lp .awards_list li p + p > span {
    margin: 0 0 1.3333333333vw;
    padding: 1.3333333333vw 4vw 1.3333333333vw;
    font-size: 2.6666666667vw;
    letter-spacing: 0;
  }
}
#lp .awards > h3 {
  padding: 14.0625vw 0 0;
  font-size: 2.1875vw;
  letter-spacing: 0.1em;
  color: #9B7D2E;
  text-align: center;
}
@media screen and (max-width: 751px) {
  #lp .awards > h3 {
    padding: 20vw 2.6666666667vw 0;
    font-size: 4.5333333333vw;
    line-height: 1.5;
  }
}

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