@charset "utf-8";
/* CSS Document */

body{
   width: 100%;
   background-color: rgba(255,255,255,1.00);
   background-image:url("../af_images/tmp/bg_002.jpg");
   background-position: center;
   background-repeat: repeat;
   background-size: 7% auto;
}

.af_upper{
   position: relative;
   overflow: hidden;
   width: 100%;
}

.af_anime_wrap{
   position: fixed;
   width: 100%;
   height: 100vh;
   background-image:url("../af_images/tmp/bg_002.jpg");
   background-position: center;
   background-repeat: repeat;
   background-size: 7% auto;
   z-index: 10;
}


.af_ch01 img{
   position: absolute;
   width: 1100px;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   margin: auto;
}

.af_top_anime{
   height: 90px;
   transition: height 1.6s ease-out;
}

.af_ch_anime{
   animation: smanim 1.6s;
   animation-iteration-count: 1;
   animation-fill-mode: forwards;
}

@keyframes smanim {
  00% {
  transform: scale(1.00);
  }
  100% {
  transform: translateY(-120px) scale(1.0);
}
}


.af_menu_wrap{
   position: relative;
   overflow: hidden;
   width: 1100px;
   margin: auto;
   display: none;
}

.af_menu{
   display: flex;
   justify-content: center;
}



.af_menu li{
   padding: 5px 0;
   margin-right: 10px;
   overflow: hidden;
   height: 80px;
   background-size: 100% 80px;
   background-position: center;
   background-repeat: no-repeat;
}

.af_menu li img{
   height: 100%;
   width: auto;
}




.navi01 {
    background-image: url("../af_images/menu/b_top_on.png");
}
.navi02 {
    background-image: url("../af_images/menu/b_news_on.png");
}
.navi03 {
    background-image: url("../af_images/menu/b_intro_on.png");
}
.navi04 {
    background-image: url("../af_images/menu/b_chara_on.png");
}


.af_content_wrap{
   position: relative;
   overflow: hidden;
   background-image: url("../af_images/top/bg_002.jpg");
   padding-top: 90px;
   /*margin-bottom: 190px;*/
}


.af_visual_wrap{
   position: relative;
   width: 100%;
   max-width: 1800px;
   margin: auto;
   box-shadow: 0px 0px 50px 20px rgba(59,145,254,0.30);
}

.af_mainlogo{
   position: absolute;
   width: 25%;
   top: 20px;
   right: 10px;
}

.af_info_wrap{
   position: relative;
   overflow: hidden;
   width: 80%;
   min-width: 1100px;
   margin: auto;
   padding-bottom: 50px;
   display: flex;
   justify-content: space-between;
}

.af_info_box{
   position: relative;
   width: 48%;
}

.af_info_content{
   position: relative;
   overflow: hidden;
   height: 380px;
   background-color: rgba(244,141,162,1.00);
   border-radius: 20px;
   padding: 20px;
   box-sizing: border-box;
}

.af_info_i{
   width: 50%;
   margin-left: 50%;
}

.af_update_area{
   position: relative;
   overflow: auto;
   width: 100%;
   height: 340px;
}

.af_b_infomore{
   position: relative;
   width: 20%;
   margin: 20px auto;
}


.af_news_sys .day{
   width: 90px;
   color: rgba(109,90,86,1.00);
   font-family: 'RocknRoll One', sans-serif;
}

.af_news_sys .title{
   width: calc(100% - 100px);
   color: rgba(255,255,255,1.00);
   font-family: 'RocknRoll One', sans-serif;
	line-height: 1.6 !important;
   margin-bottom: 12px;
   padding-bottom: 7px;
}

.af_news_sys .title a{
   color: rgba(255,255,255,1.00);
   text-decoration: none;
}

.up_wrap{
   position: relative;
   overflow: hidden;
   display: flex;
   justify-content: space-between;
   margin-bottom: 16px;
   font-size: 100%;
   font-weight: 500;
   border-bottom: rgba(255,255,251,1.00) 4px dotted;
}

.af_v_u_t02_down{
	position: absolute;
	width: 60%;
	left: 5%;
	bottom:10px;
}

.af_v_u_t02_down img{
  width: 100%;
  height: auto;
}


.footer{
   position: relative;
   overflow: hidden;
   height: 190px;
}

.af_share_wrap{
   margin-top: 30px;
}

