@charset "utf-8";

/*  PC to SP */
/*========= レイアウト ===============*/

/* ラッパー */
.p-top-hero-wrap {
  /* width: calc(1761/1920 * 100%); */
  /* margin: 0 auto; */
  position: relative;
}

.p-top-wako-wrap {
  width: min(calc(1660/1920 * 100%), 1280px);
  margin: 0 auto;
  position: relative;
}


.p-top-wrap {
  width: min(calc(1660/1920 * 100%), 1660px);
  margin: 0 auto;
  position: relative;
}

.p-top-under-wrap {
  width: min(calc(1660/1920 * 100%), 1024px);
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

/*========= hero ===============*/

/* SP only */
.p-top-hero__txt {
  display: none;
}

.p-top-hero {
  display: block;
  /* width: 100vw; */
  width: 100%;
  height: 100vh;
  /* margin: 0 calc(50% - 50vw); */
  position: relative;
  z-index: 0;
  /* overflow-x: hidden; */

}

.p-top-hero::before {
  content: '';
  display: block;
  background-image: url(../images/top/main.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  /* width: calc(1760/1920 * 100%); */
  /* width: 100vw; */
  /* width: calc(100vw - var(--scrollbar)); */
  height: 100%;
  height: calc(var(--vh, 1vh) * 100);
  height: calc(100vh - 80px);
  /* margin: auto; */
  margin: 0 calc(50% - 50vw);
  margin-left: clamp(30px, 5.952vw - 34.2857px, 80px);
  margin-right: clamp(30px, 5.952vw - 34.2857px, 80px);


  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -2;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);

}

.p-top-hero::after {
  content: '';
  display: block;
  background-color: var(--white);
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.p-top-hero-imgcmt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /* width: calc(1760/1920 * 100%); */
  position: fixed;
  bottom: 80px;
  right: 0;
  left: 0;
  margin: auto;
  margin: 0 calc(50% - 50vw);
  margin-left: clamp(30px, 5.952vw - 34.2857px, 80px);
  margin-right: clamp(30px, 5.952vw - 34.2857px, 80px);

  z-index: 0;
}

.p-top-hero-imgcmt__txt {
  display: inline-block;
  color: var(--white);
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  background-color: var(--black-a60);
  width: auto;
  margin: 0 20px 20px 0;
  padding: 6px 8px;
}

.p-top-hero-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100vh;
  position: relative;
  margin: 0 calc(50% - 50vw);
  margin-left: clamp(30px, 5.952vw - 34.2857px, 80px);
  margin-right: clamp(30px, 5.952vw - 34.2857px, 80px);
  z-index: 10;
}


.p-top-hero-titlebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: auto;
  /* width: calc(714/1024 * 100%); */
  /* padding-top: 602px;
  margin-top: 0px; */
  position: relative;

}

.p-top-hero-titlebox::before {
  content: '';
  background-color: var(--white);
  width: 100vw;
  height: 80px;
  margin: auto;
  /* margin: 0 calc(50% - 50vw);
  padding: calc(50vw - 50%); */
  position: absolute;
  top: 80px;
  left: 0;
  z-index: -1;
}

.p-top-hero__title {
  display: block;
  background-color: var(--white);
  width: 544px;
  height: auto;
  position: relative;
  padding: 40px 0;
}

.p-top-hero__title::before {
  content: '';
  display: block;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 40px;
  z-index: -1;
}

.p-top-hero__title::after {
  content: '';
  display: block;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 40px;
  z-index: -1;
}

/*========= wako ===============*/
.p-top-wako {
  display: block;
  background-color: var(--white);
  background-size: cover;
  background-position: center top;
  /* width: 100vw; */
  width: 100%;
  height: auto;
  /* margin: 0 calc(50% - 50vw); */
  position: relative;
  z-index: 0;
  overflow-x: hidden;

}

.p-top-wako-aboutbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  position: relative;
  padding-top: 120px;
}

.p-top-wako-aboutbox-txtarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(374/1280 * 100%);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-top-wako-aboutbox-txtarea__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;

}

.p-top-wako-aboutbox-txtarea__logotxt {
  display: block;
  color: var(--base_green);
  font-family: 'Cardo', serif;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(32/14);
  letter-spacing: 0.800em;
  border-top: 1px solid var(--base_green);
  width: 100%;
  padding-top: 8px;

}

.p-top-wako-aboutbox-txtarea__head {
  display: inline-block;
  color: var(--base_green);
  /* font-size: clamp(20px, 1.46vw, 28px); */
  font-size: 28px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  line-height: calc(48/28);
  letter-spacing: 0.04em;
  width: auto;
  /* min-height: 0vw; */
  /* padding-top: min(5.2vw, 92px);
  padding-bottom: min(2vw, 30px); */
  /* padding-top: min(4.8vw, 92px);
  padding-bottom: min(1.56vw, 30px); */
  padding-top: 92px;
  padding-bottom: 30px;
}

.p-top-wako-aboutbox-txtarea__desc {
  display: inline-block;
  color: var(--black);
  font-family: 'Noto Serif JP', serif;
  /* font-size: clamp(14px, 1.3vw, 16px); */
  font-size: 16px;
  font-weight: 200;
  line-height: 2;
  letter-spacing: 0.04em;
  width: 100%;
  /* padding-bottom: min(3.125vw, 52px); */
  /* padding-bottom: min(4.125vw, 52px); */
  padding-bottom: 52px;
  /* padding-right: min(3.9vw, 75px); */
  /* padding-right: clamp(41px, 4.9vw, 75px); */
  /* min-height: 0vw; */

}

