<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body {
  letter-spacing: 0;
}
/* 検索時のカード */
.m_lineup_movie_listItem{
  width: 33.333%;
  @media screen and (max-width: 768px){
    width: 50%;
  }
  @media screen and (max-width: 599px){
    width: 100%;
  }
}
/* ヒーローズエリア */
.m_herosArea{
  margin-bottom: 30px;
}
.m_herosArea__keyvisual + .m_herosArea__nav{
  margin-top: 10px;
}
/* Navi */
.m_navi_lst {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.m_navi_itm {
  width: 100%;
  margin-inline: 20px;
}
.m_navi_itm a {
  position: relative;
  display: block;
  padding: 0 25px 5px 15px;
  color: #333;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid #8d1321;
}
.m_navi_itm a::after {
  content: "";
  position: absolute;
  top: -3px;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 10px;
  height: 5px;
  background-color: #333;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 768px) {
  .m_navi_lst {
    flex-direction: column;
    align-items: center;
  }
  .m_navi_itm a {
    padding: 10px 25px 5px 15px;
  }
}

/* Heading */
.m_heading--primary{
  margin-bottom: 20px;
}
.m_heading--primary .m_heading__ttl {
  font-size: 20px;
}
.m_heading--secondary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 4px solid #981616;
  border-left: 14px solid #981616;
}
.m_heading--secondary .m_heading__ttl {
  padding-left: 15px;
  color: #981616;
  font-size: 25px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .m_heading--secondary .m_heading__ttl {
    font-size: 20px;
  }
}

/* Lead */
.m_lead {
  padding: 0;
  background: none;
}
.m_lead__top {
  padding: 15px 20px;
  border: 2px solid #a11f24;
}
.m_leadTop__ttl {
  color: #a11f24;
  font-size: 20px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .m_lead {
    margin-top: 40px;
  }
}

/* Point */
.m_leadPoint__item {
  display: flex;
  align-items: center;
  gap: 30px;
}
.m_leadPoint__item + .m_leadPoint__item {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 2px dashed #a11f24;
}
.m_leadPoint__num {
  flex-shrink: 0;
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 900;
  background-color: #a11f24;
}
.m_leadPoint__ttl {
  font-size: 20px;
  font-weight: 900;
}
.m_leadPoint__txt {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .m_leadPoint__item {
    align-items: start;
    gap: 15px;
  }
  .m_leadPoint__cont {
    -ms-grid-row-align: center;
    align-self: center;
  }
  .m_leadPoint__num {
    padding: 5px 10px;
    font-size: 15px;
  }
  .m_leadPoint__ttl {
    font-size: 15px;
  }
  .m_leadPoint__txt {
    font-size: 15px;
  }
}

/* 金額表 */
.m_priceTable{}
.m_priceTable__heading{
  display: flex;
  align-items: stretch;
  border: 1px solid rgba(255, 255, 255, 0);
  border-bottom: none;
}
.m_priceTable__headingItem{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}
.m_priceTable__headingItem:first-of-type{
  flex: 0 0 72px;
}
.m_priceTable__headingItem + .m_priceTable__headingItem{
  border-left: 1px solid #ccc;
}
.m_priceTable__ttlWrap{
  display: block;
  width: 100%;
  padding: 10px 5px;
}
.m_priceTable__ttl{
  text-align: center;
  font-size: 14px;
}
.m_priceTable__ttl--hasImg{
  margin-bottom: 10px;
  color: #981616;
  font-weight: bold;
}
.m_priceTable__img{
  line-height: 0;
  text-align: center;
}
.m_priceTable__img img{
  max-width: 100%;
  height: auto;
}
.m_priceTable__body{
  border: 1px solid #ccc;
}
.m_priceTable__bodyItem + .m_priceTable__bodyItem{
  border-top: 1px solid #ccc;
}
.m_priceTable__bodyItem{
  display: flex;
  align-items: stretch;
}
.m_priceTable__item{
  display: flex;
  width: 100%;
}
.m_priceTable__item:first-of-type{
  flex: 0 0 72px;
}

