@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, nav2, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
box-sizing: border-box;
}

article{height: 100%; max-width: 100%; width: 100%;}

/* HTML5 display-role reset for older browsers
*/

strong {
	font-weight: bold;
}
body{
	background: #fafafb;
	font-size: 15px !important;}

body, html {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: normal !important;
}
body {
	position: relative;
}

#welcome2020 #box-welcome {
	padding-top: 100px;
}

#welcome2020 .bg-gray{
	background-color:#f5f5f5;
	padding: 30px 20px;
}
#welcome2020  h2 {
	/*font-family: interstate, sans-serif;*/
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	position: relative;
	color: #3d3e3e;
	text-align: center;
	display: flex;
	align-items: center;
	max-width: 1240px;
	margin: 0 auto 15px;
	line-height: 1.6;
}
#welcome2020 h2 span{
	position: absolute;
	font-size: 12px;
	left: 0;
    right: 0;
    top: 30px;
}
#welcome2020 h2:before,
#welcome2020 h2:after {
	content: "";
	height:1px;
	flex-grow: 1;
	background-color:#3d3e3e;
}
#welcome2020 h2:before {
	margin-right: 1rem;
}
#welcome2020 h2:after {
	margin-left: 1rem;
}
#welcome2020 h3 {
	font-size: 20px;
	font-weight: bold;
	color: #3d3e3e;
	margin-top: 30px;
	text-align: center;
	line-height: 1.5;
}
#welcome2020 h4 {
	font-size: 18px;
	font-weight: bold;
	color: #3d3e3e;
	margin-top: 0;
	position: relative;
	line-height: 1.5;
}
#welcome2020 .main {
	width: auto;
	margin: 0 auto;
	text-align: center;
}
#welcome2020 .main img{
	width: auto;
	max-height: 500px;
	max-width: 100%;
}
/*#welcome2020 h4:before {
	content: "";
	width: 20px;
	height: 2px;
	background: #2dcea9;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}*/
#welcome2020 a {
	text-decoration: none;
	color: #050505;
}
#welcome2020 p {
	margin: 0 auto 1em ;
	line-height: 1.8em;

}
#welcome2020 .red {
	color:  #c20000;

}
#welcome2020 ul{
	list-style: none;
}
#welcome2020 .list ul{
	margin-top: 0.5em;
}
#welcome2020 .list ul li{
	text-indent: -1em;
    padding-left: 1em;
}
#welcome2020 #policy .list ul li{
	margin-top: 1em;
}
/*レポートComponent*/
#welcome2020 #report {
	color: #050505;
	padding: 100px 0 30px 0;
}

#welcome2020 #report h1 {
	width: auto;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 1em;
	position: static;
	line-height: 1.5em;
}

#welcome2020 #report h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"!important;
	font-size: 1.2em;
	margin: 2em 0 0.5em;
	color: #050505;
	text-align: left;
    display: block;
    text-indent: -1em;
    padding-left: 1em;
}
#welcome2020 #report h2:before {
	content: "■";
	color: #2dcea9;
	height: auto;
    flex-grow: 0;
	margin-right: 5px;
    background-color: rgba(0,0,0,0);
}
#welcome2020 #report h2:after {
	content: none;
}
#welcome2020 #report .hedd-normal:before {
	content: none;
}
#welcome2020 #report a {
	font-weight: bold;
	word-break: break-all;
}

#welcome2020 #report a:hover {
	color: #49D5A5;
}
#welcome2020 #report .event_day {
	font-size: 18px;
	color: #3d3e3e;
	font-weight: bold;
	padding-bottom: 0.25em;
	border-bottom: solid 1px #3d3e3e;
	display: inline-block;
    margin-bottom: 1.5em;
}
#welcome2020 #report .event_day small{
	font-size: 0.7em;
}
#welcome2020 #report .eventPhoto {
	width: 100%;
	max-width: 100%;
	margin-top: 20px;
	text-align: center;
}
#welcome2020 #report .eventPhoto img{
	max-width: 100%;
}
#welcome2020 #report .caption-R {
	font-size: 12px;
	text-align: right;
	margin-top: 0;
	display: block;
}
#welcome2020 #report .caption-L {
	font-size: 12px;
	text-align: left;
	margin-top: 0;
	display: block;
}
#welcome2020 #report .caption-C {
	font-size: 12px;
	text-align: center;
	margin-top: 0;
	display: block;
}
#welcome2020 #report .sub-text-box {
	background: #ececec;
    padding: 20px;
    display: inline-block;
	    border-radius: 15px;
	margin-top: 26px;
}
#welcome2020 .box-flex {
	margin-top: 20px;
}
#welcome2020 .box-flex img{
	max-width: 100%;
}
#welcome2020 .box-flex .item30per {
	width: 30%;
	margin: 0;
}
#welcome2020 .box-flex .item70per {
	width: 68%;
	margin: 0;
}
#welcome2020 .box-flex .item50per {
	width: 49%;
	margin: 0;
}
#welcome2020 .box-flex .item300{
	width: 300px;
	max-width: 100%;
	padding: 0 10px;
}
#welcome2020 .box-flex .item480{
	width: 480px;
	max-width: 100%;
	padding: 0 10px;
}
#welcome2020 .box-flex .item600{
	width: 600px;
	max-width: 100%;
	padding: 0 10px;
}
#welcome2020 .note {
	font-size: 13px;
	margin-top: 15px;
}
#welcome2020 .note ul{
	margin-top: 0.5em;
	color: #3d3e3e;
	list-style: none;
	padding: 0;
}
#welcome2020 .note ul li{
	text-indent: -1em;
    padding: 0.5em 0 0 1em;
}
#welcome2020 .video_box{
	display: block;
    margin: 0 auto 1em;
    width: 620px;
}
#welcome2020 #report .summary a{
	border-bottom: solid 1px #49D5A5;
}

