@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

/* 簡易リセットCSS */
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* モーダル */
body.modalview{
  overflow:hidden;
}

.modal {
  position: fixed;
  top: 0;
  left: -100vw;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 1000;
  background-color: rgba(120, 123, 131, 0.8);
}

.modal.is-active{
  left:0;
}


@media screen and (max-width:961px){
  .modal{
    align-items:baseline;
  }

  .sp--view{
    overflow:hidden;
  }

}

/* モーダルがactiveの時 */

figure.video{
  display:none;
}

.modal.is-active {
  opacity: 1;
  pointer-events: auto;
  overflow: auto;
}

.modal.is-active figure.video{
  display:block;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
  position: relative;
  /*background-color: #fff;*/
  width: 100%;
  max-width: 1024px;
}

/* モーダルを閉じるボタン */
.modal__close-btn {
  position: absolute;
  right: 3%;
  top: -3%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 10;
  padding:0;
}

@media screen and (max-width:961px){
  .modal__close-btn{
    right:-3%;
  }
}

.modal__close-btn span {
  display:block;
  width:141.4%;
  height:2px;
  background:#fff;
}

.modal__close-btn span:nth-child(1){
  transform: rotate(45deg);
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 20px;
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
}

.modal__close-btn span:nth-child(2){
  transform: rotate(-45deg);
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 20px;
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
}

/* Swiperの矢印部分 */
@media (max-width: 961px) {
  .modal .swiper-button-next,
  .modal .swiper-button-prev {
    /*display: none;*/
  }
}

.single__archive{
  display:flex;
  align-items:center;
  background:#000;
  color:#fff;
  margin:0 5em;
}


.single__archive .archive_img{
  width:60%;
}

.single__archive .archive_img figure:has(.mvnoimg){
  display:none;
}


.single__archive .archive__comment{
  width:40%;
  background:#33302E;
  height:78vh;
  position:relative;
}

.single__archive .archive_img .slick-slider{
  -ms-touch-action:auto;
  touch-action:auto;
  transition:.5s;
}

.single__archive .archive_img .block--player{
  padding-top:78vh;
}

.single__archive .archive_img figure:has(img){
  height:78vh;
}

.single__archive .archive_img figure:has(img) img{
  height:100% !important;
  width:100% !important;
  object-fit:contain;
}

@media screen and (max-width:961px){
  .single__archive .archive_img .block--player{
    padding-top:45vh;
  }

  .single__archive .archive_img figure:has(img){
    height:45vh;
  }

  .single__archive .archive_img figure:has(img) img{
    height:100%;
  }
}


.single__archive .comment__head{
  display:flex;
  align-items:center;
  border-bottom:solid 1px #707070;
  padding:1em 1em 0.5em;
  font-family: 'Oswald', sans-serif;
  height:15%;
}

.single__archive .comment__head .thumb{
  max-width:50px;
  margin-right:0.5em;
  width: 50px;
  height: 50px;
  background-size: contain;
  margin-bottom:0 !important;
}

.single__archive .comment__head .thumb img {
  width:100%;
}

.single__archive .comment__head .aname:after {
  content: '';
  width: 15px;
  height: 15px;
  background-size: contain;
  display: inline-block;
  margin-left:0.3em;
}

@media screen and (max-width:961px){
  .single__archive .comment__head .thumb{
    max-width:35px;
    width:35px;
    height:35px;
  }

  .single__archive .comment__head .aname:after{
    width:10px;
    height:10px;
  }
}

.single__archive .comment__head .date{
  font-size:12px;
  margin-left:auto;
  margin-right:1em;
  color:#fff;
}

.single__archive .comment__head .date time{
  font-size:0.8em;
  margin-left:0.2em;
}

.single__archive .archive__comment .comment_txt{
  padding:1em;
  max-height:75%;
  overflow-y:auto;
}

.single__archive .archive__comment .comment_txt .single_tit{
  font-weight:bold;
  margin-bottom:1em;
}

.single__archive .archive__comment .comment__foot {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right;
  padding: 1em;
  border-top: solid 1px #707070;
  height:10%;
}

.single__archive .archive__comment .comment__foot a {
  color:#fff;
  font-family: 'Oswald', sans-serif;
  text-decoration:none;
}

.single__archive.num_first,
.single__archive.num_last{
  height: 78vh;
  text-align: center;
  display: block;
  position: relative;
  background:#33302Eaa;
}

.single__archive.num_first a,
.single__archive.num_last a{
  background: #333;
  padding: 2em;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius:10px;
  transition:.3s;
  font-family: 'Oswald', sans-serif;
}


@media screen and (max-width:961px){
  .modal__content:active{
    width: 100%;
  }

  .single__archive{
    margin:1em auto 0;
  }

  .modal__close-btn{
    scale:.6;
  }


  .single__archive.num_first a:hover,
  .single__archive.num_last a:hover{
    opacity:.7;
  }


  .single__archive .archive__comment .comment_txt{
    min-height:23vh;
  }

  .single__archive .archive__comment .comment_txt .single_tit{
    padding:0.7em 0;
  }

  .page--blog .section--list .single__archive .comment__head .thumb{
    margin-bottom:0;
  }
  
}

