html {
    margin-top: 0px !important;
}

.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

.owl-nav.disabled {
    display: none;
}

img {
    object-fit: cover;
	display:block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html, body,  ul, ol, li,  h1, h2, h3, h4, h5, h6, p, div {
	margin: 0;
    padding: 0;
    font-weight:400;
    list-style:none;
}

::-webkit-scrollbar{
	width: 10px;
}

::-webkit-scrollbar-track{
	border-radius: 4px;
    background: #314789;
	border-left: solid 0px #8fbc92;
}

::-webkit-scrollbar-thumb{
	background: #fff;
	border-radius: 4px;
	box-shadow: inset 0 0 0 1px #fff;
}

input, textarea, select {
    font-family: inherit;
    font-size: 100%;
        font-size: 1.2rem;
    font-family: 'Noto Sans JP', sans-serif;
}


/*
 font-family: "Roboto", sans-serif;
 font-family: "Noto Sans JP", sans-serif;
font-family: "Noto Serif JP", serif;
Copperplate Light
font-family: "copperplate", serif;
font-weight: 300;
font-style: normal;
Copperplate Bold
font-family: "copperplate", serif;
font-weight: 700;
font-style: normal;
Copperplate Cond Light
font-family: "copperplate-condensed", serif;
font-weight: 300;
font-style: normal;
Copperplate Cond Bold
font-family: "copperplate-condensed", serif;
font-weight: 700;
font-style: normal;
*/







@media screen and (min-width: 970px){


.checkboxItem {
        display: flex;
        align-items: center;
        column-gap: 1rem;
        width: fit-content;
        line-height: 1;
        cursor: pointer;
}.checkboxItem:not(:last-of-type) {
  margin-bottom: 16px;
}.checkbox {
  appearance: none;
  position: relative;
  width: 2rem;
  height: 2rem;
  border: 1px solid #314789;
  border-radius: 2px;
  cursor: pointer;
}.checkbox:checked::after {
  content: "";
  position: absolute;
        top: 0.4rem;
        left: 0.4rem;
        width: 1rem;
        height: 0.5rem;
  border-bottom: 2px solid #314789;
  border-left: 2px solid #314789;
  transform: rotate(-45deg);
}


.text_efect {
  display: inline-block;
  transform: translateY(2rem);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  will-change: transform, opacity;
}
.text_efect.is-visible {
  transform: translateY(0);
  opacity: 1;
}.text_efect:nth-of-type(1) {
  transition-delay: 0.1s;
}
.text_efect:nth-of-type(2) {
  transition-delay: 0.4s;
}
.white {
  z-index: 10;
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
}

.white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  z-index: -1;
  transition: width 0.6s ease;
}

.white.is-visible::before {
  width: 0%;
}



:root {
  font-size: 1vw;
}


body {
    color: #212121;
    background: #fff;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1.4rem;
    line-height: 1.4;
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-position: center;
    background-attachment: fixed;
}


header {
    position: absolute;
    z-index: 100;
    padding: 2rem 5rem;
}div#header_logo {
    width: 12rem;
}div#scroll {
    overflow: hidden;
    position: absolute;
    z-index: 100;
    right: 2rem;
    bottom: 2rem;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
}

span.scroll {
    width: 1px;
    height: 5rem;
    background: rgba(255, 255, 255, 0.44);
    display: block;
    margin-bottom: 1rem;
    margin-left: 2.5rem;
    position: relative;
}

span.scroll::before {
    content: "";
    height: 0.5rem;
    width: 0.5rem;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    animation: scrollBall 2s ease-in-out infinite;
}

@keyframes scrollBall {
    0% {
        top: 0;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        top: 4.5rem;
        opacity: 0;
    }
}

div#opening {
        width: 100%;
      height: 100vh;
      position: relative;
      overflow: hidden;
      background: #fff;
}.opening_bg {
	z-index:99;
  width: 200rem;
  height: 200rem;
        background: #314789;
  position: absolute;
  top: 0;
  right: -200vw;
  transform: rotate(-60deg) scale(1);
  animation: slideBg 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  will-change: top, right, transform;
}

@keyframes slideBg {
  0% {
    right: -200rem;
    top: 0;
    transform: rotate(-60deg) scale(1);
  }
  100% {
    right: 60rem;
    top: -80rem;
  }
}

#opening_h2 {
        z-index: 99;
        font-family: "Bebas Neue", sans-serif;
        position: absolute;
        top: 17vh;
        left: 5rem;
        transform: translate(0%, 0%);
        font-size: 11.5rem;
        padding-right: 50rem;
        color: #fff;
        line-height: 0.8;
}
#opening_h2 span {
        opacity: 0;
        animation: fadeInText .5s ease-out 3s forwards;
        transform: translateY(40px);
        display: block;
}

#opening_h2 span:nth-child(1) { animation-delay: 1.5s;width: 24rem; }
#opening_h2 span:nth-child(2) { animation-delay: 1.7s;margin: 1rem 0; }
#opening_h2 span:nth-child(3) { animation-delay: 1.9s;width: 28rem; }
@keyframes fadeInText {
      to {
        transform: translateY(0px);
        opacity: 1;
      }
}

