.ic-fb_c {background-image: url(../img/header/ic-fb_c.webp);}
.ic-ins_c {background-image: url(../img/header/ic-ins_c.webp);}
.ic-line_c {background-image: url(../img/header/ic-line_c.webp);}
.ic-x_c {background-image: url(../img/header/ic-x_c.webp);}

.ic-tel_w {background-image: url(../img/header/ic-tel_ww.webp);}
.ic-mail_w {background-image: url(../img/header/ic-mail_ww.webp);}
.ic-fb_w {background-image: url(../img/header/ic-fb_w.webp);}
.ic-ins_w {background-image: url(../img/header/ic-ins_w.webp);}
.ic-line_w {background-image: url(../img/header/ic-line_w.webp);}
.ic-x_w {background-image: url(../img/header/ic-x_w.webp);}

.contactbar li a.ic-tel_w p {background-image: url(../img/header/ic-tel_ww.webp);}
.contactbar li a.ic-mail_w p {background-image: url(../img/header/ic-mail_ww.webp);}
.contactbar li a.ic-line_w p {background-image: url(../img/header/ic-line_w.webp);}

/* Style for PCs */
@media screen and (min-width: 1025px) {

/* Header */
header {
  width:100%;
  height: 120px;
  display: block;
  position: fixed;
  top:40px;
  left:0;
  z-index:18500;
    transition: .4s all;
}
header figure {
  width:300px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:5px;
  left:1%;
  z-index:18600;
    transition: .4s all;
}
header figure img {
  width:100%;
  height: auto;
  display: block;
}

/* Header (Active) */
header.ausp_active {
  width:100%;
  height: 80px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:0px 1px 10px rgba(0,0,0,0.3);
}
header.ausp_active figure {
  width:250px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:1%;
  z-index:18600;
}
header.ausp_active figure img {
  width:100%;
  height: auto;
  display: block;
}


/* Contact Bar */
.contactbar {
  width:150px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0 50px 0 30px;
  position: fixed;
  top:30px;
  right:0;
  z-index:19800;
  clip-path: polygon(40px 0%, 100% 0%, 100% 100%, 0% 100%);
background: #ffb700;
background: linear-gradient(90deg, rgba(255, 183, 0, 1) 0%, rgba(212, 32, 0, 1) 56%, rgba(0, 0, 0, 1) 100%);
}
.contactbar li {
  flex: 1;
  height: 40px;
  display: block;
  margin:0 1%;
}
.contactbar li.cb_tel {
  width:40px;
  height: 40px;
  display: block;
}
.contactbar li.cb_mail {
  width:40px;
  height: 40px;
  display: block;
}
.contactbar li a {
  width:40px;
  height: 40px;
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 24px;
}
.contactbar li a:hover {
  opacity: 0.5;
}



/* Contact Bar(Active) */
.contactbar.cbactive {
  width:fit-content;
  height: 60px;
  display: flex;
  padding:0 30px 0 40px;
  position: fixed;
  top:auto;
  bottom: 2%;
  right:0;
  z-index:19800;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 40px 100%);
background: #ffb700;
background: linear-gradient(90deg, rgba(255, 183, 0, 1) 0%, rgba(212, 32, 0, 1) 56%, rgba(0, 0, 0, 1) 100%);
}
.contactbar.cbactive li {
  margin:0;
  border-right: 1px solid rgba(255,255,255,0.5);
}
.contactbar.cbactive li.cb_tel {
  width:180px!important;
  height: 60px;
  display: block;
}
.contactbar.cbactive li.cb_mail {
  width:200px!important;
  height: 60px;
  display: block;
}
 .contactbar.cbactive li.cb_line {
  width:130px!important;
  height: 60px;
  display: block;
}
.contactbar.cbactive li a {
  width:100%;
  height: 60px;
  text-decoration: none;
  display: flex;
  text-align: center;
  text-indent: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: none;
}
.contactbar.cbactive li a h3 {
  font-size:12px;
  font-weight: 500;
  line-height: 12px;
  color: var(--color-white);
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
  margin:0 0 5px 0;
}
.contactbar.cbactive li a p {
  width:fit-content;
  height: 24px;
  display: block;
  font-size:16px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 24px;
  color: var(--color-white);
  text-align: center;
  margin:0;
  padding:0 0 0 30px;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 24px;
}
.contactbar.cbactive li.cb_tel a p {
font-size:18px!important;
  font-family: var(--font-en);
letter-spacing: 0px!important;
}
.contactbar.cbactive li.cb_mail a p {
font-size:12px!important;
letter-spacing: 0px!important;
}
.contactbar.cbactive li.cb_line a p {
font-size:14px!important;
letter-spacing: 0px!important;
}
.contactbar.cbactive li a:hover {
  opacity: 0.5;
}
.contactbar.cbactive li.cb_nom {
  display: none!important;
}

