/* Life */

/* Club */

.about_desc p:not(:last-of-type) {
    margin-bottom: 1em;
}
#club_list .tabs {
    margin-bottom: 4em;
}
._club_list_pane {
    float: left;
    width: 30%;
}
._club_list_pane:nth-of-type(3n - 1) {
    margin: 0 5%;
}
._club_list_pane:nth-of-type(3n + 1) {
    clear: both;
}
._club_list_pane:nth-last-of-type(n + 4) {
    margin-bottom: 1.8em;
}
.club_list_pane {
    float: left;
    position: relative;
    width: 23.5%;
    border-radius: 10px;
}
.club_list_pane:not(:nth-of-type(4n)) {
    margin-right: 2%;
}
.club_list_pane:nth-of-type(4n + 1) {
    clear: both;
}
.club_list_pane:nth-last-of-type(n + 5) {
    margin-bottom: 1.5em;
    margin-bottom: 1.8em;
}
.club_list_image {
    margin-bottom: 0.8em;
    margin-bottom: 0.6em;
    aspect-ratio: 1 / 1;
    background: #ccc;
    border-radius: 10px;
    overflow: hidden;
}
.club_list_pane h4 {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.6em 1.5em;
    width: fit-content;
    font-size: 0.9em;
    font-weight: 500;
    line-height: 1.4em;
    background: #fff;
    border-radius: 50vh;
	white-space: nowrap;
    overflow: hidden;
}

/* Uniform */

.uniform_about_images {
    margin-bottom: 2em;
}
.uniform_about_image {
    float: left;
    position: relative;
    width: 35%;
    width: 40%;
    border-radius: 10px;
    overflow: hidden;
}
.uniform_about_image:nth-of-type(2n) {
    float: right;
    width: 60%;
    width: 56.7%;
}
.uniform_about_text h4 {
    margin-bottom: 0.8em;
    font-size: 1.3em;
    font-weight: 500;
}
.uniform_about_text p:not(:last-of-type) {
    margin-bottom: 0.8em;
}
._uniform_gallery_pane {
	float: left;
	width: 32%;
    aspect-ratio: 3 / 2;
	border-radius: 10px;
	overflow: hidden;
	opacity: 0;
}
._uniform_gallery_pane:not(:nth-child(3n)) {
	margin-right: 2%;
}
._uniform_gallery_pane:nth-child(3n + 1) {
	clear: both;
}
._uniform_gallery_pane:nth-last-child(n + 4) {
	margin-bottom: 1.5em;
}
._uniform_gallery_pane.inview {
	opacity: 1;
	transition: all 500ms ease-in-out;
}
.uniform_gallery_pane {
    position: relative;
    margin-bottom: 10px;
    width: 340px;
    border-radius: 10px;
    overflow: hidden;
}
.uniform_gallery_slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.uniform_gallery_slide:nth-of-type(even) {
    margin-top: 50px;
}
.uniform_gallery_slide_image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}


/* Schedule */

