/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

/*----------------------------
style
----------------------------*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  background: #fff;
  background: linear-gradient(180deg, #cfdfe3 0%, #cfdfe3 30%, #fff 30%, #fff 100%);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

a:hover {
  opacity: 0.7;
}
::selection {
  background: #c0cfd3;
}

.center {
  text-align: center;
}

.btn a {
  display: block;
  background: #181624;
  width: 90%;
  max-width: 400px;
  box-sizing: border-box;
  padding: 30px;
  text-align: center;
  border-radius: 3px;
  margin: 50px auto;
  text-decoration: none;
  color: #fff;
}
.exLink a {
	position: relative;
}
.exLink a::before{
	content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 24px;
  display: block;
  width: 10px;
  height: 8px;
  border: 1px solid #fff;
  background: #181624;
}
.exLink a::after{
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 18px;
  display: block;
  width: 10px;
  height: 8px;
  border: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .spOnly {
		display: none!important;
	}
	.pcOnly {
		display: block!important;
	}
}

@media screen and (max-width: 768px) {
  .spOnly {
		display: block!important;
	}
	.pcOnly {
		display: none!important;
	}
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scrollup {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scrollup.on {
  transform: translateY(0);
  opacity: 1;
}

/*----------------------------
main-kv
----------------------------*/
h1 {
  width: 100%;
  margin: 0 auto 60px;
}
h1 img {
  width: 100%;
}

/*----------------------------
main-navi
----------------------------*/
header {
  background: #cfdfe3;
  padding: 0 0 120px;
}
nav {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
}
nav ul {
  max-width: 880px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
nav ul li {
  text-align: center;
  width: calc((100% - 3px) / 3);
}
nav ul li a {
  display: block;
  color: #181624;
  text-decoration: none;
  padding: 20px 0 15px;
  box-sizing: border-box;
  font-size: 1.8vw;
  letter-spacing: 0.35vw;
  position: relative;
}
nav ul li a:after {
  content: "";
  width: 50px;
  height: 1px;
  display: inline-block;
  background-color: #181624;
  position: absolute;
  left: calc(50% - 25px);
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
nav ul li a:hover {
  opacity: 1;
}
nav ul li a:hover:after {
  content: "";
  width: 80%;
  height: 1px;
  display: inline-block;
  background-color: #181624;
  position: absolute;
  left: calc(50% - 40%);
  bottom: 0;
}

/*----------------------------
contents-common
----------------------------*/
h2 {
  color: #181624;
  font-size: 3.5vw;
  text-align: center;
  letter-spacing: 0.35vw;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
}
section {
  margin: 120px 0;
}

/*----------------------------
about
----------------------------*/
#about {
  background: #ecf2f4;
  margin: 0;
}
#about h2 {
  padding: 80px 0 60px;
}
#about h2:first-of-type + p {
  color: #181624;
  text-align: center;
  line-height: 1.8;
  margin: 0 auto 80px;
  font-size: 1.2vw;
}
#about .skill {
  margin: 0px auto 80px;
}
#about .skill > ul:first-of-type,
#works > ul {
  max-width: 960px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
#about .skill > ul:first-of-type > li {
  text-align: center;
  width: calc((100% - 240px) / 3);
}
#about .skill > ul:first-of-type > li > h3 {
  color: #181624;
  font-size: 2.2vw;
  text-align: center;
  letter-spacing: 0.25vw;
  margin: 0 0 20px;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
}
#about .skill > ul:first-of-type > li > picture > img {
  margin: 0 0 30px;
  width: 100%;
}
#about .skill > ul:first-of-type > li > ul > li {
  color: #b74e4e;
  font-size: 1.8vw;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.3vw;
}
#about .skill > ul {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}
#about .skill > ul > li {
  display: inline-block;
  font-size: 1.5vw;
  line-height: 1.8;
  letter-spacing: 0.25vw;
}
#about .skill > ul:last-of-type > li::after {
  content: "/";
  margin: 0 5px 0 10px;
}
#about .skill > ul:last-of-type > li:last-of-type::after {
  content: none;
  margin: 0;
}

#about .profile {
  background: #fff;
  padding: 100px 0 0;
}
#about .profile > div {
  max-width: 960px;
  margin: 0 auto;
}
#about .profile > div img {
  float: left;
  width: 240px;
}
#about .profile > div > dl {
  float: right;
  width: calc(100% - 240px);
  font-size: 1.2vw;
  line-height: 1.5;
  padding-left: 80px;
  box-sizing: border-box;
}
#about .profile > div > dl > dt {
  color: #cfdfe3;
  font-weight: bold;
  font-size: larger;
  letter-spacing: 0.2vw;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
}
#about .profile > div > dl > dd {
  color: #181624;
  margin: 0 0 1.5vw;
  letter-spacing: 0.2vw;
}

