@charset "UTF-8";
.section--list .section-tit,
.section--detail .section-tit {
  text-align: center;
  margin-bottom: 2em;
}

.list__more {
  width: 100% !important;
  text-align: center;
}
.list__more a {
  display: inline-block;
  white-space: nowrap;
  padding: 0.6em 1.5em 0.6em 0.6em !important;
}
.list__more a::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #33302e;
  position: absolute;
  bottom: 0;
  left: 0;
}
.list__more a::after {
  content: "";
  width: 12px;
  height: 1px;
  background: #33302e;
  position: absolute;
  transform: rotate(50deg) !important;
  bottom: 5px;
  right: -1px;
}

.section--detail.new .tit::after,
.list__item.new .tit::after {
  margin-left: 4px;
}

.block--pager {
  margin-top: 20px;
}
.block--pager .pager__item--newer a,
.block--pager .pager__item--older a {
  display: inline-block;
  white-space: nowrap;
  padding: 0.6em 1.5em !important;
}
.block--pager .pager__item--newer a::before,
.block--pager .pager__item--older a::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #33302e;
  position: absolute;
  bottom: 0;
  left: 0;
}
.block--pager .pager__item--newer a::after,
.block--pager .pager__item--older a::after {
  content: "";
  width: 12px;
  height: 1px;
  background: #33302e;
  position: absolute;
  top: auto;
  bottom: 5px;
  border: none;
}
.block--pager .pager__item--newer a::after {
  left: -1px;
  transform: rotate(-50deg) !important;
}
.block--pager .pager__item--older a::after {
  right: -1px;
  transform: rotate(50deg) !important;
}

.page--information .detail__btn, .page--blog .detail__btn, .page--photo .detail__btn, .page--movie .detail__btn {
  margin: 1em 0 2em;
}
.page--information .detail__btn a, .page--blog .detail__btn a, .page--photo .detail__btn a, .page--movie .detail__btn a {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  padding: 0.6em 1.5em !important;
}
.page--information .detail__btn a::before, .page--blog .detail__btn a::before, .page--photo .detail__btn a::before, .page--movie .detail__btn a::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #33302e;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page--information .detail__btn a::after, .page--blog .detail__btn a::after, .page--photo .detail__btn a::after, .page--movie .detail__btn a::after {
  content: "";
  width: 12px;
  height: 1px;
  background: #33302e;
  position: absolute;
  top: auto;
  bottom: 5px;
  left: -1px;
  transform: rotate(-50deg) !important;
}

.btn--main,
.btn--sub {
  border-radius: 4px;
  max-width: 500px;
}

@media screen and (min-width: 961px) {
  .pc--view {
    width: 100% !important;
    position: static !important;
    height: auto !important;
  }
  .pc--view .section--hero-img {
    display: none;
  }
  .pc--view .footer_block .footer_block-inner {
    bottom: 15px;
  }
  .sp--view {
    width: 100% !important;
    position: static !important;
  }
  .container {
    padding-top: 130px;
    padding-bottom: 100px;
  }
  .list__more {
    margin: 25px 0 15px;
  }
  .list__more a {
    transition: 0.3s;
  }
  .list__more a:hover {
    padding-right: 2em !important;
    transform: translateX(10px);
  }
  .block--pager .pager__item--newer a,
  .block--pager .pager__item--older a {
    transition: 0.3s;
  }
  .block--pager .pager__item--newer a:hover,
  .block--pager .pager__item--older a:hover {
    opacity: 1;
  }
  .block--pager .pager__item--newer a:hover {
    padding-left: 2em !important;
    transform: translateX(-10px);
  }
  .block--pager .pager__item--older a:hover {
    padding-right: 2em !important;
    transform: translateX(10px);
  }
  .detail__btn a {
    transition: 0.3s;
  }
  .detail__btn a:hover {
    opacity: 1;
    padding-left: 2em !important;
    transform: translateX(-10px);
  }
}
@media screen and (max-width: 960px) {
  .list__more {
    margin: 1.5em 0 1em;
  }
  .list__more a {
    font-size: 14px;
  }
}
/* header
------------------------------ */
.header {
  border: none;
}
.header .drawer__btn::before {
  content: none;
}

