.tatete {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
}

.hogehoge {
  padding-top: clamp(20px, 5.3333333333vw, 40.96px);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hogehoge {
    padding-top: clamp(60px, 7.8125vw, 80px);
  }
}
@media only screen and (min-width: 1025px) {
  .hogehoge {
    padding-top: clamp(76.8px, 7.5vw, 120px);
  }
}

body {
  background: #E5E4DB;
  opacity: 1;
}

main {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
}
main .bgs06 {
  position: absolute;
  width: 50%;
  left: 30%;
  bottom: -14rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  main .bgs06 {
    display: none;
  }
}

.copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-weight: bold;
  font-size: 2vw;
  letter-spacing: 0.5em;
  white-space: nowrap;
  z-index: 20;
  color: #ffffff;
}

.introbg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  opacity: 1;
  pointer-events: none;
}
.introbg img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

#kv {
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 2;
}
#kv .video-wrapper iframe {
  position: fixed;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#kv .maskbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
#kv .maskbg img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#kv .maincopy {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 100;
  font-size: 6.5vw;
  white-space: nowrap;
  letter-spacing: 0.07em;
  color: #ffffff;
  width: 83vw;
}
#kv .encopy {
  position: absolute;
  top: 60%;
  left: 8vw;
  z-index: 200;
  color: #ffffff;
  z-index: 2000;
  line-height: 1.5;
}
#kv .video-wrapper {
  position: relative;
  height: 100vh;
}
#kv .video-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 50;
  background: rgba(0, 0, 0, 0.4);
}

#req_btn {
  position: fixed;
  bottom: 5px;
  right: 5rem;
  z-index: 4000;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #req_btn {
    right: 1rem;
  }
}
#req_btn.not-active {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
#req_btn a {
  display: inline-flex;
  padding: 1rem 2rem;
  background: #62c583;
  color: #fff;
  align-items: center;
  border-radius: 5px;
  transition: all 0.3s ease;
}
#req_btn a:hover {
  background: #7EC96C;
  color: #fff;
}
#req_btn a .icon {
  padding: 0.2rem 0 0 1rem;
}

#top_cont {
  min-height: 100vh;
  background: #E5E4DB;
  position: relative;
  z-index: 2;
  background-size: 100%;
}
#top_cont .bgs01 {
  position: absolute;
  width: 50%;
  left: -10vw;
  top: -6rem;
  z-index: 1;
  display: block;
}
#top_cont .bgs02 {
  position: absolute;
  width: 50%;
  right: -20%;
  top: -10rem;
  z-index: 520;
}
#top_cont .bgs03 {
  position: absolute;
  width: 70%;
  left: -20%;
  top: -20rem;
  z-index: 520;
}
#top_cont .wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-49%);
}

main {
  background: #E5E4DB;
  min-height: 100vh;
}

#pickup_wrapper {
  width: 100%;
  position: relative;
}
#pickup_wrapper .bg04 {
  width: 30%;
  position: absolute;
  top: 30%;
  z-index: 1;
  left: -10%;
}
@media screen and (max-width: 767px) {
  #pickup_wrapper .bg04 {
    display: none;
  }
}
#pickup_wrapper .bg05 {
  width: 40%;
  position: absolute;
  top: 55%;
  z-index: 1;
  right: -10%;
}
@media screen and (max-width: 767px) {
  #pickup_wrapper .bg05 {
    display: none;
  }
}

#pickup {
  display: grid;
  grid-template-columns: 5fr 1fr;
  position: relative;
  z-index: 500;
  padding: 10rem 3vw 5rem 3vw;
  gap: 5rem;
  overflow: hidden;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #pickup {
    display: flex;
    flex-direction: column-reverse;
    padding: 5vw;
    overflow-y: auto;
    gap: 2rem;
  }
}
#pickup .left {
  position: relative;
  max-height: 80vh;
  min-height: 60vh;
}
@media screen and (max-width: 767px) {
  #pickup .left {
    max-height: 400vh;
    min-height: 0;
  }
}
#pickup .title {
  margin: 0 0 1rem 0;
}
@media screen and (max-width: 767px) {
  #pickup .title {
    font-size: 2rem;
    margin: 0;
    line-height: 1.5;
  }
}
#pickup ul {
  position: relative;
  z-index: 30;
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
}
@media screen and (max-width: 767px) {
  #pickup ul {
    display: none;
  }
}
#pickup ul li {
  margin: 0 0 0.5rem 0;
}
#pickup ul li p {
  display: block;
  padding: 0.5rem 0;
  border-radius: 30px;
  cursor: pointer;
}
#pickup ul li p.active {
  color: #00A73C;
  position: relative;
}
#pickup ul li p.active::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background: #00A73C;
  position: absolute;
  left: -1.5rem;
  top: 1.1rem;
}
#pickup .card {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  transform-origin: center top;
  will-change: transform;
  overflow: hidden;
  height: 100%;
  max-height: 80vh;
}
#pickup .card:first-child {
  z-index: 2;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  #pickup .card {
    position: static;
    margin: 0 0 2rem 0;
  }
}
#pickup .card .txt {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  z-index: 300;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #pickup .card .txt {
    width: 100%;
  }
}
#pickup .card .txt h3 {
  color: #ffffff;
  margin: 0 0 1rem 0;
  font-weight: 100;
  letter-spacing: 0.1em;
}
#pickup .card .txt p {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #pickup .card .txt p {
    font-size: 1rem;
    width: calc(100% - 9rem);
  }
}
#pickup .card .image {
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  height: 100%;
  max-height: 80vh;
}
#pickup .card .image::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 5;
  background: linear-gradient(180deg, rgba(105, 105, 105, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
}
#pickup .card .image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#pickup .card:nth-child(3) .image img {
  -o-object-position: center bottom;
     object-position: center bottom;
}

#faqs {
  padding: 5rem 0 15rem 0;
}
@media screen and (max-width: 767px) {
  #faqs {
    padding: 0 0 5rem 0;
  }
}
#faqs .in {
  width: 70%;
  margin: 0 8vw 0 auto;
  display: grid;
  gap: 5rem;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  #faqs .in {
    display: block;
    width: 100%;
    padding: 0 5vw;
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #faqs .txt {
    margin: 0 0 2rem 0;
  }
}
#faqs .txt p.en {
  margin: 0 0 3rem 0;
}
@media screen and (max-width: 767px) {
  #faqs .txt p.en {
    margin: 0 0 1rem 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #faqs .txt p {
    font-size: 1rem;
  }
}
#faqs .images {
  position: relative;
}
#faqs .images .image {
  overflow: hidden;
  border-radius: 10px;
}

.arrow {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  font-size: 2rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0 0 0;
  background: transparent linear-gradient(90deg, #80D873 0%, #43A8D6 100%) 0% 0% no-repeat padding-box;
  z-index: 200;
}
.arrow .icons {
  position: relative;
  width: 4rem;
  height: 4rem;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 300;
}

main .card {
  position: relative;
}
main .card .copyright {
  line-height: 1;
  font-size: 0.7rem;
  color: #fff;
  margin-top: 1rem;
}