a.commonTopBtn {
  transition: 0.3s;
}
a.commonTopBtn:hover {
  opacity: 0.7;
}
#cartTag a:hover {
  text-decoration: none;
}

/******************************/
/* top_bnr */
/******************************/
.top_bnrArea {
  padding: 150px 0;
  text-align: center;
  background: #f6f2eb;
}
.top_bnrArea figure div {
  display: inline-block;
  box-shadow: 40px 30px #dcccb2;
}
.top_bnrArea a {
  transition: 0.3s;
}
.top_bnrArea a:hover {
  opacity: 0.7;
}
.top_bn {
    width: 90%;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top_bnrArea {
  	padding: 75px 0;
  }
}

/******************************/
/* SLIDER */
/******************************/
.p-main-visual-wrap + .p-concept {
  padding-top: 0;
}
.p-main-visual {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 180px;
  max-width: 1600px;
}
@media screen and (max-width: 767px) {
  .p-main-visual {
    display: block;
    padding-bottom: 60px;
  }
}
.p-main-visual * {
  min-width: 0;
  min-height: 0;
}
.p-main-slider {
  position: relative;
  width: calc(50% + 50px);
}
@media screen and (max-width: 767px) {
  .p-main-slider {
    padding-bottom: 75px;
    width: auto;
  }
}
.p-main-slider .slick-prev {
  top: auto;
  bottom: -76px;
  left: auto;
  right: 51px;
}
@media screen and (max-width: 767px) {
  .p-main-slider .slick-prev {
    bottom: -59px;
    right: 39px;
  }
}
.p-main-slider .slick-next {
  top: auto;
  bottom: -76px;
  left: auto;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-main-slider .slick-next {
    bottom: -59px;
    right: 0;
  }
}
.p-main-slider .slick-active img {
  animation: fadezoomout 10s 0s;
  animation: fadezoomout 10s 0s forwards;
}
.p-main-slider-list__item {
  overflow: hidden;
}
.p-main-slider-list__item img {
  width: 100%;
}
@keyframes fadezoomout {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.p-main-txt {
  position: absolute;
  left: 50%;
  top: 30%;
  z-index: 10;
  width: 50%;
}
@media screen and (max-width: 1030px) {
  .p-main-txt {
    top: 30%;
  }
}
@media screen and (max-width: 767px) {
  .p-main-txt {
    position: static;
    width: auto;
  }
}
.p-top-logo {
  display: inline-block;
  max-width: 600px;
  padding-right: 30px;
}
@media screen and (max-width: 1030px) {
  .p-top-logo {
    display: none;
  }
}
.p-top-logo__img {
  font-size: 48px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .p-top-logo__img {
    font-size: 36px;
  }
}
.p-top-logo__img img {
  max-height: 180px;
}
.p-top-logo__txt {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.p-line-informaiton a {
  color: #fff;
}
@media screen and (max-width: 1030px) {
  .p-line-informaiton {
    display: block;
    margin-left: 0;
    padding: 25px 45px 30px 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    margin-left: 25px;
  }
}
.p-line-informaiton__ttl {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 170px;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .p-line-informaiton__ttl {
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #5a5a5a;
    width: auto;
    font-size: 16px;
    text-align: left;
  }
}
.p-line-informaiton__box {
  box-sizing: border-box;
  position: relative;
  flex: 1;
  padding-left: 45px;
  padding-right: 90px;
  border-left: 1px solid #5a5a5a;
}
@media screen and (max-width: 1030px) {
  .p-line-informaiton__box {
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
  }
}
@media screen and (max-width: 1030px) {
  .p-line-informaiton-list {
    font-size: 12px;
  }
}
.p-line-informaiton-list:before {
  content: "";
  position: absolute;
  right: -45px;
  top: 50%;
  margin-top: -5px;
  width: 1px;
  height: 10px;
  background: #fff;
}
@media screen and (max-width: 1030px) {
  .p-line-informaiton-list:before {
    right: 30px;
    top: -50px;
    margin-top: 0;
    width: 1px;
    height: 10px;
  }
}
.p-line-informaiton-list .slick-prev, .p-line-informaiton-list .slick-next {
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: transparent;
}
@media screen and (max-width: 1030px) {
  .p-line-informaiton-list .slick-prev, .p-line-informaiton-list .slick-next {
    top: -45px;
  }
}
.p-line-informaiton-list .slick-prev:before, .p-line-informaiton-list .slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  transition: all 0.4s ease;
  z-index: 1;
}
.p-line-informaiton-list .slick-prev {
  left: auto;
  right: -44px;
}
@media screen and (max-width: 1030px) {
  .p-line-informaiton-list .slick-prev {
    right: 33px;
  }
}
.p-line-informaiton-list .slick-prev:before {
  right: 10px;
  transform: translateY(-50%) rotate(-45deg);
}
.p-line-informaiton-list .slick-next {
  left: auto;
  right: -75px;
}
@media screen and (max-width: 1030px) {
  .p-line-informaiton-list .slick-next {
    right: 0px;
  }
}
.p-line-informaiton-list .slick-next:before {
  left: 10px;
  transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 1030px) {
  .p-line-informaiton-list .slick-next:before {
    left: 13px;
  }
}
/******************************/
/* RECOMMEND ITEMS */
/******************************/
.p-recommend {
  position: relative;
  overflow: hidden;
  background: #F1DABC;
}
.p-recommend-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 25%;
}
.p-recommend h3.commonTtl {
  margin-bottom: 75px;
}
.p-recommend h3.commonTtl span {
  position: relative;
	padding-bottom: 20px;
}
.p-recommend h3.commonTtl span:before {
  display: inline-block;
  position: absolute;
  content: '';
  bottom: 0;
  left: calc(50% - 90px);
  right: auto;
  width: 180px;
  height: 1.5px;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .p-recommend {
    padding: 100px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-bg {
    width: 50%;
  }
   .p-cv-bg {
    width: 50%;
  }
}
.p-recommend-list {
  margin-top: 120px;
  margin-bottom: 75px;
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 767px) {
  .p-recommend-list {
    margin-top: 60px;
    margin-bottom: 0;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.p-recommend-list .slick-list {
  overflow: visible;
}
.p-recommend-list .slick-prev {
  top: -70px;
  left: auto;
  right: 76px;
}
@media screen and (max-width: 767px) {
  .p-recommend-list .slick-prev {
    top: 35%;
    left: -35px;
    right: auto;
  }
}
.p-recommend-list .slick-next {
  top: -70px;
  left: auto;
  right: 25px;
}
@media screen and (max-width: 767px) {
  .p-recommend-list .slick-next {
    top: 35%;
    right: -35px;
  }
}
.p-recommend-list__item {
  margin-left: 25px;
  margin-right: 25px;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .p-recommend-list__item {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.p-recommend-list__img {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-recommend-list__img {
    margin-bottom: 15px;
  }
}
.p-recommend-list__txt {
  position: relative;
  font-family: 'Noto Sans Japanese',"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.p-recommend-list__ttl {
  font-size: 16px;
}
.p-recommend-list__ttl img {
  vertical-align: middle;
}
.p-recommend-list__ttl a {
  color: #000;
  letter-spacing: 0.1rem;
}
.p-recommend-list__expl {
  margin-top: 10px;
  font-size: 14px;
  color: #909090;
}
@media screen and (max-width: 767px) {
  .p-recommend-list__expl {
    margin-top: 12px;
  }
}
.p-recommend-list__price {
  margin-top: 30px;
}
.p-recommend-list__price.is-default {
  margin-top: 0;
}

/******************************/
/* NEW ARRIVAL */
/******************************/
.p-newitem {
  position: relative;
  overflow: hidden;
}
.p-newitem-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .p-newitem-bg {
    width: 50%;
  }
}
.p-newitem-list {
  margin-top: 120px;
  margin-bottom: 75px;
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 767px) {
  .p-newitem-list {
    margin-top: 60px;
    margin-bottom: 0;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.p-newitem-list .slick-list {
  overflow: visible;
}
.p-newitem-list .slick-prev {
  top: -70px;
  left: auto;
  right: 76px;
}
@media screen and (max-width: 767px) {
  .p-newitem-list .slick-prev {
    top: 35%;
    left: -35px;
    right: auto;
  }
}
.p-newitem-list .slick-next {
  top: -70px;
  left: auto;
  right: 25px;
}
@media screen and (max-width: 767px) {
  .p-newitem-list .slick-next {
    top: 35%;
    right: -35px;
  }
}
.p-newitem-list__item {
  margin-left: 25px;
  margin-right: 25px;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .p-newitem-list__item {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.p-newitem-list__img {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-newitem-list__img {
    margin-bottom: 15px;
  }
}
.p-newitem-list__txt {
  position: relative;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.p-newitem-list__ttl {
  font-size: 16px;
}
.p-newitem-list__ttl img {
  vertical-align: middle;
}
.p-newitem-list__expl {
  margin-top: 10px;
  font-size: 14px;
  color: #909090;
}
@media screen and (max-width: 767px) {
  .p-newitem-list__expl {
    margin-top: 12px;
  }
}
.p-newitem-list__price {
  margin-top: 30px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.p-newitem-list__price.is-default {
  margin-top: 0;
}
/******************************/
/* TOP CONCEPT */
/******************************/

.p-concept {
  padding-top: 200px;
  padding-bottom: 0;
  position: relative;
}
.p-concept:after {
	content: '';
    position: absolute;
    background: #000;
    top: -73px;
    left: 50%;
    right: 50%;
    bottom: 0;
    width: 1px;
    height: 260px;
}
@media screen and (max-width: 768px) {
  .p-concept {
    padding-top: 150px;
  }
  .p-concept:after {
      content: '';
      position: absolute;
      background: #000;
      top: -73px;
      left: 50%;
      right: 50%;
      bottom: 0;
      width: 1px;
      height: 200px;
  }
}
.p-concept .commonTtl {
  line-height: 2.5;
  margin-bottom: 80px;
}
.p-concept .commonTtl span {
  background: linear-gradient(transparent 97%, #000 3%);
  display: inline;
  padding-bottom: 5px;
}

.p-concept-list {
  margin-bottom: 300px;
}
@media screen and (max-width: 768px) {
  .p-concept-list {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 480px) {
  .p-concept-list {
    margin-top: 30px;
    margin-bottom: 100px;
  }
}
.p-concept-list__item {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
}
.p-concept-list__item + .p-concept-list__item {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-concept-list__item {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-list__item:last-child {
    margin-bottom: 0;
  }
}
.p-concept-list__item:nth-child(even) .p-concept-list__txt {
  margin-left: 0;
  margin-right: 40px;
  order: -1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-concept-list__item:nth-child(even) .p-concept-list__txt {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-concept-list__item:nth-child(even) .p-concept-list__img {
  margin-left: 0;
  margin-right: -100px;
  background: linear-gradient(to right, #fff 20%, #F1DABC 20%);
}

@media screen and (max-width: 1030px) {
  .p-concept-list__item:nth-child(even) .p-concept-list__img {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-concept-list__item:nth-child(even) .p-concept-list__img {
    margin-right: 0;
  }
}
.p-concept-list__img {
  box-sizing: border-box;
  flex: 1;
  margin-left: -100px;
  position: relative;
  padding: 35px;
  background: linear-gradient(to left, #fff 20%, #C0C0C0 20%);
}
@media screen and (max-width: 1030px) {
  .p-concept-list__img {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-concept-list__img {
    margin-left: 0;
    margin-bottom: 50px;
    width: auto;
    text-align: center;
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .p-concept-list__img {
  box-sizing: border-box;
  flex: 1;
  margin-left: -100px;
  position: relative;
  padding: 20px;
    width: auto;
}
}
.p-concept-list__img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-concept-list__img img {
    width: 600px;
    max-width: 100%;
  }
}
.p-concept-list__txt {
  margin-left: 60px;
  width: 450px;
}
@media screen and (max-width: 1030px) {
  .p-concept-list__txt {
    width: 40%;
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-concept-list__txt {
    margin-left: 0;
    width: auto;
  }
}
.p-concept-list__ttl {
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 30px;
  font-weight: normal;
  font-family: 'Noto Sans Japanese',"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-concept-list__ttl {
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 21px;
  }
}
.p-concept-list__body {
  font-weight: 300;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  .p-concept-list__body {
    padding-left: 0;
  }
}

.p-concept .obiBox {
  position: relative;
}
.p-concept .obiBox:before {
  content: '';
  position: absolute;
  background: url("https://file003.shop-pro.jp/PA01434/371/img/top/howto_curve.svg") no-repeat;
    background-size: cover;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    padding-top: 3.81944444444444%;
  z-index: 1;
}
.p-concept .obiBox p {
	position: absolute;
    background: rgba(255, 255, 255, 0.8);
    width: 50%;
    top: 10%;
    left: 0;
    padding: 20px 50px 20px 0px;
    font-size: 24px;
    text-align: right;
}
.p-concept .obi {
  position: relative;
  display: block;
  height: 580px;
}
.p-concept .obi img {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .p-concept .obiBox p {
    width: 70%;
    padding: 20px 30px 20px 0px;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .p-concept .obi {
    height: 450px;
  }
}

/******************************/
/* TOP PICK UP ITEMS */
/******************************/
.p-pickup {
  position: relative;
  overflow: hidden;
}
.p-pickup-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 25%;
}
.p-pickup-list {
  margin-top: 120px;
}
@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: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 1030px) {
  .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__img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 600px;
}
@media screen and (max-width: 1030px) {
  .p-pickup-list__img {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup-list__img {
    width: auto;
  }
}
.p-pickup-list__img-l {
  width: 50%;
}
.p-pickup-list__img-r {
  width: 50%;
}
.p-pickup-list__txt {
  width: 330px;
}
@media screen and (max-width: 1030px) {
  .p-pickup-list__txt {
    width: auto;
  }
}
.p-pickup-list__ttl {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 18px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
@media screen and (max-width: 767px) {
  .p-pickup-list__ttl {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.p-pickup-list__body {
  color: #5a5a5a;
}
.p-pickup-list__btn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-pickup-list__btn {
    text-align: center;
  }
}
/******************************/
/* TOP 画像大エリア */
/******************************/
.p-block-01 {
  overflow: hidden;
  background: #F1DABC;
}
@media screen and (max-width: 767px) {
  .p-block-01 {
    margin-bottom: 0;
  }
}
.p-block-01-list__item {
  /*border-top: 3px solid #ffffff;*/
  margin-bottom: 66px;
}
@media screen and (max-width: 767px) {
  .p-block-01-list__item {
    border-top: 0;
    padding-bottom: 30px;
  }
}
.p-block-01-list__item:nth-child(even) .p-block-01-list__txt {
  order: 1;
  margin-left: 70px;
  margin-right: 0;
}
@media screen and (max-width: 1030px) {
  .p-block-01-list__item:nth-child(even) .p-block-01-list__txt {
    margin-right: 30px;
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-block-01-list__item:nth-child(even) .p-block-01-list__txt {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-block-01-list__item:nth-child(even) .p-block-01-list__img {
  margin-right: 0;
  margin-left: -200px;
}
@media screen and (max-width: 767px) {
  .p-block-01-list__item:nth-child(even) .p-block-01-list__img {
    margin-left: 0;
  }
}
.p-block-01-list__item.is-01 {
  background: #282828;
  
}
@media screen and (max-width: 767px) {
  .p-block-01-list__item.is-01 {
    background: #282828;
  }
}
.p-block-01-list__item.is-02 {
  background: #282828;
}
@media screen and (max-width: 767px) {
  .p-block-01-list__item.is-02 {
    background: #282828;
  }
}
.p-block-01-list__item.is-03 {
  background: #282828;
}
@media screen and (max-width: 767px) {
  .p-block-01-list__item.is-03 {
    background: #282828;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
.p-block-01-list__box {
    width: 1000px;
  }
}
.p-block-01-list__box {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}
@media screen and (max-width: 767px) {
  .p-block-01-list__box {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-block-01-list__img {
  box-sizing: border-box;
  flex: 1;
  margin-right: -200px;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .p-block-01-list__img {
    margin-right: 0;
    text-align: center;
  }
}
.p-block-01-list__img img {
  width: 100%;
}
.p-block-01-list__txt {
  order: -1;
  margin-right: 30px;
  width: 400px;
}
@media screen and (max-width: 1030px) {
  .p-block-01-list__txt {
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-block-01-list__txt {
    margin-left: 0;
    margin-right: 0;
    padding: 30px 25px;
    width: auto;
  }
}
.p-block-01-list__ttl {
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 20px;
  color: #fff;
  position: relative;
  padding-bottom: 18px;
}
.p-block-01-list__ttl:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -25px;
  width: 80px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-block-01-list__ttl {
    margin-top: 0;
    font-size: 18px;
  }
}
.p-block-01-list__body {
  color: #fff;
  font-weight: 300;
}
.p-block-01-list__btn {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-block-01-list__btn {
    margin-top: 0px;
  }
  .p-block-01-list__body {
    letter-spacing: 0.1rem;
  }
  .p-block-01-list__ttl {
    margin-bottom: 10px;
    font-size: 18px;
    padding-bottom: 7px;
  }
}
@media screen and (max-width: 480px) {
  .p-block-01-list__btn {
    margin-top: 45px;
  }
}

/******************************/
/* TOP POPUP GALLERY */
/******************************/
.p-block-02 {
  position: relative;
}
.p-block-02-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 25%;
}
.p-block-02-bg.is-left {
  right: auto;
  left: 0;
}
.p-block-02-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 767px) {
  .p-block-02-list {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.p-block-02-list__item {
  box-sizing: border-box;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .p-block-02-list__item {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
  }
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close .mfp-close,
.mfp-zoom-out-cur .mfp-iframe-holder .mfp-close .mfp-close {
  right: 0 !important;
  width: 15px;
}
.mfp-zoom-out-cur .mfp-bottom-bar {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.mfp-zoom-out-cur .mfp-arrow-right:after {
  left: -10px;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 0;
  border-right: 0;
  width: 30px;
  height: 30px;
  transform: rotate(135deg);
}
.mfp-zoom-out-cur .mfp-arrow-left:after {
  left: 0px;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 0;
  border-right: 0;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking {
  position: relative;
  overflow: hidden;
}
.p-ranking-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 25%;
}
.p-ranking-list {
  margin-top: 120px;
  margin-bottom: 75px;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list {
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: -18px;
    margin-right: -18px;
  }
}
.p-ranking-list .slick-list {
  overflow: visible;
}
.p-ranking-list .slick-prev {
  top: -70px;
  left: auto;
  right: 61px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    top: -55px;
    right: 57px;
  }
}
.p-ranking-list .slick-next {
  top: -70px;
  left: auto;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    top: -55px;
    right: 18px;
  }
}
.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-all;
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 18px;
    margin-left: 18px;
  }
}
.p-ranking-list__item.slick-active .p-ranking-list__num {
  opacity: 1;
  animation: rankingfadein 0.2s 0s;
}

.p-ranking-list__img {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    margin-bottom: 15px;
    text-align: center;
  }
}
.p-ranking-list__num {
  position: absolute;
  top: 10px;
  right: 10px;
  min-width: 26px;
  line-height: 26px;
  font-size: 14px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  background: #a0a0a0;
  color: #ffffff;
  text-align: center;
  border-radius: 13px;
  opacity: 0;
  transition: all ease 0.1s;
}
.p-ranking-list__num.is-1 {
  background: #ab9271;
}
.p-ranking-list__num.is-2 {
  background: #a9b9cb;
}
.p-ranking-list__num.is-3 {
  background: #7b4d3b;
}
@keyframes rankingfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-ranking-list__ttl {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  margin-top: 30px;
  font-size: 12px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  color: #5a5a5a;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__price {
    margin-top: 20px;
  }
}
.p-ranking-list__price.is-default {
  margin-top: 0;
}
/******************************/
/* TOP IMAGE */
/******************************/
.p-image {
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .p-image {
    overflow: hidden;
  }
}
.p-image img {
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .p-image__img {
    margin: 0 -150px;
  }
}
/******************************/
/* TOP MEDIA */
/******************************/
.p-media-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-media-list {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.p-media-list__item {
  box-sizing: border-box;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  width: 32%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-media-list__item {
    padding-left: 8px;
    padding-right: 8px;
    width: 50%;
  }
}
.p-media-list__img {
  margin-bottom: 20px;
}
.p-media-list__img a {
  transition: 0.3s;
}
.p-media-list__img a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-media-list__img {
    margin-bottom: 10px;
    text-align: center;
  }
}
.p-media-list__txt {
  text-align: center;
  font-family: 'Noto Sans Japanese',"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-media-list__txt {
    font-size: 14px;
  }
}
/******************************/
/* TOP SHOP LIST */
/******************************/
.p-shoplist-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 100px;
  margin-right: 100px;
}
@media screen and (max-width: 767px) {
  .p-shoplist-list {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.p-shoplist-list__item {
  box-sizing: border-box;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .p-shoplist-list__item {
    margin-bottom: 15px;
    padding-left: 8px;
    padding-right: 8px;
    width: 50%;
    text-align: center;
  }
}
/******************************/
/* TOP GALLERY */
/******************************/
.p-gallery {
  overflow: hidden;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-gallery {
    padding-bottom: 45px;
  }
}
.p-gallery-list {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .p-gallery-list {
    width: 70%;
  }
}
.p-gallery-list .slick-list {
  overflow: visible;
}
.p-gallery-list__item {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-gallery-list__item {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.p-gallery-list__img img {
  width: 100%;
}
/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-top: 120px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1030px) {
  .p-information {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
  color: #5a5a5a;
}
@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 40px;
    margin-right: 40px;
  }
}
/******************************/
/* TOP FREE */
/******************************/
.p-free {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #5a5a5a;
}
@media screen and (max-width: 767px) {
  .p-free {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 40px;
    margin-right: 40px;
  }
}

.topbn {
    text-align: center;
    padding-bottom: 50px;
    margin-bottom: 50p;
}
.show480 {
  display: none;
}
@media screen and (max-width: 480px) {
  .show480 {
    display: block;
  }
  .hdn480 {
    display: none;
  }
}

p.pastryInfo {
    text-align: left;
    width: 55%;
    margin: 20px 0 0 auto;
    font-weight: 300;
    line-height: 2;
}
@media screen and (max-width: 480px) {
  p.pastryInfo {
        width: 100%;
  }
}
#giftArea .banArea {
    text-align: center;
    padding-top: 150px;
    margin-bottom: -100px;
}
@media screen and (max-width: 480px) {
  #giftArea .banArea {
        padding-top: 50px;
  }
}

.gift_banner {
  display: flex;
  justify-content: center;
  margin-bottom: 30px; }
  @media (max-width: 480px) {
    .gift_banner {
      flex-direction: column;
      margin-bottom: 0px; } }
  @media (max-width: 480px) {
    .gift_banner a {
      margin-top: 10px; } }
  .gift_banner a:first-child {
    margin-right: 3%; }
    @media (max-width: 480px) {
      .gift_banner a:first-child {
        margin-right: 0; } }

.bnrSecondWrap {
  text-align: center;
  margin-top: 120px;
}
@media (max-width: 480px) {
  .bnrSecondWrap {
    margin-top: 50px;
  }
}

.news {
    border: solid 1px #000;
    background: #FFF;
    width: 70%;
    margin: 0 auto 80px;
}
.news h3 {
    background: #000;
    color: #fff;
    margin: 0;
    text-align: center;
    padding: 10px;
    /* margin-bottom: 20px; */
}
.news p {
    text-align: center;
    margin: 20px 20px;
}
    @media (max-width: 480px) {
      .news {
    border: solid 1px #000;
    background: #FFF;
    width: 90%;
    margin: 0 auto 50px;
}
}
/*=====================================================================
　　　　　　　　　ポップアップ
=====================================================================*/
.bg_onetime_popup {
  position: fixed;
  top: 0px;
  left: 25%;
  z-index: 9999;
  width: 50vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s; }
.bg_onetime_popup.js_active {
  opacity: 1;
  visibility: visible; }
.onetime_popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 95%;
  max-width: 1240px;
  background-color: #fff;
  cursor: pointer;
  margin: 0 auto;
  border: 11px solid #000; }
  @media (max-width: 820px) {
    .onetime_popup {
      width: 77%;
      height: 90vh; } }
.onetime_popup_content {
  padding: 30px;
  position: relative; }
  .onetime_popup_content:after {
    content: "";
    position: absolute;
    background: url("") no-repeat center center/contain;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0; }
  @media (max-width: 820px) {
    .onetime_popup_content {
      padding: 16px 20px; } }
.onetime_popup_box {
  display: flex;
}
  @media (max-width: 820px) {
    .onetime_popup_box {
      display: none; } }
.onetime_popup_photo img {
  max-width: 385px; }
.onetime_popup_center {
  background: #fff;
  padding: 40px 36px 20px;
  position: relative;
  margin: 28px 0 28px -50px;
  max-width: 470px; }
.onetime_popup_title {
color: #000;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 33px;
  font-family: 'YuGothic', sans-serif; }
  .onetime_popup_title span {
    font-size: 26px; }
    @media (max-width: 820px) {
      .onetime_popup_title span {
        font-size: 16px; } }
  @media (max-width: 820px) {
    .onetime_popup_title {
      font-size: 14px;
      margin-bottom: 14px; } }
.onetime_popup_text {
color: #000;
  font-size: 18px;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 35px;
  font-family: 'YuGothic', sans-serif; }
.onetime_popup_button {
  background: #EA262A;
  border-radius: 25px;
  padding: 16px 30px;
  margin-top: 35px; }
  @media (max-width: 820px) {
    .onetime_popup_button {
      padding: 8px 15px;
      margin: 0 auto 27px;
      width: 175px; } }
.onetime_popup_button a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 22px;
  display: block;
  font-family: 'YuGothic', sans-serif;
  position: relative; }
  .onetime_popup_button a:after {
    position: absolute;
    content: "";
    background: url("../img/guide/next.png") no-repeat center center/contain;
    width: 30px;
    height: 29px;
    top: 3px;
    right: 65px; }
    @media (max-width: 820px) {
      .onetime_popup_button a:after {
        width: 20px;
        height: 29px;
        top: -5px;
        right: 10px; } }
  @media (max-width: 820px) {
    .onetime_popup_button a {
      font-size: 12px; } }
.onetime_popup_right {
  margin: auto 28px auto 30px; }
.onetime_popup_right p {
  color: #fff;
  text-align: center;
  font-family: 'YuGothic', sans-serif;
  font-size: 20px;
  margin-bottom: 10px; }
.onetime_popup_img {
  text-align: center;
  margin-top: 20px; }
  .onetime_popup_img img {
    max-width: 215px; }
.onetime_popup_box_sp {
  display: none; }
  @media (max-width: 820px) {
    .onetime_popup_box_sp {
      display: block; } }
@media (max-width: 820px) {
  .onetime_popup_name_sp {
    color: #fff;
    font-size: 11px;
    text-align: center;
    margin-bottom: 14px;
    font-family: 'YuGothic', sans-serif; } }
@media (max-width: 820px) {
  .onetime_popup_unit_sp {
    background: #000;
    padding-top: 5px; } }
@media (max-width: 820px) {
  .onetime_popup_unit_name {
    font-size: 10px;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 5px;
    font-family: 'YuGothic', sans-serif; } }
@media (max-width: 820px) {
  .onetime_popup_photo_sp {
    text-align: center; } }
.onetime_popup_photo_sp img {
  width: 100%;
  height: 40vh; }
@media (max-width: 820px) {
  .onetime_popup_logo_sp {
    text-align: center;
    padding-bottom: 14px; } }
@media (max-width: 820px) {
  .onetime_popup_logo_sp img {
    width: 50%; } }
@media (max-width: 820px) {
.bg_onetime_popup {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.onetime_popup {
    height: auto;
}
.onetime_popup_photo_sp img {
    width: 100%;
    height: auto;
}
}

/* POPUP後藤追加分 */
#oncePopupBox {
	margin: auto;
	max-width: 640px;
	width: 80%;
	height: 72vh;
	max-height: 690px;
	border: 5px solid #000000;
	background: #FFFFFF;
	box-sizing: border-box;
	position: fixed;
	top: 40px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: none;
}
#oncePopupBox.open {
  display: block;
}
#oncePopupBox .popupInner {
	padding: 20px 0 0;
	text-align: center;
	background: #FFFFFF;
	box-sizing: border-box;
	position: relative;
}

#oncePopupBox .popupInner .closeBtn {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 5px;
	right: 5px;
}

#oncePopupBox .popupInner .closeBtn p {
	margin: auto;
	width: 100%;
	height: 100%;
	position: relative;
}

#oncePopupBox .popupInner .closeBtn span {
	margin: auto;
	width: 30px;
	height: 3px;
	background: #000000;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#oncePopupBox .popupInner .closeBtn span:first-of-type { transform: rotate(45deg); }
#oncePopupBox .popupInner .closeBtn span:last-of-type { transform: rotate(-45deg); }
#oncePopupBox .popupInner img {
    width: 80%;
}
@media (max-width: 480px) {
	#oncePopupBox {
          width: 90%;
		max-height: 370px;
	}
  #oncePopupBox .popupInner img {
    width: 100%;
}
}

.top_voice.containerWrap {
    text-align: center;
    margin-top: 250px;
}
.top_voice h3 img {
    width: 438px;
    margin-bottom: 30px;
}
.top_voice dl {
    display: flex;
    width: 44%;
    text-align: left;
    border-left: 25px solid #dad5cf;
    border-bottom: 25px solid #dad5cf;
    padding: 20px 0 20px 1%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.top_voice dl:nth-child(even) {
    margin-right: 0;
}
.top_voice dt {
    margin: 10px;
}
.top_voice dd {
    width: 90%;
    line-height: 1.5;
    font-size: 14px;
  font-weight: 300;
}
.top_voice strong {
    font-weight: 600;
  font-size: 16px;
}
  @media (max-width: 820px) {
.top_voice dl {
display: block;
    width: 92%;
      margin-bottom: 30px;
}
.top_voice dt {
    text-align: center;
    margin-bottom: 20px;
}
}
