@charset "utf-8";

#mypage {
    background: #eeeaea url(../../images/smartphone/my_head_bg.png) repeat 0 0;
}

#mypage.migrate {
    background: #fff;
}

#mypage>.migrate {
    font-size: 14px;
    color: #Ff0000;
    border: solid 2px #FF0000;
    background: #FFF4F4;
    padding: 12px;
    margin: 12px;
    font-weight: bold;
    line-height: 1.5em;
}

#mypage>.migrate label {
    text-decoration: underline;
}

#mypage>header {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    /* overflow: hidden; */
    padding: 5px;
    color: #000;
    background: #f2f5f6;
    position: relative;
    -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
}

#mypage>header.confirm {
    padding: 0;
    -webkit-box-shadow: 0px 1px 1px #c9c9c9;
    -moz-box-shadow: 0px 1px 1px #c9c9c9;
    box-shadow: 0px 1px 1px #c9c9c9;
    background: #c1cce2;
}

#mypage>header.confirm>h1 {
    padding: 12px 6px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #fff;

    -webkit-box-shadow: 0px 1px 1px #c9c9c9;
    -moz-box-shadow: 0px 1px 1px #c9c9c9;
    box-shadow: 0px 1px 1px #c9c9c9;
    background: #c1cce2;
}

#mypage>.migrate-done p {
    font-size: 14px;
    background: #FDF4EB;
    border: solid 2px #FF9D00;
    padding: 8px 12px;
    border-radius: 3px;
    margin: 12px;
    font-weight: bold;
}

#mypage>header>div,
#mypage>header>a {
    display: block;
    min-height: 50px;
    margin-bottom: 5px;
    padding: 0 0 0 60px;
    color: #000;
    background-size: auto 13px;
}

#mypage>header>a {
    padding-right: 31px;
    background: #f2f5f6 url(../../images/smartphone/icon_linkarrow.png) no-repeat right center;
    background-size: 20px auto;
}

#mypage>header .nameBox {
    display: table-cell;
    height: 50px;
    padding: 0 80px 0 0;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
}

#mypage>header .nameBox h1 {
    display: inline-block;
}
#mypage > header .nameBox.pro h1, #mypage > header .nameBox.crown h1 {
    position: relative;
    padding-right: 40px;
}

#mypage>header .nameBox.pro h1:after {
    content: '';
    display: inline-block;
    width: 38px;
    height: 14px;
    background-image: url(../../images/smartphone/review_icon.png);
    background-size: contain;
    vertical-align: middle;
    margin: -3px 0 0 4px;
}
#mypage > header .nameBox.crown h1:after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 14px;
  background-image: url("../../images/smartphone/crown_A.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: -3px 0 0 4px;
}
#mypage > header .nameBox h1 > span.user-block {
    color: #FC0000;
    font-size: 10px;
    border: solid #FC0000 1px;
    border-radius: 2px;
    display: inline;
    padding: 2px 4px;
    margin-left: 10px;
}

#mypage>header .nameBox h1>span.user-block.blocking {
    display: none;
}

#mypage>header .nameBox.pro h1>span.user-block:before {
    content: none;
}

#mypage>header .nameBox .follower {
    font-size: 11px;
    padding: 0 0 4px;
    letter-spacing: -0.04em;
}

#mypage>header .nameBox .follower a {
    padding: 4px 0 0;
    display: inline-block;
    color: #666;
}

#mypage>header .nameBox .follower a+a {
    margin-left: 4px;
}

#mypage>header .nameBox .follower a b {
    font-size: 13px;
    font-weight: bold;
    color: #011b8f;
    padding-right: 2px;
}

#mypage>header .imgBox {
    position: absolute;
    left: 5px;
    top: 5px;
}

#mypage>header .imgBox img {
    border-radius: 50px;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

#mypage>header .imgBox .follow-btn {
    position: relative;
    display: block;
}

#mypage>header>a h1 {
    padding-right: 6px;
}

#mypage>header p {
    width: 100%;
    height: 14px;
    padding: 3px 0 0 0;
    font-size: 72%;
    color: #7d7d7d;
    position: absolute;
    top: 0;
    left: 6px;
    text-align: right;
    background: #c00;
}

#mypage>header p.follow-user {
    font-size: 11px;
    background: #DDDDDD;
    border-radius: 50px;
    width: 120px;
    padding: 6px 10px;
    text-align: center;
    margin: 5px 0 10px;
    position: static;
    margin-bottom: 10px;
    color: #505050;
}

#mypage>header>div.follow-box {
  display: flex;
  min-height: 0;
  margin-bottom: 0;
  padding: 0;
  color: inherit;
}
#mypage>header>div.follow-box a.follow-btn {
  margin-left: auto;
}
#mypage>header>div.follow-box p.toggle-follow-btn {
  display: inline-block;
  border-radius: 5px;
  padding: 5px 0;
  font-size: 10px;
  background: none;
  border: solid 1px #666;
  text-align: center;
  width: 70px;
  line-height: 15px;
  overflow: hidden;
  vertical-align: middle;
  color: #666;
  text-decoration: none !important;
  margin: 6px 0 8px auto;
  position: relative;
  margin-right: 5px
}
#mypage>header>div.follow-box p.toggle-follow-btn:after {
  content: "する"
}
#mypage>header>div.follow-box a.active p.toggle-follow-btn {
  border-color: #4a7ccf;
  background-color: #4a7ccf;
  color: #fff
}
#mypage>header>div.follow-box a.active p.toggle-follow-btn:after {
  content: "中"
}

.follow-btn.blocking {
  display: none;
}

#mypage>header .pulldown .following-btn.blocking {
  display: none;
}
#mypage>header .pulldown .unfollow-btn.blocking {
  display: none;
}

#mypage>header .pulldown .blocking-btn.blocking {
  display: none;
}
#mypage>header .pulldown .unblock-btn.blocking {
  display: none;
}

#mypage #edit {
    display: block;
    padding: 0 16px 0 0;

    position: absolute;
    right: 6px;
    top: 18px;

    width: 56px;
    height: 22px;
    font-size: 12px;
    line-height: 1.8;
    text-align: center;
    cursor: pointer;
    border: 1px solid #bbb;
    color: #000;

    background: #dbdbdb;
    background: url(../../images/smartphone/icon_setting.png) no-repeat 90% center, linear-gradient(top, #dbdbdb 0%, #fff 100%);
    background: url(../../images/smartphone/icon_setting.png) no-repeat 90% center, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dbdbdb));
    background: url(../../images/smartphone/icon_setting.png) no-repeat 90% center, -moz-linear-gradient(top, #fff, #dbdbdb);
    background: url(../../images/smartphone/icon_setting.png) no-repeat 90% center, -o-linear-gradient(top, #fff, #dbdbdb);
    background-size: 20px auto, auto;

    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

#mypage>header nav ul {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #0b2e50;
    border-radius: 2px;
    display: flex;
}

#mypage>header nav li {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0e4070), to(#0b2e50));
    background-image: -webkit-linear-gradient(top, #0e4070, #0b2e50);
    background-image: -moz-linear-gradient(top, #0e4070, #0b2e50);
    background-image: -o-linear-gradient(top, #0e4070, #0b2e50);
    background-image: linear-gradient(top, #0e4070, #0b2e50);
    width: 25%;
    font-weight: bold;
    text-align: center;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid rgba(0, 0, 0, 0.21);
    border-left: 1px solid rgba(255, 255, 255, 0.13);
    padding: 2px 0;
    height: 40px;
}

#mypage>header nav ul.nav-three li {
    width: 33.3%;
}

#mypage>header nav li:first-child {
    border-left: none;
}

#mypage>header nav li:last-child {
    border-right: none;
}

#mypage>header nav a {
    display: block;
    height: 32px;
    padding-top: 4px;
    font-size: 10px;
    color: #f5f5f5;
    line-height: 2.5;
}


#mypage>header nav li.nav-sub label {
    position: relative;
    padding-right: 10px;
    color: #fff;
    font-size: 11px;
    line-height: 2.5em;
    display: block;
    height: 32px;
    padding-top: 4px;
}

#mypage>header nav li.nav-sub label:before {
    content: '';
    width: 5px;
    height: 5px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 52%;
    right: 6%;
    margin-top: -6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#mypage>header nav li.nav-sub>input[type="checkbox"]:checked~label:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 60%;
}

#mypage>header nav li.nav-sub>input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
}

#mypage>header nav li.nav-sub>input[type="checkbox"]~label~ul {
    height: 0;
    padding: 0;
    display: inline-block;
    overflow: hidden;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1);
}

#mypage>header nav li.nav-sub>input[type="checkbox"]:checked~label~ul {
    height: auto;
    position: absolute;
    display: block;
    border: #BEB3B3 solid 1px;
    background: #F4F2F2;
    width: 40vw;
    padding: 0 2px;
    z-index: 40;
}

#mypage>header nav li.nav-sub>input[type="checkbox"]~label~ul li {
    width: 100%;
    text-align: left;
    border: none;
    background: #F4F2F2;
    border-bottom: 1px solid #ccc;
}

#mypage>header nav li.nav-sub>input[type="checkbox"]~label~ul li:last-of-type {
    border-bottom: none;
}

#mypage>header nav li.nav-sub>input[type="checkbox"]~label~ul li a {
    color: #062087;
    padding: 2px 6px;
    line-height: 3em;
    font-size: 11px;
}

#mypage>header nav li.fcs a {
    border-right-color: rgba(0, 0, 0, 0);
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

#mypage>header nav li.fcs label {
    border-right-color: rgba(0, 0, 0, 0);
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

#mypage>header nav li.nav-sub>input[type="checkbox"]~label~ul+div {
    visibility: hidden;
    position: absolute;
}

#mypage>header nav li.nav-sub>input[type="checkbox"]:checked~label~ul+div>label {
    visibility: visible;
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}

#mypage>header nav li.nav-sub>input[type="checkbox"]:checked~label~ul+div>label:before {
    border: none;
}

/* TIME LINE ++++++++++++++++++++
+++++++++++++++++++++++++++++++++ */

#update {
    display: block;
    padding: 24px 0 16px;
    font-size: 114%;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#timeLine article {
    margin: 6px;
    border-top: 1px solid #dadada;
    font-size: 14px;
    overflow: hidden;
    background-color: #fff;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

#timeLine article:nth-of-type(1) {
    border-top: none;
}

