/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/*****土曜日*****/
/*見出しの背景色*/
.eo-fullcalendar .fc-day-header.fc-sat {
    background: #98E7FD;
}

/*枠の背景色*/
.eo-fullcalendar .fc-bg .fc-sat {
    background: #EBFAFD;
}

/*****日曜日*****/
/*見出しの背景色*/
.eo-fullcalendar .fc-day-header.fc-sun {
    background: #FDA4A7;
}

/*枠の背景色*/
.eo-fullcalendar .fc-bg .fc-sun {
    background: #FDEDEE;
}

#contents {
	position: relative;
	z-index: 1;
}

#contents::before {
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
background-repeat:repeat;
background-position: 100% 70%;
background-image: url(../img/bg01.jpg);
background-size:cover;
}

#bg_access {
	display: none;
	content: "";
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	background: url(../img/img04.png) no-repeat;
    background-position: center 25%;
	background-size: cover;
	z-index: -1;

	
}

#cover {
	min-height: calc(100vh - 100px);
}

#wMain .action,
#wHeader .action {
	visibility: hidden;
}

@media screen and (min-width: 800px) {
#contents {
    background-size: 100% auto;
	}

}
/*end*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#wHeader,
#wHeader .bg {
    position: relative;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	height: 95vh;
	height: 95svh;
    margin: 0;/* reset */
    padding: 0;/* reset */
    border: none;/* reset */
}

#wHeader::before {
    position: absolute;
    top: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    min-height: calc(77vh);
    background: rgba(15, 52, 0, 0.6);
    background: -moz-linear-gradient(top, rgba(15,52,0,0) 80%, rgba(15,52,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(15,52,0,0) 80%,rgba(15,52,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(15,52,0,0) 80%,rgba(15,52,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#wHeader .bg {
    width:  100%;
}

#wHeader .bg02::after {
    position: absolute;
    bottom: -20px;
    right: 20px;
    display: block;
    content: "";
    width: 290px;
    height: 100%;
    min-height: calc(67vh);
    background: url(../img/img02.png) no-repeat bottom right;
    background-size: contain;
	z-index: 1;
}

#wHeader h2 {
	position: absolute;
	left: auto;
	bottom: 20px;
	bottom: 10svh;/*バー除外*/
	justify-content: center;
    order: 1;
	max-width: 800px;
	margin: auto auto 0.75em;
	font-size: 3.2rem;
	line-height: 1.4;
    font-weight: bold;
	text-align: left;
	  color: transparent;
	-webkit-text-stroke: 1px #135e00;
	text-shadow: 1px 1px #fff;
    z-index: 1;
}

#wHeader .copy {
	min-width: 8em;
	margin: 3.75em auto 0.5em;
	padding: 1.25em 0.5em 0.25em;
    font-size: 3rem;
	font-weight: bold;
	text-align: center;
	/*background: #fff;*/
	z-index: 1;
}

#wHeader .copy img {
	max-width: 280px;
}

#wHeader .copy .style01 {
	background: linear-gradient(126deg, #F8DF08 58%, #49b0e1 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

#wHeader .copy .style02 {
	display: block;
    margin-bottom: 0.25em;
	padding: 1em 0;
    font-size: 1.8rem;
    color: #00A0E9;
}

#eventDate {
	display: block;
    margin: 0.5em 0;
    font-size: 2rem;
    text-align: center;
    padding: 0.25em;
	-webkit-text-stroke: 1px #135e00;
    text-shadow: none;
    color: #fff;
	background: #24241d;
}

#wHeader #icoScroll {
	position: relative;
	justify-content: flex-end;
    order: 2;
    margin-bottom: 0;
    padding: 0 1em;
	font-size: 2.2rem;
    color: #c59d63;
	text-align: center;/*ie*/
    background: #8b1c23;
    z-index: 3;
    transition: all 300ms 0s ease;
}

#wHeader #icoScroll::before,
#wHeader #icoScroll::after {
    position: absolute;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#wHeader #icoScroll::before{
    right: 47px;
    top: 62px;
    width: 2px;
    height: 33px;
    background: #c59d63;
    animation: attention 2s ease 0s infinite alternate none;
}
#wHeader #icoScroll::after{
    right: 28px;
    top: 72px;
    width: 40px;
    height: 40px;
    border-top: 6px solid #c59d63;
    border-right: 6px solid #c59d63;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    animation: attention2 2s ease 0s infinite alternate none;
}