#welcome2020 #report .summary a:hover {
	color: #49D5A5;
	transition-duration: 0.1s;
}
#welcome2020 #report .pagetop {
	text-align: right;
	width: 980px;
    margin: 0 auto;
	max-width: 100%;
}
#welcome2020 #report .pankuzu {
	margin-top: 20px;
	font-size: 12px;
	width: 980px;
    margin: 0 auto;
	max-width: 100%;
	padding-top: 40px;
}
/*レポートComponent*/

#welcome2020 .link-more {
	/*font-family: interstate, sans-serif;*/
	font-weight: 700;
	font-style: normal;
	width: 100%;
	margin: 20px auto 0;
	text-align: center;
	display: inline-block;
}
#welcome2020 .link-more a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#welcome2020 .link-more a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #2dcea9;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform .3s;
}
#welcome2020 .link-more a:hover::after {
  transform-origin: right top;
  transform: scale(0, 1);
}

#welcome2020 .link-line {
	border-bottom: solid 1px #49D5A5;
}

#welcome2020 .link-line:hover {
	color: #49D5A5;
	transition-duration: 0.1s;
}

#welcome2020 .link-big {
	margin-top: 30px;
	text-align: center;
}

#welcome2020 .link-big a{
	padding: 1em;
	font-weight: bold;
	background: #23bf8a;
	color: #fff!important;
    border: 1px solid #2dcea9;
	display: inline-block;
}

#welcome2020 .link-big a:hover {
	transition-duration: 0.2s;
	color: #23bf8a!important;
	background: #fff;
	border: 1px solid #2dcea9;
}
#welcome2020 .link-img:hover {
	transition-duration: 0.2s;
	opacity: 0.8
}
#welcome2020 .special {
		padding: 30px!important;
	}
#welcome2020 .side {
		padding: 0 15px!important;
	}
#welcome2020 .fadein {
  opacity : 0;
  transform: translateY(40px);
  transition: all 1s;
}
#welcome2020 .box {
	position: absolute;
	bottom: 30px;
    left: 0;
    right: 0;
}

#welcome2020 .box-1240 {
	width: 1240px;
	margin: 20px auto 0;
	max-width: 100%;
}

#welcome2020 .box-980 {
	padding: 5px;
	width: 980px;
	margin: 20px auto 40px;
	max-width: 100%;
}
#welcome2020 .box-line {
	border: 1px solid #49D5A5;
	padding: 0 20px 20px;
	margin: 20px 0;
	max-width: 100%;
}
#welcome2020 .photo-960px {
	width: 100%;
	text-align: center;
	margin: 30px 0;
}
#welcome2020 .photo-960px img{
	width: 960px;
	max-width: 100%;
}
#welcome2020 .photo-700px {
	width: 100%;
	text-align: center;
	margin: 30px 0;
}
#welcome2020 .photo-700px img{
	width: 700px;
	max-width: 100%;
}
#welcome2020 .photo-470px {
	text-align: center;
	margin: 30px 0;
}
#welcome2020 .photo-470px img{
	width: 470px;
	max-width: 100%;
}


#welcome2020 .photo-350px {
	text-align: center;
	margin: 15px 0;
}
#welcome2020 .photo-350px img{
	width: 350px;
	max-width: 100%;
}

#welcome2020 .photo-300px {
	text-align: center;
	    padding: 15px;
}
#welcome2020 .photo-300px img{
	    width: 293px;
	max-width: 100%;
}
#welcome2020 .photo-200px {
	text-align: center;
	    padding: 15px;
}
#welcome2020 .photo-200px img{
	    width: 193px;
	max-width: 100%;
}

