

#contents_ex {
    width: 1060px;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
    margin-top: 18px;
    position: relative;
    overflow: hidden;
}
span.new{
    color: #3b6ed8;
    margin-right: 6px;
}



.ex_txt {
    margin-bottom: 45px;
    position: absolute;
    top: 239px;
    background-color: #ffffff2b;
    width: 660px;
    font-size: 16px;
    line-height: 24px;
    padding: 40px;
    right: 1px;
}


.slideTextbox {
    z-index: 10;
    position: relative;
    top: 400px;
    color: #fff;
    text-shadow: 0px 0px 20px #232323;
    text-align: right;
}

img.top_rogo {
    margin: 20px 10px 0px 0px;
}

#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 15px;
    font-size: 24px;
    background-color: #272727;
    color: #fff;
    border: solid 1px;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease; /* 修正済み */
    z-index: 1000;
    opacity: 0;
    transform: scale(1); /* 初期状態のスケール */
}

#backToTop.show {
    opacity: 0.8;
}

#backToTop:hover {
    transform: scale(1.1); /* ホバー時に1.1倍に拡大 */
}


h1.new_h1_ex {
    font-size: 36px;
    margin: 200px 0px 40px 100px;
    position: relative;
    top: 20px;
    color: #fff;
}



  /* スクロール時に表示されるクラス */
  .visible .annotation {
    opacity: 1; /* フェードイン */
  }

  .visible .indicator-line1 {
    transform: rotate(45deg) scaleX(1); /* アニメーション */
  }

  .visible .indicator-line2 {
    transform: scaleX(1); /* アニメーション */
  }

    .visible .indicator-line1L {
    transform: rotate(135deg) scaleX(1); /* アニメーション */
  }

  .visible .indicator-line2L {
    transform: scaleX(1); /* アニメーション */
  }

nav.global-menu {
    position: relative;
    top: -154px;
    z-index: 5;
    background-color: #272727;
    width: 840px;
    height: 113px;
}

.global-menu li {
    font-size: 18px;
    font-weight: 300;
    margin: 0 16px 0 16px;
}

.global-menu a {
    color: #fff;
    text-decoration: none;
    padding: 0px 4px 0px 4px;
    background-color: #272727;
}

.global-menu a::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(80% + 2px);
    height: calc(80% + 0px);
    border: solid 1px #fff; /* ホバー時に見えるボーダーの色 */
    transition: width 0.1s ease, height 0.1s ease, top 0.1s ease, left 0.1s ease;
    z-index: -1; /* テキストより後ろに配置 */
}

.global-menu a:hover::before {
    top: -6px;
    left: -6px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
}

.global-menu a:hover {
    background-color: #ddd;
    color: #272727; /* 背景色が変わるので文字色も変える */
}

.global-menu ul {
    display: flex;
    padding-left: 60px;
}

.CUBE99 {
    width: 160px;
    height: 160px;
    rotate: 45deg;
    position: absolute;
    top: -80px;
    left: 760px;
    background-color: #272727;
    z-index: -2;
}

span.smalltitle {
    position: absolute;
    color: #fff;
    top: 15px;
    font-size: 13px;
    left: 20px;
    font-weight: 300;
}


nav {
    display: flex;
    align-items: center; /* ロゴとリスト項目を垂直方向に中央揃え */
}






.fixed a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px; /* リンクの下に配置 */
    width: 0; /* 初期状態では横幅を0に */
    height: 2px; /* 線の高さ */
    background-color: #005aca; /* 線の色 */
    transition: width 0.3s ease; /* アニメーションの設定 */
}

.fixed a:hover::after {
    width: 100%; /* ホバー時に横幅を100%に拡大 */
}



.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    justify-content: space-evenly;
}

input#search {
    width: 110px;
}



.popout_news{
    font-family: Futura, sans-serif;
    font-weight: 900;
    font-size: 26px;
    padding: 10px;
    opacity: 0;
    z-index: 10;
}

.popout_news.visible {
    font-family: Futura, sans-serif;
    font-weight: 900;
    font-size: 26px;
    animation: ani 1.3s ease-in-out 1;
    opacity: 1;
    padding: 9px;
    margin: 0;

}


.popout {
    font-family: Futura, sans-serif;
    font-weight: 900;
    font-size: 40px;
    padding: 10px;
    opacity: 0;
    z-index: 10;
    margin-bottom: 30px;


}

