/*=============================
メインビジュアル
=============================*/
#mv_wrap {
	height: 47.85vw;
	max-height: calc(100vh - 1.47rem);
	position: relative;
}

@media screen and (max-width: 499px) {
	#mv_wrap {
		height: 4.00rem;
	}
}

#mv_wrap .in {
	max-width: 100%;
	height: 100%;
	overflow: hidden;
}

@media screen and (max-width: 499px) {
	#mv_wrap .in {
		padding: 0;
	}
}

#mv_wrap .in .mov_wrap {
	position: relative;
	z-index: 0;
}

@media screen and (max-width: 499px) {
	#mv_wrap .in .mov_wrap {
		height: 100%;
	}
}

#mv_wrap .in .mov_wrap video {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

/* 最新のトピックス */
#mv_wrap .in .topics_wrap {
	position: absolute;
	right: 0.39rem;
	bottom: -2px;
	z-index: 1;
}

@media screen and (max-width: 499px) {
	#mv_wrap .in .topics_wrap {
		right: inherit;
		left: 0;
		bottom: -0.10rem;
		width: calc(100% - 0.20rem);
	}
}

#mv_wrap .in .topics_wrap a {
	display: block;
	background-color: #FFF;
	padding: 0.26rem;
	padding-right: 0.70rem;
	color: #111;
	text-decoration: none;
}

@media screen and (max-width: 499px) {
	#mv_wrap .in .topics_wrap a {
		padding: 0.20rem;
		padding-right: 0.50rem;
	}
}

#mv_wrap .in .topics_wrap a::after {
	content: "";
	width: 0.16rem;
	height: 0.10rem;
	position: absolute;
	right: 0.20rem;
	bottom: 0.28rem;
	background-image: url(../img/link_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.3s ease;
}

#mv_wrap .in .topics_wrap a:hover::after {
	right: 0.16rem;
}

#mv_wrap .in .topics_wrap a .date {
	font-family: 'Jost', sans-serif;
	font-size: 0.13rem;
	letter-spacing: 0.10em;
	display: block;
	padding-bottom: 0.10rem;
	transition: all 0.3s ease;
}

@media screen and (max-width: 499px) {
	#mv_wrap .in .topics_wrap a .date {
		font-size: 0.12rem;
	}
}

#mv_wrap .in .topics_wrap a:hover .date {
	opacity: 0.5;
}

#mv_wrap .in .topics_wrap a .title {
	font-size: 0.15rem;
	letter-spacing: 0.10em;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	transition: all 0.3s ease;
	max-width: 3.00rem;
}

#mv_wrap .in .topics_wrap a:hover .title {
	opacity: 0.5;
}

/* スクロール */
#mv_wrap .in .scr_wrap {
	position: absolute;
	right: 0.15rem;
	bottom: 0;
}

@media screen and (max-width: 499px) {
	#mv_wrap .in .scr_wrap {
		display: none;
	}
}

#mv_wrap .in .scr_wrap span {
	font-size: 0.10rem;
	font-family: 'Jost', sans-serif;
	writing-mode: vertical-rl;
	letter-spacing: 0.10em;
}

#mv_wrap .in .scr_wrap span::before {
	content: "";
	width: 1px;
	height: 50px;
	background-color: #111;
	position: absolute;
	top: -0.70rem;
	left: 0.04rem;
}

#mv_wrap .in .scr_wrap span::after {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 3px;
	background-color: #111;
	animation: sdb 4s infinite;
	position: absolute;
	top: -0.70rem;
	left: 0.02rem;
}

@-webkit-keyframes sdb {
	0% {
		-webkit-transform: translate(0, 10px);
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	80% {
		-webkit-transform: translate(0, 50px);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@keyframes sdb {
	0% {
		transform: translate(0, 10px);
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	80% {
		transform: translate(0, 50px);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

/*=============================
イントロ
=============================*/
#intro_wrap {
	padding-top: 1.20rem;
}

@media screen and (max-width: 499px) {
	#intro_wrap {
		padding-top: 0.80rem;
	}

	#intro_wrap .in {
		padding: 0;
	}
}

#intro_wrap .intro_box {
	position: relative;
	padding-bottom: 1.40rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (max-width: 499px) {
	#intro_wrap .intro_box {
		padding-bottom: 0.80rem;
	}
}

#intro_wrap .intro_box:nth-child(even) {
	flex-direction: row-reverse;
}

#intro_wrap .intro_box .ph_wrap {
	width: 100%;
	max-width: 6.50rem;
	height: 6.00rem;
	position: relative;
}

