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

/* Header */
header {
  width:100%;
  height: auto;
  display: block;
  aspect-ratio: 3 / 2;
  position: fixed;
  top:0;
  left:0;
  z-index:18500;
    transition: .4s all;
}
header h1 {
  width:100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 3 / 2;
  position: absolute;
  top:0;
  left:0;
  z-index:18600;
    transition: .4s all;
}
header h1 a {
  width:400px;
  height: 60px;
  display: block;
  margin:auto;
  text-indent: -9999px;
  background-image: url(../img/header/logo_b.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

/* Header (Active) */
header.dgactive {
  width:100%;
  height: 70px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  background: rgba(255, 255, 255, 0.50);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:0px 1px 20px rgba(0,0,0,0.2);
}
header.dgactive h1 {
  width:70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top:0;
  left:50%;
  z-index:18600;
  transform: translateX(-50%);
}
header.dgactive h1 a {
  width:70px;
  height: 70px;
  display: block;
  margin:auto;
  text-indent: -9999px;
  background-image: url(../img/header/logomark.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 50px;
}



/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
  background-color: var(--color-333);
}
.ftbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  margin:0 auto;
  padding:30px 5%;
}
.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-ccc);
  text-decoration: none;
}
.ftbody ul li a:hover {
  color:var(--color-white);
  text-decoration: underline;
}
.ftbody 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: auto;
  display: block;
  aspect-ratio: 3 / 2;
  position: fixed;
  top:0;
  left:0;
  z-index:18500;
    transition: .4s all;
}
header h1 {
  width:100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 3 / 2;
  position: absolute;
  top:0;
  left:0;
  z-index:18600;
    transition: .4s all;
}
header h1 a {
  width:400px;
  height: 60px;
  display: block;
  margin:auto;
  text-indent: -9999px;
  background-image: url(../img/header/logo_b.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

/* Header (Active) */
header.dgactive {
  width:100%;
  height: 70px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  background: rgba(255, 255, 255, 0.50);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:0px 1px 20px rgba(0,0,0,0.2);
}
header.dgactive h1 {
  width:70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top:0;
  left:50%;
  z-index:18600;
  transform: translateX(-50%);
}
header.dgactive h1 a {
  width:70px;
  height: 70px;
  display: block;
  margin:auto;
  text-indent: -9999px;
  background-image: url(../img/header/logomark.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 50px;
}



/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
  background-color: var(--color-333);
}
.ftbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  margin:0 auto;
  padding:30px 5%;
}
.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-ccc);
  text-decoration: none;
}
.ftbody ul li a:hover {
  color:var(--color-white);
  text-decoration: underline;
}
.ftbody 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: auto;
  display: block;
  aspect-ratio: 9 / 16;
  position: fixed;
  top:0;
  left:0;
  z-index:18500;
    transition: .4s all;
}
header h1 {
  width:100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 9 / 16;
  position: absolute;
  top:0;
  left:0;
  z-index:18600;
    transition: .4s all;
}
header h1 a {
  width:100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 9 / 16;
  margin:0 0 0 0;
  text-indent: -9999px;
  background-image: url(../img/header/logo_b.png);
  background-repeat: no-repeat;
  background-position: center 44%;
  background-size: 50% auto;
}

/* Header (Active) */
header.dgactive {
  width:100%;
  height: 70px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  background: rgba(255, 255, 255, 0.50);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:0px 1px 20px rgba(0,0,0,0.2);
}
header.dgactive h1 {
  width:70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top:0;
  left:50%;
  z-index:18600;
  transform: translateX(-50%);
}
header.dgactive h1 a {
  width:70px;
  height: 70px;
  display: block;
  margin:auto;
  text-indent: -9999px;
  background-image: url(../img/header/logomark.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 50px;
}



/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
  background-color: var(--color-333);
}
.ftbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  margin:0 auto;
  padding:30px 5%;
}
.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-ccc);
  text-decoration: none;
}
.ftbody ul li a:hover {
  color:var(--color-white);
  text-decoration: underline;
}
.ftbody p.ftcopy {
  text-align: center;
  font-size:10px;
  line-height: 1em;
  margin:0;
  color:var(--color-white);
}

}
