@charset "UTF-8";
@import url("all.css");
@import url("animate.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/drawer/3.2.2/css/drawer.min.css");
@import url("https://unpkg.com/swiper/swiper-bundle.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%;
}

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;
  overflow-x: hidden;
}

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;
  display: flex;
  flex-direction: column;
}
header #header {
  width: 90%;
  min-width: 1100px;
  margin: 0 auto;
  color: #f8f8f8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  order: 1;
  transition: 0.5s;
  justify-content: flex-end;
}
header #header a {
  color: #f8f8f8;
}
header #header h1, header #header #h01 {
  width: 240px;
  margin-right: auto;
}
header #header h1 a, header #header #h01 a {
  display: block;
}
header #header .telHead {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  /* margin-left:auto; margin-right: 28px;*/
  margin-right: 30px;
}
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;
  display: none;
}
header #header .mailHead a {
  padding: 10px 10px;
  display: block;
}
header #header .mailHead a i {
  width: 26px;
  display: block;
  line-height: 1;
}

.cmnLink {
  background: #1d1d1f;
  width: 100%;
  order: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cmnLink li {
  line-height: 0;
  transition: 0.5s;
}
.cmnLink li:not(:last-child) {
  margin-right: 40px;
}
.cmnLink li a {
  display: block;
  padding: 11px 20px;
  opacity: 0.6;
}
.cmnLink li a:hover {
  opacity: 1;
}
.cmnLink li a:hover img {
  opacity: 1;
}
.cmnLink li.potal {
  width: 210px;
}
.cmnLink li.navipano {
  width: 173px;
}
.cmnLink li.quickpano {
  width: 131px;
}
.cmnLink li.matterport {
  width: 137px;
}
.cmnLink li.arhomestaging {
  width: 200px;
}
.cmnLink li.active a {
  pointer-events: none;
  opacity: 1;
}

/*@media print,screen and (min-width:768px){*/
@media print, screen and (min-width: 1150px) {
  .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% - 260px - 320px);*/
    width: 600px;
    margin-right: 20px;
  }
  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 50px !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: 173px;
  }
  .spFixedMenu {
    display: none !important;
  }
  /* スマホのみtellink有効（init.jsにも要設定） */
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
/* レスポンシブ調整 */
@media screen and (min-width: 1150px) and (max-width: 1299px) {
  #header {
    width: 96% !important;
    /*h1, #h01{ width:240px !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: 550px !important;
    margin-right: 20px !important;
  }
  #header nav#grobalNav ul li {
    width: auto;
  }
}
/* 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: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.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 50px;
}
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: 197px;
}
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;}*/ /* メイン設定 */
  main { /*padding-top: calc(100vh - 173px);*/
    padding-top: calc(100vh - 56px);
  }
  .inner {
    width: 100%;
  }
  /* 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, header #header #h01 {
    width: 200px !important;
    margin: 7px auto 0;
  }
  header #header .telHead {
    display: none;
  }
  header #header .mailHead {
    position: absolute;
    top: 7px;
    right: 12px;
  }
  header #header .mailHead a {
    padding: 10px 10px;
  }
  header #header .mailHead a i {
    width: 24px;
  }
  .cmnLink {
    display: none;
  }
  /* 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: 197px;
  }
  footer ul.serviceLink li.active {
    opacity: 0.5;
  }
  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;
  }
  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;
  }
  .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;
  }
  .spFixedMenu {
    background: rgba(29, 29, 31, 0.9);
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 0%;
    width: 100%;
    display: flex !important;
    justify-content: center;
    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;
    margin-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 screen and (max-width: 1149px) {
  .drawer-nav {
    height: calc(100vh - 0px) !important;
    padding: 20px 0 0;
    background: rgba(29, 29, 31, 0.98);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .drawer-nav .home {
    width: 200px;
    margin: 0 auto 18px;
    order: 0;
  }
  .drawer-nav .home a {
    display: block;
  }
  .drawer-nav .serviceLink {
    display: block;
    width: 82%;
    /*margin: 0 auto 15px;*/
    margin: 0 auto 20px;
    order: 2;
  }
  .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($mainColor,.5);*/
    padding-top: 15px;
  }
  .drawer-nav .serviceLink li:last-child {
    border-bottom: none;
  }
  .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.active a {
    opacity: 0.5;
  }
  .drawer-nav ul.drawer-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 82%;
    /*margin: 0 auto 30px;*/
    margin: 0 auto 15px;
    border-top: 1px solid rgba(248, 248, 248, 0.35);
    order: 1;
  }
  .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, .drawer-nav ul.drawer-menu li:nth-of-type(5)::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;
    order: 3;
    box-sizing: border-box;
    margin-top: auto;
  }
  .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;
    overflow-y: auto !important;
  }
  .drawer-close .drawer-nav {
    transition: 0.25s;
    width: 100%;
    height: 100vh;
  }
  .megamenu {
    display: none;
  }
}
/* ---------------------------------------------------------------------------------------------------------------------------- PC～スマホ レスポンシブ調整 
------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1149px) { /* メイン設定 */
  .inner {
    width: 90%;
  }
  #header {
    width: 96%;
    min-width: 96% !important;
    padding: 20px 0 !important;
  }
  #header h1, #header #h01 {
    order: 0;
    margin-left: 15px;
  }
  #header nav#grobalNav {
    order: 3;
  }
  #header .telHead {
    margin-right: 20px !important;
    order: 1;
  }
  #header .mailHead {
    margin-right: 10px !important;
    order: 2;
  }
  .cmnLink {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cmnLink li:not(:last-child) {
    margin-right: 0px;
  }
  .cmnLink li a {
    padding: 11px 20px;
  }
  .cmnLink li a:hover {
    opacity: 1;
  }
  .cmnLink li a:hover img {
    opacity: 1;
  }
  .cmnLink li.potal {
    width: 210px;
  }
  .cmnLink li.navipano {
    width: 173px;
  }
  .cmnLink li.quickpano {
    width: 131px;
  }
  .cmnLink li.matterport {
    width: 157px;
  }
  .drawer-hamburger {
    width: 30px !important;
    padding: 12px 12px 22px !important;
    right: auto !important;
    top: auto !important;
    left: auto !important;
    position: relative;
  }
  .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: 10px !important;
  }
  .drawer-toggle .drawer-hamburger-icon::before {
    top: -10px !important;
  }
  .drawer-nav {
    height: calc(100vh - 0px) !important;
    padding: 75px 0 0;
    background: rgba(29, 29, 31, 0.98);
    overflow-y: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .drawer-nav .home {
    width: 240px;
    margin: 0 auto 40px;
    display: block !important;
  }
  .drawer-nav .serviceLink {
    width: 82%;
    margin: 0 auto 50px;
    display: flex !important;
    justify-content: space-between;
  }
  .drawer-nav .serviceLink li {
    display: block;
    width: 33.333333%;
    margin: 0 auto;
    padding: 12px 0 10px;
    border-bottom: none;
  }
  .drawer-nav .serviceLink li:not(:last-child)::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 .serviceLink li:first-child {
    padding-top: 15px;
  }
  .drawer-nav .serviceLink li:last-child {
    border-bottom: none;
  }
  .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: 186px;
    margin-bottom: 8px;
  }
  .drawer-nav .serviceLink li.quickpano span {
    width: 124px;
  }
  .drawer-nav .serviceLink li.matterport span {
    width: 163px;
  }
  .drawer-nav .serviceLink li.active a {
    opacity: 0.5;
  }
  .drawer-nav ul.drawer-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 82%;
    margin: 0 auto 40px;
  }
  .drawer-nav ul.drawer-menu li {
    width: 33.333333%;
    border-bottom: 1px solid rgba(248, 248, 248, 0.35);
    font-size: 0.875rem;
    line-height: 1.575rem;
    position: relative;
  }
  .drawer-nav ul.drawer-menu li:nth-of-type(1)::after, .drawer-nav ul.drawer-menu li:nth-of-type(2)::after, .drawer-nav ul.drawer-menu li:nth-of-type(4)::after, .drawer-nav ul.drawer-menu li:nth-of-type(5)::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:nth-of-type(3)::after {
    display: none;
  }
  .drawer-nav ul.drawer-menu li a {
    display: block;
    padding: 15px 0;
  }
  .drawer-nav .cta {
    width: 100%;
    padding: 15px 0 20px;
    order: 3;
    box-sizing: border-box;
  }
  .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;
  }
  .megamenu {
    display: none;
    /*ul{ @include flexWrap; li{ width: 33.3333% !important;}}*/
  }
  /* CTA */
  .cta {
    background: #f2f2f2;
    padding: 30px 0 30px;
    width: 100%;
    margin-top: auto;
    display: block !important;
  }
  .cta .tit {
    font-size: 1.125rem;
    line-height: 1.8rem;
    margin: 0 auto 20px;
    font-weight: 700;
  }
  .cta ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
  }
  .cta ul li {
    width: 50%;
  }
  .cta ul li a {
    color: #1d1d1f !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cta ul li .t {
    font-size: 14px !important;
    font-weight: 600;
    padding: 0;
    border: 0;
  }
  .cta ul li.tel {
    border-right: 1px solid rgba(29, 29, 31, 0.25);
  }
  .cta ul li.tel a:hover {
    opacity: 1;
  }
  .cta ul li.tel a:hover img {
    opacity: 1;
  }
  .cta ul li.tel i {
    width: 52px;
    margin-bottom: 14px;
  }
  .cta ul li.tel em {
    font-size: 2.5rem;
    line-height: 3.75rem;
  }
  .cta ul li.tel small {
    font-size: 0.8125rem;
    line-height: 1.4625rem;
    letter-spacing: 0;
  }
  .cta ul li.tel small br {
    display: none;
  }
  .cta ul li.mail i {
    width: 48px;
    margin: 8px auto 22px;
  }
  .cta ul li.mail .link {
    background: #f2f2f2;
    width: 210px;
    height: 56px;
    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: 14px;
    box-shadow: 8px 8px 8px 0px rgba(29, 29, 31, 0.15);
    position: relative;
  }
  .cta ul li.mail .link em {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 600;
  }
  .cta ul li.mail .link i {
    width: auto;
    font-size: 0.625rem;
    line-height: 0.625rem;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    right: 12px;
  }
  .cta ul li.mail .link::before {
    content: "";
    position: absolute;
    top: 22px;
    right: 16px;
    width: 10px;
    height: 10px;
    border-top: 2px solid black;
    border-right: 2px solid black;
    transform: rotate(45deg);
  }
  /* フッター */
  footer {
    padding: 40px 0;
  }
  footer ul.serviceLink {
    margin: 0 auto 40px;
  }
  footer ul.serviceLink li {
    margin: 0 30px;
  }
  footer ul.serviceLink li.navipano span {
    width: 176px;
  }
  footer ul.serviceLink li.quickpano span {
    width: 114px;
  }
  footer ul.serviceLink li.matterport span {
    width: 163px;
  }
  footer #footer {
    width: 90%;
    padding: 40px 0 40px;
  }
  footer #footer .comLogo {
    width: 100%;
    text-align: center;
    margin: 0 auto 40px;
  }
  footer #footer .comLogo em {
    width: 200px;
    margin: 0 auto 10px;
  }
  footer #footer .footerNav {
    width: 100%;
  }
  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;
  }
  .spFixedMenu {
    display: none;
  }
}
/* --------------------------------------------------------
style

-------------------------------------------------------- */
/* 下層共通
---------------------------------------------------------*/
.title {
  display: flex;
  flex-direction: column;
}
.title i {
  width: 160px;
  margin: 0 auto 10px;
  /*opacity: 0.8;*/
}
.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: 125px;
    margin: 0 auto 5px;
  }
  .title em {
    font-size: 1.375rem;
    line-height: 2.0625rem;
  }
}
/* ---------------------------------------------------------------------------------------------------------------------------- PC～スマホ レスポンシブ調整 
------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1149px) {
  .title i {
    width: 140px;
    margin: 0 auto 8px;
  }
  .title em {
    font-size: 1.75rem;
    line-height: 2.625rem;
  }
}
/* よくある質問
---------------------------------------------------------*/
#faq {
  background: #fff;
  padding: 50px 0;
  /* ------------------------------- スマホのみの設定 ------------------------------- */ /* ---------------------------------------------------------------------------------------------------------------------------- PC～スマホ レスポンシブ調整  ------------------------------------------------------------------------------------------------------------------------------- */
}
#faq .title {
  margin-bottom: 10px;
}
#faq .title + .read {
  font-size: 1rem;
  line-height: 1.8rem;
  margin-bottom: 40px;
}
#faq .list {
  width: 800px;
  margin: 0 auto 50px;
  text-align: left;
}
#faq .list .tit {
  font-size: 1.375rem;
  line-height: 2.475rem;
  font-weight: 600;
  letter-spacing: 0;
  border-bottom: 1px solid rgba(29, 29, 31, 0.15);
  padding-bottom: 3px;
  margin: 0 auto 20px;
}
#faq .list .tit em {
  position: relative;
}
#faq .list .tit em::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #00cd87;
  position: absolute;
  bottom: -8px;
  left: 0;
}
#faq .list dl dt {
  font-size: 1.25rem;
  line-height: 2.25rem;
  font-weight: 300;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}
