@charset "UTF-8";
/* ===================================================================
CSS Document
file name  :panorama.css
style info : パノラマLP
=================================================================== */
@media (min-width: 768px) {
  .content {
    margin: 0 0 0;
  }
  .panorama section:not(.sec-panorama-movie):not(.sec-virtual-space) {
    padding: 0;
  }
}

.panorama section:not(.sec-panorama-movie):not(.sec-virtual-space) {
  padding: 0;
}

@media (max-width: 768px) {
  .content {
    margin: 56px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.inner-1002 {
  width: 100%;
  max-width: 1022px;
  padding: 0 10px;
  margin: 0 auto;
}

.sec-mv {
  position: relative;
}

.sec-mv .block-img {
  position: relative;
}

.sec-mv .block-img:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 141px;
  left: 0;
  right: 0;
  background: url("../img/bg-mv.png") no-repeat center/100% 100%;
}

@media screen and (max-width: 767px) {
  .sec-mv .block-img:after {
    height: 75px;
    background: rgba(255, 255, 255, 0.2);
  }
}

.sec-mv .block-img img {
  width: 100%;
  height: auto;
}

.sec-mv .block-content {
  z-index: 5;
  position: absolute;
  top: 15px;
  bottom: 140px;
  left: 15px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec-mv .block-content {
    bottom: 82px;
  }
}

.sec-mv .block-stl {
  width: 100%;
  margin-bottom: 23px;
}

@media screen and (max-width: 767px) {
  .sec-mv .block-stl {
    margin-bottom: 2px;
  }
}

.sec-mv .block-ttl {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 4.6rem;
  line-height: 1.4;
  color: white;
  margin-bottom: 13px;
  letter-spacing: 18.3px;
}

@media screen and (max-width: 767px) {
  .sec-mv .block-ttl {
    font-size: 2.76rem;
    line-height: 1.5;
    letter-spacing: 11px;
    margin-bottom: 7px;
  }
}

.sec-mv .block-txt {
  color: white;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 6.1px;
}

@media screen and (max-width: 767px) {
  .sec-mv .block-txt {
    font-size: 1.4rem;
    letter-spacing: 4.3px;
  }
}

.sec-mv .block-info {
  z-index: 5;
  position: absolute;
  bottom: 11px;
  left: 15px;
  right: 15px;
}

@media screen and (max-width: 767px) {
  .sec-mv .block-info {
    bottom: 0;
    left: 1px;
    right: -6px;
  }
}

.sec-mv .block-list {
  margin: 0 auto;
  max-width: 662px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-mv .block-list .item {
  width: 33.333333%;
  position: relative;
  padding: 4px 25px 14px;
}

@media screen and (max-width: 767px) {
  .sec-mv .block-list .item {
    padding: 9px 5px;
  }
}

.sec-mv .block-list .item:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .sec-mv .block-list .item:after {
    top: 7.5px;
    bottom: 8.5px;
  }
}

.sec-mv .block-list .item:last-child:after {
  display: none;
}

.sec-mv .block-list .item__img {
  height: 60px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .sec-mv .block-list .item__img {
    height: 39px;
    margin-bottom: 9px;
  }
}

.sec-mv .block-list .item__ttl {
  text-align: center;
  color: white;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .sec-mv .block-list .item__ttl {
    font-size: 0.9rem;
  }
}

.sec-shooting .block-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 73px;
}

@media screen and (max-width: 767px) {
  .sec-shooting .block-wrap {
    margin-bottom: 62px;
  }
}

.sec-shooting .block-img {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .sec-shooting .block-img {
    width: 100%;
  }
}

.sec-shooting .block-fix {
  margin: -23px -24px 0 0;
}

@media screen and (max-width: 767px) {
  .sec-shooting .block-fix {
    margin: -26px 0 3px 0;
  }
}

.sec-shooting .block-fix img {
  width: 100%;
}

.sec-shooting .block-content {
  width: 50%;
  padding-top: 5.5%;
  padding-right: calc((100vw - 1002px) / 2);
}

@media screen and (max-width: 1050px) {
  .sec-shooting .block-content {
    padding-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .sec-shooting .block-content {
    width: 100%;
    padding: 0 16px 0 15px;
  }
}

.sec-shooting .block-stl {
  padding: 0 20px 41px 19px;
  letter-spacing: 1.473px;
  margin-bottom: 6px;
  display: inline-block;
  position: relative;
  color: #df0622;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .sec-shooting .block-stl {
    text-align: center;
    display: block;
    font-size: 1.5rem;
    padding: 0 15px 32px;
    margin-bottom: 14px;
  }
}

