

body {

          transition: background-color 0.5s ease;
      background-color: #fff; /* 初期値 */
    padding: 0;
    width: 100%;
    margin: 0 auto;

  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;


}

main {
    height: 6310px;
    overflow: hidden;
    position: relative;
}

header {
    background-color: #fff;
    padding: 14px 0px 12px 0px;
    /* position: fixed; */
    width: 100%;
}


h1.toptext1 {
    font-size: 18px;
    margin: 0;
}

p.toptext2 {
    font-size: 16px;
    font-weight: 200;
    margin: 0px 10px 0px 0px;
}

.slideTextbox {
    z-index: 10;
    position: relative;
    top: 460px;
    color: #fff;
    text-shadow: 0px 0px 20px #232323;
    text-align: right;
}

img.top_rogo {
    margin: 20px 10px 0px 0px;
    width: 190px;
}

#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倍に拡大 */
}

span.toptop {
    position: absolute;
    font-size: 9px;
    top: 6px;
    left: 12px;
}

span.arrow {
    position: relative;
    top: 4px;
}

.container0 {
    position: absolute;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    overflow: visible;
    margin: 100px 0;
    top: 1812px;
    left: 426px;
    z-index: 100;
}
.container2 {
    position: absolute;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    overflow: visible;
    margin: 100px 0;
    top: 4750px;
    left: 1242px;
    z-index: 100;
}

.container3 {
    position: absolute;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    overflow: visible;
    margin: 100px 0;
    top: 5827px;
    left: 325px;
    z-index: 100;
}

.container-left {
    position: absolute;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    overflow: visible;
    margin: 100px 0;
    top: 971px;
    left: 977px;
    z-index: 100;
}

.container-left2 {
    position: absolute;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    overflow: visible;
    margin: 100px 0;
    top: 2992px;
    left: 1255px;
    z-index: 100;
}

.container-left3 {
    position: absolute;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    overflow: visible;
    margin: 100px 0;
    top: 4122px;
    left: 96px;
    z-index: 100;
}
  /* 注釈用テキスト */

.annotation {
    position: absolute;
    left: 240px;
    top: 120px;
    opacity: 1;
    transition: opacity 0.5s ease;
    font-size: 0.9em;
    color: #8a8a8a;
    max-width: 340px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.annotationL {
    position: absolute;
    left: -30px;
    top: 120px;
    opacity: 1;
    transition: opacity 0.5s ease;
    font-size: 0.9em;
    color: #8a8a8a;
    max-width: 340px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

  /* 第一のボーダーライン（30度の角度） */
  .indicator-line1 {
    position: absolute;
    right: -8px;
    top: 66px;;
    width: 90px;
    height: 1px;
    background-color: #8a8a8a;
    transform: rotate(45deg) scaleX(0);
    transform-origin: left;
    transition: transform 0.2s ease;
  }

  /* 第二のボーダーライン（水平） */
.indicator-line2 {
    position: absolute;
    right: -32px;
    top: 130px;
    width: 50px;
    height: 1px;
    background-color: #8a8a8a;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease 0.2s;
}

    /* 第一のボーダーライン（30度の角度） */
  .indicator-line1L {
    position: absolute;
    right: -8px;
    top: 66px;;
    width: 90px;
    height: 1px;
    background-color: #8a8a8a;
    transform: rotate(135deg) scaleX(0);
    transform-origin: left;
    transition: transform 0.2s ease;
  }

  /* 第二のボーダーライン（水平） */
.indicator-line2L {
    position: absolute;
    right: 96px;
    top: 130px;
    rotate: 180deg;
    width: 50px;
    height: 1px;
    background-color: #8a8a8a;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease 0.2s;
}

  /* スクロール時に表示されるクラス */
  .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 ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding-left: 1%;
    font-size: 13px;
}

nav ul li {
    display: flex;
    justify-content: center;
    padding: 4px;
    margin: 4px;
}

nav ul li a {
    color: #2b2b2b;
    text-decoration: none;
    position: relative; /* リンク内の線を相対位置にするため */
}

.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%に拡大 */
}

