@charset "UTF-8";
/*--------------------------------------------------------------------

共通要素 

--------------------------------------------------------------------*/
* {
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: border-box;
}
html {
    height: 100%;
    min-height: 100%;
}
body {
    height: 100%;
    min-height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-y: visible;
    background: none repeat scroll 0 0 #fff;
    -webkit-text-size-adjust: 100%;
    font-family: 'Montserrat', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    color: #333;
    overflow-y: scroll;
    animation: fadeIn 1.5s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
img {
    vertical-align: bottom;
    margin: 0;
    padding: 0;
}
.inner {
    margin: 0 auto;
    position: relative;
    width: 980px;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix {
    zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
} /* IE7 */
.fade {
    opacity: 1;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
}
.fade:hover {
    opacity: 0.5;
}
.sp {
    display: none;
}
.pc {
    display: block;
}

/* max-width:640px */
@media screen and (max-width:640px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}


/* BODY
-------------------------------------- */
#top {
    text-align: center;
    margin: 0 auto;
}


/* メインビジュアル
-------------------------------------- */
@keyframes blurInBg {
	0%   {filter: blur(8px); opacity: 0;}
	100% {filter: blur(0px); opacity: 1;}
}
@keyframes blurInTitle {
	0%   {filter: blur(8px); opacity: 0;}
	50%  {filter: blur(8px); opacity: 0;}
	100% {filter: blur(0px); opacity: 1;}
}

@media screen and (min-width:640.98px), (640.98px <= width <= 1920px) {
	#mainvisual {
		box-sizing:border-box;
		height: 100lvh;
		width: 100%;
		margin: 0 auto;
		background: url(../img/mainvisual.webp);
		background-position: center;
		background-size: 156.98lvh 100lvh;
		background-repeat: repeat-x;
		animation:
			1.5s linear blurInBg,
			60s linear infinite bgScroll;
		text-align: center;
		overflow: hidden;
	}
	@keyframes bgScroll {
		0% {background-position: 0 0;}
		100% {background-position: 156.98lvh 0;}
	}
	#mainvisual h1 {
		height: 100lvh;
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
		animation: 2.8s ease-in blurInTitle;
	}
	#mainvisual h1 img {
		width: 90%;
		max-width: 1320px;
	}
}
@media screen and (max-width:640px){
	#mainvisual {
		position: relative;
		width: 100%;
		min-width: auto;
		height: auto;
		margin: 0 auto;
		background-image: url(../img/mainvisual_sp.webp);
		background-repeat: no-repeat;
		background-size: contain;
		text-align: center;
		overflow: visible;
	}
	#mainvisual .mainvisualInner:before {
		content:"";
		display: block;
		padding-top: 135.4%;
	}
	#mainvisual h1{
		display: none;
	}
}

@media screen and (min-width:1920.98px) {
	#mainvisual {
		box-sizing:border-box;
		height: 100lvh;
		width: 100%;
		margin: 0 auto;
		background: url(../img/mainvisual.webp@2x.webp);
		background-position: center;
		background-size: 178.771lvh 100lvh;
		background-repeat: repeat-x;
		animation:
			1.5s linear blurInBg,
			60s linear infinite bgScroll;
		text-align: center;
		overflow: hidden;
	}
	@keyframes bgScroll {
		0% {background-position: 0 0;}
		100% {background-position: 178.771lvh 0;}
	}
	#mainvisual h1 {
		height: 100lvh;
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
		animation: 2.8s ease-in blurInTitle;
	}
	#mainvisual h1 img {
		width: 90%;
		max-width: 1728px;
	}
}

@media screen and (min-width:2560.98px) {
	#mainvisual h1 img {
		width: 90%;
		max-width: 2640px;
	}
}


