@charset "UTF-8";

*{
padding:0;
margin:0;
}
a{ color:#324f66;}

body{
	font-size: 14px;
	line-height: 160%;
	color: #333333;
	font-family: 'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	background-color: #fff;
	background-image: url('/enquete/sangokushi_40th/bg.jpg');
	background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
  padding-bottom: 20px;
}

img{border:0; width: 100%;}

#wrapper{
	width: 98%;
	margin: 10px auto 10px;
	border-radius: 10px;
	position:relative;
}

#contents{
  width:80%;
  margin:0 auto;
  max-width: 800px;
}

hr{display:none;}

h1 {
  display: block;
  width: 95%;
  max-width: 900px;
  font-size: 260%;
  color: #324f66;
	margin: 0px auto 0px;
  text-align:center;
  line-height:1.2;
}

h1 span {
  font-size: 60%;
  display: block;
  padding: 5px;
}

h2{
	display: block;
	width: 100%;
	line-height: 120%;
	padding: 40px 0 10px;
	font-size: 30px;
	color: #324f66;
	font-weight: bold!important;
	border-bottom: 1px dotted #324f66;
}

h3{
  font-size:150%;
  line-height:160%;
  color:#324f66;
  display:block;
  padding:0 0;
  font-weight: 700!important;
  padding-top:40px
}

.title{border-bottom: dotted 1px; padding-bottom: 15px;}

.savenotice h4{ padding-top:10px;}
header{ text-align:center;}
header img{ width:75%; max-width: 400px;}
.read{ color:#324f66; padding-bottom:20px; display: block; font-size:125%; line-height:1.8; text-align:center; padding-top:15px;}
.groupset{ margin-bottom:40px;}

.question{
  margin:35px 0 0;
}

.question_title{
  display:inline;
}

input{
  display:block;
  border:none;
  border-radius:8px;
  font-size:19px;
  border:1px solid #ccc;
  padding:3px 2%;
  margin:10px 0 0;
  line-height: 30px;
  }

.text input{
	max-width:96%;
  width: 95%;
	background-color:;
  }
 
textarea{
  display:block;
  border:none;
  border-radius:3px;
  font-size:120%;
  border:1px solid #ccc;
  padding:3px 2%;
  margin:10px 0 0;
  max-width:96%;
	width:96%;
	background-color:#fff;
	color: #777;
}

.question_desc{
  display:inline-block;
  color:#737373;
  font-size:12px;
  padding:0 12px;
  border-radius:20px;
  border: solid 1px #737373;
  margin-left: 10px;
  line-height: 1.8;
  background-color: rgba(250,202,18,0.2);
}

.question-options { display: flex; gap: 17px; flex-wrap: wrap;}
.question-options .option { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;}
.question-options .option input {
  margin: 10px 0 4px 0 !important;
}

input:focus{
  outline:none;
}

#btn_area{
  display: flex;
  justify-content: center;
  gap: 20px;
  margin:50px 0 20px;
}

#btn_area input{
  width: 100%;
  max-width: 225px;
  aspect-ratio: 410 / 101;
  height: auto;
  background: url("/enquete/sangokushi_40th/btn.png")
              no-repeat center center;
  background-size: contain;
  color: #fff;
  cursor: pointer;
  text-shadow: 2px 2px 6px rgba(30,70,30,0.8);
  -webkit-appearance: none;
  font-size: 150%;
  border: none;
}

#btn_area input:hover{
  opacity:0.8;
}

#footer{
  text-align:center;
  padding:30px 0 10px;
  color:#999;
}

#footer address{
  font-size:11px;
  padding-bottom: 52px;
  color:#737373
}

#alert{
  display: block;
  background-color: rgba(50, 79, 102, 1);
  padding: 18px 3%;
  margin: 0 0 30px;
  width: 94%;
  left: 0;
  top: 0;
  border-radius: 10px;
  border: solid 1px #e6e5ea;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

#alert font{
  color:#fff!important;
}

#alert p{
  border-bottom: solid 1px rgba(255, 255, 255, 0.37);
  padding-bottom: 5px;
  margin-bottom: 5px;
}



.option input{
  display:inline;
  margin-right:5px;
}

.option label{
  font-size:16px;
  color:#333333;
}

select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size:19px;
  padding: 3px 8px;
  margin: 10px 0 0;
  width:50%;
  background: linear-gradient(to bottom, #fff 0%,#efebe1 100%);
  background-color:#fff;
  background-size: 20px, 100%;
}

input.text{
	width:100%;

}

/*---confirm---*/


#body_id_confirm span.text{
  font-size:120%;
  color:#333333;
  word-break: break-word;
  font-weight:600 !important;
  line-height:1.5;
  /*margin-left:1em;*/
}

#body_id_confirm .option span.text{
  margin-left:0;
}

#body_id_confirm .option {
  display:block;
  margin:8px 0 0;
  font-size:120%;
  color:#333333;
  font-weight:600 !important;
  line-height:1.5;
  /*margin-left:1em;*/
}

