@charset "utf-8";

* {
  box-sizing: border-box;
}

#header {
  width: 100%;
  height: 110px;
  transition: all 0.5s;
}

.main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media only screen and (max-width: 1300px) {
  .main_width {
      padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .main_width {
      padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .main_width {
      padding: 0 15px;
  }
}

#header .nav-secondary {
  position: relative;
  width: 100%;
  z-index: 1000;
  background-color: #130c0e;
}
@media only screen and (max-width: 768px) {
  #header .nav-secondary {
      display: none;
  }
}

#header .main_width, #footer .main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
#header .nav-secondary .secondary-nav {
  display: flex;
  justify-content: flex-end;
}
#header .nav-secondary .secondary-nav ul {
  display: flex;
  height: 30px;
  position: relative;
}
#header .nav-secondary .secondary-nav ul li {
  position: relative;
  height: 100%;
}
#header .nav-secondary .secondary-nav ul li.icon {
  position: relative;
  margin-left: 15px;
}
#header .nav-secondary .secondary-nav ul li.icon a {
  padding-right: 15px;
  position: relative;
  height: 100%;
  color: #fff;
  font-family: "Neo Sans W01", Calibri, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Arial;
  font-weight: 500;
  font-size: 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
#header .nav-secondary .secondary-nav ul li.icon a:after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 21px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#header .nav-secondary .secondary-nav ul li.icon a > span {
  display: block;
  line-height: 1;
}
#header .nav-secondary .secondary-nav ul li.icon.icon_glove {
  margin-right: 28px;
  margin-left: 15px;
}
#header .nav-secondary .secondary-nav ul li.icon + .icon:before {
  content: "";
  position: absolute;
  left: -17px;
  top: 8px;
  width: 1px;
  height: 14px;
  background-color: #ffc700;
}
#header .nav-secondary .secondary-nav ul li.icon.icon_glove a {
  padding-right: 30px;
}
#header .nav-secondary .secondary-nav ul li.icon.icon_glove a:after {
  background-image: url(https://intertekjp.com/media/images/common/icon_glove.png);
  content: "";
}
#header .nav-secondary .secondary-nav ul li.form {
  background-color: #fff;
}
#header .nav-secondary .secondary-nav ul li.form .search_open {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
#header .nav-secondary .secondary-nav ul li.form .search_open:before {
  -webkit-appearance: none;
  display: inline-block;
  content: "";
  position: absolute;
  top: 0%;
  right: 0;
  width: 30px;
  height: 100%;
  padding: 0;
  font: 0 / 0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url(https://intertekjp.com/media/images/common/icon_search.png);
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#header .nav-secondary .secondary-nav ul li.form .search_open p {
  display: block;
  font-family: "Neo Sans W01", Calibri, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Arial;
  font-weight: 600;
  color: #474e54;
  border-style: none;
  padding: 0 1em;
  font-size: 12px;
  line-height: 1;
  width: 120px;
  position: relative;
}


#header .nav-primary {
  background-color: #ffc700;
  background: linear-gradient(90deg, #ffc700 0%, #ffc30b 50%, #fcaf17 80%);
}
@media only screen and (max-width: 768px) {
  #header .nav-primary {
      background-color: #130c0e;
      padding-top: 5px;
  }
}

#header .nav-primary .main_width {
  position: relative;
}
#header .nav-primary .main_width > div {
  height: 80px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #header .nav-primary .main_width > div {
      height: 55px;
  }
}
#header .nav-primary .main_width .navbar {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#header #hd_logo .logo_inner h1, #header #hd_logo .logo_inner p {
  display: flex;
  align-items: center;
}
#header #hd_logo .logo_inner h1 span, #header #hd_logo .logo_inner p span {
  display: block;
}
#header #hd_logo .logo_inner h1 span.logo_img, #header #hd_logo .logo_inner p span.logo_img {
  width: 134px;
}
@media only screen and (max-width: 1200px) {
  #header #hd_logo .logo_inner h1 span.logo_img, #header #hd_logo .logo_inner p span.logo_img {
      width: 120px;
  }
}
@media only screen and (max-width: 1024px) {
  #header #hd_logo .logo_inner h1 span.logo_img, #header #hd_logo .logo_inner p span.logo_img {
      width: 108px;
  }
}
@media only screen and (max-width: 768px) {
  #header #hd_logo .logo_inner h1 span.logo_img, #header #hd_logo .logo_inner p span.logo_img {
      width: 80px;
  }
}
#header #hd_logo .logo_inner h1 span img, #header #hd_logo .logo_inner p span img {
  width: 100%;
  height: auto;
}

