0@charset "utf-8";
/*
Theme Name:genesis_child
Template:genesis_tcd103
Version:1.12.3
*/

/* フリースペース */
.cb_free_space:has(.cb_ex_introduction_list) { padding:0; }
.cb_free_space .post_content:has(.cb_ex_introduction_list) { max-width:initial; margin:0 auto; padding:0; }
.cb_free_space .post_content .cb_ex_introduction_list a {
	text-decoration: none;
	color: inherit;
}
.cb_free_space .post_content .solution_category_button li.current a,
.cb_free_space .post_content .ex_introduction_category_button li.current a {
	color: #fff;
}

/* 導入事例カルーセル */
.cb_ex_introduction_list { padding:150px 0; }
.cb_ex_introduction_list:nth-child(even) { background:#f6f6f6; }
.ex_introduction_carousel_wrap { width:auto; margin:0 auto !important; padding:0 100px !important; }
@media only screen and (min-width: 1720px) {
  .ex_introduction_carousel_wrap { padding-left:calc(50% - 750px) !important; padding-right:calc(50% - 750px) !important; }
}
.ex_introduction_carousel { -webkit-user-select:none; user-select:none; }
.ex_introduction_carousel .item { position:relative; width:385px; margin: 0 50px 0 0; }
.ex_introduction_carousel .image_link { display:block; width:100%; height:auto; position:relative; z-index:1; overflow:hidden; border-radius:5px; aspect-ratio:385 /260; margin: 0 0 30px 0;}
.ex_introduction_listex_introduction_carousel.image_wrap { width:100%; height:100%; position:relatiive; overflow:hidden; z-index:2; }
.ex_introduction_carousel .image_wrap img { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; }
.ex_introduction_carousel .content { width:auto; }
.ex_introduction_carousel .no_image .content { width:auto; padding:0; }
.ex_introduction_carousel .category_button { margin-bottom:25px; min-width: 90px;}
.ex_introduction_carousel .title { font-size:20px; line-height:1.8; margin-bottom:20px; }
.ex_introduction_carousel .title a { display:block; max-height:3.6em; overflow:hidden; visibility:visible; }
.ex_introduction_carousel .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.ex_introduction_carousel .date { position:relative; color:#999; font-size:16px; margin:0; display:block; }
.ex_introduction_carousel .date:before { font-family:'design_plus'; content:'\e903'; font-size:17px; margin:0 5px 0 0; position:relative; top:1px; }
.ex_introduction_carousel_wrap + .genesis_carousel_scrollbar .swiper-scrollbar { margin-top:60px !important; }
.ex_introduction_carousel_cat_all_wrap + .genesis_carousel_scrollbar .swiper-scrollbar { margin-top:60px !important; }
#index_ex_introduction_list_wrap { position:relative; }
.index_ex_introduction_list { display:none; pointer-events:none; }
.index_ex_introduction_list.active { display:block; pointer-events:auto; }
.ex_introduction_carousel_wrap { opacity:0; position:relative; }
.ex_introduction_carousel_cat_all_wrap { opacity:0; transform: translate3d(140px,0,0); }
.cb_ex_introduction_list .main_content.animate .ex_introduction_carousel_cat_all_wrap { opacity:1; transform: translate3d(0,0,0); transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.2s, opacity 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.2s; }
.index_ex_introduction_list.active .ex_introduction_carousel_wrap { animation: index_ex_introduction_tab_animate 1.4s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.2s; }
@keyframes index_ex_introduction_tab_animate {
  0% { opacity:0; top:0px; left:140px; }
  100% { opacity:1; top:0px; left:0; }
}
.cb_ex_introduction_list .main_content .ex_introduction_category_button, .cb_ex_introduction_list .main_content .genesis_carousel_scrollbar { position:relative; transform: translate3d(0,30px,0); opacity:0; transition: opacity 1.4s ease 0s, transform 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0s; }
.cb_ex_introduction_list .main_content.animate .ex_introduction_category_button, .cb_ex_introduction_list .main_content.animate .genesis_carousel_scrollbar { transform: translate3d(0,0,0); opacity:1; }

/* カテゴリー一覧 */
.ex_introduction_category_button { 
    position: relative; 
    width: auto; 
    margin: 0 auto 55px;
    padding:0 100px !important;
}

@media only screen and (min-width: 1720px) {
    .ex_introduction_category_button { 
        padding-left: calc(50% - 750px) !important; 
        padding-right: calc(50% - 750px) !important; 
    }
}

.ex_introduction_category_button ol { 
    -webkit-user-select: none; 
    user-select: none; 
    display: flex;
    flex-wrap: nowrap; 
    gap: 1em 0; /* 各項目間の間隔 */
    padding: 0;
    list-style: none; /* ol要素のデフォルトのスタイルを削除 */
}

.ex_introduction_category_button li { 
    flex: 0 0 auto; /* アイテムが自動で幅を取るようにする */
    width: auto; 
    margin-right: 20px; 
}

.ex_introduction_category_button li:last-of-type { 
    margin-right: 0; 
}

.ex_introduction_category_button a { 
    height: 50px; 
    line-height: 50px; 
    border: 1px solid #ddd; 
    padding: 0 15px; 
    display: block; 
    border-radius: 50px; 
    text-align: center; 
    background: #fff;
	  white-space: nowrap; /* ボタン内のテキストが折り返されないようにする */ 
}

.ex_introduction_category_button a:hover { 
    color: #333; 
}

.ex_introduction_category_button li.current a { 
    background: #000; 
    border-color: #000; 
    color: #fff; 
    pointer-events: none; 
}

.ex_introduction_category_button + .genesis_carousel_scrollbar { 
    top: -25px !important; 
}

/* 追加 */
.ex_introduction_category_button ol {
    margin-left: 0em !important;
}

.single-ex_introduction #bread_crumb {
    max-width: 1700px !important;
    margin: 38px auto 130px !important;
}


/* 導入事例一覧 */
#archive_ex_introduction { position:relative; max-width:1700px; margin:0 auto; padding:0 100px 150px; }
.ex_introduction_list { display:flex; flex-wrap:wrap; position:relative; margin-bottom: -50px; }
.ex_introduction_list .item { position:relative; width: calc(100% / 3 - 32px); margin:0 48px 50px 0; }
#archive_ex_introduction .ex_introduction_list .item:nth-child(3n) { margin-right:0; }
.ex_introduction_list:after { content: ""; display: block; width: calc(100% / 3 - 32px); height: 0; }
.ex_introduction_list .image_link { display:block; width:100%; height:auto; position:relative; z-index:1; overflow:hidden; border-radius:5px; aspect-ratio:385 /260; margin: 0 0 30px 0;}
.ex_introduction_list .image_wrap { width:100%; height:100%; position:relatiive; overflow:hidden; z-index:2; }
.ex_introduction_list .image_wrap img { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; }
.ex_introduction_list .no_image .content { width:auto; padding:0; }
.ex_introduction_list .category_button { margin-bottom:20px; min-width: 90px;}
.ex_introduction_list .title { font-size:20px; line-height:1.8; margin-bottom:20px; }
.ex_introduction_list .title a { display:block; max-height:3.6em; overflow:hidden; visibility:visible; }
.ex_introduction_list .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.ex_introduction_list .date { position:relative; color:#999; font-size:16px; margin:0; display:block; }
.ex_introduction_list .date:before { font-family:'design_plus'; content:'\e903'; font-size:17px; margin:0 5px 0 0; position:relative; top:1px; }


/* ----------------------------------------------------------------------
レスポンシブ：導入事例
---------------------------------------------------------------------- */
/* カルーセル */
.ex_introduction_carousel .title {
	margin-top:inherit;
	margin-left:inherit;
	margin-right:inherit;
	margin-bottom: 20px;
}
@media screen and (max-width:1391px) {
	.ex_introduction_carousel_wrap { padding:0 60px !important; }
}
@media screen and (max-width:1100px) {
	.ex_introduction_carousel_wrap { /*height:190px;*/ padding:0 40px !important; }
  .ex_introduction_carousel .item { width: 260px;
      margin: 0 20px 0 0; }
	.ex_introduction_carousel .image_link { margin: 0 0 20px 0; }
	.ex_introduction_carousel .content {  width: 260px; }
	.ex_introduction_carousel .category_button { margin-bottom:15px; }
	.ex_introduction_carousel .title { font-size: 16px;
	margin-top: 0px;
	    margin-bottom: 13px;
	    line-height: 1.6; }
	.ex_introduction_carousel .date { font-size:14px; }
	.ex_introduction_carousel .date::before { font-size:16px; top:1.5px; }
}
@media screen and (max-width:800px) {
	.cb_ex_introduction_list { padding:40px 0; }
	.cb_ex_introduction_list .design_header { margin-bottom:40px; }
	.ex_introduction_carousel_wrap { /*height:195px;*/ padding:0 20px !important; }
	.ex_introduction_carousel_wrap + .genesis_carousel_scrollbar .swiper-scrollbar { margin-top:40px !important; }
	.ex_introduction_carousel_cat_all_wrap + .genesis_carousel_scrollbar .swiper-scrollbar { margin-top:40px !important; }
	.cb_ex_introduction_list .cb_design_arrow_button { margin-top:35px; }
}

/* カテボタン */
@media screen and (max-width:1391px) {
    .ex_introduction_category_button { padding:0 60px !important; }
}
/* 一覧 */
@media screen and (max-width:1391px) {
    #archive_ex_introduction { max-width:inherit; padding:0 60px 150px; }
}
@media screen and (max-width:1100px) {
.ex_introduction_category_button { padding:0 40px !important; margin-top:-12px; }
	.ex_introduction_category_button li { margin-right:10px; }
.ex_introduction_category_button li:last-of-type { margin-right:0; }
	.ex_introduction_category_button a { height:40px; line-height:40px; padding:0 20px; font-size:14px; }
  #archive_ex_introduction { padding:0 40px 150px; }
}
@media screen and (max-width:1000px) {
  .ex_introduction_list .item { position:relative; width:calc(50% - 20px); margin:0 40px 50px 0; }
  #archive_ex_introduction .ex_introduction_list .item:nth-child(3n) { margin-right:40px; }
  #archive_ex_introduction .ex_introduction_list .item:nth-child(2n) { margin-right:0px; }
}
@media screen and (max-width:800px) {
.ex_introduction_category_button { padding:0 20px !important; margin:0px 0 40px 0; }

  #archive_ex_introduction { padding:0 20px 40px; }
	body.paged #archive_ex_introduction { padding-top:20px; }
	.ex_introduction_list { margin-bottom:-30px; }
  .ex_introduction_list .item { position:relative; width:calc(50% - 10px); margin:0 20px 30px 0; }
  #archive_ex_introduction .ex_introduction_list .item:nth-child(3n) { margin-right:20px; }
  #archive_ex_introduction .ex_introduction_list .item:nth-child(2n) { margin-right:0px; }
	.ex_introduction_list .title { font-size:16px; margin-bottom:10px; }
	.ex_introduction_list .date { font-size:14px; }
	.ex_introduction_list .date::before { font-size:16px; top:1.5px; }
	.ex_introduction_list .image_link { margin-bottom:20px; }
	.ex_introduction_list .category_button { margin-bottom:15px; }
}
@media screen and (max-width:600px) {
	#archive_ex_introduction .ex_introduction_list { display:block; margin-bottom:0; }
  .ex_introduction_list .item { width:auto; margin:0 0 30px 0; }
  #archive_ex_introduction .ex_introduction_list .item:nth-child(3n) { margin-right:0; }
}

.ajax_post_list_wrap .ex_introduction-more span { display:block; margin:60px auto 0; }
.ajax_post_list_wrap .ex_introduction-more.is-hide { display:none; }


/* ----------------------------------------------------------------------
 3D凍結ラボ
---------------------------------------------------------------------- */

/* 記事ページに前後の投稿表示 */
#next_prev_post {
    margin: 60px 0 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }  

/* カルーセル */
.cb_blog_list .main_content .blog_category_button, .cb_blog_list .main_content .genesis_carousel_scrollbar { position:relative; transform: translate3d(0,30px,0); opacity:0; transition: opacity 1.4s ease 0s, transform 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0s; }
.cb_blog_list .main_content.animate .blog_category_button, .cb_blog_list .main_content.animate .genesis_carousel_scrollbar { transform: translate3d(0,0,0); opacity:1; }

/* カテゴリー一覧 */
.blog_category_button { 
    position: relative; 
    width: auto; 
    margin: 0 auto 55px;
    padding:0 100px !important;
}

@media only screen and (min-width: 1720px) {
    .blog_category_button { 
        padding-left: calc(50% - 750px) !important; 
        padding-right: calc(50% - 750px) !important; 
    }
}

.blog_category_button ol { 
    -webkit-user-select: none; 
    user-select: none; 
    display: flex;
    flex-wrap: nowrap; 
    gap: 1em 0;
    padding: 0;
    list-style: none; /* ol要素のデフォルトのスタイルを削除 */
}

.blog_category_button li { 
    flex: 0 0 auto; /* アイテムが自動で幅を取るようにする */
    width: auto; 
    margin-right: 20px; 
}

.blog_category_button li:last-of-type { 
    margin-right: 0; 
}

.blog_category_button a { 
    height: 50px; 
    line-height: 50px; 
    border: 1px solid #ddd; 
    padding: 0 15px; 
    display: block; 
    border-radius: 50px; 
    text-align: center; 
    background: #fff;
	  white-space: nowrap; /* ボタン内のテキストが折り返されないようにする */ 
}

.blog_category_button a:hover { 
    color: #2c3753;
    border-color: #2c3753;
}

.cb_blog_list .blog_category_button + .genesis_carousel_scrollbar .swiper-scrollbar {
    display: none;
  }
  

/* 追加 */
.blog_category_button ol {
    margin-left: 0em !important;
}

.blog_category_button .swiper-wrapper {
    cursor: grab; /* ドラッグできることを示すカーソル */
}

.blog_category_button .swiper-wrapper:active {
    cursor: grabbing; /* ドラッグ中の見た目 */
}

/* レスポンシブ */
@media screen and (max-width:1391px) {
    .blog_category_button { padding:0 60px !important; }
    }
@media screen and (max-width:1100px) {
    .blog_category_button { padding:0 40px !important; margin-top:-12px; }
        .blog_category_button li { margin-right:10px; }
    .blog_category_button li:last-of-type { margin-right:0; }
        .blog_category_button a { height:40px; line-height:40px; padding:0 20px; font-size:14px; }
      #archive_blog { padding:0 40px 150px; }
    }
@media screen and (max-width:1000px) {
  .blog_list .item { position:relative; width:calc(50% - 20px); margin:0 40px 50px 0; }
  #archive_blog .blog_list .item:nth-child(3n) { margin-right:40px; }
  #archive_blog .blog_list .item:nth-child(2n) { margin-right:0px; }
}
@media screen and (max-width:1000px) {
    .blog_list .item { position:relative; width:calc(50% - 20px); margin:0 40px 50px 0; }
    #archive_blog .blog_list .item:nth-child(3n) { margin-right:40px; }
    #archive_blog .blog_list .item:nth-child(2n) { margin-right:0px; }
  }
@media screen and (max-width:800px) {
    .blog_category_button { padding:0 20px !important; margin:0px 0 40px 0; }
    #archive_blog { padding:0 20px 40px; }
	body.paged #archive_blog { padding-top:20px; }
	.blog_list { margin-bottom:-30px; }
  .blog_list .item { position:relative; width:calc(50% - 10px); margin:0 20px 30px 0; }
  #archive_blog .blog_list .item:nth-child(3n) { margin-right:20px; }
  #archive_blog .blog_list .item:nth-child(2n) { margin-right:0px; }
	.blog_list .title { font-size:16px; margin-bottom:10px; }
	.blog_list .date { font-size:14px; }
	.blog_list .date::before { font-size:16px; top:1.5px; }
	.blog_list .image_link { margin-bottom:20px; }
	.blog_list .category_button { margin-bottom:15px; }
}
@media screen and (max-width:600px) {
	#archive_blog .blog_list { display:block; margin-bottom:0; }
  .blog_list .item { width:auto; margin:0 0 30px 0; }
  #archive_blog .blog_list .item:nth-child(3n) { margin-right:0; }
}

/* ===== カテゴリボタン複数表示：1行・右端フェード（スクロール無効） ===== */
.category_button_wrap{
  display:flex;
  flex-wrap:nowrap;
  gap:8px;
}
.category_button_wrap .category_button{
  flex:0 0 auto;
  white-space:nowrap;
}
/* フェードはクラス付与時のみ */
.category_button_wrap.fade_scroll{
  overflow:hidden;
  -webkit-mask-image:linear-gradient(to right,#000 88%,transparent);
          mask-image:linear-gradient(to right,#000 88%,transparent);
}

/* ===== スライド内を左寄せ＆はみ出し防止 ===== */
.blog_list .swiper-slide{
  align-items:flex-start !important;
  justify-content:flex-start !important;
  text-align:left;
  min-width:0;
}
.blog_list .swiper-slide .content{
  width:100%;
  min-width:0;
  overflow:hidden;
}

/* ===== ブログカルーセル共通設定 ===== */
.blog_carousel_wrap .swiper-slide .content{
  width:100%;
  min-width:0;
}

.blog_carousel_wrap .swiper-slide .title{
  display:block;        /* ← a ではなく親の title は通常指定に */
  max-width:100%;
}

/* a は幅制約を確実に効かせるためのみ強制 */
.blog_carousel_wrap .swiper-slide .title a{
  display:block !important;
  white-space:normal !important;  /* 他所の nowrap を無効化 */
  max-width:100%;
}

/* 2行省略：必要なベンダー指定のみ強制 */
.blog_carousel_wrap .swiper-slide .title a span{
  display:-webkit-box !important;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  word-break:break-word;
  overflow-wrap:anywhere;
  max-width:100%;
}

/* 日付：長い場合は省略記号 */
.blog_carousel_wrap .swiper-slide .date{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

/* スクロールバー余白（テーマ側で上書きできるよう !important は外す） */
.blog_carousel_scrollbar{
  margin-top:60px;
}


/* 20250918 製品ラインナップの追加 */
.post_content h2.-lineup {
    font-size: 18px;
    background: #606060;
    color: #FFFFFF;
    line-height: 1.4;
    margin-top: 2em;
    padding: 10px;
    text-align: center;
}

.lineup .vk_slider .swiper-wrapper {
    transform: unset!important;
}

.lineup .vk_slider_item.vk_valign-bottom {
    height: 300px;
}

.lineup .vk_slider_item_container {
    margin-bottom: 0;
}

.post_content .lineup p {
    line-height: 2;
}

.vk_slider_item-10377bbc-9870-4a2e-853e-ada40d02f443 {
    background-image: url(https://kogasun.com/wp-content/uploads/2024/09/table_slider.png);
    background-size: cover !important;
    background-position: center !important;
}

@media screen and (max-width:800px) {
    .post_content h2.-lineup {
        margin: 5em 0 -3em 0;
    }
}

/* 20250918 製品の特長について*/
#features {
    margin-top: 50px;
}

#features .wp-block-image {
    text-align: center;
}

#features .br-800,
#features .br-450 {
    display: none;
}

.post_content h2.-gray {
    font-size: 18px;
    background: #606060;
    color: #FFFFFF;
    line-height: 1.4;
    margin: 2em 0 2em 0;
    padding: 10px;
    text-align: center;
}

#features .pad_adjust .q_frame {
    padding: 1em 0.1em;
}


#features .q_frame {
    line-height: 1.8;
    position: relative;
    padding: 1.3em 2em;
    margin-bottom: 2em;
    border: 1px solid #ddd;
}

