@charset "UTF-8";
/* CSS Document */
/*スタイルパーツ読み込み*/
/* CSS Document */
.button-main, .non-login-page .top-header-btn.login-btn a, .top-header-btn a, #yurubo-page-interest-others #yurubo-page-entry-btn span, .yurubo-decide-button, #yurubo-page-entry-after-content .interest-after-chat-btn a,
#yurubo-page-interest-after-content .interest-after-chat-btn a, #yurubo-create-yurubo-button a, #yurubo-create-after-content .yurubo-create-after-chat-btn a, #register-btn, #send-btn, #footer-yurubo-button a {
  display: block;
  background: #6bd6d1;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  box-shadow: none;
  padding: 13px 30px;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 auto;
  width: 75%;
  cursor: pointer; }
  @media screen and (min-width: 481px) {
    .button-main, .non-login-page .top-header-btn.login-btn a, .top-header-btn a, #yurubo-page-interest-others #yurubo-page-entry-btn span, .yurubo-decide-button, #yurubo-page-entry-after-content .interest-after-chat-btn a,
    #yurubo-page-interest-after-content .interest-after-chat-btn a, #yurubo-create-yurubo-button a, #yurubo-create-after-content .yurubo-create-after-chat-btn a, #register-btn, #send-btn, #footer-yurubo-button a {
      max-width: 350px; } }

.button-main-white, #register-after-content #profile-setting-save-btn a, .top-header-btn.search-btn a, #profile-change-btn span, #profile-page-after-content #profile-setting-save-btn a, #yurubo-create-after-content .yurubo-create-after-check-btn a, #setting-save-btn a {
  display: block;
  border: 2px solid #6bd6d1;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  color: #6bd6d1;
  box-shadow: none;
  padding: 11px 30px;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 auto;
  width: 75%;
  cursor: pointer; }
  @media screen and (min-width: 481px) {
    .button-main-white, #register-after-content #profile-setting-save-btn a, .top-header-btn.search-btn a, #profile-change-btn span, #profile-page-after-content #profile-setting-save-btn a, #yurubo-create-after-content .yurubo-create-after-check-btn a, #setting-save-btn a {
      max-width: 350px; } }

.button-main-accent {
  display: block;
  background: #ff6f61;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  box-shadow: none;
  padding: 13px 30px;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 auto;
  width: 75%;
  cursor: pointer; }
  @media screen and (min-width: 481px) {
    .button-main-accent {
      max-width: 350px; } }

.button-main-white-accent, #yurubo-page-interest-others #yurubo-page-interest-btn span, .interest-text {
  display: block;
  border: 2px solid #ff6f61;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  color: #ff6f61;
  box-shadow: none;
  padding: 11px 30px;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 auto;
  width: 75%;
  cursor: pointer; }
  @media screen and (min-width: 481px) {
    .button-main-white-accent, #yurubo-page-interest-others #yurubo-page-interest-btn span, .interest-text {
      max-width: 350px; } }

.button-white-small, .top-more-btn-wrapper .top-more-btn, #message-page-more-btn, #message-page-editor-box #message-page-send-btn a, #profile-page-after-content .profile-image-upload-btn, #setting-unsubscribe span, .setting-unsubscribe-popup-inner #cancel-text,
.setting-unsubscribe-popup-inner #enter-unsbscribe, #logout-page-totop-btn a, #after-unsubscribe-totop-btn a {
  font-size: 0.75rem;
  border-radius: 20px;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  padding: 7px 25px 7px 13px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }

@-webkit-keyframes btnScale {
  0% {
    transform: scale(0, 0); }
  2% {
    transform: scale(0, 0); }
  7% {
    transform: scale(1.2, 1.2); }
  12% {
    transform: scale(1, 1); }
  17% {
    transform: scale(1.1, 1.1); }
  32% {
    transform: scale(1, 1); }
  100% {
    transform: scale(1, 1); } }
@-moz-keyframes btnScale {
  0% {
    transform: scale(0, 0); }
  2% {
    transform: scale(0, 0); }
  7% {
    transform: scale(1.2, 1.2); }
  12% {
    transform: scale(1, 1); }
  17% {
    transform: scale(1.1, 1.1); }
  32% {
    transform: scale(1, 1); }
  100% {
    transform: scale(1, 1); } }
@keyframes btnScale {
  0% {
    transform: scale(0, 0); }
  2% {
    transform: scale(0, 0); }
  7% {
    transform: scale(1.2, 1.2); }
  12% {
    transform: scale(1, 1); }
  17% {
    transform: scale(1.1, 1.1); }
  32% {
    transform: scale(1, 1); }
  100% {
    transform: scale(1, 1); } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(5px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(5px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(5px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
.btn {
  user-select: none;
  outline: none;
  padding: 10px 25px; }

.ripple {
  position: relative;
  overflow: hidden; }

.ripple .ripple-active {
  position: absolute;
  pointer-events: none;
  background: #fff;
  border-radius: 50%;
  transform: scale(0);
  animation: ripple .8s;
  opacity: .3; }

@-webkit-keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2); } }
@-moz-keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2); } }
@keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2); } }
.container {
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 481px) {
    .container {
      width: 100%;
      max-width: 980px;
      margin-right: auto;
      margin-left: auto;
      margin-top: 20px; } }

.h2-title {
  position: relative;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.8rem;
  margin-bottom: 20px;
  margin-top: 30px; }
  @media screen and (min-width: 481px) {
    .h2-title {
      width: calc(100% - 20px*2);
      max-width: calc(980px - 20px*2);
      margin-right: auto;
      margin-left: auto;
      margin-top: 30px; } }

.h2-title::before {
  position: absolute;
  content: '';
  width: 50px;
  height: 3.5px;
  border-radius: 15px;
  background: #6bd6d1;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto; }

.h2-title.img-ver img {
  width: 45%;
  height: auto; }

.h2-title.img-ver:before {
  display: none; }

.h3-title {
  position: relative;
  padding: 7px 0px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4rem;
  border-bottom: 2px solid #6bd6d1;
  margin-bottom: 15px; }

.icon-circle-box, #nav-profile-box #nav-profile-icon {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  padding: 0px;
  overflow: hidden;
  display: block;
  background: #fff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15); }

/*共通レイアウト*/
/* CSS Document */
* {
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  display: none; }

body,
section,
ul,
ol {
  color: #606060;
  font-size: 0.95rem;
  line-height: 1.45rem;
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 481px) {
    body,
    section,
    ul,
    ol {
      font-size: 1rem;
      line-height: 1.5rem; } }

ol {
  padding-left: 20px; }
  ol li {
    margin-bottom: 20px; }
  ol ol {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 0.9em; }
    ol ol li {
      margin-bottom: 10px; }

a {
  will-change: transform;
  color: #606060;
  text-decoration: none; }

section {
  padding-top: 15px;
  padding-bottom: 20px; }

ul {
  list-style-type: none; }

img {
  border: 0;
  max-width: 100%;
  vertical-align: bottom;
  max-height: 100%;
  width: auto;
  height: auto; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

#page-top {
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  right: 20px;
  bottom: 40px;
  z-index: 10 !important; }

#page-top a {
  color: #fff;
  background: #6bd6d1;
  text-decoration: none;
  display: block;
  cursor: pointer;
  text-align: center;
  line-height: 0;
  border-radius: 30px;
  width: 42px;
  height: 42px;
  padding: 8px;
  padding-top: 10px;
  font-size: 1.2rem; }

#page-top a:hover .jin-ifont-arrow-top:before {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px); }

#content-wrapper {
  padding-top: 45px; }

#content-wrapper.wrapper-pos {
  padding-top: 0px; }

/*入力フォームスタイル*/
/* CSS Document */
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 2px solid #eee;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0) inset;
  border-radius: 4px;
  color: #606060;
  font-family: inherit;
  font-size: 1rem;
  padding: 0.4em 0.8em;
  width: 100%;
  box-sizing: border-box; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  textarea:focus {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0) inset;
    outline: none; }

input[type="text"],
input[type="email"],
input[type="password"] {
  line-height: 1.5rem; }

input::placeholder,
textarea::placeholder {
  font-size: 0.85rem;
  line-height: 1.5rem; }
  @media screen and (min-width: 481px) {
    input::placeholder,
    textarea::placeholder {
      font-size: 0.95rem; } }

.input-name::before {
  position: absolute;
  font-family: "jin-icons";
  content: "\e900";
  width: 20px;
  height: 20px;
  top: 11px;
  left: 11px;
  font-size: 1.1rem;
  color: #888; }
.input-name input[type="text"] {
  padding-left: 35px; }

.input-mail {
  position: relative; }
  .input-mail::before {
    position: absolute;
    font-family: "jin-icons";
    content: "\e91c";
    width: 20px;
    height: 20px;
    top: 11px;
    left: 11px;
    font-size: 1.1rem;
    color: #888; }
  .input-mail input[type="email"] {
    padding-left: 35px; }

.input-password {
  position: relative; }
  .input-password::before {
    position: absolute;
    font-family: "jin-icons";
    content: "\e947";
    width: 20px;
    height: 20px;
    top: 11px;
    left: 11px;
    font-size: 1.1rem;
    color: #888; }
  .input-password input[type="password"] {
    padding-left: 35px; }

textarea {
  resize: none; }

select:focus {
  outline: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url() no-repeat center right 8px/16px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #606060;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  padding: 0.8em 0.8em;
  width: 100%; }

select::-ms-expand {
  display: none; }

.select {
  position: relative; }

.select::after {
  z-index: 1;
  position: absolute;
  right: 15px;
  top: 1px;
  content: "\e932";
  font-family: "jin-icons";
  line-height: 43px;
  color: #606060;
  pointer-events: none; }

input[type="radio"] {
  display: none; }

input[type="radio"] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.5rem;
  position: relative; }

input[type="radio"] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px; }

input[type="radio"] + span::after {
  -webkit-transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 4px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 4px; }

input[type="radio"]:checked + span::after {
  opacity: 1; }

input[type="checkbox"] {
  cursor: pointer;
  display: inline-block;
  margin: 0 1em 0;
  padding: 0 0 0 1.2em;
  position: relative; }

input[type="checkbox"]::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 1px;
  content: "";
  display: block;
  height: 16px;
  left: -1px;
  position: absolute;
  top: 59%;
  transform: translateY(-50%);
  width: 16px; }

input[type="checkbox"]::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid #6bd6d1;
  border-left: 3px solid #6bd6d1;
  content: "";
  display: block;
  height: 0.5em;
  left: 1px;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 52%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 0.9em; }

input[type="checkbox"]:checked::after {
  opacity: 1; }

/*リスト一覧パーツ*/
/* CSS Document */
.post-list {
  position: relative;
  width: 100%;
  will-change: transform;
  margin: 0 15px;
  padding: 10px; }

.post-item {
  position: relative;
  margin-bottom: 15px; }
  @media screen and (min-width: 481px) {
    .post-item {
      margin-bottom: 20px; } }

.post-item:last-child {
  margin-bottom: 25px; }

.post-link {
  display: block;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  border-radius: 2px;
  transition: all .25s ease-in-out; }

.post-link:hover {
  transform: scale(1.02); }

.post-thumbs {
  position: relative; }
  .post-thumbs img {
    border-radius: 2px 2px 0 0; }
  .post-thumbs .yurubo-close-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
    .post-thumbs .yurubo-close-filter span {
      display: block;
      margin: 0 auto;
      margin-top: 18%;
      width: 140px;
      text-align: center;
      font-weight: bold;
      font-size: 1.4rem;
      border-radius: 4px;
      padding: 12px 15px;
      background: rgba(245, 245, 245, 0);
      border: 2px solid #6bd6d1;
      letter-spacing: 2px;
      color: #6bd6d1; }

.post-thumbs.yurubo-close img {
  filter: blur(2px); }

.yurubo-meta-box {
  position: absolute;
  left: 15px;
  bottom: 5px; }

.yurubo-cost {
  margin-right: 3px; }

.yurubo-cost,
.yurubo-person {
  display: inline-block;
  font-weight: bold;
  color: #6bd6d1;
  font-size: 0.65rem; }
  .yurubo-cost span,
  .yurubo-person span {
    font-family: 'veldana',sans-serif;
    font-size: 0.75rem; }

@media screen and (min-width: 481px) {
  #profile-yurubo-list-box .post-list,
  .top-newpost-list-box .post-list,
  #yurubo-category-list-box .post-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #profile-yurubo-list-box .post-list .post-item,
    .top-newpost-list-box .post-list .post-item,
    #yurubo-category-list-box .post-list .post-item {
      width: 48%; }
    #profile-yurubo-list-box .post-list .post-item:not(:first-child), #profile-yurubo-list-box .post-list .post-item:last-child,
    .top-newpost-list-box .post-list .post-item:not(:first-child),
    .top-newpost-list-box .post-list .post-item:last-child,
    #yurubo-category-list-box .post-list .post-item:not(:first-child),
    #yurubo-category-list-box .post-list .post-item:last-child {
      margin-top: 0px; } }
