@charset "utf-8";

body	{
	margin: 0;
	background: url('../images/bg_main.jpg') no-repeat top center;
	background-attachment: fixed;
	background-color: #000;
	background-size: cover;
	height: 1000px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	color: #000;
	overflow-x: hidden;
}
a {
	text-decoration: none;
	color: #33a7a4;
}
a:hover {
	text-decoration: none;
	color: #33a7a4;
}


/* mv-------------------------------------------------------- */
#header  {
	position: relative;
	width: 100%;
	height: 1100px;
	background-size: cover;
	overflow: hidden;
}

.header_area {
	position: absolute;
	top: 0;
	left: -50%;
	right: -50%;
	width: 1100px;
	margin: 0 auto;
}
.logo_divine {
	position: absolute;
	top: 70px;
    left: -50%;
	right: -50%;
	width: 601px;
	margin: 0 auto;
	z-index: 11;
}
.img_member01 {
	position: absolute;
	top: 250px;
    left: -50%;
	right: -50%;
	width: 441px;
	margin: 0 auto;
	z-index: 9;
}
.img_member01 img {
	width:100%;
	max-width: 100%;
	height: auto;
	vertical-align:bottom;
}
.img_member02 {
	position: absolute;
	top: 306px;
    left: 170px;
	width: 338px;
	margin: 0 auto;
	z-index: 8;
}
.img_member02 img {
	width:100%;
	max-width: 100%;
	height: auto;
	vertical-align:bottom;
}
.img_member03 {
	position: absolute;
	top: 272px;
    right: 200px;
	width: 273px;
	margin: 0 auto;
	z-index: 8;
}
.img_member03 img {
	width:100%;
	max-width: 100%;
	height: auto;
	vertical-align:bottom;
}
.img_member04 {
	position: absolute;
	top: 254px;
    right: 0px;
	width: 338px;
	margin: 0 auto;
	z-index: 7;
}
.img_member04 img {
	width:100%;
	max-width: 100%;
	height: auto;
	vertical-align:bottom;
}
.img_member05 {
	position: absolute;
	top: 228px;
    left: 0;
	width: 292px;
	margin: 0 auto;
	z-index: 7;
}
.img_member05 img {
	width:100%;
	max-width: 100%;
	height: auto;
	vertical-align:bottom;
}
.bg_img01 {
	width: 955px;
	margin: 20px auto 0;

	opacity: 10%;
	z-index: 0;
}
/* ---------------------------------------------------------- */

/* information----------------------------------------------- */
.ov-gradient {
  height: 100px;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.bg_ct {
	width: 100%;
	margin: 0;
	padding: 0 0 200px;
	background-color: rgba(0,0,0,0.60);
	box-sizing: border-box;
}
#information {
	width: 100%;
	margin: 0 0 0;
	padding: 60px 0 100px;
	box-sizing: border-box;
}
#information .inner {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
}
.ttl_information {
	margin: 0 0 10px;
	font-size: 72px;
	font-family: "futura-pt", sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 1.0;
	color: #af076e;
	text-align: center;
}
.ttl_information_sub {
   display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 45px;
	margin: 0 0 60px;
	font-size: 14px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,"Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	line-height: 1.0;
	color: #af076e;
	text-align: center;
}
.ttl_information_sub::before,.ttl_information_sub::after {
    content: "";
    height: 1px;
    width: 50px;
    background-color: #af076e;
}
.ttl_information_sub::before {
    margin-right: 15px;
}
.ttl_information_sub::after {
    margin-left: 15px;
}

.news_area {
	width: 100%;
	margin: 0 0 40px;
	padding: 60px;
	background: rgba(0,0,0,0.4);
	border: 1px solid #af076e;
	box-sizing: border-box;
}
.ttl_news {
	margin: 0 0 20px;
	line-height: 1.6;
	font-size: 24px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,'Noto Sans Japanese','メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 500;
	color: #af076e;
	text-align: left;
}
.txt_news {
	line-height: 2.0;
	font-size: 14px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,'Noto Sans Japanese','メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #fff;
	text-align: left;
}

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

