@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700,&display=swap&subset=japanese");
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: transparent;
	background-color: #ffffe3
}
html {
	font-size: 62.5%
}
body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	-webkit-print-color-adjust: exact;
	overflow-y: scroll
}
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: transparent;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "メイリオ", Meiryo, "HIragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif
}
section, article, aside, hgroup, header, footer, main, nav, dialog, figure, figcaption {
	display: block
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
:focus {
	outline: 0
}
ins {
	text-decoration: none
}
del {
	text-decoration: line-through
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
main p, main li, main dt, main dd, main th, main td {
	line-height: 1.6
}
img {
	vertical-align: bottom
}
a:link {
	color: #ffffe3;
	text-decoration: none
}
a:visited {
	color: #ffffe3;
	text-decoration: none
}
a:hover {
	color: #ffffe3;
	text-decoration: none
}
a:active {
	color: #ffffe3;
	text-decoration: none
}
section h3{
	color: #ffffe3;
	background-color: #d70b2a;
	text-align: center;
	padding: 15px;
	margin: 15px 0;
	
}
#wrapper {
	text-align: left;
	font-size: 1.6rem;
	min-width: 1000px;
	color: #222;
	overflow: hidden;
	position: relative
}

#wrapper section{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#wrapper {
		min-width: auto
	}
}
@media screen and (max-width: 767px) {
	#wrapper .pc {
		display: none !important
	}
}
@media print, screen and (min-width: 768px) {
	#wrapper .sp {
		display: none !important
	}
}
@media screen and (max-width: 767px) {
	#wrapper img {
		width: 100%;
		height: auto
	}
}
#wrapper .inner, #wrapper .mv__inner, #wrapper .introduction__inner, #wrapper .entry {
	max-width: 1000px;
	margin: 0 auto;
	position: relative
}
@media screen and (max-width: 767px) {
	#wrapper .inner, #wrapper .mv__inner, #wrapper .introduction__inner, #wrapper .entry {
		width: auto;
		padding: 0 4vw
	}
	
#wrapper section{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

	
	#wrapper img {
	width: 100%;
	height: auto
}
}




@media screen and (max-width: 767px) {
	#wrapper section{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
}

#wrapper .fotmmailer p.error{
	color: #d80b2a;
	background-color: #FFC8C9;
	margin: 5px 0;
	padding: 5px;
}

#wrapper .fotmmailer table{
	width: 600px;
	margin: 0 auto;
	line-height: 1.3em;
}

#wrapper .fotmmailer table.form th,
#wrapper .fotmmailer table.form td{

  width:100%;
  display:block;
 text-align: left;

}
#wrapper .fotmmailer table.form ul li{
  width: calc(100% / 1);
  background-color: #e6e6e6;
  margin: 3px 0;
  padding: 8px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#wrapper .fotmmailer table.form th {
  margin: 0;
  padding: 16px;
  color: #555;
  background-color: #e6e6e6;
}

#wrapper .fotmmailer table.form td {
  margin: 0;
  padding: 16px;
	 background-color: #ffffff;
}

#wrapper .fotmmailer table.form textarea {
  width: 100%;
  height: 10em;
}

section .requirements-txt{
	text-align: left;
	width: 60%;
	line-height: 1.3em;
	margin: 0 auto 30px auto;
}

.thanks{
	text-align: center;
	font-size: 200%;
}

div.buttonBox,
div.agreementBox{
	text-align: center;
}

div.buttonBox button.submit{
    width: 50%;
    padding:0;
    margin:0;
    background:none;
    border:0;
    font-size:0;
    line-height:0;
    overflow:visible;
    cursor:pointer;
	
}

div.buttonBox ul{
	
	width: 50%;
	margin: 0 auto;
}

div.buttonBox ul li{
	float: left;
	width: 50%;
}

div.buttonBox ul li img{
	width: 100%;
}
div.buttonBox .topBack img{
	width: 50%
}

@media screen and (max-width: 767px) {
	#wrapper .fotmmailer{
	width: 95%;
	margin: 0 auto 30px auto;
}
	
