:root {
  --cl_green: #008C00;
  --cl_black: #191919;
  --cl_red: #ff0000;
  --cl_white: #ffffff;
}

html {
  overflow-y: scroll;
  scroll-behavior: smooth;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  height: 100%;
  margin-block: 0;
  margin-inline: 0;
  padding-block: 0;
  padding-inline: 0;
}

body {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  margin-block: 0;
  margin-inline: 0;
  background-color: var(--cl_white);
  color: var(--cl_black);
  line-height: 200%;
  letter-spacing: 0;
}

body,
body * {
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

img {
  border: 0;
}

*:focus {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding-block: 0;
  padding-inline: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding-block: 0;
  padding-inline: 0;
  margin-block: 0;
  margin-inline: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: middle;
}

p,
span {
  margin-block: 0;
  margin-inline: 0;
}

h1,
h2,
h3,
p,
span,
dl,
dt,
dd {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

button {
  padding-block: 0;
  padding-inline: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  appearance: none;
}

.wrapper {
  background-color: var(--cl_white);
}

.is_hidden {
  display: none !important;
}

@media (min-width : 1024px) {
  .is_only_sp {
    display: none !important;
  }
}

@media (max-width : 1023px) {
  .is_only_pc {
    display: none !important;
  }
}

.about {
  overflow-x: hidden;
  width: 100vw;
}
@media (min-width : 1024px) {
  .about {
    overflow: visible;
  }
}

.about_inner {
  position: relative;
  padding-block: 82px 131px;
  padding-inline: 4.26%;
  max-width: 600px;
  margin-inline: auto;
}
@media (min-width : 1024px) {
  .about_inner {
    max-width: 1920px;
    padding-block: 131px 297px;
    padding-inline: 50px 0;
    margin-inline: auto;
  }
}

.about_header {
  position: relative;
  z-index: 5;
  color: var(--cl_green);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.9;
  text-align: center;
}
@media (min-width : 1024px) {
  .about_header {
    font-size: 32px;
    line-height: 57px;
    letter-spacing: 0.1em;
  }
}
.about_header span {
  display: inline-block;
  background-color: var(--cl_white);
}
.about_header i {
  font-style: normal;
  letter-spacing: -10px;
}

.about_container {
  margin-block-start: 40px;
}
@media (min-width : 1024px) {
  .about_container {
    display: flex;
    max-width: 1530px;
    margin-inline: auto 0;
    margin-block-start: 80px;
    gap: 3.4%;
  }
}

.about_text_area {
  display: flex;
  min-height: 276px;
  gap: 27px;
}
@media (min-width : 1024px) {
  .about_text_area {
    width: 35.7%;
    min-height: 456px;
    gap: 8.6%;
  }
}

.about_text_header {
  width: 63px;
  height: 286px;
  background: url(../img/about_header_sp.png) left top 10px/100% auto no-repeat;
  font-size: 0;
}
@media (min-width : 1024px) {
  .about_text_header {
    width: 19%;
    height: auto;
    background: url(../img/about_header_pc.png) left top 10px/100% auto no-repeat;
    aspect-ratio: 104/456;
  }
}

.about_text {
  position: relative;
  z-index: 5;
  width: calc(100% - 90px);
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  padding-inline-end: 2px;
}
@media (min-width : 1024px) {
  .about_text {
    width: 72.4%;
    font-size: 17px;
    line-height: 2.58;
    padding-inline-end: 0;
  }
}

.about_img_area {
  margin-block-start: 102px;
}
@media (min-width : 1024px) {
  .about_img_area {
    width: 61.9%;
    margin-block-start: 0;
  }
}
@media (min-width: 630px) and (max-width: 1023px) {
  .about_img_area {
    margin-inline-end: calc(((100vw - 600px) / 2 + 50px) * -1);
  }
}

.about_img {
  display: block;
  position: relative;
  z-index: 5;
  width: calc(100vw - 4.26%);
  margin-inline-end: calc((100vw - 4.26%) * -1);
  aspect-ratio: 716/468;
}
@media (min-width : 1024px) {
  .about_img {
    width: 100%;
    aspect-ratio: 932/552;
    margin-inline-end: 0;
  }
}
@media (min-width: 630px) and (max-width: 1023px) {
  .about_img {
    max-width: 600px;
    margin-inline: auto 0;
  }
}

.about_deco {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  content: "";
}
.about_deco.swallow {
  top: 0;
  left: calc(50% - 154px);
  z-index: 2;
  width: 46px;
  height: 66px;
  background-image: url(../img/about_swallow_sp.png);
}
@media (min-width : 1024px) {
  .about_deco.swallow {
    top: 2cap;
    left: calc(50% - 470px);
    width: 4.2%;
    height: auto;
    background-image: url(../img/about_swallow_pc.png);
    aspect-ratio: 80.5/115;
  }
}
.about_deco.orbit {
  top: 38px;
  left: calc(50% - 221px);
  z-index: 2;
  width: 496px;
  height: calc(100% - 68px);
  background-image: url(../img/about_orbit_sp.png);
  background-size: 100% 100%;
}
@media (min-width : 1024px) {
  .about_deco.orbit {
    top: 193px;
    left: auto;
    right: 52px;
    width: 85.1%;
    background-image: url(../img/about_orbit_pc.png);
  }
}
.about_deco.croud1 {
  bottom: 33%;
  left: calc(50% + 66px);
  z-index: 2;
  width: 172px;
  height: 49px;
  background-image: url(../img/about_croud_1_sp.png);
}
@media (min-width : 1024px) {
  .about_deco.croud1 {
    bottom: 296px;
    left: calc(50% - 792px);
    width: 13.7%;
    height: auto;
    background-image: url(../img/about_croud_1_pc.png);
    aspect-ratio: 263/96;
  }
}
.about_deco.croud2 {
  bottom: 69px;
  left: calc(50% - 188px);
  z-index: 2;
  width: 145px;
  height: 62px;
  background-image: url(../img/about_croud_2_sp.png);
}
@media (min-width : 1024px) {
  .about_deco.croud2 {
    bottom: 140px;
    left: calc(50% - 155px);
    width: 21.1%;
    height: auto;
    background-image: url(../img/about_croud_2_pc.png);
    aspect-ratio: 203/65;
  }
}
.about_deco.mountain {
  bottom: 75px;
  left: calc(50% - 102px);
  z-index: 6;
  width: 500px;
  height: 98px;
  background-image: url(../img/about_mountain_sp.png);
}
@media (min-width : 1024px) {
  .about_deco.mountain {
    bottom: 171px;
    left: auto;
    right: 0;
    width: 48.5%;
    height: auto;
    background-image: url(../img/about_mountain_pc.png);
    aspect-ratio: 932/381;
  }
}

.city {
  overflow-x: hidden;
  width: 100vw;
}
@media (min-width : 1024px) {
  .city {
    overflow: visible;
  }
}

.city_inner {
  position: relative;
  padding-block: 220px 31px;
  padding-inline: 4.26%;
  max-width: 600px;
  margin-inline: auto;
}
@media (min-width : 1024px) {
  .city_inner {
    max-width: 1920px;
    padding-block: 266px 198px;
    padding-inline: 50px 0;
    margin-inline: auto;
  }
}

.city_header {
  width: 273px;
  height: 74px;
  background: url(../img/city_header_sp.png) center top/100% auto no-repeat;
  font-size: 0;
  margin-inline: auto;
  max-width: 100%;
}
@media (min-width : 1024px) {
  .city_header {
    width: 456px;
    height: 122px;
    background-image: url(../img/city_header_pc.png);
    margin-inline: 8px 0;
  }
}

@media (min-width : 1024px) {
  .city_container {
    display: flex;
    max-width: 1530px;
    gap: 3.13%;
    margin-inline: auto 0;
  }
}

@media (min-width : 1024px) {
  .city_text_area {
    width: 35.5%;
  }
}

.city_text_header {
  color: var(--cl_green);
  font-weight: 900;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  margin-block-start: 40px;
}
@media (min-width : 1024px) {
  .city_text_header {
    font-size: 32px;
    line-height: 51px;
    letter-spacing: 5.76px;
    text-align: left;
    margin-block-start: 60px;
  }
}

.city_text {
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  margin-block-start: 24px;
}
@media (min-width : 1024px) {
  .city_text {
    font-size: 17px;
    line-height: 40px;
    margin-block-start: 32px;
  }
}

@media (min-width : 1024px) {
  .city_img_area {
    position: relative;
    width: 61.37%;
    padding-block-start: 293px;
  }
}
@media (min-width: 630px) and (max-width: 1023px) {
  .city_img_area {
    margin-inline-end: calc(((100vw - 600px) / 2 + 50px) * -1);
  }
}

.city_img {
  display: block;
}
.city_img.map {
  width: 100%;
  margin-inline: auto;
  aspect-ratio: 686/468;
}
@media (min-width : 1024px) {
  .city_img.map {
    position: absolute;
    top: -95px;
    left: 24px;
    z-index: 2;
    width: 55.6%;
    height: auto;
    aspect-ratio: 522/398;
  }
}
@media (min-width: 630px) and (max-width: 1023px) {
  .city_img.map {
    max-width: 500px;
  }
}
.city_img.view {
  width: calc(100vw - 4.26%);
  margin-block-start: 33px;
  margin-inline-end: calc((100vw - 4.26%) * -1);
  aspect-ratio: 716/468;
}
@media (min-width : 1024px) {
  .city_img.view {
    width: 100%;
    aspect-ratio: 938/520;
    margin-block-start: 0;
    margin-inline-end: 0;
  }
}
@media (min-width: 630px) and (max-width: 1023px) {
  .city_img.view {
    max-width: 600px;
    margin-inline: auto 0;
  }
}

.city_deco {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  content: "";
}
.city_deco.swallow {
  top: 44px;
  left: calc(50% + 100px);
  z-index: 3;
  width: 46px;
  height: 65px;
  background-image: url(../img/city_swallow_sp.png);
}
@media (min-width : 1024px) {
  .city_deco.swallow {
    display: none;
  }
}
.city_deco.croud {
  top: 90px;
  left: calc(50% + 66px);
  z-index: 2;
  width: 176px;
  height: 60px;
  background-image: url(../img/city_croud_sp.png);
}
@media (min-width : 1024px) {
  .city_deco.croud {
    display: none;
  }
}
.city_deco.orbit {
  top: 64px;
  left: calc(50% - 174px);
  z-index: 2;
  width: 250px;
  height: 167px;
  background-image: url(../img/city_orbit_sp.png);
}
@media (min-width : 1024px) {
  .city_deco.orbit {
    display: none;
  }
}
.city_deco.mountain {
  bottom: 0;
  left: calc(50% - 359px);
  z-index: 3;
  width: 458.5px;
  height: 68.5px;
  background-image: url(../img/city_mountain_sp.png);
}
@media (min-width : 1024px) {
  .city_deco.mountain {
    bottom: 94px;
    left: 0;
    width: 65.1%;
    height: auto;
    background-image: url(../img/city_mountain_pc.webp);
    aspect-ratio: 1250/482;
  }
}
.city_deco.swallow2 {
  display: none;
}
@media (min-width : 1024px) {
  .city_deco.swallow2 {
    display: block;
    right: 24.5%;
    bottom: 53%;
    z-index: 2;
    width: 7.46%;
    height: auto;
    background-image: url(../img/city_swallow_2_pc.png);
    aspect-ratio: 70/124;
  }
}
.city_deco.orbit2 {
  display: none;
}
@media (min-width : 1024px) {
  .city_deco.orbit2 {
    display: block;
    right: 17.8%;
    bottom: 68%;
    z-index: 2;
    width: 18.76%;
    height: auto;
    background-image: url(../img/city_orbit_2_pc.png);
    aspect-ratio: 176/254;
  }
}

.cycle {
  position: relative;
  background: url(../img/cycle_bg.webp) top left/1204px auto repeat;
  padding-block: 160px 60px;
}
@media (min-width : 1024px) {
  .cycle {
    padding-block: 249px 97px;
  }
}

.cycle_inner {
  padding-inline: 5.3%;
  max-width: 600px;
  margin-inline: auto;
}
@media (min-width : 1024px) {
  .cycle_inner {
    max-width: 1240px;
    padding-inline: 50px;
    margin-inline: auto;
  }
}

.cycle_header {
  position: absolute;
  top: -6px;
  right: 0;
  left: 0;
  width: 188px;
  height: 130px;
  background: url(../img/cycle_header_sp.png) top center/100% auto no-repeat;
  font-size: 0;
  content: "";
  margin-inline: auto;
}
@media (min-width : 1024px) {
  .cycle_header {
    top: -31px;
    width: 318px;
    height: 220px;
    background-image: url(../img/cycle_header_pc.png);
  }
}

.cycle_container {
  width: 82.1%;
  margin-inline: auto;
}
@media (min-width : 1024px) {
  .cycle_container {
    display: flex;
    width: 100%;
    gap: 3.3%;
  }
}

@media (min-width : 1024px) {
  .cycle_container_item {
    width: 22.525%;
  }
}
.cycle_container_item + .cycle_container_item {
  position: relative;
  margin-block-start: 68px;
}
@media (min-width : 1024px) {
  .cycle_container_item + .cycle_container_item {
    margin-block-start: 0;
  }
}
.cycle_container_item + .cycle_container_item::before {
  position: absolute;
  top: -58px;
  right: 0;
  left: 0;
  transform: rotate(45deg);
  width: 27px;
  height: 27px;
  border-right: 2px solid var(--cl_green);
  border-bottom: 2px solid var(--cl_green);
  content: "";
  margin-inline: auto;
}
@media (min-width : 1024px) {
  .cycle_container_item + .cycle_container_item::before {
    top: 148px;
    right: auto;
    left: -42px;
    transform: rotate(-45deg);
    width: 34px;
    height: 34px;
    border-right: 3px solid var(--cl_green);
    border-bottom: 3px solid var(--cl_green);
    margin-inline: 0;
  }
}

.cycle_img {
  display: block;
  width: 90.8%;
  max-width: 300px;
  margin-inline: auto;
  aspect-ratio: 25/36;
}
@media (min-width : 1024px) {
  .cycle_img {
    width: 100%;
    aspect-ratio: 255/350;
  }
}

.cycle_time {
  color: var(--cl_green);
  font-weight: 900;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width : 1024px) {
  .cycle_time {
    border-top: 1px dotted var(--cl_green);
    border-bottom: 1px dotted var(--cl_green);
    font-size: 17px;
    line-height: 28px;
    padding-block: 8px;
  }
}

.cycle_text {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-block-start: 24px;
}
.cycle_timer_img {
  display: block;
  width: 100%;
  margin-block-start: 40px;
  margin-inline: auto;
  aspect-ratio: 660/336;
}
@media (min-width : 1024px) {
  .cycle_timer_img {
    max-width: 918px;
    margin-block-start: 80px;
    aspect-ratio: 918/297;
  }
}

.eat {
  padding-block: 60px 12px;
}
@media (min-width : 1024px) {
  .eat {
    padding-block: 160px 0;
  }
}

.eat_inner {
  padding-inline: 4.26%;
  max-width: 600px;
  margin-inline: auto;
}
@media (min-width : 1024px) {
  .eat_inner {
    max-width: none;
    padding-inline: 50px;
  }
}

.eat_header {
  font-weight: 900;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width : 1024px) {
  .eat_header {
    font-size: 32px;
  }
}

.eat_text {
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  letter-spacing: -0.1em;
  text-align: center;
  margin-block-start: 24px;
}
@media (min-width : 1024px) {
  .eat_text {
    font-size: 17px;
    letter-spacing: 0.1em;
    margin-block-start: 40px;
  }
}

.eat_list {
  width: 88.3%;
  border: 2px solid var(--cl_green);
  text-align: center;
  margin-block-start: 28px;
  margin-inline: auto;
  padding-block: 20px 24px;
  padding-inline: 20px;
}
@media (min-width : 1024px) {
  .eat_list {
    display: flex;
    width: 100%;
    max-width: 742px;
    margin-block-start: 40px;
    padding-block: 44px 48px;
    padding-inline: 76px;
    align-items: center;
    gap: 10%;
    justify-content: center;
  }
}
.eat_list li:not(:first-child) {
  margin-block-start: 24px;
}
@media (min-width : 1024px) {
  .eat_list li:not(:first-child) {
    margin-block-start: 0;
  }
}

.eat_shop {
  font-weight: 900;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.1em;
}
@media (min-width : 1024px) {
  .eat_shop {
    letter-spacing: 0.05em;
  }
}
.eat_shop span {
  display: inline-block;
  font-weight: 900;
  font-size: 12px;
  line-height: 10px;
  margin-inline-start: -4px;
}

.eat_add {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  margin-block-start: 12px;
}
@media (min-width : 1024px) {
  .eat_add {
    margin-block-start: 6px;
  }
}

a.eat_link {
  display: inline-block;
  height: 26px;
  background: url(../img/eat_insta_icon.png) right center/26px 26px no-repeat;
  color: var(--cl_black);
  font-weight: 500;
  font-size: 14px;
  line-height: 24px; /* 171.429% */
  margin-block-start: 8px;
  padding-inline-end: 32px;
}
@media (min-width : 1024px) {
  a.eat_link {
    margin-block-start: 12px;
  }
}

.footer {
  overflow: hidden;
  position: relative;
  width: 100vw;
  padding-block-end: 16px;
}
@media (min-width : 1024px) {
  .footer {
    padding-block-end: 80px;
    padding-inline: 50px;
  }
}

.footer_inner {
  position: relative;
  text-align: center;
  max-width: 600px;
  margin-inline: auto;
}
@media (min-width : 1024px) {
  .footer_inner {
    max-width: 1140px;
    text-align: left;
    padding-block-start: 280px;
    padding-inline: 50px;
    margin-inline: auto;
  }
}

@media (min-width : 1024px) {
  .footer_container {
    display: inline-flex;
    gap: 35px;
  }
}

@media (min-width : 1024px) {
  .footer_logo_area {
    width: 145px;
  }
}

.footer_logo {
  display: block;
  width: 99px;
  height: 100px;
  margin-inline: auto;
}
@media (min-width : 1024px) {
  .footer_logo {
    width: 100%;
    height: auto;
    aspect-ratio: 290/294;
  }
}

.footer_text_area {
  margin-block-start: 40px;
}
@media (min-width : 1024px) {
  .footer_text_area {
    width: 343px;
    padding-block-start: 90px;
    margin-block-start: 0;
  }
}

.footer_address {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.8;
}
@media (min-width : 1024px) {
  .footer_address {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}

.footer_copyright {
  position: relative;
  z-index: 5;
  font-weight: 700;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.1em;
  margin-block-start: 113px;
}
@media (min-width : 1024px) {
  .footer_copyright {
    text-align: center;
    margin-block-start: 38px;
  }
}

.footer_deco {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  content: "";
}
.footer_deco.croud1 {
  bottom: 264px;
  left: calc(50% - 233px);
  z-index: 2;
  width: 150px;
  height: 57px;
  background-image: url(../img/footer_croud_1_sp.png);
}
@media (min-width : 1024px) {
  .footer_deco.croud1 {
    top: 0;
    bottom: auto;
    left: calc(50% - 662px);
    width: 60.4%;
    height: auto;
    background-image: url(../img/footer_crouds_pc.webp);
    aspect-ratio: 689/156;
  }
}
.footer_deco.croud2 {
  bottom: 250px;
  left: calc(50% + 122px);
  z-index: 2;
  width: 81px;
  height: 26px;
  background-image: url(../img/footer_croud_2_sp.png);
}
@media (min-width : 1024px) {
  .footer_deco.croud2 {
    display: none;
  }
}
.footer_deco.mountain {
  bottom: 16px;
  left: calc(50% - 57px);
  z-index: 3;
  width: 413px;
  height: 69px;
  background-image: url(../img/footer_mountain_sp.png);
}
@media (min-width : 1024px) {
  .footer_deco.mountain {
    right: 0;
    bottom: 119px;
    left: auto;
    width: 58.9%;
    max-width: 1131px;
    height: auto;
    background-image: url(../img/footer_mountain_pc.webp);
    aspect-ratio: 1131/298;
  }
}

.inquiry {
  padding-block: 12px 80px;
}
@media (min-width : 1024px) {
  .inquiry {
    padding-block: 38px 60px;
  }
}

.inquiry_inner {
  padding-inline: 4.26%;
  max-width: 600px;
  margin-inline: auto;
}
@media (min-width : 1024px) {
  .inquiry_inner {
    max-width: 1000px;
    padding-inline: 50px;
    margin-inline: auto;
  }
}

.inquiry_header {
  font-weight: 900;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width : 1024px) {
  .inquiry_header {
    font-size: 32px;
  }
}

.inquiry_text {
  max-width: 555px;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  margin-block-start: 16px;
  margin-inline: auto;
}
@media (min-width : 1024px) {
  .inquiry_text {
    max-width: 698px;
    font-size: 17px;
    margin-block-start: 38px;
  }
}

.inquiry_form {
  position: relative;
  max-width: 555px;
  margin-block-start: 32px;
  margin-inline: auto;
}
@media (min-width : 1024px) {
  .inquiry_form {
    max-width: none;
    margin-block-start: 64px;
    padding-block-start: 2px;
  }
}

.inquiry_require_text {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--cl_red);
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
}
@media (min-width : 1024px) {
  .inquiry_require_text {
    right: auto;
    left: calc(50% + 204px);
  }
}

.inquiry_form_item {
  margin-block-start: 18px;
}
@media (min-width : 1024px) {
  .inquiry_form_item {
    margin-block-start: 32px;
  }
}
.inquiry_form_item label {
  width: 100%;
}
@media (min-width : 1024px) {
  .inquiry_form_item label {
    display: flex;
    text-align: right;
    vertical-align: top;
    gap: 24px;
  }
}
.inquiry_form_item label span {
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
}
@media (min-width : 1024px) {
  .inquiry_form_item label span {
    width: 163px;
    line-height: 32px;
  }
}
.inquiry_form_item label sup {
  display: inline-block;
  color: var(--cl_red);
  font-size: 10px;
  margin-inline-start: 4px;
}
.inquiry_form_item label input,
.inquiry_form_item label textarea {
  width: 100%;
  border: 1px solid #4d4d4d;
  background-color: #f2f2f2;
  padding-block: 8px;
  padding-inline: 8px;
}
.inquiry_form_item label input.is_error,
.inquiry_form_item label textarea.is_error {
  background-color: #FFE1DF;
}
@media (min-width : 1024px) {
  .inquiry_form_item label input,
  .inquiry_form_item label textarea {
    width: 543px;
    height: 50px;
  }
}
.inquiry_form_item label textarea {
  min-height: 120px;
}
@media (min-width : 1024px) {
  .inquiry_form_item label textarea {
    min-height: 230px;
  }
}

.inquiry_error {
  margin-block-start: 8px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  color: var(--cl_red);
}
@media (min-width : 1024px) {
  .inquiry_error {
    padding-inline-start: 186px;
  }
}

.inquiry_pp_link {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  margin-block-start: 40px;
}

.inquiry_form_submit {
  text-align: center;
  margin-block-start: 40px;
}

.inquiry_button {
  display: block;
  width: 100%;
  max-width: 343px;
  border-radius: 100vmax;
  background-color: var(--cl_green);
  color: var(--cl_white);
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin-inline: auto;
  padding-block: 16px;
}
.inquiry_button.arrow {
  background-image: url(../img/inquiry_button_arrow.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 10px 14px;
}
@media (hover: hover) {
  .inquiry_button {
    transition: opacity 0.5s;
  }
  .inquiry_button:hover {
    opacity: 0.7;
  }
}

.inquiry_confirm {
  margin-block-start: 16px;
}
@media (min-width : 1024px) {
  .inquiry_confirm {
    margin-block-start: 60px;
    max-width: 640px;
    margin-inline: auto;
  }
}

.inquiry_confirm_item {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding-block: 24px;
  border-bottom: 1px solid var(--cl_black);
  gap: 13px;
}
@media (min-width : 1024px) {
  .inquiry_confirm_item {
    gap: 74px;
  }
}
.inquiry_confirm_item.message {
  border-bottom: 0;
}
.inquiry_confirm_item.message .inquiry_confirm_label {
  width: 100%;
}
@media (min-width : 1024px) {
  .inquiry_confirm_item.message .inquiry_confirm_label {
    width: 132px;
  }
}
.inquiry_confirm_item.message .inquiry_confirm_text {
  width: 100%;
}
@media (min-width : 1024px) {
  .inquiry_confirm_item.message .inquiry_confirm_text {
    width: calc(100% - 206px);
  }
}

.inquiry_confirm_label {
  width: 120px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
@media (min-width : 1024px) {
  .inquiry_confirm_label {
    text-align: right;
    width: 132px;
  }
}

.inquiry_confirm_text {
  width: calc(100% - 107px);
  width: 120px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
@media (min-width : 1024px) {
  .inquiry_confirm_text {
    width: calc(100% - 206px);
  }
}

.inquiry_back_button {
  display: block;
  width: 100%;
  max-width: 343px;
  border-radius: 100vmax;
  background-color: var(--cl_white);
  color: var(--cl_black);
  border: 1px solid var(--cl_black);
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin-block-end: 18px;
  margin-inline: auto;
  padding-block: 16px;
}
@media (hover: hover) {
  .inquiry_back_button {
    transition: opacity 0.5s;
  }
  .inquiry_back_button:hover {
    opacity: 0.7;
  }
}

.inquiry_comp {
  background-color: var(--cl_white);
  padding-block: 60px 52px;
}
@media (min-width : 1024px) {
  .inquiry_comp {
    padding-block: 160px 200px;
  }
}

.inquiry_comp_title {
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  margin-block-start: 32px;
}
@media (min-width : 1024px) {
  .inquiry_comp_title {
    font-size: 32px;
    letter-spacing: 0.2em;
    margin-block-start: 80px;
  }
}

.inquiry_comp_text {
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  margin-block-start: 32px;
}
@media (min-width : 1024px) {
  .inquiry_comp_text {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    margin-block: 60px 100px;
  }
}

.inquiry_copyright {
  display: block;
  font-size: 10px;
  text-align: center;
  color: var(--cl_black);
  margin-block-start: 8px;
  text-decoration: none;
}

.kv {
  position: relative;
  height: 100vh;
  height: 100dvh;
}
.kv::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 9;
  width: 100%;
  background: url(../img/kv_mask_sp.png) left bottom/auto 100% no-repeat;
  content: "";
  aspect-ratio: 374/40;
}
@media (min-width : 1024px) {
  .kv::after {
    background: url(../img/kv_mask_pc.png) left bottom/auto 100% no-repeat;
    aspect-ratio: 1920/90;
  }
}

.kv_logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  margin-block: auto;
  margin-inline: auto;
}
.kv_logo img {
  width: 178px;
  height: 180.5px;
}
@media (min-width : 1024px) {
  .kv_logo img {
    width: 317px;
    height: 321px;
  }
}

.kv_images {
  position: relative;
  height: 100%;
}
.kv_images > .slick-list, .kv_images > .slick-list > .slick-track, .kv_images > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}

.kv_item {
  position: relative;
  transform: scale(1.3);
  height: 100%;
}

.kv_img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-block: auto;
  margin-inline: auto;
  aspect-ratio: 75/120;
}
@media (min-width : 1024px) {
  .kv_img {
    aspect-ratio: 1920/846;
  }
}

.-kv_fade {
  animation: kvFadeZoom 8s 0s forwards;
}

@keyframes kvFadeZoom {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1.2);
  }
}
.modal[open] {
  overflow-y: scroll;
  position: relative;
  width: 100%;
  max-width: 1112px;
  height: calc(100% - 100px);
  border: none;
  background-color: transparent;
  animation: toModalFull 1s forwards;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  padding-block: 0;
  padding-inline: 5.3%;
}
.modal[open]::backdrop {
  background-color: rgba(25, 25, 25, 0.8);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: 4px;
}
.modal[open]:focus {
  outline: none;
}

