@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}
a {
  cursor: hand;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*―――――――――――――――――
	共通
――――――――――――――――――*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

html:before, html:after, body:before, body:after {
  content: "";
  position: fixed;
  display: block;
  z-index: 1;
  height: 4px;
  width: 100vw;
  background: #70f1c5;
}

html:before {
  top: 0;
  left: 0;
}
html:after {
  bottom: 0;
  right: 0;
}

body:before {
  top: 0;
  left: 0;
  width: 4px;
  height: 100vh;
}
body:after {
  bottom: 0;
  right: 0;
  width: 4px;
  height: 100vh;
}

body {
  position: relative;
  font-family: "yu-mincho-pr6", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  line-height: 1.8;
  color: #404040;
  letter-spacing: 0.1em;
}

a {
  color: #404040;
  text-decoration: none;
}

.inner {
  padding: 0 60px;
}

.w1220 {
  max-width: 1220px;
  margin: 0 auto;
}

.w790 {
  max-width: 790px;
  margin: 0 auto;
}

.en {
  font-family: 'Roboto Slab', serif;
  letter-spacing: 0.2em;
}

.ttl01 {
  font-size: 32px;
  font-family: 'Roboto Slab', serif;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 45px;
}

.btn01 {
  display: block;
  width: 100%;
  max-width: 348px;
  text-align: center;
  border: solid 2px #404040;
  padding: 15px;
  background: #fff;
  font-family: "yu-mincho-pr6", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  cursor: pointer;
  -moz-transition: ease 0.8s;
  -o-transition: ease 0.8s;
  -webkit-transition: ease 0.8s;
  transition: ease 0.8s;
  -moz-box-shadow: 0 4px 0 0 #70f1c5;
  -webkit-box-shadow: 0 4px 0 0 #70f1c5;
  box-shadow: 0 4px 0 0 #70f1c5;
}
.btn01:hover {
  background: #404040;
  color: #fff;
}

#sp_overlay, #menu-trigger {
  display: none;
}

#page-top {
  position: fixed;
  bottom: 5px;
  right: 15px;
}

/*―――――――――――――――――
	header
――――――――――――――――――*/
#header {
  padding: 50px 0 40px;
}
#header .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#g_nav {
  padding-top: 10px;
}
#g_nav ul {
  display: -webkit-flex;
  display: flex;
}
#g_nav li {
  margin-left: 35px;
}
#g_nav a {
  position: relative;
  display: inline-block;
  padding: 3px;
}
#g_nav a:after {
  z-index: -1;
  position: absolute;
  content: '';
  display: block;
  bottom: -1px;
  left: -3px;
  right: -3px;
  height: 4px;
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  background: #70f1c5;
}
#g_nav a:hover:after, 
#g_nav a.on:after{
  height: 36px;
}

/*―――――――――――――――――
	footer
――――――――――――――――――*/
#footer {
  padding: 15px 0 50px;
  background: #fff;
}
#footer small {
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.2em;
}

/*―――――――――――――――――
	トップページ
――――――――――――――――――*/
#fixed_area {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: -1;
}

#mv {
  position: relative;
  border: solid 2px #616161;
  background: url(../img/top/bg_mv.jpg) center;
  height: calc(100vh - 220px);
}
#mv .text {
  position: absolute;
  top: 50%;
  margin-top: -150px;
  left: 10%;
  display: inline-block;
  background: url(../img/top/bg_mv02.png) #fff no-repeat top 35px right 25px;
  padding: 40px 95px 40px 40px;
}
#mv .text h2 {
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
#mv .text p {
  line-height: 2;
  letter-spacing: 0.1em;
}

#mv_arrow {
  animation: sdb 1.5s infinite;
  text-align: center;
  padding-top: 20px;
}
#mv_arrow a {
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
#mv_arrow a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-0deg) translate(0, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-0deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-0deg) translate(0, 20px);
    opacity: 0;
  }
}
#content {
  margin-top: 100vh;
  background: #fff;
}

#about {
  padding: 80px 0;
}
#about p {
  line-height: 2;
  text-align: center;
  letter-spacing: 0.1em;
}
#about p:last-child {
  margin-top: 30px;
}

#service {
  background: url(../img/top/bg_service.jpg);
  padding: 70px 25px 100px;
}
#service ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#service li {
  width: 31%;
  background: #fff;
  padding: 50px 32px 40px;
}
#service li:nth-child(1) p {
  background: url(../img/top/service01.png) no-repeat center top;
}
#service li:nth-child(2) p {
  background: url(../img/top/service02.png) no-repeat center top;
}
#service li:nth-child(3) p {
  background: url(../img/top/service03.png) no-repeat center top;
}
#service h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 25px;
}
#service p {
  padding-top: 195px;
}

#works {
  padding: 70px 0;
}
#works strong {
  font-size: 1.4em;
  line-height: 3.0;
}
#works ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
#works li {
  background: #393939;
  overflow: hidden;
  width: 25%;
}
#works img {
  width: 100%;
  display: block;
  opacity: 0.6;
  -moz-transition: ease 0.8s;
  -o-transition: ease 0.8s;
  -webkit-transition: ease 0.8s;
  transition: ease 0.8s;
}
#works img:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}

