html {
  color: #000;
  background: #fff;
  font-size: 10px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  box-sizing: border-box;
}

legend {
  color: #000;
}

.bd-btm {
  padding-bottom: 3rem;
  border-bottom: 4px #eee solid;
}

html {
  font-size: 62.5%;
  line-height: 0;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #eee;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #ccc;
  text-shadow: none;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
::placeholder {
  color: #767676;
}

input[type="submit"],
input[type="button"],
button[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button[type="submit"]::-webkit-search-decoration,
button[type="submit"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus,
button[type="submit"]:focus,
button[type="submit"]:focus {
  outline-offset: -2px;
  outline: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1rem 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition: all 0.2s 0s linear;
  opacity: 1;
  box-sizing: border-box;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

ul li {
  list-style: none;
}

.slider {
  width: 70%;
  margin: 0 auto;
}

.slider img {
  width: 100%;
}

.slider .slick-slide {
  height: auto !important;
}

.slider .slick-arrow {
  z-index: 2 !important;
}

.slider .slick-next {
  right: 0 !important;
}

.slider .slick-prev {
  left: 0 !important;
}

.slick-slide {
  margin-right: 0.5vw !important;
  margin-left: 0.5vw !important;
}

.slick-next,
.slick-prev {
  display: none !important;
}

.slideBanner {
  margin-top: 2rem;
}

.slideBanner ul li {
  position: relative;
}

.slideBanner ul li img {
  border-radius: 10px;
}

.slideBanner ul li .update {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  line-height: 22px;
  padding: 0 10px;
  border-radius: 3px;
  font-size: 1.1rem;
}

/*main*/
body {
  position: relative;
  font: 1.6rem/2.5rem sans-serif;
  margin: 0;
  max-width: 480px;
  margin: 0 auto;
  background: #fff;
  color: #222;
  box-sizing: border-box;
  font-display: swap;
}

:root {
  --pink: #444444;
  --grad: linear-gradient(180deg, #ececec 0%, #000000 100%);
  --pink02: #ff6f9a;
  --muted: #f7f7f9;
  --border: #e6e6ea;
  --text: #222;
  --blue: #0066cc;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

.header {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  z-index: 50;
  box-sizing: border-box;
}

main {
  padding-bottom: 80px;
  min-height: calc(100vh - 80px);
  /* margin-top: 60px; */
}

@media (min-width: 480px) {
  .header {
    width: 480px;
  }
}

.logo {
  margin-right: auto;
  font-weight: bold;
  font-size: 18px;
}

.bell,
.search {
  padding: 0 10px;
  font-size: 20px;
}

.bell a,
.search a {
  color: #222;
}
.news {
  margin-top: 60px;
}
.news .news-item a {
  display: block;
  padding: 10px 0;
  color: #bb242a;
  font-weight: 600;
  font-size: 1.3rem;
  background-color: #e9e9e9;
}

.news .news-item a:hover {
  background-color: #eee;
}

.news .news-item a .wrapper {
  display: flex;
  justify-content: flex-start;
}

.news-item .ico-info {
  margin-right: 10px;
}

.news-item .ico-arr {
  margin-left: auto;
}

.banner {
  background: #ffe6e6;
  text-align: center;
  padding: 8px;
  font-size: 14px;
}

section {
  position: relative;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 480px;
  background: #fff;
  border-top: 1px solid #ddd;
  z-index: 30;
}

.footer ul {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 8px 0;
  list-style: none;
}

.footer ul li {
  width: 25%;
}

.footer a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333;
  font-size: 10px;
  text-align: center;
  line-height: 1;
}

.footer a:hover,
.footer a.active {
  color: var(--pink);
}

.footer .ico-ft {
  margin-bottom: 7px;
  display: block;
  font-size: 20px;
}

/* main */
.topMenu {
  margin-top: 2rem;
}

.topTitle {
  font-size: 1.8rem;
  font-weight: 500;
}

.topNav {
  margin-top: 1rem;
}

.topNav ul {
  display: flex;
  justify-content: center;
  border-top: 1px solid #ccc;
  border-bottom: 5px solid #eee;
}

.topNav ul li {
  width: 25%;
  box-sizing: border-box;
}

.topNav ul li + li {
  border-left: 1px solid #ccc;
}

.topNav ul li a {
  display: block;
  padding: 10px 0 5px;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #222;
}

.topNav ul li a .icon {
  margin-bottom: 3px;
  display: block;
  font-size: 25px;
  color: var(--pink);
}

.wrapper,
.fixTitle .inner {
  width: 93%;
  margin: 0 auto;
}

.fixTitle {
  padding: 15px 0;
  background-color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  width: 100%;
}

.fixTitle .titleIco {
  color: var(--pink);
  font-size: 20px;
  margin-right: 10px;
}

.fixTitle {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.2s 0s linear;
  transform: translateY(0);
}

.fixTitle.follow {
  position: sticky;
  top: 52px;
  left: 0;
  transition: all 0.2s 0s linear;
  transform: translateY(0);
}

.genre-item ul {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.genre-item ul li {
  width: 48.5%;
}

.genre-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.genre-item ul li:nth-child(n + 3) {
  margin-top: 10px;
}

.genre-item ul li a .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 10px;
  line-height: 1.2;
}

.genre-item ul li a .inner .arr {
  color: #999;
  font-size: 10px;
}

.category .genre-name {
  display: block;
  width: 100%;
  color: var(--pink);
  font-size: 1.2rem;
  font-weight: 600;
}

.category .no {
  color: #222;
  font-size: 1rem;
}

.btn-more {
  margin-top: 3rem;
}

.btn-more a {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--pink);
  text-align: center;
  border: 1px var(--pink) solid;
  background-color: #fff;
  line-height: 45px;
  height: 45px;
  border-radius: 25px;
}

.btn-more a:hover {
  background-color: #fff6fa;
}

.btn-more .ico-arr {
  font-size: 1.2rem;
  margin-left: 0.8rem;
}

.topTxt {
  margin-top: 1rem;
  font-size: 1.7rem;
  font-weight: 600;
}

.rank-area {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.rank-area .rank-item {
  width: 48%;
}

.rank-area .rank-item:nth-child(n + 3) {
  margin-top: 2rem;
}

.rank-area .rank-item a {
  color: #222;
}

.rank-area .rank-item .imgarea {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.rank-area .rank-item .imgarea:before {
  content: "";
  padding-top: 100%;
  display: block;
}

.rank-area .rank-item .imgarea img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.rank-area .rank-item .imgarea .new,
.rank-area .rank-item .imgarea .time {
  position: absolute;
  display: inline-block;
  line-height: 1.3;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  z-index: 5;
}

.rank-area .rank-item .imgarea .new {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: var(--pink);
  font-size: 1.2rem;
}

.rank-area .rank-item .imgarea .time {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 1.1rem;
}

.capArea {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}

.rankno {
  width: 25px;
  font-size: 16px;
  color: #ccc;
}

.rankno.no1 {
  color: #dcc17c;
}

.rankno.no2 {
  color: #a0aabd;
}

.rankno.no3 {
  color: #d3957a;
}

.capArea .caption {
  width: calc(100% - 25px);
  font-size: 1.4rem;
  line-height: 2rem;
}

.pickup .capArea .caption {
  width: 100%;
}

.textTrim {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  max-height: 44px;
}

.rank-item .icoArea {
  margin-top: 0.5rem;
  display: flex;
  justify-content: left;
  align-items: center;
}

.rank-item .icoArea .userIco {
  position: relative;
  margin-right: 1rem;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  overflow: hidden;
}

.rank-item .icoArea .userIco img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.rank-item .icoArea .txt {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.btnArea {
  margin-top: 0.5rem;
}

.btnArea ul {
  display: flex;
  justify-content: left;
}

.btnArea ul li + li {
  margin-left: 10px;
}

.btnArea ul li button {
  padding: 5px 8px;
  border: 1px #ccc solid;
  border-radius: 8px;
  background-color: transparent;
  color: #333;
}

.btnArea ul li button:hover {
  background-color: transparent;
}

.btnArea ul li button .ico {
  margin-right: 3px;
  color: var(--pink);
}

.creators h3 {
  margin-top: 4rem;
  font-size: 1.6rem;
  font-weight: 600;
}

.creator-list {
  /* margin-top: 1.5rem; */
  /* border-top: 1px solid #ccc; */
  border-bottom: 1px solid #ccc;
}

.creator-list .list-item + .list-item {
  border-top: 1px solid #ccc;
}

.creator-list .list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.creator {
  width: calc(100% - 60px);
}

.creator a {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  height: 100%;
  width: auto;
}

.creator-list .list-item .btnAdd {
  width: 60px;
}

.creator .rankno {
  width: 30px;
}

.creator .userIco {
  position: relative;
}

.creator .userIco .thum {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.creator .userIco .thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.creator .userIco .checked {
  position: absolute;
  bottom: -3px;
  right: -3px;
  color: #15aa86;
  z-index: 5;
}

.creator .cr-name {
  box-sizing: border-box;
  padding-left: 1rem;
  color: #333;
}

.creator .cr-name .name {
  font-size: 1.3rem;
  font-weight: 600;
}

.creator .cr-name .eng {
  font-size: 1.1rem;
  line-height: 1.2;
  color: var(--pink);
}

.creator .cr-name .eng ul {
  display: flex;
  flex-flow: nowrap;
}

.creator .cr-name .eng ul li + li {
  border-left: 1px #ccc solid;
  padding-left: 0.5rem;
}

.creator .cr-name .eng ul li {
  padding-right: 0.5rem;
}

.btnAdd .addfave {
  width: 60px;
  line-height: 33px;
  border: 1px solid var(--pink);
  border-radius: 18px;
  color: var(--pink);
  font-size: 1.2rem;
  background-color: #fff;
  text-align: center;
}

.btnAdd .addfave:hover {
  background-color: #fff6fa;
}

/* archive */
.ftBtn {
  position: fixed;
  bottom: 0;
  padding: 12px 0;
  background-color: #fff;
  border-top: 1px #ccc solid;
  width: 100%;
  max-width: 480px;
  z-index: 50;
}

.ftBtn ul {
  display: flex;
  justify-content: center;
  flex-flow: row nowrap;
}

.ftBtn ul li {
  width: 35%;
}

.ftBtn ul li + li {
  margin-left: 1rem;
}

.ftBtn ul li a {
  font-size: 1.2rem;
  display: block;
  width: 100%;
  line-height: 36px;
  border-radius: 999px;
  font-weight: bold;
  text-align: center;
  border: 1px solid var(--pink);
  color: var(--pink);
}

.ftBtn ul li.tips a {
  color: #fff;
  background: linear-gradient(180deg, #d3d3d3 0%, #000000 100%);
}

.ftBtn ul li.tips a:hover {
  background: #a20036;
}

.ftBtn ul li.inactive a {
  pointer-events: none;
  background-color: #ebebeb;
  color: #999;
  border: none;
}
header.archive + main {
  margin-top: 60px;
}
header.archive,
.subHead {
  /* padding: 12px 0; */
  padding: 18px 0;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 480px;
  background: transparent;
  z-index: 50;
  transition: all 0.2s ease;
}
.subHead {
  padding: 12px 0;
}

header.archive .wrapper,
.subHead .wrapper {
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header.archive .proTitle {
  font-size: 1.5rem;
  font-weight: bold;
  display: none;
}

header.archive.fixed {
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #ccc;
}

header.archive.fixed .proTitle {
  display: inherit;
}

header.archive .icon-btn,
.subHead .icon-btn {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
}

header.archive #backBtn,
header.archive #shareBtn,
header.archive #menuBtn,
.subHead .icon-btn {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

header.archive.fixed #backBtn,
header.archive.fixed #shareBtn,
header.archive.fixed #menuBtn {
  text-shadow: none;
}

header.archive.fixed .icon-btn {
  color: #333;
}

.header-right {
  display: flex;
  gap: 10px;
}

.main-image {
  overflow: hidden;
  width: 100%;
  height: 240px;
}

.main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.profileHead {
  position: relative;
}

.profile-info {
  position: absolute;
  left: 3.5%;
  bottom: -36px;
}

.profile-info .proIco {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 999px;
  border: 3px #fff solid;
}

.proIco .avatar {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.profile-info .proIco img {
}

.profile-info .proIco .verify {
  position: absolute;
  bottom: 0;
  right: -5px;
  font-size: 20px;
}

.proName {
  display: flex;
  justify-content: space-between;
}

.proName .name {
  margin-top: 5rem;
  margin-left: 1.5rem;
}

.proName .name h1 {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.3;
}

.proName .name p {
  font-size: 1.1rem;
  color: #666;
}

.profile-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.avatar {
  width: 65px;
  height: 65px;
  border-radius: 999px;
  object-fit: cover;
}

.verify {
  color: #15aa86;
  font-size: 16px;
  margin-left: 5px;
}

.social-links {
  margin-top: 1rem;
}

.social-links ul {
  display: flex;
  font-size: 17px;
}

.social-links ul li + li {
  margin-left: 1.5rem;
}

.social-links a {
  color: var(--pink);
  text-decoration: none;
}

.social-links a:hover {
  color: #e91e63;
}

.profile .inner {
  width: 86%;
  margin: 0 auto;
}

.stats {
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
  margin-top: 3rem;
}

.stats .cell {
  text-align: center;
  font-size: 1.1rem;
}

.stats .cell strong {
  font-size: 2rem;
  display: block;
}

.bio {
  margin-top: 1.5rem;
  font-size: 14px;
  line-height: 1.8;
}

.profile .bio a {
  color: #ff0d4e;
  text-decoration: none;
}

.ranking {
}

.ranking .dailyranking {
  font-size: 1.3rem;
  margin-bottom: 10px;
  position: relative;
  padding: 0 10px;
}

.ranking .dailyranking:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #ccc;
}

.ranking h2 span {
  position: relative;
  padding: 0 1rem;
  background: #fff;
}

.ranking-grid {
  display: flex;
  justify-content: space-between;
}

.ranking-grid div + div {
  border-left: 1px solid #ccc;
}

.ranking-grid div {
  width: 33%;
  box-sizing: border-box;
  padding: 3px 0;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}

.ranking-grid strong {
  display: block;
  font-size: 1.8rem;
  color: #e91e63;
  font-weight: normal;
}

.ranking-grid strong .small {
  margin-left: 0.2rem;
  font-size: 1.2rem;
  color: #333;
}

.report-btn {
  background: red;
  color: white;
  margin-left: 10px;
}

.bio .bioTrim {
  cursor: pointer;
  position: relative;
  height: 95px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.bio .bioTrim:after {
  content: "…";
  font-size: 1.2rem;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 20px;
}

.bio .bioTrim.is_open:after {
  content: "";
  background-color: transparent;
}

.medialist {
  margin-top: 1rem;
  border-top: 1px #ccc solid;
}

.medialist .postno {
  padding: 1.5rem 0;
  font-size: 1.2rem;
}

.allposts {
  font-size: 1.2rem;
}

.allposts strong {
  font-size: 1.5rem;
}

.postno .video {
  margin-left: 1rem;
}

.postno .photo {
  margin-left: 1rem;
}

.mediacard {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 480px;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 1px;
}

.mediacard li {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.mediacard li a {
  width: 100%;
  height: 100%;
  display: block;
}

.mediacard li:before {
  content: "";
  padding-top: 100%;
  display: block;
}

.mediacard li img,
.mediacard li video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
}

.mediacard .lock {
  left: 4px;
  font-size: 12px;
  color: #fff;
}

.mediacard .pin {
  right: 4px;
  border-radius: 5px;
  font-size: 12px;
  color: var(--pink);
}

.mediacard .lock,
.mediacard .pin {
  position: absolute;
  top: 0px;
  z-index: 5;
}

.mediacard .time,
.mediacard .likes {
  position: absolute;
  bottom: 5px;
  z-index: 5;
}

.mediacard .likes {
  left: 6px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5;
}

.mediacard .likes,
.mediacard .lock {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.mediacard .time {
  right: 5px;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4;
  color: #fff;
  padding: 1px 5px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.9;
}

.menu-btn {
  font-size: 22px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

/* ポップアップメニュー */
.popup-menu {
  display: none;
  padding: 10px 20px;
  position: absolute;
  top: 40px;
  right: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 100;
  min-width: 100px;
}

.menu-item {
  display: block;
  padding: 5px 10px;
  width: 100%;
  border: none;
  background: #fff;
  cursor: pointer;
  text-align: left;
  font-size: 1.4rem;
  box-sizing: border-box;
}

.menu-item:hover {
  background: #f5f5f5;
}

.report {
  color: #ff6666;
}

.search a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 51;
}

.search-box {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 480px;
  height: 100vh;
  background: #fff;
  transition: all 0.3s ease;
  z-index: 200;
  box-sizing: border-box;
}

.search-box .inner {
  padding: 20px;
}

.search-box.open {
  left: 0;
  width: 100%;
}

.search-box input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 14px;
}

/* single */
.mediaContent {
  position: relative;
  background-color: #666;
}

.mediapage {
  width: 100%;
  padding-bottom: 0;
  overflow: hidden;
  background-color: #000;
}

.sectionContainer {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.mediaContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

.mediaContainer video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  display: none;
  z-index: 2;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#seekBar {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  appearance: none;
  height: 6px;
  background: rgb(255 0 0 / 50%);
  /* border-radius: 3px; */
  outline: none;
  cursor: pointer;
  z-index: 40;
}

/* シークバーのつまみ */
#seekBar::-webkit-slider-thumb {
  appearance: none;
  width: 14px;
  height: 14px;
  background: red;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  z-index: 40;
}

#seekBar::-moz-range-thumb {
  width: 14px;
  height: 14px;
  background: red;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  z-index: 40;
}

.sideBtn {
  position: absolute;
  right: 1.5rem;
  bottom: 2rem;
  z-index: 5;
}

.sideBtn a {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  font-size: 25px;
}

.sideBtn ul li {
  position: relative;
  text-align: center;
  line-height: 1.3;
}

.sideBtn ul li .avatar {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.sideBtn ul li .add {
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  color: var(--pink);
}

.sideBtn ul li .add a {
  color: var(--pink);
  font-size: 18px;
}

.sideBtn ul li + li {
  margin-top: 2rem;
}

.sideBtn .no {
  display: block;
  font-size: 1.2rem;
}

.sectionContainer .ftArea {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 10;
  width: 80%;
}

.sectionContainer .ftArea a {
  color: #fff;
}

.ftArea .btn-view a {
  display: inline-block;
  border-radius: 5px;
  padding: 0 10px;
  line-height: 28px;
  color: #fff;
  background: var(--grad);
  font-size: 1.2rem;
  font-weight: bold;
}

.ftArea .btn-view a:hover {
  background: #a20036;
}

.ftArea .name {
  margin-top: 1rem;
  font-size: 1.3rem;
  font-weight: bold;
}

.ftArea .txtTrim {
  margin-top: 1rem;
  cursor: pointer;
  position: relative;
  height: 25px;
  max-height: 180px;
  overflow: hidden;
  transition: all 0.5s ease;
  color: #fff;
  font-size: 1.4rem;
}

.ftArea .txtTrim:after {
  content: "…";
  font-size: 1.2rem;
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 20px;
}

.ftArea .txtTrim.is_open {
  max-height: 180px;
  overflow-y: scroll;
}

.ftArea .txtTrim.is_open:after {
  content: "";
  background-color: transparent;
}

.ftArea .tag {
  margin-top: 1rem;
  list-style: none;
  display: flex;
  justify-content: start;
}

.ftArea .tag li + li,
.ftArea .info li + li {
  margin-left: 1rem;
}

.ftArea .tag li a {
  padding: 0 10px;
  display: block;
  color: var(--pink);
  font-size: 1.2rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  line-height: 23px;
  font-weight: bold;
}

.ftArea .info {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  color: #fff;
}

.ftArea .info .duration {
  font-size: 1.2rem;
  line-height: 23px;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
}

.ftArea .info li:not(.duration) {
  font-size: 1.2rem;
  color: #eee;
}

.ftArea .info .duration .title {
  margin-right: 0.5rem;
}

.btnDrawer {
  color: #fff;
  cursor: pointer;
}

/* drawer */
.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 99;
}

.drawer {
  position: fixed;
  width: 100%;
  max-width: 480px;
  bottom: -80%;
  height: 70%;
  background: #fff;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2);
  transition: bottom 0.5s ease;
  z-index: 100;
  padding: 10px 15px 50px 15px;
  touch-action: none;
  box-sizing: border-box;
}

.contentWrapper {
  display: block;
  height: 100%;
}

.contentWrapper.plan {
  overflow-y: auto;
}

.contentWrapper.comment {
  padding-bottom: 40px;
}

.contentWrapper .commentInner {
  height: 100%;
  overflow-y: auto;
}

.drawer.active {
  bottom: 0;
  border-radius: 0;
}

.swipe {
  text-align: center;
  font-size: 30px;
  color: #ccc;
  cursor: grab;
}

.comment-list .comment-item + .comment-item {
  margin-top: 2rem;
}

.comment-item .comment_header {
  display: flex;
}

.comment_header .comment_avatar,
.post__comment .comment_avatar {
  margin: 0 1rem 0 0;
  padding: 0;
  width: 36px;
  height: 36px;
}

.comment_header .comment_avatar a,
.post__comment .comment_avatar a {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  overflow: hidden;
}

.comment_header .comment_avatar img,
.post__comment .comment_avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comment_header .comment_meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.comment_header .comment_meta span + span {
  margin-left: 1rem;
}

.comment_header .comment_meta .comment_author {
  font-size: 1.2rem;
  font-weight: bold;
}

.comment_header .comment_meta .comment_badge {
  display: inline-block;
  padding: 0 5px;
  font-size: 1rem;
  line-height: 18px;
  border: 1px var(--pink) solid;
  border-radius: 4px;
  color: var(--pink);
  letter-spacing: -1px;
}

.comment_header .comment_meta .comment_time {
  font-size: 1rem;
  color: #999;
}

.comment_body {
  font-size: 1.2rem;
}

.comment_footer {
  display: flex;
  justify-content: flex-start;
  flex-flow: row nowrap;
  font-size: 1.2rem;
  color: #999;
}

.comment_footer li + li {
  margin-left: 1rem;
}

.post__comment {
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px #ccc solid;
  background-color: #fff;
  width: 100%;
  max-width: 480px;
  box-sizing: border-box;
}

.post__comment .commentarea {
  width: calc(100% - 80px);
}

.post__comment .commentarea input,
.post__comment .commentarea input:focus {
  border: 1px solid #ccc;
  outline: none;
}

.post__comment .commentarea input {
  padding: 3px 5px;
  font-size: 1.4rem;
  width: 100%;
  line-height: 1.5;
  box-sizing: border-box;
}

.post__comment form {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
}

.post__comment button {
  padding: 0 1rem;
  width: 40px;
  color: #ccc;
  background-color: #fff;
}

.post__comment .send {
  margin-left: auto;
}

.post__comment .send i {
  transform: rotate(40deg);
}

.plan-card {
  padding: 0;
}

.plan-title {
  font-size: 1.6rem;
  text-align: center;
  color: #444;
  margin-bottom: 15px;
  font-weight: bold;
}

.plan-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ccc;
  padding: 12px 0;
}

.planLeft {
  width: calc(100% - 110px);
}

.planBtn {
  text-align: center;
  width: 100px;
}

.plan-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.badge {
  background: #ff4da6;
  color: #fff;
  font-size: 1.2rem;
  padding: 0 6px;
  border-radius: 4px;
}

.plan-name {
  font-weight: bold;
  color: var(--pink);
  font-size: 1.4rem;
}

.plan-price-row {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
  flex-flow: nowrap;
  align-items: center;
}

.discount {
  display: inline-block;
  background: var(--pink);
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 4px;
}

.discount {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding: 2px 10px;
  border: 2px solid #f8179a;
  border-radius: 24px;
  background-color: #ffffff;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #f8179a;
  font-weight: bold;
}

.discount .first {
  display: inline-block;
  height: 100%;
  background-color: #fee7f1;
  line-height: 1.5;
  padding: 0 5px;
  font-weight: normal;
}

.discount strong {
  font-size: 1.4rem;
}

.discount:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 22%;
  border-style: solid;
  border-width: 9px 7px 0 7px;
  border-color: #f8179a transparent transparent;
  translate: -50% 100%;
  transform: skew(-1deg);
  transform-origin: top;
}

.discount:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 22%;
  border-style: solid;
  border-width: 5.7px 4.5px 0 4.5px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
  transform: skew(-1deg);
  transform-origin: top;
}

.old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 12px;
}

.price {
  margin-left: 1rem;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.price .per {
  font-size: 12px;
  color: #444;
  margin-left: 2px;
}

.count {
  margin-left: 1rem;
  font-size: 1.2rem;
}

.count .lg {
  font-size: 1.5rem;
  font-weight: bold;
}

.btn-join {
  background: var(--grad);
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 1.3rem;
  cursor: pointer;
}

.plan-desc {
  font-size: 1.2rem;
  color: #666;
  margin-top: 6px;
}

.single-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  font-size: 1.4rem;
}

.single-label {
  color: #444;
  font-size: 1.3rem;
}

.single-price {
  font-weight: bold;
  color: #000;
}

.btnBuy {
  width: 100px;
}

.btn-buy {
  width: 100px;
  background: transparent;
  color: #ff4da6;
  border: none;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}

.contentWrapper.plan .card {
  width: 380px;
  border-radius: 10px;
  border: 1px solid var(--border);
  box-shadow: 0 6px 18px rgba(20, 20, 40, 0.04);
  overflow: hidden;
}

.sample {
  margin-top: 2rem;
  padding: 3px 0;
  overflow-x: auto;
}

.sample .mediacard {
  display: flex;
  flex-wrap: nowrap;
  justify-content: unset;
  gap: 5px;
}

.sample .mediacard li {
  min-width: 110px;
  border-radius: 8px;
  overflow: hidden;
}

.contentWrapper.plan .bd {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #ccc;
}

.contentWrapper.plan .planmore {
  font-size: 1.2rem;
}

.planmore .inner {
  margin-top: 1rem;
  border: 1px solid #ccc;
  padding: 1rem;
  border-radius: 5px;
}

.planmore label {
  display: flex;
  align-items: center;
}
.planmore label div {
  margin-left: 1rem;
}

.planprice {
  margin-top: 1rem;
  display: flex;
  justify-content: end;
  align-items: center;
  line-height: 1.5;
}

.planprice span + span {
  margin-left: 8px;
}

.planprice .free {
  padding: 0 5px;
  border: 1px solid var(--pink);
  color: var(--pink);
  border-radius: 3px;
  font-size: 1.2rem;
}

.planprice .line-through {
  text-decoration: line-through;
  font-size: 1.1rem;
  color: #666;
}

.planprice .zero {
  font-size: 1.6rem;
  font-weight: bold;
}

.planprice .zero small {
  font-weight: normal;
}

.contentWrapper.plan .info {
  margin-top: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #666;
}

.contentWrapper.plan .info .help {
  margin-top: 5px;
  color: var(--blue);
}

.help .button-open {
  display: inline-block;
}

.drawer-content {
  display: none;
}
.drawer-content.active {
  display: block;
}

.contentWrapper.plan .card__inner {
  padding: 18px;
}

.contentWrapper.plan .title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 12px;
}

.contentWrapper.plan .carousel {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 14px;
}

.contentWrapper.plan .carousel__thumb {
  width: 64px;
  height: 48px;
  background: #eee;
  border-radius: 6px;
  flex: 0 0 auto;
}

.payment_form,
.confirm {
  padding-top: 1.5rem;
}

.payment_form .planTop {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}

.payment_form .desc {
  margin-top: 2rem;
  position: relative;
  height: 68px;
  overflow: hidden;
  transition: all 0.3s ease;
  font-size: 1.3rem;
  line-height: 1.7;
}

.payment_form .desc:after {
  content: "…";
  font-size: 1.2rem;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 20px;
}

.payment_form .desc.is_open:after {
  content: "";
  background-color: transparent;
}

.payment_form .btnArea {
  margin-top: 0.3rem;
  display: flex;
  justify-content: end;
}

.payment_form .btn-more {
  margin-top: 0;
  padding: 0;
  background: none;
  border: none;
  font-size: 1.3rem;
  color: var(--blue);
}

.payment_form a {
  color: var(--blue);
  text-decoration: underline;
}

.planInfo {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #ccc;
}

.planInfo dl dt {
  color: var(--pink);
  font-weight: bold;
  font-size: 1.4rem;
}

.planInfo dl dd {
  margin-top: 1rem;
  line-height: 2;
  font-size: 1.2rem;
}

.payment-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sr-only {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}

.payment {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.4rem;
  cursor: pointer;
}

.payment input {
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid var(--border);
  margin-right: 12px;
  flex: 0 0 auto;
}

.payment--checked {
  border-color: var(--pink);
  box-shadow: inset 0 0 0 2px rgba(255, 111, 154, 0.06);
}

.payment--checked input {
  border-color: var(--pink);
  background: radial-gradient(
    circle at center,
    var(--pink) 0 40%,
    transparent 41%
  );
}

.payment__label {
  flex: 1;
}

.payment__logo {
  flex: 0 0 72px;
  text-align: right;
}

.payment__logo img {
  height: 22px;
}

.price-row {
  text-align: right;
  margin-top: 1.5rem;
  line-height: 1.3;
}

.price {
  font-weight: 700;
  font-size: 1.6rem;
}

.price small {
  font-weight: 400;
  font-size: 1.2rem;
  color: #666;
}

.confirm dt {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}

.confirm dd {
  margin-top: 1.5rem;
  padding: 1rem;
  border-radius: 10px;
  background-color: #fee7f1;
}

.checks {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.checks label {
  display: flex;
  align-items: first;
  gap: 10px;
  font-size: 1.2rem;
  line-height: 1.8;
}

.checks input[type="checkbox"],
.planmore input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 1px var(--pink02) solid;
  accent-color: var(--pink);
}

.contentWrapper.plan .note {
  margin-top: 1.5rem;
  padding: 1rem;
  background-color: #fee7f1;
  border-radius: 8px;
  font-size: 1.3rem;
}
.contentWrapper.plan .note .pink {
  font-weight: bold;
  color: var(--pink);
}

.contentWrapper.plan .warn {
  margin-top: 2rem;
  text-align: center;
  color: #ee004f;
  font-size: 1.2rem;
}
.contentWrapper.plan .actions {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.contentWrapper.plan .btn {
  font-size: 1.2rem;
  display: block;
  width: 100%;
  line-height: 36px;
  border-radius: 999px;
  font-weight: bold;
  text-align: center;
  border: 1px solid var(--pink);
  color: var(--pink);
}

.contentWrapper.plan .btn--primary {
  font-size: 1.2rem;
  display: block;
  width: 100%;
  line-height: 36px;
  border-radius: 999px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: var(--grad);
}

.contentWrapper.plan .btn[disabled] {
  pointer-events: none;
  background: #ebebeb;
  color: #999;
  border: none;
}

/* slick slider */
.slideGallery .slick-slide {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.slideGallery .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.slideGallery .slick-slide img {
  height: 100vh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}

.button-open {
  display: block;
  cursor: pointer;
}

/* modal window */
.modal-window {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 480px;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 110;
  padding: 0;
  box-sizing: border-box;
}

.button-close {
  cursor: pointer;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /* background-color: rgba(255, 255, 255, 0.8); */
  width: 100vw;
  height: 100vh;
  z-index: 100;
}

.overlay.dark {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  z-index: 100;
}

.modal-window.half {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  height: 300px;
  max-width: 440px;
  background-color: fff;
  border-radius: 5px;
  z-index: 110;
  padding: 2rem;
  box-sizing: border-box;
  overflow-y: auto;
}

.modal-window .modalTitle {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.modal-window .txt {
  margin-top: 1rem;
  font-size: 1.2rem;
}

.no_scroll {
  overflow: hidden;
}

.searchHead {
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
}

.searchform {
  display: flex;
  justify-content: space-between;
}

.searchform .button-close {
  padding: 1rem 0;
  box-sizing: border-box;
  font-size: 20px;
  border: none;
  background-color: transparent;
}

.searchform .button-close:hover {
  background-color: transparent;
}

.sform {
  width: calc(100% - 45px);
  display: flex;
  justify-content: left;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.sform .sicon {
  font-size: 16px;
  line-height: 2rem;
  padding: 0 0.8rem;
}

.sform input {
  border: none;
  outline: none;
  line-height: 2rem;
  width: 100%;
  background-color: transparent;
}

.sform input:focus {
  border: none;
}

.sform.focus {
  border: 1px solid var(--pink);
}

.sform.focus .sicon {
  color: var(--pink);
}

/* infinite scroll */

.pagination {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.pagination ul li + li {
  margin-top: 2rem;
}

.pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: #d9d9d9;
  text-align: center;
}

.pagination .dli-arrow-up {
  display: inline-block;
  vertical-align: middle;
  color: #444;
  line-height: 1;
  position: relative;
  width: 0.3em;
  height: 36px;
  background: currentColor;
}

.pagination .dli-arrow-up::before {
  content: "";
  width: 1.3em;
  height: 1.3em;
  border: 0.3em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
  position: absolute;
  top: -0.05em;
  right: 50%;
  box-sizing: border-box;
}

.pagination .dli-arrow-down {
  display: inline-block;
  vertical-align: middle;
  color: #444;
  line-height: 1;
  position: relative;
  width: 0.3em;
  height: 36px;
  background: currentColor;
}

.pagination .dli-arrow-down::before {
  content: "";
  width: 1.3em;
  height: 1.3em;
  border: 0.3em solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -0.05em;
  box-sizing: border-box;
}

.loader-ellips {
  font-size: 20px;
  position: relative;
  width: 40px;
  height: 10px;
  margin: 20px auto;
}

.loader-ellips__dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #555;
  position: absolute;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}

.loader-ellips__dot:nth-child(3) {
  left: 15px;
}

.loader-ellips__dot:nth-child(4) {
  left: 30px;
}

@keyframes reveal {
  from {
    transform: scale(0.001);
  }

  to {
    transform: scale(1);
  }
}

@keyframes slide {
  to {
    transform: translateX(15px);
  }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

/* stylelint-disable-next-line no-duplicate-selectors */
.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

/*# sourceMappingURL=style.css.map */
.site-menu-page {
  margin-top: 60px;
  padding-bottom: 0;
}
