/* -----------------
kv
-------------------*/
.kv__main {
	position: relative;
	z-index: 1;
	width: calc(100% - 8.3vw);
	margin-left: auto;
}
.kv__img {
	position: relative;
	height: min(580px, calc(580 / 1440 * 100vw));
}
.kv__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.kv__ttl {
	position: absolute;
	top: 20px;
	left: 174px;
}
.kv__ttl span {
	display: inline-block;
	margin-bottom: 8px;
	padding-inline: 8px;
	color: #fff;
	background: #6aa0db;
	font-size: 14px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	letter-spacing: -0.02em;
}
.kv__catch {
	position: absolute;
	top: 10px;
	left: 5px;
	color: #fff;
	font-size: 44px;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.2;
	letter-spacing: 0.06em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
.kv__catch {
	font-size: 32px;
}
}/* @media */
@media only screen and (max-width: 1023px) {
.kv__main {
	width: 100%;
}
.kv__img {
	height: 245px;
}
.kv__img img {
	object-position: 30% 50%;
}
.kv__ttl {
	top: 15px;
	left: 85px;
}
.kv__ttl span {
	margin-bottom: 6px;
	padding-inline: 6px;
	font-size: 10px;
}
.kv__catch {
	top: 10px;
	left: 5px;
	font-size: 19px;
}
}/* @media */
/* -----------------
lead
-------------------*/
.lead {
	max-width: 960px;
	margin-inline: auto;
	padding: 80px 20px;
}
.lead p {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.06em;
}
@media only screen and (max-width: 1023px) {
.lead {
	padding: 30px 30px 40px;
}
.lead p {
	font-size: 12px;
	line-height: calc(22 / 12);
	letter-spacing: 0.04em;
}
}/* @media */
/* -----------------
member
-------------------*/
.member {
	padding: 40px 40px 70px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}