#timeLine article a {
    display: block;
    min-height: 90px;
    padding: 8px 31px 8px 80px;
    color: #000;
    background: #fff url(../../images/smartphone/icon_linkarrow.png) no-repeat right center;
    background-size: auto 13px;
}

#timeLine h2 {
    font-weight: normal;
}

#timeLine span.cate {
    float: left;
    min-width: 52px;
    margin-right: 6px;
    padding: 2px 4px;
    color: #7d7d7d;
    font-size: 10px;
    text-align: center;
    border: 1px solid #b9b9b9;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#timeLine time {
    float: right;
    color: #7d7d7d;
    font-size: 79%;
    color: #9d9d9d9;
    font-weight: normal;
}

#timeLine figure {
    margin-left: -72px;
    float: left;
    width: 64px;
    height: 90px;
    overflow: hidden;
    background: #f0f0f0;
}

#timeLine strong {
    font-weight: bold;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#timeLine figure img {
    width: 64px;
}

#timeLine p {
    margin-top: 8px;
    width: 100%;
    float: left;
}

/* Profile ++++++++++++++++++++++
+++++++++++++++++++++++++++++++++ */
#profBox {
    margin: 16px 6px 0;
}

#profBox.blocking {
    display: none;
}

#profBox dl {
    margin-bottom: 16px;
    padding: 8px;
    overflow: hidden;
    zoom: 1;
    border: 1px solid #e5e5e5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    background: #fff;
}

#profBox dt {
    clear: both;
    width: 50%;
    height: 1.2em;
    float: left;
    margin-bottom: 4px;
    padding: 4px 0 6px;
    border-bottom: 1px solid #e9e9e9;
}

#profBox dd {
    width: 50%;
    float: right;
    height: 1.2em;
    text-align: right;
    margin-bottom: 4px;
    padding: 4px 0 6px;
    border-bottom: 1px solid #e9e9e9;
}

#profBox dt:last-of-type,
#profBox dd:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#profBox small {
    height: 14px;
    padding-top: 3px;
    padding-left: 18px;
    color: #777;
    font-size: 72%;
    background: url(../../images/smartphone/icon_rock.png) no-repeat 0 0;
    background-size: auto 14px;
}

#profBox>p {
    padding: 8px;
    border: 1px solid #e5e5e5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    background: #fff;
}

#profBox>p a {
    display: inline-block;
    padding: 4px 16px 4px 0;
    background: url(../../images/smartphone/icon_blank.png) no-repeat right center;
}

#profBox>p#logoutBtn {
    border: 1px solid #3071B0;
    padding: 0;
    margin-bottom: 26px;
    text-align: center;
}

#profBox>p#logoutBtn a {
    display: block;
    background: none;
    padding: 8px;
    color: #3071B0;
}

#profBox h3 {
    margin-top: 12px;
    padding-top: 12px;
    padding-bottom: 2px;
    font-size: 14px;
    font-weight: bold;
}

#profBox ol {
    margin-bottom: 20px;
    padding: 8px;
    border: 1px solid #e5e5e5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
}

#profBox li {
    list-style: decimal;
    margin-left: 24px;
}


.shelfBox {
    margin: 10px 6px 6px;
    padding: 6px;
    background: #0C1B29;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.shelfBox.blocking {
    display: none;
}

.shelfBox h3 a {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 10px 24px 10px 0;
    color: #f1f1f1;
    font-weight: bold;

    border-bottom: 1px solid rgba(0, 0, 0, 0.3);

    -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);

    background: url(../../images/smartphone/icon_linkarrow-wht.png) no-repeat right center;
    background-size: auto 13px;

}

.shelfBox h3 span {
    font-size: 12px;
}

.shelfBox table {
    width: 100%;
    margin-top: 4px;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    table-layout: fixed;
    overflow: hidden;
    zoom: 1;
}

.shelfBox td {
    -moz-box-sizing: :border-box;
    -webkit-box-sizing: :border-box;
    box-sizing: border-box;

    width: 25%;
    padding: 2px;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    vertical-align: top;
}

.shelfBox tr:nth-child(1) td {
    background: rgba(0, 0, 0, 0.6);
}

.shelfBox tr:nth-child(1) img {
    width: 100%;
}

.shelfBox tr:nth-child(2) a {
    display: block;
    color: rgba(255, 255, 255, 0.3);
    font-size: 64%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.shelfBox tr:nth-child(3) span {
    display: block;
    width: 60px;
    height: 12px;
    margin-bottom: 6px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-align: left;
    vertical-align: middle;
    background: url(../../images/smartphone/star2.png) no-repeat 0 -12px;
    background-size: 60px auto;
}

.shelfBox tr:nth-child(3) img {
    display: block;
    width: 60px;
    height: 12px;
    margin: 0;
    vertical-align: middle;
    background: url(../../images/smartphone/star2.png) no-repeat 0 0;
    background-size: 60px auto;
}

.shelfBox tr:nth-child(3) span.r0 img {
    width: 0;
}

.shelfBox tr:nth-child(3) span.r1 img {
    width: 6px;
}

.shelfBox tr:nth-child(3) span.r2 img {
    width: 12px;
}

.shelfBox tr:nth-child(3) span.r3 img {
    width: 18px;
}

.shelfBox tr:nth-child(3) span.r4 img {
    width: 24px;
}

.shelfBox tr:nth-child(3) span.r5 img {
    width: 30px;
}

.shelfBox tr:nth-child(3) span.r6 img {
    width: 36px;
}

.shelfBox tr:nth-child(3) span.r7 img {
    width: 42px;
}

.shelfBox tr:nth-child(3) span.r8 img {
    width: 48px;
}

.shelfBox tr:nth-child(3) span.r9 img {
    width: 54px;
}

.shelfBox tr:nth-child(3) span.r10 img {
    width: 60px;
}


.shelfBox tr:last-of-type small {
    display: block;
    height: 14px;
    padding: 2px 0 0 16px;
    background: url(../../images/smartphone/icon_rock.png) no-repeat 0 0;
    background-size: auto 12px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1;
    overflow: hidden;
}

/* BLOCKED ++++++++++++++++++++
+++++++++++++++++++++++++++++++++ */
#block-list h2 {
    font-size: 18px;
    font-weight: bold;
    padding: 24px 6px 6px;
}

#block-list h2 span {
    font-size: 12px;
}

#block-list ul li a.block-btn {
    position: absolute;
    right: 12px;
    top: 30%;
    color: #062089;
    border: solid 1px #062089;
    border-radius: 50px;
    padding: 5px 10px;
    width: 80px;
    text-align: center;
}

#block-list ul li a.block-btn.active {
    color: #E43123;
    border: solid 1px #E43123;
}

#block-list ul li a.block-btn.active:after {
    content: "中";
}

/*
#blocked {
    margin: 40px auto;
}
*/

#blocked.blocking {
    display: none;
}

#blocked p {
    font-weight: bold;
    text-align: center;
}

/* Check-in List＠each +++++++++++++
	movie, person, theater, review
++++++++++++++++++++++++++++++++++++ */
.ciList>header {
    padding: 24px 6px 6px;
    position: relative;
}

.ciList>header nav {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    margin-top: 6px;
    overflow: hidden;
}

.ciList>header ul {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    width: 100%;
    padding: 4px;
    text-align: center;
    overflow: hidden;

    background: rgba(0, 0, 0, 0.1);

    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
}

.ciList > header .drama-order {
  display: flex;
}

.ciList > header li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    float: left;
    padding: 0 2px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}


.ciList>header li a {
    display: block;
    height: 22px;
    line-height: 22px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
}

.ciList>header li#a a {
    background: #666;
    /* 003a73 */
    color: #fff;
    position: relative;
}

.ciList>header li#a span {
    padding-left: 2px;
    font-size: 8px;
    position: relative;
    top: -2px;
}

.ciList article {
    position: relative;
    border-top: 1px solid #dadada;
    background-color: #fff;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ciList article h2 {
  padding: 15px 58px 15px 0;
  font-size: 16px;
}

.ciList article p {
    margin-bottom: 6px;
    font-size: 12px;
}

.ciList article .review-wrap{
    display: flex;
    margin-bottom: 6px;
}

.ciList article span.review-star-wrap{
    display: flex;
    align-items: center;
    height: 20px;
    justify-content: center;
    width: 120px;
    line-height: 0;
}

.ciList article .review-star-wrap span.review-star,
.ciList article .review-wrap span.review-star {
    display: block;
    margin-bottom: 6px;
    width: 80px;
    height: 18px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-align: left;
    vertical-align: middle;
    background: url(../../images/smartphone/star1.png) no-repeat 0 -18px;
    background-size: 80px auto;
    margin: 0 0 0 auto !important;
}

.ciList article .review-wrap span.review-star{
    margin-left: 0 !important;
}

.ciList article span.score {
    color: #EE4056;
    margin: 0 auto 0 4px !important;
}

.ciList article span.score.no-score{
    color: #b8b7aa;
    font-size: 11px;
    white-space: nowrap;
}

.ciList article span.review-star img {
    display: block;
    width: 80px;
    height: 18px;
    margin: 0;
    vertical-align: middle;
    background: url(../../images/smartphone/star1.png) no-repeat 0 0;
    background-size: 80px auto;
}

.ciList span.review-star.r0 img {
    width: 0;
}

.ciList span.review-star.r1 img {
    width: 8px;
}

.ciList span.review-star.r2 img {
    width: 16px;
}

.ciList span.review-star.r3 img {
    width: 24px;
}

.ciList span.review-star.r4 img {
    width: 32px;
}

.ciList span.review-star.r5 img {
    width: 40px;
}

.ciList span.review-star.r6 img {
    width: 48px;
}

.ciList span.review-star.r7 img {
    width: 56px;
}

.ciList span.review-star.r8 img {
    width: 64px;
}

.ciList span.review-star.r9 img {
    width: 72px;
}

.ciList span.review-star.r10 img {
    width: 80px;
}

.ciList span.review-star.r0 +span.review-score{
    color:#b8b7aa;
}

.ciList article span.review-score {
    font-weight: bold;
    margin-left: 4px;
    color: #EE4056;
}

