/* リキッドレイアウト対応 */

@font-face {
	font-family: "cochin";
	src: url(../font/Cochin\ Regular.otf);
}

@font-face {
	font-family: "cochin-bold";
	src: url(../font/Cochin\ Bold.otf);
}

body {
	font-family: "cochin", serif;
}

#latotalite .u-mobile {
	display: none;
}

#latotalite .hamburger {
	background: none;
	border: none;
	display: block;
	height: 100%;
	padding: 0;
	position: relative;
	width: 100%;
}

#latotalite .hamburger span {
	background-color: #fff;
	border-radius: 2px;
	display: inline-block;
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
	width: 100%;
}

#latotalite .hamburger span:nth-child(1) {
	top: calc(50% - 5px);
}

#latotalite .hamburger span:nth-child(2) {
	top: 50%;
}

#latotalite .hamburger span:nth-child(3) {
	top: calc(50% + 5px);
}

#latotalite .hamburger.active span:nth-child(1) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

#latotalite .hamburger.active span:nth-child(2) {
	opacity: 0;
}

#latotalite .hamburger.active span:nth-child(3) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 33.75rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

#latotalite .drawer {
	background: rgba(0, 0, 0, 0.6);
	height: 100%;
	left: 0;
	opacity: 0;
	overflow-y: auto;
	position: fixed;
	top: 0;
	transform: translateX(105%);
	transition: all 0.5s;
	visibility: hidden;
	width: 100%;
}

#latotalite .drawer.is-open {
	opacity: 1;
	transform: translateX(0);
	visibility: visible;
}

#latotalite .drawer_inner {
	align-items: center;
	display: flex;
	height: 100%;
	min-height: 12.5rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

#latotalite .drawer_links {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#latotalite .drawer_link a {
	color: #fff;
	display: block;
	font-size: 18px;
	opacity: 0;
	transform: translateX(20%);
	transition: all 0.5s;
}

#latotalite .drawer_link:nth-child(1) a {
	transition-delay: 0.5s !important;
}

#latotalite .drawer_link:nth-child(2) a {
	transition-delay: 0.6s !important;
}

#latotalite .drawer_link:nth-child(3) a {
	transition-delay: 0.7s !important;
}

#latotalite .drawer_link:nth-child(4) a {
	transition-delay: 0.8s !important;
}

#latotalite .drawer.is-open .drawer_link a {
	opacity: 1;
	transform: translateX(0);
}

#latotalite .footer {
	background: url(../images/bg_footer.jpg) center center/cover no-repeat;
	height: 100vh;
	left: 0;
	min-height: 800px;
	position: fixed;
	top: 0;
	width: 100%;
}

#latotalite .footer_inner {
	max-width: 400px;
	position: absolute;
	right: 0;
	right: calc(50% - min(50vw, 720px));
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

#latotalite .footer__text {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

#latotalite .footer_links {
	margin-top: 120px;
}

#latotalite .footer__link a {
	-webkit-text-decoration: underline;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8571428571;
	text-decoration: underline;
	transition: all 0.45s;
}

#latotalite .footer__link a:hover {
	opacity: 0.6;
}

#latotalite .footer_totop {
	background: none;
	border: none;
	bottom: -7.5rem;
	cursor: pointer;
	padding: 0;
	position: absolute;
	transition: all 0.45s;
	width: 34px;
}

#latotalite .footer_copy {
	bottom: 27px;
	font-size: 10px;
	font-weight: 400;
	position: absolute;
	right: 40px;
	text-align: right;
}

#latotalite .header {
	padding-left: 30px;
	padding-right: 30px;
	position: fixed;
	top: 35px;
	transition: all 0.45s;
	width: 100%;
	z-index: 100;
}

#latotalite .header.is-hide {
	opacity: 0;
	visibility: hidden;
}

#latotalite .header_inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

#latotalite .header_logo {
	width: 106px;
}

#latotalite .header_links {
	display: flex;
	gap: 1em;
}

#latotalite .header_link a {
	-webkit-text-decoration: underline;
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
	transition: all 0.45s;
}

#latotalite .header_link a:hover {
	opacity: 0.6;
}

#latotalite .header_hamburger {
	height: 15px;
	margin-left: auto;
	position: relative;
	width: 15px;
	z-index: 1;
}

#latotalite .main {
	background-color: #fff;
	margin-bottom: max(100vh, 800px);
	position: relative;
	z-index: 1;
}

#latotalite .main_cards {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

#latotalite .main_card {
	position: relative;
}

#latotalite .main_card picture {
	overflow: hidden;
}

#latotalite .main_card picture img {
	-o-object-fit: cover;
	aspect-ratio: 288/360;
	object-fit: cover;
}

#latotalite .main_card.js-modal-open {
	cursor: pointer;
	transition: all 0.45s;
}

#latotalite .modal {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 101;
}

#latotalite .modal_bg {
	background-color: #111;
	height: 100%;
	left: 0;
	opacity: 0.1;
	position: absolute;
	top: 0;
	width: 100%;
}