.top_message {
		z-index: 99;
        opacity: 0;
        animation: fadeInText .8s ease-out 1s forwards;
        position: absolute;
        width: 50rem;
        left: 4rem;
        top: 46vh;
}

@media screen and (max-height: 700px) {
#opening_h2 {
        padding-right: 60rem;
		font-size: 10rem;
}
.top_message {
		z-index: 99;
        opacity: 0;
        animation: fadeInText .8s ease-out 1s forwards;
        position: absolute;
        width: 40rem;
        left: 4rem;
        top: 56vh;
}
  .title {
    font-size: 8rem;
  }
}


.title {
		z-index: 99;
        display: flex;
        overflow: hidden;
        position: absolute;
        font-size: 1.4rem;
        justify-content: flex-start;
        font-weight: bolder;
        text-align: left;
        bottom: 5vh;
        left: 5rem;
        color: #fff;
}.title span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}.title.visible span {
  animation: fadeUp 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

/* 各文字に遅延を与える */
.title span:nth-child(1) { animation-delay: 0.0s; }
.title span:nth-child(2) { animation-delay: 0.05s; }
.title span:nth-child(3) { animation-delay: 0.10s; }
.title span:nth-child(4) { animation-delay: 0.15s; }
.title span:nth-child(5) { animation-delay: 0.20s; }
.title span:nth-child(6) { animation-delay: 0.25s; }
.title span:nth-child(7) { animation-delay: 0.30s; }
.title span:nth-child(8) { animation-delay: 0.35s; }
.title span:nth-child(9) { animation-delay: 0.40s; }
.title span:nth-child(10){ animation-delay: 0.45s; }
.title span:nth-child(11){ animation-delay: 0.50s; }




.bxslider {
  opacity: 0;
}.bxslider img {
    object-fit: cover;
	margin-left: 16vw;
    animation: scaleAndSlide 1.5s ease-out forwards;
    width: 100%;
    height: 100vh;
}@keyframes scaleAndSlide {
    0% {
		transform: scale(1.2) translateX(0vw);
    }
    100% {
        transform: scale(1.0) translateX(5vw);
    }
}

div#top_content {
        padding: 16rem 0rem;
        background: #314789;
}h2.top_content_h2 small {
		font-family: "Bebas Neue", sans-serif;
        display: block;
        font-weight: 500;
        opacity: 0.4;
        letter-spacing: 0.1rem;
        width: 36rem;
        margin: 0 auto 1rem;
}h2.top_content_h2 {
        margin: 0 10rem;
        font-size: 4rem;
        color: #fff;
        font-weight: bold;
        text-align: center;
}


div#need_space {
		padding: 12rem 0;
}div#need {
        width: 100%;
        overflow: hidden;
        background: #fff;
}div#need p {
    text-align: center;
    color: #314789;
    font-weight: bold;
    font-size: 3.4rem;
}ul.top_content_ul {
		margin: 0rem 0rem 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8rem 6rem 0;
        position: relative;
        z-index: 1;
}ul.top_content_ul li {
        width: 28rem;
        height: 42rem;
        border-radius: 1rem;
        overflow: hidden;
}ul.top_content_ul li img {
    width: 100%;
    height: 42rem;
    object-fit: cover;
}ul.top_content_ul li:nth-child(1) {
    margin-top: 0rem;
}ul.top_content_ul li:nth-child(2) {
    margin-top: 5rem;
}ul.top_content_ul li:nth-child(3) {
    margin-top: 10rem;
}.moving-img {
  display: block;
  transition: transform 0.1s ease-out;
  will-change: transform;
}


ul.need_ul {
    margin: 8rem;
}ul.need_ul li {
		font-weight: 500;
        color: #ffffff;
        position: relative;
        padding: 3rem 3rem 4rem 17rem;
        line-height: 1.35;
        margin-bottom: 3rem;
        background: #314789;
}span.nomber {
        font-family: "Bebas Neue", sans-serif;
        display: block;
        font-size: 14rem;
        position: absolute;
        left: 3rem;
        top: 0.5rem;
}h2.need_ul_h2 {
    font-weight: bold;
    font-size: 6rem;
}p.need_ul_p {
    font-size: 2.8rem;
    font-weight: bold;
}
#marquee {
        overflow: hidden;
        white-space: nowrap;
        font-weight: bold;
        position: absolute;
        width: 100%;
        margin-top: 0rem;
}#marquee p {
        font-size: 8rem;
        color: rgb(255 255 255 / 12%);
        display: inline-block;
        margin-right: 2rem;
        padding: 0;
        animation: marquee 0.1s linear infinite;
        font-weight: 600;
        font-family: "copperplate-condensed", serif;
}@keyframes marquee {
      0% { transform: translateX(0%); }
      100% { transform: translateX(-100%); }
}

