@charset "utf-8";
/*
Theme Name: POP STYLE
Theme URI: null
Description: Description
Author: 81bridge - LXT
Version: 1.0
*/

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;	
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media (min-width: 897px) and (max-width: 1366px) {
	html {
		font-size: calc(1000vw / 1366);
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.josefin {
	font-family: "Josefin Sans", sans-serif;
}

.zenGothic {
	font-family: "Zen Kaku Gothic New", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 1.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: url(img/common/bg02.webp) repeat left top / 50rem auto;
}
.fixed {
	position: fixed;
	width: 100%;
	overflow-y: scroll;
}
#container {
	padding-top: 20rem;
	position: relative;
	overflow-x: clip;
	text-align: left;
    word-break: break-word;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		background: url(img/common/bg02.webp) repeat left top / 30rem auto;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-top: 13.6rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
#gHeader .hInner {
	min-height: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#gHeader .logo {
	position: absolute;
	top: 3.1rem;
	left: 3.2rem;
	width: 17.2rem;
}
#gHeader .naviUl {
	margin-top: -0.2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 0.2rem;
}
#gHeader .naviUl a {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.2rem 2rem 0.7rem;
	border-radius: 3rem;
	text-align: center;
}
#gHeader .naviUl .on a {
	color: #fff;
	background-color: #333333;
}
#gHeader .naviUl .active a {
	color: #fff;
	background-color: #333333;
}
#gHeader .naviUl a > span {
	display: inline-block;
	overflow: hidden;
	position: relative;
	line-height: 1.2;
}
#gHeader .naviUl a .subSpan {
	display: inline-block;
	transition: .3s ease-in-out;
}
#gHeader .naviUl a .subSpan::before {
	top: 100%;
	width: 100%;
	position: absolute;
	display: block;
	content: "";
	transition: all 0.35s ease;
}
#gHeader .naviUl a .subSpan::after {
	color: currentColor;
	position: absolute;
    left: 0;
    top: 100%;
    content: attr(data-txt);
	transition: all 0.35s ease;
}
.menu {
	position: fixed;
	height: 4.0rem;
	width: 4.0rem;
	top: 2.1rem;
	right: 3.3rem;
	cursor: pointer;
	z-index: 1101;
	transition: opacity .25s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 100%;
	outline: 1px solid #fff;
	mix-blend-mode: difference;
	transition: outline-offset 0.3s ease;
}
.menu span {
	background: #fff;
	border: none;
	height: 3px;
	width: 3px;
	position: absolute;
	border-radius: 3px;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: all .35s ease;
	cursor: pointer;
	left: 50%;
}
.menu.on span {
	width: 15px;
	height: 2px;
	top: 50%;
	left: 50%;
}
.menu.on .middle {
	opacity: 0;
	display: none;
}
.menuBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	height: 100%;
	overflow-y: auto;
	display: none;
	background: url(img/common/menu_bg.webp) no-repeat right top / auto 100%,url(img/common/bg02.webp) repeat left top / 50rem auto;
}
.menuInner {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.menuInner .lBox {
	width: 50%;
	position: relative;
}
.menuInner .lBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.menuInner .rBox {
	padding: 5rem;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menuInner .rBox a:hover {
	opacity: 0.7;
}
.menuSub {
	padding-left: 2rem;
	max-width: 43rem;
	margin: 0 auto;
	width: 100%;
	box-sizing: content-box;
}
.menuSub .naviUl {
	margin-bottom: 0rem;
	display: flex;
	flex-wrap: wrap;
	gap: 8.2rem 8rem;
	text-transform: uppercase;
}
.menuSub .naviUl p {
	margin-bottom: 1.5rem;
}
.menuSub .naviUl p + p {
	padding-top: 1.5rem;
}
.menuSub .naviUl p a {
	font-size: 3.3rem;
	font-weight: 500;
	letter-spacing: -0.0495rem;
}
.menuSub .subList li {
	margin-bottom: 2.0rem;
}
.menuSub .subList li:last-child {
	margin-bottom: 0;
}
.menuSub .subList a {
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: -0.0254rem;
}
.menuSub .snsUl {
	margin-bottom: 4.7rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0 2.4rem;
}
.menuSub .snsUl li {
	width: 15.1rem;
}
.menuSub .snsUl li a {
	padding: 0.2rem 1.8rem 0.5rem;
	min-height: 3.5rem;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	color: #fff;
	font-weight: 500;
	border-radius: 2rem;
	background: #333333 url(img/common/icon04.webp) no-repeat right 1.2rem center;
	background-size: 2rem auto;
}
.menuSub .snsUl li a:hover {
	opacity: 0.7;
}
.menuSub .snsUl li a .img {
	width: 1.6rem;
	margin: 0.3rem 0.5rem -0.3rem 0;
}
.menuSub .snsUl li a .img img {
	vertical-align: 0;
}
.menuSub .privacyP {
	padding-top: 3.5rem;
	position: relative;
}
.menuSub .privacyP::before {
	width: 6.2rem;  
	height: 1px;
	background-color: #333;
	position: absolute;  
	top: 0;
	left: 0;
	content: ""; 
}
.menuSub .privacyP a {
	display: inline-block;
	padding: 1rem 0;
	font-size: 1.3rem;
	font-weight: 500;
	text-transform: uppercase;
}
@media all and (min-width: 897px) {
	.menu:hover {
		outline-offset: 5px;
	}
	.menu span {
		transition: .35s ease;
	}
	.menu .top {
		transform: translate(calc(50% - 1.2rem),-50%);
	}
	.menu.on .top,
	.menu:hover .top {
		transform: translate(-50%,-50%) rotate(45deg);
	}
	.menu .bottom {
		transform: translate(calc(50% + 0.5rem),-50%);
	}
	.menu.on .bottom,
	.menu:hover .bottom {
		transform: translate(-50%,-50%) rotate(-45deg);
	}
	.menu.on span {
		width: 15px;
		height: 2px;
	}
	#gHeader .naviUl a:hover .subSpan {
		transform: translateY(-100%);
	}
}

@keyframes menu_top_on {
	0% {
		width: 3px;
		height: 3px;
		transform: translate(calc(50% - 1.2rem),-50%);
	}
	50% {
		width: 3px;
		height: 3px;
		transform: translate(-50%,-50%) rotate(45deg);
	}
	100% {
		width: 15px;
		height: 2px;
		transform: translate(-50%,-50%) rotate(45deg);
	}
}
@keyframes menu_top_off {
	100% {
		width: 3px;
		height: 3px;
		transform: translate(calc(50% - 1.2rem),-50%);
	}
	50% {
		width: 3px;
		height: 3px;
		transform: translate(-50%,-50%) rotate(45deg);
	}
	0% {
		width: 15px;
		height: 2px;
		transform: translate(-50%,-50%) rotate(45deg);
	}
}
@keyframes menu_bottom_on {
	0% {
		width: 3px;
		height: 3px;
		transform: translate(calc(50% + 0.5rem),-50%);
	}
	50% {
		width: 3px;
		height: 3px;
		transform: translate(-50%,-50%) rotate(-45deg);
	}
	100% {
		width: 15px;
		height: 2px;
		transform: translate(-50%,-50%) rotate(-45deg);
	}
}
@keyframes menu_bottom_off {
	100% {
		width: 3px;
		height: 3px;
		transform: translate(calc(50% + 0.5rem),-50%);
	}
	50% {
		width: 3px;
		height: 3px;
		transform: translate(-50%,-50%) rotate(-45deg);
	}
	0% {
		width: 15px;
		height: 2px;
		transform: translate(-50%,-50%) rotate(-45deg);
	}
}

@media all and (max-width: 896px) {
	#gHeader {
		z-index: 1001;
	}
	#gHeader .logo {
		left: 2.4rem;
		width: 15.4rem;
	}
	body.fixed #gHeader .logo {
		position: fixed;
	}
	.menu {
		right: 1.7rem;
	}
	.menu .top {
		animation: menu_top_off .35s ease forwards;
	}
	.menu .bottom {
		animation: menu_bottom_off .35s ease forwards;
	}
	.menu.on .top {
		animation: menu_top_on .35s ease forwards;
	}
	.menu.on .bottom {
		animation: menu_bottom_on .35s ease forwards;
	}
	#gHeader .naviUl {
		display: none;
	}
	.menuSub .snsUl {
		gap: 0 1rem;
	}
	.menuSub .snsUl li {
		width: 14.5rem;
	}
	.menuSub .snsUl li a {
		min-height: 4.4rem;
		font-size: 1.5rem;
		border-radius: 3rem;
		justify-content: center;
		position: relative;
		padding-left: 1.5rem;
		padding-right: 1rem;
		background-size: 1.3rem auto;
	}
	.menuSub .snsUl li a .img {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 1.5rem;
		width: 1.6rem;
		width: 1.3rem;
		margin: 0;
	}
	.menuSub .insList {
		gap: 0 0.1rem;
	}
	.menuSub .insList li {
		width: 14.8rem;
	}
	.menuInner {
		display: block;
	}
	.menuInner .lBox {
		display: none;
	}
	.menuInner .rBox {
		padding: 5rem 3.2rem;
	}
	.menuSub {
		max-width: inherit;
		padding: 6.3rem 0 0;
	}
	.menuSub .naviUl {
		margin-bottom: -0.6rem;
		display: block;
	}
	.menuSub .naviUl > li {
		margin-bottom: 4rem;
	}
	.menuSub .naviUl p a {
		font-size: 2.8rem;
	}
	.menuSub .subList a {
		font-size: 1.5rem;
	}
	.menuSub .naviUl p {
		margin-bottom: 1.8rem;
	}
	.menuSub .subList li {
		margin-bottom: 1.9rem;
	}
	.menuSub .naviUl p + p {
		padding-top: 1rem;
	}
	.menuSub .naviUl > li:last-child {
		margin-top: -1.5rem;
		margin-bottom: 0;
	}
	.menuSub .privacyP a {
		font-size: 1.4rem;
	}
	.menuSub .privacyP::before {
		width: 4rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 24rem;
	padding-bottom: 14rem;
}
.comLinkBox {
	margin: 0 3.5rem 20.4rem;
	overflow: hidden;
}
.comLinkBox a {
	min-height: 56.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #fff;
	border-radius: 4rem;
	padding: 5rem 0;
}
.comLinkBox .sub {
	width: 100%;
	padding-top: 2rem;
}
.comLinkBox .scrollUl {
	margin-bottom: 5.8rem;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0 2.6rem;
}
.comLinkBox .scrollUl li {
	flex: none;
	white-space: nowrap;
}
.comLinkBox .scrollUl .txtSpan {
	font-size: 8.8rem;
	line-height: 1;
}
.comLinkBox .scrollUl img {
	width: 15.6rem;
	margin-left: 2.6rem;
}
.comLinkBox p {
	margin-bottom: 6.7rem;
	font-size: 1.7rem;
}
.comIco {
	margin: 0 auto;
	width: 7.8rem;
	height: 7.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	outline: 1px solid #333;
	border-radius: 100%;
	transition: outline-offset 0.3s ease;
}
.comIco .subSpan {
	display: inline-block;
	position: relative;
}
.comIco .subSpan:after {
	width: 2.1rem;  
	height: 2rem;
	background: url(img/common/icon01.webp) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: ""; 
	transition: 0.3s;
}
#gFooter .fInner .lBox {
	width: 45rem;
}
#gFooter .fInner .lBox p {
	margin-bottom: 0.4rem;
	line-height: 1.75
}
#gFooter .fInner .lBox .ttl {
	margin-bottom: 1.1rem;
	font-weight: 500;
	letter-spacing: -0.0225rem;
	text-transform: uppercase;
}
#gFooter .fInner .lBox .mapLink a {
	display: inline-block;
	border-bottom: 1px solid currentColor;
}
#gFooter .fInner .lBox .mapLink a:hover {
	opacity: 0.7;
}
#gFooter .fInner .lBox .mapLink a img {
	vertical-align: -0.4rem;
	margin-right: -0.5rem;
	width: 2.1rem;
}
#gFooter .fInner .rBox {
	position: relative;
	z-index: 1;
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
#gFooter .fInner .list {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 6.5rem;
}
#gFooter .fInner .list a:hover {
	opacity: 0.7;
}
#gFooter .fInner .list .ttl {
	margin-bottom: 2.4rem;
	font-size: 1.6rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -0.024rem;
}
#gFooter .fInner .list .ttl .no {
	pointer-events: none;
}
#gFooter .fInner .list .subUl {
	margin-top: -0.7rem;
}
#gFooter .fInner .list .subUl li {
	margin-bottom: 1.4rem;
	font-size: 1.3rem;
	letter-spacing: -0.0195rem;
	text-transform: uppercase;
}
#gFooter .fInner .list .sns {
	margin-top: -0.6rem;
	display: flex;
	gap: 0 1.5rem;
}
#gFooter .fBox .fPhoto {
	margin: 7.3rem 0 -2.3rem;
	text-align: center;
}
#gFooter .fBox .txt {
	line-height: 1;
	text-align: center;
	font-size: min(12.2vw,20.4rem);
	color: #fff;
	font-weight: 700;
	letter-spacing: 2.0363rem;
	text-transform: uppercase;
	white-space: nowrap;
	mix-blend-mode: difference;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}
