@charset "UTF-8";
/* CSS Document */
/* ========================================

  INDEX CSS

======================================== */
/*main*/
#contents #mainArea{
  position: relative;
  overflow: hidden;
  width: 100%;
}
#contents #main{
  width: 100%;
  z-index: -1;
  background: #000;
}
.vegas-timer{
  opacity: 0;
}

/*audienceArea*/
#contents #audienceArea{
  position: relative;
  background: url("../img/green.png")no-repeat center center;
  background-position: 50% ;
  background-size: 1400px 180px;
  height: 245px;
}
#contents #audienceArea .audience{
  text-align: center;
  margin-top: -130px;
  display: none;
}



/*news*/
#contents #newsArea{
  margin-top: 20px;
}
#contents #newsArea .ttlArea{
  display: flex;
  justify-content: space-between;
  align-items:center;
}
#contents #newsArea .newsList{
  margin-top: 30px;
}
#contents #newsArea .newsList .photo{
  padding-top: 60%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#contents #newsArea .newsList .box .txt{
  padding: 20px;
  font-size: 14px;
}
#contents #newsArea .newsList a{
  color: #231815;
}
#contents #newsArea .newsList a:hover{
  color: #6c554f;
}
#contents #newsArea .newsList .txt .day{
  font-size: 13px;
  margin-bottom: 6px;
  color: #6c554f;
}
.slick-slide {
  margin: 0px 5px;
  background: #fff;
}

/*contentsBody*/
#contents #contentsBody {
  margin-top: 80px;
    
}
#contents #contentsBody p{

}
#contents #contentsBody .col2{
  display: flex;
}
#contents #contentsBody .revers{
  flex-direction:row-reverse;
}
#contents #contentsBody .col2 .col{
  width: 50%;
}
#contents #contentsBody .col2 .photo{
  background-size: cover;
  background-position: center center;
}
#contents #contentsBody #about {
  background-image: url("../images/main1.jpg");
    background-size: cover;
    background-position: center center;
}
#contents #contentsBody #member .photo{
  background-image: url("../images/main2.jpg");
     background-size: cover;
    background-position: center center;
}



#contents #contentsBody #about1 .photo{
  background-image: url("../images/slide5.jpg");
}
#contents #contentsBody #about2 .photo{
  background-image: url("../images/about2.jpg");
}
#contents #contentsBody #reward .photo{
  background-image: url("../images/about3.jpg");
}


#contents #contentsBody .col2 .txt{
  background: rgba(255,255,255,.5);
}
#contents #contentsBody .col2 .txt .wrap{
  padding: 60px 60px 20px;
   
}
#contents #contentsBody .col2 .txt .wrap p{
  margin-top: 20px;
    line-height: 2;
}







.button_solid017{
    margin-top: 40px;
}

.button_solid017 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.2s ease-in-out;
    font-size: 30px;
    font-weight: 600;
    background: #2A1309;
    border-radius: 50px;
    border: 0.2rem solid #fff;
    box-shadow: 0.2rem 0.2rem 0px 0.1rem #c2c2c2;
}
.button_solid017 a:hover {
  transform: translate3d(0.2rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 1;
background: #fbbf19;
  transition: all 0.2s;
}
.button_solid017 a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 30px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

/*movie*/
#contents #movie{
  background-image: url();
  background-size: cover;
  background-position: center center;
    
}
#contents .videoWrapper{
  max-width: 860px;
  margin: 0 auto;
}

#contents .videoWrapper img{
    margin: 0 auto;
}
.title{
    width: 45%;
    z-index: 997;
}

.title1{
    margin-bottom: 60px;
}


.title2{
    margin: 30px 0px;
}

.sub1{ 
   padding-bottom: 60px;
    padding-top: 30px;
    z-index: 1;
}

.back{
    position: relative;
    left: -400px;
    bottom:600px;
    opacity: 0.3;
    width: 50%;
    z-index: -1;
}

.sentence{
   padding: 0px 0px 110px;
      background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    
}



#contents .sentence h2{
    margin: auto;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 15pt;
    max-width: 800px;
    
}