#header #gnavi {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #header #gnavi {
      display: none;
  }
}

#header #gnavi > ul {
  display: flex;
  height: 100%;
}
#header #gnavi > ul > li {
  height: 100%;
}
#header #gnavi > ul > li + li {
  padding-left: 43px;
}
#header #gnavi > ul > li > a, #header #gnavi > ul > li > span {
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    font-weight: bold;
    font-weight: 600;
    letter-spacing: 0.005em;
    color: #130c0e;
    border-style: none;
    padding: 0;
    font-size: 15px;
}
#header #gnavi > ul > li.hover_menu > a, #header #gnavi > ul > li.hover_menu > span {
  cursor: pointer;
}
#header #gnavi > ul > li > a > span, #header #gnavi > ul > li > span > span {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  #header #gnavi > ul > li.hover_menu > a:after, #header #gnavi > ul > li.hover_menu > span:after {
      position: absolute;
      content: "";
      display: block;
      background-color: #f8f8f8;
      bottom: 0;
      height: 0px;
      left: 0;
      width: 100%;
      opacity: 0;
      transition: all 0.5s;
      z-index: 1;
  }
  #header #gnavi > ul > li.hover_menu > a > span:before, #header #gnavi > ul > li.hover_menu > span > span:before {
    position: absolute;
    content: "";
    display: block;
    background-color: #130c0e;
    top: 30px;
    height: 5px;
    left: 50%;
    width: 0%;
    opacity: 0;
    transition: all 0.5s;
    z-index: 2;
  }
}
@media only screen and (min-width: 769px) {
  #header #gnavi > ul > li.gnavi_link > a > span:before {
      position: absolute;
      content: "";
      display: block;
      background-color: #130c0e;
      top: 30px;
      height: 3px;
      left: 50%;
      width: 0%;
      opacity: 0;
      transition: all 0.5s;
      z-index: 2;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #header #gnavi > ul > li.gnavi_link > a:hover > span:before {
      left: 0;
      width: 100%;
      opacity: 1;
      transition: all 0.5s;
  }
  #header #gnavi > ul > li.hover_menu > a:hover > span, #header #gnavi > ul > li.hover_menu > span:hover > span {
    color: #fff;
  }
  #header #gnavi > ul > li.hover_menu > a:hover:after, #header #gnavi > ul > li.hover_menu > span:hover:after {
    height: 20px;
    opacity: 1;
    transition: all 0.5s;
  }
  #header #gnavi > ul > li.hover_menu > a:hover > span:before, #header #gnavi > ul > li.hover_menu > span:hover > span:before {
    left: 0;
    width: 100%;
    opacity: 1;
    transition: all 0.5s;
  }
}
@media only screen and (min-width: 769px) {
  #header #gnavi > ul > li.hover_menu > a:hover:before, #header #gnavi > ul > li.hover_menu > span:hover:before {
      position: absolute;
      display: block;
      content: "";
      opacity: 0;
      top: 40px;
      left: 50%;
      transform: translateX(-50%);
      width: 400px;
      height: 150px;
      z-index: 1;
  }
}

/* 開閉時の高さは head.js で計測してアニメーション（height:auto はトランジション不可のため） */
#header #gnavi .mega_menu_outer {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 80px;
  width: 200%;
  z-index: 98;
  background: #f8f8f8;
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
}
#header #gnavi .mega_menu_outer .mega_menu {
  background-color: #f8f8f8;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
