body {
	font-size: 16px;
}

a {
	display: block;
	transition: all .2s ease;
}
a:hover,
a:active {
	opacity: .7;
}

@media (max-width: 767.98px) {
	body {
	    font-size: 14px;
	    line-height: 1.5;
	}
}
.mv{
    position: relative;
    text-align: center;
    padding-top: 36px;
    padding-bottom: 40px;
    @media (max-width: 767.98px) {
	    padding: 15px 0 20px;
    }
}
.mv:before,
.mv:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: repeat;
    width: 100%;
}
.mv:before {
    background: url("../img/mv_bg_pattern01.png") repeat 0 50%;
    height: 6px;
}
.mv:after{
    background: url("../img/mv_bg_pattern02.jpg") repeat 50% 0;
    height: 100%;
    z-index: -1;
}

.mv .container{
    @media (max-width: 767.98px) {
        padding-left: 0;
        padding-right: 0;
    }
}

.mv .img img {
	max-width: 900px;
	@media (max-width: 991.98px) {	
		max-width: 100%;
	}
}

.topBtn {
	text-align: center;
	margin: 15px auto 0;
	max-width: 500px;
	@media (max-width: 560px) {
		margin-inline: 30px;
	}
	a img {
		transition: all .2s ease;
	}
	&:hover a img,
	&:active a img {
		scale: 1.05;
	}
}
.snsList {
	position: relative;
	max-width: 900px;
	text-align: center;
    margin-inline: auto;
}
.snsList > li {
	display: inline-block;
	margin: 0px 10px;
}
.snsList > li img {
	max-width: 50px;
	@media (max-width: 560px) {
		max-width: 35px;
	}
}
/* */
/*     */
/* -------------------------------------- */


.sec01{
    background-color: #e6f4f8;
    position: relative;
    padding-bottom: 10px;
    @media (max-width: 767.98px) {
        padding-bottom: 40px;
    }
}
.sec01:before{
    content: '';
    background: url("../img/sec01-bg-pattern.png") repeat;
    background-position: left top;
    width: 100%;
    height: 17px;
    position: absolute;
    top: -16px;
    left: 0;
}

.sec01-box .sec01-title{
    text-align: center;
}

.sec01-box h2 {
    font-size: 36px;
    font-weight: bold;
    color: #202020;
    text-align: center;
    display: inline-block;
    padding-top: 40px;
    position: relative;
    margin-bottom: 20px;
    @media (max-width: 767.98px) {
	    font-size: 25px;
	    padding-top: 30px;
    }
}

.sec01-box + .sec01-box h2 {
	padding-top: 100px;
	@media (max-width: 767.98px) {
		 padding-top: 30px;
	}
}
.sec01-title-icon01 {
    position: absolute;
    left: -146px;
    /*top: -20px;*/
    top: -70px;
    @media (max-width: 767.98px) {
		left: -65px; 
		top: 0px;
        width: 48px;
        transform: rotate(24deg);
    }
}
.sec01-title-icon02 {
    position: absolute;
    right: -142px;
    top: 20px;
    @media (max-width: 767.98px) {
	    right: -80px;
        top: 20px;
        width: 55px;
    }
}
.sec01-title-icon03 {
    position: absolute;
    right: -142px;
    top: 80px;
    @media (max-width: 767.98px) {
	    right: -80px;
        top: 20px;
        width: 55px;
    }
}
.sec01-title-icon04 {
    position: absolute;
    left: -146px;
    top: 80px;
    @media (max-width: 767.98px) {
	    left: -80px;
        top: 20px;
        width: 55px;
    }
}

.sec01-box h2 span{
    background: linear-gradient(transparent 80%, yellow 50%);
}


.activityList {
	display: flex;
    /*justify-content: space-between;*/
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
    @media (max-width: 767.98px) {
	    gap: 40px 5px;
	    margin-bottom: 40px;
    }
}
.activityList > li {
	/*width: calc((100% - (30px * 2)) / 3);*/
    width: calc((100% - (30px * 3)) / 4);
	@media (max-width: 767.98px) {
	    width: calc((100% - (5px * 1)) / 2);
    }
}

.activityList > li a {
	display: block;
	text-align: center;
}
.activityList > li figure {
	text-align: center;
	@media (max-width: 767.98px) {
	    width: 60%;
	    margin-inline:auto;
    }
}
.activityList > li figure img {
    
}
.activityList > li a figure img {
    transition: all .2s ease;
    @media (max-width: 767.98px) {
	    opacity: .75;
    }
}
.activityList > li a:hover figure img,
.activityList > li a:active figure img {
    scale: 1.15;
}
.activityList > li h3 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    height: 2em;
    margin-top: 15px;
    z-index: 10;
    @media (max-width: 767.98px) {
	    margin-top: 5px;
	    margin-top: -60px;
	    text-shadow:
	    	2px 2px 1px #fff,
	    	-2px 2px 1px #fff,
	    	2px -2px 1px #fff,
	    	-2px -2px 1px #fff;
    }
}
.activityList > li h3 i {
	display: block;
	font-size: 20px;
    font-weight: bold;
    text-align: center;
    font-style: normal;
    line-height: 1.3;
    @media (max-width: 767.98px) {
	    font-size: 15px;
    }
}



