.sp_none {
  display: inherit;
}
@media only screen and (max-width: 959px) {
  .sp_none {
    display: none;
  }
}

.pc_none {
  display: none;
}
@media only screen and (max-width: 959px) {
  .pc_none {
    display: inherit;
  }
}

.section_pickup {
  background: #ffffff;
  margin-bottom: -120px;
  padding-bottom: 120px;
  padding-top: 10px;
}
@keyframes pickup_bounce {
  0% {
    transform: translateY(0) scale(1, 1);
    animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  40% {
    transform: translateY(-20px) scale(0.9, 1.1);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  80% {
    transform: translateY(0) scale(1, 1);
    animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  90% {
    transform: translateY(-5px) scale(0.95, 1.05);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  100% {
    transform: translateY(0) scale(1, 1);
  }
}
.section_pickup.ready h2 {
  opacity: 0;
  letter-spacing: 0.5ex;
}
.section_pickup.ready h2::before {
  transform: translateY(50px) rotateY(180deg);
}
.section_pickup.ready h2.deco::after {
  opacity: 0;
  transform: translateY(-50px);
}
.section_pickup.ready .pickup_list li {
  opacity: 0;
  transform: translateY(100px);
}
.section_pickup > div {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}
.section_pickup .pickup_list {
  margin: 0 -20px;
  padding: 0;
  list-style-type: none;
  flex-wrap: wrap;
  display: flex;
}
@media only screen and (min-width: 960px) and (max-width: 1229px) {
  .section_pickup .pickup_list {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 959px) {
  .section_pickup .pickup_list {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 767px) {
  .section_pickup .pickup_list {
    margin: 0 -10px;
  }
}
.section_pickup .pickup_list li {
  margin: 0;
  padding: 20px;
  width: 25%;
  display: flex;
  box-sizing: border-box;
  justify-content: stretch;
  align-content: stretch;
  transition: 0.5s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section_pickup .pickup_list li:nth-child(1) {
  transition-delay: 0s;
}
.section_pickup .pickup_list li:nth-child(2) {
  transition-delay: 0.1s;
}
.section_pickup .pickup_list li:nth-child(3) {
  transition-delay: 0.2s;
}
.section_pickup .pickup_list li:nth-child(4) {
  transition-delay: 0.3s;
}
.section_pickup .pickup_list li:nth-child(5) {
  transition-delay: 0.4s;
}
.section_pickup .pickup_list li:nth-child(6) {
  transition-delay: 0.5s;
}
.section_pickup .pickup_list li:nth-child(7) {
  transition-delay: 0.6s;
}
.section_pickup .pickup_list li:nth-child(8) {
  transition-delay: 0.7s;
}
.section_pickup .pickup_list li:nth-child(9) {
  transition-delay: 0.8s;
}
.section_pickup .pickup_list li:nth-child(10) {
  transition-delay: 0.9s;
}
@media only screen and (min-width: 960px) and (max-width: 1229px) {
  .section_pickup .pickup_list li {
    padding: 10px;
  }
}
@media only screen and (max-width: 959px) {
  .section_pickup .pickup_list li {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .section_pickup .pickup_list li {
    width: 50%;
    padding: 10px;
  }
}
.section_pickup .pickup_list li a {
  flex-grow: 1;
  display: block;
  background: url(pickupo_bg_odd.webp) 50% 50%;
  text-decoration: none;
  color: #ffffff;
  padding: 25px;
  border-radius: 5px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 18px;
  overflow: hidden;
  transition: 0.3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media only screen and (max-width: 767px) {
  .section_pickup .pickup_list li a {
    padding: 15px 30px;
  }
}
.section_pickup .pickup_list li a:hover, .section_pickup .pickup_list li a:active {
  transform: translateY(3px);
  color: #069060;
}
.section_pickup .pickup_list li a:hover ._img::before, .section_pickup .pickup_list li a:active ._img::before {
  opacity: 0.5;
  transform: scale(2.7);
}
.section_pickup .pickup_list li a:hover ._img::after, .section_pickup .pickup_list li a:active ._img::after {
  transform: scale(1);
}
.section_pickup .pickup_list li a:hover ._img img, .section_pickup .pickup_list li a:active ._img img {
  animation: pickup_bounce 0.4s 1 ease-in-out;
}
.section_pickup .pickup_list li a ._img {
  display: block;
  max-width: 180px;
  margin: 0 auto 1ex;
  aspect-ratio: 1/1;
  position: relative;
}
.section_pickup .pickup_list li a ._img::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  border-radius: 50% 50%;
  transition: 0.5s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 2;
}
.section_pickup .pickup_list li a ._img::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  border-radius: 50% 50%;
  transition: 0.5s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 1;
  transform: scale(0);
}
.section_pickup .pickup_list li a ._img img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 3;
}
.section_pickup .pickup_list li a > div {
  position: relative;
  z-index: 2;
}
.section_pickup .pickup_list li:nth-child(even) a {
  background: url(pickupo_bg_even.webp) 50% 50%;
}
.section_pickup h2 {
  font-size: 36px;
  letter-spacing: 0.1em;
  color: #14274c;
  display: table;
  margin: 0 auto 1ex;
  position: relative;
  line-height: 1.6;
  font-weight: 700;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  padding: 0 0 0;
  transition: 0.5s all cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media only screen and (max-width: 767px) {
  .section_pickup h2 {
    font-size: 27px;
  }
}
.section_pickup h2 small {
  display: block;
  font-size: 18px;
  margin-top: 1ex;
  letter-spacing: 0.1ex;
}
.section_pickup h2::before {
  content: "";
  display: block;
  background: url(h1_bg.webp) 50% 50%/contain no-repeat;
  height: 24px;
  position: relative;
  width: auto;
  top: 0;
  left: 0;
  border-radius: 0;
  transition: 0.5s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media only screen and (max-width: 767px) {
  .section_pickup h2::before {
    height: 18px;
  }
}
.section_pickup h2.deco::after {
  content: "";
  display: block;
  background: url(h1_footer.webp) 50% 50%/contain no-repeat;
  height: 12px;
  width: 264px;
  margin: 0.5ex auto 1ex;
  transition-delay: 0.3s;
  transition: 0.8s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.section_pickup h2 > span {
  display: block;
  position: relative;
}

/*# sourceMappingURL=section_pickup.css.map */
