:root {
  --font-inter: "Inter", sans-serif;
  --font-hiragino: "Hiragino Sans", sans-serif;
}

.all-container {
  display: flex;
  /*  header*/
  /*  main  */
  /*  modal */
  /*------------------------------------------


  -------------------------------------------*/
}
.all-container .background-left,
.all-container .background-right {
  flex: 1.42;
  background-color: #ffe6f0;
}
.all-container .lp-header,
.all-container .lp-main {
  width: 375px;
}
@media (max-width: 480px) {
  .all-container {
    display: block;
  }
  .all-container .background-left,
  .all-container .background-right {
    display: none;
  }
  .all-container .lp-header,
  .all-container .lp-main {
    width: 100%;
  }
}
.all-container .main-container {
  z-index: 9999;
  background: #fff;
}
.all-container .item {
  height: 100%;
}
.all-container .text-container-left {
  position: fixed;
  width: 240px;
  height: 279px;
  line-height: 96px;
  margin-left: 50px;
  top: 37%;
}
.all-container .text-container-right {
  line-height: 96px;
  position: fixed;
  right: 50px;
  top: 37%;
}
.all-container .item01 {
  opacity: 0;
  color: #fff;
  font-size: 80px;
}
.all-container .item02 {
  opacity: 0;
  color: #fff;
  font-size: 62px;
}
.all-container .item03 {
  opacity: 0;
  color: #f99db5;
  font-size: 84px;
}
.all-container .item01 {
  -webkit-animation: expansion 2s ease-in-out 0s infinite alternate forwards running;
  animation: expansion 2s ease-in-out 0s infinite alternate forwards running;
}
.all-container .item02 {
  -webkit-animation: expansion 2s ease-in-out 1s infinite alternate forwards running;
  animation: expansion 2s ease-in-out 1s infinite alternate forwards running;
}
.all-container .item03 {
  -webkit-animation: expansion 2s ease-in-out 2s infinite alternate forwards running;
  animation: expansion 2s ease-in-out 2s infinite alternate forwards running;
}
.all-container .container {
  font-size: 13px;
  margin-bottom: 47px;
}
.all-container .head-container {
  padding: 20px 12px 12px 14px;
}
.all-container .flex-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.all-container .main-logo {
  width: 130px;
}
.all-container .main-logo img {
  width: 100%;
}
.all-container .head-wrapper img {
  width: 100%;
}
.all-container .heart {
  position: relative;
  width: 27px;
  height: 25px;
}
.all-container .pink-heart-img {
  position: absolute;
  width: 27px;
  height: 25px;
  top: 0;
  left: 0;
}
.all-container .hidden {
  opacity: 0;
  visibility: hidden;
}
.all-container .visible {
  opacity: 1;
  visibility: visible;
  animation: heart 0.5s ease-in-out;
}
.all-container .dog {
  padding-top: 3px;
  width: 28px;
}
.all-container .flex-circle {
  display: flex;
  justify-content: space-between;
}
.all-container .circle-wrapper {
  text-align: center;
}
.all-container .circle {
  width: 71px;
  height: 71px;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: blue;
  padding: 2px;
}
.all-container .circle::before {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(to bottom, #e5004f, #fdd23f);
  content: "";
  z-index: 1;
}
.all-container .circle::after {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: inherit;
  background: #fff;
  content: "";
  z-index: 2;
}
.all-container .circle a {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 30;
}
.all-container .circle img {
  width: 65px;
  height: 65px;
  z-index: 30;
}
.all-container .circle-text {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  font-family: var(--font-inter);
}
.all-container .head-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}
.all-container .hero-container {
  position: relative;
  overflow: hidden;
  height: 563px;
}
.all-container .text-img {
  width: 193px;
  height: 275px;
  position: absolute;
  top: 111px;
  left: 11px;
}
.all-container .main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.all-container .container .head-wrapper {
  margin: 20px;
  gap: 15px;
}
.all-container .item-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
}
.all-container .look {
  position: relative;
}
.all-container .heart,
.all-container .works_modal_open:hover {
  cursor: pointer;
}
.all-container .look img {
  width: 100%;
  vertical-align: top;
  object-fit: cover;
}
.all-container .open-btn {
  position: absolute;
  top: 14.5px;
  right: 10px;
}
.all-container .open-btn span {
  position: relative;
  display: block;
  width: 15px;
  height: 1px;
  background: #fff;
}
.all-container .open-btn span:nth-child(1) {
  transform: rotate(90deg);
  position: absolute;
  top: 0px;
  left: 0px;
}
.all-container .works_modal_open {
  text-align: center;
}
.all-container .works_modal_wrapper {
  position: fixed;
  display: flex;
  align-items: center;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border: none;
  opacity: 0;
  z-index: -1;
}
.all-container .works_modal_window {
  position: relative;
  margin: auto;
  width: 80%;
  height: 100%;
}
.all-container .works_modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: auto;
  background: #fff;
  padding-bottom: 10px;
  text-align: center;
  width: 100%;
  max-width: 360px;
}
.all-container .works_modal_mask {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.all-container .works_modal_close {
  position: absolute;
  top: -28px;
  right: 0px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .all-container .works_modal_close {
    top: -28px;
    right: 0px;
  }
}
.all-container .works_modal_close span {
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  position: relative;
}
.all-container .works_modal_close span:nth-child(1) {
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: 0;
}
.all-container .works_modal_close span:nth-child(2) {
  transform: rotate(-45deg);
  position: bsolute;
  top: 10px;
  left: 0;
}
.all-container html.is_open,
.all-container body.is_open {
  overflow: hidden;
}
.all-container .works_modal_wrapper.is_open {
  animation: works_modal_wrapper_open 0.5s ease forwards;
}
.all-container .works_modal_wrapper.is_open .works_modal_window {
  animation: works_modal_window_open 0.5s ease forwards;
}
.all-container .works_modal_wrapper.is_close {
  animation: works_modal_wrapper_close 0.5s ease forwards;
}
.all-container .works_modal_wrapper.is_close .works_modal_window {
  animation: works_modal_window_close 0.5s ease forwards;
}
.all-container .modal-list {
  height: 80%;
  text-align: left;
}
.all-container .modal-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.all-container .modal-main-text {
  font-size: 12px;
  margin-left: 15px;
}
.all-container .product-list {
  font-family: var(--font-inter);
  margin-left: 15px;
  padding-bottom: 14px;
}
.all-container .product-list li {
  padding-top: 8px;
}
.all-container .product-list a {
  text-decoration: none;
  color: #03a1fe;
  font-size: 12px;
}
@media (max-width: 480px) {
  .all-container .modal-list img {
    width: 100%;
    height: 100%;
  }
}
.all-container .look .price {
  position: absolute;
  right: 0;
  bottom: 4px;
}
.all-container .look .price a {
  font-size: 14px;
  font-family: var(--font-inter);
  font-weight: normal;
  color: #fff;
  padding-right: 8px;
}
.all-container .click-container {
  position: relative;
  margin: 27px 20px 0px 20px;
  padding-bottom: 40px;
}
.all-container .flex-wrapper {
  display: flex;
}
.all-container .flex-wrapper img {
  width: 100%;
}
.all-container .click-container .background-img {
  width: 100%;
  margin-bottom: 30px;
}
.all-container .click-container .pink-img {
  position: absolute;
  width: 218px;
  left: 18%;
  top: 17%;
}
.all-container .click-container .btn-img {
  position: absolute;
  width: 102.19px;
  left: 35%;
  bottom: 36%;
}
.all-container .text {
  font-family: var(--font-hiragino);
  display: flex;
  margin-left: 15px;
  line-height: 21px;
}
.all-container .text .main-text {
  margin: 0 12px 5px 0;
  font-weight: bold;
}
.all-container .name-wrapper {
  margin-top: 25px;
  width: 265px;
  height: 69px;
  font-family: var(--font-inter);
}
.all-container .name-wrapper p,
.all-container .name-wrapper a {
  font-size: 11px;
  line-height: 18px;
  color: #000;
}
.all-container .modal-main-text {
  font-family: var(--font-inter);
  font-weight: 500;
}
.all-container .modal-title {
  display: flex;
  gap: 7px;
  align-items: center;
  font-family: var(--font-inter);
  font-size: 12px;
  padding: 12px 0 16px 12px;
}
.all-container .modal-title .modal-title-img-container {
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  background: linear-gradient(to bottom, #e5004f, #fdd23f);
  padding: 1.5px;
}
.all-container .modal-title .modal-title-img-container .modal-title-img-wrapper {
  background-color: #fff;
  border-radius: 9999px;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}
.all-container .modal-title .modal-title-img-container .modal-title-img-wrapper img {
  width: 20px;
  height: 12px;
  object-fit: contain;
}
.all-container .modal-title .modal-title-text {
  font-family: var(--font-inter);
  letter-spacing: 0.6px;
  font-size: 11px;
}
@media (max-width: 480px) {
  .all-container .works_modal_mask {
    overflow-y: scroll;
  }
  .all-container .works_modal_mask .works_modal_window {
    position: relative;
    height: 100%;
    padding-top: 50%;
    max-height: 600px;
  }
  .all-container .works_modal_mask .works_modal_window::-webkit-scrollbar {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */