@charset "utf-8";
/* =========================================================
   common style
   =======================================================*/

@font-face {
	font-family: 'Noto Sans JP';
	src: url('../../fonts/Noto_Sans_JP/NotoSansJP-Thin.otf') format("opentype");
	font-style: normal;
	font-weight: 100;
}

@font-face {
	font-family: 'Noto Sans JP';
	src: url('../../fonts/Noto_Sans_JP/NotoSansJP-Light.otf') format("opentype");
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: 'Noto Sans JP';
	src: url('../../fonts/Noto_Sans_JP/NotoSansJP-Regular.otf') format("opentype");
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: 'Noto Sans JP';
	src: url('../../fonts/Noto_Sans_JP/NotoSansJP-Medium.otf') format("opentype");
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: 'Noto Sans JP';
	src: url('../../fonts/Noto_Sans_JP/NotoSansJP-Bold.otf') format("opentype");
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: 'Noto Sans JP';
	src: url('../../fonts/Noto_Sans_JP/NotoSansJP-Black.otf') format("opentype");
	font-style: normal;
	font-weight: 900;
}

body {
	margin: 0;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ ゴシック',Osaka,sans-serif;
}

img {
  border: 0;
}

.clearfix:after {
  content: ".";
  visibility: hidden;
  clear: both;
  display: block;
  height: 0;
}

.clearfix {
 zoom: 1;
 margin-bottom: 0;
}

div#container {
	width: 100%;
}

div#feat {
	position: relative;
	background: #f7f1ea url(https://image2.b-ch.com/feat/feat_parieto/bg.jpg) repeat top center;
	background-size: 2000px;
	width: 100%;
	text-align: center;
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 1;
	color: #32251e;
}

div#feat div {
/*
	font-size: 12px;
	line-height: 16px;
*/
}

div#feat * {
	box-sizing: border-box;
	letter-spacing: normal;
}

div#feat td {
	font-size: 12px;
	line-height: 16px;
	vertical-align: top;
}

div#feat a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .4s ease-in-out;
	transition: color .4s ease-in-out;
}

div#feat a:hover {
	color: #fff;
	text-decoration: none;
}

/* TOP */
div#feat p,
div#feat dl,
div#feat dd,
div#feat ul {
  margin: 0;
  padding: 0;
}

div#feat li {
  list-style: none;
}

div#feat table {
  border-collapse: collapse;
  border-spacing: 0;
}

div#feat table th,
div#feat table td {
  padding: 0;
}

div#feat {
	position: relative;
	text-align: center;
}

#parieto {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

#parieto img {
	display: inline;
	vertical-align: baseline;
	width: 100%;
}

#parieto div,
#parieto div p {
	margin: 0;
	padding: 0;
}

#parieto dt, #parieto th {
	font-weight: normal;
}

#parieto a.anchor {
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}

#parieto div.main {
	background: url(https://image2.b-ch.com/feat/feat_parieto/main_bg.png) no-repeat top center;
	background-size: 1717px;
	width: 100%;
}

#parieto div.main div.main-inner {
	margin: 0 auto;
	padding: 1px 0;
	width: 1170px;
	height: 878px;
}

#parieto div.main div.mv {
	display: flex;
	flex-wrap: wrap;
	margin: 184px 0 0 280px;
	width: 876px;
	height: 369px;
}

#parieto div.main div.mv ul {
	position: relative;
	width: 219px;
	height: 123px;
}

#parieto div.main div.mv ul li {
	position: absolute;
	top: 0; left: 0;
	width: inherit;
	height: inherit;
	transition: all 1s ease;
	backface-visibility: hidden;
}

#parieto div.main div.mv ul li:nth-of-type(2) {
	transform: rotateX(180deg);
}

#parieto div.main div.mv ul li:nth-of-type(1) {
	animation: anime_mv_01 11s 0s infinite;
}

#parieto div.main div.mv ul li:nth-of-type(2) {
	animation: anime_mv_02 11s 0s infinite;
}

