﻿*{
    box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
    color: #000;
    font-size: 13px;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

li {
    list-style: none;
}


a {
    color: #000;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s ease;
}




.blw {
    font-family: 'Barlow', sans-serif;
}

.clear {
    clear: left;
}




header {
    margin-top: 100px;
    padding-top: 50px;
    position: relative;
}
.contents {
    width: 1000px;
    margin: 0 auto;
}

.catch-wrapper .container {
    margin\top: 100px;
    position: relative;
}

.tate {
    height: 300px;
    font-size: 12px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    position: absolute;
    top: 188px;
    right: 80px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.high {
    height: 300px;
    font-size: 12px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    position: absolute;
    top: 100px;
    right: 80px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}


#nav {
    padding-top: 30px;
    background: url(../img/portfolio/arrow.png) no-repeat;
    background-size: 7px 9px;
    width: 35px;
    font-weight: 400;
    font-family: 'Yu Gothic Medium','游ゴシック Medium','YuGothic','游ゴシック体','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Meiryo','ＭＳ ゴシック',sans-serif;
    position: fixed;
    top: 250px;
    left: 60px;
    z-index: 1000;
}



#nav li {
    margin-bottom: 14px;
    line-height: 1;
    letter-spacing: -0.5px;
    position: relative;
}

#nav li a {
    color: #000;
}


#nav li:after {
    content: "";
    width: 0;
    height: 1px;
    border-bottom: 1px solid #000;
    transition: .3s;
    position: absolute;
    bottom: 0;
    left: 0;
    display:block;
}

#nav li:hover:after {
	width: 100%;
    border-bottom: 1px solid #000;
}


.catch-wrapper {
    padding-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
}
.catch-wrapper .container {
    width: 824px;
    margin: 100px auto 0px;
    font-family: 'Barlow', sans-serif;
    position: relative;
}

.catch {
    font-size: 100px;
    font-weight: 900;
    line-height: 95px;
    letter-spacing: -1px;
}




.profile-wrapper {
	height:520px;
	max-width: 824px;
	margin: 0 auto;
}



.pro-ttl {
	display:none;
    margin-top: 0px;
	z-index: 1
}


.pro-wrapper{
    width: 824px;
    margin: 0 auto;
    position: relative;
}

.pro-box {
    width: 300px;
    position: absolute;
    top: 15px;
    right: 0;
}

.pro-img img {
    width: 220px;
}

.pro-text {
  margin-top: 20px;
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  font-family: 'Yu Gothic Medium','游ゴシック Medium','YuGothic','游ゴシック体','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Meiryo','ＭＳ ゴシック',sans-serif;
}

.pro-text li {
  margin-top: 18px;
  text-align: justify;
}

.name {
  font-size: 14px;
}


.works-wrapper {
  padding-bottom: 0px;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
}


.works-wrapper .container {
    max-width: 824px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}



.heading {
  padding-top: 10px;
  padding-bottom: 0px;
  margin-bottom: -30px;
}

.heading h2 {
    font-size: 70px;
    font-weight: 700;
    text-align: left;
}



.text-contents p {
  width: 100%;
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Yu Gothic Medium','游ゴシック Medium','YuGothic','游ゴシック体','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Meiryo','ＭＳ ゴシック',sans-serif;
    text-align: left;
}




.works {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.works::after {
    content: '';
    display: block;
    width: 26%;
}

.works .design {
  width: 26%;
}

.design-icon {
    padding: 0;
}

.design-icon img {
    height: auto;
    max-width: 100%;
    margin-top: 70px;
    margin-bottom: 0px;
    vertical-align: top;
    border: 1px #e7e7e7 solid;
  opacity: 1;
  transition: .3s;
}



.design-icon img:hover {
  opacity: 0.8;
}

.pagetop {
    width: 18px;
    position: fixed;
    bottom: 80px;
    right: 80px;
    z-index: 1000;
}

footer {
    margin-bottom: 120px;
}

footer .container {
    width: 70%;
    margin: 180px auto;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.img img {
    width: 100%;
    height: auto;
}

.line {
	width:30px;
	border-top: solid 1px #000;
	margin-top: 25px;
}

.concept {
	margin-top: 50px;
	text-align:left;
}

.concept li {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Yu Gothic Medium','游ゴシック Medium','YuGothic','游ゴシック体','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Meiryo','ＭＳ ゴシック',sans-serif;
}

.concept li a {
    text-decoration: underline;
    font-weight: 700;
}

.down {
  width:100%;
  margin-top: 25px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  font-family: 'Yu Gothic Medium','游ゴシック Medium','YuGothic','游ゴシック体','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Meiryo','ＭＳ ゴシック',sans-serif;
}

.down a {
    text-decoration: underline;
}


.work-wrapper {
  padding-bottom: 0px;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
}


.work-wrapper .container {
    max-width: 824px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}


.work {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.work .design_dt {
  width: 26%;
}

.design_dt-icon {
    padding: 0;
}

.design_dt-icon img {
    height: auto;
    margin-top: 70px;
    margin-bottom: 0px;
    vertical-align: top;
    border: 1px #e7e7e7 solid;
  opacity: 1;
  transition: .3s;
}


.first img {
	width: 450px;
}

.second img {
	width: 140px;
}

.design_dt.kapel {
    width:auto;
}

.kapel .second {
	width: 300px;
}

.kapel .second img {
	width: 100%;
}

.kapel .second img:not(:first-of-type) {
	margin-top: 40px;
}

.third img {
	width: 700px;
}


.icon img {
    margin-top: 70px;
    margin-bottom: 0px;
    border: 1px #e7e7e7 solid;
}

.pannel img {
	width: 700px;
}



@media(max-width:1024px){

.contents {
	width: 100%;
}

#nav {
    display:none;
}

.tate {
    display:none;
}

.catch-wrapper .container {
	width: 100%;
	margin:0 auto ;
	padding:0 15px;
}
.profile-wrapper {
	max-width: 100%;
    padding-bottom: 0px;
    padding-left: 5%;
    padding-right: 10%;
}


.pro-wrapper {
	width: 100%;
}

.works-wrapper .container {
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.work-wrapper .container {
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.works::after {
    content: '';
    display: block;
    width: 45%;
}

.works .design {
    width: 45%;
}

.pagetop img {
    display:none;
}

}

@media(max-width:768px){


.down {
width: 95%;
}

.third img {
 width:650px;

}
.pannel img {
 width:650px;

}
.kapel .second {
	width: 200px;
}

}


@media(max-width:500px){

.catch {
    font-size: 70px;
    line-height: 65px;
	margin-bottom:50px;
}
.pro-box {
    width: 280px;
position: static;
}

.pro-text {
    margin-top: 20px;
    font-size: 12px;

}
.pro-wrapper {
    padding-left: 5%;
}

.concept li {
    font-size: 12px;
}

.design-icon img {
    margin-top: 50px;
}

.first img {
 width:300px;

}

.second img {
display:none;

}

.third img {
 width:300px;

}

.pannel img {
 width:300px;

}

footer .container {
    margin: 80px auto;
}
}

@media(max-width:320px){

.catch {
    font-size: 65px;
}

.profile-wrapper {
    height: 550px;
}

.pro-box {
    width: 260px;
}

.design-icon img {
    margin-top: 40px;
}

.first img {
 width:260px;

}

.third img {
 width:260px;

}

.pannel img {
 width:260px;

}

}