@media screen and (min-width: 768px) {
  #profile-yurubo-list-box .post-list,
  .top-newpost-list-box .post-list,
  #yurubo-category-list-box .post-list {
    justify-content: flex-start; }
    #profile-yurubo-list-box .post-list .post-item,
    .top-newpost-list-box .post-list .post-item,
    #yurubo-category-list-box .post-list .post-item {
      width: 32%;
      margin-left: 2%; }
    #profile-yurubo-list-box .post-list .post-item:first-child,
    #profile-yurubo-list-box .post-list .post-item:nth-child(3n+1),
    .top-newpost-list-box .post-list .post-item:first-child,
    .top-newpost-list-box .post-list .post-item:nth-child(3n+1),
    #yurubo-category-list-box .post-list .post-item:first-child,
    #yurubo-category-list-box .post-list .post-item:nth-child(3n+1) {
      margin-left: 0; } }
#profile-yurubo-list-box .post-item-inner,
.top-newpost-list-box .post-item-inner,
#yurubo-category-list-box .post-item-inner {
  padding: 10px 15px 10px 15px;
  margin-left: 0;
  margin-right: 0;
  border-top: 1px dashed #f0f0f0;
  will-change: transform; }
  #profile-yurubo-list-box .post-item-inner .icon-circle-box, #profile-yurubo-list-box .post-item-inner #nav-profile-box #nav-profile-icon, #nav-profile-box #profile-yurubo-list-box .post-item-inner #nav-profile-icon,
  .top-newpost-list-box .post-item-inner .icon-circle-box,
  .top-newpost-list-box .post-item-inner #nav-profile-box #nav-profile-icon,
  #nav-profile-box .top-newpost-list-box .post-item-inner #nav-profile-icon,
  #yurubo-category-list-box .post-item-inner .icon-circle-box,
  #yurubo-category-list-box .post-item-inner #nav-profile-box #nav-profile-icon,
  #nav-profile-box #yurubo-category-list-box .post-item-inner #nav-profile-icon {
    width: 30px;
    height: 30px; }
  #profile-yurubo-list-box .post-item-inner .post-time,
  .top-newpost-list-box .post-item-inner .post-time,
  #yurubo-category-list-box .post-item-inner .post-time {
    position: absolute;
    bottom: 5px;
    right: 15px;
    font-size: 0.6rem;
    letter-spacing: 0px; }
    @media screen and (min-width: 768px) {
      #profile-yurubo-list-box .post-item-inner .post-time,
      .top-newpost-list-box .post-item-inner .post-time,
      #yurubo-category-list-box .post-item-inner .post-time {
        transform: scale(0.85);
        right: 5px; } }
    #profile-yurubo-list-box .post-item-inner .post-time span,
    .top-newpost-list-box .post-item-inner .post-time span,
    #yurubo-category-list-box .post-item-inner .post-time span {
      font-weight: bold;
      font-size: 0.85rem;
      letter-spacing: 0px; }

.top-newpost-icon {
  position: relative; }
  .top-newpost-icon span {
    position: absolute;
    width: 65%;
    padding-left: 37px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 0.65rem;
    line-height: 0.8rem;
    font-weight: bold;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    @media screen and (min-width: 768px) {
      .top-newpost-icon span {
        width: 65%; } }
  .top-newpost-icon .icon-circle-box, .top-newpost-icon #nav-profile-box #nav-profile-icon, #nav-profile-box .top-newpost-icon #nav-profile-icon {
    box-shadow: none; }

.post-title {
  font-size: 0.9rem;
  line-height: 1.3rem;
  padding-right: 0;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 0.5px; }
  @media screen and (min-width: 481px) {
    .post-title {
      font-size: 0.85rem;
      line-height: 1.2rem; } }

.post-time {
  font-size: 0.65rem;
  letter-spacing: 1px; }
  .post-time span {
    font-weight: bold; }

/*ヘッダー*/
/* CSS Document */
header {
  position: fixed;
  width: 100%;
  z-index: 2;
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.08);
  background: #fff; }

.top-page header {
  position: absolute;
  box-shadow: none;
  background: transparent; }
.top-page #header-wrapper #header-logo,
.top-page #header-wrapper #header-message-list-link,
.top-page #header-wrapper #nav-menu-box {
  display: none; }

#header-box {
  padding: 7px 15px 8px 15px;
  display: flex;
  justify-content: space-between; }
  @media screen and (min-width: 481px) {
    #header-box {
      width: 100%;
      max-width: 980px;
      margin-right: auto;
      margin-left: auto;
      margin-top: 20px;
      margin-top: 0; } }
  #header-box #header-logo {
    width: 25%;
    margin-top: 7px; }
    @media screen and (min-width: 481px) {
      #header-box #header-logo {
        max-width: 100px; } }
    #header-box #header-logo img {
      width: 100%;
      height: auto; }

#header-box-inner {
  display: flex;
  justify-content: flex-end; }
  #header-box-inner .nav-item {
    display: block;
    position: relative;
    font-size: 1.05rem;
    padding: 12px 25px 12px 44px;
    font-weight: bold; }
    #header-box-inner .nav-item::before {
      position: absolute;
      left: 22px;
      top: 18px;
      content: "";
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: #6bd6d1; }

#nav-profile-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 0 20px;
  padding-bottom: 20px; }
  #nav-profile-box #nav-profile-icon {
    box-shadow: none; }
  #nav-profile-box #nav-profile-name {
    font-weight: bold;
    margin-left: 10px;
    flex-shrink: 1000;
    line-height: 1.2rem;
    width: 60%; }

#header-logo {
  text-align: center; }

#header-message-list-link {
  position: relative;
  padding-right: 12px;
  margin-top: 7px; }

#header-message-count {
  position: absolute;
  width: 40px;
  top: 7px;
  left: -20px;
  color: #fff;
  /*アクセントカラー*/
  font-weight: bold;
  font-size: 0.7rem;
  letter-spacing: 0px;
  text-align: center;
  z-index: 0; }
  #header-message-count::after {
    display: block;
    position: absolute;
    content: "";
    width: 20px;
    height: 16px;
    top: 3px;
    left: 10px;
    border-radius: 50px;
    background: #ff6f61;
    z-index: -1;
    opacity: 0.9;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); }

#header-message-list-link .jin-ifont-mail:before {
  display: block;
  font-size: 1.7rem;
  color: #6bd6d1; }

#nav-menu-box {
  position: relative; }

#nav-toggle,
#nav-close {
  display: none; }

#nav-open {
  display: inline-block;
  margin-top: 1px;
  width: 35px;
  height: 35px;
  vertical-align: middle; }
  #nav-open .icon-circle-box, #nav-open #nav-profile-box #nav-profile-icon, #nav-profile-box #nav-open #nav-profile-icon {
    width: 35px;
    height: 35px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }

#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
  opacity: 0;
  transition: 0.4s; }

#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 40px 20px;
  width: 90%;
  max-width: 330px;
  height: 100%;
  background: #fff;
  transition: 0.4s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }
  #nav-content label.close {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 999999;
    top: 48px;
    right: 37px;
    cursor: pointer;
    opacity: 0.7; }

#nav-toggle:checked ~ #nav-close {
  display: block;
  opacity: .5; }

#nav-toggle:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15); }

#js-clone-nav.clone-nav {
  position: fixed;
  top: -100px;
  left: 0;
  transition: all 1s;
  background-color: #fff; }

#js-clone-nav.clone-nav.is-fixed-nav {
  top: 0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.08); }

/*非ログインTOPページ*/
/* CSS Document */
body.non-login-page footer {
  margin-top: 5px; }
  body.non-login-page footer .h2-title {
    margin-top: 0;
    padding-top: 15px; }
body.non-login-page #content-wrapper {
  padding-top: 0; }

.non-login-page .top-header-btn.login-btn a {
  background-color: #00acee;
  font-size: 0.95rem;
  border: none;
  width: 60%;
  box-shadow: none;
  padding: 10px 10px; }
  @media screen and (min-width: 481px) {
    .non-login-page .top-header-btn.login-btn a {
      width: 35%;
      font-size: 1rem;
      padding: 14px 10px; } }
  @media screen and (min-width: 768px) {
    .non-login-page .top-header-btn.login-btn a {
      width: 25%; } }
.non-login-page .top-header-btn.login-btn .jin-ifont-twitter::before {
  font-size: 1.4rem;
  vertical-align: top;
  padding-top: 2px;
  padding-right: 3px; }

.non-login-image {
  text-align: center;
  padding-bottom: 0; }
  @media screen and (min-width: 768px) {
    .non-login-image {
      max-width: 480px;
      margin: 0 auto; } }
  .non-login-image .non-login-image-title {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px dashed #aaa;
    margin-bottom: 20px; }

#non-login-page-cta {
  background: #f2fdfc;
  padding-bottom: 40px;
  position: relative;
  margin-top: -150px;
  z-index: -1; }
  #non-login-page-cta #non-login-page-yurubo-text {
    text-align: center;
    font-weight: bold;
    font-size: 0.75rem;
    padding-top: 100px; }
    @media screen and (min-width: 481px) {
      #non-login-page-cta #non-login-page-yurubo-text {
        font-size: 0.85rem; } }
  #non-login-page-cta #non-login-page-cta-inner {
    margin-top: 10px; }
    @media screen and (min-width: 768px) {
      #non-login-page-cta #non-login-page-cta-inner {
        max-width: 640px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        padding-right: 0;
        padding-left: 0;
        margin-top: 20px; }
        #non-login-page-cta #non-login-page-cta-inner .top-header-btn {
          margin: 0 10px; }
          #non-login-page-cta #non-login-page-cta-inner .top-header-btn a {
            width: 260px;
            padding: 13px 40px; } }

.register-popup-box {
  position: fixed;
  left: 0;
  top: 0;
  transform: scale(1.2);
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .4s; }
  .register-popup-box .black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    cursor: pointer; }
  .register-popup-box .popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 600px;
    max-height: 85%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 30px;
    background-color: #fff;
    z-index: 2;
    border-radius: 8px;
    box-shadow: 0 1px 25px 3px rgba(0, 0, 0, 0.2); }
    @media screen and (min-width: 481px) {
      .register-popup-box .popup-inner {
        max-height: 100%; } }
    .register-popup-box .popup-inner img {
      width: 100%;
      height: auto; }
    .register-popup-box .popup-inner .close-btn {
      position: absolute;
      right: 0;
      top: 0;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      cursor: pointer; }

.register-popup-box.is-show {
  opacity: 1;
  visibility: visible;
  transform: scale(1); }

#register-after-content .h2-title {
  margin-top: 10px;
  font-size: 1.1rem !important; }
#register-after-content #rules-contents {
  max-height: 240px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  font-size: 0.8rem !important;
  line-height: 1.1rem !important; }
  #register-after-content #rules-contents h3 {
    font-size: 0.9rem !important; }
#register-after-content #profile-setting-save-btn {
  margin-top: 30px;
  text-align: center; }
  #register-after-content #profile-setting-save-btn a {
    font-size: 0.95rem;
    padding: 11px 15px;
    width: 100%; }
#register-after-content #registar-check {
  font-weight: bold;
  font-size: 0.9rem; }

