@charset "utf-8";

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ====================ranking2023_discas======================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

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

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}



/* CSS Document */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html { font-size: 62.5%; }

body {
  font-size: 1.6rem;
  font-family: 'Roboto', 'Noto Sans JP',Meiryo, sans-serif;
  color: #000;
  background-color: #fff;
}

html, body {
  height: 100%;
}

li {
  list-style: none;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.8;
}
a:hover img {
  opacity: 0.8;
  /*opacity: 0.65;
  -moz-opacity: 0.65;*/
  filter: brightness(105%) contrast(90%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
}

.clearfix:after {
  clear: both;
}

@media (max-width: 768px) {
   body {
    font-size: 1.4rem;
  } 
}

  /* anime */
.inview,
.inv,
.fadein,
.fadeinD,
.fadeinL,
.fiL,
.fiR,
.bgRLextendAnime{
  opacity: 0;
}
.inv{
  animation-delay: 0;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
}

.btn{margin:1vw 0 0;}
  
/*****************/
.l_contents {
  width: min(98%,1040px);
  margin: auto;
  padding: 0;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .l_contents {
    width: 100%;
    padding: 0 2vw;
    overflow: hidden;
  }
}

[class^=col-] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}


/*****************
header
*****************/
.header {
  background: #000;
}
.inner-header{
  width: min(100%,1220px);
  margin: auto;
  padding: 21px 0 10px 10px;
  
}
.logo{
  display: inline-block;
}
.logo_tv{
  width: 100%;
  max-width: 240px;
}

@media (max-width: 768px) {
  .header {
  }
  .inner-header{
    max-width: 100%;
    padding: 1.5vw 3.999vw 2.4vw 2.8vw;
  }
  .logo_tv{
    width: 39.8vw;
    max-width: auto;
  }
}

/*****************
main
*****************/
.loading{
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans",  Meiryo, sans-serif;
  background: #333;
}
.main-content{
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans",  Meiryo, sans-serif;
  color: #000;
}
.dp_sp{
  display: none;
}
.dp_pc{
  display: block;
}

@media (max-width: 768px) {
  .loading img{
    width: 100%;
  }
  .dp_sp{
    display: block;
  }
  .dp_pc{
    display: none;
  }
}


