/** Shopify CDN: Minification failed

Line 834:3 Expected ":"
Line 1063:4 Expected ":"

**/


/* CSS from section stylesheet tags */
.l-mv {
  display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 1440/745;
    max-height: 600px;
    position: relative;
}

.l-mv__content {
width: 100%;
position: absolute;
left: 50%;
bottom: 8%;
transform: translateX(-50%);
}

.l-mv__maintext {
font-size: 18px;
font-weight: 700;
color: #fff;
text-align: center;
text-shadow: 0 0 8px rgba(0,0,0, 0.8), 0 0 6px #000;
}
@media (min-width: 560px) {
  .l-mv__maintext {
    font-size: 32px;
  }
}
@media (min-width: 920px) {
  .l-mv__maintext {
    font-size: 48px;
  }
}

.l-mv__subtext {
font-size: 12px;
font-weight: 700;
color: #fff;
text-align: center;
text-shadow: 0 0 8px rgba(0,0,0, 0.8), 0 0 6px #000;
}
@media (min-width: 560px) {
  .l-mv__subtext {
    font-size: 16px;
  }
}
@media (min-width: 920px) {
  .l-mv__subtext {
    font-size: 24px;
  }
}
.fas-mainvisual__item {
  aspect-ratio: 3/2;
  max-width: 960px;
}
.fas-mainvisual__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-slider {
  margin-top: 24px;
}

.p-top-slider__item {
  aspect-ratio: 1200/800;
}

.p-top-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-slider .splide__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  fill: #fff;
}

.p-top-slider .splide__arrow--next {
  right: 48px;
  transform: translateY(-50%);
}

.p-top-slider .splide__arrow--prev {
  left: 48px;
  transform: translateY(-50%) rotate(180deg);
}
.fas-prod-content {
  padding: 24px 0;
}

.fas-prod-content__inner {
  max-width: 600px;
  width: 95%;
  margin: 0 auto;
}

.fas-prod-content * {
  margin-top: 16px;
}
.fas-prod-content *:first-child {
  margin-top: 0;
}
.fas-prod-content h2 {
  text-align: center;
  font-weight: 600;
  margin: 40px 0 ;
}

.fas-prod-content__inner > h3 {
  text-align: left;
   font-size:1.4em ;
  font-weight: 600;
   padding: 0.25em 0.5em;
  background: transparent;
  border-left: solid 5px #999999;
  margin: 40px 0 ;
} 

.fas-prod-content__inner > h4 {
  text-align: left;
  font-size:1.2em ;
  font-weight: 600;
  margin: 40px 0 0 0;
   padding: 0 5%;
} 
  
.fas-prod-content__inner > p {
  padding: 0 5%;
}
@media (min-width: 920px) {
.fas-prod-content h2 {
  margin: 45px 0 ;
}
} 
.fas-prod-content__inner img {
  max-width: 100%;
}

.fas-prod-content__inner ul {
  padding-left: 5%;
  padding-right: 5%;
  line-height: 1.8;
  margin: 1.2em 0;
  list-style-type: disc; /* または circle, square, none など */
}

.fas-prod-content__inner li {
  font-weight: bold;
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.6em;
  font-size: 1em;
}


.special-feature-block-link {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 10px;
  text-decoration: none;
  color: #000;
}

.special-feature-image-text-container {
  display: flex;
  align-items: center;
}

.special-feature-image-text-container img {
  width: 50%;
  margin-right: 20px;
}

.special-feature-image-text-container .text-container {
  width: 50%;
}

.special-feature-image-text-container h3 {
  margin-top: 0;
}

.special-feature-image-text-container a {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background-color: #000;
  color: #00aaff; /* 変更 */
  text-decoration: underline; /* 変更 */
}

.special-feature-image-text-container a:hover {
  background-color: #444;
  color: #fff; /* 変更 */
}



/* スタッフコメントのボックスデザイン */
.staff-comment {
  margin: 3em 0;
  padding: 2em 16px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
}

/* スタッフコメントの見出しデザイン */
.staff-comment-title {
  display: inline-block;
  border-left: 4px solid #333;
  padding-left: 10px;
  font-size: 1.3em;
  font-weight: bold;
}

