/*-------------------------------------------
共通
-------------------------------------------*/
@charset "utf-8";

html{
  font-size: 100%;
  width: 100vw;
}
body{
  color: #333;
  font-size: 1rem;/*16px*/
  width: 100%;
  margin: 0;
  font-family: jaf-domus, dnp-shuei-mgothic-std, sans-serif;
  line-height: 1.5rem;
}
img{
  max-width: 100%;
}
ul {
  list-style: none;
}
section{
  margin-bottom: 100px;
}
h2,h3{
  line-height: 1.7rem;
}
a{
  text-decoration: none;
  color: #333;
}
/* サイト全体のコンテンツ幅を設定 */
.container{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.container-inner{
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.flex{
  display: flex;
}
.section-title{/* Works */
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: 2.25rem;
  margin: 300px auto 70px;
  height: 120px;
  width: 100vw;
  text-align: center;
  background-color: #141c3e;
  color: #FFF;
  /*margin-top: 300px;*/
  padding: 30px 0;
}
.section-title-min{/* 制作物 */
  font-family:yu-mincho-pr6n,sans-serif;
  font-size: 1.25rem;
  color: #FFF;
}
.works-title{/* パウンドケーキ専門店「Cake House」/架空サイト */
  font-family:yu-mincho-pr6n,sans-serif;
  font-size: 1.4rem;
  margin-bottom: 50px;
}




/*-------------------------------------------
header
-------------------------------------------*/

.decoration{
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 1;
}
.header{
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;/* fixed+space-betweenのため必要 */
  height: 140px;
  position: fixed;
  z-index: 2;
  justify-content: space-between;
  padding: 70px 50px 0px;
  background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0));
}
h1{
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}
.gloval-nav li{
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: 1.35rem;
  padding-left: 35px;
}

/* sp用ハンバーガーメニュー */
.openbtn{
  display: none;
}
/* sp用グローバルナビ */
.open-menu{
  display: none;
}


/*-------------------------------------------
works
-------------------------------------------*/

.works-img-top{
  margin-bottom: 70px;
}
.btn{
  display: inline-block;
  width: 200px;
  height: 40px;
  border-radius: 5px;
  background-color: #dce5ee;
  font-family: semplicitapro, sans-serif;
  font-size: 1.25rem;
  color: #141c3e;
  line-height: 40px;
  margin-bottom: 70px;
  box-shadow:0px 0px 6px 5px #c8ced5;
}
.btn:hover{
  opacity: 0.8;
}
.works-img-all{
  margin-bottom: 150px;
}


/*--------- 制作期間〜使用ツール --------*/
.box1{
  background-color: #dce5ee;
  padding: 30px 10%;
  margin-bottom: 100px;
}
.box1 dl{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}
.box1 dt{
  width: 30%;
  padding-right: 10px;
  margin-bottom: 10px;
}
.box1 dd{
  width: 70%;
  margin-bottom: 10px;
}


/*--------- 概要・デザイン --------*/
.box2{
  margin-bottom: 80px;
  text-align: left;
}
.box2 dt{
  font-size: 1.125rem;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: bold;
  padding: 8px;
  display: inline-block;
  background-color: #dce5ee;
  margin-bottom: 12px;
}
.box2 dd{
  padding: 0 5%;
}



/*-------------------------------------------
footer
-------------------------------------------*/
#footer{
  height: 150px;
  background-color: #141c3e;
  text-align: center;
}
.copyright{
  line-height: 150px;
  color: #FFF;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
}







