@charset "utf-8";
body {
	font-size: 100%;
	line-height: 1.8;
	font-size:18px;
	color: #fff;
	background: #333;
	position: relative;
	visibility: hidden;
}
body.likePC{
	overflow: hidden;
}
a:link { text-decoration:none; color: #000000;}
a:visited { text-decoration:none; color: #000000;}
a:active { text-decoration:none; color: #000000;}
a:hover { text-decoration:none; color: #000000;}
a {
	-webkit-tap-highlight-color: transparent;
}
*{
	box-sizing: border-box;
}
.link:hover{
	opacity: 0.8;
}
/* #container
--------------------------- */
body.likePC #container {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute !important;
	z-index: 1;
}

#container {
	position:static !important;
}

/* .stageBase
--------------------------- */
.stageBase {
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

body.likePC .stageBase {
	overflow: hidden;
	height:100%;
}
.stage_container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 5px;
    max-width: 1300px;
    position: relative;
}
.stage_container > div{
	max-width: 930px;
	text-align: center;
	margin: 0 auto;
}
.stage_container h2{
	text-align: left;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 30px;
}
.stage_container h2 span{
	font-size: 1.2rem;
	margin-left: 1.5rem;
}
#section1 .stage_container > div{
	max-width: 1070px;
}
#section1 .sec1_btn {
    position: relative;
    width: 70px;
    margin: 0 auto;
    top: -100px;
}
#section2{
	padding: 170px 0;
	background-image:url(../images/bg_sec2.png);
}
#section2 .row > div{
	max-width: 860px;
}
#section2 .row > div.div2{
	max-width: 1050px;
}
#section2 .section2_p{
	margin-top: 100px;
	line-height: 2.5;
	text-align: center;
	font-weight: normal;
}
#section3{
	padding: 100px 0;
	background-image:url(../images/bg_sec3.jpg);
	background-size: cover;
}
#section3 .stage_container > div{
	max-width: 1030px;
}
#section4{
	padding: 150px 0;
	background-image:url(../images/bg_sec4.png);
}
#section4 table{
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #dee2e6;
	margin-bottom: 100px;
}
#section4 .table td,#section4 .table th {
    padding: 0.8rem;
}
#section5{
	padding: 80px 0;
	background-color: #FFFFFF;
	color: #000000;
}
#section5 h2{
	border-bottom: 4px solid #D70C18;
	margin-bottom: 4rem;
}
#section5 .stage_container > div{
		text-align: left;
}
#section5 .blk{
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 2px solid #646464;
}
#section5 .blk p{
    margin-top: 10px;
	padding-left: 102px;
	line-height: 2;
}
#section5 .blk p span{
    display: inline-block;
    width: 4rem;
    margin-right: 0.5rem;
	padding: 0.1rem;
	background-color: #595757;
    text-align: center;
    color: #FFFFFF;
    font-size: 0.8rem;
    letter-spacing: 0.2rem;
	border-radius: 2px;
}
	#section5 .txt_small{
		padding-left: 102px;
}
#section5 .txt_small p{
	padding-left: 5em!important;
	text-indent: -5em;
	margin-top: 0;
}


@media screen and (max-width: 768px){
	body{
		font-size: 15px;
	}
	#section5 .blk p{
		padding-left: 0px;
	}
	#section5 .txt_small{
		padding-left: 0px;
		font-size: 12px;
	}

}
@media screen and (max-width: 992px){
	#pageNav{
		display: none;
	}
}
.btn-yll{
    background-color: #EF8200;
}
.btn-hunergy{
    background-color: #72AE2D;
}
.btn-g-style{
    background-color: #1F286F;
}
.btn-cn{
    background-color: #36A0DA;
}
.btn-tomoya{
    background-color: #348039;
}
@media (hover: hover){
    .btn-yll:hover{
        background-color: #D36E00;
    }
    .btn-hunergy:hover{
        background-color: #649327;
    }
    .btn-g-style:hover{
        background-color: #192554;
    }
    .btn-cn:hover{
        background-color: #40BBF2;
    }
    .btn-tomoya:hover{
        background-color: #3F9941;
    }
}
.btn-top-description{
    margin-top: 2rem;
    padding: 11px;
    font-size: 1.25rem;
    color: #fff!important;
    border-radius: 0;
    position: relative;
}
.btn-top-description::after{
    content: "";
    width: 0.85rem;
    height: 0.85rem;
    border: 3px solid #fff;
    border-color: transparent #fff #fff transparent ;
    display: inline-block;
    transform: rotate(-45deg)
}

