body {
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans",
    "�q���M�m�p�S�V�b�N", YuGothic, "Yu Gothic", "���C���I", Meiryo,
    "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
}

.a_block {
  display: block;
}

.borderbox {
  box-sizing: border-box;
}

/* background color */
.bg_none {
  background: 0 0 !important;
}

.bg_blue3 {
  background: #4c6ef5;
}

/* text color */
.col_white {
  color: #fff;
}
.col_af {
  color: #afafaf;
}
.col_b5 {
  color: #b5b5b5;
}
.col_2c {
  color: #2c2c2c !important;
}
.col_76 {
  color: #767676;
}
.col_emerald {
  color: #009a85;
}
.col_green {
  color: #21ac9a !important;
}
.col_mustard {
  color: #efae00 !important;
}
.col_pink {
  color: #ff538c !important;
}

/* font size */
@media (max-width: 375px) {
  .fs_m {
    font-size: 12px;
  }
}

@media (min-width: 375px) {
  .fs_m {
    font-size: 14px;
  }
}
.fs_10 {
  font-size: 10px;
}
.fs_11 {
  font-size: 11px;
}
.fs_12 {
  font-size: 12px;
}
.fs_13 {
  font-size: 13px;
}
.fs_14 {
  font-size: 14px;
}
.fs_15 {
  font-size: 15px;
}
.fs_16 {
  font-size: 16px;
}
.fs_7s {
  display: block;
  font-size: 10px;
  transform: scale(0.7);
}
.fwb {
  font-weight: bold;
}

/* line-height */
.lh12em {
  line-height: 1.2em;
}

.lh13em {
  line-height: 1.3em;
}

.lh14em {
  line-height: 1.4em;
}

.lh15em {
  line-height: 1.5em;
}

/* width */
.w30 {
  width: 30px;
}
.w40 {
  width: 40px;
}
.w60 {
  width: 60px;
}

/* margin */
.mat_16 {
  margin-top: 16px;
}
.mat_20 {
  margin-top: 20px;
}
.mat_30 {
  margin-top: 20px;
}
.mab_4 {
  margin-bottom: 8px;
}
.mab_8 {
  margin-bottom: 8px;
}
.mab_10 {
  margin-bottom: 10px;
}
.mat_12 {
  margin-top: 12px;
}
.mab_20 {
  margin-bottom: 20px;
}
.mab_30 {
  margin-bottom: 30px;
}
.mac_24 {
  margin: 24px auto;
}
.mar_4 {
  margin-right: 4px;
}
.mas_4 {
  margin: 0 4px;
  box-sizing: border-box;
}

/* padding */
.pad_v24 {
  padding: 24px 0;
}

.pad_s4 {
  padding: 0 4px;
}

.pad_s16 {
  padding: 0 16px;
}

.pad_8_12 {
  padding: 8px 12px;
}

/* flexbox */
.flex_left_start {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.flex_left_column {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-items: center;
  align-items: center;
  flex-flow: column;
}

.flex_nostrech {
  flex-grow: 0;
  flex-shrink: 0;
}

/**** table ****/
table.nu_info_actress_table {
  width: 100%;
  margin: 0;
  border-top: solid 1px #d9dee1;
  border-collapse: collapse;
  border-spacing: 0;
}
table.nu_info_actress_table th {
  position: relative;
  text-align: center;
  width: 30%;
  border-bottom: solid 1px #d9dee1;
  background: #eee;
  color: #545454;
  font-size: 11px;
  padding: 10px 0;
  margin: 0;
}
table.nu_info_actress_table td {
  text-align: left;
  width: 70%;
  text-align: left;
  font-size: 13px;
  border-bottom: solid 1px #d9dee1;
  background: #fff;
  padding: 10px 0;
}

.nu_info_zoomicon {
  position: absolute;
  bottom: 6px;
  right: 10px;
  color: #fff;
  z-index: 50;
}

.nu_info_mygenre_linktag li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 20px;
}

.nu_info_mygenre_linktag li a {
  margin-bottom: 10px;
  padding: 5px 12px;
  background: #e9ebff;
  font-size: 12px;
  font-weight: bold;
  color: #0202ae;
  border-radius: 6px;
}

