/******************************/
/* SLIDER */
/******************************/
@media screen and (max-width: 1030px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}
#slider div {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#slider > div {
  display: none;
}
.bx-viewport #slider > div {
  display: block;
}
.bx-wrapper {
  z-index: 0;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
.bx-wrapper .bx-pager {
  bottom: -27px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 15px;
  width: 25px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 1px solid #000000;
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;
  }
}
.p-line-informaiton ul {
  flex: 1;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 12px;
  }
}
.p-line-informaiton li {
  margin-bottom: 15px;
}
.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl {
    margin: 0;
  }
}
.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}
/***** お知らせ *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}
.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}
.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}
/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container {
  padding-bottom: 0;
}
/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item.u-container {
  padding-bottom: 0;
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255,255,255,0.4);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: 110px;
    width: 45px;
    height: 45px;
  }
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    top: 15px;
  }
}
.p-ranking-list .slick-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: 0px;
  }
}
.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}
.p-ranking-list .slick-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: 0px;
  }
}
.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.p-ranking-list__img {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
.p-ranking-list__num {
  position: absolute;
  top: 0;
  left: 1px;
  width: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  color: #909090;
  margin-top: 20px;
}
.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ranking-list__btn.is-added {
  color: #000000;
}
.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}
@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
}
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}
@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}



/******************************/
/* 追加 */
/******************************/

/* 共通 */
h2{
  margin-top: 0;
  letter-spacing: 0.1em;
  @media (max-width: 768px){
    font-size: 18px;
  }
}

.content-size{
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 5%;
}

.btn_typeA{
  text-align: center;
  letter-spacing: 0.1em;
  a{
    color: #FFF;
    text-align: center;
    background-color: #323237;
    padding: 4px 32px 6px 32px;
    font-weight: 100;
    transition: 0.3s;
    &:hover{
      color: #646469;
      text-decoration: none;
    }
  }
}

.btn_typeB{
  text-align: center;
  letter-spacing: 0.1em;
  a{
    color: #FFF;
    text-align: center;
    background-color: #646469;
    padding: 4px 32px 6px 32px;
    font-weight: 100;
    transition: 0.3s;
    &:hover{
      color: #323237;
      text-decoration: none;
    }
  }
}

.flex{
  display: flex;
  gap: 60px;
  @media (max-width: 768px){
   flex-direction: column;
   gap: 16px;
  }
}

.flex-contetnts{
  &.col-1{
    width: 10%;
  }
  &.col-2{
    width: 20%;
  }
  &.col-3{
    width: 30%;
  }
  &.col-4{
    width: 40%;
  }
  &.col-5{
    width: 50%;
  }
  &.col-6{
    width: 60%;
  }
  &.col-7{
    width: 70%;
  }
  &.col-8{
    width: 80%;
  }
  &.col-9{
    width: 90%;
  }
  &.col-10{
    width: 100%;
  }
}
@media (max-width: 768px){
  .flex-contetnts{
    &.col-1,
    &.col-2,
    &.col-3,
    &.col-4,
    &.col-5,
    &.col-6,
    &.col-7,
    &.col-8,
    &.col-9,
    &.col-10{
    width: 100%;
    }
  }
}

.row_reverse{
  flex-direction: row-reverse;
}

.mb_l{
  margin-bottom: 100px;
  @media screen and (max-width: 768px){
    margin-bottom: 60px;
  }
}

.mb_m{
  margin-bottom: 80px;
  @media screen and (max-width: 768px){
    margin-bottom: 40px;
  }
}

.ggl_map{
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  iframe{
    width: 100%;
    height: 100%;
    filter: grayscale(1);
  }
}


/* 非表示設定（HTML消すと表示がおかしくなるため） */
.p-recommend,
.p-new-item,
.p-checked{
  display: none;
}


/* キービジュアル */
.kv {
  position: relative;
  .kv_bg{
    width: 100%;
    height: 84vh;
    object-fit: cover;
    margin-top: 60px;
    @media screen and (max-width: 580px){
      object-position: -460px;
    }
    @media screen and (max-width: 430px){
      object-position: -490px;
    }
  }
  .kv_logo {
    position: absolute;
    top: 55%;
    left: 9vw;
    transform: translateY(-50%);
    width: clamp(280px, 60vw, 400px)
  }
}

/* イントロ */
.intro{
  text-align: center;
  h2{
    letter-spacing: 0.1em;
  }
}

/* NEWS */
#news{
  .news_inner{
    background-color: #646469;
    padding: 24px 5% 40px;
  }
  .title_typeA{
    margin-bottom: 20px;
  }
  ul{
    max-width: 800px;
    margin: 0 auto;
    li{
      margin-bottom: 20px;
      letter-spacing: 0.1em;
      .news-message{
        font-weight: 300;
      }
      a{
        transition: 0.3s ease;
        color: #fff;
        &:hover{
          text-decoration: none;
          color: #323237;
        }
      }
      span{
        font-family: "Noto Sans", sans-serif;
        font-weight: 200;
        margin-right: 20px;
        @media screen and (max-width: 768px){
          display: block;
        }
      }
      &:last-of-type{
        margin-bottom: 30px;
      }
    }
  }
}