/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 599px) {

  /*-------------------------------------------
  共通
  -------------------------------------------*/
  body{
    color: #333;
    font-size: 0.8rem;/*16px*/
    width: 100%;
    margin: 0;
    font-family: jaf-domus, dnp-shuei-mgothic-std, sans-serif;
    line-height: 1.5rem;
  }

  /*---------- Works 制作物 ---------*/
  main{
    padding-top: 140px;
  }
  .section-title{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: 1.7rem;
    /*margin: 140px auto 70px;*/
    margin: 0 auto 70px;
    height: 90px;
    width: 100vw;
    text-align: center;
    background-color: #141c3e;
    color: #FFF;
    padding: 20px 0;
  }
  .section-title-min{
    font-family:yu-mincho-pr6n,sans-serif;
    font-size: 0.7rem;
    color: #FFF;
  }

  /*------ パウンドケーキ専門店 -------*/
  .works-title{
    font-family:yu-mincho-pr6n,sans-serif;
    font-size: 1.2rem;
    margin-bottom: 50px;
  }
  

  /*-------------------------------------------
  header
  -------------------------------------------*/

  .header{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;/* fixed+space-betweenのため必要 */
    height: 140px;
    position: fixed;
    z-index: 2;
    /*justify-content: space-between;*/
    padding: 25px 50px 0px;
    background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0));
  }
  .decoration{
    display: none;
  }
  h1{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
  }
  .gloval-nav{
    display: none;
  }

  /* ハンバーガーメニュー */
.openbtn{
  display: block;
  /*position: relative;*/
  position: fixed;
  top:10px;
  right: 10px;
  cursor: pointer;
	cursor: pointer;
  width: 50px;
  height:50px;
  z-index: 4;/* 最前面に */
}
.openbtn span{
  display: inline-block;
  transition: all .4s;/*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 1.5px;
  border-radius: 2px;
  background: #525252;
  width: 45%;
}
.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
    background: #fff;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;/*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
    background: #fff;
}

/* sp用グローバルナビ */
.open-menu{
  display: block;
  position: fixed;
  z-index: 3;
  width: 100vw;
  height: 100vh;
  background-color: rgba(15,55,110,0.95);
  font-size: 1.5rem;
  transition: all 0.6s;
  text-align: left;
  left: 100%;
}
.open-menu ul{
  position: absolute;
  top:30%;
  left:40%;
  transform: translate(-50%,-50%);
}
.open-menu li{
  padding: 10px 0;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.open-menu a{
  color: #fff;
}
/*openクラスが付与されてmenuが開く*/
.open-menu.open{
  left: 0;
}



  /*-------------------------------------------
  works
  -------------------------------------------*/
  .works-img{
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 70px 0;
  }
  .works-img a{
    width: 100%;
  }
  .works-img img{
    width: 100%;
  }


  /*-------------------------------------------
  about
  -------------------------------------------*/
  .about-contents-text{
    width: 100%;
    background-color: #FFF;
    text-align: left;
    padding: 50px;
    margin: 0 auto 50px;
  }
  .about-contents-img{
    width: 80%;
    height: auto;
    margin: 0 auto;
  }



  /*-------------------------------------------
  skills
  -------------------------------------------*/
  .skills-all{
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 70px 0;
    margin-bottom: 100px;
  }
  .skills-contents{
    width: 100%;
    text-align: center;
  }
  .skills-contents img{
    margin-bottom: 25px;
  }
  .skills-name{
    font-family: yu-mincho-pr6n,sans-serif;
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
  .skills-text{
    text-align: left;
  }

  /*------------------ lisence ---------------*/
.license{
  text-align: center;
  font-family: yu-mincho-pr6n,sans-serif;
  line-height: 1.1rem;
}
.lisence-title{
  font-size: 1.2rem;
  /*margin: 0 auto 10px;*/
  margin-bottom: 30px;
}
.license-list{
  width: 90%;
  max-width: 570px;
  font-size: 1.125rem;
  display:inline-block;
  text-align: left;
  padding: 30px 0;
  border-top: double 6px #141c3e;
  border-bottom: double 6px #141c3e;
}
.license-list ul{
  list-style: unset;
  padding: 0 7%;
}
.license-list li{
  margin-bottom: 12px;
}

}