#w_contact_btn {
  text-align: center;
}
#w_contact_btn p {
  margin-bottom: 35px;
}
#w_contact_btn a {
  margin: 0 auto;
}

#contact {
  padding: 70px 0;
  border: solid 1px #404040;
  background: url(../img/top/bg_contact01.jpg) no-repeat left top, url(../img/top/bg_contact02.jpg) no-repeat right bottom;
}
#contact dl {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
#contact dt, #contact dd {
  display: table-cell;
}
#contact dt {
  width: 28%;
  vertical-align: top;
  overflow: hidden;
  padding: 10px 20px 0 0;
}
#contact dt span {
  position: relative;
  margin-top: 2px;
  color: #fff;
  background: #404040;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0 4px 0 5px;
  float: right;
}
#contact dd {
  width: 72%;
}
#contact .btn01 {
  margin: 0 auto;
}

input, textarea {
  border: solid 1px #404040;
  width: 100% !important;
  font-family: "yu-mincho-pr6", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  padding: 10px;
  border-radius: 0;
}

textarea {
  height: 200px !important;
}

/*―――――――――――――――――
	サンクスページ
――――――――――――――――――*/
#thanks {
  padding: 40px 0;
}
#thanks #logo, #thanks h1 {
  text-align: center;
}
#thanks #logo {
  margin: 50px auto;
}
#thanks h1 {
  font-size: 30px;
  margin-bottom: 20px;
}
#thanks .btn01 {
  margin: 40px auto 0;
}
#thanks p {
	text-align: center;
}

/*―――――――――――――――――
	Works（制作実績）
――――――――――――――――――*/
.w960 {
	width: 960px;
	margin: 0 auto;
}
#mv.works-mv{
	border: none;
}

/*これを複製して、classと画像のファイル名を変更する*/
#mv.works-mv.works01{
background-image:url(../img/works/dot.gif),url(../img/works/01/title.jpg);
background-repeat:nrepeat,no-repeat;
background-position:0% 0%,center;
background-size:auto,cover;
}
#mv.works-mv.works02{
background-image:url(../img/works/dot.gif),url(../img/works/02/title.jpg);
background-repeat:nrepeat,no-repeat;
background-position:0% 0%,center;
background-size:auto,cover;
}
#mv.works-mv.works03{
background-image:url(../img/works/dot.gif),url(../img/works/03/title.jpg);
background-repeat:nrepeat,no-repeat;
background-position:0% 0%,center;
background-size:auto,cover;
}
#mv.works-mv.works04{
background-image:url(../img/works/dot.gif),url(../img/works/04/title.jpg);
background-repeat:nrepeat,no-repeat;
background-position:0% 0%,center;
background-size:auto,cover;
}
#mv.works-mv.works05{
background-image:url(../img/works/dot.gif),url(../img/works/05/title.jpg);
background-repeat:nrepeat,no-repeat;
background-position:0% 0%,center;
background-size:auto,cover;
}
#mv.works-mv.works06{
background-image:url(../img/works/dot.gif),url(../img/works/06/title.jpg);
background-repeat:nrepeat,no-repeat;
background-position:0% 0%,center;
background-size:auto,cover;
}
/*これを複製して、classと画像のファイル名を変更する*/
/*#mv.works-mv h2{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用
	transform: translate(-50%, -50%);	color: #fff;
	font-size: 38px;
	text-align: center;
}*/
#mv.works-mv h2{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);	color: #fff;
	font-size: 38px;
	text-align: center;
}

#works-read{
	text-align: center;
	padding: 75px 0 30px;
}

#works-img01{
	padding-top:60px;
}

#works-img01,#works-img02{
	text-align: center;
	margin: 30px 0;
}

#works-img01 img,#works-img02 img{
	max-width: 100%;
	height: auto;
}

#works-data{
	margin: 65px 0 60px;
	padding: 60px 0;
	background: url(../img/top/bg_service.jpg);
}

#works-data table{
	border-spacing: 5px;
	border-collapse: separate;
}

#works-data th,
#works-data td{
	padding: 25px 32px;
}

#works-data th{
	color: #fff;
	text-align: center;
	background: #404040;
	width: 25%;
}

#works-data td{
	background: #fff;
}

#works-nav{
	position: relative;
	padding-bottom: 30px;
}

#works-nav .prev{
	position: absolute;
	top: 15px;
	left: 0;
}

#works-nav .prev a{
	background: url(../img/works/prev.png) no-repeat center left;
	padding-left: 30px;
}

#works-nav .next{
	position: absolute;
	top: 15px;
	right: 0;
}

#works-nav .next a{
	background: url(../img/works/next.png) no-repeat center right;
	padding-right: 30px;
}

#works-nav .prev a,
#works-nav .next a{
	transition: .2s;
}

#works-nav .prev a:hover,
#works-nav .next a:hover{
	opacity: 0.6;
}

