/******************************/
/* 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-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 {
  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-family: "Noto Serif JP", "ÞâÌÀÄ«ÂÎ", "Yu Mincho", YuMincho, serif;
  font-size: 24px;
  font-weight: normal;
  text-align: right;
}
/******************************/
/* 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;
}
@media screen and (max-width: 767px) {
  .p-block-01 {
    margin-bottom: 0;
  }
}
.p-block-01-list__item {
  border-top: 0px 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 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;
}
@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 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;
  }
}


/* ========================================= *
 * ¢§ ÇØ·Ê¿§¤ÎÊÑ¹¹¡Ê¤ª¤¹¤¹¤á¾¦ÉÊ¡¦¾¦ÉÊ¤Î¤´°ÆÆâ¡Ë ¢§
 * ========================================= */

/* ­¡ ¤ª¤¹¤¹¤á¾¦ÉÊ¡¦¾¦ÉÊ¤Î¤´°ÆÆâ¤ÎÂç¸µ¤ÎÇØ·Ê¤ò¡ÖÇò¡×¤Ë¤¹¤ë */
.p-recommend,
.p-pickup {
  background: #ffffff !important;
}

/* ­¢ ±¦Â¦¡¦º¸Â¦¤Ë¤¢¤Ã¤¿¿§ÉÕ¤­¤Î¥¢¥¯¥»¥ó¥È¥¨¥ê¥¢¤òÈóÉ½¼¨¤Ë¤¹¤ë */
.p-recommend-bg,
.p-pickup-bg {
  display: none !important;
}
/* ========================================= *
 * ¢§ ¥È¥Ã¥×¥Ú¡¼¥¸FV¥Ç¥¶¥¤¥ó¡§NEWS¾åÉô¸ÇÄê¡¦Ê¸»ú²þ¹ÔËÉ»ß¡¦¥µ¥¤¥ºÄ´À° ¢§
 * ========================================= */

/* 1. FV¥¨¥ê¥¢Á´ÂÎ¤ò²£Éý¤¤¤Ã¤Ñ¤¤¤Ë¹­¤²¤ë */
.p-main-visual {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  max-width: none !important;
  padding-bottom: 0 !important;
  display: block !important;
}

/* 2. ²èÁü¥¹¥é¥¤¥À¡¼¥¨¥ê¥¢¤ò100%¤Ë¤¹¤ë */
.p-main-slider {
  width: 100% !important;
  margin: 0 !important;
  padding-bottom: 0 !important;
}

/* ²èÁü¤Î¹â¤µ¤ò¡Ö75vh¡Ê²èÌÌ¤Î75%¡Ë¡×¤Ë¤·¤Æ²¼Éô¤Î¥»¥¯¥·¥ç¥ó¤ò¸«¤»¤ë */
.p-main-slider-list__item img {
  width: 100% !important;
  height: 75vh !important;
  object-fit: cover !important;
}
@media screen and (max-width: 767px) {
  .p-main-slider-list__item img { height: 65vh !important; }
}

/* ²èÁü¤Î¾å¤Ë°Å¤¤¥Õ¥£¥ë¥¿¡¼¡Ê¹õ¤ÎÈ¾Æ©ÌÀ¡Ë¤ò½Å¤Í¤ë */
.p-main-slider-list__item {
  position: relative;
}
.p-main-slider-list__item::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/* ¥¹¥é¥¤¥À¡¼¤ÎÌð°õ¤ò²èÌÌ¤Îº¸±¦¤ËÇÛÃÖ */
.p-main-slider .slick-prev, 
.p-main-slider .slick-next {
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
  z-index: 50 !important;
}
.p-main-slider .slick-prev { left: 40px !important; right: auto !important; }
.p-main-slider .slick-next { right: 40px !important; left: auto !important; }

/* 3. ¤ªÃÎ¤é¤»¡ÊNEWS¡Ë¤ò°ìÈÖ¾å¤ÎÂÓ¤Ë¤¹¤ë */
.p-line-informaiton {
  position: absolute !important; /* fixed¤À¤ÈÁ´¥Ú¡¼¥¸¤Ç±Æ¶Á¤¬½Ð¤ë¤¿¤áabsolute¤ËÊÑ¹¹ */
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  background: #dfb274 !important; /* ¥Ù¡¼¥¸¥å/¥ª¥ì¥ó¥¸ÂÓ */
  z-index: 9999 !important;
  padding: 8px 0 !important;
  margin: 0 !important;
}
.p-line-informaiton__ttl { display: none !important; }
.p-line-informaiton__box {
  border: none !important;
  padding: 0 !important;
  width: 100% !important;
  text-align: center !important;
}
.p-line-informaiton-list__item {
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: bold;
}
.p-line-informaiton-list__item a {
  color: #ffffff !important;
  text-decoration: none !important;
}
.p-line-informaiton-list::before,
.p-line-informaiton-list .slick-prev,
.p-line-informaiton-list .slick-next {
  display: none !important;
}

