<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#top header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 1;
}
#top #head_top {
  padding-top: 20px;
}
@media only screen and (max-width: 1024px) {
  #top #head_top {
    padding-top: 10px;
  }
}
#top #head_top .wrapper {
  padding: 0 2%;
}
#top #head_top .search {
  border-bottom: 1px solid #fff;
}
#top #head_top .search input[type=text] {
  color: #fff;
}
#top #head_top .search input[type=text]::-webkit-input-placeholder {
  color: #eee;
}
#top #head_top .search input[type=text]::-moz-placeholder {
  color: #eee;
}
#top #head_top .search input[type=text]:-ms-input-placeholder {
  color: #eee;
}
#top #head_top .search input[type=text]::-ms-input-placeholder {
  color: #eee;
}
#top #head_top .search input[type=text]::placeholder {
  color: #eee;
}

#top #head_top .search button {
  background-image: url("https://file001.shop-pro.jp/PA01125/496/images/icon_search_w.svg");
}
#top #head_top ul li.account {
  background-image: url("https://file001.shop-pro.jp/PA01125/496/images/icon_account_w.svg");
}
#top #head_top ul li.cart {
  background-image: url("https://file001.shop-pro.jp/PA01125/496/images/icon_cart_w.svg");
}
#top #head_top ul li a {
  color: #fff;
}
#top #head_main {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
}
#top #head_main h1 {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 9vw;
}
@media only screen and (max-width: 1024px) {
  #top #head_main h1 {
    top: 9vw;
    width: 30px;
  }
}
@media only screen and (max-width: 600px) {
  #top #head_main h1 {
    top: 12vw;
  }
}
#top #head_main h1 a {
  background-image: url("https://file001.shop-pro.jp/PA01125/496/images/head_logo_top.png");
  padding-top: 738%;
color:#FFF;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #top #head_main h1 a {
    background-image: url("https://file001.shop-pro.jp/PA01125/496/images/head_logo_top@2x.png");
  }
}
#top #head_main nav {
  position: absolute;
  top: calc(50vw + 30px);
  left: 0;
  right: 0;
  margin: auto;
}
#top #mainimage {
  width: 100vw;
  height: 50vw;
  background-image: url("https://img02.shop-pro.jp/PA01125/496/etc/top-mainimage.jpg?cmsp_timestamp=20230204142936");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 180px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #top #mainimage {
    background-image: url("https://img02.shop-pro.jp/PA01125/496/etc/top-mainimage-sp%402x.jpg?cmsp_timestamp=20230204143015");
  }
}
@media only screen and (max-width: 1024px) {
  #top #mainimage {
    width: 100%;
    margin-bottom: 80px;
    min-height: 400px;
  }
}
@media only screen and (max-width: 600px) {
  #top #mainimage {
    height: 100vw;
  }
}
#top main section {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  #top main section {
    margin-bottom: 70px;
  }
}
#top main h2 {
  font-size: 28px;
  line-height: 1.4;
  margin: 0 0 60px;
}
@media only screen and (max-width: 1024px) {
  #top main h2 {
    font-size: 22px;
    margin: 0 0 40px;
  }
}
#top main .tate {
  text-align: center;
}
#top main .tate h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  display: inline-block;
  padding: 5px 20px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
#top main p {
  line-height: 2.2;
}
@media only screen and (max-width: 1024px) {
  #top main p {
    font-size: 15px;
    line-height: 1.9;
  }
}
#top #lead .wrapper {
  max-width: 720px;
}
#top #lead h2 {
  text-align: center;
}
@media only screen and (max-width: 600px) {
  #top #lead h2 {
    font-size: 4.8vw;
  }
}
#top #top-item .tanpin {
  margin-bottom: 70px;
}
#top #top-about h2 {
  text-align: center;
}
#top #top-about .image {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  #top #top-about .image {
    margin-bottom: 50px;
  }
}
#top #top-about p {
  max-width: 720px;
  margin: 0 auto;
}
#top #top-shop article {
  width: 45%;
  margin: 0 2.5%;
}
@media only screen and (max-width: 1024px) {
  #top #top-shop article {
    width: 47%;
    margin: 0 1.5% 30px;
  }
}
@media only screen and (max-width: 600px) {
  #top #top-shop article {
    width: 96%;
    margin: 0 2% 40px;
  }
}
#top #top-shop article:nth-child(even) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media only screen and (max-width: 600px) {
  #top #top-shop article:nth-child(even) {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
}
#top #top-shop .image {
  overflow: hidden;
  width: 100%;
}
#top #top-shop .image img {
  width: 100%;
  display: block;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#top #top-shop .image img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 1;
}
#top #top-shop h3 {
  font-size: 24px;
  margin: 20px 0 10px;
}
@media only screen and (max-width: 1024px) {
  #top #top-shop h3 {
    font-size: 20px;
  }
}
#top #top-shop h3 small {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  #top #top-shop h3 small {
    font-size: 14px;
  }
}
#top #top-shop p {
  font-size: 15px;
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  #top #top-shop p {
    font-size: 14px;
  }
}
#top #top-shop p a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#top #top-shop p a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000000;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#top #top-shop p a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#top #top-shop .sns {
  margin: 15px 0 0;
}
#top #top-shop .sns img {
  width: 20px;
}
</pre></body></html>