.p-top-wako-aboutbox-img {
  display: block;
  width: min(calc(796/1280 * 100%), 796px);
  position: relative;
  z-index: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-top-wako-aboutbox-imgcmt {
  display: inline-block;
  color: var(--white);
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  background-color: var(--black-a60);
  width: auto;
  margin: 0 0 20px 20px;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

/* concept box */
.p-top-wako-cept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.p-top-wako-cept__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  padding-top: 132px;
  padding-bottom: 14px;
}

.p-top-wako-cept_copytxt {
  display: block;
  color: var(--base_green);
  font-family: 'Cardo', serif;
  /* font-size: clamp(12px, 0.73vw, 14px); */
  font-size: 14px;
  font-weight: 400;
  line-height: calc(32/14);
  letter-spacing: 0.800em;
  margin-right: -0.800em;

}

.p-top-wako-ceptbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  position: relative;
}

.p-top-wako-ceptbox-txtarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(505/1280 * 100%);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-top-wako-ceptbox-txtarea__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(374/505 * 100%);
}

.p-top-wako-ceptbox-txtarea__logotxt {
  display: block;
  color: var(--base_green);
  font-family: 'Cardo', serif;
  font-size: 14px;
  /* font-size: clamp(12px, 0.73vw, 14px); */
  font-weight: 400;
  line-height: calc(32/14);
  letter-spacing: 0.800em;
  border-top: 1px solid var(--base_green);
  width: 100%;
  /* min-height: 0vw; */
  padding-top: 8px;

}

.p-top-wako-ceptbox-txtarea__head {
  display: inline-block;
  color: var(--base_green);
  /* font-size: clamp(20px, 1.46vw, 28px); */
  font-size: 28px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  line-height: calc(48/28);
  letter-spacing: 0.04em;
  width: auto;
  /* min-height: 0vw; */
  /* padding-top: min(4.8vw, 92px);
  padding-bottom: min(1.56vw, 30px); */
  padding-top: 92px;
  padding-bottom: 30px;

}

.p-top-wako-ceptbox-txtarea__desc {
  display: inline-block;
  color: var(--black);
  font-family: 'Noto Serif JP', serif;
  /* font-size: clamp(14px, 1.3vw, 16px); */
  font-size: 16px;
  font-weight: 200;
  line-height: 2;
  letter-spacing: 0.04em;
  width: 100%;
  /* padding-bottom: min(3.125vw, 52px); */
  /* padding-bottom: min(4.125vw, 37px); */
  padding-bottom: 37px;

}

.p-top-wako-ceptbox-img {
  display: block;
  width: min(calc(665/1280 * 100%), 665px);
  position: relative;
  z-index: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-top-wako-ceptbox-imgcmt {
  display: inline-block;
  color: var(--white);
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  background-color: var(--black-a60);
  width: auto;
  margin: 0 20px 20px 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

/* ACCESS */
.p-top-wako-acc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.p-top-wako-accbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  position: relative;
  padding-top: 140px;
  padding-bottom: 155px;
}

.p-top-wako-accbox::before {
  content: '';
  display: block;
  background-color: var(--base_green);
  width: 100vw;
  height: 1px;
  margin-left: -100vw;
  position: absolute;
  top: 45.3%;
  left: 0;
  z-index: 5;
}

.p-top-wako-accbox::after {
  content: '';
  display: block;
  background-color: var(--base_green);
  width: 100vw;
  height: 1px;
  margin-left: 50vw;
  position: absolute;
  top: 45.3%;
  left: 0;
  z-index: -1;
}

.p-top-wako-accbox-txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--white);
  width: min(calc(640/1280 * 100%), 640px);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;

}

.p-top-wako-accbox-txtarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* width: calc(505/1280 * 100%); */
  width: calc(505/640 * 100%);
  width: calc(530/640 * 100%);
  padding-left: 10px;
}

.p-top-wako-accbox-txtarea__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(374/505 * 100%);
}

.p-top-wako-accbox-txtarea__logotxt {
  display: block;
  color: var(--base_green);
  font-family: 'Cardo', serif;
  /* font-size: clamp(12px, 0.73vw, 14px); */
  font-size: 14px;
  font-weight: 400;
  line-height: calc(32/14);
  letter-spacing: 0.800em;
  border-top: 1px solid var(--base_green);
  width: 100%;
  padding-top: 8px;
}

.p-top-wako-accbox-txtarea__head {
  display: inline-block;
  color: var(--base_green);
  /* font-size: clamp(20px, 1.46vw, 28px); */
  font-size: 28px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  line-height: calc(48/28);
  letter-spacing: 0.04em;
  width: auto;
  /* min-height: 0vw;
  padding-top: min(4.8vw, 92px);
  padding-bottom: min(1.56vw, 30px); */
  padding-top: 92px;
  padding-bottom: 30px;
}

.p-top-wako-accbox-txtarea__desc {
  display: inline-block;
  color: var(--black);
  font-family: 'Noto Serif JP', serif;
  /* font-size: clamp(14px, 1.3vw, 16px); */
  font-size: 16px;
  font-weight: 200;
  line-height: 2;
  letter-spacing: 0.01em;
  width: 100%;
  /* padding-bottom: min(3.125vw, 52px); */
  /* padding-bottom: min(4.125vw, 37px); */
  padding-bottom: 37px;
  /* padding-right: min(3.9vw, 75px); */
  /* padding-right: clamp(41px, 4.9vw, 75px); */
  /* min-height: 0vw; */

}

.p-top-wako-accbox-imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(calc(640/1280 * 100%), 640px);
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-top-wako-accbox-img {
  display: block;
  width: 68.75%;
  position: relative;
  z-index: 1;
}

.p-top-wako-accbox-img img {
  border-radius: 50%;
}

.p-top-wako-accbox-imgcmt {
  display: inline-block;
  color: var(--white);
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  text-shadow: 0px 0px 2px var(--black);
  width: auto;
  /* margin: 0 0 20px 0; */
  /* padding: 6px 8px; */
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.p-top-wako-acc__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-top: 32px;
}

.p-top-wako-acc_copytxt {
  display: block;
  color: var(--base_green);
  font-family: 'Cardo', serif;
  font-size: clamp(12px, 0.73vw, 14px);
  font-weight: 400;
  line-height: calc(32/14);
  letter-spacing: 0.800em;
  margin-right: -0.800em;
  min-height: 0vw;

}

