@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
}

body, html {
  height: 100%;
}

body {
  color: #231916;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.075em;
  line-height: 1;
}

body.-noScroll {
  overflow: hidden;
}

.serif {
  font-family: KozMinPro-Bold, "Kozuka Mincho Pro B", "Kozuka Mincho Std B", "小塚明朝 Pro B", "小塚明朝 Std B", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

sup {
  position: relative;
  top: -0.25em;
  vertical-align: baseline;
  line-height: 0;
  font-size: 80%;
  margin-right: 0.3em;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
}

a:hover {
  color: #ccc;
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: 0;
  width: 100%;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.clB {
  clear: both;
}

.cf:after, .cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

img.fit {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media all and (min-width: 768px) {
  ._sp {
    display: none !important;
  }
  a img, input[type=image] {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
@media all and (max-width: 767px) {
  ._pc {
    display: none !important;
  }
}
@media print {
  .noPrint {
    display: none !important;
  }
}
html {
  height: 100%;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

.wrap {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
}

.section > .inner {
  position: relative;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 768px) {
  .wrap {
    min-width: 960px;
    max-width: 1336px;
  }
  .section {
    height: 100vh;
  }
}
@media all and (max-width: 767px) {
  .section {
    height: 100vh;
  }
  .section > .inner {
    margin: 0 auto;
  }
}
@media all and (min-width: 768px) {
  .g__header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 50px;
    background: #fff;
  }
  .g__header > .inner {
    position: relative;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 1336px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .h__hhLogo {
    position: absolute;
    left: 0;
    top: 0;
    width: 117px;
    margin: 18px 0 0 15px;
  }
  .h__hhLogo a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .h__hhLogo a:hover {
    opacity: 0.7;
  }
  .h__conversionBtns {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
  }
  .h__conversionBtns > li {
    float: left;
    position: relative;
    height: 100%;
    border-left: #fff solid 1px;
  }
  .h__conversionBtns > li 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;
    height: 100%;
    background: #fff;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.0479vw;
    letter-spacing: 0.1em;
    color: #000;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
@media all and (min-width: 768px) and (max-width: 768px) {
  .h__conversionBtns > li a {
    font-size: 0.80479rem;
  }
}
@media all and (min-width: 768px) and (min-width: 1336px) {
  .h__conversionBtns > li a {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 768px) {
  .h__conversionBtns > li a:hover {
    background-color: #5f92ac;
    color: #fff;
  }
  .h__conversionBtns > li a:hover::before {
    border-top: #fff solid 1px;
    border-right: #fff solid 1px;
  }
  .h__catalogBtn {
    width: 183px;
  }
  .h__vconsulBtn {
    width: 200px;
  }
  .h__onlinereserveBtn {
    width: 203px;
    height: 100%;
  }
  .h__onlinereserveBtn form {
    background-color: #221815;
    background-size: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .h__onlinereserveBtn:hover form {
    background-color: #5f92ac;
  }
  .h__onlinereserveBtn:hover .h__onlinereserveBtn_label::before {
    border-top: #fff solid 1px;
    border-right: #fff solid 1px;
  }
  .h__onlinereserveBtn_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.0479vw;
    letter-spacing: 0.1em;
    color: #fff;
    pointer-events: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
@media all and (min-width: 768px) and (max-width: 768px) {
  .h__onlinereserveBtn_label {
    font-size: 0.80479rem;
  }
}
@media all and (min-width: 768px) and (min-width: 1336px) {
  .h__onlinereserveBtn_label {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 768px) {
  .h__conversionBtns .h__onlinereserveBtn_label::before, .h__conversionBtns a::before {
    content: "";
    position: relative;
    width: 0.35em;
    height: 0.35em;
    margin: -1px 0.7em 0 0;
    border-top: #fff solid 1px;
    border-right: #fff solid 1px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .h__conversionBtns a::before {
    border-top: #000 solid 1px;
    border-right: #000 solid 1px;
  }
  .h__conversionBtns .h__onlinereserveBtn_label::before {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .g__body {
    position: relative;
    width: 100%;
    padding-top: 50px;
  }
  .g__footer {
    width: 100%;
    background: #fff;
  }
  .g__footer > .inner {
    position: relative;
    width: 100%;
    max-width: 1336px;
    padding: 4.86527% 0 5.98802%;
    margin: 0 auto;
  }
  .g__footer .f__pagetopBtn {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 5.38922%;
    max-width: 72px;
    margin: 0 2.24551% 2.24551% 0;
  }
  .g__footer .f__pagetopBtn a {
    display: block;
    background: #333;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .g__footer .f__pagetopBtn a:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .g__footer .f__hhLogo {
    width: 17.96407%;
    margin: 0 auto;
  }
  .g__footer .f__hhLogo a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .g__footer .f__hhLogo a:hover {
    opacity: 0.7;
  }
  .g__footer .f__copyright {
    margin-top: 2.99401%;
    font-weight: 700;
    font-size: 12px;
    font-size: 0.8982vw;
    letter-spacing: 0.08em;
    text-align: center;
  }
}
@media all and (min-width: 768px) and (max-width: 768px) {
  .g__footer .f__copyright {
    font-size: 0.68982rem;
  }
}
@media all and (min-width: 768px) and (min-width: 1336px) {
  .g__footer .f__copyright {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 767px) {
  body {
    font-weight: 400;
  }
  .g__header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
  }
  .g__header > .inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 12%;
  }
  .h__hhLogo {
    position: absolute;
    left: 0;
    top: 0;
    width: 27.73333%;
    margin: 4.4% 0 0 4.26667%;
  }
  .h__conversionBtns {
    position: absolute;
    right: 0;
    top: 0;
    width: 63.46667%;
    height: 100%;
  }
  .h__conversionBtns > li {
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .h__conversionBtns > li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
  }
  .h__conversionBtns > li 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;
    height: 100%;
    background: #fff;
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: 0.08em;
    color: #000;
  }
  .h__catalogBtn {
    width: 50%;
    height: 100%;
    background: #fff;
  }
  .h__onlinereserveBtn {
    width: 50%;
    height: 100%;
  }
  .h__onlinereserveBtn form {
    background-color: #222;
  }
  .h__onlinereserveBtn_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: 0.08em;
    line-height: 1.27273;
    color: #fff;
    pointer-events: none;
  }
  .h__conversionBtns .h__onlinereserveBtn_label::before, .h__conversionBtns a::before {
    content: "";
    position: relative;
    width: 0.5em;
    height: 0.5em;
    margin: -1px 0.7em 0 0;
    border-top: #fff solid 1px;
    border-right: #fff solid 1px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .h__conversionBtns a::before {
    border-top: #000 solid 1px;
    border-right: #000 solid 1px;
  }
  .h__conversionBtns .h__onlinereserveBtn_label::before {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .g__body {
    position: relative;
    width: 100%;
    padding-top: 12%;
  }
  .g__footer {
    width: 100%;
    background: #fff;
  }
  .g__footer > .inner {
    position: relative;
    padding: 13.33333% 0 9.33333%;
  }
  .g__footer .f__pagetopBtn {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 14.66667%;
    margin: 0 2.66667% 2.66667% 0;
  }
  .g__footer .f__pagetopBtn a {
    display: block;
    background: #222;
  }
  .g__footer .f__pagetopBtn.-spStickyNavi {
    margin-bottom: 26.66667%;
  }
  .g__footer .f__hhLogo {
    width: 38.66667%;
    margin: 0 auto;
  }
  .g__footer .f__copyright {
    margin-top: 6%;
    font-size: 10px;
    font-size: 2.66667vw;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.5;
    text-align: center;
  }
  #g__spStickyNavi {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    padding: 0.53333% 0;
    background: #fff;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #g__spStickyNavi .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #g__spStickyNavi .btns > li {
    width: 49.2%;
  }
  #g__spStickyNavi .btns > li:nth-of-type(2) {
    margin-left: 0.53333%;
  }
  #g__spStickyNavi.-hide {
    -webkit-transform: translateY(102%);
            transform: translateY(102%);
  }
}
.f__pagetopBtn {
  -webkit-transform: translateY(180%);
          transform: translateY(180%);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.f__pagetopBtn.-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.videoContainer {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.videoContainer iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.cmn__modelhouseLocationNavi form {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cmn__modelhouseLocationNavi form select {
  width: 100%;
  height: 100%;
  opacity: 0;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media all and (min-width: 768px) {
  #loading {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  #loading > .inner {
    position: relative;
    left: 50%;
    width: 100%;
    height: calc(100vh - 84px);
    max-width: 1000px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #loading .load__anime {
    display: none;
  }
}
@media all and (max-width: 767px) {
  #loading {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  #loading > .inner {
    position: relative;
    width: 100%;
    height: calc(100vh - 56px);
  }
  #loading .load__anime {
    display: none;
  }
}
body.-modal {
  position: fixed;
}

@media all and (min-width: 768px) {
  .modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .modal .modal__bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .modal .modal__contents {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media all and (max-width: 767px) {
  .modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .modal .modal__bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .modal .modal__contents {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
#movieModal .logica-player {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 768px) {
  .m__cover {
    position: relative;
    width: 100%;
  }
  .m__cover > .inner {
    position: relative;
    left: 50%;
    width: 100%;
    max-width: 1336px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .covr__mv {
    position: relative;
  }
  .covr__mv_pic {
    position: relative;
    width: 100%;
  }
  .covr__heading {
    width: 43.56287%;
    margin: 8.98204% 0 0 5.98802%;
  }
  .covr__heading_t1 {
    width: 66.49485%;
  }
  .covr__heading_t2 {
    width: 100%;
    margin-top: 5.15464%;
  }
}
@media all and (max-width: 767px) {
  .m__cover {
    position: relative;
    width: 100%;
  }
  .m__cover > .inner {
    position: relative;
    margin: 0 auto;
  }
  .covr__mv {
    position: relative;
  }
  .covr__mv_pic {
    position: relative;
    width: 100%;
  }
  .covr__heading {
    width: 86.66667%;
    margin: 16% auto 0;
  }
  .covr__heading_t1 {
    width: 55.69231%;
  }
  .covr__heading_t2 {
    width: 84.61538%;
    margin-top: 4.92308%;
  }
}
@media all and (min-width: 768px) {
  .covr__statement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 88.02395%;
    margin: 10.85329% auto 0;
  }
  .covr__statement__txts {
    width: 37.41497%;
  }
  .covr__statement_catch {
    width: 89.54545%;
  }
  .covr__statement_desc {
    margin-top: 11.70455%;
    font-size: 15px;
    font-size: 1.12275vw;
    letter-spacing: 0.12em;
    line-height: 2.13333;
  }
}
@media all and (min-width: 768px) and (max-width: 768px) {
  .covr__statement_desc {
    font-size: 0.86228rem;
  }
}
@media all and (min-width: 768px) and (min-width: 1336px) {
  .covr__statement_desc {
    font-size: 1.5rem;
  }
}
@media all and (min-width: 768px) {
  .covr__statement_pic {
    width: 63.60544%;
    margin-right: -6.80272%;
    background: #eee;
  }
}
@media all and (max-width: 767px) {
  .covr__statement {
    width: 86.66667%;
    margin: 10.66667% auto 0;
  }
  .covr__statement_catch {
    width: 76.61538%;
  }
  .covr__statement_desc {
    margin: 7.07692% 0 -2.92308%;
    font-size: 12px;
    font-size: 3.2vw;
    letter-spacing: 0.1em;
    line-height: 2.58333;
    white-space: nowrap;
  }
  .covr__statement_pic {
    width: 107.69231%;
    margin-top: 21.53846%;
    background: #eee;
  }
}
@media all and (min-width: 768px) {
  .covr__fair {
    position: absolute;
    right: 0;
    width: 41.16766%;
    margin: -3.74251% 2.99401% 0 0;
  }
  .covr__fair::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #d2c9bd;
  }
  .covr__fair_base {
    position: relative;
  }
  .covr__fair_btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60%;
    height: 0;
    padding-top: 10.36364%;
    margin: 0 0 4% 20%;
  }
  .covr__fair_btn form {
    background: url(/hebel/lineup/ratius-gr/img/conversion/conv_modelhouse_btn_v2_pc.svg) 50% 50% no-repeat;
    background-size: 100% auto;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .covr__fair_btn:hover form {
    opacity: 0.8;
  }
}
@media all and (max-width: 767px) {
  .covr__fair {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
  }
  .covr__fair::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #d2c9bd;
  }
  .covr__fair_base {
    position: relative;
  }
  .covr__fair_btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 61.33333%;
    height: 0;
    padding-top: 10.66667%;
    margin: 0 0 4.26667% 19.33333%;
  }
  .covr__fair_btn form {
    background: url(/hebel/lineup/ratius-gr/img/conversion/conv_modelhouse_btn_v2_sp.svg) 50% 50% no-repeat;
    background-size: 100% auto;
  }
  .covr__fair {
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .covr__fair.-hide {
    -webkit-transform: translateY(101%);
            transform: translateY(101%);
  }
}
@media all and (min-width: 768px) {
  .m__movie {
    position: relative;
    width: 100%;
    margin-top: 10.47904%;
  }
  .m__movie > .inner {
    position: relative;
    padding: 10.47904% 0 20.95808%;
  }
  .movi__movie {
    position: relative;
    width: 74.8503%;
    margin: 0 auto;
  }
  .movi__movie_thumb {
    position: relative;
  }
  .movi__movie_thumb a {
    display: block;
    position: relative;
  }
  .movi__movie_thumb a::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 9.4%;
    height: 0;
    padding-top: 9.4%;
    margin: -4.7% 0 0 -4.7%;
    border: #fff solid 3px;
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    will-change: border transform;
  }
  .movi__movie_thumb a::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 0;
    height: 0;
    margin: -0.85em 0 0 -0.6em;
    border-style: solid;
    border-width: 1.4em 0 1.4em 2.8em;
    border-color: transparent transparent transparent #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    will-change: border transform;
  }
  .movi__movie_thumb a img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .movi__movie_thumb a:hover img {
    opacity: 0.8;
  }
  .movi__movie_thumb a:hover::before {
    -webkit-transform: scale(1.1) translate3d(0, 0, 0);
            transform: scale(1.1) translate3d(0, 0, 0);
  }
}
@media all and (max-width: 767px) {
  .m__movie {
    position: relative;
    width: 100%;
    margin-top: 16%;
  }
  .m__movie > .inner {
    position: relative;
    padding: 16% 0 32%;
  }
  .movi__movie {
    position: relative;
    width: 86.66667%;
    margin: 0 auto;
  }
  .movi__movie_thumb {
    position: relative;
  }
  .movi__movie_thumb a {
    display: block;
    position: relative;
  }
  .movi__movie_thumb a::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 14.76923%;
    height: 0;
    padding-top: 14.76923%;
    margin: -7.69231% 0 0 -7.69231%;
    border: #fff solid 2px;
    border-radius: 50%;
  }
  .movi__movie_thumb a::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 0;
    height: 0;
    margin: -0.8em 0 0 -0.5em;
    border-style: solid;
    border-width: 1em 0 1em 1.8em;
    border-color: transparent transparent transparent #fff;
  }
}
@media all and (min-width: 768px) {
  .m__conversion {
    position: relative;
    width: 100%;
    margin-top: 17.96407%;
    background: #e7e3de url(/hebel/lineup/ratius-gr/img/conversion/conv_bg_pc.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .m__cover + .m__conversion {
    margin-top: 13.47305%;
  }
  .m__conversion > .inner {
    padding: 5.98802% 0;
  }
  .conv__items {
    width: 82.33533%;
    margin: 0 auto;
  }
  .conv__items > div:nth-of-type(n+2) {
    margin-top: 1.81818%;
  }
}
@media all and (max-width: 767px) {
  .m__conversion {
    position: relative;
    width: 100%;
    margin-top: 25.33333%;
    background: #e7e3de url(/hebel/lineup/ratius-gr/img/conversion/conv_bg_sp.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .m__conversion > .inner {
    padding: 10% 0 10.66667%;
  }
  .conv__items {
    width: 86.66667%;
    margin: 0 auto;
  }
  .conv__items > div:nth-of-type(n+2) {
    margin-top: 4.61538%;
  }
}
@media all and (min-width: 768px) {
  .conv__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background: #fff;
  }
  .conv__item .fig, .conv__item .txts {
    position: relative;
  }
  .conv__item .heading {
    position: relative;
    margin: 0 auto;
  }
  .conv__item .btn {
    position: relative;
    margin: 0 auto;
  }
  .conv__item .btn a {
    display: block;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .conv__item .btn a:hover {
    opacity: 0.8;
  }
}
@media all and (max-width: 767px) {
  .conv__item {
    position: relative;
    background: #fff;
  }
  .conv__item .fig, .conv__item .txts {
    position: relative;
  }
  .conv__item .heading {
    position: relative;
    margin: 0 auto;
  }
  .conv__item .btn {
    position: relative;
    margin: 0 auto;
  }
  .conv__item .btn a {
    display: block;
    position: relative;
  }
}
@media all and (min-width: 768px) {
  .conv__modelhouse .fig {
    width: 38.18182%;
  }
  .conv__modelhouse .txts {
    width: 61.81818%;
  }
  .conv__modelhouse .heading {
    position: relative;
    width: 100%;
  }
  .conv__modelhouse .btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 0;
    padding-top: 7.64706%;
    margin: 0 0 4.11765% 25%;
  }
  .conv__modelhouse .btn form {
    background: url(/hebel/lineup/ratius-gr/img/conversion/conv_modelhouse_btn_v2_pc.svg) 50% 50% no-repeat;
    background-size: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .conv__modelhouse .btn:hover form {
    opacity: 0.8;
  }
  .conv__remote .fig {
    width: 50%;
  }
  .conv__remote .txts {
    width: 50%;
  }
  .conv__remote .heading {
    width: 57.27273%;
  }
  .conv__remote .btn {
    width: 56.72727%;
    margin-top: 4.36364%;
  }
}
@media all and (max-width: 767px) {
  .conv__modelhouse .fig {
    width: 100%;
  }
  .conv__modelhouse .txts {
    width: 100%;
  }
  .conv__modelhouse .heading {
    position: relative;
    width: 100%;
  }
  .conv__modelhouse .btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 67.69231%;
    height: 0;
    padding-top: 12.30769%;
    margin: 0 0 6.15385% 16.15385%;
  }
  .conv__modelhouse .btn form {
    background: url(/hebel/lineup/ratius-gr/img/conversion/conv_modelhouse_btn_v2_sp.svg) 0 0 no-repeat;
    background-size: 100%;
  }
  .conv__catalog {
    width: 103.07692%;
    background: 0 0;
  }
  .conv__remote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .conv__remote .fig {
    width: 33.84615%;
  }
  .conv__remote .txts {
    width: 66.15385%;
  }
  .conv__remote .heading {
    width: 81.39535%;
    margin: 0 auto;
  }
  .conv__remote .btn {
    width: 83.72093%;
    margin: 5.81395% auto 0;
  }
}
@media all and (min-width: 768px) {
  .m__concept {
    position: relative;
    width: 100%;
  }
  .m__concept > .inner {
    position: relative;
    padding-bottom: 20.95808%;
  }
  .conc__entrance {
    position: relative;
  }
  .conc__entrance_pic {
    position: relative;
    width: 68.26347%;
    margin-left: auto;
  }
  .conc__entrance__blc {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    width: 22.45509%;
    margin-left: 5.98802%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .conc__entrance_heading {
    position: relative;
  }
  .conc__entrance_subhead {
    position: relative;
    margin-top: 16.66667%;
  }
  .conc__entrance_catch {
    position: relative;
    margin-top: 14%;
    font-size: 14px;
    font-size: 1.0479vw;
    letter-spacing: 0.1em;
    line-height: 2.14286;
    text-align: justify;
    white-space: nowrap;
  }
}
@media all and (min-width: 768px) and (max-width: 768px) {
  .conc__entrance_catch {
    font-size: 0.80479rem;
  }
}
@media all and (min-width: 768px) and (min-width: 1336px) {
  .conc__entrance_catch {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 768px) {
  .conc__entrance_openCloseBtn {
    position: relative;
    width: 73.33333%;
    margin-top: 14%;
  }
  .conc__entrance_openCloseBtn button {
    position: relative;
    padding: 1.14286em 0 1.14286em 2.14286em;
    background: #231916;
    font-size: 14px;
    font-size: 1.0479vw;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media all and (min-width: 768px) and (max-width: 768px) {
  .conc__entrance_openCloseBtn button {
    font-size: 0.80479rem;
  }
}
@media all and (min-width: 768px) and (min-width: 1336px) {
  .conc__entrance_openCloseBtn button {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 768px) {
  .conc__entrance_openCloseBtn .ico {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.125em;
    height: 1.125em;
    margin: -0.5625em 0 0 -3.125em;
    border: #fff solid 1px;
    border-radius: 10em;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .conc__entrance_openCloseBtn .ico::after, .conc__entrance_openCloseBtn .ico::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 1px;
    width: 42%;
    margin: -1px 0 0 -20%;
    background: #fff;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .conc__entrance_openCloseBtn .ico::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .conc__entrance_openCloseBtn ._close {
    display: none;
  }
  .conc__entrance_openCloseBtn:hover button {
    background: #5f92ac;
  }
  .conc__entrance_openCloseBtn:hover .ico {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .conc__mv {
    width: 94.01198%;
  }
  .conc__main_closeBtn {
    width: 35.92814%;
    margin: 5.98802% auto 0;
  }
  .conc__main_closeBtn button {
    position: relative;
    padding: 1.2em 0 1.2em 2em;
    background: #000;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.49701vw;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
  }
}
@media all and (min-width: 768px) and (max-width: 768px) {
  .conc__main_closeBtn button {
    font-size: 1.1497rem;
  }
}
@media all and (min-width: 768px) and (min-width: 1336px) {
  .conc__main_closeBtn button {
    font-size: 2rem;
  }
}
@media all and (min-width: 768px) {
  .conc__main_closeBtn button .ico {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.1em;
    height: 1.1em;
    margin: -0.55em 0 0 -2.2em;
    border: #fff solid 1px;
    border-radius: 10em;
  }
  .conc__main_closeBtn button .ico::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 2px;
    width: 42%;
    margin: -1px 0 0 -21%;
    background: #fff;
  }
  .safari .conc__main_closeBtn {
    margin-top: -2px;
  }
  .conc__lead {
    position: relative;
    width: 88.02395%;
    padding: 7.48503% 0 6.96108%;
    margin: 0 auto;
  }
  .conc__lead_heading {
    position: relative;
  }
  .conc__lead_subhead {
    position: relative;
    margin-top: 4.2517%;
  }
  .conc__lead_desc {
    position: relative;
    margin: 3.57143% 0 -0.68027%;
    font-size: 14px;
    font-size: 1.0479vw;
    letter-spacing: 0.1em;
    line-height: 2.14286;
  }
}
@media all and (min-width: 768px) and (max-width: 768px) {
  .conc__lead_desc {
    font-size: 0.80479rem;
  }
}
@media all and (min-width: 768px) and (min-width: 1336px) {
  .conc__lead_desc {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767px) {
  .m__concept {
    position: relative;
    width: 100%;
  }
  .m__concept > .inner {
    position: relative;
    padding-bottom: 37.33333%;
  }
  .conc__entrance {
    position: relative;
  }
  .conc__entrance_pic {
    position: relative;
  }
  .conc__entrance__blc {
    position: relative;
    width: 86.66667%;
    padding: 18.66667% 0 0;
    margin: 0 auto;
  }
  .conc__entrance_heading {
    position: relative;
  }
  .conc__entrance_subhead {
    position: relative;
    margin-top: 12.30769%;
  }
  .conc__entrance_catch {
    position: relative;
    margin-top: 5.69231%;
    font-size: 12px;
    font-size: 3.2vw;
    letter-spacing: 0.1em;
    line-height: 2.08333;
    text-align: justify;
  }
  .conc__entrance_openCloseBtn {
    position: relative;
    margin-top: 10.30769%;
  }
  .conc__entrance_openCloseBtn button {
    position: relative;
    padding: 1.5em 0 1.5em 2.2em;
    background: #000;
    font-size: 14px;
    font-size: 3.73333vw;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
  }
  .conc__entrance_openCloseBtn .ico {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.4em;
    height: 1.4em;
    margin: -0.7em 0 0 -3.5em;
    border: #fff solid 1px;
    border-radius: 10em;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .conc__entrance_openCloseBtn .ico::after, .conc__entrance_openCloseBtn .ico::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 1px;
    width: 40%;
    margin: -1px 0 0 -20%;
    background: #fff;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .conc__entrance_openCloseBtn .ico::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .conc__entrance_openCloseBtn ._close {
    display: none;
  }
  .conc__main_closeBtn {
    width: 86.66667%;
    margin: 21.33333% auto 0;
  }
  .conc__main_closeBtn button {
    position: relative;
    padding: 1.2em 0 1.2em 2em;
    background: #000;
    font-size: 14px;
    font-size: 3.73333vw;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
  }
  .conc__main_closeBtn button .ico {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.4em;
    height: 1.4em;
    margin: -0.7em 0 0 -2.5em;
    border: #fff solid 1px;
    border-radius: 10em;
  }
  .conc__main_closeBtn button .ico::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 2px;
    width: 42%;
    margin: -1px 0 0 -21%;
    background: #fff;
  }
  .conc__lead {
    position: relative;
    width: 86.66667%;
    padding: 13.33333% 0 21.33333%;
    margin: 0 auto;
  }
  .conc__lead_heading {
    position: relative;
  }
  .conc__lead_subhead {
    position: relative;
    margin-top: 9.23077%;
  }
  .conc__lead_desc {
    position: relative;
    margin: 7.23077% 0 -2%;
    font-size: 12px;
    font-size: 3.2vw;
    letter-spacing: 0.1em;
    line-height: 2.08333;
    text-align: justify;
  }
}
.m__concept.-open .conc__entrance_openCloseBtn ._open {
  display: none;
}

.m__concept.-open .conc__entrance_openCloseBtn ._close {
  display: inline;
}

.m__concept.-open .conc__entrance_openCloseBtn .ico {
  margin-left: -2.3em;
}

.m__concept.-open .conc__entrance_openCloseBtn .ico::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

@media all and (min-width: 768px) {
  .conc__topic__header {
    position: relative;
  }
  .conc__topic__header_heading {
    margin-top: 3em;
  }
  .conc__topic__header_desc {
    margin-top: 1.80769em;
    font-size: 13px;
    font-size: 0.97305vw;
    letter-spacing: 0.08em;
    line-height: 2;
    text-align: justify;
  }
}
@media all and (min-width: 768px) and (max-width: 768px) {
  .conc__topic__header_desc {
    font-size: 0.74731rem;
  }
}
@media all and (min-width: 768px) and (min-width: 1336px) {
  .conc__topic__header_desc {
    font-size: 1.3rem;
  }
}
@media all and (min-width: 768px) {
  .conc__topic__features {
    position: relative;
  }
  .conc__topic__feature {
    position: relative;
  }
  .conc__topic__feature dd {
    margin-top: 1.42308em;
    font-size: 13px;
    font-size: 0.97305vw;
    letter-spacing: 0.08em;
    line-height: 2;
    text-align: justify;
  }
}
@media all and (min-width: 768px) and (max-width: 768px) {
  .conc__topic__feature dd {
    font-size: 0.74731rem;
  }
}
@media all and (min-width: 768px) and (min-width: 1336px) {
  .conc__topic__feature dd {
    font-size: 1.3rem;
  }
}
@media all and (min-width: 768px) {
  .conc__topic__feature:nth-of-type(n+2) {
    margin-top: 3em;
  }
  .conc__column {
    padding: 10.47904% 0;
    background: #e8ebeb;
  }
  .conc__column__header {
    width: 88.02395%;
    margin: 0 auto;
  }
  .conc__column__header_subhead {
    margin-top: 5em;
  }
  .conc__column__header_desc {
    margin: 3.35714em 0 -0.21429em;
    font-size: 14px;
    font-size: 1.0479vw;
    letter-spacing: 0.1em;
    line-height: 1.42857;
  }
}
@media all and (min-width: 768px) and (max-width: 768px) {
  .conc__column__header_desc {
    font-size: 0.80479rem;
  }
}
@media all and (min-width: 768px) and (min-width: 1336px) {
  .conc__column__header_desc {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 768px) {
  .conc__column__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 88.02395%;
    margin: 4.49102% auto 0;
  }
  .conc__column__features > li {
    width: 45.7483%;
  }
  .conc__column__features > li:nth-of-type(n+3) {
    margin-top: 6.80272%;
  }
  .conc__column__features [class*=__txts] {
    margin-top: 7.43494%;
  }
  .conc__column__features [class*=__txts] > .desc {
    margin: 4.36803% 0 -1.20818%;
    font-size: 13px;
    font-size: 0.97305vw;
    letter-spacing: 0.08em;
    line-height: 2;
    text-align: justify;
  }
}
@media all and (min-width: 768px) and (max-width: 768px) {
  .conc__column__features [class*=__txts] > .desc {
    font-size: 0.74731rem;
  }
}
@media all and (min-width: 768px) and (min-width: 1336px) {
  .conc__column__features [class*=__txts] > .desc {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 767px) {
  .conc__topic {
    position: relative;
    width: 86.66667%;
    margin: 0 auto;
  }
  .conc__topic__header {
    position: relative;
  }
  .conc__topic__header_heading {
    margin-top: 3em;
  }
  .conc__topic__header_desc {
    margin-top: 1.95833em;
    font-size: 12px;
    font-size: 3.2vw;
    letter-spacing: 0.1em;
    line-height: 2.08333;
    text-align: justify;
  }
  .conc__topic__features {
    position: relative;
  }
  .conc__topic__feature {
    position: relative;
  }
  .conc__topic__feature dd {
    margin-top: 1.66667em;
    font-size: 12px;
    font-size: 3.2vw;
    letter-spacing: 0.1em;
    line-height: 1.83333;
    text-align: justify;
  }
  .conc__topic__feature:nth-of-type(n+2) {
    margin-top: 3em;
  }
  .conc__column {
    padding: 18.66667% 0;
    background: #e8ebeb;
  }
  .conc__column__header {
    width: 86.66667%;
    margin: 0 auto;
  }
  .conc__column__header_subhead {
    margin-top: 3em;
  }
  .conc__column__header_desc {
    margin: 1.95833em 0 -0.54167em;
    font-size: 12px;
    font-size: 3.2vw;
    letter-spacing: 0.1em;
    line-height: 2.08333;
    text-align: justify;
  }
  .conc__column__features {
    width: 86.66667%;
    margin: 10.66667% auto 0;
  }
  .conc__column__features > li:nth-of-type(n+2) {
    margin-top: 15.38462%;
  }
  .conc__column__features [class*=__txts] {
    margin-top: 7.69231%;
  }
  .conc__column__features [class*=__txts] > .desc {
    margin: 4.15385% 0 -2%;
    font-size: 12px;
    font-size: 3.2vw;
    letter-spacing: 0.1em;
    line-height: 2.08333;
    text-align: justify;
  }
}
@media all and (min-width: 768px) {
  .m__technology .conc__entrance_pic {
    margin-left: 0;
  }
  .m__technology .conc__entrance__blc {
    margin-left: 74.8503%;
  }
  .m__technology .conc__entrance_heading {
    width: 59%;
  }
  .m__technology .conc__entrance_subhead {
    width: 85%;
  }
  .m__technology .conc__lead_heading {
    width: 17.68707%;
  }
  .m__technology .conc__lead_subhead {
    width: 76.36054%;
    margin-top: 5.95238%;
  }
  .m__technology .conc__topic::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: 0;
    padding-top: 3.74251%;
    margin-left: -50vw;
    background: #f6f6f6;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f6f6f6), to(rgba(246, 246, 246, 0)));
    background: linear-gradient(0deg, #f6f6f6 0, rgba(246, 246, 246, 0) 100%);
  }
  .tech__topic1 {
    position: relative;
    padding: 8.98204% 0 13.0988%;
  }
  .tech__topic1_pic {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .tech__topic1__header {
    width: 37.42515%;
    margin: 0 0 -0.48653% 8.98204%;
  }
  .tech__topic1__header .conc__topic__header_shoulder {
    width: 28%;
  }
  .tech__topic1__header .conc__topic__header_heading {
    width: 71.2%;
  }
  .tech__topic1__header .conc__topic__header_desc {
    margin-top: 8.6%;
  }
  .tech__topic1__features {
    width: 41.16766%;
    margin: 3.74251% 0 0 8.98204%;
  }
  .tech__topic1__feature1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .tech__topic1__feature1 dl {
    width: 51.81818%;
  }
  .tech__topic1__feature1 dt {
    width: 85.96491%;
  }
  .tech__topic1__feature1 dd {
    margin-bottom: -2.45614%;
    white-space: nowrap;
  }
  .tech__topic1__feature1 .pic {
    width: 41.81818%;
  }
  .tech__topic2 {
    position: relative;
    padding: 8.98204% 0 5.23952%;
  }
  .tech__topic2_pic {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 47.00599%;
    height: 100%;
    background: url(/hebel/lineup/ratius-gr/img/concept/technology/tech_02_pic_pc.jpg) 100% 50% no-repeat;
    background-size: cover;
  }
  .tech__topic2__header {
    width: 35.92814%;
    margin-left: 53.89222%;
  }
  .tech__topic2__header .conc__topic__header_shoulder {
    width: 41.25%;
  }
  .tech__topic2__header .conc__topic__header_heading {
    width: 97.91667%;
  }
  .tech__topic2__features {
    width: 20.58383%;
    margin: 5.5015% 0 0 53.89222%;
  }
  .tech__topic2__feature1 dt {
    width: 107.27273%;
  }
  .tech__topic2__feature1 dd {
    width: 100%;
  }
  .tech__topic2__feature1 .pic {
    width: 100%;
    overflow: visible !important;
    margin-top: 6.72727%;
  }
  .tech__topic2__feature1 .figcap {
    margin-top: 1em;
    font-size: 10px;
    font-size: 0.7485vw;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
}
@media all and (min-width: 768px) and (max-width: 768px) {
  .tech__topic2__feature1 .figcap {
    font-size: 0.57485rem;
  }
}
@media all and (min-width: 768px) and (min-width: 1336px) {
  .tech__topic2__feature1 .figcap {
    font-size: 1rem;
  }
}
@media all and (min-width: 768px) {
  .tech__topic2__feature1 .figcap ol {
    padding-left: 1.6em;
    list-style-type: lower-alpha;
  }
  .tech__topic2__feature1 .figcap ol li {
    white-space: nowrap;
  }
  .tech__topic2__feature1 .figcap ol li:nth-of-type(n+2) {
    margin-top: 0.4em;
  }
  .tech__topic2_fig {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 18.11377%;
    margin-right: 6.88623%;
  }
  .tech__topic3 {
    position: relative;
    padding: 22.45509% 0 22.45509%;
    margin-top: 8.23353%;
  }
  .tech__topic3__header {
    width: 29.94012%;
    margin-left: 8.98204%;
  }
  .tech__topic3__header .conc__topic__header_shoulder {
    width: 40.5%;
  }
  .tech__topic3__header .conc__topic__header_heading {
    width: 68.5%;
    margin-top: 5em;
  }
  .tech__topic3__header .conc__topic__header_desc {
    margin: 3.34615em 0 -0.5em;
  }
  .tech__topic3_fig {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 46.25749%;
    margin-right: 8.83234%;
  }
}
@media all and (max-width: 767px) {
  .m__technology .conc__entrance_heading {
    width: 54%;
  }
  .m__technology .conc__entrance_subhead {
    width: 70.76923%;
  }
  .m__technology .conc__lead_heading {
    width: 54.15385%;
  }
  .m__technology .conc__lead_subhead {
    width: 86.76923%;
    margin-top: 10.76923%;
  }
  .m__technology .conc__topic::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: 0;
    padding-top: 26.66667%;
    margin-left: -50vw;
    background: #f6f6f6;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f6f6f6), to(rgba(246, 246, 246, 0)));
    background: linear-gradient(0deg, #f6f6f6 0, rgba(246, 246, 246, 0) 100%);
  }
  .tech__topic1 {
    position: relative;
    padding-bottom: 18.66667%;
  }
  .tech__topic1_pic {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 115.38462%;
    margin-left: -7.69231%;
  }
  .tech__topic1__header .conc__topic__header_shoulder {
    width: 33.69231%;
  }
  .tech__topic1__header .conc__topic__header_heading {
    width: 56.61538%;
  }
  .tech__topic1__features {
    width: 50.15385%;
    margin-top: 16.46154%;
  }
  .tech__topic1__feature1 dt {
    width: 109.20245%;
  }
  .tech__topic1__feature1 .pic {
    margin-top: 12.88344%;
  }
  .tech__topic2 {
    position: relative;
    padding-bottom: 6.66667%;
    margin-top: 21.33333%;
  }
  .tech__topic2_pic {
    position: relative;
    width: 100%;
    margin-top: 10.30769%;
  }
  .tech__topic2__header {
    margin-top: 15.38462%;
  }
  .tech__topic2__header .conc__topic__header_shoulder {
    width: 50.92308%;
  }
  .tech__topic2__header .conc__topic__header_heading {
    width: 62.76923%;
  }
  .tech__topic2__features {
    width: 100%;
    margin-top: 12.30769%;
  }
  .tech__topic2__feature1 dt {
    width: 92.92308%;
  }
  .tech__topic2__feature1 .pic {
    width: 52.15385%;
    margin-top: 16.15385%;
  }
  .tech__topic2__feature1 .figcap {
    margin: 1em 0 -0.25em;
    font-size: 10px;
    font-size: 2.66667vw;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  .tech__topic2__feature1 .figcap ol {
    padding-left: 1.6em;
    list-style-type: lower-alpha;
  }
  .tech__topic2__feature1 .figcap ol li {
    white-space: nowrap;
  }
  .tech__topic2__feature1 .figcap ol li:nth-of-type(n+2) {
    margin-top: 0.4em;
  }
  .tech__topic2_fig {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 115.38462%;
    margin-right: -7.69231%;
  }
  .tech__topic3 {
    padding-top: 21.53846%;
  }
  .tech__topic3__header .conc__topic__header_shoulder {
    width: 37.38462%;
  }
  .tech__topic3__header .conc__topic__header_heading {
    width: 83.07692%;
  }
  .tech__topic3_fig {
    position: relative;
    width: 115.38462%;
    margin: 6.92308% 0 0 -7.69231%;
  }
}
@media all and (min-width: 768px) {
  .m__facade .conc__entrance_pic {
    margin-left: 0;
  }
  .m__facade .conc__entrance__blc {
    margin-left: 74.8503%;
  }
  .m__facade .conc__entrance_heading {
    width: 46.66667%;
  }
  .m__facade .conc__entrance_subhead {
    width: 94%;
  }
  .m__facade .conc__lead_heading {
    width: 14.11565%;
  }
  .m__facade .conc__lead_subhead {
    width: 39.71088%;
  }
}
@media all and (max-width: 767px) {
  .m__facade .conc__entrance_heading {
    width: 43.07692%;
  }
  .m__facade .conc__entrance_subhead {
    width: 61.53846%;
  }
  .m__facade .conc__lead_heading {
    width: 43.07692%;
  }
  .m__facade .conc__lead_subhead {
    width: 89.53846%;
  }
}
@media all and (min-width: 768px) {
  .facd__scenes {
    width: 88.02395%;
    margin: 0 auto;
  }
  .facd__scenes > div {
    padding-bottom: 11.90476%;
  }
  .facd__scenes__scene_pic {
    width: 113.60544%;
    margin-left: -6.80272%;
    background: #eee;
  }
  .facd__scenes__scene_txts {
    margin-top: 6.4em;
  }
  .facd__scenes__scene_txts .catch {
    margin-top: 3em;
  }
  .facd__scenes__scene_txts .desc {
    margin: 2.35em 0 -0.65em;
    font-size: 13px;
    font-size: 0.97305vw;
    letter-spacing: 0.08em;
    line-height: 2;
  }
}
@media all and (min-width: 768px) and (max-width: 768px) {
  .facd__scenes__scene_txts .desc {
    font-size: 0.74731rem;
  }
}
@media all and (min-width: 768px) and (min-width: 1336px) {
  .facd__scenes__scene_txts .desc {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 767px) {
  .facd__scenes {
    width: 86.66667%;
    margin: 0 auto;
  }
  .facd__scenes > div:nth-of-type(n+2) {
    margin-top: 21.53846%;
  }
  .facd__scenes__scene_pic {
    width: 107.69231%;
    background: #eee;
  }
  .facd__scenes__scene_txts {
    margin-top: 8.46154%;
  }
  .facd__scenes__scene_txts .catch {
    margin-top: 6.15385%;
  }
  .facd__scenes__scene_txts .desc {
    margin: 1.35em 0 -0.65em;
    font-size: 12px;
    font-size: 3.2vw;
    letter-spacing: 0.08em;
    line-height: 2.08333;
    text-align: justify;
  }
}
@media all and (min-width: 768px) {
  .facd__scenes__scene1 .facd__scenes__scene_txts .heading {
    width: 7.39796%;
  }
  .facd__scenes__scene1 .facd__scenes__scene_txts .catch {
    width: 30.10204%;
  }
  .facd__scenes__scene2 .facd__scenes__scene_txts .heading {
    width: 3.91156%;
  }
  .facd__scenes__scene2 .facd__scenes__scene_txts .catch {
    width: 30.01701%;
  }
  .facd__scenes__scene3 .facd__scenes__scene_txts .heading {
    width: 4.84694%;
  }
  .facd__scenes__scene3 .facd__scenes__scene_txts .catch {
    width: 29.84694%;
  }
}
@media all and (max-width: 767px) {
  .facd__scenes__scene1 .facd__scenes__scene_txts .heading {
    width: 19.84615%;
  }
  .facd__scenes__scene1 .facd__scenes__scene_txts .catch {
    width: 62%;
  }
  .facd__scenes__scene2 .facd__scenes__scene_pic {
    margin-left: -7.69231%;
  }
  .facd__scenes__scene2 .facd__scenes__scene_txts .heading {
    width: 10.61538%;
  }
  .facd__scenes__scene2 .facd__scenes__scene_txts .catch {
    width: 61.84615%;
  }
  .facd__scenes__scene3 .facd__scenes__scene_txts .heading {
    width: 14.15385%;
  }
  .facd__scenes__scene3 .facd__scenes__scene_txts .catch {
    width: 61.53846%;
  }
}
@media all and (min-width: 768px) {
  .m__space .conc__entrance_heading {
    width: 41.33333%;
  }
  .m__space .conc__entrance_subhead {
    width: 73.33333%;
  }
  .m__space .conc__mv {
    margin-left: auto;
  }
  .m__space .conc__lead {
    padding-bottom: 10.47904%;
  }
  .m__space .conc__lead_heading {
    width: 12.41497%;
  }
  .m__space .conc__lead_subhead {
    width: 42.51701%;
  }
  .m__space .conc__column__header_heading {
    width: 13.35034%;
  }
  .m__space .conc__column__header_subhead {
    width: 36.47959%;
  }
  .spac__column__feature1 .spac__column__feature__txts dt {
    width: 23.42007%;
  }
  .spac__column__feature2 .spac__column__feature__txts dt {
    width: 23.42007%;
  }
  .spac__column__feature3 .spac__column__feature__txts dt {
    width: 21.93309%;
  }
  .spac__column__feature4 .spac__column__feature__txts dt {
    width: 16.72862%;
  }
}
@media all and (max-width: 767px) {
  .m__space .conc__entrance_heading {
    width: 38%;
  }
  .m__space .conc__entrance_subhead {
    width: 48%;
  }
  .m__space .conc__lead {
    padding-bottom: 21.53846%;
  }
  .m__space .conc__lead_heading {
    width: 38%;
  }
  .m__space .conc__lead_subhead {
    width: 96%;
  }
  .m__space .conc__column__header_heading {
    width: 34.30769%;
  }
  .m__space .conc__column__header_subhead {
    width: 82.15385%;
  }
  .spac__column__feature1 .spac__column__feature__txts dt {
    width: 28.30769%;
  }
  .spac__column__feature2 .spac__column__feature__txts dt {
    width: 29.07692%;
  }
  .spac__column__feature3 .spac__column__feature__txts dt {
    width: 27.07692%;
  }
  .spac__column__feature4 .spac__column__feature__txts dt {
    width: 20.76923%;
  }
}
@media all and (min-width: 768px) {
  .spac__scenes {
    width: 88.02395%;
    margin: 0 auto;
  }
  .spac__scenes > div {
    padding-bottom: 11.90476%;
  }
  .spac__scenes__scene_pic {
    width: 100%;
    background: #eee;
  }
  .spac__scenes__scene_txts {
    margin-top: 6em;
  }
  .spac__scenes__scene_txts .catch {
    margin-top: 3em;
  }
  .spac__scenes__scene_txts .desc {
    margin: 2.35em 0 -0.65em;
    font-size: 13px;
    font-size: 0.97305vw;
    letter-spacing: 0.08em;
    line-height: 2;
  }
}
@media all and (min-width: 768px) and (max-width: 768px) {
  .spac__scenes__scene_txts .desc {
    font-size: 0.74731rem;
  }
}
@media all and (min-width: 768px) and (min-width: 1336px) {
  .spac__scenes__scene_txts .desc {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 767px) {
  .spac__scenes {
    width: 86.66667%;
    padding-bottom: 18.66667%;
    margin: 0 auto;
  }
  .spac__scenes > div:nth-of-type(n+2) {
    margin-top: 13.33333%;
  }
  .spac__scenes__scene_pic {
    background: #eee;
  }
  .spac__scenes__scene_txts {
    margin-top: 2.75em;
  }
  .spac__scenes__scene_txts .catch {
    margin-top: 2em;
  }
  .spac__scenes__scene_txts .desc {
    margin: 1.35em 0 -0.65em;
    font-size: 12px;
    font-size: 3.2vw;
    letter-spacing: 0.1em;
    line-height: 2.08333;
  }
}
@media all and (min-width: 768px) {
  .spac__scenes__scene1 .spac__scenes__scene_txts .heading {
    width: 5.61224%;
  }
  .spac__scenes__scene1 .spac__scenes__scene_txts .catch {
    width: 39.71088%;
  }
  .spac__scenes__scene2 .spac__scenes__scene_txts .heading {
    width: 5.27211%;
  }
  .spac__scenes__scene2 .spac__scenes__scene_txts .catch {
    width: 47.10884%;
  }
  .spac__scenes__scene3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .spac__scenes__scene3 .spac__scenes__scene_pic {
    width: 52.72109%;
  }
  .spac__scenes__scene3 .spac__scenes__scene_txts {
    width: 42.51701%;
    margin-top: 0;
  }
  .spac__scenes__scene3 .spac__scenes__scene_txts .heading {
    width: 10.6%;
  }
  .spac__scenes__scene3 .spac__scenes__scene_txts .catch {
    width: 93%;
  }
}
@media all and (max-width: 767px) {
  .spac__scenes__scene1 .spac__scenes__scene_pic {
    width: 107.69231%;
  }
  .spac__scenes__scene1 .spac__scenes__scene_txts .heading {
    width: 15.38462%;
  }
  .spac__scenes__scene1 .spac__scenes__scene_txts .catch {
    width: 82.15385%;
  }
  .spac__scenes__scene2 .spac__scenes__scene_pic {
    width: 107.69231%;
  }
  .spac__scenes__scene2 .spac__scenes__scene_txts .heading {
    width: 14.30769%;
  }
  .spac__scenes__scene2 .spac__scenes__scene_txts .catch {
    width: 97.23077%;
  }
  .spac__scenes__scene3 .spac__scenes__scene_pic {
    width: 100%;
  }
  .spac__scenes__scene3 .spac__scenes__scene_txts .heading {
    width: 12.15385%;
  }
  .spac__scenes__scene3 .spac__scenes__scene_txts .catch {
    width: 81.84615%;
  }
}
@media all and (min-width: 768px) {
  .spac__plans {
    padding-top: 10.47904%;
  }
  .spac__plans__header {
    width: 88.02395%;
    margin: 0 auto;
  }
  .spac__plans__header_heading {
    width: 16.15646%;
  }
  .spac__plans__header_subhead {
    width: 35.45918%;
    margin-top: 5em;
  }
}
@media all and (max-width: 767px) {
  .spac__plans {
    padding-top: 18.66667%;
  }
  .spac__plans__header {
    width: 86.66667%;
    margin: 0 auto;
  }
  .spac__plans__header_heading {
    width: 46.46154%;
  }
  .spac__plans__header_subhead {
    width: 80%;
    margin-top: 7em;
  }
}
@media all and (min-width: 768px) {
  .spac__plans__items {
    width: 88.02395%;
    margin: 8.23353% auto 0;
  }
  .spac__plans__item:nth-of-type(n+2) {
    margin-top: 10.20408%;
  }
  .spac__plans__item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .spac__plans__item__header__txts {
    position: relative;
    margin-left: 10em;
  }
  .spac__plans__item__header__txts::before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    margin-left: -5em;
    background: #ccc;
  }
  .spac__plans__item__header_desc {
    margin: 1.28571em 0 -0.5em;
    font-size: 14px;
    font-size: 1.0479vw;
    letter-spacing: 0.08em;
    line-height: 2;
  }
}
@media all and (min-width: 768px) and (max-width: 768px) {
  .spac__plans__item__header_desc {
    font-size: 0.80479rem;
  }
}
@media all and (min-width: 768px) and (min-width: 1336px) {
  .spac__plans__item__header_desc {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767px) {
  .spac__plans__items {
    width: 86.66667%;
    margin: 16% auto 0;
  }
  .spac__plans__item:nth-of-type(n+2) {
    margin-top: 21.53846%;
  }
  .spac__plans__item__header__txts {
    position: relative;
    margin-top: 2.5em;
  }
  .spac__plans__item__header_desc {
    margin: 2em 0 -0.5em;
    font-size: 10px;
    font-size: 2.66667vw;
    letter-spacing: 0.08em;
    line-height: 2;
    text-align: justify;
  }
}
@media all and (min-width: 768px) {
  .spac__plans__item1 .spac__plans__item__header_heading {
    width: 18.3em;
  }
  .spac__plans__item1 .spac__plans__item__header_catch {
    width: 39.6em;
  }
  .spac__plans__item2 .spac__plans__item__header_heading {
    width: 11.2em;
  }
  .spac__plans__item2 .spac__plans__item__header_catch {
    width: 36.9em;
  }
  .spac__plans__item3 .spac__plans__item__header_heading {
    width: 11.4em;
  }
  .spac__plans__item3 .spac__plans__item__header_catch {
    width: 39.7em;
  }
}
@media all and (max-width: 767px) {
  .spac__plans__item1 .spac__plans__item__header_heading {
    width: 17.3em;
  }
  .spac__plans__item1 .spac__plans__item__header_catch {
    width: 28.7em;
  }
  .spac__plans__item2 .spac__plans__item__header_heading {
    width: 13.2em;
  }
  .spac__plans__item2 .spac__plans__item__header_catch {
    width: 26.8em;
  }
  .spac__plans__item3 .spac__plans__item__header_heading {
    width: 13.3em;
  }
  .spac__plans__item3 .spac__plans__item__header_catch {
    width: 28.8em;
  }
}
@media all and (min-width: 768px) {
  .spac__plans__item__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4.2517%;
  }
  .spac__plans__item_pic {
    position: relative;
    width: 56.80272%;
  }
  .spac__plans__item__detail {
    position: relative;
    width: 43.19728%;
    padding-top: 3.06122%;
    background: #e8ebeb;
  }
  .spac__plans__item_drawing {
    position: relative;
  }
}
@media all and (max-width: 767px) {
  .spac__plans__item__main {
    margin-top: 7.69231%;
  }
  .spac__plans__item_pic {
    position: relative;
  }
  .spac__plans__item__detail {
    position: relative;
    padding: 5.38462% 0 6.15385%;
    background: #e8ebeb;
  }
  .spac__plans__item_drawing {
    position: relative;
  }
}
@media all and (min-width: 768px) {
  .spac__plans__item__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 84.25197%;
    margin: 0 0 23.62205% 7.87402%;
  }
  .spac__plans__item__data > dl {
    width: 44.39252%;
  }
  .spac__plans__item__data > dl > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .spac__plans__item__data > dl dd, .spac__plans__item__data > dl dt {
    padding: 0.5em 0;
    font-size: 11px;
    font-size: 0.82335vw;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }
}
@media all and (min-width: 768px) and (max-width: 768px) {
  .spac__plans__item__data > dl dd, .spac__plans__item__data > dl dt {
    font-size: 0.63234rem;
  }
}
@media all and (min-width: 768px) and (min-width: 1336px) {
  .spac__plans__item__data > dl dd, .spac__plans__item__data > dl dt {
    font-size: 1.1rem;
  }
}
@media all and (min-width: 768px) {
  .spac__plans__item__data > dl dt {
    margin-right: 0.8em;
  }
  .spac__plans__item1 .spac__plans__item__data {
    margin-bottom: 22.6378%;
  }
}
@media all and (max-width: 767px) {
  .spac__plans__item__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 89.23077%;
    margin: 7.69231% 0 0 6.92308%;
  }
  .spac__plans__item__data > dl {
    width: 49.13793%;
  }
  .spac__plans__item__data > dl > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .spac__plans__item__data > dl dd, .spac__plans__item__data > dl dt {
    padding: 0.5em 0;
    font-size: 10px;
    font-size: 2.66667vw;
    white-space: nowrap;
  }
  .spac__plans__item__data > dl dt {
    margin-right: 0.2em;
  }
}
@media all and (min-width: 768px) {
  .spac__plans__item_openBtn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 84.25197%;
    margin: 0 0 7.08661% 7.87402%;
  }
  .spac__plans__item_openBtn button {
    display: block;
    padding: 1.33333em 0 1.33333em 2em;
    background: #000;
    font-weight: 700;
    font-size: 15px;
    font-size: 1.12275vw;
    letter-spacing: 0.06em;
    color: #fff;
    text-align: center;
  }
}
@media all and (min-width: 768px) and (max-width: 768px) {
  .spac__plans__item_openBtn button {
    font-size: 0.86228rem;
  }
}
@media all and (min-width: 768px) and (min-width: 1336px) {
  .spac__plans__item_openBtn button {
    font-size: 1.5rem;
  }
}
@media all and (min-width: 768px) {
  .spac__plans__item_openBtn button .ico {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.4em;
    height: 1.4em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: -0.7em 0 0 -5.5em;
    border: #fff solid 2px;
    border-radius: 10em;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .spac__plans__item_openBtn button .ico::after, .spac__plans__item_openBtn button .ico::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 2px;
    width: 42%;
    margin: -1px 0 0 -20%;
    background: #fff;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .spac__plans__item_openBtn button .ico::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .spac__plans__item_openBtn button:hover .ico {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media all and (max-width: 767px) {
  .spac__plans__item_openBtn {
    position: relative;
    width: 87.69231%;
    margin: 6.15385% auto 0;
  }
  .spac__plans__item_openBtn button {
    display: block;
    padding: 1.2em 0 1.2em 2.5em;
    background: #000;
    font-weight: 700;
    font-size: 12px;
    font-size: 3.2vw;
    letter-spacing: 0.06em;
    color: #fff;
    text-align: center;
  }
  .spac__plans__item_openBtn button .ico {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.4em;
    height: 1.4em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: -0.7em 0 0 -5.2em;
    border: #fff solid 2px;
    border-radius: 10em;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .spac__plans__item_openBtn button .ico::after, .spac__plans__item_openBtn button .ico::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 2px;
    width: 42%;
    margin: -1px 0 0 -20.5%;
    background: #fff;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .spac__plans__item_openBtn button .ico::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media all and (min-width: 768px) {
  .spac__gallery {
    margin-top: 13.47305%;
  }
  .spac__gallery__items {
    position: relative;
    width: 100%;
  }
  .spac__gallery__items .pic {
    position: absolute;
    left: 0;
    top: 0;
    background: #eee;
  }
}
@media all and (max-width: 767px) {
  .spac__gallery {
    margin-top: 24%;
  }
  .spac__gallery__items {
    position: relative;
    width: 100%;
  }
  .spac__gallery__items .pic {
    position: relative;
    background: #eee;
  }
  .spac__gallery__items .pic:nth-of-type(n+2) {
    margin-top: 16%;
  }
}
@media all and (min-width: 768px) {
  .spac__gallery__items {
    padding-top: 205.08982%;
  }
  .spac__gallery__items .pic:nth-of-type(1) {
    width: 61.07784%;
  }
  .spac__gallery__items .pic:nth-of-type(2) {
    width: 28.44311%;
    margin: 0 0 0 68.56287%;
  }
  .spac__gallery__items .pic:nth-of-type(3) {
    width: 65.86826%;
    margin: 50.82335% 0 0 17.06587%;
  }
  .spac__gallery__items .pic:nth-of-type(4) {
    width: 61.07784%;
    margin: 106.28743% 0 0 38.92216%;
  }
  .spac__gallery__items .pic:nth-of-type(5) {
    width: 28.44311%;
    margin: 106.28743% 0 0 3.44311%;
  }
  .spac__gallery__items .pic:nth-of-type(6) {
    width: 65.86826%;
    margin: 160.02994% 0 0 17.06587%;
  }
}
@media all and (max-width: 767px) {
  .spac__gallery__items .pic:nth-of-type(1) {
    width: 100%;
  }
  .spac__gallery__items .pic:nth-of-type(2) {
    width: 58.66667%;
    margin-left: 20.66667%;
  }
  .spac__gallery__items .pic:nth-of-type(3) {
    width: 100%;
  }
  .spac__gallery__items .pic:nth-of-type(4) {
    width: 89.33333%;
    margin-left: 5.33333%;
  }
  .spac__gallery__items .pic:nth-of-type(5) {
    width: 58.66667%;
    margin-left: 20.66667%;
  }
  .spac__gallery__items .pic:nth-of-type(6) {
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  #planModal {
    display: none;
    z-index: 100;
    overflow: auto;
    background: rgba(222, 224, 224, 0.9);
  }
  #planModal .modal__contents {
    position: relative;
    height: auto;
    padding: 20px 0 60px;
    pointer-events: none;
  }
  #planModal .modal__contents::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  #planModal .modal__contentsInner {
    display: block;
    position: relative;
    width: 88.02395%;
    max-width: 1176px;
    padding-top: 50px;
    margin: 0 auto;
    pointer-events: auto;
  }
  #planModal .modal__main {
    position: relative;
  }
  #planModal .modal__closeBtn {
    display: block !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 7.07965%;
  }
  #planModal .modal__closeBtn button {
    background: #000;
  }
  #planModal .modal__closeBtn button.-open {
    background: #000;
  }
  #planModal .modal__closeBtn button img {
    position: relative;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  #planModal .modal__closeBtn:hover button img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media all and (max-width: 767px) {
  #planModal {
    display: none;
    z-index: 100;
    overflow: auto;
    background: rgba(222, 224, 224, 0.9);
  }
  #planModal .modal__bg {
    background: 0 0;
  }
  #planModal .modal__contents {
    position: relative;
    height: auto;
    padding: 4% 0 12%;
    pointer-events: none;
  }
  #planModal .modal__contents::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  #planModal .modal__contentsInner {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    pointer-events: auto;
  }
  #planModal .modal__main {
    position: relative;
    width: 86.66667%;
    padding: 13.33333% 0 13.33333%;
    margin: 0 auto;
    background: #fff;
  }
  #planModal .modal__closeBtn {
    display: block !important;
    position: relative;
    width: 78.46154%;
    margin: 9.23077% auto 0;
  }
  #planModal .modal__closeBtn button {
    background: #000;
  }
  #planModal .modal__closeBtn button img {
    position: relative;
  }
}
#planModal .modal__main > div {
  display: none;
}

