@charset "UTF-8";
@import url("all.css");
@import url("swiper.min.css");
@import url("animate.css");
@import url("lity.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/drawer/3.2.2/css/drawer.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500&display=swap");
/* reset
----------------------------------------------------------------------------------*/
html, body, #wrapper {
  width: 100%;
  max-height: 100%;
}

#home #wrapper {
  min-width: 1220px;
  position: relative;
}

body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1;
  word-break: break-all;
  font-display: swap;
  font-weight: 400;
  color: #424243;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.575rem;
}

h1, h2, h3, h4, h5, h6, p, span, em, b, i, dl, dt, dd, ol, ul, li, tr, th, td, div {
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
}

ul li, ol li {
  display: inline-block;
  vertical-align: top;
  font-size: 0.875rem;
  line-height: 1.575rem;
}

p, p a, div, ul, ol, li, li a, dl, dt, dt a, dd, dd a, section, span, em, i, strong, b {
  box-sizing: border-box;
}

i {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, strong, b {
  font-size: 100%;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, span, em, b, i, dl, dt, dd, ol, ul, li, tr, th, td {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: baseline;
  background: transparent;
}

div, object, iframe, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, small, sub, sup, var, fieldset, label, legend, table, caption, tbody, tfoot, thead, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: top;
  line-height: 0;
  -webkit-backface-visibility: hidden;
}

#wrapper img {
  width: 100%;
  height: auto;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, div, address, iframe, canvas, hr, textarea {
  display: block; /*  line-height: 1;*/
}

a, label {
  cursor: pointer;
}

blockquote {
  padding: 0;
  margin: 0;
  display: block;
}

address, em {
  font-style: normal;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

/*Android、Xperiaで途中改行されるバグfix*/
/*p { background-image:url(1px-transparent.gif);}*/
.flexImg {
  overflow: hidden;
  position: relative;
}
.flexImg img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.flexImg.ab {
  height: 0;
  padding: 100%;
}
.flexImg.ab img {
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

/* IE Flexcolumn時の謎の隙間埋め */
* {
  min-height: 0%;
}

/* hover
----------------------------------------------------------------------------------*/
a, a:link, a:visited {
  color: #f8f8f8;
  text-decoration: none;
  outline: none;
  transition: 0.5s;
  display: inline-block;
}

a:hover { /*color:rgba($mainColor,0.5);*/
  text-decoration: none;
  opacity: 0.6;
}

a img {
  transition: 0.5s;
}

a:hover img {
  opacity: 0.6;
}

*::-moz-selection {
  background: #1d1d1f;
  color: #f8f8f8;
}

*::selection {
  background: #1d1d1f;
  color: #f8f8f8;
}

/* -------------------------------
  PCのみの設定
------------------------------- */
@media print, screen and (min-width:768px) {
  .sp, .spOnly, .tbOnly {
    display: none !important;
  }
  .pc, .pc-tb {
    display: inline-block !important;
    vertical-align: top !important;
  }
  .pc-sp {
    display: inline-block !important;
    vertical-align: top !important;
  }
  /* スマホのみtellink有効（init.jsにも要設定） */
  a[href^="tel:"] {
    cursor: default;
  }
}
/* -------------------------------
タブレットのみの設定
------------------------------- */
@media screen and (min-width:600px) and (max-width:959px) {
  .pc, .spOnly {
    display: none !important;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
  }
  /*.sp,*/
  .tbOnly, .pc-tb {
    display: inline-block !important;
    vertical-align: top !important;
  }
  .pc-sp {
    display: none !important;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
  }
}
/* -------------------------------
スマホのみの設定
------------------------------- */
@media only screen and (max-width: 767px) {
  .pc, .tbOnly, .pc-tb {
    display: none !important;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
  }
  .sp, .spOnly {
    display: inline-block !important;
    vertical-align: top !important;
  }
  .pc-sp {
    display: inline-block !important;
    vertical-align: top !important;
  }
}
/* --------------------------------------------------------
layout

-------------------------------------------------------- */
/* メイン設定 */
#wrapper {
  text-align: center;
}

main {
  padding-top: 100vh;
}

.inner {
  width: 1200px;
  margin: auto;
}

section { /* text-align:left;*/ }

/* header */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  overflow: hidden;
  height: 200px;
}
header #header {
  width: 90%;
  min-width: 1200px;
  margin: auto;
  color: #f8f8f8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
header #header a {
  color: #f8f8f8;
}
header #header h1 {
  width: 320px;
}
header #header h1 a {
  display: block;
}
header #header .telHead {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  /* margin-left:auto; margin-right: 28px;*/
}
header #header .telHead i {
  width: 26px;
  margin-right: 15px;
}
header #header .telHead a em {
  font-size: 2rem;
  line-height: 2rem;
}
header #header .telHead small {
  font-size: 0.6875rem;
  line-height: 1.2375rem;
  margin-left: 10px;
}
header #header .mailHead a {
  padding: 10px 10px;
  display: block;
}
header #header .mailHead a i {
  width: 26px;
  display: block;
  line-height: 1;
}

.spFixedMenu {
  display: none !important;
}

