@charset "UTF-8";
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

/*                共通
======================================================= */
/*                leyout
======================================================= */
.l-header {
  width: 100%;
  padding: 33px 0px 0px 0px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .l-header {
    padding: 0 0 0 0;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.is-fixed .l-hd-spmenu .open {
  display: none;
}
.is-fixed .l-hd-spmenu .close {
  display: block;
}

.close {
  display: none;
}

.l-header__inr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .l-header__inr {
    height: 50px;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #f4b095;
  }
}

.l-hd-logo__img {
  max-width: 230px;
}
@media only screen and (max-width: 767px) {
  .l-hd-logo__img {
    max-width: 175px;
  }
}

@media only screen and (max-width: 767px) {
  .l-hd-nav {
    display: none;
  }
}

.l-hd-nav__inr {
  margin: 0 -29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-hd-nav__item {
  padding: 0 14px;
}

.p-hd-nav__link {
  font-weight: 700;
  letter-spacing: 0.08em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-hd-nav__link:hover {
  color: #f4b095;
}

.p-hd-nav__link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}

.p-nav-contact {
  padding: 21px 44px 18px 64px;
  background-color: #f4b095;
  border-radius: 30px 0 0 30px;
  color: #ffffff;
  position: relative;
  border: 1px solid #f4b095;
  border-right: none;
}
.p-nav-contact:hover {
  background-color: #ffffff;
  border: 1px solid #f4b095;
  color: #f4b095;
  border-right: none;
}
.p-nav-contact:hover::before {
  background-color: #f4b095;
}
.p-nav-contact:hover::after {
  background-color: #ffffff;
}
.p-nav-contact::before {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-nav-contact::after {
  position: absolute;
  top: 52%;
  left: 27px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 16px;
  height: 12px;
  -webkit-mask-image: url(/media/hd-arrow.svg);
          mask-image: url(/media/hd-arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #f4b095;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-hd-nav {
  max-width: 880px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-hd-nav {
    display: none;
  }
}

.p-hd-nav__ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.p-hd-nav__li {
  width: 25%;
  position: relative;
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-hd-nav__li::before {
  content: "";
  width: 1px;
  height: 52px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-hd-nav__li:first-child::before {
  content: none;
}
.p-hd-nav__li:hover .p-mega-menu__wrap {
  opacity: 1;
  visibility: visible;
}

.p-hd-nav__menu--ja {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.25;
}
@media only screen and (max-width: 1023px) {
  .p-hd-nav__menu--ja {
    font-size: 14px;
  }
}
.p-hd-nav__menu--en {
  display: block;
  margin-top: 6px;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}

.l-hd-spmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .l-hd-spmenu {
    display: none;
  }
}

.l-hd-spmenu__btn {
  position: relative;
  width: 14px;
  height: 12px;
}
.l-hd-spmenu__btn.is-active .border01 {
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
  top: -2px;
}
.l-hd-spmenu__btn.is-active .border02 {
  opacity: 0;
}
.l-hd-spmenu__btn.is-active .border03 {
  top: 16px;
  -webkit-transform: translateY(-11px) rotate(-45deg);
          transform: translateY(-11px) rotate(-45deg);
}

.l-hd-spmenu__border {
  position: absolute;
  display: block;
  width: 14px;
  height: 2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #ffffff;
}

.border01 {
  top: 0;
}

.border02 {
  top: 9px;
}
@media only screen and (max-width: 767px) {
  .border02 {
    top: 5px;
  }
}

.border03 {
  top: 18px;
}
@media only screen and (max-width: 767px) {
  .border03 {
    top: 10px;
  }
}

.p-hd-spmenu__txt-wrap {
  margin-left: 12px;
  width: 68px;
}

.p-hd-spmenu__txt {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 700;
  color: #ffffff;
  padding-top: 2px;
}

/*                leyout
======================================================= */
#wrapper {
  overflow: hidden;
}

/*                p-home-kv
======================================================= */
.l-home-firstview {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-home-firstview {
    padding-top: 50px;
  }
}
.l-home-firstview::after {
  content: "";
  display: inline-block;
  background: url(/media/kv_bg_bottom.webp);
  background-size: 100%;
  background-repeat: repeat-x;
  background-position: center top;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 160px;
}
@media only screen and (max-width: 1500px) {
  .l-home-firstview::after {
    height: 170px;
  }
}
@media only screen and (max-width: 1023px) {
  .l-home-firstview::after {
    height: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .l-home-firstview::after {
    background-size: cover;
    bottom: -2px;
  }
}

.l-home-kv {
  height: 100%;
  padding: 120px 90px 0;
  border-radius: 0 0 400px 0;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  min-height: 737px;
}
@media only screen and (max-width: 1023px) {
  .l-home-kv {
    padding: 120px 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-home-kv {
    height: calc(100vh - 50px);
    padding: 150px 20px 0;
  }
}

.l-home-kv__inr {
  height: calc(100vh - 120px);
  margin: 0 auto;
  position: relative;
  border-radius: 40px;
  min-height: 737px;
}
@media only screen and (max-width: 767px) {
  .l-home-kv__inr {
    height: calc(100vh - 50px);
    min-height: auto;
  }
}

.p-home-kv__img-picture {
  display: block;
  width: auto;
  height: 100%;
}

.p-home-kv__img-main {
  border-radius: 40px;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1320/720;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 1023px) {
  .p-home-kv__img-main {
    -o-object-position: 70%;
       object-position: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-kv__img-main {
    -o-object-position: right top;
       object-position: right top;
    aspect-ratio: 335/576;
  }
}

.p-home-logo__img-picture {
  position: absolute;
  top: 38%;
  left: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .p-home-logo__img-picture {
    top: 38%;
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-logo__img-picture {
    top: -150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}

.p-home-logo__img-main {
  max-width: 660px;
}
@media only screen and (max-width: 1023px) {
  .p-home-logo__img-main {
    max-width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-logo__img-main {
    max-width: 335px;
    margin: 0 auto;
  }
}

.l-scroll-icon__wrap {
  position: absolute;
  bottom: 43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .l-scroll-icon__wrap:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 1023px) {
  .l-scroll-icon__wrap {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .l-scroll-icon__wrap {
    display: none;
  }
}

.p-scroll-icon__txt {
  font-size: 12px;
  font-weight: 700;
  color: #f4b095;
}

.p-scroll-icon__circle {
  background-color: #f4b095;
  width: 20px;
  height: 30px;
  margin: 7px auto 0;
  border-radius: 50px 50px 50px 50px;
  position: relative;
}
.p-scroll-icon__circle::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 5px;
  left: 50%;
  opacity: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  animation: wheel 2s infinite;
  -webkit-animation: wheel 2s infinite;
}

@keyframes wheel {
  to {
    opacity: 0;
    top: 20px;
  }
}
@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 20px;
  }
}