/*
* top.css
*
*/
/* Magnific Popup CSS */
.mfp-bg {
  overflow: hidden;
  opacity: 0.9;
  position: fixed;
  z-index: 1042;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
}

.mfp-wrap {
  position: fixed;
  z-index: 1043;
  top: 0;
  left: 0;
  outline: none !important;
  width: 100%;
  height: 100%;

  -webkit-backface-visibility: hidden;
}

.mfp-container {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px;
  width: 100%;
  height: 100%;
  text-align: center;
}

.mfp-container::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container::before {
  display: none;
}

.mfp-content {
  display: inline-block;
  position: relative;
  z-index: 1045;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
     -moz-user-select: none;
          -ms-user-select: none;
      user-select: none;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor:         zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor:         zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  position: absolute;
  z-index: 1044;
  top: 50%;
  right: 8px;
  left: 8px;
  margin-top: -0.8em;
  width: auto;
  text-align: center;
  color: #ccc;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  display: block;
  overflow: visible;
  z-index: 1046;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: transparent;
  box-shadow: none;

  -webkit-appearance: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.mfp-close {
  opacity: 0.65;
  opacity: 1;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 1px solid #e9eae6;
  border-left: 1px solid #e9eae6;
  width: clamp(29px,3.88889vw, 56px);
  height: clamp(29px,3.88889vw, 56px);
  background-color: #fff;
  background-size: clamp(6px,0.83334vw, 12px) clamp(6px,0.83334vw, 12px);
}

button.mfp-close.-feature {
  top: -14.93333vw;
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  button.mfp-close.-feature {
    top: -0.69444vw;
    right: -4.86111vw;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-feature {
    top: -10px;
    right: -70px;
  }
}

@media screen and (min-width: 768px) {
  button.mfp-close.-feature::before {
    width: 2.77778vw !important;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-feature::before {
    width: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  button.mfp-close.-feature::after {
    width: 2.77778vw !important;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-feature::after {
    width: 40px !important;
  }
}

button.mfp-close.-system {
  top: -14.93333vw;
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  button.mfp-close.-system {
    top: -0.69444vw;
    right: -5.34722vw;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-system {
    top: -10px;
    right: -77px;
  }
}

@media screen and (min-width: 768px) {
  button.mfp-close.-system::before {
    width: 3.88889vw !important;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-system::before {
    width: 56px !important;
  }
}

@media screen and (min-width: 768px) {
  button.mfp-close.-system::after {
    width: 3.88889vw !important;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-system::after {
    width: 56px !important;
  }
}

@media screen and (min-width: 768px) {
  button.mfp-close.-case {
    top: -0.69444vw;
    right: -5.34722vw;
    background-color: transparent;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-case {
    top: -10px;
    right: -77px;
  }
}

@media screen and (min-width: 768px) {
  button.mfp-close.-case::before {
    width: 3.88889vw !important;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-case::before {
    width: 56px !important;
  }
}

@media screen and (min-width: 768px) {
  button.mfp-close.-case::after {
    width: 3.88889vw !important;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-case::after {
    width: 56px !important;
  }
}

button.mfp-close.-price {
  top: -14.93333vw;
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  button.mfp-close.-price {
    top: -0.69444vw;
    right: -5.34722vw;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-price {
    top: -10px;
    right: -77px;
  }
}

@media screen and (min-width: 768px) {
  button.mfp-close.-price::before {
    width: 3.88889vw !important;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-price::before {
    width: 56px !important;
  }
}

@media screen and (min-width: 768px) {
  button.mfp-close.-price::after {
    width: 3.88889vw !important;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-price::after {
    width: 56px !important;
  }
}

button.mfp-close:before,
button.mfp-close:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: clamp(8px,1.04167vw, 15px);
  height: 2px;
  -webkit-transform-origin: center;
          transform-origin: center;
  background-color: #4a29b4;
}

button.mfp-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

button.mfp-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

button.mfp-close:hover,
button.mfp-close:focus {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  button.mfp-close {
    width: 14.93333vw;
    height: 14.93333vw;
    background-size: 3.2vw 3.2vw;
  }
  button.mfp-close:before,
  button.mfp-close:after {
    top: 0.8vw;
    width: 4vw;
  }
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1046;
  top: 50%;
  margin: 0;
  padding: 0;
  border-radius: clamp(1px,0.13889vw, 2px);
  width: clamp(28px,3.75vw, 54px);
  height: clamp(28px,3.75vw, 54px);
  transition: opacity 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #4a28b4 !important;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 0.9;
}

.mfp-arrow::before {
  content: "";
  display: block;
  width: clamp(5px,0.69445vw, 10px);
  height: clamp(6px,0.90278vw, 13px);
  background: url(/assets/img/common/icon_arrow_left_white.png) center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .mfp-arrow {
    border-radius: 0.53333vw;
    width: 14.4vw;
    height: 14.4vw;
  }
  .mfp-arrow::before {
    width: 2.66667vw;
    height: 3.46667vw;
  }
}

.mfp-arrow-left {
  left: clamp(-13px,-1.59722vw, -23px);
}

@media screen and (max-width: 768px) {
  .mfp-arrow-left {
    left: -6.93333vw;
  }
}

.mfp-arrow-right {
  right: clamp(-13px,-1.59722vw, -23px);
}

.mfp-arrow-right::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media screen and (max-width: 768px) {
  .mfp-arrow-right {
    right: -6.93333vw;
  }
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  width: 100%;
  max-width: 173.33333vw;
  line-height: 0;
}

@media screen and (min-width: 768px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 83.33333vw;
  }
}

@media screen and (min-width: 1440px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 1200px;
  }
}

.mfp-iframe-scaler {
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
}

.mfp-iframe-scaler iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Main image in popup */
img.mfp-img {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 0 40px;
  width: auto;
  max-width: 100%;
  height: auto;
  line-height: 0;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  width: auto;
  height: auto;
  background: #444;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure small {
  display: block;
  color: #bdbdbd;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -36px;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  padding-right: 36px;
  text-align: left;
  word-wrap: break-word;
  color: #f3f3f3;
  line-height: 18px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 768px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0;
    padding-left: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure::after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    box-sizing: border-box;
    position: fixed;
    top: auto;
    bottom: 0;
    margin: 0;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.6);
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px;
  }
  .mfp-img-mobile .mfp-close {
    position: fixed;
    top: 0;
    right: 0;
    padding: 0;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: 35px;
  }
}

.mfp-fade {
  /* overlay at start */
  /* content at start */
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.25s ease-out;
  /* overlay animate in */
  /* overlay animate out */
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap {
  /* content animate it */
  /* content animate out */
}

.mfp-fade.mfp-wrap .mfp-content,
.mfp-fade.mfp-wrap .mfp-arrow {
  opacity: 0;
  transition: all 0.25s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content,
.mfp-fade.mfp-wrap.mfp-ready .mfp-arrow {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content,
.mfp-fade.mfp-wrap.mfp-removing .mfp-arrow {
  opacity: 0;
}

body {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-load="loaded"] body {
  opacity: 1;
}

.mfp-bg {
  background: #727171 !important;
}

@media screen and (min-width: 768px) {
  .panorama {
    margin-top: 15.83333vw;
  }
}

@media screen and (min-width: 1440px) {
  .panorama {
    margin-top: 228px;
  }
}

.panorama *::-webkit-scrollbar,
.panorama *::-webkit-scrollbar-thumb {
  display: none !important;

  -webkit-appearance: none !important;

          appearance: none !important;
}

.panorama .panorama__main__outer {
  position: relative;
}

.panorama .panorama__main__swipe {
  position: absolute;
  z-index: 2;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;

  inset: 0 0 3.2vw;
}

@media screen and (min-width: 768px) {
  .panorama .panorama__main__swipe {
    display: none;
  }
}

.panorama .panorama__main__swipe > .icon {
  position: absolute;
  margin: auto;
  border-radius: 50%;
  width: 21.33333vw;
  height: 21.33333vw;
  background-color: rgba(0, 0, 0, 0.3);

  inset: 0;
}

.panorama .panorama__main__swipe > .icon span:nth-of-type(1) {
  display: inline-block;
  position: absolute;
  margin: auto;
  width: 25.6vw;
  height: 11.46667vw;

  inset: 0 0 0 7.2vw;
}

.panorama .panorama__main__swipe > .icon span:nth-of-type(2) {
  display: inline-block;
  position: absolute;
  width: 3.73333vw;
  height: 1.33333vw;

  inset: 1.33333vw 0 0 10.93333vw;
}

.panorama .panorama__main {
  height: 131.2vw;
}

@media screen and (min-width: 768px) {
  .panorama .panorama__main {
    height: auto;
  }
}

.panorama .panorama__item {
  overflow-x: scroll;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media screen and (min-width: 768px) {
  .panorama .panorama__item {
    overflow: hidden;
  }
}

.panorama .panorama__item:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.panorama .panorama__item__img {
  display: block;
  width: 180vw;
  height: 128vw;

  overscroll-behavior-y: none;
}

@media screen and (min-width: 768px) {
  .panorama .panorama__item__img {
    width: 100%;
    height: auto;
  }
}

.panorama .swiper-button-prev,
.panorama .swiper-button-next {
  display: none;
}

@media screen and (min-width: 768px) {
  .panorama .swiper-button-prev,
  .panorama .swiper-button-next {
    display: block;
    position: absolute;
    width: 2.77778vw;
    height: 2.77778vw;
  }
}

@media screen and (min-width: 1440px) {
  .panorama .swiper-button-prev,
  .panorama .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}

@media screen and (min-width: 768px) {
  .panorama .swiper-button-next {
    right: 8.33333vw;
  }
}

@media screen and (min-width: 1440px) {
  .panorama .swiper-button-next {
    right: 120px;
  }
}

.panorama .swiper-button-next::after {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .panorama .swiper-button-prev {
    left: 8.33333vw;
  }
}

@media screen and (min-width: 1440px) {
  .panorama .swiper-button-prev {
    left: 120px;
  }
}

.panorama .swiper-button-prev::after {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.panorama .simplebar-scrollbar {
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .panorama .simplebar-scrollbar {
    display: none;
  }
}

.panorama .simplebar-scrollbar::before {
  opacity: 1 !important;
  right: 0 !important;
  left: 0 !important;
  background-color: #d5ad58;
}

@media screen and (min-width: 768px) {
  .panorama .simplebar-scrollbar::before {
    display: none;
  }
}

.panorama .simplebar-track.simplebar-horizontal {
  visibility: visible !important;
  margin: auto;
  max-width: 89.33333vw;
  height: 0.53333vw;
  background-color: #d0d0d0;
}

@media screen and (min-width: 768px) {
  .panorama .simplebar-track.simplebar-horizontal {
    display: none;
  }
}

.panorama .panorama__sub {
  margin-top: 2.13333vw;
  padding: 0 4.8vw;
}

@media screen and (min-width: 768px) {
  .panorama .panorama__sub {
    margin-top: 2.08333vw;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    max-width: 48.61111vw;
  }
}

@media screen and (min-width: 1440px) {
  .panorama .panorama__sub {
    margin-top: 30px;
    max-width: 700px;
  }
}

.panorama .panorama__sub__item .img {
  display: block;
  position: relative;
  width: 21.33333vw;
  height: 12.8vw;
}

@media screen and (min-width: 768px) {
  .panorama .panorama__sub__item .img {
    overflow: hidden;
    width: 11.11111vw;
    height: 6.66667vw;
  }
}

@media screen and (min-width: 1440px) {
  .panorama .panorama__sub__item .img {
    width: 160px;
    height: 96px;
  }
}

.panorama .panorama__sub__item .img::before {
  content: "";
  position: absolute;
  z-index: 1;
  border-top: 0.53333vw solid #d5ad58;
  border-left: 0.53333vw solid #d5ad58;
  transition: -webkit-transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  pointer-events: none;

  inset: 0;
}

@media screen and (min-width: 768px) {
  .panorama .panorama__sub__item .img::before {
    border-top: 0.27778vw solid #d5ad58;
    border-left: 0.27778vw solid #d5ad58;
  }
}

@media screen and (min-width: 1440px) {
  .panorama .panorama__sub__item .img::before {
    border-top: 4px solid #d5ad58;
    border-left: 4px solid #d5ad58;
  }
}

.panorama .panorama__sub__item .img::after {
  content: "";
  position: absolute;
  z-index: 1;
  border-right: 0.53333vw solid #d5ad58;
  border-bottom: 0.53333vw solid #d5ad58;
  transition: -webkit-transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  pointer-events: none;

  inset: 0;
}

@media screen and (min-width: 768px) {
  .panorama .panorama__sub__item .img::after {
    border-right: 0.27778vw solid #d5ad58;
    border-bottom: 0.27778vw solid #d5ad58;
  }
}

@media screen and (min-width: 1440px) {
  .panorama .panorama__sub__item .img::after {
    border-right: 4px solid #d5ad58;
    border-bottom: 4px solid #d5ad58;
  }
}

.panorama .panorama__sub__item .img > span {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  inset: 0;
}

@media screen and (min-width: 768px) {
  .panorama .panorama__sub__item .img > span {
    transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}

.panorama .panorama__sub__item .img > span.img01 {
  background-image: url(/assets/img/feature/panorama_img_01_sm.jpg);
}

@media screen and (min-width: 768px) {
  .panorama .panorama__sub__item .img > span.img01 {
    background-image: url(/assets/img/feature/panorama_img_01_lg.jpg);
  }
}

.panorama .panorama__sub__item .img > span.img02 {
  background-image: url(/assets/img/feature/panorama_img_02_sm.jpg);
}

@media screen and (min-width: 768px) {
  .panorama .panorama__sub__item .img > span.img02 {
    background-image: url(/assets/img/feature/panorama_img_02_lg.jpg);
  }
}

.panorama .panorama__sub__item .img > span.img03 {
  background-image: url(/assets/img/feature/panorama_img_03_sm.jpg);
}

@media screen and (min-width: 768px) {
  .panorama .panorama__sub__item .img > span.img03 {
    background-image: url(/assets/img/feature/panorama_img_03_lg.jpg);
  }
}

.panorama .panorama__sub__item .img > span.img04 {
  background-image: url(/assets/img/feature/panorama_img_04_sm.jpg);
}

@media screen and (min-width: 768px) {
  .panorama .panorama__sub__item .img > span.img04 {
    background-image: url(/assets/img/feature/panorama_img_04_lg.jpg);
  }
}

@media screen and (min-width: 768px) {
  .panorama .panorama__sub__item .img:hover {
    cursor: pointer;
  }
  .panorama .panorama__sub__item .img:hover span {
    opacity: 0.7;
    transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.panorama .panorama__sub__item .text {
  margin-top: 1.06667vw;
  text-align: center;
  white-space: nowrap;
  color: #727171;
  font-size: 2.93333vw;
}

@media screen and (min-width: 768px) {
  .panorama .panorama__sub__item .text {
    margin-top: 0.83333vw;
    font-size: 1.11111vw;
  }
}

@media screen and (min-width: 1440px) {
  .panorama .panorama__sub__item .text {
    margin-top: 12px;
    font-size: 16px;
  }
}

.panorama .panorama__sub__item.swiper-slide-thumb-active .img::before,
.panorama .panorama__sub__item.swiper-slide-thumb-active .img::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* ----------------------------------------------*
* feature
*---------------------------------------------- */
.feature {
  padding-top: 17.33333vw;
  padding-bottom: 17.33333vw;
  background: #f9f9f9;
}

@media screen and (min-width: 768px) {
  .feature {
    position: relative;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 100vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature {
    padding-bottom: 0;
    max-width: auto;
  }
}

.feature .c-title {
  width: 45.86667vw;
}

@media screen and (min-width: 768px) {
  .feature .c-title {
    width: 22.91667vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature .c-title {
    width: 330px;
  }
}

.feature .c-text {
  margin: 0 auto;
  padding-top: 8vw;
  width: 67.46667vw;
}

@media screen and (min-width: 768px) {
  .feature .c-text {
    width: 30.55556vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature .c-text {
    width: 440px;
  }
}

.feature__section {
  padding-top: 16.8vw;
}

@media screen and (min-width: 768px) {
  .feature__section {
    position: relative;
    padding-top: 13.75vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__section {
    padding-top: 198px;
  }
}

.feature__num {
  position: relative;
  margin: 0 auto;
  width: 4.8vw;
}

@media screen and (min-width: 768px) {
  .feature__num {
    width: 2.15278vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__num {
    width: 31px;
  }
}

.feature__num::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -0.26667vw;
  left: 0;
  margin: auto;
  width: 5.33333vw;
  height: 2px;
  background: #d5ad58;
}

@media screen and (min-width: 768px) {
  .feature__num::before {
    bottom: -0.69444vw;
    width: 2.43056vw;
    height: 2px;
  }
}

@media screen and (min-width: 1440px) {
  .feature__num::before {
    bottom: -10px;
    width: 35px;
  }
}

.feature__catch {
  margin: 0 auto;
  padding-top: 5.86667vw;
  padding-bottom: 8vw;
}

@media screen and (min-width: 768px) {
  .feature__catch {
    padding-top: 3.68056vw;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  .feature__catch {
    padding-top: 53px;
  }
}

.feature__catch.-first {
  width: 64.26667vw;
}

@media screen and (min-width: 768px) {
  .feature__catch.-first {
    width: 47.98611vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__catch.-first {
    width: 691px;
  }
}

.feature__catch.-second {
  width: 53.86667vw;
}

@media screen and (min-width: 768px) {
  .feature__catch.-second {
    width: 55vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__catch.-second {
    width: 792px;
  }
}

.feature__catch.-third {
  width: 59.2vw;
}

@media screen and (min-width: 768px) {
  .feature__catch.-third {
    width: 50.34722vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__catch.-third {
    width: 725px;
  }
}

.feature__catch.-forth {
  width: 84vw;
}

@media screen and (min-width: 768px) {
  .feature__catch.-forth {
    width: 60.20833vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__catch.-forth {
    width: 867px;
  }
}

@media screen and (min-width: 768px) {
  .feature__introduce {
    display: flex;
    justify-content: center;
    margin-top: 6.80556vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__introduce {
    margin-top: 98px;
  }
}

@media screen and (min-width: 768px) {
  .feature__introduce.-reverse {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .feature__introduce.-mt {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .feature__introduce.-introduce04 {
    margin-top: 0.69444vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__introduce.-introduce04 {
    margin-top: 30px;
  }
}

.feature__introduce + .feature__introduce {
  padding-top: 16.8vw;
}

@media screen and (min-width: 768px) {
  .feature__introduce + .feature__introduce {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .feature__introduce__pcWrapper {
    padding-right: 6.94444vw;
    padding-left: 4.16667vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__introduce__pcWrapper {
    padding-right: 100px;
    padding-left: 60px;
  }
}

@media screen and (min-width: 768px) {
  .feature__introduce__pcWrapper.-reverse {
    padding-right: 3.75vw;
    padding-left: 8.33333vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__introduce__pcWrapper.-reverse {
    padding-right: 54px;
    padding-left: 120px;
  }
}

@media screen and (min-width: 768px) {
  .feature__introduce__pcWrapper.-relative {
    position: relative;
    top: 4.51389vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__introduce__pcWrapper.-relative {
    top: 65px;
  }
}

@media screen and (min-width: 768px) {
  .feature__introduce__pcWrapper.-small {
    padding-right: 6.25vw;
    padding-left: 4.86111vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__introduce__pcWrapper.-small {
    padding-right: 90px;
    padding-left: 70px;
  }
}

@media screen and (min-width: 768px) {
  .feature__introduce__pcWrapper.-mt140 {
    margin-top: 9.72222vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__introduce__pcWrapper.-mt140 {
    margin-top: 140px;
  }
}

@media screen and (min-width: 768px) {
  .feature__introduce__pcWrapper.-mt52 {
    margin-top: 3.61111vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__introduce__pcWrapper.-mt52 {
    margin-top: 52px;
  }
}

@media screen and (min-width: 768px) {
  .feature__introduce__pcWrapper.-mt80 {
    margin-top: 5.55556vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__introduce__pcWrapper.-mt80 {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .feature__introduce__pcWrapper.-mt16 {
    margin-top: 1.11111vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__introduce__pcWrapper.-mt16 {
    margin-top: 16px;
  }
}

.feature__img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .feature__img {
    width: 60.41667vw;
    min-width: 60.41667vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__img {
    width: 870px;
    min-width: 870px;
  }
}

@media screen and (min-width: 768px) {
  .feature__img.-small {
    width: 50vw;
    min-width: 50vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__img.-small {
    width: 720px;
    min-width: 720px;
  }
}

.feature__youtube {
  position: relative;
}

@media screen and (min-width: 768px) {
  .feature__youtube {
    overflow: hidden;
  }
}

.feature__youtube::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18.13333vw;
  height: 25.33333vw;
  background-image: url(/assets/img/feature/icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .feature__youtube::before {
    display: none;
    width: 6.59722vw;
    height: 9.51389vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__youtube::before {
    width: 95px;
    height: 137px;
  }
}

@media screen and (min-width: 768px) {
  .feature__youtube img {
    transition: opacity 0.65s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.65s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.65s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}

.feature__youtube:hover .img {
  opacity: 0.7;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.feature__youtube:hover .movie-btn__text {
  -webkit-animation: rotate2 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal;
          animation: rotate2 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal;
}

.feature__youtube:hover .movie-btn__icon {
  -webkit-animation: popup2 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s 1 normal;
          animation: popup2 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s 1 normal;
}

.movie-btn {
  display: none;
}

@media screen and (min-width: 768px) {
  .movie-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 6.59722vw;
    height: 9.51389vw;
  }
}

@media screen and (min-width: 1440px) {
  .movie-btn {
    width: 95px;
    height: 137px;
  }
}

@media screen and (min-width: 768px) {
  .movie-btn__text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 6.52778vw;
    height: 9.44444vw;
    -webkit-animation: rotate 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1s 1 normal;
            animation: rotate 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1s 1 normal;
  }
}

@media screen and (min-width: 1440px) {
  .movie-btn__text {
    width: 94px;
    height: 136px;
  }
}

@media screen and (min-width: 768px) {
  .movie-btn__icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 5.97222vw;
    height: 5.97222vw;
    -webkit-animation: popup 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s 1 normal;
            animation: popup 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s 1 normal;
  }
}

@media screen and (min-width: 1440px) {
  .movie-btn__icon {
    width: 86px;
    height: 86px;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes popup {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes popup {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes popup2 {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes popup2 {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.feature__movie video {
  width: 100%;
  height: 59.73333vw;
}

@media screen and (min-width: 768px) {
  .feature__movie video {
    width: 60.41667vw;
    height: 31.94444vw;

    -o-object-fit: cover;

       object-fit: cover;
  }
}

@media screen and (min-width: 1440px) {
  .feature__movie video {
    width: 870px;
    height: 460px;
  }
}

.feature__text {
  padding-top: 5.06667vw;
  padding-right: 5.33333vw;
  padding-left: 5.33333vw;
  letter-spacing: 0.04em;
  color: #4d4d4d;
  font-size: 3.73333vw;
  line-height: 1.64286;
}

@media screen and (min-width: 768px) {
  .feature__text {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    font-size: 1.11111vw;
    line-height: 1.875;
  }
}

@media screen and (min-width: 1440px) {
  .feature__text {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .feature__text + .feature__text {
    margin-top: 2.08333vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__text + .feature__text {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .feature__text.-panorama {
    position: absolute;
    top: 25vw;
    right: 0;
    left: 0;
    text-align: center;
  }
}

@media screen and (min-width: 1440px) {
  .feature__text.-panorama {
    top: 360px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .feature__text.-mt {
    margin-top: 6.80556vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__text.-mt {
    margin-top: 98px;
  }
}

.feature__post__wrapper {
  padding-top: 6.93333vw;
  padding-right: 5.33333vw;
  padding-left: 5.33333vw;
}

@media screen and (min-width: 768px) {
  .feature__post__wrapper {
    padding: 0;
  }
}

.feature__post__wrapper.-no__post {
  padding-top: 3.46667vw;
}

@media screen and (min-width: 768px) {
  .feature__post__wrapper.-no__post {
    padding-top: 0.69444vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__post__wrapper.-no__post {
    padding-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .feature__post__wrapper + .feature__text {
    margin-top: 1.66667vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__post__wrapper + .feature__text {
    margin-top: 24px;
  }
}

.feature__post {
  letter-spacing: 0.04em;
  color: #727171;
  font-size: 3.2vw;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .feature__post {
    font-size: 0.83333vw;
    line-height: 1.66667;
  }
}

@media screen and (min-width: 1440px) {
  .feature__post {
    font-size: 12px;
  }
}

.feature__copy__unit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.feature__copy__unit::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 7.46667vw;
  height: 1px;
  background: #d0d0d0;
}

@media screen and (min-width: 768px) {
  .feature__copy__unit::after {
    width: 1.94444vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__copy__unit::after {
    width: 28px;
  }
}

.feature__copy__unit + .feature__text {
  padding-top: 4.26667vw;
}

@media screen and (min-width: 768px) {
  .feature__copy__unit + .feature__text {
    padding-top: 1.38889vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__copy__unit + .feature__text {
    padding-top: 20px;
  }
}

.feature__copy {
  display: block;
  padding-top: 3.73333vw;
  padding-bottom: 5.33333vw;
  letter-spacing: 0.04em;
  color: #4d4d4d;
}

@media screen and (min-width: 768px) {
  .feature__copy {
    padding-top: 0.34722vw;
    padding-bottom: 1.11111vw;
    font-size: 0.83333vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__copy {
    padding-top: 5px;
    padding-bottom: 16px;
    font-size: 12px;
  }
}

.feature__copy.-jp {
  font-size: 5.06667vw;
  line-height: 1.05263;
}

@media screen and (min-width: 768px) {
  .feature__copy.-jp {
    font-size: 1.66667vw;
    line-height: 1.66667;
  }
}

@media screen and (min-width: 1440px) {
  .feature__copy.-jp {
    font-size: 24px;
  }
}

.feature__copy.-jp.-lh {
  line-height: 1.36842;
}

@media screen and (min-width: 768px) {
  .feature__copy.-jp.-lh {
    line-height: 1.66667;
  }
}

.feature__copy.-en {
  margin-left: 2.66667vw;
  font-size: 3.2vw;
  line-height: 1.66667;
}

@media screen and (min-width: 768px) {
  .feature__copy.-en {
    margin-left: 1.04167vw;
    font-size: 0.83333vw;
    line-height: 1.66667;
  }
}

@media screen and (min-width: 1440px) {
  .feature__copy.-en {
    margin-left: 15px;
    font-size: 24px;
    font-size: 12px;
  }
}

.feature__caption {
  position: relative;
  margin-top: 3.46667vw;
  padding-right: 5.33333vw;
  padding-left: 5.33333vw;
  letter-spacing: 0.04em;
  color: #9c9c9c;
  font-size: 2.93333vw;
  line-height: 1.63636;
}

@media screen and (min-width: 768px) {
  .feature__caption {
    margin-top: 0.69444vw;
    padding: 0;
    font-size: 0.76389vw;
    line-height: 1.45455;
  }
}

@media screen and (min-width: 1440px) {
  .feature__caption {
    margin-top: 10px;
    font-size: 11px;
  }
}

.feature__caption::before {
  content: "*";
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .feature__caption::before {
    position: absolute;
    top: 0;
    left: -0.34722vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__caption::before {
    left: -5px;
  }
}

.feature__link {
  position: relative;
  margin: auto;
  margin-top: 8vw;
  border-radius: 0.53333vw;
  width: calc(100% - 10.66667vw);
  font-size: 3.73333vw;
}

@media screen and (min-width: 768px) {
  .feature__link {
    margin-top: 2.08333vw;
    border-radius: 2px;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 1.11111vw;
    line-height: 3.47222vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__link {
    margin-top: 30px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }
}