/* Contact Bar(End) */
.contactbar.cbend {
  width:fit-content;
  height: 60px;
  display: flex;
  padding:0 0px 0 30px;
  position: relative;
  top:auto;
  bottom: auto;
  right:auto;
  z-index:19800;
  margin:0 0 0 auto;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 40px 100%);
background: #ffb700;
background: linear-gradient(90deg, rgba(255, 183, 0, 1) 0%, rgba(212, 32, 0, 1) 56%, rgba(0, 0, 0, 1) 100%);
}
.contactbar.cbend li {
  margin:0;
  border-right: 1px solid rgba(255,255,255,0.5);
}
.contactbar.cbend li.cb_tel {
  width:180px!important;
  height: 60px;
  display: block;
}
.contactbar.cbend li.cb_mail {
  width:200px!important;
  height: 60px;
  display: block;
}
 .contactbar.cbend li.cb_line {
  width:130px!important;
  height: 60px;
  display: block;
}
.contactbar.cbend li a {
  width:100%;
  height: 60px;
  text-decoration: none;
  display: flex;
  text-align: center;
  text-indent: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: none;
}
.contactbar.cbend li a h3 {
  font-size:10px;
  font-weight: 500;
  line-height: 12px;
  color: var(--color-white);
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
  margin:0 0 5px 0;
}
.contactbar.cbend li a p {
  width:fit-content;
  height: 24px;
  display: block;
  font-size:16px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 24px;
  color: var(--color-white);
  text-align: center;
  margin:0;
  padding:0 0 0 30px;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 24px;
}
.contactbar.cbend li.cb_tel a p {
font-size:18px!important;
  font-family: var(--font-en);
letter-spacing: 0px!important;
}
.contactbar.cbend li.cb_mail a p {
font-size:12px!important;
letter-spacing: 0px!important;
}
.contactbar.cbend li.cb_line a p {
font-size:14px!important;
letter-spacing: 0px!important;
}
.contactbar.cbend li a:hover {
  opacity: 0.5;
}
.contactbar.cbend li.cb_nom {
  display: none!important;
}