@media screen and (max-width: 499px) {
	#intro_wrap .intro_box .ph_wrap {
		width: calc(100% - 0.20rem);
		height: auto;
		padding-bottom: 0.24rem;
	}
}

#intro_wrap .intro_box .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#intro_wrap .intro_box .ph_wrap .ph_main {
	width: 100%;
	height: 100%;
	max-width: 6.40rem;
	max-height: 4.70rem;
	margin-left: -0.60rem;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

@media screen and (max-width: 499px) {
	#intro_wrap .intro_box .ph_wrap .ph_main {
		width: 80vw;
		height: 58.66vw;
		margin-left: 0;
	}
}

#intro_wrap .intro_box:nth-child(even) .ph_wrap .ph_main {
	margin-left: 0.60rem;
}

@media screen and (max-width: 499px) {
	#intro_wrap .intro_box:nth-child(even) .ph_wrap .ph_main {
		margin-left: auto;
	}
}

#intro_wrap .intro_box .ph_wrap .ph_sub {
	width: 100%;
	height: 100%;
	max-width: 2.40rem;
	max-height: 2.45rem;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	overflow: hidden;
}

@media screen and (max-width: 499px) {
	#intro_wrap .intro_box .ph_wrap .ph_sub {
		width: 26.66vw;
		height: 26.66vw;
	}
}

#intro_wrap .intro_box:nth-child(even) .ph_wrap .ph_sub {
	right: inherit;
	left: 0;
}

#intro_wrap .intro_box .textbox {
	width: 100%;
	max-width: 5.20rem;
}

@media screen and (max-width: 499px) {
	#intro_wrap .intro_box .textbox {
		padding: 0.40rem 0.20rem 0.20rem;
	}
}

#intro_wrap .intro_box .textbox .title {
	font-size: 0.24rem;
	font-weight: 700;
	line-height: 1.66;
	letter-spacing: 0.10em;
	margin-bottom: 0.30rem;
}

@media screen and (max-width: 499px) {
	#intro_wrap .intro_box .textbox .title {
		font-size: 0.20rem;
		line-height: 1.50;
		margin-bottom: 0.20rem;
	}
}

#intro_wrap .intro_box .textbox .text {
	font-size: 0.15rem;
	line-height: 2;
	letter-spacing: 0.10em;
}

@media screen and (max-width: 499px) {
	#intro_wrap .intro_box .textbox .text {
		font-size: 0.14rem;
		letter-spacing: 0.02em;
	}
}

#intro_wrap .intro_box .textbox .more_btn {
	padding-top: 1.70rem;
}

@media screen and (max-width: 499px) {
	#intro_wrap .intro_box .textbox .more_btn {
		padding-top: 0.40rem;
		width: 2.30rem;
		margin: auto;
	}
}

#intro_wrap .intro_box .textbox .more_btn a {
	display: block;
	width: 2.30rem;
	padding: 0.16rem 0;
	font-family: 'Jost', sans-serif;
	font-size: 0.12rem;
	letter-spacing: 0.20em;
	position: relative;
	color: #111;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
}

#intro_wrap .intro_box .textbox .more_btn a::before {
	content: "";
	width: 0.12rem;
	height: 0.10rem;
	position: absolute;
	right: 0.06rem;
	top: 36%;
	background-image: url(../img/link_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.3s ease;
}

#intro_wrap .intro_box .textbox .more_btn a:hover::before {
	right: 0.02rem;
}

#intro_wrap .intro_box .textbox .more_btn a::after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
	display: block;
	background-color: #111;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}

#intro_wrap .intro_box .textbox .more_btn a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}