ul.list--blog,
ul.list--photo{
  list-style:none;
  margin-bottom:2em;
}

ul.list--blog li,
ul.list--photo li {
  border-bottom:none !important;
  margin-right:1px;
}


ul.list--blog li a,
ul.list--thumbnail li a{
  display:block;
  padding:0 !important;
  cursor:pointer;
}

ul.list--blog li a .item__inr,
ul.list--thumbnail li a .item__inr{
  width:100% !important;
  padding-top:100% !important;
  position:relative;
  pointer-events:none;
}

ul.list--blog li a .item__inr img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  position:absolute;
  transform:translate(0, -50%);
  top:50%;
  right:0; 
}

ul.list--blog li a .item__inr .member__label{
  position: absolute;
  background: #00000030;
  width: 100%;
  padding: 0.5em;
  color: #fff;
  bottom: 0;
}

ul.list--blog li a .item__inr .member__label span{
  position:relative;
  padding: 0 1.5em 0 2em;
  font-size:.8em;
  font-family: 'Oswald', sans-serif;
}

ul.list--blog li a .item__inr .member__label span:before{
  content:'';
  width:1.5em;
  height:1.5em;
  position:absolute;
  transform:translate(0, -50%);
  top:50%;
  left:0;
}
ul.list--blog li a .item__inr .member__label span:after{
  content:'';
  width:1em;
  height:1em;
  position:absolute;
  top:0;
  right:0;
}

ul.list--blog li.list__item.comment--member .item__inr img {
}

ul.list--blog li a .item__titara,
ul.list--thumbnail li a .item__titara{
  padding:0.3em 0;
  line-height:1.4em;
}

ul.list--blog li a .item__titara .date,
ul.list--thumbnail li a .item__titara .date{
  font-size:.8em;
}

ul.list--blog li a .item__titara .item__tit{
  font-weight:bold;
}

ul.list--blog li.list__item.new .item__titara:after{
  content:'NEW';
  color:#e53d3d;
  font-family: 'Oswald', sans-serif;
  font-size:.75em;
}

.ulizahtml5 {
  width: 100% !important;
  padding-top: 70vh !important;
  position: relative;
  height:auto !important;
}

@media screen and (max-width:961px){
  .single__archive{
    display:block;
    max-height: 85vh;
  }

  .single__archive .archive_img,
  .single__archive .archive__comment{
    width:100%;
  }

  .single__archive .archive__comment{
    max-height:30vh;
    overflow-y:auto;
    height:auto;
  }

  .single__archive .comment__head{
    height:auto;
    background:#33302E;
    max-height: 10vh;
  }


  .single__archive .archive__comment .comment__foot{
    position:relative;
    height:auto;
  }

  .single__archive.num_first,
  .single__archive.num_last{
    height:80vh;
  }

  .single__archive.num_first a,
  .single__archive.num_last a{
    width:80%;
  }

  .ulizahtml5 {
    padding-top:45vh !important;
  }

}

/*.swiper-button-next, .swiper-button-prev{
  display:none;
}*/

.movie-swiper{
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  height: 78vh;
}

@media screen and (max-width:961px){
  .movie-swiper{
    height:55vh;
  }
}

.list--blog .slick-prev,
.list--photo .slick-prev {
  left:1%;
  transition:.3s;
}

.list--blog .slick-next,
.list--photo .slick-next{
  right:1%;
  transition:.3s;
}

.list--blog .slick-prev:before,
.list--blog .slick-next:before,
.list--photo .slick-prev:before,
.list--photo .slick-next:before{
  width:35px;
  height:35px;
}

@media screen and (min-width:961px){
  .list--blog .slick-prev,
  .list--photo .slick-prev {
    left:-20%;
    transition:.3s;
    opacity:0;
  }

  .list--blog .slick-next,
  .list--photo .slick-next{
    right:-20%;
    transition:.3s;
    opacity:0;
  }

  .list--blog:hover .slick-prev,
  .list--photo:hover .slick-prev {
    left:0;
    transition:.3s;
    opacity:1;

  }

  .list--blog:hover .slick-next,
  .list--photo:hover .slick-next{
    right:0;
    transition:.3s;
    opacity:1;

  }
}

@media screen and (max-width:961px){
  .list--blog .slick-prev:before,
  .list--blog .slick-next:before,
  .list--photo .slick-prev:before,
  .list--photo .slick-next:before{
    width:25px;
    height:25px;
  }
}

.single-item2 .slick-prev,
.single-item2 .slick-next{
  top:45%;
}

.page--home .block--contents .block--title{
  margin-bottom:1em;
}


.page--home .block--contents .block--title .tit:before {
  content:'';
  background:url(/static/fcopen/fanplarooms/common/icon_cname.png) no-repeat;
  width:12px;
  height:12px;
  background-size:contain;
  display:inline-block;
  margin-right:0.3em;
}

.slick-track{
  margin-right:0;
  margin-left:0;
}

.single-item{
  display: flex;
  align-items: center;
}