@media print, screen and (min-width: 768px) {
  .drawer-hamburger {
    display: none !important;
  }
  .drawer-nav {
    top: auto !important;
    background: none !important;
    position: relative !important;
    overflow: visible;
    position: static !important;
  }
  /* gNav*/
  nav#grobalNav {
    width: calc(100% - 350px - 450px);
  }
  nav#grobalNav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: space-around;
  }
  nav#grobalNav ul li a {
    padding: 10px 0;
  }
  nav#grobalNav ul li a:hover {
    opacity: 0.7;
  }
  nav#grobalNav ul li:hover .megamenu {
    max-height: 9999px;
    opacity: 1;
    padding: 20px 0;
  }
  .megamenu {
    background: rgba(29, 29, 31, 0.9);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100vw;
    transition: all 0.2s ease-in;
    z-index: 999;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
  }
  .megamenu-inner {
    display: flex;
    justify-content: space-between;
    justify-content: center !important;
    align-items: flex-end;
  }
  .megamenu-inner li a {
    display: block;
    padding: 0px 20px !important;
  }
  .megamenu-inner li span {
    display: block;
  }
  .megamenu-inner li em {
    font-size: 0.6875rem;
    line-height: 1.2375rem;
  }
  .megamenu-inner li.navipano span {
    width: 196px;
  }
  .megamenu-inner li.quickpano span {
    width: 134px;
  }
  .megamenu-inner li.matterport span {
    width: 142px;
  }
  .megamenu-inner li.arhomestaging span {
    width: 235px;
  }
  .megamenu-inner li.photopro span {
    width: 175px;
  }
}
@media screen and (min-width: 1221px) and (max-width: 1379px) {
  #header {
    width: 100% !important;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  #header h1 {
    width: 25% !important;
  }
  #header .tel i {
    width: 24px !important;
    margin-right: 12px !important;
  }
  #header .tel em {
    font-size: 28px !important;
  }
  #header .tel small {
    margin-left: 10px;
  }
  #header nav#grobalNav {
    width: 480px !important;
  }
}
/* CTA */
.cta {
  background: #f2f2f2;
  padding: 40px 0;
}
.cta .tit {
  font-size: 1.3125rem;
  line-height: 2.3625rem;
  font-weight: 700;
  margin: 0 auto 40px;
}
.cta ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1100px;
  margin: auto;
}
.cta ul li {
  width: 50%;
}
.cta ul li a {
  display: block;
  color: #1d1d1f;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta ul li .t {
  font-size: 0.875rem;
  line-height: 1.575rem;
  font-weight: 500;
}
.cta ul li.tel {
  border-right: 1px solid rgba(29, 29, 31, 0.8);
}
.cta ul li.tel a:hover {
  opacity: 1;
}
.cta ul li.tel a:hover img {
  opacity: 1;
}
.cta ul li.tel i {
  width: 53px;
  margin-bottom: 10px;
}
.cta ul li.tel em {
  font-size: 2.5rem;
  line-height: 3.75rem;
}
.cta ul li.tel small {
  font-size: 0.6875rem;
  line-height: 1.2375rem;
}
.cta ul li.tel small br {
  display: none;
}
.cta ul li.mail i {
  width: 46px;
  margin: 10px auto 22px;
}
.cta ul li.mail .link {
  width: 280px;
  height: 50px;
  background: #fff;
  box-shadow: 10px 10px 10px 0px rgba(29, 29, 31, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 15px;
}
.cta ul li.mail .link em {
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 500;
}
.cta ul li.mail .link i {
  width: auto;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 15px;
}

/* フッター */
footer {
  background: #1d1d1f;
  color: #f8f8f8;
  padding: 50px 0;
}
footer ul.serviceLink {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto 50px;
}
footer ul.serviceLink li {
  margin: 0 20px;
}
footer ul.serviceLink li span {
  display: block;
}
footer ul.serviceLink li em {
  font-size: 0.6875rem;
  line-height: 1.2375rem;
}
footer ul.serviceLink li.navipano span {
  width: 196px;
}
footer ul.serviceLink li.quickpano span {
  width: 134px;
}
footer ul.serviceLink li.matterport span {
  width: 142px;
}
footer ul.serviceLink li.arhomestaging span {
  width: 235px;
}
footer ul.serviceLink li.photopro span {
  width: 175px;
}
footer #footer {
  border-top: 1px solid rgba(248, 248, 248, 0.25);
  width: 1100px;
  margin: auto;
  padding: 50px 0 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
  position: relative;
}
footer #footer .comLogo em {
  display: block;
  width: 200px;
  margin-bottom: 10px;
}
footer #footer .comLogo em a {
  display: block;
}
footer #footer .comLogo span {
  display: block;
  font-size: 0.6875rem;
  line-height: 1.2375rem;
  font-weight: 300;
}
footer #footer .footerNav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% - 300px);
}
footer #footer .footerNav ul:not(:last-child) {
  margin-right: 60px;
}
footer #footer .footerNav ul li {
  display: block;
}
footer #footer .footerNav ul li a {
  padding: 3px 10px;
  display: block;
}
footer #footer .footerNav ul li ul li a {
  opacity: 0.6;
}
footer #footer .copyright {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 0.75rem;
}

/* page-top */
#page-top {
  position: fixed;
  bottom: 220px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#page-top a {
  display: block;
  width: 100%;
  height: 100%;
  background: #1d1d1f;
}
#page-top a:hover {
  opacity: 0.7;
}
#page-top a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  top: calc(50% - 4px);
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}

