@charset "UTF-8";
/* カラー *-START-* ----------------------------------------------------------------------------------*/
/* ブレイクボイント定義  ----------------------------------------------------------------------------------*/
/* 未満 ------------------------------------------------*/
/* 以上 -------------------------------------------------*/
a{
  color: #fff;
}
.pop__input {
  display: none;
}
.pop__input:checked ~ .pop__overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.pop__overlay {
  display: flex;
  justify-content: flex-end;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0s 0.5s;
  transition: opacity 0.5s, -webkit-transform 0s 0.5s;
  -o-transition: opacity 0.5s, transform 0s 0.5s;
  transition: opacity 0.5s, transform 0s 0.5s;
  transition: opacity 0.5s, transform 0s 0.5s, -webkit-transform 0s 0.5s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.pop__trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.pop__content {
  position: relative;
  align-self: flex-start;
  width: 100%;
  max-width: 1024px;
  padding: 32px 8px 40px 8px;
  box-sizing: border-box;
  background: #3E0C0C;
  line-height: 1.4em;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin: 0;
  border-radius: 0;
  max-height: 90%;
}
@media (min-width: 1024px) {
  .pop__content {
    align-self: center;
    border-radius: 16px;
    margin: 16px auto;
  }
}
.pop__btn--close {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
  color: #ffffff;
}
.pop__btn--open {
  position: relative;
  top: 2px;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 3px 0 5px 0;
  color: #ffffff;
}
.pop__btn--open .icon-text {
  font-size: 10px;
}
.pop__btn--open .fa-search {
  font-size: 24px;
  margin: 0 0 3px 0;
}
.pop__scroll {
  max-height: 500px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 796px) {
  .pop__scroll {
    max-height: 800px;
  }
}
@media (max-width: 795px) {
  .pop .wrap {
    padding: 0;
  }
}
.pop .wrap__heading--search::before {
  padding: 0 6px;
}
.pop .wrap__heading--folder::before {
  padding: 0 6px;
}
.pop-nav__list {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 0;
}
.pop-nav__item {
  width: 100%;
  padding: 8px 8px;
  border-bottom: solid 1px #fff;
}
.pop-nav__link {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
}
.pop-nav__link:hover {
  color: #d26888;
}
.pop-nav__link--icon {
  color: #fff;
  margin-left: 6px;
}
.pop-nav__text .fa-solid {
  margin-right: 4px;
}

.header {
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
  margin: 0;
}
.header__list {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
.header__logo img {
  width: 100px;
}
.header__icon {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #380B0B;
  padding: 4px 6px;
  border-radius: 4px;
}
.header__icon .fa-solid {
  font-size: 32px;
  color: #ffffff;
}
.header__text {
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
}

.search {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;}
.search__area {
  padding: 24px 0;
}
.search__box {
  color: #fff;
  border-radius: 4px 0px 0 4px;
  -webkit-appearance: none;
  display: inline-block;
  margin-right: 0;
  padding: 10px;
  height: 40px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  background: #3E0C0C;
  width: 100%;
}
.search__button {
  -webkit-appearance: none;
  display: inline-block;
  padding: 0;
  height: 40px;
  vertical-align: top;
  border: none;
  color: #FF8686;
  background: #3E0C0C;
  position: relative;
  right: 6px;
  font-size: 18px;
  border-radius: 4px;
  padding-right: 4px;;
}

.nav {
  background-color: #D95546;
  width: 100%;
  box-sizing: border-box;
}
.nav__list {
  background-color: #D95546;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (min-width: 1024px) {
  .nav__list {
    max-width: 1024px;
    margin: 0 auto;
  }
}
.nav__link {
  padding: 12px 0;
  font-size: 12px;
  color: #ffffff;
  display: block;
}
@media (min-width: 1024px) {
  .nav__link {
    font-size: 14px;
  }
}
.nav__link:hover {
  color: #d26888;
  opacity: 1;
}
.nav .fa-solid {
  margin-right: 2px;
}
.orange3{
font-size: 24px;
color: #3E0C0C;
}
.mainheadtitle {
  margin-left: 8px;
  padding-top: 5px;
  padding-bottom: 4px;
  text-align: start;
  font-size: 20px;
color: #fff;
font-weight: bold;
letter-spacing: 4px;
}
.mainheadtitle2 {
    padding-top: 11px;
    padding-bottom: 4px;
    text-align: start;
    font-size: 16px;
  color: #D95546;
  font-weight: bold;
  letter-spacing: 4px;
}
.mainheadtitle2 span{
    background: #000000;
    color:#fff;
    padding: 5px 8px;
    border-radius: 16px;
    margin-right: 4px;
    letter-spacing: 0px;
}
.mainheadtitle  span{
    background: #fff;
    color:#D95546;
    padding: 5px 6px;
    border-radius: 16px;
    margin-right: 4px;
    letter-spacing: 0px;
}
.mainheadtitle_sub{
    display: flex;
    align-items: center;
    background: #D95546;
    color: #fff;
    font-size: 14px;
    padding: 4px 8px;
    position: relative;
}
.mainheadtitle_sub_text{
    letter-spacing: 16px;
    font-size: 18px;
    margin-left: 4px;
    line-height: 19px;
}
.mainheadtitle_sub img{
    position: absolute;
    top: 0;
    right: 24px;
    width: 105px;
}
.headline2 {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 22px;
  margin: 32px 0 16px 0;
  background: #D95546;
}
.headline2 .fa-solid {
  margin-right: 4px;
  color: #D95546;
}
.headline2__text {
  font-weight: bold;
  color: #ffffff;
}
.headline2__text--small {
  color: #606060;
  font-weight: normal;
  font-size: 13px;
}
.headline4 {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 8px;
  margin: 32px 0 8px 0;
  background-color: #fff;
  border-radius: 4px;
}
.headline4__text {
  font-size: 18px;
  color: #D95546;
  font-weight: normal;
}
.headline4__text span{
  background: #D95546;
  color: #fff;
  padding: 5px 6px;
  border-radius: 16px;
  margin-right: 4px;
  letter-spacing: 0px;
}
.headline4__link {
  font-size: 10px;
  color: #D95546;
  border-bottom: 1px solid #D95546;
}
.headline__play {
  margin: 32px 0 8px 0;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding: 0 8px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headline__play .fa-solid {
  font-size: 14px;
}
.headline__list {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: 18px;
  margin: 32px 0 16px 0;
  padding: 0 8px;
}
.headline__list--text {
  text-align: center;
}
.headline__list--caption {
  color: #d26888;
  font-weight: normal;
  font-size: 13px;
}

.movie {
  padding: 0;
  margin: 8px 0 60px 0;
}
.movie__rank .movie__item {
  counter-increment: rank;
}
.movie__rank .movie__item::after {
  content:counter(rank);
  font-size: 12px;
  font-weight: normal;
  background-color: #000000;
  color: #ffffff;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  left: 4px;
}
.movie__rank .movie__item:nth-child(1)::after {
  background-color: rgb(213, 157, 14) !important;
}
.movie__rank .movie__item:nth-child(2)::after {
  background-color: rgb(92, 92, 92) !important;
}
.movie__rank .movie__item:nth-child(3)::after {
  background-color: rgb(157, 69, 21) !important;
}
.movie__btn {
  max-width: 350px;
  width: 100%;
  margin: 16px auto;
  padding: 8px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.movie__btn--item {
  padding: 0 8px;
  margin: 0;
  box-sizing: border-box;
}
.movie__btn--link {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 13px;
  font-weight: normal;
  color: #606060;
}
@media (min-width: 500px) {
  .movie__btn--link {
    font-size: 15px;
  }
}
.movie__btn--link .fa-solid {
  margin-right: 4px;
}
.movie__btn--link:hover {
  color: #d26888;
}
.movie__btn--active {
  color: #ffffff !important;
  border-bottom: 3px solid #ffffff;
  font-weight: bold;
}
.movie__list {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 4px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.movie__item {
  padding: 0 4px;
  margin: 8px 0 32px 0;
  width: 50%;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 500px) {
  .movie__item {
    width: 33.3%;
  }
}
@media (min-width: 796px) {
  .movie__item {
    width: 33.3%;
  }
}
@media (min-width: 1024px) {
  .movie__item {
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .movie__item {
    width: 20%;
  }
}
.movie__pickup__item{
  width: 100%;
  display: flex;
  padding: 0 4px;
  margin: 8px 0 8px 0;
  box-sizing: border-box;
  position: relative;
  border-bottom: solid 2px #f2d1e3;
}
.movie__pickup_thumb{
  position: relative;
  width:40%;
  margin-right: 4px;
  display: block;
}
.movie__pickup_thumb img{
  object-fit: cover;
  max-width: 240px;
  min-height:140px ;
  min-width: 150px;
  min-height:80px ;
  width: 100%;
  height: 100%;
}
.movie_box{
  width: 60%;
}
@media (min-width: 500px) {

}
@media (min-width: 796px) {
  .movie_box{
    width: 100%;
  }
  .movie__pickup_thumb{
    width: auto;
  }
}
@media (min-width: 1024px) {
}
@media (min-width: 1400px) {
}
.more{
  font-size: 14px;
    text-align: end;
    display: block;
    font-weight: bold;
    margin-top: 10px;
}
.movie__pickup_text{
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  box-sizing: border-box;
  margin-left: 4px;
}
.movie__item img {
  width: 100%;
  height: auto;
}
.movie__link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
.movie__thumb {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 0;
  margin: 0;
}
.movie__label {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0px;
  padding: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(210, 104, 136, 0.7);
  color: #ffffff;
  font-size: 10px;
  font-weight: normal;
  height: 20px;
}
.movie__label2{
  bottom: 5px !important;
}
.movie__label--view {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 8px;
  box-sizing: border-box;
}
.movie__label--view .fa-solid {
  margin-right: 2px;
}
.movie__label--good {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.movie__label--good .fa-solid {
  margin-right: 2px;
}
.movie__text {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}
.movie__text--top {
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 6px;
  line-height: 1;
  position: relative;
}
.movie__text--bottom {
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1;
  position: relative;
  margin-bottom: 6px;
}
.movie__text--character {
  background: #fff;
  border-radius: 8px;
  font-size: 11px;
  font-weight: bold !important;
  padding: 2px;
  font-weight: normal;
  color: #FF8686;
  margin-right: 4px;
  display: inline;
  position: relative;
  line-height: 1;
}
.movie__text--tag {
  border-radius: 0px;
  background:none;
  font-size: 10px;
  padding: 2px;
  font-weight: normal;
  color: #FF8686;
  margin-right: 4px;
  display: inline-block;
  position: relative;
  line-height: 1;
  border-right: solid 1px #fff;
}
.movie__title {
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 4px;
  line-height: 1.2;
}

.scroll .movie__list {
  flex-wrap: nowrap;
  overflow-x: auto;
}
.scroll .movie__item {
  width: 44%;
  flex: 0 0 auto;
  margin: 2px 0 8px 0;
}
@media screen and (min-width: 650px) {
  .scroll .movie__item {
    width: 29%;
  }
}
@media (min-width: 1024px) {
  .scroll .movie__item {
    width: 21%;
  }
}
@media (min-width: 1400px) {
  .scroll .movie__item {
    width: 14.6666666667%;
  }
}

#sidebar .movie__item {
  width: 50% !important;
}
@media (min-width: 500px) {
  #sidebar .movie__item {
    width: 50% !important;
  }
}
@media (min-width: 796px) {
  #sidebar .movie__item {
    width: 50% !important;
  }
}
@media (min-width: 1024px) {
  #sidebar .movie__item {
    width: 50% !important;
  }
}
@media (min-width: 1400px) {
  #sidebar .movie__item {
    width: 50% !important;
  }
}
#sidebar .movie__text--top::before {
  font-size: 10px;
}
#sidebar .movie__text--bottom {
  margin-bottom: 0;
}
#sidebar .movie__text--bottom::before {
  font-size: 10px;
}
#sidebar .movie__text--caption {
  font-size: 10px;
}
#sidebar .movie__title {
  font-size: 13px;
}

