@charset "utf-8";

/****************************************
Smart phone BASE 767
*****************************************/
@media screen and (max-width:767px){
body{min-width:100%;}
.sp_view{display: block;}
.pc_view{display: none;}

/*--------------------------
COMMON
--------------------------*/
#wrapper {
	min-width: initial;	
}
	
#wrapper img{
	max-width: 100%;
}

.ttl_pc {
	width: 95%;
	text-align: center;
	padding: 0 0 5% 0;
	margin: 0 auto;
	font-size: 1.7rem;
	letter-spacing: 0.25em;
	color: #43679e;
}

.ttl_pc img {
	width: 100%;
}

.ttl_pc_credits {
	width: 80%;
	text-align: center;
	padding: 10% 0 5% 0;
	margin: 0 auto;
	font-family: Raleway , san-serif;
	font-weight: 100;
	font-size: 1.7rem;
	letter-spacing: 0.25em;
	color: #43679e;
}

.ttl_pc_credits img {
	width: 100%;
}
	



.underline_nv {
	border-top: #43679e solid 1px;
	padding-top: 13px;
}

h1 {
	font-size: 2.0rem;
	letter-spacing: 0.15em;
	font-weight: 600;
	line-height: 1.8em;
	color: #B81C22;
	font-family: 'Noto Serif JP', serif;
	text-align: left;
}

h2 {
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	line-height: 2.0em;
	color: #0037ee;
}
	
p {
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 2.0em;
	color: #333333;
	font-weight: 100;
}
	
p {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 2.2em;
	color: #333333;
	font-weight: 400;
}

/*--------------------------
NAVIGATION
--------------------------*/
/* グルーバルメニュー */
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    /*right: 0;*/
    left: 0;
    height: 100%;
    overflow: auto;
    background: #DBBA45;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

nav.globalMenuSp ul {
    background: #DBBA45;
    margin: 0 auto;
    padding: 70px 0 0 0 ; 
    width: 100%;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 1.7rem;
	letter-spacing: 0.25em;
	color: #FFFFFF;
}

nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 10px 0 0 0;
    width: 100%;
    
}

nav.globalMenuSp ul li a {
    display: block;
    color: #FFFFFF;
    padding: 1em 0;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0);
}
	
	
nav.globalMenuSp ul li:nth-child(2) {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;

}
	
	nav.globalMenuSp ul li a div.nav_news:nth-child(1) {
		margin-right: 10px;
	}

.overflowHidden {
    overflow: hidden;
}


/* ハンバーガー */
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    left: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
}

.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 40px;
    
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 0;
}

.navToggle span:nth-child(1) {
    top: 0px;
	border-bottom: solid 3px #E0E0E0;
}

.navToggle span:nth-child(2) {
    top: 9px;
	border-bottom: solid 3px #E0E0E0;
}

.navToggle span:nth-child(3) {
    top: 18px;
	border-bottom: solid 3px #E0E0E0;
}

.navToggle span:nth-child(4) {
    top: 33px;
}


/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 13px;
    left: 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

	
	#top_sp {
		width: 100%;
		padding-top: 35px;
	}
	
	#top_sp img {
		width: 100%;
	}
	

/*--------------------------
BANNER
--------------------------*/
	#banner_sp {
		width: 90%;
		margin: 0 auto;
		padding: 2% 0 6% 0 ;
		text-align: center;
	}
	
	#banner_sp img {
		width: 100%;
	}
/*--------------------------
COMMENT
--------------------------*/

#comment_inner {
	background: #FFFFFF;
	padding: 70px 40px 50px 40px;
}

#comment_inner #comment_ttl {
	text-align: center;
	padding-bottom: 50px;
}
	
#comment_inner #comment_ttl img {
	width: 80%;
}

	.comment_sp {
		margin: 3% 0;
	}
	
.comment_bnr_container {
	color: #000000;
	margin: 3% 3% 10% 3%;
	padding-bottom: 10%;
	border-bottom: dotted 1px #A6A6A6;
}

.comment_bnr_container:last-child {
	border-bottom: dotted 0px #A6A6A6;
}