address {
	max-width: 121rem;
	margin: 0 auto;
	font-size: 1rem;
	letter-spacing: 0;
	font-weight: 400;
	text-transform: uppercase;
	color: #333;
	position: relative;
	z-index: 1;
}
.followBox {
	position: fixed;
	right: 4rem;
	bottom: 4rem;
	z-index: 200;
	width: 16.3rem;
}
.followBox > a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 7.2rem;
	background-color: #fff;
	border-radius: 16.8rem;
	border: 1px solid #F1F0F0;
}
.followBox ul {
	display: flex;
}
.followBox li {
	margin-right: 1rem;
	padding: 1rem 0;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.11rem;
	text-transform: uppercase;
}
.followBox li img {
	vertical-align: -0.5rem;
	margin-left: 1rem;
}

@media all and (min-width: 897px) {
	.comLinkBox a:hover {
		color: #fff;
		background-color: #383838;
	}
	a:hover .comIco {
		outline-offset: 1.2rem;
		outline-color: #fff;
	}
	a:hover .comIco .subSpan:after {
		background-image: url(img/common/icon02.webp);
	}
	.followBox > a:hover {
		color: #fff;
		background: #333;
		border-color: #333;
	}
	.followBox > a:hover img {
		filter: grayscale(200%) brightness(500%);
	}
}