.sec-shooting .block-stl:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 24px;
  background: url("../img/bg-ttl.png") no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .sec-shooting .block-stl:after {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 290px;
    height: 20px;
    background-image: url("../img/bg-ttl-sp.png");
  }
}

.sec-shooting .block-ttl {
  color: #1a1a1a;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.8;
  margin-bottom: 10px;
  letter-spacing: 3.9px;
}

@media screen and (max-width: 767px) {
  .sec-shooting .block-ttl {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 11px;
    letter-spacing: 3px;
  }
}

.sec-shooting .block-ttl span {
  color: #df0622;
}

.sec-shooting .block-txt {
  color: #1a1a1a;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  .sec-shooting .block-txt {
    line-height: 2.15;
  }
}

.sec-shooting .block-heading {
  text-align: center;
  color: #1a1a1a;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 14px;
  letter-spacing: 4.5px;
}

@media screen and (max-width: 767px) {
  .sec-shooting .block-heading {
    background-color: #1a1a1a;
    color: #FFFFFF;
    padding: 10px;
    font-size: 1.8rem;
    margin-bottom: 0;
    letter-spacing: 3.5px;
  }
}

.sec-shooting .block-group {
  padding: 20px 0 10px;
  background-color: #1a1a1a;
}

@media screen and (max-width: 767px) {
  .sec-shooting .block-group {
    padding: 3px 0 11px;
  }
  .sec-shooting .block-group .inner-1002 {
    padding: 0 8px;
  }
}

.sec-shooting .block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}

@media screen and (max-width: 767px) {
  .sec-shooting .block-list {
    margin: 0;
  }
}

.sec-shooting .block-list .item {
  width: 25%;
  padding: 0 5px;
  margin-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec-shooting .block-list .item {
    width: 50%;
    padding: 0;
    margin-bottom: 0;
  }
}

.sec-shooting .block-list .item__img img {
  width: 100%;
  height: auto;
}

.sec-shooting .block-list .item__ttl {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  right: 20px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec-shooting .block-list .item__ttl {
    font-size: 1.4rem;
  }
}

.sec-shooting .block-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec-shooting .block-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 50%;
  height: 180px;
  padding: 15px;
  background-color: #fffe54;
  transition: all .5s ease;
}

.sec-shooting .block-link a:hover {
  text-decoration: none;
  opacity: .8;
}

@media screen and (max-width: 767px) {
  .sec-shooting .block-link a {
    height: 110px;
  }
}

.sec-shooting .block-link a:nth-child(even) {
  background-color: #e2d655;
}

.sec-shooting .block-link a span {
  display: inline-block;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  padding-bottom: 22px;
  position: relative;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .sec-shooting .block-link a span {
    font-size: 1.4rem;
    line-height: 1.29;
  }
}

.sec-shooting .block-link a span:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 4px;
  width: 13px;
  height: 6px;
  background: url("../img/ico-arrow-down.png") no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .sec-shooting .block-link a span:after {
    bottom: 7px;
  }
}

.sec-panorama-movie {
  padding: 0 0 204px;
}

@media screen and (max-width: 767px) {
  .sec-panorama-movie {
    padding: 0 0 70px;
  }
}

.sec-panorama-movie .block-wrap {
  position: relative;
  padding: 211px 0 102px;
}

@media screen and (max-width: 767px) {
  .sec-panorama-movie .block-wrap {
    padding: 0;
  }
}

.sec-panorama-movie .block-wrap:after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: url("../img/bg-panorama-movie.jpg") no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .sec-panorama-movie .block-wrap:after {
    display: none;
  }
}

