@charset "utf-8";
/* ------ General Settings ------ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
.grecaptcha-badge {
 visibility: hidden;
}
img {
 width: 100%;
 height: auto;
 vertical-align: bottom;
}
figure {
 margin: 0;
 padding: 0;
}
a {
 transition: all 0.5s 0s ease;
 color: #242424;
}
a img {
 transition: opacity 0.3s ease-out;
}
a:hover {
 opacity: 0.7;
}
a:hover img {
 opacity: 0.7;
}
body {
 font-family: 'Noto Sans JP', sans-serif;
 font-weight: 400;
 font-style: normal;
 text-align: center;
 margin: 0;
 padding: 0;
 font-size: 14px;
 color: #242424;
 line-height: 2;
}
.wrapper {
 overflow: hidden;
}
.br_pc {
 display: inherit;
}
.br_sp {
 display: none;
}
@media screen and (max-width: 767px) {
 a:hover {
  opacity: 1;
 }
 body {
  font-size: 4vw;
  line-height: 1.8;
 }
 .br_pc {
  display: none !important;
 }
 .br_sp {
  display: inherit !important;
 }
}
/* ------ header ------ */
#header {
 width: 100%;
 top: 0;
 position: fixed;
 border-top: #242424 4px solid;
 background: #fff;
 height: 105px;
 z-index: 900;
 box-sizing: border-box;
}
.header_inner {
 width: 100%;
 height: 105px;
 margin: 0 auto;
 position: relative;
 padding-top: 5px;
}
.header_logo {
 position: absolute;
 width: 200px;
 top: 21px;
 left: 5.66vw;
}
#g-nav-sub {
 width: 400px;
 position: absolute;
 top: 5px;
 right: 160px;
 font-size: 0;
}
.header_sns{width: 75px;
 display: inline-block;
justify-content: space-between;
 margin-right: 25px;
}

.header_sns a{width: 20px;
 display: inline-block;
}

.header_sns a:last-child{width: 28px;
}

.header_sns a + a{
	margin-left: 12px;
}


.header_time {
 font-size: 14px;
 color: #242424;
 display: inline-block;
 margin-right: 30px;
	line-height: 1;
	vertical-align: text-bottom;
}
.header_tel {
 display: inline-block;
}
.header_tel a {
 color: #40220F;
 font-size: 22px;
 font-weight: bold;
 background: url("../images/common/ic_tel.svg") no-repeat left center;
 padding-left: 30px;
	background-size: 20px auto;
}
#g-nav-main {
 position: absolute;
 top: 50px;
 right: 165px;
 font-size: 0;
}
#g-nav-main li {
 display: inline-block;
}
#g-nav-main li + li {
 padding-left: 40px;
}
#g-nav-main li a {
 font-size: 16px;
 font-weight: bold;
}

#g-nav-main li .ulink{
	font-size: 10px;
	display: inline-block;
	padding: 4px 0 0 5px;
}

/*▼　PC時　プルダウンメニュー 202402*/
.gnavi__lists {
    display: flex;
}
.gnavi__list {
    position: relative;
    transition: all .3s;
}
.gnavi__list:hover {
    color: #40220F;
}
.gnavi__list:not(:first-child)::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}
.gnavi__list:hover::before {
}
.gnavi__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    transition: all .3s;
	padding-bottom: 30px;
}
.gnavi__list:hover a {
    color: #40220F;
}



.dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
}
.gnavi__list:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}

.dropdown__lists_1{
	margin-left: -40px;
}

.dropdown__list {
	width:180px;
    background-color: #fff;
    transition: all .3s;
    position: relative;
}
.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #DDD;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown__list:hover {
    background-color: #40220F;
	color: #fff;
}

.dropdown__list a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #000!important;
    text-decoration: none;
    position: relative;
    height: 50px;
	font-size: 15px!important;
	padding: 0 0 0 15px;
	font-weight: 400!important;
}
.dropdown__list:hover a {
	color: #fff!important;
}
.dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 3px);
}

