@charset "utf-8";
/* CSS Document wz-A20190221;) */

/* ▼リセットcss▼ */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}body{line-height:1;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}nav ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}a{font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none;margin:0;padding:0;}ins{background-color:#ff9;color:#000;text-decoration:none;}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}
li {list-style: none;}
/* ▲リセットcss▲ */

html {font-size: 62.5%;}

body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.3;
	letter-spacing:0.1em;
}
a > img {
  transition: opacity .2s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
a:hover {
  text-decoration: none;
}
a:hover {
  opacity: .7;
  transition: opacity .2s ease-out;
}
a.link_op9:hover {
  opacity: .9;
  transition: opacity .2s ease-out;
}
iframe {border: none;}
/* 汎用クラス */
.clearfix:after {
  content: ".";
  display: block;
  height: 0.1px;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.hidetext {text-indent: 100%;white-space: nowrap;overflow: hidden;}

.w100 {
  width:100%;
}

/* -----------------------
 共通パーツ 
-----------------------*/
.font_en {
  font-family: 'EB Garamond', serif;
}
.block_center {
  width:1024px;
  margin:0 auto;
}
.sec_title {
  font-family: 'EB Garamond', serif;
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 200;
  background: -webkit-linear-gradient(#fff, #fafafa, #a8a6a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.deco_liner {
background: url(../img/title_line.png) no-repeat center;
  height:11px;
  border:0;
}

.wrapper {
  background: url(../img/bg_dark.jpg);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}

/*メニュー部分*/
.sp_menu {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  right: 0;
  overflow-y: hidden;
  z-index: 40;
}

.sp_menu ul {
  display: block;
  width: 90%;
  position: absolute;
  top: 60px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
}

.sp_menu ul li {
  margin: 0 auto;
  text-align: center;
}

.sp_menu ul li:last-child {
  border: none;
}

.sp_menu ul li a {
  display: block;
  color: #fff;
  font-family: 'EB Garamond', serif;
  font-size: 2rem;
  padding: 8px 0;
}

/*開閉ボタン*/
#nav_toggle {
  display: block;
  width: 42px;
  height: 40px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 8;
  cursor: pointer;
}

#nav_toggle .menutext_toggle {
  padding-top: 35px;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  font-family: 'EB Garamond', serif;
}
#nav_toggle div {
  position: relative;
}
#nav_toggle span {
  display: block;
  height: 4px;
  background: #fff;
  position: absolute;
  width: 100%;
  right: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#nav_toggle span:nth-child(1) {
  top: 0px;
}
#nav_toggle span:nth-child(2) {
  top: 12px;
}
#nav_toggle span:nth-child(3) {
  top: 24px;
}

/*開閉ボタンopen時*/
.open #nav_toggle {
  z-index: 51;
}
.open #nav_toggle span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav_toggle span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


/* ----------------------- 
 mainvisual
-----------------------*/
.mainvisual {
  background: #000 url(../img/mainvisual06.jpg) no-repeat top center;
  padding:20px 0 0 0;
  box-sizing: border-box;
}
.mainvisual_text {
  text-align: center;
  padding-top:610px;
animation-name: fadein-mainvisual;
animation-duration: 2s;
}

@keyframes fadein-mainvisual {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

/* time_counter */
.time_counter {
text-align: center;
}
#countOutputDay ,
#countOutputHours ,
#countOutputMins ,
#countOutputSecs {
  font-family: "Georgia,游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","HGS明朝E","メイリオ","Meiryo",serif;
  color:#fff;
  font-size: 80px;
  font-size: 8rem;
  font-weight: bold;
  line-height: 1;
  min-height:80px;
  width:120px;
  animation-name: fadein-mainvisual;
animation-duration: 3s;
}

.time_counter_parts {
  display: inline-block;
}
.count_subtext {
  font-family: 'EB Garamond', serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  color:#f4edff;
}

