@charset "UTF-8";
/* CSS Document */

html,
body {
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 2;
	letter-spacing: 0.2px;
	font-family:  "Libre Baskerville","Noto Serif JP", serif;
	background:#eee;
	color: #000;
}
img {
	max-width: 100%;
	max-width: 100%;
	height: auto;
	border: none;
}
iframe {
	max-width: 100%;
}
ul,li {
	padding: 0;
	margin: 0;
	list-style: none;
}
a {
	color: inherit;
}
h1,h2,h3,h4,p,a {
	padding: 0;
	margin: 0;
	line-height: inherit;
}
#wrapper .inner {
	position: relative;
	box-sizing: border-box;
	padding: 0 2.5%;
	max-width: 1200px;
	margin: 0 auto;
}
#wrapper .toppage .inner  {
	height: 100svh;
}
#wrapper .img {
	line-height: 0;
}
@media only screen and (max-width: 768px)  {
	html,
	body {
		font-size: 11px;
	}
	#wrapper .inner {
		padding: 5%;
	}	

}

header {
	position: relative;
	width: 100%;
	z-index: 100
}
header.toppage {
	height: 100svh;
	/*background: url("../img/bg.jpg") no-repeat right center;
	margin-bottom: 5%;*/
}
header a {
	text-decoration: none;
}
header h1 {
	line-height: 0;
	position: relative;
	width: 26%;
	padding: 50px 0% 75px;
}
header.toppage h1 {
	line-height: 0;
	position: absolute;
	width: 40%;
	top: 50%;
	left: 0%;
	transform: translate(0,-50%);
	box-sizing: border-box;
	padding: 0 2.5%;
	filter: invert(1)
	
}
header h2 {
	font-size: 0.8rem;
	font-weight: 400;
	position: fixed;
	top: 15px;
	left: 50%;
	transform: translate(-50%,0);
	max-width: 1200px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 2.5%;
	z-index: 50
}
header nav {
	position: fixed;
	top: 50px;
	left: 50%;
	text-align: right;
	font-size: 1rem;
	transform: translate(-50%,0);
	max-width: 1200px;
	width: 100%;
	box-sizing: border-box;
	padding:0 2.5%;
	z-index: 100
}
header nav ul {
	vertical-align: middle;
	text-align: right;
}
header nav li {
	display: inline-block;
	position: relative;
	padding: 0 5px;
}
header nav li a {
	font-weight: 400;
	font-size: 1rem;
	text-decoration: none;
}
header nav li .header_icon {
	width: 20px;
	margin-bottom: -5px;
	margin-left: 5px;
}
header nav li .header_wes {
	width: 60px;
	margin-bottom: -12px;
	margin-left: 15px
}
header .nav_logo {
	display: none;
}
/*
nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 70px;
	height: 100%;
	z-index: 999;
	border-right: 1px solid #333;
	box-sizing: border-box;
	padding: 25px 0 0;
}
*/


@media only screen and (max-width: 768px)  {
	header h1 {
		width: 50%;
		margin: 0 0;
		padding: 15px 0
	}
	header.toppage {
		margin-bottom: 10%;
	}
	header.toppage h1 {
		width: 75%;
		margin: 0 0;
		padding: 5%;
	}
	header h2 {
		top: 0;
		padding: 5%;
	}
	header nav {
		width: 100%;
		height: 100%;
		font-size: 11px;
		border: none;
		position: fixed;
		top: 0;
		right: auto;
		left: 100%;		
		transition: 0.6s all 0s ease;
		background: #eee;		
		transform:none;
	}
	header nav .navi_box {
		width: 80%;
		position: absolute;
		top: 50%;
		left: 10%;
		transform: translate(0%,-50%);
		transition: 0.6s all 0s ease;
	}

	header nav ul li {
		display: block;
		margin: 5px auto;
		text-align: left;
	}
	header nav li a {
		font-weight: 400;
		font-size: 1.4rem;
		text-decoration: none;
	}
  .hamburger {
    position: fixed;
    right: 5%;
    top: 3.5%;
    width: 15px; /* クリックしやすい幅 */
    height: 15px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
  }
  .hamburger_border {
    position: absolute;
    left: 0px;
    width: 15px;
    height: 1px;
    background-color: #000;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 0px;
  }
  .hamburger_border_center {
    top: 7.5px;
  }
  .hamburger_border_bottom {
    top: 15px;
  }
  .nav-open nav {
    left: 0;
	  filter: invert(1)
  }
  .nav-open .hamburger_border {
    background-color: #000!important;
	  filter: invert(0)!important
  }
	.nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 7.5px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 7.5px;
  }
	header .nav_logo {
		display: block;
		width: 60%;
		margin-bottom: 15%;
	}
	header nav li .header_icon {
		width: 20px;
		margin-bottom: 0px;
		margin-left: 0px;
	}
	header nav li .header_wes {
		width: 70px;
		margin-top: 5%;
		margin-bottom: 0px;
		margin-left: 0
	}
}






