html {
}
body {
	color: #5b5758;
	font-family:  'Noto Sans JP',"Yu Gothic Medium",YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    line-height: 160%;
	padding:0;
    width: 100%;
    overflow-x: hidden;
}
a{
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all  0.3s ease;
    color: #5b5758;
}
a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:active,
a:hover {
	text-decoration:none;
}
@media (min-width: 751px) {
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
}
.img-responsive {
	width:100%;
	height:auto;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.overlay{
    position:relative; 
}
.overlay:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/common/dot.gif);
    z-index: 1;
}
h1{
    margin: 0;
    padding: 0;
}
h2{
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    line-height: 130%;
    color: #1e1516;
}
h2 span{
    font-size: 16px;
	color: #5b5758;
    display: block;
    line-height: 150%;
    margin-top: .5em;
}
#wrapper{
    overflow: hidden;
}
ul,ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
/************************************************************
header
*************************************************************/
#header{
    position: absolute;
    z-index: 2;
    width: 100%;
}
.lead-title{
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    line-height: 150%;
    margin: 0;
    padding: 10px 2%;
    background-color: rgba(18,19,22,0.65);
    display: block;
    width: 96%;
}
#phone-header{
    display: none;
}
.header-inner{
    width: calc(100% - 20px);
    margin: 0 0 0 auto;
    display: flex;
    justify-content: space-between;
}
.header-inner .column-r{
    order: 2;
    width: 300px;
}
.header-inner .column-r dl{
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.header-inner .column-r dt{
    margin: 0;
    padding: 0;
    height: 60px;
    display: flex;
    align-items: center;
}
.header-inner .column-r dt a{
    color: #fff;
}
.header-inner .column-r dl dd {
    margin: 0;
    padding: 0;
}
.header-inner .column-r dl dd a{
    width: 140px;
    height: 50px;
    margin: 0;
    display: block;
    background: #d31132;
    text-align: center;
    padding: 5px 0;
}
.header-inner nav{
    width: calc(100% - 300px);
    max-width: 600px;
    order: 1;
}
.header-inner ul{
    display: flex;
    justify-content: space-between;
    align-items: top;
    width: 100%;
    margin-top: 5px;
}
.header-inner ul > li{
    line-height: 100%;
    white-space: nowrap;
}
.header-inner ul > li:not(:first-child){
    margin: 15px 0 0 0;
}
.header-inner ul li a{
    color: #fff;
    font-size: 15px;
}
.header-inner nav li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
}
.header-inner ol {
    padding-top: .8em;
}
.header-inner ol li a{
    font-size: 13px;
}
.header-inner nav ul li:hover > ol > li {
    height: 2rem;
    overflow: visible;
    white-space: nowrap;
}
#header figure{
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 12px;
    line-height: 180%;
    order: 2;
}
#header figure span{
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding-left: 16px;
    background: url(../images/common/phone-ic.svg) no-repeat;
    margin-left: 8px;
}
/************************************************************
ft-contact
*************************************************************/
#ft-contact{
    width: 100%;
    padding-top: 33%;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#ft-contact:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/common/dot.gif);
    z-index: 1;
}
#ft-contact .inner{
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 640px;
    z-index: 6;
}
.video_wrapper3 > video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100vw;
    min-height: 100%;
}
.video_wrapper3 > iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100vw;
    min-height: 100%;
}
#ft-contact p{
    font-size: 24px;
}
#ft-contact p span{
    display: block;
}
#ft-contact .ft-dial{
    margin: .5em 0 0 0;
    padding: 0;
    color: #fff;
    font-size: 12px;
    line-height: 180%;
    display: inline-block;  
}
#ft-contact .ft-dial span{
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding-left: 16px;
    background: url(../images/common/phone-ic.svg) no-repeat;
    margin-left: 8px;
}
#ft-contact a{
    background: #d31132;
    padding: 17px 0;
    color: #fff;
    width: 260px;
    border-radius: 6px;
    font-weight: bold;
    display: block;
    font-size: 18px;
    margin: 1em auto;
}
#ft-contact a:hover{
    background: #e50012;
}
/************************************************************
footer
*************************************************************/
#footer{
    width: 100%;
    padding: 90px 0;
    background: #232122;
}
#footer .footer-inner{
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
}
#footer .footer-inner nav ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
}
#footer .footer-inner nav ul li {
    margin: 1em 0;
}
#footer .footer-inner nav ul li a{
    color: #fff;
    font-size: 13px;
    position:relative;
}
#footer .footer-inner nav ul li a::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #e50012;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
#footer .footer-inner nav li a:hover::after {
  transform: scale(1, 1);
}
#footer .footer-inner nav ol li a{
    font-size: 12px;
    color: #6c7073;
    position:relative;
}
#footer .footer-inner nav ol li a::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #e50012;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}