/* KV下・タイトルエリア
-------------------------------------- */
.exhTitle {
	margin-bottom: 50px;
    padding: 80px 0;
    background: url("../img/line_vertical.png") repeat-y center;
}
.exhTitle .exhTitleInner {
    padding: 50px 0;
    background: #fff;
}
.exhTitleNoline {
    margin-bottom: 20px;
    padding: 50px 0 0;
}
.exhTitleNoline .exhTitleInner {
    padding: 50px 0;
    background: #fff;
}

.exhCopy {
	padding: 0 0 80px;
}
.exhCopyTxt {
	text-align: center;
	line-height: 2;
	font-family: Noto Serif JP, serif;
	font-size: clamp(0.875rem, 2.5vw + -0.125rem, 1.375rem);
	font-weight: 400;
	color: #000;
}

/* max-width:640px */
@media screen and (max-width:640px) {
    .exhTitle {
        padding: 50px 0;
        margin: 20px auto 30px;
    }
    .exhTitle .exhTitleInner {
        padding: 30px;
    }
    .exhTitle .exhTitleInner img {
        width: 100%;
    }
    .exhTitleNoline {
        margin: 0 auto;
		padding: 20px 0 0;
    }
    .exhTitleNoline .exhTitleInner {
        padding: 0 20px 10px;
    }
    .exhTitleNoline .exhTitleInner img {
        width: 100%;
    }

	.exhCopy {
		padding: 0 20px 30px;
	}
	.exhCopyTxt {
		text-align: justify;
		font-size: 12px
	}

}


/* フッター
-------------------------------------- */
footer {
    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%;
    }
}


/* 上部オンラインサイトはこちら
----------------------------------- */
#onlinesiteBt {
    margin: 0 auto 8%;
}
#onlinesiteBt a {
    display: block;
    max-width: 500px;
    width: 90%;
    border-radius: 100px;
    margin: 0 auto 20px;
    padding: 15px 0;
    background: #1e1e1e;
    text-align: center;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
}
#onlinesiteBt a:last-of-type {
    margin-bottom: 0;
}

/* max-width:640px */
@media screen and (max-width:640px) {
    #onlinesiteBt {
        margin: -4% auto 16%;
        font-size: 1.1rem;
    }
    #onlinesiteBt a {
        margin: 0 auto 16px;
        padding: 18px 0;
        letter-spacing: 0;
        font-size: 1rem;
    }
}


/* トークショーレポートはこちら
----------------------------------- */
.reportMenu {
    border-top: 1px dotted #000;
    background: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 100px 0;
    width: 100%;
    min-width: 100%;
}
.reportMenu .inner {
    color: #000;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-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;
}
.reportMenu h2 {
    font-size: 34px;
    font-weight: 200;
    text-align: center;
    letter-spacing: 20px;
    margin: 0 -20px 10px 0;
}
#exhibitionReportMenu h2 {
    letter-spacing: 16px;
    word-break: auto-phrase;
}
.reportMenu .h2Sub {
    font-size: 12px;
    font-family: "Noto Sans JP";
    letter-spacing: 3px;
    text-align: center;
    margin: 0 -3px 50px 0;
}
.reportMenu a.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 48px;
    margin: 0 auto;
    border-radius: 100px;
    background: #000;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    font-weight: bold;
    font-size: 1.1em;
    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;
}

/* max-width:640px */
@media screen and (max-width:640px) {
    .reportMenu h2 {
        letter-spacing: 10px;
        line-height: 40px;
        margin: 0 -10px 10px 0;
    }
}


/* 写真展メッセージ
-------------------------------------- */
#exhMessage {
    margin-bottom: 50px;
    padding: 0 0 80px 0;
    background: url("../img/line_vertical.png") repeat-y center;
}
#exhMessage .inner {
    color: #000;
    margin: 0 auto;
    position: relative;
    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;
}
#exhMessage p.messageBody {
    margin: 0 auto;
    padding: 0 0 50px;
    background: #fff;
}

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