#planModal.-type0 .type0 {
  display: block;
}

#planModal.-type1 .type1 {
  display: block;
}

#planModal.-type2 .type2 {
  display: block;
}

@media all and (min-width: 768px) {
  .m__gallery {
    position: relative;
    width: 100%;
  }
  .gall_pic {
    background: #eee;
  }
}
@media all and (max-width: 767px) {
  .m__gallery {
    position: relative;
    width: 100%;
  }
  .gall_pic {
    background: #eee;
  }
}
.invisible {
  visibility: hidden;
  opacity: 0;
}

.visible {
  visibility: visible;
  opacity: 1;
}

._ani_fadeIn {
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

._ani_fadeIn.-show {
  opacity: 1;
}

._ani_fadeUp {
  opacity: 0;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

._ani_fadeUp.-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

._ani_fadeInSerial > * {
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

._ani_fadeInSerial > :nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

._ani_fadeInSerial > :nth-child(2) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}

._ani_fadeInSerial > :nth-child(3) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}

._ani_fadeInSerial > :nth-child(4) {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
}

._ani_fadeInSerial > :nth-child(5) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}

._ani_fadeInSerial > :nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

._ani_fadeInSerial > :nth-child(7) {
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s;
}

._ani_fadeInSerial > :nth-child(8) {
  -webkit-transition-delay: 0.84s;
          transition-delay: 0.84s;
}