#wrapper .fotmmailer table{
	width: 95%;
	margin: 0 auto;
	line-height: 1.3em;
}

#wrapper .fotmmailer table.form th,
#wrapper .fotmmailer table.form td{

  width:100%;
  display:block;
 text-align: left;

}
#wrapper .fotmmailer table.form ul li{
  width: calc(100% / 1);
  background-color: #e6e6e6;
  margin: 3px 0;
  padding: 8px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#wrapper .fotmmailer table.form th {
  margin: 0;
  padding: 16px;
  color: #555;
  background-color: #e6e6e6;
}

#wrapper .fotmmailer table.form td {
  margin: 0;
  padding: 10px;
	background-color: #ffffff;
}

section .requirements-txt{
	text-align: left;
	width: 95%;
	line-height: 1.3em;
	margin: 0 auto;
}

.thanks{
	text-align: center;
	font-size: 110%;
	margin: 15px 0;
}

div.buttonBox,
div.agreementBox{
	text-align: center;
}

div.buttonBox button.submit{
    width: 50%;
    padding:0;
    margin:0;
    background:none;
    border:0;
    font-size:0;
    line-height:0;
    overflow:visible;
    cursor:pointer;
	
}

div.buttonBox ul{
	
	width: 50%;
	margin: 0 auto;
}

div.buttonBox ul li{
	float: left;
	width: 50%;
}

div.buttonBox ul li img{
	width: 100%;
}	
	
	
	
	
}

#wrapper .introduction__inner {
	padding: 0px 0 0
}
@media screen and (max-width: 767px) {
	#wrapper .introduction__inner {
		padding: 0
	}
}
#wrapper .introduction h1 {
	width: 1000px;
	margin: 0 auto
}
@media screen and (max-width: 767px) {
	#wrapper .introduction h1 {
		width: 100%;
		margin: 0 0;
		padding: 0 0;
	}
}

.clearfix:after {
   content: "";
   display: block;
   clear: both;
}


div.naviBox{
	width: 1000px;
	margin: 0 auto;
	
}

ul.navi {
	display: flex;
	width: 1000px;
}

ul.navi li{
	background: #d70b2a;
	color: #ffffe3;
	width:100% !important;
	text-align: center;
	border: 1px solid #ffffe3;
	padding: 10px 0;
	
}

div.movie{
	padding: 30px 27px;
	width: 1000px;
	margin: 0 auto;
}

div.movie h5{
	font-size: 32px;
	color: #d70b2a;
	text-align: center;
	margin:  0 0;
	padding:  0 0 30px 0;
}

div.item__movie{
	float: left;
	width: 295px;
	margin: 0 8px;
	}



@media screen and (max-width: 767px) {
div.naviBox{
	width: 100%;
	margin: 0 auto;
	
}

ul.navi {
	display: flex;
	width: 100%;
}

ul.navi li{
	background: #d70b2a;
	color: #ffffe3;
	width:100% !important;
	text-align: center;
	border: 1px solid #ffffe3;
	padding: 10px 0;
	
}

div.movie{
	padding: 30px 10px;
	width: 100%;
	margin: 0 auto;
}

div.movie h5{
	font-size: 80%;
	color: #d70b2a;
	text-align: center;
	margin:  0 0;
	padding:  0 0 30px 0;
}

div.item__movie{
	float: none;
	width: 100%;
	margin: 0 0 15px 0;
	}
}

section#ouboend{
	font-size: 160%;
	padding: 50px 0;
	margin-top: 100px 0;
	background: #D1D1D1;
	color: #FFFFFF;
}

