@charset "UTF-8";

.fntMin {
  font-family: var(--fntMin);
}
.fntEN {
  font-family: var(--fntEN);
}
.fw-black {
  font-weight: 900;
}

.mt-n5 {
  margin-top: -1.5rem !important;
}

@media print, screen and (min-width: 576px) {
  .mt-n5 {
    margin-top: -3rem !important;
  }
}

/* header調整 */

/*
@media (hover: hover) {

}

@media print, screen and (min-width: 992px) {

}

*/



.lib-hero__outer {
  /*border-bottom: 5px solid var(--MAIN);*/
  background-image:url(/dcms_media/image/pagetitle-bg.webp);
  background-size: cover;
  background-position:center right;
}

#wrapper:has(.lib-header-BS02) .lib-hero__outer {
  min-height: 185px;
}

@media print, screen and (max-width: 767.8px) {
  .lib-hero__outer {
    background-position:center right 15%;
  }
}

.lib-hero__title {
  /*text-shadow: 2px 2px 5px rgba(255, 255, 255, .8), -2px 2px 5px rgba(255, 255, 255, .8), 2px -2px 5px rgba(255, 255, 255, .8), -2px -2px 5px rgba(255, 255, 255, .8);*/
  color: var(--WHT);
}

.before-bg-main::before {
  background-color: var(--MAIN) !important;
}

.lib-indent__list.--image .thumb {
  overflow: visible;
}


.lib-breadcrumb__outer {
  background-color: var(--WHT);
}
/*
.lib-breadcrumb__list li a, .lib-breadcrumb__list li a[aria-current=location] {
  color:var(--WHT);
}
*/

/* media */
@media print, screen and (min-width: 768px) {
  .media-relation__cover {
    flex-wrap: wrap;
  }
}


.lib-media__thumb .thumb {
  /* height: 140px; */
  /*background: none;*/
}

@media print, screen and (min-width: 768px) {
  .lib-rss__001 .lib-rss__title {
    display: block;
  }
  .lib-rss__001 .lib-rss__title a {
    display: block;
  }
}

.lib-footer__outer .lib-footer__sns>li>a[target=_blank]::after {
  content:none !important;
}


.lib-footer__logo {
  max-width: 100%;
  width: 340px;
}



.bg-center {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-bottom {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.bg-lother .lib-title__outer.--typeD :where(.title),
.bg-lgry .lib-title__outer.--typeD :where(.title),
.bg-lmain .lib-title__outer.--typeD :where(.title) {
  border-color: var(--GRY);
}

.fntEn {
  font-family: var(--fntEN);
}


#tinymce .lib-fv-004 .lib-fv__thumb {
  display: inline-block;
}
#tinymce .custom-top-slide .lib-fv__thumb {
  height: auto;
}
#tinymce .lib-fv-004 .lib-fv__txtarea {
  width: 70%;
  left:15%;
}




/* top youtube */
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}




  .bg-lgry .swiper-pagination-bullet {
    background-color: var(--DGRY) !important;
    border:1px solid var(--DGRY);
  }
  .bg-lgry .swiper-pagination-bullet:hover {
    border:1px solid var(--MAIN) !important;
    opacity: 0.7 !important;
  }
  .bg-lgry .swiper-pagination-bullet-active {
    background-color: var(--MAIN) !important;
    border:1px solid var(--MAIN);
  }


.bg-none {
  background: none !important;
}
.of-visible {
  overflow: visible !important;
}


.mb-n100 {
  margin-bottom: -100px;
}

/* footer */
.lib-footer__sns > li > a.--fb.--line::before {
  content: "\ea16";
}


.bg-main .border-wht[class*=__btn].bg-wht {
  border-color: var(--WHT);
}


/*
@media print, screen and (min-width: 992px) {
  .lib-footer__utility {
    background-color: var(--MAIN) !important;
  }
}
*/


@media print, screen and (min-width: 992px) {
  .lib-wide__outer:has(.lib-cnt-ride__outer):has(.flex-lg-row) {
      padding-right: unset !important;
  }
}


.cta-custom .lib-cta-BS03__box {
  max-width: 100% !important;
}
@media print, screen and (min-width: 768px) {
  .cta-custom .fs-h1 {
    font-size: 3.125rem;
  }
}

.lib-footer__guidance > li ~ li:before {
  background-color:var(--WHT)
}

@media print, screen and (min-width: 576px) and (max-width: 991.8px) {
  .lib-footer__outer.lib-footer-BS01 .lib-footer__child>:nth-child(2) .lib-footer__title + .lib-footer__title:before {
    background-color: var(--WHT);
  }
}


.lib-footer__title > a {
  background-color: var(--ACC);
}

@media print, screen and (max-width: 575.8px) {
  .lib-footer__title > a {
    border-top: var(--WHT) 1px solid;
    border-bottom: var(--WHT) 1px solid;
  }
}

.lib-footer__outer.lib-footer-BS01 .lib-footer__utility {
  background-color: var(--ACC);

}

@media print, screen and (min-width: 992px) {
  .lib-footer__outer.lib-footer-BS01 .lib-footer__utility {
    border-top: 1px solid var(--WHT);
  }
}

.lib-footer__copyright {
  background-color: var(--ACC);
}

@media print, screen and (min-width: 576px) {
  .lib-footer__outer {
    padding-top: 80px;
  }
  .lib-footer__item {
    position: relative;
    padding-left: 18px;
  }
  .lib-footer__item::before {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    left:0;
    top:0.65em;
  }
  .lib-footer__item~li {
    margin-top: 15px;
  }
  .lib-footer__list {
    margin-top: 20px;
  }
  .lib-footer__gnav {
    position: relative;
  }
  .lib-footer__gnav::before {
    content:"";
    width: calc(100% - 24px);
    height: 1px;
    background-color: var(--DGRY);
    position: absolute;
    left:12px;
    top:0;
  }
}

@media print, screen and (min-width: 768px) {
  .lib-footer__gnav {
    padding-top: 30px;
  }
}


@media print, screen and (min-width: 992px) {
  .lib-footer__title:not(:has(.lib-footer__list)) {
      margin-top: 24px;
  }
}

.lib-footer__outer {
  border-top: none;
}

.lib-cta__outer .lib-link__btn{
  padding-left: 1.5em;
}
.lib-cta__outer .lib-link__btn .txt{
  justify-content: flex-start;
}
.lib-cta__outer .lib-link__btn .txt::before{
  content: "";
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  right: 0;
  background-color: var(--WHT);
  position: absolute;
  border-radius: 100vh;
}
.lib-cta__outer .lib-link__btn .txt::after{
  color: var(--MAIN);
  right: 8px;
}
.lib-cta__outer .lib-link__btn:hover .txt::after{
  color: var(--WHT);
}
.lib-cta__outer .lib-link__btn:hover .txt::before{
  background-color: var(--MAIN);
}

.lib-cta__outer .lib-link__btn.bg-accent .txt::before{
  background-color: var(--ACC);
}
.lib-cta__outer .lib-link__btn.bg-accent .txt::after{
  color: var(--WHT);
}
.lib-cta__outer .lib-link__btn.bg-accent:hover .txt::before{
  background-color: var(--WHT);
}
.lib-cta__outer .lib-link__btn.bg-accent:hover .txt::after{
  color: var(--ACC);
}