/* 4. ¥µ¥¤¥ÈÌ¾¤È¥µ¥Ö¥³¥Ô¡¼¤ò²èÌÌÃæ±û¤ËÇÛÃÖ¡Ê´°Á´Ãæ±ûÇÛÃÖÈÇ¡¦½¤Àµ¡Ë */
.p-main-txt {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  transform: none !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  z-index: 10 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  pointer-events: none; /* ¥¹¥é¥¤¥À¡¼¤ÎÁàºî¤ò¼ÙËâ¤·¤Ê¤¤¤¿¤á¤Îµ­½Ò */
}

.p-top-logo {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  width: 100% !important;
  max-width: 100% !important; /* ¸µ¤Î600pxÀ©¸Â¤ò²ò½ü */
}
.p-top-logo__img img {
  display: none !important;
}

/* ¥µ¥¤¥ÈÌ¾¡ÊÄ«ºÎ¤ê´°½Ï¤¤¤Á¤¸¤¯¤Î¡Ö¥ª¥·¥ã¥ì¥Õ¥ë¡¼¥Ä¡×Åù¡Ë¤òÃæ±ûÇÛÃÖ */
.p-top-logo__txt {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  color: #ffffff !important;
  font-size: 36px !important; 
  font-weight: bold;
  letter-spacing: 0.15em !important;
  white-space: nowrap !important;
  font-family: "Noto Serif JP", "ÞâÌÀÄ«ÂÎ", "Yu Mincho", serif;
  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
  margin: 0 0 25px 0 !important;
  padding: 0 !important; /* ¸µ¤Î±¦Í¾Çò¤ò²ò½ü */
}

/* ¥µ¥Ö¥³¥Ô¡¼ */
.p-top-subcopy {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  color: #ffffff !important;
  font-size: 16px !important;
  letter-spacing: 0.2em !important;
  line-height: 2.0 !important;
  white-space: nowrap !important;
  font-family: "Noto Serif JP", "ÞâÌÀÄ«ÂÎ", "Yu Mincho", serif;
  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
  margin: 0 !important;
  padding: 0 !important;
}

/* ¥¹¥Þ¥ÛÉ½¼¨¤Ç¤ÎÈùÄ´À° */
@media screen and (max-width: 767px) {
  .p-top-logo__txt { font-size: 22px !important; letter-spacing: 0.1em !important; }
  .p-top-subcopy { font-size: 12px !important; letter-spacing: 0.1em !important; }
}

/* ========================================= *
 * ¢§ ÄÉ²Ã½¤Àµ¡§FV¤Î¹â¤µ¤òÄã¤¯¤·¡¢¤ª¤¹¤¹¤á¾¦ÉÊ¤ò¾å¤Ë°ú¤­¾å¤²¤ë ¢§
 * ========================================= */

/* 1. FV¥¨¥ê¥¢Á´ÂÎ¤Î¹â¤µ¡¦²¼ÉôÍ¾Çò¤ò¾®¤µ¤¯¤¹¤ë */
.p-main-visual {
  padding-bottom: 40px !important; /* ¸µ¤Î180px¤«¤éÂçÉý¤Ë½Ì¾®¤·¤Æ²¼¤Î¥³¥ó¥Æ¥ó¥Ä¤ò¾å¤Ë */
}
@media screen and (max-width: 767px) {
  .p-main-visual {
    padding-bottom: 30px !important;
  }
}

/* 2. ¥¹¥é¥¤¥À¡¼²èÁü¤ÎºÇÂç¹â¤µ¤òÀ©¸Â¤·¤Æ½ÄÉý¤ò¥¹¥ê¥à¤Ë¤¹¤ë */
.p-main-slider .slick-slide img {
  max-height: 65vh !important; /* ²èÌÌÁ´ÂÎ¤Î¹â¤µ¤Î65%¤Þ¤Ç¤ËÀ©¸Â¡Ê¢¨¹¥¤ß¤Ë¹ç¤ï¤»¤Æ55vh&#12316;70vh¤ÇÄ´À°²Ä¡Ë */
  object-fit: cover !important; /* ²èÁü¤¬²£¤ËÄÙ¤ì¤ë¤Î¤òËÉ¤° */
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .p-main-slider .slick-slide img {
    max-height: 45vh !important; /* ¥¹¥Þ¥Û¤Ç¤Î²èÁü¤Î¹â¤µÀ©¸Â */
  }
}

