@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

#page-happy .pagetitle {
  margin-bottom: 40px;
}
#page-happy .pagelink {
  margin-bottom: 40px;
}
#page-happy .pagelink ul {
  max-width: 800px;
  display: flex;
  justify-content: center;
  gap: 0 20px;
  margin: 0 auto;
}
#page-happy .pagelink ul li {
  width: 50%;
}
#page-happy .pagelink ul li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  border: 1px solid #003669;
  color: #003669;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
#page-happy .pagelink ul li a:hover {
  opacity: 0.7;
}
#page-happy .pagelink ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 13px;
  height: 13px;
  border-bottom: 3px solid #003669;
  border-right: 3px solid #003669;
  transform: translateY(-50%) rotate(45deg);
}
#page-happy .basic-ttl {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #003669;
  text-align: center;
}
#page-happy .basic-ttl-large {
  position: relative;
  margin-bottom: 40px;
  font-size: 40px;
  text-align: center;
}
#page-happy .basic-ttl-large:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #003669;
  z-index: 0;
}
#page-happy .basic-ttl-large span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  background-color: #fff;
  z-index: 100;
}
#page-happy .happy-section .happy-title {
  margin-bottom: 40px;
}
#page-happy .happy-section .safety {
  padding: 60px 40px;
  background-image: linear-gradient(#E9EEF2, #F8F4F5);
}
#page-happy .happy-section .safety__in {
  margin-bottom: 40px;
}
#page-happy .happy-section .safety__in ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 2%;
}
#page-happy .happy-section .safety__in ul li {
  position: relative;
  width: 32%;
  padding-left: 60px;
  font-size: 16px;
  counter-increment: num;
}
#page-happy .happy-section .safety__in ul li:before {
  position: absolute;
  left: 0;
  content: counter(num);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #003669;
  font-size: 19px;
  color: #fff;
  text-align: center;
}
#page-happy .happy-section .safety__other dl {
  display: flex;
  gap: 10px;
  align-items: center;
}
#page-happy .happy-section .safety__other dl dt {
  width: 35px;
}
#page-happy .happy-section .madein {
  margin-bottom: 80px;
  padding: 40px 40px 60px;
  background-color: #F8F4F5;
}
#page-happy .happy-section .madein__in {
  display: flex;
  justify-content: space-between;
}
#page-happy .happy-section .madein__contents {
  width: 65%;
}
#page-happy .happy-section .madein__img {
  width: 30%;
}
#page-happy .happy-section .madein__catch {
  margin-bottom: 40px;
}
#page-happy .happy-section .madein__catch img {
  max-width: 350px;
}
#page-happy .happy-section .madein__subt {
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
}
#page-happy .happy-section .madein__txt {
  margin-bottom: 20px;
  font-size: 16px;
}
#page-happy .happy-section .madein__person dd {
  font-weight: bold;
  font-size: 15px;
}
#page-happy .happy-section .feature .eyecatch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
#page-happy .happy-section .feature .eyecatch p {
  width: 49%;
}
#page-happy .happy-section .feature .grade {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
#page-happy .happy-section .feature .grade__img {
  width: 20%;
}
#page-happy .happy-section .feature .grade__main {
  width: 75%;
}
#page-happy .happy-section .feature .grade__main p {
  font-size: 21px;
}
#page-happy .happy-section .concept {
  margin-bottom: 80px;
}
#page-happy .happy-section .concept__img {
  margin-bottom: 40px;
  text-align: center;
}
#page-happy .happy-section .concept__img img {
  max-width: 800px;
}
#page-happy .happy-section .concept__main p {
  font-size: 16px;
}
#page-happy .happy-section .history {
  margin-bottom: 100px;
}
#page-happy .happy-section .history__txt {
  font-size: 16px;
}
#page-happy .happy-section .lineup-box {
  display: flex;
  justify-content: space-between;
}
#page-happy .happy-section .lineup-box:not(:last-of-type) {
  margin-bottom: 60px;
}
#page-happy .happy-section .lineup__img {
  width: 30%;
  padding: 20px;
  border: 1px solid #707070;
  aspect-ratio: 1/1;
  text-align: center;
}
#page-happy .happy-section .lineup__img img {
  max-width: 100%;
  max-height: 100%;
}
#page-happy .happy-section .lineup__main {
  width: 65%;
}
#page-happy .happy-section .lineup__name {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  color: #003669;
}
#page-happy .happy-section .lineup__catch {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: bold;
}
#page-happy .happy-section .lineup__description {
  margin-bottom: 20px;
}
#page-happy .happy-section .lineup__description ul li {
  position: relative;
  padding-left: 18px;
  font-size: 17px;
}
#page-happy .happy-section .lineup__description ul li:before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
}
#page-happy .happy-section .lineup__btn a {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  padding: 22px 0;
  background-color: #003669;
  transition: 0.1s all ease;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