.ciList article .open-switch {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin: 0 4px;
  display: block;
  padding: 4px 12px;
  position: relative;
  width: 99px;
  height: 36px;
  font-size: 1.4rem;
}
@media screen and (min-width:320px) and (max-width:350px) {
  .ciList article .open-switch {
    width: 70px;
  }
}
.ciList article .open-switch:before {
  content: " ";
  background: #666;
  width: 55px;
  height: 28px;
  position: absolute;
  top: 3px;
  left: 4px;
  border-radius: 3px;
  transition: 0.2s;
}
@media screen and (min-width:320px) and (max-width:350px) {
  .ciList article .open-switch:before {
    width: 45px;
  }
}
.ciList article .open-switch a span, .open-switch span {
  color: #7d7d7d;
  position: absolute;
  text-align: center;
  font-size: 12px;
  background: none;
  line-height: inherit;
}
@media screen and (min-width:320px) and (max-width:350px) {
  .ciList article .open-switch a span, .open-switch span {
    font-size: 10px;
  }
}
.ciList article .open-switch.active:before {
  background: #011b8f;
  left: 64px;
}
@media screen and (min-width:320px) and (max-width:350px) {
  .ciList article .open-switch.active:before {
    left: 45px;
  }
}
.ciList article .open-switch-box {
  float: left;
  padding-top: 5px;
}
.ciList article .open-switch-box .open-switch {
  border-radius: 20px;
  margin: 0;
  height: 16px;
}
.ciList article .open-switch-box .open-switch:before {
  border-radius: 20px;
  height: 18px;
}
.ciList article .open-switch .no {
  top: 5px;
  left: -8px;
  width:80px;
}
@media screen and (min-width:320px) and (max-width:350px) {
  .ciList article .open-switch .no {
    top: 6px;
    left: -13px;
  }
}
.ciList article .open-switch .no-active {
  color: #fff;
}
.ciList article .open-switch-box .open-switch .yes, .ciList article .open-switch-box .open-switch .yes-active {
  top: 5px;
  right: -8px;
  width:80px;
}
@media screen and (min-width:320px) and (max-width:350px) {
  .ciList article .open-switch-box .open-switch .yes, .ciList article .open-switch-box .open-switch .yes-active {
    top: 6px;
    right: -13px;
  }
}
.ciList article .open-switch-box .open-switch .yes-active {
  color: #fff;
}
.ciList article .open-switch-box div p {
  font-size: 12px;
  margin-top: 5px;
}
.ciList article .open-switch-box .private {
  position: relative;
  top: 5px;
  background: none;
  width: 0;
}
.ciList article .open-switch-box.active:before {
  background: #3298fd;
  left: 64px;
}
.ciList article > footer {
  font-size: 10px;
  padding: 9px 0 3px 0;
  color: #7d7d7d;
  border-top: 1px solid #eee;
  text-align: right;
}

.ciList article>footer time {
    font-size: 10px;
}

.ciList article>footer a {
    display: inline-block;
    margin-left: 4px;
    width: 4em;
    padding: 3px 0 4px;
    background: none;
    text-align: center;
    border: 1px solid #bbb;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    line-height: 1;
    color: #000;
    background-color: #dbdbdb;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dbdbdb));
    background-image: -webkit-linear-gradient(top, #fff, #dbdbdb);
    background-image: -moz-linear-gradient(top, #fff, #dbdbdb);
    background-image: -o-linear-gradient(top, #fff, #dbdbdb);
    background-image: linear-gradient(top, #fff, #dbdbdb);
}


.ciList article .review-data,
.ciList article .review-data div a {
    display: flex;
    align-items: baseline;
}

.ciList article .review-data>div {
    display: flex;
}

.ciList article .review-data div.comment {
    margin-right: 10px;
}

.ciList article .review-data span,
.ciList article .review-data strong {
    background: none !important;
    font-size: 14px !important;
    line-height: 1.3em;
    overflow: visible;
    color: #011b8f !important;
    display: flex;
    margin: 0 !important;
    padding: 0 !important;
    height: auto;
    width: auto !important;
}

.ciList article .review-data span.number,
.ciList article .review-data span.number strong {
    font-size: 10px !important;
}


.ciList article .review-data.null span {
    color: #000 !important;
    display: flex;
    align-items: center;
}

/* +++++++++++++++++++++++++
popup empathy-list
++++++++++++++++++++++++++++ */
.drawer-menu .menu-btn {
    display: flex;
    align-items: center;
}

.drawer-menu .menu-btn span {
    font-weight: normal !important;
}

p.empathy {
    color: #011b8f;
    border-top: solid 1px #E5E5E5;
    border-bottom: solid 1px #E5E5E5;
    margin: 8px !important;
}

p.empathy>a.disabled {
    color: #999 !important;
}

.popup-empathy-wrap {
    width: auto;
    margin: 0 auto;
}

.popup-empathy-wrap>p {
    font-size: 20px !important;
    color: #505050;
    font-weight: bold;
    margin: -30px 0 20px 0;
}

.popup-empathy-wrap ul {
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: 300px;
    height: 80vh;
}

.popup-empathy-wrap ul li {
    border-top: dotted 1px #CCCCCC;
    padding: 10px 0;
}

.popup-empathy-wrap ul li>div {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.popup-empathy-wrap ul li>div a {
    display: flex;
    align-items: center !important;
}

.popup-empathy-wrap ul li>div a img {
    margin-right: 10px;
    border-radius: 50%;
}

.popup-empathy-wrap ul li>div a p.user-name {
    padding: 0 !important;
    font-weight: bold;
    margin: 0 10px 0 0 !important;
}

.popup-empathy-wrap ul li a div p.profile-txt {
    color: #505050;
}

.popup-empathy-wrap ul li div div.follow-link {
    margin-left: auto;
}

.popup-empathy-wrap ul li div div.follow-link a {
    display: block;
    width: 90px;
    border: 1px solid #06c;
    color: #06c;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    font-size: 15px;
    padding: 8px;
    line-height: 1;
    -webkit-transition: background 0.1s ease;
    transition: background 0.1s ease;
}

.popup-empathy-wrap ul li div div.follow-link a:after {
    content: "する";
}

.popup-empathy-wrap ul li div div.follow-link a.active {
    background: #3298fd;
    border: #3298fd solid 1px;
    color: #fff;
}

.popup-empathy-wrap ul li div div.follow-link a.active:after {
    content: "中";
}

.popup-empathy-wrap ul li p.profile-txt {
    padding: 0 !important;
    font-size: 14px;
}





/* +++++++++++++++++++++++++++++++++++++++++++++
	check-in movie

	.w --> watched -->
	.r --> reviewed --> red icon(at corner)
	.c --> closed --> key icon
++++++++++++++++++++++++++++++++++++++++++++++++ */

#ci-m>header nav li {
  width: 20%;
}
#ci-m > header nav .drama-order li {
  width: 50%;
}
#ci-m > header nav li:last-child {
  font-size: 0;
  line-height: 0;
}
#ci-m > header nav .drama-order li:last-child {
  font-size: 12px;
  line-height: inherit;
}
#ci-m > header nav li:last-child a {
  background: url(../../images/smartphone/watch.png) no-repeat center center;
  background-size: auto 14px;
}

#ci-m>header nav li:last-child a.on {
    background: url(../../images/smartphone/watched.png) no-repeat center center;
    background-size: auto 14px;
}

.drama_sort_navi{
    background: none !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: initial !important;
}

#ci-m article {
    margin: 6px;
    padding: 8px 8px 8px 76px;
    min-height: 88px;
    position: relative;
}

#ci-m article span {
    margin: 0 auto 4px;
}

#ci-m article h2+a {
    display: block;
    width: 60px;
    position: absolute;
    left: 8px;
    top: 8px;
}

#ci-m article h2+a img {
    width: 100%;
}
#ci-m article .checkin-drama-img + a img {
  object-fit: cover;
}
#ci-m article.c:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 4px;
    top: 10px;
    background: url(../../images/smartphone/icon_rock.png) no-repeat 0 0;
    background-size: auto 14px;
}

#ci-m article ul {
    display: table;
    table-layout: fixed;
    width: 100%;

    margin-top: 6px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    margin-bottom: 8px;
    padding: 8px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #011b8f;


    background: rgba(0, 0, 0, 0.1);

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    overflow: hidden;

}

#ci-m article ul a {
    display: table-cell;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    magin: 2px;
    position: relative;
    overflow: hidden;
    vertical-align: bottom;
    cursor: pointer;
}

#ci-m article ul a:first-child li {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 0 0 0 rgaba(255, 255, 255, 1);
    -webkit-box-shadow: 1px 0 0 0 rgaba(255, 255, 255, 1);
    box-shadow: 1px 0 0 0 rgaba(255, 255, 255, 1);

}


#ci-m article ul a:nth-child(2) {
    background: url(../../images/smartphone/watch.png) no-repeat center 2px;
    background-size: auto 14px;
}



#ci-m article.w ul a:nth-child(2) li {
    font-weight: normal;
    color: #000;
}

#ci-m article.w ul a:nth-child(2) {
    background: url(../../images/smartphone/watched.png) no-repeat center 2px;
    background-size: auto 14px;
}


#ci-m h2+time {
    display: block;
    font-weight: normal;
}

/* +++++++++++++++++++++++++++++++++++++++++++++
	check-in theater
++++++++++++++++++++++++++++++++++++++++++++++++ */
#ci-f>header nav li {
    width: 25%;
}

#ci-f article {
    margin: 6px;
    padding: 8px;
}

#ci-f p {
    margin-bottom: 6px;
}


#ci-f article.c:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 4px;
    top: 10px;
    background: url(../../images/smartphone/icon_rock.png) no-repeat 0 0;
    background-size: auto 14px;
}





/* +++++++++++++++++++++++++++++++++++++++++++++
	check-in person
++++++++++++++++++++++++++++++++++++++++++++++++ */
#ci-p>header nav li {
    width: 25%;
}

#ci-p article {
    margin: 6px;
    padding: 8px 8px 8px 88px;
    min-height: 88px;
    position: relative;
}

#ci-p article.c:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 4px;
    top: 10px;
    background: url(../../images/smartphone/icon_rock.png) no-repeat 0 0;
    background-size: auto 14px;
}


#ci-p article h2+a {
    display: block;
    width: 72px;
    position: absolute;
    left: 8px;
    top: 8px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}

#ci-p article h2+a img {
    width: 100%;
}

#ci-p article>footer {
    margin-top: 12px;
}





/* +++++++++++++++++++++++++++++++++++++++++++++
	check-in review
++++++++++++++++++++++++++++++++++++++++++++++++ */
#ci-r h1+p {
    padding: 8px 0 0 6px;
    font-size: 12px;
}