.txt-btn {
	text-align: center;
	margin-top: 30px;
	@media (max-width: 767.98px) {
	    margin-top: 15px;
    }
}

.txt-btn a {
	position: relative;
    font-size: 17px;
    background-color: #ec6d94;
    padding: 10px 30px 10px 30px;
    line-height: 1.3;
    width: 270px;
    display: inline-block;
    max-width: 100%;
    color: #ffffff;
    border-radius: 50px;
    border: 3px solid #f69bb7;
    margin: 0 auto;
    @media (max-width: 767.98px) {
        width: 80%;
        padding: 5px 10px;
        font-size: 16px;
	}
}
.txt-btn a:after{
	position: absolute;
	content: '';
    display: inline-block;
    top: 0;
    bottom: 0;
    height: 8px;
    right: 15px;
    margin: auto;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    border-left-color: #ffffff;
    vertical-align: middle;
}

span.link a {
    font-size: inherit;
    background: none;
    padding: 0px;
    width: 100%;
    display: initial;
    max-width: 100%;
    color: #e43e8c;
	text-decoration: underline;
    border-radius: inherit;
    border: none;
	flex-direction: column;
}
span.link a.bold {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    display: flex;
}
span.link a:after{
    content: none;
}



.supportList {
	width: 100%;
	display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 30px;
    max-width: 1000px;
    margin: 0 auto;
    @media (max-width: 767.98px) {
	    gap: 10px 10px;
    }
}
.supportList > li {
	width: calc((100% - (30px * 4)) / 5);
	@media (max-width: 767.98px) {
	    width: calc((100% - (10px * 2)) / 3);
    }
}
.supportList > li img {
	
}

.supportList + p {
	margin-top: 20px;
}
.supportList + p a {
	font-size: 16px;
}







#message {
	position: relative;
    background: url("../img/sec04_bg.png") repeat;
    padding: 80px 40px 80px;
    @media (max-width: 767.98px) {
	    padding: 40px 20px 40px;
    }
}
#message:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 51px;
    left: 0;
    top: -20px;
    background: url("../img/bg_message_top.png") repeat-x;
}

#chairman,
#donation {
	position: relative;
	background: #fff;
	padding: 30px 50px;
    max-width: 1060px;
	margin-inline: auto;
	@media (max-width: 767.98px) {
		padding: 20px 20px;
	}
}
#chairman::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 37px;
    left: 0;
    top: -37px;
    background: url("../img/sec02_tree01.png") repeat-x;
}
#donation::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 37px;
    left: 0;
    top: -37px;
    background: url("../img/sec02_tree02.png") repeat-x;
}

#chairman h4 {
	position: relative;
	text-align: center;
	font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    @media (max-width: 767.98px) {
	    font-size: 20px;
    }
    &::before, &::after {
        position: relative;
		display: inline-block;
	    content: "";
	    top: -0.35em;
	    border-top: 1px solid;
	    width: 3em;
	}
	&::before {
		margin-right: 1em;
	}
	&::after {
		margin-left: 1em;
		
	}
}
@media (max-width: 767.98px) {
	#chairman h4::before,
	#chairman h4::after {
	    width: 1.5em;
    }
    #chairman h4::before {
		margin-right: 0.5em;
	}
	#chairman h4::after {
	    margin-left: 0.5em;
    }
}

#chairman > div {
	display: flex;
    justify-content: space-between;
    gap: 40px;
    @media (max-width: 767.98px) {
	    gap: 20px;
	    flex-wrap: wrap;
    }
}

#chairman > div .img {
	min-width: 176px;
	@media (max-width: 767.98px) {
	    margin: auto;
	    min-width: 0;
	    width: 140px;
    }
}

#chairman > div .img img {
	object-fit: cover;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
    width: 176px;
    object-position: 50% 0%;
}


#donation {
	margin-top: 60px;
}

#donation h4 {
	font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-top: 40px;
	background: url("../img/main-logo2.img.png") no-repeat 50% 0;
	@media (max-width: 767.98px) {
	    font-size: 20px;
    }
}
#donation .txt-btn a {
	width: 100%;
}

#donation > ul {
	display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 20px;
    @media (max-width: 767.98px) {
	    gap: 20px;
	    flex-wrap: wrap;
    }
}
#donation > ul > li {
	width: calc((100% - (40px * 1)) / 2);
	@media (max-width: 767.98px) {
	    width: 100%;
	}
}
#donation h5 {
	color: #52afca;
    font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.3em;
	@media (max-width: 767.98px) {
	    font-size: 18px;
    }
}

#donation .textLink {
	margin-top: 30px;
	line-height: 1.4;
}
#donation .textLink + .textLink {
	margin-top: 10px;
}
#donation .textLink a {
	color: #e43e8c;
    text-decoration: underline;
    display: initial;
}