#welcome2020 .box-flex {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#welcome2020 .box-R,#welcome2020 .box-L {
	width: 500px;
	height: 300px;
	padding: 20px;
	background: rgba(31, 31, 31, 0.6);
	color: #fff;
	position: relative;
}
#welcome2020 .box-L {
	margin: 0 0 0 auto;
}
#welcome2020 .box-R h2,#welcome2020 .box-L h2{
	color: #fff;
}
#welcome2020 .box-R h2:after,#welcome2020 .box-L h2:after,
#welcome2020 .box-R h2:before,#welcome2020 .box-L h2:before{
	background-color: #fff;
}
#welcome2020 .box-R p,#welcome2020 .box-L p {
	padding-top: 40px;
}

/*.honda-header {
	background: url(/jp/welcome-plaza/contents/images/2018/honda-header.jpg) no-repeat;
	background-size: auto 100%;
	background-position: center;
	height: 100px;
}
.honda-footer {
	background: url(/jp/welcome-plaza/contents/images/2018/honda-footer.jpg) no-repeat;
	background-size: auto 100%;
	background-position: center;
	height: 667px;
}*/

/*ナビゲーション*/
#welcome2020 header {
    background: #fff;
	padding: 15px 0 10px;
    width: 100%;
	/*height: 100px;*/
	position: absolute;
	transition: 0.2s;
	z-index: 99;
}

#welcome2020 .fixed{
    position: fixed;
    top: 0;
	z-index: 99;
	padding: 5px 0 0;
}
#welcome2020 .fixed2{
    position: fixed;
    top: 0;
	z-index: 99;
}
#welcome2020 .logo_hide{
    height: 50px;
}
#welcome2020 .logo_hide .w-logoPC{
    display: none;
}
#welcome2020 .glabal-nav{
	font-family: interstate, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	/* font-size: 15px; */
	color: #3d3e3e;
	padding: 0 5px 5px;
}
#welcome2020 h1 {
	width: 650px;
	margin: 0 auto;
	padding: 0 0 10px 0;
}
#welcome2020 .glabal-nav ul {
	width: 1240px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
#welcome2020 .glabal-nav ul li{
	display: inline;
	padding: 20px 20px;
}
#welcome2020 .glabal-nav ul li img{
	vertical-align: top;
}
#welcome2020 .glabal-nav ul .link-lang{
	position: absolute;
	/*bottom: -3px;*/
    right: 0;
	padding: 0;
}
#welcome2020 .glabal-nav ul .link-lang div{
	display: inline;
	padding: 5px
}
#welcome2020 .glabal-nav ul .link-lang .current{
	font-size: 14px;
	background: #3d3e3e;
	color: #fff;
	border-radius: 5px;
	padding: 5px;
	margin: 10px;
}
#welcome2020 .top-content .oshirase {
	max-width: 60%;
	margin-left: 35px;
}
#welcome2020 .glabal-nav ul li a {
	color: #3d3e3e;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#welcome2020 .glabal-nav ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #3d3e3e;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
#welcome2020 .glabal-nav ul li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

/*ナビゲーション*/

/*share*/
#load-sns{display: inline; max-width: 100%;}
.ms-sns{ text-align:right; max-width: 100%;}
.ms-sns p{padding: 5!important;}
.ms-sns-tw{ float:right;}
.ms-sns-fb{ float:right;}
.ms-sns-fb-share{ float:right;}

.ms-sns-fb iframe{width: auto; max-width: 100px; overflow: visible; }
.ms-sns-fb-share iframe{width: auto; max-width: 62px; overflow: visible;}
.ms-sns-line{margin:0; float: right;}

.ms-sns:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
/*share*/

/*main*/
#welcome2020 #main .w-logoPC{
	position: absolute;
	top: 44%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
	width: 800px;
	pointer-events: none;
	max-width: 100%;
}
#welcome2020 #main .w-logoPC img{
	max-width: 100%;
}
#welcome2020 #main .img{
	width: 100%;
	height: 500px;
	background: url(/jp/welcome-plaza/contents/images/2020/main.jpg) no-repeat center bottom / cover;
	position: relative;
}
#welcome2020 #main {
	text-align: center;
	padding-top: 100px;
	/*margin-top: 100px;*/
}
#welcome2020 #main .news {
	margin: 0 auto;
	width: 900px;
	max-width: 100%;
	padding: 30px 20px 10px;
}

#welcome2020 #main .news p {
	margin: 0 auto 1em ;
	line-height: 1.8em;
	text-align: left;
}
#welcome2020 #main .news ul{
	margin-top: 1em;
}
#welcome2020 #main .news ul li{
	text-indent: -1em;
    padding-left: 1em;
	text-align: left;
	font-size: 15px;
}
#welcome2020 #main h3{
	font-size: 20px;
	text-align: center;
	margin: 0 0 0.5em;
}
/*main*/

/*イベント＆館内展示*/

#welcome2020 #event {
	padding: 30px 20px;
	height: auto;
	background: #f5f5f5;

}
#welcome2020 #event .RSS{
	display: block;
	text-align: right;
}


