/* ======================================================================
    共通
==========================================================================*/
.biz-udpmincho-regular {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}

.biz-udpmincho-bold {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
  font-style: normal;
}

*{
    font-family:"BIZ UDPMincho", serif;
    background-color: #fcfcfc;
    margin: 0;
    padding: 0;
}

img {
      width: 100%;        		/* max-widht: 100%は避ける(レンダリングでチラつく) */
      height: auto;
  }

body{
    margin: 0;
    min-height: 100vh;
}

.title{
  border-bottom: solid #d6d6d6 0.5px; 
  padding: 50px 20px 20px 20px;
  font-weight: 700;
  font-size: 30px;
}

.subtitle{
  border-left:solid #3a3a3a 6px;
  background-color: #f2f2f2;
  padding: 30px;
  margin: 50px;
  font-size: 20px;
}
.main{
      width: 100%;
}


  
@media screen and (max-width : 767px){
    .title{
        font-size: 20px;
    }
    .subtitle{
      padding: 20px;
      margin: 30px;
      font-size: 15px;
    }
}
  /*
SLIDE MENU
================================================ */
.btn {
    width: 60px;
    height: 60px;
    background-color: #eeeeee;/*p2+*/
    border-radius: 50%;
    position: fixed;
    top:10px;
    right:15px;
    opacity: 0.8;
    z-index: 10001;
    display: block;
  }
  
  .btn span {
    width:50%;
    border: 2px solid #5a5a5a;/*li2+*/
    background-color: #5a5a5a;/*li2+*/
    position: absolute;
    top:25%;
    left: 22%;
    transition: 0.3s;
  }
  .btn span:nth-child(2) {
    top:48%;
  }
  .btn span:nth-child(3) {
    top:72%;
  }
  .active:nth-child(1) {
    top:47%;
    left: 17%;
    width: 60%;
    transform: rotate(-45deg);
  }
  .active:nth-child(2) {
    opacity: 0;
  }
  .btn .active:nth-child(3) {
    width: 60%;
    top:47%;
    left: 17%;
    transform: rotate(45deg);
  }
  
  
  .menu {
    background-color: #5f5f5f;
    box-shadow: 0 0 20px rgba(22, 22, 22, 0.1);
    overflow: hidden;
    width: 40%;
    height: 100vh;
    position: fixed;
    padding-top: 100px;
    top: 0;
    right: -40%;
    transition: 0.5s;
    z-index: 10000;
  }
  .menu p {
      width: 90%;
      height: 10vh;
      border-bottom: 0.1px solid #a8a8a8;
      margin: 0 auto;
      text-align: center;
      align-content: end;
      font-size: 30px;
      color: #fcfcfc;
  
  
  
  }
    .activeCont {
        opacity: 1;
    }
  
  
  .activeBtn {
    right: 0;
  }
  
  a:link {
      color: #fcfcfc;
      text-decoration: none;
  }
  a:visited {
      color: #fcfcfc;
      text-decoration: none;
  }
  a:hover {
      color: #fcfcfc;
  }
  a:active {
      color: #fcfcfc;
  }
  
  @media screen and (max-width : 767px){
    .menu p{
      font-size: 20px;
    }
    }

  @media screen and (max-width : 450px){
    .btn {
      width: 50px;
      height: 50px;
    }
    }
  /* ======================================================================
    ヒーロー部分
==========================================================================*/
 .hero{
    max-width: 100%;
 }
 .hero_mini{
    display: none;
 }

 @media screen and (max-width : 450px){
  .hero{
    display: none;
  }
  .hero_mini{
    display: block;
    max-width: 100%;
    max-height: 100vh;
  }
  }

/* ======================================================================
    About
==========================================================================*/
.about{
  display: grid;
  align-content: center;
}

.name{
    margin: 50px 80px 10px 50px;
    font-size: 25px;
}

.roma{
    font-size: 18px;
}

.history{
    margin: 30px 50px 50px 80px ;
    font-size: 15px;
    line-height: 25px;
}
.zikan{
    letter-spacing: 2.5px;
}
.zibun{
  margin: 0px 85px 50px 0px;
  max-width: 300px;
}

.dounyuu{
  display: flex;
  justify-content: center;
}

.question{
  display: grid;
  align-content: center;
}

.question h1{
  font-size: 25px;
  margin-bottom: 30px;
  margin-top: -40px;
}

