/*
Author: Team KOHIMOTO
Author URI: https://kohimoto.com/
*/
/* =======================================================
* media query
* ======================================================= */
/* =======================================================
* other common
* ======================================================= */
.br_sp {
  display: none; }
  @media (max-width: 1060px) {
    .br_sp {
      display: block; } }

body.other .content {
	background: url(../images/bg_other.png);
	background-repeat: repeat-y;
	background-size: 100% 100%;
}

body.other .loading {
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-position: center center;
  background-size: 60px 60px;
  z-index: 15;
  width: 60px;
  height: 60px;
  text-align: center;
  margin: 0 auto;
  z-index: 15;
}

body.other .hide {
  display: none;
}

body.other .pc_1300 {
  max-width: 1340px;
  margin: 0 auto;
}

body.other h2 small {
  font-size: 0.7rem;
}

body.other .fv_area .fv_bg {
  min-height: auto;
  background-image: url(../images/pc/fv.png);
}

body.other .fv_area .fv_bg:after {
  background-image: url(../images/pc/other_fv_top.png);
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  height: auto;
  padding-top: 33.31111%;
  z-index: -1;
}
@media (max-width: 576px) {
  body.other .fv_area .fv_bg:after {
    background-image: url(../images/sp/other_fv_top.png);
    width: 314px;
	}
}

body.other .fv_area h2 {
  font-size: 2rem;
	margin-bottom: 1rem;
}
@media (max-width: 1060px) {
  body.other .fv_area h2 {
    font-size: 1.5rem;
    line-height: 1.433;
	}
}

body.other .fv_area h2:before {
  background-image: url(../images/h2_before02.png);
  left: 27%;
}
@media (max-width: 1060px) {
  body.other .fv_area h2:before {
    left: 15%;
	}
}
@media (max-width: 576px) {
  body.other .fv_area h2:before {
    left: 10%;
	}
}

body.other .fv_area h2:after {
  top: 45%;
  left: 74%;
}
@media (max-width: 1060px) {
  body.other .fv_area h2:after {
    left: 88%;
	}
}
@media (max-width: 576px) {
  body.other .fv_area h2:after {
		top: 43%;
    left: 90%;
	}
}

body.other .fv_area #content {
	background: none;
  padding-top: 14rem;
  padding-bottom: 4rem;
}
@media (max-width: 1060px) {
  body.other .fv_area #content {
    padding-top: 4rem;
    padding-bottom: 2.5rem;
	}
}

body#event .fv_area #content {
	padding-bottom: 0;
}

body.other .fv_area #content .fv_ex_txt {
  font-size: 1.3rem;
  font-weight: bold;
  padding-bottom: 0rem;
  margin-bottom: 1rem;
}
@media (max-width: 1060px) {
  body.other .fv_area #content .fv_ex_txt {
    font-size: 1rem;
	}
}
@media (max-width: 768px) {
  body.other .fv_area #content .fv_ex_txt {
		font-size: 0.95rem;
		padding: 0 1.2rem;
	}
}

body.other .fv_area #content .fv_ex_txt2 .fv_ex_txt {
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 0rem;
}
@media (max-width: 1060px) {
  body.other .fv_area #content .fv_ex_txt2 .fv_ex_txt {
    font-size: 0.95rem;
	}
}
@media (max-width: 576px) {
  body.other .fv_area #content .fv_ex_txt2 .fv_ex_txt {
    font-size: 0.7rem;
    margin-top: 1.5rem;
	}
}

body.other .fv_area .btn_fv {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

body.other #content_area {
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  body.other #content_area {
    padding: 0;
	}
}
@media (max-width: 1060px) {
  body.other #content_area section {
    padding: 0 0rem;
	}
}

