@charset "utf-8";


body {
	background-color: #dcf0f6;
	font-size: 62.5%;
	color: #333;
	cursor: url(../images/cursor.png),auto;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.loader {
	background: #dcf0f6;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
}

.loadImg {
	width: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}




.side01 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -50;
}

.side02 {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
}

.bubble01 {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
}


header {
	background-color: rgba(255,255,255,0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 999;
}

h1 {
	width: 65px;
	margin-top: 20px;
}

nav {
	width: 780px;
}

nav ul {
	margin-top: 45px;
	display: flex;
	justify-content: space-around;
}


.inner {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.toggle,
.rpMenu {
	display: none;
}

#contents {
	width: 1000px;
	margin: 100px auto 140px;
}

footer {
	width: 100%;
	background-color: #bed4ee;
	text-align: center;
	height: 60px;
	line-height: 60px;
}

footer small {
	font-size: 1rem;
	color: #fff;
}

#page_top {
	position: fixed;
	bottom: 0;
	right: 0;
}

.pageTop {
	text-align: right;
	position: relative;
}

.rel {
	margin: 0 45px 50px 0
}

.ab {
	position: absolute;
	bottom: 0px;
	right: 0;
	animation: 15s linear infinite rotate_anime;
}

@keyframes rotate_anime {
	0%{transform: rotate(0);}
	100%{transform: rotate(360deg);}
}




/** TOP **/

#top img {
	width: 100%;
}

#contents .topText {
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.5;
}




/** ABOUT **/

.bio h2,
.skill h2,
.like h2 {
	color: #81c5ff;
	font-size: 1.8rem;
	margin: 75px 0 0 50px;
}

.profile h2 {
	color: #81c5ff;
	font-size: 1.8rem;
	margin-top: 175px;
}

.pro_fl {
	width: 355px;
	float: left;
	margin-top: 100px;
	margin-left: 50px;
}

.pro_fl img {
	border-radius: 30px;
}

.pro_fr {
	width: 325px;
	float: right;
	margin-top: 165px;
	margin-right: 100px;
}

.name {
	font-size: 1.6rem;
	margin-bottom: 20px;
}

.pro_text {
	font-size: 0.9rem;
}

.box {
	background-color: #fff;
	width: 600px;
	height: 270px;
	margin: 100px auto 0;
}

.fl_dl {
	width: 245px;
	float: left;
	font-size: 0.9rem;
	padding: 57px 0 0 30px;
}

.fr_dl {
	width: 295px;
	float: right;
	font-size: 0.9rem;
	padding: 57px 30px 0 0;
}

.fl_dl dl,
.fr_dl dl {
	margin-bottom: 10px;
}

.fl_dl dl dt {
	width: 60px;
	float: left;
}

.fl_dl dl dd {
	width: 180px;
	float: right;
}

.fr_dl dl dt {
	width: 60px;
	float: left;
}

.fr_dl dl dd {
	width: 230px;
	float: right;
}

.gra {
	width: 400px;
	height: 430px;
	background-color: #fff;
	margin: 100px 0 0 50px;
	float: left;
}

.gra img {
	width: 190px;
	margin: 30px 105px 20px 105px;
}

.gra p {
	font-size: 0.9rem;
	padding: 0 50px;
	line-height: 1.2;
}

.gra .small {
	margin-top: 50px;
	font-size: 0.7rem;
}

.web {
	width: 400px;
	height: 430px;
	background-color: #fff;
	margin: 100px 50px 0 0;
	float: right;
}

.web img {
	margin: 30px 105px 20px 105px;
}

.web p {
	font-size: 0.9rem;
	padding: 0 50px;
	line-height: 1.2;
}

.web .small {
	margin-top: 20px;
	font-size: 0.7rem;
}

.grid {
	display: grid;
	grid-template-columns: 245px 245px 245px;
	gap: 30px 85px;
	margin: 100px 0 0 50px;
}

.likeImg {
	width: 245px;
	height: 245px;
	position: relative;
}

.likeImg h3 {
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
	padding: 30px;
}

.likeImg p {
	font-size: 0.9rem;
	color: #fff;
	line-height: 1.2;
	padding: 0 30px;
}

.likeImg .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all 0.6s ease;
}

.likeImg:hover .mask {
	opacity: 1;
}

.open {
	display: none;
}

.workSlider h2 {
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 100px;
	margin-top: 75px;
	color: #81c5ff;
}

#slider {
	text-align: center;
}

.viewBtn {
	position: relative;
	background: none;
	width: 150px;
	height: 30px;
	text-align: center;
	margin: 50px auto;
	transition: all 0.3s;
}

.viewBtn a{
	background: #fff;
	text-decoration: none;
	color: #81c5ff;
	font-size: 1.4rem;
	padding: 5px;
}

.viewBtn::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	right: -6px;
	bottom: -10px;
	background: repeating-linear-gradient(135deg,#81c5ff,#81c5ff 3px,transparent 3px,transparent 7px);
	z-index: -1;
	transition: all 0.3s;
}

