@charset "UTF-8";
/*===================================================================================
背景　Star
==================================================================================*/
#starry_sky {
  width: 100%;
  height: 100%;
  position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
.star {
  background-color: white;
  position: relative;
  border-radius: 50%;
  animation-name: twinkle;
  animation-iteration-count: infinite;
}
@keyframes twinkle {
  50% {
    transform: scale(0.2);   
  }
} 
/*=====================================================================================
追従
=====================================================================================*/
.lp_cta_fixed {
 display: block!important;
 position: fixed;
 width: 100%;
 bottom: 0;
 background: rgba(0,0,0,.6);
 font-family: "source-han-sans-japanese", sans-serif;
 padding: .5em;
 z-index: 10;
}
.lp_cta_fixed p {
 text-align: center;
}
.lp_cta_fixed .btn a .small_btn {
 font-size: 14px;
}
.fix_btn_lead a {
 font-size: 15px;
 text-decoration: underline;
}
.lp_cta_fixed .btn a {
    height: 52px;
    margin-top: 0;
    font-size: 20px;
    position: relative;
    padding: .5em .6em .4em;
    display: block;
    background: #fc8e3d;
    background: -moz-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
    background: -webkit-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
    background: linear-gradient(to right, #fc8e3d 0%, #ff0576 100%);
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: 500px;
    text-decoration: none;
    border-radius: 100px;
    padding-left: 10px;
    box-sizing: border-box;
    line-height: 90%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-weight: 600;
}
.btn_wrap .btn {
 width: 600px;
 margin: auto;
}

footer {
    color: #FFF;
    position: relative;
    background: #fc8e3d;
    background: -moz-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
    background: -webkit-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
    background: linear-gradient(to right, #fc8e3d 0%, #ff0576 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8e3d', endColorstr='#ff0576', GradientType=1);
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    font-size: 12px;
}
.totop a {
	display: none!important;
	opacity: 0;
	overflow: hidden;
}
.totop.is-visible a{
	display: block!important;
	opacity: 1;
 width: 100px;
 height: auto;
 position: fixed;
 right: 1%;
 bottom: 00px;
 z-index: 100;
transform:translateY(0);
 transition: all .5s ease;
}
.totop.is-visible a:hover {
transform: translateY(-10px);
 transition: all .5s ease;
}
.pop {
	position: fixed;
	max-width: 210px;
	bottom:135px;
	right: -20px;
	z-index: 99999!important;
}
.pop:hover {
	right: -10px;
	transition: 0.2s all ease-in-out;
}
/*=====================================================================================
追従
=====================================================================================*/
.wrapper {
 font-family: "hiragino-kaku-gothic-pron", sans-serif;
font-weight: 300;
font-style: normal;
 color: #fff;
background: url("../images/blue_curtains.webp") no-repeat top center/100% auto #000a22;
 background-attachment: fixed;
 z-index: 0;
 position: relative;
}
.bold {
  font-weight: bold;
}
.sp {
 display: none;
}
.mt00 {
  margin-top:0 !important;
}
.mt80-45 {
  margin-top: 80px;
}
.opacity {
  transition: .3s;
}
.opacity:hover {
  opacity: .6;
  transition: .3s;
}
.font {
font-family: "fot-chiaro-std", sans-serif;
font-weight: 700;
font-style: normal;
}
.mw-1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.contents {
  max-width: 1300px;
  margin: 0 auto;
}
#js-lp-cta-fixed {
  display: none;
  margin: 0;
}
#js-lp-cta-fixed.is-fixed {
  display: block;
}
.box_inner {
 max-width: 1100px;
 margin: auto;
}
/* ==========================================================================
btn
========================================================================== */
.btn a {
   margin: 15px auto 0;
   display: block;
   background-color: #ffe500;
   color: #3d4361;
   font-size: 17px;
   font-weight: bold;
   text-align: center;
   width: 100%;
   max-width: 400px;
   height: 48px;
   display: flex;
   align-items: center;
   justify-content: center;
   text-decoration: none;
   border-radius: 100px;
   box-sizing: border-box;
}
/*
.btn a span {
   display: block;
   background-image: url("../images/playbtn.webp");
   background-size: 100% 100%;
   width: 20px;
   height: 20px;
   margin-left: 10px;
}
*/
/*視聴ボタン*/
.rank_wrap .play_btn {
 margin-top: 80px;
}
.btn_notes {
 display: block;
 padding-left: 64px;
 font-size: 15px;
}
.play_btn {
 width: 100%;
 margin-top: 15px;
 font-size: 20px;
 text-align: center;
 overflow: hidden;
 transition: ease all .5s;
}
.play_btn a {
 width: 100%;
 position: relative;
 display: block;
 padding: .7em 1em ;
 color: #fff;
 background: linear-gradient(to right, #ffbb2c 0%, #ff0576 100%);
 transition: ease all .5s;
}
.play_btn a.font {
 font-family: "hiragino-kaku-gothic-pron", sans-serif!important;
 font-weight: bold;
}
.play_btn a::after {
 position: absolute;
 display: block;
 content: '';
 bottom: 0;
 transform: translateY(-50%);
 right: 7px;
 background: #ffffff;
 height: 17px;
 width: 17px;
 clip-path: polygon(100% 0, 100% 100%, 0 100%);
 transition: ease all .5s;
}
.common_footer_wrapper {
 overflow: hidden;
}
.footer_logo a {
  display: block;
  background-image: url(../images/logo.svg);
  background-size: 100% 100%;
  width: calc(130px);
  height: calc(130px / 494.58 * 217.28);
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
/*contents*/
.flex_box {
 display: -webkit-flex;
 display: flex;
}
.flex_box.ai {
 -webkit-align-items: center;
 align-items: center;
}
.flex_box.js {
 justify-content: space-between;
}
.strict {
  line-break:strict;
 word-break: keep-all;
}
/*movie*/
.movie {
 max-width: 600px;
  aspect-ratio: 16 / 9;
 margin: 0 auto 0;
 border-radius: 20px;
 overflow: hidden;
}
.movie iframe {
  width: 100%;
  height: 100%;
}
.bg_black {
 margin-top: 30px;
 padding: 40px 0 60px;
 background: #000;
}
/* ---------------------------------------
l_box
-----------------------------------------*/
.l_box {
 padding: 120px 0 100px;
 z-index: 3;
}
.l_box.black_block {
 padding: 120px 0 0;
}
.title {
 max-width: 800px;
 margin: 0 auto 30px;
 text-align: center;
}

/* ---------------------------------------
rank
-----------------------------------------*/
#rank {
	position: relative;
	z-index: 10;
}
#rank .title_caption {
 /*background: linear-gradient(90deg,rgba(253, 248, 181, 1) 0%, rgba(255, 210, 138, 1) 50%, rgba(252, 254, 238, 1) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;*/
padding-bottom: 50px;
color: #FCF1C5;
	text-shadow: 2px 2px 8px rgba(0,9,47,1);
}
.title_caption {
 font-size: 32px;
 text-align: center;
 font-weight: 600;
}
.title_caption span {
 font-size: 16px;
}
.rank_link {
 max-width: 1000px;
 margin:0 auto 0;
 width: 90%;
 -webkit-flex-wrap: wrap;
 flex-wrap: wrap;
}
.rank_link > li {
 width: 16%;
 margin-right: .8%;
}
.rank_link > li a {
 position: relative;
 display: block;
 padding: 0.5em 0.3em 0.5em 0;
 text-align: center;
 background: linear-gradient(to right, #ffb82f 0%, #ff1174 100%);
 font-size: 14px;
 font-weight: 500;
}
.rank_link .rank_02 a {
 background: linear-gradient(to right, #ed6e9e 0%, #de4e6a 100%);
}
.rank_link .rank_03 a {
 background: linear-gradient(to right, #58900b 0%, #9db412 100%);
}
.rank_link .rank_04 a {
 background: #4ab9de;
}
.rank_link .rank_05 a {
 background: #dd5516;
}
.rank_link .rank_06 a {
 background: linear-gradient(to right, #af1029 0%, #fc173b 100%);
}
.rank_link .rank_07 a {
 background: #0b5387;
}
.rank_link .rank_08 a {
 background: linear-gradient(to right, #1f8ea9 0%, #21c29f 100%);
}
.rank_link .rank_09 a {
 background: #d73259;
}
.rank_link .rank_10 a {
 background: #ff9700;
}
.rank_link .rank_11 a {
 background: linear-gradient(to right, #a310d4 0%, #aa5dfd 100%);
}
.rank_link .rank_12 a {
 background: #00b38b;
}
.rank_link > li a::before {
 display: block;
 content: '';
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 right: 7px;
background: #ffffff;
  height: 6px;
  width: 10px;
 clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.center {
 text-align: center;
}
.rank_title {
 position: relative;
 display: inline-block;
 text-align: center;
 padding-top: 45px;
 padding-bottom: 20px;
 font-size: 48px;
 color: #ffbb2c;
 font-weight: 700;
}
.rank_title.gd {
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}
.rank_title::before {
 position: absolute;
 display: block;
 content: '';
 width: 45px;
 height: 45px;
 top: 0;
 left: 50%;
 transform: translateX(-50%);
 background: url("../images/ic_rank_01.webp") no-repeat 0 0/100%;
}
.rank_title::after {
 position: absolute;
 display: block;
 content: '';
 width: 350px;
 height: 4px;
 left: 50%;
 transform: translateX(-50%);
 bottom: 0;
 background: linear-gradient(to right, #ffbb2c 0%, #ff0576 100%);
}
.label_box {
 font-size: 13px;
 margin-right: 5px;
 padding: 5px 5px 2px;
 background: #ca1212;
 color: #fff;
 display: inline-block;
 font-weight: 600;
 text-align: center;
 line-height: 120%;
}
.label_box_l {
 font-size: 15px;
 width: 100px;
 margin-bottom: 5px;
 margin-right: 0;
}
.none_label {
 background: none;
}
small {
	font-size: 75%;
}
/*それぞれ*/
#rank_01 .rank_title {
 background: linear-gradient(to right, #ffbb2c 0%, #ff0576 100%);
 color: #ffbb2c;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}
#rank_02 .rank_title,
#rank_02 .rank_title::after {
background: linear-gradient(to right, #ed6e9e 0%, #de4e6a 100%);
}
#rank_02 .rank_title {
 color: #ed6e9e;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}
#rank_02 .rank_title::before {
 background: url("../images/ic_rank_02.webp") no-repeat 0 0/100%;
}
#rank_03 .rank_title,
#rank_03 .rank_title::after {
 background: linear-gradient(to right, #58900b 0%, #9db412 100%);
}
#rank_03 .rank_title {
 color: #9db412;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}
#rank_03 .rank_title::before {
 background: url("../images/ic_rank_03.webp") no-repeat 0 0/100%;
}
#rank_04 .rank_title {
 color: #4ab9de;
}
#rank_04 .rank_title::after {
 background: #4ab9de;
}
#rank_04 .rank_title::before {
 background: url("../images/ic_rank_04.webp") no-repeat 0 0/100%;
}
#rank_05 .rank_title {
 color: #dd5516;
}
#rank_05 .rank_title::after {
 background: #dd5516;
}
#rank_05 .rank_title::before {
 background: url("../images/ic_rank_05.webp") no-repeat 0 0/100%;
}
#rank_06 .rank_title,
#rank_06 .rank_title::after {
 background: linear-gradient(to right, #af1029 0%, #fc173b 100%);
}
#rank_06 .rank_title {
 color: #fc173b;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}
#rank_06 .rank_title::before {
 background: url("../images/ic_rank_06.webp") no-repeat 0 0/100%;
}
#rank_07 .rank_title::after {
 background: #0e6aac;
}
#rank_07 .rank_title {
 color: #0e6aac;
}
#rank_07 .rank_title::before {
 background: url("../images/ic_rank_07.webp") no-repeat 0 0/100%;
}
#rank_08 .rank_title,
#rank_08 .rank_title::after {
 background: linear-gradient(to right, #1f8ea9 0%, #21c29f 100%);
}
#rank_08 .rank_title {
 color: #21c29f;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}
