@charset "utf-8";
/* CSS Document */

html,
body {
	overflow-x: hidden;
}

.top_info_contents .top_info_head p,
.content_title h2,
.prof_link_content a div p {
	font-family: "Crimson Text";
}

/* ==================================================

	ページトップ

================================================== */

#page_top {
	width: 100%;
	height: 100vh;
	min-height: 750px;
	overflow: hidden;
}
#page_top.pt_sp {
	background: none;
}
#page_top .pt_bg {
	position: relative;
	width: 100%;
	height: 100%;
/*    background: url(../img/top/video_layer.png);*/
	overflow: hidden;
}
#page_top .bg_video {
	display: none;
	position: absolute;
	width: 100vw;
	height: 100vh;
	min-height: 750px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: -1;
}
#page_top .bg_video p {
	color: #FFF;
}
#page_top .bg_video video {
	position: fixed;
	width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	transition: 0.36s ease-out;
	background: #333;
	object-fit: fill;
	z-index: -100;
}

.pt_link {
	position: absolute;
	top: 145px;
	right: 25px;
}
.pt_link .pt_sns > div,
.pt_link .pt_sns > div > a {
	position: relative;
}
.pt_link .pt_sns > div::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 52px;
	background: #FFF;
}
.pt_link .pt_sns > div + div {
	margin-top: 10px;
}
.pt_link .pt_sns > div > a {
	display: flex;
    align-items: center;
    justify-content: center;
	height: 52px;
	color: #FFF;
    font-size: 1.25rem;
	border: #FFF solid 1px;
	padding: 0 1.25rem;
}
.pt_link .pt_sns > div.pt_facebook a {
	background: #3C5998;
}
.pt_link .pt_sns > div.pt_twitter a {
	background: #1DA1F2;
}
.pt_link .pt_sns > div.pt_x_sns a {
	background: #000;
}
.pt_link .pt_sns > div.pt_insta a {
	background-image: linear-gradient(90deg, rgba(255, 214, 0, 1) 1%, rgba(255, 122, 0, 1) 15%, rgba(255, 0, 105, 1) 60%, rgba(211, 0, 197, 1) 80%, rgba(118, 56, 250, 1) 99%);
}
.pt_link .pt_sns > div.pt_youtube a {
	background: #C4302B;
}
.pt_link .pt_sns > div.pt_standfm a {
	background: #FFF;
	color: #000;
}
.pt_link .pt_sns > div.pt_ameblo a {
	background: #2D8C3C;
}
.pt_link .pt_sns > div > a i {
    font-size: 1.5rem;
	padding-right: .5rem;
}
.pt_link .pt_sns > div > a span {
	text-align: center;
	padding-left: .5rem;
}
.pt_link .pt_sns > div > a span.sns_logo {
	width: 1.5rem;
	height: 1.5rem;
}
.pt_link .pt_sns > div.pt_standfm a span.sns_logo {
    width: 2rem;
    height: 2rem;
}
.pt_link .pt_sns > div.pt_x_sns > a span,
.pt_link .pt_sns > div > a span.sns_logo {
	padding-left: 0;
}
.pt_link .pt_sns > div > a span.sns_logo img {
	width: 100%;
}
.pt_link .pt_sns > div > a:hover {
	opacity: .75;
}
.pt_link .pt_sns > div.pt_x_sns > a:hover {
	opacity: .6;
}
.pt_link .pt_sns > div.pt_standfm > a:hover {
	opacity: .5;
}
/* 
.pt_link .pt_sns > div > a .sns_logo img.hover_img,
.pt_link .pt_sns > div > a:hover .sns_logo img {
	display: none;
}
.pt_link .pt_sns > div > a:hover .sns_logo img.hover_img {
	display: block;
}
.pt_link .pt_sns > div.pt_facebook a:hover {
	color: #3C5998;
	background: #FFF;
	border: #3C5998 solid 1px;
}
.pt_link .pt_sns > div.pt_twitter > a:hover {
	color: #1DA1F2;
	background: #FFF;
	border: #1DA1F2 solid 1px;
}
.pt_link .pt_sns > div.pt_x_sns > a:hover {
	color: #000;
	background: #FFF;
	border: #000 solid 1px;
}
 */