#faq .list dl dt::before {
  content: "+";
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
}
#faq .list dl dt i {
  font-size: 1.75rem;
  line-height: 3.15rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}
#faq .list dl dt.open {
  color: #00cd87;
}
#faq .list dl dt.open::before {
  content: "‐";
  transform: translateY(-50%) scaleX(2.2);
}
#faq .list dl dd {
  font-size: 0.9375rem;
  line-height: 1.6875rem;
  padding: 0 0 20px 28px;
  display: none;
}

@media only screen and (max-width: 767px) {
  #faq {
    padding: 30px 0;
  }
  #faq .title {
    margin-bottom: 20px;
  }
  #faq .title + .read {
    font-size: 0.75rem;
    line-height: 1.35rem;
    margin-bottom: 20px;
  }
  #faq .list {
    width: 90%;
    margin: 0 auto 50px;
  }
  #faq .list .tit {
    font-size: 1rem;
    line-height: 1.8rem;
    padding-bottom: 3px;
    margin: 0 auto 10px;
  }
  #faq .list .tit em::after {
    bottom: -6px;
    left: 0;
  }
  #faq .list dl dt {
    font-size: 1rem;
    line-height: 1.8rem;
    position: relative;
    padding: 8px 15px 0px 20px;
  }
  #faq .list dl dt::before {
    right: 0px;
    padding-top: 5px;
  }
  #faq .list dl dt i {
    font-size: 1.3125rem;
    line-height: 1.3125rem;
    position: absolute;
    top: 12px;
    left: 0;
  }
  #faq .list dl dt.open::before {
    transform: translateY(-50%) scaleX(2.2);
    right: 0px;
  }
  #faq .list dl dd {
    font-size: 0.8125rem;
    line-height: 1.4625rem;
    padding: 5px 0 15px 21px;
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  #faq .list {
    width: 90%;
  }
}
/* 料金
---------------------------------------------------------*/
#price {
  background: #f2f2f2;
  padding: 50px 0 65px;
  /* ------------------------------- スマホのみの設定 ------------------------------- */ /* ---------------------------------------------------------------------------------------------------------------------------- PC～スマホ レスポンシブ調整  ------------------------------------------------------------------------------------------------------------------------------- */
}
#price .title {
  margin-bottom: 10px;
}
#price .title + .read {
  font-size: 1rem;
  line-height: 1.8rem;
  margin-bottom: 40px;
}
#price ul.price {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 30px;
}
#price ul.price li {
  position: relative;
}
#price ul.price li:not(:last-child) {
  margin-right: 60px;
}
#price ul.price li.base, #price ul.price li.cut {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(29, 29, 31, 0.05);
  display: flex;
  flex-direction: column;
  padding: 15px 20px;
}
#price ul.price li.base span, #price ul.price li.cut span {
  font-size: 2.625rem;
  line-height: 2.625rem;
  letter-spacing: 0.025em;
}
#price ul.price li.base span i, #price ul.price li.cut span i {
  font-size: 60%;
}
#price ul.price li.base::after, #price ul.price li.cut::after {
  font-size: 3.75rem;
  line-height: 3.75rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  left: calc(100% + 15px);
  font-weight: 200;
  padding-bottom: 8px;
}
#price ul.price li.base {
  padding-top: 20px;
}
#price ul.price li.base em {
  font-size: 1.125rem;
  line-height: 2.025rem;
  font-weight: 500;
}
#price ul.price li.base::after {
  content: "+";
}
#price ul.price li.cut em {
  font-size: 0.8125rem;
  line-height: 1.4625rem;
  font-weight: 500;
}
#price ul.price li.cut p {
  font-size: 0.9375rem;
  line-height: 1.6875rem;
  font-weight: 500;
}
#price ul.price li.cut::after {
  content: "=";
}
#price ul.price li.total {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  font-size: 3.25rem;
  line-height: 5.85rem;
  font-weight: 600;
  color: #00cd87;
  letter-spacing: 0;
}
#price ul.price li.total i {
  font-size: 70%;
  padding-top: 10px;
}
#price .others .t {
  font-size: 1.125rem;
  line-height: 2.025rem;
  margin: 0 auto 10px;
}
#price .others ul {
  margin: auto;
}
#price .others ul li {
  display: block;
  font-size: 1rem;
  line-height: 2rem;
}
#price .others ul li em {
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  #price {
    padding: 30px 0 35px;
  }
  #price .title {
    margin-bottom: 10px;
  }
  #price .title + .read {
    font-size: 0.75rem;
    line-height: 1.35rem;
    margin-bottom: 20px;
  }
  #price ul.price {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto 30px;
    width: 90%;
  }
  #price ul.price li:not(:last-child) {
    margin-right: 0px;
  }
  #price ul.price li.base, #price ul.price li.cut {
    padding: 12px 0px;
    justify-content: center;
    width: calc((100% - 40px) / 2);
  }
  #price ul.price li.base span, #price ul.price li.cut span {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
  #price ul.price li.base span i, #price ul.price li.cut span i {
    font-size: 60%;
  }
  #price ul.price li.base::after, #price ul.price li.cut::after {
    font-size: 2.625rem;
    line-height: 2.625rem;
    left: calc(100% + 10px);
    padding-bottom: 8px;
  }
  #price ul.price li.base {
    padding-top: 12px;
    /*margin-right: 40px;*/
  }
  #price ul.price li.base em {
    font-size: 0.8125rem;
    line-height: 1.4625rem;
  }
  #price ul.price li.cut em {
    font-size: 0.625rem;
    line-height: 1.125rem;
  }
  #price ul.price li.cut p {
    font-size: 0.6875rem;
    line-height: 1.2375rem;
  }
  #price ul.price li.cut::after {
    content: none;
  }
  #price ul.price li.total {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 2.375rem;
    line-height: 2.375rem;
    margin-top: 40px;
  }
  #price ul.price li.total i {
    font-size: 70%;
    padding-top: 10px;
  }
  #price ul.price li.total::after {
    content: "=";
    font-size: 2.625rem;
    line-height: 2.625rem;
    transform: rotate(90deg);
    font-weight: 200;
    color: #424243;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    bottom: calc(100% - 10px);
    padding-bottom: 8px;
  }
  #price .others .t {
    font-size: 1rem;
    line-height: 1.8rem;
    margin: 0 auto 10px;
  }
  #price .others ul li {
    display: block;
    font-size: 0.8125rem;
    line-height: 1.625rem;
  }
  #price .others ul li em {
    margin-right: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  #price ul.price li:not(:last-child) {
    margin-right: 50px;
  }
  #price ul.price li.base::after, #price ul.price li.cut::after {
    left: calc(100% + 10px);
  }
}
/* オプション
---------------------------------------------------------*/
#option {
  background: #fff;
  padding: 50px 0 80px;
  /* サンプルに再生ボタン追加 */
  /* ------------------------------- 
  スマホのみの設定 
  ------------------------------- */
  /* ---------------------------------------------------------------------------------------------------------------------------- 
  PC～スマホ レスポンシブ調整  
  ------------------------------------------------------------------------------------------------------------------------------- */
}
#option .title {
  margin-bottom: 10px;
}
#option .title + .read {
  font-size: 1rem;
  line-height: 1.8rem;
  margin-bottom: 40px;
}
#option .tab-menu, #option .tab-contents .swiper-slide {
  border-bottom: 2px solid rgba(29, 29, 31, 0.1);
  padding: 0 120px 20px;
}
#option .tab-menu ul, #option .tab-contents .swiper-slide ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: space-around;
}
#option .tab-menu .tab-menu-swiper-wrapper li, #option .tab-menu .tit {
  text-align: center;
  width: 25%;
  opacity: 0.5;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
}
#option .tab-contents .swiper-slide .tab-menu-swiper-wrapper li, #option .tab-contents .swiper-slide .tit {
  text-align: center;
  width: 25%;
  opacity: 0.5;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
}
#option .tab-menu .tab-menu-swiper-wrapper li::after, #option .tab-menu .tit::after {
  content: "";
  width: 0px;
  height: 2px;
  background: rgba(0, 205, 135, 0);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  bottom: -22px;
  transition: 0.25s;
}
#option .tab-contents .swiper-slide .tab-menu-swiper-wrapper li::after, #option .tab-contents .swiper-slide .tit::after {
  content: "";
  width: 0px;
  height: 2px;
  background: rgba(0, 205, 135, 0);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  bottom: -22px;
  transition: 0.25s;
}
#option .tab-menu .tab-menu-swiper-wrapper li span, #option .tab-menu .tit span {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  margin: 0 auto 10px;
  transform: scale(0.9);
  transition: 0.15s;
  background: linear-gradient(to bottom, #99eed1 0%, #5cdc9c 100%);
}
#option .tab-contents .swiper-slide .tab-menu-swiper-wrapper li span, #option .tab-contents .swiper-slide .tit span {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  margin: 0 auto 10px;
  transform: scale(0.9);
  transition: 0.15s;
  background: linear-gradient(to bottom, #99eed1 0%, #5cdc9c 100%);
}
#option .tab-menu .tab-menu-swiper-wrapper li span img, #option .tab-menu .tit span img {
  width: 80px;
}
#option .tab-contents .swiper-slide .tab-menu-swiper-wrapper li span img, #option .tab-contents .swiper-slide .tit span img {
  width: 80px;
}
#option .tab-menu .tab-menu-swiper-wrapper li em, #option .tab-menu .tit em {
  font-size: 1.125rem;
  line-height: 2.025rem;
  font-weight: 600;
  letter-spacing: 0;
}
#option .tab-contents .swiper-slide .tab-menu-swiper-wrapper li em, #option .tab-contents .swiper-slide .tit em {
  font-size: 1.125rem;
  line-height: 2.025rem;
  font-weight: 600;
  letter-spacing: 0;
}
#option .tab-menu .tab-menu-swiper-wrapper li.swiper-slide-thumb-active, #option .tab-menu .tab-menu-swiper-wrapper li:hover {
  opacity: 1;
}
#option .tab-menu .tit.swiper-slide-thumb-active, #option .tab-menu .tit:hover {
  opacity: 1;
}
#option .tab-contents .swiper-slide .tab-menu-swiper-wrapper li.swiper-slide-thumb-active, #option .tab-contents .swiper-slide .tab-menu-swiper-wrapper li:hover {
  opacity: 1;
}
#option .tab-contents .swiper-slide .tit.swiper-slide-thumb-active, #option .tab-contents .swiper-slide .tit:hover {
  opacity: 1;
}
#option .tab-menu .tab-menu-swiper-wrapper li.swiper-slide-thumb-active::after, #option .tab-menu .tab-menu-swiper-wrapper li:hover::after {
  width: 100px;
  background: #00cd87;
}
#option .tab-menu .tit.swiper-slide-thumb-active::after, #option .tab-menu .tit:hover::after {
  width: 100px;
  background: #00cd87;
}
#option .tab-contents .swiper-slide .tab-menu-swiper-wrapper li.swiper-slide-thumb-active::after, #option .tab-contents .swiper-slide .tab-menu-swiper-wrapper li:hover::after {
  width: 100px;
  background: #00cd87;
}
#option .tab-contents .swiper-slide .tit.swiper-slide-thumb-active::after, #option .tab-contents .swiper-slide .tit:hover::after {
  width: 100px;
  background: #00cd87;
}
#option .tab-menu .tab-menu-swiper-wrapper li.swiper-slide-thumb-active span, #option .tab-menu .tab-menu-swiper-wrapper li:hover span {
  transform: scale(1);
  box-shadow: 10px 10px 10px 0px rgba(29, 29, 31, 0.15);
}
#option .tab-menu .tit.swiper-slide-thumb-active span, #option .tab-menu .tit:hover span {
  transform: scale(1);
  box-shadow: 10px 10px 10px 0px rgba(29, 29, 31, 0.15);
}
#option .tab-contents {
  overflow: hidden;
}
#option .tab-contents .swiper-wrapper { /*height: auto !important;*/ }
#option .tab-contents .swiper-slide {
  padding: 30px 0 0;
  border-bottom: none;
}
#option .tab-contents .swiper-slide .tab-menu-swiper-wrapper li.swiper-slide-thumb-active span, #option .tab-contents .swiper-slide .tab-menu-swiper-wrapper li:hover span {
  transform: scale(1);
  box-shadow: 10px 10px 10px 0px rgba(29, 29, 31, 0.15);
}
#option .tab-contents .swiper-slide .tit {
  display: none;
}
#option .tab-contents .swiper-slide .tit.swiper-slide-thumb-active span, #option .tab-contents .swiper-slide .tit:hover span {
  transform: scale(1);
  box-shadow: 10px 10px 10px 0px rgba(29, 29, 31, 0.15);
}
#option .tab-contents .swiper-slide .read {
  font-size: 1.125rem;
  line-height: 2.025rem;
  margin: 0 auto 35px;
}
#option .tab-contents .swiper-slide .read a {
  color: #00cd87;
  text-decoration: underline;
}
#option .tab-contents .swiper-slide .sample { /* position: relative;*/ }
#option .tab-contents .swiper-slide .sample iframe { /*position: absolute; top: 0; left: 0;*/ }
#option .tab-contents .swiper-slide#option04 .option {
  overflow: hidden;
}
#option .tab-contents .swiper-slide#option04 .option ul {
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
}
#option .tab-contents .swiper-slide#option04 .option ul li {
  height: 570px;
  top: 0;
  left: 0;
  padding: 0 !important;
}
#option .panoBox {
  position: relative;
  height: 0;
  padding-top: 45%;
}
#option .panoBox .openBtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 20;
}
#option .panoBox .openBtn::before, #option .panoBox .openBtn::after {
  content: "";
  transition: 0.5s;
}
#option .panoBox .openBtn::before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
}
#option .panoBox .openBtn::after {
  background: url("../img/works/play.png") no-repeat;
  width: 60px;
  height: 60px;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.25));
}
#option .panoBox .openBtn:hover::before {
  opacity: 0.5;
}
#option .panoBox .openBtn:hover::after {
  transform: translateY(-50%) scale(1.1);
}
#option .panoBox .openBtn a {
  display: none;
}
#option .panoBox .closeBtn {
  display: none;
  position: absolute;
  top: 1%;
  right: 1%;
  font-size: 24px;
  width: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 15;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.25));
}
#option .panoBox.panoOn .openBtn { /*display: none;*/ }
#option .panoBox.panoOn .closeBtn { /*display: block;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
#option .panoBox iframe {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  #option {
    padding: 30px 0 60px;
    /* サンプルに再生ボタン追加 */
  }
  #option .title {
    margin-bottom: 10px;
  }
  #option .title + .read {
    font-size: 0.75rem;
    line-height: 1.35rem;
    margin-bottom: 20px;
  }
  #option .tab-menu {
    display: none;
  }
  #option .tab-contents {
    overflow: visible;
  }
  #option .tab-contents .tab-contents-swiper-wrapper {
    flex-wrap: wrap;
  }
  #option .tab-contents .swiper-slide {
    padding: 30px 0 0;
  }
  #option .tab-contents .swiper-slide:not(:last-child) {
    margin-bottom: 8%;
  }
  #option .tab-contents .swiper-slide .tit {
    display: block;
    opacity: 1;
    width: 100%;
    cursor: none;
    margin: 0 auto 8px;
  }
  #option .tab-contents .swiper-slide .tit::after {
    content: none;
  }
  #option .tab-contents .swiper-slide .tit span {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    margin: 0 auto 15px;
    transform: scale(1);
    box-shadow: 5px 5px 6px 0px rgba(29, 29, 31, 0.15);
  }
  #option .tab-contents .swiper-slide .tit span img {
    width: 57px;
  }
  #option .tab-contents .swiper-slide .tit em {
    font-size: 1.0625rem;
    line-height: 1.9125rem;
    font-weight: 600;
    letter-spacing: 0;
  }
  #option .tab-contents .swiper-slide .read {
    font-size: 0.8125rem;
    line-height: 1.4625rem;
    margin: 0 auto 20px;
  }
  #option .tab-contents .swiper-slide#option04 .option ul li {
    height: 0;
    padding: 60% 0 0 !important;
    top: 0;
    left: 0;
    overflow: hidden;
    margin-bottom: 0 !important;
  }
  #option .tab-contents .swiper-slide#option04 .option ul li img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  #option .panoBox {
    padding-top: 60%;
  }
  #option .panoBox .openBtn::before {
    background: rgba(0, 0, 0, 0.25);
  }
  #option .panoBox .openBtn::after {
    width: 60px;
    height: 60px;
  }
  #option .panoBox .openBtn a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 25;
  }
  #option .panoBox .closeBtn {
    display: none;
    top: 1%;
    right: 1%;
    font-size: 24px;
    width: 40px;
    height: 40px;
  }
  #option .panoBox iframe {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  #option .tab-menu, #option .tab-contents .swiper-slide {
    padding: 0 0px 20px;
  }
  #option .tab-menu .tab-menu-swiper-wrapper li em, #option .tab-menu .tit em {
    font-size: 14px;
  }
  #option .tab-contents .swiper-slide {
    padding: 30px 0 0;
  }
  #option .tab-contents .swiper-slide .tab-menu-swiper-wrapper li em, #option .tab-contents .swiper-slide .tit em {
    font-size: 14px;
  }
  #option .option ul li {
    height: 0;
    padding-top: 45% !important;
  }
  #option .option ul li img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
  }
}
/* 制作の流れ
---------------------------------------------------------*/
#flow {
  background: #f2f2f2;
  padding: 50px 0 65px;
  /* ------------------------------- スマホのみの設定 ------------------------------- */ /* ---------------------------------------------------------------------------------------------------------------------------- PC～スマホ レスポンシブ調整  ------------------------------------------------------------------------------------------------------------------------------- */
}
#flow .title {
  margin-bottom: 10px;
}
#flow .title + .read {
  font-size: 1rem;
  line-height: 1.8rem;
  margin-bottom: 20px;
}
#flow ul.flow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#flow ul.flow li {
  width: 18%;
  position: relative;
}
#flow ul.flow li:not(:last-child)::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: calc(100% + 10px);
  top: 40px;
  color: #00cd87;
  font-size: 1.5rem;
  line-height: 2.7rem;
}
#flow ul.flow li .ph {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
}
#flow ul.flow li .ph img {
  width: 80px;
}
#flow ul.flow li .tit {
  font-size: 1.3125rem;
  line-height: 2.3625rem;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 auto 5px;
}
#flow ul.flow li .read {
  font-size: 0.875rem;
  line-height: 1.575rem;
}
#flow ul.flow li em.customer {
  color: #fff;
  background: #868689;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 82%;
  margin: 10px auto 0;
  font-weight: 500;
  padding: 0px 0 2px;
}