/*****************
top_nav
*****************/
.top_nav{
  width: 100%;
  background: #333;
  padding-bottom: 2px;
}
.top_nav ul{
  display: flex;
  width: min(98%,1040px);
  height: 63px;
  margin: auto;
  background: #404040;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.top_nav li{
  width: 25%;
}
.top_nav li:not(:last-child){
  border-right: 1px solid #333;
}
.top_nav li a,.top_nav li span{
  width: 100%;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.top_nav li .active,.top_nav li a:hover{
  background: #222;
  color: #ffb609;
}
.top_nav li.r18{
  background: #c37799;
  color: #fff;
  position: relative;
}
.top_nav li.r18 a{
  padding-right: 1.4em;
}
.top_nav li.r18::after{
  position: absolute;
  content: "";
  background: url("../img/ico_arr.png") center bottom no-repeat;
  background-size: 100%;
  width: 13px;
  height: 13px;  
  right: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(1.8em);
}
.top_nav li:first-child a,.top_nav li:first-child span{
}
.top_nav li.r18 a:hover{
  background: #b56187;
  color: #fff;
}

@media (max-width: 768px) {
  .top_nav ul{
    width: 100%;
    height: 6.5vw;
    border-radius: 0;
  }
  .top_nav li a,.top_nav li span{
    height: 6.5vw;
    font-size: 3.2vw;
  }
  .top_nav li.r18 a{
    padding-right: 1.1em;
  }
  .top_nav li.r18::after{
    width: 2.1vw;
    transform: translateY(-68%) translateX(190%);
  }
}

/*****************
main-top
*****************/
.main-top {
  width: 100%;
//  height: 304px;
//  background: url("../img/main_bg_pc.png") center bottom no-repeat;
}
.main-top .ttl {
//  height: 304px;
  margin-inline: auto;
  padding-top: 4px;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.main-top .main_ttl{
//  width: 530px;
//  height: 257px;
}

@media (min-width: 1920px) {
  .main-top{
//    background: url("../img/main_bg_pc.png") center center no-repeat;
//    background-size: 100%;
  }
}

@media (max-width: 768px) {
  .main-top {
//    height: 80.6vw;
//    background: url("../img/main_bg_sp.png") center top no-repeat;  
//    background-size: 100%;
  }
  .main-top .ttl {
//    height: 80.6vw;
    padding-top: inherit;
    justify-content: center;
  }
  .main-top .main_ttl{
//    width: 73.2vw;
//    height: auto;
  }
}

/*****************
mainArea
*****************/
.mainArea{
  background: #f5f5f7;
  padding-block: 65px 80px;
  color: #404040;
}


/*l_totalterm*/
.l_totalterm{
  font-size: 32px;
  color: #121210;
  text-align: center;
  padding-bottom: 50px;
}

/*l_bnrArea*/
.l_bnrArea{
  width: min(80.7vw,840px);
  margin: auto;
  margin-bottom: 40px;
}
.l_bnrArea.l_bnrArea01{
  margin-block: -15px 50px;
}
.l_bnrArea li:not(:last-child){
  margin-bottom: 40px;
}

/*l_copyArea*/
.l_copyArea{
  margin-bottom: 175px;
  padding-inline: 50px;
  line-height: 1.5;
  letter-spacing: .05em;
}

/*l_snsArea*/
.l_snsArea{
  width: min(80.7vw,840px);
  margin: auto;
}
.l_snsArea ul{
  display: flex;
//  justify-content: flex-end;
  gap:23px;
}

@media (max-width: 768px) {
  .mainArea{
    padding-block: 7.4vw 5.7vw;
  }

  /*l_totalterm*/
  .l_totalterm{
    font-size: 4.1vw;
    padding-bottom: 4vw;
    letter-spacing: .05em;
  }

  /*l_bnrArea*/
  .l_bnrArea{
    width: 80vw;
    margin-bottom: 0;
  }
  .l_bnrArea li:not(:last-child){
    margin-bottom: 3vw;
  }
  .l_bnrArea.l_bnrArea01{
    margin-block: 0 5.3vw;
  }
  .l_bnrArea02{
    margin-bottom: 6.6vw;
  }

  /*l_copyArea*/
  .l_copyArea{
    margin-bottom: 12vw;
    padding-inline: 0;
    font-size: 2.6vw;
    line-height: 1.2;
  }

  /*l_snsArea*/
  .l_snsArea{
    width: 93.7vw;
  }
  .l_snsArea ul{
    gap:3vw;
  }
  .l_snsArea li{
    width: 6.8vw;
  }
}

/*****************
l_ranking10
*****************/
.l_ranking10 {
  margin-bottom: 72px;
}
.l_ranking10_ttl{
  margin-bottom: 54px;
  padding-block: 7px 10px;
  background: #aa800c;
  color: #f5f5f7;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  border-radius: 5px;
}
.l_comic .l_ranking10_ttl{
  background: #fff200;
  color: #404040;
}
.l_ranking10_inner{
  margin-bottom: 48px;
  padding: 45px 20px;
  background: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33;
  border-radius: 24px;
}
.l_cd .l_ranking10_inner{
  padding: 95px 20px;
}
.l_ranking10_inner a{
  display: flex;
  align-items: center;
}
.l_ranking10_placeicon{
  width: min(7.6vw,80px);
  margin-right: 20px; 
  display: flex;
  justify-content: center;
  align-items: center;
}
a:hover .l_ranking10_placeicon img{
  opacity: 1;
  /*opacity: 0.65;
  -moz-opacity: 0.65;*/
  filter: brightness(100%) contrast(100%);
}
.l_ranking10_inner a:hover{
  opacity: 1;
}
.l_ranking10_inner a:hover .l_ranking10_txt{
  opacity: .75;
}

.l_ranking10_inner:nth-of-type(n+5) .l_ranking10_placeicon img{
//  width: min(3.8vw,40px);
}
.l_ranking10_img_jkt{
  width: min(26.4vw,275px);
  margin-right: 30px;
}
.l_ranking10_img_copy{
  margin-top: 5px;
  font-size: 12px; 
  font-weight: 400;
}
.l_ranking10_img_jkt img{
  width: min(26.4vw,275px);
}
.l_ranking10_txt{
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  font-feature-settings: "palt";
  letter-spacing: .1em;
  word-break: auto-phrase;
  transition: .3s;
}
.l_ranking10_txt_ttl{
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
}
.l_ranking10_txt p{
  font-size: 32px; 
  line-height: 1.5;
}
.l_ranking10_txt p.l_ranking10_txt_artist{
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}
.l_moreLink{
  display: block;
  position: relative;
  text-align: right;
  margin-right: 30px;
  padding-right: 25px;
}
.l_moreLink:after{
  content: ">";
  position: absolute;
  right: 0;
}
.l_moreLink a{
  display: inline-block;
  position: relative;
}
.l_moreLink a::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #404040;
  bottom: -10px;
  left: 0;
}
.l_moreLink a:hover::before{
  height: 0px;
}
.l_moreLink i{
  font-style: normal;
  display: inline;
}

@media (max-width: 768px) {
  .l_ranking10 {
    margin-bottom: 9.6vw;
  }
  .l_ranking10_ttl{
    width: 80vw;
    margin: auto;
    margin-bottom: 4vw;
    padding: 1.6vw 0 2vw;
    font-size: 5.3vw;
    border-radius: .6vw;
    background: #b9973b;
  }
  .l_ranking10_inner{
    margin-bottom: 4.5vw;
    padding: 4vw 4vw 10vw;
    font-size: 4.2vw;
    border-radius: 3.2vw;
  }
  .l_ranking10_inner a{
    flex-direction: column;
  }
  .l_ranking10_placeicon{
    width: 18vw;
    margin-right: 0; 
    margin-bottom: 4vw;
  }
  .l_ranking10_inner:nth-of-type(n+4) .l_ranking10_placeicon img{
    width: 12vw;
  }
  .l_ranking10_img_jkt{
    width: 60vw;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .l_ranking10_img_copy{
    display: none;
    margin-top: .6vw;
    width: 32vw;
    font-size: 1.6vw;
  }
  .l_ranking10_img_jkt img{
    width: 100%;
  }
  .l_ranking10_txt{
    gap: 1.6vw;
    width: 100%;
  }
  .l_ranking10_txt_ttl{
    font-size: 5.3vw;
  }
  .l_ranking10_txt p{
    font-size: 4.2vw;
    line-height: 1.25;
  }
  .l_ranking10_txt p.l_ranking10_txt_artist{
    font-size: 5.3vw;
    line-height: 1;
  }
  .l_moreLink{
    margin-right: 0;
    padding-right: 6.6vw;
  }
  .l_moreLink:after{
    content: ">";
    position: absolute;
    right: 0;
  }
  .l_ranking5_txt_link.l_moreLink:after{
    bottom: 0;
  }
  .l_moreLink a{
    display: inline-block;
    position: relative;
  }
  .l_moreLink a::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #404040;
    bottom: -.3vw;
  }
  .l_moreLink a:hover::before{
    height: 0px;
  }
  .l_moreLink a span{
    position: relative;
  }
  .l_moreLink a  span::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 0;
  }
  .l_moreLink i{
    display: none;
  }
}

