﻿@charset "UTF-8";

/* トークレポート
-------------------------------------- */
/* トークレポート：タイトル */
.reportMenu .reportTitle,
.report .reportTitle {
	text-align: center;
	padding: 40px 0;
}
.reportMenu .reportTitle h1,
.report .reportTitle h1 {
	font-size: 3.6em;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	font-weight: 300;
	font-style: normal;
	letter-spacing: 2px;
}
.reportMenu .reportTitle .titleSub,
.report .reportTitle .titleSub {
	font-size: 1.4em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 1px;
}


/* トークレポート：メニュー */
.reportMenuList {
	margin-bottom: 120px;
	font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
}
.reportMenuList .gridContainer {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 100px;
	margin: 0 auto;
}
.reportMenuList .gridContainer article {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
	row-gap: 0px;
}
.reportMenuList article * {
	margin: 0;
	padding: 0;
}
.reportMenuList article .date {
	margin-bottom: 12px;
	font-size: 1.6em;
	font-weight: bold;
}
.reportMenuList article .date span {
	font-size: 1.4em;
}
.reportMenuList article img {
	width: 100%;
	border-radius: 3px;
	margin-top: -8px;
	margin-bottom: 12px;
}
.reportMenuList article img.comingsoon {
	border: 1px solid #ccc;
	opacity: 50%;
	filter: grayscale(100%);
}
.reportMenuList article .organization {
	margin: 0 0 8px;
	line-height: 1.5em;
	font-size: 1.4em;
	font-weight: normal;
}
.reportMenuList article .title {
	border-bottom: 1px solid #ccc;
	margin: 0 0 12px;
	padding-bottom: 12px;
	line-height: 1.6em;
	letter-spacing: 1px;
	font-feature-settings: palt;
	font-size: 2em;
}
.reportMenuList article .speakers {
	margin: 0 0 20px;
	line-height: 1.6em;
	font-size: 1.4em;
	font-weight: normal;
}
.reportMenuList article a.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 48px;
	margin: 0 auto;
	border-radius: 100px;
	background: #000;
	text-align: center;
	text-decoration: none;
	letter-spacing: 2px;
	line-height: 1;
	font-weight: bold;
	font-size: 1.6em;
	color: #fff;
	position: relative;
}
i.icon-right {
	position: absolute;
	right: 20px;
	top: calc(50% - 6px);
	display: inline-block;
	height: 12px;
	width: 8px;
	background: transparent url(../img/icon-right.svg) no-repeat center center;
	background-size: contain;
}
.reportMenuList article span.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 48px;
	margin: 0 auto;
	border: 3px solid #000;
	border-radius: 100px;
	background: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 2px;
	line-height: 1;
	font-weight: bold;
	font-size: 1.6em;
	color: #000;
	position: relative;
}
.returnToMenu a.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 360px;
	height: 48px;
	margin: 0 auto 120px;
	border-radius: 100px;
	background: #000;
	text-align: center;
	text-decoration: none;
	letter-spacing: 2px;
	line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	color: #fff;
	position: relative;
}

/* max-width:1024px */
@media screen and (max-width:1024px) {
	.reportMenuList .gridContainer {
		width: 90%;
		gap: 60px;
	}
	.reportMenuList article .date {
		margin-bottom: 16px;
	}
}
/* max-width:640px */
@media screen and (max-width:640px) {
	.reportMenuList article .title {
		font-size: 1.8em;
	}
	.reportMenuList .gridContainer {
		gap: 100px;
	}
	.returnToMenu a.btn {
		width: 90%;
	}
}


/* トークレポート：ビジュアルヘッダ */
.report .reportVhead h1 img {
	vertical-align: bottom;
}
.report .reportVhead {
	background-repeat: no-repeat;
	background-position: top;
}