#header #gnavi .hover_menu.hover .mega_menu_outer .mega_menu {
  opacity: 1;
  pointer-events: all;
  transition: all 0.5s;
}
#header #gnavi .mega_menu_outer .mega_menu > ul {
  width: 800px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 35px;
  margin-left: 38%;
}
#header #gnavi .mega_menu_outer .mega_menu > ul > li {
  width: 50%;
  padding-top: 20px;
}
#header #gnavi .mega_menu_outer .mega_menu > ul > li > a, #header #gnavi .mega_menu_outer .mega_menu > ul > li > span {
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-weight: 600;
  color: #130c0e;
  padding: 0.5em;
  position: relative;
  font-size: 16px;
}
@media only screen and (min-width: 769px) {
  #header #gnavi .mega_menu_outer .mega_menu > ul > li > a > span, #header #gnavi .mega_menu_outer .mega_menu > ul > li > span > span {
      position: relative;
  }
  #header #gnavi .mega_menu_outer .mega_menu > ul > li > a:hover, #header #gnavi .mega_menu_outer .mega_menu > ul > li > a:active, #header #gnavi .mega_menu_outer .mega_menu > ul > li > span:hover, #header #gnavi .mega_menu_outer .mega_menu > ul > li > span:active {
      text-decoration: none;
  }
  #header #gnavi .mega_menu_outer .mega_menu > ul > li > a > span:before, #header #gnavi .mega_menu_outer .mega_menu > ul > li > a > span:after, #header #gnavi .mega_menu_outer .mega_menu > ul > li > span > span:before, #header #gnavi .mega_menu_outer .mega_menu > ul > li > span > span:after {
      position: absolute;
      bottom: -7px;
      width: 0%;
      height: 1px;
      content: "";
      display: block;
      background-color: #474e54;
      opacity: 0;
      transition: all 0.2s;
  }
  #header #gnavi .mega_menu_outer .mega_menu > ul > li > a > span:before, #header #gnavi .mega_menu_outer .mega_menu > ul > li > span > span:before {
    left: 50%;
  }
  #header #gnavi .mega_menu_outer .mega_menu > ul > li > a > span:after, #header #gnavi .mega_menu_outer .mega_menu > ul > li > span > span:after {
    right: 50%;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #header #gnavi .mega_menu_outer .mega_menu > ul > li > a:hover > span:before, #header #gnavi .mega_menu_outer .mega_menu > ul > li > a:hover > span:after, #header #gnavi .mega_menu_outer .mega_menu > ul > li > a:active > span:before, #header #gnavi .mega_menu_outer .mega_menu > ul > li > a:active > span:after, #header #gnavi .mega_menu_outer .mega_menu > ul > li > span:hover > span:before, #header #gnavi .mega_menu_outer .mega_menu > ul > li > span:hover > span:after, #header #gnavi .mega_menu_outer .mega_menu > ul > li > span:active > span:before, #header #gnavi .mega_menu_outer .mega_menu > ul > li > span:active > span:after {
      width: 50%;
      opacity: 0.5;
      transition: all 0.2s;
  }
}


#header .sp_btns {
  display: flex;
  height: 100%;
  position: relative;
}
@media only screen and (min-width: 769px) {
  #header .sp_btns {
      display: none;
  }
}
#header .sp_btns .search_open {
  width: 30px;
  position: relative;
}
#header .sp_btns .search_open > p {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
#sp_menu_btn {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  #sp_menu_btn {
      display: none;
  }
}
#sp_menu_btn .sp_btn_cont {
  position: relative;
  top: -1px;
  width: 25px;
  height: 17px;
}
#sp_menu_btn .sp_btn_cont span {
  position: absolute;
  display: block;
  width: 25px;
  height: 3px;
  background: #130c0e;
  transition: all 0.5s;
  border-radius: 8px;
}
#sp_menu_btn .sp_btn_cont span.border01 {
  top: 0;
}
.sp_menu_open header #header #sp_menu_btn .sp_btn_cont span.border01 {
  top: 3px;
  transform: translateY(7px) rotate(45deg);
}
#sp_menu_btn .sp_btn_cont span.border02 {
  top: 8px;
}
.sp_menu_open header #header #sp_menu_btn .sp_btn_cont span.border02 {
  opacity: 0;
}
#sp_menu_btn .sp_btn_cont span.border03 {
  top: 16px;
}
.sp_menu_open header #header #sp_menu_btn .sp_btn_cont span.border03 {
  top: 14px;
  transform: translateY(-4px) rotate(-45deg);
}


#header .nav-primary .main_width > .dynamic-search-wrapper {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  padding-left: 290px;
}
#header .nav-primary .main_width > .dynamic-search-wrapper > div {
  padding: 20px;
  background-color: #f8f8f8;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#header .nav-primary .main_width > .dynamic-search-wrapper .dynamic-search-form {
  width: 100%;
}
#header .nav-primary .main_width > .dynamic-search-wrapper .dynamic-search-form .gsc-control-cse {
  background-color: #f8f8f8;
  border-style: none;
  padding: 10px;
}
#header .nav-primary .main_width > .dynamic-search-wrapper .dynamic-search-form .gsc-control-wrapper-cse {
  background-color: #fff;
  border: 1px solid #cdcccb;
  border-radius: 5px;
  overflow: hidden;
}
#header .nav-primary .main_width > .dynamic-search-wrapper .dynamic-search-form form.gsc-search-box {
  margin-bottom: 0px;
}


