@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: "Hiragino Sans W8";
  src: local(HiraginoSans-W8);
  font-weight: 800;
}

/* ==================================================
	共通
================================================== */

html {
	background-color: #fcfbfa;
	color: #363636;
	line-height: 1.7em;
	letter-spacing: 0.6px;
  height: 100%;
}
.message {
	line-height: 2em;
	font-size: 16px;
	letter-spacing: 0.8px;
}
.wrap {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
section {
  margin-bottom: 240px;
}

#pagetop {
	position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
	padding-top: 15px;
	text-align: center;
  cursor: pointer;
	background-color: #f5f4f3;
	border-radius: 50%;
  z-index: 999;
}
#pagetop:hover {
	background-color: #d7d7d7;
}
#pagetop a {
	display: block;
}

@media screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}
.drawer-overlay {
    background-color: rgba(0,0,0,0.8);
}


/* animation
-------------------------------------------------- */
.animation {
	border-bottom: 1px solid #d7d7d7;
  position: relative;
  display: inline-block;
	transition: 0.5s;
}
.animation:before{
  position: absolute;
  left: 0;
	bottom: -1px;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #978757;
  transition: 0.5s;
}
.animation:hover {
	text-decoration: none;
	background-color: #f5f4f3;
}
.animation:hover:before{
  width: 100%;
}

/* btn
-------------------------------------------------- */
.btn {
	text-align: center;
}
.btn a {
	font-size: 16px;
	color: #ad0003;
	padding: 10px 25px;
	font-weight: bold;
}
.btn a:hover {
	text-decoration: none;
}


/* ==================================================
	index
================================================== */

/* header
-------------------------------------------------- */

#head {
  margin-bottom: 240px;
}
#head #mainArea{
	height: 767px;
	background: url("../img/bg/main_bg.png") , url("../img/bg/bg_top.jpg");
	background-position: center top 50px,center top;
	background-repeat: no-repeat,no-repeat;
	background-size: auto , cover;
}
#global #head #mainArea{
	height: auto;
	background: none;
}
#head .logo {
	text-align: center;
	padding-top: 135px;
}


#head .mainLead {
	background-color: #ffffff;
	padding: 70px 0 80px;
	margin-top: -110px;
	position: relative;
	box-shadow:0px 10px 30px 0px rgba(0, 0, 0, .1);
}
#head .mainLead .leadTtl {
	text-align: center;
  color: #ac0003;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 35px;
}

#eventRep .repMiv{
	position: relative;
}

#head .mainLead .link,
#eventRep .link,
#report .link{
	text-align: center;
	margin-left: auto;
	background-color: #978757;
	width: 470px;
	position: absolute;
	bottom: -55px;
	right:0;
}
#eventRep .link{
	bottom: -50px;
}

#head .mainLead .link a,
#eventRep .link a,
#report .link a{
	font-weight: bold;
	color: #ffffff;
	display: block;
	padding: 30px 0;
	font-size: 18px;
}
#head .mainLead .link a:hover,
#eventRep .link a:hover,
#report .link a:hover{
	background-color: #847750;
	text-decoration: none;
}
#head .mainLead .link a::after,
#eventRep .link a::after,
#report .link a::after {
  content: url("../img/arrow03.png");
  margin: 10px;
  position: relative;
  top: 0px;
	right: -80px;
}

#head .nav{
	position: fixed;
	right: 30px;
	top: 30px;
	margin: 0 auto;
  z-index: 100;
}
#head button{
	background-image: url("../img/nav/toggle.png");
	background-size: cover;
  width: 36px;
  height: 28px;
	padding: 0;
	position: relative;
	z-index: 0;
	background-repeat: no-repeat;
	margin-left: auto;
}
#head .leadTxt {
	width: 680px;
	margin: 0 auto;
	padding: 0px 0 38px;
}
#head .chiefArea {
	background: url("../img/bg/bgst_gr.gif");
	background-position: left top;
	background-repeat: repeat;
	width: 310px;
	padding: 20px;
	padding-left: 35px;
	text-align: right;
	margin: 0 auto;
}
#head .chief {
	float: left;
	color: #9b9b9b;
	font-size: 14px;
}
#head .chief span{
	color: #978757;
	font-weight: bold;
	font-size: 18px;
}
#head .pf {
	float: right;
}
#global #head{
	margin-top: 0;

}
#global #head .wrap {
	/* max-width: 1300px; */
	width: auto;
}
#global #head .logo{
	padding-top: 0;
	text-align: left;
	float: left;
  margin-left: 0;
}
#global #head .nav{
	float: none;
	width: auto;
  margin-top: 18px;
  z-index: 100;
}
#global .ttlArea{
	margin-bottom: 80px;
	text-align: center;
	color: #ac0003;
	font-size: 16px;
}
#global .ttlArea img{
	height: 43px;
}
#global .ttlArea p{
	margin-bottom: 10px;
	letter-spacing: 0.2em;
}





