.flex_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-align-items: center;
    align-items: center;
}

.mgr_flex_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.vertical_flex_center {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.arr_icon_left {
    position: absolute;
    top: calc(50% - 0.5em);
    right: 4px;
}

.arr_icon_right {
    position: absolute;
    top: calc(50% - 0.5em);
    right: 4px;
}

.mygenre_wrapper {
    position: relative;
    max-width: 768px;
    margin: 0 auto;
}

/* .font-family-notosans {
    font-family: "Noto Sans Japanese", sans-serif;
} */

.mygenre_abs_backbtn {
    position: absolute;
    top: 16px;
    left: 16px;
    display: block;
    padding: 6px 7px;
    font-size: 10px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    z-index: 500;
}

@media (max-width: 375px) {
    .mygenre_layer1 {
        margin: 0 6px;
        padding: 12px 8px;
        background: #eee;
        border-radius: 6px;
    }
    .mygenre_layer2 {
        padding: 8px 0;
        background: #fff;
        border-radius: 6px;
    }
    .mygenre_index_bar {
        text-align: center;
        padding: 14px 0;
        margin: 8px 0 0 0;
        font-size: 19px;
        font-weight: bold;
        color: #fff;
        background: #6b9eff;
    }
    .mygenre_index {
        text-align: center;
        margin: 46px auto 8px auto;
        font-size: 18px;
        font-weight: bold;
        font-family: "Noto Sans Japanese", sans-serif;
    }
}

@media (min-width: 375px) {
    .mygenre_layer1 {
        margin: 0 12px 0 12px;
        padding: 20px 12px;
        background: #eee;
        border-radius: 6px;
    }
    .mygenre_layer2 {
        padding: 12px 0;
        background: #fff;
        border-radius: 6px;
    }
    .mygenre_index_bar {
        text-align: center;
        padding: 14px 0;
        margin: 8px 0 0 0;
        font-size: 19px;
        font-weight: bold;
        color: #fff;
        background: #6b9eff;
    }
    .mygenre_index {
        text-align: center;
        margin: 46px auto 8px auto;
        font-size: 18px;
        font-weight: bold;
        font-family: "Noto Sans Japanese", sans-serif;
    }
}

@media (max-width: 375px) {
    .mygenre_index_inner {
        margin: 0px 0 16px 4px;
        font-size: 16px;
        font-weight: bold;
        font-family: "Noto Sans Japanese", sans-serif;
    }

    .mygenre_index_inner2 {
        margin: 4px 0 16px 14px;
        padding: 5px 8px;
        font-size: 14px;
        font-weight: bold;
        font-family: "Noto Sans Japanese", sans-serif;
        border-left: 6px solid #b2a1dd;
        box-sizing: border-box;
    }
}

@media (min-width: 375px) {
    .mygenre_index_inner {
        margin: 0px 0 16px 4px;
        font-size: 20px;
        font-weight: bold;
        font-family: "Noto Sans Japanese", sans-serif;
    }

    .mygenre_index_inner2 {
        margin: 4px 0 12px 14px;
        padding: 5px 8px;
        font-size: 15px;
        font-weight: bold;
        font-family: "Noto Sans Japanese", sans-serif;
        border-left: 6px solid #b2a1dd;
        box-sizing: border-box;
    }
}

@media (max-width: 375px) {
    .mgr_list {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto 0 auto;
        padding: 0;
        list-style: none;
        box-sizing: border-box;
    }
    .mgr_list li {
        width: calc(100% / 2);
        padding: 5px 5px;
        box-sizing: border-box;
    }
}

@media (min-width: 375px) {
    .mgr_list {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto 0 auto;
        padding: 0 4px;
        list-style: none;
        box-sizing: border-box;
    }
    .mgr_list li {
        padding: 4px;
        box-sizing: border-box;
    }
}
@media (min-width: 640px) {
    .mgr_list li {
        width: calc(100% / 3);
    }
}

.mygenre_index_inner {
    color: #2651ab;
}

.mgr_list li {
    position: relative;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.mgr_all_select {
    position: absolute;
    top: -34px;
    right: 12px;
    width: 124px !important;
    font-size: 13px;
    background: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
}

.mygenre_enter_btn {
    display: block;
    position: relative;
    text-align: center;
    width: 220px;
    margin: 0 auto 46px auto;
    padding: 16px 0;
    font-size: 18px;
    color: #fff;
    background: #2b8adf;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color=#41619c)";
    -moz-box-shadow: 0 4px 0 #41619c;
    -webkit-box-shadow: 0 4px 0 #41619c;
    box-shadow: 0 4px 0 #41619c;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=#41619c);
}

.i_center_l {
    position: absolute;
    top: 50%;
    left: 6px;
    margin-top: -0.2em;
    font-size: 24px;
}

.i_center_r {
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -0.2em;
    font-size: 24px;
}

input.icheck_input[type="checkbox"] {
    display: none;
    background-color: #fff;
    margin: 0 8px;
    padding: 0 6px;
}

.checkItemTxt {
    margin-left: 0;
}

label.checkbox_checked {
    background: #d2f2ec;
    -webkit-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

input.icheck_input[type="checkbox"]:checked ~ label.bg_white {
    background: none;
    padding: 8px 8px 8px 40px;
    border: 1px solid #67deb4;
    -webkit-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

input.icheck_input[type="checkbox"] ~ label.bg_white {
    background: none;
    padding: 8px 8px 8px 40px;
    border: 1px solid #67deb4;
    -webkit-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

input.icheck_input[type="checkbox"]:checked + .checkbox:before {
    opacity: 1;
}

.mygenre_ul {
    list-style: none;
    margin: 8px 0;
}

.mygenre_ul li {
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 6px 7px 7px 0px;
    padding: 5px 13px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3em;
    background: #e8f3ff;
    color: #2172cf;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
}

.tag_area_wrapper2 {
    max-width: 480px;
    padding: 16px 12px 4px 12px;
    margin: 12px 24px;
    box-sizing: border-box;
    border: 1px solid #eee;
}

.play_naiyou2 {
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 6px 7px 7px 0px;
    padding: 3px 9px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3em;
    background: #fff;
    color: #707070;
    border: 1px solid #707070;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
}

.mygenre_ul .add_genre {
    background: #fcf2e3;
    color: #f89174;
}

.mygenre_ul li a {
    color: #2172cf;
}

.mygenre_ul .add_genre a {
    color: #f89174;
}

.tag_area_wrapper {
    max-width: 480px;
    padding: 12px;
    margin: 0 auto;
    box-sizing: border-box;
}

.mygenre_info_index {
    padding: 15px;
    font-weight: bold;
    background: #efefef;
    width: 100% !important;
    box-sizing: border-box;
    border-radius: 5px;
}

.hidden_box {
    display: block;
    width: 100%;
    margin-bottom: 60px;
    padding: 0;
    margin: 0 auto;
    border-radius: 5px;
}

.hidden_box label {
    display: block;
    text-align: center;
    padding: 14px;
    width: 220px !important;
    margin: 0 auto;
    font-size: 13px;
    font-weight: normal;
    color: #26bfba;
    border: 1px solid #26bfba;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.hidden_box input:checked ~ label {
    background: #fff;
}

.rotateicon {
    font-size: 16px;
    left: 12px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

input:checked ~ label .rotateicon {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.hidden_box input {
    display: none;
}

.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.hidden_box input:checked + label + .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

@media (max-width: 375px) {
    #genreSubmitButton {
        position: fixed;
        text-align: center;
        bottom: 28px;
        right: 23px;
        width: 78px;
        height: 36px;
        padding: 0;
        font-size: 14px;
        color: #fff;
        background: #2663d5;
        border-radius: 6px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color=#0d2d78)";
        -moz-box-shadow: 0 2px 0 rgba(13, 45, 120, 1);
        -webkit-box-shadow: 0 2px 0 rgba(13, 45, 120, 1);
        box-shadow: 0 2px 0 rgba(13, 45, 120, 1);
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=#0d2d78);
        z-index: 10;
    }
}

@media (min-width: 375px) {
    #genreSubmitButton {
        position: fixed;
        text-align: center;
        bottom: 28px;
        right: 23px;
        width: 104px;
        height: 44px;
        padding: 0;
        font-size: 16px;
        color: #fff;
        background: #2663d5;
        border-radius: 6px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color=#0d2d78)";
        -moz-box-shadow: 0 2px 0 rgba(13, 45, 120, 1);
        -webkit-box-shadow: 0 2px 0 rgba(13, 45, 120, 1);
        box-shadow: 0 2px 0 rgba(13, 45, 120, 1);
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=#0d2d78);
        z-index: 10;
    }
}

#genreSubmitButton a {
    display: block;
    color: #fff;
}

.mgr_check_clr_all {
    width: 92px;
    height: 38px;
    background: #5c7cfa;
    color: #fff;
    font-size: 16px;
    margin-right: 5px;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
}

.mgr_check_clr_nope {
    width: 92px;
    height: 38px;
    border: 1px solid #7f7f7f;
    color: #7f7f7f;
    font-size: 16px;
    margin-left: 5px;
    border-radius: 8px;
    box-sizing: border-box;
}

.mgr_check_clr_open {
    position: fixed;
    bottom: 32px;
    left: 23px;
    width: 106px;
    padding: 12px 6px;
    background: #a7a7a7;
    font-size: 13px;
    color: #fff;
    border: none;
    border-radius: 4px;
    z-index: 1000;
}

.myGenreButton {
    width: 160px;
    padding: 14px 0;
    margin: 16px auto 0 auto;
    font-size: 13px;
    color: #fff;
    background: #1957e5;
    border-radius: 6px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color=#0d2d78)";
    -moz-box-shadow: 0 3px 0 rgba(13, 45, 120, 1);
    -webkit-box-shadow: 0 3px 0 rgba(13, 45, 120, 1);
    box-shadow: 0 3px 0 rgba(13, 45, 120, 1);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=#0d2d78);
    z-index: 10;
}

@media (max-width: 375px) {
    .check_counter {
        position: fixed;
        text-align: center;
        bottom: 18px;
        right: 12px;
        width: 96px;
        height: 96px;
        font-size: 24px;
        color: #2c2c2c;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        z-index: 9;
    }

    .check_counter span {
        font-size: 13px;
        color: #2c2c2c;
    }

    .check_counter p {
        position: relative;
        top: 0px;
        font-size: 12px;
    }
}
@media (min-width: 375px) {
    .check_counter {
        position: fixed;
        text-align: center;
        bottom: 12px;
        right: 12px;
        width: 128px;
        height: 128px;
        font-size: 36px;
        color: #2c2c2c;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        z-index: 9;
    }

    .check_counter span {
        font-size: 15px;
        color: #2c2c2c;
    }

    .check_counter p {
        position: relative;
        top: 0px;
        font-size: 15px;
    }
}

/*
.check_counter {
  position: fixed;
  text-align: center;
  bottom: 12px;
  right: 12px;
  width: 104px;
  height: 104px;
  font-size: 36px;
  color:#fff;
  background: #fff82b;
  border-radius: 100%;
  z-index: 9;
}

.check_counter span {
  font-size: 15px;
  color:#fff;
}

.check_counter p {
  position: relative;
  top: 6px;
  font-size: 15px;
}
*/

#panel {
    position: fixed;
    top: 0;
    display: none;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 32px 0 26px 0;
    background: #6b9eff;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    z-index: 9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=0, Color=#27395C)";
    -moz-box-shadow: 0 4px 2px -1px rgba(39, 57, 92, 0.3);
    -webkit-box-shadow: 0 4px 2px -1px rgba(39, 57, 92, 0.3);
    box-shadow: 0 4px 2px -1px rgba(39, 57, 92, 0.3);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#27395C);
}

hr.vertical_bar {
    margin: 20px auto;
    border: none;
    width: 24px;
    height: 40px;
    background: #efefef;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

/* */

#mygenre_ahchor_ul {
    display: flex;
    max-width: 480px;
    margin: 16px auto;
    list-style: none;
    box-sizing: border-box;
}

#mygenre_ahchor_ul li {
    position: relative;
    text-align: center;
    width: calc(100% / 3);
    margin: 8px;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #6b9eff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-sizing: border-box;
}

#mygenre_ahchor_ul li a {
    display: block;
    padding: 20px 4px;
}

.arrow_i_bottom {
    position: absolute;
    bottom: 1px;
    margin-left: -0.25em;
    color: #6b9eff;
    font-size: 20px;
}

#mygenre_search_index {
    margin: 0 auto;
    padding: 24px 0;
    background: #e8edf7;
}