/*TOPページ*/
/* CSS Document */
#top-header-image {
  background-image: url("../img/yurubo_header.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 330px; }
  @media screen and (min-width: 481px) {
    #top-header-image {
      background-image: url("../img/yurubo_header_tablet.png");
      background-size: 100% auto;
      padding-top: 60%;
      margin: 0 auto; } }
  @media screen and (min-width: 768px) {
    #top-header-image {
      background-image: url("../img/yurubo_header_pc.jpg");
      background-size: cover;
      background-position: top center;
      width: 100%;
      max-width: 1280px;
      padding-top: 380px;
      margin: 0 auto; } }

.top-header-btn {
  margin: 0 auto; }

.top-header-btn.search-btn {
  margin-top: 10px; }

.top-header-btn.search-btn a {
  border-width: 3px; }

.top-header-btn a {
  position: relative;
  border-radius: 50px;
  width: 67%;
  font-size: 1.2rem;
  box-shadow: none;
  -webkit-animation: fadeIn 1s ease-out 0.5s forwards;
  -webkit-animation-fill-mode: both;
  animation: fadeIn 1s ease-out 0.5s forwards;
  animation-fill-mode: both; }
  .top-header-btn a span {
    position: relative;
    padding-left: 22px; }
    .top-header-btn a span::before {
      position: absolute;
      font-family: "jin-icons";
      font-weight: normal;
      content: '\e949';
      display: inline-block;
      font-size: 1.5rem;
      width: 17px;
      height: 17px;
      top: -2px;
      left: -5px;
      -webkit-animation: penMove 2s ease 1.5s infinite;
      -webkit-animation-fill-mode: both;
      animation: penMove 2s ease 1.5s infinite;
      animation-fill-mode: both; }

@-webkit-keyframes penMove {
  0% {
    transform: rotate(0deg); }
  20% {
    transform: rotate(-25deg); }
  40% {
    transform: rotate(0deg); }
  60% {
    transform: rotate(-25deg); }
  80% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(0deg); } }
@-moz-keyframes penMove {
  0% {
    transform: rotate(0deg); }
  20% {
    transform: rotate(-25deg); }
  40% {
    transform: rotate(0deg); }
  60% {
    transform: rotate(-25deg); }
  80% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(0deg); } }
@keyframes penMove {
  0% {
    transform: rotate(0deg); }
  20% {
    transform: rotate(-25deg); }
  40% {
    transform: rotate(0deg); }
  60% {
    transform: rotate(-25deg); }
  80% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(0deg); } }
#top-pickup-list-box {
  margin-top: 15px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 481px) {
    #top-pickup-list-box {
      margin-bottom: 30px;
      padding-left: 20px;
      padding-right: 20px; } }

#top-tabmenu-list-box {
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 8px;
  padding-right: 0;
  padding-left: 0; }
  @media screen and (min-width: 481px) {
    #top-tabmenu-list-box {
      text-align: center;
      padding-left: 20px;
      padding-right: 20px; } }
  #top-tabmenu-list-box input[name="switch"] {
    display: none; }
  #top-tabmenu-list-box #top-tabmenu-list {
    padding: 0px 15px;
    margin-bottom: 10px;
    -webkit-overflow-scrolling: touch; }
  #top-tabmenu-list-box .top-tabmenu-item {
    display: inline-block;
    text-align: center;
    padding: 2px 8px; }
    @media screen and (min-width: 481px) {
      #top-tabmenu-list-box .top-tabmenu-item {
        padding: 2px 8px; } }
    @media screen and (min-width: 768px) {
      #top-tabmenu-list-box .top-tabmenu-item {
        padding: 4px 10px; } }
    #top-tabmenu-list-box .top-tabmenu-item label {
      display: block;
      padding: 3px 0;
      font-weight: bold;
      color: #C1C1C1;
      cursor: pointer;
      position: relative; }
      #top-tabmenu-list-box .top-tabmenu-item label::before {
        position: absolute;
        bottom: -3px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        border-radius: 10px;
        background: #565656;
        transform: scale(0, 1);
        transition: transform .3s; }
      #top-tabmenu-list-box .top-tabmenu-item label span {
        display: inline-block;
        transition: all 0.3s;
        will-change: transform;
        font-size: 0.75rem; }
        @media screen and (min-width: 768px) {
          #top-tabmenu-list-box .top-tabmenu-item label span {
            font-size: 0.85rem; } }
  #top-tabmenu-list-box .top-tabmenu-item.tab_link label {
    color: #565656;
    will-change: transform;
    /*
    &::before {
      transform: scale(1.2, 1);
    }
    &:hover::before {
      transform: scale(1.2, 1);
    }
    */ }
    #top-tabmenu-list-box .top-tabmenu-item.tab_link label span {
      transform: scale(1.2); }

#tab-1:checked ~ #top-tabmenu-list li [for="tab-1"],
#tab-2:checked ~ #top-tabmenu-list li [for="tab-2"],
#tab-3:checked ~ #top-tabmenu-list li [for="tab-3"],
#tab-4:checked ~ #top-tabmenu-list li [for="tab-4"],
#tab-5:checked ~ #top-tabmenu-list li [for="tab-5"],
#tab-4:checked ~ #top-tabmenu-list li [for="tab-6"],
#tab-5:checked ~ #top-tabmenu-list li [for="tab-7"] {
  position: relative; }

#tab-1:checked ~ .top-newpost-list-box {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

#tab-2:checked ~ .top-newpost-list-box {
  -webkit-transform: translateX(-14.285%);
  transform: translateX(-14.285%); }

#tab-3:checked ~ .top-newpost-list-box {
  -webkit-transform: translateX(-28.57%);
  transform: translateX(-28.57%); }

#tab-4:checked ~ .top-newpost-list-box {
  -webkit-transform: translateX(-42.855%);
  transform: translateX(-42.855%); }

#tab-5:checked ~ .top-newpost-list-box {
  -webkit-transform: translateX(-57.14%);
  transform: translateX(-57.14%); }

#tab-6:checked ~ .top-newpost-list-box {
  -webkit-transform: translateX(-71.425%);
  transform: translateX(-71.425%); }

#tab-7:checked ~ .top-newpost-list-box {
  -webkit-transform: translateX(-85.71%);
  transform: translateX(-85.71%); }

.top-newpost-list-box {
  display: flex;
  width: 700%;
  transition: 0.6s;
  text-align: left;
  overflow: hidden;
  align-items: flex-start; }

#js-clone-nav.clone-nav {
  position: fixed;
  top: -100px;
  z-index: 7;
  left: 0;
  transition: all 1s;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }

#header-wrapper.clone-nav.is-fixed-nav {
  top: 0; }

.top-more-btn-wrapper {
  width: 100%; }
  .top-more-btn-wrapper .top-more-btn {
    box-shadow: none;
    font-size: 0.75rem;
    border: 2px solid #6bd6d1;
    color: #6bd6d1;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 50%;
    padding-right: 7px;
    padding-top: 4px;
    padding-bottom: 4px; }
    @media screen and (min-width: 481px) {
      .top-more-btn-wrapper .top-more-btn {
        max-width: 250px; } }

/*通知一覧ページ*/
/* CSS Document */
#message-list-box {
  padding: 0 20px;
  margin-top: 15px; }
  #message-list-box .post-item-inner {
    display: flex;
    align-items: center;
    margin-top: -5px;
    padding: 0px; }
    #message-list-box .post-item-inner .post-title {
      font-size: 0.9rem;
      font-weight: normal;
      line-height: 1.3rem;
      padding-right: 0;
      margin-left: 15px;
      margin-bottom: 0px; }
  #message-list-box .post-time {
    margin-bottom: 5px; }
  #message-list-box .post-list-tag {
    position: absolute;
    display: inline-block;
    font-size: 0.65rem;
    padding: 8px 5px;
    border: 1px solid;
    font-weight: bold;
    line-height: 0;
    left: 9px;
    bottom: 8px;
    border-radius: 5px;
    letter-spacing: 0;
    -webkit-transform: scale(0.85);
    transform: scale(0.85); }
  #message-list-box .entried {
    border-color: #ff6f61;
    color: #ff6f61; }
  #message-list-box .interested {
    border-color: #6bd6d1;
    color: #6bd6d1; }
  #message-list-box .post-list {
    margin: 0; }
  #message-list-box .post-item {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 15px 0 2px 16px; }
  #message-list-box .post-item:not(:first-child) {
    margin-top: 0px; }
  #message-list-box .post-item:last-child {
    border-bottom: none; }
  #message-list-box .post-time {
    text-align: right; }
  #message-list-box .post-item.not-read .message-list-icon:before {
    position: absolute;
    left: -14px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background: #ff6f61; }

.message-list-icon {
  padding-left: 0;
  padding-right: 0;
  width: 40px !important;
  position: relative; }
  .message-list-icon .icon-circle-box, .message-list-icon #nav-profile-box #nav-profile-icon, #nav-profile-box .message-list-icon #nav-profile-icon {
    margin-left: 0;
    width: 40px;
    height: 40px; }

/*メッセージページ*/
/* CSS Document */
@media screen and (min-width: 481px) {
  body.message-page .container {
    max-width: 640px; } }

#message-page-title-box {
  margin-top: 15px;
  padding: 0 20px; }
  #message-page-title-box .icon-circle-box, #message-page-title-box #nav-profile-box #nav-profile-icon, #nav-profile-box #message-page-title-box #nav-profile-icon {
    width: 30px;
    height: 30px;
    margin: 0; }
  #message-page-title-box #message-page-title {
    flex-shrink: 1000;
    font-size: 1.3rem;
    line-height: 1.65rem;
    font-weight: bold; }

#message-page-title-inner {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  #message-page-title-inner .post-time {
    margin-bottom: 8px;
    margin-right: 20px; }
  #message-page-title-inner #message-page-profile-name-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px; }
    #message-page-title-inner #message-page-profile-name-box .icon-circle-box, #message-page-title-inner #message-page-profile-name-box #nav-profile-box #nav-profile-icon, #nav-profile-box #message-page-title-inner #message-page-profile-name-box #nav-profile-icon {
      width: 25px;
      height: 25px;
      margin-left: 0; }
    #message-page-title-inner #message-page-profile-name-box #message-page-profile-name {
      margin-left: 7px;
      font-size: 0.65rem;
      font-weight: bold;
      flex-shrink: 1000;
      line-height: 0.9rem; }

.message-page-more-btn-input {
  display: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; }

.message-page-more-btn-input + label {
  display: block;
  padding-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 0.5rem;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; }

.message-page-more-btn-input + label::after {
  position: absolute;
  z-index: 1;
  font-family: "jin-icons";
  content: " \e932";
  font-size: 0.7rem;
  margin-left: -19px;
  transition: 0.3s;
  will-change: transform; }

.message-page-more-btn-input:checked + label::after {
  transform: rotate(-180deg) translateY(1px) translateX(2px); }

.message-page-more-btn-input + label span {
  padding: 7px 25px 7px 13px !important; }

.message-page-more-btn-input + label .jin-ifont-arrow-bottom::before {
  font-size: 0.7rem;
  padding-top: 0px;
  margin-left: 7px; }

.message-page-more-btn-input + label + #yurubo-page-content-box {
  position: absolute;
  opacity: 0;
  height: 100%; }

.message-page-more-btn-input + label + #yurubo-page-content-box.yurubo-open {
  margin-bottom: 20px;
  position: static;
  -webkit-animation: yuruboOpen 0.4s ease-out 0.1s alternate;
  -webkit-animation-fill-mode: both;
  animation: yuruboOpen 0.4s ease-out 0.1s alternate;
  animation-fill-mode: both; }

@-webkit-keyframes yuruboOpen {
  0% {
    opacity: 0;
    transform: translateY(0px); }
  100% {
    opacity: 1;
    transform: translateY(10px); } }
@-moz-keyframes yuruboOpen {
  0% {
    opacity: 0;
    transform: translateY(0px); }
  100% {
    opacity: 1;
    transform: translateY(10px); } }
@keyframes yuruboOpen {
  0% {
    opacity: 0;
    transform: translateY(0px); }
  100% {
    opacity: 1;
    transform: translateY(10px); } }