#about .profile > div > dl > dd > dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#about .profile > div > dl > dd > dl dt {
  padding: 0.5em 1em 0.5em 0;
  box-sizing: border-box;
  position: relative;
  width: 5.5em;
  color: #181624;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
}

#about .profile > div > dl > dd > dl dt::after {
  content: "■";
  position: absolute;
  right: -0.7em;
  top: calc(0.5em + 6px);
  font-size: 1vw;
  color: #cfdfe3;
}

#about .profile > div > dl > dd > dl dd {
  width: calc(100% - 5.5em);
  padding: 0.5em 0 0.5em 1em;
  border-left: 1px solid #cfdfe3;
  box-sizing: border-box;
}

#about .profile > div > dl > dd > dl dd ul {
  background: #ecf2f4;
  padding: 0.75em;
  border-radius: 5px;
  margin-top: 0.75em;
  font-size: smaller;
}
#about .profile > div > dl > dd > dl dd ul li {
  list-style: circle outside;
  margin-left: 1.5em;
}

/*----------------------------
works
----------------------------*/
#works {
  position: relative;
  padding: 100px 0 0;
}
#works:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ecf2f4;
  transform: skewY(5deg);
  z-index: -1;
}
#works:after {
  content: "";
  position: absolute;
  top: 70px;
  bottom: -70px;
  left: 0;
  right: 0;
  background-color: #ecf2f4;
  z-index: -1;
}
#works h2 {
  margin: 0 0 50px;
}
#works > ul > li {
  margin-bottom: 40px;
}

/*----------------------------
contact
----------------------------*/
#contact h2 {
  margin: 160px auto 50px;
}

/*----------------------------
footer
----------------------------*/
footer {
  background: #ecf2f4;
  padding: 100px 0 50px;
  text-align: center;
  color: #181624;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.25vw;
}
footer ul {
  padding: 0 0 50px;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
footer ul li {
}
footer ul li img {
  width: 100%;
  max-width: 80px;
}

/*----------------------------
--WORK--
----------------------------*/
#work {
  background: #cfdfe3;
}
#work header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1080px;
}
#work h1 {
  width: 30%;
  margin: 0 auto 24px;
}
#work nav {
  width: 70%;
}
/* section */
#work section {
  width: 100%;
  max-width: 1080px;
  background: #fff;
  padding: 80px;
  box-sizing: border-box;
  margin: 0 auto 80px;
}
#work section div {
  display: flex;
  justify-content: space-between;
}
/* work-m */
#work section .work-m dl {
  width: 40%;
}
#work section .work-m picture {
  width: calc(60% - 40px);
}
/* work-s */
#work section .work-s dl {
  width: 55%;
}
#work section .work-s picture {
  width: calc(45% - 40px);
}
/* work-ss */
#work section .work-ss dl {
  width: 65%;
}
#work section .work-ss picture {
  width: calc(35% - 40px);
}

/* work-common */
#work section dl dt {
  font-size: 1.8vw;
  text-align: left;
  position: relative;
  padding-left: calc(24px + 1vw);
  margin-bottom: 2vw;
  letter-spacing: 0.25vw;
}
#work section dl dt:before {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  display: inline-block;
  width: 24px;
  height: 8px;
  background: #cfdfe3;
  left: 0;
}
#work section dl dd {
  margin-bottom: 1.5vw;
  line-height: 2;
  letter-spacing: 0.1vw;
  word-break: break-all;
}
#work section dl dd a {
  color: #829ca2;
  text-decoration: none;
}
#work section dl dd.work-tool:before {
  content: "[";
  color: #cfdfe3;
  margin-right: 0.5vw;
}
#work section dl dd.work-tool:after {
  content: "]";
  color: #cfdfe3;
  margin-left: 0.5vw;
}

#work section picture img {
  width: 100%;
}
#work section video {
  width: 100%;
}

/* top */
#work section + p {
  width: 240px;
  margin: 0 auto 80px;
  text-align: center;
}
#work section + p a {
  display: block;
  color: #181624;
  text-decoration: none;
  padding: 10px 0 15px;
  box-sizing: border-box;
  font-size: 1.8vw;
  letter-spacing: 0.35vw;
  position: relative;
}
#work section + p a:after {
  content: "";
  width: 50px;
  height: 1px;
  display: inline-block;
  background-color: #181624;
  position: absolute;
  left: calc(50% - 25px);
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#work section + p a:hover {
  opacity: 1;
}
#work section + p a:hover:after {
  content: "";
  width: 80%;
  height: 1px;
  display: inline-block;
  background-color: #181624;
  position: absolute;
  left: calc(50% - 40%);
  bottom: 0;
}