/* ==================================================
	What's new
================================================== */

.top_info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
	z-index: 1;
	padding: 5px 40px;
	background: rgba(0,0,0,.5);
	overflow: hidden;
}
.top_info_contents {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}
.top_info_contents div,
.top_info_contents div a,
.top_info_contents div p {
	margin: 0;
	line-height: 3;
}
.top_info_contents .top_info_head {
	display: flex;
	align-items: center;
	width: 165px;
	margin-right: 20px;
}
.top_info_contents .top_info_head p {
	color: #FFF;
	font-size: 2rem;
    font-weight: 600;
    font-style: italic;
	letter-spacing: 0.1rem;
}
.top_info_contents .top_info_title {
	width: calc(100% - 185px);
}
.top_info_contents .top_info_title a {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	color: #111;
	background: #FFF;
	border-radius: 40px;
    padding: 1rem 40px;
	text-decoration: none;
    transition: .15s ease-in-out;
}
.top_info_contents .top_info_title a p {
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.25rem;
}
.top_info_contents .top_info_title a p.ti_data {
	font-size: 1.15rem;
}
.top_info_contents .top_info_title a p + p {
	padding-left: 1rem;
	overflow: hidden;
}
.top_info_contents .top_info_title a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	display: inline-block;
	position: absolute;
	top: -2.25rem;
	right: 1rem;
	color: #000;
	font-size: 2.5rem;
}
.top_info_contents .top_info_title a:hover {
	/*background: #CCC;*/
	opacity: .85;
}

/* ==================================================

	コンテナー内設定

================================================== */

/******************************************************************

	各コンテンツ共通設定

******************************************************************/

#container,
#container .main {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
#container .main {
	margin: 0 auto; 
}
.container_wrapper {
	padding: 52px 20px;
}
.content_wrapper {
	width: 100%;
}
.content_wrapper + #pick_up.content_wrapper {
	padding-top: 72px;
}
.content_wrapper + #link_other.content_wrapper {
	padding-top: 60px;
}
.content_wrapper + #profile.content_wrapper {
	padding-top: 52px;
}
.content_wrapper + #sns.content_wrapper {
	padding-top: 72px;
}

/* =========================================================
 *	五線譜の見出し
 * ========================================================= */

.content_title {
	position: relative;
	display: flex;
	align-items: center;
    justify-content: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 40px;
}
.content_title h2 {
	position: relative;
    font-style: italic;
    font-size: 2.75rem;
    letter-spacing: .25rem;
	text-shadow: 3px 3px 0 #000, -3px -3px 0 #000,
				 -3px 3px 0 #000, 3px -3px 0 #000,
				 0 3px 0 #000,  0 -3px 0 #000,
				 -3px 0 0 #000, 3px 0 0 #000;
}
/* 見出しの背景五線譜 */
.content_title span.bg_notation {
	display: block;
	position: absolute;
    top: 35%;
    left: 0;
	width: 100%;
	border-top: #FFF solid 1px;
}
.content_title span.bg_notation:before,
.content_title span.bg_notation:after {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	border-top: #FFF solid 1px;
	border-bottom: #FFF solid 1px;
	padding-bottom: .5rem;
}
.content_title span.bg_notation:before {
	top: -1.2rem;
}
.content_title span.bg_notation:after {
	bottom: -1.2rem;
}

/* =========================================================
 *	インフォメーション
 * ========================================================= */

.infomation_content,
.infomation_content > div > p,
.infomation_content > div > p img,
.infomation_content > div > p a,
.infomation_content > div > p a img,
.infomation_content > div > div > p img {
	width: 100%;
}
.infomation_content,
.infomation_content > div:only-child {
	display: flex;
	flex-flow: wrap;
    align-items: flex-start;
    justify-content: space-between;
    /*justify-content: center;*/
    max-width: 960px;
    margin: 0 auto;
}
.infomation_content > div,
.infomation_content > div:only-child > div,
.infomation_content > div:only-child > p {
	width: calc(50% - 20px);
}
.infomation_content > div:nth-child(n+3) {
	margin-top: 24px;
}
.infomation_content > div:only-child,
.infomation_content > div > div:only-child,
.infomation_content > div > p:only-child {
	width: 100%;
}
.infomation_content > div > p:only-child {
	max-width: 460px;
	/* パラリンピック国歌斉唱のバナーなので、大きく！ */
	max-width: 100%;
	margin: 0 auto;
}
/*.infomation_content p:nth-child(even) {
	margin-left: 40px;
}*/
.infomation_content > div > p a {
	display: block;
    transition: .2s ease-in-out;
}
.infomation_content > div > p a:hover {
	opacity: .85;
}