/* notice */
.notice {
  font-family: "Georgia,游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","HGS明朝E","メイリオ","Meiryo",serif;
  text-align: center;
  color: #fff;
}
.notice_text {
  font-weight: bold;
  font-size: 23px;
  padding-bottom: 0;
  letter-spacing: 0;
  line-height: 1.8;
  text-shadow: 1px 3px 3px #000 ;
}

.notice_text span {
 color:#fff; 
}
.notice_link {
  font-weight: bold;
  font-size: 23px;
  padding-top: 30px;
  letter-spacing: 0;
  line-height: 1.8;
  text-shadow: 1px 3px 3px #000 ;
  color:#fff;
}
.campaignbnr {
  padding-top:30px;
}
.campaignbnr img{
  width:408px;
}

.spotify {
  width:300px;
  margin:10px auto;
}

/* nav */
.global_nav {
   font-family: 'EB Garamond', serif;
  background: #212121;
  box-shadow: 0  1px 3px 1px #000 ;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.global_nav li {
  display: inline-block;
  padding:10px 0;
}
.global_nav a {
  color: #fff;
  border-right:#3e3e3e 1px solid;
  padding:0 10px;
}
.global_nav li:last-child a {
  border: none;
}


/* ----------------------- 
 contents
-----------------------*/

.container {
  padding:50px 0;
}

.col2_left {
  width:512px;
  float:left;
  padding:0 31px;
  box-sizing: border-box;
}
.col2_right {
  width:512px;
  float:right;
  padding:0 31px;
  box-sizing: border-box;
}

/* news */

.news_area {
  margin-top:30px;
  color:#fff;
  height:210px;
  overflow: auto;
  }
.news_area::-webkit-scrollbar {
    width: 10px;
}
.news_area::-webkit-scrollbar-track {
  border-radius: 10px;
}
.news_area::-webkit-scrollbar-thumb {
  background-color: rgb(116, 129, 145);
  border-radius: 10px;
}
.news_area li {
  padding:0 0 15px 0;
}
.news_area .news_date {
  display: block;
  color:#a4a4a4;
}
.news_area a {
  color:#fff;
}

/* movie */
.more_btn {
  color:#fff;
  font-family: 'EB Garamond', serif;
  text-align: right;
  padding-right:12px;
  background: url(../img/arrow.png) no-repeat right;
  -webkit-background-size: 7px 11px;
  background-size: 7px 11px;
}
.more_btn a {
  color:#fff;
}

/* intro */
.intro_area {
  margin-top:30px;
  background:url(../img/intro_bg.jpg) no-repeat center;
   background-size: cover;
  position: relative;
  box-sizing: border-box;
}
.introbg{
  background-color: rgba(0,0,0,0.4);
  height: auto;
  padding-bottom:120px;
}
.intro_area .sec_title {
  padding:80px 0 0;
  
}
.intro_text {
  color: #fff;
  width:775px;
  margin:0 auto;
  line-height: 1.7;
  padding:30px 0;
}

/* GALLERY */
.wrapper .gallery-area{
    display: block;
  padding-top:50px;
	}
.wrapper .gallery-area .swiper-container {
  width: 100%;
  padding-bottom: 55px;
  margin-top:30px;
}
.wrapper .gallery-area .swiper-slide {
  width: 600px;
  height: 400px;
  margin: 0 20px;
  background-position: center;
  background-size: cover;
}
.wrapper .gallery-area .swiper-slide img {
  width: 100%;
  height: auto
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}
@media screen and (max-width: 768px) {
.wrapper .gallery-area {
	  display: block;
    padding: 30px 0;
    -webkit-background-size: 150% auto;
    background-size: 150% auto;
  }
.wrapper .gallery-area .swiper-container {
    padding-bottom: 40px;
  margin-top:15px;
  }
.wrapper .gallery-area .swiper-slide {
    width: 300px;
    height: 200px;
  }
.wrapper .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: 100%;
}
}


/* STORY */