/* max-width:640px */
@media screen and (max-width:640px) {
    #exhMessage {
        padding: 0 0 60px 0;
    }
    #exhMessage .inner {
        width: 100%;
        min-width: 100%;
        padding: 0 20px;
    }
    #exhMessage p.messageBody {
        margin: 0 auto;
        padding: 0 0 40px;
        background: #fff;
    }
}


/* 開催概要
-------------------------------------- */
#about {
    background: #000;
    text-align: center;
    margin: 0 auto;
    padding: 100px 0;
    width: 100%;
    min-width: 100%;
}
#about .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;
}
#about h2 {
    font-size: 34px;
    font-weight: 200;
    text-align: center;
    letter-spacing: 20px;
    margin: 0 -20px 10px 0;
}
#about .h2Sub {
    font-size: 12px;
    font-family: "Noto Sans JP";
    letter-spacing: 3px;
    text-align: center;
    margin: 0 -3px 50px 0;
}
#about h2 br {
    display: none;
}
#about p.first {}
#about ul.attention1 {
    list-style: none;
    margin: 0 0 50px;
    padding: 0;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 2.0em;
    color: #C5C5C5;
}

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

/* max-width:640px */
@media screen and (max-width:640px) {
    #about {
        padding: 60px 0;
    }
    #about .inner {
        width: 100%;
        min-width: 100%;
        padding: 0 20px;
    }
    #about h2 {
        line-height: 50px;
    }
    #about .h2Sub {
        margin: 0 -3px 30px 0;
    }
    #about h2 br {
        display: block;
    }
}


/* オフライン
-------------------------------------- */
#offLine {
    background: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 100px 0;
    border-bottom: 1px solid #333333;
}
#offLine .inner {
    color: #000;
    margin: 0 auto;
    position: relative;
    width: 960px;
    min-width: 960px;
    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;
}
#offLine h2 {
    font-size: 34px;
    font-weight: 200;
    text-align: center;
    letter-spacing: 10px;
    margin: 0 -20px 10px 0;
}
#offLine .h2Sub {
    font-size: 12px;
    font-family: "Noto Sans JP";
    letter-spacing: 3px;
    text-align: center;
    margin: 0 -3px 50px 0;
}
#offLine img {
    margin: 0 0 50px;
}
#offLine h3 {
    font-size: 18px;
    letter-spacing: 10px;
    margin: 0 -10px 10px 0;
}
#offLine p {
    margin: 0 0 50px;
    font-size: 16px;
}
#offLine p span {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.4em;
}
#offLine ul.attention1 {
    list-style: none;
    margin: 0 0 50px;
    padding: 0;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 2.0em;
    color: #C5C5C5;
}

/* 来場者の方へのご協力のお願い */
#offLine .request {
    margin: 0 auto 8%;
}
#offLine .request a {
    display: block;
    max-width: 400px;
    width: 90%;
    border-radius: 100px;
    margin: 0 auto;
    padding: 15px 0;
    background: #1e1e1e;
    text-align: center;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
}

/* max-width:640px */
@media screen and (max-width:640px) {
    #offLine .request {
        margin: -4% auto 16%;
        font-size: 1.1rem;
    }
    #offLine .request a {
        padding: 8px 0;
        font-size: 1rem;
    }
}


/* ブース
------------ */
#offLine p.offLineBoothP {
    margin: 0 0 30px;
    font-size: 14px;
}
#offLine .offLineBoothTitle {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    border: 1px solid #333333;
}
#offLine .offLineBooth {
    text-align: justify;
    border-collapse: collapse;
    margin-bottom: 20px;
}
#offLine .offLineBooth td {
    border-bottom: 1px dotted#333333;
}
#offLine .offLineBooth td.n01 {
    width: 30%;
    line-height: 1.4em;
    font-weight: bold;
}
#offLine .offLineBooth td.n02 {
    font-size: 14px;
    width: 70%;
    padding: 20px 0px 25px 20px;
}
#offLine .offLineBooth tr:last-child td {
    border-bottom: none;
}
#offLine .offLineBoothLast tr:last-child td {
    padding-bottom: 25px;
    border-bottom: 1px dotted#333333;
}

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

