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

/*-----------------------------------------------------------------*/
/* Header */
/*-----------------------------------------------------------------*/

#header {
width: 100%;
height: 100px;
display:block;
position:absolute;
z-index:9999;
background-color:rgba(255,255,255,0.95);
position:fixed;
z-index:10000;
top:0;
left:0;
box-shadow:0px 5px 10px rgba(0,0,0,0.30);
}
#hrbody {
width:100%;
height:100px;
display:flex;
margin:0 auto;
padding:0 120px 0 0;
justify-content: flex-end;
}
#hr01 {
width:210px;
height: 100px;
display: flex;
}
#hr01 ul {
width:210px;
height: 100px;
display: flex;
align-items: center;
padding:0;
}
#hr01 li {
width:75px;
height: 60px;
display: block;
}
#hr01 li a {
width:75px;
height: 60px;
display: block;
text-align: center;
padding-top:40px;
font-size:0.6em;
font-weight: 700;
line-height: 20px;
letter-spacing: -0.5px;
color:var(--color-1st);
text-decoration: none;
background-position: center center;
background-repeat: no-repeat;
background-size: auto 30px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all  0.4s ease;
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
#hr01 li a#hr-stock {
background-image: url(../img/header/ic-hr_stock_w.webp);
}
#hr01 li a#hr-access {
background-image: url(../img/header/ic-hr_map_w.webp);
}


#hr01 li a#hr-insta {
background-image: url(../img/header/ic-insta.png);
}







#hr01 li a:hover {
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
#header figure {
width:250px;
height:100px;
display:block;
position: fixed;
top:0;
left:20px;
z-index:19400;
}
#header figure a {
  width:100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Header (active) */
#header.pr_active {
    height: 70px;
  background-color:rgba(255,255,255,0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
#header.pr_active figure {
width:250px;
height:70px;
display:block;
position: fixed;
top:0;
left:20px;
z-index:19400;
}
#header.pr_active figure a {
  width:100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header.pr_active #hrbody {
width:100%;
height:auto;
display:flex;
margin:0 auto;
padding:0 120px 0 0;
justify-content: flex-end;
}
#header.pr_active #hrbody #hr01 {
width:210px;
height: 70px;
display: flex;
}
#header.pr_active #hrbody #hr01 ul {
width:210px;
height: 70px;
display: flex;
align-items: center;
padding:0 0 5px 0;
}

/* Footer */
footer {
  width:100%;
  height: auto;
  display: block;
}
.ftbody {
  width:100%;
  max-width:1400px;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin:0 auto;
  padding:50px 5%;
}
.ftmenu {
  width:70%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.ftm_cc {
  width:21%;
}
.ftmenu h3 {
  font-family: var(--font-en);
  font-size:16px;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: 0px;
  color:var(--color-1st);
  margin-bottom: 0.5em;
}
.ftmenu ul li {
  width:100%;
  height: auto;
  display: block;
  font-size: 11px;
  line-height: 1em;
  margin:0;
  border-bottom: 1px dotted var(--color-1st);
}
.ftmenu ul li:last-child {
  border-bottom: none;
}
.ftmenu ul li a {
  width:100%;
  height: auto;
  display: block;
  padding:10px 30px 14px 5px;
  text-decoration: none;
  color:var(--color-black);
  background-image: url(../img/header/ic-ar_h_or.webp);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 50%;
  transition: .4s all;
}
.ftmenu ul li a:hover {
  color:var(--color-white);
  background-color: var(--color-black);
  background-image: url(../img/header/ic-ar_h_w.webp);
}

.ftaddress {
  width:25%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.ftaddress h2 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/header/logo_b.webp);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: auto 50px;
  padding-top:60px;
  font-size:14px;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
  color: var(--color-black);
  margin-bottom: 10px;
}
.ftaddress p.ftaddtxt {
  font-size: 12px;
  line-height: 1.5em;
  color:var(--color-black);
  text-align: center;
  margin-bottom:5px;
}
.ftaddress .fttelfax {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin:0 auto 5px;
}
.ftaddress .fttelfax p.fttel {
  width:fit-content;
  height: 30px;
  display: block;
  margin-right:1em;
}
.ftaddress .fttelfax p.fttel a {
  width:100%;
  height: auto;
  display: block;
  padding:0 0 0 30px;
  font-size:18px;
  font-weight: 400;
  line-height: 30px;
  color: var(--color-black);
  text-decoration: none;
  background-image: url(../img/header/ic-tel_c.webp);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: auto 30px;
}
.ftaddress .fttelfax p.ftfax {
  font-size:12px;
  line-height: 30px;
  color:var(--color-black);
}
.ftaddress .fttelfax p.ftfax a {
  color:var(--color-black);
  text-decoration: none;
}
.ftaddress p.fturl {
  font-size: 12px;
  line-height: 1.5em;
  color:var(--color-black);
  text-align: center;
  margin-bottom:15px;
}
.ftaddress p.fturl a {
  color:var(--color-black);
  text-decoration: none;
}
.ftaddress p.ftcopy {
  font-size: 10px;
  line-height: 1.5em;
  color:var(--color-black);
  text-align: center;
  margin-bottom:0px;
}


}


