/* media query */
@import url("https://fonts.googleapis.com/css2?family=MonteCarlo&display=swap");
nav.navStd ul li.viala_series a {
  background-color: #f5f5f5;
  color: #222;
}

section.inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  section.inner {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  section.inner {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
section.inner .headline_normal {
  font-size: 1.4em;
  padding-bottom: 5px;
  margin: 50px 0;
  border-bottom: 2px solid #222;
}
section.inner .headline_small {
  font-size: 1.6em;
  width: 100%;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
@media screen and (max-width: 668px) {
  section.inner .headline_small {
    font-size: 1.4em;
  }
}
section.inner .headline_small:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  border-top: 1px solid #888;
  vertical-align: middle;
  margin-left: 10px;
}
section.inner .headline_small.mt50 {
  margin-top: 50px;
}

.featureArea ul.col2 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 668px) {
  .featureArea ul.col2 {
    display: block;
  }
}
.featureArea ul.col2 li {
  width: 48%;
}
@media screen and (max-width: 668px) {
  .featureArea ul.col2 li {
    width: 100%;
  }
}
@media screen and (max-width: 668px) {
  .featureArea ul.col2 li:nth-child(2) {
    width: 100%;
    margin-top: 40px;
  }
}
.featureArea ul.col2 li .image {
  position: relative;
}
.featureArea ul.col2 li .image span.textIcon {
  position: absolute;
  right: 0;
  bottom: 10px;
  display: inline-block;
  letter-spacing: 3px;
  color: #fff;
  background-color: #222;
  line-height: 100%;
  padding: 6px 10px;
}
@media screen and (max-width: 668px) {
  .featureArea ul.col2 li .image span.textIcon {
    font-size: 0.85em;
  }
}
.featureArea ul.col2 li h4 {
  font-size: 1.4em;
  line-height: 160%;
  margin-top: 20px;
}
@media screen and (max-width: 668px) {
  .featureArea ul.col2 li h4 {
    font-size: 1.2em;
  }
}
.featureArea ul.col2 li h4 + p {
  font-size: 1em;
}
@media screen and (max-width: 668px) {
  .featureArea ul.col2 li h4 + p {
    margin-top: 10px;
  }
}
.featureArea ul.col3 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 668px) {
  .featureArea ul.col3 {
    display: block;
  }
}
.featureArea ul.col3 li {
  position: relative;
  width: 32%;
  text-align: center;
  background: #f7f4ea;
  padding: 50px 20px 70px;
}
@media screen and (max-width: 668px) {
  .featureArea ul.col3 li {
    width: 100%;
    padding: 20px 20px 40px;
  }
}
.featureArea ul.col3 li::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #d6c193;
}
@media screen and (max-width: 668px) {
  .featureArea ul.col3 li:not(:first-child) {
    width: 100%;
    margin-top: 20px;
  }
}
.featureArea ul.col3 li h4 {
  position: relative;
  font-size: 1.4em;
  line-height: 160%;
}
.featureArea ul.col3 li h4::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 50px;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  background-color: #977A39;
  line-height: 160%;
}
.featureArea ul.col3 li h4 span.number {
  font-size: 2.5em;
  display: block;
  font-family: 'MonteCarlo', cursive;
}
@media screen and (max-width: 668px) {
  .featureArea ul.col3 li h4 span.number {
    line-height: 120%;
  }
}
.featureArea ul.col3 li h4 + p {
  text-align: left;
  margin-top: 50px;
}

.vialaArea {
  background: url(../../common/images/bg_gray.png);
  padding: 60px 0;
  margin-top: 60px;
}
.vialaArea h3 {
  text-align: center;
  font-size: 1.6em;
}
.vialaArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 668px) {
  .vialaArea ul {
    display: block;
  }
}
.vialaArea ul li {
  width: 33%;
  overflow: hidden;
  margin: 1px;
}
@media screen and (max-width: 800px) {
  .vialaArea ul li {
    width: 49%;
  }
}
@media screen and (max-width: 668px) {
  .vialaArea ul li {
    width: 100%;
  }
}
.vialaArea ul li.wide {
  width: 49.5%;
}
@media screen and (max-width: 800px) {
  .vialaArea ul li.wide {
    width: 49%;
  }
}
@media screen and (max-width: 668px) {
  .vialaArea ul li.wide {
    width: 100%;
  }
}
.vialaArea ul li a {
  display: block;
  width: 100%;
  height: 395px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .vialaArea ul li a {
    height: 350px;
  }
}
@media screen and (max-width: 668px) {
  .vialaArea ul li a {
    height: 300px;
  }
}
.vialaArea ul li a > span {
  position: relative;
  z-index: 1;
  font-size: 1.4em;
}
.vialaArea ul li a > span::after {
  content: "";
  display: block;
  width: 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  margin: 10px auto 20px;
}
.vialaArea ul li a > span + span.caption {
  position: absolute;
  color: #fff;
  bottom: 3px;
  right: 10px;
  font-size: 1em;
}
@media screen and (max-width: 668px) {
  .vialaArea ul li a > span + span.caption {
    font-size: 0.9em;
  }
}
.vialaArea ul li a > span + span.caption.black {
  color: #222;
}
.vialaArea ul li a > span + span.caption::after {
  content: none;
}
.vialaArea ul li a::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.3);
}
.vialaArea ul li a:hover {
  transform: scale(1.05);
}