ul.list--blog li a .blog_icon {
  display: flex;
  justify-content:right;
  position: absolute;
  width: 100%;
  height: 30px;
  top: 0;
  text-align: right;
  padding-right:0.3em;
}

ul.list--blog li a .blog_icon p{
  width:20px;
}

ul.list--blog li a .blog_icon p img {
  position:relative;
}

ul.list--blog .slick-list,
ul.list--photo .slick-list{
  width:100%;
  padding-right:25%;
  box-sizing:content-box;
}
ul.list--blog.board .slick-track{
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
}
ul.list--blog.board li{
  width: 100% !important;
  border-bottom: 1px solid #E8E8E8 !important;
}
.page--blog .section--list .list.board .list__item{
  margin-bottom: 0 !important;
}
ul.list--blog.board li a{
  display: flex;
  flex-direction: column-reverse;
  padding: 15px 0 !important;
  position: relative;
}
ul.list--blog.board li:first-child a{
  padding-top: 0 !important;
}
ul.list--blog.board li a div:first-child{
  font-size: 14px;
  line-height: 1.4;
  word-break: break-word;
  padding-top: 6px;
  letter-spacing: 0.05em;
}
ul.list--blog.board li a .item__titara{
  padding: 0;
}
ul.list--blog.board li a div.date{
  padding-top: 0;
}
.page--blog .section--list .list--cat.category--board li{
  width: 100%;
  background: #fff !important;
  border: none;
  margin-bottom: 1.2em !important;
}
.page--blog .section--list .list--cat.category--board li a{
  padding: 16px !important;
}
.page--blog .section--list .list--cat.category--board li a .tit{
  padding-top: 10px;
}
.page--blog .section--list .list--cat.category--board li a .item__titara{
  padding: 0 0 10px 0;
}
.page--blog .block--title{
  display: flex;
  align-items: baseline;
}
.page--blog .block--title .list__more{
  padding-right: 5%;
}
.announce{
  margin-bottom: 20px !important;
}
@media screen and (max-width:961px){
  ul.list--blog .slick-list,
  ul.list--photo .slick-list{
    padding-right:10%;
  }
}
.list .list__item a{
  padding: 15px 0;
}
.list .list__item.nomember a{
  overflow:hidden;
  position:relative;
}