/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {

/*-----------------------------------------------------------------*/
/* Header */
/*-----------------------------------------------------------------*/

#header {
width: 100%;
height: 100px;
display:block;
position:absolute;
z-index:9999;
background-color:rgba(255,255,255,0.95);
position:fixed;
z-index:10000;
top:0;
left:0;
box-shadow:0px 5px 10px rgba(0,0,0,0.30);
}
#hrbody {
width:100%;
height:100px;
display:flex;
margin:0 auto;
padding:0 100px 0 0;
justify-content: flex-end;
}
#hr01 {
width:210px;
height: 100px;
display: flex;
}
#hr01 ul {
width:210px;
height: 100px;
display: flex;
align-items: center;
padding:0 0 5px 0;
}
#hr01 li {
width:75px;
height: 60px;
display: block;
}
#hr01 li a {
width:75px;
height: 60px;
display: block;
text-align: center;
padding-top:40px;
font-size:0.6em;
font-weight: 700;
line-height: 20px;
letter-spacing: -0.5px;
color:var(--color-1st);
text-decoration: none;
background-position: center center;
background-repeat: no-repeat;
background-size: auto 30px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all  0.4s ease;
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
#hr01 li a#hr-stock {
background-image: url(../img/header/ic-hr_stock_w.webp);
}
#hr01 li a#hr-access {
background-image: url(../img/header/ic-hr_map_w.webp);
}

#hr01 li a#hr-insta {
background-image: url(../img/header/ic-insta.png);
}




#hr01 li a:hover {
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
#header figure {
width:250px;
height:100px;
display:block;
position: fixed;
top:0;
left:20px;
z-index:19400;
}
#header figure a {
  width:100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Header (active) */
#header.pr_active {
    height: 70px;
background-color:rgba(255,255,255,0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
#header.pr_active figure {
width:250px;
height:70px;
display:block;
position: fixed;
top:0;
left:20px;
z-index:19400;
}
#header.pr_active figure a {
  width:100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header.pr_active #hrbody {
width:100%;
height:auto;
display:flex;
margin:0 auto;
padding:0 80px 0 0;
justify-content: flex-end;
}
#header.pr_active #hrbody #hr01 {
width:210px;
height: 70px;
display: flex;
}
#header.pr_active #hrbody #hr01 ul {
width:210px;
height: 70px;
display: flex;
align-items: center;
padding:0 0 5px 0;
}

