@charset "UTF-8";
/* --------------------------------------------------------

                         style

-------------------------------------------------------- */
/* 下層共通
---------------------------------------------------------*/
.title {
  display: flex;
  flex-direction: column;
}
.title i {
  width: 190px;
  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: 135px;
    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: 150px;
    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: #ca3059;
  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: #ca3059;
}
#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 span {
  font-size: 50%;
  vertical-align: baseline;
}
#price .title + .read {
  font-size: 1rem;
  line-height: 1.8rem;
  margin-bottom: 40px;
}
#price .btn {
  font-size: 1.1875rem;
  line-height: 1.1875rem;
  width: 580px;
  margin: 40px auto 10px;
}
#price .btn a {
  display: block;
  color: #f8f8f8;
  background: #1d1d1f;
  padding: 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#price .btn a i {
  margin-right: 10px;
  left: 15px;
  font-weight: 900;
  font-size: 120%;
  transition: 0.15s;
  margin-top: 4px;
}
#price .btn a:hover {
  color: #ca3059;
  opacity: 1;
}
#price .btn a:hover i {
  left: 18px;
}
#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: #ca3059;
  letter-spacing: 0;
}
#price ul.price li.total i {
  font-size: 70%;
  padding-top: 10px;
}
#price .priceimg {
  margin: 30px 0;
}
#price .priceimg img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  box-shadow: 0px 0px 10px 0px rgba(29, 29, 31, 0.05);
}
#price .others {
  margin: 20px auto 0;
}
#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;
  text-align: left;
}
#price .others ul li em {
  margin-right: 15px;
}
#price .others ul li span {
  color: #ca3059;
}
@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;
  }
  #price .btn {
    font-size: 0.9375rem;
    line-height: 0.9375rem;
    width: 340px;
    margin: 25px auto 10px;
  }
  #price .btn a {
    padding: 15px 0px;
  }
  #price .btn a i {
    right: 18px;
    font-size: 90%;
  }
}
@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, #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, #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(202, 48, 89, 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, #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, rgb(153, 238, 209) 0%, rgb(92, 220, 156) 100%);
}
#option .tab-menu .tab-menu-swiper-wrapper li span img, #option .tab-menu .tit span img, #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, #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, #option .tab-menu .tit.swiper-slide-thumb-active, #option .tab-menu .tit:hover, #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, #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, #option .tab-menu .tit.swiper-slide-thumb-active::after, #option .tab-menu .tit:hover::after, #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, #option .tab-contents .swiper-slide .tit.swiper-slide-thumb-active::after, #option .tab-contents .swiper-slide .tit:hover::after {
  width: 100px;
  background: #ca3059;
}
#option .tab-menu .tab-menu-swiper-wrapper li.swiper-slide-thumb-active span, #option .tab-menu .tab-menu-swiper-wrapper li:hover span, #option .tab-menu .tit.swiper-slide-thumb-active span, #option .tab-menu .tit:hover span, #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, #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 {
  overflow: hidden;
}
#option .tab-contents .swiper-slide {
  padding: 30px 0 0;
  border-bottom: none;
}
#option .tab-contents .swiper-slide .tit {
  display: none;
}
#option .tab-contents .swiper-slide .read {
  font-size: 1.125rem;
  line-height: 2.025rem;
  margin: 0 auto 35px;
}
#option .tab-contents .swiper-slide .sample { /* position: relative;*/ }
#option .tab-contents .swiper-slide .sample iframe { /*position: absolute; top: 0; left: 0;*/ }
#option .option ul {
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
}
#option .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 .option ul li {
    height: 0;
    padding: 60% 0 0 !important;
    top: 0;
    left: 0;
    overflow: hidden;
    margin-bottom: 0 !important;
  }
  #option .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, #option .tab-contents .swiper-slide .tab-menu-swiper-wrapper li em, #option .tab-contents .swiper-slide .tit em {
    font-size: 14px;
  }
  #option .tab-contents .swiper-slide {
    padding: 30px 0 0;
  }
  #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;
  }
}

