@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}

html{
    font-size: 100%;
}

body{
    line-height: 1;
    letter-spacing: 0.01em;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

li{
    list-style: none;
}

a{
    text-decoration: none;z
    color:inherit;
}

img{
    vertical-align: bottom;
}
/* 全体設定 */

.container{
    width: 800px;
    margin: 0 auto;
    background-color: #eeeeef;
}

main{
    padding: 0 10px;
}
/* 箱 */

/*-----------------------------------------
    burger - setting   
-----------------------------------------*/
#burger{
    position: fixed;
    z-index: 5;
    width: 50px;
    height: 45px;
    background-color: #009999;
    right: 5%;
    top: 20px;
    transition: .4s;
}

#burger span{
    border-top: 1px solid #fff;
    position: absolute;
    width: 70%;
    margin-left: 15%;
    top: 50%;
    transition: .4s;
}

#burger span:nth-child(1){
    top: 25%;
}

#burger span:nth-child(3){
    top: 75%;
}

#burger.active{
    background-color: #06f;
    z-index: 5;
}

#burger.active span:nth-child(1){
    top: 55%;
}

#burger.active span:nth-child(2){
    opacity: 0;
}

#burger.active span:nth-child(3){
    top: 45%;
}

/* @media (min-width:768px){
    #burger{
        display: none;
    }

} */
/*-----------------------------------------
    nav - setting   
-----------------------------------------*/
/* g_nav{
    display:none;
} */

nav{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #eeeeef;
    z-index: 3;
    /* opacity: 0;
    transition: .4s; */
    /* margin-bottom: 20px; */
    display:none;
}

/* nav.nav_active{
    opacity: 1;
} */
/* ブラウザのトップで、navが、positionのfixedに変換する →　sticky */

.nav_inner{
    padding-top: 50px;
    /* height: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center; */
}
/* flexboxでの、高さ指定のたて中央の配置と、よこの右揃いの配置 */



/* .nav_inner ul{
    display: flex;
} */

.nav_inner ul a{
    display: block;
    /* padding: 0 30px; */
    text-align: center;
    line-height: 60px;
    color: #000;
    /* font-weight: bold; */
    /* transition: .4s; */
    letter-spacing: .1em;
    /* font-family: 'Josefin Slab', serif; */
}

/* .nav_inner ul a:hover{
    background-color: #444;
    color: #fff;   
} */

@media (min-width:768px){
    /* nav{
        position: sticky;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        background-color: rgba(204, 204, 204, 0.5);
        margin-bottom: 20px;
        opacity: 1 !important;
    } */
    /* ブラウザのトップで、navが、positionのfixedに変換する →　sticky */
    
    /* .nav_inner{
        height: 60px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    } */
    /* flexboxでの、高さ指定のたて中央の配置と、よこの右揃いの配置 */
    
    
    
    /* .nav_inner ul{
        display: flex;
    } */
    
    /* .nav_inner ul a{ */
        /* display: block;
        padding: 0 40px;
        line-height: 60px; 
        color: #444;*/
        /* font-weight: bold; */
        /* transition: .4s; */
        /* letter-spacing: .1em;
        font-family: 'Josefin Slab', serif; */
    }
    
    /* .nav_inner ul a:hover{
        background-color: #444;
        color: #fff;   
    } */
    



/* } */


/* ----------------
ハンバーガーメニュー終わり
----------------- */

p,ul{
    line-height: 1.4;
}

h1{
    text-align: center;
    padding: 30px 0 10px;
    margin:30px auto 15px;
    font-size: 1.5rem;
    border-bottom: 1px solid #099;
    width: 90%;
}

.mainvisual{
    text-align: center;

}

.mainvisual-pics{
    width: 600px;
    margin-bottom: 20px;
}

h2{
    padding: 15px 0 15px 15px;
    background-color: #009999;
    color: #ffffff;
    font-size: 0.985rem;
    margin: 0 auto;
    width: 90%
}

