@charset "UTF-8";

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


/* header調整 */

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

@media print, screen and (min-width: 992px) {
  .lib-header__outer.lib-header-BS01 .lib-menu__btn {
    border-radius: 10px;
  }
  .lib-header__outer.lib-header-BS01 .lib-menu__btn::after {
    border-radius: 8px;
  }
  .is-scroll .lib-header__outer.lib-header-BS01 .lib-menu__btn {
    border-radius: 5px;
  }
  .is-scroll .lib-header__outer.lib-header-BS01 .lib-menu__btn::after {
    border-radius: 4px;
  }
}

@media print, screen and (min-width: 576px) and (max-width: 991.8px) {
  .lib-header__outer.lib-header-BS01 .lib-induce__outer {
    border-right: 1px solid #ffffff;
  }
}

/*
@media print, screen and (min-width: 992px) {
  .is-scroll .lib-header__outer.lib-header-BS02 .lib-induce__btn .txt {
    font-size: 0.875rem;
  }
}
*/

.lib-lang__outer li {
  width: 2.5em;
}


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

@media print, screen and (min-width: 768px) {
  #wrapper:has(.lib-header-BS02) .lib-hero__outer {
    min-height: 185px;
  }
}

.lib-hero__title {
  /*color:var(--WHT);*/
  /*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);*/
}

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

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


.lib-breadcrumb__outer {
  background-color: var(--LGRY);
}
/*
.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);
  color: var(--WHT);
}

@media (hover: hover) {
  .lib-footer__sns>li>a:hover {
    background-color:var(--WHT);
    color: var(--MAIN);
  }
}


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

/*
.lib-footer__logo {
  max-width: 100%;
  width: 318px;
}
*/



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


#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, .bg-lother .swiper-pagination-bullet {
  background-color: var(--DGRY) !important;
  border:1px solid var(--DGRY);
}
.bg-lgry .swiper-pagination-bullet:hover, .bg-lother .swiper-pagination-bullet:hover {
  border:1px solid var(--MAIN) !important;
  opacity: 0.7 !important;
}
.bg-lgry .swiper-pagination-bullet-active, .bg-lother .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);
}
*/


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

.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: 992px) {
  .lib-footer__utility {
    background-color: var(--ACC) !important;
  }
}
.lib-footer__outer.lib-footer-BS01 .lib-footer__guidance span{
  font-size: min(2.95vw, .75rem);
}
@media print, screen and (min-width: 992px) {
  .lib-wide__outer:has(.lib-cnt-ride__outer):has(.flex-lg-row) {
      padding-right: unset !important;
  }
  .lib-footer__outer.lib-footer-BS01 .lib-footer__guidance span{
    font-size: .875rem;
    color: var(--bs-white);
  }
}

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

/*
#tinymce .top-mv .d-block.d-md-none {
  display:block !important;
}
*/

@media print, screen and (max-width: 768px) {
  .lib-swiper__btn {
    z-index: 3 !important;
  }
}


/* Voicetant MV */
.voicetant-mv {
  background-image: url(/dcms_media/image/voicetant-mv-bg.webp);
  background-position: center;
  background-size: cover;
}

@media print, screen and (min-width: 768px) and (max-width: 991.8px) {
  .voicetant-mv .container {
    max-width: 100%;
  }
}

@media print, screen and (min-width: 992px) {
  .voicetant-mv .lib-fv__thumb {
      height: 705px;
  }
}
@media print, screen and (max-width: 991.8px) {
  .voicetant-mv .lib-fv__thumb {
    height: 500px;
  }
}
@media print, screen and (max-width: 767.8px) {
  .voicetant-mv .lib-fv__txtarea {
    position: relative;
  }
  .voicetant-mv .lib-fv__thumb {
    height: auto;
  }
}

.voicetant-mv h1 {
  font-size: unset;
}

@media print, screen and (max-width: 991.8px) {
  .voicetant-mv .fs-h4 {
    font-size: 1.25rem;
  }
}

@media print, screen and (max-width: 767.8px) {
  .voicetant-mv .fs-h4 {
    font-size: min(4.5vw, 1.25rem);
  }
  .voicetant-mv .lib-card__txtarea {
    align-items: center;
  }
}

@media print, screen and (min-width: 768px) {
  .voicetant-mv .lib-fv__thumb img {
    position: absolute;
    bottom: 40px;
    left:30%;
    width: auto;
    height: auto;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 991.8px) {
  .voicetant-mv .lib-fv__thumb img {
    max-height: 100%;
  }
}


.voicetant-mv .mv-logo {
  width: 480px;
  max-width: 100%;
}
@media print, screen and (min-width: 768px) and (max-width: 991.8px) {
  .voicetant-mv .mv-logo {
    max-width: 50%;
  }
}

.voicetant-mv .mv-logo img {
  width: 100%;
  height: auto;
}

.voicetant-mv .lib-card__txtarea:has(.lib-card__btn) .lib-card__inside {
  max-width: 100%;
}