@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap');
@import url('message.css');
@import url('photo.css');

/********** browser default initialization **********/

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none !important;
	margin: 0;
	padding: 0;
}


/* =========================================================
	basic style
========================================================= */
*,
*:before,
*:after {
	box-sizing: inherit;
}

html{
	height: 100%;
	font-size: 62.5%;
	overflow-x: hidden;
	box-sizing: border-box;
}

body{
	margin: 0;
	padding: 0;
	height: 100%;
	background: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	color: #3B3B3B;
	font-family: kinto-sans, sans-serif,'游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ ゴシック',’MS PGothic’, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-style: normal;
	text-align: center;
	letter-spacing: 2px;
	-webkit-text-size-adjust: 100%;
	animation: fadeIn 6s ease 0s 1 normal;
	-webkit-animation: fadeIn 6s ease 0s 1 normal;
}

@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

.pc{
	display: block;
}

.pc_tablet{
	display: block;
}

.tablet_phone	{
	display: none;
}

.tablet	{
	display: none;
}

.phone	{
	display: none;
}

ul{
	list-style-type: none !important;
	margin: 0;
	padding: 0;
	}

p	{
	margin: 1.4em 0 1.4em 0;
	text-align: justify;
	font-weight: 400;
}

a	{
	overflow: hidden;
	outline: none;
	border: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:focus {
	outline: none;
}

a:link {
	color: #008838;
	text-decoration: none;
}

a:visited {
	color: #008812;
	text-decoration: none;
}

a:hover {
	color: #94ae2d;
	text-decoration: none;
}

a:active {
	color: #d1dd44;
	text-decoration: none;
}

img {
	margin: 0;
	border: 0;
}

a img {
	margin: 0;
	border: 0;
}

a:hover img{
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
a.arrow::before,
a.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
a.arrow::before{
	left: 3px;
	width: 7px;
	height: 1px;
	background: #008812;
}
a.arrow::after{
	left: 3px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #008812;
	border-right: 1px solid #008812;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pc{
	display:	block;
}

.pc_tablet{
	display:	block;
}

.tablet_sp	{
	display:	none;
}

.tablet	{
	display:	none;
}

.sp	{
	display:	none;
}

.space_1{
	margin: 0 0.5rem 0 0;
}

.space_2{
	margin: 0 1.0rem 0 0;
}

.space_3{
	margin: 0 2.0rem 0 0;
}

.txt12{
	font-size: 1.2rem;
}

.txt14{
	font-size: 1.4rem;
}

.txt16{
	font-size: 1.6rem;
}

.txt18{
	font-size: 1.8rem;
}

.txt22 {
	font-size: 2.2rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.txt_s{
	font-size: 1.2rem;
}

.txt_m{
	font-size: 1.8rem;
}

.txt_l{
	font-size: 2.6rem;
}

.txt_right{
	text-align: right !important;
}

.txt_center{
	text-align: center !important;
}

.txt_left{
	text-align: left !important;
}

.txt_white{
	color: #fff;
}

/* ----- margin top----- */
.mgn_t15 {
	margin: 15px 0 0 0;
}

.mgn_t25 {
	margin: 25px 0 0 0;
}

.mgn_t50 {
	margin: 50px 0 0 0;
}

.mgn_t100 {
	margin: 100px 0 0 0;
}

.mgn_t150 {
	margin: 150px 0 0 0;
}

/* ----- margin bottom----- */
.mgn_b15 {
	margin: 0 0 15px 0;
}

.mgn_b25 {
	margin: 0 0 25px 0;
}

.mgn_b50 {
	margin: 0 0 50px 0;
}

.mgn_b100 {
	margin: 0 0 100px 0;
}

.mgn_b150 {
	margin: 0 0 150px 0;
}

/* ----- header ----- */
header {
	position: relative;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: calc(100% - 60px);
	max-width: 1800px;
	height: 800px;
	margin: 10px auto 0 auto;
	background: url(../img/header_bg.jpg) center top;
	background-size: cover;
	background-repeat: no-repeat;
	transform-origin: top left;
	z-index: 1;
}

.pg_msg header {
	position: relative;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: calc(100% - 60px);
	max-width: 1800px;
	height: 300px;
	margin: 10px auto 0 auto;
	background: url(../img/header_bg.jpg) center top;
	background-size: cover;
	background-repeat: no-repeat;
	transform-origin: top left;
	z-index: 1;
}

header::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/header_bg_dot.svg) center bottom;
	background-size: 100%;
	background-repeat: no-repeat;
    z-index: 2;
}

header h1 {
	position: absolute;
	display: block;
	float: left;
	top: 360px;
	left: 50%;
	width: 800px;
	height: 320px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: 0 auto;
	background: url(../img/title.svg) center center;
	background-size: cover;
	background-repeat: no-repeat;
	transform: translate(-50%, -50%);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index: 3;
}

.pg_msg header h1 {
	position: absolute;
	display: block;
	float: left;
	top: 190px;
	left: 50%;
	width: 375px;
	height: 150px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: 0 auto;
	background: url(../img/title.svg) center center;
	background-size: cover;
	background-repeat: no-repeat;
	transform: translate(-50%, -50%);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index: 3;
}


/* ----- navigator ----- */
.navigator_area {
	position: absolute;
	display: block;
	float: left;
	top: 680px;
	left: 50%;
	width: 320px;
	height: 250px;
	overflow:	hidden;
	transform: translate(-50%, -50%);
	z-index: 4;
}

.navigator_list {
	display:	flex;
	flex-wrap:	wrap;
	justify-content: center;
	align-content:	flex-start;
	gap:	20px 20px;
}

.navigator_list figure.cast_item {
	overflow:	hidden;
	flex-basis:	45%;
	text-align:	center;
}

.navigator_list figure.cast_item img {
	box-sizing:	border-box;
	width:	100%;
	height:	auto;
	margin:	0 0 10px 0;
	-moz-border-radius:	100%;
	-webkit-border-radius:	100%;
	border-radius:	100%;
}

.navigator_list figcaption p.navigator_name {
	margin: 0;
	padding: 0.2rem 0.4rem;
	color: #fff;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 3px;
	background: #008838;
	-moz-border-radius:	15px;
	-webkit-border-radius:	15px;
	border-radius:	15px;
}

p.navigator_ttl {
	margin: 0 auto 10px auto;
	text-align: center;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	color: #fff;
}

/* ----- main structure ----- */
.container{
	width: calc(100% - 60px);
	max-width: 1800px;
	margin: 0 auto;
	padding: 0;
}

main{
	width: 100%;
	margin: 0 auto 100px auto;
	padding: 0 0 100px;
	background: #F7FCEC;
	-moz-border-radius:	0 0 20px 20px;
	-webkit-border-radius:	0 0 20px 20px;
	border-radius:	0 0 20px 20px;
}

.headline_area {
	overflow: hidden;
	width: 900px;
	margin: 30px auto 70px auto;
	text-align: center;
}

.area_contents {
	overflow: hidden;
	width: 900px;
	margin: 30px auto 70px auto;
	text-align: center;
}

.area_contents p {
	text-align: center;
}

/* ----- Gigya ----- */
#jme {
	padding: 30px 0;
}