/*=============================
VOICE
=============================*/
#voice_wrap {
	padding-top: 0.60rem;
	position: relative;
}

@media screen and (max-width: 499px) {
	#voice_wrap .in {
		padding: 0;
	}
}

#voice_wrap::before {
	content: "";
	width: 100%;
	height: calc(100% - 2.20rem);
	background-color: #497F85;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

#voice_wrap .sec_title {
	color: #FFF;
}

#voice_wrap .sec_title.under_line span::before {
	background-color: #FFF;
}

#voice_wrap .text {
	color: #FFF;
	font-size: 0.15rem;
	letter-spacing: 0.10em;
	text-align: center;
	padding-bottom: 0.50rem;
	line-height: 2;
}

@media screen and (max-width: 499px) {
	#voice_wrap .text {
		text-align: left;
		padding: 0 0.20rem 0.20rem;
	}
}

#voice_wrap .voice_list_wrap {
	padding-bottom: 0.30rem;
}


#voice_wrap .voice_list_wrap .list {
	display: flex;
	justify-content: center;
	margin-left: -1px;
}

@media screen and (max-width: 499px) {
	#voice_wrap .voice_list_wrap .list {
		margin-left: 0;
	}
}

#voice_wrap .voice_list_wrap .detail {
	width: 25%;
	padding-left: 1px;
	position: relative;
}

@media screen and (max-width: 499px) {
	#voice_wrap .voice_list_wrap .detail {
		width: 80vw;
		padding-left: 0;
		position: relative;
	}
}

#voice_wrap .voice_list_wrap .detail a {
	display: block;
	text-decoration: none;
	color: #FFF;
}

#voice_wrap .voice_list_wrap .detail .ph {
	height: 3.80rem;
	overflow: hidden;
	position: relative;
	z-index: 0;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 0.3s ease;
}

@media screen and (max-width: 499px) {
	#voice_wrap .voice_list_wrap .detail .ph {
		width: 80vw;
		height: 101.33vw;
		margin: 0 0.10rem;
	}
}

#voice_wrap .voice_list_wrap .detail a:hover .ph,
#voice_wrap .voice_list_wrap .slick-current .ph,
#voice_wrap .voice_list_wrap .slick-current a:hover .ph {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
}


#voice_wrap .voice_list_wrap .detail .ph img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#voice_wrap .voice_list_wrap .detail .more_text {
	position: absolute;
	z-index: 1;
	left: 0.10rem;
	bottom: 0.20rem;
	transition: all 0.3s ease;
	opacity: 0;
}

#voice_wrap .voice_list_wrap .detail a:hover .more_text {
	opacity: 1;
	left: 0.20rem;
}

#voice_wrap .voice_list_wrap .detail .more_text span {
	font-size: 0.10rem;
	font-family: 'Jost', sans-serif;
	letter-spacing: 0.20em;
	display: inline-block;
	padding-right: 0.40rem;
	padding-bottom: 0.06rem;
	position: relative;
}

#voice_wrap .voice_list_wrap .detail .more_text span::after {
	content: "";
	width: 1.13rem;
	height: 0.10rem;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url(../img/voice_arrow.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 100% 0.10rem;
}

/* slick */
.slick-dots {
	bottom: -0.30rem;
}

.slick-dots li {
	width: 0.24rem;
	height: 4px;
	margin: 0 3px;
}

.slick-dots li button::before {
	font-size: 0;
	width: 4px;
	height: 4px;
	background-color: #111;
	border-radius: 2px;
	transition: all 0.3s ease;
}

.slick-dots li.slick-active button::before {
	width: 100%;
}

/* VIEW MORE */
#voice_wrap .more_btn {
	margin-left: auto;
	width: 2.30rem;
}

@media screen and (max-width: 499px) {
	#voice_wrap .more_btn {
		margin: auto;
		padding-bottom: 0.30rem;
	}
}

#voice_wrap .more_btn a {
	display: block;
	padding: 0.16rem 0;
	font-family: 'Jost', sans-serif;
	font-size: 0.12rem;
	letter-spacing: 0.20em;
	position: relative;
	color: #111;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 499px) {
	#voice_wrap .more_btn a {
		color: #FFF;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}
}