#latotalite .modal_contents {
	bottom: 0;
	box-shadow: 0 0 3.75rem black;
	height: 41.6875rem;
	left: 0;
	margin: auto;
	max-height: calc(100% - 3.125rem);
	max-width: calc(100% - 3.125rem);
	position: absolute;
	right: 0;
	top: 0;
	width: 33.4375rem;
	z-index: 1;
}

#latotalite .modal_content {
	display: none;
	height: 100%;
}

#latotalite .modal_slider {
	height: 100%;
}

#latotalite .modal_slider .slick-list,
#latotalite .modal_slider .slick-track {
	height: 100%;
}

#latotalite .modal_slider picture {
	height: 100%;
	width: 100%;
}

#latotalite .modal_slider picture img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

#latotalite .modal_slider .slider-dots {
	bottom: 22px;
	display: flex;
	gap: 5px;
	justify-content: center;
	margin: 0 auto;
	position: absolute;
	width: 100%;
}

#latotalite .modal_slider .slider-dots li {
	background-color: #707070;
	border-radius: 2px;
	cursor: pointer;
	height: 12px;
	list-style: none;
	transition: all 0.2s;
	width: 12px;
}

#latotalite .modal_slider .slider-dots li.slick-active {
	background-color: #fff;
}

#latotalite .modal_slider .slider-dots button {
	display: none;
}

#latotalite .modal_box {
	background: rgba(255, 255, 255, 0.5);
	border-radius: 6px;
	bottom: 0;
	display: none;
	height: -moz-fit-content;
	height: fit-content;
	left: 0;
	margin: auto;
	min-height: 57.7211394303%;
	padding: 37px min(2.0833333333vw, 30px) 60px;
	position: absolute;
	right: 0;
	top: 0;
	width: 57.3831775701%;
	z-index: 1;
}

#latotalite .modal_boxClose {
	background: url(../images/close.png) center center/contain no-repeat;
	border: none;
	bottom: 23px;
	cursor: pointer;
	height: 20px;
	padding: 0;
	position: absolute;
	right: 25px;
	transition: all 0.45s;
	width: 20px;
}

#latotalite .modal_items .items {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 400;
	gap: min(0.4166666667vw, 6px);
}

#latotalite .modal_items li strong {
	font-family: "cochin-bold", serif;
}

#latotalite .modal_items li + li {
	margin-top: 6px;
}

#latotalite .modal_items .item-buy-card-item-link {
	align-items: center;
	background-color: #383838;
	border-radius: 2px;
	color: #fff;
	display: flex;
	font-size: 10px;
	font-weight: 400;
	gap: 0px;
	line-height: 1.2;
	padding: 1px 4px;
}

#latotalite .modal_items .item-buy-card-item-link::after {
	background: url(../images/arrow.png) center center/contain no-repeat;
	content: "";
	display: block;
	height: 12px;
	width: 6px;
}

#latotalite .modal_text {
	-webkit-text-decoration: underline;
	bottom: 21px;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	left: 16px;
	position: absolute;
	text-decoration: underline;
	transition: all 0.45s;
	z-index: 1;
}

#latotalite .modal_close {
	-webkit-text-decoration: underline;
	bottom: 21px;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	position: absolute;
	right: 16px;
	text-decoration: underline;
	transition: all 0.45s;
	z-index: 1;
}

#latotalite {
	overflow: hidden;
}

#latotalite .mv {
	height: 100vh;
	min-height: 800px;
	position: relative;
	z-index: 1;
}

#latotalite .mv_content {
	position: absolute;
	right: calc(50% - min(31.25vw, 450px));
	top: 222px;
	width: 450px;
	z-index: 1;
}

#latotalite .mv_copy {
	color: transparent;
	font-size: 67px;
	font-weight: 400;
	line-height: 1.203125;
	white-space: nowrap;
}

#latotalite .letter {
	animation: blur 10s ease-out forwards;
	color: transparent;
	display: inline-block;
	opacity: 0;
}

#latotalite .mv_text {
	color: transparent;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.15;
	text-align: center;
}

#latotalite .mv_slider {
	height: 100%;
}

#latotalite .mv_slider picture {
	display: block;
	height: 100%;
}

#latotalite .mv_slider picture img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

#latotalite img {
	max-width: 100%;
}

html.is-fixed {
	overflow: hidden;
}

@media (hover: hover) {

#latotalite .footer_totop:hover {
	transform: translateY(-10%);
}

#latotalite .main_card.js-modal-open:hover {
	opacity: 0.8;
}

#latotalite .modal_boxClose:hover {
	transform: rotate(180deg);
}

#latotalite .modal_text:hover,
#latotalite .modal_close:hover {
	opacity: 0.6;
}

}

@media screen and (max-width: 739px) {

#latotalite .u-desktop {
	display: none;
}

#latotalite .u-mobile {
	display: block;
}

.l-inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

