@charset "utf-8";
/* ========================================================
	70th.css => 70周年用CSS
======================================================== */
a {
	color: #183d7f;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* main_cont
============================================================================================================ */
.main_cont {
	background: #cfeaf5 url(../images/bg_main.svg) no-repeat center bottom;
	background-size: 100% auto;
	padding: 2% 0 23vw;
	position: relative;
}
.main_cont:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 5vw;
	background: url(../images/bg_curve.svg) no-repeat center bottom;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	bottom: -1px;
}
.main_cont_logo {
	text-align: center;
}
.main_cont_logo img {
	width: 600px;
	height: auto;
}
.main_cont_catch {
	font-family: var(--font_maru);
	font-size: 4.0rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.05em;
	color: var(--col_main);
	margin: 1em 0 0.5em;
}
.main_cont_lead {
	letter-spacing: 0.1em;
	line-height: 2.2;
	text-align: center;
}
@media screen and (max-width: 680px) {
	.main_cont {
		background: #cfeaf5 url(../images/bg_main_sp.svg) no-repeat center bottom;
		background-size: 100% auto;
		padding: 80px 0 37%;
	}
	.main_cont_logo img {
		width: 280px;
		height: auto;
	}
	.main_cont_catch {
		font-size: 2.2rem;
	}
	.main_cont_lead {
		text-align: left;
		line-height: 2;
		margin-left: 7vw;
		margin-right: 7vw;
	}
}
/* logo_cont
============================================================================================================ */
.logo_cont {
	background: #fffdf3;
	padding: 2rem 0;
}
.logo_cont_title {
	font-size: 3.4rem;
	text-align: center;
	color: var(--col_brown);
	font-family: var(--font_maru);
	margin-bottom: 1.5em;
}
.logo_cont_title > span {
	display: inline-block;
	border-top: 1px solid var(--col_brown);
	border-bottom: 1px solid var(--col_brown);
	padding: 0.2em;
}
.logo_cont_title .small {
	font-size: 2.2rem;
	margin-right: 1em;
}
.logo_cont_col {
	 display: flex;
	 justify-content: space-between;
}
.logo_box {
	width: 47.7%;
	background: #fff;
	border-radius: 60px 10px 60px 10px;
	box-shadow: 0 0 8px 0 rgba(81, 44, 7, 0.1);
	padding: 1% 3% 3%;
	box-sizing: border-box;
	letter-spacing: 0.05em;
	line-height: 2;
}
.logo_box_logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 13em;
}
.logo_box_logo img {
	max-width: 310px;
	max-height: 170px;
	width: auto;
	height: auto;
}
@media screen and (max-width: 680px) {
	.logo_cont {
		padding: 4rem 0 2em;
	}
	.logo_cont_title {
		font-size: 2.6rem;
		line-height: 1.3;
		margin-bottom: 1.5em;
	}
	.logo_cont_title > span {
		padding: 0.5em 0.2em;
	}
	.logo_cont_title .small {
		display: block;
		font-size: 1.8rem;
		margin-right: 0;
	}
	.logo_cont_col {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 2em 0;
	}
	.logo_box {
		width: 94%;
		border-radius: 40px 10px 40px 10px;
		padding: 1% 4% 3%;
	}
	.logo_box_logo {
		height: auto;
		min-height: 100px;
		padding: 2em 0 1.5em;
		box-sizing: border-box;
	}
	.logo_box_logo img {
		max-width: 186px;
		max-height: 106px;
		width: auto;
		height: auto;
	}
}

