@charset "UTF-8";
.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .sp.inline {
    display: inline-block;
  }
  .pc {
    display: none;
  }
}
* {
  box-sizing: border-box;
}

/*/////////////////////////////////////////
//  メインビジュアル
/////////////////////////////////////////*/
@keyframes slider-spinner {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media screen and (max-width: 767px) {
  .main-slider {
    padding: 0;
  }
}

.slider {
  position: relative;
  min-height: 380px;
  width: 100%;
  padding: 0 45px;
  /* bxSliderの矢印非表示 */
}
@media screen and (max-width: 767px) {
  .slider {
    padding: 0;
    margin: 0;
    min-height: initial;
  }
}
.slider #slider {
  transition: opacity 0.3s ease;
}
.slider #slider > div {
  width: 100% !important;
}
.slider #slider img {
  width: 100%;
  height: auto;
  display: block;
}
.slider.is-loading #slider {
  opacity: 0;
}
.slider.is-loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  border: 3px solid rgba(0, 0, 0, 0.15);
  border-top-color: #0070c9;
  border-radius: 50%;
  animation: slider-spinner 0.8s linear infinite;
}
@media screen and (max-width: 767px) {
  .slider {
    min-height: 220px;
  }
  .slider .bx-wrapper {
    margin-bottom: 14px;
  }
}
.slider .thumb-slider {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .slider .thumb-slider {
    margin-top: 0;
  }
}
.slider .thumb-slider img {
  width: 160px;
  height: auto;
  cursor: pointer;
  opacity: 0.6;
  border: 2px solid transparent;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .slider .thumb-slider img {
    width: 82px;
  }
}
.slider .thumb-slider img.active {
  opacity: 1;
}
.slider .bx-controls-direction {
  display: none !important;
}
.slider .bx-pager.bx-default-pager {
  display: none;
}

/*/////////////////////////////////////////
//  おすすめセクション
/////////////////////////////////////////*/
.p-recommend {
  position: relative;
  background: #f2f2f2;
  margin-top: 64px;
  padding-top: 52px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-recommend {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 32px;
  }
  .p-recommend .u-container {
    padding-right: 0;
  }
}
.p-recommend .c-item-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .p-recommend .c-item-list {
    width: 948px;
  }
}
.p-recommend .c-item-list__item {
  width: calc((100% - 84px) / 4);
  padding: 0;
  margin-bottom: 0;
}
.p-recommend .c-item-list__img {
  margin-bottom: 20px;
}
.p-recommend .c-item-list__ttl {
  font-size: 16px;
  line-height: 1.625;
  color: #000000;
}
.p-recommend .c-item-list__price {
  font-size: 14px;
  color: #000000;
  text-align: right;
}
.p-recommend .c-scroll-area {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recommend .c-scroll-area {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 0;
    padding: 0 0;
  }
}

