/* global.css */

/* ---------------------------------
------------------------------------
other
------------------------------------
------------------------------------*/
html {
	background: #000;
}
body {
	font-family: Roboto, "Droid Sans", 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;	font-size: 13px;
	color: #EEEEEE;
	margin: 0px;
	padding: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
    font-weight: 500;
}
a,
a:link,
a:visited{
	color: #000066;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
img{
	width: 100%;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}
ul,li,ol,dl,dt,dd,p,dd dl,dd dt,dd p {
	margin: 0;
	padding: 0;
}
li ul, li ol, li dl, li p, dd ul, dd ol, dd dl, dd p {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}

.fix-block {
	position: fixed;
	bottom:0;
	right: 140px;
	width: 170px;
	z-index: 200;
}
.fix-block li {
	float: left;
	padding-right: 10px;
}
.block-title {
	margin:  0 0 33px;
}
.Wrapper {
	/*zoom: 1;*/
}
.Wrapper:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  line-height: 0;
  clear: both;
}
.block-grade {
}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{
/* for ie */
	display: inline-block;
	min-height: 1%;
}
.note {
	color: #FF99CC;
}

.btn-fixed {
    position: fixed;
    right: 20px;
    bottom: 20px;
}
.btn-fixed a {
    border-radius: 23px;
    background: #fd8005;
    padding: 10px 15px;
    display: block;
    color: #fff;
    font-size: 14px;
    filter: alpha(opacity=80);
    opacity: 0.9;
    text-decoration: none;

}
/* Hides from IE-mac \*/
*html .clearfix{ height: 1%;}
.clearfix{ display: block;}
/* End hide from IE-mac */
/* ---------------------------------
------------------------------------
Header
------------------------------------
------------------------------------*/
#Header {
	padding: 15px 15px;
	background: url(../img/headr_tel.gif) right 7px no-repeat #000;
}

.logo {
	width: 244px;
	height: 34px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(http://theaterhouse.co.jp/img/index/header_logo.png) center top repeat;
}
#Header .tel {
	position: relative;
}
#Header .tel img{
	position: absolute;
	right: 0;
	top: 0;
}

/* ---------------------------------
------------------------------------
Wrapper
------------------------------------
------------------------------------*/
.Wrapper {
	padding: 0;
	margin: 0 auto;
	position: relative;
}

/* ---------------------------------
------------------------------------
block
------------------------------------
------------------------------------*/
.block-base {
	clear: both;
	padding: 0px 0;
	position:  relative;
	height: 550px;
}
#About,
#Comparison,
#Flow {
 	background: #F9F9F9;
 }

.spider-net{
	background: #000;
}
/*.block-top .Wrapper */

.block-top {
	text-align: center;
	position: relative;
}
.block-top .btn-buy {
	position: absolute;
	top: 476px;
	left: 50%;
	margin-left: -503px;

}
.block-top .btn-movie {
	position: absolute;
	top: 382px;
	left: 50%;
	margin-left: -138px;
}

/* =========================================================
trouble
========================================================= */
#trouble{
	position: relative;
}
#trouble:after{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: -17px;
    color: #f9a71a;
    font-size: 110px;
    border-top: 30px solid #f9a71a;
    border-left: 30px solid transparent;
    border-right: 35px solid transparent;
}
#trouble .Wrapper {
    width: 90%;
    padding: 4% 5% 10%;
	background: #000;
	text-align: center;
}
#trouble .block-title {
	margin: 10px 10% 30px;
}
#trouble .block-content01 {

}
.trouble-box *{
    box-sizing: border-box;
}
.trouble-box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.trouble-box .box-img {
    padding-right: 10px;
    width: 40%;
}
.trouble-box .box-content {
    width: 60%;
}
.trouble-box .box-content .box-in-copy {
    background: #4D4D4D;
    font-size: 10px;
    margin: 0 0 5px;
}
.trouble-box .box-content .box-in-title {
    font-size: 1.3em;
    font-weight: bold;
}
.trouble-box .box-content .box-in-txt {
}



