@charset "UTF-8";



.fnt-medium {
  font-weight: 500;
}
.max-60 {
  max-width: 60px;
}

@media print, screen and (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
}

/* header調整 */

@media (hover: hover) {
  .lib-header__outer.lib-header-BS02 .lib-nav__btn:hover {
    opacity: 0.7;
  }
}



.lib-hero__outer {
  /*border-bottom: 5px solid var(--MAIN);
  background-color: var(--WHT);*/
  background-image: url(/dcms_media/image/rec-pagetitle-bg.webp);
  background-position: center;
  background-size: cover;
  background-color: var(--WHT);
}
#wrapper:has(.lib-header-BS02) .lib-hero__outer {
  min-height: 170px;
}


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

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

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


.lib-breadcrumb__outer {
  background-color: var(--LGRY);
  /*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__sns>li>a {
  background-color:var(--MAIN);
  border-color: var(--MAIN);
}
*/
/*
.lib-footer__sns>li>span {
  width: 40px;
  height: 40px;
}

@media print, screen and (min-width: 576px) {
  .lib-footer__sns>li>span {
    width: 35px;
    height: 35px;
  }
}
*/

/*
@media (hover: hover) {
  .lib-footer__sns>li>a:hover {
    color: var(--MAIN);
    opacity: 0.7;
  }
}
*/

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

@media print, screen and (min-width: 576px) {
  .lib-footer__outer.lib-footer-BS02 .lib-footer__gnav {
    border-top: var(--MAIN) 1px solid;
  }
}

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



.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);
}

/* MV */

/*
[class*=lib-fv]+#contents {
  padding-top: 0;
}
*/

@media print, screen and (min-width: 1300px) {
  .rec-top-mv .lib-fv__slide .lib-fv__txtarea {
    padding-left: 0;
    padding-right: 0;
  }
}
@media print, screen and (max-width: 767.8px) {
  .rec-top-mv .lib-fv__slide .lib-fv__txtarea {
    align-items: flex-end;
    padding-bottom: 40px;
  }
}

@media print, screen and (min-width: 992px) {
  .rec-top-mv .fs-h1 {
    font-size: 3rem;
  }
}

.rec-top-mv .lib-fv__thumb {
  height: 700px;
}

@media print, screen and (max-width: 991.8px) {
  .rec-top-mv .lib-fv__thumb {
    height: 500px;
  }
}
@media print, screen and (max-width: 575.8px) {
  .rec-top-mv .lib-fv__thumb {
    height: 450px;
  }
}


@media print, screen and (min-width: 768px) {
.bg-sp {
  background: none !important;
}
}

#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%;
}

/*
@media print, screen and (min-width: 768px) {
  html:not(:has(.is-open)) :where(#wrapper):where([style*="--scroll"]) .lib-wide__outer.lib-cta-BS01__phone {
    padding-left: 0;
    padding-right: 0;
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
  }
}
@media print, screen and (min-width: 992px) {
  html:not(:has(.is-open)) :where(#wrapper):where([style*="--scroll"]) .lib-wide__outer.lib-cta-BS01__phone {
    padding-left: 0;
    padding-right: 0;
    margin-left: -50px;
    margin-right: -50px;
    width: calc(100% + 100px);
  }
}
*/

/*
  .top-column .swiper-pagination-bullet {
    background-color: var(--DGRY) !important;
    border:1px solid var(--DGRY);
  }
  .top-column .swiper-pagination-bullet:hover {
    border:1px solid var(--MAIN);
  }
  .top-column .swiper-pagination-bullet-active {
    background-color: var(--MAIN) !important;
    border:1px solid var(--MAIN);
  }
*/

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

  /*
  .lib-wrr-002__cover::after {
    content:"";
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: var(--WHT);
    z-index: -1;
  }
  .lib-wrr-002__cover.before-wht::before {
    background-color: #ffffff;
  }
  .lib-wrr-002__cover.before-acc::before {
    background-color: var(--ACC);
  }
  */

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

/* footer */

/*
@media print, screen and (min-width: 576px) and (max-width: 991.8px) {
  .lib-footer__outer.lib-footer-BS01 .lib-footer__child>:nth-child(3) .lib-footer__nav {
    overflow: hidden;
  }
  .lib-footer__outer.lib-footer-BS01 .lib-footer__child>:nth-child(3) .lib-footer__title {
    width: unset;
    margin-top: 0;
    position: relative;
  }
  .lib-footer__outer.lib-footer-BS01 .lib-footer__child>:nth-child(3) .lib-footer__title+.lib-footer__title::before {
    content: "";
    width: 1px;
    height: 70%;
    display: block;
    background-color: var(--DEF);
    position: absolute;
    left: -12px;
    top: 20%;
  }
}
*/

/*
.bg-accent[class*=__btn]::before {
  color: var(--DEF);
}
*/




/*
.lib-media__category .badge {
  background-color:var(--ACC);
}
.lib-media__category .badge:hover {
  color:var(--ACC);
  border-color: var(--ACC);
}
*/

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

.w-7 {
  width: 7% !important;
}
.w-18 {
  width: 18% !important;
}

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

/*
.lib-fixed__close.before-main::before {
  color: var(--MAIN);
}
.lib-fixed__close.before-main:hover {
  background-color: var(--MAIN); 
}
.lib-fixed__close.before-main:hover::before {
  color: #ffffff;
}
*/
/*
@media print, screen and (min-width: 768px) {
  .lib-footer__utility {
    margin-top: 40px;
  }
}
*/






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

.bg-lgry .swiper-pagination-bullet {
  background-color: var(--WHT) !important;
}
.bg-lgry .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--MAIN) !important;
}


@media print, screen and (max-width: 400px) {
  .lib-footer__guidance a {
      font-size: 2.9vw;
  }
}


.lib-footer__outer.lib-footer-BS02 .lib-footer__copyright {
  background-color: var(--MAIN);
}

@media print, screen and (min-width: 576px) {
  .lib-footer__outer.lib-footer-BS02 .lib-footer__utility {
      background-color: var(--MAIN);
  }
}


/* lib-cnt-012 */
.lib-cnt-012__col .lib-card__item {
  background-color: var(--WHT);
}
.lib-cnt-012__col:nth-child(odd) .lib-card__item {
  background-color: var(--LMAIN);
}


@media print, screen and (min-width: 768px) {
  .lib-cnt-012__outer .lib-cnt-012__col:nth-child(4n-1) .lib-card__item, 
  .lib-cnt-012__outer .lib-cnt-012__col:nth-child(4n-2) .lib-card__item {
    background-color: var(--WHT);
  }
  .lib-cnt-012__outer .lib-cnt-012__col:nth-child(4n) .lib-card__item, 
  .lib-cnt-012__outer .lib-cnt-012__col:nth-child(4n-3) .lib-card__item {
    background-color: var(--LMAIN);
  }
}
/* lib-cnt-012 end */