@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");

body {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  font-size: 0.875rem !important;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.5;
}

a:hover,
a:visited,
a:active {
  text-decoration: none;
  color: #375b8b;
}

a {
  text-decoration: none;
  color: #375b8b;
}

h1 a {
  color: #231815 !important;
}

.fz-lg {
  font-size: 1.25rem;
}

.fz-lg2 {
  font-size: 1.25rem;
}

.fz-xl {
  font-size: 1.5rem;
}

.fz-xxl {
  font-size: 2rem;
}

.fz-xxxl {
  font-size: 2.5rem;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 1.6rem !important;
  }

  h2 {
    font-size: 1.4rem !important;
  }

  .fz-lg {
    font-size: 0.9rem !important;
  }

  .fz-xl {
    font-size: 1.2rem !important;
  }



  p {
    font-size: 0.8rem;
  }
  .fz-sm {
    font-size: 0.65rem !important;
  }
}

.base_color {
  color: #b99a57;
}

.base_bg_color {
  background-color: #b99a57;
}

.border_base_color {
  border-bottom: 5px solid #b99a57;
  line-height: 2;
  margin-left: -10px;
  padding-left: 10px;
}

h3.accent_color {
  margin-bottom: 0 !important;
  margin-block-end: 0 !important;
}
.accent_color {
  color: #ea574e;
}

.top_photo_h2 {
  position: relative;
  z-index: 2;
  display: inline-block;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (max-width: 992px) {
  .top_photo_h2 {
    width: 96%;
  }
}

#top_photo img {
  z-index: 1;
  margin-top: -40px;
}

.bg-gray {
  background-color: #eee;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.text_ten {
  width: 90%;
}
@media screen and (max-width: 992px) {
  .text_ten {
    width: 100%;
  }
}
.bg-black {
  background-color: #231815;
  color: #fff !important;
}

.rounded {
  border-radius: 0.5rem !important;
}

.amazon_btn a,
.base_btn a {
  width: 180px;
  text-align: center;
}

.q_logo {
  position: absolute;
  bottom: -107px;
  right: -94px;
}

.half {
  width: 72%;
  height: 100px;
}

@media screen and (max-width: 1650px) {
  .half {
    width: 80%;
    height: 100px;
  }
}

@media screen and (max-width: 1210px) {
  .half {
    width: 90%;
    height: 100px;
  }
}

@media screen and (max-width: 992px) {
  .q_logo {
    position: absolute;
    bottom: -74px;
    right: -5px;
    width: 30%;
  }
  .mt-n6 {
    margin-top: -3.5rem !important;
  }
  .amazon_btn a,
  .base_btn a {
    width: 140px;
    text-align: center;
  }
  .half {
    width: 98%;
    height: 94px;
  }
}

#footer_area {
  background-color: #231815;
  color: #fff;
}

.profile_area {
  margin-bottom: 10rem;
}

.ls-xs {
  letter-spacing: .3px;
}