.viewBtn:hover {
	transform: translateY(5px);
}

.viewBtn:hover::after {
	transform: translateY(-5px);
}

.button {
	width: 235px;
	height: 75px;
	background-color: #f6dcf4;
	border-radius: 30px;
	text-align: center;
	margin: 100px auto 0;
	transition: all .6s ease;
}

.button a {
	display:block;
	text-decoration: none;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 75px;
	transition: all .6s ease;
}

.button:hover {
	background-color: #fff;
}

.button a:hover {
	color: #f6dcf4;
}









/** WORKS **/

.works {
	width: 500px;
	display: flex;
	font-size: 2.4rem;
	color: #81c5ff;
	font-weight: bold;
	margin: 175px auto 0;
	justify-content: center;
	align-items: center;
}

.works::before {
	width: 100px;
	content: "";
	border-top: 3px solid #81c5ff;
	margin-right: 20px;
}

.works::after {
	width: 100px;
	content: "";
	border-top: 3px solid #81c5ff;
	margin-left: 20px;
}

.works_nav {
	width: 500px;
	margin: 0 auto;
}

.works_nav li {
	float: left;
	font-size: 1.4rem;
	padding-right: 50px;
	margin-top: 50px;

}

.works_nav li:last-child {
	padding-right: 0;
}

.works_nav li a {
	color: #66CCFF;
	text-decoration: none;
	position: relative;
}

.works_nav li a::after {
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	background: #66CCFF;
	bottom: 20px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}

.works_nav li a:hover::after {
	visibility: visible;
	bottom: 5px;
	opacity: 1;
}

#web {
	margin-top: 100px;
}

.bgImg01 {
	height: 210px;
	background-image: url(../images/works/bg/bg_web.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
	background-position: center center;
	z-index: 1;
	margin-top: 200px;
}

.bg_img01,
.bg_img02,
.bg_img03 {
	display: none;
}

.bgImg01 h3,
.bgImg02 h3,
.bgImg03 h3 {
	text-align: center;
	padding-top: 30px;
}

.bgImg02 {
	height: 210px;
	background-image: url(../images/works/bg/bg_gra.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
	background-position: center center;
	z-index: 1;
	margin-top: 50px;
}

.bgImg03 {
	height: 210px;
	background-image: url(../images/works/bg/bg_other.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
	background-position: center center;
	z-index: 1;
	margin-top: 100px;
}

.gridworks {
	display: grid;
	grid-template-columns: 440px 440px;
	gap: 45px 30px;
	margin-top: 50px;
	margin-left: 50px;
}

.gridworks li a {
	text-decoration: none;
	color: #333;
}

.gridworks li {
	overflow: hidden;
}

.gridworks li img {
	width: 440px;
	height: 270px;
}

.gridworks li img:hover {
	transform: scale(1.05,1.05);
	filter: brightness(90%);
	transition: 0.6s;
}



.gridworks li figcaption {
	font-size: 0.7rem;
	margin-top: 20px;
}

.last {
	margin-bottom: 140px;
}




/** #contact **/

#contact {
	width: 1000px;
	margin: 175px auto 0;
}







/** detail **/

.detail {
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
	margin-top: 175px;
}

.works_main {
	text-align: center;
}

.works_main figcaption {
	margin: 50px 0 50px 50px;
	line-height: 1.2;
	text-align: left;
	font-size: 1.0rem;
}

.works_dl {
	display: flex;
	margin-bottom: 10px;
}

.works_dl dt {
	font-size: 1.2rem;
	margin-left: 50px;
	flex: 1;
}

.works_dl dd {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-left: 130px;
	flex: 3;
}

.first_dl {
	margin-top: 50px;
}

.works_site {
	text-align: center;
	margin: 100px 0 50px 0;
}

.works_site img {
	margin-top: 50px;
}

.works_list {
	display: flex;
}

.works_list img {
	margin-right: 105px;
	margin-bottom: 50px;
	flex: 1;
}

.works_list img:last-child {
	margin-right: 0;
}

.list02 img {
	float: left;
	margin-right: 105px;
}

.list02 img:last-child {
	margin-right: 0;
}

.back {
	width: 200px;
	height: 60px;
	margin: 100px auto 0;
	text-align: center;
	background-color: #f6dcf4;
	border-radius: 30px;
	line-height: 60px;
	transition: all .6s ease;
}

.back a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	transition: all .6s ease;
}

.back:hover {
	background-color: #fff;
}

.back a:hover {
	color: #f6dcf4;
}




.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
	gap: 50px 50px;
	margin-top: 175px;
}

.gallery img {
	width: 300px;
	height: auto;
	cursor: pointer;
}

#modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
}

#img01 {
	display: block;
	width: 25%;
	height: auto;
	margin: 115px auto;
}


.flexGallery {
	display: flex;
	flex-wrap: wrap;
	margin-top: 175px;
}

.flexGallery img {
	flex-grow: 1;
	object-fit: cover;
	height: 300px;
	margin: 10px;
	cursor: pointer;
}