/* fancybox
-------------------------------------------------- */
.fancybox-close {
	background-image: url(../img/common/cross.jpg);
	width: 42px;
	height: 42px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}
#boxer .boxer-close:before{
	display: none;
}
.fancybox-skin{
	padding: 0!important;
}
.fancybox-opened .fancybox-skin {
   -webkit-box-shadow: none;
  -moz-box-shadow: none;
   box-shadow: none;
}
@media screen and (max-width: 600px) {
	/* .fancybox-close {
		top: 0;
		right: 0;
	}
	.fancybox-opened {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
	}
	.fancybox-opened,
	.fancybox-opened [class^="fancybox-"]:not(.fancybox-close) {
			height:100% !important;
	} */

}
/*boxer*/
#boxer .boxer-close{
	background-image: url(../img/cross.jpg);
	width: 42px;
	height: 42px;
	border-radius: 0;
	top: -25px;
	right: -25px;
	background-position: center top;
	background-repeat: no-repeat;
}
#boxer .boxer-position {
  display: none;
}
.boxer-open #boxer-overlay{
	opacity: 0.8;
}
#boxer {
    width: auto;
    height: auto;
    /*box-shadow: 0 0 25px #000000;*/
    padding: 40px;
		border-radius: 0;
}
#boxer .boxer-meta {
    padding: 0;
}
#boxer .boxer-control{
	width: 23px;
	height: 42px;
	box-shadow: none;
}
#boxer .boxer-control.next,
#boxer .boxer-control.previous {
	background: none;
	background-image: url(../img/arrowR.png);
	background-repeat: no-repeat;
}
#boxer .boxer-control.previous {
	background-image: url(../img/arrowL.png);
}
#boxer .boxer-control.next:before,
#boxer .boxer-control.previous:before {
	display: none;
}
#boxer .boxer-control.next {
    right: -90px;
}
#boxer .boxer-control.previous {
    left: -90px;
}

#boxer .boxer-container {
    overflow: visible;
}


/*nav*/
.drawer-overlay {
  background-color: rgba(0,0,0,0.8);
}
.drawer-nav {
	padding: 30px;
	padding-left: 120px;
	width: 680px;
}
.navCross{
	text-align: right;
}
.drawer-menu li.navCross{
	margin-bottom: 100px;
}
.drawer-menu li{
	margin-bottom: 23px;
}
.drawer-menu li a.drawer-menu-item img {
	height: 22px;
}
.drawer-menu li a.drawer-menu-item img.drawer-toggle {
	height: 33px;
}
a.drawer-menu-item {
  display: inline;
	font-size: 14px;
	padding: 0;
	color: #9b9b9b;
	letter-spacing: 0.2em;
}
.drawer-menu-item:hover{
	text-decoration: none;
	color: #d4d4d4;
}
.drawer--right .drawer-nav{
	right: -680px;
}






/* cont */
#cont{
	background-color: #fcfbfa;
}
#cont .ttlArea{
	color: #ac0003;
	font-size: 16px;
	margin-bottom: 40px;
}
#cont .ttlArea img {
	height: 29px;
}
#cont .ttlArea02 {
  margin-bottom: 60px;
}

#cont .ttlArea p{
	margin-bottom:5px;
	letter-spacing:0.2em;
}
#cont .contArea{
	background-color: #f5f4f3;
}

#cont .inner .txtBg{
	background: url("../img/bg/bgst_gr.gif");
	background-position: left top;
	background-repeat: repeat;
	width: 670px;
	padding: 10px;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, .1);
}

