@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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 all and (min-width: 1000px) {
	html {
		font-size: calc(1000vw / 1366);
	}
}
@media all and (min-width: 1500px) {
	html {
		font-size: 68.63%;
	}
}
@media all and (max-width: 999px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
@media all and (min-width: 768px) and (max-width: 999px) {
	html {
		font-size: 1.917vw;
	}
}
body, table, input, textarea, select, option {
	font-family: "Roboto", "Noto Sans JP", sans-serif;
}
.noto {
	font-family: "Noto Sans JP", sans-serif;
}
.roboto {
	font-family: "Roboto", sans-serif;
}
.serif {
	font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}
.bebas {
	font-family: "Bebas Neue", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
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: #fff;
	text-decoration: none;
	transition: 0.3s;
	-webkit-tap-highlight-color: transparent !important;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
}
a:active {
	color: #fff;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
.is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.is-locked body {
  -webkit-overflow-scrolling: auto;
}
body {
	color: #fff;
	font-size: max(10px, 1.3rem);
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: #000;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt";
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	transition: all 0.4s;
	z-index: 10000;
}
body.hideCover #cover {
	opacity: 0;
	pointer-events: none;
}
#container {
	position: relative;
	text-align: left;
	z-index: 1;
}
#main {
	min-height: 100svh;
	position: relative;
	z-index: 1;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 1000px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 999px) {
	#main {
		min-height: inherit;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader h1 {
	position: fixed;
	left: 4.4rem;
	/* top: 12svh; */
	top: 25%;
	z-index: 1000;
}
#gHeader h1 a {
	width: 16.8rem;
	display: block;
}
#gHeader h1 span {
	display: block;
	margin-top: 2.3rem;
	font-size: max(10px, 1rem);
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0.01em;
}
#gNavi {
	position: fixed;
	left: 0;
	bottom: 4rem;
	transition: transform .3s;
	transform-origin: left top;
	z-index: 1000;
}
#gNavi.active {
	transform: scale(0.75);
}
#gNavi ul {
	position: relative;
}
#gNavi ul::before,
#gNavi li::before {
	width: 3rem;
	position: absolute;
	left: 0;
	top: var(--my-h);
	border-top: 1px solid #fff;
	transition: .3s;
	opacity: 0;
	content: "";
}
#gNavi ul.lineShow::before {
	opacity: 1;
}
#gNavi li {
	width: fit-content;
	position: relative;
	overflow: hidden;
}
#gNavi li a {
	padding-left: 4.1rem;
	position: relative;
	display: block;
	overflow: hidden;
	opacity: 0;
	transform: translateY(100%);
	transition: transform .8s ease .2s, opacity .8s .2s;
}
#gNavi li::before {
	top: 50%;
}
#gNavi.show li a {
	opacity: 1;
	transform: none;
}
#gNavi li.onlyTop {
	display: none !important;
}
#gNavi li a img {
	margin: -0.65rem 0;
	max-width: inherit;
	height: 5.4rem;
	display: inline-block;
	opacity: 0.4;
	transition: opacity .5s;
}
#gNavi li.on::before {
	opacity: 1;
}
#gNavi li.on a img {
	opacity: 1;
}
#gHeader .snsList {
	position: fixed;
	right: 3.9rem;
	bottom: 3.5rem;
	align-items: center;
	flex-direction: row-reverse;
	z-index: 1000;
}
#gHeader .snsList ul {
	gap: 0 2.3rem;
}
#gHeader .snsList li {
	width: 1.9rem;
}
#gHeader .fLink {
	position: fixed;
	left: 4.4rem;
	bottom: 26rem;
	z-index: 1000;
	transition: .3s;
}
#gHeader .fLink a {
	padding-left: 1.1rem;
	display: inline-block;
	font-size: 1rem;
	letter-spacing: 0.04em;
	background: url(/img/common/icon06.png) no-repeat left 0.3rem / 0.8rem;
}
@media all and (hover: hover) and (min-width: 1000px) {
	#gNavi li:hover img {
		opacity: 1;
	}
	#gNavi.one li:hover img {
		opacity: 0.7;
	}
	#gHeader .snsList a:hover,#gHeader .fLink:hover {
		opacity: 0.7;
	}
}
@media all and (min-width: 1000px) {	
	.fixBg {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: url("/img/common/bg01.jpg") repeat-y center top / 100%;
		animation: bgScroll 40s linear infinite;
		z-index: -1;
	}
	@keyframes bgScroll {
		0% { background-position-y: 0; }
		100% { background-position-y: 100%; }
	}
	#gHeader .fLink {
		overflow: hidden;
	}
	#gHeader .fLink a {
		display: block;
		opacity: 0;
		transform: translateY(100%);
		transition: all 0.5s ease;
	}
	#gHeader .fLink.visible a {
		opacity: 1;
		transform: none;
	}
}
@media all and (max-width: 999px) {
	.fixBg {
		height: 100vh;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		overflow: hidden;
	}
	.fixBg::before,
	.fixBg::after {
		content: "";
		position: absolute;
		left: 0;
		width: 100%;
		background: url("/img/common/bg01.jpg") repeat-y center top / 100% auto;
		aspect-ratio: 683 / 2430;
		animation: bgMove 40s linear infinite;
		will-change: transform;
		backface-visibility: hidden;
		--deg: 0deg;
	}
	.fixBg::after {
		margin-top: -1px;
		top: calc(100vw / (683 / 2430));
		--deg: 180deg;
	}
	@keyframes bgMove {
		0%   { transform: translateY(0) rotate(var(--deg)); }
		100% { transform: translateY(-100%) rotate(var(--deg)); }
	}
	#gHeader h1 {
		padding-top: 1.9rem;
		left: auto;
		right: 1.2rem;
		top: 0;
	}
	#gHeader h1 a {
		width: 9.4rem;
	}
	#gNavi {
		padding-top: 1.9rem;
		left: 0;
		bottom: auto;
		top: 0;
	}
	#gNavi ul::before,
	#gNavi li::before {
		width: 1rem;
	}
	#gNavi li a {
		padding-left: 1.5rem;
	}
	#gNavi li a img {
		margin: -0.3rem 0;
		height: 3.6rem;
	}
	#gHeader .snsList {
		display: none;
		bottom: auto;
		top: 2.1rem;
		right: 1.9rem;
	}
	#gHeader .snsList ul {
		gap: 0 1.7rem;
	}
	#headerBg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 17.2rem;
		background: linear-gradient(#000 0%, rgba(0, 0, 0, 0) 100%);
		opacity: 0;
		transition: opacity .3s;
		pointer-events: none;
		z-index: 999;
	}
	#headerBg.active {
		opacity: 0.78;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	padding: 0 4rem 3.8rem;
}
#gFooter address {
	display: block;
	font-weight: 300;
	font-size: max(10px, 1rem);
	letter-spacing: 0.02em;
	color: #b7b7b7;
}
@media all and (min-width: 1000px) {
	#gFooter {
		padding-bottom: 10.5rem;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		overflow-x: clip;
	}
	#gFooter address {
		margin: 0 -0.2rem 0 auto;
		width: 1.5rem;
		height: 255px;
		white-space: nowrap;
		-webkit-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: tb-rl;
		writing-mode: vertical-rl;
		overflow: hidden;
	}
	#gFooter address span {
		display: block;
		opacity: 0;
		transition: all 0.5s ease;
		transform: translateX(100%);
	}
	#gFooter address.visible span {
		opacity: 1;
		transform: none;
	}
}
@media all and (max-width: 999px) {
	#gFooter {
		position: relative;
		padding: 0 2.2rem 3.5rem;
		z-index: 5;
	}
	#gFooter .fInner {
		margin: 0 auto 9.9rem;
		width: fit-content;
		display: flex;
		align-items: flex-start;
	}
	#gFooter .fLogo {
		margin: 0.8rem 4rem 0 0;
		width: 12.5rem;
	}
	#gFooter .fNavi {
		margin-bottom: 3rem;
	}
	#gFooter .fNavi li {
		width: fit-content;
	}
	#gFooter .fNavi li.onlyTop {
		display: none !important;
	}
	#gFooter .fNavi img {
		margin: -0.4rem 0;
		height: 3.92rem;
	}
	#gFooter .snsList {
		gap: 0 2.35rem;
		justify-content: flex-start;
	}
	#gFooter .snsList li {
		width: 2.1rem;
	}
	#gFooter .snsList li a {
		display: block;
	}
	#gFooter .fLink {
		margin-top: 4.3rem;
	}
	#gFooter .fLink a {
		padding-left: 1.1rem;
		display: inline-block;
		font-size: 1rem;
		letter-spacing: 0.04em;
		background: url(/img/common/icon06.png) no-repeat left 0.4rem / 0.8rem;
	}
	#gFooter address {
		font-weight: 400;
		text-align: center;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LTT */
