/* =========================================================
home
========================================================= */
.js-sliderlist .swiper-button-next:after,
.js-sliderlist .swiper-rtl .swiper-button-prev:after {
  content: "";
}

/*------------------------------------------
title font
------------------------------------------*/
.c-title01 {
  color: #000030;
}


/*------------------------------------------
main visual
------------------------------------------*/
.home-main-visual__image a {
  display: block;
}

.home-main-visual__image img {
  width: 100%;
}

.home-main-visual__control [class*=swiper-button-] button {
  display: block;
  background: url(../../images/icon/ico_arrow_slider01.svg) no-repeat center/contain;
}

@media (max-width: 768px) {
  .home-main-visual__control [class*=swiper-button-] button {
    width: 10px;
    height: 16px;
  }
}

@media (min-width: 769px) {
  .home-main-visual__control [class*=swiper-button-] button {
    width: 30px;
    height: 50px;
  }
}

.home-main-visual__control [class*=swiper-button-]::before,
.home-main-visual__control [class*=swiper-button-]::after {
  content: "";
}

.home-main-visual__control .swiper-button-next button {
  transform: scale(-1, -1);
}

.home-main-visual__control .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50% !important;
  bottom: 25px !important;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .home-main-visual__control .swiper-pagination {
    gap: 12px;
  }
}

@media (min-width: 769px) {
  .home-main-visual__control .swiper-pagination {
    gap: 16px;
  }
}

.home-main-visual__control .swiper-pagination .swiper-pagination-bullet {
  opacity: 1 !important;
  background: rgba(255, 255, 255, 0.46) !important;
}

.home-main-visual__control .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: rgba(255, 255, 255, 0.92) !important;
}

@media (max-width: 768px) {
  .home-main-visual__control .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

@media (min-width: 769px) {
  .home-main-visual__control .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
}

/*------------------------------------------
category nav
------------------------------------------*/

.c-main-section.category-section {
  padding: 0;
}

.category-section {
  position: relative;
  overflow: hidden;
}

/* グラデーション背景 */
.category-section__bg {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  background-image: url(/ec/images/category_bg_gradient.jpg);
  background-size: cover;
  background-position: center;
  background-color: #eee;
}

@media (max-width: 768px) {
  .category-section__bg {
    margin: 0 auto;
    width: 94%;
  }
}

.category-section__inner {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .category-section__inner {
    padding: 30px 0px 0px;
  }
}

.category-section__main-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (min-width: 769px) {
  .category-section__main-list {
    max-width: 960px;
    margin: 0px auto;
    padding: 30px 3.42vw;
  }
}

@media (min-width: 769px) {
  .category-section__main-item {
    flex: 0 0 auto;
    max-width: 180px;
  }
}

@media (max-width: 768px) {
  .category-section__main-item {
    flex: 0 0 auto;
    width: calc(100% / 3);
  }
}

.category-section__main-link {
  display: block;
  text-decoration: none;
}

@media (max-width: 768px) {
  .category-section__main-link {
    padding: 18px;
  }
}

.category-section__main-image {
  overflow: hidden;
}

.category-section__main-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.category-section__main-text {
  text-align: center;
  font-size: 14px;
  color: #393C41;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .category-section__main-text {
    margin-top: 8px;
    font-size: 10px;
  }
}

@media (min-width: 769px) {
  .category-section__main-text {
    margin-top: 12px;
  }
}

@media (max-width: 768px) {
  .category-section__sub-wrap {
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
  }
}

@media (min-width: 769px) {
  .category-section__sub-wrap {
    padding: 80px 3.42vw 0px;
    max-width: 1170px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .category-section__sub {
    overflow: visible;
  }

    .category-section__sub.swiper {
       width: 94%;
       margin: 0 auto;
    }

  .category-section__sub-list {
    display: flex;
  }

  .category-section__sub-item {
    flex-shrink: 0;
  }
}

@media (min-width: 769px) {
  .category-section__sub {
    margin: 0 auto;
  }

  .category-section__sub-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* gap: 30px; */
  }

  .category-section__sub-item {
    flex: 0 0 auto;
    max-width: calc(100% / 8 - 56px);
  }
}

.category-section__sub-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.category-section__sub-image {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.category-section__sub-image img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  transition: transform 0.3s ease;
}


.category-section__sub-text {
  font-size: 12px;
  color: #393C41;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .category-section__sub-text {
    margin-top: 8px;
    font-size: 10px;
  }
}

@media (min-width: 769px) {
  .category-section__sub-text {
    margin-top: 30px;
    font-size: 12px;
  }
}