/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
}
.ftbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin:0 auto;
  padding:50px 5%;
}
.ftbody .ft01 {
  width:60%;
  height: auto;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ftbody .ft01 ul {
  width:48%;
  height:auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
}
.ftbody .ft01 ul li {
  font-size:14px;
  line-height: 1.5em;
  margin:0;
  border-bottom: 1px dotted var(--color-999);
}
.ftbody .ft01 ul li a {
  width:100%;
  height:auto;
  display: block;
  color:var(--color-white);
  text-decoration: none;
  padding:18px 10px;
  background-image: url(../img/header/ic-ar_w.webp);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 14px;
    transition: .4s all;
}
.ftbody .ft01 ul li a:hover {
  color:var(--color-1st);
  text-decoration: none;
  background-position: 99% center;
}
.ftbody .ft02 {
  width:35%;
}
.ftbody .ft02 h2 {
  width:100%;
  height:auto;
  display: block;
  font-size:14px;
  font-weight: 700;
  line-height: 1.25em;
  color:var(--color-white);
  background-image: url(../img/header/logo_w.png);
  background-repeat: no-repeat;
  background-position:  0 0;
  background-size: auto 40px;
  padding-top:50px;
  margin-bottom: 0.5em;
}
.ftbody .ft02 p.ftad01 {
  font-size:14px;
  font-weight:500;
  line-height: 1.4em;
  color: var(--color-white);
  margin-bottom: 0.5em;
}
.ftbody .ft02 p.ftad02 {
  font-size:12px;
  font-weight:500;
  line-height: 1.4em;
  color: var(--color-white);
  margin-bottom: 0.5em;
}
.ftbody .ft02 p.fttel {
  width:fit-content;
  height: 40px;
  display: block;
  margin:0 0 0.5em 0;
  font-size:26px;
  font-family: var(--font-en);
  letter-spacing: -0.02em;
  font-weight: 500;
}
.ftbody .ft02 p.fttel a {
  width:100%;
  height: 40px;
  display: block;
  line-height: 40px;
  text-decoration: none;
  color:var(--color-white);
  background-image: url(../img/header/ic-tel_w.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px auto;
  padding:0 0 0 50px;
    transition: .4s all;
}
.ftbody .ft02 p.fttel a:hover {
  color:var(--color-1st);
  text-decoration: none;
}
.ftbody .ft02 ul.ftsns {
  width:fit-content;
  height: 30px;
  display: flex;
  margin-bottom: 15px;
}
.ftbody .ft02 ul.ftsns li {
  width:30px;
  height: 30px;
  display: block;
  margin-right:10px;
}
.ftbody .ft02 ul.ftsns li a {
  width:30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
}
.ftbody p.ftcopy {
  font-size:12px;
  font-family: var(--font-en);
  line-height: 1em;
  margin:0;
  color:var(--color-white);
}


}


/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {

/* Header */
header {
  width:100%;
  height: 80px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
    transition: .4s all;
}
header figure {
  width:250px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:1%;
  z-index:18600;
    transition: .4s all;
}
header figure img {
  width:100%;
  height: auto;
  display: block;
}

/* Header (Active) */
header.ausp_active {
  width:100%;
  height: 80px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:0px 1px 10px rgba(0,0,0,0.3);
}
header.ausp_active figure {
  width:250px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:1%;
  z-index:18600;
}
header.ausp_active figure img {
  width:100%;
  height: auto;
  display: block;
}


/* Contact Bar */
.contactbar {
  width:150px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0 30px 0 30px;
  position: fixed;
  top:25px;
  right:74px;
  z-index:19800;
  clip-path: polygon(40px 0%,  calc(100% - 10px) 0%,100% 100%, 0% 100%);
background: #ffb700;
background: linear-gradient(90deg, rgba(255, 183, 0, 1) 0%, rgba(212, 32, 0, 1) 56%, rgba(0, 0, 0, 1) 100%);
}
.contactbar li {
  flex: 1;
  height: 40px;
  display: block;
  margin:0 1%;
}
.contactbar li.cb_tel {
  width:40px;
  height: 40px;
  display: block;
}
.contactbar li.cb_mail {
  width:40px;
  height: 40px;
  display: block;
}
.contactbar li a {
  width:40px;
  height: 40px;
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 24px;
}
.contactbar li a:hover {
  opacity: 0.5;
}



/* Contact Bar(Active) */
.contactbar.cbactive {
  width:fit-content;
  height: 60px;
  display: flex;
  padding:0 30px 0 40px;
  position: fixed;
  top:auto;
  bottom: 2%;
  right:0;
  z-index:19800;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 40px 100%);
background: #ffb700;
background: linear-gradient(90deg, rgba(255, 183, 0, 1) 0%, rgba(212, 32, 0, 1) 56%, rgba(0, 0, 0, 1) 100%);
}
.contactbar.cbactive li {
  margin:0;
  border-right: 1px solid rgba(255,255,255,0.5);
}
.contactbar.cbactive li.cb_tel {
  width:180px!important;
  height: 60px;
  display: block;
}
.contactbar.cbactive li.cb_mail {
  width:200px!important;
  height: 60px;
  display: block;
}
 .contactbar.cbactive li.cb_line {
  width:130px!important;
  height: 60px;
  display: block;
}
.contactbar.cbactive li a {
  width:100%;
  height: 60px;
  text-decoration: none;
  display: flex;
  text-align: center;
  text-indent: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: none;
}
.contactbar.cbactive li a h3 {
  font-size:12px;
  font-weight: 500;
  line-height: 12px;
  color: var(--color-white);
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
  margin:0 0 5px 0;
}
.contactbar.cbactive li a p {
  width:fit-content;
  height: 24px;
  display: block;
  font-size:16px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 24px;
  color: var(--color-white);
  text-align: center;
  margin:0;
  padding:0 0 0 30px;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 24px;
}
.contactbar.cbactive li.cb_tel a p {
font-size:18px!important;
  font-family: var(--font-en);
letter-spacing: 0px!important;
}
.contactbar.cbactive li.cb_mail a p {
font-size:12px!important;
letter-spacing: 0px!important;
}
.contactbar.cbactive li.cb_line a p {
font-size:14px!important;
letter-spacing: 0px!important;
}
.contactbar.cbactive li a:hover {
  opacity: 0.5;
}
.contactbar.cbactive li.cb_nom {
  display: none!important;
}

/* Contact Bar(End) */
.contactbar.cbend {
  width:fit-content;
  height: 60px;
  display: flex;
  padding:0 0px 0 30px;
  position: relative;
  top:auto;
  bottom: auto;
  right:auto;
  z-index:19800;
  margin:0 0 0 auto;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 40px 100%);
background: #ffb700;
background: linear-gradient(90deg, rgba(255, 183, 0, 1) 0%, rgba(212, 32, 0, 1) 56%, rgba(0, 0, 0, 1) 100%);
}
.contactbar.cbend li {
  margin:0;
  border-right: 1px solid rgba(255,255,255,0.5);
}
.contactbar.cbend li.cb_tel {
  width:180px!important;
  height: 60px;
  display: block;
}
.contactbar.cbend li.cb_mail {
  width:200px!important;
  height: 60px;
  display: block;
}
 .contactbar.cbend li.cb_line {
  width:130px!important;
  height: 60px;
  display: block;
}
.contactbar.cbend li a {
  width:100%;
  height: 60px;
  text-decoration: none;
  display: flex;
  text-align: center;
  text-indent: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: none;
}
.contactbar.cbend li a h3 {
  font-size:10px;
  font-weight: 500;
  line-height: 12px;
  color: var(--color-white);
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
  margin:0 0 5px 0;
}
.contactbar.cbend li a p {
  width:fit-content;
  height: 24px;
  display: block;
  font-size:16px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 24px;
  color: var(--color-white);
  text-align: center;
  margin:0;
  padding:0 0 0 30px;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 24px;
}
.contactbar.cbend li.cb_tel a p {
font-size:18px!important;
  font-family: var(--font-en);
letter-spacing: 0px!important;
}
.contactbar.cbend li.cb_mail a p {
font-size:12px!important;
letter-spacing: 0px!important;
}
.contactbar.cbend li.cb_line a p {
font-size:14px!important;
letter-spacing: 0px!important;
}
.contactbar.cbend li a:hover {
  opacity: 0.5;
}
.contactbar.cbend li.cb_nom {
  display: none!important;
}