#features .q_frame1 {
    background: #008bc0;
    border-radius: 10px;
    border-width: 1px;
    border-color: #008bc0;
    border-style: solid;
}

#features .fs_change1 {
    color: #ffffff;
    font-size: clamp(15px, 3vw, 28px);
}

#features .fs_change2 {
    color: #ffffff;
    font-size: clamp(18px, 3vw, 36px);
    white-space: nowrap;
}

#features .link-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    height: 64px;
    padding: 6px 24px;
    color: #fff;
    text-align: center;
    background-color: #333;
    margin: 0 auto;
}

#features .link-btn:hover {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 800px) {
    #features .br-800 {
        display: inline;
    }
}

@media (min-width: 782px) {
    #features .fs_change3 {
        color: #ffffff;
        font-size: clamp(14px, 1.5vw, 18px);
    }
}

@media (max-width: 781px) {
    #features .responsive_box2 {
        display: flex;
        flex-direction: row;
        gap: 0.5em;
    }

    #features .column_second {
        order: 2;
        flex-basis: 40% !important;
        width: 49%;
        flex: 1 1 49%;
    }

    #features .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important;
    }

    #features .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        width: 100%;
        flex-basis: 100% !important;
    }

    #features .column_first {
        order: 1;
    }

    #features .freezer-img-2role img {
        width: 60%;
    }

    #features .column_second {
        order: 2;
        flex-basis: 40% !important;
        width: 49%;
        flex: 1 1 49%;
    }

    #features .column_third {
        order: 2;
        flex-basis: 40% !important;
        width: 49%;
        flex: 1 1 49%;
    }

    #features .fs_change3 {
        color: #ffffff;
        font-size: clamp(10px, 2.5vw, 18px);
        line-height: 1.5;
        white-space: nowrap;
    }
}

