/* spナビ */
.p-nav-bottom {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  margin-top: 40px;
  background: #274765;
  z-index: 6;
}
.p-nav-bottom__cate {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 40px;
  padding: 10px;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  position: relative;
}
.p-nav-bottom__taste {
  display: block;
  color: #fff;
  margin: 0 auto;
  text-decoration: none;
}
.p-nav-bottom__taste:hover {
  opacity: .66;
}
.p-nav-bottom__inner {
  position: absolute;
  display: none;
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
  z-index: 6;
}
.p-nav-bottom__title {
  display: flex;
  font-size: 20px;
  color: #274765;
  margin: 50px 30px 10px;
}
.p-nav-bottom__title svg {
  width: 24px;
  height: 24px;
  margin-right: 7px;
}
.p-nav-bottom__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.p-nav-bottom__list li {
  border-top: none;
  padding: 0 30px;
}
.p-nav-bottom__list li a {
  color: #6E6A65;
  padding: 15px 0;
  border-bottom: 1px solid #F4F3EE;
}
.p-nav-bottom__list .c-sp-list__value {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
}
.p-nav-bottom__list .c-angle-right {
  margin-right: 7px;
  margin-left: 7px;
  padding: 0;
}
.p-nav-bottom__list .c-angle-right::before {
  width: 9px;
  height: 9px;
  border-top: solid 2px #274765;
  border-right: solid 2px #274765;
}
.p-nav-bottom__close {
  margin: 30px 0;
}
.p-nav-bottom__close-button {
  font-size: 16px;
  color: #fff;
  line-height: 1.3;
  width: calc(50% + 30px);
  margin: 0 auto;
  padding: 10px 10px 11px;
  box-sizing: border-box;
  text-align: center;
  background: #333F6C;
  cursor: pointer;
}
.top {
  color: #6E6A65;
}
.c-product-wrap a {
  color: #fff;
  text-decoration: none;
  transition: opacity .2s;
}
.c-product-wrap a:hover {
  opacity: .66;
}
.c-title-main {
  color: #fff;
  font-family: 'Shippori Mincho', serif;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  .c-title-main {
    font-size: 35px;
    line-height: 1.5;
  }
  .c-product-wrap {
    background: #1A283B;
  }
}
.c-title-sub {
  font-family: 'Ovo', serif;
  font-size: 16px;
  color: #d8ccb8;
  line-height: 1.35;
  margin-top: 7px;
}
@media screen and (min-width: 600px) {
  .c-title-sub {
    font-size: 20px;
    margin-top: 6px;
  }
}
/* メインヴィジュアル */
.p-mainvisual {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .p-mainvisual {
    position: relative;
    display: flex;
    flex-direction: row;
  }
}
/* mv-video */
#mv-video {
  width: 100%;
  height: 90vh;
  position: relative;
  overflow: hidden;
}
#mv-video video {
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  #mv-video {
    height: 100vh;
  }
  #mv-video video {
    height: auto;
    width: 170%;
  }
}