#yurubo-page-content-box {
  padding: 0 20px;
  padding-bottom: 20px; }

#message-page-icon-list {
  background: #ededed;
  padding: 7px 15px 0px 15px;
  position: relative;
  text-align: center; }
  #message-page-icon-list #icon-list-title {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px dashed #aaa;
    line-height: 1rem;
    font-size: 0.6rem;
    font-weight: bold;
    color: #777; }
  #message-page-icon-list #icon-list {
    display: flex;
    margin-top: 10px;
    height: 45px;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    @media screen and (min-width: 481px) {
      #message-page-icon-list #icon-list {
        justify-content: center; } }
    #message-page-icon-list #icon-list .icon-circle-box, #message-page-icon-list #icon-list #nav-profile-box #nav-profile-icon, #nav-profile-box #message-page-icon-list #icon-list #nav-profile-icon {
      width: 30px;
      height: 30px;
      margin-left: 12px; }
      #message-page-icon-list #icon-list .icon-circle-box img, #message-page-icon-list #icon-list #nav-profile-box #nav-profile-icon img, #nav-profile-box #message-page-icon-list #icon-list #nav-profile-icon img {
        transition: 0.25s ease-in-out;
        will-change: transform; }
    #message-page-icon-list #icon-list .icon-item:first-child .icon-circle-box, #message-page-icon-list #icon-list .icon-item:first-child #nav-profile-box #nav-profile-icon, #nav-profile-box #message-page-icon-list #icon-list .icon-item:first-child #nav-profile-icon {
      margin-left: 0px; }
    #message-page-icon-list #icon-list .icon-item:not(.chat-now):hover img {
      transition: 0.25s ease-in-out;
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    #message-page-icon-list #icon-list .chat-now .icon-circle-box, #message-page-icon-list #icon-list .chat-now #nav-profile-box #nav-profile-icon, #nav-profile-box #message-page-icon-list #icon-list .chat-now #nav-profile-icon {
      width: 35px;
      height: 35px; }
  #message-page-icon-list .container {
    padding-left: 0;
    padding-right: 0; }

#chat-box {
  overflow: hidden;
  margin-top: 20px;
  padding: 0 20px;
  padding-bottom: 90px; }

.chat-left,
.chat-right {
  display: flex; }

.chat-icon {
  width: 40px;
  height: 40px;
  margin-left: 0 !important;
  flex-shrink: 1; }

.chat-box-inner {
  width: 220px; }
  @media screen and (min-width: 481px) {
    .chat-box-inner {
      width: 60%; } }
  .chat-box-inner .chat-text {
    font-size: 0.9rem;
    line-height: 1.3rem; }
  .chat-box-inner .icon-name {
    font-size: 0.75rem;
    font-weight: bold; }
  .chat-box-inner .post-time {
    color: #aaa;
    font-size: 0.6rem;
    margin-top: -3px; }

.chat-left .icon-name {
  margin-left: 8px; }
.chat-left .chat-text {
  position: relative;
  background: #ECEEEF;
  border-radius: 10px;
  padding: 13px;
  margin-left: 18px; }
.chat-left .chat-text:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 18px 18px 7px 0;
  border-color: #ECEEEF transparent transparent transparent;
  transform: scale(-1, 1); }
.chat-left .post-time {
  margin-right: 2px;
  text-align: right; }

.chat-right {
  flex-direction: row-reverse;
  margin-top: 10px; }
  .chat-right .icon-name {
    margin-right: 8px;
    text-align: right; }
  .chat-right .chat-text {
    position: relative;
    background: #DCEDF6;
    border-radius: 10px;
    padding: 13px;
    margin-right: 18px; }
  .chat-right .chat-text:before {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 18px 18px 7px 0;
    border-color: #DCEDF6 transparent transparent transparent; }
  .chat-right .post-time {
    margin-left: 2px; }

#message-page-editor-box {
  position: fixed;
  bottom: 0;
  background: #ededed;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
  padding: 7px 0px 2px 15px; }
  @media screen and (min-width: 481px) {
    #message-page-editor-box {
      padding: 15px 0px 10px 15px; } }
  #message-page-editor-box #message-page-editor-inner {
    display: flex;
    align-items: flex-start;
    max-height: 500px;
    align-items: top; }
  #message-page-editor-box .container {
    padding-left: 0;
    padding-right: 0; }
    @media screen and (min-width: 481px) {
      #message-page-editor-box .container {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 0; } }
  #message-page-editor-box #message-page-upload-btn,
  #message-page-editor-box #message-page-send-btn {
    margin-right: 13px; }
  #message-page-editor-box #message-page-upload-btn {
    margin-top: 7px; }
  #message-page-editor-box #message-page-send-btn {
    margin-top: 8px; }
  #message-page-editor-box #message-page-upload-btn .jin-ifont-photo:before {
    font-size: 1.3rem; }
  #message-page-editor-box #message-page-editor {
    flex-grow: 1;
    margin-right: 13px; }
  #message-page-editor-box textarea {
    height: 2.1rem;
    max-height: 9rem;
    border-radius: 18px;
    resize: none;
    padding: 7px 10px 5px 10px;
    line-height: 1.3rem; }
  #message-page-editor-box textarea::placeholder {
    font-size: 0.85rem; }
  #message-page-editor-box textarea:focus {
    border: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25) inset;
    outline: none; }
  #message-page-editor-box #yosokuhenkan-taisaku {
    transition: 0.5s; }
  #message-page-editor-box textarea + #yosokuhenkan-taisaku {
    padding-bottom: 43px;
    /*スマホの予測変換によって入力欄が隠れるのを防ぐ*/ }
  #message-page-editor-box #message-page-send-btn a {
    vertical-align: top;
    padding: 8px 15px;
    line-height: 1rem; }
  #message-page-editor-box #message-page-send-btn .jin-ifont-mail-send:before {
    font-size: 1rem;
    vertical-align: bottom;
    padding-bottom: 8px; }

/*プロフィールページ*/
/* CSS Document */
#profile-header-image {
  position: relative;
  background-image: url("../img/profile-header-image-sample.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 0px;
  padding-top: 25%; }
  #profile-header-image .icon-circle-box, #profile-header-image #nav-profile-box #nav-profile-icon, #nav-profile-box #profile-header-image #nav-profile-icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    margin: auto;
    width: 80px;
    height: 80px; }

#profile-text {
  padding: 0 20px;
  margin-bottom: 40px; }
  #profile-text #profile-name {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 50px;
    font-size: 0.85rem;
    font-weight: bold;
    width: 80%; }

#profile-change-btn {
  position: absolute;
  bottom: -40px;
  right: 20px; }
  #profile-change-btn span {
    padding: 1px 12px;
    font-size: 0.7rem;
    width: 100%;
    border-width: 1px; }

#profile-yurubo-list-box {
  padding: 0 25px;
  margin-top: 30px; }
  #profile-yurubo-list-box .post-list {
    margin: 0; }
    @media screen and (min-width: 481px) {
      #profile-yurubo-list-box .post-list {
        display: flex;
        flex-wrap: wrap; } }
  @media screen and (min-width: 481px) {
    #profile-yurubo-list-box .post-item {
      width: 33%;
      border-bottom: 0;
      margin-bottom: 0; } }
  #profile-yurubo-list-box .post-item-inner {
    display: block;
    padding-top: 7px; }
  #profile-yurubo-list-box .post-item:not(:first-child) {
    margin-top: 0px; }
  #profile-yurubo-list-box .post-item:last-child {
    border-bottom: none; }
    @media screen and (min-width: 481px) {
      #profile-yurubo-list-box .post-item:last-child {
        margin-bottom: 0; } }
  #profile-yurubo-list-box .post-time {
    margin-top: 5px;
    text-align: right; }
  #profile-yurubo-list-box .yurubo-manager-list-img img {
    display: block; }
  #profile-yurubo-list-box .post-title {
    margin-top: 10px;
    font-weight: bold; }
  #profile-yurubo-list-box .yurubo-condition div {
    display: inline-block;
    font-size: 0.65rem;
    padding: 9px 7px;
    border: 1px solid;
    font-weight: bold;
    line-height: 0;
    border-radius: 5px;
    letter-spacing: 0; }
  #profile-yurubo-list-box .yurubo-end {
    border-color: #aaa;
    color: #aaa; }
  #profile-yurubo-list-box .yurubo-now {
    border-color: transparent;
    color: transparent; }

#tw-tl-box {
  padding: 0 20px;
  margin-top: 20px; }

.profile-page-popup-box {
  position: fixed;
  left: 0;
  top: 0;
  transform: scale(1.2);
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .4s; }
  .profile-page-popup-box .black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    cursor: pointer; }
  .profile-page-popup-box .popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 600px;
    max-height: 85%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 30px;
    background-color: #fff;
    z-index: 2;
    border-radius: 8px;
    box-shadow: 0 1px 25px 3px rgba(0, 0, 0, 0.2); }
    @media screen and (min-width: 481px) {
      .profile-page-popup-box .popup-inner {
        max-height: 100%; } }
    .profile-page-popup-box .popup-inner img {
      width: 100%;
      height: auto; }
    .profile-page-popup-box .popup-inner .close-btn {
      position: absolute;
      right: 0;
      top: 0;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      cursor: pointer; }

.profile-page-popup-box.is-show {
  opacity: 1;
  visibility: visible;
  transform: scale(1); }

#profile-page-after-content .h2-title {
  margin-top: 10px;
  font-size: 1.1rem !important; }
#profile-page-after-content .profile-name-change {
  margin-top: 30px; }
#profile-page-after-content .profile-image-now-text {
  display: block;
  text-align: center;
  padding: 20px 0 5px 0;
  transform: scale(0.8);
  -webkit-transform: scale(0.8); }
#profile-page-after-content .profile-image-upload-btn {
  margin-top: 10px;
  font-size: 0.85rem;
  font-weight: bold;
  transform: scale(0.7);
  -webkit-transform: scale(0.7); }
#profile-page-after-content .icon-circle-box, #profile-page-after-content #nav-profile-box #nav-profile-icon, #nav-profile-box #profile-page-after-content #nav-profile-icon {
  position: relative;
  bottom: 0;
  width: 50px;
  height: 50px; }
#profile-page-after-content textarea {
  margin-top: 10px;
  height: 90px;
  line-height: 1.2rem; }
#profile-page-after-content #profile-setting-save-btn {
  margin-top: 30px;
  text-align: center; }
  #profile-page-after-content #profile-setting-save-btn a {
    font-size: 0.95rem;
    padding: 11px 15px;
    width: 100%; }

/*カテゴリー一覧*/
/* CSS Document */
#yurubo-category-list-box {
  padding-left: 25px;
  padding-right: 25px; }
  #yurubo-category-list-box .post-list {
    margin: 0; }

/*ゆるぼ管理ページ*/
/* CSS Document */
#yurubo-manager-list-box {
  padding: 0 20px; }
  #yurubo-manager-list-box .post-list {
    margin: 0; }
  #yurubo-manager-list-box .post-item-inner {
    display: flex;
    align-items: center;
    margin-top: -5px;
    margin-left: 0;
    margin-right: 0; }
  #yurubo-manager-list-box .post-item {
    border-bottom: 1px solid #ddd;
    padding: 5px 0 12px 0px; }
  #yurubo-manager-list-box .post-item:not(:first-child) {
    margin-top: 0px; }
  #yurubo-manager-list-box .post-item:last-child {
    border-bottom: none; }
  #yurubo-manager-list-box .post-time {
    text-align: right; }
  #yurubo-manager-list-box .post-title {
    flex-shrink: 1000;
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 1.3rem;
    padding-right: 0;
    margin-left: 15px;
    margin-bottom: 0px; }
  #yurubo-manager-list-box .icon-circle-box, #yurubo-manager-list-box #nav-profile-box #nav-profile-icon, #nav-profile-box #yurubo-manager-list-box #nav-profile-icon {
    margin-left: 0;
    width: 40px;
    height: 40px; }

/*ゆるぼ個別ページ*/
/* CSS Document */
@media screen and (min-width: 481px) {
  body.yurubo-page .container {
    max-width: 640px; } }