#rank_08 .rank_title::before {
 background: url("../images/ic_rank_08.webp") no-repeat 0 0/100%;
}
#rank_09 .rank_title::after {
 background: #d73259;
}
#rank_09 .rank_title {
 color: #d73259;
}
#rank_09 .rank_title::before {
 background: url("../images/ic_rank_09.webp") no-repeat 0 0/100%;
}
#rank_10 .rank_title::after {
 background: #ff9700;
}
#rank_10 .rank_title {
 color: #ff9700;
}
#rank_10 .rank_title::before {
 background: url("../images/ic_rank_10.webp") no-repeat 0 0/100%;
}
#rank_11 .rank_title,
#rank_11 .rank_title::after {
 background: linear-gradient(to right, #a310d4 0%, #aa5dfd 100%);
}
#rank_11 .rank_title {
 color: #a310d4;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}
#rank_11 .rank_title::before {
 background: url("../images/ic_rank_11.webp") no-repeat 0 0/100%;
}
#rank_12 .rank_title::after {
 background: #00b38b;
}
#rank_12 .rank_title {
 color: #00b38b;
}
#rank_12 .rank_title::before {
 background: url("../images/ic_rank_12.webp") no-repeat 0 0/100%;
}
.rank_box {
 padding: 30px;
 background-color: rgba(0,0,0,0.65);
 margin: 80px auto;
 border: 5px solid #fff;
 border-image: linear-gradient(135deg,rgba(253, 248, 181, 1) 0%, rgba(255, 190, 82, 1) 50%, rgba(252, 254, 238, 1) 100%);
 border-image-slice: 1;
 box-shadow: 0 0 20px rgba(253, 248, 181, 1),12px 12px 20px rgba(0, 0, 0, 0.5);
}
.rank_wrap {
 margin-top: 40px;
}
.rank_wrap_1 .rank_im {
 width: 48%;
}
.rank_wrap_1 .rank_info {
 width: 48%;
}
.rank_contents_ttl {
 margin-bottom: 15px;
 font-size: 21px;
 line-height: 135%;
 -ms-align-items: center;
 align-items: center;
 font-weight: 600;
}
.rank_contents_ttl.mb {
 margin-bottom: 5px;
}
.rank_contents_ttl .ic_rental {
 padding-left: 40px;
}
.rank_contents_ttl .ic_rental::before {
 width: 30px;
 height: 30px;
}
.rank_wrap_2 .rank_contents_ttl.rank_contents_ttl_middle {
	font-size: 16px;
}
.rank_number {
 position: relative;
 display: block;
 margin-right: 15px;
 padding: 7px 10px;
 border: 3px solid #e0be6a;
 color: #e0be6a;
 font-size: 34px;
 font-weight: normal;
}
.accordion-rank .rank_number {
 margin-right: 5px;
}
.rank_number.rank_number_2 {
 color: #cccccc;
 border-color: #cccccc;
 font-size: 28px;
}
.rank_number.rank_number_3 {
 color: #b9847b;
 border-color: #b9847b;
 font-size: 28px;
}
.rank_number::after {
 display: block;
 content: '';
 position: absolute;
 width: 30px;
 height: 30px;
 top: -30px;
 left: 50%;
 transform: translateX(-50%);
 background: url("../images/ic_rank_gold.webp") no-repeat 0 0/100%
}
.rank_number.rank_number_2::after {
 background: url("../images/ic_rank_silver.webp") no-repeat 0 0/100%
}
.rank_number.rank_number_3::after {
 background: url("../images/ic_rank_bronze.webp") no-repeat 0 0/100%
}
.rank_wrap_2  {
 margin-top: 60px;
}
.rank_wrap_2 .rank_contents_ttl {
 font-size: 18px;
}
.copy {
 margin-top: 5px;
 font-size: 8px;
}
.rank_wrap_2 >li {
 width: 48%;
}
.rank_wrap.rank_wrap_2 .play_btn {
 margin-top: 15px;
}
/*テキストのアコーディオン*/
.text_accordion {
  position: relative;
}
.text_accordion.lead_accordion {
  margin-top: 20px;
}
.accordion-text {
  font-size: 15px;
}
/* ボタン */
.accordion-btn {
  bottom: -50px;
  cursor: pointer;
  display: inline-block;
  left: 0;
  margin: auto;
  padding: 5px 15px 7px;;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all .5s;
  width: fit-content;
  z-index: 1;
}
.text_accordion.lead_accordion .accordion-btn {
  bottom: -50px;
}
.text_accordion.lead_accordion .accordion-btn.is-show {
  bottom: -50px;
}
/* 続きを読むボタンの表記 */
.accordion-btn::after {
  content: "";
  display: inline-block;
  background: url("../images/ac_arrow.webp") no-repeat 0 0/ 30px;
  width: 30px;
  height: 30px;
}
/* ボタンhover時のスタイル */
.accordion-btn:hover {
 transform: translateY(8px)
}
.accordion-text {
  overflow: hidden; /* テキストを隠す */
  position: relative;
}
/* 最初に見えてるテキストエリアの高さ */
.accordion-text.is-hide {
  height: 90px;
} 
.accordion-text p {
 line-height: 150%;
}
/*
.accordion-text::before {
  background: -webkit-linear-gradient(top, rgba(43,37,3,0) 0%, rgba(43,37,3,.9) 50%, rgba(43,37,3,.9) 50%, #2b2602 100%);
  background:         linear-gradient(top, rgba(43,37,3,0) 0%, rgba(43,37,3,.9) 50%, rgba(43,37,3,.9) 50%, #2b2602 100%);
  bottom: 0;
  content: "";
  height: 60px; 
  position: absolute;
  width: 100%;
}
*/
/* 閉じるボタンの位置 */
.accordion-btn.is-show {
  bottom: -3em;
}
/* 閉じるボタンの表記 */
.accordion-btn.is-show::after {
  content: "";
  display: inline-block;
  background: url("../images/ac_arrow_d.webp") no-repeat 0 0/ 30px;
  width: 30px;
  height: 30px;
}
/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.accordion-btn.is-show + .accordion-text::before {
  display: none;
}
/*ランキングアコーディオン*/
.accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  position: relative;
  width: 100%;
}
.accordion-item +.accordion-item {
  margin-top: 10px;
}
.accordion-content {
  display: none;
}
.accordion-content p {
  font-size: 13px;
  line-height: 1.5;
}
/* タイトルの背景色 */
.accordion-item .accordion_header {
}
/* 矢印 */
.close_box a,
.accordion_header {
 position: relative;
 display: block;
 padding: .5em 1em;
/* background: #ff5802;*/
 font-size: 20px;
  cursor: pointer;
 transition: ease all .3s;
 border: 2px solid #fff600;
 border-image: linear-gradient(150deg,rgba(253, 248, 181, 1) 0%, rgba(255, 190, 82, 1) 50%, rgba(252, 254, 238, 1) 100%);
 border-image-slice: 1;
 color: #fcffce;
 text-align: center;
 line-height: 120%;
 background: linear-gradient(150deg,rgba(253, 248, 181, 1) 0%, rgba(252, 254, 238, 1) 100%); 
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.close_box a {
 font-weight: bold;
}
.close_box a::after,
.accordion_header::after {
 position: absolute;
 display: block;
 content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: #fdf1bc;
    height: 14px;
    width: 25px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  transition: ease all .3s;
}
.close_box a::after,
.accordion_header.open::after {
 top: 37%;
  transform: rotate(-180deg);
 transition: ease all .3s;
}
#rank .accordion_header::before {
 position: absolute;
 display: block;
 content: '';
 top: 50%;
 width: 40px;
 height: 40px;
 left: 15px;
 transform: translateY(-50%);
 background: url("../images/ic_rank.webp") no-repeat 0 0/100%;
}
.rank_number.rank_number_small {
 display: inline-block;
 padding: 3px 0;
 color: #fff;
 border-color: #fff;
 font-size: 18px;
 text-align: center;
 width: 43px;
}
.rank_number.rank_number_small::after {
 display: none;
}
#rank .accordion-rank .play_btn {
 width: 30%;
 max-width: 300px;
 margin-top: 0;
 font-size: 17px;
}
#rank .accordion-rank .play_btn a {
 padding: .3em 1em;
}
#rank .accordion-rank .rank_contents_ttl {
 font-size: 16px;
 margin-bottom: 0;
}
#rank .accordion-rank > li {
 font-size: 18px;
 padding: 20px 0;
 border-bottom: 2px solid #444444;
}
.accordion_one .accordion_inner {
	display: none;
}
#rank .s_05 {
 margin-top: 60px;
}
#rank .accordion-rank .rank_contents_ttl span.small {
	font-size: 14px;
	letter-spacing: -1px;
}
#rank .accordion-rank .rank_contents_ttl.notag_indent  {
	text-indent: -3em;
}
/*==================================================================================
スマホ
==================================================================================*/
@media screen and (max-width: 1000px) {
body {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      -webkit-text-size-adjust: 100%;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Helvetica, sans-serif;
  }
 .sp {
  display: block;
 }
 .pc {
  display: none;
 }
  .wrapper {
 position: relative;
 background: none;
}
 .home {
  position: fixed;
  top: 14px;
  left: 10px;
  width: 20%;
  max-width: 130px;
  z-index: 1000;
 }
.wrapper::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: url("../images/blue_curtains_sp.webp") no-repeat top left/100% auto #000a22;
}
main {
  background: none;
  font-weight: 400;
}
.l_box {
  padding-top: 60px;
  padding-bottom: 40px;
 }