/*------------------------------------------
promotion
------------------------------------------*/
.promotion__image a {
  display: block;
}

.promotion__image img {
  width: 100%;
}

.promotion__control [class*=swiper-button-] button {
  display: block;
  background: url(../../images/icon/ico_arrow_slider01.svg) no-repeat center/contain;
}

@media (max-width: 768px) {
  .promotion__control [class*=swiper-button-] button {
    width: 10px;
    height: 16px;
  }
}

@media (min-width: 769px) {
  .promotion__control [class*=swiper-button-] button {
    width: 30px;
    height: 50px;
  }
}

.promotion__control [class*=swiper-button-]::before,
.promotion__control [class*=swiper-button-]::after {
  content: "";
}

.promotion__control .swiper-button-next button {
  transform: scale(-1, -1);
}

.promotion__control .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50% !important;
  bottom: 25px !important;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .promotion__control .swiper-pagination {
    gap: 12px;
  }
}

@media (min-width: 769px) {
  .promotion__control .swiper-pagination {
    gap: 16px;
  }
}

.promotion__control .swiper-pagination .swiper-pagination-bullet {
  opacity: 1 !important;
  background: rgba(255, 255, 255, 0.46) !important;
}

.promotion__control .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: rgba(255, 255, 255, 0.92) !important;
}

@media (max-width: 768px) {
  .promotion__control .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

@media (min-width: 769px) {
  .promotion__control .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
}


/*------------------------------------------
new_lineup
------------------------------------------*/

@media (min-width: 769px) {
  .c-main-section.new_lineup {
    padding: 120px 0px 0px;
  }
}

.new_lineup .c-main-section__in {
  width: 100%;
  max-width: none;
}

.new_lineup__wrap {
  background: linear-gradient(to bottom, #c9c9c9, #efefef, #f7f7f7, #f8f8f8);
  margin-top: 40px;
  margin-bottom: 60px;
  width: 100%;
}

.new_lineup__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 768px) {
  .new_lineup__list {
    justify-content: flex-start;
  }
}

.new_lineup__item {
  display: flex;
  margin: 0;
  padding: 0;
}

@media (min-width: 769px) {
  .new_lineup__item {
    width: 25%;
  }
}

@media (max-width: 768px) {
  .new_lineup__item {
    width: 50%;
  }
}

.new_lineup__item--link {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  padding: 30px 15px;
  transition: opacity 0.3s ease;
}

@media (max-width: 768px) {
  .new_lineup__item--link {
    padding: 3.2rem 4.2666666667vw;
  }
}

.new_lineup__item--link:hover {
  opacity: 0.7;
}

.new_lineup__image {
    display: flex;
    align-items: flex-end;
    isolation: isolate;
    margin: 0 auto 20px auto;
    min-height: 170px;
    overflow: visible;
    position: relative;
    text-align: center;
    z-index: 0;
}

.new_lineup__image::after {
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, var(--alpha-center, .30)) 0%, rgba(0, 0, 0, var(--alpha-edge, .10)) 70%, transparent 100%);
  bottom: var(--bottom, -4px);
  content: "";
  filter: blur(var(--blur, 7px));
  height: var(--h, 14px);
  left: var(--left, 55%);
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%) skewX(var(--skew, -12deg)) scaleX(var(--scale-x, 1.2)) scaleY(var(--scale-y, 0.9));
  width: var(--w, 85%);
  z-index: -1;
}

.new_lineup__image img {
  display: inline-block;
}

.new_lineup__name {
  flex: 1;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
}

@media (max-width: 768px) {

  .new_lineup__name {
    font-size: 12px;
  }
}

.new_lineup__price {
  font-size: 12px;
}


/*------------------------------------------
aboutSHiro
------------------------------------------*/

.c-main-section.aboutShiro {
  padding: 80px 0px 0px;
}

@media (min-width: 769px) {
  .c-main-section.aboutShiro {
    padding: 120px 10.2489019034vw 0px;
  }
}

.aboutShiro__container {
  position: relative;
}

.aboutShiro__slider {
  overflow: visible;
}