/*/////////////////////////////////////////
//  シリーズ
/////////////////////////////////////////*/
.p-series {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-series {
    padding-top: 15px;
  }
  .p-series.u-container {
    padding: 0 20px;
  }
}
.p-series .series-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-series .series-list {
    flex-direction: column;
  }
}
.p-series .series-list > li {
  width: calc((100% - 40px) / 2);
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .p-series .series-list > li {
    width: 100%;
  }
}
.p-series .series-list > li a {
  display: flex;
  align-items: center;
  gap: 25px;
}
.p-series .series-list > li a:hover {
  text-decoration:none !important;
}
@media screen and (max-width: 767px) {
  .p-series .series-list > li a {
    gap: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.p-series .series-list > li a img {
  width: 120px;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-series .series-list > li a img {
    width: 90px;
  }
}
.p-series .series-list > li a .txt-area {
  width: calc(100% - 120px - 25px);
}
@media screen and (max-width: 767px) {
  .p-series .series-list > li a .txt-area {
    width: calc(100% - 90px - 15px);
  }
}
.p-series .series-list > li a .txt-area .series-list__ttl {
  font-size: 24px;
  line-height: 2;
  color: #000000;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-series .series-list > li a .txt-area .series-list__ttl {
    font-size: 20px;
  }
}
.p-series .series-list > li a .txt-area p {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-series .series-list > li a .txt-area p {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}

/*/////////////////////////////////////////
//  ジャンル
/////////////////////////////////////////*/
.p-genre {
  padding-top: 130px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-genre {
    padding-top: 60px;
  }
}
.p-genre:after {
  content: "";
  display: inline-block;
  width: 266px;
  height: 77.93px;
  position: absolute;
  top: 65px;
  right: 0;
  z-index: -1;
  background-image: url("../images/top/obj-genre-right.svg");
  background-size: cover;
  background-position: 100% center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-genre:after {
    top: 20px;
  }
}
.p-genre .inner {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-genre .inner {
    flex-direction: column;
    gap: 27px;
  }
}
.p-genre .inner:before {
  content: "";
  display: inline-block;
  width: 376px;
  height: 103px;
  position: absolute;
  bottom: -20px;
  left: -90px;
  z-index: -1;
  background-image: url("../images/top/obj-genre-left.svg");
  background-size: cover;
  background-position: 100% center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-genre .inner:before {
    width: 241px;
    height: 83px;
    left: 0;
    bottom: -70px;
  }
}
.p-genre .inner .c-ttl-main {
  line-height: 1;
  margin-bottom: 0;
}
.p-genre .inner .genre-list {
  display: flex;
  flex-wrap: wrap;
  width: 717px;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .p-genre .inner .genre-list {
    width: 100%;
  }
}
.p-genre .inner .genre-list li {
  width: calc((100% - 45px) / 4);
}
@media screen and (max-width: 767px) {
  .p-genre .inner .genre-list li {
    width: calc((100% - 15px) / 2);
  }
}
.p-genre .inner .genre-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  height: 54px;
  color: #2e6e8b;
  background: #fff;
  border: 1px solid #2e6e8b;
  border-radius: 10px;
}
.p-genre .inner .genre-list li a:hover {
  text-decoration: none;
}

/*/////////////////////////////////////////
//  ランキング
/////////////////////////////////////////*/
.p-ranking {
  position: relative;
  margin-top: 64px;
  padding-top: 52px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-ranking {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.p-ranking .c-item-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  width: 980px;
}
@media screen and (max-width: 767px) {
  .p-ranking .c-item-list {
    width: 100%;
    gap: 32px 16px;
    flex-wrap: wrap;
  }
}
.p-ranking .ranking-list .c-item-list__img {
  position: relative;
}
.p-ranking .ranking-list .c-item-list__item:nth-of-type(1)::before {
  content: "1";
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  z-index: 1;
}
.p-ranking .ranking-list .c-item-list__item:nth-of-type(2)::before {
  content: "2";
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  z-index: 1;
}
.p-ranking .ranking-list .c-item-list__item:nth-of-type(3)::before {
  content: "3";
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  z-index: 1;
}
.p-ranking .ranking-list .c-item-list__item:nth-of-type(4)::before {
  content: "4";
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  z-index: 1;
}
.p-ranking .ranking-list .c-item-list__item:nth-of-type(5)::before {
  content: "5";
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  z-index: 1;
}
.p-ranking .ranking-list .c-item-list__item:nth-of-type(1)::before {
  background: #cb9a00;
}
.p-ranking .ranking-list .c-item-list__item:nth-of-type(2)::before {
  background: #868686;
}
.p-ranking .ranking-list .c-item-list__item:nth-of-type(3)::before {
  background: #71643c;
}
.p-ranking .ranking-list .c-item-list__item:nth-of-type(4)::before {
  background: #2e4955;
}
.p-ranking .ranking-list .c-item-list__item:nth-of-type(5)::before {
  background: #217163;
}
.p-ranking .ranking-list .c-item-list__item:before {
  opacity: 1;
  transition: linear all 0.2s;
}
.p-ranking .ranking-list .c-item-list__item:hover:before {
  opacity: 0;
}
.p-ranking .c-item-list__item {
  width: calc((100% - 80px) / 5);
  padding: 0;
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-ranking .c-item-list__item {
    width: calc((100% - 16px) / 2);
  }
}
.p-ranking .c-item-list__img {
  margin-bottom: 20px;
}
.p-ranking .c-item-list__ttl {
  font-size: 16px;
  line-height: 1.625;
  color: #000000;
}
.p-ranking .c-item-list__price {
  font-size: 14px;
  color: #000000;
  text-align: right;
}
.p-ranking .c-scroll-area {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-ranking .c-scroll-area {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -16px;
    padding: 0 16px 12px;
  }
}

/*/////////////////////////////////////////
//  新商品
/////////////////////////////////////////*/
.p-new-item {
  position: relative;
  background: #f2f2f2;
  margin-top: 64px;
  padding-top: 52px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-new-item {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.p-new-item .c-item-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 28px;
  width: 948px;
}
@media screen and (max-width: 767px) {
  .p-new-item .c-item-list {
    width: 100%;
    gap: 32px 16px;
    flex-wrap: wrap;
  }
}
.p-new-item .c-item-list__item {
  width: calc((100% - 84px) / 4);
  padding: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-new-item .c-item-list__item {
    width: calc((100% - 16px) / 2);
  }
}
.p-new-item .c-item-list__img {
  margin-bottom: 20px;
}
.p-new-item .c-item-list__ttl,
.p-new-item .p-ranking-list__ttl {
  font-size: 16px;
  line-height: 1.625;
  color: #000000;
}
.p-new-item .c-item-list__price {
  font-size: 14px;
  color: #000000;
  text-align: right;
}

/*/////////////////////////////////////////
//  間宮商店について
/////////////////////////////////////////*/
@media screen and (max-width: 767px) {
  .p-about {
    padding-top: 40px;
  }
}
.p-about .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-about .inner {
    flex-direction: column;
    gap: 20px;
  }
}
.p-about .inner .img-area {
  width: 460px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-about .inner .img-area {
    width: 100%;
    gap: 7px;
  }
}
.p-about .inner .img-area .img-about1 {
  width: 100%;
}
.p-about .inner .img-area .img-about2,
.p-about .inner .img-area .img-about3 {
  width: 225px;
}
@media screen and (max-width: 767px) {
  .p-about .inner .img-area .img-about2,
  .p-about .inner .img-area .img-about3 {
    width: calc((100% - 7px) / 2);
  }
}
.p-about .inner .txt-area {
  width: calc(100% - 460px - 50px);
}
@media screen and (max-width: 767px) {
  .p-about .inner .txt-area {
    width: 100%;
  }
}
.p-about .inner .txt-area p {
  margin-top: 32px;
  font-size: 15px;
  line-height: 1.8666666667;
}
@media screen and (max-width: 767px) {
  .p-about .inner .txt-area p {
    font-size: 14px;
    line-height: 2;
    margin-top: 22px;
  }
}
.p-about .inner .txt-area .c-btn-more {
  margin-top: 30px;
}

/*/////////////////////////////////////////
//  お知らせ
/////////////////////////////////////////*/
.p-information {
  background: #133e62;
  padding-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .p-information {
    padding-top: 30px;
    padding-bottom: 35px;
  }
}
.p-information .c-ttl-main {
  color: #fff;
}
.p-information .information-list div {
  display: flex;
  align-items: center;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-information .information-list div {
    flex-direction: column;
    padding: 14px 0;
    gap: 14px;
    position: relative;
  }
  .p-information .information-list div:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto 0;
    transition: linear all 0.2s;
  }
  .p-information .information-list div:hover:after {
    right: 15px;
  }
}
.p-information .information-list div:nth-last-child(1) {
  border-bottom: 1px solid #fff;
}
.p-information .information-list div dt {
  color: #fff;
  font-size: 15px;
  padding: 20px 20px 20px 32px;
  width: 150px;
}
@media screen and (max-width: 767px) {
  .p-information .information-list div dt {
    width: 100%;
    padding: 0;
    padding-left: 15px;
    font-size: 13px;
  }
}
.p-information .information-list div dd {
  padding: 20px 0 20px 32px;
  position: relative;
  margin-left: 0;
  width: calc(100% - 150px);
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .p-information .information-list div dd {
    width: 100%;
    padding: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.p-information .information-list div dd a {
  font-size: 17px;
  color: #fff;
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-information .information-list div dd a {
    font-size: 15px;
  }
}
.p-information .information-list div dd a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  transition: linear all 0.2s;
}
@media screen and (max-width: 767px) {
  .p-information .information-list div dd a:after {
    display: none;
  }
}
.p-information .information-list div dd a:hover:after {
  right: 15px;
}