@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: 16px;
	font-weight: 700;
	line-height: 1.7;
	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: center;
     overflow: hidden;
}
#arienaiho header .header_inner{
    display: grid;
    grid-template-columns: 2fr 3fr 2fr;
    width: 90%;
    max-width: 1400px;
    height: 100%;
    max-height: 460px;
    aspect-ratio: 1400 / 460;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}
#arienaiho header .header_inner img{
    display: block;
}
#arienaiho header .header_inner .main_logo_wrap{
    position: relative;
}
#arienaiho header .header_inner .main_logo_wrap img{
    position: absolute;
    top: 0;
    left: -2%;
}
/* #arienaiho header .header_inner{
    display: flex;
    align-items: center;
    justify-content: center; */

    /* gap: 7%; */
    /* padding: 20px 50px; */

     /* position: relative;
    z-index: 0;
    max-width: 1400px;
    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: 400px;
    position: absolute;
    z-index: -1;
}
#arienaiho header .header_inner::before{
    bottom: -130px;
    left: -90px;
}
#arienaiho header .header_inner::after{
    top: -130px;
    right: -90px;
} */
/* #arienaiho header .main_logo{
	width: 43%;
    aspect-ratio: 559 / 426;
    padding: 1%;
}

#arienaiho header .main_ph{
	transform: translateY(3px);
	/* max-width: 600px; */
	/* width: 47%; */
    /* height: 100%; */
/*} */

/*--------------------
        放送日時
---------------------*/
#arienaiho .onair_cont{
    background-image: linear-gradient(90deg, #b70000, #0816a5);
    position: relative;
}

#arienaiho .onair_wrap {
    padding: 10px;
}
#arienaiho .onair_contentswrap {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
#arienaiho .onair_flexwrap_box {
    background: #eee;
    display: flex;
    justify-content: center;
    gap: 4rem;
    padding: 1.8rem;
    position: relative;
    z-index: 10;
    filter: drop-shadow(3px 3px 10px #777);
}
#arienaiho  .tvicon_wrap {
    display: flex;
    align-items: center;
    gap: 2rem;
}
#arienaiho  .tv_logo {
    width: 180px;
    filter: drop-shadow(3px 3px 3px #777);
}
#arienaiho .onair_txt {
    font-family: 'Noto Sans JP',"MS PGothic";
    font-size: 2.4rem;
    font-weight: 600;
    color: #2c1900;
}

/*--------------------
         配信
---------------------*/
#arienaiho .stream_link{
    transition: .2s;
}
#arienaiho .stream_link:hover{
    opacity: .5;
}

/*--------------------
        番組内容
---------------------*/
#arienaiho .about{
    position: relative;
    z-index: 0;
    background-image: linear-gradient(0deg, #ffffcc, #ffe5a9 74%, #556994);
    padding-bottom: 10vh;
}
#arienaiho .about::before{
    content: "";
    width: 100%;
    background: url("../images/texture01.png") no-repeat top center;
    background-size: cover;
    padding-top: 300%;
    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: 8%;
}
#arienaiho .hukidashi{
    position: relative;
}

#arienaiho .vortex{
    position: absolute;
    width: 620px;
    aspect-ratio: 1/1;
    background: url("../images/bg_vortex.png") no-repeat center;
    background-size: contain;
    top: -70%;
    left: -50%;
    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: 2.3rem;
   font-weight: 600;
   color: #fff;
   position: absolute;
   top: 38%;
   left: 50%;
   transform: translate(-50%,-50%);
   text-shadow: 0 0 10px #555;
}
#arienaiho .temichan{
    width: 250px;
}


/*--------------------
        番宣
---------------------*/
#arienaiho .movie_wrap {
    position: relative;
    z-index: 0;
}
#arienaiho .movie {
    width: 45%;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    padding: 10px;
    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 {
    text-align: center;
    font-size: 2rem;
    line-height: 2;
    padding: 4% 4% 3%;
}
#arienaiho .book {
    position: relative;
    margin: 0 auto;
}
#arienaiho .book_img{
    display: block;
    max-width: 900px;
    width: 80%;
    margin: 0 auto;
}
#arienaiho .book_txt {
    font-family: 'Noto Sans JP',"MS PGothic";
    font-size: clamp(2rem, 0.137rem + 3.89vw, 4.8rem);
    font-weight: 800;
    white-space: nowrap;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffcf28;
    text-shadow: rgb(44, 25, 0) 3px 0px 0px, rgb(44, 25, 0) 2.83487px 0.981584px 0px, rgb(44, 25, 0) 2.35766px 1.85511px 0px, rgb(44, 25, 0) 1.62091px 2.52441px 0px, rgb(44, 25, 0) 0.705713px 2.91581px 0px, rgb(44, 25, 0) -0.287171px 2.98622px 0px, rgb(44, 25, 0) -1.24844px 2.72789px 0px, rgb(44, 25, 0) -2.07227px 2.16926px 0px, rgb(44, 25, 0) -2.66798px 1.37182px 0px, rgb(44, 25, 0) -2.96998px 0.42336px 0px, rgb(44, 25, 0) -2.94502px -0.571704px 0px, rgb(44, 25, 0) -2.59586px -1.50383px 0px, rgb(44, 25, 0) -1.96093px -2.27041px 0px, rgb(44, 25, 0) -1.11013px -2.78704px 0px, rgb(44, 25, 0) -0.137119px -2.99686px 0px, rgb(44, 25, 0) 0.850987px -2.87677px 0px, rgb(44, 25, 0) 1.74541px -2.43999px 0px, rgb(44, 25, 0) 2.44769px -1.73459px 0px, rgb(44, 25, 0) 2.88051px -0.838247px 0px;
    filter: drop-shadow(0px 0px 20px #fff);
}

/*--------------------
        出演者
---------------------*/
#arienaiho .cast{
    position: relative;
    z-index: 0;
}
#arienaiho .cast_inner{
    position: relative;
    padding: 6%;
    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;
}
#arienaiho .cast_cont{
    max-width: 900px;
    margin: 0 auto;
}
#arienaiho .cast_title{
    position: relative;
    text-align: center;
    margin-bottom: 10%;
}
#arienaiho .cast_title_frame{
    width: 300px;
}

#arienaiho .cast_frame{
    position: relative;
    background: url("../images/cast_frame_middle.png") repeat-y center top;
    background-size: 100% auto;
    max-width: 1100px;
    padding: 7%;
    box-sizing: border-box;
    margin: 0 auto;
}
#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.8rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#arienaiho .cast_ph{
    max-width: 220px;
    /* text-align: center; */
    border: 3px solid #4e3408;
}
#arienaiho .card{
    width: calc((100% - 40px) / 3);
}

#arienaiho .card_wrap{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 15%;
    gap: 20px;
}
#arienaiho .ph_wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#arienaiho .name_wrap{
     display: flex;
     flex-direction: column;
     align-items: center;
     margin-top: 5px;
}
#arienaiho .affiliation{
	font-family: 'Noto Sans JP',"MS PGothic";
	font-size: 2.5rem;
	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 10px #fff); */
}
#arienaiho .name_small{
    font-size: 0.8em;
}

#arienaiho .name_sub{
    font-size: 1.6rem;
}

#arienaiho .name{
    font-size: 2.2rem;
}

#arienaiho .sp {
	display: none!important;
}