.bg_black {
  margin-top: 20px;
 }
 #rank.l_box.black_block {
  padding-top: 50px;
}
.pop {
	max-width: 150px;
	bottom:80px;
	right: -15px;
}
 /*--------------------------------------------------------------------------
 btn
 --------------------------------------------------------------------------*/
 .btn_wrap .btn {
  width: 90%;
 }
 .btn-border-shadow.btn-border-small {
  font-size: 13px;
  padding-left: 5px;
  padding-right: 5px;
 }
 .fix_btn_lead a {
 font-size: min(3.1vw, 14px);
 }
 .lp_cta_fixed .btn a {
  width: 100%;
  height: auto;
  font-size: min(3.8vw,18px);
 }
 .lp_cta_fixed .btn a .small_btn {
 font-size: min(3.3vw, 14px);
 }
 /*--------------------------------------------------------------------------
 
 --------------------------------------------------------------------------*/
 .sns.sp {
  position: absolute;
  bottom: 18%;
  left: 50%;
  transform: translateX(-50%);
  display: -webkit-flex;
  display: flex;
  text-align: center;
  vertical-align: middle;
 }
 .sns p {
  width: 43px;
  margin-left: 10px;
 }
  .flex_box {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
 }
 .movie {
  width: 90%;
  border-radius: 10px;
 }
 .title {
  width: 90%;
  margin-bottom: 15px;
 }
 #rank .title_caption.font {
  font-size: min(5.5vw,24px);
	padding: 10px 0 30px;
	
 }
 .title_caption span {
  font-size: min(3vw,13px);
 }
 /*--------------------------------------------------------------------------
rank
 --------------------------------------------------------------------------*/
 .rank_link > li {
  width: 24%;
 }
 .rank_link > li:nth-of-type(n+5) {
  margin-top: 1%;
 }
 .rank_link > li a {
  font-size: min(2.5vw,14px);
 padding: 1em .7em;
 }
 .rank_link > li a::before {
  width: 6px;
  height: 4px;
  right: 4px;
 }
 .rank_box {
  padding: 15px 10px;
	margin: 40px auto;
	border: 3px solid #fff;
  border-image: linear-gradient(135deg,rgba(253, 248, 181, 1) 0%, rgba(255, 190, 82, 1) 50%, rgba(252, 254, 238, 1) 100%);
  border-image-slice: 1;
  box-shadow: 0 0 10px rgba(253, 248, 181, 1),12px 12px 15px rgba(0, 0, 0, 0.5);
 }
 .rank_title {
  padding-top: 33px;
  padding-bottom: 13px;
  font-size: min(8vw,40px);
 }
 .rank_title::before {
  width: 35px;
  height: 35px;
 }
 .rank_title::after {
  width: 280px;
  height: 3px;
 }
 .rank_contents_ttl {
  margin-bottom: 5px;
 }
