@charset "shift_jis";
/*
// footer
 */
body {
  font-size: 100% !important;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 1.55 !important;
}
.footer {
  background: #071439;
  padding: 60px 50px 20px;
  color: #fff;
}

.footer_inner {
  max-width: 1300px;
  margin: 0 auto;
}

.footer_head {
  margin-bottom: 52px;
  padding-bottom: 55px;
  border-bottom: 1px solid #fff;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.footer_logo {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0 34px;
}

.footer_logo a {
  display: block;
  transition: opacity 0.3s ease;
}

@media (hover: hover) {
  .footer_logo a:hover {
    opacity: 0.75;
  }
}

.footer_logo a.duskin {
  width: 162px;
}

.footer_logo a.rent {
  width: 153px;
}

.footer_buttons {
  display: flex;
  flex-flow: row wrap;
  gap: 0 14px;
}

.footer_buttons a {
  margin-bottom: 0;
  width: 220px;
  height: 60px;
  border-radius: 990px;
  color: #fff !important;
  font-size: 16px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  line-height: 1.18;
  transition: all 0.3s ease !important;
}

@media (hover: hover) {
  .footer_buttons a:hover {
    opacity: 0.75;
    text-decoration: none;
  }
}

.footer_buttons a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translate(0, -50%);
}

.footer_buttons a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: url("/eve-full/img/common/footer_btn_icon_arrow.png") no-repeat
    center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
}