#cont .inner .txtArea{
	background-color: rgba(255,255,255,0.95);
	padding: 30px 0 0;
}
#cont .inner .txtArea .txtInner{
	width: 650px;
  padding: 20px 25px;
}
#cont .inner .txtArea .theme{
	color: #ac0003;
	font-size: 26px;
	font-weight: bold;
  line-height: 1.4em;
	margin-bottom: 10px;
}
#cont .inner .txtArea .txt{
  line-height: 1.8em;
}
#cont .inner .city {
  line-height: 1.2em;
	color: #363636;
	font-size: 20px;
	font-weight: normal;
	border-left: 12px solid #ac0003;
	padding-left: 15px;
}

#cont .inner .txtInner .btn {
  text-align: right;
  margin-top: 5px;
}
#cont .inner .txtInner .btn a {
  font-size: 14px;
  padding: 10px 20px;
}



/*エントリはこちらバナー*/
#cont .actionArea {
	background: url("../img/bg/bg_event.jpg");
	background-position: center;
  margin-bottom: 230px;
  padding: 40px 30px 40px 75px;
  position: relative;
}
#cont .actionArea a {
  display: block;
}
#cont .actionArea a:hover {
  text-decoration: none;
}
#cont .actionArea .logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
#cont .actionArea .actionBtn {
  display: inline-block;
  vertical-align: middle;
  width: 260px;
  font-size: 16px;
}
#cont .actionArea .actionBtn a {
  color: #ffffff;
  padding: 0 20px;
  line-height: 50px;
  height: 50px;
  font-size: 16px;
  display: block;
  position: relative;
  background-color: #ad0003;
  font-weight: bold;
}
#cont .actionArea .actionBtn a:hover {
  background-color: #940002;
}
#cont .actionArea .actionBtn a::after {
  content: url(../img/common/arrow03.png);
  position: absolute;
  top: 0;
  right: 16px;
}
#cont .actionArea .point {
  position: absolute;
  top: -33px;
  left: -12px;
}



#cont .summary .link {
  text-align: center;
  background-color: #978757;
  width: 460px;
  height: 80px;
  line-height: 80px;
}
#cont .summary .link:hover {
  background-color: #7d7048;
}
#cont .summary .link a {
  font-weight: bold;
  color: #ffffff;
  display: block;
  font-size: 18px;
  position: relative;
}
#cont .summary .link a:hover {
  text-decoration: none;
}
#cont .summary .link a::after {
  content: url(../img/common/arrow03.png);
  position: absolute;
  top: 0;
  right: 30px;
}


/* winArea
-------------------------------------------------- */

#cont .winArea{
	background: url("../img/bg/section_winner.png");
	background-position: center 210px;
	background-repeat:  no-repeat;
  margin-bottom: 180px;
}
#cont .winArea02{
	background: url("../img/bg/section_finall.png");
	background-position: center 40px;
	background-repeat:  no-repeat;
  margin-bottom: 100px;
}
#cont .winfirst{
	background-position: center 140px;
}
#cont .winArea02:nth-child(odd){
	background: url("../img/bg/section_finalr.png");
	background-position: center 140px;
	background-repeat:  no-repeat;
}
#cont .winlast{
  margin-bottom: 180px;
}
#cont .winArea .inner{
	position: relative;
	width: 1150px;
	height: 630px;
	margin: 0 auto;
}
#cont .winArea .inner02{
	height: 1052px;
}
#cont .winArea .ttlArea img {
	height: 56px;
}
#cont .winArea .movie{
	position: absolute;
  top: 0;
  left: 100px;
}
#cont .winArea .txtBg{
	position: absolute;
	top: 240px;
	right:85px;
}
#cont .winArea .map{
	position: absolute;
  top: 0;
  right: 210px;
}
#cont .winArea .grand{
	position: absolute;
  top: 0;
  right: 25px;
}
#cont .comment{
	width: 600px;
	padding: 27px 20px;
	background-color: #f8f7f4;
	margin: 0 auto;
	margin-bottom: 20px;
}
#cont .comment .judge{
	font-size: 18px;
	color: #978757;
	font-weight: bold;
}
#cont .comment .judgeTxt{
	line-height: 1.6em;
	margin-top: 8px;
}
#cont .comment02{
  margin-bottom: 25px;
}


#cont .winArea02 .ttlArea img {
	height: 38px;
}
#cont .winArea02 .movie{
  top: 0;
  left: 100px;
}
#cont .winArea02 .txtBg{
	top: 200px;
}
#cont .winArea02 .map{
  top: 0;
  right: 280px;
}
#cont .winArea02 .grand{
  top: 0;
  right: 85px;
}
#cont .winArea02 .txtArea .txtInner{
  padding: 20px 25px 20px;
}




