@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 (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 (min-width:640.98px) {
	#mainvisual {
		box-sizing: border-box;
		height: 100lvh;
		width: 100%;
		margin: 0 auto;
		background-image: 
      url(../img/mainvisual-white.png),
      url(../img/mainvisual.webp),
      url(../img/mainvisual.webp);
		background-position:
      center top,
      left -55lvh top,
      right -55lvh top;
		background-repeat:
      no-repeat,
      no-repeat,
      no-repeat;
    background-size:
      156.98lvh 100lvh,
      156.98lvh 100lvh,
      156.98lvh 100lvh;
		animation: 1.5s linear blurInBg;
		text-align: center;
		overflow: hidden;
    box-shadow: 0 -20px 30px -10px rgba(0,0,0,0.1) inset;
	}
	#mainvisual h1 {
		height: 100lvh;
		animation: 2.8s ease-in blurInTitle;
    margin: 0 auto;
    padding: 0;
	}
	#mainvisual h1 img {
    height: 100%;
    object-fit: contain;
	}
}
@media (min-aspect-ratio: 16/7) {
	#mainvisual {
		background-position:
      center top,
      left calc(50% - 78.49lvh) top,
      right calc(50% - 78.49lvh) top;
  }
}
@media (max-width:1080px) {
	#mainvisual {
		height: auto;
		aspect-ratio: 1166 / 1074;
		background-position:
      right 75% top,
      left -55lvh top,
      right -55lvh top;
  }
	#mainvisual h1 {
		height: auto;
		aspect-ratio: 1166 / 1074;
	}
	#mainvisual h1 img {
    width: 100%;
    height: auto;
	}
}
@media (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;
	}
}



/* 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.5;
	font-family: Noto Serif JP, serif;
	font-size: clamp(0.875rem, 2.5vw + -0.125rem, 1rem);
	font-weight: 400;
	color: #000;
}

/* max-width:960px */
@media (max-width:960px) {
 	.exhCopy {
		padding: 0 20px 30px;
	}
  .exhCopyTxt {
		text-align: justify;
	}
}

/* max-width:640px */
@media (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%;
    }
    .exhCopyTxt {
      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 (max-width:960px) {
    footer .inner {
        width: 100%;
        min-width: 100%;
    }
}

/* max-width:640px */
@media (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 (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 (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 (max-width:960px) {
    #exhMessage .inner {
        width: 100%;
        min-width: 100%;
        padding: 0 20px;
    }
}

/* max-width:640px */
@media (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 (max-width:960px) {
    #about .inner {
        width: 100%;
        min-width: 100%;
        padding: 0 20px;
    }
}

/* max-width:640px */
@media (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 .detailContainer {
    margin-bottom: 160px;
}
#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 (max-width:640px) {
    #offline .detailContainer {
        margin-bottom: 80px;
    }
    #offline .request {
        margin: -4% auto 16%;
        font-size: 1.1rem;
    }
    #offline .request a {
        padding: 8px 0;
        font-size: 1rem;
    }
}


/* ブース
------------ */
#offline .videoContainer {
    position: relative;
    width: 100%;
    height: 0;
    margin-bottom: 12px;
    padding-bottom: 56.25%;
    overflow: hidden;
}
#offline .videoContainer iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#offline .videoCaption {
    margin-bottom: 60px;
    font-size: 14px;
}

#offline p.offlineBoothIntro {
    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.n01 span {
    display: inline-block;
}
#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 (max-width:960px) {
    #offline .inner {
        width: 100%;
        min-width: 100%;
        padding: 0 20px;
    }
    #offline img {
        width: 100%;
    }
}

/* max-width:640px */
@media (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 .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;
    }
    
    #offline .videoCaption {
        margin-bottom: 50px;
        text-align: center;
        font-size: 12px;
    }
}

/* トークショー
------------ */
#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,
#schedule table.last-of-type tr:last-of-type td,
#schedule table:last-of-type tr:last-of-type td {
    border-bottom: dotted #333333 1px;
    padding: 24px 10px;
}
#schedule table tr:last-of-type td {
    border-bottom: 0;
}
#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.info02 span.breakline {
  display: inline-block;
}
#schedule table td.info01 span.time {
    font-weight: normal;
    font-size: 1.7em;
    color: #333;
}
#schedule table td.info02 b {
    display: inline-block;
    padding-bottom: 10px;
}

