@charset "UTF-8";
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 3.2vw;
  margin: 0 auto;
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
}

body.no-scroll {
  overflow: hidden;
  height: 100dvh;
}

img {
  width: 100%;
  display: block;
  border: none;
}

a {
  display: block;
  text-decoration: none;
  color: #000;
}

.spNone {
  display: none;
}
@media screen and (max-width: 767px) {
  .spNone {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .spNone {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pcNone {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .pcNone {
    display: none;
  }
}

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

.main {
  width: 100%;
  height: 100dvh;
  position: relative;
}

.logo {
  opacity: 0;
  transition: opacity 0.8s ease;
}

.logo.show {
  opacity: 1;
}

.staff_page {
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
}

.staff_page.show {
  opacity: 1;
  pointer-events: auto;
}

.logo {
  position: fixed;
  width: 100%;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .logo {
    top: 50%;
  }
}
.logo p {
  font-size: 7.7333333333vw;
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1024px) {
  .logo p {
    font-size: 3.1944444444vw;
  }
}
.logo span {
  display: block;
  width: 40vw;
  margin: 0 auto;
  margin-top: 3.2vw;
}
@media screen and (min-width: 1024px) {
  .logo span {
    width: 13.1944444444vw;
    margin-top: 1.0416666667vw;
  }
}

.fv {
  position: absolute;
  background-image: url(../assets/images/fv_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 50%;
  width: 100%;
  height: 100dvh;
}
@media screen and (min-width: 1024px) {
  .fv {
    background-image: url(../assets/images/fv.jpg);
  }
}

.fv_01 {
  position: absolute;
  background-image: url(../assets/images/fv_sp1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 50%;
  width: 100%;
  height: 100dvh;
}
@media screen and (min-width: 1024px) {
  .fv_01 {
    background-image: url(../assets/images/fv_01.jpg);
  }
}

.fv_02 {
  position: absolute;
  position: fixed;
  background-image: url(../assets/images/fv_sp2_.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 89% bottom;
  width: 100%;
  height: 100dvh;
}
@media screen and (min-width: 1024px) {
  .fv_02 {
    background-image: url(../assets/images/fv_02.jpg);
    background-position: top 50%;
    background-position: right;
  }
}

@media screen and (min-width: 1024px) {
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease, visibility 1s ease;
    z-index: 3;
  }
}

@media screen and (min-width: 1024px) {
  .fv_02.show .overlay {
    opacity: 1;
    visibility: visible;
  }
}

.hd_staff .click_btn_staff {
  position: fixed;
  transition: background-image 0.8s;
  top: 87%;
  left: 53%;
  width: 43%;
  z-index: 100;
  transition: background-image 0.8s;
  top: 87%;
  left: 53%;
  width: 43%;
  z-index: 30;
}
@media screen and (min-width: 1024px) {
  .hd_staff .click_btn_staff {
    width: 15%;
    height: auto;
    top: 1%;
    left: 3%;
    margin-top: 2%;
    z-index: 30;
  }
}
@media screen and (min-width: 1024px) {
  .hd_staff .click_btn_staff img {
    display: block;
    transition: opacity 0.5s ease;
  }
}
@media screen and (min-width: 1024px) {
  .hd_staff .click_btn_staff .hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
}
@media screen and (min-width: 1024px) {
  .hd_staff .click_btn_staff:hover .hover {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .hd_staff .click_btn_staff:hover .normal {
    opacity: 0;
  }
}

.sticky-box {
  position: sticky;
  top: 0;
  width: 100%; /* 追加 */
  z-index: 10;
}

.sticky-box .img {
  width: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 1024px) {
  .sticky-box .img {
    width: 40%;
  }
}

section {
  position: relative;
  overflow: visible;
}

.img {
  display: block;
  width: 100%;
  margin: 0 auto;
  object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .img {
    width: 40%;
  }
}

.btn-open-modal,
.btn-open-modal_s {
  position: relative;
}
.btn-open-modal .click_btn,
.btn-open-modal_s .click_btn {
  position: absolute;
  width: 10%;
  height: auto;
  top: 3%;
  left: 86%;
  z-index: 12;
}

#footer {
  position: relative;
  text-align: center;
}
#footer .back {
  background-size: cover;
  position: absolute;
  background-image: url(../assets/images/footer.jpg);
  width: 100%;
  height: 100vh;
  background-position: top;
  z-index: 100;
}
#footer .overlap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  margin-top: 40vw;
  z-index: 200;
}
@media screen and (min-width: 1024px) {
  #footer .overlap {
    margin-top: 12.5vw;
  }
}
#footer .overlap .staff {
  margin-bottom: 21.3333333333vw;
}
@media screen and (min-width: 1024px) {
  #footer .overlap .staff {
    margin-bottom: 6.9444444444vw;
  }
}
#footer .overlap span {
  font-size: 5.8666666667vw;
  display: block;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 1024px) {
  #footer .overlap span {
    font-size: 1.5277777778vw;
    margin-bottom: 1.7361111111vw;
  }
}
#footer .overlap p {
  margin-bottom: 2.6666666667vw;
}
#footer .overlap p a {
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  #footer .overlap p {
    font-size: 0.9722222222vw;
    margin-bottom: 1.0416666667vw;
  }
}
#footer .overlap p.copy {
  font-size: 2.6666666667vw;
  margin-top: 32vw;
}
@media screen and (min-width: 1024px) {
  #footer .overlap p.copy {
    font-size: 0.6944444444vw;
    margin-top: 10.4166666667vw;
  }
}