/* 実績サンプル 
---------------------------------------------------------*/
#sample {
  background: #f2f2f2; /*padding: 50px 0 65px;*/
  padding: 50px 0 120px;
  /* -------------------------------
  スマホのみの設定
  ------------------------------- */
  /* ----------------------------------------------------------------------------------------------------------------------------
                    PC～スマホ レスポンシブ調整 
  ------------------------------------------------------------------------------------------------------------------------------- */
}
@media screen and (min-width:768px) and (max-width:1149px) {
  #sample {
    padding-bottom: 60px;
  }
}
#sample .logoMatterportColor {
  display: block;
  width: 190px;
  margin: 0 auto 20px;
}
#sample .intro {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 50px;
  margin: 0 auto 80px;
}
@media screen and (min-width:768px) and (max-width:1149px) {
  #sample .intro {
    padding: 0 0px;
    margin: 0 auto 50px;
  }
}
#sample .intro .ph {
  width: 167px;
  margin-left: -12px;
}
@media screen and (min-width:768px) and (max-width:1149px) {
  #sample .intro .ph {
    width: 150px;
  }
}
#sample .intro .text {
  width: calc(100% - 200px);
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width:768px) and (max-width:1149px) {
  #sample .intro .text {
    width: calc(100% - 180px);
  }
}
#sample .intro .text .catch {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (min-width:768px) and (max-width:1149px) {
  #sample .intro .text .catch {
    font-size: 1.8125rem;
    line-height: 2.9rem;
  }
}
#sample .intro .text .read {
  font-size: 1.25rem;
  line-height: 2.25rem;
  font-weight: 500;
  width: calc(100% - 295px);
}
@media screen and (min-width:768px) and (max-width:1149px) {
  #sample .intro .text .read {
    font-size: 1.0625rem;
    line-height: 1.9125rem;
    width: 100%;
  }
}
#sample .intro .text .msp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 295px;
  position: relative;
}
@media screen and (min-width:768px) and (max-width:1149px) {
  #sample .intro .text .msp {
    margin-top: 20px;
  }
}
#sample .intro .text .msp em {
  width: 67px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  left: 0;
}
#sample .intro .text .msp span {
  width: 100%;
  font-size: 0.78125rem;
  line-height: 1.171875rem;
  font-weight: 500;
  letter-spacing: 0em;
  padding: 12px 0px 12px 75px;
  background: #fff;
  border-radius: 10px;
}
#sample .result {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 60px;
  margin-bottom: 60px;
}
#sample .result .ttl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
#sample .result .ttl em {
  display: block;
  font-size: 1.75rem;
  line-height: 3.15rem;
  font-weight: 600;
  padding: 1px 0 1px 25px;
  border-left: 6px solid #f51b44;
}
#sample .result .read {
  text-align: left;
  font-size: 1rem;
  line-height: 1.8rem;
  padding-left: 35px;
  margin-bottom: 20px;
}
#sample .result ul.listWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#sample .result ul.listWrap li {
  width: 48.5%;
  margin-bottom: 40px;
}
#sample .result ul.listWrap li .iframeWrap {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
#sample .result ul.listWrap li .iframeWrap iframe {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  width: 100%;
  height: 100%;
}
#sample .result ul.listWrap li .cap {
  font-size: 1.125rem;
  line-height: 2.025rem;
  margin: 10px auto 0;
}
#sample .result .ctaSec {
  border: 4px solid #f51b44;
  background: #fff;
  padding: 5px 0;
}
@media screen and (min-width:768px) and (max-width:1149px) {
  #sample .result .ctaSec {
    padding: 8px 12px;
  }
}
#sample .result .ctaSec em {
  font-size: 1.53125rem;
  line-height: 2.75625rem;
  font-weight: 500;
  letter-spacing: 0;
}
#sample .original .titWrap {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 40px;
  position: relative;
}
#sample .original .titWrap .new {
  position: absolute;
  background: #f6ff00;
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 2.625rem;
  line-height: 4.725rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0;
  top: -25px;
  left: -5px;
}
#sample .original .titWrap .new::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 24px solid #f6ff00;
  border-bottom: 0;
  position: absolute;
  bottom: 0px;
  right: 0px;
  transform: rotate(-45deg);
}
@media screen and (min-width:768px) and (max-width:1149px) {
  #sample .original .titWrap .new {
    width: 100px;
    height: 100px;
    font-size: 2rem;
    line-height: 3.6rem;
    left: 5px;
  }
}
#sample .original .titWrap .copy {
  display: inline-block;
  background: #f51b44;
  color: #fff;
  padding: 0px 20px;
  font-size: 1.875rem;
  line-height: 3.375rem;
  font-weight: 700;
  margin: 0 auto 3px;
}
@media screen and (min-width:768px) and (max-width:1149px) {
  #sample .original .titWrap .copy {
    padding: 0px 15px;
    font-size: 1.5625rem;
    line-height: 2.8125rem;
  }
}
#sample .original .titWrap .tit {
  position: relative;
  display: inline-block;
}
#sample .original .titWrap .tit::before, #sample .original .titWrap .tit::after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  top: 100%;
}
#sample .original .titWrap .tit::before {
  width: 100%;
  background: #f51b44;
}
#sample .original .titWrap .tit::after {
  width: 28px;
  background: #f2f2f2;
}
#sample .original .titWrap .tit em {
  position: relative;
  padding-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.875rem;
  line-height: 5.175rem;
  font-weight: 700;
  color: #f51b44;
  letter-spacing: 0;
}
@media screen and (min-width:768px) and (max-width:1149px) {
  #sample .original .titWrap .tit em {
    font-size: 2.375rem;
    line-height: 4.275rem;
  }
}
#sample .original .titWrap .tit em::after {
  content: "";
  width: 28px;
  height: 2px;
  position: absolute;
  z-index: 20;
  transform: rotate(55deg);
  top: calc(100% + 11px);
  left: calc(50% - 20px);
  background: #f51b44;
}
#sample .original .read {
  font-size: 1.125rem;
  line-height: 2.025rem;
  margin: 0 auto 30px;
}
#sample .original .iframeWrap {
  max-width: 960px;
  margin: 0 auto;
  cursor: pointer;
}
#sample .original .iframeWrap .wrap {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
#sample .original .iframeWrap .wrap iframe {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #sample {
    padding: 30px 0 50px;
  }
  #sample .logoMatterportColor {
    width: 135px;
    margin: 0 auto 20px;
  }
  #sample .intro {
    padding: 0 5%;
    margin: 0 auto 50px;
  }
  #sample .intro .ph {
    width: 120px;
    margin: 0 auto 10px;
  }
  #sample .intro .text {
    width: 100%;
  }
  #sample .intro .text .catch {
    font-size: 1.375rem;
    line-height: 2.2rem;
    margin-bottom: 12px;
    text-align: center;
  }
  #sample .intro .text .read {
    font-size: 0.9375rem;
    line-height: 1.6875rem;
    width: 100%;
  }
  #sample .intro .text .msp {
    width: 305px;
    margin: 20px auto 0;
  }
  #sample .intro .text .msp em {
    width: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
  #sample .intro .text .msp span {
    width: 100%;
    font-size: 0.78125rem;
    line-height: 1.171875rem;
    padding: 10px 0px 10px 75px;
  }
  #sample .result {
    padding: 0 5% 40px;
    margin-bottom: 40px;
  }
  #sample .result .ttl {
    padding-bottom: 5px;
    margin-bottom: 12px;
  }
  #sample .result .ttl em {
    font-size: 1.125rem;
    line-height: 2.025rem;
    padding: 0px 0 0px 15px;
    border-left: 5px solid #f51b44;
  }
  #sample .result .read {
    font-size: 0.875rem;
    line-height: 1.575rem;
    padding-left: 0px;
    margin-bottom: 15px;
  }
  #sample .result ul.listWrap li {
    width: 100%;
    margin-bottom: 20px;
  }
  #sample .result ul.listWrap li .cap {
    font-size: 0.875rem;
    line-height: 1.575rem;
    margin: 6px auto 0;
  }
  #sample .result .ctaSec {
    border: 2px solid #f51b44;
    padding: 8px 5px;
  }
  #sample .result .ctaSec em {
    font-size: 1rem;
    line-height: 1.6rem;
  }
  #sample .original {
    padding: 0 5%;
  }
  #sample .original .titWrap {
    max-width: 100%;
    margin: 0 auto 20px;
  }
  #sample .original .titWrap .new {
    width: 60px;
    height: 60px;
    font-size: 1.125rem;
    line-height: 2.025rem;
    top: 40px;
    left: -15px;
  }
  #sample .original .titWrap .new::after {
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 24px solid #f6ff00;
  }
  #sample .original .titWrap .copy {
    padding: 0px 0px;
    font-size: 1rem;
    line-height: 1.8rem;
    letter-spacing: 0;
    margin: 0 auto 8px;
    display: block;
  }
  #sample .original .titWrap .tit {
    width: 100%;
  }
  #sample .original .titWrap .tit::before, #sample .original .titWrap .tit::after {
    height: 2px;
  }
  #sample .original .titWrap .tit::after {
    width: 20px;
    background: #f2f2f2;
  }
  #sample .original .titWrap .tit em {
    padding-bottom: 10px;
    font-size: 1.5625rem;
    line-height: 2.34375rem;
  }
  #sample .original .titWrap .tit em::after {
    width: 20px;
    height: 2px;
    top: calc(100% + 8px);
    left: calc(50% - 16px);
  }
  #sample .original .read {
    font-size: 0.9375rem;
    line-height: 1.6875rem;
    text-align: justify;
    margin: 0 auto 20px;
  }
  #sample .original .iframeWrap {
    max-width: 1400px;
    margin: 0 auto;
  }
  #sample .original .iframeWrap .wrap {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
  }
  #sample .original .iframeWrap .wrap iframe {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    width: 100%;
    height: 100%;
  }
}
/* 制作の流れ
---------------------------------------------------------*/
#flow {
  background: #fff;
  padding: 50px 0 60px;
  /* -------------------------------
  スマホのみの設定
  ------------------------------- */
  /* ----------------------------------------------------------------------------------------------------------------------------
                    PC～スマホ レスポンシブ調整 
  ------------------------------------------------------------------------------------------------------------------------------- */
}
#flow .title {
  margin-bottom: 30px;
}
#flow ul.listWrap {
  padding: 0 55px;
}
#flow ul.listWrap li {
  background: #fff; /*filter: drop-shadow(2px 2px 5px rgba(#000, .15));*/
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
#flow ul.listWrap li .ic {
  width: 150px;
}
#flow ul.listWrap li .text {
  width: calc(100% - 180px);
  text-align: left;
  margin-bottom: 10px;
}
#flow ul.listWrap li .text .tit {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
#flow ul.listWrap li .text .tit span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-style: italic;
  font-weight: 300;
  background: #9fa1a4;
  color: #fff;
  padding: 1px 18px;
  border-radius: 15px;
  margin: 3px 15px 0 0;
}
#flow ul.listWrap li .text .tit span strong {
  font-weight: 300;
  font-size: 110%;
  margin-left: 0.15em;
}
#flow ul.listWrap li .text .tit em {
  font-size: 1.5rem;
  line-height: 2.7rem;
  font-weight: 600;
}
#flow ul.listWrap li .text .read {
  font-size: 1rem;
  line-height: 1.8rem;
}
#flow ul.listWrap li .text .read a {
  color: #f51b44;
  text-decoration: underline;
}
#flow ul.listWrap li:not(:last-child) {
  margin-bottom: 50px;
}
#flow ul.listWrap li:not(:last-child)::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
  font-weight: 900;
  color: #f51b44;
  font-size: 2.375rem;
  line-height: 2.375rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  top: calc(100% + 8px);
}
@media only screen and (max-width: 767px) {
  #flow {
    padding: 30px 0 60px;
  }
  #flow .title {
    margin-bottom: 20px;
  }
  #flow ul.listWrap {
    padding: 0 5%;
  }
  #flow ul.listWrap li {
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 15px 20px 15px;
  }
  #flow ul.listWrap li .ic {
    width: 60px;
    margin: 0px 0 -50px -5px;
  }
  #flow ul.listWrap li .text {
    width: 100%;
    margin-bottom: 0px;
  }
  #flow ul.listWrap li .text .tit {
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 70px;
    flex-direction: column;
    align-items: flex-start;
  }
  #flow ul.listWrap li .text .tit span {
    font-size: 0.6875rem;
    line-height: 1.03125rem;
    padding: 0px 10px;
    border-radius: 15px;
    /*margin: 3px 15px 0 0;*/
    margin: 0 0 2px 0;
  }
  #flow ul.listWrap li .text .tit span strong {
    font-size: 110%;
    margin-left: 0.15em;
  }
  #flow ul.listWrap li .text .tit em {
    font-size: 1.125rem;
    line-height: 2.025rem;
  }
  #flow ul.listWrap li .text .read {
    font-size: 0.875rem;
    line-height: 1.4rem;
  }
  #flow ul.listWrap li.list02 .tit em { /*letter-spacing: 0;*/ }
  #flow ul.listWrap li:not(:last-child) {
    margin-bottom: 50px;
  }
  #flow ul.listWrap li:not(:last-child)::after {
    font-size: 2.375rem;
    line-height: 2.375rem;
    top: calc(100% + 8px);
  }
}
/* 実績(詳細ページのみ)
---------------------------------------------------------*/
#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: #ca3059;
  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%;
  }
}