.comment_bnr_txt {
	font-size: 1.3rem;
	line-height: 1.8em;
	margin-bottom: 5%;
}

.comment_bnr_name {
	font-size: 1.4rem;
	line-height: 1.8em;
	font-weight: bold;
}
	
	
	
	
	
	


#comment_container_inner {
	width: 90%;
	margin: 0 auto;
}

#comment_bnr_container ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content:space-between;
	list-style-type: none;
	margin: 0 auto;
}

#comment_bnr_container ul li {
	width: 100%;
	margin:3% 0 0 0 ;
}

#comment_bnr_container ul li img {
	width:100%;
}


	
/*--------------------------
TRAILER
--------------------------*/


#trailer_container {
	width: 100%;
	background:
		url("../img/trailer_bg.jpg") no-repeat,
		#DBBA45;
	background-position: 
		left 0% bottom,
		center;
	background-size:
		80%,
		100%;
	padding: 10% 0 0 0;
}

#trailer_inner {
	width: 100%;
	margin:0 auto;
}

	
	
	
	
/*--------------------------
Trailer
--------------------------*/
#trailer_pc {
    background: url("../img/trailer_bg.jpg") no-repeat;
    background-position:center center;
    background-size:cover;
	padding: 10% 0;
}
	


#trailer_pc p {
    text-align: center;
}

.trailer_container {
    width: 100%;
    margin: 0 auto;
}
	
.trailer_container {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.trailer_container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#trailer_yt {
    margin: 0;  
}

#trailer_pc ul {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 5% 0 0 0;
	list-style-type: none;
	color: #FFFFFF;
	width: 90%;
}
#trailer_pc ul li {
	margin: 5px;
    /*border: #be8655 1px solid;*/
    padding: 0 0;
    font-size: 1.5rem;
}

#trailer_pc ul li{
	width: 100%;
}

#trailer_pc ul li a img{
	width: 100%;
}

#trailer_pc ul li a {
    color: #be8655;
    font-weight: 500;
}



	
/*--------------------------
INTRODUCTION
--------------------------*/
#intro_photo {
	width: 100%;
}

#intro_photo img {
	width: 100%;
}

.intro_photo_02 {
	max-width: 1575px;
	margin: 0 auto;
}

.intro_photo_02 img {
	width: 100%;
}

#intro_photo_03_out {
	width: 100%;
	background: url("../img/about_photo_03_bg.png") repeat-x,#DBBA45;
	background-position: top;
	background-size: 1575px auto;
}

.intro_photo_03 {
	max-width: 100%;
	margin: 0 auto;
	
}

.intro_photo_03 img {
	width: 100%;
}

#intro_container_pc {
	width: 100%;
	padding: 4% 0 5% 0%;
}

#intro_headline_pc {
	margin: 0 0 0 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

#intro_headline_l_pc {
	
	width: 100%;
}

#intro_headline_r_pc {
	width: 100%;
	margin-top: 10%;
}

#intro_headline_r_pc img {
	width: 100%;
}

#intro_text_pc {
	margin: 10% 0 12% 0;
	width: 100%;
}

#intro_attention {
	width: 80%;
	padding: 20px 10%;
	background: #CD2629;
	background: url("../img/intro_border_ptn.png") repeat;
	background-size: 55px 55px;
}

#intro_attention p {
	font-size: 1.2rem;
	color: #0037ee;
}

/*--------------------------
STORY
--------------------------*/
	
#story_pc {
  position: relative;
  z-index: 0;
	
	/*text-align: center;*/
}
#story_pc::after{
  content: '';
  position: absolute;
  left:0;
  top: 100px;
 
  /*四角形を傾けます*/
  transform: skewY(-5deg);
  transform-origin: bottom left;
  z-index: -1;
  width:100%;
  height:calc(100% - 0px);
  background:#fff;
	background: url("../img/story_bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	
}

#story_pc .ttl_pc {
	color: #FFFFFF;
}

#story_pc .underline_nv {
	border-top: #FFFFFF solid 1px;
}

#story_container_pc {
	width: 80%;
	padding: 20% 10%;
	
}

