@charset "UTF-8";
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.header {
  position: fixed;
  top: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 90px;
  padding-top: 66px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ffffff;
}
@media only screen and (max-width:767px) {
  .header {
    padding-top: 0;
  }
}
.header .inner.-header {
  max-width: 1440px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}
.header .header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.header .header-wrap .header-logo {
  width: 232px;
}
.header .header-wrap .header-logo img {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .header .header-wrap .header-logo img {
    width: 80%;
  }
}

.header-nav .header__translation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  height: 20px;
  margin-left: auto;
  margin-bottom: 10px;
}
.header-nav .header__translation .header__translationItem {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px;
  color: #3E3A39;
}
.header-nav .header__translation .header__translationItem:hover {
  opacity: 0.6;
}
.header-nav .header__translation .header__translationItem .header__translationIcon {
  display: inline-block;
  width: 9px;
  height: 9px;
}
.header-nav .header__translation .header__translationItem .header__translationIcon img {
  display: block;
  width: 100%;
  height: 100%;
}
.header-nav .header__translation .header__translationItem.-border {
  border-left: 1px solid #ffffff;
}
.header-nav .header__translation .header__translationGlobe {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}
@media only screen and (max-width: 900px) {
  .header-nav .header__translation {
    display: none;
  }
}
.header-nav .header-nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.header-nav .header-nav_list .header-nav_list_child {
  list-style: none;
  width: 100px;
}
.header-nav .header-nav_list .header-nav_list_child .header-nav_list_childItem {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 14px;
  font-weight: 500;
  color: #3E3A39;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0.5rem;
}
.header-nav .header-nav_list .header-nav_list_child .header-nav_list_childItem:after {
  content: "";
  display: block;
  height: 3px;
  width: 0%;
  background: #7B0F49;
  position: absolute;
  bottom: 0;
  left: 10%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-nav .header-nav_list .header-nav_list_child .header-nav_list_childItem:hover {
  cursor: pointer;
  opacity: 1;
}
.header-nav .header-nav_list .header-nav_list_child .header-nav_list_childItem .header-nav_list_childItemImg {
  vertical-align: 0px;
  margin-left: 10px;
  width: 11px;
}
.header-nav .header-nav_list .header-nav_list_child .header-nav_list_childItem:hover {
  color: #7B0F49;
  font-weight: 700;
}
.header-nav .header-nav_list .header-nav_list_child .header-nav_list_childItem:hover::after {
  width: 80%;
}
.header-nav .header-nav_list .header-nav_list_child .header-nav_list_childItem.-red {
  color: #7B0F49;
}
@media only screen and (max-width: 900px) {
  .header-nav .header-nav_list {
    display: none;
  }
}
.header-nav .header-nav_list-type2 {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  margin-top: 20px;
}
.header-nav .header-nav_list-type2 .header-nav_list_child {
  padding-right: 1rem;
  list-style: none;
}
.header-nav .header-nav_list-type2 .header-nav_list_child .header-nav_list_childItem {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 16px;
  font-weight: 500;
  color: #333;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0.5rem;
}
.header-nav .header-nav_list-type2 .header-nav_list_child .header-nav_list_childItem:after {
  content: "";
  display: block;
  height: 3px;
  width: 0%;
  background: #7B0F49;
  position: absolute;
  bottom: 0;
  left: 10%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-nav .header-nav_list-type2 .header-nav_list_child .header-nav_list_childItem:hover {
  cursor: pointer;
  opacity: 1;
}
.header-nav .header-nav_list-type2 .header-nav_list_child .header-nav_list_childItem .header-nav_list_childItemImg {
  vertical-align: 0px;
  margin-left: 10px;
  width: 12px;
}
.header-nav .header-nav_list-type2 .header-nav_list_child .header-nav_list_childItem:hover {
  color: #7B0F49;
  font-weight: 700;
}
.header-nav .header-nav_list-type2 .header-nav_list_child .header-nav_list_childItem:hover::after {
  width: 80%;
}
.header-nav .header-nav_list-type2 .header-nav_list_child .header-nav_list_childItem.-red {
  color: #7B0F49;
}
@media only screen and (max-width: 900px) {
  .header-nav .header-nav_list-type2 {
    display: none;
  }
}
.header-nav .header__icon {
  display: inline-block;
  width: 11px;
  height: 11px;
}
.header-nav .header__icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.header-nav .header__icon.-first {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.-scroll {
  display: none;
}

.header__translation.-hidden {
  display: none;
}

.header-nav_list.-new {
  -webkit-column-gap: calc(70px - 0.5rem);
     -moz-column-gap: calc(70px - 0.5rem);
          column-gap: calc(70px - 0.5rem);
  text-align: center;
}
.header-nav_list.-new .header-nav_list_child {
  padding-right: 1rem;
}
.header-nav_list.-new .header-nav_list_child .header-nav_list_childItem {
  display: inline-block;
  font-size: 18px;
}
.header-nav_list.-new .header-nav_list_child .header-nav_list_childItem:hover::after {
  width: 80%;
}
.header-nav_list.-new .header-nav_list_child .sub {
  width: 100px;
  top: 35px;
  left: -7px;
}
.header-nav_list.-new .header-nav_list_child .sub a {
  text-align: center;
}

.header-nav_list-type2.-new {
  -webkit-column-gap: calc(70px - 0.5rem);
     -moz-column-gap: calc(70px - 0.5rem);
          column-gap: calc(70px - 0.5rem);
  text-align: center;
}
.header-nav_list-type2.-new .header-nav_list_child .header-nav_list_childItem {
  font-size: 18px;
}
.header-nav_list-type2.-new .header-nav_list_child .sub {
  text-align: center;
  width: 100px;
  top: 35px;
  left: -7px;
}
.header-nav_list-type2.-new .header-nav_list_child .sub a {
  text-align: center;
}

.header-nav_list.-hidden {
  display: none;
}

.header.-white {
  padding-top: 0;
  background-color: #ffffff;
}

.header__hamburger {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: none;
  position: absolute;
  top: 40px;
  right: 20px;
  width: 26px;
  height: 10px;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1000;
}
@media only screen and (max-width: 900px) {
  .header__hamburger {
    display: block;
  }
}
.header__hamburger:hover {
  cursor: pointer;
}
.header__hamburger .header__hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #3E3A39 !important;
}
.header__hamburger .header__hamburger__line:before, .header__hamburger .header__hamburger__line:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
}
.header__hamburger .header__hamburger__line:before {
  top: -10px;
}
.header__hamburger .header__hamburger__line:after {
  top: 10px;
}
.header__hamburger .header__hamburger__line.-active {
  background-color: transparent;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.header__hamburger .header__hamburger__line.-active:before,
.header__hamburger .header__hamburger__line.-active:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #333;
}
.header__hamburger .header__hamburger__line.-active:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__hamburger .header__hamburger__blank {
  position: absolute;
  top: -10px;
  display: block;
  width: 26px;
  height: 20px;
}
.header__hamburger .header__hamburger__blank.-active {
  top: -20px;
}

#sp-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  display: none;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.5);
}

