@media (min-width: 768px) {
  .g__header {
    background: none;
    overflow: hidden;
  }
  .g__header::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% + 1px);
    background: #FFF;
  }
  .g__header .inner {
    z-index: 1;
  }
  .g__header .inner::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(182px + 202px - 1px);
    height: calc(100% + 1px);
    background: #000;
  }
}

@media (max-width: 767px) {
  .g__header {
    background: none;
  }
  .g__header::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% + 1px);
    background: #FFF;
  }
  .g__header::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 63.46667%;
    height: calc(100% + 1px);
    background: #000;
  }
  .g__header ul {
    z-index: 1;
  }
}

@media all and (min-width: 768px) {
  .conv__modelhouse {
    padding-top: 29.1%;
  }

  .conv__modelhouse > * {
    position: absolute;
  }

  .conv__modelhouse > .heading {
    left: 0;
    top: 0;
    width: 100%;
    margin-top: 11%;
    font-size: 2.8rem;
  }
  
  .conv__modelhouse > .note {
    top: 0;
    width: 83.400%;/* 422/506 */
    margin: 30% 0 0 calc(16.6% / 2);
    line-height: calc(14/10);
  }

  .conv__modelhouse .btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 88.142%;/* 446/506 */
    height: 0;
    padding-top: 11.858%;/* 60/506 */
    margin: 0 0 5.765% calc(11.858% / 2);
  }
  .conv__modelhouse .btn form {
    background: url(/hebel/lineup/lifestyle/garage-space/img/conversion/conv_03_modelhouse-btn_v2_pc.png) 0 0 no-repeat;
    background-size: 100%;
    transition: all .2s;
  }
  .conv__modelhouse .btn:hover form {
    opacity: .8;
  }
}
@media all and (max-width: 767px) {

  .conv__modelhouse {
		padding-top: 7.2%;
	}
  .conv__modelhouse .heading {
    position: static;
    width: 100%;
    font-size: calc(14px * 1.4);
    font-size: calc(3.73333vw * 1.4);
    letter-spacing: .1em;
    line-height: 1.5;
    color: #000;
  }
	.conv__modelhouse .note {
		padding: 0 6.28%;
		margin-top: 2.5%;
    font-size: calc(14px * .7);
		font-size: calc(3.73333vw * .7);
		line-height: 1.5;
	}
  
  .conv__modelhouse .btn {
    height: 0;
    padding-top: 11.9403%;
    margin: 6.5% auto 0;
  }
  .conv__modelhouse .btn form {
    background: #000 url(/hebel/lineup/lifestyle/garage-space/img/conversion/conv_03_modelhouse-btn_v2_sp.png) 0 0 no-repeat;
    background-size: 100%;
  }

}

@media all and (min-width: 768px) {

  .styl__gallery .pic4 {
    float: left !important;
  }

  .styl__gallery .pic5 {
    float: right !important;
  }

  .styl1__gallery .pic4 {
    width: 56.134% !important;/* 668/1190 */
  }

  .styl1__gallery .pic5 {
    width: 35.714% !important;/* 425/1190 */
  }

  .styl2__gallery .pic4 {
    width: 56.134% !important;/* 668/1190 */
  }

  .styl2__gallery .pic5 {
    width: 35.714% !important;/* 425/1190 */
  }

  .styl3__gallery .pic4Wrap {
    width: 100% !important;
  }

  .styl3__gallery .pic4 {
    width: 61.078% !important;/* 816/1336 */
  }

  .styl3__gallery .pic5 {
    width: 31.811% !important;/* 425/1336 */
  }
}