/* スタッフコメントの本文 */
.staff-comment-text {
  margin-top: 1.5em;
  font-size: 1.1em;
  line-height: 1.6;
}
.jdgm-widget-actions-wrapper {
    display: none !important;
  }
.fas-prod-top {
  padding: 24px 0;
}
.fas-prod-top__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.fas-prod-top__title {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 920px) {
  .fas-prod-top__title {
    font-size: 24px;
  }
}
.fas-prod-top__main {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
@media (min-width: 920px) {
  .fas-prod-top__main {
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
  }
}
.fas-prod-top__box {
  flex: 1;
  display: contents;
}

@media (min-width: 920px) {
  .fas-prod-top__box {
    display: initial;
  }
  .fas-prod-top__box--1 {
    flex: 1.5 !important;
  }
}
  .fas-prod-top__visual-wrap {
    position: relative;

  }
  .fas-prod-top__visual-wrap_prev,
  .fas-prod-top__visual-wrap_next {
    display: block;
    font-size: 64px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .fas-prod-top__visual-wrap_prev {
    left: 8px;
  }
  .fas-prod-top__visual-wrap_next {
    right: 8px;
  }
.fas-prod-top__visual {
  background: #020202;
  width: 100%;
  overflow: hidden;
  order: 1;
}
@media (min-width: 920px) {
  .fas-prod-top__visual {
    order: initial;
  }
}
.fas-prod-top__visual :where(img, video) {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fas-prod-top__price {
  font-size: 24px;
  font-weight: 500;
  margin-top: 16px;
  order: 4;
}
@media (min-width: 920px) {
  .fas-prod-top__price {
    order: initial;
  }
}
.fas-prod-top-options {
  margin-top: 18px;
  order: 5;
}
@media (min-width: 920px) {
  .fas-prod-top-options {
    order: initial;
  }
}
.fas-prod-top-color__label {
  font-size: 18px;
  font-weight: 500;
}
.fas-prod-top-color__list {
  margin-inline: -8px;
}
.fas-prod-top-color__item {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  border: 1px solid #020202;
  border-radius: 9999px;
  padding: 8px 18px;
  margin: 8px 8px 0;
  min-width: 120px;
}
.fas-prod-top-color__item.is-active {
  background: #020202;
  color: #fff;
}
.fas-prod-top-count {
  margin-top: 18px;
  order: 6;
}
@media (min-width: 920px) {
  .fas-prod-top-count {
    order: initial;
  }
}
.fas-prod-top-count__label {
  font-size: 18px;
  font-weight: 500;
}
.fas-prod-top-count__box {
  display: flex;
  width: fit-content;
  height: 48px;
  border: 1px solid #020202;
  margin-top: 8px;
}
.fas-prod-top-count__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 100%;
}
.fas-prod-top-count__btn svg {
  width: 24px;
  height: auto;
}
.fas-prod-top-count__input {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 80px;
  height: 100%;
}
.fas-prod-top-tools {
  order: 7;
}
@media (min-width: 920px) {
  .fas-prod-top-tools {
    order: initial;
  }
}
.fas-prod-top-tools__btn {
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  width: 60%;
  padding: 12px 0;
  margin-top: 12px;
  min-width: 300px;
  border: none; /* 外枠を消す */
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* ホバー時 */
.fas-prod-top-tools__btn:hover {
  background: #666; /* 黒より少し明るい黒に */
  color: #fff;
}

.is-disabled .fas-prod-top-tools__btn {
  cursor: not-allowed;
  opacity: .5;
}
.fas-prod-top-slider {
  margin-top: 12px;
  order: 2;
}
@media (min-width: 920px) {
  .fas-prod-top-slider {
    order: initial;
    margin-top: 0;
  }
}
.fas-prod-top-slider__list {
  
}
@media (min-width: 920px) {
  .fas-prod-top-slider__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }
}
.splide.is-initialized:not(.is-active) .fas-prod-top-slider__list.splide__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
.fas-prod-top-slider__item {
  background: #020202;
  aspect-ratio: 1/1;
}
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    .fas-prod-top-slider__item {
      aspect-ratio: auto;
    }
  }
.fas-prod-top-slider__item video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fas-prod-top-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fas-prod-top-overview {
  margin-top: 18px;
  order: 3;
}
@media (min-width: 920px) {
  .fas-prod-top-overview {
    order: initial;
  }
}
.fas-prod-top-overview__list {
  border-bottom: 1px solid #a3a3a3;
}
.fas-prod-top-overview__label {
  display: flex;
  align-items: center;
  border-top: 1px solid #a3a3a3;
  padding: 8px 0;
  position: relative;
}
.fas-prod-top-overview__label::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%3E%3C!--%20Font%20Awesome%20Pro%205.15.4%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%20(Commercial%20License)%20--%3E%3Cpath%20d%3D%22M143%20352.3L7%20216.3c-9.4-9.4-9.4-24.6%200-33.9l22.6-22.6c9.4-9.4%2024.6-9.4%2033.9%200l96.4%2096.4%2096.4-96.4c9.4-9.4%2024.6-9.4%2033.9%200l22.6%2022.6c9.4%209.4%209.4%2024.6%200%2033.9l-136%20136c-9.2%209.4-24.4%209.4-33.8%200z%22%2F%3E%3C%2Fsvg%3E")
  center/ contain no-repeat;
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.fas-prod-top-overview__label.is-open::after {
  transform: translateY(-50%) rotate(-180deg);
}
.fas-prod-top-overview__label svg {
  height: 26px;
  width: auto;
  margin-right: 8px;
}
.fas-prod-top-overview__label-text {
  font-size: 18px;
  font-weight: 500;
}
.fas-prod-top-overview__data {
  display: none;
  padding: 12px 12px 8px;
}
.fas-prod-top-form {
  display: contents;
}

.fas-prod-top-form .shopify-payment-button__more-options {
  display: none;
}
.fas-prod-top-form .shopify-payment-button__button {
  color: #000 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  text-align: center !important;
  width: 60% !important;
  border: 1px solid #000 !important;
  padding: 12px 0 !important;
  margin-top: 12px !important;
  background: initial !important;
  --border-offset: 0 !important;
  min-width: 300px !important;
}
 .tooltip {
            display: none;
            position: absolute;
            background-color: #f44336;
            color: white;
            padding: 5px;
            border-radius: 3px;
            font-size: 10px;
        }
.fas-top-brands {
  background: #FFF;
  padding: 32px 0;
}
@media (min-width: 920px) {
  .fas-top-brands {
    padding: 64px 0;
  }
}

 /* セクションの最後にスタイリッシュな区切り線を追加 */
  .fas-top-brands::after {
  content: "";
  display: block;
  margin: 80px auto 20px; /* 上下のマージンを適宜調整 */
  width: 90%; /* 区切り線の幅、セクション幅に合わせて調整可能 */
  height: 1px; /* 区切り線の厚み */
  background-color: #F0F0F0; /* 区切り線の色 */
}

@media (min-width: 920px) {
  .fas-top-brands::after {
    margin: 120px auto 30px; /* レスポンシブデザインにおけるマージンの調整 */
  }
}

    
  
.fas-top-brands__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.fas-top-brands__title {
  display: flex;
  align-items: baseline;
  font-size: 28px;
}
@media (min-width: 920px) {
  .fas-top-brands__title {
      font-size: 32px;
  }
}
.fas-top-brands__maintitle {
  font-weight: 700;
  border:none;
}
.fas-top-brands__subtitle {
  font-size: 0.5em;
  color: #767676;
  margin-left: 18px;
}

.fas-top-brands__slide {
  margin-top: 24px;
}

.fas-top-brands__box {
  background: #fff;
  display: flex;
  flex-direction: column;
  border: 3px solid #000;
}
.fas-top-brands__head {
  padding: 4px 14px 8px;
}
.fas-top-brands__name {
  font-size: 14px;
  text-align: center;
  word-break: keep-all;
  line-height: 1.5;
  height: calc((14px * 1.5)* 2);
  overflow: hidden;
}
.fas-top-brands__visual {
  width: 100%;
  aspect-ratio: 7/5;
  margin-top: 4px;
}
.fas-top-brands__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fas-top-brands__logo {
  height: 70px;
  max-width: 100%;
  margin-top: 8px;
}
.fas-top-brands__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fas-top-brands__desc {
  background: #000;
  font-size: 12px;
  color: #fff;
  flex: 1;
  padding: 8px 8px 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; 
}
@media (min-width: 720px) {
  .fas-top-brands__desc {
    padding: 8px 12px 0;
  }
}

.fas-top-brands__slide .splide__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  fill: #efefef;
}