@keyframes attention {
  0% {
    top: 30px;
  }

  100% {
    top: 52px;
  }
}
/*end*/

@keyframes attention2 {
    0% {
        top: 40px;
    }

    100% {
        top: 62px;
    }
}
/*end*/

@media screen\0 {
	#wHeader h1 {
		margin: 18% auto 16%;
	}
}
/*end*/

@media screen and (min-width: 700px) {
	    #wHeader h2 {
			bottom: 0;
	}
	#wHeader .copy {
	margin: 3.75em auto 0.5em;
	}
		#wHeader .copy img {
		max-width: 400px;
	}
}

@media screen and (min-width: 1330px) {
	#wHeader, #wHeader .bg {
		height: 100vh;
	}
    #wHeader {
        min-height: calc(90vh);
    }

    #wHeader::after {
        min-height: calc(80vh);
        background: url(../img/img01.png) no-repeat bottom right;
        background-size: contain;
    }
	
    #wHeader h2 {
		left: 0;
		bottom: 0;
		margin: auto auto 0.75em 0.75em;
        font-size: 5rem;
        line-height: 1.2;
		-webkit-text-stroke: 2px #135e00;

    }

    #wHeader .copy {
		min-width: 0;
		margin: 1.75em auto 0;
		padding: 1.25em 0.5em 0.5em;
        font-size: 8.4rem;
		line-height: 1.2;
    }
	
	#wHeader .copy img {
		max-width: 50%;
	}
	

    #wHeader .copy .style02 {
        font-size: 2.4rem;
    }
    
    #wHeader {
        min-height: calc(90vh);
    }

    #wHeader #consultationForm {
        top: 30px;
    }
	
	#wHeader .bg02 {
		max-width: 1400px;
	}
	
	#wHeader .bg02::after {
		min-width: 440px;
	}
}
/*end*/
@media screen and (max-width: 750px) {
	
	#wHeader .bg02::after {
		right: 10px;
		width: 186px;
	}

}
/*end*/
@media screen and (max-width: 500px) {
	
	#wHeader .bg02::after {
		right: 10px;
		width: 160px;
	}

}
/*end*/



/*--------------------------------------------------------------
# Title
--------------------------------------------------------------*/
h1 {
    margin: 0 0 1em;
    font-size: 3.6rem;
    line-height: 1.4;

}

h1.subTitle {
    color: #00a0e9;
    text-align: center;
}

h2,h3,h4,h5,h6 {
    margin: 0 0 1em;
    line-height: 1.4;
}

h2 {
font-size: 3.5rem;
}

h3 {
	font-size: 2rem;
}

h2,h3 {
    color: #8b1c23;
}


@media screen and (min-width: 800px) {
    h2,h3 {
        margin-bottom: 1em;
        font-size: 4.6rem;
    }
#wMain section > h4 {
	padding: 1em 3em 0;
}

}
/*end*/

/*--------------------------------------------------------------
# Main Content
--------------------------------------------------------------*/
#wMain {
	width: 100%;
}

#wMain section > * {
	padding: 3em 1em 4em;
}

#wMain .setContents {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}

#wMain #areaAbout,
#wMain #areaEventGuide {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	position: relative;
	width: 100%;
    padding-bottom: 5em;
}

#wMain #areaAbout,
#wMain #areaKeynotespeech {
    background: #8b1c23;
	background-size: cover;
}

#wMain #areaEventGuide {
    background: #740101;
	background-size: cover;

}


@media screen\0 {
		#wMain #areaAbout {
		padding-top: 15%;
	}
	#wMain #areaEventGuide {
		padding-top: 15%;
	}
}
/*end*/

#wMain #areaAbout .setContents,
#wMain #areaEventGuide .setContents {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-direction: column;
	justify-content: center;
    width: auto;
}

#wMain #areaAbout *,
#wMain #areaEventGuide * {
	z-index: 1;
}

#wMain #areaAbout h2,
#wMain #areaEventGuide h2,
#wMain #areaSchedule h2,
#wMain #areaKeynotespeech h2,
#wMain #areaSnsInfo h2 {
	position: relative;
	color: #c59d63;
}

#wMain #areaEventGuide h2,
#wMain #areaSubcommittee h2 {
	color: #c59d63;
	text-shadow: 5px 5px 24px rgb(80 2 7);
}