@media screen and (max-width: 960px) {
  header .inner {
    display: block;
    text-align: center;
  }
  header h1.logo.sp {
    display: inline-block;
  }
  header h1.logo.sp img {
    height: 60px;
  }
  header .drawer__btn {
    width: 60px;
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    background: white;
  }
  header .drawer__btn span {
    left: 30%;
  }
  header .drawer__btn span:first-child {
    top: 35%;
  }
  header .drawer__btn span:last-child {
    top: 65%;
  }
  .drawer-visible header .drawer__btn {
    background: none;
  }
  .page--home header, .page--information header, .page--blog header, .page--photo header, .page--movie header, .page--feature header {
    height: 60px;
    padding: 0;
    background: #F1F1F1;
  }
}
/* community
------------------------------ */
.page--community .list, #community .list {
  margin-bottom: 0;
}
.page--community .block--community .list--btn, #community .block--community .list--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.page--community .block--community .list--btn p, #community .block--community .list--btn p {
  width: 50%;
  max-width: 260px;
  position: relative;
  text-align: center;
  border: 1px solid #33302E;
  border-radius: 4px;
  padding: 5px;
  margin-bottom: 1.5em;
  cursor: pointer;
}
.page--community .block--community .list--btn p i, #community .block--community .list--btn p i {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  transition: 0.3s;
}
.page--community .block--community .list--btn .comment--rules, #community .block--community .list--btn .comment--rules {
  background: white;
}
.page--community .block--community .list--btn .comment--rules.open i, #community .block--community .list--btn .comment--rules.open i {
  transform: translateY(-50%) rotate(180deg);
}
.page--community .block--community .list--btn .comment--post, #community .block--community .list--btn .comment--post {
  background: #33302E;
  color: white;
}
.page--community .block--community .list--btn .comment--post .btn--main, #community .block--community .list--btn .comment--post .btn--main {
  border-radius: 4px;
  max-width: 500px;
}
.page--community .block--community .list--detail div, #community .block--community .list--detail div {
  background: white;
  border-radius: 4px;
  padding: 2em;
  margin-bottom: 1.5em;
}
.page--community .block--community .list--detail .comment--rules, #community .block--community .list--detail .comment--rules {
  color: #E53935;
}