nav img {
    position: relative;
    top: 0px;
    left: 0px;
    width: 165px;
    margin-left: 4px;
    margin-right: -12px;
}

.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;
    height: 60px;
}

input#search {
    width: 110px;
}

input#searchbtn {
    width: 16px;
    position: absolute;
    bottom: 32px;
    margin: 0px 0px -10px 4px;
    display: revert-layer;
}

.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.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;
        }


#S1, #S2, #S3, #S4, #S5, #S6, #S7, #S8, #S9, #S10, #S11, #S12, #S13 {
    transition: background-image 3s ease-in-out;
}

div#S1,
div#S2,
div#S3,
div#S4,
div#S5,
div#S6, 
div#S7,
div#S8,
div#S9,
div#S10,
div#S11,
div#S12,
div#S13
{
    border-bottom: solid 1px;
    border-image: linear-gradient(to right, #0043ff, #00ff7f) 1;
    transition: border-image 1s ease-in-out;
    opacity: 0.3;
}

.solid_W_layer1 {
    width: 100%;
    height: 1450px;
    position: absolute;
    top: 678px;
    background-color: #272727;
    z-index: -1;
}

.bg001 {
    background-color: #272727;
    width: 100%;
}



.SOLID_W {
    width: 100%;
    height: 6310px;
    overflow: hidden;
    position: absolute;
    z-index: 0;
}

.SOLID_LINE {
    width: 3252px;
    rotate: -45deg;
    left: -1110px;
    top: 1812px;
    position: absolute;
}

.SOLID_LINE2 {
    width: 3900px;
    top: 3280px;
    left: -600px;
    position: absolute;
    rotate: 135deg;
}

.SOLID_LINE3 {
    width: 3000px;
    top: 5120px;
    left: -442px;
    position: absolute;
    rotate: 135deg;
}

.SOLID_LINE4 {
    width: 1372px;
    rotate: 135deg;
    top: 1910px;
    left: -340px;
    position: absolute;
    display: none;
}

.SOLID_LINE5 {
    width: 1500px;
    top: 1955px;
    left: 611px;
    position: absolute;
    rotate: 45deg;
    display: none;
}

.SOLID_LINE6 {
    width: 3600px;
    top: 2600px;
    left: -730px;
    position: absolute;
    rotate: 45deg;
}

.SOLID_LINE7 {
    width: 2800px;
    top: 4583px;
    left: -368px;
    position: absolute;
    rotate: 45deg;
}

.SOLID_LINE8 {
    width: 1000px;
    top: 4793px;
    left: -187px;
    position: absolute;
    rotate: 135deg;
}

.SOLID_LINE9 {
    width: 1350px;
    top: 1360px;
    left: 872px;
    position: absolute;
    rotate: 45deg;
}



.SOLID_LINE7 {
    width: 2800px;
    top: 4778px;
    left: -430px;
    position: absolute;
    rotate: 45deg;
}

.SOLID_LINE12 {
    width: 4600px;
    top: 7300px;
    left: -691px;
    position: absolute;
    rotate: 45deg;
}

.SOLID_LINE13 {
    width: 2800px;
    top: 5480px;
    left: -282px;
    position: absolute;
    rotate: 135deg;
}

.SOLID_BOX {
    position: absolute;
    z-index: 4;
}

div#C1, div#C2, div#C4, div#C5, div#C6 {
    background-color: #ffffff;
    opacity: 0.7;
}



div#C1 {
    width: 270px;
    height: 135px;
    position: absolute;
    top: 1857px;
    left: 259px;
    border: solid 2px;
    border-image: linear-gradient(to right, #0043ff, #00ff7f) 1;
    z-index: 2;
    rotate: 45deg;
}