#schedule_timeline_container {
	/* height: 480px; */
    /* background: red; */
	overflow-x: scroll;
	overflow: hidden !important;
}
#schedule_timeline_scroll {
    -ms-overflow-style: none !important;
	scrollbar-width: none !important;
}
#schedule_timeline_scroll::-webkit-scrollbar{
    display: none !important;
}
#schedule_timeline_scroll .simplebar-track.simplebar-vertical {
    display: none !important;
}
#schedule_timeline_container .simplebar-content {
    display: flex;
    position: relative;
}
.schedule_timeline_pane {
    position: relative;
    padding-right: 50px;
    padding-left: 1.5em;
    min-width: fit-content;
    height: 190px;
    /* background: #ccc; */
    border-left: 1px solid #c9936f;
    border-bottom: 2px solid #c9936f;
}
.schedule_timeline_pane:first-of-type {
    margin-left: 10px;
}
.schedule_timeline_pane:nth-of-type(even) {
    margin-top: 190px;
    padding-top: 57px;
    padding-bottom: 57px;
    height: 247px;
    border-bottom: none;
    border-top: 2px solid #c9936f;
}
.schedule_timeline_pane:nth-of-type(even)::after {
    position: absolute;
    bottom: 0;
    left: -1px;
    content: '';
    width: 2px;
    height: 50px;
    background: #faf6e7;
}
.schedule_timeline_pane::before {
    position: absolute;
    bottom: -10px;
    left: -10px;
    content: '';
    width: 20px;
    height: 20px;
    background: #c9936f;
    border-radius: 100px;
    overflow: hidden;
}
.schedule_timeline_pane:nth-of-type(even)::before {
    bottom: auto;
    top: -10px;
}
.schedule_timeline_pane h4 {
    margin-bottom: 0.5em;
    margin-right: 0.3em;
    color: #c9936f;
    font-size: 2em;
    letter-spacing: 0.08em;
}
.schedule_timeline_pane.w_image h5,
.schedule_timeline_pane.w_image h4 {
    padding-right: 240px;
}
.schedule_timeline_image {
    float: right;
    width: 200px;
}
.schedule_timeline_pane h5 {
    font-size: 1.05em;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.schedule_timeline_scroll_do {
    position: absolute;
    left: 0;
    bottom: 45px;
    padding-top: 20px;
}
.schedule_timeline_scroll_do_circle {
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    background: #c9936f;
    border-radius: 20px;
    animation: scroll_right 2000ms ease-in-out infinite;
}
@keyframes scroll_right {
	0% {
		left: 0;
        opacity: 1;
	}
	100% {
		left: 100%;
        opacity: 0;
	}
}
.schedule_timeline_scroll_do_text {
    font-size: 0.85em;
    letter-spacing: 0;
    color: #c9936f;
}

.simplebar-track.simplebar-horizontal {
    height: 10px !important;
    background: #eee !important;
}
.simplebar-scrollbar {
	cursor: pointer !important;
}
.simplebar-scrollbar:before {
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	background: #c9936f !important;
	border-radius: 0 !important;
	opacity: 1 !important;
}
.schedule_feature_image {
    margin-bottom: 1.2em;
    border-radius: 10px;
    overflow: hidden;
}
.schedule_feature_text h4 {
    margin-bottom: 0.8em;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 500;
    color: #c9936f;
}
.schedule_feature_text p {
    font-size: 0.95em;
    line-height: 1.8em;
}
#schedule_feature_study_trip {
    margin-bottom: 5em;
}
.schedule_feature_panes .schedule_feature_pane {
    float: left;
    width: 48%;
}
.schedule_feature_panes .schedule_feature_pane:nth-of-type(even) {
    float: right;
}

