.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.mb1 {
  margin: 0 0 4rem;
}

.item_price {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}
.item_price .s_01 {
  font-size: 1.4rem;
  margin-left: 0.2em;
}
.item_price .normal_price {
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 0.5em;
}
.item_price .postage {
  color: #fff;
  background: #e60012;
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 0.6em;
  font-family: "Yu Gothic", "Meiryo", sans-serif;
  padding: 0.2em 1em;
  border-radius: 0.5rem;
}

.order a {
  position: relative;
  display: block;
  width: 22rem;
  margin: auto;
  padding: 0.6em;
  border-radius: 1rem;
  font-size: 1.4rem;
  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 {
  width: 767px;
  max-width: 90%;
  margin: auto;
  position: absolute;
  top: 3%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 0);
  animation: fadein 1.5s 0.8s ease forwards;
}
.sec_main_visual .main_visual_inner .main_copy .main_copy001 {
  max-width: 100%;
}
@keyframes fadein {
  from {
    opacity: 0;
    transform: translate(-50%, 3rem);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

.main_name {
  font-size: 2rem;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  text-align: left;
  color: #3c0e00;
  text-align: center;
}
.main_name .seasonal {
  font-size: 1.6rem;
  font-weight: 400;
  display: inline-block;
  border: 1px solid #3c0e00;
  padding: 0.2em 0.8em;
  margin-bottom: 0.5em;
}
.main_name .text_s {
  font-size: 1.6rem;
  margin-right: 0.5em;
  display: block;
}

.sec_common .desc {
  font-size: 1.4rem;
  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 {
  text-align: center;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: normal;
}

.sec_01 {
  padding-top: 5rem;
}
.sec_01 .item_img img {
  max-width: 22rem;
  margin: auto;
}
.sec_01 .campaign_area {
  margin-top: 4rem;
}
.sec_01 .campaign_area .campaign_copy {
  font-size: 1.5rem;
  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: 2.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: 5rem;
}
.sec_02 .item_img img {
  max-width: 22rem;
  margin: auto;
}

.sec_03 {
  padding: 5rem 0 0;
}
.sec_03 .item_img img {
  max-width: 28rem;
  margin: auto;
}

.image-note {
  text-align: right;
  margin-top: 1.5em;
}/*# sourceMappingURL=shichimi-agodashi2026_custom_sp.css.map */