dl{
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
    line-height: 2.2;
    display: grid;
    grid-template-columns: 8em 1fr;
}

@media screen and (max-width:768px){
    dl{
        width: 80%;
        margin: 0 auto;
        padding: 20px 0;
        line-height: 2.2;
        display: grid;
        grid-template-columns: 8em 1fr;
        font-size: 15px;
    }
     
}

/* profile */

h3{
    padding: 20px 0 15px 15px;

    color:#009999;
    font-size: 0.85rem;
    margin: 20px auto 0;
    width: 90%
}

.map{
    background-image: url(../img/title_05_color.png),url(../img/cat-anime-tranc.gif);
    background-size: 60%,30%;
    background-repeat: no-repeat;
    background-position:0px 90px,530px bottom;
}

.map tr{
    border:1px dotted #353535;
}
.map table th,td{
    padding: 1px;
}

.map img{
    width: 40px;
    vertical-align: bottom;
}

.map td{
    width: 12px;
    height: 12px;
}

.min-map{
    border: 1px solid #353535;
}


/*    map設定    */


.works{
    padding: 0 20px;
}

ul.poster{
    display: grid;
    grid-template-columns:repeat(4,1fr);
    row-gap: 30px;
}

ul.poster img{
    margin-right: 10px;
}

@media screen and (max-width:768px){
    ul.poster{
        display: grid;
        grid-template-columns: repeat(auto-fit, 180px);
        justify-content: center;
        grid-gap: 1rem;
    }
}



.graphic img{
width:180px;
}

.caption{
    font-size: 0.7rem;
    margin-top: 3px;
}

.sketch ul{
    display: flex;
    flex-wrap: wrap;
}

.sketch img{
    width: 180px;
    margin-right:10px;
}

.sketch li:first-child{
    margin-left: 15px;
}

.anime img{
    width: 150px;
    margin-left: 30px;
}

.anime a{
    margin-left: 0px;
}



.anime p{
    margin-left: 30px;
}

.movie img{
    width: 150px;
    padding-left: 20px;
}

.movie img{
    margin-left: 12px;
}

.movie p{
    margin-left: 30px;
}

.movie ul{
    display:flex;
    flex-wrap: wrap;
}

/* ----------------------
website
 ----------------------*/
 /* h3{
    font-size: 17px;
  margin: 0 0 30px 100px;
} */


.sub_title{
    margin: 0 0 50px 150px;
    line-height: 1.7;

}
.box_01{
    position: relative;
    margin: 0 auto;
    padding: 0px;
    width: 350px;
    height: 350px; 
    border: 8px solid #ccc;
    text-align: center;
    margin-bottom: 80px;
    display: grid;
    
    place-content:center;
    justify-items: center;
    align-items: center;


    /* place-content:self-end;
    justify-items: center;
    align-items: end; */

    /* place-content:center;
    justify-items: center;
    align-items: center; */
}


.inner_work{
    width: calc(100% - 184px);
    /* width: 800px; */
    margin: 0 auto 60px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: 1fr 1fr;
    gap:10px;
    place-content: center;
}


.box_01 img{
    width:250px;
    margin: 50px 0 15px 0;
}

.box_01 a{
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width:100%;
}


/* .box_01 .modaal_link{

} */

.box_title_original{
    font-size: 16px;
}

.box_02{
    margin: 0 auto;
    padding: 0px;
    width: 240px;
    height: 240px;
    border: 3px solid #ccc; 
    border-radius: 10px;
    text-align: center;
    margin-bottom: 40px;
    display: grid;
    position: relative;
    place-content: center;
    justify-items: center;
    align-items: center;
}

.box_title{
    font-size: 13px;
    line-height: 1.5;
}

