@charset "utf-8";
/*********************
 ウラーラtop_renual SP用
 *********************/
 .pc{
   display: none!important;
 }
 .sp{
   display: block!important;
   width: 100%;
 }
html{
  font-size: 62.5%;
}
body {
  box-sizing: border-box;
  color: #231441;
  font-size: 1.8rem;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.3;
  text-align: center;
}
li{
  list-style: none;
}
img{
  vertical-align: middle;
}
a{
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
}
a:hover{
  opacity: 0.8;
}
section{
  padding: 0 0 20px;
}
h2{
  padding: 15px 0;
  font-size: 1.9rem;
}
b{
  display: block;
  margin: 0 0 3%;
  font-size: 1.9rem;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/***************
banner
****************/
.bnr a{
  display: inline-block;
  position: relative;
  width: 90%;
  margin: 0 5%;
  padding: 10px 5% 10px 0;
  border: 3px solid #ffffff;
  background: #6a35b3;
  font-size: 1.8rem;
  font-weight: bold;
}
.bnr a::before,
.bnr a::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.bnr a::before{
  right: -85%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/***************
app_dl
****************/
.app_bl{
  position: relative;
  padding: 4% 0;
  border: 5px solid #d3b3ff;
/*iosでボーダーがうまく反映されないため、いったんPCのみ適応
  -webkit-border-image: url(../img/re_top/border_violet.png) 30 30 round;
	-o-border-image: url(../img/re_top/border_violet.png) 30 30 round;
  border-image: url(../img/re_top/border_violet.png) 30 30 round;
*/
  font-size: 3rem;
}
.app_bl li{
  display: inline-block;
  width: 45%;
}
.app_bl li img{
  width: 100%;
  max-width: 200px;
  height: auto;
}
.app_bl .qr{
  display: none;
}
.border_yellow{
  border: 5px solid #fff100;
/*iosでボーダーがうまく反映されないため、いったんPCのみ適応
  -webkit-border-image: url(../img/re_top/border_yellow.png) 30 30 round;
  -o-border-image: url(../img/re_top/border_yellow.png) 30 30 round;
  border-image: url(../img/re_top/border_yellow.png) 30 30 round;
*/
}
/***************
header
****************/
#header{
  width: 100%;
  height: 75px;
  background: #f5f5f5;
}
#header h1{
  display: inline-block;
  position: absolute;
  width: 60px;
  top: 6px;
  left: 10%;
}
#header .close{
  position: absolute;
  top: 20px;
  left: 3%;
}
#header .star{
  position: absolute;
  top: 6px;
  right: 2%;
  font-size: 1.2rem;
  letter-spacing: -0.1rem;
}
#header .close img, #header .star img{
  width: 14px;
}
#header .top_app_dl{
  position: absolute;
  top: 35px;
  right: 2%;
  width: 90px;
}
#header .top_app_dl a{
  display: block;
  padding: 5px;
  background: #af86e7;
  border-radius: 5px;
  border-bottom: 3px solid #7e60a7;
  color: #ffffff;
  font-size: 12px;
}
/***************
section_mv
****************/
#mv .mv_inner{
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#mv .mv_inner h2{
  margin: 0 0 -6%;
  padding: 0!important;
}
/***************
section_about
***************/
#about{
  background: #f5f5f5;
}
#about h2{
  color: #231441;
}
#about div{
  display: block;
  margin: 0 auto;
}
#about dl{
  background: #ffffff;
  margin: 0 5% 20px;
  padding: 3% 5% 10%;
}
#about dt{
  border-bottom: 5px solid #fff100;
  margin: 0 12% 10px;
  font-size: 1.7rem;
  font-weight: bold;
}
#about dd{
  font-size: 1.5rem;
  text-align: left;
}
#about figure{
  margin: 0 0 20px;
  text-align: center;
}
#about figure img{
  width: 50%;
}
/***************
section_sns
****************/
#sns{
  color: #1da1f2;
  padding: 0;
}
#sns h2{
  display: none;
}
#sns dl{
  padding: 20px 0;
}
#sns dt{
  margin: 0 0 20px;
}
#sns dt img{
  width: 75px;
}
#sns dd{
  text-align: -webkit-center;
}
#sns dd:first-of-type img{
  width: 218px;
}
#sns dd:last-of-type img{
  width: 300px;
}
#sns #insta{
  background: #f5f5f5;
}
#sns #insta dd:first-of-type{
  margin: 0 0 20px;
}
#sns .ft_sns{
  display: flex;
  justify-content: space-between;
  width: 230px;
  margin: 0 auto;
  padding: 20px 0;
}
#sns .ft_sns img{
  width: 55%;
}
/***************
section_movie
****************/
#movie h2,#movie b{
  font-size: 1.5rem;
}
#movie .youtube{
  margin: 0 0 15px 0;
}
/***************
section_other
****************/
#other{
  background: #fdfbf0;
  color: #231441;
}
#other h2{
  font-size: 1.5rem;
}
#other div{
  display: block;
  margin: 0 auto;
}
#other dl{
  margin: 0 4% 30px;
  padding: 4%;
  background: #ffffff;
  font-size: 2.8rem;
}
#other dt{
  margin: 0 0 4%;
  font-size: 1.5rem;
  font-weight: bold;
}
#other dd{
  margin: 0 0 4%;
}
#other dd:last-of-type{
  margin: 0;
}
#other dd img{
  width: 100%;
  height: auto;
}
#other ul li:first-child{
  margin: 0 0 4%;
}
#other .bnr a{
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  border: 3px solid #231441;
  background: #ffffff;
  color: #231441 !important;
  font-size: 1.7rem;
}
#other .bnr a::before{
  border-top: 3px solid #231441;
  border-right: 3px solid #231441;
}
#other .bnr dl.koiura a{
  font-size: 1.75rem;
}
/***************
section_recruit
****************/
#recruit{
  background: url(../img/re_top/bg_under_sp.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#recruit .bnr a{
  width: 90%!important;
}
#recruit li{
  margin: 0 0 10px 0;
}
/***************
footer
****************/
footer{
  padding: 20px 0;
  background: #231441;
  color: #ffffff;
  font-size: 1.4rem;
}
#ft_inner a p{
  display: inline;
}
.mail_address{
  margin: 0 0 10px 0;
}
/***************
topへ戻るボタン
****************/
.pagetop{
  display: none;
  position: fixed;
  right: 5%;
  bottom: 30px;
}
.pagetop img{
  width: 45px;
}
/***************
no1_badge
****************/
.no1_badge{
  position: relative;
  margin: 0 0 15px;
}
/***************
news
****************/
#news h2{
  margin: 15px 0;
}
#news h2 img{
  width: 40px;
}
#news ul.news_contents{
  width: 96%;
  margin: 0 auto 15px;
}
#news ul.news_contents li{
  margin: 0 auto 10px;
  border-bottom: 2px solid #f5f5f5;
  padding: 0 0 10px;
}
#news ul.news_contents li .news_contents_inner{
  display: flex;
}
#news ul.news_contents li .news_contents_inner time{
  font-size: 1.1rem;
  display: block;
}
#news ul.news_contents li .news_contents_inner figure{
  width: 44%;
}
#news ul.news_contents li .news_contents_inner figure img{
  width: 100%;
}
#news ul.news_contents li .news_contents_inner div{
  width: 55%;
  text-align: left;
  margin-left: auto;
  position: relative;
}
#news ul.news_contents li .news_contents_inner div p{
  font-size: 1.3rem;
  line-height: 1.1;
  font-weight: bold;
}
#news ul.news_contents li .news_contents_inner div a{
  font-size: 1.3rem;
  font-weight: bold;
  color: #231441;
  text-decoration: underline;
  position: absolute;
  bottom: 0;
  right: 0;
}
#news .arrow{
  position: relative;
  display: inline-block;
  padding: 0 8% 0 0;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
#news .arrow::before,
#news .arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#news .arrow::before{
  left: 80%;
  width: 6px;
  height: 6px;
  border-top: 3px solid #231441;
  border-right: 3px solid #231441;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#news ul.news_contents li.is-hidden{
  display: none;
}
#news .more.is-btn-hidden{
  visibility: hidden;
}
#news .more button:hover{
  opacity: 0.8;
}
#news .more{
  margin: 0 0 10px 0;
}
#news .more button {
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
  background-color: #231441;
  color:#fff;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0 8px 0 0;
  height: 30px;
  line-height: 30px;
  width: 218px;
}
#news .more button::before{
  position: absolute;
  top: 0;
  bottom: 6px;
  margin: auto;
  content: "";
  left: 145px;
  width: 7px;
  height: 7px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  vertical-align: middle;
}
/***************
collabo
****************/
#collabo{
  background: url(../img/re_top/bg_collabo_sp.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 0 30px 0;
  padding: 15px 0 30px;
}
#collabo p{
  font-weight: bold;
  font-size: 14px;
}

