@charset "UTF-8";









/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

リセット

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
RESET_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
*{
	margin: 0;
	padding: 0;
	line-height: 100%;
	list-style-type: none;
}

h1,h2,h3,h4,h5,h6,
div,p,
span,em,strong,
ul,ol,li,
dl,dt,dd,
a{
	background-repeat: no-repeat;
	background-size: 100% auto;
}

a{
	outline: none;
}

img {
	vertical-align: bottom;
}

.sp{
	display: none !important;
}

.pc{
	display: block !important;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
RESET_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/









/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

共通処理

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
COMMON_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
body{
	background-image: url(../images/bg_roop.png);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #e9e7f3;
	color: #180f3d;
	/*和文基本*/
	font-family: "IBM Plex Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
	/*明朝*/
	/*
	font-family: "Zen Old Mincho", serif;
	font-weight: 900;
	font-style: normal;
	*/
	/*欧文・数字*/
	/*
	font-family: "Chakra Petch", sans-serif;
	font-weight: 500;
	font-style: normal;
	*/
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.065em;
	line-height: 1.65em;
	word-break: break-word;
}



/*
本文フォント
*/
/*簡体字*/
body.zh_hans{
	font-family: "Noto Sans SC", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	/*明朝*/
	/*
	font-family: "Noto Serif SC", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	*/
}

/*繁体字*/
body.zh_hant{
	font-family: "Noto Sans HK", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	/*明朝*/
	/*
	font-family: "Noto Serif TC", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	*/
}



/*
画面全体処理
*/
#grandwrapper {
	width: 100%;
	overflow: hidden;
}



/*
汎用ボックス
*/
.currentbox_wrapper {
	display: flex;
	margin: 0 0 200px 0;
	/*
	filter: drop-shadow(0 0 20px rgba(16, 10, 38, 0.3));
	transform: translateZ(0);
	*/
}



/*
ベースレイアウト
*/
.currentbox {
	position: relative;
	background-color: rgba(255,255,255,0.6);
	flex-basis: 1000px;
	width: 1000px;
	height: 100%;
	padding: 100px 0;
}

/*左右パネル*/
.currentbox::after,
.currentbox::before {
	content: "";
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.6);
	width: 240px;
	height: 100%;
}

/*左右：横断*/
.currentbox_l {
	background-color: rgba(255,255,255,0.6);
	flex-grow: 1;
}
.currentbox_r {
	background-color: rgba(255,255,255,0.6);
	flex-grow: 1;
}

/*左右：中央*/
.boxstyle_c .currentbox::after {
	display: block;
	left: -140px;
	width: 140px;
	border-radius: 30px 0 0 30px;
}
.boxstyle_c .currentbox::before {
	display: block;
	left: 1000px;
	width: 140px;
	border-radius: 0 30px 30px 0;
}
.boxstyle_c .currentbox_l,
.boxstyle_c .currentbox_r {
	opacity: 0;
}

/*左右：左*/
.boxstyle_l .currentbox::after {
	display: block;
	left: -240px;
	border-radius: 30px 0 0 30px;
}
.boxstyle_l .currentbox_l {
	opacity: 0;
}
.boxstyle_l .currentbox_r {
}

/*左右：右*/
.boxstyle_r .currentbox::after {
	display: block;
	left: 1000px;
	border-radius: 0 30px 30px 0;
}
.boxstyle_r .currentbox_l {
}
.boxstyle_r .currentbox_r {
	opacity: 0;
}

/*初期アイテム設定*/
.currentbox .boxitem {
	position: relative;
	box-sizing: border-box;
	background-color: rgb(255 255 255 / 0.4);
	width: 1280px;
	margin: 100px auto 0 -140px;
	padding: 140px 140px 60px 140px;
	border-radius: 30px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.currentbox .boxitem:first-of-type {
	margin: 200px auto 0 -140px;
}
.currentbox .boxitem.notitle {
	padding: 140px;
}



/*
汎用ボタン
*/
.btn_a {}
.btn_a a {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	box-sizing: border-box;
	padding: 0 25px 0 0;
	background-image: url(../svg/arrow_btn_a.svg);
	background-size: 10px auto;
	background-position: 30px center;
	background-repeat: no-repeat;
	background-color: #1b1d24;
	color: #ffffff;
	width: 310px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	min-height: 65px;
	clip-path: polygon(4% 0, 100% 0, 100% 0%, 100% 80%, 96% 100%, 0% 100%, 0% 100%, 0% 20%);
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
.btn_a a:hover {
	background-color: #2d2d3f;
	background-position: 40px center;
	color: #a18cf4;
}
.btn_a.disabled a {
	background-color: #828282;
    color: #555;
    pointer-events: none;
}

/*右配置*/
.btn_a.set_r {
	display: flex;
	justify-content: flex-end;
	width: 1000px;
	margin: 80px auto 0 auto;
}

/*左配置*/
.btn_a.set_l {
	display: flex;
	justify-content: flex-start;
	width: 1000px;
	margin: 80px auto 0 auto;
}

/*中央配置*/
.btn_a.set_c {
	display: flex;
	justify-content: center;
	width: 1000px;
	margin: 80px auto 0 auto;
}



/*
言語切替
*/
.language {
}



/*
汎用アニメーション
*/
/*一括指定*/
.wp_t_a,
.wp_t_b,
.wp_t_c,
.wp_t_d {
	animation-timing-function: cubic-bezier(.42,0,0,.99);
	animation-direction: normal;
	animation-fill-mode: forwards;
	animation-play-state: running;
	animation-iteration-count: inherit;
}

/*トグルタイプ*/
.wp_t_a_toggle {
	opacity: 0;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
.wp_t_a_toggle_active {
	opacity: 1;
}

/*通過タイプ*/
.wp_t_a {
	opacity: 0;
	animation-duration: 800ms;
}
.wp_t_a_active {
	animation-name: anime_wp_t_a;
}
@keyframes anime_wp_t_a {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100%{
		opacity: 1;
		transform: translateY(0px);
	}
}

/*通過タイプ*/
.wp_t_b {
	opacity: 0;
	animation-duration: 800ms;
}
.wp_t_b_active {
	animation-name: anime_wp_t_b;
}
@keyframes anime_wp_t_b {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100%{
		opacity: 1;
		transform: translateY(0px);
	}
}

/*通過タイプ*/
.wp_t_c {
	opacity: 0;
	animation-duration: 800ms;
}
.wp_t_c_active {
	animation-name: anime_wp_t_c;
}
@keyframes anime_wp_t_c {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	100%{
		opacity: 1;
		transform: translateX(0px);
	}
}

/*通過タイプ*/
.wp_t_d {
	opacity: 0;
	animation-duration: 800ms;
}
.wp_t_d_active {
	animation-name: anime_wp_t_d;
}
@keyframes anime_wp_t_d {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	100%{
		opacity: 1;
		transform: translateX(0px);
	}
}



/*
flexの末尾調整用
*/
.emptyflexbox {
	background-color: transparent !important;
	height: 0 !important;
	min-height: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	border: none !important;
}
.emptyflexbox::before,
.emptyflexbox::after {
	display: none !important;
}



/*
magnificPopup
*/
/*フェードアニメーション初期設定*/
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: .8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	width: 1000px;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
/*ギャラリーモードUI*/
.mfp-arrow-right:after {
    border-left: 17px solid #00ccff !important;
}
.mfp-arrow-right:before {
	border-left: transparent !important;
}
.mfp-arrow-left:after {
    border-right: 17px solid #00ccff !important;
}
.mfp-arrow-left:before {
	border-right: transparent !important;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	font-size: 40px;
	color: #00ccff !important;
}
.mfp-counter {
	color: #00ccff !important;
}



/*
カルーセル：メイン
*/
/*アロー*/
.swiper-button-next:after,
.swiper-button-prev:after {
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 0 !important;
	width: 50px;
	height: 100px;
}
.swiper-button-next:after {
	background-image: url(../svg/arrow_carousel_r.svg);
}
.swiper-button-prev:after {
	background-image: url(../svg/arrow_carousel_l.svg);
}

/*ページネーション*/
.swiper-pagination-bullet {
	border-radius: inherit !important;
	width: 40px !important;
	height: 6px !important;
}
.swiper-pagination-bullet-active {
	background-color: #6642f4 !important;
}



/*
追加文字スタイル
*/
.plsm {
	letter-spacing: 0em;
}
.sizel_1 {
	font-size: 0.9em;
}
.sizel_2 {
	font-size: 0.8em;
}
.sizel_3 {
	font-size: 0.7em;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
COMMON_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/









/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

ローディング

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
LOADING_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#loading{
	z-index: 999;
	background-color: #e9e7f3;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition-duration: 1000ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: bottom;
}



/*
SVG格納要素指定
*/
#loading > div {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	display: inline-block;
	width: 200px;
	height: 200px;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}

/*SVGオブジェクト全体のサイズ*/
#loading > div svg {
    width: 100%;
    height: 100%;
}

/*シンボル*/
#loading > div svg .load_logo {
	fill: #B5A9F4;
}

/*テキスト*/
#loading > div svg .load_text {
	fill: #27197C;
}

/*アニメーション用汎用設定*/
#loading > div svg .load_logo {
	animation-duration: 6000ms;
	animation-delay: 0;
	animation-timing-function: linear;
	animation-direction: normal;
	animation-fill-mode: forwards;
	animation-play-state: running;
	animation-iteration-count: infinite;
}