.inner_work_02{
    width: calc(100% - 184px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-auto-rows: auto;
    gap:10px;
  place-items: center;
  justify-content: center;
  line-height:1;

  justify-items: center;
  align-items: center;
}

.box_02 img{
    width:150px;
    margin-bottom: 10px;
}

.mock{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.mock img{
    margin-top: 40px;
}
.box_title{
    margin-top: 135px; 
}

@media screen and (max-width:768px){
    .sub_title{
        margin: 0 0 50px 150px;
        line-height: 1.7;
    
    }
    .box_01{
        position: relative;
        margin: 0 auto;
        padding: 0px;
        width: 350px;
        height: 350px; 
        border: 8px solid #ccc;
        text-align: center;
        margin-bottom: 80px;
        display: grid;
        
        place-content:center;
        justify-items: center;
        align-items: center;
    
    
        /* place-content:self-end;
        justify-items: center;
        align-items: end; */
    
        /* place-content:center;
        justify-items: center;
        align-items: center; */
    }
    
    
    /* .box_01 .modaal_link{
    
    } */
   
    .box_02{
        margin: 0 auto;
        padding: 0px;
        width: 190px;
        height:200px;
        border: 3px solid #ccc; 
        border-radius: 10px;
        text-align: center;
        margin-bottom: 40px;
        display: grid;
        position: relative;
        place-content: center;
        justify-items: center;
        align-items: center;
    }
    
    .website .box_title{
        font-size: 13px;
        line-height: 1.5;
    }
    
    .inner_work_02{
        width: calc(100% - 184px);
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-auto-rows: auto;
        gap:10px;
      place-items: center;
      justify-content: center;
      line-height:1;
    
      justify-items: center;
      align-items: center;
    }
    
    /* .box_02{
        max-width:200px;
    } */

    .box_02 img{
        width:150px;
        margin-bottom: 10px;
    }
    
    .mock{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    
    .mock img{
        margin-top: 40px;
    }
    .website .box_title{
        margin-top: 135px;
        font-size: 12            px;
    }
    
}
/* ---------------------------
/website
-------------------------- */



/* ------------------------
モーダル内デザイン 
------------------------*/

section{
    margin: 0 auto;
    max-width:560px;
}
.modal_title{
    width:520px;
    margin: 0 auto 10px;
    padding: 0 0 0 10px;
    border-left: 7px solid #000;
    line-height: 24px;
  }
  
  .modal_image{
    width:420px;
    margin: 0 auto 20px;
    text-align: center;
  }

  .modal_image img{
 width: 80%;
  }
  
  .image_data{
    width: 560px;
    margin: 0 auto 30px;
    position: relative;
    /* background-color: #555555; */
  }
  
  .image_data i{
    width: 20px;
  }
  
  
  
  .image_data i::before{
     content: '\f017';
    font-family: Font Awesome\ 5 Free;
    position: absolute;
    top: 8px;
    right: 114px;
    font-size: 1.3em;
    color:#092163;
  }
  
  .image_data .clock_02 i::before{
    content: '\f017';
    font-family: Font Awesome\ 5 Free;
    font-size: 1.3em;
    position: absolute;
    top: -1px;
    right: 114px;
    color:#092163;
  }
  
  .image_theme{
    width: 560px;
    margin: 0 auto;
    line-height: 1.7;
    letter-spacing: 0.92px;
    /* background-color: #ddccff; */
  
  }
  
  .inner_theme{
    border: 1px solid #000;
    padding: 10px;
    font-size: 12px;
    width: 400px;
    margin: 0 auto 30px;
  }
  
  .inner_theme_02{
    text-indent: -20px;
    border: 1px solid #000;
    padding: 10px 10px 10px 30px;
    font-size: 12px;
    width: 400px;
    margin: 0 auto 30px;
  }
  
  .discribe{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:15px;
    margin: 0 auto 30px;
    font-size: 12px;
    width: 400px;
  
  }
  
  .discribe img{
    width: 150px;
  }
  
  .summary{
    border: 1px solid #000;
    padding: 17px 0 13px 45px;
    font-size: 12px;
    width: 400px;
    margin: 0 auto 30px;
  }
  
  
  .summary_text span{
    display: block;
    font-size: 14px;
    text-indent:-1.4em;
  }
  
  .summary_text .indent{
    text-indent:2em;
    margin-bottom: 12px;
  }
  
  /* modaal */
  ul{
    list-style: none;
  }
  
  .image_data ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    line-height: 1.2;
    margin: 10px 0 25px;
    align-items: center;
    /* background-color: #eeddff; */
  }
  
  .image_data li:nth-of-type(1){
    border-right: 1px solid #000;
  }
  .image_data li:last-child{
    border-left: 1px solid #000;
  }
  
  /* .modaal-content-container{
     height: 3000px;
  }

  .modaal-inner-wrapper{
    height: 3000px;

  } */

@media screen and (max-width:768px){

    /* .modaal-outer-wrapper{
        text-align: center;
        display: grid;
        align-self: center;
        text-align: center;
        width: 200px;
    }
    .modaal-inner-wrapper{
        text-align: center;
        margin: 0 auto;
        background-color: #444444;
    }
    .modaal-content-container{
    max-width: 500px;
    } */

    section{
        margin: 0 auto;
        max-width:560px;
    }
    .modal_title{
        width:520px;
        margin: 0 auto 10px;
        padding: 0 0 0 10px;
        border-left: 7px solid #000;
        line-height: 24px;
      }
      
      .modal_image{
        width:420px;
        margin: 0 auto 20px;
        text-align: center;
      }
    
      .modal_image img{
     width: 80%;
      }
      
      .image_data{
        width: 560px;
        margin: 0 auto 30px;
        position: relative;
        /* background-color: #555555; */
      }
      
      .image_data i{
        width: 20px;
      }
      
      
      
      .image_data i::before{
         content: '\f017';
        font-family: Font Awesome\ 5 Free;
        position: absolute;
        top: 8px;
        right: 114px;
        font-size: 1.3em;
        color:#092163;
      }
      
      .image_data .clock_02 i::before{
        content: '\f017';
        font-family: Font Awesome\ 5 Free;
        font-size: 1.3em;
        position: absolute;
        top: -1px;
        right: 114px;
        color:#092163;
      }
      
      .image_theme{
        width: 560px;
        margin: 0 auto;
        line-height: 1.7;
        letter-spacing: 0.92px;
        /* background-color: #ddccff; */
      
      }
      
      .inner_theme{
        border: 1px solid #000;
        padding: 10px;
        font-size: 12px;
        width: 400px;
        margin: 0 auto 30px;
      }
      
      .inner_theme_02{
        text-indent: -20px;
        border: 1px solid #000;
        padding: 10px 10px 10px 30px;
        font-size: 12px;
        width: 400px;
        margin: 0 auto 30px;
      }
      
      .discribe{
        display:grid;
        grid-template-columns: 1fr 1fr;
        gap:15px;
        margin: 0 auto 30px;
        font-size: 12px;
        width: 400px;
      
      }
      
      .discribe img{
        width: 150px;
      }
      
      .summary{
        border: 1px solid #000;
        padding: 17px 0 13px 45px;
        font-size: 12px;
        width: 400px;
        margin: 0 auto 30px;
      }
      
      
      .summary_text span{
        display: block;
        font-size: 14px;
        text-indent:-1.4em;
      }
      
      .summary_text .indent{
        text-indent:2em;
        margin-bottom: 12px;
      }
      
      /* modaal */
      ul{
        list-style: none;
      }
      
      .image_data ul{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        text-align: center;
        line-height: 1.2;
        margin: 10px 0 25px;
        align-items: center;
        /* background-color: #eeddff; */
      }
      
      .image_data li:nth-of-type(1){
        border-right: 1px solid #000;
      }
      .image_data li:last-child{
        border-left: 1px solid #000;
      }
}
/* ------------------------
/websiteモーダル内デザイン 終わり
------------------------*/
.time{
    width:520px;
    margin: 0 auto 10px;
    padding: 0 0 0 20px;
    line-height: 24px;
}

.client_data_01{
    width:520px;
    margin: 0 auto 40px;
    padding: 0 0 0 0;
    line-height: 24px;
    font-size: 13px;
    display: grid;
    grid-template-columns:200px 200px 40px; 

}

.client_data_01 ul{
    width: 160px;
    /* background-color: #eeeeee; */
    margin: 0 auto 40px;

}



.client_inner_title{
    margin-bottom: 10px;
    color: #242447;
    font-size: 14px;
}
.client_point ul li span{
    display: inline-block;
    text-indent:20px;
    font-size: 16px;
    font-weight: 500;
    text-indent: 0em
}
.kousei{
    margin-left: 10px;
}

.client_start{
    width: 440px;
    margin: 0 auto 40px;
    border: 1px solid #000;
    padding: 20px;
    font-size: 14px;
    line-height: 1.7;
}

.client_data_02{
    width: 440px;
    margin: 0 auto 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.purpose_title{
    margin: 0 auto 20px;
    text-align: center;
    font-size: 14px;
    padding: 0 0 3px 0;
    border-bottom: 2px solid #000;
    width: 100px;
}

.purpose_text{
    line-height: 1.7;
    font-size: 13px;
    width: 200px;
    margin: 0 auto;
}



.yobo_title{
    margin: 0 auto 20px;
    text-align: center;
    font-size: 14px;
    padding: 0 0 3px 0;
    border-bottom: 2px solid #000;
    width: 100px;
}

.client_request ul li{
        line-height: 1.7;
        font-size: 13px;
        width: 200px;
        margin: 0 auto;
}

.comp{
    width: 500px;
    margin: 0 auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3,1fr);
    row-gap:40px;
    column-gap:10px;
    /* background-color: #444444; */
}

.comp_list{
    display:grid;
    grid-template-columns: 2fr 1fr;
    column-gap:10px;
}

.comp_text{
    align-items:top;
    /* background-color: #555555; */
    width: 3em;
}

.comp_text p{
    display: inline-block;
    font-size: 12px;
    padding: 0 0 5px 0; 
    /* background-color: #444444; */
    border-bottom: 1px solid #000;
    text-align: left;   
}

.comp_list_bw img{
    box-shadow: 0px 0px 1px #000;
    width:217px;
}

.comp_list img{
    box-shadow: 0px 0px 1px #000;
    width:217px;
    height:716px;    
}

.client_line{
    width: 500px;
    margin: 40px auto 50px;
    border-bottom: 1px solid #000;
}

.link_box{
    width: 340px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #000;
}

.link_title{
    width: 300px;
    margin: 0 0 0 -20px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;

}
.link_address{
    width: 300px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #0e0caa;
}

/* ----------------------------
/website modaal解説終わり
 ----------------------------*/


 /* ----------------------------
　banner
 ----------------------------*/

.nav_bar{
    display: flex;
    justify-content: center;
}
.nav_bar p{
    font-size: 13px;
    /* background-color: #444444; */
    padding: 20px 10px 0 0;
}
.nav_bar ul{
    display: flex;
    justify-content: center;
    margin-bottom: 26px;
}

.banner img{
    width:100%
}

.controls ul{
    list-style: none;
    display: flex;
}

.controls li{
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
    background: #4444;
    font-size: 13px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin: 0 10px 0 0;
    line-height: 1.3;
    cursor: pointer;
}

#all{
    background-color: #aaa;
}

#letter{
    background-color: #c8876d;
}

