@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/* Noto Sans Japanese */
/* Lato */
/*	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: #333333;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

main {
  position: relative;
}

/* 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%;
  position: relative;
}
#header .headline {
  position: absolute;
  width: 100%;
  top: 20px;
  left: 0;
  padding: 0 24px 0 28px;
  z-index: 99;
}
#header .logo {
  display: inline-block;
  transition: all 0.3s ease;
}
#header .logo:hover {
  opacity: 0.7;
}
#header .logo a,
#header .logo img {
  display: block;
}
#header .current {
  color: #fff !important;
}
#header .contact-list {
  gap: 20px;
  margin-left: 40px;
}

/*	gnav  PC
ヘッダーナビ（PC時）
------------------------------------ */
#gnav {
  position: absolute;
  width: 100%;
  height: 75px;
  left: 0;
  bottom: 0;
  background-color: rgba(243, 220, 37, 0.95);
}
#gnav .list {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
#gnav .list-item {
  padding: 0 11px;
}
#gnav .list-item:nth-of-type(n + 2) {
  position: relative;
}
#gnav .list-item:nth-of-type(n + 2)::before {
  position: absolute;
  content: "";
}
#gnav .list-item:nth-of-type(n + 2)::before {
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  top: 50%;
  left: -11px;
  background: url(/img/all/nav-deco.png) no-repeat left center;
  background-size: 100%;
}
#gnav .list-link {
  width: 193px;
  height: 55px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #gnav .list-link {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#gnav .list-link::before {
  background: #fff;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
#gnav .list-link:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}
#gnav .sns-list-item:nth-of-type(n + 2) {
  margin-left: 15px;
}

/*	mv  PC
メインビジュアル（トップ用）
------------------------------------ */
#top-mv .mv {
  position: relative;
  width: 100%;
  height: 1000px;
  background: url(/img/all/mv-bg.jpg) no-repeat center top/cover;
}
@media screen and (min-width: 2000px) {
  #top-mv .mv {
    background: url(/img/all/mv-bg.jpg) no-repeat center -2vw/cover;
  }
}
#top-mv .mv-ttl {
  position: absolute;
  top: 433px;
  right: 100px;
}
#top-mv .mv-primary {
  position: absolute;
  max-width: 100%;
  right: 100px;
  bottom: 72px;
}
@media screen and (max-width: 1700px) {
  #top-mv .mv-primary {
    right: unset;
    transform: translateX(-50%);
    left: 50%;
    padding: 0 20px;
  }
}

/* =========================================
  footer  PC
  フッター
========================================= */
#footer .current {
  border-bottom: 1px solid #fff !important;
}
#footer .bg {
  background-color: #333333;
}
#footer .wrap {
  margin-top: 10px;
}
#footer .address {
  letter-spacing: 0.05em;
  margin-top: 60px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #footer .address {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#footer .work {
  letter-spacing: 0.05em;
  margin-top: 5px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #footer .work {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#footer .link-list {
  margin-top: 45px;
}
#footer .link-list-item {
  width: 30px;
}
#footer .link-list-item:nth-of-type(n + 2) {
  margin-left: 25px;
}
#footer .nav {
  margin-right: 55px;
}
#footer .list:nth-of-type(n + 2) {
  margin-left: 45px;
}
#footer .list-item:nth-of-type(n + 2) {
  margin-top: 15px;
}
#footer .list-link {
  padding-left: 17px;
  color: #fff;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