/*
ロード中演出
*/
#loading.start > div {
	opacity: 1;
	transform: scale(1);
}

#loading.start > div svg .load_logo {
	animation-name: common_anime_startloading;
}

@keyframes common_anime_startloading {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.2;
	}
	100%{
		opacity: 1;
	}
}



/*
フェードアウト演出
*/
#loading.remove > div {
	opacity: 0;
	transform: scale(0);
	animation-name: common_anime_removeloading;
}
@keyframes common_anime_removeloading {
	0% {
		opacity: 1;
		transform: scale(1);
	}
	100%{
		opacity: 0;
		transform: scale(0);
	}
}



/*
削除
*/
/*アニメーション停止*/
#loading.remove > div,
#loading.destroy > div svg .load_logo {
	animation-name: none;
}
/*不可視化・クリック非対象に*/
#loading.destroy{
	opacity: 0;
	pointer-events: none;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　LOADING_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/







/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

ナビゲーション

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
Gnav_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#gnav {
	box-sizing: border-box;
	z-index: 99;
	position: fixed;
	top: -120px;
	left: 0;
	width: 100%;
	background-image: url(../svg/icon_triangle_2.svg),  linear-gradient(0deg, rgba(233,231,243,0), rgba(233,231,243,1));
	background-position: top right, top center;
	background-size: 20px 20px, 100% auto;
	background-repeat: no-repeat;
}

/*アニメーション*/
#gnav {
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 1600ms;
	transform-origin: top;
}
#gnav.active {
	top: 0;
}



/*
トグル
*/
#gnav .toggle {
	display: none;
}



/*
リンクリスト
*/
#gnav .list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 30px;
	font-size: 20px;
	font-family: "Chakra Petch", sans-serif;
	font-weight: 500;
	font-style: normal;
}

/*簡体字版：リンクリスト*/
.zh_hans #gnav .list {
	font-family: "Noto Sans SC", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
}

/*繁体字版：リンクリスト*/
.zh_hant #gnav .list {
	font-family: "Noto Sans HK", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
}

#gnav .list > ul {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 42px;
	padding: 0 0 0 70px;
}
#gnav .list > ul li {
	margin: 0 20px 0 0;
}

/*アイコン*/
#gnav .list > ul::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 49px;
	height: 42px;
	background-image: url(../svg/icon_gnav_symbol.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}

/*アンカー*/
#gnav .list a {
	position: relative;
	display: block;
	color: #050213;
	letter-spacing: 0.065em;
	text-decoration: none;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
#gnav .list a::after {
	content: "";
	display: block;
	z-index: -1;
	position: absolute;
	top: -4px;
	left: -4px;
	width: 100%;
	height: 100%;
	background-color: #6642f4;
	border-radius: 3px;
	padding: 4px;
	transform: scaleX(0);
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: left;
}
#gnav .list a:hover {
	color: #ffffff;
}
#gnav .list a:hover::after{
	transform: scaleX(1);
}



/*
BGM
*/
#gnav #sound_bgm {
	position: absolute;
	top: 30px;
	right: 30px;
	background-image: url(../svg/icon_sound_speaker.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 23px 15px;
	padding: 0 0 0 40px;
}

#gnav #sound_bgm > p {
	min-width: 100px;
	padding: 3px;
	font-size: 18px;
	text-align: center;
	line-height: 1em;
	cursor: pointer;
	border: 1px #bcbac6 solid;
	border-radius: 100px;
}
#gnav #sound_bgm > p span {
	display: block;
	background-color: #dbd8e6;
	color: #b4b0ca;
	padding: 3px 30px;
	font-family: "Chakra Petch", sans-serif;
	font-weight: 800;
	font-style: normal;
	border-radius: 100px;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
#gnav #sound_bgm > p span::before {
	content: "OFF";
}
#gnav #sound_bgm > p span:hover {
	padding: 3px 40px;
}

/*簡体字版：BGM*/
.zh_hans #gnav #sound_bgm > p span::before {
	content: "关闭";
}

/*繁体字版：BGM*/
.zh_hant #gnav #sound_bgm > p span::before {
	content: "關閉";
}

/*アクティブ*/
#gnav #sound_bgm > p.active span {
	background-color: #6642f4;
	color: #ffffff;
}
#gnav #sound_bgm > p.active span::before {
	content: "ON";
}

/*簡体字版：アクティブ*/
.zh_hans #gnav #sound_bgm > p.active span::before {
	content: "开启";
}

/*繁体字版：アクティブ*/
.zh_hant #gnav #sound_bgm > p.active span::before {
	content: "開啟";
}

/*クレジット表記追加*/
#gnav #sound_bgm::after {
	pointer-events: none;
	content: "THEME SONG: 澤野弘之 / 0-virtual";
	position: absolute;
	top: 50px;
	right: 0;
	color: #6642f4;
	height: 500px;
	font-size: 13px;
	writing-mode: vertical-rl;
	text-shadow: 0 0 6px #ffffff, 0 0 10px #ffffff, 0 0 3px #ffffff;
}

/*英語版：クレジット表記追加*/
.en #gnav #sound_bgm::after {
	content: "THEME SONG: SawanoHiroyuki / 0-virtual";
}

/*簡体字版：クレジット表記追加*/
.zh_hans #gnav #sound_bgm::after {
	content: "主题曲: SawanoHiroyuki / 0-virtual";
}

/*繁体字版：クレジット表記追加*/
.zh_hant #gnav #sound_bgm::after {
	content: "主題曲: SawanoHiroyuki / 0-virtual";
}



/*
ページURL
*/
.indexpage {
	display: none;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
Gnav_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/







/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

フッター

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
footer_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#grandfooter {
	position: relative;
	margin: 300px 0 0 0;
}



/*
ロゴ
*/
#grandfooter .symbol h2 {
	position: absolute;
	top: -160px;
	left: 50%;
	margin: 0 0 0 -95.5px;
	background-image: url(../images/logo_soyogifractal_symbol2l.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 191px;
	height: 209px;
	text-indent: -9999px;
}



/*
ディープリンク
*/
#grandfooter .deeplinks {
	background-image: url(../images/footer_bg.png);
	background-position: top center;
	background-size: auto 326px;
	background-repeat: repeat-x;
	width: 100%;
	padding: 160px 0 60px 0;
}

#grandfooter .deeplinks ul {
	display: flex;
	justify-content: center;
}

#grandfooter .deeplinks ul li {
	margin: 0 10px;
}

#grandfooter .deeplinks ul li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
	font-family: "Chakra Petch", sans-serif;
	font-weight: 500;
	font-style: normal;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
#grandfooter .deeplinks ul li a:hover {
	color: #6642f4;
}

/*簡体字版：ディープリンク*/
.zh_hans #grandfooter .deeplinks ul li a {
	font-family: "Noto Sans SC", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
}

/*繁体字版：ディープリンク*/
.zh_hant #grandfooter .deeplinks ul li a {
	font-family: "Noto Sans HK", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
}



/*
言語切替
*/
#grandfooter .changelang {
	background-color: #1b1d24;
	color: #ffffff;
	text-align: center;
	padding: 2em 0;
}
#grandfooter .changelang h4 {
	margin: 0 0 30px 0;
	color: #787487;
	font-family: "Chakra Petch", sans-serif;
	font-weight: 900;
	font-style: normal;
}
#grandfooter .changelang li {
	margin: 0 0 1em 0;
}
#grandfooter .changelang li:last-child {
	margin: 0;
}
#grandfooter .changelang li a {
	display: inline-block;
	color: #ffffff;
	padding: 10px 13px;
	font-size: 13px;
	line-height: 1em;
	text-decoration: none;
	border-radius: 6px;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
#grandfooter .changelang li a:hover {
	background-color: #6642f4;
}



/*
権利表記
*/
#grandfooter .copyright {
	background-color: #1b1d24;
	color: #787487;
	font-size: 13px;
	text-align: center;
	padding: 50px 0;
}



/*
ページの先頭に戻る
*/
#grandfooter .btt {
	position: absolute;
	top: -50px;
	right: 80px;
}

#grandfooter .btt a {
	display: block;
	background-image: url(../svg/arrow_btt.svg);
	background-position: center 30px;
	background-size: 20px 10px;
	background-color: #ffffff;
	color: #1b1d24;
	padding: 70px 20px 30px 20px;
	font-size: 14px;
	text-decoration: none;
	writing-mode: vertical-rl;
	border: 1px #dad8e6 solid;
	border-radius: 100px;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
#grandfooter .btt a:hover {
	background-position: center 20px;
	color: #6642f4;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
footer_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/









/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

トップページ

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：汎用_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*
大見出し
*/
#top section > .title {
	z-index: 2;
	position: relative;
	top: 50px;
	display: flex;
	align-items: center;
	width: 1000px;
	margin: 0 auto;
	line-height: 1em;
}

/*飾り*/
#top section > .title::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -100px;
	margin: -36px 0 0 0;
	background-image: url(../svg/icon_star_title.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	width: 80px;
	height: 72px;
}

/*欧文タイトル*/
#top section > .title h2 {
	color: #6642f4;
	font-size: 100px;
	font-family: "Chakra Petch", sans-serif;
	font-weight: 500;
	font-style: normal;
}

/*簡体字版：欧文タイトル*/
#top.zh_hans section > .title h2 {
	font-family: "Noto Sans SC", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
}