#photo{
    background-color: #5ab79c;
}

#illust{
    background-color: #5a52d8;
}

.letter{
    border: 3px solid #c8876d33;
    border-radius:8px;
}

.photo{
    border: 3px solid #5ab79c33;
    border-radius:8px;

}

.illust{
    border: 3px solid #5a52d833;
    border-radius:8px;

}


/* .sub_title{
    margin: 0 0 50px 150px;
    line-height: 1.7;
} */

.box_03{
    margin: 0 auto;
    padding: 0px;
    width: 150px;
    height: 150px;
    /* border: 8px solid #ddd; */
    text-align: center;
    margin-bottom: 28px;
    display: grid;
    place-items: center;
    position: relative;
}

.inner_work{
    width: calc(100% - 184px);
    margin: 0 auto 60px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-auto-rows: auto;
    gap:8px;
}


.box_03 a{
    width:95%;
    height:95%;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* padding: 10px 5px 20px 5px; */
    padding: 15px 5px 0 15px;
}

@media screen and (max-width:768px) {
    .banner h3{
        font-size: 15px;
      padding: 0 4vh;
      margin:0 auto 10px;
      text-align: center;
    }


    .nav_bar{
        display:block;
        margin-bottom: 26px;
    }

    .nav_bar p{
        text-align: center;
        margin-bottom: 10px;
    }

    .controls ul{
        list-style: none;
        display: flex;
        margin: 0 auto;
        justify-content: center;
    }
    
    .controls li{
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 70px;
        height: 70px;
        background: #6fa1ff;
        font-size: 14px;
        color: #FFF;
        text-decoration: none;
        text-align: center;
        margin: 0 10px 0 0;
        line-height: 1.3;
        cursor: pointer;
    }
    

    .sub_title{
        margin: 0 0 50px 150px;
        line-height: 1.7;

    }

    .inner_work{
        width: calc(100% - 184px);
        /* width: 800px; */
        margin: 0 auto 30px;
        display: grid;
        grid-template-columns:repeat(2,1fr);
        grid-template-rows: auto;
        gap:10px;
        place-content: center;
    } 

    .box_03 a{
        width:95%;
        height:95%;
        position: absolute;
        overflow: hidden;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        /* padding: 10px 5px 20px 5px; */
        padding: 15px 5px 0 15px;
    }

    .box_title_original{
        font-size: 15px;
    }

    .box_title{
        font-size: 13px;

    }

}
 /* ----------------------------
　 /banner終わり
 ----------------------------*/　

