@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.brioso-pro {
	font-family:"brioso-pro",serif;
}
/*------------------------------------------------------------
	fixBgBox
------------------------------------------------------------*/
.fixBgBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 5;
}
.fixBgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: 1s;
}
@media all and (max-width: 896px) {
	.fixBgBox {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 5;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 120rem;
	position: relative;
	z-index: 10;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
		max-width: inherit !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: -1.7rem;
	color: #FFF;
	font-size: 5.6rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: center;
	font-family: "trajan-sans-pro",sans-serif;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: -1.2rem;
		font-size: 3.3rem;
	}
}
/*------------------------------------------------------------
	comBgBox
------------------------------------------------------------*/
.comBgBox {
	position: relative;
}
.comBgBox .bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.comBgBox .bg:before {
    position: sticky;
    width: 100%;
    height: 100vh;
	max-height: 100%;
    content: '';
    backdrop-filter: blur(0.8rem);
    -webkit-backdrop-filter: blur(0.8rem);
    display: block;
    top: 0;
	background: rgba(0, 0, 0, 0.2);
}
.comBgBox .subBgArea {
	margin: 0 auto;
	padding: 5.7rem 0 6rem;
	max-width: 108rem;
}
@media all and (max-width: 896px) {
	.comBgBox .subBgArea {
		margin: 0;
		padding: 2.9rem 2.1rem 3.2rem;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	comNewsList
------------------------------------------------------------*/
.comNewsList {
	margin-bottom: 6rem;
}
.comNewsList > li > a {
	padding: 3.7rem 0 1.6rem;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.comNewsList li a:hover {
	opacity: 0.7;
}
.comNewsList li .text {
	word-break: break-all;
}
.comNewsList li .innerArea {
	margin-top: 3.1rem;
	padding: 3.3rem 4rem 3.6rem;
	background: rgba(255, 255, 255, 0.2);
	display: none;
}
.comNewsList li .innerArea p {
	line-height: 1.75;
	word-break: break-all;
	font-size: 1.6rem;
}
.comNewsList li .innerArea p a {
	text-decoration: underline;
}
.comNewsList li .innerArea p a:hover {
	opacity: 0.7;
}
.comNewsList li .innerArea p img {
	margin: 1rem 0;
}
.comNewsList li .innerArea .slideBtn {
	position: relative;
	margin: 4rem 0 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 6rem;
	background-color: #000;
	color: #fff;
	font-size: 1.6rem;
}
.comNewsList li .innerArea .slideBtn::before,
.comNewsList li .innerArea .slideBtn::after {
	content: '';
	position: absolute;
	right: 2rem;
	top: calc(50% - 0.1rem);
	width: 3rem;
	height: 0.1rem;
	background-color: #fff;
	transition: .3s;
}
.comNewsList li .innerArea .slideBtn:not(.open)::after {
	transform: rotate(-90deg);
}
.comNewsList li .innerArea .slideBox {
	display: none;
}
@media all and (max-width: 896px) {
	.comNewsList {
		margin-bottom: 2.8rem;
	}
	.comNewsList > li > a {
		padding: 1.7rem 0 0.5rem;
	}
	.comNewsList li .text {
		line-height: 1.64;
	}
	.comNewsList li .innerArea {
		margin-top: 2.5rem;
		padding: 1.4rem 2rem 1.7rem;
	}
	.comNewsList li .innerArea p {
		line-height: 1.64;
		font-size: 1.4rem;
	}
	.comNewsList li .innerArea .slideBtn {
		margin: 2.5rem 0 1.5rem;
		height: 3.5rem;
		font-size: 1.4rem;
	}
	.comNewsList li .innerArea .slideBtn::before,
	.comNewsList li .innerArea .slideBtn::after {
		right: 1rem;
		width: 2rem;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 1.8rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	padding: 0.2rem 0.2rem 0.4rem;
	margin: 0 0.2rem;
	width: 2.8rem;
	height: 2.8rem;	
	border-radius: 50%;
	line-height: 1.2;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	position: absolute;
	top: -0.2rem;
	left: -0.2rem;
	width: 20rem;
	background: url(../img/common/arrow_prev.png) no-repeat left center / 100%;
}
.wp-pagenavi .nextpostslink {
	left: auto;
	right: -0.1rem;
	background: url(../img/common/arrow_next.png) no-repeat left center / 100%;
}
.wp-pagenavi span.current {
	background: rgba(255, 255, 255, 0.2);
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages,
.wp-pagenavi .extend {
	display: none;
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		background-color: rgba(255, 255, 255, 0.2);
	}
	.wp-pagenavi .nextpostslink:hover,
	.wp-pagenavi .previouspostslink:hover {
		opacity: 0.7;
		background-color: transparent;
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi a,
	.wp-pagenavi span {
		font-size: 1.4rem;
		padding: 0.1rem 0.1rem 0.3rem;
		margin: 0 0.3rem;
		width: 1.8rem;
		height: 1.8rem;
	}
	.wp-pagenavi .nextpostslink,
	.wp-pagenavi .previouspostslink {
		top: 0.2rem;
		left: -0.4rem;
		width: 7.6rem;
		background-image: url(../img/common/arrow_prev_sp.png);
	}
	.wp-pagenavi .nextpostslink {
		left: auto;
		right: -0.4rem;
		background-image: url(../img/common/arrow_next_sp.png);
	}
}
/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
.comLinkList {
	margin-top: 5.6rem;
}
.comLinkList li a {
	display: block;
}
.comLinkList li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comLinkList {
		margin-top: 2.9rem;
	}
	.comLinkList li {
		width: 7.6rem;
	}
}
/*------------------------------------------------------------
	comTagList
------------------------------------------------------------*/
.comTagList {
	margin-bottom: 1.7rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
}
.comTagList li a {
	padding: 0 0.9rem 0 0.8rem;
	display: inline-block;
	letter-spacing: 0.075em;
	border-radius: 0.2rem;
	line-height: 1.2;
}
.comTagList li.on a {
	background: rgba(255, 255, 255, 0.2);
}
@media all and (min-width: 897px) {
	.comTagList li a:hover {
		background: rgba(255, 255, 255, 0.2);
	}
}
@media all and (max-width: 896px) {
	.comTagList {
		margin-bottom: 1.1rem;
		gap: 0.5rem 0.7rem;
	}
	.comTagList li a {
		padding: 0.1rem 0.5rem 0.2rem 0.6rem;
	}
}
/*------------------------------------------------------------
	comTopBox
------------------------------------------------------------*/
.comTopBox {
	margin-bottom: 1.1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.comTopBox time,
.comTopBox .time{
	width: 12rem;
	display: block;
	color: #ffebbc;
	letter-spacing: 0.075em;
}
.comTopBox .tagBox {
	margin-top: 0.3rem;
	width: calc(100% - 13.2rem);
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.comTopBox .tagBox .tag {
	padding: 0.1rem 1.9rem 0.2rem;
	background: #FFF;
	border-radius: 0.2rem;
	color: #000;
	font-size: 1.6rem;
	letter-spacing: 0.075em;
	line-height: 1.2;
}
@media all and (max-width: 896px) {
	.comTopBox {
		margin-bottom: 0.2rem;
	}
	.comTopBox time,
	.comTopBox .time{
		width: 9.6rem;
		letter-spacing: 0.06em;
	}
	.comTopBox .tagBox {
		margin-top: 0.2rem;
		width: calc(100% - 9.7rem);
		gap: 0.5rem;
	}
	.comTopBox .tagBox .tag {
		padding: 0 1rem 0.1rem;
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	comPhotoList
------------------------------------------------------------*/
.comPhotoList {
	margin-bottom: 5.6rem;
	display: flex;
	flex-wrap: wrap;
	gap: 3.5rem 1.9rem;
}
.comPhotoList li {
	width: calc((100% - 5.7rem) / 4);
}
.comPhotoList li a {
	display: block;
}
.comPhotoList li a:hover {
	opacity: 0.7;
}
.comPhotoList li .photo {
	margin-bottom: 1.6rem;
	aspect-ratio: 1 / 1;
}
.comPhotoList li .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media all and (max-width: 896px) {
	.comPhotoList {
		margin-bottom: 2.5rem;
		justify-content: space-between;
		gap: 1.4rem 0;
	}
	.comPhotoList li {
		width: calc((100% - 1.1rem) / 2);
	}
	.comPhotoList li .photo {
		margin-bottom: 1.4rem;
	}
	.comPhotoList li .text {
		line-height: 1.64;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin: 0 auto 5.3rem;
	max-width: 42rem;
}
.comBtn a {
	position: relative;
	min-height: 7rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.2);
	font-size: 2.2rem;
	font-weight: 200;
	letter-spacing: 0.075em;
	text-align: center;
}
.comBtn a:hover {
	opacity: 0.7;
}
.comBtn a::before {
	margin-top: 0.1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -1.7rem;
	width: 6.4rem;
	height: 1rem;
	background: url(../img/common/icon01.png) no-repeat left top / 100%;
	content: '';
}
@media all and (max-width: 896px) {
	.comBtn {
		margin: 0 auto 2.3rem;
		max-width: 26rem;
	}
	.comBtn a {
		min-height: 4.5rem;
		font-size: 1.6rem;
	}
	.comBtn a::before {
		margin-top: 0;
		right: -1.6rem;
		width: 3rem;
		height: 0.8rem;
		background-image: url(../img/common/icon01_sp.png);
	}
}
/*------------------------------------------------------------
	comDotUl
------------------------------------------------------------*/
.comDotUl {
	position: relative;
	z-index: 10;
}
.comDotUl .slick-dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
}
.comDotUl .slick-dots li {
	position: relative;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
}
.comDotUl .slick-dots li::before {
	position: absolute;
	top: -0.4rem;
	left: -0.4rem;
	width: 1.8rem;
	height: 1.8rem;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	content: '';
	opacity: 0;
	visibility: hidden;
}
.comDotUl .slick-dots li.slick-active::before {
	opacity: 1;
	visibility: visible;
}
.comDotUl .slick-dots li button {
	display: none;
}
@media all and (max-width: 896px) {
	.comDotUl .slick-dots {
		gap: 1.6rem;
	}
	.comDotUl .slick-dots li {
		width: 0.7rem;
		height: 0.7rem;
	}
	.comDotUl .slick-dots li::before {
		top: -0.3rem;
		left: -0.3rem;
		width: 1.3rem;
		height: 1.3rem;
	}
}
/*------------------------------------------------------------
	animate
------------------------------------------------------------*/
.fadeIn {
	opacity: 0;
}
.animate.isShow.fadeIn,
.animate.isShow .fadeIn {
	animation: fadein ease 1.5s 0.5s forwards;
}
@keyframes fadein {
    0%{
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeUp:not(.ended) {
	opacity: 0;
	transform: translatey(70vh);
}
.animate.isShow .fadeUp:not(.ended) {
	animation: fadeup ease 1.5s 0.5s forwards;
}
.animate.isShow .fadeIn.ended {
    opacity: 1;
    animation: none;
}
@keyframes fadeup {
    0%{
        opacity: 0;
		transform: translatey(70vh);
    }
    100% {
        opacity: 1;
		transform: translatey(0);
    }
}
/*------------------------------------------------------------
	popup
------------------------------------------------------------*/
.popupContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    background: rgba(8, 8, 8, 0.9);
    opacity: 0;
    animation: fadein ease-in .5s 1s forwards;
    display: none;
}
@keyframes fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.popupContainer.is-active {
	display: block;
}
.popupInner {
    width: 100%;
    height: 100%;
	padding: 60px 0;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.popupInner::-webkit-scrollbar {
	display: none;
}
.popupInner .closeBtn {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 40px;
    height: 40px;
	background-image: url(../img/index/close_btn.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
	z-index: 50;
}
@media all and (min-width: 897px) {
	.popupInner .closeBtn:hover {
		opacity: 0.7;
	}
}
.popupInner .content {
	width: 90%;
    max-width: 550px;
    margin: 0 0 13%;
    position: relative;
    z-index: 10;
}
.popupInner .image {
	margin: 0 auto 20px;
}
.popupInner .popupMovie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin: 0 auto 20px;
}
.popupInner .popupMovie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.popupInner .title {
	line-height: 1.5;
	font-size: 21px;
	font-weight: normal;
	margin: 0 0 10px;
	text-align: center;
}
.popupInner .text {
	font-size: 14px;
	margin: 0 0 20px;
}
.popupInner .contentLinkBtn {
	width: 70%;
    max-width: 300px;
    margin: 40px auto 0;
}
.popupInner .contentLinkBtn a {
	display: block;
	color: #fff;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #4d4d4d;
    font-size: 16px;
	line-height: 1.8;
}
@media all and (min-width: 897px) {
	.popupInner .contentLinkBtn a:hover {
		background: #4d4d4d;
		transition: ease 0.5s;
	}
}
.comOutBox {
	overflow: hidden;
}