/* =========================================================
resolution
========================================================= */
#resolution {
	text-align: center;
	background: #222;
}
#resolution .Wrapper{
    width: 92%;
    padding: 1% 4% 30px 4%;
	text-align: center;
}
#resolution .block-title {
    margin: 40px 7% 0;
}
#resolution .block-content01 {
    padding: 28px 16% 10px;
    text-align: center;
}

/* =========================================================
different
========================================================= */

#different {}
#different .Wrapper{
    width: 90%;
    padding: 4% 5%;
	background: #000;
	text-align: left;
}
#different .box-title {
	font-weight: bold;
    font-size: 26px;
    line-height: 1.2;
    padding: 10px 0 10px;
    text-align: center;
}
#different .box-title span{
	color: #ff8005;
}
#different .block-title{
	margin: 0 0 10px;
}

#different ul.block-list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
#different ul.block-list li {
    width: 50%;
    margin-bottom: 1px;
}
#different ul.block-list li a {
    height: 70px;
    width: 500px;
    display: block;
    background: #ccc;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    padding: 5px 20px;
    color: #111;
}
#different ul li.last {
	margin-right: 0px;
}
#different .box-different {
	clear: both;
    border-bottom: 2px solid #1a1a1a;
    margin-bottom: 10px;
    padding-bottom: 25px;
}
#different .box-different.box-point04{
    border-bottom: none;
    padding-bottom: 0;
}

.box-point01 .box-title {
}
.box-point01 .box-content {
}
.box-point01 .box-txt01 {
	margin-bottom: 25px;
	/*padding-top: 6px;*/
}
.box-point01 .detail-text-head {
    font-weight: bold;
    font-size: 17px;
    margin: 20px 0 20px;
    font-family: serif;
    line-height: 1.6;
}
.box-point01 .detail-text span{
	color: #04bfbf;
}
.box-point01 .box-support-btn {
	margin-bottom: 25px;
	background: url(../img/different_point01_support_list_title.gif) no-repeat left top;
	padding-left: 230px;
}
.box-point01 .box-txt03 {
	padding-top: 20px;
}
.box-point01 .link-nav {
	text-align: center;
    margin: 0px 0 20px;
	color: #fd8005;
}
.box-point01 .link-btn {
    margin: 0 4% 25px;
}
.box-point01 .link-btn a {
	text-align: center;
    display: block;
    background: #fd8005;
    padding: 15px 0;
    border-radius: 100px;
    font-weight: bold;
    font-size: 18px;
    color: #000;
}
#different_point02.box-different{
	padding-bottom: 10px;
}
.box-point02 .box-content01 {
	margin-bottom: 25px
}
.box-point02 .slide-image{
	width: 100%;
	overflow: scroll;
	margin: 20px 0;
}
.box-point02 .slide-image img{
    width: 900px;
}
.box-point02 .slide-image .btn img{
	width: 150px;
}
.box-point02 .slide-image .slide-image-inner{
    width: 900px;
    position: relative;
}
.box-point02 .annotation{
	margin-top: 20px;
	color: #ffc;
}
.box-point02 .box-content02 {
	position: relative;
}

.box-point02 .box-content02 .btn {
	position: absolute;
    right: 35px;
    top: 131px;
}
.box-point03 .box-content {
	background: url(../img/different_point03_img.jpg) no-repeat left top;
    background-size: 40%;
    padding-left: 44%;
}
.box-point03 .box-txt01 {
	padding-top: 6px;
	margin-bottom: 20px;
}
.box-point03 .box-txt01 span{
	color: #04bfbf;
}
.box-point03 .box-results {
}
.box-point03 .box-results dt {

}
.box-point03 .box-results dd {
	background: #fff;
	overflow-y: scroll;
	height: 350px;
	padding: 20px 10px;
}
.box-point04 .box-txt01 {
    margin-bottom: 10px;
}
.box-point04 .box-content {
  zoom: 1;
  text-align: center;
}
.box-point04 .box-content:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  line-height: 0;
  clear: both;
}