.list .list__item.nomember span {
  position:absolute;
  transform:translate(-50%, -50%);
  top:50%;
  left:50%;
  color:#fff;
  filter: drop-shadow(1px 1px 3px #00000080);
  font-family: 'Oswald', sans-serif;
  min-width:80%;
  text-align:center;
}

.list .list__item.nomember a .item__inr{
  filter:blur(15px);
}

.list .list__item.nomember a .item__inr img{
  scale:1.3;
}

.slick-dots > li:first-child:last-child {
  display: none;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
  opacity:0;
}

@media screen and (max-width:961px){
  .list--blog .slick-prev,
  .list--blog .slick-next,
  .list--photo .slick-prev,
  .list--photo .slick-next{
    width:25px;
    height:25px;
    display:none !important;
  }
  .list--blog .slick-prev,
  .list--photo .slick-prev {
    left:0;
  }
  
  .list--blog .slick-next,
  .list--photo .slick-next{
    right:0;
  }
}

.modal__content .swiper-button-next, .modal__content .swiper-button-prev {
  pointer-events:inherit;
  opacity:1;
}

.modal__content .swiper-button-next, .modal__content .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.modal__content .swiper-button-prev.swiper-button-disabled,
.modal__content .swiper-button-next.swiper-button-disabled{
  opacity:0;
}


.slick-slide img{
  pointer-events:none;
}

.single-item .video{
  padding:0;
}

.section--blog .tit__subimg{
  margin-bottom:1em;
}


.page--blog.page--blog--all .section--list .list--cat,
.page--photo.page--blog--all .section--photo .list--cat{
  display:block;
}

.page--blog .section--list .list--cat,
.page--photo .section--photo .list--cat{
  display:flex;
  flex-wrap:wrap;
}

.page--blog .section--list .list--cat .list__item,
.page--photo .section--photo .list--cat li{
  width:calc(33.3% - 1px);
  background:none !important;
  margin-bottom:0.5em !important;
}


.page--blog .swiper-button-prev, .page--blog .swiper-button-next {
  color: transparent;
  background: rgba(241, 241, 241, 0.8);
  width: 50px;
  height: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  top: 50%;
}

@media screen and (min-width:961px){
  .page--blog .swiper-button-prev:after{
    margin-left:3px;
  }

  .page--blog .swiper-button-next:after{
    margin-right:3px;
  }
}

.page--blog .swiper-button-prev:after, 
.page--blog .swiper-container-rtl .swiper-button-next:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.page--blog .swiper-button-next:after, 
.page--blog .swiper-container-rtl .swiper-button-prev:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page--blog .swiper-button-prev:after, 
.page--blog .swiper-container-rtl .swiper-button-next:after, 
.page--blog .swiper-button-next:after, 
.page--blog .swiper-container-rtl .swiper-button-prev:after {
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 2px #33302e;
  border-right: solid 2px #33302e;
}

.page--blog .swiper-button-prev:after, 
.page--blog .swiper-container-rtl .swiper-button-next:after, 
.page--blog .swiper-button-next:after, 
.page--blog .swiper-container-rtl .swiper-button-prev:after {
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 2px #33302e;
  border-right: solid 2px #33302e;
}

.page--blog.page--blog--all .section--list .block--bloglist{
  margin-bottom:2em;
}

.page--blog.page--blog--all .block--bloglist .block--title .tit,
.page--photo .section--list .block--title .tit{
  font-size:18px !important;
}

@media screen and (min-width:960px){
  .modal__content .swiper-button-next span,
  .modal__content .swiper-button-prev span{
    display:none;
  }
}

@media screen and (max-width:961px){
  .modal__content .swiper-button-next, .modal__content .swiper-button-prev{
    background: none;
    top:87vh;
    color:#fff;
    font-size: .8em;
  }

  .modal__content .swiper-button-prev:before,
  .modal__content .swiper-button-next:after{
    border-color:#fff;
  }

  .modal__content .swiper-button-prev:after{
    display:none;
  }

  .modal__content .swiper-button-prev:before{
    content:'';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    transform:rotate(-45deg);
  }

  .modal__content .swiper-slide{
    padding-bottom:20vh;
  }
  
}




.list--photo .list__item a .item__inr{
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.list--photo .list__item a .item__inr .blur{
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
  filter: blur(5px);
}

.list--photo .list__item a .item__inr .blur img {
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
}

.page--home .list--photo .list__item{
  margin-right:1px;
}

.list--photo .list__item a .item__inr img{
  background-size: contain;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
}

.list--photo .list__item .block--txt{
  margin-top:0.5em;
}

.section--photo .block--title {
  margin-bottom:0.5em;
}

.section--photo .block--title .tit{
  font-family: 'Oswald', sans-serif;
  font-weight:600;
}

.section--photo .list--thumbnail{
  margin-bottom:2em;
}

#swipebox-action #swipebox-close {
  top: 60px;
  right: 70px;
  background: none;
}


.modal-open .drawer__btn {
  pointer-events: none;
}
#swipebox-slider .slide-loading {
  background-image: none !important;
}
#swipebox-slider .slide img {
  width: auto;
  max-height: 70% !important;
  max-width: 600px;
  object-fit: contain;
  -webkit-user-drag: none;
}
@media screen and (max-width:961px){
  #swipebox-slider .slide img {
    width: 100%;
  }
}
#swipebox-overlay {
  background: rgba(71, 71, 71, 0.9);
}
#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.2;
}
#swipebox-action #swipebox-close {
  top: 60px;
  right: 70px;
  background: none;
}
#swipebox-action #swipebox-close::before, #swipebox-action #swipebox-close::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 20px;
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
}
#swipebox-action #swipebox-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#swipebox-action #swipebox-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next {
  background: none;
  color: #fff;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width:961px){
  #swipebox-action #swipebox-prev,
  #swipebox-action #swipebox-next{
    top:90%;
  }

}

#swipebox-action #swipebox-prev {
  left: 3%;
}
#swipebox-action #swipebox-prev::after {
  content: "";
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  border: 1px solid;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-left: 1em;
  margin-top: 1em;
}
#swipebox-action #swipebox-next {
  right: 3%;
}
#swipebox-action #swipebox-next::after {
  content: "";
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  border: 1px solid;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-top: 1em;
}
#swipebox-caption {
  width: 100%;
  max-width: 800px;
  padding: 0 8%;
  text-align: center;
  position: absolute;
  bottom: 7vh;
  left: 50%;
  color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#swipebox-overlay {
  background: rgba(71, 71, 71, 0.9) !important;
}

@media screen and (max-width:961px){
  #swipebox-action #swipebox-close {
    top: 30px;
    right: 2%;
  }
}

.page--photo .list--photo{
  display:block !important;
}


.page--photo .section--photo .block--title{
  position:relative;
}
.page--photo .section--photo .block--title .list__more {
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
}

.page--photo #swipebox-action #swipebox-prev, .page--photo #swipebox-action #swipebox-next{
  top:90% !important;
}

.single-item,
.single-item2{
  display: none;
}

.single-item.slick-initialized,
.single-item2.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}

@media screen and (max-width:961px){
  .slick-dots li{
    margin:0;
  }
}

.page--blog.page--blog--all .section--list .section-tit, .page--blog.page--blog--all .section--list .block--bloglist{
  padding:0 0 0 5%;
}

header .drawer{
  overflow-y:auto !important;
}

body.drawer-visible{
  overflow:hidden;
}

.section--movie .block--txt{
  margin-top:0.5em !important;
}

.section--movie .block--txt .tit{
  padding-top:0;
}

.announce{
  padding:1em 0;
  font-family: 'Kiwi Maru', serif;
  font-family: 'Yomogi', cursive;
  font-family: "vdl-penletter", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing:0.1em;
  display:none;
}

.loaded .announce{
  display:block;
}