@media all and (max-width: 896px) {
	#gFooter {
		padding-bottom: 4rem;
		margin-top: 16rem;
	}
	.comLinkBox {
		margin: 0 1.6rem 5.7rem;
	}
	.comLinkBox a {
		padding: 2rem 0;
		min-height: 25.9rem;
		border-radius: 2.1495rem;
	}
	.comLinkBox p {
		margin-bottom: 2.0rem;
		font-size: 1.4rem;
		line-height: 1.75;
	}
	.comLinkBox .scrollUl .txtSpan {
		font-size: 3.93rem;
	}
	.comLinkBox .scrollUl img {
		width: 8.4rem;
		vertical-align: -0.5rem;
		margin-left: 1.4rem;
	}
	.comLinkBox .scrollUl {
		gap: 0 1.4rem;
		margin-bottom: 1.6rem;
	}
	.comIco {
		width: 4.7rem;
		height: 4.7rem;
	}
	.comLinkBox .sub {
		padding-top: 0.1rem;
	}
	.comIco .subSpan::after {
		width: 1.7rem;
		height: 1.7rem;
	}
	#gFooter .fInner {
		margin: 0 0 2.8rem 2rem;
	}
	#gFooter .fInner .lBox {
		width: auto;
	}
	#gFooter .fInner .rBox {
		display: none;
	}
	#gFooter .fBox .fPhoto {
		text-align: center;
		width: auto;
		margin: 0;
	}
	#gFooter .fInner .lBox .ttl {
		font-size: 1.7rem;
		margin-bottom: 0.1rem;
	}
	#gFooter .fInner .lBox p {
		margin-bottom: 1.3rem;
	}
	#gFooter .fBox .fPhoto {
		margin: 12.1rem -3.2rem 13.5rem;
	}
	#gFooter .fBox .txt {
		font-size: 6.54rem;
		letter-spacing: 0.3271rem;
	}
	address {
		max-width: inherit;
		margin: 0;
		font-weight: 400;
		letter-spacing: 0;
	}
	.followBox {
		right: 2rem;
		width: 12.5rem;
		bottom: 2rem;
	}
	.followBox > a {
		min-height: 4.7rem;
	}
	.followBox li {
		font-size: 0.84rem;
	}
	.followBox li img {
		width: 1.7rem;
		margin-left: 0.7rem;
	}
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-PSP */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	fade
------------------------------------------------------------*/
.textAnimation span {
	display: inline-block;
	vertical-align: top;
}
.textAnimation .fadeSpan {
	overflow: hidden;
}
.textAnimation .fadeSpan .subTxt {
	opacity: 0;
	transform: translateY(100%);
	transition: 1s;
}
.textAnimation.on .fadeSpan .subTxt {
	opacity: 1;
	transform: translateY(0);
}
.photoAnimation {
	overflow: hidden;
}
.photoAnimation img {
	width: 100%;
	transform: scale(1.1);
	clip-path: inset(0 100% 0 0);
	transition: 1.2s;
}
.photoAnimation.on img {
	transform: none;
	clip-path: inset(0 0 0 0);
}
@media all and (min-width: 897px) {
}
/*------------------------------------------------------------
	movieBox
------------------------------------------------------------*/
.movieBox {
	position: absolute;
	width: 408px;
	aspect-ratio: 408 / 668;
	left: 50%;
	bottom: 5.4rem;
	transform: translateX(-50%);
	transform-origin: bottom;
	transition: aspect-ratio .25s linear,top .3s;
	z-index: -1;
}
.movieBox .video {
	position: relative;
	height: 100%;
	clip-path: path('M 408 141.9 C 408 135.4 403.5 128.1 397.8 124.7 L 189.2 3.7 C 180.4 -1.4 172.3 -1.3 163.2 4.1 L 4.9 95.8 C 1.9 97.6 0 100.8 0 104.3 C 0 107.8 1.8 111 4.8 112.8 L 215.6 234.4 C 220 237.2 221.7 240.4 221.8 245.7 L 221.6 487.8 C 221.6 490.8 223.3 495 226.3 496.9 C 229.4 498.6 234.3 498.1 237.5 496.6 L 398.8 403.4 C 404.6 400 407.7 392.6 407.7 387.2 C 408.1 299.1 408.1 218.8 408 141.9 Z M 179.7 258.6 C 179 258.9 63.1 325.5 18.7 351.5 C 12.5 355.1 9.1 363.2 9.1 368.8 C 9 431.133 8.9 493.467 8.8 555.8 C 8.8 564.2 12.3 570.2 19.8 574.4 L 179.2 666.3 C 182.1 667.9 186.1 667.7 189 666.3 L 189 666.3 C 192 664.6 193.9 661.3 193.9 657.8 L 193.9 657.8 L 193.9 267.5 C 193.8 264.1 192.1 260.9 189.2 259.1 C 189.2 259.1 189.2 259.1 189.2 259.1 C 186.3 257.3 182.7 257.1 179.7 258.6');
}
.movieBox .video::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #333;
	opacity: 0.3;
	mix-blend-mode: multiply;
	content: "";
}
.movieBox video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media all and (max-width: 896px) {
	.movieBox {
		bottom: 7.5rem;
		transform: translateX(-50%) scale(0.41);
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 147.6rem;
	margin: 0 auto;
	padding: 0 5rem;
	width: 95%;
}
.content02 {
	max-width: 156.4rem;
}
@media all and (max-width: 896px) {
	.content {
		max-width: inherit !important;
		padding: 0 3.2rem;
		width: auto;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 15.3rem;
	padding-bottom: 10.5rem;
	font-size: 9.1rem;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 400;
	position: relative;
}
.headLine01:after {
	width: 7rem;  
	height: 1px;
	background-color: #333;
	position: absolute;  
	bottom: 0;
	left: 9rem;
	content: ""; 
}
.headLine01 .jpTxt {
	padding-left: 2rem;
	margin-bottom: 3.6rem;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	position: relative;
}
.headLine01 .jpTxt:after {
	width: 0.9rem;  
	height: 0.9rem;
	border-radius: 100%;
	background-color: #333333;
	position: absolute;  
	top: 0.3rem;
	left: 0;
	content: ""; 
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 8.4rem;
		padding-bottom: 3.2rem;
		font-size: 4.06rem;
		line-height: 1;
	}
	.headLine01::after {
		width: 3.13rem;
		left: 0;
	}
	.headLine01 .jpTxt {
		margin-bottom: 3.2rem;
		padding-left: 1.5rem;
		font-size: 1.15rem;
	}
	.headLine01 .jpTxt::after {
		width: 0.7rem;
		height: 0.7rem;
		top: 0.2rem;
	}
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	color: #000;
	margin: 0 1.5rem 7.7rem;
	font-size: 7.784rem;
	font-weight: 500;
	text-transform: uppercase;
}
.headLine02 small {
	margin-bottom: 1.2rem;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
}

@media all and (max-width: 896px) {
	.headLine02 {
		margin: 0 0 4.8rem;
		font-size: 3.7rem;
	}
	.headLine02 small {
		margin-bottom: 0.4rem;
	}
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	width: 45.6rem;
	margin: 0 auto;
}
.comLink a {
	color: #000;
	min-height: 9.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: 500;
	border: 1px solid #B8B8B8;
	background: url(img/common/icon01.webp) no-repeat right 3.3rem center;
	background-size: 2rem auto;
}

@media all and (min-width: 897px) {
	.comLink a:hover {
		background-color: #fff;
		border-color: transparent;
	}
}

@media all and (max-width: 896px) {
	.comLink {
		width: auto;
		max-width: 31.1rem;
	}
	.comLink a {
		padding: 0.5rem 2rem 0.5rem 3.1rem;
		min-height: 8rem;
		text-align: left;
		justify-content: flex-start;
		font-size: 1.6rem;
		background-position: right 2.5rem center;
	}
}

/*------------------------------------------------------------
	comLink02
------------------------------------------------------------*/
.comLink02 a {
	font-size: 1.5rem;
	font-weight: 500;
	display: inline-block;
	align-items: center;
}
.comLink02 .icon {
	position: relative;
	margin-right: 2rem;
	width: 7.8rem;
	height: 7.8rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	outline: 1px solid #333;
	vertical-align: 0.3rem;
	transition: 0.3s;
	transition: outline-offset 0.3s ease;
}
.comLink02 .icon .subSpan {
	position: relative;
	width: 0.8rem;
	height: 0.8rem;
	overflow: hidden;
}
.comLink02 .icon .subSpan::before {
	width: 100%;  
	height: 100%;
	background: url(img/common/icon03.webp) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: 0;
	left: 0;
	content: ""; 
	transition: 0.3s;
}
.comLink02 .icon .subSpan::after {
	width: 100%;  
	height: 100%;
	background: url(img/common/icon03.webp) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: 0;
	left: 0;
	content: ""; 
	transition: 0.3s;
	transform: translate(-1.2rem,1.2rem);
}

@media all and (min-width: 897px) {
	.comLink02 a:hover .icon .subSpan::before {
		transform: translate(1.2rem,-1.2rem);
	}
	.comLink02 a:hover .icon .subSpan::after {
		transform: translate(0,0);
	}
	.comLink02 a:hover .icon {
		outline-offset: 0.5rem;
	}
}

@media all and (max-width: 896px) {
	.comLink02 .icon {
		width: 4.7rem;
		height: 4.7rem;
		margin-right: 1.7rem;
	}
	.comLink02 .icon .subSpan {
		width: 0.6rem;
		height: 0.6rem;
	}
}


/*------------------------------------------------------------
	moreBtn
------------------------------------------------------------*/
.moreBtn {
}
.moreBtn a {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 17.3rem;
	height: 17.3rem;
	border: 1px solid #B8B8B8;
	border-radius: 100%;
	font-weight: 500;
}
.moreBtn a span {
	min-height: 9rem;
	padding-top: 2.7rem;
	display: inline-block;
	background: url(img/common/icon05.webp) no-repeat center bottom 1rem;
	background-size: 1.5rem auto;
	transition: 0.3s;
}
@media all and (min-width: 897px) {
	.moreBtn a:hover {
		background-color: #fff;
		border-color: #fff;
	}
	.moreBtn a:hover span {
		background-position: center bottom;
	}
}
@media all and (max-width: 896px) {
	.moreBtn a {
		font-size: 1.4rem;
		width: 11rem;
		height: 11rem;
	}
	.moreBtn a span {
		min-height: 8.2rem;
	}
}

/*------------------------------------------------------------
	headLine03 
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 9.1rem;
}
.headLine03 .en {
	margin-bottom: 1.9rem;
	font-size: 12.8rem;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
	display: block;
	mix-blend-mode: difference;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}
.headLine03 .jpTxt {
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: -0.0225rem;
}

@media all and (min-width: 897px) {
}

@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 8rem;
	}
	.headLine03 .en {
		font-size: 6.4rem;
	}
}


/*------------------------------------------------------------
	404
------------------------------------------------------------*/
#noFound {
	padding-top: 5.1rem;
}
#noFound::before {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	background: url(img/common/bg01.webp) no-repeat center top / 100%;
	content: "";
	z-index: -1;
}
#noFound .inner {
	color: #000;
	text-align: center;
}
#noFound .inner p {
	margin-bottom: 6.4rem;
	line-height: 1.8;
}
#noFound .inner h2 {
	font-size: 2.2rem;
	font-weight: 500;
	margin-bottom: 3rem;
}