/* ------------------------------- PCのみの設定 ------------------------------- */
@media print, screen and (min-width: 768px) {
  #spbar, #spmenu, #mm-menu {
    display: none !important;
  }
  .spMenu span {
    display: none;
  }
}
/* -------------------------------
タブレットのみの設定
------------------------------- */
@media screen and (min-width: 600px) and (max-width: 959px) { /*.spMenu { top: 20% !important;} nav#grovalNav #nav ul li{ font-size: 10px !important;} nav#grovalNav #nav ul li a{ padding-top:28px !important;}*/ }
/* -------------------------------
スマホのみの設定
------------------------------- */
@media only screen and (max-width: 767px) { /*.spMenu { top: 16% !important;} nav#grovalNav #nav ul li{ font-size: 10px !important;} nav#grovalNav #nav ul li a{ padding-top:28px !important;}*/ /* メイン設定 */
  html, body, #wrapper, #home #wrapper {
    min-width: inherit;
  }
  main { /*padding-top: calc(100vh - 173px);*/
    padding-top: calc(100vh - 56px);
  }
  .inner {
    width: 100%;
  }
  /* CTA */
  .cta {
    padding: 30px 0 35px;
  }
  .cta .tit {
    font-size: 1rem;
    line-height: 1.6rem;
    margin: 0 auto 30px;
  }
  .cta ul {
    width: 100%;
  }
  .cta ul li {
    width: 50%;
  }
  .cta ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cta ul li .t {
    font-size: 0.625rem;
    line-height: 1.125rem;
  }
  .cta ul li.tel {
    border-right: 1px solid rgba(29, 29, 31, 0.25);
  }
  .cta ul li.tel i {
    width: 37px;
    margin-bottom: 10px;
  }
  .cta ul li.tel em {
    font-size: 1.75rem;
    line-height: 2.625rem;
  }
  .cta ul li.tel small {
    font-size: 0.5625rem;
    line-height: 1.0125rem;
  }
  .cta ul li.mail i {
    width: 34px;
    margin: 6px auto 16px;
  }
  .cta ul li.mail .link {
    width: 150px;
    height: 40px;
    box-shadow: 5px 5px 6px 0px rgba(29, 29, 31, 0.15);
    margin-top: 14px;
  }
  .cta ul li.mail .link em {
    font-size: 0.6875rem;
    line-height: 0.6875rem;
  }
  .cta ul li.mail .link i {
    font-size: 0.625rem;
    line-height: 0.625rem;
    width: auto;
    margin: 0;
    right: 12px;
  }
  /* フッター */
  footer {
    padding: 30px 0 50px;
  }
  footer ul.serviceLink {
    align-items: center;
    margin: 0 auto 10px;
    flex-wrap: wrap;
  }
  footer ul.serviceLink li {
    margin: 0 10px 20px;
    line-height: 0;
  }
  footer ul.serviceLink li span {
    display: block;
  }
  footer ul.serviceLink li em {
    display: none;
    font-size: 0.6875rem;
    line-height: 1.2375rem;
  }
  footer ul.serviceLink li.navipano span {
    width: 116px;
  }
  footer ul.serviceLink li.quickpano span {
    width: 73px;
  }
  footer ul.serviceLink li.matterport span {
    width: 72px;
  }
  footer ul.serviceLink li.arhomestaging span {
    width: 130px;
  }
  footer ul.serviceLink li.photopro span {
    width: 115px;
  }
  footer #footer {
    width: 100%;
    padding: 25px 6% 56px;
    display: block;
    border-top: 1px solid rgba(248, 248, 248, 0.5);
  }
  footer #footer .comLogo {
    margin: 0 auto 20px;
  }
  footer #footer .comLogo em {
    width: 170px;
    margin: 0 auto 10px;
    position: relative;
    left: -0.5em;
  }
  footer #footer .comLogo span {
    display: block;
    font-size: 0.625rem;
    line-height: 1.25rem;
    text-align: center;
  }
  footer #footer .footerNav {
    width: 100%;
    display: block;
  }
  footer #footer .footerNav ul:not(:last-child) {
    margin-right: 0px;
  }
  footer #footer .footerNav ul li {
    font-size: 0.8125rem;
    line-height: 1.4625rem;
    display: block;
    border-bottom: 1px solid rgba(248, 248, 248, 0.25);
  }
  footer #footer .footerNav ul li a {
    padding: 10px 10px;
    display: block;
  }
  footer #footer .footerNav ul li ul li:last-child {
    border-bottom: none;
  }
  footer #footer .footerNav ul li ul li a {
    opacity: 0.6;
  }
  footer #footer .copyright {
    position: relative;
    bottom: auto;
    right: auto;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    margin: 50px auto 0;
    text-align: center;
  }
  /* page-top */
  #page-top {
    bottom: 64px;
    right: 6px;
    width: 40px;
    height: 40px;
    display: none;
  }
  #page-top a:after {
    top: calc(50% - 4px);
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  /* スマホドロワーメニュー */
  .megamenu {
    display: none;
  }
  .spFixedMenu {
    background: rgba(29, 29, 31, 0.9);
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 5%;
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    z-index: 500;
    color: #f8f8f8;
  }
  .spFixedMenu a {
    display: block;
  }
  .spFixedMenu .tel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-right: 18px;
  }
  .spFixedMenu .tel::before {
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(248, 248, 248, 0.5);
    left: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
  .spFixedMenu .tel i {
    width: 20px;
    margin-right: 12px;
  }
  .spFixedMenu .tel em {
    font-size: 1.5625rem;
    line-height: 1.5625rem;
  }
  .spFixedMenu .tel small {
    font-size: 0.5625rem;
    line-height: 1.0125rem;
    margin-left: 10px;
  }
  .spFixedMenu .mail a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .spFixedMenu .mail i {
    width: 22px;
    line-height: 1;
  }
  .spFixedMenu .mail small {
    font-size: 0.6875rem;
    line-height: 1.2375rem;
    margin-left: 10px;
  }
}
/* -------------------------------
ヘッダー特殊
------------------------------- */
@media only screen and (max-width: 1220px) { /* header */
  header {
    height: auto;
    z-index: 1000;
  }
  header #header {
    width: 100%;
    min-width: 100%;
    padding: 10px 0 !important;
    justify-content: center;
    position: relative;
  }
  header #header h1 {
    width: 150px !important;
    margin: 0 auto;
  }
  header #header .telHead {
    display: none;
  }
  header #header .mailHead {
    position: absolute;
    top: 8px;
    right: 12px;
  }
  header #header .mailHead a {
    padding: 10px 10px;
  }
  header #header .mailHead a i {
    width: 24px;
  }
  header .pc {
    display: none !important;
  }
  header .sp {
    display: inline-block !important;
  }
  /* スマホドロワーメニュー */
  nav#grobalNav {
    width: auto !important;
  }
  .drawer-hamburger {
    width: 24px !important;
    padding: 10px 8px 18px !important;
    right: auto;
    top: 6px !important;
    left: 12px !important;
    position: absolute;
    display: block !important;
  }
  .drawer-toggle .drawer-hamburger-icon {
    height: 1px;
    background: #f8f8f8;
  }
  .drawer-toggle .drawer-hamburger-icon:before {
    background: #f8f8f8;
    height: 1px;
  }
  .drawer-toggle .drawer-hamburger-icon::after {
    background: #f8f8f8;
    height: 1px;
    top: 8px !important;
  }
  .drawer-toggle .drawer-hamburger-icon::before {
    top: -8px !important;
  }
  .drawer-nav {
    height: calc(100vh - 0px) !important;
    padding: 20px 0 0;
    background: rgba(29, 29, 31, 0.98) !important;
    overflow: auto;
    position: fixed !important;
    top: -100% !important;
  }
  .drawer-nav .home {
    width: 160px;
    margin: 0 auto 18px;
    display: block !important;
  }
  .drawer-nav .home a {
    display: block;
  }
  .drawer-nav .serviceLink {
    display: block;
    width: 82%;
    margin: 0 auto 15px;
    justify-content: center !important;
  }
  .drawer-nav .serviceLink li {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 12px 0 10px;
    border-bottom: 1px solid rgba(248, 248, 248, 0.5);
  }
  .drawer-nav .serviceLink li:first-child {
    border-top: 1px solid rgba(248, 248, 248, 0.5);
    padding-top: 15px;
  }
  .drawer-nav .serviceLink li a {
    display: block;
  }
  .drawer-nav .serviceLink li span {
    display: block;
    line-height: 1;
    margin: auto;
  }
  .drawer-nav .serviceLink li em {
    font-size: 0.6875rem;
    line-height: 1.2375rem;
  }
  .drawer-nav .serviceLink li.navipano span {
    width: 196px;
    margin-bottom: 8px;
  }
  .drawer-nav .serviceLink li.quickpano span {
    width: 134px;
  }
  .drawer-nav .serviceLink li.matterport span {
    width: 142px;
  }
  .drawer-nav .serviceLink li.arhomestaging span {
    width: 235px;
  }
  .drawer-nav .serviceLink li.photopro span {
    width: 175px;
  }
  .drawer-nav ul.drawer-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 82%;
    margin: 0 auto 30px;
    /* border-top: 1px solid rgba($mainColor,.35);*/
  }
  .drawer-nav ul.drawer-menu li {
    width: 50%;
    border-bottom: 1px solid rgba(248, 248, 248, 0.35);
    font-size: 0.75rem;
    line-height: 1.35rem;
    position: relative;
  }
  .drawer-nav ul.drawer-menu li:nth-of-type(1)::after, .drawer-nav ul.drawer-menu li:nth-of-type(3)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    left: 100%;
    width: 1px;
    height: 12px;
    background: rgba(248, 248, 248, 0.35);
  }
  .drawer-nav ul.drawer-menu li a {
    display: block;
    padding: 8px 0;
  }
  .drawer-nav .cta {
    width: 100%;
    padding: 15px 0 20px;
  }
  .drawer-nav .cta .tit {
    margin: 0 auto 20px;
  }
  .drawer-nav .cta ul {
    width: 100%;
    margin: auto;
  }
  .drawer-nav .cta ul li a {
    color: #1d1d1f !important;
  }
  .drawer-open header {
    overflow: visible;
  }
  .drawer-open .drawer-hamburger-icon {
    background: transparent;
  }
  .drawer-open .drawer-hamburger-icon::before, .drawer-open .drawer-hamburger-icon::after {
    top: 0 !important;
  }
  .drawer-open .drawer-nav {
    top: 0px !important;
  }
  .drawer-close .drawer-nav {
    transition: 0.25s;
    width: 100%;
    height: 100vh;
  }
}
/* --------------------------------------------------------
style

-------------------------------------------------------- */
/* 下層共通
---------------------------------------------------------*/
.title {
  display: flex;
  flex-direction: column;
}
.title i {
  width: 160px;
  margin: 0 auto 10px;
  opacity: 0.5;
}
.title em {
  font-size: 2.375rem;
  line-height: 4.275rem;
  font-weight: 700;
  letter-spacing: 0;
}