#wrapper .introduction .period {
	margin: 60px auto 0
}
@media screen and (max-width: 767px) {
	#wrapper .introduction .period {
		margin: 5.33333vw auto 0
	}
	
	section#ouboend{
	font-size: 1.5em;
	padding: 50px 0;
	margin-top: 100px 0;
	background: #D1D1D1;
	color: #FFFFFF;
}

}
#wrapper .introduction .vote__btn {
	margin: 20px auto 0
}
@media screen and (max-width: 767px) {
	#wrapper .introduction .vote__btn {
		margin: 4vw auto 0
	}
}
#wrapper .introduction .vote__txt {
	text-align: center;
	color: #c60057;
	margin: 30px 0 0 0;
	font-size: 1.8rem
}
@media screen and (max-width: 767px) {
	#wrapper .introduction .vote__txt {
		margin: 10.66667vw 0 0;
		font-size: 1.5rem;
		font-size: 4vw;
		line-height: 1.4
	}
}
#wrapper .introduction .detail-info {
	margin: 30px auto 0
}
@media screen and (max-width: 767px) {
	#wrapper .introduction .detail-info {
		margin: 4vw auto 0
	}
}
#wrapper .introduction .detail-info__inner {
	width: 840px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media screen and (max-width: 767px) {
	#wrapper .introduction .detail-info__inner {
		width: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
#wrapper .introduction .detail-info__item {
	width: 400px
}
@media screen and (max-width: 767px) {
	#wrapper .introduction .detail-info__item {
		width: auto
	}
}
#wrapper .introduction .detail-info__item dt {
	color: #fff;
	background: #c60057;
	text-align: center;
	line-height: 1;
	font-size: 2.3rem;
	font-weight: bold;
	padding: 5px 0;
	border-radius: 10px
}
@media screen and (max-width: 767px) {
	#wrapper .introduction .detail-info__item dt {
		font-size: 2rem;
		font-size: 5.33333vw;
		padding: .93333vw 0
	}
}
#wrapper .introduction .detail-info__item dd {
	text-align: center;
	font-weight: bold;
	color: #c60057;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}
#wrapper .introduction .detail-info__item--period dd {
	margin-top: 25px;
	font-size: 3.0rem
}
@media screen and (max-width: 767px) {
	#wrapper .introduction .detail-info__item--period dd {
		margin-top: 3.33333vw;
		font-size: 2.4rem;
		font-size: 6.4vw
	}
}
@media screen and (max-width: 767px) {
	#wrapper .introduction .detail-info__item--result {
		margin-top: 5.33333vw
	}
}
#wrapper .introduction .detail-info__item--result dd {
	margin-top: 18px;
	font-size: 4.3rem
}
@media screen and (max-width: 767px) {
	#wrapper .introduction .detail-info__item--result dd {
		margin-top: 3.33333vw;
		font-size: 4rem;
		font-size: 10.66667vw
	}
}
#wrapper .introduction .detail-info__txt {
	text-align: center;
	color: #c60057;
	font-size: 3.0rem;
	font-weight: bold;
	margin: 35px 0 0
}
@media screen and (max-width: 767px) {
	#wrapper .introduction .detail-info__txt {
		margin-top: 5.33333vw;
		font-size: 2rem;
		font-size: 5.33333vw;
		line-height: 1.3
	}
}
#wrapper .entry {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
@media print, screen and (max-width: 1345px) {
	#wrapper .entry {
		padding: 0 30px
	}
}
@media screen and (max-width: 767px) {
	#wrapper .entry {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 4vw
	}
}
#wrapper .entry__item {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: opacity .6s ease, -webkit-transform .6s ease;
	transition: opacity .6s ease, -webkit-transform .6s ease;
	transition: transform .6s ease, opacity .6s ease;
	transition: transform .6s ease, opacity .6s ease, -webkit-transform .6s ease
}
@media print, screen and (min-width: 768px) {
	#wrapper .entry__item {
		width: 47%
	}
	#wrapper .entry__item:nth-child(2n) {
		margin-left: 6%
	}
	#wrapper .entry__item:nth-child(n+3) {
		margin-top: 50px
	}
}
@media screen and (max-width: 767px) {
	#wrapper .entry__item {
		width: 100%
	}
	#wrapper .entry__item + .entry__item {
		margin-top: 5.33333vw
	}
}
#wrapper .entry__item a {
	display: block;
	border-radius: 10px;
	padding: 15px 15px 20px;
	position: relative;
	height: 100%
}
@media screen and (max-width: 767px) {
	#wrapper .entry__item a {
		padding: 2.66667vw
	}
}
#wrapper .entry__item a::after {
	content: "";
	width: 17.9%;
	padding-top: 103.8%;
	position: absolute;
	top: -15px;
	left: -12px
}
@media screen and (max-width: 767px) {
	#wrapper .entry__item a::after {
		width: 16vw;
		top: -2vw;
		left: -2vw
	}
}
#wrapper .entry__item__img {
	position: relative;
	border-radius: 10px;
	overflow: hidden
}
#wrapper .entry__item__img > img {
	transition: all .3s ease;
	-webkit-transition: all .3s ease
}
#wrapper .entry__item__person {
	position: absolute;
	width: 39%;
	z-index: 2;
	bottom: 0;
	left: 0;
	z-index: 2
}
#wrapper .entry__item__movie {
	position: absolute;
	width: 31.6%;
	z-index: 2;
	top: 310px;
	right: 25px
}
@media print, screen and (min-width: 1024px) and (max-width: 1345px) {
	#wrapper .entry__item__movie {
		top: 23vw
	}
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
	#wrapper .entry__item__movie {
		top: 238px
	}
}
@media screen and (max-width: 767px) {
	#wrapper .entry__item__movie {
		top: 47.33333vw;
		right: 4vw
	}
}
@media print, screen and (min-width: 768px) {
	#wrapper .entry__item a:hover .entry__item__img > img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}
#wrapper .entry__item__detail {
	margin: 25px 0 0;
	position: relative;
	padding-left: 19.8%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}
