.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_product.ready h2 {
  opacity: 0;
  letter-spacing: 0.5ex;
}
.section_product.ready h2::before {
  transform: translateY(50px) rotateY(180deg);
}
.section_product.ready h2.deco::after {
  opacity: 0;
  transform: translateY(-50px);
}
.section_product.ready .section_product_column > * {
  opacity: 0;
  transform: translateY(100px);
}
.section_product > div {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}
.section_product .section_product_column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .section_product .section_product_column {
    display: block;
  }
}
.section_product .section_product_column > div {
  transition: 0.7s all cubic-bezier(0.39, 0.575, 0.565, 1);
}
.section_product .section_product_column > div:first-child {
  width: 500px;
  line-height: 2;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .section_product .section_product_column > div:first-child {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .section_product .section_product_column > div:first-child {
    width: auto;
  }
}
.section_product .section_product_column > div:first-child > * {
  position: relative;
  z-index: 1;
}
.section_product .section_product_column > div:first-child::before {
  content: "";
  display: block;
  position: absolute;
  width: 130%;
  height: 130%;
  margin: -15%;
  background: url(product_desc_bg.webp) 50% 50%/contain no-repeat;
}
.section_product .section_product_column > div:last-child {
  position: relative;
  z-index: 1;
  transition-delay: 0.2s;
  padding-left: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 959px) {
  .section_product .section_product_column > div:last-child {
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .section_product .section_product_column > div:last-child {
    width: auto;
    padding-left: 0;
  }
}
.section_product .section_product_column > div:last-child img {
  display: block;
  max-width: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 54% 46% 45% 55%/50% 52% 48% 50%;
}
.section_product .section_product_column > div:last-child a {
  display: block;
  transition: 0.5s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  aspect-ratio: 1/1;
  width: 600px;
  max-width: 100%;
  margin: auto;
}
.section_product .section_product_column > div:last-child a::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(product_season_pop.webp) 50% 50%/contain no-repeat;
}
.section_product .section_product_column > div:last-child a:hover img, .section_product .section_product_column > div:last-child a:active img {
  animation: bounce 0.5s 1 ease-in-out;
}
@keyframes bounce {
  0% {
    transform: translateY(0) scale(1, 1);
    animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  40% {
    transform: translateY(-100px) 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(-25px) 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_product .section_product_column > div:last-child a:hover::after, .section_product .section_product_column > div:last-child a:active::after {
  animation: bounce 0.5s 1 ease-in-out;
  animation-delay: 0.05s;
}
.section_product .section_product_btns {
  padding: 0;
  list-style-type: none;
  display: flex;
  margin: 2em -10px;
  line-height: 1.6;
}
@media only screen and (max-width: 959px) {
  .section_product .section_product_btns {
    flex-wrap: wrap;
  }
}
.section_product .section_product_btns > * {
  flex-grow: 1;
  padding: 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section_product .section_product_btns > * {
    padding: 10px 10px;
  }
}
.section_product .product_bottom {
  display: block;
  aspect-ratio: 80/9;
  width: 100%;
  background: url(product_bottom.webp) 50% 50%/100% 100% no-repeat;
  margin: 0;
  position: relative;
  margin-top: 20px;
}
.section_product .product_bottom.ready > div._img > div::before {
  transform: translateX(-200px) rotate(-45deg);
}
.section_product .product_bottom.ready > div._img > div::after {
  transform: translateX(200px) rotate(45deg);
}
.section_product .product_bottom > div._img {
  position: relative;
  max-width: 1200px;
  margin: auto;
  height: 100%;
}
.section_product .product_bottom > div._img > div {
  position: relative;
  margin: 0 -240px;
  height: 100%;
}
.section_product .product_bottom > div._img > div::before, .section_product .product_bottom > div._img > div::after {
  content: "";
  display: block;
  position: absolute;
  width: 320px;
  bottom: -100px;
  transition: 1s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media only screen and (max-width: 767px) {
  .section_product .product_bottom > div._img > div::before, .section_product .product_bottom > div._img > div::after {
    width: 160px;
  }
}
.section_product .product_bottom > div._img > div::before {
  left: 0;
  aspect-ratio: 4/5;
  background: url(product_bottom_l.webp) 50% 50%/contain no-repeat;
  transform-origin: 100% 100%;
}
.section_product .product_bottom > div._img > div::after {
  right: 0;
  aspect-ratio: 1/1;
  background: url(product_bottom_r.webp) 50% 50%/contain no-repeat;
  transition-delay: 0.2s;
  transform-origin: 0% 100%;
}
.section_product 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;
  transition: 0.5s all cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-delay: 0.5s;
  padding: 1px 0 1px;
}
@media only screen and (max-width: 767px) {
  .section_product h2 {
    font-size: 27px;
  }
}
.section_product h2 small {
  display: block;
  font-size: 18px;
  margin-top: 1ex;
}
.section_product 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_product h2::before {
    height: 18px;
  }
}
.section_product 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.8s;
  transition: 0.8s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.section_product h2 > span {
  display: block;
  position: relative;
}

.product_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}
@media only screen and (max-width: 959px) {
  .product_list {
    margin: 10 -10px;
  }
}
@media only screen and (max-width: 767px) {
  .product_list {
    margin: 10px -10px;
  }
}
.product_list.ready li {
  opacity: 0;
  transform: translateY(100px);
}
.product_list li {
  margin: 0;
  padding: 13px;
  width: 25%;
  box-sizing: border-box;
  transition: 0.5s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.product_list li:nth-child(1) {
  transition-delay: 0s;
}
.product_list li:nth-child(2) {
  transition-delay: 0.1s;
}
.product_list li:nth-child(3) {
  transition-delay: 0.2s;
}
.product_list li:nth-child(4) {
  transition-delay: 0.3s;
}
.product_list li:nth-child(5) {
  transition-delay: 0.4s;
}
.product_list li:nth-child(6) {
  transition-delay: 0.5s;
}
.product_list li:nth-child(7) {
  transition-delay: 0.6s;
}
.product_list li:nth-child(8) {
  transition-delay: 0.7s;
}
.product_list li:nth-child(9) {
  transition-delay: 0.8s;
}
.product_list li:nth-child(10) {
  transition-delay: 0.9s;
}
@media only screen and (max-width: 959px) {
  .product_list li {
    width: 33.3%;
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .product_list li {
    width: 50%;
    padding: 10px;
  }
}
.product_list li a {
  display: block;
  padding: 35px 35px 25px;
  background: url(product_list_bg.webp) 0% 0%/48px 48px no-repeat, url(product_list_bg.webp) 100% 100%/48px 48px no-repeat, url(product_list_bg.webp) 100% 0%/48px 48px no-repeat, #ffffff url(product_list_bg.webp) 0% 100%/48px 48px no-repeat;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1ex;
  color: #333333;
  font-size: 18px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 7px 7px 0 #efebe6;
  transition: 0.3s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (min-width: 960px) and (max-width: 1229px) {
  .product_list li a {
    padding: 20px 20px 15px;
    background-position: -5% -5%, 105% 105%, 105% -5%, -5% 105%;
  }
}
@media only screen and (max-width: 959px) {
  .product_list li a {
    padding: 20px 20px 15px;
    background-position: -5% -5%, 105% 105%, 105% -5%, -5% 105%;
  }
}
.product_list li a:hover, .product_list li a:active {
  box-shadow: 1px 1px 0 #d0cac2;
  background-color: #f0e2a9;
  text-decoration: none;
  color: #222222;
}
.product_list li a:hover ._img > img, .product_list li a:active ._img > img {
  transform: scale(1.1);
}
.product_list li ._img {
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
}
.product_list li ._img > img {
  transition: 0.3s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
  display: block;
  position: absolute;
  object-fit: cover;
  top: 0;
  width: 100%;
  height: 100%;
}

.blue_btn {
  background: #1b2e51;
  border-radius: 5px;
  color: #ffffff;
  overflow: hidden;
  padding: 10px;
  text-decoration: none;
  display: block;
  position: relative;
  transition: 0.3s all;
}
.blue_btn:hover, .blue_btn:active {
  text-decoration: none;
  color: #ffffff;
}
.blue_btn:hover::before, .blue_btn:hover::after, .blue_btn:active::before, .blue_btn:active::after {
  transform: rotate(40deg) scale(6);
  background: #cfa91a;
  z-index: 0;
}
.blue_btn > div {
  border: 1px solid #ffffff;
  font-size: 22px;
  letter-spacing: 0.1ex;
  padding: 20px 0;
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 3px #333333;
}
@media only screen and (max-width: 959px) {
  .blue_btn > div {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .blue_btn > div {
    font-size: 18px;
  }
}
.blue_btn > div small {
  font-size: 15px;
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blue_btn > div small {
    font-size: 12px;
  }
}
.blue_btn > div small::before, .blue_btn > div small::after {
  content: "";
  display: inline-block;
  aspect-ratio: 7/8;
  vertical-align: 0;
  width: 0.8em;
}
.blue_btn > div small::before {
  margin-right: 1ex;
  background: url(blue_btn_deco_l.webp) 50% 50%/contain no-repeat;
}
.blue_btn > div small::after {
  margin-left: 1ex;
  background: url(blue_btn_deco_r.webp) 50% 50%/contain no-repeat;
}
.blue_btn::before, .blue_btn::after {
  content: "";
  display: block;
  position: absolute;
  background: #e6cc65;
  width: 54px;
  height: 54px;
  transform: rotate(40deg);
  transition: 0.3s all;
}
.blue_btn::before {
  top: -30px;
  left: -30px;
}
.blue_btn::after {
  right: -30px;
  bottom: -30px;
}

body.spring .product_bottom .seasonal_creature {
  pointer-events: none;
  width: 95px;
  height: 85px;
  position: absolute;
  top: 0;
  left: 10%;
  animation: choucho_moveXY 12s infinite;
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation-delay: -7s;
}
@keyframes choucho_moveXY {
  0% {
    top: 30%;
    left: 60%;
    transform: scaleX(1);
  }
  10% {
    top: 0%;
  }
  25% {
    left: 20%;
    transform: scaleX(1);
  }
  26% {
    transform: scaleX(-1);
  }
  30% {
    top: 40%;
  }
  50% {
    top: 0%;
  }
  60% {
    left: 50%;
    transform: scaleX(-1);
  }
  61% {
    transform: scaleX(1);
  }
  70% {
    top: 40%;
  }
  80% {
    left: 30%;
    transform: scaleX(1);
  }
  81% {
    transform: scaleX(-1);
  }
  100% {
    top: 30%;
    left: 60%;
    transform: scaleX(-1);
  }
}
body.spring .product_bottom .seasonal_creature > div {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: choucho_moveY 0.6s infinite;
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation-delay: -0.5s;
}
@keyframes choucho_moveY {
  0% {
    top: 70%;
  }
  40% {
    top: 0%;
  }
  100% {
    top: 70%;
  }
}
body.spring .product_bottom .seasonal_creature > div::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background: url(../img/choucho.webp) 50% 0%/100% 300% no-repeat;
  animation: choucho_anim_frame 0.6s steps(1) infinite;
}
@keyframes choucho_anim_frame {
  0% {
    background-position-y: 0%;
  }
  20% {
    background-position-y: 50%;
  }
  40% {
    background-position-y: 100%;
  }
  90% {
    background-position-y: 50%;
  }
  100% {
    background-position-y: 0%;
  }
}
body.summer .product_bottom .seasonal_creature {
  pointer-events: none;
  width: 70px;
  height: 65px;
  position: absolute;
  top: 0;
  left: 10%;
  animation: bee_moveXY 12s infinite;
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation-delay: -7s;
}
@media only screen and (max-width: 767px) {
  body.summer .product_bottom .seasonal_creature > div {
    transform: scale(0.7) translateY(-20px);
  }
}
@keyframes bee_moveXY {
  0% {
    top: 30%;
    left: 50%;
    transform: scaleX(1);
  }
  10% {
    top: 0%;
  }
  25% {
    left: 10%;
    transform: scaleX(1);
  }
  26% {
    transform: scaleX(-1);
  }
  30% {
    top: 50%;
  }
  50% {
    top: 0%;
  }
  60% {
    left: 60%;
    transform: scaleX(-1);
  }
  61% {
    transform: scaleX(1);
  }
  70% {
    top: 40%;
  }
  80% {
    left: 40%;
    transform: scaleX(1);
  }
  81% {
    transform: scaleX(-1);
  }
  100% {
    top: 30%;
    left: 50%;
    transform: scaleX(-1);
  }
}
body.summer .product_bottom .seasonal_creature > div {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: bee_moveY 1.6s infinite;
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@keyframes bee_moveY {
  0% {
    top: 0%;
  }
  50% {
    top: 70%;
  }
  100% {
    top: 0%;
  }
}
body.summer .product_bottom .seasonal_creature > div::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background: url(../img/bee.webp) 50% 0%/100% 200% no-repeat;
  animation: bee_anim_frame 0.2s steps(1) infinite;
}
@keyframes bee_anim_frame {
  0% {
    background-position-y: 0%;
  }
  50% {
    background-position-y: 100%;
  }
}
body.autumn .product_bottom .seasonal_creature {
  pointer-events: none;
  width: 80px;
  height: 50%;
  position: absolute;
  animation: tombow_moveX 18s infinite;
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  top: 0%;
  animation-delay: -5s;
}
@media only screen and (max-width: 767px) {
  body.autumn .product_bottom .seasonal_creature > div {
    transform: translateY(-60px);
  }
}
@keyframes tombow_moveX {
  0% {
    left: 10%;
    transform: scaleX(1);
  }
  15% {
    left: 40%;
  }
  30% {
    left: 30%;
  }
  79% {
    transform: scaleX(1);
  }
  80% {
    left: 70%;
  }
  81% {
    transform: scaleX(-1);
  }
  99% {
    transform: scaleX(-1);
  }
  100% {
    left: 10%;
    transform: scaleX(1);
  }
}
body.autumn .product_bottom .seasonal_creature > div {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 40px;
  animation: tombow_moveY 12s infinite;
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  position: absolute;
}
@keyframes tombow_moveY {
  0% {
    top: 60%;
  }
  20% {
    top: 100%;
  }
  30% {
    top: 70%;
  }
  50% {
    top: 80%;
  }
  70% {
    top: 70%;
  }
  85% {
    top: 90%;
  }
  100% {
    top: 60%;
  }
}
body.autumn .product_bottom .seasonal_creature > div::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/tombow.webp) 50% 0%/100% 200% no-repeat;
  animation: tombow_anim_frame 3s steps(1) infinite;
}
@keyframes tombow_anim_frame {
  0% {
    background-position-y: 0;
  }
  35% {
    background-position-y: 100%;
  }
  40% {
    background-position-y: 0;
  }
  87% {
    background-position-y: 100%;
  }
  90% {
    background-position-y: 0;
  }
  97% {
    background-position-y: 100%;
  }
  100% {
    background-position-y: 0;
  }
}

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