@media only screen and (max-width: 767px) {
  #flow {
    padding: 30px 0 35px;
  }
  #flow .title {
    margin-bottom: 10px;
  }
  #flow .title + .read {
    font-size: 0.75rem;
    line-height: 1.35rem;
    margin-bottom: 20px;
  }
  #flow ul.flow {
    width: 84%;
    margin: auto;
  }
  #flow ul.flow li {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #flow ul.flow li:not(:last-child) {
    margin-bottom: 12%;
  }
  #flow ul.flow li:not(:last-child)::after {
    content: "\f078";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(100% + 4px);
    font-size: 1.125rem;
    line-height: 2.025rem;
  }
  #flow ul.flow li .ph {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 30%;
  }
  #flow ul.flow li .ph img { /*width: 64%;*/
    width: 60px;
  }
  #flow ul.flow li .text {
    width: 60%;
    text-align: left;
  }
  #flow ul.flow li .tit {
    font-size: 1rem;
    line-height: 1.8rem;
    margin: 0 auto 0px;
  }
  #flow ul.flow li .read {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
  #flow ul.flow li em.customer {
    font-size: 0.6875rem;
    line-height: 1.2375rem;
    width: auto;
    margin: 10px auto 0;
    padding: 0px 15px 2px;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  #flow ul.flow {
    width: 96%;
  }
  #flow ul.flow li .ph {
    height: 100px;
  }
  #flow ul.flow li .ph img {
    width: 70px;
  }
  #flow ul.flow li .tit {
    font-size: 1.8vw;
    line-height: 1.8;
  }
  #flow ul.flow li .read {
    font-size: 1.2vw;
    line-height: 1.8;
  }
  #flow ul.flow li em.customer {
    font-size: 1.5vw;
  }
}
/* 実績(詳細ページのみ)
---------------------------------------------------------*/
#works { /* ------------------------------- スマホのみの設定 ------------------------------- */ /* ---------------------------------------------------------------------------------------------------------------------------- PC～スマホ レスポンシブ調整  ------------------------------------------------------------------------------------------------------------------------------- */
}
#works main {
  padding-top: 0;
}
#works #mainImg {
  position: relative;
  height: 345px;
  overflow: hidden;
}
#works #mainImg h1 {
  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;
  letter-spacing: 0.5em;
  color: #f8f8f8;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.25));
  padding-top: 80px;
}
#works #mainImg .ph {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  #works #mainImg {
    height: 150px;
  }
  #works #mainImg h1 {
    font-size: 1.5rem;
    line-height: 2.7rem;
    padding-top: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  #works #mainImg {
    height: 280px;
  }
  #works #mainImg h1 {
    font-size: 2.25rem;
    line-height: 4.05rem;
    padding-top: 60px;
  }
}
/* 実績
---------------------------------------------------------*/
#result {
  background: #fff;
  padding: 50px 0;
  /* ------------------------------- スマホのみの設定 ------------------------------- */ /* ---------------------------------------------------------------------------------------------------------------------------- PC～スマホ レスポンシブ調整  ------------------------------------------------------------------------------------------------------------------------------- */
}
#result .title {
  margin-bottom: 10px;
  align-items: center;
}
#result .title em {
  position: relative;
  display: inline;
}
#result .title em sup {
  font-size: 40%;
  line-height: 2.2;
  vertical-align: text-top;
}
#result .title em small {
  font-size: 0.8125rem;
  line-height: 1.4625rem;
  position: absolute;
  bottom: 0px;
  left: calc(100% + 10px);
  white-space: nowrap;
}
#result .title + .read {
  font-size: 1rem;
  line-height: 1.8rem;
  margin-bottom: 40px;
}
#result .btn {
  font-size: 1.1875rem;
  line-height: 1.1875rem;
  width: 300px;
  margin: 20px auto 10px;
}
#result .btn a {
  display: block;
  color: #f8f8f8;
  background: #1d1d1f;
  padding: 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#result .btn a i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 18px;
  font-weight: 400;
  font-size: 90%;
  transition: 0.15s;
}
#result .btn a:hover {
  color: #00cd87;
  opacity: 1;
}
#result .btn a:hover i {
  right: 15px;
}
#result .listWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#result .listWrap::after {
  content: "";
  width: 22.75%;
  display: block;
}
#result .listWrap li {
  width: 22.75%;
  height: 100px;
  margin-bottom: 2.75%;
  box-shadow: 10px 10px 10px 0px rgba(29, 29, 31, 0.15);
  line-height: 1;
  overflow: hidden;
  background: #1d1d1f;
}
#result .listWrap li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
}
#result .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;
}
#result .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: 1.875rem;
  font-weight: 600;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.25));
  z-index: 15;
}
#result .listWrap li .tit span {
  font-size: 70%;
  display: block;
}
#result .listWrap li .ph {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  transform: translateY(-50%) scale(1.1);
  transition: 0.5s;
  z-index: 5;
}
#result .listWrap li .ph img {
  opacity: 0.8;
}
#result .listWrap li a:hover {
  opacity: 1;
}
#result .listWrap li a:hover img {
  opacity: 0.5;
}
#result .listWrap li a:hover .ph {
  transform: translateY(-50%) scale(1.01);
}
#result .listWrap li a:hover::before {
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 1px solid rgba(248, 248, 248, 0.8);
}
#result.detail .listWrap {
  align-items: flex-start;
  margin: 0 auto 60px;
}
#result.detail .listWrap li {
  width: 9.0909090909%;
  height: auto;
  background: none;
  box-shadow: none;
}
#result.detail .listWrap li a {
  flex-direction: column;
  flex-wrap: wrap;
}
#result.detail .listWrap li a::before {
  content: none;
}
#result.detail .listWrap li .tit {
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  letter-spacing: 0;
  color: #424243;
  filter: none;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: none;
  order: 1;
  margin: 10px 0 0;
}
#result.detail .listWrap li .ph {
  width: 80px;
  height: 80px;
  background: #1d1d1f;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: none;
  order: 0;
}
#result.detail .listWrap li .ph img {
  opacity: 1;
}
#result.detail .listWrap li a:hover {
  opacity: 0.7;
}
#result.detail .listWrap li a:hover .ph {
  transform: none;
}
#result.detail .resultList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#result.detail .resultList .list {
  width: 31%;
  margin-bottom: 3%;
  text-align: left;
}
#result.detail .resultList .list .ph {
  margin: 0 auto 15px;
  background: #1d1d1f;
}
#result.detail .resultList .list .ph a {
  position: relative;
}
#result.detail .resultList .list .ph a::before {
  content: "";
  background: url("../img/works/play.png") no-repeat;
  width: 60px;
  height: 60px;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.25));
  transition: 0.25s;
}
#result.detail .resultList .list .ph a:hover {
  opacity: 1;
}
#result.detail .resultList .list .ph a:hover img {
  opacity: 0.6;
}
#result.detail .resultList .list .ph a:hover::before {
  transform: translateY(-50%) scale(1.1);
}
#result.detail .resultList .list .ph .category {
  font-size: 0.6875rem;
  line-height: 1.2375rem;
  color: #f8f8f8;
  background: rgba(29, 29, 31, 0.85);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2px 10px 4px;
}
#result.detail .resultList .list .tit {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  /*letter-spacing: 0;*/
}
#result.detail .resultList .list .install {
  margin-top: 8px;
  display: flex;
  justify-content: flex-start;
}
#result.detail .resultList .list .install span {
  font-size: 0.6875rem;
  line-height: 0.825rem;
  background: #e9ecef;
  padding: 2px 5px 2px 6px;
  position: relative;
  height: 20px;
  margin-right: 14px;
  margin-top: 1px;
}
#result.detail .resultList .list .install span::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 6px;
  border-color: transparent transparent transparent #e9ecef;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  left: 100%;
}
#result.detail .resultList .list .install em {
  font-size: 0.8125rem;
  line-height: 1.21875rem;
}
#result.detail .resultList .list .read {
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  #result {
    padding: 30px 0;
  }
  #result .title {
    margin-bottom: 10px;
  }
  #result .title em sup {
    font-size: 40%;
    line-height: 2.2;
  }
  #result .title em small {
    font-size: 0.625rem;
    line-height: 1.125rem;
    position: absolute;
    bottom: 1px;
    right: 2.5%;
  }
  #result .title + .read {
    font-size: 0.75rem;
    line-height: 1.35rem;
    margin-bottom: 20px;
  }
  #result .btn {
    font-size: 0.9375rem;
    line-height: 0.9375rem;
    width: 240px;
    margin: 25px auto 10px;
  }
  #result .btn a {
    padding: 15px 0px;
  }
  #result .btn a i {
    right: 18px;
    font-size: 90%;
  }
  #result .listWrap {
    width: 90%;
  }
  #result .listWrap::after {
    content: "";
    width: 30%;
    display: block;
  }
  #result .listWrap li {
    width: 30.5%;
    height: auto;
    margin-bottom: 4%;
    box-shadow: 5px 5px 6px 0px rgba(29, 29, 31, 0.15);
  }
  #result .listWrap li a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 0;
    padding-top: 70%;
  }
  #result .listWrap li a::before {
    content: none;
  }
  #result .listWrap li .tit {
    font-size: 0.8125rem;
    line-height: 1.1375rem;
  }
  #result .listWrap li .tit span {
    font-size: 70%;
  }
  #result .listWrap li .ph {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    transform: translateY(-50%) scale(1.1);
    height: 100%;
  }
  #result .listWrap li .ph img {
    opacity: 0.6;
  }
  #result.detail .listWrap {
    margin: 0 auto 50px;
  }
  #result.detail .listWrap::after {
    content: "";
    display: block;
    width: 22%;
  }
  #result.detail .listWrap li {
    width: 22%;
    height: auto;
    background: none;
    box-shadow: none;
    overflow: visible;
    margin-bottom: 2.5%;
  }
  #result.detail .listWrap li a {
    flex-direction: column;
    flex-wrap: wrap;
    height: auto;
    padding-top: 0;
  }
  #result.detail .listWrap li a::before {
    content: none;
  }
  #result.detail .listWrap li .tit {
    font-size: 0.75rem;
    line-height: 1.05rem;
    letter-spacing: 0;
    color: #424243;
    filter: none;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    order: 1;
    margin: 6px 0 0;
  }
  #result.detail .listWrap li .ph {
    width: 100%;
    height: 0px;
    padding-top: 100%;
    background: #1d1d1f;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    order: 0;
  }
  #result.detail .listWrap li .ph img {
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    transform: translateY(-50%) scale(1.07);
  }
  #result.detail .listWrap li a:hover {
    opacity: 0.7;
  }
  #result.detail .listWrap li a:hover .ph {
    transform: none;
  }
  #result.detail .resultList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
  }
  #result.detail .resultList .list {
    width: 100%;
    margin-bottom: 3%;
  }
  #result.detail .resultList .list:not(:last-child) {
    margin-bottom: 15%;
  }
  #result.detail .resultList .list .ph {
    margin: 0 auto 15px;
  }
  #result.detail .resultList .list .ph a {
    display: block;
  }
  #result.detail .resultList .list .ph a::before {
    width: 60px;
    height: 60px;
  }
  #result.detail .resultList .list .ph a:hover img {
    opacity: 1;
  }
  #result.detail .resultList .list .ph .category {
    font-size: 0.6875rem;
    line-height: 1.2375rem;
    padding: 2px 10px 4px;
  }
  #result.detail .resultList .list .tit {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #result.detail .resultList .list .install {
    margin-top: 8px;
  }
  #result.detail .resultList .list .install span {
    font-size: 0.6875rem;
    line-height: 0.825rem;
    padding: 2px 5px 2px 6px;
    height: 20px;
    margin-right: 14px;
    margin-top: 1px;
  }
  #result.detail .resultList .list .install span::before {
    border-width: 10px 0 10px 6px;
  }
  #result.detail .resultList .list .install em {
    font-size: 0.8125rem;
    line-height: 1.21875rem;
  }
  #result.detail .resultList .list .read {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  #result .listWrap::after {
    content: "";
    width: 30%;
    display: block;
  }
  #result .listWrap li {
    width: 30%;
  }
  #result .listWrap li .tit {
    font-size: 2.5vw;
    line-height: 1.6;
  }
  #result .listWrap li .tit span {
    font-size: 70%;
    display: block;
  }
  #result.detail .listWrap {
    justify-content: center;
  }
  #result.detail .listWrap li {
    width: 16%;
  }
}
/* メリット
---------------------------------------------------------*/
#merit {
  background: #f2f2f2;
  padding: 50px 0 65px;
  /* ------------------------------- スマホのみの設定 ------------------------------- */ /* ---------------------------------------------------------------------------------------------------------------------------- PC～スマホ レスポンシブ調整  ------------------------------------------------------------------------------------------------------------------------------- */
}
#merit .title {
  margin-bottom: 10px;
}
#merit .title + .read {
  font-size: 1rem;
  line-height: 1.8rem;
  margin-bottom: 40px;
}
#merit #panoMain {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto 60px;
  position: relative;
  height: 0;
  padding-top: 42%;
  position: relative;
}
#merit #panoMain iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
#merit ul.feature {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#merit ul.feature li {
  width: 31%; /*@include sdw;*/
  overflow: hidden;
  background: #1d1d1f;
}
#merit ul.feature li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#merit ul.feature 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;
}
#merit ul.feature li a .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.25));
  z-index: 15;
  text-align: left;
  width: 84%;
}
#merit ul.feature li a .text .tit {
  font-size: 1.875rem;
  line-height: 2.625rem;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 10px;
}
#merit ul.feature li a .text .read {
  font-size: 0.9375rem;
  line-height: 1.6875rem;
  margin-bottom: 20px;
}
#merit ul.feature li a .text .link {
  font-size: 1rem;
  line-height: 1.8rem;
  text-align: center;
}
#merit ul.feature li a .text .link i {
  padding-left: 8px;
  position: relative;
  right: 0;
  transition: 0.5s;
  font-weight: 500;
}
#merit ul.feature li a .ph {
  transform: scale(1.1);
  transition: 0.5s;
  opacity: 0.8;
}
#merit ul.feature li a:hover {
  opacity: 1;
}
#merit ul.feature li a:hover img {
  opacity: 0.5;
}
#merit ul.feature li a:hover .link i {
  right: -2px;
}
#merit ul.feature li a:hover .ph {
  transform: scale(1.01);
}
#merit ul.feature 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) {
  #merit {
    padding: 30px 0;
  }
  #merit .title {
    margin-bottom: 10px;
  }
  #merit .title + .read {
    font-size: 0.75rem;
    line-height: 1.35rem;
    margin-bottom: 20px;
  }
  #merit #panoMain {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px;
    padding-top: 100%;
  }
  #merit #panoMain iframe {
    width: 100%;
    height: 100%;
  }
  #merit ul.feature {
    width: 90%;
    margin: auto;
  }
  #merit ul.feature li {
    width: 100%;
  }
  #merit ul.feature li:not(:last-child) {
    margin-bottom: 6%;
  }
  #merit ul.feature li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0;
    padding-top: 44%;
  }
  #merit ul.feature li a .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    text-align: center;
    width: 100%;
    z-index: 15;
  }
  #merit ul.feature li a .text .tit {
    font-size: 1.125rem;
    line-height: 1.575rem;
    margin-bottom: 10px;
  }
  #merit ul.feature li a .text .read {
    font-size: 0.8125rem;
    line-height: 1.4625rem;
    margin-bottom: 10px;
  }
  #merit ul.feature li a .text .link {
    font-size: 0.75rem;
    line-height: 1.35rem;
  }
  #merit ul.feature li a .text .link i {
    padding-left: 8px;
    right: 0;
  }
  #merit ul.feature li a .ph { /*transform: scale(1.0);*/
    opacity: 0.8;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
  }
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  #merit #panoMain {
    width: 90%;
    max-width: 90%;
    margin: 0 auto 30px;
    padding-top: 56.25%;
  }
  #merit #panoMain iframe {
    width: 100%;
    height: 100%;
  }
  #merit ul.feature {
    width: 90%;
    margin: auto;
  }
  #merit ul.feature li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0;
    padding-top: 100%;
    position: relative;
  }
  #merit ul.feature li a .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    text-align: center;
    width: 100%;
    z-index: 15;
  }
  #merit ul.feature li a .text .tit {
    font-size: 2.5vw;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  #merit ul.feature li a .text .read {
    font-size: 1.5vw;
    line-height: 1.8;
    width: 90%;
    margin: 0 auto 10px;
  }
  #merit ul.feature li a .text .link {
    font-size: 1.5vw;
    line-height: 1.8;
  }
  #merit ul.feature li a .text .link i {
    padding-left: 8px;
    right: 0;
  }
  #merit ul.feature li a .ph {
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
  }
  #merit ul.feature li a:hover .ph {
    transform: translateY(-50%) scale(1.1);
    transform-origin: center;
  }
}
/* mainImg
---------------------------------------------------------*/
#home { /* ------------------------------- スマホのみの設定 ------------------------------- */ /* ---------------------------------------------------------------------------------------------------------------------------- PC～スマホ レスポンシブ調整  ------------------------------------------------------------------------------------------------------------------------------- */ /* ------------------------------- タブレットのみの設定（init.js内UA判別） ------------------------------- */
}
#home #mainImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
#home #mainImg .catchCopy {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  font-size: 2.625rem;
  line-height: 3.675rem;
  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;
  flex-direction: column;
}
#home #mainImg .catchCopy span {
  font-size: 50%;
}
#home #mainImg .scroll {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  bottom: 0;
}
#home #mainImg .scroll em {
  font-size: 0.8125rem;
  line-height: 1.4625rem;
  display: block;
}
#home #mainImg .scroll span {
  height: 50px;
  overflow: hidden;
  display: block;
  position: relative;
  margin-top: 6px;
}
#home #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;
}
#home .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;
}
#home .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;
}
#home .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;
}
#home .swiper-containerTop {
  display: none;
}
#home.tablet main {
  padding-top: calc(56.25% + 44px);
}
#home.tablet .bg-video-wrap {
  height: 0;
  padding-top: 56.25%;
  top: 44px;
}
#home.tablet .bg-video-wrap video {
  width: 100%;
  min-height: 100%;
}
#home.tablet #mainImg {
  height: 0;
  padding-top: 56.25%;
  top: 44px;
}
#home.tablet #mainImg .catchCopy {
  font-size: 4vw;
  line-height: 1.6;
  max-height: 100%;
}
#home.tablet #mainImg .catchCopy span {
  margin-top: 10px;
}

