/* index */
.sup_pc{display: block;}
.sup_sp{display: none;}

main {
	max-width: 1100px;
	margin: 0 auto;
	padding: 27px 20px 0;
}


main img {
	margin: 0 auto;
	display: block;
}

.livewell__h1 {
	text-align: center;
	margin-top: 40px;
}

.livewell__mv {
	margin-top: 80px;
}

.livewell__section_inner {}

.livewell__mv_illust {}

.livewell__talking {
	margin-top: 130px;
}

.livewell__hgroup {}

.livewell__post {
	margin-top: 70px;
}

.livewell__post a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.livewell__post:first-of-type a h3 {
	margin-left: -6%;
}

.livewell__post:nth-of-type(3) a h3 {
	margin-left: 20px;
}
.livewell__post a h3 {
	order: 2;
}
.livewell__post a figure {
	order: 1;
}

.livewell__posts {
	margin-top: 90px;
	padding-left: 90px;
}

@media (max-width: 768px) {
    .sup_pc{display: none;}
    .sup_sp{display: block;}
	main {
		padding: 0 20px;
	}
	.livewell__mv_illust {
		max-width: 340px;
		width: calc(100% + 30px);
		margin: 0 auto;
		/* margin-left: -10px; */
		padding-left: 0px;
	}

	.livewell__copy {
		max-width: 313px;
		margin: 75px auto 0;
	}

	.livewell__talking {
		margin-top: 90px;
	}

	.livewell__hgroup {
		max-width: 241px;
		margin: 0 auto;
	}

	.livewell__post a {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.livewell__post:nth-of-type(1) a h3,
	.livewell__post:nth-of-type(2) a h3{
		margin: 0 0 -44px;
	}
	.livewell__post a h3 {
		order: 1;
		position: relative;
		z-index: 10;
		/* margin: 0; */
	}
	.livewell__post:nth-of-type(3) a h3{
		margin: 0 0 20px;
	}
	.livewell__post a figure {
		order: 2;
		position: relative;
		z-index: 9;
		max-width: 200px;
	}

	.livewell__posts {
		padding: 0;
	}
}

/* post */

.livewell__mt_m120 {
	margin-top: -120px;
}
.livewell__post_info,
.livewell__post_contents,
.livewell__post_author {
	margin: 80px auto 0;
	max-width: 800px;
}

.livewell__post_h1 {
	position: relative;
	z-index: 10;
}

.livewell__post_mv {
	/* margin-top: -120px; */
	position: relative;
	z-index: 9;
}

.livewell__post_info {
	margin-top: 60px;
}


p {
	/* color: #FF0000; */
}

.livewell__hgroup_p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 22px;
	line-height: calc(48em / 22);
}

.livewell__author_ul {
	margin-top: 48px;
	padding: 24px 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	/* color: #FF0000; */
}


.livewell__author_ul li{
	margin-top: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	align-items: baseline;
}

.livewell__author_ul li:first-of-type{
	margin-top: 0;
}

.livewell__author_name {
	font-size: 20px;
	line-height: calc(20em / 20);
	display: block;
	/* word-break: keep-all; */
	/* width: 220px; */
}

.livewell__author_name_plus {
	font-size: 12px;
}
.livewell__author_name_roma {
	margin-left: 10px;
	font-size: 12px;
	line-height: calc(20em / 12);
}

.livewell__author_prof {
	font-size: 16px;
	line-height: calc(28em / 16);
	margin-left: 20px;
	width: calc(100% - 290px);
}

.livewell__hgroup h2 {
	font-size: 42px;
	color: #ff0000;
	line-height: calc(64em / 42);
}

.livewell__hgroup h2 span:before {
	content: "";
	height: 1px;
	background: #ff0000;
	width: 58px;
	display: inline-block;
	margin: 0.4em 5px 0.4em 0;
}

.livewell__post_img {
	margin-top: 36px;
}


.livewell__post_content {
	margin-top: 80px;
}

.livewell__post_content:first-of-type {
	margin-top: auto;
}

.livewell__post_content h3 {
	margin-top: 48px;
	/* padding-right: 30px; */
	font-size: 28px;
	line-height: calc(42em / 28);
	color: #ff0000;
	display: inline-block;
}
.livewell__post_content h3 span{
	display: inline;
	padding-bottom: 3px;
	border-bottom: 1px solid #ff0000;
}


