﻿@charset "utf-8";
/* CSS Document */

/*基本設定*/

html, body{
	height:100%;
	min-height:100%;
	width:100%;
	min-width: 1080px;
	font-size: 62.5%;
	position: relative;
	transform: none !important;
}
*{
	font-family:"メイリオ", uGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#eee;
}
p a:link, p a:visited{
	color: #48DBA6;
	text-decoration: nounderline;
}
p a:hover, p a:active{
	opacity: 0.5;
}
p{
	line-height:1.8;
	clear:both;
}
a, nav.works_nav>ul>li{
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}


/*テキスト装飾*/
span.caution{
	font-weight: 700;
	color: #D64F51;
}
span.red{
	color: #D64F51;
}
span.orange{
	color: #FF9927;
}
span.underline{
	text-decoration: underline;
}
s{
	font-size: inherit;
}
b{
	font-size: inherit;
	font-weight: 700;
}


/*共通設定*/
body{
	background:#000 url(../img/back.png);
	background-position: right 0% bottom 0%;
	background-repeat: no-repeat;
	background-size: 70% auto;
	background-attachment: fixed;
}
div.main_contents_wrapper{
	display: flex;
	justify-content: space-between;
	width: 1080px;
	min-height:80%;
	margin: 40px auto 0;
}
div.common_contents{
	position: relative;
	width: 960px;
	margin: 40px auto 0;
}
div.common_contents>section{
	margin: 0 auto 0;
}
body>div>div>section{
	position: relative;
	box-sizing: border-box;
	background:rgba(0,0,0,0.8);
	width: 90%;
	height: auto;
	padding: 10px 30px 14px;
	margin: 50px 0 0 2%;
	box-shadow :
		0 0 0 6px #92FFF1,
        0 0 0 10px #000,
        0 0 0 12px #48DBA6;
}

body>div>div>section>h1, body>div>div>section>h2{
	display: inline-block;
	position: relative;
	font-family:"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2rem;
	color: #eee;
	background: #000 url(../img/headline_back.png) repeat;
	border-left: #48DBA6 solid 2rem;
	width: auto;
	height: 4rem;
	line-height: 4rem;
	padding: 0 3.2rem 0 1.2rem;
	margin: 0 0 12px -46px;
}
@media all and (-ms-high-contrast:none){
	body>div>div>section>h1, body>div>div>section>h2{
		height: 3.6rem;
		padding: 0.3rem 3.2rem 0 1.2rem;
	}
}
body>div>div>section>h1:after, body>div>div>section>h2:after{
	content: "";
	display: block;
	position: absolute;
	background: url(../img/headline_icon.png) no-repeat;
	width: 24px;
	height: 24px;
	bottom: 0;
	right: 0;
}
section.small_section{
	margin: 0 0 30px;
}
section.small_section section, section.small_section div{
	clear: both;
}

section.small_section>h3{
	background: #92FFF1;
	width: 109%;
	color: #48DBA6;
	margin: 0 0 12px -30px;
	padding: 5px 0 5px 10px;
}
div.common_contents section.small_section>h3{
	width: 107%;
	margin: 10px 0 12px -30px;
	clear: both;
}
@media all and (-ms-high-contrast:none){
	section.small_section>h3{
		height: 1.4rem;
	}
}
section.small_section>h3>span{
	background: #000;
	color: #48DBA6;
	padding: 8px 8px;
}
h4{
	display: inline-block;
	color: #92FFF1;
	border: hsla(180,100%,80%,1.00) solid 2px;
	border-radius: 0 0 10px 0 / 0 0 10px 0;
	text-align: center;
	padding: 4px 8px;
	margin: 0;
}
@media all and (-ms-high-contrast:none){
	h4{
		height: 1.6rem;
	}
}
h4.voice_h4{
	display: block;
	width: 6rem;
}
a.to_top{
	display: none;
	position: fixed;
	width: 88px;
	height: 88px;
	bottom: 20px;
	right: 20px;
}
a.to_top.scroll{
	display: block;
}
a.to_top:hover{
	opacity: 0.5;
}