.nu_info_mygenre_linktag li a.mygenre_on {
  background: #ffe4e4;
  color: #ff0d0d;
}

.nu_info_mygenre_linktag_nobg li {
  position: relative;
  display: inline-block;
  text-align: left;
  font-size: 11px;
  line-height: 1em;
  background: #fff;
  padding: 6px 6px;
}

.nu_info_mygenre_linktag_nobg li::after {
  content: "";
  display: block;
  border: none;
  width: 1px;
  height: 1.2em;
  background-color: #2c2c2c;
  position: absolute;
  right: 0;
  transform: rotate(28deg);
  top: 0.4em;
}

.nu_info_mygenre_linktag_nobg li:first-child {
  padding: 6px 6px 6px 0px !important;
}

.nu_info_mygenre_linktag_nobg li:last-child::after {
  content: none;
}

.nu_info_linktag {
  list-style: none;
}

.nu_info_linktag li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 4px;
}

.nu_info_linktag li a {
  display: block;
  width: fit-content;
  padding: 6px 8px;
  background: #eee;
  font-size: 11px;
  font-weight: bold;
  color: #0202ae;
  text-decoration: none;
  border-radius: 6px;
}

.nu_info_linktag li a.myactress_on {
  background: #ffe4e4;
  color: #ff0d0d;
}

.nu_info_tabs > div.active {
  background: #3000ff;
  color: #fff;
}

.white_button_solid_gs {
  position: relative;
  text-align: center;
  background: #ffffff;
  color: #5f5f5f;
  font-weight: 700;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  box-shadow: 0 2px 0 #e0e0e0;
  box-sizing: border-box;
}

.green_button_solid_g {
  position: relative;
  text-align: center;
  background: #00aca6;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  box-shadow: 0px 4px 0px #e0e0e0;
  box-sizing: border-box;
}

.rad_6 {
  border-radius: 6px;
}
.rad_8 {
  border-radius: 8px;
}
.rad_100 {
  border-radius: 100%;
}

/**** contents_list ****/

.simple_contents_list {
  list-style: none;
  padding: 0 12px;
  box-sizing: border-box;
}

.simple_contents_list li {
  position: relative;
  background: #fff;
  border: solid 1px #ddd;
  margin: 0px auto;
  padding-right: 8px;
  margin-bottom: 4px;
  border-radius: 6px;
  box-sizing: border-box;
}

.simple_contents_list li img {
  width: 100px;
  color: #fff;
  border-radius: 6px 0 0 6px;
  box-sizing: border-box;
}

.simple_contents_list li:last-child {
  margin-bottom: 0;
}

.simple_contents_list li .c_ttl {
  flex: 1;
  margin-right: auto;
  padding: 8px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  text-align: left;
  color: #2c2c2c;
}

.opacity40 {
  opacity: 0.4;
}

/***************/
.browsing_history_ul {
  flex-wrap: wrap;
  list-style: none;
}

.browsing_history_ul li {
  width: calc(100% / 6);
  padding: 2px;
  box-sizing: border-box;
}

/***************/

/*** tab ***/

.modal-syncer {
  color: #000;
  text-decoration: none;
}
.modal-syncer:hover {
  color: #000;
}

.nu_info_tabs {
  border-bottom: 3px solid #3000ff;
}

.nu_info_tabs > div {
  text-align: center;
  width: calc(100% / 3);
  min-height: 32px;
  margin: 0 3px;
  padding: 12px 0;
  color: #3000ff;
  font-size: 12px;
  font-weight: bold;
  background: #eee;
  border-radius: 6px 6px 0 0;
  box-sizing: border-box;
}

.nu_info_tabs > div.active {
  background: #3000ff;
  color: #fff;
}

.nu_info_tabs_content {
  display: none;
}

.nu_info_tabs_content.active {
  display: block;
}

/*** carousel_contents_list_s ***/

.carousel_contents_list_s {
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  white-space: nowrap;
  box-sizing: border-box;
}

.carousel_contents_list_s li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 48vw;
  max-width: 148px;
  min-height: 174px;
  margin: 0px 1px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-radius: 6px 6px 6px 6px;
}

.carousel_contents_list_s img {
  width: 100%;
  border-radius: 6px 6px 0 0;
}