.fellows {
        padding: 36rem 0;
        position: relative;
        overflow: hidden;
}h2.fellows_h2 {
        font-size: 6rem;
        font-weight: bold;
        text-align: center;
        color: #314789;
        position: relative;
        z-index: 2;
}p.fellows_p {
		z-index: 2;
        margin: 4rem 0;
        text-align: center;
        font-size: 3rem;
        font-weight: bold;
        color: #314789;
        position: relative;
}.fellows span {
    transition: transform 0.2s ease-out;
    border-radius: 1rem;
    overflow: hidden;
}
span.fellows_img1 {
        width: 30rem;
        position: absolute;
        top: -4rem;
        left: 10rem;
}span.fellows_img2 {
        width: 36rem;
        position: absolute;
        top: -4rem;
        right: 4rem;
}span.fellows_img3 {
        width: 20rem;
        position: absolute;
        left: 4rem;
        top: 34rem;
}span.fellows_img4 {
        width: 20rem;
        position: absolute;
        right: 10rem;
        top: 40rem;
}span.fellows_img5 {
        width: 20rem;
        position: absolute;
        left: 34rem;
        margin-top: -18rem;
}

.fellows_footer {
        background: #314789;
        margin: 10rem 0 0;
        position: relative;
        padding: 10rem 0;
}p.fellows_footer_p {
        text-align: center;
        position: relative;
        font-size: 2rem;
        color: #fff;
        font-weight: bold;
        line-height: 1.8;
        letter-spacing: 0.2rem;
}span.fellows_footer_span {
        font-family: "Bebas Neue", sans-serif;
        font-size: 8rem;
        font-weight: 500;
        display: block;
        width: 78rem;
        margin: 1rem auto 4rem;
}

ul.fellows_ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 10rem;
    color: #fff;
}ul.fellows_ul li {
        padding: 2rem;
        border: solid 1px rgb(255 255 255 / 30%);
        border-radius: 1rem;
        width: 25rem;
        height: 40rem;
}h2.fellows_ul_h2 {
    font-weight: bold;
    text-align: center;
    font-size: 4rem;
    letter-spacing: 0.2rem;
    text-indent: 0.2rem;
}h3.fellows_ul_h3 {
    text-align: center;
    margin: 2rem 0;
    background: #fff;
    padding: 1rem;
    font-weight: bold;
    color: #314789;
    font-size: 2rem;
    letter-spacing: 0.2rem;
    text-indent: 0.3rem;
}span.fellows_ul_span {
		display: block;
        font-size: 1.4rem;
        position: relative;
        padding-left: 2rem;
        line-height: 1.4;
        margin: 0.5rem 0;
}span.big_span {
    display: block;
    font-size: 4rem;
    margin-bottom: 3rem;
}span.fellows_ul_span:before {
		content: "\0030fb";
        position: absolute;
        left: 0rem;
}.fellows_ul_icon {
    width: 8rem;
    margin: 2rem auto;
}span.gain {
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.4rem;
    color: #ffff00;
    letter-spacing: 0.1rem;
    display: block;
    text-align: center;
}

h2.eligibility_h2 {
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
}
div#eligibility {
    padding: 0rem 0;
}h2.eligibility_h2 {
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    display: table;
    margin: 0 auto;
    padding: 0.5rem 20rem;
    background: #212121;
    color: #fff;
}

p.eligibility_p {
        margin: 6rem 0 4rem;
        text-align: center;
        font-size: 4rem;
        font-weight: bold;
}ul.eligibility_ul {
    display: flex;
    justify-content: center;
    align-items: center;
}ul.eligibility_ul li {
    font-weight: bold;
    font-size: 1.8rem;
    margin: 0 1rem;
    padding: 0.5rem 4rem;
    border-radius: 10rem;
    border: solid;
}ul.eligibility_ul li:before {
    content: "\0023";
    margin-right:0.5rem;
}a.entry_bt {
    display: table;
    text-align: center;
    margin: 6rem auto 0;
    padding: 2rem 18rem;
    border-radius: 10rem;
    background: #db0000;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    position: relative;
}.entry_bt:after {
        content: "\002192";
        font-weight: 100;
        position: absolute;
        right: 4rem;
}ul.produce {
        margin: 20rem 10rem 6rem;
}ul.produce li {
}
p.produce_p {
        font-size: 6rem;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 4rem;
        margin-left: 4rem;
}span.produce_title {
        font-family: "Bebas Neue", sans-serif;
        font-weight: 500;
        width: 22rem;
        display: inline-block;
}p.produce_p small {
		font-size: 2rem;
        display: block;
        padding-left: 0.5rem;
}p.produce_text {
        line-height: 2;
        margin: 4rem 8rem;
        font-weight: 500;
        font-size: 1.4rem;
}

ul.president_ul {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0 8rem 10rem 8rem;
}ul.president_ul li:first-child {
        width: 34rem;
        height: 40rem;
}ul.president_ul li:last-child {
		width: 40rem;
        line-height: 2;
        font-weight: 500;
        font-size: 1.4rem;
}p.president {
        margin-top: 4rem;
        text-align: right;
        font-weight: 500;
}.president_img img {
    width: 100%;
    height: 40rem;
    object-fit: cover;
}div#youtube {
    text-align: center;
    padding: 6rem 0;
    background: #314789;
}div#youtube iframe {
    width: 70rem;
    height: 40rem;
}p.president small {
    margin-right: 1rem;
}

