@charset "UTF-8";
/* ===========================
共通
=========================== */
@media (min-width: 980px) {
  .forSP {
    display: none !important;
  }
}
.fc-wrapper {
  font-size: 16px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000;
  max-width: 100%;
  width: 100%;
  margin: auto;
}

.caution {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #c30000;
}

.sold {
  color: #c30000;
  margin-top: 24px !important;
}

.btn {
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  border: 1px solid #000000;
  border-radius: 5px;
  background-color: #000000;
  color: #ffffff !important;
  padding: 17px 0;
  width: 70%;
  margin: 0 auto;
  position: relative;
}
.btn::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent currentColor;
  position: absolute;
  right: 6%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn:hover {
  background-color: #ffffff;
  color: #000000 !important;
  text-decoration: none;
}

.btn_category {
  display: block;
  padding: 32px 0;
  border: 1px solid #AAA16D;
  background-color: #AAA16D;
  margin-top: 90px;
  width: 53.704%;
}
.btn_category:hover {
  color: #AAA16D !important;
}

@media (max-width: 979px) {
  .forPC {
    display: none;
  }
  .fc-wrapper {
    font-size: clamp(13px, 2.46vw, 16px);
  }
  .caution {
    font-size: 12px;
  }
  .btn {
    font-size: clamp(12px, 3.2vw, 16px);
    padding: 7px 0;
    width: 100%;
  }
  .btn::after {
    border-width: 3px 0 3px 5px;
    right: 7%;
  }
  .btn_category {
    padding: 18px 0;
    margin-top: 40px;
    width: 94.03%;
  }
}
/* ===========================
MV・リード
=========================== */
.mv img {
  width: 100%;
}

#lead {
  padding: 80px 60px 100px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: #F7EAE1;
}
#lead span {
  display: block;
}
#lead .lead_head {
  position: relative;
}
#lead .lead_head .ttl_bg {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}
#lead .lead_head h1 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  font-size: 60px;
  letter-spacing: 0.1em;
  margin-top: 1.2%;
}
#lead .lead_head .icon {
  font-size: 22px;
  letter-spacing: 0.2em;
  border-radius: 5px;
  background-color: #D0747F;
  color: #ffffff;
  width: 180px;
  margin: 0 auto 4px;
  padding: 4px 0;
}
#lead .lead_txt {
  font-size: 20px;
  line-height: 2.2;
}
#lead .date_inner {
  max-width: 660px;
  width: 100%;
  margin: 0 auto 30px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 20px 40px;
}
#lead .date_inner .date_ttl {
  line-height: 1.8;
}
#lead .date_inner .date_txt {
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 5px;
}
#lead .date .caution {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 979px) {
  #lead {
    padding: 40px 20px;
    gap: 20px;
  }
  #lead .lead_head .ttl_bg {
    padding: 0 15px;
  }
  #lead .lead_head h1 {
    font-size: 8vw;
    margin-top: 0;
  }
  #lead .lead_head .icon {
    font-size: 3.2vw;
    width: 29.851%;
    padding: 3px 0;
    margin-bottom: 8px;
  }
  #lead .lead_txt {
    font-size: clamp(14px, 3.73vw, 20px);
    line-height: 1.8;
    margin-top: -6%;
  }
  #lead .date_inner {
    margin: 0 auto 10px;
    padding: 15px 20px;
  }
  #lead .date_inner .date_ttl {
    line-height: 1.8;
  }
  #lead .date_inner .date_txt {
    font-size: clamp(18px, 4.8vw, 24px);
    line-height: 1.6;
  }
  #lead .date .caution {
    text-align: left;
  }
}
/* ===========================
商品
=========================== */
#brand_list {
  padding: 0 60px 100px;
  background-color: #F7EAE1;
}
#brand_list h2 {
  font-size: 40px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 40px;
}
#brand_list .brand {
  padding: 60px 60px 80px;
  background-color: #ffffff;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 80px;
}
#brand_list .brand:last-child {
  margin-bottom: 0;
}
#brand_list .brand_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 120px;
}
#brand_list .brand_head_img {
  width: 53.704%;
}
#brand_list .brand_head .txt_box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
  max-width: 460px;
  width: 100%;
}
#brand_list .brand_head .txt_box .brand_name {
  font-size: 13px;
  line-height: 1.8;
}
#brand_list .brand_head .txt_box .brand_name .brand_logo {
  display: block;
  margin-bottom: 16px;
}
#brand_list .brand_head .txt_box .brand_copy {
  font-size: 26px;
  line-height: 1.7;
}
#brand_list .brand_head .txt_box .brand_txt {
  line-height: 1.6;
}
#brand_list .brand_head .txt_box .caution {
  color: #915F10;
}
#brand_list .brand_item_list {
  display: flex;
  flex-wrap: wrap;
  gap: 90px 100px;
  justify-content: space-between;
  padding: 0 60px;
}
#brand_list .brand_item_list li {
  width: 41.667%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
