@charset "UTF-8";
html{
  font-family: 'Noto Serif JP', serif;
  font-size: 100%;
 margin: auto;
 background-image: url(../Muji\ .png);
}

.wrapper {
  overflow: hidden;
}

.wrap_original {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: black;
}

.logo {
  width: 185px;


}
/* ナビゲーション */
.main-nav{
    display: flex;
    font-size: 2rem;
    margin-top: 85px;
    list-style: none;
    font-family: 'Handlee', cursive;
}


.main-nav li {
margin-left: 19px;
margin-right: 20px;

}

.main-nav a:hover {
 color: rgb(240, 123, 13);
}

.page-header {
  display: flex;
  justify-content: center;
  max-height: 150px;
  background-image: url(../Muji\ .png);
  background-size: 100%;
}

  /* 世界にたった〜 */
  #title {
      background-color: white;
      height: 290px;
      background-image:url(../Pon.JPG);
      background-size: 290px;
      background-repeat: no-repeat;
      background-position: 69% 30%;
      margin-bottom: 30px;
  }
  
#title p {
    font-size: 30px;
    padding-top: 80px;
    text-align: center;
    padding-right: 300px;
    line-height: 50px;
    font-family: 'Noto Serif JP', serif;
}

  #main {
      text-align: center;
      max-height: 2000px;
      background-image: url(../Muji\ .png);
  }

  #main h1 {
      padding-top: 30px;
      color: rgb(252, 250, 220);
      padding-bottom: 10px;
       font-family: 'Handlee', cursive;
       font-size: 40px;
    position: relative;

    text-align: center;
  
  }
  
  #main h1:before {
    position: absolute;
    top: calc(60% - 1px);
    left: 30%;
    right: 30%;
    width: 40%;
    height: 2px;
    content: '';
    background: rgb(255, 251, 214);
  }
  
  #main h1 span {
    position: relative;
    padding: 0 1em;
    background-image: url(../Muji\ .png);
  }

  /* スライダーMENU */

  .xslider_wrap {
    display: flex;
    overflow: hidden;
    width: 100%;
   
    background: #e4bc09;
    box-shadow: 0 2px 5px #999;
  }


  .xslider_wrap img{
    width: 300px;
    height: 300px;
  }

  
  .xslider1 , .xslider2 {
    
    display: inline-flex;
    flex: none;
    animation: xslider 30s 1s linear infinite;
  }
  
  .xslider_wrap:hover div {
    animation-play-state: paused!important;
  }
  
  .xslider1 div , .xslider2 div {
    flex: none;
    padding: 10px;

  }
  
  .xslider1 div:hover , .xslider2 div:hover {
    transform: translateY(-5px);
  }
  
  @keyframes xslider {
    0% {
    transform: translateX(0);
    }
    100% {
    transform: translateX(-100%);
    }
  }
  










 /* ヒューイくん */
  .item1 p {
      font-size: 18px;
      padding-top: 10px;
      color: rgb(0, 0, 0);
      width: 400px;
      margin: auto;
      padding-top: 4%;
      padding-right: 70px;
      line-height: 33px;
  }

  .item1 {
    height: 300px;
    background-repeat: no-repeat;
    background-size: 1000px;
    background-position: center;
    background-image: url(../back.maru.png);
    font-family: 'Noto Serif JP', serif;
      margin-top: 30px;
      margin-bottom: 80px;
  }
  .item1 span {
    color: rgb(236, 98, 5);
    font-size: x-large;
  }

/* キラキラ */
  .suv {
    background-repeat: no-repeat;
    background-size: 300px;
    background-image: url(../kirakira03.png);
    font-family: 'Noto Serif JP', serif;
      margin-top: 200px;
      max-width: 800px;
      margin: auto ;
  }

  .suv p {
   
    font-size: 25px;
    padding-right: 25px;
    padding-bottom: 15px;
    text-align: right;
    padding-top: 20px;
    border-bottom: solid 2px rgb(252, 250, 220);
    line-height: 60px;
    border-top: solid 2px rgb(252, 250, 220);
  }

  .suv span {
      color: rgb(223, 84, 3);
  }

  .suv h3 {
   padding-right: 8px;
    padding-top: 30px;
    color: rgb(252, 250, 220);
     font-family: 'Handlee', cursive;
     font-size: 70px;
     margin: auto;
     text-align: right;
  }

