@charset "utf-8";
*, ::before, ::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	padding: 0px;
	box-sizing: border-box;
}
html {scroll-behavior: smooth;
	 scroll-padding-top: 100px;}

img {
	vertical-align: bottom;
}
body {
	background-color: #fff9f5;
	line-height: 1.7;
}
main {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1200px;
}
ul {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #e0662d;
}
nav ul {
	display: flex;
}
nav li a {
	padding: 5px;
	margin: 10px 20px;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 2px solid rgba(0,0,0,0);
	color: #000;
}
nav li a:hover {
	border-bottom: 2px solid #e0662d;
	color: #e0662d;
}
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 4;
	padding: 10px 20px;
	background-color: #fff9f5;
	width: 100%;
}
.mainimage {
	position: relative;
	height: auto;
	margin-bottom: 100px;
	margin-top: 74px;
	width: 100%;
}
.mainimage img {
	width: 100%;
	height: auto;
}
.mainimage-puton {
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	top: 50%;
}
h2 {
	position: relative;
	width: 200px;
	height: 60px;
	font-size: 20px;
	z-index: 1;
}
section {
	margin-bottom: 200px;
}
.works h2 {
	position: relative;
	z-index: 1;
}

.works h2::before{
	content: 'WORKS';
	position: absolute;
	font-size: 64px;
	font-weight: bold;
	color: rgba(44,169,225,0.3);
	white-space: nowrap;
	z-index: 0;
	bottom: 0px;
	left: 0px;
}
.works-btn {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 100px;
}
.works-btn li {
	margin-right: 20px;
}
.button01 a {
	position: relative;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	align-items: center;
	padding: 10px 0px 10px 25px;
	min-width: 230px;
	color: #2ca9e1;
	transition: 0.3s ease-in-out;
	font-size: 20px;
	font-weight: bold;
}
.button01 a:before, .button01 a:after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
}
.button01 a:before {
	width: 0.5rem;
	height: 0.5rem;
	left: 1.1rem;
	border-top: 2px solid #2ca9e1;
	border-right: 2px solid #2ca9e1;
	z-index: 2;
	transform: translateY(-50%) rotate(45deg);
	transition: all 0.3s;
}
.button01 a:after {
	left: 0px;
	background-color: #c9e5f2;
	z-index: 1;
	width: 3rem;
	border-radius: 4rem;
	height: 3rem;
	transform: translateY(-50%);
	transition: all 0.5s;
}
.button01 a span {
	position: relative;
	z-index: 3;
	transition: all 0.3s;
}
.button01 a:hover span {
	color: #fff;
}
.button01 a:hover:before {
	left: 2.5rem;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.button01 a:hover:after {
	right: 0px;
	width: 100%;
	background-color: #2ca9e1;
}
.button02 {
	font-size: 22px;
	font-weight: bold;
	border: 2px solid #e0662d;
	color: #e0662d;
	max-width: 150px;
	text-align: center;
	margin-bottom: 40px;
}
.box-area {
	display: flex;
	max-width: 1200px;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 150px;
	gap: 70px 55px;
	
}
.box img {
	margin-bottom: 10px;
	-webkit-box-shadow: 4px 4px 4px #ccc;
	border: 1px solid #ccc;
	box-shadow: 4px 4px 4px #ccc;
}
.box a {
	color: #000;
	font-size: 18px;
	font-weight: bold;

}
.box {
	transition: transform 0.3s ease-in-out;
}
.box:hover {
	transform: scale(0.9);
}




.aboutme h2 {
	margin-bottom: 80px;
}
.aboutme h2::before{
	content: 'ABOUT ME';
	position: absolute;
	font-size: 64px;
	font-weight: bold;
	color: rgba(44,169,225,0.3);
	white-space: nowrap;
	z-index: -1;
	bottom: 0px;
	left: 0px;
}.box-area-aboutme {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
	margin-bottom: 60px;
}

.selfintroduction-btn a {
	font-weight: bold;
	font-size: 18px;
	border: 1px solid #000;
	color: #000;
	display: block;
	position: relative;
	max-width: 180px;
	text-align: center;
	z-index: 2;
	transition: all 0.3s;
	margin-top: 20px;
	margin-left: auto;
}
.selfintroduction-btn a:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	height: 100%;
	width: 100%;
	background-color: rgba(224,102,45,0.8);
	z-index: -1;
	transition: all 0.3 ease;
}
.selfintroduction-btn a:hover:before {
	top: 0px;
	left: 0px;
	transition: all 0.3s;
}
.skill {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}
.box-area-skill {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
}
.box-skill {
	width: 550px;
	height: 300px;
	border-radius: 20px;
	background-color: rgba(44,169,225,0.3);
	display: flex;
	justify-content: space-between;
	padding: 50px 30px;
	align-items: center;
}
.skill-text {
	width: 270px;
	padding: 10px;
	height: 200px;
}
.skill-text02  {
	margin-top: 10px;
}
.gotop a {
	position: fixed;
	bottom: 10px;
	right: 20px;
	background-color: #2ca9e1;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	width: 60px;
	height: 60px;
	border-radius: 40px;
	text-align: center;
	opacity: 0.6;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gotop a:hover {
	opacity: 1;
}



footer {
	text-align: center;
	color: #e0662d;
	font-size: 14px;
	border-top: 3px solid #e0662d;
	border-bottom: 20px solid #e0662d;
	padding-top: 30px;
	padding-bottom: 20px;
}
footer ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

footer ul li a {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 20px;
}
footer ul li a:hover {
	color: #000;
	text-shadow: 3px 3px #ccc;
}
.aboutme-subpage {
	margin-top: 100px;
}
.aboutme-subpage h2 {
	margin-bottom: 80px;
}
.aboutme-subpage h2::before{
	content: 'ABOUT ME';
	position: absolute;
	font-size: 64px;
	font-weight: bold;
	color: rgba(44,169,225,0.3);
	white-space: nowrap;
	z-index: -1;
	bottom: 0px;
	left: 0px;}
.hobby {
	font-size: 20px;
	font-weight: bold;
}


.hobby-box {
	margin: 20px 0;
	cursor: pointer;

}
.hobby-box-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 50px;
}
.btn-back a {
	color: #fff;
	width: 250px;
	height: 60px;
	background-color: rgba(224,102,45,1);
	font-size: 24px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	border-radius: 30px;
	align-items: center;
	margin-top: 100px;
	margin-left: auto;
	border: 2px solid rgba(0,0,0,0);
	margin-right: auto;
}