.fas-top-brands__slide .splide__arrow--next {
  right: 48px;
  transform: translateY(-50%);
}

.fas-top-brands__slide .splide__arrow--prev {
  left: 48px;
  transform: translateY(-50%) rotate(180deg);
}

.fas-top-brands__more {
  display: block;
  font-size: 12px;
  line-height:1;
  width: fit-content;
  border-radius: 0;
  border: 1px solid #000;
  padding: 12px 32px;
  margin: 30px auto;
  background: #000; /* 背景色を黒に変更 */
  color: #FFF; /* 文字色を白に変更 */
}
@media (min-width: 920px) {
  .fas-top-brands__more {
      font-size: 16px;
      margin: 60px auto;
  }
}
.fas-top-category {
      padding: 32px 0;
  }
  @media (min-width: 920px) {
    .fas-top-category {
      padding: 64px 0;
    }
  }

 /* セクションの最後にスタイリッシュな区切り線を追加 */
 .fas-top-category::after {
  content: "";
  display: block;
  margin: 80px auto 40px; /* 上下のマージンを適宜調整 */
  width: 90%; /* 区切り線の幅、セクション幅に合わせて調整可能 */
  height: 1px; /* 区切り線の厚み */
  background-color: #F0F0F0; /* 区切り線の色 */
}

