@import url('https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap');

/*---------Common---------------*/
* {
	box-sizing: border-box;
	position: relative;
}

.aplha {
	-ms-filter: "alpha( opacity=0 )";
	filter: alpha(opacity=0);
	opacity: 0.0;
}

.onalpha {
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha(opacity=100);
	opacity: 1.0;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: default;
}

.onalpha:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity: 0.8;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: pointer;
}


.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

a:focus,
*:focus {
	outline: none;
}


.sp,
.sp_b {
	display: none;
}

.pc {
	display: inline-block;
}

.pc_b {
	display: block;
}

/*-----Loading-------*/
#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 999;
	background: #fff;
	text-align: center;
	color: #fff;
	display: none;
}

#loading_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*-----Header Menu-------*/

#nav_box {
	width: 100%;
	min-width: 1000px;
	height: 50px;
	position: fixed;
	top: 0;
	z-index: 300;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #A10468;
}

#nav_set_box {
	padding: 0;
	width: 1000px;
	height: 50px;
	margin: 0px auto 0 auto;
	box-sizing: border-box;
	z-index: 300;
	display: flex;
	justify-content: center;
}

.menu_btn {
	font-family: "Hina Mincho", serif;
	height: 50px;
	font-size: 12pt;
	font-weight: 400;
	color: #FFFFFF;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	/*	text-transform: inherit;*/
	/*	transition: color 1s;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	background-color: #A10468;
}

.menu_btn:hover {
	cursor: pointer;
	/*	color:#01a0ca;*/
	/*	background-color: #fff;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	background-color: #fdf6e6;
	color: #A10468;
}


.menu_btn2 {
	height: 30px;
	font-family: "Hina Mincho", serif;
	font-size: 12pt;
	font-weight: 200;
	color: #9480A0;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	padding-left: 45px;
	padding-right: 45px;
	background-color: #4F3460;
}

.btn_fb,
.btn_tw,
.btn_ist {
	width: 70px;
	padding-left: 0;
	padding-right: 0;
}


/*-----Menu Box-------*/
.menu_box {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 20;
}

.btn_menu {
	width: 50px;
	height: 50px;
	font-family: "Hina Mincho", serif;
	font-size: 15pt;
	font-weight: 700;
	color: #e8d0c6;
	background-color: #000;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	/*	padding-left: 15px;*/
	/*	padding-right: 15px;*/
	float: left;
	/*	text-transform: inherit;*/
	/*	transition: color 1s;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	margin-left: 10px;
}

.btn_menu:hover {
	cursor: pointer;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity: 0.8;
}


/*-----Main-------*/
#top_box {
	width: 100%;
	min-width: 1000px !important;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}

#top_set_box {
	width: 100%;
	min-width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}


.top_bg {
	width: 100%;
	min-width: 1000px;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	z-index: 10;
}

.top_logo,
.top_txt {
	width: 100%;
	min-width: 1000px;
	height: auto;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	z-index: 20;
}

.bnr_nyujoupresent_link {
	width: 21.61%;
	position: absolute;
	margin-top: 47.5%;
	margin-left: 65.1%;
	z-index: 20;
}

.bnr_nyujoupresent {
	width: 100%;
	height: auto;
	z-index: 20;
}


/*-----mvtk-------*/

#mvtk_box {
	width: 100%;
	min-width: 1000px;
	text-align: center;
	padding-top: 20px;
}

#mvtk_box img {
	margin: 0 5px 10px;
}


#mvtk_box #mvtk-widgets-container {
	margin: 30px auto 10px;
}


/*-----TRAILER-------*/

#trailer_box {
	width: 800px;
	;
	text-align: center;
	margin: 0px auto;
	padding-top: 60px;
	padding-bottom: 20px;
	/*		display: none;*/
}

#trailer_box iframe {
	width: 100%;
	height: calc(800px * 0.6);
	margin: 0 auto;
}

#trailer_box h3 {
	color: #A10468;
	margin-top: 0px;
	font-size: 17pt;
	font-weight: 700;
	margin-bottom: 30px;
}

.movie_nav {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0;
}

.movie_nav_box {
	width: calc(50% - 1px);
	padding: 1px;
	margin-bottom: 1px;
}

.movie_nav_box_long {
	width: calc(50% - 1px);
	padding: 1px;
	margin-bottom: 1px;
}

.movie_nav_box_long_pc{
	width: 100%;
}

.movie_nav_btn {
	display: block;
	min-height: 40px;
	line-height: 40px;
/*	letter-spacing: 3px;*/
	text-align: center;
	text-decoration: none;
	background-color: #ffb7e5;
	/*  font-family: 'Noto Sans JP', serif;*/
}

.movie_nav_btn.selected {
	background-color: #a10468
}

a.movie_nav_btn:link,
a.movie_nav_btn:visited {
	color: #a10468;
}

a.movie_nav_btn.selected:link,
a.movie_nav_btn.selected:visited {
	color: #fff;
}


/*-----チラシ-------*/
.top_chirasi {
	width: 100%;
	max-width: 1800px;
	min-width: 1000px;
	height: auto;
	margin: 0 auto;
	display: block;
	z-index: 10;
}