@media all and (min-width: 897px) {
}

@media all and (max-width: 896px) {
	#noFound {
		margin-top: -5rem;
	}
	#noFound::before {
		background-image: url(img/common/bg01_sp.webp);
		background-position: center top -4rem;
	}
	#noFound .inner p {
		margin-bottom: 7.9rem;
		text-align: left;
		font-size: 1.5rem;
		line-height: 1.75;
	}
	#noFound .inner h2 {
		font-size: 1.7rem;
		text-align: left;
		margin: 0 -2rem 2rem 0;
	}
}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact::before {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	background: url(img/common/bg01.webp) no-repeat center top / 100%;
	content: "";
	z-index: -1;
}
#main .contactBox {
	width: 98%;
	max-width: 120rem;
	padding: 3rem 0 0;
	margin: -3.6rem auto 0;
}
#main .contactBox .lBox {
	width: 32rem;
	margin-right: 19.0rem;
}
#main .contactBox .lBox p {
	color: #000;
	line-height: 1.8;
}
#main .contactBox .lBox .ttl {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 2;
	margin: 0 -4rem 3.3rem 0;
}
#main .contactBox .rBox {
	flex: 1;
}
#main .contactBox table {
	margin-bottom: 4rem;
	width: 100%;
	border-collapse: collapse;
}
#main .contactBox table th {
	width: 27.5%;
	text-align: left;
	vertical-align: top;
	font-size: 1.6rem;
	font-weight: 500;
	color: #000;
	padding: 0 1rem 4rem 0;
}
#main .contactBox table th span {
	font-size: 1.2rem;
	color: #BA5151;
	font-weight: 500;
	margin-left: 0.2rem;
	vertical-align: 0.4rem;
}
#main .contactBox table td {
	padding: 0 0 5.6rem;
	font-size: 1.6rem;
	font-weight: 400;
	color: #000;
}
#main .contactBox textarea,
#main .contactBox input[type="email"],
#main .contactBox input[type="tel"],
#main .contactBox input[type="text"] {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0;
    height: 3.7rem;
	color: #000;
	border: none;
    border-bottom: 1px solid #333;
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 0 0rem 1rem;
    width: 100%;
	background-color: transparent;
}
#main .contactBox textarea {
	resize: vertical;
	height: 25.6rem;
}
input::-webkit-input-placeholder { /* WebKit browsers */
    color: #C9C9C9;
    opacity:1;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #C9C9C9;
    opacity:1;
}
input::-moz-placeholder {
    color: #C9C9C9;
    opacity:1;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #C9C9C9;
    opacity:1;
}
textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: #C9C9C9;
    opacity:1;
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #C9C9C9;
    opacity:1;
}
textarea::-moz-placeholder {
    color: #C9C9C9;
    opacity:1;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #C9C9C9;
    opacity:1;
}
.wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 8rem;
}
input[type="radio"],
input[type="checkbox"] {
    display: none;
	padding: 0;
	height: 14px;
	width: 14px;
	vertical-align: middle;
}
input[type="radio"] ~ span,
input[type="checkbox"] ~ span {
	background: url(img/common/radio01.webp) no-repeat left center;
	background-size: 2.2rem auto;
	border-radius: 0;
    display: inline-block;
    line-height: 2rem;
	cursor: pointer;
	font-size: 1.6rem;
    padding: 0.4rem 0 0.4rem 3rem;
}
input[type="radio"]:checked ~ span,
input[type="checkbox"]:checked ~ span {
	background-image: url("img/common/radio02.webp");
}
.wpcf7-list-item {
	margin-left: 0 !important;
}
.wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem 4rem;
}
#main .contactBox .wpcf7-not-valid-tip {
	display: block;
	font-size: 1.3rem;
	color: #BA5151;
	font-weight: 500;
	margin-top: 0.6rem;
}
#main .agree {
	color: #000;
	margin-bottom: 9.3rem;
	font-weight: 500;
}
#main .agree a {
	color: #000;
	text-decoration: underline;
}
#main .agree input[type="checkbox"] ~ span {
	background-image: url(img/common/check01.webp);
}
#main .agree input[type="checkbox"]:checked ~ span {
	background-image: url(img/common/check02.webp);
}
.submit {
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 0 1rem;
}
.submit li {
	width: 100%;
}
.submit li input {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
	width: 100%;
    height: 9.6rem;
    border-radius: 0;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 500;
	color: #000000;
	text-align: left;
	border: 1px solid #B8B8B8;
	padding: 0 3.9rem;
	transition: 0.3s;
	background: url(img/common/icon01.webp) no-repeat right 3.3rem center;
	background-size: 2rem auto;
}
#main .contactBox .confirmTable {
	margin-top: -5.5rem;
	border-collapse: separate;
	border-spacing: 0 5.5rem;
}
#main .contactBox .confirmTable th {
	padding-bottom: 1rem;
}
#main .contactBox .confirmTable td {
	padding-bottom: 1.2rem;
	border-bottom: 1px solid #333333;
}
#main .thanksBox {
	color: #000;
	text-align: center;
}
#main .thanksBox h2 {
	margin-bottom: 3rem;
	font-size: 2.2rem;
	font-weight: 500;
}
#main .thanksBox p {
	margin-bottom: 2.7rem;
	line-height: 1.8;
}
#main .thanksBox .comLink {
	margin-top: 6.4rem;
}
@media all and (min-width: 897px) {
	#main .agree a:hover {
		text-decoration: none;
	}
	.submit li input:hover {
		background-color: #fff;
		border-color: transparent;
	}
	.submit02 {
		gap: 0 10rem;
	}
	.submit02 li {
		width: calc((100% - 10rem) / 2);
	}
}
@media all and (max-width: 896px) {
	#contact::before {
		background-image: url(img/common/bg01_sp.webp);
		background-position: center top -4rem;
	}
	#main .contactBox {
		width: auto;
		margin-top: -3.6rem;
		padding: 3.2rem 0 0;
		display: block;
	}
	#main .contactBox .lBox {
		width: auto;
		margin: 0 0 11rem;
	}
	#main .contactBox .lBox p {
		line-height: 1.75;
	}
	#main .contactBox .lBox .ttl {
		margin: 0 0 1.7rem;
		font-size: 1.7rem;
		line-height: 2;
	}
	#main .contactBox table th {
		float: left;
		width: 100%;
		padding: 0 0 0.9rem;
	}
	#main .contactBox table td {
		padding: 0 0 6.3rem;
		float: left;
		width: 100%;
	}
	#main .contactBox textarea, #main .contactBox input[type="email"], #main .contactBox input[type="tel"], #main .contactBox input[type="text"] {
		height: 4rem;
	}
	.wpcf7-radio {
		gap: 0.5rem 5rem;
		padding-top: 0.9rem;
	}
	.wpcf7-checkbox {
		padding-top: 0.5rem;
		gap: 0.4rem 2rem;
	}
	#main .contactBox textarea {
		height: 25.6rem;
	}
	#main .contactBox table {
		margin-bottom: -0.3rem;
	}
	#main .agree input[type="checkbox"] ~ span {
		background-size: 2.2rem auto;
		padding-left: 3.0rem;
	}
	#main .agree {
		margin-bottom: 6.1rem;
	}
	.submit {
		display: block;
	}
	.submit li {
		margin-bottom: 1rem;
	}
	.submit li:last-child {
		margin-bottom: 0;
	}
	.submit li input {
		height: 8rem;
		padding: 0 3.1rem;
		background-position: right 2.5rem center;
	}
	#main .thanksBox {
		text-align: left;
	}
	#main .thanksBox h2 {
		margin-bottom: 2.2rem;
		font-size: 1.7rem;
	}
	#main .thanksBox p {
		margin-bottom: 2.5rem;
		line-height: 1.75;
	}
	#main .thanksBox .comLink {
		margin-top: 8rem;
	}
}
/*------------------------------------------------------------
	projects
------------------------------------------------------------*/
#projects .projectsList {
	margin-bottom: 15.9rem;
	gap: 15.8rem 0;
}
#projects .projectsList > li {
	width: calc(100% / 3);
	position: relative;
}
#projects .projectsList > li > a {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}
#projects .projectsList > li .pho {
	cursor: pointer;
	aspect-ratio: 1120 / 820;
	position: relative;
}
#projects .projectsList > li .pho img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#projects .wp-pagenavi {
	display: none !important;
}
#projects .headLine01 {
	margin-bottom: 7.9rem;
}
#projects .projectsList .textBox {
	padding: 2.1rem 2.4rem 0;
}
#projects .projectsList .txt {
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 1.9rem;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#projects .projectsList .ttl {
	margin-bottom: 1.5rem;
	font-size: 1.8rem;
	font-weight: 500;
}
#projects .projectsList .tagUl {
	gap: 0.6rem;
}
#projects .projectsList .tagUl li {
	padding: 0.3rem 1.1rem;
	background-color: #fff;
	border-radius: 10rem;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 500;
}
#single {
	margin-top: -10.8rem;
}
#single .mainImg {
	margin: 0 3.2rem -5rem;
	height: 788px;
	/* aspect-ratio: 1841 / 898; */
}
#single .mainImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#single .headLine03 .en {
	text-transform: inherit;
}
#single .inner {
	margin-bottom: 11.5rem;
}
#single .inner h2 {
	width: 50.3rem;
	padding-right: 4rem;
	font-size: 2.78rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: -0.0417rem;
}
#single .inner .rBox {
	flex: 1;
}
#single .inner .rBox p {
	line-height: 1.75;
}
#single .inner02 {
	margin-bottom: 7.7rem;
	align-items: center;
}
#single .inner02 p {
	margin-left: auto;
	font-size: 1.4rem;
	color: #818181;
	letter-spacing: -0.021rem;
}
#main .comTagUl{
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}
#main .comTagUl span {
	display: inline-block;
	font-size: 1.3rem;
	text-align: center;
	font-weight: 500;
	background-color: #fff;
	border-radius: 5rem;
	padding: 0.3rem 1.1rem;
}
#single .movie {
	margin-bottom: 7.4rem;
	aspect-ratio: 2 / 1;
}
#single .detailList {
	margin-bottom: 22rem;
}
#single .detailList li {
	margin-bottom: 7.2rem;
	text-align: center;
	aspect-ratio: 2 / 1;
}
#single .detailList li:last-child {
	margin-bottom: 0;
}
#single .detailList li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#single .detailList li.towCollumn {
	display: flex;
	aspect-ratio: 4 / 3;
}
#single .detailList li.towCollumn span,
#single .detailList li.oneVertical span {
	width: 50%;
	display: block;
}
#single .detailList li.oneVertical {
	aspect-ratio: 4 / 3;
}
#single .detailList li.oneVertical span {
	margin: 0 auto;
	height: 100%;
}
#single .movie a {
	height: 100%;
	display: block;
	position: relative;
}
#single .movie img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#single .movie a:after {
	transition: 0.3s;
	width: 100%;  
	height: 100%;
	background: rgba(36, 36, 36, 0.80);
	position: absolute;  
	top: 0;
	left: 0;
	content: ""; 
}
#single .movie .link {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	transform: translate(-50%,-50%);
	width: 13.9rem;
	height: 13.9rem;
	color: #fff;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 100%;
	outline: 1px solid #fff;
	transition: 0.3s;
	transition: outline-offset 0.3s ease;
}
#single .popBox {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99999;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	overflow-y: auto;
}
#single .popBox.show {
	opacity: 1;
	visibility: visible;
}
#single .popBox .cover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: 0.5;
	z-index: -1;
}
#single .popBox .popInner {
	padding: 1.5rem;
    position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
}
#single .popBox .subBox {
	margin: auto;
	padding: 2.5rem;
	width: 100%;
	max-width: 89rem;
	position: relative;
}
#single .popBox .subBox .close {
	width: 2rem;
	height: 2rem;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
