/*----------------------------------------------------------
--------------------------header----------------------------
----------------------------------------------------------*/
.header {
  padding-top: 12px;
  position: relative;
}

.header_top {
  padding-bottom: 12px;
}

.header_top div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.header_top div a {
  width: 29%;
}

h1 {
  font-size: 1rem;
  line-height: 1.6;
  margin-left: 12px;
}

.navBtn {
  min-width: 24px;
  width: 24px;
  height: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

button.navBtn {
  border: none;
  margin: 0;
}

button.navBtn img {
  width: 100%;
  height: auto;
}

button.navClose {
  border-top: none;
  border-right: none;
  border-left: none;
  margin: 0;
}

button.navBtn:focus,
button.navClose:focus {
  outline: -webkit-focus-ring-color auto 1px;
}

.navBtn span {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: #000;
}

.navClose {
  text-align: right;
  font-size: 1rem;
  font-weight: bold;
  padding: 16px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  border-bottom: 1px solid #000;
}

.navClose span {
  width: 24px;
  height: 24px;
  min-width: 24px;
  position: relative;
  margin-left: 10px;
}

.navClose span::before, .navClose span::after {
  width: 24px;
  height: 2px;
  content: '';
  background: #000;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 0;
}

.navClose span::before {
  transform: rotate(45deg);
}

.navClose span::after {
  transform: rotate(-45deg);
}

nav,
.language_sp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  width: 270px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: -270px;
  background: #fff;
  z-index: 9998;
  padding-left: 18px;
  padding-right: 18px;
  transition: right 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: none;
}

nav::after,
.language_sp::after {
  display: block;
  content: '';
  width: 100%;
  padding-top: 20px;
}

nav a,
.language_sp a {
  padding: 20px 6px;
  font-size: 1.4rem;
  border-bottom: 1px solid #ccc;
  display: block;
}

.navBg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  z-index: 9997;
  pointer-events: none;
  opacity: 0;
  transition: all 0.25s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.navOpen {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.navOpen nav {
  right: 0;
  pointer-events: auto;
  transition: right 0.25s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.navOpen .navBg {
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0.5;
  pointer-events: auto;
}

.language_spBtn {
  padding: 20px 6px;
  font-size: 1.4rem;
  border-bottom: 1px solid #ccc;
  display: block;
}

.language_spBtn img {
  vertical-align: -2px;
  margin-right: 10px;
}

.language_sp {
  z-index: 9999;
  height: calc(100vh - 58px);
  top: 58px;
}

.language_sp.open {
  right: 0;
  pointer-events: auto;
  transition: right 0.25s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.language_spClose {
  padding: 20px 6px;
  font-size: 1.4rem;
  border-bottom: 1px solid #ccc;
  display: block;
}

.language_spClose img {
  transform: rotate(180deg);
  margin-right: 12px;
  vertical-align: -1px;
}

.header nav li button,
.language_sp button {
  border-top: none;
  border-right: none;
  border-left: none;
  margin: 0;
  border-bottom: 1px solid #ccc;
  display: block;
  width: 100%;
  text-align: left;
}

.header nav li button:focus,
.language_sp button:focus {
  outline: -webkit-focus-ring-color auto 1px;
}

/*----------------------------------------------------------
--------------------------breadcrumb----------------------------
----------------------------------------------------------*/
.breadcrumb {
  padding-top: 8px;
}

.breadcrumb * {
  font-size: 1rem;
}

.breadcrumb img {
  width: 11px;
  height: 12px;
  margin-right: 8px;
}

.breadcrumb li {
  margin: 0 0 8px;
}

.breadcrumb li + li {
  text-indent: -16px;
  padding-left: 20px;
}

/*----------------------------------------------------------
--------------------------pageTop----------------------------
----------------------------------------------------------*/
.pageTop {
  top: -52px;
}

.pageTop a {
  width: 40px;
  height: 40px;
  z-index: 9997;
  box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
  background-size: 40%;
}

.pageTop a img {
  height: auto;
  width: 40%;
}

/*----------------------------------------------------------
--------------------------footer----------------------------
----------------------------------------------------------*/
footer {
  padding-top: 108px;
}

small {
  font-size: 0.9rem;
  display: block;
  color: #fff;
  font-weight: normal;
  margin-top: 20px;
  font-weight: 300;
  text-align: center;
}

small span:not([class]) {
  letter-spacing: -2px;
}

.footer {
  background: #525b5c;
  margin-top: 60px;
  padding: 22px 0;
}

.footer_link {
  padding: 10px 0;
}

.footer_link > * {
  width: 50%;
  padding: 0 10px;
}

.footer_link > * > a {
  width: 100%;
  line-height: 1 !important;
  padding-left: 8px;
  padding-right: 8px;
}

.footer_link > * > a::before {
  display: none;
}

.footer_link .btn.reverse{
  padding: 24px;
}

.footer_menu {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.footer_menu * {
  position: relative;
  z-index: 1;
}

.footer_menu > span {
  padding: 24px;
  background: #525b5c;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}

.footer_menu a {
  display: block;
  font-size: 1.4rem;
  border-bottom: 1px solid #ccc;
  position: relative;
  text-align: left;
  padding: 24px 0;
}

.footer > .max {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-flow: column-reverse;
      flex-flow: column-reverse;
}

.footer > .max > *:first-child {
  margin-top: 36px;
  text-align: center;
}

.footer > .max > * {
  width: 100%;
}

.footer_box > ul:last-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding: 0 10px;
}

.footer_box li {
  margin-bottom: 24px;
  width: 34%;
}
.footer_box a {
  display: block;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
}

.footer_box li:nth-child(odd) {
  width: 66%;
}