#mygenre_search_index #mygenre_search_index_txt {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
}

.add_genre_btn {
    display: block;
    margin: 0 auto;
    padding: 16px 12px;
    border: none;
    background: #538ef1;
    color: #fff;
    font-size: 14px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color=#365B9C)";
    -moz-box-shadow: 0 2px 10px rgba(54, 91, 156, 0.3);
    -webkit-box-shadow: 0 2px 10px rgba(54, 91, 156, 0.3);
    box-shadow: 0 2px 10px rgba(54, 91, 156, 0.3);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#365B9C);
}

.list li {
    width: 100px;
}

.list li:nth-child(odd) {
    background: red;
}

.list li:nth-child(even) {
    background: blue;
}

.nav-horizontal {
    overflow: hidden;
    height: 3em;
    width: 100%;
}

.nav-horizontal .mask {
    height: 5em;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.nav-horizontal .list {
    display: inline-table;
    max-width: 100%;
}

.nav-horizontal .list li {
    display: table-cell;
}

/* thumbs */

@media (max-width: 375px) {
    .mid_index_txt {
        display: block;
        font-weight: bold;
        font-size: 14px;
        margin-left: 12px;
    }
    .mid_index_flex {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        padding: 3px 6px 3px 6px;
    }
    .mid_thumbs {
        display: block;
        width: 40px !important;
        height: 40px !important;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }
}
@media (min-width: 375px) {
    .mid_index_txt {
        display: block;
        font-weight: bold;
        font-size: 17px;
        margin-left: 12px;
    }
    .mid_index_flex {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        padding: 4px 12px 8px 12px;
    }
    .mid_thumbs {
        display: block;
        width: 50px !important;
        height: 50px !important;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }
}

.mid_index_txt {
    color: #626262;
}

.mgr_fixed_menu {
    max-width: 480px;
    padding: 12px 6px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9;
    box-sizing: border-box;
}

/* owl */

#sync2 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    width: calc(100% / 4);
    min-width: 80px;
    max-width: 100px;
    min-height: 60px;
    padding: 8px 6px;
    margin: 5px;
    color: #0c83e7;
    border-radius: 3px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3em;
    cursor: pointer;
    border: none;
    list-style: none;
    box-sizing: border-box;
}

#sync2 .current .item {
    background: #0c83e7;
    color: #fff;
}

.owl-theme .owl-nav [class*="owl-"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
}

#sync1.owl-theme {
    position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

#sync1.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next {
    right: 10px;
}

/* トップページからのコンテンツ一覧 */

#mygenre_contents_wrapper {
    position: relative;
    max-width: 480px;
    margin: 0 auto;
}

.mygenre_contents_index {
    text-align: left;
    padding: 14px 16px;
    margin: 8px 0 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #6b9eff;
}

.mygenre_contents_ul {
    margin: 8px 0 0 0;
}

.mygenre_contents_ul li {
    display: inline-block;
    text-align: center;
    margin: 0 2px 4px 0;
    padding: 3px 7px;
    font-size: 11px;
    line-height: 1.3em;
    color: #2172cf;
    background: #3e82ed;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.mygenre_contents_ul li a {
    color: #fff;
    font-weight: bold;
}

.mygenre_contents_ul2 {
    margin: 8px 7px;
    padding: 10px 6px 4px 6px;
    background: #fff;
    border: 3px solid #cdcdcd;
    border-radius: 6px;
    box-sizing: border-box;
}

.mygenre_contents_ul2 li {
    display: inline-block;
    text-align: center;
    margin: 0 5px 10px 0;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.3em;
    color: #2172cf;
    background: #3e82ed;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.mygenre_contents_ul2 li a {
    color: #fff;
    font-weight: bold;
}

.mgl checked {
    font-weight: bold;
}

@media (max-width: 375px) {
    .swiper-pagination {
        position: relative !important;
        width: 100%;
        height: 58px !important;
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-justify-content: center !important;
        justify-content: center !important;
        -webkit-align-items: center !important;
        align-items: center !important;
        box-sizing: border-box;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .swiper-pagination-bullet {
        display: block;
        width: 100% !important;
        height: 42px !important;
        padding: 10px 3px !important;
        font-size: 11px;
        background: #fff !important;
        font-weight: bold;
        color: #0c83e7;
        line-height: 1.2em;
        border-radius: 6px !important;
        margin: 0 3px;
        box-sizing: border-box;
        opacity: 1 !important;
        z-index: 1000 !important;
    }
}

@media (min-width: 375px) {
    .swiper-pagination {
        position: relative !important;
        width: 100%;
        height: 100px !important;
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-justify-content: center !important;
        justify-content: center !important;
        -webkit-align-items: center !important;
        align-items: center !important;
        box-sizing: border-box;

        margin: 0 auto;
        box-sizing: border-box;
    }

    .swiper-pagination-bullet {
        display: block;
        width: 100% !important;
        height: 60px !important;
        padding: 20px 10px !important;
        font-size: 13px;
        background: #fff !important;
        font-weight: bold;
        color: #0c83e7;
        line-height: 1.3em;
        border-radius: 6px !important;
        margin: 0 4px;
        box-sizing: border-box;
        opacity: 1 !important;
        z-index: 1000 !important;
    }
}

.swiper-pagination-bullet-active {
    position: relative;
    height: 100px;
    background: #0c83e7 !important;
    color: #fff;
}

.swiper-pagination-bullet-active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #0c83e7;
    border-width: 8px;
    margin-left: -8px;
}

.is_fixed {
    position: fixed !important;
    width: 100%;
    height: 120px;

    margin: 0 auto;
    z-index: 9999;
}

input.mygenre_checkbox[type="checkbox"] {
    display: none;
    background-color: #fff;
}