#single .popBox .subBox .close:hover {
	opacity: 0.7;
}
#single .popBox .subBox .close::before,
#single .popBox .subBox .close::after {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-top: 0.2rem solid #fff;
	content: "";
}
#single .popBox .subBox .close::before {
	transform: translate(-50%,-50%) rotate(45deg);
}
#single .popBox .subBox .close::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}
#single .popBox .videoBox {
	aspect-ratio: 16 / 9;
}
#single .popBox .videoBox video {
	width: 100%;
    height: 100%;
    object-fit: cover;
	vertical-align: top;
}
#single .photoList {
	margin: 0 13.8rem 22rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
#single .photoList li {
	width: 45.3%;
	position: relative;
	aspect-ratio: 1398 / 1634;
}
#single .photoList li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#single .photoList .li02 {
	margin: 14.9rem 0 0 auto;
	width: 39.5%;
	aspect-ratio: 1218 / 846;
}
#single .bigPhoto {
	margin-bottom: 22rem;
}
#single .bigPhoto img {
	width: 100%;
}
#single .sec01 h1 .textAnimation span {
	display: inline;
}
#single .sec02 {
	padding-bottom: 3rem;
}
#single .sec02 .data {
	align-items: flex-start;
}
#single .sec02 .data .hTtl {
	width: 30rem;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	padding-top: 3.6rem;
}
#single .sec02 .data .hTtl:after {
	width: 3.65rem;  
	height: 1px;
	background-color: #333333;
	position: absolute;  
	top: 0;
	left: 0;
	content: ""; 
}
#single .sec02 .data .rBox {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#single .comLink02 {
	text-align: center;
}
#single .dataDl {
	font-weight: 500;
	width: 51.6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	border-top: 1px solid #E0E0E0;
}
#single .dataDl dt {
	width: 14rem;
	padding: 3.8rem 2rem 3.9rem 0;
	border-bottom: 1px solid #E0E0E0;
}
#single .dataDl dd {
	font-weight: 400;
	padding: 3.8rem 2rem 3.9rem 0;
	width: calc(100% - 14rem);
	border-bottom: 1px solid #E0E0E0;
}
#single .sec02 .comLink02 {
	text-align: left;
	margin-top: -10.7rem;
}
#single .sec02 .comLink02.center {
	margin: 0 0 -2.8rem;
	text-align: center;
}
@media all and (min-width: 897px) {
	#projects .projectsList li:hover .pho img {
		transform: scale(1.1);
	}
	#single .sec01 .content {
		max-width: 130rem;
	}
	#single .movie a:hover::after {
		background: rgba(36, 36, 36, 0.40);
	}
	#single .movie a:hover .link {
		outline-offset: 0.9rem;
	}
	#single .sec02 .content {
		max-width: 130rem;
	}
}

