@font-face {
	font-display: swap;
	font-family: "LINE Seed JP";
	font-style: normal;
	font-weight: 300;
	src: url("../font/LINESeedJP_OTF_Th.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "LINE Seed JP";
	font-style: normal;
	font-weight: 400;
	src: url("../font/LINESeedJP_OTF_Rg.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "LINE Seed JP";
	font-style: normal;
	font-weight: 700;
	src: url("../font/LINESeedJP_OTF_Bd.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "LINE Seed JP";
	font-style: normal;
	font-weight: 900;
	src: url("../font/LINESeedJP_OTF_Eb.woff2") format("woff2");
}

html {
	scrollbar-color: #E2564B #282E33;
	scrollbar-width: thin;
}

body {
	background-attachment: fixed;
	background-position: center 0%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #486061;
	font-family: "LINE Seed JP", sans-serif;
	font-feature-settings: "palt" 1;
	font-weight: 400;
	letter-spacing: 0.15em;
	line-height: 1.75;
	min-height: 100vh;
}

body.home {
	background-image: url("../img/bg-top-sp.webp");
}

::-moz-selection {
	background-color: #E2564B;
	color: #fff;
}

::selection {
	background-color: #E2564B;
	color: #fff;
}

main {
	margin-bottom: 90px;
	margin-left: auto;
	max-width: 796px;
	padding-inline: 43px;
	padding-top: 123px;
	position: relative;
	width: 100%;
	z-index: 0;
}

main::before,
main::after {
	background: #000;
	content: "";
	height: 200%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	z-index: 1;
}

main::before {
	left: 42px;
}

main::after {
	right: 42px;
}

section {
	background: #F0F4F4;
	position: relative;
}

section::before,
section::after {
	background: #000;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 200vw;
	z-index: 1;
}

section::before {
	top: 0;
}

section::after {
	bottom: 0;
}

.u-bg-gr {
	background: #486061;
}

.u-bg-g02 {
	background: #F0F4F4;
}

.u-bg-r {
	background: #e2564b;
}

.u-bg-sub {
	background-color: #486061;
}

.u-bg-igetada {
	background-color: #4B64C8;
}

.u-bg-shage {
	background-color: #D4415B;
}

.u-bg-dorazou {
	background-color: #E8A502;
}

.u-bg-gf {
	background-color: #6E9452;
}

.u-bg-tarumichi {
	background-color: #B9A000;
}

.u-bg-ori {
	background-color: #A29AAE;
}

.u-bg-oroshi {
	background-color: #43694C;
}

.u-bg-misoka {
	background-color: #F48D7E;
}

.u-bg-hizumi {
	background-color: #8A97AC;
}

.u-tx-w {
	color: #fff;
}

.u-tx-r {
	color: #e2564b;
}

.u-bd-b {
	border: 2px solid #000;
}

.u-en {
	font-family: "Squada One", sans-serif;
	letter-spacing: normal;
}

.u-mt0 {
	margin-top: 0 !important;
}

.u-link-arrow {
	display: inline-block;
	padding-right: 27px;
	position: relative;
}

.u-link-arrow::after {
	aspect-ratio: 1/1;
	background: url(../img/icon-arrow-upright.svg) no-repeat center center/contain;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
}

.c-wrap {
	margin: 0 auto;
	padding-inline: 43px;
	width: 100%;
}

.c-button {
	align-items: center;
	border-radius: 100px;
	display: flex;
	gap: 29px;
	padding: 4px 6px 4px 31px;
	width: -moz-fit-content;
	width: fit-content;
}

.c-button__text {
	height: 23px;
}

.c-button__text svg {
	display: block;
}

.c-button__icon {
	align-items: center;
	aspect-ratio: 1/1;
	background: #fff;
	border-radius: 100px;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	width: 35px;
}

.c-button__icon svg {
	aspect-ratio: 21.42/19.77;
	display: block;
	width: 22px;
}

.c-button__icon svg path {
	display: block;
	width: 100%;
}

.c-button.--sm {
	gap: 15px;
	padding: 2px 6px 3px 18px;
}

.c-button.--sm .c-button__text {
	height: 12px;
}

.c-button.--sm .c-button__text svg {
	display: block;
}

.c-button.--sm .c-button__icon {
	width: 19px;
}

.c-button.--sm .c-button__icon svg {
	width: 14px;
}

.c-copy-box {
	align-items: start;
	display: flex;
	flex-direction: column;
	font-weight: 400;
	gap: 7px;
	margin-top: 33px;
	width: 100%;
}

.c-copy-box__input {
	background: #fff;
	border-radius: 8px;
	font-size: 20px;
	letter-spacing: 0.07em;
	outline: none;
	padding: 5px 17px;
	width: 100%;
}

.c-copy-box__button {
	align-items: center;
	background: #E6EAEB;
	border-radius: 8px;
	display: flex;
	font-size: 20px;
	justify-content: center;
	padding: 5px 5px;
	width: 200px;
}

/* c-top-sec */

.c-top-sec {
	display: flex;
	margin-top: 139px;
}

.c-top-sec__head {
	align-items: center;
	border-right: 1px solid #000;
	display: flex;
	flex-direction: column;
}

.c-top-sec__icon {
	border-bottom: 1px solid #000;
	width: 55px;
}

.c-top-sec__head-img {
	margin-top: 9px;
	width: 29px;
}

.c-top-sec__body {
	padding: 61px 29px;
}

.c-top-sec__body + .c-top-sec__body {
	border-top: 1px solid #000;
}

.c-top-sec__body > p {
	font-size: 24px;
	margin-top: 2em;
}

.c-top-sec__body a {
	font-size: 24px;
}

.c-top-sec__subhead-img {
	height: 30.14px;
}

.c-top-sec__subhead-img.--lg {
	height: 74.47px;
}

.c-top-sec__button {
	margin-left: auto;
	margin-top: 49px;
}

.c-top-sec__banner {
	display: block;
	margin-top: 47px;
	width: 100%;
}

.c-top-sec__item-head {
	color: #fff;
	font-size: 22px;
	margin-top: 54px;
	padding-left: 10px;
	width: 100%;
}

.c-top-sec__item-head + p {
	margin-top: 9px;
}

.c-top-sec__table tr {
	border-top: 15px solid transparent;
	font-size: 24px;
}

.c-top-sec__table th {
	border-right: 1px solid #000;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
	width: 124px;
}

.c-top-sec__table td {
	padding-left: 20px;
}

.c-top-sec__links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 4px 40px;
	margin-top: 4px;
}

/* c-sec */

.c-sec {
	margin-top: 140px;
}

.c-sec__head {
	padding: 59px 28px;
}

.c-sec__visually-hidden {
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	border: 0;
	white-space: nowrap;
}

.c-sec__title-img {
	display: inline-block;
	height: 30px;
}

.c-sec__title-img.--ruby {
	height: 47px;
}

.c-sec__title-img.--concept-head01 {
	height: 180px;
}

.c-sec__title-img.--concept-head {
	height: 75px;
}

.c-sec__subtitle-img {
	display: inline-block;
	height: 31px;
}

.c-sec__subtitle-img.--ruby {
	height: 47px;
}

.c-sec__inner {
	padding: 0 27px 56px;
}

.c-sec__inner > h3 {
	margin-top: 59px;
}

.c-sec__inner > p {
	font-size: 24px;
	margin-top: 55px;
}

.c-sec ul {
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin-top: 34px;
}

.c-sec ul.--btm-h3 {
	margin-top: 30px;
}

.c-sec ul.--timeline {
	margin-top: 3px;
}

.c-sec ul li {
	font-size: 24px;
	padding-left: 1em;
	position: relative;
}

.c-sec ul li::before {
	aspect-ratio: 1/1;
	background: #486061;
	border-radius: 50%;
	content: "";
	left: 6px;
	position: absolute;
	top: 21px;
	width: 6px;
}

.c-sec__img {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	width: 100%;
}

.timeline {
	display: flex;
	flex-direction: column;
	gap: 60px;
	padding: 54px 26px;
}

.timeline__item {
	align-items: start;
	display: flex;
	gap: 36px;
}

.timeline__label {
	background: #7D8E8D;
	border-radius: 100px;
	display: inline-block;
	flex-shrink: 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	margin-top: 19px;
	position: relative;
	text-align: center;
	width: 155px;
	z-index: 0;
}

.timeline__label span {
	font-size: 37px;
	font-weight: 400;
}

.timeline__label::before {
	background: #7D8E8D;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translate(50%, -50%);
	width: 100%;
	z-index: -1;
}

.timeline__label::after {
	aspect-ratio: 1/1;
	background: #e2564b;
	border-radius: 100px;
	content: "";
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translate(100%, -50%);
	width: 16px;
}

.timeline__content {
	background: #F0F4F4;
	border: 1px solid #7D8E8D;
	padding: 16px 23px;
	position: relative;
	z-index: 0;
}

.timeline__title {
	font-size: 24px;
	font-weight: bold;
}

.timeline__banner {
	margin-top: 29px;
	width: 100%;
}

.header {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

.header__wrap {
	padding-inline: 72px;
}

.header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-block: 26px;
}

.header__logo {
	display: block;
	padding: 13px 5px;
	transition: 0.3s;
}

.header__logo svg {
	display: block;
	width: 137px;
}

.header__logo svg path {
	transition: 0.4s;
}

.header__logo:hover {
	background: #fff;
}

.header__logo:hover svg path {
	fill: #486061;
}

.header__icon {
	align-items: center;
	aspect-ratio: 1/1;
	display: flex;
	flex-direction: column;
	gap: 5px;
	justify-content: center;
	width: 68px;
}

.header__icon span {
	background: #fff;
	display: block;
	height: 5px;
	width: 40px;
}

.l-top__fixed {
	inset: 0;
	left: 0;
	position: fixed;
	top: 0;
	z-index: -1;
}

.l-top__title {
	left: -68px;
	position: absolute;
	top: -7px;
}

.l-top__title-img {
	display: inline-block;
	width: 364px;
}

.l-top__img {
	bottom: -241px;
	position: absolute;
	right: -229px;
	width: 1060px;
}

.mv {
	align-items: end;
	display: flex;
	flex-direction: column;
	position: relative;
}

.mv__wrap {
	margin-top: 920px;
}

.mv__banners .swiper-wrapper {
	display: flex;
	flex-direction: column;
}

.mv__banners #top-banner-prev,
.mv__banners #top-banner-next {
	display: none;
}

.mv__banner {
	aspect-ratio: 666/124.61;
	border-top: 2px solid #000;
	display: block;
	width: 100%;
}

.mv__banner img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.top-news {
	display: flex;
	width: 100%;
}

.top-news__head {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 11px;
	justify-content: center;
	padding: 27px 35px;
}

.top-news__head-text {
	display: inline-block;
	width: 98px;
}

.top-news__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 20px 28px;
}