#features .post_content {
    max-width: 1700px;
    margin: 0 auto;
    overflow: hidden;
}

@media screen and (max-width: 1391px) {
    #features .post_content {
        max-width: inherit;
    }
}

@media screen and (max-width: 1100px) {
    #features .post_content {
        padding: 0 40px;
    }
}

@media screen and (max-width: 800px) {
    #features .post_content {
        padding: 0 20px;
    }
}

@media screen and (max-width: 450px) {
    #features .br-450 {
        display: inline;
    }
}

/* 20250918 ブラストチラーとショックフリーザーの違いについて */
#difference {
    margin-top: 50px;
    margin-bottom: 50px;
}

#difference .post_content h3 {
    width: 100%;
    font-size: 25px;
    margin: 0 0 0.5em;
    border-bottom: 2px solid #000;
}

#difference .post_content p {
    line-height: 2;
}

#difference .post_content {
    max-width: 1700px;
    margin: 0 auto;
    overflow: hidden;
}

@media screen and (max-width: 1391px) {
    #difference .post_content {
        max-width: inherit;
    }
}

@media screen and (max-width: 1100px) {
    #difference .post_content {
        padding: 0 40px;
    }
}

@media screen and (max-width: 800px) {
    #difference .post_content h3 {
        font-size: 20px;
    }

    #difference .post_content {
        padding: 0 20px;
    }
}
              .top-lineup h2 {
                font-size: 18px;
                background: #606060;
                color: #FFFFFF;
                line-height: 1.4;
                margin: 2em 0;
                padding: 10px;
                text-align: center;
              }

              .top-lineup .vk_slider_item.vk_valign-bottom {
                height: 300px;
              }

              .top-lineup .vk_slider_item_container {
                margin-bottom: 0;
              }

              .post_content .top-lineup p {
                line-height: 2;
              }

              @media screen and (max-width: 800px) {
                .top-lineup h2 {
                  margin-bottom: 1em;
                }
              }



                          @media screen and (max-width: 575.98px) {
                            .vk_slider_item-10377bbc-9870-4a2e-853e-ada40d02f443 {
                              background-image: url(https://kogasun.com/wp-content/uploads/2024/09/table_slider.png);
                              background-size: cover !important;
                              background-position: center !important;
                            }
                          }

                          @media screen and (min-width: 576px) {
                            .vk_slider_item-10377bbc-9870-4a2e-853e-ada40d02f443 {
                              background-image: url(https://kogasun.com/wp-content/uploads/2024/09/table_slider.png);
                              background-size: cover !important;
                              background-position: center !important;
                            }
                          }

                          @media screen and (min-width: 992px) {
                            .vk_slider_item-10377bbc-9870-4a2e-853e-ada40d02f443 {
                              background-image: url(https://kogasun.com/wp-content/uploads/2024/09/table_slider.png);
                              background-size: cover !important;
                              background-position: center !important;
                            }
                          }


                          .vk_slider_item-51a2bc78-fe7f-4f85-9208-fcb1b5390c54 {
                            background-image: url(https://kogasun.com/wp-content/uploads/2024/09/slider_1door.png);
                            background-size: cover !important;
                            background-position: center !important;
                          }


                          .vk_slider_item-9b49abeb-ad30-42e1-bfc2-8a348162fcf9 {
                            background-image: url(https://kogasun.com/wp-content/uploads/2024/09/slider_2door.png);
                            background-size: cover !important;
                            background-position: center !important;
                          }


                          .vk_slider_item-3a9d0412-0e0e-48b3-8b2e-e52120536b4a {
                            background-image: url(https://kogasun.com/wp-content/uploads/2024/09/slider_mobile.png);
                            background-size: cover !important;
                            background-position: center !important;
                          }


                          .vk_slider_item-fddb954a-4aed-48ec-97e3-54b9f50e01de {
                            background-image: url(https://kogasun.com/wp-content/uploads/2024/09/slider_rackin.png);
                            background-size: cover !important;
                            background-position: center !important;
                          }


                          .vk_slider_item-4ee7104b-a3ee-48c6-a422-6f528446a2b5 {
                            background-image: url(https://kogasun.com/wp-content/uploads/2024/09/slider_cartin.png);
                            background-size: cover !important;
                            background-position: center !important;
                          }


                          .vk_slider_item-1a61d865-d0b7-468d-bbde-33daeb3e8048 {
                            background-image: url(https://kogasun.com/wp-content/uploads/2024/09/straight_slider.png);
                            background-size: cover !important;
                            background-position: center !important;
                          }


                          .vk_slider_item-05b52d85-263b-4b2d-9abe-7e9b69cada3a {
                            background-image: url(https://kogasun.com/wp-content/uploads/2024/09/spiral_slider.png);
                            background-size: cover !important;
                            background-position: center !important;
                          }


                    @media (max-width: 575.98px) {

                      .vk_slider_56c771dd-976b-400d-a384-b22af3c96efb,
                      .vk_slider_56c771dd-976b-400d-a384-b22af3c96efb .vk_slider_item {
                        height: 200px !important;
                      }
                    }

                    @media (min-width: 576px) and (max-width: 991.98px) {

                      .vk_slider_56c771dd-976b-400d-a384-b22af3c96efb,
                      .vk_slider_56c771dd-976b-400d-a384-b22af3c96efb .vk_slider_item {
                        height: 300px !important;
                      }
                    }

                    @media (min-width: 992px) {

                      .vk_slider_56c771dd-976b-400d-a384-b22af3c96efb,
                      .vk_slider_56c771dd-976b-400d-a384-b22af3c96efb .vk_slider_item {
                        height: 300px !important;
                      }
                    }



/* ヘッダー検索窓オフ */
#header_search, .search_button{
   display: none;
}

/* フッター回り調整 */
#footer, #copyright {
  background-color: #333333;
}
#footer_address {
  color :#fff;
}
#footer .custom-footer ul {
  padding: 0;
  list-style: none;
}
#footer .footer__navi {
  margin-left : 1em;
  color: #fff; 
}
#footer .post_content li {
    line-height: 1.5;
}
#footer .custom-footer a{
  color: #fff;
  text-decoration: none;
}
#footer .custom-footer a:hover{
  color: #bbbbbb;
  text-decoration: none;
}
#footer .custom-footer p{
  color: #fff; 
  margin-bottom: 0.5rem;
}
#footer .custom-footer p:hover {
  color: #bbbbbb; 
}
#footer .fnf{
  color: #fff;
}
#footer .fnf:hover {
  color: #bbbbbb; 
}
#footer_address hr {
  display: none;
}
#footer .custom-footer .grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25rem;
  margin-bottom: 1.5rem;
}
 /* 左側の縦のラインを設定 */
 /*.custom-footer .grid > div {
  border-left: 1px solid #e5e7eb;
  padding-left: 1rem;
}*/
#footer .custom-footer .footer {
  padding: 2rem;
  font-size: 14px;
  color: #7F7F7F;
}
#footer .custom-footer .footer__navi-heading {
  font-weight: 600;
}
#footer .custom-footer .footer__navi li {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  #footer .custom-footer .md-flex {
    display: flex;
  }
  #footer .custom-footer .md-justify-between {
    justify-content: space-between;
  }
  #footer .custom-footer .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)); /* カラム数を4に修正 */
  }
}
@media (min-width: 1024px) {
  #footer .custom-footer .lg-flex {
    display: flex;
  }
  #footer .custom-footer .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