@media (max-width: 375px) {
    .checkbox {
        width: 100%;
        box-sizing: border-box;
        position: relative;
        display: inline-block;
        margin: 0 !important;
        padding: 12px 6px 12px 32px;
        border-radius: 8px;
        border: 2px solid #e0e0e0;
        background-color: #f6f7f8;
        vertical-align: middle;
        font-size: 12px;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
}

@media (min-width: 375px) {
    .checkbox {
        width: 100%;
        box-sizing: border-box;
        position: relative;
        display: inline-block;
        margin: 0 !important;
        padding: 12px 6px 12px 32px;
        border-radius: 8px;
        border: 2px solid #e0e0e0;
        background-color: #f6f7f8;
        vertical-align: middle;
        font-size: 13px;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
}

input.mygenre_checkbox[type="checkbox"]:checked ~ label {
    background-color: #dfe6ff;
    -webkit-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    border: 2px solid #4e6bff;
    color: #1e6acb;
    font-weight: bold;
}

input.mygenre_checkbox[type="checkbox"]:checked ~ label.bg_white {
    background: none;
    padding: 8px 8px 8px 40px;
    border: 1px solid #67deb4;
    -webkit-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

input.mygenre_checkbox[type="checkbox"] ~ label.bg_white {
    background: none;
    padding: 8px 8px 8px 40px;
    border: 1px solid #67deb4;
    -webkit-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

.checkbox:after {
    position: absolute;
    top: 50%;
    left: 6px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 2px solid #cecece;
    border-radius: 6px;
    content: "";
}

.checkbox:before {
    position: absolute;
    top: 50%;
    left: 12px;
    display: block;
    margin-top: -7px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #6b9eff;
    border-bottom: 3px solid #6b9eff;
    content: "";
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input.mygenre_checkbox[type="checkbox"]:checked + .checkbox:after {
    border: none;
}

input.mygenre_checkbox[type="checkbox"]:checked + .checkbox:before {
    opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
    position: fixed !important;
    z-index: 99999 !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
    z-index: 99999 !important;
}

.mgrNavArrow {
    font-size: 38px;
    color: #0087ff;
    z-index: 99999 !important;
}

#descriptionArea {
    width: 100%;
    margin: 20px 20px;
    background: #fafafa;
    box-sizing: border-box;
}

/* modal */

.mgr_modal_open {
    position: fixed;
    bottom: 32px;
    left: 23px;
    width: 106px;
    padding: 12px 6px;
    background: #838383;
    font-size: 13px;
    color: #fff;
    border: none;
    border-radius: 4px;
    z-index: 1000;
}
.mgr_modal_container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 99999;
}
.mgr_modal_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.mgr_modal_body {
    display: table;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.mgr_modal_main {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 25px;
    z-index: 99999;
}
.mgr_modal_content {
    position: relative;
    display: inline-block;
    width: 86vw;
    max-width: 480px;
    background: #fff;
    padding: 0 10px 18px 10px;
    border-radius: 8px;
    box-sizing: border-box;
    z-index: 99998;
}
.mgr_modal_text {
    line-height: 1.8;
    padding: 0 0 25px;
}

.mgrModalIndex {
    font-weight: bold;
    margin-bottom: 10px;
}

.mgrModalTxt {
    font-size: 13px;
    margin-top: 4px;
}

.mgrModalTxtMain {
    font-size: 14px;
    margin: 8px;
    line-height: 1.4em;
}

.mgrModarImg {
    width: calc(100% - 12px);
    max-width: 240px;
    background: #eee;
    margin: 0 auto;
}

/* new resulut page */

#mygenre_contents_wrapper {
    position: relative;
    max-width: 480px;
    margin: 0 auto;
}

.mgr_list_hr {
    display: block;
    width: 30px;
    margin: 32px auto 0 auto;
    border: none;
    border-top: 1px solid #2c2c2c;
}

.mgr_list_hr_wht {
    display: block;
    width: 100px;
    margin: 40px auto 20px auto;
    border: none;
    border-top: 1px solid #fff;
}

@media (max-width: 375px) {
    .mygenre_contents_index2 {
        text-align: center;
        margin: 5px auto 5px auto;
        font-size: 15px;
        font-weight: bold;
        color: #2c2c2c;
    }
    .mygenre_contents_index2 p {
        line-height: 1.3em;
    }

    .mgr_result_checkbox {
        width: auto;
        box-sizing: border-box;
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 8px 8px 8px 32px;
        border-radius: 8px;
        background-color: #f2f2f2;
        vertical-align: middle;
        font-size: 11px;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .mgr_result_checkbox:after {
        position: absolute;
        top: 50%;
        left: 8px;
        display: block;
        margin-top: -10px;
        width: 16px;
        height: 16px;
        border: 2px solid #cecece;
        border-radius: 6px;
        content: "";
    }

    .mgr_result_checkbox:before {
        position: absolute;
        top: 50%;
        left: 14px;
        display: block;
        margin-top: -7px;
        width: 5px;
        height: 9px;
        border-right: 3px solid #fff;
        border-bottom: 3px solid #fff;
        content: "";
        opacity: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    input.mgr_result_input[type="checkbox"] {
        display: none;
    }

    input.mgr_result_input[type="checkbox"]:checked ~ label {
        background: #6252ff;
        color: #fff !important;
    }

    input.mgr_result_input[type="checkbox"]:checked ~ label.bg_white {
        background: none;
        border: 1px solid #67deb4;
    }

    input.mgr_result_input[type="checkbox"] ~ label.bg_white {
        background: none;
        padding: 8px 8px 8px 0;
        border: 1px solid #67deb4;
    }

    input.mgr_result_input[type="checkbox"]:checked
        + .mgr_result_checkbox:before {
        opacity: 1;
    }

    .mgr_result_time {
        position: absolute;
        font-size: 9px;
        top: 0;
        right: 0;
        padding: 3px;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
    }

    .mgr_result_icon {
        position: absolute;
        font-size: 9px;
        top: 2px;
        left: 2px;
        width: 40px !important;
        border-radius: 3px;
    }

    .mgr_select_tags_ul {
        max-width: 480px;
        list-style: none;
        margin: 0 auto;
        padding: 0 3px 8px 3px;
    }

    .mgr_select_tags_ul li {
        display: inline-block;
        position: relative;
        text-align: center;
        margin: 0 1px;
        padding: 5px 3px;
        line-height: 1.1em;
        font-weight: bold !important;
        color: #6252ff !important;
        font-size: 11px !important;
        border-radius: 5px;
    }

    .mgr_select_tags_ul li.mgr_tags_selected {
        font-weight: bold !important;
        color: #fff !important;
        font-size: 12px !important;
        background: #6252ff !important;
        border: 2px solid #6252ff;
    }

    .mgr_select_tags_ul li a {
        color: #6252ff;
    }

    .mgr_select_tags_ul li.mgr_tags_selected a {
        color: #fff;
    }
}
@media (min-width: 375px) {
    .mygenre_contents_index2 {
        text-align: center;
        padding: 0px 0 10px 0;
        margin: 6px auto 6px auto;
        font-size: 19px;
        font-weight: bold;
        color: #2c2c2c;
    }

    .mygenre_contents_index2 p {
        line-height: 1.4em;
    }

    .mgr_result_checkbox {
        width: auto;
        box-sizing: border-box;
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 11px 12px 11px 32px;
        border-radius: 8px;
        background-color: #f2f2f2;
        vertical-align: middle;
        font-size: 12px;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .mgr_result_checkbox:after {
        position: absolute;
        top: 50%;
        left: 8px;
        display: block;
        margin-top: -10px;
        width: 16px;
        height: 16px;
        border: 2px solid #cecece;
        border-radius: 6px;
        content: "";
    }

    .mgr_result_checkbox:before {
        position: absolute;
        top: 50%;
        left: 14px;
        display: block;
        margin-top: -7px;
        width: 5px;
        height: 9px;
        border-right: 3px solid #fff;
        border-bottom: 3px solid #fff;
        content: "";
        opacity: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    input.mgr_result_input[type="checkbox"] {
        display: none;
    }

    input.mgr_result_input[type="checkbox"]:checked ~ label {
        background: #6252ff;
        color: #fff !important;
    }

    input.mgr_result_input[type="checkbox"]:checked ~ label.bg_white {
        background: none;
        border: 1px solid #67deb4;
    }

    input.mgr_result_input[type="checkbox"] ~ label.bg_white {
        background: none;
        padding: 8px 8px 8px 0;
        border: 1px solid #67deb4;
    }

    input.mgr_result_input[type="checkbox"]:checked
        + .mgr_result_checkbox:before {
        opacity: 1;
    }

    .mgr_result_time {
        position: absolute;
        font-size: 10px;
        top: 0;
        right: 0;
        padding: 3px;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
    }

    .mgr_result_icon {
        position: absolute;
        font-size: 9px;
        top: 3px;
        left: 3px;
        width: 45px !important;
        border-radius: 3px;
    }

    .mgr_select_tags_ul {
        max-width: 480px;
        list-style: none;
        margin: 0 auto;
        padding: 12px 12px 24px 12px;
    }

    .mgr_select_tags_ul li {
        display: inline-block;
        position: relative;
        text-align: center;
        margin: 0 2px;
        padding: 5px 4px;
        line-height: 1.1em;
        font-weight: bold !important;
        color: #6252ff !important;
        font-size: 12px !important;
        border-radius: 6px;
    }

    .mgr_select_tags_ul li.mgr_tags_selected {
        font-weight: bold !important;
        color: #fff !important;
        font-size: 12px !important;
        background: #6252ff !important;
        border: 2px solid #6252ff;
    }

    .mgr_select_tags_ul li a {
        color: #6252ff;
    }

    .mgr_select_tags_ul li.mgr_tags_selected a {
        color: #fff;
    }
}

/* contents list */

.mgr_c_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;

    list-style: none;
    box-sizing: border-box;
}

.mgr_c_list li.mgr_c_list_li {
    position: relative;
    width: 100%;
    margin: 0 4px 5px 4px;
    box-sizing: border-box;
    list-style: none;
}

.mgr_c_list li.mgr_c_list_li img.mgr_c_thumbs {
    flex-shrink: 0;
    width: 100px;
    height: 80px;
    border-radius: 4px 0 0 4px;
}

.mgr_c_list li.mgr_c_list_li p {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3em;
    color: #2c2c2c;
    box-sizing: border-box;
}
.mgr_c_list_li_inner {
    display: flex;
    justify-content: flex-start;
    position: relative;
    height: auto;
    background: #eee;
    box-sizing: border-box;
    border-radius: 4px;
}

.mgr_result_time_contents {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 10px;
    color: #fff;
    border-radius: 4px 0 0 0;
}

.mgr_result_icon_contents {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 40px !important;
    height: auto !important;
    margin-bottom: 4px;
    border-radius: 3px;
    z-index: 10;
}

.space_icon {
    display: none;
}

.mgr_c_tags_contents {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 6px;
    list-style: none !important;
    box-sizing: border-box;
    z-index: 4;
}

.mgr_c_tags_contents li {
    display: inline-block;
    padding: 3px 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    background: #fff;
    color: #6252ff;
    font-size: 7px;
    font-weight: normal;
    border-radius: 3px;
    list-style: none !important;
}

.mgr_tags_contents_active {
    font-weight: bold !important;
    color: #fff !important;
    font-size: 10px !important;
    background: #6252ff !important;
    border: none;
}

/* new contents */

.mgr_c_list2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    list-style: none;
    box-sizing: border-box;
}

.mgr_c_list2 li.mgr_c_list_li2 {
    position: relative;
    display: flex;
    width: calc(100% / 2);
    padding: 2px;
    box-sizing: border-box;
    list-style: none;
}

.mgr_c_list2 li.mgr_c_list_li2 img {
    width: 100%;
    height: auto;
}

.mgr_c_list2 li.mgr_c_list_li2 p {
    position: absolute;
    bottom: 2px;
    padding: 4px 6px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.3em;
    color: #fff;
    box-sizing: border-box;
    z-index: 3;
}

.mgr_c_list_li2_inner {
    position: relative;
    height: auto;
    background: #eee;
    box-sizing: border-box;
    border-radius: 6px;
}

.mgr_innershadow {
    position: absolute;
    width: 100%;
    height: 100%;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=70, Direction=0, Color=#000000)"; /*IE 8*/
    -moz-box-shadow: 0 -75px 50px -44px rgba(0, 0, 0, 0.7) inset; /*FF 3.5+*/
    -webkit-box-shadow: 0 -75px 50px -44px rgba(0, 0, 0, 0.7) inset; /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 -75px 50px -44px rgba(0, 0, 0, 0.7) inset; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=70, Direction=135, Color=#000000); /*IE 5.5-7*/
    z-index: 2;
}

.mgr_thumbbox {
    position: relative;
}

.mgr_c_tag_ul2 {
    display: flex;
    padding: 4px;
    list-style: none;
    box-sizing: border-box;
    z-index: 4;
    list-style: none !important;
}

.mgr_c_tag_ul2 li {
    padding: 3px 5px;
    margin-right: 4px;
    background: #ff3350;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    list-style: none !important;
}

.mgr_c_tags {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 6px;
    list-style: none !important;
    box-sizing: border-box;
    z-index: 4;
}

.mgr_c_tags li {
    display: inline-block;
    padding: 3px 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    background: #fff;
    color: #6252ff;
    font-size: 10px;
    font-weight: normal;
    border-radius: 3px;
    list-style: none !important;
}

.mgr_tags_active {
    font-weight: bold !important;
    color: #fff !important;
    font-size: 12px !important;
    background: #6252ff !important;
    border: none;
}

#pagination-container {
    max-width: 480px;
    text-align: center;
    margin: 30px auto 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.paginationjs {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.paginationjs {
    width: 100%;
}

.paginationjs .paginationjs-pages {
    float: none !important;
    width: 300px !important;
    margin: 0 auto;
}

.paginationjs .paginationjs-pages li {
    border-color: #ddd !important;
}

.paginationjs .paginationjs-pages li > a {
    color: #4285f4 !important;
}

.paginationjs .paginationjs-pages li.active > a {
    background: #4285f4 !important;
    color: #fff !important;
}

.paginationjs .paginationjs-nav {
    display: block !important;
    text-align: center !important;
    width: 100% !important;
    margin: 0 auto !important;
}

.add_button {
    background: red;
}

/* info */

section.mgr_info {
    position: relative;

    padding: 3px 6px;
    margin: 12px auto;
    border-radius: 4px;
    border: 3px solid #d9d9d9;
    box-sizing: border-box;
}

.mgr_info_index {
    position: absolute;
    top: -8px;
    left: 5px;
    text-align: center;
    width: 80px;
    font-size: 13px;
    background: #fff;
    font-weight: bold;
}

.mgr_info_taglist_ul {
    margin: 10px 0 0 0;
    box-sizing: border-box;
}

.mgr_info_taglist_ul li {
    width: auto;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    margin: 0 5px 9px 0px;
    padding: 6px 7px;
    border-radius: 5px;
    background-color: #f2f2f2;
    vertical-align: middle;
    font-size: 12px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
}

.mgr_info_taglist_ul li.active {
    background: #6252ff;
}

.mgr_info_taglist_ul li a {
    color: #6252ff;
}

.mgr_info_taglist_ul li.active a {
    color: #fff;
}

/* drawer */

#mgr_tags_add_btn,
#mgr_contact_btn {
    box-shadow: 0 2px 8px rgb(0 0 0 / 30%);
}

@media (max-width: 375px) {
    #mgr_contact_btn {
        position: fixed;
        bottom: 32px;
        left: 12px;
        text-align: center;
        width: 68px;
        height: 68px;
        background: #14aa9e;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        border-radius: 100%;
        z-index: 100;
    }

    #mgr_contact_btn a {
        display: block;
        color: #fff;
        font-size: 10px;
    }

    #mgr_drawer_opne_btn {
        position: fixed;
        bottom: 32px;
        right: 12px;
        text-align: center;
        width: 68px;
        height: 68px;
        background: #e9a70a;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        border-radius: 100%;
        z-index: 100;
    }

    #mgr_drawer_opne_btn p {
        font-size: 10px;
    }

    #mgr_tags_add_btn {
        position: fixed;
        bottom: 32px;
        left: calc(50% - 52px);
        text-align: center;
        width: 100px;
        padding: 2px 4px 6px 4px;
        background: #236bff;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        border-radius: 12px;
        z-index: 100;
        box-sizing: border-box;
    }

    .mgr_gtn_icon {
        display: blcok;
        font-size: 24px;
        margin: 0 auto 10px auto;
    }

    .mgr_drawer_close_pos {
        position: absolute;
        top: 18px;
        right: 8px;
        width: 50px;
        text-align: right;
    }

    .mgr_close_i {
        font-size: 34px;
        color: #fff;
    }

    .mgr_drawer_backbtn {
        width: 50px;
        height: 25px;
        border: 2px solid #fff;
        color: #fff;
        font-size: 13px;
        border-radius: 6px;
    }

    .mgr_filter_back {
        position: absolute;
        top: 8px;
        left: 10px;
        width: 50px;
        height: 20px;
        border: 2px solid #fff;
        color: #fff;
        border-radius: 6px;
    }

    .mgr_sort_submit {
        display: block;
        text-align: center;
        width: 200px;
        margin: 20px auto 0 auto;
        padding: 12px 10px;
        background: #ff4242;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        border: none;
        border-radius: 4px;
    }
}

@media (min-width: 375px) {
    #mgr_contact_btn {
        position: fixed;
        bottom: 32px;
        left: 12px;
        text-align: center;
        width: 80px;
        height: 80px;
        background: #14aa9e;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        border-radius: 100%;
        z-index: 100;
    }

    #mgr_contact_btn a {
        display: block;
        color: #fff;
        font-size: 11px;
    }

    #mgr_drawer_opne_btn {
        position: fixed;
        bottom: 32px;
        right: 12px;
        text-align: center;
        width: 80px;
        height: 80px;
        background: #e9a70a;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        border-radius: 100%;
        z-index: 100;
    }

    #mgr_drawer_opne_btn p {
        font-size: 11px;
    }

    #mgr_tags_add_btn {
        position: fixed;
        bottom: 32px;
        left: calc(50% - 52px);
        text-align: center;
        width: 100px;
        padding: 2px 4px 6px 4px;
        background: #236bff;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        border-radius: 12px;
        z-index: 100;
        box-sizing: border-box;
    }

    .mgr_gtn_icon {
        display: blcok;
        font-size: 30px;
        margin: 0 auto 10px auto;
    }

    .mgr_drawer_close_pos {
        position: absolute;
        top: 18px;
        right: 8px;
        width: 64px;
        text-align: right;
    }

    .mgr_close_i {
        font-size: 40px;
        color: #fff;
    }

    .mgr_drawer_backbtn {
        width: 64px;
        height: 30px;
        border: 2px solid #fff;
        color: #fff;
        font-size: 15px;
        border-radius: 6px;
    }

    .mgr_sort_submit {
        display: block;
        text-align: center;
        width: 200px;
        margin: 24px auto 0 auto;
        padding: 16px 10px;
        background: #ff4242;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        border: none;
        border-radius: 4px;
    }
}