/* slider */
#slider {
  width: 100%;
  height: 90vh;
  position: relative;
}
#slider:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 600px) {
  #slider, #slider2 {
    width: 100%;
    height: 100vh; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    position: relative;
  }
}
.p-mainvisual__img {
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% + 6px);
  width: 150px;
  z-index: 5;
}
@media screen and (min-width: 600px) {
  .p-mainvisual__img {
    top: calc(50% - 58px);
    left: calc(50% + 156px);
    width: 245px;
  }
}
.p-mainvisual__badge {
  position: absolute;
  bottom: 128px;
  left: 55px;
  z-index: 5;
}
.p-mainvisual__eyecatch {
  display: none;
}
@media screen and (min-width: 600px) {
  .p-mainvisual__eyecatch {
    display: block;
    position: absolute;
    bottom: 134px;
    left: 415px;
    z-index: 5;
    width: 360px;
  }
}
.p-mainvisual__lead-sub {
  position: absolute;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  z-index: 5;
  top: 71%;
  left: 50%;
}
@media screen and (max-width: 599px) {
  .p-mainvisual__lead-sub {
    transform: translate(-50%, 0%);
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 600px) {
  .p-mainvisual__lead-sub {
    font-size: 20px;
    top: calc(50% - 102px);
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-mainvisual__lead {
  position: absolute;
  color: #fff;
  font-family: 'Shippori Mincho', serif;
  font-size: 28px;
  font-weight: 500;
  z-index: 5;
  top: calc(50% - 50px);
  left: calc(50% - 144px);
  text-align: center;
}
.p-mainvisual .p-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
}
.p-mainvisual .p-info .p-info-coupon {
  background-color: transparent;
}
@media screen and (max-width: 599px) {
  .p-mainvisual .p-info {
    display: none;
  }
  .p-mainvisual__lead {
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
  }
  .p-mainvisual__img {
    top: calc(50% - 20px);
    left: calc(50% - 160px);
  }
}
@media screen and (min-width: 600px) {
  .p-mainvisual__lead {
    font-size: 45px;
    top: calc(50% - 50px);
    left: calc(50% - 340px);
  }
}
.p-mainvisual__box {
  position: absolute;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  z-index: 5;
  top: calc(50% + 50px);
  left: calc(50% - 350px + 205px);
  border: 1px solid #fff;
  padding: 20px 0 19px 37px;
  width: 280px;
  box-sizing: border-box;
  transition: .2s;
}
@media screen and (max-width: 599px) {
  .p-mainvisual__box {
    font-size: 14px;
    top: 79%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    text-align: center;
  }
}
.p-mainvisual__box:hover {
  opacity: .66;
}
.p-mainvisual-item {
  position: absolute;
  z-index: 5;
  top: 35px;
  right: calc((100% - 295px) / 2);
  border-radius: 10px;
  width: 295px;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (min-width: 600px) {
  .p-mainvisual-item {
    top: auto;
    bottom: 30px;
    right: 30px;
    border-radius: 10px;
    width: 290px;
  }
}
.p-mainvisual-item__inner {
  position: relative;
  padding: 30px 25px;
}
.p-mainvisual-item__button {
  position: absolute;
  top: -20px;
  right: -20px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #274765;
  height: 39px;
  width: 39px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.p-mainvisual-item__close-wrap {
  position: absolute;
  top: -1px;
  right: -9px;
}
.p-mainvisual-item__close {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 16px;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
}
.p-mainvisual-item__close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.p-mainvisual-slide {
  opacity: 0;
  transition: opacity 1s linear;
  margin: 0 auto;
}
.p-mainvisual-slide a {
  color: #6E6A65;
  text-decoration: none;
  transition: opacity .2s;
}
.p-mainvisual-slide a:hover {
  opacity: .66;
}
.p-mainvisual-card {
  font-weight: 500;
}
.p-mainvisual-card__img {
  position: relative;
}
.p-mainvisual-card__img::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2), inset 0 0 20px rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
.p-mainvisual-card__name {
  line-height: 1.3;
  margin: 12px 0 11px;
}
.p-mainvisual-card__name a {
  color: #274765;
}
.p-mainvisual-card__name a:hover {
  color: .66;
}
.p-mainvisual-card__price {
  line-height: 1.5;
  margin: 21px 0 15px;
}
.p-mainvisual .vegas-timer {
  display: none !important;
}
/* p-selection-slide */
.slick-arrow {
  display: block;
  position: absolute;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto;
  padding: 0;
  width: 25px;
  height: 55px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  z-index: 1;
}
.slick-arrow:hover {
  opacity: 0.7;
}
.slick-next::before, .slick-next::after, .slick-prev::before, .slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.slick-next::after, .slick-prev::after {
  width: 38px;
  height: 38px;
  border-top: 1px solid #274765;
  border-right: 1px solid #274765;
}
.slick-next, .slick-prev {
  width: 25px !important;
  height: 55px !important;
}
.slick-next::after {
  right: 4px;
  transform: rotate(45deg);
}
.slick-prev::after {
  left: 4px;
  transform: rotate(-135deg);
}
.p-selection-pc .slick-next::after, .p-selection-pc .slick-prev::after {
  width: 71px;
  height: 71px;
}
.p-selection-pc .slick-prev {
  left: -60px;
}
.p-selection-pc .slick-next {
  right: -60px;
}
/* slickスライダー */
.p-mainvisual-slide img {
  transition: opacity 1s linear;
  opacity: 0;
}
.p-mainvisual-slide.slick-initialized img {
  opacity: 1;
}
.p-mainvisual-slide.slick-initialized {
  opacity: 1;
}
.p-mainvisual-slide .slick-dots li, .p-selection-slide .slick-dots li, .p-voice-slide .slick-dots li {
  margin: 0 3px;
}
.p-mainvisual-slide .slick-dots li button::before, .p-selection-slide .slick-dots li button::before, .p-voice-slide .slick-dots li button::before {
  font-size: 16px;
  content: '●';
}
@media screen and (min-width: 600px) {
  .p-mainvisual-slide .slick-dots li button::before, .p-selection-slide .slick-dots li button::before, .p-voice-slide .slick-dots li button::before {
    font-size: 16px;
  }
}
.p-mainvisual-slide .slick-dots li.slick-active button::before, .p-selection-slide .slick-dots li.slick-active button::before, .p-voice-slide .slick-dots li.slick-active button::before {
  font-size: 16px;
  color: #274765 !important;
}
@media screen and (min-width: 600px) {
  .p-mainvisual-slide .slick-dots li.slick-active button::before, .p-selection-slide .slick-dots li.slick-active button::before, .p-voice-slide .slick-dots li.slick-active button::before {
    font-size: 16px;
  }
}
.p-pointup {
  padding: 20px 30px;
}
@media screen and (min-width: 600px) {
  .p-pointup {
    display: none;
  }
}
.p-info-coupon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  padding: 0 15px 50px 15px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-info-coupon {
    font-size: 20px;
  }
}
.p-info-coupon a {
  display: block;
  margin: 10px 0;
  color: #274765;
  transition: opacity .2s;
}
@media screen and (min-width: 600px) {
  .p-info-coupon a {
    color: #fff;
    display: inline;
    margin: 20px 0;
  }
  .p-info-coupon a:first-of-type {
    border-right: 1px solid #fff;
    padding-right: 20px;
  }
  .p-info-coupon a:last-of-type {
    padding-left: 20px;
  }
}
.p-info-coupon a:hover {
  opacity: .66;
}
.p-info-lists {
  border-top: 1px solid #ddd;
  background: #F4F3EE;
  padding: 20px 0 40px;
}
.p-info-inner {
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}
@media screen and (min-width: 600px) {
  .p-info-lists {
    border-top: none;
    padding: 40px 0;
  }
  .p-info-inner {
    width: 50%;
    min-width: 650px;
  }
}
.p-info-list {
  display: block;
  line-height: 1.3;
  margin: 10px 0 20px 0;
}
@media screen and (min-width: 600px) {
  .p-info-list {
    display: flex;
    align-items: center;
    margin: 20px 0;
  }
}
.p-info-list__date {
  font-family: Ovo;
  font-size: 16px;
  color: #6e6a65;
  margin-bottom: 5px;
  opacity: 0.5;
}
@media screen and (min-width: 600px) {
  .p-info-list__date {
    font-size: 20px;
    margin-bottom: 0;
    margin-right: 65px;
  }
}
.p-info-list__text {
  display: inline-block;
  font-size: 16px;
  color: #6e6a65;
}
@media screen and (min-width: 600px) {
  .p-info-list__text {
    font-size: 20px;
  }
}
.p-info-list__text:hover {
  opacity: .66;
}
.p-detail_link__wrap {
  display: flex;
  justify-content: center;
}
.p-detail_link__wrap .p-about-detail__link {
  margin-top: 20px;
}
.p-taste {
  background-color: #131009;
  background-image: url(https://img07.shop-pro.jp/PA01417/532/etc/taste_heading.jpg?cmsp_timestamp=20230316133448);
  padding-top: 42px;
  overflow-x: hidden;
  position: relative;
}
.p-taste .c-title-main {
  color: #fff;
}
@media screen and (min-width: 600px) {
  .p-taste {
    padding-top: 150px;
    background-position-x: center;
    background-repeat: no-repeat;
  }
}
.p-taste .c-title-main, .p-taste .c-title-sub {
  text-align: center;
}
.p-taste .c-title-wrap .c-arrow-button {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 40px auto;
}
@media screen and (min-width: 600px) {
  .p-taste .c-title-wrap .c-arrow-button {
    margin: 0 auto 60px auto;
  }
}
@media screen and (min-width: 1200px) {
  .p-taste .c-title-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1160px;
    margin: 0 auto;
  }
  .p-taste .c-title-main, .p-taste .c-title-sub {
    text-align: left;
  }
  .p-taste .c-title-wrap .c-arrow-button {
    margin: 0;
  }
}
.p-taste .c-title-sub {
  margin-bottom: 40px;
  color: #d8ccb8;
}
@media screen and (min-width: 600px) {
  .p-taste .c-title-sub {
    margin-bottom: 40px;
  }
}
.p-taste a {
  text-decoration: none;
  transition: .2s;
}
.p-taste a:hover {
  opacity: .66;
}
.p-taste .c-sp-list {
  border: 1px solid #D8CCB8;
  margin-top: 20px;
}
.p-taste .c-sp-list:hover {
  cursor: pointer;
}
.p-taste .c-sp-list__value {
  font-size: 20px;
  font-weight: normal;
  color: #274765;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 600px) {
  .p-taste .c-sp-list__value {
    font-size: 25px;
  }
}
.p-taste .c-sp-list__nav-icon::after, .p-taste .c-sp-list__nav-icon::before {
  background-color: #274765;
}
.p-taste .c-taste-circle {
  background: #fff;
}
#htab {
  width: 100%;
  margin: 0 auto;
}
.p-selection-pc {
  display: none;
  background: #fff;
  padding-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .p-selection-pc {
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
    padding-bottom: 0;
    background: transparent;
  }
}
.p-selection-pic {
  background-image: url(https://img07.shop-pro.jp/PA01417/532/etc/meister_selection.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 50%;
}
.p-selection-item {
  width: 50%;
  padding: 96px 0 94px;
}
.p-selection-item__title {
  font-family: 'Shippori Mincho', serif;
  font-size: 20px;
  color: #274765;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-selection-item__title {
    font-size: 35px;
    line-height: 42px;
  }
}
.p-selection-item__sub {
  font-weight: 500;
  text-align: center;
  color: #6e6a65;
  margin: 9px 0 0;
}
.p-selection-slide {
  margin: 0 auto;
  padding: 37px 0 40px;
  width: 275px;
}
@media screen and (min-width: 600px) {
  .p-selection-slide {
    margin: 0 auto;
    padding: 21px 0 0;
    width: 50%;
  }
}
.p-selection-slide a {
  color: #6E6A65;
  text-decoration: none;
  transition: opacity .2s;
}
.p-selection-slide a:hover {
  opacity: .66;
}
.p-selection-card {
  margin: 0;
  width: 275px;
}
@media screen and (min-width: 600px) {
  .p-selection-card {
    margin: 21px 0 62px;
    width: 400px;
  }
}
.p-selection-card__img {
  position: relative;
}
@media screen and (min-width: 600px) {
  .p-selection-card__img::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2), inset 0 0 20px rgba(0, 0, 0, 0.4);
    pointer-events: none;
  }
}
.p-selection-card__name {
  line-height: 1.3;
  margin-top: 20px;
}
.p-selection-card__price {
  margin: 21px 0 0;
}
.p-selection-sp {
  background: #fff;
  padding: 60px 0;
}
@media screen and (min-width: 600px) {
  .p-selection-sp {
    display: none;
  }
}
.p-subscription {
  display: flex;
  background: #F4F3EE;
  padding: 40px 0;
}
.p-subscription figure {
    margin: 0;
}
@media screen and (min-width: 600px) {
  .p-subscription {
    padding: 0 0 100px 0;
  }
}
.p-subscription__inner a {
  display: block;
  text-decoration: none;
  transition: opacity .2s;
}
.p-subscription__inner a:hover {
  opacity: .66;
}
@media screen and (min-width: 600px) {
  .p-subscription__inner {
    display: flex;
    position: relative;
  }
}
.p-subscription-text {
  color: #fff;
  background: #274765;
  background-image: url(https://img07.shop-pro.jp/PA01417/532/etc_base64/c3Vic2NyaXB0aW9u.png?cmsp_timestamp=20230615185816);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 38px 33px 32px;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .p-subscription-text {
    order: 1;
    width: 50%;
    padding: 102px 2% 102px 8.3%;
  }
}
.p-subscription-text a {
  color: #fff;
  text-decoration: none;
  transition: opacity .2s;
}
.p-subscription-text a:hover {
  opacity: .66;
  text-decoration: none;
}
.p-subscription-text__title {
  font-family: 'Shippori Mincho', serif;
  font-size: 38px;
}
@media screen and (min-width: 600px) {
  .p-subscription-text__title {
    font-size: 78px;
    line-height: 1.5;
  }
}
.p-subscription-text__sub {
  font-family: 'Ovo', serif;
  font-size: 10px;
}
@media screen and (min-width: 600px) {
  .p-subscription-text__sub {
    font-size: 20px;
  }
}
.p-subscription-text__desc {
  font-size: 9px;
  margin-top: 15px;
}
@media screen and (min-width: 600px) {
  .p-subscription-text__desc {
    position: relative;
    display: inline-block;
    font-size: 18px;
    margin-top: 42px;
  }
}
@media screen and (min-width: 980px) {
  .p-subscription-text__desc:before {
    position: absolute;
    content: "";
    border-bottom: 1px solid #fff;
    height: 0;
    display: inline-block;
    top: 10px;
    right: -99px;
    width: 40px;
  }
}
.p-subscription-banner {
  display: none;
}
@media screen and (min-width: 600px) {
  .p-subscription-banner {
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 21px);
  }
}
.p-subscription-pic {
  width: 100%;
  height: 160px;
  background-image: url(https://img07.shop-pro.jp/PA01417/532/etc/subscription_img.jpg?cmsp_timestamp=20230319155554);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 600px) {
  .p-subscription-pic {
    order: 2;
    width: 50%;
    height: auto;
  }
}
.p-recommend {
  background-color: #1A283B;
}
.p-info .c-title-main, .p-info .c-title-sub {
  color: #274765;
}
@media screen and (min-width: 600px) {
  .p-recommend .c-product-slide__wrap {
    margin: 0;
  }
  .p-recommend .c-product-slide .c-product-card {
    margin-right: 33px;
  }
  .p-recommend .c-product-slide .c-product-card__name ,
  .p-recommend .c-product-slide .c-product-card__price {
    font-size: 16px;
    color: #fff;
  }
}
@media screen and (max-width: 599px) {
  .p-layout-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
.p-navy-block {
  background-color: #1A283B;
}
.p-baige-block {
  background-color: #F4F3EE;
}
.p-baige-block .c-product-wrap {
  background-color: #F4F3EE;
}
.p-navy-block .p-recommend {
  padding: 0;
  padding-top: 30px;
}
@media screen and (min-width: 600px) {
  .p-navy-block .p-recommend {
    padding: 60px 0 0 0;
  }
}
.c-product-wrap .p-recommend {
  padding-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .p-navy-block .p-recommend .p-layout-container {
    max-width: 1160px;
  }
}
.c-product-wrap .p-about {
  flex-direction: row-reverse;
}
.c-product-wrap .p-about .p-about-detail {
  padding: 40px;
}
.c-product-wrap .p-about .p-about-detail__title {


  font-family: 'Shippori Mincho', serif;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .c-product-wrap .p-about .p-about-detail__title {
    font-size: 20px;
  }
  .c-product-wrap .p-about .c-product-card {
    width: 80%;
  }
}
@media screen and (min-width: 600px) {
  .c-product-wrap .p-about .p-about-detail {
    padding: 121px 0 161px 0;
  }
}
.c-product-wrap .p-about .c-product-card {
  margin: 0 auto;
}
.c-product-wrap .p-about a {
  color: #333;
}
.c-product-wrap .p-about .c-product-card__name {
  font-size: 14px;
}
.c-product-wrap .p-about-01 .p-about-pic { /*マイスター用1*/ 
  background-image: url(https://img07.shop-pro.jp/PA01417/532/etc_base64/a2lyaW1hbi0xNjA2WDEzNjBweA.jpg?cmsp_timestamp=20250418113353);
}
.c-product-wrap .p-about-02 .p-about-pic { /*マイスター用2*/ 
  background-image: url(https://img07.shop-pro.jp/PA01417/532/etc_base64/Y29zLTE2MDZweA.jpg?cmsp_timestamp=20250624105009);
}
@media screen and (min-width: 600px) {
  .c-product-wrap .p-about .c-product-card__name {
    font-size: 20px;
    line-height: 1.6;
  }
  .p-recommend {
    padding: 155px 0 0;
    max-width: 1600px;
    margin: 0 auto;
  }
  .c-product-wrap .p-recommend {
    padding-bottom: 100px;
  }
}
.p-ranking, .p-push, .p-new {
  background: #1A283B;
  padding: 40px 0;
}
.p-push {
  padding-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .p-ranking, .p-push, .p-new {
    padding: 75px 0 0;
    max-width: 1600px;
    margin: 0 auto;
  }
  .p-push {
    padding-bottom: 120px;
  }
  .p-ranking {
    padding-bottom: 0;
  }
  .p-new {
    padding: 130px 0 100px;
  }
}
.c-product-slide {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
}
@media screen and (min-width: 600px) {
  .c-product-slide {
    margin: 40px 0 0 0;
  }
}
@media screen and (min-width: 600px) {
  .c-product-slide__wrap {
    margin: 0 0 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .c-product-slide__wrap {
    margin: 0 0 0 calc(50% - 590px);
  }
}
/* simplebar スクロールバー */
.simplebar-content-wrapper {
  overflow: visible !important;
}
.simplebar-track.simplebar-vertical {
  width: auto !important;
}
.simplebar-track.simplebar-horizontal {
  height: 5px !important;
  background: #EAEAEA;
  /*max-width: 345px;*/
}
@media screen and (min-width: 600px) {
  .simplebar-track.simplebar-horizontal {
    max-width: 1160px;
  }
}
.simplebar-scrollbar {
  height: 5px !important;
  background-color: #274765;
  top: 0 !important;
}
.simplebar-scrollbar::before {
  background-color: #274765 !important;
}
.c-product-card {
  margin: 0 2% 0 0;
  width: 49%;
  font-size: 14px;
}
.c-product-card:nth-child(2n) {
  margin-right: 0;
}
.c-product-card:nth-child(n+3) {
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .c-product-card {
    flex-shrink: 0;
    margin: 0 40px 0 0;
    width: 260px;
    font-size: 16px;
  }
  .c-product-card:nth-child(2n) {
    margin-right: 40px;
  }
  .c-product-card:nth-child(n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .p-ranking .c-product-card:nth-child(n+5) {
    display: none;
  }
}
.c-product-slide .c-product-card:nth-child(4n) {
  margin-right: 0;
}
.p-ranking .c-product-card:nth-child(n+5) {
  margin-top: 40px;
}
.p-ranking .c-product-card__img {
  display: block;
  position: relative;
}
.c-product-card__num {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  padding: 8px 12px;
  line-height: 1;
  background-color: #322D2A;
  border-radius: 50%;
  width: 33px;

  height: 33px;
  font-size: 16px;
  box-sizing: border-box;
}
.p-ranking .c-product-card:nth-of-type(1) .c-product-card__num {
  background-color: #F1C92A;
}
.p-ranking .c-product-card:nth-of-type(2) .c-product-card__num {
  background-color: #999999;
}
.p-ranking .c-product-card:nth-of-type(3) .c-product-card__num {
  background-color: #B97344;
}
.p-ranking .c-product-card:nth-of-type(10) .c-product-card__num {
  padding: 5px 5px;
}
.c-product-card__name {
  margin-top: 10px;
}
@media screen and (min-width: 600px) {
  .c-product-card__num {
    top: 20px;
    left: 20px;
    padding: 5px 11px;
    font-size: 19px;
  }
  .c-product-card__name {
    font-size: 20px;
    margin-top: 20px;
  }
}
.c-product-card__sexpl {
  font-size: 12px;
  margin-top: 28px;
}
@media screen and (min-width: 600px) {
  .c-product-card__sexpl {
    font-size: 16px;
    margin-top: 36px;
  }
}
.c-product-card__price {
  font-weight: bold;
  margin-top: 12px;
}
@media screen and (min-width: 600px) {
  .c-product-card__price {
    font-size: 20px;
    margin-top: 10px;
  }
}
.c-product-card__price span {
  font-weight: normal;
}
.p-feature {
  background: #1A283B;
  padding: 69px 0 40px 0;
}
@media screen and (min-width: 600px) {
  .p-feature {
    padding: 122px 0 0;
  }
}
.p-feature-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-feature-title__link {
  position: relative;
  line-height: 1.3;
  padding-left: 50px;
}
.p-feature .p-specialty-about__arrow, .p-push .p-specialty-about__arrow, .p-new .p-specialty-about__arrow {
  margin-top: 20px;
  display: inline-block;
  color: #fff;
  background: #274765;
  padding: 17px 20px;
  box-sizing: border-box;
  text-decoration: none;
  width: 100%;
}
.p-feature .p-specialty-about__arrow {
  margin-top: 0;
}
.p-feature .p-specialty-about__arrow span, .p-push .p-specialty-about__arrow span, .p-new .p-specialty-about__arrow span {
  color: #fff;
}
@media screen and (min-width: 600px) {
  .p-feature .p-specialty-about__arrow, .p-push .p-specialty-about__arrow, .p-new .p-specialty-about__arrow {
    margin-top: 30px;
  }
  .p-feature .p-specialty-about__arrow {
    margin-top: 30px;
  }
  .p-feature-title__link {
    padding-left: 0;
  }
}
.p-feature-title__link:before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #fff;
  height: 0;
  display: inline-block;
  top: 12px;
  left: 1px;
  width: 40px;
}
@media screen and (min-width: 600px) {
  .p-feature-title__link:before {
    left: -50px;
  }
}
.p-feature-title__link a {
  color: #fff;
  transition: opacity .2s;
}
.p-feature-title__link a:hover {
  opacity: .66;
}
.p-feature-list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0;
  padding-left: 0;
  list-style: none;
  justify-content: space-between;
}
@media screen and (min-width: 600px) {
  .p-feature-list {
    max-width: 1170px;
    justify-content: flex-start;
  }
}
.p-feature-item {
  /*
  width: 46%;/*翌月分のバナーをビュータイマーで設置した際余白が無くなるので改善。元の数値→49%
  margin: 0 2% 2% 2% 元の数値→0 2% 2% 0*/
  
  /* 4/25 change */
  width: 49%;
  margin: 0 2% 2% 0;
}
.p-feature-item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 600px) {
  .p-feature-item {
    margin: 0 40px 20px 0px;
    width: 260px;
  }
.p-feature-item:nth-child(2n) {
  margin-right: 40px;
}
  .p-feature-item:last-child {
    margin-right: 0 !important;
  }
}
.p-feature-item a {
  color: #fff;
  text-decoration: none;
  transition: opacity .2s;
}
.p-feature-item a:hover {
  opacity: .66;
}
.p-feature-item__title {
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  .p-feature-item__title {
    font-size: 20px;
  }
}
.p-feature-error {
  margin: 100px 0;
}
.p-feature-error__desc {
  text-align: center;
}
.p-price {
  background: #274765;
  padding: 59px 30px 65px;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .p-price {
    padding: 58px 0 130px;
  }
}

.p-price-button {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
@media screen and (min-width: 600px) {
  .p-price-button {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 40px;
  }
}
.p-price__unit {
  position: relative;
  background: #fff;
  margin-top: 8px;
  width: 100%;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .p-price__unit {
    display: flex;
    align-items: center;
    width: calc(20% - 20px);
  }
}
.p-price__unit:hover {
  opacity: .66;
}
.p-price__unit::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 26px;
  margin: auto;
  box-sizing: border-box;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
  z-index: 2;
}
.p-price__unit::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #274765;
  z-index: 1;
}
.p-price__unit a {
  display: inline-block;
  color: #6E6A65;
  line-height: 1.3;
  padding: 15px 20px;
  box-sizing: border-box;
  text-decoration: none;
  transition: opacity .2s;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 600px) {
  .p-price__unit a {
    padding: 25px 56px 30px 20px;
  }
}
.p-price__unit a:hover {
  opacity: .66;
}
.p-about {
  display: block;
}
@media screen and (min-width: 600px) {
  .p-about {
    display: flex;
    min-height: 581px;
    max-width: 1600px;
    margin: 0 auto;
  }
}
.p-about-detail {
  background: #fff;
  width: 100%;
  padding: 58px 30px 68px;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .p-about-detail {
    width: 50%;
    padding: 121px 86px 161px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .p-about-detail {
    padding: 121px 86px 161px calc(50% - 580px);
  }
}
.p-about-detail__title {
  font-family: Barlow;
  font-size: 20px;
  color: #274765;
}
.p-about-detail__text {
  font-size: 14px;
  margin-top: 20px;
  color: #6e6a65;
}
@media screen and (min-width: 600px) {
  .p-about-detail__title {
    font-size: 37px;
  }
  .p-about-detail__text {
    font-size: 16px;
    line-height: 40px;
    margin-top: 32px;
  }
}
.p-about-detail__link {
  position: relative;
  line-height: 1.3;
  margin-top: 25px;
  margin-left: 50px;
}
@media screen and (min-width: 600px) {
  .p-about-detail__link {
    margin-top: 42px;
    margin-left: 50px;
  }
}
.p-about-detail__link:before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #274765;
  height: 0;
  display: inline-block;
  top: 12px;
  left: -50px;
  width: 40px;
}
.p-about-detail__link a {
  color: #6E6A65;
  transition: opacity .2s;
}
.p-about-detail__link a:hover {
  opacity: .66;
}
.p-about-pic {
  width: 100%;
  height: 270px;
  background-image: url(https://img07.shop-pro.jp/PA01417/532/etc/about_hiro_coffee.jpg?cmsp_timestamp=20230327083018);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 600px) {
  .p-about-pic {
    width: 50%;
    height: auto;
  }
}
.p-shipping {
  background: #F4F3EE;
  padding: 50px 0;
}
@media screen and (min-width: 600px) {
  .p-shipping-wrap {
    display: flex;
  }
  .p-shipping {
    padding: 137px 0 144px;
  }
}
.top .c-shipping-free, .top .c-add-points {
  background: #1A283B;
  padding: 40px 30px;
  display: flex;
  align-items: center;
}
.top .c-shipping-free__circle, .top .c-add-points__circle {
  background: #fff;
}
.top .c-shipping-free__label, .top .c-add-points__label {
  color: #1A283B;
}
.top .c-shipping-free__text, .top .c-add-points__text {
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
  padding: 0 0 0 20px;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .top .c-shipping-free__text br, .top .c-add-points__text br {
    display: none;
  }
}
@media screen and (min-width: 600px) {

  .top .c-shipping-free, .top .c-add-points {
    padding: 40px 0 65px;
    display: inline-block;
  }
  .top .c-shipping-free__text, .top .c-add-points__text {
    font-size: 24px;
    padding: 0 5px;
    text-align: center;
  }
}
.p-magazine {
  position: relative;
  background: #F4F3EE;
  padding: 120px 0 160px;
}
.p-magazine-ttl {
  color: #274765;
  margin-left: 30px;
}
@media screen and (min-width: 600px) {
  .p-magazine-ttl {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .p-magazine-ttl {
    color: #274765;
    margin-left: calc(50% - 580px);
  }
}
.p-magazine-ttl__large {
  font-family: 'Ovo', serif;
  font-size: 38px;
}
@media screen and (min-width: 600px) {
  .p-magazine-ttl__large {
    font-size: 100px;
  }
}
.p-magazine-ttl__small {
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  .p-magazine-ttl__small {
    font-size: 18px;
  }
}
.p-magazine-ttl__icon {
  display: none;
}
@media screen and (min-width: 600px) {
  .p-magazine-ttl__icon {
    display: inline;
    width: 22.84px;
    height: 32px;
    margin: 0 10px;
  }
  .p-magazine-ttl__icon:nth-child(1) {
    fill: #B89C6D;
  }
  .p-magazine-ttl__icon:nth-child(2) {
    fill: #274765;
  }
  .p-magazine-ttl__icon:nth-child(3) {
    fill: #7C3925;
  }
}
.p-magazine-ttl__text {
  position: relative;
  line-height: 1.3;
  vertical-align: super;
}
@media screen and (min-width: 600px) {
  .p-magazine-ttl__text {
    display: inline-block;
    margin-left: 30px;
  }
}
@media screen and (min-width: 600px) {
  .p-magazine-ttl__text::before {
    position: absolute;
    content: "";
    border-bottom: 1px solid #274765;
    height: 0;
    display: inline-block;
    top: 12px;
    right: -120px;
    width: 60px;
  }
}
.p-top-logo {
  font-size: 20px;
  line-height: 1.4;
  max-width: 90%;
  margin: 30px auto;
  text-align: center;
}
.p-top-logo a {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}
.p-top-logo a:hover {
  opacity: .66;
}
.p-top-logo a:active {
  opacity: 1;
}
#p-slider .bx-controls-direction a {
  z-index: 100;
}
#p-slider .bx-viewport {
  top: 0;
  left: 0;
  border: 0;
  background: #f8f8f8;
  box-shadow: none;
}
#p-slider .bx-wrapper img {
  margin: 0 auto;
}
#p-slider .bx-caption {
  top: 0;
  bottom: auto;
  background: rgba(0, 0, 0, .3);
}
#p-slider .bx-caption span {
  padding: 1.5em;
}
#p-slider .bx-pager {
  bottom: 10px;
  padding-top: 0;
}
#p-slider .bx-pager a {
  background: #fff;
}
#p-slider .bx-pager a:hover, #p-slider .bx-pager a.active {
  background: < {
    $setting-slide-currentColor
  }
  > ;
}
.p-news {
  line-height: 1.5;
  margin: 0;
}
.p-news::after {
  display: block;
  clear: both;
  content: '';
}
.p-news__label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  width: 180px;
  margin: 0;
  letter-spacing: 1px;
}
.p-news__content {
  line-height: 1.6;
  margin: 5px 0 20px 10px;
}
.p-news__content p:nth-child(1) {
  margin-top: 0;
}
.p-news__label {
  font-family: 'Montserrat', sans-serif;
}
.p-news__label::before {
  content: '-';
}
.p-info {
  line-height: 1.5;
}
.p-contents {
  line-height: 1.5;
  margin-bottom: 40px;
}
.p-contents__list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}
.p-contents__list::after {
  display: block;
  clear: both;
  content: '';
}
.p-contents__list li {
  position: relative;
  box-sizing: border-box;
  padding: 0 2em 0 1em;
}
.p-contents__list li::before {
  position: absolute;
  top: .5em;
  left: 0;
  content: '-';
}
.p-contents__list a {
  display: block;
  max-width: 100%;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}
