    .p-free .img-shadow {
      padding: 0 !important;
    transition: all 0.3s ease;
    }

    .p-free .img-shadow img {
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }
/* ホバー効果を調整 */
.p-free .img-shadow:hover {
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px); /* 浮き上がる効果 */
}
/******************************/
/* 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;
  display: none;
}
.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: 30px;
  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;
  }
}


/******************************/
/* TOP GROUP BUTTONS */
/******************************/

.group-container {
  display: flex;
  flex-wrap: wrap; /* 折り返しを有効にする */
  justify-content: center; /* 中央揃え */
  gap: 10px; /* ボタン間の間隔 */
  margin: 20px auto;
  width: 1030px;
  max-width: 100%;
}

.group-button {
  display: flex; /* Flexboxを使用 */
  flex-direction: column; /* 縦方向に配置 */
  justify-content: center; /* 水平方向中央揃え */
  align-items: center; /* 垂直方向中央揃え */
  /* デスクトップ向け設定 */
  flex-basis: calc(25% - 20px); /* 4等分 - 隙間 */
  max-width: calc(25% - 20px);
  min-width: 0; /* 折りたたみ時に適切に縮むように */
  height: 80px; /* ボタンの高さ */
  padding: 10px;
  border: 1.5px solid #708090; /* 一番外側の太い金線 */
  box-sizing: border-box;
  text-decoration: none; /* リンクの下線を消す */
  line-height: 1.3;
  color: #191970;
  background-image: linear-gradient(to bottom, white, #f0f0f0); /* 白ベースのグラデーション */
  position: relative; /* 内部の金線を配置するために必要 */
  overflow: hidden; /* ホバー時のフィルターがはみ出さないように */
  transition: transform 0.2s, filter 0.2s, font-size 0.2s; /* ホバー時のアニメーションを滑らかにする */
}

.group-button::before {
  content: "";
  position: absolute;
  top: 5px; /* 内側の金線の位置調整 */
  left: 5px; /* 内側の金線の位置調整 */
  right: 5px; /* 内側の金線の位置調整 */
  bottom: 5px; /* 内側の金線の位置調整 */
  border: 1px solid #C0C0C0;
  pointer-events:none; /* ホバーイベントを通過させる */
}

.group-button:hover {
  transform: scale(1.05); /* 少し拡大 */
  filter: brightness(1.1); /* 白いフィルター */
  text-decoration: none; /* リンクの下線を消す */
  color: #191970;
}

.group-button span:first-child { /* 1段目 (強調部分) */
  font-weight: normal;
    font-size: 16px;
}

.group-button span:last-child { /* 2段目 (通常部分) */
  font-weight: bold;
    font-size: 18px;
}
/* モバイル向けのスタイル */
@media (max-width: 767px) {
  .group-container {
  gap: 10px; /* ボタン間の間隔 */
  margin: 0;
}
  .group-button {
    flex-basis: calc(50% - 20px); /* 2等分 - 隙間 */
      max-width: calc(50% - 20px);
  }
}

/******************************/
/* TOP FREE CONTENTS */
/******************************/
.p-free__body h2 {
  color: #191970;
  position: relative;
  overflow: hidden;
  padding: 1rem 0;
  border: 1px solid #191970;
  text-align: center;
  font-size: 2em;
}

.p-free__body h2:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #191970;
}

.p-free__body h2 span {
  font-size: 3rem;
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  .p-free__body h2 {
    padding: 1rem 2rem 1rem 80px;
    font-size: 1.2em;
  }
  .p-free__body h2:before {
    left: -115px;    
  }
  .p-free__body h2 span {
    font-size: 2.4rem;
  }
}

.point-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
  margin-bottom: 40px;
}

.point-box {
  flex-basis: calc(50% - 10px);
  min-height: 150px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column; /* 全体を縦並びにする */
  align-items: flex-start;
  padding: 20px;
}

.point-box-header { /* 画像とタイトルをまとめるコンテナ */
    display: flex;
    align-items: center;
    margin-bottom: 10px; /* 説明文との間隔 */
}

.point-box-image-container {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #333;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.point-box-image {
  max-width: 50%;
  max-height: 50%;
  object-fit: cover;
}

.point-box-title {
    font-weight: bold;
    font-size: 1.5em;
  color: #191970;
}

.point-box-description {
    font-size: 1em;
    text-align: left;
}

@media (max-width: 767px) {
  .point-container {
    flex-direction: column;
  }
  .point-box {
    flex-basis: 100%;
    align-items: center;
    min-height: auto;
  }
    .point-box-header {
        flex-direction: column;
        align-items: center;
        margin-bottom: 5px;
    }
    .point-box-image-container {
        margin: 0 0 5px 0;
    }
}


.delivery-container {
  margin-bottom: 40px;
  text-align: center;
}
.delivery-container ul {
  padding: 0;
}
.delivery-container li {
  list-style-type: none;
}
.delivery-container dd {
  margin-left: 0;
}

.delivery-container .flow {
  border: 1px solid #ccc;
}
.delivery-container .flow > li {
  padding: 30px 20px;
}
.delivery-container .flow > li:not(:last-child) {
  border-bottom: 1px solid #ccc;
  position: relative;
}
.delivery-container .flow > li:not(:last-child)::before,
.delivery-container .flow > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.delivery-container .flow > li:not(:last-child)::before {
  border-width: 22px;
  border-top-color: #CCC;
}
.delivery-container .flow > li:not(:last-child)::after {
  border-width: 20px;
  border-top-color: #fff;
}
.delivery-container .flow > li dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.delivery-container .flow > li dl dt {
  font-size: 1em;
  font-weight: 600;
  color: rgb(107,144,219);
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 1vw;
}
.delivery-container .flow > li dl dt .icon {
  font-size: 1.3em;
  /*
  color: #fff;
  background: rgb(107,144,219);
  background: -moz-linear-gradient(left top, #333 50%, #808080 100%);
  background: -webkit-linear-gradient(left top, #333 50%, #808080 100%);
  background: linear-gradient(to right top, #333 50%, #808080 100%);
  */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#808080',GradientType=1 );
  padding: 10px 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  width: 450px;
  max-width: 90%;
    display: inline-block;
  color: #191970;
  background: #fff;
  border: 1px solid #191970;
}





.image-container {
  position: relative; /* 親要素に相対位置を設定 */
}

.image-container img {
  width: 100%; /* 画像の幅を親要素いっぱいに */
}

.image-container a.btn--yellow {
color: #000;
  background-color: #fcc800;
}

.image-container a.btn--yellow:hover {
  color: #000;
  background: #fcc800;
}

.image-container a.btn--yellow.btn--cubic {
  border-bottom: 5px solid #f8b500;
}

.image-container a.btn--yellow.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #f8b500;
}

.image-container a.btn-c {
  font-family:'メイリオ', 'Meiryo', sans-serif;
  position: absolute !important;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
  font-size: 1.8rem;
  padding: 1rem 4rem 1rem 2rem;
  border-radius: 10px;
}

.image-container a.btn-c i.fa {
  margin-right: 1rem;
}

.image-container a.btn-c:before {
  font: var(--fa-font-solid);
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .9rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}

@media (max-width: 767px) {
  .image-container a.btn-c {
  padding: 5px 40px 5px 20px;
  font-size: 12px;
  border-radius: 5px;
}
  .image-container a.btn-c:before {
  font-size: 0.8rem;
    top: 0.5rem;
}
}