/*****************
l_rankingTable
*****************/
.l_rankingTable{
  margin-bottom: 70px;
}
.l_rankingTable_inner{
  margin-bottom: 70px;
  border: 4px solid #4f4d4d;
  font-weight: 500;
  border-radius: 5px;
}
.l_rankingTable_ttl{
  padding: 25px 0;
  color: #fff;
  font-size: 32px;
  letter-spacing: .075em;
  text-align: center;
}
.l_rankingTable_inner li{
  background: #fff;
}
.l_rankingTable_inner li:nth-of-type(even){
  background: #e5e5e5;
}
.l_rankingTable_inner ul a{
  display: flex;
  align-items: center;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.025em;
  color: #404040;
}
.l_comic .l_rankingTable_inner ul a{
  font-size: 27px;
}
.l_rankingTable_inner ul a span{
  width: min(12.5vw,130px);
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -.05em;
  position: relative;
  z-index: 1;
  color: #fff;
}
.l_rankingTable_inner ul a span:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + .05em),calc(-50% - .05em));
  background: #000;
  width: 2.1em;
  height: 2.1em;
  border-radius: 50%;
  z-index: -1;
}
.l_rankingTable_inner ul a:hover{
  opacity: 1;
}
.l_rankingTable_inner ul a:hover div{
  opacity: .75;
}
.l_rankingTable_inner ul a div{
  min-height: 140px;
  padding-block: 45px;
  padding-inline: 45px;
  flex: 1;
  border-left: 2px solid #c6bfbf;
  align-content: center;
  transition: .3s;
}