#wMain #areaAbout,
#wMain #areaEventGuide .subTitle {
	line-height: 1.4;
	font-weight: bold;
}

#wMain #areaAbout .subTitle span,
#wMain #areaEventGuide .subTitle span {
    display: inline-block;
    margin: 0 auto 0.25em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 2.4rem;
    line-height: 1.4;
    vertical-align: middle;
    color: #fff;
	text-shadow: 5px 5px 24px rgb(80 2 7);
    background: #00A0E9;
}

#wMain #areaAbout,
#wMain #areaEventGuide p {
	position: relative;
	color: #fff;
}

#wMain #areaEventGuide p {
	color: #fff;
	text-shadow: 5px 5px 24px rgb(80 2 7);
}

#wMain #areaEventGuide .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 0.25em;
    padding-right: 0;
    font-size: 4.2rem;
    line-height: 1;
    word-break: keep-all;
}


#wMain #areaEventGuide .date .day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;

}

#wMain #areaEventGuide .date .item01 {
	margin-right: 0.25em;
    margin-bottom: 0;
    font-size: 1.6rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

#wMain #areaEventGuide .date .item02 {
    display: inline-block;
    width: 34px;
    margin-left: 0.25em;
    padding-bottom: 0.1em;
    border-radius: 50px;
    line-height: 30px;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    vertical-align: bottom;
    background: #8b1c23;
}

#wMain #areaEventGuide .date .item03 {
	display: block;
	padding: 0.5em 0;
	font-size: 2.8rem;
}

#wMain #areaEventGuide .txt {
    width: 100%;
    padding-bottom: 0;
}

#wMain #areaEventGuide #areaInfo {
    padding: 0 1em;
    border: 2px solid #c59d63;
}

#wMain #areaEventGuide h3 {
	margin: 0.75em 0 0.5em;
	padding: 0.5em 1.75em 0.5em 2.75em;
	font-size: 2.2rem;
	color: #fff;
	background-image: url("../img/icon06.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
}

#wMain #areaEventGuide .txt02 span {
    color: #fb391a;
}

#wMain #areaEventGuide .txt03 {
    padding: 0;
}

#wMain #areaEventGuide .date .mark01 {
  display: inline-block;
  vertical-align: middle;
  color: #c59d63;
  line-height: 1;
  position: relative;
  width: 0.4em;
  height: 0.1em;
margin: 0 0.25em 1.6em;
  background: currentColor;
}

#wMain #areaEventGuide .date .mark01::before {
  content: '';
  width: 0.45em;
  height: 0.45em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}

#wMain #areaEventGuide .listData dd {
text-shadow: 5px 5px 14px rgb(80 2 7);
}


#wMain #areaSchedule {
    position: relative;
    padding-bottom: 4em;
    background: #8b1c23;
    z-index: 1;
}

#wMain #areaSchedule h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    min-height: 6em;
	margin-bottom: 40px;
    padding: 5px 1em;
	font-size: 2.4rem;
    color: #8b1c23;
	text-align: center;
    background: #c59d63;
}

#wMain #areaSchedule h3:before {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 24.2px 14px 0 14px;
    border-color: #c59d63 transparent transparent transparent;
}

#wMain #areaSchedule h3 span {
    margin: auto;
}

#wMain #areaSchedule p {
	padding: 0 1em;
}

#wMain #areaSchedule .item p:last-child {
    margin-top: auto;
    margin-bottom: 0;
}

#wMain #areaSchedule .setContents {
    z-index: 1;
    position: relative;
}

#wMain #areaSchedule .setContents .setMultipleColumn li {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
	width: 100%;/*均等*/
	height: auto;
    margin: 0 5px 0;
    padding: 0 10px 1em 0;
}

#wMain #areaSchedule .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 0;
	padding-bottom: 0;
}

#wMain #areaSchedule dl div {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	color: #fff;
}

#wMain #areaSchedule dl dt {
	width: 200px;
}

#wMain #areaSchedule dl dd {
    width: calc(100% + 200px);
}

#wMain #areaSignificance {
	position: relative;
    padding-bottom: 4em;
    color: #fff;
    background: #c59d63;
    z-index: 1;
}

#wMain #areaThemeSlogan {
    position: relative;
    padding: 50px 0;
	color: #fff;
}

#wMain #areaThemeSlogan::before {
    position: absolute;
    top: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    min-height: calc(77vh);
    background: rgba(197, 157, 99, 0.7);
}

