html {
  margin: 0;
  padding: 0;
  height: 100%;
  height: -webkit-fill-available;
  font-size: clamp(0.529vw, 0.6613vw, 1vw);
  word-break: break-word;
  overflow-wrap: break-word;
}

body {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  color: #151f46;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-rendering: optimizeSpeed;
}

@media screen and (min-width: 1513px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.5641vw;
  }
}
@media screen and (orientation: landscape) and (max-height: 500px) {
  html {
    font-size: 10px;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
}

dfn {
  font-style: normal;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  word-break: break-all;
  color: #121212;
  font-weight: bold;
}

summary {
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

fieldset {
  padding: 0;
  border: none;
}
legend {
  padding: 0;
}

/* common style */
.pc-only {
  display: inline-block;
}
.sp-only {
  display: none;
}
.cfx {
  display: flex;
}
main.subPage {
  padding: 8rem 0 12rem;
}
main h2 {
  color: #006dff;
  font-weight: 700;
  font-size: 6.4rem;
}
.common-head {
  padding: 4rem 8rem 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.detail-btn {
  position: relative;
  max-width: 36.8rem;
  margin-top: 8rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
.detail-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
  padding: 2.4rem;
  color: #006dff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  text-aline: center;
  background: #fff;
}
.detail-btn a svg {
  width: 2.4rem;
  height: 2.4rem;
}

@media screen and (min-width: 1513px) {
  main.subPage {
    padding: 80px 0 120px;
  }
  main h2 {
    font-size: 64px;
  }
  .common-head {
    padding: 40px 80px 0;
  }
  .detail-btn {
    max-width: 368px;
    margin-top: 80px;
    border-radius: 16px;
  }
  .detail-btn a {
    gap: 16px;
    padding: 24px;
    font-size: 20px;
  }
  .detail-btn a svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  main.subPage {
    padding: 4rem 2.4rem 6.4rem;
    overflow: hidden;
  }
  main h2 {
    font-size: 2.4rem;
  }
  .common-head {
    padding: 12.4rem 2.4rem 0;
  }
  .detail-btn {
    max-width: 23rem;
    margin-top: 4rem !important;
    border-radius: 1rem;
  }
  .detail-btn a {
    gap: 1.2rem;
    padding: 1.6rem;
    font-size: 1.4rem;
  }
  .detail-btn a svg {
    width: 2rem;
    height: 2rem;
  }
}

@media screen and (orientation: landscape) and (max-height: 500px) {
}

/**  header style  **/
header#header {
  position: fixed;
  top: 4rem;
  left: 50%;
  width: calc(100% - 16rem);
  padding: 1.6rem 4rem;
  border-radius: 9.9rem;
  background-color: white;
  transform: translateX(-50%);
  z-index: 990;
}

header#header .sp-header {
  display: none;
}

header#header .cfx {
  justify-content: space-between;
  align-items: center;
}

header#header .head-logo {
  width: 22.1rem;
  transition: opacity 0.3s;
}
header#header .head-logo:hover {
  opacity: 0.7;
}

header#header .head-logo img {
  width: 100%;
}

header#header .nav-header ul {
  gap: 2.4rem;
}

header#header .nav-header ul {
  gap: 2.4rem;
}

header#header .nav-header a,
header#header .nav-header p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  transition: color 0.3s;
  cursor: pointer;
  color: #121212;
}
header#header .nav-header p {
  margin: 0;
}
header#header .nav-header a:hover {
  color: #006dff;
}
header#header .nav-header .hasChild {
  position: relative;
  transition: transform 0.3s opacity 0.3s;
}

header#header .nav-header .hasChild a,
header#header .nav-header .hasChild p {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

header#header .nav-header .childe-list {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  top: 4rem;
  left: 50%;
  min-width: max-content;
  width: 100%;
  padding: 3.9rem 2.4rem 1.6rem;
  border-radius: 0 0 0.4rem 0.4rem;
  background: #fff;
  transform: translateX(-50%) translateY(-1.6rem);
  transition: transform 0.5s, opacity 0.5s;
}

