#slider-sp div,
#slider-pc div {
  display: none;
}
@media screen and (min-width: 768px) {
  #slider-pc div:first-of-type {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #slider-sp div:first-of-type {
    display: block;
  }
}

.is-top .c-ttl-main,
.is-top .c-ttl-bg {
  letter-spacing: 0.4rem;
}

.is-top .p-pickup .c-ttl-main,
.is-top .p-categories .c-ttl-main {
  letter-spacing: 0.125rem;
}

@media screen and (max-width: 767px) {
  .is-top .c-ttl-main,
  .is-top .c-ttl-bg {
    font-size: 17px;
  }
}

/******************************/
/* SLIDER */
/******************************/
.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%;
}
.p-main-slider .bx-wrapper .bx-pager {
  padding-top: 0;
  bottom: -40px;
}
@media screen and (max-width: 767px) {
  .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;
}

/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  margin-top: 0px;
  margin-bottom: 54px;
}
@media screen and (max-width: 1023px) {
  .p-line-informaiton {
    margin-top: 7px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    margin-top: 7px;
    margin-bottom: 22px;
  }
}

.p-line-informaiton-list__item {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: dotted 1px black;
  font-size: 15px;
}
.p-line-informaiton-list__date {
  width: 9.5rem;
  margin-right: 1rem;
}
.p-line-informaiton-list__ttl {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list__item {
    display: block;
    margin-bottom: 15px;
  }
  .p-line-informaiton-list__date {
    font-size: 13px;
  }
  .p-line-informaiton-list__ttl {
    font-size: 14px;
  }
}