.aboutShiro__item {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.aboutShiro__item:hover {
  opacity: 0.7;
}

.aboutShiro__image {
  width: 100%;
  margin-bottom: 12px;
  overflow: hidden;
}

.aboutShiro__image img {
  width: 100%;
  height: auto;
  display: block;
}

/* PC時のレイアウト (769px以上) */
@media (min-width: 769px) {
  .aboutShiro__slider {
    padding: 0 60px;
  }

  .aboutShiro__navigation {
    display: block;
  }

  .aboutShiro__text {
    margin-top: 16px;
  }

  .aboutShiro__name {
    font-size: 16px;
    font-weight: bold
  }

  .aboutShiro__desc {
    margin-top: 8px;
  }
}

/* SP時のレイアウト (768px以下) */
@media (max-width: 768px) {
  .aboutShiro__navigation {
    display: none;
  }

  .aboutShiro__text {
    margin-top: 12px;
  }

  .aboutShiro__name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
  }

  .aboutShiro__desc {
    font-size: 12px;
    line-height: 1.6;
  }
}

/*------------------------------------------
information
------------------------------------------*/
.information .c-title01 {
  text-align: center;
}

.information .c-main-section__in {
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .information .c-main-section__in {
    padding: 0 15px;
  }
}

.information__list {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .information__list {
    margin-top: 40px;
  }
}

.information__item {
  display: flex;
}

@media (max-width: 768px) {
  .information__item {
    flex-direction: column;
  }
}

@media (min-width: 769px) {
  .information__item {
    align-items: center;
  }
}

.information__item+.information__item {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .information__item+.information__item {
    margin-top: 24px;
  }
}

.information__date {
  font-size: 14px;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .information__date {
    font-size: 12px;
  }
}

