html,
body {
  font-family: "reross-quadratic", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  background-color: #fff;
  letter-spacing: 0.1em !important;
}
html.open,
body.open {
  overflow: hidden;
}

.ja {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.futura {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.futura_b {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: italic;
}

.en {
  font-family: "neighbor", sans-serif;
  font-weight: 400;
  font-style: normal;
}

img,
video {
  width: 100%;
  display: block;
}

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

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

a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
a[href=""] {
  pointer-events: none;
}

#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

header .header_btn {
  width: 30px;
  height: 10px;
  position: fixed;
  z-index: 101;
  right: 15px;
  top: 30px;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  header .header_btn {
    right: 30px;
  }
}
header .header_btn span {
  transition: all 0.4s;
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #000;
  transform-origin: left center;
}
header .header_btn span:nth-child(2) {
  bottom: 0;
}
header .header_btn.open {
  transition: all 0.4s;
}
header .header_btn.open span:nth-child(1) {
  transform: rotate(18deg);
}
header .header_btn.open span:nth-child(2) {
  transform: rotate(-18deg);
}
header .header_inner {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  max-width: 482px;
  height: 100%;
  overflow-y: scroll;
  transform: translateX(30%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.7s;
}
header .header_inner.open {
  transition: all 0.7s;
  transform: translate(0);
  opacity: 1;
  pointer-events: fill;
}
header .bg {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .container {
  max-width: 250px;
  padding: 70px 0 100px;
}
header h4 {
  font-size: 23px;
  width: fit-content;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 45px;
}
header .topic_menu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  margin-bottom: 40px;
}
header .topic_menu li:nth-child(1) {
  font-size: 19px;
}
header .topic_menu li:nth-child(2) {
  font-size: 16px;
}
header .topic_menu a {
  width: fit-content;
  padding-bottom: 10px;
  background-image: linear-gradient(to right, #333, #333 5px, transparent 5px);
  background-size: 10px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
header .cat_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 30px;
  align-items: flex-end;
  font-size: 15px;
}
header .cat_menu li {
  width: calc(50% - 15px);
}
header .cat_menu li figure {
  margin: 0 auto;
}
header .cat_menu li:nth-child(1) figure {
  max-width: 83px;
}
header .cat_menu li:nth-child(2) {
  margin-bottom: -20px;
}
header .cat_menu li:nth-child(2) figure {
  max-width: 111px;
}
header .cat_menu li:nth-child(3) figure {
  max-width: 301px;
}
header .cat_menu li:nth-child(4) figure {
  max-width: 78px;
}
header .cat_menu li:nth-child(5) figure {
  max-width: 112px;
}
header .name {
  padding-top: 20px;
  text-align: center;
  line-height: 1.4;
}
header .pc_text {
  font-size: 15px;
  writing-mode: vertical-rl;
  position: fixed;
  z-index: 99;
  right: 40px;
  top: 70px;
}

.fv .bg {
  height: 100vh;
  position: relative;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(230, 229, 229, 0.45) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(230, 229, 229, 0.45) calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}
.fv .title1,
.fv .title2,
.fv .sub_title {
  position: absolute;
}
.fv .loop {
  overflow: hidden;
}
.fv .loop__box {
  display: flex;
  width: 450vw;
  min-width: 6200px;
}
.fv .loop__box img {
  min-width: 100vw;
  padding-right: 60px;
}
.fv .loop__box img:first-child {
  animation: loop 50s -25s linear infinite;
}
.fv .loop__box img:last-child {
  animation: loop2 50s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.lead .bg {
  background-color: #ededed;
  padding: 60px 0;
}
.lead p {
  width: min(305px, 81.3333333333%);
  margin: 0 auto;
  font-size: 12.5px;
  line-height: 2.4166666667;
}

.walk {
  width: 200px;
  right: 0;
}

.arrow {
  width: clamp(30px, 8vw, 50px);
  margin: 0 auto;
}

.link {
  padding: 50px 0 130px;
  position: relative;
}
.link h3 {
  font-size: 23px;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
  width: fit-content;
  letter-spacing: 0.126em;
  margin-bottom: 50px;
}
.link .container {
  width: min(305px, 81.3333333333vw);
  margin: 0 auto;
}
.link .link_wrap {
  display: flex;
  flex-wrap: wrap;
}
.link .link_wrap li {
  width: 100%;
}
.link .link_wrap li a {
  width: fit-content;
  background-image: linear-gradient(to right, #333, #333 5px, transparent 5px);
  background-size: 10px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 10px;
  white-space: nowrap;
}
.link .link_wrap ol {
  margin: 35px 0 17px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.link span {
  color: #c7eb00;
  font-size: 18px;
  margin-left: 15px;
}
.link p {
  font-size: 14px;
}
.link .walk {
  position: absolute;
  bottom: -53px;
}

.swiper,
.fade_slider {
  width: 100%;
  vertical-align: bottom;
}

section h4 {
  font-size: 18px;
  text-align: center;
  padding: 40px 0 30px;
  letter-spacing: 0.126em;
}
section .wave {
  padding: 15px 0 20px;
  width: min(405px, 81.3333333333%);
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section .wave {
    width: min(405px, 100%);
  }
}
section .wave2 {
  padding: 15px 0 20px;
  width: min(440px, 81.3333333333%);
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section .wave2 {
    width: min(405px, 73%);
  }
}
section .title {
  text-align: center;
}

#sec1 .bg {
  background-color: #cbd982;
  z-index: -1;
  padding-bottom: 95px;
}
#sec1 .border {
  width: max(350px, 93.3333333333%);
  margin: 0 auto;
  padding: 40px 0 0 0;
  position: relative;
}
#sec1 .border:before {
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  top: 1px;
  left: 0;
  border: solid #cbd982;
  border-width: 0 2px;
  background-color: #cbd982;
  z-index: 6;
  pointer-events: none;
}
#sec1 .border:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: solid #ffffff;
  border-width: 1px 1px 0 1px;
  z-index: 5;
  pointer-events: none;
}
#sec1 .title {
  color: #fff;
}
#sec1 h2 {
  font-size: 53px;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}
#sec1 h2 p {
  font-size: 19px;
  padding-bottom: 20px;
  -webkit-text-stroke: 0;
  text-stroke: 0;
}
#sec1 .img1 {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
#sec1 .img2 {
  width: max(300px, 80%);
  margin: 0 auto;
}
#sec1 .text {
  font-size: 15px;
  text-align: center;
  line-height: 1.9333333333;
  padding: 40px 0;
}
#sec1 .img3 {
  width: max(230px, 61.3333333333%);
  margin: 0 auto;
}
#sec1 .img4 {
  padding: 30px 0 10px;
}
#sec1 .w_bg {
  background-color: #fff;
  padding: 35px 0 50px;
  margin-top: 20px;
}
#sec1 .box {
  width: max(350px, 93.3333333333%);
  margin: 0 auto;
}
#sec1 .more_btn {
  width: max(305px, 81.3333333333%);
  margin: 40px auto 0;
  background-color: #cbd982;
  text-align: center;
  padding: 17px 0;
  line-height: 1;
  font-size: 18px;
}