#ci-r>header nav li {
    width: 20%;
}

#ci-r article {
    margin: 6px;
    padding: 8px 8px 8px 86px;
    min-height: 88px;
    position: relative;
}

#ci-r article.c:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 4px;
    top: 10px;
    background: url(../../images/smartphone/icon_rock.png) no-repeat 0 0;
    background-size: auto 14px;
}

#ci-r article>header>a {
    display: block;
    width: 72px;
    position: absolute;
    left: 8px;
    top: 8px;
}

#ci-r article>header>a img {
    width: 100%;
}

#ci-r article>header b a {
    display: block;
    width: 4em;
    text-align: center;
    margin-bottom: 4px;
    padding: 2px 6px;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    background: #003A73;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;

}



#ci-r article>header p {
    margin-bottom: 12px;
    font-size: 12px;
}


#ci-r h3 {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: bold;

}

#ci-r article>p a {
    text-decoration: underline;
}

#ci-r article>footer {
    margin-top: 10px;
}

#ci-r article strong {
    display: block;
    width: 8em;
    margin: 8px 0 8px;
    padding: 2px 0 2px 14px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    color: #fff;

    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;

    background: #ff6c00 url(../../images/smartphone/icon_caution.png) no-repeat 10px center;
    background-size: auto 12px, auto;
}

.example_form {

    position: absolute;
    right: 0;
    top: 0;

}



/* +++++++++++++++++++++++++++
	setting
++++++++++++++++++++++++++++++ */
#confBox {
    background: #fff;
    padding-bottom: 10px;
}

#confBox>nav {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 6px 12px;
    line-height: 24px;
    overflow: hidden;
}

#confBox>nav ul {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    width: 100%;
    display: table;
    table-layout: fixed;

    padding: 6px;
    text-align: center;
    overflow: hidden;

    background: #dcdcdc;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#confBox>nav li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    display: table-cell;
    padding: 0 2px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #b9bbb9;
    border-left: 1px solid #f9f9f9;
}

#confBox>nav li:first-child {
    width: 64%;
    border-left: none;
    padding-left: 0;
}

#confBox>nav li:last-child {
    width: 36%;
    border-right: none;
    paddng-right: 0;
}


#confBox>nav li a {
    display: inline-block;
    font-size: 12px;
    padding: 8px 0 6px;
    line-height: 1.4;
    vertical-align: middle;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#confBox>nav li#a {
    background: #003a73;
}

#confBox>nav li#a a {
    color: #fff;
}



#confBox h2 {
    padding: 10px 10px 8px;
    background: #dedede;
    line-height: 1;
    border-bottom: 3px double #fff;
}

#confBox h2 strong {
    display: inline-block;
    margin: -2px 0 0 4px;
    padding: 2px 4px 1px;
    border: 1px solid #c00;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #f1f1f1;
    background: #c00;
    font-weight: bold;
    font-size: 86%;
    vertical-align: baseline;
}

#confBox h3 {
    padding: 10px 10px 6px;
}

#confBox>p {
    margin: 0 6px 12px;
    padding: 20px 10px;
    background: #f7e9f7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #c00;
    text-align: center;
}

#confBox>p mark {
    color: #c00;
}


#confBox fieldset {
    margin: 10px;
    padding: 6px 10px 10px;
    border: 1px solid #999;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#confBox legend {
    padding: 0 4px;
    line-height: 1;
    font-weight: bold;
}

#confBox input[type=checkbox]:checked+label {
    color: #eb8a00;
}

#confBox input[type=checkbox]:disabled+label {
    color: #b1b1b1;
}



#conf_a>p,
#conf_b>p {
    margin: 10px;
    color: #333;
}

#conf_a legend+ul,
#conf_b legend+ul {
    overflow: hidden;
}

#conf_a legend+ul li,
#conf_b legend+ul li {
    width: 50%;
    float: left;
    padding: 2px 0 4px;
    line-height: 1;
}

#conf_a li label,
#conf_b li label {
    display: inline-block;
    width: 76%;
    padding: 6px 0;
}

#conf_b input[type=text] {
    display: block;
    width: 98%;
    margin-bottom: 18px;
    padding: 0 4px;
    font-size: 114%;
    height: 40px;

    border: 1px solid #9f9f9f;
}

#conf_b fieldset p {
    padding: 6px 0;
}

#conf_b fieldset>strong {
    color: #c00;
}


#conf_b li a {
    text-decoration: underline;
}


#conf_b input+ul li {
    float: none;
    margin-bottom: 4px;
}



#conf_c {
    margin-bottom: 16px;
}

#conf_c ul {
    padding: 10px;
}

#conf_c li {
    margin-bottom: 10px;
}

#conf_c li label {
    display: inline-block;
    width: 86%;
    vertical-align: top;
}

#conf_c p {
    padding: 10px;
}

#conf_c p a {
    display: block;
    margin-top: 10px;
    text-decoration: underline;


}

#conf_d span {
    font-weight: bold;
}

#conf_d ul {
    margin: 10px;
}

#conf_d a {
    text-decoration: underline;
}

#conf_d input[type=checkbox] {
    margin-left: 40px;
}


#confBox button {
    display: block;
    height: 60px;
    text-align: center;
    line-height: 1;
    border: 2px solid #fff;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    font-size: 114%;


    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    background-color: #003a73;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1f5fa8), to(#003a73));
    background-image: -webkit-linear-gradient(top, #1f5fa8, #003a73);
    background-image: -moz-linear-gradient(top, #1f5fa8, #003a73);
    background-image: -o-linear-gradient(top, #1f5fa8, #003a73);
    background-image: linear-gradient(top, #1f5fa8, #003a73);

    -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 8);
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 8);
    box-shadow: 0 0 1px rgba(0, 0, 0, 8);
}

#confBox form>button {
    width: 94%;
    margin: 18px auto;
}


#confBtn {
    padding: 18px 0;
    overflow: hidden;
    zoom: 1;
}


#confBtn button[name=back] {
    float: left;
    width: 46%;
    margin: 2%;

    background: #909090;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bababa), to(#909090));
    background-image: -moz-linear-gradient(top, #bababa, #909090);
    background-image: -o-linear-gradient(top, #bababa, #909090);
    background-image: linear-gradient(top, #bababa, #909090);

}

#confBtn button[name=commit] {
    float: left;
    width: 46%;
    margin: 2%;
}

#confBox .logout {
    width: 94%;
    margin: 18px auto;
    border-top: solid 1px #D2D2D2;
    border-bottom: solid 1px #D2D2D2;
    padding: 20px 0;
}


#confBox .allow-list {}

#confBox .allow-list li {
    background: #F8F8F8;
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 10px;
}

#confBox .allow-list li a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
    text-decoration: none;
}

#confBox .allow-list {
    width: 94%;
    margin: 0 auto;
}


#confBox .arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #0066cc;
    vertical-align: middle;
    text-decoration: none;
    font-size: 14px;
}

#confBox .arrow::before,
#confBox .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#confBox .arrow::before {
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 1px solid #0066cc;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#confBox .arrow::after {
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #0066cc;
    border-right: 1px solid #0066cc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ++++++++++++++++++++++
	config profile photo
+++++++++++++++++++++++++ */
#conf_e {
    overflow: hidden;
    zoom: 1;
}

#conf_e p:first-of-type {
    margin: 10px;
    width: 120px;
    float: left;
}

#conf_e p:first-of-type label {
    color: #000;
}


#conf_e img {
    display: block;
    width: 120px;
    max-width: 120px;
    min-width: 120px;
    margin-bottom: 4px;
}

#conf_e ul {
    margin: 10px 4px 10px 10px;
    font-size: 86%;
    color: #777;
}

#conf_e ul+p {
    clear: both;
    margin: 10px;
    padding: 20px 0 10px;
    border-top: 1px solid #bbb;
}

#conf_e input[type=file] {
    width: 100%;
    font-size: 86%;
    margin: 0;
}

#conf_e input:checked+label {
    color: #eb8a00;
}


/* ++++++++++++++++++++++
	config nickname
+++++++++++++++++++++++++ */

#conf_f p {
    margin: 10px;
}

#conf_f>p a {
    text-decoration: underline;
}

#conf_f input[type=text] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    width: 100%;
    padding: 6px 6px 4px;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #9f9f9f;
}


#conf_f>p>span {
    display: block;
    padding: 4px 0;
    text-align: right;
    font-size: 86%;
    line-height: 1;
}


#conf_f span mark {
    font-weight: bold;
}


#conf_f textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    width: 100%;
    padding: 6px 6px 4px;
    border: 1px solid #9f9f9f;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#conf_f fieldset {
    position: relative;
}

#conf_f fieldset span {
    display: block;
    width: 10em;
    position: absolute;
    right: 4px;
    top: 14px;
}

#conf_f fieldset input:checked+label {
    color: #eb8a00;
}

#conf_f select {
    padding: 2px 0 0 2px;
}

#conf_f strong {
    color: #c00;
    font-size: 86%;
    font-weight: normal;
}

#conf_f strong+input,
#conf_f strong+textarea {
    background: #f7e9f7
}



/* ++++++++++++++++++++++
	config web, blog, SNS
+++++++++++++++++++++++++ */


#conf_g dl {
    margin: 10px;
}

#conf_g dt {
    font-size: 86%;
    color: #777;
}

#conf_g dd {
    margin-bottom: 10px;
}

#conf_g input[type=text] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    width: 100%;
    padding: 6px 6px 4px;
    border: 1px solid #9f9f9f;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

}


/* ++++++++++++++++++++++
	config movie style
+++++++++++++++++++++++++ */
#conf_h p {
    margin: 10px;

}



#conf_h input[type=text] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    width: 100%;
    padding: 4px;
    border: 1px solid #9f9f9f;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

}


/* ++++++++++++++++++++++
	config movie style
+++++++++++++++++++++++++ */
#conf_i>p {
    margin: 10px;
}

#conf_i>ol {
    margin: 10px 10px 10px 30px;
}

#conf_i li {
    list-style: decimal;
}

#conf_i input[type=text] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    width: 100%;
    padding: 4px;
    border: 1px solid #9f9f9f;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

}

/* ++++++++++++++++++++++
	config activity
+++++++++++++++++++++++++ */
#confBox legend+.set-activity {
    display: flex;
}

#confBox legend+.set-activity>label {
    width: 46%;
    padding: 6px 0;
}

#confBox legend+div .drawer-menu {
    margin-left: auto;
    padding: 6px 0;
}