/******************************/
/* グループバナー */
/******************************/
.p-group-bnr {
  margin-top: 90px;
  margin-bottom: 90px;
}
@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: 767px) {
  .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: 767px) {
  .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 {
  margin-top: 90px;
  margin-bottom: 90px;
  padding: 60px 90px;
  background: url(https://img.shop-pro.jp/tmpl_img/87/bg-grid.png) repeat;
  color: #2d2d2d;
}
@media screen and (max-width: 1023px) {
  .p-information {
    margin-top: 60px;
    margin-bottom: 45px;
    margin-left: 25px;
    margin-right: 25px;
    padding: 45px 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-information {
    margin-left: 0;
    margin-right: 0;
    padding: 35px 25px;
  }
}

/*******************/
/* RECOMMEND ITEMS */
/*******************/
.c-ttl-bg.is-recommend:before {
  background: url(https://img07.shop-pro.jp/PA01361/180/etc_base64/Ymcta2lra29fMDE.png?cmsp_timestamp=20230510194455) center top repeat;
  background-size: auto;
  height: 220px;
}
.p-recommend {
  overflow: hidden;
  margin-top: 82px;
}
@media screen and (max-width: 767px) {
  .p-recommend {
    margin-top: 38px;
  }
  .c-ttl-bg.is-recommend:before {
    height: 300%;
  }
}

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

.p-recommend .c-item-list {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.p-recommend .c-item-list__item {
  width: 316px;
  padding: 0;
  margin-left: 26px;
  margin-right: 0;
  margin-bottom: 26px;
}
.p-recommend .c-item-list__item:first-child {
  margin-left: 0;
}
.p-recommend .c-item-list__item:nth-child(4) {
  margin-left: 0;
}
@media screen and (max-width: 1052px) {
  .p-recommend .c-item-list {
    max-width: 658px;
  }
  .p-recommend .c-item-list__item:nth-child(4) {
    margin-left: 26px;
  }
  .p-recommend .c-item-list__item:nth-child(3),
  .p-recommend .c-item-list__item:nth-child(5) {
    margin-left: 0;
  }
}
@media screen and (max-width: 684px) {
  .p-recommend .c-item-list {
    margin-top: 35px;
    justify-content: center;
  }
  .p-recommend .c-item-list__item:nth-child(4),
  .p-recommend .c-item-list__item {
    margin-left: 12px;
  }
  .p-recommend .c-item-list__item {
    width: calc(100% / 2 - 30px);
  }
}

.p-recommend-list__num {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  padding-top: 0;
  min-width: 25px;
  line-height: 27px;
  z-index: 1;
}

.p-recommend .u-square-img img {
  margin: 0;
}
.p-recommend .u-square-img:before {
  padding-top: 226px;
}
@media screen and (max-width: 684px) {
  .p-recommend .u-square-img:before {
    padding-top: 72%;
  }
}

.p-recommend-list .c-item-list {
  text-align: center;
}
.p-recommend .c-item-list__img {
  margin-bottom: 6px;
}
.p-recommend .c-item-list__txt {
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-recommend-list .c-item-list__ttl {
  font-size: 14px;
}
.p-recommend-list .c-item-list__price {
  margin-top: 0px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-recommend .u-sp-on-inline {
    display: inline;
  }
  .p-recommend .c-item-list__item {
    margin-bottom: 16px;
  }
  .p-recommend-list .c-item-list__ttl {
    line-height: 1.2;
  }
}

.p-ranking-list__ttl img {
  display: none !important;
}

.p-ranking-list__ttl a {
    line-height: 1.5;
}

/*********************/
/* TOP SORYO MURYO */
/*********************/
.p-sp-info-soryo {
  display: none;
  border: solid 1px;
  width: fit-content;
  padding: 11px 14px 8px 14px;
  line-height: 1;
  margin: 24px auto 46px auto;
  font-size: 19px;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-sp-info-soryo {
    display: block;
    width: calc(100% - 50px);
    margin: 24px 25px 46px 25px;
  }
}
/*********************/
/* TOP PICK UP ITEMS */
/*********************/
.p-pickup {
  padding-top: 45px;
  padding-bottom: 75px;
  /* background: #fafafa; */
}
.p-pickup .u-opa {
  margin-top: 0px;
}

@media screen and (max-width: 1023px) {
  .p-pickup {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup {
    padding-top: 0;
    padding-bottom: 32px;
  }
}

.p-pickup-list {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .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: flex-start;
  margin-bottom: 75px;
  word-break: break-word;
  font-size: 15px;
}
.p-pickup-list__item:nth-child(even) {
  background-position: left top;
}
@media screen and (max-width: 1023px) {
  .p-pickup-list__item {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup-list__item {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    max-width: 600px;
  }
}
.p-pickup-list__item:last-child {
  margin-bottom: 0;
}


@media screen and (max-width: 767px) {
  .p-kodawari .u-container {
    padding: 0;
  }
}

.p-kodawari h2,
.p-kodawari h3 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.p-kodawari h3 {
  font-size: 20px;
  margin: 0 0 36px 0;
}
@media screen and (max-width: 767px) {
  .p-kodawari h3 {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
}

.p-kodawari h2 img {
  width: 100%;
  max-width: 390px;
}

.p-kodawari .u-container .p-pickup-list__item:nth-of-type(odd) {
  flex-direction: row-reverse;
}

.kodawari-txt,
.kodawari-img {
  flex: 1;
}

.p-kodawari .p-pickup-list__item:nth-of-type(odd) .kodawari-txt {
  margin-left: 25px;
}
.p-kodawari .p-pickup-list__item:nth-of-type(even) .kodawari-txt {
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .kodawari-txt {
    padding: 0 25px 8px 25px;
  }
  .p-kodawari .p-pickup-list__item:nth-of-type(odd) .kodawari-txt {
    margin-left: 0;
  }
  .p-kodawari .p-pickup-list__item:nth-of-type(even) .kodawari-txt {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .kodawari-img_caption {
    text-align: center;
  }
}

.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;
  padding-bottom: 25px;
  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: 767px) {
  .p-pickup-list__img {
    width: auto;
    height: 55vw;
    padding-bottom: 0;
  }
}
.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: #FFFFFF;
}
.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__img-caption.u-pc-only {
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-pickup-list__img-caption.u-sp-only {
  font-size: 14px;
  margin-top: -20px;
  margin-bottom: 5px;
}

.p-pickup-list__txt {
  box-sizing: border-box;
  flex: 1;
}
.p-pickup-list__item:nth-child(even) .p-pickup-list__txt {
  padding-left: 45px;
  padding-right: 0;
}
.p-pickup-list__item:nth-child(odd) .p-pickup-list__txt {
  padding-left: 0;
  padding-right: 45px;
}
@media screen and (max-width: 1023px) {
  .p-pickup-list__txt {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup-list__txt {
    margin-top: 20px;
    width: auto;
  }
  .p-pickup-list__item:nth-child(odd) .p-pickup-list__txt {
    padding-left: 0;
    padding-right: 0;
  }
  .p-pickup-list__item:nth-child(even) .p-pickup-list__txt {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 626px) {
  .p-pickup-list__item:nth-child(odd) .p-pickup-list__txt,
  .p-pickup-list__item:nth-child(even) .p-pickup-list__txt {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.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: 767px) {
  .p-pickup-list__ttl {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 20px;
  }
}
.p-pickup-list__ttl img {
  display: none !important;
}

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

.p-pickup-list__body.product-spec {
  display: flex;
}
.p-pickup-list__product {
  max-width: 160px;
  border: solid 1px #CFCFCF;
}
.p-pickup-list__spec {
  margin: auto 20px auto 20px;
}
.p-pickup-list__size-price {
  font-size: 12px;
}

.u-link-button {
  display: block;
  position: relative;
  padding: 0;
  line-height: 1;
  border: 0;
  background: transparent;
  color: #2d2d2d;
}

.p-pickup .u-link-button-wrapper {
  display: flex;
  justify-content: flex-end;
}

/***************/
/* TOP RANKING */
/***************/
.p-ranking {
  padding-top: 36px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1023px) {
  .p-ranking {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking {
    padding-top: 20px;
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 1023px) {
  .c-ttl-bg.is-ranking {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-bg.is-ranking {
    margin-bottom: 30px;
  }
}
.c-ttl-bg.is-ranking:before {
  background: url(https://img07.shop-pro.jp/PA01361/180/etc_base64/YmctcmFua2luZw.jpg?cmsp_timestamp=20230510194736) center top no-repeat;
  background-size: cover;
  height: 386px;
}
@media screen and (max-width: 999px) {
  .c-ttl-bg.is-ranking:before {
    height: calc(100vw / 3 + 150px);
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-bg.is-ranking:before {
    height: calc(100vw / 2 + 130px);
  }
}

.p-ranking-list {
  margin-bottom: 30px;
}
@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: 767px) {
  .p-ranking-list {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.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: 767px) {
  .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: 767px) {
  .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;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 25px;
  word-break: break-word;
  background: #ffffff;
  text-align: center;
  /*height: 255px !important;*/
}
.p-ranking-list__item.slick-slide {
  max-height: 248px;
}
@media screen and (max-width: 1050px) {
  .p-ranking-list__item.slick-slide {
    height: 240px;
  }
}
@media screen and (max-width: 1023px) {
  .p-ranking-list__item {
    margin-right: 20px;
    margin-left: 20px;
  }
  .p-ranking-list__item.slick-slide {
    height: 223px;
  }
}
@media screen and (max-width: 999px) {
  .p-ranking-list__item.slick-slide {
    height: calc(100vw / 3 + 1rem);
    max-height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list__item {
    margin-right: 12px;
    margin-left: 12px;
    padding-bottom: 12px;
  }
  .p-ranking-list__item.slick-slide {
    height: calc(100vw / 2 + 2.5rem);
    max-height: 100%;
  }
}
.p-ranking-list__item.slick-active .p-ranking-list__num {
  opacity: 1;
  animation: rankingfadein 0.2s 0s;
}

.p-ranking-list__img {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
    border-bottom: 2px solid #CFCFCF;
  }
}

.p-ranking-list__num {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  padding-top: 3px;
  min-width: 30px;
  line-height: 27px;
  font-size: 16px;
  font-weight: bold;
  background: #ffffff;
  color: #2d2d2d;
  text-align: center;
  opacity: 0;
  transition: all ease 0.1s;
}
.p-ranking-list__num.is-1,
.p-ranking-list__num.is-2,
.p-ranking-list__num.is-3,
.p-ranking-list__num.is-4,
.p-ranking-list__num.is-5 {
  background: #8CA368;
  color: #ffffff;
}

@keyframes rankingfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-ranking-list__ttl {
  font-size: 13px;
  padding: 0 6px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__ttl {
    font-size: 12px;
    margin-top: 12px;
  }
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}

.p-ranking-list__price {
  margin-top: 2px;
  font-size: 12px;
}
.p-ranking-list__price.is-default {
  margin-top: 0;
}

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


/******************/
/* TOP CATEGORIES */
/******************/
.p-categories {
  margin-bottom: 30px;
}
.p-categories .u-container-s {
  padding: 0 21px 7px 21px;
  border: solid 1px #a0a0a0;
  max-width: 825px;
}
.p-categories .c-ttl-main {
  font-size: 15px;
  font-weight: normal;
}
.p-categories .l-flat-list {
  /*justify-content: center;*/
}
.p-categories .l-flat-list__item {
  border-bottom: dotted 1px;
  line-height: 1.4;
  padding: 0 0 15px 14px;
  margin-left: 14px;
  width: calc(33.3333% - 14px);
  min-width: 144px;
  max-width: 248px;
  font-size: 15px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-categories .u-container-s {
    padding: 0;
    border: none;
  }
  .p-categories .c-ttl-main {
    text-align: center;
    padding: 16px 0;
    margin-bottom: 0;
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
  }
  .p-categories .l-flat-list {
    display: block;
    margin-top: 10px;
  }
  .p-categories .l-flat-list__item {
    font-size: 14px;
    margin: 0;
    padding: 0;
    width: fit-content;
    min-width: 125px;
    max-width: 260px;
    line-height: 1;
    border-bottom: none;
  }
  .p-categories .l-flat-list__link {
    padding: 10px 0 10px 20px;
    display: inline-block;
  }
}

/****************/
/* TOP SHOPLIST */
/****************/
.p-shoplist {
  padding-top: 21px;
  margin-top: 21px;
  background: no-repeat right top url("https://img07.shop-pro.jp/PA01361/180/etc_base64/Ymctamltb25fMDE.png?cmsp_timestamp=20230510200909");
}
.p-shoplist .c-ttl-main {
  margin-top: 30px;
}
.p-shoplist-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1027px) {
  .p-shoplist-contents {
    width: 658px;
  }
}
@media screen and (max-width: 767px) {
  .p-shoplist-contents {
    width: 100%;
  }
}
.p-shoplist-box {
  padding-bottom: 21px;
  width: 316px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-shoplist-box {
    width: calc(50% - 10px);
  }
}
.p-shoplist-box__wrapper {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.p-shoplist-box__ttl {
  margin: 2px 0 0 0;
  font-size: 19px;
  font-weight: 500;
}
.p-shoplist-box__txt {
  font-size: 13px;
  font-weight: 400;
}

.p-shoplist-box__ttl {
  position: relative;
}
.p-shoplist .u-link-button__wrapper {
    position: absolute;
    top: 7px;
    right: 0;
}
@media screen and (max-width: 767px) {
  .p-shoplist-box__ttl {
    font-size: 16px;
  }
  .p-shoplist-box__txt {
    font-size: 12px;
  }
}

/* TOP SP SHOP LIST */
.p-sp-shop-list .c-ttl-bg {
  padding-top: 30px;
  margin-bottom: 30px;
}
.p-sp-shop-list .c-ttl-bg:before {
  background: url(https://img07.shop-pro.jp/PA01361/180/etc_base64/Ymcta2lra29fMDE.png?cmsp_timestamp=20230510194455) center top repeat;
  height: 130px;
}
.p-sp-shop-list .p-ranking-list__item {
  line-height: 1.25;
  text-align: left;
}
.p-sp-shop-list .p-ranking-list__ttl {
  font-size: 16px;
  margin-top: 6px;
}
.p-sp-shop-list .p-ranking-list__price {
  font-size: 12px;
}
.p-sp-shop-list .p-ranking-list__img {
  border-bottom: none;
}
.p-sp-shop-list .u-square-img:before {
  padding-top: calc(100% * 0.655);
}

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

.p-shop-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .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;
}
@media screen and (max-width: 767px) {
  .p-shop__bg {
    position: static;
    width: auto;
    height: auto;
  }
}
.p-shop__bg img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-shop__bg img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .p-shop__bg .simpleParallax {
    overflow: visible !important;
  }
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .p-shop-contents {
    min-height: inherit;
  }
}

.p-shop-box {
  position: relative;
  z-index: 100;
  width: 660px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-shop-box {
    margin-top: 15px;
    width: auto;
    color: #2d2d2d;
  }
}

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

.p-shop-box__body {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-shop-box__body {
    margin-top: 0;
  }
}

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

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