@charset "UTF-8";

.main.col1-layout.news-detail {
  width: 100%;
}
.news-detail .main-content-block {
  max-width: calc(1080px + 60px + 60px);
  padding: 0 60px;
  margin: 0 auto;
}
.news-date {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #747474;
  margin: 34px 0 0;
}
.news-date .new {
  font-size: 10px;
  color: #000;
  margin-left: 11px;
}
.news-date .mark {
  margin-left: 4px;
  background-color: #F9DBE1;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
}
.page-title {
  width: 100%;
  margin: 13px 0 38px;
}
.page-title h1 {
  width: 100%;
  margin: 0 0 20px;
  font-size: 24px;
  line-height: calc(36 / 24);
}
.section-title-content {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-title-content h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: calc(30 / 20);
}
.section-title-content h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: calc(27 / 18);
}
.btn.btn-primary {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  transition: background 0.3s ease, color 0.3s ease;
  width: auto;
  height: 45px;
  font-size: 12px;
  line-height: calc(44 / 12);
  margin: 0;
  padding: 0 40px;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  transition: background 0.3s ease, color 0.3s ease;
}
.btn.btn-secondary {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  transition: background 0.3s ease, color 0.3s ease;
  width: auto;
  height: 45px;
  font-size: 14px;
  line-height: calc(44 / 14);
  margin: 0;
  padding: 0 30px;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  transition: background 0.3s ease, color 0.3s ease;
}
.section1 .section-title-content {
  margin: 62px 0 102px;
  gap: 46px;
  text-align: center;
}
.section1 .section-title-content .h2-section {
  gap: 23px;
}
.section1 .section-title-content .h3-section {
  gap: 16px;
}
.news-detail-block p {
  font-size: 14px;
  line-height: calc(25.2 / 14);
}
.section1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section1 .pc {
  display: block;
}
.section1 .sp {
  display: none;
}
.section2 {
  display: flex;
  flex-direction: column;
  gap: 47px;
  margin-bottom: 99px;
}
.section2 .h2-section {
  gap: 26px;
  align-items: flex-start;
}
.section2 .h3-section {
  gap: 17px;
  align-items: flex-start;
}
.section3 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 99px;
}
.section3 .section-title-content {
  margin-top: 36px;
  align-items: flex-start;
  gap: 26px;
}
.section3 .section-title-content p {
  margin: 0;
}
.section4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 85px;
}
.section4 p {
  max-width: 632px;
  width: 100%;
  margin-top: 19px;
}
.section5 {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.section5 .section-title-content {
  align-items: flex-start;
  gap: 20px;
}
.section5 .section-title-content a,
.section5 .section-title-content p {
  margin: 0;
}
.section5 .section-title-content a {
  margin-top: 5px;
}
.btn.btn-back {
  border: none;
  background-color: transparent;
  color: #000;
  text-decoration: underline;
  width: auto;
  height: 20px;
  font-size: 14px;
  line-height: calc(25.2 / 14);
  position: relative;
}
.btn.btn-back::after {
  content: "";
  background: url(/assets/images/common/icon-arrow-right.svg) no-repeat center center;
  background-size: contain;
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 35%;
  right: -20px;
}
@media (max-width: 991px) {
  .news-container img {
    width: 100%;
    height: auto;
    display: block;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }
  .news-detail .main-content-block {
    max-width: 100%;
    padding: 0;
  }
  .main.col1-layout.news-detail {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  .news-date {
    margin: 30px 0 0;
  }
  .news-date .new {
    margin-left: 10px;
  }
  .page-title {
    margin: 7px 0 38px;
  }
  .page-title h1 {
    font-size: 18px;
    line-height: calc(27 / 18);
  }
  .section1 .pc {
    display: none;
  }
  .section1 .sp {
    display: block;
  }
  .section-title-content {
    padding: 0 20px;
  }
  .section-title-content h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: calc(24 / 16);
  }
  .section-title-content h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: calc(25.2 / 14);
  }
  .section1 .section-title-content {
    margin: 29px 0 81px;
    gap: 15px;
    text-align: center;
  }
  .news-detail-block p {
    font-size: 13px;
    line-height: calc(23.4 / 13);
  }
  .section1 .section-title-content .h2-section {
    gap: 18px;
  }
  .section1 .section-title-content .h3-section {
    gap: 10px;
  }
  .section1 .section-title-content .h3-section a {
    margin-top: 7px;
  }
  .section2 {
    gap: 25px;
    margin-bottom: 80px;
  }
  .section2 .h2-section {
    gap: 18px;
  }
  .section2 .h3-section {
    gap: 10px;
  }
  .section2 .h3-section a {
    margin-top: 7px;
  }
  .section3 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0px;
    margin-bottom: 49px;
    padding: 0 20px;
  }
  .section3 .section-title-content {
    margin-top: 21px;
    padding: 0;
    gap: 18px;
  }
  .section4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 38px;
    padding: 0 20px;
  }
  .section5 {
    display: flex;
    gap: 40px;
    flex-direction: column-reverse;
    align-items: center;
  }
  .btn.btn-back {
    font-size: 13px;
    line-height: calc(23.4 / 13);
  }
}

