@charset "utf-8";
#arienaiho .fadeIn {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
}
#arienaiho {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	font-family: "Noto Serif JP","游明朝","Yu Mincho",YuMincho,"Hiragino Mincho Pro",serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.7;
	text-align: justify;
	color: #2c1900;
	overflow: hidden;
}
#arienaiho img{
	width: 100%;
	vertical-align: bottom;
}

/*--------------------
      ヘッダー画像
---------------------*/
#arienaiho header{
     background-image: linear-gradient(40deg, #e3dab1, #e3dab1 7%, #ffea73 27%, #fffae7 32%, #ffea73 89%);
    position: relative;
    z-index: 10;
    background-image: url(../images/header-bg.jpg);
    background-size: cover;
    background-position: 49% 50%;
    overflow: hidden;
}
#arienaiho header .header_inner{
    position: relative;
    z-index: 0;
    padding-top: 5%;
    width: 90%;
    margin: 0 auto;
}
/* #arienaiho header .header_inner::before,
#arienaiho header .header_inner::after{
    content: "";
    display: block;
    background: url("../images/header_line.png") no-repeat;
    background-size: contain;
    aspect-ratio: 674 / 736;
    width: 200px;
    position: absolute;
    z-index: -1;
}
#arienaiho header .header_inner::before{
    bottom: -60px;
    left: -90px;
}
#arienaiho header .header_inner::after{
    top: -60px;
    right: -90px;
} */
/* #arienaiho header .main_logo{ */
	/* width: 90%; */
	/* padding: 5% 5% 0;
	margin: 0 auto;
}

#arienaiho header .main_ph{
	width: 92%;
	margin: 0 auto;
} */

/*--------------------
        放送日時
---------------------*/
#arienaiho .onair_cont{
    background-image: linear-gradient(90deg, #b70000, #0816a5);
    position: relative;
}

#arienaiho .onair_wrap {
    padding: 3% 4%;
}

#arienaiho .onair_contentswrap {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
#arienaiho .onair_flexwrap_box {
    background: #eee;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    padding: 1.5rem;
    position: relative;
    z-index: 10;
    filter: drop-shadow(3px 3px 10px #777);
}
#arienaiho  .tvicon_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
#arienaiho  .tv_logo {
    width: 90px;
    filter: drop-shadow(3px 3px 3px #777);
}
#arienaiho .onair_txt {
    font-family: 'Noto Sans JP',"MS PGothic";
    font-size: 1.8rem;
    font-weight: 600;
    color: #2c1900;
}

/*--------------------
        番組内容
---------------------*/

#arienaiho .about{
    position: relative;
    z-index: 0;
    background-image: linear-gradient(0deg, #ffffcc, #ffe5a9 74%, #556994);
    padding-bottom: 9vh;
}
#arienaiho .about::before{
    content: "";
    width: 100%;
    background: url("../images/texture01.png") no-repeat top center;
    background-size: cover;
    padding-top: 400%;
    position: absolute;
    top: 0;
    z-index: -1;
    mix-blend-mode: overlay;
}
#arienaiho .about::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    aspect-ratio: 1280 / 520;
    background: url("../images/bg_line.png") no-repeat center bottom;
    background-size: cover;
    z-index: -1;
}
#arienaiho .about_intro{
    display: flex;
    justify-content: center;
    padding: 12% 5% 10%;
}
#arienaiho .hukidashi{
    position: relative;
}
#arienaiho .vortex{
    position: absolute;
    width: 110%;
    aspect-ratio: 1/1;
    background: url("../images/bg_vortex.png") no-repeat center;
    background-size: contain;
    top: -65%;
    left: -30%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
#arienaiho .rotate{
    animation: rotateAnime 30s linear infinite;
}

@keyframes rotateAnime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#arienaiho .hukidashi_frame,
#arienaiho .hukidashi_txt{
    position: relative;
    z-index: 1;
}

#arienaiho .hukidashi_frame{
    /* opacity: .9; */
}

#arienaiho .hukidashi_txt{
   width: max-content;
   font-size: 3.7vw;
   font-weight: 800;
   line-height: 1.5;
   color: #fff;
   text-shadow: 0 0 10px #555;
   position: absolute;
   top: 42%;
   left: 50%;
   transform: translate(-50%,-50%);
}


#arienaiho .temichan{
    width: 220px;
}


/*--------------------
        番宣
---------------------*/
#arienaiho .movie_wrap {
    position: relative;
    z-index: 0;
}

#arienaiho .movie {
    width: 90%;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    padding: 6px;
    background-image: linear-gradient(90deg, #ffab00, #ffffcc 50%, #ffab00);
}

#arienaiho .ytCont {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    order: 1;
}

#arienaiho .ytCont iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

#arienaiho .movie_txt {
    font-size: 1.6rem;
    line-height: 2;
    padding: 8% 5%;
    margin-bottom: 14%;
}

#arienaiho .book {
    position: relative;
    margin: 0 auto;
}

#arienaiho .book_img{
    display: block;
    width: 90%;
    margin: 0 auto;
}