.moreLoad {
    display: block;
    margin-bottom: 1px;
    padding: 18px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-top: 1px dotted #bbb;
}

.moreLoad span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #000;
}

.toggle .moreLoad {
    background: none;
    border: none;
}





#shadow {
    position: absolute;
    top: 0;
    width: 100%;
    height: 120%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 200;
}

#shadow div {
    width: 240px;
    height: 180px;
    text-align: center;
    background: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 0.9);

    position: absolute;
    top: 50%;
    left: 50%;
    margin: -90px 0 0 -120px;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

#shadow p {
    padding: 16px;
    font-weight: bold;
    font-size: 16px;
}

#shadow ul {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
}

#shadow li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
}

#shadow li:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2)
}

#shadow label span {
    display: block;
    font-size: 12px;
}

#shadow ul a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
}

/* ++++++++++++++++++++++
	info
+++++++++++++++++++++++++ */
#info h2 {
    font-size: 18px;
    font-weight: bold;
    padding: 24px 6px 6px;
}

#info h2 span {
    font-size: 12px;
}

#info .infoNav {
    margin: 20px auto 10px;
    -moz-box-sizing: :border-box;
    -webkit-box-sizing: :border-box;
    box-sizing: border-box;
    width: 80%;
    display: table;
}

#update+#info .infoNav {
    margin: 0 auto 10px;
}

#info .infoNav li {
    display: table-cell;
    width: 50%;
    text-align: center;
}

#info .infoNav li a {
    padding: 8px 4px;
    display: block;
    background: #fff;
    border: 1px solid #567592;
}

#info .infoNav li.active a {
    background: #567592;
    color: #fff;
}

#info .infoNav li:first-child a {
    border-radius: 50px 0px 0px 50px;
}

#info .infoNav li:last-child a {
    border-radius: 0px 50px 50px 0px;
}

.infoList {
    border-top: 1px dotted #ccc;
    background: #fff;
}

.infoList li.new {
    max-height: 0;
    overflow: hidden;
    border-top: 0 none;
}

.infoList li.open {
    max-height: 100vh;
    transition: max-height 1s;
    border-top: 1px dotted #ccc;
}

.infoList li+li {
    border-top: 1px dotted #ccc;
}

.infoList li:after {
    content: '';
    display: block;
    clear: both;
}

.infoList li a {
    display: table;
    padding: 12px 10px;
}

.infoList li .img {
    float: left;
    text-align: center;
    width: 64px;
}

.infoList li .img img {
    width: 64px;
}

.infoList li .img .imgCircle {
    border-radius: 50%;
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.infoList li .dataBox {
    padding: 0 0 0 76px;
}

.infoList li .dataBox .title {
    margin: 12px 0 0;
    font-size: 16px;
    line-height: 1.4;
}

.infoList li .dataBox .txt {
    color: #505050;
}

.infoList li .dataBox time {
    display: block;
    margin: 4px 0 0;
    color: #999;
    font-size: 12px;
}

.infoList li .dataBox .subImg {
    margin: 8px 0 0;
}

.infoList .pro {
    position: relative;
}

.infoList .pro:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
    width: 38px;
    height: 14px;
    top: 66px;
    left: 23px;
    background: url(../../images/movie_review/review_icon.png) no-repeat;
    background-size: 100% auto;
    background-position: 0 0px;
}

.infoList .follow {
    position: relative;
}

.infoList .follow .dataBox .title {
    margin: 18px 0 0;
}

.infoList .follow a:first-child {
    padding: 12px 60px 12px 10px;
}

.infoList .follow .followLink {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 0;
    background: url(../../images/smartphone/icon_follow.png) no-repeat;
    background-size: 50px;
    position: absolute;
    top: 20px;
    right: 4px;
}

.infoList .follow .followLink.active {
    background: url(../../images/smartphone/icon_follow_on.png) no-repeat;
    background-size: 50px;
}

.popup-login-wrap.migrate {
    margin: 10px auto;
}


.popup-login-wrap.migrate>div:first-of-type dl {
    margin-bottom: 20px;
}

.popup-login-wrap.migrate>div:first-of-type dl dt {
    margin-bottom: 20px;
    text-align: center;
}

.popup-login-wrap.migrate>div:first-of-type dl dd:first-of-type {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}


.popup-login-wrap.migrate>div:first-of-type dl dd:last-of-type ul {
    display: flex;
    flex-wrap: wrap;
}

.popup-login-wrap.migrate>div:first-of-type dl dd:last-of-type ul li {
    width: 50%;
    margin-bottom: 20px;
}

.popup-login-wrap.migrate>div:first-of-type dl dd:last-of-type ul li:nth-child(n + 3) {
    margin-bottom: 0px;
}

.popup-login-wrap.migrate>div:first-of-type dl dd:last-of-type ul li div span {
    text-align: center !important;
    font-weight: bold;
    font-size: 12px;
}

.popup-login-wrap.migrate>div:first-of-type dl dd:last-of-type ul li div span:first-of-type {
    margin-bottom: 10px;
}

.popup-login-wrap.migrate>div:first-of-type dl dd:last-of-type ul li div span img {
    margin: 0 !important;
}

.popup-login-wrap.migrate>div:first-of-type p {
    margin-bottom: 20px;
    font-weight: bold;
}

.popup-login-wrap.migrate>div:first-of-type p:first-of-type span.caution {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
    -webkit-transform: scale(var(--ggs, 1));
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    border-radius: 40px;
    background: #fff;
    color: #fc0000;
    margin-right: 4px;
}

.popup-login-wrap.migrate>div:first-of-type p:first-of-type span.caution:after {
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    border-radius: 1px;
    width: 4px;
    background: currentColor;
    left: 7px;
    top: 3px;
    height: 8px;
}

.popup-login-wrap.migrate>div:first-of-type p:first-of-type span.caution:before {
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    border-radius: 2px;
    width: 4px;
    background: currentColor;
    left: 7px;
    height: 4px;
    bottom: 2px;
}

.popup-login-wrap.migrate>div:first-of-type p:nth-child(2) {
    font-size: 16px;
}

.popup-login-wrap.migrate>div:first-of-type p:nth-child(3) {
    font-size: 14px;
    color: #Ff0000;
    border: solid 2px #FF0000;
    background: #FFF4F4;
    padding: 12px;
}

.popup-login-wrap.migrate>div:first-of-type p:last-of-type {
    background: #F8F8F8;
    padding: 14px 0;
    text-align: center;
    border-radius: 3px;
}

.popup-login-wrap.migrate>div:last-of-type {
    border: #D2D2D2 solid 1px;
    border-radius: 3px;
    padding: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.popup-login-wrap.migrate>div:last-of-type+p {
    text-align: center;
    color: #0866CC;
    font-size: 14px;
    cursor: pointer;
}

.popup-login-wrap.migrate>div:last-of-type+p:hover {
    color: #f33;
}

.popup-login-wrap.migrate>div:last-of-type dl dt {
    font-size: 14px;
    background: #F8F8F8;
    border-radius: 50px;
    padding: 4px 0;
    text-align: center;
    margin-bottom: 10px;
}

.popup-login-wrap.migrate>div:last-of-type dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.popup-login-wrap.migrate>div:last-of-type dl dd:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.popup-login-wrap.migrate>div:last-of-type dl dd:first-of-type div img {
    width: 45px;
    height: 45px;
    margin-right: 20px;
    border-radius: 50%;
}

.popup-login-wrap.migrate>div:last-of-type dl dd:first-of-type div>span {
    display: block;
    font-size: 12px;
}

.popup-login-wrap.migrate>div:last-of-type dl dd:first-of-type div>span:last-of-type {
    font-weight: normal;
    text-align: left !important;
}

.popup-login-wrap.migrate>div:last-of-type dl dd:first-of-type div>span:last-of-type span {
    display: inline !important;
}

.popup-login-wrap.migrate>div:last-of-type dl dd:last-of-type {
    margin-bottom: 10px;
}

.popup-login-wrap.migrate>div:last-of-type dl dd:last-of-type ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.popup-login-wrap.migrate>div:last-of-type dl dd:last-of-type ul li {
    width: 48%;
    margin-right: 4%;
    text-align: center;
    margin-bottom: 10px;
}

.popup-login-wrap.migrate>div:last-of-type dl dd:last-of-type ul li:nth-child(2n) {
    margin-right: 0;
}

.popup-login-wrap.migrate>div:last-of-type dl dd:last-of-type ul li span {
    display: block;
    text-align: center !important;
}



.popup-login-wrap.migrate>div:last-of-type dl dd:last-of-type ul li span:first-of-type {
    display: flex !important;
    width: 100%;
    justify-content: center;
}

.popup-login-wrap.migrate>div:last-of-type dl dd:last-of-type ul li span:first-of-type span {
    font-size: 12px;
    background: #F8F8F8;
    border-radius: 50px;
    padding: 4px 0;
    margin-bottom: 4px;
    font-weight: bold;
}

.popup-login-wrap.migrate>div:last-of-type dl dd:last-of-type ul li span.icon-checkin:first-of-type:before {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../../images/smartphone/icon-check-in-small.png);
    display: block;
    background-size: cover;
    margin-right: 4px;
}

.popup-login-wrap.migrate>div:last-of-type dl dd:last-of-type ul li span:first-of-type:before {
    font-size: 13px;
    color: #FD9C00;
    font-weight: bold;
}

.popup-login-wrap.migrate>div:last-of-type dl dd:last-of-type ul li span:last-of-type {
    font-size: 14px;
    font-weight: normal;
}

.popup-login-wrap.migrate>div:last-of-type+p label {
    text-align: center;
    color: #0866CC;
    font-size: 14px;
    display: block;
    color: #011b8f !important;
    font-weight: normal;
}

.popup-login-wrap.migrate>div:last-of-type>p:first-of-type {
    border-bottom: solid 1px #D2D2D2;
    padding-bottom: 20px;
    margin-bottom: 20px;
}



.popup-login-wrap.migrate>div:last-of-type>p:first-of-type a:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    -webkit-transition: .1s;
    transition: .1s;
}

.popup-login-wrap.migrate>div:last-of-type>p:first-of-type+p {
    margin-bottom: 10px;
    text-align: center;
}

.popup-login-wrap.migrate>div:last-of-type>p:last-of-type {
    font-weight: normal;
}

.migrate-data {
    padding: 12px;
    display: block;
}