#works-nav .site{
	text-align: center;
}

#works-nav .site .btn01{
	margin: 0 auto;
}

/*―――――――――――――――――
	960以下
――――――――――――――――――*/
@media only screen and (max-width: 960px) {
	.w960{
		width: 100%;
	}
}
/*―――――――――――――――――
	tablet
――――――――――――――――――*/
@media only screen and (max-width: 769px) {
  #mv .text {
    top: 50%;
    left: 50%;
    margin: 0;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 40px;
    width: 90%;
  }
  #mv .text h2 {
    font-size: 34px;
  }

  #service {
    padding-bottom: 70px;
  }
  #service ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #service li {
    width: 100%;
    margin-bottom: 25px;
  }
  #service li:last-child {
    margin-bottom: 0;
  }

  #works ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #works li {
    width: 48%;
    margin-bottom: 4%;
    background: none;
  }
  #works img {
    opacity: 1;
  }

  #contact {
    padding: 70px;
  }
  #contact dl, #contact dt, #contact dd {
    display: block;
    width: 100%;
    padding: 0;
  }
  #contact dt {
    margin-bottom: 10px;
  }

  #thanks {
    padding: 40px 20px;
  }
  
	/*Works（制作実績）*/
	#mv.works-mv h2{
		font-size: 20px;
		padding: 0 15px;
	}
	#works-img01{
		padding-right: 0;
	}
	#works-data{
		padding: 60px 30px;
	}
}
/*―――――――――――――――――
	sp
――――――――――――――――――*/
@media only screen and (max-width: 640px) {
  .sp_none {
    display: none;
  }

  #header {
    padding: 25px 0 15px;
  }
  #header h1 {
    width: 100px;

  }
  #header h1 img {
    width: 100%;
    height: auto;
  }

  #menu-trigger {
    display: block;
  }

  #sp_overlay {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }

  #sp_nav {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  #sp_nav li {
    margin-bottom: 25px;
  }
  #sp_nav a {
    color: #fff;
    font-size: 24px;
  }

  #menu-trigger {
    z-index: 1000;
    top: 30px;
    right: 25px;
    display: inline-block;
    position: fixed;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }

  #menu-trigger .global-nav-menu-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 2px;
    border-radius: 10px;
    background: #000;
    transition: .2s;
  }

  #menu-trigger .global-nav-menu-btn-icon:before, #menu-trigger .global-nav-menu-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    width: 30px;
    height: 2px;
    border-radius: 10px;
    background: #000;
    transition: .2s;
  }

  #menu-trigger .global-nav-menu-btn-icon:before {
    margin-top: -10px;
  }

  #menu-trigger .global-nav-menu-btn-icon:after {
    margin-top: 8px;
  }

  #menu-trigger .global-nav-menu-btn-icon.close {
    background: transparent;
  }

  #menu-trigger .global-nav-menu-btn-icon.close:before, #menu-trigger .global-nav-menu-btn-icon.close:after {
    margin-top: -3px;
  }

  #menu-trigger .global-nav-menu-btn-icon.close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
  }

  #menu-trigger .global-nav-menu-btn-icon.close:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #fff;
  }

  .inner {
    padding: 0 20px;
  }

  #g_nav {
    display: none;
  }

  #mv {
    height: calc(100vh - 200px);
	background-size: 50% 50%;
  }
  #mv .text {
    width: 94%;
    -moz-background-size: 50% auto;
    -o-background-size: 50% auto;
    -webkit-background-size: 50% auto;
    background-size: 50% auto;
    padding: 30px 15px;
  }
  #mv .text h2 {
    font-size: 22px;
  }
  #mv .text p {
    line-height: 1.8;
  }

  #about p {
    text-align: left;
  }

  #service {
    padding: 40px 20px;
  }
  #service li {
    padding: 40px 20px;
  }
  #service li p {
    line-height: 1.8;
  }

  #w_contact_btn p:first-child {
    text-align: left;
  }

  .btn01 {
    width: 80%;
  }

  #contact {
    padding: 79px 20px;
    background: url(../img/top/bg_contact01.jpg) no-repeat left top/130px auto, url(../img/top/bg_contact02.jpg) no-repeat right bottom/220px auto;
  }
  #contact .btn01 {
    width: 80% !important;
  }

  #thanks h1 {
    font-size: 24px;
  }
  /*Works（制作実績）*/
	#works-data{
		padding: 30px 15px;
	}
	#works-data tr,
	#works-data th,
	#works-data td{
		width: 100%;
		display: block;
	}
	#works-data th,
	#works-data td{
		padding: 15px 20px;
	}
	#works-data td{
		margin-bottom: 5px;
	}
	#works-nav .btn01{
		font-size: 13px;
		width: 168px;
	}
	#works-nav .prev a,
	#works-nav .next a{
		font-size: 14px;
		background-size: 8px auto;
	}
	#works-nav .prev a{
		padding-left: 20px;
	}
	#works-nav .next a{
		padding-right: 20px;
	}
}