/*繁体字版：欧文タイトル*/
#top.zh_hant section > .title h2 {
	font-family: "Noto Sans HK", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
}

/*和文タイトル*/
#top section > .title p {
	position: relative;
	color: #180f3d;
	margin: 0 0 0 30px;
	font-size: 24px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 900;
	font-style: normal;
	transform: scaleX(0.6);
	transform-origin: left;
}

/*簡体字版：和文タイトル*/
#top.zh_hans section > .title p {
	font-family: "Noto Serif SC", serif;
	font-optical-sizing: auto;
	font-weight: 500;
}

/*繁体字版：和文タイトル*/
#top.zh_hant section > .title p {
	font-family: "Noto Serif TC", serif;
	font-optical-sizing: auto;
	font-weight: 500;
}



/*
サンプルボイス
*/
.samplevoice {
	width: 1000px;
}

.samplevoice li {
	filter: drop-shadow(0 0 1px #a3a3bb);
	/*負荷軽減*/
	transform: translateZ(0);
}

.samplevoice li > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	position: relative;
	background-color: #e7e7eb;
	width: 100%;
	min-height: 90px;
	margin: 15px 0;
	padding: 30px;
	clip-path: polygon(1.5% 0, 100% 0, 100% 0%, 100% 85%, 98.5% 100%, 0% 100%, 0% 100%, 0% 16%);
}

.samplevoice li > div > div {
	display: flex;
	align-items: center;
}
.samplevoice li > div > div h5 {
	font-size: 14px;
}

/*アイコン*/
.samplevoice li > div .sound_set span {
	display: block;
	background-image: url(../svg/icon_sound_play.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	width: 25px;
	height: 25px;
	margin: 0 20px 0 0;
	text-indent: -9999px;
	cursor: pointer;
}
.samplevoice li > div .sound_set.active span {
	background-image: url(../svg/icon_sound_pause.svg);
}

/*秒数*/
.samplevoice li > div > span {
	color: #c9c6e0;
	font-size: 14px;
	font-family: "Chakra Petch", sans-serif;
	font-weight: 500;
	font-style: normal;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：汎用_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：キービジュアルエリア_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*
基本設定
*/
/*下層共通*/
#vis {
	position: relative;
	width: 100%;
	overflow: hidden;
}

/*トップ*/
#top #vis {
	height: 770px;
	margin: 0 0 180px 0;
}



/*
ロゴ
*/
#top #vis h1 {
	z-index: 3;
	position: absolute;
	top: 270px;
	left: 50%;
	margin: 0 0 0 -40%;
	background-image: url(../images/logo_soyogifractal_1l.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	width: 536px;
	height: 110px;
	text-indent: -9999px;
	filter: drop-shadow(0 0 6px rgba(255, 255, 255, 1));
	/*負荷軽減*/
	transform: translateZ(0);
}

/*ロゴ：アニメーション*/
#top #vis h1 {
	opacity: 0;
	margin: 0 0 0 -37%;
	transition-duration: 1200ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 300ms;
	transform-origin: center;
}
#top #vis.active h1 {
	opacity: 1;
	margin: 0 0 0 -40%;
}



/*
ビジュアル要素
*/
#top #vis .object {
	z-index: 2;
	position: relative;
}

/*キービジュアル*/
#top #vis .object figure img {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -150px;
	width: 1486px;
	height: 1396px;
}

/*キービジュアル：アニメーション*/
#top #vis .object figure img {
	opacity: 0;
	margin: 0 0 0 -200px;
	transition-duration: 1800ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 300ms;
	transform-origin: center;
}
#top #vis.active .object figure img {
	opacity: 1;
	margin: 0 0 0 -150px;
}




/*
背景エフェクト
*/
#top #vis .visbg {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 770px;
}

/*下層共通：パーティクル背景*/
#vis .visbg #particles-js {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*下層共通：グラデーション背景*/
#vis .visbg .gradation {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(0deg, #bcb8d4, #e9e7f3);
}

/*下層共通：星型パーティクル*/
#vis .visbg .starparticle {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#vis .visbg .starparticle span {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	background-image: url(../svg/icon_star_a.svg);
	width: 28px;
	height: 28px;
}
#vis .visbg .starparticle span:nth-of-type(1),
#vis .visbg .starparticle span:nth-of-type(2),
#vis .visbg .starparticle span:nth-of-type(3),
#vis .visbg .starparticle span:nth-of-type(4),
#vis .visbg .starparticle span:nth-of-type(5) {
	width: 16px;
	height: 16px;
}
#vis .visbg .starparticle span:nth-of-type(6),
#vis .visbg .starparticle span:nth-of-type(7),
#vis .visbg .starparticle span:nth-of-type(8) {
	width: 10px;
	height: 10px;
}
#vis .visbg .starparticle span:nth-of-type(9),
#vis .visbg .starparticle span:nth-of-type(10) {
	width: 24px;
	height: 24px;
}

#vis .visbg .starparticle span:nth-of-type(1) {
	margin: 430px 0 0 270px;
	animation-duration: 4000ms;
}
#vis .visbg .starparticle span:nth-of-type(2) {
	margin: 230px 0 0 -70px;
	animation-duration: 3000ms;
}
#vis .visbg .starparticle span:nth-of-type(3) {
	margin: 210px 0 0 -470px;
	animation-duration: 2000ms;
}
#vis .visbg .starparticle span:nth-of-type(4) {
	margin: 140px 0 0 740px;
	animation-duration: 3000ms;
}
#vis .visbg .starparticle span:nth-of-type(5) {
	margin: 540px 0 0 -50px;
	animation-duration: 4000ms;
}
#vis .visbg .starparticle span:nth-of-type(6) {
	margin: 270px 0 0 610px;
	animation-duration: 2700ms;
}
#vis .visbg .starparticle span:nth-of-type(7) {
	margin: 610px 0 0 -270px;
	animation-duration: 6000ms;
}
#vis .visbg .starparticle span:nth-of-type(8) {
	margin: 430px 0 0 -530px;
	animation-duration: 2800ms;
}
#vis .visbg .starparticle span:nth-of-type(9) {
	margin: 70px 0 0 100px;
	animation-duration: 3500ms;
}
#vis .visbg .starparticle span:nth-of-type(10) {
	margin: 400px 0 0 670px;
	animation-duration: 3100ms;
}
#vis .visbg .starparticle span:nth-of-type(11) {
	margin: 450px 0 0 -190px;
	animation-duration: 2200ms;
}
#vis .visbg .starparticle span:nth-of-type(12) {
	margin: 160px 0 0 -670px;
	animation-duration: 2700ms;
}

#vis .visbg .starparticle span {
	animation-name: anime_starparticle;
	animation-delay: 0ms;
	animation-direction: normal;
	animation-duration: 4000ms;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-play-state: running;
	animation-timing-function: ease-in-out;
}
@keyframes anime_starparticle {
	0% {
		opacity: 0;
		transform: scale(0.5);
	}
	30% {
		opacity: 1;
		transform: scale(1.0);
	}
	70% {
		opacity: 0.8;
		transform: scale(0.8);
	}
	100% {
		opacity: 0;
		transform: scale(0.5);
	}
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：キービジュアルエリア_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：ファストビュー要素_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#fvinfo {
	z-index: 5;
	position: absolute;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

/*アニメーション*/
#fvinfo {
	opacity: 0;
	top: 480px;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 1200ms;
	transform-origin: top;
}
#fvinfo.active {
	opacity: 1;
	top: 500px;
}



/*
ピックアップ
*/
#fvinfo .pickupinfo {
	position: absolute;
	top: 0;
	left: 40px;
	width: 420px;
}
#fvinfo .pickupinfo ul {
	display: block;
	width: auto;
	margin: auto;
}

/*サムネ*/
#fvinfo .pickupinfo figure {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	background-image: linear-gradient(90deg, #150d3b, #211061);
	width: 420px;
	height: 245px;
	padding: 10px;
}
#fvinfo .pickupinfo figure img {
	width: 100%;
	height: auto;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
	transform: scale(1);
}
#fvinfo .pickupinfo a:hover figure img {
	transform: scale(1.1);
}

/*詳細*/
#fvinfo .pickupinfo .detail {
	box-sizing: border-box;
	background-color: #ffffff;
	width: 420px;
	padding: 30px;
}



/*
アプリバナー
*/
#fvinfo .appbanner {
	position: absolute;
	top: 168px;
	right: 40px;
}

#fvinfo .appbanner a {
	position: relative;
	top: 0;
	display: block;
	background-image: url(../images/fvinfo_happyrat.png);
	width: 424px;
	height: 238px;
	text-indent: -9999px;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
#fvinfo .appbanner a:hover {
	top: -5px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：ファストビュー要素_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：NEWS_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#top #news {}



/*
リスト
*/
#top #news .newslist ul {
	margin: 0 auto;
}