/* トークレポート：本文 */
.report .reportBody {
	padding-bottom: 80px;
	font-family: "Noto Sans JP";
	font-feature-settings: "palt";
	font-weight: 300;
}
.report .reportBody .txtBlock {
	padding: 50px 0 120px;
}
.report .reportBody .txtBlock h4 {
	font-size: 1.8em;
	line-height: 2.4em;
	text-align: justify;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.05em;
}
.report .reportBody .txtBlock p {
	font-size: 1.8em;
	line-height: 2.4em;
	text-align: justify;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.05em;
}
.report .reportBody .txtBlock p.heading {
	font-size: 1.8em;
	line-height: 1.8em;
  font-weight: bold;
}
.report .reportBody .txtBlock li {
	margin-bottom: 10px;
	font-size: 1.8em;
	line-height: 1.4em;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.05em;
}
.report .reportBody .txtBlock p span.smaller {
	display: block;
	margin-top: 5px;
	font-size: 0.9em;
	line-height: 2em;
}
.report .reportBody .txtBlock p span.xsmaller {
	display: block;
	margin-top: 5px;
	font-size: 0.8em;
	line-height: 2em;
}
span.googlesans {
	font-family: "Google Sans" !important;
}
.report .reportBody .txtBlock p a,
.report .reportBody .txtBlock ul a {
	text-decoration: underline;
}
.report .reportBody .txtBlock p a:hover {
	text-decoration: none;
}
.report .reportBody .txtBlock p span.attention {
	font-size: 0.8em;
	line-height: 2.0em;
	color: #464646;
}
.report .reportBody .photoBlock {
	background: #f1f1f1;
	text-align: center;
}
.report .reportBody .photoBlockW {
	background: #ffffff;
}
.report .reportBody .photoBlockLine {
	border-top: 2px solid #f1f1f1;
	border-bottom: 2px solid #f1f1f1;
}
.report .reportBody .photoBlock img {
	margin: 0 auto;
	pointer-events: none;
}
.report .reportBody .photobookLink {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 80px;
	padding-bottom: 50px;
}
.report .reportBody .photoBlockBook  {
	background: #ffffff;
}
.report .reportBody .photoBlockBook img {
	margin: 0 auto;
	max-width: 360px;
	pointer-events: auto;
}
.report .reportBody .photoBlock .exif,
.report .reportBody .videoBlock .exif {
	padding-top: 10px;
	background: #fff;
	text-align: center;
}
.report .reportBody .photoBlock .exif p,
.report .reportBody .videoBlock .exif p {
	font-size: 1.5em;
	line-height: 2.2em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
}
.report .reportBody .photoBlock .exif p.lineheight__normal,
.report .reportBody .videoBlock .exif p {
	line-height: 1.6em;
}
.report .reportBody .photoBlock .exif span {
	padding: 0 10px;
}
.report .reportBody .photoBlock .exif .title {
  display: inline-block;
  position: relative;
  top: -2px;
  line-height: 1.2;
	font-size: 1.4em;
}
.report .reportBody .nextphotoBlock {
	padding: 30px;
	text-align: center;
}
.report .reportBody .nextphotoBlock img {
	margin: 0 auto;
	max-width: 100px;
}

.report .reportBody .videoBlock {
	background: #f1f1f1;
	text-align: center;
}

.report .reportBody .videoBlock a,
.report .reportBody .videoBlock a img,
.report .reportBody .photoBlockBook a,
.report .reportBody .photoBlockBook a img {
	margin: 0 auto;
    opacity: 1;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
}
.report .reportBody .videoBlock a:hover,
.report .reportBody .videoBlock a:hover img,
.report .reportBody .photoBlockBook a:hover,
.report .reportBody .photoBlockBook a:hover img {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
}

#main .report .reportBody .profile {
	border-top: 1px solid #ccc;
	padding: 80px 0 70px;
}
#main .profile .profName {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
}
#main .profile .profTxt {
	padding: 0 0 0;
	text-align: justify;
}

/* max-width:640px */
@media screen and (max-width:640px) {
	.report .reportBody {
		padding-bottom: 20px;
	}
	#main .report .reportBody .profile:last-of-type {
		padding: 80px 0 0px;
	}
	#main .profile img {
		width: 250px;
	}
	.report .reportBody .nextphotoBlock img {
		max-width: 50px;
	}
	.report .reportBody .photobookLink {
		padding-bottom: 60px;
	}
	.report .reportBody .photoBlockBook img {
		max-width: 220px;
	}
  
  .report .reportBody .photoBlock .exif p,
  .report .reportBody .videoBlock .exif p {
    font-size: 1.3em;
    line-height: 1.6em;
  }
  .report .reportBody .photoBlock .exif .title {
    top: 0px;
    border-bottom: 8px solid #fff;
    font-size: 1.5em;
  }
  .report .reportBody .photoBlock .exif span.detail {
    padding-left: 0px;
  }
}


