figure a {
  display: block;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.item_name {
  text-align: center;
  font-size: 2.2rem;
  margin: 1em 0 0.5em;
  font-family: "Kaisei Tokumin", serif;
}

.contents {
  text-align: center;
  margin-top: 1.5em;
}

.item_price {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}
.item_price .s_01 {
  font-size: 1.8rem;
}
.item_price .normal_price {
  font-size: 1.6rem;
  color: #000;
}
.item_price .postage {
  color: #fff;
  background: #e60012;
  font-size: 1.8rem;
  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: 22rem;
  width: 100%;
  margin: auto;
  padding: 0.6em;
  border-radius: 1rem;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background: #ea5449;
  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:after {
  right: 6%;
}

.mb1 {
  margin: 0 0 4rem;
}

.bg {
  background: url(https://www.fukutaro-shop.com/Contents/Feature/yorokonbu_bg001.jpg) repeat center/auto;
}

.sec_01 {
  position: relative;
}
@media (max-width: 1800px) {
  .sec_01 {
    padding: 0;
  }
}
.sec_01:before {
  content: "";
  background: url("https://www.fukutaro-shop.com/Contents/Feature/yorokonbu2026_parts001.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  max-width: 1920px;
  max-height: 680px;
}
@media (max-width: 1800px) {
  .sec_01:before {
    width: 70%;
    height: 70%;
  }
}
.sec_01 .container {
  max-width: 1400px;
}
@media (min-width: 1801px) {
  .sec_01 .container {
    padding-top: 5rem;
  }
}
@media (max-width: 1423px) {
  .sec_01 .container {
    padding: 0 1rem;
  }
}
.sec_01 p {
  font-size: 2.4rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  line-height: 2.2;
  margin-top: -2em;
}

h2 {
  font-family: "Kaisei Tokumin", serif;
  font-size: 4rem;
  font-weight: normal;
  line-height: 1.4;
}
h2 .shipping_day {
  font-size: 2.2rem;
  color: #ea5449;
  display: flex;
  justify-content: center;
  align-items: center;
}
h2 .shipping_day:before, h2 .shipping_day:after {
  content: "";
  width: 0.2rem;
  height: 2rem;
  background: #ea5449;
}
h2 .shipping_day:before {
  transform: rotate(-35deg);
  margin-right: 1.6rem;
}
h2 .shipping_day:after {
  transform: rotate(35deg);
  margin-left: 1.6rem;
}

.sub_text001 {
  font-size: 2.2rem;
  color: #ea5449;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub_text001:before, .sub_text001:after {
  content: "";
  width: 0.2rem;
  height: 2rem;
  background: #ea5449;
}
.sub_text001:before {
  transform: rotate(-35deg);
  margin-right: 1.6rem;
}
.sub_text001:after {
  transform: rotate(35deg);
  margin-left: 1.6rem;
}

.sub_text002 {
  display: block;
  font-size: 2.2rem;
  color: #e60012;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub_text002:before, .sub_text002:after {
  content: "";
  width: 0.2rem;
  height: 2rem;
  background: #e60012;
}
.sub_text002:before {
  transform: rotate(-35deg);
  margin-right: 1.6rem;
}
.sub_text002:after {
  transform: rotate(35deg);
  margin-left: 1.6rem;
}

.sub_text {
  display: block;
  font-size: 2.2rem;
}

.sec_common .container {
  max-width: 1300px;
}
@media (max-width: 1323px) {
  .sec_common .container {
    padding: 0 1rem;
  }
}
.sec_common .title_desc {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  text-align: center;
}

.sec_02 figure {
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(222, 216, 189, 0.6);
}
.sec_02 img {
  max-width: 500px;
  width: 100%;
  margin: auto;
  padding: 2rem;
  box-sizing: border-box;
}

.sec_03 .item_area figure {
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(222, 216, 189, 0.6);
}
.sec_03 .item_area img {
  max-width: 320px;
  margin: auto;
  padding: 2rem;
}
@media (max-width: 1023px) {
  .sec_03 .item_area img {
    width: 50%;
  }
}

.sec_04 .item_area figure {
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(222, 216, 189, 0.6);
}
.sec_04 .item_area figure a {
  padding: 2rem;
}

.sec_05 {
  position: relative;
  padding-bottom: 30rem;
  margin-bottom: -10rem;
}
.sec_05:before {
  content: "";
  background: url("https://www.fukutaro-shop.com/Contents/Feature/yorokonbu2026_parts001.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  transform: rotate(180deg);
  max-width: 1920px;
  max-height: 680px;
}
@media (max-width: 1800px) {
  .sec_05:before {
    width: 70%;
    height: 70%;
  }
}
.sec_05 .container {
  max-width: 1300px;
}
.sec_05 .item_area figure {
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(222, 216, 189, 0.6);
}
.sec_05 .item_area figure a {
  padding: 1rem;
}

.img_t {
  text-align: right;
  margin-top: 2em;
}/*# sourceMappingURL=yorokonbu2026_custom_pc.css.map */