#mgr_tags_add_btn a {
    color: #fff;
}

.mgr_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

#mgr_slide_area {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 200;
}

#mgr_slide_area .slideInner {
    position: relative;
    max-width: 480px;
    margin: 0 auto;
    padding: 0px 8px;
    box-sizing: border-box;
}

.flexCenter {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

/**/

#mgr_sort_submit_nochk {
    background: #b2b2b2 !important;
    border: 3px solid blue;
}

/*** tutorial ***/

#mgr_tut_bg {
    position: relative;
    width: 100vw;
    height: 600px;

    background: #988dff;
    z-index: 100000;
}

/*** top ***/

#mgr_top_link:after {
    bottom: 100%;
    left: calc(25% - 10px);
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #a887ff;
    border-width: 10px;
    margin-left: 0px;
}

/*** ***/

#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #00b894;
    z-index: 1001;
}
#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 1002;
}
***/




/*** oshirase ***/

.mgr_modal_list_open {
    position: absolute;
    top: 8px;
    right: 12px;
    text-align: center;
    width: 90px;
    padding: 6px 0;
    font-size: 12px;
    right: 12px;
    border-radius: 6px;
    background: #5c7cfa;
    color: #fff;
}

.mgr_modal_list_btn_date {
    font-size: 10px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    padding: 1px 5px;
}
.mgr_news_hr {
    border: none;
    border-top: 1px solid #999;
    margin: 12px auto;
}

.mgr_modal_list_container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 99999;
}
.mgr_modal_list_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.mgr_modal_list_body {
    display: table;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.mgr_modal_list_main {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 25px;
    z-index: 99999;
}
.mgr_modal_list_content {
    position: relative;
    top: 0;
    display: inline-block;
    width: 86vw;
    max-width: 480px;
    background: #fff;
    padding: 0 10px 18px 10px;
    border-radius: 8px;
    box-sizing: border-box;
    z-index: 99998;
}
.mgr_modal_list_text {
    line-height: 1.8;
    padding: 0 0 25px;
}

.mgr_newslist_flexR {
    flex: 1;
    line-height: 1.4em;
    text-align: left;
}

.mgr_newslist_update {
    align-items: flex-start;
    text-align: left;
    padding: 10px;
    font-size: 12px;
    margin-bottom: 6px;
    background: #d2e3fd;
    border-radius: 4px;
}

.mgr_newslist_bugs {
    align-items: flex-start;
    text-align: left;
    padding: 10px;
    font-size: 12px;
    margin-bottom: 6px;
    background: #e0e0e0;
    border-radius: 4px;
}

.mgr_newslist_fix {
    align-items: flex-start;
    text-align: left;
    padding: 10px;
    font-size: 12px;
    background: #ffd8cd;
    border-radius: 4px;
}

.mgr_newslist_update_icon {
    border-radius: 7px;
    background: #3e82ed;
    color: #fff;
    font-size: 10px;
    padding: 3px 6px;
}

.mgr_newslist_bugs_icon {
    border-radius: 7px;
    background: #979797;
    color: #fff;
    font-size: 10px;
    padding: 3px 6px;
}

.mgr_newslist_fix_icon {
    border-radius: 7px;
    background: #f57755;
    color: #fff;
    font-size: 10px;
    padding: 3px 6px;
}

.mgr_news_nextupdate {
    text-align: center;
    width: 140px;
    padding: 5px;
    margin: 10px auto;
    color: #fff;
    font-size: 12px;
    border-radius: 12px;
    background: #5c7cfa;
}

.mgr_news_date {
    text-align: center;
    width: 70px;
    padding: 5px;
    margin: 10px auto;
    color: #fff;
    font-size: 12px;
    border-radius: 12px;
    background: #5c7cfa;
}

.mgr_news_date_past {
    text-align: center;
    width: 70px;
    padding: 5px;
    margin: 10px auto;
    color: #fff;
    font-size: 12px;
    border-radius: 12px;
    background: #929292;
}

.mgrModalIndex {
    text-align: center;
    color: #2c2c2c;
    line-height: 1.4em;
}

/*** scroll_modal ***/

.mgr_scroll_modal_overlay {
    display: none;
    position: fixed;
    top: -10px;
    left: 0;
    right: 0;
    bottom: -10px;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 9999;
}
.mgr_scroll_modal_container {
    padding: 0 0 10px 0;
    width: 100%;
    height: 100%;
}
.mgr_scroll_modal_inner {
    padding: 0 0;
}
.mgr_scroll_modal {
    position: relative;
    margin: 0 auto;
    padding: 1.9em 12px;
    max-width: 420px;
    border-radius: 7px;
    color: #fff;
}
.mgr_scroll_modal::after {
    content: "";
    clear: both;
}
.mgr_scroll_modal > p {
    text-indent: 1em;
    line-height: 1.7;
}
.mgr_scroll_modal_close {
    position: absolute;
    top: 24px;
    right: 20px;
    color: #fff;
    border: 0;
    border-radius: 4px;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* ニュース枠 */

.mgr_news_overlay {
    display: none;
    position: fixed;
    top: -10px;
    left: 0;
    right: 0;
    bottom: -10px;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 9998;
}
.mgr_news_container {
    display: table;
    padding: 10px 0;
    width: 100%;
    height: 100%;
}
.mgr_news_inner {
    display: table-cell;
    padding: 3em 1em;
    vertical-align: middle;
}
.mgr_news_modal {
    margin: 0 auto;
    padding: 24px 12px;
    max-width: 420px;
    text-align: justify;
    text-justify: inter-ideograph;
    border-radius: 7px;
    background-color: #fff;
    z-index: 9999;
}
.mgr_news_modal::after {
    display: table;
    content: "";
    clear: both;
}

.mgr_news_close_btn {
    text-align: center;
    margin: 24px auto 0 auto;
    width: 90px;
    padding: 7px 0;
    font-size: 14px;
    background: #eee;
    border-radius: 6px;
}

/********* 月額 *********/

.monthly_footer_logo {
    width: 100%;
    text-align: center;
    padding: 12px;
    box-sizing: border-box;
}

.blue_logo_bottom_txt {
    font-size: 10px;
    color: #c0c0c0;
    margin-bottom: 5px;
}

.blue_logo_bottom {
    width: 74px;
}

.monthly_index_container {
    margin: 0 auto;
    max-width: 480px;
    width: 100%;
}

.monthly_index_bg {
    width: 100%;
}

.monthly_top_header {
    position: relative;
    background: #fff;
    z-index: 999;
}

#monthly_header {
    background: #fff;
    z-index: 999;
}

.header_right_logo {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 72px;
}

section#monthly_index_login {
    position: relative;
    top: -20px;
    margin-bottom: 20px;
}

.monthly_blue_submit_btn {
    text-align: center;
    width: 220px;
    margin: 0 auto;
    padding: 18px 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #4b4bff;
    border-radius: 25px;
    filter: drop-shadow(0px 3px 12px rgba(45, 45, 255, 0.29));
}

.monthly_blue_submit_btn_s {
    text-align: center;
    width: 180px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #4b4bff;
    border-radius: 25px;
    filter: drop-shadow(0px 3px 12px rgba(45, 45, 255, 0.29));
}

.monthly_blue_login_btn {
    text-align: center;
    width: 180px;
    margin: 0 auto;
    padding: 12px 0;
    font-size: 14px;
    font-weight: bold;
    color: #0000c5;
    background: none;
    border: 1px solid #0019ff;
    border-radius: 25px;
}

#monthly_index_header_icon {
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 90px);
    width: 180px;
    z-index: 2;
}

#monthly_index_header_txt {
    position: absolute;
    top: calc(50% + 72px);
    width: 100%;
    text-align: center;
    font-weight: normal;
    color: #fff;
}

#monthly_index_details2 #index_txt {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-top: 32px;
}

#monthly_index_details1,
#monthly_index_details2 .index_p {
    padding: 24px 28px;
    font-size: 13px;
    line-height: 1.5em;
    box-sizing: border-box;
}

#monthly_index_details1 {
    background: #fff;
}

#monthly_index_details1 #index_txt {
    text-align: center;
    padding: 20px 0 20px 0;
    font-weight: bold;
    font-size: 22px;
}

#monthly_index_details1 .index_p {
    text-align: center;
    font-size: 15px;
    line-height: 1.8em;
    box-sizing: border-box;
}

.swiper_monthly_index_ul {
    padding: 40px 12px;

    box-sizing: border-box;
}
.swiper_monthly_index_ul li {
    width: 240px;
    background: #fff;
    border-radius: 12px;
    filter: drop-shadow(0px 8px 18px rgba(78, 76, 205, 0.25));
    box-sizing: border-box;
}
.swiper_monthly_index_ul li img {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 12px 12px 0 0;
    box-sizing: border-box;
}

.swiper_monthly_index_details {
    text-align: center;
    padding: 24px 0;
    box-sizing: border-box;
}

.swiper_monthly_index_supervise {
    font-size: 11px;
    line-height: 8px;
    color: #969696;
    margin-bottom: 16px;
}

.swiper_monthly_index_planname {
    font-weight: bold;
    font-size: 25px;
    line-height: 21px;
    color: #232323;
    margin-bottom: 16px;
}

/* plan select */

.monthly_plan_select_modal {
    max-width: 480px;
    margin: 0 auto;
    padding: 0;
    border-radius: 12px;
    box-sizing: border-box;
}

.monthly_plan_select_modal_jktimg {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0 auto;
    border-radius: 12px 12px 0 0;
    box-sizing: border-box;
}

.himkr_rakuten_fixed {
    position: fixed;
    bottom: 0px;

    text-align: center;
    width: 100%;
    padding: 8px 0 28px 0;
    font-size: 16px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.4);
    z-index: 800;
}

.himkr_rakuten_btn {
    filter: drop-shadow(0px 3px 12px rgba(45, 45, 255, 0.29));
}

.monthly_plan_select_modal_fixed_btn {
    position: fixed;
    bottom: 24px;
    left: calc(50% - 120px);
    text-align: center;
    width: 240px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #4b4bff;
    border-radius: 25px;
    filter: drop-shadow(0px 3px 12px rgba(45, 45, 255, 0.29));
    z-index: 800;
}

.monthly_plan_select_modal_details {
    position: relative;
    top: -24px;
    width: 84%;
    margin: 0 auto;
    padding: 16px;
    background: #fff;
    border-radius: 12px;
    filter: drop-shadow(0px 3px 18px rgba(135, 134, 249, 0.29));
}

.monthly_plan_select_modal_details .ttl {
    text-align: center;
    margin: 12px auto 24px auto;
    font-size: 15px;
    font-weight: bold;
    color: #2c2c2c;
}

.monthly_plan_select_modal_details .txt {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5em;
    color: #2c2c2c;
}

.monthly_plan_select_modal_ul {
    display: block;
    max-width: 720px;
    margin: 0 auto;
    list-style: none;
    box-sizing: border-box;
}

.monthly_plan_select_modal_ul li {
    display: flex;
    position: relative;
    padding: 6px 0 6px 6px;
    margin-bottom: 3px;
    border-top: 1px solid #eee;
    box-sizing: border-box;
}

.monthly_plan_select_modal_ul li:last-child {
    border-bottom: 1px solid #eee;
}

.monthly_plan_select_modal_ul li .contents_thumb {
    flex: 0 0 auto;
    width: 100px;
    height: 75px;
    border-radius: 4px 0 0 4px;
}

.monthly_plan_select_modal_ul li .contents_txt {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3em;
    padding: 8px 8px 8px 8px;
}