.play .movie__item {
  width: 50% !important;
}
@media (min-width: 500px) {
  .play .movie__item {
    width: 50% !important;
  }
}
@media (min-width: 796px) {
  .play .movie__item {
    width: 50% !important;
  }
}
@media (min-width: 1024px) {
  .play .movie__item {
    width: 50% !important;
  }
}
@media (min-width: 1400px) {
  .play .movie__item {
    width: 50% !important;
  }
}

.gallery .movie__btn {
  margin: 48px auto 16px auto;
}

.button__big {
  font-size: 16px;
  color: #ffffff;
  background-color: #D95546;
  border-radius: 4px;
  padding: 16px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin: 16px auto 56px auto;
  width: 90%;
}
.button__big::after {
  font-family: "Font Awesome 6 Free";
  content: "\f138";
  position: absolute;
  font-weight: 900;
  right: 8px;
  font-size: 16px;
}
.button__list {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 0;
  margin: 8px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button__item {
  margin-right: 16px;
}
.button__link {
  padding: 8px 16px;
  color: #606060;
  background-color: #ffffff;
  font-size: 16px;
}
.button__active {
  padding: 8px 16px;
  color: #ffffff;
  background-color: #D95546;
  font-size: 16px;
  border-radius: 4px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0 40px 0;
  position: relative;
  font-size: 13px;
}

.pagination .pager {
  width: 36px;
}

.pagination span,
.pagination a {
  display: block;
  width: auto;
  margin: 4px;
  padding: 8px;
  text-decoration: none;
  text-align: center;
  line-height: 16px;
  background: #e0e0e0;
  color: #ffffff;
  border-radius: 4px;
}

.pagination span.page_num {
  display: none;
}

.pagination a:hover,
.pagination .current {
  color: #ffffff;
  border-color: #D95546;
  background-color: #D95546;
  border-radius: 4px;
}

.select__list {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0 0 16px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: initial;
  flex-wrap: wrap;;
}
.select__item {
  width: auto;
  box-sizing: border-box;
  padding: 0 8px;
}
.select__link {
  padding: 12px 0;
  margin: 0;
  font-weight: normal;
  color: #ffffff;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select__link:hover {
  color: #d26888;
  opacity: 1;
}
.select__text {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  align-self: center;
  margin-right: 2px;
  vertical-align: middle;
}
.select .fa-solid {
  font-size: 14px;
}

.footer {
  padding: 200px 0;
  background-color: #D95546;
}
.footer__list {
  max-width: 900px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  flex-direction: column;
}
.footer__item {
  padding: 16px 8px;
}
.footer__link {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
}
.footer__link:hover {
  color: #d26888;
  opacity: 1;
}
.footer__text {
  font-size: 14px;
  margin: 60px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.footer__text .fa-solid {
  margin-right: 4px;
}

.breadcrumbs {
  display: block;
  justify-content: flex-start;
  align-items: center;
  color: #d26888;
  padding: 8px 12px;
}

.breadcrumbs span {
  padding: 2px 0;
  color: #606060;
  font-size: 14px;
  display: inline;
}

.breadcrumbs a span {
  color: #d26888 !important;
}

.play {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 795px) {
  .play {
    flex-wrap: wrap;
  }
}
.play__main {
  width: 60%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
@media (max-width: 795px) {
  .play__main {
    width: 100%;
  }
}
.play__note {
  display: block;
  padding: 8px;
  margin: 8px 0;
  font-size: 12px;
  line-height: 1;
  color: #606060;
}
.play__register {
  display: block;
  box-sizing: border-box;
  padding: 4px 0;
  margin: 8px auto;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  border: 2px solid #ffffff;
  border-radius: 8px;
  font-size: 14px;
  max-width: 800px;
  width: 95%;
}
.play__register:hover {
  color: #d26888;
}
.play__register .fa-solid {
  margin-right: 4px;
}
.play__lift {
  display: block;
  box-sizing: border-box;
  padding: 4px 0;
  margin: 8px auto;
  text-align: center;
  color: #ffffff;
  background-color: #606060;
  font-weight: bold;
  border-radius: 8px;
  font-size: 14px;
  max-width: 800px;
}
.pink{
color:#d26888 ;
}
.play__lift:hover {
  background-color: #d26888;
}
.play__lift .fa-solid {
  margin-right: 4px;
}
.play__thumb {
  margin-top: 8px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.play__thumb:hover i {
  color: #d26888 !important;
}
.play__icon {
  position: absolute;
  font-size: 16px;
  background-color: rgb(108, 16, 43);
  color: #ffffff;
  padding: 12px 24px;
  border: 2px solid #d26888;
  border-radius: 12px;
  margin: 0;
}
.play__img {
  width: 100%;
}
.play__title {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.2;
  padding: 4px 8px;
  margin: 4px 0;
}
.play__metadata {
  padding: 4px 8px;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.play__metadata--item {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
}
.play__metadata--item .fa-solid {
  margin-right: 4px;
  color: #d26888;
}
.play__metadata--text {
  margin-right: 16px;
  font-size: 12px;
  font-weight: normal;
}
.play__comment {
  margin: 16px 8px;
  padding: 8px 0;
  border-radius: 4px;
  border: 1px solid #606060;
}
.play__comment .fa-angle-down {
  color: #606060;
}
.play__comment--click {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.play__comment--click:hover {
  color: #d26888;
}
.play__comment--label {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
}
.play__comment--label .fa-solid {
  margin-right: 4px;
}
.play__comment--label--sm {
  font-size: 10px;
  font-weight: normal;
}
.play__comment--text {
  margin: 16px;
  padding: 0;
}
.play__tag {
  margin: 8px 0 8px 0;
  padding: 8px 4px 32px 4px;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.play__tag--item {
  margin-right: 8px;
  margin-bottom: 12px;
  display: inline-block;
}
.play__tag--link {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 4px;
}
.play__tag--link:hover {
  color: #d26888;
}
.play__tag--link .fa-solid {
  margin-right: 2px;
}
.play__sub {
  width: 40%;
  box-sizing: border-box;
}
@media (max-width: 795px) {
  .play__sub {
    width: 100%;
  }
}
@media (min-width: 796px) {
  .play__sub {
    padding: 0 16px;
  }
}
.play__sub--h {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px 0 8px 0;
  padding: 0;
}
.play__sub--h .fa-solid {
  color: #D95546;
  margin-right: 4px;
}

.group {
  width: 100%;
  box-sizing: border-box;
}
.group__list {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 16px 0;
}
.group__item {
  width: 48%;
  box-sizing: border-box;
  padding: 0 8px;
  margin: 4px;
}
@media (max-width: 499px) {
  .group__item {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 499px) {
  .group__item:first-child {
    border-top: #606060 solid 1px;
  }
}
.group__link {
  border-radius: 4px;
  border:solid 2px #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 8px 12px 8px;
  position: relative;
  color: #ffffff;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.group__link:hover {
  opacity: 1;
  color: #d26888 !important;
}
.group__link::after {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  font-weight: 900;
  font-size: 14px;
  color: #606060;
  padding-left: 8px;
}
.group__text {
  color:#D95546;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 8px;
}
@media (min-width: 1024px) {
  .group__text {
    font-size: 16px;
  }
}
.group__data {
  font-size: 11px;
  color: #fff;
}

html {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  background-color: #0B0B0B;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#container {
  margin: 0 auto 40px auto;
  padding: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 795px) {
  #container {
    flex-wrap: wrap;
  }
}

#header {
  background-color: #60140C;
  color: #ffffff;
  padding: 0 8px 8px;
  position: sticky;
  top: 0;
  z-index: 10000;
}
@media (min-width: 1024px) {
  #header {
    position: relative;
  }
}
@media (max-width: 321px) {
  #header {
    padding: 0 8px 8px;
  }
}

#main {
  display: block;
  width: 78%;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
@media (max-width: 795px) {
  #main {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #main {
    padding: 16px 24px;
  }
}

#sidebar {
  background-color: #0B0B0B;
  display: block;
  box-sizing: border-box;
  width: 22%;
  padding: 8px;
  margin-right: 16px;
  overflow: hidden;
}
@media (max-width: 795px) {
  #sidebar {
    padding: 8px;
    width: 100%;
    margin: 0;
  }
}

#footer {
  background-color: #D95546;
  padding: 40px 0 112px 0;
}

