@charset "UTF-8";

body{
  font-size: 15px;
  color: #59380D;
  background-color:#FAF8F5 ;
}

/* *************************
汎用
************************* */
.inner{
  max-width: 1280px;
  width: 94%;
  margin: 0 auto;
}
.flex{
  display: flex;
}
.space_between{
  justify-content: space-between;
}

.align-content{
  align-items: center;
}
.color_red{
  color: #CD4057;
  font-weight: bold;
}
.note{
  margin-top: 20px;
  margin-bottom: 20px;
}
/*----- セクション -----*/
.section_title{
  font-size: 50px;
  text-align: center;
  font-family: 'Reggae One', cursive;
}
.section_title::before,
.section_title::after{
  content: "";
  display: inline-block;
  width: 80px;
  height: 3px;
  text-decoration: underline;
  border-bottom: 9px dotted;
}
.section_title::before{
  margin-bottom: 15px;
  margin-right: 50px;
}
.section_title::after{
  margin-bottom: 15px;
  margin-left: 50px;
}
.section_title_sub{
  text-align: center;
}
.section_title_b{
  font-size: 40px;
  line-height: 48px;
  font-family: 'Reggae One', cursive;
  border-left: 10px dotted #59380D;
  padding-left: 20px;
}
.section_title_sub_b{
  margin-left: 100px;
}
.section_title_sub_b::before{
  content: "─";
  margin-right: 2em;
}
.section_title_sub_b::after{
  content: "─";
  margin-left: 2em;
}
.section_title_c{
  font-size: 20px;
  border-bottom: 1px solid #59380D;
}
.section_title_c::before{
  content: "■";
}
.section_txt{
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}
.section_txt_b{
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: left;
}
/*----- ボタン -----*/
.section_btn{
  text-align: center;
}

.section_btn a{
  display: inline-block;
  background-color: #459967;
  color: #fff;
  font-size: 18px;
  padding: 20px 60px;
  border-radius: 50px;
  transition: .3s;
  margin-top: 30px;
}

.section_btn_none{
  background-color: #a7a7a7;
  color: #fff;
  font-size: 18px;
  padding: 20px 60px;
  border-radius: 50px;
  margin-top: 60px;
}

.section_btn a:hover{
  background-color: #C1C564;
}