.migrate-data>p {
    margin-bottom: 20px;
}

.migrate-data>p.attention {
    border: solid 2px #ff0000;
    color: #ff0000;
    padding: 12px;
    background: #FFF4F4;
    font-weight: bold;
}

.migrate-data>p.attention.left {
    text-align: left;
}

.migrate-data>p:first-of-type {
    font-weight: bold;
    text-align: center;
}

.migrate-data>p:last-of-type {
    font-size: 14px;
}

.migrate-data+div p {
    font-size: 1.4rem;
    color: #Ff0000;
    border: solid 2px #FF0000;
    background: #FFF4F4;
    padding: 12px;
    font-weight: bold;
    margin-bottom: 20px;
}

.migrate-data>div {}

.migrate-data>div.eiga {
    border: #D2D2D2 solid 1px;
    border-radius: 3px;
    padding: 012px;
    font-weight: bold;
    margin-bottom: 10px;
}

.migrate-data>div.eiga dl dt {
    font-size: 14px;
    background: #F8F8F8;
    border-radius: 50px;
    padding: 4px 0;
    text-align: center;
    margin-bottom: 10px;
}

.migrate-data>div.eiga dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.migrate-data>div.eiga dl dd:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.migrate-data>div.eiga dl dd:first-of-type div img {
    width: 45px;
    height: 45px;
    margin-right: 20px;
    border-radius: 50%;
}

.migrate-data>div.eiga dl dd:first-of-type div>span {
    display: block;
    font-size: 12px;
}

.migrate-data>div.eiga dl dd:first-of-type div>span:last-of-type {
    font-weight: normal;
}

.migrate-data>div.eiga dl dd:last-of-type ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.migrate-data>div.eiga dl dd:last-of-type ul li {
    width: 48%;
    text-align: center;
    margin: 0 4% 10px 0;
}

.migrate-data>div.eiga dl dd:last-of-type ul li:nth-child(2n) {
    margin-right: 0;
}

.migrate-data>div.eiga dl dd:last-of-type ul li>span {
    display: block;
}

.migrate-data>div.eiga dl dd:last-of-type ul li>span:first-of-type {
    font-size: 12px;
    background: #F8F8F8;
    border-radius: 50px;
    margin-bottom: 6px;
    font-weight: bold;
    line-height: 1.6;
    padding: 2px 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

.migrate-data>div.eiga dl dd:last-of-type ul li>span:first-of-type span.icon-checkin:before {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../../images/icon-check-in-small.png);
    display: block;
    background-size: cover;
    margin-right: 4px;
}


.migrate-data>div.eiga dl dd:last-of-type ul li>span:first-of-type span {
    font-weight: bold;
    display: flex;
    align-items: center;
}

.migrate-data>div.eiga dl dd:last-of-type ul li>span:first-of-type span:before {
    font-size: 16px;
    color: #FD9C00;
    font-weight: bold;
    margin-right: 4px;
    vertical-align: middle;
}

.migrate-data>div.eiga dl dd:last-of-type ul li:last-of-type {
    font-size: 14px;
    font-weight: normal;
}

.migrate-data>div.arrow {
    text-align: center;
    margin-bottom: 10px;
}

.migrate-data>div.arrow span.arrow {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    background: #76C768;
    border-radius: 50%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.migrate-data>div.arrow span.arrow:before {
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    left: 17px;
    -webkit-box-sizing: border-box;
    height: 18px;
    border: 9px solid transparent;
    border-left: 10px solid #fff;
}

.migrate-data>div.arrow span.arrow:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 8px;
    height: 6px;
    border-left: 9px solid #fff;
}

.migrate-data>div.gid {
    border: #D2D2D2 solid 1px;
    border-radius: 3px;
    padding: 12px;
    font-weight: bold;
    margin: 0 0 20px;
}

.migrate-data>div.gid dl dt {
    font-size: 14px;
    background: #F8F8F8;
    border-radius: 50px;
    padding: 4px 0;
    text-align: center;
    margin-bottom: 10px;
}

.migrate-data>div.gid dl dd {
    text-align: center;
}

.migrate-data>div.gid dl dd img {
    display: block;
    width: 76px;
    height: 76px;
    margin: 0 auto;
    margin-bottom: 4px;
    border-radius: 50%;
}

.migrate-data>div.gid dl dd span {
    display: block;
    font-size: 12px;
}

.migrate-data div.gid p {
    text-align: center;
}

.migrate-data div.gid p:first-of-type {
    margin-bottom: 20px;
}

.migrate-data div.gid p:first-of-type a {
    border: none;
    color: #fff;
    background: #0066CC;
}

.migrate-data div.gid p a {
    display: block;
    font-weight: bold;
    text-align: center;
    -webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: .1s;
    transition: .1s;
    padding: 12px;
    font-size: 1.4rem;
    border-radius: 3px;
    border: solid 1px #0066CC;
}

.migrate-data div.gid p a:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}

.eiga-id-data {
    background: #F8F8F8;
    border-radius: 6px;
    display: -ms-flexbox;
    padding: 12px;
    -ms-flex-wrap: wrap;
    margin: 10px 12px 20px;
}

.eiga-id-data+div p {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.eiga-id-data+div p span {
    font-size: 14px;
    display: block;
}

.eiga-id-data+div p span:first-of-type {
    font-weight: bold;
    margin-left: 12px;
}

.eiga-id-data+div p span:last-of-type {
    margin: 0 20px 0 auto;
}

.eiga-id-data>div:first-of-type {
    text-align: center;
}

.eiga-id-data>div:first-of-type>img {
    margin-bottom: 20px;
}

.eiga-id-data>div:first-of-type div>img {
    margin-bottom: 10px;
    border-radius: 50%;
}

.eiga-id-data>div:first-of-type div span {
    display: block;
}

.eiga-id-data>div:first-of-type div span:first-of-type {
    font-size: 12px;
    font-weight: bold;
}

.eiga-id-data>div:first-of-type div span:last-of-type {
    font-size: 14px;
}

.eiga-id-data>div:nth-child(2) {
    margin-bottom: 10px;
}

.eiga-id-data>div:nth-child(2) li:last-of-type dl {
    border-bottom: none;
}

.eiga-id-data>div:nth-child(2) li dl {
    border-bottom: dotted 1px #C4C4C4;
    padding: 16px 0;
    display: flex;
    width: 100%;
}

.eiga-id-data>div:nth-child(2) li dl dt {
    font-size: 12px;
    font-weight: bold;
    width: 35%;
}

.eiga-id-data>div:nth-child(2) li dl dd {
    font-size: 14px;
}

.eiga-id-data>div:nth-child(2) li dl dd:first-of-type {
    width: 45%;
}

.eiga-id-data>div:nth-child(2) li dl dd:nth-of-type(2) {
    margin-left: auto;
    text-align: right;
    width: 20%;
}

.eiga-id-data>div:nth-child(3) {
    width: 100%;
}


.ranking-tile {
    display: flex;
    margin: 10px !important;
    overflow: scroll;
}

.ranking-tile li {
    position: relative;
    list-style-type: none !important;
    margin-right: 10px;
}

.ranking-tile li:last-of-type {
    margin-right: 0px;
}

.ranking-tile li .title {
    font-size: 14px;
}

.ranking-tile li .rank-circle {
    top: 4px;
    left: 6px;
}

.ranking-tile li div {
    width: 104px;
    height: 143px;
    background: #f2f2f2;
}

.ranking-tile li div.best-blank {
    background: #fff;
    border: solid 1px #9f9f9f;
    position: relative;
}

.ranking-tile li div img {
    object-fit: cover;

}


.ranking-tile li div.best-blank:before {
    content: "+";
    background: #0066cc;
    width: 22px;
    height: 22px;
    left: 50%;
    display: block;
    color: #fff;
    border-radius: 50%;
    font-size: 22px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 0.8em;
    text-align: center;
}

.ranking-tile .col-s-4 .rank-circle {
    top: 4px;
    left: 21px;
}

.rank-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 23px;
    border-radius: 16px;
    background: #e5e3d3;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 1.5;
    padding: 0px 0 0px 0px;
    z-index: 1;
}

.rank-circle.no1 {
    background: #feca00;
}

.rank-circle.no2 {
    background: #afc1d1;
}

.rank-circle.no3 {
    background: #b27329;
}

.rank-number {
    border-radius: 16px;
    background: #e5e3d3;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #000;
    line-height: 1;
    padding: 5px 8px 7px 8px;
    min-width: 28px;
    display: inline-block;
}

.attention-migrate {
    font-size: 14px;
    color: #Ff0000;
    border: solid 2px #FF0000;
    background: #FFF4F4;
    padding: 12px 0;
    font-weight: bold;
    margin: 10px auto;
    text-align: center;
    width: 94%;
}

canvas.movie_watched_distrib {
    background: #fff;
}

.private {
    background: #D9D9D9;
    margin: 12px;
    padding: 10px;
    text-align: center;
}

.private p {
    font-size: 14px;
    font-weight: bold;
}

.private p span.supplement {
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
    display: block
}

.private.other {
    margin-bottom: 200px;
}

.lnavWrap {
    padding: 10px 6px;
}

.lnavWrap+div {
    display: flex;
    align-items: center;
}

.lnavWrap+div h2+div {
    margin: 0 6px 0 auto;
}

.lnavWrap+div h2+div span {
    display: block;
    margin-left: auto;
    position: relative;
    background: #EFEFEF;
    border-radius: 50px;
    height: 28px;
    width: 28px;
}

.lnavWrap+div h2+div span img {
    position: absolute;
    top: 6px;
    left: 6px;
}

#lnav {
    margin: 0 0 0;
    padding: 6px;
    text-align: center;
    overflow: hidden;
    background: #dcdcdc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#lnav li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding: 0 2px;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #b9bbb9;
    border-left: 1px solid #f9f9f9;
}

#lnav li {
    width: 33%;
}

#lnav li:first-child {
    border-left: none;
    padding-left: 0;
}

#lnav li:last-child {
    border-right: none;
    padding-right: 0;
}

#lnav a {
    display: block;
    height: 26px;
    line-height: 26px;
    color: #bbb;
}

#lnav a[href] {
    color: #011b8f;
}


#lnav li.a a {
    background: #003a73;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#lnav+div {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F0F0F3;
    padding: 14px 0;
}

#lnav+div>a {
    position: relative;
}

#lnav+div>a:before {
    content: "";
    display: block;
    left: 30px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #062087;
    border-right: 2px solid #062087;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -6px;
}