/*最初の1列*/
#top #news .newslist ul li:nth-of-type(1),
#top #news .newslist ul li:nth-of-type(2) {
	width: 490px;
	margin: 0 0 20px;
}
#top #news .newslist ul li:nth-of-type(1) a,
#top #news .newslist ul li:nth-of-type(2) a {
	display: block;
	width: 490px;
}
#top #news .newslist ul li:nth-of-type(1) figure,
#top #news .newslist ul li:nth-of-type(2) figure {
	width: 490px;
	height: 284px;
	padding: 10px;
}
#top #news .newslist ul li:nth-of-type(1) .detail,
#top #news .newslist ul li:nth-of-type(2) .detail {
	display: block;
	width: 490px;
	height: auto;
	padding: 30px;
}
#top #news .newslist ul li:nth-of-type(1) .detail .meta,
#top #news .newslist ul li:nth-of-type(2) .detail .meta {
	width: 100%;
	margin: 0 0 15px 0;
}
#top #news .newslist ul li:nth-of-type(1) .detail .meta time,
#top #news .newslist ul li:nth-of-type(1) .detail .meta span,
#top #news .newslist ul li:nth-of-type(2) .detail .meta time,
#top #news .newslist ul li:nth-of-type(2) .detail .meta span {
	width: auto;
}

/*トップページ用スタイル*/
#top #news .newslist ul li {
	background-image: url(../svg/icon_triangle_1.svg);
	background-position: bottom right;
	background-size: 14px 14px;
	background-color: #e9e7f3;
	width: 100%;
	margin: 0 0 20px 0;
	box-shadow: 0 2px 0 #73dfde, 0 4px 0 #6642f4;
}
#top #news .newslist ul li a {
	display: flex;
	align-items: center;
	width: auto;
}
#top #news .newslist ul li figure {
	box-sizing: border-box;
	flex-basis: 180px;
	width: 180px;
	height: 105px;
	padding: 5px;
	box-shadow: 0 2px 0 #73dfde, 0 4px 0 #6642f4;
}
#top #news .newslist ul li .detail {
	display: flex;
	align-items: center;
	flex-grow: 1;
	background-color: #e9e7f3;
	width: 820px;
	height: 105px;
	padding: 10px 30px;
}
#top #news .newslist ul li .detail .meta {
	flex-wrap: wrap;
	flex-basis: 110px;
	width: 110px;
	margin: 0 30px 0 0;
}
#top #news .newslist ul li .detail .meta time,
#top #news .newslist ul li .detail .meta span {
	width: 100%;
	text-align: center;
	margin: 3px 0;
}
#top #news .newslist ul li .detail h4 {
	flex-grow: 1;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：NEWS_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：ABOUT_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#top #about {
	position: relative;
}
#top #about .currentbox {
	position: relative;
	padding: 150px 0;
}



/*
飾り
*/
#top #about::before {
	content: "";
	display: block;
	z-index: 3;
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0 0 0 320px;
	background-image: url(../svg/object_slash_a.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 770px;
	height: 650px;
}



/*
コンセプト
*/
#top #about .concept {
	margin: 0 0 100px 0;
}

/*キャッチコピー*/
#top #about .concept h4 {
	color: #4130ca;
	margin: 0 0 50px 0;
	font-size: 40px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 900;
	font-style: normal;
	letter-spacing: 0.25em;
	line-height: 1.9em;
	transform: scaleX(0.6);
	transform-origin: left;
}

/*英語版：キャッチコピー*/
#top.en #about .concept h4 {
	margin: 0 0 25px 0;
	font-size: 38px;
	font-weight: 400;
}

/*簡体字版：キャッチコピー*/
#top.zh_hans #about .concept h4 {
	margin: 0 0 25px 0;
	font-size: 38px;
	font-family: "Noto Serif SC", serif;
	font-optical-sizing: auto;
	font-weight: 500;
}

/*繁体字版：キャッチコピー*/
#top.zh_hant #about .concept h4 {
	margin: 0 0 25px 0;
	font-size: 38px;
	font-family: "Noto Serif TC", serif;
	font-optical-sizing: auto;
	font-weight: 500;
}

/*キャッチコピー*/
#top #about .concept .detail {}
#top #about .concept .detail p {
	margin: 0 0 1em 0;
	font-size: 16px;
	letter-spacing: 0.065em;
	line-height: 1.7em;
}



/*
キーパーソン
*/
#top #about .keyparson {

}
#top #about .keyparson > ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 1000px;
	margin: 0 auto;
}

#top #about .keyparson > ul > li {
	position: relative;
	box-sizing: border-box;
	background-color: #e9e7f3;
	width: 310px;
	min-height: 660px;
	padding: 30px;
	box-shadow: 0 2px 0 #73dfde, 0 4px 0 #6642f4;
}

/*英語版*/
#top.en #about .keyparson > ul > li {
	position: relative;
	box-sizing: border-box;
	background-color: #e9e7f3;
	width: 310px;
	min-height: 670px;
	padding: 30px;
	box-shadow: 0 2px 0 #73dfde, 0 4px 0 #6642f4;
}

/*簡体字版*/
#top.zh_hans #about .keyparson > ul > li {
	position: relative;
	box-sizing: border-box;
	background-color: #e9e7f3;
	width: 310px;
	min-height: 670px;
	padding: 30px;
	box-shadow: 0 2px 0 #73dfde, 0 4px 0 #6642f4;
}

/*繁体字版*/
#top.zh_hant #about .keyparson > ul > li {
	position: relative;
	box-sizing: border-box;
	background-color: #e9e7f3;
	width: 310px;
	min-height: 670px;
	padding: 30px;
	box-shadow: 0 2px 0 #73dfde, 0 4px 0 #6642f4;
}

/*サムネイル*/
#top #about .keyparson .keyparson_list figure {
	display: flex;
	align-items: center;
	width: 100px;
	height: 100px;
	margin: 0 0 25px 0;
	border-radius: 400px;
	overflow: hidden;
}
#top #about .keyparson .keyparson_list figure img {
	width: 100%;
	height: auto;
}

/*テキスト要素*/
#top #about h5 {
	margin: 0px 0 20px 0;
	font-size: 17px;
	font-family: "Chakra Petch", sans-serif;
	font-weight: 600;
	font-style: normal;
}

#top #about h4 {
	margin: 0 0 25px 0;
	font-size: 40px;
	font-weight: 400;
}

/*英語版*/
#top.en #about h4 {
	margin: 0 0 25px 0;
	font-size: 28px;
	font-weight: 400;
}

/*簡体字版*/
#top.zh_hans #about h4 {
	margin: 0 0 25px 0;
	font-size: 28px;
	font-weight: 400;
}

/*繁体字版*/
#top.zh_hant #about h4 {
	margin: 0 0 25px 0;
	font-size: 28px;
	font-weight: 400;
}

#top #about .detail {
	position: relative;
	padding: 30px 0 0 0;
}
#top #about .detail::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	background-color: #7754ff;
	width: 20px;
	height: 4px;
	margin: 0 0 0 0;
}

#top #about .detail p {
	font-size: 14px;
	line-height: 1.6em;
	letter-spacing: 0.065em;
	word-break: break-all;
}

/*外部アイコン*/
#top #about .keyparson .ex {
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	padding: 30px;
}
#top #about .keyparson .ex li a {
	display: block;
	background-color: #3a3848;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 26px auto;
	width: 46px;
	height: 46px;
	margin: 0 0 0 5px;
	text-indent: -9999px;
	border-radius: 6px;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
#top #about .keyparson .ex li a:hover {
	border-radius: 100px;
}
#top #about .keyparson .ex .x a {
	background-image: url(../svg/icon_about_x_w.svg);
}
#top #about .keyparson .ex .site a {
	background-image: url(../svg/icon_about_site_w.svg);
}




/*
サブタイトル要素
*/
#top #about .subtitle {
	top: 0;
	margin: 0 0 50px 0;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：ABOUT_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：PROFILE_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#top #profile {
	position: relative;
}



/*
ビジュアル
*/
#top #profile .illust {
	z-index: 3;
	position: absolute;
	top: -35px;
	right: -255px;
	width: 779px;
	height: 1274px;
}
#top #profile .illust img {
	width: 100%;
	height: auto;
}



/*
詳細
*/
#top #profile .detail {
	z-index: 2;
	position: relative;
	box-sizing: border-box;
	min-height: 930px;
	padding: 40px 0 0 0;
}

/*名前*/
#top #profile .detail h3 {
	margin: 0 0 25px 0;
	font-size: 84px;
	font-weight: 300;
	letter-spacing: 0.045em;
}
#top #profile .detail h3 ruby rt {
	font-size: 14px;
	font-weight: 700;
	padding: 8px;
}

/*英語版：名前*/
#top.en #profile .detail h3 {
	margin: 0 0 100px 0;
	font-size: 72px;
	font-weight: 300;
	letter-spacing: 0.045em;
}

/*簡体字版：名前*/
#top.zh_hans #profile .detail h3 {
	margin: 0 0 100px 0;
	font-size: 72px;
	font-weight: 300;
	letter-spacing: 0.045em;
}

/*繁体字版：名前*/
#top.zh_hant #profile .detail h3 {
	margin: 0 0 100px 0;
	font-size: 72px;
	font-weight: 300;
	letter-spacing: 0.045em;
}

#top #profile .detail h4 {
	margin: 0 0 100px 0;
	font-size: 19px;
	font-family: "Chakra Petch", sans-serif;
	font-weight: 600;
	font-style: normal;
}

/*プロフテキスト*/
#top #profile .detail .caption {
	width: 550px;
	margin: 0 0 100px 0;
}
#top #profile .detail .caption p {
	margin: 0 0 1em 0;
	font-size: 16px;
	line-height: 1.6em;
	letter-spacing: 0.065em;
}