#voice_wrap .more_btn a::before {
	content: "";
	width: 0.12rem;
	height: 0.10rem;
	position: absolute;
	right: 0.06rem;
	top: 36%;
	background-image: url(../img/link_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.3s ease;
}

@media screen and (max-width: 499px) {
	#voice_wrap .more_btn a::before {
		background-image: url(../img/link_arrow_white.svg);
	}
}

#voice_wrap .more_btn a:hover::before {
	right: 0.02rem;
}

#voice_wrap .more_btn a::after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
	display: block;
	background-color: #111;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}

@media screen and (max-width: 499px) {
	#voice_wrap .more_btn a::after {
		background-color: #FFF;
	}
}

#voice_wrap .more_btn a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}


/*=============================
ふたりの写真
=============================*/
#profile_wrap {
	padding-top: 1.50rem;
}

@media screen and (max-width: 499px) {
	#profile_wrap {
		padding-top: 0.80rem;
	}
}

#profile_wrap .profile_ph {
	margin-left: 1.00rem;
	height: 42.85vw;
	min-height: 5.00rem;
	max-height: 7.00rem;
}

@media screen and (max-width: 499px) {
	#profile_wrap .profile_ph {
		margin-left: 0;
		height: 66.66vw;
		min-height: inherit;
	}
}

#profile_wrap .profile_ph img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*=============================
ブログ
=============================*/
#blog_wrap {
	padding-top: 1.20rem;
	padding-bottom: 1.50rem;
}

#blog_wrap .blog_list_wrap {
	margin-top: 0.40rem;
	margin-bottom: 0.20rem;
	border-top: 1px solid #E8E8E8;
}

@media screen and (max-width: 499px) {
#blog_wrap .blog_list_wrap {
	margin-bottom: 0.30rem;
}
}

#blog_wrap .blog_list_wrap .list .detail a {
	border-bottom: 1px solid #E8E8E8;
	padding: 0.30rem;
	line-height: 1.66;
	color: #111;
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
	letter-spacing: 0.10em;
}

@media screen and (max-width: 499px) {
	#blog_wrap .blog_list_wrap .list .detail a {
		padding: 0.20rem 0;
	}
}

#blog_wrap .blog_list_wrap .list .detail a:hover {
	opacity: 0.7;
}

#blog_wrap .blog_list_wrap .list .detail a .date {
	font-family: 'Jost', sans-serif;
	font-size: 0.14rem;
	width: 1.10rem;
}

@media screen and (max-width: 499px) {
	#blog_wrap .blog_list_wrap .list .detail a .date {
		font-size: 0.12rem;
		width: 100%;
	}
}

#blog_wrap .blog_list_wrap .list .detail a .textbox {
	width: calc(100% - 1.10rem);
}

@media screen and (max-width: 499px) {
	#blog_wrap .blog_list_wrap .list .detail a .textbox {
		width: 100%;
	}
}

#blog_wrap .blog_list_wrap .list .detail a .title {
	font-size: 0.15rem;
	font-weight: 700;
	padding-bottom: 0.06rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


#blog_wrap .blog_list_wrap .list .detail a .text {
	font-size: 0.13rem;
	/*white-space: nowrap;*/
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
}

@media screen and (max-width: 499px) {
	#blog_wrap .blog_list_wrap .list .detail a .text {
		/*display: none;*/
	}
}

#blog_wrap .more_btn {
	margin-left: auto;
	width: 2.30rem;
}

@media screen and (max-width: 499px) {
#blog_wrap .more_btn {
	margin: auto;
}
}

#blog_wrap .more_btn a {
	display: block;
	padding: 0.16rem 0;
	font-family: 'Jost', sans-serif;
	font-size: 0.12rem;
	letter-spacing: 0.20em;
	position: relative;
	color: #111;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
}

#blog_wrap .more_btn a::before {
	content: "";
	width: 0.12rem;
	height: 0.10rem;
	position: absolute;
	right: 0.06rem;
	top: 36%;
	background-image: url(../img/link_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.3s ease;
}