/* -----------------------------
   lp
-----------------------------*/

.sub_title{
    margin: 0 0 50px 150px;
    line-height: 1.7;

}
/* .box_01{
    margin: 0 auto;
    padding: 0px;
    width: 350px;
    height: 350px;
    border: 24px solid #c6eeb0;
    text-align: center;
    margin-bottom: 80px;
} */

.box_04{
    position: relative;
    margin: 0 auto 80px;
    display: grid;
    place-content:center;
    justify-items: center;
    align-items: center;
    padding: 0px;
    width: 240px;
    height: 240px;
    border: 3px solid #cccccc;
    border-radius:10px;
    text-align: center;
    margin-bottom: 80px;
}
.box_04 img{
    width:250px;
    margin: 50px 0 15px 0;
}

.box_04 a{
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width:100%;
}

.lp .inner_work_02{
    width: calc(100% - 184px);
    margin: 0 auto;
    display:grid;
    grid-template-columns: repeat(3,1fr);
    grid-auto-rows: auto;
    gap:10px;
    place-content: center;
    place-items: center;
    justify-content: center;
    line-height: 150px;
    align-items: center;
}



.box_04 img{
    width:200px;
} 

.lp_discribe{
    display:grid;
    grid-template-columns: none;
    gap:0px;
    margin: 0 auto 30px;
    font-size: 12px;
    width: 400px;
  }
  

 /* .discribe{
    display:block !important;
    grid-template-columns: none !important;
    gap:0px;
    margin: 0 auto 30px;
    font-size: 12px;
    width: 400px;
  }
   */

