@charset "UTF-8";
.front-page {
  overflow: hidden;
  padding-bottom: calc(8px * 13);
}

@media screen and (max-width: 960px) {
  .front-page {
    padding-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .front-page {
    padding-bottom: calc((8px * 13) * 0.5);
  }
}

.headline {
  margin-bottom: calc(8px * 4);
  text-align: center;
}

@media screen and (max-width: 960px) {
  .headline {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .headline {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

.headline__main {
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 8px;
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "", serif;
}

@media screen and (max-width: 1280px) {
  .headline__main {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 960px) {
  .headline__main {
    margin-bottom: 8px;
    padding-bottom: 4px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 520px) {
  .headline__main {
    font-size: 2rem;
  }
}

.headline__main::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 24px;
  height: 1px;
  background: #333333;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.headline__sub {
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 520px) {
  .headline__sub {
    font-size: 1.4rem;
  }
}

.headline.--left {
  text-align: left;
}

.headline.--left .headline__main::before {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.hero {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: calc(8px * 8);
}

@media screen and (max-width: 960px) {
  .hero {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .hero {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

.hero .flexslider {
  width: calc(100% - 240px);
  max-width: 720px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .hero .flexslider {
    width: calc(100% - 200px);
  }
}

@media screen and (max-width: 1024px) {
  .hero .flexslider {
    width: calc(100% - 160px);
  }
}

@media screen and (max-width: 960px) {
  .hero .flexslider {
    width: calc(100% - 120px);
  }
}

.hero .flexslider .slides > li {
  padding: 0 16px;
}

@media screen and (max-width: 960px) {
  .hero .flexslider .slides > li {
    padding: 0 8px;
  }
}

.hero .flexslider .flex-viewport {
  overflow: visible !important;
}

.hero .flexslider .flex-nav-prev a,
.hero .flexslider .flex-nav-next a {
  opacity: 0.8;
  font-size: 0;
  width: 32px;
  height: 64px;
  background: #333333;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .hero .flexslider .flex-nav-prev a,
  .hero .flexslider .flex-nav-next a {
    width: 28px;
    height: 56px;
  }
}

@media screen and (max-width: 520px) {
  .hero .flexslider .flex-nav-prev a,
  .hero .flexslider .flex-nav-next a {
    width: 24px;
    height: 48px;
  }
}

.hero .flexslider .flex-nav-prev a::before,
.hero .flexslider .flex-nav-next a::before {
  content: '';
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: #ffffff;
  -webkit-transform: translateY(-50%) rotateZ(-45deg);
  transform: translateY(-50%) rotateZ(-45deg);
}

@media screen and (max-width: 520px) {
  .hero .flexslider .flex-nav-prev a::before,
  .hero .flexslider .flex-nav-next a::before {
    width: 6px;
    height: 6px;
  }
}

.hero .flexslider .flex-nav-prev a {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 99;
  border-radius: 0 32px 32px 0;
}

.hero .flexslider .flex-nav-prev a::before {
  position: absolute;
  top: 50%;
  left: 8px;
  border-width: 2px 0 0 2px;
  -webkit-transform: translateY(-50%) rotateZ(-45deg);
  transform: translateY(-50%) rotateZ(-45deg);
}

@media screen and (max-width: 520px) {
  .hero .flexslider .flex-nav-prev a::before {
    border-width: 1px 0 0 1px;
  }
}

.hero .flexslider .flex-nav-next a {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 99;
  border-radius: 32px 0 0 32px;
}

.hero .flexslider .flex-nav-next a::before {
  position: absolute;
  top: 50%;
  right: 8px;
  border-width: 2px 2px 0 0;
  -webkit-transform: translateY(-50%) rotateZ(45deg);
  transform: translateY(-50%) rotateZ(45deg);
}

@media screen and (max-width: 520px) {
  .hero .flexslider .flex-nav-next a::before {
    border-width: 1px 1px 0 0;
  }
}

.hero .ms-edit-frontend {
  display: none;
}

.product {
  position: relative;
  margin-bottom: calc(8px * 8);
}

@media screen and (max-width: 960px) {
  .product {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .product {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

.product::before {
  content: '';
  position: absolute;
  top: -200px;
  left: -200px;
  z-index: -1;
  width: 560px;
  height: 480px;
  background: var(--bg1) center/contain no-repeat;
}

@media screen and (max-width: 960px) {
  .product::before {
    top: -160px;
    width: 420px;
    height: 360px;
  }
}

@media screen and (max-width: 768px) {
  .product::before {
    display: none;
  }
}

.product .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
}

@media screen and (max-width: 1280px) {
  .product .product-list {
    gap: 24px;
  }
}

@media screen and (max-width: 960px) {
  .product .product-list {
    gap: 16px;
  }
}

.product .product-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(25% - (32px * 3 / 4));
}

@media screen and (max-width: 1280px) {
  .product .product-list__item {
    width: calc(25% - (24px * 3 / 4));
  }
}

@media screen and (max-width: 960px) {
  .product .product-list__item {
    width: calc(25% - (16px * 3 / 4));
  }
}

@media screen and (max-width: 768px) {
  .product .product-list__item {
    width: calc(50% - 8px);
  }
}

.product .product-vsl {
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
  background: #ffffff;
  border-radius: 4px;
  aspect-ratio: 1/1;
}

.product .product-vsl a {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.product .product-vsl a img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product .product-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 28px;
  margin-bottom: 8px;
  padding: 0 16px;
  background: #30669B;
  border-radius: 14px;
  color: #ffffff;
  font-size: 1.2rem;
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  .product .product-cate {
    height: 24px;
    padding: 0 12px;
    font-size: 1rem;
  }
}

.product .product-ttl {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 16px;
}

@media screen and (max-width: 960px) {
  .product .product-ttl {
    margin-bottom: 12px;
  }
}

.product .product-ttl a {
  color: #333333;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  .product .product-ttl a {
    font-size: 1.6rem;
  }
}

.product .product-ttl a:hover {
  text-decoration: underline;
}

.product .product-price {
  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;
  gap: 4px 12px;
  margin-top: auto;
}

@media screen and (max-width: 960px) {
  .product .product-price {
    gap: 4px 8px;
  }
}

.product .product-price dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  padding: 0 8px;
  background: #F8F4EA;
  border-radius: 2px;
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  .product .product-price dt {
    height: 24px;
    padding: 0 6px;
    font-size: 1.2rem;
  }
}

.product .product-price dd {
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (max-width: 960px) {
  .product .product-price dd {
    width: 100%;
  }
}

.product .product-price dd em {
  font-size: 2rem;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 1024px) {
  .product .product-price dd em {
    font-size: 1.6rem;
  }
}

.product .product-price dd em::before {
  content: '¥';
  font-size: 1.4rem;
}

.concept {
  margin-bottom: calc(8px * 8);
}

@media screen and (max-width: 960px) {
  .concept {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .concept {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

.concept .concept-dtl {
  position: relative;
  max-width: 768px;
  padding: 0 48px;
}

@media screen and (max-width: 1280px) {
  .concept .concept-dtl {
    padding: 0 32px;
  }
}

@media screen and (max-width: 1024px) {
  .concept .concept-dtl {
    padding: 0 24px;
  }
}

@media screen and (max-width: 960px) {
  .concept .concept-dtl {
    padding: 0;
  }
}

.concept .concept-dtl::before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(100% + 40px);
  z-index: -1;
  width: 560px;
  height: 480px;
  background: var(--bg1) center/contain no-repeat;
}

@media screen and (max-width: 1280px) {
  .concept .concept-dtl::before {
    left: calc(100% + 32px);
  }
}

@media screen and (max-width: 960px) {
  .concept .concept-dtl::before {
    left: calc(100% + 24px);
    width: 420px;
    height: 360px;
  }
}

@media screen and (max-width: 768px) {
  .concept .concept-dtl::before {
    display: none;
  }
}

.concept .concept-dtl .concept-headline {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 10px;
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "", serif;
}

@media screen and (max-width: 1280px) {
  .concept .concept-dtl .concept-headline {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 960px) {
  .concept .concept-dtl .concept-headline {
    font-size: 2.4rem;
  }
}

.concept .concept-dtl .concept-headline::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 1px;
  background: #333333;
}

.concept .concept-dtl .concept-headline em {
  color: #c80952;
  font-size: 4rem;
}

@media screen and (max-width: 1280px) {
  .concept .concept-dtl .concept-headline em {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 960px) {
  .concept .concept-dtl .concept-headline em {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 520px) {
  .concept .concept-dtl .concept-headline em {
    font-size: 2.4rem;
  }
}

.concept .concept-dtl .concept-txt {
  text-align: justify;
  line-height: 2.0;
}

.news {
  margin-bottom: calc(8px * 10);
  padding-bottom: calc(8px * 5);
  background: linear-gradient(to bottom, transparent 120px, #F8F4EA 120px);
}

@media screen and (max-width: 960px) {
  .news {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .news {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .news {
    padding-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .news {
    padding-bottom: calc((8px * 5) * 0.5);
  }
}

.news .news-head {
  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;
  width: calc(50% + 600px);
  height: 240px;
  margin: 0 0 40px auto;
  padding: 0 48px;
  background: var(--news-ttl-bg) center right/contain no-repeat #F7F7F7;
}

@media screen and (max-width: 1280px) {
  .news .news-head {
    padding: 0 40px;
  }
}

@media screen and (max-width: 1024px) {
  .news .news-head {
    width: 100%;
    height: 200px;
    padding: 0 32px;
  }
}

@media screen and (max-width: 960px) {
  .news .news-head {
    height: 160px;
    padding: 0 24px;
  }
}

@media screen and (max-width: 520px) {
  .news .news-head {
    height: 120px;
    padding: 0 16px;
  }
}

.news .news-head .headline {
  margin: 0;
}

.news .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

@media screen and (max-width: 768px) {
  .news .news-list {
    gap: 16px;
  }
}

.news .news-list__item {
  position: relative;
  width: calc(50% - 12px);
  padding: 24px 16px;
  border: solid 1px #eaeaea;
  background: #ffffff;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .news .news-list__item {
    width: 100%;
    padding: 16px;
  }
}

.news .news-list__item::before {
  content: '';
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 8px;
  height: 8px;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, #73B41B));
  background: linear-gradient(to bottom right, transparent 50%, #73B41B 50%);
}

@media screen and (max-width: 768px) {
  .news .news-list__item::before {
    right: 6px;
    bottom: 6px;
    width: 6px;
    height: 6px;
  }
}

.news .news-list__item .news-ttl {
  margin-bottom: 8px;
  font-size: 1.8rem;
  line-height: 1.4;
  text-decoration: underline;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  .news .news-list__item .news-ttl {
    font-size: 1.6rem;
  }
}

.news .news-list__item .news-date {
  margin-bottom: 12px;
  color: #73B41B;
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
}

.news .news-list__item .news-txt {
  font-size: 1.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (max-width: 768px) {
  .news .news-list__item .news-txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.news .news-list__item:hover .news-ttl {
  text-decoration: none;
}

.search {
  margin-bottom: calc(8px * 10);
}

@media screen and (max-width: 960px) {
  .search {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .search {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

.search .cate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.search .cate-list__item {
  width: calc(20% - (16px * 4 / 5));
  overflow: hidden;
  border-radius: 6px;
  background: #30669B;
}

@media screen and (max-width: 960px) {
  .search .cate-list__item {
    width: calc(33.33% - (16px * 2 / 3));
  }
}

@media screen and (max-width: 520px) {
  .search .cate-list__item {
    width: calc(50% - (16px / 2));
  }
}

.search .cate-list__item a .cate-vsl {
  overflow: hidden;
}

.search .cate-list__item a .cate-vsl img {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.search .cate-list__item a .cate-dtl {
  position: relative;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8px 12px;
  color: #ffffff;
  font-size: 1.2rem;
}

@media screen and (max-width: 520px) {
  .search .cate-list__item a .cate-dtl {
    font-size: 1rem;
  }
}

.search .cate-list__item a .cate-dtl::before {
  content: '';
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 8px;
  height: 8px;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, #ffffff));
  background: linear-gradient(to bottom right, transparent 50%, #ffffff 50%);
}

@media screen and (max-width: 768px) {
  .search .cate-list__item a .cate-dtl::before {
    right: 6px;
    bottom: 6px;
    width: 6px;
    height: 6px;
  }
}

.search .cate-list__item a .cate-dtl em {
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
}

@media screen and (max-width: 520px) {
  .search .cate-list__item a .cate-dtl em {
    font-size: 1.4rem;
  }
}

.search .cate-list__item a:hover .cate-vsl img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.pickup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

@media screen and (max-width: 1024px) {
  .pickup-list {
    gap: 16px;
  }
}

.pickup-list__item {
  width: calc(33.33% - (24px * 2 / 3));
}

@media screen and (max-width: 1024px) {
  .pickup-list__item {
    width: calc(33.33% - (16px * 2 / 3));
  }
}

@media screen and (max-width: 768px) {
  .pickup-list__item {
    width: calc(50% - (16px / 2));
  }
}

@media screen and (max-width: 520px) {
  .pickup-list__item {
    width: 100%;
  }
}

.pickup-list__item a {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.pickup-list__item a img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/*# sourceMappingURL=../../maps/pages/top.css.map */