.sec-panorama-movie .block-wrap > .inner-1002 {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .sec-panorama-movie .block-wrap > .inner-1002 {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-panorama-movie .block-content {
    padding: 67px 15px 74px;
    position: relative;
  }
  .sec-panorama-movie .block-content:after {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: url("../img/bg-panorama-movie-sp.jpg") no-repeat center/cover;
  }
}

.sec-panorama-movie .block-ttl {
  position: relative;
  z-index: 5;
  text-align: center;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.8125;
  margin-bottom: 17px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  letter-spacing: 6.3px;
}

@media screen and (max-width: 767px) {
  .sec-panorama-movie .block-ttl {
    font-size: 2rem;
    line-height: 1.75;
    letter-spacing: 4px;
    margin-bottom: 12px;
  }
}

.sec-panorama-movie .block-txt {
  position: relative;
  z-index: 5;
  text-align: center;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.5;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 77px;
}

@media screen and (max-width: 767px) {
  .sec-panorama-movie .block-txt {
    font-size: 1.3rem;
    line-height: 2.47;
    margin-bottom: 0;
  }
}

.sec-panorama-movie .block-video {
  text-align: right;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .sec-panorama-movie .block-video {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .sec-panorama-movie .block-video {
    height: 250px;
  }
}

.sec-panorama-movie .block-video .js-open-video {
  z-index: 5;
  width: 250px;
  height: 250px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: url("../img/bg-youtube.png") no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .sec-panorama-movie .block-video .js-open-video {
    width: 100%;
    background-image: url("../img/bg-youtube-sp.png.jpg");
    background-size: cover;
  }
}

.sec-panorama-movie .block-video .js-open-video span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  right: 15px;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #FFFFFF;
  z-index: 1;
  padding-top: 70px;
  letter-spacing: 3px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec-panorama-movie .block-video .js-open-video span {
    padding-top: 68px;
    font-size: 1.4rem;
  }
}

.sec-panorama-movie .block-video .js-open-video span:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 53%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 11px;
  width: 44px;
  height: 48px;
  background: url("../img/ico-play-button.png") no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .sec-panorama-movie .block-video .js-open-video span:before {
    width: 54px;
    height: 54px;
    background-image: url("../img/ico-play-button-sp.png");
    top: 4px;
    left: 50%;
  }
}

.sec-panorama-movie .block-group {
  padding: 14px 10px 10px;
  background-color: #1a1a1a;
}

@media screen and (max-width: 767px) {
  .sec-panorama-movie .block-group {
    padding: 18px 8px 0;
  }
}

.sec-panorama-movie .block-heading {
  text-align: center;
  color: #FFFFFF;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 18px;
  letter-spacing: 4px;
}

@media screen and (max-width: 767px) {
  .sec-panorama-movie .block-heading {
    letter-spacing: 3px;
    font-size: 1.5rem;
    margin-bottom: 21px;
  }
}

.sec-panorama-movie .block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}

.sec-panorama-movie .block-list .item {
  width: 33.33333%;
  padding: 0 5px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec-panorama-movie .block-list .item {
    width: 100%;
    margin-bottom: 10px;
  }
}

.sec-panorama-movie .block-list .item__img img {
  width: 100%;
  height: auto;
}

.sec-panorama-movie .block-list .item__ttl {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  right: 15px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
  position: absolute;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .sec-panorama-movie .block-list .item__ttl {
    font-size: 1.5rem;
  }
}

.popup-overlay {
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.popup-video {
  position: absolute;
  z-index: 9999;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.popup-video iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.popup-video .close {
  bottom: -50px;
  right: 0;
  position: absolute;
  width: 44px;
  height: 44px;
  cursor: pointer;
}

.popup-video .close:before, .popup-video .close:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 999px;
  background-color: #fff;
  left: 50%;
  top: 50%;
}

.popup-video .close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.popup-video .close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.box-heading {
  display: block;
  margin-bottom: -100px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .box-heading {
    margin-bottom: 35px;
    text-align: center;
    padding-top: 15px;
  }
}

.box-heading .cnt-area {
  display: inline-block;
  background-color: #fff;
  border-left: 2px solid #fffe54;
  padding: 39px 53px 43px 49px;
  min-width: 390px;
}

@media screen and (max-width: 767px) {
  .box-heading .cnt-area {
    min-width: 256px;
    padding: 0;
    border-left: none;
  }
}

.box-heading .txt {
  font-weight: 400;
  color: #282828;
  font-size: 1.4rem;
  line-height: 1.4;
  position: relative;
}

@media screen and (max-width: 767px) {
  .box-heading .txt {
    font-size: 1.2rem;
  }
}

.box-heading .txt:before, .box-heading .txt:after {
  content: '';
  position: absolute;
}

.box-heading .txt:before {
  left: 4px;
  right: 2px;
  height: 1px;
  background-color: #222222;
}

.box-heading .txt:after {
  width: 1px;
  height: 15px;
  background-color: #222222;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.box-heading .txt span {
  display: inline-block;
  background-color: #fff;
  position: relative;
}

.box-heading .txt-l {
  text-align: left;
}

.box-heading .txt-l:before {
  top: 6px;
}

.box-heading .txt-l:after {
  top: 5px;
  right: 8px;
}

.box-heading .txt-l span {
  padding-right: 28px;
}

.box-heading .txt-r {
  text-align: right;
}

.box-heading .txt-r:before {
  bottom: 3px;
}

.box-heading .txt-r:after {
  bottom: 2px;
  left: 10px;
}

.box-heading .txt-r span {
  padding-left: 32px;
}

.box-heading .ttl {
  text-align: center;
  margin: 22px 0 18px;
}

@media screen and (max-width: 767px) {
  .box-heading .ttl {
    margin: 21px 0 17px;
  }
}

.box-application {
  background-color: rgba(247, 247, 247, 0.25);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .box-application {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    background-color: #807d7c;
  }
}

.box-application ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .box-application ul {
    display: block;
    padding: 3px 0 2px;
  }
}