/*HEADER*/
header.home_header{
	position: relative;
	width: 100%;
	height: 400px;
	background: #000 url(../img/home_header_back.jpg) no-repeat center center;
	margin: 0;
}
header.common_header{
	position: relative;
	width: 100%;
	height: 200px;
	background: #000 url(../img/common_header_back.jpg) no-repeat center center;
	margin: 0;
}
a.site_logo{
	display: block;
	position: absolute;
	width: 400;
	height: 92px;
	bottom: 55px;
	left:5%;
}

/*GLOBAL NAVIGATION*/
body>nav{
	border-top: #48DBA6 solid 1px;
	border-bottom: #48DBA6 solid 1px;
	width: 100%;
	height: 36px;
	margin: 0;
}
nav.home_gnav{
	background: #000 url(../img/home_nav_back.jpg) no-repeat center center;
}
nav.common_gnav{
	background: #000 url(../img/common_nav_back.jpg) no-repeat center center;
}

ul.gnav{
	display: flex;
	justify-content: space-between;
	width: 720px;
	margin: 0 auto 0;
}
ul.gnav>li>a{
	display: block;
	font-family:"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.0rem;
	color: #eee;
	border-radius: 1.4rem;
	line-height: 26px !important;
	padding: 0 1.2rem;
	margin: 7px 0;
}
@media all and (-ms-high-contrast:none){
	ul.gnav>li>a{
		box-sizing: border-box;
		height: 26px;
		padding: 0.4rem 1.2rem 0;
	}
}
ul.gnav>li>a:hover{
	color: #000;
	background: #92FFF1;
}


/*INDEX*/
div.index_wrapper{
	width: 630px;
	margin: auto;
	padding: 40px 0 0;
}
div.index_img{
	position: relative;
}
div.index_img>h1{
	position: absolute;
	width: 308px;
	height: 44px;
	bottom: 20px;
	right: 10px;
}
div.index_text{
	font-color:#eee;
	text-align: center;
	padding: 20px 0;
	margin: 20px 0 0;
}
a.index_enter_btn{
	display: block;
	font-size: 1.6rem;
	color: #000;
	background: #92FFF1;
	border: none;
	border-radius: 40px;
	width: 200px;
	height: auto;
	padding: 10px 50px;
	margin: 30px auto 10px;
}
a.index_enter_btn:hover{
	opacity: 0.5;
	cursor: pointer;
}

/*HOME*/
div.main_column{
	width: 720px;
}
div.change_log{
	width: 100%;
	height: 200px;
	margin: 10px 0 4px;
	overflow: auto;
}
p.log_date{
	color:#000;
	display: inline-block;
	background: #92FFF1;
	vertical-align: top;
	width: 84px;
	text-align: center;
	border-radius: 6px;
}
p.log_text{
	display: inline-block;
	vertical-align: top;
	width: 520px;
	margin: 0 0 10px 6px;
}

p.profile_text{
	display: block;
	border-bottom: #ddd solid 1px;
	width: 100%;
	margin: 0 0 10px;
}
img.link_banner{
	display: block;
	width: 200px;
	height: 40px;
	margin: 6px 0 30px;
}
ul.home_link_list{
	margin: 16px 0 0;
}
ul.home_link_list>li{
	display: inline-block;
	margin: 0 20px 14px 0;
}

ul.home_link_list>li a:link, ul.home_link_list>li a:visited{
	color: #48DBA6;
	text-decoration: nounderline;
}
ul.home_link_list>li a:hover, ul.home_link_list>li a:active{
	opacity: 0.5;
}

/*HOME_SIDEBAR*/
div.sidebar{
	width: 360px;
	padding: 20px 0 0;
}
div.sidebar>div{
	width: 100%;
	background: url(../img/headline_back.png) repeat;
	margin: 20px 0 20px;
	padding: 16px 0 20px;
}
p.sidebar_category_name{
	display: flex;
	justify-content: center;
	align-items: center;
	font-family:"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.2rem;
	color: #eee;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	margin: 0 0 20px;
}
p.sidebar_category_name>img{
	display: inline-block;
	width: 21px;
	height: 20px;
	margin: 2px 4px 0;
}
@media all and (-ms-high-contrast:none){
	p.sidebar_category_name>img{
		margin: -8px 4px 0;
	}
}
div.sidebar_contents{
	background:rgba(0,0,0,0.7);
	width: 94%;
	text-align:center;
	margin: 0 auto 0;
	padding:1px 0;
}
div.twitter>div.sidebar_contents>iframe{
	width: 2000px !important;
}