.category01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px 15px;
  padding: 0 20px;
}
.category01 p img + span {
  display: none;
}
.category01 .ico_box + p,
.category01 .price {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(14px, 3.7333333333vw, 14px);
}
@media screen and (max-width: 768px) {
  .category01 .ico_box + p,
  .category01 .price {
    font-size: 12px;
  }
}
.category01 .ico_box + p {
  padding: 10px 0 0;
}
.category01 .price {
  padding: 10px 0 13px;
}
.category01 .label {
  font-size: 11px;
  line-height: 1.4545454545;
  padding-top: 3px;
}
.category01 a {
  position: relative;
}
.category01 a::after {
  content: "BUY";
  text-align: center;
  width: clamp(65px, 17.3333333333vw, 80px);
  background-color: #cbd982;
  font-size: clamp(14px, 3.7333333333vw, 16px);
  display: block;
  padding: clamp(5px, 1.3333333333vw, 7px) 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
}

#sec2 {
  margin-top: 150px;
  position: relative;
}
#sec2 .walk {
  position: absolute;
  top: -80px;
  width: 200px;
  right: 0;
}
#sec2 .bg {
  background-color: #ededed;
  padding-bottom: 65px;
}
#sec2 h4 {
  border-bottom: 1px solid #fff;
  width: 350px;
  margin: 0 auto;
}
#sec2 .title {
  width: 280px;
  margin: 50px auto 0;
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#sec2 .title p {
  color: #0f7e49;
}
#sec2 .text {
  font-size: 13px;
  width: 270px;
  margin: 45px auto 0;
  line-height: 2.2727272727;
  text-align: center;
}
#sec2 .arrow {
  margin: -15px auto 0;
}