ul.achievements {
        padding: 4rem 6rem;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
}ul.achievements li {
        border-radius: 1rem;
        width: 28rem;
}h3.achievements_h3 {
        font-weight: bold;
        font-size: 2.6rem;
        text-align: center;
        background: #f1f1f1;
        padding: 1rem 0;
}p.achievements_p {
        text-align: center;
    font-weight: 500;
    margin: 2rem 0;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.4rem;
    position: relative;
}.revenue {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 2rem 0rem;
        line-height: 1.2;
}p.revenue_left {
        font-weight: 500;
        font-size: 1.4rem;
        font-family: "Bebas Neue", sans-serif;
        position: relative;
        margin-right: 4rem;
}p.revenue_left small {
		padding-left:0.7rem;
        display: block;
        font-size: 1.4rem;
}p.revenue_right {
        font-weight: 500;
        font-size: 1.4rem;
        font-family: "Bebas Neue", sans-serif;
}p.revenue_right small {
		padding-left:0.7rem;
        display: block;
        font-size: 1.4rem;
}.revenue span {
    font-size: 7rem;
    margin-right:0.5rem;
}p.revenue_left:after {
        content: "\0025b6";
        margin: 0 1rem;
        font-size: 1.6rem;
        position: absolute;
        top: 3.5rem;
}ul#slide {
    padding: 0 0 2rem;
}ul#slide li {
    padding: 0 1rem;
}.slide_img {
        width: 100%;
        height: 30rem;
        overflow: hidden;
        border-radius: 1rem;
}.slide_img img {
        width: 100%;
        height: 30rem;
        object-fit: cover;
}p.slide_p {
    margin: 1rem 0;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
}h2.achievements_h2 {
    margin: 10rem 10rem 4rem;
    text-align: center;
    font-weight: bold;
    font-size: 4rem;
}



div#pyramid {
    margin: 20rem 10rem;
}h2.pyramid_h2 {
    text-align: center;
    font-weight: bold;
    font-size: 4rem;
}h2.pyramid_h2 small {
    display: block;
    font-size: 2rem;
}.pyramid_img {
        margin: 6rem 0;
}span.pyramid_logo_span {
    width: 18rem;
    display: inline-block;
    margin-right: 0.2rem;
}p.pyramid_p {
    line-height: 1.8;
}


div#lineup {
    padding: 0rem 0 10rem;
}h2.lineup_h2 {
	margin-bottom:6rem;
    text-align: center;
    font-weight: bold;
    font-size: 4rem;
    line-height: 1.2;
}h2.lineup_h2 small {
        font-family: "Bebas Neue", sans-serif;
        font-weight: 500;
        display: block;
        font-size: 2.4rem;
        width: 24rem;
        margin: 0 auto 1rem;
}ul.lineup {
        margin: 0rem 8rem 0;
        position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}.lineup_text {
    position: relative;
    padding: 3rem;
    color: #fff;
}ul.lineup li {
        position: relative;
        overflow: hidden;
        background: #314789;
        width: 42rem;
        height: 44rem;
}h3.lineup_h3 {
        font-family: "Bebas Neue", sans-serif;
        font-weight: bold;
        font-size: 2.4rem;
}.lineup_img {
    width: 100%;
    height: 24rem;
    overflow: hidden;
}.lineup_img img {
    width: 100%;
    height: 24rem;
    object-fit: cover;
}p.lineup_p {
    font-weight: 500;
    margin: 2rem 0;
}li.dark {
    background: #283b75 !important;
}

.message {
        text-align: center;
        position: relative;
        height: 54rem;
        overflow: hidden;
        background: #000;
        margin-top: 10rem;
}.ship_image {
    width: 100%;
    height: 54rem;
    opacity: 0.7;
    position: absolute;
    top: 0;
}.ship_image img {
    width: 100%;
    height: 54rem;
    object-fit: cover;
}p.main_message {
		font-size: 2.8rem;
        color: #ffffff;
        line-height: 1.8;
        font-family: "Noto Serif JP", serif;
        padding-top: 20rem;
        letter-spacing: 0.2rem;
        text-shadow: 0 0 20px #000;
        font-weight: 500;
}
div#step {
    text-align: center;
    padding: 6rem 0;
    background: #314789;
}h2.step_h2 {
    font-weight: bold;
    font-size: 4rem;
    color: #fff;
    letter-spacing: 0.2rem;
}ul.step_ul {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin: 4rem 8rem 0;
}ul.step_ul li {
        border: solid 1px rgb(255 255 255 / 45%);
        border-radius: 1rem;
        padding: 3rem;
        color: #fff;
        position: relative;
        width: 27rem;
}span.step_num {
        font-family: "Bebas Neue", sans-serif;
        font-size: 7rem;
        line-height: 1;
        margin-bottom: 1rem;
        display: block;
}span.step_num small {
        font-size: 2.8rem;
        display: block;
}p.step_p {
    font-size: 1.8rem;
    font-weight: bold;
}footer {
    margin: 14rem 0 0;
    padding: 2rem 8rem;
    border-top: 1px solid #dedede;
}ul.footer_ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-family: "Bebas Neue", sans-serif;
}