/* app------------------------------------------------------- */
#app {
	width: 100%;
	margin: 0 0 0;
	padding: 60px 0 100px;
	box-sizing: border-box;
}
#app .inner {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
}
.ttl_app_info {
	margin: 0 0 10px;
	font-size: 72px;
	font-family: "futura-pt", sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 1.0;
	color: #af076e;
	text-align: center;
}
.ttl_app_info_sub {
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 45px;
	margin: 0 0 60px;
	font-size: 14px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,"Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	line-height: 1.0;
	color: #af076e;
	text-align: center;
}
.ttl_app_info_sub::before,.ttl_app_info_sub::after {
    content: "";
    height: 1px;
    width: 50px;
    background-color: #af076e;
}
.ttl_app_info_sub::before {
    margin-right: 15px;
}
.ttl_app_info_sub::after {
    margin-left: 15px;
}
.app_info {
	width: 100%;
	margin: 0 auto 60px;
	padding: 60px 0;
	background: -moz-linear-gradient(to bottom,  rgba(175,7,110,0.4) 0%,rgba(158,6,87,0.4) 100%);
	background: -webkit-linear-gradient(to bottom,  rgba(175,7,110,0.4) 0%,rgba(158,6,87,0.4) 100%);
	background: linear-gradient(to bottom,  rgba(175,7,110,0.4) 0%,rgba(158,6,87,0.4) 100%);
}
.app_info ul {
	width: 980px;
	margin: 0 auto;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.app_info ul li:first-child {
	width: 360px;
	margin: 0 auto;
}
.app_info ul li:last-child {
	width: 540px;
	margin: 0 auto;
}
.midashi {
	margin: 0 0 6px;
	padding: 0;
	line-height: 1.4;
	font-size: 16px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,"Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	text-align: left;
}
.ttl_cd {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.4;
	font-size: 48px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,"Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	text-align: left;
}
.ttl_cd_sub {
	margin: 0 0 30px;
	padding: 0;
	line-height: 1.4;
	font-size: 16px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,"Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	text-align: left;
}
.txt_cd {
	margin: 0 0 0;
	padding: 0;
	line-height: 1.8;
	font-size: 14px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,"Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	text-align: left;
}
/* ---------------------------------------------------------- */

/* member---------------------------------------------------- */
#member {
	width: 100%;
	margin: 0 0 0;
	padding: 60px 0 100px;
	box-sizing: border-box;
}
#member .inner {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
}
.ttl_member {
	margin: 0 0 10px;
	font-size: 72px;
	font-family: "futura-pt", sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 1.0;
	color: #af076e;
	text-align: center;
}
.ttl_member_sub {
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 45px;
	margin: 0 0 60px;
	font-size: 14px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,"Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	line-height: 1.0;
	color: #af076e;
	text-align: center;
}
.ttl_member_sub::before,.ttl_member_sub::after {
    content: "";
    height: 1px;
    width: 50px;
    background-color: #af076e;
}
.ttl_member_sub::before {
    margin-right: 15px;
}
.ttl_member_sub::after {
    margin-left: 15px;
}
.txt_menber_midashi {
	width: 656px;
	margin: 0 auto 50px;
}
.member_area {
	width: 1100px;
	margin: 0 auto;
}
.member_area ul {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.member_area ul li {
	width: 210px;
}
.member_area ul li img{
	margin: 0 0 10px;
}
.txt_name {
	margin: 0 0 10px;
	font-size: 24px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,"Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	line-height: 1.0;
	color: #dfe891;
	text-align: center;
}
.txt_cv {
	margin: 0 0 30px;
	font-size: 14px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,"Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	line-height: 1.0;
	color: #8d8d8d;
	text-align: center;
}
.pop_area {
	overflow: auto;
	width: 680px;
	margin: 0 0;
	padding: 30px 30px 30px;
	background: url("../images/bg_pf_chara.jpg") repeat top center;
	box-sizing: border-box;
	border: 1px solid #af076e;
}
.pf_img_chara {
	width: 100%;
	margin: 0 auto 20px;
}
.pf_img_chara img {
	width:100%;
	max-width: 100%;
	height: auto;
	vertical-align:bottom;
}
.txt_pf01 {
	margin: 0 0 20px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6em;
	text-align: left;
	color: #fff;
}
.txt_pf02 {
	margin: 0 0;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6em;
	text-align: center;
	color: #fff;
}
/* ---------------------------------------------------------- */

/* movie----------------------------------------------------- */
#movie {
	width: 100%;
	margin: 0 0 0;
	padding: 60px 0 100px;
	box-sizing: border-box;
}
#movie .inner {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
}
.ttl_movie {
	margin: 0 0 10px;
	font-size: 72px;
	font-family: "futura-pt", sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 1.0;
	color: #af076e;
	text-align: center;
}
.ttl_movie_sub {
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 45px;
	margin: 0 0 60px;
	font-size: 14px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,"Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	line-height: 1.0;
	color: #af076e;
	text-align: center;
}
.ttl_movie_sub::before,.ttl_movie_sub::after {
    content: "";
    height: 1px;
    width: 50px;
    background-color: #af076e;
}
.ttl_movie_sub::before {
    margin-right: 15px;
}
.ttl_movie_sub::after {
    margin-left: 15px;
}
.youtube {
  position: relative;
  width: 100%;
	margin: 0 0 40px;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.btn_area {
	margin: 0 0 0;
	display: flex;
	justify-content: center;
}
/*== ボタン共通設定 */
.btn{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
	overflow: hidden;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,"Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
   	border: 1px solid #af076e;/* ボーダーの色と太さ */
    padding: 30px 100px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;

}

/*ボタン内spanの形状*/
.btn span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	color:#fff;
}