@media (max-width: 499px) {
  .sp-none {
    display: none !important;
  }
}

@media (min-width: 500px) {
  .pc-none {
    display: none !important;
  }
}

@media (min-width: 796px) {
  .md-none {
    display: none !important;
  }
}

@media (min-width: 796px) {
  .none__md--up {
    display: none !important;
  }
}
@media (max-width: 795px) {
  .none__md--down {
    display: none !important;
  }
}

.text__gray {
  color: #606060;
  font-size: 14px;
  padding-left: 8px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
  margin: 16px auto;
  padding: 16px 0;
}
.flex__item {
  padding: 0 4px;
}
.flex__link {
  color: #606060;
  box-sizing: border-box;
  padding: 2px 0;
  border-bottom: 1px solid #606060;
  font-size: 12px;
}

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

/* brunch */
.breadlist {
  font-size: 12px;
  margin: 0 auto;
  background: #fff;
  color: #606060;
  padding: 0.5em;
}
.breadlist li {
  display: inline-block;
  margin: 0 0.25em;
  font-size: 80%;
}
.breadlist li:after {
  content: "›";
  margin-left: 0.5em;
  color: #d26888;
}
.breadlist a:link,
.breadlist a:visited,
.breadlist a:hover,
.breadlist a:active {
  color: #606060;
}