div#C2 {
    width: 315px;
    height: 135px;
    position: absolute;
    top: 1000px;
    left: 1098px;
    border: solid 2px;
    border-image: linear-gradient(to right, #0043ff, #00ff7f) 1;
    z-index: 2;
    rotate: 135deg;
}

div#C3 {
    width: 360px;
    height: 135px;
    position: absolute;
    top: 3007px;
    left: 1370px;
    border: solid 2px;
    border-image: linear-gradient(to right, #0043ff, #00ff7f) 1;
    z-index: 2;
    rotate: 135deg;
    background-color: #222222cc;
}

div#C4 {
    width: 360px;
    height: 180px;
    position: absolute;
    top: 4130px;
    left: 228px;
    border: solid 2px;
    border-image: linear-gradient(to right, #0043ff, #00ff7f) 1;
    z-index: 2;
    rotate: 135deg;
}

div#C5 {
    width: 350px;
    height: 125px;
    position: absolute;
    top: 4928px;
    left: 1009px;
    border: solid 2px;
    border-image: linear-gradient(to right, #0043ff, #00ff7f) 1;
    z-index: 2;
    rotate: 135deg;
}

div#C6 {
    width: 350px;
    height: 200px;
    position: absolute;
    top: 5835px;
    left: 67px;
    border: solid 2px;
    border-image: linear-gradient(to right, #0043ff, #00ff7f) 1;
    z-index: 2;
    rotate: 225deg;
}


.CUBE_img {
    width: 240px;
    height: 240px;
    rotate: 45deg;
    border-color: #000;
    position: absolute;
    top: 1991px;
    left: 1227px;
    overflow: hidden;
}

img.cube_img_photo {
    rotate: 315deg;
    position: relative;
    bottom: 155px;
    scale: 1.5;
    display: none;
}




span.pr_name1 {
    position: relative;
    top: 135px;
    right: 0px;
    padding: 4px;
    text-align: right;
    display: inline-block;
    color: #6e6e6e;
}

span.pr_name2 {
    rotate: 180deg;
    position: relative;
    top: 0px;
    right: 0px;
    padding: 4px;
    text-align: right;
    display: inline-block;
    color: #6e6e6e;
}


.cta {
    background-color: #ff5733;
    color: white;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 1rem;
    display: inline-block;
}

.cta:hover {
    background-color: #c44124;
}

section {
    padding: 1rem 1rem;
    text-align: center;
    background-size: cover;
    background-position: center;
    min-height: 470px;
    margin-top: 10px;
    margin-bottom: 160px;
    position: relative;
    
    z-index: 5;


}

section#catalog {
    position: relative;
    top: 421px;
}

section#home {
    margin-top: 30px;
    height: 560px;
    margin-bottom: 10px;
    z-index: 4;
}

section p,  {
    position: relative;
    z-index: 2;
}

span.hosoku {
    position: relative;
    bottom: 96px;
    left: 60px;
    display: none;
}