/* 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
------------------------------------------------------------*/
/* fade */
.fade {
	opacity: 0;
	transition: opacity ease 1.3s;
}
.fade.visible {
	opacity: 1;
}
/* fadeBlur */
.fadeBlur {
	overflow: hidden;
}
.fadeBlur > span {
	opacity: 0;
	transform: scale(1.5);
	filter: blur(4rem);
	-webkit-filter: blur(4rem);
	transition: opacity ease .5s, transform ease .5s, filter ease .5s;
}
.fadeBlur.visible > span {
	opacity: 1;
	filter: blur(0);
	-webkit-filter: blur(0);
	transform: scale(1);
}
/* fadeInUp */
.fadeInUp {
	display: block;
	overflow: hidden;
}
.fadeInUp > * {
	display: block;
	opacity: 0;
	transform: translateY(100%);
	transition: transform .6s, opacity .6s;
	pointer-events: none;
}
.fadeInUp.visible > * {
	opacity: 1;
	transform: none;
}
/* typewrite */
.typewrite {
	opacity: 0;
}
.typewrite.visible {
	opacity: 1;
}
/* fadeTitle */
.fadeTitle,
.fadeLeftTitle {
	overflow: hidden;
}
.fadeTitle .animation,
.fadeLeftTitle .animation {
	display: block;
	opacity: 0;
	transform: translateY(100%);
	transition: all 0.8s ease;
}
.fadeTitle.visible .animation,
.fadeLeftTitle.visible .animation {
	opacity: 1;
	transform: none !important;
}
/* fadeLeftTitle */
.fadeLeftTitle .animation {
	transform: translateX(100%);
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	width: 100%;
	padding-left: 41.2rem;
}
.mainBox {
	width: 81.5%;
}
@media all and (max-width: 999px) {
	.content {
		padding: 0 1.5rem;
	}
	.mainBox {
		max-width: inherit;
		width: auto;
	}
}
/*------------------------------------------------------------
	comList
------------------------------------------------------------*/
.comList {
	margin-bottom: 4rem;
	--delay: 0;
}
.comList li:not(:last-child) {
	margin-bottom: 3.7rem;
}
.comList a {
	display: flex;
}
.comList .photoBox {
	margin-right: 2rem;
	width: 11rem;
}
.comList .photoBox span {
	display: block;
	aspect-ratio: 1/1;
}
.comList .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-delay: var(--delay);
}
.comList .textBox {
	flex: 1;
	position: relative;
}
.comList .textBox::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	transform: scaleY(0);
	transform-origin: top;
	transition: .5s;
	transition-delay: var(--delay);
	content: "";
}
.comList .textBox .label {
	position: relative;
}
.comList .textBox .label::before,
.comList .textBox .label::after {
	position: absolute;
	left: 1px;
	right: 0;
	top: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	transform: scaleX(0);
	transform-origin: left;
	transition: .5s;
	transition-delay: var(--delay);
	content: "";
}
.comList .textBox .label::after {
	top: auto;
	bottom: 0;
}
.comList .textBox .label p {
	padding: 0.8rem 1.7rem;
	position: relative;
	font-weight: 500;
	font-size: max(10px, 1.2rem);
	line-height: 1;
	letter-spacing: 0.02em;
	white-space: nowrap;
	overflow: hidden;
}
.comList .textBox .label p::before {
	position: absolute;
	right: 0;
	top: 1px;
	bottom: 1px;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	transform: scaleY(0);
	transform-origin: top;
	transition: .5s;
	transition-delay: var(--delay);
	content: "";
}
.comList .textBox .label p::after {
	opacity: 0;
	pointer-events: none;
}
.comList .textBox .label .date::after {
	content: attr(data-date);
}
.comList .textBox .label .tag::after {
	content: attr(data-tag);
}
.comList .textBox .label .new::before {
	display: none;
}
.comList .textBox .label .new::after {
	content: attr(data-new);
}
.comList .textBox .label p span {
	padding: 0.8rem 1.7rem;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
}
.comList .textBox .label .tag {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	font-weight: 700;
}
.comList .textBox .label .new {
	color: #ff6eb7;
	font-weight: 700;
	border-right: none;
}
.comList .textBox .title {
	padding: 0 0 0 1.7rem;
	font-size: max(10px, 1.2rem);
	letter-spacing: 0.01em;
	line-height: 2;
	overflow: hidden;
}
.comList .textBox .soon {
	padding: 0 0 0 1.5rem;
	font-size: max(10px, 1.2rem);
}
.comList .textBox .title span,.comList .textBox .enTtl span {
	display: inline-block;
	vertical-align: top;
}
.comList .textBox .enTtl {
	padding: 1.5rem 0 0.2rem 1.7rem;
	font-size: max(10px, 1.4rem);
	letter-spacing: 0.01em;
	line-height: 1.57;
	font-weight: 500;
	overflow: hidden;
}
.comList .textBox .enTtl:last-child {
	margin-bottom: 0 !important;
}
.comList .fadeLine.visible .textBox::before,
.comList .fadeLine.visible .textBox .label::before,
.comList .fadeLine.visible .textBox .label::after,
.comList .fadeLine.visible .textBox .label p::before {
	transform: none;
}
@media all and (hover: hover) and (min-width: 1000px) {
	.comList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 999px) {
	.comList li:not(:last-child) {
		margin-bottom: 3rem;
	}
	.comList .photoBox {
		margin-right: 0.9rem;
		width: 7rem;
	}
	.comList .textBox {
		min-height: 9.5rem;
	}
	.comList .textBox .label p {
		padding: 0.9rem 1.2rem;
		font-size: max(10px, 1.1rem);
	}
	.comList .textBox .label p span {
		padding: 0.9rem 1.2rem;
	}
	.comList .textBox .label .new {
		font-size: max(10px, 1.1rem);
	}
	.comList .textBox .title {
		padding: 0 0 0 1.2rem;
		font-size: max(10px, 1rem);
		letter-spacing: 0;
		line-height: 1.6;
	}
	.comList .textBox .soon {
	padding: 0 0 0 0.9rem;
	font-size: max(10px, 1.1rem);
}
	.comList .textBox .enTtl {
		margin-bottom: 0.5rem;
		padding: 1rem 0 0 1.2rem;
		font-size: max(10px, 1.1rem);
		letter-spacing: 0;
		line-height: 1.5;
	}
}
@media all and (max-width: 375px) and (max-height: 667px){
	.comList {
		margin-bottom: 1.5rem;
	}
	.comList li:not(:last-child) {
		margin-bottom: 1.4rem;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	text-align: right;
}
.comBtn a {
	display: inline-block;
	color: #fcfcfc;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.01em;
	border-bottom: 2px solid #fff;
}
@media all and (hover: hover) and (min-width: 1000px) {
	.comBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 999px) {
	/* .comBtn {
		margin-right: 0.8rem;
	} */
}
/*------------------------------------------------------------
	mediaList
------------------------------------------------------------*/
.mediaList {
	margin-bottom: 4rem;
	position: relative;
	z-index: 9;
}
.mediaList li {
	margin: 0 4.5rem 0 1px !important;
	width: 32rem !important;
	vertical-align: top;
}
.mediaList a {
	display: block;
}
.mediaList .photoBox {
	margin: 0 0 2.7rem;
	width: auto;
	position: relative;
}
.mediaList .photoBox a {
	aspect-ratio: 1 / 1;
	position: relative;
}
.mediaList .photoBox:before,
.mediaList .photoBox:after,
.mediaList .photoBox a:before,
.mediaList .photoBox a:after,
.mediaList .textBox .btn:before,
.mediaList .textBox .btn:after,
.mediaList .textBox .btn .sub:before,
.mediaList .textBox .btn .sub:after {
	background-color: #FFF;
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.mediaList .photoBox::after,.mediaList .textBox .btn:after {
	height: 1px;
	left: 0;
	top: 0;
	width: 0;
}
.mediaList .photoBox::before,.mediaList .textBox .btn:before {
	bottom: 0;
	height: 1px;
	right: 0;
	width: 0;
}
.mediaList .photoBox a::after,.mediaList .textBox .btn .sub:after {
	bottom: 0;
	height: 0;
	left: 0;
	width: 1px;
}
.mediaList .photoBox a::before,.mediaList .textBox .btn .sub:before {
	height: 0;
	right: 0;
	top: 0;
	width: 1px;
}
.mediaList .textBox {
	min-height: 12.8rem;
}
.mediaList .textBox .label p {
	font-size: max(10px, 1.1rem);
	font-weight: 400;
	letter-spacing: 0.03em;
}
.mediaList .textBox .label p,
.mediaList .textBox .label p span {
	padding: 1rem 1.5rem;
}
.mediaList .textBox .label .tag {
	letter-spacing: 0.06em;
	font-weight: 700;
}
.mediaList .textBox .label .tag,
.mediaList .textBox .label .tag span {
	padding: 1rem 1.2rem;
}
.mediaList .textBox .label .new {
	letter-spacing: 0.02em;
	font-weight: 700;
}
.mediaList .textBox .label .new,
.mediaList .textBox .label .new span {
	padding: 1rem 1.2rem;
}
.mediaList .textBox .title {
	padding: 1.9rem 0 3rem 1.5rem;
}
.mediaList .textBox .btn {
	margin-left: 1.4rem;
	transition-delay: var(--delay);
	position: relative;
	width: fit-content;
}
.mediaList .textBox .btn .sub {
	position: relative;
}
.mediaList .textBox .btn a {
	padding: 0 0.9rem 0 0.7rem;
	font-size: max(10px, 1.2rem);
	letter-spacing: 0.01em;
	line-height: 1.83;
	font-weight: 600;
	display: inline-block;
	background: #000;
	border: 1px solid #3c3c3c;
}
.mediaList .textBox .btn a:before {
	margin-right: 0.5rem;
	display: inline-block;
	content: "♪";
	font-weight: 300;
	font-style: italic;
	font-size: max(10px, 1.3rem);
	letter-spacing: 0.02em;
}
@media all and (hover: hover) and (min-width: 1000px) {
	.mediaList a:hover {
		opacity: 1;
	}
	.mediaList .photoBox:hover::after,
	.mediaList .photoBox:hover::before,
	.mediaList .textBox .btn:hover:before,
	.mediaList .textBox .btn:hover:after {
		width: 100%;
	}
	.mediaList .photoBox:hover a::after,
	.mediaList .photoBox:hover a::before,
	.mediaList .textBox .btn:hover .sub:before,
	.mediaList .textBox .btn:hover .sub:after {
		height: 100%;
	}
}
@media all and (max-width: 999px) {
	.mediaList {
		margin-bottom: 4rem;
	}
	.mediaList li {
		margin-right: 3.4rem !important;
		width: 20.7rem !important;
	}
	.mediaList .photoBox {
		margin: 0 0 2.1rem;
	}
	.mediaList .textBox {
		min-height: 8rem;
	}
	.mediaList .textBox .label p,
	.mediaList .textBox .label p span {
		padding: 0.7rem 1rem;
	}
	.mediaList .textBox .label .tag,
	.mediaList .textBox .label .tag span {
		padding: 0.7rem 1.2rem;
	}
	.mediaList .textBox .label .new,
	.mediaList .textBox .label .new span {
		padding: 0.7rem 1rem;
	}
	.mediaList .textBox .title {
		padding: 0.8rem 0 0.6rem 1rem;
	}
	.mediaList .textBox .btn {
		margin-left: 0.9rem;
	}
}
@media all and (min-width: 376px) and (max-width: 393px){
	.mediaList {
		margin-bottom: 3rem;
	}
	.mediaList li {
		width: 23.4rem !important;
	}
	.mediaList .photoBox {
		margin: 0 0 1.8rem;
	}
}
@media all and (max-width: 375px) and (max-height: 667px){
	.mediaList {
		margin-bottom: 0.7rem;
	}
	.mediaList li {
		width: 20.4rem !important;
	}
	.mediaList .photoBox {
		margin: 0 0 1.1rem;
	}
}
/*------------------------------------------------------------
	popBox
------------------------------------------------------------*/
.popBox {
	position: fixed;
	background-color: #000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	opacity: 0;
	pointer-events: none;
	transition: opacity .8s;
	;
}
.popBox.show {
	opacity: 1;
	pointer-events: visible;
}
.popBox .videoBox {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.popBox .videoInner {
	margin: 0 auto;
	width: 100%;
	padding: 0 6rem;
	max-width: 136.8rem;
}
.popBox iframe {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
}
.popBox .close {
	position: fixed;
	top: 2rem;
	padding: 1rem;
	box-sizing: content-box;
	right: 2rem;
	width: 5rem;
	z-index: 10;
}
@media (hover: hover) {
	.popBox .close:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 999px) {
	.popBox .close {
		width: 4rem;
		right: 0.5rem;
		top: 0.5rem;
		max-width: 40px;
	}
	.popBox iframe {
		width: 100%;
		max-height: 90vh;
	}
	.popBox .videoInner {
		padding: 0;
	}
}
/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
	padding: 12svh 0 22rem 42.2rem;
	width: 84.6%;
}
@media all and (min-width: 768px) and (max-width: 999px) {
	#main .comBox{
        padding: 18.5rem 8.8rem 13.5rem 1.5rem;
        width: auto !important;
	}
}
@media all and (max-width: 767px) {
	.comBox {
		padding: 18.5rem 1.5rem 13.5rem;
		width: auto !important;
	}
} 
/* @media all and (max-width: 375px) and (max-height: 667px){
	#main .comBox {
		padding: 18.5rem 1.5rem 13.5rem;
		width: auto !important;
	}
} */
/*------------------------------------------------------------
	comStictyTitle
------------------------------------------------------------*/
.comStictyTitle {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 11rem;
}
.comStictyTitle .headLine01,
.comStictyTitle .subSticty {
	position: sticky;
	top: 0;
	z-index: -1;
}
.comStictyTitle .subSticty .headLine01 {
	position: static !important;
	top: auto !important;
	z-index: 0 !important;
}
@media all and (max-width: 999px) {
	.comStictyTitle {
		width: 8.6rem;
	}
	.comStictyTitle .headLine01,
	.comStictyTitle .subSticty {
		top: 4.2rem;
	}
}
/*------------------------------------------------------------
	category
------------------------------------------------------------*/
.category {
	position: fixed;
	left: 4.1rem;
	top: 33.3svh;
	width: 22.4rem;
}
.category .ttl {
	margin-bottom: 1.4rem;
	font-weight: 300;
	font-size: max(10px, 1.1rem);
	letter-spacing: 0.06em;
}
.category .list {
	border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}
.category .list li {
	border-top: 1px solid rgba(255, 255, 255, 0.28);
}
.category .list a {
	padding: 0.6rem 0;
	display: block;
	font-weight: 300;
	font-size: max(10px, 1.2rem);
	letter-spacing: 0.06em;
}
.category .list .on a {
	padding: 0.5rem 0;
	font-weight: 700;
}
@media all and (hover: hover) and (min-width: 1000px) {
	.category .list a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 999px) {
	.category {
		margin-bottom: 7.2rem;
		position: relative;
		left: auto;
		top: auto;
		width: 24.5rem;
	}
	.category .ttl {
		margin-bottom: 0;
		padding: 0.5rem 1rem;
		font-weight: 400;
		cursor: pointer;
		background: #3e3e3e url(/img/common/icon03.png) no-repeat right 1.3rem center/1rem;
	}
	.category .list {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		z-index: 10;
	}
	.category .list a {
		padding: 0.6rem 1rem;
		background-color: #3e3e3e;
	}
	.category .list .on a {
		padding: 0.5rem 1rem;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-top: 7rem;
}
.wp-pagenavi a, .wp-pagenavi .current {
	font-size: 1.6rem;
	font-weight: 300;
	margin: 0 1.4rem;
}
.wp-pagenavi .current {
	opacity: 0.3;
}
.wp-pagenavi .pages, .wp-pagenavi .first, .wp-pagenavi .last {
	display: none;
}
.wp-pagenavi .extend {
	margin: 0 1.9rem;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
	margin-left: 4rem;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 0.03em;
	padding-right: 1.7rem;
	display: inline-block;
	background: url(/img/common/icon01.png) no-repeat right 0.7rem/0.7rem;
}
.wp-pagenavi .previouspostslink {
	margin-left: 1.4rem;
	margin-right: 4rem;
	padding: 0 0 0 1.7rem;
	background-image: url(/img/common/icon02.png);
}
@media all and (hover: hover) and (min-width: 1000px) {
	.wp-pagenavi a:hover {
		opacity: 0.3;
	}
}
@media all and (max-width: 999px) {
	.wp-pagenavi {
		margin-top: 6.2rem;
	}
	.wp-pagenavi a, .wp-pagenavi .current {
		font-size: max(10px, 1.4rem);
		margin: 0 1rem;
	}
	.wp-pagenavi .extend {
		margin: 0 1.4rem;
	}
	.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
		margin-left: 1.6rem;
		padding-right: 1.2rem;
		background-size: 0.5rem;
		background-position: right 0.6rem;
	}
	.wp-pagenavi .previouspostslink {
		margin-left: 1rem;
		margin-right: 1.6rem;
		padding: 0 0 0 1.2rem;
	}
}
/*------------------------------------------------------------
	detailBox
------------------------------------------------------------*/
.detailBox .pageTtl {
	margin-bottom: 3.3rem;
	font-size: 2rem;
	line-height: 1.7;
	font-weight: 400;
	letter-spacing: 0.01em;
}
.detailBox .pageTtl .en {
	display: block;
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 1.46;
}
.detailBox .pageTtl .en:not(:last-child) {
	margin-bottom: 0.7rem;
}
.detailBox .pageTtl .jp {
	display: block;
	font-size: max(10px, 1.2rem);
}
.detailBox .comList {
	margin-bottom: 6.8rem;
}
.detailBox .comList .textBox {
	min-height: inherit !important;
}
.detailBox .wpArea .mainImg {
	margin-bottom: 7.2rem;
}
.detailBox .wpArea .mainImg img {
	width: 55%;
	margin-top: 3rem;
}
.detailBox .wpArea p {
	margin-bottom: 2.4rem;
	line-height: 1.6;
	letter-spacing: 0.04em;
	word-break: break-all;
}
.detailBox .wpArea p a {
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #fff;
}
.detailBox .wpArea p .link {
	display: inline-block;
	padding-bottom: 0;
	margin-top: 0.8rem;
	line-height: 1.5;
}
.detailBox .wp-block-columns {
	margin: 8.4rem 0 9.5rem;
	display: flex;
	align-items: flex-start;
}
.detailBox .wp-block-column:first-child {
	margin-right: 7.8%;
	width: 45.5%;
}
.detailBox .wp-block-column img {
	margin-top: 0.7rem;
	width: 100%;
}
.detailBox .wp-block-column:last-child {
	flex: 1;
}
.detailBox .pageList {
	margin-top: 7.5rem;
	padding-top: 3.5rem;
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.detailBox .pageList a {
	display: inline-block;
	font-size: max(10px, 1.4rem);
	letter-spacing: 0.03em;
	font-family: "Roboto Condensed", sans-serif;
}
.detailBox .pageList .prev,
.detailBox .pageList .next {
	position: absolute;
	top: 3.5rem;
}
.detailBox .pageList .prev {
	left: 0;
	padding-left: 2rem;
	background: url(/img/common/icon02.png) no-repeat left 0.4rem/0.7rem;
}
.detailBox .pageList .next {
	right: 0;
	padding-right: 2rem;
	background: url(/img/common/icon01.png) no-repeat right 0.4rem/0.7rem;
}
.detailBox .pageList .back {
	text-align: center;
}
@media all and (hover: hover) and (min-width: 1000px) {
	.detailBox .wpArea p a:hover {
		border-bottom-color: transparent;
	}
	.detailBox .pageList a:hover {
		opacity: 0.7;
	}
	.detailBox .movie a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 999px) {
	.detailBox .pageTtl {
		margin-bottom: 1.8rem;
		font-size: 1.6rem;
		line-height: 1.75;
	}
	.detailBox .pageTtl .en {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.detailBox .pageTtl .en:not(:last-child) {
		margin-bottom: 1.2rem;
	}
	.detailBox .pageTtl .jp {
		line-height: 1.67;
	}
	.detailBox .comList {
		margin-bottom: 5.2rem;
	}
	.detailBox .wpArea .mainImg {
		margin-bottom: 4.2rem;
	}
	.detailBox .wpArea .mainImg img{
		/* width: 130%; */
		width: 100%;
	}
	.detailBox .wpArea p {
		line-height: 1.6;
		letter-spacing: 0.01em;
	}
	.detailBox .wpArea p .link {
		margin-top: 1.5rem;
	}
	.detailBox .wp-block-columns {
		margin: 5.2rem 0.2rem 6rem;
		display: block;
	}
	.detailBox .wp-block-column:first-child {
		margin: 0 0 2rem;
		width: auto;
	}
	.detailBox .wp-block-column img {
		margin-top: 0;
	}
	.detailBox .pageList {
		margin-top: 6rem;
	}
}

