@charset "UTF-8";

/************************** 
202509 リニューアル専用
**************************/

/*******
TOPページ 
********/

/* 共通 */
.top-page__copy{font-size: 1.875rem !important;}
@media print, screen and (min-width: 768px){
    .top-page__copy{font-size: 3.125rem !important;}
}

/* ヘッダー */
.is-scroll .lib-header__outer.lib-header-BS02 .lib-induce__outer .lib-induce__btn{font-size: 0.875rem;}
.lib-header__outer.lib-header-BS02 .lib-induce__outer .lib-induce__btn .show-sp{display: none;}
.is-scroll .lib-header__outer.lib-header-BS02 .lib-induce__outer .lib-induce__btn .show-sp{display: block;}

@media print,screen and (max-width: 576px){
    .lib-fv__txtarea{align-items: flex-end;}
}

/* セクション 受託加工 */
.top-page__manufacture{
    margin-top: -6rem !important;
    background: url(/dcms_media/image/top-page__manufacture-bg.jpg) no-repeat top center;
    background-size: cover;
}

/* セクション こだわり */
.top-page__feature{
    background: url(/dcms_media/image/top-page__feature-bg.jpg) no-repeat top center;
    background-size: cover;
}

/* フッター */
.lib-footer__outer.lib-footer-BS01 .lib-footer__utility{
    background-color: var(--WHT);
}
.lib-footer__outer.lib-footer-BS01 .lib-footer__copyright{
    background-color: var(--MAIN);
}
.lib-footer__sns>li>a{
    background: var(--MAIN);
    border: var(--MAIN) 2px solid;
}
.lib-footer__sns>li>a:hover{
    color: var(--MAIN);
}
@media print, screen and (min-width: 992px){
    .lib-footer__outer.lib-footer-BS01 .lib-footer__utility,
    .lib-footer__outer.lib-footer-BS01 .lib-footer__copyright{ 
        background-color: var(--MAIN); 
    }
}

.lib-footer__logo{
    max-width: 368px;
    width: 100%;
}

/*******
こだわりページ 
********/

/* ヘッダー */
.lib-hero__outer{
    background: url(/dcms_media/image/child-page__header-bg.jpg) no-repeat top center;
    background-size: cover;
}
.lib-hero__title{color: var(--WHT);}

/* セクション 特徴 */
.feelings-page__feature .title{border-color: #ddd;}

/* セクション 受託加工 */
.feelings-page__manufacture{
    background: url(/dcms_media/image/feelings-page__manufacture-bg.jpg) no-repeat top center;
    background-size: cover;
}

/*******
表調整 
********/
.table-p-2 td, .table-p-2 th {
    padding: 2px;
}



:where(a):has(.txt):where(:where(a.icon-none):has(.txt)[href^="https://saas.actibookone.com/"]) :where(.txt):after {
    content: none !important;
}
:where(.lib-link__btn.icon-none):not([class*=ico-after-]):not([class*=ico-before-])>.txt {
    padding-right: 0;
}

/* actibook */
.actibook {
    width: 100%;
    aspect-ratio: 8 / 5;
    margin-left: auto;
    margin-right: auto;
    line-height: 0;
  }
  .actibook iframe {
    width: 100%;
    height: 100%;
  }