.popout.visible {
    animation: ani;
    font-family: Futura, sans-serif;
    font-weight: 900;
    font-size: 46px;
    opacity: 1;
    z-index: 10;
    position: relative;
   margin-bottom: 0px;

}



@keyframes ani {
    0% {
filter: blur(30px);
  }

      100% {
filter: blur(0px);
  }

}


.popout span {
    color: #fff;
}

        .popout.visible span {
    position: relative;
    display: inline-block;
    animation: ani 1.8s ease-in-out 1;
    padding: 4px;
    
}

        .popout.visible span:nth-last-child(1n) {
            animation-delay: -0.3s;
        }

        .popout.visible span:nth-last-child(2n) {
            animation-delay: -0.9s;
        }

        .popout.visible span:nth-last-child(3n) {
            animation-delay: -0.4s;
        }

        .popout.visible span:nth-last-child(4n) {
            animation-delay: -0.3s;
        }

        .popout span:nth-last-child(5n) {
            animation-delay: -0.5s;
        }

        .popout.visible span:nth-last-child(6n) {
            animation-delay: -0.7s;
        }

        .popout.visible span:nth-last-child(7n) {
            animation-delay: -0.5s;
        }

        .popout.visible span:nth-last-child(8n) {
            animation-delay: -0.3s;
        }

        .popout.visible span:nth-last-child(9n) {
            animation-delay: -0.6s;
        }

 .popout_news span {
            position: relative;
            display: inline-block;
            animation: ani 1.5s ease-in-out 1;
            padding: 4px;
        }

        .popout_news span:nth-last-child(1n) {
            animation-delay: -0.3s;
        }

        .popout_news span:nth-last-child(2n) {
            animation-delay: -0.6s;
        }

        .popout_news span:nth-last-child(3n) {
            animation-delay: -0.9s;
        }

        .popout_news span:nth-last-child(4n) {
            animation-delay: -1.1s;
        }





p.works-sub {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    z-index: 10;
    text-align: right;
    letter-spacing: 2px;
    margin-right: 80px;
    text-shadow: 0px 0px 30px #454545;
    position: relative;
    top: 40px;
}

/* 施工例のスライダー */
.loopSlide {
  position: absolute;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
 z-index: 2;
}

.pankuzu_ex {
    font-size: 14px;
    margin-left: 38px;
    position: relative;
    top: 56px;
    color: #fff;
    z-index: 15;
}

.pankuzu_link{
    color: #fff;
}

.slide-list {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 540px;
    height: 324px;
    overflow: hidden;
    top: 330px;
    left: 605px;
    display: none;
}

@keyframes slide {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.5); /* 2つのリストの幅を考慮して調整 */
    }
}

.slide-list li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out; /* フェードアニメーション */
}

.slide-list li.active {
  opacity: 1;
}

.exIMG {
    width: auto;
    display: block;
    scale: 1.1;
    animation: slide 100s linear infinite;
}


/* 2つ目のスライダー */
.loopSlide2 {
    position: absolute;
    width: 1060px;
    margin: 0 auto;
    top: -274px;
    z-index: -1;
}

.slide-list2 {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 524px;
    overflow: hidden;
    top: 165px;
    left: 0px;
    background-color: #c2c2c2;
    opacity: 1;
    width: 100%;
}


.exIMG2 {
    position: relative;
    scale:  1.3;
    left: 140px;
    animation: slide 100s linear infinite;
    filter: blur(1px);
    top: -80px;
    opacity: 0.5;
}

.slide-list2 li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out; /* フェードアニメーション */
}

.slide-list2 li.active {
  opacity: 1;
}

.container {
  max-width: 1000px;
  margin: auto;
  display: flex;
  padding: 0 20px;
  justify-content: space-around;
}

.block {
    width: 60px;
    height: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* scale: 0.7; */
}

/* ローディングアニメーション */
.loading-box {
    position: relative;
    top: 12px;
    left: 0px;
    z-index: 1;
    opacity: 1;
    display: flex;
    justify-content: end;
}

.loading {
    width: 60px;
    display: flex;
    flex-wrap: wrap;
}

.circle {
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    animation-name: loading;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    margin: 1px;
}