#wMain #areaThemeSlogan .txtStyle01 {
	position: relative;
	padding: 2em 0;
	font-size: 1.8rem;
	font-weight: bold;
  text-align: center;
}

#wMain #areaTheme  .txtStyle01,
#wMain #areaSlogan  .txtStyle01 {
		margin: 1em;
}


#wMain #areaThemeSlogan .txtStyle01:before,
#wMain #areaThemeSlogan .txtStyle01:after {
  position: absolute;
  content: '';
}

#wMain #areaThemeSlogan .txtStyle01:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 2px solid #fff;
  border-left: 2px solid #8b1c23;
}

#wMain #areaThemeSlogan .txtStyle01:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 2px solid #8b1c23;
  border-bottom: 2px solid #fff;
}

#wMain #areaThemeSlogan p {
    text-shadow: 5px 5px 24px rgb(70 55 10);
}

#wMain #areaGreeting {
    position: relative;
     color: #fff;
    background: #c59d63;
}

#wMain #areaGreeting .item {
	position: relative;
    max-width: 960px;
	min-height: 380px;
    margin: 0 auto;
    padding: 0;
	background: url(../img/img03.png) no-repeat;
    background-position: right -6px;
    background-size: 35% auto;
}

#wMain #areaGreeting .item .setContents {
    padding: 0;
}

#wMain #areaGreeting p {
	max-width: 800px;
    padding: 0.5em;
	color: #fff;
    text-shadow: 5px 5px 24px rgb(48 29 0);
    background: rgba(197, 157, 99, 0.75);
}

#wMain #areaGreeting h3 {
	margin-bottom: 1em;
	font-size: 2rem;
	color: #fff;
    text-shadow: 5px 5px 24px rgba(255, 255, 255, 0.5);
}

#wMain #areaGreeting h3 .position {
    font-size: 1.8rem;
}

#areaGreeting [data-ruby] {
    position: relative;
}

#areaGreeting [data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    bottom: -1.25em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.5em;
    word-break: keep-all;
}

#wMain #areaKeynotespeech {
    position: relative;
}



#wMain #areaKeynotespeech .item {
	position: relative;
    max-width: 960px;
	min-height: 380px;
    margin: 0 auto;
    padding: 0;
	background: url(../img/img05.png) no-repeat;
    background-position: right top;
    background-size: 35% auto;
}

#wMain #areaKeynotespeech .item .setContents {
    padding: 0;
}

#wMain #areaKeynotespeech p {
	max-width: 800px;
    padding: 0.5em;
	color: #fff;
    text-shadow: 5px 5px 24px rgb(48 29 0);
	background: rgba(110, 39, 28, 0.75);
}

#wMain #areaKeynotespeech .speech {
		border: 1px solid #c59d63;
}

#wMain #areaKeynotespeech .profile {
	margin: 1em;
    background: rgba(201, 87, 94, 0.75);

}

#wMain #areaKeynotespeech h3 {
	display: inline-block;
	max-width: 11em;
    margin-bottom: 2em;
	font-size: 2rem;
	color: #fff;
}

#wMain #areaKeynotespeech h3 .position {
    font-size: 1.6rem;
}

#wMain #areaKeynotespeech  h3 .copy {
	display: block;
	position: relative;
	padding: 0.5em;
}

#wMain #areaKeynotespeech  h3 .copy:before,
#wMain #areaKeynotespeech  h3 .copy:after {
  position: absolute;
  content: '';
}

#wMain #areaKeynotespeech  h3 .copy:after {
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border-top: 2px solid #fff;
  border-left: 2px solid #c59d63;
}

#wMain #areaKeynotespeech  h3 .copy:before {
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  border-right: 2px solid #c59d63;
  border-bottom: 2px solid #fff;
}

#wMain #areaKeynotespeech  h3 .txt {
	background: linear-gradient(transparent 76%, #c59d63 76%);

}

#wMain #areaKeynotespeech  h3 .subCopy {
	font-size: 1.4rem;
}

#areaKeynotespeech [data-ruby] {
    position: relative;
}

#areaKeynotespeech [data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    bottom: -1.25em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.5em;
    word-break: keep-all;
}

#areaKeynotespeech .areaMovie {
	padding: 1em;
}

#wMain #areaSubcommittee {
    position: relative;
	background: #fff;
}

#wMain #areaSubcommittee h2 {
	text-shadow: none;
	
}

