@charset "utf-8";

.l-footer,
.p-breadcrumb
{
	display: none;
}

.l-content__body
{
	margin: 0;
    padding-bottom: 100px;
}

.model-container
{

	& .-gallery
	{
		margin-left: calc(-1 * var(--padding--container));
		margin-right: calc(-1 * var(--padding--container));
		margin-bottom: 80px;
	}

	& .splide
	{
		& .splide__slide > *
		{
			opacity: .6;
			transform: scale(.8);
			transition: .7s;
		}

		& .splide__slide.is-active > *
		{
			opacity: 1;
			transform: scale(1);
			z-index: 1;
		}

		& .splide__slide
		{
			text-align: center;

			& a
			{
				display: block;
				filter:drop-shadow(0px 2px 2px rgba(50,50,50,.9));
			}

			& img
			{
				height: auto;
				width: 100%;
				aspect-ratio: 3 / 4;
				object-fit: cover;
			}

			&.is-active
			{
				& a
				{
					filter:drop-shadow(0px 5px 5px rgba(50,50,50,.6));
				}
			}
		}


		& .splide__pagination
		{
			bottom: -35px;

			& .is-active
			{
				background: #3c7251;
			}
		}

		& p
		{
			font-size: 12px;
			margin-top: 5px;
		}

	}

	& .-header
	{
		margin-top: 15px;
		& h1
		{
			font-family: "Zen Old Mincho", serif;
			font-optical-sizing: auto;
			font-weight: 700;
			font-size: 1.4rem;
			text-align: center;
			line-height: 46px;
			margin-bottom: 5px;
		}
		& .-subtitle
		{
			font-size: 1rem;
			font-family: "Zen Old Mincho", serif;
			font-optical-sizing: auto;
			font-weight: 700;
			text-align: left;
			margin-bottom: 0;
			text-align: center;
			line-height: 1;
		}
	}
	
	& .-data
	{
		& .-title
		{
			color: var(--keycolor);
			font-size: 1.9rem !important;
			font-weight: 500!important;
			text-align: left;
			margin-top: 60px;
		}
		& .-subtitle
		{
			font-size: 0.85rem;
			font-family: "Zen Old Mincho", serif;
			font-optical-sizing: auto;
			font-weight: 700;
			text-align: left;
			margin-bottom: 2em;
		}
	}

}