/*VOICE SAMPLE*/
dl.voice_list{
	width: 320px;
	float: left;
	margin: 10px 20px 30px;
}
dl.voice_list>dt{
	float: left;
	clear: left;
	font-size: 1.2rem;
	width: 100%;
	margin: 0 0 8px 10px;
}
dl.voice_list>dd{
	width: 100%;
	margin: 0;
}
dl.voice_list_movie{
	width: 560px;
	margin: 10px auto 30px;
}
dl.voice_list_movie>dt{
	font-size: 1.2rem;
	width: 100%;
	margin: 0 0 8px 10px;
}
dl.voice_list_movie>dd{
	margin: 0;
}

/*WORKS*/
ul.works_list{
	margin: 10px 0 20px;
}
ul.works_list>li{
	display: block;
	margin: 10px 20px 0 0;
}
ul.works_list>li a:link, ul.works_list>li a:visited{
	color: #48DBA6;
	text-decoration: nounderline;
}
ul.works_list>li a:hover, ul.works_list>li a:active{
	opacity: 0.5;
}
nav.works_nav{
	width: 88px;
	position: absolute;
	top: 70px;
	right: 50%;
	margin: 0 -532px 0 0;
}
nav.works_nav.fixed{
	position: fixed;
	top: 70px;
	right: 50%;
}
nav.works_nav>ul{
	width: 88px;
}
nav.works_nav>ul>li{
	background: #48DBA6 url(../img/works_nav_icon.png) no-repeat right center;
	border-left: #48DBA6 solid 2px;
	width: 88px;
	height: 28px;
	border-radius: 0 8px 8px 0 / 0 8px 8px 0;
	margin: 0 0 5px;
	text-align: center;
	line-height: 28px;
}
@media all and (-ms-high-contrast:none){
	nav.works_nav>ul>li{
		height: 24px;
	}
}
nav.works_nav>ul>li:hover{
	opacity: 0.5;
	cursor: pointer;
}
nav.works_nav>ul>li>a{
	color: #000;
}

/*GUIDELINE*/
div.to_order{
	text-align: center;
}
div.to_order p{
	text-align: center;
}
div.to_order a{
	display: inline-block;
	font-size: 1.6rem;
	color: #000;
	background: #92FFF1;
	border-radius: 20px;
	padding: 6px 18px;
	margin: 10px auto 40px;
}
div.to_order a:hover{
	opacity: 0.5;
}
section table {
	margin-bottom:30px;
}
section th, section td  {
	color:#000;
	padding: 10px; border: 1px solid #48DBA6;
}
section th  {
	font-color:#000;
	background: #92FFF1;
}
.guide td  {
	text-align: center;
}
.guide td:first-child  {
	text-align: left;
}

/*CONTACT*/
div.mailform{ 
	color: #000;
	font-size: 1.4rem;
	border-top: #fff dashed 1px;
	width: 100%;
	padding: 20px 0 30px;
}
div.mailform input{
	color: #eee;
	width: 100%;
	height: 20px;
	margin: 0 0 20px;
	background: #000;
	border: #92FFF1 solid 1px;
}
div.mailform select{
	color: #eee;
	width: 100%;
	height: 25px;
	background: #000;
	border: #92FFF1 solid 1px;
	text-align: left;
	margin: 0 0 20px;
}
div.mailform textarea{
	color: #eee;
	width: 100%;
	height: 200px;
	background: #000;
	border: #92FFF1 solid 1px;
	margin: 0 0 20px;
}
p.checkbox>input{
 	color: #eee;
	margin: 0;
}

option{
 	color: #eee;
	background: #000;
}