body.other .rank {
  max-width: 467px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (max-width: 576px) {
  body.other .rank {
    padding: 0;
	}
}

body.other .cast_list {
  text-align: left;
}

body.other .cast_list .num {
	background: #40afff;
	color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-bottom: 0.6rem;
	padding: 20px;
}
@media (max-width: 576px) {
  body.other .cast_list .num {
    font-size: 1.1rem;
		padding: 10px;
    margin-bottom: 0;
	}
}

body.other .cast_list .num img {
  padding-right: 0.5rem;
  vertical-align: bottom;
  max-width: 50px;
}
@media (max-width: 576px) {
  body.other .cast_list .num img {
    width: 30px;
	}
}

@media all and (-ms-high-contrast: none) {
  body.other .cast_list *::-ms-backdrop,
	body.other .cast_list .num img {
    vertical-align: auto;
	}
}

body.other .cast_list .txt {
	color: #0095ff;
  font-size: 1.2rem 0 1rem;
  font-weight: 600;
  line-height: 1;
  padding: 1rem 0 0.5rem;
}
@media (max-width: 576px) {
  body.other .cast_list .txt {
    font-size: 0.7rem;
    padding: 0.8rem 0 0.5rem;
	}
}

@media all and (-ms-high-contrast: none) {
  body.other .cast_list *::-ms-backdrop,
	body.other .cast_list .txt {
    margin-top: 0.5rem;
	}
}

body.other .cast_list .prof {
  font-size: 0.7rem;
  line-height: 1.6;
  padding-bottom: 0.5rem;
}
@media (max-width: 576px) {
  body.other .cast_list .prof {
    font-size: 0.6rem;
	}
}

body.other .cast_list .point {
  font-size: 0.7rem;
  color: #999999;
  text-align: right;
}
@media (max-width: 576px) {
  body.other .cast_list .point {
    font-size: 0.6rem;
	}
}

body.other .cast_list .img {
  text-align: center;
  position: relative;
}

body.other .cast_list .img .badge {
  position: absolute;
  left: -70px;
  top: -65px;
}
@media (max-width: 576px) {
  body.other .cast_list .img .badge {
    left: -33px;
    top: -35px;
    width: 70px;
	}
}

body.other .cast_list .img img {
  display: block;
  line-height: 1;
}

body.other .cast_list .img .inner_img {
  display: block;
  line-height: 1;
  background-size: 100%;
  padding-top: 100%;
}

body.other .cast_list .img a {
  position: relative;
  display: block;
}

body.other .cast_list .img a .play {
  width: 68px;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
@media (max-width: 576px) {
  body.other .cast_list .img a .play {
    bottom: 0.5rem;
    right: 0.5rem;
	}
}

body.other .cast_list.list01 {
  margin-bottom: 3rem;
}
@media (max-width: 1060px) {
  body.other .cast_list.list01 {
    padding: 0 2rem;
	}
}
@media (max-width: 576px) {
  body.other .cast_list.list01 {
    margin-bottom: 2rem;
	}
}

body.other .cast_list.list01,
body.other .cast_list.list02 {
	text-align: center;
}
@media screen and (max-width: 991px) {
	body.other .cast_list.list02 {
		text-align: left;
	}
}

@media (max-width: 576px) {
  body.other .cast_list.list01 .rank {
		max-width: 200px;
	}
}

@media (max-width: 576px) {
  body.other .cast_list.list01 .img .play {
    width: 46px;
    height: 46px;
	}
}

body.other .cast_list.list02 {
  margin-bottom: 4rem;
}
@media (max-width: 1060px) {
  body.other .cast_list.list02 {
    padding: 0 2rem;
	}
}
@media (max-width: 576px) {
  body.other .cast_list.list02 {
    margin-bottom: 2rem;
		padding: 0 0.8rem;
	}
}

@media (max-width: 576px) {
  body.other .cast_list.list02 .rank {
    padding: 0 0.375rem;
	}
}

@media (max-width: 576px) {
  body.other .cast_list.list02 .img .play {
    width: 37px;
    height: 37px;
	}
}

@media (max-width: 1060px) {
  body.other .cast_list.list03 {
    padding: 0 1.375rem;
	}
}
@media (max-width: 576px) {
  body.other .cast_list.list03 {
    padding: 0 0.8rem;
	}
}

body.other .cast_list.list03 li {
  text-align: left;
  padding: 0 0.6rem 3.5rem;
}
@media (max-width: 576px) {
  body.other .cast_list.list03 li {
    padding: 0 0.4rem 2rem;
	}
}

body.other .cast_list.list03 li .play {
  width: 44px;
  bottom: 0.5rem;
  right: 0.5rem;
}
@media (max-width: 576px) {
  body.other .cast_list.list03 li .play {
    width: 23px;
    bottom: 0.25rem;
    right: 0.25rem;
	}
}

#member .content {
  padding-top: 1rem;
}
@media (max-width: 1060px) {
  #member .content {
    padding-top: 2rem;
	}
}

