@charset 'utf-8';

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

.all_objects{
    overflow: hidden;
}


/* ------------------FVメニューの設定------------------ */
a{
    color:  #001e91;
    text-decoration: none;
}

.nav{
    width: 100%;
    height: 30px;
    display: flex;
    text-align: center;
    justify-content: end;
    position: relative;
    z-index: 15;
    background-color: #f9f9f9;
}

.nav li a{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav li{
    width: 120px;
    text-align: center;
    border-left: solid #001e91 1px;
    list-style: none;
    font-size: 13px;
    font-family: serif;
} 

/* ------------------FVの設定------------------ */
.FV{
    position: relative;
    background: url(images/top/top_alphabet.png) no-repeat center center / cover;
    background-color: #f9f9f9;
    z-index: -10;
}

.top_FV .left,
.top_FV .right {
    width: 27%;
    height: 80%;
    max-width: 350px;
    max-height: 646px;
}

.top_FV {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.top_name {
    position: absolute;
    width: 70%;
    top: 50%;
    left: 47%;
    transform: translate(-50%, -50%);

    display: block;
    margin: 0 auto;

    /* 最大値 */
    max-width: 900px;

}

/* ------------------aboutの設定------------------ */
.about_FlexBox{
    display: flex;
    max-width: 700px;
    padding: 20px;
    margin: 150px auto;
    justify-content: space-around;
}

.about{
    width: 600px;
    color:  #001e91;
}

.about h1{
    font-size: 70px;
    margin-bottom: 20px;
}

.about dl dt{
    font-size: 27px;
    font-weight: bold;
}

.about dl dd{
    margin-bottom: 20px;
}

.character_02{
    width: 53%;
    height: 100%;
}

/* ------------------配置画像のメニュー------------------ */
.flex-design{
    width: 100%;
    outline: solid 1px #f0f0f0;
    
}

.flex-Art{
    width: 100%;
    outline: solid 1px #f0f0f0;
    
}

.md-btn{
    width: 33%;
    padding: 7px;
}

.md-btn_art{
    width: 25%;
    padding: 7px;
}

.FlexBox_design{
    display: flex;
    max-width: 700px;
    margin: 0 auto;
    max-height: 1700px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.design_softbank{
    display: flex;
    flex-wrap:wrap;
    margin: 0 auto;
    justify-content: space-between;
    max-width: 700px;
    max-height: 500px;
}

.design_euclid{
    display: flex;
    flex-wrap:wrap;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 100px;
    max-width: 700px;
    max-height: 500px;
}

.design_sunplant{
    display: flex;
    flex-wrap:wrap;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 100px;
    max-width: 700px;
    max-height: 500px;
}

.Art{
    display: flex;
    flex-wrap:wrap;
    margin: 0 auto;
    justify-content: space-around;
    max-width: 700px;
    max-height: 700px;
}

.text_Design,.text_Art,.text_Movie,.text_Web{
    font-size: 70px;
    color:  #001e91;
    text-align: center;
    font-family: serif;
    margin-top: 200px;
}


/* モーダル設定 */

/*モーダルを開くボタン*/
.md-overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    z-index: 9999;
  }
   
  .md-contents{
    display: none;
    position: fixed;
    width: 90%;
    height: 90%;
    overflow: auto;
    z-index: 10000;
    inset: 0;
    margin: auto;
  }
   
  .md-inner{
    height: auto;
  }


  /* モーダル内画像サイズ指定 */
.hidden_images{
    position: relative;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    transform-origin: top left;
}

/* モーダル内拡大縮小設定 */
.hidden_images.scale{
    transition: transform .3s;
    transform: scale(2,2);
}

.hidden_images:hover{
    cursor: zoom-in;
}

.hidden_images.scale:hover{
    cursor: zoom-out;
}

.hidden_images_2{
    position: relative;
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

/* ------------------スクロールバーの設定------------------ */
::-webkit-scrollbar{
    width: 10px;
 }
 ::-webkit-scrollbar-track{
    background-color: #ccc;
 }
 ::-webkit-scrollbar-thumb{
    background-color: #1b8da7;
 }

/* ------------------動画の設定------------------ */



.slider{
    max-width: 740px;
    margin: 0 auto;
}


/*---------- 矢印 ----------*/
.slider .slick-next{
    right:20px!important;
}
.slider .slick-prev{
    left:20px!important;
}
.slider .slick-arrow{
    width: initial!important;
    height: initial!important;
    z-index:2!important;
}


/* ------------------Webリンクの設定------------------ */
.text_Web{
    margin-top: 200px;
}

.flex_web{
    display: flex;
    max-width: 700px;
    margin: 0 auto;
    justify-content: space-between;
}

.flex_web img{
    display: block;
    width: 90%;
    margin: 0 auto;
    outline: solid 1px #f0f0f0;
}

/* ------------------最下層画像とコンタクト、メール設定------------------ */
.bottom_image{
    position: relative;
    min-width: 100%;
    margin-top: -100px;
    z-index: -10;
    vertical-align: bottom;
}

.mail{
    position: relative;
}

.front_text_Contact{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1100px;
}

.mail p{
    color: #fff;
}

.text_Contact{
    font-size: 70px;
    color:  #fff;
    text-align: center;
    font-family: serif;
}

/* ------------------TOPボタン------------------ */

.top_button{
    position: absolute;
    width: 50px;
    height: 50px;
    right: 50px;
    bottom: 50px;
    background-color: #001E2D;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    z-index: 100;

}

/* ------------------斜線------------------ */
.glay-1 {
    width: 100%;
    margin: 0;
    padding: 150px 0;
    position: absolute;
    top: 1450px;
    z-index: -11;
}


.glay-1::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f0f0f0;
    transform: skewY(10deg);
    z-index: -12;
}
.glay-1::after {
    content: '';
    position: absolute;
    top: -250px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fafafa;
    transform: skewY(10deg);
    z-index: -13;
}

.neybee-1 {
    width: 100%;
    margin: 0;
    padding: 300px 0;
    position: absolute;
    top: 1750px;
    background-color: #001E2D;
    transform: skewY(10deg);
    z-index: -13;
}

.glay-2 {
    width: 100%;
    margin: 0;
    padding: 150px 0;
    position: absolute;
    top: 3475px;
    z-index: -11;
}

.glay-2::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f0f0f0;
    transform: skewY(10deg);
    z-index: -11;
}
.glay-2::after {
    content: '';
    position: absolute;
    top: -300px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fafafa;
    transform: skewY(10deg);
    z-index: -12;
}

.neybee-2 {
    width: 100%;
    margin: 0;
    padding: 300px 0;
    position: absolute;
    top: 3775px;
    background-color: #001E2D;
    transform: skewY(10deg);
    z-index: -12;
}

/* ------------------キャラクターの配置の設定------------------ */
.character_01{
    width: 30%;
    height: auto;
    position: absolute;
    top: 480px;
    left: 100px;
    z-index: -8;

}

.character_03{
    position: absolute;
    z-index: -8;
    width: 20%;
    height: auto;
    top: 1450px;
    left: 50px;
}
.character_04{
    position: absolute;
    z-index: -8;
    width: 27%;
    height: auto;
    top: 2150px;
    right: 100px;
}
.character_05{
    position: absolute;
    z-index: -8;
    width: 44%;
    height: auto;
    top: 3320px;
    left: 100px;
}
.character_06{
    position: absolute;
    z-index: -8;
    width: 30%;
    height: auto;
    top: 4350px;
    right: 50px;
}
.character_07{
    position: absolute;
    z-index: -8;
    width: 30%;
    height: auto;
    top: 5100px;
    left: 100px;
}
.character_08{
    position: absolute;
    z-index: -8;
    width: 55%;
    height: auto;
    top: 5550px;
    right: 30px;
}

/* ------------------javascriptの設定------------------ */
  #particles-js{
    position: fixed;
    z-index: -5;
    width: 100%;
    /* height: auto; */
    /* background-color: #b61924; */
    /* background-image: url(''); */
    /* background-size: cover; */
    /* background-position: 50% 50%; */
    /* background-repeat: no-repeat; */
  }



  /* ------------------レスポンシブ設定 700px------------------ */

  @media screen and (max-width:700px) {
    .character_01 {
        width: 40%;
        top: 370px;
        left: 80px;
    }
    .character_03{
        width: 20%;
        top: 1350px;
        left: 50px;
    }
    .character_04{
        width: 27%;
        top: 1950px;
        right: 100px;
    }
    .character_05{
        width: 44%;
        top: 3150px;
        left: 100px;
    }
    .character_06{
        width: 30%;
        top: 4150px;
        right: 50px;
    }
    .character_07{
        width: 30%;
        top: 4900px;
        left: 100px;
    }
  }

  /* ------------------レスポンシブ設定 500px------------------ */
  @media screen and (max-width:500px) {

/* ------------------メニュー設定------------------ */
    
    .top_menu{
        display: flex;
        flex-direction: column-reverse;
    }

    .nav_back {
        background-color: #001E2D;
        height: 100px;
    }

    .nav {
        flex-wrap: wrap;
        width: 320px;
        height: 80px;
        justify-content: space-around;
        align-items: center;
        margin: 0 auto;
        background-color: #001E2D;
    }

    .nav li a {
        color: #fff;
    }

    .nav li {
        border-left: solid #fff 1px;
        width: 100px;
        margin-top: 15px;

    }

    .nav li .link_art {
        border-right: solid #fff 1px;
    }

    .nav li .link_contact {
        border-right: solid #fff 1px;
    }


    /* ------------------aboutの設定------------------ */
    .about_FlexBox {
        flex-flow: column;
        width: 320px;
        font-size: 15px;
        margin: 0 auto;
        margin-top: 170px;
        padding: 0px;
    }

    .about {
        width: 320px;
    }

    .character_02 {
        margin: 60px auto;
        width: 90%;
    }


    /* ------------------デザイン画像設定------------------ */
    .FlexBox_design,
    .FlexBox_art {
        width: 320px;
        height: 1600px;
        margin: 0 auto;
    }


    .flex-design,
    .flex-Art {
        width: 100%;
    }

    .design_softbank,
    .design_euclid,
    .design_sunplant,
    .Art {
        width: 100%;
    }

    .FlexBox_art {
        height: 1400px;
    }

    .md-btn,.md-btn_art{
        width: 50%;
        padding: 7px;
    }

    .text_Design {
        margin-top: 0px;
    }

    .text_Art {
        margin-top: 350px;
    }

    .text_Web {
        margin-top: 130px;
    }

    /* ------------------動画の設定------------------ */
    .slider {
        width: 306px;
    }

    /* ------------------webの設定------------------ */
    .flex_web {
        width: 320px;
        height: 350px;
        flex-direction: column;
    }

    .flex_web a img {
        width: 320px;
    }

    /* ------------------最下層コンタクトの設定------------------ */
    .front_text_Contact {
        top: 200px;
    }

    .mail {
        margin-top: 400px;
    }

    .bottom_image {
        width: 100%;
    }

    .top_button{
        right: 20px;
        bottom: 20px;
    }
    /* ------------------キャラクターの設定------------------ */
    .character_01 {
        width: 60%;
        top: 320px;
        left: 80px;
    }

    .character_05 {
        width: 80%;
        left: 30px;
        top: 3490px;
    }

    .character_07 {
        width: 60%;
        top: 5160px;
    }

    .character_08 {
        width: 80%;
        top: 6425px;
    }

    .character_03,
    .character_04,
    .character_06 {
        display: none;
    }
}