#footer_logo img {
    content: url('https://kogasun.com/wp-content/uploads/2024/05/logo_white_tp-1-e1715135706874.gif');
    display: block;
    transition: all 1.25s ease;
    width: 200px;
    height: auto;
    margin-bottom: 50px;
}
@media (max-width: 768px) {
    #footer_logo img {
        width: 150px;
  }
}
#footer-iso {
    position: absolute;
    bottom: 80px;
    right: 120px;
    z-index: 100;
}
#footer-iso img {
    width: 250px;
    height: auto;
}
@media (max-width: 800px) {
#footer-iso {
    bottom: 80px;
    right: 20px;
}
#footer-iso img {
    width: 120px; /* 画像の幅を調整 */
}
}

/* SNSアイコン置き換え */
#footer .sns_button_list li.insta a::before {
    content: ""; /* 現在のアイコンを消す */
    background-image: url('https://kogasun.com/wp-content/uploads/2025/11/Instagram_Glyph_White.png');
    background-size: contain;
    width: 15px;
    height: 15px;
}
#footer .sns_button_list li.tiktok a::before {
    content: "";
    background-image: url('https://kogasun.com/wp-content/uploads/2025/11/TikTok-Social-Icon-Mono-White.png');
    background-size: contain;
    width: 14px;
    height: 16px;
}
#footer .sns_button_list li.twitter a::before {
    content: "";
    background-image: url('https://kogasun.com/wp-content/uploads/2025/11/logo-white.png');
    background-size: contain;
    width: 15px;
    height: 15px;
}
#footer .sns_button_list li.youtube a::before {
    content: "";
    background-image: url('https://kogasun.com/wp-content/uploads/2024/11/YouTube_logo_white.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 19px;
    height: 18px;
    line-height: 18px;
}
#copyright a{
  color: #fff;
}
#copyright a:hover{
  color: #9f9f9f;
}

