@charset "UTF-8";
/* フォント設定 */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: bold;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
}

body {
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #666;
  font-size: 4vw;
  line-height: 1.8;
  letter-spacing: 0.12em;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
          animation: fadeIn 1s ease 0s 1 normal;
}

/* 全ページ全体フェードイン */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

a:link, a:visited {
  color: #222;
}

/* =====================
  よく使うスタイル付与用
===================== */
/* 縦横中央配置 */
.centering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* スマホ改行解除用*/
@media screen and (max-width: 900px) {
  .u-sp-none {
    display: none;
  }
}

/* =====================
  ローディング画面
===================== */
/* 非表示 */
.is-hide {
  display: none;
}

/* ローディング画面をフェードアウト */
.fadeout-bg {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  opacity: 0;
  pointer-events: none;
}

/* ローダーをフェードアウト */
.fadeout-loader {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  opacity: 0;
  pointer-events: none;
}

/* ローディング画面 */
#loader-bg {
  background: #ffffff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#loader {
  height: 120px;
  left: 50%;
  margin-left: -60px;
  margin-top: -60px;
  position: fixed;
  top: 50%;
  width: 120px;
}

#loader p {
  color: #454545;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
}

#loader p img {
  display: inline-block;
}

/* =====================
  ヘッダー
===================== */
.header {
  background: #fff;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #999;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 50;
}

.header h1 a {
  display: block;
  background: url("../images/common/logo-misum-sp.png") no-repeat;
  background-size: 100%;
  width: 220px;
  height: 52px;
  position: relative;
  margin-top: 5px;
  margin-left: 10px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.header-contact {
  display: none;
}

.header-sns {
  display: none;
}

main {
  padding-top: 60px;
}

/* =====================
  ハンバーガーメニュー
===================== */
/* メニュー開いた中 */
.header #navi {
  -webkit-transition: all .6s;
  transition: all .6s;
  overflow-y: auto;
  padding-top: 2.5vw;
  width: 300px;
  height: 100vh;
  z-index: 99;
  top: 0;
  right: -320px;
  background-color: #fff;
  position: fixed;
}

.naviopen-content > li {
  display: block;
  font-size: 5vw;
  font-weight: bold;
  color: #222;
  padding: 1.5vw 0 1.5vw 5vw;
  border-bottom: 1px solid #ccc;
}

.naviopen-content > li span {
  color: #666;
  font-size: 4.5vw;
  font-weight: normal;
}

.naviopen-service li a {
  display: block;
  font-size: 5vw;
  font-weight: bold;
  color: #222;
  border-top: 1px solid #eee;
  padding: 1vw 0;
}

.naviopen-sns {
  width: 85%;
  margin: 3vw auto 1vw auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.naviopen-sns li {
  margin-right: 4vw;
}

.naviopen-contact {
  display: block;
  width: 75%;
  margin: 0 auto;
  padding: 3vw;
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
  color: #222;
  border: 2px solid #222;
  position: relative;
}

.naviopen-contact:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 25px 25px;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

.header-navi-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ボタン */
.header #nav_btn {
  width: 44px;
  height: 44px;
  z-index: 100;
  top: 7px;
  right: 7px;
  cursor: pointer;
  position: absolute;
}

.hamburger_line {
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 34px;
  height: 2px;
  left: 5px;
  background-color: #000;
  position: absolute;
}

.hamburger_line:nth-child(1) {
  top: 10px;
}

.hamburger_line:nth-child(2) {
  top: 21px;
}

.hamburger_line:nth-child(3) {
  top: 32px;
}

/* スマホ用お問い合わせボタン */
.header .nav_btn-contact {
  background: url("../images/common/icon-phone.png") no-repeat center center;
  background-size: 50% ,cover;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  border: 1px solid #666;
  z-index: 100;
  position: absolute;
  top: 10px;
  right: 55px;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#nav_bg {
  opacity: 0;
  -webkit-transition: all .6s;
  transition: all .6s;
  width: 100vw;
  height: 100vh;
  z-index: 98;
  top: 0;
  left: 0;
  visibility: hidden;
  background-color: #000;
  cursor: pointer;
  position: fixed;
}

/* 表示された時用のCSS */
.nav_open header #navi {
  right: 0;
}

.nav_open #nav_bg {
  opacity: .8;
  visibility: visible;
}

.nav_open .hamburger_line:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 20px;
}

.nav_open .hamburger_line:nth-child(2) {
  width: 0;
  left: 50%;
}

.nav_open .hamburger_line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 20px;
}

/* =====================
  swiper左右アロー
===================== */
/* 前ページ、次ページボタン共通のスタイル */
.swiper-button-prev,
.swiper-button-next {
  width: 18px !important;
  height: 36px !important;
  background-size: 18px 36px;
  margin-top: -30px !important;
}