/* page--home
------------------------------ */
.page--home {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
.page--home.loaded {
  opacity: 1;
}

@media screen and (max-width: 960px) {
  .page--home .block--login {
    margin-bottom: 15px;
  }
}
/* 下層
------------------------------ */
@media screen and (min-width: 961px) {
  body:not(.page--home) header {
    width: auto;
  }
  body:not(.page--home) header.nonlogin .drawer__btn {
    margin-left: 20px;
  }
  body:not(.page--home) header.nonlogin .block--login .g-nav--item__join {
    margin-right: 10px;
  }
  body:not(.page--home) .footer_block .logo.top {
    position: fixed;
    top: 0;
    width: 200px;
  }
}
@media screen and (max-width: 960px) {
  body:not(.page--home) footer {
    margin-top: 50px;
  }
}
/* page--information
------------------------------ */
.page--information .section--list .list--information li {
  background: none !important;
}
.page--information .section--list .list--information li a {
  background: #fff;
  border-radius: 3px;
}
.page--information .section--detail .section-detail__inner {
  background: white;
  padding: 20px;
}
.page--information .section--detail .section-detail__inner .block--title .tit {
  margin-bottom: 1em;
}
.page--information .section--detail .section-detail__inner .block--txt .ph, .page--information .section--detail .section-detail__inner .block--txt .block--player {
  margin: 1em 0;
}
.page--information .section--detail .section-detail__inner .block--txt .ph img {
  width: 100% !important;
}
.page--information .section--detail .section-detail__inner .block--txt .ph .cover {
  display: block;
}
.page--information .section--detail .section-detail__inner .block--share {
  margin-top: 20px;
  padding-bottom: 0;
}

@media screen and (min-width: 961px) {
  .page--information .section--list .list--information li a {
    padding: 2em !important;
  }
  .page--information .section--list .list--information li a .block--txt {
    display: flex;
  }
  .page--information .section--list .list--information li a .block--txt .date {
    width: 7em;
    line-height: 1.6;
  }
  .page--information .section--list .list--information li a .block--txt .tit {
    width: calc(100% - 7em);
    padding: 0;
  }
  .page--information .section--detail .section-detail__inner {
    padding: 50px;
  }
}
/* page--blog
------------------------------ */
.page--blog .section--list .list {
  display: flex;
  flex-wrap: wrap;
}
.page--blog .section--list .list:not(.board, .list--annouce) {
  gap: 7px;
}
.page--blog .section--list .list:not(.board, .list--annouce) .list__item {
  border-radius: 2px;
  overflow: hidden;
}
.page--blog .section--list .list:not(.board, .list--annouce) .list__item .item__titara {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3px 5px;
  line-height: 1;
  background: #33302E;
  border-radius: 0 2px 0 0;
}
.page--blog .section--list .list:not(.board, .list--annouce) .list__item .item__titara .date {
  color: white;
}
.page--blog .section--list .list.board li {
  border: 0 !important;
  background: none;
}
.page--blog .section--list .list.board li a {
  background: #fff;
  border-radius: 3px;
  padding: 1em !important;
}
.page--blog .section--list .list.board li a .block--txt {
  width: 100%;
  padding: 0;
}
.page--blog .section--list .list.board li a .block--txt .item__titara {
  padding: 0;
}
.page--blog .section--list .list.board li a .block--txt .item__titara .date {
  font-size: 12px;
  width: 7em;
  line-height: 1.6;
  padding: 0 !important;
}
.page--blog .section--list .list.board li.new a .item__titara::after {
  content: none;
}
.page--blog .section--detail .block--txt .ph, .page--blog .section--detail .block--txt .block--player {
  margin: 1em 0;
}
.page--blog .section--detail .block--txt .ph img {
  width: 100% !important;
}
.page--blog.page--blog--all .section--list .list--blog {
  display: block;
}
.page--blog.page--blog--all .section--list .list--blog li {
  margin-right: 1px;
}
.page--blog.page--blog--all .section--list .block--bloglist {
  margin-bottom: 2em;
}
.page--blog.page--blog--all .section--list .block--bloglist .block--title .tit {
  font-size: 18px !important;
}
.page--blog:not(.page--blog--all) .section--list .list--cat:not(.board) .list__item {
  border-radius: 2px;
  overflow: hidden;
}

@media screen and (min-width: 961px) {
  .page--blog:not(.page--blog--all) .section--list .list--cat:not(.board) .list__item,
  .page--photo:not(.page--photo-list) .section--list .list--cat li {
    width: calc((100% - 21px) / 4) !important;
    margin: 0 !important;
  }
  .page--blog .swiper-button-prev:after {
    margin-left: 3px;
  }
  .page--blog .swiper-button-next:after {
    margin-right: 3px;
  }
  .page--blog .section--list .list--blog.board li a {
    padding: 2em !important;
  }
  .page--blog .section--list .list--blog.board li a .block--txt {
    display: flex;
  }
  .page--blog .section--list .list--blog.board li a .block--txt .item__titara .date {
    width: 7em;
  }
  .page--blog .section--list .list--blog.board li a .block--txt .tit {
    width: calc(100% - 7em);
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  .page--blog:not(.page--blog--all) .section--list .list--cat:not(.board) .list__item,
  .page--photo:not(.page--photo-list) .section--list .list--cat li {
    width: calc(50% - 7px) !important;
    margin-bottom: 0;
  }
}
/* photo
------------------------------ */
.page--photo.page--blog--all .section--photo .list--cat {
  display: block;
}
.page--photo .section--photo .list--cat {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.page--photo .section--photo .list--cat .list__item .item__titara {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3px 5px;
  line-height: 1;
  background: #33302E;
  border-radius: 0 2px 0 0;
}
.page--photo .section--photo .list--cat .list__item .item__titara .date {
  color: white;
}
.page--photo:not(.page--photo-list) .section--list .list--cat li {
  border-radius: 2px;
  overflow: hidden;
}
.page--photo .section--list .block--title .tit {
  font-size: 18px !important;
}

/* movie
------------------------------ */
@media screen and (min-width: 961px) {
  .list--movie a .thumb .playmark {
    transition: 0.4s;
  }
  .list--movie a:hover .thumb .playmark {
    background: none;
  }
  .list--movie a:hover .thumb::after {
    opacity: 0;
  }
  .page--movie .section--list .list--movie {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .page--movie .section--list .list--movie li {
    width: calc((100% - 30px) / 3);
  }
}
/* photo
------------------------------ */
.page--photo .block--title {
  margin-bottom: 1em;
}
.page--photo .block--title .tit {
  font-family: Noto Sans JP, sans-serif;
}
.page--photo .list--photo {
  margin-bottom: 0;
}
.page--photo .section--list .block--photolist {
  margin-bottom: 40px;
}
.page--photo .section--list .block--photolist .list--photo li {
  margin-bottom: 0;
  margin-right: 1px;
}

/* feature
------------------------------ */
.page--feature .section--detail {
  max-width: 800px;
  margin: 0 auto;
}