html {
    width: 100%;
  }
  
body {
    margin: 0;
    padding: 0;
    overflow: scroll;
  }

.contener{
    max-width: 1300px; 
    font-size: 21px;
    margin: 0 auto;
}

.section_title{
    font-size: 3em;
    font-weight: 900;
    margin: 10px auto;
}

/*ホームデザイン*/
.home{
    background-image: url(../img/louis_top.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color:rgba(255,255,255,0.8);
    background-blend-mode:lighten;
    max-height: 850px;
}

.section1{
    max-width: 1300px; 
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.section1 .section_title{
    margin-top: 0;
}
.louis_logo{
    position: absolute;
    width: 20%;
    padding: 30px 30px 0 30px;
}

.top_img{
    max-width: 1300px; 
    width: 100vw;
    margin: 0 auto;
}

.st0{fill:#FFFFFF;}

#text {
   mask: url(#mask-ani);
   -webkit-mask: url(#mask-ani);
}

.logo0{
   stroke: #fff;
   fill: none;
   stroke-width: 6;
   stroke-dasharray: 10000;
   stroke-dashoffset: 10000;
   animation: DASH 10s cubic-bezier(0.65, 0, 0.35, 1) forwards;
   /*animation-delay: 4s;*/
   -webkit-animation: DASH 10s cubic-bezier(0.65, 0, 0.35, 1) forwards;
   /*-webkit-animation-delay: 4s;*/
}

.svg_bg{
   position: absolute;
   bottom: 5%;
   left: 5%;
   width: 45%;
}
 
@keyframes DASH {
   0% {
       stroke-dashoffset: 10000;
       }
   100% {
       stroke-dashoffset: 0;
       }
   }
 
@-webkit-keyframes DASH {
   0% {
       stroke-dashoffset: 10000;
   }
   100% {
       stroke-dashoffset: 0;
     }
   }


/*ニュースデザイン*/
.section2{
    max-width: 900px;
    width: fit-content;
    margin:  50px auto 100px auto;
}
.section2 p{
    margin: 0 ;
}

.section2 .section_content{
  margin: 40px auto;
}

.section2 .section_content > div{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

/*プロフィールデザイン*/
.section3{
    max-width: 950px;
    width: fit-content;
    margin: 0 auto 100px auto;
}

.section3 .section_content{
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: end;
}

.section3 .section_title{
    text-align: center;
}

.section3 .section_content{
    margin-top: 20px;
}

.profile_img{
    max-width: 400px;
    min-width: 300px;
    height: fit-content;
}

.profile_img1{
    width: 100%;
}

.sns_icon{
    height: 45px;
    margin:  auto 15px;
}

.sns_list{
    display: flex;
    justify-content: center;
}

.profile_text .name,
.profile_text .job {
    margin: 0 auto 10px auto;
    font-weight: 600;
    width: fit-content;
    text-align: center;
}

.profile_text .name span{
    font-size: 1.5em;
    font-weight: 500;
    background: linear-gradient( #ffffff 50%,#e5ff00);
   background-color: transparent;
}

.profile_text table td{
    width: 50%;
    margin: 0 0 auto auto;
    padding-bottom: 2px;
    font-size: 18px;
    font-weight: 600;
}

/*WORKデザイン*/

.section4{
    max-width: 900px;
    width: fit-content;
    margin: 0 auto 100px auto;
}

.section4 .section_title{
    text-align: center;
}

.section4 .section_content{
    display: grid;
    grid-template-columns: auto auto 1fr;
    column-gap: 20px;
    row-gap: 7px;
    width: fit-content;
    align-items:first baseline;
    margin: 0 16px;
}

.work_year{
    font-weight: 500;
}

.work_date{
    font-size: 0.87em;
}


/*ポートフォリオデザイン*/
.section5{
    max-width: 1300px; 
    margin: 0 auto 100px auto;
}

.section5 .section_content{
    display: flex;
    max-width: 1200px;
    flex-wrap: wrap;
    margin: 10px 0 10px auto;
    justify-content: right;
    border-top: 10px solid;
    border-bottom: 10px solid;
    border-left: 10px solid;
    border-image: linear-gradient(to right, #e5ff00, #ffffff) 1;
}

@media screen and (max-width: 1209px) {
    .section5 .section_content{
        max-width: 900px;
    }
} 

@media screen and (max-width: 909px) {
    .section5 .section_content{
        max-width: 600px;
    }
} 

.item{
    width: 300px;
    height: 200px;
}

.item img{
    width: 100%;
}


/*外部コンテンツのYouTube紹介*/
.section6{
    display: flex;
    justify-content: center;
    margin: 0 auto 100px auto;
}

.box{
    width: 500px;
    height: fit-content;
}

.box_text {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 350px;
    height: 150px;
    margin:  auto 0;
    padding: 20px 0;
    border: 2px solid #dfdfdf;
    background-color: #ffffff;
    border-radius: 10px;
    transition: all 0.5s;
}

.box_text:hover{
    border-color: #e5ff00;
}

.section6 .box_text {
    margin-left: -20px;
}

/*外部コンテンツのレッスン紹介*/
.section7 {
    display: flex;
    justify-content: center;
    margin: 0 auto 100px auto;
}

.section7 .box_text {
    margin-right: -20px;
    z-index: 1;
}

.section7 .item {
    width: 100%;
    height: auto;
}

/*外部History紹介*/
.section8,.section9{
    margin: 0 auto 100px auto;
}

.section8 .section_title,
.section9 .section_title{
    text-align: center;
}

.section8 .section_content,
.section9 .section_content{
    max-width: 900px;
    border: 2px solid #dfdfdf;
    background-color: #ffffff;
    border-radius: 10px;
    transition: all 0.5s;
    padding: 50px 3%;
    margin: 0px auto;
}

.history_title{
    font-size: 23px;
    font-weight: 600;
    width: fit-content;
    border-bottom: 10px solid #e5ff00;
    margin-bottom: 50px;
}

.fadein {
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1.5s;
    &.fadein-left {
      transform: translate(-30px, 0);
    }
    &.fadein-right {
      transform: translate(30px, 0);
    }
    &.fadein-up {
      transform: translate(0, -30px);
    }
    &.fadein-bottom {
      transform: translate(0, 30px);
    }
    &.scrollin {
      opacity: 1 !important;
      transform: translate(0, 0) !important;
    }
  }

  .anim-box  {
    animation: fadeIn 2s cubic-bezier(0.5, 1, 0.68, 1) forwards;
  }
   
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  @media screen and (max-width: 700px) {
    .pc{
        display: none;
    }

    .section_title{
        font-size: 30px;
    }

    .section2{
        max-width: 900px;
        width: fit-content;
        margin:  20px auto 30px auto;
    }
    .contener{ 
       font-size: 18px;
    }

    .section2 .section_content{
        margin: 20px auto;
      }

    .section2 .section_title{
        text-align: center;
    }

    .section2 .section_content > div{
        display: grid;
        grid-template-columns: auto ;
        gap: 10px;
        margin-bottom: 30px;
        margin: 0 16px;
    }

    .section3{
        margin: 0 auto 30px auto;
    }
    
    .section3 .section_content{
        display: grid;
        grid-template-columns: auto;
        gap: 10px;
        margin: 0 16px;
    }

    .profile_img{
        max-width: 300px;
        min-width: 250px;
        margin: 0 auto;
    }

    .sns_icon{
        height: 35px;
    }

    .profile_text .name,
    .profile_text .job {
        font-size: 15px;
    }

    .profile_text .name span{
        margin-right: 20px;
        font-size: 30px;
    }

    .profile_text table td{
        width: fit-content;
        margin: 0;
        font-size: 16px;
        font-weight: 500;
    }

    .profile_text table tr td:first-child{
        width: 165px;
    }

    .section4 .section_content{
        display: grid;
        grid-template-columns: auto auto;
        column-gap: 20px;
        row-gap: 0;
        padding-bottom: 3px;
        border-bottom: solid 1px #dfdfdf;
    }

    .work_year {
        grid-column: 1/3;
        padding-top: 7px;
        margin-top: 3px;
        border-top: solid 1px #dfdfdf;
    }
    .work_year:empty{
        padding-top: 0;
        margin-top: 0;
        border-top: none;
    }

    .section5 .section_content{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .item{
        width: 100%;
        height: auto;
        margin-bottom: -5px;
    }

    .section6{
        flex-flow: column;
        margin: 0 auto 30px auto;
    }

    .box{
        width: 100%;
        height: auto;
        max-width: 500px;
        display: flex;
        justify-content: center;
        margin:  0 auto;
    }

    .box iframe{
        width: 100%;
    }

    .section6 .box_text,
    .section7 .box_text {
        margin: 10px auto;
        padding: 10px 0;
        width: 100%;
        height: auto;
        min-height: 120px;
        max-width: 300px;
    }

    .section7{
        flex-flow: column-reverse;
        margin: 0 auto 30px auto;
    }

    .section8,.section9{
        margin: 0 auto 30px auto;
    }



    





  }



    
    