#wMain #areaSubcommittee .setContents .setContents {
	padding-top: 1em;
}

#wMain #areaSubcommittee .item {
	margin-bottom: 2em;
	padding-bottom: 2em;
	background: #b99158;
}

#wMain #areaSubcommittee .companyProfile {
	display: flex;
	padding: 1em 4em;
}

#wMain #areaSubcommittee .profile {
	position: relative;
    width: calc(100% - 24px);
    width: calc(100% - 1.5em);
    margin: 0 auto 1em;
    padding: 0;
}


#wMain #areaSubcommittee .profile .imgProfile {
	display: flex;
}

#wMain #areaSubcommittee .profile .imgProfile .img {
    background: rgba(255, 255, 255, 0.75);
}

#wMain #areaSubcommittee .profile .setContents {
    padding: 0;
}

#wMain #areaSubcommittee .profile img {
	max-height: 13em;
    margin: -5em -1em;
}


#wMain #areaSubcommittee .imgProfile p {
	width: 100%;
	margin: 0;
	padding: 1.5em 2.5em 1.5em 1.5em;
	color: #2a2a2a;
    background: rgba(255, 255, 255, 0.75);
}

#wMain #areaSubcommittee h3 {
	display: flex;
	position: relative;
	margin-bottom: 0;
	padding: 0 0.75em 1em;
	background: #efd8c1;
}

#wMain #areaSubcommittee h3 .num {
	width: 4em;
	padding: 1.5em 0.25em 0.5em;
    color: #efd8c1;
	background: #8b1c24;
	line-height: 1;
	text-align: center;
}

#wMain #areaSubcommittee h3 .style01 {
	font-size: 1.4rem;
	line-height: 1.2;
}

#wMain #areaSubcommittee h3 .style01 + .style01 {
	display: block;
}

#wMain #areaSubcommittee h3 .style02 {
	width: calc(100% + 4.5em);
	padding-top: 0.5em;
	padding-left: 0.75em;
	line-height: 1.2;
}

#wMain #areaSubcommittee h3 .style02 br {
	display: none;
}

#wMain #areaSubcommittee h3 .style03 {
	display: block;
	position: relative;
	margin-bottom: 1em;
	padding: 0.5em 0.5em 0.5em 0;
	font-size: 1.4rem;
	color: #efd8c1;
	background: #1d2a57;
}

#wMain #areaSubcommittee h3 .style03:before {
	content: "";
	display: block;
    position: absolute;
    left: -1em;
    top: 0;
	width: 1em;
    height: 100%;
    margin-left: 0em;
    background: #1d2a57;
}

#wMain #areaSubcommittee h3 .subCopy {
	display: block;
	padding: 0.5em 0;
	font-size: 1.4rem;
}

#wMain #areaSubcommittee h3 .subCopy2 {
	display: block;
	font-size: 1.4rem;
}

#wMain #areaSubcommittee h3 .subCopy3 {
	display: block;
	width: 100%;
	margin-top: 0.25em;
	padding: 0.75em;
	border-top: 1px solid #efd8c1;
	font-size: 1.8rem;
}

#wMain #areaSubcommittee .info,
	#wMain #areaSubcommittee .venue {
		margin-bottom: 0;
	padding: 0 1.5em 2em 1em;
		background: #efd8c1;

}

#wMain #areaSubcommittee h4 {
    margin: 0;
	padding: 0.5em 1em 0.5em 1em;
	font-size: 2.2rem;
	color: #efd8c1;
    text-shadow: 5px 5px 24px rgba(255, 255, 255, 0.5);
	background: #8b1c24;

}

#wMain #areaSubcommittee h4 .position {
    font-size: 1.8rem;
}

#wMain #areaSubcommittee h4 .honorifictitle {
	padding-left: 0.25em;
    font-size: 1.4rem;
}

#wMain #areaSubcommittee .areaMovie {
	margin-bottom: 1em;
	padding: 0 1em 1em;
	background: #efd8c1;
}

#areaSubcommittee .memo {
	margin: 1em;
	padding: 1em;
	color: #fff;
	border: 2px solid #c59d63; 
}

#wMain #areaLunch {
    position: relative;
}

#wMain #areaLunch::before {
    position: absolute;
	left: 0;
    top: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    min-height: calc(77vh);
    background: rgba(255, 255, 255, 0.7);
}

#wMain #areaLunch .recommendationInfo {
    padding: 0 1em;
    border: 2px solid #c59d63;
	background: #c59d63;
}

