@import "demostore_tw.css";
@media (min-width: 768px) {
  nav {
    padding: 10px;
  }
  section {
    padding: 10% 0 5%;
  }
  .section_third {
    padding: 5% 0 0;
  }
  .content {
    width: 90%;
    max-width: 1140px;
  }
  header {
    padding: 0;
  }
  header:before {
    background-position: 15% 130%;
    background-size: 61% auto;
  }
  header:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 3%;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100% auto;
    background-image: url(../img/elena_1.png);
    height: 50%;
    width: 21%;
    z-index: 2;
  }
  header .content {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 2.6% 5% 40%;
    z-index: 10;
  }
  header figure {
    position: absolute;
    bottom: 0;
    right: 2.5%;
    margin: 0;
    padding: 0;
    width: 20%;
  }
  header h1 span {
    display: inline-block;
    margin-top: 0;
  }
  header article div {
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
  }
  header h1 {
    font-size: 2.8vw;
    margin: 0 0 2%;
  }
  header p {
    font-size: 1.5vw;
    margin: 0;
  }
  section dl dt {
    max-width: 40%;
  }
  section dl dd {
    max-width: 60%;
  }
  section:before {
    background-position: center;
    background-size: cover;
  }
  .section_first:after {
    border-width: 0 0 14vw 100vw;
  }
  .section_second:after {
    left: 0;
    border-width: 14vw 0 0 100vw;
  }
  .section_first dl dt {
    padding-right: 5%;
  }
  .section_second dl dt {
    -ms-flex-order: 2;
    order: 2;
    padding-left: 5%;
  }
  .section_second dl dd {
    -ms-flex-order: 1;
    order: 1;
  }
  .section_third figure {
    padding: 0 5% 0 40%;
    margin: 0;
	  width: 100%;
  }
  .section_third article {
    position: absolute;
    top: 40%;
    left: 25%;
    transform: translate(-50%, -50%)scaleY(1);
    height: 360px;
    width: 360px;
    padding: 3%;
  }
  .section_third h2 {
    font-size: 28px;
    transform: translate(-50%,-50%)scaleY(1);
  }
}