main {
	position: relative;
	padding-bottom: 100px;
	padding-top: 0px;
}


main h3.title {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 3%;
	text-align: left;
	border-bottom: 1px solid #000;
	padding-bottom: 1%;
}
main #models ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 25px;
}
main #models ul li {
	position: relative;
	margin-bottom: 20%;
}
main #models ul .img_wrap {
	overflow: hidden;
	position: relative;
}
main #models ul .bg {
	position: relative;
}
main #models ul .img {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	line-height: 0;
	z-index: 1
}
main #models ul .img img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
}
main #models ul li a{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	z-index: 10;
}


main #models ul li .name {
	margin: 2.5% 0;
	text-align: center;
}
main #models ul li .name p {
	font-size: 1.2rem;
}
main #models ul li .name span {
	font-size: 1rem;
	margin-left: 1rem;
	font-style: italic;
}
@media only screen and (max-width: 768px)  {
	main {
		position: relative;
		padding-bottom: 100px;
		padding-top:0px;
	}
	main #models h3 {
		font-size: 1.2rem;
		margin-bottom: 8%;
	}
	main #models ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap:5%;
	}
	main #models ul li .name p {
		font-size: 1rem;
	}
}
main #company ul {
	/*max-width: 900px;*/
	margin: 0 ;
}
main #company li {
	font-size: 1.2rem;
	position: relative;
	padding: 3% 0;
	border-bottom: 1px solid #777;
}
main #company li h4 {
	width: 15%;
}
main #company li p {
	width: 85%;
	position: absolute;
	top: 50%;
	left: 15%;
	transform: translate(0,-50%);
}
main #company li p span{
	font-size: 1rem;
	font-style: italic;
	display: block;
	color: #777;
}
@media only screen and (max-width: 768px)  {
	main #company li {
		padding: 4% 0;
	}
	main #company li h4 {
		width: auto;
		margin-bottom: 2%;
	}
	main #company li p {
		width: auto;
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0)
	}	
	
}



main #detail {
	position: relative;
}

main #detail .top_box {
	position: relative;
}
main #detail .top_box .img {
	width: 50%;
}
main #detail .top_box .data {
	width: 40%;
	position: absolute;
	top: 0%;
	left: 55%;
	height: 100%;
	overflow: scroll;
}
main #detail .a_box .img {
	width: 35%;
}
main #detail .a_box .data {
	width: 60%;
	position: absolute;
	top: 0%;
	left: 40%;
	height: 100%;
	overflow: scroll;
}
main #detail .top_box .data h4 {
	font-size: 2.6rem;
	font-weight: 600;
}
main #detail .top_box .data h4 span {
	font-size: 1.6rem;
	font-weight: 600;
	margin-left: 1.2rem;
	font-style: italic;
}
main #detail .top_box .data .copy {
	font-size: 1.2rem;
	/*font-style: italic;*/
}
main #detail .top_box .data .size {
	position: relative;
	margin: 5% 0 10%;
}
main #detail .top_box .data .size ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
main #detail .top_box .data .size ul li {
	margin: 4% 0;
}
main #detail .top_box .data .size .tit  {
	font-weight: 700;
	line-height: 1;
	margin-bottom: 5px;
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: 1px solid #000;
}
main #detail .top_box .data .size p  {
	display: inline-block;
	margin-left: 5px;
	font-size: 1.2rem;
}
main #detail .top_box .data .size .btn_box  {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 5%;
	margin: 5% auto;
}
main #detail .top_box .data .size .btn a  {
	display: block;
	position: relative;
	font-weight: 600;
	text-decoration: none;
	margin: 5% 0;
	padding:4px 0;
	border: 1px solid #000;
	font-size: 1rem;
	box-sizing: border-box;
	text-align: center;
}