#arienaiho .book_txt {
    font-family: 'Noto Sans JP',"MS PGothic";
    font-size: 2.8rem;
    font-weight: 800;
    white-space: nowrap;
    text-align: center;
    line-height: 1.4;
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffcf28;
    text-shadow: rgb(44, 25, 0) 2px 0px 0px, rgb(44, 25, 0) 1.75517px 0.958851px 0px, rgb(44, 25, 0) 1.0806px 1.68294px 0px, rgb(44, 25, 0) 0.141474px 1.99499px 0px, rgb(44, 25, 0) -0.832294px 1.81859px 0px, rgb(44, 25, 0) -1.60229px 1.19694px 0px, rgb(44, 25, 0) -1.97998px 0.28224px 0px, rgb(44, 25, 0) -1.87291px -0.701566px 0px, rgb(44, 25, 0) -1.30729px -1.5136px 0px, rgb(44, 25, 0) -0.421592px -1.95506px 0px, rgb(44, 25, 0) 0.567324px -1.91785px 0px, rgb(44, 25, 0) 1.41734px -1.41108px 0px, rgb(44, 25, 0) 1.92034px -0.558831px 0px;
    filter: drop-shadow(0px 0px 20px #fff);
}

/*--------------------
        出演者
---------------------*/
#arienaiho .cast{
    position: relative;
    z-index: 0;
}

#arienaiho .cast_inner{
    position: relative;
    padding: 5%;
    box-sizing: border-box;
    background: url("../images/texture02.png") no-repeat center/cover;
}

#arienaiho .cast_inner::before{
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(
        90deg,
        #ffab00,
        #ffffcc 50%,
        #ffab00
    );
    mix-blend-mode: color-burn;
    z-index: 0;
    padding: 0px;
}

#arienaiho .cast_title{
    position: relative;
    text-align: center;
    margin-bottom: 15%;
}
#arienaiho .cast_title_frame{
    width: 180px;
}

#arienaiho .cast_frame{
    position: relative;
    background: url("../images/cast_frame_middle.png") repeat-y center top;
    background-size: 100% auto;
    padding: 15% 5% 5%;
    box-sizing: border-box;
}

#arienaiho .cast_frame::before,
#arienaiho .cast_frame::after{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    pointer-events: none;
}

#arienaiho .cast_frame::before{
    top: 0;
    aspect-ratio: 1135 / 160;
    background: url("../images/cast_frame_top.png") no-repeat top center;
    background-size: 100% 100%;
}

#arienaiho .cast_frame::after{
    bottom: 0;
    aspect-ratio: 1135 / 160;
    background: url("../images/cast_frame_bottom.png") no-repeat bottom center;
    background-size: 100% 100%;
}

#arienaiho .cast_title_txt{
    font-size: 2.2rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#arienaiho .card_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 15px;
    margin-bottom: 15%;
}
#arienaiho .card{    
    width: calc((95% - 20px) / 2);
    margin-bottom: 5%;
}
#arienaiho .ph_wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#arienaiho .name_wrap{
     display: flex;
     flex-direction: column;
     align-items: center;
     margin-top: 3px;
}

#arienaiho .affiliation{
	font-family: 'Noto Sans JP',"MS PGothic";
	font-size: 1.7rem;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 20px;
	color: #fff;
	text-shadow: rgb(72, 44, 0) 3px 0px 0px, rgb(72, 44, 0) 2.83487px 0.981584px 0px, rgb(72, 44, 0) 2.35766px 1.85511px 0px, rgb(72, 44, 0) 1.62091px 2.52441px 0px, rgb(72, 44, 0) 0.705713px 2.91581px 0px, rgb(72, 44, 0) -0.287171px 2.98622px 0px, rgb(72, 44, 0) -1.24844px 2.72789px 0px, rgb(72, 44, 0) -2.07227px 2.16926px 0px, rgb(72, 44, 0) -2.66798px 1.37182px 0px, rgb(72, 44, 0) -2.96998px 0.42336px 0px, rgb(72, 44, 0) -2.94502px -0.571704px 0px, rgb(72, 44, 0) -2.59586px -1.50383px 0px, rgb(72, 44, 0) -1.96093px -2.27041px 0px, rgb(72, 44, 0) -1.11013px -2.78704px 0px, rgb(72, 44, 0) -0.137119px -2.99686px 0px, rgb(72, 44, 0) 0.850987px -2.87677px 0px, rgb(72, 44, 0) 1.74541px -2.43999px 0px, rgb(72, 44, 0) 2.44769px -1.73459px 0px, rgb(72, 44, 0) 2.88051px -0.838247px 0px;
	/* filter: drop-shadow(0px 0px 5px #fff); */
}
#arienaiho .cast_ph{
	    border: 3px solid #4e3408;
}
#arienaiho .name_small{
    font-size: 0.8em;
}
#arienaiho .name_sub{
    font-size: 1.2rem;
}
#arienaiho .name{
    font-size: 1.8rem;
}

#arienaiho .pc {
	display: none!important;
}