.box-application ul > li {
  width: 100%;
  max-width: 220px;
  position: relative;
  text-align: center;
  padding: 15px 8px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .box-application ul > li {
    max-width: none;
    font-size: 1rem;
    line-height: 1.8;
    padding: 13.5px 8px;
  }
}

.box-application ul > li:after {
  content: '';
  top: 13px;
  bottom: 12px;
  right: 0;
  width: 1px;
  background-color: #ccc;
  position: absolute;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .box-application ul > li:after {
    top: auto;
    bottom: 0;
    left: 0;
    width: auto;
    height: 1px;
  }
}

.box-application ul > li:last-child:after {
  display: none;
}

.link-product {
  display: block;
  position: relative;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.link-product:hover {
  text-decoration: none;
  opacity: 0.8;
}

.link-product .block-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #1a1a1a;
  padding-bottom: 42px;
}

@media screen and (max-width: 767px) {
  .link-product .block-wrap {
    padding-bottom: 26px;
  }
}

.link-product .block-wrap .inner-1002 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.link-product .block-content {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .link-product .block-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}

.link-product .block-img {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .link-product .block-img {
    width: 100%;
  }
}

.link-product .block-fix {
  margin: -139px -82px 0 13px;
}

@media screen and (max-width: 1150px) {
  .link-product .block-fix {
    margin-right: -40px;
  }
}

@media screen and (max-width: 767px) {
  .link-product .block-fix {
    margin: -131px -4px -15px 0;
  }
}

.link-product .block-fix img {
  width: 100%;
}

.link-product .block-ttl {
  height: 85px;
  padding: 15px 10px 20px 40px;
  border-left: 1px solid #197fc4;
}

@media screen and (max-width: 767px) {
  .link-product .block-ttl {
    height: auto;
    border-left: none;
    padding: 0 0 0;
    text-align: center;
    margin-bottom: 138px;
  }
}

.link-product .block-info {
  padding: 37px 40px 10px;
  border-left: 1px solid #FFFFFF;
}

@media screen and (max-width: 767px) {
  .link-product .block-info {
    border-left: none;
    text-align: center;
    padding: 37px 0 10px;
  }
}

.link-product .block-stl {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 2;
  margin-bottom: 12px;
  letter-spacing: 2.5px;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .link-product .block-stl {
    font-size: 2rem;
    line-height: 1.75;
    letter-spacing: 2px;
    margin-bottom: 14px;
  }
}

.link-product .block-txt {
  font-weight: 400;
  font-size: 1.4rem;
  color: #FFFFFF;
  line-height: 2.5;
}

@media screen and (min-width: 768px) {
  .link-product02 .block-wrap {
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .link-product02 .block-ttl {
    margin-bottom: 140px;
  }
}

.link-product02 .block-stl {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .link-product02 .block-stl {
    margin-bottom: 13px;
  }
}

.link-product02 .block-info {
  padding: 37px 56px 0 40px;
}

@media screen and (max-width: 767px) {
  .link-product02 .block-info {
    padding: 4px 8px 45px;
  }
}

.link-product02 .block-fix {
  margin: -76px -70px 0 30px;
}

@media screen and (max-width: 767px) {
  .link-product02 .block-fix {
    margin: -121px -10px 0 -10px;
  }
}

.link-product03 {
  display: block;
  position: relative;
}

.link-product03 .block-img img {
  width: 100%;
  height: auto;
}

.btn-more-detail {
  background: #fffe54;
  text-align: center;
  padding: 18px 15px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .btn-more-detail {
    padding: 22px 15px 21px;
  }
}

.btn-more-detail.bg-dark-yellow {
  background: #e2d655;
}

.btn-more-detail.bg-blue-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#4285ec), to(#0bbafb));
  background: -o-linear-gradient(left, #4285ec, #0bbafb);
  background: linear-gradient(to right, #4285ec, #0bbafb);
}

.sec-virtual-tour {
  padding: 268px 0 135px;
}

@media screen and (max-width: 767px) {
  .sec-virtual-tour {
    padding: 0 0 84px;
  }
}

.sec-virtual-tour .block-wrap {
  position: relative;
  padding: 255px 0 297px;
}

@media screen and (max-width: 767px) {
  .sec-virtual-tour .block-wrap {
    padding: 0;
  }
}

.sec-virtual-tour .block-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/bg-virtual-tour.jpg") no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .sec-virtual-tour .block-wrap:after {
    display: none;
  }
}

