@charset "UTF-8";
/*common*/
.good-counter {
  text-align: right;
  width: 100%;
  display: block;
  position: relative;
  color: #e95441;
  font-family: 'Roboto';
  font-weight: 700; }
  .good-counter::before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.5em; }
    .good-counter::before::after {
      font-size: 0.8em; }
    @media screen and (max-width: 767px) {
      .good-counter::before {
        width: 10px;
        height: 10px; } }

.comment_sort {
  line-height: 0;
  display: block;
  margin-bottom: 2em;
  text-align: right; }
  .comment_sort .comment_sort_selector {
    border: 1px solid #fff;
    background: #fff;
    padding: 0 1em;
    text-align: center;
    color: #3d3a39;
    width: 8em;
    display: inline-block;
    font-size: 0.85em;
    line-height: 1.5em;
    border-radius: 0.75em;
    margin-left: 0.5em; }
    .comment_sort .comment_sort_selector:nth-child(1) {
      color: #afafaf; }
    .comment_sort .comment_sort_selector:nth-child(2) {
      color: #afafaf; }
    .comment_sort .comment_sort_selector.active:nth-child(1) {
      border: 1px solid #3d3a39;
      background: #3d3a39;
      color: #fff; }
    .comment_sort .comment_sort_selector.active:nth-child(2) {
      border: 1px solid #e95441;
      background: #e95441;
      color: #fff; }

.iiyo_comment_lists .comment_date {
  display: none; }

.comment_date {
  font-size: 0.8em;
  color: #666; }

.comment_good_data {
  width: 110px; }
  @media screen and (max-width: 767px) {
    .comment_good_data {
      width: 80px; } }

.img-circle {
  background: url("/wordpress/wp-content/plugins/iiyo_members_comments/img/icon.jpg") no-repeat center;
  background-size: cover;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .img-circle {
      width: 60px;
      height: 60px; } }

.avatar_img .img-circle {
  border: 1px solid #efefef;
  width: 150px;
  height: 150px; }
  @media screen and (max-width: 399px) {
    .avatar_img .img-circle {
      width: 100px;
      height: 100px; } }

.open_comment_attention_detail,
.iiyo_comment_delete_link,
.iiyo_comment_edit_link,
.edit_password {
  background: #f5f5f5;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  text-align: center;
  padding: 0.25em 0.5em;
  font-size: 0.8rem; }
  .open_comment_attention_detail.anchor_disabled,
  .iiyo_comment_delete_link.anchor_disabled,
  .iiyo_comment_edit_link.anchor_disabled,
  .edit_password.anchor_disabled {
    line-height: 2em;
    display: inline-block;
    padding: 0.25em 1em;
    text-decoration: none; }
  .open_comment_attention_detail.modal_open,
  .iiyo_comment_delete_link.modal_open,
  .iiyo_comment_edit_link.modal_open,
  .edit_password.modal_open {
    text-decoration: none; }

/*comments*/
.comments {
  max-width: 800px;
  margin: 0 auto 10vw;
  /**/ }
  @media screen and (max-width: 767px) {
    .comments {
      border-radius: 20px;
      padding: 7.5vw 0;
      width: calc(100% - 10vw); } }
  .comments .comment-reply-title {
    font-size: 1.2em;
    margin-bottom: 2em;
    text-align: center; }
  .comments .iiyo_comment_lists {
    border-top: 2px solid #ffff;
    margin-bottom: 4em; }
    .comments .iiyo_comment_lists .comment > div > div {
      margin-right: 150px;
      margin-left: 150px; }
      .comments .iiyo_comment_lists .comment > div > div.comment_good_data {
        margin-left: 0;
        margin-right: 0; }
      @media screen and (max-width: 767px) {
        .comments .iiyo_comment_lists .comment > div > div {
          margin-right: calc(60px + 5vw);
          margin-left: calc(60px + 5vw); } }
      @media screen and (max-width: 399px) {
        .comments .iiyo_comment_lists .comment > div > div {
          margin-right: 0; }
          .comments .iiyo_comment_lists .comment > div > div.comment_good_data {
            margin-left: calc(60px + 5vw); } }
    .comments .iiyo_comment_lists .comment .comment_edit {
      margin-right: 150px;
      margin-left: 150px; }
      @media screen and (max-width: 767px) {
        .comments .iiyo_comment_lists .comment .comment_edit {
          margin-right: calc(60px + 5vw);
          margin-left: calc(60px + 5vw); } }
      @media screen and (max-width: 399px) {
        .comments .iiyo_comment_lists .comment .comment_edit {
          margin-right: 0; }
          .comments .iiyo_comment_lists .comment .comment_edit.comment_good_data {
            margin-left: calc(60px + 5vw); } }
    .comments .iiyo_comment_lists li {
      padding: 1em 0 1em 0;
      display: -webkit-flex !important;
      display: flex !important;
      -webkit-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
      -webkit-box-pack: justify;
      justify-content: space-between;
      width: 100%;
      position: relative; }
      .comments .iiyo_comment_lists li[data-border_bottom="true"] {
        border-bottom: 2px solid #fff; }
      .comments .iiyo_comment_lists li > div {
        min-height: 100px; }
        @media screen and (max-width: 767px) {
          .comments .iiyo_comment_lists li > div {
            min-height: 60px; } }
        @media screen and (max-width: 399px) {
          .comments .iiyo_comment_lists li > div {
            min-height: 60px; } }
      .comments .iiyo_comment_lists li ul.reply {
        display: block;
        margin-top: 1em;
        margin-bottom: 0;
        /*background: rgba(255,255,255,0.5);*/
        padding: 0 0 0 150px;
        border-top: none; }
        @media screen and (max-width: 767px) {
          .comments .iiyo_comment_lists li ul.reply {
            padding-left: calc(60px + 5vw); } }
        @media screen and (max-width: 399px) {
          .comments .iiyo_comment_lists li ul.reply {
            padding-left: 10vw; } }
        .comments .iiyo_comment_lists li ul.reply li {
          border-bottom: 1px dotted #fff;
          margin-left: 0 !important; }
          .comments .iiyo_comment_lists li ul.reply li:first-child {
            border-top: 1px dotted #fff; }
          .comments .iiyo_comment_lists li ul.reply li:last-child {
            border-bottom: none; }
          @media screen and (max-width: 399px) {
            .comments .iiyo_comment_lists li ul.reply li {
              padding-left: 0; } }
        .comments .iiyo_comment_lists li ul.reply .comment > div > div:not(.comment_good_data) {
          margin-right: 0;
          margin-left: 150px; }
          @media screen and (max-width: 767px) {
            .comments .iiyo_comment_lists li ul.reply .comment > div > div:not(.comment_good_data) {
              margin-right: 0;
              margin-left: calc(60px + 5vw); } }
          @media screen and (max-width: 399px) {
            .comments .iiyo_comment_lists li ul.reply .comment > div > div:not(.comment_good_data) {
              margin-right: 0; } }
      .comments .iiyo_comment_lists li * {
        text-align: left; }
      @media screen and (max-width: 767px) {
        .comments .iiyo_comment_lists li {
          padding-left: 0;
          padding-right: 0; } }
      @media screen and (max-width: 399px) {
        .comments .iiyo_comment_lists li {
          padding-right: 0;
          padding-left: 0; } }
      .comments .iiyo_comment_lists li > * {
        width: 100%;
        display: block; }
      .comments .iiyo_comment_lists li[data-li_hide="true"] {
        display: none !important; }
      .comments .iiyo_comment_lists li[data-li_hide="false"] {
        animation: fade-in;
        animation-duration: 0.5s;
        animation-fill-mode: both;
      /*
      -moz-animation: $animation-name;
      -webkit-animation: $animation-name;
    
      -moz-animation-duration: $duration;
      -webkit-animation-duration: $duration;
    
      -moz-animation-fill-mode: $mode;
      -webkit-animation-fill-mode: $mode;
       */ }
      .comments .iiyo_comment_lists li a.comment_readmore {
        text-align: center;
        background-color: white;
        text-decoration: none;
        width: 100%;
        height: auto;
        line-height: 3em;
        display: block;
        border-radius: 1.5em; }
        .comments .iiyo_comment_lists li a.comment_readmore::before {
          content: "もっと読む"; }
    .comments .iiyo_comment_lists .comment_author {
      height: auto;
      display: block;
      font-weight: 700;
      padding-top: 1em; }
      .comments .iiyo_comment_lists .comment_author .img-circle {
        position: absolute;
        left: 0;
        top: 1em; }
    .comments .iiyo_comment_lists .comment_open {
      text-decoration: none;
      padding: 0 1.5em;
      border-radius: 1em;
      line-height: 2em;
      border: 1px solid #3d3a39;
      display: inline-block;
      font-size: 0.8rem;
      cursor: pointer; }
    .comments .iiyo_comment_lists .comment_body {
      position: relative;
      display: block;
      overflow-y: hidden;
      max-height: 10rem; }
      .comments .iiyo_comment_lists .comment_body.opened {
        max-height: initial; }
    .comments .iiyo_comment_lists .comment_body .comment_content {
      /*&.clamp{
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10;
      }*/
      margin-bottom: 0; }
      .comments .iiyo_comment_lists .comment_body .comment_content.unapproved {
        -ms-filter: blur(6px);
        filter: blur(6px); }
  .comments .comment_good_data {
    border: none;
    text-align: right;
    line-height: 44px;
    border-radius: 22px;
    position: absolute;
    right: 0;
    top: 2em; }
    @media screen and (max-width: 767px) {
      .comments .comment_good_data {
        line-height: 30px;
        border-radius: 15px; } }
    @media screen and (max-width: 399px) {
      .comments .comment_good_data {
        line-height: 30px;
        border-radius: 15px;
        width: 100%;
        max-width: 100px;
        position: relative;
        margin-top: 0.5em;
        top: 0; } }
    .comments .comment_good_data .good-counter {
      width: 100%;
      text-align: right; }
      .comments .comment_good_data .good-counter::before {
        display: inline-block;
        margin-right: 0.5em;
        transform: none;
        position: relative;
        left: inherit;
        top: inherit;
        background: url("/wordpress/wp-content/plugins/iiyo_members_comments/img/good_line.svg") no-repeat center;
        background-size: cover;
        vertical-align: top;
        line-height: 15px; }
      .comments .comment_good_data .good-counter::after {
        display: inline-block;
        transform: none;
        position: relative;
        line-height: 15px;
        vertical-align: top; }
      @media screen and (max-width: 399px) {
        .comments .comment_good_data .good-counter {
          text-align: left; } }
    .comments .comment_good_data.pushed .good-counter::before {
      background: url("/wordpress/wp-content/plugins/iiyo_members_comments/img/good.svg") no-repeat center;
      background-size: cover; }
    .comments .comment_good_data button {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: none;
      border: none;
      text-indent: -9999px;
      cursor: pointer; }
  .comments .comment_reply {
    margin-top: 0.8rem;
    margin-bottom: 1em; }
    .comments .comment_reply .anchor_disabled,
    .comments .comment_reply .comment-reply-link {
      text-decoration: none;
      padding: 0 1.5em;
      border-radius: 1em;
      line-height: 2em;
      border: 1px solid #3d3a39;
      display: inline-block;
      font-size: 0.8rem; }
    @media screen and (max-width: 399px) {
      .comments .comment_reply {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem; } }
  .comments #respond {
    background: #fff;
    padding: 50px 50px calc(50px + 1em);
    border-radius: 20px;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .comments #respond {
        padding: 5vw 5vw 7.5vw; } }
    @media screen and (max-width: 399px) {
      .comments #respond {
        padding: 7.5vw 5vw; } }
    .comments #respond .comment-reply-title {
      font-size: 1em;
      margin-bottom: 1em;
      text-align: left; }
    .comments #respond .comment-form-comment {
      margin-bottom: 2em; }
    .comments #respond textarea {
      width: 100%;
      height: 200px;
      display: block;
      padding: 20px;
      border-radius: 20px;
      background: #f5f5f5;
      border: 1px solid #e2e2e2;
      margin-bottom: 0; }
      @media screen and (max-width: 399px) {
        .comments #respond textarea {
          border-radius: 10px; } }
    .comments #respond .form-submit {
      margin-bottom: 0;
      cursor: pointer; }
    .comments #respond #submit.submit {
      cursor: pointer; }
      @media screen and (max-width: 399px) {
        .comments #respond #submit.submit {
          min-width: inherit;
          width: 100%; } }
  .comments .comment_footer {
    display: block;
    text-align: right;
    padding-top: 2em; }
    .comments .comment_footer a {
      color: #666;
      font-size: 0.8em;
      text-decoration: underline; }
      .comments .comment_footer a.user_mypage {
        padding-right: 0.5rem; }

