@charset "UTF-8";

.mono {
  font-family: "Courier New", Courier, monospace;
}

#particles-js {
  height: 100vh;
  width: 100vw;
  background-color: #fff;
  position: fixed;
  z-index: -99;
}

.mp {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.jo400 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}
.jo200 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 200;
}

.h_main {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}
.h_main img {
  height: 40px;
}
.h_main small {
  font-size: 1rem;
}

.background-gray {
  background-color: #efefef;
  background-image: url(../image/bg-deco01.png);
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: top -150px right 0px;
}
.bg-deco02 {
  background-image: url(../image/bg-deco02.jpg);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
footer {
  background-color: #ffa726;
  background-image: url(../image/bg-foot.png);
  background-size: cover;
  background-position: top -100px left 0;
}

.btn-orange {
  background: #f9a825;
  transition: 0.5s;
}
.btn-orange:hover {
  background: #c2185b;
  transition: 0.5s;
}
.btn-ori01 {
  background: #f06292;
  transition: 0.5s;
}
.btn-ori01:hover {
  background: #e91e63;
  transition: 0.5s;
}
.btn-fini {
  width: 200px;
}

.sns_menu div {
  margin-bottom: 2px;
}
.sns_menu div:not(:last-child) {
  padding-right: 1px;
}

.enc-t-100-50 {
  margin-top: -100px;
}
.item-img-list {
  width: 104px;
  height: 104px;
}

.stripe-bar {
  background-image: linear-gradient(-45deg, #ccc 25%, #fafafa 25%, #fafafa 50%, #ccc 50%, #ccc 75%, #fafafa 75%, #fafafa);
  background-size: 10px 10px;
  background-attachment: fixed;
  height: 3px;
}

/* ヘッダー */
.logo-head {
  width: 200px;
}

.bg-warning {
  background: #fb8c00 !important;
}
.bg-orange {
  background: #f06292;
  color: #fff;
}
.bg-beige {
  background: #f7efdd;
}
.bg-gray {
  background: #f3f3f5;
}
.bg-kc {
  background: #f06292;
}
.btn-warning {
  background: #f9a825;
  border: 1px solid #f9a825;
}
.btn-warning:hover {
  background: #c2185b;
  border: 1px solid #c2185b;
}

.text-pink {
  color: #e91e63;
}
.text-green {
  color: #8bc34a;
}

.top-catch {
  font-size: 50px;
}

.table-spot th {
  text-align: center;
  background: #fafafa;
}
.post h2 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  background: #3399cc;
  padding: 0.5rem 1rem;
}
.post p {
  padding: 0 1rem;
}
.post h3 {
  color: #006598;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.post h3:before {
  content: "-";
  margin-right: 0.5rem;
}
.post h3:after {
  content: "-";
  margin-left: 0.5rem;
}
.post .box01 {
  padding: 2rem;
  border: 1px solid #ddd;
  background: #fafafa;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.post_thumb01 {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center;
}
.post_thumb02 {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
}

.table th {
  background: #f6f6f6;
}

.showcase {
  min-height: 230px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.showcase-detail {
  min-height: 500px;
  background-size: cover;
  background-position: center;
}
.news-case {
  min-height: 150px;
  background-size: cover;
  background-position: center;
}
.media-case {
  min-height: 230px;
  background-size: cover;
  background-position: center;
}
.blog-case {
  min-height: 200px;
  background-size: cover;
  background-position: center;
}
.doc-case {
  min-height: 150px;
  background-size: cover;
  background-position: center;
}
.detail_thumb {
  height: 120px;
  background-size: cover;
  background-position: center;
}
.channel-case {
  width: 100%;
  height: 180px;
}

.doctag {
  width: 20%;
}

@media (min-width: 1201px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
  .showcase {
    min-height: 200px;
  }
}

@media (max-width: 768px) {
}

@media (max-width: 576px) {
  body,
  html {
    font-size: 16px;
  }
  .doc_menu a {
    font-size: 14px;
  }
  .sns_menu a {
    font-size: 14px;
  }
  .sns_menu div:nth-child(odd) {
    padding-right: 1px;
  }
  .sns_menu div:nth-child(even) {
    padding-left: 1px;
  }
  .background-gray {
    background-color: #efefef;
    background-image: url(../image/bg-deco01.png);
    background-size: 150%;
    background-position: top -50px right -100px;
  }
  .bg-deco02 {
    background-size: 400%;
    background-position: left -100px bottom 100px;
  }
  footer {
    background-image: url(../image/bg-foot_mob.png);
    background-size: 200%;
    background-position: top 0 left -200px;
  }
  .enc-t-100-50 {
    margin-top: -50px;
  }
  .item-img-list {
    width: 104px;
    height: 104px;
  }
  .h_main {
    font-size: 1.2rem;
  }
  .h_main small {
    font-size: 0.8rem;
  }
  .top-catch {
    font-size: 20px;
  }
  .showcase {
    min-height: 500px;
  }
  .showcase-detail {
    min-height: 300px;
  }
  .showcase img {
    max-height: 340px;
  }
  .post_thumb01 {
    height: 80px;
  }
  .post_thumb02 {
    height: 200px;
  }
  .showcase {
    min-height: 180px;
  }
  .detail_thumb {
    height: 70px;
  }
  .news-case {
    min-height: 180px;
  }
  .blog-case {
    min-height: 120px;
  }
  .doctag {
    width: 33.33333%;
  }
}

.carousel-indicators {
  bottom: -50px;
}

.carousel-indicators li {
  background-color: #f06292;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 5px;
  margin-left: 5px;
}

.youtube_div {
  width: 100%;
  aspect-ratio: 16/8.8;
  background-position: center;
  background-size: cover;
}

.news-cate {
  text-align: center;
  min-width: 6rem;
  font-size: 0.7rem;
  line-height: 1;
  padding: 5px 0;
  border-radius: 50px;
  color: #fff;
}

.bg-001 {
  background-color: #f06292;
}
.bg-002 {
  background-color: #7cb342;
}
.bg-003 {
  background-color: #ffc107;
}
.bg-004 {
  background-color: #3f51b5;
}
.bg-010 {
  background-color: #2196f3;
}
