@charset "UTF-8";
.c-basic-title01 {
  color: #a5915a;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(27px, 4.2vw, 42px);
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-basic-title01 {
    font-size: 42px;
  }
}
.c-basic-title01 .reduce {
  color: #505050;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Noto Sans JP", "IBM Plex Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 45%;
  display: block;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  margin-top: 0.2rem;
}
@media screen and (min-width: 992px) {
  .c-basic-title01 .reduce {
    font-size: 35%;
  }
}

.c-button-round--black {
  background-color: #1f1e21;
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
}
.c-button-round--black::after {
  background-image: url(../images/common/icon_right_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  height: 11px;
  width: 9px;
  margin: 0 0 0 5px;
}
.c-button-round--black:hover {
  background-color: #4d4d4e;
}
.c-button-round--black.comingsoon {
  background-color: #d4d4d4;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0);
  color: #fcfcfc;
  pointer-events: none;
  cursor: default;
}
.c-button-round--gold {
  background-color: #a5915a;
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
}
.c-button-round--gold::after {
  background-image: url(../images/common/icon_right_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  height: 11px;
  width: 9px;
  margin: 0 0 0 5px;
}
.c-button-round--gold:hover {
  background-color: #dbcb9c;
}

.c-results {
  border-top: 1px solid #666666;
}
.c-results--wrap {
  margin: auto;
  max-width: 1200px;
  padding: 90px 2%;
}
@media screen and (min-width: 992px) {
  .c-results--wrap {
    padding: 90px 0;
  }
}
.c-results-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.c-results-list > li {
  margin: 0 1% 20px;
  max-width: 220px;
  width: 31.3333333333%;
}
@media screen and (min-width: 768px) {
  .c-results-list > li {
    margin: 0 1%;
    width: 18%;
  }
}
@media screen and (min-width: 768px) {
  .c-results-list > li:nth-child(-n+10) {
    margin-bottom: 30px;
  }
}
.c-results-list > li.no-data {
  max-width: none;
  padding: 50px;
  text-align: center;
  width: 100%;
}
.c-results-list .image {
  aspect-ratio: 216/162.5;
  background-color: #f6f6f6;
  border: 1px solid #9c9e9c;
  text-align: center;
}
.c-results-list .image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.c-results-list .info {
  background-color: #c7bfa9;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  font-size: clamp(10px, 1.2vw, 12px);
  line-height: 1;
  padding: 1px 4px;
  text-align: right;
  word-break: break-all;
}
@media screen and (min-width: 992px) {
  .c-results-list .info {
    font-size: 12px;
  }
}
.c-results-list .name {
  font-size: clamp(13px, 1.6vw, 16px);
  margin-top: 8px;
  word-break: break-all;
}
@media screen and (min-width: 992px) {
  .c-results-list .name {
    font-size: 16px;
  }
}
.c-results-list .price {
  line-height: 1;
  margin-top: 8px;
  padding-top: 6px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-results-list .price {
    margin-top: 15px;
    padding-top: 13px;
  }
}
.c-results-list .price::before {
  background-color: #d4d4d4;
  content: "";
  display: block;
  height: 2px;
  width: 35%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.c-results-list .price .title {
  display: block;
  font-size: clamp(11px, 1.6vw, 16px);
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-results-list .price .title {
    font-size: 16px;
  }
}
.c-results-list .price .amount {
  color: #aa0000;
  display: block;
  font-size: clamp(18px, 3vw, 30px);
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-top: 0.3rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-results-list .price .amount {
    font-size: 30px;
  }
}
.c-results-list .price .amount .yen {
  font-size: 70%;
}
.c-results-btn {
  margin: 40px auto 0;
  max-width: 350px;
  min-width: 200px;
  width: 78%;
}
@media screen and (min-width: 768px) {
  .c-results-btn {
    width: auto;
  }
}
.c-results-btn a {
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 992px) {
  .c-results-btn a {
    font-size: 16px;
  }
}

.c-cta {
  background-color: #f6f6f6;
}
.c-cta--wrap {
  margin: auto;
  max-width: 1150px;
  padding: 45px 2%;
}
@media screen and (min-width: 768px) {
  .c-cta--wrap {
    padding: 90px 0;
  }
}
.c-cta-list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto 0;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .c-cta-list {
    max-width: none;
  }
}
.c-cta-list li.line, .c-cta-list li.tel, .c-cta-list li.mail {
  margin: 0 0.5% 6px;
  width: 49%;
}
@media screen and (min-width: 768px) {
  .c-cta-list li.line, .c-cta-list li.tel, .c-cta-list li.mail {
    margin: 0 0.5%;
    width: 32.3333333333%;
  }
}
.c-cta-list li.shop, .c-cta-list li.visit {
  margin: 0 0.5% 6px;
  width: 49%;
}
@media screen and (min-width: 768px) {
  .c-cta-list li.shop, .c-cta-list li.visit {
    margin: 10px 0.5% 0;
  }
}
.c-cta-list li.line a {
  background-color: #00b900;
}
.c-cta-list li.line a::before {
  background-image: url(../images/common/icon_line.svg);
}
.c-cta-list li.line a:hover {
  background-color: #3fe43f;
}
.c-cta-list li.tel a::before {
  background-image: url(../images/common/icon_tel_round.svg);
}
.c-cta-list li.mail a::before {
  background-image: url(../images/common/icon_mail_round.svg);
}
.c-cta-list li.shop a::before, .c-cta-list li.shop label::before {
  background-image: url(../images/common/icon_shop_round.svg);
}
.c-cta-list li.visit a::before, .c-cta-list li.visit label::before {
  background-image: url(../images/common/icon_visit_round.svg);
}
.c-cta-list li a,
.c-cta-list li label {
  background-color: #1f1e21;
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 3.8709677419vw;
  font-weight: bold;
  height: 100%;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  padding: 1.2rem 1rem;
  transition: 0.4s;
  white-space: nowrap;
  word-break: keep-all;
}
@media screen and (min-width: 620px) {
  .c-cta-list li a,
.c-cta-list li label {
    font-size: 3.125vw;
    padding: 1.2rem 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .c-cta-list li a,
.c-cta-list li label {
    font-size: clamp(18px, 2.4vw, 24px);
  }
}
@media screen and (min-width: 992px) {
  .c-cta-list li a,
.c-cta-list li label {
    font-size: 24px;
    padding: 1.8rem 2.5rem;
  }
}
.c-cta-list li a:hover,
.c-cta-list li label:hover {
  background-color: #4d4d4e;
}
.c-cta-list li a::before,
.c-cta-list li label::before {
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 999px;
  content: "";
  display: block;
  margin-right: 4%;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .c-cta-list li a::before,
.c-cta-list li label::before {
    width: 6.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-cta-list li a::before,
.c-cta-list li label::before {
    width: 80px;
  }
}
.c-cta-list li a .reduce,
.c-cta-list li label .reduce {
  display: none;
  font-size: 60%;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .c-cta-list li a .reduce,
.c-cta-list li label .reduce {
    display: block;
  }
}
.c-cta-list li a .text,
.c-cta-list li label .text {
  color: #ffffff;
  width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .c-cta-list li a .text,
.c-cta-list li label .text {
    width: 6.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-cta-list li a .text,
.c-cta-list li label .text {
    width: calc(100% - 80px);
  }
}
.c-cta-list li a time,
.c-cta-list li label time {
  display: block;
  font-size: 53%;
  margin-top: 0.1rem;
}
@media screen and (min-width: 768px) {
  .c-cta-list li a time,
.c-cta-list li label time {
    font-size: 58%;
    margin-top: 0.4rem;
  }
}

.c-brandlist--wrap {
  margin: auto;
  max-width: 1200px;
  padding: 45px 2%;
}
@media screen and (min-width: 992px) {
  .c-brandlist--wrap {
    padding: 90px 0;
  }
}
.c-brandlist-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.c-brandlist-list > li {
  max-width: 170px;
  padding: 10px;
  width: 33.3333333333%;
}
@media screen and (min-width: 768px) {
  .c-brandlist-list > li {
    width: 25%;
  }
}
@media screen and (min-width: 992px) {
  .c-brandlist-list > li {
    width: 16.6666666667%;
  }
}
.c-brandlist-list > li a .image {
  border-radius: 999px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
  overflow: hidden;
}
.c-brandlist-list > li a .image:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.c-brandlist-list .nolink {
  pointer-events: none;
  cursor: default;
}
.c-brandlist-list .nolink .image {
  border-radius: 999px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}
.c-brandlist-list .name {
  font-size: clamp(14px, 1.6vw, 16px);
  margin-top: 8px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-brandlist-list .name {
    font-size: 16px;
  }
}
.c-brandlist-btn {
  margin: 40px auto 0;
  max-width: 350px;
  min-width: 200px;
  width: 78%;
}
@media screen and (min-width: 768px) {
  .c-brandlist-btn {
    width: auto;
  }
}
.c-brandlist-btn a,
.c-brandlist-btn .comingsoon {
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 992px) {
  .c-brandlist-btn a,
.c-brandlist-btn .comingsoon {
    font-size: 16px;
  }
}

.c-itemlist--wrap {
  margin: auto;
  max-width: 1026px;
  padding: 45px 2%;
}
@media screen and (min-width: 992px) {
  .c-itemlist--wrap {
    padding: 90px 0;
  }
}
.c-itemlist-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.c-itemlist-list > li {
  max-width: 240px;
  margin: 0 0.8% 12px;
  width: 31.7333333333%;
}
@media screen and (min-width: 768px) {
  .c-itemlist-list > li {
    margin: 0 0.8%;
    width: 23.4%;
  }
}
@media screen and (min-width: 992px) {
  .c-itemlist-list > li:nth-child(-n+5) {
    margin-bottom: 30px;
  }
}
.c-itemlist-list > li:last-of-type {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-itemlist-list > li:last-of-type {
    display: block;
  }
}
.c-itemlist-list > li:hover .image {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  transition: 0.4s;
  opacity: 0.7;
}
.c-itemlist-list > li.comingsoon .image {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0);
  border: 2px solid #eeeeee;
  opacity: 0.6;
}
.c-itemlist-list > li.comingsoon .name {
  color: #c5c5c5;
}
.c-itemlist-list .image {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  border-radius: 5px;
}
.c-itemlist-list .name {
  font-size: clamp(13px, 1.7vw, 17px);
  font-weight: bold;
  margin-top: 8px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-itemlist-list .name {
    margin-top: 14px;
    font-size: 17px;
  }
}
.c-itemlist-list .name .reduce {
  font-size: 80%;
  display: block;
  margin-top: 0.4rem;
}
.c-itemlist-btn {
  margin: 40px auto 0;
  max-width: 350px;
  min-width: 200px;
  width: 78%;
}
@media screen and (min-width: 768px) {
  .c-itemlist-btn {
    width: auto;
  }
}
.c-itemlist-btn a,
.c-itemlist-btn .nolink {
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 992px) {
  .c-itemlist-btn a,
.c-itemlist-btn .nolink {
    font-size: 16px;
  }
}

.c-brandlist + .c-itemlist .c-itemlist--wrap {
  border-top: 2px solid #ccc;
}

.c-shoplist {
  background-color: #f6f6f6;
}
.c-shoplist--wrap {
  margin: auto;
  max-width: 1200px;
  padding: 45px 2%;
}
@media screen and (min-width: 992px) {
  .c-shoplist--wrap {
    padding: 90px 0;
  }
}
.c-shoplist-list {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.c-shoplist-list li {
  display: flex;
  flex-direction: column;
  margin: 0 1%;
}
@media screen and (min-width: 430px) {
  .c-shoplist-list li {
    margin: 0 1%;
    max-width: 280px;
    width: 48%;
  }
}
.c-shoplist-list li figure {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.c-shoplist-list li figure figcaption {
  background-color: #fff;
  flex-grow: 1;
  padding: 1rem 1.5rem;
}
.c-shoplist-list .image {
  border: 1px solid #505050;
}
.c-shoplist-list .name {
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: bold;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 992px) {
  .c-shoplist-list .name {
    font-size: 18px;
  }
}
.c-shoplist-list .address {
  font-size: clamp(13px, 1.5vw, 15px);
  line-height: 1.5;
  letter-spacing: 0.1rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 992px) {
  .c-shoplist-list .address {
    font-size: 15px;
  }
}
.c-shoplist-list .tel {
  margin-top: 0.5rem;
}
.c-shoplist-list .tel a {
  color: #505050;
  display: flex;
  align-items: center;
  font-size: clamp(16px, 1.9vw, 19px);
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-top: 0.9rem;
}
@media screen and (min-width: 992px) {
  .c-shoplist-list .tel a {
    font-size: 19px;
  }
}
.c-shoplist-list .tel a::before {
  background-image: url(../images/common/icon_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  margin-right: 5px;
}
.c-shoplist-list_btn a {
  font-size: clamp(13px, 1.5vw, 15px);
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin: 4px auto 0;
  padding: 0.9rem;
}
@media screen and (min-width: 992px) {
  .c-shoplist-list_btn a {
    font-size: 15px;
  }
}
.c-shoplist-list_btn a:first-of-type {
  margin: 8px auto 0;
}
.c-shoplist-btn {
  margin: 55px auto 0;
  max-width: 350px;
  min-width: 200px;
}
.c-shoplist-btn a {
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 992px) {
  .c-shoplist-btn a {
    font-size: 16px;
  }
}

.c-method {
  border-top: 1px solid #666666;
}
.c-method--wrap {
  margin: auto;
  max-width: 1200px;
  padding: 45px 2%;
}
@media screen and (min-width: 992px) {
  .c-method--wrap {
    padding: 90px 0;
  }
}
.c-method-list {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 620px) {
  .c-method-list {
    justify-content: center;
  }
}
.c-method-list > li {
  margin: 0 1%;
  max-width: 370px;
  width: 48%;
}
@media screen and (min-width: 620px) {
  .c-method-list > li {
    width: 31.3333333333%;
  }
}
.c-method-list > li:nth-child(-n+3) {
  margin-bottom: 60px;
}
.c-method-list > li.line .title {
  color: #07b53b;
}
.c-method-list > li.line .btn {
  background-color: #07b53b;
}
.c-method-list > li.line .btn:hover {
  background-color: #3fe43f;
}
.c-method-list > li.tel .title {
  color: #07b3b5;
}
.c-method-list > li.tel .btn {
  background-color: #07b3b5;
}
.c-method-list > li.tel .btn:hover {
  background-color: #64d8da;
}
.c-method-list > li.mail .title {
  color: #b5af07;
}
.c-method-list > li.mail .btn {
  background-color: #b5af07;
}
.c-method-list > li.mail .btn:hover {
  background-color: #ddd852;
}
.c-method-list > li.shop .title {
  color: #b57e07;
}
.c-method-list > li.shop .btn {
  background-color: #b57e07;
}
.c-method-list > li.shop .btn:hover {
  background-color: #e2b450;
}
.c-method-list > li.visit .title {
  color: #b53c07;
}
.c-method-list > li.visit .btn {
  background-color: #b53c07;
}
.c-method-list > li.visit .btn:hover {
  background-color: #d4602f;
}
.c-method-list figure figcaption {
  flex-grow: 1;
}
.c-method-list .title {
  font-size: clamp(22px, 2.6vw, 26px);
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-method-list .title {
    font-size: 26px;
  }
}
.c-method-list .title .reduce {
  color: #505050;
  font-size: 45%;
  display: block;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 620px) {
  .c-method-list .title .reduce {
    font-size: 60%;
    margin-bottom: 0;
  }
}
.c-method-list .text {
  font-size: clamp(14px, 1.5vw, 15px);
  min-height: 6.2rem;
  line-height: 1.6;
  margin-top: 10px;
  padding: 0 0.8rem;
}
@media screen and (min-width: 992px) {
  .c-method-list .text {
    font-size: 15px;
  }
}
.c-method-list .btn {
  font-size: clamp(14px, 1.5vw, 15px);
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin: 15px auto 0;
  padding: 0.9rem;
  width: 95%;
}
@media screen and (min-width: 620px) {
  .c-method-list .btn {
    width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .c-method-list .btn {
    font-size: 15px;
  }
}
.c-method-list .time {
  display: block;
  font-size: clamp(12px, 1.4vw, 14px);
  margin-top: 5px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-method-list .time {
    font-size: 14px;
  }
}

.c-voice {
  border-top: 1px solid #666;
}
.c-voice--wrap {
  margin: auto;
  padding: 45px 2%;
}
@media screen and (min-width: 992px) {
  .c-voice--wrap {
    padding: 90px 2%;
  }
}
.c-voice-list {
  margin-top: 40px;
}
.c-voice-list_slide {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  margin: 10px 20px;
  padding: 40px;
}
.c-voice-list_slide .title {
  color: #a5915a;
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .c-voice-list_slide .title {
    font-size: 24px;
  }
}
.c-voice-list_slide .viewer {
  font-size: clamp(13px, 21.5vw, 15px);
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .c-voice-list_slide .viewer {
    font-size: 15px;
  }
}
.c-voice-list_slide .comment {
  border-top: 1px solid #666666;
  font-size: clamp(14px, 1.5vw, 15px);
  line-height: 1.8;
  min-height: 33rem;
  margin: 2rem 0 0;
  padding-top: 2.5rem;
}
@media screen and (min-width: 992px) {
  .c-voice-list_slide .comment {
    font-size: 15px;
  }
}
.c-voice .slick-list {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .c-voice .slick-list {
    overflow: visible;
  }
}
.c-voice .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.c-voice .slick-dots li {
  width: 12px;
  height: 12px;
}
.c-voice .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #333;
  text-indent: -9999px;
  cursor: pointer;
}
.c-voice .slick-dots li.slick-active button {
  background: #b59b3b;
}

.c-faq {
  border-top: 1px solid #666;
}
.c-faq--wrap {
  margin: auto;
  max-width: 1200px;
  padding: 45px 2%;
}
@media screen and (min-width: 992px) {
  .c-faq--wrap {
    padding: 90px 2%;
  }
}
.c-faq-list {
  margin-top: 20px;
}
.c-faq-list--box {
  margin-top: 10px;
}
.c-faq-list--label {
  background-color: #eee;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: bold;
  padding: 1.5rem 4rem 1.5rem 2rem;
}
@media screen and (min-width: 992px) {
  .c-faq-list--label {
    font-size: 18px;
  }
}
.c-faq-list--label .question {
  flex-grow: 1;
  margin: 0 1rem;
  text-indent: -2rem;
}
.c-faq-list--label .icon {
  position: relative;
}
.c-faq-list--label .icon::before, .c-faq-list--label .icon::after {
  background-color: #ad8d58;
  content: "";
  display: block;
  height: 3px;
  width: 2.5rem;
  position: absolute;
}
.c-faq-list--label .icon::after {
  transform: rotate(90deg);
  top: 0;
  transition: 0.4s;
}
.c-faq-list--answer {
  display: flex;
  font-size: clamp(14px, 1.5vw, 15px);
  line-height: 1.6;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: 0.4s;
}
@media screen and (min-width: 992px) {
  .c-faq-list--answer {
    font-size: 15px;
  }
}
.c-faq-list--answer::before {
  color: #a5915a;
  content: "A.";
  font-size: 110%;
  font-weight: bold;
  margin-right: 0.5rem;
}
.c-faq-list--check:checked + .c-faq-list--label .icon::after {
  transform: rotate(0deg);
  top: 0;
}
.c-faq-list--check:checked ~ .c-faq-list--answer {
  padding: 2.5rem 2rem;
  visibility: visible;
  opacity: 1;
  max-height: 999vh;
}

/* =========================================================
brand-loewe
========================================================= */
.p-loewe {
  /* =====================================================
  MV
  ===================================================== */
  /* =====================================================
  INTRO
  ===================================================== */
  /* =====================================================
  古くても、汚れていても
  ===================================================== */
  /* =====================================================
  高価買取になりやすい理由
  ===================================================== */
  /* =====================================================
  人気シリーズ
  ===================================================== */
  /* =====================================================
  こんな状態でも査定可能
  ===================================================== */
  /* =====================================================
  査定ポイント
  ===================================================== */
  /* =====================================================
  買取の簡単な流れ
  ===================================================== */
  /* =====================================================
  最後のロエベ訴求
  ===================================================== */
}
.p-loewe-mv {
  position: relative;
}
.p-loewe-mv picture {
  display: block;
}
.p-loewe-mv picture img {
  display: block;
  height: auto;
  width: 100%;
}
.p-loewe-mv--wrap {
  background: #ffffff;
  margin: auto;
  max-width: 1200px;
  padding: 25px 4% 35px;
}
@media screen and (min-width: 768px) {
  .p-loewe-mv--wrap {
    padding: 35px 2% 45px;
  }
}
@media screen and (min-width: 992px) {
  .p-loewe-mv--wrap {
    padding: 40px 2% 50px;
  }
}
.p-loewe-mv--title {
  color: #40241d;
  font-size: 5.5813953488vw;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-loewe-mv--title {
    font-size: 4.1935483871vw;
  }
}
@media screen and (min-width: 620px) {
  .p-loewe-mv--title {
    font-size: 3.6458333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-loewe-mv--title {
    font-size: 3.0241935484vw;
  }
}
@media screen and (min-width: 992px) {
  .p-loewe-mv--title {
    font-size: 30px;
  }
}
.p-loewe-mv--title .color {
  color: #b08c49;
}
.p-loewe-mv--text {
  color: #505050;
  font-size: 13px;
  line-height: 1.8;
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-loewe-mv--text {
    font-size: 14px;
    margin-top: 18px;
  }
}
@media screen and (min-width: 992px) {
  .p-loewe-mv--text {
    font-size: 15px;
  }
}
.p-loewe-intro {
  background: #ffffff;
  overflow: hidden;
}
.p-loewe-intro--wrap {
  margin: auto;
  max-width: 1200px;
  padding: 50px 4%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-loewe-intro--wrap {
    display: grid;
    grid-template-columns: 43% 57%;
    align-items: center;
    min-height: 540px;
    padding: 60px 2%;
  }
}
@media screen and (min-width: 992px) {
  .p-loewe-intro--wrap {
    min-height: 600px;
    padding: 80px 2%;
  }
}
.p-loewe-intro--image img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.p-loewe-intro--image-main {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .p-loewe-intro--image-main {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-loewe-intro--image-main img {
    width: 115%;
    max-width: none;
    transform: translateX(-5%);
  }
}
.p-loewe-intro--image-sub {
  margin: 30px auto 0;
  max-width: 330px;
}
@media screen and (min-width: 768px) {
  .p-loewe-intro--image-sub {
    margin: 0;
    max-width: 400px;
    position: absolute;
    right: 2%;
    bottom: 20px;
    width: 35%;
    z-index: 1;
  }
}
@media screen and (min-width: 992px) {
  .p-loewe-intro--image-sub {
    bottom: 35px;
  }
}
.p-loewe-intro--content {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-loewe-intro--content {
    grid-column: 2;
    grid-row: 1;
    padding-left: 6%;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 992px) {
  .p-loewe-intro--content {
    padding-left: 8%;
    padding-bottom: 120px;
  }
}
.p-loewe-intro--title {
  color: #40241d;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(27px, 4.2vw, 36px);
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.55;
  padding-left: 18px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-loewe-intro--title {
    font-size: 36px;
  }
}
.p-loewe-intro--title::before {
  background: #c3a96a;
  content: "";
  display: block;
  height: 100%;
  width: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-loewe-intro--title span {
  color: #b08c49;
}
.p-loewe-intro .text {
  color: #505050;
  font-size: 14px;
  line-height: 2;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-loewe-intro .text {
    font-size: 15px;
  }
}
.p-loewe-used {
  background: linear-gradient(155deg, #ffffff 0%, #ffffff 20%, #d8e7ef 20.1%, #d8e7ef 100%);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-loewe-used {
    background: linear-gradient(155deg, #ffffff 0%, #ffffff 15%, #d8e7ef 15.1%, #d8e7ef 100%);
  }
}
.p-loewe-used--wrap {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 1200px;
  padding: 80px 4% 50px;
}
@media screen and (min-width: 768px) {
  .p-loewe-used--wrap {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: 580px;
    padding: 100px 2% 70px;
  }
}
@media screen and (min-width: 992px) {
  .p-loewe-used--wrap {
    min-height: 650px;
  }
}
.p-loewe-used--content {
  order: 2;
}
@media screen and (min-width: 768px) {
  .p-loewe-used--content {
    order: 1;
    width: 48%;
  }
}
.p-loewe-used--title {
  color: #40241d;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(27px, 4.2vw, 36px);
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  padding-left: 18px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-loewe-used--title {
    font-size: 36px;
  }
}
.p-loewe-used--title::before {
  background: #c3a96a;
  content: "";
  display: block;
  height: 100%;
  width: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-loewe-used--title span {
  color: #b08c49;
}
.p-loewe-used .text {
  color: #505050;
  font-size: 14px;
  line-height: 1.9;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-loewe-used .text {
    font-size: 15px;
  }
}
.p-loewe-used--list {
  background: rgba(112, 167, 187, 0.55);
  margin-top: 25px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-loewe-used--list {
    max-width: 470px;
    padding: 22px 25px;
  }
}
.p-loewe-used--list li {
  color: #ffffff;
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 8px;
  padding-left: 15px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-loewe-used--list li {
    font-size: 16px;
  }
}
.p-loewe-used--list li::before {
  background: #ffffff;
  content: "";
  display: block;
  height: 12px;
  width: 3px;
  position: absolute;
  top: 5px;
  left: 0;
}
.p-loewe-used--list li:last-of-type {
  margin-bottom: 0;
}
.p-loewe-used--image {
  order: 1;
  margin: 0 auto 30px;
  max-width: 420px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-loewe-used--image {
    order: 2;
    margin: 0;
    max-width: none;
    width: 48%;
  }
}
.p-loewe-used--image img {
  display: block;
  margin: auto;
  width: 100%;
}
.p-loewe-reason {
  background: #ffffff;
}
.p-loewe-reason--wrap {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 1200px;
  padding: 60px 4%;
}
@media screen and (min-width: 768px) {
  .p-loewe-reason--wrap {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .p-loewe-reason--wrap {
    padding: 90px 2%;
  }
}
.p-loewe-reason--content {
  order: 2;
}
@media screen and (min-width: 768px) {
  .p-loewe-reason--content {
    order: 1;
    width: 48%;
  }
}
.p-loewe-reason--title {
  color: #40241d;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(27px, 4.2vw, 42px);
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  padding-left: 18px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-loewe-reason--title {
    font-size: 42px;
  }
}
.p-loewe-reason--title::before {
  background: #c3a96a;
  content: "";
  display: block;
  height: 100%;
  width: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-loewe-reason .text {
  color: #505050;
  font-size: 14px;
  line-height: 1.9;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-loewe-reason .text {
    font-size: 15px;
  }
}
.p-loewe-reason--image {
  order: 1;
  margin: 0 auto 30px;
  max-width: 500px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-loewe-reason--image {
    order: 2;
    margin: 0;
    width: 48%;
  }
}
.p-loewe-reason--image img {
  display: block;
  width: 100%;
}
.p-loewe-series {
  background: #ebe9e7;
}
.p-loewe-series--wrap {
  margin: auto;
  max-width: 1200px;
  padding: 60px 4%;
}
@media screen and (min-width: 992px) {
  .p-loewe-series--wrap {
    padding: 80px 2%;
  }
}
.p-loewe-series--title {
  color: #40241d;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(27px, 4.2vw, 42px);
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.4;
}
@media screen and (min-width: 992px) {
  .p-loewe-series--title {
    font-size: 42px;
  }
}
.p-loewe-series--list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 35px;
  row-gap: 35px;
}
@media screen and (min-width: 620px) {
  .p-loewe-series--list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
@media screen and (min-width: 768px) {
  .p-loewe-series--list {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 0;
  }
}
.p-loewe-series--list > li {
  border-top: 8px solid #ffffff;
  padding: 20px 5px 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-loewe-series--list > li {
    padding: 20px 12px 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-loewe-series--list > li:nth-child(n+4) {
    border-top-width: 8px;
  }
}
.p-loewe-series--list > li .image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 220px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-loewe-series--list > li .image {
    height: 24.1935483871vw;
  }
}
@media screen and (min-width: 992px) {
  .p-loewe-series--list > li .image {
    height: 270px;
  }
}
.p-loewe-series--list > li .image::before {
  color: rgba(255, 255, 255, 0.95);
  content: "LOEWE";
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 58px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-loewe-series--list > li .image::before {
    font-size: 6.25vw;
  }
}
@media screen and (min-width: 992px) {
  .p-loewe-series--list > li .image::before {
    font-size: 70px;
  }
}
.p-loewe-series--list > li .image img {
  max-height: 210px;
  max-width: 95%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .p-loewe-series--list > li .image img {
    max-height: 250px;
  }
}
.p-loewe-series--list > li .title {
  color: #505050;
  font-size: 5.3488372093vw;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 12px;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-loewe-series--list > li .title {
    font-size: 3.5483870968vw;
  }
}
@media screen and (min-width: 620px) {
  .p-loewe-series--list > li .title {
    font-size: 2.734375vw;
  }
}
@media screen and (min-width: 768px) {
  .p-loewe-series--list > li .title {
    font-size: 2.2177419355vw;
  }
}
@media screen and (min-width: 992px) {
  .p-loewe-series--list > li .title {
    font-size: 22px;
  }
}
.p-loewe-series--list > li .text {
  color: #505050;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 8px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-loewe-series--list > li .text {
    font-size: 15px;
  }
}
.p-loewe-condition {
  background: #ffffff;
}
.p-loewe-condition--wrap {
  margin: auto;
  max-width: 1200px;
  padding: 60px 4%;
}
@media screen and (min-width: 992px) {
  .p-loewe-condition--wrap {
    padding: 80px 2%;
  }
}
.p-loewe-condition--title {
  color: #505050;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Noto Sans JP", "IBM Plex Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 6.2790697674vw;
  font-weight: bold;
}
@media screen and (min-width: 430px) {
  .p-loewe-condition--title {
    font-size: 4.5161290323vw;
  }
}
@media screen and (min-width: 620px) {
  .p-loewe-condition--title {
    font-size: 3.90625vw;
  }
}
@media screen and (min-width: 768px) {
  .p-loewe-condition--title {
    font-size: 3.2258064516vw;
  }
}
@media screen and (min-width: 992px) {
  .p-loewe-condition--title {
    font-size: 32px;
  }
}
.p-loewe-condition--title .reduce {
  color: #505050;
  font-size: 45%;
  font-weight: 500;
}
.p-loewe-condition--list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .p-loewe-condition--list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 992px) {
  .p-loewe-condition--list {
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
  }
}
.p-loewe-condition--list > li {
  min-width: 0;
}
.p-loewe-condition--list > li .title {
  background: #a88e79;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: bold;
  min-height: 42px;
  padding: 8px 5px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-loewe-condition--list > li .title {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .p-loewe-condition--list > li .title {
    font-size: 15px;
  }
}
.p-loewe-condition--list > li .image {
  aspect-ratio: 1/1;
  background: #f4f4f4;
  overflow: hidden;
}
.p-loewe-condition--list > li .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-loewe-condition--detail-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 25px;
}
@media screen and (min-width: 620px) {
  .p-loewe-condition--detail-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px;
  }
}
@media screen and (min-width: 992px) {
  .p-loewe-condition--detail-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 30px;
  }
}
.p-loewe-condition--detail-list > li {
  border-left: 5px solid #c7af76;
  padding-left: 15px;
}
.p-loewe-condition--detail-list > li > ul > li {
  color: #505050;
  font-size: 14px;
  line-height: 1.8;
  padding-left: 1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-loewe-condition--detail-list > li > ul > li {
    font-size: 15px;
  }
}
.p-loewe-condition--detail-list > li > ul > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-loewe-condition--text {
  color: #505050;
  font-size: 14px;
  line-height: 1.8;
  margin: 35px auto 0;
  max-width: 900px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-loewe-condition--text {
    font-size: 15px;
  }
}
.p-loewe-point {
  background-color: #211c19;
  background-image: url(../images/brand/loewe/img-point-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.p-loewe-point::before {
  background: rgba(20, 16, 14, 0.32);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-loewe-point--wrap {
  margin: auto;
  max-width: 1200px;
  padding: 60px 4%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .p-loewe-point--wrap {
    padding: 90px 2%;
  }
}
.p-loewe-point--title {
  color: #ffffff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(27px, 4.2vw, 42px);
  font-weight: 500;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 992px) {
  .p-loewe-point--title {
    font-size: 42px;
  }
}
.p-loewe-point--title .reduce {
  color: #ffffff;
  display: block;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Noto Sans JP", "IBM Plex Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 45%;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  margin-top: 0.2rem;
}
@media screen and (min-width: 992px) {
  .p-loewe-point--title .reduce {
    font-size: 35%;
  }
}
.p-loewe-point--logo {
  margin: 30px auto;
  max-width: 380px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-loewe-point--logo {
    margin: 35px auto 45px;
    max-width: 470px;
  }
}
.p-loewe-point--logo img {
  display: inline-block;
  width: 100%;
}
.p-loewe-point--grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-loewe-point--grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 60px;
  }
}
.p-loewe-point-box {
  background: rgba(36, 27, 24, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 18px;
}
@media screen and (min-width: 992px) {
  .p-loewe-point-box {
    padding: 22px 28px 25px;
  }
}
.p-loewe-point-box .title {
  color: #ffffff;
  font-size: 4.8837209302vw;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-loewe-point-box .title {
    font-size: 3.3870967742vw;
  }
}
@media screen and (min-width: 620px) {
  .p-loewe-point-box .title {
    font-size: 2.8645833333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-loewe-point-box .title {
    font-size: 2.3185483871vw;
  }
}
@media screen and (min-width: 992px) {
  .p-loewe-point-box .title {
    font-size: 23px;
  }
}
.p-loewe-point-box .image {
  overflow: hidden;
}
.p-loewe-point-box .image img {
  display: block;
  width: 100%;
}
.p-loewe-point-box .text {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-loewe-point-box .text {
    font-size: 15px;
  }
}
.p-loewe-point-box--message {
  background: rgba(102, 88, 67, 0.9);
  border-color: rgba(194, 170, 109, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-loewe-point-box--message .title {
  border: 2px solid #c7ad70;
  color: #ffffff;
  padding: 10px 15px;
}
.p-loewe-flow {
  background-color: #f4f4f4;
}
.p-loewe-flow--wrap {
  margin: auto;
  max-width: 1200px;
  padding: 45px 2%;
}
@media screen and (min-width: 992px) {
  .p-loewe-flow--wrap {
    padding: 90px 2%;
  }
}
.p-loewe-flow_list {
  margin-top: 40px;
}
.p-loewe-flow_list > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  margin: auto;
  max-width: 480px;
}
@media screen and (min-width: 768px) {
  .p-loewe-flow_list > li {
    flex-direction: row;
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .p-loewe-flow_list > li::before {
    background-color: #a68c21;
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
.p-loewe-flow_list > li:first-of-type::before {
  height: 50%;
}
.p-loewe-flow_list > li:last-of-type::before {
  height: 50%;
  top: 0;
  bottom: auto;
}
.p-loewe-flow_list > li .image {
  text-align: center;
  max-width: 400px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-loewe-flow_list > li .image {
    max-width: none;
    width: 45%;
  }
}
.p-loewe-flow_list > li .image img {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .p-loewe-flow_list > li .image img {
    max-width: 420px;
  }
}
.p-loewe-flow_list > li .number {
  text-align: center;
  width: 60px;
  position: absolute;
  top: 51.1627906977vw;
}
@media screen and (min-width: 430px) {
  .p-loewe-flow_list > li .number {
    top: 220px;
  }
}
@media screen and (min-width: 768px) {
  .p-loewe-flow_list > li .number {
    width: 10%;
    position: relative;
    top: 0;
  }
}
.p-loewe-flow_list > li .number img {
  max-width: 80px;
  position: relative;
  width: 90%;
  z-index: 2;
}
.p-loewe-flow_list > li .info {
  padding: 1rem 2rem 4rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-loewe-flow_list > li .info {
    padding: 2rem;
    width: 45%;
  }
}
.p-loewe-flow_list > li .info .title {
  color: #a5915a;
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .p-loewe-flow_list > li .info .title {
    font-size: 24px;
  }
}
.p-loewe-flow_list > li .info .text {
  font-size: clamp(14px, 1.5vw, 15px);
  line-height: 1.8;
  margin-top: 0.8rem;
}
@media screen and (min-width: 992px) {
  .p-loewe-flow_list > li .info .text {
    font-size: 15px;
  }
}
.p-loewe-flow_list > li:nth-of-type(2n) {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-loewe-flow_list > li:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-loewe-flow_list > li:nth-of-type(2n) .info {
    text-align: right;
  }
}
.p-loewe-sell {
  background: #ffffff;
  border-top: 1px solid #666666;
}
.p-loewe-sell--wrap {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 1200px;
  padding: 60px 4%;
}
@media screen and (min-width: 768px) {
  .p-loewe-sell--wrap {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .p-loewe-sell--wrap {
    padding: 80px 2%;
  }
}
.p-loewe-sell--content {
  order: 2;
}
@media screen and (min-width: 768px) {
  .p-loewe-sell--content {
    display: flex;
    flex-direction: column;
    order: 1;
    width: 55%;
  }
}
.p-loewe-sell--title {
  color: #40241d;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(27px, 4.2vw, 42px);
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  padding-left: 18px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-loewe-sell--title {
    font-size: 42px;
  }
}
.p-loewe-sell--title::before {
  background: #c3a96a;
  content: "";
  display: block;
  height: 100%;
  width: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-loewe-sell--title span {
  color: #b08c49;
}
.p-loewe-sell .text {
  color: #505050;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-loewe-sell .text {
    font-size: 15px;
  }
}
.p-loewe-sell--sub {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-loewe-sell--sub {
    margin-top: auto;
    padding-top: 30px;
  }
}
.p-loewe-sell--sub img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-loewe-sell--image {
  order: 1;
  margin: 0 auto 30px;
  max-width: 500px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-loewe-sell--image {
    margin: 0;
    max-width: none;
    order: 2;
    width: 40%;
  }
}
.p-loewe-sell--image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
/*# sourceMappingURL=style-brand-loewe.css.map */