#cont #nominate .ttlArea{
	margin-bottom:100px;
}
#nominate .section{
	padding-bottom:0;
	margin-bottom:165px;
	background: url("../img/bg/section_finall.png");
	background-position: top center;
	background-repeat: no-repeat;
}
#nominate .section:nth-child(odd){
	background: url("../img/bg/section_finalr.png");
	background-position: top center;
	background-repeat: no-repeat;
}
#nominate .section:last-child{
	margin-bottom:150px;
}

#nominate .section{
	position: relative;
}
#nominate .map{
	float: left;
  margin-top: -40px;
	text-align: center;
	position: relative;
}
#nominate .map02{
  position: absolute;
  top: 185px;
  left: 20px;
}
#nominate .txtBg{
  float: right;
  margin-top: -140px;
  z-index: 100;
  position: relative;
}
#nominate .section .inner .link,
.winArea .txtArea .link{
	text-align: right;
	margin-top: 3px;

}
#nominate .section .inner .link a,
.winArea .txtArea .link a{
	color: #ac0003;
	font-weight: bold;
}
#nominate .section .inner .link a:before,
.winArea .txtArea .link a:before {
    content: url("../img/arrow.png");
    margin: 10px;
    position: relative;
    top: 0px;
}

/*eventRep */
#eventRep {
  padding-bottom: 180px;
}
#eventRep .repMiv{
	text-align: center;
}

#cont .eventTtl{
	margin-bottom: 60px;
}






/* chief
-------------------------------------------------- */
section.chief .leadTxt {
	width: 680px;
	margin: 0 auto;
	background: url("../img/bg/message.png");
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 18px;
  padding-bottom: 3.5em;
}
.eventpage section.chief .leadTxt {
	font-size: 18px;
}


section.chief .chiefArea {
	width: 280px;
	padding: 13px;
	margin: 0 auto;
	border: 1px solid #d7d7d7;
}
section.chief .chiefArea .chieftxt {
	float: right;
	margin-top: 5px;
	font-size: 18px;
	font-weight: bold;
}
section.chief .chiefArea .chieftxt span{
	color: #978757;
	display: block;
	font-size: 12px;
	font-weight: normal;
}
section.chief .pf {
	float: left;
	width: 70px;
}


/* summary
-------------------------------------------------- */
section.summary{
  margin-bottom: 250px;
	background: url("../img/bg/bg_summary.png");
	background-position: center center;
	background-repeat: repeat-y;
}
section.summary .wrap{
	padding-top: 70px;
	padding-bottom: 130px;
	margin: 0 auto;
	position: relative;
}
#cont section.summary .ttlArea {
  margin-bottom: 50px;
}
section.summary .access {
  margin-bottom: 20px;
}
section.summary #gmap{
  position: absolute;
  bottom: 40px;
  right: -200px;
  width: 650px;
  height: 600px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .1);
}
section.summary dl {
  width:472px;
	font-size: 16px;
	padding-bottom: 20px;
}
section.summary dt {
  float:left;
	clear: left;
  width:100px;
	color: #978757;
}
section.summary dd {
  float:left;
  width: 370px;
	color: #000000;
	line-height: 1.6;
	padding-bottom: 22px;
}
section.summary .access {
	font-size: 14px;
	color: #7f7d77;
}
section.summary .event {
	border: 1px solid #978757;
	padding: 35px 40px;
	width: 472px;
	font-size: 16px;
}
section.summary .event .ttl {
	color: #978757;
	margin-bottom: 1em;
}


/* jadge
-------------------------------------------------- */
section.jadge{
  background: url("../img/bg/bg_jadge.png");
	background-position: center;
	background-repeat: no-repeat;
  margin-bottom: 0;
}
section.jadge .inner{
	margin: 0 auto;
	text-align:center;
}
section.jadge .inner .phArea{
	width: 460px;
	margin-bottom: 30px;
	float: left;
}
section.jadge .inner .phArea:nth-of-type(2n){
	float: right;
}
section.jadge .inner .phArea .ph {
	width: 140px;
	height: 140px;
	float: left;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .1);
}
section.jadge .inner .phArea .txt {
	width: 305px;
	height: 140px;
	float: right;
	background-color: #ffffff;
	text-align: left;
  padding: 5px 18px;
  display: table;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .1);
}
section.jadge .inner .phArea .txt.animation:hover {
	background-color: #f5f4f3;
}
section.jadge .inner .phArea .txt a,
section.jadge .inner .phArea .txt p{
  vertical-align:middle;
  display:table-cell;
}
section.jadge .inner .phArea .txt a:hover,
section.jadge .inner .phArea .txt p:hover{
	text-decoration: none;
}
section.jadge .inner .phArea .txt span.position {
	color: #978757;
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom: 5px;
	display: block;
}
section.jadge .inner .phArea .txt span.name {
	font-size: 18px;
	font-weight: bold;
	display: block;
}