/* トークレポート：h2 */
.report .reportBody h2 {
    font-size: 2.4em;
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
    font-weight: 600;
    font-style: normal;
    letter-spacing: 2px;
	text-align: center;
}







/* トークレポート：下部バナー1 */
.report .reportBody .bnrBlock1 {
	padding: 0 0 120px;
	text-align: center;
}
.report .reportBody .bnrBlock2 + .bnrBlock1 {
	padding: 80px 0 0;
}
.report .reportBody .bnrBlock1 .inner4 {
	display: flex;
	justify-content: space-between;
}
.report .reportBody .bnrBlock1 a {
	width: 100%;
	max-width: 960px;
}
.report .reportBody .bnrBlock1 img {
	width: 100%;
	max-width: 960px;
}
/* トークレポート：下部バナー2 */
.report .reportBody .bnrBlock2 {
	padding: 80px 0 0;
	text-align: center;
}
.report .reportBody .bnrBlock1 + .bnrBlock2 {
	padding: 40px 0 0;
}
.report .reportBody .bnrBlock2 .inner4 {
	display: flex;
	justify-content: space-between;
}
.report .reportBody .bnrBlock2 a {
	width: 48%;
	max-width: 460px;
}
.report .reportBody .bnrBlock2 img {
	width: 100%;
	max-width: 460px;
}
/* トークレポート：下部バナー3 */
.report .reportBody .bnrBlock3 {
	padding: 80px 0 0;
	text-align: center;
}
.report .reportBody .bnrBlock3 .inner4 {
	display: flex;
	justify-content: space-between;
}
.report .reportBody .bnrBlock3 a {
	width: 32%;
	max-width: 310px;
}
.report .reportBody .bnrBlock3 img {
	width: 100%;
	max-width: 310px;
}
/* トークレポート：リンクボタン */
.report .reportBody .linkBlock {
	padding: 30px 0 30px;
	text-align: center;
}
.report .reportBody .linkBlock a {
	padding: 10px 30px;
}
.report .reportBody .linkBlock a.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 360px;
	height: 48px;
	margin: 0 auto;
	border-radius: 100px;
	background: #000;
	text-align: center;
	text-decoration: none;
	letter-spacing: 2px;
	line-height: 1;
	font-weight: bold;
	font-size: 1.6em;
	color: #fff;
	position: relative;
}
/* トークレポート：下部ボタン */
.report .reportBody .btnBlock {
	padding: 80px 0 80px;
	text-align: center;
}
.report .reportBody .btnBlock a {
	padding: 10px 30px;
}


/* max-width:1024px */
@media screen and (max-width:1024px) {
	.report .reportTitle h1 {
		letter-spacing: normal;
	}
	.report .txtBlock .inner4 {
		padding: 0 20px;
	}
	.report .bnrBlock3 .inner4 {
		padding: 0 20px;
	}
	.report .reportBody .movBlock iframe {
		width: 100%;
	}
	.report .reportBody .movClipBlock iframe {
		width: 100%;
	}
}


/* max-width:960px */
@media screen and (max-width:960px) {
	.reportVhead h1 img {
		width: 100%;
	}
	.report .reportBody .bnrblock1 img {
		width: 90%;
		max-width: 960px;
	}
	.report .reportBody .videoBlock img,
	.report .reportBody .photoBlock img {
		width: 100%;
	}
	.report .reportBody .photoBlock img.v {
		width: auto;
	}
}