@media all and (max-width: 896px) {
	#projects .projectsList{
		display: block;
		margin-bottom: 5.6rem;
	}
	#projects .projectsList > li {
		width: auto;
		margin-bottom: 8rem;
	}
	#projects .projectsList > li:last-child {
		margin-bottom: 0;
	}
	#projects .projectsList .textBox {
		padding: 2.3rem 3.2rem 0;
	}
	#projects .projectsList .ttl {
		font-size: 1.7rem;
	}
	#projects .projectsList .txt {
		margin-bottom: 1.6rem;
	}
	#projects .projectsList .tagUl li {
		font-size: 1.4rem;
		padding: 0.1rem 0.8rem 0.2rem;
	}
	#single {
		margin-top: -5.6rem;
	}
	#single .mainImg {
		height: auto;
		margin: 0 1.6rem -1.7rem;
		aspect-ratio: 343 / 256;
		position: relative;
	}
	#single .inner {
		margin-bottom: 7.6rem;
		display: block;
	}
	#single .inner h2 {
		width: auto;
		padding: 0 0 1.5rem;
		font-size: 2rem;
		letter-spacing: -0.03rem;
	}
	#single .inner02 {
		margin-bottom: 8rem;
		display: block;
	}
	#main .comTagUl {
		margin-bottom: 1.5rem;
	}
	#main .comTagUl span {
		padding: 0.2rem 0.8rem;
		font-size: 1.4rem;
	}
	#single .movie {
		margin: 0 -3.2rem 8.3rem;
		aspect-ratio: 375 / 256;
	}
	#single .movie a {
		position: relative;
	}
	#single .movie .link {
		width: 9.4rem;
		height: 9.4rem;
		font-size: 1.3rem;
	}
	#single .detailList {
		margin: 0 -3.2rem 8rem;
	}
	#single .detailList li {
		margin-bottom: 8rem;
		position: relative;
		aspect-ratio: 375 / 256;
	}
	#single .detailList li img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#single .photoList {
		margin: 0 0 5.6rem;
		display: block;
	}
	#single .photoList li {
		width: 75.4%;
		aspect-ratio: 283 / 330;
	}
	#single .photoList .li02{
		width: 65.5%;
		margin: 5.6rem 3.2rem 0 auto;
	}
	#single .bigPhoto {
		margin-bottom: 6.5rem;
	}
	#single .sec02 {
		padding-bottom: 0;
	}
	#single .sec02 .data {
		display: block;
	}
	#single .sec02 .data .hTtl {
		width: auto;
		padding-bottom: 4.4rem;
	}
	#single .sec02 .data .hTtl::after {
		width: 3.2rem;
	}
	#single .sec02 .data .rBox {
		display: block;
	}
	#single .dataDl {
		width: auto;
		display: block;
	}
	#single .dataDl dt {
		width: auto;
		padding: 3.6rem 0 0.8rem 0;
		border: none;
	}
	#single .dataDl dd {
		width: auto;
		padding: 0 0 3.6rem;
	}
	#single .sec02 .comLink02 {
		margin-top: 4.8rem;
	}
}