/* max-width:640px */
@media screen and (max-width:640px) {
    #offLine {
        padding: 60px 0;
    }
    #offLine .inner {
        width: 100%;
        min-width: 100%;
        padding: 0 20px;
        text-align: justify;
    }
    #offLine h2 {
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 2px;
        margin: 0 -2px 5px 0;
    }
    #offLine .h2Sub {
        margin: 0 -3px 30px 0;
    }
    #offLine p.offLineBoothP {}
    #offLine .offLineBoothTitle {
        text-align: center;
        padding: 10px 0;
    }
    #offLine .offLineBooth {
        border-bottom: none;
    }
    #offLine .offLineBooth td {
        border-bottom: 1px dotted#333333;
    }
    #offLine .offLineBooth td.n01 {
        display: inline-block;
        width: 100%;
        border-bottom: none;
        padding: 20px 0 0 0;
        font-size: 16px;
    }
    #offLine .offLineBooth td.n02 {
        display: inline-block;
        font-size: 14px;
        width: 100%;
        padding: 10px 0px 25px 0px;
        line-height: 1.6em;
    }
    #offLine .offLineBoothLast td.n01 br {
        display: none;
    }
    #offLine .offLineBoothLast td.n01 span {
        margin-right: 20px;
    }
    #offLine .offLineBoothLast tr:last-child td {
        border-bottom: none;
    }
}

/* トークショー
------------ */
#schedule {
    padding-bottom: 0px;
    padding-top: 100px;
}
#schedule h3 {
    text-align: center;
    margin: 0 0 10px;
}
#schedule p {
    margin-bottom: 35px;
    text-align: center;
    font-size: 14px;
}
#schedule h4 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    border: 1px solid #333333;
}
#schedule table {
    width: 100%;
    margin-bottom: 50px;
}
#schedule table:last-of-type {
    margin-bottom: 20px;
}
#schedule .onlinetalkshow table:last-of-type {
    margin-bottom: 20px;
}
#schedule table td {
    border-bottom: dotted #333333 1px;
    padding: 24px 10px;
}
#schedule table td b {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
}
#schedule table td.info01 {
    width: 35%;
    padding-left: 10px;
    line-height: 1.8em;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}
#schedule table td.info02 {
    width: 65%;
    padding-right: 10px;
    line-height: 1.8em;
    text-align: left;
}
#schedule table td.info01 span {
    font-weight: normal;
    font-size: 1.7em;
    color: #333;
}
#schedule table td.info02 b {
    display: inline-block;
    padding-bottom: 10px;
}

/* max-width:640px */
@media screen and (max-width:640px) {
    #schedule {
        padding-bottom: 0;
        padding-top: 50px;
    }
    #schedule h3 {
        margin: 0 0 10px;
        padding: 0;
        text-align: left;
    }
    #schedule p {
        padding: 0;
        text-align: left;
    }
    #schedule h4 {
        margin-bottom: 15px;
        padding: 10px;
        text-align: center;
    }
    #schedule table {
        width: 100%;
        margin-bottom: 20px;
        line-height: 1.6em;
    }
    #schedule table:last-of-type {
        margin-bottom: 40px;
    }
    #schedule .onlinetalkshow table:last-of-type {
        margin-bottom: 0;
    }
    #schedule table td {
        border: 0;
        padding: 10px 0;
    }
    #schedule table td.info01 {
        display: block;
        width: 100%;
        padding: 0 0 12px 0;
    }
    #schedule table td.info02 {
        display: block;
        width: 100%;
        border-bottom: dotted #333333 1px;
        margin: 0 auto 20px;
        padding: 0 0 20px;
        letter-spacing: 0;
    }
    #schedule table td.info01 {
        font-size: 1.1em;
        letter-spacing: 0.05;
    }
    #schedule table td b {
        font-size: 1.1em;
    }
    #schedule table td.info01 span {
        font-size: 1.4em;
    }
}




