@charset "utf-8";
	/*---------------------------------------
		layout
	---------------------------------------*/
.ly_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.complete .ly_header {
  position: static;
}
.ly_header_inner {
	margin: 0 auto;
	max-width: 3000px;
	width: 100%;
}
.ly_mv {
  margin: 0 auto;
  max-width: 3000px;
  width: 100%;
  position: relative;
}
.ly_sec {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.ly_sec.ly_sec__last {
  padding-bottom: 0;
}
.ly_sec::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 50%;
  width: 2px;
  height: 50px;
  background-color: #002444;
}
.ly_sec.ly_sec__p60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ly_sec.ly_sec__noline::before {
  content: none;
}
.ly_sec_heading {
  margin: 0 auto 40px;
  padding: 0 20px;
  max-width: 1540px;
  width: 100%;
  overflow: hidden;
}
.ly_sec_inner,
.ly_sec_cont {
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
}
.ly_sec_cont.ly_sec_cont__w640 {
  max-width: 677px;
}
.ly_sec_cont.ly_sec_cont__lerge {
  max-width: 1407px;
	padding: 0 20px;
	margin: 0 auto;
}
.ly_subSec {
  margin-bottom: 90px;
}
.ly_subSec:last-child {
  margin-bottom: 0;
}
.ly_sec_ctaArea {
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 80px;
  max-width: 780px;
  width: 100%;
}
.ly_sec_ctaArea.ly_sec_ctaArea__top {
  padding: 50px 20px 0;
}
.ly_footer {
  padding-top: 50px;
  padding-bottom: 50px;
	background: #002444;
	color: #fff;
}
.ly_footer_inner {
  margin: 0 auto;
	max-width: 1540px;
	width: 100%;
	padding: 0 20px;
}
@media screen and (max-width:1199px) {
  .ly_footer {
    padding-top: 40px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .ly_sec {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .ly_sec_ctaArea {
    padding-bottom: 45px;
  }
  .ly_sec_ctaArea.ly_sec_ctaArea__top {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .ly_sec::before {
    height: 25px;
  }
  .ly_sec_heading {
    margin-bottom: 35px;
  }
  .ly_subSec {
    margin-bottom: 70px;
  }
  .ly_sec.ly_sec__p60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ly_sec.ly_sec__contact {
    padding-top: 40px;
  }
  .ly_footer {
    padding-top: 30px;
    padding-bottom: 100px;
  }
}
/*---------------------------------------
	footer
---------------------------------------*/
.bl_footerUnit {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  align-items: center;
  flex-wrap: wrap;
}
.bl_footerCompany {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bl_footerCompany_brand {
  margin-right: 40px;
  font-size: 2rem;
}
.bl_footerCompany_desc {
	line-height: 2.1875;
}
.bl_footerNav {
  display: flex;
}
.bl_footerNav_item {
  margin-right: 30px;
  width: 300px;
}
.bl_footerNav_item:last-child {
  margin-right: 0;
}
@media (max-width:1199px){
  .bl_footerNav {
    display: none;
  }
}
@media (max-width:767px){
  .bl_footerCompany_brand {
    margin-right: 0;
    margin-bottom: 25px;
    font-size: 1.7rem;
  }
  .bl_footerNav {
    display: none;
  }
  .bl_footerCompany {
    display: block;
  }
	.footer_logo,
	.footerBtm {
		display: none;
	}
}

@media (min-width:768px){
	#footer .inner {
		padding: 35px 25px 35px 30px;
	}
	.footerTop {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.footer_logo {
		width: 16%;
	}
	.footerTop_block {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;

		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer_name {
		margin-left: 15px;
	}
	.footerTop_box {
		margin-left: 35px;
	}
	.footer_company {
		margin-bottom: 20px;
	}
	.footerBtm {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		-webkit-align-content: center;
		align-content: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.fotter_btn:first-child {
		width: 250px;
	}
	.fotter_btn:last-child {
		width: 300px;
	}
	.fotter_btn:nth-child(n+2) {
		margin-left: 35px;
	}
}

@media (min-width:1200px){
	.footer_block {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-betweens;
		justify-content: space-between;
		-webkit-align-content: center;
		align-content: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footerTop_block {
		padding: 20px 0;
	}
	.footer_logo {
		width: 22.2%;
		max-width: 155px;
	}
	.footerTop {
		width: calc(100% - 445px);
		margin-bottom: 0;
	}
	.footer_name {
		margin-left: 15px;
	}
	.footerTop_box {
		margin-left: 15px;
	}
	.footerBtm {
		width: 445px;
	}
	.fotter_btn:first-child {
		width: 160px;
	}
	.fotter_btn:last-child {
		width: 260px;
	}
	.fotter_btn:nth-child(n+2) {
		margin-left: 20px;
	}
}

@media (min-width:1400px){
	.footerTop {
		width: calc(100% - 575px);
	}
	.footer_name {
		margin-left: 25px;
	}
	.footerTop_box {
		margin-left: 35px;
	}
	.footerBtm {
		width: 575px;
	}
	.fotter_btn:first-child {
		width: 250px;
	}
	.fotter_btn:last-child {
		width: 300px;
	}
	.fotter_btn:nth-child(n+2) {
		margin-left: 25px;
	}
}

_:-ms-lang(x)::-ms-backdrop, .fotter_btn {
	height: 77px;
}

	/*---------------------------------------
		element
	---------------------------------------*/
.el_btn {
  display: inline-block;
  width: 400px;
  max-width: 100%;
  padding: 15px 10px;
  background-color: #002444;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  text-decoration: none;
  transition: .25s;
}
.el_button {
	cursor: pointer;
	position: relative;
  width: 400px;
  max-width: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
  font-size: 2.8rem;
	padding: 0.5em 1em;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	transition: ease-out 0.12s;
  background-color: #002444;
  border: 4px solid transparent;
}
.el_button:focus,
.el_button:hover {
  background-color: #fff;
  border-color: #002444;
  color: #002444;
}
.el_button.el_button__gold {
  background-color: #ac8e18;
}
.el_button.el_button__gold:focus,
.el_button.el_button__gold:hover {
  background-color: #fff;
  border-color: #ac8e18;
  color: #ac8e18;
}
.el_button.el_button__outline {
  color: #002444;
  background-color: #fff;
  border-color: #002444;
}
.el_button.el_button__break {
  padding-top: 0.2em ;
  padding-bottom: 0.2em;
  line-height: 1.4;
  flex-direction: column;
}
.el_button.el_button__outline:focus,
.el_button.el_button__outline:hover {
  background-color: #002444;
  border-color: #fff;
  color: #fff;
}
.el_button.el_button__arrow {
  padding-right: 1.5em;
  padding-left: 1.38em;
}
.el_button.el_button__arrow::after {
  content: '\e5c8';
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: .83em;
  font-family: 'Material Icons';
  transform: translateY(-50%);
}
.el_btn:focus,
.el_btn:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #002444;
}
.el_btn.el_btn__arrowRight {
  position: relative;
  padding-right: 2em;
  padding-left: 1.38em;
}
.el_btn.el_btn__arrowRight::after {
  content: '\e5c8';
  position: absolute;
  top: 50%;
  right: .83em;
  font-family: 'Material Icons';
  font-weight: 700;
  transform: translateY(-50%);
}
.el_btn.el_btn__bgGold {
  background-color: #ac8e18;
}
.el_btn.el_btn__bgGold:focus,
.el_btn.el_btn__bgGold:hover {
  background-color: #fff;
  color: #ac8e18;
}
.el_btn_break {
  display: block;
  font-size: 1.6rem;
}

.el_btnLine {
  padding: 10px;
  width: 400px;
  height: 80px;
  max-width: 100%;
  position: relative;
  color: #fff;
  font-size: 2.8rem;
  text-decoration: none;
  transition: 0.25s;
  line-height: 1.5;
  text-align: center;
  background-color: #06c755;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/*
.el_btnLine:focus,
.el_btnLine:hover {
  background-color: #fff;
  color: #06c755;
}
*/
.el_btnLine::before {
  margin-right: 25px;
  content: '';
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url(../img/icon_line_02.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.el_btnLabel {
  font-size: 1em;
}
.el_btnLabelSmall {
  font-size: 0.57em;
}

.el_secHeading_ttl {
  margin: -52px auto 0;
  max-width: 1000px;
  width: 100%;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
  text-align: right;
  /*transform: translateY(-42px);*/
}
.el_secHeading_en {
  font-family: 'Mukta', sans-serif;
  font-size: 15rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.045em;
  opacity: 0.2;
}
.el_lv2Heading {
  margin-bottom: 60px;
  font-size: 6.0rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.el_lv3Heading {
  margin-bottom: 30px;
  font-size: 3.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
.el_lv3Heading.el_lv3Heading__lerge {
  margin-bottom: 60px;
  font-size: 6.0rem;
}
.el_lv3Heading.el_lv3Heading__mb100 {
  margin-bottom: 100px;
}
.el_worksHeading {
  margin: 0 auto 45px;
  max-width: 639px;
  width: 100%;
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.66;
  position: relative;
  min-height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.el_worksHeading::before {
  content: '';
  border: 2px solid #111;
  border-right: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: calc(100% - 8px);
  transform: translateY(-50%);
}
.el_worksHeading::after {
  content: '';
  border: 2px solid #111;
  border-left: none;
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: calc(100% - 8px);
  transform: translateY(-50%);
}
.el_mvLead {
  padding: 50px 0;
  font-size: 1.4rem;
  line-height: 2.142;
}
@media screen and (max-width: 767px) {
  .el_mvLead {
    padding: 10px 0;
  }
}
.el_slideAllow {
  width: 60px;
  height: 60px;
  z-index: 1;
}
.el_slideAllow::before,
.el_slideAllow::after {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  color: #002444;
  font-family: 'Material Icons';
  font-size: 40px;
  line-height: 1;
}
.el_slideAllow:hover {
  opacity: 1;
}
.el_slideAllow::before {
  content: '\e5cb';
}
.el_slideAllow.el_slideAllow__next::before {
  content: '\e5cc';
}
.el_label {
  display: inline-block;
  padding: .3em .5em;
  background-color: #1c1c1c;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}
.el_number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  color: #fff;
  font-size: 5rem;
  font-weight: 400;
  background-color: #1c1c1c;
}
@media screen and (max-width: 991px) {
  .el_secHeading_en {
    font-size: 10.5rem;
  }
}
@media screen and (max-width: 767px) {
  .el_secHeading_en {
    font-size: 7.5rem;
  }
  .el_secHeading_en.el_secHeading__spSizeSmall {
    font-size: 6rem;
    letter-spacing: -0.045em;
    transform: translateY(-5px);
  }
  .el_secHeading_ttl {
    margin-top: -28px;
    font-size: 3rem;
    /*transform: translateY(-21px);*/
  }
  .el_lv3Heading {
    margin-bottom: 25px;
    font-size: 2.1rem;
  }
  .el_lv3Heading.el_lv3Heading__lerge,
  .el_lv2Heading {
    margin-bottom: 30px;
    font-size: 3.0rem;
  }
  .el_lv3Heading.el_lv3Heading__mb100 {
    margin-bottom: 40px;
  }
  .el_worksHeading {
    margin-bottom: 30px;
    font-size: 1.9rem;
    min-height: 49px;
  }
  .el_worksHeading::before,
  .el_worksHeading::after {
    width: 10px;
    height: calc(100% - 4px);

  }
  .el_slideAllow {
    width: 30px;
    height: 30px;
    left: -8px;
  }
  .el_slideAllow.el_slideAllow__next {
    right: -8px;
    left: auto;
  }
  .el_slideAllow::before,
  .el_slideAllow::after {
    font-size: 20px;
  }
  .el_btnLine {
    width: 250px;
    height: 60px;
    font-size: 2.0rem;
  }
  .el_btnLine::before {
    margin-right: 20px;
    width: 25px;
    height: 25px;
  }
  .el_button {
    padding: 0.65em 1em;
    font-size: 2rem;
    border-width: 2px;
  }
  .el_button.el_button__arrow::after {
    right: .50em;
  }
  .el_button.el_button__break {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    line-height: 1.5;
  }
  .el_number {
    width: 50px;
    height: 50px;
    font-size: 4rem;
  }
  .el_btnLabelSmall {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 374px) {
  .el_secHeading_en.el_secHeading__spSizeSmall {
    font-size: 5.5rem;
  }
}
/*======================================
	Block
=======================================*/
.bl_horizBtnList {
  display: flex;
  justify-content: center;
}
.bl_horizBtnList > *:last-child {
  margin-right: 0;
}
.bl_horizBtnList > li {
  /*flex: 1 1 0;*/
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  max-width: 400px;
  margin-right: 60px;
}
.bl_horizBtnList .el_button {
  width: 100%;
  height: 100%;
  min-height: 70px;
}
@media screen and (max-width: 767px) {
  .bl_horizBtnList {
    flex-direction: column;
    align-items: center;
  }
  .bl_horizBtnList > li {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .bl_horizBtnList > *:last-child {
    margin-bottom: 0;
  }
}
.bl_secHeading {
  margin: 0 auto;
  padding: 0 20px;
  display: block;
  line-height: 1;
  max-width: 1540px;
  width: 100%;
  overflow: hidden;
}
.bl_secHeading_ttl {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
  text-align: right;
  transform: translateY(-42px);
}
.bl_secHeading_en {
  font-family: 'Mukta', sans-serif;
  font-size: 14rem;
  font-weight: 800;
  letter-spacing: 0.025em;
  opacity: 0.2;
}
.bl_secLead {
  margin-bottom: 65px;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.1875;
}
.bl_secLead.bl_secLead__showroom {
  margin-bottom: 40px;
}
.bl_headerConts {
	display: flex;
  align-items: flex-start;
	justify-content: space-between;
}
.bl_headerUnits {
	background: #441000;
  max-width: 200px;
  min-width: 100px;
	width: 10.4%;
	z-index: 99;
}
.bl_headerUnits_logo {
  width: 100%;
}
.bl_gnav {
  padding: 25px 60px;
  background: #441000;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.bl_gnav_item:nth-child(n+2) {
	margin-left: 55px;
}
.bl_gnav_item > a {
  color: #fff;
  line-height: 1;
  font-size: 2rem;
}
.bl_gnav_item > a > span {
  display: none;
}
.bl_mv {
  width: 100%;
}
.bl_mv_inr {
  margin: 0 auto;
  max-width: 3000px;
  width: 100%;
  position: relative;
}
.bl_mv_btmArea {
  padding: 0 20px;
  width: 100%;
  position: relative;
}
.bl_mv_btmArea .bl_horizBtnList {
  padding: 0 calc(25% + 2.6%);
}
.bl_mv_btmArea .bl_horizBtnList > li {
  margin-right: 3.125vw;
}
.bl_mv_btmArea .bl_horizBtnList > li:last-child {
  margin-right: 0;
}
.bl_mv_img {
  margin-bottom: 50px;
  /*padding-left: 15.625%;*/
  padding-left: 300px;
  width: 100%;
  position: relative;
}
.bl_mv_img img {
  width: 100%;
}
.bl_mv_lead {
  margin-bottom: -0.5vw;
  padding-left: 2.6%;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.4;
  position: absolute;
  bottom: 0;
  left: 0;
}
.bl_mv_lead {
  font-size: 25px;
}

@media screen and (min-width: 768px) {
  .bl_mv_lead {
    font-size: calc(2.17014vw + 8.33333px);
  }
}

@media screen and (min-width: 1920px) {
  .bl_mv_lead {
    font-size: 50px;
  }
}
.bl_mv_catch {
  position: absolute;
  top: 0;
  left: 2.6%;
  font-size: 16px;
  line-height: 1;
  width: 25%;
}
/*
@media screen and (min-width: 768px) {
  .bl_mv_lead  {
    font-size: calc(2.60417vw + 0px);
  }
}
@media screen and (min-width: 1920px) {
  .bl_mv_lead  {
    font-size: 50px;
  }
}
*/
@media screen and (min-width: 768px) {
  .bl_mv_catch {
    font-size: calc(1.21528vw + 6.66667px);
  }
}

@media screen and (min-width: 1920px) {
  .bl_mv_catch {
    font-size: 30px;
  }
}
.bl_mv_txt {
	position: absolute;
	top: calc(100% - 130px);
	left: 0;
}
.bl_mv_btn {
  display: flex;
  justify-content: center;
}
.bl_mv_btn > p {
  flex: 1 1 0;
  max-width: 400px;
  margin-right: 20px;
}
.bl_mv_btn .el_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
}
/*
.bl_drawer {
	position: absolute;
  top: 30px;
  right: 25px;
	display: none;
}
.bl_drawer_icon {
	display: inline-block;
	position: relative;
	z-index: 9999;
	text-align: center;
	cursor: pointer;
  width: 17.5px;
  height: 17.5px;
}
.bl_drawer_open {
  position: absolute;
  width: 17.5px;
  height: 17.5px;
  right: 26px;
  z-index: 0;
  top: 31px;
}
.bl_drawer_icon >  img {
	vertical-align: baseline;
}
.bl_drawer_icon::after {
	content: '';
	position: absolute;
	display: block;
	background: #002444;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin: -11px 0 0 -11px;
	z-index: -1;
}
*/
.headerBtm_box {
  display: none !important;
}



@media screen and (max-width: 1919px) {
  .bl_mv_img {
    padding-left: 15.625%;
  }
}
@media screen and (max-width: 1199px) {
  .bl_mv_img {
    margin-bottom: 25px;
  }
  .bl_mv_lead {
    padding-left: 20px;
  }
  .bl_mv_catch {
    margin-bottom: 30px;
    position: static;
    width: 100%;
  }
  .bl_mv_btmArea .bl_horizBtnList {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .bl_gnav {
    padding-top: 50px 20px;
    flex-direction: column;
    text-align: center;
  }
  .bl_gnav_item:nth-child(n+2) {
    margin-left: 0;
  }
  .bl_gnav_item {
    margin-bottom: 50px;
  }

  .bl_gnav_item > a > span {
    display: block;
    font-family: 'Mukta', sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1;
    padding-top: 5px;
    opacity: 0.2;
  }
  .bl_drawer {
    display: block;
  }
  .bl_drawer_content {
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
    z-index: 100;
    width: 100%;
    height: 100vh;
    background: #002444;
    transition: all linear .2s;
    color: #111;
  }
  .bl_drawer_content.is_active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

}
@media screen and (max-width: 768px) {
  .bl_headerUnits {
    width: 100px;
  }
  .bl_gnav_item > a {
    font-size: 1.4rem;
  }
  .bl_mv_img {
    margin-bottom: 15px;
    padding-left: 20px;
  }
  .bl_mv_lead {
    margin-top: 25px;
    margin-bottom: 15px;
    padding-left: 0;
    position: static;
    font-size: 30px;
  }
  .bl_mv_txt {
    padding-left: 20px;
    position: static;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .bl_mv_btmArea .bl_horizBtnList > li {
    margin-right: 0;
  }
}
.bl_photoList {
  margin: 0 auto 80px;
  max-width: 750px;
  width: 100%;
}
.bl_photoList_main {
  margin: 0 auto 30px;
  max-width: 640px;
  width: 100%;
}
.bl_photoList_thumb {
  margin-left: -5px;
}
.bl_photoList_thumb_item {
  margin-left: 5px;
  position: relative;
  cursor: pointer;
}
.bl_photoList_thumb .bl_photoList_thumb_item::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	transition: all 0.3s;
}
.bl_photoList_thumb .bl_photoList_thumb_item.slick-current::after {
	background: none;
}

.bl_dataBlock {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}

.bl_dataBlock_imgWrapper {
  flex: 0 1 50%;
  margin-right: 2%;
}

.bl_dataBlock_imgWrapper > img {
  width: 100%;
}

.bl_dataBlock_body {
  flex: 1;
}

.bl_dataBlock_body > *:last-child {
  margin-bottom: 0;
}

.bl_dataBlock_ttl {
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: bold;
}
.bl_dataBox {
  padding: 40px;
  border: 1px solid #1c1c1c;
}
.bl_dataBox_item {
  margin-bottom: 20px;
  display: flex;
  line-height: 1.2;
}
.bl_dataBox_item:last-child {
  margin-bottom: 0;
}
.bl_dataBox_ttl {
  width: 180px;
  font-weight: 600;
}
.bl_dataBox_desc {
  flex: 1;
}
.bl_txtBlockUnit .bl_txtBlock {
  margin-bottom: 50px;
}
.bl_txtBlockUnit .bl_txtBlock:last-child {
  margin-bottom: 0;
}
.bl_txtBlock_ttl {
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 3px solid #1d1d1d;
  font-size: 2rem;
  line-height: 1.5;
}
.bl_txtBlock_txt {
  margin-bottom: 10px;
  line-height: 2.18;
}
.bl_txtBlock_txt:last-child {
  margin-bottom: 0;
}
.bl_caseBlock_img {
  margin: 0 1.04vw;
  position: relative;
  overflow: hidden;
}
.bl_caseBlock_img::before {
  content: '';
  padding-top: 75.2%;
  display: block;
  width: 100%;
  height: 0;
}
.bl_caseBlock_img > img,
.bl_caseBlock_img > video {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
  object-fit: cover;
}
.bl_cta {
  padding: 45px 47px;
  background-color: #fff;
  border: 4px solid #06c755;
  text-align: center;
}
.bl_cta > *:last-child {
  margin-bottom: 0;
}
.bl_cta_ttl {
  margin-top: -6px;
  margin-bottom: 20px;
  line-height: 1.47;
  color: #06c755;
  font-size: 3.4rem;
  font-weight: 600;
}
.bl_cta_txt {
  margin-bottom: 35px;
  line-height: 2.1875;
  text-align: left;
}
/*---------------------------------------
	cta
---------------------------------------*/
.bl_ctaFull {
  width: 100%;
  color: #fff;
  text-align: center;
}
.bl_ctaFull > *:last-child {
  margin-bottom: 0;
}
.bl_ctaFull_ttl {
  margin-bottom: 25px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
}
.bl_ctaFull_ttlSub {
  margin-bottom: 20px;
  font-size: 2.8rem;
  display: block;
}
.bl_ctaFull_ttlMain {
  font-size: 4rem;
  display: block;
}
.bl_ctaFull_txt {
  margin-bottom: 35px;
  line-height: 2.1875;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .bl_ctaFull_ttlSub {
    margin-bottom: 10px;
    font-size: 2.1rem;
  }
  .bl_ctaFull_ttlMain {
    font-size: 3.0rem;
  }
  .bl_ctaFull_txt {
    margin-bottom: 20px;
    line-height: 1.785;
  }
}
.bl_phone {
  margin: 20px auto;
  padding: 20px 15px 30px;
  max-width: 780px;
  width: calc(100% - 40px);
  border: 3px double #000;
  text-align: center;
}
.bl_phone__title {
  margin-bottom: 1rem;
  font-size: 2rem;
}
.bl_phone__number {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
}
.bl_phone__number img {
  width: 2.5rem;
  height: 2.5rem;
  vertical-align: middle;
  position: relative;
  top: -0.2rem;
}
.bl_phone__time {
  font-size: 1.5rem;
}

.bl_contact_wrap .el_lv3Heading {
  line-height: 1.5;
}
.bl_contact_list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.bl_contact_list:last-of-type {
  margin-bottom: 0;
}
.bl_contact_list.bl_contact_list__break {
  align-items: flex-start;
}
.bl_contact_ttl {
  margin-right: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
  align-items: center;
	width: 310px;
}
.bl_contact_list__break .bl_contact_ttl {
  padding: 10px 0;
}
.bl_contact_content {
	flex: 1;
  position: relative;
}
.bl_contact_formList li {
  margin-bottom: 15px;
}
.bl_contact_formList li:last-child {
  margin-bottom: 0;
}
.bl_contact_formList__row li {
  margin-bottom: 0;
  display: inline-block;
  white-space: nowrap;
}
.bl_contact_privacy {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
  margin-top: 45px;
}
.bl_contact_privacy a {
	color: #1c1c1c;
	text-decoration: underline;
}
.bl_contact_privacy .formError {
  left: 50% !important;
  transform: translateX(-50%);
}
.bl_contact_submit {
  margin-top: 60px;
  text-align: center;
}

.bl_halfMedia {
  display: flex;
}
.bl_halfMedia_imgWrapper {
  flex: 0 1 50%;
  margin-right: 5%;
}
.bl_halfMedia_imgWrapper > img {
  width: 100%;
}
.bl_halfMedia_body {
  flex: 1;
}
.bl_halfMedia_body > *:last-child {
  margin-bottom: 0;
}
.bl_halfMedia_ttl {
  margin-bottom: 30px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.607;
  text-align: center;
}
.bl_halfMedia_txt {
  line-height: 2.1875;
}
.bl_halfMedia_ttl .el_number {
  margin-bottom: 20px;
  display: flex;
}
.bl_halfMedia_imgWrapper .el_number {
  display: none;
}

.bl_halfMedia.bl_halfMedia__rev {
  flex-direction: row-reverse;
}

.bl_halfMedia__rev .bl_halfMedia_imgWrapper {
  margin-right: 0;
}

.bl_halfMedia__rev .bl_halfMedia_body {
  margin-right: 5%;
  text-align: left;
}
.bl_strength {
  padding-top: 30px;
}
.bl_strength_sec {
  margin-bottom: 100px;
}
.bl_strength_sec:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .bl_halfMedia {
    display: block;
  }
  .bl_halfMedia_imgWrapper {
    margin-right: 0;
    margin-bottom: 40px;
    position: relative;
  }
  .bl_halfMedia_ttl .el_number {
    display: none;
  }
  .bl_halfMedia_imgWrapper .el_number {
    position: absolute;
    bottom: -25px;
    left: -7px;
    display: flex;
  }
  .bl_halfMedia_ttl {
    margin-bottom: 15px;
    font-size: 1.9rem;
    line-height: 1.578;
  }
  .bl_halfMedia_txt {
    padding: 0 17.5px;
    line-height: 1.785;
  }
  .bl_media__rev .bl_halfMedia_body {
    margin-right: 0;
  }
  .bl_strength_sec {
    margin-bottom: 35px;
  }
  .bl_contact_privacy {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .bl_contact_submit {
    margin-top: 35px;
  }
  .bl_strength {
    padding-top: 0;
  }
}
.bl_showroomMedia {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.bl_showroomMedia_imgWrapper {
  flex: 0 1 30.95%;
  margin-right: 5.95%;
}
.bl_showroomMedia_movie {
  position: relative;
  width: 100%;
  padding-top: 177%;
  overflow: hidden;
}
.bl_showroomMedia_movie > video {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}
.bl_showroomMedia_imgWrapper > img {
  width: 100%;
}
.bl_showroomMedia_body {
  flex: 1;
}
.bl_showroomMedia_txt {
  line-height: 2.1875;
}
@media screen and (max-width: 767px) {
  .bl_showroomMedia {
    display: block;
  }
  .bl_showroomMedia_imgWrapper {
    margin: 0 auto 20px;
    width: 38.8%;
  }
}
.bl_showroomPhoto {
  margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.bl_showroomPhoto_left {
	width: 49%;
}
.bl_showroomPhoto_right {
	width: 49%;
  display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.bl_showroomPhoto_unit {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  width: 60%;
}
.bl_showroomPhoto_block {
	width: 37%;
}
.bl_showroomPhoto_img02, .bl_showroomPhoto_img03 {
	width: 100%;
}
.bl_showroomPhoto_img02 {
  margin-bottom: 25px;
}
.bl_showroomIntro {
  padding: 60px 6% 60px 6%;
}
.bl_showroomIntro_ttl {
  margin-top: -10px;
  margin-bottom: 35px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
.bl_showroomIntro_cont {
  padding-left: 4%;
}
@media screen and (max-width: 767px) {
  .bl_showroomPhoto {
    margin-bottom: 40px;
    display: block;
  }
  .bl_showroomPhoto_left {
    margin-bottom: 20px;
    width: 100%;
  }
  .bl_showroomPhoto_right {
    width: 100%;
  }
  .bl_showroomPhoto_img02 {
    margin-bottom: 13px;
  }
  .bl_showroomIntro {
    margin: 0 calc(50% - 50vw);
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    width: 100vw;
  }
  .bl_showroomPhoto_img02 {
    margin-bottom: 13px;
  }
  .bl_showroomIntro_cont {
    padding-left: 0;
  }
  .bl_showroomIntro_ttl {
    margin-bottom: 15px;
    font-size: 1.9rem;
    line-height: 1.578;
  }
  .bl_showroomMedia_txt {
    padding: 0;
    line-height: 1.785;
  }
}
.bl_accordion {
	padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #bbbbbb;
}
.bl_accordion:first-child {
  padding-top: 0;
}
.bl_accordion_body + dt {
  margin-top: 20px;
}

.bl_accordion_btn {
  padding: 10px 40px 10px 50px;
  position: relative;
  display: block;
  width: 100%;
  color: #1c1c1c;
  font-size: 2.0rem;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  transition: .25s;
}

.bl_accordion_btn::before {
  content: '\e5cf';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  font-family: 'Material Icons';
  font-size: 30px;
  line-height: 1;
  transform: translateY(-50%);
}
.bl_accordion_btn.is_active::before {
  content: '\e5ce';
}
.bl_accordion_btn::after {
  margin-top: 2px;
  content: '\e0b9';
  font-size: 30px;
  line-height: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: 'Material Icons';
}
.bl_accordion_btn:hover {
  opacity: 0.6;
}

.bl_accordion_body {
  padding: 5px 0;
  display: none;
  line-height: 2.1875;
}
.bl_accordion_body > *:last-child {
  margin-bottom: 0;
}

.bl_accordion_body.is_active {
  display: block;
}

.bl_accordion_txt {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .bl_accordion_btn {
    padding-left: 40px;
    font-size: 1.7rem;
    line-height: 1.617;
  }
  .bl_accordion_btn::before,
  .bl_accordion_btn::after {
    top: 15px;
    transform: translateY(0);
  }
  .bl_accordion_btn::after {
    font-size: 20px;
  }
  .bl_accordion_body {
    line-height: 1.785;
  }
}
@media screen and (max-width: 767px) {
  .bl_secLead {
    margin-bottom: 35px;
    font-size: 1.4rem;
    line-height: 1.785;
  }
  .bl_secHeading_en {
    font-size: 7rem;
  }
  .bl_secHeading_ttl {
    font-size: 3rem;
    transform: translateY(-21px);
  }
  .bl_photoList {
    margin-bottom: 30px;
  }
  .bl_photoList_main {
    padding: 0 7px;
  }
  .bl_photoList_thumb {
    margin: 0 calc(50% - 50vw - 5px);
    overflow: hidden;
    width: calc(100vw + 5px);
  }
  .bl_dataBlock {
    margin-bottom: 35px;
    display: block;
  }

  .bl_dataBlock_imgWrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .bl_dataBox {
    padding: 20px;
  }
  .bl_dataBox_item {
    margin-bottom: 15px;
  }
  .bl_dataBox_ttl {
    width: 140px;
  }
  .bl_txtBlock_ttl {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .bl_txtBlock_txt {
    line-height: 1.785;
  }
  .bl_txtBlockUnit .bl_txtBlock {
    margin-bottom: 35px;
  }
  /*
  .bl_caseBlock {
    margin-left: -25px;
  }
  */
  .bl_caseBlock_img {
    margin: 0 12px;
  }
  .bl_cta {
    padding: 35px 18px 20px;
    border-width: 2px;
  }
  .bl_cta_ttl {
    margin-bottom: 20px;
    font-size: 2.1rem;
    line-height: 1.428;
  }
  .bl_cta_txt {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.785;
  }
  .bl_contact_list {
    margin-bottom: 25px;
  }
  .bl_contact_formList__row li {
    margin-bottom: 10px;
    display: block;
  }
  .bl_contact_ttl {
    margin-right: 0;
    margin-bottom: 8px;
    width: 100%;
  }
  .bl_contact_list__break .bl_contact_ttl {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.bl_faq_wrap {
  padding-top: 20px;
}
.bl_faq {
  margin-bottom: 15px;
  padding-bottom: 40px;
  position: relative;
  border-bottom: 1px solid #bbbbbb;
}
/*
.bl_faq::before {
  content: '\e5cf';
  position: absolute;
  bottom: 15px;
  left: 50%;
  display: block;
  font-family: 'Material Icons';
  font-size: 30px;
  line-height: 1;
  transform: translateX(-50%);
}
.bl_faq.is_active::before {
  content: '\e5ce';
}
*/
.bl_faq_icon {
  position: absolute;
  bottom: 15px;
  left: 50%;
  display: block;
  /*width: 100%;*/
  font-family: 'Material Icons';
  font-size: 30px;
  line-height: 1;
  text-align: center;
  transform: translateX(-50%);
  cursor: pointer;
}
.bl_faq_icon > i {
  font-size: 30px;
}
.bl_faq.is_active .bl_faq_iconOpen,
.bl_faq .bl_faq_iconClose {
  display: inline-block;
}
.bl_faq.is_active .bl_faq_iconClose,
.bl_faq .bl_faq_iconOpen {
  display: none;
}
.bl_faq_btn {
  padding: 15px 0 15px 45px;
  position: relative;
  display: block;
  width: 100%;
  color: #1c1c1c;
  font-size: 2.0rem;
  line-height: 1.8;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  transition: .25s;
}
.bl_faq_btn::before {
  content: '\e8af';
  position: absolute;
  top: 20px;
  left: 0;
  display: block;
  font-family: 'Material Icons';
  font-size: 30px;
  line-height: 1;
}
.bl_faq_a {
	padding: 0 0 10px 45px;
	display: none;
	line-height: 2.1875;
}
@media screen and (max-width: 767px) {
  .bl_faq_btn {
    padding-left: 35px;
    font-size: 1.7rem;
    line-height: 1.617;
  }
  .bl_faq_a {
    padding-left: 35px;
    line-height: 1.785;
  }
  .bl_faq_btn::before {
    font-size: 20px;
  }
}

.bl_drawer {
  display: none;
}

@media screen and (max-width: 991px) {
  .bl_drawer {
    display: block;
  }
}

.bl_drawer_close {
  display: none;
  position: fixed;
  z-index: 39;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.bl_drawer_close.is_active {
  display: block;
  opacity: 0.4;
}

.bl_drawer_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 15px;
  width: 40px;
  height: 40px;
  z-index: 101;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  background-color: #002444;
}
.bl_drawer_bars {
  display: inline-block;
  width: 17.5px;
  height: 12px;
  position: relative;
  vertical-align: bottom;
}

.bl_drawer_bar {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  background-color: #fff;
  width: 100%;
  height: 2px;
  transition: all 0.3s linear 0s;
}

.bl_drawer_bar:nth-of-type(1) {
  top: 0;
}

.bl_drawer_bar:nth-of-type(2) {
  top: 5px;
}

.bl_drawer_bar:nth-of-type(3) {
  top: 10px;
}
.bl_drawer_icon.is_active {
  position: fixed;
  background-color: #fff;
}
.is_active .bl_drawer_bar {
  background-color: #002444;
}
.is_active .bl_drawer_bar:nth-of-type(1) {
  top: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.is_active .bl_drawer_bar:nth-of-type(2) {
  background-color: transparent;
}
.is_active .bl_drawer_bar:nth-of-type(3) {
  top: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bl_complete_ttl {
    margin-bottom: 50px;
    font-size: 3.4rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
}
.bl_complete_txt {
  margin-bottom: 50px;
}
.bl_complete_btn {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bl_complete_ttl {
    margin-bottom: 30px;
    font-size: 2.1rem;
  }
  .bl_complete_txt {
    margin-bottom: 25px;
  }
}

.bl_movieUnit {
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bl_movieUnit .bl_movie {
  margin-left: 20px;
  margin-bottom: 20px;
  width: calc(100% / 2 - 20px);
}
.bl_movieUnit::after {
  content: '';
  width: 100%;
  height: 0;
  display: block;
  order: 1;
}
.bl_movieUnit .bl_movie:nth-child(n + 2) {
  order: 2;
}
.bl_youtube {
  position: relative;
  width: 100%;
}
@media all and (-ms-high-contrast: none){
  .bl_youtube {
    padding-top: 56.25%;
  }
}
.bl_youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .bl_movieUnit {
    margin-left: 0;
    display: block;
  }
  .bl_movieUnit .bl_movie {
    margin-left: 0;
    width: 100%;
  }
  .bl_movieUnit::after {
    content: none;
  }
}
.bl_modelroomHeading {
  display: flex;
  justify-content: center;
}
.bl_modelroomHeading_img {
  margin-left: 25px;
  width: 75px;
  height: 75px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #06c755;
  flex-shrink: 0;
}
/*---------------------------------------
	side
---------------------------------------*/
#side {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 9997;
}
.side_list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.side_item {
  flex: 1;
  width: 50%;
	position: relative;
}
/*
.side_item a {
	display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
	color: #fff;
  font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 7.5px 0;
}
*/
.side_item a {
	cursor: pointer;
	position: relative;
	width: 100%;
  height: 100%;
	max-width: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	font-size: 2.0rem;
	padding: 0.6em 0.2em;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	transition: ease-out 0.12s;
	background-color: #002444;
	border: 2px solid transparent;
}
.side_item  a.side_item_counseling {
  flex-direction: column;
  background-color: #ac8e18;
}
.side_item a.side_item_counseling > .el_btnLabelSmall {
  font-size: 15px;
  letter-spacing: -0.025em;
}
.side_item  a.side_item_line {
  background-color: #06c755;
}
.side_item  a.side_item_line::before {
	margin-right: 15px;
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../img/icon_line_02.png) 0 0 no-repeat;
	background-size: 100% auto;
}
.side_item:first-child a {
	background: #ac8e18;

}

.side_item:last-child img {
	vertical-align: middle;
	width: 45.5px;
	/*padding: 0 15px 2px 0;*/
}
.side_item_phone {
  flex-direction: column;
  background-color: #002444;
}
.side_item_phone img {
  width: 1em !important;
  height: 1em;
  position: relative;
  top: -0.1em;
}
.side_item_phone > .el_btnLabelSmall {
  font-size: 15px;
  letter-spacing: -0.025em;
}
@media (min-width:1200px){
  .side_item a.side_item_counseling {
    flex-direction: row;
  }
  .side_item a.side_item_line::before {
    margin-right: 0;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
  }
	#side.right_active {
		display: none;
		width: 80px;
		top: 80px;
		left: calc(100% - 80px);
	}
	.right_active .side_list {
		display: block;
	}
	.right_active .side_item {
		width: 100%;
    height: 220px;
	}

	.right_active .side_item a {
    padding: 0.5em;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		transition: .3s;
		height: 100%;
    white-space: nowrap;
	}

	.right_active .side_item:first-child a:hover {
		background: #fff;
		color: #ac8e18;
		border: 2px solid #ac8e18;
		transition: .3s;
	}
	.right_active .side_item:last-child img {
		width: 60px;
		padding-right: 0;
		padding-bottom: 30px;
	}
	.right_active .side_item:last-child span {
		vertical-align: middle;
	}
}
@media (min-width:1200px) and (-ms-high-contrast:none){
  *::-ms-backdrop, .right_active a.side_item_line {font-family: Century, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;}
}

.hp_bgcBase {
  background-color: #f2f2f2;
}
.hp_bgcCta {
  background-color: #002444;
}
.hp_mb10 {
  margin-bottom: 10px;
}
.hp_mb75 {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .hp_mb75 {
    margin-bottom: 45px;
  }
}