/* マーターポートとは
---------------------------------------------------------*/
#howto {
  background: #f2f2f2;
  padding: 50px 0 65px;
  position: relative;
  /* -------------------------------
  スマホのみの設定
  ------------------------------- */
  /* ----------------------------------------------------------------------------------------------------------------------------
                    PC～スマホ レスポンシブ調整 
  ------------------------------------------------------------------------------------------------------------------------------- */
}
#howto #dollhouse {
  position: absolute;
  bottom: 0;
  left: 60%;
  transform: translateY(32%);
}
#howto .title {
  margin-bottom: 10px;
}
#howto .title + .read {
  font-size: 1rem;
  line-height: 1.8rem;
  margin-bottom: 40px;
}
#howto #panoMain {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto 60px;
  position: relative;
  height: 0;
  padding-top: 42%;
  position: relative;
}
#howto #panoMain iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
#howto .btn {
  font-size: 1.1875rem;
  line-height: 1.1875rem;
  width: 580px;
  margin: 40px auto 10px;
}
#howto .btn a {
  display: block;
  color: #f8f8f8;
  background: #1d1d1f;
  padding: 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#howto .btn a i {
  margin-right: 10px;
  left: 15px;
  font-weight: 400;
  font-size: 90%;
  transition: 0.15s;
}
#howto .btn a:hover {
  color: #ca3059;
  opacity: 1;
}
#howto .btn a:hover i {
  left: 18px;
}
#howto ul.feature {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#howto ul.feature li {
  width: 31%; /*@include sdw;*/
  overflow: hidden;
  background: #1d1d1f;
}
#howto ul.feature li .inwrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#howto ul.feature li .inwrap::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;
}
#howto ul.feature li .inwrap .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%;
}
#howto ul.feature li .inwrap .text .tit {
  font-size: 1.875rem;
  line-height: 2.625rem;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 10px;
  color: #FFF;
  text-align: center;
}
#howto ul.feature li .inwrap .text .read {
  font-size: 0.9375rem;
  line-height: 1.6875rem;
  margin-bottom: 20px;
  color: #FFF;
}
#howto ul.feature li .inwrap .text .link {
  font-size: 1rem;
  line-height: 1.8rem;
  text-align: center;
}
#howto ul.feature li .inwrap .text .link i {
  padding-left: 8px;
  position: relative;
  right: 0;
  transition: 0.5s;
  font-weight: 500;
}
#howto ul.feature li .inwrap .ph {
  transform: scale(1.1);
  transition: 0.5s;
  opacity: 0.8;
}
#howto ul.feature li a:hover {
  opacity: 1;
}
#howto ul.feature li a:hover img {
  opacity: 0.5;
}
#howto ul.feature li a:hover .link i {
  right: -2px;
}
#howto ul.feature li a:hover .ph {
  transform: scale(1.01);
}
#howto 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) {
  #howto {
    padding: 30px 0;
  }
  #howto .title {
    margin-bottom: 10px;
  }
  #howto .title + .read {
    font-size: 0.75rem;
    line-height: 1.35rem;
    margin-bottom: 20px;
  }
  #howto #panoMain {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px;
    padding-top: 100%;
  }
  #howto #panoMain iframe {
    width: 100%;
    height: 100%;
  }
  #howto ul.feature {
    width: 90%;
    margin: auto;
  }
  #howto ul.feature li {
    width: 100%;
  }
  #howto ul.feature li:not(:last-child) {
    margin-bottom: 6%;
  }
  #howto ul.feature li .inwrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0;
    padding-top: 44%;
  }
  #howto ul.feature li .inwrap .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;
  }
  #howto ul.feature li .inwrap .text .tit {
    font-size: 1.125rem;
    line-height: 1.575rem;
    margin-bottom: 10px;
  }
  #howto ul.feature li .inwrap .text .read {
    font-size: 0.8125rem;
    line-height: 1.4625rem;
    margin-bottom: 10px;
  }
  #howto ul.feature li .inwrap .text .link {
    font-size: 0.75rem;
    line-height: 1.35rem;
  }
  #howto ul.feature li .inwrap .text .link i {
    padding-left: 8px;
    right: 0;
  }
  #howto ul.feature li .inwrap .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;
  }
  #howto #dollhouse {
    position: static;
    transform: translateY(0);
    width: 40%;
    margin: 0 0 0 auto;
  }
  #howto .btn {
    font-size: 0.9375rem;
    line-height: 0.9375rem;
    width: 340px;
    margin: 25px auto 10px;
  }
  #howto .btn a {
    padding: 15px 0px;
  }
  #howto .btn a i {
    right: 18px;
    font-size: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  #howto #panoMain {
    width: 90%;
    max-width: 90%;
    margin: 0 auto 30px;
    padding-top: 56.25%;
  }
  #howto #panoMain iframe {
    width: 100%;
    height: 100%;
  }
  #howto ul.feature {
    width: 90%;
    margin: auto;
  }
  #howto ul.feature li .inwrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0;
    padding-top: 100%;
    position: relative;
  }
  #howto ul.feature li .inwrap .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;
  }
  #howto ul.feature li .inwrap .text .tit {
    font-size: 2.5vw;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  #howto ul.feature li .inwrap .text .read {
    font-size: 1.5vw;
    line-height: 1.8;
    width: 90%;
    margin: 0 auto 10px;
  }
  #howto ul.feature li .inwrap .text .link {
    font-size: 1.5vw;
    line-height: 1.8;
  }
  #howto ul.feature li .inwrap .text .link i {
    padding-left: 8px;
    right: 0;
  }
  #howto ul.feature li .inwrap .ph {
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
  }
  #howto ul.feature li .inwrap:hover .ph {
    transform: translateY(-50%) scale(1.1);
    transform-origin: center;
  }
  #howto #dollhouse {
    width: 30%;
    max-width: 284px;
    left: 70%;
  }
}