.monthly_plan_select_modal_ul li .contents_date {
    font-size: 11px;
    font-weight: normal;
    line-height: 1.3em;
    padding: 0px 6px 8px 8px;
}

.monthly_plan_select_modal_ul li .contents_time {
    position: absolute;
    bottom: 3px;
    left: 3px;
    text-align: center;
    width: 128px;
    padding: 1px 0;
    font-size: 10px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0 0 0 6px;
}

#monthly_plan_select_header {
    position: relative;
    text-align: center;
    width: 100%;
    height: 120px;
    background: #8786f9;
}

#monthly_plan_select_header p {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 40px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.single_monthly_index_plan {
    position: relative;
    top: -40px;
    max-width: 300px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 8px 18px rgba(78, 76, 205, 0.25);
    box-sizing: border-box;
    z-index: 60;
}

.single_monthly_index_plan img {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 12px 12px 0 0;
    box-sizing: border-box;
}
#monthly_plan_select_header {
    position: relative;
    text-align: center;
    width: 100%;
    height: 120px;
    background: #8786f9;
}

#monthly_plan_select_header p {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 40px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.single_monthly_index_plan2 {
    position: relative;
    top: 32px;
    max-width: 300px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 8px 18px rgba(78, 76, 205, 0.25);
    /*filter: drop-shadow(0px 8px 18px rgba(78, 76, 205, 0.25));*/
    box-sizing: border-box;
    z-index: 60;
}

.single_monthly_index_plan2 img {
    border-radius: 12px 12px 0 0;
}

.swiper_monthly_index_price {
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 15px;
    color: #5f5ddc;
}

/* info */

#monthly_info_details {
    padding: 32px 24px;
    background: #fff;
}

#monthly_info_details .ttl {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 16px;
}

#monthly_info_details .time {
    font-weight: normal;
    font-size: 12px;
    color: #6c6c6c;
}

#monthly_info_details .txt {
    font-size: 13px;
    line-height: 1.8em;
    box-sizing: border-box;
}

.monthly_blue_submit_btn_single {
    text-align: center;
    max-width: 300px;
    margin: 40px auto 0 auto;
    padding: 14px 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #4b4bff;
    border-radius: 4px;
    filter: drop-shadow(0px 3px 12px rgba(45, 45, 255, 0.29));
}

.monthly_info_ttl_flex {
    margin: 6px 0 24px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.monthly_info_currender_num {
    position: absolute;
    top: 22px;
    left: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #707070;
}

.monthly_related_work {
    margin-top: 24px;
    background: #fff;
}

.monthly_related_work_index {
    text-align: center;
    padding: 8px 0 16px 0;
    font-size: 18px;
    font-weight: bold;
}

.monthly_related_ul {
    display: flex;
    flex-wrap: wrap;
    padding: 2px;
    box-sizing: border-box;
}

.monthly_related_ul li {
    display: block;
    padding: 0 4px;
    margin-bottom: 12px;
    width: calc(100% / 2);
    box-sizing: border-box;
}

.keyword_li_padding {
    display: block;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
}

.keyword_li_thumb_area {
    position: relative;
}

.monthly_related_ul li .contents_thumb {
    flex-grow: 0;
    flex-shrink: 0;
    width: 100%;
    border-radius: 4px 4px 0 0;
}

.monthly_related_ul li .contents_txt {
    padding: 8px 8px;
    font-size: 12px;
    line-height: 1.4em;
}

.monthly_info_bg {
    position: relative;
}

.monthly_info_bg .playbtn {
    position: absolute;
    text-align: center;
    bottom: 25px;
    left: calc(50% - 110px);
    width: 220px;
    height: 50px;
    color: #fff;
    font-weight: bold;
    background: linear-gradient(to left, #4b4bff 0%, #3da9d8 100%);
    box-shadow: 0px 3px 18px rgba(45, 45, 255, 0.77);
    border-radius: 24px;
}

.monthly_like_btn {
    position: fixed;
    bottom: 32px;
    right: 24px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #ff2d2d;
    border: 1px solid #ff2d2d;
    z-index: 100;
}

.monthly_review_btn {
    position: fixed;
    bottom: 32px;
    right: 76px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #ff2d2d;
    border: 1px solid #ff2d2d;
    z-index: 100;
}

.monthly_btn_dropshadow {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

#monthly_header .fa-bars {
    position: absolute;
    top: 16px;
    right: 12px;
    color: #666666;
}

#monthly_header .fa-bell {
    position: absolute;
    top: 16px;
    right: 48px;
    color: #666666;
}

.monthly_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 550;
}

.monthly_overlay_wht {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 550;
}

.monthly_overlay_restriction {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99995;
}

.monthly_review_write_area {
    display: none;
    position: fixed;
    bottom: 0;
    left: calc(50% - 150px);
    width: 300px;
    height: 200px;
    padding: 40px 0px 32px 0px;
    background: #fff;
    margin: 20px auto;
    border-radius: 12px;
    box-sizing: border-box;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
    z-index: 600;
}

.monthly_review_write_area_index {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 15px;
    color: #6a6a6a;
}

.monthly_review_write_area_input {
    display: block;
    margin: 0 auto 20px auto;
    padding: 8px;
    width: 240px;
    background: #eee;
    border: none;
    border-radius: 8px;
}

.monthly_review_write_area_submit {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 32px;
    background: #1700ff;
    color: #fff;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.16);
}

.monthly_like_area {
    display: none;
    position: fixed;
    bottom: 0;
    left: calc(50% - 150px);
    width: 300px;
    height: 180px;
    padding: 32px 0px;
    margin: 20px auto;
    border-radius: 12px;
    box-sizing: border-box;
    z-index: 600;
}

.monthly_like_area_txt {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.monthly_like_icon {
    text-align: center;
    display: block;
    margin: 0 auto 20px auto;
    color: #ff0707;
}

.monthly_drawer {
    display: none;
    position: fixed;
    top: 0;
    right: -200px;
    width: 200px;
    height: 100%;
    padding: 32px 0px;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
    z-index: 99999;
}

.monthly_drawer ul {
    text-align: left;
    list-style: none;
    padding: 8px 0 16px 24px;
}

.monthly_drawer ul li {
    margin-bottom: 32px;
    font-size: 16px;
}

.himkr_chapter_selectr_container {
    padding: 10px 0;
    width: 100%;
    height: 100%;
}
.himkr_chapter_select_innder {
    position: relative;
    vertical-align: top;
    width: 100%;
    max-width: 480px;
}

#himkr_chapter_index {
    text-align: center;
    margin: 24px auto;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    color: #fff;
}

.himkr_chapter_select_ul {
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    list-style: none;
    box-sizing: border-box;
}

.himkr_chapter_select_ul li {
    display: flex;
    position: relative;
    padding: 10px 12px;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}

.himkr_chapter_select_ul li:first-child {
    border-top: 1px solid #fff;
}

.himkr_chapter_select_ul li .contents_thumb {
    flex: 0 0 auto;
    position: relative;
    width: 128px;
    height: 96px;
    margin-right: auto;
}

.himkr_chapter_select_ul li .contents_txt {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3em;
    margin-right: auto;
    padding: 8px 6px 8px 8px;
}

.himkr_sumado_link {
    margin-right: auto;
    max-width: 300px;
    width: 94%;
    margin: 24px auto 6px auto;
    padding: 6px 12px;
    background: #fff;
    border: solid 1px #eee;
    border-radius: 12px;
    box-sizing: border-box;
    box-shadow: 0px 2px 6px rgba(0, 10, 141, 0.2);
}

.sumado_suggest_txt {
    flex: 1;
    text-align: left;
    margin-right: auto;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    color: #3c4aff;
}

.sumado_suggest_btn {
    width: 132px;
    height: 40px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: #1000ff;
    border-radius: 24px;
    box-sizing: border-box;
}

.monthly_overlay_restriction {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.74);
    z-index: 99995;
}

.monthly_restriction_area {
    position: fixed;
    flex-direction: column;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 99996;
}

.monthly_restriction_btn {
    width: 220px;
    height: 46px;
    background: #4b4bff;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 24px;
}

.monthly_restriction_btn a {
    color: #fff;
}

.monthly_today_bg {
    position: relative;
}

.monthly_today_bg .today_ttl {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 12px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4em;
    box-sizing: border-box;
}

.monthly_today_bg .today_mv_icon {
    position: absolute;
    bottom: 54px;
    left: 16px;
    padding: 6px 12px;
    background: #ffcc00;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 25px;
    box-sizing: border-box;
}

.monthly_index_main {
    position: relative;
    background: #fafafa;
    padding: 24px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.monthly_index_main .register_icon {
    display: inline-block;
    width: 106px;
    padding: 7px 0;
    background: #ff4326;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0px 3px 6px rgba(255, 0, 0, 0.2);
    border-radius: 24px;
    z-index: 99;
}

.monthly_index_main .register_icon_2 {
    position: absolute;
    bottom: -18px;
    left: calc(50% - 55px);
    width: 110px;
    padding: 12px 0;
    background: #ff4326;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    box-shadow: 0px 3px 6px rgba(255, 0, 0, 0.46);
    border-radius: 24px;
    z-index: 99;
}

.monthly_course_introduction_ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    list-style: none;
    box-sizing: border-box;
}
.monthly_course_introduction_ul li {
    position: relative;
    display: flex;
    width: calc(100% / 2);
    padding: 6px;
    box-sizing: border-box;
    list-style: none;
}
.monthly_course_introduction_ul p {
    padding: 4px 6px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.3em;
    box-sizing: border-box;
    z-index: 3;
}
.monthly_course_introduction_ul li img {
    width: 100%;
    border-radius: 8px;
}

.himkr_container {
    font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial",
        "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ",
        Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.himkr_past_mv {
    width: 100%;
    margin: 24px auto;
    padding: 24px 0 0 0;
    background: #efefef;
    border-radius: 8px;
    box-sizing: border-radius;
}

.himkr_past_mv_icon {
    display: block;
    margin: 0 auto 24px auto;
}

.himkr_past_mv_index {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.himkr_past_mv_txt {
    text-align: center;
    width: 96%;
    max-width: 380px;
    margin: 12px auto;
    background: #fff;
    font-size: 13px;
    border-radius: 8px;
    box-sizing: border-box;
}

.monthly_plan_select_modal_ul {
    padding: 4px;
}
.monthly_plan_select_modal_ul li {
    padding: 6px;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
}

.himkr_staff_index {
    text-align: center;
    margin: 12px auto 16px auto;
    font-size: 14px;
    font-weight: bold;
}

.himkr_staff_icon {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 24px auto;
    border: 3px solid #cfceff;
    border-radius: 50%;
}

.himkr_staff_txt {
    position: relative;
    padding: 24px;
    background: #ededff;
    font-size: 13px;
    line-height: 1.6em;
    border-radius: 8px;
    box-sizing: border-box;
}

.himkr_staff_txt:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #ededff;
    border-width: 12px;
    margin-left: -12px;
}

.himekri_staff_btn {
    background: #bfd0ff;
    font-weight: bold;
    padding: 4px;
    color: #2c2c2c;
    border-radius: 6px;
}

.himkr_kiyaku {
    position: fixed;
    text-align: center;
    bottom: 6px;
    left: calc(50% - 145px);
    width: 290px;
    margin: 0 auto;
    padding: 4px 0;
    font-size: 10px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    z-index: 9999;
}

.himkr_main_courses_introduction {
    padding: 32px 32px;
    background: #f8f8f8;
    border-radius: 6px;
}

.himkr_main_courses_introduction_index {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin: 0 auto 24px 0;
}

.himkr_main_courses_introduction_txt {
    font-size: 13px;
    line-height: 1.7em;
    margin-bottom: 12px;
}

.himkr_main_kiyaku_link {
    text-align: center;
    width: 90px;
    margin: 16px auto;
    font-size: 12px;
    background: #e0e0e0;
    border-radius: 4px;
}

.himkr_main_kiyaku_link a {
    display: block;
    padding: 6px 0;
    color: #2c2c2c;
}

.himkr_main_mv_introduction_index {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin: 36px auto 18px auto;
}

.himkr_preopen_area {
    position: fixed;
    bottom: 100px;
    left: calc(50% - 130px);
    text-align: center;
    width: 240px;
    margin: 0 auto;
    z-index: 9999;
}

.himkr_preopne_txt {
    width: 260px;
    background: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    padding: 8px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3em;
    border-radius: 6px;
}

.himkr_preopne_txt:after {
    top: 100%;
    left: calc(50% + 8px);
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: rgba(255, 255, 255, 0.9);
    border-width: 10px;
    margin-left: -10px;
}

.himkr_login_fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    padding: 6px 0 20px 0;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    z-index: 999;
}