._ani_fadeInSerial > :nth-child(9) {
  -webkit-transition-delay: 0.96s;
          transition-delay: 0.96s;
}

._ani_fadeInSerial > :nth-child(10) {
  -webkit-transition-delay: 1.08s;
          transition-delay: 1.08s;
}

._ani_fadeInSerial > :nth-child(11) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

._ani_fadeInSerial > :nth-child(12) {
  -webkit-transition-delay: 1.32s;
          transition-delay: 1.32s;
}

._ani_fadeInSerial > :nth-child(13) {
  -webkit-transition-delay: 1.44s;
          transition-delay: 1.44s;
}

._ani_fadeInSerial > :nth-child(14) {
  -webkit-transition-delay: 1.56s;
          transition-delay: 1.56s;
}

._ani_fadeInSerial > :nth-child(15) {
  -webkit-transition-delay: 1.68s;
          transition-delay: 1.68s;
}

._ani_fadeInSerial > :nth-child(16) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

._ani_fadeInSerial > :nth-child(17) {
  -webkit-transition-delay: 1.92s;
          transition-delay: 1.92s;
}

._ani_fadeInSerial > :nth-child(18) {
  -webkit-transition-delay: 2.04s;
          transition-delay: 2.04s;
}

._ani_fadeInSerial > :nth-child(19) {
  -webkit-transition-delay: 2.16s;
          transition-delay: 2.16s;
}