body.yurubo-page a.page-return {
  position: fixed;
  display: inline-block;
  background: #fdfdfd;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  line-height: 1;
  top: 68px;
  left: 15px;
  z-index: 10;
  transition: all 0.4s;
  opacity: 0; }
  body.yurubo-page a.page-return i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg); }
body.yurubo-page a.page-return.show {
  opacity: 1; }
body.yurubo-page footer {
  margin-top: 0;
  padding-top: 20px; }

#yurubo-page-eyecatch {
  padding: 0; }
  @media screen and (min-width: 481px) {
    #yurubo-page-eyecatch {
      padding-left: 20px;
      padding-right: 20px; } }

#yurubo-page-title-box {
  padding: 0 20px;
  margin-top: 20px; }
  #yurubo-page-title-box #yurubo-page-title {
    font-size: 1.3rem;
    line-height: 1.65rem;
    font-weight: bold; }

#yurubo-page-profile-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 15px; }
  #yurubo-page-profile-inner .icon-circle-box, #yurubo-page-profile-inner #nav-profile-box #nav-profile-icon, #nav-profile-box #yurubo-page-profile-inner #nav-profile-icon {
    width: 30px;
    height: 30px;
    margin-left: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
  #yurubo-page-profile-inner #yurubo-page-profile-name-box {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  #yurubo-page-profile-inner #yurubo-page-profile-name {
    margin-left: 7px;
    font-size: 0.65rem;
    font-weight: bold;
    flex-shrink: 1000;
    line-height: 0.9rem; }
  #yurubo-page-profile-inner #twitter-like-count {
    margin-top: -3px;
    margin-right: 20px; }
    #yurubo-page-profile-inner #twitter-like-count .jin-ifont-heart:before {
      color: #ff6f61;
      font-size: 1rem;
      line-height: 0.9rem;
      display: inline;
      padding-right: 3px; }

#yurubo-page-caption {
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: 30px; }

#yurubo-page-content {
  margin-top: 20px;
  margin-bottom: 30px; }

.yurubo-page-add-content-box {
  position: relative;
  margin-top: 40px;
  margin-bottom: 30px;
  border-top: 1px dashed #aaa;
  border-bottom: 1px dashed #aaa;
  padding: 0 20px; }
  .yurubo-page-add-content-box .post-time {
    position: absolute;
    right: 0;
    top: -12px;
    padding: 0 0 0 10px;
    background: #fff; }
  .yurubo-page-add-content-box .add-text {
    position: absolute;
    left: 0;
    top: -12px;
    font-size: 0.85rem;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 0 5px 0 0;
    background: #fff; }
  .yurubo-page-add-content-box .yurubo-page-add-content {
    padding: 20px 0; }
  .yurubo-page-add-content-box .add-text-item {
    margin: 25px 0 10px; }

#yurubo-page-add-btn {
  transition: all 0.4s;
  position: relative;
  width: 100%;
  height: auto;
  height: 37px;
  margin-bottom: 45px; }
  #yurubo-page-add-btn a {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2; }
  #yurubo-page-add-btn .add-text-btn {
    text-align: center; }
    #yurubo-page-add-btn .add-text-btn a {
      display: inline-block;
      margin-bottom: 20px;
      position: static; }
    #yurubo-page-add-btn .add-text-btn a.add-post {
      background: #6bd6d1; }
    #yurubo-page-add-btn .add-text-btn .return-post .jin-ifont-plus:before {
      transform: rotate(45deg); }

.add-text-box {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translate(0px, 0px);
  will-change: transform;
  margin-top: 0px;
  margin-bottom: 0px; }

.add-open + .add-text-box {
  width: 100%;
  height: auto;
  -webkit-animation: addOpen 0.3s ease-out 0.1s alternate;
  -webkit-animation-fill-mode: both;
  animation: addOpen 0.3s ease-out 0.1s alternate;
  animation-fill-mode: both; }

@-webkit-keyframes addOpen {
  0% {
    opacity: 0;
    z-index: 0;
    transform: translate(0px, 0px); }
  100% {
    opacity: 1;
    z-index: 1;
    transform: translate(0px, 50px); } }
@-moz-keyframes addOpen {
  0% {
    opacity: 0;
    z-index: 0;
    transform: translate(0px, 0px); }
  100% {
    opacity: 1;
    z-index: 1;
    transform: translate(0px, 50px); } }
@keyframes addOpen {
  0% {
    opacity: 0;
    z-index: 0;
    transform: translate(0px, 0px); }
  100% {
    opacity: 1;
    z-index: 1;
    transform: translate(0px, 50px); } }
#yurubo-page-add-btn {
  margin-top: -15px;
  text-align: right;
  z-index: 0; }
  #yurubo-page-add-btn a {
    font-size: 0.75rem;
    border-radius: 20px;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    padding: 4px 10px;
    border: 2px solid #6bd6d1;
    color: #6bd6d1;
    font-weight: bold;
    box-shadow: none; }
  #yurubo-page-add-btn .add-post {
    color: #fff !important; }
  #yurubo-page-add-btn .jin-ifont-plus:before {
    transition: all 0.5s;
    transform: rotate(0deg);
    font-size: 0.7rem;
    vertical-align: baseline;
    margin-top: 2px;
    margin-right: 3px; }

#yurubo-page-meta {
  margin-bottom: 40px;
  background: #f7f7f7;
  padding: 20px 10px; }
  #yurubo-page-meta table td,
  #yurubo-page-meta table th {
    padding: 5px 15px;
    line-height: 1.35rem;
    font-size: 0.9rem; }
  #yurubo-page-meta table tr:first-child td,
  #yurubo-page-meta table tr:first-child th {
    padding: 0px 15px 5px 15px; }
  #yurubo-page-meta table tr:last-child td,
  #yurubo-page-meta table tr:last-child th {
    padding: 5px 15px 0 15px; }
  #yurubo-page-meta table th {
    border-right: 1px solid #aaa;
    width: 95px; }
    #yurubo-page-meta table th .jic:before {
      font-size: 0.85em; }
    #yurubo-page-meta table th .jin-ifont-account:before,
    #yurubo-page-meta table th .jin-ifont-pencil:before {
      font-size: 0.95em; }
    #yurubo-page-meta table th .jin-ifont-account:before {
      padding-bottom: 1px;
      font-size: 0.9em; }
    #yurubo-page-meta table th .jin-ifont-coin-cover:before,
    #yurubo-page-meta table th .jin-ifont-time:before {
      line-height: 0.95em; }

#yurubo-page-interest-others {
  margin-top: 20px;
  padding-bottom: 30px;
  padding-top: 30px;
  background: #f2fdfc; }
  #yurubo-page-interest-others #yurubo-page-interest-content-box {
    margin-top: 20px; }
    @media screen and (min-width: 481px) {
      #yurubo-page-interest-others #yurubo-page-interest-content-box {
        display: flex;
        justify-content: center;
        padding-right: 0;
        padding-left: 0;
        margin-top: 20px; } }
  #yurubo-page-interest-others #yurubo-page-interest-catchcopy {
    font-size: 0.75rem;
    font-weight: bold;
    padding: 0 48px;
    line-height: 1.2rem; }
    @media screen and (min-width: 481px) {
      #yurubo-page-interest-others #yurubo-page-interest-catchcopy {
        text-align: center; } }
  #yurubo-page-interest-others #yurubo-page-entry-btn {
    margin: 10px 0; }
    @media screen and (min-width: 481px) {
      #yurubo-page-interest-others #yurubo-page-entry-btn {
        margin-right: 10px 20px; } }
    #yurubo-page-interest-others #yurubo-page-entry-btn span {
      box-shadow: none;
      font-size: 1.2rem; }
      @media screen and (min-width: 481px) {
        #yurubo-page-interest-others #yurubo-page-entry-btn span {
          width: 100%;
          padding-left: 60px;
          padding-right: 60px; } }
    #yurubo-page-interest-others #yurubo-page-entry-btn .jin-ifont-mail-send:before {
      padding-left: 6px;
      font-size: 1.2rem;
      vertical-align: top;
      padding-top: 4px; }
  #yurubo-page-interest-others #yurubo-page-interest-btn {
    margin: 10px 0 0px 0; }
    @media screen and (min-width: 481px) {
      #yurubo-page-interest-others #yurubo-page-interest-btn {
        margin: 10px 20px; } }
    #yurubo-page-interest-others #yurubo-page-interest-btn span {
      color: #ffbc00;
      border-color: #ffbc00;
      opacity: 0.75;
      font-size: 1.2rem; }
      @media screen and (min-width: 481px) {
        #yurubo-page-interest-others #yurubo-page-interest-btn span {
          width: 100%;
          padding-left: 60px;
          padding-right: 60px; } }
    #yurubo-page-interest-others #yurubo-page-interest-btn .jin-ifont-heart:before {
      padding-right: 3px;
      font-size: 1.3rem; }
  #yurubo-page-interest-others #interest-count-num {
    color: #ff6f61;
    font-weight: bold;
    font-size: 1.2rem;
    padding-right: 5px;
    padding-left: 5px; }

.interest-text {
  font-size: 0.75rem;
  padding: 0px 8px;
  width: 100%;
  color: #888;
  border: 1px solid #aaa; }
  .interest-text .jin-ifont-bookmark:before {
    margin-right: 2px;
    font-size: 0.8rem;
    vertical-align: top;
    padding-top: 7px; }

#yurubo-page-close-btn {
  text-align: center;
  margin-top: 20px; }
  #yurubo-page-close-btn a {
    border: 1px solid #fff;
    border-bottom: 1px dashed #606060;
    padding: 7px 5px;
    font-weight: bold;
    font-size: 0.75rem; }

.yurubo-page-share-btn {
  padding-bottom: 15px;
  text-align: center; }
  .yurubo-page-share-btn a {
    border-radius: 50px;
    padding: 15px 23px;
    font-weight: bold;
    color: #fff;
    background-color: #00acee;
    font-size: 0.95rem;
    line-height: 1.2rem;
    box-shadow: none; }
    .yurubo-page-share-btn a .jin-ifont-twitter:before {
      font-size: 1.6rem;
      vertical-align: bottom;
      padding-bottom: 1px; }

.profile-box {
  width: 95%;
  background-color: #fff;
  border-radius: 8px;
  padding: 0 15px;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .profile-box {
      width: 90%; } }
  .profile-box #profile-text {
    margin-bottom: 30px; }
    .profile-box #profile-text #profile-name {
      margin-top: 30px; }
    .profile-box #profile-text .message-box {
      margin-top: 20px; }

#slider, #slider2 {
  margin-top: 5px;
  height: 50px; }
  #slider .swiper-slide, #slider2 .swiper-slide {
    top: 0;
    transition: all 0.4s; }
    #slider .swiper-slide .icon-circle-box, #slider .swiper-slide #nav-profile-box #nav-profile-icon, #nav-profile-box #slider .swiper-slide #nav-profile-icon, #slider2 .swiper-slide .icon-circle-box, #slider2 .swiper-slide #nav-profile-box #nav-profile-icon, #nav-profile-box #slider2 .swiper-slide #nav-profile-icon {
      transition: all 0.3s;
      width: 35px;
      height: 35px; }

@media screen and (min-width: 768px) {
  #slider, #thumbs, #slider2, #thumbs2 {
    max-width: 400px; } }

.swiper-button-next, .swiper-button-prev {
  background-size: 13px 20px; }

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%236bd6d1'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%236bd6d1'%2F%3E%3C%2Fsvg%3E"); }