#schedule_events_panes {
    margin-bottom: 4em;
}
/* "rows_panes"として共通化してcommon.cssに移行 */
/* .schedule_events_pane {
    float: left;
    width: 31.333%;
    transform: scale(0.86);
	transition: all 360ms ease-in-out;
	opacity: 0;
}
.schedule_events_pane.schedule_events_pane_reveal {
	transform: scale(1);
	transition: all 560ms ease-in-out;
	opacity: 1;
}
.schedule_events_pane:nth-of-type(3n - 1) {
    margin: 0 3%;
}
.schedule_events_pane:nth-of-type(3n + 1) {
    clear: both;
}
.schedule_events_pane:nth-last-of-type(n + 4) {
    margin-bottom: 2.5em;
    margin-bottom: 3.5em;
}
.schedule_events_pane a {
    display: block;
    position: relative;
    text-decoration: none;
}
._schedule_events_pane a::before {
    position: absolute;
    top: 0;
    right: 1em;
    padding: 12px;
    content: '';
    width: 50px;
    height: 50px;
    background: #faf6e7 url(../images/common/icon_arrow_right.png) no-repeat center / 26px;
    border-radius: 0 0 0 10px;
    z-index: 10;
}
.schedule_events_image {
    position: relative;
    margin-right: 1em;
    aspect-ratio: 3 / 2;
    background: #ccc;
    border-radius: 10px;
    overflow: hidden;
}
.schedule_events_image h5 {
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    padding: 0.25em 0.8em 0.2em 0.8em;
    font-size: 1.35em;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2em;
    color: #fff;
    background: #c9936f;
    border-radius: 50vh;
}
.schedule_events_image h5 span {
    margin-left: 0.3em;
    font-size: 0.7em;
}
.schedule_events_text {
    position: relative;
    margin-top: -1.5em;
    margin-left: 1em;
    padding: 1.8em 1.2em;
    padding: 1.6em 2em;
    background: #fff;
    box-shadow: 3px 7px 15px 8px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    z-index: 1;
}
.schedule_events_text h4 {
    margin-bottom: 0.65em;
    font-size: 1.15em;
    font-size: 1.05em;
    font-weight: 500;
    color: #c9936f;
}
.schedule_events_pane a .schedule_events_text h4 {
    position: relative;
    padding-right: 50px;
}
.schedule_events_pane a .schedule_events_text h4::before {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    content: '';
    width: 25px;
    height: 25px;
    background: url(../images/common/icon_arrow_right.png) no-repeat center / 100%;
}
.schedule_events_pane a:hover .schedule_events_text h4::before {
    animation: events_link_hover 380ms 1 ease-in-out forwards;
}
@keyframes events_link_hover {
	0% {
		right: 5px;
	}
	50% {
		right: 0;
	}
	100% {
		right: 5px;
	}
}
.schedule_events_text p {
    font-size: 0.9em;
    line-height: 2em;
    line-height: 1.8em;
} */
.schedule_events_season {
    float: left;
    position: relative;
    padding: 2em;
    padding: 2.6em 2.6em;
    width: 48.5%;
    background: #fff;
    border-radius: 10px;
}
.schedule_events_season:nth-of-type(even) {
    float: right;
}
.schedule_events_season:nth-of-type(2n + 1) {
    clear: both;
}
.schedule_events_season:nth-last-of-type(n + 3) {
    margin-bottom: 2em;
}
.schedule_events_season h4 {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    font-size: 1.6em;
    font-weight: 500;
    line-height: 1em;
    color: #c9936f;
    border-bottom: 1px solid #c9936f;
}
.schedule_events_season h4 span {
    display: inline-block;
    margin-left: 0.2em;
    transform: translateY(-2px);
    font-size: 0.7em;
    line-height: 1em;
}
.schedule_events_season h4 span {
    margin-left: 0.3em;
}
.schedule_events_season li {
	margin-bottom: 0.5em !important;
    font-size: 0.9em;
	line-height: 1.6em !important;
}
#schedule_events_download {
    margin-top: 5em;
}
#_schedule_events_download .document_list {
    float: left;
    width: 56%;
}
#_schedule_events_download .note {
    float: right;
    width: 40%;
}

#uniform_gallery {
    padding-top: 5em;
}
/* #uniform_images .uniform_image {
	position: relative;
	float: left;
	width: 30%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
#uniform_images .uniform_image:nth-of-type(2) {
	margin: 0 5%;
} */
.uniform_images_slide {
    position: relative;
	float: left;
	width: 30%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.uniform_images_slide:nth-of-type(2) {
    margin: 0 5%;
}
#_uniform_history .timeline_compact {
    margin: 0 auto;
    width: 70%;
}
#uniform_history .summary {
    margin-bottom: 3.5em;
}
#uniform_history_gallery_image {
	float: left;
	position: relative;
	width: calc(67.4% - 15px);
    aspect-ratio: 3 / 2;
	border-radius: 8px;
    background: #ccc;
	border-radius: 10px;
	overflow: hidden;
}
#uniform_history_gallery_image p {
    position: relative;
}
#uniform_history_gallery_image .uniform_history_gallery_image_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	background-color: #eee;
	overflow: hidden;
}
#uniform_history_gallery_image .uniform_history_gallery_image_blur {
	transform: translate(-10px, -10px);
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	filter: blur(10px);
	opacity: 0.35;
}
.uniform_history_gallery_image_image {
	width: 100%;
	height: 100%;
}
.uniform_history_gallery_image_image img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
#uniform_history_gallery_caption {
	position: absolute !important;
	padding: 0.2em 2em;
	left: 30px;
	bottom: 30px;
	font-size: 0.8em;
	background: #fff;
    border: 1px solid #eee;
	border-radius: 100vh;
    z-index: 10;
}
#uniform_history_gallery_thumbnails {
	float: right;
	width: 32.6%;
}
#uniform_history_gallery_thumbnails li {
	float: left;
	position: relative;
	width: calc(50% - 15px);
	border-radius: 2px;
	border-radius: 8px;
    aspect-ratio: 3 / 2;
    background: #ccc;
	cursor: pointer;
	overflow: hidden;
		-o-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
