@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Candal&display=swap');

:root {
  --ff: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  --midashi: #dd1944;
  --txc: #000000;
  --mdsc: #000000;
  --bg: #fff;
  --cnt: transparent;
  --hdp: padding;
  --li: #dd1944;
  --link: #000000;
  --linkh: #afafaf;
}

/* 全体共通
-------------------------------------- */
html,
body {
  scroll-padding-top: 65px;
	font-family: "Montserrat","Helvetica Neue",'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  animation: fadein 1.5s forwards;
  counter-reset: section;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

/* スクロールバー
-------------------------------------- */
::-webkit-scrollbar {
  width: 13px;
}
::-webkit-scrollbar-track {
background: var(--bg);
}
::-webkit-scrollbar-thumb {
border-radius: 8px;
background:var(--li);
}
/* ---------------------------------- */

/* 全体
-------------------------------------- */
body {
  margin: 0 auto;
  border-radius: 6px;
  overflow-x: hidden;
  word-break: break-word;
  overflow-wrap: break-word;
  background: var(--bg);
  color: var(--txc);
  font-size: 0.95rem;
  line-height: 1.8;
	letter-spacing: 1.2px;
}

/* 見出し
-------------------------------------- */
.skill-item img {
  float: left;
  width: 60px;
	margin-right: 12px;
}

h1, h2{
  line-height: 1;
  color: var(--midashi);
  padding-top: .875rem
}

h1 {
  font-size: 1.8rem;
	text-align: center;
  font-weight: bold;
}
h2.title {
	margin:3em 0 2em 0;
}
h2.about,
h2.contact {
	margin:2em 0;
}

h2 {
  overflow: hidden;
  text-align: center;
	font-size: 2rem;
}
h2 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}
h2 span::before,
h2 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: var(--midashi);
}
h2 span::before {
  right: 100%;
}
h2 span::after {
  left: 100%;
}
h3 {
  font-size: 1.3rem
}

.skill {
	margin-bottom: 15px;
}

.box {
  width: 100%;
  height: 100vh;
  font-size: 80px;
  display: flex;
text-align: left;
  flex-direction: column;
  padding-left: 1em;
  padding-top: 1.7em;
}
.box p{
	color:#000;
	letter-spacing: 7px;
	filter: drop-shadow(3px 3px 0rem rgb(255, 255, 255));
}
.box-bg {
  background-image: url(../img/topimage.svg);
  background-size: cover;
  position: relative;
	  background-position: center -110px;
  background-repeat: no-repeat;
}

.profbox {
	display: flex;
	vertical-align: middle;
  position: relative;
}
.proficon{
margin:55px 0 20px 100px;
	width: 200px;
	height: 200px;
	/* border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%; */
	background-image: url("../img/proficon.svg");
	/* background-size: cover;
	background-position: center center; */
	flex: 1;
}
.proficon2{
background-image: url("../img/prof2.png");
	background-size: cover;
	background-position: center center;
width: auto;
}
.proftext {
	flex: 2;
	vertical-align: middle;
	display: inline-block;
	margin:30px 0;
}
.profright {
	margin:8px 0 35px 0;
	list-style: none;
}
.profright .right2{
	margin:0;
	padding:0;
}
.profright ul li {
margin:0;
padding:0;

}
.profmore {
	margin-top: 3em;
	text-align: right;
}
.profmore a{
	margin-top: 20px;
	margin: 0 auto;
	padding:8px 15px;
	border:1px solid var(--li);
	border-radius: 18em;
	color:#fff;
	background-color: var(--li);
	transition: 0.3s;
}
.profmore a:hover {
	background-color: transparent;
	color:var(--li);
	transition: 0.3s;
}

/* ---------- アニメーションスタイル ---------- */
/* ページ遷移時のフェードイン */
@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}
/* スライドアニメーション */
@keyframes thanksimg {
  0% {
      transform: translate(0,0px);}
  100% {
      transform: translate(0,-15px)}
		}
/* ズームインアニメーション */
@keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.thanks {
  position: absolute;
  top:12.5em;
  left:0;
}
.tree {
  margin-right: 20px;
  animation: popup 0.8s ease-in-out 1 forwards;
}
.thanks img{
  animation-name: thanksimg;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  margin-right: 30px;
}