#lnav+div>a:first-of-type:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: -40px;
}

#lnav+div form>div {
    position: relative;
}

#lnav+div form>div:after {
    content: "";
    display: block;
    right: 12px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 36%;
}

#lnav+div form>div select {
    width: 120px;
    height: 34px;
    font-size: 16px;
    outline: none;
    -webkit-appearance: none;
    border: solid 1px #767676;
    border-radius: 4px;
    padding: 4px 6px;
    color: #333;
}

.activity-wrap {
    background: #eeeaea url(../../images/smartphone/my_head_bg.png) repeat 0 0;
}

.activity-wrap h2 {
    font-size: 18px;
    /* margin: 10px 6px 10px; */
    display: flex;
    align-items: center;
}

.activity-wrap h2 span {
    font-size: 12px;
    margin-top: 4px;
}

.activity-wrap>h3 {
    font-size: 16px;
    margin: 10px 6px 10px;
}

.activity-wrap>h3 span {
    font-size: 14px;
}

.activity-wrap section h3 {
    font-size: 16px;
    margin: 0 6px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #EEEEEE;
}

.activity-wrap section p.no-data {
    margin: 0 6px;
    padding: 20px 0;
    text-align: center;
}

.activity-wrap section p.no-data+canvas {
    visibility: hidden;
    height: 0;
    margin: 0;
}

.activity-wrap section h3 .drawer-menu {
    margin-left: auto;
    display: block;
}

.activity-wrap section.activity-box {
    margin-top: 0;
}

.activity-wrap section.activity-box.review-rating {
    height: 260px;
}

.activity-wrap section.activity-box>canvas {
    margin-top: 10px;
}

.activity-wrap section.activity-box .tab_wrap {
    border-radius: 0 0 4px 4px;
}

.activity-wrap .activity-list {
    margin-bottom: 20px;
}

.activity-wrap .activity-list p.empty {
    padding: 18px 10px;
    background: #ffffff;
    border-top: solid 1px #BBBBBB;
    border-bottom: solid 1px #BBBBBB;
}

.activity-wrap .activity-list>header {
    padding: 0 6px 6px;
    position: relative;
}

.activity-wrap .activity-list>header nav {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    margin-top: 6px;
    overflow: hidden;
}

.activity-wrap .activity-list>header ul {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 4px;
    text-align: center;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.1);
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
}

.activity-wrap .activity-list>header li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 2px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 25%;
}


.activity-wrap .activity-list>header li a {
    display: block;
    height: 22px;
    line-height: 22px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
}

.activity-wrap .activity-list>header li.a a {
    background: #666;
    color: #fff;
    position: relative;
}

.activity-wrap .activity-list>header li.a span {
    padding-left: 2px;
    font-size: 8px;
    position: relative;
    top: -2px;
}

.activity-wrap .activity-list>ul.column01 li {
    border-bottom: solid 1px #BBBBBB;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 14px;
    min-height: 35px;
}

.activity-wrap .activity-list>ul.column01 li.list-title {
    border-top: solid 1px #BBBBBB;
    background: #D9DCDF;
    font-weight: bold;
    font-size: 14px;
    min-height: auto;
}

.activity-wrap .activity-list>ul.column01 li a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.activity-wrap .activity-list>ul.column02 li ul,
.activity-wrap .activity-list>ul.column03 li ul {
    min-height: 55px;
}

.activity-wrap .activity-list>ul.column02 ul li:first-of-type {
    width: 80%;
}

.activity-wrap .activity-list>ul.column02 ul li:last-of-type {
    width: 20%;
    font-weight: bold;
}

.activity-wrap .activity-list>ul.column02.fwn ul li:last-of-type {
    font-weight: normal
}

.activity-wrap .activity-list>ul.column02 li ul li {
    text-align: left;
}

.activity-wrap .activity-list>ul.column03 li ul li {
    width: 34%;
}

.activity-wrap .activity-list>ul.column03 li ul li:not(:first-of-type) {
    font-weight: bold;
    width: 33%;
}

.activity-wrap .activity-list>ul.column04 ul {
    min-height: 54px;
}

.activity-wrap .activity-list>ul.column04 ul li {
    width: 13%;
}

.activity-wrap .activity-list>ul.column04 ul li:first-of-type {
    width: 50%;
}

.activity-wrap .activity-list>ul.column04 ul li:first-of-type a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.activity-wrap .activity-list>ul.column04 ul li:last-of-type {
    width: 24%;
}

.activity-wrap .activity-list>ul.column04 ul li:nth-of-type(2),
.activity-wrap .activity-list>ul.column04 ul li:nth-of-type(3) {
    font-size: 12px;
    white-space: nowrap;
}

.activity-wrap .activity-list>ul.column04 ul li:nth-of-type(3) {
    text-align: left;
}

.activity-wrap .activity-list>ul.column04 ul li:nth-of-type(3) span:first-of-type {
    font-size: 10px;
    display: block;
}

.activity-wrap .activity-list>ul.column04 ul li:nth-of-type(4) a {
    font-weight: bold;
}

.activity-wrap .activity-list>ul.column04 ul li:nth-of-type(4) a.review-link {
    border: #011b8f 1px solid;
    border-radius: 4px;
    padding: 4px;
    font-size: 12px;
    white-space: nowrap;
    font-weight: normal;
}

.activity-wrap .activity-list>ul li ul {
    border-bottom: solid 1px #BBBBBB;
    background: #fff;
    display: flex;
    align-items: center;
}

.activity-wrap .activity-list>ul li ul.list-title {
    border-top: solid 1px #BBBBBB;
    background: #D9DCDF;
    font-weight: bold;
    font-size: 14px;
    min-height: auto;
}


.activity-wrap .activity-list>ul li ul.list-title li {
    font-size: 14px !important;
    white-space: nowrap;
}

.activity-wrap .activity-list>ul li ul.list-title li:nth-of-type(3) {
    text-align: center !important;
}

.activity-wrap .activity-list>ul li ul li {
    text-align: center;
    padding: 10px;
}

.activity-wrap .activity-list>ul li ul li:first-of-type {
    text-align: left;
}

.activity-wrap .activity-list>div.bottom-share {
    margin: 30px auto;
    text-align: center;
}

.activity-wrap .activity-list>div.bottom-share>p {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 20px;
}

.activity-wrap .activity-list>div.bottom-share>ul {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.activity-wrap .activity-list>div.bottom-share>ul li {
    margin-right: 20px;
}

.activity-wrap .activity-list>div.bottom-share>ul li:last-of-type {
    margin-right: 0;
}

.activity-wrap .activity-list>div.bottom-share>a {
    display: block;
    font-weight: bold;
    background: #fff;
    border-radius: 4px;
    border: solid 1px #062087;
    padding: 10px 0;
    width: 60%;
    text-align: center;
    margin: 10px auto;
}


section .detail-link {
    display: block;
    font-weight: bold;
    background: #fff;
    border-radius: 4px;
    border: solid 1px #062087;
    padding: 10px 0;
    width: 60%;
    text-align: center;
    margin: 10px auto;
}

section.activity-box {
    background: #fff;
    border: solid 1px #C1CCE2;
    border-radius: 4px;
    margin: 20px 6px;
}

@media (min-width: 431px) {
    section.activity-box canvas.per50 {
        margin: 10px auto 0;
        width: 50% !important;
        height: auto !important;
    }

    section.activity-box canvas.per60 {
        margin: 0 auto;
        width: 60% !important;
        height: auto !important;
    }

    section.activity-box canvas.per70 {
        margin: 0 auto;
        width: 70% !important;
        height: auto !important;
    }
}

section.activity-box .tab_wrap {
    background: #DBE5ED;
    padding: 6px;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    border-radius: 4px;
}


section.activity-box .tab_wrap {
    display: block;
}

section.activity-box .tab_wrap div:first-of-type {
    display: block;
}

section.activity-box .tab_wrap div:first-of-type button {
    background: #C1C1C1;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    width: 50%;
    display: block;
    border: none;
    border-radius: 5px 5px 0 0;
    padding: 10px 0.5em;
}

section.activity-box .tab_wrap div:first-of-type button {
    float: left;
    border-bottom: solid 4px #007BE6;
}

section.activity-box .tab_wrap div:first-of-type button.active {
    background: #007BE6;
}



section.activity-box .tab_wrap div:first-of-type div {
    margin-top: 4px;
    background: #DBE5ED;
}

section.activity-box .tab_wrap div:first-of-type div:before {
    content: "";
    display: block;
    clear: both;
}

section.activity-box .tab_wrap div:first-of-type div .result01,
section.activity-box .tab_wrap div:first-of-type div .result02 {
    background: #F2F2F2;
    padding: 6px 0;
    margin: 0;
    text-align: center;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.activity-box .tab_wrap div:first-of-type div.result-wrap {
    margin: 0;
    padding: 6px;
    background: #fff;
}


section.activity-box .tab_wrap div:first-of-type div .result01 span,
section.activity-box .tab_wrap div:first-of-type div .result02 span {
    font-weight: bold;
    margin-left: 6px;
    font-size: 16px;
}

section.activity-box .tab_wrap div:first-of-type button#chart1Button.active~div .result02 {
    visibility: hidden;
    position: absolute;
}

section.activity-box .tab_wrap div:first-of-type button#chart2Button.active~div .result01 {
    visibility: hidden;
    position: absolute;
}

section.activity-box .tab_wrap div:first-of-type {
    border-radius: 5px 5px 0 0;
}

section.activity-box .tab_wrap div:last-of-type {
    background: #fff;
}



section.activity-box .checkin-list {
    padding: 6px;
    display: flex;
}

section.activity-box .checkin-list li {
    width: 32%;
    margin-right: 2%;
    text-align: center;
}

section.activity-box .checkin-list li:last-of-type {
    margin-right: 0;
}

section.activity-box .checkin-list li a {
    width: 100%;
}

section.activity-box .checkin-list li a dl {
    border: solid #062087 1px;
    border-radius: 4px;
}

section.activity-box .checkin-list li a dl dt {
    background: #062087;
    color: #fff;
    padding: 4px 0;
    font-size: 14px;
}

section.activity-box .checkin-list li a dl dd {
    padding: 16px 0;
    font-weight: bold;
}

section.activity-box .imp-list {
    padding: 6px;
    display: flex;
    flex-wrap: wrap;
}