.af_k_01{
   width: 100%;
   height: 50px;
   margin: 15px auto;
   background-image: url("../af_images/tmp/k_001.png");
   background-position: center;
   background-repeat: repeat-x;
   background-size: auto 100%;
}

.af_copy{
   width: 400px;
   margin: 10px auto 50px auto;
}

.af_op_load{
   position: absolute;
   top: 10px;
   right: 20px;
   width: 200px;
   font-size: 140%;
   font-weight: 900;
   color: rgba(255,255,255,1.00);
   text-align: right;
}



.af_visual_wrap .b_modal{
	position: absolute;
	top: 33%;
	left: 41.0%;
	width: 18%;
	height: 10%;
	cursor: pointer;
}

.af_modal_wrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(255,255,255,1.00);
	display: none;
	z-index: 100;
}
.af_modal_wrap .pic_coming{
	position: relative;
	width: 700px;
	margin: 30px auto auto auto;
}


/* ローディング点滅 */
.af_blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:1;}
    100% {opacity:0;}
}
@-moz-keyframes blink{
    0% {opacity:1;}
    100% {opacity:0;}
}
@keyframes blink{
    0% {opacity:1;}
    100% {opacity:0;}
}


.b_modal{
	animation: tada; 
   animation-duration: 1s; 
   animation-delay: 3s;
}

/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
   タブレット版
   〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 */

@media screen and (max-width: 1100px) {

.af_visual_wrap{
   position: relative;
   width: 100%;
   max-width: 1100px;
   margin: auto;
}

.af_menu_wrap{
   position: relative;
   overflow: hidden;
   width: 100%;
   margin: auto;
   display: none;
}

.af_ch01 img{
   position: absolute;
   width: 90%;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   margin: auto;
}


.af_menu li{
   padding: 5px 0;
   height: 60px;
   margin-right: 2px;
   margin-left: 10px;
   background-size: 100% 60px;
   background-position: center;
   background-repeat: no-repeat;
}


.af_top_anime{
   height: 70px;
   transition: height 1.6s ease-out;
}

.af_content_wrap{
   position: relative;
   overflow: hidden;
   background-image: url("../af_images/top/bg_002.jpg");
   padding-top: 70px;
}

.af_info_wrap{
   width: 95%;
   min-width: 95%;
}

.af_news_sys .day{
   width: 100%;
}

.af_news_sys .title{
   width: 100%;
}

.up_wrap{
   flex-wrap: wrap;
}


@keyframes smanim {
  00% {
  transform: scale(1.00);
  }
  100% {
  transform: translateY(-70px) scale(1.0);
}
}

}

/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
   スマホ版
   〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 */
@media screen and (max-width: 480px) {

body{
   font-size: 80%;
   background-size: 20% auto;
}


.af_head{
   display: none;
}

.af_head_m{
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 65px;
   transition: .5s;
   background-image: url("../af_images/tmp/bg_002.jpg");
   background-size: 20% auto;
   display: none;
}

.af_content_wrap{
   position: relative;
   overflow: hidden;
   background-image: url("../af_images/top/bg_002.jpg");
   padding-top: 65px;
}


.af_head_logo{
   position: absolute;
   width: 190px;
   top: 5px;
   left: 0;
   right: 0;
   margin: auto;
   display: none;
}

.af_ch01 img{
   position: absolute;
   width: 95%;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   margin: auto;
}

.af_top_anime{
   height: 65px;
   transition: height 1.6s ease-out;
}

.af_ch_anime{
   animation: smanim 1.6s;
   animation-iteration-count: 1;
   animation-fill-mode: forwards;
}

.af_visual_wrap{
   position: relative;
   width: 100%;
   max-width: auto;
   margin: auto;
}

.af_content_wrap{
   position: relative;
   overflow: hidden;
   background-image: url("../af_images/top/bg_002.jpg");
}

.af_info_wrap{
   flex-wrap: wrap;
}


.af_info_box{
   position: relative;
   width: 100%;
   margin-bottom: 30px;
}

.af_b_infomore{
   position: relative;
   width: 30%;
   margin: 20px auto;
}

.af_visual_wrap .b_modal{
	position: absolute;
	top: 27%;
	left: 25%;
	width: 50%;
	height: 10%;
	cursor: pointer;
}

@keyframes smanim {
  0% {
  transform: scale(1.00);
  }
  100% {
  transform: translateY(-100px) scale(1.0);
  }
}



}