/*========= topics ===============*/
.p-top-topics {
  display: block;
  background-color: var(--white);
  background-size: cover;
  background-position: center top;
  width: 100vw;
  height: auto;
  margin: 0 calc(50% - 50vw);
  position: relative;
  z-index: 0;
  overflow-x: hidden;

}

.p-top-topics-bgbox {
  width: 100%;
  position: relative;
  z-index: 0;

}

.p-top-topics-bgimg {
  width: 100%;
  position: relative;
  z-index: 0;
}

.p-top-topics-bgimgcmtbox {
  display: inline-block;
  position: absolute;
  bottom: 68px;
  right: 30px;
  z-index: 2;

}

.p-top-topics-bgimgcmt {
  display: inline-block;
  color: var(--white);
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  text-shadow: 0px 0px 2px var(--black);
  width: auto;
  /* margin: 0 0 20px 0; */
  /* padding: 6px 8px; */
  /* position: absolute;
  bottom: 68px;
  right: 30px;
  z-index: 2; */
}

.p-top-topics-txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* background-color: var(--white); */
  width: min(calc(1660/1920 * 100%), 1080px);
  margin: 0 auto;
  /* margin-top: -116px; */
  margin-top: calc((116/1920 * 100%) * -1);
  position: relative;
  z-index: 5;

}

.p-top-topics-txtarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.p-top-topics-txtarea__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: min(3.125vw, 60px);
  position: relative;
}

.p-top-topics-txtarea__logo::before {
  content: '';
  display: block;
  background-color: var(--base_green);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.p-top-topics-txtarea__logotxt {
  display: inline-block;
  color: var(--base_green);
  font-family: 'Cardo', serif;
  /* font-size: 14px; */
  /* font-size: clamp(12px, 0.73vw, 14px); */
  font-size: 14px;
  font-weight: 400;
  line-height: calc(32/14);
  letter-spacing: 0.800em;
  margin-right: -0.800em;
  padding-top: 8px;
  position: relative;
}

.p-top-topics-txtarea__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 83px;
}

.p-top-topics-txtarea__copy::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100vh;
  border: 1px solid var(--base_green);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}


.p-top-topics-txtarea__copyhead {
  display: inline-block;
  color: var(--base_green);
  /* font-size: min(1.46vw, 28px); */
  /* font-size: clamp(20px, 1.46vw, 28px); */
  font-size: 28px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  line-height: calc(48/28);
  letter-spacing: 0.04em;
  text-align: center;
  /* background-color: var(--white); */
  width: calc(744/1080 * 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* margin-top: -26px; */
  margin-top: calc(26/1920 * 100vw * -1);
  /* padding-bottom: min(calc(30/1920 * 100vw), 30px); */
  padding-bottom: 30px;
  position: relative;
  z-index: 10;

}

.p-top-topics-txtarea__copyhead::before {
  content: '';
  display: block;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-top-topics-txtarea__copydesc {
  display: inline-block;
  color: var(--black);
  font-family: 'Noto Serif JP', serif;
  /* font-size: clamp(14px, 1.3vw, 16px); */
  font-size: 16px;
  font-weight: 200;
  line-height: 2;
  letter-spacing: 0.04em;
  width: calc(888/1080 * 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 40px;

}

/* 公園 */
.p-top-topics-txtarea__park {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  position: relative;
  margin-bottom: 69px;
}

.p-top-topics-txtarea__parktxt,
.p-top-topics-txtarea__shoptxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(410/1080 * 100%);
  position: relative;

}


.p-top-topics-txtarea__parkhead,
.p-top-topics-txtarea__shophead {
  display: inline-block;
  color: var(--base_green);
  /* font-size: clamp(20px, 1.46vw, 28px); */
  font-size: 28px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  line-height: calc(48/28);
  letter-spacing: 0.04em;
  /* text-align: center; */
  /* margin-top: -26px; */
  padding-bottom: 30px;
  position: relative;
}

.p-top-topics-txtarea__parkdesc,
.p-top-topics-txtarea__shopdesc {
  display: inline-block;
  color: var(--black);
  font-family: 'Noto Serif JP', serif;
  /* font-size: clamp(14px, 1.3vw, 16px); */
  font-size: 16px;
  font-weight: 200;
  line-height: 2;
  letter-spacing: 0.04em;
  /* padding-bottom: min(2vw, 38px); */

}


.p-top-topics-txtarea__parkimg,
.p-top-topics-txtarea__shopimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(610/1080 * 100%);
  position: relative;

}

.p-top-topics-txtarea__parkimgpic,
.p-top-topics-txtarea__shopimgpic {
  width: 100%;
  position: relative;
}

.p-top-topics-txtarea__parkimgpic img,
.p-top-topics-txtarea__shopimgpic img {
  border-radius: 5px;
}

.p-top-topics-txtarea__parkimgpic::before {
  content: '';
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--white)), color-stop(95%, var(--lit_green)));
  background-image: linear-gradient(to bottom, var(--white) 0%, var(--lit_green) 95%);
  border-radius: 50%;
  width: min(calc(332/1920 * 100vw), 332px);
  aspect-ratio: 1 / 1;
  position: absolute;
  /* top: calc(180/1920 * 100vw * -1);
  right: calc(210/1920 * 100vw * -1); */
  top: -180px;
  right: -210px;
  z-index: -1;

}


.p-top-topics-txtarea__parkimgcmt,
.p-top-topics-txtarea__shopimgcmt {
  display: inline-block;
  color: var(--white);
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  background-color: var(--black-a60);
  width: auto;
  margin: 0 10px 10px 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

/* ショッピングセンター */
/* 公園 */
.p-top-topics-txtarea__shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  position: relative;
}

.p-top-topics-txtarea__shopimgcmt--up {
  margin: 10px 0 0 10px;
  bottom: unset;
  right: unset;
  top: 0;
  left: 0;

}