header#header .nav-header .hasChild:hover .childe-list,
header#header .nav-header .hasChild .childe-list:hover {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

header#header .nav-header .childe-list a {
  position: relative;
  padding-right: 3.6rem;
}

header#header .nav-header .childe-list a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 1.6rem;
  height: 1.6rem;
  transform: translateY(-50%);
  background: url("../images/icon-arrow-nav_child.svg") no-repeat;
  background-size: contain;
}

header#header .cfx .hasChild a img,
header#header .cfx .hasChild p img {
  width: 1.6rem;
  transition: transform 0.3s;
}

header#header .cfx .hasChild:hover a img,
header#header .cfx .hasChild:hover p img {
  transform: rotate(180deg);
}

header#header .entry-btn {
  padding: 0.8rem 4.8rem;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2;
  border-radius: 25px;
  background: #006dff;
  transition: background-color 0.3s;
}

header#header .entry-btn:hover {
  background-color: #121212;
}

@media screen and (min-width: 1513px) {
  header#header {
    top: 40px;
    width: calc(100% - 160px);
    padding: 16px 40px;
    border-radius: 99px;
  }
  header#header .head-logo {
    width: 221px;
  }
  header#header .nav-header ul {
    gap: 24px;
  }
  header#header .nav-header ul {
    gap: 24px;
  }
  header#header .nav-header a,
  header#header .nav-header p {
    font-size: 20px;
  }
  header#header .nav-header .hasChild a,
  header#header .nav-header .hasChild p {
    gap: 4px;
  }
  header#header .nav-header .childe-list {
    gap: 8px;
    top: 40px;
    left: 50%;
    padding: 39px 24px 16px;
    border-radius: 0 0 4px 4px;
    transform: translateX(-50%) translateY(-16px);
  }
  header#header .nav-header .childe-list a,
  header#header .nav-header .childe-list p {
    padding-right: 36px;
  }
  header#header .nav-header .childe-list a::before {
    width: 16px;
    height: 16px;
  }
  header#header .cfx .hasChild a img,
  header#header .cfx .hasChild p img {
    width: 16px;
  }
  header#header .entry-btn {
    padding: 8px 48px;
    font-size: 20px;
    border-radius: 30px;
  }
}

