@charset "UTF-8";

body,
.rich_font_1{
    font-family: "Libre Baskerville", "Noto Sans JP", sans-serif !important;
}



/*-- 上書き --*/
#wpadminbar{
    bottom:0 !important;
    top:auto !important;
}
body.admin-bar{
    padding:0 !important;
}
body.admin-bar.header_fix #header{
    margin:0 !important;
}
#index_news_ticker .title{
    text-decoration: none;
}

/*-- 共通 --*/
.original-page-inner{
    max-width:1200px;
    margin:0 auto;
}


.header_slider_logo{
    position:absolute;
    z-index:1000;
    top:3%;
    left:3%;
}
@media screen and (max-width: 1024px) {
    .header_slider_logo{
        display:none;
    }
}


/*-- speed booster --*/
#sp_main_contents{
    background:#141414;
    color:#fff;
}
.sb-header{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    gap:24px;
    padding:24px 16px;
    line-height:1.8em;
    justify-content: center;
}
@media screen and (max-width: 678px) {
    .sb-movie{
        width:100%;
    }
}


/*-- forged --*/
#fg_main_contents{
    background:#141414;
    color:#fff;
}
.fg-header-inner{
    max-width:1200px;
    margin:0 auto;
    padding:16px 0;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background:#141414;
    color:#fff;
}
.fg-header-logo{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    gap:16px;
}
.fg-header-inner ul{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    gap:16px;
}
.fg-header-inner a{
    color:#fff;
    text-decoration: none;
}
.fgmv{
    background:#141414;
}
.fgmv img{
    margin:0;
}
@media screen and (max-width: 678px) {
    .fg-header-logo{
        justify-content: center;
    }
    .fg-header-logo p{
        width:100%;
        text-align: center;
    }
    .fg-header-inner ul{
        justify-content: center;
        width:100%;
        gap:24px;
    }
}

/*-- parts --*/
.post_content.im-post-contents ul{
    display:flex;
    flex-wrap: wrap;
    margin:0;
    gap:16px;
}
.importer-list{
    position:relative;
}
.importer-list li{
    border:1px solid #ccc;
    list-style:none;
    width:180px;
    height:110px;
    text-align: center;
    font-size:12px;
}
@media screen and (max-width: 678px) {
    .importer-list li{
        width:47%;
        height:auto;
    }
}
.importer-list-child.is-active .sp-select-list{
    position: relative;
}
.importer-list-child.is-active .sp-select-list:after{
    content: "";
    position: absolute;
    bottom:-17px;
    left:45%;
    display: inline-block;
    border-style: solid;
    border-width: 16px 8px 0 8px;
    border-color: #000 transparent transparent transparent;
}
.importer-list li img{
    max-height:72px;
}
.maker-details{
    display:none;
    position:absolute;
    text-align: left;
    margin-top:16px;
    left:0%;
    width:90%;
    padding:24px;
    background:#fff;
    border:4px solid #f4f4f4;
    border-radius:10px;
    box-shadow: 2px 10px 15px -16px #777777;
    z-index:1000;
}
@media screen and (max-width: 678px) {
    .maker-details{
        width:90%;
        padding:4%;
    }
}
.maker-details-ttl{
    font-weight:bold;
}
.maker-details li{
    border:none;
}
.maker-details li a{
    text-decoration: none;
}
.post_content.im-post-contents ul.maker-repeat-list{
    justify-content: start;
}
.importer-list-child.is-active{
    border:1px solid #141414;
}
.importer-list-child.is-active .maker-details {
    display: block;
}
.maker-details-close-btn-wrp{
    display:flex;
    justify-content: space-between;
}

/* STRRT 矢印 */
.maker-details-close-btn {
  position: relative;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.maker-details-close-btn::before,
.maker-details-close-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 3px;
  background: #333;
  transform-origin: center;
}
.maker-details-close-btn::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.maker-details-close-btn::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
/* END 矢印 */



/* パーツ別 */
.parts-importer-list .sp-select-list p{
    margin:0;
}
.parts-importer-list.importer-list li{
    height:auto;
}
.parts-importer-list .parts-name{
    font-weight: bold;
}



/*-- ブロックエディター 詳細ブロック--*/
.wp-block-details{
    padding:16px;
}



.pc-only{
    display:block;
}
.sp-only{
    display:none;
}
@media screen and (max-width: 678px) {
    .pc-only{
        display:none;
    }
    .sp-only{
        display:block;
    }
}


.cb_design_content.num1{
    background:#111;
    color:#fff;
}
.cb_design_content{
    padding: 150px 0px 75px 0 !important;
}
.cb_gallery{
    padding: 0px 0px 100px 0 !important;
}

#footer_menu ul li a,
.cb_gallery .link_button a,
.cb_carousel.num2 .button,
.cb_design_content .link_button a{
    text-decoration: none !important;
}

#drawer_menu_content a,
#drawer_menu .close_button:before,
#drawer_menu_sns.color_type1 a:before,
#drawer_menu_search .button_area:before{
    text-decoration: none !important;
}