@charset "utf-8";

/* --------------------------------------------------------------------------------
	ヘッダーの調整
-------------------------------------------------------------------------------- */
#header {
	background: none;
	border: none;
}
#header .h-inner {
	position: unset;
	width: 1140px;
	padding: 0;
}
#header .h-content {
	position: unset;
	top: 0;
	background: #fff;
	z-index: 9;
}
#header li.i-con {
	width: auto;
	padding: 0 2.8%;
}
#header li.i-con img {
	width: 70%;
}
#header .h-info {
	height: 19vw;
	align-items: stretch;
}
#header .h-info > li {
	display: flex;
	justify-content: center;
	align-items: center;
	
	width: 12vw;
	padding: 0;
	border-right: 1px solid #ebebeb;
}
#header .h-info li.h-hamburger {
	margin: 0 auto 0 0;
}
#header .h-info li.h-login {
	border-left: 2px solid #ebebeb;
}
#header .h-info li:first-child {
	padding: 0;
}
#header #panel-btn-icon {
}
#header .h-content ul {
	width: 20%;
	margin-left: 80%;
}
#header .h-content .h-logo img {
	width: 50px;
}
#wrapper {
	padding-bottom: 7vh;
	background: url(/images/tlhm2025/background.svg) top no-repeat;
	background-size: cover;
}
#index {
	margin: 0 auto;
}
.item-list {
	padding-top: 7vh;
}
.item-list div {
	padding: 3em 0 0;
	text-align: center;
}
.item-list div img {
	width: 66.667%;
}
.item-list div:first-of-type img {
	width: 50%;
}
#footer {
	background-image: none;
}
#footer .copy {
	width: 620px;
	font-size: 90%;
}

@media screen and (max-width:799px) {
#header .h-inner {
	width: unset;
	background-image: none;
}
#header .h-info {
	justify-content: flex-end;
}
#wrapper {
	margin-top: 90px;
	padding-bottom: 3vh;
	background: url(/images/tlhm2025/background-sp.svg) top no-repeat;
	background-size: cover;
}
.item-list {
	padding-top: 0;
}
.item-list div {
	padding: 3em 0 0;
	text-align: center;
}
.item-list div img {
	width: 90%;
}
.item-list div:first-of-type img {
	width: 65%;
}
#footer .notice {
	margin-bottom: 0;
}
}





/* --------------------------------------------------------------------------------
	index
-------------------------------------------------------------------------------- */
/********** ↓↓スライダー↓↓ **********/
#main-visual .slick-dots {
	background: #000;
	text-align: right;
	padding: 15px 0;
}
#main-visual .inner, .slick-slider {
	margin: 110px 0 0;
}
.slick-dots {
	position: absolute;
	bottom: -49px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
#index {
	margin: 49px 0 0;
}
#index .item-list ul {
}
#index .item-list ul li {
}
#index .item-list ul li img {
}
#index .close_message {
	margin-top: 10em;
	text-align: center;
}
/* --------------------------------------------------------------------------------
	redirect_sake
-------------------------------------------------------------------------------- */
#index #redirect_message {
	width: 95%;
	margin: 15vh auto 0;
	padding: 1.5vw 1.5vh;
	border: 3px #ccc solid;
}
#index #redirect_message p {
	font-size: 110%;
	font-weight: bold;
	line-height: 200%;
}
#index #redirect_message p a {
	display: block;
	text-align: center;
	text-decoration: underline;
}