@media screen and (max-width:768px){
    .box_04{
        position: relative;
        margin: 0 auto 80px;
        display: grid;
        place-content:center;
        justify-items: center;
        align-items: center;
        padding: 0px;
        width: 220px;
        height: 220px;
        border: 3px solid #cccccc;
        border-radius:10px;
        text-align: center;
        margin-bottom: 30px;
    }
    .box_04 img{
        width:250px;
        margin: 50px 0 15px 0;
    }
    
    .box_04 a{
        position: absolute;
        top: 0;
        left: 0;
        height:100%;
        width:100%;
    }
    
    .lp .inner_work_02{
        width: calc(100% - 184px);
        margin: 0 auto;
        display:grid;
        grid-template-columns: repeat(1,1fr);
        grid-auto-rows: auto;
        gap:10px;
        place-content: center;
        place-items: center;
        justify-content: center;
        line-height: 150px;
        align-items: center;
    }
    
    
    
    .lp .box_04 img{
        width:200px;
    } 

    .lp .box_title_original{
        font-size: 13px;
        line-height: 1px;
    }
    
    
}
/* ----------------------
   /lp終わり
----------------------*/





/* works */

footer{
    margin-top: 20px;
    padding: 10px 0;
    border-top: 1px solid #999999;
}

footer ul{
    display: flex;
    justify-content: center;
}

