@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;
	}

}

	
	
	

/* KV＆FOOT
-------------------------------------- */

.btn_scroll{
	position: fixed;
	border: 0;
	bottom: 10px;
	left: calc(50% - 118px/2);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
}

#top{
	text-align: center;
	max-width: 1920px;
	margin: 0 auto;
}

.imageContainer {
	position: relative;
	height: 900px;
	margin-bottom: 30px;
	opacity: 0;
	transition: opacity 1s;
}

.imageContainer.on {
	opacity: 1;
}

.main{
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: nowrap;
	opacity: 0;
	animation: change-img-anim 80s infinite;
}

@keyframes change-img-anim {
	0% { opacity: 0; }
	4% { opacity: 1; }
	10% { opacity: 1; }
	14% { opacity: 0; }
	100% { opacity: 0; }
}

.main:nth-of-type(1) {
	animation-delay: 0s;
}
.main:nth-of-type(2) {
	animation-delay: 8s;
}
.main:nth-of-type(3) {
	animation-delay: 16s;
}
.main:nth-of-type(4) {
	animation-delay: 24s;
}
.main:nth-of-type(5) {
	animation-delay: 32s;
}
.main:nth-of-type(6) {
	animation-delay: 40s;
}
.main:nth-of-type(7) {
	animation-delay: 48s;
}
.main:nth-of-type(8) {
	animation-delay: 56s;
}
.main:nth-of-type(9) {
	animation-delay: 64s;
}
.main:nth-of-type(10) {
	animation-delay: 72s;
}

.mainSp{
  display: none;
  position: absolute;
  width: 100%;
  opacity: 0;
  animation: change-img-anim 80s infinite;
}

.mainSp:nth-of-type(1) {
	animation-delay: 0s;
}
.mainSp:nth-of-type(2) {
	animation-delay: 8s;
}
.mainSp:nth-of-type(3) {
	animation-delay: 16s;
}
.mainSp:nth-of-type(4) {
	animation-delay: 24s;
}
.mainSp:nth-of-type(5) {
	animation-delay: 32s;
}
.mainSp:nth-of-type(6) {
	animation-delay: 40s;
}
.mainSp:nth-of-type(7) {
	animation-delay: 48s;
}
.mainSp:nth-of-type(8) {
	animation-delay: 56s;
}
.mainSp:nth-of-type(9) {
	animation-delay: 64s;
}
.mainSp:nth-of-type(10) {
	animation-delay: 72s;
}

.main h1{
	margin: 0;
}


p#message{
	max-width: 960px;
	margin: 0 auto;
	text-align: justify;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 1px;
}

.exhTitle{
	padding: 80px 0;
	background: url("../img/line_vertical.png") repeat-y center;
}
p#message,
.exhTitle{
	margin-bottom: 50px;
}	
.exhTitle .exhTitleInner{
	padding: 50px 0;
	background: #fff;
}



.exhTitleNoline{
	padding:  0;
}
p#message,
.exhTitleNoline{
	margin-bottom: 50px;
}	
.exhTitleNoline .exhTitleInner{
	padding: 50px 0;
	background: #fff;
}




p#attention{
	max-width: 960px;
	margin: 0 auto 50px;
	text-align: justify;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
}


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){
	.imageContainer {
		position: relative;
		aspect-ratio: 1280 / 1960;
		height: auto;
		margin: 0px 30px 40px 30px;
		padding: unset;
	}

	.main{
		display: none;
	}
	.mainSp{
	  display:block;
		margin-top: 0;
	}
	.mainSp img{
		width: 100%;
	}

	p#message{
		padding: 0 30px;

	}
	p#attention{
			padding: 0 10px;
	}
	footer .inner{
			width: 100%;
			min-width: 100%;
	}
}

/* max-width:640px */
@media screen and (max-width:640px){
	.imageContainer {
		position: relative;
		aspect-ratio: 1280 / 1960;
		height: auto;
		margin: unset;
		padding: unset;
	}
	.mainSp{
		padding: 0;
	}
	p#message{
		font-size: 14px;
		line-height: 26px;
		padding: 0 20px;
		margin-bottom: 30px;
	}

	.exhTitle{
		padding: 50px 0;
		margin-top: 20px;
		margin-bottom: 30px;
	}	
	.exhTitle .exhTitleInner{
		padding: 30px 30px;
	}
	.exhTitle .exhTitleInner img{
		width: 100%;
	}

	
	.exhTitleNoline{
		margin-top: 0px;
		margin-bottom: 20px;
	}	
	.exhTitleNoline .exhTitleInner{
		padding: 30px 30px;
	}
	.exhTitleNoline .exhTitleInner img{
		width: 100%;
	}
	
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;
	}
}


/* オンライン
-------------------------------------- */



#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;
	}
}