/* 追従ボタン非表示 */
#floating-button {
    display: none;
}

/* シャッターイメージスタイル調整 */
#container .shutter_image.link_ver .headline {
    opacity: 1;
    text-shadow: 2px 2px 4px #2c3753;
}
#container .shutter_image.link_ver .post_list a {
    text-decoration: none;
}
#container .shutter_image.link_ver .overlay {
    display:none;
}
@media (max-width: 800px) {
  #container .shutter_image.link_ver .post_list {
    display: none;
  }
  #container .shutter_image.link_ver .post_list .keep-on-mobile {
    display: block;
  }
}

/* 導入事例カルーセルブロック調整 */
.ex_introduction_carousel .swiper-slide{
  align-items: normal;
}

/* スマホフッターバー */ 
.p-footer-bar__item-link { 
    height: 70px; 
    padding-bottom: 15px; 
}
.p-footer-bar__item:nth-of-type(1) { 
  background: #616161; 
} 
.p-footer-bar__item:nth-of-type(2) { 
  background: #333333; 
} 
.p-footer-bar__item a:hover{ 
  opacity: 0.7; 
} 
.p-footer-bar .icon_type_google { 
    font-size: 25px; 
} 
.p-footer-bar__item-link .label { 
    font-size: 12px; 
} 

