@charset "UTF-8";




@media (min-width: 600px) {
  HTML{
    margin: 0;
    padding: 0;
  }
  body{
    padding-top:60px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 0;
  }
  
  /* ヘッダー部分 */
  
  header{
    margin: 0;
    padding: 0;
    width: 100%; /* 幅いっぱいを指定 */
    height: 60px; /* 高さを50pxに指定 */
    background:rgba(255,255,255,0.7);;
    box-sizing: border-box; /* padding分を含んで幅を100%にするため */
    position: fixed; /* ウィンドウを基準に画面に固定 */
    top: 0; /* 上下の固定位置を上から0pxにする */
    display: flex; /* 中の要素を横並びにする */
    justify-content:space-between;
    padding-top: 5px;
  }
  
  .main-logo{
    display: block;
    height: 48px;;
  }
  
  nav ul{
    font-size:16px;
    list-style: none;
    margin:0;
    padding:0 ;
    display:flex;
  
  }
  
  nav a{
    color:tomato;
    text-decoration:none;
    width: 120px;
    text-align: center;
    line-height:56px ;
    display: block;
  }
  
  nav a:hover{
    background-color: tomato;
    color:white;
    font-size: 20px;
  }
  
 .menu-btn{
  display: none;
 }

  

main{
  text-align: center;
  color: rgb(51, 51, 51);
}

/* 全体 */

h1{
  padding-top: 104px;
  font-size: 300%;
  font-weight: 300;
  letter-spacing:1px;
}

/* ライン */
.line{
  border-style: solid;
  width: 500px;
  color: tomato;
  margin-bottom: 104px;
}

.line-rd{
  border-style: solid;
  width: 200px;
  color: tomato;
  margin-bottom: 104px;
}


.aida{
  text-align: center;
  padding:56px 0px;
  margin:auto;
  color: tomato;
  font-size:32px;
}

p{
  font-size: 15px;
  letter-spacing:0.8px;
}

section{
  padding-bottom: 80px;
}


/* アバウト */

.about{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-item{
  font-size: 14px;
  font-family: "Tsukushi A Round Gothic","筑紫A丸ゴシック","Toppan Bunkyu Gothic","凸版文久ゴシック";
  padding-left: 8px;
  text-align: left;
}

.about p{
  font-size: small;
}

.about img{
  width: auto;
  max-width: 85%;
  height: auto;
  max-height: 400px;
  border-radius: 50%;
}


.hutoji{
  font-weight: 900;
}

.small{
  display: none;
}

/* コンセプト */

.concept-top{
  color: white;
}

.line-wh{
  border-style: solid;
  width: 200px;
  color: white;
  margin-bottom: 104px;
}

.concept{
  background-image:url(../pcs/back.png) ;
  background-position: center center;
  background-repeat: no-repeat;
  background-size:cover;
  background-color:tomato;
  padding-top: 24px;
  padding-bottom: 240px;
}

.container{
  font-family: "Tsukushi A Round Gothic","筑紫A丸ゴシック","Toppan Bunkyu Gothic","凸版文久ゴシック";
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap:16px;
  padding-left: 40px;
  padding-right: 40px;

}

.circle{
  position: relative;
  display: inline-block;
  width: 370px;
  height: 370px;
  border-radius: 50%;
  background:white;
}

.circle span {
  text-align:center;
  position: absolute;
  display: inline-block;
  margin: 40px;
  left: 0;
  top: 15%;
}

.c-top{
text-decoration:underline;
text-decoration-color:tomato;
font-size: 24px;
}

.sentence{
  font-size: 15px;
  letter-spacing:0.8px;
  font-weight: 500;
}



.maru{
  margin-top: 80px;
}


/* スキル */

.s-ul {
  display: flex;
  justify-content: space-between;
  flex:1;
  padding-left: 0; /* これを追加、必要に応じ端からの数値をpxで入れます */
  margin-left: 0; /* これを追加 */
}

.top{
  font-size: 32px;
  font-weight: 400;
  letter-spacing:1px;
}

ul hr{
  border-style: solid;
  height: 400px;
  color: tomato;
}

.s-li{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  width: 30%;
  list-style-type: none;
}


.info {
  font-family: "Tsukushi A Round Gothic","筑紫A丸ゴシック","Toppan Bunkyu Gothic","凸版文久ゴシック";
  font-size: 15px;
  margin-top: auto;
  padding: 40px 32px 0px 32px;
}


/* 趣味 */


.h-ul{
  margin: 0px 40px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:48px;
  list-style-type: none;
}

.h-top{
  font-size: 20px;
  color: tomato;
  letter-spacing:1px;
  padding-bottom: 8px
}


.h-sentence {
  font-family: "Tsukushi A Round Gothic","筑紫A丸ゴシック","Toppan Bunkyu Gothic","凸版文久ゴシック";
  font-size: 15px;
  letter-spacing:0.8px;
}



/* 戻る */

.back{
  padding: 80px 0px;
 }
 
 .to-work{
   margin: auto;
   width: 150px;
   font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   font-size:16px;
   text-decoration:none;
   display:block;
   
   color:rgba(255, 99, 71, 0.5);
   /* background-color: aqua; */
 }
 
 .to-work:hover{
   color:tomato;
   font-size: 20px;
 }
 
 /* 矢印 */
 .yazirusi {
  margin-top: -10px;

  color:tomato;
  display:flex;
  justify-content: center; 
} 
.yazirusi::after {
  content: '';
  width: 160px;
  height: 15px;
  border-bottom: solid 1px;
  border-left: solid 1px;
  transform: skew(-45deg);
}


 /* フッター */


 footer{
  margin: auto;
  text-align: center;
  background-color: tomato;
  padding:64px 0px;
}

footer p{
  color: white;
  font-size: 16px;
  padding-top: 8PX;
}

}






/* スマホ */

@media (max-width: 599px) 
{

  html{
    height: 100%;

  }
  
  body{
    height: 100%;
    margin: 0;
    width: 100%;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }

  header{
    position: fixed;
    width: 100%;
    top:0;
  }

  .mainlogo{
    margin-left: 0;
    margin-right: 0;
    height: 64px;
    display: block;
    text-align: center;
    background-color: white;
  }

  .main-logo{
    height:32px;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  /* ハンバーガーメニュー */


  #checkbox {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
  }

  .menu-01,
    .menu-01 span {
      display: inline-block;
      transition: all 0.4s;
      box-sizing: border-box;
      position: relative;
      z-index: 100;
    }
    .menu-01 {
      right: 8px;
      top: 24px;
      position: absolute;
      width: 32px;
      height: 26px;
      background: none;
      border: none;
      appearance: none;
      cursor: pointer;
    }
    .menu-01 span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 4px;
      background-color:tomato;
      border-radius: 4px;
    }
    .menu-01 span:nth-of-type(1) {
      top: 0;
    }
    .menu-01 span:nth-of-type(2) {
      top: 11px;
    }
    .menu-01 span:nth-of-type(3) {
      bottom: 0;
    }

    /*チェックボックスにチェックが入ったら*/
    #checkbox:checked + label span:nth-of-type(1) {
      transform: translateY(11px) rotate(-45deg);
    }
    #checkbox:checked + label span:nth-of-type(2) {
      opacity: 0;
    }
    #checkbox:checked + label span:nth-of-type(3) {
      transform: translateY(-11px) rotate(45deg);
    }
  nav {
    display: none;
  }
  #checkbox:checked + label + nav {
    display: block;
  }


  /* チェックボックス内 */

  nav ul{
    background-color:tomato;
    width: 30%;
    position: absolute;
    right: 16px;
    font-size:16px;
    list-style: none;
    margin:0;
    padding:0 ;
    display:flex;
    padding: 8px;
    flex-direction: column;
  }


  nav a{
    margin-left: 0;
    margin-right: 0;
    background-color: white;
    color:rgb(255, 99, 71);
    text-decoration:none;
    width: 100%;
    text-align: center;
    line-height:56px ;
    display: block;
  }

  nav a:hover{
    background-color: rgb(255, 99, 71,0.3);
    color:white;
    font-size: 20px;
  }

  
  /* 全体 */
  main{
    height: 100%;
    width: 100%;
    text-align: center;
    color: rgb(51, 51, 51);
  }
  
  h1{
    padding-top: 104px;
    font-size: 300%;
    font-weight: 300;
    letter-spacing:1px;
  }
  
  /* ライン */
  .line{
    border-style: solid;
    width:calc(100% - 160px);
    color: tomato;
    margin-bottom: 104px;
  }
  
  .line-rd{
    border-style: solid;
    width: 200px;
    color: tomato;
    margin-bottom: 104px;
  }
  
  
  .aida{
    text-align: center;
    padding:56px 0px;
    margin:auto;
    color: tomato;
    font-size:32px;
  }
  
  p{
    font-size: 15px;
    letter-spacing:0.8px;
  }
  
  section{
    padding-bottom: 80px;
  }
  
  
  /* アバウト */
  
  .about{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .about-item{
    font-size: 14px;
    font-family: "Tsukushi A Round Gothic","筑紫A丸ゴシック","Toppan Bunkyu Gothic","凸版文久ゴシック";
    text-align: left;
    width:90%;
  }
  
  .about-item h2{
    text-align: center;
  }

  .about p{
    font-size: small;
  }
  
  .about img{

    max-height: 300px;
    border-radius: 50%;
    height:250px;
    width: 250px;
  }
  
  
  .hutoji{
    font-weight: 900;
  }
  .big{
  display: none;
}
  
  
/* コンセプト */

.concept-top{
  color: white;
}

.line-wh{
  border-style: solid;
  width:calc(100% - 160px);
  color: white;
  margin-bottom: 104px;
}

.concept{
  background-image:url(../pcs/back.png) ;
  background-position: center center;
  background-repeat: no-repeat;
  background-size:cover;
  background-color:tomato;
  padding-top: 24px;
  padding-bottom: 240px;
}

.container{
  font-family: "Tsukushi A Round Gothic","筑紫A丸ゴシック","Toppan Bunkyu Gothic","凸版文久ゴシック";
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap:16px;
}

.circle{
  height: 320px;
  width: 320px;
  box-sizing: content-box;
  position: relative;
  display:inline-block;
  border-radius: 50%;
  background:white;
}

.circle span {
  text-align:center;
  position: absolute;
  display: inline-block;
  margin: 40px;
  left: 0;
  top: 10%;
}

.c-top{
text-decoration:underline;
text-decoration-color:tomato;
font-size: 18px;
}

span p{
  font-size: 12px;
  letter-spacing:0.8px;
  font-weight: 100;
}




.maru{
  margin-top: 80px;
}
  
  
  /* スキル */
  
  .s-ul {
    padding: 0;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .top{
    font-size: 32px;
    font-weight: 400;
    letter-spacing:1px;
  }
  
  ul hr{
    width: 200px;
    border-style: solid;
    color: tomato;
    margin-top: 40px;
  }
  
  .s-li{
    display: block;
    text-align: center;
    width:80%;
    list-style-type: none;
  }
  
  
  .info {
    font-family: "Tsukushi A Round Gothic","筑紫A丸ゴシック","Toppan Bunkyu Gothic","凸版文久ゴシック";
    margin-top: 40px;
  }
  
  .sentence{
    font-weight:600;
    display: block;
    font-size: 16px;
    margin-bottom: 32px;
  }
  
  /* 趣味 */
  
  
  .h-ul{
    margin: 0px 40px;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap:48px;
    list-style-type: none;
  }
  
  .h-top{
    font-size: 20px;
    color: tomato;
    letter-spacing:1px;
    padding-bottom: 8px
  }
  
  
  .h-sentence {
    font-family: "Tsukushi A Round Gothic","筑紫A丸ゴシック","Toppan Bunkyu Gothic","凸版文久ゴシック";
    font-size: 15px;
    letter-spacing:0.8px;
  }
  
  
  
  /* 戻る */
  
  .back{
    padding: 80px 0px;
   }
   
   .to-work{
     margin: auto;
     width: 150px;
     font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
     font-size:16px;
     text-decoration:none;
     display:block;
     
     color:rgba(255, 99, 71, 0.5);
     /* background-color: aqua; */
   }
   
   .to-work:hover{
     color:tomato;
     font-size: 20px;
   }
   
   /* 矢印 */
   .yazirusi {
    margin-top: -10px;
  
    color:tomato;
    display:flex;
    justify-content: center; 
  } 
  .yazirusi::after {
    content: '';
    width: 160px;
    height: 15px;
    border-bottom: solid 1px;
    border-left: solid 1px;
    transform: skew(-45deg);
  }
  
  
   /* フッター */
  
  
   footer{
    margin: auto;
    text-align: center;
    background-color: tomato;
    padding:64px 0px;
  }
  
  footer p{
    color: white;
    font-size: 16px;
    padding-top: 8PX;
  }
  





}