div#contact {
    margin: 16rem 8rem;
    padding: 6rem;
    border: solid 10px #f1f1f1;
}h2.contact_h2 {
    font-weight: bold;
    font-size: 2.4rem;
}ul.contact_ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
    margin: 2rem 0;
}p.contact_ul_title {
        font-size: 1.2rem;
    width: 22rem;
    position: relative;
    font-weight: bold;
}p.text_input {
    width: 44rem;
}span.required_span {
    color: #fff;
    font-weight: 500;
    background: #314789;
    border-radius: 10rem;
    padding: 0.1rem 1rem;
    font-size: 1rem;
    margin-right: 1rem;
}span.required_span.--other_span {
    background: #939393;
}input.text {
    background: #f4f4f4;
    border: none;
    padding: 1.4rem;
    width: 100%;
}textarea.textarea {
    background: #f4f4f4;
    border: none;
    padding: 1.4rem;
    width: 100%;
    height: 20rem;
}input.submit {
    display: block;
    border-radius: 10rem;
    border: none;
    font-weight: bold;
    font-size: 1.4rem;
    width: 30rem;
    padding: 1rem 0;
    margin: 8rem auto 0;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    cursor: pointer;
    background: #314789;
    color: #fff;
    letter-spacing: 0.2rem;
}




}






@media screen and (max-width: 969px){



.checkboxItem {
        display: flex;
        align-items: center;
        column-gap: 1rem;
        width: fit-content;
        line-height: 1;
        cursor: pointer;
}.checkboxItem:not(:last-of-type) {
  margin-bottom: 16px;
}.checkbox {
  appearance: none;
  position: relative;
  width: 2rem;
  height: 2rem;
  border: 1px solid #314789;
  border-radius: 2px;
  cursor: pointer;
}.checkbox:checked::after {
		content: "";
        position: absolute;
        top: 0.5rem;
        left: 0.45rem;
        width: 1rem;
        height: 0.5rem;
        border-bottom: 2px solid #314789;
        border-left: 2px solid #314789;
        transform: rotate(-45deg);
}

br.sp_none {
    display: none;
}


.text_efect {
  transform: translateY(2rem);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  will-change: transform, opacity;
}
.text_efect.is-visible {
  transform: translateY(0);
  opacity: 1;
}.text_efect:nth-of-type(1) {
  transition-delay: 0.1s;
}
.text_efect:nth-of-type(2) {
  transition-delay: 0.4s;
}
.white {
  z-index: 10;
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
}

.white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  z-index: -1;
  transition: width 0.6s ease;
}

.white.is-visible::before {
  width: 0%;
}



:root {
  font-size: 3.24vw;
}


body {
    color: #212121;
    background: #fff;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1.2rem;
    line-height: 1.4;
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-position: center;
    background-attachment: fixed;
}


header {
        position: absolute;
        z-index: 100;
        padding: 1rem 2rem
}div#header_logo {
        width: 8rem;
}div#scroll {
    overflow: hidden;
    position: absolute;
    z-index: 100;
    right: 2rem;
    bottom: 2rem;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
}

span.scroll {
    width: 1px;
    height: 5rem;
    background: rgba(255, 255, 255, 0.44);
    display: block;
    margin-bottom: 1rem;
    margin-left: 2.7rem;
    position: relative;
}

span.scroll::before {
    content: "";
    height: 0.5rem;
    width: 0.5rem;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    animation: scrollBall 2s ease-in-out infinite;
}

@keyframes scrollBall {
    0% {
        top: 0;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        top: 4.5rem;
        opacity: 0;
    }
}

div#opening {
        width: 100%;
      height: 100vh;
      position: relative;
      overflow: hidden;
      background: #fff;
}.opening_bg {
	z-index:99;
  width: 110rem;
  height: 120rem;
        background: #314789;
  position: absolute;
  top: 0;
  right: -120vw;
  transform: rotate(-60deg) scale(1);
  animation: slideBg 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  will-change: top, right, transform;
}

@keyframes slideBg {
  0% {
    right: -120rem;
    top: 0;
    transform: rotate(-60deg) scale(1);
  }
  100% {
    right: 10rem;
    top: -80rem;
  }
}

#opening_h2 {
        z-index: 99;
        font-family: "Bebas Neue", sans-serif;
        position: absolute;
        top: 17vh;
        left: 2rem;
        transform: translate(0%, 0%);
        font-size: 11.5rem;
        padding-right: 50rem;
        color: #fff;
        line-height: 0.8;
}
#opening_h2 span {
        opacity: 0;
        animation: fadeInText .5s ease-out 3s forwards;
        transform: translateY(40px);
        display: block;
}

#opening_h2 span:nth-child(1) { animation-delay: 1.5s;width: 10rem; }
#opening_h2 span:nth-child(2) { animation-delay: 1.7s;margin: 1rem 0; width: 19rem; }
#opening_h2 span:nth-child(3) { animation-delay: 1.9s;width: 12rem; }
@keyframes fadeInText {
      to {
        transform: translateY(0px);
        opacity: 1;
      }
}

.top_message {
        z-index: 99;
        opacity: 0;
        animation: fadeInText .8s ease-out 1s forwards;
        position: absolute;
        width: 28rem;
        left: 1rem;
        top: 36vh;
}


