 .header {
    position: fixed;
    display: flex;
    background: rgba(255,255,255,0.5);
    padding: 20px 50px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    z-index:999;
    top: 0;
    left: 0;
 }
 header nav ul {
    display: flex;
    align-items: center;
 }
 .header nav ul li {
    margin-left: 40px;
    font-size: 13px;
    text-decoration: none;
 }
@media(max-width:500px){
    .header{
    padding: 5px 20px;
}
header{
    height: 75px;
}
}
 .main-nav{
    padding-top: 16px;
 }
 .main-nav a{
    text-decoration: none;
    color: #333;
    padding-top: 10px;
 }
 .hasegawamichiko {
    display: flex;
    margin-top: 20px;
 }
 .hasegawamichiko span{
    margin-left: 30px;
    color: #333;
 }
 .openbtn1{
    display: none;
 }
 @media(max-width:1100px){
.openbtn1{
    display: block;
} 
.main-nav{
    display: none;
}
}
@media(max-width:960px){
    .hasegawamichiko {
        display: block;
        margin-top: 10px;
     }
}

 .eachTextAnime span{opacity: 0;}
  .eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }

  @keyframes text_anime_on {
    0% {opacity:0;}
    100% {opacity:1;}
  }
.topimg-topimg{
    height: 640px;
  background-image: url(..//img/topimg-pc.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 1440px;
  margin: 0 auto;
}

 .top-img-absolute {
    max-width: 1440px;
    position: absolute;
    left:calc(48% + 170px);
    top: 32%;
    font-size: 20px;
    animation: wobbling_x 0.7s ease-in-out infinite alternate,
      wobbling_y 1.2s ease-in-out infinite alternate;
  }
  .top-text{
    position: relative;
    font-size:clamp(35px, 6vw, 108px);
    font-family: 'Yeseva One', cursive;
    color:#A07E68;
    z-index: 10;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1;
}
@media(max-width:960px){
    .topimg-topimg{
        height: 500px;
}
    .top-img-absolute {
        left: calc(52% + 80px);
        top: 25%;
}
}
@media(max-width:500px){
.topimg-topimg{
        height: 450px;
}
.top-img-absolute {
    left: calc(51% + 80px);
    top: 38%;
    width: 80px;
}
.openbtn1{
    top: 15px;
    right: 15px;
}
.hasegawamichiko span{
    margin-left: 0;
}
}
  @keyframes wobbling_x {
    0% {
      margin-left: 8px;
    }
  
    100% {
      margin-left: 0px;
    }
  }
  
  @keyframes wobbling_y {
    0% {
      margin-top: 0px;
    }
  
    100% {
      margin-top: 8px;
    }
  }
.about{
    max-width: 1440px;
    margin: 200px auto;
    position: relative;
    display: flex;
}
.about-img-design{
    z-index: 3;
    top: -250px;
    left: 30%;
    position: relative;
}
.about-left{
    display: flex;
}
.about-left img{
    object-fit: contain;
}

.about-right div{
    font-size: 24px;
    line-height: 2;
    display: block;
    margin: 30px auto;
}
.about-right p{
    font-size: 16px;;
    margin-bottom: 50px;
    line-height: 1.5;
}
.about-right{
    margin: 130px auto;
    z-index: 3;
    right: 100px;
    position: absolute;
}

@media(max-width:1250px){
    .about-right div {
        font-size: 18px;
}
    .about-right p {
         font-size: 16px; 
}
    .about-right {
    margin: 235px auto 100px;
    background-color: rgba(255,255,255,0.3);
}
.about-left img{
    width: 80%;
}
}
@media(max-width:960px){
    .about-left img {
        width: 90%;
    }
    .about{
        display: block;
        margin: 100px auto;
    }
    .about-left{
        display: block;
    }
    .about-right{
        position: initial;
        margin: 50px 20px;
    }
    .btn{
        width: 250px;
        margin: 0;
    }
}
@media(max-width:500px){
    .about-left img{
        width: 100%;
    }
    .about-right p{
        margin-bottom: 0;
    }
    .btn.btn11{
        margin-left: 0;
    }
}
/*tabの形状*/
.tab{
    display: flex;
    flex-wrap: wrap;
  }
  .tab li a{
    display: block;
    background:#ddd;
    margin:0 2px;
    padding:10px 20px;
  }
  /*liにactiveクラスがついた時の形状*/
  .tab li.active a{
    background:#fff;
  }
  
  /*エリアの表示非表示と形状*/
  .area {
    display: none;/*はじめは非表示*/
    opacity: 0;/*透過0*/
    background: #fff;
    padding:50px 20px;
  }
  
  /*areaにis-activeというクラスがついた時の形状*/
  .area.is-active {
      display: block;/*表示*/
      animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
      animation-duration: 2s;
      animation-fill-mode: forwards;
  }
  
  @keyframes displayAnime{
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .work{
    margin-bottom: 100px;
  }
  .work-production-all{
    margin: 50px 100px 0;
    text-align: center;
  }
  .work h2{
    display: inline-block;
    margin-left: 100px;
  }
 .work-production123{
    justify-content: space-between;
    max-width: 1240px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
 }

.work-production{
    max-width: 300px;
    height: 350px;
    margin: 20px auto;
}
.work-production img{
    width: 300px;
    height: 225px;
    width: 100%;
    object-fit: contain;
    max-inline-size: none;
}
.work-text{
    line-height: 2;
}
.work-text-title{
    padding: 7px 5px;
    text-align: left;
}
.work-text span{
    font-size: 14px;
}
.work-text p{
    font-size: 16px;
    font-weight: 900;
}
.work-text-instagram{
    font-weight: 200;
}
.instagram-img img{
    height: 150px;
}
.photograph h2{
    margin-left: 100px;
}
.wrapper p{
    margin: 50px 100px;
    line-height: 2;
}
@media(max-width:500px){
.work h2{
    margin-left: 20px;
}
.work-production-all {
    margin: 50px 20px 0;
}
}
@media(max-width:430px){
    .work-production-all{
        margin: 50px 20px;
    }
}
@media(max-width:960px){
    .photograph h2 {
        margin-left: 20px;
    }
    .wrapper p {
        margin: 20px 20px 50px;
}
}
.gallery{
    columns: 5;/*段組みの数*/
    padding:0 20px;/*ギャラリー左右に余白をつける*/
    margin:0 auto 200px;
    max-width: 1200px;
    }
    
    .gallery li {
        margin-bottom: 20px;/*各画像下に余白をつける*/
    list-style:none;
    }
    
    /*ギャラリー内のイメージは横幅100%にする*/
    .gallery img{
        width:100%;
        height:auto;
        vertical-align: bottom;/*画像の下にできる余白を削除*/}
    /*　横幅900px以下の段組み設定　*/
  @media(max-width:960px){
    .gallery{
        margin-bottom: 100px;
    }
  }
  @media only screen and (max-width: 768px) {
    .gallery{
    columns: 2;
    } 
  }
    .footer{
        display: flex;
        background-color: #A07E68;
        padding: 100px 100px 10px;
    }
    .footer-text{
        font-size: 35px;
        font-family: 'Yeseva One', cursive;
    }
    .footer-menu{
        margin: 100px 0;
    }
    .footer-img{
        position: absolute;
        right:0px;
    }
    .footer-img img{
        width:30vw;
    }
    .footer-menu a{
        text-decoration: none;
        color: aliceblue;
    }
@media(max-width:960px){
    .footer{
        padding: 100px 20px 10px;
    }
    .footer-img img{
       padding-top: 100px;
       width: 40vw;
    }
    .footer-text a{
       line-height: 1;
    }
}  
@media(max-width:960px){
    .footer-text a{
        font-size: 24px;
    }
}  
.about-about{
    display: flex;
    margin: 0 auto;
    justify-content: space-evenly;
}
.about-about h3{
    font-size: clamp(20px, 6vw, 30px);;
    line-height: 1.6;
    margin: 80px 0 50px;
}
.about-about-img img{
    width: 44vw;
}
.about-about-text{
    max-width: 450px;
}
.about-about-textall{
    margin-top: 100px;
    position: relative;
}
.about-about-textall img{
    position: absolute;
    right: 7%;
    top: 100px;
    width: 80px;
}
.about-about-title{
    margin: 30px 0;
    color: #000;
    line-height: 1.6;
}
.about-title-name{
    font-size: 28px;
}
.about-title-english{
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-top: 100px;
}
@media(max-width:960px){
    .about-about-textall{
        margin: 0 20px 0;
    }
    .about-about-textall img{
        width: 9vw;
    }
    .about-about h3 {
        font-size: 24px;
}
}
@media(max-width:835px){
    .about-about{
        display: block;
    }
    .about-about-img img{
        height: 480px;
        object-fit: contain;
        margin: 0 auto;
        width: 100%;
    }
    .about-about-textall img{
        left:230px;
        width: 80px;
        top: 0;
    }
    .about-about-textall {
        margin: 50px auto 0;
            display: table;
            padding: 0 20px;
    }
    .about-about h3{
        font-size: 20px;
        margin: 30px auto;
    }
    .about-title-name {
        font-size: 26px;
    }
    .about-title-english {
        font-size: 16px;
    }
}
.likes{
    margin: 100px auto 0;
}
.likes h2{
    font-size:clamp(30px, 6vw, 105px);
    text-align: center;
}
.likes img{
    margin: 0 auto;
}
.strength{
    margin: 0 auto;
}
.strength h2{
    font-size:clamp(30px, 6vw, 105px);
    text-align: center;
}
.fashionable-boxall{
    display: flex;
    margin: 0 auto;
    max-width: 1440px;
}
.fashionable-box1{
    margin: 100px auto 0;
    padding: 2em;
    border: dashed 1px #666;
    width: 340px;
    line-height: 1.6;
  }
  @media(max-width:1050px){
    .fashionable-boxall {
       display: block;
}
  }
.fashionable-box1 {
    margin: 30px auto 0;
  }
  .strength h2{
    margin-bottom: 50px;
}
  @media(max-width:500px){
    .likes{
        margin-top: 50px;
    }
    .fashionable-boxall {
        display: block;
  }
  .fashionable-box1 {
    width: 335px;
}
  }
  .skill{
    position: relative;
    margin: 150px auto 200px;
  }
  .skill h2{
    font-size:clamp(30px, 6vw, 105px);
  }
  .skill img{
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
  }
  .skill-mobile-bg{
    display: none;
  }
  .skill-text{
    position: absolute;
    top: 50%;
    left: 51%;
    transform: translate(-50%,-50%); 
  }
  .skill-text h2{
    text-align: center;
  }
  .skill-text123-all{
    display: flex;
  }
.skill-text123{
    width: 200px;
    line-height: 1.6;
    margin: 30px 20px;
}
.skill-text123 p{
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
}
.skill-text123 span{
    margin: 10px auto;
}
.tool{
    font-weight: 900;
    color: #333;
    font-size: 14px;
}
@media(max-width:1111px){
    .skill-text123{
        margin: 30px 5px;
    }
}
@media(max-width:900px){
.skill-text123 p {
    font-size: 18px;
}
.skill-text123-all {
    display: block;
}
.skill-pc-bg{
    display: none;
}
.skill-mobile-bg{
    display: block;
  }
  .tool {
    font-size: 12px;
}
.skill-text123 {
    width: 350px;
    line-height: 1.3;
}
.skill img{
    max-width: 700px;
}
}
@media(max-width:500px){
    .skill{
        margin-bottom: 100px;
    }
.skill-text123 {
     width: 285px;
    line-height: 1;
     margin: 20px auto 20px;
}
.skill-text {
    top: 51%;
}
.skill-text123 span {
    font-size: 14px;
}
.skill-text123 p{
    margin-bottom: 10px;
}
.tool{
    font-weight: 200;
}
}
.works-works{
   margin: 0 auto;
}
.works-margin{
    margin-top: 80px;
}
.works-works-title{
    margin: 100px auto 0px;
    text-align: center;
}
.works-works-title p{
    font-size: 18px;
    margin: 20px;
}
.works-works-title a{
    text-decoration-line: underline;
}
.works-works-top-img{
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}
.works-works h2{
    font-weight: 500;
    font-family: 'Tsukushi B Round Gothic',"Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: clamp(30px, 7vw, 1.2rem);
}
.works-works-img{
    width: 100%;
    max-width: 1000px;
    padding: 20px 80px 80px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.works-works-img img{
    margin: 0 20px;
    object-fit: contain;
}
.works-lp{
    width:80%;
}
.works-sp{
    width: 20%;
    height: auto;
}
.works-works-img-text p{
    margin: 0 auto;
}
.production-text{
    margin: 50px 100px 80px;
}
.production-text dl{
display: flex;
flex-wrap: wrap;
max-width: 1200px;
margin: 0 auto;
}

.production-text dt{
    width: 25%;
  padding: 20px;
  font-weight: 800;
  background-color: #EEE9E8;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.production-text dd{
    width: 65%;
  padding: 20px;
  margin: 0 0 10px 50px;
}
.production-point{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.head-border {
    position: relative;
    display: inline-block;
    padding: 0 55px;
}
 
.head-border:before,
.head-border:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #666;
}
 
.head-border:before {
    left: 0;
}
 
.head-border:after {
    right: 0;
}

.production-point h2{
    font-family: 'Tsukushi B Round Gothic',"Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 24px;
    margin: 0 auto 30px;
}
.production-point h3{
    line-height: 1.6;
    margin: 0 auto;
    text-align: left;
}
.production-point-title{
    display: flex;
    border-bottom: 1px solid #666;
    padding: 20px 0;
    max-width: 1200px;
}
.production-point p{
    max-width: 1200px;
    margin: 30px auto 50px;
    padding: 0 20px;
    text-align: left;
}
.production-point a{
    color: tomato;
}
.production-point-all{
    margin: 0 auto 200px;
}
.production-point-icon{
    width: 150px;
}
@media(max-width:960px){
    .production-text {
    margin: 50px 20px;
    }
}
@media(max-width:700px){
    .works-works-title{
        margin-top: 50px;
    }
    .works-works h2{
        font-size: 20px;
    }
    .works-works-title p {
    font-size: 16px;
    }
    .works-works-top-img {
        padding: 20px;
    }
    .works-works-img{
        display: block;
    }
    .works-works-img img{
        margin: 20px auto;
    }
    .works-lp{
        width: 90%;
    }
    .works-sp{
        margin-top: 30px;
        width: 60%;
    }
    .production-text dd{
    width: 100%;
    padding: 20px 0;
    margin: 0 auto 50px;
    }
    .production-text dt{
        width: 100%;
        margin: 0 auto;
    }
    .production-text{
        margin: 50px 20px 50px;
    }
    .production-point h3{
    text-align: left;
    }
    .production-point{
    margin: 0 20px;
   }
    .production-point-icon {
    width: 17vw;
}
    .production-point h3 {
    font-size: 16px;
}
    .production-point p {
    font-size: 14px;
}
    .production-point-all{
    margin-bottom: 100px;
}
}