@media (min-width: 920px) {
  .fas-top-category::after {
    margin: 120px auto 60px; /* レスポンシブデザインにおけるマージンの調整 */
  }
}


  
  .fas-top-category__inner {
      max-width: 1080px;
      width: 95%;
      margin: 0 auto;
  }
  .fas-top-category__title {
      display: flex;
      align-items: baseline;
      font-size: 28px;
  }
  @media (min-width: 920px) {
    .fas-top-category__title {
        font-size: 32px;
    }
  }
  .fas-top-category__maintitle {
      font-weight: 700;
      border: none;
  }
  .fas-top-category__subtitle {
      font-size: 0.5em;
      color: #767676;
      margin-left: 18px;
  }
  .fas-top-category__tabs {
      max-width: 100%;
      width: fit-content;
      border: 1px solid #f0f0f0;
      margin-top: 24px;
      white-space: nowrap;
      overflow-x: auto;
  }
  .fas-top-category__tab {
      display: inline-block;
      font-size: 12px;
      padding: 8px 18px;
  }

  @media (min-width: 920px) {
    .fas-top-category__tab {
        font-size: 16px;
    }
  }
  
  .fas-top-category__tab.is-active {
      background: #000;
      color: #fff;
  }

　.fas-top-category__tab:hover {
  opacity: 0.6;
  transition: opacity 0.3s;
}  

  .fas-top-category__grid {
      display: none;
      grid-template-columns: repeat(2, 1fr);
      gap: 32px 6px;
      margin-top: 24px;
  }
  @media (min-width: 560px) {
      .fas-top-category__grid {
          gap: 32px 8px;
      }
  }
  @media (min-width: 720px) {
      .fas-top-category__grid {
          grid-template-columns: repeat(3, 1fr);
      }
  }

  .fas-top-category__grid.is-active {
    display: grid;
  }

  .fas-top-category__item {
    display: block;
  }
  .fas-top-category__visual {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      aspect-ratio: 4/3;
      overflow: hidden;
  }
  .fas-top-category__visual img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all .3s;
  }
  .fas-top-category__item:hover .fas-top-category__visual img {
    width: 150%;
    height: 150%;
  }
  .fas-top-category__name {
      font-size: 12px;
      text-align: center;
      margin-top: 8px;
  }

  @media (min-width: 920px) {
  .fas-top-category__name {
          font-size: 18px;
      }
  }

  .fas-top-category__name:hover {
　  opacity: 0.6;
  　transition: opacity 0.3s;
}  
  .fas-top-category__more {
      display: block;
      font-size: 12px;
      line-height: 1;
      width: fit-content;
      border-radius:0;
      border: 1px solid #000;
      padding: 12px 32px;
      margin: 30px auto ;
      background: #000; /* 背景色を黒に変更 */
      color: #FFF; /* 文字色を白に変更 */
  }
  @media (min-width: 920px) {
      .fas-top-category__more {
          font-size: 16px;
          margin: 60px auto ;
      }
  }