/* max-width:640px */
@media (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,
    #schedule table.last-of-type tr:last-of-type td.info01,
    #schedule table:last-of-type tr:last-of-type td.info01 {
        display: block;
        width: 100%;
        border-bottom: 0;
        padding: 0 0 12px 0;
        font-size: 1.1em;
        letter-spacing: 0.05;
    }
    #schedule table td.info02,
    #schedule table.last-of-type tr:last-of-type td.info02,
    #schedule table:last-of-type tr:last-of-type 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 b {
        font-size: 1.1em;
    }
    #schedule table td.info01 span.time {
        font-size: 1.4em;
    }
}




/* セミナー
------------ */
#schedule2 {
    padding-bottom: 0px;
    padding-top: 100px;
}
#schedule2 h3.seminarStage {
    position: relative;
    display: inline-block;
    margin: 0 0 20px;
    padding: 0 48px;
    text-indent: 10px;
    text-align: center;
    font-size: 24px;
}
#schedule2 h3.seminarStage:before,
#schedule2 h3.seminarStage:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 48px;
  height: 1px;
  background-color: #333333;
}
#schedule2 h3.seminarStage:before {
  left:0;
}
#schedule2 h3.seminarStage:after {
  right: 0;
}
#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 table.last {
    margin-bottom: 80px;
}
#schedule2 table td,
#schedule2 table.last-of-type tr:last-of-type td,
#schedule2 table:last-of-type tr:last-of-type td {
    border-bottom: dotted #333333 1px;
    padding: 24px 10px;
}
#schedule2 table tr:last-of-type td {
    border-bottom: 0;
}
#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 {
    display: inline-block;
}
#schedule2 table td.info02 b {
    display: inline-block;
    padding-bottom: 10px;
}

/* max-width:640px */
@media (max-width:640px) {
    #schedule2 {
        padding-bottom: 0;
        padding-top: 50px;
    }
    #schedule2 h3 {
        margin: 0 0 10px;
        padding: 0;
        text-align: left;
    }
    #schedule2 h3.seminarStage {
        position: relative;
        display: inline-block;
        margin: 0 0 10px;
        padding: 0 60px;
        text-align: center;
        text-indent: 6px;
        letter-spacing: 6px;
        font-size: 18px;
    }
    #schedule2 h3.seminarStage:before,
    #schedule2 h3.seminarStage:after {
      width: 48px;
    }
    #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 {
        margin-bottom: 40px;
    }
    #schedule2 table:last-of-type {
        margin-bottom: 40px;
    }
    #schedule2 table td {
        border: 0;
        padding: 10px 0;
    }
    #schedule2 table td.info01,
    #schedule2 table.last-of-type tr:last-of-type td.info01,
    #schedule2 table:last-of-type tr:last-of-type td.info01 {
        display: block;
        width: 100%;
        border-bottom: 0;
        padding: 0 0 12px 0;
        font-size: 1.1em;
        letter-spacing: 0.05;
    }
    #schedule2 table td.info02,
    #schedule2 table.last-of-type tr:last-of-type td.info02,
    #schedule2 table:last-of-type tr:last-of-type 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 b {
        font-size: 1.1em;
    }
}





/* 配信ブース
------------ */
#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,
#schedule3 table.last-of-type tr:last-of-type td,
#schedule3 table:last-of-type tr:last-of-type td {
    border-bottom: dotted #333333 1px;
    padding: 24px 10px;
}
#schedule3 table tr:last-of-type td {
    border-bottom: 0;
}
#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 (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,
    #schedule3 table.last-of-type tr:last-of-type td.info01,
    #schedule3 table:last-of-type tr:last-of-type td.info01 {
        display: block;
        width: 100%;
        border-bottom: 0;
        padding: 0 0 12px 0;
        font-size: 1.1em;
        letter-spacing: 0.05;
    }
    #schedule3 table td.info02,
    #schedule3 table.last-of-type tr:last-of-type td.info02,
    #schedule3 table:last-of-type tr:last-of-type 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 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 (max-width:960px) {
    #onLine .inner {
        width: 100%;
        min-width: 100%;
        padding: 0 20px;
    }
    #onLine img {
        width: 100%;
    }
}

/* max-width:640px */
@media (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 (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 (max-width:960px) {
    #sponsorship .inner {
        width: 100%;
        min-width: 100%;
        padding: 0 20px;
    }
    #sponsorship p br {
        display: none;
    }
}

/* max-width:640px */
@media (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 (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 (max-width:960px) {
    #pageHead .inner {
        width: 100%;
        min-width: 100%;
        padding: 0 20px;
    }
}

/* max-width:640px */
@media (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 (max-width:960px) {
    #report .inner {
        width: 100%;
        min-width: 100%;
        padding: 0 20px;
    }
}

/* max-width:640px */
@media (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 (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;
    }
}