/*サンプルボイス*/
#top #profile .samplevoice {}

#top #profile .samplevoice li {}
#top #profile .samplevoice li > div {
	width: 400px;
	min-height: 90px;
	clip-path: polygon(5% 0, 100% 0, 100% 0%, 100% 80%, 95% 100%, 0% 100%, 0% 100%, 0% 20%);
}

/*簡体字版：サンプルボイス*/
#top.zh_hans #profile .samplevoice li > div {
	width: 440px;
}

/*繁体字版：サンプルボイス*/
#top.zh_hant #profile .samplevoice li > div {
	width: 440px;
}



/*
飾り
*/
#top #profile .object span {
	display: block;
	z-index: 1;
	position: absolute;
	bottom: -100px;
	left: 50%;
	margin: 0 0 0 -1070px;
	background-image: url(../svg/object_slash_a.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 1100px;
	height: 640px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：PROFILE_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：LIBRARY_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#top #library {}
#top #library .currentbox_wrapper {
	margin: 0 0 100px 0;
}



/*
大見出し
*/
#top section#library > .title {
	top: 0;
	margin: 0 auto 100px auto;
}



/*
大見出し
*/
#top section#library .subtitle {
	top: -75px;
}



/*
MOVIE
*/
#top section#library .library_movie {}
#top section#library .library_movie .currentbox {
	padding: 50px 0 200px 0;
}

#top section#library .library_movie .swiper-slide a {
	display: block;
	color: #180f3d;
	width: 840px;
	margin: 0 auto;
	text-decoration: none;
}

/*サムネイル*/
#top section#library .library_movie .currentbox .thumb {
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../images/library_movie_frame.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	width: 840px;
	height: 490px;
}
#top section#library .library_movie .currentbox .thumb figure {
	width: 800px;
	height: 450px;
	overflow: hidden;
}
#top section#library .library_movie .currentbox .thumb figure img {
	width: 100%;
	height: 100%;
}

/*カテゴリ表記*/
#top section#library .library_movie .currentbox h5 {
	margin: 30px 0;
	color: #b5b1c9;
	font-size: 14px;
	font-family: "Chakra Petch", sans-serif;
	font-weight: 600;
	font-style: normal;
}
#top section#library .library_movie .currentbox h5 span {
	color: #180f3d;
}

/*簡体字版：カテゴリ表記*/
#top.zh_hans section#library .library_movie .currentbox h5 {
	font-family: "Noto Sans SC", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
}

/*繁体字版：カテゴリ表記*/
#top.zh_hant section#library .library_movie .currentbox h5 {
	font-family: "Noto Sans HK", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
}

/*キャプション*/
#top section#library .library_movie .currentbox .caption {}

/*ページネーション*/
#top section#library .library_movie .currentbox .ui .swiper-pagination {
	box-sizing: border-box;
	background-color: #fff;
	left: 50%;
	bottom: 0;
	width: 1280px;
	margin: 0 0 0 -640px;
	padding: 30px 330px;
	border-radius: 30px;
}
#top section#library .library_movie .currentbox .ui .swiper-pagination span {
	margin: 10px 4px;
}

/*アロー*/
#top section#library .library_movie .currentbox .ui .swiper-button-next,
#top section#library .library_movie .currentbox .ui .swiper-button-prev {
	margin: -130px 0 0 0;
}
:root {
    --swiper-navigation-size: inherit !important;
}



/*
COMICS
*/
#top section#library .library_comics {}
#top section#library .library_comics .currentbox {
	padding: 50px 0 50px 0;
}



/*
COMCIS：概要
*/
#top section#library .library_comics .comic_details {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1000px;
	height: 546px;
	margin: 0px auto 50px auto;
	overflow: hidden;
	border-radius: 20px;
	filter: drop-shadow(0 0 10px rgba(200, 185, 245, 0.5));
}

#top section#library .library_comics .comic_details figure {
	position: relative;
}
#top section#library .library_comics .comic_details figure img {
	width: 100%;
	height: auto;
}
#top section#library .library_comics .comic_details .coverart {
	width: 387px;
	height: 546px;
}
#top section#library .library_comics .comic_details .diagram {
	flex: 1;
}
#top section#library .library_comics .comic_details .diagram a::after {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background-image: url(../comics/comic_icon_zoom.svg);
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}



/*
COMCIS：モジュール
*/
#top section#library .library_comics .comc_module {
	position: relative;
}

#top section#library .library_comics .swiper-slide .thumb {
	display: block;
	color: #180f3d;
	width: 840px;
	margin: 0 auto;
	text-decoration: none;
}

/*サムネイル*/
#top section#library .library_comics .currentbox .thumb {
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../images/common_frame_tl.png), url(../images/common_frame_tr.png), url(../images/common_frame_bl.png), url(../images/common_frame_br.png);
	background-size: 40px auto;
	background-repeat: no-repeat;
	background-position: top left, top right, bottom left, bottom right;
	width: 680px;
	height: 928px;
}
#top section#library .library_comics .currentbox .thumb figure {
	width: 600px;
	height: 848px;
	overflow: hidden;
}
#top section#library .library_comics .currentbox .thumb figure img {
	width: 100%;
	height: auto;
}

/*コミックスinfo*/
#top section#library .library_comics .currentbox .comics_info {
	width: 840px;
	margin: 0 auto;
}

/*カテゴリ表記*/
#top section#library .library_comics .currentbox h5 {
	margin: 30px 0;
	color: #b5b1c9;
	font-size: 14px;
	font-family: "Chakra Petch", sans-serif;
	font-weight: 600;
	font-style: normal;
}
#top section#library .library_comics .currentbox h5 span {
	color: #180f3d;
}

/*簡体字版：カテゴリ表記*/
#top.zh_hans section#library .library_comics .currentbox h5 {
	font-family: "Noto Sans SC", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
}

/*繁体字版：カテゴリ表記*/
#top.zh_hant section#library .library_comics .currentbox h5 {
	font-family: "Noto Sans HK", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
}

/*キャプション*/
#top section#library .library_comics .currentbox .caption {}

/*ページネーション*/
#top section#library .library_comics .currentbox .ui .swiper-pagination {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin: 70px auto 0 auto;
	border-radius: 30px;
}
#top section#library .library_comics .currentbox .ui .swiper-pagination span {
	display: block;
	background-color: #cccccc !important;
	color: #ababab;
	margin: 10px 4px;
	padding: 4px 8px;
	height: auto !important;
	font-size: 15px;
	font-family: "Chakra Petch", sans-serif;
	font-weight: 500;
	font-style: normal;
	opacity: 1 !important;
}
#top section#library .library_comics .currentbox .ui .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #6642f4 !important;
	color: #ffffff;;
}

/*アロー*/
#top section#library .library_comics .currentbox .ui .swiper-button-next,
#top section#library .library_comics .currentbox .ui .swiper-button-prev {
	top: 530px;
	margin: -130px 0 0 0;
	/*
	transform: rotate(180deg);
	*/
}
:root {
    --swiper-navigation-size: inherit !important;
}
/*
#top section#library .library_comics .currentbox .ui .swiper-button-next {
	left: 0;
	right: auto;
}
#top section#library .library_comics .currentbox .ui .swiper-button-prev {
	left: auto;
	right: 0;
}
*/



/*
SOUND
*/
#top section#library .library_sound {}
#top section#library .library_sound .currentbox {
	padding: 50px 0 100px 0;
}



/*
USER CONTENTS
*/
#top section#library .library_usercontents {}
#top section#library .library_usercontents .currentbox {
	padding: 50px 0 100px 0;
}

/*詳細テキスト*/
#top section#library .library_usercontents .currentbox .detail {
	z-index: 1;
	position: relative;
	width: 840px;
	margin: 0 0 20px 0;
}
#top section#library .library_usercontents .currentbox .detail p {
	font-size: 16px;
	line-height: 1.6em;
	letter-spacing: 0.065em;
	margin: 0 0 1em 0;
}
#top section#library .library_usercontents .currentbox .detail em {
	color: #4130ca;
	font-style: normal;
}

/*リンク*/
#top section#library .library_usercontents .currentbox .exlink {
	width: 840px;
}
#top section#library .library_usercontents .currentbox .exlink ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#top section#library .library_usercontents .currentbox .exlink ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #1b1d24;
	color: #ffffff;
	width: 415px;
	min-height: 90px;
	font-size: 15px;
	text-decoration: none;
	clip-path: polygon(4% 0, 100% 0, 100% 0%, 100% 81%, 96% 100%, 0% 100%, 0% 100%, 0% 18%);
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
#top section#library .library_usercontents .currentbox .exlink ul li a em {
	color: #6642f4;
	font-style: normal;
	font-weight: 500;
}
#top section#library .library_usercontents .currentbox .exlink ul li a:hover {
	background-color: #2d2d3f;
	color: #a18cf4;
}

/*ガイドライン*/
#top section#library .library_usercontents .currentbox .exlink > p a {
	display: block;
	box-sizing: border-box;
	color: #1b1d24;
	margin: 20px 0 0 0;
	padding: 20px;
	line-height: 1em;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border: 1px #828282 solid;
	border-radius: 100px;
}

/*ビジュアル*/
#top section#library .library_usercontents .currentbox .illust {
	z-index: 2;
	position: absolute;
	top: -20px;
	left: 50%;
	margin: 0 0 0 340px;
	width: 207px;
	height: 467px;
}
#top section#library .library_usercontents .currentbox .illust img {
	width: 100%;
	height: auto;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：LIBRARY_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：MESSAGE_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#top #message {}

