@charset "UTF-8";
@import url('https://use.typekit.net/xlb3nos.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

main {
	margin-bottom: 150px;
}
main section#dialog {
	width: 100%;
	min-width: 1140px;
}
main section#dialog .inthead {
	width: 100%;
	min-width: 1140px;
	padding: 65px 0;
	margin-bottom: 80px;
	background-image: url(../images/bg_head.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
main section#dialog .inthead .inner {
	width: 100%;
	min-width: 1140px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
main section#dialog .inthead .inner.on .text {
	opacity: 1;
}
main section#dialog .inthead .inner.on .photo {
	opacity: 1;
}
main section#dialog .inthead .inner .text {
	width: auto;
	padding: 0 0 0 6.25%;
	opacity: 0;
	transition: opacity 0.5s ease-in 0s;
}
main section#dialog .inthead .inner .text dl {
	margin-bottom: 20px;
}
main section#dialog .inthead .inner .text dl dt {
	color: #111;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
	font-feature-settings: 'palt';
	text-align: left;
	margin-bottom: 30px;
}
main section#dialog .inthead .inner .text dl dd {
	color: #111;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 4.8rem;
	letter-spacing: 0.2em;
	font-feature-settings: 'palt';
	text-align: left;
}
main section#dialog .inthead .inner .text p {
	color: #111;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 3rem;
	letter-spacing: 0.075em;
	font-feature-settings: 'palt';
	text-align: left;
}
main section#dialog .inthead .inner .photo {
	width: 65.625%;
	position: relative;
	opacity: 0;
	transition: opacity 0.5s ease-in 0.5s;
}
main section#dialog .profile {
	width: 100%;
	margin-bottom: 100px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: flex-start;
	opacity: 0;
	transition: opacity 0.5s ease-in 0s;
}
main section#dialog .profile.on {
	opacity: 1;
}
main section#dialog .profile .inner {
	width: 65.625%;
}
main section#dialog .profile .inner .inprof {
	width: 720px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: flex-start;
	position: relative;
}
main section#dialog .profile .inner .inprof dl {
	width: 250px;
}
main section#dialog .profile .inner .inprof dl:not(:first-child) {
	margin: 0 0 0 60px;
}
main section#dialog .profile .inner .inprof dl dt {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-end;
	margin-bottom: 10px;
}
main section#dialog .profile .inner .inprof dl dt .position {
	color: #111;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2.2rem;
	letter-spacing: 0em;
	font-feature-settings: 'palt';
	margin: 0 10px 0 0;
}
main section#dialog .profile .inner .inprof dl dt span {
	color: #111;
	font-family: din-2014, sans-serif;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.075em;
	font-feature-settings: 'palt';
}
main section#dialog .profile .inner .inprof dl dt sub {
	color: #111;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2.2rem;
	letter-spacing: 0em;
	font-feature-settings: 'palt';
	margin: 0 0 0 5px;
}
main section#dialog .profile .inner .inprof dl dd {
	text-align: left;
}
main section#dialog .profile .inner .inprof dl dd:nth-child(2) {
	color: #111;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2.4rem;
	letter-spacing: 0em;
	font-feature-settings: 'palt';
	margin-bottom: 10px;
}
main section#dialog .profile .inner .inprof dl dd:nth-child(3) {
	color: #111;
	font-family:
		'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック',
		'MS PGothic', sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.4rem;
	letter-spacing: 0em;
	font-feature-settings: 'palt';
}

