@charset "UTF-8";
.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 6rem;
}

.item_name {
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
}

.set_name {
  color: #000;
  font-family: "??????", YuGothic, "?????", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-weight: bold;
}

.contents {
  font-size: 1.4rem;
  display: table;
  margin: 0.5em auto;
}

.item_price {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}
.item_price .s_01 {
  font-size: 1.6rem;
}
.item_price .normal_price {
  font-size: 1.6rem;
  color: #000;
}
.item_price .postage {
  color: #fff;
  background: #e60012;
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 0.5em;
  font-family: "Yu Gothic", "Meiryo", sans-serif;
  padding: 0.2em 0.6em;
}
.item_price .postage330 {
  background: #cf9520;
}
.item_price .postage550 {
  background: #e57321;
}

.order a {
  position: relative;
  display: block;
  max-width: 20rem;
  width: 100%;
  margin: auto;
  padding: 0.6em;
  border-radius: 1rem;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  background: #564635;
  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: #9E886F;
}
.order a:hover:after {
  right: 6%;
}

section .container {
  max-width: 1300px;
}
@media (max-width: 1320px) {
  section .container {
    padding: 0 1rem;
  }
}

.sec_01 .area01 {
  max-width: 1200px;
  margin: auto;
}
.sec_01 .border_box {
  border: 4px solid rgba(243, 195, 109, 0.8);
  padding: 4rem 2rem;
  border-radius: 1rem;
}
.sec_01 .border_box h3 {
  font-size: 2.6rem;
}
.sec_01 .border_box h3 span {
  color: #e60012;
}
.sec_01 .border_box img {
  width: 90%;
}
.sec_01 .point {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.8rem;
}
.sec_01 .point:before, .sec_01 .point:after {
  width: 0.2rem;
  height: 2.5rem;
  background-color: #000;
  content: "";
}
.sec_01 .point:before {
  transform: rotate(-35deg);
  margin-right: 2rem;
}
.sec_01 .point:after {
  transform: rotate(35deg);
  margin-left: 2rem;
}
.sec_01 .desc {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}

.sec_02 {
  padding: 8rem 0;
}
.sec_02 .icon a {
  position: relative;
  display: block;
}
.sec_02 figure img {
  border: 1px solid rgba(243, 195, 109, 0.6);
  border-radius: 1rem;
}
.sec_02 figure figcaption {
  font-size: 1.4rem;
  background: #e60012;
  color: #fff;
  font-weight: bold;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  position: absolute;
  top: -1rem;
  right: -1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}

.icon02 {
  position: relative;
}/*# sourceMappingURL=souvenir202601_custom_pc.css.map */