.credit a:has(.nolink) {
  pointer-events: none;
}
.credit a:has(.nolink) span {
  text-decoration: none !important;
}

.swiper {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .swiper {
    position: relative;
    width: 40%;
  }
}

.swiper-slide img {
  width: 100%;
  object-fit: cover;
}

.modal-wrap {
  display: none;
}

.modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-wrap.open {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  position: relative;
  background: #fff;
  max-width: 88%;
  max-height: 90%;
  overflow: auto;
  margin: 0 auto;
  margin-top: 8%;
}
@media screen and (min-width: 1024px) {
  .modal-content {
    max-width: 42%;
    margin-top: 0;
    max-height: 97%;
  }
}
.modal-content .inner {
  position: relative;
  padding: 5.3333333333vw;
  padding-bottom: 21.3333333333vw;
}
@media screen and (min-width: 1024px) {
  .modal-content .inner {
    padding: 1.3888888889vw;
    padding-bottom: 5.5555555556vw;
  }
}
.modal-content .inner ul.credit {
  width: 100%;
  padding-top: 5.3333333333vw;
  font-size: 3.2vw;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .modal-content .inner ul.credit {
    padding-top: 1.3888888889vw;
    font-size: 0.9027777778vw;
  }
}
.modal-content .inner ul.credit li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5.3333333333vw;
  padding-top: 2.6666666667vw;
}
@media screen and (min-width: 1024px) {
  .modal-content .inner ul.credit li {
    gap: 1.3888888889vw;
    padding-top: 0.6944444444vw;
  }
}
.modal-content .inner ul.credit li p.item_price {
  width: 72%;
}
@media screen and (min-width: 1024px) {
  .modal-content .inner ul.credit li p.item_price {
    width: 100%;
  }
}
.modal-content .inner ul.credit li a {
  color: #fff;
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  width: 17%;
}
@media screen and (min-width: 1024px) {
  .modal-content .inner ul.credit li a {
    width: 20%;
    text-align: right;
  }
}
.modal-content .inner ul.credit li a .com {
  color: #000;
  text-align: center;
}
.modal-content .inner ul.credit li a .buy {
  background-color: #000;
  text-align: center;
  padding: 10% 22%;
  border-radius: 30px;
}
@media screen and (min-width: 1024px) {
  .modal-content .inner ul.credit li a .buy {
    padding: 4% 15%;
  }
}
.modal-content .inner ul.credit li:first-child {
  padding-top: 0;
}
.modal-content .inner .modal-close {
  position: absolute;
  width: 10%;
  top: 92%;
  right: 6%;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .modal-content .inner .modal-close {
    width: 6%;
    top: 94%;
    right: 3%;
  }
}

.modal-wrap_staff {
  overflow-y: auto !important;
  background-color: #cbc2a9 !important;
}

.modal-content_staff {
  width: 100%;
  height: 100dvh;
  background-color: #cbc2a9;
  overflow-y: auto;
}
.modal-content_staff .modal-close {
  position: fixed;
  width: 15%;
  top: 2%;
  left: 3%;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .modal-content_staff .modal-close {
    width: 4.1666666667vw;
    top: 4%;
    left: 2%;
  }
}