#top #message .currentbox {
	padding: 100px 0 150px 0;
}



/*
説明テキスト
*/
#top #message .read {
	width: 1000px;
	margin: 0 auto 60px auto;
}

#top #message .read p {
	font-size: 16px;
	line-height: 1.6em;
	letter-spacing: 0.065em;
	margin: 0 0 1em 0;
}
#top #message .read p.caption {
	font-size: 13px;
	text-align: right;
}



/*
カルーセル
*/
#top #message #swiper_message .swiper {
	background-image: url(../images/message_frame.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 1000px;
	height: 590px;
}

/*各カルーセルボックス*/
#top #message #swiper_message .swiper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

/*コンテンツボックス本体*/
#top #message #swiper_message .swiper .swiper-slide > div {
	position: relative;
	width: 790px;
	height: 480px;
}

/*お名前*/
#top #message #swiper_message .swiper .swiper-slide > div h3 {
	margin: 0 0 20px 0;
	font-size: 30px;
}

/*所属*/
#top #message #swiper_message .swiper .swiper-slide > div h5 {
	color: #9d99b6;
	font-size: 14px;
}

/*テキスト*/
#top #message #swiper_message .swiper .swiper-slide > div .detail {
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 360px;
	padding: 0 25px 0 0;
	overflow-y: scroll;
}
#top #message #swiper_message .swiper .swiper-slide > div .detail p {
	font-size: 14px;
	line-height: 1.6em;
	letter-spacing: 0.065em;
	margin: 0 0 1em 0;
	text-align: justify;
	word-break: break-all;
}

/*ページネーション*/
#top #message .currentbox .ui .swiper-pagination {
	box-sizing: border-box;
	left: 50%;
	bottom: 20px;
	width: 1280px;
	margin: 0 0 0 -640px;
	padding: 30px 330px;
	border-radius: 30px;
}
#top #message .currentbox .ui .swiper-pagination span {
	margin: 10px 4px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：MESSAGE_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：OFFICIAL_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#top #official {}



/*
基本レイアウト
*/
#top #official .currentbox {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
}



/*
SNSウィジェット：X
*/
#top #official .widget_x {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../images/account_x_frame.png);
	width: 590px;
	height: 760px;
}

#top #official .widget_x #twitter {
	width: 550px;
	height: 720px;
	overflow-y: scroll;
}



/*
アカウントリスト
*/
#top #official .officiallinks {}

#top #official .officiallinks li {
	margin: 0 0 15px 0;
}

#top #official .officiallinks a {
	position: relative;
	top: 0;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width: 320px;
	height: 145px;
	text-indent: -9999px;
	filter: drop-shadow(0 0 6px rgba(16, 10, 38, 0.2));
	/*負荷軽減*/
	transform: translateZ(0);
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
#top #official .officiallinks a:hover {
	top: -5px;
}

#top #official .officiallinks .x a {
	background-image: url(../images/account_x.png);
}
#top #official .officiallinks .youtube a {
	background-image: url(../images/account_youtube.png);
}
#top #official .officiallinks .app a {
	background-image: url(../images/account_app.png);
}
#top #official .officiallinks .zokei a {
	background-image: url(../images/account_zokei.png);
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：OFFICIAL_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/









/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

下層

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
下層：汎用_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*
キービジュアルエリア
*/
#sub #vis {
	height: 260px;
	margin: 0 0 0px 0;
	padding: 0;
}

/*ロゴ*/
#sub #vis .logo h1 {
	z-index: 3;
	position: absolute;
	left: 50%;
	top: 105px;
	margin: 0 0 0 -189.5px;
	background-image: url(../images/logo_soyogifractal_1l.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 379px;
	height: 80px;
	text-indent: -9999px;
}



/*
サブタイトル
*/
.subtitle {
	z-index: 3;
	position: relative;
	top: 58px;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.subtitle h3 {
	font-size: 50px;
	font-family: "Chakra Petch", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1em;
}
.subtitle h3 span {
	display: block;
	background-image: url(../svg/icon_hr_subtitle.svg);
	background-position: bottom center;
	background-size: 100% auto;
	width: 80px;
	height: 4px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

/*簡体字版：サブタイトル*/
.zh_hans .subtitle h3 {
	font-family: "Noto Sans SC", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
}

/*繁体字版：サブタイトル*/
.zh_hant .subtitle h3 {
	font-family: "Noto Sans HK", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
}



/*
サブタイトル
*/
#substrwrapper {
	position: relative;
	margin: 0;
	padding: 0;
}



/*
ページタイトル
*/
#pagetitle {
	z-index: 55;
	display: flex;
	align-items: center;
	position: absolute;
	top: 87px;
	left: 50%;
	width: 1000px;
	margin: 0 0 0 -500px;
	white-space: nowrap;
}

/*飾り*/
#sub section > #pagetitle::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -100px;
	margin: -36px 0 0 0;
	background-image: url(../svg/icon_star_title.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	width: 80px;
	height: 72px;
}

#pagetitle h2,
#pagetitle h2 span {
	position: relative;
	color: #6642f4;
	font-family: "Chakra Petch", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 100px;
	line-height: 1em;
	letter-spacing: 0em;
	margin: 0 30px 0 0;
}

/*ブリンク文字*/
#pagetitle h2 span {
	z-index: -5;
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
	color: transparent;
	font-family: "Chakra Petch", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 100px;
	line-height: 1em;
	white-space: nowrap;
	-webkit-text-stroke: 2px #dad8e6;
}

#pagetitle p {
	font-family: "Zen Old Mincho", serif;
	font-weight: 900;
	font-style: normal;
	font-size: 26px;
	line-height: 1em;
	transform: scaleX(0.6);
	transform-origin: left;
}

/*簡体字版*/
.zh_hans #pagetitle h2 {
	font-family: "Noto Sans SC", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
}

.zh_hans #pagetitle p {
	font-family: "Noto Serif SC", serif;
	font-optical-sizing: auto;
	font-weight: 500;
}

/*繁体字版*/
.zh_hant #pagetitle h2 {
	font-family: "Noto Sans HK", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
}

.zh_hant #pagetitle p {
	font-family: "Noto Serif TC", serif;
	font-optical-sizing: auto;
	font-weight: 500;
}



/*
ページタイトル背景
*/
#sub #pagetitle h2::before {
	z-index: -5;
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
	color: transparent;
	font-family: "Chakra Petch", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 100px;
	line-height: 1em;
	white-space: nowrap;
	-webkit-text-stroke: 2px #dad8e6;
}
#sub.news #pagetitle h2::before {
	content: "NEWS";
}
#sub.about #pagetitle h2::before {
	content: "CONCEPT";
}
#sub.contact #pagetitle h2::before {
	content: "CONTACT";
}
#sub.fracterkit #pagetitle h2::before {
	content: "FRACTER KIT";
}

/*簡体字版：ページタイトル背景*/
#sub.news.zh_hans #pagetitle h2::before {
	content: "新闻";
}
#sub.about.zh_hans #pagetitle h2::before {
	content: "概念";
}
#sub.contact.zh_hans #pagetitle h2::before {
	content: "联系我们";
}
#sub.fracterkit.zh_hans #pagetitle h2::before {
	content: "FRACTER KIT";
}

/*繁体字版：ページタイトル背景*/
#sub.news.zh_hant #pagetitle h2::before {
	content: "最新消息";
}
#sub.about.zh_hant #pagetitle h2::before {
	content: "概念";
}
#sub.contact.zh_hant #pagetitle h2::before {
	content: "聯絡我們";
}
#sub.fracterkit.zh_hant #pagetitle h2::before {
	content: "FRACTER KIT";
}



/*
基本ボックス：レイアウト
*/
.aboutdetail {
	position: relative;
	box-sizing: border-box;
	background-color: rgb(255 255 255 / 0.4);
	width: 1280px;
	margin: 100px auto 0 -140px;
	padding: 140px 140px 60px;
	border-radius: 30px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.aboutdetail:first-of-type {
	margin: 200px auto 0 -140px;
}



/*
基本ボックス：タイトル
*/
.aboutdetail h4 {
	z-index: 20;
	display: block;
	position: absolute;
	top: -25px;
	left: 50%;
	font-family: "Chakra Petch", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 50px;
	line-height: 1;
	translate: -50%;
}
.aboutdetail h4::before {
	content: '';
	position: absolute;
	top: 75px;
	left: 50%;
	background-color: #73dfde;
	width: 40px;
	height: 4px;
}
.aboutdetail h4::after {
	content: '';
	position: absolute;
	top: 75px;
	right: 50%;
	background-color: #6642f4;
	width: 40px;
	height: 4px;

}

/*英語版*/
.en .aboutdetail h4 {
	white-space: nowrap;
}

/*簡体字版*/
.zh_hans .aboutdetail h4 {
	font-family: "Noto Sans SC", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
}

/*繁体字版*/
.zh_hant .aboutdetail h4 {
	font-family: "Noto Sans HK", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
}



/*
基本ボックス：テキスト類
*/
.aboutdetail h5 {
	font-size: 30px;
	line-height: 2em;
	margin: 0 0 20px;
}

.aboutdetail p {
	font-size: 16px;
	line-height: 2em;
	margin: 0 0 40px;
}

.aboutdetail p.omitted{
	font-size: 14px;
	text-align: right;
}



/*
基本ボックス：コラボリスト
*/
.collabolist {
	width: 880px;
	margin: 0 auto 30px;
}
.collabolist li {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: rgb(255 255 255 / 0.4);
	font-size: 18px;
	line-height: 70px;
	height: 70px;
	margin: 0 0 10px;
	padding: 0 30px 0 30px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

/*見出し*/
.collabolist li h6 {
	position: relative;
	padding: 0 0 0 40px;
	font-size: 16px;
}
.collabolist li h6::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0px;
	background-image: url(../images/collabo_icon.png);
	background-size: 100% auto;
	width: 12px;
	height: 30px;
	margin: -15px 0 0;
}

/*詳細*/
.collabolist li p {
	margin: 0;
	font-size: 13px;
}
.collabolist li p a {
	color: #4130ca;
	text-decoration: none;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
下層：汎用_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
下層汎用フッター_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*
リンクリスト
*/
#officiallinks .officiallinks {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}

#officiallinks .officiallinks li {
	margin: 0 6px 20px 6px;
}

#officiallinks .officiallinks a {
	display: block;
	position: relative;
	top: 0;
	width: 320px;
	height: 145px;
	text-indent: -9999px;
	/*
	filter: drop-shadow(0 0 6px rgba(16, 10, 38, 0.2));
	*/
	/*負荷軽減*/
	transform: translateZ(0);
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
#officiallinks .officiallinks a:hover {
	top: -5px;
}

