@charset "UTF-8";

.page p,
.page span,
.page a,
.page h2,
.page h3 {
  line-height: 1.5;
}

main {
  font-family: 'Noto Serif JP', serif;
}

.page a {
  display: block;
  -webkit-transition: all .3s ease-in 0s;
  transition: all .3s ease-in 0s;
}

.page a:hover {
  opacity: 0.6;
}

.page img {
  max-width: 100%;
  height: auto;
}

.page div,
.page span,
.page applet,
.page object,
.page iframe,
.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6,
.page p,
.page blockquote,
.page pre,
.page a,
.page abbr,
.page acronym,
.page address,
.page big,
.page cite,
.page code,
.page del,
.page dfn,
.page em,
.page img,
.page ins,
.page kbd,
.page q,
.page s,
.page samp,
.page small,
.page strike,
.page strong,
.page sub,
.page sup,
.page tt,
.page var,
.page b,
.page u,
.page i,
.page center,
.page dl,
.page dt,
.page dd,
.page ol,
.page ul,
.page li,
.page fieldset,
.page form,
.page label,
.page legend,
.page table,
.page caption,
.page tbody,
.page tfoot,
.page thead,
.page tr,
.page th,
.page td,
.page article,
.page aside,
.page canvas,
.page details,
.page embed,
.page figure,
.page figcaption,
.page footer,
.page header,
.page hgroup,
.page menu,
.page nav,
.page output,
.page ruby,
.page section,
.page summary,
.page time,
.page mark,
.page audio,
.page video,
.page picture {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page article,
.page aside,
.page details,
.page figcaption,
.page figure,
.page footer,
.page header,
.page hgroup,
.page menu,
.page nav,
.page section,
.page summary,
.page picture {
  display: block;
}

.page *,
.page *:before,
.page *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.page button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.l-wrap {
  overflow: initial;
}

@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }

  .view--sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }

  .view--sp {
    display: block;
  }
}

.page {
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
  /*=============================
	 item
	=============================*/
  /*=============================
	 item　scroll ver
	=============================*/
}

.page__inner {
  margin: auto;
  max-width: 980px;
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  .page__inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .page__inner {
    width: 89.6vw;
  }
}

.page .reservation__btn .btn {
  position: relative;
  width: 80%;
  padding: 6px 26px 6px 16px;
  margin: 5px auto 0;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  display: block;
  border-radius: 5px;
  border: solid 1px #092b4e;
  background-color: #092b4e;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .page .reservation__btn .btn {
    width: 100%;
    font-size: 3vw;
    padding: 2vw;
  }
}

.page .reservation__btn .btn .arrow_right {
  position: absolute;
  right: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

@media screen and (max-width: 768px) {
  .page .reservation__btn .btn .arrow_right {
    right: 5%;
  }
}

.page .reservation__btn .btn .arrow_right:after {
  content: "";
  display: block;
  width: .5em;
  height: .5em;
  border: 1px solid;
  border-color: #ffffff #ffffff transparent transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
}

.page .item__list {
  max-width: 770px;
  margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
  .page .item__list {
    max-width: 100%;
    margin: 2.6vw auto 0;
  }
}


@media screen and (max-width: 768px) {
  .page .item__list ul {
    display: block;
  }
}

.page .item__list ul li {
  max-width: 230px;
  width: 29.9%;
  margin-right: 5.1%;
  margin-top: 60px;
}

@media screen and (min-width: 769px) {
  .page .item__list ul li:nth-child(3n) {
    margin-right: 0;
  }

  .page .item__list ul li:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .page .item__list ul li {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin: 0 1.3vw;
  }
}

.page .item__list__img {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .page .item__list__img {
    position: relative;
    margin: auto;
    width: 42.2vw;
    height: 68.5vw;
  }

  .page .item__list__img img {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: scale(1.65, 1.65);
    transform: scale(1.65, 1.65);
  }
}

.page .item__list__text {
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .page .item__list__text {
    margin-top: 2.6vw;
  }
}

.page .item__list__text p {
  color: #333;
}

.page .item--name,
.page .item--price {
  font-size: 1.6rem;
  font-weight: 300;
}

@media screen and (max-width: 768px) {

  .page .item--name,
  .page .item--price {
    font-size: 4.2vw;
  }
}

.page .item--price {
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .page .item--price {
    margin-top: 1.3vw;
  }
}

.page .item--btn {
  width: 100%;
  background: #C2CCDA;
  line-height: 40px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .item--btn {
    line-height: 13vw;
    font-size: 4.2vw;
    margin-top: 3.3vw;
  }
}

.page .item--btn:after {
  content: ">";
  display: inline-block;
  position: absolute;
  right: 11px;
  -webkit-transform: scale(0.6, 1);
  transform: scale(0.6, 1);
}

.page .item__scroll {
  width: 980px;
  text-align: center;
  margin: 100px auto 142px;
}

@media screen and (max-width: 768px) {
  .page .item__scroll {
    width: 100%;
    max-width: 100%;
    margin: 18vw auto 10vw;
  }
}

@media screen and (max-width: 768px) {
  .page .item__scroll .item__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-y: hidden;
    display: -webkit-box;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
  }

  .page .item__scroll .item__list::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .page .item__scroll .item__list li {
    width: 100%;
    max-width: 60vw;
    margin-top: 0;
    margin-right: 0;
    margin: 0 6vw;
    position: relative;
    overflow: visible;
  }

  .page .item__scroll .item__list li:last-child::after {
    position: absolute;
    content: '';
    top: 0;
    left: 100%;
    height: 1px;
    width: 6vw;
    background-color: transparent;
  }
}

.page .item__scroll .item__list .ajax_area {
  margin: 0 auto;
}

.page .item__scroll .item__list .item__list__id .item__list__img {
  display: block;
  margin: 0 auto;
}

