.ic-fb {background-image: url(../img/header/ic-fb_w.png);}
.ic-ins {background-image: url(../img/header/ic-ins_w.png);}
.ic-line {background-image: url(../img/header/ic-line_w.png);}
.ic-tik {background-image: url(../img/header/ic-tik.png);}



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

/* Header */
header {
  width:100%;
  height: 150px;
  display: block;
  position: fixed;
  top:0;
  left:0;
  z-index:18500;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header figure {
  width:200px;
  height: 150px;
  display: block;
  position: fixed;
  top:0;
  left:1%;
  z-index:18600;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header figure a {
  width:100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header figure a img {
  width:150px;
}

/* header(hract) */
header.hractive {
  width:100%;
  height: 70px;
  display: block;
  position: fixed;
  top:0;
  left:0;
  z-index:18500;
  background-color: rgba(255,255,255,0.95);
  box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
}
header.hractive figure {
  width:80px;
  height: 70px;
  display: block;
  position: fixed;
  top:0;
  left:1%;
  z-index:18600;
}
header.hractive figure a {
  width:80px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header.hractive figure a img {
  width:70px;
}


/* Wrapper */
#wrapper {
  width:100%;
  height:auto;
  display: block;
  background-image: url(../img/bottom_bg.png);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 100% auto;
  padding-bottom: 15%;
}

/* Footer */
footer {
  width:100%;
  height: auto;
  display: block;
  padding-bottom: 50px;
}
footer ul.ftsns {
  width:120px;
  height: 26px;
  display: flex;
  justify-content: space-between;
  margin:0 auto 50px;
  padding-top:30px;
}
footer ul.ftsns li {
  width:26px;
  height: 26px;
  display: block;
}
footer ul.ftsns li a {
  width:26px;
  height: 26px;
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px 26px;
}

.ftbody {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  padding:0px 5% 25px;
}
.ftbody .ftc {
  flex:1;
  margin:0 1%;
}
.ftbody .ftc:nth-of-type(1) {
  padding-top:30px;
}
.ftbody .ftc h3 {
  width:100%;
  height: 30px;
  display: block;
  font-size:16px;
  font-weight: 700;
  line-height: 30px;
  color:var(--color-white);
}
.ftbody .ftc ul li {
  font-size:12px;
  line-height: 40px;
  border-bottom: 1px dotted var(--color-999);
}
.ftbody .ftc ul li a {
  width:100%;
  height: auto;
  display:block;
  font-size:12px;
  line-height: 40px;
  padding-left:5px;
  color:var(--color-white);
  text-decoration: none;
  background-image: url(../img/header/ic-ar_h_c.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: auto 30%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ftbody .ftc ul li a:hover {
  background-position: 100% center;
  background-color: rgba(255,255,255,0.1);
}
footer p {
  font-size:12px;
  line-height: 1.25em;
  text-align: center;
  margin:0;
  padding:0;
  color:var(--color-white);
}

}


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

  /* Header */
header {
  width:100%;
  height: 150px;
  display: block;
  position: fixed;
  top:0;
  left:0;
  z-index:18500;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header figure {
  width:200px;
  height: 150px;
  display: block;
  position: fixed;
  top:0;
  left:1%;
  z-index:18600;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header figure a {
  width:100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header figure a img {
  width:150px;
}

/* header(hract) */
header.hractive {
  width:100%;
  height: 70px;
  display: block;
  position: fixed;
  top:0;
  left:0;
  z-index:18500;
  background-color: rgba(255,255,255,0.95);
  box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
}
header.hractive figure {
  width:80px;
  height: 70px;
  display: block;
  position: fixed;
  top:0;
  left:1%;
  z-index:18600;
}
header.hractive figure a {
  width:80px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header.hractive figure a img {
  width:70px;
}

/* Wrapper */
#wrapper {
  width:100%;
  height:auto;
  display: block;
  background-image: url(../img/bottom_bg.png);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 100% auto;
  padding-bottom: 15%;
}

/* Footer */
footer {
  width:100%;
  height: auto;
  display: block;
  padding-bottom: 50px;
}
footer ul.ftsns {
  width:120px;
  height: 26px;
  display: flex;
  justify-content: space-between;
  margin:0 auto 20px;
  padding-top:30px;
}
footer ul.ftsns li {
  width:26px;
  height: 26px;
  display: block;
}
footer ul.ftsns li a {
  width:26px;
  height: 26px;
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px 26px;
}

.ftbody {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  padding:50px 5% 25px;
}
.ftbody .ftc {
  flex:1;
  margin:0 1%;
}
.ftbody .ftc:nth-of-type(1) {
  padding-top:30px;
}
.ftbody .ftc h3 {
  width:100%;
  height: 30px;
  display: block;
  font-size:16px;
  font-weight: 700;
  line-height: 30px;
  color:var(--color-white);
}
.ftbody .ftc ul li {
  font-size:12px;
  line-height: 40px;
  border-bottom: 1px dotted var(--color-999);
}
.ftbody .ftc ul li a {
  width:100%;
  height: auto;
  display:block;
  font-size:12px;
  line-height: 40px;
  padding-left:5px;
  color:var(--color-white);
  text-decoration: none;
  background-image: url(../img/header/ic-ar_h_c.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: auto 30%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ftbody .ftc ul li a:hover {
  background-position: 100% center;
  background-color: rgba(255,255,255,0.1);
}
footer p {
  font-size:12px;
  line-height: 1.25em;
  text-align: center;
  margin:0;
  padding:0;
  color:var(--color-white);
}

}

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

/* Header */
header {
  width:100%;
  height: 150px;
  display: block;
  position: fixed;
  top:0;
  left:0;
  z-index:18500;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header figure {
  width:200px;
  height: 150px;
  display: block;
  position: fixed;
  top:0;
  left:1%;
  z-index:18600;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header figure a {
  width:100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header figure a img {
  width:150px;
}

/* header(hract) */
header.hractive {
  width:100%;
  height: 70px;
  display: block;
  position: fixed;
  top:0;
  left:0;
  z-index:18500;
  background-color: rgba(255,255,255,0.95);
  box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
}
header.hractive figure {
  width:80px;
  height: 70px;
  display: block;
  position: fixed;
  top:0;
  left:1%;
  z-index:18600;
}
header.hractive figure a {
  width:80px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header.hractive figure a img {
  width:70px;
}

/* Wrapper */
#wrapper {
  width:100%;
  height:auto;
  display: block;
  background-image: url(../img/bottom_bg.png);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 100% auto;
  padding-bottom: 15%;
}

/* Footer */
footer {
  width:100%;
  height: auto;
  display: block;
  padding-bottom: 50px;
}
footer ul.ftsns {
  width:120px;
  height: 26px;
  display: flex;
  justify-content: space-between;
  margin:0 auto 0px;
  padding-top:30px;
}
footer ul.ftsns li {
  width:26px;
  height: 26px;
  display: block;
}
footer ul.ftsns li a {
  width:26px;
  height: 26px;
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px 26px;
}

.ftbody {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
  padding:50px 5% 25px;
}
.ftbody .ftc {
  width:100%;
  margin:0 0 30px;
}
.ftbody .ftc h3 {
  width:100%;
  height: 30px;
  display: block;
  font-size:16px;
  font-weight: 700;
  line-height: 30px;
  color:var(--color-white);
}
.ftbody .ftc ul li {
  font-size:14px;
  line-height: 50px;
  border-bottom: 1px dotted var(--color-999);
}
.ftbody .ftc ul li a {
  width:100%;
  height: auto;
  display:block;
  font-size:14px;
  line-height: 50px;
  padding-left:5px;
  color:var(--color-white);
  text-decoration: none;
  background-image: url(../img/header/ic-ar_h_c.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: auto 30%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ftbody .ftc ul li a:hover {
  background-position: 100% center;
  background-color: rgba(255,255,255,0.1);
}
footer p {
  font-size:12px;
  line-height: 1.25em;
  text-align: center;
  margin:0;
  padding:0;
  color:var(--color-white);
}

}