.arrow_left{
  display: inline-block;
  border-bottom:1px solid #fff;
  border-left:1px solid #fff;
  transform:rotate(45deg);
  width: 6px;
  height: 6px;
  margin-right: 10px;
  margin-bottom: 3px;
}
.arrow_right{
  display: inline-block;
  border-top:1px solid #fff;
  border-right:1px solid #fff;
  transform:rotate(45deg);
  width: 6px;
  height: 6px;
  margin-left: 10px;
  margin-bottom: 3px;
}
.arrow_bottom{
  display: inline-block;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
  transform:rotate(45deg);
  width: 6px;
  height: 6px;
  margin-left: 10px;
  margin-bottom: 3px;
}
/*----- pageup -----*/
.pageup a{
  position: fixed;
  bottom: 5%;
  right: 3%;
  transition: 1s;
}
.pageup img{
  width: 100%;
  max-width: 90px;
  transition: .2s;
}
.pageup :hover{
  max-width: 100px;
}
/* *************************
ヘッダー
************************* */
.header{
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.header_logo{
  max-width: 120px;
}
.gnav li a{
  margin-left: 45px;
  position: relative;
  border-bottom: transparent  5px dotted;
}
.gnav li a:hover{
  color: #459967;
  border-bottom: 5px dotted;
  transition: 0.5s;
}
.active{
  color: #459967;
}
.gnavbtn_txt{
  display: none;
}

/* *************************
フッター
************************* */
.footer{
  width: 100%;
  height: 200px;
  background-image:url(../img/footer.png) ;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  text-align: center;
}
.copy{
  width: 100%;
  height: 100px;
  line-height: 100px;
  color: #fff;
  font-weight: bold;
}
/* *************************
共通指定
************************* */
/*----- 余白指定 -----*/
.top_about,
.top_work,
.top_hobby,
.banner_wrap,
.game_box{
  padding-top: 80px;
  padding-bottom: 80px;
}
.web_wrap{
  padding-top: 80px;
}
.profile_wrap,
.work_wrap,
.game_wrap,
.detail_wrap,
.detail_box{
  padding-top: 50px;
  padding-bottom: 100px;
}
.banner_wrap,
.detail_box,
.game_box{
  margin-top: 80px;
}

/*----- 背景色指定 -----*/
.top_about,
.top_hobby,
.skill_wrap,
.banner_wrap,
.detail_box,
.game_box{
  background-color:#F1EDE2 ;
}
.backcolor_Sepia{
  background-color: #F1EDE2;
}
/* *************************
トップ
************************* */
/*----- mv -----*/
.mv{
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.mv img{
  width: 100%;
  max-width: 1000px;
}
/*----- TOP_about -----*/
.top_about{
  background-image: url(../img/tree.png);
  background-repeat: no-repeat;
  background-position: bottom  right -300px;
}
.top_about_box{
  margin-top: 80px;
  align-items: center;
}
.top_about_txt{
  width: 60%;
  margin: 0 auto;
}
.top_about_img{
  width: 30%;
}
.img_profile{
  width: 100%;
  max-width: 200px;
}
.img_logo_t,
.img_logo_n{
  max-width: 50px;
  margin-top: 35px;
  transition: 0.3s;
}
.img_logo_t:hover,
.img_logo_n:hover{
  opacity: 0.5;
}
/*----- TOP_work -----*/
.work_web,
.work_banner{
  width: 45%;
  position: relative;
  overflow: hidden;
}
.hover_txt{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  font-size:24px;
  color: #59380D;
  text-align: center;
  background-color: rgb(193, 197, 100,0.5);
  opacity: 0;
  transition: .3s ease-in-out;
  padding-top: 35%;
}
.hover_txt:hover{
  opacity: 1;
  transform: scale(1.1);
}

/*----- TOP_hobby -----*/
.hobby_img{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
/* *************************
プロフィール
************************* */
.profile_box{
  margin-top: 50px;
}
.profile_img{
  width: 50%;
  text-align: center;
}
.profile_txt{
  width: 50%;
  background-color: #F1EDE2;
  padding: 30px 50px;
}
.profile_txt dl{
  display: flex;
}
.profile_txt dt{
  width: 20%;
}
.profile_txt dd{
  width: 80%;
  text-indent: -2em;
}
.profile_txt dd::before{
  content: "：";
  margin-right: 1em;
}
.profile_item{
  margin-bottom: 30px;
}
/*----- スキル -----*/
.skill_wrap{
  padding: 100px 0;
}
.skill_box{
  margin-top: 80px;
}
.skill_list{
  width: 45%;
  background-color: #FAF8F5;
  padding: 60px 20px;
  justify-content: space-between;
}
.skill_img{
  width: 40%;
}
.skill_text{
  width: 56%;
}
.skill_title{
  border-bottom: 1px solid #59380D;
}
.skill_icon{
  background-color: #59380D;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  margin: 20px 0px;
}
/* *************************
Webデザイン
************************* */
/*----- バナー制作 -----*/
.banner_list{
  background-color: #FAF8F5;
  padding: 20px 10px;
  width: 32%;
}
.webdesign_list{
  background-color: #F1EDE2;
  padding: 20px 10px;
  width: 32%;
}
.work_title{
  width: 80%;
  border-bottom: 1px solid #59380D;
  margin: 0 auto 20px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
}
.work_list img{
  width: 80%;
}
.work_text{
  margin: 30px 0;
}
.work_type{
  color:#CD4057 ;
  font-weight: bold;
  text-align: center;
}

.work_type::before{
  content: "─";
  margin-right: 2em;
}
.work_type::after{
  content: "─";
  margin-left: 2em;
}

.banner_wrap{
  text-align: center;
}
.web_wrap{
  text-align: center;
}
/* *************************
作品詳細
************************* */
.detail_inner{
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
  align-items: center;
}
.detail_title{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #59380D;
}
.detail_box h4,
.detail_wrap .section_btn{
  margin-top: 30px;
}
.detail_img{
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
}
.detail_img img{
  padding: 20px;
}

/* *************************
ゲーム制作
************************* */
/*----- 概要 -----*/
.game_about{
  margin-top: 50px;
}
.game_img{
  width: 40%;
  max-width: 500px;
  margin-left: 20px;
}
.game_txt{
  width: 60%;
}
.game_txt a,
.screen_list a{
  color: #194D9A;
  text-decoration: underline;
  font-weight: bold;
}
/*----- ナビ -----*/
.game_nav_box ul{
  width: 100%;
}
.game_nav li{
  width: 50%;
  background-color: #459967;
  transition: 0.3s;
  border: 1px solid #fff;
}
.game_dl a{
  background-color: #CD4057;
  transition: 0.3s;
}
.game_nav li a{
  display: block;
  height: 100%;
  color: #fff;
  padding: 20px 10px;
  text-align: center;
}
.game_nav li:hover{
  background-color: #C1C564;
}
.game_dl a:hover{
  background-color: #d48994;
}

/*----- 詳細 -----*/
.game_about,
.game_detail{
  background-color: #FAF8F5;
  padding: 20px ;
}
.game_section .section_title_c{
  margin-top: 50px;
  margin-bottom: 30px;
}
.chara_box,
.screen_box{
  flex-wrap: wrap;
  justify-content: space-around;
}
.chara_list,
.screen_list{
  margin-bottom: 50px;
  margin-right: 30px;
}
.chara_list{
  width: 30%;
}

.chara_name{
  align-items: center;
}
.chara_list img{
  max-width: 80px;
  margin-right: 25px;
}
.screen_list{
  width: 45%;
}
.screen_list img{
  width: 100%;
  max-width: 500px;
  border: 1px solid #59380D;
}
.chara_list p,
.screen_list dd{
  margin-top: 20px;
}
.material_list_box {
  flex-wrap: wrap;
}
.material_list{
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 20%;
}
.link_img{
  max-width: 200px;
}
.material_list p{
  font-size: 14px;
}
.material_title{
  background-color: #459967;
  color: #fff;
  padding: 10px;
  border-bottom: 1px solid #fff;
  transition: .3s;
}
.material_title:hover{
  background-color: #C1C564;
}
.screen_box p{
  margin-bottom: 20px;
}

/* *************************
          レスポンシブ
************************* */
@media screen and (max-width:940px) {
  body{
    font-size: 13px;
  }
  .sp_none{
    display: none;
  }
  /*----- レスポンシブ_ヘッダー -----*/
  .header{
    position: fixed;
    width: 100%;
    background-color: #59380D;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 1;
  }
  .mv{
    padding-top: 80px;
  }
  /*----- レスポンシブ_メニューボタン -----*/
  .gnavbtn{
    border:1px solid #59380D;
    width: 100%;
    max-width: 120px;
    height: 40px;
    background-color:#F1EDE2;
    top:5px;
    right: 20px;
    z-index: 2;
    justify-content: space-around;
    padding:0 10px;
  }
  .gnavbtn_txt,
  .gnavbtn_line{
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .gnavbtn_txt::after{
    content: "MENU";
  }
  .gnavbtn_line span{
    width: 20px;
    height: 2px;
    background-color: #59380D;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    transition: .3s;
  }
  .show .gnav{
    transform: translate(0);
  }
  .open.gnavbtn span:first-child,
  .open.gnavbtn span:nth-child(2),
  .open.gnavbtn span:last-child{
    background-color: #fff;
  }
  .open.gnavbtn span:first-child{
    transform: translateY(7px) rotate(-45deg);
  }
  .open.gnavbtn span:nth-child(2){
    opacity: 0;
  }
  .open.gnavbtn span:last-child{
    transform: translateY(-7px) rotate(45deg);
  }
  .open.gnavbtn span:first-child{
    transform: translateY(7px) rotate(-45deg);
  }
  .open .gnavbtn_txt::after{
    content: "CLOSE";
  }
  .open.gnavbtn{
    background-color: #459967;
    border: none;
    color: #fff;
  }
  .gnav{
    display:block;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #459967;
    color: #fff;
    width: 50%;
    height: 450px;
    padding-top: 60px;
    transform: translate(100%);
    transition: 0.6s;
  }
  .gnav ul{
    display: block;
    width: 88%;
    margin: 0 auto;
  }
  .gnav ul li{
    padding: 10px 5px;
    border-bottom: 1px solid #fff;
    font-size: 13px;
  }
  .gnav ul li a::before{
    content: "■";
  }
  .gnav ul li a{
    margin-left: 10px;
  }
  .gnav ul li a{
    letter-spacing: 3px;
  }
  .gnav li a:hover{
    color: #59380D;
    border: none;
    transition: 0.5s;
  }
  .active{
    color: #59380D;
  }
  /*----- レスポンシブ_セクション -----*/
  .section_title{
    font-size: 30px;
  }
  .section_title::before,
  .section_title::after{
    content: "";
    display: inline-block;
    width: 30px;
    height: 3px;
    border-bottom: 4px dotted;
  }
  .section_title_b{
    font-size: 25px;
  }
  .section_title_sub_b{
    margin-left: 30px;
  }
  .section_title_sub_b::before,
  .section_title_sub_b::after{
    margin-right: 1em;
  }
  .section_txt{
    text-align: center;
  }
  .section_btn{
    font-size: 15px;
  }
  .profile_wrap{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .work_wrap,
  .detail_wrap,
  .game_wrap{
    padding-top: 100px;
  }
  /*----- レスポンシブ_pageup -----*/
  .pageup a{
    display: none;
  }
  /*----- レスポンシブ・余白・レイアウト指定 -----*/
  .top_about,
  .top_work,
  .top_hobby{
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .top_about_box{
    margin-top: 30px;
    flex-direction: column-reverse;
  }
  .work_web,
  .work_banner{
    margin-bottom: 20px;
  }
  /*----- レスポンシブ・トップ -----*/
  .top_about_txt{
    width: 90%;
  }
  .top_about_img{
    text-align: center;
    width: 100%;
  }
  .img_profile{
    width: 100%;
  }
  .img_logo_t,
  .img_logo_n{
    text-align: center;
    max-width: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  /*----- レスポンシブ_profile -----*/
  .profile_box,
  .skill_box{
    flex-direction: column;
  }
  .profile_img{
    width: 100%;
  }
  .profile_img,
  .profile_txt{
    width: 100%;
    padding: 30px 20px;
  }
  .profile_txt dt{
    width: 30%;
  }
  .profile_txt dd{
    width: 70%;
  }
  .skill_list{
    flex-direction: column-reverse;
    width: 100%;
    align-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 30px 20px;
  }
  .skill_img,
  .skill_text{
    width: 100%;
    text-align: center;
  }
  .skill_img{
    width: 50%;
  }
  /*----- レスポンシブ_work -----*/
  .work_box{
    flex-direction: column;
  }
  .work_web,
  .work_banner{
    width: 100%;
  }
  .banner_list,
  .webdesign_list{
    width: 90%;
    margin: 0px auto 20px;
  }
  .web_wrap{
    text-align: center;
  }
  .detail_inner{
    flex-direction: column-reverse;
  }

  /*----- レスポンシブ・ゲーム -----*/
  .game_about{
    flex-direction: column-reverse;
    align-items: center;
  }
  .game_txt,
  .game_img{
    width: 90%;
  }
  .game_txt{
    text-align: center;
    margin-top: 20px;
  }
  .game_nav_box{
    display: block;
  }
  .chara_box{
    display: block;
  }
  .chara_list,
  .screen_list{
    width: 100%;
  }
  .material_list{
    width: 100%;

  }
  .link_img{
    margin-right: 20px;
  }


}