#parieto div.main div.mv ul:nth-of-type(1) li { animation-delay: 0s; }
#parieto div.main div.mv ul:nth-of-type(2) li { animation-delay: 0.2s; }
#parieto div.main div.mv ul:nth-of-type(3) li { animation-delay: 0.4s; }
#parieto div.main div.mv ul:nth-of-type(4) li { animation-delay: 0.6s; }
#parieto div.main div.mv ul:nth-of-type(5) li { animation-delay: 0.2s; }
#parieto div.main div.mv ul:nth-of-type(6) li { animation-delay: 0.4s; }
#parieto div.main div.mv ul:nth-of-type(7) li { animation-delay: 0.6s; }
#parieto div.main div.mv ul:nth-of-type(8) li { animation-delay: 0.8s; }
#parieto div.main div.mv ul:nth-of-type(9) li { animation-delay: 0.4s; }
#parieto div.main div.mv ul:nth-of-type(10) li { animation-delay: 0.6s; }
#parieto div.main div.mv ul:nth-of-type(11) li { animation-delay: 0.8s; }
#parieto div.main div.mv ul:nth-of-type(12) li { animation-delay: 1s; }

@keyframes anime_mv_01 {
	0% {
		transform: rotateX(0deg);
	}
	10% {
		transform: rotateX(180deg);
	}
	50% {
		transform: rotateX(180deg);
	}
	60% {
		transform: rotateX(0deg);
	}
	100% {
		transform: rotateX(0deg);
	}
}

@keyframes anime_mv_02 {
	0% {
		transform: rotateX(180deg);
	}
	10% {
		transform: rotateX(0deg);
	}
	50% {
		transform: rotateX(0deg);
	}
	60% {
		transform: rotateX(180deg);
	}
	100% {
		transform: rotateX(180deg);
	}
}



#parieto div.main ul.nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 136px auto 0 auto;
	width: 1063px;
	font-size: 0; line-height: 0;
}

#parieto div.main ul.nav li,
#parieto div.main ul.nav li a,
#parieto div.main ul.nav li a span {
	display: block;
	height: 75px;
}

#parieto div.main ul.nav li.movie { width: 267px; }
#parieto div.main ul.nav li.pickup { width: 349px; }
#parieto div.main ul.nav li.present { width: 369px; }

#parieto div.main ul.nav li a {
	position: relative;
	width: inherit;
}

#parieto div.main ul.nav li a span {
	position: absolute;
	top: 0; left: 0;
	background-repeat: no-repeat;
	width: inherit;
	transition: opacity .4s ease-in-out;
	-webkit-transition: opacity .4s ease-in-out;
}

#parieto div.main ul.nav li.movie a span { background-image: url(https://image2.b-ch.com/feat/feat_parieto/nav_movie.png); background-size: 100%; }
#parieto div.main ul.nav li.pickup a span { background-image: url(https://image2.b-ch.com/feat/feat_parieto/nav_pickup.png); background-size: 100%; }
#parieto div.main ul.nav li.present a span { background-image: url(https://image2.b-ch.com/feat/feat_parieto/nav_present.png); background-size: 100%; }

#parieto div.main ul.nav li a span:nth-of-type(2) { opacity: 0; background-position: 0 -75px; }

#parieto div.main ul.nav li a:hover span:nth-of-type(1) { opacity: 1; }
#parieto div.main ul.nav li a:hover span:nth-of-type(2) { opacity: 1; }

#parieto div.main ul.sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 24px auto 0 auto;
	width: 192px;
	height: 40px;
	font-size: 0; line-height: 0;
}

#parieto div.main ul.sns li,
#parieto div.main ul.sns li a,
#parieto div.main ul.sns li a span {
	display: block;
	width: 40px;
	height: 40px;
}

#parieto div.main ul.sns li {
	background: #fff;
	border-radius: 20px;
}

#parieto div.main ul.sns li a {
	position: relative;
}

#parieto div.main ul.sns li a span {
	position: absolute;
	top: 0; left: 0;
	background-repeat: no-repeat;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

#parieto div.main ul.sns li.line a span { background-image: url(https://image2.b-ch.com/feat/feat_parieto/sns_line.png); background-size: 100%; }
#parieto div.main ul.sns li.x a span { background-image: url(https://image2.b-ch.com/feat/feat_parieto/sns_x.png); background-size: 100%; }
#parieto div.main ul.sns li.fb a span { background-image: url(https://image2.b-ch.com/feat/feat_parieto/sns_fb.png); background-size: 100%; }