p.hosoku_p {
    bottom: 20px;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

.topic-group {
    display: flex;
    justify-content: end;
    width: 93%;
    margin: auto;
}

.topic-group_pr {
    display: flex;
    justify-content: center;
}

.topic-block.visible {
    min-width: 190px;
    max-width: 280px;
    height: 150px;
    
    margin: 8px 20px 8px 20px;
    z-index: 1;
    transition: background-position 0.3s ease;
    overflow: hidden;
}

.topic-block-top {
    transition: background-color 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.topic-block-top.visible {
    min-width: 200px;
    max-width: 280px;
    height: 150px;
    background-color: #ddd;
    margin: 8px 20px 8px 20px;
    z-index: 1;
    transition: background-position 0.3s ease;
    overflow: hidden;
    opacity: 1;
}



.topic-block {
    transition: background-color 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.topic-block:hover {
    animation: moveBackground 0.5s linear infinite; /* ループアニメーションを追加 */
}



.topic-group a{

    text-decoration: none;
}



.topics {
    position: relative;
    left: 280px;
}

.img-content {
    width: 100%;
    height: 80%;
    opacity: 0.6;
    scale: 1;
    transition: opacity 0.3s ease, filter 0.3s ease,scale 0.3s ease;
    filter: blur(0px);
}

.topic-block:hover .img-content {
    opacity: 1; /* ホバー時に不透明度を1に */
    background-color: #8dd9d9;
    filter: blur(0px); /* ホバー時にぼかしを追加 */
    scale: 1.05;
}


section#topics_S {
    margin-bottom: 0;
    margin-top: 236px;
    position: relative;
    top: -40px;
}

/* スライドインのCSS-top */
.topic-group .topic-block-top {
  opacity: 0; /* 初期状態は透明 */
  transform: translateX(50px); /* 初期状態は右に移動 */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out; /* アニメーションの時間と効果 */
}

.topic-group .topic-block-top.visible {
  opacity: 1; /* スライドイン後は不透明 */
  transform: translateX(0); /* 元の位置に戻る */
}

/* 各 topic-block に異なるディレイを設定 */
.topic-group .topic-block-top:nth-child(1) {
  transition-delay: 0s;
}

.topic-group .topic-block-top:nth-child(2) {
  transition-delay: 0.3s;
}

.topic-group .topic-block-top:nth-child(3) {
  transition-delay: 0.6s;
}

/* スライドインのCSS */
.topic-group .topic-block {
  opacity: 0; /* 初期状態は透明 */
  transform: translateX(50px); /* 初期状態は右に移動 */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out; /* アニメーションの時間と効果 */
}

.topic-group .topic-block.visible {
  opacity: 1; /* スライドイン後は不透明 */
  transform: translateX(0); /* 元の位置に戻る */
}

/* 各 topic-block に異なるディレイを設定 */
.topic-group .topic-block:nth-child(1) {
  transition-delay: 0s;
}

.topic-group .topic-block:nth-child(2) {
  transition-delay: 0.3s;
}

.topic-group .topic-block:nth-child(3) {
  transition-delay: 0.6s;
}

p.blook_p {
    position: relative;
    top: 70px;
    font-weight: bold;
    color: #222;
    font-size: 14px;
}

p.blook_p_pr {
    position: relative;
    top: -10px;
    right: 7px;
    color: #222;
    font-size: 14px;
}

a.pr_link {
    text-decoration: none;
}

.downlord-group {
    display: flex;
    justify-content: space-around;
    width: 96%;
    position: relative;
    top: 90px;
    z-index: 4;
    margin: 0 auto;
}

/* フッター */

.imgover:hover {
    transform: scale(1.05);
    transition: transform 0.4s ease;
}

img.footerrogo {
    width: 140px;
    height: auto;
    float: right;
    margin: 26px;
    position: relative;
    top: -30px;
}

#footer {
    font-size: 12px;
    font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS PGothic", sans-serif;
    clear: both;
}

.footerarea {
    width: 100%;
    padding-top: 20px;
    background-color: #262626;

}


.footernavi_02 {
    margin-top: 13px;
    height: 190px;
    width: 100%;
}

.footernavi_02 ul {
    margin: 0;
    padding: 4px 0 0 0;

    margin-left: 70px;
    position: relative;
    top: -80px;
    list-style: none;
    clear: both;
}

.footernavi_02 ul li {
    float: left;
    padding: 4px;
    margin: 4px;
    border: 1px solid #585858;
    position: relative;
    overflow: hidden;
}

.footernavi_02 ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: white;
    transition: left 0.1s ease-in-out;
    z-index: 0;
}

.footernavi_02 ul li:hover::before {
    left: 0;
}

.footernavi_02 ul li a {
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 1;

    transition: color 0.4s ease-in-out;
}