._ani_fadeInSerial > :nth-child(20) {
  -webkit-transition-delay: 2.28s;
          transition-delay: 2.28s;
}

._ani_fadeInSerial.-show > * {
  opacity: 1;
}

._ani_fadeUpSerial > * {
  opacity: 0;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

._ani_fadeUpSerial > * .pic, ._ani_fadeUpSerial > [class=pic] {
  overflow: hidden;
}

._ani_fadeUpSerial > * img._zoomOut {
  -webkit-transform: scale(1.25) translateY(200px);
          transform: scale(1.25) translateY(200px);
  -webkit-transition: -webkit-transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

._ani_fadeUpSerial.-show > * {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

._ani_fadeUpSerial.-show > :nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

._ani_fadeUpSerial.-show > :nth-child(2) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}

._ani_fadeUpSerial.-show > :nth-child(3) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}

._ani_fadeUpSerial.-show > :nth-child(4) {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
}

._ani_fadeUpSerial.-show > :nth-child(5) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}

._ani_fadeUpSerial.-show > :nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

._ani_fadeUpSerial.-show > :nth-child(7) {
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s;
}

._ani_fadeUpSerial.-show > :nth-child(8) {
  -webkit-transition-delay: 0.84s;
          transition-delay: 0.84s;
}

._ani_fadeUpSerial.-show > :nth-child(9) {
  -webkit-transition-delay: 0.96s;
          transition-delay: 0.96s;
}

