/******************************/
/* SLIDER */
/******************************/
.p-main-slider {
  position: relative;
}
.p-main-slider .bx-wrapper .bx-viewport {
  border: 0;
  box-shadow: none;
  left: 0;
}
.p-main-slider .bx-wrapper img {
  margin: 0 auto;
  width: 100%;
  border-radius: 0;
}
.p-main-slider .bx-wrapper .bx-pager {
  padding-top: 0;
  bottom: -40px;
}
@media screen and (max-width: 880px) {
  .p-main-slider .bx-wrapper .bx-pager {
    bottom: -25px;
  }
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a {
  margin-left: 10px;
  margin-right: 10px;
  background: #dddddd;
}
.p-main-slider .l-fv-cv {
  position: absolute;
  bottom: 2.8vw;
  right: 2.8vw;
  width: 11%;
  height: auto;
  min-width: 124px;
}
.p-main-slider .l-fv-cv img {
  width: 100%;
}
.p-main-slider .l-fv-cv a {
  transition: opacity .3s;
}
.p-main-slider .l-fv-cv a:hover {
  opacity: .6;
}
/* 動画埋め込み */
.p-main-kv {
  position: relative;
  width: 100%;
}
.p-main-kv__embed {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-main-kv .c-video__frame {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
  background: #000;
}
.p-main-kv .c-video__frame.is-loaded iframe{
  opacity: 1;
  visibility: visible;
}
.p-main-kv .c-video__frame iframe{
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: calc(100% + 120px);
  transition: .3s;
  transition-property: opacity, visibility;
}
/*
.p-main-kv__copy {
  position: absolute;
  top: 45%;
  left: 2.8vw;
  width: clamp(280px, 80vw, 448px);
  height: auto;
  transform: translateY(-50%);
  color: #fff;
  font-size: 2.8em;
}
*/
.p-main-kv__copy {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
  color: #fff;
  font-size: 2.5em;
  text-align: center;
}
.p-main-kv__copy span {
	display: inline-block;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
}

.p-main-kv .l-fv-cv {
  position: absolute;
  bottom: 2.8vw;
  right: 2.8vw;
  width: 11%;
  height: auto;
  min-width: 124px;
}
.p-main-kv .l-fv-cv img {
  width: 100%;
}
.p-main-kv .l-fv-cv a {
  transition: opacity .3s;
}
.p-main-kv .l-fv-cv a:hover {
  opacity: .6;
}

.l-fv-cv {
	width: 100% !important;
}
.p-main-kv__copy .allitem {
	margin-top: 2em;
}
.p-main-kv__copy .allitem a {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border: solid 2px #fff;
	border-radius: 2em;
	margin-top: 1em;
	padding: 0.5em 1.5em 0.5em 3em;
	text-decoration: none;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
}
.p-main-kv__copy .allitem a:hover {
	color: #000;
	background: #fff;
	border: solid 2px #000;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
}
@media (max-width: 576px) {
	.p-main-kv__copy > div:nth-child(1) > span:nth-child(1) {
		margin-left: -0.5em;
	}
	.p-main-kv__copy > div:nth-child(1) > span:nth-child(2) {
		margin-left: 0.5em;
	}
}

@media screen and (max-width: 880px) {
  .p-main-kv .c-video__frame {
    padding-top: 480px;
  }
  .p-main-kv .c-video__frame iframe {
    top: -60px;
    width: 160%;
    height: calc(480px + 120px);
    left: -20%;
  }
}
@media screen and (max-width: 540px) {
  .p-main-kv .c-video__frame {
    padding-top: 480px;
  }
  .p-main-kv .c-video__frame iframe {
    top: -60px;
    width: 240%;
    height: calc(480px + 120px);
    left: -75%;
  }
}


/******************************/
/* バナーエリア */
/******************************/
.p-bnr {
  margin: 40px auto 0;
  width: clamp(calc(100% - 50px), 80%, 1200px);
}
.p-bnr-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.p-bnr-group>li {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 880px) {
  .p-bnr-group {
    flex-wrap: wrap;
  }
  .p-bnr-group>li {
    width: clamp(200px, 100%, 400px);
  }
}


/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1023px) {
  .p-line-informaiton {
    margin-top: 90px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 880px) {
  .p-line-informaiton {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}

.p-line-informaiton-list__item {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 880px) {
  .p-line-informaiton-list__item {
    display: block;
    margin-bottom: 15px;
  }
}

.p-line-informaiton-list__date {
  width: 120px;
}

.p-line-informaiton-list__ttl {
  flex: 1;
}

/******************************/
/* グループバナー */
/******************************/
.p-group-bnr {
  margin-top: 90px;
  margin-bottom: 90px;
}
.p-group-bnr .u-container {
  overflow: visible;
}
@media screen and (max-width: 1023px) {
  .p-group-bnr {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .p-group-bnr .c-slider-thema .slick-next {
    right: -10px;
  }
}
@media screen and (max-width: 880px) {
  .p-group-bnr .c-slider-thema .slick-next {
    right: -3px;
  }
}
@media screen and (max-width: 1023px) {
  .p-group-bnr .c-slider-thema .slick-prev {
    left: -10px;
  }
}
@media screen and (max-width: 880px) {
  .p-group-bnr .c-slider-thema .slick-prev {
    left: -3px;
  }
}

.p-group-bnr-list {
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 1070px) {
  .p-group-bnr-list {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.p-group-bnr-list__item {
  margin-left: 25px;
  margin-right: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .p-group-bnr-list__item {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.p-group-bnr-list__item img {
  width: 100%;
}

.p-group-bnr-list__ttl {
  margin-top: 15px;
}

/******************************/
/* INFORMATION */
/******************************/
.p-information {
  background: #F6F4F2;
  border-radius: 4px;
  padding: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 120px;
  gap: 120px;
}
@media screen and (max-width: 1023px) {
  .p-information {
    padding: 48px;
    gap: 80px;
  }
}
@media screen and (max-width: 880px) {
  .p-information {
    flex-direction: column;
    gap: 16px;
  }
}
.p-information .c-ttl-main {
  white-space: nowrap;
  align-items: flex-start;
}
.p-information .c-ttl-main::before {
  display: none;
}
.p-information .dl-horizontal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.dl-horizontal dt {
  float: initial;
  clear: initial;
  width: 100%;
  text-align: left;
  color: #98918A;
}
.dl-horizontal dd {
  margin: 8px 0 0;
  line-height: 1.6;
}
.dl-horizontal dd:not(:last-child) {
  margin-bottom: 24px;
}

/******************************/
/* CONCEPT */
/******************************/
.p-concept-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  margin-bottom: 105px;
}
@media screen and (max-width: 1023px) {
  .p-concept-box {
    margin-top: 45px;
    margin-bottom: 75px;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 880px) {
  .p-concept-box {
    display: block;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-concept-box__logo {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
  width: 330px;
  min-height: 300px;
  background: #fafafa;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-concept-box__logo {
    padding: 45px;
    width: 220px;
    min-height: 195px;
  }
}
@media screen and (max-width: 880px) {
  .p-concept-box__logo {
    padding: 30px 15px;
    width: auto;
    min-height: 80px;
  }
}
.p-concept-box__logo img {
  max-width: 210px;
}
@media screen and (max-width: 1023px) {
  .p-concept-box__logo img {
    max-width: 130px;
  }
}
@media screen and (max-width: 880px) {
  .p-concept-box__logo img {
    max-width: 120px;
  }
}

.p-concept-box__txt {
  box-sizing: border-box;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 60px 120px;
  background: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif) no-repeat center center #aaaaaa;
  background-size: cover;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .p-concept-box__txt {
    padding: 45px;
  }
}
@media screen and (max-width: 880px) {
  .p-concept-box__txt {
    padding: 20px 25px;
  }
}
.p-concept-box__txt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}

.p-concept-box__body {
  position: relative;
  z-index: 10;
}

/******************************/
/* RECOMMEND ITEMS */
/******************************/
.c-ttl-bg.is-recommend:before {
  background: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif) center center no-repeat;
  background-size: cover;
}
.p-recommend {
  overflow: hidden;
  padding-bottom: 90px;
}
@media screen and (max-width: 1023px) {
  .p-recommend {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 880px) {
  .p-recommend {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .p-recommend-list {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 880px) {
  .p-recommend-list {
    margin-left: 0;
    margin-right: 0;
  }
}

/******************************/
/* TOP PICK UP ITEMS */
/******************************/
.p-pickup {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #fafafa;
}
@media screen and (max-width: 1023px) {
  .p-pickup {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 880px) {
  .p-pickup {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}

.p-pickup-list {
  margin-top: 60px;
}
@media screen and (max-width: 880px) {
  .p-pickup-list {
    margin-top: 0;
    margin-left: -25px;
    margin-right: -25px;
  }
}

.p-pickup-list__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 75px;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .p-pickup-list__item {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 880px) {
  .p-pickup-list__item {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    max-width: 600px;
  }
}
.p-pickup-list__item:last-child {
  margin-bottom: 0;
}
.p-pickup-list__item:nth-child(even) .p-pickup-list__txt {
  order: -1;
}
@media screen and (max-width: 1023px) {
  .p-pickup-list__item:nth-child(even) .p-pickup-list__txt {
    padding-left: 25px;
    padding-right: 60px;
  }
}

.p-pickup-list__img {
  overflow: hidden;
  position: relative;
  width: 53%;
  height: 28vw;
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (min-width: 1270px) {
  .p-pickup-list__img {
    max-height: 365px;
  }
}
@media screen and (max-width: 1023px) {
  .p-pickup-list__img {
    width: 53%;
    height: 28vw;
  }
}
@media screen and (max-width: 880px) {
  .p-pickup-list__img {
    width: auto;
    height: 55vw;
  }
}
.p-pickup-list__img:before, .p-pickup-list__img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.p-pickup-list__img .p-pickup-list__img-bg {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: #161616;
}
.p-pickup-list__img:after {
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: #fff;
}
.p-pickup-list__img:before {
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: #fff;
}
.p-pickup-list__img.faded .p-pickup-list__img-bg, .p-pickup-list__img.faded:after {
  width: 0;
}
.p-pickup-list__img img {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}

.p-pickup-list__txt {
  box-sizing: border-box;
  flex: 1;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1023px) {
  .p-pickup-list__txt {
    padding-left: 60px;
    padding-right: 25px;
    width: 47%;
  }
}
@media screen and (max-width: 880px) {
  .p-pickup-list__txt {
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    width: auto;
  }
}

.p-pickup-list__ttl {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 24px;
  font-weight: normal;
}
@media screen and (max-width: 880px) {
  .p-pickup-list__ttl {
    margin-bottom: 10px;
    font-size: 17px;
  }
}
.p-pickup-list__ttl img {
  display: none !important;
}

.p-pickup-list__btn {
  margin-top: 30px;
}
@media screen and (max-width: 880px) {
  .p-pickup-list__btn {
    margin-top: 20px;
  }
}

/******************************/
/* TOP RANKING */
/******************************/
@media screen and (max-width: 1023px) {
  .c-ttl-bg.is-ranking {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 880px) {
  .c-ttl-bg.is-ranking {
    margin-bottom: 35px;
  }
}
.c-ttl-bg.is-ranking:before {
  background: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif) center center no-repeat;
  background-size: cover;
}

.p-ranking {
  padding-top: 120px;
}
.p-ranking .u-container {
  overflow: visible;
}
@media screen and (max-width: 1023px) {
  .p-ranking {
    padding-top: 90px;
  }
}
@media screen and (max-width: 880px) {
  .p-ranking {
    padding-top: 60px;
  }
}

.p-ranking-list {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1050px) {
  .p-ranking-list {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .p-ranking-list {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 880px) {
  .p-ranking-list {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media screen and (max-width: 640px) {
  .p-ranking-list {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
}
.p-ranking-list .slick-prev {
  left: -5px;
  margin-top: -43px;
}
@media screen and (max-width: 1023px) {
  .p-ranking-list .slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 880px) {
  .p-ranking-list .slick-prev {
    margin-top: -30px;
  }
}
.p-ranking-list .slick-next {
  right: -5px;
  margin-top: -43px;
}
@media screen and (max-width: 1023px) {
  .p-ranking-list .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 880px) {
  .p-ranking-list .slick-next {
    margin-top: -30px;
  }
}
.p-ranking-list .slick-dotted.slick-slider {
  margin-bottom: 60px;
}
.p-ranking-list .slick-dots {
  bottom: -45px;
}
.p-ranking-list .slick-dots li {
  margin: 0 2px;
}

.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 25px;
  word-break: break-all;
  width: 33%;
}
@media screen and (max-width: 640px) {
  .p-ranking-list__item {
    width: 100%;
  }
}
/* .p-ranking-list__item.slick-active .p-ranking-list__num {
  opacity: 1;
  animation: rankingfadein 0.2s 0s;
} */

.p-ranking-list__img {
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid #eee;
}
@media screen and (max-width: 880px) {
  .p-ranking-list__img {
    margin-bottom: 10px;
    text-align: center;
  }
}

.p-ranking-list__num {
  position: absolute;
  top: -16px;
  left: -16px;
  font-size: 24px;
  font-family: "Alice", sans-serif;
  color: #fff;
  width: 48px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* opacity: 0;
  transition: all ease 0.1s; */
}
.p-ranking-list__num span {
  transform: translateY(-2px);
  position: relative;
  z-index: 10;
}
.p-ranking-list__num::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #aaa;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  width: 48px;
  height: 42px;
  z-index: 5;
}
.p-ranking-list__num.is-1::after {
  background: #c5b597;
}
.p-ranking-list__num.is-2::after {
  background: #b1b9bb;
}
.p-ranking-list__num.is-3::after {
  background: #714d3b;
}

@keyframes rankingfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-ranking-list__ttl {
  font-size: 17px;
}
@media screen and (max-width: 880px) {
  .p-ranking-list__ttl {
    font-size: 15px;
  }
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}

.p-ranking-list__price {
  margin-top: 4px;
  font-size: 15px;
  color: #98918A;
}
@media screen and (max-width: 880px) {
  .p-ranking-list__price {
    font-size: 13px;
  }
}
.p-ranking-list__price.is-default {
  margin-top: 0;
}

.p-ranking-list__btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

/******************************/
/* category */
/******************************/
.p-category {
  background: #F6F4F2;
  padding: 88px 24px;
  margin: 64px 40px 0;
  border-radius: 4px;
}
@media screen and (max-width: 880px) {
  .p-category {
    margin: 64px 24px 0;
  }
}
.p-category-txt {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.8;
}
.p-category-list {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 26px;
}
@media screen and (max-width: 1080px) {
  .p-category-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 880px) {
  .p-category-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 680px) {
  .p-category-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 520px) {
  .p-category-list {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.p-category-list__link {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  padding: 8px;
  line-height: 1.2;
  font-size: 17px;
  transition: all .3s;
}
.p-category-list__link:hover {
  text-decoration: none;
  background-color: rgba(255,255,255,.6);
}
.p-category-list__img {
  width: 42px;
  height: 56px;
  object-fit: contain;
}

/* 固定画像 */
.p-bgimg {
  margin-top: 80px;
  position: relative;
  height: 240px;
}
.p-bgimg__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
.p-bgimg__item {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(https://img07.shop-pro.jp/PA01439/364/etc_base64/b3JnLWltZ19iZw.jpg?cmsp_timestamp=20240814083545);
  background-size: cover;
  background-position: 0 center;
  background-repeat: no-repeat;
  z-index: -1;
}


/******************************/
/* recipe */
/******************************/
.p-recipe {
  margin-top: 80px;
  overflow: visible;
}
.p-recipe-list {
  margin-top: 48px;
}
.p-recipe-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 64px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-recipe-list {
    gap: 32px;
  }
}
@media screen and (max-width: 880px) {
  .p-recipe-list {
    gap: 48px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 400px;
    margin: 48px auto 0;
  }
}
.p-recipe-list-item {
  width: 100%;
  border-radius: 4px;
  margin: -16px;
  padding: 16px;
  transition: all .3s;
}
.p-recipe-list-item:hover {
  text-decoration: none;
  background: #f6f6f6;
  opacity: .8;
}
.p-recipe-list-item__txt {
  margin-top: 24px;
}
.p-recipe-list-item__txt--ttl {
  margin: auto;
  line-height: 1.4;
}
.p-recipe-list-item__txt--desc {
  margin: 12px 0 0;
}

/******************************/
/* faq */
/******************************/
.p-faq {
  margin-top: 120px;
}
.p-faq-box {
  border-top: 1px solid #ddd;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.p-faq-box__item {
  padding: 24px 0;
  border-bottom: 1px solid #ddd;
}
.p-faq-box__question {
  display: flex;
  align-items: start;
  font-size: 17px;
  letter-spacing: 0.85px;
}
.p-faq-box__question span {
  flex-shrink: 0;
  color: #98918A;
  font-family: "Alice", sans-serif;
  font-size: 24px;
  width: 72px;
  text-align: center;
}
.p-faq-box__answer {
  margin: 16px 0 0 72px;
  color: #4C4C4C;
  line-height: 1.7;
  letter-spacing: 0.8px;
}

/******************************/
/* top slide */
/******************************/
@keyframes scroll-anime {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
}
.p-top-slide {
  display: flex;
  overflow: hidden;
  margin-top: 88px;
}
@media screen and (max-width: 1023px) {
  .p-top-slide {
    margin-bottom: 88px;
  }
}
.p-top-slide__box {
  display: flex;
  list-style: none;
  padding: 0;
}
.p-top-slide__box--anime {
  animation: scroll-anime 80s infinite linear 0.5s both;
}
.p-top-slide__box li {
  height: 200px;
  width: 200px;
}
@media screen and (max-width: 680px) {
  .p-top-slide__box li {
    height: 160px;
    width: 160px;
  }
}
.p-top-slide__box li>img {
  width: 100%;
  height: auto;
  border-radius: 0;
}


/******************************/
/* TOP SHOP */
/******************************/
@media screen and (max-width: 1023px) {
  .p-shop {
    padding-top: 60px;
  }
}
@media screen and (max-width: 880px) {
  .p-shop {
    padding-top: 30px;
  }
}

.p-shop-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 88px;
  padding-bottom: 88px;
}
@media screen and (max-width: 880px) {
  .p-shop-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-shop-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 880px) {
  .p-shop-wrap:before {
    content: none;
  }
}

.p-shop__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
}
.p-shop__bg img {
  width: 100%;
}
@media screen and (max-width: 880px) {
  .p-shop__bg {
    position: static;
    max-height: 320px;
    overflow: hidden;
  }
  .p-shop__bg img {
    max-width: 100%;
  }
}
.p-shop__bg .simpleParallax {
  height: 105%;
}
.p-shop__bg .simpleParallax img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .p-shop__bg .simpleParallax {
    overflow: visible !important;
  }
}
@media screen and (max-width: 880px) {
  .p-shop__bg .simpleParallax {
    overflow: hidden !important;
  }
}

.p-shop-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 360px;
  text-align: center;
}
@media screen and (max-width: 880px) {
  .p-shop-contents {
    min-height: inherit;
    margin-top: 24px;
  }
}

.p-shop-box {
  position: relative;
  z-index: 100;
  width: 660px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 880px) {
  .p-shop-box {
    width: auto;
    color: #2d2d2d;
  }
  .p-shop-box .c-ttl-main.white {
    color: #161616;
    margin-bottom: 40px;
  }
  .p-shop-box .c-ttl-main.white span {
    color: #4C4C4C;
  }
  .p-shop-box .c-ttl-main.white::before {
    background-image: url(https://img07.shop-pro.jp/PA01439/364/etc_base64/b3JnLXBpY19oMi1yZWQ.png?cmsp_timestamp=20240813123633);
  }
}

.p-shop-box__ttl {
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 24px;
}
@media screen and (max-width: 880px) {
  .p-shop-box__ttl {
    font-size: 17px;
  }
}

.p-shop-box__body {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: start;
  justify-content: center;
  margin-top: 20px;
  writing-mode: vertical-rl;
}
.p-shop-box__body p {
  text-align: left;
  line-height: 2.4;
  letter-spacing: .1em;
}
@media screen and (max-width: 880px) {
  .p-shop-box__body {
    margin-top: 0;
    writing-mode: inherit;
    align-items: center;
    gap: 24px;
  }
  .p-shop-box p br.pc {
    display: none;
  }
}

.p-shop-box__url {
  margin-top: 15px;
}
.p-shop-box__url a {
  color: #ffffff;
}
@media screen and (max-width: 880px) {
  .p-shop-box__url a {
    color: #2d2d2d;
  }
}

.p-shop-box__btn {
  margin-top: 30px;
}
@media screen and (max-width: 880px) {
  .p-shop-box__btn {
    margin-top: 20px;
  }
}



.l-header {background: none;}
.l-main {margin-top: -80px;}

/* 追加 2025.1.14 */
body {
	padding-top: 0;
}
.l-main-navi-list__link, .l-main-navi-list__item a, .l-header-tel__ttl, .l-header-tel__box * {
	color: #fff;
}
.l-header-tel__ttl {
	border-color: #fff;
}
.l-main-navi-list__link:before, .l-main-navi-list__link:hover {
	color: #fff;
	border-color: #fff;
}

.l-main-navi-list__link.active:before {
	border-color: #a0a0a0;
}

.l-main-navi-list__item a::after, .l-main-navi-list__item button::after {
	color: #fff;
	background-color: #fff;
}
.l-main-navi-list__link:hover:before, .l-main-navi-list__link.is-on:before {
	border-color: #fff;
}
.l-main-navi__overlay {
	background: rgba(0, 0, 0, 0);
}
.l-dropdown-menu {
/*	top: 190px;*/
	background: rgba(0, 0, 0, 0.8);
}
.l-header-btn img {
	filter: invert(100%) sepia(91%) saturate(0%) hue-rotate(130deg) brightness(110%) contrast(110%);
}
.l-header-btn {
	color: #fff;
}
.l-header-search {
	background: none !important;
}
.l-header-search__btn {
	top: -22px;
	background: none !important;
}
.l-header-search__submit {
	background: none !important;
	display:none;
}
.l-header-search__input {
	display:none;
}
.l-menu-btn span {
	background-color: #fff;
}
.p-main-kv__copy {
	top: 55%;
}
.c-video__frame {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}

#js-youtube {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.c-video__frame::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	pointer-events: none;
	z-index: 1;
}
.p-main-kv__copy {
	z-index: 2;
}

@media screen and (max-width:880px) {
	.l-main-navi-list__link, .l-main-navi-list__item a, .l-header-tel__ttl, .l-header-tel__box * {
		color: #2d2d2d;
	}
	.l-main-navi-list__link:before, .l-main-navi-list__link:hover {
		color: #2d2d2d;
		border-color: #2d2d2d;
	}
	.l-main-navi-list__link:hover:before, .l-main-navi-list__link.is-on:before {
		border-color: #2d2d2d;
	}
	.l-dropdown-menu {
		background: rgba(0, 0, 0, 0.1);
	}
	.p-main-kv__copy {
		top: 60%;
	}
}
@media screen and (max-width: 540px) {
	.l-main {
		margin-top: 0;
	}
	.l-main .p-main-kv .c-video__frame {
		height: 100vh !important;
	}
    .c-video__frame iframe {
       height: 100vh !important;
    }
	.p-main-kv__copy {
		top: 50%;
	}
    .p-main-kv .c-video__frame iframe {
        top: -60px;
        width: 360%;
        left: -150% !important;
    }
}
