body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
/*	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-size: 16px;
	color: #666666;
	line-height: 22px;
	position: relative;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
    font-family: YuMincho,'Yu Mincho',serif;

}

html {
	overflow-y: scroll;
	overflow-x: hidden;
}
a {
	color: #666666;
    text-decoration: none;
}
ul,li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.banner8831 {
    display: flex;
    justify-content: center;
    gap:10px;
    margin: 10px auto;
}
.hsp50 {
    height: 50px;
    clear: both;
}
.hsp20 {
    height: 20px;
    clear: both;
}
.wrapper {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 50px;
}
h1 {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1em;
    background-color: #000;
    color: #fff;
}
.header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100px;
    background-color: rgba(0,0,0,0.8);
/*    mix-blend-mode: difference; */
    display: flex;
    justify-content: space-between;
}
.logo {
    margin:0;
}
.header_nav {
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap:10px;
    width: auto;
    max-width: 650px;
    height: 100px;
}
.header_nav > li > a {
    display: block;
    height: 50px;
    padding: 40px 0 10px 0;
    color: #fff;
}

.header_nav li li {
    height: 0;
    width: 100px;
    overflow: hidden;
    transition: .5s;
}
.header_nav li li a {
    display: block;
    height: 30px;
    border-top: 1px solid rgba(255,255,255,0.30);
    padding-top: 10px;
    padding-left: 10px;
}
.header_nav li > ul {
    height: 40px;
}
.header_nav li:hover > ul > li {
    height: 40px;
    overflow: visible;
}
.header_nav li:hover a {/*親階層*/
}
.header_nav li > ul > li a {/*子階層*/
    background:  rgba(0,0,0,0.70);
    color: #fff;
}
.header_nav li li:hover a {
    background:   rgba(255,255,255,0.40);
    color: #000;
}




.header_right {
    margin: 30px;
}
.header_address {
    text-align: right;
    color: #fff;
    margin: 0;
}
/*
.header_address::before {
  content:'\f015';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
    color: #888;
  margin-right:5px;
}
*/
.header_shopdata {
    text-align: right;
    color: #fff;
    margin: 0;
/*
    background-color: #fff;
    border-radius: 10px;
    padding: 0 10px;
*/
}
.fa-solid {
    color: #888;
    margin: 0 5px;
}
/*
.header_shopdata::before {
  content:'\f017';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
    color: #888;
  margin-right:5px;
}
*/

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    box-sizing: border-box;
    margin-left: 500px;
    width: 680px;
    font-size: 1.2em;
    font-weight: bold;
    font-variant-caps: small-caps;
    font-style: italic;
    text-align: center;
}
.menu li {
    height: 30px;
    margin-top: 10px;
    padding:0 20px;
     border-right: 2px double #9c650c;
    transform: skewX(150deg);
}
.menu li span {
    display: block;
     margin: 0;
    padding: 0;
   transform: skewX(-150deg);
}
.menu li span a {
    color: #000;
    display: block;
    margin: 0;
    padding: 0;
}
.menu li:first-child {
border-left: 2px double #9c650c;
}
.menu_en {
    font-size: 0.6em;
    margin: 0;
    padding: 0;
    margin-top: -6px;
    color:#9c650c;
}


.footer {
    text-align: center;
}
.footer_menu {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 1180px;
    font-size: 1.6em;
    line-height: 1em;
    font-variant-caps: small-caps;
    font-style: italic;
    text-align: center;
    gap: 20px 30px;
    justify-content: center;
}
.footer_menu li {
}

.sp-slide a img {
    width: auto;
    height: auto;
}
.covergirl .slick-slide img {
    margin: auto 0;
    width: 100%;
    height: auto;
}

