@charset "UTF-8";
.my-header {
  margin: 16px 0 0;
  letter-spacing: 0.04rem;
  position: relative; }
  .my-header:after {
    content: '';
    display: block;
    clear: both; }
  .my-header .img {
    float: left;
    width: 100px; }
  .my-header .txt {
    float: right;
    width: 570px; }
    .my-header .txt h1 {
      overflow-wrap: break-word; }
    .my-header .txt ul li {
      margin: 0 12px 0 0;
      display: inline-block; }
      .my-header .txt ul li.logout {
        float: right;
        margin-top: 6px; }
      .my-header .txt ul li a {
        padding: 2px 0;
        font-size: 1.6rem;
        display: block; }
        .my-header .txt ul li a.btn.inline {
          padding: 2px 5px;
          font-size: 1.4rem; }
      .my-header .txt ul li.active a {
        color: #3298fd; }
    .my-header .txt .follower {
      font-size: 1.2rem;
      margin: 0; }
      .my-header .txt .follower a {
        padding: 0 4px 0 12px;
        font-weight: bold;
        font-size: 1.6rem;
        letter-spacing: -0.04rem; }
      .my-header .txt .follower a:first-child {
        padding: 0 4px 0 0; }
  .my-header + p.follow-user {
    font-size: 11px;
    background: #ECECDD;
    border-radius: 50px;
    width: 140px;
    padding: 2px 10px;
    text-align: center;
    margin: 10px 0 0; }
  .my-header .follow-link {
    position: absolute;
    bottom: 12px;
    right: 50px; }
    .my-header .follow-link.toggle-follow-btn.blocking {
      display: none; }
    .my-header .follow-link.toggle-block-btn.blocking {
      display: none; }
  .my-header .logout-link {
    position: absolute;
    bottom: 12px;
    right: 0; }
    .my-header .logout-link .btn {
      width: 120px;
      border: none;
      border-radius: 50px;
      padding: 8px; }
  .my-header.pro .txt h1 {
    display: inline;
    padding-right: 44px;
    position: relative; }
    .my-header.pro .txt h1:after {
      content: '';
      display: block;
      overflow: hidden;
      position: absolute;
      width: 38px;
      height: 14px;
      bottom: 6px;
      right: 0px;
      background: url(../images/movie_review/review_icon.png?1479198243) no-repeat;
      background-size: 100% auto;
      background-position: 0 0px; }
  .my-header .pulldown .blocking-btn.blocking {
    display: none; }
  .my-header .pulldown .unblock-btn.blocking {
    display: none; }

.my-header .txt .crown:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 21px;
  background-image: url("../images/assets/crown.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: -3px 0 0 5px; }

.block-status.blocking {
  display: none; }

.my-menu {
  letter-spacing: 0.04rem;
  margin: 20px 0 24px;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5; }
  .my-menu ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .my-menu ul li {
      width: 25%; }
      .my-menu ul li a {
        display: block;
        text-align: center;
        font-size: 1.4rem;
        line-height: 1.2;
        padding: 20px 0 12px; }
        .my-menu ul li a strong {
          font-size: 2.0rem;
          display: block;
          letter-spacing: -0.08rem; }
        .my-menu ul li a span {
          display: block;
          background: #06c;
          color: #fff;
          border-radius: 50px;
          margin: 16px 10px 0;
          padding: 4px;
          line-height: 1;
          font-size: 1.3rem;
          height: 22px; }
        .my-menu ul li a .icon:before {
          font-size: 1.4rem;
          margin: -1px 3px 0 0; }
        .my-menu ul li a:hover {
          background: #e5f2ff; }
          .my-menu ul li a:hover strong {
            color: #06c; }
      .my-menu ul li.active a {
        background: #e5f2ff; }
        .my-menu ul li.active a strong {
          color: #06c; }
  .my-menu.blocking {
    display: none; }

.my-review .list-tile li,
.my-checkin .list-tile li {
  margin-bottom: 0; }
.my-review .list-tile + .btn,
.my-checkin .list-tile + .btn {
  margin: 16px auto 36px; }
.my-review.blocking,
.my-checkin.blocking {
  display: none; }

.my-profile {
  margin: 20px 0 0; }
  .my-profile .list li {
    display: inline-block; }
    .my-profile .list li span {
      display: inline-block;
      background: #ececdb;
      border-radius: 50px;
      line-height: 1;
      padding: 3px 7px 4px;
      margin: 0 5px 0 0;
      font-size: 1.3rem;
      color: #666; }
  .my-profile .list li + li {
    margin: 0 0 8px 12px; }
  .my-profile .introduction {
    margin: 16px 0; }
  .my-profile .site {
    margin: 16px 0; }
  .my-profile .best {
    margin: 0 0 20px; }
    .my-profile .best ol {
      margin-top: -8px; }
      .my-profile .best ol li {
        position: relative;
        padding: 12px 12px 12px 48px; }
        .my-profile .best ol li .rank-circle {
          top: 10px;
          left: 8px; }
      .my-profile .best ol li + li {
        border-top: 1px dotted #ccc; }
  .my-profile.blocking {
    display: none; }

.my-notice ul {
  margin-top: -8px; }
  .my-notice ul li {
    padding: 12px 12px; }
    .my-notice ul li .notice {
      color: #ee4056; }
  .my-notice ul li + li {
    border-top: 1px dotted #ccc; }

.list-switch {
  margin: 12px 0 24px; }
  .list-switch .custom-select-btn {
    margin: 0 12px 0 0; }

.my-alert {
  text-align: center;
  padding: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ee4056;
  background: #ffe6e9;
  margin: 20px 0;
  display: block; }
  .my-alert.hidden {
    display: none; }

/*.list-my-data*/
.list-my-data + .list-my-data {
  border-top: 1px dotted #ccc;
  padding-top: 20px; }

.list-my-data {
  margin: 0 0 20px; }
  .list-my-data .data-img,
  .list-my-data .data-txt {
    vertical-align: top;
    display: table-cell; }
  .list-my-data .data-img {
    width: 120px;
    padding: 4px 0 0; }
  .list-my-data .data-txt {
    width: 670px;
    padding: 0; }
    .list-my-data .data-txt .title {
      margin: 0 0 8px;
      font-size: 1.8rem; }
    .list-my-data .data-txt .sub {
      font-size: 1.3rem;
      color: #999;
      margin: -8px 0 0; }
    .list-my-data .data-txt .memo {
      margin: 8px 0 20px; }
    .list-my-data .data-txt .draft {
      color: #f37988;
      font-size: 1.3rem;
      border: 1px solid #f37988;
      padding: 0 2px;
      border-radius: 2px; }
    .list-my-data .data-txt .review-data {
      font-size: 1.2rem;
      color: #666;
      margin: 8px 0 8px; }
      .list-my-data .data-txt .review-data div {
        display: inline; }
      .list-my-data .data-txt .review-data div + div:before {
        content: '|';
        color: #999;
        padding: 0 6px 0 8px; }
      .list-my-data .data-txt .review-data .empathy span.active:before {
        content: "\e911";
        color: "#ee4056"; }
    .list-my-data .data-txt .revue,
    .list-my-data .data-txt .checkin {
      font-size: 1.3rem;
      margin: 0 8px 0 0; }
    .list-my-data .data-txt .checkin:before {
      font-size: 1.6rem;
      margin: -3px 3px 0 0; }
    .list-my-data .data-txt .alert {
      color: #ee4056;
      margin: 8px 16px;
      display: inline-block;
      padding: 2px 4px; }
      .list-my-data .data-txt .alert:hover {
        color: #ff7171; }
    .list-my-data .data-txt .review-tool {
      margin: 8px 0 4px; }
      .list-my-data .data-txt .review-tool .review-score {
        border-left: none;
        padding: 0 10px 0 0; }
      .list-my-data .data-txt .review-tool .watch-switch {
        background: #ccc;
        border-radius: 4px;
        margin: 0 4px;
        display: block;
        padding: 4px 12px;
        position: relative;
        width: 132px;
        height: 36px;
        font-size: 1.4rem; }
        .list-my-data .data-txt .review-tool .watch-switch:before {
          content: " ";
          background: #666;
          width: 64px;
          height: 28px;
          position: absolute;
          top: 4px;
          left: 4px;
          border-radius: 3px;
          transition: 0.2s; }
        .list-my-data .data-txt .review-tool .watch-switch a span,
        .list-my-data .data-txt .review-tool .watch-switch span {
          color: #fff;
          padding: 6px 13px;
          position: absolute;
          text-align: center; }
        .list-my-data .data-txt .review-tool .watch-switch .no {
          top: 0;
          left: 0; }
        .list-my-data .data-txt .review-tool .watch-switch .yes {
          top: 0;
          right: 0; }
      .list-my-data .data-txt .review-tool .watch-switch.active:before {
        background: #3298fd;
        left: 64px; }
    .list-my-data .data-txt .private {
      font-size: 1.2rem;
      color: #808080;
      margin: 0 0 0 8px; }
      .list-my-data .data-txt .private:before {
        font-size: 1.4rem; }
  .list-my-data .data-img + .data-txt {
    width: 550px;
    padding: 0; }

.list-my-data .data-txt .review-tool .watch-switch, .list-my-data .data-txt .open-switch {
  background: #ccc;
  border-radius: 4px;
  margin: 0 4px;
  display: block;
  padding: 4px 12px;
  position: relative;
  width: 132px;
  height: 36px;
  font-size: 1.4rem; }

.list-my-data .data-txt .review-tool .watch-switch:before, .list-my-data .data-txt .open-switch:before {
  content: " ";
  background: #666;
  width: 64px;
  height: 28px;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 3px;
  transition: 0.2s; }

.list-my-data .data-txt .review-tool .watch-switch a span, .list-my-data .data-txt .review-tool .watch-switch span, .list-my-data .data-txt .open-switch a span, .list-my-data .data-txt .open-switch span {
  color: #fff;
  padding: 6px 13px;
  position: absolute;
  text-align: center; }

.list-my-data .data-txt .review-tool .watch-switch .no, .list-my-data .data-txt .open-switch .no {
  top: 0;
  left: 0; }

.list-my-data .data-txt .review-tool .watch-switch .yes, .list-my-data .data-txt .open-switch .yes {
  top: 0;
  right: 0; }

.list-my-data .data-txt .review-tool .watch-switch.active:before, .list-my-data .data-txt .open-switch.active:before {
  background: #3298fd;
  left: 64px; }

.list-my-data .data-txt .open-switch-box, .list-my-data .data-txt .open-switch-box div {
  display: flex; }

.list-my-data .data-txt .open-switch-box .open-switch {
  border-radius: 20px;
  margin: 0;
  height: 30px; }

.list-my-data .data-txt .open-switch-box .open-switch:before {
  border-radius: 20px;
  height: 22px; }

.list-my-data .data-txt .open-switch-box .open-switch .no {
  top: -2px; }

.list-my-data .data-txt .open-switch-box .open-switch .yes {
  top: -2px;
  right: 6px; }

.list-my-data .data-txt .open-switch-box div p {
  font-size: 13px;
  margin-top: 5px; }

.list-my-data .data-txt .open-switch-box .private {
  position: relative;
  top: 5px; }

.list-my-data .data-txt .open-switch-box.active:before {
  background: #3298fd;
  left: 64px; }

.list-my-data .data-txt .private {
  font-size: 1.2rem;
  color: #808080;
  margin: 0 0 0 8px; }

.list-my-data .data-txt .private:before {
  font-size: 1.4rem; }

.list-my-data .data-img + .data-txt {
  width: 550px;
  padding: 0; }

/*INFO follow*/
.follow-btn,
.follow-link .block-btn {
  display: block;
  width: 160px;
  border: 1px solid #06c;
  color: #06c;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 8px;
  line-height: 1;
  transition: background 0.1s ease; }
  .follow-btn:after,
  .follow-link .block-btn:after {
    content: "する"; }
  .follow-btn:hover, .follow-btn:focus, .follow-btn.active,
  .follow-link .block-btn:hover,
  .follow-link .block-btn:focus,
  .follow-link .block-btn.active {
    background: #3298fd;
    border: 1px solid #3298fd;
    color: #fff;
    cursor: pointer; }
  .follow-btn.active:after,
  .follow-link .block-btn.active:after {
    content: "中"; }
  .follow-btn.active:hover, .follow-btn.active:focus,
  .follow-link .block-btn.active:hover,
  .follow-link .block-btn.active:focus {
    background: #ee4056;
    border: 1px solid #ee4056; }
    .follow-btn.active:hover:after, .follow-btn.active:focus:after,
    .follow-link .block-btn.active:hover:after,
    .follow-link .block-btn.active:focus:after {
      content: "解除"; }
  .follow-btn.hidden,
  .follow-link .block-btn.hidden {
    display: none; }

.block-user.active {
  display: block;
  width: 160px;
  border: 1px solid #FF3333 !important;
  color: #FF3333 !important;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 8px;
  line-height: 1;
  background: #fff !important; }

.list-block-link li {
  position: relative; }
  .list-block-link li.new {
    max-height: 0;
    overflow: hidden;
    border-top: 0 none; }
  .list-block-link li.open {
    max-height: 100vh;
    transition: max-height 1s;
    border-top: 1px dotted #ccc; }
  .list-block-link li .data-box .title {
    margin: 40px 0 10px;
    font-size: 1.6rem; }
    .list-block-link li .data-box .title .info {
      background: #004489;
      color: #fff;
      padding: 2px 8px;
      margin: 0 4px 0 0;
      font-size: 1.3rem; }
  .list-block-link li .data-box .time {
    margin: -8px 0 12px; }
  .list-block-link li .data-box .sub-img {
    width: 60px;
    text-align: center;
    margin: 10px 0 24px; }
.list-block-link .follow .data-box {
  width: 440px; }
.list-block-link .follow-link {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -16px; }
  .list-block-link .follow-link .follow-btn,
  .list-block-link .follow-link .block-btn {
    font-size: 1.4rem;
    width: 124px; }

/*.form-content*/
.form-content p {
  font-size: 1.6rem; }
.form-content .title-medium {
  margin: 36px 0 8px 0; }
.form-content .basic-table {
  margin: 8px 0; }
  .form-content .basic-table .btn {
    margin: 0;
    width: 120px; }
    .form-content .basic-table .btn.auto {
      width: auto;
      padding: 10px 18px;
      margin-top: 4px; }
  .form-content .basic-table.profile th {
    width: 108px; }
  .form-content .basic-table.profile td label:last-child {
    float: right;
    line-height: 36px; }
  .form-content .basic-table.profile .input-txt {
    margin: 0 4px 0 0; }
.form-content .on {
  color: #ee4056; }
.form-content .message {
  text-align: center;
  padding: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ee4056;
  background: #ffe6e9;
  margin: 12px 0; }
.form-content .my-img {
  margin: 4px 0; }
  .form-content .my-img:after {
    content: '';
    display: block;
    clear: both; }
  .form-content .my-img .img {
    float: left;
    margin: 0 18px 0 0;
    text-align: center; }
    .form-content .my-img .img img {
      display: block; }
  .form-content .my-img input {
    margin: 12px 0 0; }
    .form-content .my-img input[type=file] {
      width: 440px; }
.form-content .my-site p {
  min-height: 30px; }
  .form-content .my-site p span {
    display: inline-block;
    width: 72px;
    font-weight: bold; }
.form-content .my-bset {
  margin: 4px 0; }
  .form-content .my-bset li {
    position: relative;
    padding: 0 0 0 40px;
    min-height: 40px; }
    .form-content .my-bset li .rank-circle {
      top: 11px; }
    .form-content .my-bset li .rank-circle + span {
      padding: 13px 0 0;
      display: inline-block; }
.form-content .title-square + .my-bset {
  margin-top: -8px; }
.form-content .notes {
  margin: 4px 0; }
.form-content .text-area + .notes {
  margin: 0 0 8px;
  text-align: right; }
.form-content .input-txt {
  margin: 4px 0; }
.form-content p + .input-txt {
  margin: 8px 0 4px; }
.form-content .title-square .icon-required {
  position: static;
  margin: 0 0 0 8px; }
.form-content .basic-table + .title-square {
  margin: 32px 0 16px; }
.form-content .title-square + .input-txt {
  display: block; }
.form-content .errors select,
.form-content .errors .input-txt {
  background: #fcc; }
.form-content .errors .errors-txt {
  margin: 0 0 12px;
  color: #ee4056; }
.form-content .allow-list {
  padding-top: 40px;
  border-top: #d2d2d2 solid 1px; }
  .form-content .allow-list li a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
    text-decoration: none; }
    .form-content .allow-list li a:before {
      transform: none;
      font-size: 1.4rem;
      font-weight: bold; }

/*.withdraw*/
.withdraw {
  width: 800px;
  margin: 40px auto; }
  .withdraw .attention {
    padding: 40px;
    margin: 20px 0 30px; }
    .withdraw .attention .title-medium {
      margin: 0 0 12px 0; }
    .withdraw .attention > p {
      margin-bottom: 20px; }
      .withdraw .attention > p:last-of-type {
        margin-bottom: 40px; }
      .withdraw .attention > p span {
        font-weight: bold; }
    .withdraw .attention .member-data {
      display: flex;
      padding: 20px;
      align-items: center;
      border: solid 1px #D2D2D2;
      border-radius: 3px; }
      .withdraw .attention .member-data div:first-of-type {
        margin-right: 20px; }
      .withdraw .attention .member-data div:last-of-type {
        width: 560px; }
        .withdraw .attention .member-data div:last-of-type p {
          margin-bottom: 20px;
          font-weight: bold;
          font-size: 1.4rem;
          display: flex;
          font-size: 1.4rem; }
          .withdraw .attention .member-data div:last-of-type p span {
            font-size: 1.2rem;
            font-weight: normal;
            margin-left: auto; }
        .withdraw .attention .member-data div:last-of-type ul {
          display: flex;
          width: 100%; }
          .withdraw .attention .member-data div:last-of-type ul li {
            width: 22%;
            margin-right: 4%;
            text-align: center; }
            .withdraw .attention .member-data div:last-of-type ul li:last-of-type {
              margin-right: 0; }
            .withdraw .attention .member-data div:last-of-type ul li span {
              display: block; }
              .withdraw .attention .member-data div:last-of-type ul li span:first-of-type {
                font-size: 1.2rem;
                background: #F8F8F8;
                border-radius: 50px;
                font-weight: bold;
                margin-bottom: 8px; }
                .withdraw .attention .member-data div:last-of-type ul li span:first-of-type:before {
                  font-size: 1.3rem;
                  color: #FD9C00;
                  font-weight: bold; }
              .withdraw .attention .member-data div:last-of-type ul li span.review:after {
                content: "件"; }
  .withdraw .finally-txt {
    text-align: center;
    color: #ee4056;
    margin: 40px 0 0; }
  .withdraw .btn-row .btn {
    width: 220px; }
  .withdraw .btn-row .fill01 {
    width: 320px; }

.thank-you {
  text-align: center;
  font-size: 1.8rem;
  margin: 60px 0; }

button[name=release_twitter]:after {
  content: "設定済み"; }

button[name=release_twitter]:hover:after {
  content: "解除する"; }

.migrate-data {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .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 {
    margin-right: 12px; }
    .migrate-data > div.eiga {
      width: 340px;
      border: #D2D2D2 solid 1px;
      border-radius: 3px;
      padding: 20px;
      font-weight: bold; }
      .migrate-data > div.eiga dl dt {
        font-size: 1.4rem;
        background: #F8F8F8;
        border-radius: 50px;
        padding: 4px 0;
        text-align: center;
        margin-bottom: 10px; }
      .migrate-data > div.eiga dl dd {
        display: flex;
        flex-wrap: wrap; }
        .migrate-data > div.eiga dl dd:first-of-type {
          display: flex;
          align-items: center;
          margin-bottom: 10px;
          flex-wrap: nowrap; }
          .migrate-data > div.eiga dl dd:first-of-type div img {
            width: 45px;
            height: 45px;
            margin-right: 20px; }
          .migrate-data > div.eiga dl dd:first-of-type div > span {
            display: block;
            font-size: 1.2rem; }
            .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: flex;
          width: 100%; }
          .migrate-data > div.eiga dl dd:last-of-type ul li {
            width: 22%;
            margin-right: 4%;
            text-align: center; }
            .migrate-data > div.eiga dl dd:last-of-type ul li:last-of-type {
              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: 1.2rem;
                background: #F8F8F8;
                border-radius: 50px; }
                .migrate-data > div.eiga dl dd:last-of-type ul li span:first-of-type:before {
                  font-size: 1.3rem;
                  color: #FD9C00;
                  font-weight: bold; }
              .migrate-data > div.eiga dl dd:last-of-type ul li span:last-of-type {
                font-size: 1.4rem;
                font-weight: normal; }
    .migrate-data > div:nth-child(2) span.arrow {
      position: relative;
      display: inline-block;
      width: 34px;
      height: 34px;
      background: #76C768;
      border-radius: 50%; }
      .migrate-data > div:nth-child(2) 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:nth-child(2) 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 {
      width: 274px;
      border: #D2D2D2 solid 1px;
      border-radius: 3px;
      padding: 20px;
      font-weight: bold;
      margin-right: 0; }
      .migrate-data > div.gid dl dt {
        font-size: 1.4rem;
        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; }
        .migrate-data > div.gid dl dd span {
          display: block;
          font-size: 1.2rem; }

.migrate-done p {
  font-size: 1.4rem;
  background: #FDF4EB;
  border: solid 2px #FF9D00;
  padding: 8px 12px;
  border-radius: 3px;
  margin: 20px 0;
  font-weight: bold; }

.migrate p {
  font-size: 1.4rem;
  color: #Ff0000;
  border: solid 2px #FF0000;
  background: #FFF4F4;
  padding: 12px;
  font-weight: bold;
  margin: 20px 0;
  cursor: pointer; }
  .migrate p span {
    text-decoration: underline; }

.eiga-id-data {
  background: #F8F8F8;
  border-radius: 6px;
  display: flex;
  padding: 20px;
  flex-wrap: wrap;
  margin: 40px 0 10px; }
  .eiga-id-data > div:first-of-type {
    text-align: center;
    width: 222px;
    margin-right: 40px; }
    .eiga-id-data > div:first-of-type > img {
      margin-bottom: 20px; }
    .eiga-id-data > div:first-of-type div > img {
      margin-bottom: 10px; }
    .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: 1.2rem;
        font-weight: bold; }
      .eiga-id-data > div:first-of-type div span:last-of-type {
        font-size: 1.4rem;
        word-break: break-all; }
  .eiga-id-data > div:nth-child(2) {
    width: 368px;
    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 {
      display: flex;
      border-bottom: dotted 1px #C4C4C4;
      padding: 16px 0; }
      .eiga-id-data > div:nth-child(2) li dl dt {
        font-size: 1.2rem;
        font-weight: bold;
        width: 90px; }
      .eiga-id-data > div:nth-child(2) li dl dd {
        font-size: 1.4rem; }
        .eiga-id-data > div:nth-child(2) li dl dd:first-of-type {
          width: 210px; }
        .eiga-id-data > div:nth-child(2) li dl dd:last-of-type {
          margin-left: auto;
          width: 53px;
          text-align: right; }
  .eiga-id-data > div:nth-child(3) {
    width: 100%; }
    .eiga-id-data > div:nth-child(3) a {
      width: 360px; }

.attention-migrate {
  font-size: 1.4rem;
  color: #Ff0000;
  border: solid 2px #FF0000;
  background: #FFF4F4;
  padding: 12px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center; }

.img-thumb.best-blank {
  background: #fff;
  border: solid 1px #ccc; }
  .img-thumb.best-blank:hover {
    background: #e5f2ff; }
  .img-thumb.best-blank:before {
    content: "+";
    background: #0066cc;
    width: 28px;
    height: 28px;
    left: 50%;
    display: block;
    color: #fff;
    border-radius: 50%;
    font-size: 2.8rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 0.9em;
    text-align: center; }
  .img-thumb.best-blank .eiga-id-withdraw-btn {
    margin-bottom: 50px; }

.my-checkin .mypage-theater {
  margin-bottom: 15px; }

.my-checkin .mypage-theater .mypage-theater-box {
  padding: 12px 0;
  border-bottom: 1px dotted #ccc; }

.my-checkin .mypage-theater .mypage-theater-box li {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

.my-checkin .mypage-theater .mypage-theater-box:last-child {
  border: none; }

.my-checkin .mypage-theater .mypage-theater-box li a {
  display: block; }

.my-checkin .btn {
  margin: 16px auto 36px; }

/*checkinニュース*/
.my-checkin .list-block {
  position: relative;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 12px;
  margin-bottom: 12px; }

.my-checkin .list-block .checkin-list {
  width: 448px;
  /*position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);*/ }

.my-checkin .list-block .checkin-list .news-txt-box {
  border-right: none; }

.my-checkin .list-block .checkin-list .news-txt-box a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

/*checkin執筆者*/
.mypage-writers li a {
  width: 145px;
  height: 145px; }

.mypage-writers li a img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/*checkin作品一覧*/
.list-my-data .data-txt .time {
  color: #505050; }

.list-my-data .data-txt .movie-checkin-box {
  position: relative; }

.list-my-data .data-txt .movie-checkin-box div:nth-child(1) {
  width: 390px; }

.list-my-data .data-txt .movie-checkin-box form {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 150px;
  text-align: center; }

.list-my-data .data-txt .movie-checkin-box form label:hover {
  color: #0066cc;
  cursor: pointer; }

.list-my-data .data-txt .movie-checkin-box form label:after, .list-my-data .data-txt .movie-checkin-box form label:before {
  font-family: "icon";
  font-size: 2.8rem;
  font-weight: normal;
  display: block;
  line-height: 0.9;
  position: absolute;
  top: 0;
  left: 40%;
  transition-duration: 0.3s; }

.list-my-data .data-txt .movie-checkin-box form label:after {
  content: "\e907";
  color: #999; }

.list-my-data .data-txt .movie-checkin-box form label:before {
  content: "";
  background: #fff;
  width: 29px;
  height: 25.2px;
  top: 0;
  left: 40%;
  border-radius: 50%; }

.list-my-data .data-txt .movie-checkin-box form:hover label:after {
  color: #fff; }

.list-my-data .data-txt .movie-checkin-box form:hover label:before {
  background: #06c;
  width: 35px;
  height: 34px;
  top: -5px;
  left: 37%; }

.list-my-data .data-txt .movie-checkin-box .checked:after {
  color: #fd7f03; }

.list-my-data .data-txt .movie-checkin-box form input {
  border: none;
  padding-top: 30px;
  position: relative; }

.my-checkin .mypage-drama p {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.checkin-drama .data-img a img {
  object-fit: cover; }

.checkin-drama .data-txt .movie-checkin-box form {
  top: 255%; }

.my-checkin .mypage-drama p {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.checkin-drama .data-img a img {
  object-fit: cover; }

.checkin-drama .data-txt .movie-checkin-box .checkin-box2 {
  position: relative; }

.checkin-drama .data-txt .movie-checkin-box .checkin-box2 form:hover {
  cursor: pointer; }

/*checkin映画館一覧*/
.list-my-data .data-txt .theater-checkin-box {
  position: relative; }

.list-my-data .data-txt .theater-checkin-box div:nth-child(1) {
  border-right: solid 1px #ddd;
  width: 600px; }

.list-my-data .data-txt .theater-checkin-box .title {
  margin-right: 15px; }

.list-my-data .data-txt .theater-checkin-box .checkin-box2 form {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 63px;
  text-align: center; }

.list-my-data .data-txt .theater-checkin-box .checkin-box2 form label:hover {
  color: #0066cc;
  cursor: pointer; }

.list-my-data .data-txt .theater-checkin-box .checkin-box2 form label:after, .list-my-data .data-txt .theater-checkin-box .checkin-box2 form label:before {
  font-family: "icon";
  font-size: 2.8rem;
  font-weight: normal;
  display: block;
  line-height: 0.9;
  position: absolute;
  top: 0;
  left: 30%;
  transition-duration: 0.3s; }

.list-my-data .data-txt .theater-checkin-box .checkin-box2 form label:after {
  content: "\e907";
  color: #999; }

.list-my-data .data-txt .theater-checkin-box .checkin-box2 form label:before {
  content: "";
  background: #fff;
  width: 29px;
  height: 25.2px;
  top: 0;
  left: 16px;
  border-radius: 50%; }

.list-my-data .data-txt .theater-checkin-box .checkin-box2 form:hover label:after {
  color: #fff; }

.list-my-data .data-txt .theater-checkin-box .checkin-box2 form:hover label:before {
  background: #06c;
  width: 35px;
  height: 34px;
  top: -5px;
  left: 24%; }

.list-my-data .data-txt .theater-checkin-box .checkin-box2 .checked:after {
  color: #fd7f03; }

.list-my-data .data-txt .theater-checkin-box .checkin-box2 form input {
  border: none;
  padding-top: 30px;
  position: relative; }

/*checkinニュース一覧*/
.list-my-data .data-txt .list-block {
  position: relative;
  margin-bottom: 0; }

.list-my-data .data-txt .list-block .news-txt-box {
  width: 385px;
  height: 132px;
  position: relative; }

.list-my-data .data-txt .list-block .news-txt-box .title-large a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: bold; }

.list-my-data .data-txt .list-block .news-txt-box .time {
  color: #666666; }

.list-my-data .data-txt .list-block .news-txt-box .open-switch-box {
  position: absolute;
  bottom: 0; }

.list-my-data .data-txt .list-block .checkin-list {
  position: absolute;
  /*top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);*/
  right: 0; }

.list-my-data3 .data-txt .person-checkin-box div .open-switch-box {
  margin-top: 20px; }

.list-my-data .data-txt .list-block .checkin-list .checkin-box2 input {
  font-size: 15px; }

/*checkin俳優・監督一覧*/
.list-my-data3 {
  position: relative; }

.list-my-data3 .data-txt {
  position: relative; }

.list-my-data3 .data-txt .person-checkin-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0; }

.list-my-data3 .data-txt .person-checkin-box div:nth-child(1) {
  width: 480px;
  position: relative;
  left: -50px; }

.list-my-data3 .data-txt .person-checkin-box .checkin-box2 form {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 63px;
  text-align: center;
  border-left: solid 1px #ddd; }

.list-my-data3 .data-txt .person-checkin-box .checkin-box2 form label:hover {
  color: #0066cc;
  cursor: pointer; }

.list-my-data3 .data-txt .person-checkin-box .checkin-box2 form label:after, .list-my-data3 .data-txt .person-checkin-box .checkin-box2 form label:before {
  font-family: "icon";
  font-size: 2.8rem;
  font-weight: normal;
  display: block;
  line-height: 0.9;
  position: absolute;
  top: 0;
  left: 30%;
  transition-duration: 0.3s; }

.list-my-data3 .data-txt .person-checkin-box .checkin-box2 form label:after {
  content: "\e907";
  color: #999; }

.list-my-data3 .data-txt .person-checkin-box .checkin-box2 form label:before {
  content: "";
  background: #fff;
  width: 29px;
  height: 25.2px;
  top: 0;
  left: 16px;
  border-radius: 50%; }

.list-my-data3 .data-txt .person-checkin-box .checkin-box2 form:hover label:after {
  color: #fff; }

.list-my-data3 .data-txt .person-checkin-box .checkin-box2 form:hover label:before {
  background: #06c;
  width: 35px;
  height: 34px;
  top: -5px;
  left: 24%; }

.list-my-data3 .data-txt .person-checkin-box .checkin-box2 .checked:after {
  color: #fd7f03; }

.list-my-data3 .data-txt .person-checkin-box .checkin-box2 form input {
  border: none;
  padding-top: 30px;
  position: relative; }

/*checkin執筆者一覧*/
.list-my-data3 .data-img {
  width: 100px;
  height: 100px; }

.list-my-data3 .data-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