.announce .list__more {
  margin-top: 1em;
}

@media screen and (min-width:961px){
  .block--content-wrap{
    position:relative;
    padding: 0px 10% 64px !important;
  }
  .announce label {
    cursor: pointer;
  }
}

@media screen and (max-width:961px){
  .block--content-wrap{
    padding: 15px 5% 64px !important;
  }
  .announce{
    padding:1em 0;
  }
}

.announce__toggle {
display: none;
}
.Label {		/*タイトル*/
padding: 1em 3em 1em 4em;
display: block;
color: #33302e;
background: #ffffffee;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
border-radius:5px;
}

.announce__toggle:checked + .Label,
.rules__toggle:checked + .Label{
overflow: auto;
text-overflow: inherit;
white-space: initial;
display:flex;
border-radius: 5px 5px 0 0;
border-bottom: dotted 1px #ddd;
}

.Label::before{		/*タイトル横の矢印*/
content:"";
width: 6px;
height: 6px;
border-top: 2px solid #aaa;
  border-right: 2px solid #aaa;
-webkit-transform: rotate(45deg);
position: absolute;
top:calc( 50% - 3px );
right: 20px;
transform: rotate(135deg);
}
.Label,
.announce__content,
.comment_rules__content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
line-height:1.4em;
padding-left: 4em;
}

label.Label:after {
  content: '';
  background: url(/static/fcopen/fanplarooms/common/icon_mh.png) no-repeat;
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  left: 1em;
  top: 1em;
  opacity: .3;
}


.announce__content,
.comment_rules__content {		/*本文*/
height: 0;
padding:0;
overflow: hidden;
transition:.3s;
border-radius:0 0 5px 5px;
}

.announce__content p,
.comment_rules__content p{
transition:.3s;

}

.announce__toggle:checked + .Label + .announce__content,
.rules__toggle:checked + .Label + .announce__content {	/*開閉時*/
height: auto;
padding: 1em 0;
transition: all .3s;
background: #ffffffee;
}

.announce__content p{
  padding: 1.5em 2em 1.5em 4em;
  position:relative;
  transition:.3s;
  border-bottom: dotted 1px #ddd;
  display: flex;
  line-height: 1.4em;
}

.announce__content p:first-child{
padding: 1em 2em 1.5em 4em;
}

.announce__content p:last-child{
border-bottom:none;
}

.announce__content p:first-child{
margin-top:-0.5em;
}

.announce__content p:first-child:after{
  top:1em;
}
  

.announce__content p:after {
content: '';
background: url(/static/fcopen/fanplarooms/common/icon_mh.png) no-repeat;
background-size: contain;
width: 1.5em;
height: 1.5em;
position: absolute;
left: 1em;
top: 1.5em;
opacity: .3;
}


.Label time,
.announce__content p time{
font-size:.8em;
margin-right:1em;
letter-spacing:0.1em;
min-width:7.5em;
/*font-family: 'Zen Maru Gothic', sans-serif;
font-family: 'Yomogi', cursive;*/
}


.announce__toggle:checked + .Label::before {
transform: rotate(-45deg) !important;
}