.story_area {
  padding-top:30px;
}
.story_panel {
  padding:20px 8px;
}
.story_panel li {
  float: left;
  padding:15px 20px;
}

/* SPECIAL */
/*
.special_area {
  padding-top: 80px;
}
*/
.campaignbnr_col2 {
  padding:40px 54px;
}
.campaignbnr_col2 .campaignbnr{
  float: left;
  padding:0 25px;
}

/* ondemand */
.ondemand_title {
  text-align: center;
}
.ondemand_title a {
  color:#fff;
  text-decoration: underline;
  font-size: 24px;
  font-size: 2.4rem;
  padding:30px 0 ;
  display: block;
}
.ondemand_area p {
  text-align: center;
  color:#9ee2ff;
  padding:0 0 20px 0;
  font-weight: bold;
}
.ondemand_area table {
  width: 100%;
  color:#fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.ondemand_area table th {
  border: 1px solid #888;
  background: rgba(0, 0, 0, 0.33);
  padding:10px 5px;
  color:#9ee2ff;
}
.ondemand_area table td {
  border: 1px solid #888;
}
.ondemand_area table .ondemand_head th {
  text-align: center;
  vertical-align: middle;
}
.ondemand_area tr.program_box th {
  max-width:150px;
  vertical-align: middle;
}
.ondemand_area tr.program_box td {
  text-align: center;
  padding:10px 5px;
}
.ondemand_area tr.program_box td span {
  display: block;
}

/* CAMPAIGN */

.campaign_area {
  padding:40px 0 20px;
}
.campaignbnr_col3 {
  padding:0px 20px;
}

.campaignbnr_col3 .campaignbnr {
  padding:30px 10px;
  float:left;
}
.campaignbnr_col3 .campaignbnr img{
  width:290px;
}

.cam_ban{
	padding:20px 20px 0;
	text-align: center;
	width:100%；
}
.cam_ban.ban img{
	width:40%;}

/* MOVIE */
.popup_movie {
  margin:0 auto;
  width:90%;
  /* background:url(../img/close.png) no-repeat top 0 right 0;*/
}
.popup_movie .popup-modal-dismiss {
  text-align: right;
}
.innner_movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-sizing: border-box;
  margin: 0 auto;
}
.innner_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.mfp-wrap {
  background: rgba(0, 0, 0, 0.3686274509803922);
}
#movie .popup-modal{
  position:relative;
}
.play_icon {
background:url(../img/play.png) no-repeat;
  position: absolute;
  width:92px;
  height: 92px;
  bottom:170px;
  left:250px;
  z-index: 10;
  }  


