/******************************/
/* SLIDER */
/******************************/
.p-main-visual-wrap + .p-concept {
  padding-top: 0px;
}
.p-main-visual-wrap{
    padding-top: 150px;
}
@media screen and (max-width:1030px) {
  .p-main-visual-wrap{
    padding-top: 94px;
  }
}
.p-main-visual-wrap .slick-slide img{
  height :85vh;
  object-fit:cover;
}
@media screen and (max-width:1030px) {
  .p-main-visual-wrap .slick-slide img{
    height :auto;
  }
}
.p-main-visual {
  overflow: hidden;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0px;
}
@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;
  margin-bottom: 8vw;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .p-main-slider {
    padding-bottom: 20px;
    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-list {
  visibility: hidden;
}
.p-main-slider-list.slick-slider {
  visibility: visible;
}
.p-main-slider .is-active {
  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 {
  margin: 0 auto;
  width: 100%;
}
@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-line-informaiton {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 30px 0 105px;
  width: 45%;
}
@media screen and (max-width: 1030px) {
  .p-line-informaiton {
    padding: 0;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    margin-bottom: 60px;
    width: 80%;
  }
}
.p-line-informaiton__ttl {
  margin: 0 auto 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 170px;
  font-size: 32px;
  font-weight: 400;
  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-list {
    margin-bottom: 50px;
  }
@media screen and (max-width: 1030px) {
  .p-line-informaiton-list {
    font-size: 12px;
  }
}
.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;
  }
}
.info__item {
	padding: 10px 0;
  	border-bottom: 0.5px solid #e3e3e3;
}
.info__btn {
  margin: 0 auto;
  text-align: center;
}
/******************************/
/* 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%;
  }
}
.c-ttl-main {
	text-align: center;
}
.c-ttl-main::before {
    display: none;
}
.section-ttl {
  padding: 0;
  font-size: 32px;
  font-weight: 400;
}
@media screen and (max-width: 767px){
  .section-ttl {
  margin-bottom: 25px;
  font-size: 24px;
  }
  .recommend-ttl {
    margin-bottom: 0;
  }
}

.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;
  }
  .item-btn {
    width: 81vw;
  }
}
.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;
}
.recommend__img {
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
/******************************/
/* 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;
  background-color: #fff;
}
.p-pickup-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 25%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-pickup-list {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}
}
.picup__container {
  width: auto;
  max-width: 1270px;
}
@media screen and (max-width: 1745px) {
  .picup__container {
    margin: 0 10vw 0;
  }
}
@media screen and (max-width: 1030px) {
  .picup__container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .picup__container {
    margin: 0 9vw 0;
  }
}
.picup__ttl {
  font-size: 32px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .picup__ttl {
     padding: 0;
     margin-bottom: 25px;
     font-size: 24px;
}
}
.p-pickup-list__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media screen and (max-width: 1400px) {
  .p-pickup-list__item {
    align-items: center;
  }
}
@media screen and (max-width: 1030px) {
  .p-pickup-list__item {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
  }
}
.p-pickup-list__item:last-child {
  margin-bottom: 0;
}
.p-pickup-list__img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 55%;
}
@media screen and (max-width: 1400px) {
  .p-pickup-list__img {
    width: 50%;
  }
}
@media screen and (max-width: 1030px) {
  .p-pickup-list__img {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup-list__img {
    width: auto;
  }
}
.p-pickup-list__img-l {
  width: 100%;
}
.p-pickup-list__img-r {
  width: 50%;
}
.p-pickup-list__txt {
  padding-top: 24px;
  width: 42%;
}
@media screen and (max-width: 1400px) {
.p-pickup-list__txt {
    padding-top: 15px;
    width: 47%;
  }
}
@media screen and (max-width: 1030px) {
  .p-pickup-list__txt {
    width: auto;
  }
}
.pickup-list__subttl {
  margin: 0 0 1px 25px;
  font-size: 10px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  letter-spacing: 0.1em;
  color: #1a1b188c;
}
.p-pickup-list__ttl {
  margin-top: 0;
  margin-left: 25px;
  margin-bottom: 30px;
  text-align: start;
  line-height: 1.4;
  font-size: 28px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
@media screen and (max-width: 1400px) {
  .p-pickup-list__ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup-list__ttl {
    margin-bottom: 15px;
    margin-left: 4px;
    font-size: 18px;
  }
  .pickup-list__subttl {
    margin: 0 0 1px 4px;
  }
}

.picup__link:hover {
  text-decoration: none;
}

.picup__box {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgb(210, 213, 217);
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  transition: 0.4s ease-in-out;
}
.picup__box:hover {
  background: #1111110d;
}
.picup__box:hover .picup__img {
    transform: scale(1.1);
}
.picup__pic {
  overflow: hidden;
  margin-bottom: 0px;
  width: 18%;
}
@media screen and (max-width: 1030px) {
  .picup__pic {
    width: 14%;
  }
}
.picup__img {
  transition: transform 0.4s ease-in-out;
}
.picup__prefix {
  padding-right: 3px;
 font-size: 10px; 
}
.picup__price {
  margin-bottom: 0px;
}
.p-pickup-list__btn {
  margin-top: 55px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-pickup-list__btn {
    text-align: center;
  }
}
/******************************/
/* TOP 画像大エリア */
/******************************/
.p-block-01 {
  overflow: hidden;
  margin:105px 10vw 140px;
}
@media screen and (max-width: 767px) {
  .p-block-01 {
    margin:55px 9vw 25px;
  }
}
.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(odd) .p-block-01-list__img {
  margin-right: 25px;
  margin-left: 0px;
}
@media screen and (max-width: 1030px){
  .p-block-01-list__item:nth-child(odd) .p-block-01-list__img {
  margin-right: 0px;
  margin-left: 0px;
}
}
.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: 25px;
}
@media screen and (max-width: 767px) {
  .p-block-01-list__item:nth-child(even) .p-block-01-list__img {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-block-01-list__item.is-01 {
    background: #ffffff;
  }
}
.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-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  max-width: 1240px;
}
@media screen and (max-width: 767px) {
  .p-block-01-list__box {
    flex-direction: column-reverse;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px){
  .list__box-02{
    flex-direction: column;
  }
}
.p-block-01-list__img {
  box-sizing: border-box;
  flex: 1;
  margin-right: 0px;
  max-width: 600px;
}
@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: 507px;
}
@media screen and (max-width: 1030px) {
  .p-block-01-list__txt {
    margin-left: 30px;
    width: 45%;
  }
}
@media screen and (max-width: 900px) {
  .p-block-01-list__txt {
    margin-left: 30px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-block-01-list__txt {
    margin-left: 0;
    margin-right: 0;
    padding: 30px 0 0;
    width: auto;
  }
}
.p-block-01-list__ttl {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: start;
  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;
    margin-left: 0;
    text-align: start;
    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;
  }
  .block-btn {
    width: 100%;
  }
}