.m_priceTable__item + .m_priceTable__item{
  border-left: 1px solid #ccc;
}
.m_priceTable__data{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 15px;
  color: #981616;
  font-weight: bold;
  font-size: 20px;
}
.m_priceTable__data--ttl{
  font-weight: normal;
  justify-content: center;
  color: #333;
  padding: 10px 0;
  font-size: 14px;
}
@media screen and (max-width: 599px){
  .m_priceTable__ttl{
    letter-spacing: -1px;
    font-size: 12px;
  }
  .m_priceTable__data{
    font-size: 12px;
  }
  .m_priceTable__headingItem:first-of-type{
    flex: 0 0 64px;
  }
  .m_priceTable__item:first-of-type{
    flex: 0 0 64px;
  }
}
/* 脚注リスト */
.m_footNotes{}
.m_footNotes__item + .m_footNotes__item{
  margin-top: 10px;
}
.m_footNote{
  position: relative;
  padding-left: 1em;
  font-size: 12px;
}
.m_footNote::before{
  content: "※";
  position: absolute;
  left: 0;
  display: block;
}



/* Tab */
.m_tab__list {
  display: flex;
  align-items: end;
  gap: 5px;
  border-bottom: 2px solid #a11f24;
}
.m_tab__item {
  position: relative;
  width: 100%;
  padding: 20px;
  color: #3a3a3a;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  border-radius: 18px 18px 0 0;
  background-color: #d5d5d5;
  cursor: pointer;
}
.m_tab__item.js_crnt {
  color: #fff;
  font-size: 22px;
  background-color: #a11f24;
}
.m_tab__item::after {
  content: "";
  position: absolute;
  display: block;
  width: 36px;
  height: 21px;
  left: 0;
  right: 0;
  bottom: -18px;
  margin: auto;
  background-color: #a11f24;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  opacity: 0;
}
.m_tab__item.js_crnt::after {
  opacity: 1;
}

.m_tabView__wrap {
  padding: 25px;
  border: 1px solid #d9d9d9;
  border-radius: 0 0 15px 15px;
}
.m_tabView:not(.js_crnt) {
  display: none;
}
.m_tabView__top {
  padding: 20px 25px;
  border-radius: 18px;
  border: 2px dashed #a11f24;
}
.m_tabView__ttl {
  font-size: 20px;
  font-weight: 900;
}

.m_tabView__head {
  font-size: 25px;
  font-weight: 900;
}
.m_tabView__priceTtl {
  font-size: 20px;
}
.m_tabView__price {
  display: flex;
  align-items: start;
}
.m_tabView__table {
  width: 100%;
  border: 1px solid #a11f24;
}
.m_tabView__table &gt; div {
  display: flex;
}
.m_tabView__table &gt; div + div {
  border-top: 1px solid #a11f24;
}
.m_tabView__tableHead {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-color: #a11f24;
}
.m_tabView__tableSubHead {
  display: block;
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-color: #fff2f3;
  border-right: 1px solid #a11f24;
}
.m_tabView__table dt {
  width: 100%;
}
.m_tabView__table dd {
  width: 100%;
  padding: 10px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.m_tabView__table dd + dd {
  border-top: 1px solid #a11f24;
}
.m_tabView__table--after {
  position: relative;
}
.m_tabView__table--after::before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 35px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #a11f24;
  -webkit-clip-path: polygon(100% 50%, 0 100%, 0 0);
  clip-path: polygon(100% 50%, 0 100%, 0 0);
}
.m_tabView__table--after .m_tabView__tableHead,
.m_tabView__table--after .m_tabView__tableSubHead,
.m_tabView__table--after dd {
  padding: 8px;
  font-size: 24px;
}
.m_tabView__table--after dd {
  color: #a11f24;
}

#week .m_tabView__price {
  gap: 100px;
}
#week .m_tabView__table--before {
  max-width: 240px;
}
#week .m_tabView__table--after::before {
  left: -63px;
}

#rental .m_tabView__table--before .m_tabView__tableHead,
#rental .m_tabView__table--before .m_tabView__tableSubHead,
#rental .m_tabView__table--before dd {
  padding: 10px 3px;
  font-size: 16px;
}
#rental .m_tabView__price {
  gap: 50px;
}
#rental .m_tabView__table--after {
  max-width: 250px;
}
#rental .m_tabView__table--after .m_tabView__tableHead,
#rental .m_tabView__table--after .m_tabView__tableSubHead,
#rental .m_tabView__table--after dd {
  padding: 7px 5px;
  font-size: 20px;
}
#rental .m_tabView__table--after::before {
  width: 22px;
  height: 25px;
  left: -35px;
}