.en {
  font-family: "Barlow Condensed", sans-serif;
}

/* -------------------------------
スマホのみの設定
------------------------------- */
@media only screen and (max-width: 767px) {
  .title i {
    width: 160px;
    margin: 0 auto 5px;
  }
  .title em {
    font-size: 1.375rem;
    line-height: 2.475rem;
  }
}
/* セレクトチャート
---------------------------------------------------------*/
#chart {
  background: #fff;
}
#chart .chartWrap {
  padding: 40px 0 40px; /*height: calc(100% - 100px); @include flexCol; justify-content:space-around;*/
}
#chart .chartWrap .logo {
  width: 160px;
  margin: 0 auto 0px;
  opacity: 0.5;
}
#chart .chartWrap .tit {
  margin: 40px auto 60px;
}
#chart .chartWrap .tit.answer {
  margin: 30px auto 40px;
}
#chart .chartWrap .tit i {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 300;
  margin-right: 6px;
  opacity: 0.8;
}
#chart .chartWrap .tit em {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 200;
}
#chart .chartWrap .question {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
}
#chart .chartWrap .question li a {
  width: 100%;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1d1d1f;
  position: relative;
}
#chart .chartWrap .question li a em {
  font-weight: 600;
}
#chart .chartWrap .question li a i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-weight: 500;
  transition: 0.25s;
}
#chart .chartWrap .question li span {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.6875rem;
  font-weight: 500;
  margin-top: 10px;
}
#chart .chartWrap .question.col2 {
  width: 86%;
}
#chart .chartWrap .question.col2 li {
  width: 47.5%;
}
#chart .chartWrap .question.col2 li em {
  font-size: 1.5rem;
  line-height: 2.7rem;
}
#chart .chartWrap .question.col2 li i {
  font-size: 1.5rem;
  line-height: 1.5rem;
  right: 25px;
}
#chart .chartWrap .question.col2 li:hover i {
  right: 22px;
}
#chart .chartWrap .question.col3 {
  width: 94%;
}
#chart .chartWrap .question.col3 li {
  width: 32.25%;
}
#chart .chartWrap .question.col3 li em {
  font-size: 1.25rem;
  line-height: 2.25rem;
}
#chart .chartWrap .question.col3 li i {
  font-size: 1.25rem;
  line-height: 1.25rem;
  right: 13px;
}
#chart .chartWrap .question.col3 li:hover i {
  right: 10px;
}
#chart .chartWrap #service {
  padding: 0px 0;
}
#chart .chartWrap #service ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  width: 86%;
  margin: auto;
}
#chart .chartWrap #service ul li {
  width: 47.5%;
  height: 240px;
}
#chart .chartWrap #service ul li:nth-of-type(2) {
  margin-left: 5%;
}
#chart .chartWrap #service ul li a {
  display: block;
  height: 100%;
}
#chart .chartWrap #service ul li .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#chart .chartWrap #service ul li .title {
  margin: 0 auto 10px;
}
#chart .chartWrap #service ul li .title em {
  margin: 0 auto 10px;
}
#chart .chartWrap #service ul li .title span {
  font-size: 0.875rem;
  line-height: 1.575rem;
}
#chart .chartWrap #service ul li .read {
  font-size: 1.375rem;
  line-height: 2.2rem;
  margin: 0 auto 15px;
}
#chart .chartWrap #service ul li .link {
  margin-bottom: 15px;
}
#chart .chartWrap #service ul li .link em {
  font-size: 0.75rem;
  line-height: 1.35rem;
}
#chart .chartWrap #service ul li .link i {
  font-size: 0.75rem;
  line-height: 1.35rem;
  margin-left: 8px;
}
#chart .chartWrap #service ul li .ph {
  transform: scale(1.1);
  height: 100%;
}
#chart .chartWrap #service ul li.navipano .title {
  margin: 24px auto 0;
}
#chart .chartWrap #service ul li.navipano .title em {
  width: 225px;
}
#chart .chartWrap #service ul li.quickpano .title {
  margin: 16px auto 0;
}
#chart .chartWrap #service ul li.quickpano .title em {
  width: 170px;
  margin-bottom: 0px;
}
#chart .chartWrap #service ul li.quickpano .title span {
  margin-top: -3px;
}
#chart .chartWrap #service ul li.matterport .title {
  margin: 17px auto 0;
}
#chart .chartWrap #service ul li.matterport .title em {
  width: 203px;
  margin-bottom: 0px;
}
#chart .chartWrap #service ul li a:hover .ph {
  transform: scale(1.05);
}
#chart .chartWrap #service ul li a:hover::before {
  width: calc(100% - 22px);
  height: calc(100% - 22px);
}
#chart.chartContact { /* CTA */ }
#chart.chartContact .tit.answer {
  margin: 40px auto 20px;
}
#chart.chartContact .cta {
  padding: 40px 0;
  width: 86%;
  margin: auto;
}
#chart.chartContact .cta .tit {
  display: none;
}
#chart.chartContact .cta ul {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  #chart { /* CTA */ }
  #chart main {
    padding-top: 0;
    height: 600px;
  }
  #chart header, #chart footer {
    display: none;
  }
  #chart.fixedInfo .cta {
    padding: 22px 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #chart.fixedInfo .cta .tit {
    font-size: 0.875rem;
    line-height: 1.575rem;
    margin: 0;
    text-align: left;
  }
  #chart.fixedInfo .cta .tit span {
    display: none;
  }
  #chart.fixedInfo .cta ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(100% - 230px);
    margin: 0;
  }
  #chart.fixedInfo .cta ul li {
    text-align: left;
  }
  #chart.fixedInfo .cta ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-direction: row;
  }
  #chart.fixedInfo .cta ul li .t {
    font-size: 0.875rem;
    line-height: 1.575rem;
    font-weight: 500;
  }
  #chart.fixedInfo .cta ul li.tel {
    border-right: none;
    position: relative;
    width: calc(100% - 330px);
    margin-top: 5px;
  }
  #chart.fixedInfo .cta ul li.tel i {
    width: 45px;
    margin-bottom: 0px;
    margin-right: 10px;
  }
  #chart.fixedInfo .cta ul li.tel .t {
    font-size: 0.75rem;
    line-height: 1.35rem;
    position: absolute;
    top: -5px;
    left: 57px;
  }
  #chart.fixedInfo .cta ul li.tel em {
    font-size: 2.25rem;
    line-height: 2.25rem;
    margin-top: auto;
    margin-right: 6px;
  }
  #chart.fixedInfo .cta ul li.tel small {
    font-size: 0.625rem;
    line-height: 1.125rem;
    margin-top: auto;
  }
  #chart.fixedInfo .cta ul li.tel small br {
    display: block;
  }
  #chart.fixedInfo .cta ul li.mail {
    width: 320px;
  }
  #chart.fixedInfo .cta ul li.mail a {
    justify-content: center;
    width: 100%;
    height: 56px;
    background: #fff;
    box-shadow: 10px 10px 10px 0px rgba(29, 29, 31, 0.15);
  }
  #chart.fixedInfo .cta ul li.mail i {
    width: 24px;
    margin: 0 20px 0 0;
    line-height: 0;
  }
  #chart.fixedInfo .cta ul li.mail .t {
    font-size: 1rem;
    line-height: 1.8rem;
    font-weight: 500;
  }
  #chart.fixedInfo .cta ul li.mail .link {
    width: auto;
    height: auto;
    background: none;
    box-shadow: none;
    display: block;
    margin-top: 0px;
  }
  #chart.fixedInfo .cta ul li.mail .link em, #chart.fixedInfo .cta ul li.mail .link i {
    display: none;
  }
}
/* -------------------------------
スマホのみの設定
------------------------------- */
@media only screen and (max-width: 767px) {
  #chart main {
    padding-top: 77px;
  }
  #chart header {
    background: #1d1d1f;
  }
  #chart .chartWrap {
    padding: 0px 0 55px;
  }
  #chart .chartWrap .logo {
    display: none;
  }
  #chart .chartWrap .tit {
    margin: 45px auto 40px;
  }
  #chart .chartWrap .tit.answer {
    margin: 30px auto 25px;
  }
  #chart .chartWrap .tit i {
    font-size: 1.9375rem;
    line-height: 1.9375rem;
    margin-right: 0px;
  }
  #chart .chartWrap .tit em {
    font-size: 1.3125rem;
    line-height: 2.1rem;
    font-weight: 200;
  }
  #chart .chartWrap .question {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
  }
  #chart .chartWrap .question li a {
    width: 100%;
    height: auto;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1d1d1f;
    position: relative;
  }
  #chart .chartWrap .question li a em {
    font-weight: 600;
  }
  #chart .chartWrap .question li a i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    font-weight: 500;
    transition: 0.25s;
  }
  #chart .chartWrap .question li span {
    font-size: 0.8125rem;
    line-height: 1.4625rem;
    margin-top: 12px;
  }
  #chart .chartWrap .question.col2 {
    width: 90%;
    padding: 5px 0 55px;
  }
  #chart .chartWrap .question.col2 li {
    width: 100%;
  }
  #chart .chartWrap .question.col2 li:not(:last-child) {
    margin-bottom: 45px;
  }
  #chart .chartWrap .question.col2 li em {
    font-size: 1.3125rem;
    line-height: 2.3625rem;
  }
  #chart .chartWrap .question.col2 li i {
    font-size: 1.3125rem;
    line-height: 1.3125rem;
    right: 25px;
  }
  #chart .chartWrap .question.col2 li:hover i {
    right: 22px;
  }
  #chart .chartWrap .question.col3 {
    width: 90%;
  }
  #chart .chartWrap .question.col3 li {
    width: 100%;
  }
  #chart .chartWrap .question.col3 li:not(:last-child) {
    margin-bottom: 30px;
  }
  #chart .chartWrap .question.col3 li em {
    font-size: 1.3125rem;
    line-height: 2.3625rem;
  }
  #chart .chartWrap .question.col3 li i {
    font-size: 1.3125rem;
    line-height: 1.3125rem;
    right: 13px;
  }
  #chart .chartWrap .question.col3 li:hover i {
    right: 10px;
  }
  #chart .chartWrap #service {
    padding: 0px 0 40px;
  }
  #chart .chartWrap #service ul {
    width: 86%;
    margin: auto;
  }
  #chart .chartWrap #service ul li {
    width: 100%;
    height: auto;
  }
  #chart .chartWrap #service ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  #chart .chartWrap #service ul li:nth-of-type(2) {
    margin-left: 0%;
  }
  #chart .chartWrap #service ul li .title {
    margin: 0 auto 10px;
  }
  #chart .chartWrap #service ul li .title em {
    margin: 0 auto 5px;
  }
  #chart .chartWrap #service ul li .title span {
    font-size: 0.75rem;
    line-height: 1.35rem;
  }
  #chart .chartWrap #service ul li .read {
    position: relative;
    bottom: auto;
    font-size: 1.125rem;
    line-height: 1.575rem;
    margin: 0;
  }
  #chart .chartWrap #service ul li .link {
    position: relative;
    bottom: auto;
    margin: 0 0 12px;
  }
  #chart .chartWrap #service ul li .link em {
    font-size: 0.75rem;
    line-height: 1.35rem;
  }
  #chart .chartWrap #service ul li .link i {
    font-size: 0.75rem;
    line-height: 1.35rem;
    margin-left: 8px;
  }
  #chart .chartWrap #service ul li .ph {
    padding-top: 60%;
  }
  #chart .chartWrap #service ul li.navipano .title {
    margin: 24px auto 0;
  }
  #chart .chartWrap #service ul li.navipano .title em {
    width: 200px;
  }
  #chart .chartWrap #service ul li.quickpano .title {
    margin: 18px auto 0;
  }
  #chart .chartWrap #service ul li.quickpano .title em {
    width: 150px;
    margin-bottom: 0px;
  }
  #chart .chartWrap #service ul li.quickpano .title span {
    margin-top: 0px;
  }
  #chart .chartWrap #service ul li.matterport .title {
    margin: 20px auto 0;
  }
  #chart .chartWrap #service ul li.matterport .title em {
    width: 180px;
    margin-bottom: 5px;
  }
  #chart.chartContact { /* CTA */ }
  #chart.chartContact .tit.answer {
    margin: 40px auto 40px;
  }
  #chart.chartContact .chartWrap {
    padding: 0;
  }
  #chart.chartContact .cta {
    padding: 30px 0 35px;
    width: 100%;
  }
  #chart.chartContact .cta .tit {
    display: none;
  }
  #chart.chartContact .cta ul {
    width: 100%;
  }
}
/* オプションサービス
---------------------------------------------------------*/
#option {
  background: #fff;
  padding: 80px 0;
  /* -------------------------------
  スマホのみの設定
  ------------------------------- */
}
#option .tit {
  font-size: 1.875rem;
  line-height: 3.375rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 auto 40px;
}
#option ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#option ul li {
  width: 23.5%;
  box-shadow: 10px 10px 10px 0px rgba(29, 29, 31, 0.15);
  line-height: 0;
  background: #1d1d1f;
}
#option ul li .text {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  top: 20px;
}
#option ul li .t {
  font-size: 1.625rem;
  line-height: 2.4375rem;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 auto 8px;
}
#option ul li .read {
  font-size: 0.875rem;
  line-height: 1.575rem;
  margin: 0 auto 8px;
  transform: scale(1.5);
  opacity: 0;
  transition: 0.35s;
}
#option ul li .link {
  transform: scale(1.5);
  opacity: 0;
  transition: 0.35s;
}
#option ul li .link em {
  font-size: 0.75rem;
  line-height: 1.35rem;
}
#option ul li .link i {
  font-size: 0.6875rem;
  line-height: 1.2375rem;
  font-weight: 400;
  margin-left: 8px;
}
#option ul li .ph {
  transform: scale(1.17);
  height: 380px;
  transition: 0.35s;
  opacity: 0.85;
}
#option ul li a {
  position: relative;
  overflow: hidden;
}
#option ul li a::before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid rgba(248, 248, 248, 0);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  transition: 0.35s;
}
#option ul li a:hover {
  opacity: 1;
}
#option ul li a:hover img {
  opacity: 0.5;
}
#option ul li a:hover .read, #option ul li a:hover .link {
  transform: scale(1);
  opacity: 1;
}
#option ul li a:hover .ph {
  transform: scale(1.05);
  opacity: 0.8;
}
#option ul li a:hover::before {
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  border: 1px solid rgba(248, 248, 248, 0.8);
}