hr {
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #dac7bf 0, #dac7bf 1px, transparent 0, transparent 50%);
  background-size: 6px 6px;
  border:0;
  margin:30px 0 20px 0;
}
a {
  text-decoration: none;
}
header ul li a {
  padding: 0 10px;
  transition: .3s;
  position: relative;
  display: inline-block;
}

header ul li a:hover {
  transform: scale(1.15,1.15);
  color: #dd1944;
}

ul li {
	list-style: none;
	display: inline-block;
	padding:0 20px;
}

header .page-header {
	display: flex;
  position: -webkit-sticky;
position: sticky;
}

.mockupimg {
  max-width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.workspage {
  margin-top:5em;
  width: 900px;
  height: 100%;
}
.workstitle {
  text-align: center;
  margin-bottom: 10px;
}
.workspage h3 {
  margin:12px 0;
  border-bottom:4px solid var(--li);
  display: inline-block;
}
.workstxt dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  }
  .workstxt dt {
  flex-basis: 15%;
  padding: 20px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
  }
  .workstxt dd {
  flex-basis: 85%;
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  }
  @media screen and (max-width: 559px) {
  .workstxt dl {
  flex-flow: column;
  }
  }
.ctxt {
  margin-bottom: 4.5em;
}
.colorbase {
  display: flex;
  font-size: 1.2rem;
}
.color1 {
 color: var(--li);
}
.color2 {
  color: #000;
}
.color3 {
  color: #94AE45;
}
.color4 {
  color: #FBB65C;
}
.color5 {
  color: #85D664;
}
.color6 {
  color: #FF9B9B;
}
.color7 {
  color: #FFE673;
}
.color8 {
  color: #f4dc9f;
}
.color9 {
  color: #a53327;
}
.color10 {
  color: #96704a;
}
.color11 {
  color: #cff2fa;
}
.color12 {
  color: #3f78e1;
}
.color13 {
  color: #6b9ce8;
}
.color14 {
  color: #0DB0FB;
}
.color15 {
  color: #FFEF36;
}
.color16 {
  color: #1A1A1A;
}
.color17 {
  color: #009699;
}
.color18 {
  color: #FF8833;
}
.color19 {
  color: #283A58;
}
.color20 {
  color: #F2ED55;
}
.color21 {
  color: #E60013;
}
.color22 {
  color: #A4C41A;
}
.color23 {
  color: #EEA900;
}
.color24 {
  color: #007CBA;
}
.color25 {
  color: #159FAC;
}
.color26 {
  color: #C1DFE2;
}
.color27 {
  color: #FBB03B;
}
.point {
  counter-reset: li;
}
.point li{
  display: flex;
  line-height: 1.5rem;
  margin-bottom: 10px;
}
.point li:before {
  counter-increment: li;
  content: counter(li);
  background-color: #333;
  color: #fff;
  text-align: center;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 1rem;
  margin-right: 1.2rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.point2 {
  counter-reset: li;
}
.point2 li{
  display: flex;
  line-height: 1.5rem;
  margin-bottom: 35px;
}
.point2 li:before {
  counter-increment: li;
  content: counter(li,upper-alpha);
  background-color: #333;
  color: #fff;
  text-align: center;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 1rem;
  margin-right: 1.2rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.point2 li img{
  display: block;
  padding-right: 18px;
  width: 200px;
  max-width: 100%;
}
.logolist li img a:hover{
  opacity:0.7;
  transition: 0.3s;
}
.logo {
	display: block;
	justify-content: center;
	text-align: center;
	font-size: 1.8rem;
	padding:20px 0 10px 0;
	letter-spacing: 0.3rem;
}
.logotext {
  width: 100%;
}
header {
  display: block;
  padding:var(--hdp);
padding: 20px;
position:fixed;
text-align: center;
top: 0;
background: linear-gradient(rgb(255, 255, 255),rgba(255, 255, 255, 0.863),rgba(255, 255, 255, 0.534), rgba(255, 255, 255, 0));
z-index: 2;
width: 100%;
}

header li {
  list-style: none;
  margin :0 auto;
  font-size: 1rem;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
header nav li a{
  text-decoration: none;
	transition : all 0.3s ease 0s;
}
header nav li a:hover{
  text-decoration: none;
	transition : all 0.3s ease 0s;
}
.sticky {
  position: -webkit-sticky;
position: sticky;
}

div.hamburger {
		display: none;
	}
nav {
  display: flex;
  justify-content: center;
  top:0;
  position: -webkit-sticky;
  position: sticky;
}

section {
  margin:1em auto 4em;
  max-width: 1000px;
}


textarea {
  max-width: 100%
}
#page-top{
	position: fixed;
	bottom: 0;
	right: 0;
	min-width: 80px;
	min-height: 80px;
	text-align: center;
	bottom: 4%;
	right: 2%;
	cursor: pointer;
  z-index: 5;
}
.topscroll {
  transition-duration: 0.5s;
}
.topscroll:hover {
  transform: rotate(360deg);
  transition-duration: 0.5s;
}

/*--------------------------------
 Works
---------------------------------*/
.works {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
}
.caption {
	font-size: 1rem;
	font-weight: bold;
	margin-top: 5px;
}
.captionmini {
	font-size: 0.9rem;
	color:var(--li);
	line-height: 1rem;
	margin-bottom: 30px;
}

.item img {
	width: 100%;
	height: auto;
	object-fit: cover;
	overflow: hidden;
}
.itembox {
  width: 300px;
  height:130px;
  overflow: hidden;
}
.img-hover {
  transition-duration: 0.3s;
}
.img-hover:hover {
  transform: scale(1.2);
  transition-duration: 0.3s;
}

.skill-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -50px;
}

.skill-item {
  display: flex;
  margin-bottom: 50px;
}

.skill-body {
  flex: 1;
}

.skill-name {
  margin-bottom: 3px;
}
img {
  max-width: 100%;
	vertical-align: middle;
}

.float_none {
	clear: both;
}

figure {
	float: right;
	margin: 0 15px 15px 0;
	width: 50%;
}
figure img {
	max-width: 100%;
}

footer {
  text-align: center;
  background-color: var(--hd);
  letter-spacing: 1px;
  background-image: url("../img/bgf.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 70px 0 35px 0;
  color: #000;
}
.chirashi {
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.473);
}
.pagenation {
  display: flex;
  justify-content: space-between;
}

.next,.prev {
  margin-top: 15px;
}
.next a,.prev a{
	padding:8px 15px;
	border:1px solid var(--li);
	border-radius: 18em;
	color:#fff;
	background-color: var(--li);
	transition: 0.3s;
}
.next a:hover,.prev a:hover {
	background-color: transparent;
	color:var(--li);
	transition: 0.3s;
}

/*アニメーション要素のスタイル*/
.fade{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}
.skillimg{
	opacity : 0;
	visibility: hidden;
	transition: 1.8s;
	transform: translateY(30px);
}
.skillname{
	opacity : 0;
	visibility: hidden;
	transition: 1.3s;
	transform: translateY(30px);
}

.setumei,
.category{
	opacity : 0;
	visibility: hidden;
	transition: 1.5s;
	transform: translateY(30px);
}

/* 吹き出しのアニメーション */
.profleft {
  animation: poyon 1s ease-in-out 1 forwards;
}
.left1 {
  animation: poyon 1.1s ease-in-out 1 forwards;
}
.left2 {
  animation: poyon 1.3s ease-in-out 1 forwards;
}
.left3 {
  animation: poyon 1.5s ease-in-out 1 forwards;
}

@keyframes poyon {
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.59) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 0.6) translate(0, 5px);
  }
  50% {transform: scale(0.98, 1) translate(0, -5px);
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}

