/*
Theme Name: Original_style
Theme URI: http://unknown.jp/
Description: オリジナルリセット
Version: 100.0
Author: noname
Author URI: http://unknown.jp/
*/

/* html5 reset*/
html{overflow-y:scroll;}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
main{display:block;}
h1, h2, h3, h4, h5, h6,address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
article, aside, dialog, figure, footer, header,hgroup, nav, section {display:block;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
img{vertical-align:bottom; max-width:100%; height:auto;}


@font-face {
	font-family: 'LINE Seed JP';
	src: url('https://minazuki-design.art/wp-content/themes/wp/font/LINESeedJP_OTF_Rg.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
  }
  
  @font-face {
	font-family: 'LINE Seed JP';
	src: url('https://minazuki-design.art/wp-content/themes/wp/font/LINESeedJP_OTF_Bd.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
  }

/* original reset */
li{
	list-style:none;
}
a {
	text-decoration:none;
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration:underline;	
}
a:active {
}

/* html5 reset +alpha */
html{
    font-size: 62.5%; /* (14px) */
	line-height:1.0;
}
#main {
	line-height:1.4;
}

/* common item */
.clrfx:after {content:".";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;font-size:0.1em;line-height:0;}
.clrfx {zoom:1;}
.clr {clear:both;}
.fltl {float:left;}
.fltr {float:right;}
.leftAdjust{text-align:left;}
.rightAdjust{text-align:right;}
.centerAdjust{text-align:center;}
.topAdjust{vertical-align:top;}
.middleAdjust{vertical-align:middle;}
.bottomAdjust{vertical-align:bottom;}
.rlt{position:relative;}
.abs{position:absolute;}
strong { font-weight:bold; }
em { font-style: italic; }
del { text-decoration:line-though; }


/* items */
a img {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
}
a:hover img.opa100 {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: alpha(opacity=100);
}
.container {
	margin:0 auto;
}
/* body style */
body {
	font-size:1.4rem;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	background:#fff;
	-webkit-text-size-adjust: 100%;
}
#wrapper {
	font-family:'LINE Seed JP','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

/* common */
#wrapper {
	background:
	  url(images/bgillust.webp) calc(50% - 360px) calc(100% - 20px) no-repeat,
	  url(images/bglogo.webp) calc(50% + 500px) calc(100% - 80px) no-repeat,
	  url(images/bg.webp) center center repeat;
	background-size: 300px auto, 300px auto, 960px 540px;
	background-attachment: fixed, fixed;
  }
#box_wrap {
	max-width:600px;
	background:#fff;
	margin:auto;
	border:#E26C14 3px solid;
}
#main {
	min-height:100vh;
}

#header {
	padding:20px;
	box-sizing:border-box;
	height:100px;
	position:relative;
}

#header #logo {
	width:250px;
}
.navopen {
	display: none;
}
#gnavi {
	transition: all 0.2s ease-out;
	opacity:1;
	width:300px;
	padding-top:60px;
	position: fixed;
	left: calc(50vw - 650px); /* 1300pxの半分 */
	top: 0px;
	height:100vh;
	display: flex;
	flex-direction: column;
	box-sizing:border-box;
}
#gnavi .sns {
	margin-top:auto;
	color:#e26c14;
}
#gnavi .sns p {
	position: relative;
	display: inline-block;
	padding:0 10px;
	font-weight:900;
	margin-bottom:10px;
}
#gnavi .sns p::before {
	content: "";
	display: block;
	position: absolute;
	top: -0.1em;
	left: 0;
	background:#e26c14;
	height: 1.2em;
	width: 2px;
	transform: rotate(-20deg);
}
#gnavi .sns p::after {
	content: "";
	display: block;
	position: absolute;
	top: -0.1em;
	right: 0;
	background:#e26c14;
	height:1.2em;
	width:2px;
	transform: rotate(20deg);
}
#gnavi .sns ul {
	display: flex;
	flex-direction: row;
	gap:30px;
}
#gnavi .sns .icon {
	width: 40px;
	height: 40px;
	fill: #e26c14; 
	transition: fill 0.3s ease;
}
#gnavi .sns a:hover .icon {
	fill: #e26c14;
}
#gnavi #copy {
	padding-top:80px;
	padding-bottom:20px;
	font-size:12px;
	color:#e26c14;
}
#gnavi .menu li {
	margin-bottom:20px;
}
#gnavi .menu a {
  position: relative;
  font-weight: 900;
  font-size: 30px;
  text-decoration: none;
  color: #e26c14;
  display: inline-block;
  overflow: hidden;
}

#gnavi .menu a::after {
  content: "";
  position: absolute;
  bottom: 0; /* テキストの下に線 */
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

#gnavi .menu a:hover::after,
#gnavi .menu a:focus::after {
  transform: scaleX(1);
}