#footer .list-link::before {
  position: absolute;
  content: "";
}
@media screen and (max-width: 767px) {
  #footer .list-link {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#footer .list-link::before {
  width: 5px;
  height: 8px;
  left: 0;
  top: 7.5px;
  background: url(/img/all/foo-arw.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
#footer .list-link:hover::before {
  transform: translateX(3px);
}
#footer .foo-btm {
  width: 100%;
  background-color: #f3dc25;
}
#footer .foo-btm-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 5.4px 0;
}
#footer .foo-btm-list-item {
  display: flex;
}
#footer .foo-btm-list-item:nth-of-type(n + 2) {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
  z-index: 1;
}
#footer .foo-btm-list-item:nth-of-type(n + 2)::before {
  position: absolute;
  content: "";
}
#footer .foo-btm-list-item:nth-of-type(n + 2)::before {
  width: 1px;
  height: 13px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background-color: #333333;
}
#footer .foo-btm-list-link {
  letter-spacing: 0.05em;
  color: #333333;
  font-size: 12px;
  font-size: 1.2rem;
}
#footer .copy {
  letter-spacing: 0.05em;
  color: #333333;
  font-size: 12px;
  font-size: 1.2rem;
}
#footer .copy-link {
  color: #333333;
}

/* =========================================
  sub  PC
  sv 共通部分
========================================= */
#sv {
  padding-bottom: 73px;
}
#sv .sv {
  width: 100%;
  height: 660px;
  position: relative;
}
#sv .sv-ttl {
  position: absolute;
  display: inline-block;
  letter-spacing: 0.05em;
  line-height: 1.73;
  top: 415px;
  left: 100px;
  color: #fff;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 46px;
  font-size: 4.6rem;
}
@media screen and (max-width: 767px) {
  #sv .sv-ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
#sv .sv-ttl span {
  position: relative;
  padding: 0 10px;
}
#sv .sv-ttl span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: #000;
  z-index: -1;
}
#sv .sv-primary {
  position: absolute;
  max-width: 100%;
  left: 0;
  bottom: 4px;
}

/* =========================================
    sub  PC
    sv
========================================= */
#sv .sv-wallpaper {
  background: url(/img/sv/sv-wallpaper.png) no-repeat calc(50% - 210px) bottom, url(/img/sv/sv-bg.png) no-repeat calc(50% + 107px) top;
}
@media screen and (min-width: 1921px) {
  #sv .sv-wallpaper {
    background: url(/img/sv/sv-wallpaper.png) no-repeat left bottom, url(/img/sv/sv-bg.png) no-repeat right top;
  }
}
#sv .sv-floor {
  background: url(/img/sv/sv-floor.png) no-repeat calc(50% - 210px) bottom, url(/img/sv/sv-bg.png) no-repeat calc(50% + 107px) top;
}
@media screen and (min-width: 1921px) {
  #sv .sv-floor {
    background: url(/img/sv/sv-floor.png) no-repeat left bottom, url(/img/sv/sv-bg.png) no-repeat right top;
  }
}
#sv .sv-curtain {
  background: url(/img/sv/sv-curtain.png) no-repeat calc(50% - 210px) bottom, url(/img/sv/sv-bg.png) no-repeat calc(50% + 107px) top;
}
@media screen and (min-width: 1921px) {
  #sv .sv-curtain {
    background: url(/img/sv/sv-curtain.png) no-repeat left bottom, url(/img/sv/sv-bg.png) no-repeat right top;
  }
}
#sv .sv-shoji {
  background: url(/img/sv/sv-shoji.png) no-repeat calc(50% - 210px) bottom, url(/img/sv/sv-bg.png) no-repeat calc(50% + 107px) top;
}
@media screen and (min-width: 1921px) {
  #sv .sv-shoji {
    background: url(/img/sv/sv-shoji.png) no-repeat left bottom, url(/img/sv/sv-bg.png) no-repeat right top;
  }
}
#sv .sv-news {
  background: url(/img/sv/sv-news.png) no-repeat calc(50% - 210px) bottom, url(/img/sv/sv-bg.png) no-repeat calc(50% + 107px) top;
}
@media screen and (min-width: 1921px) {
  #sv .sv-news {
    background: url(/img/sv/sv-news.png) no-repeat left bottom, url(/img/sv/sv-bg.png) no-repeat right top;
  }
}
#sv .sv-site {
  background: url(/img/sv/sv-site.png) no-repeat calc(50% - 210px) bottom, url(/img/sv/sv-bg.png) no-repeat calc(50% + 107px) top;
}
@media screen and (min-width: 1921px) {
  #sv .sv-site {
    background: url(/img/sv/sv-site.png) no-repeat left bottom, url(/img/sv/sv-bg.png) no-repeat right top;
  }
}
#sv .sv-privacy {
  background: url(/img/sv/sv-privacy.png) no-repeat calc(50% - 210px) bottom, url(/img/sv/sv-bg.png) no-repeat calc(50% + 107px) top;
}
@media screen and (min-width: 1921px) {
  #sv .sv-privacy {
    background: url(/img/sv/sv-privacy.png) no-repeat left bottom, url(/img/sv/sv-bg.png) no-repeat right top;
  }
}
#sv .sv-error {
  background: url(/img/sv/sv-error.png) no-repeat calc(50% - 210px) bottom, url(/img/sv/sv-bg.png) no-repeat calc(50% + 107px) top;
}
@media screen and (min-width: 1921px) {
  #sv .sv-error {
    background: url(/img/sv/sv-error.png) no-repeat left bottom, url(/img/sv/sv-bg.png) no-repeat right top;
  }
}
#sv .sv-contact {
  background: url(/img/sv/sv-contact.png) no-repeat calc(50% - 210px) bottom, url(/img/sv/sv-bg.png) no-repeat calc(50% + 107px) top;
}
@media screen and (min-width: 1921px) {
  #sv .sv-contact {
    background: url(/img/sv/sv-contact.png) no-repeat left bottom, url(/img/sv/sv-bg.png) no-repeat right top;
  }
}
#sv .sv-complete {
  background: url(/img/sv/sv-complete.png) no-repeat calc(50% - 210px) bottom, url(/img/sv/sv-bg.png) no-repeat calc(50% + 107px) top;
}
@media screen and (min-width: 1921px) {
  #sv .sv-complete {
    background: url(/img/sv/sv-complete.png) no-repeat left bottom, url(/img/sv/sv-bg.png) no-repeat right top;
  }
}

