
/* Style for PCs */
@media screen and (min-width: 1025px) {

/* Header */
header {
  width:100%;
  height: 130px;
  display: block;
  position: fixed;
  top:50px;
  left:0;
  z-index:18500;
  transition: .4s all;
}
header figure {
  width:12%;
  max-width:150px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:50px;
  left:1%;
  z-index:18600;
  transition: .4s all;
}
header figure img {
  width:100%;
  height: auto;
  display: block;
}

header figure img.logo_txt {
  display: block;
}
header figure img.logo_cir {
  display: none;
}

/* Header (Active) */
header.site_active {
  width:100%;
  height: 60px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  background: rgba(255, 255, 255, 0.80);
  box-shadow:0px 1px 10px rgba(0,0,0,0.3);
}
header.site_active figure {
  width:60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:1%;
  z-index:18600;
}
header.site_active figure img {
  width:100%;
  height: auto;
  display: block;
}
header.site_active figure img.logo_txt {
  display: none;
}
header.site_active figure img.logo_cir {
  display: block;
}


/* Contact Bar */
.contactbar {
  width:fit-content;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top:70px;
  right:1%;
  z-index:19800;
}
.contactbar li.cb_tel {
  width:fit-content;
  height: 40px;
  display: block;
  margin-right:20px;
}
.contactbar li.cb_tel a {
  width:100%;
  height: 40px;
  display: block;
  text-decoration: none;
  color:var(--color-black);
  font-size:18px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 38px;
  text-align: right;
  background-image: url(../img/header/ic-tel_b.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 25px;
  padding:0 0 0 30px;
  transition: .4s all;
}
.contactbar li.cb_tel a:hover {
  opacity: 0.5;
}
.contactbar li.cb_mail {
  width:fit-content;
  height: 40px;
  display: block;
  margin-right:20px;
}
.contactbar li.cb_mail a {
  width:100%;
  height: 40px;
  display: block;
  text-decoration: none;
  color:var(--color-black);
  font-size:14px;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 38px;
  text-align: right;
  background-image: url(../img/header/ic-mail_b.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 25px;
  padding:0 0 0 30px;
  transition: .4s all;
}
.contactbar li.cb_mail a:hover {
  opacity: 0.5;
}


.contactbar li.cb_ins {
  width:40px;
  height: 40px;
  display: block;
}
.contactbar li.cb_ins a {
  width:40px;
  height: 40px;
  display: block;
  text-indent: -9999px;
  background-image: url(../img/header/ic-ins_b.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 25px;
}
.contactbar li.cb_line {
  width:40px;
  height: 40px;
  display: block;
}
.contactbar li.cb_line a {
  width:40px;
  height: 40px;
  display: block;
  text-indent: -9999px;
  background-image: url(../img/header/ic-line_b.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 25px;
}

/* Contact Bar(Active) */
.contactbar.site_active {
  width:fit-content;
  height: 60px;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top:auto;
  bottom: 0;
  right:0;
  z-index:19800;
  background-color: var(--color-2nd);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.contactbar.site_active li.cb_tel {
  width:fit-content;
  height: 60px;
  display: block;
  margin-right:0px;
}
.contactbar.site_active li.cb_tel a {
  width:100%;
  height: 60px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  font-size:18px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 58px;
  text-align: right;
  background-image: url(../img/header/ic-tel_w.webp);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 35px;
  padding:0 15px 0 50px;
  transition: .4s all;
}
.contactbar.site_active li.cb_tel a:hover {
  background-color: var(--color-1st);
  opacity: 1;
}
.contactbar.site_active li.cb_mail {
  width:fit-content;
  height: 60px;
  display: block;
  margin-right:0px;
}
.contactbar.site_active li.cb_mail a {
  width:100%;
  height: 60px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  font-size:14px;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 58px;
  text-align: right;
  background-image: url(../img/header/ic-mail_w.webp);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 35px;
  padding:0 15px 0 50px;
  transition: .4s all;
}
.contactbar.site_active li.cb_mail a:hover {
  background-color: var(--color-1st);
  opacity: 1;
}


.contactbar.site_active li.cb_ins {
  width:80px;
  height: 60px;
  display: block;
}
.contactbar.site_active li.cb_ins a {
  width:80px;
  height: 60px;
  display: block;
  text-indent: -9999px;
  background-image: url(../img/header/ic-ins_w.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 35px;
  transition: .4s all;
}
.contactbar.site_active li.cb_line {
  width:80px;
  height: 60px;
  display: block;
}
.contactbar.site_active li.cb_line a {
  width:80px;
  height: 60px;
  display: block;
  text-indent: -9999px;
  background-image: url(../img/header/ic-line_w.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 35px;
  transition: .4s all;
}
.contactbar.site_active li.cb_ins a:hover, .contactbar.site_active li.cb_line a:hover {
  background-color: var(--color-1st);
}


/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
}
.ftbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  margin:0 auto;
  padding:30px 5% 90px;
}
.ftbody ul {
  width:100%;
  height:auto;
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.ftbody ul li {
  font-size:12px;
  line-height: 1.5em;
  margin:0 1em;
}
.ftbody ul li a {
  color:var(--color-white);
  text-decoration: none;
}
.ftbody ul li a:hover {
  color:var(--color-white);
  text-decoration: underline;
}
.ftbody p.ftcopy {
  text-align: center;
  font-size:12px;
  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: 120px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  transition: .4s all;
}
header figure {
  width:150px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:1%;
  z-index:21500;
  transition: .4s all;
}
header figure img {
  width:100%;
  height: auto;
  display: block;
}
header figure img.logo_txt {
  display: block;
}
header figure img.logo_cir {
  display: none;
}

/* Header (Active) */
header.site_active {
  width:100%;
  height: 60px;
  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.site_active figure {
  width:60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:1%;
  z-index:21500;
}
header.site_active figure img {
  width:100%;
  height: auto;
  display: block;
}
header.site_active figure img.logo_txt {
  display: none;
}
header.site_active figure img.logo_cir {
  display: block;
}


/* Contact Bar */
.contactbar {
  width:fit-content;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top:40px;
  right:90px;
  z-index:19800;
}
.contactbar li.cb_tel {
  width:fit-content;
  height: 40px;
  display: block;
  margin-right:10px;
}
.contactbar li.cb_tel a {
  width:100%;
  height: 40px;
  display: block;
  text-decoration: none;
  color:var(--color-black);
  font-size:16px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 38px;
  text-align: right;
  background-image: url(../img/header/ic-tel_b.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 25px;
  padding:0 0 0 30px;
  transition: .4s all;
}
.contactbar li.cb_tel a:hover {
  opacity: 0.5;
}
.contactbar li.cb_mail {
  width:fit-content;
  height: 40px;
  display: block;
  margin-right:10px;
}
.contactbar li.cb_mail a {
  width:100%;
  height: 40px;
  display: block;
  text-decoration: none;
  color:var(--color-black);
  font-size:10px;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 38px;
  text-align: right;
  background-image: url(../img/header/ic-mail_b.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 25px;
  padding:0 0 0 30px;
  transition: .4s all;
}
.contactbar li.cb_mail a:hover {
  opacity: 0.5;
}


.contactbar li.cb_ins {
  width:30px;
  height: 40px;
  display: block;
}
.contactbar li.cb_ins a {
  width:30px;
  height: 40px;
  display: block;
  text-indent: -9999px;
  background-image: url(../img/header/ic-ins_b.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 25px;
}
.contactbar li.cb_line {
  width:30px;
  height: 40px;
  display: block;
}
.contactbar li.cb_line a {
  width:30px;
  height: 40px;
  display: block;
  text-indent: -9999px;
  background-image: url(../img/header/ic-line_b.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 25px;
}

/* Contact Bar(Active) */
.contactbar.site_active {
  width:fit-content;
  height: 60px;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top:auto;
  bottom: 0;
  right:0;
  z-index:19800;
  background-color: var(--color-2nd);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.contactbar.site_active li.cb_tel {
  width:fit-content;
  height: 60px;
  display: block;
  margin-right:0px;
}
.contactbar.site_active li.cb_tel a {
  width:100%;
  height: 60px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  font-size:18px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 58px;
  text-align: right;
  background-image: url(../img/header/ic-tel_w.webp);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 35px;
  padding:0 15px 0 50px;
  transition: .4s all;
}
.contactbar.site_active li.cb_tel a:hover {
  background-color: var(--color-1st);
  opacity: 1;
}
.contactbar.site_active li.cb_mail {
  width:fit-content;
  height: 60px;
  display: block;
  margin-right:0px;
}
.contactbar.site_active li.cb_mail a {
  width:100%;
  height: 60px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  font-size:14px;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 58px;
  text-align: right;
  background-image: url(../img/header/ic-mail_w.webp);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 35px;
  padding:0 15px 0 50px;
  transition: .4s all;
}
.contactbar.site_active li.cb_mail a:hover {
  background-color: var(--color-1st);
  opacity: 1;
}


.contactbar.site_active li.cb_ins {
  width:80px;
  height: 60px;
  display: block;
}
.contactbar.site_active li.cb_ins a {
  width:80px;
  height: 60px;
  display: block;
  text-indent: -9999px;
  background-image: url(../img/header/ic-ins_w.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 35px;
  transition: .4s all;
}
.contactbar.site_active li.cb_line {
  width:80px;
  height: 60px;
  display: block;
}
.contactbar.site_active li.cb_line a {
  width:80px;
  height: 60px;
  display: block;
  text-indent: -9999px;
  background-image: url(../img/header/ic-line_w.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 35px;
  transition: .4s all;
}
.contactbar.site_active li.cb_ins a:hover, .contactbar.site_active li.cb_line a:hover {
  background-color: var(--color-1st);
}


/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
}
.ftbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  margin:0 auto;
  padding:30px 5% 90px;
}
.ftbody ul {
  width:100%;
  height:auto;
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.ftbody ul li {
  font-size:12px;
  line-height: 1.5em;
  margin:0 1em;
}
.ftbody ul li a {
  color:var(--color-white);
  text-decoration: none;
}
.ftbody ul li a:hover {
  color:var(--color-white);
  text-decoration: underline;
}
.ftbody p.ftcopy {
  text-align: center;
  font-size:12px;
  line-height: 1em;
  margin:0;
  color:var(--color-white);
}

}

/* Style for Smartphone */
@media screen and (max-width: 768px) {

/* Header */
header {
  width:100%;
  height: 120px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  transition: .4s all;
}
header figure {
  width:120px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:10px;
  left:3%;
  z-index:21500;
  transition: .4s all;
}
header figure img {
  width:100%;
  height: auto;
  display: block;
}
header figure img.logo_txt {
  display: block;
}
header figure img.logo_cir {
  display: none;
}

/* Header (Active) */
header.site_active {
  width:100%;
  height: 60px;
  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.site_active figure {
  width:100px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:1%;
  z-index:21500;
}
header.site_active figure img {
  width:auto;
  height: 50px;
  display: block;
}
header.site_active figure img.logo_txt {
  display: none;
}
header.site_active figure img.logo_cir {
  display: block;
}


/* Contact Bar */
.contactbar {
  width:100%;
  height: 80px;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top:auto;
  bottom: -90px;
  right:0;
  z-index:19800;
  background-color: var(--color-2nd);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  transition: .4s all;
}
.contactbar li.cb_tel {
  width:35%;
  height: 80px;
  display: block;
  margin-right:0px;
}
.contactbar li.cb_tel a {
  width:100%;
  height: 80px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  font-size:14px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  background-image: url(../img/header/ic-tel_w.webp);
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: auto 30px;
  padding:45px 0 10px 0;
  transition: .4s all;
}
.contactbar li.cb_tel a:hover {
  background-color: var(--color-1st);
  opacity: 1;
}
.contactbar li.cb_mail {
  width:35%;
  height: 80px;
  display: block;
  margin-right:0px;
}
.contactbar li.cb_mail a {
  width:100%;
  height: 80px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  font-size:12px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  background-image: url(../img/header/ic-mail_w.webp);
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: auto 30px;
  padding:45px 0 10px 0;
  transition: .4s all;
}
.contactbar li.cb_mail a:hover {
  background-color: var(--color-1st);
  opacity: 1;
}

.contactbar li.cb_ins {
  width:15%;
  height: 80px;
  display: block;
}
.contactbar li.cb_ins a {
  width:100%;
  height: 80px;
  display: block;
  text-indent: -9999px;
  background-image: url(../img/header/ic-ins_w.webp);
  background-repeat: no-repeat;
  background-position:center 20px;
  background-size: auto 30px;
  transition: .4s all;
}
.contactbar li.cb_line {
  width:15%;
  height: 80px;
  display: block;
}
.contactbar li.cb_line a {
  width:100%;
  height: 80px;
  display: block;
  text-indent: -9999px;
  background-image: url(../img/header/ic-line_w.webp);
  background-repeat: no-repeat;
  background-position:center 20px;
  background-size: auto 30px;
  transition: .4s all;
}
.contactbar li.cb_ins a:hover, .contactbar li.cb_line a:hover {
  background-color: var(--color-1st);
}

/* Contact Bar(Active) */
.contactbar.site_active {
  bottom: 0px;
}


/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
}
.ftbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  margin:0 auto;
  padding:20px 5% 100px;
}
.ftbody ul {
  display: none;
}
.ftbody p.ftcopy {
  text-align: center;
  font-size:12px;
  line-height: 1em;
  margin:0;
  color:var(--color-white);
}

}