#livenews {
	padding:0px 0 0px;
	background:#e26c14;
}
#livenews a {
	padding:15px 20px 15px;
	color:#fff;
	display: block
}
@media (max-width: 1300px) {
	#wrapper {
		background:
		url(images/bgillust.webp) calc(50% - 340px) calc(100% - 20px) no-repeat,
		url(images/bglogo.webp) calc(50% + 420px) calc(100% - 80px) no-repeat,
		url(images/bg.webp) center center repeat;
		background-size: 250px auto, 200px auto, 960px 540px;
		background-attachment: fixed, fixed;
	}
	#gnavi {
		width:100%;
		padding-top:200px;
		position: fixed;
		width:100%;
		height:100vh;
		left: -1400px;
		display: flex;
		flex-direction: column;
		box-sizing:border-box;
		z-index:1001;
		background: url(images/bglogo.webp) 50% 90px no-repeat;
        background-size: 260px auto;
        background-color: #e26c14;
	}
	#gnavi.active {
		left: 0;
		top: 0px;
	}
	#gnavi .sns {
		margin-top:auto;
		color:#fff;
		text-align:center;
	}
	#gnavi .sns p {
		position: relative;
		display: inline-block;
		padding:0 10px;
		font-weight:bold;
		margin-bottom:20px;
	}
	#gnavi .sns p::before {
		content: "";
		display: block;
		position: absolute;
		top: -0.1em;
		left: 0;
		background:#fff;
		height: 1.2em;
		width: 2px;
		transform: rotate(-20deg);
	}
	#gnavi .sns p::after {
		content: "";
		display: block;
		position: absolute;
		top: -0.1em;
		right: 0;
		background:#fff;
		height:1.2em;
		width:2px;
		transform: rotate(20deg);
	}
	#gnavi .sns ul {
		display: flex;
		flex-direction: row;
		gap:30px;
		justify-content: center;
	}
	#gnavi .sns .icon {
		width: 40px;
		height: 40px;
		fill: #fff; 
		transition: fill 0.3s ease;
	}
	#gnavi .sns a:hover .icon {
		fill: #fff;
	}
	#gnavi #copy {
		text-align:center;
		font-size:12px;
		color:#fff;
	}
	#gnavi .menu a {
		color:#fff;
	}
	#gnavi .menu li {
		margin-bottom:20px;
		text-align:center;
	}
	#gnavi .menu a {
		font-weight:900;
		font-size:30px;
	}
	.navopen {
        display: block;
        position: fixed;
        top: 15px;
        right: calc(50vw - 280px);
        background: #ffedcc;
        width: 70px;
        height: 70px;
        border-radius: 100%;
        z-index: 2000;
	}
	.navopen div:nth-of-type(1) {
		transition: all 0.2s ease-out;
		position:absolute;
		top: 24px;
		left: 16px;
		background:#545454;
		width:40px;
		height: 3px;
		border-radius: 5px;
	}
	.navopen div:nth-of-type(2) {
		transition: all 0.2s ease-out;
		position:absolute;
		top: 44.5px;
		left: 16px;
		background:#545454;
		width:40px;
		height: 3px;
		border-radius: 5px;
	}
	.navopen.active div:nth-of-type(1) {
		transform: rotate(30deg);
		top: 34px;
		left: 16px;
	}
	.navopen.active div:nth-of-type(2) {
		transform: rotate(-30deg);
		top: 34px;
		left: 16px;
	}
	#livenews {
		position:sticky;
		top: 0;
		z-index: 1000;
		padding-right:110px;
		line-height:1.6;
	}

}
@media (max-width: 1000px) {
	#wrapper {
		background:
		url(images/bgillust.webp) calc(50% - 330px) calc(100% - 20px) no-repeat,
		url(images/bg.webp) center center repeat;
		background-size: 200px auto, 960px 540px;
		background-attachment: fixed, fixed;
	}
}
@media (max-width: 600px) {
	#box_wrap {
		max-width:100%;
		border:0;
	}
	#header {
		padding:15px 0 0 15px;
		box-sizing:border-box;
		height:70px;
		position:fixed;
		z-index:1000;
		background:#fff;
		width:100%;
	}
	#header #logo {
		width:180px;
	}
	.navopen {
		display: block;
		position:fixed;
		top: 15px;
		right: 20px;
		background:#ffedcc;
		width:40px;
		height: 40px;
		border-radius: 100%;
		z-index:2000;
	}
	.navopen div:nth-of-type(1) {
		transition: all 0.2s ease-out;
		position:absolute;
		top: 13px;
		left: 10px;
		background:#545454;
		width:20px;
		height: 3px;
		border-radius: 5px;
	}
	.navopen div:nth-of-type(2) {
		transition: all 0.2s ease-out;
		position:absolute;
		top: 24.5px;
		left: 10px;
		background:#545454;
		width:20px;
		height: 3px;
		border-radius: 5px;
	}
	.navopen.active div:nth-of-type(1) {
		transform: rotate(30deg);
		top: 20px;
		left: 10px;
	}
	.navopen.active div:nth-of-type(2) {
		transform: rotate(-30deg);
		top: 20px;
		left: 10px;
	}
	#livenews {
		position:sticky;
		top: 70px;
		z-index: 1000;
		padding-right:0px;
		line-height:1.6;
		width:100%;
	}
	#livenews.hide {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	}
	#main {
		padding-top:70px;
	}
}