.p-top-topics-txtarea__shopimgpic::before {
  content: '';
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--white)), color-stop(95%, var(--lit_green)));
  background-image: linear-gradient(to bottom, var(--white) 0%, var(--lit_green) 95%);
  border-radius: 50%;
  width: min(calc(122/1920 * 100vw), 122px);
  aspect-ratio: 1 / 1;
  position: absolute;
  /* top: calc(61/1920 * 100vw * -1);
  left: calc(208/1920 * 100vw * -1); */
  top: -61px;
  left: -208px;
  z-index: -1;

}

/*========= under nav ===============*/
.p-top-under {
  display: block;
  background-color: var(--white);
  background-size: cover;
  background-position: center top;
  width: 100vw;
  height: auto;
  margin: 0 calc(50% - 50vw);
  position: relative;
  z-index: 0;
  overflow: hidden;

}

/* footer上の円の装飾 */
.p-top-under-wrap::before {
  content: '';
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--white)), color-stop(95%, var(--lit_green)));
  background-image: linear-gradient(to bottom, var(--white) 0%, var(--lit_green) 95%);
  border-radius: 50%;
  width: min(calc(332/1920 * 100vw), 332px);
  aspect-ratio: 1 / 1;
  position: absolute;
  bottom: -141px;
  left: -70px;
  z-index: -1;
}




/*========= concept ===============*/

/* lounge */


/* p-top-under-box */

.c-otherpage-btn {
  display: inline-block;
  color: var(--base_green);
  background-color: unset;
  font-family: 'Cardo', serif;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(58/14);
  letter-spacing: 0.3em;
  border: 1px solid var(--base_green);
  width: 220px;
  height: auto;
  position: relative;

}

.c-otherpage-btn::before {
  content: '';
  display: block;
  background-color: var(--base_green);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: background-color .2s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform .6s;
  transition: background-color .2s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform .6s;
  transition: transform .6s, background-color .2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform .6s, background-color .2s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform .6s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;

}

.c-otherpage-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--base_green);
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  position: relative;
  z-index: 10;

}

.c-otherpage-btn a:hover {
  color: var(--white);
}

.c-otherpage-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);

}

/* black ver */



/*========= under-box ===============*/
.p-top-under-box {
  display: block;
  color: var(--base_green);
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  padding-top: 115px;
  /* padding-bottom: 80px; */
  position: relative;
}

.p-top-under-navi {
  display: block;
  padding-bottom: 43px;
  position: relative;
  z-index: 5;
}

.p-top-under-navibox {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, 219px);
  grid-row-gap: 20px;
  grid-column-gap: 21px;
  width: 700px;
  margin: 0 auto;
  position: relative;
}

.p-top-under-navibox::before {
  content: '';
  display: block;
  background-color: var(--base_green);
  width: 100vw;
  height: 1px;
  margin-left: -100vw;
  position: absolute;
  top: 21%;
  left: 0;
  z-index: 5;
}

.p-top-under-navibox::after {
  content: '';
  display: block;
  background-color: var(--base_green);
  width: 100vw;
  height: 1px;
  margin-right: -100vw;
  position: absolute;
  top: 21%;
  right: 2px;
  z-index: 5;
}

.p-top-under-navibox__item {
  display: inline-block;
  color: var(--base_green);
  background-color: unset;
  font-family: 'Cardo', serif;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(58/14);
  letter-spacing: 0.3em;
  border: 1px solid var(--base_green);
  width: 218px;
  height: auto;
  /* transition: color 0.2s; */
  position: relative;
}

.p-top-under-navibox__item::before {
  content: '';
  display: block;
  background-color: var(--base_green);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: background-color .2s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform .6s;
  transition: background-color .2s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform .6s;
  transition: transform .6s, background-color .2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform .6s, background-color .2s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform .6s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;

}

.p-top-under-navibox__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--base_green);
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  position: relative;
  z-index: 10;
}

.p-top-under-navibox__item a:hover {
  color: var(--white);
}

.p-top-under-navibox__item:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.p-top-under-navibox__item--location,
.p-top-under-navibox__item--equipment,
.p-top-under-navibox__item--quality {
  grid-row: 1;
}

.p-top-under-navibox__item--plan,
.p-top-under-navibox__item--outline {
  grid-row: 2;
}

.p-top-under-navibox__item--plan {
  grid-column: 1 / span 2;
  justify-self: center;
}

.p-top-under-navibox__item--outline {
  grid-column: 2 / span 2;
  justify-self: center;
}

.p-top-notice {
  display: block;
  color: var(--black);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  width: 100%;
  padding-bottom: 120px;
  position: relative;
  z-index: 5;
}

.p-top-notice span {
  display: block;
}

/* 木 */
.p-top-under-tree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100vw;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.p-top-under-tree-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* width: min(calc(320/1920 * 100vw), 320px); */
  width: clamp(200px, calc(320/1920 * 100vw), 320px);
  height: auto;
  min-height: 0vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;

}

.p-top-under-tree-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /* width: min(calc(320/1920 * 100vw), 320px); */
  width: clamp(200px, calc(320/1920 * 100vw), 320px);
  height: auto;
  min-height: 0vw;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;

}

.p-top-ltct {
  letter-spacing: 0.01em;
}

/* VR */
.p-top-wako-vr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  padding-top: 70px;
  padding-bottom: 40px;
}

.p-top-wako-vr__btn {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-top-wako-vr__btn--typeb {
  margin-right: 20px;
}

.p-top-wako-vr__btn img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); */
}

.p-top-wako-vr__btn:hover {
  opacity: 0.5;
}

/*1919px以下*/
@media screen and (max-width: 1919px) {
  /* .p-top-hero::before {
    width: calc(1660/1920 * 100%);
  } */

  /* .p-top-hero-imgcmt {
    width: calc(1660/1920 * 100%);
  } */

  /* .p-top-hero-wrap {
    width: calc(1660/1920 * 100%);
  } */

  /* topics 円の装飾 */
  .p-top-topics-txtarea__parkimgpic::before {
    top: calc(180/1920 * 100vw * -1);
    right: calc(210/1920 * 100vw * -1);
  }

  .p-top-topics-txtarea__shopimgpic::before {
    top: calc(61/1920 * 100vw * -1);
    left: calc(208/1920 * 100vw * -1);
  }


}