.message-btn .button-main, .message-btn .non-login-page .top-header-btn.login-btn a, .non-login-page .top-header-btn.login-btn .message-btn a, .message-btn .top-header-btn a, .top-header-btn .message-btn a, .message-btn #yurubo-page-interest-others #yurubo-page-entry-btn span, #yurubo-page-interest-others #yurubo-page-entry-btn .message-btn span, .message-btn .yurubo-decide-button, .message-btn #yurubo-page-entry-after-content .interest-after-chat-btn a, #yurubo-page-entry-after-content .interest-after-chat-btn .message-btn a,
.message-btn #yurubo-page-interest-after-content .interest-after-chat-btn a,
#yurubo-page-interest-after-content .interest-after-chat-btn .message-btn a, .message-btn #yurubo-create-yurubo-button a, #yurubo-create-yurubo-button .message-btn a, .message-btn #yurubo-create-after-content .yurubo-create-after-chat-btn a, #yurubo-create-after-content .yurubo-create-after-chat-btn .message-btn a, .message-btn #register-btn, .message-btn #send-btn, .message-btn #footer-yurubo-button a, #footer-yurubo-button .message-btn a {
  font-size: 0.9rem;
  width: 100%;
  padding: 8px 6px; }

#thumbs, #thumbs2 {
  opacity: 0;
  height: 0;
  transform: translateY(-7px);
  transition: all 0.7s;
  transition-delay: 0.1s;
  padding-bottom: 10px; }

#thumbs.contents-open, #thumbs2.contents-open {
  opacity: 1;
  transform: translateY(5px);
  height: 100%; }

.yurubo-page-icon-list {
  padding: 0px 20px 0px 20px;
  position: relative;
  text-align: center; }
  .yurubo-page-icon-list .icon-list {
    position: relative;
    transition: all 0.4s;
    display: flex;
    margin-top: 10px;
    height: 40px;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: center; }
    .yurubo-page-icon-list .icon-list .icon-circle-box, .yurubo-page-icon-list .icon-list #nav-profile-box #nav-profile-icon, #nav-profile-box .yurubo-page-icon-list .icon-list #nav-profile-icon {
      width: 30px;
      height: 30px; }
      .yurubo-page-icon-list .icon-list .icon-circle-box img, .yurubo-page-icon-list .icon-list #nav-profile-box #nav-profile-icon img, #nav-profile-box .yurubo-page-icon-list .icon-list #nav-profile-icon img {
        transition: 0.25s ease-in-out;
        will-change: transform; }
    .yurubo-page-icon-list .icon-list .icon-item:first-child .icon-circle-box, .yurubo-page-icon-list .icon-list .icon-item:first-child #nav-profile-box #nav-profile-icon, #nav-profile-box .yurubo-page-icon-list .icon-list .icon-item:first-child #nav-profile-icon {
      margin-left: 0px; }
    .yurubo-page-icon-list .icon-list .icon-item:not(.chat-now):hover img {
      transition: 0.25s ease-in-out;
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    .yurubo-page-icon-list .icon-list .chat-now .icon-circle-box, .yurubo-page-icon-list .icon-list .chat-now #nav-profile-box #nav-profile-icon, #nav-profile-box .yurubo-page-icon-list .icon-list .chat-now #nav-profile-icon {
      width: 35px;
      height: 35px; }
  .yurubo-page-icon-list .container {
    padding-left: 0;
    padding-right: 0; }

.call-profile {
  width: 100%;
  height: 400px; }

#yurubo-page-interest {
  margin-top: 20px;
  padding-bottom: 20px;
  background: #f2fdfc;
  text-align: center; }
  @media screen and (min-width: 481px) {
    #yurubo-page-interest {
      padding-top: 30px; } }
  #yurubo-page-interest .h2-title {
    text-align: center;
    display: inline-block;
    padding-top: 0;
    margin-top: 15px; }
    #yurubo-page-interest .h2-title::before {
      display: none; }
  #yurubo-page-interest .interest-after-text {
    font-size: 0.85rem;
    line-height: 1.2rem; }
  #yurubo-page-interest .yurubo-page-interest-caption {
    text-align: center;
    font-weight: bold;
    letter-spacing: 0;
    margin-top: 10px; }
  #yurubo-page-interest .yurubo-page-interest-count {
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0;
    color: #ff6f61; }
  #yurubo-page-interest #yurubo-page-interest-catchcopy {
    font-size: 0.75rem;
    font-weight: bold;
    padding: 0 35px 25px 35px;
    line-height: 1.2rem;
    text-align: left; }
    @media screen and (min-width: 481px) {
      #yurubo-page-interest #yurubo-page-interest-catchcopy {
        text-align: center; } }
  #yurubo-page-interest .h2-title img {
    width: 180px; }

.yurubo-decide-button {
  font-size: 0.9rem;
  width: 100%;
  padding: 8px 6px;
  margin: 20px auto; }

.yurubo-page-popup-box {
  position: fixed;
  left: 0;
  top: 0;
  transform: scale(1.2);
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .4s; }
  .yurubo-page-popup-box .black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    cursor: pointer; }

.yurubo-page-popup-box.is-show {
  opacity: 1;
  visibility: visible;
  transform: scale(1); }

.yurubo-page-popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  padding: 30px;
  background-color: #fff;
  z-index: 2;
  border-radius: 8px;
  box-shadow: 0 1px 25px 3px rgba(0, 0, 0, 0.2); }
  .yurubo-page-popup-inner img {
    width: 100%;
    height: auto; }
  .yurubo-page-popup-inner .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer; }

#yurubo-page-entry-after-content .interest-after-title,
#yurubo-page-interest-after-content .interest-after-title {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6rem;
  margin-top: 20px; }
#yurubo-page-entry-after-content .interest-after-image,
#yurubo-page-interest-after-content .interest-after-image {
  margin-top: 20px;
  text-align: center;
  font-size: 5rem;
  color: #ff6f61; }
#yurubo-page-entry-after-content .interest-after-text,
#yurubo-page-interest-after-content .interest-after-text {
  margin-top: 60px;
  font-size: 0.85rem;
  line-height: 1.2rem; }
#yurubo-page-entry-after-content .interest-after-chat-btn,
#yurubo-page-interest-after-content .interest-after-chat-btn {
  margin-top: 20px; }
  #yurubo-page-entry-after-content .interest-after-chat-btn a,
  #yurubo-page-interest-after-content .interest-after-chat-btn a {
    font-size: 0.95rem;
    line-height: 1.2rem;
    width: 100%;
    -webkit-animation: colorGragation 4s ease-in-out infinite alternate;
    -webkit-animation-fill-mode: both;
    animation: colorGragation 4s ease-in-out infinite alternate;
    animation-fill-mode: both; }

@-webkit-keyframes colorGragation {
  0% {
    background-color: #6bd6d1; }
  50% {
    background-color: #51afbe; }
  100% {
    background-color: #4069a5; } }
@-moz-keyframes colorGragation {
  0% {
    background-color: #6bd6d1; }
  50% {
    background-color: #51afbe; }
  100% {
    background-color: #4069a5; } }
@keyframes colorGragation {
  0% {
    background-color: #6bd6d1; }
  50% {
    background-color: #51afbe; }
  100% {
    background-color: #4069a5; } }
#yurubo-page-entry-after-content .interest-after-image {
  margin-top: 20px;
  text-align: center;
  font-size: 5rem;
  color: #FFE235; }

#yurubo-page-interest-after-content .interest-after-image {
  margin-top: 20px;
  text-align: center;
  font-size: 5rem;
  color: #ff6f61; }

#yurubo-page-footer-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px; }
  #yurubo-page-footer-menu #yurubo-page-message-btn {
    border-right: 1px solid #aaa; }
  #yurubo-page-footer-menu #yurubo-page-message-btn a,
  #yurubo-page-footer-menu #yurubo-page-ban-btn a {
    color: #888;
    padding: 2px 15px;
    font-size: 0.75rem; }
    #yurubo-page-footer-menu #yurubo-page-message-btn a .jic,
    #yurubo-page-footer-menu #yurubo-page-ban-btn a .jic {
      margin-right: 3px; }
    #yurubo-page-footer-menu #yurubo-page-message-btn a .jin-ifont-caution:before,
    #yurubo-page-footer-menu #yurubo-page-ban-btn a .jin-ifont-caution:before {
      font-size: 0.85rem; }

#yurubo-flow {
  padding: 10px 7px;
  padding-top: 30px; }
  #yurubo-flow .yurubo-flow-item:not(:last-of-type) {
    position: relative; }
    #yurubo-flow .yurubo-flow-item:not(:last-of-type)::before {
      position: absolute;
      left: 31px;
      top: 12px;
      content: "";
      height: 100%;
      border-left: 1px dashed #aaa;
      z-index: 0; }
  #yurubo-flow .yurubo-flow-desc {
    font-size: 0.9rem;
    padding: 0px 0 35px 28px;
    margin-top: -10px; }
  #yurubo-flow .yurubo-timeline-title {
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
    height: 51px; }
    #yurubo-flow .yurubo-timeline-title span {
      padding-left: 68px; }
    #yurubo-flow .yurubo-timeline-title img {
      position: absolute;
      top: -11px;
      left: 0;
      width: 55px;
      height: auto;
      z-index: 1; }

#yurubo-page-option-menu {
  padding: 10px 20px; }
  #yurubo-page-option-menu li {
    font-size: 0.85rem;
    font-weight: bold;
    padding: 3px 0; }
    #yurubo-page-option-menu li a {
      padding: 3px 0;
      color: #777; }

/*ゆるぼ作成ページ*/
/* CSS Document */
@media screen and (min-width: 481px) {
  body.yurubo-create #content-wrapper .container {
    max-width: 480px; } }

#yurubo-create-box {
  margin-top: 25px;
  padding: 0 20px;
  padding-bottom: 20px; }
  #yurubo-create-box::placeholder {
    font-weight: bold;
    color: #ccc; }
  #yurubo-create-box #yurubo-create-title .textarea {
    position: relative;
    background: url("../img/ogp-sample-00.png") no-repeat;
    background-size: 100% auto;
    background-position: center center;
    border: none;
    box-shadow: none;
    padding: 95px 35px;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: calc(100%*100/191/3);
    font-weight: bold;
    font-size: 30px;
    line-height: 40px; }
    @media screen and (min-width: 481px) {
      #yurubo-create-box #yurubo-create-title .textarea {
        height: 252px;
        padding: 45px 40px;
        padding-bottom: 0%;
        font-size: 1.4rem; } }
  #yurubo-create-box #yurubo-create-content {
    margin-top: 15px; }
    #yurubo-create-box #yurubo-create-content .textarea {
      padding: 15px; }
  #yurubo-create-box .jin-ifont-book:before {
    margin-top: -3px;
    vertical-align: baseline; }

#yurubo-create-meta {
  position: relative;
  height: 30px;
  transition: ease-out 0.5s;
  margin-top: 15px;
  text-align: right; }
  #yurubo-create-meta label {
    font-size: 0.85rem;
    font-weight: bold;
    padding: 3px 10px;
    text-align: center;
    background: #6bd6d1;
    margin: auto;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    transition: all 0.2s;
    box-shadow: none; }
  #yurubo-create-meta label:hover {
    opacity: 0.8; }
  #yurubo-create-meta #yc-meta {
    display: none;
    transition: all 0.3s;
    transform: translate(0, 0); }
  #yurubo-create-meta label::after {
    color: #fff;
    display: inline-block;
    font-family: "jin-icons";
    content: " \e932";
    font-size: 0.7rem;
    margin-left: 2px;
    transform: rotate(0deg);
    transition: all 0.3s; }
  #yurubo-create-meta input:checked ~ label::after {
    transform: rotate(180deg); }
  #yurubo-create-meta .yc-meta-box {
    width: 100%;
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0; }
    #yurubo-create-meta .yc-meta-box span {
      margin-right: 3px;
      font-weight: bold;
      font-size: 0.85rem;
      letter-spacing: 3px; }
    #yurubo-create-meta .yc-meta-box .yc-meta-item {
      flex-shrink: 1000; }
  #yurubo-create-meta #yc-budget,
  #yurubo-create-meta #yc-person,
  #yurubo-create-meta #yc-deliverydate,
  #yurubo-create-meta #yc-condition,
  #yurubo-create-meta #yc-incentive {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  #yurubo-create-meta #yc-budget .yc-meta-item {
    margin-right: 5px;
    text-align: right;
    width: calc(100% - 50px); }
  #yurubo-create-meta #yc-eyecatch-upload .yc-meta-item {
    width: calc(100% - 100px); }
  #yurubo-create-meta #yc-person .yc-meta-item,
  #yurubo-create-meta #yc-deliverydate .yc-meta-item {
    width: calc(100% - 30px); }
  #yurubo-create-meta #yc-person select:not([multiple]) {
    width: 100%; }
  #yurubo-create-meta #yc-condition .yc-meta-item,
  #yurubo-create-meta #yc-incentive .yc-meta-item {
    width: calc(100% - 30px); }

