body {
  font-size: 16px;
}
@media (max-width: 640px) {
  body {
    font-size: 14px;
  }
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  width: 100%;
  display: block;
}

a {
  text-decoration: none;
  transition: 0.4s;
  color: inherit;
}
a:hover {
  color: inherit;
}
a:visited {
  color: inherit;
}

ul {
  list-style: none;
}

.ib_item {
  display: inline-block;
}

.tar {
  text-align: right;
}

.text_base {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 640px) {
  .text_base {
    font-size: 14px;
  }
}

.contents_wrap {
  max-width: 1024px;
  margin-inline: auto;
}

div.proper20260319 {
  width: 100%;
  overflow: hidden;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
div.proper20260319 h1,
div.proper20260319 h2,
div.proper20260319 h3,
div.proper20260319 p {
  letter-spacing: 0.05em;
  font-weight: 500;
}
div.proper20260319 div.banner {
  max-width: 1024px;
  margin: 0 auto;
}
div.proper20260319 .lead_area {
  margin: 6% auto;
  width: 96%;
}
@media (max-width: 810px) {
  div.proper20260319 .lead_area {
    margin: 8% auto;
  }
}
@media (max-width: 640px) {
  div.proper20260319 .lead_area {
    margin: 12% auto;
  }
}
@media (max-width: 450px) {
  div.proper20260319 .lead_area {
    max-width: 16% auto;
  }
}
div.proper20260319 .lead_area h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.8em;
  font-size: 24px;
  font-family: "Jost", sans-serif;
  font-weight: bold;
}
@media (max-width: 640px) {
  div.proper20260319 .lead_area h2 {
    font-size: 20px;
  }
}
div.proper20260319 .lead_area p.lead {
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 640px) {
  div.proper20260319 .lead_area p.lead {
    font-size: 14px;
    line-height: 1.7;
  }
}
div.proper20260319 .main_contents {
  padding-bottom: 8%;
}
@media (max-width: 640px) {
  div.proper20260319 .main_contents {
    padding-bottom: 10%;
  }
}
div.proper20260319 .main_contents .style_box + .style_box {
  margin-top: 16%;
}
div.proper20260319 .main_contents .style_box .style_main {
  display: grid;
  grid-template-columns: 15% 70% 15%;
}
div.proper20260319 .main_contents .style_box .style_main .item_title {
  background: #d9eda9;
}
div.proper20260319 .main_contents .style_box .style_main .item_title img {
  width: 60%;
  margin-inline: auto;
}
div.proper20260319 .main_contents .style_box .style_sub_box {
  background: linear-gradient(to right, #fff 0%, #fff 30%, #d9eda9 30%, #d9eda9 100%);
  position: relative;
}
div.proper20260319 .main_contents .style_box .style_sub_box .style_middle {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 10px;
  padding-block: 20px 30px;
}
div.proper20260319 .main_contents .style_box .style_sub_box .style_middle div:nth-child(2) img {
  margin-top: 30%;
}
div.proper20260319 .main_contents .style_box .style_sub_box .style_bottom {
  display: flex;
  width: 90%;
  margin-inline: auto;
  gap: 8px;
  padding-bottom: 10%;
}
div.proper20260319 .main_contents .style_box .style_sub_box .title_deco {
  width: 40%;
  position: absolute;
  right: 0;
  bottom: 0;
  filter: brightness(0.8);
}
div.proper20260319 .main_contents .style_box .style_credit_box {
  width: 90%;
  max-width: 600px;
  margin-block: 5% 2%;
  margin-inline: auto;
}
@media (max-width: 640px) {
  div.proper20260319 .main_contents .style_box .style_credit_box {
    margin-block: 8% 3%;
    width: 94%;
  }
}
div.proper20260319 .main_contents .style_box .style_credit_box a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-block: 8px;
  position: relative;
}
div.proper20260319 .main_contents .style_box .style_credit_box a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 3px;
  background: #dadada;
  transition: width 0.3s ease;
}
div.proper20260319 .main_contents .style_box .style_credit_box a:hover {
  text-decoration: none;
}
div.proper20260319 .main_contents .style_box .style_credit_box a:hover::after {
  width: 100%;
}
div.proper20260319 .main_contents .style_box .style_credit_box a:hover .off {
  background: #c00000;
  color: #fff;
}
div.proper20260319 .main_contents .style_box .style_credit_box a .item_name {
  flex: 1;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}
@media (max-width: 810px) {
  div.proper20260319 .main_contents .style_box .style_credit_box a .item_name {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  div.proper20260319 .main_contents .style_box .style_credit_box a .item_name {
    font-size: 16px;
  }
}
div.proper20260319 .main_contents .style_box .style_credit_box a .base_price {
  font-size: 14px;
  text-decoration: line-through;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
@media (max-width: 450px) {
  div.proper20260319 .main_contents .style_box .style_credit_box a .base_price {
    font-size: 12px;
  }
}
div.proper20260319 .main_contents .style_box .style_credit_box a .arrow {
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 450px) {
  div.proper20260319 .main_contents .style_box .style_credit_box a .arrow {
    font-size: 14px;
  }
}
div.proper20260319 .main_contents .style_box .style_credit_box a .sale_price {
  font-size: 16px;
  font-weight: bold;
  color: #c00000;
  font-family: "Jost", sans-serif;
}
@media (max-width: 450px) {
  div.proper20260319 .main_contents .style_box .style_credit_box a .sale_price {
    font-size: 14px;
  }
}
div.proper20260319 .main_contents .style_box .style_credit_box a .off {
  padding: 2px 4px;
  font-size: 10px;
  font-weight: bold;
  color: #c00000;
  border: 1px solid #c00000;
  border-radius: 5px;
  font-family: "Oswald", sans-serif;
  transition: 0.4s;
  letter-spacing: 0.03em;
}
@media (max-width: 450px) {
  div.proper20260319 .main_contents .style_box .style_credit_box a .off {
    font-size: 10px;
  }
}
div.proper20260319 .main_contents .style_box .style_credit_box a .off b {
  font-size: 120%;
}
div.proper20260319 .main_contents .style_box .style_credit_box .style_comment p {
  font-size: 14px;
}
div.proper20260319 .main_contents .style_box .sale_deco {
  margin-left: 20px;
  font-size: clamp(40px, 8vw, 80px);
  font-weight: bold;
  color: #d9eda9;
  font-family: "Oswald", sans-serif;
  opacity: 0.9;
}
div.proper20260319 .main_contents .style_box.style_even .style_main .img_main {
  grid-area: 1/2/2/3;
}
div.proper20260319 .main_contents .style_box.style_even .style_main .item_title {
  background: #e6cece;
  grid-area: 1/3/2/4;
}
div.proper20260319 .main_contents .style_box.style_even .style_sub_box {
  background: linear-gradient(to left, #fff 0%, #fff 30%, #e6cece 30%, #e6cece 100%);
  position: relative;
}
div.proper20260319 .main_contents .style_box.style_even .style_sub_box .style_middle {
  grid-template-columns: 1fr 40%;
}
div.proper20260319 .main_contents .style_box.style_even .style_sub_box .style_middle div:first-child img {
  margin-top: 30%;
}
div.proper20260319 .main_contents .style_box.style_even .style_sub_box .title_deco {
  left: 0;
}
div.proper20260319 .main_contents .style_box.style_even .sale_deco {
  margin-left: unset;
  margin-right: 20px;
  text-align: right;
  color: #e6cece;
}/*# sourceMappingURL=0319proper10.css.map */