#latotalite .footer {
	background-image: url(../images/bg_footer_sp.jpg);
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-end;
	min-height: 667px;
	padding-bottom: 18px;
	padding-left: 20px;
	padding-right: 20px;
}

#latotalite .footer_inner {
	display: contents;
}

#latotalite .footer__text {
	font-size: 12px;
	line-height: 2.3333333333;
}

#latotalite .footer_links {
	margin-top: 100px;
}

#latotalite .footer__link a {
	font-size: 12px;
	line-height: 22/12;
}

#latotalite .footer_totop {
	bottom: 16px;
	right: 15px;
	width: 30px;
}

#latotalite .footer_copy {
	font-size: 8px;
	margin-top: 120px;
	position: static;
	text-align: left;
}

#latotalite .header {
	padding-left: 20px;
	padding-right: 20px;
	top: 11px;
}

#latotalite .header_logo {
	width: 72px;
}

#latotalite .main {
	margin-bottom: max(100vh, 667px);
}

#latotalite .main_cards {
	grid-template-areas: "number01 number02 number03" "number04 number05 number06" "number07 number08 number09" "number10 number11 number12" "number13 number14 number15" "number17 number17 number17" "number16 number18 number19" "number20 number21 number22" "number23 number24 number25";
	grid-template-columns: repeat(3, 1fr);
}

#latotalite .main_en {
	bottom: 0;
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	height: -moz-fit-content;
	height: fit-content;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 1;
}

#latotalite .main_card picture img {
	aspect-ratio: 125/156;
}

#latotalite .main_card[data-number="17"] picture img {
	aspect-ratio: 1;
}

#latotalite .main_card[data-number="01"] {
	grid-area: number01;
}

#latotalite .main_card[data-number="02"] {
	grid-area: number02;
}

#latotalite .main_card[data-number="03"] {
	grid-area: number03;
}

#latotalite .main_card[data-number="04"] {
	grid-area: number04;
}

#latotalite .main_card[data-number="05"] {
	grid-area: number05;
}

#latotalite .main_card[data-number="06"] {
	grid-area: number06;
}

#latotalite .main_card[data-number="07"] {
	grid-area: number07;
}

#latotalite .main_card[data-number="08"] {
	grid-area: number08;
}

#latotalite .main_card[data-number="09"] {
	grid-area: number09;
}

#latotalite .main_card[data-number="10"] {
	grid-area: number10;
}

#latotalite .main_card[data-number="11"] {
	grid-area: number11;
}

#latotalite .main_card[data-number="12"] {
	grid-area: number12;
}

#latotalite .main_card[data-number="13"] {
	grid-area: number13;
}

#latotalite .main_card[data-number="14"] {
	grid-area: number14;
}

#latotalite .main_card[data-number="15"] {
	grid-area: number15;
}

#latotalite .main_card[data-number="16"] {
	grid-area: number16;
}

#latotalite .main_card[data-number="17"] {
	grid-area: number17;
}

#latotalite .main_card[data-number="18"] {
	grid-area: number18;
}

#latotalite .main_card[data-number="19"] {
	grid-area: number19;
}

#latotalite .main_card[data-number="20"] {
	grid-area: number20;
}

#latotalite .main_card[data-number="21"] {
	grid-area: number21;
}

#latotalite .main_card[data-number="22"] {
	grid-area: number22;
}

#latotalite .main_card[data-number="23"] {
	grid-area: number23;
}

#latotalite .main_card[data-number="24"] {
	grid-area: number24;
}

#latotalite .main_card[data-number="25"] {
	grid-area: number25;
}

#latotalite .modal_contents {
	height: 100%;
	max-height: none;
	max-height: initial;
	max-width: none;
	max-width: initial;
	width: 100%;
}

#latotalite .modal_box {
	min-height: 235px;
	padding: 26px 20px 80px;
	width: 86.4%;
}

#latotalite .modal_boxClose {
	bottom: 15px;
	right: 20px;
}

#latotalite .modal_items .items {
	gap: 4px;
}

#latotalite .modal_text {
	bottom: 12px;
	left: 16px;
}

#latotalite .modal_close {
	bottom: 12px;
	right: 16px;
}

#latotalite .mv {
	height: auto;
	min-height: 0;
	min-height: initial;
}

#latotalite .mv_content {
	left: 50%;
	right: auto;
	right: initial;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

#latotalite .mv_copy {
	font-size: 36px;
	text-align: center;
}

#latotalite .mv_text {
	font-size: 12px;
}

#latotalite .mv_slider picture img {
	aspect-ratio: 1;
}

}

@keyframes blur {

0% {
	opacity: 0;
	text-shadow: 0 0 100px #fff;
}

5% {
	text-shadow: 0 0 90px #fff;
}

15% {
	opacity: 1;
}

20% {
	text-shadow: 0 0 0px #fff;
}

80% {
	text-shadow: 0 0 0px #fff;
}

85% {
	opacity: 1;
}

100% {
	opacity: 1;
	text-shadow: 0 0 0px #fff;
}

}