.himkr_login_fixed_wrap {
    display: flex;
    max-width: 480px;
    margin: 0 auto;
}

.himkr_regist_txt {
    text-align: center;
    padding: 6px;
    line-height: 1.2em;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
}

.himkr_login_area {
    width: 50%;
    padding: 0 4px;
    box-sizing: border-box;
}

.himkr_login_btn {
    display: block;
    text-align: center;
    background: #0042ff;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    padding: 16px 0;
    border-radius: 6px;
    box-sizing: border-box;
}

.himkr_regist_area {
    width: 50%;
    padding: 0 4px;
    box-sizing: border-box;
}

.himkr_regist_btn {
    display: block;
    text-align: center;
    background: #00e821;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    padding: 16px 0;
    border-radius: 6px;
    box-sizing: border-box;
}

.w480_inner {
    max-width: 480px;
    margin: 0 auto;
    box-sizing: border-box;
}

.w768_inner {
    max-width: 768px;
    margin: 0 auto;
    box-sizing: border-box;
}

.mar_t20 {
    margin-top: 20px;
}
.mar_t30 {
    margin-top: 30px;
}
.mar_t40 {
    margin-top: 40px;
}
.mar_t50 {
    margin-top: 50px;
}

.myactress_backbtn {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    z-index: 999;
}

.myactress_backbtn_wht {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 100%;
    z-index: 999;
}

.actor_container {
    position: relative;
    width: 100%;
    background: #f5f5f5;
    font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial",
        "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ",
        Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.actor_container ul {
    list-style: none;
}

.actor_index {
    font-size: 15px;
    font-weight: bold;
    margin: 6px 0 8px 6px;
}

/* index */

#actor_header {
    width: 100%;
    height: 50px;
    padding: 0 12px !important;
    background: #fff;
    box-sizing: border-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color=#000000)";
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000);
}

#actor_header input {
    font-family: FontAwesome;
    border: none;
    width: 100%;
    padding: 6px;
    margin-right: 8px;
    font-size: 14px;
    background: #e6e6e6;
    border-radius: 6px;
    box-sizing: border-box;
}

.actor_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    padding: 0 3px 8px 3px;
    list-style: none;
    box-sizing: border-box;
}

ul.actor_list li {
    width: 50%;
    height: 50px;
    margin: 6px 0;
    padding: 0 3px;
    font-weight: bold;
    border-radius: 6px;
    box-sizing: border-box;
}

ul.actor_list li .actor_inner {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    padding: 6px;
    border-radius: 6px;
    box-sizing: boder-box;
}

ul.actor_list li img {
    width: 45px;
    border-radius: 50%;
}

ul.actor_list li p {
    flex: 1;
    margin-left: 6px;
    font-size: 13px;
}

.myactor_pickup_listname {
    text-align: center;
    margin-top: 6px;
    font-size: 11px;
    font-weight: bold;
}

.mens_actor_button {
    position: fixed;
    bottom: 24px;
    left: 12px;
    flex-wrap: wrap;
    text-align: center;
    width: 64px;
    height: 64px;
    background: #5d34ff;
    color: #fff;
    border-radius: 50%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=0, Color=#000000)"; /*IE 8*/
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); /*FF 3.5+*/
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color=#000000); /*IE 5.5-7*/
    z-index: 50;
}

.mens_actor_button p {
    position: relative;
    top: calc(50% - 1em);
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}

.bust_search_button {
    display: none;
    position: fixed;
    bottom: 24px;
    right: 12px;
    flex-wrap: wrap;
    text-align: center;
    width: 64px;
    height: 64px;
    background: #ff4600;
    color: #fff;
    border-radius: 50%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=0, Color=#000000)"; /*IE 8*/
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); /*FF 3.5+*/
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color=#000000); /*IE 5.5-7*/
    z-index: 50;
}

.bust_search_button p {
    position: relative;
    top: calc(50% - 1em);
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}

.kana_search_button {
    position: fixed;
    bottom: 24px;
    right: 12px;

    flex-wrap: wrap;
    text-align: center;
    width: 64px;
    height: 64px;
    background: #fff;
    color: #0066ff;
    border-radius: 50%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=0, Color=#000000)"; /*IE 8*/
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); /*FF 3.5+*/
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color=#000000); /*IE 5.5-7*/
    z-index: 50;
}

.kana_search_button p {
    position: relative;
    top: calc(50% - 0.5em);
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}

.actor_bday_bg {
    position: relative;
    width: 100%;

    margin: 0 auto;
    border-radius: 8px;
    background: -moz-linear-gradient(
        360deg,
        #ffbc00 0,
        #ffd561 100%,
        #ffffff 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        360deg,
        color-stop(0, FFBC00),
        color-stop(100%, FFD561),
        color-stop(100%, FFFFFF)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
        360deg,
        #ffbc00 0,
        #ffd561 100%,
        #ffffff 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
        360deg,
        #ffbc00 0,
        #ffd561 100%,
        #ffffff 100%
    ); /* Opera 11.10+ */
    background: -ms-linear-gradient(
        360deg,
        #ffbc00 0,
        #ffd561 100%,
        #ffffff 100%
    ); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
    background: linear-gradient(
        360deg,
        #ffbc00 0,
        #ffd561 100%,
        #ffffff 100%
    ); /* W3C */
}

#bd_cake_circle {
    position: absolute;
    top: -38px;
    left: calc(50% - 32px);
    width: 64px;
    height: 64px;
    margin: 0 auto;
    background: #ffe8a7;
    border: 3px #ffbc00 solid;
    border-radius: 50%;
    box-sizing: border-box;
}

#bd_cake {
    position: absolute;
    width: 34px;
    height: 34px;
    top: calc(50% - 20px);
    left: calc(50% - 17px);
}

#bd_ribon {
    position: absolute;
    top: 12px;
    left: calc(50% - 80px);
    width: 160px;
    margin: 0 auto;
    z-index: 5;
}

#bd_actor_ul {
    width: 100%;
    padding-bottom: 10px;
}

#bd_actor_ul li {
    margin: 0 4px;
}

#bd_actor_ul li img {
    width: 64px;
    height: 64px;
    border: 3px solid #fff;
    border-radius: 50%;
}

#bd_actor_ul li p {
    text-align: center;
    margin-top: 8px;
    font-size: 10px;
    color: #fff;
}

.actor_bday_indexbg {
    text-align: center;
    background: #fff0c7;
    padding: 6px;
    margin: 0 auto;
    width: 160px;
    box-sizing: border-box;
    border-radius: 12px;
}

.swiper_actor_container {
    margin-top: 6px;
    padding: 10px;
    background: #fff;
    box-sizing: border-box;
}

.swiper_actor_ul li {
    position: relative;
}
.swiper_actor_ul li img {
    border-radius: 50%;
    box-sizing: border-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color=#000000)";
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000);
}
.swiper_actor_ul li .badge {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    top: -4px;
    width: 24px;
    height: 24px;
    right: 0;
    background: #ff3600;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 100px;
    z-index: 999;
}

.actor_right_link {
    position: absolute;
    top: -5px;
    right: 8px;
}

.actor_right_link a {
    color: #5d34ff;
    font-size: 12px;
    font-weight: bold;
}

.actor_list_more_link {
    text-align: center;
    width: 200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 25px;
    box-sizing: border-box;
}

.actor_list_more_link a {
    display: block;
    padding: 12px;
    margin: 24px auto 0 auto;
    font-weight: bold;
}

/* favorite */

.fav_index {
    text-align: center;
    padding: 0 0 36px 0;
    font-size: 20px;
    font-weight: bold;
}

.fav_actor_list {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
    width: 100%;
    padding: 0 3px 8px 3px;
    list-style: none;
    box-sizing: border-box;
}

.fav_actor_list li {
    position: relative;
    width: 50%;
    margin-bottom: 18px;
    padding: 0 3px;
    font-weight: bold;
    border-radius: 6px;
    box-sizing: border-box;
}

.fav_actor_list li .fav_actor_list_wrap {
    position: relative;
    width: 120px;
}

.fav_actor_list li .fav_del_button {
    position: absolute;
    bottom: 16px;
    right: -4px;
    width: 42px;
    height: 42px;
    background: #fff;
    color: #0008ff;
    border-radius: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=0, Color=#000000)"; /*IE 8*/
    -moz-box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2); /*FF 3.5+*/
    -webkit-box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2); /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color=#000000); /*IE 5.5-7*/
}

.fav_actor_list li .fav_del_button .timesicon {
    position: absolute;
    top: calc(50% - 0.5em);
    left: calc(50% - 0.65em);
    color: #787878;
}

.fav_actor_list li img {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border: 2px solid #ffd500;
    border-radius: 50%;
}

.fav_actor_list li p {
    text-align: center;
    margin: 8px auto 0 auto;
    font-size: 14px;
    font-weight: bold;
}

/* kana list */

.kana_index_a {
    font-size: 26px;
    font-weight: bold;
    margin: 6px 0 3px 6px;
}

.kana_index_b {
    font-size: 36px;
    font-weight: bold;
    margin: 36px 0 3px 6px;
}

.kana_list_ul {
    margin: 4px auto;
    box-sizing: border-box;
}

@media screen and (max-width: 320px) {
    .kana_list_ul li {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        width: 50px;
        height: 50px;
        padding: 0;
        background: #fff;
        font-size: 17px;
        font-weight: bold;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        border: 2px solid #ebebeb;
        margin: 3px;
        box-sizing: border-box;
    }
}

@media screen and (min-width: 320px) {
    .kana_list_ul li {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        width: 60px;
        height: 60px;
        padding: 0;
        background: #fff;
        font-size: 18px;
        font-weight: 700;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        border: 2px solid #ebebeb;
        margin: 3px;
        box-sizing: border-box;
    }
}

/* profile */

.myactor_contents_list {
    list-style: none;
    padding: 0 8px;
    margin: 0 auto;
}

.myactor_contents_list li {
    position: relative;
}
.myactor_contents_list li a {
    justify-content: left;
    padding: 6px;
    margin-bottom: 4px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.myactor_contents_list_thumb_box {
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    width: 120px;
}

.myactor_contents_list_thumb_box .playtime {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2px 3px 0 3px;
    background: rgba(255, 255, 255, 0.7);
    font-size: 10px;
    font-weight: bold;
    z-index: 100;
}

.myactor_contents_list_right {
    padding: 0 6px 0 10px;
    box-sizing: border-box;
}

.myactor_contents_list_date {
    font-size: 12px;
    font-weight: bold;
    color: #707070;
}

.myactor_contents_list_ttl {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3em;
    padding: 6px 0;
    box-sizing: border-box;
}

.myactor_contents_list_price {
    font-size: 13px;
    font-weight: bold;
    color: #2035ff;
}

.myactor_profile_wrap {
    position: absolute;
    bottom: -54px;
    width: 100%;
    padding: 13px 16px;
    border-radius: 4px;
    /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1); */
    box-sizing: border-box;
    z-index: 5;
}

.myactor_profile_wrap > div {
    width: 100%;
    max-width: 768px;
    padding: 12px;
    margin: 0 auto;
    background: #fff;
    border-radius: 4px;
    /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1); */
    box-sizing: border-box;
}

@media screen and (max-width: 320px) {
    .myactor_profile_indexicon {
        position: absolute;
        top: -6px;
        left: 24px;
        background: #6f00ff;
        color: #fff;
        font-weight: bold;
        font-size: 11px;
        padding: 5px 6px;
    }
}

@media screen and (min-width: 321px) {
    .myactor_profile_indexicon {
        position: absolute;
        top: -10px;
        left: 24px;
        background: #6f00ff;
        color: #fff;
        font-weight: bold;
        font-size: 13px;
        padding: 5px 6px;
    }
}

.myactor_profile_hearticon {
    /* position: absolute;
    top: -12px;
    right: 24px; */
    flex-grow: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-left: auto;
    background: #fff;
    border-radius: 50%;
    z-index: 5;
}