.contents {
  overflow: hidden;
  margin-top: -20px;
}
.contents .bg {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(230, 229, 229, 0.45) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(230, 229, 229, 0.45) calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}
.contents .movie_wrap {
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.contents .com_img {
  width: 375px;
  margin: 0 auto;
}

#section_text {
  font-size: 17px;
  writing-mode: vertical-rl;
  position: fixed;
  z-index: 99;
  height: 100vh;
  text-align: center;
  left: 30px;
  top: 0;
  color: #5e8e76;
}

.profile {
  padding: 60px 0 0 0;
  position: relative;
  margin: 0 auto 150px;
  max-width: 375px;
}
@media screen and (max-width: 768px) {
  .profile {
    padding: 130px 0 0 0;
  }
}
.profile .profile_box {
  width: min(295px, 78.6666666667%);
  margin: 0 auto;
  border: 1px solid #000;
  position: relative;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 5px;
}
.profile .number {
  position: absolute;
  top: 0;
  left: 0;
  font-size: min(11px, 2.9333333333vw);
  background-color: #000;
  color: #fff;
  padding: 5px 30px;
}
.profile .inner {
  font-size: 12px;
  padding: 40px 30px 50px;
}
.profile .inner p {
  padding: 15px 5px 10px 0;
  background-image: linear-gradient(to right, #333, #333 3px, transparent 3px);
  background-size: 5px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  display: flex;
  align-items: center;
  gap: 10px 5px;
  width: fit-content;
}
.profile .type {
  display: block !important;
  padding-top: 0 !important;
}
.profile .type span {
  font-family: "reross-quadratic", sans-serif;
  font-size: 30px;
  letter-spacing: 0.1em;
  padding: 5px 0;
  display: block;
}
.profile .small {
  white-space: nowrap;
}
.profile .small span {
  font-size: 11px;
  white-space: nowrap;
}
.profile .staff_img {
  position: absolute;
  right: 0;
}

#person1 .staff_img {
  width: max(187px, 49.8666666667%);
  bottom: -38%;
}
@media screen and (max-width: 768px) {
  #person1 .staff_img {
    width: max(200px, 49.8666666667%);
  }
}
#person1 .com_img img {
  max-width: 307px;
  padding: 0 0 0 24px;
}
#person1 .credit .buy,
#person1 .staff_wrapper .bg {
  background-color: #5f8e77;
}
#person1 .slider1 {
  margin: 40px 0 30px;
}
@media screen and (min-width: 769px) {
  #person1 .slider1 {
    margin: 90px 0 30px;
  }
}
#person1 .img1 {
  position: relative;
  z-index: 2;
}
#person1 .slider2 {
  margin: -20px auto 0 0;
  width: max(345px, 92%);
}
#person1 .img3 {
  width: max(215px, 57.3333333333%);
  margin: 0 0 0 auto;
  position: relative;
  animation: catWalk 5s infinite ease;
}
@keyframes catWalk {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(3%, 5%);
  }
  40% {
    transform: translate(-3%, 5%);
  }
  60% {
    transform: translate(-6%, 10%);
  }
  80% {
    transform: translate(3%, 5%);
  }
  100% {
    transform: translate(0);
  }
}
#person1 .img4 {
  margin: -60px 0 0 0;
  width: max(300px, 80%);
  position: relative;
}
#person1 .img4:after {
  content: "";
  position: absolute;
  top: -80px;
  left: -20px;
  width: 100vw;
  height: 100%;
  background-image: url(../images/text1.png);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  max-width: 480px;
}
#person1 .credit {
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  #person1 .credit {
    margin: 80px auto;
  }
}
#person1 .movie_wrap {
  margin: -80px 0 -50px;
}
@media screen and (max-width: 768px) {
  #person1 .movie_wrap {
    margin: -140px 0 -50px;
  }
}
#person1 .movie_wrap .box {
  position: absolute;
  width: 280px;
  border-radius: 50%;
  height: 210px;
  border: 1px solid #0f7e49;
  transform: translate(-50%, -50%) rotate(24deg);
  top: 53%;
  left: 49%;
  z-index: 3;
}
#person1 .movie {
  width: 280px;
  margin: 0 auto;
  transform: rotate(24deg);
  clip-path: ellipse(50% 20% at 50% 50%);
}