/*------------------------------------------------------------
	privacy_policy
------------------------------------------------------------*/
#privacy_policy .sec01 {
	margin-top: -0.5rem;
	padding: 0 9rem 12rem;
}
#privacy_policy .sec01:last-child {
	padding-bottom: 0;
}
#privacy_policy p {
	margin-bottom: 1.6rem;
	line-height: 1.8;
}
#privacy_policy p strong {
	font-weight: 500;
}
#privacy_policy p:last-child {
	margin-bottom: 0;
}
#privacy_policy .hTtl {
	margin-bottom: 1.6rem;
	display: flex;
	font-size: 2rem;
	font-weight: 500;
	padding-bottom: 1.1rem;
	border-bottom: 1px solid #E0E0E0;
}
#privacy_policy .hTtl span {
	flex-shrink: 0;
	margin-right: 1.6rem;
}
#privacy_policy .ttl {
	margin-bottom: 0;
	font-weight: 500;
}
#privacy_policy .list {
	margin: 0 0 1.6rem;
	line-height: 1.8;
}
#privacy_policy .list p {
	margin-left: 3.6rem;
}
#privacy_policy .list:last-child {
	margin-bottom: 0;
}
@media all and (min-width: 897px) {
	#privacy_policy p a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	#privacy_policy .sec01 {
		padding: 0 0 8rem;
	}
	#privacy_policy p {
		font-size: 1.3rem;
	}
	#privacy_policy .hTtl{
		font-size: 1.6rem;
	}
	#privacy_policy .list{
		font-size: 1.2rem;
		line-height: 1.83;
	}
	#privacy_policy .list p {
		margin-left: 2.8rem;
	}
}
/*------------------------------------------------------------
	about
------------------------------------------------------------*/
#about {
	margin-top: -20rem;
}
#about .headLine01 {
	margin-bottom: 0;
}
#about .bgWrap {
	padding-top: 20rem;
	clip-path: inset(0);
}
#about .bg {
	position: fixed;
	left: -10rem;
	top: 0;
	right: 0;
	bottom: 0;
	mix-blend-mode: multiply;
	z-index: -1;
}
#about .bg img {
	margin-top: 10rem;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	max-width: inherit;
	height: 164.8rem;
}
#about .sec01 .content {
	align-items: flex-start;
	padding: 20.2rem 5rem 32.5rem;
	width: 95%;
	max-width: 130rem;
}
#about .sec01 .lBox {
	width: 50rem;
	margin-right: 8.1rem;
}
#about .sec01 .rBox {
	padding-top: 10.1rem;
	flex: 1;
}
#about .sec01 p {
	margin-bottom: 4.4rem;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.33rem;
}
#about .sec01 p:last-child {
	margin-bottom: 0;
}
#about .sec01 .ttl {
	margin-bottom: 5.5rem;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.12rem;
	text-transform: uppercase;
}
#about .sec01 h2 {
	font-size: 6.5rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.3237rem;
}
#about .scrollUl {
	display: flex;
}
#about .scrollUl li {
	width: 33.33%;
	position: relative;
	aspect-ratio: 1120 / 1446;
}
#about .scrollUl li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#about .sec02 {
	min-height: 121rem;
	position: relative;
	z-index: 1;
	clip-path: inset(0);
}
#about .sec02 .sec02Box {
	padding: 31rem 0 0;
}
#about .sec02 .bgBox {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#about .sec02 .bgBox .sub {
	width: 100%;  
	height: 100vh;
	background: url(img/about/bg01.webp) no-repeat center;
	background-size: cover;
	position: sticky;  
	display: block;
	top: 0;
	left: 0;
	content: "";
}
#about .sec02 .content {
	padding: 0 5rem 27.5rem;
	max-width: 126.6rem;
	width: 95%;
	position: relative;
	align-items: flex-start;
}
#about .sec02 .txt {
	position: absolute;
	top: -3rem;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1;
	right: 24.6rem;
	display: flex;
	align-items: flex-start;
	gap: 0 0.7rem;
	z-index: 1;
	flex-direction: row-reverse;
	mix-blend-mode: difference;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}
#about .sec02 .txt .subSpan {
	white-space: nowrap;
	display: block;
	background: rgba(255, 255, 255, 0.8);
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#about .sec02 .txt .en {
	writing-mode: vertical-rl; 
	text-orientation: upright; 
}
#about .sec02 .txt .subSpan02 {
	margin-top: 5rem;
}
#about .sec02:after {
	width: 100%;  
	height: 100%;
	opacity: 0.7;
	background: #000;
	position: absolute;  
	top: 0;
	left: 0;
	content: ""; 
	z-index: -1;
}
#about .sec02 .rBox {
	position: sticky;
	top: 5rem;
	right: 0;
	width: 53.9rem;
	order: 2;
	margin: 11.5rem -3rem 0 7.1rem;
}
#about .sec02 .fooUl img {
	width: 100%;
}
#about .sec02 .lBox {
	color: #fff;
	flex: 1;
}
#about .sec02 p {
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.255rem;
}
#about .sec02 .ttl {
	margin-bottom: 5.2rem;
	font-size: 1.1rem;
	font-weight: 400;
	letter-spacing: 0.11rem;
	text-transform: uppercase;
}
#about .sec02 .ttl span {
	margin-left: 1.5rem;
}
#about .sec02 h3 {
	margin-bottom: 2.2rem;
	font-size: 3.7rem;
	font-weight: 700;
	letter-spacing: 0.185rem;
}
#about .sec02 h2 {
	padding-bottom: 1.8rem;
	margin-bottom: 14.3rem;
	font-size: 9.5rem;
	font-weight: 500;
	line-height: 1;
	position: relative;
	letter-spacing: 0.95rem;
	text-transform: uppercase;
	mix-blend-mode: difference;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}
