.i_block {
  display: inline-block;
}

.item_name {
  text-align: center;
  font-size: 1.6rem;
  margin: 0.5em 0;
  font-family: "Zen Old Mincho", serif;
}

.item_name .yu {
  border: 1px solid #000;
  padding: 0.2em;
  margin-right: 0.5em;
  font-size: 1.8rem;
}

.item_price {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  margin-top: 0.8em;
}

.item_price .s_01 {
  font-size: 1.4rem;
}

.item_price .normal_price {
  font-size: 1.6rem;
  color: #000;
}

.order a {
  position: relative;
  display: block;
  margin: 0 center;
  text-align: center;
  width: 22rem;
  background: #292828;
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.6em;
  font-weight: bold;
  transition: 0.3s;
  font-size: 1.5rem;
  margin: auto;
}

.order a:hover {
  opacity: 1;
  background: #000;
}

.order a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 7%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
}

.order a:hover:after {
  right: 6%;
}

.postage-base {
  color: #fff;
  background: #e60012;
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 0.5em;
  font-family: 'Yu Gothic', 'Meiryo', sans-serif;
}

.postage {
  padding: 0.3em 1em;
}

.postage1130 {
  padding: 0.1em 1em;
  position: relative;
  padding-top: 1.2em;
}

.postage1130 .text_s {
  font-size: 1.2rem;
  position: absolute;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.b_5 {
  background: #e57321;
}

.contents,
.contents-c {
  text-align: center;
  margin-bottom: 0;
}

.contents-s {
  text-align: center;
}

/*????*/
.sec_slider {
  width: 100%;
  overflow: hidden;
  padding-top: 1rem;
}

.slide_bnr {
  display: flex;
  width: 100%;
  animation: slide 8s linear infinite;
  list-style: none;
  padding: 0;
}

.slide_bnr li {
  flex: 0 0 auto;
  width: calc(100% / 2.5);
}

@media (max-width : 600px) {
  .slide_bnr li {
    width: calc(100% / 1.7);
  }
}

.slide_bnr img {
  height: auto;
  max-width: 100%;
  width: 100%;
  display: block;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/*?????????*/
.hover_area {
  display: none;
  width: 100%;
}

.slide_item_desc {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

.slide_item_name {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
}

.slide_bnr li a {
  display: block;
  position: relative;
}

.slide_bnr li a::before {
  content: '';
  background: #ffffffa8;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 1.5%;
  bottom: 5%;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: 10;
}

.slide_bnr li a:hover {
  opacity: 1;
}

.slide_bnr li a:hover .hover_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #0000005e;
  height: 100%;
  max-height: 220px;
}

/*sec_01*/
.sec_01 {
  padding: 0;
}

.sec_01 .container {
  padding: 0;
}

.sec_anchor {
  padding: 0;
}

.anchor_link {
  margin: auto;
  width: 100%;
}

.anchor_link {
  margin: auto;
  width: 100%;
}

.anchor_link a {
  text-align: center;
  display: block;
  width: 100%;
  padding: 0.6em 0;
  border: 2px solid #292828;
  background: #fff;
  color: #292828;
  border-radius: 0.5rem;
  font-weight: bold;
  position: relative;
  font-size: 1.4rem;
}

.anchor_link a::before {
  content: '';
  background: url(https://www.fukutaro-shop.com/Contents/Feature/arrow_down001.png)no-repeat center/contain;
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4%;
  transition: 0.2s;
}

.anchor_link a:hover:before {
  top: 55%;
  transition: 0.2s;
}

.anchor_area {
  grid-template-columns: calc(100% / 3 - 2.1rem) calc(100% / 3 - 2.1rem) calc(100% / 3 - 2.1rem);
  padding: 2rem 0;
  margin: 0;
}

.anchor_area .block:nth-child(2) .anchor_link a {
  border-color: #b7282e;
  color: #b7282e;
}

.anchor_area .block:nth-child(2) .anchor_link a::before {
  background: url(https://www.fukutaro-shop.com/Contents/Feature/arrow_down002.png)no-repeat center/contain;
}

.anchor_area .block:nth-child(3) .anchor_link a {
  border-color: #6b956c;
  color: #6b956c;
}

.anchor_area .block:nth-child(3) .anchor_link a::before {
  background: url(https://www.fukutaro-shop.com/Contents/Feature/arrow_down003.png)no-repeat center/contain;
}

/*sec_02*/
.sec_02 {
  padding: 0;
  margin-bottom: 3rem;
}

.sec_02 .container {
  background: #292828;
  padding: 2rem 1rem;
}

.sec_02 h2 {
  font-size: 2.6rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  color: #fff;
}

.sec_02 h2 span {
  font-size: 1.8rem;
}

.sec_02 h3 {
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  color: #fff;
  text-align: center;
}

.sec_02 .desc {
  color: #fff;
  padding: 0 0.5em 1.5em;
}

.sec_02 .inner02 .block {
  background: #fff;
  padding: 2rem 1rem;
}

.sec_02 .main_img img {
  height: 260px;
  object-fit: cover;
}

.postage1201_desc {
  text-align: center;
  font-size: 1.2rem;
}

/*sec_03*/
.sec_03 {
  padding: 0;
  margin-bottom: 4rem;
}

.sec_03 h2 {
  font-size: 2.6rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  color: #fff;
  background: #b7282e;
  padding: 0.3em 0.1em;
}

.sec_03 h2 span {
  font-size: 2rem;
  display: block;
}

.lined-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  font-weight: normal;
  position: relative;
}

.lined-text::before,
.lined-text::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
}

.lined-text rt {
  margin-bottom: -0.5em;
}

.sec_03 h3 {
  font-size: 2.4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  margin: 0 auto;
  letter-spacing: 0.1em;
  width: 100%;
}

.h3001 {
  font-size: 2rem !important;
}

.sec_03 .fuku_desc {
  font-size: 1.6rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 1em;
}

.sec_03 .item_price {
  margin: 0 0 0.5em;
}

.sec_03 .item_area .item_name {
  margin-top: 2em;
}

.lined-text::before,
.lined-text::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #000;
}

.text_l {
  font-size: 1.6rem;
  font-family: "Zen Old Mincho", serif;
}

.kaz {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.kaz .item_price {
  margin-bottom: 0.2em;
}

.points {
  font-size: 1.2rem;
  text-align: center;
}

.asp_img img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-top: 2rem;
}

.g_icon {
  position: relative;
}

.g_icon figcaption {
  font-size: 1.4rem;
  font-weight: bold;
  color: #e60012;
  background: #fff;
  border: 2px solid #e60012;
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  line-height: 1;
}

/*sec_04*/
.sec_04 {
  padding: 0;
}

.sec_04 h2 {
  font-size: 2.6rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  color: #fff;
  background: #8cb38d;
  padding: 0.3em 0.1em;
}

.sec_04 h2 .s_01 {
  font-size: 2rem;
  display: block;
}

.sec_04 h2 .s_02 {
  font-size: 1.4rem;
  display: block;
}

.sec_04 h3 {
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
  display: table;
  margin: 0 auto 0.5em;
}

.order_box .order a {
  width: 28rem;
  letter-spacing: -0.05em;
}

.order_box .order a span {
  font-size: 1.3rem;
}

.seasonthementai img {
  width: 80%;
}

.seasonthementai figure {
  position: relative;
}

.seasonthementai figure figcaption {
  font-size: 1.4rem;
  font-weight: bold;
  color: #e60012;
  background: #fff;
  border: 2px solid #e60012;
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  line-height: 1;
}

.seasonthementai_item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}

.seasonthementai_item .block {
  width: calc(50% - 1rem);
}

.seasonthementai_item .order a {
  font-size: 1.2rem;
  max-width: 20rem;
  width: 95%;
}

.seasonthementai_item .comingsoon {
  font-size: 1.2rem;
  max-width: 20rem;
  width: 95%;
}

.seasonthementai_item .item_price {
  font-size: 2.2rem;
}

.seasonthementai_item .item_price .s_01 {
  font-size: 1.3rem;
}

.bg_box {
  background: #e9e9e9;
  padding: 2rem 1rem;
  margin-bottom: 2rem;
}

.sp_mb1 {
  margin-bottom: 2rem;
}

.sp_mb2 {
  margin-bottom: 4rem !important;
}

.desc {
  font-family: "Zen Old Mincho", serif;
  display: table;
  margin: 0 auto 0.5em;
}

.img_t {
  margin-top: 2rem;
}

.comingsoon {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 22rem;
  background: #837e7e;
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.6em;
  font-weight: bold;
  transition: 0.3s;
  margin: auto;
  font-size: 1.6rem;
}

.item_img {
  width: 94%;
}