/* ランキングタブ */
.tab-wrap {
  background: White;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0 0 20px;
}

.tab-label {
  color: #f07f5b;
  cursor: pointer;
  flex: 1;
  order: -1;
  padding: 12px 24px;
  position: relative;
  text-align: center;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  user-select: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}

.tab-label:hover {
  background: rgba(252, 194, 210, 0.646);
}

.tab-switch:checked + .tab-label {
  color: #372948;
}

.tab-label::after {
  background: #372948;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(100%);
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s 80ms;
  width: 100%;
  z-index: 1;
}

.tab-switch:checked ~ .tab-label::after {
  transform: translateX(-100%);
}

.tab-switch:checked + .tab-label::after {
  opacity: 1;
  transform: translateX(0);
}

.tab-content {
  height: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  transform: translateX(-30%);
  transition: transform 0.3s 80ms, opacity 0.3s 80ms;
  width: 100%;
}

.tab-switch:checked ~ .tab-content {
  transform: translateX(30%);
}

.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  opacity: 1;
  order: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.tab-wrap::after {
  content: "";
  height: 20px;
  order: -1;
  width: 100%;
}

.tab-switch {
  display: none;
}

/* 広告 */
.ad_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ad_box {
  margin: 8px;
}
.ad_firstview {
  display: flex;
  justify-content: center;
}
.ad_firstview_box {
  margin: 4px;
}
@media (max-width: 1240px) {
  .ad_firstview_box_998 {
    display: none;
  }
}
@media (max-width: 928px) {
  .ad_firstview_box_786 {
    display: none;
  }
}
@media (max-width: 618px) {
  .ad_firstview_box_540 {
    display: none;
  }
}
@media (min-width: 800px) {
  .listad {
    display: none;
  }
}

.titleimg {
  width: 124px;
  margin: 0 auto;
  display: block;
}

.titleplus {
  font-size: 16px;
}

.sidein2{
  overflow: hidden;
}