.dropdown__list:hover a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 3px);
}

#g-nav-main li.dropdown__list + li.dropdown__list {
  padding-left: 0px;
}

/*メニューアニメ*/
.dropdown__lists {
    visibility: hidden;/*デフォルトでは非表示の状態にしておく*/
    opacity: 0;/*不透明度0*/
    transition: all .3s;/*表示の変化を0.3秒に指定*/
    width: 100%;
    position: absolute;
    top: 50px;
    left: 20px;
}
.gnavi__list:hover .dropdown__lists {
    visibility: visible;/*Gナビメニューにホバーしたら表示*/
    opacity: 1;/*不透明度1*/
}


/*▲　PC時　プルダウンメニュー 202402*/



/*global nav用*/
body.fixed {
 width: 100%;
 height: 100%;
 position: fixed;
 z-index: 1;
}
#g-nav {
position: fixed;
  z-index: 999;
  top: 86px;
  right: -120%;
  width: 100%;
  height: 100vh;
  transition: all 0.6s;
}
#g-nav.panelactive {
 right: 0;
}
#g-nav.panelactive #g-nav-list {
 position: fixed;
 z-index: 999;
 width: 100%;
 height: 100vh;
 overflow: auto;
 -webkit-overflow-scrolling: touch;
}
/*global nav 表示*/
.g-nav-list-inner {
 position: absolute;
 z-index: 999;
 top: 0;
 right: 0;
 width: 446px;
 background: #40220F;
 text-align: left;
 padding: 55px 60px 140px 55px;
 box-sizing: border-box;
}
.g-ttl {
 font-size: 22px;
 font-weight: bold;
 color: #fff;
 margin-bottom: 20px;
 padding-bottom: 20px;
 border-bottom: #685A51 1px solid;
}
#g-nav ul {
 margin-bottom: 20px;
 padding-bottom: 20px;
 border-bottom: #685A51 1px solid;
}
#g-nav ul:last-child {
 border: none;
}
/*リストのレイアウト設定*/
#g-nav li {
 list-style: none;
 text-align: left;
}
#g-nav li a {
 color: #fff;
 text-decoration: none;
 padding: 10px;
 display: block;
 text-transform: uppercase;
 letter-spacing: 0.1em;
 font-weight: bold;
}
/*global nav ボタン*/
.openbtn {
 position: fixed;
  z-index: 9999;
  top: 4px;
  right: 0px;
  cursor: pointer;
  width: 100px;
  height: 82px;
  color: #fff;
  background: #40220F;
  font-size: 16px;
  padding: 14px 0 0 0;
  font-weight: bold;
  line-height: 1.2;
}
/*×に変化*/
.openbtn span {
 display: inline-block;
 transition: all .4s;
 position: absolute;
 left: 30px;
 height: 3px;
 border-radius: 2px;
 background-color: #fff;
 width: 39px;
}
.openbtn span:nth-of-type(1) {
 top: 26px;
}
.openbtn span:nth-of-type(2) {
 top: 39px;
}
.openbtn span:nth-of-type(3) {
 top: 51px;
}
.openbtn.active span:nth-of-type(1) {
 top: 32px;
 left: 32px;
 transform: translateY(6px) rotate(-45deg);
 width: 35px;
}
.openbtn.active span:nth-of-type(2) {
 opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
 top: 44px;
 left: 32px;
 transform: translateY(-6px) rotate(45deg);
 width: 35px;
}
.g-nav-sns {
 width: 95%;
 padding: 15px 0;
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: flex-start;
  gap: 0 20px;
}

.g-nav-sns a {
 width: 12%;
}

.g-nav-sns a.ic_tiktok {
 width: 9%;
}

