﻿@charset "utf-8";


.block-feature .mv-area {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.block-feature .mv-area>* { margin: auto; }
.block-feature {
  line-height: 1.57;
}
.block-feature h2 {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  padding: 0 0 10px;
  margin: 0 0 20px;
}
.block-feature h2:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 14px;
  height: 3px;
  border-radius: 3px;
  background: var(--border-color01);
}
.block-feature h2:after {
  content: '';
  position: absolute;
  left: 16px;
  bottom: 0;
  width: 14px;
  height: 3px;
  border-radius: 3px;
  background: var(--border-color02);
}
.block-feature h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 10px;
  margin: 0 0 20px;
  border-bottom: 1px solid var(--border-color01);
}

.block-feature-mv {
  margin: 0 10px 40px;
}
.forcms_block:has([class^="block-feature-box"]) {
  padding: 25px 15px;
}
.block-feature-box01-item {
  display: flex;
  flex-direction: column;
  margin: 0 0 36px;
}
.block-feature-box01-item:last-child {
  margin: 0;
}
.block-feature-box01--title {
  order: 1;
  width: 100%;
}
.block-feature-box01-item--img {
  order: 2;
  width: 100%;
  border-radius: 5px;
  margin: 0 0 15px;
  overflow: hidden;
}
.block-feature-box01-item--text {
  order: 3;
  width: 100%;
}
.block-feature-box02-item--text {
  margin: 0 0 20px;
}
.block-feature-box02-item--img {
  border-radius: 5px;
  overflow: hidden;
}
.block-feature-box03-items,
.block-feature-box04-items {
  margin-bottom: 36px;
}
.block-feature-box03-items:last-child,
.block-feature-box04-items:last-child {
  margin: 0;
}
.block-feature-box03-item,
.block-feature-box04-item {
  display: flex;
  flex-direction: column;
  margin: 0 0 36px;
}
.block-feature-box03-item:last-child,
.block-feature-box04-item:last-child {
  margin: 0;
}
.block-feature-box03-item--head,
.block-feature-box04-item--head {
  order: 1;
  width: 100%;
}
.block-feature-box03-item--img,
.block-feature-box04-item--img {
  order: 2;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  margin: 20px 0 0;
}
.block-feature-box03-item--info,
.block-feature-box04-item-products {
  order: 3;
  width: 100%;
}
.block-feature-item-name {
  margin: 10px 0 0;
  padding: 0;
}
.block-feature-item-size,
.block-feature-item-color {
  font-size: 13px;
  font-weight: bold;
  margin: 5px 0 0;
}
.block-feature-item-price {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 0;
}
.block-feature-item-price.sale {
  color: #CF4E4E;
}
.block-feature-item-price span {
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 0 2px;
}
.block-feature .block-common-btn {
  margin-top: 18px;
}
.block-feature-box04-item-products li:not(:last-child) {
  margin: 0 0 20px;
}
.block-feature-box05-item,
.block-feature-box06-item,
.block-feature-box07-item {
  display: flex;
  flex-direction: column;
  margin: 0 0 40px;
}
.block-feature-box05-item:last-child,
.block-feature-box06-item:last-child,
.block-feature-box07-item:last-child {
  margin: 0;
}
.block-feature-box05-item--title,
.block-feature-box06-item--title,
.block-feature-box07-item--title {
  order: 1;
}
.block-feature-box05-item--img,
.block-feature-box06-item--img,
.block-feature-box07-item--img {
  order: 2;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 20px;
}
.block-feature-box05-item--img .swiper-slide,
.block-feature-box06-item--img .swiper-slide,
.block-feature-box07-item--img .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  background: #FFF;
}
.block-feature-box05-item--img img,
.block-feature-box06-item--img img,
.block-feature-box07-item--img img {
  max-width: 100%;
  max-height: 100%;
}
.block-feature-box05-item--text,
.block-feature-box06-item--text {
  order: 3;
  margin: 0 0 20px;
}
.block-feature-box05-item--img-min,
.block-feature-box06-item--img-min {
  order: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.block-feature-box05-item--img-min li,
.block-feature-box06-item--img-min li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 10px) / 2);
  aspect-ratio: 1;
  border-radius: 5px;
  overflow: hidden;
}
.block-feature-box05-item--img-min li img,
.block-feature-box06-item--img-min li img {
  max-width: 100%;
  max-height: 100%;
}
.block-feature-box05-item--name {
  order: 5;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
}
.block-feature-box05-item--size {
  order: 6;
}
.block-feature-box05-item--price {
  order: 7;
}
.block-feature-box05-item--btn {
  order: 8;
}
.block-feature-box07-item--img-thumb {
  order: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0 0 20px;
}
.block-feature-box07-item--img-thumb .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 15px) / 4);
  aspect-ratio: 1;
  border-radius: 5px;
  overflow: hidden;
}
.block-feature-box07-item--img-thumb .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.block-feature-box07-item--img-thumb .swiper-slide.swiper-slide-thumb-active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 3px solid #62767D;
}
.block-feature-box07-item--text {
  order: 4;
}
.block-feature-box08--text {
  margin: 0 0 20px;
}
.block-feature-box08-items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
}
.block-feature-box08-item {
  width: calc((100% - 15px) / 2);
}
.block-feature-box08-item--img {
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 10px;
}
.block-feature-box08-item--name {
  font-size: 14px;
  font-weight: normal;
}
.block-feature .block-feature-box08-item--btn {
  margin: 10px 0 0;
  padding: 7px 0;
  width: 100%;
  font-size: 13px;
}
.block-feature-box09-items {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 15px;
}
.block-feature-box09-item {
  width: calc((100% - 15px) / 2);
}
.block-feature-box09-item--img {
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 10px;
}
.block-feature-box09-item--name {
  font-size: 14px;
  font-weight: normal;
}
.block-feature-box09-item--btn {
  margin: 10px 0 0;
  padding: 7px 0;
  width: 100%;
  font-size: 13px;
}

