/* CSS Document */

/* ALL_setting
================================================== */
*{
	margin:0;
	padding:0;
	font-family: yu-mincho-pr6n, source-han-serif-japanese, Meiryo, sans-serif, monospace;
	font-size: 100%;
	font-weight: 400;
}

body{

}

img{
	vertical-align:top;
}

.Yu Mincho Pr6N R{
	font-family: yu-mincho-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.Han Serif Bold{
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
}
.Source Han Serif Regular{
	font-family: source-han-serif-japanese, serif;
	font-weight: 400;
	font-style: normal;
}
.clear{clear:both;}

#wrapper{
	width: 100%;
	min-height: 100vh;
	position: relative;

	background-color: white;
	background-repeat: no-repeat;
	background-image: url("../image/righttop_logo.png");
	background-size: 16.48254vw 65.9668vw;
	background-position:right 2vw top 90px;
	
	/*background-attachment: fixed;*/
}

#wrapper_contents{
	width: 100%;
	min-height: 100vh;
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../image/righttop_logo_white.png");
	background-size: 16.48254vw 65.9668vw;
	background-position:right 2vw top 90px;
	/*background-attachment: fixed;*/
}

#wrapper_contents2{
	width: 100%;
	min-height: 100vh;
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../image/righttop_logo.png");
	background-size: 16.48254vw 65.9668vw;
	background-position:right 2vw top 90px;
	/*background-attachment: fixed;*/
}

.loopers_bg{
	background-image: url("../image/lp_pc_character_bg.jpg");
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 0;
}

.luna_bg{
	background-image: url("../image/luna_character_bg.png");
	background-attachment: scroll;
	position: relative;
	z-index: 0;
}

.kajyosapo_bg{
	background-image: url("../image/kajyosapo_bg.jpg");
	background-attachment: scroll;
	background-size: contain;
	position: relative;
	z-index: 0;
}

.kinetic_bg{
	background-image: url("../image/bg_pattern02.png");
	background-attachment: scroll;
	position: relative;
	background-size: contain;
	z-index: 0;
}

.stella_bg{
	background-color: #f5f5f5;
}

.nyatume_bg{
	position: relative;
	z-index: 0;
}

.contents_img_sub1{
	width: 70%;
	float: right;
	letter-spacing: normal;
	vertical-align: top;
	padding:0% 0 2% 4%;
	box-sizing: border-box;
}

.contents_img_sub2{
	width: 30%;
	float: left;
	letter-spacing: normal;
	vertical-align: top;
	padding:2% 0% 2% 0;
	box-sizing: border-box;
}


#particles-js{ 
	position:fixed;
	z-index:-1;
	width: 100%;
	height: 100%;
	background-color: #fff5dc;
	
}

.pc{ display: inherit!important; }
.sp{ display: none!important; }
@media screen and (max-width: 699px){
.pc{ display: none!important; }
.sp{ display: inherit!important; }
#wrapper{
	width: 100%;
	min-height: 100vh;
	position: relative;

	background-color: white;
	background-repeat: no-repeat;
	background-image: none;
	background-size: 16.48254vw 65.9668vw;
	background-position:right 2vw top 90px;
	
	/*background-attachment: fixed;*/
}

#wrapper_contents{
	width: 100%;
	min-height: 100vh;
	position: relative;
	background-repeat: no-repeat;
	background-image: none;
	background-size: 16.48254vw 65.9668vw;
	background-position:right 2vw top 90px;
	/*background-attachment: fixed;*/
}

#wrapper_contents2{
	width: 100%;
	min-height: 100vh;
	position: relative;
	background-repeat: no-repeat;
	background-image: none;
	background-size: 16.48254vw 65.9668vw;
	background-position:right 2vw top 90px;
	/*background-attachment: fixed;*/
}
}


/* Loading
================================================== */
/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background:#000;
	text-align:center;
	color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	animation-name:fade_in;
	animation-delay:0s;
	animation-duration:1s;
	animation-timing-function:ease-in;
	animation-iteration-count:1;
	animation-direction:normal;
	animation-fill-mode: forwards;
}

@keyframes fade_in {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

/* Loading アイコンの大きさ設定　*/
#splash_logo svg{
	width:300px;
}

#mask .st0{
    fill:none;
    stroke:#fff;
    stroke-width:90;/*線の太さを指定する*/
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:10;
    stroke-dasharray: 1500; /* 線の間隔を指定する */
    stroke-dashoffset:1500; /* 線の位置を指定する */
}

/* humberger_menu_setting
================================================== */

.visualstyle_logo{
	width: 15%;
	position: relative;
	color: white;
	font-size: 90%;
    top:50%;
    left:13%;
    transform: translate(-50%,-50%);
}

.visualstyle_logo_box{
	padding: 0px 0 10px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid white;
}

#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
	z-index: -1;
	opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
	top:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#000;
    /*動き*/
	transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
	opacity: 1;
	z-index:999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

#g-nav.panelactive ul {
    display: block;
	border-top: 1px solid white;
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: left; 
	color: white;
	line-height: 200%;
}

#g-nav li a{
	color: white;
	text-decoration: none;
	padding:14px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	
	font-size: 100%;
	border-bottom: 1px solid white;
}



.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
	
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #000;
  	width: 45%;
  }

.active2 span{
	background-color: #FFFFFF!important;
}

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active2 span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active2 span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active2 span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