#page-happy .happy-section .lineup__btn a:hover {
  opacity: 0.7;
}
#page-happy .happy-section .natural {
  padding: 60px 40px;
  background-color: #F0F2F6;
}
#page-happy .happy-section .natural__in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page-happy .happy-section .natural__ttl {
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
#page-happy .happy-section .natural__img {
  width: 50%;
}
#page-happy .happy-section .natural__main {
  width: 45%;
}
#page-happy .happy-section .natural__subt {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.7;
}
#page-happy .happy-section .natural__txt {
  font-size: 16px;
}
#page-happy .happy-section .care {
  margin-bottom: 80px;
  padding: 40px;
  background-color: #F0F2F6;
}
#page-happy .happy-section .care__ttl {
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
#page-happy .happy-section .care__txt {
  margin-bottom: 40px;
  font-size: 16px;
}
#page-happy .happy-section .care__in {
  display: flex;
  justify-content: space-between;
}
#page-happy .happy-section .care__contents {
  width: 55%;
}
#page-happy .happy-section .care__contents dl:not(:last-of-type) {
  margin-bottom: 40px;
}
#page-happy .happy-section .care__contents dl dt {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: bold;
}
#page-happy .happy-section .care__contents dl dd {
  font-size: 16px;
}
#page-happy .happy-section .care__img {
  width: 45%;
}
#page-happy .happy-section .since {
  margin-bottom: 80px;
}
#page-happy .happy-section .since__txt {
  font-size: 16px;
}
#page-happy .happy-section.happydog .lineup {
  margin-bottom: 180px;
}

