@font-face {
  font-family: 'Abel';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/abel/v12/MwQ5bhbm2POE6Vg.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v36/-F6pfjtqLzI2JPCgQBnw7HFQaioq1A.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v36/-F6pfjtqLzI2JPCgQBnw7HFQMisq1A.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v36/-F6pfjtqLzI2JPCgQBnw7HFQei0q1A.otf) format('opentype');
}
.abel {
  font-family: 'Abel', sans-serif;
}
body {
  font-size: 16px;
  line-height: 1.8;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  min-width: 320px;
}
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
td,
th,
div,
span {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.opa:hover,
.opa:hover img {
  opacity: 0.6;
}
h1,
h2 {
  font-family: 'Abel', sans-serif;
  font-size: 50px;
  color: #999999;
  text-align: center;
}
h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #999999;
}
h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #999999;
}
.normal-link {
  color: #000;
  text-decoration: underline;
}
.normal-link:hover {
  color: #000;
  text-decoration: none;
}
.br-xs {
  display: none;
}
@media (max-width: 400px) {
  .br-xs {
    display: inline;
  }
}
.img-fluid80 {
  width: 80%;
  height: auto;
}
@media (max-width: 767.98px) {
  .img-fluid64 {
    width: 64%;
    height: auto;
  }
}
.mb-30 {
  margin-bottom: 30px;
}
.gray-line {
  background: #F2F2F2;
  padding-top: 65px;
  padding-bottom: 50px;
}
.icon {
  color: #666666;
  font-size: 21px;
}
.icon:hover {
  color: #666666;
}
.navbar-collapse {
  flex-grow: initial;
}
@media (min-width: 768px) {
  .main-logo-pc {
    width: 70px;
    height: auto;
  }
  .main-logo-sp {
    display: none;
  }
  .main-img {
    width: 450px;
    height: auto;
    margin-bottom: 50px;
  }
  .sns-sp {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .main-logo-pc {
    display: none;
  }
  .main-logo-sp {
    width: 70px;
    height: auto;
  }
  .main-img {
    width: 70%;
    height: auto;
    margin-bottom: 50px;
  }
  .icon-area {
    display: none;
  }
  .navbar-collapse {
    position: absolute;
    top: 91px;
    background: #ffffff;
    width: 100%;
    height: 100vh;
    z-index: 100;
    padding: 15px;
    margin: 0px;
    left: 0px;
    text-align: center;
  }
  .dmbs-header-nav-container {
    max-width: 100%;
  }
  .nav-link {
    font-size: 24px;
  }
}
.navbar {
  font-family: 'Abel', sans-serif;
  font-size: 18px;
  justify-content: space-between;
}
.navbar .nav-link:hover {
  text-decoration: underline;
}
.navbar-nav {
  width: 100%;
  justify-content: flex-end;
}
.bg-light {
  background: #fff !important;
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 3rem;
  }
}
.more-btn {
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
  padding: 0 15px;
}
/*
.more-btn:hover {
    border: 1px solid #333;
    text-decoration: none;
    color:#333;
}
*/
.more-btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all 1s;
}
/* マウスオーバー時 */
.more-btn:hover {
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}
.catlist {
  width: 100%;
  display: flex;
  justify-content: space-around;
  justify-content: space-evenly;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.catlist li {
  font-family: 'Abel', sans-serif;
  margin-bottom: 10px;
}
.catlist li a {
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  margin: 0;
  padding: 3px 15px;
}
.catlist li a:hover {
  text-decoration: none;
  border: 1px solid #333;
  background: #000;
  color: #fff;
}
.catlist li a.active {
  background: #000;
  color: #fff;
  pointer-events: none;
}
@media (min-width: 992px) {
  .catlist {
    width: 75%;
  }
}
@media (max-width: 767.98px) {
  .catlist {
    justify-content: center;
  }
  .catlist li {
    margin-right: 10px;
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .catlist {
    padding: 0 12%;
  }
}
@media (max-width: 408.98px) {
  .catlist {
    padding: 0;
  }
}
.card,
.dmbs-content-wrapper .dmbs-main .dmbs-comments .comment #respond {
  border: none;
}
.card-header {
  border: none;
  background: #fff;
}
.card-header h1 {
  border-bottom: 1px solid #999999;
}
.dmbs-post-meta-categories,
.dmbs-post-date {
  color: #999999;
}
.card-footer {
  background: #fff;
}
.hover-parent {
  position: relative;
  overflow: hidden;
  display: block;
}
.hover-mask {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 15%;
}
.hover-parent:hover .hover-mask {
  transform: scale(1.2);
  opacity: 1;
  transition: all 0.6s ease;
}
.dmbs-post {
  margin-bottom: 0 !important;
}
.page-id-12 h1.dmbs-page-title {
  display: none;
}
.profile-table {
  border: none;
  padding: 0;
  margin: 0;
}
.profile-table th,
.profile-table td {
  vertical-align: top;
  font-weight: normal;
}
.profile-table th {
  white-space: nowrap;
}
.img-profile {
  width: 100%;
  height: auto;
}
@media (max-width: 575.98px) {
  .img-profile {
    width: 50%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .img-profile {
    width: 33%;
  }
}
.grecaptcha-badge {
  display: none;
}
.page-id-17 .grecaptcha-badge {
  display: block;
}
@media (min-width: 768px) {
  .w70 {
    width: 70%;
    margin: 0 auto;
  }
  .w80 {
    width: 80%;
    margin: 0 auto;
  }
}
.wpcf7-textarea {
  width: 600px;
}
@media (max-width: 767.98px) {
  .wpcf7 label,
  .wpcf7 textarea.wpcf7-textarea,
  .wpcf7 input {
    width: 100%;
  }
}
.wpcf7-submit {
  background: #666666;
  padding: 5px 15px;
  color: #fff;
  cursor: pointer;
}
.wpcf7-submit:hover {
  background: #999999;
}
.required {
  background: red;
  color: #fff;
  padding: 2px 7px;
  font-size: 12px;
}
.pagenation {
  display: flex;
  justify-content: center;
}
.page-link {
  color: #999999;
}
.page-item.active .page-link {
  background: #999999;
  border: 1px solid #666666;
}
#wpfront-scroll-top-container img {
  width: 37px !important;
}
.page-id-17 #wpfront-scroll-top-container {
  display: none !important;
}
.footer {
  padding-top: 100px;
  padding-bottom: 100px;
}
.footer .cpright {
  font-size: 18px;
  color: #999999;
}