#parieto div.main ul.sns li a:hover span { opacity: 0.7; }

#parieto div.cb {
	position: relative;
	margin: 0 auto 72px auto;
	background-repeat: no-repeat;
	width: 1170px;
}

#parieto div.cb.movie {
	background-image: url(https://image2.b-ch.com/feat/feat_parieto/movie_bg_02.png);
	background-size: 100%;
	height: 1776px;
}

#parieto div.cb.movie {
	padding-top: 320px;
}

#parieto div.cb.movie div.pv {
}

#parieto div.cb.movie div.pv div.txt {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
}

#parieto div.cb.movie div.pv div.player {
	margin: 20px auto 0 auto;
	width: 920px;
}

#parieto div.cb.movie div.pv div.player iframe {
	width: 920px;
	height: 516px;
}

#parieto div.cb.movie div.pics-wrapper {
	position: relative;
	margin: 495px auto 0 auto;
	width: 1001px;
	height: 128px;
	overflow: hidden;
}

#parieto div.cb.movie div.pics {
	position: relative;
	width: inherit;
}

#parieto div.cb.movie div.shade-r,
#parieto div.cb.movie div.shade-l {
	position: absolute;
	display: block;
	width: 90px;
	height: inherit;
}

#parieto div.cb.movie div.shade-r {
	top: 0; left: 0;
	background-image: linear-gradient(90deg, rgba(249, 246, 241, 1) 75%, rgba(249, 246, 241, 0));
}

#parieto div.cb.movie div.shade-l {
	top: 0; right: 0;
	background-image: linear-gradient(-90deg, rgba(249, 246, 241, 1) 75%, rgba(249, 246, 241, 0));
}

#parieto div.cb.movie div.pic-slide div.slick-slider {
	position: relative;
	overflow: hidden;
	margin: auto;
	width: inherit;
	height: inherit;
}

.slick-slider div { transition: none; }

#parieto div.cb.movie div.pic-slide div.slick-slider-a {
	padding-top: 0;
}

#parieto div.cb.movie div.pic-slide div.slick-slider ul.slick-slider-track {
	width: inherit;
	height: inherit;
	overflow: hidden;
}

#parieto div.cb.movie div.pic-slide div.slick-slider ul.slick-slider-track li.slide {
	background-color: #fff;
	font-size: 0;
	line-height: 0;
}

#parieto div.cb.movie div.pic-slide div.slick-slider ul.slick-slider-track .slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	font-size: 0;
	line-height: 0;
}

#parieto div.cb.movie div.pic-slide div.slick-slider ul.slick-slider-track .slick-slide img {
	display: block;
	width: 100%;
	height: 100%;
}

#parieto div.cb.movie div.btn-official {
	margin: 46px auto 0 auto;
}

#parieto div.cb.movie div.btn-official a {
	display: inline-block;
	margin: 0 auto;
	background: url(https://image2.b-ch.com/feat/feat_parieto/movie_btn_official.jpg) no-repeat;
	background-size: 100%;
	padding-top: 24px;
	width: 431px;
	height: 76px;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	color: #f9f6f1;
	transition: opacity .4s ease-in-out;
	-webkit-transition: opacity .4s ease-in-out;
}

#parieto div.cb.movie div.btn-official a .icn-link-out {
	position: relative;
	top: -1px; left: 0;
	display: inline-block;
	margin: 0 0 0 0.5em;
	width: 15px;
}

#parieto div.cb.movie div.btn-official a:hover {
	opacity: .7;
}

#parieto div.cb.pickup {
	background-image: url(https://image2.b-ch.com/feat/feat_parieto/pickup_bg.png);
	background-size: 100%;
	padding-top: 323px;
	height: 3681px;
}

#parieto div.cb.pickup div.ttllist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	width: 950px;
}

#parieto div.cb.pickup div.ttllist > div {
	align-self: stretch;
	position: relative;
	margin-bottom: 30px;
	background: #edeae5;
	padding: 26px 25px 105px 25px;
	width: 460px;
}