/* history_cont
============================================================================================================ */
.history_cont {
	background: #efe4d8 url(../images/bg_history_head.svg) no-repeat center top;
	background-size: 100% auto;
	padding: 21vw 0 14.5vw;
	position: relative;
}
.history_cont:after {
	content:"";
	display: inline-block;
	width: 100%;
	height: 14.5vw;
	background: url(../images/bg_history_foot.svg) no-repeat center top;
	background-size:  100% auto;
	position: absolute;
	bottom: 0;
}
.history_cont_title {
	position:absolute;
	top: 5vw;
	left: calc(50% - 180px);
	transform: translateX(-17vw);
}
.history_cont_year {
	background: url(../images/bg_history_year.svg) no-repeat center top;
	background-size: auto 100%;
	height: 1803px;
}
.history_label_kumiai,
.history_label_kanagawa {
	position: absolute;
	left: 0;
	top: -3em;
	font-size: 1.6rem !important;
	font-weight: normal !important;
	color: #fff !important;
	border-radius: 4px;
	padding: 0.1em 1em;
}
.history_label_kumiai {
	background: #319956;
}
.history_label_kanagawa {
	background: #279bc4;
}
.history_box_l,
.history_box_r {
	background: #fff;
	border-radius: 10px;
	width: 38%;
	padding: 10px 20px  10px;
    box-sizing: border-box;
	position: relative;
}
.history_box_l {
	border: 3px solid #319956;
}
.history_box_r {
	border: 3px solid #279bc4;
	margin-left: auto;
}
.history_box_l > p,
.history_box_r > p {
	font-family: var(--font_en);
	font-size: 2.0rem;
	font-weight: bold;
}
.history_box_l > p {
	color: #319956;
}
.history_box_r > p {
	color: #279bc4;
}
.history_box_l > dl {
	display: flex;
}
.history_box_l > dl > dt {
	width: 2.5em;
}
.history_box_l > dl > dd {
	width: calc(100% - 2.5em);
}
.history_box_1953 {

}
.history_box_1956 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 30px;
}
.history_box_1964 {
	margin-top: 30px;
}
.history_box_1966 {
	margin-top: -60px;
}
.history_box_1972 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 70px;
}
.history_box_1983 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 70px;
}
.history_box_1984 {
	margin-top: 10px;
}
.double_heart {
	position: absolute;
	top: 0em;
	left: 12.5em;
}
.history_box_1989 {
	margin-top: -60px;
}
.history_box_1993 {
	margin-top: 30px;
}
.history_box_1995 {
	margin-top: -60px;
}
.history_box_2000 {
	margin-top: 60px;
}
.history_box_2002 {
	margin-top: -60px;
}
.history_box_2006 {
	margin-top: 0;
}
.history_box_2009 {
	margin-top: -30px;
}
.history_box_2019 {
	margin-top: 140px;
}
.history_box_2025 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 30px;
}
@media screen and (max-width: 1360px) {
	.history_cont {
		padding-top: 26vw;
		padding-bottom: 18.5vw;
        background-size: 125vw;
	}
	.history_cont:after {
		height: 18.5vw;
		background-size:  125vw auto;
		bottom: 0;
	}
	.history_cont_year {
		height: auto;
		padding: 0 0 6vw;
	}
}
@media screen and (max-width: 960px) {
	.history_box_l,
	.history_box_r {
		font-size: 1rem;
	}
}
@media screen and (max-width: 680px) {
	.history_cont_title {
		position:absolute;
		width: 33vw;
		top: 27vw;
		left: 12vw;
		transform: translateX(0);
	}
	.history_cont {
		background: #efe4d8 url(../images/bg_history_head_sp.svg) no-repeat center top;
		background-size: 100% auto;
		padding: 75vw 0 31.5vw;
		position: relative;
	}
	.history_cont:after {
		content:"";
		display: inline-block;
		width: 100%;
		height: 31.5vw;
		background: url(../images/bg_history_foot_sp.svg) no-repeat center top;
		background-size:  100% auto;
		position: absolute;
		bottom: 0;
}
	.history_cont_year {
		background: url(../images/bg_history_year_sp.svg) no-repeat left -1vw top 0;
		background-size: auto 100%;
        height: auto;
        padding: 12vw 0 15vw;
        box-sizing: border-box;
	}
	.history_label_kumiai,
	.history_label_kanagawa {
		left: inherit;
		right: 3vw;
		top: -1em;
		font-size: 1.4rem !important;
	}
	.history_label_kumiai {
		right: calc(3vw + 8.5em);
	}
	.history_box_l,
	.history_box_r {
		width: 94%;
		margin-left: auto;
		margin-right: auto;
		font-size: 3.53rem;
        padding: 2.2vw 3vw 2.4vw;
	}
	.history_box_l {
		border: 1vw solid #319956;
	}
	.history_box_r {
		border: 1vw solid #279bc4;
	}
	.history_box_l > p,
	.history_box_r > p {
		font-size: 1.8rem;
	}
	.history_box_1956 {
		flex-direction: column;
		gap: 4vw;
		margin-top: 4vw;
	}
	.history_box_1964 {
		margin-top: 20vw;
	}
	.history_box_1966 {
		margin-top: 4vw;
	}
	.history_box_1972 {
		flex-direction: column;
		gap: 4vw;
		margin-top: 16vw;
	}
	.history_box_1983 {
		flex-direction: column;
		gap: 4vw;
		margin-top: 14vw;
	}
	.history_box_1984 {
		margin-top: 4vw;
	}
	.double_heart {
		width: 80px;
		height: auto;
		top: 2px;
	}
	.history_box_1989 {
		margin-top: 4vw;
	}
	.history_box_1993 {	
		margin-top: 19vw;
	}
	.history_box_1995 {
		margin-top: 4vw;
	}
	.history_box_2000 {
		margin-top: 22vw;
	}
	.history_box_2002 {
		margin-top: 4vw;
	}
	.history_box_2006 {
		margin-top: 4vw;
	}
	.history_box_2009 {
		margin-top: 4vw;
	}
	.history_box_2019 {
		margin-top: 16vw;
	}
	.history_box_2025 {
		flex-direction: column;
		gap: 4vw;
		margin-top: 18vw;
	}
}
@media screen and (max-width: 680px) {
	.history_box_l,
	.history_box_r {
		font-size: clamp(12px, 1.53rem, 3.53rem);
	}
}