.underline-before {

	background: linear-gradient(#231815, #231815) 0 100%/0 3px no-repeat;
	/*左から、カラー（始点と終点それぞれ同じものを指定）、position / サイズ横縦 繰り返しの有無 */

	transition: background 3s;
	/*トランジションの設定。下線を引く動きをアニメーションにするのに必要 */

	text-decoration: none;
	/*テキストの装飾の設定 */
}

.underline-after {
	background-size: 100% 3px;
  /* 変化後のスタイル。横サイズを0から100%に変えることで指定の文字列に下線を引く */
}

.sentence p{
    max-width: 500px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    text-align: center;
    margin: auto ;
    font-size: 13pt;
line-height: 2;
}




#contents .video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
#contents .video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}


.fuwafuwa {
    position:absolute;
top:700px;
    left:-100px;
  display: inline-block;
    opacity: 0.4;
    width: 500px;
    z-index: -1;
}

.fuwafuwa2 {
    position:absolute;
top:1000px;
    right:-200px;
  display: inline-block;
    opacity: 0.4;
    width: 600px;
    z-index: -1;
}
 


.about{
    width: 50%;
    
}

.aboutp{
    text-align: left;
    line-height: 2;
    padding : 20px 0px 40px 0px;
}
/*info*/
#info{
  background: rgba(255,255,255,.5);
  max-width: 1080px;
  margin: 80px auto 0;
  padding: 30px;
}
#info p.tit{
  /*margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: dotted 1px rgba(35,25,20,.2);*/
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 16px;
}
#info ul{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
#info ul li{
  width: 50%;
  line-height: 1.8;
}
#info ul li p:first-child{
  font-weight: bold;
    font-size: 20px;
  border-left: solid 4px rgba(35,25,20,1);
  line-height: 1.1;
  padding-left: 8px;
  margin-bottom: 8px;
}
#info ul li:first-child{
  padding-right: 30px;
}
#info ul li:last-child{
  padding-left: 30px;
  border-left: dotted 1px rgba(35,25,20,.2);
}
#info ul li p span{
  font-size: 13px;
  line-height: 1.4!important;
  display: block;
}
#info .note{
  font-size: 13px;
  margin-top: 8px;
}

.audience img{
    padding-left: 1em;
    filter: drop-shadow(0 0 0.5rem #fff);
}

.flex_test-box {
     display: flex;
    flex-wrap: wrap;  
    align-content:stretch;  
    justify-content: center;/* 中央寄せ */ 
    margin-bottom: 50px;
}
 
.flex_test-item {
    width: 250px;
    padding: 20px;
    color: #180D00;  /* 文字色 */
    margin:  50px 50px;   /* 外側の余白 */
}
 
.chara {
    transition:0.2s;
  cursor: pointer;
   filter: drop-shadow(0px 0px 3px #ababab);
}
.chara:hover{
  transform: scale(1.04,1.04);
}

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

.chara2{
   position: relative;
    
}

.chara2 img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.fade {
    animation: fade .9s ease-in 0s 1 normal;
}
@keyframes fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}


#pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
#pop-up2{
	display: none; /* label でコントロールするので input は非表示に */
}
#pop-up3{
	display: none; /* label でコントロールするので input は非表示に */
}
#pop-up4{
	display: none; /* label でコントロールするので input は非表示に */
}
#pop-up5{
	display: none; /* label でコントロールするので input は非表示に */
}
#pop-up6{
	display: none; /* label でコントロールするので input は非表示に */
}
#pop-up7{
	display: none; /* label でコントロールするので input は非表示に */
}

.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
#pop-up2:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
#pop-up3:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
#pop-up4:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
#pop-up5:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
#pop-up6:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
#pop-up7:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}


.window {
    width: 35%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



.close {
	cursor:pointer;
	position: absolute;
	top: -50px;
	right: -5px;
	font-size: 40px;
    border-radius: 50%;
    color: #FFFFFF;
    transition-duration: 0.2s;
}

.close:hover{
    transform: scale(1.1);
}
   
/* PC Styles
======================================== */
@media screen and (min-width: 1081px) {
  /*link*/
  #contents #link .linkList{
    padding: 60px 0 ;
    width: 100%;
  }
  #contents #link .linkList li{
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    background: #fff;
    width: 25.5%;
    box-shadow:2px 2px 1px 1px rgba(0,0,0,.1);
    margin: 0.8% 4% 0 0;
  }
  #contents #link .linkList li:nth-child(3n){
    margin-right: 0;
  }
  #contents #link .linkList li a{
    display: flex;
    align-items: center;
  }
  #contents #link .linkList li .photo{
    width: 30%;
  }
  #contents #link .linkList li .txt{
    width: 70%;
    padding-left: 15px;
    font-size: 15px;
  }
}

