@charset "UTF-8";
/* font setting */
.crimson-text-regular {
    font-family: "Crimson Text", serif;
    font-weight: 400;
    font-style: normal;
  }
body{
    background-image: url(/image/BackgroundImage.png) ;
    background-repeat: repeat;
    font-family: "hiragino-mincho-pron", sans-serif;
    font-weight: 300;
    font-style: normal;
}

/* Contents Style */
H1， H2， H3， H4， H5，H6{
    font-family:"hiragino-mincho-pron", sans-serif;
    font-weight: 600;
    font-style: normal;
}

section.Header,section.InformationArea,section.TodaysCastArea, section.TopicsCastArea, section.WhatsNewArea, section.NewCastArea, section.MailMagazineRegistration{
margin: auto;
    width: 1196px;
}

h2{
    font-family: "Crimson Text", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 48px;
    margin-top: 72px;
    line-height: 30px;
}
h2 span{
    font-size: 24px;
}
/* Clearfix Style */
.clearfix::after {
    content: "";
    display: block;
    clear: both;
 }

/* Header Style */
section.Header{
    display: block;
height: 100px;
}
.LogoArea{
    display: block;
    width: 20%;
    float: left;
}
.MenuWrap{
    display: block;
    width: 80%;
    float: left;
}
.HeadUpper{
    display: block;
    width: 950px;
    height: 40px;
}
.TimeInfo{
    width: 160px;
    float: left;
}
.OpenTime{
    width: 160px;
    float: left;
}
.MembersLoginArea{
    width: 400px;
    float: left;
}
.IDInput{
    width: 200px;
    float: left;
}
.PassInput{
    width: 190px;
    float: left;
}

.MenuArea{
    width: 950px;
    height: 50px;
    font-size: 16px;
    font-weight: 900;
} 
.MenuArea .Item{
    display: block;
    width: 88px;
    float: left;
    text-align: center;
}
.MenuArea .Item a{
    color: #000;
}
.MenuArea .Item a:hover{
    color: #B9B9B9;
transition: 0.5s;
}
.MenuArea .Item a span{
    font-family: "Crimson Text", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}
/* KeyVisual Style */
section.KeyVisualArea{
    display: block;
    width: 100%;
}
.KeyVisual{
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.5);
}
.KeyVisual H1{
    display: block;
    width: 1000px;
    margin: auto;
    z-index: 50;
}


/* Information Style */
section.InformationArea{
display: block;
}
.InformationWrap{
    display: block;
    margin: auto;
    margin-top: 24px;
    margin-bottom: 60px;
    width: 960px;
    background-color: #fff;
    opacity: 75%;
    border: 1px solid #B9B9B9;
}
.InformationWrap h3{
    font-family: "Crimson Text", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 36px;
    margin-top: 42px;
}
.InformationWrap p.InformationRead{
    font-size: 24px;
    padding: 36px 48px;
}
/* TodaysCast Style */
section.TodaysCastArea{
    display: block;
}
.CastListArea{
    display: block;
    width: 1200px;
    margin-bottom: 60px;
}
.CastWrap{
    display: block;
    position: relative;
    width: 280px;
    height: 450px;
    z-index: 10;
    border-radius: 2px;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.5);
    float: left;
    margin: 20px 10px;
}
.ProfileWrap{
    display: block;
    position: absolute;
    top: 344px;
    width: 100%;
    height: 106px;
    background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 30%, rgba(255,255,255,0) 100%);
    z-index: 50;
}
.ProfileWrap .Name{
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    margin-top: 12px;
}
.ProfileWrap .Details{
    text-align: center;
    font-size: 18px;
}
.ProfileWrap .Icons{
    display: block;
}
.ProfileWrap .Icons img{
    float: left;
    margin-top: 4px;
    margin-left: 12px;
}

/* Topics Style */
section.TopicsCastArea{
    display: block;
    height: 940px;
}
.CastInformation{
    display: block;
    margin: auto;
    margin-top: 60px;
    width: 1000px;
    position: relative;
}
.CastImage{
    display: block;
    position: absolute;
    width: 480px;
    height: 640px;
    background-color: #B9B9B9;
    border-radius: 2px;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.5);
    z-index: 100;
}
.CastInfo{
    display: block;
    position: absolute;
    top: 110px;
    left: 156px;
    width: 850px;
    height: 620px;
    border: 1px solid #B9B9B9;
    background-color: #FFF;
    opacity: 75%;
    z-index: 50;
}
.CastInfo h4{
    padding-top: 60px;
    padding-left: 400px;
    padding-bottom: 40px;
    font-size: 24px;
}
.CastInfo p.TxtRead{
    padding-left: 400px;
    font-size: 18px;
}

/* WhatsNew Style */
section.WhatsNewArea{
    display: block;
    margin-bottom: 80px;
}
.NewsArea{
    display: flex;
    margin: auto;
    margin-top: 40px;
    width: 1060px;
    background-color: #fff;
    opacity: 75%;

}
dl.NewsList{
    display: flex;
    flex-wrap: wrap;
    margin: 24px 52px;
}
dt.date{
    width: 16%;
    font-size: 18px;
}
dd.Article{
    width: 84%;
    font-size: 18px;
}


/* NewsCast Style */
section.NewCastArea{
    display: block;
}

/* MailMagazine Style */
section.MailMagazineRegistration{
    display: block;
}
.RegistrationWrapper{
    display: block;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 80px;
    width: 1060px;
    height: 380px;
    background-color: #FFF;
    border: 1px solid #B9B9B9;
    opacity: 75%;
}
.RegistrationWrapper p.read{
    font-size: 16px;
    margin-top: 40px;
    margin-left: 56px;
    line-height: 32px;
}

/* Footer Style */
section.FooterArea{
    display: block;
    width: 100%;
    padding-top: 40px;
    background-color: #000;
    opacity: 75%;
    height: 350px;

}
section.FooterArea p.Title{
    display: block;
    margin: auto;
    text-align: center;
    font-size: 15px;
    color: #FFF;
}
section.FooterArea p.Logo{
    display: block;
    margin: auto;
    margin-top: 120px;
    text-align: center;
    font-size: 24px;
    color: #FFF;
}
section.FooterArea p.Info{
    display: block;
    margin: auto;
    text-align: center;
    font-size: 24px;
    color: #FFF;

}
section.FooterArea p.CopyRight{
    display: block;
    margin: auto;
    margin-top: 52px;
    text-align: center;
    font-size: 15px;
    color: #FFF;
}