.sec-virtual-tour .block-wrap > .inner-1002 {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .sec-virtual-tour .block-wrap > .inner-1002 {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-virtual-tour .block-content {
    padding: 45px 15px 50px;
    position: relative;
  }
  .sec-virtual-tour .block-content:after {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: url("../img/bg-virtual-tour-sp.jpg") no-repeat center/cover;
  }
}

.sec-virtual-tour .block-ttl {
  position: relative;
  z-index: 5;
  text-align: center;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.8125;
  margin-bottom: 19px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  letter-spacing: 6.3px;
}

@media screen and (max-width: 767px) {
  .sec-virtual-tour .block-ttl {
    font-size: 1.8rem;
    line-height: 1.78;
    letter-spacing: 4px;
    margin-bottom: 14px;
  }
}

.sec-virtual-tour .block-txt {
  position: relative;
  z-index: 5;
  text-align: center;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.5;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  max-width: 874px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec-virtual-tour .block-txt {
    font-size: 1.3rem;
    line-height: 2.47;
    margin-bottom: 0;
  }
}

.sec-virtual-tour .block-group {
  padding: 50px 10px 10px;
  max-width: 754px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec-virtual-tour .block-group {
    padding: 18px 10px 10px;
  }
}

.sec-virtual-tour .block-heading {
  text-align: center;
  color: #1a1a1a;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 27px;
  letter-spacing: 2.2px;
}

@media screen and (max-width: 767px) {
  .sec-virtual-tour .block-heading {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 2px;
    margin-bottom: 24px;
  }
}

.sec-virtual-tour .block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -35px;
}

@media screen and (max-width: 767px) {
  .sec-virtual-tour .block-list {
    margin: 0;
  }
}

.sec-virtual-tour .block-list .item {
  width: 33.33333%;
  padding: 20px 35px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec-virtual-tour .block-list .item {
    width: 100%;
    padding: 0 0 96px;
  }
  .sec-virtual-tour .block-list .item:last-child {
    padding: 0;
  }
}

.sec-virtual-tour .block-list .item:after {
  content: '';
  position: absolute;
  right: -12px;
  top: 50%;
  bottom: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 138px;
  background: url("../img/bg-01.png") no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .sec-virtual-tour .block-list .item:after {
    width: 250px;
    height: 45px;
    top: auto;
    left: 50%;
    right: auto;
    bottom: 33px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url("../img/bg-01-sp.png");
  }
}

.sec-virtual-tour .block-list .item:last-child:after {
  display: none;
}

.sec-virtual-tour .block-list .item__order {
  text-align: center;
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .sec-virtual-tour .block-list .item__order {
    margin-bottom: 13px;
  }
  .sec-virtual-tour .block-list .item__order img {
    height: 42px;
  }
}

.sec-virtual-tour .block-list .item__ttl {
  text-align: center;
  color: #1a1a1a;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .sec-virtual-tour .block-list .item__ttl {
    line-height: 1.8;
  }
}

.sec-virtual-tour .box-heading {
  border-left-color: #e2d655;
}

.sec-virtual-tour .box-heading .txt-l span {
  padding-right: 7px;
}

.sec-virtual-tour .box-application {
  overflow: hidden;
  padding: 6px 0 4px;
}

.sec-virtual-tour .box-application ul {
  position: relative;
}

@media screen and (min-width: 768px) {
  .sec-virtual-tour .box-application ul:before {
    content: '';
    position: absolute;
    width: 9999px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 1px;
    background-color: #CCCCCC;
    top: 49px;
  }
}