@media screen and (max-width: 699px){
	.visualstyle_logo{
		width: 90%;
		padding: 4% 0 4% ;
		border-bottom: 0px solid white;
		position: relative;
		margin: auto;
		top: 0;
		left: 0;
		transform: translate(0%,0%);
	}
	

	.visualstyle_logo_box{
		padding: 0px 0 4% 0;
		width: 50%;
		margin: auto;
		border-bottom: 0px solid white;
	}
	
	#g-nav ul {
		position: relative;
		z-index: 999;
		top:0%;
		left:0%;
		transform: translate(0%,0%);
		padding: 8% 0;
		border-top: 0px solid white;
	}

	#g-nav.panelactive ul {
		display: block;
		border-top: 0px solid white;
	}


	#g-nav li{
		list-style: none;
		text-align: center; 
		color: white;
		line-height: 140%;
	}

	#g-nav li a{
		color: white;
		text-decoration: none;
		padding:10px;
		display: block;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		font-weight:normal;
		font-size: 80%;
		border-bottom: 0px solid white;
	}
	
}

/* vegas_setting
================================================== */
#slider {
    width: 82%;
    height: 91vh;
	margin-top: 9vh;
	margin-left:60px;
	background-color: white;
	position: relative;
	z-index: 0;
}

#slider a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent:-999px;
	z-index: 2;
}

#slider2 {
    width: 82%;
    height: 91vh;
	margin-top: 9vh;
	margin-left:60px;
	background-color: white;
	position: relative;
	z-index: 0;
}

#slider2 a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent:-999px;
	z-index: 2;
}

#slider3 {
    width: 82%;
    height: 91vh;
	margin-top: 9vh;
	margin-left:60px;
	background-color: white;
	position: relative;
	z-index: 0;
}

#slider3 a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent:-999px;
	z-index: 2;
}


#slider_kajyosapo {
    width: 100%;
    height: 91vh;
	margin-top: 9vh;
	margin-left:60px;
	background-color: white;
}

#slider_seizyo {
    width: 100%;
    height: 91vh;
	margin-top: 9vh;
	margin-left:60px;
	background-color: white;
}

#slider_nekura {
    width: 100%;
    height: 91vh;
	margin-top: 9vh;
	margin-left:60px;
	background-color: white;
}

#slider_oga {
    width: 100%;
    height: 91vh;
	margin-top: 9vh;
	margin-left:60px;
	background-color: white;
}

@media screen and (max-width: 699px){
	#slider {
		width: 100%;
		height: 91vh;
		margin-top: 9vh;
		margin-left:0px;
		background-color: white;
	}

	#slider2 {
		width: 100%;
		height: 91vh;
		margin-top: 9vh;
		margin-left:0px;
		background-color: white;
	}

	#slider3 {
		width: 100%;
		height: 91vh;
		margin-top: 9vh;
		margin-left:0px;
		background-color: white;
	}

	#slider_kajyosapo {
		width: 100%;
		height: 91vh;
		margin-top: 9vh;
		margin-left:0px;
		background-color: white;
	}

	#slider_seizyo {
		width: 100%;
		height: 91vh;
		margin-top: 9vh;
		margin-left:0px;
		background-color: white;
	}

	#slider_nekura {
		width: 100%;
		height: 91vh;
		margin-top: 9vh;
		margin-left:0px;
		background-color: white;
	}

	#slider_oga {
		width: 100%;
		height: 91vh;
		margin-top: 9vh;
		margin-left:0px;
		background-color: white;
	}
}

/* section_setting
================================================== */
.section{}




/*.active:before{
	content: ' ';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: solid 4px #000;
	animation-name:border_anim;
	animation-delay:0s;
	animation-duration:5s;
	animation-iteration-count:infinite;
	animation-timing-function:ease-in;
}

@keyframes border_anim {
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}*/

/* scroll_icon_setting
================================================== */

/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:fixed;
	z-index: 99;
	right:2%;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
	left:-22px;
	top: -40px;
    /*テキストの形状*/
	color: #000;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	transform: rotate(-90deg);
    text-transform: uppercase;
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #000;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}

@media screen and (max-width: 699px){
	.scrolldown1{
		/*描画位置※位置は適宜調整してください*/
		position:fixed;
		z-index: 99;
		right:10%;
		bottom:10px;
		/*全体の高さ*/
		height:50px;
	}
}

/* header_setting
================================================== */

#header{
	width: 100%;
	height: 86px;
	border-top: 4px solid #000;
	position: fixed;
	display: table;
	z-index: 99;
	background-color: white;
}

.header_logo{
	position: relative;
	height: 64px;
	padding-top: 8px;
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	text-align: center;
}
.header_humberger{
	width: 25%;
	display: table-cell;
	vertical-align: middle;
}


.header_link_box{
	width: 25%;
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
}

.header_link_box a{
	text-decoration: none;
	color: black;
}

@media screen and (max-width: 699px){

	#header{
		width: 100%;
		height: 60px;
		border-top: 4px solid #000;
		position: fixed;
		display: table;
		z-index: 99;
		background-color: white;
	}

	.header_logo{
		position: relative;
		height: 40px;
		padding-top: 8px;
		display: table-cell;
		vertical-align: middle;
		width: 50%;
		text-align: center;
	}

	.header_humberger{
		width: 0%;
		display: none;
		vertical-align: middle;
	}

	.header_link_box{
		display: none;
	}
}

/* link_bt_setting
================================================== */

.top_link_bt_box{
	width: 100%
}

.link_btn01{
    width: 100%;
	text-align: center;
	margin: auto;
	padding: 1%;
	border:1px solid #fff;
	font-size: 140%;
	font-weight: bold;
    color: #fff;
    background-size: 200% 100%;	
	position: relative;
	z-index: 1;
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(255, 255, 255, 1) 50%);	
    background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 1) 50%);
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}