@media screen and (max-width: 768px) {
  .m_tab__item {
    padding: 10px;
    font-size: 12px;
    border-radius: 10px 10px 0 0;
  }
  .m_tab__item.js_crnt {
    font-size: 14px;
  }
  .m_tab__item::after {
    width: 25px;
    height: 16px;
    bottom: -15px;
  }

  .m_tabView__wrap {
    padding: 25px 15px;
    border-radius: 0 0 10px 10px;
  }
  .m_tabView__top {
    padding: 15px 15px;
    border-radius: 10px;
  }
  .m_tabView__ttl {
    font-size: 16px;
  }

  .m_tabView__head {
    font-size: 20px;
  }
  .m_tabView__priceTtl {
    font-size: 18px;
  }
  .m_tabView__price {
    flex-direction: column;
  }
  .m_tabView__tableHead {
    font-size: 18px;
  }
  .m_tabView__tableSubHead {
    font-size: 16px;
  }
  .m_tabView__table dd {
    padding: 10px;
    font-size: 16px;
  }
  .m_tabView__table--after::before {
    width: 25px;
    height: 20px;
    bottom: auto;
    right: 0;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
  .m_tabView__table--after .m_tabView__tableHead,
  .m_tabView__table--after .m_tabView__tableSubHead,
  .m_tabView__table--after dd {
    padding: 8px;
    font-size: 20px;
  }

  #week .m_tabView__price {
    gap: 50px;
  }
  #week .m_tabView__table--before {
    max-width: 100%;
  }
  #week .m_tabView__table--after::before {
    top: -35px;
    left: 0;
  }

  #rental .m_tabView__table--before .m_tabView__tableHead {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
  #rental .m_tabView__table--after {
    max-width: 100%;
  }
  #rental .m_tabView__table--after .m_tabView__tableHead,
  #rental .m_tabView__table--after .m_tabView__tableSubHead,
  #rental .m_tabView__table--after dd {
    font-size: 20px;
  }
  #rental .m_tabView__table--after::before {
    width: 25px;
    height: 20px;
    top: -35px;
    left: 0;
  }
}

/* Ranking */
.l_grid_contLineup {
  display: flex;
  gap: 0;
}
.m_contCard_lg {
  transition: opacity 0.3s;
}
.m_contCard_lg:hover {
  opacity: 0.6;
}
.m_contCard_lg__ttl {
  margin-top: 15px;
  color: #333;
  font-weight: 900;
}
.m_contCard_lg__img {
  line-height: 0;
  text-align: center;
}

.m_contCard_lg__img img {
  max-width: 100%;
  height: auto;
}
.m_contCard_lg--new .m_contCard_lg__img {
  position: relative;
}
.m_contCard_lg--new .m_contCard_lg__img::before {
  content: url(/resource/img/studio/lineup/e-learning_new.png);
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 1;
  display: block;
  line-height: 0;
}

.m_lineup_popularMovie_listItem .m_contCard_lg__img {
  position: relative;
}
.m_lineup_popularMovie_listItem .m_contCard_lg__img::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  line-height: 0;
}
.m_lineup_popularMovie_listItem:nth-of-type(1) .m_contCard_lg__img::before {
  content: url(/resource/img/dougahyakkaten/lineup/ranking_01.png);
}
.m_lineup_popularMovie_listItem:nth-of-type(2) .m_contCard_lg__img::before {
  content: url(/resource/img/dougahyakkaten/lineup/ranking_02.png);
}
.m_lineup_popularMovie_listItem:nth-of-type(3) .m_contCard_lg__img::before {
  content: url(/resource/img/dougahyakkaten/lineup/ranking_03.png);
}
.m_lineup_popularMovie_listItem:nth-of-type(4) .m_contCard_lg__img::before {
  content: url(/resource/img/dougahyakkaten/lineup/ranking_04.png);
}

.m_ranking__box {
  padding: 25px 35px;
  border: 2px dashed #a11f24;
  border-radius: 15px;
}
.m_ranking__boxTtl {
  display: flex;
  justify-content: center;
  font-size: 20px;
}
.m_ranking__boxTxt {
  display: flex;
  justify-content: center;
  font-weight: 700;
}
.m_ranking__btns {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.m_ranking__btn {
  width: 100%;
}
.m_ranking__btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  color: #fff;
  font-size: 18px;
  background-color: #a11f24;
  border-radius: 22px;
  transition: opacity 0.3s;
}
.m_ranking__btn a::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 50%, 0 100%, 0 0);
  clip-path: polygon(100% 50%, 0 100%, 0 0);
}
.m_ranking__btn a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .l_grid_contLineup {
    flex-wrap: wrap;
  }

  .m_ranking__box {
    padding: 20px 15px;
    border-radius: 10px;
  }
  .m_ranking__boxTtl {
    font-size: 18px;
  }
  .m_ranking__boxTxt {
    font-weight: 700;
  }
  .m_ranking__btns {
    flex-direction: column;
  }
  .m_ranking__btn {
    max-width: 350px;
    margin: auto;
  }
  .m_ranking__btn a {
    height: 40px;
    font-size: 15px;
  }
}