#wMain #areaLunch h3 {
    margin: 0.75em 0 0.5em;
    padding: 0.5em 1.75em 0.5em 2.75em;
    font-size: 2.2rem;
    color: #fff;
    background-image: url(../img/icon07.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 2em auto;
}

#wMain #areaLunch .recommendationInfo dl {
	padding: 1em 1em 0.5em;
    background: rgba(255, 255, 255, 0.7);
}

#wMain #areaLunch .recommendationInfo dl div {
	margin-bottom: 1em;
	border-bottom: 1px dotted #c59d63;
}

#wMain #areaLunch .recommendationInfo dl div:last-child {
	border: none;
}

#wMain #areaLunch .recommendationInfo dt {
	margin-bottom: 0;
		color: #c59d63;
}

#wMain #areaLunch .flyer {
	text-align: center;
}

#wMain #areaLunch .flyer img {
	width: 10%;
}


#wMain #areaAccess {
	min-height: 380px;
}

#wMain #areaAccess h2 {
	text-shadow: 5px 5px 24px rgb(255, 191, 136),
		5px 5px 24px rgb(255, 191, 136),
		5px 5px 24px rgb(255, 191, 136);
}

#wMain #areaAccess h3 {
    color: #fff;
	text-shadow: 5px 5px 24px rgba(39, 20, 0, 0.8);
}

#wMain #areaAccess #areaMap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#wMain #areaAccess #areaMap div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 1.5em;
    padding: 0;
    border: 1px solid #fff;
    background: rgba(29, 42, 87, 0.8);
}

#wMain #areaAccess #areaMap dt {
    margin-bottom: 0;/*reset*/
	padding: 1em;
}

#wMain #areaAccess dt .gg-pin {
	position: absolute;
	top: 28%;
    box-sizing: border-box;
    display: block;
    transform: rotate(45deg) scale(var(--ggs,1));
    width: 48px;
    height: 48px;
    border-radius: 100% 100% 0 100%;
    border: 2px solid;
    margin-top: -4px
}

#wMain #areaAccess dt .gg-pin::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 24px;
    height: 24px;
    border: 2px solid;
    top: 10px;
    left: 10px;
    border-radius: 40px
}

#wMain #areaAccess dt span {
	padding-left: 2em;
}

#wMain #areaAccess dt span span {
	display: block;
	padding: 0;
	font-size: 1.4rem;
	line-height: 1.4;
}

#wMain #areaAccess dd {
	margin: 0;
}

#wMain #areaAccess iframe {
	width: 100%;
	height: 100%;
	min-height: 300px;
	border: none;
}

#wMain #areaAccess .txtStyle01 {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
	justify-content: center;
    align-content: center;
	height: 100%;
	min-height: 112px;
    font-size: 2.4rem;
    color: #fff;
	font-weight: bold;
    text-shadow: 5px 5px 24px rgba(0, 65, 162, 0.82);
	text-align: center;
}

#wMain #areaAccess .txtStyle02 {
	padding: 0 1em 0 3em;
    font-size: 2.4rem;
    color: #fff;
	font-weight: bold;
	background-image: url("../img/icon01.png");
	background-repeat: no-repeat;
	background-position: 14px top;
	background-size: 2em auto;
}

#wMain #areaAccess .txtStyle03 {
	padding: 0 1em 0 3em;
    font-size: 2.4rem;
    color: #fff;
	font-weight: bold;
	background-color: #5f97af;
	background-image: url("../img/icon02.png");
	background-repeat: no-repeat;
	background-position: 14px top;
	background-size: 2em auto;
}

#wMain #areaVenue {
	margin-bottom: 3em;
	color: #fff;
    text-shadow: 5px 5px 24px rgba(0, 65, 162, 0.82);
	background: rgba(29, 42, 87, 0.8);
}

#wMain #areaVenue p {
	padding: 0 1em;
}

#wMain #areaVenue dl {
	padding: 0;
}

#wMain #areaVenue dl dt {
	list-style: none;
	margin: 0 1em 1em;
	padding: 0 1em;
	font-weight: bold;
	background: #7682a9;
}

#wMain #areaVenue dl dd {
	padding: 0 0.5em;
	line-height: 1.4;
}

#wMain #areaVenue #areaBus {
	padding: 2em 0 1em;
	border: 1px solid #fff;
}