.sp-header-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
  overflow: auto;
}
.sp-header-wrap::-webkit-scrollbar-thumb {
  opacity: 0;
}
.sp-header-wrap::-webkit-scrollbar {
  width: 0px;
}

.header-logo_sp {
  background-color: #ffffff;
  padding: 10px 16px;
}
.header-logo_sp a {
  display: block;
  width: 108px;
  height: 32px;
}
.header-logo_sp a img {
  display: block;
  width: 100%;
  height: 100%;
}

.spNav__menu {
  background: #e6e6e6;
}

.accordion ul {
  width: 100%;
  padding: 0;
}
.accordion ul li {
  list-style: none;
}
.accordion ul li .accordion__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid #cbcbcb;
  padding: 10px 0 9px;
}
.accordion ul li .accordion__toggle h5 {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 16px;
  font-weight: 700;
  color: #333;
  width: 93%;
  padding-left: 16px;
}
.accordion ul li .accordion__toggle h5:hover {
  opacity: 0.6;
}
.accordion ul li .accordion__toggle .accordion__icon {
  position: relative;
  width: 12px;
  height: 12px;
  padding-right: 16px;
}
.accordion ul li .accordion__toggle .accordion__icon span {
  position: absolute;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2px;
  background-color: #707070;
  top: 6px;
  right: 0px;
}
.accordion ul li .accordion__toggle .accordion__icon span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.accordion ul li .accordion__toggle .accordion__icon span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.accordion ul li .accordion__toggle .accordion__icon.active span:nth-of-type(1) {
  display: none;
}
.accordion ul li .accordion__toggle .accordion__icon.active span:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.accordion ul li .accordion__toggle .header__icon_ham1 {
  padding-right: 16px;
}
.accordion ul li .accordion__toggle .header__icon_ham1 img {
  display: inline-block;
  width: 11px;
  height: 11px;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.accordion ul li .accordion__box {
  display: none;
  border-top: none;
  background-color: #cbcbcb;
}
.accordion ul li .accordion__box .accordion__boxLink {
  display: block;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 14px;
  font-weight: 500;
  color: #3E3A39;
  line-height: 2.5;
  padding-left: 16px;
}
.accordion ul li .accordion__box .accordion__boxLink:hover {
  opacity: 0.6;
}
.accordion .spNav__translation {
  padding-top: 14px;
  padding-bottom: 10px;
}
.accordion .spNav__translation .spNav__translationItem {
  padding-left: 16px;
}
.accordion .spNav__translation .spNav__translationItem .spNav__translationItemLink {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 12px;
  font-weight: 500;
  color: #A0A0A0;
  text-align: left;
}
.accordion .spNav__translation .spNav__translationItem .spNav__translationItemLink:hover {
  opacity: 0.6;
}
.accordion .spNav__translation .spNav__translationItem .spNav__translationItemLink:last-of-type {
  padding-left: 8px;
}
.accordion .header__icon_ham2 img {
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

#header__underlayer {
  background: #ffffff;
  padding-top: 0;
}
#header__underlayer .header__translationItem {
  color: #707070;
}
#header__underlayer .header-nav_list_childItem {
  color: #707070;
}
#header__underlayer .-border {
  border-left: 1px solid #707070;
}
#header__underlayer .header__hamburger__line {
  background: #3E3A39;
}
#header__underlayer .header__hamburger .header__hamburger__line.-active {
  background: transparent;
}
#header__underlayer .-inquiry {
  color: #7B0F49;
}
#header__underlayer .-lang {
  color: #005c9d;
}
#header__underlayer .header__icon_ham2 img {
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.header-nav_list_child {
  letter-spacing: normal;
  line-height: 1;
}

.header-nav_list_child a:hover {
  text-decoration: none;
}

.header__translationItem:hover {
  text-decoration: none;
}

.header-nav .header__translation {
  line-height: 1;
}

.header-nav .header__translation {
  letter-spacing: normal;
}

.nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.nav a {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav > li {
  position: relative;
}

.nav a {
  display: block;
  line-height: 1;
  z-index: 1;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav a {
  padding: 0.5em 0;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}

.nav .sub {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 30px;
  width: 250px;
  min-height: 0;
  height: 0;
  z-index: 3;
  -webkit-transition: min-height 0.5s;
  transition: min-height 0.5s;
}

.sub > li > a {
  font-size: 16px;
  color: #333;
  background-color: #F2F2F2;
  text-align: left;
  font-size: 14px;
  padding: 6px 10px;
  line-height: 1.5;
}

.sub > li > a:hover {
  color: #7B0F49;
  font-weight: bold;
}

.sub.active {
  height: auto;
}