.p-contents__list a:hover {
  opacity: .66;
}
.p-contents__list a:active {
  opacity: 1;
}
.p-custom-banner {
  margin-top: 50px;
  text-align: center;
}
.p-custom-banner__unit {
  background: < {
    $setting-custom-textColor
  }
  > ;
}
.p-custom-banner__unit--text {
  font-family: 'Montserrat', sans-serif;
  padding: 30px 10px;
  color: < {
    $setting-custom-textColor
  }
  > ;
  background: < {
    $setting-custom-bgColor
  }
  > ;
}
.p-custom-banner__unit--text a {
  color: < {
    $setting-custom-textColor
  }
  > ;
}
.p-custom-banner__image {
  width: 100%;
}
.p-custom-banner__heading {
  font-size: 24px;
  padding: 10px 0;

}
.p-custom-banner__body {
  line-height: 1.5;
  padding: 10px 0;
}
@media screen and (min-width: 600px) {
  .p-top-logo {
    display: none;
  }
  #p-slider .bx-pager {
    bottom: 30px;
  }
  .p-contents__list li::before {
    top: 0;
  }
  .p-contents__list li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }
  .p-contents__list li:nth-child(2n + 1) {
    clear: left;
  }
  .p-contents__list a {
    display: inline-block;
    padding: 0;
  }
  .p-custom-banner {
    display: table;
    width: 100%;
    margin-top: 100px;
    table-layout: fixed;
  }
  .p-custom-banner__unit {
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    vertical-align: middle;
    word-break: break-all;
  }
  .p-custom-banner__unit--text {
    padding: 10px 20px;
  }

}
@media screen and (min-width: 980px) {
  .p-news__label {
    float: left;
    clear: left;
    margin-right: 20px;
  }
  .p-news__content {
    overflow: hidden;
    margin: 0 0 20px;
  }
  .p-custom-banner__heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 599px) {
  .p-top-logo {
    display: none;
  }
}
.p-cat-wrap {
  margin: 10px auto 30px auto;
}
@media screen and (min-width: 600px) {
  .p-cat-wrap {
    margin: 30px auto 0 auto;
  }
}
.p-cat-wrap.p-layout-container {
  max-width: 1160px;
}
.p-cat-wrap .c-cat-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-cat-wrap .c-cat-box {
  display: flex;
}
.p-cat-wrap .c-cat-box a {
  width: 47.5%;
  margin-bottom: 18px;
  box-sizing: border-box;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .8);
}
.p-cat-wrap .c-cat-box a video {
  width: 100%;
  filter: drop-shadow(0px 0px rgba(0,0,0,0));
  border: none;
}
@media screen and (min-width: 600px) {
  .p-cat-wrap .c-cat-box a {
    max-width: 260px;
    padding: 0 !important;
    margin: 0!important;
    transition: opacity .2s;
  }
  .p-cat-wrap .c-cat-box a:hover {
    opacity: .66;
  }
  .p-cat-wrap {
    margin: 30px auto 0 auto;
  }
  .p-cat-wrap .c-cat-box:nth-child(n+2) {
    margin-top: 26px;
  }
}
/* 横向きの場合 */
@media (orientation: landscape) and (min-width: 667px) and (max-width: 959px) {
  .p-mainvisual__lead-sub {
    font-size: 16px;
    top: calc(50% - 110px);
    width: 100%;
    text-align: center;
  }
  .p-mainvisual__lead {
    font-size: 33px;
    left: calc(50% - 270px);
  }
  .p-mainvisual__img {
    width: 140px;
  }
  .p-mainvisual__box {
    top: calc(50% + 20px);
    padding: 15px 0 15px 30px;
  }
  .p-info-coupon {
    font-size: 12px;
    padding: 0 0 50px 0;
  }
  .p-info-coupon {
    font-size: 12px;
    padding: 0 0 50px 0;
  }
}