/* info_cont
============================================================================================================ */
.info_cont {
	background: #f2fcfc;
	padding: 3em 0 5em;
}
.info_cont_title,
.insta_cont_title {
	font-family: var(--font_maru);
	font-size: 3.0rem;
	text-align: center;
	margin-bottom: 1em;
}
.info_list {
	width: 1000px;
	margin-left:auto;
	margin-right: auto;
	background: #fff;
	border-radius: 10px;
	padding: 1em;
	box-sizing: border-box;
}
.info_list > li {
	display: flex;
	padding: 1.2em 1em;
}
.info_list > li:not(:first-child) {
	border-top: 1px solid #eaeaea;
}
.info_list > li .date {
	width: 6em;
}
.info_list > li .text {
	width: calc(100% - 7em);
}
@media screen and (max-width: 1020px) {
	.info_list {
		width: 94%;
	}
}
@media screen and (max-width: 680px) {
	.info_cont {
		padding: 3em 0;
	}
	.info_cont_title,
	.insta_cont_title {
		font-size: 2.2rem;
	}
	.info_list {
		padding: 0 1.5em;
	}
	.info_list > li {
		display: block;
		padding: 1.2em 0;
	}
	.info_list > li .date {
		width: 100%;
	}
	.info_list > li .text {
		width: 100%;
	}
}

/* insta_cont
============================================================================================================ */
.insta_cont {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 3em 0 5em;
}
.insta_cont_title > span {
	display: inline-block;
	padding-left: 2em;
	position: relative;
}
.insta_cont_title > span:before {
	content:"";
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	background: url(../images/icon_insta.svg) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#instafeed {
	display: flex;
	justify-content: center;
	gap: 3%;
}
#instafeed > div {
	width: 31%;
}
#instafeed > div * {
	width: 100%;
}
@media screen and (max-width: 680px) {
	.insta_cont {
		padding: 3em 0;
		width: 94%;
		box-sizing: border-box;
	}
	#instafeed {
		flex-direction: column;
		align-items: center;
		gap: 1em;
	}
	#instafeed > div {
		width: 60%;
	}
	#instafeed > div * {
		width: 100%;
	}
	#instafeed > div video,
	#instafeed > div img {
		aspect-ratio: 248 / 440;
	}
}