@media screen and (max-width: 768px) {
  header#header {
    width: 100%;
    top: 0;
    left: 0;
    padding: 2rem 1.6rem;
    border-radius: 0;
    transform: none;
  }
  header#header .pc-header {
    display: none;
  }
  header#header .sp-header {
    display: block;
  }
  header#header .sp-header .display-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header#header .sp-header .display-header .head-logo {
    display: block;
    width: 16rem;
  }

  /* バーガーアイコン */
  header#header .sp-header .burger {
    width: 2.2rem;
    height: 1.8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 1001; /* メニューより上に表示 */
  }

  header#header .sp-header .burger.active {
    position: fixed;
    top: 2rem;
    right: 1.6rem;
  }

  header#header .sp-header .burger span {
    display: block;
    height: 0.2rem;
    background: #333;
    border-radius: 0.2rem;
    transition: 0.4s;
    transform-origin: center;
  }

  /* アクティブ時（≡ → ×） */
  header#header .sp-header .burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(0.5rem, 0.5rem);
  }
  header#header .sp-header .burger.active span:nth-child(2) {
    opacity: 0;
  }
  header#header .sp-header .burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(0.6rem, -0.6rem);
  }

  /* オーバーレイ */
  header#header .sp-header .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 1000;
  }
  header#header .sp-header .overlay.active {
    opacity: 1;
    visibility: visible;
  }

  /* メニュー */
  header#header .sp-header .nav-header-sp {
    position: fixed;
    top: 0;
    right: -74.102%;
    width: 74.102%;
    height: 100dvh;
    padding: 6.4rem 4rem;
    text-align: left;
    border-radius: 2.4rem 0 0 2.4rem;
    background: #fff;
    transition: 0.5s;
    z-index: 1000;
    overflow-y: auto;
  }
  header#header .sp-header .nav-header-sp.active {
    right: 0;
  }
  header#header .sp-header .nav-header-sp .nav-inner {
    position: relative;
  }
  header#header .sp-header .nav-header-sp .nav-inner:before {
    position: absolute;
    content: "";
    bottom: -8.2rem;
    right: -4rem;
    width: 21.5rem;
    height: 9.4rem;
    background: url("../images/bg-menu_line.svg") no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
  }
  header#header .sp-header .nav-header-sp ul {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding: 0;
  }
  header#header .sp-header .nav-header-sp p {
    margin: 0;
  }
  header#header .sp-header .nav-header-sp .headItem a,
  header#header .sp-header .nav-header-sp .headItem p {
    color: #151f46;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1;
  }
  header#header .sp-header .nav-header-sp .childe-list {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 0.8rem;
  }
  header#header .sp-header .nav-header-sp .childe-list a {
    position: relative;
    font-weight: 400;
    font-size: 1.4rem;
  }
  header#header .sp-header .nav-header-sp .hasIcon a {
    position: relative;
  }
  header#header .sp-header .nav-header-sp .childe-list a::before,
  header#header .sp-header .nav-header-sp .hasIcon a::before {
    position: absolute;
    content: "";
    top: 50%;
    right: -2.4rem;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url("../images/icon-menu.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  header#header {
    padding: 20px 16px;
  }
  header#header .sp-header .display-header .head-logo {
    width: 160px;
  }
  header#header .sp-header .burger {
    width: 22px;
    height: 18px;
  }
  header#header .sp-header .burger span {
    height: 2px;
    border-radius: 2px;
  }
  header#header .sp-header .burger.active {
    top: 20px;
    right: 16px;
  }
  header#header .sp-header .burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  header#header .sp-header .burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  header#header .sp-header .nav-header-sp {
    padding: 64px 40px;
    border-radius: 24px 0 0 24px;
  }
}

/** footer style **/
footer#footer {
  position: relative;
  padding: 8rem 8rem 4rem;
  background: #00193b;
}
footer#footer:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 14rem;
  width: 19.4rem;
  height: 31.9rem;
  background: url("../images/illust-footerIcon.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

footer#footer .nav-footer ul {
  justify-content: end;
  gap: 2.4rem;
}

footer#footer .nav-footer .footItem {
  max-width: 16.8rem;
  width: 100%;
}

footer#footer .nav-footer a,
footer#footer .nav-footer p {
  color: #fff;
  font-weight: bold;
}

footer#footer .nav-footer .childe-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

footer#footer .nav-footer .childe-list a {
  font-weight: normal;
  font-size: 1.4rem;
}

footer#footer .sns-link {
  display: flex;
  justify-content: end;
  max-width: 144.8rem;
  width: 100%;
  gap: 2.4rem;
  margin-top: 3.2rem;
  padding-right: 12rem;
}

footer#footer .sns-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  max-width: 39.6rem;
  width: 100%;
  padding: 1.6rem 3.5rem;
  border-radius: 0.8rem;
  background: #fff;
}

footer#footer .sns-link a .img-content {
  max-width: 6.4rem;
  width: 100%;
}
footer#footer .sns-link a:last-of-type .img-content {
  max-width: 5.2rem;
  width: 100%;
}

footer#footer .sns-link a .text-content {
  display: block;
  text-align: center;
  font-size: 2.4rem;
}

footer#footer .sns-link a .text-content span.main-txt {
  display: block;
}
footer#footer .sns-link a .text-content span.color-txt {
  position: relative;
  color: #006dff;
  font-size: 1.4rem;
}
footer#footer .sns-link a .text-content span.color-txt::before,
footer#footer .sns-link a .text-content span.color-txt::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -1.5rem;
  width: 1.3rem;
  height: 0.9rem;
  background: url("../images/icon-slash.svg") no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
footer#footer .sns-link a .text-content span.color-txt::after {
  left: auto;
  right: -1.5rem;
  transform: scale(-1, 1) translateY(-50%);
}