#person2 .staff_img {
  width: max(268px, 71.4666666667%);
  bottom: -45%;
}
#person2 .com_img img {
  max-width: 328px;
  padding: 0 0 0 20px;
  margin: 0 auto -110px;
}
@media screen and (max-width: 768px) {
  #person2 .com_img img {
    padding: 70px 0 0 20px;
  }
}
#person2 .profile .type span {
  font-size: 20px;
}
#person2 .profile .inner p {
  flex-wrap: wrap;
}
#person2 .credit .buy,
#person2 .staff_wrapper .bg {
  background-color: #bcb291;
}
#person2 .img2 {
  margin: -220px -150px -150px auto;
  position: relative;
  z-index: 3;
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  #person2 .img2 {
    margin: -100px -110px -80px auto;
  }
}
#person2 .img3 {
  margin: 40px max(30px, 8%) 0 auto;
  width: max(130px, 34.6666666667%);
}
#person2 .img4 {
  width: max(230px, 61.3333333333%);
  margin: -150px auto 0 max(60px, 16%);
  position: relative;
}
#person2 .img4 img {
  position: relative;
  z-index: 3;
}
#person2 .color_box {
  position: absolute;
  width: 220px;
  height: 90px;
  background-color: #bcb291;
  bottom: -30px;
  right: -40px;
  z-index: 1;
}
#person2 .movie_wrap {
  margin: -260px 0 50px;
}
@media screen and (max-width: 768px) {
  #person2 .movie_wrap {
    margin: -150px 0 30px;
  }
}
#person2 .movie_wrap .box {
  position: absolute;
  width: 280px;
  border-radius: 50%;
  height: 210px;
  border: 1px solid #bcb291;
  transform: translate(-50%, -50%) rotate(143deg);
  top: 70%;
  left: 49%;
  z-index: 3;
}
#person2 .movie_wrap video {
  transform: rotate(-143deg);
}
#person2 .credit {
  margin: 180px auto 0;
}
@media screen and (max-width: 768px) {
  #person2 .credit {
    margin: 130px auto 0;
  }
}
#person2 .movie {
  width: 280px;
  margin: 0 auto;
  transform: rotate(143deg);
  clip-path: ellipse(50% 20% at 68% 35%);
}

#person3 .staff_img {
  width: max(228px, 60.8%);
  bottom: -55%;
}
#person3 .com_img img {
  max-width: 295px;
  padding: 0 0 50px 20px;
  position: relative;
}
#person3 .credit .buy,
#person3 .staff_wrapper .bg {
  background-color: #618491;
}
#person3 .img_balloon {
  width: max(210px, 56%);
  margin: 30px auto 10px max(20px, 5.3333333333%);
}
@media screen and (min-width: 769px) {
  #person3 .img_balloon {
    width: max(210px, 36%);
    margin: 80px auto 10px max(20px, 23.33333%);
  }
}
#person3 .img1 {
  width: max(310px, 82.6666666667%);
  margin: 0 0 0 auto;
}
#person3 .img2 {
  width: max(340px, 90.6666666667%);
  margin: 30px auto 100px -30px;
  position: relative;
}
#person3 .img2:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 135vw;
  height: 120%;
  background-image: url(../images/text3.png);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  #person3 .img2 {
    margin: 30px auto 80px -30px;
  }
}
#person3 .img3 {
  width: max(110px, 29.3333333333%);
  margin: 0 max(93px, 20%) 110px auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #person3 .img3 {
    margin: 0 max(75px, 24.8%) 65px auto;
    width: max(120px, 37%);
  }
}
#person3 .img3 img {
  position: relative;
  z-index: 3;
}
#person3 .img3 .color_box {
  width: 130px;
  height: 160px;
  position: absolute;
  bottom: -15px;
  left: -15px;
  background-color: #618491;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #person3 .img3 .color_box {
    bottom: -26px;
    left: -26px;
  }
}
#person3 .movie_wrap {
  margin: -100px 0 -40px 0;
}
@media screen and (min-width: 769px) {
  #person3 .movie_wrap {
    margin: -150px 0px -100px;
  }
}
#person3 .movie_wrap .box {
  position: absolute;
  width: 280px;
  border-radius: 50%;
  height: 210px;
  border: 1px solid #618491;
  transform: translate(-50%, -50%) rotate(50deg);
  top: 51%;
  left: 48%;
  z-index: 3;
}
#person3 .movie_wrap video {
  transform: rotate(-50deg);
}
#person3 .movie {
  width: 280px;
  margin: 0 auto;
  transform: rotate(50deg);
  clip-path: ellipse(50% 20% at 50% 50%);
}