/*1600px以下*/
@media screen and (max-width: 1600px) {

  /* footer上の円の装飾 */
  .p-top-under-wrap::before {
    bottom: calc(141/1920 * 100vw * -1);
    left: 0;
    /* left: calc((70/1920 * 100vw) * -1); */
    /* left: calc(70px - calc(70/1920 * 100vw)); */
  }

}

/*1500px以下 (コンテンツ幅が1280以下になるあたり）*/
@media screen and (max-width: 1500px) {

  /* about */
  .p-top-wako-aboutbox-txtarea {
    width: calc(400/1280 * 100%);

  }

  .p-top-wako-aboutbox-txtarea__logotxt {
    font-size: clamp(12px, 0.93vw, 14px);
    min-height: 0vw;
  }

  .p-top-wako-aboutbox-txtarea__head {
    font-size: clamp(20px, 1.86vw, 28px);
    min-height: 0vw;
    padding-top: min(6.13vw, 92px);
    padding-bottom: min(2vw, 30px);

  }

  .p-top-wako-aboutbox-txtarea__desc {
    font-size: clamp(12px, 1.06vw, 16px);
    letter-spacing: 0.01em;
    min-height: 0vw;
    padding-bottom: min(3.46vw, 52px);

  }

  /* cept */
  .p-top-wako-ceptbox-txtarea {
    width: calc(558/1280 * 100%);
  }

  .p-top-wako-cept_copytxt {
    font-size: clamp(12px, 0.93vw, 14px);
    min-height: 0vw;
  }

  .p-top-wako-ceptbox-txtarea__logotxt {
    font-size: clamp(12px, 0.93vw, 14px);

  }

  .p-top-wako-ceptbox-txtarea__head {
    font-size: clamp(20px, 1.86vw, 28px);
    min-height: 0vw;
    padding-top: min(6.13vw, 92px);
    padding-bottom: min(2vw, 30px);
  }

  .p-top-wako-ceptbox-txtarea__desc {
    /* font-size: clamp(14px, 1.3vw, 16px); */
    font-size: clamp(12px, 1.06vw, 16px);
    min-height: 0vw;
    /* padding-bottom: min(4.125vw, 37px); */
    padding-bottom: min(2.46vw, 37px);
  }

  /* acc */
  .p-top-wako-accbox-txtarea {
    width: calc(600/640 * 100%);
  }

  .p-top-wako-accbox-txtarea__logotxt {
    font-size: clamp(12px, 0.93vw, 14px);
    min-height: 0vw;
  }

  .p-top-wako-accbox-txtarea__head {
    font-size: clamp(20px, 1.86vw, 28px);
    min-height: 0vw;
    padding-top: min(6.13vw, 92px);
    padding-bottom: min(2vw, 30px);
  }

  .p-top-wako-accbox-txtarea__desc {
    font-size: clamp(12px, 1.06vw, 16px);
    min-height: 0vw;
    padding-bottom: min(2.46vw, 37px);
  }


}

/*1249px以下 (コンテンツ幅が1080以下になるあたり）*/
@media screen and (max-width: 1249px) {
  .p-top-topics-txtarea__logotxt {
    font-size: clamp(12px, 1.12vw, 14px);
    min-height: 0vw;

  }

  .p-top-topics-txtarea__copyhead {
    font-size: clamp(20px, 2.24vw, 28px);
    min-height: 0vw;
    padding-bottom: calc(30/1249 * 100vw);

  }

  .p-top-topics-txtarea__copydesc {
    font-size: clamp(14px, 1.28vw, 16px);
    /* letter-spacing: 0.01em; */
    /* width: calc(888/1080 * 100%); */
    /* width: fit-content; */
    min-height: 0vw;
  }

  .p-top-topics-txtarea__parktxt,
  .p-top-topics-txtarea__shoptxt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .p-top-topics-txtarea__parkhead,
  .p-top-topics-txtarea__shophead {
    font-size: clamp(20px, 2.24vw, 28px);
    min-height: 0vw;
  }

  .p-top-topics-txtarea__parkdesc,
  .p-top-topics-txtarea__shopdesc {
    font-size: clamp(14px, 1.28vw, 16px);
    min-height: 0vw;
  }

}


