@charset "UTF-8";

/******************************/
/* メインスライダー */
/******************************/
.top_main_slider {
  margin-top: 10px;
}

.top_main_slider #slider {
  visibility: hidden;
}

.top_main_slider #slider.slick-initialized {
  visibility: visible;
}

.top_main_slider .slick-dots li {
  width: 12px;
  height: 12px;
}

.top_main_slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border: 1px solid #C3C3C3;
  border-radius: 6px;
  background: transparent;
}

.top_main_slider .slick-dots li.slick-active button {
  border: 1px solid #6fa421;
  background: #6fa421;
}

.top_main_slider .slick-slide img {
  width: 100%;
  height: auto;
  opacity: 0.2;
  transition: opacity 0.5s;
}

.top_main_slider .slick-slide.slick-center img {
  opacity: 1;
}

.top_main_slider .slick-slide img:hover {
  opacity: 0.2 !important;
}

.top_main_slider .slick-slide.slick-center img:hover {
  opacity: 0.7 !important;
}

.top_main_slider .slick-slide.adjacent-visible img {
  opacity: 1;
}

/******************************/
/* ミニスライダー */
/******************************/
.mini_slider-area {
  max-width: 1350px;
  width: 100%;
  margin: 100px auto 60px;
}

.mini_slide-wrap {
  width: 90%;
  margin: 0 auto;
}

.mini_slide-wrap img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.mini_slide-wrap .slick-slide {
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .mini_slider-area {
    margin: 50px auto;
  }

  .mini_slide-wrap li {
    margin-bottom: 10px;
  }

  .mini_slide-wrap li:last-child {
    margin-bottom: 0;
  }

  .mini_slide-wrap .slick-slide {
    margin: 0 5px;
  }
}

.bnr-slick-prev,
.bnr-slick-next {
  position: absolute;
  top: 42%;
  cursor: pointer;
  outline: none;
  height: 28px;
  width: 28px;
  background-color: #FDD35C;
  border-radius: 14px;
  z-index: 10;
}

.bnr-slick-prev {
  left: -2%;
}

.bnr-slick-next {
  right: -2%;
}

.bnr-slick-prev::after,
.bnr-slick-next::after {
  content: "";
  position: absolute;
  top: 42%;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.bnr-slick-prev::after {
  left: 11px;
  top: 50%;
  transform: translatey(-50%) rotate(135deg);
}

.bnr-slick-next::after {
  right: 11px;
  top: 50%;
  transform: translatey(-50%) rotate(315deg);
}

.mini_slider-area.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 1px;
  /* スライダー高さ0を回避 */
  overflow: hidden;
}

.mini_slider-area.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  height: auto;
  transition: opacity 0.3s ease;
}

/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 75px;
  width: 760px;
}

@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;
  }
}

.p-line-informaiton ul {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 12px;
  }
}

.p-line-informaiton li {
  margin-bottom: 15px;
}

.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl {
    margin: 0;
  }
}

.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}

@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}

/***** お知らせ *****/
.p-top-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}

.p-top-news__ttl {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}

.p-top-news__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
}

/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container {
  padding-bottom: 0;
}

/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item.u-container {
  padding-bottom: 0;
}

/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.p-ranking-list .slick-prev,
.p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 767px) {

  .p-ranking-list .slick-prev,
  .p-ranking-list .slick-next {
    top: 110px;
    width: 45px;
    height: 45px;
  }
}

.p-ranking-list .slick-prev:before,
.p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}

@media screen and (max-width: 767px) {

  .p-ranking-list .slick-prev:before,
  .p-ranking-list .slick-next:before {
    top: 15px;
  }
}

.p-ranking-list .slick-prev {
  left: 20px;
}

@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: 0px;
  }
}

.p-ranking-list .slick-prev:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}

.p-ranking-list .slick-next {
  right: 20px;
}

@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: 0px;
  }
}

.p-ranking-list .slick-next:before {
  left: 4px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}

.p-ranking-list__item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 25px;
  word-break: break-all;
}

@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}

.p-ranking-list__img {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}

.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}

.p-ranking-list__num {
  position: absolute;
  top: 0;
  left: 1px;
  width: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  text-align: center;
}

.p-ranking-list__ttl img {
  vertical-align: middle;
}

.p-ranking-list__price {
  color: #909090;
  margin-top: 20px;
}

.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p-ranking-list__btn.is-added {
  color: #000000;
}

.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}

@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
}