._ani_fadeUpSerial.-show > :nth-child(10) {
  -webkit-transition-delay: 1.08s;
          transition-delay: 1.08s;
}

._ani_fadeUpSerial.-show > :nth-child(11) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

._ani_fadeUpSerial.-show > :nth-child(12) {
  -webkit-transition-delay: 1.32s;
          transition-delay: 1.32s;
}

._ani_fadeUpSerial.-show > :nth-child(13) {
  -webkit-transition-delay: 1.44s;
          transition-delay: 1.44s;
}

._ani_fadeUpSerial.-show > :nth-child(14) {
  -webkit-transition-delay: 1.56s;
          transition-delay: 1.56s;
}

._ani_fadeUpSerial.-show > :nth-child(15) {
  -webkit-transition-delay: 1.68s;
          transition-delay: 1.68s;
}

._ani_fadeUpSerial.-show > :nth-child(16) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

._ani_fadeUpSerial.-show > :nth-child(17) {
  -webkit-transition-delay: 1.92s;
          transition-delay: 1.92s;
}

._ani_fadeUpSerial.-show > :nth-child(18) {
  -webkit-transition-delay: 2.04s;
          transition-delay: 2.04s;
}

._ani_fadeUpSerial.-show > :nth-child(19) {
  -webkit-transition-delay: 2.16s;
          transition-delay: 2.16s;
}