.btn:hover span{
	color:#fff;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
 	content: '';
    /*絶対配置で位置を指定*/
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
    /*色や形状*/
	background: -moz-linear-gradient(to bottom,  rgba(175,7,110,0.4) 0%,rgba(158,6,87,0.4) 100%);
	background: -webkit-linear-gradient(to bottom,  rgba(175,7,110,0.4) 0%,rgba(158,6,87,0.4) 100%);
	background: linear-gradient(to bottom,  rgba(175,7,110,0.4) 0%,rgba(158,6,87,0.4) 100%);
 	width: 100%;
	height: 100%;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}
/* ---------------------------------------------------------- */

/* sns------------------------------------------------------- */
#sns {
	width: 100%;
	margin: 0 0 0;
	padding: 60px 0 100px;
	box-sizing: border-box;
}
#sns .inner {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
}
.ttl_sns {
	margin: 0 0 10px;
	font-size: 72px;
	font-family: "futura-pt", sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 1.0;
	color: #af076e;
	text-align: center;
}
.ttl_sns_sub {
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 45px;
	margin: 0 0 60px;
	font-size: 14px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,"Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	line-height: 1.0;
	color: #af076e;
	text-align: center;
}
.ttl_sns_sub::before,.ttl_sns_sub::after {
    content: "";
    height: 1px;
    width: 50px;
    background-color: #af076e;
}
.ttl_sns_sub::before {
    margin-right: 15px;
}
.ttl_sns_sub::after {
    margin-left: 15px;
}
.sns_area {
	width: 800px;
	margin: 0 auto 40px;
	padding: 0;
	background: rgba(0,0,0,0.4);
	border: 1px solid #af076e;
	box-sizing: border-box;
}
/* ---------------------------------------------------------- */


/* footer---------------------------------------------------- */
#footer {
	width: 100%;
	margin: 0 0 0;
	padding: 80px 0;
	background: rgba(0,0,0,0.9);
}
.logo_footer {
	width: 100px;
	margin: 0 auto 40px;
}
.nav_footer {
	width: 100%;
	margin: 0 0 10px;
}
.nav_footer ul{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.nav_footer ul li {
	margin: 0 4px 0;
	line-height: 1.2;
	font-size: 16px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,"Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	text-align: center;
}
.nav_footer ul li a{
	color: #fff;
}
.copy {
	margin: 0 auto 20px;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #fff;
}
.copy_area {
	width: 100%;
	margin: 0 auto 20px;
}
.copy_area ul {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.copy_area ul li{
	width: 80px;
	margin: 0 40px 0 0;
}
.copy_area ul li:last-child{
	width: 80px;
	margin: 0 0 0 0;
}
.copy_area ul li img {
	width:100%;
	max-width: 100%;
	height: auto;
	vertical-align:bottom;
}
/* ---------------------------------------------------------- */