.footernavi_02 ul li:hover a {
    color: #000;
}


.copyright {
    display: block;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 0px 10px 0px;
    clear: both;
    font-size: 10px;
}

.slider img {
    transition: transform 40s; /* 30秒かけて拡大 */
}

.slick-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.slick-slider .slide {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.slick-slide img {
    display: block;
    width: 100%;
    height: 624px;
}

.slick-dots {
    position: absolute;
    bottom: 4px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

#about {
    position: relative;
    padding: 2rem 1rem;
    text-align: center;
    min-height: 420px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

img.bg {
    position: absolute;
    bottom: 0px;
    left: 0px;
    top: 0px;
    opacity: 0.1;
    width: 100%;
}

img.bg_Layer {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    transition: opacity 0.6s ease-in-out; /* 透明度の変化にトランジションを適用 */
}

img.bg_Layer:hover {
    opacity: 0.0; /* ホバー時に透明度を0.0に変更 */
}

p.centerTEXT {
    text-align: center;
    width: 228px;
}

.news_box {
    width: 100%;
    background-color: #272727;
    color: #fff;
    z-index: 4;
    position: relative;
}

dl {
    line-height: 22px;
}

dd.news-title {
    margin-left: 200px;
    margin-block-start: 0px;
    position: relative;
    bottom: 22px;
}

dt.news-day {
    margin-left: 80px;
}

.news-title a {
    text-decoration: none;
    color: #ffffff;
}

a.News_link {
    font-size: 20px;
    text-align: center;
    display: inline-block;
    margin: 40px;
    position: relative;
    bottom: 116px;
    text-decoration: none;
    color: #ffffff;
    width: 230px;
    padding: 6px 0px 4px 0px;
    z-index: 10;
    border: solid 1px;
    border-color: #fff;
}

.catarogSpace {
    width: 30%;

}

p.catalog_info1{

    position: relative;
    top: 55px;
}

p.catalog_info2{

    position: relative;
    top: -20px;
}

img.catarog {

    z-index: 1;
    max-width: 300px;
    position: relative;
    top: 75px; 
    margin: 14px;
    }

img.catarog2 {
    max-width: 300px;
    margin: 14px;
}

.catarog2 {
    transition: transform 0.3s ease;
}

.catarog {
    transition: transform 0.3s ease;
}

.catarog:hover {
    transform: scale(1.02); /* 拡大率を1.05に設定 */
}

.catarog2:hover {
    transform: scale(1.02); /* 拡大率を1.05に設定 */
}

img.t_blook_img {
    width: 100%;
    height: 160px;
    position: relative;
    bottom: 56px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    background-color: #fff;
}

img.t_blook_img:hover {
    opacity: 1;
}


.fade-in {
    opacity: 0;
    transition: opacity 1s ease-in;
}

.fade-in.visible {
    opacity: 1;
}

.Ytransrate {
    opacity: 0;
    position: relative;
    bottom: -20px; /* 初期位置を少し下にずらす */
    transition: opacity 1s ease-in-out, bottom 1s ease-in-out; /* フェードインと位置のアニメーション */
}

.Ytransrate.visiblefont {
    opacity: 1;
    bottom: 0; /* スクロール後の位置 */
}



.works_space {
    display: flex;
    justify-content: start;
    position: relative;
    top: -90px;
}



.left_Text {
    padding-left: 4%;
}






a.DL_link {
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #272727;
    border: solid 1px #ffffff;
    position: relative;
    border-radius: 70px;
    top: 50px;
    width: 220px;
    padding: 0;
    margin: 14px 3px 0px 3px;
}

a.DL_link::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 22px;
    width: calc(78% + 0px);
    height: calc(78% + 0px);
    border: solid 1px #272727;
    transition: width 0.1s ease, height 0.1s ease, top 0.1s ease, left 0.1s ease;
    z-index: -1;
}

a.DL_link:hover::before {
    top: -12px;
    left: -12px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 100px;
}

a.DL_link:hover {
    background-image: linear-gradient(to right, #337aff, #54cee3, #60eba1);
    color: #272727; /* 背景色が変わるので文字色も変える */
}


section#product {
    display: flex;
    justify-content: center;
    margin-top: 150px;
    height: 560px;
    position: relative;
    bottom: 100px;
}

h2.subH2 {
    margin-top: 44px;
}

.pr {
    z-index: 4;
    width: 80%;

}

p.product_p {
    width: 80%;
    text-align: start;
    z-index: 4;
    font-size: 18px;
    position: relative;
    left: 10%;
    line-height: 32px;
    margin-bottom: 30px;
}



/* 親要素に相対位置を設定 */
.parent {
    position: absolute;
    width: 30%;
    height: 450px;
    bottom: 30px;
    left: 68%;
    overflow: hidden;
}

/* 子要素にアニメーションを設定 */
.bgLayer {
    position: absolute;
    top: 0;
    left: -5%; /* 初期位置を右端に配置 */
    width: 300%;
    height: 300%;
    transition: left 200s ease; /* leftプロパティの変化を10秒かけて行う */
}

.bgLayer.animate {
    left: -100%;
    opacity: 1;
    z-index: 3;
}

img.bgLayer.animate {
    width: 300%;
    height: 310%;
        display: none;
 
}

p.worcks_p {
    text-align: start;
    font-size: 18px;
    margin: 0% 0% 0% 6%;
    padding: 10px;
    width: 84%;
    margin-top: 82px;
    color: #fff;
    line-height: 32px;
}

.rightText {
    width: 60%;
}



a.section_link_dis {
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #272727;
    border: solid 1px #ffffff; /* ボーダーの色を指定 */
    width: 183px;
    padding: 10px 34px;
    position: relative;
    top: 50px;
    
}

a.section_link_dis::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 3px;
    width: calc(96% + 0px);
    height: calc(96% + 0px);
    border: solid 1px #272727; /* ホバー時に見えるボーダーの色 */
    transition: width 0.1s ease, height 0.1s ease, top 0.1s ease, left 0.1s ease;
    z-index:-1 /* テキストより後ろに配置 */
}