/****************************************
***************eventlist*****************
*****************************************/
	#event_list {position: relative;}
	#event_list img { width: 100%;}
#welcomearchive2018 #event_list img { width: 100%; max-width: 100%;}
#welcomearchive2018 #event_list2018 img { max-width: 100%;}
#welcomearchive2018 #event_list2020 .downnews {display: block;}
	#event_list .wp-filter.maintags {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content:         flex-end;
		flex-wrap:wrap;
		-webkit-flex-wrap: wrap;
	}
	#event_list .wp-filter.maintags li {
		width:auto;
		margin-left: 10px;
		border-radius: 20px;
		background: #c20000;
		color: #FFF;
		padding:0 0.5em;
		cursor: pointer;
	}
	#event_list .wp-filter.maintags li.current{
		background: #FFF;
		color: #c20000;
		border: 1px solid #c20000;
	}

	#event_list #eventBOXs,#event_list #reportBOXs  {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:left;
		flex-wrap:wrap;
		-webkit-flex-wrap: wrap;
	}

	#event_list2020 #event_list #eventBOXs,#event_list2020 #event_list #reportBOXs  {
		-webkit-justify-content:flex-start;
		justify-content:flex-start;
		width: 930px;
    	margin: auto;
		max-width: 100%;
	}
	#event_list .eveBOX {
		margin: 10px;
		vertical-align: top;
		position: relative;
		text-align: left;
		display: inline-block;
		overflow: hidden;
}
	#event_list .downnews {
		display: none!important;
}
	#event_list .eveBOX a {
		display:block;
		overflow: hidden;
		color: #050505;
		width:290px;
		height: 290px;
		position: relative;

	}
#event_list .eveBOX b{
		display:block;
		overflow: hidden;
		color: #050505;
		width:290px;
		height: 290px;
		position: relative;

	}

	#event_list .eveBOX:hover {
		opacity: 0.8;
		transition-duration: 0.2s;

	}
	#event_list .nolinkBOX:hover {
		opacity: 1;


	}

	/*bigBOX*/
	#event_list .eveBOX.firstBOX a{width:100%; height: 230px; line-height: 1.3;}
	#event_list .eveBOX a:after {
		content: "";
		height: 150px;
    	width: 100%;
    	position: absolute;
		bottom: 0;
		left: 0;
background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.7), transparent);
background: -o-linear-gradient(bottom, rgba(0,0,0,0.7), transparent);
background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
	}
	#event_list .eveBOX b:after {
		content: "";
		height: 100%;
    	width: 100%;
    	position: absolute;
		bottom: 0;
		left: 0;
background:  rgba(0,0,0,0.4);
	}
	#event_list .eveBOX.firstBOX img {width:440px; height: auto; }
	#event_list .eveBOX.firstBOX .txtData {
		float: right;
		width: 530px;
		padding:0 1em;
		position: inherit;
		bottom: auto;
		text-shadow: 1px 2px 3px #808080;
	}
	#event_list .eveBOX.firstBOX .txtData p { display:block;}
	#event_list .eveBOX.firstBOX .txtData red {color:#c20000;}
	#event_list .eveBOX.firstBOX .txtData span { font-size:18px; display: block; margin-bottom: 16px;}
	#event_list .eveBOX.firstBOX  h4 {
		font-size: 25px;
		margin: 0 0 16px;
		font-weight: 100;
		line-height: 1.2em;
	}
	#event_list .eveBOX.firstBOX .wp-filter {
		position: absolute;
		bottom: 0;
		left: 455px;
	}
	/*bigBOX*/

	/*nomalBOX*/
/*	#event_list .eveBOX .wp-filter {
	position: absolute;
    top: 1em;
    left: 0.5em;}
	#event_list .report .wp-filter:after {
		content: 'イベントレポート';
		margin: 0.5em;
    	padding: 0.3em;
    	background: #298cc5;
		color: #fff;
		border-radius: 5px;
		font-weight: bold;
	}
	#event_list .event .wp-filter:after {
		content: 'イベント告知';
		margin: 0.5em;
    	padding: 0.3em;
    	background: #26bd77;
		color: #fff;
		border-radius: 5px;
		font-weight: bold;
	}*/
	#event_list .eveBOX .txtData {
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1;
		color: #fff;
		padding: 0.8em;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	#event_list .eveBOX .txtData span {
		font-size: 13px;
	}
	#event_list .eveBOX:hover .txtData {
		bottom: 0;
	}
	#event_list .eveBOX .txtData h4 {
		font-size: 16px;
		font-weight: 500;
		color: #fff;
		line-height: 1.5em;
		margin: 0;
	}
	#event_list .eveBOX .txtData h4:before {
		content: none;
	}
	#event_list .eveBOX .txtData p {
		display: none;
		font-size: 0.9em;
	}

	/*nomalBOX*/
	#event_list .eveBOX i {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	#event_list .more {
		border-radius: 20px;
		background: #c20000;
		color: #FFF;
		padding: 0.5em 1em;
		margin: 20px auto;
		width: 4em;
		display: block;
		text-align: center;
	}
	.jyousetsu {
		display: flex;
		display: -ms-flex;
		display: -moz-flex;
		display: -webkit-flex;
		flex-flow: wrap;
	}
