@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(../fonts/NotoSansJP-Black.ttf);
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(../fonts/NotoSansJP-Bold.ttf);
}
@font-face {
  font-family: "NotoSansJP-ExtraBold";
  src: url(../fonts/NotoSansJP-ExtraBold.ttf);
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(../fonts/NotoSansJP-Medium.ttf);
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(../fonts/NotoSansJP-Regular.ttf);
}
@font-face {
  font-family: "NotoSansJP-SemiBold";
  src: url(../fonts/NotoSansJP-SemiBold.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Black";
  src: url(../fonts/ZenMaruGothic-Black.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url(../fonts/ZenMaruGothic-Bold.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url(../fonts/ZenMaruGothic-Medium.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url(../fonts/ZenMaruGothic-Regular.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Light";
  src: url(../fonts/ZenMaruGothic-Light.ttf);
}
@font-face {
  font-family: "SigmarOne-Regular";
  src: url(../fonts/SigmarOne-Regular.ttf);
}
@font-face {
  font-family: "craftmincho";
  src: url(../fonts/craftmincho.otf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(../fonts/NotoSansJP-Black.ttf);
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(../fonts/NotoSansJP-Bold.ttf);
}
@font-face {
  font-family: "NotoSansJP-ExtraBold";
  src: url(../fonts/NotoSansJP-ExtraBold.ttf);
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(../fonts/NotoSansJP-Medium.ttf);
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(../fonts/NotoSansJP-Regular.ttf);
}
@font-face {
  font-family: "NotoSansJP-SemiBold";
  src: url(../fonts/NotoSansJP-SemiBold.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Black";
  src: url(../fonts/ZenMaruGothic-Black.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url(../fonts/ZenMaruGothic-Bold.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url(../fonts/ZenMaruGothic-Medium.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url(../fonts/ZenMaruGothic-Regular.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Light";
  src: url(../fonts/ZenMaruGothic-Light.ttf);
}
@font-face {
  font-family: "SigmarOne-Regular";
  src: url(../fonts/SigmarOne-Regular.ttf);
}
@font-face {
  font-family: "craftmincho";
  src: url(../fonts/craftmincho.otf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/* =========================================
  base  PC
  ページ全体に付与するcss
  header/footer/フォームなど共通箇所
========================================= */
body {
  /* fontはcom-txtに合わせる */
  width: 100%;
  min-width: 1100px;
  margin: 0 auto;
  color: #241211;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* safariの自動CSSを打ち消す */
* {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.disable-auto-tel a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

a[href^="fax:"] {
  -webkit-tap-highlight-color: transparent !important;
  pointer-events: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  text-decoration: none !important;
}

/*	parts  PC
共通パーツの設定
------------------------------------ */
a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  a {
    transition: all 0.3s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}

/* 横幅480px以内で改行したくないときにspanにクラスをつけて使う */
.br {
  display: inline-block;
}

.over {
  overflow: hidden;
}

.fle {
  display: flex;
}

.fle-between {
  justify-content: space-between;
}

.fle-around {
  justify-content: space-around;
}

.fle-center {
  justify-content: center;
}

/* =========================================
  header  PC
  ヘッダー部分（MV含む）のcss
========================================= */
/*	headline  PC
ロゴ、ヘッダーナビ、ヘッダーリンク等
------------------------------------ */
#header {
  width: 100%;
}
#header .headline {
  width: 100%;
  padding: 20px 20px 0 20px;
  background-color: #fff;
  position: relative;
  z-index: 99;
}
#header .logo {
  display: inline-block;
  padding-bottom: 8px;
  transition: all 0.3s ease;
}
#header .logo:hover {
  opacity: 0.7;
}
#header .logo a,
#header .logo img {
  display: block;
}
#header .current {
  color: #ff7900 !important;
}
#header .contact {
  gap: 30px;
}
#header .contact-list {
  gap: 30px;
}
#header .ent-contact {
  width: 200px;
}

/*	gnav  PC
ヘッダーナビ（PC時）
------------------------------------ */
#gnav .list-item:nth-of-type(n + 2) {
  margin-left: 35px;
}
#gnav .list-item:first-of-type .list-link::after {
  width: 31px;
  height: 27px;
  background: url(/img/all/nav-ico01.png) no-repeat;
  background-size: 100%;
}
#gnav .list-item:nth-of-type(2) .list-link::after {
  width: 16px;
  height: 22px;
  top: 9px;
  background: url(/img/all/nav-ico02.png) no-repeat;
  background-size: 100%;
}
#gnav .list-item:nth-of-type(3) .list-link::after {
  width: 23px;
  height: 28px;
  top: 3px;
  background: url(/img/all/nav-ico03.png) no-repeat;
  background-size: 100%;
}
#gnav .list-item:nth-of-type(4) .list-link::after {
  width: 26px;
  height: 27px;
  top: 4px;
  background: url(/img/all/nav-ico04.png) no-repeat;
  background-size: 100%;
}
#gnav .list-item:nth-of-type(5) .list-link::after {
  width: 70px;
  height: 31px;
  top: 0;
  background: url(/img/all/nav-ico05.png) no-repeat;
  background-size: 100%;
}
#gnav .list-item:nth-of-type(6) .list-link::after {
  width: 37px;
  height: 27px;
  top: 4px;
  background: url(/img/all/nav-ico06.png) no-repeat;
  background-size: 100%;
}
#gnav .list-link {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.42;
  text-align: center;
  padding-top: 37px;
  color: #241211;
  position: relative;
}
@media screen and (max-width: 767px) {
  #gnav .list-link {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#gnav .list-link::after {
  position: absolute;
  content: "";
}
#gnav .list-link::after {
  transition: transform 0.3s ease;
}
#gnav .list-link:hover::after {
  transform: translate(-50%, 5px);
}
#gnav .list-link::after {
  transform: translateX(-50%);
  left: 50%;
  top: 4px;
}
#gnav .list-link span {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#gnav .sns-list-item:nth-of-type(n + 2) {
  margin-left: 15px;
}