.page .item__scroll .item__list .item__list__id .item__list__text {
  display: block;
  margin: 0 auto;
}

.page .item__scroll .item__list .item__list__id .item__list__text .item--name {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .page .item__scroll .item__list .item__list__id .item__list__text .item--name {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
}

@media screen and (max-width: 768px) {
  .page .item__scroll .item__list .item__list__id .item__anchor .btn {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .page .slick-arrow {
    position: absolute;
    z-index: 100;
    top: 50.7vw;
    width: 2.1vw;
    height: 5.2vw;
  }
}

.page .prev-arrow {
  left: -2.1vw;
}

.page .next-arrow {
  right: -2.1vw;
}

.page .ajax_area .preset_price_area {
  color: red;
}

.page .ajax_area a.cartinbtn {
  width: 80%;
  background-color: #000;
  margin: 5px auto 0;
}

@media screen and (max-width: 768px) {
  .page .ajax_area a.cartinbtn {
    width: 100%;
  }
}

.page .ajax_area .stock_exist {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .page .ajax_area .stock_exist {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */






/* 必要に応じて、カスタムスタイルを追加します */
.swiper-container {
  width: 100%;
}

.p-mv {
  position: relative;
  /* height: 44.5vw; */
  height: 640px;
}
.p-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); 
  z-index: 3;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img{
  animation: zoomUp 7s linear 0s 1 normal both;  
}
.swiper-img img{
  display: block;
  width: 100%;
}

.text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 4;
}

.text-top, .text-middle, .text-bottom {
  color: #fff;
}

.text-top {
  font-size: 32px;
  text-shadow:0px 3px 6px #000;
}

.text-middle {
  font-size: 50px; 
  margin-top: 30px;
  text-shadow:0px 3px 6px #000;
}

.text-bottom {
  font-size: 20px;
  line-height: 2;
  margin-top: 40px;
  text-shadow:0px 3px 6px #000;
}

.scroll-indicator {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 95px; 
  background-color: grey;
  transform: translateX(-50%);
  overflow: hidden;
}

.scroll-indicator span {
  display: block;
  width: 100%; /* Full width of the parent */
  height: 100%; /* Full height of the parent */
  background-color: #fff; /* White color line */
  animation: scrollAnimation 2s infinite;
}

@keyframes scrollAnimation {
  0% {
      transform: translateY(-100%);
  }
  100% {
      transform: translateY(100%);
  }
}


@media screen and (max-width: 767px) {
  .p-mv {
    position: relative;
    height: 100%;
  }
  .text-top {
    font-size: 23px;
  }
  
  .text-middle {
    font-size: 32px; 
    margin-top: 25px;
  }
  
  .text-bottom {
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
  }
  .scroll-indicator {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 50px;
    background-color: grey;
    transform: translateX(-50%);
    overflow: hidden;
  }
}
@media screen and (min-width: 767px) and (max-width: 1439px) {
  .p-mv {
    height: 100%;
  }
}
@media screen and (min-width: 1700px) {
  .p-mv {
    height: 800px;
  }
}



/* // subHeader // */

.p-subHeader__list {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
  transition: top 0.3s ease-in-out;
}

.p-subHeader__item {
  position: relative;
}

.p-subHeader__item a {
  padding: 30px 45px;
  color: #333;
  position: relative;
  font-size: 16px;
}
.p-subHeader__item:not(:first-child)::after {
  position: absolute;
  left: 0;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 14px;
  background-color: #DDDDDD;
}
.fixed-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

@media screen and (max-width: 1024px) {
  .p-subHeader__item a {
    padding: 30px 15px;
  }
}
/* // subHeader // */

/* //共通// */
.u-pc {
  display: block;
}
.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
.u-pc1 {
  display: block;
}
.u-sp2 {
  display: none;
}
@media screen and (max-width: 1023px) {
  .u-pc1 {
    display: none;
  }
  .u-sp2 {
    display: block;
  }
}

/* //utility// */
.u-margin {
  padding-top: 120px;
}
.u-marginTitle {
  margin-bottom: 40px;
}

.u-border {
  border-left: 1px solid #DDDDDD;
  padding-left: 15px;
}

.c-btn--01 a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 316px;
  font-size: 18px;
  color: #fff;
  background-color: #AD9164;
  position: relative;
}
.c-btn--01 a::after {
  position: absolute;
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/formal_furusato/index/btnIcon1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 17px;
  height: 14px;
}
.c-btn--02 a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 316px;
  font-size: 18px;
  color: #fff;
  background-color: #8C7249;
  position: relative;
}
.c-btn--02 a::after {
  position: absolute;
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/formal_furusato/index/btnIcon2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 17px;
  height: 14px;
}
.c-btn--03 a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 316px;
  font-size: 18px;
  color: #fff;
  background-color: #74654E;
  position: relative;
}
.c-btn--03 a::after {
  position: absolute;
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/formal_furusato/index/btnIcon3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 17px;
  height: 14px;
}
.c-btn--04 a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 316px;
  font-size: 18px;
  color: #fff;
  background-color: #5A4E3F;
  position: relative;
}
.c-btn--04 a::after {
  position: absolute;
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/formal_furusato/index/btnIcon4.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 17px;
  height: 14px;
}
.c-btn--05 a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 316px;
  font-size: 18px;
  color: #fff;
  background-color: #332D26;
  position: relative;
}
.c-btn--05 a::after {
  position: absolute;
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/formal_furusato/index/btnIcon5.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 17px;
  height: 14px;
}

.c-coming a {
  pointer-events: none;
}

/* coming soon */
.c-coming a::before {
  position: absolute;
  content: "coming soon";
  background-color: rgb(51, 51, 51, 0.7);
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-family: 'Forum', cursive;
}

@media screen and (max-width: 767px) {
  .u-margin {
    padding-top: 75px;
  }
}