/*-----ftr-------*/

#ftr_box {
	z-index: 40;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	clear: both;
	padding: 0px 0px 20px 0px;
	background-repeat: no-repeat;
	background-position: top center;
}


#ftr_naka {
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.top_bl {
	display: block;
	margin: 0 auto;
}


#ftr_bnr {
	width: 1000px;
	margin: 0px auto 0px auto;
	text-align: center;
}


#ftr_bnr img {
	margin: 0px 5px 5px 0px;
}


.bnr_fujiko-best {
	height: 80px;
	width: auto;
	border: 1px #d3d3d3 solid;
}






/*------- SNS ----------------*/

#top_tw {
	position: relative;
	display: inline-block;
	z-index: 50;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 25px;
}

.fb {
	margin: -4px 0px 0px 10px;
	padding: 0px;
	display: inline;
	float: left;
}

.tw {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	display: inline;
	float: left;
}

.line {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	display: inline;
	float: left;
}


.eigacom {
	margin: 2px 0px 0px 10px;
	padding: 0px;
	display: inline;
	float: left;
}






/*------- SUB PAGE ----------------*/
.sub_box {
	width: 100%;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.in_box {
	margin: 0 auto;
	width: 1000px;
	font-size: 10pt;
	font-weight: normal;
}

.pad_lr {
	padding-left: 13px;
	padding-right: 13px;
}

.txt_box {
	font-size: 14pt;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
}

h3 {
	display: block;
	font-family: "Hina Mincho", serif;
	font-size: 23pt;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 50px;
	color: #A10468;
}

.yokobo {
	letter-spacing: -0.4em;
	/*	<span class="yokobo">――</span>*/
}

/*----------PHOTO SCROLL------------*/

#slide_photo_pc1 {
	width: 100%;
	height: 320px;
	background: repeat-x url("../images/scrl.jpg") left top/auto 100%;
	-webkit-animation: loop-pc infinite 40s linear;
	animation: loop-pc infinite 40s linear;
	z-index: 20;
}

@-webkit-keyframes loop-pc {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -2972px 0;
	}
}

@keyframes loop-pc {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -2972px 0;
	}
}

#slide_photo_pc2 {
	width: 100%;
	height: 600px;
	background: repeat-x url("../images/scrl2.jpg") left top/auto 100%;
	-webkit-animation: loop-pc2 infinite 40s linear;
	animation: loop-pc2 infinite 40s linear;
	z-index: 20;
}

@-webkit-keyframes loop-pc2 {
	0% {
		background-position: -3800px 0;
	}

	100% {
		background-position: 0 0;
	}
}

@keyframes loop-pc2 {
	0% {
		background-position: -3800px 0;
	}

	100% {
		background-position: 0 0;
	}
}






/*------- PROFILE ----------------*/
#intro_box {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #8f254d;
	/*	background-image: url(../images/intro_bg.jpg);*/
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #fff;
	overflow-x: hidden;
}

@media screen and (min-width: 1800px) {
	#intro_box {
		background-size: 100% auto;
		padding-bottom: 41.11vw;
	}

}

#intro_header {
	height: 460px;
	background-image: url(../images/intro_head.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000;
}

#intro_body1 {
	padding-top: 1px;
	background-image: url(../images/intro_bg_head.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}


#intro_body2 {
	padding-top: 1px;
	background-image: url(../images/intro_bg_ftr.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	padding-bottom: 70px;
}


#intro_box h3 {
	color: #fff;
	margin-top: 70px;
	margin-bottom: 60px;
}

.intro_midasi1 {
	margin: 0 auto;
}

.intro_midasi2 {
	margin: 0 auto;
}


.intro_photo-3set {
	width: calc(100% - 26px);
	max-height: 1754px;
	height: auto;
	margin: 50px auto;
	display: block;
}

.intro_midasi3 {
	margin: 30px 0 50px -13px
}


.intro_list {
	display: block;
	margin: 0 auto;
}



.intro_memo {
	float: right;
	width: 30vw;
	max-width: 600px;
	height: auto;
	margin: 0% -10vw 20px 0px;
}




/*------- PROFILE ----------------*/
#prof_box {
	padding-top: 1px;
	padding-bottom: 100px;
	background-color: #fdf6e6;
	background-image: url(../images/prof_bg1.jpg), url(../images/prof_bg2.jpg);
	background-position: 0% 0%, 100% 0%;
	background-repeat: no-repeat;
}


#prof_box h3 {
	margin-top: 100px;
	margin-bottom: 60px;
}

.prof_txtbox {
	display: flex;
	margin-bottom: 80px;
}

.prof_txtbox2 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}



.prof_txtbox .txt_box {
	flex: 1;
	margin-left: 25px;
}

.prof_txtbox2 .txt_box {
	width: 45%;

}

.prof_name {
	color: #a10468;
	font-size: 21pt;
	font-weight: 700;
	margin-bottom: 30px;
	font-family: "Noto Serif JP", serif;
}

.cmt_txt {
	background-color: #f7e0da;
	padding: 21px 15px;
	margin-top: 30px;
}

.cmt_ttl {
	color: #a10468;
	font-size: 16pt;
	margin-bottom: 14px;
}