#body_id_confirm .question_desc{
  display:none;
}

#body_id_confirm .attention{
  display:none;
}

#body_id_confirm .preview-btn{
  display:none;
}

#body_id_confirm .song-desc{
  display:none;
}

#body_id_confirm .song-option{
  padding:0;
  border:none;
  background-color: transparent;
}

#body_id_confirm h4{
  display:none;
}

#body_id_confirm .groupset h2{ display:none;}

/*---confirm---*/

#finish{
  display:block;
  margin:30px 0 0;
  text-align:center;
}


#finish h3{
  font-size:27px;
  color:#f90;font-weight:800;
  display:block;
  text-align:center;
  background-color:transparent;
  margin:0 0 20px;
}

#finish p{
  display:block;
  font-size:15px;
  color:#333;
  text-align:center;
}

 .wallpaper {
  display: flex;
  max-width: 500px;
  margin: 20px auto;
  }
  
.get_wp{    
  height: auto;
  padding: 10px 0;
  background-image: linear-gradient(0deg, #223747, #517490);
  color: #fff;
  cursor: pointer;
  text-shadow: 2px 2px 6px rgba(30, 70, 30, 0.8);
  -webkit-appearance: none;
  font-size: 150%;
  text-align: center;
  margin: 5px;
  border-radius: 5pt;
  border: solid 1px #f6f0e4;}

#closebt a{
  display:inline-block;
  border-radius:20px;
  background-color:#a00;
  color:#fff;
  margin:30px 0 0;
  padding:2px 15px;
}

#closebt a:hover{
  opacity:0.8;
}

h6{
  border: 2px solid #D60;
  border-radius: 30px;
  padding: 2px 15px;
  color: #d60;
  font-size: 11px;
  display: inline-block;
  margin: 0 0 16px;
}
#kt{ position:absolute; padding:10px; width: 50px; right:1%;}

.finishtext{ font-size:130%; padding-top:30px; line-height:1.5; text-align:left;}

.howtoid{ 
  display: block;
  border: solid 1px;
  width: 180px;
  border-radius: 15px;
  text-align: center;
  padding: 5px 0;
  margin-top: 10px;
	background-color: #ea4c8c;
  color: #fff;}

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

  body{
	background-size: contain;
  }

  input{
    display:block;
    padding:1% 2%;
    font-size:14px;
    background-position: right top;
    background-size: contain;
  }
  .question_desc{
    display:inline-block;
    text-align:left;
    font-size:9px;
    padding:0.2px 6px;
    margin:5px 0 0;
  }

  .option input[name="q9272"]{
    display:inline;
    width:auto;
  }

  #wrapper{
	width: 90%;
	max-width: 800px;
	position:relative;
	z-index:10;
  }

	#contents{
	width:90%;
	margin:0 auto 0;
  max-width: 800px;
	}

	body::before{
		content:'';
		position:fixed;
		top:0;left:0;
		display:block;
		height:100%;
		width:100%;
		background-size:270%;
		z-index:0;
	}

	h1 {
		font-size:200%;
		text-align: center;
	}

	h3{
	font-size: 18px;
	}

	h2{
	display: block;
	width: 100%;
	line-height: 130%;
	padding: 0px 0 10px;
	font-size: 150%;
	color: #324f66;
	font-weight: bold!important;
  }
  
  .read{ text-align:left; font-size:113%;}

  #btn_area input{
    width:80%;height:auto;
    padding:15px 0;
  }

  #body_id_confirm h2{
    padding-top: 20px;
  }

  h4{
	  padding-top:0.3em;
  }

  .option input[name="q9272"]{
    display:inline;
    width:auto;
  }

	select{
	  font-size:14px;
	}

	.option label{
    font-size: 14px;
		color:#000000
	}
  .wallpaper {
    display: block;
  }
  
  .waku-top{
  top: 0;
  height: 41px;
  background: url('/enquete/sangokushi_40th/waku_top-sp.png') center top no-repeat;
  background-size: 100% auto;
  }

  .waku-middle{
  top: 10.2vw;
  bottom: 10.2vw;
  background: url('/enquete/sangokushi_40th/waku_middle-sp.png') center top no-repeat;
  background-size: 100% 100%;
  }

  .waku-bottom{
  bottom: 0;
  height: 80px;
  background: url('/enquete/sangokushi_40th/waku_bottom-sp.png') center bottom no-repeat;
  background-size: 100% auto;
  }

	.hidesp{ display:none;}

  .description{ padding-bottom:0px;}

  #privacynotice li{
  text-align: left!important;
  padding-left: 1.2em;
  text-indent: -1em;
  line-height: 1.6;
  }

select{
  max-width: 100%;
  width:100%;
}

}