.box-point04 .box-content dl.box-pepar {
    margin-bottom: 20px;
}
.box-point04 .box-content dl.box-pepar img {
    max-width: 200px;
}
.box-point04 .box-content dt {
	background: #666666;
	padding: 3px 8px;
	margin-bottom: 10px;

}
.box-point04 .box-content dl.box-moive {
}
.box-point04 .box-content dl.box-moive ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.box-point04 .box-content dl.box-moive li {
    width: 50%;
}
.box-point04 .box-content dl.box-moive li.last {
	margin-right: 0;
}
.box-point04 .note {
	clear:  both;
	text-align: center;
	margin-bottom: 30px;
}

.box-point04 .buy_btn {
	text-align: center;
}


/* =========================================================
voice
========================================================= */
#voice .Wrapper{
    background: #333333;
    position: relative;
    padding: 4% 5%;
    width: 90%;
}

#voice .box-title {
	margin: 20px 6% 0;
}

#voice .box-title img {
}

#voice .box-content01 {
	padding: 40px 0 20px;
	text-align: center;
}
#voice .box-content01 * {
    box-sizing: border-box;
}
#voice .box-content01 li {
    width: 50%;
    float: left;
    padding: 0 3px 8px;
}

#voice .img-person01 {
	position: absolute;
	left: 176px;
	top: 344px;
}
#voice .img-person02 {
	position: absolute;
	right: 0;
	bottom: 0;
}

/* =========================================================
compare
========================================================= */
#compare{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 3em 2em;
	background-color: #333333;
	text-align: center;
}
#compare h2{
	margin-bottom: .5em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.4em;
}

/* =========================================================
review
========================================================= */
#review {
	background: #000;
}
#review .Wrapper{
	width: 90%;
	padding: 4% 5%;
}

#review .box-title {
	text-align: center;
	margin: 10px 10% 30px;
}
#review .box-content01 {
    background: #fff;
    height: 400px;
    overflow-y: scroll;
    margin: 0;
    padding: 0 10px;
}
/* =========================================================
spec
========================================================= */

#spec {
    background: #000;
    padding: 4%;
}

#spec .box-in-title {
	font-size: 12px;
	padding-bottom: 20px;
}
#spec .box-spec {
	margin-bottom: 20px;
}
#spec .box-spec table {
	color: #999999;
	width: 100%;
	border-top: 1px solid #474747;
}
#spec .box-spec table th {
	width: 35%;
	padding: 15px 0;
	border-bottom: 1px solid #474747;
	text-align: left;
}
#spec .box-spec table td {
	padding: 15px 0;
	border-bottom: 1px solid #474747;

}
#spec .box-content01 {
}
#spec .box-content01 ul.detail-btn {
	width: 100%;
    overflow: hidden;
    margin: 20px 0;
}
#spec .box-content01 ul li {
	float: left;
	width: 24.25%;
	margin-right: 1%;
}
#spec .box-content01 ul li.last {
	margin-right: 0;
}
#spec .box-content01 ul li a {}

/* =========================================================
buy
========================================================= */
#buy {
    padding: 30px 20% 30px;
    position: relative;
    background: #222;
}

#buy .box-title {
	margin: 0 -20%;
}
#buy .kg-list-box {
	margin: 40px 0;
}
#buy .kg-list-box.last {
	margin-right: 0;
}
#buy .custom-box {
}
#buy .kg-list-box .box-img {
	margin-bottom: 10px;
}
#buy .kg-list-box dl {
	overflow: hidden;
	margin-bottom: 20px;
}
#buy .kg-list-box dt,
#buy .kg-list-box dd {
	float: left;
}
#buy .kg-list-box dl dt {
	width: 30%;
}