/* l_fukusu */
.l_rankingTable_inner ul .l_fukusu{
  display: flex;
  align-items: center;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.025em;
  color: #404040;
}
.l_rankingTable_inner ul .l_fukusu span:nth-of-type(1){
  width: min(12.5vw,130px);
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -.05em;
  position: relative;
  z-index: 1;
  color: #404040; 
}
.l_rankingTable_inner ul .l_fukusu span:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + .05em),calc(-50% - .05em));
  background: #fff200;
  width: 2.1em;
  height: 2.1em;
  border-radius: 50%;
  z-index: -1;
}
.l_rankingTable_inner ul .l_fukusu span:nth-of-type(2){
  min-height: 140px;
  padding-block: 45px;
  padding-inline: 45px;
  flex: 1;
  border-left: 2px solid #c6bfbf;
  align-content: center;
  transition: .3s;
}

.l_rankingTable_inner ul .l_fukusu div{
  min-height: auto;
  padding-block: 0;
  padding-inline: 0;
  border-left: none;
}



.l_rankingTable_link{
  font-size: 27px;
}

/*l_ranking01*/
.l_ranking01 .l_rankingTable_ttl{
  background: #aa800c;
}
.l_ranking01 .l_rankingTable_inner ul a span:after{
  background: #aa800c;
}
.l_ranking01 .l_rankingTable_inner{
  border: 4px solid #aa800c;
}

.l_comic .l_ranking01 .l_rankingTable_ttl{
  background: #fff200;
  color: #404040;
}
.l_comic .l_ranking01 .l_rankingTable_inner ul a span{
  color: #404040; 
}
.l_comic .l_ranking01 .l_rankingTable_inner ul a span:after{
  background: #fff200;
}
.l_comic .l_ranking01 .l_rankingTable_inner{
  border: 4px solid #fff200;
}

/*l_ranking02*/
.l_ranking02 .l_rankingTable_ttl{
  background: #00a0e9;
}
.l_ranking02 .l_rankingTable_inner ul a span:after{
  background: #00a0e9;
}
.l_ranking02 .l_rankingTable_inner{
  border: 4px solid #00a0e9;
}

/*l_ranking03*/
.l_ranking03 .l_rankingTable_ttl{
  background: #71bf76;
}
.l_ranking03 .l_rankingTable_inner ul a span:after{
  background: #71bf76;
}
.l_ranking03 .l_rankingTable_inner{
  border: 4px solid #71bf76;
}