@media screen and (min-width: 769px) {
  .block-feature-mv {
    margin: 0 0 100px;
  }
  .block-feature--inner {
    width: 1200px;
    margin: 0 auto;
  }
  .block-feature h2 {
    font-size: 30px;
    padding: 0 0 12px;
    margin: 0 0 25px;
  }
  .block-feature h2:before {
    width: 17px;
    height: 4px;
  }
  .block-feature h2:after {
    width: 17px;
    height: 4px;
    left: 19px;
  }
  .block-feature h3 {
    font-size: 24px;
    padding: 0 0 16px;
    margin: 0 0 25px;
  }
  .forcms_block:has([class^="block-feature-box"]) {
    padding: 50px 0
  }
  .block-feature-box01-item {
    display: block;
    margin: 0 0 60px;
    overflow: hidden;
  }
  .block-feature-box01-item:last-child {
    margin: 0;
  }
  .block-feature-box01-item--img {
    float: left;
    width: 500px;
    border-radius: 10px;
  }
  .block-feature-box01-item--title {
    float: right;
    width: 670px;
  }
  .block-feature-box01-item--text {
    float: right;
    width: 670px;
  }
  .block-feature-box01-item:nth-child(even) .block-feature-box01-item--img {
    float: right;
  }
  .block-feature-box01-item:nth-child(even) .block-feature-box01-item--title,
  .block-feature-box01-item:nth-child(even) .block-feature-box01-item--text {
    float: left;
  }
  .block-feature-box02-item--text {
    margin: 0 0 30px;
  }
  .block-feature-box02-item--img {
    text-align: center;
    border-radius: 0;
  }
  .block-feature-box02-item--img img {
    border-radius: 10px;
  }
  .block-feature-box03-item,
  .block-feature-box04-item {
    display: block;
    margin: 0 0 54px;
    overflow: hidden;
  }
  .block-feature-box03-item:last-child,
  .block-feature-box04-item:last-child {
    margin: 0;
  }
  .block-feature-box03-item--img,
  .block-feature-box04-item--img {
    float: left;
    width: 380px;
    border-radius: 10px;
    margin: 0;
  }
  .block-feature-box03-item--head,
  .block-feature-box04-item--head {
    float: right;
    width: 775px;
  }
  .block-feature-box03-item--info,
  .block-feature-box04-item-products {
    float: right;
    width: 775px;
  }
  .block-feature-box03-item:nth-child(even) .block-feature-box03-item--img,
  .block-feature-box04-item:nth-child(even) .block-feature-box04-item--img {
    float: right;
  }
  .block-feature-box03-item:nth-child(even) .block-feature-box03-item--head,
  .block-feature-box03-item:nth-child(even) .block-feature-box03-item--info,
  .block-feature-box04-item:nth-child(even) .block-feature-box04-item--head,
  .block-feature-box04-item:nth-child(even) .block-feature-box04-item-products {
    float: left;
  }
  .block-feature-item-name {
    font-size: 18px;
    margin: 25px 0 0;
  }
  .block-feature-item-price {
    margin: 0 0 15px;
  }
  .block-feature .block-common-btn {
    margin: auto 0 0;
  }
  .block-feature-box04-item-products {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
  }
  .block-feature-box04-item-products li {
    display: flex;
    flex-direction: column;
    width: 350px;
    margin: 0 !important;
  }
  .block-feature-box04-item-products li > * {
    width: 100%;
  }
  .block-feature-box05-item,
  .block-feature-box06-item,
  .block-feature-box07-item {
    display: block;
    margin: 0 0 60px;
    overflow: hidden;
  }
  .block-feature-box05-item:last-child,
  .block-feature-box06-item:last-child,
  .block-feature-box07-item:last-child {
    margin: 0;
  }
  .block-feature-box05-item--img,
  .block-feature-box06-item--img,
  .block-feature-box07-item--img {
    float: left;
    max-width: 500px;
    width: 47%;
    border-radius: 10px;
  }
  .block-feature-box05-item--title,
  .block-feature-box05-item--text,
  .block-feature-box05-item--name,
  .block-feature-box05-item--size,
  .block-feature-box05-item--price,
  .block-feature-box06-item--title,
  .block-feature-box06-item--text,
  .block-feature-box07-item--title,
  .block-feature-box07-item--text {
    float: right;
    max-width: 660px;
    width: 50%;
  }
  .block-feature-box05-item--btn {
    clear: both;
    float: right;
    width: 250px;
    margin-right: 410px;
  }
  .block-feature-box05-item--img-min,
  .block-feature-box06-item--img-min {
    float: right;
    max-width: 660px;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .block-feature-box05-item--img-min li,
  .block-feature-box06-item--img-min li {
    max-width: 180px;
    width: calc(50% - 8px);
    border-radius: 10px;
  }
  .block-feature-box05-item:nth-child(even) .block-feature-box05-item--img,
  .block-feature-box06-item:nth-child(even) .block-feature-box06-item--img,
  .block-feature-box07-item:nth-child(even) .block-feature-box07-item--img {
    float: right;
  }
  .block-feature-box05-item:nth-child(even) .block-feature-box05-item--title,
  .block-feature-box05-item:nth-child(even) .block-feature-box05-item--text,
  .block-feature-box05-item:nth-child(even) .block-feature-box05-item--img-min,
  .block-feature-box05-item:nth-child(even) .block-feature-box05-item--name,
  .block-feature-box05-item:nth-child(even) .block-feature-box05-item--size,
  .block-feature-box05-item:nth-child(even) .block-feature-box05-item--price,
  .block-feature-box05-item:nth-child(even) .block-feature-box05-item--btn,
  .block-feature-box06-item:nth-child(even) .block-feature-box06-item--title,
  .block-feature-box06-item:nth-child(even) .block-feature-box06-item--text,
  .block-feature-box06-item:nth-child(even) .block-feature-box06-item--img-min,
  .block-feature-box07-item:nth-child(even) .block-feature-box07-item--title,
  .block-feature-box07-item:nth-child(even) .block-feature-box07-item--text,
  .block-feature-box07-item:nth-child(even) .block-feature-box07-item--img-thumb {
    float: left;
  }
  .block-feature-box07-item--img-thumb {
    float: right;
    width: 660px;
    margin: 30px 0 0;
  }
  .block-feature-box07-item--img-thumb .swiper {
    margin: 0;
  }
  .block-feature-box07-item--img-thumb .swiper-slide {
    width: 100px;
    border-radius: 10px;
    cursor: pointer;
  }
  .block-feature-box07-item--img-thumb .swiper-slide.swiper-slide-thumb-active:after {
    border-radius: 10px;
  }
  .block-feature-box08-items {
    gap: 50px 30px;
  }
  .block-feature-box08-item {
    width: 277px;
  }
  .block-feature-box08-item--img {
    border-radius: 10px;
  }
  .block-feature-box08-item--name {
    font-size: 16px;
    margin: 0;
  }
  .block-feature-box08-item--size {
    margin: 10px 0 5px;
  }
  .block-feature .block-feature-box08-item--btn {
    font-size: 15px;
    width: 250px;
    margin: 0 auto;
    padding: 8px 0 9px;
  }
  .block-feature-box09-items {
    gap: 70px 20px;
  }
  .block-feature-box09-item {
    width: 224px;
  }
  .block-feature-box09-item--img {
    border-radius: 10px;
  }
}
.block-feature .block-footer .block-common-btn {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .block-globalnav-menu-contents--inner {
    max-width: 100%;
  }
  .block-globalnav-menu-pickup--items {
    max-width: 100%;
  }
  .block-globalnav-menu-pickup--item {
    flex: 0 0 auto;
  }
  .block-globalnav-about--contents {
    max-width: 100%;
  }
  .block-globalnav-about--nav {
    max-width: 100%;
  }
  .block-globalnav-about--nav li {
    flex: 0 0 auto;
  }
}