.top-news__time {
	font-size: 18px;
}

.top-news__title {
	font-size: 24px;
}

/* top-chara */

.top-chara {
	display: flex;
	flex-wrap: wrap;
}

.top-chara__card {
	border: 1px solid #000;
	display: block;
	padding-bottom: 6px;
	position: relative;
	width: 33.3333333333%;
}

.top-chara__card:hover .top-chara__img img {
	scale: 1.3;
}

.top-chara__card:hover .top-chara__icon-inner {
	background: #486061;
}

.top-chara__card:hover .top-chara__icon-inner span {
	background: #fff;
}

.top-chara__img {
	aspect-ratio: 201/346;
	overflow: hidden;
	width: 100%;
}

.top-chara__img img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	scale: 1.4;
	transition: 0.3s;
}

.top-chara__body {
	background: #f0f4f4;
	border-top: 1px solid #000;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
}

.top-chara__name {
	display: flex;
	justify-content: center;
	padding-block: 9px;
}

.top-chara__name-img {
	display: inline-block;
	height: 27px;
}

.top-chara__name-hira {
	border-top: 1px solid #000;
	font-size: 10px;
	letter-spacing: 0.4em;
	line-height: 1;
	padding-block: 3px 1px;
	text-align: center;
}

.top-chara__icon {
	align-items: center;
	aspect-ratio: 1/1;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	position: absolute;
	right: 14px;
	top: 13px;
	width: 36px;
}

