@charset "utf-8";

/* CSS Document */

/* ======================================================
	[plugin]
	@import"../css/test_line.css";
	------------------------------------------------------
	○px以上 + 印刷モード	@media print, screen and (min-width : ○px) {}
	○px以上				@media (min-width : ○px) {}
	○px以下				@media (max-width : ○px) {}
	------------------------------------------------------
	 [sp]		     ～  479	
	([tablet]	 480 ～     )
	 [pc]		1025 ～
====================================================== */
/* [pc, tablet, print] */
@media print, screen and (min-width : 480px) {
}

/* [ - sp] */
@media (max-width : calc(480px - 1px)) {
.ModeSP 
{
}
}

/* [print] */
@media print {
}


/* ============================================================================================================
	Gallery
------------------------------------------------------------------------------------------------------------ */
/* 「画像をクリックすると拡大されます」 */
.Gallery .click_txt
{
	font-size: 0.8em;
}

.Gallery
{
	margin-top: 3em;
}
/*
	margin-bottom: 3em;
*/

.Gallery:before
{
}

.Gallery a
{
	display: block;
}

.Gallery>.Wrap
{
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
}

.Gallery>.Wrap>*
{
	width: 100%;
}

.Gallery ul
{
	list-style: none;
}

.Gallery:not(.Flex) ul
{
	margin: 0;
}

.Gallery:not(.Flex) ul>li
{
	margin: 0;
}

.Gallery .pic
{
}

.Gallery .Item
{
}

.Gallery .Item>.Wrap
{
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}

.Gallery .Img
{
	display: block;
}

.Gallery .Img img
{
	display: block;
	width: 100%;
}

.Gallery .Btn.Close
{
	position: fixed;
	top: 2.5em;
	right: 2.5em;
	width: 2.5em;
	height: 2.5em;
	margin: 0;
	border-width: 0;
	border-radius: 100em;
	text-align: left;
	z-index: 10002;
	cursor: pointer;
	background-color: rgba(0,0,0,0.8);
}

.Gallery .Btn.Close:before,
.Gallery .Btn.Close:after
{
	content: '';
	display: block;
	position: absolute;
	top: 20%;
	left: 50%;
	bottom: 20%;
	width: 1px;
	margin-left: -1px;
	background-color: rgba(255,255,255,1.0);
}

.Gallery .Btn.Close:before
{
	transform: rotate( 45deg );
}

.Gallery .Btn.Close:after
{
	transform: rotate( -45deg );
}

.Gallery .Caption
{
	font-size: 0.8em;
	text-align: center;
}


.Index .Gallery
{
	margin-top: 0;
	margin-bottom: 0;
}

.Index .Gallery .Caption
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
/*
	color: rgba(255,255,255,1.0);
	text-align: left;
	text-shadow: 0 0 2em rgba(0,0,0,1), 0 0 10px rgba(0,0,0,1);
	font-size: 3.5vw;
	position: absolute;
	top: 1.5em;
	left: 1.5em;
*/

.Index .Gallery .Caption span
{
	display: block;
	font-weight: inherit;
}

.Index .Gallery .Caption .small
{
	font-size: 0.5em;
}

.Index .Gallery .Caption .title
{
	width: 30vw;
	margin-bottom: 0.5em;
}

.Index .Gallery .Caption .title img
{
	width: 100%;
}

.Index .Gallery .Caption .main
{
	font-weight: bold;
}

.Index .Gallery .Caption .free
{
	font-size: 0.8em;
}





/* ============================================================================================================
	SliderGallery・共通
------------------------------------------------------------------------------------------------------------ */
.Gallery.Slider
{
}

.Gallery.Slider>.Wrap
{
	padding-bottom: 3em;
}

.Gallery.Slider ul
{
	list-style: none;
	margin: 0;
	width: 100%;
	text-align: center;
	letter-spacing: normal;
	line-height: 1;
}

.Gallery.Slider ul li
{
}

.Gallery.Slider .Img
{
	display: block;
}

.Gallery.Slider .Txt
{
	font-size: 0.8em;
	margin-top: 1em;
}

.Gallery.Slider>.Wrap,
.Gallery.Slider .slider,
.Gallery.Slider .slick-slide
{
	height: 100%;
}

.Gallery.Slider .slider
{
	display: flex;
	flex-direction: column;
	gap: 3em;
}

.Gallery.Slider .slider .slick-track
{
	display: flex;
}

/* [pc, tablet, print] */
@media print, screen and (min-width : 480px) {}
.Gallery.Slider .slider .slick-track
{
}
/*
	gap: 3em;
*/

/* [ - sp] */
@media (max-width : calc(480px - 1px)) {
.ModeSP .Gallery.Slider .slider .slick-track
{
}
/*
	gap: 1em;
*/
}

/* [print] */
@media print {
}

.Gallery.Slider .slider .slick-track .Item
{
	float: none;
}


.Gallery.Slider .slider+.thumbnail .slick-dots
{
	padding-top: 2em;
	padding-bottom: 2em;
	width: 41.5em;
}

.Gallery.Slider .slider+.thumbnail .slick-dots li
{
}
/*
	float: left;
*/

