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

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

/* Header (Active) */
header.site_active {
  width:100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  background: rgba(0, 0, 0, 0.60);
  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:250px;
  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;
}


/* Contact Bar */
.contactbar {
  width:fit-content;
  height:60px;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  bottom:-80px;
  right:0;
  z-index:19800;
  transition: .4s all;
}
.contactbar li {
  height: 60px;
  display: block;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.contactbar li a {
  width:100%;
  height: 60px;
  display: block;
  line-height: 60px;
  text-decoration: none;
  color:var(--color-white);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: auto 40px;
  transition: .4s all;
}
.contactbar li a:hover {
  background-color: var(--color-333);
}
.contactbar li.cb_tel a {
  width:200px;
  font-size:20px;
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-tel_w.webp);
}
.contactbar li.cb_line a {
  width:200px;
  font-size:14px;
  background-color: var(--color-3rd);
  background-image: url(../img/header/ic-line_w.webp);
}
.contactbar li.cb_mail a {
  width:200px;
  font-size:14px;
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-mail_w.webp);
}

/* Contact Bar(Active) */
.contactbar.cb_active {
  width:fit-content;
  height:60px;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  bottom:0px;
  right:0;
  z-index:19800;
}
.contactbar.cb_active li {
  height: 60px;
  display: block;
}
.contactbar.cb_active li a {
  width:100%;
  height: 60px;
  display: block;
  line-height: 60px;
  text-decoration: none;
  color:var(--color-white);
  padding-left:50px;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: auto 40px;
  transition: .4s all;
}
.contactbar.cb_active li.cb_tel a {
  width:200px;
  font-size:20px;
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-tel_w.webp);
}
.contactbar.cb_active li.cb_line a {
  width:200px;
  font-size:14px;
  background-color: var(--color-3rd);
  background-image: url(../img/header/ic-line_w.webp);
}
.contactbar.cb_active li.cb_mail a {
  width:200px;
  font-size:14px;
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-mail_w.webp);
}
.contactbar.cb_active li a:hover {
  color:var(--color-1st);
  background-color: var(--color-333);
}

/* Contact Bar(End) */
.contactbar.cb_end {
  width:fit-content;
  height:60px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  bottom:0px;
  right:0;
  z-index:19800;
  margin-left:auto;
}
.contactbar.cb_end li {
  height: 60px;
  display: block;
}
.contactbar.cb_end li a {
  width:100%;
  height: 60px;
  display: block;
  line-height: 60px;
  text-decoration: none;
  color:var(--color-white);
  padding-left:50px;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: auto 40px;
  transition: .4s all;
}
.contactbar.cb_end li.cb_tel a {
  width:200px;
  font-size:20px;
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-tel_w.webp);
}
.contactbar.cb_end li.cb_line a {
  width:200px;
  font-size:14px;
  background-color: var(--color-3rd);
  background-image: url(../img/header/ic-line_w.webp);
}
.contactbar.cb_end li.cb_mail a {
  width:200px;
  font-size:14px;
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-mail_w.webp);
}
.contactbar.cb_end li a:hover {
  color:var(--color-1st);
  background-color: var(--color-333);
}

/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
  padding:50px 5%;
}
footer 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: 100px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  transition: .4s all;
}
header figure {
  width:330px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:20px;
  left:2%;
  z-index:18600;
  transition: .4s all;
}
header figure img {
  width:100%;
  height: auto;
  display: block;
}

/* Header (Active) */
header.site_active {
  width:100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  background: rgba(0, 0, 0, 0.60);
  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:250px;
  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;
}


/* Contact Bar */
.contactbar {
  width:fit-content;
  height:60px;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  bottom:-80px;
  right:0;
  z-index:19800;
  transition: .4s all;
}
.contactbar li {
  height: 60px;
  display: block;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.contactbar li a {
  width:100%;
  height: 60px;
  display: block;
  line-height: 60px;
  text-decoration: none;
  color:var(--color-white);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: auto 40px;
  transition: .4s all;
}
.contactbar li a:hover {
  background-color: var(--color-333);
}
.contactbar li.cb_tel a {
  width:200px;
  font-size:20px;
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-tel_w.webp);
}
.contactbar li.cb_line a {
  width:200px;
  font-size:14px;
  background-color: var(--color-3rd);
  background-image: url(../img/header/ic-line_w.webp);
}
.contactbar li.cb_mail a {
  width:200px;
  font-size:14px;
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-mail_w.webp);
}

/* Contact Bar(Active) */
.contactbar.cb_active {
  width:fit-content;
  height:60px;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  bottom:0px;
  right:0;
  z-index:19800;
}
.contactbar.cb_active li {
  height: 60px;
  display: block;
}
.contactbar.cb_active li a {
  width:100%;
  height: 60px;
  display: block;
  line-height: 60px;
  text-decoration: none;
  color:var(--color-white);
  padding-left:50px;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: auto 40px;
  transition: .4s all;
}
.contactbar.cb_active li.cb_tel a {
  width:200px;
  font-size:20px;
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-tel_w.webp);
}
.contactbar.cb_active li.cb_line a {
  width:200px;
  font-size:14px;
  background-color: var(--color-3rd);
  background-image: url(../img/header/ic-line_w.webp);
}
.contactbar.cb_active li.cb_mail a {
  width:200px;
  font-size:14px;
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-mail_w.webp);
}
.contactbar.cb_active li a:hover {
  color:var(--color-1st);
  background-color: var(--color-333);
}