#blog_wrap .more_btn a:hover::before {
	right: 0.02rem;
}

#blog_wrap .more_btn a::after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
	display: block;
	background-color: #111;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}

#blog_wrap .more_btn a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}

/*=============================
カレンダー
=============================*/
#schedule_wrap {
	padding-top: 1.30rem;
	padding-bottom: 0rem;
	position: relative;
}

@media screen and (max-width: 499px) {
#schedule_wrap {
	padding: 0.75rem 0.20rem 1.00rem;
}
}

#schedule_wrap::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 7.10rem;
	background-image: url(../img/top/cal_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}


@media screen and (max-width: 499px) {
#schedule_wrap::before {
	height:1.90rem;
}
}

#schedule_wrap .in {
	background-color: #FFF;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 499px) {
#schedule_wrap .in {
}
}

#schedule_wrap .in .cal_wrap {
	padding: 0.80rem;
	min-height: 8.20rem;
	box-sizing: border-box;
}

@media screen and (max-width: 499px) {
#schedule_wrap .in .cal_wrap {
	padding: 0.20rem 0;
	min-height: 4.20rem;
	box-sizing: border-box;
}
}

.sp_schedule_caption {
	font-size: 0.11rem;
	padding-top: 0.1rem;
	line-height: 1.6;
	text-indent: -0.11rem;
	padding-left: 0.11rem;
}

/* add 20210425*/
#schedule_wrap .des{
    font-size: 0.15rem;
    letter-spacing: 0.10em;
    text-align: center;
    padding-bottom: 0.50rem;
    line-height: 2;
}
#schedule_wrap .des a{
	color: #111;
}



/*
プラグイン
*/

@media screen and (max-width: 499px) {

	.cal_wrap .fc-view-container {
		overflow-x: scroll;
	}

	.cal_wrap .fc-view-container .fc-view {
		width: 8.00rem;
		display: block;
	}

	/*
	.eo-fullcalendar {
	width: 6rem;
}
	*/
}

/* 曜日 */
.fc-widget-header .fc-day-header {
	height: 0.25rem;
	vertical-align: middle;
}

/* 年月 */
.fc-toolbar h2 {
	font-size: 0.16rem!important;
	font-weight: 700 !important;
}

@media screen and (max-width: 499px) {
	.fc-toolbar {
		text-align: left!important;
	}
	.fc-toolbar h2 {
		margin-bottom: 0.15rem!important;
	}
}

.fc-basic-view tbody .fc-row {
	min-height: 1rem!important;
}

/* カレンダー上部の曜日 */
.fc-day-header {
	font-size: 0.14rem !important;
	padding: 0.06rem !important;
	font-weight: 400 !important;
}

.fc-widget-header {
	/*	padding: 0.04rem !important;*/
}

/* カレンダー内の日付 */
.fc-day-number {
	font-size: 0.14rem !important;
}

.fc-day-number::before {
	content: "";
	display: block;
	padding: 0.04rem;
}

.fc-day-number::after {
	content: "";
	display: block;
	padding: 0.04rem;
}

.fc-ltr .fc-basic-view .fc-day-number {
	padding-right: 0.04rem !important;
}

/* リンクオフ */
.fc-event.fc-draggable,
.fc-event[href] {
	/*
	pointer-events: none;
	cursor: default;
	*/
	padding: 0.04rem;
	font-size: 0.12rem !important;
	border-radius: 3px;
	margin-top: 0.02rem;
}

/* 本日 */
.eo-fullcalendar-reset.fc-unthemed .fc-today {
	font-weight: 700;
	background: none !important;
}

/* スマホ時のカレンダー送りボタン郡 */
@media screen and (max-width: 499px) {
	.fc-toolbar .fc-left {
		float: left !important;
	}

	.fc-toolbar .fc-right {
		float: right !important;
		position: relative;
		top: -0.04rem;
		display: flex;
	}
}

/* リンクオフ */
.fc-event-container a {
	pointer-events: none;
}



/*=============================
インスタ add 2021.11.27
=============================*/
#insta_wrap {
	padding-top: 0.5rem;
	padding-bottom: 1.50rem;
}