footer#footer .copyright {
  margin-top: 2.4rem;
  text-align: center;
}

footer#footer .copyright small {
  color: #fff;
}

@media screen and (min-width: 1513px) {
  footer#footer {
    padding: 80px 80px 40px;
  }
  footer#footer:before {
    bottom: 0;
    left: 140px;
    width: 194px;
    height: 319px;
  }
  footer#footer .nav-footer ul {
    gap: 24px;
  }
  footer#footer .nav-footer .footItem {
    max-width: 168px;
  }
  footer#footer .nav-footer .childe-list {
    gap: 8px;
    margin-top: 16px;
  }
  footer#footer .nav-footer .childe-list a {
    font-size: 14px;
  }
  footer#footer .sns-link {
    gap: 24px;
    margin-top: 32px;
    padding-right: 120px;
  }
  footer#footer .sns-link a {
    gap: 24px;
    max-width: 396px;
    padding: 16px 35px;
    border-radius: 8px;
  }
  footer#footer .sns-link a .img-content {
    max-width: 64px;
  }
  footer#footer .sns-link a:last-of-type .img-content {
    max-width: 52px;
  }
  footer#footer .sns-link a .text-content {
    font-size: 24px;
  }
  footer#footer .sns-link a .text-content span.color-txt {
    font-size: 14px;
  }
  footer#footer .sns-link a .text-content span.color-txt::before,
  footer#footer .sns-link a .text-content span.color-txt::after {
    left: -15px;
    width: 13px;
    height: 9px;
  }
  footer#footer .sns-link a .text-content span.color-txt::after {
    left: auto;
    right: -15px;
    transform: scale(-1, 1) translateY(-50%);
  }
  footer#footer .copyright {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  footer#footer {
    padding: 4rem 4rem 1.6rem;
  }
  footer#footer:before {
    bottom: 28.2rem;
    right: 4.3rem;
    left: auto;
    width: 10.2rem;
    height: 16.9rem;
  }
  footer#footer .nav-footer ul {
    flex-wrap: wrap;
    justify-content: start;
  }
  footer#footer .nav-footer .footItem {
    width: calc(50% - 1.2rem);
  }
  footer#footer .nav-footer a,
  footer#footer .nav-footer p {
    font-size: 1.4rem;
  }
  footer#footer .nav-footer .childe-list {
    gap: 0.4rem;
    margin-top: 0.8rem;
  }
  footer#footer .nav-footer .childe-list a {
    font-size: 1.2rem;
  }
  footer#footer .sns-link {
    flex-direction: column;
    margin-top: 8.7rem;
    padding: 0;
  }
  footer#footer .sns-link a {
    justify-content: center;
    padding: 1.6rem 0;
  }
  footer#footer .sns-link a .img-content {
    max-width: 4.8rem;
  }
  footer#footer .sns-link a .text-content {
    font-size: 2rem;
  }
  footer#footer .sns-link a .text-content span.color-txt {
    font-size: 1.2rem;
  }
  footer#footer .copyright {
    margin-top: 4rem;
    font-size: 1rem;
  }
}

/** top head **/
.top-head {
  position: relative;
  aspect-ratio: 756 / 491;
  max-height: 100dvh;
  width: 100%;
  background-image: url("../images/mv.webp");
  background-size: cover;
  background-position: top;
  overflow: hidden;
}

.top-head .mp4-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 39.682vw;
  height: 38.227vw;
  aspect-ratio: 80 / 77;
}

.top-head h1 {
  position: absolute;
  bottom: 2rem;
  left: 47.5%;
  aspect-ratio: 1367 / 544;
  max-width: 1365px;
  width: 90%;
  color: transparent;
  background: url("../images/kv-top_titleLogo.webp") no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 1;
  transform: translateX(100%);
  transition: transform 0.3s;
}
.top-head.is-active h1 {
  transform: translateX(-50%);
}

@media screen and (min-width: 1500px) and (min-height: 700px) and (max-height: 800px) {
  .top-head h1 {
    max-width: 920px;
  }
}