.member__ttl {
	margin-bottom: 40px;
	color: rgba(255,255,255,.1);
	font-size: 100px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	text-align: center;
	letter-spacing: -0.02em;
}
.member__inner {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
	gap: 80px;
	max-width: 1200px;
	margin-inline: auto;
}
.member__item {
	position: relative;
}
.member__item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	border-radius: 50%;
}
.member__name {
	margin-left: 200px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.member__name__jp {
	display: block;
	margin-right: 15px;
	font-size: 30px;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.07em;
}
.member__year {
	display: block;
	font-size: 14px;
}
.member__text {
	margin-left: 200px;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.04em;
}
@media only screen and (max-width: 1023px) {
.member {
	padding: 30px 30px 10px;
}
.member__ttl {
	margin-bottom: 30px;
	color: rgba(255,255,255,.3);
	font-size: 50px;
	line-height: 1;
	letter-spacing: -0.06em;
}
.member__inner {
	display: block;
}
.member__item {
	margin-bottom: 40px;
}
.member__item img {
	width: 80px;
}
.member__name {
	margin-left: 100px;
	padding-bottom: 0;
	border-bottom: none;
}
.member__name__jp {
	margin-right: 0;
	font-size: 23px;
}
.member__year {
	font-size: 12px;
}
.member__text {
	margin-left: 0;
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,.2);
	font-size: 12px;
	line-height: 1.83;
}
}/* @media */
/* -----------------
index
-------------------*/
.index {
	padding: 100px 40px;
}
.index__inner {
	display: flex;
	align-items: start;
	gap: 0 70px;
	max-width: 960px;
	margin-inline: auto;
}
.index__ttl {
	border-top: 1px solid #1c2124;
	border-bottom: 1px solid #1c2124;
	font-size: 16px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	letter-spacing: -0.02em;
}
.index__list {
	flex: 1;
	border-bottom: 1px solid #e8e8e8;
}
.index__list li {
	border-top: 1px solid #e8e8e8;
}
.index__list li a {
	display: block;
	position: relative;
	padding: 14px 30px 14px 0;
	font-size: 14px;
	transition: opacity .3s;
}
.index__list li a:hover {
	opacity: .8;
}
.index__list li a::before,
.index__list li a::after {
	content: "";
	position: absolute;
}
.index__list li a::before {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	background: #6aa0db;
	border-radius: 50%;
}
.index__list li a::after {
	top: calc(50% - 6px);
	right: 7px;
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.index__list li a span {
	margin-right: .5em;
	font-size: 15px;
	font-family: 'Libre Caslon Display', serif;
	letter-spacing: 0.08em;
}
@media only screen and (max-width: 1023px) {
.index {
	padding: 40px 30px;
}
.index__inner {
	display: block;
}
.index__ttl {
	display: inline-block;
	margin-bottom: 20px;
}
.index__list li a {
	padding: 14px 30px 14px 0;
	font-size: 12px;
}
.index__list li a span {
	font-size: 14px;
}
}/* @media */
/* -----------------
page__navi
-------------------*/
.page__navi {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 2;
	width: 260px;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s;
}
.page__navi.is-show {
	opacity: 1;
	pointer-events: auto;
}
.page__navi__btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 20px 40px 20px 20px;
	color: #fff;
	background: rgba(0,0,0,.5);
	border-radius: 4px;
	backdrop-filter: blur(10px);
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	transition: background .3s;
}
.page__navi__btn:hover {
	background: rgba(0,0,0,.7);
}
.page__navi__ttl {
	font-size: 16px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	letter-spacing: 0.04em;
}
.page__navi__text {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
}
.page__navi__btn::after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: 22px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}
.page__navi__btn.is-active {
	border-radius: 4px 4px 0 0;
}
.page__navi__btn.is-active::after {
	top: calc(50% - 4px);
	transform: rotate(135deg);
}
.page__navi__list {
	display: none;
	padding: 0 20px 20px;
	color: #fff;
	background: rgba(0,0,0,.5);
	border-radius: 0 0 4px 4px;
	backdrop-filter: blur(10px);
}
.page__navi__list li {
	padding-block: 10px;
	border-bottom: 1px solid rgba(238,238,238,.2);
	font-size: 14px;
	line-height: 1.428;
}
.page__navi__list li:first-child {
	border-top: 1px solid rgba(238,238,238,.2);
}
.page__navi__list li a {
	display: inline-flex;
	gap: 0 10px;
	align-items: center;
	color: #fff;
	transition: opacity .3s;
}
.page__navi__list li a:hover {
	opacity: .8;
}
.page__navi__list li span:first-child {
	font-size: 15px;
	font-family: 'Libre Caslon Display', serif;
	letter-spacing: 0.08em;
}
@media only screen and (max-width: 1023px) {
.page__navi {
	left: 10px;
	right: 10px;
	bottom: 10px;
	width: calc(100% - 20px);
}
.page__navi__btn {
	background: rgba(0,0,0,.6);
	border-radius: 5px;
}
.page__navi__btn:hover {
	background: rgba(0,0,0,.6);
}
.page__navi__btn.is-active {
	border-radius: 5px 5px 0 0;
}
.page__navi__ttl {
	font-size: 18px;
}
.page__navi__text {
	font-size: 12px;
}
.page__navi__list {
	background: rgba(0,0,0,.6);
	border-radius: 0 0 5px 5px;
}
.page__navi__list li {
	padding-block: 13px;
	font-size: 12px;
}
.page__navi__list li span:first-child {
	font-size: 13px;
}
}/* @media */
/* -----------------
theme
-------------------*/
.theme {
	position: relative;
}
.theme::before {
	content: "";
	position: absolute;
	top: 120px;
	right: 0;
	z-index: -1;
	width: calc(1200 / 1440 * 100vw);
	height: calc(460 / 1440 * 100vw);
	background: url(../../img/culture/crosstalk-experienced/theme_bg_pc@2x.jpg) no-repeat 50% / cover;
}
#theme02.theme::before,
#theme04.theme::before {
	right: auto;
	left: 0;
}
.theme__head {
	position: absolute;
	top: 0;
	right: 0;
	margin-inline: calc(120 / 1440 * 100vw);
}
#theme02 .theme__head,
#theme04 .theme__head {
	right: auto;
	left: 0;
}
.theme__num {
	margin-bottom: 35px;
	border-top: 1px solid #1c2124;
	border-bottom: 1px solid #1c2124;
	font-size: 16px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	letter-spacing: -0.02em;
}
.theme__num span {
	font-size: 15px;
	font-family: 'Libre Caslon Display', serif;
	letter-spacing: 0.08em;
}
.theme__num span.pc-on {
	font-family: 'Cormorant Garamond', serif;
	letter-spacing: -0.02em;
}
.theme__ttl {
	display: flex;
	justify-content: center;
	align-items: center;
}
.theme__ttl span {
	display: block;
	font-size: 40px;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.2;
	letter-spacing: 0.1em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}
