/******************************/
/* SLIDER */
/******************************/
@media screen and (max-width: 1030px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}
#slider div {
  width: 100%!important;
  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;*/
    width: auto!important;
    position: absolute;
    right: 245px;
    top: calc(50% + 150px);
    padding-top: 0!important;
  bottom:unset!important;
  
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 5px !important;
  /* padding-top: 15px;
  width: 25px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 !important;  */
    width: 10px !important;
  height: 10px !important;
  background: #cccccc !important;
  border-radius: 50% !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; */
   background: #000000 !important;
}
 @media screen and (max-width: 1000px) {
.bx-wrapper .bx-pager {
 top: calc(50% + 110px);
  right: 194px;
}
} 
 @media screen and (max-width: 768px) {
.bx-wrapper .bx-pager {
    bottom: 60px!important;
  right: 190px;
  top: unset;
}
} 
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  /* width: 760px; */
  width: 485px;
}
@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; */
  height: 100%;
  /* background: #d2d2d2; */
  background: #315391;
}
@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;
  }
}

/******************************/
/* 追加CSS */
/******************************/
/******************************/
/* 共通 */
/******************************/
.col-bl{
  color: #315391;
}
.c-title-wrap{
  margin-bottom: 30px;
}
.c-title{
  font-size:28px;
  margin-bottom: 16px;
}
.c-title-en{
 font-weight: bold;
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
.u-pc{
 display:none;
}
}
@media screen and (min-width: 768px) {
.u-sp{
 display:none;
}
}
/******************************/
/* slider */
/******************************/
#slider div{
 width: 100%;
}
.bx-wrapper .bx-caption{
  width: 300px!important;
  top: 50%;
  transform: translateY(-50%);
  left: unset!important;
  right:0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.8)!important;
}
@media screen and (max-width: 767px) {
  .bx-wrapper .bx-caption{
  top: 65%;
  }
}
#slider div.bx-caption{
  width: 300px!important;
  height: 286px;
}
@media screen and (max-width: 1000px) {
  #slider div.bx-caption{
  width: 250px!important;
  height: 200px;
}
}
@media screen and (max-width: 767px) {
  #slider div.bx-caption{
  width: 250px!important;
  height: 240px;
}
}
.bx-wrapper .bx-caption span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  line-height: 2;
}
.bx-wrapper .bx-caption span::after{
  content:"詳細を見る";
  display: flex;
  width: 124px;
  height: 46px;
  border-radius: 27px;
  background: #315391;
  color: #fff;
  margin: 26px auto 0;
  align-items: center;
  /* justify-content: center; */
  font-weight: bold;
      padding-left: 40px;
}
@media screen and (max-width: 1000px) {
.bx-wrapper .bx-caption span::after{
     margin: 12px auto 0;
}
}
@media screen and (max-width: 767px) {
.bx-wrapper .bx-caption span::after{
     margin: 26px auto 0;
}
}
.bx-wrapper .bx-caption span::before{
    content:"";
  display: inline-block;
   background-image:url(https://img21.shop-pro.jp/PA01521/738/etc_base64/cmlnaHQtYXJyb3c.png?cmsp_timestamp=20260425141743);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
    position: absolute;
    bottom: 28px;
    right: 79px;
}


@media screen and (max-width: 767px) {
.bx-wrapper .bx-caption span::before{
      right: 65px;
}
}
.bx-controls.bx-has-pager{
  
}
@media screen and (min-width: 768px) {
  .bx-viewport{
    height: 40vw;
  }
.bx-viewport #slider > div{
     height: 40vw;
}
  .bx-wrapper img {
    height: 40vw;
    object-fit: cover;
}
}
@media screen and (max-width: 767px) {
  .bx-wrapper .bx-viewport{
    height: 560px;
  }
  .bx-wrapper .bx-viewport #slider{
    height: 560px;
  }
  .bx-viewport #slider > div{    
    height: 560px;
  }
  .bx-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
}

