@import url("./html_lib/common.css");
/*
Theme Name: beni-jake.com
Version: 1.0
Description:This CSS for Beny Pong!, Twenty Fifteen customize. add CMB2. Last update 170107
Author:Seiki Nishijima

This theme has been based on the production of GPL of Twenty Fifteen.
Please diversion in self-responsibility in the copyleft.

	$Id: style.css,v1.0 $
*/
/*===========================================================================

  共通設定　ここから

===========================================================================*/
html{
	-webkit-text-size-adjust: none;
}
body {
	padding: 0 0 0 0;
	margin:0px auto 0px auto;
	text-align:center;
	color: #1a1a1a;
	background: #dd0064;
}
#background {
	padding: 0 0 0 0;
	margin:0px auto 0px auto;
	text-align:center;
	width: 100%;
	min-width: 740px;
	position: relative;
	font-size: 16px;
	background: #fff;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background {
		min-width: 320px;
	}
}
/*-----------------------------------*/
#background a {
	text-decoration: none;/*
	filter: Alpha(opacity=100);
	opacity: 1;*/
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-sizing: border-box;
}
#background a:hover {/*
	filter: Alpha(opacity=50);
	opacity: 0.5;*/
}
#background img {
	vertical-align: middle;
	box-sizing: border-box;
	width: 100%;
	height: auto;
}
#background .pcArea ,
#background .pcImage {
	display: block;
}
#background .spArea ,
#background .spImage {
	display: none;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	a:hover {
		filter: Alpha(opacity=100);
		opacity: 1;
	}
	#background .pcArea ,
	#background .pcImage {
		display: none;
	}
	#background .spArea ,
	#background .spImage {
		display: block;
	}
}
/*------------------------------------
  共通レイアウト設定　ここから
-------------------------------------*/
#background header ,
#background footer ,
#background article {
	margin:0px auto 0px auto;
	text-align:center;
	width: 100%;
	min-width: 740px;
}
#background section {
	margin:0px auto 0px auto;
	padding: 0 150px 0 150px;
	text-align:center;
	width: 100%;
	min-height: 100vh;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
	background: #fff;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background header ,
	#background footer ,
	#background article {
		min-width: initial;
		min-width: auto;
	}
	#background section {
		width: 100%;
		padding: 0 20px 80px 20px;
	}
}
/*------------------------------------
  共通テキスト設定　ここから
-------------------------------------*/
#background article h1 ,
#background article h2 ,
#background article h3 ,
#background article h4 ,
#background article h5 ,
#background article h6 ,
#background article p ,
#background article ul ,
#background article ol {
	margin: 0 auto 40px auto;
}
#background h2 {
	font-size: 58px;
	text-align: center;
	line-height: 1.2em;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background article h1 ,
	#background article h2 ,
	#background article h3 ,
	#background article h4 ,
	#background article h5 ,
	#background article h6 ,
	#background article p ,
	#background article ul ,
	#background article ol {
		margin: 0 0 20px 0;
	}
	#background h2 {
		font-size: 28px;
	}
}
/*===========================================================================

  共通ヘッダ設定　ここから

===========================================================================*/
#background header h1 {
	position: absolute;
	width: 300px;
	height: 420px;
	left: 50%;
	top: 50%;
	margin: -210px auto auto -150px;
	filter: Alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}
.onHome #background header h1 {
	filter: Alpha(opacity=100);
	opacity: 1;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
#background header h1 {
		width: 200px;
		height: 280px;
		margin: -200px auto auto -100px;
	}
}