.title {
		z-index: 99;
        display: flex;
        position: absolute;
        font-size: 1.4rem;
        justify-content: flex-start;
        font-weight: bolder;
        text-align: left;
        top: 58vh;
        left: 2rem;
        color: #fff;
        text-shadow: 0 0 30px rgb(0 0 0 / 45%);
}
.title span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}.title.visible span {
  animation: fadeUp 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

/* 各文字に遅延を与える */
.title span:nth-child(1) { animation-delay: 0.0s; }
.title span:nth-child(2) { animation-delay: 0.05s; }
.title span:nth-child(3) { animation-delay: 0.10s; }
.title span:nth-child(4) { animation-delay: 0.15s; }
.title span:nth-child(5) { animation-delay: 0.20s; }
.title span:nth-child(6) { animation-delay: 0.25s; }
.title span:nth-child(7) { animation-delay: 0.30s; }
.title span:nth-child(8) { animation-delay: 0.35s; }
.title span:nth-child(9) { animation-delay: 0.40s; }
.title span:nth-child(10){ animation-delay: 0.45s; }
.title span:nth-child(11){ animation-delay: 0.50s; }




.bxslider {
  opacity: 0;
}.bxslider img {
    object-fit: cover;
	margin-left: -5vw;
    animation: scaleAndSlide 1.5s ease-out forwards;
    width: 100%;
    height: 100vh;
}@keyframes scaleAndSlide {
    0% {
		transform: scale(1.2) translateX(0vw);
    }
    100% {
        transform: scale(1.0) translateX(5vw);
    }
}

div#top_content {
        padding: 4rem 0rem;
        background: #314789;
}h2.top_content_h2 small {
        font-family: "Bebas Neue", sans-serif;
        display: block;
        font-weight: 500;
        opacity: 0.4;
        letter-spacing: 0.1rem;
        width: 20rem;
        margin-bottom: 1rem;
}h2.top_content_h2 {
        margin: 0 1.5rem;
        font-size: 1.8rem;
        color: #fff;
        font-weight: bold;
}


div#need_space {
		padding: 2rem 1.5rem;
}div#need {
        width: 100%;
        overflow: hidden;
        background: #fff;
}div#need p {
        color: #314789;
        font-weight: bold;
        font-size: 1.8rem;
}ul.top_content_ul {
        margin: 0rem 0rem 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2rem 1rem 0;
        position: relative;
        z-index: 1;
}ul.top_content_ul li {
        width: 9rem;
        height: 18rem;
        border-radius: 0.5rem;
        overflow: hidden;
}ul.top_content_ul li img {
    width: 100%;
    height: 18rem;
    object-fit: cover;
}ul.top_content_ul li:nth-child(1) {
    margin-top: 0rem;
}ul.top_content_ul li:nth-child(2) {
    margin-top: 5rem;
}ul.top_content_ul li:nth-child(3) {
    margin-top: 10rem;
}.moving-img {
  display: block;
  transition: transform 0.1s ease-out;
  will-change: transform;
}


ul.need_ul {
        margin: 2rem 0;
}ul.need_ul li {
		font-weight: 500;
        color: #ffffff;
        position: relative;
        padding: 2rem 2rem 2rem 2rem;
        line-height: 1.35;
        margin-bottom: 3rem;
        background: #314789;
}span.nomber {
		font-family: "Bebas Neue", sans-serif;
        display: block;
        font-size: 4rem;
        line-height: 1;
}h2.need_ul_h2 {
		font-weight: bold;
        font-size: 4rem;
}p.need_ul_p {
		font-size: 1.4rem;
        font-weight: bold;
        margin-top: 1rem;
}
#marquee {
        overflow: hidden;
        white-space: nowrap;
        font-weight: bold;
        position: absolute;
        width: 100%;
        margin-top: 0rem;
}#marquee p {
		font-size: 4rem;
        color: rgb(255 255 255 / 12%);
        display: inline-block;
        margin-right: 1rem;
        padding: 0;
        animation: marquee 0.1s linear infinite;
        font-weight: 600;
        font-family: "copperplate-condensed", serif;
}@keyframes marquee {
      0% { transform: translateX(0%); }
      100% { transform: translateX(-100%); }
}

.fellows {
        padding: 16rem 0;
        position: relative;
        overflow: hidden;
}h2.fellows_h2 {
        font-size: 2rem;
        font-weight: bold;
        text-align: center;
        color: #314789;
        position: relative;
        z-index: 2;
}p.fellows_p {
		z-index: 2;
        margin: 2rem 0;
        text-align: center;
        font-size: 1.5rem;
        font-weight: bold;
        color: #314789;
        position: relative;
}.fellows span {
    transition: transform 0.2s ease-out;
    border-radius: 0.5rem;
    overflow: hidden;
}
span.fellows_img1 {
        width: 10rem;
        position: absolute;
        top: -4rem;
        left: 0rem;
}span.fellows_img2 {
        width: 14rem;
        position: absolute;
        top: -6rem;
        right: 0rem;
}span.fellows_img3 {
		display:none;
}span.fellows_img4 {
        width: 9rem;
        position: absolute;
        right: 2rem;
        top: 16rem;
}span.fellows_img5 {
        width: 12rem;
        position: absolute;
        left: 1rem;
        margin-top: -15rem;
}

.fellows_footer {
        background: #314789;
        margin: 6rem 0 0;
        position: relative;
        padding: 1rem 1rem;
}p.fellows_footer_p {
        text-align: center;
        position: relative;
        font-size: 1.2rem;
        color: #fff;
        font-weight: bold;
        line-height: 1.8;
        letter-spacing: 0.2rem;
}span.fellows_footer_span {
        font-family: "Bebas Neue", sans-serif;
        font-size: 8rem;
        font-weight: 500;
        display: block;
        width: 25rem;
        margin: 1rem auto 4rem;
}