@media screen and (max-width: 1200px) {
 #g-nav-sub {
  display: none;
 }
 #g-nav-main {
  display: none;
 }
}
@media screen and (max-width: 767px) {
 #header {
  top: 0;
  position: fixed;
  border-top: none;
  height: 70px;
  z-index: 900;
  box-sizing: border-box;
 }
 .header_inner {
  width: 100%;
  height: 70px;
  margin: 0 auto;
  position: relative;
  padding-top: 0;
 }
 .header_logo {
  position: absolute;
  width: 160px;
  top: 11px;
  left: 13px;
 }
 #g-nav-sub {
  display: none;
 }
 #g-nav-main {
  display: none;
 }
 .header_is {
  position: absolute;
  top: 0;
  right: 85px;
  width: 100px;
  height: 70px;
  display: flex !important;
  justify-content: center;
  align-items: center;
 }
 .header_is img {
  height: 32px;
 }
 .header_is a {
  width: 53px;
  vertical-align: middle;
 }
 .header_is a + a {
  margin-left: 0;
 }
 /*global nav用*/
 #g-nav {
  position: fixed;
  z-index: 999;
  top: 70px;
  right: -120%;
  width: 100%;
  height: 100vh;
  background: #999;
  transition: all 0.6s;
 }
 #g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
 }
 /*global nav 表示*/
 .g-nav-list-inner {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 100%;
  background: #40220F;
  text-align: left;
  padding: 4vw 5vw 50vw 4vw;
  box-sizing: border-box;
 }
 .g-ttl {
  font-size: 4.5vw;
  font-weight: bold;
  color: #fff;
  margin-bottom: 3vw;
  padding: 0 0 3vw 2vw;
  border-bottom: #685A51 1px solid;
 }
 #g-nav ul {
  margin-bottom: 3vw;
  padding-bottom: 3vw;
  border-bottom: #685A51 1px solid;
 }
 #g-nav ul:last-child {
  border: none;
 }
 /*リストのレイアウト設定*/
 #g-nav li {
  list-style: none;
  text-align: left;
 }
 #g-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 2vw;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 3.6vw;
 }
 /*global nav ボタン*/
 .openbtn {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0px;
  width: 75px;
  height: 70px;
  color: #fff;
  background: #40220F;
  font-size: 16px;
  padding: 14px 0 0 0;
  font-weight: bold;
  line-height: 1.2;
 }
 .openbtn p {
  display: none;
 }
 /*×に変化*/
 .openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 20px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  width: 35px;
 }
 .openbtn span:nth-of-type(1) {
  top: 20px;
 }
 .openbtn span:nth-of-type(2) {
  top: 34px;
 }
 .openbtn span:nth-of-type(3) {
  top: 48px;
 }
 .openbtn.active span:nth-of-type(1) {
  top: 28px;
  left: 20px;
  transform: translateY(6px) rotate(-45deg);
  width: 35px;
 }
 .openbtn.active span:nth-of-type(2) {
  opacity: 0;
 }
 .openbtn.active span:nth-of-type(3) {
  top: 40px;
  left: 20px;
  transform: translateY(-6px) rotate(45deg);
  width: 35px;
 }

	.g-nav-sns {
 width: 98%;
 padding: 15px 0;
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: flex-start;
  gap: 0 20px;
}
	
.g-nav-sns a {
 width: 10%;
}

.g-nav-sns a.ic_tiktok {
 width: 8%;
}

}
/* ------ footer ------ */
footer {
 padding-bottom: 30px;
}
.footer_inner {
 padding: 68px 0;
 text-align: center;
 background: #40220F;
 overflow: hidden;
	margin-bottom: 20px;
}
.footer_address {
 width: 50%;
 float: left;
}
.footer_logo {
 width: 240px;
 margin-bottom: 30px;
}
.footer_name {
 font-size: 20px;
 font-weight: bold;
 color: #fff;
}
.footer_name {
 font-size: 20px;
 margin-bottom: 25px;
 padding-bottom: 25px;
 color: #fff;
 position: relative;
 letter-spacing: 2px;
}
.footer_name::after {
 content: "";
 display: block;
 width: 42px;
 height: 2px;
 background-color: #40220F;
 position: absolute;
 bottom: 0;
 left: 0;
}
.footer_address_txt {
 font-size: 16px;
 font-weight: bold;
 color: #fff;
 margin-bottom: 8px;
}
.footer_address_txt a {
 color: #fff;
}