.fas-top-newitem {
      padding: 32px 0;
  }
  @media (min-width: 920px) {
    .fas-top-newitem {
      padding: 64px 0;
    }
  }
  .fas-top-newitem__inner {
      max-width: 1080px;
      width: 95%;
      margin: 0 auto;
  }
  .fas-top-newitem__title {
      display: flex;
      align-items: baseline;
      font-size: 28px;
  }
  @media (min-width: 920px) {
      .fas-top-newitem__title {
          font-size: 32px;
      }
  }
  .fas-top-newitem__maintitle {
      font-weight: 700;
      border: none;
  }
  .fas-top-newitem__subtitle {
      font-size: 0.5em;
      color: #4D4D4D;
      margin-left: 18px;
  }
  .fas-top-newitem__grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 48px 18px;
      margin-top: 24px;
  }
  @media (min-width: 560px) {
      .fas-top-newitem__grid {
          gap: 48px 24px;
      }
  }
  .fas-top-newitem__item {
      max-width: 500px;
      width: 100%;
      margin: 0 auto;
      position: relative;
      z-index: 0;
  }
  .fas-top-newitem__tag {
    background: rgba(217, 217, 217, .6);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #fff;
    padding: 6px 18px;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 10;
  }
  .fas-top-newitem__link {
      display: block;
  }
  .fas-top-newitem__visual {
      width: 100%;
      aspect-ratio: 1/1;
      position: relative;
  }
  .fas-top-newitem__visual img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .fas-top-newitem__soldout {
    background: #000;
    color: #fff;
    line-height: 1;
    width: fit-content;
    border-radius: 9999px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    left: 8px;
  }
  .fas-top-newitem__name {
      font-size: 14px;
      font-weight: 500;
      margin-top: 12px;
  }
  @media (min-width: 920px) {
      .fas-top-newitem__name {
          font-size: 18px;
      }
  }
  .fas-top-newitem__more {
      display: block;
      font-size: 16px;
      line-height: 1;
      width: fit-content;
      border-radius: 999px;
      border: 1px solid #000;
      padding: 12px 32px;
      margin: 18px auto 0;
  }
  @media (min-width: 920px) {
      .fas-top-newitem__more {
          margin: 24px auto 0;
      }
  }
.fas-top-news {
  padding: 32px 0;
}
@media (min-width: 920px) {
  .fas-top-news {
    padding: 64px 0;
  }
}


 /* セクションの最後にスタイリッシュな区切り線を追加 */
 .fas-top-news::after {
  content: "";
  display: block;
  margin: 80px auto 40px; /* 上下のマージンを適宜調整 */
  width: 90%; /* 区切り線の幅、セクション幅に合わせて調整可能 */
  height: 1px; /* 区切り線の厚み */
  background-color: #F0F0F0; /* 区切り線の色 */
}

@media (min-width: 920px) {
  .fas-top-news::after {
    margin: 120px auto 60px; /* レスポンシブデザインにおけるマージンの調整 */
  }
}
  
.fas-top-news__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .fas-top-news__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 64px;
  }
}
.fas-top-news__title {
  font-size: 28px;
  font-weight: 700;
  width: fit-content;
  border: none;
}
@media (min-width: 960px) {
  .fas-top-news__title {
    font-size: 32px;
  }
}
.fas-top-news__list {
  margin-top: 18px;
}
@media (min-width: 960px) {
  .fas-top-news__list {
    flex: 1;
    margin-top: 0;
  }
}
.fas-top-news__item {

}
.fas-top-news__item:not(:first-child) {
  margin-top: 12px;
}
@media (min-width: 960px) {
  .fas-top-news__item:not(:first-child) {
    margin-top: 18px;
  }
}
.fas-top-news__link {
  display: flex;
  align-items: center;
  font-size: 12px;
  text-decoration: none;
  color: #999999;
  font-weight: 400; /* 普通の太さ */
  transition: opacity 0.3s, text-decoration 0.3s;
}
@media (min-width: 960px) {
  .fas-top-news__link {
    font-size: 16px;
  }
}

