@charset "utf-8";

.main {
    width: 100%;
    visibility: visible;
    overflow: hidden;
}
.rankingHeading {
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
    font-weight: bold;
    color: #e72b4d;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 1.4;
}
.rankingContents {
    width: 100%;
    background: #efefef;
    overflow: hidden;
}
.rankingTab {
    background: #fff;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}
.rankingTab__item {
    width: 50%;
}
.rankingTab__link {
    display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
    color: #666;
    line-height: 1.4;
}
.rankingTab__item--active {
    border-bottom: 3px solid #e72b4d;
}
.rankingTab__item--active > .rankingTab__link {
    color: #e72b4d;
}
.rankingMenu {
    width: 100%;
    background: #fff;
    /* ↓2020/07/10 */
    /* margin-bottom: 20px; */
    /* ↑2020/07/10 */
}
.rankingMenu__item {
    width: 100%;
    border-bottom: 1px solid #aaa;
    position: relative;
}
/* ↓2020/07/10 */
.rankingMenu__item:last-child {
    border-bottom: none;
}
/* ↑2020/07/10 */
.rankingMenu__link {
    font-size: 13px;
    padding: 17px 25px 17px 10px;
    color: #666;
    font-weight: bold;
    display: block;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rankingMenu__img {
    width: 4%;
    max-width: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.multiRanking {
    width: 100%;
}
.multiRanking .prTitleImgBase {
    margin: 2% 0;
    text-align: center;
}
.multiRanking .prTitleImg {
    width: 100%;
    height: auto;
    max-width: 320px;
}
.multiRanking .prTitleTxt {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    white-space: normal;
    line-height: 1.4;
    padding : 10px 15px;
    word-wrap: break-word;
    word-break: break-all;
    overflow-wrap: break-word;
}
.multiRanking__heading {
    padding: 10px 0;
    color: #e72b4d;
    font-size: 13px;
    font-weight: bold;
    background: #efefef;
}
.multiRanking__heading .prheading {
    vertical-align: top;
    height: 30px;
}
.multiRanking__heading .prName {
    display:inline-block;
    line-height: 1.3;
}
.multiRanking__heading .prPeriod {
    display: block;
    font-size: 11px;
}
.multiRanking__line {
    width: 4px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    background: #e72b4d;
    margin: 0 5px 0 10px;
    border-radius: 3px;
}
.multiRanking__list {
    width: 100%;
    overflow: hidden;
}
.multiRanking__item {
    width: 100%;
    margin-top: 20px;
}
.multiRanking__item:last-child {
    margin-bottom: 20px;
}
.multiRanking__link {
    display: flex;
    align-items: center;
}
.multiRanking__number {
    width: 15%;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
    color: #333;
    font-size: 15px;
}
.multiRanking__number--top {
    color: #c4b45c;
}
.multiRanking__number--second {
    color: #8b8a9d;
}
.multiRanking__number--third {
    color: #b07d4e;
}
.multiRanking__arrow {
    display: block;
}
.multiRanking__ImgBase {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    width: 20%;
}
.multiRanking__ImgBase::before {
    display: block;
    content: '';
    padding-top: 100%;
}
.multiRanking__ImgBox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.multiRanking__ImgTable {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
    table-layout: fixed;
    text-align: center;
}
.multiRanking__ImgCell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.multiRanking__img {
    width: 100%;
    display: block;
}
.movieIcon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 40%
}
.multiRanking__TxtBase {
    width: 60%;
    margin: auto 0;
    padding: 0 10px;
}
.multiRanking__name {
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    color: #e72b4d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.multiRanking__genre {
    display: block;
    font-size: 10px;
    line-height: 1.3;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* ↓ 2023/05/01 ランキングページ百名店アイコン表示 */
.hyakumeiten {
    display: block;
    margin-top: 2px;
}
.hyakumeiten>img{
    height: 20px;
}
li.multiRanking__item {
    position: relative;
}
/* ↑ 2023/05/01 ランキングページ百名店アイコン表示 */
.multiRanking__footerBorder {
    border-bottom: 1px solid #CECECE;
    margin: 20px 10px 0 10px;
}
.prRanking__item {
    width: 100%;
    margin-bottom: 2px;
}
.prRanking__item--top3 {
    background-color: #ffebf6;
}
.prRanking__link {
    display: flex;
    padding: 10px 0;
}
.prRanking__number {
    width: 10%;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
    color: #333;
    font-size: 15px;
    margin: auto 0;
}
.prRanking__number--top {
    color: #c4b45c;
}
.prRanking__number--second {
    color: #8b8a9d;
}
.prRanking__number--third {
    color: #b07d4e;
}
.prRanking__link .noBPicShopBase {
    display: flex;
    padding: 8px;
    border-radius: 5px;
    background-color: #fff;
}
.prRanking__link .bPicNameSpace {
    padding: 5px 8px;
    margin-bottom: 5px;
    border-radius: 5px;
    background-color: #fff;
}
.prRanking__ShopBase {
    width: 90%;
    margin-right: 10px;
}
.prRanking__ImgBase {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    width: 40%;
}
.prRanking__ImgBase::before {
    display: block;
    content: '';
    padding-top: 75%;
}
.prRanking__img {
    width: 100%;
    height: auto;
    max-width: 580px;
    min-height: 150px;
}
.prRanking__TxtBase {
    width: 60%;
    padding-left: 10px;
}
.prRanking__TxtBaseBPic {
    text-align: center;
}
.prRanking__nameSpace {
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    color: #e72b4d;
    word-wrap: break-word;
    word-break: break-all;
    overflow-wrap: break-word;
}
.prRanking__catch {
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    font-weight: bold;
    color: #666;
    margin-top: 10px;
    word-wrap: break-word;
    word-break: break-all;
    overflow-wrap: break-word;
}
.prRanking__link .bPicCatch {
    padding: 8px;
    margin-top: 5px;
    border-radius: 5px;
    background-color: #fff;
}
.rankingList {
    padding: 10px 0;
    width: 100%;
    background: #efefef;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 0;
}
.rankingList__item {
    display: inline-block;
    margin-left: 15px;
    width: 190px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
}
.rankingList__item:last-child {
    margin-right: 15px;
}
.rankingLiist__img {
    width: 100%;
    display: block;
}
.rankingList__text {
    font-size: 12px;
    font-weight: bold;
    color: #666;
    white-space: normal;
    line-height: 1.4;
    padding: 10px;
}
.rankingList__more {
    font-size: 12px;
    color: #666;
    font-weight: bold;
    margin: 0 15px 10px;
    display: block;
    text-align: center;
    width: 80%;
    line-height: 2;
    background: #efefef;
}
.otherRanking {
    width: 100%;
    /* ↓2020/07/10 */
    /* padding-bottom: 20px; */
    /* ↑2020/07/10 */
    border-top: 1px solid #ccc;
    background: #efefef;
}
.otherRanking__link {
    display: block;
    font-size: 13px;
    padding: 17px 10px;
    color: #666;
    font-weight: bold;
    display: block;
    line-height: 1.2;
    background: #fff;
    position: relative;
}
.otherRanking__img {
    width: 4%;
    max-width: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
/* ----- ↓ 特典情報 ↓ ----- */
.privilege_box div.privilege_tab {
    display: flex;
    margin: 10px 0 0 0;
    overflow: scroll;
    padding: 10px;
}
.privilege_box .privilege_tab [class^="privilege_tab_item"] {
    text-align: center;
    padding: 5px;
    border-bottom: none;
    margin-right: 15px;
    cursor: pointer;
    display: block;
    white-space: nowrap;
    color: #767676;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.privilege_box .privilege_tab [class^="privilege_tab_item"]:last-child {
    margin-right: 0;
}
.privilege_box .privilege_tab [class^="privilege_tab_item"] span {
    font-weight: bold;
    font-size: 14px;
}
.privilege_box>[class^="privilege"] {
    display: none;
}
.privilege_box>[class^="privilege"].initial {
    display: block;
}
.privilege_box>[class^="privilege"] a {
    -webkit-tap-highlight-color: transparent;
}
.shopInfo__unit {
    margin: 0 10px 15px;
    overflow: hidden;
}
.shopInfo__unit--other {
    border: 1px solid #fe7d9a;
    border-top: none;
    border-radius: 2px;
}
.shopInfo__unitHeading2 {
    padding: 8px 0 8px 8px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    background-color: #fe7d9a;
}
.shopInfo__unit H2 img {
    position: relative;
    top: 1px;
    margin-right: 3px;
    width: 12px;
}
.shopInfo__unitText2 {
    font-size: 11px;
    color: #333;
    line-height: 1.4;
    padding: 8px;
    word-break: break-all;
    word-wrap: break-word;
}
.shopInfo__unitText3 {
    color: #333;
    line-height: 1.4;
    padding: 8px;
    word-break: break-all;
    word-wrap: break-word;
}
.shopInfo__unitText3 ul {
    font-size: 0;
}
.shopInfo__unitText3 li {
    font-size: 12px;
}
.shopInfo__unitText4 {
    color: #333;
    line-height: 1.4;
    padding: 0 5px 5px 10px;
    word-break: break-all;
    word-wrap: break-word;
}
.shopInfo__unitText4 ul {
    font-size: 0;
}
.shopInfo__unitText4 ul.recruit_list li {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 4px 6px;
    line-height: 1;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #B691FE;
    border-radius: 10px;
    background-color: #ca83f2;
    text-align: center;
    box-sizing: border-box;
}
.shopInfo__unitText4 ul.recruit_list li.off {
    color: #aaa;
    border: 1px solid #aaa;
    background-color: #fff;
}
.shopInfo__unitText4 ul.recruit_list li.itemgroup1 {
    min-width: calc(20% - 5px);
}
.shopInfo__unitText4 ul.recruit_list li.itemgroup2 {
    min-width: calc(33.3% - 5px);
}
.emp_text {
    color: #fe7d9a;
    font-weight: bold;
}

.privilege_box .enrolled_box {
    color: #444;
    text-decoration: none;
}
.privilege_box .enrolled_box .enrolled_ratio_wrapper {
    display: flex;
}
.privilege_box .enrolled_box .enrolled_ratio_box {
    width: 100%;
    text-align: center;
    margin: 0;
}
.privilege_box .enrolled_box .enrolled_ratio_border {
    display: flex;
}
.privilege_box .enrolled_box .enrolled_ratio_border div {
    width: 50%;
    height: 10px;
    position: relative;
    margin-top: 15px;
    border-top: 6px solid transparent;
}
.privilege_box .enrolled_box .enrolled_ratio_border div.enrolled_ratio_border_before,
.privilege_box .enrolled_box .enrolled_ratio_border div.enrolled_ratio_border_after {
    border-top: 6px solid #cd5c5c;
}
.privilege_box .enrolled_box .enrolled_ratio_border_circle:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    left: -10px;
    border-radius: 50%;
    background: #cd5c5c;
    position: absolute;
    top: -13px;
}
.privilege_box .enrolled_box .enrolled_ratio_text {
    margin-top: 5px;
}
.privilege_box .enrolled_box .enrolled_ratio_text span {
    font-weight: bold;
    font-size: 11px;
}
.privilege_box .enrolled_box .enrolled_ratio_balloon {
    position: relative;
    display: inline-block;
    background-color: #fff0f0;
    border: solid 1px #525252;
    padding: 5px 10px;
    max-width: 100%;
    text-align: center;
    border-radius: 45%;
    font-weight: bold;
}
.privilege_box .enrolled_box .enrolled_ratio_balloon p,
.privilege_box .enrolled_box .enrolled_ratio_balloon span{
    font-weight: bold;
    font-size: 14px;
}
.privilege_box .enrolled_box .enrolled_ratio_balloon:before,
.privilege_box .enrolled_box .enrolled_ratio_balloon:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.privilege_box .enrolled_box .enrolled_ratio_balloon:before {
    border: solid 8px transparent;
    border-top: solid 9px #525252;
}
.privilege_box .enrolled_box .enrolled_ratio_balloon:after {
    border: solid 11px transparent;
    border-top: solid 12px #fff0f0;
    margin-top: -5px;
}
.privilege_box .enrolled_box .enrolled_ratio_dt {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}
.privilege_box .enrolled_box .enrolled_ratio_dt span {
    font-weight: bold;
    font-size: 12px;
}
.privilege_box .enrolled_box .enrolled_ratio_dd {
    margin-bottom: 10px;
}
.pocha_tooltip {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
}
.pocha_helpLink {
    position: relative;
    text-align: center;
    width: 100%;
}
.pocha_tooltip_body {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2px;
}
.pocha_tooltip_body_text {
    width: 50%;
    font-size: 10px;
    line-height: 16px;
}
.privilege_box .enrolled_box .enrolled_ratio_dt .pocha_tooltip_body_text span {
    font-weight: normal;
    font-size: 10px;
}
.pocha_tooltip_body_title {
    font-size: 11px;
    font-weight: bold;
    color: #cd5c5c;
}
.pocha_tooltip_balloon {
    position: relative;
    padding: 3px;
    background-color: #fff;
    border: 2px solid #444;
    border-radius: 7px;
    max-width: 250px;
    min-width: 250px;
}
.pocha_tooltip_balloon::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 75px;
    bottom: -11px;
    border-top: 11px solid #444;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
}
.pocha_tooltip_balloon::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 75px;
    bottom: -8px;
    border-top: 11px solid #fff;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
}
.pocha_tooltip_img {
    vertical-align: middle;
}
.privilege1 .shopInfo__unit--other {
    border-color: #ffaa31;
}
.privilege2 .shopInfo__unit--other {
    border-color: #58db8f;
}
.privilege3 .shopInfo__unit--other {
    border-color: #56b0ef;
}
.privilege4 .shopInfo__unit--other {
    border-color: #ca83f2;
}
.privilege6 .shopInfo__unit--other {
    border-color: #483d8b;
}
.privilege7 .shopInfo__unit--other {
    border-color: #cd5c5c;
}
.privilege1 .shopInfo__unitHeading2 {
    background-color: #ffaa31;
}
.privilege2 .shopInfo__unitHeading2 {
    background-color: #58db8f;
}
.privilege3 .shopInfo__unitHeading2 {
    background-color: #56b0ef;
}
.privilege4 .shopInfo__unitHeading2 {
    background-color: #ca83f2;
}
.privilege6 .shopInfo__unitHeading2 {
    background-color: #483d8b;
}
.privilege7 .shopInfo__unitHeading2 {
    background-color: #cd5c5c;
}
.privilege1 .emp_text {
    color: #ffaa31;
}
.privilege1 .shopInfo__unitText3 ul.salary_list li {
    display: inline-block;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
}
.privilege_box .privilege_tab .privilege_tab_itemtainyu.active {
    color: #fe7d9a;
    border-bottom: 4px solid #fe7d9a;
}
.privilege_box .privilege_tab .privilege_tab_item1.active {
    color: #ff8c00;
    border-bottom: 4px solid #ff8c00;
}
.privilege_box .privilege_tab .privilege_tab_item2.active {
    color: #32cd32;
    border-bottom: 4px solid #32cd32;
}
.privilege_box .privilege_tab .privilege_tab_item3.active {
    color: #1e90ff;
    border-bottom: 4px solid #1e90ff;
}
.privilege_box .privilege_tab .privilege_tab_item4.active {
    color: #ccaaff;
    border-bottom: 4px solid #ccaaff;
}
.privilege_box .privilege_tab .privilege_tab_item6.active {
    color: #483d8b;
    border-bottom: 4px solid #483d8b;
}
.privilege_box .privilege_tab .privilege_tab_item7.active {
    color: #cd5c5c;
    border-bottom: 4px solid #cd5c5c;
}
/* ----- ↑ 特典情報 ↑ ----- */

ul.rankingTab>li {
    width: 100%;
}
.rankingTab__link {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