a.section_link_dis:hover::before {
    top: -12px;
    left: -12px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}

a.section_link_dis:hover {
    background-image: linear-gradient(to right, #337aff, #54cee3, #60eba1);

    color: #272727; /* 背景色が変わるので文字色も変える */
}

a.section_link_dis span {
    position: relative;
    z-index: 1; /* テキストがボーダーの上に表示されるようにする */
}



.absoluteBOX_W {
    position: absolute;
    z-index: 6;
    top: 80px;
    left: 34%;
    width: 32%;
    padding: 22px;
    height: 100px;
}

h2{
    z-index: 5;
}

h2.smalltitle {
    font-weight: 200;
    margin-left: 17px;
}

h2.subH2_ex {
    color: #fff;
}

img.irasuto {
    position: absolute;
    width: 23%;
    padding: 20% 22% 5% 5%;
    background-color: #fff;
    left: 0px;
    bottom: -18px;
    z-index: 1;
    min-width: 400px;
}


img.irasuto_T {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 13%;
    width: 30%;
}

img.irasuto_DL {
    position: absolute;
    top: 0;
    width: 430px;
    left: 270px;
    z-index: 4;
}

img.irasuto_cata {
    position: absolute;
    width: 400px;
    top: 130px;
    left: 200px;
}

.absoluteBOX {
    width: 30%;
    margin-left: 4%;
    min-width: 300px;
    min-height: 300px;
}

img.irasuto_distri {
width: 100%;
}

p.dist_p {
    font-size: 18px;

    line-height: 32px;
    margin-top: 70px;
    text-align: center;
}

section#DISTRIBUTOR {
    margin-bottom: 0;
    margin-top: 70px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    height: 590px;
    position: relative;
    top: 0;

}

