p{
	font-size: 16px;
}
.font-reimin-M{
	font-family: "MFW-ReimYtwzPr6-Medium";
}
.font-reimin-R{
	font-family: "MFW-ReimYtwzPr6-Regular";
}
.font-shingo-M{
	font-family: "MFW-PUDShinGoPr6N-Medium";
}

.hero--shashinsyokujiki{
	background: url(/img/culture/shashinshokujiki/bg_shashinshokujiki_helo_lg.png) no-repeat center center / cover;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 420px;
}

@media screen and (width < 640px){
	.hero--shashinsyokujiki{
		background: url(/img/culture/shashinshokujiki/bg_shashinshokujiki_helo_sm.png) no-repeat center center / contain;
		background-color: #000;
		height: 75vw;
	}
}

.hero--anniversaryproject{
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 420px;
}

.hero--shashinsyokujiki h1,
.hero--anniversaryproject h1{
	color: #beaa00;
	font-family: "MFW-PA1MinchoStdN-Bold";
	font-size: 48px;
	line-height: 1.5;
	text-align: center;
	margin: 0;
}

@media screen and (width < 640px){
	.hero--shashinsyokujiki h1,
	.hero--anniversaryproject h1{
		font-size: 36px;
	}
}

.hero--shashinsyokujiki h1 span{
	color: #FFF;
	display: inline-block;
	font-family: "MFW-PUDShinGoPr6N-Regular";
	font-size: 24px;
	margin-top: 1em;
}

@media screen and (width < 640px){
	.hero--shashinsyokujiki h1 span{
		font-size: 18px;
	}
}

.video-thumb {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}

.video-thumb img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform .3s ease;
}

.video-thumb:hover img {
    transform: scale(1.05);
}

.ico_play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 81px;
    height: 81px;
    transform: translate(-50%, -50%);
    z-index: 500;
    pointer-events: none;
}

/* 円背景 */
.ico_play::before {
    content: "";
    display: block;
    width: 81px;
    height: 81px;
    background-color: #beaa00;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100px;
    opacity: .8;
}

/* 三角 */
.ico_play::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: calc(50% + 18px);
    transform: translateX(-50%) translateY(-50%);
    border: solid 28px #fff;
    border-top: solid 18px transparent;
    border-bottom: solid 18px transparent;
    border-right: solid 28px transparent;
}

.history-video {
    width: 100%;
    height: auto;
    max-width: 860px;
}

/*黒丸背景+白文字*/
.circle-num {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 1.6em;
    height: 1.6em;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
    line-height: 1;
    font-size: 0.95em; /* お好みで調整 */
    margin: 0 0.2em;  /* 前後の余白（任意） */
}

.column__2--fx{
	display: flex;
	gap: 0;
	margin-bottom: -5px;
}

.column__2--fx-item{
	width: 52%;
}

.column__2--fx-item-text{
	display: flex;
	align-items: center;
	width: 48%;
	padding-left: 50px;
}

@media screen and (width < 640px){
	.column__2--fx{
		flex-flow: column;
		margin-bottom: 15px;
	}
	.column__2--fx-item{
		width: 100%;
		order: 2;
	}
	.column__2--fx-item-text{
		width: 100%;
		padding-left: 0;
		order: 1;
	}
}

.column__2{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

@media screen and (width < 640px){
	.column__2{
	grid-template-columns: 1fr;
	}
}

/* Fancybox 内のコンテンツを×ボタンの基準にする */
.fancybox__content {
    position: relative;
}

/* 	静止画用自作 × ボタン — 標準UIと同じデザイン */
.fancybox-custom-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10000;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, 0.6);
    border: none;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

/* ホバー時 — 標準UIと同じわずかな反応 */
.fancybox-custom-close:hover {
    opacity: 0.85;
}