/*	breadcrumb  PC
パンくずリスト
------------------------------------ */
.breadcrumb {
  position: absolute;
  width: 100%;
  top: 10px;
  left: 0;
  display: flex;
  align-items: center;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    height: 25px;
    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: #333333;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-size: 15px;
  font-size: 1.5rem;
}
@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: #333333;
}
.breadcrumb li::after {
  content: "|";
  display: inline-block;
  padding: 0 5px;
  color: #333333;
}

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

  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;
  }
  .breadcrumb {
    display: none;
  }
  /* =========================================
  header  SP
  ========================================= */
  /*	headline  SP
  ------------------------------------ */
  #header .headline {
    position: unset;
    height: 70px;
    padding: 0 0 0 15px;
    background: url(/img/all/sp-head-bg.png) no-repeat right center/175px;
  }
  #header .logo {
    width: 160px;
  }
  /*	mv  SP
  ------------------------------------ */
  #top-mv .mv {
    height: 630px;
    background: url(/img/all/mv-sp.jpg) no-repeat center/cover;
  }
  #top-mv .mv-ttl {
    width: 300px;
    top: unset;
    bottom: 85px;
    right: 10px;
  }
  #top-mv .mv-primary {
    padding: 0 5px;
    bottom: 5px;
  }
  /*	gnav  SP
  ハンバーガーメニュー、メニュー内のcss
  ------------------------------------ */
  .hamburger-drawer {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .hamburger-drawer-icon {
    width: 100%;
    height: 100%;
  }
  .hamburger-drawer-line {
    fill: none;
    stroke: #f3dc25;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .hamburger-drawer-line:nth-child(1) {
    stroke-dasharray: 60 207;
  }
  .hamburger-drawer-line:nth-child(2) {
    stroke-dasharray: 60 60;
  }
  .hamburger-drawer-line:nth-child(3) {
    stroke-dasharray: 60 207;
  }
  .hamburger-drawer.active .hamburger-drawer-line {
    stroke: #fff;
  }
  .hamburger-drawer.active .hamburger-drawer-line:nth-child(1) {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
  }
  .hamburger-drawer.active .hamburger-drawer-line:nth-child(2) {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
  }
  .hamburger-drawer.active .hamburger-drawer-line:nth-child(3) {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
  }
  .nav-list-item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .nav-list.active .nav-list-item:nth-child(1) {
    transition-delay: 0.3s;
  }
  .nav-list.active .nav-list-item:nth-child(2) {
    transition-delay: 0.4s;
  }
  .nav-list.active .nav-list-item:nth-child(3) {
    transition-delay: 0.5s;
  }
  .nav-list.active .nav-list-item:nth-child(4) {
    transition-delay: 0.6s;
  }
  .nav-list.active .nav-list-item:nth-child(5) {
    transition-delay: 0.7s;
  }
  .nav-list.active .nav-list-item:nth-child(6) {
    transition-delay: 0.8s;
  }
  .nav-list.active .nav-list-item:nth-child(7) {
    transition-delay: 0.9s;
  }
  .nav-list.active .nav-list-item:nth-child(8) {
    transition-delay: 1s;
  }
  .nav-list.active .nav-list-item:nth-child(9) {
    transition-delay: 1.1s;
  }
  .nav-list.active .nav-list-item:nth-child(10) {
    transition-delay: 1.2s;
  }
  .nav-list.active .nav-list-item {
    opacity: 1;
    transform: translateY(0);
  }
  .nav-list-link {
    position: relative;
    display: block;
    padding: 15px;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    color: #fff;
    position: relative;
    z-index: 1;
  }
  .nav-list-link::after {
    position: absolute;
    content: "";
  }
  .nav-list-link::after {
    width: 5px;
    height: 8px;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    background: url(/img/all/foo-arw.png) no-repeat;
    background-size: 100%;
    z-index: -1;
  }
  #drawer-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 15px 50px;
    overflow-y: scroll;
    background: #333333;
    clip-path: circle(0% at calc(100% - 44px) 44px);
    transition: clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 900;
  }
  #drawer-menu.active {
    clip-path: circle(150% at calc(100% - 44px) 44px);
  }
  /*	gnav-add  SP
  ------------------------------------ */
  #drawer-nav .current::after {
    display: none;
  }
  #drawer-nav .headline {
    background: unset;
    padding: 0;
  }
  #drawer-nav .contact-list {
    margin-left: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  #drawer-nav .contact-list-item:first-of-type {
    width: 100%;
  }
  #drawer-nav .com-tel {
    width: 100%;
  }
  #drawer-nav .com-tel-svg {
    transform: translateX(-50%);
    left: 50%;
  }
  /* --- info系 --- */
  .drawer-info {
    display: flex;
    margin: 5% auto 0;
    flex-direction: column;
    align-items: center;
    /* 初期状態: 非表示 + 下方向オフセット */
    /* ドロワーが開いたとき（#drawer-menu.active）に表示させる */
  }
  .drawer-info .pcnav-info-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .drawer-info > * {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  #drawer-menu.active .drawer-info {
    /* nav リストのアニメーションの後に順次出現させる遅延を付与 */
  }
  #drawer-menu.active .drawer-info > * {
    opacity: 1;
    transform: translateY(0);
  }
  #drawer-menu.active .drawer-info > *:nth-child(1) {
    transition-delay: 0.9s;
  }
  #drawer-menu.active .drawer-info > *:nth-child(2) {
    transition-delay: 1s;
  }
  #drawer-menu.active .drawer-info > *:nth-child(3) {
    transition-delay: 1.1s;
  }
  #drawer-menu.active .drawer-info > *:nth-child(4) {
    transition-delay: 1.2s;
  }
  #drawer-menu.active .drawer-info > *:nth-child(5) {
    transition-delay: 1.3s;
  }
  #drawer-menu.active .drawer-info > *:nth-child(6) {
    transition-delay: 1.4s;
  }
  #drawer-menu.active .drawer-info > *:nth-child(7) {
    transition-delay: 1.5s;
  }
  #drawer-menu.active .drawer-info > *:nth-child(8) {
    transition-delay: 1.6s;
  }
  #drawer-menu.active .drawer-info > *:nth-child(9) {
    transition-delay: 1.7s;
  }
  #drawer-menu.active .drawer-info > *:nth-child(10) {
    transition-delay: 1.8s;
  }
  /*	ggmap  SP
  ------------------------------------ */
  .ggmap {
    padding-top: 250px;
  }
  /* =========================================
  footer  SP
  ========================================= */
  #footer .current {
    color: #f3dc25;
    border-bottom: none !important;
  }
  #footer .container {
    display: block;
  }
  #footer .logo {
    display: block;
    width: 180px;
    margin: 0 auto;
  }
  #footer .address {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }
  #footer .work {
    text-align: center;
    margin-top: 10px;
  }
  #footer .link-list {
    justify-content: center;
  }
  #footer .nav {
    margin-top: 35px;
    margin-right: 0;
  }
  #footer .nav-wrap {
    justify-content: center;
  }
  #footer .list-link::before {
    top: 6px;
  }
  #footer .foo-btm-inner {
    justify-content: center;
  }
  /* =========================================
    sub  SP
    下層（サブビジュアル）のcss
  ========================================= */
  /*	sub headline  SP
  ------------------------------------ */
  /* =========================================
    sub  SP
    sv 共通部分
  ========================================= */
  #sv {
    padding-bottom: 0;
  }
  #sv .sv {
    height: 93.3vw;
    min-height: 375px;
  }
  #sv .sv-ttl {
    left: unset;
    bottom: unset;
    right: 1.4vw;
    top: 60vw;
  }
  #sv .sv-wallpaper {
    background: url(/img/sv/sv-wallpaper.png) no-repeat calc(50% - 50px) top/200%, url(/img/sv/sv-bg.png) no-repeat calc(50% - 70px) bottom/300%;
  }
  #sv .sv-floor {
    background: url(/img/sv/sv-floor.png) no-repeat calc(50% - 50px) top/200%, url(/img/sv/sv-bg.png) no-repeat calc(50% - 70px) bottom/300%;
  }
  #sv .sv-curtain {
    background: url(/img/sv/sv-curtain.png) no-repeat calc(50% - 50px) top/200%, url(/img/sv/sv-bg.png) no-repeat calc(50% - 70px) bottom/300%;
  }
  #sv .sv-shoji {
    background: url(/img/sv/sv-shoji.png) no-repeat calc(50% - 50px) top/200%, url(/img/sv/sv-bg.png) no-repeat calc(50% - 70px) bottom/300%;
  }
  #sv .sv-news {
    background: url(/img/sv/sv-news.png) no-repeat calc(50% - 50px) top/200%, url(/img/sv/sv-bg.png) no-repeat calc(50% - 70px) bottom/300%;
  }
  #sv .sv-site {
    background: url(/img/sv/sv-site.png) no-repeat calc(50% - 50px) top/200%, url(/img/sv/sv-bg.png) no-repeat calc(50% - 70px) bottom/300%;
  }
  #sv .sv-privacy {
    background: url(/img/sv/sv-privacy.png) no-repeat calc(50% - 50px) top/200%, url(/img/sv/sv-bg.png) no-repeat calc(50% - 70px) bottom/300%;
  }
  #sv .sv-error {
    background: url(/img/sv/sv-error.png) no-repeat calc(50% - 50px) top/200%, url(/img/sv/sv-bg.png) no-repeat calc(50% - 70px) bottom/300%;
  }
  #sv .sv-contact {
    background: url(/img/sv/sv-contact.png) no-repeat calc(50% - 50px) top/200%, url(/img/sv/sv-bg.png) no-repeat calc(50% - 70px) bottom/300%;
  }
  #sv .sv-complete {
    background: url(/img/sv/sv-complete.png) no-repeat calc(50% - 50px) top/200%, url(/img/sv/sv-bg.png) no-repeat calc(50% - 70px) bottom/300%;
  }
  /*	------- */
}
/*	------- */
/* =========================================
  breakpoint
========================================= */