


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

/* Header */
header {
  width:100%;
  height: 100px;
  display: block;
  position: fixed;
  top:0;
  left:0;
  z-index:18500;
}
header figure {
  width:100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0;
  left:2%;
  z-index:18600;
}

/* Header(Scrolled) */
header.hractive {
  width:100%;
  height: 60px;
  display: block;
  position: fixed;
  top:0;
  left:0;
  z-index:18500;
  background: rgb(240,240,240);
  background: linear-gradient(180deg, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
  box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
}
header.hractive figure {
  width:80px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0;
  left:2%;
  z-index:18600;
}

/* Header right */
.hr_rbox {
  width:70px;
  height: 30px;
  display: flex;
  position: fixed;
  justify-content: space-between;
  top:35px;
  right:2%;
  z-index:19600;
}

/* Header right(Scrolled) */
.hr_rbox.hrractive {
  width:70px;
  height: 30px;
  display: flex;
  position: fixed;
  justify-content: space-between;
  top:15px;
  right:2%;
  z-index:19600;
}

/* SNS */
ul.snslist {
  width:70px;
  height: 30px;
  display: flex;
  justify-content: space-between;
}
ul.snslist li {
  width:30px;
  height: 30px;
  display: block;
}
ul.snslist li a {
  width:30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
ul.snslist li a:hover {
  opacity: 0.5;
}

/* Footer */
footer {
  width:100%;
  height: auto;
  display: block;
}
.ftbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding:50px 5%;
  margin:0 auto;
}
.ftbody h3 {
  display: flex;
  align-items: center;
  font-size:22px;
  font-family: var(--font-en);
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 2px;
  color:var(--color-white);
  margin-bottom: 20px;
}
.ftbody h3 span {
  font-size:10px;
  font-weight: 400;
  letter-spacing: 0px;
  margin-left:0.5em;
}
.flc01 {
  width:45%;
}
.flc01cc {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.flc01 .flc01_a {
  width:48%;
}
.flc01 .flc01_b {
  width:48%;
}
.flc02 {
  width:50%;
}

.ftbody  ul.ft_menu {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.ftbody  ul.ft_menu li {
  width:100%;
  height: auto;
  display: block;
  font-size:12px;
  letter-spacing: -0.5px;
  border-bottom: 1px dotted var(--color-666);
}
.ftbody  ul.ft_menu li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  line-height: 40px;
  color:var(--color-ccc);
  background-image: url(../img/header/ic-ar_hr_w.svg);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 14px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ftbody  ul.ft_menu li:first-child a {
  font-weight: 700;
  color:var(--color-white);
}
.ftbody  ul.ft_menu li a:hover {
  color:var(--color-1st);
  background-image: url(../img/header/ic-ar_hr_c.svg);
  background-position: 98% center;
}


.ftbody  ul.ft_brandlist {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-666);
  margin-bottom: 25px;
}
.ftbody  ul.ft_brandlist li {
  width:15%;
  height: auto;
  display: block;
  margin:0 10% 15px 0;
}
.ftbody  ul.ft_brandlist li a {
  width:100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ftbody  ul.ft_brandlist li a:hover {
  opacity: 0.5;
}

.ftbody  ul.ft_snslist {
  width:100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.ftbody  ul.ft_snslist li {
  width:31.3333333333%;
  margin:0 1% 0 1%;
}
.ftbody  ul.ft_snslist li a {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 30px;
  color:var(--color-white);
  padding-left:35px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 30px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ftbody  ul.ft_snslist li a:hover {
  color: var(--color-1st);
}

.ftbody p.ftcopy {
  font-size:12px;
  font-family: var(--font-en);
  line-height: 1em;
  color: var(--color-999);
  text-align: center;
}

}


/* 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:0;
  left:0;
  z-index:18500;
}
header figure {
  width:100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0;
  left:2%;
  z-index:18600;
}

/* Header(Scrolled) */
header.hractive {
  width:100%;
  height: 60px;
  display: block;
  position: fixed;
  top:0;
  left:0;
  z-index:18500;
  background: rgb(240,240,240);
  background: linear-gradient(180deg, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
  box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
}
header.hractive figure {
  width:80px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0;
  left:2%;
  z-index:18600;
}

/* Header right */
.hr_rbox {
  width:70px;
  height: 30px;
  display: flex;
  position: fixed;
  justify-content: space-between;
  top:18px;
  right:100px;
  z-index:19600;
}

/* Header right(Scrolled) */
.hr_rbox.hrractive {
  width:70px;
  height: 30px;
  display: flex;
  position: fixed;
  justify-content: space-between;
  top:15px;
  right:100px;
  z-index:19600;
}

/* SNS */
ul.snslist {
  width:70px;
  height: 30px;
  display: flex;
  justify-content: space-between;
}
ul.snslist li {
  width:30px;
  height: 30px;
  display: block;
}
ul.snslist li a {
  width:30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
ul.snslist li a:hover {
  opacity: 0.5;
}

/* Search form or translate */
.hr_opbox {
  width:200px;
  height: 30px;
  display: block;
  position: block;
  border: 1px solid #ccc;
}

/* Footer */
footer {
  width:100%;
  height: auto;
  display: block;
}
.ftbody {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding:50px 5%;
  margin:0 auto;
}
.ftbody h3 {
  display: flex;
  align-items: center;
  font-size:20px;
  font-family: var(--font-en);
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 2px;
  color:var(--color-white);
  margin-bottom: 20px;
}
.ftbody h3 span {
  font-size:10px;
  font-weight: 400;
  letter-spacing: 0px;
  margin-left:0.5em;
}
.flc01 {
  width:50%;
}
.flc01cc {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.flc01 .flc01_a {
  width:48%;
}
.flc01 .flc01_b {
  width:48%;
}
.flc02 {
  width:45%;
}

.ftbody  ul.ft_menu {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.ftbody  ul.ft_menu li {
  width:100%;
  height: auto;
  display: block;
  font-size:12px;
  letter-spacing: -0.5px;
  border-bottom: 1px dotted var(--color-666);
}
.ftbody  ul.ft_menu li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  line-height: 40px;
  color:var(--color-ccc);
  background-image: url(../img/header/ic-ar_hr_w.svg);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 14px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ftbody  ul.ft_menu li:first-child a {
  font-weight: 700;
  color:var(--color-white);
}
.ftbody  ul.ft_menu li a:hover {
  color:var(--color-1st);
  background-image: url(../img/header/ic-ar_hr_c.svg);
  background-position: 98% center;
}


.ftbody  ul.ft_brandlist {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-666);
  margin-bottom: 15px;
}
.ftbody  ul.ft_brandlist li {
  width:23.3333333333333%;
  height: auto;
  display: block;
  margin:0 5% 15px 5%;
}
.ftbody  ul.ft_brandlist li a {
  width:100%;
  height: auto;
  display: block;
  padding:0 8%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ftbody  ul.ft_brandlist li a:hover {
  opacity: 0.5;
}

.ftbody  ul.ft_snslist {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.ftbody  ul.ft_snslist li {
  width:50%;
  margin:0 0 0 0;
}
.ftbody  ul.ft_snslist li a {
  width:100%;
  height: auto;
  display: block;
  font-size:12px;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 30px;
  color:var(--color-white);
  padding-left:35px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 30px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ftbody  ul.ft_snslist li a:hover {
  color: var(--color-1st);
}

.ftbody p.ftcopy {
  font-size:10px;
  font-family: var(--font-en);
  line-height: 1em;
  color: var(--color-999);
  text-align: center;
}

}

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

  /* Header */
  header {
    width:100%;
    height: 100px;
    display: block;
    position: fixed;
    top:0;
    left:0;
    z-index:18500;
  }
  header figure {
    width:100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top:0;
    left:2%;
    z-index:18600;
  }

  /* Header(Scrolled) */
  header.hractive {
    width:100%;
    height: 60px;
    display: block;
    position: fixed;
    top:0;
    left:0;
    z-index:18500;
    background: rgb(240,240,240);
    background: linear-gradient(180deg, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
  }
  header.hractive figure {
    width:80px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top:0;
    left:2%;
    z-index:18600;
  }

  /* Header right */
  .hr_rbox {
    width:60px;
    height: 30px;
    display: flex;
    position: fixed;
    justify-content: space-between;
    top:30px;
    right:80px;
    z-index:19600;
  }

  /* Header right(Scrolled) */
  .hr_rbox.hrractive {
    width:60px;
    height: 30px;
    display: flex;
    position: fixed;
    justify-content: space-between;
    top:15px;
    right:80px;
    z-index:19600;
  }

  /* SNS */
  ul.snslist {
    width:60px;
    height: 30px;
    display: flex;
    justify-content: space-between;
  }
  ul.snslist li {
    width:30px;
    height: 30px;
    display: block;
  }
  ul.snslist li a {
    width:30px;
    height: 30px;
    display: block;
    text-indent: -9999px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  ul.snslist li a:hover {
    opacity: 0.5;
  }

  /* Search form or translate */
  .hr_opbox {
    width:140px;
    height: 30px;
    display: block;
    position: block;
    border: 1px solid #ccc;
  }

  /* Footer */
  footer {
    width:100%;
    height: auto;
    display: block;
  }
  .ftbody {
    width:100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding:50px 5%;
    margin:0 auto;
  }
  .ftbody h3 {
    display: flex;
    align-items: center;
    font-size:20px;
    font-family: var(--font-en);
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 2px;
    color:var(--color-white);
    margin-bottom: 20px;
  }
  .ftbody h3 span {
    font-size:10px;
    font-weight: 400;
    letter-spacing: 0px;
    margin-left:0.5em;
  }
  .flc01 {
    width:100%;
    padding-bottom: 50px;
    border-bottom: 1px solid var(--color-666);
    margin-bottom: 50px;
  }
  .flc01cc {
    width:100%;
    height: auto;
    display: flex;
    justify-content: space-between;
  }
  .flc01 .flc01_a {
    width:48%;
  }
  .flc01 .flc01_b {
    width:48%;
  }
  .flc02 {
    width:100%;
  }

  .ftbody  ul.ft_menu {
    width:100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .ftbody  ul.ft_menu li {
    width:100%;
    height: auto;
    display: block;
    font-size:12px;
    letter-spacing: -0.5px;
    border-bottom: 1px dotted var(--color-666);
  }
  .ftbody  ul.ft_menu li a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    line-height: 40px;
    color:var(--color-ccc);
    background-image: url(../img/header/ic-ar_hr_w.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: auto 14px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .ftbody  ul.ft_menu li:first-child a {
    font-weight: 700;
    color:var(--color-white);
  }
  .ftbody  ul.ft_menu li a:hover {
    color:var(--color-1st);
    background-image: url(../img/header/ic-ar_hr_c.svg);
    background-position: 98% center;
  }


  .ftbody  ul.ft_brandlist {
    width:100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-666);
    margin-bottom: 15px;
  }
  .ftbody  ul.ft_brandlist li {
    width:23.3333333333333%;
    height: auto;
    display: block;
    margin:0 5% 15px 5%;
  }
  .ftbody  ul.ft_brandlist li a {
    width:100%;
    height: auto;
    display: block;
    padding:0 8%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .ftbody  ul.ft_brandlist li a:hover {
    opacity: 0.5;
  }

  .ftbody  ul.ft_snslist {
    width:100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .ftbody  ul.ft_snslist li {
    width:50%;
    margin:0 0 0 0;
  }
  .ftbody  ul.ft_snslist li a {
    width:100%;
    height: auto;
    display: block;
    font-size:12px;
    font-family: var(--font-en);
    font-weight: 400;
    line-height: 30px;
    color:var(--color-white);
    padding-left:35px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .ftbody  ul.ft_snslist li a:hover {
    color: var(--color-1st);
  }

  .ftbody p.ftcopy {
    font-size:10px;
    font-family: var(--font-en);
    line-height: 1em;
    color: var(--color-999);
    text-align: center;
  }

}
