/* Common */
.cb_tel_b a {background-image: url(../img/header/ic-freedial.png);}
.cb_mail_b a {background-image: url(../img/header/ic-mail_b.png);}
.cb_line_b a {background-image: url(../img/header/ic-line_b.png);}


/* Style for PCs */
@media screen and (min-width: 1025px) {

/* Header */
header {
  width:100%;
  height: 100px;
  display: block;
  position: fixed;
  top:0px;
  left:0px;
  z-index:18500;
}
header figure {
  width:400px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:3%;
  z-index:18600;
}
header figure img {
  width:100%;
  height: auto;
  display: block;
}

/* Header (Active) */
header.ausp_active {
  width:100%;
  height: 70px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  background-color: rgba(255,255,255,0.5);
  background-image: url(../img/ptbg.png);
  background-repeat: no-repeat;
  background-position: 0 80%;
  background-size: 100% auto;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:0px 1px 20px rgba(0,0,0,0.15);
}
header.ausp_active figure {
  width:350px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:3%;
  z-index:18600;
}
header.ausp_active figure img {
  width:100%;
  height: auto;
  display: block;
}


/* Contact Bar */
.contactbarmm {
width:fit-content;
height: 70px;
display: flex;
flex-direction: column;
position: fixed;
top:5px;
right:80px;
z-index:19800;
}
.cbmtitle {
width:100%!important;
height: 25px;
display: block;
text-align: center;
}
.cbmtitle h3 {
  width:100%!important;
  height: 25px;
  display: block;
font-size:14px;
font-weight: 700;
line-height: 25px;
color:var(--color-white);
background-color: var(--color-1st);
border-radius: 9999px;
}
.contactbarmm .cbmtitle h3 br {
  display: none;
}
.contactbar {
width:fit-content;
height: 40px;
display: flex;
justify-content: flex-end;
}
.contactbar li {
  height: 40px;
  display: block;
}
.contactbar li a {
  width:100%;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px 40px;
  transition: .4s all;
}
.contactbar li a:hover {
  opacity: 0.5;
}
.contactbar li.cb_tel_b {
  width:165px;
  height: 40px;
  display: block;
  margin-right:15px;
}
.contactbar li.cb_tel_b span {display: none;}
.contactbar li.cb_tel_b a {
  width:100%;
  height: 40px;
  display: block;
  text-decoration: none;
  font-size:20px;
  color:var(--color-1st);
  letter-spacing: -0.5px;
  font-weight: 700;
  line-height: 40px;
  text-align: right;
  background-image: url(../img/header/ic-freedial.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 35px;
  padding:0 0 0 35px;
  transition: .4s all;
}
.contactbar li.cb_tel_b a:hover {
  opacity: 0.5;
}
.contactbar li.cb_mail_b {
  width:145px;
  height: 40px;
  display: block;
  margin-right:15px;
}
.contactbar li.cb_mail_b a {
  width:100%;
  height: 40px;
  display: block;
  text-decoration: none;
  color:var(--color-1st);
  font-size:14px;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 40px;
  text-align: right;
  background-image: url(../img/header/ic-mail_b.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 35px;
  padding:0 0 0 35px;
  transition: .4s all;
}
.contactbar li.cb_mail_b a:hover {
  opacity: 0.5;
}

.contactbar li.cb_line_b {
  width:130px;
  height: 40px;
  display: block;
}
.contactbar li.cb_line_b a {
  width:100%;
  height: 40px;
  display: block;
  text-decoration: none;
  color:var(--color-1st);
  font-size:14px;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 40px;
  text-align: right;
  background-image: url(../img/header/ic-line_b.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 35px;
  padding:0 0 0 35px;
  transition: .4s all;
}
.contactbar li.cb_line_b a:hover {
  opacity: 0.5;
}

/* Contact Bar(Active) */
.contactbarmm.cbactive {
width:100%;
height: 70px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
position: fixed;
top:auto;
bottom: 0px;
right:0px;
z-index:19800;
padding:0px 20px;
background-color: var(--color-2nd);
box-shadow:0px -2px 10px rgba(0,0,0,0.4);
}
.contactbarmm.cbactive .cbmtitle {
width:fit-content;
height: 70px;
display: block;
text-align: left;
}
.contactbarmm.cbactive .cbmtitle h3 {
width:fit-content;
height: 70px;
display: block;
font-size:20px;
font-weight: 700;
line-height: 70px;
color:var(--color-white);
background-color: var(--color-2nd);
}
.contactbarmm.cbactive .cbmtitle h3 br {
  display: none;
}
.contactbarmm.cbactive .contactbar {
  width:fit-content;
  height: 70px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.contactbarmm.cbactive .contactbar li {
  height: 70px;
  display: block;
}
.contactbarmm.cbactive .contactbar li:last-child {
  margin-right:0;
}
.contactbarmm.cbactive .contactbar li a {
  width:100%;
  height: 70px;
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px 40px;
  transition: .4s all;
}
.contactbarmm.cbactive .contactbar li a:hover {
  opacity: 0.5;
}
.contactbarmm.cbactive .contactbar li.cb_tel_b {
  width:165px;
  height: 70px;
  display: block;
  margin-right:35px;
}
.contactbarmm.cbactive .contactbar li.cb_tel_b span {display: none;}
.contactbarmm.cbactive .contactbar li.cb_tel_b a {
  width:100%;
  height: 70px;
  display: block;
  text-decoration: none;
  font-size:20px;
  color:var(--color-white);
  letter-spacing: -0.5px;
  font-weight: 700;
  line-height: 70px;
  text-align: right;
  background-image: url(../img/header/ic-freedial_w.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 35px;
  padding:0 0 0 35px;
  transition: .4s all;
}
.contactbarmm.cbactive .contactbar li.cb_tel a:hover {
  opacity: 0.5;
}
.contactbarmm.cbactive .contactbar li.cb_mail_b {
  width:145px;
  height: 70px;
  display: block;
  margin-right:35px;
}
.contactbarmm.cbactive .contactbar li.cb_mail_b a {
  width:100%;
  height: 70px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  font-size:14px;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 70px;
  text-align: right;
  background-image: url(../img/header/ic-mail_w.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 35px;
  padding:0 0 0 35px;
  transition: .4s all;
}
.contactbarmm.cbactive .contactbar li.cb_mail_b a:hover {
  opacity: 0.5;
}

.contactbarmm.cbactive .contactbar li.cb_line_b {
  width:130px;
  height: 70px;
  display: block;
}
.contactbarmm.cbactive .contactbar li.cb_line_b a {
  width:100%;
  height: 70px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  font-size:14px;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 70px;
  text-align: right;
  background-image: url(../img/header/ic-line_b.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 35px;
  padding:0 0 0 35px;
  transition: .4s all;
}
.contactbarmm.cbactive .contactbar li.cb_line_b a:hover {
  opacity: 0.5;
}


/* Contact Bar(End) */
.contactbarmm.cbend {
width:100%;
height: 80px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
position: relative;
top:auto;
bottom: auto;
right:0px;
z-index:19800;
padding:5px 20px;
background-color: var(--color-2nd);
box-shadow:0px -2px 10px rgba(0,0,0,0.4);
}
.contactbarmm.cbend .cbmtitle {
width:fit-content!important;
height: 27px;
display: block;
margin: 0 auto;
}
.contactbarmm.cbend .cbmtitle h3 {
width:100%;
height: 27px;
display: block;
font-size:16px;
font-weight: 500;
line-height: 25px;
color:var(--color-white);
padding:0 6em;
margin: 0 auto;
}
.contactbarmm.cbend .cbmtitle h3 br {
  display: none;
}
.contactbarmm.cbend .contactbar {
  width:fit-content;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.contactbarmm.cbend .contactbar li {
  height: 50px;
  display: block;
}
.contactbarmm.cbend .contactbar li:last-child {
  margin-right:0;
}
.contactbarmm.cbend .contactbar li a {
  width:100%;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px 40px;
  transition: .4s all;
}
.contactbarmm.cbend .contactbar li a:hover {
  opacity: 0.5;
}
.contactbarmm.cbend .contactbar li.cb_tel_b {
  width:165px;
  height: 50px;
  display: block;
  margin-right:35px;
}
.contactbarmm.cbend .contactbar li.cb_tel_b span {display: none;}
.contactbarmm.cbend .contactbar li.cb_tel_b a {
  width:100%;
  height: 50px;
  display: block;
  text-decoration: none;
  font-size:20px;
  color:var(--color-white);
  letter-spacing: -0.5px;
  font-weight: 700;
  line-height: 50px;
  text-align: right;
  background-image: url(../img/header/ic-freedial_w.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 35px;
  padding:0 0 0 35px;
  transition: .4s all;
}
.contactbarmm.cbend .contactbar li.cb_tel a:hover {
  opacity: 0.5;
}
.contactbarmm.cbend .contactbar li.cb_mail_b {
  width:145px;
  height: 50px;
  display: block;
  margin-right:35px;
}
.contactbarmm.cbend .contactbar li.cb_mail_b a {
  width:100%;
  height: 50px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  font-size:14px;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 50px;
  text-align: right;
  background-image: url(../img/header/ic-mail_w.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 35px;
  padding:0 0 0 35px;
  transition: .4s all;
}
.contactbarmm.cbend .contactbar li.cb_mail_b a:hover {
  opacity: 0.5;
}

.contactbarmm.cbend .contactbar li.cb_line_b {
  width:130px;
  height: 50px;
  display: block;
}
.contactbarmm.cbend .contactbar li.cb_line_b a {
  width:100%;
  height: 50px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  font-size:14px;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 50px;
  text-align: right;
  background-image: url(../img/header/ic-line_b.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 35px;
  padding:0 0 0 35px;
  transition: .4s all;
}
.contactbarmm.cbend .contactbar li.cb_line_b a:hover {
  opacity: 0.5;
}


/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
}
.ftbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin:0 auto;
  padding:50px 5%;
}
.ftbody .ft01 {
  width:65%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.ftbody .ft02 {
  width:30%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ftbody ul {
  width:48%;
  height:auto;
  display:flex;
  flex-direction: column;
}
.ftbody ul li {
  font-size:14px;
  margin:0 1em;
  border-bottom: 1px dotted rgba(255,255,255,0.4);
}
.ftbody ul li a {
  width:100%;
  height: auto;
  display: block;
  padding:1em 0.5em;
  color:var(--color-white);
  text-decoration: none;
  background-image:url(../img/header/ic-ar_w.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: auto 16px;
  transition: .4s all;
}
.ftbody ul li a:hover {
  color:var(--color-3rd);
  text-decoration: none;
}

.ftbody .ft02 h2 {
  font-size:18px;
  font-weight: 500;
  line-height: 1.25em;
  text-align: center;
  color: var(--color-white);
  margin-bottom: 0.5em;
}
.ftbody .ft02 p.ft_ad01 {
  font-size:14px;
  line-height: 1.5em;
  color:var(--color-white);
  margin:0 0 0.5em 0;
}
.ftbody .ft02 p.ft_freedial {
  font-size:32px;
  font-weight: 700;
  letter-spacing: 0;
  margin:0 0 0.3em 0;
}
.ftbody .ft02 p.ft_freedial a {
  width:100%;
  height: 50px;
  display: block;
  line-height: 50px;
  text-decoration: none;
  color: var(--color-white);
  padding-left:45px;
  background-image: url(../img/header/ic-freedial_w.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 40px;
}
.ftbody .ft02 p.ft_ad02 {
  font-size:14px;
  line-height: 1.5em;
  text-align: center;
  color:var(--color-white);
  margin:0 0 2em 0;
}
.ftbody .ft02 a {
  text-decoration: none;
  color: var(--color-white);
}
.ftbody .ft02 a:hover {
  text-decoration: underline;
  color: var(--color-3rd);
}
.ftbody p.ftcopy {
  font-size:10px;
  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: 100px;
  display: block;
  position: fixed;
  top:0px;
  left:0px;
  z-index:18500;
}
header figure {
  width:300px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:3%;
  z-index:18600;
}
header figure img {
  width:100%;
  height: auto;
  display: block;
}

/* Header (Active) */
header.ausp_active {
  width:100%;
  height: 70px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
background-color: rgba(255,255,255,0.5);
  background-image: url(../img/ptbg.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100% auto;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:0px 1px 20px rgba(0,0,0,0.15);
}
header.ausp_active figure {
  width:350px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:3%;
  z-index:18600;
}
header.ausp_active figure img {
  width:100%;
  height: auto;
  display: block;
}


/* Contact Bar */
.contactbarmm {
width:fit-content;
height: 40px;
display: flex;
justify-content: flex-end;
position: fixed;
top:30px;
right:80px;
z-index:19800;
}
.cbmtitle {
display: none;
}
.cbmtitle h3 {

}
.cbmtitle p {

}
.contactbar {
  width:fit-content;
  height: 40px;
  display: flex;
  justify-content: flex-end;
}
.contactbar li {
  height: 40px;
  display: block;
}
.contactbar li a {
  width:100%;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px 40px;
  transition: .4s all;
}
.contactbar li a:hover {
  opacity: 0.5;
}
.contactbar li.cb_tel_b {
  width:165px;
  height: 40px;
  display: block;
  margin-right:15px;
}
.contactbar li.cb_tel_b span {display: none;}
.contactbar li.cb_tel_b a {
  width:100%;
  height: 40px;
  display: block;
  text-decoration: none;
  font-size:20px;
  color:var(--color-1st);
  letter-spacing: -0.5px;
  font-weight: 700;
  line-height: 40px;
  text-align: right;
  background-image: url(../img/header/ic-freedial.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 35px;
  padding:0 0 0 35px;
  transition: .4s all;
}
.contactbar li.cb_tel_b a:hover {
  opacity: 0.5;
}
.contactbar li.cb_mail_b {
  width:40px;
  height: 40px;
  display: block;
  margin-right:5px;
}
.contactbar li.cb_mail_b a {
  width:100%;
  height: 40px;
  display: block;
  text-decoration: none;
  color:var(--color-1st);
  font-size:14px;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  text-indent: -9999px;
  background-image: url(../img/header/ic-mail_b.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 35px;
  padding:0 0 0 35px;
  transition: .4s all;
}
.contactbar li.cb_mail_b a:hover {
  opacity: 0.5;
}

.contactbar li.cb_line_b {
  width:40px;
  height: 40px;
  display: block;
}
.contactbar li.cb_line_b a {
  width:100%;
  height: 40px;
  display: block;
  text-decoration: none;
  color:var(--color-1st);
  font-size:14px;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  text-indent: -9999px;
  background-image: url(../img/header/ic-line_b.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 35px;
  padding:0 0 0 35px;
  transition: .4s all;
}
.contactbar li.cb_line_b a:hover {
  opacity: 0.5;
}

/* Contact Bar(Active) */
.contactbarmm.cbactive {
width:100%;
height: 50px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
position: fixed;
top:auto;
bottom: 70px;
right:0px;
z-index:19800;
padding:0px 20px;
background-color: var(--color-1st);
box-shadow:0px -2px 10px rgba(0,0,0,0.4);
}
.contactbarmm.cbactive .cbmtitle {
width:fit-content;
height: 50px;
display: block;
text-align: left;
padding:7px 0;
}
.contactbarmm.cbactive .cbmtitle h3 {
width:fit-content;
height: 50px;
display: block;
font-size:14px;
font-weight: 700;
line-height: 18px;
color:var(--color-white);
}
.contactbarmm.cbactive .contactbar {
  width:fit-content;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.contactbarmm.cbactive .contactbar li {
  height: 50px;
  display: block;
}
.contactbarmm.cbactive .contactbar li:last-child {
  margin-right:0;
}
.contactbarmm.cbactive .contactbar li a {
  width:100%;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px 40px;
  transition: .4s all;
}
.contactbarmm.cbactive .contactbar li a:hover {
  opacity: 0.5;
}
.contactbarmm.cbactive .contactbar li.cb_tel_b {
  width:165px;
  height: 50px;
  display: block;
  margin-right:35px;
}
.contactbarmm.cbactive .contactbar li.cb_tel_b span {display: none;}
.contactbarmm.cbactive .contactbar li.cb_tel_b a {
  width:100%;
  height: 50px;
  display: block;
  text-decoration: none;
  font-size:20px;
  color:var(--color-white);
  letter-spacing: -0.5px;
  font-weight: 700;
  line-height: 50px;
  text-align: right;
  background-image: url(../img/header/ic-freedial_w.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 35px;
  padding:0 0 0 35px;
  transition: .4s all;
}
.contactbarmm.cbactive .contactbar li.cb_tel a:hover {
  opacity: 0.5;
}
.contactbarmm.cbactive .contactbar li.cb_mail_b {
  width:145px;
  height: 50px;
  display: block;
  margin-right:35px;
}
.contactbarmm.cbactive .contactbar li.cb_mail_b a {
  width:100%;
  height: 50px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  font-size:14px;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 50px;
  text-align: right;
  background-image: url(../img/header/ic-mail_w.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 35px;
  padding:0 0 0 35px;
  transition: .4s all;
}
.contactbarmm.cbactive .contactbar li.cb_mail_b a:hover {
  opacity: 0.5;
}

.contactbarmm.cbactive .contactbar li.cb_line_b {
  width:130px;
  height: 50px;
  display: block;
}
.contactbarmm.cbactive .contactbar li.cb_line_b a {
  width:100%;
  height: 50px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  font-size:14px;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 50px;
  text-align: right;
  background-image: url(../img/header/ic-line_b.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 35px;
  padding:0 0 0 35px;
  transition: .4s all;
}
.contactbarmm.cbactive .contactbar li.cb_line_b a:hover {
  opacity: 0.5;
}


/* Contact Bar(End) */
.contactbarmm.cbend {
width:100%;
height: 80px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
position: relative;
top:auto;
bottom: auto;
right:0px;
z-index:19800;
padding:5px 20px;
background-color: var(--color-2nd);
box-shadow:0px -2px 10px rgba(0,0,0,0.4);
}
.contactbarmm.cbend .cbmtitle {
width:fit-content!important;
height: 25px;
display: block;
margin: 0 auto;
}
.contactbarmm.cbend .cbmtitle h3 {
width:100%!important;
  height: 25px;
  display: block;
font-size:14px;
font-weight: 700;
line-height: 25px;
color:var(--color-white);
background-color: var(--color-1st);
border-radius: 9999px;
padding:0 8em;
}
.contactbarmm.cbend .cbmtitle h3 br {
  display: none;
}
.contactbarmm.cbend .contactbar {
  width:fit-content;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.contactbarmm.cbend .contactbar li {
  height: 50px;
  display: block;
}
.contactbarmm.cbend .contactbar li:last-child {
  margin-right:0;
}
.contactbarmm.cbend .contactbar li a {
  width:100%;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px 40px;
  transition: .4s all;
}
.contactbarmm.cbend .contactbar li a:hover {
  opacity: 0.5;
}
.contactbarmm.cbend .contactbar li.cb_tel_b {
  width:165px;
  height: 50px;
  display: block;
  margin-right:35px;
}
.contactbarmm.cbend .contactbar li.cb_tel_b span {display: none;}
.contactbarmm.cbend .contactbar li.cb_tel_b a {
  width:100%;
  height: 50px;
  display: block;
  text-decoration: none;
  font-size:20px;
  color:var(--color-white);
  letter-spacing: -0.5px;
  font-weight: 700;
  line-height: 50px;
  text-align: right;
  background-image: url(../img/header/ic-freedial_w.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 35px;
  padding:0 0 0 35px;
  transition: .4s all;
}
.contactbarmm.cbend .contactbar li.cb_tel a:hover {
  opacity: 0.5;
}
.contactbarmm.cbend .contactbar li.cb_mail_b {
  width:145px;
  height: 50px;
  display: block;
  margin-right:35px;
}
.contactbarmm.cbend .contactbar li.cb_mail_b a {
  width:100%;
  height: 50px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  font-size:14px;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 50px;
  text-align: right;
  background-image: url(../img/header/ic-mail_w.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 35px;
  padding:0 0 0 35px;
  transition: .4s all;
}
.contactbarmm.cbend .contactbar li.cb_mail_b a:hover {
  opacity: 0.5;
}

.contactbarmm.cbend .contactbar li.cb_line_b {
  width:130px;
  height: 50px;
  display: block;
}
.contactbarmm.cbend .contactbar li.cb_line_b a {
  width:100%;
  height: 50px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  font-size:14px;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 50px;
  text-align: right;
  background-image: url(../img/header/ic-line_b.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 35px;
  padding:0 0 0 35px;
  transition: .4s all;
}
.contactbarmm.cbend .contactbar li.cb_line_b a:hover {
  opacity: 0.5;
}


/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
}
.ftbody {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin:0 auto;
  padding:30px 5% 100px;
}
.ftbody .ft01 {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.ftbody .ft02 {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ftbody ul {
  width:48%;
  height:auto;
  display:flex;
  flex-direction: column;
}
.ftbody ul li {
  font-size:14px;
  margin:0 1em;
  border-bottom: 1px dotted rgba(255,255,255,0.4);
}
.ftbody ul li a {
  width:100%;
  height: auto;
  display: block;
  padding:1em 0.5em;
  color:var(--color-white);
  text-decoration: none;
  background-image:url(../img/header/ic-ar_w.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: auto 16px;
  transition: .4s all;
}
.ftbody ul li a:hover {
  color:var(--color-3rd);
  text-decoration: none;
}

.ftbody .ft02 h2 {
  font-size:18px;
  font-weight: 500;
  line-height: 1.25em;
  text-align: center;
  color: var(--color-white);
  margin-bottom: 0.5em;
}
.ftbody .ft02 p.ft_ad01 {
  font-size:14px;
  line-height: 1.5em;
  color:var(--color-white);
  margin:0 0 0.5em 0;
}
.ftbody .ft02 p.ft_ad01 br {
  display: none;
}
.ftbody .ft02 p.ft_freedial {
  font-size:32px;
  font-weight: 700;
  letter-spacing: 0;
  margin:0 0 0.3em 0;
}
.ftbody .ft02 p.ft_freedial a {
  width:100%;
  height: 50px;
  display: block;
  line-height: 50px;
  text-decoration: none;
  color: var(--color-white);
  padding-left:45px;
  background-image: url(../img/header/ic-freedial_w.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 40px;
}
.ftbody .ft02 p.ft_ad02 {
  font-size:14px;
  line-height: 1.5em;
  text-align: center;
  color:var(--color-white);
  margin:0 0 2em 0;
}
.ftbody .ft02 a {
  text-decoration: none;
  color: var(--color-white);
}
.ftbody p.ftcopy {
  font-size:10px;
  line-height: 1em;
  margin:0;
  color:var(--color-white);
}


}

/* Style for Smartphone */
@media screen and (max-width: 768px) {

 /* Header */
header {
  width:100%;
  height: 70px;
  display: block;
  position: fixed;
  top:0px;
  left:0px;
  z-index:18500;
}
header figure {
  width:280px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:3%;
  z-index:18600;
}
header figure img {
  width:100%;
  height: auto;
  display: block;
}

/* Header (Active) */
header.ausp_active {
  width:100%;
  height: 70px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  background-color: rgba(255,255,255,0.5);
  background-image: url(../img/ptbg.png);
  background-repeat: no-repeat;
  background-position: 0 10%;
  background-size: 100% auto;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:0px 1px 20px rgba(0,0,0,0.15);
  transition: .4s all;
}
header.ausp_active figure {
  width:240px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:3%;
  z-index:18600;
  transition: .4s all;
}
header.ausp_active figure img {
  width:100%;
  height: auto;
  display: block;
}


/* Contact Bar */
.contactbarmm {
width:100%;
height: 50px;
display: block;
position: fixed;
top:auto;
bottom:-70px;
right:0;
left:auto;
z-index:19800;
padding:0px 20px;
background-color: var(--color-1st);
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
box-shadow:0px -2px 10px rgba(0,0,0,0.4);
  transition: .4s all;
}
.cbmtitle {
display: none;
}
.cbmtitle h3 {

}
.cbmtitle p {

}
.contactbar {
  width:100%;
  height: 50px;
  display: flex;
  justify-content: center;
  padding:0px 20px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow:0px -2px 10px rgba(0,0,0,0.4);
}
@media screen and (max-width: 480px) {
  .contactbar {
    padding:0px 5px;
  }
}
.contactbar li {
  height: 50px;
  display: block;
}
.contactbar li:last-child {
  margin-right:0;
}
.contactbar li a {
  width:100%;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px 40px;
  transition: .4s all;
}
.contactbar li a:hover {
  opacity: 0.5;
}
.contactbar li.cb_tel_b {
  width:100%;
  height: 50px;
  display: flex;
  justify-content: center;
  margin-right:0px;
}
.contactbar li.cb_tel_b span {
  font-size:12px;
  font-weight: 700;
  line-height: 50px;
  color:var(--color-white);
  display: inline-block;
  margin-right: 15px;
}
.contactbar li.cb_tel_b a {
  width:fit-content;
  height: 50px;
  display: block;
  text-decoration: none;
  font-size:20px;
  color:var(--color-white);
  letter-spacing: -0.5px;
  font-weight: 700;
  line-height: 50px;
  text-align: right;
  background-image: url(../img/header/ic-freedial_w.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 35px;
  padding:0 0 0 35px;
  transition: .4s all;
}
.contactbar li.cb_tel a:hover {
  opacity: 0.5;
}
.contactbar li.cb_mail_b {
  width:145px;
  height: 50px;
  display: none;
  margin-right:35px;
}
.contactbar li.cb_mail_b a {
  width:100%;
  height: 50px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  font-size:14px;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 50px;
  text-align: right;
  background-image: url(../img/header/ic-mail_w.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 35px;
  padding:0 0 0 35px;
  transition: .4s all;
}
.contactbar li.cb_mail_b a:hover {
  opacity: 0.5;
}

.contactbar li.cb_line_b {
  width:130px;
  height: 50px;
  display: none;
}
.contactbar li.cb_line_b a {
  width:100%;
  height: 50px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  font-size:14px;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 50px;
  text-align: right;
  background-image: url(../img/header/ic-line_b.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 35px;
  padding:0 0 0 35px;
  transition: .4s all;
}
.contactbar li.cb_line_b a:hover {
  opacity: 0.5;
}

/* Contact Bar(Active) */
.contactbarmm.cbactive {
  width:100%;
  height: 50px;
  display: block;
  position: fixed;
  top:auto;
  bottom:80px;
  right:0;
  left:auto;
  z-index:19800;
  background-color: var(--color-1st);
}
.contactbarmm.cbactive .cbmtitle {
display: none;
}
.contactbarmm.cbactive .contactbar {
  width:100%;
  height: 50px;
  display: flex;
  justify-content: center;
  padding:0px 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow:0px -2px 10px rgba(0,0,0,0.4);
}
.contactbarmm.cbactive .contactbar li {
  height: 50px;
  display: block;
}
.contactbarmm.cbactive .contactbar li:last-child {
  margin-right:0;
}
.contactbarmm.cbactive .contactbar li a {
  width:100%;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px 40px;
  transition: .4s all;
}
.contactbarmm.cbactive .contactbar li a:hover {
  opacity: 0.5;
}
.contactbarmm.cbactive .contactbar li.cb_tel_b {
  width:100%;
  height: 50px;
  display: flex;
  justify-content: center;
  margin-right:0px;
}
.contactbarmm.cbactive .contactbar li.cb_tel_b span {
  font-size:12px;
  font-weight: 700;
  line-height: 50px;
  color:var(--color-white);
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  .contactbarmm.cbactive .contactbar li.cb_tel_b span {
    font-size:11px;
  }
}
.contactbarmm.cbactive .contactbar li.cb_tel_b a {
  width:fit-content;
  height: 50px;
  display: block;
  text-decoration: none;
  font-size:20px;
  color:var(--color-white);
  letter-spacing: -0.5px;
  font-weight: 700;
  line-height: 50px;
  text-align: right;
  background-image: url(../img/header/ic-freedial_w.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 30px;
  padding:0 0 0 35px;
  transition: .4s all;
}
@media screen and (max-width: 480px) {
  .contactbarmm.cbactive .contactbar li.cb_tel_b a {
    font-size:18px;
  }
}
.contactbarmm.cbactive .contactbar li.cb_tel a:hover {
  opacity: 0.5;
}
.contactbarmm.cbactive .contactbar li.cb_mail_b {
  width:145px;
  height: 50px;
  display: none;
  margin-right:35px;
}
.contactbarmm.cbactive .contactbar li.cb_mail_b a {
  width:100%;
  height: 50px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  font-size:14px;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 50px;
  text-align: right;
  background-image: url(../img/header/ic-mail_w.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 35px;
  padding:0 0 0 35px;
  transition: .4s all;
}
.contactbarmm.cbactive .contactbar li.cb_mail_b a:hover {
  opacity: 0.5;
}

.contactbarmm.cbactive .contactbar li.cb_line_b {
  width:130px;
  height: 50px;
  display: none;
}
.contactbarmm.cbactive .contactbar li.cb_line_b a {
  width:100%;
  height: 50px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  font-size:14px;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 50px;
  text-align: right;
  background-image: url(../img/header/ic-line_b.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 35px;
  padding:0 0 0 35px;
  transition: .4s all;
}
.contactbarmm.cbactive .contactbar li.cb_line_b a:hover {
  opacity: 0.5;
}


/* Contact Bar(End) */
.contactbarmm.cbend {
  width:100%;
  height: 60px;
  display: block;
  position: relative;
  top:auto;
  bottom:auto;
  right:0;
  z-index:18450;
  background-color: var(--color-1st);
  box-shadow:0px -2px 10px rgba(0,0,0,0.4);
}
.contactbarmm.cbend .cbmtitle {
display: none;
}
.contactbarmm.cbend .contactbar {
width:100%;
  height: 60px;
  display: flex;
  justify-content: center;
  padding:0px 0px;
}
.contactbarmm.cbend .contactbar li {
  height: 60px;
  display: block;
}
.contactbarmm.cbend .contactbar li:last-child {
  margin-right:0;
}
.contactbarmm.cbend .contactbar li a {
  width:100%;
  height: 60px;
  display: block;
  background-repeat: no-repeat;
  transition: .4s all;
}
.contactbarmm.cbend .contactbar li a:hover {
  opacity: 0.5;
}
.contactbarmm.cbend .contactbar li.cb_tel_b {
  width:165px;
  height: 60px;
  display: block;
  margin-right:0px;
}
.contactbarmm.cbend .contactbar li.cb_tel_b span {display: none;}
.contactbarmm.cbend .contactbar li.cb_tel_b a {
  width:100%;
  height: 60px;
  display: block;
  text-decoration: none;
  font-size:16px;
  color:var(--color-white);
  letter-spacing: -0.5px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  background-color: var(--color-1st);
  background-image: url(../img/header/ic-freedial_w.png);
  background-repeat: no-repeat;
  background-position: center 8px;
  background-size: 25px 25px;
  padding:35px 0 0 0;
  transition: .4s all;
}
.contactbarmm.cbend .contactbar li.cb_tel a:hover {
  opacity: 0.5;
}
.contactbarmm.cbend .contactbar li.cb_mail_b {
  width:145px;
  height: 60px;
  display: block;
  margin-right:0px;
}
.contactbarmm.cbend .contactbar li.cb_mail_b a {
  width:100%;
  height: 60px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  font-size:12px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-indent: 0;
  background-color: var(--color-3rd);
  background-image: url(../img/header/ic-mail_w.png);
  background-repeat: no-repeat;
  background-position: center 8px;
  background-size: 25px 25px;
  padding:35px 0 0 0;
  transition: .4s all;
}
.contactbarmm.cbend .contactbar li.cb_mail_b a:hover {
  opacity: 0.5;
}

.contactbarmm.cbend .contactbar li.cb_line_b {
  width:130px;
  height: 60px;
  display: block;
}
.contactbarmm.cbend .contactbar li.cb_line_b a {
  width:100%;
  height: 60px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  font-size:12px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-indent: 0;
  background-color: var(--color-4th);
  background-image: url(../img/header/ic-line_b.png);
  background-repeat: no-repeat;
  background-position: center 8px;
  background-size: 25px 25px;
  padding:35px 0 0 0;
  transition: .4s all;
}
.contactbarmm.cbend .contactbar li.cb_line_b a:hover {
  opacity: 0.5;
}


/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
}
.ftbody {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin:0 auto;
  padding:30px 5% 100px;
}
.ftbody .ft01 {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.ftbody .ft02 {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ftbody ul {
  width:100%;
  height:auto;
  display:flex;
  flex-direction: column;
}
.ftbody ul li {
  font-size:14px;
  margin:0 1em;
  border-bottom: 1px dotted rgba(255,255,255,0.4);
}
.ftbody ul li a {
  width:100%;
  height: auto;
  display: block;
  padding:1em 0.5em;
  color:var(--color-white);
  text-decoration: none;
  background-image:url(../img/header/ic-ar_w.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: auto 16px;
  transition: .4s all;
}
.ftbody ul li a:hover {
  color:var(--color-3rd);
  text-decoration: none;
}

.ftbody .ft02 h2 {
  font-size:18px;
  font-weight: 500;
  line-height: 1.25em;
  text-align: center;
  color: var(--color-white);
  margin-bottom: 0.5em;
}
.ftbody .ft02 p.ft_ad01 {
  font-size:14px;
  line-height: 1.5em;
  color:var(--color-white);
  text-align: center;
  margin:0 0 0.5em 0;
}
.ftbody .ft02 p.ft_freedial {
  font-size:32px;
  font-weight: 700;
  letter-spacing: 0;
  margin:0 0 0.3em 0;
}
.ftbody .ft02 p.ft_freedial a {
  width:100%;
  height: 50px;
  display: block;
  line-height: 50px;
  text-decoration: none;
  color: var(--color-white);
  padding-left:45px;
  background-image: url(../img/header/ic-freedial.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 40px;
}
.ftbody .ft02 p.ft_ad02 {
  font-size:14px;
  line-height: 1.5em;
  text-align: center;
  color:var(--color-white);
  margin:0 0 2em 0;
}
.ftbody .ft02 a {
  text-decoration: none;
  color: var(--color-white);
}
.ftbody p.ftcopy {
  font-size:10px;
  line-height: 1em;
  margin:0;
  color:var(--color-white);
}

}