.link_btn01:hover {
    
    background-position: -100% 100%;
	color: black;
}

.link_btn01 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;
}

.link_btn02{
    width: 100%;
	text-align: center;
	margin: auto;
	padding: 1%;
	border:1px solid #000;
	font-size: 140%;
	font-weight: bold;
    color: #000;
    background-size: 200% 100%;	
	position: relative;
	z-index: 1;
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(0,0, 0, 1) 50%);	
    background-image: linear-gradient(to right, transparent 50%, rgba(0, 0,0, 1) 50%);
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}

.link_btn02:hover {
    
    background-position: -100% 100%;
	color: white;
}

.link_btn02 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;
}

@media screen and (max-width: 699px){
	.link_btn01{
		width: 100%;
		text-align: center;
		margin: auto;
		padding: 1%;
		border:1px solid #fff;
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		background-size: 200% 100%;	
		position: relative;
		z-index: 1;
		background-image: -webkit-linear-gradient(left, transparent 50%, rgba(255, 255, 255, 1) 50%);	
		background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 1) 50%);
		-webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
		transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	}

	.link_btn01:hover {

		background-position: -100% 100%;
		color: black;
	}

	.link_btn01 a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-indent:-999px;
		z-index: 2;
	}

	.link_btn02{
		width: 100%;
		text-align: center;
		margin: auto;
		padding: 1%;
		border:1px solid #000;
		font-size: 18px;
		font-weight: bold;
		color: #000;
		background-size: 200% 100%;	
		position: relative;
		z-index: 1;
		background-image: -webkit-linear-gradient(left, transparent 50%, rgba(0,0, 0, 1) 50%);	
		background-image: linear-gradient(to right, transparent 50%, rgba(0, 0,0, 1) 50%);
		-webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
		transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	}

	.link_btn02:hover {

		background-position: -100% 100%;
		color: white;
	}

	.link_btn02 a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-indent:-999px;
		z-index: 2;
	}
}

/* top_setting
================================================== */

.top_interview_text_box{
	position: absolute;
	z-index: 2;
	top: 55%;
	right: 4%;
	transform: translateY(-50%) translateX(0%);
	-webkit- transform: translateY(-50%) translateX(0%);
	width: 30%;
	font-size: 18px;
	color: black;
	text-align: left;
	background-color: white;
	padding: 40px;
	border: 1px solid #000;
}

.top_page1{
	
}

.top_black{
	background-color: black;
}

.a_link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top_interview_text_style1{font-size: 12px; line-height: 28px; border-left: 4px solid black; padding-left: 8px; margin-bottom: 6px;}
.top_interview_text_style2{font-size: 22px; font-weight: bold; line-height: 30px; padding-bottom: 6px;}
.top_interview_text_style2 span{font-size: 16px; font-weight: bold;}
.top_interview_text_style3{font-size: 14px; line-height: 24px;}
.top_link_bt{
	width: 100%;
	border: 1px solid black;
	padding: 10px 0;
	text-align: center;
	margin: 10px 0;
}

.top_interview_text_box:hover .top_link_bt{
	border: 1px solid black;
	background-color: black;
	color: white;
}

/* video */
.video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  
  margin-left: 60px;
}
.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 104%;
  min-height: 104%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}

.overlay_2::after {
  position: absolute;
  top: 0;
  left: 60px;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}


