@charset "utf-8";
/* 
 * -------------------------------------------------- */
/* index
 * -------------------------------------------------- */
i, em {
  font-style: normal;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
  line-height: normal;
}
.page {
  font-size: 14px;
  padding: 0;
}
.container {
  width: 100%;
}
.content {
  width: 100%;
}
.index {
  background: #3b372d;
  background-image: url("../../images/index/index-hero.jpg");
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  font-size: 0;
  text-align: center;
  vertical-align: middle;
}
.index .index-hero {
  display: block;
  margin: auto;
  max-width: 940px;
  position: relative;
  height: 260px;
  width: 100%;
}
.index .index-hero img {
  position: absolute;
  top: 50%;
  right: 150px;
  transform: translateY(-50%);
}
.pinkBtn, .purpleBtn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  white-space: nowrap;
}
.pinkBtn {
  background: #ff7c7c;
  background-image: -ms-linear-gradient(top, #ff7c7c 0%, #f16060 100%);
  background-image: -moz-linear-gradient(top, #ff7c7c 0%, #f16060 100%);
  background-image: -o-linear-gradient(top, #ff7c7c 0%, #f16060 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff7c7c), color-stop(1, #f16060));
  background-image: -webkit-linear-gradient(top, #ff7c7c 0%, #f16060 100%);
  background-image: linear-gradient(to bottom, #ff7c7c 0%, #f16060 100%);
}
.purpleBtn {
  background: #6666cc;
  background-image: -ms-linear-gradient(top, #6666cc 0%, #5b5bb8 100%);
  background-image: -moz-linear-gradient(top, #6666cc 0%, #5b5bb8 100%);
  background-image: -o-linear-gradient(top, #6666cc 0%, #5b5bb8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6666cc), color-stop(1, #5b5bb8));
  background-image: -webkit-linear-gradient(top, #6666cc 0%, #5b5bb8 100%);
  background-image: linear-gradient(to bottom, #6666cc 0%, #5b5bb8 100%);
}
.pinkBtn:hover {
  color: #FF0;
  background: #ff7c7c;
}
.purpleBtn:hover {
  color: #FF0;
  background: #6666cc;
}
section.catchmegals {
  font-size: 0;
}
section.catchmegals * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section.catchmegals > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-flow: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 10px auto 0;
  padding: 0;
  max-width: 960px;
  width: 100%;
}
section.catchmegals > ul > li {
  padding: 0 5px 10px;
  width: calc(100% / 5);
}
section.catchmegals a, section.catchmegals a:hover {
  text-decoration: none;
}
section.catchmegals a:hover {
  color: #FF0;
}
section.catchmegals img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}
section.catchmegals .gal {
  background: #b5ad9b;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #333;
  display: block;
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  margin: -24px 0 0;
  max-width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  width: 100%;
}
section.catchmegals i {
  font-style: normal;
  margin: auto;
  vertical-align: top;
}
section.catchmegals i.gal-name {
  display: inline-block;
  max-width: 128px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section.moregals {
  text-align: center;
}
section.moregals .pinkBtn {
  color: #FFF;
  font-size: 1.125rem;
  line-height: 3.0rem;
  margin: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 280px;
}
.tweetbox {
  background: #FFF;
  border: solid 1px #CCC;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  font-size: 11px;
  margin: 0;
  padding: 0 0 10px;
  position: fixed;
  z-index: 2;
  top: 120px;
  right: 10px;
  height: 240px;
  width: 300px;
}
.tweets-header {
  background: #E5E5E5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: solid 1px #CCC;
  font-size: 13px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0 9px;
  vertical-align: middle;
}
a.more {
  color: #333;
  font-size: 12px;
  float: right;
  font-weight: normal;
  line-height: 30px;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}
.tweets {
  margin: 0;
  background: #FFF;
  border-top: none;
  height: 200px;
  overflow: auto;
  width: 100%;
}
.tweet {
  border-bottom: solid 1px #CCC;
  padding: 6px 9px;
}
.tweet:hover {
  background: #ffffe5;
}
.tweet ul {
  list-style: none;
}
.tweet img, .tweet img.attachment {
  height: 30px;
  width: 30px;
  float: right;
}
.tweet .name {
  font-weight: bold;
  font-size: 12px;
}
.tweet .entry {
  text-align: justify;
  width: 100%;
  overflow: hidden;
}
.stream-loading {
  text-align: center;
}
#tweet_loading img, .loading img, .stream-loading img {
  height: auto;
  width: auto;
}
#joinHome {
  background: #999;
  border: solid 1px #666;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  font-size: 0;
  height: 640px;
  left: 10px;
  overflow: hidden;
  position: fixed;
  text-align: center;
  top: 120px;
  width: 300px;
  z-index: 2;
}
#joinHome .join-home-header {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
#joinHome .join-home-body {
  height: 580px;
}
#joinHome .join-home-footer {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
#joinHome .join-home-footer a {
  color: #FF0;
}
#joinHome iframe {
  border-radius: 6px;
  height: 580px;
  width: 100%;
}
.join-buttons {
  margin: 10px 0 0;
  padding: 0 0 10px;
  text-align: center;
}
.join-buttons a {
  background: #6666cc;
  background-image: -ms-linear-gradient(top, #6666cc 0%, #5b5bb8 100%);
  background-image: -moz-linear-gradient(top, #6666cc 0%, #5b5bb8 100%);
  background-image: -o-linear-gradient(top, #6666cc 0%, #5b5bb8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6666cc), color-stop(1, #5b5bb8));
  background-image: -webkit-linear-gradient(top, #6666cc 0%, #5b5bb8 100%);
  background-image: linear-gradient(to bottom, #6666cc 0%, #5b5bb8 100%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  display: inline-block;
  font-size: 1.0rem;
  line-height: 3.0rem;
  margin: 0 10px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 130px;
}
.join-buttons a:hover {
  background: #6666cc;
  color: #FF0;
}
.campaign-space {
  font-size: 0;
  margin: 10px auto;
  max-width: 950px;
  text-align: center;
}
.campaign-space img {
  max-width: 100%;
  width: 100%;
}
.campaign-space img.desktop {
  display: block;
}
.campaign-space img.mobile {
  display: none;
}
/* 
 * -------------------------------------------------- */
/* 202405xx
 * -------------------------------------------------- */
.hero *, .about *, .how *, .safety *, .join *, .campaign * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section.gals, .how, .join {
  background-color: rgb(234, 227, 215);
}
.hero {
  background-color: rgba(255, 255, 255, 1.0);
  background-image: url("../../images/index/2024/bg-hero.jpg");
  background-position: center top;
  position: relative;
  text-align: center;
}
.hero::after {
  background-color: rgba(255, 255, 255, 0.875);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.hero__container {
  margin: auto;
  max-width: 950px;
  position: relative;
  z-index: 1;
}
.hero__container::after {
  content: "";
  display: block;
  clear: both;
}
.hero__gal {
  overflow: hidden;
  text-align: left;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.hero__gal img {
  max-height: 25rem;
  animation-name: gal;
  animation-duration: 4s;
}
@keyframes gal {
  from {
    opacity: 0;
    margin-left: 10rem;
  }
  to {
    opacity: 1;
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .hero__gal::after {
    background-color: rgba(255, 255, 255, 0.75);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
}
.hero__bubble {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .hero__bubble {
    display: block;
    position: absolute;
    top: 2rem;
    left: 21rem;
    z-index: 2;
  }
  .hero__bubble img {
    width: 200px;
    animation-name: bubble;
    animation-duration: 4s;
  }
  .hero__promo {
    display: none;
  }
}
@keyframes bubble {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hero__content {
  float: right;
  max-width: 28.75rem;
  padding: 2.0rem 0;
  width: 100%;
  position: relative;
  z-index: 2;
}
.hero__h1, .hero__h2 {
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.9);
}
.hero__h1 {
  font-size: 1.0rem;
}
.hero__logo img {
  max-width: 12rem;
}
.hero__h2 {
  font-size: 1.0rem;
  margin: 1.0rem;
}
.hero__login {
  margin: 1.0rem;
}
.free-join-buttons {
  display: flex;
  list-style: none;
  margin: 0 0 1.0rem;
  padding: 0 0.5rem;
  text-align: center;
  width: 100%;
}
.free-join-buttons > li {
  padding: 0 0.5rem;
  width: 50%;
}
.campaign {
  background-color: rgba(206, 206, 206, 1.00);
  padding: 1.0rem
}
.campaign .campaign-space {
  margin: auto;
}
section.gals > ul {
  margin: auto;
  padding: 1.0rem 0.5rem 0;
  max-width: 982px;
  width: 100%;
}
section.gals > ul > li {
  padding: 0 0.5rem 1.0rem;
  position: relative;
}
.gals__status, .gals__info {
  font-size: 0.75rem;
  height: 2.0rem;
  line-height: 2.0rem;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  pointer-events: none;
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
}
.gals__status {
  bottom: 3.0rem;
}
.gals__status .online {
  background-color: rgba(50, 195, 186, 0.6);
  color: #FFF;
  padding: 0.25rem 0.5rem;
}
.gals__info {
  border-radius: 0 0 5px 5px;
  bottom: 1.0rem;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFF;
}
.gals__info .age::before {
  content: "(";
  margin: 0 0 0 0.1rem;
}
.gals__info .age::after {
  content: ")";
}
.about, .how, .safety, .join, .posts {
  padding: 3.0rem 0;
}
.about__h1, .how__h1 {
  padding: 0 1.0rem;
}
.about, .safety, .posts {
  background-color: #FFF;
}
.about * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.about img {
  border: 1px solid #333;
  display: block;
  margin: auto;
  max-width: 100%;
}
.about img.mobile {
  display: none;
}
@media only screen and (max-width: 480px) {
  .about img.mobile {
    display: block;
  }
  .about img.desktop {
    display: none;
  }
}
.about__header {
  margin: auto;
  padding: 0 1.0rem;
  text-align: center;
}
.about__content {
  font-size: 1.1rem;
  margin: 0 auto;
  max-width: 61.375rem;
  padding: 1.0rem 1.0rem 0;
  text-align: justify;
  width: 100%;
}
.how__h2 {
  padding: 0 1.0rem;
}
.how__list, .safety__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0 1.0rem;
}
.how__list > li, .safety__list > li {
  padding: 0 0.5rem 1.0rem;
  text-align: center;
  width: calc(100% / 3);
}
@media only screen and (max-width: 640px) {
  .how__list > li, .safety__list > li {
    width: calc(100% / 1);
  }
}
.how__img {
  font-size: 0;
}
.how__img i {
  color: rgba(138, 150, 163, 1.0);
  font-size: 4.0rem;
}
.how .kakko::before {
  content: "『";
  margin: 0 0 0 -5px;
}
.how .kakko::after {
  content: "』";
  margin: 0 -5px 0 0;
}
.safety img {
  margin: 0 0 0.5rem;
  max-width: 16rem;
  width: 100%;
}
.join {
  background-image: url("../../images/index/2024/bg-join.jpg");
  background-position: center;
  text-align: center;
}
.join__h2 {
  color: #4d4d99;
}
.join__h2 em {
  color: #bd4040;
  font-style: normal;
  margin: 0 0 0 0.5rem;
}
.join__h3 {
  margin: 1.0rem 0;
}
.posts {
  background-image: url("../../images/index/2024/bg-posts.jpg");
  background-position: center;
}
.posts__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.posts__item {
  font-size: 1.0rem;
  margin: 1.0rem;
  padding-left: 1em;
  text-indent: -1em;
  text-align: justify;
}
.posts__item::before {
  content: "\e979";
  font-family: "fontello";
  margin-right: 0.25em;
}
.posts__item::after {
  content: "";
  display: block;
  clear: both;
}
.posts__item br, .posts__item br::after {
  content: "";
  display: none;
}
.posts__item img {
  display: none;
}
.posts__item span, .posts__item div, .posts__item p {
  display: inline !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: normal !important;
  margin: 0 !important;
}
.posts .timestamp {
  color: #666;
  float: right;
  font-size: 0.8rem !important;
}
/* 
 * -------------------------------------------------- */
/* layout
 * -------------------------------------------------- */
.u-container {
  margin: auto;
  max-width: 982px;
  width: 100%;
}
/* 
 * -------------------------------------------------- */
/* components
 * -------------------------------------------------- */
.btn {
  background: none;
  background-color: transparent;
  border: none;
  border-radius: 5px;
  color: #FFF !important;
  cursor: pointer;
  display: inline-block;
  font-size: 1.0rem;
  line-height: 3.0rem;
  height: 3.0rem;
  overflow: hidden;
  padding: 0 1.0rem;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.btn:hover, .btn:focus {
  color: #FF0 !important;
  opacity: 0.8;
  text-decoration: none;
}
.btn-block {
  display: block;
}
.btn-primary {
  background-color: rgba(102, 102, 204, 1.00);
}
.btn-secondary {
  background-color: rgba(240, 82, 82, 1.00);
}
.btn-light {
  background-color: rgba(138, 150, 163, 1.0);
}
.c-join {
  margin: 0 auto;
  max-width: 950px;
  padding: 1.0rem 0 0;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .c-join .free-join-buttons {
    display: block;
  }
  .c-join .free-join-buttons > li {
    padding: 0;
    width: 100%;
  }
  .c-join .free-join-buttons > li:first-child {
    margin: 0 0 1.0rem;
  }
}
.c-join__promo, .c-join__promo a {
  color: rgba(59, 55, 45, 1.00);
}
.c-join__promo {
  font-size: 1.0rem;
  padding: 0 1.0rem;
}
/* 
 * -------------------------------------------------- */
/* utilities
 * -------------------------------------------------- */
.text-h1, .text-h2 {
  font-weight: 600;
  margin: 0 0 1.0rem;
  text-align: center;
}
.text-h2 em {
  font-style: normal;
}
.text-h1 {
  color: rgba(59, 55, 45, 1.00);
  font-size: 2.0rem;
}
.text-h2 {
  font-size: 1.5rem;
}
.text-h3 {
  font-size: 1.1rem;
  font-weight: 500;
}
.text-p {
  font-size: 0.8rem;
}
@media only screen and (max-width: 480px) {
  .text-h1 {
    font-size: 1.5rem;
  }
  .text-h2 {
    font-size: 1.2rem;
  }
}
/* 
 * -------------------------------------------------- */
/* laptop (HD)
 * -------------------------------------------------- */
@media only screen and (max-width: 1560px) {
  /* 
 * -------------------------------------------------- */
  .tweetbox {
    bottom: inherit;
    position: relative;
    margin: 0 auto 10px;
    max-width: 950px;
    top: inherit;
    right: inherit;
    width: auto;
    z-index: 1;
  }
  #joinHome {
    border: none;
    bottom: auto;
    height: auto;
    left: auto;
    margin: 10px auto;
    max-width: 950px;
    padding: 10px;
    position: relative;
    width: auto;
    top: auto;
  }
  #joinHome .join-home-body {
    height: auto;
  }
  /* 
 * -------------------------------------------------- */
}
/* 
 * -------------------------------------------------- */
/*
 * -------------------------------------------------- */
/* tablets (landscape-ipad-pro10.5=1112x834px)
 * -------------------------------------------------- */
@media only screen and (max-width: 1112px) {
  /*
 * -------------------------------------------------- */
  iframe {
    -webkit-overflow-scrolling: touch !important;
    overflow: auto !important;
  }
  /*
 * -------------------------------------------------- */
}
/*
 * -------------------------------------------------- */
/* smartphones (landscape-iphone12=844px)
 * -------------------------------------------------- */
@media only screen and (max-width: 844px) {
  /*
 * -------------------------------------------------- */
  .content {
    margin: 60px 0;
  }
  .index .index-hero img {
    right: 40px;
  }
  .clearfix::before, .clearfix::after {
    content: "";
    display: block;
    clear: both;
  }
  .campaign-space {
    margin: 10px;
  }
  section.catchmegals > ul {
    padding: 0 5px;
  }
  section.catchmegals > ul > li {
    width: calc(100% / 4);
  }
  /* section.catchmegals > ul > li:nth-last-child(1), section.catchmegals > ul > li:nth-last-child(2) {
 *     display: none;
 *       } */
  .tweetbox {
    margin: 0 10px 10px;
  }
  #joinHome {
    margin: 10px;
  }
  /*
 * -------------------------------------------------- */
}
/*
 * -------------------------------------------------- */
/* tablets (portrait-ipad-pro10.5=834px)
 * -------------------------------------------------- */
@media only screen and (max-width: 834px) {
  /*
 * -------------------------------------------------- */
  /*
 * -------------------------------------------------- */
}
/* 
 * -------------------------------------------------- */
/* smartphones (landscape-iphone5=568px)
 * -------------------------------------------------- */
@media only screen and (max-width: 568px) {
  /* 
 * -------------------------------------------------- */
  .index .index-hero-desktop {
    background-size: cover;
    height: 140px;
  }
  /* 
 * -------------------------------------------------- */
}
/*
 * -------------------------------------------------- */
/* smartphones (portrait-huawei-mediapad=432x768px=css-pixel-ratio:2.5)
 * -------------------------------------------------- */
@media only screen and (max-width: 432px) {
  /*
 * -------------------------------------------------- */
  .index {
    background-size: cover;
  }
  .index .index-hero {
    height: 160px;
  }
  .index .index-hero img {
    height: 140px;
    right: 20px;
  }
  .campaign-space img.desktop {
    display: none;
  }
  .campaign-space img.mobile {
    display: block;
  }
  section.catchmegals > ul > li {
    width: calc(100% / 2);
  }
  section.searchbar input, section.searchbar input[type="text"], section.searchbar select {
    font-size: 14px;
    text-align: center;
    text-indent: inherit;
  }
  /*
 * -------------------------------------------------- */
}
/*
 * -------------------------------------------------- */
/* smartphones (portrait-iphone12promax=428px)
 * -------------------------------------------------- */
@media only screen and (max-width: 428px) {
  /*
 * -------------------------------------------------- */
  /*
 * -------------------------------------------------- */
}
/*
 * -------------------------------------------------- */
/* smartphones (portrait-iphone8plus=414px)
 * -------------------------------------------------- */
@media only screen and (max-width: 414px) {
  /*
 * -------------------------------------------------- */
  /*
 * -------------------------------------------------- */
}
/*
 * -------------------------------------------------- */
/* smartphones (portrait-iphone12/12pro=390px)
 * -------------------------------------------------- */
@media only screen and (max-width: 390px) {
  /*
 * -------------------------------------------------- */
  /*
 * -------------------------------------------------- */
}
/*
 * -------------------------------------------------- */
/* smartphones (portrait-iphone8/12mini=375px)
 * -------------------------------------------------- */
@media only screen and (max-width: 375px) {
  /*
 * -------------------------------------------------- */
  /*
 * -------------------------------------------------- */
}
/*
 * -------------------------------------------------- */
/* smartphones (portrait-android=360x640px)
 * -------------------------------------------------- */
@media only screen and (max-width: 360px) {
  /*
 * -------------------------------------------------- */
  /*
 * -------------------------------------------------- */
}
/*
 * -------------------------------------------------- */
/* smartphones (portrait-iphone4/5/se=320px)
 * -------------------------------------------------- */
@media only screen and (max-width: 320px) {
  /*
 * -------------------------------------------------- */
  section.catchmegals i.gal-name {
    max-width: 100px;
  }
  /*
 * -------------------------------------------------- */
}
/*
 * -------------------------------------------------- */
/*
 * -------------------------------------------------- */
