@charset "UTF-8";
.youtube {
    position: relative;
    overflow: hidden;
    /* pointer-events: none; */
    width: 100%;
}
.youtube.is_yourtube_ready {
    pointer-events: auto;
    cursor: pointer;
}
.youtube_poster_cover::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: transform 0.3s;
    background: url(../images/profile/movie_icon.png) no-repeat center / contain;
}
.poster {
    background: #ccc;
    position: relative;
}
.poster_1 {
    background: url(../images/profile/movie_thumb.jpg) no-repeat top center / cover;
}
.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 100;
    opacity: 0;
    /* pointer-events: none; */
    transform: scale(0);
    transform-origin: 0 0;
    transition: opacity 0.4s 0s, transform 0s 0.4s;
}
.fullscreen.fullscreen_show {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
    transition: opacity 0.4s 0s, transform 0s 0s;
}
.youtube_player {
    width: 100%;
    height: 100%;
}
.fullscreen_close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    padding: 10px;
    z-index: 100;
    cursor: pointer;
    background: #000;
    border-radius: 50%;
}
.fullscreen_close:before,
.fullscreen_close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-top: 2px solid #fff;
    background: #000;
    margin-top: -1px;
}
.fullscreen_close:before {
    transform: rotate(45deg) scale(0.5);
}
.fullscreen_close:after {
    transform: rotate(-45deg) scale(0.5);
}
.profile_inner {
    margin: 0 auto;
}
.profile_img {
    background: url(../images/profile/profile_txt_img.png) no-repeat center / 100% auto;
}
.profile_img img {
    display: block;
}
.profile_name {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.profile_name span {
    display: inline-block;
    font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    letter-spacing: 0.15em;
}
.profile_content_timeline_txt {
    text-align: justify;
}
.chronology {
    margin: 0 auto;
}
.chronology_content {
    display: flex;
}
.chronology_content_txt_area {
    position: relative;
}
.chronology_content_txt_year {
    color: #add8f1;
    line-height: 1;
    letter-spacing: 0.05em;
    position: absolute;
    left: 0;
}
.chronology_content_txt {
    position: relative;
    z-index: 1;
    letter-spacing: 0.1em;
    text-align: justify;
}
.chronology_content_txt_catch,
.chronology_content_img {
    display: block;
}
/* no_movie */
.no_movie .youtube_poster_cover::after {
    display: none;
}
.no_movie_txt_wrap {
    position: absolute;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}
.no_movie_txt {
    color: #fff;
    letter-spacing: 0.25em;
}
.no_movie_comingsoon {
    position: absolute;
    left: 50%;
}
    .chronology_content_txt2 {
        font-size: 14rem;
        line-height: 0;
		  	text-decoration:underline;
			text-decoration-color: blue;
			color:blue;
    }

@media (min-width: 521px) {
	.page_profile {
        padding: 100rem 0 150rem;
    }
    .youtube_poster_cover::after {
        width: 75rem;
        height: 75rem;
    }
    .poster {
        padding-top: 45.8%;
    }
    .youtube:hover .youtube_poster_cover::after {
        transform: scale(1.1);
    }
    .profile_inner {
        max-width: 1455rem;
    }
    .profile_content {
        display: flex;
        justify-content: space-between;
        padding-top: 117rem;
    }
    .profile_img {
        width: 612rem;
        background-position-y: 98rem;
        margin-left: 10rem;
    }
    .profile_img img {
        width: 560rem;
        margin: -5rem auto 0 20rem;
    }
    .profile_txt_area {
        width: calc(100% - 612rem - 45rem);
    }
    .profile_name {
        padding: 13rem 0 32rem;
    }
    .profile_name img {
        width: 299rem;
        height: 55rem;
    }
    .profile_name span {
        font-size: 46rem;
        padding-left: 50rem;
    }
    .profile_content_timeline_wrap {
        border-top: 1px solid #c0c0c0;
    }
    .profile_content_timeline + .profile_content_timeline {
        border-top: 1px solid #c0c0c0;
    }
    .profile_content_timeline {
        padding: 30rem 0;
    }
    .profile_content_timeline_txt_wrap {
        display: flex;
    }
    .profile_content_timeline_txt_date {
        width: 195rem;
        font-size: 16rem;
        line-height: 2.62;
        letter-spacing: 0.1em;
        display: inline-block;
    }
    .profile_content_timeline_txt {
        width: calc(100% - 195rem);
        line-height: 2.1;
        font-size: 20rem;
        letter-spacing: 0.1em;
        display: inline-block;
    }
    .profile_content_timeline_txt_l {
        font-size: 19rem;
    }
    .chronology {
        width: 1200rem;
    }
    .chronology_content_wrap {
        padding-top: 18rem;
    }
    .chronology_content + .chronology_content {
        margin-top: 64rem;
    }
	.chronology_content:nth-child(1),
	.chronology_content:nth-child(11),
	.chronology_content:nth-child(13),
	.chronology_content:nth-child(15),
	.chronology_content:nth-child(17),
	.chronology_content:nth-child(19),
	.chronology_content:nth-child(21)
	{
        margin-left: 65rem;
    }
    .chronology_content:nth-child(2),
    .chronology_content:nth-child(8) {
        margin-right: -40rem;
    }
    .chronology_content:nth-child(3) {
        margin-left: 165rem;
    }
    .chronology_content:nth-child(4),
    .chronology_content:nth-child(10) {
        margin-right: 60rem;
    }
    .chronology_content:nth-child(5)
	 {
        margin-left: -35rem;
    }
    .chronology_content:nth-child(6) {
        margin-right: -40rem;
    }
    .chronology_content:nth-child(7) {
        margin-left: -35rem;
    }
    .chronology_content:nth-child(9) {
        margin-left: 115rem;
    }
    .chronology_content:nth-child(12) {
        margin-right: 105rem;
    }
    .chronology_content:nth-child(14) {
        margin-right: 10rem;
    }
    .chronology_content_wrap .chronology_content:nth-child(even) {
        justify-content: flex-end;
    }
    .chronology_content_img {
        width: 375rem;
    }
    .chronology_content_img_multiple {
        display: flex;
        width: 770rem;
    }
    .chronology_content_img_multiple img + img {
        margin-left: 20rem;
    }
    .chronology_content_txt_area {
        padding-top: 115rem;
        width: 385rem;
    }
    .chronology_content_wrap .chronology_content:nth-child(odd) .chronology_content_txt_area {
        margin-left: 61rem;
    }
    .chronology_content_wrap .chronology_content:nth-child(even) .chronology_content_txt_area {
        margin-right: 61rem;
    }
    .chronology_content:nth-child(12) .chronology_content_txt_area {
        width: 370rem;
    }
    .chronology_content_txt_year {
        font-size: 89rem;
        top: 66rem;
    }
    .chronology_content_txt {
        font-size: 20rem;
        line-height: 1.6;
    }
    .chronology_content_txt2 {
        font-size: 20rem;
        line-height: 1.6;
		  	text-decoration:underline;
			text-decoration-color: blue;
			color:blue;
    }
    .chronology_content_txt_catch {
        margin-bottom: 5rem;
    }
    /* no_movie */
    .no_movie_txt_wrap {
        bottom: 90rem;
        border: 2rem solid #fff;
    }
    .no_movie_txt {
        font-size: 30rem;
        padding: 2rem 26rem;
    }
    .no_movie_txt + .no_movie_txt {
        border-top: 2rem solid #fff;
    }
    .no_movie_comingsoon {
        bottom: 40rem;
        width: 216rem;
        height: 30rem;
        margin-left: 90rem;
    }
	.now_katagaki{
		font-size:24rem;
		color: #0095E5
	}
}
@media (max-width: 1600px) and (min-width: 521px) {
    .profile_inner {
        width: 1200rem;
        margin: 0 auto;
    }
    .profile_img {
        width: 500rem;
    }
    .profile_img img {
        width: 465rem;
        margin: 12rem auto 0 10rem;
    }
    .profile_txt_area {
        width: calc(100% - 500rem - 60rem);
    }
	
}
@media (max-width: 520px) {
    .page_profile {
        padding: 55rem 0 137rem;
    }
    .youtube_poster_cover::after {
        width: 42rem;
        height: 42rem;
    }
    .poster {
        padding-top: 258rem;
    }
    .profile_inner {
        width: 100%;
        padding: 0 15rem;
    }
    .profile_content {
        padding-top: 22rem;
    }
    .profile_img {
        width: 386rem;
        background-position-y: 64rem;
        margin: 0 0 0 auto;
    }
    .profile_img img {
        width: 350rem;
        margin: 0 auto 0 15rem;
    }
    .profile_content_timeline_wrap {
        padding-bottom: 35rem;
        border-bottom: #c0c0c0 solid 1px;
    }
    .profile_name {
        padding: 30rem 0 22rem;
    }
    .profile_name img {
        width: 162rem;
        height: 30rem;
    }
    .profile_name span {
        font-size: 25rem;
        padding-left: 25rem;
    }
    .profile_content_timeline_txt_wrap {
        display: flex;
        flex-direction: column;
    }
    .profile_content_timeline_txt_wrap + .profile_content_timeline_txt_wrap {
        margin-top: 10rem;
    }
    .profile_content_timeline_txt_date,
    .profile_content_timeline_txt {
        font-size: 14rem;
        line-height: 1.86;
        letter-spacing: 0.08em;
    }
    .profile_content_timeline_txt_l {
        font-size: 16rem;
        line-height: 2.06;
        display: block;
        margin-top: 30rem;
    }
    .chronology {
        padding-top: 50rem;
    }
    .chronology_content_wrap {
        padding-top: 22rem;
    }
    .chronology_content {
        justify-content: space-between;
    }
    .chronology_content + .chronology_content {
        margin-top: 45rem;
    }
    .chronology_content_img {
        width: 196rem;
    }
    .chronology_content_img_multiple img + img {
        margin-top: 10rem;
    }
    .chronology_content_txt_area {
        padding-top: 20rem;
        width: 181rem;
    }
    .chronology_content_txt_year {
        font-size: 44rem;
        top: -5rem;
    }
    .chronology_content_txt {
        font-size: 14rem;
        line-height: 1.57;
    }
    .chronology_content:nth-child(12) .chronology_content_txt {
        letter-spacing: 0.12em;
    }
    .chronology_content_txt_catch {
        margin-bottom: 5rem;
    }
    /* no_movie */
    .no_movie_txt_wrap {
        bottom: 42rem;
        border: 1rem solid #fff;
    }
    .no_movie_txt {
        font-size: 14rem;
        padding: 1rem 13rem;
    }
    .no_movie_txt + .no_movie_txt {
        border-top: 1rem solid #fff;
    }
    .no_movie_comingsoon {
        bottom: 16rem;
        width: 98rem;
        height: 14rem;
        margin-left: 26rem;
    }
		.now_katagaki{
		font-size:16rem;
		color: #0095E5
	}
}