/* 3. ¤ª¤¹¤¹¤á¾¦ÉÊ¥¨¥ê¥¢Á´ÂÎ¤Î¾å¤ÎÍ¾Çò¤òµÍ¤á¤ë */
.p-recommend,
.p-top-recommend,
.p-index-recommend {
  margin-top: 0 !important;
  padding-top: 10px !important;
}

/* 4. ¤ª¤¹¤¹¤á¾¦ÉÊ¡Ö¸«½Ð¤·¡×¤Î¾å²¼¤ÎÍ¾Çò¤ò¶Ë¸Â¤Þ¤ÇµÍ¤á¤ë */
.p-recommend__ttl,
.p-top-recommend__ttl,
.p-recommend-headline,
.p-index-recommend__ttl,
.c-headline {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* ========================================= *
 * ¢§ ÄÉ²Ã½¤Àµ¡§¤ª¤¹¤¹¤á¾¦ÉÊ¤ÎÌð°õ¤ò¸«½Ð¤·¤ÈÊÂ¤Ù¤ë¡ÊPCÈÇ¡Ë ¢§
 * ========================================= */

@media screen and (min-width: 768px) {
  /* ¸«½Ð¤·¡Ê¤ª¤¹¤¹¤á¾¦ÉÊ¡Ë¤Î²¼Í¾Çò¤ò¥¼¥í¤Ë¤¹¤ë */
  .p-recommend .c-ttl-main {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
  }
  
  /* ¥¹¥é¥¤¥À¡¼¡Ê¾¦ÉÊ²èÁü¡Ë¤È¸«½Ð¤·¤Î´Ö¤Î·ä´Ö¤òµÍ¤á¤ë¡Ê¸µ¤Î120px ¢ª 30px¡Ë */
  .p-recommend-list {
    margin-top: 30px !important; 
  }

  /* Ìð°õ¤ò¸«½Ð¤·¤Î¹â¤µ¤Þ¤Ç¾å¤Ë°ú¤­¾å¤²¤ë */
  .p-recommend-list .slick-prev,
  .p-recommend-list .slick-next {
    top: -55px !important; /* ¢¨¤³¤³¤Î¿ôÃÍ¤òÄ´À°¤¹¤ë¤ÈÌð°õ¤¬¾å²¼¤ËÆ°¤­¤Þ¤¹ */
  }
}

/* ========================================= *
 * ¢§ ÄÉ²Ã½¤Àµ¡§¥¹¥Þ¥ÛÈÇFV¤ÎÄ´À°¡Ê²èÁü¤Î½ÄÄ¹²½¡¦Ê¸»ú¡¦Ìð°õ¤ÎÄ´À°¡Ë ¢§
 * ========================================= */

@media screen and (max-width: 767px) {
  /* ­¡ ¥¹¥Þ¥ÛÈÇ¤Î²èÁü¤ò½ÄÄ¹¤Ë¤¹¤ë¡Ê¹â¤µ¤ò¹­¤²¤ë¡Ë */
  .p-main-slider .slick-slide img,
  .p-main-slider-list__item img {
    height: 75vh !important;
    max-height: 75vh !important;
    object-fit: cover !important;
  }

  /* ­¢ ¥¹¥é¥¤¥À¡¼¤ÎÌð°õ¡Ê¡ã ¡ä¡Ë¤òÈóÉ½¼¨¤Ë¤¹¤ë */
  .p-main-slider .slick-prev,
  .p-main-slider .slick-next {
    display: none !important;
  }

/* ­£ ¥µ¥¤¥È¥¿¥¤¥È¥ëÉý¤òÄ´À°¡Ê260px¤Ë¶¹¤á¤Æ²þ¹Ô°ÌÃÖ¤ò²þÁ±¡Ë */
  .p-top-logo__txt {
    white-space: normal !important;
    width: 100% !important;
    max-width: 260px !important; /* ¢« 260px¤Ë¶¹¤á¤Þ¤·¤¿ */
    margin: 0 auto 15px auto !important;
    font-size: 22px !important;
    line-height: 1.5 !important;
  }

  /* ­¤ ¥µ¥Ö¥³¥Ô¡¼¤ÎÉý¤â¾¯¤·¶¹¤¯¤·¤Æ¥Ð¥é¥ó¥¹¤ò¤È¤ë */
  .p-top-subcopy {
    white-space: normal !important;
    width: 85% !important; /* ¢« 95%¤«¤é85%¤Ë½Ì¾® */
    max-width: 320px !important;
    margin: 0 auto !important;
    line-height: 1.8 !important;
  }
}

/* ========================================= *
 * ¢§ ÄÉ²Ã½¤Àµ¡§¥¹¥Þ¥ÛÈÇ¥¢¥¤¥³¥ó¿§¡¦¥í¥´¤Î¤Ï¤ß½Ð¤·Ä´À° ¢§
 * ========================================= */

/* ­¡ ¥¹¥Þ¥ÛÈÇFV»þ¤Î¥«¡¼¥È¥¢¥¤¥³¥ó¤òÇò¤ËÈ¿Å¾ */
.l-header.is-top:not(.is-fixed) .l-sp-header-cart-btn img {
  filter: brightness(0) invert(1) !important;
}

/* ­¢ ¥¹¥Þ¥ÛÈÇFV»þ¤Î¥Ï¥ó¥Ð¡¼¥¬¡¼¥á¥Ë¥å¡¼¡Ê2ËÜÀþ¡Ë¤òÇò¤ËÊÑ¹¹ */
.l-header.is-top:not(.is-fixed) .l-menu-btn span {
  background-color: #ffffff !important;
}

/* ­£ ¥¹¥Þ¥ÛÈÇ¤ÎÄÌ¾ï¥í¥´¡ÊÄÉ½¾¥á¥Ë¥å¡¼¤ä²¼ÁØ¥Ú¡¼¥¸¡Ë¤¬¤Ï¤ß½Ð¤µ¤Ê¤¤¤è¤¦¤Ë½Ì¾® */
@media screen and (max-width: 1030px) {
  .js-normal-logo img {
    max-height: 40px !important; /* ¥Ø¥Ã¥À¡¼¤Î¹â¤µÆâ¤ËåºÎï¤Ë¼ý¤Þ¤ë¥µ¥¤¥º */
  }
}

/* ========================================= *
 * ¢§ ÄÉ²Ã½¤Àµ¡§¡Ö»ä¤¿¤Á¤Ë¤Ä¤¤¤Æ¡×¤òº¸±¦50%Ê¬³ä¤Ë¤¹¤ë¡Ê¹â¤µºÆÄ´À°ÈÇ¡Ë ¢§
 * ========================================= */

/* ¥»¥¯¥·¥ç¥óÁ´ÂÎ¤Î²£Éý¤ò¹­¤²¤ë¡Ê·ä´ÖÏ³¤ì¤òËÉ¤°¤¿¤á¿Æ¤Ë¤âÇØ·Ê¿§¤òÉß¤¯¡Ë */
.p-block-01 {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  max-width: none !important;
  overflow: hidden !important;
  background-color: #c68e42 !important; 
}

/* ÇØ·Ê¿§¤ÎÀßÄê¤È¥ê¥»¥Ã¥È */
.p-block-01-list__item.is-01 {
  background-color: #c68e42 !important;
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
}

/* º¸±¦50%¤º¤Ä¤ÎÇÛÃÖÀßÄê¡Ê¥Æ¥­¥¹¥È¤È²èÁü¤Î¹â¤µ¤ò´°Á´¤Ë°ìÃ×¤µ¤»¤ë¡Ë */
.p-block-01-list__box {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important; /* ¹â¤µ¤ò¶¯À©Åª¤ËÂ·¤¨¤ë */
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

/* ¥Æ¥­¥¹¥È¥¨¥ê¥¢¤ÎÁõ¾þ¡Ê¡úÍ¾Çò¤òÁý¤ä¤·¤Æ»²¹Í¥µ¥¤¥È¤Î¹â¤µ¤Ë¶á¤Å¤±¤Þ¤·¤¿¡Ë */
.p-block-01-list__txt {
  flex: 0 0 50% !important;
  width: 50% !important;
  max-width: none !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: 80px 8% !important; /* ¢«¡ÚÊÑ¹¹²Õ½ê¡Û¾å²¼¤ò80px¡¢º¸±¦¤ò8%¤ÎÍ¾Çò¤Ë¤·¤Þ¤·¤¿ */
  color: #ffffff !important;
  order: -1 !important;
  text-align: left !important;
}

/* ²èÁü¥¨¥ê¥¢¡ÊÇò¤¤·ä´Ö¤ò¤Ê¤¯¤¹¤¿¤á¤ÎÀßÄê¡Ë */
.p-block-01-list__img {
  flex: 1 1 50% !important; /* ¢« Ã¼¿ô¤ÇÀ¸¤¸¤ë1px¤Î·ä´Ö¤òµÛ¼ý¤·¤ÆËä¤á¤ë */
  width: 50% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  position: relative !important;
}

/* ²èÁü¼«ÂÎ¡Ê¶¯À©Åª¤Ë¹â¤µ¤ò¥Æ¥­¥¹¥È¥¨¥ê¥¢¤Î¹â¤µ¤Ë¹ç¤ï¤»¤ë¡Ë */
.p-block-01-list__img img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  min-height: 0 !important;
}

/* ¥é¥Ù¥ë¡ÊABOUT US¡Ë¤ÎÁõ¾þ */
.p-about-label {
  font-size: 13px;
  letter-spacing: 0.2em;
  color: #ffffff !important;
  margin-bottom: 10px;
  font-family: 'Playfair Display', serif;
}

/* ¸«½Ð¤·¡Ê»ä¤¿¤Á¤Ë¤Ä¤¤¤Æ¡Ë¤ÎÁõ¾þ */
.p-block-01-list__ttl {
  color: #ffffff !important;
  font-size: 28px !important;
  margin-bottom: 20px !important;
  font-family: "Noto Serif JP", serif;
  font-weight: bold !important;
}

/* ËÜÊ¸¤ÎÁõ¾þ */
.p-block-01-list__body {
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  margin-bottom: 30px !important;
  text-align: justify;
}

/* ¥Ü¥¿¥ó¤ÎÁõ¾þ */
.c-btn-about {
  display: inline-block;
  padding: 12px 50px;
  background-color: #333333;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 14px;
  border-radius: 30px;
  transition: all 0.3s;
  width: max-content;
}
.c-btn-about:hover {
  background-color: #555555;
  color: #ffffff !important;
}

/* ¥¹¥Þ¥ÛÉ½¼¨»þ¤ÎÄ´À°¡Ê½ÄÊÂ¤Ó¡Ë */
@media screen and (max-width: 767px) {
  .p-block-01-list__img,
  .p-block-01-list__txt {
    flex: 0 0 100% !important;
    width: 100% !important;
  }
  .p-block-01-list__txt {
    padding: 50px 25px !important; /* ¥¹¥Þ¥ÛÈÇ¤â¾¯¤·Í¾Çò¤òÁý¤ä¤·¤Æ¥Ð¥é¥ó¥¹¤òÄ´À° */
    order: 1 !important;
  }
  .p-block-01-list__img {
    min-height: 350px !important;
  }
}

/* ========================================= *
 * ¢§ ÄÉ²Ã½¤Àµ¡§FV¤Î¡Ö¾¦ÉÊ¤ò¸«¤ë¡×¥Ü¥¿¥ó ¢§
 * ========================================= */

.p-top-btn {
  margin-top: 40px !important; /* ¥µ¥Ö¥³¥Ô¡¼¤È¤ÎÍ¾Çò¡Ê¹­¤á¤Ë¤·¤Æ¤æ¤È¤ê¤ò»ý¤¿¤»¤ë¡Ë */
  text-align: center !important;
  width: 100% !important;
  pointer-events: auto !important; /* ¡Ú½ÅÍ×¡Û¥¹¥é¥¤¥À¡¼¤ÎÁàºîÀ©¸Â¤ò²ò½ü¤·¤Æ¥¯¥ê¥Ã¥¯²ÄÇ½¤Ë¤¹¤ë */
}

/* ¥Ü¥¿¥ó¤Î¥Ç¥¶¥¤¥ó¡Ê³Ñ´Ý¤ËÊÑ¹¹¡Ë */
.c-btn-fv {
  display: inline-block !important;
  padding: 14px 60px !important;
  border: 1px solid #ffffff !important;
  border-radius: 30px !important; /* ¢« ¤³¤ì¤òÄÉ²Ã¤·¤Æ³Ñ´Ý¤Ë¤·¤Þ¤·¤¿ */
  color: #ffffff !important;
  font-size: 15px !important;
  text-decoration: none !important;
  letter-spacing: 0.1em !important;
  background: rgba(0, 0, 0, 0.1) !important;
  transition: all 0.3s ease !important;
}

/* ¥Þ¥¦¥¹¥ª¡¼¥Ð¡¼»þ¡ÊÇØ·Ê¤¬Çò¤Ë¤Ê¤ê¡¢Ê¸»ú¤¬Ç»¤¤¥°¥ì¡¼¤Ë¤Ê¤ë¡Ë */
.c-btn-fv:hover {
  background-color: #ffffff !important;
  color: #333333 !important;
}

/* ¥¹¥Þ¥ÛÉ½¼¨¤Ç¤ÎÄ´À° */
@media screen and (max-width: 767px) {
  .p-top-btn {
    margin-top: 25px !important; /* ¥¹¥Þ¥Û¤Ç¤ÏÍ¾Çò¤ò¾¯¤·µÍ¤á¤ë */
  }
  .c-btn-fv {
    padding: 12px 50px !important;
    font-size: 14px !important;
  }
}

/* ========================================= *
 * ¢§ ÄÉ²Ã½¤Àµ¡§PCÈÇFV¤Î¥µ¥¤¥ÈÌ¾²þ¹Ô°ÌÃÖ¤È°ÌÃÖ²¼¤²Ä´À° ¢§
 * ========================================= */

@media screen and (min-width: 768px) {
  /* ­¡ ¥µ¥¤¥ÈÌ¾¤ò¡ÖÄ«ºÎ¤ê´°½Ï¤¤¤Á¤¸¤¯¤Î¡×¤Î¸å¤ÇåºÎï¤Ë²þÌÚ¹Ô¤µ¤»¤ë */
  .p-top-logo__txt {
    white-space: normal !important;   /* 1¹Ô¸ÇÄê¡Ênowrap¡Ë¤ò²ò½ü¤·¤Æ²þ¹Ô¤òµö²Ä */
    display: inline-block !important;
    max-width: 450px !important;      /* ¡Ö¥ª¥·¥ã¥ì¥Õ¥ë¡¼¥Ä¡×¤À¤±¤¬2¹ÔÌÜ¤ËÍî¤Á¤ëºÇÅ¬¤Ê²£Éý */
    text-align: center !important;
    line-height: 1.5 !important;      /* ²þ¹Ô¤µ¤ì¤¿¤È¤­¤Î¹Ô´Ö¤òÈþ¤·¤¯Ä´À° */
  }

  /* ­¢ ¥°¥í¡¼¥Ð¥ë¥á¥Ë¥å¡¼¡Ê¥Ø¥Ã¥À¡¼¡Ë¤È¤ÎÈï¤ê¤òËÉ¤°¤¿¤á¡¢¼ã´³²¼¤Ë²¼¤²¤ë */
  .p-main-txt {
    padding-top: 60px !important;     /* ¾åÉô¤ËÍ¾Çò¤òÀß¤±¤Æ¡¢¥Æ¥­¥¹¥È¥¨¥ê¥¢Á´ÂÎ¤ò²¼¤Ë²¡¤·²¼¤²¤Þ¤¹ */
  }
}

/* ========================================= *
 * ¢§ ÄÉ²Ã½¤Àµ¡§PCÈÇFV¤Î¥µ¥¤¥ÈÌ¾¡¦°ÌÃÖÄ´À° ¡õ CONCEPT¥»¥¯¥·¥ç¥ó¤ÎÍ¾ÇòÈ¾¸º ¢§
 * ========================================= */

@media screen and (min-width: 768px) {
  /* ­¡ ¥µ¥¤¥ÈÌ¾¤ò¡ÖÄ«ºÎ¤ê´°½Ï¤¤¤Á¤¸¤¯¤Î¡×¤Î¸å¤ÇåºÎï¤Ë²þ¹Ô¤µ¤»¤ë */
  .p-top-logo__txt {
    white-space: normal !important;   /* 1¹Ô¸ÇÄê¤ò²ò½ü¤·¤Æ²þ¹Ô¤òµö²Ä */
    display: inline-block !important;
    max-width: 450px !important;      /* ¡Ö¥ª¥·¥ã¥ì¥Õ¥ë¡¼¥Ä¡×¤À¤±¤¬2¹ÔÌÜ¤ËÍî¤Á¤ëºÇÅ¬¤Ê²£Éý */
    text-align: center !important;
    line-height: 1.5 !important;      /* ²þ¹Ô¤µ¤ì¤¿¤È¤­¤Î¹Ô´Ö¤òÈþ¤·¤¯Ä´À° */
  }

  /* ­¢ ¥°¥í¡¼¥Ð¥ë¥á¥Ë¥å¡¼¡Ê¥Ø¥Ã¥À¡¼¡Ë¤È¤ÎÈï¤ê¤òËÉ¤°¤¿¤á¡¢¼ã´³²¼¤Ë²¼¤²¤ë */
  .p-main-txt {
    padding-top: 60px !important;     /* ¾åÉô¤ËÍ¾Çò¤òÀß¤±¤ÆÁ´ÂÎ¤ò²¼¤Ë²¡¤·²¼¤²¤ë */
  }

  /* ­£ CONCEPT¥»¥¯¥·¥ç¥ó¡ÊÇÀÌô¤ò70%¸º¤é¤·¤Æ¡Ä¡Ë¤Î¾å²¼Í¾Çò¤òÈ¾¸º¡Ê¢¨PCÈÇ¤Î¤ßÅ¬ÍÑ¡Ë */
  .p-concept.u-contents {
    margin-top: 60px !important;      /* PCÈÇ¤Î¾åÍ¾Çò¡Ê¸µ¤ÎÌóÈ¾Ê¬¡Ë */
    margin-bottom: 60px !important;   /* PCÈÇ¤Î²¼Í¾Çò¡Ê¸µ¤ÎÌóÈ¾Ê¬¡Ë */
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

/* ========================================= *
 * ¢§ ÄÉ²Ã½¤Àµ¡§¥¹¥Þ¥ÛÈÇFV¤Î¥Æ¥­¥¹¥È°ÌÃÖ¡Ê²¼¤Ø°ÜÆ°¡Ë ¢§
 * ========================================= */

@media screen and (max-width: 767px) {
  .p-main-txt {
    padding-top: 40px !important; /* ¢« 80px¤«¤é40px¤Ë¸º¤é¤·¤Æ¾¯¤·¾å¤Ë¾å¤²¤Þ¤·¤¿ */
  }
}

/* ========================================= *
 * ¢§ ¥¹¥Þ¥Û¥á¥Ë¥å¡¼Å¸³«»þ¡¢¥Ø¥Ã¥À¡¼ÂÓ¡Ê¥í¥´¡¦¥«¡¼¥È¡¦¡ß¡Ë¤òºÇÁ°ÌÌ¤Ë ¢§
 * ========================================= */
@media screen and (max-width: 1030px) {
  /* ¥Ø¥Ã¥À¡¼¾åÉô¤ÎÂÓ¤ò´Ý¤´¤ÈºÇÁ°ÌÌ¤Ë¸ÇÄê */
  .l-header.is-open .l-header-main__in {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 100000 !important;
    height: 60px !important;
    padding: 0 10px 0 25px !important;
    background: #ffffff !important; /* ÂÓ¤ÎÇØ·Ê¡£¤ªÃÎ¤é¤»ÂÓ¤ÈÆ±·Ï¤Ë¤·¤¿¤¤¾ì¹ç¤Ï¿§ÊÑ¹¹²Ä */
  }
  /* ¡ß°õ¤ÎÀþ¤ò¥Á¥ã¥³¡¼¥ë¤Ë¤·¤Æ¸«¤ä¤¹¤¯ */
  .l-header.is-open .l-menu-btn.is-on span,
  .l-menu-btn.is-on span {
    background-color: #393939 !important;
  }
  /* ¥á¥Ë¥å¡¼ËÜÂÎ¤¬¥Ø¥Ã¥À¡¼ÂÓ¤Î²¼¤«¤é»Ï¤Þ¤ë¤è¤¦¡¢¾å¤Ë60px¶õ¤±¤ë */
  .l-header.is-open .l-main-navi.is-open {
    top: 60px !important;
  }
}
/* ========================================= *
 * ¢§ FV»þ¤Ë¥á¥Ë¥å¡¼¤ò³«¤¤¤¿¤é¡¢¥í¥´¡¦¥«¡¼¥È¤òÄÉ½¾»þ¤ÈÆ±¤¸É½¼¨¤ËÌá¤¹ ¢§
 *   ¡ÊÇòÇØ·Ê¤ÎÂÓ¤Ë¥í¥´¡¦¥¢¥¤¥³¥ó¤¬ÍÏ¤±¤Ê¤¤¤è¤¦¤Ë¤¹¤ë¡Ë
 * ========================================= */
@media screen and (max-width: 1030px) {
  /* ­¡ ¥í¥´¤òÇò¥í¥´¢ªÄÌ¾ï¥í¥´¤ËÀÚ¤êÂØ¤¨¡ÊÄÉ½¾»þ¤ÈÆ±¤¸¡Ë */
  .l-header.is-top:not(.is-fixed).is-open .js-fv-logo {
    display: none !important;
  }
  .l-header.is-top:not(.is-fixed).is-open .js-normal-logo {
    display: inline-block !important;
  }

  /* ­¢ ¥«¡¼¥È¥¢¥¤¥³¥ó¤ÎÇòÈ¿Å¾¤ò²ò½ü¡Ê¸µ¤ÎÇ»¤¤¿§¤ËÌá¤¹¡Ë */
  .l-header.is-top:not(.is-fixed).is-open .l-sp-header-cart-btn img {
    filter: none !important;
  }
}
/* ========================================= *
 * ¢§ CONCEPT¥»¥¯¥·¥ç¥ó¤ò¥Þ¥Ì¥«¥Ï¥Ë¡¼É÷¤Ë¡Ê¥«¡¼¥É¡Üº¸´ó¤»¡Ü¹õÊ¸»ú¡Ë ¢§
 * ========================================= */

/* ¥Æ¥­¥¹¥È¥Ö¥í¥Ã¥¯¤òÇö¤¤¥Ù¡¼¥¸¥åÇØ·Ê¤Î¥«¡¼¥É¤Ë */
.p-concept-list__txt {
  box-sizing: border-box;
  background: #f3efe9;          /* Çö¤¤¥Ù¡¼¥¸¥å¡£¿§¤òÊÑ¤¨¤¿¤¤¾ì¹ç¤Ï¤³¤³ */
  padding: 50px 45px;
  text-align: left;             /* º¸´ó¤» */
}

/* ²èÁü¤È¥Æ¥­¥¹¥È¥«¡¼¥É¤òº¸±¦¤Û¤ÜÆ±¤¸Éý¤ÇÊÂ¤Ù¤ë¡ÊPC¡Ë */
@media screen and (min-width: 768px) {
  /* ²èÁü¤È¥«¡¼¥É¤Î¹â¤µ¤ò¤½¤í¤¨¤ë */
  .p-concept-list__item {
    align-items: stretch;
  }
  /* ²èÁü¤òº¸È¾Ê¬¤Ë¡Ê¤Ï¤ß½Ð¤·²ò½ü¡Ë */
  .p-concept-list__img {
    flex: 0 0 50% !important;
    width: 50% !important;
    margin-left: 0 !important;
    z-index: 1;
  }
  .p-concept-list__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* ¥«¡¼¥É¹â¤µ¤Ë¹ç¤ï¤»¤Æ²èÁü¤ò¤­¤ì¤¤¤Ë¼ý¤á¤ë */
  }
  /* ¥Æ¥­¥¹¥È¥«¡¼¥É¤ò±¦È¾Ê¬¤Ë¡¦Ãæ¿È¤ò¾å²¼Ãæ±û */
  .p-concept-list__txt {
    flex: 0 0 50% !important;
    width: 50% !important;
    margin-left: 0 !important;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/* ¸«½Ð¤·¡ÖCONCEPT¡×¤òº¸´ó¤»¡¦ËÜÊ¸¤ÈÆ±¤¸³«»Ï°ÌÃÖ¤Ë */
.c-ttl-main.is-concept-left {
  display: block;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 25px;
  color: #333333;               /* ¹õ´ó¤ê */
}
.c-ttl-main.is-concept-left:before {
  content: none;                /* º¸¤Ë¿­¤Ó¤ë²£Àþ¤Ï¾Ã¤¹ */
}

/* ¥­¥ã¥Ã¥Á¥³¥Ô¡¼¡Ê¸«½Ð¤·¡Ë¤ò¹õ´ó¤ê¤Ë */
.p-concept-list__ttl {
  color: #333333 !important;
  margin-bottom: 20px;
}

/* ËÜÊ¸¤ò¹õ´ó¤ê¤Ë */
.p-concept-list__body {
  color: #333333;
  line-height: 1.9;
}

/* ¥¹¥Þ¥ÛÉ½¼¨¤ÎÄ´À°¡Ê¥«¡¼¥É¤ò²èÌÌ¤Ë¼ý¤á¡¢²èÁü¤Ï¾å¤Ë¡Ë */
@media screen and (max-width: 767px) {
  .p-concept-list__txt {
    padding: 30px 25px;
    width: auto;
  }
  .p-concept-list__ttl,
  .p-concept-list__body {
    padding-left: 0 !important;   /* ´ûÂ¸¤Îº¸¥Ñ¥Ç¥£¥ó¥°¤ò²ò½ü */
  }
  .c-ttl-main.is-concept-left {
    padding-left: 0;
  }
  .p-concept-list__img {
    margin-left: 0 !important;
    margin-bottom: 0;
  }
}

/* ========================================= *
 * ¢§ CONCEPT¥»¥¯¥·¥ç¥ó¤À¤±²£Éý¤ò¹­¤²¤ë ¢§
 * ========================================= */
@media screen and (min-width: 1031px) {
  .p-concept .u-container {
    width: 1400px !important;     /* ¥»¥¯¥·¥ç¥ó¤ÎºÇÂçÉý¡£¹­¤²¤¿¤¤¾ì¹ç¤Ï¤³¤³¤òÂç¤­¤¯ */
    max-width: 92% !important;    /* ²èÌÌ¤¬¶¹¤¤»þ¤Ï²èÌÌÉý¤Î92%¤Þ¤Ç */
  }
}