/* メディアクエリスマホ用 */
@media screen and (max-width: 767px) {
  #page-happy .pagelink ul {
    flex-direction: column;
    gap: 15px;
  }
  #page-happy .pagelink ul li {
    width: 100%;
  }
  #page-happy .pagelink ul li a {
    font-size: 20px;
  }
  #page-happy .basic-ttl {
    font-size: 22px;
    line-height: 1.5;
  }
  #page-happy .basic-ttl-large {
    font-size: 26px;
  }
  #page-happy .basic-ttl-large span {
    padding: 0 15px;
  }
  #page-happy .happy-section .safety {
    padding: 40px 20px;
  }
  #page-happy .happy-section .safety__in ul {
    flex-direction: column;
    gap: 20px 2%;
  }
  #page-happy .happy-section .safety__in ul li {
    width: 100%;
    padding-left: 50px;
    font-size: 16px;
    line-height: 1.5;
  }
  #page-happy .happy-section .safety__in ul li:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
  #page-happy .happy-section .madein {
    padding: 20px;
  }
  #page-happy .happy-section .madein__in {
    flex-direction: column;
  }
  #page-happy .happy-section .madein__contents {
    width: 100%;
    margin-bottom: 40px;
  }
  #page-happy .happy-section .madein__img {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  #page-happy .happy-section .madein__catch img {
    max-width: 100%;
  }
  #page-happy .happy-section .madein__subt {
    font-size: 20px;
  }
  #page-happy .happy-section .madein__txt {
    font-size: 14px;
  }
  #page-happy .happy-section .madein__person dt {
    margin-bottom: 10px;
  }
  #page-happy .happy-section .madein__person dd {
    font-size: 14px;
  }
  #page-happy .happy-section .feature .eyecatch {
    margin-bottom: 20px;
  }
  #page-happy .happy-section .feature .eyecatch p {
    width: 100%;
    margin-bottom: 20px;
  }
  #page-happy .happy-section .feature .grade__img {
    margin-bottom: 20px;
  }
  #page-happy .happy-section .feature .grade__main p {
    font-size: 16px;
    line-height: 1.5;
  }
  #page-happy .happy-section .concept__img img {
    max-width: 100%;
  }
  #page-happy .happy-section .concept__main p {
    line-height: 1.5;
  }
  #page-happy .happy-section .history__txt {
    font-size: 16px;
    line-height: 1.5;
  }
  #page-happy .happy-section .lineup-box {
    flex-direction: column;
  }
  #page-happy .happy-section .lineup-box:not(:last-of-type) {
    margin-bottom: 60px;
  }
  #page-happy .happy-section .lineup__img {
    width: 80%;
    margin: 0 auto 20px;
    max-height: 300px;
    max-width: 300px;
    aspect-ratio: inherit;
  }
  #page-happy .happy-section .lineup__img img {
    max-height: 200px;
  }
  #page-happy .happy-section .lineup__main {
    width: 100%;
  }
  #page-happy .happy-section .lineup__name {
    font-size: 20px;
  }
  #page-happy .happy-section .lineup__catch {
    font-size: 16px;
  }
  #page-happy .happy-section .lineup__description ul li {
    padding-left: 18px;
    font-size: 16px;
  }
  #page-happy .happy-section .lineup__description ul li:before {
    top: 7px;
    left: 3px;
    width: 6px;
    height: 6px;
  }
  #page-happy .happy-section .lineup__btn {
    text-align: center;
  }
  #page-happy .happy-section .lineup__btn a {
    font-size: 18px;
  }
  #page-happy .happy-section .natural {
    padding: 40px 20px 60px;
  }
  #page-happy .happy-section .natural__in {
    flex-direction: column;
  }
  #page-happy .happy-section .natural__ttl {
    font-size: 20px;
  }
  #page-happy .happy-section .natural__img {
    width: 100%;
    margin-bottom: 40px;
  }
  #page-happy .happy-section .natural__img img {
    max-width: 100%;
  }
  #page-happy .happy-section .natural__main {
    width: 100%;
  }
  #page-happy .happy-section .natural__subt {
    font-size: 18px;
  }
  #page-happy .happy-section .natural__txt {
    font-size: 14px;
  }
  #page-happy .happy-section .care {
    padding: 20px 20px 40px;
  }
  #page-happy .happy-section .care__ttl {
    font-size: 20px;
  }
  #page-happy .happy-section .care__txt {
    font-size: 14px;
  }
  #page-happy .happy-section .care__in {
    flex-direction: column;
  }
  #page-happy .happy-section .care__contents {
    width: 100%;
    margin-bottom: 40px;
  }
  #page-happy .happy-section .care__contents dl dt {
    font-size: 20px;
  }
  #page-happy .happy-section .care__contents dl dd {
    font-size: 14px;
  }
  #page-happy .happy-section .care__img {
    width: 100%;
    text-align: center;
  }
  #page-happy .happy-section .care__img img {
    max-width: 300px;
    width: 60%;
  }
  #page-happy .happy-section .since__txt {
    font-size: 16px;
    line-height: 1.7;
  }
  #page-happy .happy-section.happycat .lineup {
    margin-bottom: 40px;
  }
}/*# sourceMappingURL=happy.css.map */