#slider .slick-slide a.fv_inner_wrap {
	display: block;
	width:100%;
	position: relative;
	height: 100%;
	color:#fff;
}
#slider .slick-slide figure {
	overflow: hidden;
}
#slider .slick-slide figure img {
	aspect-ratio: 7 / 9;
	opacity: 1!important;
	object-fit: cover;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 0.3s ease;
}

#slider .slick-slide:hover figure img {
  transform: scale(1.05); 
}
#slider .slick-slide .fv_content {
	position:absolute;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
	bottom: 0;
	left:0;
	width: 100%;
	padding:0 30px;
	height:32%;
	z-index:1000;
	padding-top:20%;
	box-sizing: border-box;
}
#slider .slick-slide .fv_content h2 {
	font-size:26px;

}

#slider .slick-slide .fv_content p {
	font-size:18px;

}




#works {
	padding:80px 0 80px;
}
.container {
	padding:0 20px;
}
.ttl01 {
	font-size:26px;
	font-weight:900;
	color:#e26c14;
	margin-bottom:10px;
}



.fprg {
	font-size:18px;
	margin-bottom:30px;
	line-height:1.6;
}
.fprg2 {
	font-size:40px;
	font-weight:bold;
	margin-bottom:30px;
	line-height:1.6;

}
@media (max-width: 600px) {
	.fprg2 {
		font-size:40px;
		font-weight:bold;
		margin-bottom:30px;
	}
}
.btn01 {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background:#e26c14;
	color:#fff;
	display:block;
	padding:40px 30px;
	font-size:22px;
	text-decoration:none!important;
	border:2px solid #e26c14;
	box-sizing:border-box;
	position:relative;
	font-weight:bold;
	border-radius:10px;
	text-align:center;
}

.btn01:hover{
	background:#fff;
	color:#e26c14;
}
.btn01::after {
	content:"";
	position:absolute;
	bottom:0;
	top:0;
	right:40px;
	margin:auto;
	border-right:4px solid #fff;
	border-top:4px solid #fff;
	width:16px;
	height:16px;
	transform:rotate(45deg);
}
.btn01:hover::after{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-right:4px solid #e26c14;
	border-top:4px solid #e26c14;
}

.btn02 {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background:#e26c14;
	color:#fff;
	display:grid;
	grid-template-columns: 0.7fr 1fr;
	gap:5%;
	padding:10px 10px;
	font-size:18px;
	text-decoration:none!important;
	border:2px solid #e26c14;
	box-sizing:border-box;
	position:relative;
	font-weight:bold;
	border-radius:10px;
	text-align:left;
	line-height:1.8;
}
.btn02 img {
	object-fit: cover;
	aspect-ratio: 1 / 1 ;
	border-radius: 5px;
}
.btn02:hover{
	background:#fff;
	color:#e26c14;
}
.btn02::after {
	content:"";
	position:absolute;
	bottom:0;
	top:0;
	right:20px;
	margin:auto;
	border-right:4px solid #fff;
	border-top:4px solid #fff;
	width:12px;
	height:12px;
	transform:rotate(45deg);
}
.btn02:hover::after{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-right:4px solid #e26c14;
	border-top:4px solid #e26c14;
}

@media (max-width: 600px) {
		.btn01 {
			font-size:5vw;
		}
	.btn01::after {
	right:14px;
	margin:auto;
	border-right:3px solid #fff;
	border-top:3px solid #fff;
	width:8px;
	height:8px;
	}
	.btn01:hover::after{
		border-right:3px solid #e26c14;
		border-top:3px solid #e26c14;
	}
	.btn02 {
		font-size:3.3vw;
		line-height:1.5;
	}
	.btn02::after {
		right:14px;
		margin:auto;
		border-right:3px solid #fff;
		border-top:3px solid #fff;
		width:8px;
		height:8px;
	}
	.btn02:hover::after{
		border-right:3px solid #e26c14;
		border-top:3px solid #e26c14;
	}
}
.btn_linkers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}