.jyousetsu div { width: 50%; background: #ccc; height: 50px;}
	.jyousetsu .big { width: 100%;}
/****************************************
***************eventlist*****************
*****************************************/


/*Instagram*/
.instagram-gallery {
	max-width: 980px;
	margin: auto;
}
.instagram-gallery__list {
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	    margin-top: 50px;
	align-items: center;
	justify-content: center;
}
.instagram-gallery__item {
	    min-width: 20%;
    width: 20%;
	margin: 20px;
	/*height: 230px;
	background: #fff;*/
	padding: 5px;
}

.two_column{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.instagram-gallery__item img{
	object-fit: cover;
	min-width: 100%;
}
}
.instagram-gallery__item img{
	/*  max-width: 100%;
    width: 100%; */
    /*height: 174px;
	width: 100%;
	max-height: 100%;*/
	height: auto;
    width: auto;
    max-height: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    min-height: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.instagram-gallery__item a{
	height: 174px;
	width: 174px;
    display: flex;
    /*background: #fff;*/
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
	position: relative;
	margin: 0 auto;
}
@media all and (-ms-high-contrast: none) {
.instagram-gallery__item a{
	flex-direction: column;
}
}
.instagram-gallery__item a:hover{
	opacity: 0.5;
	transition-duration: 0.2s;
}
.instagram-gallery__item .txtx {
	width: 100%;
    text-align: center;
	margin-top: 10px;
}
.instagram-gallery__item .like {
	position: relative;
	font-size: 12px;
	display: inline;
	color: #7b7b7b;
}
.instagram-gallery__item .comments {
	position: relative;
	font-size: 12px;
	display: inline;
	color: #7b7b7b;
	margin-left: 2em!important;
}
.instagram-gallery__item .like::before {
	content: "";
	background: url(/jp/welcome-plaza/contents/images/2020/heart.png) no-repeat ;
	width: 17px;
    height: 17px;
	display: inline-block;
	vertical-align: middle;
    margin: 0 10px 0 0;
	    position: absolute;
	background-size: 17px;
	    left: -10px;
	top: -1px;
}
.instagram-gallery__item .comments::before {
	content: "";
	background: url(/jp/welcome-plaza/contents/images/2020/comments.png) no-repeat ;
	width: 17px;
    height: 17px;
	display: inline-block;
	vertical-align: middle;
    margin: 0 10px 0 0;
	    position: absolute;
	background-size: 17px;
	    left: -10px;
	top: -1px;
}
#welcome2020 {
	min-width: 980px;
}
#welcome2020 #instagram .account {
	width: 175px;
	margin: 0 auto;
	font-family: interstate, sans-serif;
	font-size: 14px;
	color: #3d3e3e;
	text-align: right;
	margin-top: 50px;
}
#welcome2020 #instagram .account  a {
	position: relative;
}
#welcome2020 #instagram .account a:before {
	content: "";
	background: url(/jp/welcome-plaza/contents/images/2020/instagram-icon.png) no-repeat ;
	width: 56px;
    height: 56px;
	display: inline-block;
	vertical-align: middle;
    margin: 0 10px 0 0;
	    position: absolute;
    bottom: -20px;
    left: -72px;
	background-size: 56px;
}
#welcome2020 #instagram .account a:hover {
	opacity: 0.5;
	transition-duration: 0.2s;
}

/*Instagram*/

/*Exhibition*/
#welcome2020 #exhibition {
	width: 100%;
	height: 500px;
	background: url(/jp/welcome-plaza/contents/images/2020/main01.jpg) no-repeat center / cover;
	/* margin-top: 30px; */
}
#welcome2020 #exhibition .box-980{
	padding-top: 100px;
	margin: 0 auto;
}
#welcome2020 #exhibition .link-more a{
	color: #fff;
}

/*Exhibition*/

/*cafe*/
#welcome2020 #cafe {
	width: 100%;
	height: 500px;
  background: url(/jp/welcome-plaza/contents/images/2020/main02.jpg) no-repeat center top 15% / cover;
	/* margin-top: 30px; */
}
#welcome2020 #cafe .box-980{
	padding-top: 100px;
}
#welcome2020 #cafe .link-more a{
	color: #fff;
}
/*cafe*/

/*shop*/
#welcome2020 #shop {
	width: 100%;
	height: 500px;
	background: url(/jp/welcome-plaza/contents/images/2020/main03.jpg) no-repeat center top / cover;
	margin-top: 30px;
}
#welcome2020 #shop .box-980{
	padding-top: 100px;
}
#welcome2020 #shop .link-more a{
	color: #fff;
}
/*shop*/