/* ポートフォリオ */
  .portfolio {
    margin: auto;
    width: 1100px;
    margin-top: 5%;
    background-size: 192px;
    background-repeat: no-repeat;
    background-position: 75% 0% ;
    background-image: url(../port-03.png);
  }

.portfolio p {
  margin: auto;
  text-align: center;
  width: 730px;
  margin-bottom: 50px;
  padding-right: 300px;
  line-height: 30px;
}

  .portfolio h3 {
    padding-top: 10px;
    color: rgb(255, 255, 199);
    padding-bottom: 10px;
     font-family: 'Handlee', cursive;
     font-size: 50px;
  position: relative;
  text-align: center;
  padding-right: 300px;

  }
  
  .portfolio h3:before {
  position: absolute;
  top: calc(60% - 1px);
  left: 15%;
  right: 20%;
  width: 40%;
  height: 2px;
  content: '';
  background:rgb(255, 255, 199);;
  }
  
  .portfolio h3 span {
  position: relative;
  padding: 0 1em;
  background-image:url(../Muji\ .png);
  }

  .portfolio img {
    margin-left: 15%;
    text-align: center;
  }
  

  /* 喜多技研 */

.item2 {
  margin-bottom: 40px;
background-color: rgb(255, 251, 214);;
}

.item2 a:hover {
 color: rgb(234, 243, 149);
}

.item2 img {
  margin-top: 80px;
}

.item2 img:hover{
  opacity: 0.7;
}

.item2 h4 {

  width: 180px;
  text-align: 25%;
  margin-top: 55px;
  margin-left: 17%;
  border-bottom: dotted  rgb(243, 141, 7);
}

.item2 p {
  text-align: left;
  line-height: 20px;
  padding-left: 180px;
  padding-bottom: 10px;
}
/* youtube 紹介 */
.item3 {
margin-top: 80px;
  margin-bottom: 50px;
  background-color: rgb(255, 251, 214);;
}

.item3 a:hover {
 color: rgb(255, 255, 255);
}

.item3 img {
  margin-top: 80px;
  margin-left: 18%;
}

.item3 img:hover{
  opacity: 0.7;
}

.item3 h4 {

  width: 130px;
  text-align: 25%;
  margin-top: 55px;
  margin-left: 16%;
  border-bottom: dotted  rgb(243, 141, 7);
}

.item3 p {
  text-align: left;
  padding-left: 180px;
}
/* テンプレート 紹介 */
.item4{
  margin-bottom: 50px;
  background-color: rgb(255, 251, 214);

}

.item4 img {
  margin-top: 80px;
  margin-left: 18%;
}


.item4 h4 {
  width: 260px;
  text-align: 25%;
  margin-top: 55px;
  margin-left: 16%;
  border-bottom: dotted  rgb(243, 141, 7);
}

.item4 p {
  text-align: left;
  padding-left: 180px;
}



.item5{
  margin-bottom: 50px;
background-color: rgb(255, 251, 214);;
padding-bottom: 50px;
}


.item5 img {
  margin-top: 80px;
  margin-left: 18%;
}


.item5 h4 {
  width: 260px;
  text-align: 25%;
  margin-top: 55px;
  margin-left: 16%;
  border-bottom: dotted  rgb(243, 141, 7);
}

.item5 p {
  text-align: left;
  padding-left: 180px;

}





/* ここからaboutページ */



#main-about {
  margin: auto;
  text-align: left;
  max-height: 3000px;
  background-color: white;
}

#main-about p span {
  font-size: 35px;
}

.about-huey {
  background-repeat: no-repeat;
  background-size: 530px, 235px;
  background-position: 16% 42%, 75% 35%;
  background-image: url(../hakkei-kiro.png),url(../tikara02.png);
 
  margin: auto;
  max-width: 1100px;
  font-size: large;
}

.about-huey h4 {
  text-align: center;
  padding-right: 350px;
}

