@charset "Shift_JIS";
.wrapper_ {
  background: #fff !important;
  margin: auto;
  padding-top: 125px;
}
.container_ {
  width: 1200px;
}
.container_ .contents_ {
  margin-left: auto;
  margin-right: auto;
}
.km-cmn {
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: left;
}
.km-cmn *,
.km-cmn ::before,
.km-cmn ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
.km-cmn br.br-sp {
  display: none;
}
.km-cmn .km-link-pdf::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent url("/cms/img/km_header/icon_pdflink.png") center center no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-left: 12px;
}
.km-cmn .km-link-blank::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent url("/cms/img/km_footer/icon_shop_blank.png") center center no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-left: 12px;
}
.km-cmn .km-link-blank-bnr {
  display: inline-block;
  position: relative;
}
.km-cmn .km-link-blank-bnr::after {
  content: '';
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 16px;
  height: 16px;
  background: transparent url("/cms/img/km_footer/icon_shop_blank.png") center center no-repeat;
  background-size: 100%;
}
.km-cmn .km-link-btn {
  text-align: center;
}
.km-cmn .km-link-btn a {
  min-height: 66px;
  min-width: 357px;
  padding: 15px 30px;
  text-decoration: none;
  color: #404040;
  font-size: 18px;
  line-height: 1.6;
  border: 1px solid #404040;
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.km-cmn .km-link-btn a:hover {
  color: #fff;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}
.km-cmn .km-link-btn a::before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-radius: 100px;
  background-color: #707070;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.km-cmn .km-link-btn a:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.km-cmn .km-link-btn a > span {
  display: block;
  padding: 0 20px;
  z-index: 1;
}
.km-cmn .km-link-btn a > span::before,
.km-cmn .km-link-btn a > span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.km-cmn .km-link-btn a > span::before {
  width: 12px;
  height: 2px;
  background-color: #404040;
}
.km-cmn .km-link-btn a > span::after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #404040;
  border-right: 2px solid #404040;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.km-cmn .km-link-btn a:hover > span::before {
  background-color: #fff;
}
.km-cmn .km-link-btn a:hover > span::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
#km-gl-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  font-weight: bold;
}
#km-gl-header.is-fixed .km-gl-header-inner {
  height: 70px;
}
#km-gl-header.is-fixed .km-gl-header-inner .km-logo {
  top: 15px;
}
#km-gl-header.is-fixed #km-head-gl-nav > li > a {
  height: 70px;
}
#km-gl-header.is-fixed #km-head-gl-nav .km-sub-nav {
  top: 70px;
}
#km-gl-header.is-fixed #km-head-util-nav {
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
}
#km-gl-header.is-fixed .km-gl-header-search {
  top: 70px;
}
.km-gl-header-inner {
  width: 1200px;
  height: 125px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.km-gl-header-inner .km-logo {
  position: absolute;
  top: 56px;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.km-gl-header-inner .km-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-decoration: none;
}
.km-gl-header-inner .km-logo a:hover {
  color: #404040;
  opacity: 0.5;
}
.km-gl-header-inner .km-logo .km-logo-img {
  width: 124px;
}
.km-gl-header-inner .km-logo .km-logo-txt {
  display: block;
  margin-left: 18px;
  margin-bottom: 3px;
  line-height: 1;
}
.km-gl-header-inner .km-gl-header-upper .km-head-search-btn {
  display: none;
}
.km-gl-header-inner .km-menu-trigger {
  display: none;
}
#km-head-gl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
  letter-spacing: 0;
}
#km-head-gl-nav a {
  text-decoration: none;
}
#km-head-gl-nav a:hover {
  color: #404040;
}
#km-head-gl-nav > li {
  margin-left: 40px;
}
#km-head-gl-nav > li:first-child {
  margin-left: 0;
}
#km-head-gl-nav > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 82px;
  min-width: 2.5em;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#km-head-gl-nav > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0%;
  background: #e12b22;
  height: 2px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#km-head-gl-nav > li.active > a::after {
  width: 100%;
}
#km-head-gl-nav .km-sub-nav {
  visibility: hidden;
  opacity: 0;
  z-index: -2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(247,247,247,0.98);
  position: absolute;
  top: 82px;
  padding: 35px 65px;
}
#km-head-gl-nav > li.active .km-sub-nav {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
  width: auto;
}
#km-head-gl-nav .km-sub-nav > li a {
  display: block;
  line-height: 1.7;
  padding: 11px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#km-head-gl-nav .km-sub-nav > li a:hover {
  opacity: 0.5;
}
#km-head-util-nav {
  position: absolute;
  top: 20px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#km-head-util-nav > li {
  margin-left: 27px;
}
#km-head-util-nav > li:first-child {
  margin-left: 0;
}
#km-head-util-nav a {
  display: block;
  color: #707070;
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  padding-left: 29px;
}
#km-head-util-nav a:hover {
  color: #707070;
  opacity: 0.5;
}
#km-head-util-nav .km-inq a {
  background: url("/cms/img/km_header/icon_inquiry.png") left center no-repeat;
  background-size: auto 22px;
}
#km-head-util-nav .km-global a {
  background: url("/cms/img/km_header/icon_global.png") left center no-repeat;
  background-size: auto 22px;
}
#km-head-util-nav .km-shop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 17px;
  border: 1px solid #de2a26;
  border-radius: 30px;
}
#km-head-util-nav .km-shop a:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin-left: 10px;
  background: url("/cms/img/km_header/icon_shop_blank_r.png") center center no-repeat;
  background-size: 100%;
}
.km-head-search-btn {
  cursor: pointer;
}
.km-gl-header-search {
  display: none;
  position: absolute;
  top: 125px;
  right: 0;
  left: 0;
  padding: 30px;
  background: #fff;
  z-index: 9999;
}
.km-gl-header-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 853px;
  margin: 0 auto;
}
.km-gl-header-search form input[type="text"] {
  width: 100%;
  padding: 20px 112px 20px 40px;
  border: 1px solid #717171;
  border-radius: 30px;
  outline: none;
  font-size: 18px;
  font-weight: normal;
}
.km-gl-header-search form input[type="text"]::-webkit-input-placeholder {
  color: rgba(26,25,25,0.55);
}
.km-gl-header-search form input[type="text"]::-moz-placeholder {
  color: rgba(26,25,25,0.55);
}
.km-gl-header-search form input[type="text"]:-ms-input-placeholder {
  color: rgba(26,25,25,0.55);
}
.km-gl-header-search form input[type="text"]::-ms-input-placeholder {
  color: rgba(26,25,25,0.55);
}
.km-gl-header-search form input[type="text"]::placeholder {
  color: rgba(26,25,25,0.55);
}
.km-gl-header-search form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  border-radius: 0 30px 30px 0;
  background: #717171;
  cursor: pointer;
}
.km-gl-header-search form button:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  background: url("/cms/img/km_header/icon_search.svg") no-repeat 0 0;
  background-size: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#km-gl-footer {
  margin-top: 100px;
  background-color: #f7f7f7;
}
#km-gl-footer a {
  text-decoration: none;
}
#km-gl-footer a:hover {
  color: #404040;
}
#km-pagetop-btn {
  position: fixed;
  right: 40px;
  bottom: 30px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 10000;
}
#km-pagetop-btn.active {
  opacity: 1;
}
#km-pagetop-btn > a {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  color: transparent;
  background: url("/cms/img/km_footer/btn_pagetop.png") center center no-repeat;
  background-size: auto 30px;
  background-color: #e12b22;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: relative;
}
#km-pagetop-btn > a:hover {
  opacity: 0.5;
  color: transparent;
}
.km-gl-footer-inner {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  padding-top: 95px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.km-gl-footer-inner a {
  display: inline-block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.km-gl-footer-inner .km-foot-gl-nav {
  max-width: 255px;
  margin-left: 90px;
  margin-bottom: 100px;
}
.km-gl-footer-inner .km-foot-gl-nav:first-child {
  margin-left: 0;
}
.km-gl-footer-inner .km-foot-gl-nav a:hover {
  opacity: 0.5;
}
.km-gl-footer-inner .km-foot-gl-nav > li {
  margin-bottom: 45px;
}
.km-gl-footer-inner .km-foot-gl-nav > li:last-child {
  margin-bottom: 0;
}
.km-gl-footer-inner .km-foot-gl-nav > li > a {
  font-size: 18px;
  line-height: 1.7;
  font-weight: bold;
  padding: 11px 0 11px 25px;
  position: relative;
}
.km-gl-footer-inner .km-foot-gl-nav > li > a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: transparent url("/cms/img/km_footer/icon_arrow_r.png") center center no-repeat;
  background-size: 7px;
  width: 18px;
  height: 18px;
  border: 2px solid #e12b22;
  border-radius: 100%;
}
.km-gl-footer-inner .km-foot-util-nav {
  margin-left: 100px;
  max-width: 350px;
  font-weight: bold;
}
.km-gl-footer-inner .km-foot-gl-nav .km-sub-nav > li > a {
  line-height: 1.7;
  padding: 9px 0 9px 25px;
  position: relative;
}
.km-gl-footer-inner .km-foot-util-nav a {
  font-size: 15px;
  line-height: 1.7;
  padding: 10px 0;
  position: relative;
}
.km-gl-footer-inner .km-foot-util-nav a:hover {
  opacity: 0.5;
}
.km-gl-footer-inner .km-foot-util-nav .volunteer > dt {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 65px;
  padding-bottom: 10px;
}
.km-gl-footer-inner .km-gl-footer-lower {
  width: 304px;
  margin-left: auto;
}
.km-gl-footer-inner .km-foot-bnr {
  margin-bottom: 115px;
}
.km-gl-footer-inner .km-foot-bnr img {
  max-width: 100%;
}
.km-gl-footer-inner .km-foot-bnr > li {
  margin-bottom: 40px;
  background-color: #fff;
}
.km-gl-footer-inner .km-foot-bnr > li:last-child {
  margin-bottom: 0;
}
.km-gl-footer-inner .km-foot-bnr > li a:hover {
  opacity: 0.5;
}
.km-gl-footer-inner .km-foot-snsbnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.km-gl-footer-inner .km-foot-snsbnr img {
  max-width: 100%;
}
.km-gl-footer-inner .km-foot-snsbnr > dt {
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.km-gl-footer-inner .km-foot-snsbnr > dd {
  width: 38px;
  margin-left: 32px;
}
.km-gl-footer-inner .km-foot-snsbnr > dd:nth-child(2) {
  margin-left: 0;
}
.km-gl-footer-copyright {
  padding-bottom: 50px;
  text-align: center;
}
.km-gl-footer-copyright small {
  font-size: 16px;
}
@media print {
  #km-gl-header,
  #km-gl-footer {
    display: none;
  }
}

/*# sourceMappingURL=km_layout.css.map */