p.checkbox>span{
	color: #eee;
	display: block;
	margin: -26px 0 0 20px;
	background: #000;
	border: #92FFF1 solid 1px;
}
div.mailform input.form_btn, p.form_btn>input{
	display: block;
	font-size: 1.6rem;
	color: #000;
	background: #92FFF1;
	border: none;
	border-radius: 40px;
	width: auto;
	height: auto;
	padding: 10px 50px;
	margin: 30px auto 10px;
}
div.mailform input.form_btn:hover, p.form_btn>input:hover{
	opacity: 0.5;
	cursor: pointer;
}
.mailform_submit{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
.mailform_submit tr td{
	padding:3px;
	color:#eee;
	font-weight:700;
}
.mailform_submit tr td:first-child{
	width:30%;
}
#mailform_result{
	position:relative;
	z-index:3;
}


/*フッター*/
footer{
	background: #48FBA6;
	width:100%;
	height: 130px;
	clear:both;
	margin: 60px 0 0;
	padding:30px 0 0;
}
ul.footer_gnav{
	display: flex;
	justify-content: space-between;
	width: 720px;
	margin: 0 auto 80px;
}
ul.footer_gnav>li>a{
	display: block;
	box-sizing: border-box;
	font-size: 1.4rem;
	color: #000;
}
ul.footer_gnav>li>a:hover{
	opacity: 0.5;
}
p.copyright{
	font-family:uGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	font-size:1.2rem;
	text-align:center;
}


