@charset "utf-8";
html {
  font-size: 15px;
}

body {
  color: #37383c;
  background-color: #fcfcfc;
  line-height: 1.9;
  letter-spacing: 0.2em;
  font-weight: 400;
  font-style: normal;
  font-family: "sofia-pro","gothic-a1-regular", sans-serif;
}

.gothic-a1-regular {
  font-family: "Gothic A1", serif;
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
  color: #37383c;
}

a:hover {
  /* color: rgba(56, 56, 60, 0.5) */
  opacity:0.5;
	transition:0.3s;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: none;
}

#wrapper {
  max-width: 1200px;
  margin: 0 auto 50px;
}

/* header */

header {
  width: 1200px;
  background-color: #fcfcfc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 2;
}

header h1 {
  border: 3px solid #37383c;
  padding :0 20px;
  padding-left: 35px;
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.5em;
  font-weight: bold;
}

header .global-nav ul {
  font-size: 17px;
  font-weight: bold;
  display: flex;
  gap: 50px;
}

header ul li:hover {
  border-bottom: 2px solid #37383c;
}

/* main */

main {
  margin: 150px auto 0;
}

/* .index main .mv */

main .mv {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 150px;
}

main .mv img {
  vertical-align: bottom;
}

main .mv p {
  font-size: 13px;
  font-weight: bold;
}

/* .index main .works */

main .works {
  width: 1000px;
  margin: 0 auto 150px;
}

main .works h2 {
  font-size: 40px;
  letter-spacing: 0.3em;
  border-bottom: 2px solid #37383c;
  width: 200px;
}

