/* common
/* ----------------------------------------------- */

body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	color: #00070D;
}

body.is-open {
	overflow: hidden;
}

.hidden {
	overflow: hidden;
	position: relative;
}

.sp {
	display: none;
}

.tb {
	display: none;
}

.pc {
	display: block;
}

video,
img {
	width: 100%;
	height: auto;
}

video {
	cursor: pointer;
}

.inner {
	max-width: 118.4rem;
	width: 100%;
	margin: 0 auto;
}

/* --- hover --- */

.hover:hover {
	opacity: 0.7;
	transition: all 0.3s;
}

/* --- cv-btn --- */

.cv-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 8rem;
	font-size: 2.4rem;
	font-family: "Lexend", sans-serif;
	font-weight: 300;
	color: #fff;
	background: var(--AvaMo, linear-gradient(90deg, #806DFF 0%, #FF08AD 100%));
	border-radius: 4rem;
	position: relative;
}

/*
.cv-btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.9rem;
	transform: translateY(-50%);
	background: url(https://cdn.clipkit.co/tenants/724/resources/assets/000/004/184/original/arrow_white_right.png?1744700282) no-repeat center/contain;
	display: inline-block;
	width: 1.4rem;
	height: 1rem;
}
*/

/* --- ttl --- */

ruby {
  ruby-align: center;
}

rt{
  font-size: 16px;
  color: #DEDFEE;
}

.ttl-wrap {
	text-align: left;
}

.ttl-wrap._center {
	text-align: center;
}

.sub-ttl {
	font-size: 1.6rem;
	font-family: "Lexend", sans-serif;
	font-weight: 800;
	margin-bottom: 1rem;
	background: var(--AvaMo, linear-gradient(90deg, #806DFF 0%, #FF08AD 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline;
}

.sub-ttl._white {
	color: white;
}

.sub-ttl02 {
	font-size: 2.3rem;
	color: white;
	margin: 2.5rem 0 0.5rem;
}

.ttl {
	font-size: 5rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.01em;
	color:#0D216B;
}

.txt__sm {
	font-size: 1.4rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.4;
}
.txt__md {
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.4;
}
.txt__lg {
	font-size: 2.0rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.4;
}
.ttl__xl {
	font-size: 4.0rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	text-align: center;
}
.ttl__deco {
	position: relative;
	display: inline-block;
}
.ttl__deco::before {
	content: "";
	position: absolute;
	top: 0;
	left: -2.4rem;
	transform: rotate(90deg);
	background: url(https://cdn.clipkit.co/tenants/723/resources/assets/000/003/290/original/decorate.png?1764078920) no-repeat center/contain;
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
}
.ttl__deco::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -2.4rem;
	transform: rotate(270deg);
	background: url(https://cdn.clipkit.co/tenants/723/resources/assets/000/003/290/original/decorate.png?1764078920) no-repeat center/contain;
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
}
.ttl__lg {
	font-size: 2.0rem;
	font-family: "Lexend", sans-serif;
	font-weight: 300;
}
.ttl__xxl {
	font-size: 3.2rem;
	font-family: "Lexend", sans-serif;
	font-weight: 200;
	text-align: center;
}
.ttl__xxxl {
	font-size: 4.0rem;
	font-family: "Lexend", sans-serif;
	font-weight: 300;
}
.txt__black {
	color: #0C1A32;
}
.txt__white {
	color: #ffffff;
}
.dashed-gradation-border {
  position: relative;
  padding-bottom: 10px;
}
.dashed-gradation-border2 {
  position: relative;
  padding-top: 10px;
}
.dashed-gradation-border::before,
.dashed-gradation-border::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.dashed-gradation-border2::before,
.dashed-gradation-border2::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.dashed-gradation-border::after,
.dashed-gradation-border2::after {
  height: 1px;
  background: linear-gradient(to right, #806DFF, #FF08AD);
}

.dashed-gradation-border::before,
.dashed-gradation-border2::before {
  z-index: 1;
  height: 2px;
  background-image: linear-gradient(to right, transparent, transparent 5px, #fff 5px, #fff 10px);
  background-size: 10px 2px;
}
.num {
	display: inline-block;
  	background: linear-gradient(90deg, #806DFF, #FF08AD);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.ttl__xxxl.num {
	font-weight: 200;
}
.swiper-button-prev.ttl__xxxl,
.swiper-button-next.ttl__xxxl {
	font-weight: 200;
}

/* --- slick --- */

/* header
/* ----------------------------------------------- */

.header {
	padding: 2rem 4rem;
  	background-color: rgba(14, 6, 30, 0.95);
	position: relative;
	z-index: 100;
	position: fixed;
  	width: 100%;
}

.header__wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header__logo {
	width: 20.6rem;
}

.header__list {
	display: flex;
	justify-content: space-between;
    align-items: center;
	gap: 8rem;
}

.header__list li a {
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	color: #FFF;
}

.header__cv {
	display: flex;
	align-items: center;
}

.header__now {
	margin-left: 2rem;
}


/* fv
/* ----------------------------------------------- */

.fv {
	padding: 0;
	overflow: hidden;
	background-color: #000;
	display: flex;
	justify-content: center;
	height: 108rem;
}
.fv__inner {
	width: 71rem;
	max-width: 71rem;
	margin: 0;
	background-color: #0C1A32;
}
h1 {
	text-align: center;
	font-size: 4.0rem;
	color: #fff;
	font-family: "Lexend", sans-serif;
	font-weight: 200;
	padding: 9.6rem 14.5rem 0;
}
.fv__logo {
	padding: 0 1rem;
}
.fv__info {
	margin-top: 9rem;
	padding: 0 7.6rem;
}
.fv__ttl {
	text-align: center;
	font-size: 4.0rem;
	color: #fff;
	font-family: "Lexend", sans-serif;
	font-weight: 300;
}
.fv__box {
	font-size: 1.6rem;
	line-height: 1.4;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	margin-top: 1.6rem;
}

/* slide
/* ----------------------------------------------- */
.slide-container {
  width: 18rem;
  display: flex;
  align-items: center;
  height: 108rem;
  overflow: hidden;
  flex-direction: column;
}
.slide-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%; 
  animation: slide-flow 20s infinite linear 1s both;
}
.slide-wrapper2 {
  display: flex;
  flex-direction: column;
  height: 100%; 
  animation: slide-flow2 20s infinite linear 1s both;
}
.slide {
  width: 18rem;
  height: auto;
  display: block;
}
@keyframes slide-flow {
     0% {transform: translateY(0);}
 100% {transform: translateY(-100%);}
}
@keyframes slide-flow2 {
     0% {transform: translateY(-100%);}
 100% {transform: translateY(0);}
}


/* contestant
/* ----------------------------------------------- */

.contestant {
	padding: 9.6rem 0 3.2rem;
	background-color: #FBFBFF;
}
.contestant .top__txt {
	margin: 3.2rem 0;
	text-align: center;
}
.contestants__items {
	margin: 5.6rem 0 6.4rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2.4rem;
	justify-content: space-between;
}
.contestants__item {
	padding: 1.6rem;
	width: calc((100% - 2.4rem)/2);
	display: flex;
	justify-content: flex-start;
	gap: 4.8rem;
}
.profile__img img {
	max-width: 100%;
}
.profile__img {
	position: relative;
	width: 100%;
    max-width: 199px;
}
.profile__img .caption {
	font-size: 1.6rem;
	text-align: center;
	padding-top: 14.5rem;
	color: #fff;
}
.profile__img .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0,0,0,0.4);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.profile__img:hover .mask {
	opacity: 1;
}
.profile__img::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(https://cdn.clipkit.co/tenants/723/resources/assets/000/003/290/original/decorate.png?1764078920) no-repeat center/contain;
	width: 4.6rem;
	height: 4.6rem;
	z-index: 1;
}
.profile__img p {
	position: absolute;
	font-size: 1.4rem;
	font-family: "Lexend", sans-serif;
	font-weight: 200;
	color: #fff;
	bottom: 0.1rem;
    left: 0.1rem;
	z-index: 2;
}
.contestants__item a {
	color: #0C1A32;
	text-decoration: underline;
}
.contestants__txt li + li {
	margin-top: 1.6rem;
}
.contestants__txt img {
	width: 2.2rem;
    min-width: 24px;
	padding-right: 0.8rem;
}
.profile__wrap {
	display: flex;
	align-items: center;
}
.profile {
	flex-shrink: 0;
	width: 5.6rem;
}
.ttl__wrap {
	text-align: center;
}
.name {
	font-size: 2.4rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}
.name span {
	font-size: 1.4rem;
	font-family: "Lexend", sans-serif;
	font-weight: 200;
	padding-left: 0.6rem;
}

/* グランプリ */
.profile__img .icon_grandprix {
	position: absolute;
	top: -1.1rem;
	right: -0.8rem;
	width: 6.2rem;
	height: auto;
}
.contestants__item {
	position: relative;
}
.txt_grandprix {
    text-align: center;
    width: 8.8rem;
}
.txt_grandprix span {
	color: #0D216B;
	padding: 0.5rem 0;
	border-top: 1px dotted #0D216B;
	border-bottom: 1px dotted #0D216B;
	position: absolute;
    top: 2.8rem;
    right: 1.6rem;
}
.icon_grandprix2 {
	position: absolute;
	top: 1.1rem;
	right: 4.8rem;
	width: 2.4rem!important;
	height: auto;
	padding-right: 0!important;
	min-width: auto!important;
}
@media (max-width: 768px) {
	.contestants__item {
		position: static;
	}
	.contestants__txt {
		position: relative;
		padding-top: 1.6rem;
	}
	.txt_grandprix span {
		top: 2.2rem;
    	right: 0;
	}
	.icon_grandprix2 {
		top: 0.6rem;
		right: 3.2rem;
		margin-right: 0!important;
	}
}

/* モーダル */
.modal {
	position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
	width: 100%;
	max-width: 1024px;
	height: auto;
	padding: 0 30px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s;
	pointer-events: none;
	opacity: 0;
	z-index: 100;
	background-color: rgba(12, 12, 13, 0.8);
	border-radius: 16px;
}
.modal.is-active {
	opacity: 1;
	pointer-events: auto;
}
.modal__overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.modal__content {
	position: relative;
	width: 100%;
}
.modal__content .video {
	max-width: 387px;
	margin: 0 auto;
	padding: 64px 0;
}
.modal__close-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: #fff;
	border: 1px solid #ccc;
	cursor: pointer;
	z-index: 10;
}
.modal .swiper-button-next,
.modal .swiper-button-prev {
	color: #fff
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 50px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: none!important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 40px!important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 40px!important;
}
.swiper-button-prev img {
	transform: rotate(180deg);
}
.modal__close-btn {
    right: 0;
    top: 32px;
    width: 36px;
    height: 36px;
    background: none;
    border: none;
}

/* Swiperの矢印部分 */
@media (max-width: 768px) {
	.modal {
		height: 117vh;
		padding: 30px;
	}
	.modal__content .video {
		padding: 0;
	}
  	.modal__close-btn {
    	right: 0;
    	top: -30px;
	}
	.modal__content .video {
    	max-width: 387px;
    	height: 720px;
	}
	.swiper-button-next, .swiper-button-prev {
		top: 85%!important;
	}
}

/* coment
/* ----------------------------------------------- */
.coment {
	padding: 6.4rem 0 16rem;
	background: url(https://cdn.clipkit.co/tenants/723/resources/assets/000/003/242/original/pattern.png?1764078899) repeat repeat;
}
.coment__wrap {
	position: relative;
	margin-top: 16rem;
}
.coment__wrap2 {
	position: relative;
	margin-top: 20rem;
}
.coment__items li {
	width: 24.4rem;
	height: 100%;
	max-width: 24.4rem;
	max-height: 24.4rem;
	position: absolute;
}
.coment__items li p {
	position: relative;
}
.coment__wrap p.txt__sm,
.coment__wrap2 p.txt__sm {
	position: absolute;
    width: 20.0rem;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.coment__pink {
	background: url(https://cdn.clipkit.co/tenants/723/resources/assets/000/003/234/original/pink.png?1764078895) no-repeat center/contain;
}
.coment__purple {
	background: url(https://cdn.clipkit.co/tenants/723/resources/assets/000/003/292/original/purple.png?1764078921) no-repeat center/contain;
}
.coment__blue {
	background: url(https://cdn.clipkit.co/tenants/723/resources/assets/000/003/235/original/blue.png?1764078896) no-repeat center/contain;
}
.coment1 {
	top: -8.4rem;
	left: 4.8rem;
}
.coment2 {
	top: -2.8rem;
	left: 50%;
	transform: translateX(-50%);
}
.coment3 {
	top: -8.4rem;
	right: 8.7rem;
}
.coment4 {
	bottom: -2.8rem;
	left: 8.7rem;
}
.coment5 {
	bottom: -8.4rem;
	left: 50%;
	transform: translateX(-50%);
}
.coment6 {
	bottom: -2.8rem;
	right: 4.8rem;
}
.coment__name {
	font-family: "Sacramento", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 4.8rem;
	color: #9F9F9F;
	position: absolute;
	transform: rotate(-10deg);
}
.name1 {
	top: -8px;
	left: 6px;
}
.name2 {
	bottom: -12px;
	right: 0;
}

/* about
/* ----------------------------------------------- */
.about {
	padding: 9.6rem 0 0;
	background-color: #0C1A32;
}
.about .top__txt {
	margin: 6.4rem auto;
	text-align: left;
	width: 77.5rem;
}
.about .top__txt span {
	font-size: 1.2rem;
}
.about .video {
	width: 100%;
	max-width: 750px;
	height: auto;
	background-color: #0C1A32;
	margin: 0 auto;
}
.about video {
	width: 100%;
	height: auto;
}

/* features
/* ----------------------------------------------- */

.features {
	padding: 9.6rem 0;
	background-color: #0C1A32;
}
.features .top__txt {
	margin: 6.4rem 0;
	text-align: center;
}
.features__items {
	margin: 6.4rem 0;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 1.6rem;
}
.features__item {
	width: calc((100% - 3.2rem)/3);
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	padding: 2.4rem;
}
.features__ttl-wrap {
	display: flex;
	align-items: center;
	margin-bottom: 2.4rem;
}
.features__ttl-wrap .ls {
	letter-spacing: -0.03rem;
}
.features__ttl-wrap sup {
	font-size: 70%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
.features__step-wrap {
	margin-right: 1.4rem;
}
.features__item-pic {
	flex-shrink: 0;
	width: 100%;
	height: auto;
	object-fit: cover;
	margin-bottom: 2.4rem;
}
.features__data {
	background-color: #fff;
	padding: 3.2rem;
	margin-top: 4.8rem;
}
.features__data-ttl {
	font-size: 2.4rem;
	position: relative;
	z-index: 1;
}
.features__data-ttl span {
	display: inline-block;
	padding-right: 2.5rem;
	background-color: #fff;
}
.features__data-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2.4rem;
}
.features__data-item p {
	margin-top: 1.6rem;
}
.features__data-txt {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
	margin-right: 4.4rem;
}
.features__data-pic {
	flex-shrink: 0;
	width: 20.6rem;
}
.features__cv {
	width: 39rem;
    margin: 6.4rem auto 0;
}

/* flow
/* ----------------------------------------------- */

.flow {
	padding: 9.6rem 0 0;
	background-color: #FBFBFF;
}
.flow__items {
	margin: 6.4rem 0 9.6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 4.8rem;
}
.flow__item {
	width: calc((100% - 9.6rem)/3);
	display: flex;
  	flex-direction: column;
	position: relative;
}
.flow__ttl-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	margin-bottom: 0.8rem;
}
.flow__step-wrap {
	margin-right: 2.8rem;
}
.flow__item-pic {
	position: absolute;
	bottom: 8px;
	right: 8px;
	width: 7.2rem;
}
.ttl__offshot {
	font-size: 3.2rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	text-align: center;
}
.offshot {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4.8rem;
	margin: 4.8rem auto 0;
	width: 77rem;
}
.offshot img {
	width: calc((100% - 9.6rem)/3);
	max-width: 225px;
}

/* contact
/* ----------------------------------------------- */

.contact {
	padding: 9.6rem 0;
	background-color: #FBFBFF;
}
.contact .top__txt {
	margin: 4.8rem 0;
	text-align: center;
}
.contact__info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2.4rem;
	padding: 2.4rem 3.2rem;
	margin: 4.8rem auto 0;
	border: 1px solid #697484;
	width: 83.2rem;
}
.contact__info-pic {
	width: 18.6rem;
}
.contact__cv {
	width: 33.6rem;
    margin: 0 auto;
}

/* event
/* ----------------------------------------------- */

.event {
	padding: 9.6rem 0;
	background-color: #0C1A32;
}
.event__wrap {
	padding: 6.4rem 0;
	background: url(https://cdn.clipkit.co/tenants/723/resources/assets/000/003/242/original/pattern.png?1764078899) repeat repeat;
}
.event__items {
	margin: 6.4rem auto 0;
	width: 60rem;
}
.event__item {
	display: flex;
	align-items: center;
}
.event__item:nth-of-type(n + 2) {
	margin-top: 2.4rem;
}
.event__item-ttl {
	flex-shrink: 0;
	width: 19rem;
}
.event__item-txt a {
	color: #0C1A32;
	text-decoration: underline;
}

/* footer
/* ----------------------------------------------- */

.footer {
	padding: 4.8rem 0;
	background-color: #0C1A32;
}
.footer h2 {
	font-size: 4.0rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	text-align: center;
}
.footer h2 img {
	width: 20rem;
}
.footer__items {
	margin: 0 auto;
	padding: 9.6rem 0;
	width: 85rem;
}
.footer__item {
	display: flex;
	align-items: center;
}
.footer__item:nth-of-type(n + 2) {
	margin-top: 2.4rem;
}
.footer__item-ttl {
	flex-shrink: 0;
	width: 19rem;
}
.footer__item-txt a {
	color: #fff;
	text-decoration: underline;
}
.footer__copy {
	font-size: 1.2rem;
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	font-weight: 400;
	text-align: center;
	margin-top: 5rem;
}

/* ambassador
/* ----------------------------------------------- */

.ambassador {
	padding: 9.6rem 0;
	background: url(https://cdn.clipkit.co/tenants/723/resources/assets/000/003/237/original/back_ambassador.png?1764078897) no-repeat center / cover;
	background-color: #FBFBFF;
}
.ambassador h2 img {
	width: 40rem;
	margin: 0 auto 1.6rem;
	display: block;
}
.ambassador__wrap {
	padding: 6.4rem 9.6rem;
	background-color: #ffffff;
	max-width: 92.3rem;
	height: auto;
	margin: 4.8rem auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6.4rem;
}
.ambassador__txt {
	width: 36rem;
}
.ambassador__txt .name {
	font-size: 4.0rem;
	text-align: left;
	padding-left: 1.6rem;
}
.ambassador__txt .name span {
    font-size: 1.4rem;
    font-family: "Lexend", sans-serif;
    font-weight: 200;
    padding-left: 1.6rem;
	color: #697484;
}
.ambassador__txt .dashed-gradation-border {
	padding-bottom: 1.6rem;
}
.ambassador__info {
	padding: 2.4rem 1.6rem 0;
}
.ambassador__info ul {
	margin-top: 2.4rem;
	list-style-type: disc;
	padding-left: 1.6rem;
}
.ambassador__info ul li + li {
    margin-top: 1.2rem;
}
.ambassador__wrap img {
	max-width: 30rem;
}

@media screen and (min-width: 1080px) {

.hover {
	transition: all 0.3s;
}

.hover:hover {
	opacity: 0.7;
	transition: all 0.3s;
}

.about__tab:hover::before {
	opacity: 1;
	transition: opacity 0.3s;
}

.ai-videogeneration-form input[type=submit].btn:hover {
	opacity: 0.7;
	transition: all 0.3s;
}

}

@media screen and (max-width: 1380px) {

html,
body {
	font-size: 0.7246376812vw;
}

}

@media screen and (min-width: 769px) {
.sp {
	display: none;
}
}
@media screen and (max-width: 768px) {

html,
body {
	font-size: 2.6666666667vw;
}
.inner {
	padding: 0 1.6rem;
}
.sp {
	display: block;
}
.pc {
	display: none;
}
.header__list {
	display: none;
}
.cv-btn {
	height: 6.0rem;
}
.cv-btn::after {
	right: 1.2rem;
	width: 1.2rem;
	height: 0.9rem;
}
.ttl-wrap._left-sp {
	text-align: left;
}
.ttl-wrap._center-sp {
	text-align: center;
}
.sub-ttl {
	font-size: 1.5rem;
}
.sub-ttl02 {
	font-size: 1.8rem;
	margin: 1.5rem 0 0.8rem;
}
.ttl {
	font-size: 3.2rem;
	line-height: 1.3;
}
.txt__lg {
	font-size: 1.6rem;
}
.contact .txt__lg {
	font-size: 1.4rem;
}
.ttl__lg {
	font-size: 1.6rem;
}
.ttl__xl {
	font-size: 2.0rem;
}
.ttl__xxl {
	font-size: 2.0rem;
}
.ttl__xxxl {
	font-size: 2.0rem;
}
.ttl__xxxl.num {
	font-weight: 300;
}
.flow .ttl__xxxl.num {
	font-size: 3.2rem;
}
.swiper-slide {
	padding: 2rem;
}
.slick-dotted.slick-slider {
    margin-bottom: 1.6rem!important;
}
.contestant .sp .slick-dotted.slick-slider {
	display: flex;
}
.contestant .sp .slick-dotted.slick-slider .slick-list  {
	height: auto !important;
}
.slick-dots {
	z-index: 1;
}
.slick-dots li {
	width: auto !important;
	height: auto !important;
	margin: 0 0.7rem !important;
}
.slick-dots li button {
	width: 1rem !important;
	height: 1rem !important;
	padding: 0 !important;
}
.slick-dots li button:before {
	width: 1rem !important;
	height: 1rem !important;
	color: transparent !important;
	border-radius: 50% !important;
	background-color: #697484!important;
	opacity: 0.25 !important;
}
.slick-dots li.slick-active button:before {
	color: transparent !important;
	opacity: 1 !important;
	background-color: #E6E6E6!important;
}
.slick-arrow {
	width: 4.3rem !important;
	height: 4.3rem !important;
	top: auto !important;
	z-index: 1 !important;
	background-color: rgba(227, 222, 243, 0.9) !important;
	border-radius: 50% !important;
}
.slick-prev {
	left: 5rem !important;
}
.slick-next {
	right: 5rem !important;
}
.slick-prev::before,
.slick-next::before {
	content: "" !important;
	width: 1.9rem !important;
	height: 1.4rem !important;
	opacity: 1 !important;
	display: inline-block !important;
}
.slick-prev::before {
	background: url(https://cdn.clipkit.co/tenants/723/resources/assets/000/003/231/original/arrow_prev.png?1764078894) no-repeat center/contain !important;
}
.slick-next::before {
	background: url(https://cdn.clipkit.co/tenants/723/resources/assets/000/003/244/original/arrow_next.png?1764078899) no-repeat center/contain !important;
}

.header {
	padding: 1.6rem 0;
}

.header__wrap {
	justify-content: center;
}

.header__logo {
	width: 10.6rem;
}

.header__cv {
	position: fixed;
	bottom: 0;
	left: 0;
	justify-content: center;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 1.7rem 0;
	z-index: 99;
	display: none;
}

.header__now {
	margin-left: 1.2rem;
}
.fv {
	height: 85rem;
	justify-content: space-between;
}
.slide-container {
    width: 6rem;
    height: 85rem;
}
.slide {
    width: 6rem;
}
.fv__inner {
	padding: 6.4rem 1.2rem 0;
	max-width: 25rem;
}
h1 {
    font-size: 2.0rem;
    padding: 0;
}
.keio__logo {
	display: block;
    max-width: 22.4rem;
	margin: 0 auto;
}
.fv__logo {
    display: block;
    padding: 0 3.7rem;
    margin: 0.7rem auto 0;
}
.fv__info {
	display: block;
	margin-top: 9.0rem;
	padding: 0 1.2rem;
}
.fv__ttl {
	font-size: 2.0rem;
}
.fv__box {
	font-size: 1.2rem;
	margin-top: 0.8rem;
}
/* contestant */
.contestant {
    padding: 4.8rem 0;
}
.contestants__item {
    width: 100%;
    display: block;
}
.profile__img {
    max-width: 100%;
}
.profile__img::before {
	width: 5.2rem;
	height: 5.2rem;
}
.profile__img img {
	max-width: 250px;
}
.contestant .swiper {
   padding: 0 0 2rem;
}
.contestant .swiper-slide {
	padding: 0;
}
.contestants__txt li + li {
    margin-top: 1.2rem;
}
.contestants__txt img {
	width: 20px;
    min-width: 20px;
}
.contestant .num.ttl__xxxl {
	font-size: 3.2rem;
}
.name {
    font-size: 2.0rem;
}
.profile__wrap {
	font-size: 1.4rem;
}
.contestants__txt img {
    width: 20px;
    padding-right: 0;
	margin-right: 0.8rem;
	display: inline!important;
}
.mr__h3 {
	margin-top: 8rem;
}
.first__item {
	display: flex;
	flex-wrap: wrap;
	max-width: 240px;
	margin: 0 auto;
}
.first__item img {
	width: 50%;
}
.first p {
	margin: 6px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.8rem;
}
.first p img {
	width: 6px;
}
.contestant .swiper-pagination-bullet {
	background-color: #E6E6E6 !important;
    opacity: 1 !important;
	width: 1rem !important;
    height: 1rem !important;
	margin: 0 10px !important;
}
.contestant .swiper-pagination-bullet-active {
	background-color: #697484 !important;
    width: 1.6rem !important;
    border-radius: 8px !important;
}
.contestant .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 0;
}

/* coment */
.coment {
    padding: 4.8rem 0 0;
}
.coment .inner {
	padding: 0;
}
.coment__wrap {
	position: static;
	margin-top: 4rem;
}
.coment__wrap2 {
	position: static;
	margin-top: 3.2rem;
}
.coment__wrap p.txt__sm,
.coment__wrap2 p.txt__sm {
	font-size: 1.6rem;
	width: 25.9rem;
}
.coment__items li {
	max-width: 100%;
	max-height: 24.4rem;
	position: static;
	padding: 6rem 2rem;
}
.coment__pink, .coment__purple, .coment__blue {
	width: 29.9rem;
	height: 29.9rem;
    margin: 0 auto;
	padding: 6rem 2rem;
}
.coment2, .coment5 {
	transform: none;
}
.name1 {
    top: 16px;
    left: 49px;
}
.name2 {
    bottom: 10px;
    right: 31px;
}

/* about */
.about {
	padding: 4.8rem 0 0;
}
.about .top__txt {
	margin: 2.4rem auto;
	width: 100%;
}
.about video {
	width: 100%;
	height: auto;
}

/* features */
.features {
	padding: 4.8rem 0;
}
.features .top__txt {
	margin: 2.4rem 0;
	text-align: left;
}
.features__items {
	margin: 4.0rem 0 4.8rem;
	display: block;
}
.features__item {
	width: 100%;
	flex-direction: column;
	background-color: #fff;
	padding: 2.4rem 2.0rem 5rem;
}
.features__info {
	height: 50rem;
}
.features__step-wrap {
	margin-right: 0.8rem;
}
.features__step-wrap .ttl__xxxl {
	font-size: 3.2rem;
}
.features__item-pic {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.features__data {
	padding: 1.6rem;
	margin-top: 2.4rem;
}
.features__data-item {
  	display: block;
}
.features__data-pic {
	width: 13rem;
	margin: 1.6rem auto 0;
	display: block;
}
.features a {
	width: calc(100% - 3.2rem);
}
.features__cv {
	width: 100%;
	margin: 2.4rem auto 0;
}
.features-slider .slick-dots li button:before {
	width: 1rem !important;
	height: 1rem !important;
	color: transparent !important;
	border-radius: 50% !important;
	background-color: #697484 !important;
	opacity: 1 !important;
}
.features-slider .slick-dots li.slick-active button:before {
	color: transparent !important;
	opacity: 1 !important;
	background-color: #E6E6E6 !important;
}
.features-slider .slick-arrow {
	width: 4.3rem !important;
	height: 4.3rem !important;
	top: auto !important;
	bottom: -6.0rem !important;
	z-index: 10 !important;
	border-radius: 50% !important;
}
.features .cv-btn {
    height: 7.0rem;
}
.coment .slick-dotted.slick-slider {
    margin-bottom: 10rem!important;
}
.coment .slick-dots li button:before {
	background-color: #E6E6E6!important;
	opacity: 1 !important;
}
.coment .slick-dots li.slick-active button:before {
	background-color: #697484!important;
}
.contestant .features-slider .slick-arrow {
	display: none!important;
}
.contestant .features-slider .slick-dots li {
	padding: 0 6px;
}
.contestant .features-slider .slick-dots li.slick-active button:before {
	background-color: #697484 !important;
	width: 1.6rem !important;
	border-radius: 8px !important;
}
.contestant .features-slider .slick-dots li button:before {
	background-color: #E6E6E6 !important;
	opacity: 1 !important;
}
.modal__content {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 900px;
  padding: 20px;
}

/* flow */
.flow {
	padding: 4.8rem 0 0;
}
.flow__items {
	margin: 3.0rem 3.1rem 4.8rem;
	flex-direction: column;
	gap: 2.4rem;
}
.flow__item {
	width: 100%;
}
.flow__ttl-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	margin-bottom: 0.8rem;
}
.flow__step-wrap {
	margin-right: 2.8rem;
}
.flow__item-pic {
	position: absolute;
	bottom: 8px;
	right: 8px;
	width: 7.2rem;
}
.ttl__offshot {
	font-size: 2.0rem;
}
.offshot {
	gap: 0.8rem;
	margin: 2.4rem auto 0;
	width: 100%;
}
.offshot img {
	width: calc((100% - 0.8rem)/2);
	max-width: 225px;
}

/* contact */
.contact {
	padding: 4.8rem 0;
}
.contact .top__txt {
	margin: 2.4rem 0 4.8rem;
}
.contact__info {
	flex-direction: column;
	gap: 1.6rem;
	padding: 1.6rem 2.0rem;
	width: 100%;
}
.contact__info-pic {
	width: 13rem;
}
.contact__cv {
	width: 28.8rem;
    margin: 0 auto;
}

/* event */
.event {
	padding: 3.2rem 0;
}
.event__wrap {
	padding: 3.2rem 0;
}
.event__items {
	margin: 3.2rem 0 0;
	width: 100%;
	padding: 0 0 0 4.8rem;
}
.event__item {
	flex-direction: column;
    align-items: flex-start;
}
.event__item-ttl {
	width: 100%;
}

/* footer */
.footer {
	padding: 3.2rem 0;
}
.footer h2 {
	font-size: 2.0rem;
}
.footer h2 img {
	width: 20rem;
	display: block;
	margin: 0 auto 0.8rem;
}
.footer__items {
	padding: 4.8rem 1.6rem;
	width: 100%;
}
.footer__item {
	flex-direction: column;
	align-items: flex-start;
}
.footer__item-ttl {
	width: 100%;
}
.footer__copy {
	line-height: 1.66;
	padding-bottom: 74px;
}

/* ambassador */
.ambassador {
	padding: 4.8rem 1.6rem;
	background: url(https://cdn.clipkit.co/tenants/723/resources/assets/000/003/237/original/back_ambassador.png?1764078897) no-repeat top center / 800px auto;
	background-color: #FBFBFF;
}
.ambassador h2 img {
	width: 15rem;
	margin: 0 auto 0.8rem;
}
.ambassador__wrap {
	padding: 1.6rem;
	max-width: 92.3rem;
	margin: 1.6rem auto 0;
	flex-direction: column-reverse;
	gap: 3.2rem;
}
.ambassador__txt {
	width: 100%;
}
.ambassador__txt .name {
	font-size: 2.0rem;
}
.ambassador__txt .dashed-gradation-border {
	padding-bottom: 0.8rem;
}
.ambassador__info {
	padding: 1.6rem 1.6rem 0;
}
.ambassador__info ul {
	margin-top: 1.6rem;
}
.ambassador__wrap img {
	max-width: 100%;
}

/*アコーディオン*/
.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-bottom: 3px solid #00070D;
    border-right: 3px solid #00070D;
    content: '';
    transition: transform .3s;
	margin: 0.5rem 0.4rem 0 0;
}

.accordion[open] summary::after {
    transform: rotate(225deg);
}

.accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    transition: transform .5s, opacity .5s;
}

.accordion[open] p {
    transform: none;
    opacity: 1;
	margin-top: 1.5rem;
}

}

@keyframes hint {

0% {
	transform: translateX(-3rem);
	opacity: 1;
}

80% {
	opacity: 1;
}

100% {
	transform: translateX(3rem);
	opacity: 0;
}

}