ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
    text-decoration: none;
}

html {
	height: 100%;
}

body {
	font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans',YuGothic,'Yu Gothic','ＭＳ Ｐゴシック','MS PGothic';
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
    left: 0;
    overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-shadow: none;
    box-shadow: none;   
    outline: none;
}

input[type=text] {
	font-size: 100%;
}

textarea {
	font-size: 100%;
	font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans',YuGothic,'Yu Gothic','ＭＳ Ｐゴシック','MS PGothic';
}

.recaptcha_policy {
	position: relative;
	top: 50px;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 11px !important;
	color: #444 !important;
}
.recaptcha_policy a {
	font-size: 11px !important;
	color: #111 !important;
}
/*
.grecaptcha-badge { visibility: hidden; }
*/
	/*ヘッダー*/
	* {
		margin:0; padding:0;
	}
	header {
		position: fixed;
		z-index:9999;
		height: 50px;
		width: 100%;
		background-color: black;
		color: black;
		display: flex;
	}
	header .headline{
		float: left;
		font-size: 30px;
		z-index: 1
	}

	.headline_margin {
		margin: auto;
	}
	
	.header_img{
		min-width: 150px;min-height: 50;
	}
	
		/*検索ボックス*/
	
	#mojinyuuryokubox,
	#header_mojinyuuryokubox{
		position: absolute;/*フォームの絶対位置*/	
		left: 0%;
		top: 50%;/*詳細画面　表示しないときは0*/
		outline:0;/*クリック時の青い枠線消す*/	
		border-bottom: none;
		border-right: none;
		width: 100%;
		height: 30px;/*検索ボックスの高さ*/	
		padding: 0 10px;/*テキスト位置調整*/	 
		border-radius: 2px 0 0 2px;/*検索ボックスの角を丸める*/		
		background: #eee;/*検索ボックスの背景カラー*/		
	}
	/*検索ボタン*/
	#kensakubotan,
	#header_kensakubotan{
		width: 30px;/*検索ボタンの横幅*/ 
		height: 30px;/*検索ボタンの縦幅*/ 
		margin: 0 0 0 0;
		position: relative;/*検索ボタンの絶対位置*/  
		float: right;
		//left: 0;/*検索ボタンの位置調整*/  
		top: 50%;
		border-radius: 0 2px 2px 0;/*検索ボタンの角を丸める*/ 
		background: #eee;/*検索ボタンの背景カラー*/ 
		border-bottom: none;/*検索ボタンの枠線を消す*/ 
		//border-top: none;
		//border-right: none;
		//color: #fff;/*検索ボタンのテキストカラー*/ 
		font-weight: bold;/*検索ボタンのテキスト太字*/ 
		font-size: 16px;/*検索ボタンのフォントサイズ*/ 
		outline: 0;
		//color: black;
	}
	
	#sgenre{
		width: 90px;
		height: 28px;
		position: absolute;
		left: 178px;
		top: 2;
		border: none;
		background: #eee;
		outline:0;
	}
	
	.kensaku_box {
		position: relative;
		width: auto;
		height: 30px;
		display: flex;
	}
	
	.kensaku_form {
		position: relative;
		width: auto;
		max-width: 600px;
		height: 30px;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	
	/*-----------------------*/
	/*モーダルウィンドウ*/
	*{
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}
	.kensaku_content{
		position: fixed;
		display: block;
		width: 50px;
		height: 40px;
		top: 60px;
		right: 50px;
		text-align: center;
		cursor: pointer;
		z-index: 4;
	}
	.modal{
		display: none;
		margin: auto;
		height: 100vh;
		position: fixed;
		top: 0px;
		width: 100%;
		z-index: 4;
	}
	.modal__bg{
		background: rgba(0,0,0,0.8);
		height: 100vh;
		position: absolute;
		top: 0px;
		width: 100%;
		z-index: 4;
	}
	.modal__content{
		display: block;
		background: #DCDCDC;
		left: 50%;
		padding: 40px;
		position: relative;
		top: 50%;
		transform: translate(-50%,-50%);
		max-width: 680px;
		width: 100%;
		height: auto;
		z-index: 4;
	}
	.kensaku_btn {
		display: inline-block;
		background-color: #E0FFFF;
		color: black;
		width: 50px;
		height: 40px;
		padding: 0.5em;
		text-decoration: none;
		border-radius: 4px;
		box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
		-webkit-tap-highlight-color: transparent;
		transition: .3s ease-out;
		text-align: center;
		z-index: 4;
	}
	.kensaku_btn:hover{
		cursor: pointer;
		text-decoration: none;
		box-shadow: 0 5px 10px 0 rgba(0,0,0,0.12), 0 3px 20px 0 rgba(0,0,0,0.12), 0 5px 6px -2px rgba(0,0,0,0.2);
		z-index: 4;
	}
	.close_btn {
		position :relative;
		display: inline-block;
		width: 50px;
		height: 50px;
		top: 30%;
		left: 90%;
		text-align:center;
		line-height: 50px;
		border-radius: 50%;
		border: solid 3px skyblue;
		z-index: 5;
	}
	.close_btn:before,
	.close_btn:after {
	  position: absolute;
	  top: 48%;
	  left: 5px;
	  content: "";
	  display: block;
	  width: 34px;
	  border-top: 3px solid skyblue;
	}
	 
	.close_btn:before {
	  transform: skewY(-45deg);
	}
	 
	.close_btn:after {
	  transform: skewY(45deg);
	}

	/*--------------------------*/
	/*ラジオボタン*/
	.radio input[type=radio] {
		display: none;
	}
	.radio input[type=radio]:checked + label {
		background: black;/* マウス選択時の背景色を指定する */
		color: #ffffff; /* マウス選択時のフォント色を指定する */
	}
	.label_box {
		display: block;
		float: left;
		width: auto;
		height:35px;
		text-align: center;
		padding: 0 5 0 5;
		line-height: 35px;
		cursor: pointer; /* マウスカーソルの形（リンクカーソル）を指定する */
		border: 2px solid black;/* ボックスの境界線を実線で指定する */
		border-right: none;
		//border-radius: 5px; /* 角丸を指定する */
		border: 1px solid black;/* ラベルの境界線を実線で指定する */
		//word-wrap: break-word;
	}
	.label_box:hover {
		background-color: #A9A9A9; /* マウスオーバー時の背景色を指定する */
	}
	/*------------------*/
	/* checked */
	.check:checked ~ .drawer-menu {
		-webkit-transition-delay: .1s;
		transition-delay: .1s;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
		z-index: 2;
	}

	.check:checked ~ .contents {
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transform: translateX(-300px);
		-ms-transform: translateX(-300px);
		transform: translateX(-300px);
	}

	.check:checked ~ .menu-btn .menu-btn__text {
		visibility: hidden;
		opacity: 0;
	}

	.check:checked ~ .menu-btn .bar.top {
		width: 56px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.check:checked ~ .menu-btn .bar.middle {
		opacity: 0;
	}

	.check:checked ~ .menu-btn .bar.bottom {
		width: 56px;
		top: 40px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.check:checked ~ .close-menu {
		-webkit-transition-duration: 1s;
		transition-duration: 1s;
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
		background: rgba(0,0,0,.5);
		visibility: visible;
		opacity: 1;
		z-index: 3;
	}
	/*------------------------------*/
	
	/*ドロップダウンメニュー*/
	.list_menu {
		position: fixed;
		width: 100%;
		height: 50px;
		display: flex;
		margin: 0 auto;
		z-index:2;
	}
	
	.list_menu > li {
		float: left;
		width: 100%;
		height: 50px;
		line-height: 50px;
		padding: 0 10 0 10;
		background: black;
	}
	
	.list_menu > li a {
		display: block;
		color: white;
		text-align: center;
	}
	
	.list_menu > li a:hover {
		color: white;
		cursor : pointer;
	}
	
	.list_menu > li:hover {
		background: rgba(43,45,47);
		//-webkit-transition: all .5s;
		//transform: all .5s;
	}
	
	/*消える*/
	/*シングル*/	
	ul.single_second_level {
		visibility: hidden;
		opacity: 0;
		z-index: 1;
	}
	
	.single_second_level li {
		border-top: 1px solid #111;
	}
	
	.single_second_level li a:hover {
		color: Orange;
	}
	
	/* 下矢印 */
	.single_bottom:after {
		content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		margin: 0 0 0 15px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		//-webkit-transform: rotate(45deg);
		//-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	/*メガ*/
	ul.mega_second_level {
		visibility: hidden;
		opacity: 0;
		z-index: 1;
	}
	
	.mega_second_level li {
		border-top: 1px solid #111;
	}
	
	.mega_second_level li a:hover {
		color: Orange;
	}
	
	/* 下矢印 */

	.mega_bottom:after {
		content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		margin: 0 0 0 15px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		//-webkit-transform: rotate(45deg);
		//-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.kaiten_on:after {
		content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		margin: 0 0 0 15px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		//-webkit-transform: rotate(45deg);
		//-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		animation: kaiten_on 0.5s ease 0s 1 alternate none running;
		animation-fill-mode: forwards;
	}
	
	@keyframes kaiten_on {
		{:;}
	  0% {
		transform: rotate(45deg);
	  }

	  100% {
		transform: rotate(-135deg);
	  }
	}
	.kaiten_off:after {
		content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		margin: 0 0 0 15px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		//-webkit-transform: rotate(45deg);
		//-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		animation: kaiten_off 0.5s ease 0s 1 alternate none running;
		animation-fill-mode: forwards;
	}
	
	@keyframes kaiten_off {
		{:;}
	  0% {
		transform: rotate(-135deg);
	  }

	  100% {
		transform: rotate(45deg);
	  }
	}
	
	
	
	/* floatクリア */
	.list_menu:before,
	.list_menu:after {
		content: " ";
		display: table;
	}

	.list_menu:after {
		clear: both;
	}

	.list_menu {
		*zoom: 1;
	}
	
	/*シングル*/
	.list_menu > li.list_single {
		position: relative;
	}
	
	li.list_single ul.single_second_level {
		position: absolute;
		top: 40px;
		right: 0;
		width: 100%;
		background: black;
		//transition-duration: 2s;
		transition-property:width;
	}
	
	li.list_single ul.single_second_level {
		top: 50px;
		visibility: visible;
		opacity: 1;
	}
	
	#target {
		display: none;
	}
	
	
	
	/*-----------------------*/
	/*メガ*/
	li.list_mega ul.mega_second_level {
		position: absolute;
		top: 40px;
		left: 0;
		box-sizing: border-box;
		width: 100%;
		height: 250px;
		padding: 20px 2%;
		background: #111111;
		transition-property:width;
	}
	
	li.list_mega ul.mega_second_level {
		top: 50px;
		visibility: visible;
		opacity: 1;
	}

	li.list_mega ul.mega_second_level > li {
		float: left;
		width: 32%;
		border: none;
	}

	li.list_mega ul.mega_second_level > li:nth-child(3n+2) {
		margin: 0 1%;
	}
	/*--------------------*/
	/*非表示*/
	.btn-trigger{
		display: none;
	}
	
	.acMenu{
		display: none;
	}
	
	/*----------------------*/
	
@media screen and (max-width: 480px) {
	/*表示*/
	.btn-trigger{
		display: block;
	}
	
	.acMenu{
		display: block;
	}
		
	/*----------------------*/
	/*非表示*/
	.list_menu {
		display: none;
	}
	/*----------------------*/
	
	/*モーダルウィンドウ*/
	.kensaku_content{
		position: fixed;
		display: block;
		width: 50px;
		height: 40px;
		top: 5px;
		right: 60px;
		text-align: center;
		cursor: pointer;
		z-index: 4;
	}
	
	/*------------*/
	/* ドロワーメニュー */
	
	.btn07_box {
		position: absolute;
		width: 100%;
		height: 50px;
		z-index: 0;
	}
	
	.btn-trigger {
	  position: relative;
	  top: 3px;
	  width: 50px;
	  height: 44px;
	  float: right;
	  cursor: pointer;
	}
	.btn-trigger span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 4px;
	  background-color: #fff;
	  border-radius: 4px;
	}
	.btn-trigger, .btn-trigger span {
	  display: inline-block;
	  transition: all .5s;
	  box-sizing: border-box;
	  
	}
	.btn-trigger span:nth-of-type(1) {
	  top: 0;
	}
	.btn-trigger span:nth-of-type(2) {
	  top: 20px;
	}
	.btn-trigger span:nth-of-type(3) {
	  bottom: 0;
	}

	
	#btn07 span:nth-of-type(1) {
	  -webkit-animation: btn07-bar01 .5s forwards;
	  animation: btn07-bar01 .5s forwards;
	}
	@-webkit-keyframes btn07-bar01 {
	  0% {
		-webkit-transform: translateY(20px) rotate(45deg);
	  }
	  
	  100% {
		-webkit-transform: translateY(0) rotate(0);
	  }
	}
	@keyframes btn07-bar01 {
	  0% {
		transform: translateY(20px) rotate(45deg);
	  }
	  50% {
		transform: translateY(20px) rotate(0);
	  }
	  100% {
		transform: translateY(0) rotate(0);
	  }
	}
	#btn07 span:nth-of-type(2) {
	  transition: all .25s .25s;
	  opacity: 1;
	}
	#btn07 span:nth-of-type(3) {
	  -webkit-animation: btn07-bar03 5s forwards;
	  animation: btn07-bar03 .5s forwards;
	}
	@-webkit-keyframes btn07-bar03 {
	  0% {
		-webkit-transform: translateY(-20px) rotate(-45deg);
	  }
	  50% {
		-webkit-transform: translateY(-20px) rotate(0);
	  }
	  100% {
		-webkit-transform: translateY(0) rotate(0);
	  }
	}
	@keyframes btn07-bar03 {
	  0% {
		transform: translateY(-20px) rotate(-45deg);
	  }
	  50% {
		transform: translateY(-20px) rotate(0);
	  }
	  100% {
		transform: translateY(0) rotate(0);
	  }
	}
	#btn07.active span:nth-of-type(1) {
	  -webkit-animation: active-btn07-bar01 .5s forwards;
	  animation: active-btn07-bar01 .5s forwards;
	}
	@-webkit-keyframes active-btn07-bar01 {
	  0% {
		-webkit-transform: translateY(0) rotate(0);
	  }
	  50% {
		-webkit-transform: translateY(20px) rotate(0);
	  }
	  100% {
		-webkit-transform: translateY(20px) rotate(45deg);
	  }
	}
	@keyframes active-btn07-bar01 {
	  0% {
		transform: translateY(0) rotate(0);
	  }
	  50% {
		transform: translateY(20px) rotate(0);
	  }
	  100% {
		transform: translateY(20px) rotate(45deg);
	  }
	}
	#btn07.active span:nth-of-type(2) {
	  opacity: 0;
	}
	#btn07.active span:nth-of-type(3) {
	  -webkit-animation: active-btn07-bar03 .5s forwards;
	  animation: active-btn07-bar03 .5s forwards;
	}
	@-webkit-keyframes active-btn07-bar03 {
	  0% {
		-webkit-transform: translateY(0) rotate(0);
	  }
	  50% {
		-webkit-transform: translateY(-20px) rotate(0);
	  }
	  100% {
		-webkit-transform: translateY(-20px) rotate(-45deg);
	  }
	}
	@keyframes active-btn07-bar03 {
	  0% {
		transform: translateY(0) rotate(0);
	  }
	  50% {
		transform: translateY(-20px) rotate(0);
	  }
	  100% {
		transform: translateY(-20px) rotate(-45deg);
	  }
	}
	
	.acMenu_box {
		background: #222222;
		position: absolute;
		height: 100vh;
		width: 100%;
		top: 50px;
		left: -500px;
		z-index: 99;
	}
	
	.acMenu {
		z-index:100;
		position: absolute;
		left: -500px;
		width: 100%;
		height: auto;
		top: 0px;
		margin: auto;
		padding:0px;
		background: #222222;
		color: #fff;
	}
	 
	.acMenu li {
		list-style: none;
		padding:0px;
	}
	 
	.acMenu a {
		text-decoration: none;
	}
	 
	.acMenu li ul {
		padding:0px;
	}
	 
	.menu-ttl {
		border-bottom: 1px solid #ccc;
		text-align: left;
		padding: 15px;
	}
	
	.menu-ttl > a {
		color: white;
	}
	 
	.sub-menu-ttl {
		border-bottom: 1px solid #ccc;
		text-align: center;
		padding-top:15px;
		padding-bottom: 15px;
		background:#DDE9CB;
		margin:0px;
		
	}
	 
	dd {
		margin:0px;
		
	}
	
	.menu-link a {
		color: white;
	}
	
	.menu-link a:hover {
		color: Orange;
	}
	
	.acMenu2 li {
		text-align:center;
	}
	.acMenu3 {
		text-align: center;
	}
	
	.acMenu3 li,.menu-link li {
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #ccc;
		background: none;
	}
	 
	.acMenu dt.open {
	/*    background: #ccc;*/
		
	}
	 
	.acMenu dt:after {
		content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		margin: 8 0 0 0;
		float: right;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		//-webkit-transform: rotate(45deg);
		//-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	 
	.acMenu dt.open:after {
		content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		margin: auto;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		//-webkit-transform: rotate(45deg);
		//-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	 
	.sub-menu-ttl:after {
		content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		margin: auto;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		//-webkit-transform: rotate(45deg);
		//-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	 
	.sub-menu-ttl.openAcd:after {
		content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		margin: auto;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		//-webkit-transform: rotate(45deg);
		//-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		}
		
	/*------------*/
}