.rank_contents_ttl .rank_number {
	margin-right: 0;
 margin-bottom: 5px;
	padding: 8px 10px;
	font-size: 20px;
}
 .rank_number::after {
  width: 20px;
  height: 20px;
  top: -20px;
 }
 .rank_contents_ttl.mb {
  margin-bottom: 8px;
 }
 .rank_contents_ttl.flex_box {
  -webkit-flex-direction: column;
  flex-direction: column;
   font-size: min(3.6vw,17px);
  text-align: center;
 }
 /*.rank_contents_ttl.flex_box br {
  display: none;
 }*/
 .rank_contents_ttl.flex_box br.sp {
  display: block;
 }
 .rank_contents_ttl.flex_box span.flex_ttl_sp {
  min-height: 45px;
	align-content: center;
	display: block;
 }
 .rank_contents_ttl.flex_box span.flex_ttl_sp_long {
  min-height: 75px;
	align-content: center;
 }
 .rank_contents_ttl.flex_box span.flex_ttl_sp_long.small {
  font-size: min(2.8vw, 12px);
 }
 .rank_contents_ttl + .flex_box {
  -webkit-flex-direction: column;
  flex-direction: column;
 }
 .rank_wrap_1 .rank_im,
 .rank_wrap_1 .rank_info {
  width: 100%;
 }
 .rank_wrap_one .contents_im {
  width: 70%;
 }
 .accordion_header .contents_more::before {
  width: 37%;
 }
 .label_box {
  font-size: 10px;
  margin-right: 5px;
   padding: 3px 5px 0px;
 }
  .label_box_l {
  margin-bottom: 3px;
  font-size: 10px;
  width: 70px;
  padding: 4px 5px;
 }
 .copy.left {
  text-align: left;
 }
 .accordion-text p {
  font-size: 12px;
 }
 .accordion-text.is-hide {
  height: 45px;
 }
 .rank_wrap .play_btn {
  margin-top: 50px;
 }
 .play_btn a {
   font-size: min(4vw,20px);
 }
 .text_accordion.lead_accordion .accordion-btn.is-show,
 .text_accordion.lead_accordion .accordion-btn {
  bottom: -40px;
 }
 .rank_wrap.rank_wrap_2 {
  margin-top: 40px;
 }
 .rank_wrap_2 .rank_contents_ttl.flex_box {
  font-size: min(3.3vw,15px);
 }
 .rank_wrap_2 .play_btn a {
  padding: .3em 1em;
  font-size: min(3.3vw,15px);
 }
 .rank_wrap_2 .play_btn a::after {
    bottom: -2px;
    right: 5px;
    height: 12px;
    width: 12px;
 }
 .rank_wrap.rank_wrap_2 .play_btn {
  margin-top: 10px;
 } 
 #rank .s_05 {
  margin-top: 30px;
 }
 #rank .accordion_header::before {
  width: 30px;
  height: 30px;
 }
 .close_box a::after, .accordion_header::after {
  height: 7px;
  width: 16px;
 }
 .rank_wrap {
  margin-top: 20px;
 }
 .text_accordion.lead_accordion,
 .accordion-text.only {
  margin-top: 15px;
 }
 .accordion-text.only + .play_btn {
  margin-top: 20px;
 }
 .s_05 .rank_contents_ttl .rank_number.rank_number_small {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  padding: 0;
  font-size: 13px;
  border: 2px solid #fff;
 }
 #rank .accordion-rank .rank_contents_ttl {
  position: relative;
  padding-left: 35px;
  font-size: min(3vw,14px);
  width: 70%;
  font-weight: normal;
 }
 #rank .accordion-rank .rank_contents_ttl span.small {
    font-size: min(2.8vw,12px);
    letter-spacing: -1px;
}
 #rank .accordion-rank > li {
  padding: 12px 0;
 }
 .btn_notes {
  margin-top: 5px;
  padding-left: 0;
  line-height: 120%;
  font-size: min(2.8vw,12px);
 }
 .accordion-rank .flex_box {
  -ms-align-items: center;
  align-items: center;
 }
 #rank .accordion-rank .play_btn {
  width: 28%;
 }
 #rank .accordion-rank .play_btn a {
  padding: .3em 1em;
  font-size: min(3.3vw, 13px);
 }
 #rank .accordion-rank .play_btn a::after {
  bottom: -2px;
  right: 5px;
  height: 12px;
  width: 12px;
 }
 .rank_contents_ttl .ic_rental {
  padding-left: 20px;
  display: inline-block;
 }
 .rank_contents_ttl .ic_rental::before {
  width: 18px;
  height: 18px;
 }
 .accordion {
  margin-top: 10px;
 }
 .close_box a,
 .accordion_header {
  padding: 7px 10px 5px;
  font-size: min(3.5vw,16px);
 }
 .sp_row .accordion_header {
  text-align: center;
 }
 .accordion_header.open::after {
  top: 40%;
 }
 .accordion_header::before {
    width: 33%;
    left: 52%;
}
 .contents_copy {
  font-size: 8px;
 }
 .rank_wrap_two.flex_box.js {
  width: 90%;
  margin: auto;
  -webkit-flex-direction: row;
  flex-direction: row;
 }
 .rank_wrap_two.flex_box.js > li {
  width: 49%;
 }
 .copy {
  font-size: 5px;
  margin-top: 3px;
 }
 .small_btn a {
  padding: 7px 10px 5px;
  font-size: min(3.5vw,16px);
  border: 1px solid;
 }
 .small_btn a::after {
  width: 15px;
  height: 19px;
  right: 10px;
 }
 .accordion_header::after {
  right: 10px;
 }
 .rank_wrap_one.flex_box.js {
  width: 90%;
  margin: auto;
 }
 .small_btn {
  margin-top: 10px;
 }
 .accordion_header {
  border: 1px solid;
 }