#wMain #areaVenue h4 {
	text-align: center;
}

#wMain #areaVenue ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-bottom: 0;
	padding: 0 1em;
}

#wMain #areaVenue ul li {
	padding: 0.1em 0.5em;
}

#wMain #areaAccess #contactInfo {
    padding: 1em 0 0.5em;
    border-radius: 10px;
    margin: 0 auto;
    color: #00a0e9;
}


#wMain #areaTransportation {
	margin-bottom: 2em;
	background: rgba(161, 197, 215, 0.55);
  background: repeating-linear-gradient(-45deg, #ffffff26, #ffffff00 10px, #e0e4e7d6 10px, #e0e4e7d6 50px);
}

#wMain #areaTransportation ul {
    background: rgba(255, 255, 255, 0.78);
    text-align: center;
    padding: 2em 1em;
}

#wMain #areaTransportation ul li {
	width: 100%;
	margin-bottom: 2em;
	padding: 0;

}

#wMain #areaTransportation ul li div {
	padding: 5.5em 2em 0;
    font-size: 2.4rem;
    color: #000;
	font-weight: bold;
	text-align: center;
}

#wMain #areaTransportation ul li:first-of-type div {
	padding: 5.5em 1em 0;
	background-image: url("../img/icon03.png");
	background-repeat: no-repeat;
	background-position: center 30%;
	background-size: 100px auto;
}

#wMain #areaTransportation ul li:nth-of-type(2) div {
	background-image: url("../img/icon04.png");
	background-repeat: no-repeat;
	background-position: center 30%;
	background-size: 100px auto;
}

#wMain #areaTransportation ul li:nth-of-type(3) div {
	background-image: url("../img/icon05.png");
	background-repeat: no-repeat;
	background-position: center 40%;
	background-size: 100px auto;
}

#wMain #areaSnsInfo {
	padding-bottom: 4em;
	color: #fff;
    background: #8b1c23;
	
}

#wMain #areaSnsInfo ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	align-items: center;
    justify-content: center;
	padding: 2em 0 1em;
}

#wMain #areaSnsInfo ul li {
	padding: 0 1em;
	max-width: 120px;
}

#wMain #areaSnsInfo ul li:last-of-type {
	max-width: 320px;
}

@media screen and (min-width: 600px) {
	#wMain #areaGreeting h3,
	#wMain #areaKeynotespeech h3{
		font-size: 3rem;
	}
	
}


@media screen and (min-width: 800px) {
#wMain section > * {
	padding: 3em;
}

#wMain #areaAbout,
#wMain #areaEventGuide .subTitle {
	font-size: 3.2rem;
}

#wMain #areaAbout,	
#wMain #areaEventGuide {
	/*min-height: calc(100vh - 50px);*/
	background-size: auto;
}

#wMain #areaAbout h2,
#wMain #areaEventGuide h2,
#wMain #areaSchedule h2 {
	font-size: 1.8rem;
}

#wMain #areaAbout .subTitle,
#wMain #areaEventGuide .subTitle,
#wMain #areaSchedule .subTitle {
	font-size: 5.4rem;
}

#wMain #areaEventGuide .date {
    margin-bottom: 0.3em;
    font-size: 9rem;
    line-height: 1;
    word-break: keep-all;
}
    
#wMain #areaEventGuide .date .item01 {
        font-size: 2rem;
}
    
#wMain #areaEventGuide .date .item02 {
        width: 38px;
        margin-left: 0.25em;
        padding-bottom: 0.1em;
        border-radius: 50px;
        line-height: 38px;
        color: #fff;
        font-size: 2.2rem;
}
	
#wMain #areaEventGuide .date .item03 {
	font-size: 3.8rem;
}
	
#wMain #areaEventGuide .set2Column {
    flex-direction: row;
}
	
#wMain #areaEventGuide .date .mark01 {
		width: 0.8em;
		margin: auto 40px;
	}
    
#wMain #areaAbout .txt,
#wMain #areaEventGuide .txt {
    font-size: 1.8rem;
    line-height: 1.8;
    }

#wMain #areaEventGuide .txt03 {
    font-size: 1.8rem;
}

#wMain #areaSchedule h3 {
	margin-bottom: 30px;
}
		
#wMain #areaSubcommittee h3 .num {
	width: 5em;
}
	
#wMain #areaSubcommittee h3 .style01 {
	font-size: 1.8rem;
	line-height: 1.4;
}
	