#staff_modal {
  width: 100%;
  height: 100%;
}
#staff_modal .main_v {
  position: relative;
  width: 100%;
  height: 100%;
}
#staff_modal .main_v .back_g {
  width: 100%;
  height: 40vh;
  background-image: url(../assets/images/modal_staff/back_g.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  #staff_modal .main_v .back_g {
    background-image: url(../assets/images/modal_staff/back_g_pc.jpg);
    height: 55dvh;
    max-height: 800px;
  }
}
#staff_modal .main_v .title {
  position: absolute;
  top: 38%;
  z-index: 2;
  text-align: center;
  width: 100%;
  height: auto;
}
#staff_modal .main_v .title p:first-child {
  font-size: 10.4vw;
}
@media screen and (min-width: 1024px) {
  #staff_modal .main_v .title p:first-child {
    font-size: 4.5138888889vw;
  }
}
#staff_modal .main_v .title p:last-child {
  font-size: 3.2vw;
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 1024px) {
  #staff_modal .main_v .title p:last-child {
    font-size: 1.4583333333vw;
    margin-top: 0.6944444444vw;
  }
}
#staff_modal .icon_area .line01,
#staff_modal .icon_area .line02 {
  height: 2px;
  background-color: #000;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  #staff_modal .icon_area .line01,
  #staff_modal .icon_area .line02 {
    height: 1px;
    width: 14.5833333333vw;
  }
}
#staff_modal .icon_area ul.flex_icon {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw;
  justify-content: center;
  padding: 16vw;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  #staff_modal .icon_area ul.flex_icon {
    gap: 1.3888888889vw;
    padding: 8.3333333333vw 0;
    width: 48.6111111111vw;
    margin: 0 auto;
  }
}
#staff_modal .icon_area ul.flex_icon li a {
  display: inline-block;
  width: 20vw;
}
@media screen and (min-width: 1024px) {
  #staff_modal .icon_area ul.flex_icon li a {
    width: 8.3333333333vw;
  }
}
#staff_modal .icon_area ul.flex_icon li a p {
  padding-top: 0.8vw;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #staff_modal .icon_area ul.flex_icon li a p {
    font-size: 1.1111111111vw;
  }
}
#staff_modal .icon_area ul.flex_icon img {
  display: block;
  width: 100%;
  height: auto;
}

.block {
  margin: 21.3333333333vw 5.3333333333vw 26.6666666667vw;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1024px) {
  .block {
    width: 78.4722222222vw;
    margin: 13.8888888889vw auto;
  }
}
@media screen and (min-width: 1024px) {
  .block .flex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.block .flex .num_area {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .block .flex .num_area {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 3;
  }
}
.block .flex .num_area .nom {
  width: 30.6666666667vw;
}
@media screen and (min-width: 1024px) {
  .block .flex .num_area .nom {
    width: 12.8472222222vw;
  }
}
.block .flex .num_area ul.profile {
  margin-left: 4.2666666667vw;
}
@media screen and (min-width: 1024px) {
  .block .flex .num_area ul.profile {
    margin-left: 1.7361111111vw;
  }
}
.block .flex .num_area ul.profile li {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 1024px) {
  .block .flex .num_area ul.profile li {
    font-size: 1.3194444444vw;
  }
}
.block .flex .num_area ul.profile li .insta {
  display: flex;
  align-items: center;
  padding-top: 1.3333333333vw;
}
@media screen and (min-width: 1024px) {
  .block .flex .num_area ul.profile li .insta {
    padding-top: 0.6944444444vw;
  }
}
.block .flex .num_area ul.profile li .insta span img {
  width: 3.7333333333vw;
}
@media screen and (min-width: 1024px) {
  .block .flex .num_area ul.profile li .insta span img {
    width: 1.3888888889vw;
  }
}
.block .flex .num_area ul.profile li .insta span {
  margin-right: 0.8vw;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .block .flex .num_area ul.profile li .insta span {
    margin-right: 0.4166666667vw;
  }
}
@media screen and (min-width: 1024px) {
  .block .flex ul.flex_img {
    display: flex;
    justify-content: center;
    gap: 1.3888888889vw;
    margin-top: -1.3888888889vw;
  }
  .block .flex ul.flex_img li {
    width: 25vw;
  }
}
.block .swiper {
  margin-top: -4vw;
}
.block .btn {
  width: 76vw;
  margin: 10.6666666667vw auto;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .block .btn {
    width: 27.7777777778vw;
    margin: 4.1666666667vw auto;
  }
}
.block .btn a {
  display: block;
  background-color: #a29470;
  padding: 2.6666666667vw 0;
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
  .block .btn a {
    padding: 1.0416666667vw 0;
    font-size: 0.9722222222vw;
    border-radius: 5px;
  }
}

@media screen and (min-width: 1024px) {
  .block02 {
    width: 51.5vw;
  }
}

.sec06 .po_re,
.sec07 .po_re,
.sec14 .po_re,
.sec09 .po_re {
  position: relative;
}

.sec01 {
  z-index: 11;
}

.sec02 {
  z-index: 13;
}

.sec03 {
  z-index: 14;
}

.sec04 {
  z-index: 15;
}

.sec05 {
  z-index: 16;
}

.sec06 {
  z-index: 17;
}

.sec07 {
  z-index: 18;
}

.sec08 {
  z-index: 19;
}

.sec09 {
  z-index: 20;
}

.sec10 {
  z-index: 21;
}

.sec11 {
  z-index: 22;
}

.sec12 {
  z-index: 23;
}

.sec13 {
  z-index: 24;
}

.sec14 {
  z-index: 25;
}

.sec15 {
  z-index: 26;
}

.sec16 {
  z-index: 27;
}

.sec17 {
  z-index: 28;
}

.sec18 {
  z-index: 29;
}/*# sourceMappingURL=style.css.map */