/*===========================================================================

  共通メニュー設定　ここから

===========================================================================*/
#background #mainNavi {
	width: 100px;
	padding: 0 0 0 0;
	position: fixed;
	top: 0;
	right: 10px;
	z-index: 100;
	background: transparent;
}
#background #mainNavi nav ,
#background #mainNavi ul {
	height: 100vh;
	margin: 0 0 0 0;
	justify-content: center;
}
#background #mainNavi ul {
	display: flex;
	flex-direction: column;
}
#background #mainNavi ul li {
	margin: 0 auto 80px auto;
	padding: 0;
	position: relative;
}
/*-----------------------------------*/
#background #mainNavi ul li:before {
	display: block; content: " ";
	width: 8px; height: 8px;
	position: absolute;
	bottom: -44px; left: 36px;
	background: #ce9698;
	z-index: 10;
	border-radius: 4px;
	animation: pointAnime 1.2s linear 0s infinite alternate none running;
}
@keyframes pointAnime {
	0% {
		filter: Alpha(opacity=20);
		opacity: 0.2;
	}
	100% {
		filter: Alpha(opacity=100);
		opacity: 1;
	}
}
/*-----------------------------------*/
#background #mainNavi ul li:first-of-type {
	margin-top: auto;
}
#background #mainNavi ul li:last-of-type {
	margin-bottom: auto;
}
#background #mainNavi ul li:last-of-type:before {
	display: none;
}
/*-----------------------------------*/
#background #mainNavi ul li a {
	display: block;
	width: 80px;
	height: 80px;
	line-height: 76px;
	text-align: center;
	border: solid 2px #ce9698;
	color: #ce9698;
	font-weight: bold;
	border-radius: 40px;
	-webkit-transition: all 1.4s ease;
	-moz-transition: all 1.4s ease;
	-o-transition: all 1.4s ease;
	transition: all 1.4s ease;
}
#background #mainNavi ul li a:hover {
	background: #ce9698;
	color: #fff;
}
#background #mainNavi ul li a:before {
	display: block; content: " ";
	width: 80px; height: 80px;
	position: absolute;
	top: 0; left: 0;
	border: solid 4px #ce9698;
	z-index: 10;
	border-radius: 40px;
	box-sizing: border-box;
	animation: menuAnime 2.8s linear 0s infinite normal none running;
}
@keyframes menuAnime {
	0% {
		filter: Alpha(opacity=0);
		opacity: 0;
	}
	25% {
		filter: Alpha(opacity=100);
		opacity: 1;
	}
	50% {
		width: 100px; height: 100px;
		top: -10px; left: -10px;
		border-width: 1px;
		border-radius: 50px;
		filter: Alpha(opacity=0);
		opacity: 0;
	}
	100% {
		filter: Alpha(opacity=0);
		opacity: 0;
	}
}
.onHome #background #mainNavi ul li:first-of-type a {
	background: #dd0064;
	border-color: #dd0064;
	color: #fff;
}
.onHome #background #mainNavi ul li:first-of-type a:before {
	display: none;
}
.onAbout #background #mainNavi ul li:nth-of-type(2) a {
	background: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}
.onAbout #background #mainNavi ul li:nth-of-type(2) a:before {
	display: none;
}
.onMail #background #mainNavi ul li:last-of-type a {
	background: #9f233b;
	border-color: #9f233b;
	color: #fff;
}
.onMail #background #mainNavi ul li:last-of-type a:before {
	display: none;
}

/*===========================================================================

  共通メニューSP設定　ここから

===========================================================================*/
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #mainNavi {
		width: 100%;
		height: 80px;
		min-height: 80px;
		top: auto;
		bottom: 0;
		right: 0;
	}
	#background #mainNavi nav ,
	#background #mainNavi ul {
		height: 60px;
		margin: 0 0 0 0;
		justify-content: center;
	}
	#background #mainNavi ul {
		flex-direction: row;
	}
	#background #mainNavi ul li {
		margin: 0 10px 0 auto;
	}
	/*-----------------------------------*/
	#background #mainNavi ul li:before {
		display: none;
	}
	#background #mainNavi ul li:last-of-type {
		margin-right: auto;
	}
	/*-----------------------------------*/
	#background #mainNavi ul li a {
		width: 60px;
		height: 60px;
		line-height: 56px;
		border-radius: 30px;
	}
	#background #mainNavi ul li a:before {
		width: 60px; height: 60px;
		border-radius: 30px;
		animation: menuAnime 2.8s linear 0s infinite normal none running;
	}
	@keyframes menuAnime {
		0% {
			filter: Alpha(opacity=0);
			opacity: 0;
		}
		25% {
			filter: Alpha(opacity=100);
			opacity: 1;
		}
		50% {
			width: 80px; height: 80px;
			top: -10px; left: -10px;
			border-width: 1px;
			border-radius: 40px;
			filter: Alpha(opacity=0);
			opacity: 0;
		}
		100% {
			filter: Alpha(opacity=0);
			opacity: 0;
		}
	}
}