/******************************/
/* information */
/******************************/
.p-line-informaiton{
  background-color: #fff;
  border-radius: 36px;
  padding:13px 25px;
  margin-top: 0px;
  position: relative;
  top: -65px;
  margin-bottom: 0px;
  align-items: center;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton{
   display: flex;
   width: auto;
   margin: 0 10px;
  }
}
.p-line-informaiton .p-line-informaiton__link::after{
   content:"";
  display: inline-block;
  background-image: url(https://img21.shop-pro.jp/PA01521/738/etc_base64/aW5mb3JtYXRpb24tYXJyb3c.png?cmsp_timestamp=20260307175958);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 36px;
  height: 36px;
}
.p-line-informaiton .p-line-informaiton__link{
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.p-line-informaiton__date{
  display:block;
}
.p-line-informaiton__ttl::after{
  content:"";
  display: block;
  background-image: url(https://img21.shop-pro.jp/PA01521/738/etc_base64/aW5mb3JtYXRpb24tcG9pbnQ.png?cmsp_timestamp=20260305173204);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
/******************************/
/* menu */
/******************************/
.p-menu-container{
  display:flex;
  justify-content: space-between;
}
.banner-label{
  font-family: "Figtree", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-menu-container{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
  }
}
.p-menu-banner-img{
  width: 235px;
}
@media screen and (max-width: 1030px) {
  .p-menu-banner-img{
  width: 22vw;
}
}@media screen and (max-width: 767px) {
  .p-menu-banner-img{
  width: 100%;
}
}

.banner-item {
      position: relative;
      width: 235px;
      border-radius: 14px;
      overflow: hidden;
      border: 1px solid #fff;
      box-shadow: 5px 5px 0 rgba(49, 83, 145, 0.2);
      cursor: pointer;
      text-decoration: none;
      display: block;
    }

    .banner-item .bg-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s ease;
    }

    .banner-item:hover .bg-img {
      transform: scale(1.08);
    }

    .banner-overlay {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: rgba(255, 255, 255, 0.88);
      padding: 10px 18px;
      text-align: center;
      white-space: nowrap;
      min-width: 130px;
    }

    .banner-title {
      font-size: 18px;
      font-weight: 400;
      color: #315391;
      letter-spacing: 0.03em;
    }

    .banner-label {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
      font-size: 11px;
      font-weight: 600;
      color: #315391;
      letter-spacing: 0.08em;
    }

    .banner-label img {
      width: 15px;
      height: 15px;
    }
@media screen and (max-width: 1030px) {
    .banner-item {
      width: 22vw;
    }
    .banner-overlay {
      padding: 7px 20px;
      min-width: 14vw;
    }
    .banner-title {
      font-size: 13px;
    }
    .banner-label {
      font-size: 9px;
      gap: 3px;
    }
    .banner-label img {
      width: 11px;
      height: 11px;
    }
  }
  @media screen and (max-width: 767px) {
    .banner-item {
      width: 100%;
    }
    .banner-overlay {
      padding: 6px 18px;
      min-width: 21vw;
    }
    .banner-title {
      font-size: 14px;
    }
    .banner-label {
      font-size: 8px;
      gap: 5px;
    }
    .banner-label img {
      width: 15px;
      height: 15px;
    }
  }

/******************************/
/* about */
/******************************/
.p-about{
  margin-top: 75px;
  overflow: hidden;
}
.p-about-container{
  display:flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
.p-about-container{
  flex-direction: column;
  gap: 40px;
}
}
.p-about-text-wrap{
  width: 420px;
  flex-shrink: 0;
  margin-right: 70px;
}
@media screen and (max-width: 1030px) {
  .p-about-text-wrap{
  width: 40vw;
 }
}
@media screen and (max-width: 767px) {
    .p-about-text-wrap{
  width: auto;
  margin-right: 0px;
 }
}
.p-about-img{
 width: 100vw;
 margin-right: calc(50% - 50vw); 
 height: 44.656vw;
 object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-about-img{
 width: 100vw;
 margin-right: calc(50% - 50vw); 
 height: 328px;
 object-fit: cover;
  }
}
.p-about-title{
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-about-title{
   font-size: 26px;
    writing-mode: initial;
    text-align: center;
  }
}
.p-about-title-en{
  text-align: center;
  margin:16px 0 30px
}
@media screen and (max-width: 767px) {
  .p-about-title-en{
  margin:9px 0 24px
}
}
/******************************/
/* category */
/******************************/
.p-category{
  margin-top: 200px;
}

.p-category-banner-wrap{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .p-category{
  margin-top: 120px;
}
  .p-category-banner-wrap{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
}
.category-item {
      position: relative;
      width: 100%;
      height: 160px;
      border-radius: 14px;
      overflow: hidden;
      border: 1px solid #fff;
      box-shadow: 5px 5px 0 rgba(49, 83, 145, 0.2);
      cursor: pointer;
      text-decoration: none;
      display: block;
    }

    .category-item .bg-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s ease;
    }

    .category-item:hover .bg-img {
      transform: scale(1.08);
    }

    .category-overlay {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: rgba(255, 255, 255, 0.88);
      padding: 10px 18px;
      text-align: center;
      white-space: nowrap;
      width: 250px;
      height: 80px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .category-title {
      font-size: 19px;
      font-weight: 700;
      color: #1a2d4e;
      letter-spacing: 0.03em;
      margin-bottom: 6px;
    }

    .category-label {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
      font-size: 14px;
      font-weight: 700;
      color: #1a2d4e;
      letter-spacing: 0.08em;
      font-family: "Figtree", sans-serif;
    }

    @media screen and (max-width: 1030px) {
      .category-overlay {
        padding: 0;
        min-width: auto;
      }
    }

    @media screen and (max-width: 767px) {
      .category-container {
        grid-template-columns: 1fr;
      }
      .category-item {
        height: 130px;
      }
      .category-overlay {
        padding: 0;
        min-width: 130px;
        width: 210px;
      }
      .category-title {
        font-size: 17px;
        margin-bottom: 6px;
      }
      .category-label {
        font-size: 11px;
        gap: 5px;
      }
    }
/******************************/
/* scene */
/******************************/
.p-scene{
  margin-top: 200px;
}
.p-scene-items{
  display:flex;
  /* align-items: flex-end; */
  justify-content: space-between;
  margin-bottom: 120px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-scene{
  margin-top: 100px;
  overflow: hidden;
}
  .p-scene-items{
	flex-direction: column;
    margin-bottom: 80px;
  }
  .p-scene-items--even{
    flex-direction: column-reverse;
  }
}
.p-scene-img-wrap{
  width: 380px;
  /* height: 100%; */
  flex-shrink: 0;
}
@media screen and (max-width: 1030px) {
  .p-scene-img-wrap{
    width: 36vw;
  }
}
@media screen and (max-width: 767px) {
  .p-scene-img-wrap{
    width: 100vw;
    margin-left: calc(50% - 55vw);
    height: 200px;
  }
  .p-scene-items--even .p-scene-img-wrap{
    margin-right: calc(50% - 50vw);
    margin-left: unset;
  }
}
.p-scene-img{
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.p-scene-items .c-item-list{
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-scene-items .c-item-list__item{
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  /* width: 31%; */
   width: 30%;
}
.p-scene-items .c-item-list--right{
  /* justify-content: flex-end; */
}
.p-scene-item-desc-title-wrap{
 display:flex;
 align-items: center;
}
.p-scene-desc-img{
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
.p-scene-item-desc-frame-wrap{
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.p-scene-desc-frame{
   width: 100%;
  object-fit: contain;
  position: relative;
}
.p-scene-item-desc-title{
  position: absolute; 
  left:30px;
  margin: 0;
  font-size: 18px;
  color: #315391;
}
@media screen and (max-width: 767px) {
  .p-scene-item-desc-title{
  /* font-size: 15px; */
    font-size: 4vw;
    left:8vw;
 }
}
.p-scene-item-desc-title-wrap{

}
.p-scene-item-desc-text{
  margin:20px 0;
}
.p-scene-item-desc-wrap .c-item-list__img img{
 object-fit: cover;
 height: 100%;
}
.p-scene .c-item-list__price{
 margin-top: 0px;
}
/******************************/
/* カード */
/******************************/
.c-item-list__img{
  margin-bottom: 12px;
}
.c-item-list__price{
  margin-bottom: 6px;
}

.about_btn{
    margin: 0 auto;
    background-color: #315391;
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px 70px;
    width: fit-content;
    border-radius: 5px;
    margin-top: 40px;
}
.about_btn.u-sp{
  display:none;
}
@media screen and (max-width: 767px) {
  .about_btn.u-sp{
  display:block;
    margin-top: 20px;
}
  .about_btn.u-pc{
  display:none;
}
}
.about_btn:hover{
  color:#fff;
  opacity:0.7;
  text-decoration: none;
    
}
/* キャンペーンバナー */
.p-coupon-banner {
  text-align: center;
  margin: 40px auto 50px;
  padding: 0 16px;
}

.p-coupon-banner__link {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  transition: opacity 0.3s ease;
}

.p-coupon-banner__link:hover {
  opacity: 0.85;
}

.p-coupon-banner__img {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

/* スマホ調整 */
@media screen and (max-width: 768px) {
  .p-coupon-banner {
    margin: 28px auto 36px;
    padding: 0 14px;
  }

  .p-coupon-banner__img {
    border-radius: 6px;
  }
}