#person4 .staff_img {
  width: max(187px, 49.8666666667%);
  bottom: -46%;
}
#person4 .com_img {
  margin-top: -30px;
  position: relative;
}
#person4 .com_img img {
  max-width: 304px;
  padding: 0 0 0 5px;
}
#person4 .credit .buy,
#person4 .staff_wrapper .bg {
  background-color: #905c76;
}
#person4 .img1 {
  width: max(304px, 81.0666666667%);
  margin: 120px auto;
}
@media screen and (max-width: 768px) {
  #person4 .img1 {
    margin: 50px auto;
  }
}
#person4 .img2 {
  width: max(283px, 75.4666666667%);
  margin: 70px 0 30px 0;
  position: relative;
}
#person4 .img2 img {
  position: relative;
  z-index: 2;
}
#person4 .img2:before {
  content: "";
  background-color: #905c76;
  width: max(312px, 83.2%);
  height: max(173px, 46.1333333333%);
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 1;
}
#person4 .img3 {
  width: max(173px, 46.1333333333%);
  margin: 30px max(30px, 8vw) 90px auto;
}
@media screen and (max-width: 768px) {
  #person4 .img3 {
    margin: 50px max(30px, 8vw) 70px auto;
    width: max(243px, 46.1333333333%);
  }
}
#person4 .img4 {
  width: max(248px, 66.1333333333%);
  margin: 0 auto;
}
#person4 .movie_wrap {
  margin: -30px auto 0;
}
#person4 .movie_wrap .box {
  position: absolute;
  width: 280px;
  border-radius: 50%;
  height: 210px;
  border: 1px solid #905c76;
  transform: translate(-50%, -50%) rotate(143deg);
  top: 50%;
  left: 47%;
  z-index: 3;
}
#person4 .movie_wrap video {
  transform: rotate(-143deg);
}
#person4 .movie {
  width: 280px;
  margin: 0 auto;
  transform: rotate(143deg);
  clip-path: ellipse(50% 30% at 50% 50%);
}

#person5 .staff_img {
  width: max(163px, 43.4666666667%);
  bottom: -35%;
}
#person5 .com_img {
  width: 380px;
  margin: 0 auto;
  padding: 0 0 0 14px;
}
@media screen and (max-width: 768px) {
  #person5 .com_img {
    width: 300px;
    margin-top: -20px;
    margin-bottom: 20px;
  }
}
#person5 .credit .buy,
#person5 .staff_wrapper .bg {
  background-color: #a76c56;
}
#person5 .img2 {
  width: max(350px, 93.3333333333%);
  margin: 40px 0 0 auto;
}
#person5 .img3 {
  width: max(270px, 72%);
  margin: -110px 0 0 0;
  position: relative;
}
#person5 .img3 img {
  position: relative;
  z-index: 2;
}
#person5 .img3:after {
  content: "";
  position: absolute;
  top: 120px;
  left: -40px;
  width: 130vw;
  height: 100%;
  background-image: url(../images/text5.png);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  max-width: 480px;
  z-index: 1;
}
#person5 .img4 {
  width: 72vw;
  margin: 50px auto;
}
#person5 .img5 {
  margin: 50px auto 0;
}
#person5 .movie_wrap {
  margin: 50px auto;
  padding: 30px 0;
}
@media screen and (min-width: 769px) {
  #person5 .movie_wrap {
    margin: 100px auto;
  }
}
#person5 .movie_wrap .box {
  position: absolute;
  width: 320px;
  height: 190px;
  border: 1px solid #a76c56;
  transform: translate(-50%, -50%);
  top: 53%;
  left: 52%;
  z-index: 3;
  border-radius: 90px;
}
#person5 .movie {
  width: 300px;
  margin: 0 auto;
  clip-path: inset(-1px -1px -1px -1px round 98px);
  transform: scale(1.1);
}

#person2 .code_btn,
#person4 .code_btn,
#person5 .code_btn {
  display: none;
}

