/******************************/
/* TOP INFORMATION */
/******************************/

dl{
 width:800px ;
}
dt{
  float:left;
  font-size:0.7rem;
  color:#999;
}
dd{
  margin-left:100px;
}
.p-information {
   margin: 0 auto;
  max-width: 800px;
  font-size:1rem;
  padding-bottom:200px;
}

.p-information a {
color:#666666;
}

@media screen and (max-width: 767px) {
.p-information {
    font-size:1rem;

}

  dl{
 width:100%;
}
  .p-information {
    padding:30px 10px;
  }
}

.p-information dl {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
 }

.p-information dt {
    padding-bottom: 5px;
    width: 100px;
    float: left;
    font-weight: normal;
    clear: both;
}

@media (max-width:767px) {
    .p-information dt {
        width:50px;
         vertical-align:top;
    }
}

.p-information dl:first-child {
    border-top: 1px solid #ddd;
}

.p-information dd {
    padding: 0 0 0 110px;
}

@media (max-width:767px) {
    .p-information dd {
       padding: 0 0 0 70px;
    }
}

/******************************/
/* 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: 0px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-main-visual {
    display: block;
    padding-bottom: 60px;

  }
    .p-main-visual img{
      width:100%;
    height:500px;
    object-fit: cover;
  }

}
.p-main-visual * {
  min-width: 0;
  min-height: 0;
}
.p-main-slider {
  position: relative;
  width: calc(100% + 50px);
}

@media screen and (max-width: 767px) {
  .p-main-slider {
    padding-bottom: 0px;
    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;
  top: 55%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
   margin:0;
  padding:0;

}
@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 img {
  max-height: 350px;
}
.p-top-logo__txt {
  display: block;
  margin-top: 10px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 24px;
  font-weight: normal;
  text-align: right;
}
/******************************/
/*dorakugama_txt */
/******************************/
.p_txt01{background:#1e1a19;margin:0;padding:150px 0;text-align:center;}
.p_txt01 h2{color:#fff;}
.p_txt01 p{color:#fff; line-height: 1.8;font-size:1.2rem;}

@media screen and (max-width: 767px) {
 .p_txt01{padding:50px 10px 70px 10px;}
  .p_txt01 p{font-size:1.0rem;}
}

.text { display: inline-block; }

/******************************/
/*movie */
/******************************/

.p_movie {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
 
.p_movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/******************************/
/*title */
/******************************/


/* フェードイン用のCSS */
.slide-bottom {
   opacity: 0;
   transform: translateY(20px);
   transition: all 1.3s 0s ease-out;
 }

.p-title-wrap  {
padding-top: 500px;
  padding-bottom:0;
    position: relative;
    text-align:center;
  background:#1e1a19;
}

@media only screen and (max-width: 768px){
  .p-title-wrap {padding-top: 300px;}
}
.p_title h3 {
  display: flex;
  align-items: center;
     width: 20px;
    height: 185px;
    -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size:2.2rem;
    letter-spacing: 0.3em;
    position: absolute;
    left: 50%;
    right: 50%;
    top: 180px;
    bottom: 0;
    margin: 0 auto;
  color:#fff;
   font-family: 'Noto Serif JP', serif !important;
}

.p_title h3.white {
  display: flex;
  align-items: center;
     width: 20px;
    height: 180px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size:2.2rem;
    letter-spacing: 0.3em;
    position: absolute;
    left: 0;
    right: 0;
    top: 180px;
    bottom: 0;
    margin: 0 auto;
  color:#000;
   font-family: 'Noto Serif JP', serif !important;
}

@media only screen and (max-width: 768px){
.p_title h3,.p_title h3.white  {
    top: 90px;
    font-size:1.6rem;
  
}
}

.p_title h3:before,.p_title h3.white :before{
    content: "";
    display: block;
    width: 1px;
    height: 90px;
    background-color: #c9c9c9;
    position: absolute;
    top: -30px;
    right: -25px;
}

@media only screen and (max-width: 768px){
.p_title h3:before,.p_title h3.white :before {
    height: 60px;
    top: -20px;
    right: -15px;
}
}
.p_title h3:after {
    content: "";
    display: block;
    width: 1px;
    height: 90px;
    background-color: #c9c9c9;
    position: absolute;
    bottom: -20px;
    left: -25px;
}
.p_title h3.white :after {
    content: "";
    display: block;
    width: 1px;
    height: 90px;
    background-color: #c9c9c9;
    position: absolute;
    bottom: 10px;
    left: -25px;
}

@media only screen and (max-width: 768px){
.p_title h3:after {
    height: 60px;
    bottom:20px;
    left: -15px;
}
}
@media only screen and (max-width: 768px){
.p_title h3.white :after {
    height: 50px;
    bottom:80px;
    left: -15px;
}
}

.bg_white{background:#fff;}

/******************************/
/*tsukurite */
/******************************/
.p-image {
  text-align: center;
  display: flex;
   justify-content: center;
  align-items: center;
  background:#1e1a19;

}
.p-image img {
  width: 100%;
}

.p-image__img {
  position: relative;/*相対配置*/
  overflow: hidden;
  background: #000;
}

.p-image__img img{
  width: 100%;
  transition-duration: 0.3s;
}
.p-image__img:hover img{
  opacity: 0.6;
    transform: scale(1.2);
  transition-duration: 0.3s;
}


.p-image__img p{
 position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
  font-size:3rem;
  bottom: 10%;
  right: 10%;
   margin:0;
  padding:0;
}

@media only screen and (max-width: 768px){
  .p-image__img p{
  font-size:2.0rem;
}
}

.p-image__img span.toshu01{
  font-size:1.6rem;
}

@media only screen and (max-width: 768px){
.p-image__img span.toshu01{
  font-size:1.2rem;
}
}
.p-image__img span.toshu02{
  font-size:1.4rem;
}
@media only screen and (max-width: 768px){
.p-image__img span.toshu02{
  font-size:1.0rem;
}
}
.p-image__img img{
  width:100%;
}
.p-image__img p img{
  width:150px;
  height:17px;
  padding-top:15px;
}
@media only screen and (max-width: 768px){
.p-image__img p img{
  width:100px;
  height:11px;
  padding-top:10px;
}
}
@media screen and (max-width: 768px) {
  .p-image {
    overflow: hidden;
    display:block
  }
  .p-image img {
  width: 100vw;
}
}



/******************************/
/* item IMAGE */
/******************************/



.p-item_image {
   display: flex;
flex-wrap:no-wrap;/* 改行不許可 */
   justify-content: center;
  align-items: center;
}

.wrapper{    display: flex;
    flex-wrap: wrap;
  
}

.wrapper .p-item{
  width:25%;
}

.p-item {
  position: relative;/*相対配置*/
  overflow: hidden;
  background: #000;
  text-align:center;
}

.p-item img{
  width: 100%;
  transition-duration: 0.3s;
}
.p-item:hover img{
  opacity: 0.6;
    transform: scale(1.2);
  transition-duration: 0.3s;
}


.p-item p{
 position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
  font-size:2.0rem;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
   margin:0;
  padding:0;
}

@media only screen and (max-width: 920px){
  .p-item p{
  font-size:1.6rem;
}
}


.p-item img{
  width:100%;
}
.p-item p img{
  width:150px;
  height:17px;
  padding-top:10px;
}
@media only screen and (max-width: 768px){
.p-item p img{
  width:100px;
  height:11px;
  padding-top:10px;
}
}

@media screen and (max-width: 768px) {
  .p-item_image {
    overflow: hidden;
  }
  .wrapper .p-item{
  width:50%;
}
}

/******************************/
/*item_txt */
/******************************/
.p_txt02{background:#fff;margin:0;padding:150px 0;text-align:center;}
.p_txt02 h2{color:#000;}
.p_txt02 p{color:#000; line-height: 1.8;font-size:1.2rem;}

@media screen and (max-width: 767px) {
 .p_txt02{padding:50px 10px 70px 10px;}
  .p_txt02 p{padding:0 15px;font-size:1.0rem;}
}

/******************************/
/*育て方・使い方 */
/******************************/
.p-use_image {
  text-align: center;
  display: flex;
 justify-content: center;
  align-items: center;
}
.p-use_image img {
  width: 100%;
}

.p-use_image__img {
  position: relative;/*相対配置*/
  overflow: hidden;
  background: #000;
}

.p-use_image__img div.use_txt{
 position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
  top: calc(50% - 5px); 
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
   margin:0;
   margin:0;
  padding:0;
}

@media only screen and (max-width: 768px){
 .p-use_image__img div.use_txt{ top:50%; 
  left: 50%;
}
}


.p-use_image__img p.use01{
 font-family:  "Sawarabi Mincho";
font-weight: normal;
font-style: normal;
  font-size:2.4rem;
  margin-bottom:30px;
}
.p-use_image__img p.use02{
  font-size:1.2rem;
  font-family: "Noto Sans JP";
  font-weight: 400;
   font-style: normal;
    margin-bottom:30px;
}

@media only screen and (max-width: 768px){
  .p-use_image__img p.use01{
      font-size:1.8rem;
      margin-bottom:10px;
  }
.p-use_image__img p.use02{
  font-size:1rem;
   margin-bottom:15px;
}
}
.p-use_image__img span.use03{
  font-size:1.2rem;
  font-family: "Noto Sans JP";
  font-weight: 400;
   font-style: normal;
  margin:15px;
}
@media only screen and (max-width: 768px){
.p-use_image__img span.use03{
  font-size:1.0rem;
}
}
.p-use_image__img img{
  width:100%;
}
.use_txt img{
  width:150px;
  height:17px;
  padding-top:5px;
}

@media screen and (max-width: 768px) {
  .p-use_image {
    overflow: hidden;
    display:block
  }
  .p-use_image img {
  width: 100vw;
}
}

/* ここから下が詳細を見るボタンのCSS　*/



.c-button {
  outline: none;
  display: inline-block;
  width: inherit;
  min-width: 240px;
  text-align: center;
  background:rgba(0,0,0,0.5);
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
  padding: 10px 24px;
  opacity: 1 !important;
 }


@media screen and (max-width: 768px) {
  .c-button {
  min-width: 200px;
  padding: 10px 20px;
}
}
.c-button span {
  position: relative;
  z-index: 99;
}
.c-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #333;
  transition: all 0.5s;
  opacity:0.3;
}
.c-button svg {
  width: 45px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  transition: all 0.2s;
}

.c-button svg path {
  stroke: #FFF;
}
.c-button:hover {
  color: #FFF;
  text-decoration:none;
}
.c-button:hover:after {
  width: 100%;
}
.c-button:hover svg path {
  stroke: #FFF;
  transition: all 0.1s 0.2s;

}

/******************************/
/*お知らせのタイトル */
/******************************/


.p_title_news h3.white {
  display: flex;
  align-items: center;
     width: 20px;
    height: 180px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size:2.2rem;
    letter-spacing: 0.2em;
    position: absolute;
    left: 0;
    right: 0;
    top: 180px;
    bottom: 0;
    margin: 0 auto;
  color:#000;
     font-family: 'Noto Serif JP', serif !important;
}

@media only screen and (max-width: 768px){
.p_title_news h3,.p_title_news h3.white  {
    top: 90px;
    font-size:1.6rem;
    width: 20px;
}
}

.p_title_news h3:before,.p_title_news h3.white :before{
    content: "";
    display: block;
    width: 1px;
    height: 90px;
    background-color: #c9c9c9;
    position: absolute;
    top: -30px;
    right: -25px;
}

@media only screen and (max-width: 768px){
.p_title_news h3:before,.p_title_news h3.white :before {
    height: 60px;
    top: -20px;
    right: -15px;
}
}
.p_title_news h3:after,.p_title_news h3.white :after {
    content: "";
    display: block;
    width: 1px;
    height: 90px;
    background-color: #c9c9c9;
    position: absolute;
    bottom: -20px;
    left: -25px;
}

@media only screen and (max-width: 768px){
.p_title_news h3:after,.p_title_news h3.white :after {
    height: 60px;
    bottom:30px;
    left: -15px;
}
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 0;
}
@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: bold;
  font-family: "Playfair Display", serif;
  color: #5a5a5a;
  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: #5a5a5a;
}
@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 #5a5a5a;
  border-top: 1px solid #5a5a5a;
  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;
}
.p-recommend-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .p-recommend-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 Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.p-recommend-list__ttl {
  font-size: 16px;
}
.p-recommend-list__ttl img {
  vertical-align: middle;
}
.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;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.p-recommend-list__price.is-default {
  margin-top: 0;
}
/******************************/
/* TOP CONCEPT */
/******************************/
.p-concept {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-concept-list {
    margin-top: 30px;
  }
}
.p-concept-list__item {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .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;
}
@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;
}
@media screen and (max-width: 1030px) {
  .p-concept-list__item:nth-child(even) .p-concept-list__img {
    margin-right: -50px;
  }
}
@media screen and (max-width: 767px) {
  .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;
}
@media screen and (max-width: 1030px) {
  .p-concept-list__img {
    margin-left: -50px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-list__img {
    margin-left: 0;
    margin-bottom: 30px;
    width: auto;
    text-align: center;
  }
}
.p-concept-list__img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-concept-list__img img {
    width: 600px;
    max-width: 100%;
  }
}
.p-concept-list__txt {
  margin-left: 40px;
  width: 375px;
}
@media screen and (max-width: 1030px) {
  .p-concept-list__txt {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .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 Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  color: #9b8970;
}
@media screen and (max-width: 767px) {
  .p-concept-list__ttl {
    margin-bottom: 15px;
    padding-left: 40px;
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-list__body {
    padding-left: 40px;
  }
}
/******************************/
/* 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;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .p-block-01 {
    margin-bottom: 0;
  }
}
.p-block-01-list__item {
  border-top: 3px solid #ffffff;
}
@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: 30px;
  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;
  }
}
@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: #f7f8fa;
}
@media screen and (max-width: 767px) {
  .p-block-01-list__item.is-01 {
    background: #ffffff;
  }
}
.p-block-01-list__item.is-02 {
  background: #eceff4;
}
@media screen and (max-width: 767px) {
  .p-block-01-list__item.is-02 {
    background: #ffffff;
  }
}
.p-block-01-list__item.is-03 {
  background: #f3f6f9;
}
@media screen and (max-width: 767px) {
  .p-block-01-list__item.is-03 {
    background: #ffffff;
  }
}
@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: 270px;
}
@media screen and (max-width: 1030px) {
  .p-block-01-list__txt {
    margin-left: 30px;
  }
}
@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: 24px;
  font-weight: normal;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
@media screen and (max-width: 767px) {
  .p-block-01-list__ttl {
    margin-top: 0;
    font-size: 18px;
  }
}
.p-block-01-list__body {
  color: #5a5a5a;
}
.p-block-01-list__btn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-block-01-list__btn {
    text-align: center;
  }
}
/******************************/
/* 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 MEDIA */
/******************************/
.p-media-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@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: 25%;
}
@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;
}
@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 Serif JP", "游明朝体", "Yu Mincho", YuMincho, 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 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;
  }
}