/*===========================================================================

  アバウト設定　ここから

===========================================================================*/
#background #aboutArea {
	position: relative;
	overflow: hidden;
	background: transparent;
}
#background #aboutArea section {
	position: relative;
	z-index: 10;
	background: rgba(255,255,255,0.5) url(./html_lib/background.png);
	display: flex;
	justify-content: center;
}
#background #aboutArea #youtube {
	position: fixed;
	top: calc(50vh - 50vw);
	left: -38.9vw;
	width: 177.8vw;
	height: 100vw;
}
/*-----------------------------------*/
#background #aboutArea div {
	width: auto;
	height: auto;
	margin: auto auto auto auto;
	padding: 40px 0 40px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #aboutArea #youtube {
		top: 0;
		left: calc(50vw - 88.9vh);
		width: 177.8vh;
		height: 100vh;
	}
	/*-----------------------------------*/
	#background #aboutArea div {
		padding: 30px 0 20px;
	}
}
/*===========================================================================

  メールフォーム設定　ここから

===========================================================================*/
#background #contactArea section {
	display: flex;
	justify-content: center;
	color: #9f233b;
	min-height: calc(100vh - 94px);
}
#background #contactArea div {
	width: auto;
	height: auto;
	margin: auto auto auto auto;
	padding: 40px 0 40px;
}
#background #contactArea th {
	font-size: 32px;
	padding: 0 30px 40px 0;
	vertical-align: middle;
}
#background #contactArea td {
	padding: 0 0 40px 0;
	vertical-align: middle;
}
#background #contactArea input[type=text] {
	border: 1px solid #ce9698;
	line-height: 2em;
	border-radius: 4px;
	padding: 0 10px 0 10px;
	font-family: sans-serif;
	color: #1a1a1a;
}
#background #contactArea textarea {
	border: 1px solid #ce9698;
	line-height: 2em;
	border-radius: 4px;
	padding: 0 10px 0 10px;
	font-family: sans-serif;
	color: #1a1a1a;
	height: 8em;
}
#background #contactArea p {
	text-align: center;
}
#background #contactArea p input[type=submit] {
	cursor: pointer;
	border-radius: 4px;
	padding: 20px 60px 20px 60px;
	font-size: 24px;
	line-height: 1em;
	color: #fff;
	background: #9f233b;
	filter: Alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-sizing: border-box;
}
#background #contactArea p input[type=submit]:hover {
	filter: Alpha(opacity=50);
	opacity: 0.5;
}

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #contactArea section {
		min-height: calc(100vh - 56px);
	}
	#background #contactArea div {
		padding: 30px 0 20px;
	}
	#background #contactArea table {
		width: 100%;
	}
	#background #contactArea th {
		font-size: 18px;
		padding: 0 0 10px 0;
		display: block;
	}
	#background #contactArea td {
		padding: 0 0 20px 0;
		display: block;
	}
	#background #contactArea input[type=text] {
		width: 100%;
	}
	#background #contactArea textarea {
		width: 100%;
		height: 6em;
	}
	#background #contactArea p input[type=submit] {
		display: block;
		width: 100%;
		padding: 15px 20px 15px 20px;
		font-size: 18px;
	}
}

/*===========================================================================

  共通フッター設定　ここから

===========================================================================*/
#background footer {
	padding: 40px 0 40px 0;
	background: #dd0064;
}
#background footer section {
	min-height: auto;
	min-height: initial;
	background: transparent;
}
#background footer address {
	width: 100%;
	clear: both;
	text-align: center;
	line-height: 1em;
	font-style: normal;
	color: #fff;
	font-size: 14px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background footer {
		padding: 20px 0 20px 0;
	}
	#background footer address {
		font-size: 12px;
		line-height: 16px;
	}
}

/*===========================================================================

  設定　ここから

===========================================================================*/

/*------------------------------------
  設定　ここから
-------------------------------------*/

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

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
}