.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;
}

.toph2 {
  font-size: 4.4rem;
  font-family: "Kaisei Decol", serif;
  color: #543f32;
  display: table;
  line-height: 1;
}
.toph2 .inner {
  padding: 1.5em 1em 0;
  position: relative;
  letter-spacing: -0.05em;
}
.toph2 .inner:before {
  content: "";
  background: url("https://www.fukutaro-shop.com/Contents/Feature/whiteday_h2parts.png") no-repeat;
  background-size: contain;
  width: 12.5rem;
  height: 6rem;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.item_name {
  text-align: center;
  font-size: 3.8rem;
  margin: 0 auto 0.5em;
  font-weight: bold;
  font-family: "Kaisei Decol", serif;
  color: #543f32;
  display: table;
  border-bottom: 6px double #ebe1a9;
}
.item_name .text_s {
  font-size: 2.4rem;
  margin-left: 0.2em;
}

.item_name02 {
  font-size: 2rem;
  margin: 0;
  font-family: "Kaisei Decol", serif;
  text-align: center;
  color: #543f32;
}
@media (max-width: 1223px) {
  .item_name02 {
    font-size: 1.8rem;
  }
}

.desc {
  font-size: 1.6rem;
  text-align: center;
}

.contents {
  font-size: 1.4rem;
  text-align: center;
}

.item_price {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  margin: 0.2em 0;
}
.item_price .s_01 {
  font-size: 1.6rem;
}
.item_price .normal_price {
  font-size: 1.6rem;
  color: #000;
  display: block;
}

.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_ptn01 .item_price {
  margin: 0.5em 0;
}

.order a {
  position: relative;
  display: block;
  width: 22rem;
  margin: auto;
  padding: 0.6em;
  border-radius: 1rem;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background: #543f32;
  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%;
}

.mb1 {
  margin: 0 0 4rem;
}

.bg {
  background: #c2e0e1;
}

.sec_top {
  padding: 0;
}
.sec_top .container {
  max-width: none;
}
.sec_top .card_area {
  max-width: 1000px;
  margin: 2rem auto;
  grid-template-columns: calc(40% - 1.5rem) calc(60% - 1.5rem);
}
@media (max-width: 1023px) {
  .sec_top .card_area {
    grid-template-columns: calc(45% - 1.5rem) calc(55% - 1.5rem);
  }
}
.sec_top .card_area h3 {
  font-size: 2.8rem;
  font-family: "Kaisei Decol", serif;
  color: #543f32;
}
.sec_top .card_area img {
  border-radius: 1.2rem;
}
.sec_top .card_area .order a {
  max-width: none;
  width: 32rem;
}

.sec_common {
  padding-top: 4rem;
}
.sec_common .container {
  max-width: 1420px;
  background: #fff;
  padding: 4%;
  border-radius: 1.2rem;
  box-sizing: border-box;
}
@media (max-width: 1443px) {
  .sec_common .container {
    margin: 0 1rem;
    padding: 4% 1rem;
  }
}
.sec_common .item_main_img img {
  border-radius: 1.2rem;
  outline: 6px double #fff;
  outline-offset: -15px;
}
.sec_common .desc {
  margin-bottom: 1em;
}
.sec_common .item_li {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.sec_common .item_li li {
  width: calc(33.3333333333% - 2rem);
  text-align: center;
}
.sec_common .item_li li span {
  display: inline-block;
  font-family: "Kaisei Decol", serif;
  font-size: 1.4rem;
  position: relative;
  padding-right: 1em;
}
.sec_common .item_li li span:after {
  content: "";
  background: transparent;
  background-size: contain;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0;
  border: 1px solid transparent;
  border-top-color: #000;
  border-right-color: #000;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.2s;
}
.sec_common .item_li li a:hover span:after {
  right: -0.4rem;
}
.sec_common .singleitem_link {
  margin-top: 2rem;
  width: 100%;
}
.sec_common .singleitem_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  border: 1px solid #222;
  padding: 1rem 2rem;
  background: #f9f3de;
  color: #000;
  border-radius: 1.2rem;
}
.sec_common .singleitem_link a img {
  max-width: 60px;
}
.sec_common .singleitem_link a figcaption {
  font-size: 1.6rem;
  font-family: "Kaisei Decol", serif;
  position: relative;
  padding-right: 1em;
}
@media (max-width: 1283px) {
  .sec_common .singleitem_link a figcaption {
    font-size: 1.4rem;
  }
}
.sec_common .singleitem_link a figcaption:after {
  content: "";
  background: transparent;
  background-size: contain;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0;
  border: 1px solid transparent;
  border-top-color: #000;
  border-right-color: #000;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.2s;
}
.sec_common .singleitem_link a:hover figcaption:after {
  right: -0.5rem;
}

.theme01 .toph2 {
  margin: 3em auto 0.8em;
}

.theme02 .toph2 {
  margin: 1.6em auto 0.8em;
}

.sec_01 {
  padding: 0;
}
.sec_01 .item_img {
  max-width: 320px;
  margin: auto;
}
.sec_01 .item01 {
  margin-bottom: 2rem;
}

.sec_02 {
  padding-top: 6rem;
}
.sec_02 .item_img {
  max-width: 300px;
  margin: auto;
}

.sec_03 {
  padding: 6rem 0 8rem;
}
.sec_03 .item_img {
  max-width: 300px;
  margin: auto;
}

.sec_04 {
  padding: 0;
}
.sec_04 .item_img {
  max-width: 320px;
  margin: auto;
}
.sec_04 .item01 {
  margin-bottom: 0;
}
.sec_04 dl {
  width: 100%;
  padding-left: 6em;
}
.sec_04 dl dt {
  font-family: "Kaisei Decol", serif;
  font-size: 1.5rem;
  position: relative;
  padding-left: 0.8em;
  line-height: 1.4;
}
.sec_04 dl dt:before {
  content: "";
  background: #F1E266;
  background-size: contain;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
  transform: translateY(-50%);
  border-radius: 50%;
}
.sec_04 dl dd {
  font-size: 1.4rem;
  margin: 0 0 0.3em;
  line-height: 1.4;
}

.sec_05 {
  padding-top: 6rem;
}
.sec_05 .item_img {
  max-width: 320px;
  margin: auto;
}

.sec_06 {
  padding-top: 6rem;
}
.sec_06 .item_img {
  max-width: 320px;
  margin: auto;
}

.img_t {
  padding: 4rem 0 10rem;
  margin-bottom: -10rem;
}
.img_t .container {
  max-width: 1412px;
}
.img_t .container p {
  text-align: right;
}

.pc_i_block {
  display: inline-block;
}/*# sourceMappingURL=whiteday2026_custom_pc.css.map */