@keyframes arrow {
  0% {
    height: 80px;
    bottom: 100%;
  }
  50% {
    height: 80px;
    bottom: 0px;
  }
  100% {
    height: 0;
    bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #home { /* ------------------------------- スマホ横向きのみの設定 ------------------------------- */ }
  #home #mainImg {
    width: 100%;
    /*height: calc(100vh - 173px);*/
    height: calc(100vh - 56px);
    overflow: hidden;
    background: #1d1d1f;
  }
  #home #mainImg .catchCopy {
    font-size: 1.5rem;
    line-height: 2.1rem;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.25));
    /*margin-left: .5em;*/
    width: 100%;
    height: 100%;
    background: none !important;
    top: auto !important;
    transform: none !important;
    height: auto !important;
    bottom: 120px;
  }
  #home #mainImg .catchCopy span {
    font-size: 1rem;
    line-height: 1.8rem;
    margin-top: 10px;
  }
  #home #mainImg .scroll em {
    font-size: 0.75rem;
    line-height: 1.35rem;
  }
  #home #mainImg .scroll span {
    height: 50px;
    overflow: hidden;
    display: block;
    position: relative;
    margin-top: 6px;
  }
  #home #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;
  }
  #home .mainImgSp .portrait {
    display: block;
  }
  #home .mainImgSp .lasdscape {
    display: none;
  }
  #home .mainImgSp img {
    opacity: 0.6;
  }
  #home .swiper-containerTop {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
  }
  #home .swiper-containerTop ul {
    height: 100%;
  }
  #home .swiper-containerTop ul li {
    overflow: hidden;
    background: #1d1d1f;
    line-height: 0;
    height: 100%;
  }
  #home .swiper-containerTop ul li a {
    display: block;
    position: relative;
    height: 100%;
  }
  #home .swiper-containerTop ul li .text {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    height: auto;
    bottom: 100px;
  }
  #home .swiper-containerTop ul li .title {
    align-items: center;
    margin: 0 auto 10px;
  }
  #home .swiper-containerTop ul li .title i {
    opacity: 1;
    width: 160px;
    margin-bottom: 10px;
    display: none;
  }
  #home .swiper-containerTop ul li .title em {
    line-height: 0;
    margin: 0 auto 10px;
  }
  #home .swiper-containerTop ul li .title span {
    font-size: 0.875rem;
    line-height: 1.575rem;
    font-weight: 600;
  }
  #home .swiper-containerTop ul li .read {
    font-size: 1.375rem;
    line-height: 2.2rem;
    letter-spacing: 0;
    font-weight: 700;
    margin: 0 auto 10px;
  }
  #home .swiper-containerTop ul li .link {
    display: none;
  }
  #home .swiper-containerTop ul li .link em {
    font-size: 0.75rem;
    line-height: 1.35rem;
  }
  #home .swiper-containerTop ul li .link i {
    margin-left: 8px;
  }
  #home .swiper-containerTop ul li .ph {
    transform: scale(1.01);
    height: 0;
    padding-top: calc(100vh - 56px);
    position: relative;
    opacity: 0.8;
  }
  #home .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;
  }
  #home .bg-video-wrap {
    display: none;
  }
  #home .bg-video-wrap video {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  #home #mainImg .catchCopy {
    bottom: 100px;
  }
  #home #mainImg br.sp {
    display: none !important;
  }
  #home .mainImgSp .portrait {
    display: none;
  }
  #home .mainImgSp .lasdscape {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  #home main {
    padding-top: calc(56.25% + 44px);
  }
  #home .bg-video-wrap {
    height: 0;
    padding-top: 56.25%;
    top: 44px;
  }
  #home .bg-video-wrap video {
    width: 100%;
    min-height: 100%;
  }
  #home #mainImg {
    height: 0;
    padding-top: 56.25%;
    top: 44px;
  }
  #home #mainImg .catchCopy {
    font-size: 4vw;
    line-height: 1.6;
    max-height: 100%;
  }
  #home #mainImg .catchCopy span {
    margin-top: 10px;
  }
}/*# sourceMappingURL=common.css.map */