/* メッセージ */
.message{
  padding: 100px 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 15%, rgba(0, 0, 0, 0) 70%), url(https://img21.shop-pro.jp/PA01515/246/etc_base64/bWVzc2FnZV9iZ18wMg.png?cmsp_timestamp=20250114194622) no-repeat bottom / cover;
  .content-size{
    max-width: 900px;
  }
  @media screen and (max-width: 768px){
    padding: 60px 0;
    .flex{
      display: flex;
      flex-direction: row;
      gap: 30px;
      &.row_reverse {
        flex-direction: row-reverse;
      }
    }
  }
  @media screen and (max-width: 580px){
    padding: 60px 0;
    .flex,
    .flex.row_reverse {
      flex-direction: column;
      gap: 16px;
    }
  }
}

/* LIST */
.top-item-list-ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  @media screen and (max-width: 768px){
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .top-item-list-li {
    overflow: hidden;
    .top-item-image {
      width: 100%;
      padding-top: 100%;
      position: relative;
      overflow: hidden;
      img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.5s ease;
        &:hover{
          transform: scale(1.1);
        }
      }
    }
    .top-item-category{
      color: #fff;
      background-color: #323237;
      padding: 5px 12px;
      display: inline-block;
      margin-top: 10px;
      font-size: 12px;
    }
    .top-item-detail {
      font-size: 14px;
      color: #fff;
    }
    .top-item_name{
      transition: 0.3s ease;
      display: table;
      &:hover{
        text-decoration: none;
        p{
          transition: 0.3s ease;
          color: #646469;
        }
      }
    }
  }
}
.cate_banner{
  a{
    transition: 0.3s ease;
    &:hover{
      opacity: 0.8;
    }
  }
}


/* RESERVE */
#reserve{
  position: relative;
  background: url(https://img21.shop-pro.jp/PA01515/246/etc_base64/b3JkZXJfYmc.jpg?cmsp_timestamp=20250114194622) no-repeat center / cover;
  text-align: center;
  padding: 40px 0 70px 0;
  @media screen and (max-width: 768px){
    padding: 30px 0 60px 0;
  }
  &::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    mix-blend-mode: lighten;
    z-index: -1;
  }
  h2,h3,p{
    color: #000;
  }
  h3{
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    @media (max-width: 768px){
      font-size: 18px;
    }
  }
  p{
    font-weight: 400;
    max-width: 640px;
    display: table;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .btn_typeA{
    a{
      padding: 10px 32px 12px 32px;
    }
  }
  
}

/* SHOP */
#shop{
  padding: 60px 0 80px 0;
  background-color: #323237;
  .title_typeA{
    text-align: left;
    margin-bottom: 10px;
  }
  p{
    a{
      transition: 0.3s ease;
      color: #fff;
      &:hover{
        text-decoration: none;
        color: #646469;
      }
    }
  }
  .flex-contetnts{
    h2{
      margin-bottom: 10px;
    }
    p{
      &:last-of-type{
        margin-bottom: 30px;
      }
    }
  }
  .shop_info{
    p{
      span{
        margin-left: 16px;
      }
    }
  }
  @media screen and (max-width: 768px){
    padding: 40px 0 60px 0;
    .flex{
      &.row_reverse{
        flex-direction: column !important;   
      }
    }
  }
}


/* COLUMN */
/* ─── ウィジェット全体 ─── */
.rss-widget {
  background: #000;
  color: #fff;
  padding: 1rem;
  max-width: 1080px;
  margin-inline: auto;
}
.rss-widget__title {
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  font-weight: 700;
  border-left: 6px solid var(--accent);
  padding-left: .6em;
  margin-block: .5em 1rem;
}

/* ─── レイアウト ─── */
.rss-widget__list {
  display: grid;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.rss-widget__list a:hover{
  text-decoration: none;
}
@media (min-width: 640px) {
  .rss-widget__list { grid-template-columns: repeat(3, 1fr); }
}

/* ─── カード ─── */
.rss-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #111;
  border: 1px solid #333;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.rss-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,.4);
}
.rss-card__thumb {
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
}
.rss-card__body {
  display: flex;
  flex-direction: column;
  gap: .5em;
  padding: .9rem 1rem 1.1rem;
  flex: 1;
}
.rss-card__title {
  font-size: .95rem;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
}
.rss-card__excerpt {
  font-size: .85rem;
  line-height: 1.5;
  color: #ddd;
  margin-block: 0 .25em;
  flex: 1;
}
.rss-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: .75rem;
  gap: 10px;
}
.rss-card__date {
  color: #aaa;
}

/* ─── タグ ─── */
.rss-card__tags {
  display: flex;
  gap: .25rem;
  flex-wrap: wrap;
}
.rss-tag {
  display: inline-block;
  padding: 4px 6px;
  border-radius: 4px;
  font-size: .7rem;
  line-height: 1;
  color: #fff;
  background-color: #323237;
}