main #detail .top_box .data .profile {
	position: relative;
}
main #detail .top_box .data .profile li {
	margin: 2% 0
}
main #detail .top_box .data .profile .tit  {
	font-weight: 700;
	line-height: 1;
	margin-bottom: 4px;
	padding-bottom: 4px;
	display: inline-block;
	border-bottom:1px solid #000;
}
main #detail .top_box .data .profile p  {
	font-size: 1.2rem;
}
main #detail .top_box .data .profile .sns  {
	max-width: 160px;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 25px;
	margin: 5% 0;
}
main #detail .top_box .data .profile .prof_box {
	margin: 5% 0;
}
@media only screen and (max-width: 768px)  {
	main #detail .top_box .img,main #detail .a_box .img {
		width: 100%;
	}
	main #detail .top_box .data,main #detail .a_box .data {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		margin: 5% auto ;
		height: auto;
	}	
	main #detail .top_box .data h4 {
		font-size: 2.6rem;
		font-weight: 600;
		margin: 5% 0 0
	}

	main #detail .top_box .data .size {
		position: relative;
		margin: 10% 0 10%;
	}
	main #detail .top_box .data .size .tit  {
	
	}
	main #detail .top_box .data .size p  {
		font-size: 1.4rem;
		display: block;
	}
	main #detail .top_box .data .size .btn a  {
		display: block;
		margin: 5% auto;
		padding:10px 0;
		width: 100%;
		font-size: 1.2rem;
		text-align: center;
	}
	main #detail .top_box .data .profile li {
		margin: 4% 0
	}
	main #detail .top_box .data .profile p  {
		font-size: 1.1rem;
	}
	
}


main #detail .photo  {
	position: relative;
	margin: 5% auto;
}
main #detail .photo h4 {
	font-weight: 700;
	font-size: 1.4rem;
	margin-bottom: 2%;
}
main #detail .photo ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 25px;
	box-sizing: border-box;
}
main #detail .photo ul li {
	position: relative;
	overflow: hidden;
}
main #detail .photo ul .bg {
	position: relative;
}
main #detail .photo ul .img {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	line-height: 0;
	z-index: 1
}
main #detail .photo ul .img img {
	  width: 100%;
	  height: 100%;
	  object-fit: contain;
}

@media only screen and (max-width: 768px)  {
	main #detail .photo  {
		margin: 20% auto;
	}
	main #detail .photo h4 {
		font-size: 1.8rem;
		margin-bottom: 10%;
	}
	main #detail .photo ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}	
	
}


main #detail .work  {
	position: relative;
	margin: 5% auto;
}
main #detail .work h4 {
	font-weight: 700;
	font-size: 1.4rem;
	margin-bottom: 2%;
}
main #detail .work li  {
	position: relative;
	margin: 4% auto;
}
main #detail .work li .cate  {
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1;
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: inline-block;
	border-bottom:1px solid #000;
}
@media only screen and (max-width: 768px)  {
	main #detail .work  {
		margin: 20% auto;
	}
	main #detail .work h4 {
		font-size: 1.8rem;
		margin-bottom: 5%;
	}
	main #detail .work li  {
		position: relative;
		margin: 8% auto;
	}
	main #detail .work li .cate  {
		font-weight: 700;
		font-size: 1.2rem;
		line-height: 1;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
}