.about-huey p {
  padding-left: 180px;
  padding-top: 20px;
  margin-top: 100px;
  line-height: 50px;
}

.about-huey p span {
  border-bottom: dotted rgb(240, 73, 7);
}

.about-huey ul {
 
  margin-top: 60px;
  padding-top: 20px;
  line-height: 30px;
  padding-left: 200px;
  font-size: 16px;
}

.about-huey li span {
  color: rgb(252, 74, 4);
}

.about-huey h1 {

  padding-top: 30px;
  color: rgb(10, 10, 8);
  padding-bottom: 10px;
   font-family: 'Handlee', cursive;
   font-size: 40px;
position: relative;
text-align: center;
padding-right: 300px;

}

.about-huey h1:before {
position: absolute;
top: calc(60% - 1px);
left: 15%;
right: 20%;
width: 40%;
height: 2px;
content: '';
background:rgb(5, 5, 4);;
}

.about-huey h1 span {
position: relative;
padding: 0 1em;
background-color:white;
}


/* 自己紹介 */
.about-eri {
  background-repeat: no-repeat;
  background-position: 1% 99.5%;
  background-size: 580px;
  background-image: url(../eri-2.PNG);
  margin: auto;
  max-width: 1100px;
  font-size: large;
}

.about-eri h1 {

  padding-top: 30px;
  color: rgb(8, 8, 7);
  padding-bottom: 10px;
   font-family: 'Handlee', cursive;
   font-size: 40px;
position: relative;
text-align: right;
padding-right: 130px;

}

.about-eri p span {
  border-bottom: dotted rgb(240, 73, 7);
}

.about-eri h1:before {
position: absolute;
top: calc(60% - 1px);
left: 53%;
right: 50%;
width: 45%;
height: 2px;
content: '';
background:rgb(8, 8, 7);
}

.about-eri h1 span {
position: relative;
padding: 0 1em;
background-color: white;
}


.about-eri p {
  padding-left: 600px;
  
}

.about-eri ul {
  line-height: 30px;
  padding-left: 600px;
}

.about-eri li {
  list-style: none;
}

.about-eri a {
  font-size: 30px;
  color: rgb(247, 91, 19);
}

.about-eri a:hover {
  color: rgb(243, 194, 179);
}

/* skill */
.about-skill {
  background-repeat: no-repeat;
  background-position: 80% 70%;
  background-size: 400px;
  background-image: url(../skill.PNG);
  margin: auto;
  max-width: 1100px;
  font-size: large;
}

.about-skill h1 {

  padding-top: 30px;
  color: rgb(12, 12, 10);
  padding-bottom: 10px;
   font-family: 'Handlee', cursive;
   font-size: 40px;
position: relative;
text-align: center;
padding-right: 300px;

}

.about-skill h1:before {
position: absolute;
top: calc(60% - 1px);
left: 15%;
right: 20%;
width: 40%;
height: 2px;
content: '';
background: rgb(10, 10, 8);
}

.about-skill h1 span {
position: relative;
padding: 0 1em;
background-color:white;
}


.about-skill ul {
  line-height: 40px;
  padding-left: 190px;
}

.about-skill li {
  list-style: none;
}

.about-skill p {
  padding-left: 
  180px;
}
.about-skill li span {
  border-bottom: dotted rgb(240, 73, 7);
  font-size: 30px;
}


/* contact */
.about-contact {
  background-repeat: no-repeat;
  background-position: 72% 90%;
  background-size: 540px;
  background-image: url(../houmonn03.png);
  margin: auto;

  max-width: 1100px;

 
}

.about-contact h1 {

  padding-top: 30px;
  color: rgb(2, 2, 1);
  padding-bottom: 10px;
   font-family: 'Handlee', cursive;
   font-size: 50px;
position: relative;
text-align: right;
padding-right: 260px;

}

.about-contact h1:before {
position: absolute;
top: calc(60% - 1px);
left: 45%;
right: 70%;
width: 50%;
height: 2px;
content: '';
background: rgb(10, 10, 9);
}

.about-contact h1 span {
position: relative;
padding: 0 1em;
background-color:white;
}