.btn-back a:hover {
	border: 2px solid #e0662d;
	background-color: #fff;
	color: #e0662d;
}
.pickles {
	margin-top: 100px;
}
.petshop_tera {
	margin-top: 100px;
}
.kyouritz_photo_studio {
	margin-top: 100px;
}
.LeadingCompany {
	margin-top: 100px;
}
.portfolio {
	margin-top: 100px;
}
.portfolio h2 {
	width: 1000PX;
}




.website  {
	font-size: 30px;
	width: 500px;
	margin-bottom: 50px;
}

.website-title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}
.website-text {
	margin-bottom: 20px;
	width: 400px;
}
.website-color-box-area   {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.website-color-box {
	margin-right: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 20px;
}
.website-main-box-area {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.website-point {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.website-point img {
	margin-right: 20px;
}



.website-hp a:hover {
	border-bottom: 1px solid #e0662d;
}
.website-img {
	margin-bottom: 40px;
	text-align: center;
	position: relative;
}
.website-img p {
	position: absolute;
	top: -20px;
	background-color: #fff9f5;
	padding: 10px;
	border: 2px solid #e0662d;
	left: -20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	color: #e0662d;
}

.website-sp-img {
	margin-bottom: 40px;
	text-align: center;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: auto;
	padding-right: auto;
}

.website-sp-img p {
	position: absolute;
	top: -20px;
	background-color: #fff9f5;
	padding: 10px;
	border: 2px solid #e0662d;
	left: 115px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	color: #e0662d;
}


.otherpages-box a img {
	-webkit-box-shadow: 4px 4px 4px #ccc;
	box-shadow: 4px 4px 4px #ccc;
	margin-right: 20px;

}


.otherpages-box-area {
	display: flex;
	align-items: center;
	margin-top: 50px;
	margin-bottom: 50px;
	justify-content: center;
}
.otherpages-box {
	transition: transform 0.3s ease-in-out;
}

.otherpages-box:hover {
	transform: scale(0.9);
}
.otherpages {
	text-align: center;
	margin-top: 100px;
	color: #e0662d;
}
.otherworks {
	font-weight: bold;
	font-size: 20px;
}



.screenshot {
	border: 1px solid #000;


}

.screenshot-sp {
	border: 1px solid #000;


}


.banner-h2 {
	width: 800px;
	font-size: 30px;
	margin-bottom: 50px;
}

.banner {
	margin-top: 100px;
}

.banner-title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}
.banner-text {
	margin-bottom: 20px;
	width: 500px;
}
.banner-color-box-area   {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.banner-color-box {
	margin-right: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 20px;
}
.banner-main-box-area {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.banner-point {
	margin-bottom: 20px;
}
.banner-fullsize img {
	border: 1px solid #000;

}
.banner-01-fullsize {
	margin-top: 100px;
}
.banner-img {
	margin-bottom: 20px;
}
.banner-img img {
	border: 1px solid #000;
}

.banner-a:hover {
	border-bottom: 1px solid rgba(224,102,45,1.00);
}






















@media (max-width:800px){
main {
	margin: 0px auto;
	max-width: 800px;
	padding: 0px 10px;
}

header img {
	width: 300px;
	height: auto;
}
.mainimage {
	margin-top: 80px;
}


.box-area-aboutme {
	justify-content: center;
	align-items: flex-start;
	gap: 30px
}
	

.box-selfintroduction {
	max-width: 400px;
}

.skill {
	text-align: center;
}

.box-area-skill {
	display: block;
}
.box-skill {
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
            }

@media (max-width:390px){
header nav {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff9f5;
}
}