.top-chara__icon-inner {
	aspect-ratio: 1/1;
	background: #fff;
	border-radius: 100px;
	position: relative;
	transition: 0.3s;
	width: 27px;
}

.top-chara__icon-inner span {
	background-color: #486061;
	border-radius: 10px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
}

.top-chara__icon-inner span:nth-child(1) {
	height: 3px;
	width: 17px;
}

.top-chara__icon-inner span:nth-child(2) {
	height: 17px;
	width: 3px;
}

.top-chara__button {
	margin-bottom: 28px;
	margin-right: 34px;
}

/* top-series */

.top-series {
	position: relative;
}

.top-series__heading {
	align-items: start;
	display: flex;
	flex-direction: column;
	gap: 13px;
	left: 34px;
	position: absolute;
	top: 28px;
}

.top-series__heading h3 {
	background: #F0F4F4;
	padding: 2px 5px;
}

.top-series__heading-img {
	height: 30px;
}

.top-series__body {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.top-series__text {
	background: #F0F4F4;
	display: inline-block;
	font-size: 24px;
	line-height: 1;
	padding: 14px 5px 0px;
}

.top-series__text ruby {
	margin-right: -0.8em;
}

.top-series__text ruby rt {
	font-size: 10px;
	text-align: left;
}

.top-series__button {
	bottom: 20px;
	position: absolute;
	right: 20px;
}

.top-prof-item {
	display: flex;
	gap: 20px;
	margin-top: 26px;
}

.top-prof-item__img {
	flex-shrink: 0;
	width: 180px;
}

.top-prof-item__com {
	background: #fff;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 26px 20px 20px 25px;
	position: relative;
}

.top-prof-item__com::before {
	border-bottom: 11.5px solid transparent;
	border-right: 45px solid #fff;
	border-top: 11.5px solid transparent;
	content: "";
	height: 0;
	left: 9px;
	position: absolute;
	top: 29px;
	transform: translateX(-100%);
	width: 0;
}

.top-prof-item__head-img {
	display: inline-block;
	height: 29px;
}

.top-prof-item__text {
	font-size: 24px;
}

.fv {
	height: 326px;
	width: 100%;
}

.fv__inner {
	align-items: end;
	display: flex;
	height: 100%;
	justify-content: end;
	overflow: hidden;
	padding: 25px 36px;
	position: relative;
}

.fv__logo {
	position: absolute;
}

.fv__logo.--world {
	left: -25px;
	top: -12px;
	width: 384px;
}

.fv__logo.--note {
	left: 43px;
	top: -12px;
	width: 183px;
}

.fv__logo.--concept {
	left: 37px;
	top: -19px;
	width: 135px;
}

.fv__title img {
	display: inline-block;
	height: 41px;
}

/* concept-box */

.concept-box {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 22px;
	margin-top: 44px;
	padding: 20px 20px;
}

.concept-box__heading {
	font-size: 24px;
	text-align: center;
}

.concept-box__content {
	display: flex;
	gap: 30px;
	justify-content: center;
}

.concept-box__items {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.concept-box__item {
	align-items: center;
	display: flex;
	gap: 14px;
}

.concept-box__icon {
	width: 30.7px;
}

.concept-box__text {
	font-size: 24px;
	font-weight: bold;
}

/* image-color */

.image-color__box {
	align-items: stretch;
	border-top: 1px solid #000;
	display: flex;
	width: 100%;
}

.image-color__head {
	border-right: 1px solid #000;
	padding: 12px 13px 49px;
}

.image-color__title {
	width: 33px;
}

.image-color__items {
	width: 100%;
}

.image-color__item {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 8px 22px;
	width: 100%;
}

.image-color__item + .image-color__item {
	border-top: 1px solid #000;
}

.image-color__item.--all {
	align-items: start;
	padding: 17px 22px;
}

.image-color__text {
	font-size: 24px;
	font-weight: bold;
}

.image-color__code {
	font-size: 50px;
	line-height: 1;
}

.image-color__code.--all {
	margin-top: auto;
}

/* world-index */

.world-index {
	margin-top: 70px;
}

.world-index__inner {
	align-items: stretch;
	display: flex;
}

.world-index__head {
	align-items: center;
	border-right: 1px solid #000;
	display: flex;
	justify-content: center;
	padding: 22px;
}

.world-index__heading img {
	display: inline-block;
	width: 65px;
}

.world-index__body {
	padding: 30px 25px;
	width: 100%;
}

.world-index__item {
	border-bottom: 1px solid #7d8e8d;
	padding-block: 8px;
	width: 100%;
}

.world-index__item:last-of-type {
	bottom: none;
}

.world-index__link {
	align-items: center;
	display: flex;
	font-size: 24px;
	gap: 7px;
}

.world-index__icon {
	aspect-ratio: 1/1;
	display: block;
	width: 25px;
}

.world-index__icon svg {
	width: 100%;
}

.to-top {
	align-items: center;
	aspect-ratio: 1/1;
	border-width: 4px;
	bottom: 11px;
	display: flex;
	justify-content: center;
	position: fixed;
	right: 11px;
	transition: 0.3s;
	width: 63px;
}

.to-top svg {
	display: block;
	width: 34px;
}

.to-top svg path {
	transition: 0.3s;
}

.to-top:hover {
	background: #fff;
	cursor: pointer;
}

.to-top:hover svg path {
	fill: #486061;
}

.footer {
	display: flex;
	justify-content: center;
	padding-block: 100px;
}

.footer__copy {
	font-size: 18px;
}

.s-sp {
	display: block;
}

.s-pc {
	display: none;
}

.s-of-hidden {
	overflow: hidden;
	position: relative;
}

.inview {
	opacity: 0;
	transition: 1.5s;
}

.inview.fade-up {
	transform: translateY(20px);
}

.inview.fade-up.--xy50 {
	transform: translate(-50%, calc(-50% + 20px));
}

.inview.fade-down {
	transform: translateY(-20px);
}

.inview.fade-left {
	transform: translateX(20px);
}

.inview.fade-right {
	transform: translateX(-20px);
}

.inview.is-show {
	opacity: 1;
	transform: translate(0px);
}

.inview.is-show.--xy50 {
	transform: translate(-50%, -50%);
}

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

.s-sp {
	display: none;
}

.s-pc {
	display: block;
}

}

