
/* Style for PCs */
@media screen and (min-width: 1025px) {

/* Header */
header {
  width:100%;
  height: 120px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  transition: .4s all;
}
header figure {
  width:220px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:40px;
  left:2%;
  z-index:18600;
  transition: .4s all;
}
header figure img {
  width:100%;
  height: auto;
  display: block;
  transition: .4s all;
}
header p.yamaha_trust {
  width:75px;
  height: 60px;
  display: block;
  margin:0;
  position: fixed;
  top:40px;
  right:10px;
  z-index:17500;
  transition: .4s all;
}

/* Header (Active) */
header.op_active {
  width:100%;
  height: 60px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  background-color: rgba(0,84,183,0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}
header.op_active figure {
  width:200px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:2%;
  z-index:18600;
}
header.op_active figure img {
  width:100%;
  height: auto;
  display: block;
}
header.op_active p.yamaha_trust {
  width:75px;
  height: 50px;
  display: block;
  margin:0;
  position: fixed;
  top:5px;
  right:10px;
  z-index:17500;
}


/* Contact Bar */
.contactbar {
width:50px;
height: auto;
display: flex;
flex-direction: column;
position: fixed;
top:25%;
right:-70px;
z-index:19800;
margin:0;
padding:0;
overflow: hidden;
}
.contactbar li.cb_tel {
width:50px;
height: 50px;
display: block;
border-top-left-radius: 5px;
margin-bottom:2px;
box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}
.contactbar li.cb_tel a {
width:100%;
height: 50px;
display: block;
text-decoration: none;
color:var(--color-black);
font-size:18px;
letter-spacing: 0px;
font-weight: 300;
line-height: 50px;
text-indent: -9999px;
margin:0;
padding:0;
background-color: var(--color-1st);
background-image: url(../img/header/ic-tel_w-nc.png);
background-repeat: no-repeat;
background-position: center center;
background-size: auto 35px;
padding:0 0 0 0;
}
.contactbar li.cb_tel a:hover {
  background-color: var(--color-2nd);
}
.contactbar li.cb_mail {
width:50px;
height: auto;
display: block;
text-align: center;
margin:0!important;
padding:0;
}
.contactbar li.cb_mail a {
  width:50px;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  font-size:16px;
  letter-spacing: -1px;
  font-weight: 500;
  line-height: 50px;
  margin:0;
  padding:0;
  background-color: var(--color-1st);
  background-image: url(../img/header/ic-mail_w_nc.png);
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: auto 35px;
  padding:50px 0 15px 0;
  writing-mode: vertical-rl;
  display: inline-block;
}
.contactbar li.cb_mail a:hover {
  background-color: var(--color-2nd);
}

.contactbar li.cb_fb {
width:50px;
height: 50px;
display: block;
margin-bottom:3px;
box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}
.contactbar li.cb_fb a {
width:100%;
height: 50px;
display: block;
text-decoration: none;
color:var(--color-black);
font-size:18px;
letter-spacing: 0px;
font-weight: 300;
line-height: 50px;
text-indent: -9999px;
margin:0;
padding:0;
background-color: var(--color-1st);
background-image: url(../img/header/ic-fb_w.png);
background-repeat: no-repeat;
background-position: center center;
background-size: auto 35px;
}
.contactbar li.cb_fb a:hover {
  background-color: var(--color-2nd);
}

.contactbar li.cb_ins {
width:50px;
height: 50px;
display: block;
margin-bottom:2px;
box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}
.contactbar li.cb_ins a {
width:100%;
height: 50px;
display: block;
text-decoration: none;
color:var(--color-black);
font-size:18px;
letter-spacing: 0px;
font-weight: 300;
line-height: 50px;
text-indent: -9999px;
margin:0;
padding:0;
background-color: var(--color-1st);
background-image: url(../img/header/ic-ins_w.png);
background-repeat: no-repeat;
background-position: center center;
background-size: auto 35px;
}
.contactbar li.cb_ins a:hover {
  background-color: var(--color-2nd);
}

/* Contact Bar(Active) */
.contactbar.cbactive {
right:0;
}


/* Contact Bar(End) */
.contactbar.cbend {
width:fit-content;
height: 50px;
display: flex;
flex-direction: row;
position: relative;
top:auto;
bottom: 0;
right:0;
left:auto;
z-index:19800;
margin:0 0 0 auto;
padding:0;
overflow: hidden;
}
.contactbar.cbend li.cb_tel {
width:180px;
height: 50px;
display: block;
border-top-left-radius: 0px;
margin-bottom:0px;
box-shadow: none;
}
.contactbar.cbend li.cb_tel a {
width:100%;
height: 50px;
display: block;
text-decoration: none;
color:var(--color-white);
font-size:18px;
letter-spacing: 0px;
font-weight: 500;
line-height: 50px;
text-indent:0;
margin:0;
  padding:0 10px 0 40px;
  border-right:1px solid var(--color-white);
background-color: var(--color-1st);
background-image: url(../img/header/ic-tel_w-nc.png);
background-repeat: no-repeat;
background-position: 5px center;
background-size: auto 30px;
}
.contactbar.cbend li.cb_tel a:hover {
  background-color: var(--color-2nd);
}
.contactbar.cbend li.cb_mail {
width:170px;
height: 50px;
display: block;
text-align: center;
margin:0;
padding:0;
  border-bottom-left-radius: 0px;
}
.contactbar.cbend li.cb_mail a {
  width:100%;
  height: auto;
  text-decoration: none;
  color:var(--color-white);
  font-size:14px;
  letter-spacing: -1px;
  font-weight: 500;
  line-height: 50px;
  margin:0;
  padding:0;
  background-color: var(--color-1st);
  background-image: url(../img/header/ic-mail_w_nc.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 30px;
  padding:0 5px 0 40px;
  writing-mode:horizontal-tb;
  display: block;
}
.contactbar.cbend li.cb_mail a:hover {
  background-color: var(--color-2nd);
}

.contactbar.cbend li.cb_fb {
width:fit-content;
height: 50px;
display: block;
margin-left:2px;
margin-bottom:0px;
box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}
.contactbar.cbend li.cb_fb a {
width:100%;
height: 50px;
display: block;
text-decoration: none;
color:var(--color-black);
font-size:18px;
letter-spacing: 0px;
font-weight: 300;
line-height: 50px;
text-indent: -9999px;
margin:0;
  padding:0 0px 0 50px;
  border-right:1px solid var(--color-white);
background-color: var(--color-1st);
background-image: url(../img/header/ic-fb_w.png);
background-repeat: no-repeat;
background-position: 10px center;
background-size: auto 35px;
}
.contactbar.cbend li.cb_fb a:hover {
  background-color: var(--color-2nd);
}

.contactbar.cbend li.cb_ins {
width:fit-content;
height: 50px;
display: block;
margin-bottom:0px;
box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}
.contactbar.cbend li.cb_ins a {
width:100%;
height: 50px;
display: block;
text-decoration: none;
color:var(--color-black);
font-size:18px;
letter-spacing: 0px;
font-weight: 300;
line-height: 50px;
text-indent: -9999px;
margin:0;
  padding:0 0px 0 50px;
  border-right:1px solid var(--color-white);
background-color: var(--color-1st);
background-image: url(../img/header/ic-ins_w.png);
background-repeat: no-repeat;
background-position: 10px center;
background-size: auto 35px;
}
.contactbar.cbend li.cb_ins a:hover {
  background-color: var(--color-2nd);
}

/* 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%;
}
.ft01 {
  width:60%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ftbody ul {
  width:47%;
  height:auto;
  display:flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.ftbody ul li {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  line-height: 1.5em;
  margin:0;
  padding:0;
  border-bottom: 1px dotted var(--color-999);
}
.ftbody ul li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  padding:1em 0.5em 1em 0.5em;
  margin:0;
  background-image: url(../img/header/ic-ar_h_w.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: auto 18px;
}
.ftbody ul li a:hover {
  background-color: rgba(255,255,255,0.1);
}


.ft02 {
  width:35%;
  height: auto;
  display: block;
}
.ft02 h2 {
  width:100%;
  height: auto;
  display: block;
  font-size:16px;
  font-weight: 700;
  line-height: 1em;
  color:var(--color-white);
  margin-bottom: 10px;
  text-align: center;
  padding-top:30px;
  background-image: url(../img/header/logo.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 20px;
}
.ft02 p.ft_ad01 {
  font-size:14px;
  line-height: 1.5em;
  color:var(--color-white);
  text-align: center;
  margin-bottom: 10px;
}
.ft02 p.ft_tel {
  width:fit-content;
  height: 40px;
  display: block;
  font-size:24px;
  font-weight: 600;
  margin:0 auto 5px;
}
.ft02 p.ft_tel a {
  width:100%;
  height: 40px;
  display: block;
  text-decoration: none;
  color: var(--color-white);
  padding-left:40px;
  background-image:url(../img/header/ic-tel_w.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 34px;
}
.ft02 p.ft_ad02 {
  font-size:14px;
  line-height: 1.5em;
  color:var(--color-white);
  text-align: center;
  margin-bottom: 15px;
}

.ft02 p.ftcopy {
  text-align: center;
  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: 80px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  transition: .4s all;
}
header figure {
  width:220px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:20px;
  left:50%;
  z-index:18600;
  transform: translateX(-50%);
  transition: .4s all;
}
header figure img {
  width:100%;
  height: auto;
  display: block;
  transition: .4s all;
}
header p.yamaha_trust {
  width:75px;
  height: 60px;
  display: block;
  margin:0;
  position: fixed;
  top:20px;
  left:10px;
  z-index:17500;
  transition: .4s all;
}

/* Header (Active) */
header.op_active {
  width:100%;
  height: 70px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  background-color: rgba(0,84,183,0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
  transition: .4s all;
}
header.op_active figure {
  width:220px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:10px;
  left:50%;
  z-index:18600;
  transform: translateX(-50%);
  transition: .4s all;
}
header.op_active figure img {
  width:100%;
  height: auto;
  display: block;
  transition: .4s all;
}
header.op_active p.yamaha_trust {
  width:75px;
  height: 60px;
  display: block;
  margin:0;
  position: fixed;
  top:10px;
  left:10px;
  z-index:17500;
  transition: .4s all;
}


/* Contact Bar */
.contactbar {
width:50px;
height: auto;
display: flex;
flex-direction: column;
position: fixed;
top:25%;
right:-70px;
z-index:19800;
margin:0;
padding:0;
overflow: hidden;
}
.contactbar li.cb_tel {
width:50px;
height: 50px;
display: block;
border-top-left-radius: 5px;
margin-bottom:2px;
box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}
.contactbar li.cb_tel a {
width:100%;
height: 50px;
display: block;
text-decoration: none;
color:var(--color-black);
font-size:18px;
letter-spacing: 0px;
font-weight: 300;
line-height: 50px;
text-indent: -9999px;
margin:0;
padding:0;
background-color: var(--color-1st);
background-image: url(../img/header/ic-tel_w-nc.png);
background-repeat: no-repeat;
background-position: center center;
background-size: auto 35px;
padding:0 0 0 0;
}
.contactbar li.cb_tel a:hover {
  background-color: var(--color-2nd);
}
.contactbar li.cb_mail {
width:50px;
height: auto;
display: block;
text-align: center;
margin:0;
padding:0;
  border-bottom-left-radius: 5px;
}
.contactbar li.cb_mail a {
  width:50px;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  font-size:16px;
  letter-spacing: -1px;
  font-weight: 500;
  line-height: 50px;
  margin:0;
  padding:0;
  background-color: var(--color-1st);
  background-image: url(../img/header/ic-mail_w_nc.png);
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: auto 35px;
  padding:50px 0 15px 0;
  writing-mode: vertical-rl;
  display: inline-block;
}
.contactbar li.cb_mail a:hover {
  background-color: var(--color-2nd);
}
.contactbar li.cb_fb {
width:50px;
height: 50px;
display: block;
margin-bottom:3px;
box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}
.contactbar li.cb_fb a {
width:100%;
height: 50px;
display: block;
text-decoration: none;
color:var(--color-black);
font-size:18px;
letter-spacing: 0px;
font-weight: 300;
line-height: 50px;
text-indent: -9999px;
margin:0;
padding:0;
background-color: var(--color-1st);
background-image: url(../img/header/ic-fb_w.png);
background-repeat: no-repeat;
background-position: center center;
background-size: auto 35px;
}
.contactbar li.cb_fb a:hover {
  background-color: var(--color-2nd);
}

.contactbar li.cb_ins {
width:50px;
height: 50px;
display: block;
margin-bottom:2px;
box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}
.contactbar li.cb_ins a {
width:100%;
height: 50px;
display: block;
text-decoration: none;
color:var(--color-black);
font-size:18px;
letter-spacing: 0px;
font-weight: 300;
line-height: 50px;
text-indent: -9999px;
margin:0;
padding:0;
background-color: var(--color-1st);
background-image: url(../img/header/ic-ins_w.png);
background-repeat: no-repeat;
background-position: center center;
background-size: auto 35px;
}
.contactbar li.cb_ins a:hover {
  background-color: var(--color-2nd);
}


/* Contact Bar(Active) */
.contactbar.cbactive {
right:0;
}


/* Contact Bar(End) */
.contactbar.cbend {
width:fit-content;
height: 50px;
display: flex;
flex-direction: row;
position: relative;
top:auto;
bottom: 0;
right:0;
left:auto;
z-index:19800;
margin:0 0 0 auto;
padding:0;
overflow: hidden;
}
.contactbar.cbend li.cb_tel {
width:180px;
height: 50px;
display: block;
border-top-left-radius: 0px;
margin-bottom:0px;
box-shadow: none;
}
.contactbar.cbend li.cb_tel a {
width:100%;
height: 50px;
display: block;
text-decoration: none;
color:var(--color-white);
font-size:18px;
letter-spacing: 0px;
font-weight: 500;
line-height: 50px;
text-indent:0;
margin:0;
  padding:0 10px 0 40px;
  border-right:1px solid var(--color-white);
background-color: var(--color-1st);
background-image: url(../img/header/ic-tel_w-nc.png);
background-repeat: no-repeat;
background-position: 5px center;
background-size: auto 30px;
}
.contactbar.cbend li.cb_tel a:hover {
  background-color: var(--color-2nd);
}
.contactbar.cbend li.cb_mail {
width:170px;
height: 50px;
display: block;
text-align: center;
margin:0;
padding:0;
  border-bottom-left-radius: 0px;
}
.contactbar.cbend li.cb_mail a {
  width:100%;
  height: auto;
  text-decoration: none;
  color:var(--color-white);
  font-size:14px;
  letter-spacing: -1px;
  font-weight: 500;
  line-height: 50px;
  margin:0;
  padding:0;
  background-color: var(--color-1st);
  background-image: url(../img/header/ic-mail_w_nc.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 30px;
  padding:0 5px 0 40px;
  writing-mode:horizontal-tb;
  display: block;
}
.contactbar.cbend li.cb_mail a:hover {
  background-color: var(--color-2nd);
}
.contactbar.cbend li.cb_fb {
width:fit-content;
height: 50px;
display: block;
margin-left:2px;
margin-bottom:0px;
box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}
.contactbar.cbend li.cb_fb a {
width:100%;
height: 50px;
display: block;
text-decoration: none;
color:var(--color-black);
font-size:18px;
letter-spacing: 0px;
font-weight: 300;
line-height: 50px;
text-indent: -9999px;
margin:0;
  padding:0 0px 0 50px;
  border-right:1px solid var(--color-white);
background-color: var(--color-1st);
background-image: url(../img/header/ic-fb_w.png);
background-repeat: no-repeat;
background-position: 10px center;
background-size: auto 35px;
}
.contactbar.cbend li.cb_fb a:hover {
  background-color: var(--color-2nd);
}

.contactbar.cbend li.cb_ins {
width:fit-content;
height: 50px;
display: block;
margin-bottom:0px;
box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}
.contactbar.cbend li.cb_ins a {
width:100%;
height: 50px;
display: block;
text-decoration: none;
color:var(--color-black);
font-size:18px;
letter-spacing: 0px;
font-weight: 300;
line-height: 50px;
text-indent: -9999px;
margin:0;
  padding:0 0px 0 50px;
  border-right:1px solid var(--color-white);
background-color: var(--color-1st);
background-image: url(../img/header/ic-ins_w.png);
background-repeat: no-repeat;
background-position: 10px center;
background-size: auto 35px;
}
.contactbar.cbend li.cb_ins a:hover {
  background-color: var(--color-2nd);
}


/* 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%;
}
.ft01 {
  width:60%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ftbody ul {
  width:47%;
  height:auto;
  display:flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.ftbody ul li {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  line-height: 1.5em;
  margin:0;
  padding:0;
  border-bottom: 1px dotted var(--color-999);
}
.ftbody ul li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  padding:1em 0.5em 1em 0.5em;
  margin:0;
  background-image: url(../img/header/ic-ar_h_w.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: auto 18px;
}
.ftbody ul li a:hover {
  background-color: rgba(255,255,255,0.1);
}


.ft02 {
  width:35%;
  height: auto;
  display: block;
}
.ft02 h2 {
  width:100%;
  height: auto;
  display: block;
  font-size:16px;
  font-weight: 700;
  line-height: 1em;
  color:var(--color-white);
  margin-bottom: 10px;
  text-align: center;
  padding-top:30px;
  background-image: url(../img/header/logo.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 20px;
}
.ft02 p.ft_ad01 {
  font-size:14px;
  line-height: 1.5em;
  color:var(--color-white);
  text-align: center;
  margin-bottom: 10px;
}
.ft02 p.ft_tel {
  width:fit-content;
  height: 40px;
  display: block;
  font-size:24px;
  font-weight: 600;
  margin:0 auto 5px;
}
.ft02 p.ft_tel a {
  width:100%;
  height: 40px;
  display: block;
  text-decoration: none;
  color: var(--color-white);
  padding-left:40px;
  background-image:url(../img/header/ic-tel_w.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 34px;
}
.ft02 p.ft_ad02 {
  font-size:14px;
  line-height: 1.5em;
  color:var(--color-white);
  text-align: center;
  margin-bottom: 15px;
}

.ft02 p.ftcopy {
  text-align: center;
  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: 80px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  transition: .4s all;
}
header figure {
  width:180px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:20px;
  left:50%;
  z-index:18600;
  transform: translateX(-50%);
  transition: .4s all;
}
header figure img {
  width:100%;
  height: auto;
  display: block;
  transition: .4s all;
}
header p.yamaha_trust {
  width:60px;
  height: 50px;
  display: block;
  margin:0;
  position: fixed;
  top:20px;
  left:5px;
  z-index:17500;
  transition: .4s all;
}

/* Header (Active) */
header.op_active {
  width:100%;
  height: 70px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  background-color: rgba(0,84,183,0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
header.op_active figure {
  width:180px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:50%;
  z-index:18600;
  transform: translateX(-50%);
  transition: .4s all;
}
header.op_active figure img {
 width:100%;
  height: auto;
  display: block;
  transition: .4s all;
}
header.op_active p.yamaha_trust {
  width:60px;
  height: 50px;
  display: block;
  margin:0;
  position: fixed;
  top:15px;
  left:5px;
  z-index:17500;
  transition: .4s all;
}


/* Contact Bar */
.contactbar {
width:100%;
height: 70px;
display: flex;
position: fixed;
bottom: -80px;
right:0px;
z-index:18300;
margin:0;
padding:0;
overflow: hidden;
}
.contactbar li.cb_tel {
flex:1;
height: 70px;
display: block;
margin-bottom:0;
border-right:1px solid var(--color-white);
}
.contactbar li.cb_tel a {
width:100%;
height: 70px;
display: block;
text-decoration: none;
color:var(--color-black);
font-size:12px;
letter-spacing: 0px;
font-weight: 300;
line-height: 70px;
text-indent: -9999px;
margin:0;
padding:0;
background-color: var(--color-1st);
background-repeat: no-repeat;
background-position: center center;
background-size: auto 28px;
padding:0 0 0 0;
background-image: url(../img/header/ic-tel_w-nc.png);
}
.contactbar li.cb_tel a:hover {
  background-color: var(--color-2nd);
}
.contactbar li.cb_mail {
flex:1;
height: 70px;
display: block;
margin-bottom:0;
border-right:1px solid var(--color-white);
}
.contactbar li.cb_mail a {
width:100%;
height: 70px;
display: block;
text-decoration: none;
color:var(--color-black);
font-size:12px;
letter-spacing: 0px;
font-weight: 300;
line-height: 70px;
text-indent: -9999px;
margin:0;
padding:0;
background-color: var(--color-1st);
background-repeat: no-repeat;
background-position: center center;
background-size: auto 28px;
padding:0 0 0 0;
  background-image: url(../img/header/ic-mail_w_nc.png);
}
.contactbar li.cb_mail a:hover {
  background-color: var(--color-2nd);
}
.contactbar li.cb_fb {
flex:1;
height: 70px;
display: block;
margin-bottom:0;
border-right:1px solid var(--color-white);
}
.contactbar li.cb_fb a {
width:100%;
height: 70px;
display: block;
text-decoration: none;
color:var(--color-black);
font-size:12px;
letter-spacing: 0px;
font-weight: 300;
line-height: 70px;
text-indent: -9999px;
margin:0;
padding:0;
background-color: var(--color-1st);
background-repeat: no-repeat;
background-position: center center;
background-size: auto 28px;
padding:0 0 0 0;
background-image: url(../img/header/ic-fb_w.png);
}
.contactbar li.cb_fb a:hover {
  background-color: var(--color-2nd);
}

.contactbar li.cb_ins {
flex:1;
height: 70px;
display: block;
margin-bottom:0;
}
.contactbar li.cb_ins a {
width:100%;
height: 70px;
display: block;
text-decoration: none;
color:var(--color-black);
font-size:12px;
letter-spacing: 0px;
font-weight: 300;
line-height: 70px;
text-indent: -9999px;
margin:0;
padding:0;
background-color: var(--color-1st);
background-repeat: no-repeat;
background-position: center center;
background-size: auto 28px;
padding:0 0 0 0;
background-image: url(../img/header/ic-ins_w.png);
}
.contactbar li.cb_ins a:hover {
  background-color: var(--color-2nd);
}

/* Contact Bar(Active) */
.contactbar.cbactive {
bottom:0;
}


/* Contact Bar(End) */
.contactbar.cbend {
width:100%;
height: 50px;
display: flex;
position: relative;
bottom: 0px;
right:0px;
z-index:18300;
margin:0;
padding:0;
overflow: hidden;
border-bottom: 1px solid var(--color-white);
}
.contactbar.cbend li.cb_tel {
height: 50px;
}
.contactbar.cbend li.cb_tel a {
height: 50px;
line-height: 50px;
}
.contactbar.cbend li.cb_mail {
height: 50px;
}
.contactbar.cbend li.cb_mail a {
height: 50px;
line-height: 50px;
}
.contactbar.cbend li.cb_fb {
height: 50px;
}
.contactbar.cbend li.cb_fb a {
height: 50px;
line-height: 50px;
}
.contactbar.cbend li.cb_ins {
height: 50px;
}
.contactbar.cbend li.cb_ins a {
height: 50px;
line-height: 50px;
}

/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
}
.ftbody {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin:0 auto;
  padding:50px 5%;
}
.ft01 {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.ftbody ul {
  width:100%;
  height:auto;
  display:flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.ftbody ul li {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  line-height: 1.5em;
  margin:0;
  padding:0;
  border-bottom: 1px dotted var(--color-999);
}
.ftbody ul li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  padding:1em 0.5em 1em 0.5em;
  margin:0;
  background-image: url(../img/header/ic-ar_h_w.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: auto 18px;
}
.ftbody ul li a:hover {
  background-color: rgba(255,255,255,0.1);
}


.ft02 {
  width:100%;
  height: auto;
  display: block;
}
.ft02 h2 {
  width:100%;
  height: auto;
  display: block;
  font-size:16px;
  font-weight: 700;
  line-height: 1em;
  color:var(--color-white);
  margin-bottom: 10px;
  text-align: center;
  padding-top:30px;
  background-image: url(../img/header/logo.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 20px;
}
.ft02 p.ft_ad01 {
  font-size:14px;
  line-height: 1.5em;
  color:var(--color-white);
  text-align: center;
  margin-bottom: 10px;
}
.ft02 p.ft_tel {
  width:fit-content;
  height: 40px;
  display: block;
  font-size:24px;
  font-weight: 600;
  margin:0 auto 5px;
}
.ft02 p.ft_tel a {
  width:100%;
  height: 40px;
  display: block;
  text-decoration: none;
  color: var(--color-white);
  padding-left:40px;
  background-image:url(../img/header/ic-tel_w.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 34px;
}
.ft02 p.ft_ad02 {
  font-size:14px;
  line-height: 1.5em;
  color:var(--color-white);
  text-align: center;
  margin-bottom: 15px;
}

.ft02 p.ftcopy {
  text-align: center;
  font-size:10px;
  line-height: 1em;
  margin:0;
  color:var(--color-white);
}
}
