@charset "UTF-8";
/* CSS Document */

body {
	/* word-break: auto-phrase; */
	text-spacing-trim: trim-start;
}

main {
	padding: 30px 0;
}

.ttl {
    width: 1024px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background-color: #007bb4;
	margin-bottom: 10px;
}

h1 {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
	padding: 10px;
	color: #fff;
}

/*.rally-w1024-wrapper {
	 overflow-x: scroll; 
}*/

.rally-w1024-wrapper::-webkit-scrollbar {
	background: #e5e5e5;
    width: 15px;
	height: 15px;
	border-radius: 15px;
}

.rally-w1024-wrapper::-webkit-scrollbar-thumb {
    background-color: #999999;
    border-radius: 15px;
}

.rally__head--all,
.rally__wrap--all {
	display: flex;
	background-color: #fff;
	width: 1600px;
	height: auto;
}
.rally__wrap--all:last-child {
	border-bottom: 2px solid #e5e5e5;
    margin-bottom: 10px;
}

.theme {
	display: flex;
	width: 140px;
	align-items: center;
	border-top: 2px solid #e5e5e5;
	border-left: 2px solid #e5e5e5;
	justify-content: center;
	background-color: #f2f2f2;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1;
	padding: 15px 10px;
}

.dept {
	display: flex;
	width: 140px;
	align-items: center;
	border-top: 2px solid #e5e5e5;
	border-left: 2px solid #e5e5e5;
	justify-content: center;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1;
	background-color: #fff;
}

.rally__wrap--head,
.rally__wrap--spot {
	display: flex;
	justify-content: flex-start;
	flex: 1;
	width: calc(1024px - 140px);
}

.rally__article {
	display: flex;
	flex-direction: column;
	width: calc(100% / 6);
	height: auto;
	border-top: 2px solid #e5e5e5;
	border-left: 2px solid #e5e5e5;
	background-color: #fff;
}
.rally__article:last-child {
	border-right: 2px solid #e5e5e5;
}

.rally__group {
	display: flex;
	/* -webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column; */
	flex-direction: column;
	row-gap: 10px;
	height: 100%;
	padding: 10px;
}

/* .rally__point--img {
	display: flex;
} */

.rally__point--num {
	background-color: #f2f2f2;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	padding: 15px 10px;
}

.rally__point--img {
	font-size: 1.3rem;
    line-height: 1.3;
	text-align: center;
}

.rally__group p.expired{
    background-color: #cc0000;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    transition: 0.5s;
}

.rally__group p.expired.expired_date{
	background-color: #039;
}


.rally__point--tags {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #007bb4;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.3;
	color: white;
	text-align: center;
	padding: 5px;
	word-break: break-all;
}


.rally__point--tags:empty {
	background-color: inherit;
}


.rally__point--text {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 1.5rem;
    letter-spacing: 0;
}

.rally__point--url {
	/* display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4; */
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.3;
	margin-top: auto;
	/* overflow: hidden; */
}

.rally__point--button {
	margin-bottom: 1rem;
}

.rally__point--button a {
	display: block;
	background-color: #cc0000;
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	transition: 0.5s;
}

.rally__point--button a:hover {
	opacity: 0.5;
}

.rally__group p.noTour {
	width: 100%;
	background-color: #cc0000;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	padding: 1rem 0;
	color: #fff;
	margin-top: 0;
}
.rally__point--url a {
	word-wrap: break-word;
}

.Common21__inner {
	width: 100vw;
    max-width: 1600px;
}

.rally__point--img img {
    aspect-ratio: 4 / 3;
}