/* ANNOUNCE一覧 */
.list--annouce {
  padding: 1em 0;
  font-family: 'Kiwi Maru', serif;
  font-family: 'Yomogi', cursive;
  font-family: "vdl-penletter", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
}
.list--annouce li {
  margin-bottom: 0 !important;
}
.list--annouce li p {
  padding: 1.5em 2em 1.5em 4em;
  position: relative;
  transition: .3s;
  border-bottom: dotted 1px #ddd;
  display: flex;
  line-height: 1.4em;
}
.list--annouce li p time {
  font-size: .8em;
  margin-right: 1em;
  letter-spacing: 0.1em;
  min-width: 7.5em;
}
.list--annouce li p:after {
  content: '';
  background: url(/static/fcopen/fanplarooms/common/icon_mh.png) no-repeat;
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  left: 1em;
  top: 1.5em;
  opacity: .3;
}
.list--annouce li:last-child p {
  border-bottom: none;
}
.list--annouce.nomember {
  position: relative;
}
.list--annouce.nomember::before {
  content: "MEMBERS ONLY";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  color: #fff;
  filter: drop-shadow(1px 1px 3px #00000080);
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  text-align: center;
}
.list--annouce.nomember li {
  filter: brightness(0.7);
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.list--annouce.nomember li p {
  filter: blur(6px);
}


/*community_rule */

/*ベース*/
/*.comment_rules{
  display:none;
}

.comment_rules.open{
  display:block;
}*/

.rules__toggle {
	display: none;
}
.Label2 {		/*タイトル*/
	padding: 0.5em 1em;
	display: block;
	color: #fff;
	background:#33302e;
  letter-spacing:0.1em;
}
.Label2::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label2,
.comment_rules__content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.comment_rules__content {		/*本文*/
	height: 0;
	margin-bottom:2em;
	padding:0 1em;
	overflow: hidden;
  line-height:1.5em;
  font-size:.8em;
  letter-spacing:0.05em;
}

.comment_rules__content ul{
  margin-bottom:1em;
}

.comment_rules__content ul li{
  padding-left:1.5em;
  position:relative;
  margin-bottom:0.2em;
}

.comment_rules__content ul li:before{
  content:'・';
  position:absolute;
  top:0;
  left:0.5em;
}

.comment_rules__content p{
  font-size:.9em;
  color:#E53935;
  margin:0 2em;
}

.rules__toggle:checked + .Label2 + .comment_rules__content {	/*開閉時*/
	height: auto;
	padding:20px 1em;
	transition: all .3s;
  letter-spacing:0.05em;
  line-height:1.5em;
  font-size:.8em;
  background:#ffffff80;
}
.rules__toggle:checked + .Label2::before {
	transform: rotate(-45deg) !important;
}


/* COMMUNITY */

.block--communitylist .wrap--data,
.page--community .wrap--data{
  display:block !important;
}

.block--communitylist .list--head .form--inptarea,
.page--community .list--head .form--inptarea{
  position:relative;
}

.block--communitylist .list--head{
  position:relative;
  padding-top:2em;
}

.block--communitylist .list--head .form--post{
  margin-bottom:1em;
}

.block--communitylist .list--head .form--inptarea textarea,
.page--community .list--head .form--inptarea textarea{
  width: 85%;
  height: 6em;
  background: #ffffffcc;
  line-height:1.5em;
}

@media screen and (min-width:1380px){
  .block--communitylist .list--head .form--inptarea textarea,
  .page--community .list--head .form--inptarea textarea{
    width:90%;
  }
}


.block--communitylist .list--head .form--inptarea .btn,
.page--community .list--head .form--inptarea .btn{
  position:absolute;
  transform:translate(0, -50%);
  top:50%;
  right:0;
  width: 40px;
  height: 40px;
  padding: 0.5em;
  margin: 0;
  border-radius: 50rem;
  background: #33302eaa;
}

.block--communitylist .list--head .form--inptarea .btn input[type=submit],
.page--community .list--head .form--inptarea .btn input[type=submit]{
  width:100%;
  height:100%;
  background:url(/static/fcopen/fanplarooms/common/icon_send_w.svg) no-repeat;
  background-size:contain;
  margin: 0;
  padding: 0;
  box-shadow: none;
  text-indent: -9999px;
}



.block--communitylist .list--head .do-comment,
.page--community .list--head .do-comment{
  padding: 0.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5em;
  margin-right: 0 !important;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding-left:2em;
  line-height:1em;
  cursor:pointer;
}

.block--communitylist .list--head .do-comment span,
.page--community .list--head .do-comment span{

}

.block--communitylist .list--head .do-comment span:before,
.page--community .list--head .do-comment span:before{
  content:'';
  background:url(/static/fcopen/fanplarooms/common/icon_plus.svg);
  background-size:contain;
  height: 15px;
  width:15px;
  display:inline-block;
  margin-right:0.5em;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 0.5em;
}

.block--communitylist .block--comment,
.page--community .block--comment{
  padding:0 !important;
}

.block--communitylist .section--detail .block--txt.block--editor,
.page--community .section--detail .block--txt.block--editor{
  padding:0;
  padding-bottom: 0 !important;
}

.block--communitylist .section--detail .wrap--action.list--head .form--post,
.page--blog .section--detail .wrap--action.list--head .form--post{
  margin-bottom:3em;
}

.block--communitylist .section--detail .wrap--action.list--head .form--post input[type=file],
.page--blog .section--detail .wrap--action.list--head .form--post input[type=file]{
  cursor:pointer;
}


/*.page--community form.form--comment{
  display:block !important;
  height:0;
  overflow:hidden;
  transition:.3s;
}

.page--community .open form.form--comment{
  height:auto;
  padding:2em 0;

}*/

.page--community .section--list .list--cat .list__item {
  margin-bottom:1px !important;
}

.block--communitylist .list__item a .list__reaction,
.page--community .list__item a .list__reaction {
  position: absolute;
  width:80%;
  display: flex;
  justify-content:space-around;
  transform: translate(-50%, -50%);
  left:50%;
  top:50%;
  color: #fff;
  scale: .9;
  font-size:.9em;
  filter: drop-shadow(2px 2px 5px #00000080);
  opacity:0;
  transition:.3s;
}

.block--communitylist .list__item a .list__reaction{
  top:calc(50% - 1em);
}

.list__reaction .member__like{
  width: 20px;
  position: absolute;
  right: 0;
  bottom: -2em;
}

.detail__member__like{
  display:flex;
  justify-content: end;
  align-items:center;
  width:100%;
  font-size:.8em;
  letter-spacing:0.1em;
}
.detail__member__like img{
  width:20px;
  margin-right:0.5em;
}

@media screen and (min-width:961px){
  .block--communitylist .list__item a:hover .list__reaction,
  .page--community .list__item a:hover .list__reaction{
    opacity:1;
  }
}

@media screen and (min-width:1380px){
  .block--communitylist .list__item a:hover .list__reaction,
  .page--community .list__item a:hover .list__reaction{
    font-size:1.1em;
  }
}


@media screen and (max-width:1380px){
  .block--communitylist .list__reaction,
  .page--community .list__reaction{
    width:70%;
  }
}

.block--communitylist .list__item a:hover,
.page--community .list__item a:hover{
  opacity:1 !important;
}

.block--communitylist .list__item.nomember a:hover{
  opacity:0.6 !important;
}


.block--communitylist .list__item a:hover .item__inr,
.page--community .list__item a:hover .item__inr{
  transition:.3s; 

}

.block--communitylist .list__item a .item__inr:after,
.page--community .list__item a .item__inr:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  background: #00000080;
  opacity:0;
  transition:.3s; 

}

.block--communitylist .list__item a .list__reaction .fa-heart:hover,
.page--community .list__item a .list__reaction .fa-heart:hover{
  opacity:1;
}

.block--communitylist .list__item a:hover .item__inr:after,
.page--community .list__item a:hover .item__inr:after{
  opacity:1;
}

.block--communitylist .list__item.nomember a:hover .item__inr:after{
  opacity:0;
}


.block--communitylist .list__reaction .do-comment,
.page--community .list__reaction .do-comment{
  margin-right:0.5em;
  cursor:pointer;
}

.blog-swipercmnty .comment_txt .btn-delete,
.page--community .comment_txt .btn-delete{
  text-align:right;
}

.blog-swipercmnty .comment_txt .btn-delete input[type=submit],
.page--community .comment_txt .btn-delete input[type=submit]{
  appearance:none;
  border:none;
  background:none;
  color:#fff;
  font-size:.8em;
}


.blog-swipercmnty .comment_txt .comment-replies,
.page--community .comment_txt .comment-replies{
  margin-top:1em;
}

.blog-swipercmnty .comment_txt .more-replies,
.blog-swipercmnty .comment_txt .less-replies,
.page--community .comment_txt .more-replies,
.page--community .comment_txt .less-replies{
  text-align: left;
  margin-bottom: 1.5em;
  font-size: 0.8em;
  color:#ffffffaa;
  padding-left:5em;
  position:relative;
  cursor:pointer;
}

.blog-swipercmnty .comment_txt .more-replies:before,
.blog-swipercmnty .comment_txt .less-replies:before,
.page--community .comment_txt .more-replies:before,
.page--community .comment_txt .less-replies:before{
  content:'';
  display:inline-block;
  width:4em;
  height:1px;
  background:#ffffff60;
  position:absolute;
  transform:translate(0, -50%);
  left:0;
  top:50%;
}

.blog-swipercmnty .single__archive .archive_img figure img{
  width:100%;
}

.blog-swipercmnty .single__archive .comment__head .date,
.page--community .single__archive .comment__head .date{
  font-size:12px;
}

.blog-swipercmnty .single__archive .comment__head .date time,
.page--community .single__archive .comment__head .date time {
  font-size: 0.8em;
  margin-left: 0.2em;
}

.blog-swipercmnty .single__archive .comment__head .aname:after,
.page--community .single__archive .comment__head .aname:after{
  content:none;
}

.blog-swipercmnty .single__archive .comment__head.comment--member .aname:after,
.page--community .single__archive .comment__head.comment--member .aname:after,
.comment-replies .comment--member .user:after {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left:0.3em;
}

@media screen and (max-width:961px){

  .blog-swipercmnty .single__archive .comment__head.comment--member .aname:after,
  .page--community .single__archive .comment__head.comment--member .aname:after,
  .comment-replies .comment--member .user:after{
    width:10px;
    height:10px;
  }
}



.blog-swipercmnty .comment_txt .replies,
.page--community .comment_txt .replies{
  background:#ffffff22;
}

.blog-swipercmnty .comment_txt .replies li,
.page--community .comment_txt .replies li{
  padding:1em;
  border-bottom:dashed 1px #ffffff30;
  position:relative;
}

.blog-swipercmnty .comment_txt .wrap--action,
.page--community .comment_txt .wrap--action{
  display:flex;
  justify-content:end;
  flex-wrap:wrap;
  align-items:center;
}

.blog-swipercmnty .comment_txt .wrap--action .reply-form,
.page--community .comment_txt .wrap--action .reply-form{
  width:100%;
}

.blog-swipercmnty .comment_txt .replies li .date,
.page--community .comment_txt .replies li .date{
  position:absolute;
  top:1.5em;
  right:1.5em;
  font-size:.8em;
}

.blog-swipercmnty .comment_txt .replies li:last-child,
.page--community .comment_txt .replies li:last-child{
  border-bottom:none;
}


.blog-swipercmnty .comment_txt .replies li .wrap--action i,
.page--community .comment_txt .replies li .wrap--action i{
  margin-right:0.3em;
}

.page--community .comment_txt .reply-form textarea{
}


.blog-swipercmnty .comment_txt .reply-form,
.page--community .comment_txt .reply-form{
  margin-top:0.5em;
  text-align:left;
}

.blog-swipercmnty .comment_txt .reply-form form,
.page--community .comment_txt .reply-form form{
  position:relative;
}

.blog-swipercmnty .comment_txt .reply-form textarea,
.page--community .comment_txt .reply-form textarea {
  height:4em;
  background:#ffffff40;
  color:#fff;
  width:85%;
  line-height:1.5em;
}

.blog-swipercmnty .comment_txt .btn,
.page--community .comment_txt .btn{
  width: 2em;
  height: 2em;
  position: absolute;
  transform: translate(0, -50%);
  top: 45%;
  right: 1%;
  margin: 0;
  background: #fff;
  border-radius: 50rem;
  padding: 0.5em;
}

.blog-swipercmnty .comment_txt .btn input[type=submit],
.page--community .comment_txt .btn input[type=submit]{
  width: 100%;
  height: 100%;
  display: block;
  background: url(/static/fcopen/fanplarooms/common/icon_reply.svg) no-repeat;
  background-size: contain;
  text-indent: -9999px;
  padding:0;
  margin:0;
  box-shadow: none;
}

.blog-swipercmnty .section--detail .comment_txt .wrap--action .do-comment,
.page--community .section--detail .comment_txt .wrap--action .do-comment {
  display: inline-block;
  margin-right: 12px;
  width: 1.4em;
  height: 1.4em;
  cursor:pointer;
}

.wrap--action .fa-heart.clicked {
  color: #E53935;
}

.comment_txt .wrap--action .do-comment {
  display: inline-block;
  margin-right: 12px;
  width: 1.4em;
  height: 1.4em;
  cursor: pointer;
}

@media screen and (max-width:961px){
  .blog-swipercmnty .single__archive .archive_img figure,
  .page--community .single__archive .archive_img figure{
    height: 45vh;
    display:flex !important;
    align-items:center;
  }
}

.page--community #comment_search dl dt{
  display:none;
}

.page--community #comment_search dl dd {
  margin-left:auto;
  display:flex;
  justify-content:end;
  margin-bottom:1.5em;
  align-items: center;
  width:238px;
  border-bottom: 1px solid #524E4C;
  padding:0.5em 0.5em 0.5em 0;
  box-sizing:border-box;
}

