@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------------------------
fulcnt.com
------------------------------------------------------------------------------ */

/* TabL+PC */

/* ------------------------------------------------------------------------------
トップ
------------------------------------------------------------------------------ */
.brand {
	width: 100%;
	background-image: linear-gradient(to bottom, #fff 530px, #75171C 530px, #75171C 1300px, #fff 1300px);
	opacity: 0;
	position: relative;
	
	animation-name: brandAnim;
	animation-fill-mode:forwards;
	animation-duration:3s;
	animation-timing-function:ease;
	animation-delay: 0s;
}
@keyframes brandAnim{
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}
.brandBg {
	background-image: url("/100th/en/img/main_img.jpg");
	background-position: center;
	background-size: 100% auto;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: min(1400px, 100%);
	position: relative;
	z-index: 2;
	opacity: 0;

	animation-name: brandBgAnim;
	animation-fill-mode:forwards;
	animation-duration:4s;
	animation-timing-function:ease;
	animation-delay: 1s;
}
@keyframes brandBgAnim{
	0% {
		opacity: 0;
		background-size: 120% auto;
	}
	100% {
		opacity: 1;
		background-size: 100% auto;
	}
}
.brandLogo {
	max-width: 400px;
	width: 30%;
	height: auto;
	position: absolute;
	z-index: 3;
	top: 10%;
	left: 50%;
	transform: translate(-50%, 0%);
	opacity: 0;

	animation-name: brandLogoAnim;
	animation-fill-mode:forwards;
	animation-duration:3s;
	animation-timing-function:ease;
	animation-delay: 1.0s;
}

@keyframes brandLogoAnim{
	0% {
		opacity: 0;
		transform: translate(-50%, -20%);
	}
	100% {
		opacity: 1;
		transform: translate(-50%, 0%);
	}
}

.topContSec {
	padding: 10% 0;
}
.topContArea {
	max-width: 1000px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.mtitArea {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	text-align: center;
	margin-bottom: 6%;
}
.mtit01 {
	font-size: 100px;
}
.mtitSubTxt01 {
	font-size: 24px;
	color: #75171C;
}

.mesPhArea {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 90px;
}
.mesPhBox01 {
	width: 42%;
	padding: 60px 0 50px;
	background-image: linear-gradient(to right, #75171C 80%, #fff 80%)
}
.mesPhBox02 {
	width: 42%;
	padding: 60px 0 50px;
	background-image: linear-gradient(to left, #75171C 80%, #fff 80%)
}
.mesPhDtl01 {
	margin-left: auto;
	text-align: center;
	max-width: 400px;
	width: 80%;
	position: relative;
}
.mesPhDtl02 {
	margin-right: auto;
	text-align: center;
	max-width: 400px;
	width: 80%;
	position: relative;
}
.mesPhTxt01 {
	width: 100%;
	bottom: -120px;
	position: absolute;
	font-weight:700;
	/*left: 50%;
	transform: translate(-50%, 0%);*/
}
.mesTxtBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mesTxtBox div {
	max-width: 840px;
	width: 100%;
	margin: 0 auto 30px;
}
.mesTxt01 {
	line-height: 2.4em;
	margin-bottom: 5%;
}
.mesTxt01 span {
	text-indent: -1em;
	margin-left: 1em;
}
.mesTxt02 {
	width: 100%;
	text-align: right;
	font-size: 20px;
}
.mesTxt02f01 {
	font-size: 23px;
}
.mesTxt02f02 {
	font-size: 28px;
}
.topHisCont {
	position: relative;
}
.topHisBg {
	background-image: url("/100th/en/img/his_bg.jpg");
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	width: 100%;
	padding-top: 140px;
	padding-bottom: 180px;
}

.topHisBg .mtitArea {
	margin-bottom: 2%;
}

.slider{
    width:300%;
    margin:0 auto;
}

.topHisBtnArea {
	position: relative;
}
.topHisBtnLi {
	width: 400px;
	position: absolute;
	right: 0px;
	top: -150px;
	list-style: none;
}
.topHisBtnLi li {
	margin-bottom: 15px;
}
.topHisBtn a {
	color: #fff;
	text-decoration: none;
	background-color: #75171C;
	font-size: 24px;
	width: 100%;
	margin-left: auto;
	padding: 15px 50px 15px 20px;
	display: flex;
	align-items: center;
	border: 1px solid #75171C;
	transition: all 0.3s;
}
.topHisBtn a:hover {
	background-color: #fff;
	border: 1px solid #75171C;
	color: #75171C;
}

.topInfoCont {
	padding-top: 250px;
}
.topInfoBg {
	position: relative;
	/*padding-top: 4%;*/
}
.topInfoArea {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.topInfoSlide {
	position: sticky;
	top: 0;
	height: 100%;
	min-height: 634px;
	width: 36%;
	background-image: url("/100th/en/img/info_phBg.png");
	background-size: 100% auto;
    background-position: top center;
	padding: 3% 0;
}
.topInfoSlideBox {
	max-width: 500px;
	width: 100%;
	max-height: 500px;
	height: 100%;
}
.infoSlide {
	height: auto;
	margin-inline: auto;
	overflow: hidden;
	border-radius: 50%;
}
.infoSlideImg img {
	width: auto;
	height: 100%;

}
@keyframes zoomUp {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.2); /* 拡大率 */
	}
}
.infoSlide .slick-slide.add_anim{
	animation: zoomUp 10s linear 0s normal both;
}

.topInfoTxt {
	width: 55%;
}
.topInfoBtn {
	width: 400px;
	position: sticky;
	left:calc(100vw - 400px);
	bottom: 150px;
}
.topInfoBtn a {
	color: #fff;
	box-sizing: border-box;
	text-decoration: none;
	background-color: #75171C;
	font-size: 24px;
	width: 100%;
	margin-left: auto;
	padding: 15px 50px 15px 20px;
	display: flex;
	align-items: center;
	border: 1px solid #75171C;
	transition: all 0.3s;
}
.topInfoBtn a:hover {
	background-color: #fff;
	border: 1px solid #75171C;
	color: #75171C;
}
.topInfoTit {
	font-size: 34px;
	color: #75171C;
	position: relative;
	display: inline-block;
	margin-bottom: 5rem;
	left: 50%;
	transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
.topInfoTit:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 80px;
	height: 3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #75171C;
	border-radius: 2px;
}
.topInfoTxtDtl01 {
	line-height: 2.2em;
	margin-bottom: 4rem;
}
.topInfoTxtDtl01 span {
	text-indent: -1em;
	margin-left: 1em;
}
.topInfoCard {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4rem;
	padding: 2rem 2.8rem;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
	font-size: 20px;
}
.topInfoTxtDtl02 {
	color: #75171C;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}
.topInfoTit + .topInfoTxtDtl02{text-align: left;}

.topInfoTxtDtlLi01 {
	list-style-position: inside;
	font-weight: bold;
}
.topInfoTxtDtlLi01 li {
	border-bottom: dotted 1px #919191;
	padding: 0.5em 0.5em 0.3em 0.5em;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.3em;
}
.topInfoTxtDtl03 {
	font-size: 20px;
	text-align: right;
	margin-bottom: 2em;
}
.topInfoTxtDtl03.last {
	margin-bottom: 4em;
}
.topInfoTxtSub01 {
	font-size: 23px;
}
.topInfoTxtSub02 {
	font-size: 28px;
}

.newsPh {
	display: flex;
	height: max(30%, 500px);
	padding-top: 30%;
	justify-content: center;
	align-items: center;
	background-image:url("/100th/en/img/footImg.jpg");
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.newsBtnArea {
	background-color: #75171C;
	padding: 3rem 0;
}
.newsBtn {
	max-width: 600px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border: 1px solid #EAEAEA;
}
.newsBtn a {
	display: block;
	box-sizing: border-box;
	padding: 25px 35px;
	width: 100%;
	background-color: #EAEAEA;
	text-decoration: none;
	font-size: 34px;
	position: relative;
	overflow: hidden;
    transition: ease .2s;
}
.newsBtn a span {
	font-size: 24px;
}
.newsBtnIcon {
	width: 30px;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: center;
}
.newsBtn a div {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 4;
	color: #75171C;
}
.newsBtn a:hover div .newsBtnIcon img {
	opacity: 0;
}
.newsBtn a:hover div{
	color:#fff;
}
.newsBtn a:hover div .newsBtnIcon{
	background-image: url("/100th/en/img_common/icon_window_white.svg");
}
.bgleft:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-color:#75171C;
	width: 100%;
	height: 100%;
	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: right top;
}

.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}



/* /TabL+PC */

/* TABP+SPL */
@media screen and (max-width: 999px) {
	.topContSec {
		padding: 6rem 0 8rem;
	}
	.mtitArea {
		margin-bottom: 10%;
	}
	.mtit01 {
		font-size: 10vw;
	}
	.mtitSubTxt01 {
		font-size: 2.8vw;
	}
	.mesPhArea {
		margin-bottom: 6rem;
	}
	.mesPhBox01 {
		width: 46%;
		padding: 30px 0 20px;
	}
	.mesPhBox02 {
		width: 46%;
		padding: 30px 0  20px;
	}

	.mesPhTxt01 {
		bottom: -8vw;
		font-size: 2.0vw;
		width: 100%;
	}
	.mesTxt01 {
		line-height: 2.2em;
		margin-bottom: 5%;
	}
	.mesTxt02 {
		line-height: 2em;
		font-size: 1rem;
	}
	.mesTxt02f01 {
		font-size: 20px;
	}
	.mesTxt02f02 {
		font-size: 26px;
	}

	.slider{
		width:350%;
		margin:0 auto;
	}

	.topHisBtnArea {
		bottom: -8vw;
	}
	.topHisBtnLi {
		width:300px;
		bottom: -8vw;
	}
	.topHisBtnLi li {
		margin-bottom: 1.2vw;
	}
	.topHisBtn a {
		font-size: 2.4vw;
		padding: 15px 50px 15px 20px;
	}

	.topInfoBtn {
		width: 300px;
		left:calc(100vw - 300px);
	}
	.topInfoBtn a {
		font-size: 2.4vw;
		padding: 15px 50px 15px 20px;
	}
	.topInfoTit {
		font-size: 4vw;
		margin-bottom: 4rem;
	}
	.topInfoTit:before {
		bottom: -10px;
		width: 60px;
		height: 2px;
	}
	.topInfoTxtDtl01 {
		font-size: 1rem;
		line-height: 2.2em;
		margin-bottom: 3rem;
	}
	.topInfoTxtDtl01 span {
		text-indent: -1em;
		margin-left: 1em;
	}
	.topInfoCard {
		width: 90%;
		margin-bottom: 4rem;
		padding: 1.8rem 1.4rem;
		box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
		font-size: 1.1rem;
	}
	.topInfoTxtDtl02 {
		color: #75171C;
		font-weight: bold;
		text-align: center;
		margin-bottom: 0.6em;
	}
	.topInfoTxtDtl03 {
		font-size: 1.1rem;
		text-align: right;
		margin-bottom: 2em;
	}
	.topInfoTxtDtl03.last {
		margin-bottom: 4em;
	}
	.topInfoTxtSub01 {
		font-size: 1.3rem;
	}
	.topInfoTxtSub02 {
		font-size: 1.6rem;
	}

	.newsBtn {
		width: 60%;
	}
	.newsBtn a {
		display: block;
		box-sizing: border-box;
		padding: 15px 20px;
		width: 100%;
		background-color: #EAEAEA;
		text-decoration: none;
		font-size: 3.4vw;

		position: relative;
		overflow: hidden;
		transition: ease .2s;
	}
	.newsBtn a span {
		font-size: 2.4vw;
	}
	.newsBtnIcon {
		width: 20px;
	}

}/* /TABP+SPL */

/* SPP */
@media screen and (max-width: 599px) {
	.brand {
		background-image:none;
	}

    .brandBg {
		background-image: url("/100th/en/img/main_img_sp.jpg");
		padding-top: min(1840px, 143.75%);
	}
	.brandLogo {
		max-width: 400px;
		width: 55%;
		top: 18%;
	}

	.mtitArea {
		margin-bottom: 10%;
	}
	.mtit01 {
		font-size: 12vw;
	}
	.mtitSubTxt01 {
		font-size: 4vw;
	}

	.mesPhArea {
		margin-bottom: 25vw;
	}
	.mesPhBox01 {
		width: 46%;
		padding: 4vw 0 3vw;
	}
	.mesPhBox02 {
		width: 46%;
		padding: 4vw 0 3vw;
	}

	.mesPhTxt01 {
		bottom: -15vw;
		font-size: 3.2vw;
	}
	.mesTxtBox {
		flex-wrap: wrap;
	}
	.mesTxtBox div {
		width: 100%;
	}
	.mesTxtBox .mesTxt01.last{
		margin-bottom: 5%;
	}
	.mesTxt01 {
		font-size: 3.8vw;
		line-height: 2.2em;
		margin-bottom: 0;
	}
	.mesTxt02 {
		line-height: 2em;
		font-size: 1rem;
		font-size: 3.8vw;
	}
	.mesTxt02f01 {
		font-size: 4vw;
	}
	.mesTxt02f02 {
		font-size: 4.6vw;
	}

	.slider{
		width:700%;
		margin:0 auto;
	}

	.topHisBg {
		background-image: url("/100th/en/img/his_bg.jpg");
		background-size: cover;
		background-position: 90% center;
		overflow: hidden;
		width: 100%;
	}
	.topHisBtnArea {
		width: 100%;
		position:static;
		right: 0;
		bottom: 0;
		margin-top: 8vw;
	}
	.topHisBtnLi {
		width: 90%;
		position: static;
		list-style: none;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.topHisBtnLi li {
		width: 100%;
		margin-bottom: 2.4vw;
	}
	.topHisBtn a {
		position: relative;
		font-size: 4.2vw;
		padding: 2.8vw 10vw 2.8vw 4vw;
	}
	.topInfoCont {
		padding-top:20vw;
	}
	.topInfoArea {
		display: flex;
		justify-content: space-between;
		max-width: 1200px;
		width: 90%;
		flex-wrap: wrap;
	}
	.topInfoSlide {
		position: sticky;
		top: 20%;
		height: 100%;
		min-height:auto;
		width: 100%;
		background-image: url("/100th/en/img/info_phBg.png");
		background-size: 90% auto;
		background-position: center top;
		padding:5% 5% 20% 5%;
	}
	.topInfoSlideBox {
		max-width: 500px;
		width: 100%;
		max-height: 500px;
		height: 100%;
	}
	.topInfoTxt {
		width: 100%;
		position: relative;
		z-index: 5;
		background-color: rgba(255,255,255,0.7);
		padding: 10% 0% 0%;
	}

	.topInfoBtn {
		position: static;
		max-width: 400px;
		width: 90%;
		bottom: 0px;
		margin-right: auto;
		margin-left: auto;
	}
	.topInfoBtn a {
		position: relative;
		font-size: 4.2vw;
		padding: 2.8vw 10vw 2.8vw 4vw;
		width: 100%;
	}

	.topInfoTit {
		font-size: 6.4vw;
		margin-bottom: 2.5rem;
	}
	.topInfoTit:before {
		bottom: -10px;
		width: 60px;
		height: 2px;
	}

	.topInfoTxtDtl01 {
		font-size: 3.8vw;;
		line-height: 2em;
		margin-bottom: 2rem;
	}
	.topInfoTxtDtl01 span {
		text-indent: -1em;
		margin-left: 1em;
	}
	.topInfoCard {
		background-color: rgba(255,255,255,0.7);;
		width: 90%;
		margin-bottom: 4rem;
		padding: 1.8rem 1.4rem;
		box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
		font-size: 3.8vw;
	}
	.topInfoTxtDtl02 {
		color: #75171C;
		font-weight: bold;
		text-align: center;
		margin-bottom: 0.6em;
	}
	.topInfoTxtDtl03 {
		font-size: 4vw;
		text-align: right;
		margin-bottom: 2em;
	}
	.topInfoTxtDtl03.last {
		margin-bottom: 4em;
	}
	.topInfoTxtSub01 {
		font-size: 4.3vw;
	}
	.topInfoTxtSub02 {
		font-size: 4.6vw;
	}

	.newsPh {
	height: max(60%, 500px);
	padding-top: 60%;
	}
	.newsBtn {
		width: 80%;
	}
	.newsBtn a {
		padding: 2.8vw 4vw 2.8vw 4vw;
		font-size: 6vw;
	}
	.newsBtn a span {
		font-size: 4vw;
	}
	.newsBtnIcon {
		width: 16px;
	}

}/* /SPP */




/* 追記20250613 */

.link-donation{
	clear: both;
	max-width: 1000px;
	width:90%;
	margin: 0 auto;
	position: relative;
	top:-200px;
	margin-bottom: -200px;
}
@media screen and (max-width: 999px) {
.link-donation{
	top:0;
	margin-bottom:-50px;
}
}

.link-donation{zoom:1;}
.link-donation::after{
  content: ""; 
  display: block; 
  clear: both;
}
.link-donation div{
	max-width:400px;
	width:calc(100% - 20px);
	padding: 5px 10px 15px;
	box-shadow:0 0 0 2px #903 inset;
	border-radius: 10px;
}
@media screen and (max-width: 999px) {
.link-donation div{
	margin:0 auto;
}
}
@media screen and (max-width:599px) {
.link-donation div{
	font-size:0.9em;
}
}
.link-donation div > p{
	width:100%;
	margin: 10px 0 15px;
	color:#903;
	line-height: 1.1em;
	text-align: center !important;
}
.link-donation ul{
	width:100%;
	margin: 0 auto;
}
.link-donation ul{zoom:1;}
.link-donation ul::after{
  content: ""; 
  display: block; 
  clear: both;
}
.link-donation ul li{
	float: left;
	width: 48%;
	margin:0 1%;
	list-style: none;
}
.link-donation ul li a{
	display:flex;
	justify-content: center;
	align-items:center;
	width: 100%;
	padding: 10px 0;
	color:#fff;
	text-decoration: none;
	background-color: #903;
}
	
.newsPh{
	clear: both;
}
	
	