.about-contact ul {
  font-size: 18px;
  padding-top: 5px;
  line-height: 30px;
 padding-left: 640px;
 padding-bottom: 30px;
}

.about-contact li {
  list-style: none;
}

.about-contact p {
  font-size: 20px;
  text-align: center;
  padding-top: 30px;
padding-left: 40%;
}

.about-contact li span {
  border-bottom: dotted rgb(240, 73, 7);
  font-size: 28px;
}

button {
  font-size: larger;
  border: none;
  border-radius: 20%;
 background-color: rgb(250, 79, 0);
}

button:hover {
  background-color: rgb(252, 181, 148);
}



  footer {
      text-align: center;
  }


/* ここからレスポンシブ */

@media (max-width: 1100px) and (min-width: 501px){

  #css {
    width:98%;margin:0 1%;
  } 


  #title {
    background-position: 80% 50%;
    background-size: 200px;
  
  }

  #title p {
    font-size: 20px;
    padding-top: 90px
    ;
  }

  .item1 p {
    padding-top: 70px;

  }

}




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

.wrapper{
  overflow: hidden;

}



  body {
    width: auto;
  }

.logo {
  width: 100px;

}

.main-nav{
 margin-right: 35px;
  margin-top: 55px;
  font-size: 1.2rem;
}

.main-nav li {
  margin-left: 5px;
  margin-right: 9px;
}


.page-header {
  max-height: 90px;

}

 /* レス世界にたった〜 */
 #title {
  height: 200px;
   background-size: 150px;
   background-position: 90% 50%;
 }

 #title p {
   padding-top: 19%;
   padding-right: 40%;
   font-size: 13px;
   line-height: 25px;
 }


#main h1 {
font-size: 1.8rem;


}

#main h1:before {
  position: absolute;
  top: calc(60% - 1px);
  left: 1%;
  right: 20%;
  width: 100%;
  height: 2px;
  content: '';
  background: rgb(255, 251, 214);
}

#main h1 span {
  position: relative;
  padding: 0 1em;
  background-image: url(../Muji\ .png);
}
 #main img {
   width: 380px;
   height: 110px;
 }


 /* レス　スライダー */
 .xslider_wrap img{
  width: 150px;
  height: 150px;
}


 /* レス　ヒューイくん */
 .item1 {
 
   background-size: 590px;
  background-position: 65% 35%;
 }
.item1 P {
  text-align: left;
  margin: auto;
  line-height: 23px;
  font-size: 11px;
  padding-top: 75px;
 margin-left: 15%;
}
/* レスキラキラ */
.suv {
  
  max-width: 400px;
  background-size: 200px;
}

.suv p {
  font-size: 14px;
}

.suv h3 {
font-size: 40px;
}


/* レス　ポートフォリオ */
.portfolio {

 width: 380px;
 margin: auto;
  background-size: 100px;
  background-position: 90% 2%;
 
}

.portfolio p {
 width: 280px;
 font-size: 12px;
}


.portfolio h3 {

  padding-top: 10px;
  color: rgb(255, 255, 199);
  padding-bottom: 10px;
   font-family: 'Handlee', cursive;
   font-size: 40px;
position: relative;
text-align: center;
padding-left: 40px;

}

.portfolio h3:before {
position: absolute;
top: calc(60% - 1px);
left: 2%;
right: 30%;
width: 80%;
height: 2px;
content: '';
background:rgb(255, 255, 199);;
}

.portfolio h3 span {
position: relative;
padding: 0 1em;
background-image:url(../Muji\ .png);
}

.portfolio img {
  width: 395px;
  height: 300px;
}



.item2 {
  border-bottom: solid rgb(245, 241, 190);
  border-top: solid rgb(245, 241, 190);
background-image: none;
 background-size: 350px;
background-position: 0.5% 5%;
}


.item2 p {
  width: 80%;
  font-size: 12px;
  padding-left: 10%;
}

.item2 h4 {
  text-align: center;
}

.item2 img {
  margin-left: 0px;
  width: 375px;
}

.item3 {
  background-image: none;
  border-bottom: solid rgb(245, 241, 190);
  border-top: solid rgb(245, 241, 190);
}