.circle:nth-child(1) {
  animation-delay: 0.2s;
}
.circle:nth-child(2) {
  animation-delay: 0.3s;
}
.circle:nth-child(3) {
  animation-delay: 0.4s;
}
.circle:nth-child(4) {
  animation-delay: 0.1s;
}
.circle:nth-child(5) {
  animation-delay: 0.2s;
}
.circle:nth-child(6) {
  animation-delay: 0.3s;
}
.circle:nth-child(7) {
  animation-delay: 0s;
}
.circle:nth-child(8) {
  animation-delay: 0.1s;
}
.circle:nth-child(9) {
  animation-delay: 0.2s;
}

@keyframes loading {
  20% {
    transform: scale(0.1);
  }
  40% {
    transform: scale(1);
  }
}

/* ローディングアニメーションおわり */

/* 3つ目のスライダー */
.loopSlide3 {
  position: absolute;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  left: 800px;
  top: 30px;
}

.slide-list3 {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 280px;
    height: 280px;
    overflow: hidden;
    top: 360px;
    left: 560px;
    border-radius: 10px;
}

@keyframes slide3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5); /* 3つ目のリストの幅を考慮して調整 */
  }
}

.slide-list3 li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out; /* フェードアニメーション */
}

.slide-list3 li.active {
  opacity: 1;
}

.exIMG3 {
    width: auto;
    display: block;
    animation: slide 60s linear infinite;
    position: relative;
    left: -50px;
    bottom: 250px;
}


/* スライダーここで終わり */




 /* スマホ対応 */
@media (max-width: 868px) {

h1.toptext1 {
    font-size: 14px;
    margin: 0;
}

p.toptext2 {
    font-size: 13px;
    font-weight: 200;
    margin: 0px 10px 0px 0px;
}

img.top_rogo {
    margin: 20px 10px 0px 0px;
    width: 110px;
}
.slideTextbox {
    z-index: 10;
    position: relative;
    top: 474px;
    color: #fff;
    text-align: right;
        text-shadow: 0px 0px 20px #232323;
}

    #contents_ex {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        height: 100%;
        margin-top: 40px;
        position: relative;
        overflow: hidden;
    }

    .ex_txt {
        margin-bottom: 45px;
        position: static;
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        padding: 0;
        

    }

/* スマホメニューアイコン */
.fixed {
    display: none;
}


    body{
        width: 100%;
    }

    main {
        height: 6310px;
    }

    nav ul li {
        margin: 10px;
    }

    form {
        display: none;        
    }

   .fixed ul {
       display: none;
    }
    .global-menu{
      display: none;
    }


    nav img {
        width: 140px;
        position: static;
        margin: 0 auto;
        display: block;
    }

    .circle-text {
        width: 200px;
        height: 200px;
        display: block;
        position: absolute;
        left: 30%;
        top: 267px;
        z-index: -1;
    }


/* スマホメニューアイコン */
nav.SP_fixed {
    display: block;
    position: fixed;
    z-index: 2000;
    background-color: #fff;
    width: 100%;
    top: 0px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

    .menu-btn {
        position: fixed;
        top: 4px;
        right: 10px;
        background-color: #fff;
        color: #262626;
        padding: 0px 12px;
        border: none;
        cursor: pointer;
        z-index: 1001;
        font-size: 28px;
    }

/* モーダルメニューの基本スタイル */
.modal-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 30%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2000;
    overflow-y: auto;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    opacity: 0; /* フェードイン/アウト用 */
    transition: opacity 0.5s ease; /* フェードイン/アウトの速度 */
}

/* モーダルの中身のスタイル */
.modal-content {
    padding: 10px 10px 0px 10px;
}

/* 閉じるボタンのスタイル */
.close-btn {
    background-color: #272727;
    color: white;
    padding: 7px 14px 7px 14px;
    border: none;
    cursor: pointer;
    float: right;
    font-size: 21px;
    border-radius: 24px;
    position: absolute;
    top: 10px;
    right: 10px;
}

/* リンクリストのスタイル */
.modal-menu ul {
    list-style: none;
    display: flex;
    padding: 0;
    position: relative;
    top: 42px;
    margin-left: 10px;
}

.modal-menu ul li {
    margin: 6px;
}

.modal-menu ul li a {
    color: #333;
    text-decoration: none;
    font-size: 12px;
    background-color: #2d72ff;
    padding: 10px;
    border-radius: 5px;
    min-width: 80px;
    text-align: center;
    color: #fff;
}

