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

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

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


/* Contact Bar */
.contactbar {
  width:fit-content;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top:50px;
  right:5%;
  z-index:19800;
  transition: .4s all;
}
.contactbar li {
  width:30px;
  height: 30px;
  display: block;
  margin:0 5px;
}
.contactbar li a {
  width:30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 30px;
  transition: .4s all;
}
.contactbar li a:hover {
  opacity: 0.5;
}

/* Contact Bar(Active) */
.contactbar.site_active {
  width:fit-content;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top:25px;
  right:1%;
  z-index:19800;
}
.contactbar.site_active li {
  width:30px;
  height: 30px;
  display: block;
  margin:0 5px;
}
.contactbar.site_active li a {
  width:30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 30px;
  transition: .4s all;
}
.contactbar.site_active li a:hover {
  opacity: 0.5;
}





}


/* 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:120px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:20px;
  left:3%;
  z-index:18600;
  transition: .4s all;
}
header figure img {
  width:100%;
  height: auto;
  display: block;
}

/* Header (Active) */
header.site_active {
  width:100%;
  height: 80px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(246,246,246,1) 100%);
  box-shadow:0px 1px 10px rgba(0,0,0,0.3);
}
header.site_active figure {
  width:120px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:3%;
  z-index:18600;
}
header.site_active figure img {
  width:100%;
  height: auto;
  display: block;
}


/* Contact Bar */
.contactbar {
  width:fit-content;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top:50px;
  right:100px;
  z-index:19800;
  transition: .4s all;
}
.contactbar li {
  width:30px;
  height: 30px;
  display: block;
  margin:0 5px;
}
.contactbar li a {
  width:30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 30px;
  transition: .4s all;
}
.contactbar li a:hover {
  opacity: 0.5;
}

/* Contact Bar(Active) */
.contactbar.site_active {
  width:fit-content;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top:25px;
  right:100px;
  z-index:19800;
}
.contactbar.site_active li {
  width:30px;
  height: 30px;
  display: block;
  margin:0 5px;
}
.contactbar.site_active li a {
  width:30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 30px;
  transition: .4s all;
}
.contactbar.site_active li a:hover {
  opacity: 0.5;
}





}

/* 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:120px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:50%;
  margin-left:-60px;
  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: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(246,246,246,1) 100%);
  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:50%;
  margin-left:-30px;
  z-index:18600;
}
header.site_active figure img {
  width:auto;
  height: 50px;
  display: block;
}

/* Contact Bar */
.contactbar {
  width:100%;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top:auto;
  bottom: -60px;
  right:0px;
  z-index:19800;
  transition: .4s all;
}
.contactbar li {
  flex: 1;
  height: 40px;
  display: block;
  margin:0 0px;
}
.contactbar li a {
  width:100%;
  height: 40px;
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 30px;
  transition: .4s all;
}
.contactbar li a:hover {
  opacity: 0.5;
}

/* Contact Bar(Active) */
.contactbar.site_active {
  width:100%;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top:auto;
  bottom: 0;
  right:0;
  z-index:19800;
}
.contactbar.site_active li {
  flex: 1;
  height: 40px;
  display: block;
  margin:0 0;
}
.contactbar.site_active li a {
  width:100%;
  height: 40px;
  display: block;
  text-indent: -9999px;
  background-color: var(--color-1st);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 30px;
  transition: .4s all;
}
.contactbar.site_active  li a.ic-mail_b {
  background-image: url(../img/header/ic-mail_w.webp);
}
.contactbar.site_active  li a.ic-ins_b {
  background-image: url(../img/header/ic-ins_w.webp);
}
.contactbar.site_active  li a.ic-line_b {
  background-image: url(../img/header/ic-line_w.webp);
}


}