/*mypage*/
#mypage {
  max-width: 800px;
  margin: 0 auto 10vw; }
  #mypage > .container {
    background: #fff;
    padding: 0 0 calc(50px + 1em);
    border-radius: 20px;
    overflow: hidden;
    /*profile*/
    /*commented_posts*/ }
    @media screen and (max-width: 767px) {
      #mypage > .container {
        padding: 0 0vw 7.5vw; } }
    @media screen and (max-width: 399px) {
      #mypage > .container {
        padding: 0vw 0vw 7.5vw;
        margin: 0 5vw; } }
    #mypage > .container .mypage_profile {
      padding: 5vw 0;
      margin-bottom: 5vw;
      background: url("../../../../../img/bg_kumo.jpg");
      background-size: 375px; }
      #mypage > .container .mypage_profile > h2 {
        font-size: 1em;
        margin-bottom: 1em; }
      #mypage > .container .mypage_profile .edit_password {
        margin-top: 2rem; }
      #mypage > .container .mypage_profile .iiyo_avatar {
        line-height: 0;
        margin-bottom: 2em; }
        #mypage > .container .mypage_profile .iiyo_avatar .img-circle {
          width: 150px;
          height: 150px; }
        @media screen and (max-width: 767px) {
          #mypage > .container .mypage_profile .iiyo_avatar .img-circle {
            width: 100px;
            height: 100px; } }
        @media screen and (max-width: 399px) {
          #mypage > .container .mypage_profile .iiyo_avatar .img-circle {
            width: 30vw;
            height: 30vw; } }
      #mypage > .container .mypage_profile .edit_profile {
        font-size: 0.8rem;
        text-decoration: none;
        display: block;
        margin: 1em auto 0;
        max-width: 150px;
        width: 100%;
        max-width: 200px;
        line-height: 40px;
        border-radius: 20px;
        border: none;
        font-size: 1em;
        font-weight: 700;
        color: #fff;
        background: linear-gradient(to right, #e95541, #f9be00, #3ba5b9, #f9be00, #e95541, #f9be00, #3ba5b9, #f9be00);
        background-size: 800% 800%; }
    #mypage > .container .commented_posts {
      padding: 0vw 5vw 0vw; }
      #mypage > .container .commented_posts > h2 {
        font-size: 1.2em;
        display: block;
        margin-bottom: 2rem;
        text-align: left; }
        @media screen and (max-width: 399px) {
          #mypage > .container .commented_posts > h2 {
            margin-bottom: 1em; } }
      #mypage > .container .commented_posts ul {
        border-top: 1px solid #e2e2e2;
        margin-bottom: 4em;
        text-align: left; }
        @media screen and (max-width: 399px) {
          #mypage > .container .commented_posts ul {
            margin-bottom: 0em; } }
        #mypage > .container .commented_posts ul li {
          border-bottom: 1px solid #e2e2e2;
          padding: 1em 0;
          display: -webkit-flex !important;
          display: flex !important;
          -webkit-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
          -webkit-box-pack: justify;
          justify-content: space-between;
          width: 100%;
          padding-right: 120px;
          position: relative; }
          #mypage > .container .commented_posts ul li * {
            text-align: left; }
          @media screen and (max-width: 767px) {
            #mypage > .container .commented_posts ul li {
              padding-left: 0;
              padding-right: 100px; } }
          @media screen and (max-width: 399px) {
            #mypage > .container .commented_posts ul li {
              padding-right: 0; } }
          #mypage > .container .commented_posts ul li > * {
            width: 100%;
            display: block; }
        #mypage > .container .commented_posts ul h3 {
          font-size: 1em; }
          #mypage > .container .commented_posts ul h3 a {
            text-decoration: underline; }
        #mypage > .container .commented_posts ul .good-counter {
          width: 80px;
          text-align: right;
          position: absolute;
          right: 0;
          top: 1em; }
          @media screen and (max-width: 399px) {
            #mypage > .container .commented_posts ul .good-counter {
              position: relative;
              top: 0;
              margin-top: 0.5em;
              text-align: left; } }
        #mypage > .container .commented_posts ul .good-counter::before {
          background: url("/wordpress/wp-content/plugins/iiyo_members_comments/img/good.svg") no-repeat center;
          background-size: cover;
          left: 0;
          position: relative;
          display: inline-block; }
        #mypage > .container .commented_posts ul .comment_content {
          margin-bottom: 0; }