.livewell__post_p_q,
.livewell__post_p_a,
.livewell__post_p_st{
	margin-top: 36px;
	font-size: 16px;
	line-height: calc(28em / 16);
}

.livewell__post_p_q {
}

.livewell__post_p_a {
	margin-top: 18px;
}

.livewell__post_p_st {}

.livewell__post_p_st a {
	margin: 0;
	padding: 0;
	/* color: #ff0000; */
	text-decoration: none;
}

.livewell__post_p_q:before {
	content: "";
	height: 1px;
	background: #000000;
	width: 58px;
	display: inline-block;
	margin: 0.4em 5px 0.4em 0;
}

.livewell__post_accordion {
	margin-top: 36px;
}

.livewell__post_accordion_inner {}

.livewell__post_accordion_btn {
	padding: 10px;
	border: 1px solid #000000;
	display: inline-block;
	cursor: pointer;
}

.livewell__post_accordion_btn span {
	/* color: #ff0000; */
	font-size: 16px;
	line-height: calc(38em / 16);
}

.livewell__post_accordion_btn span:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0px 10px 2px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	transform: rotate(45deg);
}

.livewell__post_accordion_content {
	
}

.livewell__post_accordion_content .livewell__post_img {}


.livewell__post_accordion_content .livewell__post_img img {
	margin: 0;
}

.is-close{
/* 	display: none; */
	line-height: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition-duration: 0.4s;
}

.is-open{
/* 	display: none; */
	line-height: normal;
	height: auto;
	opacity: 1;
}
.livewell__post_interview {
	margin-top: 36px;
	font-size: 16px;
	line-height: calc(28em / 16);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: flex-start;
	align-items: baseline;
}

.livewell__post_interview_name {
	/* color: #ff0000; */
	/* 	max-width: 120px;
	width: 100%; */
	display: inline-block;
	word-break: keep-all;
}

.livewell__post_interview_p {
	margin-left: 1.5em;
}
.livewell__author_copyright {
	margin-top: 60px;
	font-size: 16px;
	line-height: calc(28em / 16);
}

@media (max-width: 768px) {

	.livewell__post_h1 {max-width: 286px;margin: 0 auto;}

	.livewell__mt_m120 {
		margin-top: -50px;
	}

	.livewell__post_info {
		margin-top: 48px;
	}

	section.livewell__post_info {}

	.livewell__post_info .livewell__hgroup {
		margin: 0;
		max-width: none;
	}

	.livewell__hgroup_p {
		font-size: 15px;
		line-height: calc(30em / 14);
		/* letter-spacing: -0.01em; */
	}

	.livewell__author_name {
		font-size: 18px;
		line-height: calc(24em / 20);
	}
	
	.livewell__author_name_roma {
		line-height: calc(18em / 12);
	}

	.livewell__author_ul li {
		display: block;
	}

	main {padding: 20px 30px 0;}

	.livewell__author_prof {
		margin: 0;
	}

	.livewell__author_ul li {
		margin-top: 36px;
	}

	.livewell__post_info, .livewell__post_contents, .livewell__post_author {
		margin-top: 48px;
	}

	.livewell__post_content .livewell__hgroup {
		margin: auto;
		max-width: none;
	}

	.livewell__hgroup h2 {
		font-size: 24px;
		line-height: calc(35em / 24);
	}

	.livewell__post_content h3 {
		margin-top: 36px;
		border: none;
		font-size: 18px;
		line-height: calc(32em / 18);
		display: block;
		/* text-decoration: underline; */
	}

	.livewell__post_accordion_btn span {
		font-size: 12px;
		word-break: keep-all;
	}

	.livewell__post_accordion_btn span:before {
		width: 5px;
		height: 5px;
		margin-right: 0 5px 0 0;
	}

	.livewell__post_accordion_btn {
		padding: 10px 2px;
	}

	.livewell__post_interview {
		display: block;
	}

	.livewell__post_interview_p {
		margin: auto;
	}
}

.livewell__lw_author {
	color: #ff0000;
}