/* vote_area */
.vote_ttl {
  padding:80px 0 40px;
  text-align: center;
}
.youtube_box {
  max-width:960px;
  min-width: 100%;
  margin: 0 auto 30px;
}
.vote_sns {
    width: 700px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.vote_sns a {
  width: 320px;
  height: 80px;
  line-height: 80px;
  text-decoration: none;
  display: block;
  font-size: 24px;
  color:#fff;
  text-align: center;
  font-family: 'EB Garamond', serif;
}
.link_tw {
  background: url(../img/sns_twitter.png) 30px center no-repeat #67b2e5;
  background-size: auto 24px;
}
.link_fb {
  background: url(../img/sns_facebook.png) 30px center no-repeat #465899;
  background-size: auto 24px;
}

/* sns_area */
.sns_ttl {
  font-family: "Georgia,游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", "Meiryo", serif;
  font-weight: bold;
  color: #fff;
  padding: 0 20px;
}
.sns_area {
  padding: 60px 0 40px;
  font-size: 0;
  text-align: center;
}
.sns_area p.sns_ttl {
  font-size: 20px;
  margin-bottom: 40px;
}
.sns_area a {
  display: inline-block;
  margin: 0 20px;
  background: rgba(255, 255, 255, 0.2);
}
.sns_area a span {
  display: block;
  width: 120px;
  height: 120px;
}
.sns_area a.sns_tw span {
  background: url(../img/sns_twitter.png) center center no-repeat;
  background-size: 48px 40px;
}
.sns_area a.sns_fb span {
  background: url(../img/sns_facebook.png) center center no-repeat;
  background-size: 26px 48px;
}
.sns_area a:hover img {
  opacity: 1;
}

/* footer */
.footer_logo {
  text-align: center;
}
.got_copy {
  font-size: 10px;
  font-size: 1rem;
  color:#aaa;
  text-align: center;
  padding:20px 0;
}

/* ページ下部導線 */

.popup-modal_under {
  font-family: "Georgia,游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","HGS明朝E","メイリオ","Meiryo",serif;
  position:fixed;
  bottom: 0;
  width:100%;
  background:rgba(20, 79, 105, 0.92);
  color: #fff;
  text-align: center;
  padding:20px 0;
  font-size: 24px;
  font-size: 2.4rem;
  display: none;
  z-index: 1;
}
/*
.popup-modal.static {
  position: static;
}*/
#inline-wrap dl {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
#inline-wrap dt {
  color: #fff;
}
#inline-wrap .pop_sky,
#inline-wrap .pop_itv,
#inline-wrap .pop_prime {
  background: #1a9bfc;
  color: #fff;
 border-radius: 4px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  width:300px;
  display: block;
  margin:10px auto 20px;
  padding:15px 10px;
}
#inline-wrap .pop_itv {
  background: #107b89;
}
#inline-wrap .pop_prime {
  background: #ff973b;
}
#inline-wrap .popup-modal-dismiss {
  color:#fff;
}
.popup-modal-dismiss {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  padding-top:20px;
  cursor: pointer;
}
.mfp-close {
  display: none !important;
}

/* -----------------------
 下層ページ
-----------------------  */
.under_head {
  background: url(../img/bg_dark.jpg);
  box-sizing: border-box;
  position: relative;
  padding:0 0 10px;
}
.star_under_logo {
  position: absolute;
  top:10px;
  left:20px;
}
.got_under_logo {
  width:392px;
  margin:0 auto;
  padding:20px 0;
}

/* -----------------------
PC 768以上
-----------------------  */
@media print, screen and (min-width: 768px){
  body {
    min-width:1024px;
  }
  .sp_only {
    display: none !important;
  }
  
  .vote_ttl img {
    max-width: 500px;
    margin: auto;
}
/* MOVIE */
.popup_movie {
  width:80%;
  /* background:url(../img/close.png) no-repeat top 0 right 0;*/
}
  
  .replace {
  padding-top:610px;
}
/* ページ下部導線 */
.popup-modal_under {
  font-family: "Georgia,游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","HGS明朝E","メイリオ","Meiryo",serif;
  position:fixed;
  bottom: 0;
  width:100%;
  background:rgba(20, 79, 105, 0.92);
  color: #fff;
  text-align: center;
  padding:20px 0;
  font-size: 2.4rem;
  display: none;
  z-index: 1;
}

}

/* -----------------------
SP 768以下
-----------------------  */

@media print, screen and (max-width: 768px){
.pc_only {
  display: none;
}
.block_center {
  width: 100%;
}
  .star_logo {
    position: absolute;
    top:0;
  }
.mainvisual {
  background: #000 url(../img/sp/mainvisual.jpg) no-repeat top center;
  background-size: contain;
  height: 0;
  padding: 237% 0 0 0;
  box-sizing: border-box;
  position: relative;
}
.mainvisual img {
  width: 100%;
}
.mainvisual_text {
  padding-top: 0;
  width: 90%;
  margin: 0 auto;
}
.mainvisual .star_logo img {
  float: left;
  width: 80px;
  height:70px;
  padding:0 0 0 15px;
}
.deco_liner {
background: url(../img/title_line.png) no-repeat center;
  background-size: 100%;
  height:11px;
  border:0;
  margin: 10px 0 20px;
}
  .deco_liner.outer {
  margin: 10px 30px 20px;
}
  
/* 差し替え */
  .mainvisual.mainvisual_replace {
  background: #000;
    background-size: contain;
  height: auto;
  padding:0;
  box-sizing: border-box;
  position: relative;
  }

  
/* time_counter SP */

#countOutputDay ,
#countOutputHours ,
#countOutputMins ,
#countOutputSecs {
  font-size: 6rem;
  font-size: 12vw;
  width:100%;
  min-width: 70px;
  min-height:50px;
}
  .time_counter {
    position: absolute;
    left:0;
    right:0;
    top:79%;
  }