ul.fellows_ul {
    margin: 0rem;
    color: #fff;
}ul.fellows_ul li {
		margin-bottom:1rem;
        padding: 1rem;
        border: solid 1px rgb(255 255 255 / 30%);
        border-radius: 1rem;
}h2.fellows_ul_h2 {
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.2rem;
    text-indent: 0.2rem;
}h3.fellows_ul_h3 {
        text-align: center;
        margin: 2rem 0;
        background: #fff;
        padding: 1rem;
        font-weight: bold;
        color: #314789;
        font-size: 1.6rem;
        letter-spacing: 0.2rem;
        text-indent: 0.3rem;
}span.fellows_ul_span {
        display: block;
        font-size: 1.2rem;
        position: relative;
        padding-left: 2rem;
        line-height: 1.4;
        margin: 0.5rem 0;
}span.big_span {
	margin: 1rem 0;
    display: block;
    font-size: 2rem;
}span.fellows_ul_span:before {
		content: "\0030fb";
        position: absolute;
        left: 0rem;
}.fellows_ul_icon {
    width: 8rem;
    margin: 2rem auto;
}span.gain {
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.4rem;
    color: #ffff00;
    letter-spacing: 0.1rem;
    display: block;
    text-align: center;
}

h2.eligibility_h2 {
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
}
div#eligibility {
        padding: 0rem 1.5rem;
}h2.eligibility_h2 {
        text-align: center;
        font-size: 2rem;
        font-weight: bold;
        letter-spacing: 0.1rem;
        display: block;
        margin: 0 auto;
        padding: 0.5rem 0rem;
        background: #212121;
        color: #fff;
}

p.eligibility_p {
        margin: 2rem 0 2rem;
        text-align: center;
        font-size: 1.5rem;
        font-weight: bold;
}ul.eligibility_ul {
}ul.eligibility_ul li {
        font-weight: bold;
        font-size: 1.4rem;
        margin: 0 0rem;
        padding: 0.5rem 0rem;
        border-radius: 10rem;
        border: solid;
        text-align: center;
        margin-bottom: 1rem;
}ul.eligibility_ul li:before {
    content: "\0023";
    margin-right:0.2rem;
}a.entry_bt {
    display: block;
    text-align: center;
    margin: 2rem auto 0;
    padding: 1rem 0rem;
    border-radius: 10rem;
    background: #db0000;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    position: relative;
}.--sp_margin {
    margin: 2rem 1.5rem!important;
}.entry_bt:after {
        content: "\002192";
        font-weight: 100;
        position: absolute;
        right: 4rem;
}ul.produce {
        margin: 6rem 1.5rem 4rem;
}
p.produce_p {
        font-size: 3rem;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 0rem;
        margin-left: 0rem;
}span.produce_title {
		font-family: "Bebas Neue", sans-serif;
        font-weight: 500;
        width: 14rem;
        display: inline-block;
}p.produce_p small {
		font-size: 1.2rem;
        display: block;
        padding-left: 0.5rem;
}p.produce_text {
        line-height: 1.8;
        margin: 2rem 0rem;
        font-weight: 500;
}

ul.president_ul {
        padding: 0 1.5rem 0rem 1.5rem;
}ul.president_ul li:first-child {
        height: 24rem;
}ul.president_ul li:last-child {
        line-height: 2;
        font-weight: 500;
        margin-top: 4rem;
        margin-bottom: 4rem;
}p.president {
        margin-top: 2rem;
        text-align: right;
        font-weight: 500;
}.president_img img {
    width: 100%;
    height: 24rem;
    object-fit: cover;
}div#youtube {
    text-align: center;
    padding: 2rem 0;
    background: #314789;
}div#youtube iframe {
    width: 28rem;
    height: 16rem;
}p.president small {
    margin-right: 1rem;
}

ul.achievements {
        padding: 4rem 1.5rem;
}ul.achievements li {
        border-radius: 1rem;
}h3.achievements_h3 {
		font-weight: bold;
        font-size: 1.6rem;
        text-align: center;
        background: #f1f1f1;
        padding: 1rem 0;
}p.achievements_p {
        text-align: center;
    font-weight: 500;
    margin: 2rem 0;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.4rem;
    position: relative;
}.revenue {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 2rem 0rem;
        line-height: 1.2;
}p.revenue_left {
        font-weight: 500;
        font-size: 1.4rem;
        font-family: "Bebas Neue", sans-serif;
        position: relative;
        margin-right: 4rem;
}p.revenue_left small {
		padding-left:0.7rem;
        display: block;
        font-size: 1.4rem;
}p.revenue_right {
        font-weight: 500;
        font-size: 1.4rem;
        font-family: "Bebas Neue", sans-serif;
}p.revenue_right small {
		padding-left:0.7rem;
        display: block;
        font-size: 1.4rem;
}.revenue span {
    font-size: 7rem;
    margin-right:0.5rem;
}p.revenue_left:after {
        content: "\0025b6";
        margin: 0 1rem;
        font-size: 1.6rem;
        position: absolute;
        top: 3.5rem;
}ul#slide {
    padding: 0 0 2rem;
}ul#slide li {
    padding: 0 1rem;
}.slide_img {
        width: 100%;
        height: 30rem;
        overflow: hidden;
        border-radius: 1rem;
}.slide_img img {
        width: 100%;
        height: 30rem;
        object-fit: cover;
}p.slide_p {
    margin: 1rem 0;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
}h2.achievements_h2 {
		margin: 4rem 1rem 0rem;
        text-align: center;
        font-weight: bold;
        font-size: 2rem;
}