.index main .works .work-list {
  margin: 100px auto;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.index main .works .work-list li {
  width: 470px;
  line-height: 0.8;
}

.index main .works .work-list li p {
  font-size: 13px;
  letter-spacing: 1.3px;
}

.index main .works .work-list li h3 {
  margin-bottom: 30px;
  font-weight: bold;
}

.index main .works .view-all {
  margin: 50px;
  text-align: center;
  text-decoration: underline;
}

/* .top-works main .works */

.top-works main .works {
  width: 1000px;
  margin: 100px auto 0;
}

.top-works main .works .work-list {
  line-height: 1em;
  margin: 100px auto 200px;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

/* .top-work01 main .works */

.top-work01 main .works .works01 {
  margin: 80px auto 150px;
}

.top-work01 main .works h3 {
  font-size: 24px;
  border-bottom: 1px solid #37383c;
  font-weight: bold;
}

.top-work01 main .works h4 {
  font-size: 16px;
  color: #91CBDD;
  margin-top: 80px;
}

.top-work01 main .works ul {
  padding-left: 0;
  padding-top: 60px;
}

.top-work01 main .works li {
  border-top: 1px solid #37383c;
  padding-bottom: 60px;
}

.top-work01 main .works a {
  display: block;
  width: fit-content;
  margin: 100px auto;
  font-size: 20px;
  border-bottom: 1px solid #000;
  width: 190px;
}

/* .top-work02 */

.top-work02 main .works .works01 {
  margin: 80px auto 150px;
}

.top-work02 main .works h3 {
  font-size: 24px;
  border-bottom: 1px solid #37383c;
  font-weight: bold;
}

.top-work02 main .works h4 {
  font-size: 18px;
  color: #91CBDD;
  margin-top: 80px;
  font-size: 16px;
}

.top-work02 main .works ul {
  padding-left: 0;
  padding-top: 60px;
}

.top-work02 main .works li {
  border-top: 1px solid #37383c;
  padding-bottom: 60px;
}

.top-work02 .works .port {
  box-shadow: 0 0 5px #ccc;
  display: block;
  margin: 0 auto;
}

.top-work02 .works .works01 li img {
  box-shadow: 0 0 5px #ccc;
}

.top-work02 main .works a {
  display: block;
  width: fit-content;
  margin: 100px auto;
  font-size: 20px;
  border-bottom: 1px solid #000;
  width: 190px;
}

/* .top-work03 */

.top-work03 main .works .works01 {
  margin: 80px auto 150px;
}

.top-work03 main .works h3 {
  font-size: 24px;
  border-bottom: 1px solid #37383c;
  font-weight: bold;
}

.top-work03 main .works h4 {
  font-size: 18px;
  color: #91CBDD;
  margin-top: 80px;
  font-size: 16px;
}

.top-work03 main .works ul {
  padding-left: 0;
  padding-top: 60px;
}

.top-work03 main .works li {
  border-top: 1px solid #37383c;
  padding-bottom: 60px;
}

.top-work03 .works .port {
  box-shadow: 0 0 5px #ccc;
  display: block;
  margin: 0 auto;
}

.top-work03 .works .works01 li img {
  box-shadow: 0 0 5px #ccc;
}

.top-work03 main .works a {
  display: block;
  width: fit-content;
  margin: 100px auto;
  font-size: 20px;
  border-bottom: 1px solid #000;
  width: 190px;
}


/* main .about */

main .about {
  max-width: 1200px;
  margin: 0 auto 200px;
}

main .about h2 {
  font-size: 40px;
  border-bottom: 2px solid #37383c;
  letter-spacing: 0.3em;
  width: 200px;
}

main .about .about-inner {
  margin: 50px auto;
  display: flex;
  justify-content: center;
  gap: 80px;
}

main .about .about-inner .text {
  width: 400px;
}

main .about .about-inner .text h3 {
  font-size: 20px;
}

main .about .about-inner .my-photo {
  width: 350px;
}

/* .index main .about */

.index main .about {
  max-width: 1000px;
  margin: 0 auto 200px;
}

main .about .about-inner .my-profile {
  text-align: right;
  text-decoration: underline;
  z-index: 1;
}

main .about .about-inner {
  margin: 100px auto;
}

/* .top-about main .about */

.top-about main .about {
  margin: 100px auto;
}

.top-about main .about .about-inner .text h4 {
  color: #91CBDD;
  letter-spacing: 0.3em;
  font-weight: normal;
  font-size: 16px;
}

.top-about main .about .about-inner .text h4:nth-child(1) {
  font-size: 20px;
}

.top-about .about .about-inner .my-photo .myp-1 {
  text-align: left;
}

.top-about .about .about-inner .my-photo .myp-2 {
  text-align: right;
}

/* .top-about .skills */

.top-about .about .skills-inner {
  background-color: rgba(244, 243, 240, 0.502);
  padding-bottom: 30px;
  margin: 100px auto 200px;
  width: 1200px;
}

.top-about .about .skills-inner .inner {
  padding: 30px;
  width: 460px;
}

.top-about .about .skills h3 {
  margin-top: 200px;
  font-size: 30px;
  border-bottom: 2px solid #37383c;
  letter-spacing: 0.3em;
  width: 320px;
}

.top-about .about .skills h4 {
  color: #91CBDD;
  font-weight: normal;
  font-size: 24px; 
  letter-spacing: 0.3em;
}

.top-about .about .skills ul {
  padding-left: 0;
}

.top-about .about .skills li h5 {
  border-bottom: 1px solid #37383c;
  width: 130px;
  font-size: 15px;
}

.top-about .about .skills li p {
  margin-bottom: 60px;
}

.top-about .about .skills .skills-inner {
  display: flex;
  justify-content: center;
  gap: 50px;
}

/* main photo */

main .photo {
  width: 1200px;
  margin: 0 auto 200px;
}

main .photo .photo-inner {
  display: flex;
}

main .photo .photo-inner h3 {
  writing-mode: vertical-rl;
  font-weight: normal;
  letter-spacing: 1em;
  font-size: 15px;
  margin-top: 15px;
}

main .photo .photo-inner .photo-garaly {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.index .photo .photo-inner .photo-garaly .kouyou {
  width: 250px;
  height: 197px;
  overflow:		hidden;
	margin:			10px 5px;
	position:		relative;
}

.index .photo .photo-inner .photo-garaly .kouyou .caption {
	font-size:		130%;
	text-align: 		center;
	padding-top:		80px;
	color:			#fff;
}

.index .photo .photo-inner .photo-garaly .kouyou .mask {
	width:			100%;
	height:			100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.index .photo .photo-inner .photo-garaly .kouyou:hover .mask {
	opacity:		1;	/* マスクを表示する */
}



.index .photo .photo-inner .photo-garaly .kanazawa {
  width: 250px;
  height: 197px;
  overflow:		hidden;
	margin:			10px 5px;
	position:		relative;
}

.index .photo .photo-inner .photo-garaly .kanazawa .caption {
	font-size:		130%;
	text-align: 		center;
	padding-top:		80px;
	color:			#fff;
}

.index .photo .photo-inner .photo-garaly .kanazawa .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.index .photo .photo-inner .photo-garaly .kanazawa:hover .mask {
	opacity:		1;
}


.index .photo .photo-inner .photo-garaly .hokkaido {
  width: 250px;
  height: 197px;
  overflow:		hidden;
	margin:			10px 5px;
	position:		relative;
}

.index .photo .photo-inner .photo-garaly .hokkaido .caption {
	font-size:		130%;
	text-align: 		center;
	padding-top:		80px;
	color:			#fff;
}

.index .photo .photo-inner .photo-garaly .hokkaido .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.index .photo .photo-inner .photo-garaly .hokkaido:hover .mask {
	opacity:		1;
}


.index .photo .photo-inner .photo-garaly .banpaku {
  width: 250px;
  height: 197px;
  overflow:		hidden;
	margin:			10px 5px;
	position:		relative;
}

.index .photo .photo-inner .photo-garaly .banpaku .caption {
	font-size:		130%;
	text-align: 		center;
	padding-top:		80px;
	color:			#fff;
}

.index .photo .photo-inner .photo-garaly .banpaku .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.index .photo .photo-inner .photo-garaly .banpaku:hover .mask {
	opacity:		1;
}


.index .photo .photo-inner .photo-garaly .maishima {
  width: 250px;
  height: 197px;
  overflow:		hidden;
	margin:			10px 5px;
	position:		relative;
}

.index .photo .photo-inner .photo-garaly .maishima .caption {
	font-size:		130%;
	text-align: 		center;
	padding-top:		80px;
	color:			#fff;
}

.index .photo .photo-inner .photo-garaly .maishima .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.index .photo .photo-inner .photo-garaly .maishima:hover .mask {
	opacity:		1;
}


.index .photo .photo-inner .photo-garaly .tofukuji {
  width: 250px;
  height: 197px;
  overflow:		hidden;
	margin:			10px 5px;
	position:		relative;
}

.index .photo .photo-inner .photo-garaly .tofukuji .caption {
	font-size:		130%;
	text-align: 		center;
	padding-top:		80px;
	color:			#fff;
}

.index .photo .photo-inner .photo-garaly .tofukuji .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.index .photo .photo-inner .photo-garaly .tofukuji:hover .mask {
	opacity:		1;
}


.index .photo .photo-inner .photo-garaly .taiyou {
  width: 250px;
  height: 197px;
  overflow:		hidden;
	margin:			10px 5px;
	position:		relative;
}

.index .photo .photo-inner .photo-garaly .taiyou .caption {
	font-size:		130%;
	text-align: 		center;
	padding-top:		80px;
	color:			#fff;
}

.index .photo .photo-inner .photo-garaly .taiyou .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.index .photo .photo-inner .photo-garaly .taiyou:hover .mask {
	opacity:		1;
}


.index .photo .photo-inner .photo-garaly .awajisima {
  width: 250px;
  height: 197px;
  overflow:		hidden;
	margin:			10px 5px;
	position:		relative;
}

.index .photo .photo-inner .photo-garaly .awajisima .caption {
	font-size:		130%;
	text-align: 		center;
	padding-top:		80px;
	color:			#fff;
}

.index .photo .photo-inner .photo-garaly .awajisima .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.index .photo .photo-inner .photo-garaly .awajisima:hover .mask {
	opacity:		1;
}


.index .photo .photo-inner .photo-garaly .sakura {
  width: 250px;
  height: 197px;
  overflow:		hidden;
	margin:			10px 5px;
	position:		relative;
}

.index .photo .photo-inner .photo-garaly .sakura .caption {
	font-size:		130%;
	text-align: 		center;
	padding-top:		80px;
	color:			#fff;
}

.index .photo .photo-inner .photo-garaly .sakura .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.index .photo .photo-inner .photo-garaly .sakura:hover .mask {
	opacity:		1;
}


.index .photo .photo-inner .photo-garaly .kobe {
  width: 250px;
  height: 197px;
  overflow:		hidden;
	margin:			10px 5px;
	position:		relative;
}

.index .photo .photo-inner .photo-garaly .kobe .caption {
	font-size:		130%;
	text-align: 		center;
	padding-top:		80px;
	color:			#fff;
}

.index .photo .photo-inner .photo-garaly .kobe .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.index .photo .photo-inner .photo-garaly .kobe:hover .mask {
	opacity:		1;
}


.index .photo .photo-inner .photo-garaly .syukugawa {
  width: 250px;
  height: 197px;
  overflow:		hidden;
	margin:			10px 5px;
	position:		relative;
}

.index .photo .photo-inner .photo-garaly .syukugawa .caption {
	font-size:		130%;
	text-align: 		center;
	padding-top:		80px;
	color:			#fff;
}

.index .photo .photo-inner .photo-garaly .syukugawa .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.index .photo .photo-inner .photo-garaly .syukugawa:hover .mask {
	opacity:		1;
}


.index .photo .photo-inner .photo-garaly .rokko {
  width: 250px;
  height: 197px;
  overflow:		hidden;
	margin:			10px 5px;
	position:		relative;
}

.index .photo .photo-inner .photo-garaly .rokko .caption {
	font-size:		130%;
	text-align: 		center;
	padding-top:		80px;
	color:			#fff;
}

.index .photo .photo-inner .photo-garaly .rokko .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.index .photo .photo-inner .photo-garaly .rokko:hover .mask {
	opacity:		1;
}


main .photo .photo-garaly img {
  width: 250px;
}

main .photo p {
  padding-left: 85px;
}

main .top-about .skills {
  width: 1000px;
  margin: 0 auto;
}

/* footer */

footer {
  width: 1200px;
  margin: 0 auto;
}

footer p {
  text-align: right;
}

footer .footer2 {
  background-image: url(../images/logo/back_7.png);
  height: 310px;
  position: relative;

}

footer .footer2 h2 {
  font-size: 40px;
  letter-spacing: 0.3em;
  text-align: center;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 240px;
}

footer .footer2 p {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 150px;
}