/* 改行レスポンシブ対応 */
.br-sp {
display: none;
}
@media screen and (max-width: 1080px) {
.br-pc {
display: none;
}
.br-sp {
display: inline-block;
  }
}

.br-800-1000, .br-800, .br-600, .br-550, .br-510, .br-500, .br-450, .br-395, .br-380{
  display: none;
}
@media screen and (max-width: 380px) {
  .br-380 {
    display: inline;
  }
}
@media screen and (max-width: 395px) {
  .br-395 {
    display: inline;
  }
}
@media screen and (max-width: 450px) {
  .br-450 {
    display: inline;
  }
}
@media screen and (max-width: 500px) {
  .br-500{
    display: inline;
  }
}
@media screen and (max-width: 510px) {
  .br-510 {
    display: inline;
  }
}
@media screen and (max-width: 550px) {
  .br-550 {
    display: inline;
  }
}
@media screen and (max-width: 600px) {
  .br-600 {
    display: inline;
  }
}
@media screen and (max-width: 800px) {
  .br-800 {
    display: inline;
  }
}
@media screen and (min-width: 801px) and (max-width: 1000px) {
  .br-800-1000 {
    display: inline;
  }
}

/* 製品ページタイトル下マージンオフ */
.page-id-1904 #page_header .design_header,
.page-id-1956 #page_header .design_header,
.page-id-4373 #page_header .design_header,
.page-id-2025 #page_header .design_header,
.page-id-2033 #page_header .design_header,
.page-id-2069 #page_header .design_header,
.page-id-2094 #page_header .design_header {
    margin: -10px auto 50px;
}
.page-id-1982 #page_header .design_header{
    margin: -10px auto -10px;
}