.question p{
  line-height: 30px;
}

@media screen and (max-width : 1010px){
  .question{
    margin: 30px 50px 50px 10px ;
  }
  .question h1{
    font-size: 21px;
  }
  .question p{
    font-size: 15px;
    line-height: 20px;
  }
  .zibun{
    margin: 0px 35px 50px 50px;
  }
}

@media screen and (max-width : 875px){
  .dounyuu{
    display: grid;
    align-content: center;
  }
}

@media screen and (max-width : 570px){
  .name{
    margin: 50px 80px 10px 45px;
    font-size: 20px;
}

.roma{
    font-size: 15px;
}
.history{
  margin: 30px 50px 50px 50px ;
  font-size: 13px;
}
}

@media screen and (max-width : 483px){
.zibun{
  width: 280px;
  margin-left: 35px;
}

.name{
  margin-left: 25px;
}

.history{
  margin-left: 30px;
}
}

@media screen and (max-width : 470px){
  .history{
    margin-bottom: 10px;
    margin-top: 20px;
    margin-right: 20px;
    font-size: 10px;
    line-height: 15px;
  }
  .zibun{
    margin-top: 15px;
  }
  .question{
    margin: 80px 30px 80px 30px;
  }
  .question h1{
    font-size: 15px;
    margin-bottom: 35px;
  }
  .question p{
    font-size: 13px;
  }
  }

    /*
interest
================================================ */
.Interest1{
  height: 500px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}

.Interest2{
  height: 500px;
  background-color: #f9f9f9;
  margin: 0 50px;

}

.Interest3{
  height: 500px;
  background-color: #fcfcfc;
  margin: 0 50px;

}
.topic{
  padding: 50px 50px 30px 50px;
  font-size: 30px;
}

.setumei{
  margin-left: 80px;
  margin-bottom: 30px;
}
.color_change{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}

.dli-caret{
  display: inline-block;
  vertical-align: middle;
  color: #3b3b3b;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 1.5em 1.5em;
  border-left-color: currentColor;
  border-right: 0;
  margin: 0 30px;
}

.calendar{
  width: 250px;
}

.gossiku{
  width: 290px;
}
.setumei2{
  margin: 80px 80px 50px 50px;
  display: flex;
  justify-content: right;
  font-size: 15px;
}

.setumei3{
  font-size: 15px;
  margin-left: 100px;
  margin-bottom: 30px;
}

.onsei{
  width: 250px;
}
@media screen and (max-width : 767px){
  .Interest1{
    height: 300px;
    font-size: 18px;
    
  }
  .Interest2{
    height: 650px;
    background-color: #f9f9f9;
    margin: 0 30px;
  }
  .Interest3{
    margin: 0 30px;
  }
  .topic{
    padding: 30px 30px 15px 30px;
    font-size: 25px;
  }
  .setumei{
    margin-left: 50px;
    margin-bottom: 20px;
    font-size: 15px;
  }
  .color_change{
    display: grid;
    align-content: center;
    align-items: center;
  }
  .dli-caret{
    display: block;
    color: #3b3b3b;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 1.5em 1.5em;
    border-top-color: currentColor;
    border-bottom: 0;
    margin: 15px 40%;
  }
  .setumei2{
    margin: 80px 50px 50px 50px;
    justify-content: center;
  }
  .gossiku{
    width: 250px;
  }
  .setumei3{
    font-size: 13px;
    margin-left: 60px;
    margin-bottom: 30px;
  }
  .onsei{
    width: 250px;
  }
}

@media screen and (max-width : 470px){
  .Interest1{
    height: 250px;
    font-size: 13px;
  }
  .topic{
    padding: 30px 30px 15px 15px;
    font-size: 25px;
  }
  .setumei{
    margin-left: 18px;
    margin-right:3px ;
    font-size: 12px;
  }
  .color_change{
    margin: 50px 0;
  }
  .gossiku{
    width: 200px;
  }
  .setumei2{
    margin: 50px 30px 50px 30px;
  }
  .setumei3{
    font-size: 13px;
    margin-left: 30px;
    margin-right: 10px;
    margin-bottom: 30px;
  }
}

    /*
Think
================================================ */
.think{
  display: flex;
  align-items: center;
  margin-top: 50px ;
  margin-bottom: 20px;
  margin-left: 80px;
}
.dot{
  width: 45px;
  margin-right: 15px;
}
.item{
  font-size: 30px;
}