/* awards
-------------------------------------------------- */
section.awards .ttlArea {
    margin-bottom: 40px;
}
section.awards .ttlArea span.award{
	font-size: 12px;
}

section.awards .inner{
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	background: url("../img/bg/bg_winner.png");
	background-position: left top;
	background-repeat: repeat;
  padding: 70px 43px 70px;
}
section.awards .inner .winner{
	float: left;
}
section.awards .inner .winner img{
	height: 29px;
}
section.awards .inner .winner span{
	margin-bottom: 10px;
	letter-spacing: 0.2em;
	display: block;
}
section.awards .inner .txt{
	float: right;
	text-align: left;
	width: 635px;
	padding-left:60px;
	font-weight: bold;
	border-left: 1px solid #bf4d4d;
}



/* entry
-------------------------------------------------- */
section.entry {
	background: url("../img/bg/bg_entry.jpg");
	background-position: left top;
	background-repeat: repeat;
	padding: 60px 0 60px;
  margin-top: 180px;
}
section.entry .ttlArea {
  margin-bottom: 58px;
}
section.entry .txt{
	font-size: 15px;
  line-height: 2em;
	margin-bottom: 55px;
}
section.entry .entryArea {
	width: 680px;
	margin: 0 auto;
	padding: 20px;
	background-color: #8e8a8a;
	color: #ffffff;
}
section.entry .entryArea .ttl {
	font-weight: bold;
	font-weight: 800;
	font-size: 20px;
  font-family: "Hiragino Sans W8","Hiragino Kaku Gothic W8", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  width: 440px;
	text-align: center;
	float: left;
	line-height: 40px;
}
section.entry .entryArea .ttl i {
	margin-right: 7px;
}
section.entry .entryArea + p {
	margin-top: 10px;
  text-align: center;
}


section.entry .entryBtn {
	width: 200px;
	float: right;
	text-align: center;
}
section.entry .entryBtn a {
  border: 1px solid #ffffff;
	color: #ffffff;
	line-height: 40px;
	height: 40px;
  font-size: 16px;
	display: block;
	position: relative;
	font-weight: bold;
}
section.entry .entryBtn a::after {
	content: url(../img/common/arrow03.png);
	position: relative;
	top: 0px;
	right: -15px;
}
section.entry .entryBtn a:hover {
	text-decoration: none;
  border: 1px solid #ffffff;
}

/* ==================================================
エントリー一覧
================================================== */
#entry {
  margin-bottom: 160px;
}
#entry .mapArea{
	text-align: center;
	margin-bottom: 100px;
}
#entry .mapArea{
	text-align: center;
	margin-bottom: 120px;
}
#entry .list{
	margin-bottom: 28px;
	margin-top: -20px;
	padding-top: 20px;
}
#entry .list span{
	background: url("../img/bg/bgst_gr02.gif");
	background-position: left top;
	background-repeat: repeat;
	padding: 14px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.2em;
}
#entry .inner{
	padding-bottom: 60px;
 display: -webkit-flex;
  display: flex;
	-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-justify-content: space-between;
  justify-content: space-between;
}
#entry .inner .entryBox{
	width: 460px;
	border-bottom: 1px solid #d7d7d7;
	padding-top: 20px;
	padding-bottom: 23px;
  margin-bottom: 20px;
}
#entry .ph{
	float: left;
	width: 150px;
	border: 1px solid #d7d7d7;
}
#entry .txt{
	float: right;
	width: 290px;
	font-size: 20px;
}
#entry .txt p a{
	color: #ac0003;
	font-weight: bold;
}
#entry .txt p a:hover{
	color: #9b9b9b;
	text-decoration: none;
}
#entry .txt p {
	margin-bottom: 5px;
  line-height: 1.5em;
}
#entry .txt p.area a{
	font-size: 16px;
	font-weight: normal;
	color: #363636;
}
#entry .txt p.area a:hover{
	color: #9b9b9b;
}
#entry .entryArea {
	padding: 40px;
  background: url(../img/bg/bg_entry.jpg);
  background-repeat: repeat;
  margin-bottom: 130px;
}
#entry .entryArea .ttl {
	font-weight: bold;
	font-weight: 800;
	font-size: 26px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-family: "Hiragino Sans W8","Hiragino Kaku Gothic W8", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	text-align: center;
  color: #ad0003;
}
#entry .entryArea .ttl i{
  margin-right: 10px;
}
#entry .entryArea p {
  font-size: 18px;
  text-align: center;
}
#entry .entryArea .entryBtn {
  margin: 0 auto;
  width: 280px;
  text-align: center;
}
#entry .entryArea .entryBtn span,
#entry .entryArea .entryBtn a {
  background-color: #ad0003;
	color: #ffffff;
	line-height: 50px;
	height: 50px;
  font-size: 18px;
	display: block;
	position: relative;
	font-weight: bold;
}
#entry .entryArea .entryBtn a:hover {
  text-decoration: none;
  background-color: #940002;
}
#entry .entryArea .entryBtn span {
  background-color: #8e8a8a;

}