._ani_fadeUpSerial.-show > :nth-child(20) {
  -webkit-transition-delay: 2.28s;
          transition-delay: 2.28s;
}

._ani_fadeUpSerial.-show > * img._zoomOut {
  -webkit-transform: scale(1);
          transform: scale(1);
}

[class*=_ani_zoomOutImg] {
  overflow: hidden;
  -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
}

[class*=_ani_zoomOutImg] img {
  -webkit-transition: all 1.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: scale(1.5) translateY(100%);
          transform: scale(1.5) translateY(100%);
}

[class*=_ani_zoomOutImg].-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

[class*=_ani_zoomOutImg].-show img {
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

@-webkit-keyframes rumble {
  0% {
    -webkit-transform: rotate(0) translate(0, 0);
            transform: rotate(0) translate(0, 0);
  }
  12.5% {
    -webkit-transform: rotate(0) translate(4px, -4px);
            transform: rotate(0) translate(4px, -4px);
  }
  25% {
    -webkit-transform: rotate(0) translate(0, 4px);
            transform: rotate(0) translate(0, 4px);
  }
  37.5% {
    -webkit-transform: rotate(0) translate(-4px, 0);
            transform: rotate(0) translate(-4px, 0);
  }
  50% {
    -webkit-transform: rotate(0) translate(0, 0);
            transform: rotate(0) translate(0, 0);
  }
  62.5% {
    -webkit-transform: rotate(0) translate(4px, 0);
            transform: rotate(0) translate(4px, 0);
  }
  75% {
    -webkit-transform: rotate(0) translate(0, 4px);
            transform: rotate(0) translate(0, 4px);
  }
  87.5% {
    -webkit-transform: rotate(0) translate(-4px, -4px);
            transform: rotate(0) translate(-4px, -4px);
  }
  100% {
    -webkit-transform: rotate(0) translate(0, 0);
            transform: rotate(0) translate(0, 0);
  }
}
@keyframes rumble {
  0% {
    -webkit-transform: rotate(0) translate(0, 0);
            transform: rotate(0) translate(0, 0);
  }
  12.5% {
    -webkit-transform: rotate(0) translate(4px, -4px);
            transform: rotate(0) translate(4px, -4px);
  }
  25% {
    -webkit-transform: rotate(0) translate(0, 4px);
            transform: rotate(0) translate(0, 4px);
  }
  37.5% {
    -webkit-transform: rotate(0) translate(-4px, 0);
            transform: rotate(0) translate(-4px, 0);
  }
  50% {
    -webkit-transform: rotate(0) translate(0, 0);
            transform: rotate(0) translate(0, 0);
  }
  62.5% {
    -webkit-transform: rotate(0) translate(4px, 0);
            transform: rotate(0) translate(4px, 0);
  }
  75% {
    -webkit-transform: rotate(0) translate(0, 4px);
            transform: rotate(0) translate(0, 4px);
  }
  87.5% {
    -webkit-transform: rotate(0) translate(-4px, -4px);
            transform: rotate(0) translate(-4px, -4px);
  }
  100% {
    -webkit-transform: rotate(0) translate(0, 0);
            transform: rotate(0) translate(0, 0);
  }
}
@-webkit-keyframes upAndBounce_up {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes upAndBounce_up {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes bounce_s {
  20%, 53%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15%, 0);
            transform: translate3d(0, -15%, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -2.5%, 0);
            transform: translate3d(0, -2.5%, 0);
  }
}
@keyframes bounce_s {
  20%, 53%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15%, 0);
            transform: translate3d(0, -15%, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -2.5%, 0);
            transform: translate3d(0, -2.5%, 0);
  }
}
@-webkit-keyframes bounce_m {
  20%, 53%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -3%, 0);
            transform: translate3d(0, -3%, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -0.5%, 0);
            transform: translate3d(0, -0.5%, 0);
  }
}
@keyframes bounce_m {
  20%, 53%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -3%, 0);
            transform: translate3d(0, -3%, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -0.5%, 0);
            transform: translate3d(0, -0.5%, 0);
  }
}
@-webkit-keyframes bubble {
  20%, 53%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  90% {
    -webkit-transform: scale(1.004);
            transform: scale(1.004);
  }
}
@keyframes bubble {
  20%, 53%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  90% {
    -webkit-transform: scale(1.004);
            transform: scale(1.004);
  }
}
.g__header {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s;
}

