body{
  margin:0;
  background:#ccc;
  font-size:0;
}

.wrapper{
  background:white;
  width:1024px;
  margin:0 auto;
}

#iframe-head, #iframe-foot{
  border:none;
  margin: auto;
  display: block;
}

.top-wrapper{
  height:60px;
}

.container{
  width: 1024px;
  padding: 0;
  margin: 0 auto;
}

.choice h1{
  font-size:40px;
  font-weight:normal;
  color:black;
  display:inline-block;
  margin:3px 30px;
  float:left
}

.event{
  font-size:50px;
  font-weight:bold;
  color:black;
}

.btn:hover{
  opacity:1;
}

.switch{
  float:right;
}

.sort1{
  width:56px;
  border:double 5px red;
  margin:2px 3px 0 0; 
}

.sort2{
  width:60px;
  border:solid 2px black;
  margin:2px 3px 0 0; 
}

.sort1:hover{
  opacity:0.5;
}

.sort2:hover{
  opacity:0.5;
}

.arrow:hover{
  opacity:0.7;
}

ul {
  list-style: none;
}

.visual-wrapper{
  height:450px;
}

.slide-wrapper {
  text-align: center;
  height:400px
  width: 400px;
  margin: 0;
  color: #5e6f84;
  padding: 5px 0;
  float:left
}

.flex{
  display:flex;
  justify-content: center;
  align-items: center;
}

.box p{
  font-size:13px;
  margin-bottom:2px;
}

.green{
  color:darkgreen;
  font-weight:bold;
}

.change-btn-wrapper {
  display:inline-block;
  width: 100px;
  font-size: 80px;
  font-weight:bold;
}

.change-btn-wrapper:after {
  content: "";
  clear: both;
  display: block;
}

.arrow{
  width:70px;
}

.prev-btn {
  cursor: pointer;
  display: none;
}

.next-btn {
  cursor: pointer;
}

.slides {
  padding: 0;
}

.slides li{
  font-size:40px;
  font-weight:bold;
}

.slide {
  display: none;
}

.active {
  display: block;
}

.slide img {
  width: 400px;
  height: auto;
  border:solid darkblue 4px;
  border-radius: 10px;
}

.slide a{
  font-size:40px;
  font-weight:bold;
  text-decoration:none;
}

.script p{
  font-size:45px;
  font-weight:bold;
  color:darkblue;
  display:inline-block;
  margin:80px 0 20px 0;
  border:solid 3px darkblue;
  border-radius:5px;
  padding:5px 10px;
}

.comment{
  font-size:30px;
  font-weight:bold;
  color:purple;
}

.full-visual{
  height:250px;
}

.full-visual img{
  width:900px;
  margin:15px 0 0 60px;
  border:solid black 3px;
  border-radius: 10px;
}

.bottom-wrapper{
  height;100px;
}

.btn-choice{
  display:flex;
}

.btn-back{
  padding:8px 15px;
  margin:5px 0 10px 330px;
  background:#000055;
  color:white;
  display:inline-block;
  opacity:0.8;
  border-radius:4px;
}

.btn-choice a{
  font-size:30px;
  color:white;
  text-decoration:none;
}