.dist {
    margin-right: 16%;
    margin-left: 10%;
    width: 50%;
}

img.irasuto_Contact {
    position: absolute;
    width: 300px;
    top: 5px;
    left: 440px;
}

section#contact {
    margin-bottom: 0px;
}

section#download_S {
    margin-bottom: 0;
    position: relative;
    top: 60px;
}

section#example {
    height: 950px;
    margin-bottom: 10px;
    margin-top: 20px;
    position: relative;
    top: 380px;
}

p.exsampletitle.fade-in.visible {
    font-family: Futura, sans-serif;
    font-weight: 900;
    font-size: 56px;
    opacity: 1;
    z-index: 10;
    position: relative;
    margin-bottom: 0px;
    color: #fff;
}

p.works-sub {
    position: absolute;
    top: 730px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    z-index: 10;
    width: 98%;
    text-align: right;
    letter-spacing: 2px;
    text-shadow: 0px 0px 20px #232323;
}

/* 施工例のスライダー */
.loopSlide {
  position: absolute;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
 z-index: 0;
}



.slide-list {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 580px;
    height: 410px;
    overflow: hidden;
    top: 15px;
    left: 20%;
}


@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;
  animation: verskide 1s ease-in-out forwards;
}


.exIMG {
    width: auto;
    display: block;
    scale: 1.0;
    animation: slide 100s linear 1;
    animation-fill-mode: forwards;

}


/* 2つ目のスライダー */
.loopSlide2 {
    position: relative;
    width: 102%;
    margin: 0 auto;
    z-index: -1;
    top: -270px;
}

.slide-list2 {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 500px;
    overflow: hidden;
    top: 165px;
    left: -16px;
    background-color: #000000;
    opacity: 1;
}


.exIMG2 {
    position: relative;
    scale: 2.5;
    left: 0px;
        animation: slide 100s linear 1;
    animation-fill-mode: forwards;
    filter: blur(2px);
    opacity: 0.4;
    top: -400px;
}

.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: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ローディングアニメーション */
.loading-box {
    position: relative;
    top: -260px;
    left: 50px;
    z-index: 2;
    opacity: 1;
    display: flex
;
    justify-content: end;
}

.loading {
    width: 60px;
    display: flex;
    flex-wrap: wrap;
}

.circle {
    width: 18px;
    height: 18px;
    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;
}


/* スライダーここで終わり */

.backLayer {
    background-color: #222222;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 930px;
    top: 2888px;
}

.image-container {
    overflow: hidden;
    width: 40%;
    height: 480px;
    position: absolute;
    top: 0px;
    z-index: 5;
}

.image-container2 {
    overflow: hidden;
    width: 40%;
    height: 480px;
    position: absolute;
    top: 110px;
    left: 60%;
    z-index: 5;
}



img.sectionIMG {
    position: relative;
    left: -70px;
    width: 110%;
    top: -40px;
}

img.irasuto_ex1 {
    width: 400px;
    position: absolute;
    top: 720px;
    left: 1280px;
    z-index: 1;
}



img.irasuto_ex2 {
    position: absolute;
    bottom: 0px;
    width: 320px;
    left: 730px;
    opacity: 1;
}




.cata_BOX {
    display: flex;
    justify-content: end;
    position: relative;
    top: 45px;
}



.ancker {
    z-index: 100;
    position: absolute;

}

.ancker a {
    color: #000;
    text-decoration: none;
}

a.pr_ancker1 {
    rotate: -45deg;
    display: block;
    position: absolute;
    left: 1161px;
    top: 1006px;
    width: 300px;
    animation: moveLeftAndBack 3s infinite;
    z-index: 100;
}



