@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Dela+Gothic+One&family=M+PLUS+2&family=Montserrat:wght@700;900&family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Dela+Gothic+One&family=M+PLUS+2&family=Montserrat:wght@700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@700&family=BIZ+UDPGothic:wght@400;700&family=Dela+Gothic+One&family=M+PLUS+2&family=Montserrat:wght@700;900&family=Noto+Sans+JP:wght@900&family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@700&family=BIZ+UDPGothic:wght@400;700&family=Cabin:wght@700&family=Dela+Gothic+One&family=M+PLUS+2&family=Montserrat:wght@700;900&family=Noto+Sans+JP:wght@900&family=Noto+Serif+JP&display=swap');


html {
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
    /* color: white; */
    width: 100vw;
    height:auto;
    /* font: 14px/20px; */
    font-family: 'BIZ UDPGothic', sans-serif;
    color: #333333;
    overflow-x: hidden;
    text-align: justify;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

/* a {
    color: #fff;
    text-decoration: none;
} */

.shadow1{
    text-shadow:
        0 2px 0 #000000,
        0 3px 0 #000000,
        0 4px 5px #333;
}
.shadow2{
    text-shadow:
        1px 1px 0 #fff, 
        2px 2px 0 #000;
}
.shadow3{
    text-shadow:
    1px 1px 0 #000000, -1px -1px 0 #000000,
    -1px 1px 0 #000000,  1px -1px 0 #000000,
    1px 0 0 #000000, -1px  0 0 #000000,
    0 1px 0 #000000,  0 -1px 0 #000000;
}
/* ページトップへのアイコン */
 #pageTop { 
    width: 400px;
    height: 60px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    opacity: 0.8;
    z-index:200;
    text-align: right;
}

#pageTop a { 
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size:calc(0.5em + 1vw);
    color: #ffffff;
} 

/*  #pageTop a:before {
    font-family: FontAwesome;
    content: '\f0aa';
    font-size: 60px;
    color: #e8aa00
} */

.scroll-container {
    white-space: nowrap;
    overflow-x: auto;
    left:-10px;
  }
  .item {
    display: inline-block;
    width: 100vw;
    height: 100vh;
    
    background-color: skyblue;
    /* margin: 10px; */
  }
  
  h1{
    font-size: calc(0.3em + 1vw);
    font-family: 'メイリオ', serif;
    text-align: left;
  }


  
/* ------------------------------------------------------------------------- */
/* TOPページ */
/* ------------------------------------------------------------------------- */

.home {

    /* background-image: url(/images/top6.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center; */
    background-color: transparent;
    box-sizing: border-box;
    width:100vw;
    height:100vh;
    margin:0;
    position: relative;
    opacity : 0;
  }

#sect1{
    position: fixed;
    z-index:0;
}

/* #background_pannel{
    background-image: url(/images/top6.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    width:100vw;
    height:100vh;
    margin-left:-8px;
    margin-top:-8px;
    position: relative;
    opacity : 0;
} */

.company_logo{
    background-color: transparent;
    width:600px;
    height:100px;
    position: sticky;
    top: 36px; /* #contents内の上から何pxか */
    left: 80px;
    text-align: center;
    opacity : 1; 
    z-index:10;  
}

.company_logo span{
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size:calc(2.0em + 1vw);
    color: #fff;
}

.company_text_L{
    /* background-color: rgb(66, 15, 15); */
    background-color: transparent;
    width:5vw;
    height:auto;
    position:absolute;
    top:13vh;
    right:65vw;
    
    text-align: center;
    z-index:1; 
}

.company_text_R{
    /* background-color: rgb(38, 241, 11); */
    background-color: transparent;
    width:5vw;
    height:auto;
    position:absolute;
    top:20vh;
    right:57vw;
    text-align: center;
    z-index:1; 
}

