/* 001 */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");

body {
  margin: 0 0;
  padding: 0 0;
}

body .productList .product {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 0 auto 40px;
}

@media (max-width: 899.9px) {
  body .productList .product {
    width: 91.7948717949vw;
  }
}

@media (max-width: 899.9px) {
  body .productList .type1 {
    height: 180vw;
  }
}

@media (max-width: 899.9px) {
  body .productList .type2 {
    height: 189vw;
  }
}

@media (min-width: 900px) {
  body .productList .product {
    display: flex;
    width: 94.4444444444vw;
    height: 53.125vw;
  }
}

body .productList .product .likeIcon {
  position: absolute;
  width: clamp(0px, 6.15vw, 40px);
  z-index: 5;
}

@media (max-width: 899.9px) {
  body .productList .product .likeIcon {
    right: clamp(0px, 28vw, 205px);
    top: 12vw;
  }
}

@media (min-width: 900px) {
  body .productList .product .likeIcon {
    right: clamp(0px, 18vw, 13%);
    top: 8vw;
  }
}

body .productList .product .bg_sp {
  z-index: 2;
}

@media (max-width: 899.9px) {
  body .productList .product .bg_sp {
    width: 91.7948717949vw;
    position: absolute;
  }
}

@media (min-width: 900px) {
  body .productList .product .bg_sp {
    display: none;
  }
}

@media (max-width: 899.9px) {
  body .productList .product .bg {
    display: none;
  }
}

@media (min-width: 900px) {
  body .productList .product .bg {
    width: 94.4444444444vw;
    position: absolute;
  }
}

body .productList .product .productImg {
  flex-shrink: 0;
  position: relative;
  z-index: 3;
}

@media (max-width: 899.9px) {
  body .productList .product .productImg {
    margin: 10vw auto 0 auto;
    width: 35.3846153846vw;
  }
}

@media (min-width: 900px) {
  body .productList .product .productImg {
    margin: 14.2361111111vw 10.5555555556vw 0 13.8888888889vw;
    width: 16.5277777778vw;
    height: 24.7222222222vw;
  }
}

body .productList .product .contents {
  position: relative;
  z-index: 3;
  margin-top: 12vw;
  margin-right: 12vw;
}

@media (max-width: 899.9px) {
  body .productList .product .contents {
    margin: 2.0512820513vw 15.641025641vw auto 18.2051282051vw;
  }
}

body .productList .product .contents .productName {
  color: #003f7e;
  font-weight: bold;
}

@media (max-width: 899.9px) {
  body .productList .product .contents .productName {
    font-size: clamp(0px, 4.1vw, 20px);
  }
}

@media (min-width: 900px) {
  body .productList .product .contents .productName {
    font-size: clamp(20px, 1.38vw, 1.38vw);
  }
}

body .productList .product .contents .discription {
  color: #003f7e;
}

@media (max-width: 899.9px) {
  body .productList .product .contents .discription {
    font-size: clamp(0px, 3.5vw, 16px);
    margin-top: 4vw;
  }
}

@media (min-width: 900px) {
  body .productList .product .contents .discription {
    font-size: clamp(16px, 1.11vw, 1.11vw);
    margin-top: 1.1111111111vw;
  }
}

@media (max-width: 899.9px) {
  body .productList .product .contents .price {
    font-size: clamp(0px, 4.1vw, 16px);
    color: #003f7e;
    font-weight: bold;
    margin-top: 2.0512820513vw;
    height: 4vw;
  }
}

@media (min-width: 900px) {
  body .productList .product .contents .price {
    font-size: clamp(16px, 11.1vw, 1.11vw);
    color: #003f7e;
    font-weight: bold;
    margin-top: 1.1111111111vw;
    height: 1.8055555556vw;
  }
}

body .productList .product .contents .price span {
  font-weight: 400;
  text-decoration: line-through;
}

body .productList .product .contents .furtherInfo {
  background-color: #003f7e;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 899.9px) {
  body .productList .product .contents .furtherInfo {
    margin-top: 10vw;
    line-height: 10vw;
    border-radius: calc(10.2564102564vw/2);
  }
}