/* 吹き出し下のアニメーション */
.profright {
  animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

.right1 {
  animation: popup 0.6s ease-in-out 1 forwards;
}
.right2 {
  animation: popup 0.9s ease-in-out 1 forwards;
}
.right3 {
  animation: popup 1.1s ease-in-out 1 forwards;
}

@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}

/* worksアニメーション */
.portfolio1 {
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}
.portfolio2 {
	opacity : 0;
	visibility: hidden;
	transition: 1.5s;
	transform: translateY(30px);
}
.portfolio3 {
	opacity : 0;
	visibility: hidden;
	transition: 2s;
	transform: translateY(30px);
}
.portfolio4 {
	opacity : 0;
	visibility: hidden;
	transition: 2.5s;
	transform: translateY(30px);
}
.portfolio5 {
	opacity : 0;
	visibility: hidden;
	transition: 3s;
	transform: translateY(30px);
}
.portfolio6 {
	opacity : 0;
	visibility: hidden;
	transition: 3.5s;
	transform: translateY(30px);
}

/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/* スクロール */
.scroll {
  display: inline-block;
  padding-top: 70px;
  position: relative;
  padding-left: 6.5em;
}
.scroll::before {
  animation: scroll 3.5s infinite;
  border: solid rgb(0, 0, 0);
	filter: drop-shadow(3px 3px 0rem rgb(255, 255, 255));
  border-width: 0 0 3px 3px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: rotate(-45deg);
  width: 30px;
  height: 30px;
}
@keyframes scroll {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  80% {
    transform: rotate(-45deg) translate(-30px, 30px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

/* メールフォーム */
.box_con {
  max-width: 900px;
  margin: 0  auto;
}
input[type="name"],
input[type="email"] {
  max-width: 350px;
}
td input,
td textarea {
  border: solid 1px var(--midashi);
}
td input:hover,
td textarea:hover {
  border: solid 1px var(--midashi);
  background-color: #fff4f4;
}
p.btn {
  text-align: right;
}
input[type="submit"],
input[type="reset"] {
	background-color: var(--li);
  color:#fff;
  border:1px solid var(--li);
	border-radius: 25px;
  margin:5px;
  padding:0.2em 1em;
  transition: 0.2s;
}
input[type="submit"]:hover,
input[type="reset"]:hover {
	background-color: transparent;
  color:var(--li);
  border:1px solid var(--li);
  transition: 0.2s;
}

@media only screen and (max-width: 768px) {
  .box_con {
    width: 95%;
  }
}
.box_con form {
  width: 100%;
}
.box_con form table {
  width: 100%;
}
.box_con form table tr {
  position: relative;
}
.box_con form table tr th {
  width: 30%;
  font-weight: normal;
  padding: 1em 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .box_con form table tr th {
    text-align: center;
    width: 100%;
    display: block;
    background: var(--li);
    padding: .8em .2em;
    color: #fff;
  }
  input[type="name"],
input[type="email"] {
  max-width: 100%;
}
}
.box_con form table tr th span {
  background: transparent;
  padding: 0 .3em;
  color: #fff;
  border: 1px solid #fff;
  margin-left: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_con form table tr td {
  padding: 1em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .box_con form table tr td {
    padding: 1.5em .5em;
    display: block;
    width: 100%;
  }
}
.box_con form table tr .box_br {
  display: block;
}
.box_con form table tr select {
  border: 1px solid var(--li);
}
.box_con form table tr label input {
  cursor: pointer;
  display: none;
  vertical-align: middle;
}
.box_con form table tr .radio02-input + label {
  padding-left: 23px;
  margin-right: 20px;
  position: relative;
}
.box_con form table tr .radio02-input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 12px;
  height: 12px;
  background: var(--li);
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box_con form table tr select, .box_con form table tr input, .box_con form table tr textarea {
  width: 100%;
  height: 3em;
  padding: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_con form table tr textarea {
  height: 10em;
}

/*==================================================
ギャラリーのためのcss
===================================*/
/*＝＝＝並び替えボタンチェックマークのCSS*/
.sort-btn{
  padding: 10px;
  margin:-30px 0 30px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sort-btn ul{
  display: flex;
  flex-wrap: wrap;
}
.sort-btn ul li{
  position: relative;
  cursor: pointer;
	background-color: var(--li);
  color:#fff;
  border:1px solid var(--li);
	margin:10px;
	padding:2px 16px;
	border-radius: 18px;
  transition: 0.3s;
}
.sort-btn ul li:hover{
  position: relative;
  cursor: pointer;
	background-color: transparent;
  color:var(--li);
  border:1px solid var(--li);
	margin:10px;
	padding:2px 16px;
  transition: 0.3s;
}
.sort-btn ul li:visited{
  position: relative;
  cursor: pointer;
	background-color: #fff;
  color:var(--li);
  border:1px solid var(--li);
	margin:10px;
	padding:2px 16px;
  transition: 0.3s;
}

/*横幅が810px以下になった際の指定*/
@media only screen and (max-width: 810px) {
.sort-btn li{
  width:100%;
  margin:0;
}

.sort-btn ul li{
  width:auto;
}
}


/*＝＝＝Muuriのレイアウトのための調整 */
.grid {
  position: relative;/*並び替えの基準点を指定*/
}

/*各画像の横幅などの設定*/
.item {
  display: block;
  position: absolute;
  width: 33%;/*横並びで3つ表示*/
  padding:0 10px 10px 10px;/*画像に余白をつける*/
  z-index: 1;
}

/*内側のボックスの高さが崩れないように維持*/
.item-content {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

/*画像の横幅を100%にしてレスポンシブ化*/
.grid img{
  width:100%;
  height:auto;
  vertical-align: bottom;/*画像の下にできる余白を削除*/
}

/*横幅が768px以下になった際の指定*/
@media only screen and (max-width: 768px) {
.item {
  width: 49.5%;/*横並びで2つ表示*/
  padding: 0 5px 10px 5px;
}
}
/*横幅が600px以下になった際の指定*/
@media only screen and (max-width: 600px) {
.item {
  width: 100%;/*横並びで1つ表示*/
  padding: 0 5px 10px 5px;
}
}


/*＝＝＝fancyboxサムネイル背景と画像選択時の枠線の指定*/
.fancybox-thumbs {
    background: transparent!important;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #FA999B;
}

/*========= レイアウトのためのCSS ===============*/
ul{
  margin:0;
  padding: 0;
  list-style: none;
}

a{
  color: #333;
}

a:hover,
a:active{
  text-decoration: none;
}

h1{
  text-align: center;
  font-size:6vw;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin:30px 0;
}

p{
  margin:0;
  word-wrap : break-word;
}



@media (max-width: 600px) {
  /* スマホ用表示 */
  .point2 li{
    display:block;
  }

  .point2 li img {
    text-align: center;
    margin:0 auto;
    width: 100%;
  }
  .logolist li img{
    display: block;
    width: 100%;
  }
  .logotext {
    display: block;
    margin-top: 1.2em;
    margin-bottom: 4em;
  }
  .itembox {
    width: 100%;
    height: 100%;
  }
	#about {
		margin-bottom: 2em;
	}
	h2 {
		font-size: 1.5rem;
	}
  .colorbase {
    justify-content: center;
  }
  .tree {
    margin-right:0;
    animation: popup 0.8s ease-in-out 1 forwards;
  }
  .thanks img{
    animation-name: thanksimg;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
    margin-right: 30px;
    max-width: 80%;
  }
  .thanks>div{
    position: relative;
    text-align: center;
    font-size: 200%;
    font-weight: bold;
  }
	.profbox {
		display: block;
		text-align: center;
	}

	.proficon{
		display: inline-block;
		max-width: 100%;
		max-height: auto;
		margin:0;
		text-align: center;
	}

.proftext {
	margin-top: 15px;
	text-align: left;
}

	.captionmini {
		margin-bottom: 40px;
	}
	ul li::before {
  content: none;
}
	.item img{
		display: block;
		width: 100%;
		margin-bottom: 7px;
	}
	.logo {
		display: none;
	}
  body {
    padding:0;
    margin:0;

  }

	.logo {
		text-align-last: left;
		letter-spacing: 2px;
		padding-top: 5px;
		position: fixed;

	}
  .container,
  section {
    max-width: 100%;
    padding:0;
    margin:0;
    border:none;
  }
section {
	padding: 15px;
}
  header {
   display: none;
}
header li {
  font-size: 1.4rem;
  margin-bottom: 15px;
}
header li:not(:last-child):after {
    content: none;
  }
	  /* Skill */
  .skill-list {
    display: block;
    margin-bottom: 0;
  }

  .skill-item {
    width: 100%;
    margin-bottom: 35px;
  }

  .skill-item:last-child {
    margin-bottom: 0;
  }
div.hamburger {
		display: inline;
	}

footer {
  padding:0;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
.box {
  font-size: 1.5rem;
  padding-top:-2em;
}
.box-bg {
  background: url(../img/topimage.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 20%;
}

.scroll::before {
display: none;
}
}