/*l_ranking04*/
.l_ranking04 .l_rankingTable_ttl{
  background: #f19149;
}
.l_ranking04 .l_rankingTable_inner ul a span:after{
  background: #f19149;
}
.l_ranking04 .l_rankingTable_inner{
  border: 4px solid #f19149;
}

/*l_ranking05*/
.l_ranking05 .l_rankingTable_ttl{
  background: #eb6877;
}
.l_ranking05 .l_rankingTable_inner ul a span:after{
  background: #eb6877;
}
.l_ranking05 .l_rankingTable_inner{
  border: 4px solid #eb6877;
}

/*l_ranking06*/
.l_ranking06 .l_rankingTable_ttl{
  background: #eddbea;
}
.l_ranking06 .l_rankingTable_inner ul a span:after{
  background: #eddbea;
}
.l_ranking06 .l_rankingTable_inner{
  border: 4px solid #eddbea;
}

@media (max-width: 768px) {
  .l_rankingTable{
    margin-bottom: 6.6vw;
  }
  .l_rankingTable_inner{
    margin-bottom: 4.6vw;
    border: 2px solid #4f4d4d;
    border-radius: 3px;
  }
  .l_rankingTable_ttl{
    padding: 0.5vw 0 2vw;
    font-size: 4.1vw;
  }
  .l_rankingTable_inner ul a{
    font-size: 3.7vw;
  }
  .l_comic .l_rankingTable_inner ul a{
    font-size: 2.8vw;
  }
  .l_rankingTable_inner ul a span{
    width: 11.3vw;
    font-size: 2.8vw;
  }
  .l_rankingTable_inner ul a span:after{
    transform: translate(calc(-50% + .05em),calc(-50% - .05em));
    background: #000;
    width: 7vw;
    height: 7vw;
  }
  .l_rankingTable_inner ul a div{
    min-height: 12.6vw;
    padding-block: 3.2vw;
    padding-inline: 3.2vw;
    border-left: 1px solid #b3b3b3;
    line-height: 1.2;
  }

/* l_fukusu */
.l_rankingTable_inner ul .l_fukusu{
  font-size: 2.8vw;
}
.l_rankingTable_inner ul .l_fukusu span:nth-of-type(1){
  width: 11.3vw;
  font-size: 2.8vw;
}
.l_rankingTable_inner ul .l_fukusu span:after{
  transform: translate(calc(-50% + .05em),calc(-50% - .05em));
  width: 7vw;
  height: 7vw;
}
.l_rankingTable_inner ul .l_fukusu span:nth-of-type(2){
  min-height: 12.6vw;
  padding-block: 3.2vw;
  padding-inline: 3.2vw;
  border-left: 1px solid #b3b3b3;
  line-height: 1.2;
}

  .l_rankingTable_link{
    font-size: 3.7vw;
  }
  .l_rankingTable_linkArea{
  }
  /*l_ranking01*/
  .l_ranking01 .l_rankingTable_inner{
    border: 2px solid #aa800c;
  }

  /*l_ranking02*/
  .l_ranking02 .l_rankingTable_inner{
    border: 2px solid #00a0e9;
  }

  /*l_ranking03*/
  .l_ranking03 .l_rankingTable_inner{
    border: 2px solid #71bf76;
  }

  /*l_ranking04*/
  .l_ranking04 .l_rankingTable_inner{
    border: 2px solid #f19149;
  }

  /*l_ranking05*/
  .l_ranking05 .l_rankingTable_inner{
    border: 2px solid #eb6877;
  }

  /*l_ranking06*/
  .l_ranking06 .l_rankingTable_inner{
    border: 2px solid #eddbea;
  }

}

/*****************
footer_nav
*****************/
.footer_nav{
  width: 100%;
  margin: 100px 0 55px;
  background: #866800;
  border: 1px solid #fff;
  border-radius: 0 5px 0 0;
}
.footer_nav ul{
  display: flex;
  width: min(100%,1040px);
  height: 86px;
  margin: auto;
  overflow: hidden;
}
.footer_nav li{
  width: calc(100% / 3);

}
.footer_nav li:not(:last-child){
  border-right: 1px solid #fff;
}
.footer_nav li a{
  width: 100%;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  position: relative;
}
.footer_nav li a::after{
  content: ">";
  position: absolute;
  right: 15px;
}
.footer_nav li a:hover{
  background: #9d7900;
}
.footer_nav li a br{
  display: none;
}