/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
}
.ftbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin:0 auto;
  padding:50px 5%;
}
.ftbody .ft01 {
  width:60%;
  height: auto;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ftbody .ft01 ul {
  width:48%;
  height:auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
}
.ftbody .ft01 ul li {
  font-size:14px;
  line-height: 1.5em;
  margin:0;
  border-bottom: 1px dotted var(--color-999);
}
.ftbody .ft01 ul li a {
  width:100%;
  height:auto;
  display: block;
  color:var(--color-white);
  text-decoration: none;
  padding:18px 10px;
  background-image: url(../img/header/ic-ar_w.webp);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 14px;
    transition: .4s all;
}
.ftbody .ft01 ul li a:hover {
  color:var(--color-1st);
  text-decoration: none;
  background-position: 99% center;
}
.ftbody .ft02 {
  width:35%;
}
.ftbody .ft02 h2 {
  width:100%;
  height:auto;
  display: block;
  font-size:14px;
  font-weight: 700;
  line-height: 1.25em;
  color:var(--color-white);
  background-image: url(../img/header/logo_w.png);
  background-repeat: no-repeat;
  background-position:  0 0;
  background-size: auto 40px;
  padding-top:50px;
  margin-bottom: 0.5em;
}
.ftbody .ft02 p.ftad01 {
  font-size:14px;
  font-weight:500;
  line-height: 1.4em;
  color: var(--color-white);
  margin-bottom: 0.5em;
}
.ftbody .ft02 p.ftad02 {
  font-size:12px;
  font-weight:500;
  line-height: 1.4em;
  color: var(--color-white);
  margin-bottom: 0.5em;
}
.ftbody .ft02 p.fttel {
  width:fit-content;
  height: 40px;
  display: block;
  margin:0 0 0.5em 0;
  font-size:26px;
  font-family: var(--font-en);
  letter-spacing: -0.02em;
  font-weight: 500;
}
.ftbody .ft02 p.fttel a {
  width:100%;
  height: 40px;
  display: block;
  line-height: 40px;
  text-decoration: none;
  color:var(--color-white);
  background-image: url(../img/header/ic-tel_w.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px auto;
  padding:0 0 0 50px;
    transition: .4s all;
}
.ftbody .ft02 p.fttel a:hover {
  color:var(--color-1st);
  text-decoration: none;
}
.ftbody .ft02 ul.ftsns {
  width:fit-content;
  height: 30px;
  display: flex;
  margin-bottom: 15px;
}
.ftbody .ft02 ul.ftsns li {
  width:30px;
  height: 30px;
  display: block;
  margin-right:10px;
}
.ftbody .ft02 ul.ftsns li a {
  width:30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
}
.ftbody p.ftcopy {
  font-size:12px;
  font-family: var(--font-en);
  line-height: 1em;
  margin:0;
  color:var(--color-white);
}


}

/* Style for Smartphone */
@media screen and (max-width: 768px) {

/* Header */
header {
  width:100%;
  height: 80px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
    transition: .4s all;
}
header figure {
  width:230px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:1%;
  z-index:18600;
    transition: .4s all;
}
header figure img {
  width:100%;
  height: auto;
  display: block;
}

/* Header (Active) */
header.ausp_active {
  width:100%;
  height: 80px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:0px 1px 10px rgba(0,0,0,0.3);
}
header.ausp_active figure {
  width:230px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:1%;
  z-index:18600;
}
header.ausp_active figure img {
  width:100%;
  height: auto;
  display: block;
}


/* Contact Bar */
.contactbar {
  width:100%;
  height: 60px;
  display: flex;
  padding:0 0px 0 0px;
  position: fixed;
  top:auto;
  bottom: -70px;
  right:auto;
  z-index:19800;
  margin:0 0 0 0;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
background: #ffb700;
background: linear-gradient(90deg, rgba(255, 183, 0, 1) 0%, rgba(212, 32, 0, 1) 56%, rgba(0, 0, 0, 1) 100%);
    transition: .4s all;
}
.contactbar li {
  margin:0;
  border-right: 1px solid rgba(255,255,255,0.5);
}
.contactbar li.cb_tel {
  flex:1;
  height: 60px;
  display: block;
}
.contactbar li.cb_mail {
  flex:1;
  height: 60px;
  display: block;
}
 .contactbar li.cb_line {
  flex:1;
  height: 60px;
  display: block;
}
.contactbar li a {
  width:100%;
  height: 60px;
  text-decoration: none;
  display: flex;
  text-align: center;
  text-indent: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: none;
}
.contactbar li a h3 {
  display: none;
}
.contactbar li a p {
  width:fit-content;
  height: 60px;
  display: block;
  font-size:14px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 14px;
  color: var(--color-white);
  text-align: center;
  margin:0;
  padding:35px 0 0 0;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: auto 30px;
}
.contactbar li.cb_tel a p {
font-size:14px!important;
  font-family: var(--font-en);
letter-spacing: 0px!important;
}
.contactbar li.cb_mail a p {
font-size:10px!important;
letter-spacing: 0px!important;
}
.contactbar li.cb_line a p {
font-size:12px!important;
letter-spacing: 0px!important;
}
.contactbar li a:hover {
  opacity: 0.5;
}
.contactbar li.cb_nom {
  display: none!important;
}



/* Contact Bar(Active) */
.contactbar.cbactive {
  width:100%;
  height: 60px;
  display: flex;
  padding:0 0px 0 0px;
  position: fixed;
  top:auto;
  bottom: 0;
  right:auto;
  z-index:19800;
  margin:0 0 0 0;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
background: #ffb700;
background: linear-gradient(90deg, rgba(255, 183, 0, 1) 0%, rgba(212, 32, 0, 1) 56%, rgba(0, 0, 0, 1) 100%);
}
.contactbar.cbactive li {
  margin:0;
  border-right: 1px solid rgba(255,255,255,0.5);
}
.contactbar.cbactive li.cb_tel {
  flex:1;
  height: 60px;
  display: block;
}
.contactbar.cbactive li.cb_mail {
  flex:1;
  height: 60px;
  display: block;
}
 .contactbar.cbactive li.cb_line {
  flex:1;
  height: 60px;
  display: block;
}
.contactbar.cbactive li a {
  width:100%;
  height: 60px;
  text-decoration: none;
  display: flex;
  text-align: center;
  text-indent: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: none;
}
.contactbar.cbactive li a h3 {
  display: none;
}
.contactbar.cbactive li a p {
  width:fit-content;
  height: 60px;
  display: block;
  font-size:14px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 14px;
  color: var(--color-white);
  text-align: center;
  margin:0;
  padding:35px 0 0 0;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: auto 30px;
}
.contactbar.cbactive li.cb_tel a p {
font-size:14px!important;
  font-family: var(--font-en);
letter-spacing: 0px!important;
}
.contactbar.cbactive li.cb_mail a p {
font-size:10px!important;
letter-spacing: 0px!important;
}
.contactbar.cbactive li.cb_line a p {
font-size:12px!important;
letter-spacing: 0px!important;
}
.contactbar.cbactive li a:hover {
  opacity: 0.5;
}
.contactbar.cbactive li.cb_nom {
  display: none!important;
}

/* Contact Bar(End) */
.contactbar.cbend {
  width:100%;
  height: 60px;
  display: flex;
  padding:0 0px 0 0px;
  position: fixed;
  top:auto;
  bottom: 0;
  right:auto;
  z-index:19800;
  margin:0 0 0 0;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
background: #ffb700;
background: linear-gradient(90deg, rgba(255, 183, 0, 1) 0%, rgba(212, 32, 0, 1) 56%, rgba(0, 0, 0, 1) 100%);
}
.contactbar.cbend li {
  margin:0;
  border-right: 1px solid rgba(255,255,255,0.5);
}
.contactbar.cbend li.cb_tel {
  flex:1;
  height: 60px;
  display: block;
}
.contactbar.cbend li.cb_mail {
  flex:1;
  height: 60px;
  display: block;
}
 .contactbar.cbend li.cb_line {
  flex:1;
  height: 60px;
  display: block;
}
.contactbar.cbend li a {
  width:100%;
  height: 60px;
  text-decoration: none;
  display: flex;
  text-align: center;
  text-indent: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: none;
}
.contactbar.cbend li a h3 {
  display: none;
}
.contactbar.cbend li a p {
  width:fit-content;
  height: 60px;
  display: block;
  font-size:14px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 14px;
  color: var(--color-white);
  text-align: center;
  margin:0;
  padding:35px 0 0 0;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: auto 30px;
}
.contactbar.cbend li.cb_tel a p {
font-size:14px!important;
  font-family: var(--font-en);
letter-spacing: 0px!important;
}
.contactbar.cbend li.cb_mail a p {
font-size:10px!important;
letter-spacing: 0px!important;
}
.contactbar.cbend li.cb_line a p {
font-size:12px!important;
letter-spacing: 0px!important;
}
.contactbar.cbend li a:hover {
  opacity: 0.5;
}
.contactbar.cbend li.cb_nom {
  display: none!important;
}

/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
}
.ftbody {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin:0 auto;
  padding:50px 5% 100px;
}
.ftbody .ft01 {
  width:100%;
  height: auto;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.ftbody .ft01 ul {
  width:100%;
  height:auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
}
.ftbody .ft01 ul li {
  font-size:14px;
  line-height: 1.5em;
  margin:0;
  border-bottom: 1px dotted var(--color-999);
}
.ftbody .ft01 ul li a {
  width:100%;
  height:auto;
  display: block;
  color:var(--color-white);
  text-decoration: none;
  padding:10px 10px;
  background-image: url(../img/header/ic-ar_w.webp);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 14px;
    transition: .4s all;
}
.ftbody .ft01 ul li a:hover {
  color:var(--color-1st);
  text-decoration: none;
  background-position: 99% center;
}
.ftbody .ft02 {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ftbody .ft02 h2 {
  width:100%;
  height:auto;
  display: block;
  font-size:14px;
  font-weight: 700;
  line-height: 1.25em;
  color:var(--color-white);
  text-align: center;
  background-image: url(../img/header/logo_w.png);
  background-repeat: no-repeat;
  background-position:  center 0;
  background-size: auto 40px;
  padding-top:50px;
  margin-bottom: 0.5em;
}
.ftbody .ft02 p.ftad01 {
  font-size:14px;
  font-weight:500;
  line-height: 1.4em;
  color: var(--color-white);
  margin-bottom: 0.5em;
}
.ftbody .ft02 p.ftad02 {
  font-size:12px;
  font-weight:500;
  line-height: 1.4em;
  color: var(--color-white);
  margin-bottom: 0.5em;
}
.ftbody .ft02 p.fttel {
  width:fit-content;
  height: 40px;
  display: block;
  margin:0 0 0.5em 0;
  font-size:26px;
  font-family: var(--font-en);
  letter-spacing: -0.02em;
  font-weight: 500;
}
.ftbody .ft02 p.fttel a {
  width:100%;
  height: 40px;
  display: block;
  line-height: 40px;
  text-decoration: none;
  color:var(--color-white);
  background-image: url(../img/header/ic-tel_w.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px auto;
  padding:0 0 0 50px;
    transition: .4s all;
}
.ftbody .ft02 p.fttel a:hover {
  color:var(--color-1st);
  text-decoration: none;
}
.ftbody .ft02 ul.ftsns {
  width:fit-content;
  height: 30px;
  display: flex;
  margin-bottom: 15px;
}
.ftbody .ft02 ul.ftsns li {
  width:30px;
  height: 30px;
  display: block;
  margin-right:10px;
}
.ftbody .ft02 ul.ftsns li a {
  width:30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
}
.ftbody p.ftcopy {
  font-size:10px;
  font-family: var(--font-en);
  line-height: 1em;
  margin:0;
  text-align: center;
  color:var(--color-white);
}

}