#footer .footer-brand{
    text-align: center;
}
#footer .footer-brand ul{
    margin: 1em auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 120px;
}
#footer .footer-brand ul li{
    width: 30px;
}
#footer .footer-brand ul li img{
    width: 100%;
    height: auto;
}
#footer .footer-brand small{
    font-size: 11px;
    color: #6c7073;
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 740px) {
.lead-title{
    display: none;
}
/************************************************************
hm_menu_check
*************************************************************/
#phone-header{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 8px 0;
    background-color: rgba(255,255,255,0.9);
    position: fixed;
    z-index: 99;
}
#phone-header h1{
    margin-left: 10px;
}
#phone-header dl{
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
#phone-header dt{
    margin: 0;
    padding: 0;
    height: 50px;
    display: flex;
    align-items: center;
    background: #000;
    width: calc(100% - 140px);
}
#phone-header dt a{
    color: #fff;
}
#phone-header dl dd {
    margin: 0;
    padding: 0;
}
#phone-header dl dd a{
    width: 140px;
    height: 40px;
    margin: 0;
    display: block;
    background: #d31132;
    text-align: center;
    padding: 5px 0;
}
#phone-header dl dd img{
    width: 100%;
    height: auto;
    max-width: 80px;
}
.hm_menu_check {
	display: none;
}
.hm_wrap {
	display: inline-block;
	position :fixed;
	top :0;
	left :0;
	width :100%;
}
.hm_btn {
	position: relative;
	top:68px;
	right:20px;
	width: 36px;
	height: 20px;
	cursor: pointer;
	display: block;
	float: right;
	z-index: 2;
	margin :0;
}
.hm_btn::after {
	bottom: 0;
}
.hm_btn::before,
.hm_btn::after {
	width: 36px;
	height: 2px;
	background: #1e1516;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
	transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
.hm_menu_wrap {
	width :100%;
	height :auto;
	position: absolute;
	left: -100%;
	top: 0;
	-webkit-transition: left 0.4s;
	transition: left 0.4s;
	background-color:#fff;
	height: 100vh !important;
	background-size:cover!important;
}
.hm_menu_check:checked ~ .hm_title {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.hm_menu_check:checked ~ .hm_btn::before {
	background: #1e1516;
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(6px, 6px, 0);
	transform: rotate(45deg) translate3d(6px, 6px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
	background: #1e1516;
	-webkit-transform: rotate(-45deg) translate3d(7px, -7px, 0);
	transform: rotate(-45deg) translate3d(7px, -7px, 0);
}
.hm_menu_check:checked ~ .hm_menu_wrap {
	left: 0;
}
.hm_menu_inner{
    width: 90%;
    margin: 100px auto 0 auto;
}
.hm_menu_wrap .ac li{
    height: 50px;
    border-bottom: 1px solid #ddd;
    line-height: 50px;
    cursor: pointer;
    padding-left: 10px;
}
.hm_menu_wrap .ac li:hover{
    background: #f7f7f7;
}
.ac li a{
    display: block;
}
.ac-parent{
    position: relative;
}
.ac-parent:after{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid;
    border-color:  transparent transparent #1e1516 #1e1516;
    transform: rotate(-45deg);
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.ac-child {
    display: none;
    font-size: 13px;
}
.ac-child li{
    position: relative;
    padding-left: 25px !important;
}
.ac-child li:after{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border: 1px solid;
    border-color: #5b5758 #5b5758 transparent transparent;
    transform: rotate(45deg);
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.ac-ft{
    margin: 50px 0 0 0;
    font-size: 12px;
    text-align: center;
}
.ac-ft span{
    display: block;
    padding-top: .3em;
}
/************************************************************
header
*************************************************************/
#header{
    position: static;
}
.header-inner {
    display: none;
}
/************************************************************
ft-contact
*************************************************************/
#ft-contact{
    padding-top: 40%;
}
}
@media screen and (max-width: 640px) {
/************************************************************
footer
*************************************************************/
#footer .footer-inner nav ul li:last-child {
    width: 100%;
}
}
@media screen and (max-width: 570px) {
/************************************************************
ft-contact
*************************************************************/
#ft-contact{
    padding-top: 90%;
}
.video_wrapper3 > video {
    width: 220vw;
    min-height: auto;
    height: 100vh;
}
}
@media screen and (max-width: 480px) {
h2{
    text-align: left;
}
#ft-contact p{
    font-size: 6vw;
}
#ft-contact a{
    width: 250px;
}
}
@media screen and (max-width: 460px) {
/************************************************************
footer
*************************************************************/
#footer .footer-inner nav ul li {
    width: 100%;
}
#footer .footer-inner nav ul li a{
    font-size: 16px;
}
}
@media screen and (max-width: 350px) {
}
@media screen and (max-width: 300px) {
}