/*concept*/
#welcome2020 #concept {
	width: 100%;
	height: 500px;
	background: url(/jp/welcome-plaza/contents/images/2020/main04.jpg) no-repeat center / cover;
	margin-top: 30px;
}
#welcome2020 #concept .box-980{
	padding-top: 100px;
}
#welcome2020 #concept .link-more a{
	color: #fff;
}
/*concept*/

/*access*/
#welcome2020 #access {
	padding: 30px 0 0;
}

#welcome2020 #access .google-map {
margin-top: 50px;
}

#welcome2020 #access .box-980 {
overflow: hidden;
}

#welcome2020 #access table {
	position: relative;
	margin: 1em 0 0;
	width: 65%;
	text-align: left;
	line-height: 1.8em;
	float: left;
}

#welcome2020 #access td {
	font-size: 0.9em;
}

#welcome2020 #access th {
	white-space: nowrap;
}
#welcome2020 #access .qr td {
	border-bottom: none;
	vertical-align: middle!important;
}

#welcome2020 #access .SPbtn{
	display: none;
}

#welcome2020 #access sup{
    font-size: 70%;
    vertical-align: top;
    position: relative;
    top: -0.2em;
}

/*access*/

/*contact*/

#welcome2020 #contact {
	padding: 30px 0 30px;
}
#welcome2020 #contact .contact {
	margin-top: 50px;
}
#welcome2020 #contact .contact p{
	border-bottom: 1px solid #3d3e3e;
}
#welcome2020 #contact .contact a {
  position: relative;
}
#welcome2020 #contact .contact a:hover {
  opacity: 0.7;
	transition-duration: 0.2s;

}
#welcome2020 #contact .contact img{
	max-width: 100%;
}
#welcome2020 #contact .contact p{
	position: absolute;
	top: 10px;
	right: 15px;
	margin: 0;
}
/*contact*/

/*movie*/

#welcome2020 video {
	background: #000;
}
.video_box { margin:1em 0;}

.bc-iframe body, .bc-player-4k5Jg43ag_default {
	background-color: transparent;
}
.bc-player-4k5Jg43ag_default .vjs-poster {
	background-color: transparent;
}
.bc-player-4k5Jg43ag_default.vjs-mouse .vjs-big-play-button {
  top: 0;
  left: 0;
}
.vjs-big-play-button {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: auto;
}

.bc-player-4k5Jg43ag_default .vjs-progress-holder:before {
	background-color:#000 !important;
	filter:alpha(opacity=30) !important;
	opacity:0.3!important;
}
.bc-player-4k5Jg43ag_default .vjs-load-progress {
	background-color:#c00 !important;
	background-color:#000\9 !important;
	filter:alpha(opacity=0) !important;
	opacity:0.3!important;
}
.bc-player-4k5Jg43ag_default .vjs-play-progress, .bc-player-4k5Jg43ag_default .vjs-volume-level {
	background-color:#c00!important;
}

/*youtube*/
	#welcome2020 .photo-960px.yt{
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	#welcome2020 .yt{
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	#welcome2020 .yt iframe{
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}



@media screen and (max-width: 736px) {
	.instagram-gallery__item a {
    height: 120px;
    width: 120px;
	margin: 0 auto;
}
	.instagram-gallery__item {
	min-width: 40%;
    width: auto;
    /* padding: 10px; */
    margin: 10px;
    padding: 0;
    height: auto;
}
	#welcome2020 .video_box {
		width: 100%;
		max-width: 100%;
	}
	#welcome2020 .video-js {
		position: relative;
		width: 100% !important;
		height: auto !important;
	}
	#welcome2020 video {
		position: relative;
		width: 100%;
		height: auto;
	}

	#welcome2020 .two_column .photo-350px img{
	width: unset;
	max-width: 100%;
}

.vjs-paused .vjs-big-play-button {
		display: block !important;
	}

}


*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}



	.pc	{display: block;}
	.sp {display: none;}

/*@media (max-width: 1110px) {
	#welcome2020 .glabal-nav ul {
		text-align: left;
	}
	#welcome2020 .glabal-nav ul li {
		padding: 20px 10px;
	}
	#welcome2020 .glabal-nav ul .link-lang .current {
		font-size: 12px;
	}
}*/

/*@media (max-width: 768px) {
#welcome2020 {
	min-width: 240px;
}*/
@media (max-width: 738px) {
#welcome2020 {
	min-width: 240px;
}

/*share*/
.ms-sns{display: block; float:none; text-align:right;}
.ms-sns p{display: inline-block; vertical-align: top;}
.ms-sns-tw{width: 77px; margin: 0 2px 0 0!important; float: none;}
/*.ms-sns-fb{margin: 0 2px 0 0!important; float: none;}*/
.ms-sns-fb-share{width: 60px; margin: 0 0px 0 0!important; float: none;}
.ms-sns-fb iframe{width: auto; max-width: 82px; overflow: visible; }
.ms-sns-fb-share iframe{width: auto; max-width: 62px; overflow: visible;}
	.ms-sns-line{width: 82px; margin:0; float: none;}