#wMain #areaSubcommittee h3 .style01 + .style01 {
	display: inline;
}
	
#wMain #areaSubcommittee h3 .style03 {
	font-size: 2rem;
}
	
#wMain #areaSubcommittee h3 .style03:before {
    left: -1.7em;
	width: 1.7em;

}
	
#wMain #areaSubcommittee .info,
#wMain #areaSubcommittee .venue {
	padding: 0 1.5em 1em 11.5em;
}
    
#wMain #areaSchedule .setContents {
}

#wMain #areaSchedule .setContents .setMultipleColumn {
	margin-bottom: 0;
}

#wMain #areaSchedule .setContents .setMultipleColumn li {
        padding: 0 10px 0 16px;
}
    
#wMain #areaSchedule .setContents .setMultipleColumn li::before {
    left: auto;
    right: -15px;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#wMain #areaSchedule .setContents .setMultipleColumn p {
	padding-top: 0;
	padding-bottom: 0;
	background: none;
}
	
#wMain #areaThemeSlogan .txtStyle01 {
	padding: 2em 1em;
		font-size: 2.8rem;
}

#wMain #areaGreeting .item {
	background-size: 50% auto;
	}
    
#wMain #areaGreeting .item .setContents {
    padding: 0 330px 0 0;
}

#wMain #areaGreeting h3 {
    margin-bottom: 1em;
	font-size: 4.6rem;
	color: #efd8c1;
	text-shadow: 5px 5px 24px rgb(90 58 0);
}

#wMain #areaGreeting p {
}

#wMain #areaKeynotespeech .item {
	/*min-height: 500px;*/
    padding: 0 3em;
	background-size: 50% auto;
    /*background-size: auto 50%;*/
	/*background-color: #1d2a57;*/
}
    
#wMain #areaKeynotespeech .item .setContents {
    padding: 0 28% 0 0;
}

#wMain #areaKeynotespeech h3 {
	max-width: none;
    margin-bottom: 1em;
	font-size: 4.6rem;
	color: #fff;
	text-shadow: 5px 5px 24px rgb(68 4 4);
}
	

	#wMain #areaKeynotespeech h3 .position {
		font-size: 1.8rem;
	}
	
	#wMain #areaKeynotespeech h3 .copy {
	padding: 1em;
}


#wMain #areaKeynotespeech h3 .copy:after {
  width: 50px;
  height: 50px;
}

#wMain #areaKeynotespeech h3 .copy:before {
  width: 50px;
  height: 50px;
}
	
#wMain #areaKeynotespeech h3 .subCopy {
	display: block;
	padding-top: 1em;
	font-size: 2.4rem;
	line-height: 1.4;
	}

#wMain #areaSubcommittee h3 {
	padding-bottom: 0.5em;
}

#areaSubcommittee [data-ruby]::before {
		font-size: 2.2rem;
}
	
#wMain #areaSubcommittee h3 .subCopy {
	font-size: 2rem;
	line-height: 1.4;
}
	
#wMain #areaSubcommittee h3 .subCopy2 {
	font-size: 2rem;
}
	
	#wMain #areaSubcommittee h3 .subCopy3 {
	font-size: 2.2rem;
}
	
#wMain #areaSubcommittee .profile img {
		margin: -2em 0.5em 0em -1.75em;
}
	
#wMain #areaSubcommittee .areaMovie {
	margin-bottom: 2em;
}
	
#wMain #areaSubcommittee .youtube {
	width: 50%;
    margin: 0 auto;
}

    
#wMain #areaAccess #areaMap div {
	width: 46%;
    margin: 0 2% 4%;
}
    
#areaSubcommittee .memo {
	margin: 1em 3em;
}

	
}
/*end*/


@media screen and (min-width: 1000px) {
	#wMain #areaGreeting h3 {
		margin-bottom: 3em;
	color: #efd8c1;
	text-shadow: 5px 5px 24px rgb(1 6 24);
}
	
	#wMain #areaGreeting .item {
	min-height: 500px;
    padding: 4em 3em 2em;
    background-position: 89% 25%;
    background-size: auto 60%;
	background-color: #1d2a57;
}
	
}
/*end*/

@media screen and (max-width:450px) {
#wMain #areaEventGuide .subTitle span {
	padding-left: 0.5em;
}
	
	#wMain #areaSubcommittee .setContents .setContents {
		padding: 0;
	}

}
/*end*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