.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}

@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}

/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}

@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}

/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-bnr-list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}

.p-bnr-list__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}

@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}

.image {
  position: relative;
}

div.l-main h2,
div.l-main h3,
div.l-main p {
  font-weight: 500;
}

div.l-main a {
  color: black;
  text-decoration: none;
}

div.l-main .scale-up:hover img {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

div.l-main .hover-under-line:hover {
  text-decoration: underline;
}

div.l-main h2.center-image::before,
div.l-main h2.center-image::after {
  content: '';
  display: block;
  width: 263px;
  height: 125px;
  bottom: 2.3em;
  position: absolute;
}

@media (max-width: 576px) {

  div.l-main h2.center-image::before,
  div.l-main h2.center-image::after {
    max-width: 9.239em;
  }
}

div.l-main ul.row {
  --bs-gutter-x: 28px;
}

@media (max-width: 576px) {
  div.l-main ul.row {
    --bs-gutter-x: 3.2vw;
  }
}

div.l-main .biz-font {
  font-family: 'BIZ UDPGothic', sans-serif;
}

div.l-main .product-title {
  color: #101010;
  font-size: 1em;
}

div.l-main .c-item-list__price,
div.l-main .p-ranking-list__price {
  color: #8f8f8f;
}

div.l-main span.en,
div.l-main span.sub {
  color: #6fa421;
}

div.l-main span.en {
  font-size: 46px;
  font-family: 'Itim', cursive;
}

div.l-main span.sub {
  font-size: 14px;
  font-family: 'BIZ UDPGothic', sans-serif;
}

div.l-main h2.top-title {
  padding-bottom: 55px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  div.l-main h2.top-title {
    padding-top: 130px;
    padding-bottom: 55px;
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  div.l-main h2.top-title {
    padding-bottom: 10px;
  }
}

/*  */
div.l-main div.slider div.bx-wrapper div.bx-pager-item {
  width: auto !important;
  border-radius: 50%;
}

div.l-main div.slider div.bx-wrapper div.bx-pager-item a.bx-pager-link {
  border-bottom: none;
  height: 18px !important;
  width: 18px !important;
  background-color: #ccc !important;
  border-radius: 50% !important;
}

@media (max-width: 768px) {
  div.l-main div.slider div.bx-wrapper div.bx-pager-item a.bx-pager-link {
    height: 12px !important;
    width: 12px !important;
    padding: 0;
  }
}

div.l-main div.slider div.bx-wrapper div.bx-pager-item a.bx-pager-link.active {
  background-color: #6fa421 !important;
}

div.l-main div.bx-wrapper div.bx-controls .bx-pager.bx-default-pager {
  bottom: -70px !important;
}

@media (max-width: 768px) {
  div.l-main div.bx-wrapper div.bx-controls .bx-pager.bx-default-pager {
    bottom: -30px !important;
  }
}

div.l-main div.slider {
  padding-bottom: 4.1875em;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 768px) {
  div.l-main div.slider {
    padding-bottom: 20px;
  }
}

div.l-main section.top-newitem {
  padding-bottom: 104px;
}

div.l-main section.top-newitem h2.center-image::before {
  background: url(https://img21.shop-pro.jp/PA01480/380/etc/ttl_newitem_r.png) no-repeat center;
  background-size: contain;
  left: 12em;
}

div.l-main section.top-newitem h2.center-image::after {
  background: url(https://img21.shop-pro.jp/PA01480/380/etc/ttl_newitem_l.png) no-repeat center;
  background-size: contain;
  right: 12em;
}

div.l-main section.top-newitem ul.row {
  --bs-gutter-y: 73px;
}

@media (max-width: 768px) {
  div.l-main section.top-newitem {
    padding-bottom: 140px;
  }

  div.l-main section.top-newitem h2.center-image::before {
    left: -45px;
    bottom: 70px;
  }

  div.l-main section.top-newitem ul.row {
    --bs-gutter-y: 3vw;
  }
}

div.l-main section.top-news {
  padding: 40px 0 80px;
  margin-top: 100px;
}

div.l-main section.top-news span.en {
  font-size: 34px;
}

div.l-main section.top-news span.en::before {
  content: "";
  display: block;
  width: 109px;
  height: 66px;
  background: url("https://img21.shop-pro.jp/PA01480/380/etc/ttl_news.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: -55px;
  left: 35px;
}

div.l-main section.top-news span.sub {
  font-size: 14px;
  font-family: 'Itim', cursive;
}

div.l-main section.top-news h2.top-title {
  min-width: 6.528em;
  margin-top: 0;
  padding-bottom: 0;
  text-align: left;
}

div.l-main section.top-news ul.news-list {
  padding-left: 4.5em;
  border-left: 1px solid #c4c4c4;
  width: 100%;
}

div.l-main section.top-news ul.news-list li p.date {
  min-width: 130px;
}

div.l-main section.top-news ul.news-list li p.text {
  max-width: 47em;
}

div.l-main section.top-news ul.news-list li.d-flex+li.d-flex {
  margin-top: 1em;
}

div.l-main section.top-news p.txt-link {
  padding-left: 42px;
  min-width: 13em;
}

div.l-main section.top-news p.txt-link a {
  position: relative;
}

div.l-main section.top-news p.txt-link a:hover {
  text-decoration: underline;
}

div.l-main section.top-news p.txt-link a::before {
  content: '';
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: -10px;
  top: 5px;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #7a0;
}

@media (max-width: 1399px) {
  div.l-main section.top-news span.en::before {
    top: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 1200px) {

  div.l-main section.top-news h2.top-title,
  div.l-main section.top-news p.txt-link.relative {
    text-align: center;
  }

  div.l-main section.top-news p.txt-link.relative {
    margin-top: 25px;
    padding-left: 0;
  }

  div.l-main section.top-news p.txt-link.relative a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #c4c4c4;
    max-width: 270px;
    margin: 0 auto;
    height: 70px;
  }

  div.l-main section.top-news p.txt-link.relative a:hover {
    text-decoration: none;
    background-color: #6fa421;
    border-color: #6fa421;
    color: #fff;
  }

  div.l-main section.top-news p.txt-link.relative a::before {
    display: none;
  }

  div.l-main section.top-news h2.top-title {
    margin-bottom: 20px;
  }

  div.l-main section.top-news ul.news-list {
    border-left: none;
    padding-left: 0;
  }

  div.l-main section.top-news ul.news-list li+li {
    border-top: 1px solid #c4c4c4;
    padding-top: 1em;
  }
}

@media (max-width: 768px) {
  div.l-main section.top-news {
    padding-bottom: 40px;
  }

  div.l-main section.top-news ul.news-list li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 8px;
  }

  div.l-main section.top-news ul.news-list li p.date {
    width: 100%;
  }
}

@media (max-width: 576px) {
  div.l-main section.top-news p.txt-link.relative a {
    height: 55px;
  }
}

div.l-main section.top-category {
  margin-bottom: 96px;
}

div.l-main section.top-category h3 {
  font-size: 1em;
}

div.l-main section.top-category ul.row.category-list a.d-flex {
  padding: 24px 0;
  border-bottom: 1px solid #c4c4c4;
}

@media (max-width: 768px) {
  div.l-main section.top-category ul.row.category-list a.d-flex {
    padding: 15px 0;
  }
}

div.l-main section.top-category ul.row.category-list {
  --bs-gutter-y: 1em;
}

div.l-main section.top-category ul.category-list li p.image {
  min-width: 70px;
  margin-right: 12px;
}

@media (max-width: 768px) {
  div.l-main section.top-category ul.category-list li p.image {
    min-width: 50px;
    max-width: 50px;
    margin-right: 10px;
  }
}

div.l-main section.top-category ul.category-list li:hover a {
  color: #6fa421;
}

div.l-main section.top-category h3.category-title {
  margin: 0;
}

div.l-main section.top-category h2.center-image::before {
  background: url(https://img21.shop-pro.jp/PA01480/380/etc/ttl_category_r.png) no-repeat center;
  background-size: contain;
  left: 12em;
}

div.l-main section.top-category h2.center-image::after {
  background: url(https://img21.shop-pro.jp/PA01480/380/etc/ttl_category_l.png) no-repeat center;
  background-size: contain;
  right: 12em;
}

@media (max-width: 768px) {
  div.l-main section.top-category h2.top-title::after {
    top: -40px;
  }
}

div.l-main section.top-recommend {
  margin-bottom: 170px;
}

div.l-main section.top-recommend h2.top-title:before,
div.l-main section.top-recommend h2.top-title:after {
  position: absolute;
  bottom: 2.5em;
}

div.l-main section.top-recommend h2.center-image::before {
  background: url(https://img21.shop-pro.jp/PA01480/380/etc/ttl_recommend_r.png) no-repeat center;
  background-size: contain;
  left: 13em;
}

div.l-main section.top-recommend h2.center-image::after {
  background: url(https://img21.shop-pro.jp/PA01480/380/etc/ttl_recommend_l.png) no-repeat center;
  background-size: contain;
  right: 13em;
}

@media (max-width: 768px) {
  div.l-main section.top-recommend {
    margin-bottom: 120px;
  }

  div.l-main section.top-recommend h2.top-title:after {
    bottom: 1.5em;
  }

  div.l-main section.top-recommend ul.row {
    --bs-gutter-y: 3vw;
  }

  div.l-main section.top-recommend ul.row li.c-item-list__item {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

div.l-main section.top-ranking {
  background: #f9f9f9;
  padding-top: 26px;
  padding-bottom: 70px;
  margin-bottom: 70px;
  position: relative;
}

@media (max-width: 768px) {
  div.l-main section.top-ranking {
    margin-bottom: 30px;
  }
}

div.l-main section.top-ranking ul.product-list li {
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  position: relative;
}

div.l-main section.top-ranking ul.product-list li img {
  margin-top: 16px;
}

div.l-main section.top-ranking li.p-ranking-list__item:nth-child(1)::before {
  content: url("https://img21.shop-pro.jp/PA01480/380/etc/rank01.png?cmsp_timestamp=20220531150843");
}

div.l-main section.top-ranking li.p-ranking-list__item:nth-child(2)::before {
  content: url("https://img21.shop-pro.jp/PA01480/380/etc/rank02.png?cmsp_timestamp=20220531150843");
}

div.l-main section.top-ranking li.p-ranking-list__item:nth-child(3)::before {
  content: url("https://img21.shop-pro.jp/PA01480/380/etc/rank03.png?cmsp_timestamp=20220531150843");
}

div.l-main section.top-ranking li.p-ranking-list__item:nth-child(4)::before {
  content: url("https://img21.shop-pro.jp/PA01480/380/etc/rank04.png?cmsp_timestamp=20220531150843");
}

div.l-main section.top-ranking li.p-ranking-list__item:nth-child(5)::before {
  content: url("https://img21.shop-pro.jp/PA01480/380/etc/rank05.png?cmsp_timestamp=20220531150843");
}

div.l-main section.top-ranking h2.top-title {
  padding-bottom: 0;
}

div.l-main section.top-ranking h2.top-title::before {
  background: url("https://img21.shop-pro.jp/PA01480/380/etc/ttl_ranking_l.png?cmsp_timestamp=20220531152716") no-repeat center;
  right: 8.5715em;
}

div.l-main section.top-ranking h2.top-title::after {
  background: url("https://img21.shop-pro.jp/PA01480/380/etc/ttl_ranking_r.png?cmsp_timestamp=20220531152716") no-repeat center;
  left: 8.5715em;
}

div.l-main section.top-ranking h2.top-title::before,
div.l-main section.top-ranking h2.top-title::after {
  background-size: contain;
  content: '';
  display: block;
  width: 59px;
  height: 125px;
  position: absolute;
  top: 0;
}

div.l-main section.top-ranking::before {
  background: url(https://img21.shop-pro.jp/PA01480/380/etc/ttl_ranking.png) no-repeat center;
  background-size: contain;
  top: -15px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

div.l-main section.top-ranking::before {
  content: '';
  display: block;
  min-width: 105px;
  min-height: 94px;
  bottom: auto;
  position: absolute;
}

@media (max-width: 768px) {
  div.l-main section.top-ranking ul.row {
    --bg-gutter-y: 3vw;
  }

  div.l-main section.top-ranking ul.product-list li {
    padding-bottom: 0;
    padding-top: 3vw !important;
  }
}

div.l-main section.top-about {
  color: white;
  background: #6fa421;
  background-image: url(https://img21.shop-pro.jp/PA01480/380/etc/bg_pattern.png);
  margin-bottom: 96px;
}

div.l-main section.top-about span.en,
div.l-main section.top-about span.sub {
  color: white;
}

div.l-main section.top-about div.container {
  padding-top: 57px;
  padding-bottom: 63px;
}

div.l-main section.top-about h3.about-title {
  margin-bottom: 50px;
  font-size: 20px;
  position: relative;
  line-height: 1.8;
}

div.l-main section.top-about h3.about-title::after {
  content: '';
  border-bottom: 2px solid #ffffff;
  position: absolute;
  width: 16px;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 576px) {
  div.l-main section.top-about h3.about-title {
    margin-bottom: 28px;
    font-size: 16px;
  }

  div.l-main section.top-about h3.about-title::after {
    bottom: -12px;
  }
}

div.l-main section.top-about p.btn {
  display: block;
  padding: 0;
  font-size: 1em;
  background: none;
  border: 0;
}

div.l-main section.top-about p.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  max-width: 270px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid white;
  color: white;
  margin: 0 auto;
}

div.l-main section.top-about p.btn a:hover {
  background-color: white;
  color: #6fa421;
}

@media (max-width: 576px) {
  div.l-main section.top-about p.btn a {
    height: 55px;
  }
}

div.l-main section.top-about ul.row {
  --bs-gutter-y: 30px;
  margin-bottom: 55px;
}

@media (max-width: 576px) {
  div.l-main section.top-about ul.row {
    margin-bottom: 30px;
  }
}

div.l-main section.top-about ul.row li {
  padding-bottom: 20px;
}

div.l-main section.top-about ul.row li>div {
  max-width: 228px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  div.l-main section.top-about ul.row li>div {
    max-width: 400px;
  }
}

div.l-main section.top-about h2.top-title::before,
div.l-main section.top-about h2.top-title::after {
  position: absolute;
  bottom: 2.4em;
}

div.l-main section.top-about h2.center-image::before {
  background: url(https://img21.shop-pro.jp/PA01480/380/etc/ttl_aboutus_r.png) no-repeat center;
  background-size: contain;
  left: 11.24em;
}

div.l-main section.top-about h2.center-image::after {
  background: url(https://img21.shop-pro.jp/PA01480/380/etc/ttl_aboutus_l.png) no-repeat center;
  background-size: contain;
  right: 11.24em;
}

@media (max-width: 768px) {
  div.l-main section.top-about div.container {
    padding-top: 90px;
  }

  div.l-main section.top-about h2.top-title::after {
    bottom: 1.4em;
  }
}

div.l-main section.top-bnr {
  margin-bottom: 64px;
}

div.l-main section.top-bnr ul.row {
  --bs-gutter-y: 40px;
}

@media (max-width: 768px) {
  div.l-main section.top-bnr ul.row {
    --bs-gutter-y: 30px;
  }
}

@media (max-width: 576px) {
  div.l-main section.top-bnr ul.row {
    --bs-gutter-y: 3.2vw;
  }
}

div.l-main section.top-bnr a:hover img {
  opacity: 0.5;
}

@media (max-width: 768px) {
  div.l-main h2.top-title {
    padding-top: unset;
    padding-bottom: 25px;
  }

  div.l-main h2.top-title.r-bird:before {
    display: none;
  }

  div.l-main h2.top-title.r-bird::after,
  div.l-main h2.top-title.l-bird::after {
    left: 50% !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  div.l-main h2.top-title.l-bird:before {
    position: static !important;
    margin-bottom: -1.5em;
  }

  div.l-main h2.top-title.l-bird:after {
    display: none;
  }
}
/*# sourceMappingURL=top.css.map */












div.l-main section.top-blog h2.center-image::before,
div.l-main section.top-blog h2.center-image::after {
  display: none;
}

.top-blog ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 23px;
}

.top-blog li {
  width: 100%;
}

.top-blog a {
  display: block;
}

.top-blog a:hover {
  opacity: 0.7;
}

.top-blog img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 417 / 280;
}

.top-blog a div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #E31C72;
  margin: 1rem 0;
}

.top-blog a ul {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.top-blog a li {
  display: flex;
  align-items: center;
  padding: 2px 5px;
  border: 1px solid #6D9F3B;
  border-radius: 5px;
  color: #6D9F3B;
  box-sizing: border-box;
}

.blog-link {
  text-align: center;
}

div.l-main .blog-link a {
  width: 100%;
  max-width: 367px;
  height: 71px;
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid #E21C72;
  background-color: #E21C72;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  transition: 0.4s;
}

.blog-link a::after {
  position: absolute;
  content: '\2192';
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

div.l-main .blog-link a:hover {
  background-color: #fff;
  color: #E21C72;
  opacity: 1;
}

.blog-link a:hover::after {
  color: #E21C72;
}

@media (min-width: 768px) {
  .top-blog li {
    width: calc((100% - 46px) / 3);
  }

  .top-blog a li {
    width: 100%;
  }
}