/* ==================================================
イベントアルバム
================================================== */

/* ==================================================
イベントレポート
================================================== */








@media screen and (max-width: 768px) {


	/* ==================================================
		共通
	 ================================================== */

	.message {
		line-height: 1.8em;
	}

	img{
		max-width:100%;
	}
	.wrap{
		padding: 0 3%;
		width: auto;
	}
	section {
		margin-bottom: 30px;
	}
	#pagetop {
	  right: 5px;
	}
	/* animation
	-------------------------------------------------- */
	.animation {
		border-bottom: 2px solid #978757;
		background: #f5f4f3;
	}
	.animation:before {
	  height: 0;
	}
	/* btn
	-------------------------------------------------- */
	.btn {
		width: 85%;
		display: block;
		margin: 0 auto;
	}


	/* header
	-------------------------------------------------- */
	#head {
	  margin-bottom: 70px;
	}
	#head .nav{
		right: 5px;
    top: 15px;
    margin-top: 0;
    z-index: 999;
	}
	#head #mainArea {
	  height: auto;
		padding-top: 20px;
		background: url("../img/bg/main_bg.png") , url("../img/bg/bg_top.jpg");
		background-position: top ,center;
		background-repeat: no-repeat,no-repeat;
		background-size: cover;
	}
	#head .logo {
	    padding:0px 0 70px;
	}
	#head .logo img{
		height: 44px;
	}
	#head .toplogo img{
		height:auto;
		width: 80%;
	}
	#head .leadTxt {
	    width: auto;
	    margin-top: -20px;
			font-size: 16px;
			line-height: 1.8;
			padding: 10px 4% 30px;
	}
	#head .mainLead {
	    padding: 30px 0;
		  margin-top: -40px;
	}

	#global #head {
	  /* margin-top: 15px; */
	  margin-bottom: 30px;
	}
	#global #head .logo img {
		width: auto;
		height: 35px;
	}
	#global #head .wrap {
    padding: 0;
	}
	#global #head .logo {
	  padding: 0;
	}
	#global .ttlArea img {
    height: 29px;
	}
	#global .ttlArea {
    margin-bottom: 30px;
	}
	#global #head .nav {
		margin-top: 5px;
	}




  /*エントリはこちらバナー*/
  #cont .actionArea {
  	background: url("../img/bg/bg_event.jpg");
  	background-position: center;
    padding: 40px 3% 20px;
    margin-bottom: 60px;
    position: relative;
  }
  #cont .actionArea .logo {
    display: block;
    margin-right: 0;
    text-align: center;
  }
  #cont .actionArea .logo img {
    width: 85%;
  }
  #cont .actionArea .actionBtn {
    display: block;
    width: 85%;
    text-align: center;
    margin: 20px auto 0;
  }
  #cont .actionArea img.point {
    position: absolute;
    top: -40px;
    left: 1%;
    width: 120px;
  }
  #cont .actionArea .actionBtn a::after {
    right: 10px;
  }





  /* winArea
  -------------------------------------------------- */

  #cont .winArea{
    margin-bottom: 50px;
  }
  #cont .winArea02{
    margin-bottom: 150px;
  }
  #cont .winlast{
    margin-bottom: 50px;
  }

  #cont .winArea {
    background-position: -560px 240px;
  }
  #cont .winArea .ttlArea {
    margin-bottom: 123px;
  }
  #cont .winArea .inner {
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  #cont .winArea .movie {
    position: static;
  	top:auto;
  	left:auto;
    padding-left: 4%;
  }
  #cont .winArea .movie iframe {
  	width: 85%;
    height: auto;
  }
  #cont .winArea .inner .movie img{
  	width: 85%;
    height: auto;
  }
  #cont .winArea  .inner .txtBg {
    position: static;
  	top:auto;
  	right:auto;
    width: 90%;
    margin-left: auto;
  	margin: 0 0 0 6%;
    margin-top: -20px;
    z-index: 100;
    position: relative;
  	margin-bottom: 50px;
  }
  #cont .winArea .map {
    top: -100px;
    right: 98px;
  }
  #cont .winArea .map img{
  	width: 135px;
  }
  #cont .winArea .grand {
    top: -100px;
    right: 10px;
  }
  #cont .winArea .grand img{
  	width: 80px;
  }
  #cont .winArea .comment {
    width: auto;
    padding: 12px 8px;
    margin-bottom: 10px;
  }

  #cont .inner .txtInner .animation {
  	border-bottom: 2px solid #978757;
  	background: #f5f4f3;
  	margin-top: 10px;
  	width: 100%;
  }

  #cont .inner .txtInner .animation:before {
  	height: 0;
  }


  /* ノミネート
   -------------------------------------------------- */

  #nominate .section {
    margin-bottom: 60px;
    background: none;
  }
  #nominate .section:last-child {
    margin-bottom: 50px;
  }
  #nominate .map {
    float: none;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #nominate .map02 {
    position: static;
    display: none;
  }
  #nominate .txtBg {
    float: none;
    margin-top: 0;
  }
  #cont #nominate .ttlArea {
    margin-bottom: 40px;
  }
  #cont .inner .txtArea .txtInner {
    width: auto;
    padding: 20px 3%;
  }
  #cont .inner .txtArea {
    width: auto;
    padding: 20px 0 0px;
  }
  #cont .inner .txtInner .btn {
    text-align: center;
    margin-top: 10px;
  }




  #head .mainLead .link {
      width: 90%;
      position: static;
      margin: 0 auto;
  }
  #head button {
      background-size: 80%;
  }



  #cont .summary .link {
    width: auto;
    height: auto;
    line-height: 1.6em;
    padding: 10px 0;
    margin-bottom: 30px;
  }
  #cont .summary .link a {
    font-size: 16px;
  }
  #cont .summary .link a::after {
    top: 50%;
    right: 30px;
    margin-top: -12px;
  }



  #cont .ttlArea {
  	text-align: center;
  }
  #cont .ttlArea02 {
  	margin-bottom: 123px;
  }
  #cont .ttlArea img{
  	max-width: 100%;
  }
  #cont .inner .txtBg {
      width: auto;
  }

  #cont .inner .txtArea .theme {
      color: #ac0003;
      font-size: 24px;
      font-weight: bold;
      line-height: 1.4;
      margin-bottom: 20px;
  }