/*
-------------------
tb
-------------------
*/
@media screen and (max-width: 1280px) {
  nav ul {
    max-width: 768px;
  }
  nav ul li a {
    font-size: 2.2vw;
  }
  #about h2:first-of-type + p {
    font-size: 1.6vw;
  }
  #about .skill > ul:first-of-type, #works > ul {
    max-width: 768px;
    justify-content: space-around;
  }
  #about .skill > ul {
    max-width: 480px;
  }
  #about .skill > ul > li {
    font-size: 1.6vw;
  }
  #about .profile > div {
    max-width: 768px;
    padding: 0 5%;
    box-sizing: border-box;
  }
  #about .profile > div img {
    width: 160px;
  }
  #about .profile > div > dl {
    float: right;
    width: calc(100% - 160px);
    font-size: 1.5vw;
    padding-left: 5%;
  }
  #works > ul {
    justify-content: space-evenly;
  }
  #work header,
  #work section {
    width: 90%;
    max-width: none;
  }
  #work section {
    padding: 5%;
  }
  #work section dl dt {
    font-size: 2.5vw;
  }
}

/*
-------------------
sp
-------------------
*/
@media screen and (max-width: 768px) {
  section {
    margin-top: 50px;
  }
  header {
    padding: 0 0 80px;
  }
  h1 {
    margin: 0 auto 50px;
  }
  nav ul {
    max-width: none;
    width: 100%;
  }
  nav ul li a {
    font-size: 4.5vw;
  }
  h2 {
    font-size: 6vw;
  }
  #about h2 {
    padding: 80px 0 60px;
  }
  #about h2 {
    padding: 70px 0 50px;
  }
  #about h2:first-of-type + p {
    font-size: 3.5vw;
    padding: 0 5%;
    margin: 0 0 50px;
  }
  #about .skill {
    margin: 0px auto 50px;
  }
  #about .skill > ul:first-of-type, #works > ul {
    width: 90%;
    max-width: none;
    justify-content: space-between;
  }
  #about .skill > ul:first-of-type > li {
    width: 30%;
  }
  #about .skill > ul:first-of-type > li > h3 {
    font-size: 4.5vw;
  }
  #about .skill > ul {
    max-width: none;
    width: 90%;
  }
  #about .skill > ul > li {
    font-size: 3.5vw;
  }
  #about .profile {
    padding: 50px 0 0;
  }
  #about .profile > div {
    width: 90%;
    max-width: none;
    padding: 0;
  }
  #about .profile > div img {
    width: 40%;
    float: none;
    margin: 0 30% 20px;
  }
  #about .profile > div > dl {
    float: none;
    width: 100%;
    font-size: 3.5vw;
    padding: 0;
  }
  #about .profile > div > dl > dd > dl dt::after {
    font-size: 2vw;
  }
  #works {
    padding: 50px 0 0;
    margin-top: 50px;
  }
  #works h2 {
    margin: 20px 0 50px;
  }
  #works > ul {
    justify-content: center;
    max-width: none;
    width: 90%;
  }
  #works > ul > li:last-of-type {
    margin-bottom: 0;
  }
  #contact h2 {
    margin: 130px auto 0px;
  }
  footer ul {
    justify-content: center;
  }
  footer ul li {
    padding: 0 10%;
    box-sizing: border-box;
    width: 40%;
  }
  #work header, #work section {
    width: 100%;
  }
  #work h1 {
    width: 40%;
    margin: 0 auto 5%;
  }
  #work nav {
    width: 60%;
  }
  #work nav ul li a {
    font-size: 3.5vw;
    padding: 0 0 10px;
  }
  #work section {
    width: 100%;
    margin-bottom: 50px;
    padding: 10% 5% 5%;
  }
  #work section .work-m dl,
  #work section .work-s dl,
  #work section .work-ss dl {
    width: 100%;
  }
  #work section dl dt {
    font-size: 5vw;
    padding-left: 10vw;
    margin: 0 0 10%;
  }
  #work section dl dd {
    margin-bottom: 5%;
  }
  #work section .work-m picture,
  #work section .work-s picture,
  #work section .work-ss picture {
    width: 100%;
  }
  #work section + p {
    width: 100%;
    margin: 0 auto 60px;
    text-align: center;
  }
  #work section + p a {
    font-size: 3.5vw;
  }
  .form a {
    display: block;
    background: #181624;
    width: 90%;
    box-sizing: border-box;
    padding: 5% 10%;
    text-align: center;
    border-radius: 3px;
    margin: 50px auto;
    text-decoration: none;
    color: #fff;
  }
  #contact h2 + p {
    margin-top: 50px;
    line-height: 2;
    padding: 0 5%;
  }

}