#sp_menu {
  display: none;
  position: fixed;
  top: 110%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffc700;
  background: -moz-linear-gradient(-9deg, #ffc700 0%, #ffc20e 70%, #fcaf17 100%);
  background: -webkit-linear-gradient(-9deg, #ffc700 0%, #ffc20e 70%, #fcaf17 100%);
  background: linear-gradient(171deg, #ffc700 0%, #ffc20e 70%, #fcaf17 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc700', endColorstr='#fcaf17',GradientType=1 );
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 999;
  transition: 400ms;
  padding-bottom: 50px;
  color: #ffffff;
  font-size: 107.1%;
}
.sp_menu_open #sp_menu {
  top: 60px;
  z-index: 999;
  transition: 400ms;
}
.sp_menu_open#sp_menu.scroll {
  top: 60px;
}

#sp_menu #sp_menu_area {
  padding: 20px;
}
#sp_menu #sp_menu_area #sp_gnavi {
  padding-bottom: 30px;
}
#sp_menu #sp_menu_area #sp_gnavi > ul {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#sp_menu #sp_menu_area #sp_gnavi > ul > li {
  width: 100%;
}
#sp_menu #sp_menu_area #sp_gnavi > ul > li + li {
  border-top: solid 1px #cbcbcb;
}

#sp_menu #sp_menu_area #sp_gnavi > ul > li > a, #sp_menu #sp_menu_area #sp_gnavi > ul > li > span, #sp_menu #sp_menu_area #sp_gnavi > ul > li > div.worldwide-mega-menu {
  padding: 16px;
  position: relative;
  display: block;
  color: #130c0e;
  font-weight: bold;
  font-weight: 600;
  font-size: 114.3%;
  width: 100%;
  text-decoration: none;
}
#sp_menu #sp_menu_area #sp_gnavi > ul > li.acc_menu > a, #sp_menu #sp_menu_area #sp_gnavi > ul > li.acc_menu > span, #sp_menu #sp_menu_area #sp_gnavi > ul > li.acc_menu > div, #sp_menu #sp_menu_area #sp_gnavi > ul > li.acc_menu > .pulldown, #sp_menu #sp_menu_area #sp_gnavi > ul > li.worldwide > a, #sp_menu #sp_menu_area #sp_gnavi > ul > li.worldwide > span, #sp_menu #sp_menu_area #sp_gnavi > ul > li.worldwide > div, #sp_menu #sp_menu_area #sp_gnavi > ul > li.worldwide > .pulldown{
    color: #130c0e;
}
#sp_menu #sp_menu_area #sp_gnavi > ul > li.acc_menu > a > span, #sp_menu #sp_menu_area #sp_gnavi > ul > li.acc_menu > span > span, #sp_menu #sp_menu_area #sp_gnavi > ul > li.acc_menu > div > span, #sp_menu #sp_menu_area #sp_gnavi > ul > li.acc_menu > .pulldown > span, #sp_menu #sp_menu_area #sp_gnavi > ul > li.worldwide > a > span, #sp_menu #sp_menu_area #sp_gnavi > ul > li.worldwide > span > span, #sp_menu #sp_menu_area #sp_gnavi > ul > li.worldwide > div > span, #sp_menu #sp_menu_area #sp_gnavi > ul > li.worldwide > .pulldown > span {
  display: block;
  position: relative;
}
#sp_menu #sp_menu_area #sp_gnavi > ul > li.acc_menu > a > span:before, #sp_menu #sp_menu_area #sp_gnavi > ul > li.acc_menu > a > span:after, #sp_menu #sp_menu_area #sp_gnavi > ul > li.acc_menu > span > span:before, #sp_menu #sp_menu_area #sp_gnavi > ul > li.acc_menu > span > span:after, #sp_menu #sp_menu_area #sp_gnavi > ul > li.acc_menu > div > span:before, #sp_menu #sp_menu_area #sp_gnavi > ul > li.acc_menu > div > span:after, #sp_menu #sp_menu_area #sp_gnavi > ul > li.acc_menu > .pulldown > span:before, #sp_menu #sp_menu_area #sp_gnavi > ul > li.acc_menu > .pulldown > span:after, #sp_menu #sp_menu_area #sp_gnavi > ul > li.worldwide > a > span:before, #sp_menu #sp_menu_area #sp_gnavi > ul > li.worldwide > a > span:after, #sp_menu #sp_menu_area #sp_gnavi > ul > li.worldwide > span > span:before, #sp_menu #sp_menu_area #sp_gnavi > ul > li.worldwide > span > span:after, #sp_menu #sp_menu_area #sp_gnavi > ul > li.worldwide > div > span:before, #sp_menu #sp_menu_area #sp_gnavi > ul > li.worldwide > div > span:after, #sp_menu #sp_menu_area #sp_gnavi > ul > li.worldwide > .pulldown > span:before, #sp_menu #sp_menu_area #sp_gnavi > ul > li.worldwide > .pulldown > span:after {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  top: 50%;
  right: 0;
  background-color: #474e54;
}
#sp_menu #sp_menu_area #sp_gnavi > ul > li.acc_menu > a > span:before, #sp_menu #sp_menu_area #sp_gnavi > ul > li.acc_menu > span > span:before, #sp_menu #sp_menu_area #sp_gnavi > ul > li.acc_menu > div > span:before, #sp_menu #sp_menu_area #sp_gnavi > ul > li.acc_menu > .pulldown > span:before, #sp_menu #sp_menu_area #sp_gnavi > ul > li.worldwide > a > span:before, #sp_menu #sp_menu_area #sp_gnavi > ul > li.worldwide > span > span:before, #sp_menu #sp_menu_area #sp_gnavi > ul > li.worldwide > div > span:before, #sp_menu #sp_menu_area #sp_gnavi > ul > li.worldwide > .pulldown > span:before {
  opacity: 1;
  transition: all 0.5s;
  transform: rotate(0deg);
}
#sp_menu #sp_menu_area #sp_gnavi > ul > li.acc_menu > a > span:after, #sp_menu #sp_menu_area #sp_gnavi > ul > li.acc_menu > span > span:after, #sp_menu #sp_menu_area #sp_gnavi > ul > li.acc_menu > div > span:after, #sp_menu #sp_menu_area #sp_gnavi > ul > li.acc_menu > .pulldown > span:after, #sp_menu #sp_menu_area #sp_gnavi > ul > li.worldwide > a > span:after, #sp_menu #sp_menu_area #sp_gnavi > ul > li.worldwide > span > span:after, #sp_menu #sp_menu_area #sp_gnavi > ul > li.worldwide > div > span:after, #sp_menu #sp_menu_area #sp_gnavi > ul > li.worldwide > .pulldown > span:after {
  transition: all 0.5s;
  transform: rotate(90deg);
}