#person1 .cat_insta,
#person2 .cat_insta,
#person4 .cat_insta,
#person5 .cat_insta {
  display: none;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.footer_top .bg {
  padding: 110px 0;
  background-color: #f1f2ef;
}
.footer_top .title {
  font-size: 18px;
  text-align: center;
  line-height: 1.8333333333;
}

.credit {
  width: min(280px, 74.6666666667%);
  margin: 100px auto 50px;
}
@media screen and (min-width: 769px) {
  .credit {
    margin: 180px auto 50px;
  }
}
.credit li:not(li:last-child) {
  margin-bottom: 25px;
}
.credit li a {
  display: grid;
  grid-template-columns: 0.8fr 2fr 0.8fr;
  font-size: 10px;
  align-items: center;
  gap: 12px;
  line-height: 1.8;
}
.credit .buy {
  margin: 30px 0 auto auto;
  width: 50px;
  text-align: center;
  color: #fff;
  padding: 4px 0;
}

.staff_wrapper {
  text-align: center;
}
.staff_wrapper .bg {
  background-image: none;
  padding: 45px 0;
}
.staff_wrapper .title {
  font-size: 25px;
}
.staff_wrapper figure {
  width: 145px;
  margin: 20px auto;
}
.staff_wrapper .brand {
  line-height: 1.8;
}
.staff_wrapper .brand,
.staff_wrapper .name {
  font-size: 13px;
}
.staff_wrapper .place {
  font-size: 11px;
}
.staff_wrapper .name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 10px 0;
}
.staff_wrapper .name span {
  width: 15px;
}
.staff_wrapper .code_btn {
  font-size: 11px;
  text-decoration: underline;
}

.insta_box {
  width: max(300px, 80%);
  max-width: 600px;
  margin: 50px auto 0;
}

footer .bg {
  padding: 100px 0 clamp(80px, 21.3333333333vw, 100px);
  background-color: #fff;
}
footer .icon_wrap {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 3.2vw, 15px);
}
footer .icon_wrap li {
  width: clamp(23px, 6.1333333333vw, 30px);
}
footer .logo {
  width: clamp(100px, 26.6666666667vw, 130px);
  margin: 50px auto 0;
}
footer .copy {
  font-size: 10px;
  text-align: center;
  color: #000;
  margin-top: clamp(15px, 4vw, 20px);
  letter-spacing: 0.12em;
}