@media screen and (max-width: 767px) {
  .sec-virtual-tour .box-application ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.sec-virtual-tour .box-application li {
  width: 167px;
  padding: 9px 8px 11px;
}

@media screen and (max-width: 767px) {
  .sec-virtual-tour .box-application li {
    width: calc(50% - 5px);
    padding: 11px 5px;
  }
  .sec-virtual-tour .box-application li:nth-child(1), .sec-virtual-tour .box-application li:nth-child(2) {
    padding-top: 5px;
  }
  .sec-virtual-tour .box-application li:last-child {
    padding-bottom: 7px;
  }
}

@media screen and (min-width: 768px) {
  .sec-virtual-tour .box-application li:after {
    top: 7px;
    bottom: 8px;
  }
}

@media screen and (min-width: 768px) {
  .sec-virtual-tour .box-application li:nth-child(6):after {
    display: none;
  }
}

.sec-virtual-space {
  padding: 147px 0 65px;
  background-image: url("../img/bg-02.png");
  background-repeat: no-repeat;
  background-size: 441px 373px;
  background-position: right top -91px;
}

@media screen and (max-width: 767px) {
  .sec-virtual-space {
    padding: 89px 0 21px;
    background-size: 185px 187px;
    background-position: right top -50px;
    background-image: url("../img/bg-02-sp.png");
  }
  .sec-virtual-space .inner-1002 {
    padding: 0 15px;
  }
}

.sec-virtual-space .block-ttl {
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .sec-virtual-space .block-ttl {
    margin-bottom: 6px;
  }
}

.sec-virtual-space .block-stl {
  text-align: center;
  color: #1a1a1a;
  font-weight: 700;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 3rem;
  line-height: 1.74;
  margin-bottom: 8px;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  .sec-virtual-space .block-stl {
    font-size: 2rem;
    line-height: 1.75;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
}

.sec-virtual-space .block-txt {
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
  font-weight: 400;
  color: #1a1a1a;
  font-size: 1.4rem;
  line-height: 2.5;
}

.sec-contact {
  background-color: #1a1a1a;
  padding: 47px 0 77px !important;
  border-bottom: 1px solid #d1d048;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec-contact {
    padding: 27px 0 52px !important;
    margin-bottom: 51px;
  }
}

.sec-contact .block-stl {
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 37px;
}

@media screen and (max-width: 767px) {
  .sec-contact .block-stl {
    font-size: 1.4rem;
    margin-bottom: 36px;
  }
}

.sec-contact .block-ttl {
  color: #fff;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 12px;
}
.sec-contact .block-ttl.ff_robot-condensed {
  font-family: 'Roboto Condensed', sans-serif;
}

@media screen and (max-width: 767px) {
  .sec-contact .block-ttl {
    font-size: 40px;
    margin-bottom: 13px;
  }
}

.sec-contact .block-txt {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 21px;
}

@media screen and (max-width: 767px) {
  .sec-contact .block-txt {
    font-size: 1.4rem;
    line-height: 1.44;
    margin-bottom: 17px;
  }
}

.sec-contact .block-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 350px;
  height: 70px;
  margin: 0 auto;
  border-radius: 6px;
  background-color: #fffe54;
  position: relative;
  padding: 0 40px;
  transition: all .5s ease;
}

.sec-contact .block-btn:hover {
  opacity: .8;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .sec-contact .block-btn {
    width: 290px;
    height: 58px;
    border-radius: 3px;
  }
}

.sec-contact .block-btn:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 6px;
  height: 12px;
  background: url("../img/ico-arrow-next.png") no-repeat center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
}

@media screen and (max-width: 767px) {
  .sec-contact .block-btn:after {
    right: 20px;
  }
}

.sec-contact .block-btn img {
  margin-right: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .sec-contact .block-btn img {
    width: 18px;
  }
}

.sec-contact .block-btn span {
  color: #1a1a1a;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .sec-contact .block-btn span {
    font-size: 1.3rem;
  }
}

.sec-virtual-space .bg_gra {
  color: #fff;
  display: inline-block;
  font-family: Noto Sans Japanese, メイリオ, Meiryo, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0 0 30px;
  position: relative;
}
.sec-virtual-space .bg_gra::after {
  background: linear-gradient(to right,  #4f9cf1 0%,#2cb0f6 50%,#00c7fc 100%);
  content: "";
  display: block;
  height: 48px;
  width: 300px;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translate(-50%, 0) skewX(-15deg);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .sec-virtual-space .bg_gra {
    font-size: 14px;
    margin: 0 0 20px;
  }
  .sec-virtual-space .bg_gra::after {
    height: 32px;
    width: 220px;
    top: -4px;
  }
}