/* WEBins Flow */
.m_webins_flow_head_ttl {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 10px;
  border-bottom: 3px solid #a11f24;
}

.m_webins_flow_head_img {
  width: 183px;
  line-height: 0;
}

.m_webins_flow_head_txt {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: #a11f24;
}

.m_webins_flow_head_txt::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 20px;
  top: 0;
  bottom: 0;
  left: -12px;
  margin: auto;
  background-color: #a11f24;
  -webkit-clip-path: polygon(100% 100%, 0 50%, 100% 0);
  clip-path: polygon(100% 100%, 0 50%, 100% 0);
}

.m_webins_flow_lst {
  position: relative;
}

.m_webins_flow_lst::before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 100%;
  left: 38px;
  background-color: #a11f24;
}

.m_webins_flow_itm {
  position: relative;
  display: flex;
  gap: 30px;
  z-index: 1;
}

.m_webins_flow_itm_step {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 83px;
  height: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background-color: #a11f24;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
}

.m_webins_flow_itm_cont_ttl {
  color: #a11f24;
  font-size: 25px;
  font-weight: 700;
}

.m_webins_flow_itm_cont_lst dt {
  font-weight: 900;
}

.m_webins_flow_itm_cont_lst dd {
  padding-left: 1em;
  text-indent: -1em;
}

.m_webins_flow_itm + .m_webins_flow_itm .m_webins_flow_itm_cont {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #707070;
}

.m_webins_flow_itm + .m_webins_flow_itm .m_webins_flow_itm_step {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .m_webins_flow_head_ttl {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .m_webins_flow_head_img {
    width: 80%;
  }

  .m_webins_flow_head_txt {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
  }

  .m_webins_flow_head_txt::before {
    width: 20px;
    height: 15px;
    top: -12px;
    bottom: auto;
    left: 0;
    right: 0;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }

  .m_webins_flow_lst::before {
    width: 3px;
    left: 28px;
  }

  .m_webins_flow_itm {
    gap: 20px;
  }

  .m_webins_flow_itm_step {
    width: 60px;
    font-size: 14px;
  }

  .m_webins_flow_itm_cont_ttl {
    font-size: 18px;
  }
}

/* Footer */
.m_migrationWrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: -12px;
}

.m_migrationWrap__item {
  display: flex;
  max-width: 360px;
  width: 33.333%;
  margin: 0 auto;
  padding: 12px;
}

.m_migrationWrap__inner {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .m_migrationWrap {
    display: block;
  }

  .m_migrationWrap__item {
    width: 100%;
  }
}

.m_migrationBtn {
  display: flex;
  align-items: stretch;
}

.m_migrationBtn::before {
  content: "";
  display: block;
  height: 96px;
}

.m_migrationBtn__target {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 3px solid #e5002d;
  border-radius: 4px;
  box-shadow: 3px 3px 6px rgba(48, 48, 48, 0.3);
  color: #333;
  font-weight: 700;
  font-size: 18px;
  transition: 0.3s opacity;
}

.m_migrationBtn__target:hover {
  opacity: 0.7;
}

.m_migrationBtn__catch {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  padding: 0 12px;
  background: #fff;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* 検索ボックス */
.m_searchBox--bottom{
  padding: 20px;
  background: #f7dcdf;
}
.m_searchBox__fieldWrap{
  background: #fff;
}
/* 人気のキーワード */
.m_popularWord{}
.m_popularWord_heading{
  margin-bottom: 5px;
  font-size: 18px;
}
.m_popularWord_list{
  display: flex;
  gap: 5px 10px;
  flex-wrap: wrap;
}
.m_popularWord_item{
  display: revert;
  margin: unset;
}
.m_popularWord_itemTarget{
  font-size: 16px;
}
/* -----
state
-----*/
/* 固定ナビ */
.js_fixNav__inner.is_fixed{
  z-index: 99999;
  width: 750px;
  @media screen and (max-width: 768px){
    width: 100%;
  }
}</pre></body></html>