div#pyramid {
        margin: 6rem 1.5rem;
}h2.pyramid_h2 {
    font-weight: bold;
    font-size: 2rem;
}h2.pyramid_h2 small {
    display: block;
    font-size: 1.4rem;
}.pyramid_img {
    margin: 4rem 0
}span.pyramid_logo_span {
    width: 18rem;
    display: inline-block;
    margin-right: 0.2rem;
}p.pyramid_p {
    line-height: 1.8;
}


div#lineup {
    padding: 0rem 0 0rem;
}h2.lineup_h2 {
		margin-bottom: 4rem;
        text-align: center;
        font-weight: bold;
        font-size: 2rem;
        line-height: 1.2;
}h2.lineup_h2 small {
		font-family: "Bebas Neue", sans-serif;
        font-weight: 500;
        display: block;
        width: 20rem;
        margin: 0 auto 0.5rem;
}ul.lineup {
        margin: 0rem 1.5rem 0;
        position: relative;
}.lineup_text {
    position: relative;
    padding: 2rem;
    color: #fff;
}ul.lineup li {
        position: relative;
        overflow: hidden;
        background: #314789;
}h3.lineup_h3 {
        font-family: "Bebas Neue", sans-serif;
        font-weight: bold;
        font-size: 1.8rem;
}.lineup_img {
    width: 100%;
    height: 24rem;
    overflow: hidden;
}.lineup_img img {
    width: 100%;
    height: 24rem;
    object-fit: cover;
}p.lineup_p {
        font-weight: 500;
        margin: 1rem 0 0;
        line-height: 1.6;
}li.dark {
    background: #283b75 !important;
}

.message {
        text-align: center;
        position: relative;
        height: 40rem;
        overflow: hidden;
        background: #000;
        margin-top: 10rem;
}.ship_image {
    width: 100%;
    height: 40rem;
    opacity: 0.7;
    position: absolute;
    top: 0;
}.ship_image img {
    width: 100%;
    height: 40rem;
    object-fit: cover;
}p.main_message {
        font-size: 1.2rem;
        color: #ffffff;
        line-height: 1.8;
        font-family: "Noto Serif JP", serif;
        padding-top: 16rem;
        letter-spacing: 0.2rem;
        text-shadow: 0 0 20px #000;
        font-weight: 500;
}
div#step {
		text-align: center;
        padding: 4rem 1.5rem;
        background: #314789;
}h2.step_h2 {
    font-weight: bold;
    font-size: 2rem;
    color: #fff;
    letter-spacing: 0.2rem;
}ul.step_ul {
        margin: 4rem 0rem 0;
}ul.step_ul li {
		margin-bottom:1rem;
        border: solid 1px rgb(255 255 255 / 45%);
        border-radius: 1rem;
        padding: 2rem;
        color: #fff;
        position: relative;
}span.step_num {
        font-family: "Bebas Neue", sans-serif;
        font-size: 7rem;
        line-height: 1;
        margin-bottom: 1rem;
        display: block;
}span.step_num small {
        font-size: 2.8rem;
        display: block;
}p.step_p {
    font-size: 1.8rem;
    font-weight: bold;
}footer {
        margin: 6rem 0 0;
        padding: 2rem 1.5rem;
        border-top: 1px solid #dedede;
}ul.footer_ul {
        font-family: "Bebas Neue", sans-serif;
        text-align: center;
        font-size: 1rem;
}li.footer_logo {
    width: 10rem;
    margin: 0 auto 2rem;
}

div#contact {
		margin: 4rem 1.5rem;
        padding: 1.5rem;
        border: solid 5px #f1f1f1;
}h2.contact_h2 {
        font-weight: bold;
        font-size: 2rem;
        text-align: center;
        margin: 2rem 0 3rem;
}ul.contact_ul li {
        padding: 1rem 0;
        margin: 1rem 0;
}p.contact_ul_title {
	margin-bottom: 1rem;
    font-size: 1.2rem;
    position: relative;
    font-weight: bold;
}p.text_input {
}span.required_span {
    color: #fff;
    font-weight: 500;
    background: #314789;
    border-radius: 10rem;
    padding: 0.1rem 1rem;
    font-size: 1rem;
    margin-right: 1rem;
}span.required_span.--other_span {
    background: #939393;
}input.text {
    background: #f4f4f4;
    border: none;
    padding: 1.4rem;
    width: 100%;
}textarea.textarea {
    background: #f4f4f4;
    border: none;
    padding: 1.4rem;
    width: 100%;
    height: 20rem;
}input.submit {
        border-radius: 10rem;
        border: none;
        font-weight: bold;
        font-size: 1.4rem;
        padding: 1rem 0;
        margin: 2rem auto;
        font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        cursor: pointer;
        background: #314789;
        color: #fff;
        letter-spacing: 0.2rem;
        display: block;
        width: 100%;
}




}