/* #pageNav
--------------------------- */
#pageNav {
	top: 0;
	right: 25px;
	width: 10px;
	text-align: center;
	position: fixed;
	z-index: 2;
}
#pageNav ul {
	width: 10px;
	display: block;
}
#pageNav ul li {
	padding-bottom: 5px;
	width: 15px;
	height: 15px;
	display: block;
	overflow: hidden;
	margin:20px 0;

	 -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pageNav ul li a {
	width: 15px;
	height: 15px;
	background-color: #CCCCCC;
	display: block;
}
#pageNav ul li.active a {
	background-color: #EC6C00;
}

/* #VIDEO
--------------------------- */
video.fullscreen { 
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50%, -50%);
}
/* #top_bg
--------------------------- */
.fullscreen { 
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50%, -50%);
}
.fit_img_out{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.fit_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: none;
    vertical-align: middle;
    display: block;
}

/* #FOOTER
--------------------------- */
.footer-top {
  padding: 45px 0 40px;
  background-color: #D70C18;
  margin: 0;
  color: #fff;
}

.footer-top a {
  color: #fff;
  /*font-weight: 600;*/
}

.footer-top a:hover {
  text-decoration: underline;
}

.footer-top .footer-widget h3 {
	font-size: 17px;
	line-height: 20px;
	color: #eee;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding-bottom: 12px;
	padding-top: 5px;
	margin-top: 0;
	margin-bottom: 18px;
}

.footer-top .footer-widget p {
  font-size: 13px;
  font-weight: 300;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  line-height: 20px;
  margin: 0 0 10px;
}

.footer-top .footer-widget ul li {
  font-size: 13px;
  font-weight: normal;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  line-height: 15px;
  margin-bottom: 10px;
}
.arrow {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.arrow:before {
    content: '';
    width: 13px;
    height: 13px;
    background: #fff;
		color: #D70C18;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
}
.arrow:after {
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 1px #D70C18;
    border-right: solid 1px #D70C18;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -3px;
}
.footer-top .footer-widget ul li i {
  margin-right: 4px;
}

.footer-top .footer-widget ul li span.l_title{
	background: #fff;
	color: #D70C18;
	font-size: 9px;
	font-weight: 600;
	line-height: 15px;
	margin-right: 5px;
	padding: 0 5px;
}
.footer-top .footer-widget ul li span.sp{
	letter-spacing: 0.18em;
}

/* Footer bottom */
.footer-bottom {
  width: 100%;
  background-color: #AF000B;
  color: #fff;
  margin: 0;
  padding: 0 0 18px 0;
  font-size: 14px;
  font-weight: 400;
}

.footer-bottom a {
  color: #fff;
  font-weight: 600;
  color: #FEE4E4;
  display: inline-block;
}

.footer-bottom a:hover {
  text-decoration: underline;
  color: #fff;
}

.footer-bottom a:visited {
  color: #FEE4E4;
  display: inline-block;
}

.credits {
  text-align: center;
  font-size: 13px;
  padding-top: 30px;
  color: #fff;
}

.credits p {
  margin-bottom: 0;
  font-size: 13px;
}

.credits p.small {
  font-size: 12px;
  margin-top: 5px;
}

.scrollToTop {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  text-align: center;
  font-weight: bold;
  color: #fff !important;
  font-size: 20px;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 99;
  display: none;
	background: rgba(114, 174, 45, 0.7);
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  opacity: 0.9;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.scrollToTop:hover {
	background: rgba(114, 174, 45, 1);
  text-decoration: none;
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
}