main section#dialog .talkcombo {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
main section#dialog .talkcombo .talknav {
	width: 22.5%;
	position: sticky;
	top: 76px;
}
main section#dialog .talkcombo .talknav dl dt {
	color: #111;
	font-family: din-2014, sans-serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 2rem;
	letter-spacing: 0.075em;
	font-feature-settings: 'palt';
	text-align: right;
	padding: 10px 0;
	border-bottom: solid 1px #111;
}
main section#dialog .talkcombo .talknav dl dd {
	text-align: left;
	padding: 20px 0 20px 60px;
	border-bottom: dotted 1px #111;
	display: block;
	position: relative;
}
main section#dialog .talkcombo .talknav dl dd a {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
main section#dialog .talkcombo .talknav dl dd a span {
	display: inline-block;
}
main section#dialog .talkcombo .talknav dl dd a span:nth-child(1) {
	color: #4d4d4d;
	font-family: din-2014, sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 2rem;
	letter-spacing: 0em;
	font-feature-settings: 'palt';
	white-space: nowrap;
}
main section#dialog .talkcombo .talknav dl dd a span:nth-child(2) {
	color: #4d4d4d;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 2rem;
	letter-spacing: 0em;
	font-feature-settings: 'palt';
	margin: 0 0 0 20px;
}
main section#dialog .talkcombo .talknav dl dd::after {
	content: '';
	width: 30px;
	height: 30px;
	background-image: url(../../common/images/arrow_navi.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	position: absolute;
	top: calc(50% - 15px);
	right: -35px;
	opacity: 0;
}
main section#dialog .talkcombo .talknav dl dd.on a span:nth-child(2) {
	color: #ed1a47;
}
main section#dialog .talkcombo .talknav dl dd.on::after {
	opacity: 1;
}
main section#dialog .talkcombo .talkwrap {
	width: 65.625%;
}
main section#dialog .talkcombo .talkwrap .talk {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: flex-start;
	opacity: 0;
	transition: opacity 0.5s ease-in;
}
main section#dialog .talkcombo .talkwrap .talk:not(:last-child) {
	margin-bottom: 100px;
}
main section#dialog .talkcombo .talkwrap .talk.on {
	opacity: 1;
}
main section#dialog .talkcombo .talkwrap .talk .inner {
	text-align: left;
	width: 100%;
	margin: 0;
}
main section#dialog .talkcombo .talkwrap .talk .inner:not(:last-child) {
	margin-bottom: 80px;
}
main section#dialog .talkcombo .talkwrap .talk .inner .body {
	width: 100%;
	margin-bottom: 60px;
	border-bottom: solid 1px #111;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
}
main section#dialog .talkcombo .talkwrap .talk .inner .body h4 {
	color: #111;
	font-family: din-2014, sans-serif;
	font-size: 3.2rem;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.075em;
	font-feature-settings: 'palt';
	padding: 5px 0;
}
main section#dialog .talkcombo .talkwrap .talk .inner .body h5 {
	color: #111;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.9rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
	font-feature-settings: 'palt';
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
	border-left: solid 1px #111;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
}
main section#dialog .talkcombo .talkwrap .talk .inner .conversation {
	width: 720px;
}
main section#dialog .talkcombo .talkwrap .talk .inner .conversation h3 {
	color: #111;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 3rem;
	font-weight: 500;
	line-height: 4.8rem;
	letter-spacing: 0.075em;
	font-feature-settings: 'palt';
}
main section#dialog .talkcombo .talkwrap .talk .inner .conversation h3:not(:last-child) {
	margin-bottom: 40px;
}
main section#dialog .talkcombo .talkwrap .talk .inner .conversation dl {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
main section#dialog .talkcombo .talkwrap .talk .inner .conversation dl:not(:last-child) {
	margin-bottom: 40px;
}
main section#dialog .talkcombo .talkwrap .talk .inner .conversation dl dt {
	width: 50px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
main section#dialog .talkcombo .talkwrap .talk .inner .conversation dl dt span {
	display: block;
}
main section#dialog .talkcombo .talkwrap .talk .inner .conversation dl dt::after {
	content: '';
	color: #111;
	font-family: din-2014, sans-serif;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0em;
	font-feature-settings: 'palt';
	margin-top: 5px;
}
main section#dialog .talkcombo .talkwrap .talk .inner .conversation dl dd {
	width: calc(100% - 50px - 25px);
}
main section#dialog .talkcombo .talkwrap .talk .inner .conversation dl dd p {
	color: #111;
	font-family:
		'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック',
		'MS PGothic', sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 3.2rem;
	letter-spacing: 0em;
	font-feature-settings: 'palt';
}
main section#dialog .talkcombo .talkwrap .talk .inner .conversation dl dd p:not(:last-child) {
	margin-bottom: 20px;
}