/* マーターポートの特徴
---------------------------------------------------------*/
#feature {
  background: #fff;
  padding: 50px 0 65px;
  /* -------------------------------
  スマホのみの設定
  ------------------------------- */
  /* ----------------------------------------------------------------------------------------------------------------------------
                    PC～スマホ レスポンシブ調整 
  ------------------------------------------------------------------------------------------------------------------------------- */
}
#feature .title {
  margin-bottom: 10px;
}
#feature .title + .read {
  font-size: 1rem;
  line-height: 1.8rem;
  margin-bottom: 40px;
}
#feature .btn {
  font-size: 1.1875rem;
  line-height: 1.1875rem;
  width: 580px;
  margin: 40px auto 10px;
}
#feature .btn a {
  display: block;
  color: #f8f8f8;
  background: #1d1d1f;
  padding: 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#feature .btn a i {
  margin-right: 10px;
  left: 15px;
  font-weight: 400;
  font-size: 90%;
  transition: 0.15s;
}
#feature .btn a:hover {
  color: #ca3059;
  opacity: 1;
}
#feature .btn a:hover i {
  left: 18px;
}
#feature .swiper-button-prev, #feature .swiper-button-next {
  background: none;
  color: #fff;
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 4.05rem;
}
#feature .featureList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#feature .featureList .featureItem {
  width: 30%;
}
#feature .featureList .featureItem .img img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}
#feature .featureList .featureItem .ftitle {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin-top: 15px;
}
#feature .featureList .featureItem .read {
  text-align: left;
  margin-top: 15px;
}
#feature #case {
  margin-top: 40px;
}
#feature #case ul li {
  width: 60%;
  overflow: hidden;
  background: #1d1d1f;
  line-height: 0;
  position: relative;
}
#feature #case ul li > a {
  position: relative;
}
#feature #case 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;
}
#feature #case ul li > a:hover {
  opacity: 1;
}
#feature #case ul li > a:hover img {
  opacity: 1;
}
#feature #case ul li > a:hover .ph {
  transform: scale(1.05);
  opacity: 0.5;
}
#feature #case ul li > a:hover::before {
  width: calc(100% - 34px);
  height: calc(100% - 34px);
  border: 1px solid rgba(248, 248, 248, 0.8);
}
#feature #case ul li .ph {
  transform: scale(1.1);
  transition: 0.5s;
  opacity: 0.85;
}
#feature #case ul li .ph img {
  width: 100%;
}
#feature #case ul li .text {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 12;
}
#feature #case ul li .text p {
  text-align: center;
  color: #FFF;
  line-height: 1;
}
#feature #case ul li .text p a {
  text-decoration: underline;
}
#feature #case ul li .text p a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #feature {
    padding: 30px 0;
  }
  #feature .title {
    margin-bottom: 10px;
  }
  #feature .title + .read {
    font-size: 0.75rem;
    line-height: 1.35rem;
    margin-bottom: 20px;
  }
  #feature .btn {
    font-size: 0.9375rem;
    line-height: 0.9375rem;
    width: 340px;
    margin: 25px auto 10px;
  }
  #feature .btn a {
    padding: 15px 0px;
  }
  #feature .btn a i {
    right: 18px;
    font-size: 90%;
  }
  #feature .swiper-button-prev, #feature .swiper-button-next {
    color: #ccc;
  }
  #feature .featureList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #feature .featureList .featureItem {
    width: 90%;
  }
  #feature .featureList .featureItem:nth-child(n+2) {
    margin-top: 30px;
  }
  #feature .featureList .featureItem .img img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
  }
  #feature .featureList .featureItem .ftitle {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-top: 15px;
  }
  #feature .featureList .featureItem .read {
    text-align: left;
    margin-top: 15px;
  }
  #feature #case ul li {
    width: 80%;
  }
  #feature #case ul li .text {
    bottom: 10px;
  }
  #feature #case ul li .text p {
    font-size: 0.75rem;
    line-height: 1.35rem;
  }
  #feature #case ul li .text p a {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  #feature .featureList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #feature .featureList .featureItem {
    width: 30%;
  }
  #feature .featureList .featureItem .img img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
  }
  #feature .featureList .featureItem .ftitle {
    font-size: 2vw;
  }
  #feature .featureList .featureItem .read {
    font-size: 1.5vw;
  }
}

