html,
body {
  overflow-x: hidden;
}

body {
  font-family: "EB Garamond", "Zen Kaku Gothic Antique", sans-serif;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.container {
  max-width: 840px;
  padding: 0 20px;
  margin: auto;
}

.tab-show {
  display: none;
}

@media screen and (max-width: 900px) {
  .tab-show {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .tab-hide {
    display: none;
  }
}

.sp-show {
  display: none;
}

@media screen and (max-width: 600px) {
  .sp-show {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .sp-hide {
    display: none;
  }
}

a {
  text-decoration: none;
  color: white;
  transition: opacity .3s;
}

a:hover {
  opacity: .8;
}

.btn {
  background-color: #00cedb;
  width: 100%;
  display: inline-block;
  text-align: center;
  border-radius: 100vh;
  padding: 22px 0;
  font-size: 32px;
}

@media screen and (max-width: 900px) {
  .btn {
    font-size: 20px;
    padding: 15px 0;
  }
}

.section-title-wrapper {
  text-align: center;
}

.section-title-wrapper .lead {
  line-height: 1;
  font-size: 20px;
}

@media screen and (max-width: 900px) {
  .section-title-wrapper .lead {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .section-title-wrapper .lead {
    font-size: 14px;
  }
}

.section-title-wrapper .section-title {
  font-size: 60px;
  letter-spacing: .05em;
  margin-top: 5px;
  font-weight: 500;
  line-height: 1;
  font-family: "EB Garamond", "Zen Kaku Gothic Antique", sans-serif;
}

@media screen and (max-width: 900px) {
  .section-title-wrapper .section-title {
    font-size: 45px;
    margin-top: 0;
  }
}

@media screen and (max-width: 600px) {
  .section-title-wrapper .section-title {
    font-size: 38px;
  }
}

.sns-item .sns-title {
  max-width: 420px;
  margin: auto;
}

@media screen and (max-width: 900px) {
  .sns-item .sns-title {
    max-width: 300px;
  }
}

@media screen and (max-width: 600px) {
  .sns-item .sns-title {
    max-width: 260px;
  }
}

.sns-item .sns-icons {
  display: flex;
  gap: 45px;
  justify-content: center;
  margin-top: 45px;
}

@media screen and (max-width: 900px) {
  .sns-item .sns-icons {
    gap: 30px;
    margin-top: 30px;
  }
}

.sns-item .sns-icons .sns-icon {
  max-width: 64px;
}

@media screen and (max-width: 900px) {
  .sns-item .sns-icons .sns-icon {
    max-width: 45px;
  }
}

.top-cta-section {
  background-image: url(https://endo.itembox.design/item/collab_lp/images/top-cta-section-bg.jpg);
  background-size: cover;
  padding-bottom: 70px;
}

@media screen and (max-width: 900px) {
  .top-cta-section {
    padding-bottom: 50px;
  }
}

.top-cta-section .container {
  display: flex;
  align-items: flex-end;
  gap: 60px;
}

@media screen and (max-width: 900px) {
  .top-cta-section .container {
    flex-direction: column-reverse;
    gap: 20px;
  }
}

.top-cta-section .container .left {
  width: 100%;
}

.top-cta-section .container .left .btn-wrapper {
  margin-top: 20px;
  max-width: 480px;
}

@media screen and (max-width: 900px) {
  .top-cta-section .container .left .btn-wrapper {
    margin: auto;
  }
}

.top-cta-section .container .right {
  margin-top: -85px;
  width: 195px;
  min-width: 195px;
}

@media screen and (max-width: 900px) {
  .top-cta-section .container .right {
    width: 100%;
    margin-top: -110px;
  }
}

@media screen and (max-width: 600px) {
  .top-cta-section .container .right {
    margin-top: -80px;
  }
}

.prologue-section {
  padding-top: 80px;
}

@media screen and (max-width: 900px) {
  .prologue-section {
    padding-top: 60px;
  }
}

@media screen and (max-width: 600px) {
  .prologue-section {
    padding-top: 45px;
  }
}

.prologue-section .container .prologue-section-text {
  text-align: center;
  margin-top: 60px;
  line-height: 2;
  font-size: 24px;
}

@media screen and (max-width: 900px) {
  .prologue-section .container .prologue-section-text {
    font-size: 19px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 600px) {
  .prologue-section .container .prologue-section-text {
    font-size: 15px;
  }
}

.prologue-section .container .prologue-img {
  max-width: 525px;
  margin: auto;
  margin-top: 30px;
  width: 85%;
}

.story-section {
  position: relative;
  background-color: #152244;
  padding-bottom: 140px;
}

@media screen and (max-width: 900px) {
  .story-section {
    padding-bottom: 100px;
  }
}

.story-section .story-bg {
  position: absolute;
  z-index: 1;
  height: 730px;
  object-fit: cover;
  width: 100%;
  top: 0;
  background-image: url(https://endo.itembox.design/item/collab_lp/images/story-bg.jpg);
  background-size: cover;
}

@media screen and (max-width: 900px) {
  .story-section .story-bg {
    height: 480px;
  }
}

@media screen and (max-width: 600px) {
  .story-section .story-bg {
    height: 360px;
  }
}

.story-section .container {
  position: relative;
  z-index: 3;
  max-width: 1040px;
}

.story-section .container .section-title-wrapper {
  padding-top: 80px;
}

@media screen and (max-width: 900px) {
  .story-section .container .section-title-wrapper {
    padding-top: 50px;
  }
}

.story-section .container .section-title-wrapper .lead {
  color: white;
}

.story-section .container .section-title-wrapper .section-title {
  color: white;
}

.story-section .container h3 {
  text-align: center;
  color: white;
  margin-top: 50px;
  position: relative;
  width: 100%;
  font-size: 33px;
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .story-section .container h3 {
    font-size: 25px;
    margin-top: 35px;
  }
}

@media screen and (max-width: 600px) {
  .story-section .container h3 {
    font-size: 19px;
    margin-top: 35px;
  }
}

.story-section .container h3 .kakeru {
  display: inline-block;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  width: 60px;
}

@media screen and (max-width: 900px) {
  .story-section .container h3 .kakeru {
    width: 45px;
  }
}

@media screen and (max-width: 600px) {
  .story-section .container h3 .kakeru {
    width: 35px;
  }
}

.story-section .container h3 .large {
  font-size: 2em;
  display: inline-block;
  margin-top: 10px;
}

.story-section .container .story-section-item {
  margin-top: 60px;
}

@media screen and (max-width: 900px) {
  .story-section .container .story-section-item {
    margin-top: 35px;
  }
}

.story-bottom-section {
  position: relative;
  background-color: #152244;
  padding-bottom: 90px;
}

@media screen and (max-width: 900px) {
  .story-bottom-section {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 900px) {
  .story-bottom-section.story-bottom-section2 {
    padding-bottom: 80px;
  }
}

.story-bottom-section.story-bottom-section2 .container {
  max-width: 1040px;
}

.story-bottom-section.story-bottom-section2 .container .story-bottom-section-item {
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (max-width: 1200px) {
  .story-bottom-section.story-bottom-section2 .container .story-bottom-section-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 900px) {
  .story-bottom-section.story-bottom-section2 .container .story-bottom-section-item {
    position: static;
  }
}

@media screen and (max-width: 900px) {
  .story-bottom-section.story-bottom-section2 .container .story-bottom-section-item .left {
    position: static;
  }
}

.story-bottom-section.story-bottom-section2 .container .story-bottom-section-item .left .h2-story-bottom-section2 {
  padding-top: 0;
  position: absolute;
  right: 5%;
  top: -100px;
}

@media screen and (max-width: 1200px) {
  .story-bottom-section.story-bottom-section2 .container .story-bottom-section-item .left .h2-story-bottom-section2 {
    right: 0%;
  }
}

@media screen and (max-width: 900px) {
  .story-bottom-section.story-bottom-section2 .container .story-bottom-section-item .left .h2-story-bottom-section2 {
    top: 50px;
    right: 7%;
  }
}

.story-bottom-section.story-bottom-section2 .container .story-bottom-section-item .left .h2-story-bottom-section2 span {
  background-color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 900px) {
  .story-bottom-section.story-bottom-section2 .container .story-bottom-section-item .left .text {
    text-align: center;
    margin-top: 40px;
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  .story-bottom-section.story-bottom-section2 .container .story-bottom-section-item .left .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 900px) {
  .story-bottom-section.story-bottom-section3 {
    padding-bottom: 0px;
  }
}

.story-bottom-section .story-bg {
  position: absolute;
  z-index: 1;
  height: 730px;
  object-fit: cover;
  width: 100%;
  top: 0;
  background-image: url(https://endo.itembox.design/item/collab_lp/images/story-bg.jpg);
  background-size: cover;
}

@media screen and (max-width: 900px) {
  .story-bottom-section .story-bg {
    height: 480px;
  }
}

@media screen and (max-width: 600px) {
  .story-bottom-section .story-bg {
    height: 250px;
  }
}

.story-bottom-section .story-bg.story-bottom-section3-story-bg {
  display: none;
}

@media screen and (max-width: 900px) {
  .story-bottom-section .story-bg.story-bottom-section3-story-bg {
    display: block;
    background-image: url(https://endo.itembox.design/item/collab_lp/images/story-bottom-section3.jpg);
    aspect-ratio: 550 / 500;
    height: initial;
  }
}

.story-bottom-section .container {
  position: relative;
  z-index: 3;
  max-width: 800px;
}

.story-bottom-section .container .left {
  position: relative;
  z-index: 11;
}

.story-bottom-section .container h2 {
  text-orientation: upright;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fee191;
  padding-top: 90px;
  font-size: 35px;
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .story-bottom-section .container h2 {
    padding-top: 0;
    transform: translateY(-30px);
    font-size: 28px;
  }
}

@media screen and (max-width: 600px) {
  .story-bottom-section .container h2 {
    font-size: 21px;
  }
}

.story-bottom-section .container h2.h2-story-bottom-section2 {
  margin-left: auto;
}

@media screen and (max-width: 900px) {
  .story-bottom-section .container h2.h2-story-bottom-section3 {
    margin: auto;
  }
}

.story-bottom-section .container h2 span {
  background-color: rgba(255, 255, 255, 0.2);
  line-height: 1.9;
  padding: 10px 5px 15px;
  padding-right: 7px;
}

@media screen and (max-width: 600px) {
  .story-bottom-section .container h2 span {
    line-height: 2.1;
    padding: 5px;
  }
}

.story-bottom-section .container .text {
  color: white;
  font-size: 20px;
  margin-top: 60px;
  line-height: 1.7;
}

@media screen and (max-width: 900px) {
  .story-bottom-section .container .text {
    text-align: center;
    margin-top: 270px;
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  .story-bottom-section .container .text {
    margin-top: 118px;
    font-size: 14px;
  }
}

@media screen and (max-width: 900px) {
  .story-bottom-section .container .text.story-bottom-section3-text {
    text-align: center;
    margin-top: 270px;
    margin-top: 55vw;
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  .story-bottom-section .container .text.story-bottom-section3-text {
    margin-top: 50vw;
    font-size: 14px;
  }
}

@media screen and (max-width: 450px) {
  .story-bottom-section .container .text.story-bottom-section3-text {
    margin-top: 60%;
    margin-top: 50vw;
    font-size: 14px;
  }
}

.story-bottom-section .container .right {
  width: 440px;
  position: absolute;
  top: -60px;
  right: -150px;
}

@media screen and (max-width: 1200px) {
  .story-bottom-section .container .right {
    width: 350px;
    right: 0;
  }
}

@media screen and (max-width: 600px) {
  .story-bottom-section .container .right {
    width: 200px;
  }
}

.story-bottom-section .container .right.right-story-bottom-section3 {
  right: 0;
  top: 160px;
  width: 650px;
}

@media screen and (max-width: 900px) {
  .story-bottom-section .container .right.right-story-bottom-section3 {
    display: none;
  }
}

.purchase-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #152244;
}

@media screen and (max-width: 900px) {
  .purchase-section {
    padding-top: 70px;
    padding-bottom: 0px;
  }
}

.purchase-section .container {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  max-width: 1040px;
}

@media screen and (max-width: 900px) {
  .purchase-section .container {
    padding: 0;
  }
}

.purchase-section .container h2 {
  text-align: center;
  color: white;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 400;
  margin-top: 40px;
}

@media screen and (max-width: 900px) {
  .purchase-section .container h2 {
    margin-top: 30px;
    font-size: 38px;
  }
}

@media screen and (max-width: 600px) {
  .purchase-section .container h2 {
    font-size: 27px;
    line-height: 1.4;
  }
}

.purchase-section .container h2 span {
  font-size: .8em;
}

.purchase-section .container .gentei {
  max-width: 380px;
  margin: auto;
  margin-top: 40px;
}

@media screen and (max-width: 900px) {
  .purchase-section .container .gentei {
    max-width: 300px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 600px) {
  .purchase-section .container .gentei {
    max-width: 220px;
    margin-top: 20px;
  }
}

.purchase-section .container .price-text {
  text-align: center;
  font-size: 57px;
  color: white;
  line-height: 1;
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .purchase-section .container .price-text {
    font-size: 47px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .purchase-section .container .price-text {
    font-size: 37px;
  }
}

.purchase-section .container .price-text span {
  font-size: .45em;
}

.purchase-section .container .btn-wrapper {
  max-width: 500px;
  margin: auto;
  margin-top: 40px;
}

@media screen and (max-width: 900px) {
  .purchase-section .container .btn-wrapper {
    max-width: 350px;
  }
}

@media screen and (max-width: 600px) {
  .purchase-section .container .btn-wrapper {
    max-width: 300px;
  }
}

.purchase-section .container .purchase-section-yellow {
  color: #f6f399;
  border: 1px solid;
  border-radius: 10px;
  font-size: 24px;
  max-width: 880px;
  margin: auto;
  padding: 30px;
  padding-bottom: 45px;
  margin-top: 80px;
}

@media screen and (max-width: 900px) {
  .purchase-section .container .purchase-section-yellow {
    margin-top: 50px;
    padding: 30px 20px;
    font-size: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 600px) {
  .purchase-section .container .purchase-section-yellow {
    font-size: 15px;
    padding: 20px 10px;
  }
}

.purchase-section .container .caution {
  color: white;
  max-width: 880px;
  margin: auto;
  font-size: 20px;
  padding-left: 30px;
  padding-right: 20px;
  line-height: 1.6;
  margin-top: 30px;
  padding-bottom: 90px;
}

@media screen and (max-width: 900px) {
  .purchase-section .container .caution {
    font-size: 16px;
    padding-left: 40px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 600px) {
  .purchase-section .container .caution {
    font-size: 13px;
    padding-left: 30px;
    margin-top: 10px;
  }
}

.purchase-section .container .purchase-detail {
  background-color: #fff;
  padding: 80px 40px;
  max-width: 880px;
  margin: auto;
}

@media screen and (max-width: 900px) {
  .purchase-section .container .purchase-detail {
    padding: 50px 20px;
  }
}

.purchase-section .container .purchase-detail h4 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 900px) {
  .purchase-section .container .purchase-detail h4 {
    font-size: 24px;
    margin-bottom: 35px;
    margin-top: 35px;
  }
}

@media screen and (max-width: 600px) {
  .purchase-section .container .purchase-detail h4 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.purchase-section .container .purchase-detail .purchase-detail-item {
  border-bottom: 2px dotted #000;
  display: flex;
  padding: 15px 20px;
  align-items: flex-start;
}

@media screen and (max-width: 900px) {
  .purchase-section .container .purchase-detail .purchase-detail-item {
    padding: 15px 10px;
  }
}

.purchase-section .container .purchase-detail .purchase-detail-item .left {
  font-size: 18px;
  border-right: 2px solid #000;
  min-width: 180px;
}

@media screen and (max-width: 900px) {
  .purchase-section .container .purchase-detail .purchase-detail-item .left {
    font-size: 16px;
    min-width: 150px;
  }
}

@media screen and (max-width: 600px) {
  .purchase-section .container .purchase-detail .purchase-detail-item .left {
    font-size: 13px;
    min-width: 120px;
  }
}

.purchase-section .container .purchase-detail .purchase-detail-item .right {
  font-size: 18px;
  padding-left: 20px;
}

@media screen and (max-width: 900px) {
  .purchase-section .container .purchase-detail .purchase-detail-item .right {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .purchase-section .container .purchase-detail .purchase-detail-item .right {
    font-size: 13px;
    padding-left: 10px;
  }
}

.profile-section {
  background: linear-gradient(rgba(246, 243, 153, 0.6), white);
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 900px) {
  .profile-section {
    padding-top: 0;
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 600px) {
  .profile-section {
    padding-bottom: 50px;
  }
}

.profile-section .container {
  max-width: 880px;
}

@media screen and (max-width: 900px) {
  .profile-section .container {
    padding: 0;
  }
}

.profile-section .container .profile-item {
  background-color: #f6f399;
  text-align: center;
  padding-top: 50px;
}

@media screen and (max-width: 900px) {
  .profile-section .container .profile-item {
    padding-top: 35px;
  }
}

.profile-section .container .profile-item h2 {
  font-size: 45px;
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .profile-section .container .profile-item h2 {
    font-size: 38px;
  }
}

@media screen and (max-width: 600px) {
  .profile-section .container .profile-item h2 {
    font-size: 29px;
  }
}

.profile-section .container .profile-item .lead {
  font-size: 22px;
  color: #e98e17;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1;
}

@media screen and (max-width: 900px) {
  .profile-section .container .profile-item .lead {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .profile-section .container .profile-item .lead {
    font-size: 15px;
  }
}

.profile-section .container .profile-item .profile-img {
  max-width: 510px;
  margin: auto;
}

.profile-section .container .profile-text {
  text-align: center;
  font-size: 21px;
  margin-top: 40px;
}

@media screen and (max-width: 900px) {
  .profile-section .container .profile-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  .profile-section .container .profile-text {
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.profile-section .container .sns-item {
  margin-top: 65px;
}

@media screen and (max-width: 900px) {
  .profile-section .container .sns-item {
    margin-top: 50px;
  }
}

.sakaba-profile-section {
  background-color: #152244;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 900px) {
  .sakaba-profile-section {
    padding-top: 0;
    padding-bottom: 70px;
  }
}

.sakaba-profile-section .container {
  max-width: 880px;
}

@media screen and (max-width: 900px) {
  .sakaba-profile-section .container {
    padding: 0;
  }
}

.sakaba-profile-section .container .sakaba-profile-item {
  text-align: center;
  background-image: url(https://endo.itembox.design/item/collab_lp/images/sakaba-profile-item.jpg);
  background-size: cover;
  padding-top: 50px;
  aspect-ratio: 840 / 567;
}

@media screen and (max-width: 900px) {
  .sakaba-profile-section .container .sakaba-profile-item {
    padding-top: 2%;
  }
}

.sakaba-profile-section .container .sakaba-profile-item h2 {
  font-size: 45px;
  font-weight: 500;
  color: white;
}

@media screen and (max-width: 900px) {
  .sakaba-profile-section .container .sakaba-profile-item h2 {
    font-size: 38px;
  }
}

@media screen and (max-width: 600px) {
  .sakaba-profile-section .container .sakaba-profile-item h2 {
    font-size: 29px;
  }
}

.sakaba-profile-section .container .sakaba-profile-item .lead {
  font-size: 22px;
  color: #fcee21;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1;
}

@media screen and (max-width: 900px) {
  .sakaba-profile-section .container .sakaba-profile-item .lead {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .sakaba-profile-section .container .sakaba-profile-item .lead {
    font-size: 15px;
  }
}

.sakaba-profile-section .container .sakaba-profile-text {
  margin-top: 65px;
  font-size: 18px;
  line-height: 1.7;
  color: white;
}

@media screen and (max-width: 900px) {
  .sakaba-profile-section .container .sakaba-profile-text {
    font-size: 16px;
    margin-top: 45px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 600px) {
  .sakaba-profile-section .container .sakaba-profile-text {
    font-size: 14px;
    margin-top: 30px;
  }
}

.sakaba-profile-section .container .sakaba-profile-box {
  margin-top: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 55px 50px;
}

@media screen and (max-width: 900px) {
  .sakaba-profile-section .container .sakaba-profile-box {
    margin-top: 40px;
    padding: 45px 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 600px) {
  .sakaba-profile-section .container .sakaba-profile-box {
    margin-top: 30px;
    padding: 30px 20px;
  }
}

.sakaba-profile-section .container .sakaba-profile-box h3 {
  text-align: center;
  font-size: 27px;
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .sakaba-profile-section .container .sakaba-profile-box h3 {
    font-size: 23px;
  }
}

@media screen and (max-width: 600px) {
  .sakaba-profile-section .container .sakaba-profile-box h3 {
    font-size: 18px;
  }
}

.sakaba-profile-section .container .sakaba-profile-box .box-text {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width: 900px) {
  .sakaba-profile-section .container .sakaba-profile-box .box-text {
    font-size: 16px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .sakaba-profile-section .container .sakaba-profile-box .box-text {
    font-size: 14px;
  }
}

.profile-sns-item {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 600px) {
  .profile-sns-item {
    padding-top: 30px;
  }
}

.bottom-human-images {
  background-color: #f2f6f8;
  padding: 50px 0 90px;
}

@media screen and (max-width: 900px) {
  .bottom-human-images {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

.bottom-human-images .container {
  max-width: 750px;
  padding: 0;
}

.bottom-human-images .container h2 {
  max-width: 550px;
  width: 80%;
  margin: auto;
}

.bottom-human-images .container .bottom-human-image {
  margin-top: 40px;
}

@media screen and (max-width: 900px) {
  .bottom-human-images .container .bottom-human-image {
    margin-top: 30px;
  }
}

footer {
  background-color: #152244;
  padding-top: 100px;
  padding-bottom: 170px;
  position: relative;
}

@media screen and (max-width: 900px) {
  footer {
    padding-top: 60px;
  }
}

footer .container h2 {
  color: #fbc73b;
  text-align: center;
  font-size: 40px;
}

@media screen and (max-width: 900px) {
  footer .container h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 600px) {
  footer .container h2 {
    font-size: 25px;
  }
}

footer .container .lead {
  text-align: center;
  font-size: 30px;
  margin-top: 35px;
  margin-bottom: 25px;
  color: white;
}

@media screen and (max-width: 900px) {
  footer .container .lead {
    font-size: 24px;
  }
}

@media screen and (max-width: 900px) {
  footer .container .lead {
    font-size: 19px;
  }
}

footer .container li {
  color: white;
  padding-left: 18px;
  position: relative;
  font-size: 19px;
  line-height: 1.75;
  margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
  footer .container li {
    font-size: 16px;
    padding-left: 16px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  footer .container li {
    font-size: 14px;
    padding-left: 14px;
  }
}

footer .container li span {
  position: absolute;
  left: 0;
}

footer .to-top {
  position: absolute;
  width: 135px;
  right: 5%;
  bottom: 180px;
}

@media screen and (max-width: 1200px) {
  footer .to-top {
    bottom: 80px;
  }
}

@media screen and (max-width: 900px) {
  footer .to-top {
    width: 100px;
    bottom: 60px;
    right: 20px;
  }
}


.hide {
  font-size: 0;
}



.fv_wrap {
  position: relative;
}
.fv_wrap .fv_inner {

}
.fv_wrap .fv_inner .img01 {
  width: 500px;
  position: absolute;
  top: 4.5%;
  left: 50%;
  transform: translateX(-50%);
}
.fv_wrap .fv_inner .img02 {
  width: 280px;
  position: absolute;
  top: 15.5%;
  left: 50%;
  transform: translateX(-50%);
}
.fv_wrap .fv_inner .img03 {
  width: 270px;
  position: absolute;
  top: 60%;
  left: 30%;
  transform: translateX(-50%);
}




/* 初期状態 */
.fade {
  opacity: 0;
  transition: opacity 1.8s ease, transform 1.8s ease;
}

/* 下から */
.fade-up {
  transform: translateY(40px);
}

/* 左から */
.fade-left {
  transform: translateX(-40px);
}

/* 右から */
.fade-right {
  transform: translateX(40px);
}

/* 表示されたとき */
.fade.show {
  opacity: 1;
  transform: translate(0,0);
}
/* 遅延 */
.delay1 { transition-delay: 0.2s; }
.delay2 { transition-delay: 0.4s; }
.delay3 { transition-delay: 0.6s; }
.delay4 { transition-delay: 0.8s; }