/* Tablet Styles
======================================== */
@media screen and (min-width:601px) and (max-width:1080px) {
  /*link*/
  #contents #link .linkList{
    padding: 50px 0 ;
    width: 100%;
  }
  #contents #link .linkList li{
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    background: #fff;
    width: 49%;
    box-shadow:2px 2px 1px 1px rgba(0,0,0,.1);
    margin: 1% 1% 0 0;
  }
  #contents #link .linkList li:nth-child(2n){
    margin-right: 0;
  }
  #contents #link .linkList li a{
    display: flex;
    align-items: center;
  }
  #contents #link .linkList li .photo{
    width: 20%;
  }
  #contents #link .linkList li .txt{
    width: 80%;
    padding-left: 15px;
    font-size: 15px;
  }
  #contents #link .linkList li .txt br{
    display: none;
  }
  
  /*info*/
  #info{
    background: rgba(255,255,255,.5);
    max-width: 90%;
    margin: 80px auto 0;
    padding: 20px;
  }
}
@media screen and (max-width:1080px) {
  
  /*contentsBody*/
  #contents #contentsBody .col2 .txt .wrap{
    padding: 10px 30px 20px;
  }
    #prologue{
        display: block;
         margin-left: auto 0;
        text-align: center;
    }
    #prologue h2{
        position: relative;
        text-align: center;
    }
  
  /*audienceArea*/
  #contents #audienceArea{
    position: relative;
    background-position: 0 bottom;
    background-size: 160%;
    height: auto;
  }
  #contents #audienceArea .audience{
    text-align: center;
    width: 80%;
    margin: -60px auto 0;
  }
    .fuwafuwa{
        display: none;
  
    }
    .fuwafuwa2{
           display: none;
    }
    
    .underline-before {
	background: linear-gradient(#231815, #231815) 0 100%/0 0px no-repeat;
	transition: background 0s;
	text-decoration: none;
}
    
    .sentence{
        padding: 20px 0px 20px 0px;
        text-align: center;
  z-index: 0;

        margin-bottom: 50px;
    }
    .sentence h2{
         background:#DCD1E6;
    }
    .sentence p{
        width: 90%;
        line-height: 1.7;
        text-align: center;
        font-size:16px;
        color: #251700;
    }
    .sub1{
        width: 80%;
    }
}


/* Mobile Styles
======================================== */
@media screen and (max-width: 600px) {
  /*news*/
  #contents #newsArea .ttlArea h2{
    width: 50%;
  }
  #contents #newsArea .newsList{
    margin-top: 20px;
  }
  #contents #newsArea .newsList li .txt{
    padding: 15px;
    font-size: 13px;
  }
  #contents #newsArea .newsList .txt .day{
    font-size: 12px;
    margin-bottom: 4px;
  }
  
  /*contentsBody*/
  #contents #contentsBody {
    margin-top: 60px;
    padding-bottom: 40px;
  }
  #contents #contentsBody h2{
    width: 90%;
  }
 
  #contents #contentsBody .col2+.col2{
    margin-top: 20px;
  }
  #contents #contentsBody .col2,
  #contents #contentsBody .revers{
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    box-shadow:2px 2px 1px 1px rgba(0,0,0,.1);
  }
  #contents #contentsBody .col2 .col{
    width: 100%;
  }
  #contents #contentsBody .col2 .photo{
    padding-top: 70%;
  }
  #contents #contentsBody .col2 .txt .wrap{
    padding: 30px;
  }
  #contents #contentsBody .col2 .txt .wrap p{
    margin-top: 20px;
  }
  #contents #contentsBody .col2 .txt .wrap p.btnMore{
    display: block;
    text-align: center;
      
  }
  #contents #contentsBody .col2 .txt .btmImg{
    width: 70%;
    margin: 0 auto;
  }
    