.page--community #comment_search dl dd .cmnty_serch{
  width:calc(238px - 5em);
  position:relative;
  box-sizing:border-box;
}

.page--community #comment_search dl dd .cmnty_serch input[type="text"]{
  background:none;
  cursor:pointer;
  position:relative;
  z-index:2;
  padding:0.2em 0.5em 0.2em 2em;
  box-sizing:border-box;
  line-height:1em;
}

.page--community #comment_search dl dd .cmnty_serch input[type="text"]::placeholder{
  letter-spacing:0.1em;
  font-size:.9em;
}

.page--community #comment_search dl dd i.far{
  position:absolute;
  transform:translate(0, -50%);
  top:50%;
  left:0.2em;
  color:#aaa;
  z-index:0;
  font-size:1.2em;
}

.page--community #comment_search .btn {
  text-align:right;
  margin-left:0.5em;
}

.page--community #comment_search .btn input {
  width:auto;
  border-radius:50rem;
  padding:0.3em 1em;
  margin: 0;
  box-shadow:none;
  line-height:1em;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
  text-align:center;
  padding:0.3em 0.5em;
  line-height:1em;
}

.ui-datepicker .ui-datepicker-header,
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
  background:none;
  border:none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #000;
  background: none;
  font-weight: normal;
  color: #000;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

