/******************************/
/* SLIDER */
/******************************/
.p-main-slider .bx-wrapper {
  margin-bottom: 0;
}

.p-main-slider .bx-wrapper .bx-viewport {
  border: 0;
  box-shadow: none;
  left: 0;
}

.p-main-slider .bx-wrapper img {
  margin: 0 auto;
  width: 100%;
}

.p-main-slider .bx-wrapper .bx-pager {
  padding-top: 0;
  bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-main-slider .bx-wrapper .bx-pager {
    display: none;
  }
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a {
  margin-left: 10px;
  margin-right: 10px;
  background: #ffffff;
}

.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  position: relative;
  background: #ffffff;
}

.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a.active:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 16px;
  height: 16px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #eeeeee;
}

/******************************/
/* スライドショー時間差読み込み*/
/******************************/
#slider > div {
  display: none;
}

#slider > div:first-child {
  display: block;
}

/******************************/
/* もっと見るボタン */
/******************************/
.c-product-list__button {
  display: block;
  clear: both;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.c-product-list__button button {
  font-weight: bold;
  min-width: 300px;
  padding: 15px;
  text-indent: 11px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}

.c-product-list__button button:hover, c-product-list__button button:focus {
  background: #b3a37e;
  color: #ffffff;
  text-decoration: none;
}

.c-button--border {
  font-size: 14px;
  cursor: pointer;
  color: #333;
  border: 1px solid #eaeaea;
  background: transparent;
}

.c-button {
  font-weight: normal;
  line-height: 22px;
  display: inline-block;
  box-sizing: border-box;
  transition: 0.2s;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-button__icon {
  width: 22px;
  height: 22px;
  vertical-align: -0.37em;
  fill: currentColor;
}

/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f3f3f3;
}

@media screen and (max-width: 767px) {
  .p-line-informaiton {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-line-informaiton__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
}

@media only screen and (max-width: 1023px) {
  .p-line-informaiton__wrap {
    margin-left: 25px;
    margin-right: 25px;
    max-width: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .p-line-informaiton__wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-line-informaiton-list {
  overflow-y: auto;
  max-height: 600px;
}

.p-line-informaiton-list__item {
  display: flex;
  margin-bottom: 15px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-line-informaiton-list__item {
    display: block;
  }
}
.p-line-informaiton-list__item:last-child {
  margin-bottom: 0;
}

.p-line-informaiton-list__date {
  width: 120px;
}

.p-line-informaiton-list__ttl {
  flex: 1;
}

/******************************/
/* トップ画像 */
/******************************/
.p-top__img {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-top__img {
    display: none;
  }
  .sp-top__img {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .sp-top__img {
    display: none;
  }
}
/******************************/
/* CONCEPT */
/******************************/
.p-concept {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 120px;
  background: #b3a37e;
}

@media screen and (max-width: 1023px) {
  .p-concept {
    margin-top: 60px;
    margin-bottom: 75px;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept {
    display: block;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-concept__img {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 380px;
  background-image: url(https://img21.shop-pro.jp/PA01464/551/etc_base64/Y29uY2VwdDQ.jpg?cmsp_timestamp=20240604150913);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-concept__img {
    display: block;
    width: auto;
    min-height: 200px;
    height: 0;
    padding-bottom: 54.29%;
  }
}
.p-concept__txt {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 90px;
  width: 50%;
  color: #ffffff;
}

@media only screen and (max-width: 1023px) {
  .p-concept__txt {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__txt {
    padding: 40px 20px;
    width: auto;
  }
}
.p-concept__ttl {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .p-concept__ttl {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
.p-concept__body {
  line-height: 2;
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .p-concept__body {
    font-size: 13px;
  }
}
/******************************/
/* RECOMMEND ITEMS */
/******************************/
.p-recommend {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 45px;
}

@media screen and (max-width: 1023px) {
  .p-recommend {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-recommend-item-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -27px;
  margin-right: -27px;
}

@media screen and (max-width: 1023px) {
  .p-recommend-item-list {
    margin-left: -17px;
    margin-right: -17px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-item-list {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.p-recommend-item-list__item {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 50px;
  padding-left: 27px;
  padding-right: 27px;
  width: 25%;
  word-break: break-all;
}

@media screen and (max-width: 1023px) {
  .p-recommend-item-list__item {
    margin-bottom: 30px;
    padding-left: 17px;
    padding-right: 17px;
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-item-list__item {
    margin-bottom: 25px;
    padding-left: 8px;
    padding-right: 8px;
    width: 50%;
  }
}
.p-recommend-item-list__item.is-hidden {
  display: none;
}

/******************************/
/* TOP GALLERY */
/******************************/
.p-gallery {
  padding-top: 60px;
  padding-bottom: 45px;
  margin-bottom: 20px;
  background: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .p-gallery {
    padding-top: 50px;
  }
}
.p-gallery__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-gallery__wrap {
    display: block;
  }
}
.p-gallery__img {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-gallery__img {
    width: auto;
  }
}
.p-gallery__img img {
  width: 100%;
}

.p-gallery__img .slick-dots {
  bottom: -40px;
}

.p-gallery__img .slick-dots li {
  height: auto;
  padding: 5px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.p-gallery__img .slick-dots li button {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2d2d2d;
}

.p-gallery__img .slick-dots li.slick-active button:before {
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #2d2d2d;
  border-radius: 50%;
}

.p-gallery__img .p-gallery-slider__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-gallery__img .p-gallery-slider__item {
    min-height: 250px;
    height: 0;
  }
}
/******************************/
/* ギャラリー4枚目追加、URL直接入力 */
/******************************/
.p-gallery__txt {
  box-sizing: border-box;
  padding: 30px 0px 30px 90px;
  width: 50%;
}

@media only screen and (max-width: 1023px) {
  .p-gallery__txt {
    padding: 30px 0px 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-gallery__txt {
    padding: 35px 0px 0px 0px;
    width: auto;
  }
}
.p-gallery__ttl {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .p-gallery__ttl {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.p-gallery__body {
  line-height: 2;
  font-size: 17px;
}

/******************************/
/* TOP RANKING */
/******************************/
.p-ranking {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 1023px) {
  .p-ranking {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking {
    padding-top: 75px;
    padding-bottom: 0;
  }
}
.p-ranking-list {
  box-sizing: border-box;
  padding-left: 6%;
  padding-right: 6%;
}

@media screen and (max-width: 1050px) {
  .p-ranking-list {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .p-ranking-list {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list {
    padding-left: 12%;
    padding-right: 12%;
  }
}
.p-ranking-list .slick-list {
  overflow: visible;
}

.p-ranking-list .slick-prev {
  left: -5px;
  margin-top: -43px;
}

@media screen and (max-width: 1023px) {
  .p-ranking-list .slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    margin-top: -30px;
  }
}
.p-ranking-list .slick-next {
  right: -5px;
  margin-top: -43px;
}

@media screen and (max-width: 1023px) {
  .p-ranking-list .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    margin-top: -30px;
  }
}
.p-ranking-list .slick-dotted.slick-slider {
  margin-bottom: 60px;
}

.p-ranking-list .slick-dots {
  bottom: -45px;
}

.p-ranking-list .slick-dots li {
  margin: 0 2px;
}

.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 10px;
  margin-left: 10px;
  word-break: break-all;
}

@media screen and (max-width: 1023px) {
  .p-ranking-list__item {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list__item {
    margin-right: 8px;
    margin-left: 8px;
  }
}
.p-ranking-list__item.slick-active .p-ranking-list__num {
  opacity: 1;
  animation: rankingfadein 0.2s 0s;
}

.p-ranking-list__img {
  margin-bottom: 20px;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    margin-bottom: 10px;
    text-align: center;
  }
}
.p-ranking-list__num {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  right: 0px;
  padding-top: 3px;
  min-width: 30px;
  line-height: 27px;
  font-size: 16px;
  font-weight: bold;
  background: #ffffff;
  color: #2d2d2d;
  text-align: center;
  opacity: 0;
  transition: all ease 0.1s;
}

.p-ranking-list__num.is-1 {
  background: #c5b597;
  color: #ffffff;
}

.p-ranking-list__num.is-2 {
  background: #b1b9bb;
  color: #ffffff;
}

.p-ranking-list__num.is-3 {
  background: #714d3b;
  color: #ffffff;
}

@keyframes rankingfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-ranking-list__txt {
  text-align: center;
}

.p-ranking-list__ttl {
  font-size: 14px;
}

.p-ranking-list__ttl img {
  vertical-align: middle;
}

.p-ranking-list__price {
  margin-top: 15px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-ranking-list__price {
    margin-top: 5px;
    font-size: 13px;
  }
}
.p-ranking-list__price.is-default {
  margin-top: 0;
}

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

/******************************/
/* TOP 店舗紹介 */
/******************************/
.p-shop {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-top: 120px;
  margin-bottom: 120px;
  background: #b3a37e;
}

@media screen and (max-width: 1023px) {
  .p-shop {
    margin-top: 60px;
    margin-bottom: 75px;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-shop {
    display: block;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-shop__img {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 380px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-shop__img {
    display: block;
    width: auto;
    min-height: 200px;
    height: 0;
    padding-bottom: 54.29%;
  }
}
.p-shop__txt {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 90px;
  width: 50%;
  color: #ffffff;
}

@media only screen and (max-width: 1023px) {
  .p-shop__txt {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-shop__txt {
    padding: 40px 20px;
    width: auto;
  }
}
.p-shop__ttl {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .p-shop__ttl {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
.p-shop__ttl-s {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .p-shop__ttl-s {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
.p-shop__body {
  line-height: 2;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-shop__body {
    font-size: 13px;
  }
}
.p-shop__url {
  margin-top: 15px;
}

.p-shop__url a {
  color: #ffffff;
}

/******************************/
/* 2024/10 add
/******************************/
/******************************/
/* TOP 照沼の商品ラインナップ〜 */
/******************************/
.-center {
  text-align: center;
}

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

.tbNone {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .tbNone {
    display: none !important;
  }
}

.tbBlock {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .tbBlock {
    display: block !important;
  }
}

.p-lineup .ptn {
  display: block;
  margin: -15px auto 20px;
}
@media screen and (max-width: 767px) {
  .p-lineup .ptn {
    margin: 5px auto 20px;
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-lineup .read {
    padding: 0 20px;
  }
}
.p-lineup .read .readTxt {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-lineup .read .readTxt {
    font-size: 16px;
    text-align: left;
  }
}
.p-lineup .read .notes {
  font-size: 14px;
  color: #6B6A69;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-lineup .read .notes {
    text-align: left;
  }
}
.p-lineup .read .groupHeader {
  background: linear-gradient(90deg, rgb(194, 168, 123) 0%, rgb(223, 216, 201) 100%);
  padding: 30px 15px 45px;
}
@media screen and (max-width: 767px) {
  .p-lineup .read .groupHeader {
    padding: 40px 0;
    margin: 0 -20px;
  }
}
.p-lineup .read .groupHeader ul {
  display: flex;
  justify-content: center;
  gap: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-lineup .read .groupHeader ul {
    width: 90%;
    max-width: 642px;
    gap: 10px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
.p-lineup .read .groupHeader ul li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-lineup .read .groupHeader ul li {
    flex-basis: calc(50% - 5px);
  }
}
.p-lineup .read .groupHeader ul li:hover {
  filter: brightness(1.05);
}
.p-lineup .read .groupHeader ul li span {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  top: calc(50% - 28px);
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1023px) {
  .p-lineup .read .groupHeader ul li span {
    font-size: 22px;
    top: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .p-lineup .read .groupHeader ul li span {
    font-size: 12px;
    top: calc(50% - 15.5px);
    letter-spacing: inherit;
  }
}
.p-lineup .read .groupHeader .txtArrow {
  max-width: 1060px;
  justify-content: space-between;
  margin: 30px auto 0;
  align-items: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .p-lineup .read .groupHeader .txtArrow {
    width: 90%;
    max-width: 642px;
    font-size: 12px;
    flex-wrap: nowrap;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
    display: none;
  }
}
.p-lineup .read .groupHeader .txtArrow p {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .p-lineup .read .groupHeader .txtArrow img.arrow.tbNone {
    display: none !important;
  }
  .p-lineup .read .groupHeader .txtArrow img.arrow.tbBlock {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .p-lineup .read .groupHeader .txtArrow img.arrow {
    width: 45%;
    max-width: 240px;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.25));
  }
}
.p-lineup .groupList {
  padding: 70px 15px 30px;
}
@media screen and (max-width: 767px) {
  .p-lineup .groupList {
    padding: 40px 15px 0;
  }
}
.p-lineup .groupList .group {
  max-width: 1100px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  .p-lineup .groupList .group {
    max-width: 600px;
    margin: 0 auto 60px;
  }
}
.p-lineup .groupList .group .imgHeader {
  position: relative;
}
.p-lineup .groupList .group .imgHeader.grp1::before {
  content: "";
  display: block;
  position: absolute;
  background: url("https://file003.shop-pro.jp/PA01464/551/assets/img/top/lineup-jas-logo.png");
  width: 150px;
  height: 78px;
  top: 25px;
  left: 15px;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .p-lineup .groupList .group .imgHeader.grp1::before {
    background-size: 100px;
    width: 100px;
    height: 52px;
    top: 8px;
    left: 7px;
  }
}
@media screen and (max-width: 767px) {
  .p-lineup .groupList .group .imgHeader.grp1::before {
    background-size: 50px;
    width: 50px;
    height: 26px;
  }
}
.p-lineup .groupList .group .imgHeader.grp2::before {
  content: "謹\a製";
  white-space: pre;
  display: block;
  position: absolute;
  color: #CCA57E;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.1;
  top: 10px;
  left: 25px;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .p-lineup .groupList .group .imgHeader.grp2::before {
    font-size: 50px;
    top: 5px;
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-lineup .groupList .group .imgHeader.grp2::before {
    font-size: 35px;
    top: 1px;
    left: 3px;
  }
}
.p-lineup .groupList .group .headerTtl {
  background: #90887F;
  color: #fff;
  max-width: 550px;
  margin: -20px auto 25px;
  font-size: 35px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  line-height: 1.5;
  padding: 15px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-lineup .groupList .group .headerTtl {
    font-size: 20px;
    width: 95%;
    margin: -7px auto 15px;
    padding: 10px 0;
  }
}
.p-lineup .groupList .group .headerTtl span {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-lineup .groupList .group .headerTtl span {
    font-size: 16px;
  }
}
.p-lineup .groupList .group .readTxt {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-lineup .groupList .group .readTxt {
    text-align: left;
    max-width: 550px;
    margin: 0 auto 30px;
    font-size: 16px;
  }
}
.p-lineup .groupList .group .groupItemList ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -33px;
  margin-right: -33px;
}
@media screen and (max-width: 1023px) {
  .p-lineup .groupList .group .groupItemList ul {
    margin-left: -17px;
    margin-right: -17px;
  }
}
@media screen and (max-width: 767px) {
  .p-lineup .groupList .group .groupItemList ul {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.p-lineup .groupList .group .groupItemList ul li {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .p-lineup .groupList .group .groupItemList ul li {
    width: 50%;
  }
}
.p-lineup .groupList .group .groupItemList ul li a img {
  opacity: 1;
  transition: all 0.3s ease;
}
.p-lineup .groupList .group .groupItemList ul li a img:hover {
  opacity: 0.001;
}
.p-lineup .groupList .groupFlex {
  max-width: 1100px;
  display: flex;
  margin: 0 auto;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-lineup .groupList .groupFlex {
    max-width: inherit;
    display: block;
  }
}
.p-lineup .groupList .groupFlex .group {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .p-lineup .groupList .groupFlex .group {
    width: 100%;
  }
}
.p-lineup .groupList .groupFlex .group .headerTtl {
  background: #D2BCA1;
  max-width: 90%;
}
@media screen and (max-width: 1023px) {
  .p-lineup .groupList .groupFlex .group .headerTtl {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-lineup .groupList .groupFlex .group .headerTtl {
    font-size: 20px;
    max-width: 430px;
  }
}
@media screen and (max-width: 1023px) {
  .p-lineup .groupList .groupFlex .group .headerTtl span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-lineup .groupList .groupFlex .group .headerTtl span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .p-lineup .groupList .groupFlex .group .readTxt {
    font-size: 16px;
    text-align: left;
  }
}
.p-lineup .groupList .groupFlex .group .groupItemList .c-item-list__item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-lineup .groupList .groupFlex .group .groupItemList .c-item-list__item {
    max-width: 430px;
  }
}
.p-lineup .categoryList h2.c-ttl-main {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .p-lineup .categoryList h2.c-ttl-main {
    margin-bottom: 30px;
  }
}
.p-lineup .categoryList ul {
  max-width: 962px;
  margin: 0 auto 120px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 65px;
  font-size: 24px;
  font-weight: 500;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .p-lineup .categoryList ul {
    max-width: 582px;
    margin: 0 auto 95px;
    gap: 0 15px;
    font-size: 14px;
    width: 90%;
  }
}
.p-lineup .categoryList ul li {
  width: calc(50% - 32.5px);
  border-bottom: 1px dotted #777;
}
@media screen and (max-width: 767px) {
  .p-lineup .categoryList ul li {
    width: calc(50% - 7.5px);
  }
}
.p-lineup .categoryList ul li a {
  display: flex;
  align-items: center;
}
.p-lineup .categoryList ul li a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.p-lineup .categoryList ul li a span {
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: 49px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-lineup .categoryList ul li a span {
    margin-right: 10px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-lineup .categoryList ul li a span img {
    max-height: 45px;
  }
}

.p-popular {
  background: #F5EEEE;
  padding: 30px 15px 40px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-popular {
    padding: 25px 0 30px;
    margin-bottom: 30px;
  }
}
.p-popular h2.c-ttl-main {
  text-align: left;
  max-width: 1440px;
  padding-left: 86px;
}
@media screen and (max-width: 1320px) {
  .p-popular h2.c-ttl-main {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-popular h2.c-ttl-main {
    padding-left: 15px;
    font-size: 18px;
  }
}
.p-popular h2.c-ttl-main span {
  color: #A57F5A;
  font-size: 20px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .p-popular h2.c-ttl-main span {
    font-size: 14px;
    margin-left: 7px;
  }
}
.p-popular ul {
  max-width: 1100px;
  display: flex;
  justify-content: center;
  margin: 0 auto 45px;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .p-popular ul {
    max-width: 673px;
    gap: 20px 10px;
    width: 90%;
    flex-wrap: wrap;
  }
}
.p-popular ul li {
  background: #fff;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .p-popular ul li {
    padding: 10px;
    width: 100%;
  }
}
.p-popular ul li a {
  overflow: hidden;
  display: block;
}
.p-popular ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.p-popular ul li a img {
  transform: scale(1.07);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-popular ul li a img {
    margin-bottom: 10px;
  }
}
.p-popular ul li a p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-popular ul li a p {
    font-size: 12px;
  }
}
.p-popular .c-button {
  border: 1px solid #777777;
  min-width: 156px;
  border-radius: 23px;
  padding: 10px;
}
.p-cpInfo {
  padding: 80px 15px 90px;
}
@media screen and (max-width: 767px) {
  .p-cpInfo {
    padding: 40px 20px 45px;
  }
}
.p-cpInfo img {
  display: block;
  margin: 0 auto;
}
.p-cpInfo img.logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-cpInfo img.logo {
    max-width: 340px;
    width: 65%;
  }
}
.p-cpInfo h2 {
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-cpInfo h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.p-cpInfo img.ptn {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-cpInfo img.ptn {
    max-width: 536px;
    width: 90%;
    margin-bottom: 30px;
  }
}
.p-cpInfo .readTxt {
  width: 842px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .p-cpInfo .readTxt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-cpInfo .readTxt {
    font-size: 15px;
    width: 90%;
  }
}
.p-cpInfo .readTxt.txt1 {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .p-cpInfo .readTxt.txt1 {
    margin-bottom: 90px;
  }
}
.p-cpInfo .readTxt.txt2 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-cpInfo .readTxt.txt2 {
    margin-bottom: 50px;
  }
}
.p-cpInfo ul.point {
  width: 1050px;
  margin: 0 auto 70px;
  gap: 0 65px;
}
@media screen and (max-width: 1100px) {
  .p-cpInfo ul.point {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-cpInfo ul.point {
    width: 90%;
    gap: 50px 0;
    max-width: 540px;
  }
}
.p-cpInfo ul.point li {
  width: calc(33.33% - 43.3333333333px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cpInfo ul.point li {
    width: 100%;
  }
}
.p-cpInfo ul.point li .pTtl {
  background: linear-gradient(90deg, #DFBE95 0%, #B39773 100%);
  width: 135px;
  margin: -15px auto 20px;
  font-size: 16px;
  color: #fff;
  padding: 4px 0;
  border-radius: 28px 0 28px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cpInfo ul.point li .pTtl {
    font-size: 12px;
    padding: 3px 0;
    border-radius: 21px 0 21px 0;
    margin: -15px auto 15px;
  }
}
.p-cpInfo ul.point li .ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-cpInfo ul.point li .ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.p-cpInfo ul.point li .readTxt {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-cpInfo ul.point li .readTxt {
    font-weight: normal;
    font-size: 15px;
  }
}
.p-cpInfo ul.point li .readTxt span {
  font-weight: 900;
}
.p-cpInfo .summit {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .p-cpInfo .summit {
    max-width: 460px;
    width: 80%;
    margin: 0 auto 70px;
  }
}
.p-cpInfo .summit img {
  max-width: 650px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-cpInfo .ibaraki {
    max-width: 540px;
    width: 90%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=トップ.css.map */