.lottery {
	width: 100%;
	height: 30px;
	margin: 10px auto 0 auto;
  overflow: hidden; 
  position: relative;
}
.lottery::after {
  content: "";
  white-space: nowrap;
  display: inline-block;
}
.lottery > p {
	line-height: 26px;
	font-size: 24px;
	color: #9A822E;
	margin: 0;
	padding: 0;
  position: absolute;
  top: 0;
  white-space: nowrap;
  animation-name: marquee;
  animation-timing-function: linear;
  animation-duration: 30s;
  animation-iteration-count: infinite;
}
@keyframes marquee {
    0% { left: 100%; transform: translate(0); }
  100% { left: 0; transform: translate(-100%); }
}

h2 {
    color: #6d81ff;
    font-size: 2em;
    line-height: 1.2em;
    margin: 20px;
    font-style: italic;
    text-align: center;
}
.middle-line {
    text-decoration: line-through;
}

h3 {
    color: #6d81ff;
    font-size: 2em;
    line-height: 1.2em;
    margin: 10px;
    font-style: italic;
}

.bg_black {
    background-color: #000;
    width: 100%;
    color: #fff;
}
.bg_black h2 {
    color: #fff;
}
.title-jp {
    font-size: 0.8em;
}
.title_h2_jp {
}

.information_area {
    display: flex;
    width: 800px;
    margin: 20px auto;
}
.information_area2 {
    display: flex;
    justify-content: center;
    max-width: 100%;
    width: 1000px;
    margin: 20px auto;
}
.information_area h2 {
    margin: 0;
}
.information_area2 h2 {
    margin: 0;
}
.information_list {
    width: auto;
    text-align: left;
    margin-left: 20px;
}
.information_list2 {
    width: auto;
    text-align: left;
    margin-left: 20px;
}
.information_list li a {
    display: flex;
    align-items: flex-start;
    font-size: 1.2em;
    line-height: 1.4em;
    margin: 0 0 5px 0;
}
.information_list2 li {
    display: flex;
    align-items: center;
    height: 54px;
    margin: 0 0 2px 10px;
}
.information_list2 li a {
    display: flex;
    font-size: 1.2em;
    line-height: 1.4em;
}
.information_list_thumb {
    width: auto;
    height: 50px;
}
.information_date {
/*
    background-color: #747474;
    color: #000;
*/
    font-size: 0.7em;
    font-weight: bolder;
    padding: 2px 5px;
    margin: 0;
    height: 0.8em;
}
.information_text {
    margin: 0 0 0 5px;
}

