@charset 'UTF-8';
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	user-select: element !important;/* CSS3 */
	-moz-user-select: element !important;/* Firefox */
	-webkit-user-select: element !important;/* Safari、Chromeなど */
	-ms-user-select: element !important;/* IE10かららしい */
}

html {
	position: relative;
}


/*---------------------------------------------レスポンシブ
*/

/*ナビゲーション*/

#nav_cover {
	background: url(../html_img/common/nav_bg02.png) repeat-y !important;
	width: 766px;
}

/*-------------*/

body {
	min-width: 980px;
	margin: 0;
	padding: 0;
	background: url(../html_img/profile/bg_black.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.bg {
	position: fixed;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	z-index: -100;
	display: none;
}

.bg img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
}
#container {
	overflow: hidden;
}
#video-background {
	/*  動画を背景に設定するスタイルシート  */
	position: fixed;
	right: 50%;
	bottom: 50%;
	width: 102%;
	height: 102%;
	transform: translate(50%,50%);
	object-fit: cover;
	z-index: -100;
}

#movie_cover {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -80;
	background: url(../html_img/profile/movie_cover.png) repeat;
}

#cont {
	width: 840px;
	margin: 0 auto 130px;
	padding-top: 114px;
	padding-left: 70px;
	font-size: 10px;
	line-height: initial;
	box-sizing: content-box;
}

#cont h2 {
	margin: 114px 0 45px;
	font-family: CrimsonText-Regular, Minion, Garamond, Times New Roman, Bodoni !important;
	font-size: 3.7em;
	font-weight: 100;
	color: #fff;
}
#cont h2:first-child {
	margin-top: 0;
}

#cont h3 {
	font-size: 1.7em;
	font-weight: 500;
	letter-spacing: 4.5px;
	padding: 30px 0 6px;
}

#cont h2 img {
	padding: 13px 0 0 20px;
	box-sizing: content-box;
}

#cont article {
	color: #fff;
	font-size: 1.1em;
	line-height: 1.9;
}

#cont article p {
	font-size: 13px;
}

#cont article #text_left {
	max-width: 48%;
	float: left;
}
#cont article #text_left p {
	margin-bottom: 42px;
}

#cont article #text_right {
	max-width: 48%;
	float: right;
}
#cont article #text_right p {
	margin-bottom: 42px;
}

#cont article #text_left #btn_buy01 {
	padding-top: 90px;
}

#cont article #text_right #btn_buy02 {
	padding-top: 48px;
}

#k_photo {
	padding-top: 50px;
}

#k_photo img {
	width: 400px;
	height: auto;
}

#cont a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#cont a {
	text-decoration: underline;
}

#buy {
	margin-top: 30px;
}

#k_photo02 {
	display: none;
}

#photo01 {
	padding: 50px 0 39px;
}

#photo02 {
	padding: 50px 0 90px;
}

#p_left {
	float: left;
	padding-right: 21px;
}

#p_right {
	float: left;
}

#photo03 {
	padding: 80px 0 110px;
}

.second {
	margin: 0 0 42px !important;
	font-size: 2.9em !important;
	letter-spacing: 1.8px;
	line-height: 1.4;
}

#photo03 p {
	padding-top: 10px;
}
#photo03 .slider li p {
	font-size: 11px;
}


/*一定のサイズより小さい場合*/
@media screen and (max-width: 980px) {
	body {
		min-width: inherit;
	}

	#cont {
		width: auto;
		margin: 0;
		padding: 100px 40px;
	}

	#cont h2 {
		margin: 84px 0 48px;
	}

	#cont h2:first-child {
		margin-top: 0;
	}

	#cont article p {
		font-size: 12px;
	}

	#cont article #text_left {
		margin-bottom: 42px;
		width: 48%;
		max-width: initial;
	}
	#cont article #text_left p:last-child {
		margin-bottom: 0;
	}

	#cont article #text_right {
		width: 48%;
		max-width: initial;
	}
	#cont article #text_right p:last-child {
		margin-bottom: 0;
	}

	video {
		display: none;
	}

	#nav_name {
		display: block !important;
	}

	.bg {
		position: fixed;
		top: -50%;
		left: -50%;
		width: 200%;
		height: 200%;
		z-index: -100;
		display: block;
	}
}

@media screen and (max-width: 767px) {
	#cont {
		width: auto;
		padding: 100px 20px 0;
	}

	#cont .main_img {
		width: 100%;
		height: auto;
	}

	#cont article #text_left {
		float: none;
		width: auto;
	}

	#cont article #text_right {
		float: none;
		width: auto;
	}

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	#movie_cover {
		background: none;
	}

	#k_photo02 {
		padding: 60px 0 30px;
	}

	#k_photo02 img {
		width: 100%;
		height: auto;
	}

	#k_photo02 {
		display: block;
	}

	#p_left {
		float: none;
		padding: 0 0 30px 0;
	}

	#p_right {
		float: none;
	}

	#photo01 img,
	#photo02 img,
	#photo03 img {
		width: 100%;
		height: auto;
	}

	#cont h3 {
		font-size: 1.5em;
		font-weight: 500;
		letter-spacing: 4.5px;
		padding: 30px 0 6px;
	}

	#photo03 p {
		padding-top: 5px;
	}

	#photo02 {
		padding: 38px 0 60px;
	}
	#buy {
		margin-top: 90px;
	}
}

@media screen and (max-width: 480px) {
	nav {
		padding-left: 0;
	}
}

@media screen and (max-width: 374px) {
	#cont h2 img {
		padding: 13px 0 0 0;
	}
}


/*一定のサイズより大きい場合*/
@media screen and (min-width: 1000px) {
	.sp {
		display: none;
	}

	.pc {
		display: block;
	}
}

/*PCスマホ横向きの場合*/
@media only screen and (orientation:landscape) {

}
/*PCスマホ縦向きの場合
@media only screen and (orientation:portrait) {

}
*/

#main_text .wysiwygBox p:not(:last-child) {
	margin-bottom: 22px;
}
#main_text .wysiwygBox h3 {
	padding-top: 0;
	margin-top: 30px;
}