.h__conversionBtns > * {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s;
}

body.-show .g__header {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

body.-show .h__conversionBtns > * {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

body.-show .h__conversionBtns > :nth-child(1) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

body.-show .h__conversionBtns > :nth-child(2) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

body.-show .h__conversionBtns > :nth-child(3) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.covr__mv_pic {
  overflow: hidden;
}

.covr__mv_pic img {
  position: relative;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
  -webkit-transition: visibility 0.1s linear 1.01s, opacity 1.8s linear 1.01s, -webkit-transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.01s;
  transition: visibility 0.1s linear 1.01s, opacity 1.8s linear 1.01s, -webkit-transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.01s;
  transition: visibility 0.1s linear 1.01s, opacity 1.8s linear 1.01s, transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.01s;
  transition: visibility 0.1s linear 1.01s, opacity 1.8s linear 1.01s, transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.01s, -webkit-transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.01s;
}

.covr__mv_pic::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: width 1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.02s;
  transition: width 1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.02s;
  transition: width 1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.02s;
  transition: width 1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.02s, -webkit-transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.02s;
}

.covr__fair {
  overflow: hidden;
}

.covr__fair .covr__fair_base, .covr__fair .covr__fair_btn {
  -webkit-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 2.8s;
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 2.8s;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.covr__fair .covr__fair_btn {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.covr__fair::before {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 2.3s;
  transition: -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 2.3s;
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 2.3s;
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 2.3s, -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 2.3s;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.covr__heading_t1, .covr__heading_t2 {
  overflow: hidden;
}

.covr__heading_t1 img, .covr__heading_t2 img {
  opacity: 0;
  -webkit-transform: translateY(101%);
          transform: translateY(101%);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.covr__heading_t1 img {
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}

.covr__heading_t2 img {
  -webkit-transition-delay: 3.3s;
          transition-delay: 3.3s;
}

.covr__statement__txts, .covr__statement_catch {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 4s;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 4s;
}

.covr__statement_catch {
  -webkit-transition-delay: 4.2s;
          transition-delay: 4.2s;
}

body.-show .covr__mv_pic img {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

body.-show .covr__mv_pic::after {
  width: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

body.-show .covr__fair > * {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

body.-show .covr__fair::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

body.-show .covr__heading_t1 img, body.-show .covr__heading_t2 img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

body.-show .covr__statement__txts, body.-show .covr__statement_catch {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

._ani_conceptEntrance .conc__entrance_pic {
  overflow: hidden;
}

._ani_conceptEntrance .conc__entrance_pic img {
  position: relative;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  -webkit-transition: visibility 0.1s linear 0.21s, opacity 1s linear 0.21s, -webkit-transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.21s;
  transition: visibility 0.1s linear 0.21s, opacity 1s linear 0.21s, -webkit-transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.21s;
  transition: visibility 0.1s linear 0.21s, opacity 1s linear 0.21s, transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.21s;
  transition: visibility 0.1s linear 0.21s, opacity 1s linear 0.21s, transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.21s, -webkit-transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.21s;
}

._ani_conceptEntrance .conc__entrance_pic::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: width 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: width 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: width 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: width 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
}

._ani_conceptEntrance.conc__entrance::after {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
  transition: -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s, -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

._ani_conceptEntrance .conc__entrance__blc > * {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

._ani_conceptEntrance .conc__entrance__blc.-show > * {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

._ani_conceptEntrance .conc__entrance__blc.-show > :nth-child(1) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

._ani_conceptEntrance .conc__entrance__blc.-show > :nth-child(2) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

._ani_conceptEntrance .conc__entrance__blc.-show > :nth-child(3) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

._ani_conceptEntrance .conc__entrance__blc.-show > :nth-child(4) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

._ani_conceptEntrance .conc__entrance__blc.-show > :nth-child(5) {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

._ani_conceptEntrance.-show .conc__entrance_pic img {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

._ani_conceptEntrance.-show .conc__entrance_pic::after {
  width: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

._ani_conceptEntrance.-show.conc__entrance::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

@media all and (min-width: 768px) {
  html.ie body {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
  html.ipad {
    font-weight: 300;
  }
}
@media all and (max-width: 767px) {
  html.ios {
    font-weight: 300;
  }
  html.android {
    font-weight: 300;
  }
}
.m__aircon {
  width: 100%;
  padding: 160px 0 0;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .m__aircon {
    padding-top: 37.3333333333vw;
  }
}
.m__aircon .inner {
  padding-bottom: 0;
}
.m__aircon .conc__entrance {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0;
      grid-template-areas: "_a _b";
  width: min(88.0239520958%, 1000px);
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .m__aircon .conc__entrance {
    display: block;
    width: 100%;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
.m__aircon .conc__entrance .gridArea_a {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: _a;
}
.m__aircon .conc__entrance .gridArea_b {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: _b;
}
.m__aircon .conc__entrance__blc {
  position: static;
  width: 100%;
  margin: 0;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 767.98px) {
  .m__aircon .conc__entrance__blc {
    padding: 0;
  }
}
.m__aircon .conc__entrance_subhead {
  width: 80.8%;
  margin-top: 8.8%;
}
@media (max-width: 767.98px) {
  .m__aircon .conc__entrance_subhead {
    width: 100%;
    margin-top: 8.5333333333vw;
  }
}
.m__aircon .conc__entrance_catch {
  margin-top: 4.8%;
  line-height: 1.7857142857;
}
@media (max-width: 767.98px) {
  .m__aircon .conc__entrance_catch {
    margin-top: 3.2vw;
    font-size: 3.2vw;
    line-height: 2.0833333333;
  }
}
.m__aircon .conc__entrance_pic {
  position: relative;
  width: 105.4%;
  margin-left: -5.4%;
}
@media (max-width: 767.98px) {
  .m__aircon .conc__entrance_pic {
    width: 100%;
    margin-left: 0;
    margin-top: 6.6666666667vw;
  }
}
.m__aircon .conc__entrance_img01 {
  width: 78.4%;
  margin-top: 6.4%;
}
@media (max-width: 767.98px) {
  .m__aircon .conc__entrance_img01 {
    width: 100%;
    margin-top: 8.5333333333vw;
  }
}
.m__aircon .conc__entrance_openCloseBtn {
  margin-top: 8%;
}
@media (max-width: 767.98px) {
  .m__aircon .conc__entrance_openCloseBtn {
    margin-top: 8vw;
  }
}
.m__aircon .conc__block01 {
  position: relative;
  width: 100%;
  padding-bottom: 8.9820359281%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ecefef), to(#f8fafb));
  background-image: linear-gradient(to bottom, #ecefef, #f8fafb);
}
@media (max-width: 767.98px) {
  .m__aircon .conc__block01 {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.m__aircon .conc__block01_inner {
  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;
  width: min(calc(100% * 1176/1336), 960px);
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .m__aircon .conc__block01_inner {
    width: 100%;
  }
}
.m__aircon .conc__block01_txts {
  position: relative;
  width: 27.7083333333%;
  padding-top: 23.9583333333%;
  padding-bottom: 18.75%;
}
.m__aircon .conc__block01_txts .heading {
  width: 70.6766917293%;
  margin-bottom: 15.037593985%;
}
.m__aircon .conc__block01_txts .catch {
  margin-bottom: 15.037593985%;
}
.m__aircon .conc__block01_txts .desc {
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 2.1538461538;
}
@media (max-width: 767.98px) {
  .m__aircon .conc__block01_txts {
    width: 100%;
    padding: 0 6.6666666667vw 10.6666666667vw;
  }
  .m__aircon .conc__block01_txts .heading {
    width: 100%;
    margin-bottom: 5.8666666667vw;
  }
  .m__aircon .conc__block01_txts .catch {
    width: 100%;
    margin-bottom: 5.8666666667vw;
  }
  .m__aircon .conc__block01_txts .desc {
    font-size: 3.2vw;
    line-height: 2.0833333333;
  }
}
.m__aircon .conc__block01_pic {
  position: absolute;
  width: 68.3383233533%;
  top: 8.9820359281%;
  right: 0;
}
@media (max-width: 767.98px) {
  .m__aircon .conc__block01_pic {
    position: static;
    width: 100%;
  }
}
.m__aircon .conc__block01_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.1666666667%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .m__aircon .conc__block01_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8.5333333333vw 3.0769230769%;
    padding-top: 6.6666666667vw;
    padding-left: 6.6666666667%;
    padding-right: 6.6666666667%;
  }
}
.m__aircon .conc__block01_item {
  width: 100%;
}
@media (max-width: 767.98px) {
  .m__aircon .conc__block01_item {
    width: 48.4615384615%;
  }
}
.m__aircon .conc__block01_item + .conc__block01_item {
  position: relative;
}
.m__aircon .conc__block01_item + .conc__block01_item::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 15px;
  background: url(/hebel/lineup/ratius-gr/img/concept/aircon/temperature/arrow.png) no-repeat center/cover;
  top: 25%;
  left: -9.5238095238%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .m__aircon .conc__block01_item + .conc__block01_item::before {
    content: none;
  }
}
.m__aircon .conc__block01_item .pic {
  width: 100%;
}
.m__aircon .conc__block01_item .txts {
  width: 100%;
  padding-top: 9.5238095238%;
}
.m__aircon .conc__block01_item .txts dt {
  width: 100%;
}
.m__aircon .conc__block01_item .txts img {
  width: auto;
  height: 12px;
}
@media (max-width: 767.98px) {
  .m__aircon .conc__block01_item .txts {
    padding-top: 4vw;
  }
  .m__aircon .conc__block01_item .txts img {
    width: 100%;
    height: auto;
  }
}
.m__aircon .conc__block01_item .desc {
  width: 100%;
  padding-top: 1.3333em;
  font-size: 1.2rem;
  line-height: 1.8333333333;
}
@media (max-width: 767.98px) {
  .m__aircon .conc__block01_item .desc {
    padding-top: 2.1333333333vw;
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}
.m__aircon .conc__block02 {
  position: relative;
  width: 100%;
  padding-bottom: 8.9820359281%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ecefef), to(#f8fafb));
  background-image: linear-gradient(to bottom, #ecefef, #f8fafb);
}
@media (max-width: 767.98px) {
  .m__aircon .conc__block02 {
    padding-bottom: 16vw;
  }
}
.m__aircon .conc__block02_item01 {
  width: min(calc(100% * 1176/1336), 960px);
  padding-top: 12.4251497006%;
  padding-bottom: 8.2335329341%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .m__aircon .conc__block02_item01 {
    width: 100%;
    padding-top: 16vw;
    padding-bottom: 14.6666666667vw;
  }
}
.m__aircon .conc__block02_item01 .conc__block02_txts {
  position: relative;
  width: min(100%, 960px);
  margin: 0 auto;
}
.m__aircon .conc__block02_item01 .conc__block02_txts .heading {
  width: 18.5416666667%;
  margin-bottom: 4.1666666667%;
}
.m__aircon .conc__block02_item01 .conc__block02_txts .catch {
  width: 31.875%;
  margin-bottom: 4.1666666667%;
}
.m__aircon .conc__block02_item01 .conc__block02_txts .desc {
  width: 27.7083333333%;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 2.1538461538;
}
@media (max-width: 767.98px) {
  .m__aircon .conc__block02_item01 .conc__block02_txts {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
    padding-bottom: 5.8666666667vw;
  }
  .m__aircon .conc__block02_item01 .conc__block02_txts .heading {
    width: 100%;
    margin-bottom: 6.4vw;
  }
  .m__aircon .conc__block02_item01 .conc__block02_txts .catch {
    width: 100%;
    margin-bottom: 3.7333333333vw;
  }
  .m__aircon .conc__block02_item01 .conc__block02_txts .desc {
    width: 100%;
    font-size: 3.2vw;
    line-height: 2.0833333333;
  }
}
.m__aircon .conc__block02_item01 .conc__block02_pic {
  position: absolute;
  width: 62.4251497006%;
  top: min(8.9820359281vw, 120px);
  right: 0;
}
@media (max-width: 767.98px) {
  .m__aircon .conc__block02_item01 .conc__block02_pic {
    position: static;
    width: 100%;
  }
}
.m__aircon .conc__block02_item02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(calc(100% * 1176/1336), 960px);
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .m__aircon .conc__block02_item02 {
    display: block;
    width: 100%;
  }
}
.m__aircon .conc__block02_item02 .conc__block02_txts {
  width: 42.5%;
}
.m__aircon .conc__block02_item02 .conc__block02_txts .heading {
  width: 56.862745098%;
  margin-bottom: 6.3725490196%;
}
.m__aircon .conc__block02_item02 .conc__block02_txts .catch {
  width: 47.0588235294%;
  margin-bottom: 3.9215686275%;
}
.m__aircon .conc__block02_item02 .conc__block02_txts .desc {
  width: 94.1176470588%;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 1.8333333333;
}
@media (max-width: 767.98px) {
  .m__aircon .conc__block02_item02 .conc__block02_txts {
    width: 100%;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
    margin-bottom: 5.8666666667vw;
  }
  .m__aircon .conc__block02_item02 .conc__block02_txts .heading {
    width: 55.4666666667vw;
    margin-bottom: 6.4vw;
  }
  .m__aircon .conc__block02_item02 .conc__block02_txts .catch {
    width: 58.4vw;
    margin-bottom: 3.7333333333vw;
  }
  .m__aircon .conc__block02_item02 .conc__block02_txts .desc {
    width: 100%;
    font-size: 3.2vw;
    line-height: 2.0833333333;
  }
}
.m__aircon .conc__block02_item02 .conc__block02_pic {
  width: 57.5%;
}
@media (max-width: 767.98px) {
  .m__aircon .conc__block02_item02 .conc__block02_pic {
    width: 100%;
  }
}
.m__aircon .conc__block03 {
  position: relative;
  width: 100%;
  padding-bottom: 8.9820359281%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ecefef), to(#f8fafb));
  background-image: linear-gradient(to bottom, #ecefef, #f8fafb);
}
@media (max-width: 767.98px) {
  .m__aircon .conc__block03 {
    padding-bottom: 16vw;
  }
}
.m__aircon .conc__block03_item01 {
  position: relative;
  width: min(calc(100% * 1176/1336), 960px);
  padding-top: 11.5269461078%;
  padding-bottom: 5.9880239521%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .m__aircon .conc__block03_item01 {
    width: 100%;
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.m__aircon .conc__block03_item01 .conc__block03_txts {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.m__aircon .conc__block03_item01 .conc__block03_txts .heading {
  width: 24.7916666667%;
  margin-bottom: 4.1666666667%;
}
.m__aircon .conc__block03_item01 .conc__block03_txts .catch {
  width: 20.4166666667%;
  margin-bottom: 4.1666666667%;
}
.m__aircon .conc__block03_item01 .conc__block03_txts .catch02 {
  width: 19.7916666667%;
  margin-bottom: 1.5625%;
}
.m__aircon .conc__block03_item01 .conc__block03_txts .desc {
  width: 31.6666666667%;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 2.1538461538;
}
@media (max-width: 767.98px) {
  .m__aircon .conc__block03_item01 .conc__block03_txts {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
    margin-bottom: 4.8vw;
  }
  .m__aircon .conc__block03_item01 .conc__block03_txts .heading {
    width: 100%;
    margin-bottom: 4.8vw;
  }
  .m__aircon .conc__block03_item01 .conc__block03_txts .catch {
    width: 100%;
    margin-bottom: 5.8666666667vw;
  }
  .m__aircon .conc__block03_item01 .conc__block03_txts .catch02 {
    width: 100%;
    margin-bottom: 3.2vw;
  }
  .m__aircon .conc__block03_item01 .conc__block03_txts .desc {
    width: 100%;
    font-size: 3.2vw;
    line-height: 2.0833333333;
  }
}
.m__aircon .conc__block03_item01 .conc__block03_pic {
  position: absolute;
  width: 69.6875%;
  top: min(12.5vw, 120px);
  right: clamp(-90px, 123.191px - 15.957vw, -30px);
}
@media (max-width: 767.98px) {
  .m__aircon .conc__block03_item01 .conc__block03_pic {
    position: static;
    width: 100%;
  }
}
.m__aircon .conc__block03_item02 {
  width: min(calc(100% * 1176/1336), 960px);
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .m__aircon .conc__block03_item02 {
    width: 100%;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
.m__aircon .conc__block03_item02 .heading {
  width: 19.8958333333%;
  margin-bottom: 2.2916666667%;
}
@media (max-width: 767.98px) {
  .m__aircon .conc__block03_item02 .heading {
    width: 100%;
    margin-bottom: 5.8666666667vw;
  }
}
.m__aircon .conc__block03_item02 .conc__block03_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.98px) {
  .m__aircon .conc__block03_item02 .conc__block03_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6.4vw 0;
  }
}
@media (min-width: 768px) {
  .m__aircon .conc__block03_item02 .conc__block03_item:nth-child(1) {
    width: 30%;
  }
  .m__aircon .conc__block03_item02 .conc__block03_item:nth-child(2) {
    width: 32.0833333333%;
  }
  .m__aircon .conc__block03_item02 .conc__block03_item:nth-child(3) {
    width: 32.0833333333%;
  }
}
@media (max-width: 767.98px) {
  .m__aircon .conc__block03_item02 .conc__block03_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 4vw;
    width: 100%;
  }
}
.m__aircon .conc__block03_item02 .conc__block03_item .pic {
  width: 100%;
}
@media (max-width: 767.98px) {
  .m__aircon .conc__block03_item02 .conc__block03_item .pic {
    width: 40.6666666667vw;
  }
}
.m__aircon .conc__block03_item02 .conc__block03_item .txts {
  padding-top: 20px;
  width: 100%;
}
.m__aircon .conc__block03_item02 .conc__block03_item .txts img {
  width: auto;
  height: 14px;
}
@media (max-width: 767.98px) {
  .m__aircon .conc__block03_item02 .conc__block03_item .txts {
    width: 42vw;
    padding-top: 0;
  }
  .m__aircon .conc__block03_item02 .conc__block03_item .txts img {
    width: 100%;
    height: auto;
  }
}
.m__aircon .conc__block03_item02 .conc__block03_item .desc {
  padding-top: 1.3333em;
  font-size: 1.2rem;
  line-height: 1.8333333333;
}
@media (max-width: 767.98px) {
  .m__aircon .conc__block03_item02 .conc__block03_item .desc {
    padding-top: 2.4vw;
    font-size: 2.9333333333vw;
    line-height: 1.8181818182;
  }
}
.m__aircon .conc__block04 {
  width: min(100%, 960px);
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .m__aircon .conc__block04 {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
.m__aircon .conc__block04_item01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6.875%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(calc(100% * 1176/1336), 960px);
  padding-top: 12.5%;
  margin: 0 auto;
}
.m__aircon .conc__block04_item01 .pic {
  width: 33.0208333333%;
}
.m__aircon .conc__block04_item01 .txts {
  width: 60.2083333333%;
}
.m__aircon .conc__block04_item01 .title {
  width: 94.2906574394%;
  margin-bottom: 4.4982698962%;
}
.m__aircon .conc__block04_item01 .desc {
  width: 69.8961937716%;
  margin-bottom: 2.4221453287%;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 2.1538461538;
}
.m__aircon .conc__block04_item01 .note {
  width: 100%;
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .m__aircon .conc__block04_item01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6.4vw 0;
    width: 100%;
    padding-top: 16vw;
  }
  .m__aircon .conc__block04_item01 .pic {
    width: 100%;
  }
  .m__aircon .conc__block04_item01 .txts {
    width: 100%;
  }
  .m__aircon .conc__block04_item01 .title {
    width: 100%;
    margin-bottom: 4.5333333333vw;
  }
  .m__aircon .conc__block04_item01 .desc {
    width: 100%;
    margin-bottom: 1.0666666667vw;
    font-size: 3.2vw;
    line-height: 2.0833333333;
  }
  .m__aircon .conc__block04_item01 .note {
    font-size: 2.6666666667vw;
    line-height: 1.4;
  }
}
.m__aircon .conc__block04_item02 {
  width: min(calc(100% * 1176/1336), 960px);
  padding-top: 12.5%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .m__aircon .conc__block04_item02 {
    width: 100%;
    padding-top: 16vw;
  }
}
.m__aircon .conc__block04_item02 a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.m__aircon .conc__block04_item02 a:hover {
  opacity: 0.8;
}