/******************************/
/* 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 {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .p-image {
    overflow: hidden;
  }
}
.image__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  padding: 70px 70px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transform: translate(-50%, -50%);
}
.image__icon {
  margin: 0 auto 0px;
  width: 60px;
  height: 60px;
  background: url(https://img21.shop-pro.jp/PA01514/683/etc_base64/aWNvbl9pbnN0YWdyYW0.png?cmsp_timestamp=20250214125424) center center / cover;
}
.image__sns {
  text-align: center;
  font-size: 28px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  color: #fff;
}
.image__sns-name {
  margin-bottom: 0px;
  text-align: center;
  font-size: 22px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  color: #fff;
}

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

@media screen and (max-width: 1030px) {
  .p-image__img {
    margin: 0 -150px;
  }
}
/******************************/
/* TOP MEDIA（Contents） */
/******************************/
.p-media {
  margin: 105px auto 0px;
  padding-left: 0;
  padding-right: 0;
  width: 78%;
}
@media screen and (max-width: 1030px) {
  .p-media {
  margin: 55px auto 0px;
  width: 80%;
}
}
.p-media-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
   .p-media {
  margin-top: 55px;
  width: 92%;
}
  .p-media-list {
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .blog-width {
    width: 84%;
  }
}
@media screen and (max-width: 767px){
  .block-01-list {
    padding-bottom: 0px;
  }
}
.p-media-list__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding-left: 0px;
  padding-right: 0px;
  width: 30%;
}
@media screen and (max-width: 1030px){
  .p-media-list__item:nth-child(3) {
    margin-bottom: 0;
  }
  .p-media-list__item {
    margin-bottom: 60px;
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .p-media-list__item {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 70px;
    width: 100%;
  }
}
.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 {
  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;
  }
}
.media-lead {
  font-size: 0.9rem;
  font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
.media-list__ttl {
  margin: 20px 0 8px 0;
  text-align: start;
  font-size: 19px;
}
.media__img {
  display: block;
  width: 100%;
  height: 100%;
}
/******************************/
/* 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;
  }
}
/********浜野追加*****/
.custom-container{
  box-sizing: border-box;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  width : 90%;
}
.custom-recommend-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* アイテム間の余白 */
  justify-content: center; /* 中央揃え */
  margin-top: 0;
  margin-bottom: 75px;
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 767px) {
  .custom-recommend{
    margin-bottom: 20px;
  }
  .custom-recommend-list {
    margin-bottom: 35px;
  }
}

