@charset "UTF-8";
/* CSS Document */
/*
--------------------------------------------------------------
                          STYLE
-------------------------------------------------------------- 
*/
body {
  
	
}
main {
	width: 1000px;
  margin: 0 auto;
}
[lang="ja"] body {
  color: #fff;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-feature-settings: "palt";
  background-color: #000;
}
[lang="ja"] section {
  font-size: 180%;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
[lang="en-US"] body {
  color: #fff;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  line-height: 2em;
  font-feature-settings: "palt";
  background-color: #000;
}
[lang="en-US"] section {
  font-size: 170%;
  letter-spacing: 0.05em;
}
main.toppage {
  background-image: url("../images/kakeko_main.png"), url("../images/image_1_s.jpg");
  background-size: 120%, 100%;
  background-repeat: no-repeat;
  background-position: -160px 800px, center 70px;
}
section.top {
  text-align: center;
}
section.top h1 img {
  margin-top: 1em;
  width: 85%;
  height: auto;
}
[lang="ja"] section.top h2 {
  font-size: 130%;
  letter-spacing: 0.12em;
  margin-top: 200px;
}
[lang="en-US"] section.top h2 {
  font-size: 130%;
	line-height: 1.3em;
  font-weight: normal;
  margin-top: 4em;
}
[lang="ja"] section.top h3 {
  font-weight: normal;
  font-size: 85%;
  margin-top: -400px;
}
[lang="en-US"] section.top h3 {
  font-weight: normal;
  font-size: 90%;
  margin-top: -400px;
}
section.top .main_cast {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 100%;
  margin-top: 200px;
}
section.top .sub_cast {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 85%;
  margin-top: 0.5em;
}
section.top .director_jopbttl {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 75%;
  margin-top: 1em;
}
section.top .director {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 95%;
  margin-top: 0.3em;
}
.sp {
	display: none;
}
/*
--------------------------------------------------------------
                     page_2/Introduction
-------------------------------------------------------------- 
*/
section.page_2 {
  text-align: center;
  width: 90%;
  margin-left: 5%;
  margin-top: 800px;
}
section.page_2 h2 {
  font-size: 110%;
  font-style: oblique;
  font-weight: bold;
  line-height: 1.5em;
}
section.page_2 h1 {
  color: #3b59a4;
  font-size: 150%;
  font-weight: normal;
  margin: 2em 0em;
}
section.page_2 p {
  font-size: 75%;
  letter-spacing: 0.06em;
  margin-top: 1.5em;
}
section.page_2 .movie {
  margin: 0 auto;
  margin-top: 2em;
}
section.page_2 .movie iframe {
  height: 500px !important;
}
/*
--------------------------------------------------------------
                      page_3/News
-------------------------------------------------------------- 
*/
section.page_3 {
  text-align: center;
}
section.page_3 h1 {
  color: #3b59a4;
  font-size: 150%;
  font-weight: normal;
  margin: 2em 0em;
}
.post_body {
  font-size: 75%;
  text-align: left;
  width: 95%;
  margin-left: 5%;
  margin-bottom: 2em;
  display: flex;
  justify-content: space-between;
}
.post_item {
  padding: 0 1em;
  width: 700px;
}
.post_body a {
  color: #fff;
  text-decoration: none;
}
ul.post-categories li {}
.post_day {
  font-size: 90%;
  color: #666;
  margin-top: -0.7em;
}
.post_title {
  line-height: 1.2em;
}
.info a {
  display: table-cell;
  background-color: #3f293f;
  width: 150px;
  height: 80px;
  text-align: center;
  vertical-align: middle;
}
.jouei a {
  display: table-cell;
  background-color: #333359;
  width: 150px;
  height: 80px;
  text-align: center;
  vertical-align: middle;
}

.X_link a {
	
}
[lang="ja"] .X_link a {
	font-size: 70%;
	color: #fff;
	text-decoration: none;
	display: block;	
	position: relative;
	background-image:url("../images/x_logo.png");
	background-size: 50px;
	background-position:30px 18px;
	background-repeat: no-repeat;
	padding: 1em 1em 1em 2em;
	border: #666 solid 1px;
	width: 600px;
	margin: 3em auto;
}
[lang="en-US"] .X_link a {
	font-size: 70%;
	letter-spacing: 0.05em;
	color: #fff;
	text-decoration: none;
	display: block;	
	position: relative;
	background-image:url("../images/x_logo.png");
	background-size: 40px;
	background-position:30px 18px;
	background-repeat: no-repeat;
	padding: 1em 1em 1em 2em;
	border: #666 solid 1px;
	width: 600px;
	margin: 3em auto;
}
.X_link a:hover {
	background-color: #333;
	transition: .3s;
	opacity: .6;
}
[lang="ja"] .X_link a::after {
  content: '';
  display: block;
  width: 12px; /* 矢印の大きさの指定 */
  height: 12px; /* 矢印の大きさの指定 */
  border-top: 2px solid #fff; /* 矢印の太さの指定 */
  border-left: 2px solid #fff; /* 矢印の太さの指定 */
}
[lang="ja"] .X_link a::after {
  transform: rotate(135deg); /* 矢印の角度の指定 */
  position: absolute; /* 矢印の位置の指定 */
  right: 30px; /* 矢印の位置の指定 */
  top: 35px; /* 矢印の位置の指定 */
}
[lang="en-US"] .X_link a::after {
  content: '';
  display: block;
  width: 12px; /* 矢印の大きさの指定 */
  height: 12px; /* 矢印の大きさの指定 */
  border-top: 2px solid #fff; /* 矢印の太さの指定 */
  border-left: 2px solid #fff; /* 矢印の太さの指定 */
}
[lang="en-US"]  .X_link a::after {
  transform: rotate(135deg); /* 矢印の角度の指定 */
  position: absolute; /* 矢印の位置の指定 */
  right: 30px; /* 矢印の位置の指定 */
  top: 26px; /* 矢印の位置の指定 */
}
/*
--------------------------------------------------------------
                        page_4/Story
-------------------------------------------------------------- 
*/
section.page_4 {
  text-align: center;
  background-image: url("../images/page_4_s.png");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 1600px;
}
section.page_4 h1 {
  color: #3b59a4;
  font-size: 150%;
  font-weight: normal;
  margin: 2em 0em;
}
[lang="ja"] section.page_4 h1 {
  padding-top: 650px;
}
[lang="en-US"] section.page_4 h1 {
  padding-top: 650px;
}
section.page_4 p {
  font-size: 85%;
  letter-spacing: 0.06em;
  line-height: 2em;
  margin-top: 1.5em;
  width: 70%;
  margin-left: 15%;
}
/*
--------------------------------------------------------------
                    page_5/Cast & Staff
-------------------------------------------------------------- 
*/
section.page_5 {
  margin-top: 1em;
}
section.page_5 h1 {
  text-align: center;
  color: #3b59a4;
  font-size: 150%;
  font-weight: normal;
  margin: -1em 0em 2em;
}
div.cast_body {
  width: 90%;
  margin-left: 5%;
  margin-bottom: 2em;
  display: flex;
  justify-content: space-between;
}
div.main_cast {
  width: 46%;
}
div.main_cast img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  margin-bottom: 1em;
}
.cast_name {
  font-size: 80%;
}
.name {
  font-size: 120%;
  margin-bottom: 0.5em;
}
.cast_disc {
  font-size: 70%;
  line-height: 1.5em;
}
[lang="ja"] .cast_disc {
  text-align: justify;
}
[lang="en-US"] .cast_disc {}
.movie_data {
  text-align: center;
  font-size: 75%;
  margin-bottom: 2em;
}
div.sub_cast {
  width: 30%;
}
div.sub_cast img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 1em;
}
section.page_5 dl {
  width: 100%;
  margin-bottom: 1.5em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.page_5 dt {
  font-size: 75%;
  width: 48%;
  text-align: right;
}
section.page_5 dd {
  font-size: 90%;
  width: 48%;
}
/*
--------------------------------------------------------------
                    page_6/Message
-------------------------------------------------------------- 
*/
section.page_6 {
  text-align: center;
	margin-top: 150px;
}
section.page_6 img {
  width: 60%;
  height: auto;
}
section.page_6 h1 {
  text-align: center;
  color: #3b59a4;
  font-size: 150%;
  font-weight: normal;
  margin-top: 0em;
  margin-bottom: 1em;
}
section.page_6 p {
  font-size: 85%;
  letter-spacing: 0.06em;
  margin-top: 1.5em;
  width: 90%;
  margin-left: 5%;
}
section.page_6 p.kantoku {
  font-size: 100%;
  margin-bottom: 3em;
}
div.inq {
	font-size: 150%;
	  width: 600px;
	margin: 0 auto;
}
div.inq a {
	text-align: center;
  display: block;
  color: #fff;
  text-decoration: none;

  padding: 0.7em 0em 0.5em;
  ;
  border: #fff solid 1px;
  margin-bottom: 2em;
}
div.inq a:hover {
  background-color: #282828;
}
[lang="ja"] div.inq p span {
  font-size: 170%;
}
[lang="en-US"] div.inq p span {
  font-size: 150%;
}
div.inq p {
  font-size: 70%;
}
div.inq {
  position: relative;
}
div.inq::after {
  content: '';
  display: block;
  width: 8px; /* 矢印の大きさの指定 */
  height: 8px; /* 矢印の大きさの指定 */
  border-top: 2px solid #fff; /* 矢印の太さの指定 */
  border-left: 2px solid #fff; /* 矢印の太さの指定 */
}
div.inq::after {
  transform: rotate(135deg); /* 矢印の角度の指定 */
  position: absolute; /* 矢印の位置の指定 */
  right: 30px; /* 矢印の位置の指定 */
  top: 45px; /* 矢印の位置の指定 */
}
section.profile {
  text-align: left;
  width: 90%;
  margin-left: 5%;
}
section.profile h2 {
  font-size: 85%;
  margin-bottom: 1em;
}
section.profile p {
  font-size: 75%;
  line-height: 1.5em;
  margin-bottom: 2em;
}
[lang="ja"] section.profile p {
  text-align: justify;
}
/*
--------------------------------------------------------------
                          single
-------------------------------------------------------------- 
*/
main.subpage .ttl {
  text-align: center;
  padding-top: 70px;
}
main.subpage .ttl img {
  width: 50%;
  height: auto;
}
[lang="ja"] main.subpage p.subttl {
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 110% !important;
  font-weight: normal;
  margin-top: 0.5em;
}
[lang="en-US"] main.subpage p.subttl {
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 100% !important;
  font-weight: normal;
  margin-top: 0.5em;
}
main.subpage {
  background-image: url("../images/image_1_s.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center -200px;
  min-height: 1300px;
  padding-bottom: 2em;
}
main.subpage h1 {
  text-align: center;
  color: #3b59a4;
  font-size: 100%;
  font-weight: normal;
  margin-bottom: 1em;
}
main.subpage section img {
  width: 100%;
  margin-top: 1em;
}
section.subpage_top {
  margin-top: 250px;
  width: 90%;
  margin-left: 5%;
}
section.subpage_top h1 {
  text-align: center;
  color: #3b59a4;
  font-size: 150%;
  font-weight: normal;
  padding-top: 20px;
}
section.subpage_top h2 {
  font-size: 130%;
  line-height: 1.5em;
}
section.subpage_top p {
  font-size: 80%;
  margin-top: 1em;
}
section.subpage_top iframe {
  width: 100%;
  height: 300px;
}
/*
--------------------------------------------------------------
                          category
-------------------------------------------------------------- 
*/
h2.article-title a {
  text-decoration: none;
  color: #fff;
}
.readmore a {
  text-decoration: none;
  color: #FF8304;
}
.subpage_top hr {
  width: 100%;
  background-color: #000000;
  border-top: 1px dotted #666;
  border-bottom: none;
  margin: 1em 0em;
}
.meta {
  color: #666
}
/*
--------------------------------------------------------------
                          footer
-------------------------------------------------------------- 
*/
footer {
  text-align: center;
  padding: 3em 0em 2em;
  background-color: #232323;
}
p.footer_logo img {
  width: 400px;
  margin-bottom: 1em;
}
p.sub_footer_ttl {
  font-size: 90%;
  letter-spacing: 0.05em;
}
[lang="ja"] p.sub_footer_ttl::after {
  content: 'ようこそパラレルワールド　オフィシャルサイト';
  display: block;
}
[lang="en-US"] p.sub_footer_ttl::after {
  content: 'Official site';
  display: block;
  letter-spacing: 0.05em;
}
p.offical {
  font-size: 90%;
}
p.copy {
  font-size: 60%;
  letter-spacing: 0.1em;
}
p.copy span {
  font-size: 130%;
}
/*
--------------------------------------------------------------
                          NAVIGATION
-------------------------------------------------------------- 
*/
ul.bogo-language-switcher {
  margin: 10px
}
ul.bogo-language-switcher a {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 70%;
  color: #fff;
  text-decoration: none;
  margin-top: 5px;
  letter-spacing: 0;
}
ul.bogo-language-switcher li {
  display: inline-block;
  vertical-align: bottom;
}
.bogoflags-us::before {
  margin-top: 5px;
}
.gtranslate_wrapper {
  position: absolute;
  z-index: 100;
}
.bogo-language-name a{
	padding: -5px 0px 0px 0px;
}
header {
  width: 100%;
  position: fixed;
  top: 20px;
	left: 20px;
	z-index: 50;
}
.btn-body {
	position: absolute;
  top: 0px;
  right: 45px;
  background: #000;
  height: 37px;
  width: 40px;
  border-radius: 4px;
	z-index: 99;
}
.spmenu_ttl {
  display: none;
}
.spmenu_btn {
  display: block;
  position: absolute;
  top: 14px;
  right: 50px;
  width: 30px;
  height: 9px;
  background: #fff;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
}
.spmenu_btn:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  background: #fff;
  top: -10px;
  right: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.spmenu_btn:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  background: #fff;
  bottom: -10px;
  right: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.spmenu_btn.active {
  background: #000;
}
.spmenu_btn.active:before {
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 0;
  right: 0;
}
.spmenu_btn.active:after {
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0;
  right: 0;
}
.spmenu {
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0;
  background: rgba(0, 0, 0, 0.7);
}
nav {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 90%;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1em;
}
nav ul a {}
nav ul li a {
  display: block;
  margin-left: 5%;
  width: 90%;
  height: 100%;
  color: #fff;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-bottom: #666 solid 1px;
  text-decoration: none;
}
nav ul li a::after {
  content: '';
  display: block;
  width: 6px; /* 矢印の大きさの指定 */
  height: 6px; /* 矢印の大きさの指定 */
  border-top: 2px solid #fff; /* 矢印の太さの指定 */
  border-left: 2px solid #fff; /* 矢印の太さの指定 */
}
nav ul li a::after {
  transform: rotate(135deg); /* 矢印の角度の指定 */
  position: absolute; /* 矢印の位置の指定 */
  right: 10px; /* 矢印の位置の指定 */
  top: 17px; /* 矢印の位置の指定 */
}
.spmenu ul {
  width: 1000px;
  margin: 0 auto;
  padding-top: 3em;
}
.spmenu li ul li {
  width: 100%;
  font-size: 100%;
}
.spmenu li ul li a {
  color: #fff;
  padding-left: 26px;
  margin-left: 20px;
}
/*----------------------------
bogo  調整
----------------------------*/
.bogoflags, .bogoflags-before:before {	
    vertical-align:top!important;
}