/*モバイル用*/
@media screen and (max-width: 768px){

/* フォームボタンデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input[type="checkbox"] {
    appearance: none;
}
select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
	background: #FFF3DF;
}
*{
	font-family:"メイリオ", uGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#eee;
}
html, body{
	position: relative;
	width: 100%;
	min-width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

/*共通設定*/
div.main_contents_wrapper{
	display: block;
	width: 100%;
	min-height:80vh;
	margin: 40px auto 0;
}
div.common_contents{
	position: relative;
	width: 100%;
	margin: 40px auto 0;
}
div.common_contents>section{
	margin: 0 auto 0;
}
body>div>div>section{
	width: 90%;
	padding: 10px 30px 14px;
	margin: 50px auto 0;
}
body>div>div>section.small_container{
	padding: 10px 0px 14px;
	margin: 50px auto 0;
}
body>div>div>section.small_container>h1, body>div>div>section.small_container>h2{
	padding: 0 3.2rem 0 1.2rem;
	margin: 0 0 12px -16px;
}
h1, h2{
	font-size: 2.6rem !important;
}
section.small_section{
	overflow-x: hidden;
}
section.small_container p, section.small_container div, section.small_section>div, section.small_section>section{
	margin: 0 30px;
}
section.small_section>h3{
	font-size: 1.8rem;
	line-height: 2.0rem;
	background: #92FFF1;
	width: 100%;
	color: #48DBA6;
	margin: 0 0 12px 0px;
	padding: 5px 0 5px 10px;
}
div.common_contents section.small_section>h3{
	font-size: 1.8rem;
	line-height: 2.0rem;
	width: 200%;
	margin: 10px 0 12px;
	clear: both;
}
h3>span{
	line-height: 2.2rem;
}
h4{
	display: inline-block;
	color: #92FFF1;
	border: hsla(180,100%,80%,1.00) solid 2px;
	border-radius: 0 0 10px 0 / 0 0 10px 0;
	text-align: center;
	padding: 4px 8px;
	margin: 0;
}
a.to_top{
	display: block;
	position: absolute;
	width: 88px;
	height: 88px;
	right: 50%;
	bottom: 180px;
	margin: 0 -44px 0 0;
}
a.to_top:hover{
	opacity: 1;
}

/*HEADER*/
header.home_header{
	position: relative;
	width: 100%;
	height: 300px;
	background: #000 url(../img/home_header_back.jpg) no-repeat 30% left;
	margin: 0;
}
header.common_header{
	position: relative;
	width: 100%;
	height: 160px;
	background: #000 url(../img/common_header_back.jpg) no-repeat 30% left;
	margin: 0;
}
a.site_logo{
	display: block;
	position: absolute;
	width: 80%;
	bottom: 55px;
	left: 25px;
	margin: 0;
}
a.site_logo>img{
	width: 100%;
	max-width: 308px;
}
	
/*GLOBAL NAVIGATION*/
body>nav{
	border-top: #48DBA6 solid 1px;
	border-bottom: #48DBA6 solid 1px;
	width: 100%;
	height: auto;
	margin: 0;
}
nav.home_gnav, nav.common_gnav{
	background: #000;
}
ul.gnav{
	display: block;
	width: 100%;
	margin: 0 auto 0;
	text-align: center;
}
ul.gnav>li{
	display: inline-block;
}

/*INDEX*/
div.index_wrapper{
	width: 90%;
}
div.index_img>img{
	width: 100%;
}
div.index_img>h1{
	width: 80%;
	max-width: 308px;
	bottom: 7%;
	right: 4%;
}
div.index_img>h1>img{
	width: 100%;
}
a.index_enter_btn{
	width: 30%;
	min-width: 40px;
}

/*HOME*/
div.main_column{
	width: 100%;
	margin: auto;
}
div.change_log{
	width: 100%;
	height: 200px;
	margin: 10px 0 4px;
	overflow: auto;
}
p.log_date{
	width: 90px;
	line-height: 1.6;
}
p.log_text{
	width: 90%;
}
ul.home_link_list{
	margin: 0 30px 0;
}
ul.home_link_list>li{
	display: inline-block;
	margin: 0 20px 14px 0;
}
/*HOME_SIDEBAR*/
div.sidebar{
	width: 95%;
	margin: auto;
}
div.sidebar_contents{
	width: 94%;
	text-align: center;
}

/*VOICE SAMPLE*/
section.small_section p.profile_text{
	width: auto;
	margin: 0 30px 10px;
}
dl.voice_list{
	width: 100%;
	margin: 10px auto 30px;
}
dl.voice_list>dt{
	font-size: 1.4rem;
}
dl.voice_list>dd{
	width: 100%;
	margin: 0;
}
dl.voice_list>dd>audio{
	width: 100%;
}
dl.voice_list_movie{
	width: 100%;
}
dl.voice_list_movie>dt{
	font-size: 1.4rem;
}
dl.voice_list_movie>dd{
	position: relative;
	width: 100%;
	margin: 0;
}
dl.voice_list_movie>dd>iframe{
	width: 100% !important;
	height: 100% !important;
}

/*WORKS*/
nav.works_nav{
	display: none;
}
nav.works_nav.fixed{
	display: none;
}

/*GUIDELINE*/
table.guide thead{
	display: none;
}
table.guide{
	width: 90%;
}
table.guide *{
	border: none;
}
table.guide tr {
    display: block;
    margin-bottom: 20px;
	border: #C7C7C7 solid 1px;
}
table.guide td {
	border-top: none;
}
table.guide th, table.guide td{
    display: block;
	padding: 0;
}
table.guide th p, table.guide td p{
	line-height: 1.4;
    padding: 6px 0;
}
table.guide td:before {
    background-color: #FFF1DD;
    display: block;
}
/* theadの内容 */



/*CONTACT*/
div.mailform{
	font-family:uGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
}
div.mailform input{
	height: 2rem;
}
div.mailform select{
	height: 2rem;
}
p.checkbox>input{
	margin: 0;
}
div.mailform input.form_btn, p.form_btn>input{
	font-size: 1.6rem;
	height: auto;
	background-image:none;
}
div.mailform input.form_btn:hover, p.form_btn>input:hover{
	opacity: 1;
	cursor: pointer;
}
.mailform_submit{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
.mailform_submit tr td{
	padding:3px;
	color:#403237;
	font-weight:700;
}
.mailform_submit tr td:first-child{
	width:30%;
}
#mailform_result{
	position:relative;
	z-index:3;
}

/*フッター*/
footer{
	background: #48FBA6;
	width:100%;
	height: 130px;
	clear:both;
	margin: 140px 0 0;
	padding:30px 0 0;
}
footer.home_footer{
	margin: 120px 0 0;
}
ul.footer_gnav{
	display: block;
	width: 100%;
	margin: 0 auto 60px;
	text-align: center;
}
ul.footer_gnav>li{
	display: inline-block;
	margin: 0 20px 0;
}
ul.footer_gnav>li>a{
	font-size: 1.6rem;
}
p.copyright{
	font-family:uGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	font-size:1.2rem;
	text-align:center;
}


}

