@charset "utf-8";
/* CSS Document */
/*共通の項目*/ :root {
  --main-color: #347B65;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}

article {
  /*font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;*/
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  color: var(--main-color);
}

.content_wrap{
	position: relative;
	display: flex;
}

.main_body{
	width: 70vw;
	background-color: #F2EBE3;
	overflow: hidden;
	border: 6px solid #347B65;
}

.title{
	font-family: modak, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 70px;
	padding-left: 40px;
	position: relative;
	margin-bottom: 80px;
}

.title::after{
	content: "";
	width: 540px;
    height: 4px;
	background-color: #347B65;
	position: absolute;
	bottom:10px;
	left: 0;
}

.title .ja{
	font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-style: normal;
	font-size: 24px;
	padding-left: 15px;
}

#gFooter{
    margin-top: 0px !important; 
}

@media screen and (max-width: 820px) {
  
	
  .main_body{
		width: 100vw;
		background-color: #F2EBE3;
		overflow: hidden;
	    border: 6px solid #347B65;
	}
	
}

@media screen and (max-width: 768px){
	.pcOnly {
		display: none;
	  }
	  .spOnly {
		display: block;
	  }
	  .box1200, .box960, .box800, .box700, .box600 {
		width: 95%;
	  }
	  .content {
		width: 100% !important;
	  }
	  .widget--sticky {
		position: static;
		width: 100%;
	  }
	  .section-ttl {
		margin-top: 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	  }
	  .section-ttl span {
		display: block;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	  }
	  .section-ttl .ja {
		margin-left: 0;
		margin-bottom: 4px;
	  }
	
		.title{
			font-family: modak, sans-serif;
			font-style: normal;
			font-weight: 400;
			font-size: 56px;
			padding-left: 20px;
			position: relative;
			margin-bottom: 80px;
			line-height: 0.6;
		}

		.title::after{
			content: "";
			width: 100%;
			height: 4px;
			background-color: #347B65;
			position: absolute;
			bottom:10px;
			left: 0;
			bottom: -20px;
		}

		.title .ja{
			font-family: "Zen Kaku Gothic New", sans-serif;
			font-weight: 700;
			font-style: normal;
			font-size: 20px;
			padding-left: 0px;
		}
	
}


/*--------------------------------------------------
 menu
----------------------------------------------------*/
.menu_kubotera{
	position: sticky;
    position: -webkit-sticky; /* Safari */
    top:0;
	background-color: #347B65;
	height: 100svh;
}
.menu_wrap{
	width: 30vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.menu_wrap::after{
	content: url('../img/illust/camera.svg');
    display: block;
    width: 150px;
    height: 100px;
	position: absolute;
	right:10%;
	top:130%;
}

.menu_list{
	padding-top: 100px;
	display: inline-block;
}

.menu_link{
	font-family: "Modak", system-ui;
    font-weight: 400;
    font-style: normal;
	color: #F2EBE3;
	font-size: 4vw;
	line-height: 1.6;
	transition-duration: .4s;
	display: inline-block;
}


#menu_kubotera a:hover{
	color: #F2EBE3;
	transform: scale(1.1);
}

#menu_kubotera a:link{
	color: #F2EBE3;
}

#menu_kubotera a:focus{
	color: #F2EBE3;
}

@media screen and (max-width: 820px){

	.menu_kubotera{
		top: -120%;
		position: fixed;
		z-index: 100;
		overflow: hidden;
		transition: top 0.3s ease;
		width: 100vw;
		display: flex;
		align-items: center;
		margin-top: -100px;
		height: 120svh;
	}
	
	.menu_wrap{
		width: 100vw;
		display: flex;
		flex-direction: column;
		align-items: center;
		position: relative;
	}
	
	.menu_wrap::after{
		content: url('../img/illust/camera.svg');
		display: block;
		width: 20vw;
		min-width: 100px;
		position: absolute;
		right:auto;
		top:120%;
		left: 10%;
	}
	
	.menu_list{
		padding-top: 0px;
		display: inline-block;
	}
	
	.menu_link{
		font-family: "Modak", system-ui;
		font-weight: 400;
		font-style: normal;
		color: #F2EBE3;
		font-size: 10vw !important;
		line-height: 1.6;
		transition-duration: .4s;
		display: inline-block;
	}
	
	.menu_kubotera.open {
		top: 0;
	}
	
	.menu_link{
		font-size: 10vw !important;
	}
}

@media screen and (max-width: 768px){
	.menu_link{
		font-size: 50px !important;
	}
	
	.menu_wrap::after{
		content: url('../img/illust/camera.svg');
		display: block;
		width: 10vw;
		min-width: 100px;
		position: absolute;
		right:auto;
		top:120%;
		left: 10%;
	}
}