/* chief
-------------------------------------------------- */
	section.chief {
    margin-bottom: 100px;
	}
	section.chief .leadTxt {
    width: auto;
		text-align: left;
		background-size: contain;
		padding-bottom: 1em;
	}

  .eventpage section.chief .leadTxt {
      font-size: 14px;
  }

	/* entry
	-------------------------------------------------- */
	section.entry {
    padding: 30px 0 30px;
    margin-bottom: 100px;
    margin-top: 60px;
	}
	section.entry .entryArea {
    width: auto;
	}
	section.entry .entryArea .ttl {
	  width: auto;
	  float: none;
	  line-height: inherit;
	}
	section.entry .txt {
    margin-bottom: 30px;
	}
	section.entry .entryArea .entryBtn {
    float: none;
		margin: 0 auto;
		margin-top: 10px;
	}


/* summary
-------------------------------------------------- */
	section.summary #gmap {
		position: static;
		width: auto;
		height: 300px;
		top: 0;
		right: 0;
	}
	#cont section.summary .ttlArea {
    margin-bottom: 30px;
	}
	section.summary {
    margin-bottom: 30px;
	}
	section.summary .wrap {
    padding-top: 30px;
    padding-bottom: 30px;
	}
	section.summary dl {
	    width: auto;
	}
	section.summary dt {
    float: none;
    width: auto;
	}
	section.summary dd {
    float: none;
    width: auto;
	}
	section.summary .event {
    padding: 20px;
		margin-bottom: 40px;
    width: auto;
	}

	/* jadge
	-------------------------------------------------- */
	section.jadge {
	  margin-bottom: 0px;
	  padding-bottom: 50px;
		background-image: none;
	}
	section.jadge .inner .phArea {
	  width: auto;
		float: none;
	}
	section.jadge .inner .phArea:nth-of-type(2n) {
    float: none;
	}
	section.jadge .inner .phArea .ph {
		min-height: 120px;
		max-height: 120px;
		height: auto;
		width: auto;
	}
	section.jadge .inner .phArea .ph img {
		min-height: 120px;
		max-height: 120px;
    width: auto;
	}
	section.jadge .inner .phArea .txt {
		height: 100%;
    width: 75%;
		min-height: 120px;
	}

	section.jadge .inner .phArea .txt.animation {
    border-bottom: 0;
    background: #ffffff;
	}


	/* awards
	-------------------------------------------------- */

	section.awards .inner .winner {
	  float: none;
		margin-bottom: 30px;
	}
	section.awards .inner .txt {
	  float: none;
	  width: auto;
		padding: 0;
		border: none;
	}