#sp_menu #sp_menu_area #sp_gnavi > ul > li .menu_panel {
  display: none;
}
#sp_menu #sp_menu_area #sp_gnavi > ul > li .menu_panel ul li {
  background-color: #f8f8f8;
  padding-left: 16px;
}
#sp_menu #sp_menu_area #sp_gnavi > ul > li .menu_panel ul li > a, #sp_menu #sp_menu_area #sp_gnavi > ul > li .menu_panel ul li > span {
  padding: 16px;
  position: relative;
  display: block;
  color: #130c0e;
  font-family: "Neo Sans W01", Calibri, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Arial;
  font-weight: bold;
  font-weight: 600;
  font-size: 114.3%;
  width: 100%;
  text-decoration: none;
}

#sp_menu #sp_menu_area #sp_menu_info ul {
  display: flex;
  justify-content: center;
  height: 40px;
}
#sp_menu #sp_menu_area #sp_menu_info ul.bottom li {
  position: relative;
  height: 100%;
  margin: auto 0.75em;
}
#sp_menu #sp_menu_area #sp_menu_info ul.bottom li.icon {
  position: relative;
}
#sp_menu #sp_menu_area #sp_menu_info ul.bottom li.icon:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#sp_menu #sp_menu_area #sp_menu_info ul.bottom li.icon.icon_glove:before {
  background-image: url("https://intertekjp.com/media/images/common/icon_sp_glove.png");
  content: "";
}

