@charset "UTF-8";


.loading__wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .loading__wrap {
    width: 100%;
  }
}

#loading01-bg {
  width: 100vw;
  position: relative;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

@media screen and (min-width: 769px) {
  #loading01-bg {
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

#loading01 {
  position: absolute;
  width: 100%;
  top: 50%;
  display: block;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

@media screen and (min-width: 769px) {
  #loading01 {
    width: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

#onsen_cont {
  display: none;
}

.onsen_cont{
    color: #000;
    position: relative;
}
.onsen_cont a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.onsen_cont a:hover {
  opacity: 0.7;
}

.bg-1, .modaal-content-container {
  background-color: #e9e2c6;
}


.onsen_cont img {
  max-width: 100%;
}

.object-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.floating {
  position: fixed;
  right: 4vw;
  bottom: 5.3333333333vw;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .floating {
    right: 30px;
    bottom: 30px;
  }
}
.floating figure {
  width: 60.2666666667vw;
  height: 19.2vw;
}
@media screen and (min-width: 769px) {
  .floating figure {
    width: 377px;
    height: 119px;
  }
}

.scroll {
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 3.2vw;
  width: 10.4vw;
}
@media screen and (min-width: 769px) {
  .scroll {
    width: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.scroll img {
  max-width: 100%;
}

.movarea {
  padding-top: 23.2vw;
  padding-right: 9.3333333333vw;
  padding-bottom: 23.2vw;
  padding-left: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .movarea {
    padding: 116px 0 90px;
    margin: 0 auto;
    text-align: center;
  }
}

.sqbtn, .sqbtn--wt {
  background-color: #8a1d23;
  color: white !important;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  cursor: pointer;
  height: 13.3333333333vw;
  font-size: 3.2vw;
  margin-top: 4vw;
  margin-bottom: 9.3333333333vw;
}
.sqbtn .sp-hide, .sqbtn--wt .sp-hide {
  display: none;
}
@media screen and (min-width: 769px) {
  .sqbtn, .sqbtn--wt {
    font-size: 16px;
    height: 76px;
    width: 196px;
    text-align: center;
    line-height: 1.438;
    margin: 80px 0 0;
  }
  .sqbtn .sp-hide, .sqbtn--wt .sp-hide {
    display: block;
  }
}
.sqbtn::after, .sqbtn--wt::after {
  content: "";
  background-image: url(/global/construction/campaign/2021/06/onsen/img/tri.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  width: 2.4vw;
  height: 2.4vw;
  right: 1.3333333333vw;
  bottom: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .sqbtn::after, .sqbtn--wt::after {
    width: 9px;
    height: 9px;
    right: 3px;
    bottom: 3px;
  }
}
.sqbtn--wt {
    text-align: center;
  background-color: rgba(255, 255, 255, 0);
  border: solid 1px white;
  margin: auto;
  width: 74.4vw;
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .sqbtn--wt {
    width: 514px;
    margin-top: 40px;
  }
  .sqbtn--wt br{
      display: none;
  }
}

.sqbtn--wt:hover {
  background: rgba(0, 0, 0, 0.2);
}
.sqbtn:hover, .sqbtn--wt:hover {
  text-decoration: none !important;
}
.sqbtn:link, .sqbtn--wt:link, .sqbtn:visited, .sqbtn--wt:visited {
  text-decoration: none !important;
}

.bottom-area {
  position: relative;
  color: white;
  padding-bottom: 9.6vw;
}
@media screen and (min-width: 769px) {
  .bottom-area {
    padding-bottom: 100px;
  }
}
.bottom-area::before {
  content: "";
  background-image: url(/global/construction/campaign/2021/06/onsen/img/img_footerbg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100vw;
  height: 69.3333333333vw;
}
@media screen and (min-width: 769px) {
  .bottom-area::before {
    background-image: url(/global/construction/campaign/2021/06/onsen/img/img_footerbg_pc.png);
    width: 100%;
    height: 550px;
    background-size: cover;
    background-position: center;
  }
}
.bottom-area figure {
  width: 19.2vw;
  height: 24vw;
  padding-top: 9.6vw;
  margin: 0 auto;
  margin-bottom: 12vw;
}
@media screen and (min-width: 769px) {
  .bottom-area figure {
    width: 120px;
    height: 170px;
    padding-top: 78px;
    margin-bottom: 70px;
  }
}
.bottom-area__doc {
  line-height: 1;
  text-align: center;
  font-size: 4vw;
  margin-top: 10.6666666667vw;
  margin-bottom: 3.2vw;
}
@media screen and (min-width: 769px) {
  .bottom-area__doc {
    font-size: 16px;
    margin: 48px auto 30px;
  }
}
.bottom-area__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bottom-area__list li {
  width: 16.5333333333vw;
}
@media screen and (min-width: 769px) {
  .bottom-area__list li {
    width: 104px;
  }
}
.bottom-area__list li:nth-child(1) {
  margin-right: 9.0666666667vw;
}
@media screen and (min-width: 769px) {
  .bottom-area__list li:nth-child(1) {
    margin-right: 34px;
  }
}
.bottom-area .dlbnr {
  margin: auto;
  display: block;
  margin-top: 6.6666666667vw;
  width: 74.1333333333vw;
}

@media screen and (min-width: 769px) {
  .bottom-area .dlbnr {
    width: 374px;
    margin-top: 50px;
  }
}

.modaal-content-container {
  max-height: 520px;
  overflow-y: scroll;
  height: 100%;
  padding-top: 6.4vw;
  padding-right: 6.4vw;
  padding-bottom: 6.4vw;
  padding-left: 6.4vw;
}
@media screen and (min-width: 769px) {
  .modaal-content-container {
    padding: 30px;
    max-height: none;
  }
}
.modaal-content-container h3 {
  font-weight: 500;
  font-size: 4vw;
  line-height: 2;
  color: #8a1d23;
}
@media screen and (min-width: 769px) {
  .modaal-content-container h3 {
    font-size: 16px;
  }
}
.modaal-content-container p {
  font-weight: 300;
  font-size: 3.4666666667vw;
  line-height: 1.731;
  position: relative;
}
@media screen and (min-width: 769px) {
  .modaal-content-container p {
    font-size: 16px;
  }
}

#modal,
#modal2 {
  display: none;
}

.modal__area {
  line-height: 1.75;
  margin: auto;
  font-size: 3.4666666667vw;
  width: 91.4666666667vw;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .modal__area {
    width: auto;
    max-width: 756px;
    display: table;
    margin: 20px auto 0;
    font-size: 16px;
  }
}
.modal__area a {
  color: #8a1d23;
  display: inline-block;
  cursor: pointer;
}

/**************************\
  Basic Modal Styles
\**************************/
#modal-1 {
  display: none;
}

#modal-1.is-open {
  display: block;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__container {
  background-color: #f4f0e2;
  padding: 30px;
  margin-right: 20px;
  margin-left: 20px;
  max-width: 640px;
  max-height: 100vh;
  width: 100%;
  border-radius: 4px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4vw;
  line-height: 2;
  color: #8a1d23;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .modal__title {
    font-size: 16px;
    line-height: 1.719;
  }
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
.modal__content p {
  font-size: 3.4666666667vw;
  line-height: 1.731;
}
@media screen and (min-width: 769px) {
  .modal__content p {
    font-size: 16px;
    line-height: 1.719;
  }
}

/**************************\
    Demo Animation Style
  \**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.nav-hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 3;
  top: 0;
}
.nav-hamburger .logo {
  opacity: 0;
  width: 9.6vw;
  height: 11.2vw;
  margin-top: 2.6666666667vw;
  margin-left: 4.2666666667vw;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .nav-hamburger .logo {
    width: 51px;
    height: 59px;
    margin: 23px 0 0 25px;
  }
}
.nav-hamburger__content {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  -webkit-transition: opacity 0.2s linear, visibility 0.2s linear, background-image 0.2s linear;
  transition: opacity 0.2s linear, visibility 0.2s linear, background-image 0.2s linear;
  color: rgba(255, 255, 255, 0);
}
.nav-hamburger__content .logowht {
  width: 0;
  height: 0;
}
.nav-hamburger__content ul li a {
  color: rgba(255, 255, 255, 0);
}
.nav-hamburger__content ul li a img {
  width: 0;
}
.nav-hamburger__content.panelactive {
  opacity: 1;
  visibility: visible;
  opacity: 1;
  z-index: 9;
  width: 100%;
  height: 100vh;
  top: 0;
  position: fixed;
  background-color: #8a1d23;
}
.nav-hamburger__content.panelactive button {
  cursor: pointer;
  width: 6.1333333333vw;
  height: 9.6vw;
  margin-top: 2.6666666667vw;
  margin-right: 4.2666666667vw;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 769px) {
  .nav-hamburger__content.panelactive button {
    width: 32px;
    height: 47px;
    margin-top: 23px;
    margin-right: 51px;
  }
}
.nav-hamburger__content.panelactive .logowht {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 13.8666666667vw;
  width: 14.1333333333vw;
  height: 16.5333333333vw;
}
@media screen and (min-width: 769px) {
  .nav-hamburger__content.panelactive .logowht {
    bottom: 56px;
    width: 66px;
    height: 77px;
  }
}
.nav-hamburger__content.panelactive ul {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.nav-hamburger__content.panelactive ul li {
  text-align: center;
}
.nav-hamburger__content.panelactive ul li:not(:last-child) {
  margin-bottom: 19.7333333333vw;
}
@media screen and (min-width: 769px) {
  .nav-hamburger__content.panelactive ul li:not(:last-child) {
    margin-bottom: 60px;
  }
}
.nav-hamburger__content.panelactive ul li:nth-child(1) a img {
  width: 49.3333333333vw;
}
@media screen and (min-width: 769px) {
  .nav-hamburger__content.panelactive ul li:nth-child(1) a img {
    width: 332px;
  }
}
.nav-hamburger__content.panelactive ul li:nth-child(2) a img {
  width: 68.8vw;
}
@media screen and (min-width: 769px) {
  .nav-hamburger__content.panelactive ul li:nth-child(2) a img {
    width: 464px;
  }
}
.nav-hamburger__content.panelactive ul li:nth-child(3) a img {
  width: 66.6666666667vw;
}
@media screen and (min-width: 769px) {
  .nav-hamburger__content.panelactive ul li:nth-child(3) a img {
    width: 450px;
  }
}
.nav-hamburger__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.nav-hamburger__list-item {
  width: 4.2666666667vw;
  margin-right: 9.8666666667vw;
}
@media screen and (min-width: 769px) {
  .nav-hamburger__list-item {
    width: 22px;
    margin-right: 40px;
  }
}
.nav-hamburger__list-item svg {
  fill: white;
}
.nav-hamburger .openbtn {
  margin-top: 2.6666666667vw;
  margin-right: 4.2666666667vw;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .nav-hamburger .openbtn {
    margin: 23px 40px 0 0;
  }
}
.nav-hamburger .openbtn #menu_1 {
  width: 9.6vw;
  height: 9.6vw;
  fill: white;
}
@media screen and (min-width: 769px) {
  .nav-hamburger .openbtn #menu_1 {
    width: 54px;
    height: 49px;
  }
}
.nav-hamburger.test .logo {
  opacity: 1;
}
.nav-hamburger.test .nav-hamburger__list-item svg {
  fill: #000;
}
.nav-hamburger.test .openbtn #menu_1 {
  fill: #000;
}
.nav-hamburger.test .openbtn #menu_1 path.line {
  stroke: #000 !important;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0);
  }
  100% {
    -webkit-transform: scale(1.06) translateX(10px);
            transform: scale(1.06) translateX(10px);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0);
  }
  100% {
    -webkit-transform: scale(1.06) translateX(10px);
            transform: scale(1.06) translateX(10px);
  }
}
.swiper-slide-active .slide__img,
.swiper-slide-duplicate-active .slide__img,
.swiper-slide-prev .slide__img {
  -webkit-animation: zoomUp 4s linear 0s 1 normal both;
          animation: zoomUp 4s linear 0s 1 normal both;
}

.slide__wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.slide__wrap::after {
  content: "";
  background-image: url(/global/construction/campaign/2021/06/onsen/img/onsen_logo.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 53.4666666667vw;
  height: 68.1333333333vw;
}
@media screen and (min-width: 769px) {
  .slide__wrap::after {
    width: 325px;
    height: 410px;
  }
}
.slide__img {
  width: 100%;
}
.slide__img img {
  display: block;
}
@media screen and (min-width: 769px) {
  .slide__img img {
    max-height: 800px;
    height: 800px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    font-family: "object-fit: cover; object-position: center;";
    overflow: hidden;
  }
}

.main-visual {
  position: relative;
  overflow: hidden;
}

@media all and (-ms-high-contrast: none) {
  .swiper-slide-active .slide__img,
.swiper-slide-duplicate-active .slide__img,
.swiper-slide-prev .slide__img {
    -webkit-animation: none;
            animation: none;
  }
}
.started-hs {
  position: relative;
}
.started-hs__hdg {
  position: relative;

}
@media screen and (min-width: 769px) {
  .started-hs__hdg {
    height: 89px;
    overflow-x: hidden;
  }
}
.started-hs__hdg-respect {
  margin: auto;
  width: 80.933333vw;
  margin-top: 15.4666666667vw;
  margin-bottom: 11.2vw;
}
@media screen and (min-width: 769px) {
  .started-hs__hdg-respect {
    width: 598px;
    margin: 0 0 60px;
  }
}
.started-hs__hdg-img {
  position: absolute;
  width: 60.5333333333vw;
  top: -12.666667vw;
  left: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  .started-hs__hdg-img {
    max-width: 1037px;
    width: 90%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  .started-hs__img {
    padding-top: 0px;
  }
}
.started-hs__img img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .started-hs__img img {
    height: 985px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
    font-family: "object-fit: cover; object-position: center top;";
  }
}
@media screen and (min-width: 769px) {
  .started-hs__content {
    padding: 95px 30px 30px 0;
    padding-left: calc(33% - 16vw);
  }
}
.started-hs__content-doc {
    font-size: 4.5333333333vw;
    font-family: 'DINNextLTPro-Regular','Helvetica';
  margin: 0 0 0 auto;
  width: 92%;
  margin-bottom: 12.5333333333vw;
  letter-spacing: -.03em;
}
.started-hs__content-doc .sp-hide{
	display: none;
}
.started-hs__content-doc .pc-hide {
	display: block;
}
@media screen and (min-width: 769px) {
  .started-hs__content-doc {
    max-width: 658px;
    width: 100%;
    margin: 0;
    font-size: 28px;
	letter-spacing: 0;
  }
.started-hs__content-doc .sp-hide {
	display: block;
}

.started-hs__content-doc .pc-hide {
	display: none;
}
}
@media screen and (min-width: 769px) {
  .started-hs__wrap {
    max-width: 1078px;
    width: 80%;
    background-color: #e9e2c6;
    margin-top: -25%;
    /* right: 0; */
    margin-left: auto;
    position: relative;
    z-index: 1;
  }
}
.started-hs__attention {
    font-family: 'DINNextLTPro-Regular',
    'Helvetica';
  margin: auto;
  width: 80.9333333333vw;
  margin-bottom: 12.8vw;
  display: block;
}

@media screen and (min-width: 769px) {
  .started-hs__attention {
    width: 100%;
    margin:20px auto 60px;
    display: table;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .started-hs__imglist {
    width: 100%;
  }
  .started-hs__imglist img {
    width: 100%;
  }
}

.campaign-area {
  position: relative;
  padding-bottom: 17.3333333333vw;
}
@media screen and (min-width: 769px) {
  .campaign-area {
    padding-bottom: 130px;
  }
}
.campaign-area__hdg {
  position: relative;
  text-align: center;
  margin-top: 16vw;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  .campaign-area__hdg {
    margin: 80px 0 50px;
  }
}
.campaign-area__hdg figure {
  margin: 0 auto;
  width: 85.0666666667vw;
}
@media screen and (min-width: 769px) {
  .campaign-area__hdg figure {
    width: 646px;
  }
}
.campaign-area__hdg:before {
  content: "";
  background-image: url(/global/construction/campaign/2021/06/onsen/img/yanmar_onsen_3.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: relative;
  width: 17.6vw;
  height: 16vw;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  .campaign-area__hdg:before {
    width: 134px;
    height: 122px;
    margin-bottom: 35px;
  }
}
.campaign-area__hdg-lead {
  width: 84.8vw;
  text-align: center;
  margin: auto;
  margin-bottom: 10.1333333333vw;
}
@media screen and (min-width: 769px) {
  .campaign-area__hdg-lead {
    width: 748px;
    margin-bottom: 52px;
  }
}
.campaign-area__hdg-ttl {
  text-align: center;
  margin-top: 17.6vw;
  margin-bottom: 7.4666666667vw;
}
@media screen and (min-width: 769px) {
  .campaign-area__hdg-ttl {
    margin-top: 90px;
    margin-bottom: 42px;
  }
}
.campaign-area__hdg-ttl figure {
  margin: 0 auto;
  width: 24vw;
}
@media screen and (min-width: 769px) {
  .campaign-area__hdg-ttl figure {
    width: 40%;
  }
}
.campaign-area__hdg-ttl.m15 {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .campaign-area__hdg-ttl.m15 {
    margin-bottom: 0px;
  }
}
.campaign-area__hdg-ttl.m15 figure {
  width: 70.9333333333vw;
}
@media screen and (min-width: 769px) {
  .campaign-area__hdg-ttl.m15 figure {
    width: 40%;
  }
}
.campaign-area__hdg-ttl::after {
  content: "";
  display: block;
  margin: 0 auto;
  background-color: #cec3a6;
  height: 0.2666666667vw;
  width: 91.4666666667vw;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .campaign-area__hdg-ttl::after {
    max-width: 756px;
    width: 100%;
    height: 1px;
    margin-top: 40px;
  }
}
.campaign-area__doc {
  font-size: 4vw;
  width: 88vw;
  margin: auto;
  text-align: center;
  line-height: 2;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .campaign-area__doc {
    font-size: 18px;
    max-width: 724px;
    width: 100%;
    margin-bottom: 40px;
  }
}
.campaign-area__doc strong {
  font-weight: bold;
  color: #8a1d23;
}
.campaign-area__present {
  width: 82.9333333333vw;
  position: relative;
  margin: 0 auto;
  background-color: white;
  border-style: solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-color: #8a1d23;
  border-top-width: 0.5333333333vw;
  border-right-width: 0.5333333333vw;
  border-bottom-width: 0.5333333333vw;
  border-left-width: 0.5333333333vw;
  padding-top: 8vw;
  padding-right: 4.8vw;
  padding-bottom: 5.3333333333vw;
  padding-left: 4.8vw;
}
@media screen and (min-width: 769px) {
  .campaign-area__present {
    max-width: 676px;
    width: 100%;
    border: solid 4px #8a1d23;
    padding: 26px;
  }
}
.campaign-area__present .campaign-area__upside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 6.6666666667vw;
  border-bottom: solid 1px #8a1d23;
}
@media screen and (min-width: 769px) {
  .campaign-area__present .campaign-area__upside {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 26px;
    border-bottom: solid 2px #8a1d23;
  }
}
.campaign-area__present .campaign-area__upside .campaign-area__lead {
  color: #8a1d23;
  font-weight: bold;
  text-align: left;
  display: table;
  font-size: 5.3333333333vw;
  line-height: 1.5;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .campaign-area__present .campaign-area__upside .campaign-area__lead {
    font-size: 28px;
    text-align: center;
    line-height: 1;
  }
  .campaign-area__present .campaign-area__upside .campaign-area__lead br {
    display: none;
  }
}
.campaign-area__present .campaign-area__upside figure {
  width: 24vw;
  position: absolute;
  top: -5.3333333333vw;
  right: -2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .campaign-area__present .campaign-area__upside figure {
    width: 142px;
    top: -67px;
    right: -71px;
  }
}
.campaign-area__list {
  margin-top: 4vw;
}
@media screen and (min-width: 769px) {
  .campaign-area__list {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.campaign-area__list li {
  background-color: #f3e8e9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 23.2vw;
  border-top-left-radius: 0.8vw;
  border-top-right-radius: 0.8vw;
  border-bottom-left-radius: 0.8vw;
  border-bottom-right-radius: 0.8vw;
}
@media screen and (min-width: 769px) {
  .campaign-area__list li {
    max-width: 268px;
    width: 47%;
    height: 184px;
    border-radius: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.campaign-area__list li:nth-child(1) {
  margin-bottom: 8.5333333333vw;
}
@media screen and (min-width: 769px) {
  .campaign-area__list li:nth-child(1) {
    margin-right: 12.5%;
    margin-bottom: 0;
  }
}
.campaign-area__list li:nth-child(1)::after {
  content: "";
  background-image: url(/global/construction/campaign/2021/06/onsen/img/plus.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4.8vw;
  height: 4.8vw;
  bottom: -6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .campaign-area__list li:nth-child(1)::after {
    width: 45px;
    height: 45px;
    bottom: auto;
    right: -22%;
    -webkit-transform: none;
            transform: none;
    left: auto;
  }
}
.campaign-area__list li:nth-child(1) p::after {
  background-image: url(/global/construction/campaign/2021/06/onsen/img/img_present_2.png);
  width: 24.8vw;
  height: 28.5333333333vw;
  top: -6.4vw;
  left: 52.8vw;
}
@media screen and (min-width: 769px) {
  .campaign-area__list li:nth-child(1) p::after {
    content: none;
  }
}
@media screen and (min-width: 769px) {
  .campaign-area__list li:nth-child(1) p img {
    width: 209px;
  }
}
.campaign-area__list li:nth-child(2) p::after {
  background-image: url(/global/construction/campaign/2021/06/onsen/img/img_present_3.png);
  width: 21.8666666667vw;
  height: 16.5333333333vw;
  top: -1.3333333333vw;
  left: 48.5333333333vw;
}
@media screen and (min-width: 769px) {
  .campaign-area__list li:nth-child(2) p::after {
    content: none;
  }
}
@media screen and (min-width: 769px) {
  .campaign-area__list li:nth-child(2) p img {
    width: 116px;
  }
}
.campaign-area__list li p {
  color: #8a1d23;
  font-weight: 500;
  line-height: 1.75;
  position: relative;
  font-size: 3.7333333333vw;
  padding-left: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .campaign-area__list li p {
    font-size: 16px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.campaign-area__list li p::after {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
}
.campaign-area__list li p .sp-hide {
  display: none;
}
@media screen and (min-width: 769px) {
  .campaign-area__list li p .sp-hide {
    display: block;
    margin-bottom: 2px;
  }
}
.campaign-area__apply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  width: 66.4vw;
  margin-bottom: 7.2vw;
  margin-left: 24vw;
}
@media screen and (min-width: 769px) {
  .campaign-area__apply {
    max-width: 756px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .campaign-area__apply::after {
    content: "";
    display: block;
    margin: 0 auto;
    background-color: #cec3a6;
    max-width: 756px;
    width: 100%;
    height: 1px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .campaign-area__apply li {
    width: 33%;
    max-width: 250px;
  }
}
.campaign-area__apply li p {
  font-weight: 500;
  font-size: 4vw;
  line-height: 2;
}
.campaign-area__apply li p .sp-hide {
  display: none;
}
@media screen and (min-width: 769px) {
  .campaign-area__apply li p {
    font-size: 18px;
  }
  .campaign-area__apply li p .sp-hide {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .campaign-area__apply li:last-child {
    width: 25%;
  }
}
.campaign-area__apply::before {
  content: "";
  background-image: url(/global/construction/campaign/2021/06/onsen/img/img_step.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  width: 12vw;
  height: 103.7333333333vw;
  top: 2.6666666667vw;
  left: -18.6666666667vw;
}
@media screen and (min-width: 769px) {
  .campaign-area__apply::before {
    background-image: url(/global/construction/campaign/2021/06/onsen/img/img_step_pc.png);
    position: relative;
    width: 628px;
    height: 24px;
    margin-bottom: 24px;
    top: 0;
    left: auto;
  }
}
.campaign-area__attention {
  background-color: #f4f0e2;
  color: #8a1d23;
  line-height: 1.75;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  font-size: 3.2vw;
  width: 91.4666666667vw;
  height: 19.2vw;
}
@media screen and (min-width: 769px) {
  .campaign-area__attention {
    width: 100%;
    max-width: 756px;
    font-size: 16px;
    height: 55px;
    margin-top: 30px;
  }
}
.campaign-area__attention-icon {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 6.6666666667vw;
  margin-left: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .campaign-area__attention-icon {
    margin-right: 34px;
    margin-left: auto;
  }
}
.campaign-area__attention-icon::before {
  content: "";
  background-image: url(/global/construction/campaign/2021/06/onsen/img/attention-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: relative;
  width: 6.9333333333vw;
  height: 6.1333333333vw;
  margin-right: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .campaign-area__attention-icon::before {
    width: 20px;
    height: 17px;
    margin-right: auto;
  }
}
.campaign-area__attention-icon + span {
  margin-right: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .campaign-area__attention-icon + span {
    margin-right: 70px;
  }
}
.campaign-area dl {
  margin: 0 auto;
  width: 91.4666666667vw;
}
@media screen and (min-width: 769px) {
  .campaign-area dl {
    width: 100%;
    max-width: 756px;
  }
}
@media screen and (min-width: 769px) {
  .campaign-area dl div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: solid 1px #cec3a6;
  }
}
.campaign-area dl dt {
  font-weight: 500;
  font-size: 4vw;
  line-height: 2;
  color: #8a1d23;
}
.campaign-area dl dt .sp-hide {
  display: none;
}
@media screen and (min-width: 769px) {
  .campaign-area dl dt {
    font-size: 16px;
    line-height: 1.719;
    width: 160px;
    text-align: center;
    margin-top: 20px;
  }
  .campaign-area dl dt .sp-hide {
    display: block;
  }
}
.campaign-area dl dd {
  font-weight: 300;
  font-size: 3.4666666667vw;
  line-height: 1.731;
  position: relative;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .campaign-area dl dd {
    font-size: 16px;
    line-height: 1.719;
    width: 80%;
    max-width: 587px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.campaign-area dl dd::after {
  content: "";
  display: block;
  margin: 0 auto;
  background-color: #cec3a6;
  height: 0.2666666667vw;
  width: 91.4666666667vw;
  margin-top: 7.2vw;
}
@media screen and (min-width: 769px) {
  .campaign-area dl dd::after {
    content: none;
  }
}
.campaign-area dl dd span {
  display: inline-block;
  padding-left: 1em;
  margin-top: 1em;
}
@media screen and (min-width: 769px) {
  .campaign-area dl dd span {
    padding: 0;
    margin: 0;
  }
}
.campaign-area dl dd small {
  display: block;
  font-size: 3.2vw;
  line-height: 1.708;
}
@media screen and (min-width: 769px) {
  .campaign-area dl dd small {
    font-size: 14px;
  }
}

.anniv-area {
  background-color: #f4f4f4;
  background-image: url(/global/construction/campaign/2021/06/onsen/img/anniv_bg.png);
  background-size: 75px 70px;
  background-repeat: repeat;
  background-position: 13% 10%;
  padding-top: 13.3333333333vw;
  padding-right: 8.5333333333vw;
  padding-bottom: 16vw;
  padding-left: 8.5333333333vw;
}
@media screen and (min-width: 769px) {
  .anniv-area {
    padding: 100px 0 90px;
    position: relative;
  }
}
.anniv-area p {
  font-size: 4vw;
  font-family: 'DINNextLTPro-Regular','Helvetica';
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .anniv-area p {
    font-size: 18px;
    max-width: 556px;
    width: 100%;
    margin: 0 auto;
  }
}
.anniv-area figure {
  width: 44.5333333333vw;
  margin: auto;
  margin-top: 9.6vw;
  margin-bottom: 9.6vw;
}
@media screen and (min-width: 769px) {
  .anniv-area figure {
    width: 334px;
    margin: 32px auto 42px;
  }
}
.anniv-area__hdg {
  text-align: center;
}
.anniv-area__hdg figure {
  margin: 0 auto;
  width: 76.2666666667vw;
}
@media screen and (min-width: 769px) {
  .anniv-area__hdg figure {
    width: 535px;
  }
}
.anniv-area__notice{
    font-family: 'DINNextLTPro-Regular',
    'Helvetica';
  max-width: 556px;
  margin: 3em auto 0;
  width: 100%;

}

@media screen and (min-width: 769px) {
  .anniv-area__notice {
    margin: 3em auto 0;
    position: relative;
    left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    max-width: none;
    width: 89%;
  }
}

@media screen and (min-width: 769px) {
  small{
    font-size: 13px;
  }
}

.steam-box {
  position: absolute;
  top: 0;
  overflow: hidden;
  margin: 0px auto;
  width: 100%;
  height: 100%;
}

.steam-01 {
  position: absolute;
  z-index: 1;
  top: 400px;
  left: 0px;
  -webkit-animation: steam_up2 25s infinite linear;
          animation: steam_up2 25s infinite linear;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.steam-01 img {
  width: 440px;
}

.steam-02 {
  position: absolute;
  z-index: 1;
  top: 400px;
  right: 0px;
  -webkit-animation: steam_up2 27s infinite linear;
          animation: steam_up2 27s infinite linear;
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
}
.steam-02 img {
  width: 440px;
}

.steam-03 {
  display: none;
}
@media screen and (min-width: 769px) {
  .steam-03 {
    display: block;
    position: absolute;
    z-index: 1;
    top: 400px;
    left: 36%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-animation: steam_up2 30s infinite linear;
            animation: steam_up2 30s infinite linear;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
  }
  .steam-03 img {
    width: 440px;
  }
}

@-webkit-keyframes steam_up {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.2;
    top: 400px;
  }
  13% {
    opacity: 0.2;
  }
  33% {
    opacity: 0.4;
    -webkit-transform: rotateY(40deg);
            transform: rotateY(40deg);
    -webkit-transform: scale(0.6, 1.2);
            transform: scale(0.6, 1.2);
  }
  66% {
    -webkit-transform: rotateY(2deg);
            transform: rotateY(2deg);
    -webkit-transform: scaleY(1.2, 0.4);
            transform: scaleY(1.2, 0.4);
  }
  100% {
    -webkit-filter: blur(16px);
            filter: blur(16px);
    -webkit-transform: rotateY(50deg);
            transform: rotateY(50deg);
    -webkit-transform: scaleY(1.4, 1.2);
            transform: scaleY(1.4, 1.2);
    opacity: 0;
    top: -400px;
  }
}

@keyframes steam_up {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.2;
    top: 400px;
  }
  13% {
    opacity: 0.2;
  }
  33% {
    opacity: 0.4;
    -webkit-transform: rotateY(40deg);
            transform: rotateY(40deg);
    -webkit-transform: scale(0.6, 1.2);
            transform: scale(0.6, 1.2);
  }
  66% {
    -webkit-transform: rotateY(2deg);
            transform: rotateY(2deg);
    -webkit-transform: scaleY(1.2, 0.4);
            transform: scaleY(1.2, 0.4);
  }
  100% {
    -webkit-filter: blur(16px);
            filter: blur(16px);
    -webkit-transform: rotateY(50deg);
            transform: rotateY(50deg);
    -webkit-transform: scaleY(1.4, 1.2);
            transform: scaleY(1.4, 1.2);
    opacity: 0;
    top: -400px;
  }
}
@-webkit-keyframes steam_up2 {
  0% {
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.1;
    top: 400px;
  }
  13% {
    opacity: 0.2;
  }
  33% {
    opacity: 0.3;
    -webkit-transform: rotateY(40deg);
            transform: rotateY(40deg);
    -webkit-transform: scale(0.5, 1.1);
            transform: scale(0.5, 1.1);
  }
  66% {
    -webkit-transform: rotateY(2deg);
            transform: rotateY(2deg);
    -webkit-transform: scaleY(1.1, 0.7);
            transform: scaleY(1.1, 0.7);
  }
  100% {
    -webkit-filter: blur(16px);
            filter: blur(16px);
    -webkit-transform: rotateY(50deg);
            transform: rotateY(50deg);
    -webkit-transform: scaleY(1.4, 1.2);
            transform: scaleY(1.4, 1.2);
    opacity: 0;
    top: -400px;
  }
}
@keyframes steam_up2 {
  0% {
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.1;
    top: 400px;
  }
  13% {
    opacity: 0.2;
  }
  33% {
    opacity: 0.3;
    -webkit-transform: rotateY(40deg);
            transform: rotateY(40deg);
    -webkit-transform: scale(0.5, 1.1);
            transform: scale(0.5, 1.1);
  }
  66% {
    -webkit-transform: rotateY(2deg);
            transform: rotateY(2deg);
    -webkit-transform: scaleY(1.1, 0.7);
            transform: scaleY(1.1, 0.7);
  }
  100% {
    -webkit-filter: blur(16px);
            filter: blur(16px);
    -webkit-transform: rotateY(50deg);
            transform: rotateY(50deg);
    -webkit-transform: scaleY(1.4, 1.2);
            transform: scaleY(1.4, 1.2);
    opacity: 0;
    top: -400px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 960px) {
  .steam-box {
    width: 100%;
    height: 100%;
  }

  .steam-01 {
    top: 200px;
    left: 0px;
    -webkit-animation: steam_up_sp 10s infinite linear;
            animation: steam_up_sp 10s infinite linear;
  }

  .steam-02 {
    top: 200px;
    right: auto;
    left: 25px;
    -webkit-animation: steam_up_sp 11s infinite linear;
            animation: steam_up_sp 11s infinite linear;
  }

  .steam-01 img {
    width: 100vw;
    height: 100%;
  }

  .steam-02 img {
    width: 100vw;
    height: 100%;
  }
}
@-webkit-keyframes steam_up_sp {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.1;
    top: 200px;
  }
  13% {
    opacity: 0.2;
  }
  33% {
    opacity: 0.3;
    -webkit-transform: rotateY(40deg);
            transform: rotateY(40deg);
    -webkit-transform: scale(0.4, 1);
            transform: scale(0.4, 1);
  }
  66% {
    -webkit-transform: rotateY(2deg);
            transform: rotateY(2deg);
    -webkit-transform: scaleY(1, 0.5);
            transform: scaleY(1, 0.5);
  }
  100% {
    -webkit-filter: blur(16px);
            filter: blur(16px);
    -webkit-transform: rotateY(50deg);
            transform: rotateY(50deg);
    -webkit-transform: scaleY(1.2, 1.1);
            transform: scaleY(1.2, 1.1);
    opacity: 0;
    top: -300px;
  }
}
@keyframes steam_up_sp {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.1;
    top: 200px;
  }
  13% {
    opacity: 0.2;
  }
  33% {
    opacity: 0.3;
    -webkit-transform: rotateY(40deg);
            transform: rotateY(40deg);
    -webkit-transform: scale(0.4, 1);
            transform: scale(0.4, 1);
  }
  66% {
    -webkit-transform: rotateY(2deg);
            transform: rotateY(2deg);
    -webkit-transform: scaleY(1, 0.5);
            transform: scaleY(1, 0.5);
  }
  100% {
    -webkit-filter: blur(16px);
            filter: blur(16px);
    -webkit-transform: rotateY(50deg);
            transform: rotateY(50deg);
    -webkit-transform: scaleY(1.2, 1.1);
            transform: scaleY(1.2, 1.1);
    opacity: 0;
    top: -300px;
  }
}
@media all and (-ms-high-contrast: none) {
  .steam-box {
    display: none;
  }
  .steam-box .steam-01,
.steam-box .steam-02,
.steam-box .steam-03 {
    display: none;
  }
}


@media screen and (min-width: 769px) {
    .modaal-inner-wrapper {
        padding-right: 0;
        padding-left: 0;
    }
}

.modaal-video-wrap {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
}

@media screen and (min-width: 769px) {
    .modaal-video-wrap {
        margin: auto;
        width: 100%;
    }
}