#uniform_history_gallery_thumbnails li:nth-of-type(odd) {
	clear: both;
	margin-right: 15px;
}
#uniform_history_gallery_thumbnails li:not(:nth-of-type(n + 7)) {
	margin-bottom: 15px;
}
#uniform_history_gallery_thumbnails li:hover {
	transform: scale(0.95);
		-o-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
#uniform_history_gallery_thumbnails li.active:after {
	position: absolute;
	top: 6px;
	left: 6px;
	top: 9px;
	left: 9px;
	content: '';
	width: 24px;
	height: 18px;
	width: 9px;
	height: 9px;
	border-radius: 4px;
	border-radius: 50%;
	background: #c9936f;
}

/* Daily */

#daily_contents .inner {
    padding: 0 130px;
}
#daily_panes {
    position: relative;
}
.daily_block {
	position: relative;
	margin-bottom: 3.5em;
	margin-bottom: 5em;
	transform: scale(0.9);
	opacity: 0;
}
.daily_block.reveal {
	animation: daily_block_motion 450ms ease-in-out 200ms 1 forwards;
}
@keyframes daily_block_motion {
	0% {
		transform: scale(0.9);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}
.daily_pane {
	position: relative;
	float: right;
	float: none;
    padding: 2em 2em;
	width: calc(100% - 200px);
	width: 92%;
	width: 100%;
    border-radius: 50px;
    border-radius: 25px;
    background: #fff;
	overflow: hidden;
}
.daily_block .daily_pane::before {
	position: absolute;
	right: 25px;
	bottom: 18px;
	bottom: -200px;
	content: '';
	width: 150px;
	height: 150px;
    background: #fff;
	opacity: 0.3;
	z-index: 0;
}
.daily_block.reveal .daily_pane::before {
    animation: daily_icon_motion 850ms ease-in-out 500ms 1 forwards;
}
@keyframes daily_icon_motion {
	0% {
		bottom: -200px;
	}
	100% {
		bottom: 18px;
	}
}
.daily_block:nth-of-type(1) .daily_pane::before {
    background: url('../images/common/icon_daily_earphone.png') no-repeat center / cover;
}
.daily_block:nth-of-type(2) .daily_pane::before {
    background: url('../images/common/icon_daily_chat.png') no-repeat center / cover;
}
.daily_block:nth-of-type(3) .daily_pane::before {
    background: url('../images/common/icon_daily_drawing.png') no-repeat center / cover;
}
.daily_block:nth-of-type(4) .daily_pane::before {
    background: url('../images/common/icon_daily_lunch.png') no-repeat center / cover;
}
.daily_block:nth-of-type(5) .daily_pane::before {
    background: url('../images/common/icon_daily_laptop.png') no-repeat center / cover;
}
.daily_block:nth-of-type(6) .daily_pane::before {
    background: url('../images/common/icon_daily_chat.png') no-repeat center / cover;
}
.daily_block:nth-of-type(7) .daily_pane::before {
    background: url('../images/common/icon_daily_club.png') no-repeat center / cover;
}
.daily_block:nth-of-type(8) .daily_pane::before {
    background: url('../images/common/icon_daily_end.png') no-repeat center / cover;
}

.daily_pane_image {
    float: left;
    position: relative;
    width: 30%;
    width: 320px;
    width: 340px;
    aspect-ratio: 3 / 2;
    background: #ccc;
    border-radius: 10px;
	overflow: hidden;
}
.daily_pane_text {
	position: relative;
    float: right;
    width: 62%;
    width: calc(100% - 370px);
    width: calc(100% - 390px);
	z-index: 1;
}


.daily_pane:not(:last-of-type) {
    margin-bottom: 3.5em;
}
.daily_pane_heading {
	padding: 3em 3.5em;
}
._daily_pane_contents {
	padding: 2.5em 3.5em;
}
.daily_pane h4.daily_digi {
	display: inline-block;
	margin-bottom: 0.75em;
	font-size: 1.75em;
	font-family: 'Gravitas One', serif;
	font-weight: 500;
	line-height: 1em;
	color: var(--students);
}
.daily_pane h5.title {
	margin-bottom: 1em;
	margin-bottom: 0.5em;
	font-size: 1.35em;
	font-weight: 500;
	line-height: 1em;
}
.daily_pane h5.title .label {
	margin-left: 0.5em;
	font-size: 0.9rem;
}
.daily_pane h6 {
	margin-bottom: 0.5em;
	font-size: 1.05em;
	font-size: 0.95em;
	font-weight: 500;
}

.daily_pane p {
	font-size: 1.1em;
	font-feature-settings: normal;
	line-height: 1.7em;
}
.daily_pane p.note {
	margin-top: 1em;
}
.daily_pane .button.above {
	margin-top: 1.5em;
	margin-left: -24px;
}
.daily_pane .button.above p a {
	padding-top: 0;
	padding-bottom: 0;
}


.daily_block_shr {
	margin: 6.5em 0 !important;
}
.daily_block_shr .daily_pane {
	float: none;
	margin-left: auto;
	margin-right: auto;
    padding: 1.7em 2.5em 1.7em 1.7em;
	width: 80%;
    border-radius: 200px;
	border: solid 6px #d0f0ef;
	border: none;
	background: #fff;
	overflow: hidden;
}
.daily_block_shr .daily_pane .daily_pane_image {
    float: left;
    position: relative;
    width: 150px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
	background: #fff;
	overflow: hidden;
}
.daily_block_shr .daily_pane .daily_pane_text {
    width: calc(100% - 150px);
    width: calc(100% - 190px);
}
.daily_block_shr .daily_pane .daily_pane_text p {
    font-size: 1em;
	line-height: 1.7em;
}
._daily_block_shr .daily_pane_text_heading {
	margin-bottom: 1em;
	vertical-align: bottom;
}
._daily_block_shr .daily_pane_text_heading h4,
._daily_block_shr .daily_pane_text_heading h5,
._daily_block_shr .daily_pane_text_heading h6 {
	float: left;
	margin: 0 1rem 0 0;
	line-height: 1em;
}
.daily_block_shr .daily_pane h4.daily_digi {
	margin-bottom: 0.65em;
	font-size: 1.65em;
}
.daily_block_shr .daily_time {
	display: none;
}
.daily_block_shr .daily_pane::before {
	right: 45px;
	width: 140px;
	height: 140px;
}



._daily_pane_heading {
    margin-bottom: 1.3em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
}
._daily_clock {
	float: left;
    margin-right: 1em;
	z-index: 5;
}

._daily_time {
	position: sticky;
	top: 90px;
	float: left;
	width: 100px;
	margin-bottom: 3.5em;
	background: #faf6e7;
}
.daily_time {
	position: absolute;
	top: -50px;
	right: 50px;
	width: 90px;
	z-index: 10;
}
._daily_time h4.daily_digi {
	font-size: 1.75em;
	font-weight: 500;
	font-family: 'Gravitas One', serif;
	text-align: center;
	color: var(--students);
}
._daily_time ul {
	display: none;
	font-size: 0.85em;
	font-weight: 500;
	font-family: 'Gravitas One', serif;
	text-align: center;
	color: var(--students);
	line-height: 1.6em;
}

.daily_clock {
	margin: 0 auto;
	width: 65px;
}
.daily_clock_analog {
    float: left;
    float: none;
	position: relative;
    margin-right: 1.5em;
	margin-right: 0;
	margin-bottom: 0;
	margin: 0;
	width: 65px;
	height: 65px;
	width: 90px;
	height: 90px;
	background: #fff;
    border: 2px solid #eee;
	border-radius: 50%;
	margin-bottom: 1em;
}
.daily_clock_analog::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	border: solid 2px #111;
	background: #fff;
	border-radius: 50%;
	z-index: 3;
}
.clock_time {
	position: absolute;
	right: calc(50% - 2px);
	top: calc(50% - 2px);
	width: 24px;
	width: 32%;
	height: 4px;
	background: #111;
	transform: rotate(90deg);
	transform-origin: calc(100% - 2px) center;
	transition: transform 750ms;
	z-index: 2;
}
.clock_minute {
	position: absolute;
	right: calc(50% - 2px);
	top: calc(50% - 2px);
	width: 36px;
	width: 40%;
	height: 4px;
	background: var(--students);
	transform: rotate(90deg);
	transform-origin: calc(100% - 2px) center;
	transition: transform 750ms;
	z-index: 1;
}
.daily_title {
    float: left;
}
.daily_title h5 {
	font-size: 1.2em;
	font-weight: 500;
}