/* 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;
  transition: background 1s;
}
#home #mainImg .catchCopy span {
  font-size: 50%;
}
#home #mainImg .catchCopy i {
  margin-right: 0.5em;
}
#home #mainImg .catchCopy i img {
  width: 50px;
  vertical-align: middle;
}
#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;
}
@keyframes arrow {
  0% {
    height: 80px;
    bottom: 100%;
  }
  50% {
    height: 80px;
    bottom: 0px;
  }
  100% {
    height: 0;
    bottom: 0px;
  }
}
#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;
}
@media only screen and (max-width: 767px) {
  #home {
    /* -------------------------------
    スマホ横向きのみの設定
    ------------------------------- */
  }
  #home #mainImg {
    width: 100%; /*height: calc(100vh - 173px);*/
    height: calc(100vh - 56px);
    overflow: hidden;
    background: #1d1d1f;
    transition: background 1s;
  }
  #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 video {
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
@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;
  }
}
#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;
}

#bnrArea {
  background: #fff;
  padding: 50px 0 65px;
}
#bnrArea .pc {
  display: block !important;
}
#bnrArea #cutout_body {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  #bnrArea {
    background: #fff;
    padding: 50px 0 65px;
  }
  #bnrArea .pc {
    display: none !important;
  }
  #bnrArea .sp {
    display: block !important;
  }
  #bnrArea #cutout_body_sp {
    width: 90%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
}/*# sourceMappingURL=style.css.map */