@media (min-width: 900px) {
  body .productList .product .contents .furtherInfo {
    margin-top: 3.3333333333vw;
    width: 20.8333333333vw;
    height: 3.8888888889vw;
    line-height: 3.8888888889vw;
    border-radius: calc(3.8888888889vw/2);
  }
}

.productTitleWrap {
  margin-top: clamp(0px, 22.0512820513vw, 120px);
  height: clamp(0px, 22.0512820513vw, 120px);
  position: relative;
}

.productTitleWrap .productTitle {
  width: auto;
  height: clamp(0px, 12.3076923077vw, 67px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

body .header {
  z-index: 20;
  width: 95.8333333333vw;
  height: 7.0465277778vw;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 1.3888888889vw 2.0833333333vw 0;
  display: flex;
  align-items: center;
  color: #003f7e;
  justify-content: space-between;
}

body .header .stlassh {
  margin-left: 2.7777777778vw;
  width: 11.1111111111vw;
  height: 4.7916666667vw;
}

body .header .headerFlex {
  display: flex;
  justify-content: space-between;
  font-size: 1.1111111111vw;
  font-size: 1.2vw;
  margin-left: 10%;
}

body .header .headerFlex ul {
  justify-content: center;
  white-space: nowrap;
}

body .header .headerFlex li {
  display: inline;
  padding: 0 4%;
}

body .header .account {
  display: flex;
  margin-right: 3.5vw;
}

body .header .account a {
  text-decoration: none;
}

body .header .account .logIn {
  text-align: center;
  margin-left: 3.3vw;
  width: 9.1666666667vw;
  height: 3.0555555556vw;
  font-size: 0.9722222222vw;
  line-height: 3.0555555556vw;
  border: solid 0.0694444444vw #003f7e;
  border-radius: 1.5277777778vw;
  font-weight: bold;
}

body .header .account .logIn span {
  color: #003f7e;
}

body .header .account .Registration {
  text-align: center;
  margin-left: 1.1111111111vw;
  width: 9.1666666667vw;
  height: 3.0555555556vw;
  font-size: 0.9722222222vw;
  line-height: 3.0555555556vw;
  border: solid 0.0694444444vw #003f7e;
  border-radius: 1.5277777778vw;
  font-weight: bold;
  background-color: #003f7e;
  color: #ffffff;
}

body .header .account .Registration span {
  color: #ffffff;
}

@media (max-width: 899.9px) {
  body .header {
    display: none;
  }
}

body .cartIcon {
  position: fixed;
  right: 0;
  background-color: #003f7e;
  z-index: 20;
  width: clamp(0px, 7.1794871795vw, 35px);
  height: clamp(0px, 7.1794871795vw, 35px);
  padding: clamp(0px, 4.6153846154vw, 27.5px);
  bottom: clamp(0px, 16.4102564103vw, 80px);
}

body .cartIcon .shoppingCart {
  width: clamp(0px, 7.1794871795vw, 35px);
  height: clamp(0px, 7.1794871795vw, 35px);
}

@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }

  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

.menu .menuButton {
  position: fixed;
  top: 0;
  right: 0;
  width: clamp(0px, 18.9743589744vw, 92.5px);
  height: clamp(0px, 18.9743589744vw, 92.5px);
  background-color: rgba(255, 255, 255, 0.5);
  font-size: clamp(0px, 4.1025641026vw, 20px);
  line-height: clamp(0px, 18.9743589744vw, 92.5px);
  text-align: center;
  font-weight: bold;
  z-index: 22;
  transition: all 500ms 1200ms;
}

@media (min-width: 900px) {
  .menu .menuButton {
    display: none;
  }
}

.menu .nav {
  position: fixed;
  top: 0;
  right: 0;
  width: clamp(0px, 18.9743589744vw, 92.5px);
  height: clamp(0px, 18.9743589744vw, 92.5px);
  background-color: rgba(255, 255, 255, 0.7);
  font-size: clamp(0px, 4.1025641026vw, 20px);
  line-height: clamp(0px, 18.9743589744vw, 92.5px);
  text-align: center;
  font-weight: bold;
  z-index: 21;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.3);
  animation: border-transform 7s linear infinite;
  opacity: 0;
  transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 1100ms ease, width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), background-color 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 1000ms 2000ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu .nav .mobileMenuWrap {
  width: 100%;
  height: 100%;
  overflow: scroll;
  transition: all 650ms 1100ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu .nav .mobileMenuWrap .mobileMenu {
  transition: all 650ms 1100ms cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%;
  height: 160.7692307692vw;
  min-height: 100vh;
  background-color: #003f7e;
}

.menu .nav .mobileMenuWrap .mobileMenu .menuFlex {
  height: 18.9743589744vw;
  background-color: #ffffff;
  padding: 0 4.1025641026vw;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.menu .nav .mobileMenuWrap .mobileMenu .menuFlex .stlassh {
  width: 22.8205128205vw;
  height: 10vw;
}

.menu .nav .mobileMenuWrap .mobileMenu .menuFlex .closeIcon {
  height: 100%;
}

.menu .nav .mobileMenuWrap .mobileMenu .menuFlex .closeIcon img {
  width: 8.2051282051vw;
  height: 8.2051282051vw;
}

.menu .nav .mobileMenuWrap .mobileMenu .menuContent {
  height: 14.1025641026vw;
  border-bottom: 0.2564102564vw solid #ffffff;
  line-height: 14.1025641026vw;
  padding-left: 4.1025641026vw;
  color: #ffffff;
}

.menu .nav .mobileMenuWrap .mobileMenu .logIn {
  width: 91.7948717949vw;
  height: 12.3076923077vw;
  background-color: #ffffff;
  margin: 7.1794871795vw auto 0;
  text-align: center;
  line-height: 12.3076923077vw;
  border-radius: 6.1538461538vw;
  font-weight: bold;
  color: #003f7e;
}

.menu .menu-icon {
  display: none;
}

.menu .menu-icon:not(:checked)~.nav .mobileMenuWrap {
  opacity: 0;
  transition: all 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu .menu-icon:not(:checked)~.nav .mobileMenuWrap .mobileMenu {
  opacity: 0;
  transition: all 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu .menu-icon:checked~.menuButton {
  background-color: #003f7e;
}

.menu .menu-icon:checked~.nav {
  opacity: 1;
  background-color: #003f7e;
  animation-play-state: paused;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 100vw;
  height: 100vh;
  transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 700ms ease, width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1), height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1), background-color 750ms 700ms cubic-bezier(0.23, 1, 0.32, 1), opacity 400ms 0ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu .menu-icon:checked~.menuButton {
  opacity: 0;
  transition: all 250ms 1000ms;
}

.p-product_list__list {
  gap: 22px;
}

.p-product_list .p-product_list__list__item {
  width: 360px;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

.p-product_list {
  padding: 5%;
}

.p-product_list .p-product_list__list__item .productButton {
  margin-top: 0px;
  text-align: center;
  z-index: 2;
  margin-bottom: 10%;
}

.p-product_list .p-product_list__list__item .productButton a {
  background-color: #313332;
  border-radius: 7px;
  color: #fff;
  padding: 8px 10px;
  margin-top: 2rem;
}

.p-product_list .backgroundImgWrap {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.p-product_list .backgroundImgWrap img {
  width: 100%;
  height: 100%;
}

.c-product_item {
  padding: 10%;
  flex: 1;
}

.c-category_header {
  height: 25vh;
  max-height: 140px;
}

@media (min-width: 900px) {
  .c-category_header {
    max-height: 250px;
  }
}

.u-text--subhead {
  font-size: clamp(12px, 2vw, 14px);
  text-align: center;
  font-weight: 600;
}

.u-text--description {
  font-size: clamp(10px, 2vw, 14px);
  font-family: 'Klee One', sans-serif;
  font-weight: thin;
}

.u-text--price {
  font-size: clamp(13px, 1.5vw, 15px);
  font-weight: 600;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column-reverse;
}

.sectionTitle .sub_ttl {
  font-family: 'Caveat', cursive;
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
}

.c-product_item__inner__eyecatch img {
  height: 190px;
  width: auto;
  margin: 0 auto;
}

.p-product_list__list .productButton {
  width: 50%;
  text-align: center;
  padding: 15px;
  margin: 8% auto;
  display: block;
}

.p-product_list__list__item:hover {
  opacity: .4;
}

.c-product_item:hover {
  opacity: unset;
}

.p_banner {
  min-width: 350px;
  width: 45%;
  margin: 5% auto 0;
}

/*# sourceMappingURL=product.css.map */