.reverse .span:nth-child(1) {
  order: 2;
}
.reverse .span:nth-child(2) {
  order: 1;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.mb1 {
  margin: 0 0 4rem;
}

.item_price {
  text-align: center;
  font-size: 4.2rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}
.item_price .s_01 {
  font-size: 2rem;
  margin-left: 0.2em;
}
.item_price .normal_price {
  font-size: 1.6rem;
  color: #000;
}
.item_price .postage {
  color: #fff;
  background: #e60012;
  font-size: 2rem;
  font-weight: bold;
  margin-left: 0.6em;
  font-family: "Yu Gothic", "Meiryo", sans-serif;
  padding: 0.2em 1em;
  border-radius: 0.5rem;
}
.item_price .arrow {
  margin: 0 0.5em;
}

.order a {
  position: relative;
  display: block;
  width: 30rem;
  margin: auto;
  padding: 0.6em;
  border-radius: 1rem;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  background: #3c0e00;
  transition: 0.2s;
  font-weight: bold;
}
.order a:after {
  content: "";
  background: transparent;
  background-size: contain;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 7%;
  border: 1px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.2s;
}
.order a:hover {
  opacity: 1;
  background: #572c1c;
}
.order a:hover:after {
  right: 6%;
}

.sec_main_visual {
  padding: 0;
  max-width: 1920px;
  margin: auto;
}
.sec_main_visual .main_visual_inner {
  position: relative;
}
.sec_main_visual .main_visual_inner .main_img {
  max-width: 100%;
}
.sec_main_visual .main_visual_inner .main_copy {
  max-width: 100%;
  width: 1760px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec_main_visual .main_visual_inner .main_copy .main_copy001 {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-30%);
  opacity: 0;
}
@media (max-width: 1480px) {
  .sec_main_visual .main_visual_inner .main_copy .main_copy001 {
    width: 40%;
  }
}
.sec_main_visual .main_visual_inner .main_copy .main_copy001 {
  animation: fadein 1.5s 0.8s ease forwards;
}
@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(-30%);
  }
  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}

.main_name {
  font-size: 4rem;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  text-align: left;
  color: #3c0e00;
  line-height: 1.2;
}
.main_name .seasonal {
  font-size: 2.8rem;
  font-weight: 400;
  display: inline-block;
  border: 1px solid #3c0e00;
  padding: 0.3em 0.6em;
}
.main_name .text_s {
  font-size: 2.8rem;
  margin-right: 0.5em;
}

.nameptn02 {
  line-height: 1.4;
}
.nameptn02 .seasonal {
  padding: 0.2em 0.6em;
}

.sec_common .container {
  max-width: 1280px;
}
@media (max-width: 1300px) {
  .sec_common .container {
    padding: 0 1rem;
  }
}
.sec_common .desc {
  font-size: 2.1rem;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: normal;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
.sec_common .contents {
  font-size: 1.9rem;
  text-align: center;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: normal;
}
.sec_common .item_row {
  display: grid;
  grid-template-columns: 2.1fr 1fr;
  gap: 2rem;
}

.sec_01 {
  padding-top: 10rem;
}
.sec_01 .item_img img {
  max-width: 80%;
  margin: auto;
}
.sec_01 .campaign_area {
  margin-top: 4rem;
}
.sec_01 .campaign_area .campaign_copy {
  font-size: 1.9rem;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: normal;
  color: #e60012;
  font-weight: bold;
  padding: 0 0.3rem;
  text-align: center;
}
.sec_01 .campaign_area .campaign_copy span {
  position: relative;
  padding: 0 1em;
}
.sec_01 .campaign_area .campaign_copy span:before, .sec_01 .campaign_area .campaign_copy span:after {
  content: "";
  background-color: #e60012;
  width: 0.1rem;
  height: 3.5rem;
  position: absolute;
  top: 50%;
}
.sec_01 .campaign_area .campaign_copy span:before {
  left: 0;
  transform: translateY(-50%) rotate(-35deg);
}
.sec_01 .campaign_area .campaign_copy span:after {
  right: 0;
  transform: translateY(-50%) rotate(35deg);
}

.sec_02 {
  padding-top: 10rem;
}
.sec_02 .item_img img {
  max-width: 90%;
  margin: auto;
}

.sec_03 {
  padding: 10rem 0 0;
}

.image-note {
  text-align: right;
  margin-top: 3em;
}/*# sourceMappingURL=shichimi-agodashi2026_custom_pc.css.map */