@media (min-width: 1025px) {
  header {
    background: url(../images/menu/eyes_mainvisual.jpg) no-repeat;
    background-size: cover;
    height: 654px;
  }
  header h1 {
    display: block;
    font-size: 65px;
    height: 115px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    margin-bottom: auto;
    text-align: center;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) {
  header h1 {
    font-size: 4.2vw;
  }
}

@media (min-width: 1025px) {
  header h1 div {
    width: 100%;
    font-size: 24px;
    line-height: 1;
    margin-top: 15px;
    font-weight: 200;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) {
  header h1 div {
    font-size: 1.5vw;
  }
}

@media (min-width: 1025px) {
  #eyes h2 {
    font-size: 65px;
    font-weight: 400;
    color: #C8B59E;
    line-height: 1;
    margin-bottom: 80px;
    text-align: center;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) {
  #eyes h2 {
    font-size: 4vw;
  }
}

@media (min-width: 1025px) {
  #eyes .inner {
    max-width: 1200px;
    margin: auto;
    padding: 45px 20px 0 20px;
  }
  #eyes nav {
    margin-bottom: 150px;
  }
  #eyes nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
    width: 50%;
  }
  #eyes nav ul li {
    padding: 0 15px;
    border-right: 1px solid #333;
    margin-bottom: 20px;
    line-height: 1;
  }
  #eyes nav ul li.nb {
    border-right: none;
  }
  #eyes nav ul li a {
    color: inherit;
  }
  #eyes .trouble {
    margin-bottom: 150px;
  }
  #eyes .trouble:last-child {
    margin-bottom: 0;
  }
  #eyes .trouble .treatment {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
  }
  #eyes .trouble .treatment dt {
    width: 25%;
    font-size: 24px;
  }
  #eyes .trouble .treatment dd {
    width: 70%;
    padding-left: 5%;
    font-size: 13px;
    line-height: 1.84;
    display: flex;
    justify-content: space-between;
  }
  #eyes .trouble .treatment dd .image {
    width: 40%;
  }
  #eyes .trouble .treatment dd .text {
    width: 55%;
  }
  #eyes .trouble .treatment dd .text a {
    color: inherit;
  }
}

@media (min-width: 640px) and (max-width: 1024px) {
  header {
    background: url(../images/menu/eyes_mainvisual.jpg) no-repeat;
    background-size: cover;
    height: 654px;
  }
  header h1 {
    display: block;
    font-size: 65px;
    height: 115px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    margin-bottom: auto;
    text-align: center;
  }
}

@media (min-width: 640px) and (max-width: 1024px) and (max-width: 1600px) {
  header h1 {
    font-size: 4.2vw;
  }
}

@media (min-width: 640px) and (max-width: 1024px) {
  header h1 div {
    width: 100%;
    font-size: 24px;
    line-height: 1;
    margin-top: 15px;
    font-weight: 200;
  }
}

@media (min-width: 640px) and (max-width: 1024px) and (max-width: 1600px) {
  header h1 div {
    font-size: 1.5vw;
  }
}

@media (min-width: 640px) and (max-width: 1024px) {
  #eyes h2 {
    font-size: 86.41px;
    font-weight: 400;
    color: #C8B59E;
    line-height: 1;
    margin-bottom: 100px;
    text-align: center;
  }
}

@media (min-width: 640px) and (max-width: 1024px) and (max-width: 1600px) {
  #eyes h2 {
    font-size: 5.4vw;
  }
}

@media (min-width: 640px) and (max-width: 1024px) {
  #eyes .inner {
    max-width: 1200px;
    margin: auto;
    padding: 45px 20px 0 20px;
  }
  #eyes nav {
    margin-bottom: 150px;
  }
  #eyes nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
  }
  #eyes nav ul li {
    padding: 0 15px;
    border-right: 1px solid #333;
    margin-bottom: 20px;
    line-height: 1;
  }
  #eyes nav ul li a {
    color: inherit;
  }
  #eyes #contour .trouble:last-child {
    margin-bottom: 0;
  }
  #eyes .trouble {
    margin-bottom: 150px;
  }
  #eyes .trouble:last-child {
    margin-bottom: 105;
  }
  #eyes .trouble .treatment {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
  }
  #eyes .trouble .treatment dt {
    width: 25%;
    font-size: 24px;
  }
  #eyes .trouble .treatment dd {
    width: 70%;
    padding-left: 5%;
    font-size: 13px;
    line-height: 1.84;
    display: flex;
    justify-content: space-between;
  }
  #eyes .trouble .treatment dd .image {
    width: 40%;
  }
  #eyes .trouble .treatment dd .text {
    width: 55%;
  }
}

@media (max-width: 640px) {
  header {
    background: url(../images/menu/eyes_mainvisual.jpg) no-repeat;
    background-size: cover;
    height: 300px;
  }
  header h1 {
    display: block;
    font-size: 20px;
    height: 115px;
    font-weight: 200;
    color: #fff;
    line-height: 1;
    margin-bottom: auto;
    text-align: center;
  }
  header h1 div {
    width: 100%;
    font-size: 10px;
    line-height: 1;
    margin-top: 15px;
    font-weight: 200;
  }
}

@media (max-width: 640px) and (max-width: 1600px) {
  header h1 div {
    font-size: 1.5vw;
  }
}

@media (max-width: 640px) {
  #eyes h2 {
    font-size: 20px;
    font-weight: 200;
    color: #C8B59E;
    line-height: 1;
    margin-bottom: 45px;
    text-align: center;
  }
  #eyes .inner {
    max-width: 1200px;
    margin: auto;
    padding: 45px 10px 0 10px;
  }
  #eyes nav {
    margin-bottom: 45px;
  }
  #eyes nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
  }
  #eyes nav ul li {
    padding: 0 15px;
    border-right: 1px solid #333;
    margin-bottom: 20px;
    line-height: 1;
  }
  #eyes nav ul li a {
    color: inherit;
  }
  #eyes .trouble {
    margin-bottom: 45px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  #eyes .trouble:last-child {
    margin-bottom: 105;
  }
  #eyes .trouble .treatment {
    margin-bottom: 45px;
  }
  #eyes .trouble .treatment dt {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #eyes .trouble .treatment dd {
    font-size: 13px;
    line-height: 1.84;
  }
  #eyes .trouble .treatment dd .image {
    margin-bottom: 20px;
  }
}
