/* adjusting
================================================== */
html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}

#contents {
  min-width: auto;
}
#contents .headSection .innerBlock {
  width: 100%;
  max-width: 1240px;
}
#contents .headSection .ttl {
  float: none;
  width: auto;
}
#contents .headSection .ttl h1 {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #contents {
    padding: 0;
  }
  #contents .headSection .innerBlock {
    width: auto;
    padding: 0 4vw;
  }
  #contents .headSection .ttl {
    display: flex;
    flex-direction: column;
    gap: 2.4vw;
  }
  #contents .headSection .ttl p.productsLogo img {
    width: 36.53333vw;
    height: auto;
  }
  #contents .headSection .ttl h1 {
    padding: 0;
    background: none;
    font-size: 4vw;
  }
}

/* share
================================================== */
#contents .snsArea {
  padding: 0 0 30px;
}
#contents .share_title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
#contents .share_list {
  margin: 25px auto 0;
}
#contents .share_list ul {
  text-align: center;
}
#contents .share_list ul li {
  vertical-align: top;
  display: inline-block;
  position: relative;
  margin: 0 15px;
}
@media only screen and (max-width: 767px) {
  #contents .snsArea {
    padding: 0 0 30px;
  }
  #contents .share_title {
    font-size: 22px;
  }
  #contents .share_list {
    margin-top: 15px;
  }
}

/* Utility
================================================== */
@media (min-width: 768px) {
  #contents .u-forsp {
    display: none !important;
  }
}
@media print {
  #contents .u-forsp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #contents .u-forpc {
    display: none !important;
  }
}
#contents .u-oro {
  transition: opacity .3s ease-in;
}
#contents .u-oro:hover {
  opacity: .7;
}

#contents img.u-liquid {
  width: 100%;
  height: auto;
}
#contents img.u-liquid--mw {
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  #contents img.u-liquid--sp {
    width: 100%;
    height: auto;
  }
}

.u-ff-roboto {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