/* Footer */
footer {
  width:100%;
  height: auto;
  display: block;
}
.ftbody {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin:0 auto;
  padding:50px 5%;
}
.ftmenu {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom:50px;
}
.ftm_cc {
  width:21%;
}
.ftmenu h3 {
  font-family: var(--font-en);
  font-size:16px;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: 0px;
  color:var(--color-1st);
  margin-bottom: 0.5em;
}
.ftmenu ul li {
  width:100%;
  height: auto;
  display: block;
  font-size: 11px;
  line-height: 1em;
  margin:0;
  border-bottom: 1px dotted var(--color-1st);
}
.ftmenu ul li:last-child {
  border-bottom: none;
}
.ftmenu ul li a {
  width:100%;
  height: auto;
  display: block;
  padding:10px 30px 14px 5px;
  text-decoration: none;
  color:var(--color-black);
  background-image: url(../img/header/ic-ar_h_or.webp);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 50%;
  transition: .4s all;
}
.ftmenu ul li a:hover {
  color:var(--color-white);
  background-color: var(--color-black);
  background-image: url(../img/header/ic-ar_h_w.webp);
}

.ftaddress {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.ftaddress h2 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/header/logo_b.webp);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: auto 50px;
  padding-top:60px;
  font-size:14px;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
  color: var(--color-black);
  margin-bottom: 10px;
}
.ftaddress p.ftaddtxt {
  font-size: 12px;
  line-height: 1.5em;
  color:var(--color-black);
  text-align: center;
  margin-bottom:5px;
}
.ftaddress .fttelfax {
  width:300px;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin:0 auto 5px;
}
.ftaddress .fttelfax p.fttel {
  width:fit-content;
  height: 30px;
  display: block;
  margin-right:1em;
}
.ftaddress .fttelfax p.fttel a {
  width:100%;
  height: auto;
  display: block;
  padding:0 0 0 30px;
  font-size:18px;
  font-weight: 400;
  line-height: 30px;
  color: var(--color-black);
  text-decoration: none;
  background-image: url(../img/header/ic-tel_c.webp);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: auto 30px;
}
.ftaddress .fttelfax p.ftfax {
  font-size:12px;
  line-height: 30px;
  color:var(--color-black);
}
.ftaddress .fttelfax p.ftfax a {
  color:var(--color-black);
  text-decoration: none;
}
.ftaddress p.fturl {
  font-size: 12px;
  line-height: 1.5em;
  color:var(--color-black);
  text-align: center;
  margin-bottom:15px;
}
.ftaddress p.fturl a {
  color:var(--color-black);
  text-decoration: none;
}
.ftaddress p.ftcopy {
  font-size: 10px;
  line-height: 1.5em;
  color:var(--color-black);
  text-align: center;
  margin-bottom:0px;
}

}

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

/*-----------------------------------------------------------------*/
/* Header */
/*-----------------------------------------------------------------*/

#header {
width: 100%;
height: 70px;
display:block;
position:absolute;
z-index:9999;
background-color:rgba(255,255,255,0.95);
position:fixed;
z-index:10000;
top:0;
left:0;
box-shadow:0px 5px 10px rgba(0,0,0,0.30);
}
#hrbody {
width:100%;
height:70px;
display:flex;
margin:0 auto;
padding:0 80px 0 0;
justify-content: flex-end;
}
#hr01 {
width:150px;
height: 70px;
display: flex;
}
#hr01 ul {
width:150px;
height: 70px;
display: flex;
align-items: center;
padding:0 0 5px 0;
}
#hr01 li {
width:50px;
height: 60px;
display: block;
}
#hr01 li a {
width:60px;
height: 60px;
display: block;
text-align: center;
padding-top:40px;
font-size:0.6em;
font-weight: 700;
line-height: 20px;
letter-spacing: -0.5px;
color:var(--color-1st);
text-decoration: none;
background-position: center center;
background-repeat: no-repeat;
background-size: auto 30px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all  0.4s ease;
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
#hr01 li a#hr-stock {
background-image: url(../img/header/ic-hr_stock_w.webp);
}
#hr01 li a#hr-access {
background-image: url(../img/header/ic-hr_map_w.webp);
}