/*share*/

}
@media (max-width: 764px) {

#welcome2020 .box-flex .item30per{
	width: auto;
}
#welcome2020 .box-flex .item70per{
	width: auto;
}
#welcome2020 .box-flex .item300{
	width: auto;
}
#welcome2020 .box-flex .item480{
	width: auto;
}
#welcome2020 .box-flex .item600{
	width: auto;
}

	#welcome2020 .fixed2 .w-logoSP,#welcome2020 .logo_hide .w-logoSP{
    display: block;
}
	#welcome2020 .w-logoSP{
    display: none;
}

	#welcome2020 #box-welcome {
	padding-top: 50px;
}
	.pc	{display: none;}
	.sp {display: block;}
	#welcome2020 header {
		height: 50px;
	}
	#welcome2020 .box-980 {
		padding: 20px;
	}
	#welcome2020 .box-1240 {
		padding: 20px;
	}
	#welcome2020 #main {
	padding-top: 50px;
	}
	#welcome2020 #main .img {
		background: none;
		height: auto;
	}
	#welcome2020 #main .img img {
		width: 100%;
		max-width: 100%;
	}

	#welcome2020 .glry ul li img {
	width: 100%;
}
	#welcome2020 .event_bg {
		display: none;
	}
	#welcome2020 #report {
	padding-top: 50px;
}
	#welcome2020 #report h1{
		font-size: 1.5em;
	}
	#welcome2020 .photo-300px {
		width: 100%;
	}
	#welcome2020 .photo-200px {
		width: 100%;
	}
	#event_list .eveBOX .txtData h4 {
		font-size: 16px;
	}
/*menu*/
	#welcome2020 .glabal-nav {
		background: #fff;
    height: auto;
	width: auto;
	}

	#welcome2020 .glabal-nav ul {
	text-align: center;
	margin-top: 40px;
	overflow: scroll;
	}
	#welcome2020 .glabal-nav ul li {
	display: block;
	padding: 10px;
	}
	#welcome2020 .glabal-nav ul .link-lang {
	position: static;
    padding: 20px;
	font-size: 16px;
	}
	#welcome2020 h1 {
	width: 70%;
	}
	#welcome2020 #main h1 {
	margin-top: 20px;
	}
	#welcome2020 .w-header h1 {
	width: 70%;
	margin-top: 13px;
	position: absolute;
    top: 0;
    left: 10px;
	}
	.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: absolute;
  width: 40px;
  height: 30px;