main section#dialog .talkcombo .talkwrap .talk .inner .conversation dl dd .notes {
	font-size: 1.3rem;
	color: #a1a1a1;
}
main section#dialog .talkcombo .talkwrap .talk .inner .conversation .photo {
	width: 65.625vw;
}
main section#dialog .talkcombo .talkwrap .talk .inner .conversation .photo:not(:last-child) {
	margin-bottom: 40px;
}
main section#dialog .talkcombo .talkwrap .talk .inner .conversation .photoset {
	width: 65.625vw;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
}
main section#dialog .talkcombo .talkwrap .talk .inner .conversation .photoset:not(:last-child) {
	margin-bottom: 40px;
}
main section#dialog .talkcombo .talkwrap .talk .inner .conversation .photoset li:not(:first-child) {
	margin: 0 0 0 16px;
}
main section#dialog .talkcombo .talkwrap .talk .inner .pset {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
main section#dialog .talkcombo .talkwrap .talk .inner .pset > div {
	width: calc(50% - 10px);
}
main section#dialog .talkcombo .talkwrap .link {
	width: 720px;
	opacity: 0;
	transition: opacity 0.5s ease-in;
}
main section#dialog .talkcombo .talkwrap .link.on {
	opacity: 1;
}
main section#dialog .talkcombo .talkwrap .link ul {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
}
main section#dialog .talkcombo .talkwrap .link ul li {
	width: 340px;
	position: relative;
	transition: all 0.25s ease-in 0s;
}
main section#dialog .talkcombo .talkwrap .link ul li a {
	width: 100%;
	padding: 0 20px;
	height: 50px;
	border: solid 1px #111;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