/* max-width:640px */
@media screen and (max-width:640px) {
	.report .reportTitle {
		padding: 40px 0px;
	}
	.report .reportTitle h1 {
		font-size: 2.4em;
	}
	.reportBody {
		padding-top: 10px;
		margin-bottom: 80px;
	}
	.report .reportBody .partMenu a {
		margin: 0 1px -1px 1px;
		background: #000;
		color: #fff;
		padding: 15px 5px 15px 10px;
		font-size: 1.3em;
	}
	.report .reportBody .partMenu a:hover {
		opacity: inherit;
	}
	.report .reportBody .partMenuBottom a {
		margin: -1px 1px 0px 1px;
	}
	.report .reportBody .partMenu a.location {}
	.report .reportBody .partMenu a.location:hover {}
	.report .reportBody .txtBlock {
		padding: 20px 0 60px;
	}
	.report .reportBody .txtBlock p {
		font-size: 1.4em;
		line-height: 2.0em;
		letter-spacing: normal;
	}
	.report .reportBody .txtBlock li {
		font-size: 1.4em;
		line-height: 1.6em;
		letter-spacing: normal;
	}
	.report .reportBody .photoBlock img.v {
		width: 100%;
	}
	
	
	/* トークレポート：下部バナー1 */
	.report .reportBody .bnrBlock1, .report .reportBody .bnrBlock2 + .bnrBlock1 {
		padding: 0 0 16%;
	}
	.report .reportBody .bnrBlock1 .inner4 {
		display: block;
	}
	.report .reportBody .bnrBlock1 a {
		width: 100%;
		text-align: center;
	}
	.report .reportBody .bnrBlock1 img {
		width: 90%;
		max-width: none;
		margin: 0 auto 3%;
	}
	
	
	/* トークレポート：下部バナー2 */
	.report .reportBody .bnrBlock2 {
		padding: 80px 0 0;
	}
	.report .reportBody .bnrBlock1 + .bnrBlock2 {
		padding: 0;
	}
	.report .reportBody .bnrBlock2 .inner4 {
		display: block;
	}
	.report .reportBody .bnrBlock2 a {
		width: 100%;
		text-align: center;
	}
	.report .reportBody .bnrBlock2 img {
		width: 94%;
		max-width: none;
		margin: 0 3% 3%;
	}
	
	
	/* トークレポート：下部バナー3 */
	.report .reportBody .bnrBlock3 {
		padding: 80px 0 0;
	}
	.report .reportBody .bnrBlock3 .inner4 {
		display: block;
	}
	.report .reportBody .bnrBlock3 a {
		width: 100%;
		text-align: center;
	}
	.report .reportBody .bnrBlock3 img {
		max-width: none;
		margin: 0 0 3% 0;
	}
	.report .reportBody .btnBlock {
		padding: 80px 0 0px;
		text-align: center;
	}
	
	.report .reportBody .linkBlock a.btn {
		width: 90%;
	}
}



/* ページトップ・ボタン
-------------------------------------- */
.returnTopSticky .btn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 60px;
	height: 60px;
	z-index: 999;
	cursor: pointer;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	background-image: url(../img/btn-returntotop.png);
}
.returnTopSticky .btn:hover{
	opacity: 0.7;
}

/* max-width:640px */
@media screen and (max-width:640px){
	.returnTopSticky .btn {
		bottom: 16px;
		right: 16px;
	}
}



/* ページトップ
-------------------------------------- */
#returnTop{
	position: relative;
	z-index: 9999;
	background: #1e1e1e;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
	border-bottom: 1px solid #333333;
}
#returnTop .inner{
	color: #fff;
	margin: 0 auto;
	position: relative;
	width: 960px;
	min-width: 960px;
	text-align: justify;
	font-family: "Noto Sans JP";
	font-feature-settings: "palt";
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 2.2em;
	font-weight: 300;
	text-align: center;
}

/* max-width:640px */
@media screen and (max-width:640px){
	#returnTop{
		padding: 10px 0;
	}
	#returnTop .inner{
		width: 100%;
		min-width: 100%;
		padding: 0 20px;
	}
}



/* フッター
-------------------------------------- */
footer{
	position: relative;
	z-index: 9999;
	background: #101010;
	text-align: center;
	margin: 0 auto;
	padding: 30px 0;
	border-bottom: 1px solid #333333;
}
footer .inner{
	color: #fff;
	margin: 0 auto;
	position: relative;
	width: 960px;
	min-width: 960px;
	text-align: justify;
	font-family: "Noto Sans JP";
	font-feature-settings: "palt";
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 2.2em;
	font-weight: 300;
	text-align: center;
}
footer p.about{
	font-size: 14px;
	margin: 0 0 10px;
}
footer p.about a{
	color: #fff;
	text-decoration: none;
}
footer p.about a:hover{
	color: #868686;
}
footer p.copyright{
	font-size: 11px;
	letter-spacing: 1px;
	margin: 0 0 10px;
}

/* max-width:960px */
@media screen and (max-width:960px){
	footer .inner{
		width: 100%;
		min-width: 100%;
	}
}

/* max-width:640px */
@media screen and (max-width:640px){
	footer .inner{
		width: 100%;
		min-width: 100%;
	}	
}