@media (max-width: 768px) {
  .footer_nav{
    margin: 10.9vw 0 3.3vw;
    border-radius: 0 1.3vw 0 0;
  }
  .footer_nav ul{
    display: flex;
    width: 100%;
    height: 11.4vw;
  }
  .footer_nav li a{
    height: 11.4vw;
    font-size: 2.4vw;
    text-align: center;
  }
  .footer_nav li a::after{
    right: 2.1vw;
  }
  .footer_nav li a br{
    display: block;
  }
}

/*****************
footer 追加
*****************/
.footer{
  background: #000;
  position: relative;
  z-index: 3;
}
.inner-footer{
  max-width: 1140px;
  margin: auto;
  padding: 11px 15px 16px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
}
.el_footerLogo{
  width: min(21.8vw,164px);
}
.el_license{
  font-size: 1.1rem;
  color: #fff;
  padding-top: 5px;
  text-align: right;
}

@media (max-width: 768px) {
  .inner-footer{
    max-width: 100%;
    padding: 2.6vw 4vw 4.26vw;
  }
  .el_footerLogo{
    width: 32.4vw;
  }

  .el_license{
    font-size: 0.9rem;
    padding-top: 5px;
  }
}


/*****************
footer 既存
*****************/
.copyright {
  line-height: 18px;
}

.copyright a, .copyright span {
  color: #999999;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: normal;
}

.copyright a:hover, .copyright span:hover {
  text-decoration: none;
}

.footer {
  /*margin-top: 270px;*/
}

.footer .license {
  background-color: #000000;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 10px;
  margin-top: 20px;

}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  z-index: 999;
  cursor: pointer;
  display: none;
}

#back-to-top img {
  width: 100%;
}


#page-top {
    position: fixed;
    bottom: 20px;
    right: 5vw;
    font-weight: 700;
    z-index: 2;
    /*はじめは非表示*/
    opacity: 0;
//    width: 42px;
}
#page-top a {
/*    background-color: #fdd000;
    text-decoration: none;
    color: #000;
    width: 120px;
    padding: 12px 5px;
    text-align: center;
    display: block;
    border: 3px solid #000;
    border-bottom: none;
    border-radius: 10px 10px 0 0;*/
    width: 42px;
}
#page-top a:hover {
    text-decoration: none;
    filter: brightness(110%) contrast(80%);  
}
/*#page-top a::after {
    content: '';
    display: inline-block;
    background-image: url("../../../../img/dcp/feature/ghibli_sp/arrow_black_m.png");
    width: 11px;
    height: 7px;
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
}*/

/*　上に上がる動き　*/
#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(250px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#page-top.DownMove{
  animation: DownAnime 0.15s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(250px);
  }
}

@media (max-width: 768px) {
  #page-top {
      right: 2.6vw;
      width: 18vw;
  }
  #page-top a {
    border-radius: 2vw 2vw 0 0;
  }
  #page-top a::after{
    width: 9px;
    height: 6px;
  }
  #page-top a:hover {
      text-decoration: none;
      filter: none;  
  }
  #page-top a:hover img{
    opacity: 1;
  }
}

body.loading .wrap-loading {
  display: block;
}

.wrap-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #073983;
  z-index: 9999;
  display: none;
}

.wrap-loading .loading-icon {
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wrap-loading .loading-icon:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media (min-width: 1001px) {
  .main-content .menu-tabs ul li:nth-child(3) {
    border-right: 1px solid #222222;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    -webkit-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

}

@media (max-width: 768px) {
  .footer {
    /*margin-top: 18.6666vw;*/
  }

}
