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

/* Header */
header {
  width:100%;
  height: 120px;
  display: block;
  position: fixed;
  top:12px;
  left:0;
  z-index:15500;
  transition: .4s all;
}
header figure {
  width:11%;
  max-width:150px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: fixed;
  top:12px;
  left:0;
  z-index:18600;
  transition: .4s all;
}
header figure img {
  width:85%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Header (Active) */
header.site_active {
  width:100%;
  height: 80px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:15500;
  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:11%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:0;
  z-index:18600;
}
header.site_active figure img {
  width:70%;
  height: auto;
  display: block;
}


/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
  padding:2em 0;
}

footer .ftmenu {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 1.25em;
}
footer .ftmenu li {
  width: fit-content;
  height: auto;
  display: block;
  font-size:12px;
  line-height: 1em;
  margin:0 1em;
}
footer .ftmenu li a{
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  padding:0.5em 0em;
  background-image: url(../img2026/box-fff.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 0% 1px;
  transition: .4s all;
}
footer .ftmenu li a:hover {
  color:var(--color-white);
  background-size: 100% 1px;
}
footer p {
  font-size:12px;
  line-height:1em;
  text-align: center;
  color:var(--color-white);
  margin:0;
}


}


/* 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:12px;
  left:0;
  z-index:15500;
  transition: .4s all;
}
header figure {
  width:15%;
  max-width:150px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: fixed;
  top:12px;
  left:0;
  z-index:18600;
  transition: .4s all;
}
header figure img {
  width:85%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Header (Active) */
header.site_active {
  width:100%;
  height: 80px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:15500;
  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:15%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:0;
  z-index:18600;
}
header.site_active figure img {
  width:70%;
  height: auto;
  display: block;
}


/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
  padding:2em 0;
}

footer .ftmenu {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 1.25em;
}
footer .ftmenu li {
  width: fit-content;
  height: auto;
  display: block;
  font-size:12px;
  line-height: 1em;
  margin:0 1em;
}
footer .ftmenu li a{
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  padding:0.5em 0em;
  background-image: url(../img2026/box-fff.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 0% 1px;
  transition: .4s all;
}
footer .ftmenu li a:hover {
  color:var(--color-white);
  background-size: 100% 1px;
}
footer p {
  font-size:12px;
  line-height:1em;
  text-align: center;
  color:var(--color-white);
  margin:0;
}


}

/* Style for Smartphone */
@media screen and (max-width: 768px) {


/* Header */
header {
  width:100%;
  height: 70px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:15500;
  transition: .4s all;
}
header figure {
  width:130px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: fixed;
  top:5px;
  left:0;
  z-index:18600;
  transition: .4s all;
}
header figure img {
  width:100px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Header (Active) */
header.site_active {
  width:100%;
  height: 60px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:15500;
  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:30%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: fixed;
  top:5px;
  left:0;
  z-index:18600;
  transition: .4s all;
}
header.site_active figure img {
  width:70%;
  height: auto;
  display: block;
}


/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
  padding:2em 0;
}

footer .ftmenu {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25em;
}
footer .ftmenu li {
  width: 70%;
  height: auto;
  display: block;
  font-size:12px;
  line-height: 1em;
  border-bottom: 1px dotted var(--color-999);
  margin:0 auto;
}
footer .ftmenu li a{
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  padding:1.2em 0em;
  background-image: url(../img2026/header/ic-ar_w.webp);
  background-repeat: no-repeat;
  background-position: 99% center;
  background-size: auto 14px;
  transition: .4s all;
}
footer .ftmenu li a:hover {
  color:var(--color-white);
}
footer p {
  font-size:12px;
  line-height:1em;
  text-align: center;
  color:var(--color-white);
  margin:0;
}



}