/* =========================================================
 *	ピックアップ
 * ========================================================= */

.movie_content {
	width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
.movie_content p {
    position: relative;
    background: #333;
    padding-bottom: 59.5%;
    overflow: hidden;
}
.movie_content p iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* =========================================================
 *	他ページリンク
 * ========================================================= */

.link_other_list {
	display: flex;
	flex-flow: wrap;
    /*justify-content: space-between;*/
    justify-content: center;
    align-items: center;
	width: 100%;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.link_other_list li {
	width: calc(50% - 20px);
}
.link_other_list li:nth-child(n + 3) {
	margin-top: 40px;
}
.link_other_list li:only-child {
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
}
.link_other_list li + li {
	margin-left: 40px;
}
.link_other_list li + li:last-child {
	margin-left: 0;
}
.link_other_list li a {
	display: flex;
	justify-content: center;
    align-items: center;
	width: 100%;
	max-width: 580px;
	color: #FFF;
	margin: 0 auto;
    transition: .15s ease-in-out;
}
.link_other_list li a img {
	width: 100%;
}
.link_other_list li a:hover {
	opacity: .65;
}

/* =========================================================
 *	プロフィール
 * ========================================================= */

.prof_link_content,
.prof_link_content a {
	width: 100%;
}
.prof_link_content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.prof_link_content a {
	display: block;
	width: 100%;
	min-height: 300px;
	background: url(../img/common/2022_hirari_bg_dg01.jpg) left center no-repeat;
	background-size: cover;
    border: #FFF solid 1px;
    transition: .15s ease-in-out;
}
.prof_link_content a div {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 60%;
    min-height: 300px;
    margin: 0 0 0 auto;
	background-image: linear-gradient(-135deg, #FFF 20px, transparent 0);
}
.prof_link_content a div p {
	position: absolute;
    top: calc(50% - 1rem);
    right: 15%;
    color: #FFF;
    font-size: 2.75rem;
    letter-spacing: .1rem;
    transition: right .25s linear;
}
.prof_link_content a div:before {
	content: '';
	position: absolute;
    top: 50%;
    left: 0;
	display: block;
	width: calc(85% - 220px - 40px);
	border-top: #FFF solid 1px; 
    transition: width .25s linear;
}
/*.prof_link_content a:hover div p {
    right: 17.5%;
}
.prof_link_content a:hover div:before {
	width: calc(82.5% - 220px - 40px);
}*/
.prof_link_content a:hover {
	opacity: .65;
}

/* =========================================================
 *	タイムライン
 * ========================================================= */

#sns .content_title h2 {
    letter-spacing: .5rem;
    padding-top: .2rem;
}
.sns_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-flow: wrap;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.sns_content > div,
.sns_content > div > div {
    display: flex;
	flex-flow: column;
    justify-content: center;
    align-items: center;
}
.sns_content > div {
    width: calc(50% - 20px);
}
.sns_content > div > div {
	width: 100%;
}
.sns_facebook > div blockquote,
.sns_content > div > div a {
	display: block;
	width: 100%;
	text-align: center;
	color: #FFF;
}
.sns_content > div > div a:hover {
	opacity: .65;
}


/******************************************************************

	レスポンシブ

******************************************************************/

/* タブレットサイズ（979px以下） */
@media all and (max-width: 979px) {
#page_top {
	min-height: 600px;
}
#page_top .bg_video {
	min-height: 600px;
}

.pt_link {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 123px;
	width: calc(100% - 40px);
	max-width: 740px;
	margin: 0 auto;
}
.pt_link .pt_sns {
	display: flex;
	flex-flow: wrap;
    align-items: center;
    justify-content: center;
	width: 100%;
}
.pt_link .pt_sns > div {
	width: calc(33.333% - 15px);
	margin: 0 7.5px 15px;
}
.pt_link .pt_sns > div + div {
	margin-top: 0;
}

.top_info {
    height: auto;
	padding: 10px;
}
.top_info_contents {
	flex-flow: column;
    width: 100%;
}
.top_info_contents > div + div {
	margin-top: 10px;
}
.top_info_contents .top_info_head,
.top_info_contents .top_info_head p {
    line-height: 1;
}
.top_info_contents .top_info_head {
	margin-right: 0;
}
.top_info_contents .top_info_title {
    width: 100%;
}
.top_info_contents .top_info_title a {
    padding: 1rem 2.25rem 1rem 1.5rem;
}
.top_info_contents .top_info_title a:after {
    right: 15px;
}

.container_wrapper {
    padding: 48px 20px;
}
.content_wrapper + #pick_up.content_wrapper {
	padding-top: 52px;
}
.content_wrapper + #link_other.content_wrapper {
	padding-top: 36px;
}
.content_wrapper + #profile.content_wrapper {
	padding-top: 36px;
}
.content_wrapper + #sns.content_wrapper {
	padding-top: 52px;
}