@media screen and (max-width: 1024px) {
  .p-subHeader__item a {
    padding: 30px 15px;
  }
}

/* //p-about// */
.p-about {
  padding: 130px 0 120px;
}
.p-about__inner {
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.p-about__heading {
  font-size: 30px;
  text-align: center;
  line-height: calc(60 / 30);
}
.p-about__text {
  font-size: 16px;
  margin-top: 60px;
  line-height: calc(36 / 16);
  font-family: 'Noto Sans JP', sans-serif;
}
.p-about__boxContents {
  margin-top: 80px;
}
.p-about__boxWrap--top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  
}
.p-about__boxWrap--bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 60px 0;
  }
  .p-about__heading {
    font-size: 20px;
    text-align: center;
    line-height: calc(60 / 30);
  }
  .p-about__boxContents {
    text-align: center;
  }
  .p-about__text {
    margin-top: 45px;
  }
  .p-about__boxWrap--top {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .p-about__boxWrap--bottom {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .p-subHeader__item a {
    padding: 30px 15px;
  }
}
/* //p-about// */

/* //p-introduction// */
.p-introduction {
  padding: 130px 0 120px;
  background-color: #E6E4E1;
}
.p-introduction__inner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.p-introduction__heading {
  font-size: 30px;
  text-align: center;
  line-height: calc(60 / 30);
}

.p-introduction__boxContents {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.p-introduction__box--01 {
  width: 100%;
  height: 270px;
  background-image: url(/ec/img/usr/pg/campaign/formal_furusato/index/introduction01.jpg);
  background-repeat: no-repeat;
  background-position: center center; /* 背景画像の位置を真ん中に指定 */
  background-size: 100%;
  transition: background-size 0.5s ease-in-out;
}
.p-introduction__box--01:hover {
  background-size: 105%;
}
.p-introduction__box--02 {
  width: 100%;
  height: 270px;
  background-image: url(/ec/img/usr/pg/campaign/formal_furusato/index/introduction02.jpg);
  background-repeat: no-repeat;
  background-position: center center; /* 背景画像の位置を真ん中に指定 */
  background-size: 100%;
  transition: background-size 0.5s ease-in-out;
}
.p-introduction__box--02:hover {
  background-size: 105%;
}
.p-introduction__box--03 {
  width: 100%;
  height: 270px;
  background-image: url(/ec/img/usr/pg/campaign/formal_furusato/index/introduction03.jpg);
  background-repeat: no-repeat;
  background-position: center center; /* 背景画像の位置を真ん中に指定 */
  background-size: 100%;
  transition: background-size 0.5s ease-in-out;
}
.p-introduction__box--03:hover {
  background-size: 105%;
}
.p-introduction__box--04 {
  width: 100%;
  height: 270px;
  background-image: url(/ec/img/usr/pg/campaign/formal_furusato/index/introduction04.jpg);
  background-repeat: no-repeat;
  background-position: center center; /* 背景画像の位置を真ん中に指定 */
  background-size: 100%;
  transition: background-size 0.5s ease-in-out;
}
.p-introduction__box--04:hover {
  background-size: 105%;
}
.p-introduction__box--05 {
  width: 100%;
  height: 270px;
  background-image: url(/ec/img/usr/pg/campaign/formal_furusato/index/introduction05.jpg);
  background-repeat: no-repeat;
  background-position: center center; /* 背景画像の位置を真ん中に指定 */
  background-size: 100%;
  transition: background-size 0.5s ease-in-out;
}
.p-introduction__box--05:hover {
  background-size: 105%;
}

.p-introduction__box--06 {
  width: 100%;
  height: 270px;
  background-image: url(/ec/img/usr/pg/campaign/formal_furusato/index/introduction06.jpg);
  background-repeat: no-repeat;
  background-position: center center; /* 背景画像の位置を真ん中に指定 */
  background-size: 100%;
  transition: background-size 0.5s ease-in-out;
}
.p-introduction__box--06:hover {
  background-size: 105%;
}
.p-introduction__box--07 {
  width: 100%;
  height: 270px;
  background-image: url(/ec/img/usr/pg/campaign/formal_furusato/index/introduction07.jpg);
  background-repeat: no-repeat;
  background-position: center center; /* 背景画像の位置を真ん中に指定 */
  background-size: 100%;
  transition: background-size 0.5s ease-in-out;
}
.p-introduction__box--07:hover {
  background-size: 105%;
}
.p-introduction__link {
  position: relative;
  width: 100%;
  height: 270px;
  display: inline-block;
}
.p-introduction__textBox {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.p-introduction__title {
  font-size: 20px;
  line-height: calc(20 / 30);
  color: #fff;
}
.p-introduction__text {
  font-size: 16px;
  margin-top: 15px;
  line-height: calc(36 / 16);
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}

.scroll__wrap {
  width: 35px;
  height: 35px;
  background-color: #8C8373;
  position: absolute;
  bottom: 0;
  right: 0;
}

.scroll {
  position: relative;
  animation: down 1.5s infinite;
  -webkit-animation: down 1.5s infinite;
  width: 0;
  height: 13px;
  position: relative;
  border: 1px solid #fff;
  left: 17px;
  top: 7px;
}
.scroll::before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: -5px;
  width: 1px;
  height: 10px;
  
  border-top: 10px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

@keyframes down {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(5px);
  }
  40% {
    transform: translateY(0);
  }
}

@-webkit-keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(5px);
  }
  40% {
    transform: translate(0);
  }
}