#sp_menu #sp_menu_area #sp_menu_info ul.bottom li.icon a {
  padding-left: 28px;
  position: relative;
  height: 100%;
  color: #130c0e;
  font-family: "Neo Sans W01", Calibri, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Arial;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
}
#sp_menu #sp_menu_area #sp_menu_info ul.bottom li.icon a > span {
  display: block;
  line-height: 1;
}



/* フッター */
footer {
  padding: 0;
}

#footer .footer_top {
  color: #fff;
  background-color: #474e54;
  padding: 15px 0;
}
@media only screen and (max-width: 768px) {
  #footer .footer_top {
      display: none;
  }
}
#footer .footer_top a {
  color: #fff;
  text-decoration: none;
}
#footer .footer_top .ft_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
#footer .footer_top .ft_inner .ft_inner_left {
  padding: 10px 0;
}
#footer .footer_top .ft_inner .ft_inner_left ul {
  font-family: "Neo Sans W01", Calibri, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Arial;
  width: 100%;
  max-width: 56em;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1200px) {
  #footer .footer_top .ft_inner .ft_inner_left ul {
      max-width: 48em;
  }
}
@media only screen and (max-width: 1100px) {
  #footer .footer_top .ft_inner .ft_inner_left ul {
      max-width: 40em;
  }
}
@media only screen and (max-width: 1024px) {
  #footer .footer_top .ft_inner .ft_inner_left ul {
      max-width: 32em;
  }
}
#footer .footer_top .ft_inner .ft_inner_left ul > li {
  width: 14em;
}
@media only screen and (max-width: 1200px) {
  #footer .footer_top .ft_inner .ft_inner_left ul > li {
      width: 12em;
  }
}
@media only screen and (max-width: 1100px) {
  #footer .footer_top .ft_inner .ft_inner_left ul > li {
      width: 10em;
  }
}
@media only screen and (max-width: 1024px) {
  #footer .footer_top .ft_inner .ft_inner_left ul > li {
      width: 8em;
  }
}
#footer .footer_top .ft_inner .ft_inner_left ul a {
  display: inline-block;
  padding: 0.2em 0;
}

#footer .footer_bottom {
  background-color: #130c0e;
  padding: 25px 0;
}
#footer .footer_bottom .ft_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#footer .footer_bottom .ft_inner + .ft_inner {
  margin-top: 10px;
}
@media only screen and (max-width: 480px) {
  #footer .footer_bottom .ft_inner {
      justify-content: flex-start;
  }
}
@media only screen and (max-width: 480px) {
  #footer .footer_bottom .ft_inner .ft_logo01 {
      margin-left: 10px;
  }
  #footer .footer_bottom .ft_inner .ft_logo02 {
    margin-left: 15px;
  }
}

#footer .footer_bottom .copy p {
  color: #fff;
  font-family: "Neo Sans W01", Calibri, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Arial;
  font-weight: 500;
  font-size: 78.6%;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 480px) {
  #footer .footer_bottom .copy p {
      font-size: 100%;
  }
}

#footer .footer_bottom .ft_navi {
  text-align: left;
  margin-right: 0;
  color: #fff;
}
#footer .footer_bottom .ft_inner .ft_navi {
  width: 100%;
  text-align: left;
}
#footer .footer_bottom .copy + .ft_navi {
  margin-top: 0.3em;
}
@media only screen and (max-width: 768px) {
  #footer .footer_bottom .ft_inner .ft_navi {
      display: none;
  }
}
@media only screen and (max-width: 480px) {
  #footer .footer_bottom .ft_inner .ft_navi {
      text-align: center;
  }
}
#footer .footer_bottom .ft_navi ul {
  display: flex;
  margin-left: -2em;
  margin-bottom: 0.3em;
  font-family: "Neo Sans W01", Calibri, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Arial;
  font-weight: 500;
  font-size: 92.9%;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 480px) {
  #footer .footer_bottom .ft_navi ul {
      font-size: 85.7%;
      justify-content: center;
  }
}
#footer .footer_bottom .ft_navi ul li {
  margin-left: 2em;
}
#footer .footer_bottom .ft_navi ul li a {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #fff;
}
#footer .copy {
  padding: unset;
  text-align: unset;
  color: #fff;
  border-top: unset; 
}

html {
  margin-top: 0 !important;
}