/* 商品スライダー */
.news-detail-items {
  max-width: calc(1440px + 60px + 60px);
  padding: 0 60px;
  margin: 0 auto;
}
.top-swiper-items {
  margin: 102px auto 0;
  max-width: 87vw;
  padding: 0;
  position: relative;
}
.top-swiper-inner {
  display: flex;
  margin: 0 auto;
  position: relative;
}
.top-swiper-inner .name > a:hover,
.top-swiper-inner .name > a:focus {
  text-decoration: none;
}
.top-swiper-inner.cart-product .list-item-text > .name {
  color: #000;
  width: 100%;
  font-size: 14px;
  line-height: calc(16 / 14);
}
.top-swiper-inner.cart-product .list-item-text > .colors {
  font-size: 10px;
  font-weight: 300;
  line-height: calc(11 / 10);
  margin-bottom: 1px;
}
.top-swiper-items .cart-product .list-item-text {
  padding: 0;
  margin-top: 21px;
}
.top-swiper-inner.cart-product .list-item-text > .price {
  font-size: 12px;
  font-weight: 400;
  line-height: calc(21.6 / 12);
}
.top-swiper-inner.cart-product .list-item-text > .price > .offrate,
.top-swiper-inner.cart-product .list-item-text > .price > .icon_arrow_sale {
  display: none;
}
.top-swiper-inner .price > span.red {
  color: #000;
}
.top-swiper-inner .price > span.icon_arrow_sale {
  content: '';
  width: 10px;
  height: 10px;
  background-image: url(/assets/images/common/icon_arrow_sale.png);
  background-size: 10px 10px;
  background-position: center center;
  display: inline-block;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 0 12px;
}
.top-swiper-inner .icons {
  position: absolute;
  width: auto;
  top: 10px;
  left: initial;
  display: flex;
  padding-left: 10px;
  text-align: left;
}
.top-swiper-inner .icons span {
  z-index: 99;
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  color: #000;
  position: relative;
}
.top-swiper-inner .icons span:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fad4d6;
  z-index: 99;
  margin: 6px 0 0 4px;
}
.top-swiper-inner .slick-track {
  box-sizing: border-box;
  display: flex;
}
.top-swiper-inner li {
  width: 19.8vw;
}
.product-secondary-images-nav li {
  width: 6px;
}
.top-swiper-inner .slick-slide > figure a {
  width: auto;
}
.top-swiper-inner .slick-slide {
  margin-right: 2.68vw;
}

.top-swiper-inner .slick-slide:last-child {
  margin-right: 0;
}
.top-swiper-inner .slide-arrow {
  width: 70px;
  height: 70px;
  cursor: pointer;
  position: absolute;
  top: 31%;
  z-index: 1;
}
.top-swiper-inner .slick-prev {
  display: none !important;
}
.top-swiper-inner .next-arrow {
  right: -36px;
}
.top-swiper-inner .prev-arrow {
  left: -36px;
  transform: rotate(180deg);
}
.top-swiper-items.no-slider .top-swiper-inner {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, 1fr);
}
.top-swiper-items .slider-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.top-swiper-items .js-top-slider {
  flex: 1 1 auto;
  min-width: 0;
}
.link-to-all-items {
  margin-left: 1vw;
}
.link-to-all-items a {
  font-size: 13px;
  padding-bottom: 2px;
  border-bottom: 1px solid #D8D1D4;
  position: absolute;
  top: calc(50% - 55px);
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .top-swiper-inner .product-secondary-images-nav {
    bottom: 11px;
  }
}
@media screen and (max-width: 991px) {
  .news-detail-items {
    max-width: 100%;
    padding: 0;
  }
  .top-swiper-items {
    margin: 82px auto 0;
    padding-left: 20px;
    padding-right: 0;
    max-width: 100%;
  }
  .top-swiper-inner .slick-slide {
    box-sizing: border-box;
    margin-right: 20px;
    padding-left: 0;
  }
  .top-swiper-inner .slick-slide > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .top-swiper-inner .slick-slide .name {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .top-swiper-inner,
  .top-swiper-inner .slick-track {
    padding: 0;
    display: block;
  }
  .top-swiper-inner .slick-track {
    white-space: nowrap;
  }
  .top-swiper-inner .name {
    margin: 10px auto 0;
    padding: 0;
  }
  .top-swiper-inner li {
    width: 32vw;
  }
  .top-swiper-items.no-slider .top-swiper-inner {
    gap: 0;
    grid-template-columns: unset;
    display: flex;
  }
  .top-swiper-items.no-slider li {
    padding-right: 20px;
  }
  .top-swiper-inner.cart-product .list-item-text > .name {
    font-size: 14px;
    line-height: calc(16 / 14);
  }
  .top-swiper-inner.cart-product .list-item-text > .colors {
    font-size: 10px;
    font-weight: 400;
    line-height: calc(11 / 10);
    margin-bottom: 2px;
  }
  .top-swiper-inner.cart-product .list-item-text > .price {
    font-size: 12px;
    line-height: calc(21.6 / 12);
  }
  .top-swiper-items .cart-product .list-item-text {
    margin-top: 20px;
  }
}
.br-sp {
  display: none;
}

@media (max-width: 991px) {
  .br-sp {
    display: block;
  }
}