main #detail .look.bt  {
	border-top: 1px solid #000;
}
main #detail .look  {
	position: relative;
	width: 100%;
	margin: 5% auto;
	padding-top: 5%;
}
main #detail .look h4 {
	font-weight: 700;
	font-size: 1.4rem;
	margin-bottom: 2%;
}
main #detail .look .youtube  {
	box-sizing: border-box;
	padding: 1% 20%;
	background: #000
}
main #detail .look .video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
}
main #detail .look .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
main #detail .look ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 10px;
	margin: 10px auto;
}
main #detail .look .txt {
	margin: 5% auto;
}
main #detail .look .txt p {
	margin: 2% auto;

}
main #detail .look .txt p.bold{
	font-size: 2rem;
	font-weight: 600;
	margin-top: 4%;
}
@media only screen and (max-width: 768px)  {
	main #detail .look  {
		margin: 20% auto 0;
		padding-top: 10%;
	}

	main #detail .look h4 {
		font-size: 1.8rem;
		margin-bottom: 5%;
	}
	main #detail .look .youtube  {
		box-sizing: border-box;
		padding: 0;
		background: #000
	}
	main #detail .look ul {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 10px;
		margin: 10px auto;
	}
	main #detail .look .txt {
		margin: 10% auto;
	}
	main #detail .look .txt p.bold{
		font-size: 1.6rem;
		font-weight: 600;
		margin: 15% 0 5%;
	}
	
}

main #news ul {
	/*max-width: 900px;*/
	margin: 0 ;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 5%;
}
main #news li {
	font-size: 1rem;
	position: relative;
	padding: 0 0 5%;
	margin-bottom: 5%;
	border-bottom: 1px solid #777;
}
main #news li .img {
	width: 30%;
	height: 0;
	padding-top: 30%;
	position: relative;
	overflow: hidden;
}
main #news li .img .thumbnail {
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
main #news li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10
}
main #news li .txt{
	position: absolute;
	top: 40%;
	left: 35%;
	transform: translate(0,-50%);
}
main #news li .time{
	font-size: 1.1rem;
	font-style: italic;
	color: #555;
	display: inline-block;
}
main #news li .category{
	box-sizing: border-box;
	padding: 2px 10px;
	border: 1px solid #777;
	border-radius: 50px;
	display: inline-block;
	font-size: 0.9rem;
	margin: 10px;
}
main #news li h4{
	font-size: 1.4rem;
	font-weight: 600;
}
main #news .contents {
	margin: 5% auto;
}
main #news .contents p {
	margin: 5% auto;
}
main #news .post li {
	border-bottom:none;
	padding: 0;
}
main #news .post li .side {
    width: auto;
    position: relative;
}
main #news .post li .txt,main #news .post li .post_txt{
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0%);
    margin-top: 0
}
main #news .post li h4{
	font-size: 2rem;
	font-weight: 600;
}
@media only screen and (max-width: 768px)  {
	main #news ul {
		/*max-width: 900px;*/
		margin: 0 ;
		display: block;
		grid-template-columns:auto;

	}
	main #news li {
		padding: 10% 0;
		margin: 0
	}
	main #news li .img {
		width: 30%;
		height: 0;
		padding-top:30%;
		position: absolute;
		top: 24%;
		left: 0;
	}
	main #news li .txt{
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0);
		margin-left: 35%;
	}
	main #news li .post_txt{
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0);
		margin-left: 0%;
	}
}

main #contact {
	position: relative;
}
main #contact p {
	text-align: left;
}


footer {
	position: relative;
	text-align: left;

}
footer h3 {
	font-size: 1.4rem;
	font-weight: 600;
}
footer p {
	margin: 20px 0;
	opacity: 1!important;
	filter: blur(0)!important
}
footer .copyright {
	margin: 40px 0;
}
@media only screen and (max-width: 768px)  {
	footer {
		margin-top: 15%;
	}
	
}


#wrapper h1 {
	overflow: hidden;
	opacity: 0;
	filter: blur(10px);
	transition: 1.2s all 0s ease;
}
#wrapper.on h1 {
	opacity: 1;
	filter: blur(0);
}
#wrapper .toppage h1 {
	overflow: hidden;
	opacity: 0;
	filter: blur(10px);
	transition: 2s all 0s ease;
}
#wrapper.on .toppage h1 {
	opacity: 1;
	filter: blur(0);
}