footer li{
    font-size: 0.8rem;
    text-align: center;
    width: 100px;
}

footer p{
    font-size: 0.6rem;
    text-align: center;
}
/* footer */


	
.tooltip3{
    position: relative;
    cursor: pointer;
    display: inline-block;
}

/* .tooltip3 p{
    margin:0;
    padding:0;
} */
.description3 {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 8px;
    background:#066;
    width: 80px;
    letter-spacing: 0.1em;
    text-align: center;
    z-index:1;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}
.description3:before {
    content: "";
    position: absolute;
    top: -24px;
    right: 35%;
    border: 15px solid transparent;
    border-top: 15px solid #066;
    margin-left: -15px;
    transform: rotateZ(180deg);
    
}
.tooltip3:hover .description3{
    display: inline-block;
    top: 80px;
    left: -17px;
}

.tooltip1{
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.description1 {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: #066;
    text-align: center;
    letter-spacing: 0.1em;
    width: 80px;
    z-index:1;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.description1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 15px solid transparent;
    border-top: 15px solid #066;
    margin-left: -15px;
}
.tooltip1:hover .description1{
    display: inline-block;
    top: -85px;
    left: -20px;
}
/* ポップアップ */



/* トップへ戻るボタン */
#top {
    position: fixed;
    display: none;
    /* top:0px;
    left:0px; */
    right: 50px;
    bottom: 55px;
    text-decoration: none;
    /* border: solid 1px; */
    text-align: center;

}

#top img{
max-width:55px;
}
/***トップへ戻るボタンここまで***/

@media screen and (max-width: 768px) {

    .container{
        max-width:100%;
        margin: 0 auto;
        background-color: #eeeeef;
        
    }    

    main{
            padding: 0;
    }

    h1{
        text-align: center;
        padding: 30px 0 10px;
        margin:0px auto 10px;
        font-size: 1.5rem;
        width: 100%;
    }

    .mainvisual{
        text-align: center;
    
    }
    
    .mainvisual-pics{
        width:100%;
        margin-bottom: 20px;
    }

    h2{
        padding: 15px 0 15px 15px;
        font-size: 1.125rem;
        margin: 0;
        width: 100%;
    }

    .map h3{
        margin-bottom: 150px;
    }

    .map img{
        width: 4.3vw;
    }
    /* .map td{
        width: 10px;
        height: 10px;
    } */
    .map table th,td{
        padding: 1px;
    }
    
    .min-map{
        border: 1px solid #353535;
    }

    .japan{
        margin-bottom: 80px;
    }

    .map{
        background-image: url(../img/title_05_color.png),url(../img/cat-anime-tranc.gif);
        background-size: 80%,35%;
        background-repeat: no-repeat;
        background-position:40px 50px,right bottom;
    }

    .works{
        padding: 20px;
    }

    .sketch img{
        width:180px;
        margin:10px;
    }
    
    .sketch li:first-child{
        margin-left: 0px;
    }

    .caption{
        font-size: 0.7rem;
        margin-top: 3px;
        margin-left: 10px;
    }
    
    
}