@media screen and (max-width: 767px) {
	#wrapper .entry__item__detail {
		margin: 4vw 0 0
	}
}
#wrapper .entry__item__num {
	width: 18%;
	position: absolute;
	top: 0;
	left: 0
}
#wrapper .entry__item__ttl {
	font-size: 3.4rem;
	font-weight: bold;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	line-height: 1.3;
	text-shadow: #fff 3px 0px 0px, #fff -3px 0px 0px, #fff 0px -3px 0px, #fff 0px 3px 0px, #fff 3px 3px 0px, #fff -3px 3px 0px, #fff 3px -3px 0px, #fff -3px -3px 0px, #fff 1px 3px 0px, #fff -1px 3px 0px, #fff 1px -3px 0px, #fff -1px -3px 0px, #fff 3px 1px 0px, #fff -3px 1px 0px, #fff 3px -1px 0px, #fff -3px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px
}
@media print, screen and (min-width: 1024px) and (max-width: 1345px) {
	#wrapper .entry__item__ttl {
		font-size: 2.5vw
	}
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
	#wrapper .entry__item__ttl {
		font-size: 2.6rem
	}
}
@media screen and (max-width: 767px) {
	#wrapper .entry__item__ttl {
		font-size: 2rem;
		font-size: 5.33333vw
	}
}
#wrapper .entry__item__ttl span {
	font-size: 2.4rem;
	font-weight: bold
}
@media print, screen and (min-width: 1024px) and (max-width: 1345px) {
	#wrapper .entry__item__ttl span {
		font-size: 1.7vw
	}
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
	#wrapper .entry__item__ttl span {
		font-size: 1.9rem
	}
}
@media screen and (max-width: 767px) {
	#wrapper .entry__item__ttl span {
		font-size: 1.6rem;
		font-size: 4.26667vw;
		text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px, #fff 0px -2px 0px, #fff 0px 2px 0px, #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px, #fff 1px 2px 0px, #fff -1px 2px 0px, #fff 1px -2px 0px, #fff -1px -2px 0px, #fff 2px 1px 0px, #fff -2px 1px 0px, #fff 2px -1px 0px, #fff -2px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px
	}
}
#wrapper .entry__item__txt {
	margin-bottom: 10px;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 2.0rem;
	font-weight: bold;
	text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px, #fff 0px -2px 0px, #fff 0px 2px 0px, #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px, #fff 1px 2px 0px, #fff -1px 2px 0px, #fff 1px -2px 0px, #fff -1px -2px 0px, #fff 2px 1px 0px, #fff -2px 1px 0px, #fff 2px -1px 0px, #fff -2px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
	line-height: 1.4
}
@media print, screen and (min-width: 1024px) and (max-width: 1345px) {
	#wrapper .entry__item__txt {
		font-size: 1.4vw
	}
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
	#wrapper .entry__item__txt {
		font-size: 1.5rem
	}
}
@media screen and (max-width: 767px) {
	#wrapper .entry__item__txt {
		margin-bottom: 2vw;
		font-size: 1.2rem;
		font-size: 3.2vw
	}
}
#wrapper .entry__item--red a {
	background: url(../img/bg_entry01.jpg) 0 0/cover no-repeat
}
#wrapper .entry__item--red a::after {
	background: url(../img/img_gong_red.png) 0 0/100% no-repeat
}
#wrapper .entry__item--red a .entry__item__ttl, #wrapper .entry__item--red a .entry__item__txt {
	color: #c6000b
}
#wrapper .entry__item--blue a {
	background: url(../img/bg_entry02.jpg) 0 0/cover no-repeat
}
#wrapper .entry__item--blue a::after {
	background: url(../img/img_gong_blue.png) 0 0/100% no-repeat
}
#wrapper .entry__item--blue a .entry__item__ttl, #wrapper .entry__item--blue a .entry__item__txt {
	color: #004e96
}
#wrapper .entry__item:nth-child(6) .entry__item__ttl {
	line-height: 1
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
	#wrapper .entry__item:nth-child(6) .entry__item__txt br {
		display: none
	}
}
@media print, screen and (min-width: 768px) {
	#wrapper .entry__item:nth-child(2n+1) {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px)
	}
}
#wrapper .entry__item.animate {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
@media print, screen and (min-width: 768px) {
	#wrapper .entry__item.animate + .entry__item {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
#wrapper .vote {
	margin: 110px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media screen and (max-width: 767px) {
	#wrapper .vote {
		margin: 10.66667vw 4vw 0
	}
}
#wrapper .vote .vote__btn {
	margin-left: 50px
}
@media print, screen and (max-width: 1345px) {
	#wrapper .vote {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	#wrapper .vote .vote__btn {
		margin: 20px auto 0
	}
}
#wrapper footer {
	margin: 80px 0 0 0;
	text-align: center;
	background: #c60057;
	line-height: 1;
	padding: 20px 0
}
@media screen and (max-width: 767px) {
	#wrapper footer {
		margin: 10.66667vw 0 0;
		padding: 2.66667vw
	}
}
#wrapper footer small {
	color: #fff;
	font-size: 1.6rem
}
@media screen and (max-width: 767px) {
	#wrapper footer small {
		font-size: 1.2rem;
		font-size: 3.2vw
	}
}
#wrapper .modal__item {
	display: none;
	width: 800px;
	position: fixed;
	z-index: 999
}
@media screen and (max-width: 767px) {
	#wrapper .modal__item {
		width: 100%
	}
}
#wrapper .modal__cont {
	width: 100%;
	padding-top: 62.5%;
	position: relative;
	background: #000
}
#wrapper .modal__cont video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}
#wrapper .modal__close {
	width: 50px;
	height: 50px;
	position: absolute;
	top: -60px;
	right: 0;
	cursor: pointer
}
@media print, screen and (min-width: 768px) {
	#wrapper .modal__close {
		transition: opacity .3s ease;
		-webkit-transition: opacity .3s ease
	}
	#wrapper .modal__close:hover {
		opacity: 0.7
	}
}
@media screen and (max-width: 767px) {
	#wrapper .modal__close {
		width: 40px;
		height: 40px;
		top: -50px;
		right: 10px
	}
}
#wrapper .modal__overlay {
	width: 100%;
	height: 120%;
	position: fixed;
	background: rgba(255, 255, 255, 0.8);
	z-index: 101;
	display: none;
	top: 0;
	left: 0
}