@media only screen and (max-width: 767px) {
  #option {
    padding: 40px 0 0;
  }
  #option .tit {
    font-size: 1rem;
    line-height: 1.8rem;
    margin: 0 auto 20px;
  }
  #option ul {
    display: block;
  }
  #option ul li {
    width: 100%;
    box-shadow: none !important;
    display: block;
  }
  #option ul li .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
  }
  #option ul li .t {
    font-size: 1.375rem;
    line-height: 2.0625rem;
    margin: 0 auto 8px;
  }
  #option ul li .read {
    font-size: 0.8125rem;
    line-height: 1.4625rem;
    margin: 0 auto 8px;
    transform: scale(1);
    opacity: 1;
  }
  #option ul li .link {
    transform: scale(1);
    opacity: 1;
  }
  #option ul li .link em {
    font-size: 0.6875rem;
    line-height: 1.2375rem;
  }
  #option ul li .link i {
    font-size: 0.625rem;
    line-height: 1.125rem;
    margin-left: 6px;
  }
  #option ul li .ph {
    transform: scale(1.01);
    height: 0px;
    padding: 24%;
  }
  #option ul li .ph img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    width: 101% !important;
    height: 101% !important;
  }
  #option ul li a {
    display: block;
    position: relative;
    overflow: hidden;
  }
  #option ul li a::before {
    content: none;
  }
  #option ul li a:hover .ph {
    transform: scale(1.01);
  }
}
/* 導入実績
---------------------------------------------------------*/
#result {
  background: #fff;
  /* -------------------------------
  スマホのみの設定
  ------------------------------- */
}
#result .title, #result .read {
  margin-bottom: 40px;
}
#result ul {
  border: 1px solid rgba(29, 29, 31, 0.5);
  border-left: none;
  border-right: none;
  padding: 20px 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#result ul li {
  margin: 30px 50px;
}
#result ul li.taisei {
  width: 140px;
}
#result ul li.suumo {
  width: 200px;
}
#result ul li.nomuraarban {
  width: 400px;
}
#result ul li.lifull {
  width: 240px;
}
#result ul li.toppan {
  width: 200px;
}
#result ul li.kencorp {
  width: 300px;
}
#result ul li.sunshinecity {
  width: 260px;
}
#result ul li.soniccity {
  width: 240px;
}