/*--------------------------------------------------
 mv
----------------------------------------------------*/

.mv_wrap{
	height: 90svh;
	position: relative;
}

.logo_wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
		
}

.logo_illustWrap{
	width: 180px;
}

.logo_textWrap{
	width: 200px;
}

.logo_illust{
	width: 100%;
}

@media screen and (max-width: 820px){
	.logo_illustWrap{
		width: 150px;
	}

	.logo_textWrap{
		width: 150px;
	}
	
}

/*--------------------------------------------------
 message
----------------------------------------------------*/

.message{
	padding-top: 60px;
	margin-bottom: 100px;
}

.messageBox{
	background-color: #fff;
	padding: 80px;
	border-radius: 30px;
	width: 80%;
	margin-inline:auto;
}

.message_title{
	font-size: 24px;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.message{
		padding-top: 100px;
		margin-bottom: 0px;
	}
	
	.messageBox{
		background-color: #fff;
		padding: 50px 40px;
		border-radius: 30px;
		width: 80%;
		margin-inline:auto;
	}

	.message_title{
		font-size: 24px;
		margin-bottom: 10px;
	}

}

/*--------------------------------------------------
 profile
----------------------------------------------------*/

.profile{
	padding-top: 60px;
	margin-bottom: 100px;
}

.profile_container{
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin-inline:auto;
	align-items: center;
	background-color: #fff;
	padding: 80px;
	border-radius: 30px;
}

.profileItem{
	width: 55%;
}

#profile .profile_name{
	font-size: 30px;
	letter-spacing: 2;
	margin-bottom: 20px;
}

.profile_name .kana{
	font-size: 20px;
	padding-left: 20px;
}

.profile_imgBox{
	/*max-width: 400px;*/
	width: 40%;
}

.profile_img{
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 30px;
	/*border: 6px solid #fff;*/
}

@media screen and (max-width: 820px){
	.profile_container{
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-between;
		margin-inline:auto;
		gap:40px;
		padding: 50px 40px;
	}
	
	.profileItem{
		width: 100%;
	}
	
	.profile_imgBox{
		/*max-width: 400px;*/
		width: 100%;
	}
	
}

@media screen and (max-width: 768px){
	.profile{
		padding-top: 100px;
		margin-bottom: 0px;
	}

	.profile_container{
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-between;
		width: 80%;
		margin-inline:auto;
		gap:40px;
		padding: 50px 40px;
	}

	.profileItem{
		width: 100%;
	}
	
	#profile .profile_name{
		font-size: 30px;
		letter-spacing: 2;
		margin-bottom: 20px;
		line-height: 1.2;
	}

	.profile_name .kana{
		font-size: 18px;
		padding-left: 0px;
	}

	.profile_imgBox{
		/*max-width: 400px;*/
		width: 100%;
	}

	.profile_img{
		width: 100%;
		aspect-ratio: 1 / 1;
		object-fit: cover;
		border-radius: 30px;
		border: 6px solid #fff;
	}

	
}



/*--------------------------------------------------
 photograph
----------------------------------------------------*/

.photograph{
	padding-top: 60px;
	margin-bottom: 100px;
}

.photograph_text{
	width: 80%;
	margin-inline:auto;
	margin-bottom: 40px;
	background-color: #fff;
	padding: 60px 40px;
	border-radius: 30px;
	text-align: center;
	
}

.photograph_list{
	display: flex;
	gap:10px;
}

.auto-slider_left{
	margin-bottom: 10px;
}

/*.photograph_listItem:hover .photograph_img{
	transform: scale(1.05);
	transition: 0.3s ease-in-out;
	opacity: 50%;
}*/

.photograph_imgbox{
	padding-left: 10px;
}

.photograph_img{
	width: 100%;
	transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
	
	.photograph{
		padding-top: 100px;
		margin-bottom: 0px;
	}

	.photograph_text{
		width: 80%;
		margin-inline:auto;
		margin-bottom: 40px;
	}

	.photograph_list{
		display: flex;
		gap:10px;
	}

	.auto-slider_left{
		margin-bottom: 10px;
	}

	.photograph_listItem:hover .photograph_img{
		transform: scale(1.05);
		transition: 0.3s ease-in-out;
		opacity: 50%;
	}

	.photograph_imgbox{
		width: 97vw;
		padding-left: 10px;
	}

	.photograph_img{
		width: 100%;
		transition: 0.3s ease-in-out;
	}

	
}

/*--------------------------------------------------
 works
----------------------------------------------------*/

.works{
	padding-top: 60px;
	padding-bottom: 200px;
}