/* ----- hx ----- */
.headline_area h2 {
	position: relative;
	padding: 20px 0 0 0;
	margin: 0 auto 60px auto;
	color: #008838;
	font-size: 2.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 3px;
}

.headline_area h2:before, .headline_area h2:after {
	content: "";
	position: absolute;
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 1;
}

.headline_area h2:before {
	top: 0;
	left: 0;
	background-image: url(../img/bg_leaf1.png);
	width: 70px;
	height: 117px;
}

.headline_area h2:after {
	top: 20px;
	right: 0;
	background-image: url(../img/bg_leaf2.png);
	width: 100px;
	height: 247px;
}

.headline_area h3 {
	position: relative;
	margin: 0 0 30px 0;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	text-align: center;
	line-height: 2.2;
	letter-spacing: 2px;
}

.headline_area h3.last_bg {
	padding: 0 0 150px 0;
}

.headline_area h3.last_bg:before, .headline_area h3.last_bg:after {
	content: "";
	position: absolute;
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 1;
}

.headline_area h3.last_bg:before {
	bottom: 80px;
	left: 20px;
	background-image: url(../img/bg_leaf3.png);
	width: 150px;
	height: 117px;
}

.headline_area h3.last_bg:after {
	bottom: 0;
	right: 0%;
	background-image: url(../img/bg_leaf4.png);
	width: 230px;
	height: 182px;
}