/************************************
** レスポンシブデザイン用のメディアクエリ
SPモードのCSS
************************************/
/*1024px以下*/
@media screen and (max-width: 1024px) {

  main {
    overflow: hidden;
  }

  /* ラッパー */
  .p-top-wrap {
    width: min(calc(342/390 * 100%), 544px);
    margin: 0 auto;
    position: relative;
  }

  /*========= common btn ===============*/
  .c-otherpage-btn {
    font-size: 12px;
    width: 164px;
  }

  .c-otherpage-btn::before {
    content: '';
    display: block;
    /* background-color: var(--white); */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    -webkit-transition: background-color .2s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform .6s;
    transition: background-color .2s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform .6s;
    transition: transform .6s, background-color .2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform .6s, background-color .2s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform .6s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;

  }

  .c-otherpage-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* color: var(--white); */
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    position: relative;
    z-index: 10;

  }

  .c-otherpage-btn a:hover {
    /* color: var(--beige); */
  }

  .c-otherpage-btn:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }


  /*========= hero SP ===============*/
  .p-top-hero {
    display: block;
    width: 100vw;
    /* height: 100vh; */
    /* height: calc(1180/1360 * calc(var(--vh, 1vh) * 100));
    height: calc(1180/1360 * 100vh);
    height: calc(1180/1360 * 100svh); */
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    height: 100svh;
    margin: 0 calc(50% - 50vw);
    position: relative;
    z-index: 0;
    /* overflow-x: hidden; */
  }

  .p-top-hero::before {
    content: '';
    display: block;
    background-image: url(../images/top/main_sp@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100vw;
    /* height: 100%;
    height: calc(var(--vh, 1vh) * 100);
    height: 100lvh; */
    height: calc(986/1360 * 100vh);
    height: calc(986/1360 * calc(var(--vh, 1vh) * 100));
    height: calc(986/1360 * 100svh);
    margin: auto;
    margin: 0 calc(50% - 50vw);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .p-top-hero::after {
    display: none;
  }

  .p-top-hero-imgcmt {
    display: none;
  }

  .p-top-hero-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    /* height: 100vh; */
    /* height: calc(1180/1360 * calc(var(--vh, 1vh) * 100));
    height: calc(1180/1360 * 100vh);
    height: calc(1180/1360 * 100svh); */
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    height: 100svh;
    margin: 0;
    position: relative;
    z-index: 10;
  }

  .p-top-hero-wrap {
    width: 100%;
  }

  .p-top-hero-titlebox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: var(--white);
    width: 100%;
    height: auto;
    height: calc(374/1360 * 100vh);
    height: calc(374/1360 * calc(var(--vh, 1vh) * 100));
    height: calc(374/1360 * 100svh);
    min-height: 240px;
    /* width: calc(714/1024 * 100%); */
    margin-top: 0px;
    position: relative;
  }

  .p-top-hero-titlebox::before {
    display: none;
  }

  .p-top-hero__title {
    display: block;
    width: min(calc(406/544 * 100%), 406px);
    height: auto;
    padding: calc(50/1360 * 100vh) 0;
    padding: calc(50/1360 * calc(var(--vh, 1vh) * 100)) 0;
    padding: calc(50/1360 * 100svh) 0;
  }

  .p-top-hero__title::before,
  .p-top-hero__title::after {
    display: none;
  }

  .p-top-hero__title img {
    width: 100%;
    height: auto;
  }

  .p-top-hero__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--black);
    font-size: clamp(14px, 2.43vw, 18px);
    /* font-size: 18px; */
    font-weight: 500;
    line-height: calc(27/18);
    letter-spacing: 0.12em;
    text-align: center;
    min-height: 0vw;
    width: calc(918/1024 * 100%);
    /* margin-bottom: calc(80/1360 * 100svh); */
    padding: calc(26/1360 * 100vh) 0;
    padding: calc(26/1360 * calc(var(--vh, 1vh) * 100)) 0;
    padding: calc(26/1360 * 100svh) 0;
    position: relative;
  }

  .p-top-hero__txt::before,
  .p-top-hero__txt::after {
    content: '';
    display: block;
    background-color: var(--black);
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .p-top-hero__txt::after {
    top: unset;
    bottom: 0;
    left: 0;
  }


  /*========= wako SP ===============*/
  .p-top-wako-wrap {
    width: min(calc(342/390 * 100%), 544px);
  }

  .p-top-wako-aboutbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 66px;

  }

  .p-top-wako-aboutbox-txtarea {
    display: contents;
  }

  .p-top-wako-aboutbox-txtarea__logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .p-top-wako-aboutbox-txtarea__logotxt {
    display: block;
    color: var(--base_green);
    font-family: 'Cardo', serif;
    font-size: 10px;
    font-weight: 400;
    line-height: calc(32/14);
    letter-spacing: 0.800em;
    border-top: 0px solid var(--base_green);
    width: 100%;
    padding-top: 10px;
    position: relative;
  }

  .p-top-wako-aboutbox-txtarea__logotxt::before {
    content: '';
    display: block;
    background-color: var(--base_green);
    width: 100px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .p-top-wako-aboutbox-txtarea__head {
    font-size: 20px;
    line-height: calc(32/20);
    padding-top: 24px;
    padding-bottom: 27px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .p-top-wako-aboutbox-img {
    width: 100%;
    margin-bottom: 50px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .p-top-wako-aboutbox-img img {
    width: 100%;
    aspect-ratio: 1 / 0.6286;
  }

  .p-top-wako-aboutbox-imgcmt {
    color: var(--black);
    font-weight: 200;
    background-color: unset;
    margin: 0;
    padding: 0;
    bottom: -18px;
    left: unset;
    right: 0;
  }


  .p-top-wako-aboutbox-txtarea__desc {
    font-size: 14px;
    line-height: calc(26/14);
    letter-spacing: 0.04em;
    word-break: normal;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding-bottom: 0;
  }

  /* concept box SP*/
  .p-top-wako-cept {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    /* padding-bottom: 60px; */
    padding-bottom: 50px;
  }

  .p-top-wako-cept__copy {
    display: none;
  }

  .p-top-wako-ceptbox {
    display: contents;
  }

  .p-top-wako-ceptbox-txtarea {
    display: contents;
  }

  .p-top-wako-ceptbox-txtarea__logo {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .p-top-wako-ceptbox-txtarea__logotxt {
    display: block;
    color: var(--base_green);
    font-family: 'Cardo', serif;
    font-size: 10px;
    font-weight: 400;
    line-height: calc(32/14);
    letter-spacing: 0.800em;
    border-top: 0px solid var(--base_green);
    width: 100%;
    padding-top: 10px;
    position: relative;
  }

  .p-top-wako-ceptbox-txtarea__logotxt::before {
    content: '';
    display: block;
    background-color: var(--base_green);
    width: 100px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .p-top-wako-ceptbox-txtarea__head {
    font-size: 20px;
    line-height: calc(32/20);
    padding-top: 24px;
    padding-bottom: 27px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .p-top-wako-ceptbox-img {
    width: 100%;
    margin-bottom: 50px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .p-top-wako-ceptbox-img img {
    width: 100%;
    aspect-ratio: 1 / 0.6286;
  }

  .p-top-wako-ceptbox-imgcmt {
    color: var(--black);
    font-weight: 200;
    background-color: unset;
    margin: 0;
    padding: 0;
    bottom: -18px;
    left: unset;
    right: 0;
  }

  .p-top-wako-ceptbox-txtarea__desc {
    font-size: 14px;
    line-height: calc(26/14);
    letter-spacing: 0.04em;
    word-break: normal;
    padding-bottom: 47px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .p-top-wako-btn {
    display: block;
    /* font-size: 12px;
    width: 164px; */
    margin: 0 auto;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;

  }


  /* ACCESS SP*/
  .p-top-wako-acc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    padding-bottom: 70px;
  }

  .p-top-wako-accbox,
  .p-top-wako-accbox-txtbox,
  .p-top-wako-accbox-txtarea {
    display: contents;
  }

  .p-top-wako-accbox::before,
  .p-top-wako-accbox::after {
    display: none;
  }

  .p-top-wako-accbox-txtarea__logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .p-top-wako-accbox-txtarea__logotxt {
    display: block;
    color: var(--base_green);
    font-family: 'Cardo', serif;
    font-size: 10px;
    font-weight: 400;
    line-height: calc(32/14);
    letter-spacing: 0.800em;
    border-top: 0px solid var(--base_green);
    width: 100%;
    padding-top: 10px;
    position: relative;
  }

  .p-top-wako-accbox-txtarea__logotxt::before {
    content: '';
    display: block;
    background-color: var(--base_green);
    width: 100px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .p-top-wako-accbox-txtarea__head {
    font-size: 20px;
    line-height: calc(32/20);
    padding-top: 24px;
    padding-bottom: 30px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .p-top-wako-accbox-imgbox {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .p-top-wako-accbox-img {
    width: 230px;
  }

  .p-top-wako-acc__copy {
    padding: 25px 0;
  }

  .p-top-wako-acc_copytxt {
    font-size: 10px;
    line-height: calc(23/10);
  }

  .p-top-wako-accbox-txtarea__desc {
    font-size: 14px;
    line-height: calc(26/14);
    letter-spacing: 0.04em;
    word-break: normal;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding-bottom: 45px;
  }

  /* Topics SP */
  .p-top-topics-bgimgcmtbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: min(calc(342/390 * 100%), 544px);
    position: absolute;
    top: 68%;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;

  }

  .p-top-topics-txtbox {
    width: min(calc(342/390 * 100%), 544px);
    margin-top: calc((77/1024 * 100%) * -1);
  }

  .p-top-topics-txtarea__copy {
    margin-bottom: 0px;
  }

  .p-top-topics-txtarea__copy::before {
    display: none;
  }

  .p-top-topics-txtarea__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: min(3.125vw, 60px);
    position: relative;
  }

  .p-top-topics-txtarea__logotxt {
    font-size: 10px;
    line-height: calc(32/10);
    padding-top: 7px;

  }

  .p-top-topics-txtarea__copyhead {
    font-size: 20px;
    line-height: calc(32/20);
    padding-bottom: 25px;

  }

  .p-top-topics-txtarea__copydesc {
    font-size: 14px;
    line-height: calc(26/14);
    width: 100%;
    padding-bottom: 45px;
  }

  /* 公園 */

  .p-top-topics-txtarea__park,
  .p-top-topics-txtarea__shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    position: relative;
    margin-bottom: 71px;
  }

  .p-top-topics-txtarea__shop {
    margin-bottom: 0px;
  }

  .p-top-topics-txtarea__parkimgpic::before,
  .p-top-topics-txtarea__shopimgpic::before {
    display: none;
  }

  .p-top-topics-txtarea__parktxt,
  .p-top-topics-txtarea__shoptxt {
    /* width: fit-content; */
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .p-top-topics-txtarea__parkdesc,
  .p-top-topics-txtarea__shopdesc {
    font-size: 14px;
    line-height: calc(26/14);
  }

  .p-top-topics-txtarea__shopdesc {
    word-break: normal;
  }

  .p-top-topics-txtarea__parkhead,
  .p-top-topics-txtarea__shophead {
    font-size: 20px;
    line-height: calc(30/20);
    letter-spacing: 0.04em;
    padding-bottom: 24px;
  }

  .p-top-topics-txtarea__parkimg,
  .p-top-topics-txtarea__shopimg {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 50px;
  }


  .p-top-topics-txtarea__parkimgpic img {
    /* border-radius: 5px; */
    width: 100%;
    aspect-ratio: 1 / 0.3492;
    -o-object-position: center 87%;
       object-position: center 87%;
  }


  .p-top-topics-txtarea__shopimgpic img {
    /* border-radius: 5px; */
    width: 100%;
    aspect-ratio: 1 / 0.3492;
    -o-object-position: center;
       object-position: center;
  }


  .p-top-topics-txtarea__parkimgcmt,
  .p-top-topics-txtarea__shopimgcmt {
    color: var(--black);
    font-weight: 200;
    background-color: unset;
    margin: 0;
    padding: 0;
    bottom: -18px;
    left: unset;
    right: 0;
  }

  .p-top-topics-txtarea__shopimgcmt--up {
    margin: 0;
    bottom: unset;
    right: unset;
    top: -18px;
    left: 0;

  }

  /*========= under-box ===============*/
  .p-top-under-tree-left,
  .p-top-under-tree-right {
    display: none;
  }

  .p-top-under-box {
    display: block;
    color: var(--black);
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 67px;
    position: relative;
  }

  .p-top-under-wrap {
    width: min(calc(342/390 * 100%), 544px);
  }

  .p-top-under-wrap::before {
    display: none;
  }

  .p-top-under-navi {
    display: block;
    padding-bottom: 43px;
    position: relative;
    z-index: 5;
  }


  .p-top-under-navibox {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, 164px);
    grid-row-gap: 23px;
    grid-column-gap: calc(25/544 * 100%);
    width: auto;
    margin: 0 auto;
    position: relative;
  }

  .p-top-under-navibox::before {
    display: none;
  }

  .p-top-under-navibox::after {
    display: none;
  }

  .p-top-under-navibox__item {
    display: inline-block;
    color: var(--white);
    background-color: unset;
    font-family: 'Cardo', serif;
    font-size: 12px;
    font-weight: 400;
    line-height: calc(50/12);
    letter-spacing: 0.3em;
    /* border: 1px solid var(--black); */
    width: 164px;
    height: auto;
    /* transition: color 0.2s; */
    position: relative;
  }

  .p-top-notice {
    text-align: left;
    padding-bottom: 50px;

  }

  /* VR */
  .p-top-wako-vr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0px;
    padding-bottom: 70px;
  }
  .p-top-wako-vr__btn--typeb {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  
  
}

/*576px以下*/
@media screen and (max-width: 576px) {

  /*========= hero SP small ===============*/
  .p-top-hero {
    display: block;
    width: 100vw;
    /* height: 100vh; */
    /* height: calc(700/844 * calc(var(--vh, 1vh) * 100));
    height: calc(700/844 * 100vh);
    height: calc(700/844 * 100svh); */
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    height: 100svh;
    margin: 0 calc(50% - 50vw);
    position: relative;
    z-index: 0;
    /* overflow-x: hidden; */
  }

  .p-top-hero::before {
    content: '';
    display: block;
    background-image: url(../images/top/main_sp@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100vw;
    /* height: 100%;
    height: calc(var(--vh, 1vh) * 100);
    height: 100lvh; */
    height: calc(596/844 * 100vh);
    height: calc(596/844 * calc(var(--vh, 1vh) * 100));
    height: calc(596/844 * 100svh);
    margin: auto;
    margin: 0 calc(50% - 50vw);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

  }


  .p-top-hero-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* width: 100%; */
    /* height: 100vh; */
    /* height: calc(700/844 * calc(var(--vh, 1vh) * 100));
    height: calc(700/844 * 100vh);
    height: calc(700/844 * 100svh); */
    position: relative;
    margin: 0;
    z-index: 10;
  }

  .p-top-hero-titlebox {
    width: 100%;
    height: calc(250/844 * 100vh);
    height: calc(250/844 * calc(var(--vh, 1vh) * 100));
    height: calc(250/844 * 100svh);
    min-height: 180px;
  }

  .p-top-hero__title {
    display: block;
    width: min(calc(224/342 * 100%), 224px);
    height: auto;
    /* padding-bottom: calc(40/342 * 100%); */
    padding: calc(24/844 * 100vh) 0;
    padding: calc(24/844 * calc(var(--vh, 1vh) * 100)) 0;
    padding: calc(24/844 * 100svh) 0;
  }

  .p-top-hero__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* color: var(--white); */
    font-size: clamp(12px, 3.68vw, 14px);
    font-weight: 500;
    line-height: calc(26/14);
    letter-spacing: 0.12em;
    text-align: center;
    min-height: 0vw;
    padding: calc(13/844 * 100vh) 0;
    padding: calc(13/844 * calc(var(--vh, 1vh) * 100)) 0;
    padding: calc(13/844 * 100svh) 0;

  }

  /*========= wako ===============*/
  .p-top-wako-aboutbox-img img,
  .p-top-wako-ceptbox-img img {
    width: 100%;
    aspect-ratio: 1 / 1;
  }

  .p-top-topics-bgimg img {
    width: 100%;
    aspect-ratio: 1 / 1.1692;

  }

  .p-top-topics-txtarea__parkimgpic img {
    /* border-radius: 5px; */
    width: 100%;
    aspect-ratio: 1 / 0.5555;
    -o-object-position: bottom;
       object-position: bottom;
  }

  .p-top-topics-txtarea__shopimgpic img {
    width: 100%;
    aspect-ratio: 1 / 0.5555;
    -o-object-position: center;
       object-position: center;
  }


  .p-top-wako-aboutbox {
    padding-top: 10px;
  }

  .p-top-wako-cept {
    /* padding-bottom: 70px; */
    padding-bottom: 50px;
  }

  .p-top-topics-txtbox {
    margin-top: calc((216/1024 * 100%) * -1);
  }

  .p-top-topics-txtarea__logo {
    margin-bottom: min(6.4vw, 25px);
    margin-bottom: 18px;
  }

  .p-top-topics-txtarea__copydesc {
    padding-bottom: 48px;

  }

  .p-top-topics-txtarea__parkhead {
    padding-bottom: 28px;
  }

  .p-top-topics-txtarea__shophead {
    padding-bottom: 19px;
  }

  .p-top-topics-txtarea__park {
    margin-bottom: 69px;
  }

  .p-top-topics-txtarea__shop {
    margin-bottom: 16px;
  }



  /*========= under-box ===============*/
  .p-top-under-box {
    /* width: calc(100vw - var(--scrollbar)); */
    width: 100%;
    height: 100%;
    padding-top: 51px;
    /* padding-bottom: 80px; */
    position: relative;
  }

  .p-top-under-navi {
    display: block;
    padding-bottom: 38px;
    position: relative;
    z-index: 5;
  }

  .p-top-under-navibox {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(2, 164px);
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 22px;
    grid-column-gap: 12px;
    width: 100%;
    width: min(100%, 340px);
    margin: 0 auto;
    position: relative;
  }

  .p-top-under-navibox::before,
  .p-top-under-navibox::after {
    display: none;

  }

  .p-top-under-navibox__item {
    /* font-size: 12px; */
    font-size: clamp(10px, 3vw, 12px);
    min-height: 0vw;
    line-height: calc(50/12);
    letter-spacing: 0.3em;
    /* width: 164px; */
    width: 100%;

  }

  .p-top-under-navibox__item--location,
  .p-top-under-navibox__item--equipment {
    grid-row: 1;
  }

  .p-top-under-navibox__item--quality,
  .p-top-under-navibox__item--plan {
    grid-row: 2;
    grid-column: unset;

  }

  .p-top-under-navibox__item--outline {
    width: min(calc(164/340 * 100%), 164px);
    grid-row: 3;
    grid-column: 1 / span 2;
    justify-self: center;
  }

  .p-top-notice {
    text-align: left;
    line-height: calc(16/10);
    /* width: min(calc(342/390 * 100%), 544px); */
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;

  }

  /* VR */
  .p-top-wako-vr__btn img {
    width: 100%;
    aspect-ratio: 1 / 0.5263;
  }

}