/* NEWSリンク色 */
.single-news
  :where(#main, #content, #primary, #main_col, .l-main, .main, .content, .entry, .post)
  .post_content :is(p a, li a) {
    color: #1E73BE;
    font-weight: bold;
}
#body #article .author_profile .name a:hover,
#body #article .author_profile .name a:hover .author {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

/* NEWS新着記事OFF */
.single-news #recent_news {
  display: none !important;
}

/* ============================
   Yoast FAQ styled like TCD
   ============================ */
/* 全体の枠組み */
.post_content .schema-faq-section {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
  background-color: #fff;
}
/* 質問部分 */
.post_content .schema-faq-question {
  display: block;
  position: relative;
  padding: 1.2em 2.8em 1.2em 1.4em;
  font-size: 1.05em;
  cursor: pointer;
  color:#444;
  background-color: #fafafa;
  transition: background-color 0.3s ease;
}
/* 開閉アイコン風（下向き矢印） */
.post_content .schema-faq-question::after {
  content: "▼";
  position: absolute;
  right: 1em;
  font-size: 0.8em;
  transition: transform 0.3s ease;
}
/* 回答部分（初期非表示） */
.post_content .schema-faq-answer {
  display: none;
  padding: 1.4em 1.8em;
  background-color: #fff;
  font-size: 0.95em;
  line-height: 1.8;
  color: #333;
}
/* 開いたときの状態 */
.schema-faq-section.open .schema-faq-answer {
  display: block;
}
.schema-faq-section.open .schema-faq-question::after {
  transform: rotate(180deg);
}
/* hover演出 */
.schema-faq-question:hover {
  background-color: #f3f7fc;
}


/* ラボ投稿スタイルヘッダー部分表示調整 */
#single_post_header{
width:100%;
}
#single_post_header_image, #archive_header .desc{
display: none;
}

/* 目次デザイン */
#ez-toc-container{
  border-radius: 5px;
  padding: 1.1em;
  box-shadow: 0px 5px 5px rgba(166, 188, 220, 0.4);
}
#ez-toc-container .ez-toc-title{
  text-align: center;
  font-size: 1.8em;
  color: #333333;
  margin: 0;
}
.ez-toc-cssicon {
  margin-left: 15px;
}
#ez-toc-container nav{
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  padding-left: 3em;
}
#ez-toc-container ul li{
  line-height: 2em;
  padding-left: 1em;
}
#ez-toc-container .ez-toc-list li {
  list-style-type: disc;
}
#ez-toc-container .ez-toc-link{
  text-decoration: none;
}
#ez-toc-container .ez-toc-link:hover {
    color: #7F7F7F;
}
.single #container {
    overflow: visible;
}
#ezw_tco-2{
   position: sticky;
   top: 100px;
}
a, .widget_categories li a {
  color: #333333;
}
a:hover, .widget_categories li a:hover{
  color: #7F7F7F;
}

/* ラボサイドバータイトル背景色 */
.widget_headline { 
    background: #333333; 
} 

/* 導入事例記事表示スタイル調整 */
.single-ex_introduction #side_col {
    display: none;
}
.single-ex_introduction #main_col {
    width: 100%;
}

/* ========
   ボタン設定
   ======== */

/* --- レイアウト枠 --- */
#body .cv-main-container {
    display: flex;              /* 横並び */
    justify-content: center;    /* 中央寄せ */
    gap: 40px;                  /* ボタン間の隙間 */
    margin: 40px 0;             /* 上下の適度な空き */
}