.title1{
    margin-bottom: 30px;
}

    .chara1{
         margin: 10px 0px 0px;
    }
    
.window {
    width: 77%;}    
    
.flex_test-box{
        margin-bottom: 10px;
    }
.flex_test-item {
    width: 150px;
    padding: 10px;
    color: #180D00;  /* 文字色 */
    margin:  20px 15px;   /* 外側の余白 */
}
.aboutp{
    padding : 0px 0px 20px 0px;
}

 

  
  
  /*movie*/
  #contents .videoWrapper{
    padding: 0px 0;
    margin: 0 auto 0px;
  }
  #contents .videoWrapper h2{
    text-align: center;
    margin-bottom: 30px;
    width: 100%!important;
  }
  #contents .videoWrapper h2{
    width: 80%;
  }
    
    #contents .videoWrapper img .title{
    width: 60%;
    text-align: center;
    margin: 0 auto;
        
    
}
 .sub1{
        width: 90%;
     padding-top: 0px;
      padding-bottom: 20px;
    }
 
    
    #contents .videoWrapper p{
        width: 80%;
        text-align: center;
    }
    
    .fuwafuwa{
        display: none;
  
    }
    .fuwafuwa2{
         
    }

    
    
    .underline-before {
	background: linear-gradient(#231815, #231815) 0 100%/0 0px no-repeat;
	transition: background 0s;
	text-decoration: none;
}
    
    .sentence{
        padding: 20px 0px;
        text-align: center;
  z-index: 0;
  transform-origin: top right;
    }
    .sentence h2{
         background:#DCD1E6;
    }
    .sentence p{
        width: 90%;
        line-height: 1.7;
        text-align: center;
        font-size:15px;
         color: #251700;
    }
    
  
  /*link*/
  #contents #link .linkList{
    padding: 35px 0 ;
    width: 100%;
  }
  #contents #link .linkList li{
    overflow: hidden;
    display: block;
    font-size: 0;
    background: #fff;
    width: 100%;
    box-shadow:1px 1px 1px 1px rgba(0,0,0,.1);
  }
  #contents #link .linkList li+li{
    margin-top: 10px;
  }
  #contents #link .linkList li a{
    display: flex;
    align-items: center;
  }
  #contents #link .linkList li .photo{
    width: 15%;
  }
  #contents #link .linkList li .txt{
    width: 85%;
    padding-left: 15px;
    font-size: 15px;
  }
  #contents #link .linkList li .txt br{
    display: none;
  }
  
  
  /*info*/
  #info{
    background: rgba(255,255,255,.5);
    max-width: 90%;
    margin: 10px auto 0;
    padding: 20px;
  }
  #info p.tit{
    /*margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: dotted 1px rgba(35,25,20,.2);*/
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.6;
  }
  #info ul{
    display: block;
    justify-content: space-between;
    margin-top: 20px;
  }
  #info ul li{
    width: 100%;
    line-height: 1.8;
  }
  #info ul li:first-child{
    padding-right: 0;
  }
  #info ul li p:first-child{
    font-weight: bold;
    border-left: solid 4px rgba(35,25,20,1);
    line-height: 1.1;
    padding-left: 8px;
    margin-bottom: 8px;
  }
  #info ul li:last-child{
    padding-left: 0;
    border-left: none;
    border-top: dotted 1px rgba(35,25,20,.2);
    margin-top: 15px;
    padding-top: 15px;
  }
  #info ul li p span{
    font-size: 13px;
    line-height: 1.4!important;
    display: block;
  }
}

.fadeUp{
    
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.scroll_up{
    opacity: 0;
}

/* スライドする要素 */

.content {
    width: 310px;
    height: 220px;
}

/* スライドレールの枠 */
.wrap1 {
  overflow: hidden;
  display: flex;
  align-items: center;

}
.slide-paused{
     margin-top: 100px;
}

/* content4つをまとめたスライドブロック */
.slideshow {
  display: flex;
  -webkit-animation: loop-slide 100s infinite linear 10s both;
  animation: loop-slide 100s infinite linear 10s both;
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.content-hover {
  transition: all 0.2s;

}
.content-hover:hover {
  transform: translateY(-5px);
  box-shadow: 0 3px 10px 0 #333;
}
.slide-paused:hover .slideshow {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