.img {
	opacity: 0;
	filter: blur(5px);
	transition: 0.8s all 0s ease;
	overflow: hidden;
}
.img.ac {
	filter: blur(0px);
	opacity: 1;
}
p {
	opacity: 0;
	filter: blur(5px);
	transition:0.8s all 0s ease;
}
p.ac {
	filter: blur(0px);
	opacity: 1;
}
/*nav .hamburger_border {
	filter: invert(1);
}
nav.ac .hamburger_border {
	filter: invert(1)
}*/
/*.toppage nav .hamburger_border {
	filter: invert(0);
}
.toppage nav.ac .hamburger_border {
	filter: invert(1)
}
.toppage nav a {
	filter: invert(0);
}
.toppage nav.ac a {
	filter: invert(0)
}*/
@media only screen and (max-width: 768px)  {
/*	.toppage nav a {
		filter: invert(0);
	}
	.toppage nav.ac a {
		filter: invert(0)
	}*/	
	
}
/* モーダルのスタイル */

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0,0,0,0.8); /* 背景色 */
    opacity: 0; /* 初期状態では透明 */
    visibility: hidden; /* 初期状態では不可視 */
    transition: opacity 0.3s, visibility 0.3s; /* アニメーション効果 */
	text-align: center;
	z-index: 99999;
}

.modal img {
	width: auto;
	  width: 60%;
	  height: 90%;
	  object-fit: contain;
	margin: 5vh auto;
	display: block;

}
/* モーダルの画像スタイル */
.modal-content {
    display: block;

}

/* モーダルの閉じるボタン */
#close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 30px;
    cursor: pointer;
}
@media only screen and (max-width: 768px)  {
	.modal img {
		margin: 10vh auto;
		display: block;
		 width: 100%;
		 height: 80vh;

	}
	
}



main #contact .form {
	width: 100%;
	margin: 5% auto;
}





.wpcf7 p {
	margin: 0;
	padding: 0!important;
}
input:-internal-autofill-selected  {
	background-color:rgba(255,255,255,0)!important;
}
.wpcf7 input,.wpcf7 textarea {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.wpcf7 input,.wpcf7 textarea {
	color:#000;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 12px;
	border-radius: 5px;
	line-height: 22px;
	background-color: transparent;
	border:1px solid #000;
	transition: all 0.3s;
	padding: 13px;
	margin-bottom: 15px;
	width:100%;
	box-sizing: border-box;
	outline:0;
}

.feedback-input:focus { border:2px solid #000; }
textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
}

.wpcf7 .wpcf7-submit {
  width: 50%;
	border: 1px solid #fff;
	color: #000;
	background: #FFF;
  border-radius:50px;
  cursor:pointer;
  font-size:14px;
  transition: all 0.3s;
  font-weight:600;
	padding:14px 0;
	margin-top: 25px;
}
.wpcf7 .wpcf7-submit:hover { background:#000; color: #FFF }




input:-internal-autofill-selected {
	background-color:rgba(0,0,0,1)!important;
}
label {
	font-size: 1.1rem;
	display: block;
	padding: 10px 0;
}
@media only screen and (max-width: 768px)  {
	.wpcf7 .wpcf7-submit {
	  width: 100%;


	}
	
}


.pagination {
    text-align: center;
}

.nav-links .page-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.nav-links a.page-numbers ,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next,
.nav-links .dots {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #fff;
    color: #999;
    border-radius: 50%;
    margin-right: 25px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #999;
}


.nav-links a.page-numbers:hover {
    color: #FFF;
    background-color: #999;
    border-color: #999;
    border-radius: 50%;
}

.nav-links .current {
    background: #999;
    color: #FFFFFF;
    padding: 0;
}


.nav-links a.prev,
.nav-links a.next {
    border: 1px solid #999;
    color: #999;
    position: relative;
}

.nav-links .next::before,
.nav-links .prev::after {
    content: "";
    display: inline-block;
    width: 0.5px;
    height: 40px;
    background-color: rgb(224, 215, 215);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.nav-links .next::before {
    left: -15px;
}
.nav-links .prev::after {
    right: -15px;
}
.nav-links .dots {
    background: transparent;
    border: none;
}