.carousel_contents_list_s_title {
  text-align: left;
  font-weight: bold;
  font-size: 11px;
  white-space: normal;
  padding: 6px;
  line-height: 1.3em;
}

/***** review.css *****/
.review_grey_box {
  width: 100%;
  margin-top: 4px;
  padding: 8px 12px;
  background: #eee;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6em;
  color: #2c2c2c;
  border-radius: 8px;
  box-sizing: border-box;
}
.user_name_txt {
  display: inline-block;
  padding: 3px 5px;
  font-size: 12px;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 6px;
}
.new_review_txt {
  font-size: 12px;
  line-height: 1.4em;
  padding-left: 6px;
  padding-right: 6px;
}
.user_name_txt span {
  font-size: 10px;
  font-weight: normal;
}
.review_like_count {
  flex-shrink: 0;
  min-width: 50px;
  margin-left: auto;
  padding: 6px 6px;
  background: #fff;
  color: #888;
  border: 2px solid #f6f6f6;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.review_like_count_v {
  flex-shrink: 0;
  text-align: center;
  min-width: 40px;
  padding: 3px;
  margin-left: auto;
  background: #fff;
  color: #888;
  border: 2px solid #f6f6f6;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.review_like_count,
.review_like_count_v p {
  margin-top: 3px;
  color: #2c2c2c;
  font-size: 11px;
}
.review_like_count,
.review_like_count_v img {
  width: 18px;
}
.review_like_count,
.review_like_count_v .off {
  color: #2c2c2c;
}
.review_like_count,
.review_like_count_v .on {
  color: #ff0000;
}
.new_review_txt {
  font-size: 12px;
  line-height: 1.4em;
  padding-left: 6px;
  padding-right: 6px;
}

/**** PC - QR code ****/

.fixed_qr_area {
  position: fixed;
  bottom: 12px;
  padding: 0 12px;
  width: 100%;
  box-sizing: border-box;
}

.fixed_qr_area > div {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 12px;
  max-width: 640px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  z-index: 99999;
}

.fixed_qr_area > div > p {
  margin: 0 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6em;
  color: #fff;
}

.fixed_qrcode {
  width: 80px;
}

/***** footer *****/

.footer_new_wrap {
  text-align: center;
  width: 100%;
  padding: 24px 0;
  background: #e3e3e3;
  font-weight: 700;
  font-size: 14px;
}

/**** regist modal ****/

.regist_google_btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  max-width: 220px;
  width: 100%;
  height: 45px;
  font-size: 15px;
  font-weight: 700;
  background: #fff;
  color: #2c2c2c;
  border: 2px solid silver;
  border-radius: 4px;
  //box-shadow: 0 1px 1px rgba(0,0,0,.2);
  box-sizing: border-box;
}
.regist_mail_btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  max-width: 220px;
  width: 100%;
  height: 45px;
  font-size: 15px;
  background: #00ad5c;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.regist_yahoo_btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  max-width: 220px;
  width: 100%;
  height: 45px;
  font-size: 15px;
  font-weight: 700;
  background: #f03;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}

.regist_rakuten_btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  max-width: 220px;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  //background: #bf0000;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}

.regist_login_btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  max-width: 200px;
  width: 100%;
  height: 32px;
  font-size: 13px;
  font-weight: 700;
  background: #fff;
  color: #2c2c2c;
  border: 1px solid #003cff;
  border-radius: 4px;
  //box-shadow: 0 1px 1px rgba(0,0,0,.2);
  box-sizing: border-box;
}

.regist_login_btn_txt {
  margin-left: -30px;
  width: 100%;
}

.regist_spinner_area {
  text-align: center;
  width: 100%;
  padding: 0 0 20px;
  border-bottom: 1px dashed #000;
}