/* --- ボタン共通設定（影付き） --- */
#body .cv-btn-item {
    display: flex;
    justify-content: center;
    align-items: center;
    
    width: 100%;
    max-width: 380px;           /* ボタンの幅 */
    padding: 20px;              /* ボタンの厚み */
    
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none !important; /* 下線を強制オフ */
    transition: all 0.3s ease;        /* アニメーション */

    /* ▼ ここで影を設定（少し強めに入れました） */
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); 
}

/* --- ホバー時の動き（影を濃く・少し浮き上がる） --- */
#body .cv-btn-item:hover {
    opacity: 0.9;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.25); /* 影を広げる */
    transform: translateY(-2px);                /* 2px上に動く */
}

/* --- 色設定：左（資料DL） --- */
#body .btn-catalog {
    background: #616161;
    color: #fff !important;
}

/* --- 色設定：右（お問い合わせ） --- */
#body .btn-contact {
    background: #333333;
    color: #fff !important;
}

/* --- 矢印（＞）の追加 --- */
#body .cv-btn-item::after {
    content: '>';
    margin-left: 10px;
    font-family: monospace;
}

/* --- 950px以下（タブレット・狭いPC） --- */
@media (max-width: 950px) {
    #body .cv-main-container {
        gap: 20px;              /* 隙間を40pxから20pxに狭める */
        margin: 40px 10px;      /* 左右に10pxの余白を持たせる */
    }
}

/* --- 768px以下（スマホ・縦並び） --- */
@media (max-width: 768px) {
    #body .cv-main-container {
        flex-direction: column; /* 縦並び */
        align-items: center;
        margin: 15px 0;
    }
    
    /* スマホ時はボタン幅を画面いっぱいにしすぎないよう調整（任意） */
    #body .cv-btn-item {
        max-width: 90%;
    }
}

/* h1デザイン調整 */
.custom_slider_h1 {
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.4;
}

/* スマホでの表示調整 */
@media screen and (max-width: 768px) {
    .custom_slider_h1 {
        font-size: 14px;     /* スマホでは少し小さく */
        margin-bottom: 10px;
    }
}

/* --- 製品一覧用CSS（背景馴染ませ・最適化版） --- */
#top-tab-custom-area * { box-sizing: border-box; }

/* 1. コンテンツエリア（白背景を削除） */
#top-tab-custom-area .custom-tab-content { 
  background: transparent; 
  padding: 0; 
  border: none; 
}

/* 2. グリッドレイアウト */
#top-tab-custom-area ul.item-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* PCは4列 */
  gap: 0.5em; 
  list-style: none; 
  padding: 0; 
  margin: 0;
}

/* カードの外枠（縦横比を固定） */
#top-tab-custom-area ul.item-grid li {
  width: 100%; 
  margin: 0; 
  padding: 0;
  aspect-ratio: 4 / 3;
  background: transparent; /* 背景なし */
}

/* テーマ干渉回避（疑似要素削除） */
#top-tab-custom-area ul.item-grid li::before, 
#top-tab-custom-area ul.item-grid li::after { content: none; display: none; }

/* 3. カード本体のデザイン */
#top-tab-custom-area a.grid-item {
  display: flex; 
  flex-direction: column; 
  width: 100%; 
  height: 100%;
  text-decoration: none; 
  color: #333; 
  background: #fff;
  border: 1px solid #eee; 
  transition: all 0.3s;
}

#top-tab-custom-area a.grid-item:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.05); 
  transform: translateY(-3px); 
  opacity: 0.9;
}

/* 4. 画像エリア（共通設定） */
#top-tab-custom-area .img-box {
  height: 80% !important; 
  width: 100%;
  display: flex; 
  align-items: center; 
  justify-content: center;
  overflow: hidden;
  padding: 0;
}

#top-tab-custom-area .img-box img {
  width: 100%; 
  height: 100%;
  object-fit: contain; 
}

/* 5. テキストエリア */
#top-tab-custom-area p {
  height: 20%;
  width: 100%;
  margin: 0;
  display: flex; 
  align-items: center; 
  justify-content: center;
  font-size: clamp(8px, 2.3vw, 13px);
  text-align: center;
  background: transparent;
}

/* --- レスポンシブ設定 --- */
@media screen and (max-width: 1024px) {
  #top-tab-custom-area ul.item-grid { grid-template-columns: repeat(3, 1fr); }
}

@media screen and (max-width: 768px) {
  #top-tab-custom-area ul.item-grid { 
    grid-template-columns: repeat(2, 1fr); 
    gap: 10px; 
  }
}


/* --- H2,H3 style自動反映 --- */
.single-post #main_content h2{
    font-size: 28px !important;
    text-align: left !important;
    font-weight: 600 !important;
    color: #ffffff;
    border-color: #333333;
    border-width: 10px;
    border-style: solid;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    background-color: #333333;
    padding: 0.8em 1em !important;
}
.single-post #main_content h3 {
    font-size: 24px !important;
    text-align: left !important;
    font-weight: 600 !important;
    color: #333333;
    border-color: #333333;
    border-width: 4px;
    border-style: solid;
    padding-left: 1em !important;
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
    border-right: none;
    border-top: none;
    border-bottom: none;
    background-color: transparent;
}
.single-post #main_content h4 {
    font-size: 20px !important;
    text-align: left !important;
    font-weight: 600 !important;
    color: #333333;
    border-color: #333333;
    border-width: 3px;
    border-style: solid;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    background-color: #f2f2f2;
    padding: 0.8em 1em !important;
}