#hr01 li a#hr-insta {
background-image: url(../img/header/ic-insta.png);
}




#hr01 li a:hover {
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
#header figure {
width:150px;
height:70px;
display:block;
position: fixed;
top:0;
left:20px;
z-index:19400;
}
#header figure a {
  width:100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Header (active) */
#header.pr_active {
    height: 70px;
background-color:rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
#header.pr_active figure {
width:150px;
height:70px;
display:block;
position: fixed;
top:0;
left:20px;
z-index:19400;
}
#header.pr_active figure a {
  width:100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header.pr_active #hrbody {
width:100%;
height:auto;
display:flex;
margin:0 auto;
padding:0 80px 0 0;
justify-content: flex-end;
}
#header.pr_active #hrbody #hr01 {
width:150px;
height: 70px;
display: flex;
}
#header.pr_active #hrbody #hr01 ul {
width:150px;
height: 70px;
display: flex;
align-items: center;
padding:0 0 5px 0;
}

/* Footer */
footer {
  width:100%;
  height: auto;
  display: block;
}
.ftbody {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin:0 auto;
  padding:50px 5%;
}
.ftmenu {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.ftm_cc {
  width:100%;
  height: auto;
  display: block;
  margin-bottom:30px;
}
.ftmenu h3 {
  font-family: var(--font-en);
  font-size:16px;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: 0px;
  color:var(--color-1st);
  margin-bottom: 0.5em;
}
.ftmenu ul li {
  width:100%;
  height: auto;
  display: block;
  font-size: 11px;
  line-height: 1em;
  margin:0;
  border-bottom: 1px dotted var(--color-1st);
}
.ftmenu ul li:last-child {
  border-bottom: none;
}
.ftmenu ul li a {
  width:100%;
  height: auto;
  display: block;
  padding:10px 30px 14px 5px;
  text-decoration: none;
  color:var(--color-black);
  background-image: url(../img/header/ic-ar_h_or.webp);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 50%;
  transition: .4s all;
}
.ftmenu ul li a:hover {
  color:var(--color-white);
  background-color: var(--color-black);
  background-image: url(../img/header/ic-ar_h_w.webp);
}

.ftaddress {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.ftaddress h2 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/header/logo_b.webp);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: auto 50px;
  padding-top:60px;
  font-size:14px;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
  color: var(--color-black);
  margin-bottom: 10px;
}
.ftaddress p.ftaddtxt {
  font-size: 12px;
  line-height: 1.5em;
  color:var(--color-black);
  text-align: center;
  margin-bottom:5px;
}
.ftaddress .fttelfax {
  width:300px;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin:0 auto 5px;
}
.ftaddress .fttelfax p.fttel {
  width:fit-content;
  height: 30px;
  display: block;
  margin-right:1em;
}
.ftaddress .fttelfax p.fttel a {
  width:100%;
  height: auto;
  display: block;
  padding:0 0 0 30px;
  font-size:18px;
  font-weight: 400;
  line-height: 30px;
  color: var(--color-black);
  text-decoration: none;
  background-image: url(../img/header/ic-tel_c.webp);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: auto 30px;
}
.ftaddress .fttelfax p.ftfax {
  font-size:12px;
  line-height: 30px;
  color:var(--color-black);
}
.ftaddress .fttelfax p.ftfax a {
  color:var(--color-black);
  text-decoration: none;
}
.ftaddress p.fturl {
  font-size: 12px;
  line-height: 1.5em;
  color:var(--color-black);
  text-align: center;
  margin-bottom:15px;
}
.ftaddress p.fturl a {
  color:var(--color-black);
  text-decoration: none;
}
.ftaddress p.ftcopy {
  font-size: 10px;
  line-height: 1.5em;
  color:var(--color-black);
  text-align: center;
  margin-bottom:0px;
}

}