.fas-top-news__link:hover {
  opacity: 0.6; /* 少し透過 */
  text-decoration: underline; /* 下線表示 */
}
  
.fas-top-news__date {
  margin-right: 18px;
}

.fas-top-news__headline {
    font-size: 12px;
    color: #999999;
 　 font-weight: bold;
  }
@media (min-width: 960px) {
.fas-top-news__headline {
    font-size: 16px;
  }
}  
.fas-top-news__more {
  display: block;
  font-size: 12px;
  line-height: 1;
  width: fit-content;
  border-radius: 0;
  border: 1px solid #000;
  padding: 12px 32px;
  margin: 30px auto ;
    background: #000; /* 背景色を黒に変更 */
    color: #FFF; /* 文字色を白に変更 */
}
@media (min-width: 960px) {
  .fas-top-news__more {
    font-size: 16px;
    margin: 60px auto ;
  }
}
.fas-top-pickup {
  padding: 32px 0;
}
@media (min-width: 920px) {
  .fas-top-pickup {
    padding: 64px 0;
  }
}

 /* セクションの最後にスタイリッシュな区切り線を追加 */
 .fas-top-pickup::after {
  content: "";
  display: block;
  margin: 80px auto 40px; /* 上下のマージンを適宜調整 */
  width: 90%; /* 区切り線の幅、セクション幅に合わせて調整可能 */
  height: 1px; /* 区切り線の厚み */
  background-color: #F0F0F0; /* 区切り線の色 */
}

@media (min-width: 920px) {
  .fas-top-pickup::after {
    margin: 120px auto 60px; /* レスポンシブデザインにおけるマージンの調整 */
  }
}
  
.fas-top-pickup__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.fas-top-pickup__title {
  display: flex;
  align-items: baseline;
  font-size: 28px;
}
@media (min-width: 920px) {
  .fas-top-pickup__title {
      font-size: 32px;
  }
}
.fas-top-pickup__maintitle {
  font-weight: 700;
  border:none;
}
.fas-top-pickup__subtitle {
  font-size: 0.5em;
  color: #767676;
  margin-left: 18px;
}
.fas-top-pickup__headline {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 18px;
}
@media (min-width: 920px) {
  .fas-top-pickup__headline {
    font-size: 20px;
  }
}

.fas-top-pickup-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px 24px;
  margin-top: 16px;
}
.fas-top-pickup-grid__video {
  background: #000;
  grid-row: 1/3;
}

.fas-top-pickup-grid__video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fas-top-pickup-grid__video img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.fas-top-pickup-grid__image {
  aspect-ratio: 1/1;
}

.fas-top-pickup-grid__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fas-top-pickup__text {
  font-size: 16px;
  font-weight: 500;
  margin-top: 12px;
}
@media (min-width: 920px) {
  .fas-top-pickup__text {
    font-size: 24px;
  }
}
.fas-top-pickup__brand {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
}
.fas-top-pickup__price {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 920px) {
  .fas-top-pickup__brand {
    font-size: 20px;
  }
  .fas-top-pickup__price {
    font-size: 20px;
  }
}
.fas-top-pickup__more {
  display: block;
  font-size: 12px;
  line-height:1;
  width: fit-content;
  border-radius: 0;
  border: 1px solid #000;
  padding: 12px 32px;
  margin: 30px auto ;
  background: #000; /* 背景色を黒に変更 */
  color: #FFF; /* 文字色を白に変更 */
}
@media (min-width: 920px) {
  .fas-top-pickup__more {
      font-size: 16px;
      margin: 60px auto ;
  }
}
.fas-top-pickup__price--waribikimae {
  text-decoration: line-through;
}