#officiallinks .officiallinks .x a {
	background-image: url(../images/account_x.png);
}
#officiallinks .officiallinks .youtube a {
	background-image: url(../images/account_youtube.png);
}
#officiallinks .officiallinks .app a {
	background-image: url(../images/account_app.png);
}
#officiallinks .officiallinks .zokei a {
	background-image: url(../images/account_zokei.png);
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
下層汎用フッター_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/









/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

お知らせ（NEWS）

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ニュース：汎用_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*
コンテンツ
*/
.newslist ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	width: 1000px;
	margin: 180px auto 0;
}

.newslist ul li {
	align-items: stretch;
	background-color: #ffffff;
	width: 490px;
	margin: 0 0 20px;
}



/*
アンカー
*/
.newslist ul li a {
	display: block;
	width: 490px;
	text-decoration: none;
}



/*
画像サイズ
*/
.newslist ul li figure {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	background-color: #211061;
	width: 490px;
	height: 284px;
	padding: 10px;
	overflow: hidden;
}
.newslist ul li figure img {
	width: 100%;
	height: auto;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
	transform: scale(1);
}
.newslist ul li a:hover figure img {
	transform: scale(1.1);
}



/*
テキスト
*/
.newslist ul li .detail {
	box-sizing: border-box;
	background-color: #fff;
	color: #180f3d;
	width: 490px;
	padding: 30px;
}

.newslist ul li .detail h4 {
	font-size: 16px;
	line-height: 2em;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
.newslist ul li a:hover .detail h4 {
	color: #6642f4;
}

.newslist ul li .meta {
	display: flex;
	justify-content: space-between;
	font-family: "Chakra Petch", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 13px;
	width: 100%;
	margin: 0 0 15px;
}
.newslist ul li .meta time {
	box-sizing: border-box;
	line-height: 22px;
	height: 22px;
	padding: 0 10px;
	border: solid 1px #4e5253;
	border-radius: 11px;
}
.newslist ul li .meta span {
	box-sizing: border-box;
	background-color: #7754ff;
	color: #fff;
	line-height: 22px;
	text-align: center;
	width: 90px;
	height: 22px;
	padding: 0 10px;
	border-radius: 11px;
}



/*
ページネーション
*/
.page_list {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 1000px;
	height: 100px;
	margin: 140px auto 0;
}

.page_list li {
	font-family: "Chakra Petch", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	height: 40px;
	margin: 0 5px;
}
.page_list li.prev {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 100px;
	margin: 0;
}
.page_list li.next {
	position: absolute;
	top: 0;
	right: 0;
	width: 220px;
	height: 100px;
	margin: 0;
}

.page_list li span {
	display: block;
	box-sizing: border-box;
	background-color: #fff;
	color: #4130ca;
	line-height: 40px;
	width: 40px;
	height: 40px;
	border: solid 2px #4130ca;
}

.page_list li a {
	display: block;
	box-sizing: border-box;
	background-color: #4130ca;
	color: #fff;
	line-height: 40px;
	text-decoration: none;
	width: 40px;
	height: 40px;
}
.page_list li.prev a {
	position: relative;
	background-color: transparent;
	color: #180f3d;
	font-size: 26px;
	line-height: 100px;
	width: 220px;
	height: 100px;
	margin: 0;
}
.page_list li.next a {
	position: relative;
	background-color: transparent;
	color: #180f3d;
	font-size: 26px;
	line-height: 100px;
	width: 220px;
	height: 100px;
	margin: 0;
}

.page_list li.prev a::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 12px;
	width: 60px;
	height: 60px;
	margin: auto;
	border: 0;
	border-bottom: solid 2px #4130ca;
	border-left: solid 2px #4130ca;
	transform: rotate(45deg);
}
.page_list li.next a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 12px;
	bottom: 0;
	width: 60px;
	height: 60px;
	margin: auto;
	border: 0;
	border-top: solid 2px #4130ca;
	border-right: solid 2px #4130ca;
	transform: rotate(45deg);
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ニュース：汎用_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ニュース：詳細タイトル_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*
コンテンツ
*/
.newstitle {
	width: 1000px;
	margin: 0 auto;
}


.newstitle figure {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	background-color: #211061;
	width: 1000px;
	height: 565px;
	margin: 70px 0 0 0;
	padding: 10px;
}
.newstitle figure img {
	width: 100%;
	height: auto;
}

.newstitle h4 {
	font-size: 30px;
	line-height: 1.6em;
}

.newstitle .meta {
	display: flex;
	justify-content: flex-start;
	font-family: "Chakra Petch", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 13px;
	width: 100%;
	margin: 0 0 30px;
}
.newstitle .meta time {
	box-sizing: border-box;
	line-height: 22px;
	height: 22px;
	margin: 0 15px 0 0;
	padding: 0 10px;
	border: solid 1px #4e5253;
	border-radius: 11px;
}
.newstitle .meta span {
	box-sizing: border-box;
	background-color: #7754ff;
	color: #fff;
	line-height: 22px;
	text-align: center;
	width: 90px;
	height: 22px;
	padding: 0 10px;
	border-radius: 11px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ニュース：詳細タイトル_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ニュース：詳細_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*
コンテンツ
*/
.newsdetail {
	width: 880px;
	margin: 100px auto 0;
}

.newsdetail h1 {
	color: #4130ca;
	font-size: 26px;
	line-height: 2em;
	margin: 40px 0 0;
}

.newsdetail h2 {
	color: #4130ca;
	font-size: 20px;
	line-height: 2em;
	margin: 40px 0 0;
}

.newsdetail p {
	font-size: 16px;
	line-height: 2em;
	margin: 30px 0 40px;
}



/*
画像
*/
.newsdetail img {
	display: block;
	max-width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}



/*
リスト
*/
.newsdetail ol {
	margin: 30px 0 0;
}
.newsdetail ol li {
	list-style: decimal;
	list-style-position: outside;
	color: #180f3d;
	margin: 0 0 10px 45px;
	padding: 0 0 0 5px;
}



/*
リンク
*/
.newsdetail a {
	display: inline-block;
	box-sizing: border-box;
	color: #4130ca;
	font-size: 16px;
	text-decoration: none;
	width: auto;
	height: inherit;
	margin: 5px 0;
	padding: 15px 25px;
	border: solid 2px #4130ca;
	border-radius: 30px;
}



/*
ページネーション
*/
.page_list_detail {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 1000px;
	height: 100px;
	margin: 140px auto 0;
	padding: 100px 0 0;
	border-top: solid 2px #6642f4;
}

.page_list_detail li {
	text-align: center;
	width: 350px;
	height: 100px;
	margin: 0;
}
.page_list_detail li.prev {
	position: absolute;
	top: 100px;
	left: 0;
	font-family: "Chakra Petch", sans-serif;
	font-weight: 500;
	font-style: normal;
	width: 220px;
	height: 100px;
	margin: 0;
}
.page_list_detail li.next {
	position: absolute;
	top: 100px;
	right: 0;
	font-family: "Chakra Petch", sans-serif;
	font-weight: 500;
	font-style: normal;
	width: 220px;
	height: 100px;
	margin: 0;
}

.page_list_detail li a {
	display: block;
	background-image: url(../images/page_list_detail_border.png);
	background-size: 100% auto;
	color: #180f3d;
	font-size: 16px;
	line-height: 100px;
	text-decoration: none;
	width: 350px;
	height: 100px;
}
.page_list_detail li.prev a {
	position: relative;
	background-image: none;
	color: #180f3d;
	font-size: 26px;
	line-height: 100px;
	width: 220px;
	height: 100px;
	margin: 0;
	border: none;
}
.page_list_detail li.next a {
	position: relative;
	background-image: none;
	color: #180f3d;
	font-size: 26px;
	line-height: 100px;
	width: 220px;
	height: 100px;
	margin: 0;
	border: none;
}

.page_list_detail li.prev a::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 12px;
	width: 60px;
	height: 60px;
	margin: auto;
	border: 0;
	border-bottom: solid 2px #4130ca;
	border-left: solid 2px #4130ca;
	transform: rotate(45deg);
}
.page_list_detail li.next a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 12px;
	bottom: 0;
	width: 60px;
	height: 60px;
	margin: auto;
	border: 0;
	border-top: solid 2px #4130ca;
	border-right: solid 2px #4130ca;
	transform: rotate(45deg);
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ニュース：詳細_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/