#yurubo-create-meta.detail-open .yc-meta-box {
  -webkit-animation: detailOpen 0.4s ease-out 0.2s alternate;
  -webkit-animation-fill-mode: both;
  animation: detailOpen 0.4s ease-out 0.2s alternate;
  animation-fill-mode: both; }

@-webkit-keyframes detailOpen {
  0% {
    z-index: 0;
    opacity: 0;
    transform: translate(0px, 0px); }
  100% {
    z-index: 1;
    opacity: 1;
    transform: translate(0px, 30px); } }
@-moz-keyframes detailOpen {
  0% {
    z-index: 0;
    opacity: 0;
    transform: translate(0px, 0px); }
  100% {
    z-index: 1;
    opacity: 1;
    transform: translate(0px, 30px); } }
@keyframes detailOpen {
  0% {
    z-index: 0;
    opacity: 0;
    transform: translate(0px, 0px); }
  100% {
    z-index: 1;
    opacity: 1;
    transform: translate(0px, 30px); } }
#yurubo-create-category {
  margin-top: 15px;
  position: relative; }

#yurubo-create-category select {
  padding-left: 28px; }
#yurubo-create-category::before {
  position: absolute;
  font-family: "jin-icons";
  content: "\e93e";
  width: 20px;
  height: 20px;
  top: 11px;
  left: 12px;
  font-size: 0.9rem; }

#yurubo-create-category-child::before {
  left: calc(15% + 10px); }

#yurubo-create-category-child {
  display: none;
  opacity: 0;
  transform: translateY(-7px);
  transition: all 0.3s 0.05s;
  will-change: transform;
  justify-content: flex-end;
  position: relative;
  margin-top: 10px; }

#yurubo-create-category-child.category-open {
  display: flex;
  opacity: 1;
  transform: translateY(5px); }

#yurubo-create-category-child-vector {
  position: relative;
  width: 85%; }

#yurubo-create-category-child-vector::before {
  position: absolute;
  top: -3px;
  left: -30px;
  content: "";
  width: 20px;
  height: 21px;
  border-bottom: 2px dashed #aaa;
  border-left: 2px dashed #aaa; }

body.yurubo-create footer {
  padding-top: 20px; }

#yurubo-create-yurubo-button {
  margin-top: 40px;
  text-align: center; }
  #yurubo-create-yurubo-button a {
    font-size: 1.15rem;
    font-weight: bold; }

.yurubo-create-popup-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.2);
  transition: .4s; }
  .yurubo-create-popup-box .black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    cursor: pointer; }

.yurubo-create-popup-box.is-show {
  opacity: 1;
  visibility: visible;
  transform: scale(1); }

.yurubo-create-popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  padding: 30px;
  background-color: #fff;
  z-index: 2;
  border-radius: 8px;
  box-shadow: 0 1px 25px 3px rgba(0, 0, 0, 0.2); }
  .yurubo-create-popup-inner img {
    width: 100%;
    height: auto; }
  .yurubo-create-popup-inner .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer; }

#yurubo-create-after-content .yurubo-create-after-title {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6rem;
  margin-top: 20px; }
#yurubo-create-after-content .yurubo-create-after-image {
  margin-top: 20px;
  text-align: center;
  font-size: 5rem;
  color: #FFE235; }
#yurubo-create-after-content .yurubo-create-after-text {
  margin-top: 60px;
  font-size: 0.85rem;
  line-height: 1.2rem; }
#yurubo-create-after-content .yurubo-create-after-chat-btn {
  margin-top: 20px; }
  #yurubo-create-after-content .yurubo-create-after-chat-btn a {
    background-color: #00acee;
    font-size: 0.95rem;
    line-height: 1.2rem;
    width: 100%; }
    #yurubo-create-after-content .yurubo-create-after-chat-btn a .jin-ifont-twitter:before {
      font-size: 1.4rem;
      vertical-align: bottom;
      padding-bottom: 1px; }
#yurubo-create-after-content .yurubo-create-after-check-btn {
  margin-top: 10px; }
  #yurubo-create-after-content .yurubo-create-after-check-btn a {
    font-size: 0.95rem;
    line-height: 1.2rem;
    width: 100%;
    border-color: transparent;
    color: #565656; }

#yurubo-create-after-content .interest-after-image {
  margin-top: 20px;
  text-align: center;
  font-size: 5rem;
  color: #ff6f61; }

/*設定ページ*/
/* CSS Document */
@media screen and (min-width: 481px) {
  body.setting-page #content-wrapper {
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 30px; } }

#setting-box {
  padding: 0 20px; }
  #setting-box label {
    font-size: 0.9rem; }
  #setting-box input[disabled]::placeholder {
    color: #555; }
  #setting-box input[disabled] {
    background: #eee; }
  #setting-box .h3-title {
    margin-bottom: 15px;
    margin-top: 30px; }
  #setting-box .choice-box {
    margin-bottom: 15px; }

#setting-mail-now,
#setting-password-now {
  margin-bottom: 10px; }
  #setting-mail-now span,
  #setting-password-now span {
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 0.85rem;
    letter-spacing: 0; }

#setting-notification label {
  display: block; }
#setting-notification .radio + .radio {
  margin-left: 0;
  margin-top: 7px; }

#setting-save-btn {
  margin-top: 30px;
  text-align: center; }
  #setting-save-btn a {
    font-size: 0.95rem;
    padding: 11px 15px; }
  #setting-save-btn .jin-ifont-check:before {
    font-size: 1.5rem;
    vertical-align: top;
    margin-right: 2px; }

#setting-unsubscribe {
  margin-top: 20px;
  font-size: 0.8rem; }
  #setting-unsubscribe span {
    padding: 8px 12px; }
  #setting-unsubscribe .jin-ifont-double-arrow:before {
    font-size: 0.75rem;
    vertical-align: baseline;
    margin-left: 2px; }

.setting-unsubscribe-popup-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.2);
  transition: .4s; }
  .setting-unsubscribe-popup-box .black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    cursor: pointer; }

.setting-unsubscribe-popup-box.is-show {
  opacity: 1;
  visibility: visible;
  transform: scale(1); }

.setting-unsubscribe-popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  padding: 30px;
  background-color: #fff;
  z-index: 2;
  border-radius: 8px;
  box-shadow: 0 1px 25px 3px rgba(0, 0, 0, 0.2); }
  .setting-unsubscribe-popup-inner img {
    width: 100%;
    height: auto; }
  .setting-unsubscribe-popup-inner .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer; }
  .setting-unsubscribe-popup-inner .check-text {
    font-size: 0.9rem;
    margin-top: 20px; }
  .setting-unsubscribe-popup-inner .unsubscribe-choice {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem; }
  .setting-unsubscribe-popup-inner #cancel-text {
    margin-right: 20px; }
  .setting-unsubscribe-popup-inner #cancel-text,
  .setting-unsubscribe-popup-inner #enter-unsbscribe {
    padding: 4px 10px; }

/*新規会員登録ページ*/
/* CSS Document */
@media screen and (min-width: 481px) {
  body.registar-page #content-wrapper .container {
    max-width: 480px; } }
body.registar-page footer {
  padding-top: 10px; }
  @media screen and (min-width: 481px) {
    body.registar-page footer {
      padding-top: 20px; } }

#registar-page-logo {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0; }
  #registar-page-logo img {
    width: 50%;
    height: auto; }
    @media screen and (min-width: 481px) {
      #registar-page-logo img {
        max-width: 200px; } }
  #registar-page-logo p {
    font-size: 0.85rem;
    font-weight: bold; }

#registar-content-box {
  padding-top: 10px; }

#registar-name,
#registar-mail,
#registar-password,
#registar-password-again {
  margin-top: 10px;
  position: relative; }

#registar-check {
  text-align: center;
  margin-top: 15px; }
  #registar-check span {
    padding-bottom: 5px; }
  #registar-check a {
    color: #2ca9e1;
    font-weight: bold;
    border-bottom: 1px dashed #2ca9e1; }

#register {
  margin-top: 30px; }

#register-btn {
  font-size: 1rem; }

/*ログインページ*/
/* CSS Document */
@media screen and (min-width: 481px) {
  body.login-page #content-wrapper .container {
    max-width: 480px; } }
body.login-page footer {
  padding-top: 10px; }
  @media screen and (min-width: 481px) {
    body.login-page footer {
      padding-top: 20px; } }

#login-page-logo {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0; }
  #login-page-logo img {
    width: 50%;
    height: auto; }
    @media screen and (min-width: 481px) {
      #login-page-logo img {
        max-width: 200px; } }
  #login-page-logo p {
    font-size: 0.85rem;
    font-weight: bold; }

#login-content-box {
  padding-top: 10px; }

.login-email,
.login-password {
  margin-top: 10px; }

#add-member {
  text-align: center;
  margin-top: 15px; }
  #add-member span {
    border-bottom: 1px dashed #aaa;
    padding-bottom: 5px; }

#register {
  margin-top: 30px; }

#register-btn {
  font-size: 1rem; }

/*ログアウトページ*/
/* CSS Document */
@media screen and (min-width: 481px) {
  body.logout-page #content-wrapper .container {
    max-width: 480px; } }

#logout-page-logo {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0; }
  #logout-page-logo img {
    width: 50%;
    height: auto; }
    @media screen and (min-width: 481px) {
      #logout-page-logo img {
        max-width: 200px; } }
  #logout-page-logo p {
    font-size: 0.85rem;
    font-weight: bold; }

#logout-page-totop-btn {
  margin-top: 40px;
  text-align: center; }
  #logout-page-totop-btn a {
    margin-top: 40px;
    padding: 10px 15px; }

/*退会完了ページ*/
/* CSS Document */
@media screen and (min-width: 481px) {
  body.after-unsubscribe-page #content-wrapper .container {
    max-width: 480px; } }

#after-unsubscribe-logo {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0; }
  #after-unsubscribe-logo img {
    width: 50%;
    height: auto; }
    @media screen and (min-width: 481px) {
      #after-unsubscribe-logo img {
        max-width: 200px; } }
  #after-unsubscribe-logo p {
    font-size: 0.85rem;
    font-weight: bold; }

#after-unsubscribe-text {
  text-align: center; }

#after-unsubscribe-totop-btn {
  text-align: center; }
  #after-unsubscribe-totop-btn a {
    margin-top: 40px;
    padding: 10px 15px; }

/*お問い合わせページ*/
/* CSS Document */
@media screen and (min-width: 481px) {
  body.contact-page #content-wrapper .container {
    max-width: 480px; } }
body.contact-page footer {
  padding-top: 10px; }
  @media screen and (min-width: 481px) {
    body.contact-page footer {
      padding-top: 20px; } }

#contact-page-logo {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0; }
  #contact-page-logo img {
    width: 50%;
    height: auto; }
    @media screen and (min-width: 481px) {
      #contact-page-logo img {
        max-width: 200px; } }
  #contact-page-logo p {
    font-size: 0.85rem;
    font-weight: bold; }

#contact-content-box {
  padding-top: 10px; }

#setting-name,
#setting-email,
#setting-textarea {
  margin-top: 10px;
  position: relative; }

#setting-textarea textarea {
  height: 200px; }

#setting-name::before {
  position: absolute;
  font-family: "jin-icons";
  content: "\e900";
  width: 20px;
  height: 20px;
  top: 7px;
  left: 10px;
  font-size: 1.2rem;
  color: #888; }
#setting-name input[type="text"] {
  padding-left: 35px; }

#setting-email::before {
  position: absolute;
  font-family: "jin-icons";
  content: "\e91c";
  width: 20px;
  height: 20px;
  top: 7px;
  left: 10px;
  font-size: 1.2rem;
  color: #888; }
#setting-email input[type="email"] {
  padding-left: 35px; }

