@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: #fff;
  -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;
}
/*スマホ用背景固定パララックス*/
* {
  margin: 0;
  padding: 0;
}
.body-wrapper {
  padding: 0;
}
.body-wrapper::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url('bg.jpg');
  background-size: cover;
}
/* END */
.content {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  font-size: 40px;
  text-align: center;
  padding: 5%;
}
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;
}
.bg2 {
  background-image: url('bg.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.campaign {
  width: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.bg1 {
  width: 100%;
  background-image: url('brick.jpg');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.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 */