@media only screen and (max-width: 767px) {
  #result .title {
    margin-bottom: 20px;
  }
  #result .read {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  #result ul {
    padding: 40px 0 30px;
    width: 90%;
    display: block;
  }
  #result ul li {
    margin: 0px auto;
    display: block;
    text-align: center;
  }
  #result ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  #result ul li.taisei {
    width: 100px;
  }
  #result ul li.suumo {
    width: 120px;
  }
  #result ul li.nomuraarban {
    width: 260px;
  }
  #result ul li.lifull {
    width: 150px;
  }
  #result ul li.toppan {
    width: 120px;
  }
  #result ul li.kencorp {
    width: 200px;
  }
  #result ul li.sunshinecity {
    width: 160px;
  }
  #result ul li.soniccity {
    width: 150px;
  }
}
/* パノラマサービス
---------------------------------------------------------*/
#service {
  background: #fff;
  padding: 80px 0;
  /* -------------------------------
  スマホのみの設定
  ------------------------------- */
}
#service ul li {
  overflow: hidden;
  background: #1d1d1f;
  line-height: 0;
}
#service ul li a {
  position: relative;
}
#service ul li a::before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid rgba(248, 248, 248, 0);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  transition: 0.35s;
}
#service ul li .text {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  top: 30px;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
}
#service ul li .title {
  align-items: center;
  margin: 0 auto 10px;
}
#service ul li .title i {
  opacity: 1;
  margin-bottom: 15px;
}
#service ul li .title em {
  line-height: 0;
  margin: 0 auto 15px;
}
#service ul li .title span {
  font-size: 0.875rem;
  line-height: 1.575rem;
  font-weight: 600;
}
#service ul li .read {
  font-size: 2.125rem;
  line-height: 3.4rem;
  letter-spacing: 0;
  font-weight: 700;
  margin: 0 auto 15px;
}
#service ul li .link i {
  margin-left: 8px;
}
#service ul li .ph {
  transform: scale(1.1);
  transition: 0.5s;
  opacity: 0.85;
}
#service ul li.navipano .title em {
  width: 300px;
}
#service ul li.quickpano .title em {
  width: 206px;
}
#service ul li.matterport .title em {
  width: 267px;
}
#service ul li a:hover {
  opacity: 1;
}
#service ul li a:hover img {
  opacity: 1;
}
#service ul li a:hover .ph {
  transform: scale(1.05);
  opacity: 0.5;
}
#service ul li a:hover::before {
  width: calc(100% - 34px);
  height: calc(100% - 34px);
  border: 1px solid rgba(248, 248, 248, 0.8);
}
#service .swiper-button-prev, #service .swiper-button-next {
  background: none;
  color: #fff;
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 4.05rem;
}
#service .swiper-button-prev {
  left: 2.5%;
}
#service .swiper-button-next {
  right: 2.5%;
}