@media screen and (min-width: 640px) {
.hidepc{ display:none;}

.waku-top{
  top: 0;
  height: 80px;
  background: url('/enquete/sangokushi_40th/waku_top.png') center top no-repeat;
  background-size: 100% auto;
}

.waku-middle{
  top: 80px;
  bottom: 80px;
  background: url('/enquete/sangokushi_40th/waku_middle.png') center top no-repeat;
  background-size: 100% 100%;
}

.waku-bottom{
  bottom: 0;
  height: 80px;
  background: url('/enquete/sangokushi_40th/waku_bottom.png') center bottom no-repeat;
  background-size: 100% auto;
}

}

/*---オプション---*/
.attention{
  display:inline-block;
  line-height:140%;
  font-size:12px;
  color:#333;
  margin:10px 0 0;

}

.waku {
  inset: 0;
  z-index: 6000;
  position: fixed;
  pointer-events: none;
}

.waku-bottom, .waku-middle, .waku-top {
  position: absolute;
  width: 100%;
  left: 0;
}

#privacynotice{
	color: #737373;
	margin: 0 0 10px;
	font-size:90%;
	text-align:center;
}

.mo:hover{
  opacity:0.8;
}

@media all and (-ms-high-contrast:none){
select {
  background-image:none;
	background-color:#fff;
}

}

/*--- music button ---*/

.play-btn{
  margin-left:10px;
  padding:2px 10px;
  cursor:pointer;
}

.playing{
  color:#cc0000;
  font-size:12px;
  margin-left:8px;
}

.option{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:8px;
}

.option label{
  display:inline-block;
  width:180px;
}

.option input[type="radio"]{
  flex-shrink:0;
}

/* 楽曲投票専用 */

.song-option{
  padding:12px;
  border:1px solid #666;
  border-radius:6px;
  cursor:pointer;
  transition:all .2s ease;
  background-color: rgba(247,242,227,0.4);
}

.song-option:hover{
  border-color:#999;
}

.song-option.selected{
  border-color:#afb1f7;
  background:#334f65;
  box-shadow:0 0 8px rgba(0,105,255,1);
}

.song-option.selected label{
  color:#ffffff;
}

.song-option.selected .song-desc{
  color:#eeeeee;
}

.song-option input[type="radio"]{
  display:none;
}

.song-option label{
  width:auto;
  font-weight:bold;
}

.song-desc{
  font-size:12px;
  color:#666;
  line-height:1.3;
  margin:0;
  max-width:300px;
}

.preview-btn{
  margin-left:auto;
}

/* 試聴ボタン */

.preview-btn{
  width:90px;
  height:32px;
  padding:0;
  background:linear-gradient(180deg, #a0873a, #784e11);
  color:#fff;
  border:1px solid #d7c28b;
  border-radius:8px;
  font-size:12px;
  font-weight:bold;
  text-shadow:1px 1px 2px rgba(0,0,0,.7);
  cursor:pointer;
  flex-shrink:0;
  transition:all .2s ease;
  box-shadow:2px 2px 5px rgba(0,0,0,.4);
}

.preview-btn:hover{
  filter:brightness(1.1);
}

.preview-btn:active{
  transform:translateY(1px);
}

.preview-btn.playing{
  background:linear-gradient(180deg, #517cfd, #2d31ab);
}

/* スマホ */

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

.song-option{
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:4px 8px;
}

.song-option label{
  flex:1;
  width:auto;
}

.preview-btn{
  order:2;
}

.song-desc{
  order:3;
  flex-basis:100%;
  margin-top:-15px;
  max-width:none;
}

#body_id_finish .vote{
  right: 5vw!important;
  top: -4.5vh!important;
}

}


#body_id_finish .btn-song{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 225px;
  aspect-ratio: 410 / 101;
  background: url(/enquete/sangokushi_40th/btn.png) no-repeat center center;
  background-size: contain;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-shadow: 2px 2px 6px rgba(30, 70, 30, 0.8);
  font-size: 120%;
  margin: 0 auto;
}

#body_id_finish h4{
  font-size: 150%;
  color: #940000;
  font-weight: bold !important;
  text-align: center;
  line-height: 1;
  border-bottom: dotted 1px;
}

.notice{margin-top: 50px;}

.notice li{text-indent: -1em;
  margin-left: 1em;
  line-height: 1.5;
  margin-bottom: 5px;
  font-size:90%;
}

#body_id_finish .music{
  border: solid 1px #e3d5b0;
  padding: 1.5em 1em 2em;
  background: linear-gradient(136deg, #c4963a 0%, #e6cb75 25%, #f3de95 50%, #bc9b5f 75%, #9b7e48 90% 100%);
  color: #313131;
  border-radius: 8px;
  position: relative;
}

#body_id_finish .vote{
  position: absolute;
  background-color: #c20000;
  border-radius: 30px;
  padding: 0.5em;
  line-height: 1;
  color: aliceblue;
  right: 2vw;
  top: -2vh;
  font-size: 130%;
  font-weight: bold;
  transform: rotate(15deg);
}

.day{    
  width: fit-content;
  margin: 0 auto;
  padding: 5px 12px;
  border: 1px solid #d6c292;
  border-radius: 15px;
  background: #324f66;
  color: #fff;
  text-align: center;
}