@media screen and (max-width: 767px) {
  .p-introduction {
    padding: 60px 0;
  }
  .p-introduction__heading {
    font-size: 20px;
  }
  
  .p-introduction__boxContents {
    margin-top: 35px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .p-introduction__box--01 {
    height: 191px;
  }
  .p-introduction__box--02 {
    height: 191px;
  }
  .p-introduction__box--03 {
    height: 191px;
  }
  .p-introduction__box--04 {
    height: 191px;
  }
  .p-introduction__box--05 {
    height: 191px;
  }
  .p-introduction__box--06 {
    height: 191px;
  }
  .p-introduction__box--07 {
    height: 191px;
  }
  .p-introduction__link {
    height: 190px;
  }
  .p-introduction__textBox {
    bottom: 16px;
    left: 16px;
  }
  .p-introduction__title {
    font-size: 16px;
  }
  .p-introduction__text {
    font-size: 14px;
    margin-top: 15px;
    line-height: calc(36 / 16);
    color: #fff;
  }
}

@media screen and (max-width: 1024px) {
  .p-subHeader__item a {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 374px) {
  .scroll__wrap {
    width: 35px;
    height: 35px;
    background-color: #8C8373;
    position: absolute;
    bottom: 17px;
    right: 0;
  }
}
/* //p-introduction// */

/* //p-kind// */
.p-kind {
  padding: 130px 0 120px;
}
.p-kind__inner {
  max-width: 855px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.p-kind__heading {
  font-size: 30px;
  text-align: center;
  line-height: calc(60 / 30);
}
.p-kind__text {
  font-size: 16px;
  margin-top: 25px;
  line-height: calc(36 / 16);
  letter-spacing: 0;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}
.p-kind__contents {
  margin-top: 50px;
  border: 1px solid #DDDDDD;
  padding: 65px 80px 60px;
}
.p-kind__title {
  font-size: 20px;
  line-height: calc(30 / 20);
  text-align: center;
  padding-bottom: 10px;
}
.p-kind__box {
  display: flex;
  border-bottom: 1px solid #DDDDDD;
  padding: 25px 0;
}
.p-kind__boxTitle {
  width: 166px;
  font-size: 16px;
  font-weight: bold;
  line-height: calc(30/ 16);
  font-family: 'Noto Sans JP', sans-serif;
}
.p-kind__boxText {
  flex-grow: 1;
  font-size: 16px;
  line-height: calc(30/ 16);
  font-family: 'Noto Sans JP', sans-serif;
}
.p-kind__bottomBox {
  display: grid;
  padding: 25px 0 0;
  gap: 6px;
}
.p-kind__wrap {
  display: flex;
  align-items: center;
}
.p-kind__tag {
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  background-color: #DDDDDD;
  font-family: 'Noto Sans JP', sans-serif;
}
.p-kind__wrap p {
  margin-left: 46px;
  font-size: 16px;
  line-height: calc(30 / 16);
  font-family: 'Noto Sans JP', sans-serif;
}
.p-kind__attention {
  margin-left: 166px;
  font-size: 14px;
  line-height: calc(26 / 14);
  font-family: 'Noto Sans JP', sans-serif;
}
.p-kind__attention a {
  color: #8C7249;
  text-decoration: underline;
}
.p-kind__btn {
  margin-top: 40px;
}
.p-kind__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 315px;
  width: 100%;
  height: 60px;
  color: #8C7249;
  border: 1px solid;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-kind {
    padding: 60px 0;
  }
  .p-kind__heading {
    font-size: 20px;
  }
  .p-kind__contents {
    margin-top: 40px;
    padding: 30px 20px;
  }
  .p-kind__title {
    font-size: 18px;
  }
  .p-kind__box {
    display: block;
    padding: 20px 0;
  }
  .p-kind__boxTitle {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: calc(30/ 16);
  }
  .p-kind__bottomBox {
    display: grid;
    padding: 20px 0 0;
    gap: 6px;
  }
  .p-kind__wrap {
    display: flex;
    align-items: center;
  }
  .p-kind__tag {
    width: 105px;
    height: 30px;
    font-size: 14px;
  }
  .p-kind__wrap p {
    margin-left: 20px;
  }
  .p-kind__attention {
    margin-left: 0;
    font-size: 13px;
    margin-top: 16px;
  }
  .p-kind__btn {
    margin-top: 30px;
  }
  .p-kind__btn a {
    max-width: 270px;
    height: 55px;
  }
}
/* //p-kind// */

/* //p-lineup// */
.p-lineup {
  padding: 130px 0 120px;
  background-color: #E6E4E1;
}
.p-lineup__inner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.p-lineup__heading {
  font-size: 30px;
  text-align: center;
  line-height: calc(60 / 30);
}
.p-lineup__title01 {
  font-size: 36px;
  line-height: calc(30 / 30);
  color: #8C7249;
  z-index: 2;
  position: relative;
}
.p-lineup__title01::after {
  position: absolute;
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/formal_furusato/index/lineupText01.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -78px;
  left: 0;
  width: 100%;
  height: 110px;
  z-index: -1;
}
.p-lineup__title02 {
  font-size: 36px;
  line-height: calc(30 / 30);
  color: #8C7249;
  z-index: 2;
  margin-top: 180px !important;
  position: relative;
}
.p-lineup__title02::after {
  position: absolute;
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/formal_furusato/index/lineupText02.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -78px;
  left: 0;
  width: 100%;
  height: 110px;
  z-index: -1;
}
.p-lineup__title03 {
  font-size: 36px;
  line-height: calc(30 / 30);
  color: #8C7249;
  z-index: 2;
  margin-top: 260px !important;
  position: relative;
}
.p-lineup__title03::after {
  position: absolute;
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/formal_furusato/index/lineupText_sp03.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -220px;
  left: 0;
  width: 100%;
  height: 243px;
  z-index: -1;
}
.p-lineup__title04 {
  font-size: 36px;
  line-height: calc(30 / 30);
  color: #8C7249;
  z-index: 2;
  margin-top: 180px !important;
  position: relative;
}
.p-lineup__title04::after {
  position: absolute;
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/formal_furusato/index/lineupText04.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -78px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: -1;
}
.p-lineup__title05 {
  font-size: 36px;
  line-height: calc(30 / 30);
  color: #8C7249;
  z-index: 2;
  margin-top: 180px !important;
  position: relative;
}
.p-lineup__title05::after {
  position: absolute;
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/formal_furusato/index/lineupText05.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -78px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: -1;
}
.p-lineup__title06 {
  font-size: 36px;
  line-height: calc(30 / 30);
  color: #8C7249;
  z-index: 2;
  margin-top: 180px !important;
  position: relative;
}
.p-lineup__title06::after {
  position: absolute;
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/formal_furusato/index/lineupText06.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -78px;
  left: 0;
  width: 100%;
  height: 95px;
  z-index: -1;
}
.p-lineup__title07 {
  font-size: 36px;
  line-height: calc(30 / 30);
  color: #8C7249;
  z-index: 2;
  margin-top: 180px !important;
  position: relative;
}
.p-lineup__title07::after {
  position: absolute;
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/formal_furusato/index/lineupText07.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -78px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: -1;
}
.p-lineup__text {
  font-size: 16px;
  margin-top: 30px;
  line-height: calc(30 / 16);
  font-family: 'Noto Sans JP', sans-serif;
}

.p-lineup__text--big {
  font-size: 24px;
  margin-top: 30px;
  line-height: calc(25 / 16);
}
.p-lineup__text--big span {
  font-size: 16px;
}

.p-lineup__lead {
  font-size: 20px;
  margin-top: 80px;
  line-height: calc(30 / 20);
}

.p-lineup__listTitle {
  color: #8C7249;
  font-size: 20px;
  border-bottom: 1px solid;
  margin-top: 50px;
  font-weight: bold;
  padding-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
}

.p-lineup__list {
  margin-top: 40px;
}

.p-lineup__boxText {
  font-size: 20px;
  line-height: calc(30 / 20);
  
}

.p-lineup__boxText--en {
  font-size: 14px;
  line-height: calc(30 / 14);
  color: #6A6A6A;
  font-family: 'Noto Sans JP', sans-serif;
}

.p-lineup__boxTag {
  margin-top: 20px;
  font-size: 16px;
  line-height: calc(26 / 16);
  font-weight: bold;
  margin-left: -10px;
  font-family: 'Noto Sans JP', sans-serif;
}

.p-lineup__boxPrice {
  font-size: 16px;
  line-height: calc(26 / 16);
  font-family: 'Noto Sans JP', sans-serif;
}

.p-lineup__boxText-notes {
  font-size: 16px;
  line-height: calc(26 / 16);
  font-family: 'Noto Sans JP', sans-serif;
  padding-top: 10px;
}

.p-lineup__boxAddress {
  margin-top: 10px;
  font-size: 16px;
  line-height: calc(30 / 16);
  font-family: 'Noto Sans JP', sans-serif;
}
.p-lineup__boxAddress span {
  color: #8C7249;
}

.p-lineup__btnBox {
  display: grid;
  gap: 8px;
  grid-template-rows:max-content max-content max-content max-content;
}

.p-lineup__btn {
  text-align: right;
}

.p-lineup__btn a {
  height: 45px;
  width: 200px;
  font-size: 16px;
}
.p-lineup__btn a::after {
  right: 12px;
  width: 14px;
  height: 12px;
}
.p-lineup__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
.p-lineup__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* gap: 50px; */
  margin-top: 30px;
}

.p-lineup-closet--top {
  display: grid;
  grid-template-columns: 1fr 45px 1fr;
  gap: 50px;
  margin-top: 45px;
}

.p-lineup-closet--top .p-lineup-closet__icon {
  margin-top: 130px;
}

.p-lineup-closet--top .p-lineup-closet__title {
  font-size: 20px;
  line-height: calc(20 / 30);
  margin-top: 25px;
}

.p-lineup-closet--top .p-lineup-closet__text {
  font-size: 16px;
  line-height: calc(30 / 16);
  margin-top: 20px;
  font-family: 'Noto Sans JP', sans-serif;
}
.p-lineup-closet--bottom {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 16px;
  margin-top: 45px;
}
.p-lineup-closet--bottom .p-lineup-closet__box--01 {
  outline: 1px solid #9B9B9B;
  outline-offset: -5px;
  background-color: #fff;
  padding: 5px 0 25px;
  text-align: center;
  position: relative;
}
.p-lineup-closet--bottom .p-lineup-closet__box--02 {
  outline: 1px solid #948058;
  outline-offset: -5px;
  background-color: #fff;
  padding: 5px 0 25px;
  text-align: center;
  position: relative;
}
.p-lineup-closet--bottom .p-lineup-closet__wrap {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.p-lineup-closet--bottom .p-lineup-closet__body {
  margin-top: 45px;
}
.p-lineup-closet--bottom .p-lineup-closet__heading {
  font-size: 20px;
  line-height: calc(30 / 20);
  margin-top: 30px;
}
.p-lineup-closet--bottom .p-lineup-closet__lead {
  font-size: 14px;
  line-height: calc(16 / 14);
  margin-top: 10px;
  font-family: 'Noto Sans JP', sans-serif;
}
.p-lineup-closet--bottom .p-lineup-closet__title {
  font-size: 20px;
  line-height: calc(26 / 20);
}
.p-lineup-closet--bottom .p-lineup-closet__price {
  font-size: 16px;
  line-height: calc(26 / 16);
  margin-top: 30px;
  font-family: 'Noto Sans JP', sans-serif;
}
.p-lineup-closet--bottom .p-lineup-closet__price span {
  font-size: 14px;
}

.p-lineup-closet--bottom .p-lineup-closet__address {
  margin-top: 20px;
  font-size: 14px;
  line-height: calc(26 / 14);
  margin-bottom: 20px;
  font-family: 'Noto Sans JP', sans-serif;
}
.p-lineup-closet--bottom .p-lineup-closet__address span {
  color: #8C7249;
}

.p-lineup-closet--bottom .p-lineup-closet__btn {
  margin-top: 10px;
}
.p-lineup-closet--bottom .p-lineup-closet__btn a {
  height: 45px;
  width: 200px;
  font-size: 16px;
}
.p-lineup-closet--bottom .p-lineup-closet__btn a::after {
  right: 12px;
  width: 14px;
  height: 12px;
}
.p-lineup-closet--bottom .p-lineup-closet__box--01 .p-lineup-closet__angle {
  background-color: #9B9B9B;
  background: linear-gradient(45deg, #9B9B9B 0%, #9B9B9B 50%, transparent 50%, transparent 100%);
  width: 60px;
  height: 60px;
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  left: 0;
}
.p-lineup-closet--bottom .p-lineup-closet__box--02 .p-lineup-closet__angle {
  background-color: #948058;
  background: linear-gradient(45deg, #948058 0%, #948058 50%, transparent 50%, transparent 100%);
  width: 60px;
  height: 60px;
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  left: 0;
}

.p-lineup-closet__attention {
  background-color: #D9D7D4;
  max-width: 854px ;
  width: 100%;
  margin: 30px auto 0;
  padding: 0 16px;
}
.p-lineup-closet__attentionBox {
  padding: 50px 80px;
  display: flex;
  gap: 55px;
}
.p-lineup-closet__attentionTitle {
  font-size: 16px;
  line-height: calc(30 / 16);
  font-family: 'Noto Sans JP', sans-serif;
}
.p-lineup-closet__attentionText {
  font-size: 16px;
  line-height: calc(30 / 16);
  font-family: 'Noto Sans JP', sans-serif;
}
.p-lineup-closet__attentionText a {
  color: #8C7249;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .p-lineup {
    padding: 60px 0;
  }
  .p-lineup__inner {
    padding: 0 16px;
  }
  .p-lineup__heading {
    font-size: 20px;
  }
  .p-lineup__title01 {
    font-size: 24px;
    line-height: calc(30 / 30);
  }
  .p-lineup__title01::after {
    top: -35px;
    height: 55px;
  }
  .p-lineup__title02 {
    font-size: 24px;
    margin-top: 180px !important;
  }
  .p-lineup__title02::after {
    background-image: url(/ec/img/usr/pg/campaign/formal_furusato/index/lineupText_sp02.png);
    top: -110px;
    height: 118px;
  }
  .p-lineup__title03 {
    font-size: 24px;
    margin-top: 180px !important;
  }
  .p-lineup__title03::after {
    background-image: url(/ec/img/usr/pg/campaign/formal_furusato/index/lineupText_sp03.png);
    top: -90px;
    height: 100px;
  }
  .p-lineup__title04 {
    font-size: 24px;
    margin-top: 120px;
  }
  .p-lineup__title04::after {
    top: -38px;
    height: 50px;
  }
  .p-lineup__title05 {
    font-size: 24px;
  }
  .p-lineup__title05::after {
    background-image: url(/ec/img/usr/pg/campaign/formal_furusato/index/lineupText_sp05.png);
    top: -97px;
    height: 110px;
  }
  .p-lineup__title06 {
    font-size: 24px;
  }
  .p-lineup__title06::after {
    background-image: url(/ec/img/usr/pg/campaign/formal_furusato/index/lineupText_sp06.png);
    top: -115px;
    height: 123px;
  }
  .p-lineup__title07 {
    font-size: 24px;
  }
  .p-lineup__title07::after {
    background-image: url(/ec/img/usr/pg/campaign/formal_furusato/index/lineupText_sp07.png);
    top: -99px;
    height: 117px;
  }
  .p-lineup__lead {
    font-size: 20px;
    margin-top: 60px;
    line-height: calc(30 / 20);
  }
  .p-lineup__listTitle {
    font-size: 18px;
    margin-top: 40px;
  }
  .p-lineup__list {
    margin-top: 24px;
  }
  .p-lineup__boxTag {
    margin-top: 15px;
  }
  .p-lineup__boxAddress span {
    color: #8C7249;
  }
  
  .p-lineup__btnBox {
    display: grid;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
  }
  
  .p-lineup__btn {
    text-align: center;
  }
  .p-lineup__btn a {
    height: 55px;
    width: 270px;
    font-size: 16px;
  }
  .p-lineup__list {
    grid-template-columns: 1fr;
    gap: 70px;
  }
  .p-lineup-closet--top {
    display: grid;
    grid-template-columns:1fr;
    gap: 30px;
    margin-top: 45px;
  }
  .p-lineup-closet--bottom .p-lineup-closet__wrap {
    display: block;
  }
  .p-lineup-closet__icon {
    margin: 0 auto !important;
  }
  .p-lineup-closet__icon img {
    width: 50px;
  }
  .p-lineup-closet--top .p-lineup-closet__title {
    margin-top: 20px;
  }

  .p-lineup-closet--bottom .p-lineup-closet__box--01 .p-lineup-closet__angle {
    width: 70px;
    height: 70px;
  }
  .p-lineup-closet--bottom .p-lineup-closet__box--02 .p-lineup-closet__angle {
    width: 70px;
    height: 70px;
  }
  .p-lineup__text--big {
    font-size: 20px;
    margin-top: 30px;
    line-height: calc(28 / 16);
  }
  .p-lineup__text--big span {
    font-size: 14px;
  }

}

@media screen and (max-width: 1023px) {
  .p-lineup-closet--bottom {
    grid-template-columns: 1fr;
  }
  .p-lineup__body {
    grid-template-columns: 1fr;
    /* gap: 50px; */
    margin-top: 30px;
  }
  .p-lineup__btn {
    text-align: left;
  }
  .p-lineup-closet__attention {
    background-color: #D9D7D4;
    max-width: 854px ;
    width: 100%;
    margin: 30px auto 0;
    padding: 0;
  }
  .p-lineup-closet__attentionBox {
    padding: 30px 20px;
    display: grid;
    gap: 16px;
  }

  .p-lineup-closet__attentionText {
    font-size: 14px;
    line-height: calc(30 / 16);
  }
}
/* //p-introduction// */


/* //p-map// */
.p-map {
  padding: 130px 0 120px;
}
.p-map__inner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.p-map__heading {
  font-size: 30px;
  text-align: center;
  line-height: calc(60 / 30);
}
.p-map__text {
  font-size: 16px;
  margin-top: 25px;
  line-height: calc(36 / 16);
  letter-spacing: 0;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}
.p-map__attention {
  font-size: 14px;
  margin-top: 70px;
  line-height: calc(26 / 14);
  letter-spacing: 0;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}
@media only screen and (max-width: 767px) {
  .p-map__attention {
    margin-top: 125px;
  }

}
.p-map__image {
  margin-top: 60px;
  position: relative;
}
.p-map__spText1 {
  position: absolute;
  top: 24vw;
  left: 14vw;
  font-size: 4vw;
}
.p-map__spText2 {
  position: absolute;
  top: 34vw;
  left: 0vw;
  font-size: 4vw;
}
.p-map__spText3 {
  position: absolute;
  bottom: -6vw;
  left: 3vw;
  font-size: 4vw;
}
.p-map__spText4 {
  position: absolute;
  bottom: 16vw;
  left: 35vw;
  font-size: 4vw;
}
.p-map__spText5 {
  position: absolute;
  bottom: 16vw;
  right: 3vw;
  font-size: 4vw;
}
.p-map__spText6 {
  position: absolute;
  top: 35.5vw;
  right: 4vw;
  font-size: 4vw;
}
.p-map__spText7 {
  position: absolute;
  bottom: -6vw;
  left: 38vw;
  font-size: 4vw;
}
.p-map__spText8 {
  position: absolute;
  bottom: -23vw;
  left: 5vw;
  font-size: 4vw;
}

.p-map__spText3, .p-map__spText7, .p-map__spText8 {
  line-height: 23px;
}

.pcBox__title {
  font-size: 16px;
  line-height: calc(30 / 14);
  color: #8C7249;
  position: relative;
  padding-bottom: 14px;
  margin-top: 6px;
}

.pcBox__title::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  top: 40px;
  left: 0;
  background-color: #8C7249;
}
.pcBox__text {
  font-size: 14px;
  line-height: calc(30 / 14);
}
.p-map__pcBox--01 {
  position: absolute;
  width: 252px;
  top: 31px;
  left: 236px;
}
.p-map__pcBox--01 img {
  width: 150px;
}
.p-map__pcBox--02 {
  position: absolute;
  width: 252px;
  top: 199px;
  left: 0;
}
.p-map__pcBox--02 img {
  width: 150px;
}
.p-map__pcBox--03 {
  position: absolute;
  width: 252px;
  bottom: 28px;
  left: 0;
}
.p-map__pcBox--03 img {
  width: 150px;
}
.p-map__pcBox--04 {
  position: absolute;
  width: 252px;
  top: 560px;
  left: 399px;
}
.p-map__pcBox--04 img {
  width: 150px;
}
.p-map__pcBox--05 {
  position: absolute;
  width: 252px;
  top: 560px;
  right: 0;
}
.p-map__pcBox--05 img {
  width: 150px;
}
.p-map__pcBox--06 {
  position: absolute;
  width: 252px;
  top: 117px;
  right: 0;
}
.p-map__pcBox--06 img {
  width: 150px;
}
.p-map__pcBox--07 {
  position: absolute;
  width: 252px;
  bottom: -2px;
  left: 316px;
}
.p-map__pcBox--07 img {
  width: 150px;
}

.p-map__pcBox--08 {
  position: absolute;
  width: 252px;
  bottom: 29px;
  right: 81px;
}
.p-map__pcBox--08 img {
  width: 150px;
}

.p-map__pcBox--08 .pcBox__title {
  line-height: 30px;
}

.p-map__pcBox--08 .pcBox__title::after {
  top: 68px;
}

/* .p-map__pcBox--01 {
  position: absolute;
  width: 17.5vw;
  top: 4.9vw;
  left: 16vw;
}
.p-map__pcBox--01 img {
  width: 10.41vw;
}
.p-map__pcBox--02 {
  position: absolute;
  width: 17.5vw;
  top: 9.35vw;
  left: 0;
}
.p-map__pcBox--02 img {
  width: 10.41vw;
}
.p-map__pcBox--03 {
  position: absolute;
  width: 17.5vw;
  bottom: 0;
  left: 0;
}
.p-map__pcBox--03 img {
  width: 10.41vw;
} */
@media screen and (max-width: 767px) {
  .p-map {
    padding: 60px 0 100px;
  }
  .p-map__heading {
    font-size: 20px;
    text-align: center;
  }
  .p-map__text {
    margin-top: 35px;
  }
  .p-map__image {
    margin-top: 30px;
  }
}
@media screen and (max-width: 950px) {
  .p-map__pcBox--01 {
    position: absolute;
    width: 24vw;
    top: 9vw;
    left: 23vw;
  }
  .p-map__pcBox--01 img {
    width: 13vw;
  }
  .p-map__pcBox--02 {
    position: absolute;
    width: 24vw;
    top: 27vw;
    left: 0;
  }
  .p-map__pcBox--02 img {
    width: 13vw;
  }
  .p-map__pcBox--03 {
    position: absolute;
    width: 24vw;
    bottom: 0;
    left: 3vw;
  }
  .p-map__pcBox--03 img {
    width: 13vw;
  }
  .p-map__pcBox--04 {
    position: absolute;
    width: 24vw;
    bottom: 26px;
    left: 40vw;
  }
  .p-map__pcBox--04 img {
    width: 13vw;
  }
  .p-map__pcBox--05 {
    position: absolute;
    width: 24vw;
    bottom: 0;
    right: 0;
  }
  .p-map__pcBox--05 img {
    width: 13vw;
  }
  .p-map__pcBox--06 {
    position: absolute;
    width: 24vw;
    top: 17vw;
    right: 0;
  }
  .p-map__pcBox--06 img {
    width: 13vw;
  }
  .pcBox__title {
    font-size: 1.5vw;
    line-height: calc(30 / 14);
    color: #8C7249;
    position: relative;
    padding-bottom: 10px;
    margin-top: 0px;
  }
  
  .pcBox__title::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    top: 30px;
    left: 0;
    background-color: #8C7249;
  }
  .pcBox__text {
    font-size: 0.4vw;
    line-height: calc(30 / 14);
  }
}
/* //p-map// */

/* //p-banner// */
.p-banner {
  padding: 100px 16px;
  background-image: url(/ec/img/usr/pg/campaign/formal_furusato/index/bannerBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.p-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* 黒色で30%の不透明度 */
  z-index: 1;
}

.p-banner__inner {
  max-width: 855px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: rgb(255, 255, 255, 0.9);
  position: inherit;
  z-index: 2;
}
.p-banner__text {
  font-size: 14px;
  line-height: calc(36 / 16);
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}
.p-banner__boxContents {
  margin-top: 50px;
  display: grid;
  justify-content: center;
}
.p-banner__boxWrap--top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  
}
.p-banner__boxWrap--bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-banner {
    padding: 50px 16px;
  }
  .p-banner__inner {
    padding: 40px 10px;
  }
  .p-banner__boxWrap--top {
    grid-template-columns: 1fr;
  }
  .p-banner__boxWrap--bottom {
    grid-template-columns: 1fr;
  }
  .p-banner__boxContents {
    margin-top: 30px;
    display: grid;
    justify-content: center;
  }
  .p-banner__boxContents a {
    width: 270px;
    font-size: 16px;
  }
}
/* //p-banner// */


