@charset "UTF-8";

/* -----------------------------------------------
  header
----------------------------------------------- */
#page-header {
  font-size: unset;
}
#page-header:after {
  content: none;
}
header {
  position: relative;
}
.header__inner {
  position: relative;
}
.header__inner__fx {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.header__inner__fx .header__logo svg {
  display: block;
  width: 100%;
  height: auto;
}

.header__inner__fx #logo {
  fill: #4d4d4d;
}
.header__inner__fx .menu__btn {}
.menu__btn button {
  border: 0;
  background: none;
  position: relative;
  padding: 0;
  outline: none;
}
.menu__btn button span,
.menu__btn button span:before,
.menu__btn button span:after {
  width: 100%;
  height: 2px;
  background: #707070;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.menu__btn button span {
  top: calc(50% +1px);
}
.menu__btn button span:before,
.menu__btn button span:after {
  content: '';
  display: block;
}
.menu__btn button span:before {
  margin-top: -25%;
}
.menu__btn button span:after {
  margin-top: 25%;
}

.header__inner .country__link {
  line-height: 1;
}
.header__inner .country__link a:before {
  content: '';
  display: inline-block;
  background: url(../images/common/icon_country.svg) 50% 50% / contain no-repeat;
  vertical-align: bottom;
}
.country__link a:hover {
  opacity: .8;
}
.header__inner .nav__wrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  visibility: hidden;
  opacity: 0;
  left: -10%;
  transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  background: rgba(255,255,255,.9);
  width: 100%;
}
body.menu__open .header__inner .nav__wrap {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.nav__wrap .nav__list li {
  border-bottom: 1px solid #C3C3C3;
}
.nav__wrap .nav__list li p {
  text-align: center;
  font-family: 'DIN Regular';
  font-weight: normal;
  padding: 0;
  position: relative;
}
.nav__list li p span {
  position: absolute;
  right: 0;
  font-size: 1.2em;
  font-weight: normal;
  padding: 0 0.4em;
  cursor: pointer;
  color: #c4c5c5;
}

.nav__wrap .nav__list li a {
  display: block;
  position: relative;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    gap: 1ch;

}
.nav__wrap .nav__list li a:after {
  content: '';
  width: 14px;
  height: 14px;
  border-top: solid 2px #666666;
  border-right: solid 2px #666666;
  position: absolute;
  right: 1em;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.nav__wrap * {
  font-weight: bold;
}
.nav__wrap__sub {
  background: #D5D5D6;
  box-sizing: border-box;
}
.nav__wrap__sub .nav__list__sub li a:before {
  content: '・';
}




@media only screen and (max-width:640px) { /* sp */

  .header__inner {
    /* padding: 0 3%; */
  }
  .header__inner__fx {
    height: 42px;
  }
  .header__inner .header__logo {
    width: 31.71%;
  }
  .header__inner .country__link a {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    width: 42px;
    height: 42px;
    position: relative;
  }
  .header__inner .country__link a:before {
    width: 1.6em;
    height: 1.6em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
  }

  body.menu__open .header__inner .nav__wrap {
    left: 50%;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 50%);
    transform: translateX(-50%);
  }
  .header__inner .nav__wrap {
    width: 100vw;
  }
  .nav__wrap li p {
    font-size: 20px;
    /* font-size: 2rem; */
    line-height: 40px;
  }
  .nav__wrap li a {
    line-height: 43px;
    /* font-size: 1.4rem; */
    font-size: 14px;
    padding-left: 33px;
  }
  .nav__wrap__sub {
    margin-top: 139px;
    min-height: 237px;
    padding-top: 28px;
  }
  .nav__wrap__sub .nav__list__sub li a {
    line-height: 32px;
  }
    
  .header__inner .menu__btn {}
  .menu__btn button {
    width: 42px;
    height: 42px;
  }
  .menu__btn button span {
    width: 58%;
  }
  .menu__btn button span:before {
    margin-top: -25%;
  }
  .menu__btn button span:after {
    margin-top: 31%;
  }


}


@media only screen and (min-width:641px) { /* pc */

  .header__inner {
    padding: 0 30px;
  }
  .header__inner__fx {
    height: 84px;
  }
  .header__inner .country__link a {
    font-size: 20px;
  }
  .header__inner .country__link a:before {
    /* content: '';
    display: inline-block; */
    width: 1em;
    height: 1em;
    /* background: url(../images/common/icon_country.svg) 50% 50% / contain no-repeat; */
    margin-right: 0.3em;
    /* vertical-align: bottom; */
  }

  .header__inner .nav__wrap {
    max-width: 342px;
  }
  .nav__wrap li p {
    font-size: 30px;
    line-height: 40px;
  }
  .nav__wrap li a {
    line-height: 43px;
    font-size: 16px;
    padding-left: 33px;
  }
  .nav__wrap__sub {
    margin-top: 139px;
    min-height: 237px;
    padding-top: 28px;
  }
  .nav__wrap__sub .nav__list__sub li a {
    line-height: 32px;
  }
    


  .header__inner .menu__btn {}
  .menu__btn button {
    width: 50px;
    height: 50px;
  }


}

/* -----------------------------------------------
  footer
----------------------------------------------- */
#page-footer {
  border-top: 1px solid #C3C3C3;
}
#page-footer:before {
  content: none;
}
.footer__nav__list li a {
  display: block;
  text-align: center;
}
.footer__nav__list li a span {
  display: block;
  margin-top: 0.6em;
  font-size: .8em;
}



@media only screen and (max-width:640px) { /* sp */

  #page-footer {
    margin-top: 40px;
    padding: 4px 0 14px;
  }
  #footer {}
  .footer__nav__list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .footer__nav__list li {
    width: 50%;
  }
  .footer__nav__list li a {
    font-size: .9rem;
    padding: 5% 0;
  }
  .footer address {
    margin-top: 22px;
    font-size: .8rem;
  }

}


@media only screen and (min-width:641px) { /* pc */

 #page-footer {
    margin-top: 80px;
    padding: 27px 0 50px;
  }
  #footer {}
  .footer__nav__list {
  	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-wrap: nowrap;
  	flex-wrap: nowrap;
  	-webkit-justify-content: space-between;
  	justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .footer__nav__list li {
    width: 25%;
  }
  .footer__nav__list li a {
    font-size: 16px;
  }

  .footer address {
    margin-top: 44px;
  }

}





/* -----------------------------------------------
  inner__wrap
----------------------------------------------- */
.inner__wide {
  margin: 0 auto;
}
@media only screen and (max-width:640px) { /* sp */

  .pc {
    display: none !important;
  }

  .inner__wrap {
    width: 91.42%;
  }

}

@media only screen and (min-width:641px) { /* pc */

  .sp {
    display: none !important;
  }

  .inner__wide {
    max-width: 1366px;
    width: 96%;
  }
  .inner__wrap #wrapContent #wrap_mainContent .contens {
    padding: 0 !important;
  }


}






/* -----------------------------------------------
  breadcrumb
----------------------------------------------- */
.inner__wrap #wrapContent .breadcrumb {
  margin-top: 0;
  /* margin: 0 auto;
  margin-bottom: 16px;
  padding: 0 26px 0 25px;
  line-height: 160%;
  display: none; */
}