html {
  display: flex;
  flex-direction: column;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #8995ae;
  background: #fffaf0;
}
body::before {
  content: "";
  background-image: url(../img/deco_shoes.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  aspect-ratio: 300/619;
  position: absolute;
  bottom: 40px;
  right: 100px;
  opacity: 0.25;
  z-index: -1;
}
@media (max-width: 1199px) {
  body::before {
    right: 20px;
  }
}
@media (max-width: 767px) {
  body::before {
    width: 160px;
  }
}
@media (max-width: 575px) {
  body::before {
    width: 20%;
    bottom: 60px;
  }
}

p {
  line-height: 1.6;
}

a {
  text-decoration: underline;
  color: #ff78c8;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #ff78c8;
}
a.btn {
  text-decoration: none;
}

:focus,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

:root {
  scroll-behavior: auto !important;
}

ul, li, dl, dt, dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

main {
  /* slider */
}
main .slider_area {
  position: relative;
  width: 100%;
  margin: 0 auto 60px;
  background-size: 80%;
  background: url(../img/pattern.png) repeat;
}
main .slider_area::before {
  content: "";
  background-image: url(../img/deco_ribbon_l.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 280px;
  aspect-ratio: 369/210;
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 20;
}
main .slider_area::after {
  content: "";
  background-image: url(../img/deco_ribbon_r.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 280px;
  aspect-ratio: 369/210;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 20;
}
@media (max-width: 1199px) {
  main .slider_area::before, main .slider_area::after {
    width: 240px;
  }
}
@media (max-width: 991px) {
  main .slider_area::before, main .slider_area::after {
    width: 200px;
    top: 18px;
  }
  main .slider_area::before {
    left: 18px;
  }
  main .slider_area::after {
    right: 18px;
  }
}
@media (max-width: 767px) {
  main .slider_area {
    margin-bottom: 40px;
  }
  main .slider_area::before, main .slider_area::after {
    width: 140px;
    top: 12px;
  }
  main .slider_area::before {
    left: 12px;
  }
  main .slider_area::after {
    right: 12px;
  }
}
@media (max-width: 575px) {
  main .slider_area {
    background-size: 100%;
    margin-bottom: 8%;
  }
  main .slider_area::before, main .slider_area::after {
    width: 26%;
  }
  main .slider_area::before {
    left: 8px;
  }
  main .slider_area::after {
    right: 8px;
  }
}
main .slider_area_inner {
  width: 100%;
  padding: 80px 8% 120px;
  position: relative;
}
main .slider_area_inner::before {
  content: "";
  background-image: url(../img/heroins_logo02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 80%;
  max-width: 960px;
  aspect-ratio: 1200/123;
  position: absolute;
  left: 50%;
  bottom: 4%;
  transform: translateX(-50%);
  z-index: 10;
}
@media (max-width: 1199px) {
  main .slider_area_inner {
    padding: 80px 8% 10%;
  }
}
@media (max-width: 991px) {
  main .slider_area_inner {
    padding: 80px 6% 10%;
  }
}
@media (max-width: 767px) {
  main .slider_area_inner {
    padding: 60px 4% 10%;
  }
}
@media (max-width: 575px) {
  main .slider_area_inner {
    padding: 12% 0 18%;
  }
  main .slider_area_inner::before {
    width: 90%;
    bottom: 8%;
  }
}
main .js-slider {
  display: none;
  animation: kvFadeIn 0.8s ease-out 0.4s both;
}
main .js-slider.slick-initialized {
  display: block;
}
@keyframes kvFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
main {
  /* headline_area */
}
main .headline_area {
  color: #ff78c8;
  text-align: center;
}
main .headline_area .headline_ti {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  font-family: tenez, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
main .headline_area .headline_ti::before, main .headline_area .headline_ti::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 112/58;
  width: 80px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  main .headline_area .headline_ti::before, main .headline_area .headline_ti::after {
    width: 60px;
  }
}
@media (max-width: 575px) {
  main .headline_area .headline_ti::before, main .headline_area .headline_ti::after {
    width: 50px;
    margin-top: 6px;
  }
}
main .headline_area .headline_ti::before {
  background-image: url(../img/deco_ministar.png);
}
main .headline_area .headline_ti::after {
  background-image: url(../img/deco_ministar.png);
  transform: scale(-1, 1);
}
@media (max-width: 991px) {
  main .headline_area .headline_ti {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  main .headline_area .headline_ti {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  main .headline_area .headline_ti {
    font-size: 28px;
  }
}
main .headline_area .headline_ti .ti_single {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
main .headline_area .headline_ti .ti_single:nth-child(1) {
  transition-delay: 0.1s;
  margin-left: 20px;
}
main .headline_area .headline_ti .ti_single:nth-child(2) {
  transition-delay: 0.2s;
}
main .headline_area .headline_ti .ti_single:nth-child(3) {
  transition-delay: 0.3s;
}
main .headline_area .headline_ti .ti_single:nth-child(4) {
  transition-delay: 0.4s;
  margin-right: 20px;
}
@media (max-width: 575px) {
  main .headline_area .headline_ti .ti_single:nth-child(1) {
    margin-left: 12px;
  }
  main .headline_area .headline_ti .ti_single:nth-child(4) {
    margin-right: 12px;
  }
}
main .headline_area .headline_ti.is-animated .ti_single {
  opacity: 1;
  transform: translateY(0);
}
main .headline_area h2 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  main .headline_area h2 {
    font-size: 12px;
  }
}
main {
  /* item */
}
main .StyleF_Frame_ {
  position: relative;
  display: flex;
  z-index: 5;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 48px;
}
@media (max-width: 1199px) {
  main .StyleF_Frame_ {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  main .StyleF_Frame_ {
    margin-top: 32px;
    gap: 10px;
  }
}
@media (max-width: 575px) {
  main .StyleF_Frame_ {
    margin-top: 24px;
  }
}
main .StyleF_Item_ {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: calc((100% - 96px) / 4);
  padding: 24px;
  background-color: rgba(255, 250, 240, 0.6);
  border: 1px solid #ff78c8;
}
@media (max-width: 1199px) {
  main .StyleF_Item_ {
    width: calc((100% - 48px) / 4);
    padding: 16px;
  }
}
@media (max-width: 767px) {
  main .StyleF_Item_ {
    width: calc((100% - 10px) / 2);
    padding: 10px;
  }
}
main .price_ {
  margin: 16px 0;
  text-align: right;
  font-weight: 600;
}
@media (max-width: 767px) {
  main .price_ {
    margin: 12px 0;
  }
}
main .goods_name_,
main .name_ {
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 767px) {
  main .goods_name_,
  main .name_ {
    font-size: 12px;
    margin-top: 12px;
  }
}
main .cart_ {
  margin-top: auto;
}
main .comment_,
main .rdt_ {
  display: none;
}
main .cart_btn_ {
  display: block;
  width: 100%;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  color: #fff;
  background: #ff78c8;
  border: none;
  outline: 1px solid #FFFAF0;
  outline-offset: -2px;
}
main .cart_btn_.closed_ {
  background: #ced3dd;
  outline: none;
}
main .cart_btn_.sold_out_ {
  background: #ced3dd;
  outline: none;
}
main .cart_btn_.reservation_ {
  background: #9395d8;
}
main {
  /* bnr_area */
}
main .bnr_area {
  margin: 80px 0 0;
  padding: 120px 0 60px;
  background: url(../img/deco_line.png) no-repeat center top;
  background-size: 400px;
}
main .bnr_area ul {
  display: flex;
  justify-content: center;
}
main .bnr_area ul li {
  margin-right: 40px;
}
@media (max-width: 767px) {
  main .bnr_area ul li {
    margin-right: 20px;
  }
}
@media (max-width: 575px) {
  main .bnr_area ul li {
    margin-right: 12px;
  }
}
main .bnr_area ul li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  main .bnr_area {
    margin-top: 60px;
    background-size: 320px;
    padding: 100px 0 50px;
  }
}
@media (max-width: 575px) {
  main .bnr_area {
    margin-top: 12%;
    background-size: 60%;
    padding: 20% 0 10%;
  }
}

footer {
  position: relative;
  padding: 20px 0;
}
footer .link-pageup {
  position: fixed;
  z-index: 20;
  right: 40px;
  bottom: 20px;
}
@media (max-width: 1199px) {
  footer .link-pageup {
    position: static;
    display: block;
    width: 100px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  footer .link-pageup {
    width: 80px;
  }
}
footer .copyright {
  display: block;
  text-align: center;
  color: #8995ae;
}
@media (max-width: 1199px) {
  footer .copyright {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  footer .copyright {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  footer .copyright {
    font-size: 11px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: transform 0.3s ease;
  padding: 20px 0;
  background: #fffaf0;
  border-bottom: 1px solid #ff78c8;
}
@media (max-width: 767px) {
  header {
    padding: 10px;
  }
}
header.is-hide {
  transform: translateY(-100%);
}
header .header_inner {
  display: flex;
  justify-content: space-between;
}
header .header_inner h1 {
  margin: 0;
}
header .header_inner h1 img {
  width: 140px;
  padding-top: 4px;
}
@media (max-width: 767px) {
  header .header_inner h1 img {
    width: 90px;
    padding-top: 2px;
  }
}
header .header_inner ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_inner ul li {
  margin-left: 32px;
}
header .header_inner ul li a {
  display: block;
  width: 40px;
}
@media (max-width: 767px) {
  header .header_inner ul li {
    margin-left: 24px;
  }
  header .header_inner ul li a {
    width: 30px;
  }
}