/* PC時�E日付幁E*/
@media (min-width: 769px) {
  .information__date {
    min-width: 120px;
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.information__text {
  font-size: 14px;
  line-height: 1.6;
  flex: 1;
}

@media (max-width: 768px) {
  .information__text {
    font-size: 12px;
  }
}

.information__text a {
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

.information__text a:hover {
  opacity: 0.7;
}

.information__button {
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .information__button {
    margin-top: 40px;
  }
}

.information__more-btn {
  display: inline-block;
  padding: 15px 60px;
  background: #fff;
  border: 1px solid #393C41;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

@media (max-width: 768px) {
  .information__more-btn {
    padding: 12px 50px;
    font-size: 12px;
  }
}

.information__more-btn:hover {
  opacity: 0.7;
}


@media (max-width: 768px) {
  .home-information__all a {
    font-size: 10px;
  }
}

@media (min-width: 769px) {
  .home-information__all a {
    font-size: 14px;
  }
}


/*------------------------------------------
brand_info
------------------------------------------*/
.c-main-section.brand_info {
  border-top: 1px solid #CCCCCC;
  margin-top: 160px;
}

.brand_info .c-main-section__in {
  max-width: 1080px;
  padding: 0 0 70px 0;
  width: 100%;
}

.brand_info__list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0;
}

@media (min-width: 769px) {
  .brand_info__list--top {
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
  }


  .brand_info__list--bottom {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 80px;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .brand_info .c-main-section__in {
    padding: 0 0 64px 0;
  }

  .c-main-section.brand_info {
    margin-top: 80px;
  }

  .brand_info__list--top {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .brand_info__list--bottom {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 80px;
    gap: 40px;
  }
}

.brand_info__item {
  position: relative;
}

.brand_info__link {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.brand_info__link:hover {
  opacity: 0.9;
}

.brand_info__video-wrapper {
  position: relative;
  width: 100%;
}

.brand_info__video-wrapper .pic {
  position: relative;
  width: 100%;
}

.brand_info__video-wrapper .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  transition: opacity 0.3s;
}

/* 不要になったので非表示 */
.brand_info__video-wrapper .video-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

/* 再生開始後はポスターを非表示（①停止フレーム表示） */
.brand_info__video-wrapper.has-started .video-cover {
  opacity: 0;
  pointer-events: none;
}

.brand_info__video-wrapper .video-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 178%;
}

.brand_info__video-wrapper .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.brand_info__play-btn {
  position: absolute;
  bottom: 0.8vw;
  right: 1vw;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2;
  transition: background-color 0.3s ease;
}

.brand_info__play-btn .play-icon,
.brand_info__play-btn .pause-icon {
  font-size: 16px;
}

.brand_info__title {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  color: #000030;
}

.brand_info__list--top .brand_info__title {
  font-size: 22px;
  margin-bottom: 20px;
}

.brand_info__list--bottom .brand_info__title {
  font-size: 14px;
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  .brand_info__play-btn {
    bottom: 1.6vw;
    right: 1.6vw;
  }

  .brand_info__list--top .brand_info__title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .brand_info__list--bottom .brand_info__title {
    font-size: 12px;
    margin-bottom: 14px;
  }
}

/*------------------------------------------
appeal_section
------------------------------------------*/
.appeal_section .c-main-section__in {
  margin: 0 auto;
  position: relative;
}

.appeal_section .c-title01 {
  margin-bottom: 40px;
}

.appeal_section__container {
  position: relative;
}

.appeal_section__slider {
  overflow: visible;
}

.appeal_section__item {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.appeal_section__item:hover {
  opacity: 0.7;
}

.appeal_section__image {
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}

.appeal_section__image img {
  width: 100%;
  height: auto;
  display: block;
}

/* .appeal_section__text {
  text-align: center;
} */

.appeal_section__name {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.4;
}

.appeal_section__price {
  font-size: 13px;
  color: #393c41;
}

@media (min-width: 769px) {
  .appeal_section__slider {
    padding: 0 60px;
  }

  .appeal_section__navigation {
    display: block;
  }

  .appeal_section__prev,
  .appeal_section__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s ease;
  }

  .appeal_section__prev:after,
  .appeal_section__next:after {
    font-size: 16px;
    color: #393C41;
  }

  .appeal_section__prev.swiper-button-prev {
    left: -40px;
    transform: translateY(-50%);
  }

  .appeal_section__next.swiper-button-next {
    right: -40px;
    transform: translateY(-50%);
  }
}

@media (max-width: 768px) {
  .appeal_section__in {
    padding: 0;
  }

  .appeal_section .c-title01 {
    padding: 0 15px;
    margin-bottom: 30px;
  }

  .appeal_section__slider {
    padding-left: 15px;
  }

  .appeal_section__navigation {
    display: none;
  }

  .appeal_section__name {
    font-size: 12px;
  }

  .appeal_section__price {
    font-size: 11px;
  }
}

/*------------------------------------------
news
------------------------------------------*/
.news__list,
.home-topics__list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}

.home-topics__list > .c-card02 .c-card02__detail {
  display: flex;
  flex-direction: column;
}

.home-topics__list > .c-card02 .c-card02__date {
  order: 1;
  color: #393c41;
  margin-top: 8px;
  font-family: "TTCommons-Light";
}

.home-topics__list > .c-card02 .c-card02__text01 {
  font-weight: 400;
  line-height: 1.5;
}

.home-topics__list > .c-card02 > a .c-card02__text01 br {
  display: none;
}

/* PC */
@media (min-width: 769px) {
  .news__list,
  .home-topics__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  .home-topics__list .c-card02__text01 {
      margin: 0 auto 0;
  }
}



/* SP */
@media (max-width: 768px) {

  .news__list,
  .home-topics__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }

  .home-topics__list > .c-card02 {
    height: 100%;
  }

  .home-topics__list > .c-card02 > a {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
  }

  .home-topics__list > .c-card02 .c-card02__image {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }

  .home-topics__list > .c-card02 .c-card02__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .home-topics__list > .c-card02 .c-card02__detail {
    justify-content: space-between;
    flex-grow: 1;
  }

  .home-topics__list > .c-card02 .c-card02__text01 {
    font-size: 12px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 3em;
    margin: 0;
  }

  .home-topics__list > .c-card02 .c-card02__date {
    font-size: 11px;
    font-family: "TTCommons-Regular";
  }
}

@media (hover: hover) {
  .c-card02 a:hover {
    opacity: 0.7;
  }
}



/*------------------------------------------
c-slider-nav 
------------------------------------------*/
@media (min-width: 769px) {

  .c-slider-nav__prev,
  .c-slider-nav__next {
    --swiper-navigation-size: 26px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
  }

  .c-slider-nav__prev:after,
  .c-slider-nav__next:after {
    font-size: 16px;
    color: #393C41;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .c-slider-nav__prev.swiper-button-prev {
    left: -50px;
    transform: translateY(-50%);
  }

  .c-slider-nav__next.swiper-button-next {
    right: -50px;
    transform: translateY(-50%);
  }
}

@media (max-width: 768px) {

  .c-slider-nav__prev,
  .c-slider-nav__next {
    display: none;
  }
}


/*------------------------------------------
c-title
------------------------------------------*/
@media (max-width: 768px) {
    .c-title01__en {
        font-weight: 600;
        letter-spacing: 0.15em;
    }
    .c-title01__ja {
        font-size: 12px;
        letter-spacing: 0.1em;
    }
}
@media (min-width: 769px) {
    .c-title01__en {
        font-weight: 600;
        letter-spacing: 0.10em;
    }
}

/*------------------------------------------
c-button01
------------------------------------------*/
.c-button01 {
    width: 200px;
}
.c-button01 a{
    border-radius: 0;
    padding: 16px 0;
    color: #000030;
    font-size: 1.2rem;
}
.c-button01 a::before{
  display: none;
}