.time_counter_parts {
  display: inline-block;
}
.count_subtext {
  font-size: 1.5rem;
}
  .notice {
    position: absolute;
    top:78%;
  }
  .mainvisual.mainvisual_replace .notice{
    position: relative;
    text-align: center;
    margin:-30px 0 0;
    padding-bottom: 20px;
  }
  .notice_text {
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
    padding:30px 10px 0;
}
  .notice_text span {
/*    display: block;*/
    line-height: 1.3;
  }
	.notice_link {
    font-weight: bold;
    font-size: 16px;
    padding: 30px 0;
    letter-spacing: 0;
    line-height: 1.7;
    text-shadow: 1px 3px 3px #000;
    color: #fff;
		}
  .notice .campaignbnr{
    width:90%;
    margin:0 auto;
    padding-top:0;
  }
  
.col2_left,
.col2_right {
  width: 100%;
  float: none;
  padding: 0 20px;
}
.sec_title {
  font-size: 40px;
  font-size: 4rem;
}
  
/* news */
.news_area {
  color:#fff;
  max-height:190px;
  height: auto;
  margin-bottom:30px;
  padding:0 10px;
}
.news_area li {
  padding:0 0 15px 0;
}
.news_area .news_date {
  display: block;
  color:#a4a4a4;
}

/* movie SP */
 .movie_area {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
    z-index: 0;
}
.movie_area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.more_btn {
  text-align: center;
  background: url(../img/arrow.png) no-repeat 58%;
  margin-top: 20px;
  background-size:7px 11px;
}
.more_btn a {
  color:#fff;
}

/* intro SP */
.intro_area {
  margin-top:40px;
  background:url(../img/intro_bg.jpg) no-repeat center;
}
.introbg{
  background-color: rgba(0,0,0,0.6);
  height: auto;
  padding-bottom:50px;
}
.intro_area .sec_title {
  padding:40px 0 0;
}
.intro_text {
  width:100%;
  padding:30px 20px;
  box-sizing: border-box;
}
  
/* STORY SP */
.story_area {
  padding-top:10px;
}
.story_panel {
  padding:0;
}
.story_panel li {
  float: left;
  padding:10px 3%;
  width:44%;
  text-align: center;
}
  .story_panel li img {
    width:100%;
    max-width:212px;
  }
  
/* SPECIAL SP */
.special_area {
  padding-top: 40px;
}
.campaignbnr_col2 {
  padding:0;
}
.campaignbnr_col2  img {
    width: 100%;
  }
.campaignbnr_col2 .campaignbnr{
  float: none;
  padding:10px 20px 0;
}
#link_campaign .cam_ban {
  padding: 10px 20px 0;
	}
	
#link_campaign .cam_ban img {  
	 width: 100%;
	}

/* ondemand SP */
  .ondemand_area table {
    border-bottom: 1px solid #888;
  }
  .ondemand_area table th {
    border-top: 1px solid #888;
    border-bottom: 1px solid #000;
    border-left: none;
    border-right: none;
  }
.ondemand_area table td {
  border-top: 1px solid #888;
  border-bottom: 1px solid #000;
    border-left:none; 
    border-right:none;
}
.ondemand_area tr.program_box th {
  width:100%;
  max-width: none;
  display: block;
  box-sizing: border-box;
}
.ondemand_area tr.program_box td {
  width:100%;
  display: block;
  box-sizing: border-box;
}
  