.top_newface {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.top_newface li {
    width: 49%;
    border: 1px solid #ADADAD;
}
.top_newface li a {
    display: flex;
    align-items: flex-start;
    padding: 10px;
}
.top_newface_thumb {
    width: 170px;
}
.top_newface_right {
    color: #fff;
    margin-left: 10px;
}
.top_newface_name {
    font-size: 2em;
    margin: 0;
}
.top_newface_size {
    margin: 0;
}
.top_newface_name span {
    font-size: 0.6em;
}
.top_newface_icon {
    display: flex;
    flex-wrap: wrap;
}
.top_newface_comment {
    margin: 5px 0 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden; 
}
.top_newface_icon li {
    width: auto;
    font-size: 0.8em;
    font-weight: bold;
/*    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";*/
    margin-right: 5px;
    border: none;
    border-radius: 10px;
    background-color: #fff;
    color: #000;
    min-width: 50px;
    text-align: center;
    padding: 0 10px;
    margin-top: 5px;
}

.contents_slider {
}
.slick-slide img {
    margin-right: 10px;
    border: 1px solid #888;
}
.bg_black .slick-dots li button::before {
    color: #fff!important;
}
.movie_slider li img {
}
.banner_slider li img {
    width: 600px;
    height: auto;
}


.profile_page {
    display: flex;
    justify-content: space-between;
}
.profile_left {
    width: 400px;
}
.profile_right {
    border: 1px solid #c4ccff;
    border-bottom: none;
    width: 100%;
    max-width: 780px;
    min-height: 600px;
}
.profile-title {
    font-size: 3em;
    line-height: 0.4em;
    text-align: center;
}
.profile-title .title-jp {
    font-size: 0.4em;
    line-height: 1em;
    text-align: center;
}

.profile-name {
    font-size: 3em;
    line-height: 0.6em;
    margin: 20px;
    padding: 0;
    color: #6d81ff;
}

.profile-size {
    font-size: 1.6em;
    line-height: 0.6em;
    margin: 10px 20px;
    padding: 0;
    color: #6d81ff;
}
.profile-hitokoto {
    font-size: 1.4em;
    line-height: 0.6em;
    margin: 20px;
    color: #6d81ff;
}
.profile-comment {
    font-size: 1.4em;
    line-height: 1.4em;
    color: #6d81ff;
    margin: 10px auto;
    width: 1080px;
}
.profile-banner {
    margin-top: 10px;
    width: 100%;
}

.profile-message-text {
    width: 80%;
    margin-top: 0;
    margin-left: 20px;
    color: #ff5bcf;
/*    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";*/
    font-size: 1.4em;
    line-height: 1.4em;
}
.arrow_box{
    position:relative;
    background:#FFFFFF;
    padding:10px;
    border:1px solid #6D81FF;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.arrow_box:after,.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:100%;
    top:33%;
}
.arrow_box:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:9px;
    border-bottom-width:9px;
    border-left-width:9px;
    border-right-width:9px;
    margin-top: -9px;
    border-right-color:#FFFFFF;
}
.arrow_box:before{
    border-color: rgba(109, 129, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-top: -10px;
    margin-right: 1px;
    border-right-color:#6D81FF;
}

.profile_icon {
	display: flex;
    width: 100%;
    margin: 20px;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}

.profile_icon li {
    width: auto;
/*    font-size: 0.8em;*/
/*    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";*/
    font-weight: bold;
    margin-right: 5px;
    border: none;
    border-radius: 10px;
    background-color: #6d81ff;
    color: #fff;
    min-width: 50px;
    text-align: center;
    padding: 0 10px;
    margin-top: 5px;
}
.profile_tbl {
    width: 100%;
    margin: 10px auto 0 auto;
    border-top: 1px solid #c4ccff;
    border-bottom: 1px solid #c4ccff;
    box-sizing: border-box;
    border-collapse:collapse
}
.profile_tbl tr {
    border-bottom: 1px solid rgba(30,65,60,0.25);
}
.profile_tbl tr:last-child {
    border-bottom: none;
}
.profile_tbl td {
    color: #6d81ff;
    font-size: 20px;
    padding: 20px;
}
.profile_tbl td:nth-child(1) {    
    background-color: rgba(109,129,255,0.08);
}
.profile_schedule td:nth-child(1) {    
    width: 200px;
}
.profile_tbl td:nth-child(2) {
    background-color: rgba(255,255,255,0.50);
}
.profile_tbl .profile_tbl_top {
    background-color: rgba(255,255,255,0.50)!important;
}

.prof_schedule {
    width: 1180px;
    margin: 10px auto;
    border: 1px solid #6d81ff;
    box-sizing: border-box;
    border-collapse:collapse
}
.prof_schedule tr {
  border-bottom: 1px solid rgba(30,65,60,0.25);
}
.prof_schedule tr:first-child {
    background-color: rgba(154,104,51,0.08);
}
.prof_schedule tr:last-child {
    height: 100px;
}

.prof_schedule tr td {
    border: 1px solid rgba(30,65,60,0.25);
    background-color: rgba(255,255,255,0.50);
  padding: 10px;
    font-size: 1.2em;
    text-align: center;
}
.prof_schedule_saturday {
    background-color: rgba(0,52,255,0.10)!important;
}
.prof_schedule_sunday {
    background-color: rgba(255,51,51,0.10)!important;
}

.castList {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  color: #6d81ff;
}
.castList__2rin {
	position: absolute;
    top:9px;
    right:7px;
    z-index: 3;
}

.castList__ranking {
    font-weight: bold;
    color: #fff;
    background-color: rgba(110,130,255,0.60);
    margin: 2px auto;
    padding: 2px;
    position: absolute;
    bottom: 70px;
    left:0;
    z-index: 10;
    width: 98%;
}
.castList__ranking .fa-crown {
    color: #fff;
}

.list_sche_comment {
    text-align: center;
    margin: 5px 0 -5px 0;
/*    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";*/
    color: rgba(255,0,4,0.80);
    font-weight: bold;
}

.castList .castList__items {
  display: grid;
    box-sizing: border-box;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-auto-rows: 1fr;

}
@media only screen and (min-width: 640px), print {
.castList .castList__items {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
  }
.ranking_list .castList__items {
}

.castList .castList__item {
    font-feature-settings: "palt";
	border: #888 solid 1px;
	padding: 10px;
}
.castList__namearea {
/*
    position: absolute;
    height: 100px;
*/
    width: 100%;
/*
    bottom:5px;
    z-index: 2;
    color: #fff;
    background: rgb(153,103,54);
    background: linear-gradient(0deg, rgba(153,103,54,1) 0%, rgba(153,103,54,0) 100%);
*/
    display: flex;
    flex-flow: column;
    justify-content:flex-end;
}
.castList .castList__name {
    font-size: 1.4em;
    line-height: 0.6em;
    margin: 0 10px;
	text-align: center;
}
.castList__name__en {
    font-size: 0.6em;
	text-align: center;
    line-height: 0.6em;
}

.castList .castList__link {
  display: block;
	height: 100%;
  text-decoration: none;
    position: relative;
}

.castList .castList__photo {
/*  overflow: hidden;*/
  text-align: center;
  position: relative;
    z-index: 1;
}
.castList .castList__newmark {
  position: absolute;
    top: -10px;
    left: -10px;
    z-index: 10;
    width: 70px;
    height: 70px;
}


.castList .castList__image {
  width: 100%;
  height: auto;
}

.castList .castList__size {
	font-size: 0.9em;
	text-align: center;
    margin: 0;
}
.castList .castList__comment {
    line-height: 1em;
 margin: 0px 3px;
	text-align: center;
  color: #6d81ff;
}
.castList .castList__time {
    font-weight: bold;
    line-height: 1.6em;
 margin: 0;
	text-align: center;
    color: #fff;
    background-color: #6d81ff;
    font-feature-settings: "palt";
}

.castList .castList__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	max-width: 90%;
	margin: 0 auto;
}

.castList .castList__icon li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
    position: relative;
    text-align: center;
	color: #fff;
	font-size: 0.7em;
  text-align: center;
  margin: 2px;
	padding: 0 5px;
}
.castList .castList__icon li::after {
	height: 100%;
    transform: skewX(-30deg);
    content: ""; /*ãƒœãƒƒã‚¯ã‚¹ã‚’ä½œã‚‹*/
    position: absolute;ã€€/*ãƒã‚¸ã‚·ãƒ§ãƒ³ã§ä¸­å¤®ã«é…ç½®*/
    top: 0; bottom: 0; left: 0; right: 0;
    background-color:#bb8600;
	z-index: -1;
}