/* //ハンバーガーメニュー// */
.menu-button,
.full-screen-nav {
    display: none;  
}

@media only screen and (max-width: 767px) {
  .menu-button {
      display: block;
  }
  
  .full-screen-nav.open {
      display: block;
  }
}
.menu-button {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #8C7249;
  color: #fff;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .menu-button {
    font-size: 16px;
  }
}

.full-screen-nav {
  position: fixed;
  top: 50px;  
  height: calc(100vh - 50px);
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: 10;
  background: white;
  color: #000;
  transition: height 0.5s ease-in-out;
  overflow: auto;
  padding: 45px 40px 150px;
}

.full-screen-nav.open {
  height: 100%;
}

.full-screen-nav .nav__link--bold {
  color: #333333;
  font-size: 18px;
  text-decoration: none;
  display: block;
}
.full-screen-nav .nav__link--regular {
  color: #7E7E7E;
  font-size: 16px;
  text-decoration: none;
  display: block;
  margin-top: 27px;
}

.full-screen-nav .nav__link--bold:not(:first-child) {
  margin-top: 40px;
}
.full-screen-nav .nav__link--regular:not(:first-child) {
  margin-top: 19px;
}

.menu-button {
  transition: background-color 0.3s, color 0.3s; 
}

.menu-button.close {
  background-color: #fff; 
  color: #8C7249;  
  border: 1px solid #8C7249;
}