#parieto div.cb.pickup div.ttllist > div a {
	transition: all .4s ease-in-out;
}

#parieto div.cb.pickup div.ttllist div.img {
	background: #fff;
	width: 100%;
	font-size: 0; line-height: 0;
}

#parieto div.cb.pickup div.ttllist div.img a:hover {
	opacity: .7;
}

#parieto div.cb.pickup div.ttllist div.txt {
	text-align: left;
	line-height: 1.5;
}

#parieto div.cb.pickup div.ttllist div.ttl-name {
	margin-top: 10px;
	width: 105%;
	font-weight: 700;
	font-size: 24px;
}

#parieto div.cb.pickup div.ttllist div.ttl-name a {
	color: #32251e;
}

#parieto div.cb.pickup div.ttllist div.ttl-name a:hover {
	color: #706762;
}

#parieto div.cb.pickup div.ttllist div.ttl-data {
	margin-top: 4px;
	font-weight: 400;
	font-size: 15px;
}

#parieto div.cb.pickup div.ttllist div.story {
	margin-top: 4px;
	font-weight: 500;
	font-size: 18px;
}

#parieto div.cb.pickup div.ttllist div.btn {
	position: absolute;
	bottom: 28px; left: 0; right: 0;
}

#parieto div.cb.pickup div.ttllist div.btn a {
	display: block;
	margin: 0 auto;
	background: #32251e;
	border-radius: 30px;
	padding: 1em 0;
	width: 240px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	color: #f9f6f1;
}

#parieto div.cb.pickup div.ttllist div.btn a:hover {
	background: #706762;
}

#parieto div.cb.pickup div.ttllist {
}

#parieto div.cb.present {
	background-image: url(https://image2.b-ch.com/feat/feat_parieto/present_bg.png);
	background-size: 100%;
	padding-top: 310px;
	height: 1231px;
}

#parieto div.cb.present a {
	color: #6890c8;
	transition: opacity .4s ease-in-out;
	-webkit-transition: opacity .4s ease-in-out;
}

#parieto div.cb.present a:hover {
	opacity: .7;
}

#parieto div.cb.present dl.present-outline {
	margin: 0 0 0 135px;
	text-align: left;
	font-size: 18px;
	line-height: 1.6;
}

#parieto div.cb.present dl.present-outline dt {
	margin-bottom: 0.2em;
	font-weight: 700;
	color: #6890c8;
}

#parieto div.cb.present dl.present-outline dd {
	margin-bottom: 1em;
	padding-left: 0.5em;
	font-weight: 700;
}

#parieto div.cb.present div.notice {
	margin: 30px 0 0 135px;
	text-align: left;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.3;
}

#parieto div.cb.present ul.links {
	margin: 50px auto 0 auto;
	width: 431px;
}

#parieto div.cb.present ul.links li {
	margin-bottom: 30px;
}

#parieto div.cb.present ul.links li a {
	display: inline-block;
	background: #8caad2;
	padding: 1.2em 0;
	width: 100%;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	color: #f5f3ef;
	transition: opacity .4s ease-in-out;
	-webkit-transition: opacity .4s ease-in-out;
}

#parieto div.cb.present ul.links li a:hover {
	opacity: .7;
}

#parieto div.cb.present ul.links li.apply a {
	background: transparent url(https://image2.b-ch.com/feat/feat_parieto/present_btn_apply.png) no-repeat;
	background-size: 100%;
	padding: 1em;
	font-size: 24px;
	height: 76px;
	color: #f9f6f1;
}

#parieto div.cb.present ul.links li a:hover {
	opacity: .7;
}

#parieto div.bnr-sbsc {
	margin: 80px auto 0 auto;
	background: #fff;

}

#parieto div.bnr-sbsc,
#parieto div.bnr-sbsc a {
	display: block;
	width: 850px; height: 162px;
	font-size: 0; line-height: 0;
}

#parieto div.bnr-sbsc a {
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

#parieto div.bnr-sbsc a:hover {
	opacity: .7;
}

#parieto div.copyright {
	margin: 0 auto;
	padding: 80px 0 80px 0;
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.5;
	color: #000;
}

/* FOOTER */
.bch-l-wrapper {
	position: relative;
}
