@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

/*メインｃｓｓ*/
#catchcopy,#slogan {
    text-align: center;
    font-size: 1.3em;
    line-height: 1.8em;
/*    font-weight: 700;*/
}
#catchcopy {
    margin-bottom: 180px;
    padding-top: 20px;
}
.top{
    background-image: url("../images/slid_1.jpg");
    background-size:cover;
    background-repeat: no-repeat;
    border  :   none;
}
.image-top {
    position: absolute;
    top: 900px;
}
.image-second {
    position: absolute;
    top: 1300px;
    left: 5%;
}
.image-third {
    position: absolute;
    top: 900px;
    left: 65%;
}
.image-forth {
    position: absolute;
    top: 1300px;
    left: 80%;
}
.indent {
    text-indent: 5em;
}
.bigred {
    font-size: 1.3em;
    color: #ff0000;
}
.red {
    color: #ff0000;
}
.orange {
    color: #ffa500;
}
.violet {
    color: #583F99;
}
.blue {
    color: #0000ff;
}
.pink {
    color: #F69896;
}
#slogan p:nth-child(2){
    margin-top: 1.2em;
}
#top-bottom {
    text-align: center;
}
#top-bottom img {
    margin: 5em 0;
    width: 60%;
    height: auto;
}
.image-top,.image-second,.image-third,.image-forth {
    width: 20%;
    opacity: 0;
}
/******フェードイン******/
.fadeIn {
    animation-name      :   fadeInAnime;
    animation-duration  :   1s;
    animation-delay     :   0.1s;
    animation-fill-mode :   forwards;
}
@keyframes fadeInAnime{
  0% {
      transform     :   translateY(300px);
      opacity       :   0; 
  }

  100% {
      transform     :   translateY(0px);
      opacity       :   1; 
  }
}

#back-canvas{
    position            :   fixed;
    top                 :   0px;
    z-index             :   -1;
}

.icc_20241119_1 {
    text-align: center;
    /* margin: 60px 0 0 0; */
}

.icc_20241119_1 h2 {
    color: #ffffff;
    display: inline-block;
    background-color: #6588ce;
    padding: 5px 25px;
    border-radius: 30px;
    margin: 50px 0 0 0;
    font-size: 120%;
}

.icc_20241119_1 p {
    margin: 15px 0 0 0;
    font-weight: bold;
    line-height: 2;
}