.Gallery.Slider .slider+.thumbnail .slick-dots .slick-active .Img
{
	display: block;
}

.Gallery.Slider .slider+.thumbnail .slick-dots .slick-active .Img img
{
	display: block;
}
/*
	height: 3.5em;
*/

.Gallery.Slider .slider+.thumbnail .slick-dots .slick-active .Img:after
{
	content: "";
	display: block;
	position: absolute;
	top: -0.2666em;
	left: -0.2666em;
	right: -0.2666em;
	bottom: -0.2666em;
	border-width: 0.2666em;
}

/* arrow */
.Gallery.Slider .slick-arrow
{
	font-size: 1.2em;
	width: 3em;
	height: 3em;
	background-color: rgba(255,255,255,0.8);
}
/*
	top: initial;
	bottom: 2em;
*/

/*.Gallery.Slider .slick-arrow:before,*/
.Gallery.Slider .slick-arrow:after
{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	border-width: 0;
}

/* arrow「-」 */
/*
.Gallery.Slider .slick-arrow:before
{
	width: 1.25em;
	height: 0;
	border-top-width: 0px;
	transform: translateX(-50%) translateY(-50%);
}
*/

/* arrow「>」 */
.Gallery.Slider .slick-arrow:after
{
	width: 1em;
	height: 1.5em;
	transform: translateX(-50%) translateY(-50%);
	clip-path: polygon(
		0.25em 0,
		100% 50%,
		0.25em 100%,
		0% 100%,
		calc(100% - 0.25em) 50%,
		0 0
	);
}
/*
	border-top-width: 0.25em;
	border-right-width: 0.25em;
	margin-left: calc(0em - (5px / 2));
*/

.Gallery.Slider .slick-prev
{
	left: 0;
	transform: translateY(-50%) rotate(180deg);
}

.Gallery.Slider .slick-prev:after
{
}

.Gallery.Slider .slick-next
{
	right: 0;
	transform: translateY(-50%) rotate(0deg);
}

.Gallery.Slider .slick-next:after
{
}


/* dot */
.Gallery.Slider .slick-dots
{
	display: flex;
	justify-content: center;
}
/*
	margin-top: 1em;
	margin-bottom: 1em;
*/

/* [pc, tablet, print] */
@media print, screen and (min-width : 480px) {}
.Gallery.Slider .slick-dots
{
	gap: 2em;
}

/* [ - sp] */
@media (max-width : calc(480px - 1px)) {
.ModeSP .Gallery.Slider .slick-dots
{
	gap: 0.5em 1em;
	flex-wrap: wrap;
}
}

/* [print] */
@media print {
}

.Gallery.Slider .slick-dots>*
{
	display: inline;
}

.Gallery.Slider .slick-dots li button
{
	padding: 0;
}

.Gallery.Slider .slick-dots li button:before
{
	opacity: 0.1;
}

.Gallery.Slider .slick-dots li.slick-active button:before
{
	opacity: 0.3;
}





/* ============================================================================================================
	[Gallery]・共通　photoswipe(LightBox)
------------------------------------------------------------------------------------------------------------ */
/* float contents */
.pswp
{
}

.pswp .pswp__bg
{
	opacity: 1.0;
}

.pswp__item
{
	img
	{
		max-height: unset;
	}
}



/* ============================================================================================================
	pull-down
------------------------------------------------------------------------------------------------------------ */
.PullDown
{
}

.PullDown :where(a, .a)
{
	display: flex;
	align-items: center;
	gap: 0.25em;
	height: 100%;
	padding: 1em;
	line-height: 1;
	color: inherit;
}

.PullDown :where(a, .a):after
{
	display: block;
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0.6em;
	margin-left: auto;
	margin-right: auto;
}

.PullDown .detail
{
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	text-align: left;
	white-space: nowrap;
	word-break: break-all;
	letter-spacing: normal;
}
/*
	padding-top: 0em;
	right: 0;
	text-align: center;
	right: initial;
	left: 0;
	width: 100%;
	text-align: left;
*/

.PullDown .detail>ul
{
	display: flex;
	flex-direction: column;
	gap: 0;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/*
	width: 100%;
	overflow: hidden;
*/

.PullDown .detail>ul>li
{
	overflow: hidden;
	height: 0em;
}
/*
	display: block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
*/

.PullDown .detail li:not(:first-of-type)
{
}

.PullDown .detail li>.Wrap
{
	height: 100%;
}

.PullDown .detail :where(a, .a)
{
	display: flex;
	gap: 0.5em;
	width: 100%;
	height: 100%;
	font-weight: inherit;
	color: inherit;
}
/*
	display: table;
*/

.PullDown .detail :where(a, .a):hover
{
	color: inherit;
}

.PullDown .detail :where(a, .a):after
{
	content: none;
}

/*
	PullDown・マウスオーバー
	<li>でないと高さが取れない
*/
.PullDown:hover .detail
{
	height: auto;
}

.PullDown:hover .detail>ul
{
}

.PullDown:hover .detail>ul>li
{
	width: 100%;
	height: auto;
	overflow: inherit;
}