/* メニューボタンがクリックされた時にメニューを表示するスタイル */
.modal-menu.active {
    display: block;
    opacity: 1; /* フェードイン効果 */
}


    a.News_link {
        font-size: 15px;
        text-align: center;
        display: block;
        margin: 0 auto;
        bottom: 76px;
        text-decoration: none;
        color: #fff;
        width: 129px;
        padding: 6px 0px 6px 0px;
        z-index: 5;
        border: solid 1px;
    }




    .news_box {
        padding-bottom: 20px;
        height: 280px;
    }

    dt.news-day {
        margin-left: 20px;
        font-size: 14px;
    }

    dd.news-title {
        margin-left: 100px;
        font-size: 14px;
    }

    section#DISTRIBUTOR {
        margin-bottom: 0;
        margin-top: 250px;
        padding: 0;
        display: block;
        height: 670px;
        position: relative;
        top: -60px;
    }

    .popout.visible {
        animation: ani;
        font-family: Futura, sans-serif;
        font-weight: 900;
        font-size: 34px;
        opacity: 1;
        z-index: 10;
        position: relative;
    }

    p.exsampletitle.fade-in.visible {
        font-size: 48px;
        margin-top: 60px;
}


    .dist {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }

    p.dist_p {
        font-size: 16px;
        background-color: #fff;
        line-height: 32px;
        margin-top: 100px;
        text-align: center;
        width: 88%;
        margin: auto;
        padding-top: 40px;
    }

    .absoluteBOX {
        width: 100%;
        margin-left: 0;
        min-width: 0;
        min-height: 0;
    }

    img.irasuto_distri {
        width: 270px;
        /* top: 443px; */
        left: 10px;
        margin-left: 4%;
        display: block;
        margin: 0 auto;
    }

 

    .pr {
        z-index: 4;
        width: 100%;
        padding-left: 0;
    }

    .parent {
        position: absolute;
        width: 100%;
        height: 280px;
        left: 0;
        overflow: hidden;
        bottom: -140px;
    }

    a.section_link_dis {
        
        position: relative;
        top: 50px;
}

    a.section_link_cata {
        position: relative;
        top: 410px;
    }



    a.section_link_W {
       position: relative;
       top: 230px;
    }

    /* 商品紹介 */

    section#product {
        display: flex;
        justify-content: space-between;
        margin-top: 150px;
        margin-bottom: 0px;
        position: relative;
        top: -180px;
    }

    p.product_p {
        width: 88%;
        text-align: start;
        z-index: 4;
        font-size: 16px;

        position: relative;
        left: 0;
        line-height: 32px;
        padding: 10px;
        margin: 0 auto;
    }

    .left_Text {
        padding-left: 0;
        margin-left: 12px;
    }

    .rightText {
        width: 88%;
        margin: 0 auto;
    }

    /* 施工例 */

    section#example {
        margin-top: 0px;
        position: relative;
        top: 180px;
    }

    .works_space {
    display: block;
}


/* 施工例のスライドはスマホ用に以降させる */


.loopSlide {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 5;
    top: 100px;
}



    .slide-list2 {
        height: 440px;
    }

.loopSlide3 {
display: none;
}


.slide-list {
        padding: 0;
        width: 80%;
        position: static;
        margin: 0 auto;
    }

.slide-list li {
    flex: 1 0 0; /* 均等に分割して表示 */
    margin-right: 20px;
    list-style: none;
    text-align: center;
}

    .slide-list li img {
        display: block;
        height: 320px;
        width: 100%;
        animation: slide 60s linear infinite;
    }

@keyframes slide {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.3); /* 2つのリストの幅を考慮して調整 */
    }
}

.backLayer {

    position: absolute;

    top: 2780px;
}

    p.worcks_p {
        font-size: 16px;
        padding: 10px;
        width: 100%;

        line-height: 32px;
        position: relative;
        top: 100px;
        margin: 0 auto;
        right: 11px;
    }



    p.works-sub {
        display: none;
    }

    h1.new_h1_ex {
        font-size: 30px;
        margin: 190px 0px 20px 0px;
        position: relative;
        top: 20px;
        text-align: center;
        color: #ffffff;
    }



.topic-group {
    display: flex;
    flex-wrap: wrap; /* 行が折り返すようにする */
    justify-content: center; /* 中央揃え */
    width: 100%;
    margin: auto;
}