@media screen and (max-width: 768px) {
  .fv .bg {
    height: 100svh;
  }
  .fv .title1 {
    width: max(55px, 14.6666666667%);
    transform: translateY(-50%);
    top: 50%;
  }
  .fv .title2 {
    width: max(290px, 77.3333333333%);
    right: 0;
    bottom: 30px;
  }
  .fv .sub_title {
    width: max(245px, 65.3333333333%);
    top: 0;
    left: min(60px, 16%);
  }
  .fv .loop__box {
    width: 1400vw;
    min-width: inherit;
  }
  .link .link_wrap ol li:nth-child(4),
  .link .link_wrap ol li:nth-child(5) {
    width: calc(50% - 20px);
  }
  #sec1 .img1 {
    width: 100vw;
    margin: 30px calc(50% - 50vw) 60px;
  }
  .staff_contents {
    max-width: 450px;
    margin: 0 auto;
  }
  .swiper {
    overflow: visible !important;
  }
}
@media screen and (min-width: 769px) {
  header .header_btn {
    width: 35px;
  }
  header .header_btn span {
    width: 35px;
  }
  header .header_btn.open span:nth-child(1) {
    transform: rotate(15deg);
  }
  header .header_btn.open span:nth-child(2) {
    transform: rotate(-15deg);
  }
  .fv .title1 {
    width: min(1010px, 70.1388888889vw);
    transform: translateX(-50%);
    left: 50%;
    bottom: 50px;
  }
  .fv .title2 {
    width: min(1410px, 97.9166666667vw);
    transform: translateX(-50%);
    left: 50%;
    top: 0;
  }
  .fv .sub_title {
    width: min(450px, 31.25vw);
    top: min(40px, 2.7777777778vw);
    left: min(40px, 2.7777777778vw);
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .fv .sub_title {
    width: min(500px, 38vw);
  }
}
@media screen and (min-width: 769px) {
  .lead .bg {
    padding: 85px 0;
  }
  .lead p {
    font-size: 15px;
    width: 600px;
    text-align: center;
  }
  .walk {
    width: 260px;
    margin-bottom: -18px;
    right: min(240px, 20vw);
  }
  .link {
    padding: 80px 0 140px;
  }
  .link h3 {
    font-size: 28px;
    margin: 0 auto 50px;
  }
  .link .container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .link .link_wrap ol {
    margin: 80px auto 50px;
    justify-content: center;
    gap: 50px 60px;
    max-width: 700px;
  }
  .link .bottom li {
    width: fit-content;
  }
  .link .link_wrap li a {
    margin: 0 auto;
    font-size: 19px;
  }
  .link p {
    font-size: 18px;
    text-align: center;
    width: 100%;
  }
  section h4 {
    font-size: 26px;
    padding: 50px 0 40px;
  }
  section .wave {
    padding: 20px 0 30px;
  }
  #sec1 .bg {
    padding-bottom: 160px;
  }
  #sec1 .border {
    padding: 80px 0 0 0;
    max-width: 1000px;
    margin: 0 auto 20px;
  }
  #sec1 .w_bg {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 90px 0;
  }
  #sec1 h2 {
    font-size: 77px;
    letter-spacing: 0.126em;
  }
  #sec1 h2 p {
    font-size: 27px;
    padding-bottom: 30px;
  }
  #sec1 .sub_title {
    font-size: 23px;
  }
  #sec1 .img1 {
    max-width: 570px;
    margin: 102px auto 80px;
  }
  #sec1 .img2 {
    max-width: 450px;
  }
  #sec1 .img3 {
    max-width: 300px;
  }
  #sec1 .img4 {
    padding: 50px 0;
  }
  #sec1 .text {
    font-size: 19px;
  }
  #sec1 .more_btn {
    max-width: 380px;
  }
  .category01 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 70px 40px;
    padding: 90px 95px;
  }
  .category01 .textOverflow {
    display: block !important;
    font-size: 13px;
    line-height: 1.4615384615;
    padding-top: 5px;
    font-weight: 400;
  }
  .category01 .price {
    padding: 12px 0 20px;
  }
  #sec2 {
    margin-top: 190px;
  }
  #sec2 .bg {
    padding-bottom: 100px;
  }
  #sec2 .arrow {
    margin: -23px auto 0;
  }
  #sec2 h4 {
    width: 90%;
    max-width: 1000px;
  }
  #sec2 .title,
  #sec2 .wave,
  #sec2 .text {
    width: 400px;
  }
  #sec2 .img1 {
    padding-bottom: 20px;
  }
  #sec2 .wave {
    padding: 40px 0;
  }
  #sec2 .sub_title {
    font-size: 27px;
  }
  #sec2 .text {
    font-size: 15px;
  }
  #sec2 .walk {
    width: 260px;
    top: -100px;
    right: min(240px, 20vw);
  }
  .contents {
    margin-top: -50px;
  }
  .profile {
    padding: 200px 0 0;
    max-width: 530px;
  }
  .profile .profile_box {
    margin: 0 auto 0 0;
    width: 100%;
    max-width: fit-content;
    min-width: 360px;
  }
  .profile .inner {
    padding: 50px 40px;
    font-size: 15px;
  }
  .profile .inner p {
    padding: 20px 20px 18px 5px;
  }
  .profile .type span {
    font-size: 41px;
  }
  .profile .staff_img {
    width: 100% !important;
  }
  .staff_contents {
    max-width: 785px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .staff_contents {
    margin: -50px auto;
  }
}
@media screen and (min-width: 769px) {
  .slider_wrap {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .person .movie {
    width: 450px !important;
  }
  .person .movie_wrap .box {
    width: 450px !important;
    height: 330px !important;
  }
  #person1 .profile {
    padding-top: 100px;
  }
  #person1 .staff_img {
    max-width: 310px;
  }
  #person1 .com_img img {
    max-width: 422px;
    padding-top: 60px;
  }
  #person1 .img1 {
    max-width: 600px;
    margin: 0 0 0 auto;
  }
  #person1 .slider2 {
    margin: -80px auto 0 0;
    max-width: 460px;
  }
  #person1 .img3 {
    max-width: 330px;
    position: relative;
    top: -100px;
  }
  #person1 .img4 {
    max-width: 430px;
    margin: -130px 0 0 0;
  }
  #person1 .img4:after {
    background-image: url(../images/text1_pc.png);
    max-width: 1010px;
    left: -150px;
    top: -120px;
    width: 120vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #person1 .img4 {
    margin: -200px 0 0 0;
  }
}
@media screen and (min-width: 769px) {
  #person1 .credit {
    margin: 120px auto 60px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #person1 .credit {
    margin: 160px auto 60px;
  }
}
@media screen and (min-width: 769px) {
  #person1 .movie_wrap {
    margin: -170px 0 -80px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #person1 .movie_wrap {
    margin: -200px 0px -110px;
  }
}
@media screen and (min-width: 769px) {
  #person2 .staff_img {
    max-width: 460px;
    bottom: -48%;
  }
  #person2 .com_img {
    margin: 0 auto -120px;
  }
  #person2 .com_img img {
    max-width: 422px;
    padding-top: 140px;
  }
  #person2 .profile {
    max-width: 700px;
  }
  #person2 .profile .type span {
    font-size: 31px;
    white-space: nowrap;
    padding: 25px 0 0;
  }
  #person2 .img1 {
    max-width: 580px;
    margin: 0 auto;
  }
  #person2 .img2 {
    max-width: 660px;
  }
  #person2 .img3 {
    max-width: 170px;
    margin: 80px 120px 0 auto;
  }
  #person2 .img4 {
    max-width: 400px;
    margin: -200px auto 0;
  }
  #person3 .staff_img {
    max-width: 380px;
  }
  #person3 .com_img img {
    max-width: 422px;
    padding-top: 170px;
    margin-bottom: 40px;
  }
  #person3 .img1,
  #person3 .img2 {
    max-width: 600px;
  }
  #person3 .img2:after {
    background-image: url(../images/text3_pc.png);
    max-width: 1010px;
    width: 120vw;
    height: 100%;
    top: 250px;
    left: -80px;
  }
  #person3 .img3 .color_box {
    width: 210px;
    height: 290px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #person3 .img3 .color_box {
    width: 217px;
    height: 286px;
  }
}
@media screen and (min-width: 769px) {
  #person4 .staff_img {
    max-width: 300px;
  }
  #person4 .com_img img {
    max-width: 422px;
    padding-top: 100px;
    margin-bottom: 40px;
  }
  #person4 .img1 {
    max-width: 400px;
  }
  #person4 .img2 {
    max-width: 500px;
  }
  #person4 .img2::before {
    width: 550px;
    height: 300px;
  }
  #person5 .staff_img {
    max-width: 300px;
  }
  #person5 .com_img img {
    max-width: 422px;
    padding-top: 30px;
    margin-bottom: 40px;
  }
  #person5 .img1 {
    max-width: 500px;
    margin-top: 80px;
  }
  #person5 .img2 {
    max-width: 500px;
  }
  #person5 .img3 {
    max-width: 400px;
    margin: -200px 0 0 50px;
  }
  #person5 .img3:after {
    top: 150px;
    left: -200px;
    background-image: url(../images/text5_pc.png);
    max-width: 1010px;
    height: 100%;
  }
  #person5 .img4 {
    max-width: 500px;
    margin: 80px auto;
  }
  #person5 .movie {
    transform: scale(1);
    clip-path: inset(-1px -1px -1px -1px round 130px);
  }
  #person5 .movie_wrap .box {
    height: 250px !important;
    border-radius: 130px;
  }
  .staff_wrapper {
    max-width: 785px;
    margin: 0 auto;
  }
  .staff_wrapper .bg {
    padding: 80px 0;
  }
  .staff_wrapper .title {
    font-size: 35px;
  }
  .staff_wrapper figure {
    width: 265px;
    margin: 25px auto 35px;
  }
  .staff_wrapper .brand,
  .staff_wrapper .code_btn {
    font-size: 18px;
  }
  .staff_wrapper .place {
    font-size: 15px;
  }
  .staff_wrapper .name {
    font-size: 20px;
    margin: 20px 0;
  }
  .staff_wrapper .name span {
    width: 20px;
  }
  .credit {
    width: 415px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .credit {
    width: 480px;
  }
}
@media screen and (min-width: 769px) {
  .credit .left {
    width: 80%;
  }
  .credit li:not(li:last-child) {
    margin-bottom: 20px;
  }
  .credit li a {
    font-size: 13px;
    align-items: center;
    gap: 2px;
    line-height: 1.7857142857;
  }
  .credit .buy {
    width: 75px;
    padding: 5px 0;
  }
}/*# sourceMappingURL=style.css.map */