/*eventRep*/
#eventRep {
    padding-bottom: 40px;
}
#eventRep .repMiv img{
	margin-bottom: 20px;
}

#awards .inner {
    padding: 30px 5% 30px;
}



  /*nav*/
  .drawer-nav {
    padding: 20px;
    width: 90%;
    z-index: 1000;
  }
  .drawer-menu li.navCross{
  	margin-bottom: 20px;
  }
  .drawer-menu li a{
  	display: block;
  }
  .drawer-menu li a.drawer-menu-item img{
  	height: 18px;
  }
  .drawer-menu li.navCross a{
  	display: inline;
  }
  .drawer-menu li.navCross a.drawer-menu-item img{
  	height: 25px;
  }
  .drawer-menu li{
  	margin-bottom: 30px;
  	line-height: 1.4;
  }

  /*boxer*/
  #boxer .boxer-close {
    background: url(../img/cross.jpg)!important;
    width: 42px;
    height: 42px;
    border-radius: 0;
    top: 25px;
    right: 25px;
  }
  #boxer.mobile .boxer-control {
    width: 30px;
  }
  #boxer.mobile .boxer-meta {
  	background-color: transparent;
  	top: 50%;
  	margin-top: -41px;
  }
  #boxer.mobile .boxer-control.previous {
    margin-left: 2%;
  }
  #boxer.mobile .boxer-control.next {
    margin-right: 2%;
  }

/* ==================================================
エントリー一覧
================================================== */
  #entry {
    margin-bottom: 30px;
  }
	#entry .inner .entryBox {
	  width: auto;
		display: block;
		margin-bottom: 15px;
    padding-bottom: 15px;
	}
	#entry .mapArea {
    margin-bottom: 40px;
	}
	#entry .ph {
	  width: 36%;
	}
	#entry .ph img {
	  width: 100%;
		height: auto;
	}
	#entry .txt {
	  width: 62%;
    font-size: 18px;
	}
	#entry .txt p {
		margin-bottom: 5px;
	}
	#entry .txt p.area a {
    font-size: 14px;
	}
	#entry .inner .entryBox.animation {
    background: #fcfbfa;
	}
  #entry .entryArea {
    margin-bottom: 60px;
    padding: 20px;
  }
  #entry .entryArea .ttl {
    font-size: 23px;
  }
  #entry .entryArea p {
    font-size: 16px;
    text-align: left;
  }
  #entry .entryArea .entryBtn {
    width: 90%;
  }


/* ==================================================
イベントアルバム
================================================== */

/* ==================================================
イベントレポート
================================================== */


}

@media screen and (max-width: 600px) {
	section.jadge .inner .phArea .txt {
	  width: 64%;
	}
}
@media screen and (max-width: 370px) {
	section.jadge .inner .phArea .txt {
	  width: 57%;
		padding: 0px 10px;
	}
}