.ui-datepicker .ui-datepicker-buttonpane{
  border-top:none;
}

.ui-corner-all{
  border-radius:15px;

}

div#ui-datepicker-div {
  box-shadow: 2px 5px 10px #00000030;
  padding:1em;
}

.ui-datepicker table thead{font-size:10px;}
div#ui-datepicker-div {
box-shadow: 10px 25px 50px -30px #2d2d2d;
    padding: 1em;
    width: 260px;
    left: inherit !important;
  right: 60px;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
}
.page--community #comment_search dl dd{
margin-left: auto;
    display: flex;
    justify-content: end;
    margin-bottom: 1.5em;
    align-items: center;
    width: 198px;
    border-bottom: 1px solid #524E4C;
    padding: 0.5em 0.5em 0.5em 0;
    box-sizing: border-box;
}
   .page--community #comment_search .btn input {
    width: auto;
    border-radius: 50rem;
    padding: 11px 14px 10px;
    margin: 0;
    box-shadow: none;
    line-height: 1em;
    font-size: 13px;
    line-height: 0;
}


.ui-datepicker-header{
  position:relative;
}

.ui-widget-header .ui-icon{
  background:none;
  border-top:solid 1px;
  border-right:solid 1px;
  width:10px;
  height:10px;
  color:#00000080;
  position:absolute;
  transform:translate(0, -50%);
}

.ui-widget-header .ui-datepicker-prev .ui-icon{
  transform:translate(-50%, -50%) rotate(-135deg);
  left:90%;
  top:80%;
}

.ui-widget-header .ui-datepicker-next .ui-icon{
  transform:translate(-50%, -50%) rotate(45deg);
  left:75%;
  top:80%;
}

.note-control-holder{
  display:none;
}