.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

.footer_address_txt a span.material-symbols-outlined{
	font-size: 24px!important;
	margin-right: 5px;
	vertical-align: middle;
}

.footer_address_txt .gmt{font-size: 84%;
margin-left: 5px;}

.footer_tel {
 font-size: 16px;
 font-weight: bold;
 color: #fff;
	padding-left: 3px;
}

.footer_tel a {
 color: #fff;
  font-weight: bold;
  background: url("../images/common/ic_tel_w.svg") no-repeat left center;
  padding-left: 26px;
	background-size: 18px auto;
}


.footer-sns {
 width: 320px;
 display: flex;
 justify-content: flex-start;
  gap: 0 20px;
 align-items: center;
 margin-top: 30px;
}
.footer-sns a {
 width: 33px;
}

.footer-sns a.ic_tiktok {
 width: 26px;
}

.footer_link {
 width: 50%;
 float: right;
}
.footer_link-inner {
 width: 500px;
 display: flex;
 justify-content: space-between;
}
.footer_link ul:first-child {
 width: 255px;
 ;
}
.footer_link ul:last-child {
 width: 150px;
 ;
}
.footer_link a {
 color: #fff;
 font-size: 15px;
 line-height: 2.5;
}
.footer_nav {
 background: #271103;
 padding: 30px 0;
 margin-bottom: 30px;
}
.footer_nav li {
 display: inline-block;
}
.footer_nav li + li {
 margin-left: 77px;
}
.footer_nav li a {
 display: block;
 width: 300px;
 height: 60px;
 border: #fff 1px solid;
 line-height: 60px;
 text-align: center;
 font-size: 20px;
 color: #fff;
}
#copyright {
 font-size: 20px;
 color: #707070;
}

.group{
	width: 440px;
	background: #fff;
}

.group a{
	display: flex;
	padding: 10px;
	margin: 30px 0 0 0;
	justify-content: space-between;
	align-items: center;
}

.glogo{width: 150px;}

.group .gtxt{width: 240px;line-height: 1.6;font-size: 13px;}







@media screen and (max-width: 1062px) {


.footer_nav li + li {
 margin-left: 30px;
}
.footer_nav li a {
 display: block;
 width: 28.24vw;
 font-size: 2vw;
}
}

@media screen and (max-width: 767px) {
 footer {
  padding-bottom: 20vw;
 }
 footer .contents {
  width: 100%;
 }
 .footer_inner {
  padding: 12vw 0;
 }
 .footer_address {
  width: 100%;
  float: none;
  margin-bottom: 10vw;
  text-align: center;
 }
 .footer_logo {
  width: 45vw;
  margin: 0 auto 7vw auto;
 }
 .footer_name {
  font-size: 4.5vw;
  font-weight: bold;
  color: #fff;
 }
 .footer_name {
  font-size: 4vw;
  margin-bottom: 5vw;
  padding-bottom: 5vw;
  color: #fff;
  position: relative;
  letter-spacing: 2px;
 }
 .footer_name::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  background-color: #40220F;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -21px;
 }
 .footer_address_txt {
  font-size: 4vw;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1vw;
 }