.text-box {
  position: absolute;
  z-index: 2;
  top: 52%;
  left: 50%;
  width: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top_loopers_logo{
	width: 50%;
	margin: auto;
}

.top_loopers_text_style1{
	color: white;
	padding: 10px 0;
}

.top_hbr_logo{
	width: 22%;
	margin: auto;
}


.top_link_bt_2{
	width: 50%;
	border: 1px solid white;
	padding: 10px 0;
	text-align: center;
	margin: 10px auto;
	color: white;
}



.top_loopers_text_box:hover .top_link_bt_2{
	border: 1px solid white;
	background-color: white;
	color: black;
}

.top_serial_box{
	width: 60%;
	padding-top: 60px;
	margin: auto;
	display: table;
}

.top_serial_style1{
	display: table-cell;
	padding: 0 30px;
	
	position: relative;
}

.top_serial_style1:hover{
	opacity: 0.8;
}

.top_serial_text_style1{
	font-size: 12px;
}


.top_serial_text_style2{
	font-size: 20px;
	font-weight: bold;
}
.top_serial_text_style2_2{
	font-size: 12px;
	font-weight: bold;
}

.top_copyright{
	text-align: center;
	padding-top: 60px;
}

@media screen and (max-width: 699px){

	.top_interview_text_style2{font-size: 16px; font-weight: bold; line-height: 24px; padding-bottom: 6px;}
	.top_interview_text_style2 span{font-size: 12px; font-weight: bold;}
	.top_interview_text_style3{font-size: 10px; line-height: 16px;}

	.top_interview_text_box{
		position: absolute;
		z-index: 2;
		width: 70%;
		font-size: 18px;
		color: black;
		text-align: left;
		background-color:rgba(255,255,255,0.5);
		padding: 5%;
		border: 0px solid #000;
		top: 52%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}

	.video-box {
	  position: relative;
	  overflow: hidden;
	  width: 100%;
	  height: 100vh;
	  margin-left: 0px;
	}

	.overlay_2::after {
	  position: absolute;
	  top: 0;
	  left: 0px;
	  display: block;
	  width: 100%;
	  height: 100%;
	  content: "";
	  background: rgba(0, 0, 0, 0.4);
	}

	.text-box {
	  position: absolute;
	  z-index: 2;
	  top: 52%;
	  left: 50%;
	  width: 80%;
	  text-align: center;
	  -webkit-transform: translate(-50%, -50%);
	  -moz-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
	}

	.top_loopers_logo{
		width: 100%;
		margin: auto;
	}

	.top_loopers_text_style1{
		color: white;
		font-size: 12px;
		padding: 10px 0;
	}

	.top_hbr_logo{
		width: 40%;
		margin: auto;
	}


	.top_link_bt_2{
		width: 50%;
		border: 1px solid white;
		padding: 10px 0;
		text-align: center;
		margin: 10px auto;
		color: white;
	}



	.top_loopers_text_box:hover .top_link_bt_2{
		border: 1px solid white;
		background-color: white;
		color: black;
	}

	.top_serial_box{
		width: 80%;
		padding-top: 60px;
		margin: auto;
		display: block;
		letter-spacing: -1em;
	}

	.top_serial_style1{
		padding: 10px 1%;
		letter-spacing: normal;
		width: 48%;
		display: inline-block;
		position: relative;
		vertical-align: top;
	}

	.top_serial_style1:hover{
		opacity: 0.8;
	}

	.top_serial_text_style1{
		font-size: 12px;
	}


	.top_serial_text_style2{
		font-size: 16px;
		font-weight: bold;
	}

	.top_copyright{
		width: 90%;
		margin: auto;
		font-size: 12px;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}

}

/* contents_setting
================================================== */

.contents_img_style1{
	width: 50%;
	margin: 0 auto 20px;
}

.contents_img_style2{
	width: 100%;
	margin: 0 auto 20px;
}

.contents_title_style1{
	text-align: left;
	font-size: 40px;
	font-weight: bold;
}

.contents_title_style1_white{
	text-align: left;
	font-size: 40px;
	font-weight: bold;
	color: white;
}

.contents_text_story_style1{
	font-size: 16px;
	line-height: 30px;
}

.contents_text_story_style1_white{
	font-size: 16px;
	line-height: 30px;
	color: white;
}

.contents_story_img_box{
	padding: 20px 0;
	letter-spacing: -1em;
}

.contents_story_img{
	width: 48%;
	padding: 1%;
	display: inline-block;
	letter-spacing: normal;
}

.interview_text_style1_white{
	border-left: 6px solid #fff;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	color: white;
}

.interview_text_style2_white{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 10px;
	color: white;
}

.interview_text_style3_white{
	font-size: 16px;
	line-height: 30px;
	color: white;
}

.interview_border_white{
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
}

.contents_character_box{
	width: 100%;
	padding: 0 0 20px 0;
	letter-spacing: -1em;
}

.character_box_left{
	width: 18%;
	padding-right: 2%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
}

.character_box_left2{
	width: 28%;
	padding:0 12% 4% 10%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
}

.character_box_right{
	width: 78%;
	padding-left: 2%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
}

.syoei_box{
	width: 100%;
	padding: 0 0 20px 0;
	letter-spacing: -1em;
}

.syoei_box_left{
	width: 28%;
	padding-right: 2%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}

.syoei_box_right{
	width: 68%;
	padding-left: 2%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}

.lp_character_style1{
	font-size: 30px;
	line-height: 50px;
	font-weight: bold;
}

.lp_character_style1 ruby rt{
	font-size: 10px;
}

.kajyosapo_text_box_style1{
	float: left;
	width: 40%;
	margin-left: 4%;
}

.kajyosapo_text_box_style2{
	float: right;
	width: 26%;
}

.kajyosapo_text_style1{
	font-size: 30px;
	font-weight: bold;
}

.lp_character_style2{
	font-size: 16px;
	line-height: 30px;
}

.text_white{
	color: white;
}

.contents_nyatume_box{
	width: 70%;
	min-height: 100vh;
	background-position: center top;
	margin: auto;
	background-size: cover;
	position: relative;
	z-index: 0;
}

.contents_img_nyatume{
	width: 60%;
	margin: auto;
}

.contents_nyatume_4koma_box{
	width: 60%;
	margin: auto;
	padding-top: 4%;
	padding-bottom: 4%;
	position: relative;
	z-index: 2;
}


.contents_nyatume_bottom_img{
	width: 80%;
	margin: auto;
	padding-bottom: 10%;
}

.contents_nyatume_icon{
	position: absolute;
	bottom: 10%;
	width: 30%;
	right: 24%;
	z-index: 1;
	animation-name:nyatume_icon;
	animation-delay:0s;
	animation-duration:2s;
	animation-timing-function: ease-out;
	animation-iteration-count:infinite;
	animation-direction:normal;
	animation-fill-mode: forwards;
}

@keyframes nyatume_icon{
  0% {opacity: 1; bottom: 10%;}
  45% {opacity: 1; bottom: 12%;}
  90% {opacity: 1; bottom: 10%;}
  100% {opacity: 1; bottom: 10%;}
}

.contents_nyatume_topimg{
	width: 66%;
	margin: auto;
	position: absolute;
	z-index: 1;
	top: 8%;
	left: 17%;
	animation-name:nyatume_topimg;
	animation-delay:2s;
	animation-duration:1s;
	animation-timing-function: ease-out;
	animation-iteration-count:1;
	animation-direction:normal;
	animation-fill-mode: forwards;
}

@keyframes nyatume_topimg{
  0% {opacity: 1; top: 8%;}
  100% {opacity: 1; top: 2%;}
}


.contents_img_riaruru{
	padding-top: 20px;
}

.top_seizyo_title_style1{
	color: white;
	font-weight: bold;
	font-size: 200%;
	line-height: 100%;
}

.top_seizyo_title_style1 span{
	font-size: 50%;
	font-weight: normal;
}

.contents_hbr_creator_box{
	width: 100%;
	letter-spacing: -1em;
	padding: 4% 0;
}

.contents_hbr_creator_style1{
	width: 30%;
	display: inline-block;
	padding: 0 1% 3%;
	letter-spacing: normal;
	text-align: center;
	vertical-align: top;
	
}

.contents_hbr_creator_style1_1{
	font-size: 14px;
	color: #b92b5d;
}

.contents_hbr_creator_style1_2{
	font-size: 20px;
	font-weight: bold;
}

.contents_hbr_creator_style1_3{
	font-size: 14px;
}

.contents_hbr_story_box{
	width: 100%;
	letter-spacing: -1em;
}

.contents_hbr_text_style1_2{
	color: #b92b5d;
}

.contents_hbr_story_style1{
	width: 58%;
	padding-right: 2%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
}

.contents_hbr_story_style2{
	width: 38%;
	padding-left: 2%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
}

.contents_hbr_text_style1{
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
}

.contents_hbr_text_style2{
	font-size: 16px;
	
	line-height: 34px;
}

.contents_hbr_character_title_style1{
	background-color: black;
	color: white;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 1%;
	margin-bottom: 2%;
}

.contents_hbr_character_box{
	width: 100%;
	letter-spacing: -1em;
}

.contents_hbr_character_box2{
	width: 100%;
	letter-spacing: -1em;
	text-align: center;
}

.contents_hbr_character_box_style1{
	width: 46%;
	padding:2%;
	display: inline-block;
	vertical-align: top;
	
}

.character_image{
	width: 47%;
	padding-right: 2%;
	display: inline-block;
	vertical-align: top;
}

.character_text{
	width: 48%;
	padding-left: 2%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}

.character_hbr_style1{
	font-size: 14px;
	line-height: 36px;
}

.character_hbr_style2{
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}

.character_hbr_style3{}

.character_hbr_style4{
	background-color: #b92b5d;
	color: white;
	text-align: center;
	font-weight: bold;
	padding: 1% 0;
	margin-bottom: 4%;
}

.contents_hbr_character_title_style2{
	background-color: #000;
	padding: 4px;
	color: white;
}

@media screen and (max-width: 699px){
	.top_seizyo_title_style1{
		color: white;
		font-weight: bold;
		font-size: 100%;
		line-height: 100%;
	}

	.top_seizyo_title_style1 span{
		font-size: 50%;
		line-height: 50%;
		font-weight: normal;
	}

	.contents_img_style1{
		width: 100%;
		margin: 0 auto 20px;
	}

	.contents_img_style2{
		width: 100%;
		margin: 0 auto 20px;
	}

	.contents_title_style1{
		text-align: left;
		font-size: 24px;
		font-weight: bold;
	}

	.contents_title_style1_white{
		text-align: left;
		font-size: 24px;
		font-weight: bold;
		color: white;
	}

	.contents_text_story_style1{
		font-size: 16px;
		line-height: 30px;
	}

	.contents_text_story_style1_white{
		font-size: 16px;
		line-height: 30px;
		color: white;
	}

	.contents_story_img_box{
		padding: 20px 0;
		letter-spacing: -1em;
	}

	.contents_story_img{
		width: 48%;
		padding: 1%;
		display: inline-block;
		letter-spacing: normal;
	}

	.interview_text_style1_white{
		border-left: 6px solid #fff;
		padding-left: 10px;
		margin-bottom: 10px;
		font-size: 16px;
		color: white;
	}

	.interview_text_style2_white{
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 10px;
		color: white;
	}

	.interview_text_style3_white{
		font-size: 16px;
		line-height: 30px;
		color: white;
	}

	.interview_border_white{
		border-bottom: 1px solid #fff;
		margin-bottom: 30px;
	}

	.contents_character_box{
		width: 100%;
		letter-spacing: -1em;
	}

	.character_box_left{
		width: 100%;
		padding-right: 0%;
		display: block;
		letter-spacing: normal;
		vertical-align: middle;
	}

	.character_box_left2{
		width: 60%;
		margin: auto;
		padding:0 0% 10% 0%;
		display: block;
		letter-spacing: normal;
		vertical-align: middle;
	}

	.character_box_right{
		width: 100%;
		padding-left: 0%;
		padding-bottom: 10%;
		display: block;
		letter-spacing: normal;
		vertical-align: middle;
	}

	.lp_character_style1{
		font-size: 20px;
		line-height: 40px;
		font-weight: bold;
	}

	.lp_character_style2{
		font-size: 16px;
		line-height: 30px;
	}

	.text_white{
		color: white;
	}

	.contents_img_nyatume{
		width: 100%;
		margin: auto;
	}

	.contents_nyatume_box{
		width: 100%;
		min-height: 100vh;
		background-position: center top;
		margin: auto;
		
		background-size: cover;
		position: relative;
		z-index: 0;
	}

	.contents_img_nyatume{
		width: 60%;
		margin: auto;
	}

	.contents_nyatume_4koma_box{
		width: 100%;
		margin: auto;
		padding-top: 4%;
		padding-bottom: 4%;
		position: relative;
		z-index: 2;
	}


	.contents_nyatume_bottom_img{
		width: 80%;
		margin: auto;
		padding-bottom: 10%;
	}

	.contents_nyatume_icon{
		position: absolute;
		bottom: 10%;
		width: 30%;
		right: 24%;
		z-index: 1;
		animation-name:nyatume_icon;
		animation-delay:0s;
		animation-duration:2s;
		animation-timing-function: ease-out;
		animation-iteration-count:infinite;
		animation-direction:normal;
		animation-fill-mode: forwards;
	}


	.contents_nyatume_topimg{
		width: 66%;
		margin: auto;
		position: absolute;
		z-index: 1;
		top: 8%;
		left: 17%;
		animation-name:nyatume_topimg;
		animation-delay:2s;
		animation-duration:1s;
		animation-timing-function: ease-out;
		animation-iteration-count:1;
		animation-direction:normal;
		animation-fill-mode: forwards;
	}



	.contents_img_riaruru{
		padding-top: 20px;
	}


	.contents_hbr_creator_box{
		width: 100%;
		letter-spacing: -1em;
		padding: 4% 0;
	}

	.contents_hbr_creator_style1{
		width: 48%;
		display: inline-block;
		padding: 0 1% 3%;
		letter-spacing: normal;
		text-align: center;
		vertical-align: top;

	}

	.contents_hbr_creator_style1_1{
		font-size: 14px;
		color: #b92b5d;
	}

	.contents_hbr_creator_style1_2{
		font-size: 20px;
		font-weight: bold;
	}

	.contents_hbr_creator_style1_3{
		font-size: 14px;
	}

	.contents_hbr_story_box{
		width: 100%;
		letter-spacing: -1em;
	}

	.contents_hbr_text_style1_2{
		color: #b92b5d;
	}

	.contents_hbr_story_style1{
		width: 100%;
		padding-right: 0%;
		letter-spacing: normal;
		display: block;
		vertical-align: top;
	}

	.contents_hbr_story_style2{
		width: 100%;
		padding-left: 0%;
		padding-right: 0%;
		padding-bottom: 10%;
		letter-spacing: normal;
		display: block;
		vertical-align: top;
	}

	.contents_hbr_text_style1{
		font-size: 24px;
		font-weight: bold;
		line-height: 34px;
	}

	.contents_hbr_text_style2{
		font-size: 16px;

		line-height: 34px;
	}

	.contents_hbr_character_title_style1{
		background-color: black;
		color: white;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		padding: 1%;
		margin-bottom: 2%;
	}

	.contents_hbr_character_box{
		width: 100%;
		letter-spacing: -1em;
	}

	.contents_hbr_character_box2{
		width: 100%;
		letter-spacing: -1em;
		text-align: center;
	}

	.contents_hbr_character_box_style1{
		width: 100%;
		padding:0%;
		display: block;
		vertical-align: top;

	}

	.contents_hbr_character_image2{
		width: 50%;
		margin: auto;
	}

	.character_image{
		width: 50%;
		padding-right: 0%;
		padding-top: 10%;
		margin: auto;
		display: block;
		vertical-align: top;
	}

	.character_text{
		width: 100%;
		padding-left: 0%;
		text-align: center;
		display: block;
		vertical-align: top;
		letter-spacing: normal;
	}

	.character_hbr_style1{
		font-size: 14px;
		line-height: 36px;
	}

	.character_hbr_style2{
		font-size: 24px;
		font-weight: bold;
		line-height: 24px;
	}

	.character_hbr_style3{}

	.character_hbr_style4{
		background-color: #b92b5d;
		color: white;
		text-align: center;
		font-weight: bold;
		padding: 1% 0;
		margin-bottom: 4%;
	}

	.contents_hbr_character_title_style2{
		background-color: #000;
		padding: 4px;
		color: white;
	}
}

/* interview_setting
================================================== */
.interview_main_contents_wrapper{
	padding-top: 90px;
}

.visualjaming_main_contents{
	width: 100%;
	padding-top: 2%;
	background-image: url("../image/vj_bg.jpg");
	background-position: left top;
	background-size: 80%;
	background-repeat: no-repeat;
}

.visualjaming_01{
	width: 60%;
	position: relative;
	padding-top: 4%;
	left: 4%;
	vertical-align: top;
}

.visualjaming_02{
	width: 22%;
	position: absolute;
	top:10%;
	right: 24%;
}

.visualjaming_03{
	width: 36%;
	position: absolute;
	top:10%;
	left: 4%;
}

.interview_main_contents{
	width: 60%;
	padding-top: 2%;
	margin: auto;
}

.interview_text_box{
	width: 100%;
	letter-spacing: -1em;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.interview_text_box_sub1{
	width: 50%;
	float: left;
	letter-spacing: normal;
	vertical-align: top;
	padding:0% 4% 2% 0%;
	box-sizing: border-box;
}

.interview_text_box_sub2{
	width: 50%;
	float: right;
	letter-spacing: normal;
	vertical-align: top;
	padding:0% 0 2% 4%;
	box-sizing: border-box;
}



.interview_text_style1{
	border-left: 6px solid #000;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}

.interview_text_style2{
	font-size: 32px;
	line-height: 56px;
	padding-bottom: 1%;
	font-weight: bold;
	
}

.interview_text_style3{
	font-size: 16px;
	line-height: 30px;
}

.interview_text_style4{
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}

.interview_text_style5{
	font-size: 22px;
	font-weight: bold;
	padding: 10px 0;
}

.interview_text_style6{
	font-size: 16px;
	line-height: 30px;
	padding: 0 0 20px 0;
}

.interview_text_style7{
	font-size: 16px;
	line-height: 30px;
	padding: 0 0 20px 0;
}

.interview_text_right{
	text-align: right;
}

.interview_border{
	border-bottom: 1px solid #ACACAC;
	margin-bottom: 30px;
}

.interview_img_style1{
	padding-bottom: 10px;
}

.interview_img_style2{
	padding-bottom: 10px;
}

.interview_text_bold{
	font-weight: bold;
}

.inline{
	color: black;
}

.inline-content{
	margin: 20px;
}

.seizyo_character_style1{
	padding: 6px 0;
	margin: 0 0 4px 0
}

.seizyo_character_style1 span{
	padding: 6px 10px;
	background-color: black;
	color: white;
	font-weight: bold;
}

.interview_img{
	width: 60%;
	margin: auto;
	padding-bottom: 1%;
}

.interview_text_color_red{
	color: red;
	font-weight: bold;
	border: solid 1px red;
	padding: 1%;
	text-align: center;
}

.visualjaming_box{
	width: 80%;
}

@media screen and (max-width: 699px){

	.interview_main_contents_wrapper{
		padding-top: 90px;
	}

	.visualjaming_main_contents{
		width: 100%;
		padding-top: 2%;
		background-image: url("../image/vj_bg.jpg");
		background-position: left top;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.visualjaming_01{
		width: 84%;
		position: absolute;
		padding-top: 4%;
		left: 0%;
		top: 11.9%;
	}

	.visualjaming_02{
		width: 38%;
		position: relative;
		top:0%;
		right: 0%;
		left: 56%;
		padding: 2% 0;
	}

	.visualjaming_03{
		width: 36%;
		position: absolute;
		top:10%;
		left: 4%;
	}

	.interview_main_contents{
		width: 60%;
		padding-top: 2%;
		margin: auto;
	}

	.interview_text_style1{
		border-left: 4px solid #000;
		padding-left: 10px;
		margin-bottom: 10px;
		font-size: 14px;
	}

	.interview_text_style2{
		font-size: 18px;
		font-weight: bold;
		padding-bottom: 2%;

	}

	.interview_text_style3{
		font-size: 16px;
		line-height: 30px;
	}

	.interview_text_style4{
		font-size: 16px;
		line-height: 30px;
		font-weight: bold;
	}

	.interview_text_style5{
		font-size: 22px;
		font-weight: bold;
		padding: 10px 0;
	}

	.interview_text_style6{
		font-size: 16px;
		line-height: 30px;
		padding: 0 0 20px 0;
	}

	.interview_text_style7{
		font-size: 16px;
		line-height: 30px;
		padding: 0 0 20px 0;
	}

	.interview_text_right{
		text-align: right;
	}

	.interview_border{
		border-bottom: 1px solid #ACACAC;
		margin-bottom: 30px;
	}

	.interview_img_style1{
		padding-bottom: 10px;
	}

	.interview_img_style2{
		padding-bottom: 10px;
	}

	.interview_text_bold{
		font-weight: bold;
	}

	.inline{
		color: black;
	}

	.inline-content{
		margin: 20px;
	}

	.interview_main_contents{
		width: 90%;
		padding-top: 2%;
		margin: auto;
	}
	.interview_text_box_sub1{
		width: 70%;
		float: left;
		letter-spacing: normal;
		vertical-align: top;
		padding:0% 4% 2% 0%;
		box-sizing: border-box;
	}

	.interview_text_box_sub2{
		width: 70%;
		float: right;
		letter-spacing: normal;
		vertical-align: top;
		padding:0% 0 2% 4%;
		box-sizing: border-box;
	}
	.syoei_box_left{
		width: 80%;
		margin: auto;
		padding-right: 0%;
		display: block;
		letter-spacing: normal;
		vertical-align: top;
	}

	.syoei_box_right{
		width: 100%;
		padding-left: 0%;
		display: block;
		letter-spacing: normal;
		vertical-align: top;
	}
	
	.visualjaming_box{
		width: 100%;
	}
	
}

/* footer_setting
================================================== */
.contents_footer_wrapper{
	margin: 60px auto;
	border-top: 1px solid black;
	width: 90%;
}

.contents_footer_wrapper_white{
	margin: 60px auto 0;
	border-top: 1px solid black;
	padding: 0 5%;
	width: 90%;
	background-color: white;
}

.contents_footer_title_style1{
	font-size: 22px;
	font-weight: bold;
	width: 10%;
	margin: 30px auto 10px auto;
	padding: 0 0 4px 0;
	border-bottom: 1px solid black;
	text-align: center;
}

.contents_footer_title_style2{
	font-size: 14px;
	text-align: center;
}

.contents_footer_box{
	display: block;
	letter-spacing: -1em;
	margin: 20px 0;
	text-align: center;
}

.contents_footer_box_style1{
	width: 23%;
	padding: 0 1%;
	margin-bottom: 30px;
	display: inline-block;
	letter-spacing: normal;
	position: relative;
	text-align: left;
	vertical-align: top;
}

.contents_footer_box_style1:hover{
	opacity: 0.8;
}

.footer_copyright{
	text-align: center;
	padding: 0px 0 20px;
}

.footer_copyright_white{
	text-align: center;
	padding: 0px 0 20px;
	background-color: white;
}

.current{
	width: 42%;
	padding: 1%;
	margin: 0 2%;
	display: inline-block;
	background-color: #2c4bc9;
	text-align: center;
	cursor: pointer;
	color: #fff81f;
	font-weight: bold;
	border-radius: 20px;
}

.current:hover{
	opacity: 0.8;
}

.character_box_sub1{
	width: 40%;
	float: left;
	letter-spacing: normal;
	vertical-align: top;
	padding:0% 4% 3% 0;
	box-sizing: border-box;
}

.character_box_sub2{
	width: 60%;
	float: right;
	clear: right;
	letter-spacing: normal;
	vertical-align: top;
	padding:0% 0 3% 4%;
	box-sizing: border-box;
}

.character_box_sub3{
	width: 60%;
	float: left;
	letter-spacing: normal;
	vertical-align: top;
	padding:0% 0 3% 4%;
	box-sizing: border-box;
	text-align: right;
}

.character_box_sub4{
	width: 40%;
	float: right;
	clear: right;
	letter-spacing: normal;
	vertical-align: top;
	padding:0% 0 3% 4%;
	box-sizing: border-box;
}


.character_box2_sub1{
	width: 25%;
	float: left;
	letter-spacing: normal;
	vertical-align: top;
	padding:0% 4% 3% 0;
	box-sizing: border-box;
}

.character_box2_sub2{
	width: 75%;
	float: right;
	clear: right;
	letter-spacing: normal;
	vertical-align: top;
	padding:0% 0 3% 4%;
	box-sizing: border-box;
}

.character_box2_sub3{
	width: 75%;
	float: left;
	letter-spacing: normal;
	vertical-align: top;
	padding:0% 0 3% 4%;
	box-sizing: border-box;
	text-align: right;
}

.character_box2_sub4{
	width: 25%;
	float: right;
	clear: right;
	letter-spacing: normal;
	vertical-align: top;
	padding:0% 0 3% 4%;
	box-sizing: border-box;
}

.character_box_little{
	width: 70%;
	margin: 3% auto;
}


.character_box_border{
	clear: both;
	padding-bottom: 4%;
}

@media screen and (max-width: 699px){

	.contents_footer_wrapper{
		margin: 60px auto;
		border-top: 1px solid black;
		width: 90%;
	}

	.contents_footer_wrapper_white{
		margin: 60px auto 0;
		border-top: 1px solid black;
		padding: 0 5%;
		width: 90%;
		background-color: white;
	}

	.contents_footer_title_style1{
		font-size: 20px;
		font-weight: bold;
		width: 100%;
		margin: 30px auto 0px auto;
		padding: 0 0 4px 0;
		border-bottom: 0px solid black;
		text-align: center;
	}

	.contents_footer_title_style2{
		font-size: 14px;
		text-align: center;
	}

	.contents_footer_box{
		display: block;
		letter-spacing: -1em;
		margin: 20px 0;
		text-align: center;
	}

	.contents_footer_box_style1{
		width: 48%;
		padding: 0 1%;
		margin-bottom: 30px;
		display: inline-block;
		letter-spacing: normal;
		position: relative;
		text-align: left;
		vertical-align: top;
	}

	.contents_footer_box_style1:hover{
		opacity: 0.8;
	}

	.footer_copyright{
		text-align: center;
		padding: 0px 0 20px;
	}

	.footer_copyright_white{
		text-align: center;
		padding: 0px 0 20px;
		background-color: white;
	}

	.contents_img_sub1{
		width: 100%;
		float: none;
		letter-spacing: normal;
		vertical-align: top;
		padding:0% 0 2% 0%;
		box-sizing: border-box;
	}

	.contents_img_sub2{
		width: 50%;
		float: right;
		letter-spacing: normal;
		vertical-align: top;
		padding:2% 0 2% 4%;
		box-sizing: border-box;
	}

	.kajyosapo_text_box_style1{
		float: left;
		width: 50%;
		margin-left: 0%;
		margin-top: 4%;
	}

	.kajyosapo_text_box_style2{
		float: none;
		width: 80%;
		margin: auto;
		padding: 4% 0 0 0;
	}

	.kajyosapo_text_style1{
		font-size: 1.2em;
		font-weight: bold;
	}

	.character_box_sub1{
		width: 50%;
		float: none;
		margin: auto;
		letter-spacing: normal;
		vertical-align: top;
		padding:0% 4% 3% 0;
		box-sizing: border-box;
	}

	.character_box_sub2{
		width: 100%;
		float: none;
		margin: auto;
		letter-spacing: normal;
		vertical-align: top;
		padding:0% 0 3% 0%;
		box-sizing: border-box;
	}

	.character_box_sub3{
		width: 100%;
		float: none;
		margin: auto;
		letter-spacing: normal;
		vertical-align: top;
		padding:0% 0 3% 0%;
		box-sizing: border-box;
		text-align: left;
	}

	.character_box_sub4{
		width: 50%;
		float: none;
		margin: auto;
		letter-spacing: normal;
		vertical-align: top;
		padding:0% 4% 3% 0;
		box-sizing: border-box;
	}
	.character_box2_sub1{
		width: 50%;
		float: none;
		margin: auto;
		letter-spacing: normal;
		vertical-align: top;
		padding:0% 4% 3% 0;
		box-sizing: border-box;
	}

	.character_box2_sub2{
		width: 100%;
		float: none;
		margin: auto;
		letter-spacing: normal;
		vertical-align: top;
		padding:0% 0 3% 0%;
		box-sizing: border-box;
	}

	.character_box2_sub3{
		width: 100%;
		float: none;
		margin: auto;
		letter-spacing: normal;
		vertical-align: top;
		padding:0% 0 3% 0%;
		box-sizing: border-box;
		text-align: left;
	}

	.character_box2_sub4{
		width: 50%;
		float: none;
		margin: auto;
		letter-spacing: normal;
		vertical-align: top;
		padding:0% 4% 3% 0;
		box-sizing: border-box;
	}
}