.theme__video {
	overflow: hidden;
	width: calc(1080 / 1440 * 100vw);
	height: calc(460 / 1440 * 100vw);
	margin-bottom: 220px;
}
#theme02 .theme__video,
#theme04 .theme__video {
	margin-left: calc(360 / 1440 * 100vw);
}
.theme__video iframe {
	width: 100%;
	height: 100%;
	border: none;
}
.theme__body {
	max-width: 960px;
	margin: 0 auto 100px;
}
.theme__subttl {
	position: relative;
	margin-bottom: 80px;
	padding-top: 50px;
	font-size: 34px;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.1em;
}
.theme__subttl::before,
.theme__subttl::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}
.theme__subttl::before {
	width: 100%;
	height: 1px;
	background: #e8e8e8;
}
.theme__subttl::after {
	width: 80px;
	height: 4px;
	background: #6aa0db;
}
.theme__question {
	position: relative;
	margin-bottom: 45px;
	padding-left: 120px;
	font-size: 18px;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.1em;
}
.theme__question::before {
	content: "";
	position: absolute;
	top: 14px;
	left: 0;
	width: 80px;
	height: 1px;
	background: #1e1e1e;
}
.theme__set {
	display: flex;
	margin-bottom: 40px;
}
.theme__set + .theme__question {
	margin-top: 70px;
}
.theme__thm {
	width: 80px;
	margin-right: 40px;
}
.theme__thm img {
	width: 80px;
	border-radius: 50%;
}
.theme__thm p {
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}
.theme__text {
	flex: 1;
	font-size: 14px;
	line-height: 2.28;
	letter-spacing: 0.05em;
}
.theme__img {
	margin: 80px 0;
}
.theme__img p {
	margin-top: 15px;
	font-size: 14px;
	font-style: italic;
	font-family: 'Noto Serif JP', serif;
}
.crosstalk__img img {
	width: 100%;
	height: 680px;
	object-fit: cover;
	object-position: 50% 30%;
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
.theme__num {
	margin-bottom: 20px;
	font-size: 14px;
}
.theme__num span {
	font-size: 13px;
}
.theme__ttl span {
	font-size: 34px;
}
.theme__img {
	max-width: 700px;
	margin-inline: auto;
}
}/* @media */
@media only screen and (max-width: 1023px) {
.theme::before {
	top: calc(160 / 750 * 100vw);
	width: 100%;
	height: calc(496 / 750 * 100vw);
	max-height: 400px;
	background-image: url(../../img/culture/crosstalk-experienced/theme_bg_sp.jpg);
}
.theme__head {
	margin-inline: calc(60 / 750 * 100vw);
}
.theme__num {
	margin-bottom: 20px;
}
.theme__ttl span {
	font-size: 23px;
}
.theme__video {
	width: calc(480 / 750 * 100vw);
	height: calc(480 / 750 * 100vw);
	margin-bottom: 140px;
}
#theme02 .theme__video,
#theme04 .theme__video {
	margin-left: calc(270 / 750 * 100vw);
}
.theme__video iframe.is-pc {
	display: none;
}
.theme__video iframe.is-sp {
	display: block;
}
.theme__body {
	margin: 0 30px 50px;
}
.theme__subttl {
	margin-bottom: 45px;
	padding-top: 35px;
	font-size: 21px;
	letter-spacing: 0.05em;
}
.theme__subttl::after {
	width: 45px;
	height: 3px;
}
.theme__question {
	margin-bottom: 25px;
	padding-left: 60px;
	font-size: 14px;
}
.theme__question::before {
	top: 14px;
	width: 40px;
}
.theme__set {
	margin-bottom: 30px;
}
.theme__set + .theme__question {
	margin-top: 50px;
}
.theme__thm {
	width: 40px;
	margin-right: 20px;
}
.theme__thm p {
	margin-top: 6px;
	font-size: 11px;
}
.theme__text {
	font-size: 12px;
	line-height: 1.83;
}
.theme__img {
	margin: 50px 0;
}
.theme__img p {
	margin-top: 10px;
	font-size: 12px;
}
.crosstalk__img img {
	height: 178px;
}
}/* @media */
/* -----------------
mean
-------------------*/
.mean {
	padding: 100px 40px;
	background: #6ca6dd;
}
.mean__ttl {
	margin-bottom: 70px;
	text-align: center;
}
.mean__ttl span {
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 36px;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.2;
}
.mean__inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	max-width: 1200px;
	margin-inline: auto;
}
.mean__item {
	position: relative;
	padding: 40px 45px 35px;
	background: #fff;
}
.mean__name {
	position: absolute;
	top: 12px;
	right: 0;
	width: 66px;
	padding: 5px 0 5px 6px;
	color: #fff;
	background: #1f1e1e;
	font-size: 14px;
	text-align: center;
}
.mean__name::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 100%;
	background: #fff;
	clip-path: polygon(0 0,100% 50%,0 100%);
}
.mean__subttl {
	display: flex;
	align-items: center;
	gap: 0 30px;
	margin-bottom: 30px;
}
.mean__subttl img {
	width: 80px;
	border-radius: 50%;
}
.mean__subttl h3 {
	flex: 1;
	font-size: 22px;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.63;
	letter-spacing: 0.1em;
}
.mean__text {
	font-size: 14px;
	line-height: 2.28;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 1023px) {
.mean {
	padding: 40px 30px;
}
.mean__ttl {
	margin-bottom: 35px;
}
.mean__ttl span {
	border-bottom-width: 1px;
	font-size: 20px;
	line-height: 1.6;
}
.mean__inner {
	display: block;
}
.mean__item {
	padding: 30px;
}
.mean__item + .mean__item {
	margin-top: 8px;
}
.mean__name {
	top: 10px;
	width: 38px;
	padding: 2px 0 2px 4px;
	font-size: 11px;
}
.mean__name::before {
	width: 4px;
}
.mean__subttl {
	gap: 0 20px;
	margin-bottom: 15px;
}
.mean__subttl img {
	width: 40px;
}
.mean__subttl h3 {
	font-size: 14px;
	letter-spacing: 0.05em;
}
.mean__text {
	font-size: 12px;
	line-height: 1.83;
}
}/* @media */
/* -----------------
other
-------------------*/
.other {
	padding: 100px 40px;
}
.other__ttl {
	margin-bottom: 50px;
	font-size: 51px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	line-height: 1.1;
	text-align: center;
}
.other__list {
	max-width: 440px;
	margin-inline: auto;
}
.other__list a {
	display: block;
}
.other__list a .other__img {
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}
.other__list a .other__img::before,
.other__list a .other__img::after {
	content:"";
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.other__list a .other__img::before {
	width: 54px;
	height: 40px;
	background: #fff;
}
.other__list a .other__img::after {
	width: 28px;
	height: 13px;
	background: url(../../img/work_and_story/icon_link_arrow.svg) no-repeat center;
}
.other__list a .other__img img {
	width: 100%;
	transition: .4s ease;
}
.other__list a:hover .other__img img {
	transform: scale(1.1);
}
.other__type {
	display: inline-block;
	margin-bottom: 20px;
	padding-block: 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	letter-spacing: 0.1em;
}
.other__subttl {
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	letter-spacing: 0.1em;
}
.other__tag {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}
.other__tag li a {
	padding: 2px 8px;
	background: #f5f5f5;
	border-radius: 2px;
	font-size: 12px;
	letter-spacing: .1em;
	transition: .3s;
}
.other__tag li a:hover {
	background: #e7e7e7;
}
@media only screen and (max-width: 1023px) {
.other {
	padding: 50px 30px;
}
.other__ttl {
	margin-bottom: 40px;
	font-size: 28px;
}
.other__list a .other__img {
	margin-bottom: 30px;
}
.other__list a .other__img::before {
	width: 40px;
	height: 30px;
}
.other__type {
	margin-bottom: 15px;
	padding-block: 1px;
	font-size: 13px;
}
.other__subttl {
	font-size: 18px;
}
.other__tag li a {
	padding: 2px 8px;
	font-size: 11px;
}
}/* @media */