.item3 p {
  width: 80%;
  font-size: 10px;
  padding-left: 10%;
}

.item3 h4 {
  text-align: center;
}

.item3 img {
  margin-left: 0%;
  width: 375px;
}

.item5 {
  background-image: none;
  border-bottom: solid rgb(245, 241, 190);
  border-top: solid rgb(245, 241, 190);
}

.item5 p {
  width: 80%;
  font-size: 12px;
  padding-left: 10%;
}

.item5 h4 {
  text-align: center;
}

.item5 img {
  margin-left: 0%;
  width: 375px;
}

.item4 {
  background-image: none;
  border-bottom: solid rgb(245, 241, 190);
  border-top: solid rgb(245, 241, 190);
}

.item4 p {
  width: 80%;
  font-size: 12px;
  padding-left: 10%;
}

.item4 h4 {
  text-align: center;
}

.item4 img {
  margin-left: 0%;
  width: 375px;
}






/* ここからレスaboutページ */
#main-about p span {
  font-size: 25px;
}

.about-huey {

  background-size: 370px 330px, 130px;
  background-position: 0% 38%,99% 100%;
}

.about-huey ul {
  font-size: 10px;
  padding-left: 95px;
  padding-top: 28px;
  margin-top: 40px;
  
}

.about-huey p {
  width: 210px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 25px;
  margin-top: 50px;
}


.about-huey h1 {

  padding-top: 30px;
  color: rgb(10, 10, 8);
  padding-bottom: 10px;
   font-family: 'Handlee', cursive;
   font-size: 30px;
position: relative;
text-align: right;
padding-right: 100px;

}

.about-huey h1:before {
position: absolute;
top: calc(60% - 1px);
left: 5%;
right: 5%;
width: 90%;
height: 2px;
content: '';
background:rgb(5, 5, 4);;
}

.about-huey h1 span {
position: relative;
padding: 0 1em;
background-color:white;
}

.about-huey h4 {
  padding-right: 2px;
}

/* レス自己紹介 */


.about-eri {
  background-size: 375px;
  background-position: 0.5% 25%;
}

.about-eri h1 {

  padding-top: 20px;
  color: rgb(8, 8, 7);
  padding-bottom: 10px;
   font-family: 'Handlee', cursive;
   font-size: 25px;
position: relative;
text-align: center;
margin-bottom: 330px;

}

.about-eri h1:before {
position: absolute;
top: calc(60% - 1px);
left: 5%;
right: 60%;
width: 90%;
height: 2px;
content: '';
background:rgb(8, 8, 7);
}

.about-eri p {
  padding-left: 30px;
  font-size: 15px;
  width: 320px;
}
.about-eri ul {
  font-size: 15px;
  padding-left: 30px;
}

/* レス　skill */

.about-skill {
  background-size: 155px;
  background-position: 99% 72%;

}
.about-skill h1 {
  padding-right: 30px;
}

.about-skill h1:before {
  position: absolute;
  top: calc(60% - 1px);
  left: 5%;
  right: 20%;
  width: 90%;
  height: 2px;
  content: '';
  background: rgb(10, 10, 8);
  }

  .about-skill ul {
    padding-left: 30px;
    width: 300px;
    font-size: 15px;
  }

  .about-skill ul span{
   line-height: 50px;
   font-size: 20px;
  }

  
  .about-skill p {
    font-size: 15px;
    width: 300px;
    padding-left: 30px;
  }



/* レスcontact */
.about-contact {
  background-image: url(../houmon02.png);
  background-size: 160px;
  background-position: 1% 65%;
}


.about-contact h1 {
text-align: center;
padding-right: 1px;
}

.about-contact h1:before {
  position: absolute;
  top: calc(60% - 1px);
  left: 5%;
  right: 40%;
  width: 90%;
  height: 2px;
  content: '';
  background: rgb(10, 10, 9);
  }

  .about-contact ul {
    text-align: center;
    padding-left: 30%;
    font-size: 15px;
  }

  .about-contact p {
    width: 400px;
    text-align: left;
    padding-left: 7%;
    font-size: 12px;
  }

  .page-header p {
    font-size: 12px;
  }


 }

 