/*--------------------------------------------------------------------------
規約
 --------------------------------------------------------------------------*/
.tokuten_scroll {
	padding: 1.5em;
	font-size: 12px;
	border-radius: 10px;
}

.tokuten_scroll .inn {
	padding-right: 0.5em;
}
	/*--------------------------------------------------------------------------
 ヘッダー
 --------------------------------------------------------------------------*/
 .c-hamburger__text {
  display: none!important;
 }
.l-header {
  display: block;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 43px;
}
 .p-nav__inner {
  width: 100%;
 }
.c-hamburger {
  position: relative;
  width: inherit;
  height: inherit;
  margin: 0;
  cursor: pointer;
}
.c-hamburger span {
  display: block;
  position: relative;
  left: 50%;
  width: 30px;
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(to right, #ffbb2c 0%, #ff0576 100%);
  transition: all 0.4s;
}
.c-hamburger span:nth-of-type(1) {
  top: -4px;
}
.c-hamburger span:nth-of-type(2) {
  top: 1px;
}
.c-hamburger span:nth-of-type(3) {
  top: 6px;
}
.c-hamburger .c-hamburger__text {
  display: block;
  top: 12px;
  background: transparent;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.c-hamburger.is-active span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(225deg);
}
.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.c-hamburger.is-active span:nth-of-type(3) {
  top: -4px;
  transform: translateX(-50%) rotate(-225deg);
}
.p-header__nav {
  display: flex;
  z-index: 10;
  position: absolute;
  top: 0;
  right: -100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: transparent;
  font-weight: 700;
  opacity: 0;
  transition: 0.6s;
}
.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  padding: 13px 20px;
 background: rgba(0,0,0,.7);
}
.p-header__title {
  width: 100%;
  max-width: 120px;
  height: 48px;
  background: lightgray;
}
.p-header__title a {
  display: block;
  width: 100%;
  height: auto;
}
.p-header__title a img {
  height: 100%;
}
.p-header__hamburger {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 100%;
}
.p-header__nav.is-active {
  position: fixed;
  top: 0;
  right: 0;
 background: url("../images/bg_all.webp") top center/500% #000;
  opacity: 1;
  transition: 0.6s;
}
.p-nav {
  padding-top: 72px;
  padding-bottom: 72px;
}
.p-nav__list {
  display: block;
  width: 100%;
  padding: 0 30px;
}
   .p-nav__list li a.none {
  pointer-events: none;
 }