.footer_address_txt a {
  color: #fff;
 }
	.footer_address_txt a span.material-symbols-outlined{
	font-size: 4.4vw!important;
	margin-right: 5px;
	vertical-align:middle;
}
	
	.footer_address_txt .gmt{font-size: 80%;
margin-left: 5px;}
	
 .footer_tel {
  font-size: 4vw;
  font-weight: bold;
  color: #fff;
	padding-left: 0;
 }
 .footer-sns {
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8vw auto 0 auto;
		gap:0 20px;
 }
 .footer-sns a {
  width: 7vw;
		height: 7vw;
		display: flex;
  justify-content: center;
  align-items: center;
 }
	 .footer-sns a img {
			vertical-align: middle;
 }
	.footer-sns a.ic_tiktok {
 width: 5.5vw;
}
 .footer_link {
  width: 100%;
  float: auto;
 }
 .footer_link-inner {
  width: auto;
  display: block;
 }
 .footer_link ul:first-child {
  width: 100%;
		display: flex;
		flex-wrap: wrap;
 }
 .footer_link ul:last-child {
  width: 100%;
		display: flex;
		flex-wrap: wrap;
 }
 .footer_link a {
  color: #fff;
  font-size: 15px;
  line-height: 47px;
  padding-left: 1em;
  display: block;
 }
 .footer_link a span {
  display: none;
 }
 .footer_link ul {
  border-top: #707070 1px solid;
 }
 .footer_link ul + ul {
  border-left: #707070 1px solid;
 }
 .footer_link li {
  border-bottom: #707070 1px solid;
		width: 50%;
		box-sizing: border-box;
 }
	 .footer_link li:nth-of-type(2n+1) {
  border-right: #707070 1px solid;
 }
		 .footer_link ul:last-child li:nth-of-type(2n+0) {
  border-right: #707070 1px solid;
 }
	
	 .footer_link ul:last-child{
  border-top:none;
 }
	
	
 .footer_nav {
  background: #40220F;
  padding: 6vw;
  margin-bottom: 6vw;
 }
 .footer_nav li {
  display: block;
 }
 .footer_nav li + li {
  margin-left: 0;
  margin-top: 5vw;
 }
 .footer_nav li a {
  display: block;
  width: 100%;
  font-size: 4.2vw;
 }
 #copyright {
  font-size: 4vw;
  color: #707070;
 }
	
	.group{
	width: auto;
	background: #fff;
		margin: 0 3.5vw;
}

.group a{
	display: flex;
	padding: 2vw;
	margin: 8vw 0 0 0;
	justify-content: space-between;
	align-items: center;
}

.glogo{width: 34vw;}

.group .gtxt{width: 46vw;line-height: 1.6;
	font-size: 3vw;
	text-align: left;
	}

	
}
/* ------ sp 固定nav ------ */
.fixed {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 56px;
 z-index: 9999;
 background: #fff !important;
}
.sp-contact {
 display: block;
 position: fixed;
 z-index: 9999;
 bottom: 0;
 width: 100%;
 height: auto;
	
	
	overflow: hidden;
	border-radius: 10px;
  box-shadow: 0px -6px 9px 0px rgba(0, 0, 0, 0.3);
  

}
.sp-contact .sp-contact__list {
 overflow: hidden;
 height: 100%;
 text-align: center;
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: center;
	border-radius: 10px 10px 0 0;
}
.sp-contact .sp-contact__list .sp-contact__item {
 width: 28%;
 height: 65px;
 box-sizing: border-box;
}
.sp-contact .sp-contact__list li + li {
}
.sp-contact .sp-contact__list .sp-contact__item a {
 display: block;
 color: #fff;
 text-decoration: none;
 height: 65px;
 box-sizing: border-box;
 font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
 font-weight: bold;
 font-size: 14px;
}

.sp-contact .sp-contact__list .sp-contact__item.h_co a {
 background: #40220F;
}

.sp-contact .sp-contact__list .sp-contact__item.h_co a::before {
 content: "";
 display: inline-block;
 width: 25px;
 height: 23px;
 background: url("../images/common/ic_house_sp.svg") no-repeat left center;
 background-size: contain;
	margin: 0 5px 0 0;
}

.sp-contact .sp-contact__list .sp-contact__item.h_ev a {
 background: #6DAD19;
}

.sp-contact .sp-contact__list .sp-contact__item.h_ev a::before {
 content: "";
 display: inline-block;
 width: 30px;
 height: 20px;
 background: url("../images/common/ic_sodan.svg") no-repeat left center;
 background-size: contain;
	margin: 0 5px 0 0;
}