main section#dialog .talkcombo .talkwrap .link ul li a::before {
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(../../common/images/arrow_link.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: calc(50% - 10px);
	left: 20px;
	transition: all 0.25s ease-in 0s;
}
main section#dialog .talkcombo .talkwrap .link ul li a span {
	color: #111;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.1em;
	font-feature-settings: 'palt';
}
main section#dialog .talkcombo .talkwrap .link ul li:hover a {
	opacity: 0.7;
}
main section#dialog .talkcombo .talkwrap .link ul li:hover a::before {
	left: 15px;
}
main section#dialog .talkcombo .talkwrap .link ul li:nth-child(2) a::before {
	right: 20px;
	left: auto;
	transform: rotate(180deg);
}
main section#dialog .talkcombo .talkwrap .link ul li:nth-child(2):hover a::before {
	left: auto;
	right: 15px;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
	main {
		margin-bottom: 100px;
	}
	main section#dialog {
		min-width: 100%;
	}
	main section#dialog .inthead {
		min-width: 100%;
		padding: 40px 0 0 0;
		margin-bottom: 20px;
	}
	main section#dialog .inthead .inner {
		min-width: 100%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}
	main section#dialog .inthead .inner.on .text {
		opacity: 1;
	}
	main section#dialog .inthead .inner.on ul {
		opacity: 1;
	}
	main section#dialog .inthead .inner .text {
		width: 100%;
		padding: 0 20px;
		margin-bottom: 40px;
		opacity: 0;
		transition: opacity 0.5s ease-in 0s;
	}
	main section#dialog .inthead .inner .text dl {
		margin-bottom: 20px;
	}
	main section#dialog .inthead .inner .text dl dt {
		color: #111;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0.05em;
		font-feature-settings: 'palt';
		margin-bottom: 10px;
	}
	main section#dialog .inthead .inner .text dl dd {
		color: #111;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 3rem;
		font-weight: 700;
		line-height: 4.8rem;
		letter-spacing: 0.2em;
		font-feature-settings: 'palt';
	}
	main section#dialog .inthead .inner .photo {
		width: 100%;
	}
	main section#dialog .profile {
		width: calc(100% - 40px);
		margin: 0 auto 50px auto;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-end;
		align-items: flex-start;
		opacity: 0;
		transition: opacity 0.5s ease-in 0s;
	}
	main section#dialog .profile.on {
		opacity: 1;
	}
	main section#dialog .profile .inner {
		width: 100%;
	}
	main section#dialog .profile .inner .inprof {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: flex-start;
		position: relative;
	}
	main section#dialog .profile .inner .inprof dl {
		width: calc((100% - 20px) / 2);
	}
	main section#dialog .profile .inner .inprof dl:not(:first-child) {
		margin: 0 0 0 20px;
	}
	main section#dialog .profile .inner .inprof dl dt {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: fle-start;
		align-items: flex-end;
		margin-bottom: 10px;
	}
	main section#dialog .profile .inner .inprof dl dt span {
		color: #111;
		font-family: din-2014, sans-serif;
		font-size: 1.6rem;
		font-weight: 600;
		line-height: 1;
		letter-spacing: 0.075em;
		font-feature-settings: 'palt';
	}
	main section#dialog .profile .inner .inprof dl dt sub {
		color: #111;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1rem;
		font-weight: 500;
		line-height: 1.6rem;
		letter-spacing: 0em;
		font-feature-settings: 'palt';
		margin: 0 0 0 5px;
	}
	main section#dialog .profile .inner .inprof dl dd {
		text-align: left;
	}
	main section#dialog .profile .inner .inprof dl dd:nth-child(2) {
		color: #111;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.2rem;
		font-weight: 500;
		line-height: 2rem;
		letter-spacing: 0em;
		font-feature-settings: 'palt';
		margin-bottom: 10px;
	}
	main section#dialog .profile .inner .inprof dl dd:nth-child(3) {
		color: #111;
		font-family:
			'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic',
			'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.8rem;
		letter-spacing: 0em;
		font-feature-settings: 'palt';
		font-feature-settings: 'palt';
	}
	main section#dialog .profile .inner .inprof dl dd span {
		font-size: 1rem;
	}

	main section#dialog .talkcombo {
		display: block;
	}
	main section#dialog .talkcombo .talknav {
		width: 20%;
		position: sticky;
		top: 76px;
		display: none;
	}
	main section#dialog .talkcombo .talknav dl dt {
		color: #111;
		font-family: din-2014, sans-serif;
		font-size: 2rem;
		font-weight: 400;
		line-height: 2rem;
		letter-spacing: 0.075em;
		font-feature-settings: 'palt';
		text-align: right;
		padding: 10px 0;
		border-bottom: solid 1px #111;
	}
	main section#dialog .talkcombo .talknav dl dd {
		position: relative;
	}
	main section#dialog .talkcombo .talknav dl dd a {
		color: #4d4d4d;
		font-family: din-2014, sans-serif;
		font-size: 1.2rem;
		font-weight: 400;
		line-height: 2rem;
		letter-spacing: 0em;
		font-feature-settings: 'palt';
		text-align: left;
		padding: 20px 0 20px 60px;
		border-bottom: dotted 1px #111;
		display: block;
	}
	main section#dialog .talkcombo .talknav dl dd::after {
		content: '';
		width: 30px;
		height: 30px;
		background-image: url(../../common/images/arrow_navi.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		display: block;
		position: absolute;
		top: calc(50% - 15px);
		right: -30px;
		opacity: 0;
	}
	main section#dialog .talkcombo .talknav dl dd.on::after {
		opacity: 1;
	}
	main section#dialog .talkcombo .talkwrap {
		width: 100%;
	}
	main section#dialog .talkcombo .talkwrap .talk {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-end;
		align-items: flex-start;
		opacity: 0;
		transition: opacity 0.5s ease-in;
	}
	main section#dialog .talkcombo .talkwrap .talk:not(:last-child) {
		margin-bottom: 60px;
	}
	main section#dialog .talkcombo .talkwrap .talk.on {
		opacity: 1;
	}
	main section#dialog .talkcombo .talkwrap .talk .inner {
		text-align: left;
		width: 100%;
	}
	main section#dialog .talkcombo .talkwrap .talk .inner:not(:last-child) {
		margin-bottom: 40px;
	}
	main section#dialog .talkcombo .talkwrap .talk .inner .body {
		width: calc(100% - 20px);
		margin: 0 0 30px auto;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
	}
	main section#dialog .talkcombo .talkwrap .talk .inner .body h4 {
		color: #111;
		font-family: din-2014, sans-serif;
		font-size: 2.2rem;
		font-weight: 300;
		line-height: 1;
		letter-spacing: 0.075em;
		font-feature-settings: 'palt';
		white-space: nowrap;
		padding: 5px 0;
	}
	main section#dialog .talkcombo .talkwrap .talk .inner .body h5 {
		color: #111;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.2rem;
		font-weight: 400;
		line-height: 1.8rem;
		letter-spacing: 0.1em;
		font-feature-settings: 'palt';
		padding: 5px 0 5px 20px;
		margin: 0 0 0 20px;
	}
	main section#dialog .talkcombo .talkwrap .talk .inner .conversation {
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	main section#dialog .talkcombo .talkwrap .talk .inner .conversation h3 {
		color: #111;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 2rem;
		font-weight: 500;
		line-height: 3rem;
		letter-spacing: 0.075em;
		font-feature-settings: 'palt';
	}
	main section#dialog .talkcombo .talkwrap .talk .inner .conversation h3:not(:last-child) {
		margin-bottom: 20px;
	}
	main section#dialog .talkcombo .talkwrap .talk .inner .conversation h3 br {
		display: none;
	}
	main section#dialog .talkcombo .talkwrap .talk .inner .conversation dl {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	main section#dialog .talkcombo .talkwrap .talk .inner .conversation dl:not(:last-child) {
		margin-bottom: 20px;
	}
	main section#dialog .talkcombo .talkwrap .talk .inner .conversation dl dt {
		width: 30px;
	}
	main section#dialog .talkcombo .talkwrap .talk .inner .conversation dl dt::after {
		color: #111;
		font-family: din-2014, sans-serif;
		font-size: 1.2rem;
		font-weight: 600;
		line-height: 1;
		letter-spacing: 0em;
		font-feature-settings: 'palt';
	}
	main section#dialog .talkcombo .talkwrap .talk .inner .conversation dl dd {
		width: calc(100% - 30px - 20px);
	}
	main section#dialog .talkcombo .talkwrap .talk .inner .conversation dl dd p {
		color: #111;
		font-family:
			'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic',
			'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		font-size: 1.4rem;
		font-weight: 400;
		line-height: 2.4rem;
		letter-spacing: 0em;
		font-feature-settings: 'palt';
	}
	main section#dialog .talkcombo .talkwrap .talk .inner .conversation dl dd p:not(:last-child) {
		margin-bottom: 10px;
	}
	.notes {
		font-size: 1.4rem;
		color: #ccc;
	}

	main section#dialog .talkcombo .talkwrap .talk .inner .conversation .photo {
		width: 100vw;
		position: relative;
		left: calc(50% - 50vw);
	}
	main section#dialog .talkcombo .talkwrap .talk .inner .conversation .photo:not(:last-child) {
		margin-bottom: 20px;
	}
	main section#dialog .talkcombo .talkwrap .talk .inner .conversation .photoset {
		width: 100vw;
		padding: 0 8px;
		position: relative;
		left: calc(50% - 50vw);
		box-sizing: border-box;
	}
	main section#dialog .talkcombo .talkwrap .talk .inner .conversation .photoset:not(:last-child) {
		margin-bottom: 20px;
	}
	main
		section#dialog
		.talkcombo
		.talkwrap
		.talk
		.inner
		.conversation
		.photoset
		li:not(:first-child) {
		margin: 0 0 0 8px;
	}
	main section#dialog .talkcombo .talkwrap .link {
		width: calc(100% - 40px);
		margin: 0 auto;
		opacity: 0;
		transition: opacity 0.5s ease-in;
	}
	main section#dialog .talkcombo .talkwrap .link.on {
		opacity: 1;
	}
	main section#dialog .talkcombo .talkwrap .link ul {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: stretch;
	}
	main section#dialog .talkcombo .talkwrap .link ul li {
		width: calc(50% - 10px);
		position: relative;
		transition: all 0.25s ease-in 0s;
	}
	main section#dialog .talkcombo .talkwrap .link ul li a {
		padding: 0 10px;
		height: 50px;
	}
	main section#dialog .talkcombo .talkwrap .link ul li a::before {
		width: 10px;
		height: 10px;
		top: calc(50% - 5px);
		left: 10px;
	}
	main section#dialog .talkcombo .talkwrap .link ul li a span {
		color: #111;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.2rem;
		font-weight: 600;
		line-height: 1.8rem;
		letter-spacing: 0.1em;
		font-feature-settings: 'palt';
	}
	main section#dialog .talkcombo .talkwrap .link ul li:hover a {
		opacity: 1;
	}
	main section#dialog .talkcombo .talkwrap .link ul li:hover a::before {
		left: 10px;
	}
	main section#dialog .talkcombo .talkwrap .link ul li:nth-child(2) a::before {
		right: 10px;
	}
	main section#dialog .talkcombo .talkwrap .link ul li:nth-child(2):hover a::before {
		right: 10px;
	}
}

/*# sourceMappingURL=style_dialog.css.map */