/* 次ページボタンのスタイル */
.swiper-button-next {
  background-image: url("../images/common/slider-arrow.png");
}

/* 前ページボタンのスタイル */
.swiper-button-prev {
  background-image: url("../images/common/slider-arrow.png");
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  /* 左右反転 */
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: inherit !important;
  font-size: inherit !important;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: none !important;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: none !important;
}

/* =====================
  ページの先頭へ戻るボタン
===================== */
#btn-pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 999;
}

#btn-pagetop a {
  color: #fff;
}

/* =====================
  フッター
===================== */
/* アニメーション */
.footer-animation {
  background: linear-gradient(180deg, #fff 0%, #fff 100px, #a4d56a 100px, #a4d56a 100%);
  position: relative;
  width: 100%;
  height: 84vw;
  overflow: hidden;
}

.footer-animation canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.footer-navi {
  background: #a4d56a;
}

.footer-navi-inner {
  width: 85%;
  margin: 0 auto;
}

.footer-company-inner li {
  border-bottom: 1px solid #8db333;
}

.footer-company-inner li:last-child {
  border-bottom: none;
}

.footer-company-inner li a {
  display: block;
  font-size: 5.5vw;
  font-weight: bold;
  line-height: 1.3;
  color: #222;
  height: 35vw;
  padding-left: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.footer-company-misumi a:before, .footer-company-nagato a:before {
  content: "";
  position: absolute;
  width: 72px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.footer-company-misumi a:before {
  background: url("../images/common/logo-misumi.png") no-repeat;
  background-size: 100% auto,cover;
  height: 89px;
}

.footer-company-nagato a:before {
  background: url("../images/common/logo-nagatowrecker.png") no-repeat;
  background-size: 100% auto,cover;
  height: 72px;
}

.footer-content {
  display: none;
}

.footer-sns {
  width: 85%;
  margin: 5vw auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-sns li {
  margin-right: 4vw;
}

.footer-office {
  width: 85%;
  margin: 5vw auto;
}

.footer-office-item {
  color: #222;
  font-size: 5vw;
  font-weight: bold;
  margin-top: 7vw;
}

.footer-office p {
  letter-spacing: 0.05em;
}

.footer-office p strong {
  font-weight: bold;
}

.footer-office a {
  color: #666;
}

.footer-copyright {
  font-size: 3vw;
  text-align: center;
  letter-spacing: 0.08em;
  color: #222;
  background: #e0e0e0;
  height: 10vw;
}

@media (min-width: 500px) {
  /* スマホ端末以外電話番号リンク非対応 */
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  /* iPodmini 表示調整 */
  .footer-animation {
    height: 50vw;
  }
}

/* =====================
  下層ページタイトル
===================== */
.page-heading {
  background: #f9f9f9 url("../images/common/pagetitle-bg-sp.png") no-repeat bottom;
  background-size: 100%;
  height: 40vw;
  padding: 3vw;
  border-bottom: 3px solid #222;
}

.page-heading-navi {
  font-size: 3.5vw;
  letter-spacing: 0.05em;
  color: #999;
}

.page-heading-navi a {
  color: #999;
  text-decoration: underline;
}

.page-heading-navi a:hover {
  color: #222;
  text-decoration: none;
}

.page-heading-navi span {
  color: #222;
}

.page-heading-title {
  color: #222;
  text-align: center;
}

.page-heading-title p {
  font-size: 10vw;
  font-weight: bold;
  margin: 1vw 0 -2vw 0;
}

.page-heading-title span {
  font-size: 4vw;
}

/* =====================
  下層ページコンテンツタイトル
===================== */
.content-title {
  font-size: 7vw;
  color: #009438;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 4vw;
}

.content-title span {
  color: #222;
  font-weight: bold;
}

/* =====================
  下層ページボタン共通
===================== */
.btn-detail {
  display: block;
  background: #009438;
  color: #fff;
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.btn-detail:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent rgba(255, 255, 255, 0.1) transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

.btn-detail:link, .btn-detail:hover, .btn-detail:visited {
  color: #fff;
}

/* =====================
  下層ページ説明コンテンツ共通
===================== */
dl {
  overflow: hidden;
  border-top: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 7vw;
}

dt {
  font-size: 5vw;
  font-weight: bold;
  color: #222;
  border-top: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 4vw;
}

dt:first-child {
  border-top: 1px solid #ccc;
}

dt:last-child {
  border-bottom: 1px solid #ccc;
}

dd {
  padding-bottom: 4vw;
}

dd:after {
  display: block;
  content: "";
  clear: both;
}