.regist_next_btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  text-align: center;
  max-width: 220px;
  width: 100%;
  height: 45px;
  margin: 12px auto 0 auto;
  font-size: 15px;
  font-weight: 700;
  background: #5333dc;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.border_none {
  border: none;
}
.mab_12 {
  margin-bottom: 12px;
}
.mac_20 {
  margin: 20px auto;
}
.hr_1_d5_dashed {
  width: 100%;
  border: none;
  border-top: 1px dashed #d5d5d5;
}
.regist_btn_area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-flow: column;
  width: 100%;
  z-index: 700 !important;
}
.regist_login_heading {
  text-align: center;
  margin: 24px auto 12px auto;
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 700;
  color: #2c2c2c;
}
.regist_login_heading2 {
  text-align: center;
  margin: 24px auto 0 auto;
  font-size: 13px;
  font-weight: 700;
  color: #2c2c2c;
}
.regist_terms_headline_l {
  text-align: center;
  margin: 20px auto 8px auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4em;
}

.regist_terms_headline_s {
  text-align: left;
  margin: 20px auto 8px auto;
  padding: 8px;
  background: #e5e5e5;
}

.regist_terms_headline_s > p {
  padding: 4px;
  border-left: 8px solid #999;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3em;
}
.hr_32_d5 {
  width: 100%;
  border: none;
  border-top: 32px solid #d5d5d5;
}
.regist_terms_txt {
  margin: 0 auto 8px auto;
  font-size: 12px;
  line-height: 1.6em;
}

.regist_terms_txt > a {
  color: #4e46e9;
  font-weight: 700;
  text-decoration: underline;
}
.rad_6 {
  border-radius: 6px;
}
.pad_v8 {
  padding: 8px 0;
}
.w100 {
  width: 100px;
}

/***** �I�X�X���l�C�R���e���c *****/
.carousel_contents_list_s img {
  max-width: 100%;
  width: auto;
  height: auto;
  box-sizing: border-box;
  margin: 0;
}

/**** review list****/

.minoshi--reviewlist {
  list-style: none;
  padding: 0 4px;
  box-sizing: border-box;
}

.minoshi--reviewlist > li {
  margin-bottom: 4px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  box-sizing: border-box;
}

.minoshi--reviewlist_txt_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-items: center;
  align-items: center;
  background: #f0f3f9;
  width: 100%;
  border-radius: 4px;
  box-sizing: border-box;
}

.minoshi--reviewlist_txt_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 4px 4px 8px 8px;
  line-height: 1.6em;
  font-size: 13px;
  color: #434343;
  box-sizing: border-box;
}

.icon-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  min-width: 3em;
  height: 3.2em;
  padding: 0 8px;
  margin-right: 4px;
  background: #ffffff;
  color: #e99900 !important;
  font-size: 11px;
  border: 2px solid #d5d5d5;
  border-radius: 25px;
  box-sizing: border-box;
}

.guest--info_review_grade {
  flex-grow: 0;
  flex-shrink: 0;
  width: 60px !important;
  margin-top: 4px;
}

.w_fit_content {
  width: fit-content;
}

.pad_4 {
  padding: 4px;
}

.pad_8 {
  padding: 8px;
}

/**** padding_unbalance ****/

.pad_4_8 {
  padding: 4px 8px 4px 8px;
}

/**** PC ****/

.mac_40 {
  margin: 40px auto;
}

.pad_20 {
  padding: 20px;
}

/**** 2024-10-31追加 ****/
/* 見出し */
h2.info--headline_h2 {
  margin-top: 24px;
  box-sizing: border-box;
}
h2.info--headline_h2 > div {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-items: center;
  align-items: center;
  margin-inline: auto;
  padding: 16px 8px;
  max-width: 640px;
  font-weight: 700;
  color: #626262;
  box-sizing: border-box;
}
@media (max-width: 375px) {
  h2.info--headline_h2 > div {
    font-size: 0.8rem;
  }
}
@media (min-width: 375px) {
  h2.info--headline_h2 > div {
    font-size: 0.9rem;
  }
}
.info--border__t8_f3 {
  border-top: 8px solid #f3f3f3;
}
/**** movie background ****/
.info--mv_bg {
  position: relative;
  z-index: 0;
  overflow: hidden;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.3);
}
.info--mv_bg:before {
  content: "";
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}
.info--mv_bg:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

/* オススメ人気コンテンツ */
.info--bottom__area {
  margin-top: 40px;
  border-top: 2px dashed #dee6fc;
  padding: 0 4px 32px 4px;
  background: #f0f7ff;
  box-sizing: border-box;
}
