@charset "utf-8";
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.csr {
  cursor: pointer;
  cursor: hand;
}
.fluid img {
	width: 100%;
	height: auto;

}
.oh{
	overflow: hidden;
}
body{
    background-color:#000000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
.container{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.main {
	margin: 0 auto;
	max-width: 100%;
	overflow: hidden;
}
a:hover {
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
a img {
  transition: 0.1s;
}
a img:hover {
  transform: scale(1.02);
}
.blank{
    height: 60px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
.bg-color{
    background: linear-gradient(to bottom, #e4352b, #fff11d);
}
.mean{
	background-position: top center;
	background-size: cover;
}
#evaluation{
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
#evaluation input[type='radio']{
  display: none;
}
#evaluation label{
  position: relative;
  padding: 10px 10px 0;
  color: gray;
  cursor: pointer;
  font-size: 50px;
}
#evaluation label .text{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 12px;
  color: gray;
}
#evaluation input[type='radio']:checked ~ label{
  color: #ffffff;
}
.link{
    background-position: center bottom;
    background-size: cover;    
}

/* 大デバイス（デスクトップ, 992px 未満）
============================================== */
@media screen and (max-width: 991.98px) {} /* END */
/* 中デバイス（タブレット, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) {} /* END */
/* 小デバイス（縦向きモバイル, 576px 以上 デスクトップ, 992px 未満）
============================================== */
@media screen and (min-width: 576px) and (max-width: 991.98px) {} /* END */
/* 小デバイス（縦向きモバイル, 576px 以上）
============================================== */
@media screen and (min-width: 576px) {} /* END */