/*	mv  PC
メインビジュアル（トップ用）
------------------------------------ */
#top-mv .mv {
  width: 100%;
  height: 51vw;
  background: url(/img/all/mv-deco-left.png) no-repeat 9px bottom/44vw, url(/img/all/mv-deco-right.png) no-repeat calc(100% - 19.8vw) calc(100% - 2.4vw)/14.1vw, url(/img/all/mv-bg-btm.png) no-repeat center bottom/100%, url(/img/all/mv-img.jpg) no-repeat center top/100%;
  position: relative;
}
#top-mv .mv::before {
  position: absolute;
  content: "";
}
#top-mv .mv::after {
  position: absolute;
  content: "";
}
#top-mv .mv::before {
  width: 10.1vw;
  height: 9.8vw;
  left: 0;
  top: 19.7vw;
  background: url(/img/all/mv-img-deco01.png) no-repeat;
  background-size: 100%;
}
#top-mv .mv::after {
  width: 14.7vw;
  height: 14.1vw;
  right: 0;
  top: 1.7vw;
  background: url(/img/all/mv-img-deco02.png) no-repeat;
  background-size: 100%;
}
#top-mv .mv-ttl {
  position: absolute;
  width: 29.7vw;
  min-width: 390px;
  left: 3.43vw;
  bottom: 10.7vw;
  z-index: 99;
}
#top-mv .mv-ttl img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1150px) {
  #top-mv .mv-ttl {
    left: 10px;
    bottom: 105px;
  }
}

/*	page-top  PC
page-top リンク
------------------------------------ */
.fixed {
  position: fixed;
  right: 10px;
  bottom: 0px;
  z-index: 99;
}
.fixed-contact {
  width: 220px;
  height: 380px;
  text-align: center;
  padding: 100px 20px 0;
  background: url(/img/all/fixed-contact.png) no-repeat center;
}
.fixed-contact::after {
  position: absolute;
  content: "";
  width: 128px;
  height: 97px;
  top: -4px;
  right: -5px;
  background: url(/img/all/fixed-contact-deco.png) no-repeat;
  background-size: 100%;
}
.fixed-contact-btn {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  display: block;
  width: 170px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  color: #fff;
  background-color: #fb8b03;
  border-radius: 25px;
}
.fixed-contact-btn::before {
  content: "";
  width: 16px;
  height: 11px;
  margin-right: 10px;
  background: url(/img/all/mail-ico.png) no-repeat;
}
.fixed-tel {
  padding-bottom: 35px;
  position: relative;
}
.fixed-num {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-left: 19px;
  background: url(/img/all/tel-ico.png) no-repeat left 2px;
}
@media screen and (max-width: 767px) {
  .fixed-num {
    font-size: 20px;
    font-size: 2rem;
  }
}
.fixed-svg {
  position: absolute;
  width: 150px;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
}
.fixed-page {
  position: absolute;
  bottom: 0;
  right: -9px;
  z-index: 99;
  transition: 0.3s ease;
}
.fixed-page:hover {
  transform: translate(0px, -5px);
}