a.works_ancker1 {
    rotate: -45deg;
    display: block;
    width: 300px;
    position: absolute;
    top: 1740px;
    left: 410px;
    animation: moveLeftAndBack 3s infinite;
    z-index: 100;
}


a.topics_ancker1 {
    rotate: -45deg;
    display: block;
    width: 300px;
    position: absolute;
    top: 3010px;
    color: #fff;
    left: 1458px;
    animation: moveLeftAndBack 3s infinite;
    z-index: 100;
}

a.DL_ancker1 {
    position: absolute;
    width: 300px;
    display: block;
    rotate: 45deg;
    top: 4087px;
    left: 160px;
    animation: moveLeftAndBack 3s infinite;
    z-index: 100;
}




a.Catalog_ancker1 {
    position: absolute;
    width: 300px;
    rotate: 45deg;
    top: 4750px;
    left: 822px;
    display: block;
    animation: moveLeftAndBackR 3s infinite;
    z-index: 100;
}

a.con_ancker1 {
    position: absolute;
    width: 300px;
    rotate: 45deg;
    top: 3995px;
    left: 306px;
    display: block;
    animation: moveLeftAndBackR 3s infinite;
    z-index: 100;
}


     /* アニメーションのスタイル */
        @keyframes moveLeftAndBack {
            0% {
                transform: translateX(0); /* 初期位置 */
            }
            80% {
                transform: translateX(0px); /* 左に40px移動 */
            }
            95% {
                transform: translateX(-8px); /* 左に40px移動 */
            }
            100% {
                transform: translateX(0); /* 基準位置に戻る */
            }
            }
        

             /* アニメーションのスタイル */
        @keyframes moveLeftAndBackR {
            0% {
                transform: translateX(0); /* 初期位置 */
            }
            80% {
                transform: translateX(0px); /* 左に40px移動 */
            }
            95% {
                transform: translateX(8px); /* 左に40px移動 */
            }
            100% {
                transform: translateX(0); /* 基準位置に戻る */
            }
            }
        
nav.SP_fixed {
    display: none;
}

    .iframeWraper {
        position: absolute;
    }


 /* スマホ対応 */
@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;
}

/* スマホメニューアイコン */
.fixed {
    display: none;
}


    body{
        width: 100%;
    }

    main {
        height: 6700px;
    }

    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: 34px;
    }

/* モーダルメニューの基本スタイル */
.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: 1%;
    padding: 8px;
    width: 19%;
}

.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: -250px;
    }

    .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: -370px;
    }

    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: 290px;
    }

    .works_space {
    display: block;
}



/* 施工例のスライドはスマホ用に以降させる */


    .loopSlide {
        position: relative;
        width: 100%;
        overflow: hidden;
        z-index: 5;
        top: 20px;
    }



.loopSlide2 {
display: none;
}

.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: 2912px;
    }

    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 {
        position: absolute;
        top: 770px;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        z-index: 10;
        width: 98%;
        text-align: right;
        letter-spacing: 2px;
        text-shadow: 0px 0px 20px #232323;
    }



.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-height: 90px;
        max-width: 90px;
        max-height: 50px;
        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 {
        position: relative;
        top: 0px;
    }

    img.catarog2 {
        width: 340px;
    }

    p.catalog_info1{
        position: relative;
        top: -20px;
    }

    section#catalog {
        margin-top: 29px;
        margin-bottom: 0;
        height: 860px;
        position: relative;
        top: -70px;
    }

    .y_control {
    position: relative;
    top: 940px;
}

    .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: 2960px;
        left: -120px;
        rotate: -90deg;
    }

     a.con_ancker1 {
        top: 356px;
        left: -120px;
        rotate: -90deg;
    }

    a.DL_ancker1 {
        top: 4000px;
        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: 140px;
    }

    .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: 0px;
        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: -458px;
        left: 65px;
        z-index: 7;
        opacity: 1;
        display: flex;
        justify-content: end;
    }

} /* ここでメディアクエリを閉じる */