.sns_content {
    width: calc(100% - 20px);
    justify-content: center;
	margin: 0 auto;
}
.sns_content > div {
    width: 100%;
}
.sns_content > div + div {
	padding-top: 2rem;
}
}

/* スマホサイズ（759px以下） */
@media all and (max-width: 759px) {
#page_top {
	min-height: 520px;
}
#page_top:before {
	display: none;
}
#page_top.pt_sp {
	background: url(../img/common/2022_hirari_bg_dg02.jpg) center 30% no-repeat;
	background-size: cover;
}
#page_top .pt_bg {
    /*background: rgba(51,51,51,.25);*/
}
#page_top .bg_video {
	display: none;
}
#page_top .pt_bg .pt_logo p {
    max-width: 120px;
}
.pt_link .pt_sns > div > a i + span,
.pt_link .pt_sns > div > a span.sns_logo + span {
	display: none;
}
.pt_link .pt_sns > div > a i {
    padding-right: 0;
}

.container_wrapper {
    padding: 48px 10px;
}
.content_wrapper + #pick_up.content_wrapper {
	padding-top: 44px;
}
.content_wrapper + #link_other.content_wrapper {
	padding-top: 24px;
}
.content_wrapper + #profile.content_wrapper {
	padding-top: 24px;
}
.content_wrapper + #sns.content_wrapper {
	padding-top: 44px;
}
.content_title {
    margin: 0 auto 24px;
}
.content_title h2 {
    font-size: 2.25rem;
}

.infomation_content,
.infomation_content > div:only-child {
    justify-content: center;
}
.infomation_content > div,
.infomation_content > div:only-child > div,
.infomation_content > div:only-child > p {
	width: 100%;
	max-width: 450px;
}
/* パラリンピック国歌斉唱のバナーなので、大きく！ */
.infomation_content > div,
.infomation_content > div:only-child > div,
.infomation_content > div:only-child > p {
	max-width: 100%;
}
.infomation_content > div,
.infomation_content > div:nth-child(n+3) {
	margin-top: 1rem;
}
/*.infomation_content p:nth-child(even) {
	margin-left: 0;
}*/

.link_other_list {
    justify-content: center;
}
.link_other_list li {
	width: 100%;
	max-width: 450px;
}
.link_other_list li,
.link_other_list li:nth-child(n+3) {
	margin-top: 1rem;
}
.link_other_list li + li {
	margin-left: 0;
}

.prof_link_content a {
    min-height: 120px;
}
.prof_link_content a div {
    justify-content: center;
    min-height: 120px;
	background-image: linear-gradient(-135deg, #FFF 10px, transparent 0);
}
.prof_link_content a div:before {
    width: calc(100% - 10% - 1rem - 145px);
}
.prof_link_content a div p {
    top: calc(50% - .8rem);
    right: 10%;
    font-size: 1.75rem;
}
}

/* 調整用（480px以下） */
@media all and (max-width: 480px) {
.pt_link .pt_sns > div {
	width: calc(50% - 15px);
	margin: 0 7.5px 15px;
}
}