#member h2:before {
  left: 36%;
}
@media (max-width: 576px) {
  #member h2:before {
    left: 13%;
	}
}

#member h2:after {
  left: 64%;
}
@media (max-width: 576px) {
  #member h2:after {
    left: 86%;
	}
}

/* =======================================================
* slick
* ======================================================= */
.block_list {
	max-width: 960px;
	padding: 3rem 0 6rem;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .block_list {
    margin: 0rem auto 3rem;
    padding: 1rem 1rem 0rem;
	}
}

@media (max-width: 1060px) {
  .block_list .slick-slider {
    padding: 0 2rem;
	}
}
@media (max-width: 576px) {
  .block_list .slick-slider {
    padding: 0 0rem;
	}
}

@media (max-width: 576px) {
  .block_list .slick-slider .slick-list {
    padding: 0 15% 0 0;
	}
}

.block_list .slick-slider .slick-item {
  display: inline-block;
  margin: 0 0.4rem;
  padding: 0;
  font-size: inherit;
  border: 2px solid #3a3a3a;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 1060px) {
  .block_list .slick-slider .slick-item {
    font-size: 0.7rem;
	}
}
@media (max-width: 576px) {
  .block_list .slick-slider .slick-item {
    margin: 0 0.25rem;
	}
}

@media (max-width: 1060px) {
  .block_list .slick-slider .slick-item a {
    padding: 0.5rem 1rem;
	}
}
@media (max-width: 576px) {
  .block_list .slick-slider .slick-item a {
    padding: 0.5rem 0.5rem;
	}
}

.block_list .slick-slider .slick-item a.selected {
  background: -webkit-gradient(linear, left top, right top, from(#f0eb47), to(#ffed7b));
  background: -webkit-linear-gradient(left, #f0eb47 0%, #ffed7b 100%);
  background: -o-linear-gradient(left, #f0eb47 0%, #ffed7b 100%);
  background: linear-gradient(to right, #f0eb47 0%, #ffed7b 100%);
	background: #3a3a3a;
	color: #fff !important;
}

.block_list .slick-slider .slick-item a:hover {
  opacity: 1;
	background: #3a3a3a;
  color: #fff;
}

@media (max-width: 1060px) {
  .block_list .slick-slider .slick-item a i {
    font-size: 1.1rem;
	}
}

@media all and (-ms-high-contrast: none) {
  .block_list .slick-slider .slick-item a *::-ms-backdrop,
	.block_list .slick-slider .slick-item a i {
    margin-top: 0;
    top: 15px;
	}
  .block_list .slick-slider .slick-item a *::-ms-backdrop,
	.block_list .slick-slider .slick-item a span {
    top: 15px;
	}
}

.block_list .slick-arrow {
  font-size: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-align: center;
  border: none;
}

/* =======================================================
* popup
* ======================================================= */
.modal_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
  overflow: auto;
}

.modal_wrapper video {
  max-height: 100vh;
  padding: 5rem 2rem;
  max-width: 100%;
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .modal_wrapper video {
    padding: 1rem 2rem;
	}
}

.modal_wrapper.hide {
  display: none;
}

.modal_wrapper .close {
  background: url(../images/close.png);
  font-size: 0;
  width: 62px;
  height: 62px;
  background-size: 100%;
  position: absolute;
  top: 3rem;
  left: 63%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 1060px) {
  .modal_wrapper .close {
    left: 70%;
	}
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .modal_wrapper .close {
    width: 46px;
    height: 46px;
    left: auto;
    right: 0;
    top: 2rem;
	}
}
@media (max-width: 576px) {
  .modal_wrapper .close {
    width: 46px;
    height: 46px;
    left: auto;
    right: 0;
	}
}

/* =======================================================
* btn fixed
* ======================================================= */
.btn_fixed {
  width: 100%;
}

.btn_fixed.fixed {
  position: fixed;
  top: 145px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  background: rgba(240, 235, 71, 0.5);
  z-index: 5;
  padding: 0rem 0 1.5rem;
}
@media (max-width: 1060px) {
  .btn_fixed.fixed {
    top: 96px;
    padding: 0rem 2rem 1rem;
	}
}
@media (max-width: 576px) {
  .btn_fixed.fixed {
    padding: 0rem 1rem 1rem;
	}
}

.btn_fixed.fixed .btn.btn_fv {
  margin-top: 1rem;
}

/* event01/block01.html result01/block01.html */
#event .wrapper {
	padding-bottom: 100px;
}

#event .content section {
  padding: 0;
}

span.badge {
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	font-size: 24px;
	position: relative;
  top: -13px;
  left: 20px;
	padding: 15px;
}
@media screen and (max-width: 1024px) {
	span.badge {
		top: -10px;
    left: 12px;
		font-size: 15px;
	}
}

.font-bg  {
	font-size: 3rem;
}
@media screen and (max-width: 1024px) {
	.font-bg {
		font-size: 1.6rem;
		line-height: 0;
	}
}

.otherTop {
	max-width: 700px;
	margin: 0 auto;
}

.labelRdus {
	display: inline-block;
	background: #f2ffb3;
	border-radius: 30px;
	font-size: 20px !important;
	padding: 15px 30px;
}

body.other .fv_area #content .fv_ex_txt:first-of-type {
	margin-top: 0;
}

@media screen and (min-width: 769px) {
	body.other .fv_area #content .otherBtm .fv_ex_txt:first-of-type {
		position: relative;
		top: 18px;
	}
}
@media screen and (min-width: 1060px) {
	body.other .fv_area #content .otherBtm .fv_ex_txt:first-of-type {
		position: relative;
		top: 10px;
	}
}