.topic-block {
    width: 100%; /* 初期状態は1列（または他の設定） */
    height: auto; /* 高さの自動調整 */
    margin: 10px 0; /* 上下のマージン調整 */
    box-sizing: border-box; /* パディングとボーダーを含むサイズ設定 */
}

    .topic-block.visible {
        min-width: 134px;
        min-height: 126px;
        max-width: 140px;
        max-height: 126px;
        margin: 5px;
        z-index: 1;
        flex: 0 0 44%;
        border: none;
    }

    .topic-block-top.visible {
        min-width: 110px;
        min-height: 123px;
        max-width: 140px;
        margin: 2px;
        z-index: 1;
        flex: 0 0 44%;
        border: none;
    }

    .topic-group_pr {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    p.blook_p {
        position: relative;
        top: 76px;
        font-weight: bold;
        font-size: 10px;
    }

    p.blook_p_pr {
    position: relative;
    top: -12px;
    right: 7px;
    color: #222;
    font-size: 14px;
}

    section#download_S {
        margin-bottom: 82px;
        height: 780px;
        margin-top: 120px;
    }



    .cata_BOX {
        display: block;
    }

    
.y_control {
    position: relative;
    top: 120px;
}

    .catarogSpace {
        width: 100%;
    }

    img.catarog {
        display: none;
    }

    img.catarog2 {
        width: 340px;
    }

    section#catalog {
        margin-top: 29px;
        margin-bottom: 0;
        height: 860px;
        position: relative;
        top: -70px;
    }

    .y_control {
    position: relative;
    top: 555px;
}

    .SOLID_W {
        width: 100%;
        height: 6310px;
        overflow: hidden;
        position: absolute;
        z-index: -1;
        top: -590px;
        left: 0;
    }


    a.pr_ancker1 {
        top: 1020px;
        left: -120px;
        rotate: -90deg;
    }


     a.works_ancker1 {
        top: 1800px;
        left: -120px;
        rotate: -90deg;
    }

    a.topics_ancker1 {
        top: 2800px;
        left: -120px;
        rotate: -90deg;
    }

     a.con_ancker1 {
        top: 356px;
        left: -120px;
        rotate: -90deg;
    }

    a.DL_ancker1 {
        top: 3970px;
        left: -120px;
        rotate: -270deg;
    }

    a.Catalog_ancker1 {
        top: 4700px;
        left: -120px;
        rotate: 90deg;
    }

  

    section#topics_S {
        margin-bottom: 0;
        margin-top: 100px;
        height: 700px;
        position: relative;
        top: 80px;
    }

    .topics {
    position: relative;
    left: 0px;
}

    section#download_S {
        margin-bottom: 82px;
        height: 700px;
        margin-top: 120px;
    }

    .downlord-group {
        justify-content: space-around;
        width: 100%;
        position: relative;
        top: 90px;
        z-index: 4;
        margin: 0 auto;
        display: block;
    }


    a.DL_link {
        text-align: center;
        text-decoration: none;
        color: #ffffff;
        background-color: #272727;
        border: solid 1px #ffffff;
        padding: 0px 10px 0px 10px;
        position: relative;
        border-radius: 70px;
        top: 50px;
        display: block;
        margin: 0 auto;
        margin-top: 16px;
        width: 65%;
    }
    
.img-content {
    width: 100%;
    height: 80%;
    opacity: 0.9;
    transition: opacity 0.3s ease, filter 0.3s ease;
    filter: blur(0px);
}



a.DL_link:hover {
        font-size: 14px;
        text-align: center;
        text-decoration: none;
        color: #ffffff;
        background-color: #272727;
        border: solid 1px #ffffff;
        padding: 0px 10px 0px 10px;
        position: relative;
        border-radius: 70px;
        top: 50px;
        display: block;
}



img.footerrogo {
    width: 100px;
}

.footernavi_02 ul {
    margin: 0;
    padding: 4px 0 0 0;
    margin-left: 10px;
    position: relative;
    top: -35px;
    list-style: none;
    clear: both;
}


.SOLID_LINE13 {
display: none;
}



.container0 {
display: none;
}

.container2 {
display: none;
}

.container3 {
display: none;
}

.container-left {
display: none;
}

.container-left2 {
display: none;
}

.container-left3 {
display: none;
}

/* ローディングアニメーション */
.loading-box {
    position: relative;
    top: -456px;
    left: 65px;
    z-index: 7;
    opacity: 1;
    display: flex;
    justify-content: end;
}

} /* ここでメディアクエリを閉じる */