.works_container{
	width: 80%;
	margin-inline:auto;
}

.works_list{
	display: flex;
	flex-wrap: wrap;
	/*display: grid;
	grid-template-columns: repeat(3, 1fr);*/
    gap: 60px 30px;
	justify-content: center;
}

.works_listItem{
	border: 6px solid #fff;
	background-color: #fff;
	border-radius: 30px;
	display: flex;
	position: relative;
	width: 300px;
}

.works_name{
	position: absolute;
	top: 82%;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	color: #347B65;
}

.works_number{
	position: absolute;
	top: -10%;
	left: -10%;
	font-family: "Modak", system-ui;
    font-weight: 400;
    font-style: normal;
	font-size: 42px;
	line-height: 0;
	color: #347B65;
	background-color: #fff;
	/*padding: 30px 20px;*/
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
	
	
}

.works_listLink{
	width: 100%;
	height: 100%;
}

.works_photoWrap{
	overflow: hidden;
	border-radius: 25px 25px 0 0;
	height: calc(100% / 1.1);
	width: 100%;
}

.works_photo{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	object-fit: cover;
	height: calc(100% / 1.2);
    transition: 0.3s ease-in-out;
}

.works_listItem:hover .works_photo{
	transform: scale(1.05);
	transition: 0.3s ease-in-out;
	opacity: 50%;
}

@media screen and (max-width: 820px){
	
	.works_list{
		/*display: flex;
		flex-wrap: wrap;
		gap:40px;*/
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 40px 30px;
	}
	
}


@media screen and (max-width: 768px){
	
	.works{
		padding-top: 100px;
		padding-bottom: 60px;
	}

	.works_container{
		width: 80%;
		margin-inline:auto;
	}

	.works_list{
		/*display: flex;
		flex-wrap: wrap;
		gap:40px;*/
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 40px 30px;
	}

	.works_listItem{
		border: 6px solid #fff;
		background-color: #fff;
		border-radius: 30px;
		display: flex;
		position: relative;
		width: 100%;
	}

	.works_name{
		position: absolute;
		top: 82%;
		left: 50%;
		transform: translateX(-50%);
		white-space: nowrap;
	}

	.works_number{
		position: absolute;
		top: -10%;
		left: -10%;
		font-family: "Modak", system-ui;
		font-weight: 400;
		font-style: normal;
		font-size: 42px;
		line-height: 0;
		color: #347B65;
		background-color: #fff;
		/*padding: 30px 20px;*/
		border-radius: 50%;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 60px;
		width: 60px;


	}

	.works_listLink{
		width: 100%;
		height: 100%;
	}

	.works_photoWrap{
		overflow: hidden;
		border-radius: 25px 25px 0 0;
		height: calc(100% / 1.1);
	}

	.works_photo{
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
		object-fit: cover;
		height: calc(100% / 1.2);
		transition: 0.3s ease-in-out;
	}

	.works_listItem:hover .works_photo{
		transform: scale(1.05);
		transition: 0.3s ease-in-out;
		opacity: 50%;
	}
	
}

/*=============================
.btn-trigger
=============================*/
	.toggle_btn{
		display: none;
	}

@media screen and (max-width: 820px){
	
	.toggle_btn{
		display: block;
		position: fixed;
		bottom:10px;
		right: 20px;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background-color: #347B65;
		transition: all .5s;
        cursor: pointer;
        z-index: 200;
	}
	
	.btn-trigger{
		position: relative;
	}
	
	.btn-trigger span{
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 30px;
		height: 3px;
		background-color: #F2EBE3;
	    border-radius: 4px;
		transition: all .5s;
		box-sizing: border-box;
	}
	
	.btn-trigger span:nth-child(1) {
	  top: 20px;
	}
	.btn-trigger span:nth-child(2) {
	  top: 30px;
	}
	.btn-trigger span:nth-child(3) {
	  top: 40px;
	}
	
	/*.btn-trigger span:nth-of-type(2),
	.btn-trigger.active span:nth-of-type(2) {
	  transition: none;
	}*/
	.btn-trigger.active {
	  -webkit-transform: rotateX(720deg);
	  transform: rotateX(720deg);
	}
	.btn-trigger.active span:nth-of-type(1) {
	  -webkit-transform: translate(-15px,10px) rotate(-45deg);
	  transform: translate(-15px,10px) rotate(-45deg);
	}
	.btn-trigger.active span:nth-of-type(3) {
	  -webkit-transform: translate(-15px,-10px) rotate(45deg);
	  transform: translate(-15px,-10px) rotate(45deg);
	}
	.btn-trigger.active span:nth-of-type(2) {
	  opacity: 0;
	}

}