.labelBlu {
	display: block;
	background: #40afff;
	color: #fff;
	margin: 15px 0;
}

.labelBlu:first-of-type {
	margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
	.labelBlu:first-of-type {
		margin-bottom: 10px;
	}
}

#result .labelBlu {
	margin-bottom: 10px;
}

.font-md-lg {
	font-size: 32px;
}
@media screen and (max-width: 1024px) {
	.font-md-lg {
		font-size: 20px;
	}
}

.font-lg {
	font-size: 34px;
}
@media screen and (max-width: 768px) {
	.font-lg {
		font-size: 24px;
	}
}

.otherTop .font-lg {
	display: inline-block;
	padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.otherTop .font-lg {
		display: inline;
		padding-bottom: 10px;
	}
}

#result .otherTop .font-lg {
	padding-bottom: 0;
}

.otherBtm {
	display: flex;
	background-image: url(../images/bg_event_top.png);
	background-size: cover;
	background-repeat: no-repeat;
  justify-content: center;
	padding: 30px 35px;
}
@media screen and (max-width: 768px) {
	.otherBtm {
		display: block;
		background-image: url(../images/bg_event_top_sp.png);
	}
}

.otherBtm .fv_ex_txt {
text-shadow:
  rgba(255,255,255,0.5) 1px 1px 5px, rgba(255,255,255,0.5) -1px 1px 5px,
  rgba(255,255,255,0.5) 1px -1px 5px, rgba(255,255,255,0.5) -1px -1px 5px;
	padding: 0 15px;
	margin: 0 !important;
}

.otherBtm .btn.btn_df {
	margin: 0 15px;
}

@media screen and (max-width: 768px) {
	body.other .fv_area #content .otherBtm .fv_ex_txt,
	body.other .fv_area #content .otherBtm .btn.btn_df {
		margin: 0 auto !important;
	}
}
@media screen and (max-width: 768px) {
	body.other .fv_area #content .otherBtm .fv_ex_txt {
		padding: 0 0 10px 0;
	}
}

.slick-item.btn {
	background: #fff;
}

.slick-item.btn .inner_btn {
	border-radius: unset;
	padding: 15px 1rem;
}

.block_list .slick-slider .slick-item a.selected:hover {
	opacity: 0.7;
}