/* =========================================
  footer  PC
  フッター
========================================= */
#footer .bg {
  border-top: 1px solid #fb8b03;
}
#footer .ent-inner {
  padding: 55px 0;
}
#footer .current {
  color: #fb8b03 !important;
}
#footer .wrap {
  width: 100%;
  max-width: 500px;
}
#footer .link-list {
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}
#footer .box {
  flex-shrink: 0;
  margin-left: 35px;
}
@media screen and (max-width: 1560px) {
  #footer .box {
    margin-right: 250px;
  }
}
#footer .nav {
  margin-top: 15px;
}
#footer .list:nth-of-type(n + 2) {
  margin-left: 50px;
}
#footer .list-item {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #footer .list-item {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#footer .list-item:nth-of-type(n + 2) {
  margin-top: 10px;
}
#footer .list-link {
  padding-left: 15px;
  color: #241211;
  position: relative;
}
#footer .list-link::after {
  position: absolute;
  content: "";
}
#footer .list-link::after {
  transition: transform 0.3s ease;
}
#footer .list-link:hover::after {
  transform: translate(5px, -50%);
}
#footer .list-link::after {
  content: "";
  width: 7px;
  height: 12px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background: url(/img/all/nav-arw.png) no-repeat;
  transition: all 0.3s ease;
}
#footer .list-link:hover::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
#footer .copy {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  margin-top: 50px;
  color: #fb8b03;
}
#footer .copy-link {
  color: #fb8b03;
}
#footer .ent-copy {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  color: #fb8b03;
}

/* =========================================
  sub  PC
  sv 共通部分
========================================= */
#sv .sv {
  width: 100%;
  height: 500px;
  position: relative;
}
#sv .sv-bg {
  width: 100%;
  height: 100%;
  background: url(/img/sv/sv-deco.png) no-repeat calc(50% + 27.6vw) bottom/24.1vw, url(/img/sv/sv-btm.png) no-repeat center bottom/100%;
}
#sv .sv-ttl {
  position: absolute;
  width: 640px;
  height: 83px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: translate(-50%, -50%);
  top: 60%;
  left: 50%;
  color: #fff;
  background: url(/img/sv/sv-ttl-bg.png) no-repeat center/100%;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  #sv .sv-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

/* =========================================
    sub  PC
    sv
========================================= */
#sv .sv-first {
  background: url(/img/sv/sv-first.jpg) no-repeat center top;
}
#sv .sv-reform {
  background: url(/img/sv/sv-reform.jpg) no-repeat center top;
}
#sv .sv-construction {
  background: url(/img/sv/sv-construction.jpg) no-repeat center top;
}
#sv .sv-renovation {
  background: url(/img/sv/sv-renovation.jpg) no-repeat center top;
}
#sv .sv-company {
  background: url(/img/sv/sv-company.jpg) no-repeat center top;
}
#sv .sv-news {
  background: url(/img/sv/sv-news.jpg) no-repeat center top;
}
#sv .sv-site {
  background: url(/img/sv/sv-site.jpg) no-repeat center top;
}
#sv .sv-privacy {
  background: url(/img/sv/sv-privacy.jpg) no-repeat center top;
}
#sv .sv-error {
  background: url(/img/sv/sv-error.jpg) no-repeat center top;
}
#sv .sv-contact {
  background: url(/img/sv/sv-contact.jpg) no-repeat center top;
}
#sv .sv-complete {
  background: url(/img/sv/sv-complete.jpg) no-repeat center top;
}