.myactor_profile_hearticon_off {
    background: #fff;
    color: #929292;
    border: 2px solid #d9d9d9;
}

.myactor_profile_hearticon_on {
    background: #ffbcbc;
    color: #ff2347;
    border: 2px solid #ff9696;
}

.myactor_profile_circle_thumb {
    width: 50px;
    border-radius: 50%;
    margin-right: 12px;
}

.myactor_profile_name {
    font-size: 19px;
    font-weight: bold;
    color: #434343;
}

.myactor_profile_three_size {
    font-size: 13px;
    line-height: 1.4em;
    color: #767676;
    margin-top: 8px;
}

/* switch */

.actor_profile_toggle {
    display: flex;
    position: relative;
    /* height: 72px; */
    margin: 56px auto 12px auto;
    box-sizing: border-box;
    align-content: flex-end;
    align-items: center;
    justify-content: center;
}

.actor_profile_toggle .button-cover,
.knobs,
.layer {
    /* position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; */
}

.actor_profile_toggle .button {
    position: relative;
    top: 50%;
    width: 300px;
    height: 48px;
    margin: 0px auto 0 auto;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 24px;
}

.actor_profile_toggle .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.actor_profile_toggle .knobs {
    z-index: 2;
}

.actor_profile_toggle .layer {
    width: 100%;
    background-color: #e8e6ff;
    transition: 0.3s ease all;
    z-index: 1;
}

.actor_profile_toggle #toggle_switch_button .knobs:before,
#toggle_switch_button .knobs:after,
#toggle_switch_button .knobs span {
    position: absolute;
    top: 4px;
    width: 138px;
    height: 22px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3em;
    padding: 9px 4px;
    border-radius: 24px;
    transition: 0.3s ease all;
}

.actor_profile_toggle #toggle_switch_button .knobs:before {
    content: "";
    left: 4px;
    background-color: #9b92ff;
}

.actor_profile_toggle #toggle_switch_button .knobs:after {
    content: "人気順";
    right: 4px;
    color: #4e4e4e;
}

.actor_profile_toggle #toggle_switch_button .knobs span {
    display: inline-block;
    left: 4px;
    color: #fff;
    z-index: 1;
}

.actor_profile_toggle #toggle_switch_button .checkbox:checked + .knobs span {
    color: #4e4e4e;
}

#toggle_switch_button .checkbox:checked + .knobs:before {
    left: 150px;
    background-color: #f44336;
}

.actor_profile_toggle #toggle_switch_button .checkbox:checked + .knobs:after {
    color: #fff;
}

.actor_profile_toggle #toggle_switch_button .checkbox:checked ~ .layer {
    background-color: #fcebeb;
}

.myact_newcontents_badge {
    background: #ff5e1e;
    color: #fff;
    padding: 0px 5px 2px 4px;
    border-radius: 3px;
    line-height: 1;
}

.myact_newcontents_badge {
    background: #ea68a2;
    color: #fff;
    padding: 0px 5px 2px 4px;
    border-radius: 3px;
    line-height: 1;
}

.myact_newcontents_badge span {
    margin-left: 0px;
    font-weight: bold;
    font-size: 10px;
}

.myact_newcontents_date {
    margin-left: 4px;
    font-size: 11px;
    font-weight: bold;
    color: #757575;
}
/********* actress fav button *********/

#actress_search_overlay {
    display: none;
    position: fixed;
    top: -10px;
    left: 30px;
    right: 0;
    bottom: -10px;

    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 200;
}

#actress_bustsearch_overlay {
    display: none;
    position: fixed;
    top: -10px;
    left: 0px;
    right: 0;
    bottom: -10px;
    background-color: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 200;
}

#actress_search_dropdown {
    display: none;
    position: absolute;
    width: 180px;
    top: 0px;
    left: 12px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 12px;
    box-shadow: 0 3px 14px 2px rgba(87, 62, 4, 0.3);
    z-index: 999;
}

#actress_search_dropdown:after {
    bottom: 100%;
    left: 41px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: none;
    border-bottom-color: #fff;
    border-width: 14px;
    margin-left: 0px;
}

#actress_search_dropdown li {
    border-bottom: 1px solid #ddd;
}
#actress_search_dropdown li:last-child {
    border: none;
}

#actress_search_dropdown .actress_list {
    justify-content: flex-start;
    padding: 8px;
    text-align: center;
    color: #2c2c2c;
    box-sizing: border-box;
}

#actress_search_dropdown .actress_list img {
    width: 40px;
    height: 40px;
    margin-right: 6px;
    border-radius: 100%;
}

#actress_search_dropdown .actress_list p {
    font-weight: bold;
    font-size: 14px;
}

.actress_search_dropdown_icon {
    position: absolute;
    top: calc(50% - 0.5em);
    left: 16px;
}

#actress_bustsearch_slideup {
    display: none;
    position: fixed;
    width: 100%;
    bottom: -240px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 3px 14px 2px rgba(87, 62, 4, 0.3);
    z-index: 999;
}

.actress_like_area {
    display: none;
    position: fixed;
    bottom: 0;
    left: calc(50% - 150px);
    width: 300px;
    height: 180px;
    padding: 32px 0px;
    margin: 20px auto;
    border-radius: 12px;
    box-sizing: border-box;
    z-index: 600;
}

.actress_like_area_txt {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.actress_like_icon {
    text-align: center;
    display: block;
    margin: 0 auto 20px auto;
    color: #ff0707;
}

.actress_overlay_wht {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 550;
}

.actress_fav_count {
    position: fixed;
    bottom: 30px;
    right: 12px;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000;
    border-radius: 6px;
    box-sizing: border-box;
}

.myact_no_fav_area {
    position: relative;
    width: 100%;
    max-width: 768px;
    margin: 0 auto !important;
    background: #fff !important;
    border: none !important;
    border-radius: 6px;
    box-sizing: border-box;
}

.myact_no_fav_area .no_fav_bn {
    display: block;
    margin: 0 auto !important;
    width: 100%;
    max-width: 640px !important;
    border: none !important;
    box-sizing: border-box !important;
}

.myact_no_fav_area .no_fav_btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    padding: 8px 12px;
    background: #3d66f8;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    border: none;
    border-radius: 6px;
}

.myactress_enter_new_icon {
    position: absolute;
    top: calc(50% - 0.75em);
    left: 6px;
    padding: 3px;
    font-size: 11px;
    font-weight: bold;
    color: red;
    background: #fff;
    border: 3px solid red;
    border-radius: 6px;
}

.myactress_enter_arrow {
    position: relative;
    text-align: center;
    max-width: 272px;
    margin: 8px 4px 8px auto;
    padding: 6px 8px;
    background: #ffffff;
    font-size: 12px;
    font-weight: bold;
    border: 5px solid #ff2908;
    border-radius: 6px;
    box-sizing: border-box;
    z-index: 999;
}
.myactress_enter_arrow:after,
.myactress_enter_arrow:before {
    top: 100%;
    right: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.myactress_enter_arrow:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #ffffff;
    border-width: 11px;
    margin-right: 0px;
}
.myactress_enter_arrow:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #ff2908;
    border-width: 17px;
    margin-right: -6px;
}

.myact_enter_arrow {
    position: relative;
    padding: 0;
    font-size: 9px;
    background: #fff;
    border-radius: 6px;
}

.myact_enter_arrow:after {
    bottom: 100%;
    right: 44px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #ffffff;
    border-width: 7px;
    margin-right: 0px;
}

@media screen and (max-width: 320px) {
    .flex_sort_left {
        margin-right: auto;
        margin-left: 6px;
    }

    .myact_enter_index {
        color: #fff;
        font-size: 11px;
        font-weight: bold;
    }

    .myact_enter_newstxt {
        margin-left: 10px;
        line-height: 1.3em;
        font-size: 9px;
    }

    .myact_enter_linktxt {
        display: inline-block;
        color: #fff;
        font-size: 9px;
        font-weight: bold;
        padding: 10px 8px;
    }
}

@media screen and (min-width: 321px) {
    .flex_sort_left {
        margin-right: 0;
    }

    .myact_enter_index {
        color: #fff;
        font-size: 13px;
        font-weight: bold;
    }

    .myact_enter_newstxt {
        margin-left: 10px;
        line-height: 1.3em;
        font-size: 12px;
    }

    .myact_enter_linktxt {
        display: inline-block;
        color: #fff;
        font-size: 10px;
        font-weight: bold;
        padding: 10px 8px;
    }
}

.act_moretontents {
    position: relative;
    display: block;
    text-align: center;
    width: 130px;
    padding: 12px 0;
    margin: 0 auto;
    background: #2c72ff;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    box-shadow: 0 3px 0px rgba(20, 60, 140, 1);
    border: none;
    border-radius: 6px;
}

.act_moretontents .right_arr {
    position: absolute;
    top: calc(50% - 0.5em);
    right: 6px;
}

ul.act_carousel {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    white-space: nowrap;
    line-height: 1;
}

@media screen and (max-width: 320px) {
    ul.act_carousel li {
        background: #fff;
        width: 64px;
        margin: 4px 2px;
        text-align: center;
        display: inline-block;
    }
}

@media screen and (min-width: 321px) {
    ul.act_carousel li {
        background: #fff;
        width: 80px;
        margin: 4px 2px;
        text-align: center;
        display: inline-block;
    }
}

/*** search_box_5 ***/

.search_box_5_section {
    margin: 6px auto;
}

.search_box_5 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 auto;
}

.search_box_5 > div {
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2) inset,
        0px 1px 0px 0px rgba(255, 255, 255, 0.2);
    /*text-shadow:0px 1px 1px rgba(0,0,0,0.5);*/
}

/*
.search_box_5 > .fa-crown, .fa-list, .fa-user-circle, .fa-stars, .fa-users {
    filter: drop-shadow(0 1px 0 rgba(0,0,0,0.5));
}
*/

@media screen and (max-width: 320px) {
    .search_box_5 > div {
        position: relative;
        text-align: center;
        color: #fff;
        font-size: 10px;
        font-weight: bold;
        border-radius: 4px;
        margin: 3px 3px;
    }
}

@media screen and (min-width: 321px) {
    .search_box_5 > div {
        position: relative;
        text-align: center;
        color: #fff;
        font-size: 11px;
        font-weight: bold;
        border-radius: 4px;
        margin: 3px 2px;
    }
}

.search_box_5 > div a {
    display: block;
    color: #fff;
    padding: 14px 0;
}

.search_box_5 .arr_right {
    position: absolute;
    right: 5px;
    top: calc(50% - 0.5em);
}

.search_box_5 .ranking {
    background: #2f89c5;
}

.search_box_5 .play {
    background: #239c56;
}

.search_box_5 .actress {
    background: #dc8fa9;
}
.search_box_5 .mygenre {
    background: #e59c00;
}

.search_box_5 .myact {
    background: #d4606a;
}

.width_2c {
    width: calc(100% / 2);
}

.width_3c {
    width: calc(100% / 3);
}

.search_box_5_badge {
    position: absolute;
    right: 14px;
    top: calc(50% - 0.7em);
    background: red;
    padding: 2px 4px;
    border: 2px solid #fff;
    border-radius: 8px;
}

.top_logout_contents_index {
    margin: 24px 12px 12px 12px;
    font-size: 17px;
    font-weight: bold;
    color: #2c2c2c;
}

.top_logout_contents_index span {
    margin-left: 2px;
    font-size: 9px;
    font-weight: normal;
    color: #565656;
}

ul.top_logout_contents_carousel {
    width: 100%;
    padding: 0 12px 12px 12px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    white-space: nowrap;
    line-height: 1;
    box-sizing: border-box;
}

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

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

.top_logout_contents_ttl {
    text-align: left;
    white-space: normal;
    min-height: 4.5em;
    padding: 6px 10px;

    line-height: 1.5em;
}

@media screen and (max-width: 320px) {
    .top_logout_contents_ttl {
        font-size: 9px;
    }
}

@media screen and (min-width: 321px) {
    .top_logout_contents_ttl {
        font-size: 12px;
    }
}

/*** common ***/

.pagetop_scroll {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    z-index: 999;
}

