<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


.fntMin {
  font-family: var(--fntMin);
}
.fnt-medium {
  font-weight: 500;
}
.max-60 {
  max-width: 60px;
}

/* header調整 */



@media print, screen and (min-width: 1120px) {
  /*
  .is-scroll .lib-header__outer.lib-header-BS02 .lib-induce__outer {
    width: 278px;
  }
  .is-scroll .lib-nav__panel:has(.lib-induce__outer) {
    padding-right: 275px;
  }
  
  .lib-header__outer.typeM .lib-child__panel {
    background-color: var(--LMAIN);
  }
  */
}



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

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

.lib-hero__outer {
  border-bottom: 1px solid var(--GRY);
  background-color: var(--WHT);

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

/*
.lib-title__outer.--typeD :where(.title) {
  border-bottom: 3px solid var(--GRY);
}
*/
.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);*/
}


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

@media print, screen and (min-width: 576px) {
  .lib-footer__sns&gt;li&gt;span {
    width: 35px;
    height: 35px;
  }
}
*/
/*
@media (hover: hover) {
  .lib-footer__sns&gt;li&gt;a:hover {
    color: var(--MAIN);
    opacity: 0.7;
  }
}
*/
.lib-footer__outer .lib-footer__sns&gt;li&gt;a[target=_blank]::after {
  content:none !important;
}

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

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

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






/* MV */
/*
.custom-top-slide__txtarea {
  padding: 30px 15px;
  line-height: 1.75;
}
.custom-top-slide__txtarea h2 {
  font-size: min(6vw,2.5rem);
}
.custom-top-slide__thumb {
}
.custom-top-slide__thumb img{
    object-fit: unset;
    width: 100%;
    height: auto;
}
*/

.custom-top-slide__thumb {
  display: block;
}

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

  .custom-top-slide__thumb .lib-fv__thumb {
    height: calc(100vh - 120px);
  }
  
  .lib-nav__panel {
    width:calc(100% - 200px - 10px);
  }
  
}

#tinymce .custom-top-slide__thumb {
  display: inline-block;
}
#tinymce .custom-top-slide__thumb .lib-fv__thumb {
  height: 500px;
}
#tinymce .custom-top-lib-fv__txtarea {
  width: auto;
  margin-left: auto;
  margin-right: 0;
  right: 0;
  left:auto;
}

/*
@media print, screen and (max-width: 992px) {
.custom-top-slide .container{
  max-width: unset;
  line-height: 1;
}
}
@media print, screen and (min-width: 860px) {
.custom-top-slide__txtarea h2 {
  font-size: min(2.8vw,2.3rem);
}
.custom-top-slide .container{
}
  .custom-top-slide__row {
    display: flex;
    &gt; * {
      width: 50%;
      height: 600px;
      display: flex;
      flex: unset;
      overflow:visible;
    }
}
  .custom-top-slide__txtarea {
    flex-direction: column;
    justify-content: center;
  }



  .custom-top-slide__txtarea .mt-lg-5 {
    margin-top: 3rem!important;
  }
  .custom-top-slide__thumb .lib-fv__thumb {
    margin-right: calc((100vw - 100%)/ 2 * -1);
        width: calc((100vw - 100%) / 2 + 50%);
  }
  .custom-top-slide__thumb img {
    object-fit:cover;
    height: 100%;
    object-position: center;
  }
}

@media print, screen and (min-width: 860px) and (max-width: 1200px) {
  .custom-top-slide__row {
    &gt; * {
      height: 450px;
    }
  }
}

@media print, screen and (max-width: 860px) {
 .lib-swiper__btn {
   top: unset!important;
   bottom: 0!important;
   z-index: 3 !important;
 }
}
@media print, screen and (min-width: 860px) and (max-width: 1250px) {
  .custom-top-slide__txtarea {
    padding-left: 70px;
  }
}

@media print, screen and (max-width: 859.8px) {
  .custom-top-slide__txtarea {
    min-height: 420px;
  }
}
@media print, screen and (max-width: 619.8px) {
  .custom-top-slide__txtarea {
    min-height: 380px;
  }
}

.custom-top-slide .lib-fv__slide {
  background-size: auto 440px;
  background-repeat: no-repeat;
  background-position: center top;
}

@media print, screen and (min-width: 620px) {
  .custom-top-slide .lib-fv__slide {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
  }
}

@media print, screen and (min-width: 860px) {
  .custom-top-slide .lib-fv__slide {
    background-color: var(--LGRY);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
  }
}
@media print, screen and (min-width: 1680px) {
  .custom-top-slide .lib-fv__slide {
    background-color: var(--LGRY);
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: left center;
  }
}
*/

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

 .custom-top-slide .swiper-pagination-bullet {
  background-color: var(--WHT) !important;
  border-color: var(--MAIN);
 }
 .custom-top-slide .swiper-pagination-bullet-active {
  background-color: var(--MAIN) !important;
 }
 @media (hover: hover) {
  .custom-top-slide .swiper-pagination-bullet:hover {
    background-color: var(--MAIN) !important;
  }
}

/* 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);
  }
  */

  /*
  .lib-title__outer.--typeD.line-gry :where(.title) {
    border-bottom: var(--GRY) 3px solid;
  }
  */
  .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&gt;:nth-child(3) .lib-footer__nav {
    overflow: hidden;
  }
  .lib-footer__outer.lib-footer-BS01 .lib-footer__child&gt;:nth-child(3) .lib-footer__title {
    width: unset;
    margin-top: 0;
    position: relative;
  }
  .lib-footer__outer.lib-footer-BS01 .lib-footer__child&gt;: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-footer__sns &gt; li &gt; a.--fb.--line::before {
  content: "\ea16";
}

.btn-delete {
  padding-left: 25px;
  background-image: url(/dcms_media/other/btn-delete.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
@media print, screen and (max-width: 767px) {
  .btn-delete {
    padding-top: 25px;
    background-position: center top;
    padding-left: 0;
  }
}
.btn-delete:hover {
  opacity: 0.7;
}

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

@media print, screen and (max-width: 767px) {
  .w-7 {
    width: 50px !important;
  }
}
.w-18 {
  width: 18% !important;
}
@media print, screen and (max-width: 767px) {
  .w-7 {
    width: 50px !important;
  }
}

.item-image {
  margin-right: 10px;
  width: 200px;
}
@media print, screen and (max-width: 767px) {
  .item-image {
    margin-right:0;
    width: 100%;
  }
}


.item-image img {
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 767px) {
  .item-image img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.item-image + span {
  width: calc(100% - 200px - 10px);
}
@media print, screen and (max-width: 767px) {
  .item-image + span {
    width: 100%;
    margin-top: 8px;
  }
}

.lib-media__thumb img {
  object-fit: cover;
}

@media print, screen and (min-width: 992px) {
  .is-scroll .lib-header__outer.typeM .lib-child__panel {
      top: 60px;
  }
}</pre></body></html>