section.activity-box .imp-list li {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

section.activity-box .imp-list li:nth-child(2n) {
    margin-right: 0;
}

section.activity-box .imp-list li dl {
    background: #F0F0F3;
    display: flex;
    font-weight: bold;
    padding: 6px 10px;
    width: 100%;
    margin-left: 6px;
    font-size: 12px;
}

section.activity-box .imp-list li dl dd {
    margin-left: auto;
}


section.activity-box .top3-list {
    padding: 6px;
}

section.activity-box .top3-list li {
    margin-bottom: 10px;
}

section.activity-box .top3-list li:last-of-type {
    margin-bottom: 0;
}

section.activity-box .top3-list li dl {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    background: #F0F0F3;
    padding: 6px 10px;
}

section.activity-box .top3-list li dl dt {
    display: flex;
    align-items: center;
    padding-right: 4px;
}

section.activity-box .top3-list li dl dt img {
    margin-right: 8px;
}

section.activity-box .top3-list li dl dd {
    margin-left: auto;
    white-space: nowrap;
}


.bx-wrapper {
    margin: 0 auto !important;
    box-shadow: none !important;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 9998 !important;
}
.bxslider li {
    float: left;
}
.bx-viewport .bxslider li {
    display: block !important;
}

.bx-viewport .bxslider li a {
    color: #333;
}

.bx-viewport .bxslider li a img {
    margin-bottom: 4px;
    width: 100%;
    height: auto;
    aspect-ratio: 0.75;
    object-fit: contain;
    background-color: #eee;
}

.bx-viewport .bxslider li a span.review-title {
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 4px;
}

.bx-viewport .bxslider li a span.rating {
    display: block;
    width: 64px;
    height: 11px;
    margin-bottom: 6px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-align: left;
    vertical-align: middle;
    background: url(../../images/smartphone/star4.png) no-repeat 0 -11px;
    background-size: 64px auto;
}

.bx-viewport .bxslider li a span.rating img {
    display: block;
    width: 64px;
    height: 11px;
    margin: 0;
    vertical-align: middle;
    background: url(../../images/smartphone/star4.png) no-repeat 0 0;
    background-size: 64px auto;
}

.bx-viewport .bxslider li a span.r0 img {
    width: 0;
}

.bx-viewport .bxslider li a span.r1 img {
    width: 6px;
}

.bx-viewport .bxslider li a span.r2 img {
    width: 12px;
}

.bx-viewport .bxslider li a span.r3 img {
    width: 19px;
}

.bx-viewport .bxslider li a span.r4 img {
    width: 25px;
}

.bx-viewport .bxslider li a span.r5 img {
    width: 32px;
}

.bx-viewport .bxslider li a span.r6 img {
    width: 38px;
}

.bx-viewport .bxslider li a span.r7 img {
    width: 45px;
}

.bx-viewport .bxslider li a span.r8 img {
    width: 51px;
}

.bx-viewport .bxslider li a span.r9 img {
    width: 58px;
}

.bx-viewport .bxslider li a span.r10 img {
    width: 64px;
}


.bx-viewport .bxslider li a span.like_comment {
    display: flex;
}

.bx-viewport .bxslider li a span.like_comment>span {
    display: flex;
    width: 50%;
    font-size: 10px;
    align-items: center;
}

.bx-viewport .bxslider li a span.like_comment>span>img {
    width: 10px;
    height: 10px;
    margin: 0 4px 0 0;
}

.reviewBox .total {
    font-weight: bold;
    background: #F0F0F3;
    padding: 4px;
    margin: 4px auto;
    text-align: center;
    color: #333;
    font-size: 12px;
    width: 94%;
    max-width: 375px;
}

/* ++++++++++++++++++++++++
	info drawer
+++++++++++++++++++++++++++ */
.drawer-menu .menu-content {
    display: none;
}

.drawer-menu .menu-content .close-btn {
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    background: #AAAAAA;
    border-radius: 50%;
    margin-left: auto;
}

.drawer-menu .menu-content .close-btn::before {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    position: absolute;
    top: calc(8px);
    left: 33%;
}

.drawer-menu .menu-content .close-btn::after {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: calc(8px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    left: auto;
    right: 30%;
}



.drawer-menu #info-view,
.drawer-menu #info-checkin,
.drawer-menu #info-review,
.drawer-menu #info-distribution,
.drawer-menu #info-feeling,
.drawer-menu #info-genre,
.drawer-menu #info-howto,
.drawer-menu #info-year,
.drawer-menu #info-country {
    display: none;
}

.drawer-menu #info-view:checked~.menu-content,
.drawer-menu #info-checkin:checked~.menu-content,
.drawer-menu #info-review:checked~.menu-content,
.drawer-menu #info-distribution:checked~.menu-content,
.drawer-menu #info-feeling:checked~.menu-content,
.drawer-menu #info-genre:checked~.menu-content,
.drawer-menu #info-howto:checked~.menu-content,
.drawer-menu #info-year:checked~.menu-content,
.drawer-menu #info-country:checked~.menu-content {
    background: rgba(0, 0, 0, 0.75);
    display: block;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    left: 0;
    height: 100%;
    overflow: scroll;
}

.drawer-menu #info-view:checked~.menu-content>div,
.drawer-menu #info-checkin:checked~.menu-content>div,
.drawer-menu #info-review:checked~.menu-content>div,
.drawer-menu #info-distribution:checked~.menu-content>div,
.drawer-menu #info-feeling:checked~.menu-content>div,
.drawer-menu #info-genre:checked~.menu-content>div,
.drawer-menu #info-howto:checked~.menu-content>div,
.drawer-menu #info-year:checked~.menu-content>div,
.drawer-menu #info-country:checked~.menu-content>div {
    background: #fff;
    border-radius: 6px;
    padding: 12px;
    text-align: left;
    color: #000;
    width: 80%;
    margin: 0 auto;
    position: relative;
    top: 35%;
}

.drawer-menu #info-view:checked~.menu-content>div>label,
.drawer-menu #info-checkin:checked~.menu-content>div>label,
.drawer-menu #info-review:checked~.menu-content>div>label,
.drawer-menu #info-distribution:checked~.menu-content>div>label,
.drawer-menu #info-feeling:checked~.menu-content>div>label,
.drawer-menu #info-genre:checked~.menu-content>div>label,
.drawer-menu #info-howto:checked~.menu-content>div>label,
.drawer-menu #info-year:checked~.menu-content>div>label,
.drawer-menu #info-country:checked~.menu-content>div>label {
    text-align: right;
    display: block;
}

.drawer-menu .popup-info-wrap {
    text-align: center;
    margin: 10px 0;
}

.drawer-menu .popup-info-wrap p {
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    margin-bottom: 20px
}

.drawer-menu .popup-info-wrap p:first-of-type {
    font-weight: bold;
}


.drawer-menu .popup-info-wrap p a {
    text-decoration: underline;
}

div.checkin {
  position:absolute;
  right:6px;
  top:8px;
  width:3.6em;
  text-align:center;
}

input.checkin-btn {
  width: 47px;
  background-image: url(../../images/smartphone/icon_checkin01.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: none;
  display: flex;
  justify-content: center;
  padding-top: 25px;
  background-position: center top;
  background-color: inherit;
  border-left: 1px solid #ddd;
  color:#000;
}

input.checkin-btn.checked {
  background-image: url(../../images/smartphone/icon_checkin02.png);
}
input.checkin-btn.on {
  background-image: url(../../images/smartphone/icon_checkin02.png);
}

/*Check-in映画館*/
.shelfBox article {
  background: #fff;
  margin-bottom: 2px;
}
.shelfBox article h4 {
  font-size: 16px;
}
.shelfBox article h4 a {
  padding: 8px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/*Check-inニュース*/
.shelfBox .newsList div a {
  display: block;
  position: relative;
  min-height: 60px;
  margin-bottom: 2px;
  padding: 8px 31px 6px 76px;
  background: #fff url(../../images/smartphone/icon_linkarrow.png) no-repeat right center;
  background-size: auto 13px, auto;
}
.shelfBox .newsList div a h4 {
  font-weight: bold;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.shelfBox .newsList div a p {
  overflow: hidden;
  margin-top: 4px;
  color: #333;
  font-weight: normal;
  font-size: 12px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.shelfBox .newsList div a span {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  text-align: center;
  background: #d5d5d5;
  position: absolute;
  left: 6px;
  top: 6px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.shelfBox .newsList div a span img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
  max-height: 100%;
}
/*Check-in執筆者*/
.shelfBox table tbody tr .writerPhoto {
  background: rgba(255, 255, 255, 0.1);
  border-right: solid 2px #0C1B29;
  padding: 0;
}
.shelfBox table tbody tr .writerPhoto:last-child {
  border-right: none;
}
.shelfBox table tbody tr .writerPhoto figure {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  padding-top: 99.7%;
}
.shelfBox table tbody tr .writerPhoto figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*Check-inニュース一覧ページ*/
#ci-f article .newsList a {
  display: block;
  position: relative;
  min-height: 60px;
  padding: 8px 30px 6px 75px;
  margin-right: 40px;
  background: #fff url(../../images/smartphone/icon_linkarrow.png) no-repeat right center;
  background-size: auto 13px, auto;
}

#ci-f article .newsList .open-switch-box {
  float: inherit;
  padding-top: 0;
}
#ci-f article .newsList .open-switch-box a {
  background: none;
}
#ci-f article .newsList .open-switch-box a span {
  background: none;
  width: inherit;
}
#ci-f article .newsList .open-switch .no {
  top: 1px;
  left: 2px;
}
#ci-f article .newsList .open-switch .yes {
  top: 1px;
  left: 47px;
}

#ci-f article .newsList h2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 0;
}
#ci-f article .newsList span {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  text-align: center;
  background: #d5d5d5;
  position: absolute;
  left: 0;
  top: 9px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#ci-f article .newsList span img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
  max-height: 100%;
  height: auto;
  width: auto;
}
#ci-f article .newsList p {
  font-size: 12px;
  color: #555;
  margin-top: 4px;
}
#ci-f article .newsList form {
  position: absolute;
  top: 25%;
  right: 0;
}
/*Check-in執筆者一覧ページ*/
.ciList article .writer-img-box {
  width: 72px;
  background: #d5d5d5;
  border-radius: 2px;
  position: absolute;
  left: 8px;
  top: 8px;
}
.ciList article figure {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  padding-top: 99.7%;
}
.ciList article figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