#brand_list .brand_item_list li .item_pic {
  display: block;
  margin-bottom: 30px;
}
#brand_list .brand_item_list li .item_pic:hover {
  opacity: 0.7;
}
#brand_list .brand_item_list li .item_name {
  font-size: 22px;
  line-height: 1.6;
}
#brand_list .brand_item_list li .item_quantity {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}
#brand_list .brand_item_list li .item_price {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 30px;
  flex-grow: 1;
}
#brand_list .brand_item_list li .item_price .medium {
  font-size: 18px;
}
#brand_list .brand_item_list li .item_price .small {
  font-size: 14px;
}
#brand_list .brand_item .caution {
  font-size: 20px;
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 1024px) {
  #brand_list .brand_item_list {
    padding: 0;
  }
}
@media (max-width: 979px) {
  #brand_list {
    padding: 40px 0 100px;
    background-color: unset;
  }
  #brand_list h2 {
    font-size: clamp(24px, 6.4vw, 40px);
    margin-bottom: 0;
  }
  #brand_list .brand {
    padding: 20px;
    margin: 0 auto 20px;
  }
  #brand_list .brand_head {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }
  #brand_list .brand_head_img {
    width: 100%;
  }
  #brand_list .brand_head .txt_box {
    gap: 20px;
  }
  #brand_list .brand_head .txt_box .brand_name {
    font-size: 11px;
  }
  #brand_list .brand_head .txt_box .brand_name .brand_logo {
    width: 70%;
    margin: 0 auto 12px;
  }
  #brand_list .brand_head .txt_box .brand_copy {
    font-size: clamp(16px, 4.26vw, 26px);
  }
  #brand_list .brand_item_list {
    gap: 50px 25px;
    padding: 0;
    justify-content: center;
  }
  #brand_list .brand_item_list li {
    width: 46%;
    text-align: left;
  }
  #brand_list .brand_item_list li .item_pic {
    margin-bottom: 10px;
  }
  #brand_list .brand_item_list li .item_name {
    font-size: clamp(13px, 3.46vw, 22px);
    line-height: 1.4;
    margin-bottom: 3px;
  }
  #brand_list .brand_item_list li .item_quantity {
    font-size: clamp(12px, 3.2vw, 18px);
    margin-bottom: 8px;
  }
  #brand_list .brand_item_list li .item_price {
    font-size: clamp(13px, 3.46vw, 26px);
    margin-bottom: 10px;
    line-height: 1.5;
  }
  #brand_list .brand_item_list li .item_price .medium {
    font-size: clamp(10px, 2.66vw, 18px);
  }
  #brand_list .brand_item_list li .item_price .small {
    font-size: clamp(10px, 2.66vw, 14px);
  }
  #brand_list .brand_item .caution {
    font-size: clamp(14px, 3.733vw, 26px);
    margin-top: 30px;
  }
}
@media (max-width: 360px) {
  #brand_list .brand_item_list li {
    width: 100%;
  }
  .btn_category {
    width: 100%;
  }
}/*# sourceMappingURL=sv26_preorder.css.map */