.footer_buttons a.contact {
  background: linear-gradient(to right, #ff6e2e 0%, #ff3b00 100%);
  transition: opacity 0.3s ease !important;
}

@media (hover: hover) {
  .footer_buttons a.contact:hover {
    background: #fff;
    color: #ff3b00 !important;
    outline: 3px solid #ff3b00;
    outline-offset: -3px;
    opacity: 1;
  }

  .footer_buttons a.contact:hover::before {
    background: url("/eve-full/img/common/footer_btn_icon_send_hover.png")
      no-repeat center;
    background-size: contain;
  }

  .footer_buttons a.contact:hover::after {
    background: url("/eve-full/img/common/footer_btn_icon_arrow_hover.png")
      no-repeat center;
    background-size: contain;
  }
}

.footer_buttons a.contact::before {
  width: 24px;
  height: 24px;
  background: url("/eve-full/img/common/footer_btn_icon_send.png") no-repeat
    center;
  background-size: contain;
}

.footer_buttons a.request {
  outline: 1px solid #fff;
  outline-offset: -1px;
}

.footer_buttons a.request::before {
  width: 17px;
  height: 23px;
  background: url("/eve-full/img/common/footer_btn_icon_catalog.png") no-repeat
    center;
  background-size: contain;
}

.footer_nav {
  margin-bottom: 52px;
  padding-bottom: 55px;
  border-bottom: 1px solid #fff;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}

.footer_nav-item {
  display: flex;
  flex-flow: row wrap;
}

.footer_nav-item:nth-child(1) {
  flex: 3;
}

.footer_nav-item:nth-child(1) .footer_nav-list {
  width: 33.33%;
}

.footer_nav-item:nth-child(2) {
  flex: 1;
}

.footer_nav-title {
  width: 100%;
  margin-bottom: 34px;
  font-size: 24px;
  font-weight: 700;
}

.footer_nav-list {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 10px 0;
}

.footer_nav-list li {
  width: 100%;
}

.footer_nav-list li a {
  color: #fff;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 3px;
  transition: opacity 0.3s ease;
}
.footer_nav-list li a span {
  font-size: 18px;
  font-weight: 500;
  display: block;
  width: calc(100% - 13px - 3px);
}

@media (hover: hover) {
  .footer_nav-list li a:hover {
    opacity: 0.75;
  }
}

.footer_nav-list li a::before {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background: url("/eve-full/img/common/footer_nav_arrow.svg") no-repeat center;
  background-size: contain;
}

/* .footer_nav-list li a span {
  display: block;
  width: calc(100% - 13px - 3px);
} */

.footer_nav-list li a.is-blank::before {
  content: "";
  display: block;
  width: 13px;
  height: 9px;
  background: url("/eve-full/img/common/icon_black.png") no-repeat center;
  background-size: contain;
}

.footer_nav-list.is-relation li {
  width: 100%;
}

.footer_nav-list.is-relation li a::before {
  content: "";
  display: block;
  width: 13px;
  height: 9px;
  background: url("/eve-full/img/common/icon_black.png") no-repeat center;
  background-size: contain;
}

.footer_search {
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  display: flex;
  flex-flow: column;
  gap: 20px 0;
}

.footer_search-title {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0 6px;
}

.footer_search-title::after {
  content: "";
  display: block;
  width: 8px;
  height: 10px;
  background: url("/eve-full/img/common/footer_acc_arrow.svg") no-repeat center;
  background-size: contain;
  transition: all 0.3s linear;
}

.footer_search-title.is-active::after {
  transform: rotate(180deg);
}

.footer_search-content {
  padding: 0 16px;
  border-radius: 4px;
  background: #fff;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}

.footer_search-content.is-open {
  padding: 19px 16px;
  max-height: fit-content;
}

.footer_search-list {
  display: flex;
  flex-flow: row wrap;
  gap: 8px 0;
}

.footer_search-list li {
  width: 25%;
  font-size: 14px;
  font-weight: 400;
}

.footer_search-list li a {
  color: #5c5c5c;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

@media (hover: hover) {
  .footer_search-list li a:hover {
    opacity: 0.75;
  }
}

.footer_search-list + ul {
  margin-top: 8px;
}

.footer_copy {
  text-align: center;
}

.footer_copy .text {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}

.footer_copy .copy {
  color: #808080;
  font-size: 10px;
}

@media only screen and (max-width: 960px) {
  .footer {
    background: #071439;
    padding: 60px 50px;
    color: #fff;
  }

  .footer_logo {
    margin-bottom: 34px;
    width: 100%;
    justify-content: center;
    gap: 0 34px;
  }

  .footer_buttons {
    margin: 0 auto;
    gap: 0 9px;
  }
}

@media only screen and (max-width: 768px) {
  .footer {
    padding: 32px 20px 20px;
  }

  .footer_head {
    margin-bottom: 36px;
    padding-bottom: 36px;
  }

  .footer_logo {
    gap: 0 11px;
  }

  .footer_logo a {
    display: block;
  }

  .footer_logo a.duskin {
    width: 96px;
  }

  .footer_logo a.rent {
    width: 75px;
  }

  .footer_buttons {
    gap: 0 9px;
  }

  .footer_buttons a {
    width: 163px;
    height: 45px;
    font-size: 11px;
    line-height: 1.27;
  }

  .footer_buttons a::after {
    width: 5px;
    height: 5px;
    right: 12px;
  }

  .footer_buttons a.contact::before {
    width: 18px;
    height: 18px;
  }

  .footer_buttons a.request::before {
    width: 13px;
    height: 18px;
  }

  .footer_nav {
    margin-bottom: 36px;
    padding-bottom: 36px;
    flex-flow: column;
    gap: 32px;
  }

  .footer_nav-list {
    width: 100%;
    flex-flow: row wrap;
    gap: 10px 0;
  }

  .footer_nav-list li {
    width: 50%;
  }
  .footer_nav-list li a span {
    font-size: 14px;
  }

  .footer_nav-list.is-relation li {
    width: 50%;
  }

  .footer_nav-item:nth-child(1) {
    gap: 10px 0;
    flex: auto;
  }

  .footer_nav-item:nth-child(1) .footer_nav-list {
    width: 100%;
  }

  .footer_nav-item:nth-child(2) {
    flex: auto;
  }

  .footer_nav-title {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .footer_search {
    margin-bottom: 46px;
    gap: 16px 0;
  }

  .footer_search-title {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .footer_search-content.is-open {
    padding: 1.6em 16px;
    max-height: 1000px;
  }

  .footer_search-list {
    display: flex;
    flex-flow: row wrap;
    gap: 8px 0;
  }

  .footer_search-list li {
    width: 500%;
    font-size: 12px;
  }

  .footer_search-list + ul {
    margin-top: 16px;
  }

  .footer_search-list + ul li {
    width: 50%;
  }

  .footer_copy .text {
    font-size: 12px;
  }
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.footer_buttons {
  display: flex;
  flex-flow: row wrap;
  gap: 0 14px;
}
.is-pc {
  display: none;
}
.is-sp {
  display: block;
}
.header_contact {
  width: 152px;
  height: 47px;
}
#evetanHeaderContact {
  width: 152px !important;
  height: 47px !important;
}
div#contents {
  overflow: initial;
}
@media screen and (max-width: 768px) {
  #evetanHeaderContact {
    width: auto !important;
    height: auto !important;
    padding: 5% 18% 5% 8%;
  }
}
.logo_img_duskin.alpha {
  width: 100%;
}
div#wrapper.excep footer {
  text-align: left;
  margin-top: 60px;
}

/* 1200px超：ハンバーガーを隠す（evetanページ用補足） */
@media screen and (min-width: 1201px) {
  .excep #spNav {
    display: none;
  }
}
/* ========================================
  evetan ヘッダー レスポンシブ対応
  ハンバーガーメニューのブレイクポイントを1200pxに拡張
  （.excep = evetanページ共通クラス）
======================================== */
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .excep #nav_bar {
    display: none;
  }
  .excep #spNav {
    display: block;
  }

  /* navOpenパネル動作 */
  .navOpen {
    overflow: hidden;
    min-height: 100%;
    height: 100%;
  }
  .navOpen #wrapper {
    min-height: 100%;
    height: 100%;
  }
  .navOpen .headerBg:before {
    content: "";
    position: fixed;
    top: 15px;
    right: 4%;
    height: 22px;
    width: 22px;
    display: block;
    background: url(/images/header/icon_header_close.png) no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 999;
  }
  #spNav .spNavIn {
    width: 85%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transform: translateX(-100%);
    opacity: 0;
  }
  #spNav.menuOp .spNavIn {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.3s;
    text-align: left;
    overflow: hidden;
  }
}

/* ========================================
  evetan ヘッダー .header_nav レスポンシブ対応
  1200px以下でPCナビを隠してハンバーガーを表示
======================================== */
/* @media only screen and (max-width: 1200px) {
  .header_nav {
    display: none;
  }
  .header_menu {
    display: flex;
  }
  .header_contact {
    margin: 0 20px 0 auto;
  }
} */
.header {
  z-index: 100 !important;
}
.articleBox a {
  display: block;
  color: #000 !important;
  overflow: hidden;
}

