/* ---------------------------------- **
		Modal Window
** ---------------------------------- */
#layer_board_area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 3vw;
  overflow-y: auto;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none; /*スクロールバーを非表示*/
  z-index: 2000;
}
#layer_board_area::-webkit-scrollbar {
  display: none; /*スクロールバーを非表示*/
}
.layer_board_bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  background: #000;
  z-index: 0;
  pointer-events: none;
}
/* --modalWindow ポップアップ部分-- */
.layer_board {
  display: none;
  position: relative;
  /* width: 80%; */
  max-width: 1200px;
  margin: 3em auto;
  padding: 4em;
  box-sizing: border-box;
  background: #fff;
  z-index: 10;
  text-align: center;
  font-size: 1.5rem;
}
.layer_board.shortLayer {
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15% 5%;
  padding-top: 10%;
  text-align: center;
  font-size: 16px;
}
/* --close ボタン-- */
.layer_board .mdl_btn_close.circle_btn {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 30px;
  height: 30px;
  background-color: #000;
  background-image: url("btn_close.png");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 50%;
  border-radius: 50%;
  border: 1px solid #ccc;
  transition: 0.15s;
  display: none;
}
.layer_board .mdl_btn_close.circle_btn:hover {
  background-color: #fdb53f;
  border: 1px solid #fdb53f;
}
.layer_board_area img {
  width: 60%;
  margin: 40px auto;
}
.limit_icon {
  width: 5%;
  min-width: 50px;
}

/* --コンテンツ部分の装飾-- */
.layer_borad_title {
  font-size: 200%;
  font-weight: 200;
  color: #ed344e;
}
.layer_borad_content {
  margin: 0 auto;
  padding: 0;
  width: 60%;
  max-width: 350px;
}
.layer_borad_content a:hover {
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.6s;
}
.layer_board .square_btn {
  display: block;
  position: relative;
  width: 60%;
  margin: 0 auto 20px;
  padding: 10px;
  border: 2px solid #111;
  border-radius: 2px;
  font-size: 2em;
  font-weight: 300;
  color: #111;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.15s;
  margin-top: 2rem;
  font-family: "Vollkorn", serif;
  line-height: 130%;
}
.layer_board .square_btn:hover {
  background: #b1a700;
  color: #fff;
  border: 2px solid #a79d00;
}
.layer_board .square_btn.txt {
  font-family: sans-serif;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .layer_board.shortLayer {
    font-size: 14px;
  }
  .layer_board .square_btn {
    width: 100%;
    font-size: 1.5em;
  }

  .layer_board {
    width: 100%;
    margin: 3em auto;
    padding: 1.5em;
  }
  .layer_board .mdl_btn_close.circle_btn {
    width: 26px;
    height: 26px;
    background-size: 14px;
  }
  .layer_board .square_btn {
    border: 2px solid #b1a700;
    background: #b1a700;
    color: #fff;
    line-height: 120%;
  }
  .ent {
    font-size: 2.5rem;
  }
}

.bnr img{
  width: 100%;
  max-width: 468px;
  height: auto;
}

.bnr a:hover{
  opacity: 0.5;
  transition: all 0.6s;
  cursor: pointer;
}