.modal_inner {
  position: relative;
  width: 100%;
  background-color: var(--cl_white);
}

.modal_close_area {
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 10;
  width: 32px;
  height: 100%;
}

.modal_close {
  position: sticky;
  top: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--cl_green);
  content: "";
  cursor: pointer;
}
.modal_close::before, .modal_close::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 20px;
  margin-block: auto;
  margin-inline: auto;
  background-color: var(--cl_white);
  content: "";
}
.modal_close::before {
  transform: rotate(45deg);
}
.modal_close::after {
  transform: rotate(-45deg);
}

@keyframes toModalFull {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.people {
  position: relative;
  padding-block: 172px 121px;
}
@media (min-width : 1024px) {
  .people {
    padding-block: 0 187px;
  }
}

.people_inner {
  padding-inline: 5.3%;
  max-width: 840px;
  margin-inline: auto;
}
@media (min-width : 1024px) {
  .people_inner {
    max-width: none;
    padding-inline: 50px;
  }
}

.people_bg {
  background: repeating-linear-gradient(-45deg, var(--cl_white), var(--cl_white) 1px, transparent 0, transparent 12px), url(../img/people_bg_sp.png) 0 0/14px 14px repeat;
  padding-block: 15px;
  padding-inline: 15px;
}
@media (min-width : 1024px) {
  .people_bg {
    max-width: 1140px;
    margin-inline: auto;
    padding-block: 28px;
    padding-inline: 28px;
  }
}

.people_base {
  background-color: var(--cl_white);
  padding-block: 48px;
  padding-inline: 20px;
}
@media (min-width : 1024px) {
  .people_base {
    padding-block: 80px;
    padding-inline: 6%;
  }
}

.people_header {
  width: 272px;
  height: 64px;
  background: url(../img/people_header_sp.png) center top/100% auto no-repeat;
  font-size: 0;
  margin-inline: auto;
  max-width: 100%;
}
@media (min-width : 1024px) {
  .people_header {
    width: 456px;
    height: 108px;
    background-image: url(../img/people_header_pc.png);
  }
}

.people_container {
  margin-block-start: 24px;
  margin-block-end: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  justify-content: center;
}
/* SP: 1列 */
.people_container_item {
  width: 100%;
  margin-block-start: 36px;
}
@media (max-width: 1023px) {
  .people_container_item.ceo {
    margin-block-start: 0;
  }
}

/* TB: 2列 (min-width: 768px) */
@media (min-width: 768px) and (max-width: 1023px) {
  .people_container_item:not(.ceo) {
    width: calc((100% - 5%) / 2);
  }
   /* CEOは1列 */
   .people_container_item.ceo {
    width: 100%;
    display: block; 
    gap: 0; 
    margin-block-start: 36px;
  }

}

@media (min-width : 1024px) {
  .people_container {
    display: flex;
    justify-content: center;
    margin-block-start: 60px;
    margin-block-end: 60px;
    flex-wrap: wrap;
    gap: 6%;
  }
}

.people_container_item {
  margin-block-start: 36px;
}
@media (min-width : 1024px) {
  .people_container_item {
    width: calc((100% - 14%) / 3);
    margin-block-start: 0;
  }
  .people_container_item.ceo {
    display: flex;
    width: 100%;
    gap: 6.88%;
    margin-block-end: 98px;
  }
  .people_container_item:not(:nth-last-child(-n+3)) {
    margin-block-end: 100px;
  }
}

@media (min-width : 1024px) {
  .people_img_area {
    width: 100%;
  }
  .people_img_area.ceo {
    width: 59.3%;
  }
}

.people_img {
  display: block;
  width: 100%;
  height: auto; 
  margin-inline: auto;
}
/* SP */
@media (max-width: 767px) {
  .people_img {
    width: 70%;
}
}
@media (max-width: 420px) {
  .people_img:not(.ceo) {
    max-width: 182px;
    height: auto; 
    margin-inline: auto; 
    border-radius: 60px;
  }
}
@media (min-width : 1024px) {
  .people_img {
    width: 100%;
  }
}
.people_img.ceo {
  width: 92.3%;
  aspect-ratio: 254/182;
}
@media (min-width : 1024px) {
  .people_img.ceo {
    width: 100%;
    aspect-ratio: 504/362;
  }
}

.people_text_area {
  margin-block-start: 15px;
}
@media (min-width : 1024px) {
  .people_text_area {
    width: 100%;
    /* margin-block-start: 32px; */
  }
  .people_text_area.ceo {
    width: 37.82%;
  }
}

.people_name {
  color: var(--cl_green);
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 4px;
  text-align: center;
}
@media (min-width : 1024px) {
  .people_name {
    font-size: 24px;
    letter-spacing: 0.2em;
  }
}
.people_name span {
  display: inline-block;
  font-size: 14px;
  margin-inline-end: 8px;
}

.people_name_en {
  color: var(--cl_green);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-block-start: -6px;
}
@media (min-width : 1024px) {
  .people_name_en {
    line-height: 1;
    font-size: 19px;
    margin-top: 15px;
  }
}

.people_text {
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  margin-block-start: 30px;
}
@media (max-width: 420px) {
  .people_text {
    font-size: 14px;
    line-height: 23px;
    margin-block-start: 15px;
}
}
.people_deco {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  content: "";
}
@media (min-width : 1024px) {
  .people_deco {
    display: none;
  }
}
.people_deco.swallow {
  top: 34px;
  left: calc(50% - 142px);
  z-index: 2;
  width: 49px;
  height: 87px;
  background-image: url(../img/people_swallow_sp.png);
}
.people_deco.orbit {
  top: -16px;
  left: calc(50% - 75px);
  z-index: 3;
  width: 237px;
  height: 88px;
  background-image: url(../img/people_orbit_sp.png);
}

.sec_button {
  display: block;
  width: 100%;
  max-width: 455px;
  border-radius: 100vmax;
  background-color: var(--cl_green);
  color: var(--cl_white);
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin-inline: auto;
  padding-block: 0.9em;
}

@media (min-width : 1024px) {
  .sec_button {
    font-size: 30px;
  }
}

.pp_base {
  padding-block: 32px;
  padding-inline: 32px;
}

.pp_header_main {
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 3px;
  margin-block-end: 32px;
}

.pp_text {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.8;
}

.pp_header {
  font-weight: 900;
  font-size: 20px;
  margin-block: 16px;
}

.pp_close {
  text-decoration: underline;
}

@media (min-width : 1024px) {
  .product {
    width: 100vw;
    overflow: hidden;
  }
}

.product_inner {
  position: relative;
  padding-inline: 4.26%;
  max-width: 600px;
  margin-inline: auto;
}
@media (min-width : 1024px) {
  .product_inner {
    max-width: 1232px;
    padding-inline: 50px;
    margin-inline: auto;
  }
}

.product_header {
  width: 274px;
  height: 64px;
  background: url(../img/product_header_sp.png) center top/100% auto no-repeat;
  font-size: 0;
  margin-inline: auto;
}
@media (min-width : 1024px) {
  .product_header {
    width: 456px;
    height: 105px;
    background-image: url(../img/product_header_pc.png);
  }
}

.product_container {
  margin-block-start: 40px;
}
@media (min-width : 1024px) {
  .product_container {
    display: flex;
    margin-block-start: 60px;
    gap: 8.5%;
  }
}
.product_container + .product_container {
  margin-block-start: 52px;
}
@media (min-width : 1024px) {
  .product_container + .product_container {
    margin-block-start: 130px;
  }
  .product_container + .product_container .product_img_area {
    order: 2;
  }
  .product_container + .product_container .product_text_area {
    order: 1;
  }
}

.product_img_area {
  position: relative;
}
@media (min-width : 1024px) {
  .product_img_area {
    width: 61.2%;
  }
}

.product_img {
  display: block;
  width: 75.8%;
  aspect-ratio: 260/166;
  margin-inline: auto;
}
@media (min-width : 1024px) {
  .product_img {
    width: 100%;
    aspect-ratio: 692.5/442;
  }
}

.product_text_area {
  margin-block-start: 24px;
}
@media (min-width : 1024px) {
  .product_text_area {
    width: 30.3%;
    margin-block-start: 0;
  }
}

.product_text_header {
  color: var(--cl_green);
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width : 1024px) {
  .product_text_header {
    font-size: 32px;
    line-height: 51px;
    letter-spacing: 5.76px;
    text-align: left;
  }
}

.product_text {
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  margin-block-start: 24px;
}
@media (min-width : 1024px) {
  .product_text {
    font-size: 17px;
    line-height: 40px;
    margin-block-start: 32px;
  }
}

.product_deco {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  content: "";
}
.product_deco.swallow {
  top: -42px;
  left: calc(50% - 139px);
  z-index: 2;
  width: 58px;
  height: 72px;
  background-image: url(../img/product_swallow_sp.png);
}
@media (min-width : 1024px) {
  .product_deco.swallow {
    top: 102px;
    left: calc(50% - 662px);
    width: 5.28%;
    height: auto;
    background-image: url(../img/product_swallow_1_pc.png);
    aspect-ratio: 65/82.5;
  }
}
.product_deco.croud {
  top: -18px;
  left: -38px;
  z-index: 2;
  width: 150px;
  height: 50.5px;
  background-image: url(../img/product_croud_sp.png);
}
@media (min-width : 1024px) {
  .product_deco.croud {
    top: -40px;
    right: -11.5%;
    left: auto;
    z-index: 2;
    width: 37.5%;
    height: auto;
    background-image: url(../img/product_croud_pc.png);
    aspect-ratio: 280/92;
  }
}
.product_deco.swallow2 {
  display: none;
}
@media (min-width : 1024px) {
  .product_deco.swallow2 {
    display: block;
    top: 221px;
    right: calc((10.4% + 44px) * -1);
    z-index: 2;
    width: 10.4%;
    height: auto;
    background-image: url(../img/product_swallow_2_pc.png);
    aspect-ratio: 72/100;
  }
}
.product_deco.ordit2 {
  display: none;
}
@media (min-width : 1024px) {
  .product_deco.ordit2 {
    display: block;
    top: -157px;
    right: calc((26.4% + 63px) * -1);
    z-index: 2;
    width: 26.4%;
    height: auto;
    background-image: url(../img/product_ordit_2_pc.png);
    aspect-ratio: 183/422;
  }
}

/*============================
#sns.sns
============================*/
.sns {
  background: url(../img/sns_bg_sp.webp) top center/100% 100% no-repeat, var(--cl_white);
  padding-block: 99px 154px;
}
@media (min-width : 1024px) {
  .sns {
    background-image: url(../img/sns_bg_pc.webp);
    padding-block: 292px 300px;
  }
}

@media (min-width : 1024px) {
  .sns_inner {
    padding-inline: 50px;
  }
}

.sns_header {
  font-weight: 900;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0 20px;
}

@media (min-width : 1024px) {
  .sns_header {
    font-size: 32px;
  }
}

a.sns_link {
  display: block;
  /* width: 72px; */
  color: var(--cl_black);
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  margin-inline: auto;
  margin-block-start: 40px;
}

@media (min-width : 1024px) {
  a.sns_link {
    /* width: 94px; */
    font-size: 20px;
    margin-block-start: 60px;
  }
}

.sns_icon {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  width: 72px;
  margin: auto;
}
@media (min-width : 1024px) {
  .sns_icon {
    width: 54px;
    margin-inline: auto;
  }
}

.sns_img {
  display: none;
}
@media (min-width : 1024px) {
  .sns_img {
    display: block;
    width: 100%;
    max-width: 1344px;
    margin-block-start: 40px;
    margin-inline: auto;
    aspect-ratio: 1344px/231;
  }
}

.sns_slider_images {
  display: block;
}
@media (min-width : 1024px) {
  .sns_slider_images {
    display: none;
  }
}

@media (max-width : 1023px) {
  .sns_images_container {
    display: flex;
    overflow: hidden;
    margin-block-start: 25px;
  }
  .sns_images_list {
    display: flex;
    list-style: none;
    padding-block: 0;
    padding-inline: 0;
    animation: snsImgScroll 50s infinite linear 0.5s both;
  }
  .sns_images_list li {
    width: 555px;
  }
  .sns_images_list li:not(:first-child) {
    margin-inline-start: 12px;
  }
  .sns_images_list li img {
    width: 100%;
  }
}
@keyframes snsImgScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-567px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.-scrollTrigger.--fadeIn {
  opacity: 0;
}

.-fadeIn {
  animation: fadeIn 0.8s ease-out forwards;
  animation-delay: 0.2s;
}
.-fadeIn.-delay01 {
  animation-delay: 0.7s;
}
.-fadeIn.-delay02 {
  animation-delay: 1s;
}
.-fadeIn.-delay03 {
  animation-delay: 1.2s;
}
@media (min-width : 1024px) {
  .-fadeIn.-delayPC02 {
    animation-delay: 0.7s;
  }
  .-fadeIn.-delayPC03 {
    animation-delay: 1.1s;
  }
  .-fadeIn.-delayPC04 {
    animation-delay: 1.5s;
  }
}

.contents_area {
  position: relative;
}

.back_button_area {
  position: absolute;
  top: 0;
  right: 5.3%;
  width: 40px;
  height: 100%;
  z-index: 99;
}
@media (min-width : 1024px) {
  .back_button_area {
    width: 74px;
  }
}

a.back_button {
  position: sticky;
  top: calc(100vh - 60px);
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/back_icon_sp.png) center center/100% auto no-repeat;
  content: "";
}
@media (min-width : 1024px) {
  a.back_button {
    width: 74px;
    height: 74px;
    top: calc(100vh - 114px);
  }
}