/*	breadcrumb  PC
パンくずリスト
------------------------------------ */
.breadcrumb {
  display: flex;
  align-items: center;
  padding: 15px 0;
  background: url(/img/all/pt02.png) left top;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    height: 35px;
    padding: 0 2%;
  }
}
.breadcrumb .bread-inner {
  width: 100%;
  max-width: 1080px;
  padding-right: 20px;
  margin: auto;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li:nth-of-type(3) {
  display: inline;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb li,
.breadcrumb a {
  color: #fb8b03;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .breadcrumb li,
  .breadcrumb a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb li,
  .breadcrumb a {
    font-size: 12px;
  }
}
.breadcrumb li {
  color: #241211;
}
.breadcrumb li::after {
  content: ">";
  display: inline-block;
  padding: 0 10px;
  color: #241211;
}

/* =========================================

  layout  SP
  共通パーツのスマホ時css
========================================= */
@media screen and (max-width: 767px) {
  /* =========================================
    base  SP
  ========================================= */
  body {
    min-width: 350px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  body.active {
    /* スクロール禁止 */
    overflow: hidden;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inherit !important;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  /*	parts  SP
  ------------------------------------ */
  .com-inner,
  .bread-inner {
    width: 100% !important;
  }
  /* =========================================
  header  SP
  ========================================= */
  /*	headline  SP
  ------------------------------------ */
  #header .headline {
    display: block;
    padding: 6px;
  }
  #header .logo {
    width: 200px;
  }
  #header .contact-list {
    flex-wrap: wrap;
    gap: 15px;
  }
  #header .contact-list-item:first-of-type {
    padding-right: 20px;
  }
  #header .ent-contact {
    width: 180px;
  }
  /*	mv  SP
  ------------------------------------ */
  #top-mv .mv {
    height: 100vw;
    min-height: 350px;
    background: url(/img/all/mv-deco-left.png) no-repeat 9px bottom/80vw, url(/img/all/mv-deco-right.png) no-repeat calc(100% - 10px) calc(100% - 4.4vw)/22.1vw, url(/img/all/mv-bg-btm.png) no-repeat center bottom/175%, url(/img/all/mv-img.jpg) no-repeat -25px top/150%;
  }
  #top-mv .mv::before {
    width: 20.1vw;
    height: 19.8vw;
    left: 0;
    top: 40.7vw;
  }
  #top-mv .mv::after {
    width: 24.7vw;
    height: 24.1vw;
    right: 0;
    top: 0;
  }
  #top-mv .mv-ttl {
    width: 77.1vw;
    min-width: unset;
    left: 0px;
    bottom: 20.5vw;
  }
  /*	fixed  SP
  ページトップへのリンク
  ------------------------------------ */
  .fixed-page {
    position: unset;
    width: 70px;
  }
  /*	gnav  SP
  ハンバーガーメニュー、メニュー内のcss
  ------------------------------------ */
  .sp-menu-btn-wrp {
    width: 50px;
    height: 50px;
    padding-top: 16px;
    background-color: #c4d642;
    top: 0;
    right: 0;
  }
  .sp-menu-btn-wrp .sp-menu-btn {
    width: 47%;
    height: 18px;
    margin: auto;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    width: 100%;
    height: 2px;
    background: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn .top {
    top: 0;
  }
  .sp-menu-btn-wrp .sp-menu-btn .middle {
    top: 0;
    bottom: 0;
  }
  .sp-menu-btn-wrp .sp-menu-btn .bottom {
    top: auto;
    bottom: 0;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt {
    display: block;
    margin: 8px auto 0;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0;
    line-height: 1;
    top: auto;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt img {
    height: 10px;
  }
  .sp-menu-btn-wrp .sp-menu-btn.active span {
    width: 28px;
  }
  .sp-menu-btn-wrp .sp-menu-btn.active .top {
    transform: translateY(9px) translateX(-3px) rotate(45deg);
  }
  .sp-menu-btn-wrp .sp-menu-btn.active .bottom {
    bottom: 10px;
    transform: translateY(3px) translateX(-3px) rotate(-45deg);
  }
  #drawer-nav.active {
    z-index: 1001;
  }
  /*	gnav-add  SP
  ------------------------------------ */
  #drawer-nav {
    padding: 15px 15px 30px;
    background: url(/img/all/pt03.png) left top;
  }
  #drawer-nav .current::after {
    display: none;
  }
  #drawer-nav .contact-btn {
    margin: 20px auto 0;
  }
  #drawer-nav .instagram {
    margin: 20px auto 0;
  }
  #drawer-nav .drawer-logo {
    width: 73%;
    margin-bottom: 15px;
  }
  #drawer-nav #nav {
    padding: 0;
  }
  #drawer-nav #nav .list-item:first-of-type {
    background: url(/img/all/nav-ico01.png) no-repeat 4px center;
  }
  #drawer-nav #nav .list-item:nth-of-type(2) {
    background: url(/img/all/nav-ico02.png) no-repeat 13px center;
  }
  #drawer-nav #nav .list-item:nth-of-type(3) {
    background: url(/img/all/nav-ico03.png) no-repeat 11px center;
  }
  #drawer-nav #nav .list-item:nth-of-type(4) {
    background: url(/img/all/nav-ico04.png) no-repeat 9px center;
  }
  #drawer-nav #nav .list-item:nth-of-type(5) {
    background: url(/img/all/nav-ico07.png) no-repeat left center;
  }
  #drawer-nav #nav .list-item:nth-of-type(6) {
    background: url(/img/all/nav-ico06.png) no-repeat 4px center;
  }
  #drawer-nav #nav .list-link {
    display: block;
    border-bottom: 1px solid #ff7900;
    padding: 6% 0 6% 45px;
    font-size: clamp(18px, 4.8vw, 36px);
    letter-spacing: 0.1em;
    color: #241211;
    line-height: 1.22;
  }
  /* --- info系 --- */
  .drawer-info {
    display: flex;
    margin: 5% auto 0;
    flex-direction: column;
    align-items: center;
  }
  .drawer-info .pcnav-info-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .drawer-info .shop-btn {
    margin-left: 0px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    background-color: #ff957d;
    position: relative;
    color: #ffffff;
  }
  /*	ggmap  SP
  ------------------------------------ */
  .ggmap {
    padding-top: 250px;
  }
  /* =========================================
  footer  SP
  ========================================= */
  #footer .current {
    color: #ff7900;
    border-bottom: none !important;
  }
  #footer .container {
    display: block;
  }
  #footer .logo {
    display: block;
    width: 200px;
    margin: 0 auto;
  }
  #footer .link-list {
    justify-content: center;
  }
  #footer .box {
    margin: 25px auto 0;
  }
  #footer .nav {
    width: 100%;
  }
  #footer .list {
    flex-wrap: wrap;
    justify-content: left;
    border: 1px solid #ff7900;
  }
  #footer .list:nth-of-type(n + 2) {
    margin-left: 0;
  }
  #footer .list-sp {
    display: flex !important;
  }
  #footer .list-item {
    width: 50%;
    margin-left: 0;
  }
  #footer .list-item:first-of-type {
    width: 100%;
    border-bottom: 1px solid #ff7900;
  }
  #footer .list-item:nth-of-type(n + 2) {
    margin-left: 0;
    margin-top: 0;
    border-bottom: 1px solid #ff7900;
  }
  #footer .list-item:nth-of-type(2n) {
    border-right: 1px solid #ff7900;
  }
  #footer .list-item:last-of-type {
    border-bottom: none;
  }
  #footer .list-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    line-height: 1.2;
    height: 60px;
    text-align: center;
    padding: 10px 5px;
  }
  #footer .list-link::after {
    display: none;
  }
  #footer .copy {
    text-align: center;
  }
  /* =========================================
    sub  SP
    下層（サブビジュアル）のcss
  ========================================= */
  /*	sub headline  SP
  ------------------------------------ */
  /* =========================================
    sub  SP
    sv 共通部分
  ========================================= */
  #sv .sv {
    height: 250px;
  }
  #sv .sv-bg {
    background: url(/img/sv/sv-deco.png) no-repeat calc(50% + 30vw) bottom/35vw, url(/img/sv/sv-btm.png) no-repeat center bottom/100%;
  }
  #sv .sv-ttl {
    width: 300px;
    height: 60px;
    background: url(/img/sv/sv-ttl-center.jpg) left top;
    z-index: 1;
  }
  #sv .sv-ttl::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 100%;
    left: -20px;
    transform: translateY(-50%);
    top: 50%;
    background: url(/img/sv/sv-ttl-l.png) no-repeat center/100%;
    z-index: -1;
  }
  #sv .sv-ttl::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 100%;
    right: -20px;
    transform: translateY(-50%);
    top: 50%;
    background: url(/img/sv/sv-ttl-r.png) no-repeat center/100%;
    z-index: -1;
  }
  #sv .sv-first {
    background: url(/img/sv/sv-first.jpg) no-repeat center top/250%;
  }
  #sv .sv-construction {
    background: url(/img/sv/sv-construction-sp.jpg) no-repeat center top/250%;
  }
  /*	------- */
}
/*	------- */
/* =========================================
  breakpoint
========================================= */