#story_container_img_pc {
	width: 80%;
	margin: 0 auto;
}

#story_container_img_pc img {
	width: 100%;
}


#story_headline_pc {
	margin: 0 0 0 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

#story_headline_pc h1, #story_headline_pc h2 {
	color: #FFFFFF;
}
	
	#story_headline_pc h1 br {
		display: none;
	}


#story_headline_pc p {
	color: #e4e4e4;
}

#story_headline_l_pc {
	
	width: calc(800px - 380px);
}

#story_headline_r_pc {
	width: 380px;
}

#story_headline_r_pc img {
	width: 100%;
}

#story_text_pc {
	width: 100%;
}

/*--------------------------
STAFF
--------------------------*/

#staff_container_pc {
	width:100%;
	background: #DBBA45;
	padding: 9% 0 5% 0;
}

.staff_container_pc_inner{
	width: 80%;
	margin: 2% auto 2% auto;
}

.staff_container_pc_inner h2{
	font-size: 1.7rem;
	color: #FFFFFF;
	margin-bottom: 3%;
}

.staff_container_pc_inner p{
	color: #FFFFFF;
	text-align:justify;
}

/*--------------------------
FOOTER
--------------------------*/

#footer_container_pc {
	width: 100%;
}	
	
#footer_photos_pc img {
	width: 100%;
}

#footer_inner_pc {

}

#footer_credits_pc {
    width: 100%;
    text-align: center;
	margin: 0 auto;
}
	
#footer_credits_pc img {
    width: 100%;
}
	

	

	
	
	
	
#footer_photos_pc {
	width: 100%;
	padding: 5% 0;
	position: relative;
}
	
#footer_photos_pc #footer_photos_l_pc img, #footer_photos_pc #footer_photos_r_pc img {
	width: 100px;
}
	
#footer_photos_pc #footer_photos_l_pc {
	position: absolute;
	top: 0;
	left: 0;
}

#footer_photos_pc #footer_photos_r_pc {
	position: absolute;
	bottom: 0;
	right: 0;
}
	
/*--------------------------
FLYER
--------------------------*/



#flyre_contents {
	text-align: center;
	padding: 20px 0;
}

#flyre_contents ul {
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content:flex-start;
    list-style: none;
}

#flyre_contents li {
	margin: 20px;
}

#flyre_contents li p {
	margin-bottom: 10px;
}

#flyre_contents li img {
	width: 100%;
}


	#top_releasedate {
		width: 95%;
		margin: 2% auto;
	}
	
	#top_releasedate img{
		width: 100%;
	}
	
/*--------------------------
REPORT
--------------------------*/


.report_inner {
	background: #FFFFFF;
	padding: 0%;
	margin: 0;
}

.report_inner h4{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.2rem;
	color: #666666;
	padding-bottom: 3%;
	margin: 0;
	font-weight: 100;
	letter-spacing: 0.1em;
}

.report_inner .report_ttl {
	width: 100%;
	padding: 5% 0;
	margin: 0 ;
}

.report_inner .report_ttl img:nth-child(1) {
	width: 90%;
	padding-bottom: 5%;
	margin: 0;
}

.report_inner .report_ttl img {
	width: 100%;
	padding: 5% 0;
	margin: 0;
}

.report_intro {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.4rem;
	line-height: 2.0em;
	color: #666666;
	padding-bottom: 10%;
}
.report_bnr_container h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	color: #41332B;
	padding-bottom: 5%;
	margin: 0;
	font-weight: 600;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}

.report_bnr_container {
	color: #000000;
	margin: 0%;
	padding-bottom: 40px;
	border-bottom: dotted 1px #A6A6A6;
}

.report_bnr_container img {
	width: 100%;
	padding: 10% 0;
}

.report_bnr_container:last-child {
	border-bottom: dotted 0px #A6A6A6;
}

.report_bnr_txt {
	font-size: 1.4rem;
	line-height: 2.0em;
	margin-bottom: 10px;
	color: #41332B;
	font-weight: 400;
}

.report_bnr_name {
	font-size: 1.6rem;
	line-height: 2.0em;
	font-weight: bold;
}


}