.custom-recommend-list__item {
  width: calc(25% - 20px); /* 4つ並び（間隔考慮） */
  min-width: 200px; /* 最小幅の設定 */
  box-sizing: border-box;
  text-align: left;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 350px; /* ボックスの最低高さを設定 */
}
@media screen and (max-width: 445px) {
  .custom-recommend-list__item {
    width: 80%;
  }
}

.custom-recommend-list__img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.p-recommend-list__txt {
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* ボックスの高さを均等にする */
}

.p-recommend-list__expl {
  min-height: 20px; /* 説明文の高さを統一 */
  margin-bottom: 5px;
}

.p-recommend-list__ttl {
  min-height: 40px; /* 商品名の高さを統一 */
  font-weight: bold;
  margin-bottom: 5px;
}

.p-recommend-list__price {
  margin-top: auto; /* 価格を常に一番下に配置 */
}
.p-recommend-list__expl {
  color : #cc4a47;
}
/******************************/
/* CONCEPT 素材とわたしたちの願い */
/******************************/
.concept {
    position: relative;
  	margin: 0 auto;
    max-width: 1000px;
    z-index: 0;
}

.concept__list {
    width: 710px;
}

.concept__ttl {
    position: relative;
    padding: 28px 0 28px 8px;
    font-size: 1.8rem;
  	font-weight: 300;
    transition: .3s ease;
    cursor: pointer;
    border-bottom: 1px solid #e8e8e8;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}

.concept__span {
    margin-right: 10px;
    font-size: 1.2rem;
    color: #e59d13;
}

.concept__txt {
    display: none;
  	margin-left: 0;
    padding: 20px 150px 20px 35px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #e8e8e8;
    font-feature-settings: "palt";
    font-size: 0.9rem;
  	color: #5a5a5a;
}

.concept__ttl::after {
    position: absolute;
    content: "";
    top: 1px;
    right: 20px;
    bottom: 0;
    width: 7px;
    height: 7px;
    margin: auto;
    border-right: 1px solid #898989;
    border-bottom: 1px solid #898989;
    transition: .3s ease;
    transform: rotate(45deg);
}

.concept__ttl.active::after {
    transform: rotate(-135deg);
}

.concept__ttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(187, 187, 187, 0.1) 0%, rgba(0, 0, 0, 0) 24%, rgba(27, 27, 27, 0) 71%, rgba(187, 187, 187, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.concept__ttl:hover {
    color: #5e5e5e;
}

.concept__ttl:hover::before {
    opacity: 1;
}


.concept__bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 810px;
    height: 455px;
    background: url(../images/concept_img1.jpg) center center / cover;
    transition: opacity 0.5s ease-in-out;
}

@media screen and (max-width: 1300px) {
  	.concept {
 	 	margin: 0 10vw;
  	}
    .concept__list {
        width: 610px;
    }

    .concept__ttl {
        font-size: 1.6em;
    }

    .concept__txt {
        padding: 20px 70px 20px 35px;
    }

    .concept__bg {
        width: 700px;
    }
}

@media screen and (max-width: 1030px) {
  	.concept {
 	 	margin: 0 10vw;
  	}
    .concept__list {
        width: 515px;
    }

    .concept__ttl {
        font-size: 1.4em;
    }

    .concept__txt {
        padding: 20px 0 20px 35px;
    }

    .concept__bg {
        width: 810px;
    }
}
@media screen and (max-width: 920px) {
.concept__bg {
        width: 590px;
    }
}
@media screen and (max-width: 767px) {
  .concept-wrap {
  	margin: 0 9vw 165px;
  }
  .concept {
    margin: auto;
  }
  	.concept__list {
        width: 100%;
    }

    .concept__ttl {
        padding: 12px 7vw 12px 0;
        font-size: 1.3em;
    }

    .concept__txt {
        padding: 20px 0 20px 35px;
    }

    .concept__bg {
        top: auto;
        bottom: -108px;
        width: 310px;
        height: 175px;
    }
}
/****NEWS*****/
.news-meta {
  display: grid;
  grid-template-columns: 2fr 70px 7fr;
  grid-template-areas: "first second third";
  gap: 10px;
  padding: 15px 0;
  border-bottom: 0.5px solid #bcbcbc;
  align-items: center;
}
.news-meta > :nth-child(1) { grid-area: first; }
.news-meta > :nth-child(2) { grid-area: second; }
.news-meta > :nth-child(3) { grid-area: third; }

span.p-line-informaiton-list__category {
    font-size: .7em;
    color: #ffffff;
    background: #e59d13;
    text-align: center;
}
ul#important-news-list {
    margin: 30px auto 50px auto;
}
@media screen and (max-width: 767px) {
  .news-meta {
    display:block;
    width: 100%;
    }
  .news-meta > :nth-child(3) {
    display:block;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
   /* max-width: 15ch; */
}
  .p-line-informaiton-list__category {
    font-size: .9em;
    padding: 2px 3px;
}
}
/********ブログ********/
#event-blog-list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.blog-list-box {
    width: 30%;
}
a.p-line-informaiton-list__link {
    text-decoration: none;
}
a.p-line-informaiton-list__link:hover {
  opacity: 0.7;
  transition : .5s;
}
li.blog-list-box img {
    width: 100%;
    height: 260px;
  object-fit: cover;
}
.blog-meta {
    margin-top: 10px;
}
.blog-meta span.p-line-informaiton-list__category {
    font-size: .9em;
    padding: 5px 3px;
}
.blog-list-box .p-line-informaiton-list__text {
    font-size: 0.9em;
    margin: 10px 0;
    display: block;
}
.blog-list-box .p-line-informaiton-list__date {
    font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  #event-blog-list {
    flex-direction: column;
}
  .blog-list-box {
    width: 100%;
    margin: 10px 0;
}
  a.p-line-informaiton-list__link {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
}
  li.blog-list-box img {
    width: 40%;
    height: 26vw;
    margin-right: 10px;
}
  .blog-list-text{
    width:55%;
  }
}
/***カートJS***/
.cartjs_box .cartjs_product_table ,.cartjs_box .cartjs_sk_link_other{
  display:none;
}
.cartjs_box .cartjs_cart_in input{
  margin-bottom: 0 !important;
  background-color: #373737 !important;
  border-radius: 0 !important;
  width: 95% !important;
  font-size: 1em !important;
  height: 40px !important;
}
li.c-item-list__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/***カートJS***/

.custom-recommend-list__img .cartjs_cart_in input{
  margin-bottom: 0 !important;
  background-color: #373737 !important;
  border-radius: 0 !important;
  width: 95% !important;
  font-size: 1em !important;
  height: 40px !important;
}

/* 初期状態では非表示 */
.cart-hover-form {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: absolute;
  bottom: 1%;
  width: 100% ;
  transition: .5s;
}
.cart-hover-form input[type="submit"] {
    background-color: #373737 !important;
    border-radius: 0 !important;
    width: 100%;
    font-size: 1em !important;
    height: 40px !important;
    color: #fff;
    border: none;
}
/* 親に hover した時だけ表示 */
.custom-recommend-list__img:hover .cart-hover-form {
  opacity: 1;
  visibility: visible;
}
/**トップイオンフォメーション***/

.top-info{
  text-align:center;
  width:80%;
  margin: 0 auto;
}
.top-info a{
      width: auto;
    margin: 0px auto 50px;
    text-align: center;
    display: inline-block;
    padding: 5px 10px;
    background: #fcf0c5;
    color: #e2990f !important;
    font-size: 1rem;
}