@media only screen and (max-width: 767px) {
  #service {
    padding: 20px 0 40px;
  }
  #service ul {
    flex-direction: column;
  }
  #service ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  #service ul li a {
    display: block;
    position: relative;
  }
  #service ul li a::before {
    content: none;
  }
  #service ul li .text {
    top: 20px;
    height: calc(100% - 20px);
  }
  #service ul li .title {
    margin: 0 auto 10px;
  }
  #service ul li .title i {
    width: 160px;
    margin-bottom: 10px;
  }
  #service ul li .title em {
    margin: 0 auto 10px;
  }
  #service ul li .title span {
    font-size: 0.875rem;
    line-height: 1.575rem;
  }
  #service ul li .read {
    font-size: 1.375rem;
    line-height: 2.2rem;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    bottom: 70px;
  }
  #service ul li .link {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    bottom: 30px;
  }
  #service ul li .link em {
    font-size: 0.75rem;
    line-height: 1.35rem;
  }
  #service ul li .link i {
    margin-left: 8px;
  }
  #service ul li .ph {
    transform: scale(1.01);
    height: 0;
    padding-top: 128%;
    position: relative;
    opacity: 0.8;
  }
  #service ul li .ph img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    width: 101% !important;
    height: 101% !important;
  }
  #service ul li.navipano .title em {
    width: 253px;
  }
  #service ul li.quickpano .title em {
    width: 186px;
    margin-bottom: 0;
  }
  #service ul li.matterport .title em {
    width: 186px;
    margin-bottom: 5px;
  }
  #service ul li.arhomestaging .title em {
    width: 300px;
    margin-bottom: 5px;
  }
  #service .swiper-button-prev, #service .swiper-button-next {
    display: none;
  }
}
/* セレクトガイド
---------------------------------------------------------*/
#guide {
  background: #f2f2f2;
  padding: 50px 0;
  /* -------------------------------
  スマホのみの設定
  ------------------------------- */
}
#guide .title {
  margin-bottom: 20px;
}
#guide .read {
  margin-bottom: 40px;
}
#guide .listWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#guide .listWrap li {
  width: 22.5%;
  margin-bottom: 3%;
  box-shadow: 10px 10px 10px 0px rgba(29, 29, 31, 0.15);
  line-height: 1;
  overflow: hidden;
  background: #1d1d1f;
}
#guide .listWrap li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#guide .listWrap li a::before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid rgba(248, 248, 248, 0);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  transition: 0.35s;
}
#guide .listWrap li .tit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  font-size: 1.5625rem;
  line-height: 2.5rem;
  font-weight: 600;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.25));
  z-index: 15;
}
#guide .listWrap li .ph {
  transform: scale(1.1);
  transition: 0.5s;
}
#guide .listWrap li .ph img {
  opacity: 0.8;
}
#guide .listWrap li a:hover {
  opacity: 1;
}
#guide .listWrap li a:hover img {
  opacity: 0.5;
}
#guide .listWrap li a:hover .ph {
  transform: scale(1.01);
}
#guide .listWrap li a:hover::before {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid rgba(248, 248, 248, 0.8);
}