.nav__btnBox {
  margin-top: 40px;
  display: grid;
  justify-content: center;
  gap: 10px;
}
.nav__btnBox a {
  width: 270px;
}


/* //ハンバーガーメニュー// */



.modal__wrap {
  display: inline-block;
}

.modal__wrap input {
  display: none;
}

.modal__open-label,
.modal__close-label {
  cursor: pointer;
}

.modal__open-label {
  color: #8C7249;
  text-decoration: underline;
}

.modal__open-label:hover {
  cursor: pointer;
  opacity: 0.7;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.modal__open-input:checked + label + input + .modal {
  display: block;
  animation: modal-animation .6s;
}

.modal__content-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 650px;
  background-color: #fff;
  z-index: 2;
}

.modal__close-label {
  width: 25px;
  height: 25px;
  position: fixed;
  z-index: 99999;
}

.modal__close-label::before, .modal__close-label::after{
  content: "";
  display: block;
  width: 100%;/*バツ線の長さ*/
  height: 1px;/*バツ線の太さ*/
  background: #fff;
  transform: rotate(45deg);
  transform-origin:0% 50%;
  position: absolute;
  top: calc(14% - 5px);
  left: 14%;
}

.modal__close-label::after{
  transform: rotate(-45deg);
  transform-origin:100% 50%;
  left: auto;
  right: 14%;
}

.modal__content {
  max-height: 80vh;
  overflow-y: auto;
  padding: 40px 50px;
}

.modal__title {
  font-size: 14px;
  line-height: calc(30 / 14);
  color: #8C7249;
  position: relative;
  padding-bottom: 20px;
  margin-top: 15px;
}

.modal__title::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  top: 37px;
  left: 0;
  background-color: #8C7249;
}

.modal__text {
  font-size: 14px;
  line-height: calc(26 / 14);
}

.modal__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .45);
  z-index: 1;
}

@keyframes modal-animation {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

@media only screen and (max-width: 520px) {

  .modal__close-label {
      top:-30px;
      right: 0;
  }

  .modal__content-wrap {
      width: 90vw;
  }
}
