@charset "UTF-8";

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

#hotseason-vegetable-sowing .inner h2 {
  background-image: url(/special/hotseason-vegetable-sowing/img/title-bg.png);
  color: #fff;
  border-radius: 12px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  margin: 80px 0 40px;
}

#cabbage .inner h2 {
  height: 100px;
}

#cabbage .inner h2::before {
  content: "";
  background-image: url(/special/hotseason-vegetable-sowing/img/cabbage_broccoli.png);
  background-repeat: no-repeat;
  width: 114px;
  height: 120px;
  position: absolute;
  top: -16px;
  left: 74px;
}

#cabbage .inner h2::after {
  content: "";
  background-image: url(/special/hotseason-vegetable-sowing/img/chinese_cabbage.png);
  background-repeat: no-repeat;
  width: 80px;
  height: 88px;
  position: absolute;
  top: 19px;
  right: 128px;
}

.points-to-germination {
  background-image: url(/special/hotseason-vegetable-sowing/img/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  border-radius: 20px;
  margin: 20px 0 40px;
}

.points-to-germination .points-title {
  color: #fb6f18;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  padding-bottom: 20px;
  position: relative;
}

.points-to-germination .points-title::before {
  content: "";
  background-image: url(/special/hotseason-vegetable-sowing/img/point_finger.png);
  background-repeat: no-repeat;
  width: 58px;
  height: 66px;
  position: absolute;
  top: -27px;
  left: 254px;
}

#hotseason-vegetable-sowing .inner h3 {
  color: #fb6f18;
  font-size: 26px;
  padding-left: 23px;
  margin: 56px 0 28px;
}

#hotseason-vegetable-sowing .inner h3::after {
  background-color: #fb6f18;
  height: 26px;
}

#hotseason-vegetable-sowing .inner .inner-text {
  font-size: 20px;
}

.points-to-germination .point {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 40px;
  margin-bottom: 20px;
  font-size: 20px;
}

.points-to-germination .point:last-child {
  margin-bottom: 0;
}

.points-to-germination .point .point-title {
  font-size: 24px;
  font-weight: bold;
  color: #443829;
  margin-bottom: 10px;
}

#hotseason-vegetable-sowing .inner .inner-text span,
#hotseason-vegetable-sowing .inner .point span {
  background-color: #fff76b;
}

#hotseason-vegetable-sowing .inner p {
  padding-top: 20px;
}

#carrot .inner h2 {
  height: 100px;
}

#carrot .inner h2::after {
  content: "";
  background-image: url(/special/hotseason-vegetable-sowing/img/carrot.png);
  background-repeat: no-repeat;
  transform: scale(1.16);
  width: 93px;
  height: 105px;
  position: absolute;
  top: -15px;
  right: 178px;
}

#radish .inner h2 {
  height: 100px;
}

#radish .inner h2::before {
  content: "";
  background-image: url(/special/hotseason-vegetable-sowing/img/radish.png);
  background-repeat: no-repeat;
  transform: scale(0.88);
  width: 104px;
  height: 172px;
  position: absolute;
  top: -54px;
  left: 158px;
}

#radish .inner h2::after {
  content: "";
  background-image: url(/special/hotseason-vegetable-sowing/img/turnip.png);
  background-repeat: no-repeat;
  transform: scale(0.8);
  width: 81px;
  height: 135px;
  position: absolute;
  top: -36px;
  right: 176px;
}

#hotseason-vegetable-sowing .notes {
  font-size: 20px;
  background-image: url(/special/hotseason-vegetable-sowing/img/notes-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 40px 20px;
  border-radius: 10px;
  margin: 40px 0 0;
}

.products-title {
  font-size: 28px;
  font-weight: bold;
  color: #fb6f18;
  padding: 40px 0 10px;
  text-align: center;
}

.block-thumbnail-t li.hide {
  display: none;
}

.more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  text-decoration: none;
  height: 70px;
  background-color: #ffffff;
  border: 2px solid #938675;
  border-radius: 50px;
  padding: 0 40px;
  margin: auto;
  position: relative;
  max-width: 440px;
}

.more-button:hover {
  opacity: 0.5;
}

.more-button::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  right: 25px;
  background: url(../../../special/common/img/ar_down.png) no-repeat 95%;
}

.more-button.is-active::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  right: 25px;
  background: url(../../../special/common/img/ar_down.png) no-repeat 95%;
  transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  #hotseason-vegetable-sowing {
    padding: 0 10px;
  }

  #hotseason-vegetable-sowing .inner h2 {
    font-size: 20px;
    margin: 40px 0 15px;
    height: 70px;
  }

  #cabbage {
    padding-top: 1px;
  }

  #cabbage .inner h2 {
    height: 70px;
  }

  #cabbage .inner h2::before {
    background-image: url(/special/hotseason-vegetable-sowing/img/cabbage_broccoli_sp.png);
    width: 139px;
    height: 94px;
    transform: scale(0.55);
    top: -34px;
    left: -9vw;
  }

  #cabbage .inner h2::after {
    transform: scale(0.5);
    top: -33px;
    right: 1vw;
  }

  .points-to-germination .points-title::before {
    transform: scale(0.8);
    top: -30px;
    left: -13vw;
  }

  .points-to-germination .points-title {
    font-size: 20px;
    padding-bottom: 16px;
    width: fit-content;
    margin: auto;
  }

  #hotseason-vegetable-sowing .inner h3 {
    font-size: 20px;
    padding-left: 15px;
    margin: 30px 0 10px 0;
  }

  #hotseason-vegetable-sowing .inner h3::after {
    background-color: #fb6f18;
    height: 20px;
    width: 5px;
  }

  #hotseason-vegetable-sowing .inner .inner-text {
    font-size: 18px;
  }

  .points-to-germination {
    border-radius: 11px;
    padding: 4vw;
    margin: 20px 0 20px;
  }

  .points-to-germination .point {
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 4vw;
    font-size: 18px;
  }

  .points-to-germination .point .point-title {
    font-size: 20px;
  }

  #carrot {
    padding-top: 1px;
  }

  #carrot .inner h2 {
    height: 70px;
  }

  #carrot .inner h2::after {
    transform: scale(0.66) rotate(-11deg);
    top: -26px;
    right: -1vw;
  }

  #radish {
    padding-top: 1px;
  }

  #radish .inner h2 {
    height: 70px;
  }

  #radish .inner h2::before {
    transform: scale(0.5);
    top: -53px;
    left: 6vw;
  }

  #radish .inner h2::after {
    transform: scale(0.5);
    top: -33px;
    right: 9vw;
  }

  #hotseason-vegetable-sowing .notes {
    font-size: 18px;
    border-radius: 10px;
    padding: 32px 16px;
    line-height: 1.6;
  }

  .products-title {
    font-size: 20px;
    padding: 20px 0 10px;
  }

  .block-event-page--accessory .inner h2 {
    margin-bottom: 0;
  }

  .more-button {
    font-size: 18px;
    height: 40px;
    max-width: 280px;
    margin-bottom: 20px;
  }

  /* sb_block.cssの上書き */
  .special-intro {
    margin: 0;
  }
}

@media only screen and (min-width: 364px) and (max-width: 384px) {
  .for-iphoneSE {
    white-space: nowrap;
    padding-left: 5% !important;
  }
}