@charset "UTF-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
body {
  line-height: 2;
  font-size: 16px;
  color: #2d2d2d;
  ;
  text-align: center;
  font-weight: 600;
  font-family: 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
}
img {
  max-width: 100%;
}
#shiga a, #shiga button {
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
#shiga a:hover, #shiga button:hover {
  opacity: 0.6;
}
a.anker_link {
  padding-top: 70px;
  margin-top: -70px;
}
.bg01::before {
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 110vh;
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.title {
  margin-bottom: 30px;
}
.inner800 {
  max-width: 800px;
  margin: 0 auto;
}
.inner {
  width: 90%;
  max-width: 640px;
  margin: 0 auto;
}
.flex {
  display: flex;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  flex-wrap: wrap;
}
/*---------------------------------
  main
---------------------------------*/
.main {
  margin: 0 auto;
}
.main img {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
/*--------------------------------
	　news
--------------------------------*/
.news_section {
  background-image: url("../img/sec01_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  margin-top: -5px;
  padding: 50px 0;
}
.news .title {
  max-width: 380px;
}
.news .news_contarea {
  max-height: 400px;
}
.news .flex {
  padding-bottom: 10px;
  padding-top: 20px;
  min-height: 20px;
  border-bottom: 1px solid #000;
}
.news .flex:first-of-type{
  border-top: solid 1px black;
}
.news .flex .news-day {
  margin-right: 30px;
}
.news .flex .news-text {
  text-align: left;
}
img.sec01_txt_img{
  width: 91%;
  margin: 0 auto;
  padding-top: 80px;
}
.try{
  position: relative;
}
.try_line{
  position: absolute;
  width: 72%;
  left: 14%;
  bottom: 2.3%;
}
.prize{
  background-image: url(../img/prize_bg.png);
  background-size: 100%;
  background-repeat: repeat-y;
}
.prize_btn_area{
  text-align: center;
}
.prize_btn_area_c{
  padding-top: 40px;
}
.prize_btn_area img{
  display: inline-block;
  width: 70%;
  cursor: pointer;
}
.prize_b_img, .prize_c_img{
  display: none;
  overflow: hidden;
}
.close_btn {
    width: 40%;
    margin: 5px auto 0;
}
footer{
  background-color: #B4D8FC;
}
/*--------------------------------
	　menu modal (SP)
--------------------------------*/
section.modalArea02 {
  padding: 0px 0;
}
.modalWrapper02 {
  display: none;
}
.lock_navi {
  display: none;
}
