@charset "utf-8";/* ←これは文字コード */


/*基本設定★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/

/* 画面に隙間ができないようにするおまじない----------------- */
html, body { 
  margin: 0px;
  padding: 0px;
 }

/* サイト全体に係わる設定----------------- */
body {
    font-size: 1em;
    color: #333333;
    line-height:1.8em;
    background-color: #000000; /* 背景色の指定 */
}
.zen-maru-gothic-regular {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
  }
/*------headar-------*/
header{
    display:flex;
    justify-content: flex-end;
}
ul{
    display: flex;
    list-style:  none; 
    justify-content: space-between;
    height: 80px;
    margin-bottom: 30px;
}

header li{
list-style:  none; 
 padding-left: 150px;
 margin :0px 100px 0px 3px ;
}


/*コンテンツ内の細々した設定★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/

/* 画面上部のキービジュアル部分------------------------- */
#keyvisual{ 
    color: #ffffff; /* リンクの文字には白色 */
    width: 100%; /* 横幅は左右いっぱい */
    background-image: url("mainvisuall.svg"); /* 画面上部に表示させている画像 */
    background-repeat: no-repeat; /* 背景画像は1回だけ表示 */
    background-size:cover; /* 縦横比キープしていっぱいに表示ね */
    background-position: center; /* 画像は中心から表示してね */
}
.content h2{
    border-radius: 50%;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 30px;
}
.suuji{
    margin: 15px ;
}
.li img{
    list-style:  none; 
    border-radius: 50%; 
}
.suuji h2{
    font-family: "Rubik Puddles", system-ui;
    font-weight: 400;
    font-style: normal;
    margin: 0px 0px 0px -20px; 
}
.suuji li{
    list-style:  none; 
    height: 50px;
    margin : 100px 0px 0px;
}

.suuji h2 img{
    border-radius: 50%; 
}

.suuji h3 li{
    font-size: 8px;
    margin-top: 30px;
    margin-left: 80px;
}

h3{
    font-size: 17px;
    color: #ffffff;
    margin: 10px 12px 3px ;
}

p{
    color: #ffffff;
    margin: 15px;
    border-bottom: 5px solid #444444;

    
}

/*---------------------------*/
.section-title{
    padding: 8px 35px;
    border-bottom: #ffffff;
    display: inline-block;
    width: 290px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
}
.soto {
    width: 390px;
    border:solid 5px;
    display: flex;
    overflow:scroll;
}
.naka {
    min-width:41%;
    background-color: black;
}

#eiga{
width: 100%;
margin-bottom: 30px;
}

/*--footer-------------------------*/

 #footer {
    position: sticky;
    background-image: url("img/hutta-huttar.png"); /* 画面上部に表示させている画像 */
    background-repeat: no-repeat; /* 背景画像は1回だけ表示 */
    background-size: unset; /* 縦横比キープしていっぱいに表示ね */
    background-position: center; /* 画像は中心から表示してね */
 }



.footermenu li{
    list-style:  none; 
    color: #ffffff;
    display: inline-block;
    height: 80px;
    width: 150px;
}
.light{
    margin-left: 277px;
    margin-top: -150px;
 }