.modal_open {
  text-decoration: underline; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.iiyo_modal .modal a.modal-close .fa-times::before {
  content: "×";
  font-family: 'Kosugi Maru';
  font-weight: 100;
  font-weight: 2em; }

.iiyo_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh; }
  .iiyo_modal > .bg {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100vw;
    height: 100vh;
    background: #000;
    opacity: 0; }
  .iiyo_modal > .modal {
    display: none;
    box-sizing: border-box;
    position: relative;
    z-index: 1002;
    border-radius: 20px;
    margin: 100px auto;
    width: 80vw;
    max-width: 800px;
    height: auto;
    min-height: 120px;
    padding: 50px;
    animation: fade-out;
    animation-duration: 0.5s;
    animation-fill-mode: both;
  /*
  -moz-animation: $animation-name;
  -webkit-animation: $animation-name;

  -moz-animation-duration: $duration;
  -webkit-animation-duration: $duration;

  -moz-animation-fill-mode: $mode;
  -webkit-animation-fill-mode: $mode;
   */
    background: #fff; }
    @media screen and (max-width: 767px) {
      .iiyo_modal > .modal {
        width: 90vw;
        padding: 15vw 5vw;
        margin: 10vh auto;
        max-height: 80vh;
        overflow: scroll; } }
    @media screen and (max-width: 399px) {
      .iiyo_modal > .modal {
        margin: 5vh auto;
        max-height: 90vh;
        overflow: scroll; } }
    .iiyo_modal > .modal a.modal-close {
      position: absolute;
      top: 25px;
      right: 25px;
      padding: 0 5px;
      font-size: 2rem;
      transform: translate(50%, -50%); }
    .iiyo_modal > .modal > .modal_header {
      text-align: center;
      margin-bottom: 1.5em;
      font-size: 1.2em; }
      @media screen and (max-width: 399px) {
        .iiyo_modal > .modal > .modal_header {
          font-size: 0.9rem;
          letter-spacing: 0; } }
    .iiyo_modal > .modal > .modal_body {
      text-align: center; }
      .iiyo_modal > .modal > .modal_body dl {
        display: flex;
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -webkit-box-pack: justify;
        justify-content: space-between; }
      .iiyo_modal > .modal > .modal_body dt {
        width: 8em;
        display: block;
        text-align: left;
        line-height: 50px; }
      .iiyo_modal > .modal > .modal_body dd {
        width: calc(100% - 8em);
        display: block;
        text-align: left; }
      @media screen and (max-width: 767px) {
        .iiyo_modal > .modal > .modal_body dt {
          width: 100%;
          display: block;
          text-align: left;
          line-height: 1.8em;
          margin-bottom: 1em; }
        .iiyo_modal > .modal > .modal_body dd {
          width: 100%;
          display: block;
          text-align: left; } }
      .iiyo_modal > .modal > .modal_body .iiyo_password_regenerate_confirm_form .alert,
      .iiyo_modal > .modal > .modal_body .iiyo_email_member_register .alert {
        margin-bottom: 1em; }
      .iiyo_modal > .modal > .modal_body .iiyo_password_regenerate_confirm_form dt,
      .iiyo_modal > .modal > .modal_body .iiyo_email_member_register dt {
        width: 14em;
        display: block;
        text-align: left;
        line-height: 50px;
        margin-bottom: 1.5em; }
      .iiyo_modal > .modal > .modal_body .iiyo_password_regenerate_confirm_form dd,
      .iiyo_modal > .modal > .modal_body .iiyo_email_member_register dd {
        width: calc(100% - 14em);
        display: block;
        text-align: left;
        margin-bottom: 1.5em; }
      @media screen and (max-width: 767px) {
        .iiyo_modal > .modal > .modal_body .iiyo_password_regenerate_confirm_form dt,
        .iiyo_modal > .modal > .modal_body .iiyo_email_member_register dt {
          width: 100%;
          display: block;
          text-align: left;
          line-height: 1.8em;
          margin-bottom: 0.5em; }
        .iiyo_modal > .modal > .modal_body .iiyo_password_regenerate_confirm_form dd,
        .iiyo_modal > .modal > .modal_body .iiyo_email_member_register dd {
          width: 100%;
          display: block;
          text-align: left;
          margin-bottom: 1em; } }
      .iiyo_modal > .modal > .modal_body .avatar_img {
        display: inline-block;
        line-height: 0;
        margin-bottom: 2em; }
      .iiyo_modal > .modal > .modal_body input:last-child {
        background: #f5f5f5;
        border: 1px solid #e2e2e2;
        display: block;
        line-height: 38px;
        padding: 0 15px;
        height: 50px;
        border-radius: 10px; }
        @media screen and (max-width: 767px) {
          .iiyo_modal > .modal > .modal_body input:last-child {
            line-height: 1.75em;
            height: 3em; } }
      .iiyo_modal > .modal > .modal_body .iiyo_email_login_form {
        text-align: center; }
        .iiyo_modal > .modal > .modal_body .iiyo_email_login_form input {
          max-width: 420px;
          width: 100%;
          display: block;
          background: #f5f5f5;
          border: 1px solid #e2e2e2;
          display: block;
          line-height: 38px;
          padding: 0 15px;
          height: 50px;
          border-radius: 10px;
          margin: 0 auto 1em; }
          .iiyo_modal > .modal > .modal_body .iiyo_email_login_form input:last-child {
            margin-bottom: 0; }
      .iiyo_modal > .modal > .modal_body .iiyo_register_email_form input, .iiyo_modal > .modal > .modal_body .password_regenerate_form input {
        max-width: 500px;
        width: 100%;
        display: block;
        background: #f5f5f5;
        border: 1px solid #e2e2e2;
        display: block;
        line-height: 38px;
        padding: 0 15px;
        height: 50px;
        border-radius: 10px;
        margin: 0 auto; }
      .iiyo_modal > .modal > .modal_body textarea {
        width: 100%;
        height: 200px;
        display: block;
        padding: 20px;
        border-radius: 20px;
        background: #f5f5f5;
        border: 1px solid #e2e2e2;
        margin-bottom: 0; }
    .iiyo_modal > .modal > .modal_footer {
      text-align: center;
      padding: 2.5em 0px 0;
      border-top: none; }
      @media screen and (max-width: 767px) {
        .iiyo_modal > .modal > .modal_footer {
          padding: 1.5em 0px 0; } }
    .iiyo_modal > .modal > .modal_loading {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1003;
      display: none;
      width: 100%;
      height: 100%;
      background: #fff;
      border-radius: 20px;
      opacity: 0; }
      .iiyo_modal > .modal > .modal_loading i {
        position: absolute;
        top: calc(50% - 10px);
        font-size: 20px;
        left: calc(50% - 10px);
        margin: auto; }
      .iiyo_modal > .modal > .modal_loading.active {
        display: block;
        opacity: 1;
        animation: fade-in;
        animation-duration: 0.5s;
        animation-fill-mode: both;
      /*
      -moz-animation: $animation-name;
      -webkit-animation: $animation-name;
    
      -moz-animation-duration: $duration;
      -webkit-animation-duration: $duration;
    
      -moz-animation-fill-mode: $mode;
      -webkit-animation-fill-mode: $mode;
       */ }
  .iiyo_modal.active {
    display: block;
    opacity: 1;
    animation: fade-in;
    animation-duration: 0.5s;
    animation-fill-mode: both;
  /*
  -moz-animation: $animation-name;
  -webkit-animation: $animation-name;

  -moz-animation-duration: $duration;
  -webkit-animation-duration: $duration;

  -moz-animation-fill-mode: $mode;
  -webkit-animation-fill-mode: $mode;
   */
    overflow-y: auto; }
    .iiyo_modal.active > .bg {
      display: block;
      position: fixed;
      opacity: 0.3;
      animation: fade-in-bg;
      animation-duration: 0.5s;
      animation-fill-mode: both;
    /*
    -moz-animation: $animation-name;
    -webkit-animation: $animation-name;
  
    -moz-animation-duration: $duration;
    -webkit-animation-duration: $duration;
  
    -moz-animation-fill-mode: $mode;
    -webkit-animation-fill-mode: $mode;
     */ }
    .iiyo_modal.active > .modal {
      display: block;
      opacity: 1;
      animation: fade-in;
      animation-duration: 0.5s;
      animation-fill-mode: both;
    /*
    -moz-animation: $animation-name;
    -webkit-animation: $animation-name;
  
    -moz-animation-duration: $duration;
    -webkit-animation-duration: $duration;
  
    -moz-animation-fill-mode: $mode;
    -webkit-animation-fill-mode: $mode;
     */ }

.iiyo_modal_form_btn {
  max-width: 150px;
  width: 45%;
  line-height: 50px;
  border-radius: 25px;
  border: none;
  font-size: 1em;
  font-weight: 700;
  color: #3d3a39; }
  .iiyo_modal_form_btn.cancel {
    background: #e2e2e2; }
  .iiyo_modal_form_btn.submit {
    color: #fff;
    background: linear-gradient(to right, #e95541, #f9be00, #3ba5b9, #f9be00, #e95541, #f9be00, #3ba5b9, #f9be00);
    background-size: 800% 800%; }

div.login_or {
  position: relative;
  text-align: center; }
  div.login_or hr {
    display: block !important;
    margin: 2rem 0; }
  div.login_or::after {
    position: absolute;
    top: -1rem;
    left: calc(50% - 1rem - 2px);
    content: 'OR';
    width: 2rem;
    background: #fff;
    padding: 2px 4px;
    color: #808080; }

.iiyo_fb_login::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background: url("../img/sns_fb.svg") no-repeat;
  background-size: cover;
  position: absolute; }

.iiyo_tw_login::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background: url("../img/sns_tw.svg") no-repeat;
  background-size: cover;
  position: absolute; }

.iiyo_fb_login,
.iiyo_tw_login,
.iiyo_email_login,
.iiyo_register_email,
.iiyo_password_regenerate {
  width: 100%;
  max-width: 350px;
  margin: 0 auto 1em;
  border: 1px solid #ccc;
  border-radius: 10px;
  display: block;
  text-align: center;
  font-family: 'Roboto', 'Kosugi Maru';
  text-align: center;
  line-height: 50px;
  border-radius: 25px;
  position: relative; }

span.alert {
  color: #ff0000;
  font-size: 0.8em; }

.iiyo_fb_login + br,
.iiyo_tw_login + br {
  display: none; }

.text-center {
  text-align: center; }

span.good-counter::after {
  content: "" attr(data-good_count) "";
  font-size: 0.8rem;
  display: inline-block;
  line-height: 15px;
  vertical-align: top; }

.hidden_file {
  display: none; }

.open_comment_attention_wrap {
  text-align: center; }

.comment_attention .open_comment_attention_wrap {
  margin-top: 1em;
  margin-bottom: 2em;
  text-align: left; }
.comment_attention div.comment_attention_detail {
  display: none; }
  .comment_attention div.comment_attention_detail > ul {
    counter-reset: item;
    padding-left: 2rem; }
    .comment_attention div.comment_attention_detail > ul > li {
      position: relative;
      list-style-type: none;
      padding-bottom: 1rem; }
      .comment_attention div.comment_attention_detail > ul > li:before {
        counter-increment: item;
        content: "（" counter(item) "）";
        position: absolute;
        top: 0;
        left: -2.5rem; }

.comment-submit-cancel {
  display: none; }

span.confirm-alert {
  color: #ff0000; }

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
/*@-webkit-keyframes fade-in {
  @content;
}
@-moz-keyframes fade-in  {
  @content;
}
@-o-keyframes fade-in {
  @content;
}*/
@keyframes fade-out {
  0% {
    display: block;
    opacity: 1; }
  100% {
    display: none;
    opacity: 0; } }
/*@-webkit-keyframes fade-out {
  @content;
}
@-moz-keyframes fade-out  {
  @content;
}
@-o-keyframes fade-out {
  @content;
}*/
@keyframes fade-in-bg {
  0% {
    display: none;
    opacity: 0; }
  100% {
    display: block;
    opacity: 0.3; } }
/*@-webkit-keyframes fade-in-bg {
  @content;
}
@-moz-keyframes fade-in-bg  {
  @content;
}
@-o-keyframes fade-in-bg {
  @content;
}*/
.iiyo_fb_login, .iiyo_tw_login, .login_or {
  display: none !important; }

/*# sourceMappingURL=iiyo_plugin_public.css.map */