#about .sec02 h2:after {
	width: 3.6rem;  
	height: 1px;
	background-color: #D9D9D9;
	position: absolute;  
	bottom: 0;
	left: 0.5rem;
	content: ""; 
}
#about .sec02 .lBox .sub {
	max-width: 44rem;
	margin-left: auto;
	margin-bottom: 36rem;
	padding-right: 8rem;
	box-sizing: content-box;
}
#about .sec02 .lBox .sub:last-child {
	margin-bottom: 0;
}
#about .sec03 {
	padding: 24rem 0 10rem;
}
#about .sec03 > .content {
	padding: 0 5rem;
	margin: 0 auto;
	width: 95%;
	max-width: 133rem;
}
#about .sec03 .headLine02 {
	margin-bottom: -5rem;
	font-size: 10.2rem;
	font-weight: 500;
	letter-spacing: 1.02rem;
	position: relative;
	z-index: 1;
}
#about .sec03 .headLine02 small {
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0.24rem;
}
#about .sec03 .photo {
	max-width: 99.1rem;
	margin: 0 auto 3.5rem;
}
#about .sec03 p {
	color: #000;
	max-width: 80rem;
	margin-left: auto;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.7;
	padding-right: 0.5rem;
	box-sizing: content-box;
	letter-spacing: 0.24rem;
}
#about .sec03 .flowBox {
	margin: 0 auto;
	/* margin: 0 0 0 1.5rem; */
	padding: 0 0 0 6.5rem;
	width: 95%;
	max-width: 133rem;
}
#about .sec03 .flowBox .content {
	padding: 0;
}
#about .sec03 .ttl {
	margin: 14.5rem 0 9rem;
	padding-top: 10rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#about .sec03 .ttl h3 {
	flex: 1;
	margin: 0 3.7rem 0 1.5rem;
	font-size: 2.2rem;
	color: #000;
	font-weight: 500;
	letter-spacing: 0.22rem;
	overflow: hidden;
	text-transform: uppercase;
}
#about .sec03 .ttl h3 span {
	padding-right: 3.5rem;
	display: inline-block;
	position: relative;
}
#about .sec03 .ttl h3 span:after {
	width: 9999px;  
	height: 1px;
	background-color: #000;
	position: absolute;  
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
	content: ""; 
}
#about .jsBox {
	position: relative;
}
#about .sec03 .icoBox {
	margin-right: 1.5rem;
	display: flex;
	align-items: center;
	gap: 0 1.6rem;
}
#about .sec03 .icoBox > div {
	width: 7.3rem;
	cursor: pointer;
}
#about .sec03 .icoBox .swiper-button-disabled {
	opacity: 0.7 !important;
	cursor: default;
}
#about .swiper {
	overflow: visible;
}
#about .fooList li {
	margin-right: 4.4rem;
	width: 39.2rem !important;
}
#about .fooList li p {
	line-height: 1.5;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0;
}
#about .fooList li .ttl02 {
	margin-bottom: 0.3rem;
	font-size: 1.6rem;
	font-weight: 500;
	display: flex;
	letter-spacing: 0;
}
#about .fooList li .ttl02 .en {
	margin-right: 0.6rem;
	flex-shrink: 0;
	font-size: 2rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
}
#about .sec04 {
	padding: 16.8rem 0 0;
}
#about .sec04 .content {
	max-width: 130rem;
	width: 90%;
	padding: 0 5rem;
}
#about .sec04 h2 {
	color: #000;
	margin-bottom: 7rem;
	padding-left: 10rem;
	font-size: 4.5rem;
	font-weight: 500;
	letter-spacing: 0.45rem;
	text-transform: uppercase;
	position: relative;
}
#about .sec04 h2:after {
	width: 8rem;  
	height: 1px;
	background: #000;
	position: absolute;  
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	content: ""; 
}
#about .companyDl {
	color: #000;
	max-width: 70rem;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	box-sizing: content-box;
	padding-left: 6.8rem;
}
#about .companyDl dt {
	padding: 2.2rem 1rem 2.1rem 0;
	font-size: 1.6rem;
	font-weight: 500;
	color: #000;
	width: 18.2rem;
}
#about .companyDl dd {
	padding: 2.2rem 0 2.1rem;
	width: calc(100% - 18.2rem);
	font-size: 1.6rem;
	color: #000;
}
@media all and (min-width: 897px) {
	#about .sec03 .icoBox > div:hover {
		opacity: 0.7;
	}
	#about .sec01 p {
		margin-right: -2rem;
	}
	.wpcf7 form .wpcf7-response-output {
		max-width: 69rem;
		margin: 5rem calc((100% - min(98%,120rem)) / 2)  0 auto !important;
	}
	#about .sec02 .lBox {
		padding-bottom: 20rem;
	}
}
@media all and (max-width: 896px) {
	#about {
		margin-top: -13.6rem;
	}
	#about .bgWrap {
		padding-top: 13.6rem;
	}
	#about .bg {
		left: -6rem;
	}
	#about .bg img {
		margin-top: 5rem;
		height: 54rem;
	}
	#about .sec01 .content {
		width: auto;
		padding: 7.6rem 3.2rem 15.1rem;
		display: block;
	}
	#about .sec01 .lBox {
		width: auto;
		margin: 0 0 7.4rem;
	}
	#about .sec01 p {
		margin-bottom: 3rem;
		font-size: 1.5rem;
		line-height: 2;
		letter-spacing: 0.225rem;
	}
	#about .sec01 .ttl {
		margin-bottom: 2rem;
		font-size: 0.9rem;
		font-weight: 600;
		letter-spacing: 0.09rem;
		text-transform: uppercase;
	}
	#about .sec01 h2 {
		font-size: 3.2rem;
		line-height: 1.6;
		letter-spacing: 0.1622rem;
	}
	#about .sec01 .rBox {
		padding: 0;
	}
	#about .sec02 {
		position: relative;
		z-index: 1;
		top: -1px;
		min-height: inherit;
	}
	#about .sec02 .bgBox .sub {
		background-image: url(img/about/bg01_sp.webp);
	}
	#about .sec02 .sec02Box {
		padding: 11rem 0 0;
	}
	#about .sec02 .content {
		padding: 0 3.2rem 16rem;
		display: block;
		width: auto;
	}
	#about .sec02 .rBox{
		position: static;
		width: auto;
		margin: 0 0 3.5rem;
	}
	#about .sec02 .fooUl {
		margin-right: 5rem;
	}
	#about .sec02 .txt {
		top: -4rem;
		right: 3.5rem;
		font-size: 2.5rem;
	}
	#about .sec02 .txt .subSpan02 {
		margin-top: 2rem;
	}
	#about .sec02 .txt .subSpan {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		background: rgba(255, 255, 255, 1);
	}
	#about .sec02 h2 {
		margin-bottom: 8rem;
		padding-bottom: 2.2rem;
		font-size: 2.9rem;
		letter-spacing: 0.29rem;
		text-align: center;
	}
	#about .sec02 h2::after {
		left: 50%;
		width: 2rem;
		transform: translateX(-50%);
	}
	#about .sec02 .lBox .sub {
		margin-bottom: 9.1rem;
		max-width: inherit;
		padding: 0;
	}
	#about .sec02 p {
		font-weight: 400;
		line-height: 2;
		letter-spacing: 0.21rem;
		font-size: 1.4rem;
	}
	#about .sec02 .ttl {
		margin-bottom: 2.1rem;
		font-size: 1rem;
	}
	#about .sec02 .ttl span {
		margin-left: 1rem;
	}
	#about .sec02 h3 {
		margin-bottom: 1.8rem;
		font-size: 1.9rem;
		letter-spacing: 0.095rem;
	}
	#about .sec03 {
		padding: 15rem 0 5rem;
	}
	#about .sec03 > .content {
		width: auto;
		padding: 0 3.2rem;
	}
	#about .sec03 .headLine02 {
		font-size: 3.3rem;
		letter-spacing: 0;
		margin-bottom: 4.5rem;
	}
	#about .sec03 .headLine02 small {
		font-size: 1.5rem;
		letter-spacing: 0;
		font-weight: 500;
		margin-top: 0.5rem;
	}
	#about .sec03 .photo {
		max-width: inherit;
		margin: 0 -2.8rem 5rem;
	}
	#about .sec03 .photo img {
		width: 100%;
	}
	#about .sec03 p {
		max-width: inherit;
		padding: 0;
		font-size: 1.5rem;
		line-height: 2;
		letter-spacing: 0.225rem;
	}
	#about .sec03 .ttl {
		margin: 10.2rem 0 3rem;
		padding-top: 6rem;
		align-items: flex-start;
	}
	#about .sec03 .ttl h3 {
		margin: 1.1rem 1rem 0 0;
		font-size: 1.7rem;
		letter-spacing: 0.17rem;
	}
	#about .sec03 .ttl h3 span::after { 
		width: 4.8rem;
		top: auto;
		transform: none;
		bottom: 0;
		left: 0;
	}
	#about .sec03 .ttl h3 span {
		padding: 0 0 2.8rem;
	}
	#about .sec03 .icoBox {
		margin: 0;
		gap: 0 0.8rem;
	}
	#about .sec03 .icoBox > div {
		width: 4.9rem;
	}
	#about .sec03 .flowBox {
		width: auto;
		padding: 0 0 0 3.2rem;
	}
	#about .swiper {
		overflow: hidden;
	}
	#about .fooList li {
		margin-right: 2.4rem;
		width: 26.2rem !important;
	}
	#about .fooList .photo {
		margin: 0 0 2.6rem;
	}
	#about .fooList li p {
		font-size: 1.4rem;
		line-height: 1.75;
	}
	#about .fooList li .ttl02 {
		font-size: 1.4rem;
	}
	#about .fooList li .ttl02 .en {
		font-size: 1.8rem;
		letter-spacing: 0.18rem;
		margin-right: 0.4rem;
	}
	#about .sec04 {
		padding: 10.2rem 0 0;
	}
	#about .sec04 .content {
		width: auto;
		padding: 0 3.2rem;
	}
	#about .sec04 h2 {
		margin-bottom: 5.7rem;
		padding-left: 5rem;
		font-size: 3.3rem;
		letter-spacing: 0;
	}
	#about .sec04 h2::after {
		width: 4rem;
	}
	#about .companyDl {
		max-width: inherit;
		padding: 0;
		display: block;
	}
	#about .companyDl dt {
		padding: 0 0 1.2rem;
	}
	#about .companyDl dd {
		padding: 0 0 4.8rem;
		width: auto;
	}
	#about .companyDl dd:last-child {
		padding-bottom: 0;
	}
}


.wpcf7-spinner {
	position: absolute !important;
	left: 50%;
	bottom: -4rem;
	margin: 0 !important;
	transform: translateX(-50%);
}

@media (min-width: 897px) and (max-width: 1140px) {
	.menu .top {
		transform: translate(calc(50% - 1.5rem),-50%);
	}
}

@media (min-width: 897px) and (max-width: 1366px) {
	.wpcf7 form .wpcf7-response-output {
		max-width: 65rem;
	}
}
@media (min-width: 1367px) and (max-width: 1400px) {
	.wpcf7 form .wpcf7-response-output {
		max-width: min(48.2vw,68.5rem);
	}
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #BA5151 !important;
}