.sp-contact .sp-contact__list .sp-contact__item.h_doc a {
 background: #1972AD;
}

.sp-contact .sp-contact__list .sp-contact__item.h_doc a::before {
 content: "";
 display: inline-block;
 width: 28px;
 height: 19px;
 background: url("../images/common/ic_siryou.svg") no-repeat left center;
 background-size: contain;
	margin: 0 5px 0 0;
}
.sp-contact .sp-contact__list .sp-contact__item.h_tel{width: 15.8%;}
.sp-contact .sp-contact__list .sp-contact__item.h_tel a {
 background: #242424;
}

.sp-contact .sp-contact__list .sp-contact__item.h_tel a span{
	display: none;
}

.sp-contact .sp-contact__list .sp-contact__item.h_tel a::before {
 content: "";
 display: inline-block;
 width: 20px;
 height: 34px;
 background: url("../images/common/ic_tel_sp.svg") no-repeat left center;
 background-size: contain;
	margin: 0 0 0 0;
}




























/* ------ contents ------ */
/*common*/
/*btn*/
.clm1 {
 width: 100%;
}
.clm2 ul {
 width: 100%;
 display: flex;
 justify-content: space-between;
}
.clm2 li {
 width: 573px;
}
.btn_ar {
 display: inline-block;
 background: #000;
 width: 100%;
 height: 70px;
 line-height: 70px;
 text-align: center;
 color: #FFF;
 cursor: pointer;
 position: relative;
 text-decoration: none;
 font-size: 20px;
 font-weight: bold;
}
.btn_ar::after {
 content: "";
 display: block;
 position: absolute;
 top: calc(50% - 8px);
 right: 20px;
 width: 47px;
 height: 13px;
 border: none;
 border-right: 3px solid #fff;
 border-bottom: 2px solid #fff;
 transform: skew(45deg);
 transition: .3s;
}
.btn_ar:hover::after {
 right: 10px;
 width: 57px;
}
.clm1_c {
 width: 573px;
 margin: 0 auto;
}
@media screen and (max-width: 767px) {
 /*btn*/
 .clm1 {
  width: 100%;
 }
 .clm1_c {
  width: 100%;
 }
 .clm2 ul {
  width: 100%;
  display: block;
  margin-bottom: 15vw;
 }
 .clm2 li {
  width: 100%;
  margin-bottom: 3vw;
 }
 .btn_ar {
  display: inline-block;
  background: #000;
  width: 100%;
  height: 12vw;
  line-height: 12vw;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  font-size: 4vw;
  font-weight: bold;
 }
 .btn_ar::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 2vw;
  width: 7vw;
  height: 2vw;
  border: none;
  border-right: 3px solid #fff;
  border-bottom: 2px solid #fff;
  transform: skew(45deg);
  transition: .3s;
 }
 .btn_ar:hover::after {
  right: 2vw;
  width: 7vw;
 }
}

/*floatbnr*/
#calloutElm {
  position: fixed;
  bottom: 20px;
  left: 25px;
  max-width: 280px;
  z-index: 20;
box-shadow: rgba(0, 0, 0, 0.50) 0px 3px 8px;
}
#calloutElm a {
  border: 1px solid #a1a1a1;
  display: block;
}
.callout-container video {
    width: 100%;
}
.closebtn {
	width: 36px;
    position: absolute;
    top: -18px;
    right: -18px;
    cursor: pointer;
    z-index: 1;
}

.closebtn:hover {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	#calloutElm {
  position: fixed;
  bottom: 65px;
  right: inherit;
		left: 0;
  max-width: 46.6vw;
  z-index: 20;
		box-shadow:none;
}
.callout-container video {
    width: 100%;
}
.closebtn {
	width: 6vw;
    position: absolute;
    top: -3vw;
    right: -3vw;
    cursor: pointer;
    z-index: 1;
}
}



#ple-animates {
	display: inline-block;
	position: absolute;
  /* left: 50%; */
  /* top: 50%; */
  transform:none!important;
}

	
	