.hukudai{
  margin-left: 150px;
  margin-bottom: 20px;
}

.naiyou{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px
}
.naiyougazo{
  margin-right: 100px;
  max-width: 280px;
}

.naiyousetumei{
  line-height: 20px;
}


@media screen and (max-width : 767px){
  .think{
    margin-top: 30px ;
    margin-bottom: 15px;
    margin-left: 50px;
  }
  .dot{
    width: 35px;
  }
  .item{
    font-size: 25px;
  }
  .hukudai{
    margin-left: 100px;
  }
  .naiyou{
    display: grid;
    align-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left:35px;
  }
  .naiyougazo{
    margin-right: 0px;
    margin-bottom: 20px;
    max-width: 250px;
  }
  .naiyousetumei{
    line-height: 15px;
    font-size: 13px;
    margin-bottom: 30px;
  }
  
}

@media screen and (max-width : 470px){
  .think{
    margin-left: 40px;
  }
  .dot{
    width: 30px;
  }
  .item{
    font-size: 22px;
  }
  .hukudai{
    margin-left: 80px;
    font-size: 13px;
  }
}

    /*
design
================================================ */
.design{
  margin: 30px;
  display: grid;
  justify-content: center;
}
.Megumi{
  width: 130px;
}
.miekata{
  display: grid;
  justify-items: center;
  margin: 5px 30px;
}
.miekata_setumei{
  font-size: 15px;
  margin: 10px;
  line-height: 20px;
}
.design_setumei{
  margin-left: 20px;
}
.eiyo{
  width: 200px;
}
@media screen and (max-width : 767px){
 
  .mieru{
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .Interest4{
    height: 800px;
  }
  .miekata{
    margin: 15px 30px;
  }
}


@media screen and (max-width : 555px){
 
  .subtitle_design{
    display: grid;
    line-height: 20px;
  }

  .dli-caret2{
    margin: 15px 30%;
  }
  .ex{
    font-size: 12px;
  }
  .design_setumei{
    font-size: 12px;
    line-height: 15px;
  }
  .design{
    margin: 15px;
  }
 .topic2{
  font-size: 18px;
  font-weight: 600;
  padding-right: 0;
}
.setumei4{
  font-size: 13px;
  line-height: 15px;
  margin-top: 20px;
}
.tukuru{
  font-size: 15px;
  font-weight: 600;
}
}

@media screen and (max-width : 400px){
 
 
 .topic2{
  font-size: 15px;
  padding-right: 0;
}

}



/* ======================================================================
   Skills
==========================================================================*/
.skills{
  display: grid;
  align-content: center;
  margin: 60px;
}
.icon{
  display: flex;
  align-items: center;
}
.soft{
  width: 80px;
  margin-bottom: 20px;
}

.soft_name{
  text-align: left;
  margin-left: 20px;
}
.skill_setumei{
  border-left: solid #a8a8a8 0.5px;
  line-height: 30px;
  margin: 30px;
  padding: 40px;
}

.shikaku{
  display: grid;
  justify-content: center;
  margin: 10px 30px;
}

.shikaku h2{
  margin: 10px 0;
}

.shikaku ul{
  padding-left: 20px;
  list-style-type: disc;
  list-style-position: outside;
}

.shikaku ul li{
  line-height: 1; /*文の行高*/
  padding: 0.5em 0; /*前後の文との余白*/
  font-size: 15px;
}
@media screen and (max-width : 1055px){
  .skill_setumei{
    margin: 20px;
    font-size: 15px;
  }
  
  }


@media screen and (max-width : 995px){
  .icon{
    display: flex;
    align-items: center;
    margin-right: 5px;
  }
}
@media screen and (max-width : 767px){
  .skills{
    margin: 50px;
  }
  .soft{
    width:60px;
  }
}

@media screen and (max-width : 595px){
  
  .skills{
    margin: 30px;
  }

  .soft{
    width:70px;
  }

  .skill_setumei{
    margin: 8px;
    font-size: 13px;
    border-bottom: solid #a8a8a8 0.5px;
    border-left:none;
    padding: 0 0 20px 0;
  }
  ul li{
    line-height: 1; /*文の行高*/
    padding: 0.5em 0; /*前後の文との余白*/
    font-size: 13px;
  }
}

/* ======================================================================
   works
==========================================================================*/
.container{
  display: flex;
  justify-content: center;
}
.works{
  text-align: center;
  margin: 30px;
}
.work{
 width: 280px;
 box-shadow: 5px 5px 5px rgb(134, 134, 134,40%) ;
 margin-bottom: 10px;
}

@media screen and (max-width : 650px){
  .container{
    display: grid;
    align-content: center;
  }
}

/* ======================================================================
    各作品紹介
==========================================================================*/
.consept{
  margin: 50px 80px;
  display: grid;
  justify-items: center;
}
.consept_keysentence{
  margin: 20px 0 20px 20px;
  font-size: 22px;
  font-weight: 500;
}
.consept_setumei{
  margin-left: 40px;
  line-height: 25px;
}
.consept_tool{
  font-size: 15px;
  margin: 15px 40px;
  display: flex;
  justify-content: left;
}

/* WEB */
.consept_link{
  width: 680px;
  margin: 20px;
  box-shadow:5px 5px 5px rgb(104, 104, 104,40%);
}
.consept_link_mini{
  display: none;
}

.siyoutool{
  margin: 10px 10px 5px 0;
}
.time{
  margin: 10px 10px 5px 0;
}

@media screen and (max-width : 910px){
  .consept_link{
    width: 500px;
  }
  .consept_tool{
    font-size: 13px;
    display: grid;
    justify-content: left;
  }
  
}

@media screen and (max-width : 690px){
  .consept{
    margin: 50px 30px;
  }
  .consept_link{
    width: 380px;
  }
  .consept_setumei{
    font-size: 13px;
    margin-left: 30px;
  }
  .consept_tool{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 20px;
    line-height: 20px;
  }
  .siyoutool{
    margin: 5px 10px 5px 0;
  }
  .time{
    margin: 5px 10px 5px 0;
  }
}

@media screen and (max-width : 470px){
  .consept_link{
    display: none;
  }
  .consept_link_mini{
    display: block;
    width: 230px;
    margin: 20px;
  box-shadow:5px 5px 5px rgb(104, 104, 104,40%);
  }
  .consept_keysentence{
    margin: 20px 0 20px 10px;
    font-size: 16px;
  }
  .consept_setumei{
    margin-left: 15px;
  }

}

/* 動画 */
.movie{
  width:560px;
  height:315px;
  margin: 10px;
}

@media screen and (max-width : 767px){
  .movie{
    width:400px;
    height:215px;
  }
}

@media screen and (max-width : 470px){
  .movie{
    width:300px;
    height:155px;
  }
}

/* ハガキ */
.postcard{
  width: 280px;
}
@media screen and (max-width : 470px){
  .postcard{
    width:250px
  }
}

/* 三つ折りパンフレット */
.mituori_haiti{
  display: grid;
  justify-items: center;
}
.mituori{
  max-width:680px;
  box-shadow: none;
}
.mituori2{
  margin-left:45px;
  margin-bottom: -20px;
}

@media screen and (max-width : 470px){
  .mituori2{
    margin-left:35px;
  }
}

/* あの日をデザインする */
.DTD{
  width: 300px;
}

/* あの日をデザインする */
.ehime{
  max-width: 280px;
  box-shadow: none;
}
/* ======================================================================
   Contact
==========================================================================*/
.form{
  display: flex;
  justify-content: center;
}
.form_contents{
  width: 840px;
  height: 1000px;
  margin-top: 30px;
}

@media screen and (max-width : 767px){
  .form_contents{
    width: 500px;
  }
}
@media screen and (max-width : 400px){
  .form_contents{
    width: 350px;
  }
}
/* ======================================================================
   Topに戻る
==========================================================================*/
   
#js-pagetop {
    position: fixed;
    z-index: 10;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #575757;
    bottom: 50px;
    right: 25px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
  }
  
   
  #js-pagetop span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    
  } 
  
  @media screen and (max-width : 580px){
    #js-pagetop {
      right: 1rem;
    }
    .slide1{
      object-fit:fill;
    }
   }

  /* ======================================================================
     フッター
  ==========================================================================*/
  footer{
    background-color: #3a3a3a;
    color: #FCFCFC;
    display: grid;
    place-items: center; 
    padding: 30px;
    height: 40px;
    position: relative;
    bottom: 0;
  }
  