#buy .kg-list-box dl dd {
	color: #fff;
	width: 70%;
}

#buy .kg-list-box dl dd.price {
	color: #FF8105;
	font-size: 110%;
}

#buy .kg-list-box dl dd.price span {
	color: #999;
	font-size: 90%;
	padding-left: 10px;
}

#buy .buy-btn {
	text-align: center;
	clear: both;
}
#buy .box-attent {
	margin-top: 40px;
}
#buy .shaft-box {
	margin-bottom: 20px;
}
#buy .shaft-box .box-img {
	margin-bottom: 10px;
}
#buy .shaft-box dl {
}
#buy .shaft-box dt,
#buy .shaft-box dd {
}
#buy .shaft-box dl dt {
}
#buy .shaft-box dl dd {
	color: #999;
}
#buy .shaft-box .price dt {
	color: #FF8105;
}
#buy .shaft-box .cart_box {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 5px;
}
#buy .sameday {
	position: absolute;
	left: 0;
	top: 600px;
}
#buy input {
	cursor: pointer;
    width: 100%;
}
#buy input:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
#buy .mall-block {
	clear: both;
}
#buy .mall-block ul{
	background: #333333;
	padding: 20px;
	zoom: 1;
}
#buy .mall-block ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  line-height: 0;
  clear: both;
}

#buy .mall-block li{
	float: left;
	margin-right: 10px;
}
#buy .mall-block li.last {
	margin-right: 0;
}
#buy .mall-block .block-title {
	background: #999999;
	padding: 10px 0 10px;
	margin: 0;
	text-align: center;
}

#buy .box-opt {
	padding: 0 0 10px;
}
/*.footer */
.footer {
    border-top: 1px solid #242424;
    padding: 10px;
    background: #000;
}
.footer .Wrapper {
	padding: 0;
	background: url() 0 23px no-repeat;
}
.footer .block-alpha {
	padding: 10% 10% 4%;
}
.footer .block-alpha img {
	padding-bottom: 20px;
}
.footer .block-shopinfo {
    padding: 0 8%;
}
.footer .block-shopinfo dl dt {
	font-weight: bold;
}
.footer .block-shopinfo dl dd {
	margin-bottom: 10px;
	padding-left: 5px;
}
.footer .block-shopinfo dl dt,
.footer .block-shopinfo dl dd {
	color: #ccc;
}

.footer .block-shopinfo dl dd span {
}
.footer .credit-img {
    background: #fff;
    padding: 10px 0;
    margin: 20px 0;
}
.footer .credit-img img {
	width: 80%;
}


.footer .block-address {
	height: 90px;
	line-height: 90px;
	padding-left: 170px;
	font-weight: bold;
	color: #184BB0;
}
.footer .block-tel {
	position: absolute;
	right: 0;
	top: 15px;
}
.footer .block-copy {
    text-align: center;
    color: #fff;
    padding: 10px;
    background: #222;
    margin: 10px -9% -10px;
}

/* ---------------------------------
------------------------------------
SUBPAGE ‹¤’Ê
------------------------------------
------------------------------------*/
.Tablestyle01 table{}
.Tablestyle01 th{}
.Tablestyle01 td{}

.Tablestyle02{}
.Tablestyle02 th{}
.Tablestyle02 td{}

.Titlestyle01{}
.Titlestyle02{}
.Titlestyle03{}

.Page-top{}

.Imgleft{
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
}
.Imgright{
	padding-left: 5px;
	padding-bottom: 5px;
	float: right;
}
p{
	font-size: 12px;
	line-height: 1.6em;
	letter-spacing: 0em;
}
.Small{
	font-size: 11px;
}

.Normal{
	font-weight: normal;
}

.hangingbolt-box a {
	color: #04BFBF;
	display: block;
	text-align: center;
	padding: 10px;
	border: 1px solid #04BFBF;
	margin: 20px 0 20px;
	font-size: 1.1em;
}