.contents_ttl {
	margin: 0 auto 80px auto;
	padding: 0 0 5px 0;
	width: 100%;
	color: #008838;
	font-size: 2.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	text-align: center;
	line-height: 2.2;
	letter-spacing: 2px;
	background-image: linear-gradient(
		90deg,
		#a6be7d 0%, #a6be7d 45%,
		#008838 45%, #008838 55%,
		#a6be7d 55%, #a6be7d 100%
	);
	background-size: 150% 4px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

/********** banner **********/
.bnr_tatemono img {
	width: auto;
	height: 100px;
}


/* ----- cast ----- */
.cast_area_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	gap: 30px 30px;
	overflow: hidden;
	margin: 20px auto 20px auto;
}

.cast_area_list figure.cast_item{
	overflow: hidden;
	flex-basis: 30%;
	text-align: center;
	margin: 0 0 20px 0;
}

.cast_area_list figure.cast_item img {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.cast_area_list figcaption{
	margin: 10px 0 0 0;
	padding: 0.2rem 0.8rem;
	line-height:1.6;
	letter-spacing: 3px;
	text-align:center;
}

.cast_area_list figcaption li.cast_time{
	display: block;
	margin: 0;
	padding: 1.0rem 0;
	font-size: 1.2rem;
	font-weight: 300;;
	letter-spacing: 1px;
	line-height: 1.4;
}

.cast_area_list figcaption li.cast_time span{
	padding: 0.25rem 1.5rem;
	background: #94ae2d;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.cast_area_list figcaption li.cast_name{
	display: block;
	margin: 0;
	padding: 0.4rem 1.0rem;
	font-size: 1.6rem;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.25rem;
	line-height: 1.4;
}

.cast_area_list figcaption li.cast_name.text_m{
	font-size: 1.7rem;
}

.cast_area_list figcaption li.cast_member{
	display: block;
	margin: 0;
	padding: 0.25rem 1.0rem;
	font-size: 1.2rem;
	font-weight: 300;;
	letter-spacing: 0.2rem;
	line-height: 1.4;
}

.info_ai {
	width: 95%;
	margin: 100px auto 0 auto;
	padding: 20px 0 0 0;
}

.info_ai h3 {
	position: relative;
	padding: 1rem 2rem calc(1rem + 8px);
	font-size: 2.0rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	background: #d1ea00;
}

.info_ai h3:before {
	position: absolute;
	margin: 0 auto;
	top: -5px;
	left: -5px;
	width: 100%;
	height: 100%;
	content: '';
	border: 2px solid #3B3B3B;
}

.info_ai img {
	width: 100%;
	height: auto;
}

.info_ai p {
	text-align: left;
}


/* ----- button ----- */
.btn_msg a{
	display: block;
	overflow: hidden;
	width: 600px;
	margin:  70px auto 30px auto;
	padding: 20px;
	background: #fff;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color: #3B3B3B;
	font-size: 2.0rem;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	border: 4px solid #94ae2d;
}

.btn_msg a:visited {
	color: #3B3B3B;
	text-decoration: none;
}

.btn_msg a:hover {
	background: #c8d460;
	color: #fff;
}


/* ----- vote ----- */
.iframe_wrap {
	overflow: hidden;
}

.iframe_wrap iframe.vote {
	width: 100%;
	height: 700px;
	border: none;
}

.outline {
	text-align: center !important;
}

p.name.v-name {
	display: none;
	text-align: center !important;
	font-size: 2.2rem;
}

.rate-bar {
    width: 90%;
}

.vote_pre {
	display:	flex;
	flex-wrap:	wrap;
	justify-content: center;
	align-content:	flex-start;
	gap:	20px 20px;
	width:	70%;
	margin: 50px auto;
}

.vote_pre figure.vote_pre_item {
	overflow:	hidden;
	flex-basis:	45%;
	text-align:	center;
}

.vote_pre figure.vote_pre_item img {
	box-sizing:	border-box;
	width:	100%;
	height:	auto;
	margin:	0 0 10px 0;
}

.vote_pre figcaption .vote_pre_name {
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	text-align: center;
}


/********** footer **********/
footer {
	overflow: hidden;
	padding: 0;
}

.footer_bottom {
	display: flex;
	width: 1000px;
	max-width: calc(100% - 100px*2);
	margin: 100px auto 150px auto;
}

.footer_bottom .gotohome{
	width: 100px;
}

.footer_bottom .gotohome img{
	width: 100%;
	height: auto;
}

.footer_bottom .j-wave_credit{
	width: calc(100% - 100px);
	text-align: right;
}

.footer_bottom .j-wave_credit img{
	width: 200px;
	height: auto;
}

.footer_bottom .j-wave_credit span{
	display: block;
	font-size:10px;
}


/* =========================================================
	media queries for tablet
========================================================= */
@media only screen and (max-width: 1024px){
.pc {
	display: none;
}

.pc_tablet {
	display: block;
}

.tablet_sp {
	display: block;
}

.tablet {
	display: block;
}

.sp {
	display: none;
}

a:hover img{
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}

/* ----- header ----- */
header {
	width: calc(100% - 40px);
	max-width: 1800px;
	height: 800px;
}

header::after{
	background: url(../img/header_bg_dot_sp.svg) center bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

header h1 {
	top: 360px;
	width: 550px;
	height: 220px;
}

/* ----- navigator ----- */
.navigator_list{
	gap:	20px 20px;
	}

.navigator_list figcaption p.navigator_name_sub{
	font-size:1.0rem;
	}

.navigator_list figcaption p.navigator_name{
	font-size:1.2rem;
	}

/* ----- main structure ----- */
.container{
	width: calc(100% - 40px);
	max-width: 100%;
}

.headline_area {
	overflow: hidden;
	width: 90%;
	margin: 30px auto 70px auto;
	text-align: center;
}

.area_contents {
	width: 90%;
	margin: 30px auto 60px auto;
}

/* ----- hx ----- */
.headline_area h2 {
	font-size: 2.0rem;
	letter-spacing: 2px;
}

.headline_area h3 {
	width: 90%;
	margin: 40px auto;
	text-align: left;
}

.headline_area h3.last_bg:before {
	bottom: 10px;
	left: 0;
	width: 150px;
	height: 117px;
}

.headline_area h3.last_bg:after {
	bottom: 0;
	right: 0%;
	width: 150px;
	height: 118px;
}

/* ----- vote ----- */
.iframe_wrap iframe.vote {
	height: 800px;
}

/********** footer **********/
.footer_bottom {
	width: 90%;
}
}


/* =========================================================
	media queries for smartphone
========================================================= */
@media only screen and (max-width : 599px){
.pc {
	display: none;
}

.pc_tablet {
	display: none;
}

.tablet_sp {
	display: block;
}

.tablet	 {
	display: none;
}

.sp {
	display: block;
}

/* ----- header ----- */
header {
	width: 100%;
	height: 85vh;
}

.pg_msg header {
	width: 100%;
	height: 350px;
}

header h1 {
	position: absolute;
	display: block;
	float: left;
	top: 40%;
	left: 50%;
	width: 375px;
	height: 150px;
}


/* ----- navigator ----- */
.navigator_area {
	top: 75%;
	left: 50%;
	width: 320px;
	height: 180px;
}

.navigator_list figure.cast_item {
	flex-basis:	40%;
}

.navigator_list{
	gap:	20px 20px;
}

.navigator_list figure.cast_item {
	flex-basis:	35%;
}

.navigator_list figure.cast_item img {
		margin:	0 0 3px 0;
}

p.navigator_ttl {
	font-size: 1.6rem;
}

/* ----- main structure ----- */
.container{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}

main{
	margin: 0 auto 30px auto;
    padding: 0 0 20px;
}

.headline_area {
	width: 90%;
	margin: 20px auto 40px auto;
}


/* ----- hx ----- */
.headline_area h2 {
	width: 100%;
	margin: 0 auto 30px auto;
	padding: 110px 0 0 0;
	font-size: 2.2rem;
	text-align: left;
}

.headline_area h2:before {
	top: 0;
	left: calc(50% - 60px/2);
	background-image: url(../img/bg_leaf1.png);
	width: 60px;
	height: 117px;
}

.headline_area h2:after {
	background-image: none;
}

.headline_area h3 {
	position: relative;
	width: 100%;
	margin: 0 auto 20px auto;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 1px;
}

.headline_area h3.last_bg:before {
	width: 100px;
}

.headline_area h3.last_bg:after {
	width: 150px;
}

.contents_ttl {
	margin: 0 auto 30px auto;
	padding: 0 0 2px 0;
	font-size: 2.6rem;
	line-height: 2.2;
	letter-spacing: 2px;
	background-size: 150% 3px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.area_contents.area_top_msg h3 {
	text-align: left;
}

.area_contents.area_top_msg p {
	text-align: left;
}


/* ----- cast ----- */
.cast_area_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	gap: 20px 20px;
	overflow: hidden;
	margin: 20px auto 20px auto;
}

.cast_area_list figure.cast_item{
	flex-basis: 42%;
	margin: 0 0 10px 0;
}

.cast_area_list figcaption li.cast_name{
	padding: 0 0.4rem 0.8rem ;
	font-size: 1.6rem;
	line-height: 1.2;
	letter-spacing: 0.2rem;
}

.cast_area_list figcaption li.cast_name.text_m{
	font-size: 1.5rem;
}

.cast_area_list figcaption li.cast_member{
	font-size: 1.0rem;
	letter-spacing: 0;
}

.info_ai {
	width: 95%;
	margin: 30px auto 0 auto;
}

.info_ai h3 {
	position: relative;
	width: 97%;
	margin: 0 auto;
	padding: 0.8rem 0.8rem calc(1.0rem + 6px);
	font-size: 1.6rem;
}

.info_ai h3:before {
	position: absolute;
	top: -5px;
	left: -5px;
	width: 100%;
	height: 100%;
	content: '';
	border: 2px solid #3B3B3B;
}


/* ----- button ----- */
.btn_msg a{
	width: 80%;
	min-width: 300px;
	margin:  50px auto 20px auto;
	padding: 15px;
	font-size: 1.8rem;
}

.btn_msg a:visited {
	color: #3B3B3B;
	text-decoration: none;
}

.btn_msg a:hover {
	background: #c8d460;
	color: #fff;
}

/* ----- vote ----- */
.vote_pre {
	width:	100%;
}

/********** footer **********/
.footer_bottom {
	display: block;
	width: 100%;
	margin: 0 auto 50px auto;
}

.footer_bottom .gotohome{
	width: 100%;
	margin: 0 0 35px 0;
	text-align: center;
}

.footer_bottom .gotohome img{
	width: 60%;
	max-width: 200px;
}

.footer_bottom .j-wave_credit{
	width: 100%;
	text-align: center;
}

.footer_bottom .j-wave_credit img{
	width: 100%;
	max-width: 400px;
	margin: 0 0 20px 0;
}

}
