@charset "UTF-8";
/* CSS Document */
/* テキストの自動拡大を無効化 */
body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
/*　font-family設定_背景画像*/
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
/*背景画像は高さを持たないため、heightの指定が必要*/ 
  width: 100%;
  height: auto;
/*相対パスで画像ファイルを指定*/
  background-image: url("../img/825215-2.png");
}
#ODwaon {
	font-size: 45px;
	color: #333;
	letter-spacing: 0.03em;
}
.ODwaon {
	display: flex;
	align-items: flex-end;
}
.logo {
  font-family: 'Signika', sans-serif;
  font-size: 35px;
  font-weight: 600;
  padding-left: 20px;
}
h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
footer {
  font-family: 'Signika', sans-serif;
}
/* header */
.wrapper {
  padding: 10px;
}
nav {
  padding: 30px 30px 10px;
}
nav ul {
  font-size: 14px;
  font-weight: 700;
  display: flex;
}
li:not(:last-child) {
  margin-right: 20px;
}
a {
  text-decoration: none;
}
/* content1 */
.top-article {
  padding: 10px 30px;
  text-align: justify;
  font-size: 12px;
  line-height: 1.7;
  color: #666;
}
.update {
  background: linear-gradient(transparent 70%, yellow 70%);
}
/* content2(works)*/
.content2 {
  padding: 20px;
}
h2 {
  font-size: 25px;
  color: #555;
  letter-spacing: 0.2px;
  padding-left: 10px;
  padding-bottom: 7px;
  border-bottom: solid 3px #939D96;
  margin-bottom: 15px;
}
.group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0 20px;
}
.webbox, .graphicbox, .bannerbox {
  flex: 0 1 40%;
  margin: 10px;
}
figure {
  text-align: center;
}
figure img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 3px 3px 2px #ddd;
}
.works_p {
  font-size: 11px;
  line-height: 1.5;
  color: #666;
  text-align: justify;
  padding-top: 10px;
  padding-bottom: 10px;
}
.content2 a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about {
  font-size: 12px;
}
/*　(content2(works)-movie部分)　*/
.content2 h3 {
  font-size: 12px;
  color: #444;
  padding-top: 20px;
}
.movie {
  width: 280px;
  height: 158px;
  padding: 15px 0;
}

.youtube {
  margin: 20px 0;
}
/*　movie部分 end　*/
/* content3(profile) */
.content3 {
  background-color: #EFEDEF;
  border-radius: 10px;
  padding: 30px 20px;
}
.content3 h2 {
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.content3 section {
  padding: 10px;
}
.profile {
  padding: 20px 0;
  line-height: 1.8;
  color: #666;
  word-wrap: break-word;
  min-width: 0;
}
.profile h3 {
  font-size: 13px;
}
.profile p {
  font-size: 12px;
}
.selfport {
  width: 100%;
  height: auto;
}
/* content4(contact form) */
.content4 {
  padding: 30px 20px;
}
.content4 h2 {
  margin: 30px 0 40px;
}
/* content4(contact form)"ボタン" */
.btn {
  margin-left: 10px;
}
.btn a {
  background-color: #ffcf64;
  color: #fff;
  font-size: 22px;
  font-family: 'Signika', sans-serif;
  width: 150px;
  display: block;
  text-align: center;
  line-height: 35px;
  margin-top: 50px;
  margin-bottom: 70px;
  border-radius: 5px;
  border: 2px solid #ffcf64;
}
.btn a:link {
  color: #fff;
}
.btn a:visited {
  color: #fff;
}
.btn a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #ffcf64;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
/*　コンタクトフォーム-モバイル用　*/
.form {
  width: 280px;
  height: 1050px;
}
/*　footer　*/
footer {
  padding: 10px;
  background-color: #EFE6C9;
}
footer p {
  font-size: 16px;
  text-align: center;
  color: #666;
}
/*=====workpage部分=====*/
.screen {
  padding: 10px;
  margin-bottom: 30px;
}
.screen img {
  width: 100%;
  height: auto;
  border: 2px solid #ccc;
}
a img:hover {
  opacity: 0.9;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.description {
  padding: 20px;
  margin-bottom: 10px;
}
.description p {
  margin: 15px 0;
  font-size: 12px;
  line-height: 1.8;
  color: #666;
}
.notice {
  background: linear-gradient(transparent 70%, yellow 70%);
}
/*　workpage部分内、下部ページ移動部分　*/
.movepage {
  padding: 50px 20px;
}
.movepage ul {
  color: #666;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.movepage span {
  color: white;
}
/*=====workpage部分end======*/
/*=====PC版=====*/
@media (min-width: 600px) {
  /* PC版：font-size設定 (14px) */
  .profile p, article, .profile h3, .works_p, footer p, .description p {
    font-size: 14px;
  }
  /* PC版：wrapper */
  .wrapper {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  /*　PC版：header　*/
  .logo {
    margin-top: 30px;
    font-size: 40px;
    font-weight: 600;
  }
  /* PC版：ヘッダー内のwrapper */
  header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  nav {
    padding: 30px 50px;
  }
  /*--以下修正--*/
  .top-article {
    padding: 40px 50px;
    font-size: 14px
  }
  h2 {
    margin-bottom: 0;
  }
  /*　works,banner画像のflexレイアウト（上揃え、下揃え） */
  .group {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .group_graphic {
    align-items: flex-end;
  }
  /*多分end*/
  .webbox, .graphicbox {
    width: 200px;
  }
  .webbox, .graphicbox, .bannerbox {
    flex: initial;
    margin: 10px 20px;
  }
  /*　PC版：movie　*/
  .content2 h3 {
    font-size: 16px;
    color: #444;
    padding-top: 20px;
  }
  .moviebox {
    margin: 20px 0 0 50px;
  }
  .movie {
    width: 640px;
    height: 360px;
  }
  /*　PC版：movie end　*/
  /* PC版：プロフィール部分 */
  .content3 section {
    display: flex;
    padding: 10px 5px;
  }
  .selfport {
    width: 350px;
    height: 247px;
  }
  .profile {
    padding: 0 20px;
    line-height: 2;
  }
  /* PC版：コンタクトフォーム */
  .form {
    width: 550px;
    height: 850px;
  }
}
/*=====PC版設定ここまで=====*/
/*=====PC版（大）=====*/
@media (min-width: 1025px) {
  /*-----PC版（大）：wrapper-----*/
  .wrapper {
    max-width: 1100px;
  }
  /* PC版（大）：コンタクトフォーム */
  .form {
    width: 700px;
    height: 850px;
  }
}
/*=====PC版（大）設定ここまで=====*/
/*-------------各種設定----------------*/
img {
  vertical-align: bottom;
}
a:link {
  color: #858585;
}
a:visited {
  color: #858585;
}
a:hover {
  color: #ffb000;
}
a:active {
  color: #ffb000;
}