.pagetop_scroll a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.pagetop_scroll .arr_icon {
    position: relative;
    top: calc(50% - 0.5em);
    left: calc(50% - 0.45em);
}

/* NGジャンル関連 */
input.mygenre_checkbox[type="checkbox"] {
    display: none;
    background-color: #fff;
}

@media (max-width: 375px) {
    .ng_checkbox {
        width: 100%;
        box-sizing: border-box;
        position: relative;
        display: inline-block;
        margin: 0 !important;
        padding: 12px 6px 12px 32px;
        border-radius: 8px;
        background-color: #f6f7f8;
        vertical-align: middle;
        font-size: 12px;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
}

@media (min-width: 375px) {
    .ng_checkbox {
        width: 100%;
        box-sizing: border-box;
        position: relative;
        display: inline-block;
        margin: 0 !important;
        padding: 12px 6px 12px 32px;
        border-radius: 8px;
        background-color: #f6f7f8;
        vertical-align: middle;
        font-size: 13px;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
}

input.mygenre_checkbox[type="checkbox"]:checked ~ label.ng_checkbox {
    background: #d2c2f6 !important;
    -webkit-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

input.mygenre_checkbox[type="checkbox"]:checked ~ label.bg_white {
    background: none;
    padding: 8px 8px 8px 40px;
    border: 1px solid #ffebba;
    -webkit-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

input.mygenre_checkbox[type="checkbox"] ~ label.bg_white {
    background: none;
    padding: 8px 8px 8px 40px;
    border: 1px solid #ffebba;
    -webkit-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

.ng_checkbox:after {
    position: absolute;
    top: 50%;
    left: 6px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 2px solid #cecece;
    border-radius: 6px;
    content: "";
}

.ng_checkbox:before {
    position: absolute;
    top: 50%;
    left: 12px;
    display: block;
    margin-top: -7px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #8563ec !important;
    border-bottom: 3px solid #8563ec !important;
    content: "";
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input.mygenre_checkbox[type="checkbox"]:checked + .ng_checkbox:before {
    opacity: 1;
}

input.mygenre_checkbox[type="checkbox"]:checked + .ng_checkbox:after {
    position: absolute;
    top: 50%;
    left: 6px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 2px solid #f4f1ff;
    border-radius: 6px;
    content: "";
}

.ng_index_inner {
    margin: 0px 0 16px 4px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: "Noto Sans Japanese", sans-serif;
}

.mgr_setting_btn {
    position: relative;
    width: 220px;
    height: 60px;
    margin: 0 auto 20px auto;
    background: #6252ff;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
}

.mgr_nglink_btn {
    position: relative;
    width: 220px;
    height: 60px;
    margin: 0 auto;
    background: #e9a70a;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
}
.mgr_nglink_btn a {
    color: #fff;
}

@media (max-width: 375px) {
    .mgr_setting_link {
        position: fixed;
        text-align: center;
        bottom: 118px;
        right: 12px;
        width: 84px;
        height: 40px;
        font-size: 11px;
        font-weight: bold;
        color: #fff;
        background: #0087ff;
        border-radius: 4px;
        z-index: 9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=0, Color=#002C6E)";
        -moz-box-shadow: 0 3px 14px 1px rgba(0, 44, 110, 0.3);
        -webkit-box-shadow: 0 3px 14px 1px rgba(0, 44, 110, 0.3);
        box-shadow: 0 3px 14px 1px rgba(0, 44, 110, 0.3);
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=135, Color=#002C6E);
    }

    .mgr_setting_link a {
        width: 100%;
        height: 100%;
        font-size: 11px;
        color: #fff;
    }

    .mgr_setting_link a p {
        position: absolute;
        top: calc(50% - 1em);
        width: 100%;
        height: 100%;
        font-size: 11px;
        line-height: 1em;
        text-align: center;
    }

    .mgr_ng_link {
        position: fixed;
        text-align: center;
        bottom: 118px;
        right: 12px;
        width: 76px;
        height: 33px;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        background: #e9a70a;
        border-radius: 4px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color=#573E04)"; /*IE 8*/
        -moz-box-shadow: 0 3px 10px 1px rgba(87, 62, 4, 0.2); /*FF 3.5+*/
        -webkit-box-shadow: 0 3px 10px 1px rgba(87, 62, 4, 0.2); /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
        box-shadow: 0 3px 10px 1px rgba(87, 62, 4, 0.2); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#573E04); /*IE 5.5-7*/
        z-index: 9;
    }

    .mgr_ng_link a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 12px;
        color: #fff;
    }

    .mgr_ng_link a p {
        position: absolute;
        top: calc(50% - 0.5em);
        width: 100%;
        text-align: center;
    }
}
@media (min-width: 375px) {
    .mgr_setting_link {
        position: fixed;
        text-align: center;
        bottom: 148px;
        right: 12px;
        width: 100px;
        height: 40px;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        background: #0087ff;
        border-radius: 4px;
        z-index: 9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=0, Color=#002C6E)";
        -moz-box-shadow: 0 3px 14px 1px rgba(0, 44, 110, 0.3);
        -webkit-box-shadow: 0 3px 14px 1px rgba(0, 44, 110, 0.3);
        box-shadow: 0 3px 14px 1px rgba(0, 44, 110, 0.3);
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=135, Color=#002C6E);
    }

    .mgr_setting_link a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        line-height: 1em;
        font-size: 12px;
        color: #fff;
    }

    .mgr_setting_link a p {
        position: absolute;
        top: calc(50% - 1em);
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .mgr_ng_link {
        position: fixed;
        text-align: center;
        bottom: 148px;
        right: 12px;
        width: 80px;
        height: 40px;
        font-size: 13px;
        font-weight: bold;
        color: #fff;
        background: #e9a70a;
        border-radius: 4px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color=#573E04)"; /*IE 8*/
        -moz-box-shadow: 0 3px 10px 1px rgba(87, 62, 4, 0.2); /*FF 3.5+*/
        -webkit-box-shadow: 0 3px 10px 1px rgba(87, 62, 4, 0.2); /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
        box-shadow: 0 3px 10px 1px rgba(87, 62, 4, 0.2); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#573E04); /*IE 5.5-7*/
        z-index: 9;
    }

    .mgr_ng_link a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 13px;
        color: #fff;
    }

    .mgr_ng_link a p {
        position: absolute;
        top: calc(50% - 0.5em);
        width: 100%;
        text-align: center;
    }
}

#mgr_ng_container {
    background: #31235f;
}

#mgr_ng_container .swiper-pagination-bullet-active {
    position: relative;
    height: 100px;
    background: #15c695 !important;
    color: #fff;
}

#mgr_ng_container .swiper-pagination-bullet-active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #15c695;
    border-width: 8px;
    margin-left: -8px;
}

#mgr_ng_container #genreSubmitButton {
    background: #15c695;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color=#0d2d78)";
    -moz-box-shadow: 0 3px 0 rgba(0, 107, 78, 1);
    -webkit-box-shadow: 0 3px 0 rgba(0, 107, 78, 1);
    box-shadow: 0 3px 0 rgba(0, 107, 78, 1);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=#006b4e);
}

/**** sale contents list 2023-03-28 ****/

.sale_ribbon_box {
    display: block;
    position: relative;
}
.sale_ribbon {
    display: inline-block;
    position: absolute;
    top: 16px;
    left: 1px;
    box-sizing: border-box;
    padding: 0 6px;
    margin: 0;
    height: 18px;
    line-height: 20px;
    font-size: 10px;
    letter-spacing: 0.1em;
    color: white;
    background: #ff3955;
    border-radius: 0 3px 3px 0;
    box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.1);
    z-index: 2;
}
.sale_ribbon:before {
    position: absolute;
    content: "";
    top: -8px;
    left: -5px;
    border: none;
    height: 26px;
    width: 7px;
    background: #ff3955;
    border-radius: 5px 0 0 5px;
}
.sale_ribbon:after {
    position: absolute;
    content: "";
    top: -7px;
    left: -3px;
    border: none;
    height: 7px;
    width: 5px;
    background: #b25552;
    border-radius: 5px 0 0 5px;
}

@media (max-width: 375px) {
    .mgr_result_icon_r {
        position: absolute;
        font-size: 9px;
        top: 2px;
        right: 2px;
        width: 40px !important;
        border-radius: 3px;
    }
}

@media (min-width: 375px) {
    .mgr_result_icon_r {
        position: absolute;
        font-size: 9px;
        top: 3px;
        right: 3px;
        width: 45px !important;
        border-radius: 3px;
    }
}

#sale_list_mygenre {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    list-style: none;
    box-sizing: border-box;
}

#sale_list_mygenre li.mgr_sale_list_3c_li {
    position: relative;
    display: flex;
    width: calc(100% / 2);
    padding: 2px;
    box-sizing: border-box;
    list-style: none;
}

@media screen and (min-width: 768px) {
    #sale_list_mygenre li.mgr_sale_list_3c_li {
        width: calc(100% / 3);
    }
}

#sale_list_mygenre li.mgr_sale_list_3c_li img {
    width: 100%;
    height: auto;
}

#sale_list_mygenre li.mgr_sale_list_3c_li p {
    position: absolute;
    bottom: 2px;
    padding: 4px 6px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.3em;
    color: #fff;
    box-sizing: border-box;
    z-index: 3;
}

.mgr_sale_list_3c_li_inner {
    position: relative;
    height: auto;
    background: #f0f0f0;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    border-radius: 4px;
}

.mgr_c_tags li {
    display: inline-block;
    padding: 3px 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    background: #fff;
    color: #271ba5;
    font-size: 10px;
    font-weight: normal;
    border-radius: 3px;
    list-style: none !important;
}

.mgr_price_sale {
    text-align: left;
    padding: 0 8px;
    line-height: 1.3em;
    font-weight: 700;
    font-size: 10px;
    color: #767676 !important;
    word-break: break-all;
}

.mgr_price {
    text-align: left;
    line-height: 1.3em;
    font-weight: 700;
    color: #008679;
    word-break: break-all;
}

/**** normal contents list ****/

#list_mygenre {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

#list_mygenre li.mgr_c_list_2c_li {
    position: relative;
    width: 100%;
    margin: 0 4px 5px 4px;
    box-sizing: border-box;
    list-style: none;
}

@media screen and (min-width: 768px) {
    #list_mygenre li.mgr_c_list_2c_li {
        width: calc(100% / 2 - 8px);
    }
}

#list_mygenre li.mgr_c_list_2c_li img.mgr_c_thumbs {
    flex-shrink: 0;
    width: 100px;
    height: 80px;
    border-radius: 4px 0 0 4px;
}

#list_mygenre li.mgr_c_list_2c_li p {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3em;
    color: #2c2c2c;
    box-sizing: border-box;
}

li.mgr_c_list_2c_li > a {
    display: flex;
    justify-content: flex-start;
    position: relative;
    height: auto;
    background: #f0f0f0;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    border-radius: 4px;
}

#list_mygenre li.mgr_c_list_2c_li .mgr_c_tags_contents {
    margin: 0;
    padding: 8px;
}

/** NG genre link **/

#ng_link_select {
    display: none;
    position: fixed;
    width: 220px;
    height: 100px;
    bottom: 0;
    left: calc(50% - 110px);
    background: #fff;
    box-sizing: border-box;
    border-radius: 12px;
    box-shadow: 0 3px 14px 2px rgba(87, 62, 4, 0.3);
    z-index: 999;
}

#ng_link_select:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #483879;
    border-width: 13px;
    margin-left: -13px;
}

#ng_link_select_overlay {
    display: none;
    position: fixed;
    top: -10px;
    left: 0;
    right: 0;
    bottom: -10px;
    background-color: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 200;
}

#ng_link_select #setting_link {
    position: absolute;
    bottom: 50px;
    width: 220px;
    height: 50px;
    text-align: center;
    background: #2585f2;
    color: #fff;
    border-radius: 12px 12px 0 0;
    box-sizing: border-box;
}

#ng_link_select #ng_link {
    position: absolute;
    bottom: 0;
    width: 220px;
    height: 50px;
    text-align: center;
    background: #483879;
    color: #fff;
    box-sizing: border-box;
    border-radius: 0 0 12px 12px;
}

.ng_link_select_icon {
    position: absolute;
    top: calc(50% - 0.5em);
    left: 16px;
}