@media only screen and (max-width: 767px) {
  #guide {
    padding: 30px 0;
  }
  #guide .title {
    margin-bottom: 10px;
  }
  #guide .read {
    font-size: 0.6875rem;
    line-height: 1.2375rem;
    margin-bottom: 20px;
  }
  #guide .listWrap {
    width: 80%;
  }
  #guide .listWrap li {
    width: 29%;
    margin-bottom: 11%;
    overflow: visible;
    box-shadow: none !important;
    background: transparent;
  }
  #guide .listWrap li a {
    position: relative;
    display: block;
  }
  #guide .listWrap li a::before {
    content: none;
  }
  #guide .listWrap li .tit {
    font-size: 0.6875rem;
    line-height: 1.03125rem;
    font-weight: 500;
    filter: none !important;
    transform: none;
    top: calc(100% + 5px);
    color: #1d1d1f;
    white-space: nowrap;
  }
  #guide .listWrap li .ph {
    transform: scale(1);
    height: 0;
    padding-top: 100%;
    box-shadow: 5px 5px 6px 0px rgba(29, 29, 31, 0.15);
    border-radius: 15px;
    position: relative;
  }
  #guide .listWrap li .ph::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 15;
    width: 100%;
    height: 100%;
  }
  #guide .listWrap li .ph img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    width: 101% !important;
    height: 101% !important;
    opacity: 1;
  }
}
/* mainImg
---------------------------------------------------------*/
#mainImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
#mainImg .catchCopy {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  font-size: 2.625rem;
  line-height: 4.725rem;
  font-weight: 700;
  color: #f8f8f8;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.25));
  background: #1d1d1f;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mainImg .scroll {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  bottom: 0;
}
#mainImg .scroll em {
  font-size: 0.8125rem;
  line-height: 1.4625rem;
  display: block;
}
#mainImg .scroll span {
  height: 50px;
  overflow: hidden;
  display: block;
  position: relative;
  margin-top: 6px;
}
#mainImg .scroll span::after {
  content: "";
  width: 1px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0px;
  animation: 2.5s arrow infinite ease;
}

@keyframes arrow {
  0% {
    height: 80px;
    bottom: 100%;
  }
  50% {
    height: 80px;
    bottom: 0px;
  }
  100% {
    height: 0;
    bottom: 0px;
  }
}
.bg-video-wrap {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(./img/movie.png) no-repeat center center/cover;
  z-index: -2;
}
.bg-video-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}
.bg-video-wrap video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

.swiper-containerTop {
  display: none;
}

/* -------------------------------
スマホのみの設定
------------------------------- */
@media only screen and (max-width: 767px) {
  #mainImg {
    width: 100%;
    /*height: calc(100vh - 173px);*/
    height: calc(100vh - 56px);
    overflow: hidden;
    background: #1d1d1f;
  }
  #mainImg .catchCopy {
    font-size: 1.25rem;
    line-height: 2.25rem;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.25));
    /*margin-left: .5em;*/
    width: 100%;
    height: 100%;
  }
  #mainImg .scroll em {
    font-size: 0.75rem;
    line-height: 1.35rem;
  }
  #mainImg .scroll span {
    height: 50px;
    overflow: hidden;
    display: block;
    position: relative;
    margin-top: 6px;
  }
  #mainImg .scroll span::after {
    content: "";
    width: 1px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    animation: 2.5s arrow infinite ease;
  }
  .swiper-containerTop {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
  }
  .swiper-containerTop ul {
    height: 100%;
  }
  .swiper-containerTop ul li {
    overflow: hidden;
    background: #1d1d1f;
    line-height: 0;
    height: 100%;
  }
  .swiper-containerTop ul li a {
    display: block;
    position: relative;
    height: 100%;
  }
  .swiper-containerTop ul li .text {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    height: auto;
    bottom: 100px;
  }
  .swiper-containerTop ul li .title {
    align-items: center;
    margin: 0 auto 10px;
  }
  .swiper-containerTop ul li .title i {
    opacity: 1;
    width: 160px;
    margin-bottom: 10px;
    display: none;
  }
  .swiper-containerTop ul li .title em {
    line-height: 0;
    margin: 0 auto 10px;
  }
  .swiper-containerTop ul li .title span {
    font-size: 0.875rem;
    line-height: 1.575rem;
    font-weight: 600;
  }
  .swiper-containerTop ul li .read {
    font-size: 1.375rem;
    line-height: 2.2rem;
    letter-spacing: 0;
    font-weight: 700;
    margin: 0 auto 10px;
  }
  .swiper-containerTop ul li .link {
    display: none;
  }
  .swiper-containerTop ul li .link em {
    font-size: 0.75rem;
    line-height: 1.35rem;
  }
  .swiper-containerTop ul li .link i {
    margin-left: 8px;
  }
  .swiper-containerTop ul li .ph {
    transform: scale(1.01);
    height: 0;
    padding-top: calc(100vh - 56px);
    position: relative;
    opacity: 0.8;
  }
  .swiper-containerTop ul li .ph img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    width: 101% !important;
    height: 101% !important;
  }
  .swiper-containerTop ul li.navipano .title em {
    width: 253px;
  }
  .swiper-containerTop ul li.quickpano .title em {
    width: 186px;
    margin-bottom: 0;
  }
  .swiper-containerTop ul li.matterport .title em {
    width: 226px;
    margin-bottom: 5px;
  }
  .bg-video-wrap {
    display: none;
  }
  .bg-video-wrap video {
    display: none !important;
  }
}/*# sourceMappingURL=common.css.map */