top: 10px;
	right: 10px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #3d3e3e;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 13px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
	.w-header.active {
		position: absolute;
	}
	.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
}
	/*menu*/

	/*event*/
	#welcome2020 #event {
		padding: 0;
	}
	/*event*/

	/*Exhibition*/
	#welcome2020 #exhibition{
	background: none;
		height: auto;
}
	#welcome2020 #exhibition .bg-img{
	width: 100%;
	height: 300px;
	background: url(/jp/welcome-plaza/contents/images/2020/main01.jpg) no-repeat center top / cover;
}
	#welcome2020 #exhibition .box-980 {
		padding-top: 20px;
	}
	#welcome2020 .box-R,#welcome2020 .box-L {
	max-width: 100%;
	width: 100%;
	height: auto;
	bottom: 0;
	background: none;
    color: #050505;
	padding: 20px 0;
}
	#welcome2020 .box-R h2, #welcome2020 .box-L h2 {
		color: #3d3e3e;
	}
	#welcome2020 .box-R h2:after,
	#welcome2020 .box-L h2:after,
	#welcome2020 .box-R h2:before,
	#welcome2020 .box-L h2:before {
		background-color: #3d3e3e;
	}
	#welcome2020 .box {
		position: relative;
		margin: 60px auto 0
	}
	#welcome2020 #exhibition .link-more a {
		color: #050505;
	}
	/*Exhibition*/

	/*cafe*/
	#welcome2020 #cafe{
	background: none;
		height: auto;
}
	#welcome2020 #cafe .bg-img{
	width: 100%;
	height: 300px;
	background: url(/jp/welcome-plaza/contents/images/2020/main02.jpg) no-repeat center top / cover;
}
	#welcome2020 #cafe .box-980 {
		padding-top: 0;
	}
	#welcome2020 #cafe .link-more a {
		color: #050505;
	}
	/*cafe*/

	/*shop*/
	#welcome2020 #shop{
	background: none;
		height: auto;
}
	#welcome2020 #shop .bg-img{
	width: 100%;
	height: 300px;
	background: url(/jp/welcome-plaza/contents/images/2020/main03.jpg) no-repeat right top / cover;
}
	#welcome2020 #shop .box-980 {
		padding-top: 0;
	}
	#welcome2020 #shop .link-more a {
		color: #050505;
	}
	/*shop*/

	/*concept*/
	#welcome2020 #concept{
	background: none;
		height: auto;
}
	#welcome2020 #concept .bg-img{
	width: 100%;
	height: 300px;
	background: url("/jp/welcome-plaza/contents/images/2020/main04.jpg") no-repeat center top / cover;
}
	#welcome2020 #concept .box-980 {
		padding-top: 0;
	}
	#welcome2020 #concept .link-more a {
		color: #050505;
	}
	/*concept*/

	/*access*/
	#welcome2020 #access h2,#welcome2020 #contact h2{
		padding: 0 20px;
	}
	/*access*/

	/*contact*/
	#welcome2020 #contact .contact {
		margin: 0;
	}
	#welcome2020 #contact .contact a {
		margin-top: 20px;
	}
	/*contact*/
	.eveBOX { width: 100%; height: auto;}
	#welcomearchive2018 #welcome2018 .eveBOX a { width: auto!important; height: auto;}
	#event_list .eveBOX.firstBOX img { width: 100%; display: block;}
	#event_list .eveBOX.firstBOX .txtData { width: 100%; padding: 1em;}
	#event_list .eveBOX.firstBOX h4 { font-size: 18px; font-weight: bold;}
	#event_list .eveBOX.firstBOX .txtData span { font-size: 15px; margin-bottom: 13px;}
	#event_list .eveBOX.firstBOX .txtData p { font-size: 13px;}
	#event_list .eveBOX.firstBOX a { height: auto;}
	/*#event_list .eveBOX .txtData { position: static; bottom: auto;}*/
	#welcomearchive2018 #event_list .eveBOX .txtData { position: absolute; bottom: 0;}

	#report_list .eveBOX a { width: 100%; height: auto;}
	#report_list .eveBOX.firstBOX img { width: 100%; display: block;}
	#report_list .eveBOX.firstBOX .txtData { width: 100%; padding: 1em;}
	#report_list .eveBOX.firstBOX h4 { font-size: 18px; font-weight: bold;}
	#report_list .eveBOX.firstBOX .txtData span { font-size: 15px; margin-bottom: 13px;}
	#report_list .eveBOX.firstBOX .txtData p { font-size: 13px;}
	#report_list .eveBOX.firstBOX a { height: auto;}
	/*#report_list .eveBOX .txtData { position: static; bottom: auto;}	*/
	#welcomearchive2018 #report_list .eveBOX .txtData { position: absolute; bottom: 0;}
	#exhibition_list .eveBOX a { width: 100%; height: auto;}
	#exhibition_list .eveBOX.firstBOX img { width: 100%; display: block;}
	#exhibition_list .eveBOX.firstBOX .txtData { width: 100%; padding: 1em;}
	#exhibition_list .eveBOX.firstBOX h4 { font-size: 18px; font-weight: bold;}
	#exhibition_list .eveBOX.firstBOX .txtData span { font-size: 15px; margin-bottom: 13px;}
	#exhibition_list .eveBOX.firstBOX .txtData p { font-size: 13px;}
	#exhibition_list .eveBOX.firstBOX a { height: auto;}
	/*#exhibition_list .eveBOX .txtData { position: static; bottom: auto;}*/
	#event_list .eveBOX a{ width: 100%; height: 97%;}
	#event_list .eveBOX b{ width: 100%; height: 97%;}

	#exhibition_list .otherBOX {width: 100%; height: auto;}
	#eventBOXs .exhibition_calendarbox img{width: 35%;}
	#eventBOXs .exhibition_calendarbox{padding: 5px;}
	#eventBOXs .exhibition_calendarbox a:hover,

#reportBOXs .report_titlebox,#eventBOXs .exhibition_calendarbox,#exiBOXs .exhibition_titlebox,.report_morebox,.report_morebox a{
	height: 100px;
width: 100%;
}


#eventBOXs .exhibition_calendarbox a{
width: auto;
	height: auto;
margin: auto;
color: #050505;
}

	.exhibition_calendarbox img{
		display: inline;
	}

	#welcome2020 #access table {
    width: 100%;
}
	#welcome2020 #access table tr{
    border-style: hidden;
}
	#welcome2020 #access table td{
    border-style: hidden;
}

	#welcome2020 #access .qr{
		display: none;
	}

	#welcome2020 #access .SPbtn{
		margin-top: 1em;
		display: block;
	}
	#welcome2020 #access .SPbtn a{
		padding: 10px;
		font-weight: bold;
		box-sizing: border-box;
		background: #3d3e3e;
		border-radius: 15px;
		display: block;
		color: #fff;
		text-align: center;
	}

	.select {
		top: 0!important;
		position: static!important;
	}
	}
#welcome2020 footer a {
	color: #fff;
}