.p-nav__item {
  position: relative;
  width: 100%;
}
.p-nav__item + .p-nav__item {
  margin-top: 20px;
}
.p-nav__link {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
 font-size: 18px;
 font-weight: normal;
 color: #000c8e;
}
 .totop.is-visible a{
	max-width: 110px;
  width: 22%;
  right: 0px;
  bottom: 150px;
}
 .box_inner {
  width: 90%;
 }
 footer  {
  height: 40px;
 }
}

@media screen and (min-width: 1001px) {
 #rank .accordion-rank > li .copy {
  position: absolute;
  padding-left: 105px;
  margin-top: 0;
  line-height: 0;
 }
 .btn-border-shadow.ic_info span {
  padding-left: 20px;
 background: url("../images/ic_info.webp") no-repeat left 0 top 50%/18px;
}
 .btn-border-shadow.btn-border-small {
 padding: calc(.75rem - 12px) 1.5rem .75rem .8rem;
 font-size: 10px;
 font-weight: normal;
}
 a.btn-border-shadow.btn-border-small:hover {
  padding: calc(.75rem - 6px) 1.5rem calc(.75rem - 6px) .8rem;
}
 .pc_flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  align-items: flex-start;
 }
 .pc_flex > * {
  width: 49%;
  margin-right: 2%;
 }
 .pc_flex > *:nth-of-type(2n) {
  margin-right: 0;
 }
 .flex_box_two > .pc_cange_01 {
  width: 49.5%;
  margin-right: 1%;
 }
 .flex_box_two > .pc_cange_02 {
  margin-right: 0;
 }
 .play_btn a:hover::after {
 bottom: 50%;
 transform: translateY(50%);
 right: 7px;
 height: 19px;
 width: 15px;
 clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.play_btn a:hover {
 background: linear-gradient(to right, #ff0576 0%, #ffbb2c 100%);
}
#rank .accordion-rank .play_btn {
  width: 20%;
 }
/*#rank_09 .accordion-rank h3 {
  letter-spacing: -0.8px;
	font-weight: 500;
 }*/
 .accordion-btn.sp {
  display: none;
 }
 .box_inner {
  width: 90%;
 }
 .rank_link > li:nth-of-type(6n) {
  margin-right: 0;
 }
 .rank_link > li:nth-of-type(n+7) {
  margin-top: 5px;
 }
 .copy_im {
  position: relative;
 }
 .kuwashiku .small_btn {
  margin-top: 60px;
 }
 .kuwashiku .accordion {
  margin-top: 0;
 }
 .kuwashiku .accordion_header {
  margin-top: 15px;
 }
 .kuwashiku .accordion_header.open {
  margin-top: 10px;
  padding: .1em 1em;
  font-size: 14px;
 }
 .mt_non {
  margin-top: 0!important;
 }
 .wrapper {
   background-attachment: fixed;
 }
 /*ヘッダー*/
header {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 100;
 display: -webkit-flex;
 display: flex;
 justify-content: space-between;
 -webkit-align-items: center;
 align-items: center;

}
 .right.pc {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-top: 8px;
 }
header .home {
 width: 130px;
 padding-left: 1em;
 padding-top: 1em;
}
 .sns.pc {
  display: inline-block;
  margin-left: 20px;
 }
 .right.pc .tag:nth-of-type(n+2) {
  margin-left: 15px;
 }
  .footer_fix {
      margin: 2% auto;
  }
  .lp_cta_fixed .lp_fv_cta_btn {
      width: min(44vw, 450px);
  }
 .btn_flex {
  max-width: 800px;
 display: -webkit-flex;
 display: flex;
 justify-content:space-between;
 margin: auto;
 text-align: center;
 padding: 0;
}
 .menu ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.menu ul li {
 display: inline-block;
 border-right: 1px solid #db0214;
}
.menu ul li:last-of-type {
 border: none;
}
.menu ul li a {
  display: block;
  padding: 0 10px;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 18px;
 font-weight: bold;
}
 .flex_box_three > li:nth-of-type(3n) {
 margin-right: 0;
}
 .flex_box_four > li:nth-of-type(4n) {
  margin-right: 0;
 }
 .flex_box_two > *:last-of-type,
 .flex_box_three > li:last-of-type {
 margin-right: 0;
}
  .flex_box_four > li:nth-of-type(n+5),
 .flex_box_three > li:nth-of-type(n+4) {
 margin-top: 30px;
}
}
