<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************/
/* SLIDER */
/******************************/
.p-main-slider .bx-wrapper {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-main-slider .bx-wrapper {
    margin-top: 15px;
  }
}
.p-main-slider .bx-wrapper .bx-viewport {
  border: 0;
  box-shadow: none;
  left: 0;
  background:#fff;
}
.p-main-slider .bx-wrapper img {
  margin: 0 auto;
  width: 100%;
max-width:1400px;
}
.p-main-slider .bx-wrapper .bx-pager {
  padding-top: 0;
  bottom: -30px;
}
@media screen and (max-width: 767px) {
  .p-main-slider .bx-wrapper .bx-pager {
    /*display: none;*/
    bottom: -20px;
  }
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a {
  margin-left: 10px;
  margin-right: 10px;
  background: #e4eaee;
}
@media screen and (max-width: 767px) {
  .p-main-slider .bx-wrapper .bx-pager.bx-default-pager a {
    margin-left: 10px;
    margin-right: 10px;
      }
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  position: relative;
  background: #e4eaee;
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a.active:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 16px;
  height: 16px;
  border: 1px solid #e4eaee;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-main-slider .bx-wrapper .bx-pager.bx-default-pager a.active:before {
    top: -4px;
    left: -4px;
    width: 16px;
    height: 16px;
      }
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #eeeeee;
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #e4eaee;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
   padding-left: 30px;
    padding-right: 30px;
  }
}
.p-line-informaiton__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
}
@media only screen and (max-width: 1023px) {
  .p-line-informaiton__wrap {
    margin-left: 25px;
    margin-right: 25px;
    max-width: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .p-line-informaiton__wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-line-informaiton-list {
  overflow-y: auto;
  max-height: 300px;
}
.p-line-informaiton-list__item {
  display: flex;
  margin-bottom: 15px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list__item {
    display: block;
  }
}
.p-line-informaiton-list__item:last-child {
  margin-bottom: 0;
}
.p-line-informaiton-list__date {
  width: 120px;
  font-family: "Noto Sans JP", "ヒラギノ逞ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Lucida Grande", sans-serif;
}
.p-line-informaiton-list__ttl {
  flex: 1;
 font-family: "Noto Sans JP", "ヒラギノ逞ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Lucida Grande", sans-serif;

}
.p-line-info-btn{width:100%;text-align:center;}
.p-line-info-btn a{
    display:inline-block;
    background:transparent;
  min-width: 180px;
     padding: 5px 35px 5px 0px;
    text-align:center;
    color:#2d2d2d;
    margin:30px auto 15px;
    border:1px solid;
    cursor:pointer;
    position: relative;
    text-decoration: none;
font-family: "Noto Serif JP", "掴汤墨挛", "Yu Mincho", YuMincho, serif;
  font-size: 18px;

}
.p-line-info-btn a::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 20px;
    height: 5px;
    border: none;
    border-right: 2px solid #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
    transform: skew(45deg);
    transition: .3s;
}
.p-line-info-btn a:hover::after{
    right: 10px;
    width: 30px;
}
/******************************/
/* Category */
/******************************/
.p-category {
    overflow: hidden;
  padding-bottom: 60px;

}
.p-category ul{
display: flex;
  flex-wrap: wrap;
  width:100%;
  gap:1%;
  max-width: 1370px;
  margin:0 auto;
  }
 .p-category ul{
padding-left: 15px;
  } 
.p-category ul li{
width: 24.25%;
margin-bottom: 15px;
  }
@media screen and (max-width:1023px) {
     .p-category ul{
padding-left: 0px;
margin-bottom: 10px;
  } 
  .p-category ul li{
width: 32.33%;
margin-bottom: 5px;
  }
}
@media screen and (max-width: 450px) {
   .p-category ul{
padding-left: 0px;
  } 
  .p-category ul li{
width:49.5%;
  }
}
  .p-category ul li a img{
transition: filter 0.1s ease;
filter: brightness(1.0);
  }
 .p-category ul li a:hover img{
filter: brightness(1.3); 
  }

/******************************/
/* CONCEPT */
/******************************/
.p-concept {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*margin-top: 120px;*/
  /*margin-bottom: 120px;*/

  background: #20609c;
}
@media screen and (max-width: 1023px) {
  .p-concept {
    /*margin-top: 60px;*/
    /*margin-bottom: 75px;*/

    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept {
    display: block;
    /*margin-bottom: 60px;*/
    margin-left: 0;
    margin-right: 0;
  }
}
.p-concept__img {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  min-height: 380px;
  background-image: url(https://img14.shop-pro.jp/PA01081/517/etc_base64/Y29uY2VwdF9pbWcwMw.jpg?cmsp_timestamp=20250415120323);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-concept__img {
    display: block;
    width: auto;
    min-height: 200px;
    height: 0;
    padding-bottom: 54.29%;
  }
}
.p-concept__txt {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 50px;
  width: 60%;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .p-concept__txt {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__txt {
    padding: 40px 20px;
    width: auto;
  }
}
.p-concept__ttl {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: normal;
line-height:1.4em;
color:#fff;
}
@media screen and (max-width: 767px) {
  .p-concept__ttl {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.p-concept__body {
  line-height: 2;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-concept__body {
    font-size: 13px;
  }
}
.p-concept__link{
  text-align: right;
  font-size: 16px;
   color: #fff;
text-decoration: underline dotted #fff;
text-underline-offset: 3px;
}
.p-concept__link a:link,
.p-concept__link a:visited{
   color: #fff;
}
.p-concept__link a:hover{
   color: #bcd4fc;
}

/******************************/
/* RECOMMEND ITEMS &amp;*/
/******************************/
.p-recommend,.p-seller{
  overflow: hidden;
margin-top:120px;
  padding-bottom: 120px;
}
.p-seller{
  padding-bottom: 0px;
}
@media screen and (max-width: 1023px) {
  .p-recommend,
  .p-seller {
margin-top:60px;
    padding-bottom: 60x;
  }
  .p-seller{
  padding-bottom: 0px;
}
}
@media screen and (max-width: 767px) {
  .p-recommend,
  .p-seller {
margin-top:60px;
    padding-bottom: 60px;
  }
   .p-seller {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-list,
  .p-seller {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-recommend-item-list,
.p-seller-item-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -27px;
  margin-right: -27px;
}
@media screen and (max-width: 1023px) {
  .p-recommend-item-list,
.p-seller-item-list {
    margin-left: -17px;
    margin-right: -17px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-item-list,
.p-seller-item-list {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.p-recommend-item-list__item,
.p-seller-item-list__item{
  position: relative;
  box-sizing: border-box;
  margin-bottom: 50px;
  padding-left: 27px;
  padding-right: 27px;
  width: 25%;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .p-recommend-item-list__item,
  .p-seller-item-list__item{
    margin-bottom: 30px;
    padding-left: 17px;
    padding-right: 17px;
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-item-list__item,
  .p-seller-item-list__item {
    margin-bottom: 25px;
    padding-left: 8px;
    padding-right: 8px;
    width: 50%;
  }
}
.p-recommend-item-list__item.is-hidden,
.p-seller-item-list__item.is-hidden {
  display: none;
}

.p-recommend .c-more,
.p-seller .c-more{
  text-align: center;
}

.p-recommend .more-btn,
.p-seller .more-btn{
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 18px 45px 18px 25px;
  border: 1px solid #2d2d2d;
  min-width: 200px;
  font-size: 18px;
  font-weight: bold;
  background: transparent;
  color: #2d2d2d;
  text-align: left;
  cursor: pointer;
  letter-spacing: 0.3em;
  font-family: "Noto Serif JP", "掴汤墨挛", "Yu Mincho", YuMincho, serif;
}
@media screen and (max-width: 767px) {
  .p-recommend .more-btn,
  .p-seller .more-btn{
    min-width: 180px;
    font-size: 16px;
  }
}

.p-recommend .more-btn:before,
.p-seller .more-btn:before,
.p-recommend .more-btn:after,
.p-seller .more-btn:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 1px;
  background: #2d2d2d;
  transition: all 0.3s ease;
}
.p-recommend .more-btn:after,
.p-seller .more-btn:after {
  transform: rotate(90deg);
}
.p-recommend .more-btn:hover,
.p-seller .more-btn:hover{
  text-decoration: none;
}
.p-recommend .more-btn:hover:before,
.p-seller .more-btn:hover:before {
  transform: rotate(90deg);
}
.p-recommend .more-btn:hover:after,
.p-seller .more-btn:hover:after {
  transform: rotate(180deg);
}
.p-seller-list__num {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
 padding: 7px 3px 0px 4px;
  min-width: 40px;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  transition: all ease 0.1s;
  z-index: 100;
}
.p-seller-list__num.is-1 {
  background-image: url("https://img14.shop-pro.jp/PA01081/517/etc_base64/c2VsbGVyX3IxX2ljb24.png?cmsp_timestamp=20250515171620");
  background-size: cover;
  color: #ffffff;
}
.p-seller-list__num.is-2 {
  background-image: url("https://img14.shop-pro.jp/PA01081/517/etc_base64/c2VsbGVyX3IyX2ljb24.png?cmsp_timestamp=20250515171620");
  background-size: cover;
  color: #ffffff;
}
.p-seller-list__num.is-3 {
  background-image: url("https://img14.shop-pro.jp/PA01081/517/etc_base64/c2VsbGVyX3IzX2ljb24.png?cmsp_timestamp=20250515171620");
  background-size: cover;
  color: #ffffff;
}

.p-seller-list__num.is-4,
.p-seller-list__num.is-5,
.p-seller-list__num.is-6,
.p-seller-list__num.is-7,
.p-seller-list__num.is-8
 {
  background-image: url("https://img14.shop-pro.jp/PA01081/517/etc_base64/c2VsbGVyX3JfaWNvbg.png?cmsp_timestamp=20250515171620");
  background-size: cover;
  color: #ffffff;
}



/******************************/
/* TOP GALLERY */
/******************************/
.p-gallery {
  padding-top: 60px;
  padding-bottom: 45px;
  background: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .p-gallery {
    padding-top: 50px;
  }
}
.p-gallery__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-gallery__wrap {
    display: block;
  }
}
.p-gallery__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-gallery__img {
    width: auto;
  }
}
.p-gallery__img img {
  width: 100%;
}
.p-gallery__img .slick-dots {
  bottom: -40px;
}
.p-gallery__img .slick-dots li {
  height: auto;
  padding: 5px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.p-gallery__img .slick-dots li button {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2d2d2d;
}
.p-gallery__img .slick-dots li.slick-active button:before {
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #2d2d2d;
  border-radius: 50%;
}
.p-gallery__img .p-gallery-slider__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-gallery__img .p-gallery-slider__item {
    min-height: 250px;
    height: 0;
  }
}
.p-gallery__img .p-gallery-slider__item01 {
  background-image: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif);
}
.p-gallery__img .p-gallery-slider__item02 {
  background-image: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif);
}
.p-gallery__img .p-gallery-slider__item03 {
  background-image: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif);
}
.p-gallery__txt {
  box-sizing: border-box;
  padding: 30px 0px 30px 90px;
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .p-gallery__txt {
    padding: 30px 0px 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-gallery__txt {
    padding: 35px 0px 0px 0px;
    width: auto;
  }
}
.p-gallery__ttl {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-gallery__ttl {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.p-gallery__body {
  line-height: 2;
  font-size: 14px;
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking {
  overflow: hidden;
  padding-top: 130px;
  padding-bottom: 0px;
}
@media screen and (max-width: 1023px) {
  .p-ranking {
    padding-top: 90px;
padding-bottom: 0px;

  }
}
@media screen and (max-width: 767px) {
  .p-ranking {
    padding-top: 75px;
    padding-bottom: 0px;
  }
}
.p-ranking-list {
  box-sizing: border-box;
  padding-left: 6%;
  padding-right: 6%;
}
@media screen and (max-width: 1050px) {
  .p-ranking-list {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .p-ranking-list {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list {
    padding-left: 22%;
    padding-right: 22%;
  }
}
.p-ranking-list .slick-list {
  overflow: visible;
}


.p-ranking-list .slick-prev {
  left: -5px;
  margin-top: -43px;
}
@media screen and (max-width: 1023px) {
  .p-ranking-list .slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    margin-top: -30px;
  }
}
.p-ranking-list .slick-next {
  right: -5px;
  margin-top: -43px;
}
@media screen and (max-width: 1023px) {
  .p-ranking-list .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    margin-top: -30px;
  }
}
.p-ranking-list .slick-dotted.slick-slider {
  margin-bottom: 60px;
}
.p-ranking-list .slick-dots {
  bottom: -45px;
}
.p-ranking-list .slick-dots li {
  margin: 0 2px;
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 10px;
  margin-left: 10px;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .p-ranking-list__item {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list__item {
    margin-right: 8px;
    margin-left: 8px;
  }
}
.p-ranking-list__item.slick-active .p-ranking-list__num {
  opacity: 1;
  animation: rankingfadein 0.2s 0s;
}
.p-ranking-list__img {
  margin-bottom: 20px;
  background: #ffffff;
border:2px solid #e4eaee;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    margin-bottom: 10px;
    text-align: center;
  }
}
.p-ranking-list__num {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 3px;
  min-width: 30px;
  line-height: 27px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all ease 0.1s;
  background: #bcd4fc;
  z-index: 100;
}
.p-ranking-list__num.is-1 {
  background: #c5b597;
  color: #ffffff;
}
.p-ranking-list__num.is-2 {
  background: #b1b9bb;
  color: #ffffff;
}
.p-ranking-list__num.is-3 {
  background: #714d3b;
  color: #ffffff;
}

.p-ranking-list__num.is-4,
.p-ranking-list__num.is-5,
.p-ranking-list__num.is-6,
.p-ranking-list__num.is-7,
.p-ranking-list__num.is-8
 {
  background: #bcd4fc;
  color: #ffffff;
}

@keyframes rankingfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-ranking-list__txt {
  text-align: center;
}
.p-ranking-list__ttl {
  font-size: 14px;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  margin-top: 15px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__price {
    margin-top: 5px;
    font-size: 13px;
  }
}
.p-ranking-list__price.is-default {
  margin-top: 0;
}
.p-ranking-list__btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
/******************************/
/* TOP 殴兽疽拆 */
/******************************/
.p-shop {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-top: 120px;
  margin-bottom: 120px;
  background: #b3a37e;
}
@media screen and (max-width: 1023px) {
  .p-shop {
    margin-top: 60px;
    margin-bottom: 75px;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-shop {
    display: block;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-shop__img {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 380px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-shop__img {
    display: block;
    width: auto;
    min-height: 200px;
    height: 0;
    padding-bottom: 54.29%;
  }
}
.p-shop__txt {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 90px;
  width: 50%;
  color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  .p-shop__txt {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-shop__txt {
    padding: 40px 20px;
    width: auto;
  }
}
.p-shop__ttl {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-shop__ttl {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
.p-shop__ttl-s {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-shop__ttl-s {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
.p-shop__body {
  line-height: 2;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-shop__body {
    font-size: 13px;
  }
}
.p-shop__url {
  margin-top: 15px;
}
.p-shop__url a {
  color: #ffffff;
}

</pre></body></html>