@media screen and (min-width: 1250px) and (max-width: 1400px) and (min-height: 500px) and (max-height: 600px) {
  .top-head {
    max-height: none;
  }
}

@media screen and (min-width: 1513px) {
  .top-head:after {
    width: 1604px;
    height: 554px;
  }
  .top-head h1 {
    bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .top-head {
    margin-top: 5.6rem;
    aspect-ratio: 26 / 33;
    background-image: url("../images/mv_sp.png");
  }
  .top-head .mp4-wrapper img {
    width: 100%;
    height: 76%;
  }
  .top-head:after {
    width: 39rem;
    height: 22.6rem;
    background: url("../images/kv-top_line_sp.png") no-repeat;
    background-size: cover;
  }
  .top-head h1 {
    aspect-ratio: 35 / 24;
    width: 100%;
    left: 50%;
    bottom: 0;
    background: url("../images/kv-top_titleLogo_sp.png") no-repeat;
    background-size: cover;
  }
}
@media screen and (orientation: landscape) and (max-height: 500px) {
  .top-head {
    height: 100vh;
    aspect-ratio: 756 / 491;
    margin-top: 64px;
    background-image: url("../images/mv.webp");
    background-position: center;
  }
  .top-head .mp4-wrapper img {
    width: 39.682vw;
    height: 38.227vw;
  }
  .top-head h1 {
    width: 65%;
    aspect-ratio: 1367 / 544;
    background-image: url("../images/kv-top_titleLogo.webp");
  }
}

/** sub-head **/
.sub-head {
  position: relative;
  height: 63.6rem;
  background-image: url("../images/kv-sub.png");
}

.sub-head:before,
.sub-head .mp4-wrapper img {
  position: absolute;
  content: "";
  right: 0;
}

.sub-head.story-head:before,
.sub-head.discussion-head:before,
.sub-head.person-page:before,
.sub-head.story-head:after,
.sub-head.discussion-head:after,
.sub-head.person-page:after {
  content: none;
}

.sub-head:before {
  top: 50%;
  width: 64.3rem;
  height: 30rem;
  background: url("../images/bg-sub_bgLine.svg") no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.sub-head .mp4-wrapper img {
  top: 0;
  max-width: 50%;
  width: 43.65vw;
  height: 42.058vw;
}

.sub-head .page-title-wrapper {
  position: absolute;
  top: 50%;
  left: 8rem;
  transform: translateY(-50%);
}
.sub-head h1 {
  color: #fff;
  font-weight: 700;
  font-size: 6.4rem;
}

.sub-head p {
  max-width: 92rem;
  margin-top: 1.6rem;
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2;
}

.sub-head.person-page {
  background-image: url("../images/kv-person01.webp");
  background-position: bottom left;
}
.sub-head.person-page.person02 {
  background-image: url("../images/kv-person02.webp");
}
.sub-head.person-page.person03 {
  background-image: url("../images/kv-person03.webp");
}
.sub-head.person-page.person04 {
  background-image: url("../images/kv-person04.jpg");
}
.sub-head.person-page.person05 {
  background-image: url("../images/kv-person05.jpg");
}

.sub-head.person-page h1 {
  margin-top: 11.3rem;
  margin-left: 55.2rem;
  font-size: 4.8rem;
}
.sub-head.person-page h1 span {
  display: table;
  padding: 0.8rem 1.6rem;
  background: #151f46;
}
.sub-head.person-page h1 span + span {
  margin-top: 0.8rem;
}

.sub-head.person-page p {
  display: table;
  margin-left: 55.2rem;
  padding: 0.2rem 0.5rem;
  color: #151f46;
  background: #fff;
}

.sub-head.person-page.person02 h1,
.sub-head.person-page.person02 p,
.sub-head.person-page.person03 h1,
.sub-head.person-page.person03 p {
  margin-left: 5.6rem;
}

@media screen and (min-width: 1513px) {
  .sub-head {
    height: 636px;
  }
  .sub-head:before {
    width: 643px;
    height: 300px;
  }
  .sub-head .mp4-wrapper img {
    width: 660px;
    height: 636px;
  }
  .sub-head .page-title-wrapper {
    left: 80px;
  }
  .sub-head h1 {
    font-size: 64px;
  }
  .sub-head p {
    max-width: 920px;
    margin-top: 16px;
    font-size: 20px;
  }
  .sub-head.person-page h1 {
    margin-top: 113px;
    margin-left: 635px;
    font-size: 48px;
  }
  .sub-head.person-page h1 span {
    padding: 8px 16px;
  }
  .sub-head.person-page h1 span + span {
    margin-top: 8px;
  }
  .sub-head.person-page p {
    margin-left: 635px;
    padding: 2px 5px;
  }
  .sub-head.person-page.person02 h1,
  .sub-head.person-page.person02 p,
  .sub-head.person-page.person03 h1,
  .sub-head.person-page.person03 p {
    margin-left: 56px;
  }
}

@media screen and (max-width: 768px) {
  .sub-head {
    height: 51.8rem;
    background-image: url("../images/kv-sub_sp.png");
  }
  .sub-head:before {
    top: auto;
    bottom: 19rem;
    right: 2.4rem;
    width: 21.9rem;
    height: 5.6rem;
    background-size: cover;
    transform: none;
  }
  .sub-head .mp4-wrapper img {
    top: auto;
    bottom: -6rem;
    max-width: none;
    width: 100%;
    height: 37.5rem;
  }
  .sub-head .page-title-wrapper {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  .sub-head h1 {
    margin: 0;
    font-size: 2.4rem;
  }
  .sub-head p {
    margin-top: 1.2rem;
    font-size: 1.4rem;
  }
  .sub-head p br {
    display: none;
  }
  .sub-head.person-page {
    aspect-ratio: 390 / 518;
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: auto;
    padding: 0;
    text-align: right;
    background-image: url("../images/kv-person01_sp.png");
    background-position: center bottom -1.9rem;
  }
  .sub-head.person-page.person02 {
    text-align: left;
    background-image: url("../images/kv-person02_sp.png");
  }
  .sub-head.person-page.person03 {
    text-align: left;
    background-image: url("../images/kv-person03_sp.png");
  }
  .sub-head.person-page.person04 {
    background-image: url("../images/kv-person04_sp.jpg");
  }
  .sub-head.person-page.person05 {
    text-align: left;
    background-image: url("../images/kv-person05_sp.jpg");
  }
  .sub-head.person-page h1 {
    width: auto;
    margin: 0 2.4rem 0;
    font-size: 2rem;
  }
  .sub-head.person-page p {
    width: fit-content;
    margin: 1rem auto 5.2rem 2.4rem !important;
    font-size: 1.4rem;
  }

  .sub-head.person-page.person02 h1 {
    margin-left: 2.4rem;
  }
  .sub-head.person-page.person02 > p {
    margin: 1rem auto 5.2rem 2.4rem !important;
  }
  .sub-head.person-page.person03 h1 {
    margin-left: 2.4rem;
  }
  .sub-head.person-page.person03 > p {
    margin: 1rem auto 5.2rem 2.4rem !important;
  }
  .sub-head.person-page.person05 h1 {
    margin-left: 2.4rem;
  }
  .sub-head.person-page.person05 > p {
    margin: 1rem auto 5.2rem 2.4rem !important;
  }
}

@media screen and (orientation: landscape) and (max-height: 500px) {
  .sub-head .mp4-wrapper img {
    max-width: 50%;
  }
  .sub-head.person-page {
    aspect-ratio: auto;
    height: 51.8rem;
    background-image: url("../images/kv-person01.webp");
    background-position: bottom left;
  }
  .sub-head.person-page.person02 {
    background-image: url("../images/kv-person02.webp");
    background-position: left 65% center;
  }
  .sub-head.person-page.person03 {
    background-image: url("../images/kv-person03.webp");
    background-position: left 65% center;
  }
  .sub-head.person-page.person04 {
    background-image: url("../images/kv-person04.jpg");
  }
  .sub-head.person-page.person05 {
    background-image: url("../images/kv-person05.jpg");
  }
  .sub-head.person-page h1 {
    margin: 0 2.4rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: self-end;
  }
  .sub-head.person-page.person02 h1,
  .sub-head.person-page.person03 h1 {
    align-items: self-start;
  }
  .sub-head.person-page.person02 h1,
  .sub-head.person-page.person02 p,
  .sub-head.person-page.person03 h1,
  .sub-head.person-page.person03 p {
    margin-left: 2.4rem !important;
  }
  .sub-head.person-page.person05 h1,
  .sub-head.person-page.person05 p {
    display: flex;
    flex-direction: column;
    align-items: self-end;
    margin: 1rem 2.4rem 1rem auto !important;
    text-align: right;
  }
}

/** story/discussion-head **/
.story-head {
  background: url("../images/kv-projectstory.jpg") no-repeat;
  background-size: cover;
}
.discussion-head {
  background: url("../images/kv-discussion.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.story-head .page-title-wrapper,
.discussion-head .page-title-wrapper {
  position: static;
  transform: none;
}
.story-head h1,
.discussion-head h1 {
  position: absolute;
  bottom: 9rem;
  width: 60%;
  margin: 0;
  font-weight: 700;
  font-size: 4.8rem;
}
.discussion-head h1 {
  width: 50%;
}

.story-head h1 span,
.discussion-head h1 span {
  display: inline-block;
  padding: 0.8rem 1.6rem;
  background: #fac000;
}

.discussion-head h1 span {
  background-color: #fa4700;
}

.story-head h1 span + span,
.discussion-head h1 span + span {
  margin-top: 0.8rem;
}

.story-head h1 span:first-of-type,
.discussion-head h1 span:first-of-type {
  font-size: 2.8rem;
}

@media screen and (min-width: 1513px) {
  .story-head h1,
  .discussion-head h1 {
    width: 50%;
    bottom: 90px;
    font-size: 48px;
  }
  .discussion-head h1 {
    width: 40%;
  }
  .story-head h1 span,
  .discussion-head h1 span {
    padding: 8px 16px;
  }
  .story-head h1 span + span,
  .discussion-head h1 span + span {
    margin-top: 8px;
  }
  .story-head h1 span:first-of-type,
  .discussion-head h1 span:first-of-type {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .story-head,
  .discussion-head {
    aspect-ratio: 65 / 40;
    height: auto;
    margin-top: 3rem;
    padding: 0;
    background-position: center;
    overflow: hidden;
  }
  .story-head h1,
  .discussion-head h1 {
    bottom: 1.6rem;
    left: 1.6rem;
    width: 87%;
    font-size: 2rem;
  }
  .story-head h1 span,
  .discussion-head h1 span {
    padding: 0.6rem 0.8rem;
  }
  .story-head h1 span:first-of-type,
  .discussion-head h1 span:first-of-type {
    font-size: 1.4rem;
  }
}

@media screen and (orientation: landscape) and (max-height: 500px) {
  .story-head h1,
  .discussion-head h1 {
    width: 48%;
  }
}


.btn-bagetop {
  position: fixed;
  z-index: 9999;
  right: 45px;
  bottom: 115px;
  text-indent: -9999px;
  width: 52px;
  height: 52px;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #555;
  display: none;
  color: transparent;
}

.btn-bagetop::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg) translate(-50%,-50%);
  transform-origin: center center;
  position: absolute;
  top: 45%;
  left: 53%;
}

.btn-bagetop:hover {
  background: #999;
  bottom: 115px;
  border-color: #999;
  transition: 0.5s;
}

.fixed-entry-btn {
  position: fixed;
  z-index: 9999;
  right: 15px;
  bottom: 15px;
  width: 129px;
  height: 99px;
}

.fixed-entry-btn img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .fixed-entry-btn {
    display: none;
  }
}

@media print, screen and (min-width: 600px) {
  .btn-bagetop {
    width: 65px;
    height: 65px;
  }
}

@media print, screen and (min-width: 1000px) {
  .btn-bagetop {
    right: 20px;
    bottom: 20px;
  }
}