/* セミナー
------------ */
#schedule2 {
    padding-bottom: 0px;
    padding-top: 100px;
}
#schedule2 h3 {
    text-align: center;
    margin: 0 0 10px;
}
#schedule2 p {
    margin-bottom: 35px;
    text-align: center;
    font-size: 14px;
}
#schedule2 h4 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    border: 1px solid #333333;
}
#schedule2 table {
    width: 100%;
    margin-bottom: 50px;
}
#schedule2 table:last-of-type {
    margin-bottom: 20px;
}
#schedule2 .onlinetalkshow table:last-of-type {
    margin-bottom: 20px;
}
#schedule2 table td {
    border-bottom: dotted #333333 1px;
    padding: 24px 10px;
}
#schedule2 table td b {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
}
#schedule2 table td.info01 {
    width: 35%;
    padding-left: 10px;
    line-height: 1.8em;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}
#schedule2 table td.info02 {
    width: 65%;
    padding-right: 10px;
    line-height: 1.8em;
    text-align: left;
}
#schedule2 table td.info01 span {
    font-weight: normal;
    font-size: 1.7em;
    color: #333;
}
#schedule2 table td.info02 b {
    display: inline-block;
    padding-bottom: 10px;
}

/* max-width:640px */
@media screen and (max-width:640px) {
    #schedule2 {
        padding-bottom: 0;
        padding-top: 50px;
    }
    #schedule2 h3 {
        margin: 0 0 10px;
        padding: 0;
        text-align: left;
    }
    #schedule2 p {
        padding: 0;
        text-align: left;
    }
    #schedule2 h4 {
        margin-bottom: 15px;
        padding: 10px;
        text-align: center;
    }
    #schedule2 table {
        width: 100%;
        margin-bottom: 20px;
        line-height: 1.6em;
    }
    #schedule2 table:last-of-type {
        margin-bottom: 40px;
    }
    #schedule2 .onlinetalkshow table:last-of-type {
        margin-bottom: 0;
    }
    #schedule2 table td {
        border: 0;
        padding: 10px 0;
    }
    #schedule2 table td.info01 {
        display: block;
        width: 100%;
        padding: 0 0 12px 0;
    }
    #schedule2 table td.info02 {
        display: block;
        width: 100%;
        border-bottom: dotted #333333 1px;
        margin: 0 auto 20px;
        padding: 0 0 20px;
        letter-spacing: 0;
    }
    #schedule2 table td.info01 {
        font-size: 1.1em;
        letter-spacing: 0.05;
    }
    #schedule2 table td b {
        font-size: 1.1em;
    }
    #schedule2 table td.info01 span {
        font-size: 1.4em;
    }
}





/* 配信ブース
------------ */
#schedule3 {
    padding-bottom: 0px;
    padding-top: 100px;
}
#schedule3 h3 {
    text-align: center;
    margin: 0 0 10px;
}
#schedule3 p {
    margin-bottom: 35px;
    text-align: center;
    font-size: 14px;
}
#schedule3 p b {

    font-weight: bold;

}
#schedule3 h4 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    border: 1px solid #333333;
}
#schedule3 table {
    width: 100%;
    margin-bottom: 50px;
}
#schedule3 table:last-of-type {
    margin-bottom: 20px;
}
#schedule3 .onlinetalkshow table:last-of-type {
    margin-bottom: 20px;
}
#schedule3 table td {
    border-bottom: dotted #333333 1px;
    padding: 24px 10px;
}
#schedule3 table td b {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
}
#schedule3 table td.info01 {
    width: 35%;
    padding-left: 10px;
    line-height: 1.8em;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}