#send-btn {
  margin-top: 30px; }

#send-btn {
  font-size: 1rem; }

/*フッター*/
/* CSS Document */
footer {
  background: #f2fdfc;
  color: #565656;
  padding-bottom: 15px;
  margin-top: 20px; }
  footer a {
    color: #565656; }
  footer .jic-type:before {
    margin-right: 3px; }
  footer .jin-ifont-movie:before {
    font-size: 1.05rem; }
  footer .jin-ifont-archive:before {
    font-size: 1.25rem;
    vertical-align: bottom;
    padding-bottom: 4px;
    margin-left: -3px; }

body.yurubo-page footer {
  background: #fff; }

body.top-page footer,
body.non-login-page footer {
  margin-top: 0px; }

.footer-ad-area h2 {
  margin-bottom: 25px; }
.footer-ad-area a img {
  margin: 0 auto;
  width: 300px;
  height: auto; }
.footer-ad-area img {
  display: block; }
@media screen and (min-width: 768px) {
  .footer-ad-area .ad-area-inner {
    display: flex;
    padding-top: 20px;
    width: 85%;
    margin: 0 auto; } }
.footer-ad-area .ad-area-text {
  margin: 0 auto;
  padding-top: 15px;
  width: 280px;
  font-size: 0.75rem;
  line-height: 1.2rem; }
  @media screen and (min-width: 768px) {
    .footer-ad-area .ad-area-text {
      width: calc(100% - 380px);
      font-size: 1rem;
      line-height: 2.2rem;
      color: #777; }
      .footer-ad-area .ad-area-text p {
        margin-top: 0rem; } }
.footer-ad-area .ad-area-button {
  padding-top: 10px; }
  .footer-ad-area .ad-area-button a {
    display: none; }
    @media screen and (min-width: 768px) {
      .footer-ad-area .ad-area-button a {
        display: block;
        background: #ffbc00;
        border-radius: 8px;
        text-align: center;
        color: #fff;
        padding: 8px 30px;
        font-size: 1rem;
        font-weight: bold;
        margin: 0 auto;
        cursor: pointer;
        max-width: 280px; } }
.footer-ad-area .strong {
  font-size: 0.85rem;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .footer-ad-area .strong {
      font-size: 1.3rem;
      font-weight: normal;
      color: #333; } }

#footer-yurubo-text {
  font-size: 0.75rem;
  padding-bottom: 7px; }

#footer-yurubo-button {
  padding: 25px 0px 30px 0px;
  text-align: center;
  border-bottom: 1px dashed #aaa;
  margin-bottom: 20px; }

#footer-search-box {
  padding: 15px 25px;
  margin: 10px auto;
  position: relative; }
  #footer-search-box::before {
    position: absolute;
    font-family: "jin-icons";
    content: "\e931";
    width: 20px;
    height: 20px;
    top: 26px;
    left: 37px;
    font-size: 1.1rem;
    color: #888; }
  #footer-search-box input[type="text"] {
    padding-left: 35px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-color: transparent; }
    #footer-search-box input[type="text"]:focus {
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }

#footer-cat-list-box {
  padding-top: 5px;
  padding-bottom: 15px;
  margin-top: -20px; }

.footer-cat-list-title {
  font-weight: bold;
  font-size: 1rem;
  margin-top: 15px; }

.footer-cat-list {
  border-bottom: 1px solid #aaa;
  margin-top: 7px;
  padding: 1px 0px 15px 26px; }

.footer-cat-list-item {
  font-size: 0.8rem;
  margin-right: 15px;
  padding: 3px 0;
  display: inline-block;
  white-space: nowrap; }

#footer-information {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
  font-size: 0.65rem;
  padding: 0 80px; }

#guideline a,
#privacy a,
#legal a,
#rules a,
#company a,
#copyright {
  color: #777; }

#guideline,
#privacy,
#rules,
#legal,
#company {
  padding: 0 10px; }

#copyright {
  text-align: center;
  margin-top: 10px; }

#copyright {
  font-size: 0.75rem; }

#sp-sidemenu-wrapper {
  position: fixed;
  bottom: 60px;
  right: 15px;
  z-index: 2; }

@keyframes sp-sidemenu-btn-animate {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.85); }
  60% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }
#sp-sidemenu-btn {
  position: relative;
  z-index: 3;
  width: 62px;
  height: 62px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  transition: ease-out 0.3s;
  color: #6bd6d1; }
  #sp-sidemenu-btn::after {
    position: absolute;
    top: 11px;
    right: 0px;
    font-size: 1.6rem;
    width: 62px;
    text-align: center;
    font-family: "jin-icons";
    content: "\e931";
    font-weight: 900;
    color: #6bd6d1;
    transition: 0.3s; }

#sp-sidemenu-title {
  position: absolute;
  width: 62px;
  text-align: center;
  right: -1px;
  bottom: 5px;
  font-size: 0.7rem;
  font-weight: bold;
  color: #6bd6d1;
  letter-spacing: 0px; }

#sp-search-btn-link {
  height: 40px; }

#footer-decoration {
  position: relative;
  margin-top: 50px; }
  #footer-decoration .editorial {
    display: block;
    width: 100%;
    height: 30px;
    max-height: 60px;
    margin: 0;
    bottom: 0;
    position: absolute;
    left: 0px;
    float: left; }

#non-login-page-cta {
  position: relative; }
  #non-login-page-cta .editorial {
    display: block;
    width: 100%;
    height: 80px;
    max-height: 100px;
    margin: 0;
    top: -70px;
    position: absolute;
    left: 0px;
    float: left; }

.parallax1 > use {
  animation: move-forever1 10s linear infinite; }
  .parallax1 > use:nth-child(1) {
    animation-delay: -2s; }

.parallax2 > use {
  animation: move-forever2 8s linear infinite; }
  .parallax2 > use:nth-child(1) {
    animation-delay: -2s; }

.parallax3 > use {
  animation: move-forever3 6s linear infinite; }
  .parallax3 > use:nth-child(1) {
    animation-delay: -2s; }

.parallax4 > use {
  animation: move-forever4 4s linear infinite; }
  .parallax4 > use:nth-child(1) {
    animation-delay: -2s; }

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%); }
  100% {
    transform: translate(-90px, 0%); } }
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%); }
  100% {
    transform: translate(85px, 0%); } }
@keyframes move-forever3 {
  0% {
    transform: translate(85px, 0%); }
  100% {
    transform: translate(-90px, 0%); } }
@keyframes move-forever4 {
  0% {
    transform: translate(-90px, 0%); }
  100% {
    transform: translate(85px, 0%); } }
/*jinアイコンフォント*/
/* CSS Document */
@font-face {
  font-family: 'jin-icons';
  src: url("../font/jin-icons/fonts/jin-icons.ttf?c16tcv") format("truetype"), url("../font/jin-icons/fonts/jin-icons.woff?c16tcv") format("woff"), url("../font/jin-icons/fonts/jin-icons.svg?c16tcv#jin-icons") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="jin-ifont-"], [class*=" jin-ifont-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'jin-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  will-change: transform;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="jin-ifont-"]:before, [class*=" jin-ifont-"]:before {
  font-size: 1.1em;
  display: inline-block;
  will-change: transform;
  vertical-align: text-bottom;
  line-height: 0.85em; }

.jin-ifont-account:before {
  content: "\e900"; }

.jin-ifont-archive:before {
  content: "\e901"; }

.jin-ifont-arrow:before {
  content: "\e902"; }

.jin-ifont-arrow-circle:before {
  content: "\e903"; }

.jin-ifont-arrow-top:before {
  content: "\e904"; }

.jin-ifont-batu:before {
  content: "\e905"; }

.jin-ifont-book:before {
  content: "\e906"; }

.jin-ifont-bulb:before {
  content: "\e907"; }

.jin-ifont-cart:before {
  content: "\e908"; }

.jin-ifont-caution:before {
  content: "\e909"; }

.jin-ifont-check:before {
  content: "\e90a"; }

.jin-ifont-check-circle:before {
  content: "\e90b"; }

.jin-ifont-clipboard:before {
  content: "\e90c"; }

.jin-ifont-comment:before {
  content: "\e90d"; }

.jin-ifont-copy:before {
  content: "\e90e"; }

.jin-ifont-crown:before {
  content: "\e90f"; }

.jin-ifont-double-arrow:before {
  content: "\e910"; }

.jin-ifont-droppin:before {
  content: "\e911"; }

.jin-ifont-facebook:before {
  content: "\e912"; }

.jin-ifont-flag:before {
  content: "\e913"; }

.jin-ifont-folder:before {
  content: "\e914"; }

.jin-ifont-gear:before {
  content: "\e915"; }

.jin-ifont-heart:before {
  content: "\e916"; }

.jin-ifont-home:before {
  content: "\e917"; }

.jin-ifont-information:before {
  content: "\e918"; }

.jin-ifont-instagram:before {
  content: "\e919"; }

.jin-ifont-like:before {
  content: "\e91a"; }

.jin-ifont-line:before {
  content: "\e91b"; }

.jin-ifont-mail:before {
  content: "\e91c"; }

.jin-ifont-maru:before {
  content: "\e91d"; }

.jin-ifont-mobile:before {
  content: "\e91e"; }

.jin-ifont-navi:before {
  content: "\e91f"; }

.jin-ifont-pc:before {
  content: "\e920"; }

.jin-ifont-pencil:before {
  content: "\e921"; }

.jin-ifont-plus:before {
  content: "\e922"; }

.jin-ifont-question:before {
  content: "\e923"; }

.jin-ifont-quote:before {
  content: "\e924";
  color: #a3a3a3; }

.jin-ifont-related-post:before {
  content: "\e925"; }

.jin-ifont-reload:before {
  content: "\e926"; }

.jin-ifont-reply:before {
  content: "\e927"; }

.jin-ifont-speaker:before {
  content: "\e928"; }

.jin-ifont-star:before {
  content: "\e929"; }

.jin-ifont-star-blank:before {
  content: "\e92a"; }

.jin-ifont-star-half:before {
  content: "\e92b"; }

.jin-ifont-tag:before {
  content: "\e92c"; }

.jin-ifont-twitter:before {
  content: "\e92d"; }

.jin-ifont-unlike:before {
  content: "\e92e"; }

.jin-ifont-watch:before {
  content: "\e92f"; }

.jin-ifont-youtube:before {
  content: "\e930"; }

.jin-ifont-search:before {
  content: "\e931"; }

.jin-ifont-arrow-bottom:before {
  content: "\e932"; }

.jin-ifont-arrow-left:before {
  content: "\e933"; }

.jin-ifont-blogtext:before {
  content: "\e934"; }

.jin-ifont-clover:before {
  content: "\e935"; }

.jin-ifont-post:before {
  content: "\e936"; }

.jin-ifont-facebook-t:before {
  content: "\e937"; }

.jin-ifont-pocket:before {
  content: "\e938"; }

.jin-ifont-bookmark:before {
  content: "\e939"; }

.jin-ifont-copyright:before {
  content: "\e93a"; }

.jin-ifont-inazuma:before {
  content: "\e93b"; }

.jin-ifont-share:before {
  content: "\e93c"; }

.jin-ifont-spanner:before {
  content: "\e93d"; }

.jin-ifont-books:before {
  content: "\e93e"; }

.jin-ifont-calendar:before {
  content: "\e93f"; }

.jin-ifont-coin:before {
  content: "\e940"; }

.jin-ifont-design:before {
  content: "\e941"; }

.jin-ifont-illust:before {
  content: "\e942"; }

.jin-ifont-lock:before {
  content: "\e943"; }

.jin-ifont-mail-send:before {
  content: "\e944"; }

.jin-ifont-movie:before {
  content: "\e945"; }

.jin-ifont-photo:before {
  content: "\e946"; }

.jin-ifont-program:before {
  content: "\e947"; }

.jin-ifont-website:before {
  content: "\e948"; }

.jin-ifont-writer:before {
  content: "\e949"; }

.jin-ifont-coin-cover:before {
  content: "\e94a"; }

.jin-ifont-time:before {
  content: "\e94b"; }