/* ----------------------------------------------------------------------------------------------------------------------------
MatterPortサムネイル
------------------------------------------------------------------------------------------------------------------------------- */
.c-iframelists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .c-iframelists {
    gap: 0;
  }
}

.c-iframelists__list {
  cursor: pointer;
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  .c-iframelists__list {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .c-iframelists__list {
    width: 100%;
    margin: 0 0 20px;
  }
}

.c-iframelists__listImg {
  position: relative;
  display: block;
  overflow: hidden;
}

.c-iframelists__listImg img {
  width: 100%;
  display: block;
}

.c-iframelists__listImg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1;
  transition: background-color .3s;
}

.c-iframelists__listImg::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23222222'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px; /* 三角のサイズ */
}
@media only screen and (max-width: 767px) {
  .c-iframelists__listImg::after {
    width: 50px;
    height: 50px;
  }
}

.c-iframelists__list:hover .c-iframelists__listImg::before {
  background-color: rgba(0, 0, 0, .3);
}

.c-iframelists__listCaption {
  font-size: 1.125rem;
  line-height: 2.025rem;
  margin: 10px auto 0;
}
@media only screen and (max-width: 767px) {
  .c-iframelists__listCaption {
    font-size: 0.875rem;
    line-height: 1.575rem;
    margin: 6px auto 0;
  }
}