#donation h6 {
    font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 20px;
	@media (max-width: 767.98px) {
		    margin-top: 20px;
		    margin-bottom: 10px;
		}
	i {
		font-style: normal;
		@media (max-width: 767.98px) {
		    display: block;
		    text-align: center;
		}
	}
}

#donation .payee {
    border: 1px solid #dfdfdf;
    padding: 20px;
    @media (max-width: 767.98px) {
	    padding: 10px;
    }
}
#donation .payee + .payee {
	margin-top: 20px;
}

#donation .payee p {
	font-size: 15px;
    line-height: 1.4;
    @media (max-width: 767.98px) {
	    font-size: 13px;
    }
}





#news {
    padding: 40px 0 80px 0;
    @media (max-width: 767.98px) {
	    padding: 20px 0 50px 0;
    }
}

#news h2{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    @media (max-width: 767.98px) {
	    font-size: 25px;
    }
}

#news h2 span{
    display: inline-block;
    position: relative;
}

#news h2 span:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -5px;
    background: url("../img/sec03_ttl_bg.png") repeat;
    width: 100%;
    height: 11px;
    z-index: -1;
}
@media (max-width: 767.98px) {
	#news h2 span:before{
	    bottom: -12px;
	}
}



.newsList {
	position: relative;
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 40px;
    max-width: 900px;
    margin: 40px auto 0;
    @media (max-width: 767.98px) {
		gap: 15px;
	}
}

.newsList > li {
	width: calc((100% - (40px * 2)) / 3);
	text-align: center;
	@media (max-width: 767.98px) {
		width: calc((100% - (15px * 2)) / 3);
	}
}

.newsList > li a {
    display: block;
    cursor: pointer;
}

.newsList > li a .img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 7 / 4;
    border: 1px solid #ddd;
}

.newsList > li a .img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    height: auto;
    transition: all .2s ease;
}
.newsList > li a:hover .img img,
.newsList > li a:active .img img {
    scale: 1.2;
}


.newsList > li a .txt {
    text-align: left;
    line-height: 1.5;
    margin-top: 15px;
    @media (max-width: 767.98px) {
		font-size: 13px;
		margin-bottom: 3px;
	}
}
.newsList > li a .txt .date {
    font-weight: bold;
    color: #d02387;
    font-size: 14px;
    margin-bottom: 5px;
    @media (max-width: 767.98px) {
		font-size: 11px;
		margin-bottom: 3px;
	}
}
.newsList > li a .txt p {
    @media (max-width: 767.98px) {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4; /* 任意の行数を指定 */
	}
}

.newsList + .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    flex-wrap: wrap;
    gap:10px;
}

.newsList + .pagination {
	position: relative;
	width: 100%;
    top: -270px;
    z-index: 1;
    @media (max-width: 1200px) {
	    top: -70px;
    }
}

.newsList + .pagination a {
    padding: 8px 9px;
    color: #d7807f;
    line-height: 1;
    display: none;
}



.newsList + .pagination a.prev,
.newsList + .pagination a.next {
	display: block;
	position: absolute;
    left: 50px;
    top: 30px;
    bottom: 0;
    z-index: 2;
    @media (max-width: 1200px) {
	    left: 0;
    }
}
.newsList + .pagination a.next {
	left: auto;
    right: 50px;
    @media (max-width: 1200px) {
	    left: auto;
	    right: 0;
    }
}


.newsList + .pagination a.current{
    background: #f1f1f1;
    color: #000;
}



.movieList {
	margin-top: 10px;;
	@media (max-width: 767.98px) {
		margin-top: 0;
	}
	> li {
		/*
		@media (max-width: 767.98px) {
			width: calc((100% - (15px * 1)) / 2);
		}
		*/
		&:nth-child(n+3) {
			@media (max-width: 767.98px) {
			    display: none;
		    }
	    }
	    
	    .ttl {
		    @media (max-width: 767.98px) {
		    	font-size: 12px;
		    }
	    }
	    a {
			&:hover,
			&:active {
				img {
					scale: 1.55;
				}
			}
			img {
				transition: all .2s ease;
			}
	    }
	}
}

/* 追加 240125 */
.main_box {
    border-radius: 20px;
    background: #ffffff;
    margin: 0 auto 80px;
    max-width: 1060px;
    width: 100%;
    position: relative;
    @media (max-width: 767.98px) {
	    margin: 0 auto 0px;
    }
}
.main_box .main_box_text_inner {
    padding: 30px 65px 20px 65px;
    @media (max-width: 767.98px) {
	    padding: 20px;
	}
}


@media (max-width: 767.98px) {
.footer_content_top {
    padding: 0;
	
	.logo {
		margin: 10px;
	}
}
}


.footer_content_bottom_inner {
    padding: 20px 60px 90px 60px;
	@media (max-width: 767.98px) {
		padding: 20px 20px 50px 20px;
	}
}

.footer_content_bottom h4 {
    margin-bottom: 10px;
}

.footer_sec01 {
	@media (max-width: 767.98px) {
		padding-bottom: 60px;
	}
}


.movieList > li {
    @media (max-width: 767.98px){
	   margin-inline:40px; 
	}
}