#schedule3 table td.info02 {
    width: 65%;
    padding-right: 10px;
    line-height: 1.8em;
    text-align: left;
}
#schedule3 table td.info01 span {
    font-weight: normal;
    font-size: 1.7em;
    color: #333;
}
#schedule3 table td.info02 b {
    display: inline-block;
    padding-bottom: 10px;
}

/* max-width:640px */
@media screen and (max-width:640px) {
    #schedule3 {
        padding-bottom: 0;
        padding-top: 50px;
    }
    #schedule3 h3 {
        margin: 0 0 10px;
        padding: 0;
        text-align: left;
    }
    #schedule3 p {
        padding: 0;
        text-align: left;
    }
    #schedule3 h4 {
        margin-bottom: 15px;
        padding: 10px;
        text-align: center;
    }
    #schedule3 table {
        width: 100%;
        margin-bottom: 20px;
        line-height: 1.6em;
    }
    #schedule3 table:last-of-type {
        margin-bottom: 40px;
    }
    #schedule3 .onlinetalkshow table:last-of-type {
        margin-bottom: 0;
    }
    #schedule3 table td {
        border: 0;
        padding: 10px 0;
    }
    #schedule3 table td.info01 {
        display: block;
        width: 100%;
        padding: 0 0 12px 0;
    }
    #schedule3 table td.info02 {
        display: block;
        width: 100%;
        border-bottom: dotted #333333 1px;
        margin: 0 auto 20px;
        padding: 0 0 20px;
        letter-spacing: 0;
    }
    #schedule3 table td.info01 {
        font-size: 1.1em;
        letter-spacing: 0.05;
    }
    #schedule3 table td b {
        font-size: 1.1em;
    }
    #schedule3 table td.info01 span {
        font-size: 1.4em;
    }
}
















/* オンライン
-------------------------------------- */
#onLine {
    background: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 100px 0;
    border-bottom: 1px solid #333333;
}
#onLine .inner {
    color: #000;
    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;
}
#onLine h2 {
    font-size: 34px;
    font-weight: 200;
    text-align: center;
    letter-spacing: 10px;
    margin: 0 -20px 10px 0;
}
#onLine .h2Sub {
    font-size: 12px;
    font-family: "Noto Sans JP";
    letter-spacing: 3px;
    text-align: center;
    margin: 0 -3px 50px 0;
}
#onLine img {
    margin: 0 0 50px;
}
#onLine h3 {
    font-size: 18px;
    letter-spacing: 10px;
    margin: 0 -10px 10px 0;
}
#onLine p {
    margin: 0 0 50px;
    font-size: 16px;
}
#onLine p span {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.4em;
}
#onLine ul.attention1 {
    list-style: none;
    margin: 0 0 50px;
    padding: 0;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 2.0em;
    color: #C5C5C5;
}

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

/* max-width:640px */
@media screen and (max-width:640px) {
    #onLine {
        padding: 60px 0;
    }
    #onLine .inner {
        width: 100%;
        min-width: 100%;
        padding: 0 20px;
        text-align: justify;
    }
    #onLine h2 {
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 2px;
        margin: 0 -2px 5px 0;
    }
    #onLine .h2Sub {
        margin: 0 -3px 30px 0;
    }
}


/* オンラインサイトはこちら */
#onLine .onlinesite {
    margin: 0 auto 8%;
}
#onLine .onlinesite a {
    display: block;
    max-width: 400px;
    width: 90%;
    border-radius: 100px;
    margin: 0 auto;
    padding: 15px 0;
    background: #1e1e1e;
    text-align: center;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
}

/* max-width:640px */
@media screen and (max-width:640px) {
    #onLine .onlinesite {
        margin: -4% auto 16%;
        font-size: 1.1rem;
    }
    #onLine .onlinesite a {
        padding: 8px 0;
        font-size: 1rem;
    }
}


