/******************************/
/* 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;
  background-color:#fff;
}
/******************************/
/* 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;
  }
}
.topimage,.osirase{
  width: 1030px;
  margin:0 auto;
}
.topimage{background-color:#fff;}
.osirase{background-image:url(https://file001.shop-pro.jp/PA01071/701/img/osirase_bg.png);margin-top:30px;margin-bottom:30px;background-size:101%;}/*透明にしたいときは：osirase_bgtoumei.png*/
.osirase>.title{font-weight:bold;padding-top:15px;margin-left:85px;font-size:1.5em;}
.osirase>ul{margin:0 auto;}
.osirase>ul>li{float:left;background-repeat:no-repeat;width:380px;height:auto;padding:80px 0 10px 50px;margin-left:50px;margin-bottom:20px;}
.osirase>ul>.osirase01{background-image:url(https://file001.shop-pro.jp/PA01071/701/img/osirase01.png);}
.osirase>ul>.osirase02{background-image:url(https://file001.shop-pro.jp/PA01071/701/img/osirase02.png);}
.osirase>ul>.osirase03{background-image:url(https://file001.shop-pro.jp/PA01071/701/img/osirase03.png);}

@media screen and (max-width: 767px) {
  .topimage{width:100%;}
  .osirase{width:100%;}
  .osirase>ul>li{width:280px;margin-left:30px;padding-right:15px;background-size:cover;}
}

body{background-color:#fff;}
/******************************/
/* 画面キラリ */
/******************************/
.reflection{
display:inline-block;
position:relative;
overflow:hidden;
}
 
.reflection:after {
content:"";
height:100%;
width:30px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 2s ease-in-out infinite;
}
 
@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
/******************************/
/* 画面サイド季節画像 */
/******************************/
/*真っ白背景:start
body{background-color:#fff;}
/*真っ白背景:fin*/

/*sakura:start
body{
background-image:url(https://file001.shop-pro.jp/PA01071/701/img/spring_left.png),url(https://file001.shop-pro.jp/PA01071/701/img/spring_right.png);background-position:left bottom,right bottom;background-repeat:no-repeat,no-repeat;background-attachment: fixed;
}
body{background-color:#a0d8ef;}
sakura:fin*/

/*SummerSky:start
body{
	background-image:url(https://file001.shop-pro.jp/PA01071/701/img/season_summersky_right.png),url(https://file001.shop-pro.jp/PA01071/701/img/season_summersky_left.png),url(https://file001.shop-pro.jp/PA01071/701/img/season_summersky_top.png);
  
   background-position:right bottom,left bottom,top center;
  background-repeat:no-repeat;
  background-attachment: fixed;
}
SummerSky:fin*/

/*hello september:start*/
body{
  background-color:#150c51;
	background-image:url(https://file001.shop-pro.jp/PA01071/701/img/202309L.png),url(https://file001.shop-pro.jp/PA01071/701/img/202309R.png),url(https://file001.shop-pro.jp/PA01071/701/img/202309RT.png);
   background-position:left bottom,right bottom,right top;
  background-repeat:no-repeat;
  background-attachment: fixed;
}
/*hello september:fin*/

/****************btn format（始）****************/
        .btn--format {
        position: relative;
        width: 100%;
        max-width: 50%; /* ボタンの幅 */
        color: #ffffff; /* 文字色 */
        font-weight: 600;
        background:#4273bd; /* 背景色 */
        transition: all 0.5s;
        text-decoration: none;
        text-align: center;
        display: inline-block;
        padding: 1em 2em;
        border-radius: 50px; /* ボタンの角丸 */
        }
        .btn--format:after {  /* マウスオーバーした際のデザイン */
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all 0.4s;
        border: 2px solid #4273bd; /* 枠の色 */
        transform: scale(1.5,1.5);
        opacity: 0;
        z-index: 1;
        border-radius: 50px; /* ボタンの角丸 */
        }
        .btn--format:hover {
        background: #fff; /* 背景色 */
        color: #4273bd; /* 文字色 */
        }
        .btn--format:hover::after {
        opacity: 1;
        transform: scale(1,1);
        }
/****************btn format（終）****************/ 
/***********インフォメーション（シンプル）：始***********/ 
.news-section {
  max-width: 1200px;
  margin: 3rem auto;
  padding: 0 1rem;
}

.news-section h2 {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  border-left: 5px solid #0072ce;
  padding-left: 0.5rem;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  align-items: stretch; /* 高さ揃え */
}

.news-card {
  text-decoration: none;
  color: inherit;
  display: block;
}

.news-card article {
  display: flex;
  flex-direction: column;
  height: 100%; /* グリッドの高さに合わせる */
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.news-card article:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.img-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.news-card article:hover .img-wrapper img {
  transform: scale(1.05);
}

/* 画像なし用のアイコン表示 */
.img-wrapper.placeholder .icon {
  font-size: 2rem;
  color: #888;
}

.news-content {
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.news-content time {
  font-size: 0.85rem;
  color: #777;
  margin-bottom: 0.4rem;
}

.news-content h3 {
  font-size: 1.2rem;
  margin: 0 0 0.6rem;
  line-height: 1.3;
}

.news-content p {
  font-size: 0.95rem;
  color: #555;
  flex: 1;
  margin: 0 0 1rem;
}


.news-more {
  text-align: right;
  margin-top: 1.5rem;
}

.news-more a {
  font-size: 0.95rem;
  color: #0072ce;
  text-decoration: none;
}

.news-more a:hover {
  text-decoration: underline;
}

/* スマホ最適版 */
@media (max-width: 600px) {

  .news-section {
    padding: 0 1rem; /* セクション左右余白 */
  }

  .news-list {
    grid-template-columns: 1fr; /* 1列表示 */
    gap: 1rem; /* グリッド間隔を少し小さく */
  }

  .news-card article {
    box-shadow: 0 4px 10px rgba(0,0,0,0.08); /* 少し軽めの影 */
  }

  .img-wrapper {
    height: 140px; /* 高さを少し小さめに */
  }

  .news-content {
    padding: 1rem;
  }

  .news-content h3 {
    font-size: 1.1rem;
  }

  .news-content p {
    font-size: 0.9rem;
  }

  .news-more {
    margin-top: 1rem;
  }

  .news-card article:hover {
    transform: none; /* モバイルではホバー効果なし */
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  }

  .news-card article:hover .img-wrapper img {
    transform: none;
  }
}
/***********インフォメーション（シンプル）：終***********/ 