/* MatterPortSDKのメインサムネイル */
.c-sdkIframe__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.c-sdkIframe__img img {
  width: 100%;
  display: block;
}

.c-sdkIframe__img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1;
  transition: background-color .3s;
}

.c-sdkIframe__img::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23222222'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 55px; /* 三角のサイズ */
}
@media only screen and (max-width: 767px) {
  .c-sdkIframe__img::after {
    width: 50px;
    height: 50px;
    background-size: 35px; /* 三角のサイズ */
  }
}

.iframeWrap:hover .c-sdkIframe__img::before {
  background-color: rgba(0, 0, 0, .3);
}


/* ----------------------------------------------------------------------------------------------------------------------------
モーダル
------------------------------------------------------------------------------------------------------------------------------- */
.c-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  cursor: default;
}

.c-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .85);
}

.c-modal__container {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  max-width: 1200px; 
  max-height: 800px;
  background: #000;
  box-shadow: 0 10px 50px rgba(0, 0, 0, .5);
}

.c-modal__contentArea {
  width: 100%;
  height: 100%;
}

.c-modal__contentArea iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.c-modal__closeBtn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 100;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, .2);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 1.5rem;
  font-family: sans-serif;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .3s, transform .2s;
}

.c-modal__closeBtn:hover {
  background: rgba(255, 255, 255, .4);
  transform: scale(1.1);
}

@media (min-width: 1220px) {
  .c-modal__container {
    height: 80vh; 
  }
}