/* CAMPAIGN */

.campaignbnr_col3 {
  padding:0px 20px;
}

.campaignbnr_col3 .campaignbnr {
  padding:15px 0;
  float:left;
}
.campaignbnr_col3 .campaignbnr img{
  width:100%;
}

  
/* MOVIE */
.popup_movie {
  padding:0 5%;
}
.play_icon {
  background-size: contain;
  width: 50px;
  height: 50px;
  bottom: 80px;
  left: 125px;
}
/* vote_area SP */
  .vote_area {
    padding:0 20px;
    box-sizing: border-box;
  }
  .vote_ttl {
    padding:40px 10px 20px;
  }
 .youtube_box {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
    z-index: 0;
}
.youtube_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
  .vote_sns {
    width:90%;
  }
.vote_sns a {
  width: 50%;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  display: block;
  font-size: 24px;
  color:#fff;
  text-align: center;
  font-family: 'EB Garamond', serif;
}
.link_tw {
  background: url(../img/sns_twitter.png) 8% center no-repeat #67b2e5;
  background-size: auto 24px;
}
.link_fb {
  background: url(../img/sns_facebook.png) 8% center no-repeat #465899;
  background-size: auto 24px;
}

/*メニュー部分*/
.sp_menu {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  right: 0;
  overflow-y: hidden;
  z-index: 50;
}

.sp_menu ul {
  display: block;
  width: 90%;
  position: absolute;
  top: 60px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
}

.sp_menu ul li {
  margin: 0 auto;
  text-align: center;
}

.sp_menu ul li:last-child {
  border: none;
}

.sp_menu ul li a {
  display: block;
  color: #fff;
  font-family: 'EB Garamond', serif;
  font-size: 2rem;
  padding: 8px 0;
}

/*開閉ボタン*/
#nav_toggle {
  display: block;
  width: 42px;
  height: 40px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 100;
}

#nav_toggle .menutext_toggle {
  padding-top: 35px;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  font-family: 'EB Garamond', serif;
}
#nav_toggle div {
  position: relative;
}
#nav_toggle span {
  display: block;
  height: 4px;
  background: #fff;
  position: absolute;
  width: 100%;
  right: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#nav_toggle span:nth-child(1) {
  top: 0px;
}
#nav_toggle span:nth-child(2) {
  top: 12px;
}
#nav_toggle span:nth-child(3) {
  top: 24px;
}

/*開閉ボタンopen時*/
.open #nav_toggle span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav_toggle span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* -----------------------
 下層ページ SP
-----------------------  */
.under_head {
  background: url(../img/bg_dark.jpg);
  height: auto;
  box-sizing: border-box;
  position: relative;
  padding: 0 0 10px;
}
.star_logo.star_under_logo {
  width: 20%;
  height: auto;
  top: 10px;
  left: 5px;
}
.star_logo.star_under_logo img {
  width: 100%;
  height: auto;
}
.got_under_logo {
  width: 60%;
  padding: 25px 0 10px;
}
.got_under_logo img {
  width: 100%;
  padding-left: 10%;
  box-sizing: border-box;
}
/* ページ下部導線 */
.popup-modal_under {
  font-family: "Georgia,游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","HGS明朝E","メイリオ","Meiryo",serif;
  position:fixed;
  bottom: 0;
  width:100%;
  background:rgba(20, 79, 105, 0.92);
  color: #fff;
  text-align: center;
  padding:20px 0;
  font-size: 1.6rem;
  display: none;
  z-index: 1;
}
	}

/* -----------------------
 20200421追加
-----------------------  */

.endinfo{
	background-color:#000;
	color:#fff;
	text-align: center;
	padding:20px 0;
	font-size:26px;
	font-family: "Georgia,游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","HGS明朝E","メイリオ","Meiryo",serif;
}
@media screen and (max-width:768px) {
  .endinfo {
   font-size:20px;
   
  }
}