.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_name {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  border-bottom: 2px solid #ffcc36;
  padding-bottom: 0.3em;
}

.contents {
  font-size: 1.5rem;
  text-align: center;
}

.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: #3eb58b;
  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: #ffc52c;
}
.order a:hover:after {
  right: 6%;
}

.bg {
  background: #e8f7ff;
}

.sec_title .container {
  max-width: 1300px;
}
.sec_title .card_area {
  max-width: 1000px;
  margin: 8rem auto 12rem;
}
.sec_title .card_area h2 {
  font-family: "Zen Maru Gothic", sans-serif;
}
.sec_title .card_area .card_img {
  position: relative;
  z-index: 10;
}
.sec_title .card_area .card_img:before {
  content: "";
  background: #fff;
  width: 45rem;
  height: 45rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
}
.sec_title .card_area p {
  font-size: 1.8rem;
}
.sec_title .card_order {
  width: 100%;
}
.sec_title .card_order a {
  max-width: 32rem;
}

.sec_item .container {
  max-width: 1350px;
  background: #fff;
  padding: 6rem 1rem;
  border-radius: 3rem;
}
.sec_item .w_1200 {
  max-width: 1200px;
  margin: auto;
}
.sec_item .item_area {
  grid-template-columns: calc(45% - 1.5rem) calc(55% - 1.5rem);
}
.sec_item .item_box {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: start;
  gap: 2rem;
  margin: 1.5rem 0;
}
.sec_item .item_box figure {
  width: calc(40% - 1rem);
  border: 1px solid #ccc;
}
.sec_item .item_box .text_box {
  width: calc(60% - 1rem);
}
.sec_item .item_box .text_box .desc {
  font-size: 1.8rem;
}
.sec_item .set_title {
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
}
.sec_item .set_item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  justify-content: start;
}
.sec_item .set_item .set_item_inner {
  width: calc(50% - 1.5rem);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.sec_item .set_item .set_item_inner figure {
  width: calc(30% - 1.5rem);
}
.sec_item .set_item .set_item_inner .text_box {
  width: calc(70% - 1em);
}
.sec_item .set_item .set_item_inner .text_box .set_item_name {
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  display: block;
  font-size: 1.8rem;
}
.sec_item .item_name {
  font-size: 3rem;
}
.sec_item .item_price {
  font-size: 4rem;
}
.sec_item .item_price .s_01 {
  font-size: 2.2rem;
}

.sec01 {
  padding-top: 0;
}

.sec02 {
  padding-top: 4rem;
}
.sec02 .set_item {
  gap: 2rem 3rem;
}
.sec02 .set_item .set_item_inner figure {
  width: calc(16% - 1.5rem);
}
.sec02 .set_item .set_item_inner .text_box {
  width: calc(84% - 1em);
}

.sec03 {
  padding-top: 4rem;
}
.sec03 .order a {
  max-width: 280px;
  width: 100%;
}
.sec03 .mb {
  margin-bottom: 2rem;
}

.sec04 {
  padding-bottom: 8rem;
  margin-bottom: -10rem;
}
.sec04 .container {
  max-width: 1300px;
}
.sec04 h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.6rem;
  position: relative;
  padding-top: 1.3em;
}
.sec04 h2:before {
  content: "";
  background: url("https://www.fukutaro-shop.com/Contents/Feature/fathersday_title_parts.png") no-repeat;
  background-size: contain;
  width: 14.8rem;
  height: 4.6rem;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.sec04 .col_3 {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  grid-template-columns: repeat(3, 1fr);
}
.sec04 .col_3 .block {
  background: #fff;
  border-radius: 2.4rem;
  padding: 0 2rem 4rem;
}
.sec04 .col_3 figure {
  max-width: 320px;
  margin: auto;
}
.sec04 .img_t {
  margin-top: 4rem;
  text-align: right;
}/*# sourceMappingURL=fathersday2026_custom_pc.css.map */