.works ul {
	display:flex;
	flex-direction: column;
	gap:30px;
}
.works ul li {
	
}
.works ul li a{
	color:#333;	
}
.works ul li a:hover{
	text-decoration:none;
	color:#e26c14;
}
.works ul li figure {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
  	border-radius: 20px;
	display: block;
}
.works ul li figure img {
	opacity:1!important;
	width: 100%;
	height: 100%;
	object-fit: cover;
  	display: block;
	transition: transform 0.2s ease;
}

.works ul li figure:hover img {
  transform: scale(1.05); /* 少しだけ拡大 */
}

.works ul li h3 {
	font-size:20px;
	font-weight:bold;
	padding:15px 0 0;
}
.works ul li p {
	font-size:16px;
}
.works .linker {
	display:block;
	padding:50px 0;
}

#profile {
	padding:80px 0 80px;
	background:#fff6f0;
} 
.profile_img {
	width:80%;
	margin:auto;
}
.profile_txt {
	
}
.profile_txt h3{
	font-size:30px;
	text-align:center;
	font-weight: bold;
	margin:50px 0 0;
}
.profile_txt p {
	font-size:18px;
	line-height:1.8;
	padding:20px 0 0;
}
.profile_txt .prf_p {
	font-size:18px;
	line-height:1.8;
	padding:15px 0 0;
	text-align: center;
	font-weight:bold;
	
}


#footer {
	padding:80px 0 20px;
	color:#fff;
	background: #e26c14;
}
#footer .ttl01 {
	color:#fff;
}

#footer .linker {
	margin:30px 0;
}
#footer .logo{
	text-align:center;
	width:50%;
	margin: 80px auto 0;
}
#footer .btn01 {
	background:#fff;
	color:#e26c14;
	border:2px solid #fff;
}

#footer .btn01:hover{
	background:#e26c14;
	color:#fff;
}
#footer .btn01::after {
	border-right:4px solid #e26c14;
	border-top:4px solid #e26c14;
}
#footer .btn01:hover::after{
	border-right:4px solid #fff;
	border-top:4px solid #fff;
}

	#fnavi {
		width:100%;
		margin-top:50px;
		display: flex;
		flex-direction: column;
		box-sizing:border-box;
	}

	#fnavi .sns {
		margin-top:auto;
		color:#fff;
		text-align:center;
	}

	#fnavi .sns ul {
		display: flex;
		flex-direction: row;
		gap:30px;
		justify-content: center;
		margin:30px 0 40px;
	}
	#fnavi .sns .icon {
		width: 40px;
		height: 40px;
		fill: #fff; 
		transition: fill 0.3s ease;
	}
	#fnavi .sns a:hover .icon {
		fill: #fff;
	}
	#fnavi #copy {
		text-align:center;
		font-size:12px;
		color:#fff;
	}
	#fnavi a {
		color:#fff;
	}
	#fnavi .menu li {
		margin-bottom:20px;
		text-align:center;
	}
	#fnavi .menu a {
		font-weight:900;
		font-size:30px;
	}


.works{
	font-size:18px;
	line-height:1.8;
}
.works .ttl01{
	padding:10px 0 0;
}
.works .works-meta,.works .works-meta a {
	color:#3086f0;
	font-size:13px;
	margin:0px 0 20px;
}

.works .works-title {
	font-size:30px;
	font-weight:bold;
	margin:0px 0 10px;
}
.works .works-field  {
	padding:60px 0 0 0;
  margin-bottom: 80px;
}
.works .works-field dl dt {
  position: relative;
  margin-top: 2em;
  font-weight: bold;
  font-size: 1.2em;
}

.works .works-field dl dt::before {
  content: "";
  position: absolute;
  top: -1em;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(0, 0, 0, 0.3) 20%,
    rgba(0, 0, 0, 0.3) 80%,
    transparent 100%
  );
}





#works.works.archive {
	padding:30px 0 80px;
}









































































/* waypoints */
.fadeInUp {
    -webkit-animation: fadeInUp 1s cubic-bezier(.55,0,.1,1) both;
    animation: fadeInUp 1s cubic-bezier(.55,0,.1,1) both;
}
@-webkit-keyframes fadeInUp { from{ opacity: 0; -webkit-transform: translateY(8px); transform: translateY(8px); }}
@keyframes fadeInUp { from{ opacity: 0; -webkit-transform: translateY(8px); transform: translateY(8px); }}
.delay-02s {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}


/* turn */
.turner{
animation-name: turnY;
animation-duration: 2s;
animation-iteration-count: 1;
-webkit-animation-name: turnY;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: 1;
}

@-webkit-keyframes turnY{
0%{-webkit-transform: rotateY(0deg);}
100%{-webkit-transform: rotateY(360deg);}
}
@keyframes turnY{
0%{transform: rotateY(0deg);}
100%{transform: rotateY(360deg);}
}














.work-content .wp-block-image,
.work-content .wp-block-heading,
.work-content p {
  margin-bottom: 1.5em !important;
}