.company_text_h{
    /* background-color: rgb(38, 241, 11); */
    background-color: transparent;
    width:40vw;
    height:auto;
    position:absolute;
    top:60vh;
    right:18vw;
    text-align: center;
    z-index:1; 
}
.comP{
    color:white;
    font-size: calc(1.5em + 1.2vw);
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 600;
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.comPh{
    color:white;
    font-size: calc(1.5em + 1.2vw);
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 600;

}

.anim_R_B{
    /* background-color: rgb(99, 74, 243); */
    background-color: transparent;
    width:60vw;
    height:80vh;
    position:absolute;
    top:20vh;
    right:0vw;
    z-index:0; 
}

.anim_L_Y{
    /* background-color: rgb(226, 243, 74); */
    background-color: transparent;
    width:30%;
    height:35vh;
    position:absolute;
    top:20vh;
    left:5vw;
    z-index:0;
}
.fade-layer{
    top:0;
}

/* WordPress記事読み込み
------------------------------------------------------------------------- */
.wp{
    width:100%;
    height:100%;
    /* background-color: rgb(7, 73, 32); */
    
    position:relative;
    background-color: transparent;
    border-radius: 20px; 
    text-align: center;
    /* border: 2px solid #ffffff;*/
    color:white;
    padding-left:30px;
  } 
  .posts{
    display:block;
    width:35vw;
    height:auto;
    background-color: #ded2fa;
  }
  #posta{
    background-color: #9168f1;
    /* background-color: transparent; */
    width:100%;
    padding: 0.3em 0.5em 0.3em 1em;
    text-align: left;
  }

  #posta a{
    color:#ffffff;
    font-size: calc(0.2em + 0.2vw);
    font-weight: 100;
    font-family: 'メイリオ', serif;
  }
  .postright{
    display:inline-block;
    overflow-wrap: break-word;
    width:50%;
    height:80vh;
    background-color: #9ff168;
    /* background-color: transparent; */
    padding: 0.3em 10em 0.1em 1em;
    font-size: calc(0.3em + 0.2vw);
  }
  .over-flow-normal{
    overflow-wrap: normal;
  }
/* ------------------------------------------------------------------------- */
/* secondページ */
/* ------------------------------------------------------------------------- */
#sect2{
    position: relative;
    z-index:1;
    left:-10px;
}
#c1{
    width:103vw;
    left:-3px;
    padding-left:10px;
    padding-right:100px;
}
#c2{
    width:110vw;
    left:-10px;
}
/* ------------------------------------------------------------------------- */
/* thirdページ */
/* ------------------------------------------------------------------------- */
#sect3{
    position: relative;
    z-index:1;
    left:-10px;
}
/*--------------------------------------
  クリアフィックス
---------------------------------------*/

.clearfix:after {
    visibility: hidden;
    height: 0;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
}

* html .clearfix {
    zoom: 1;
}

*:first-child+html .clearfix {
    zoom: 1;
}

/*--------------------------------------
  フッター
---------------------------------------*/



/*
  レスポンシブ
---------------------------------------*/
 @media screen and (max-width:1100px) {
    /*　画面サイズが1000px以下はここを読み込む　*/
    .home{
        height:100lvh;
        text-align: center;
        margin-bottom:10px;
    }
    .company_logo{
        width:100%;
        height:auto;
        position: relative;
        top:10vh;
        left: 5vw;
        text-align: center;
    }
    .company_text_L{
        width:110vw;
        height:5vh;
        left: 0;
        top:20vh;
        margin:0;
        position:relative;
    }
    
    .company_text_R{ 
        width:110vw;
        height:5vh;
        left: 0;
        top:20vh;
        margin:0;
        position:relative;
    }
    .company_text_h{ 
        width:110vw;
        height:10vh;
        left: 0;
        top:21vh;
        margin-top:10vh;
        position:relative;
    }
    .anim_R_B{
        display:none;
    }

    .anim_L_Y{
        position:relative;
        width:110vw;
        top:10vh;
        height:auto;
        left:0;
    }

    .comP{
        -ms-writing-mode: tb-rl;
      writing-mode: horizontal-tb;
    }

    #posta{
        display:block;
        width:80%;
        margin: 0 auto;
    }
    .postright{
        display:block;
    }
    #sect2{
        width:110vw;
        left:-5px;
        margin-top:110px; 
    }
    #sect3{
        width:110vw;
        left:-5vw;
    }
    /* #c1{
        width:120%;
        position:relative;
        
    }
    .area{
        width:120%;
        left:-5vw;
    } */

    
    #pageTop {
        right: 3vw;
    }
 }

