#custom-container{
  width: 100%;
  text-align: center;
}

.department{
  display: inline-block;
  font-weight: bold;
  color: #222;
  letter-spacing: 0.03em;
  font-size: 24px;
  margin: 50px auto 0;
  position: relative;
}

.department:after{
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 4px;
  width: 100%;
  background: #ea5342;
}

.artist-box{
  width: 90%;
  max-width: 874px;
  margin: 30px auto 0;
  display: flex;
  flex-direction: column;
}

.artist-box:last-of-type{
  margin: 30px auto 30px;
}

.artist-box div{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.178%;
}

.artist-box div a{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
}

.artist-box div a:hover{
  background: rgba(0, 0, 0, 0.3);
}

.artist-box div img{
  width: 100%;
  vertical-align: bottom;
}

.artist-box div iframe{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.artist-name{
  width: 100%;
  color: #222;
  letter-spacing: 0.03em;
  font-size: 18px;
  margin: 20px 0 0;
  font-weight: bold;
}

.work{
  width: 100%;
  color: #222;
  letter-spacing: 0.03em;
  font-size: 18px;
  margin: 5px 0 0;
  font-weight: bold;
}

.work-text{
  width: 100%;
  color: #222;
  letter-spacing: 0.03em;
  font-size: 16px;
  margin: 20px 0 20px;
  line-height: 1.5;
  text-align: justify;
}

.animax {
    margin: 20px 0 0 0;
}

@media screen and (max-width: 640px) {
  #custom-container{
  
  }

  .department{
    margin: 30px auto 0;
    font-size: 18px;
  }

  .department:after{
    bottom: -5px;
    height: 3px;
  }
  
  .artist-box{
    margin: 20px auto 0;
  }

  .artist-box:last-of-type{
    margin: 20px auto 20px;
  }
  
  .artist-name{
    font-size: 14px;
    margin: 15px 0 0;
  }
  
  .work{
    font-size: 14px;
    margin: 7px 0 0;
  }
  
  .work-text{
    margin: 15px 0 15px;
    font-size: 12px;
  }
}


#aboutDtv-container{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

.about-img{

}

.dtv-logo{
  margin: 20px 0;
  width: 200px;
}

.about p:first-of-type{
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px;
}

/*.about p:last-of-type{
  font-size: 18px;
  line-height: 1.8em;
  text-align: center;
}*/



.info {
    text-align: center;
    font-size: 16px!important;
    line-height: 2;
    margin: 20px 0 30px;
}

.note {
    text-align: justify;
    font-size: 11px;
    line-height: 1.9;
    margin: 0 0 5px;
}

.dtv-bg{
  width: 90%;
  margin: 40px 0 ;
}

.share{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 50px;
}

.free-text{
  color: #222;
  font-size: 20px;
}

.yellow{
  color: #d01e31;
  text-decoration: underline;
}

.share a{
  text-decoration: none !important;
}

.free-button{
  background: #d01e31;
  color: #fff;
  display: inline-block;
  padding: 14px 40px;
  font-size: 20px;
  border-radius: 6px;
  cursor: pointer;
  margin: 20px 0 10px;
}

.free-button:hover{
  background: #991523;
}

.caution-text{
  color: #222;
  font-size: 12px;
}

@media screen and (max-width: 640px) {
  #aboutDtv-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .about{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .about-img{
  
  }
  
  .dtv-logo{
    margin: 0 0 20px;
    width: 150px;
  }
	
	.info{
		font-size: 13px!important;
		margin: 20px 0 0 0;
	}
  
  .about p:first-of-type{
    font-size: 18px;
    font-weight: bold;
    margin:  0 auto 20px;
    width: 90%;
    text-align: center;
  }
  
 /* .about p:last-of-type{
    font-size: 14px;
    line-height: 1.8em;
    text-align: center;
    width: 95%;
  }*/
  
  .dtv-bg{
    width: 90%;
    margin: 20px 0 ;
  }
  
  .share{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 50px;
  }
  
  .free-text{
    color: #222;
    font-size: 14px;
  }
  
  .yellow{
    color: #d01e31;
    text-decoration: underline;
  }
  
  .share a{
    width: 100%;
    display: block;
    text-decoration: none !important;
    text-align: center;
  }
  
  .free-button{
    width: 60%;
    background: #55acee;
    color: #fff;
    display: inline-block;
    padding: 15px 20px;
    font-size: 18px;
    border-radius: 6px;
    cursor: pointer;
    margin: 20px 0 10px;
  }
  
  .free-button:hover{
    background: #419ee4;
  }
  
  .caution-text{
    color: #222;
    font-size: 12px;
  }
	
.info-inner{
	width: 90%;
	margin: 0 auto;
}
	
}


#entry-btn-fixed {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: right;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1024px;
  z-index: 100;
}

.entry-btn-fixed-inner {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.entry-btn-fixed-box {
  width: 100px;
  height: calc(100 * (148 / 128));
  display: block;
}

#entry-btn-fixed-js{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
}

#entry-btn-fixed a img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .entry-btn-fixed-box {
    width: 80px;
    height: calc(80 * (148 / 128));
    padding: 10px;
  }
}

.artists-block{
  display: flex;
}

.artists-block div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.keyword{
  padding: 35px 0 5px;
}

.keyword-chance{
  display: block;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 35px;
}

@media screen and (max-width: 640px) {
  .artists-block{
    display: block;
    padding: 0 6% 20px;
  }

  .keyword{
    padding: 0 6% 5px;
  }

  .keyword-chance{
    width: 90%;
    padding: 0 0 10px;
    font-size: 12px;
  }
}