/* スポンサー
-------------------------------------- */
#sponsorship {
    background: #262626;
    text-align: center;
    margin: 0 auto;
    padding: 50px 0;
    border-bottom: 1px solid #333333;
}
#sponsorship .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;
}
#sponsorship h3 {
    font-size: 14px;
    letter-spacing: 5px;
    margin: 0 -5px 10px 0;
}
#sponsorship p {
    margin: 0 0 50px;
    font-size: 14px;
}
#sponsorship p span {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.4em;
}
#sponsorship ul.attention1 {
    list-style: none;
    margin: 0 0 50px;
    padding: 0;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 2.0em;
    color: #C5C5C5;
}

/* max-width:960px */
@media screen and (max-width:960px) {
    #sponsorship .inner {
        width: 100%;
        min-width: 100%;
        padding: 0 20px;
    }
    #sponsorship p br {
        display: none;
    }
}

/* max-width:640px */
@media screen and (max-width:640px) {
    #sponsorship {}
    #sponsorship .inner {
        width: 100%;
        min-width: 100%;
        padding: 0 20px;
    }
    #sponsorship h3 {
        font-size: 14px;
        letter-spacing: 1px;
        margin: 0 0px 5px 0;
    }
    #sponsorship p {
        margin: 0 0 50px;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 2em;
    }
    #sponsorship p br {
        display: none;
    }
}


/* ページトップ
-------------------------------------- */
#returnTop {
    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;
    }
}


/* 写真展レポート　ヘッダ
-------------------------------------- */
#pageHead {
    background: url("../img/pageBg.jpg") no-repeat center;
}

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

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


/* 写真展レポート
-------------------------------------- */
#report {
    background: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 100px 0;
    width: 100%;
    min-width: 100%;
}
#report .inner {
    color: #000;
    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;
}
#report img {
    width: 100%;
    height: auto;
}
#report h2 {
    font-size: 34px;
    font-weight: 200;
    text-align: center;
    letter-spacing: 20px;
    margin: 0 -20px 10px 0;
}
#report .h2Sub {
    font-size: 12px;
    font-family: "Noto Sans JP";
    letter-spacing: 3px;
    text-align: center;
    margin: 0 -3px 50px 0;
}
#report h3 {
    font-size: 24px;
}
#report p.first {}
#report p {
    margin-bottom: 100px;
    font-size: 16px;
}
#report ul.attention1 {
    list-style: none;
    margin: -80px 0 100px;
    padding: 0;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 2.0em;
    color: #6f7071;
}

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

/* max-width:640px */
@media screen and (max-width:640px) {
    #report {
        padding: 60px 0;
    }
    #report .inner {
        width: 100%;
        min-width: 100%;
        padding: 0 20px;
    }
    #report h2 {}
    #report .h2Sub {
        margin: 0 -3px 30px 0;
    }
}


/* 上部オンラインサイトはこちら
----------------------------------- */
#reportBt {
    margin: -5% auto 5%;
}
#reportBtLower {
    border-top: 1px #000 solid;
    margin: 3% auto;
    padding-top: 3%;
}
#reportBt a, #reportBtLower a {
    display: block;
    max-width: 500px;
    width: 90%;
    border-radius: 100px;
    margin: 0 auto 20px;
    padding: 15px 0;
    background: #1e1e1e;
    text-align: center;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
}
#reportBt a:last-of-type, #reportBtLower a:last-of-type {
    margin-bottom: 0;
}

/* max-width:640px */
@media screen and (max-width:640px) {
    #reportBt {
        margin: -16% auto 16%;
        font-size: 1.1rem;
    }
    #reportBtLower {
        margin: -4% auto 16%;
        padding-top: 16%;
        font-size: 1.1rem;
    }
    #reportBt a, #reportBtLower a {
        margin: 0 auto 16px;
        padding: 18px 0;
        letter-spacing: 0;
        font-size: 1rem;
    }
}