/* Contact Bar(End) */
.contactbar.cb_end {
  width:fit-content;
  height:60px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  bottom:0px;
  right:0;
  z-index:19800;
  margin-left:auto;
}
.contactbar.cb_end li {
  height: 60px;
  display: block;
}
.contactbar.cb_end li a {
  width:100%;
  height: 60px;
  display: block;
  line-height: 60px;
  text-decoration: none;
  color:var(--color-white);
  padding-left:50px;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: auto 40px;
  transition: .4s all;
}
.contactbar.cb_end li.cb_tel a {
  width:200px;
  font-size:20px;
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-tel_w.webp);
}
.contactbar.cb_end li.cb_line a {
  width:200px;
  font-size:14px;
  background-color: var(--color-3rd);
  background-image: url(../img/header/ic-line_w.webp);
}
.contactbar.cb_end li.cb_mail a {
  width:200px;
  font-size:14px;
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-mail_w.webp);
}
.contactbar.cb_end li a:hover {
  color:var(--color-1st);
  background-color: var(--color-333);
}

/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
  padding:50px 5%;
}
footer 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: 100px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  transition: .4s all;
}
header figure {
  width:250px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:20px;
  left:2%;
  z-index:18600;
  transition: .4s all;
}
header figure img {
  width:100%;
  height: auto;
  display: block;
}

/* Header (Active) */
header.site_active {
  width:100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  background: rgba(0, 0, 0, 0.60);
  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:250px;
  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;
}


/* Contact Bar */
.contactbar {
  width:100%;
  height:80px;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  bottom:-100px;
  right:0;
  z-index:19800;
  transition: .4s all;
}
.contactbar li {
  width:33.3333333333333%;
  height: 80px;
  display: block;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.contactbar li a {
  width:100%;
  height: 80px;
  display: block;
  line-height: 20px;
  text-decoration: none;
  color:var(--color-white);
  padding-top:40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: auto 40px;
  transition: .4s all;
}
.contactbar li a:hover {
  background-color: var(--color-333);
}
.contactbar li.cb_tel a {
  font-size:12px;
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-tel_w.webp);
}
.contactbar li.cb_line a {
  font-size:12px;
  background-color: var(--color-3rd);
  background-image: url(../img/header/ic-line_w.webp);
}
.contactbar li.cb_mail a {
  font-size:12px;
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-mail_w.webp);
}

/* Contact Bar(Active) */
.contactbar.cb_active {
  width:100%;
  height:70px;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  bottom:0;
  right:0;
  z-index:19800;
  transition: .4s all;
}
.contactbar.cb_active li {
  width:33.3333333333333%;
  height: 70px;
  display: block;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.contactbar.cb_active li a {
  width:100%;
  height: 70px;
  display: block;
  line-height: 20px;
  text-decoration: none;
  color:var(--color-white);
  padding-top:40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: auto 35px;
  transition: .4s all;
}
.contactbar.cb_active li a:hover {
  background-color: var(--color-333);
}
.contactbar.cb_active li.cb_tel a {
  font-size:14px;
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-tel_w.webp);
}
.contactbar.cb_active li.cb_line a {
  font-size:12px;
  background-color: var(--color-3rd);
  background-image: url(../img/header/ic-line_w.webp);
}
.contactbar.cb_active li.cb_mail a {
  font-size:12px;
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-mail_w.webp);
}

/* Contact Bar(End) */
.contactbar.cb_end {
  width:100%;
  height:70px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  bottom:0;
  right:0;
  z-index:19800;
  transition: .4s all;
}
.contactbar.cb_end li {
  width:33.3333333333333%;
  height: 70px;
  display: block;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.contactbar.cb_end li a {
  width:100%;
  height: 70px;
  display: block;
  line-height: 20px;
  text-decoration: none;
  color:var(--color-white);
  padding-top:40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: auto 35px;
  transition: .4s all;
}
.contactbar.cb_end li a:hover {
  background-color: var(--color-333);
}
.contactbar.cb_end li.cb_tel a {
  font-size:14px;
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-tel_w.webp);
}
.contactbar.cb_end li.cb_line a {
  font-size:12px;
  background-color: var(--color-3rd);
  background-image: url(../img/header/ic-line_w.webp);
}
.contactbar.cb_end li.cb_mail a {
  font-size:12px;
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-mail_w.webp);
}

/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
  padding:50px 5%;
}
footer p.ftcopy {
  text-align: center;
  font-size:10px;
  line-height: 1em;
  margin:0;
  color:var(--color-white);
}

}