.system_img {
    display: block;
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 10px auto 0 auto;
}
.system_card {
    width: auto;
    height: 60px;
}
.system_card_container {
padding: 0!important;
}
.system_text_m {
    font-style: italic;
    font-weight: bolder;
    font-size: 1.4em;
    line-height: 1.4em;
    text-align: center;
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 10px auto 0 auto;
}
.system_tbl {
    width: 1000px;
    margin: 10px auto;
    border: 1px solid #6d81ff;
    box-sizing: border-box;
    border-collapse:collapse
}
.system_tbl tr {
    border-bottom: 1px solid rgba(30,65,60,0.25);
}
.system_tbl tr:last-child {
    border-bottom: none;
}
.system_tbl td {
    color: #6d81ff;
    font-size: 20px;
    padding: 20px;
}
.system_tbl td:nth-child(1) {
    background-color: rgba(154,104,51,0.08);
}
.system_tbl td:nth-child(2) {
    background-color: rgba(255,255,255,0.50);
}

.schedule_tbl {
    width: 1200px;
    margin: 10px auto;
    border: 1px solid #6d81ff;
    box-sizing: border-box;
    border-collapse:collapse
}
.schedule_tbl td {
    border-right: 1px solid rgba(30,65,60,0.50);
    background-color: rgba(255,255,255,0.50);
    padding: 0;
}
.schedule_tbl td.active {
    border: 2px solid #9C0002;
    background-color: rgba(255,0,4,0.50);
}
.schedule_tbl td.active a {
    color: #fff;
}
.schedule_tbl td:last-child {
    border-right: none;
}
.schedule_tbl td a {
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 0;
    padding: 20px;
}
.saturday a {
    background-color: rgba(0,52,255,0.20);
}
.sunday a {
    background-color: rgba(255,51,51,0.20);
}
.attention_large {
    font-size: 3em;
    text-align: center;
}
.attention_small {
    font-size: 1.4em;
    line-height: 1.4em;
    text-align: center;
}
.align_left {
    text-align: left;
    margin-left: 10px;
}
.banner {
    width: 100%;
    height: auto;
    margin: 10 auto 0 auto;
}
.banner620 {
    display: block;
    width: 100%;
    max-width: 620px;
    height: auto;
    margin: 10px auto 0 auto;
}
.banner295 {
    display: block;
    width: 100%;
    max-width: 295px;
    height: auto;
    margin: 10px auto 0 auto;
}
.banner1920_wcast {
    width: 100%;
    height: 300px;
    background-image: url("../images/banner1980_wcast2.jpg");
    background-size: cover;
    background-position: center center;
}
.flex2 {
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 98%;
	height: auto;
	margin: 0 auto;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flex2 div p {
	width: 500px;
    text-align: center;
    font-size: 1.2em;
	min-width: 100%;
	word-wrap: break-word;
	color: #ba9f5b;
}
.flex2 div .banner {
	width: 46%;
}

.flex3 {
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
}

.top_banner {
    display: flex;
    flex-wrap: wrap;
    width: 1180px;
    margin: 10px auto;
    box-sizing: border-box;
    gap:8px;
}
.top_banner li {
    width: calc((100% / 2) - 5px);
}
.top_banner li a {
    display: block;
}
.top_banner li a img {
    width: 100%;
    heigt: auto;
}

.banner2col {
    width: 600px;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
}
.banner2col li {
    width: 295px;
}

.banner3col {
    width: 900px;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
}
.banner3col li {
    width: 33%;
}

/* ドロップダウンメニュー */
.header_nav li:hover .drop-menu-list {
  visibility: visible; /* 下層メニューを表示 */
}
.drop-menu {
  position: relative;
}
.drop-menu-list {
  background-color: #696969; /* ドロップダウンメニューの背景色 */
  left: 0;
  position: absolute;
  top: 100%;
  visibility: hidden; /* 下層メニューを非表示 */
  width: 200px;
  z-index: 1;
}
.drop-menu-item a {
    height: 30px!important;
    padding: 10px!important;
    padding-top: 20px!important;
    border-bottom: 1px solid #fff;
}

.contents_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap:10px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.contents_thumb {
    width: 300px;
    height: auto;
}

.profile_left .contents_thumb {
    width: 100%;
}

.contents_link_area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 400px;
}
.contents_link {
    text-align: center;
    padding: 5px 10px;
    margin: 0;
    background: rgba(109,129,255,0.60);
    color: #fff;
}