/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

コンセプト（CONCEPT）

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
コンセプト：下層_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
コンセプト：下層_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/









/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

フラクターキット（FRACTER KIT）

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
フラクターキット：下層_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*
ダウンロードボタン
*/
.downloadall a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #1b1d24;
	color: #ffffff;
	width: 480px;
	margin: 30px auto;
	min-height: 90px;
	font-size: 15px;
	text-decoration: none;
	clip-path: polygon(3% 0, 100% 0, 100% 0%, 100% 86%, 97% 100%, 0% 100%, 0% 100%, 0% 16%);
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
.downloadall a:hover {
	background-color: #6642f4;
}



/*
画像リスト
*/
.fracterkit .kitlist {}

/*タイトル要素*/
.fracterkit .kitlist h5 {
	font-size: 20px;
}

/*リストスタイル*/
.fracterkit .kitlist ul {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-image: url(../images/fracterkit_frame_tl.png), url(../images/fracterkit_frame_tr.png), url(../images/fracterkit_frame_bl.png), url(../images/fracterkit_frame_br.png);
	background-position: top left, top right, bottom left, bottom right;
	background-size: 40px auto;
	margin: 0 auto 50px auto;
	padding: 50px 50px 0 50px;
}
.fracterkit .kitlist li {
	width: 420px;
	margin: 0 0 50px 0;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;
}

/*画像*/
.fracterkit .kitlist figure {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #dbd8eb;
	width: 420px;
	height: 280px;
	overflow: hidden;
}
.fracterkit .kitlist figure img {
	width: auto;
	height: 75%;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
.fracterkit .kitlist figure.hz img {
	width: 75%;
	height: auto;
}
.fracterkit .kitlist a:hover figure img {
	transform: scale(1.1);
}

/*画像キャプション*/
.fracterkit .kitlist h6 {
	background-color: #ffffff;
	padding: 1.5em 0;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	line-height: 1em;
}

/*アイコンサイズ用差分*/
.fracterkit .kitlist.icon li {
	width: 140px;
	height: 140px;
}
.fracterkit .kitlist.icon figure {
	width: 140px;
	height: 140px;
}



/*
ご利用規約
*/
.fracterkit .rules {
	margin: 0 0 50px 0;
}

/*タイトル要素*/
.fracterkit .rules h5 {
	font-size: 20px;
}

/*リスト*/
.fracterkit .rules li {
	box-sizing: border-box;
	margin: 0 0 10px 0;
	padding: 20px 30px 20px 75px;
	border: 1px #dad8e6 solid;
}
.fracterkit .rules li:last-child {
	margin: 0;
}
.fracterkit .rules li p {
	margin: 0 0 1em 0;
	font-size: 13px;
}
.fracterkit .rules li p:last-child {
	margin: 0;
}

/*リストアイコン*/
.fracterkit .rules li {
	background-image: url(../svg/icon_star_b.svg);
	background-size: 12px auto;
	background-position: 32px center;
}
.fracterkit .rules.prohibited li {
	background-image: url(../svg/icon_star_r.svg);
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
フラクターキット：下層_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/









/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

お問い合わせ（CONTACT）

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
お問い合わせ：トップ_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*
コンテンツ
*/
.contactdetail {
	width: 1000px;
	margin: 180px auto 0;
}

.contactdetail p {
	font-size: 16px;
	line-height: 2em;
	margin: 0 auto 30px;
}



/*
フォーム
*/
.contact form {
	width: 1000px;
	margin: 60px auto 0;
}

.contact table {
	border-collapse: separate;
	border-spacing: 0px;
	width: 1000px;
	margin: 0 auto 60px;
}

.contact table tr {
	display: flex;
}

.contact table tr th,
.contact table tr td {
	box-sizing: border-box;
	font-size: 16px;
	text-align: left;
}

.contact table tr th {
	display: flex;
	align-items: center;
	background-color: rgb(255 255 255 / 0.8);
	color: #6642f4;
	width: 280px;
	margin: 0 10px 10px 0;
	padding: 40px;
}
.contact table tr:last-child th {
	align-items: start;
}

.contact table tr td {
	display: block;
	background-color: rgb(255 255 255 / 0.8);
	flex: 1;
	margin: 0 0 10px;
	padding: 20px;
}

.contact input,
.contact textarea {
	box-sizing: border-box;
	background-color: #ffffff;
	color: #3c4445;
	font-size: 16px;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
	min-width: 300px;
	margin: 0;
	padding: 1em;
	border: solid 1px #cdccd1;
	border-radius: 6px;
	resize: none;
}

/*英語版*/
.en.contact input,
.en.contact textarea {
	min-width: 410px;
}

/*簡体字版*/
.zh_hans.contact input,
.zh_hans.contact textarea {
	font-family: "Noto Sans SC", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

/*繁体字版版*/
.zh_hant.contact input,
.zh_hant.contact textarea {
	font-family: "Noto Sans HK", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.contact textarea {
	width: 100%;
	min-height: 18em;
	line-height: 1.65em;
}



/*
送信ボタン
*/
.contact .submit button {
	display: block;
	box-sizing: border-box;
	background-color: #fff;
	width: 320px;
	height: 70px;
	margin: 0 auto;
	padding: 0;
	border-radius: 100px;
	border: solid 2px #4130ca;
}
.contact .submit button span {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	background-color: #fff;
	color: #180f3d;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	text-align: center;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	border: none;
	cursor: pointer;
}



/*
トップページに戻るボタン
*/
.contact .backtoppage {
	width: 260px;
	margin: 90px auto 0;
}

.contact .backtoppage a {
	display: block;
	position: relative;
	box-sizing: border-box;
	background-image: url(../images/contact_back_top.png);
	background-size: 100% auto;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	text-align: right;
	text-decoration: none;
	width: 260px;
	height: 50px;
	margin: 0 0 0 auto;
	padding: 0 20px;
}

.contact .backtoppage a::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	width: 10px;
	height: 10px;
	margin: auto;
	border: 0;
	border-top: solid 2px #7754ff;
	border-right: solid 2px #7754ff;
	transform: rotate(45deg);
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
お問い合わせ：トップ_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/









/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

インタビュー（INTERVIEWSINTERVIEWS）

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
インタビュー：トップ_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#sub.interviews {}



/*
リスト
*/
#top .interviewlist > div,
#sub.interviews .interviewlist > div {
	position: relative;
	box-sizing: border-box;
	margin: 0 0 60px 0;
	padding: 40px;
	border: 1px #dbd8eb solid;
	border-radius: 10px;
}

#top .interviewlist > div .meta,
#sub.interviews .interviewlist > div .meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 20px 0;
}


/*サムネイル*/
#top .interviewlist > div figure,
#sub.interviews .interviewlist > div figure {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background-color: #edeaf7;
	height: 300px;
	margin: 0 0 30px 0;
	padding: 40px;
	border-radius: 10px;
}

#top .interviewlist > div figure img,
#sub.interviews .interviewlist > div figure img {
	width: auto;
	height: auto;
	max-height: 200px;
	max-width: 85%;
}


/*時間*/
#top .interviewlist > div .meta time,
#sub.interviews .interviewlist > div .meta time {
	box-sizing: border-box;
	display: inline-block;
	height: 25px;
	margin: 0 10px 0 0;
	padding: 0 10px;
	font-size: 12px;
	font-family: "Chakra Petch", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 25px;
	border: solid 1px #4e5253;
	border-radius: 100px;
}


/*媒体名*/
#top .interviewlist > div .meta p,
#sub.interviews .interviewlist > div .meta p {
	flex: 1;
	font-size: 14px;
	line-height: 1.5em;
}

#top .interviewlist > div .meta p em,
#sub.interviews .interviewlist > div .meta p em {
	display: inline-block;
	font-style: normal;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px #4e5253 solid;
}


/*インタビュータイトル*/
#top .interviewlist > div h3,
#sub.interviews .interviewlist > div h3 {
	background-image: url(../images/collabo_icon.png);
	background-size: 13px auto;
	background-position: left center;
	background-repeat: no-repeat;
	color: #4130ca;
	padding: 13px 0 10px 30px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.65em;
}


/*アンカー*/
#top .interviewlist > div a,
#sub.interviews .interviewlist > div a {
	position: absolute;
	bottom: -24px;
	right: 40px;
	background-color: #1b1d24;
	background-image: url(../svg/arrow_btn_a.svg);
	background-size: 10px auto;
	background-position: 30px center;
	background-repeat: no-repeat;
	color: #ffffff;
	padding: 15px 15px 15px 100px;
	font-size: 15px;
	font-weight: 700;
	text-align: right;
	text-decoration: none;
	border-radius: 100px;
	cursor: pointer;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
#top .interviewlist > div a:hover,
#sub.interviews .interviewlist > div a:hover {
	background-position: 40px center;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
インタビュー：トップ_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/