@charset "UTF-8";

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}/* HTML5 display-role reset for older browsers */article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {
  display: block;
}

@font-face {
  font-family: irohamaru;
  src: url("/pc/page/bookoftheyear/irohamaru-Regular.ttf") format("woff");
}

body {
  font-family: "Helvetica Neue",
  Arial,
  "Hiragino Kaku Gothic ProN",
  "Hiragino Sans",
  Meiryo,
  sans-serif;
  line-height: 1;
}

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote::before,blockquote::after,q::before,q::after {
  content: '';
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.display-block {
  display: block;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

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

.clearfix::after {
  clear: both;
}

.clear {
  clear: both;
}

@media screen and (width <= 767px){
  .sp-only {
    display: block !important;
  }

  .pc-only {
    display: none !important;
  }
}

@media screen and (width >= 768px){
  .sp-only {
    display: none !important;
  }

  .pc-only {
    display: block !important;
  }
}

@viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  text-align: center;
}




/* sns */
.list-share{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.list-share li{
  max-width: 30px;
  line-height: 30px;
}

.list-share li a{
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  color: #fff!important;
  border-radius: 100px;
}

.list-share li.facebook a{
  background-color: #4267B2;
}

.list-share li.twitter a{
  background-color: #1DA1F2;
}

.list-share li.line a{
  background-color: #00B800;
}

.list-share li.hatena a{
  background-color: #00A4DE;
}

.list-share li.instagram a{
  background-color: #EB00A3;
}

.list-share li.pinterest{
  background-color: none;
}

.list-share__item img{
  width: 100%;
  max-width: 30px;
}

.list-share li.pinterest img{
  max-width: 30px;
}

.list-share li.hatena img{
  max-width: 20px;
  margin-top: 5px;
}









.layout-header {
  position: static;
  z-index: 20;
  width: 100%;
}

.layout-header img{
  width: 100%;
}

.layout-header .navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 80px;
  margin-right: auto;
  margin-left: auto;
}

.layout-header .navigation h1{
  display: none;
  width: 5%;
  max-width: 50px;
}

.layout-header .navigation h1 img{
  width: 100%;
}

.layout-header .navbar {
  width: 100%;
}

.layout-header .navbar .nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  font-size: 14px;
}
@media screen and (width <= 940px) {
  .layout-header .navbar .nav{
    font-size: 12px;
  }
}

.layout-header .navbar .nav li {
  margin-right: 15px;
  font-weight: 700;
  color: #CCC;
}
@media screen and (width <= 1044px) {
  .layout-header .navbar .nav li {
    margin-right: 15px;
  }
}

.layout-header .navbar .nav li.contact {
  margin-left: auto;
}

.layout-header .navbar .nav li.ddnavi {
  max-width: 100px;
}

.nav-collapse .spnav li a,
.layout-header .nav li a{
  position: relative;
  display: inline-block;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}

.nav-collapse .spnav li a.scroll::after,
.layout-header .nav li a.scroll::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #fff;
  transition: transform .3s;
  transform: scale(0, 1);
  transform-origin: left top;
}

.nav-collapse .spnav li a.scroll:hover::after,
.layout-header .nav li a.scroll:hover::after {
  transform: scale(1, 1);
}

.layout-header .navbar .nav li .list-share li{
  margin-right: 5px;
}



.layout-header .menu-trigger{
  display: none;
}

.layout-header.scllnav {
  position: fixed;
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 5px 5px -5px rgb(0 0 0 / 20%);
}

.layout-header.scllnav .navigation h1{
  display: block;
  width: 10%;
  max-width: 40px;
  margin-left: 10px;
}

.layout-header.scllnav .navigation{
  min-height: 50px;
}

.layout-header .nav-collapse {
  display: none;
}
@media screen and (width <= 1069px) {
  .layout-header.scllnav .list-share{
    display: none;
  }
}
@media screen and (width >= 768px) {
  .layout-header.scllnav {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .layout-header.scllnav .nav li a{
    color: #000;
  }

  .layout-header.scllnav .nav li a::after {
    background: #000;
  }
}

@media screen and (width <= 767px) {
  .layout-header {
    position: absolute;
    z-index: 20;
    width: 100%;
  }

  .layout-header h1 {
    display: none;
  }

  .layout-header.scllnav h1 {
    display: block;
  }

  .layout-header.scllnav .list-share{
    display: flex;
  }


  .menu-trigger,
  .menu-trigger span {
    box-sizing: border-box;
    display: inline-block;
    transition: all .4s;
  }

  .layout-header .menu-trigger {
    position: absolute;
    top: 15px;
    right: 25px;
    z-index: 1100;
    width: 30px;
    height: 30px;
  }

  .layout-header.scllnav .menu-trigger {
    position: fixed;
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
  }

  .open .menu-trigger span {
    background-color: #000;
  }

  .menu-trigger.active span {
    background-color: #000;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 14px;
    width: 80%;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(13px) rotate(-45deg);
  }

  .menu-trigger.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    animation: active-menu-bar02 .8s forwards;
  }
  @keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }
  @keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }

  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-15px) rotate(45deg);
  }


  .layout-header .navbar{
    position: relative;
    flex-grow: 1;
    width: auto;
    margin-left: auto;
  }

  .layout-header .menu-trigger{
    display: block;
  }

  .layout-header .navigation h1 img{
    width: 100%;
    max-width: 30vw;
  }

  .layout-header.scllnav .navigation h1 img{
    max-width: 60vw;
  }

  .layout-header.open .navigation h1 {
    display: none;
  }

  .layout-header.open h1 {
    margin-top: 0;
  }

  .layout-header .navigation {
    display: flex;
    justify-content: space-between;
    min-height: 10px;
    margin-top: 0;
    margin-left: 0;
  }

  .layout-header.scllnav {
    max-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .layout-header.scllnav.open {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }

  .layout-header .navbar .nav{
    display: none;
  }

  .layout-header.scllnav .nav-collapse,
  .layout-header .nav-collapse {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100vh;
    transition: all .5s;
    transform: translate(767px);
  }

  .layout-header.scllnav.open .nav-collapse,
  .layout-header.open .nav-collapse {
    top: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transition: all 0.2s;
    transform: translate(0);
  }

  .nav-collapse .spnav {
    padding-bottom: 30px;
    margin: 0;
    font-size: 18px;
    list-style-type: none;
  }

  .nav-collapse .spnav li {
    padding: 0.8em 0;
    font-weight: 700;
    color: #000;
    text-align: center;
  }

  .nav-collapse .spnav li:first-child img{
    width: 100%;
    max-width: 80px;
  }

  .nav-collapse .spnav li a {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    color: #000;
    text-align: center;
    text-decoration: none;
  }

  .nav-collapse .spnav li .list-share li{
    padding: 0.8em 0;
    margin: 0 0.5em;
  }

  .layout-header.scllnav .navigation h1{
    margin-left: 15px;
  }
}

@media screen and (width <= 640px) {
  .nav-collapse .spnav {
    font-size: 20px;
  }
}
@media screen and (width <= 580px) {
  .nav-collapse .spnav {
    font-size: 15px;
  }
}
@media screen and (width <= 480px) {
  .layout-header.scllnav {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .nav-collapse .spnav {
    padding-bottom: 30px;
    font-size: 18px;
  }

  .layout-header.scllnav .navigation h1 img{
    max-width: 70vw;
  }
}

























.section-visual {
  margin: 20px;
  margin-top: 0;
  background-color: #FDFAF7;
}
@media screen and (width <= 768px){
  .section-visual {
    min-width: 320px;
  }
}


.section-visual__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  max-width: 1200px;
  padding: 20px;
  margin: auto;
}
@media screen and (width >= 1200px){
  .section-visual__title {
    justify-content: space-around;
  }
}

@media screen and (width <= 768px){
  .section-visual__title {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

.section-visual__title img.ttl{
  display: block;
  width: 45%;
  max-width: 400px;
  padding-right: 10px;
}
@media screen and (width <= 768px){
  .section-visual__title img.ttl{
    width: 60%;
    margin: auto;
  }
}
@media screen and (width >= 1200px){
  .section-visual__title img.ttl{
    padding-right: 0;
  }
}

.section-visual__title p{
  width: 50%;
  padding-top: 1em;
  font-size: 2.2rem;
  text-align: left;
}

.section-visual__title p img{
  width: 100%;
}

@media screen and (width <= 768px){
  .section-visual__title p{
    width: 100%;
  }
}






.section-block {
  width: 80%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.section-block h3{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
}

.section-block h3 img{
  width: auto;
}

.section-block h3 .ttl{
  width: 40%;
  max-width: 120px;
  margin-right: 20px;
}

@media screen and (width <= 768px){
  .section-block h3{
    justify-content: start;
    padding-bottom: 5px;
    padding-left: 15%;
    margin-bottom: 15px;
    margin-left: -15%;
    border-bottom:3px solid #EDEAE5;
  }

  .section-block h3 img{
    width: 70%;
  }

  .section-block h3 .ttl{
    width: 30%;
    max-width: 70px;
  }
}








.voting {
  width: 100%;
  max-width: 10000px;
  text-align: center;
  background-color: #F8F8F8;
}

.voting h2{
  padding-top: 30px;
  padding-bottom: 10px;
}

.voting h3{
  margin-top: 30px;
}

@media screen and (width <= 768px){
  .voting h2 img{
    width: 30%;
  }

  .voting h3{
    justify-content: center;
    padding-left: 0%;
    margin-left: auto;
    border-bottom:none;
  }

  .voting h3 img{
    width: 80%;
  }
}

.btn {
  position: relative;
  z-index: 1;
  display: block;
  width: 80%;
  max-width: 1000px;
  padding: 0.75em 1em 0.5em;
  margin: 0 auto;
  font-weight: bold;
  text-decoration: none;
  cursor:pointer;
  box-shadow: 0 4px 0 rgb(164 168 173 / 100%);
}

.btn a{
  display: block;
}

.btn:hover {
  opacity: .8;
}

.btn::before {
  position: absolute;
  top: 45%;
  right: 10px;
  z-index: 5;
  display: inline-block;
  width: 25px;
  height: 18px;
  vertical-align: middle;
  content: '';
  background-image: url("/pc/page/bookoftheyear/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.btn:active {
  box-shadow: inset 0 0 2px rgb(128 128 128 / 10%);
  transition: transform 0.1s;
  transform: translateY(4px);
}

.btn.main {
  background-color: #FF9929;
}

.btn.type01 {
  background-color: #EF857D;
}

.btn.type02 {
  background-color: #FFDC00;
}

.btn.type03 {
  background-color: #79C06E;
}

.btn.type04 {
  background-color: #68A4D9;
}

.btn.type05 {
  background-color: #D4D9DF;
}

.voting .list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 82%;
  max-width: 1000px;
  margin: 10px auto
}

.voting .list li{
  width: 48%;
  margin-bottom: 20px;
}

@media screen and (width <= 768px){
  .voting .list li{
    width: 100%;
  }
}






.about .inner{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (width <= 768px){
  .about .inner{
    display: block;
  }
}

.about .inner ul{
  width: 52%;
  margin-bottom: 2em;
  font-weight: bold;
}

.about .inner ul li{
  position: relative;
  padding-left: 30px;
  margin-top: 1.5em;
  line-height: 2.8;
}

.about .inner ul li::before {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 5;
  display: inline-block;
  width: 25px;
  height: 20px;
  vertical-align: middle;
  content: '';
  background-image: url("/pc/page/bookoftheyear/icon-book-flip-page.png");
  background-repeat: no-repeat;
  background-size: contain;
}


.about .inner figure{
  width: 40%;
  padding: 1em;
  background-color: #F5F5F5;
}

.about .inner figure img{
  width: 100%;
}
@media screen and (width <= 768px){
  .about .inner ul,
  .about .inner figure{
    width: 100%;
  }
}

.about .inner figure figcaption.pc-only{
  padding-top: 1em;
  text-align: center;
}

.about .inner figure figcaption.sp-only{
  padding-bottom: 1em;
  text-align: center;
}




.campaign h4,
.present h4 {
  margin-top: 1.5em;
  margin-bottom: 0.7em;
  font-size: 18px;
  font-weight: bold;
}

.campaign h5,
.present h5 {
  margin-top: 2em;
  font-size: 16px;
  font-weight: bold;
}




.campaign .inner{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (width <= 768px){
  .campaign .inner{
    display: block;
  }
}

.campaign .inner h4,
.campaign .inner h5{
  width: 25%;
}

.campaign .inner p{
  width: 75%;
  padding-left: 2%;
  margin-top: 1.5em;
  font-size: 18px;
  line-height: 1.6;
  border-left: 2px solid #EDEAE5;
}
@media screen and (width <= 768px){
  .campaign .inner h4,
  .campaign .inner h5{
    width: 100%;
  }

  .campaign .inner p{
    width: 100%;
    padding-left: 0%;
    margin-top: 0.5em;
    border-left: none;
  }
}

.campaign .inner p span{
  display: block;
  font-size: 12px;
}

.campaign .inner p span{
  display: block;
  font-size: 12px;
}

.campaign .method {
  padding: 1.5em;
  background-color: #FF9929;
}

.campaign .method h4{
  margin-top: 0;
  text-align: center;
}

.campaign .method ol li{
  display: flex;
  align-items: center;
  padding: 0.75em;
  margin-top: 1em;
  font-size: 14px;
  line-height: 1.6;
  background-color: #fff;
}

.campaign .method ol li div{
  padding-right: 2em;
  text-align: center;
  white-space: nowrap;
}

.campaign .method ol li div img{
  width: 20px;
  padding-top: 5px;
}

.campaign .method ol li.last{
  justify-content: center;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  background-color: #FF9929;
}

.campaign .method ol li.last img{
  width: 25px;
  padding-right: 5px;
}

.campaign ul.note{
  font-size: 14px;
}

.campaign ul.note li{
  position: relative;
  padding-left: 15px;
  margin-top: 0.75em;
  line-height: 1.4;
}

.campaign ul.note li::before{
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 15px;
  height: 20px;
  content: '※';
}



.present p.copy{
  margin-top: 1em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media screen and (width <= 768px){
  .present p.copy{
    font-size: 18px;
  }
}

.present .list{
  display: flex;
  justify-content: center;
  margin-top: 1em;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (width <= 768px){
  .present .list{
    display: block;
  }
}

.present .list li{
  width: 32%;
  padding: 2em;
  line-height: 1.2;
  text-align: center;
  background-color: #FDFAF7;
  border-radius: 10px;
}

.present .list li:nth-child(2){
  margin: 0 2%;
}
@media screen and (width <= 768px){
  .present .list li{
    width: 100%;
    padding: 1em;
    margin-top: 1em;
    text-align: center;
  }

  .present .list li:nth-child(2){
    margin: 0 0%;
    margin-top: 1em;
  }
}

.present .list li span{
  display: block;
  margin-top: 0.5em;
  text-align: center;
}

.present .list li span img{
  width: 60px;
  margin-bottom: 20px;
}

.present ul.note{
  margin-left: 1.5em;
  font-size: 14px;
  list-style: disc;
}

.present ul.note li{
  margin-top: 0.75em;
  line-height: 1.4;
}













.books {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}

.books li{
  width: 48%;
  margin-bottom: 40px;
  background-color: #D4D9DF;
}
@media screen and (width <= 768px){
  .books li{
    width: 100%;
  }
}

.books li.type01{
  background-color: #EF857D;
}

.books li.type02{
  background-color: #FFDC00;
}

.books li.type03{
  background-color: #79C06E;
}

.books li.type04{
  background-color: #68A4D9;
}

.books li.type05{
  background-color: #D4D9DF;
}

.books li a{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 100%;
  color: #000;
  text-align: left;
  text-decoration: none;
}

.books li a:hover{
  opacity: .7;
}

.books li a .ttl{
  width: 20%;
  margin-top: 1em;
}

.books li a .conts{
  width: 80%;
}

.books li a .lvbtn{
  position: absolute;
  bottom: -1.15em;
  width: 50%;
  padding: 0.75em 1em;
  margin-left: 50%;
  font-size: 0.8rem;
  text-align: center;
  background-color: #E3E3E3;
}

.books li a .lvbtn::before {
  position: absolute;
  top: 42%;
  right: 10px;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 18px;
  vertical-align: middle;
  content: '';
  background-image: url("/pc/page/bookoftheyear/arrow_blk.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.books li h4{
  padding-right: 0.5em;
  margin-top: 1.0em;
  margin-bottom: 0.5em;
  font-weight: bold;
  line-height: 1.6;
}

.books li h4+p{
  margin-bottom: 2em;
  font-size: 0.8rem;
  line-height: 1.6;
}

.books li img{
  width: 100%;
}

.books li .conts figure {
  position: relative;
  z-index: 0;
  overflow: hidden;
  line-height: 0;
  text-align: center;
  background-size: cover;
}

.books li .conts figure::after{
  position: absolute;
  inset: -5px;
  z-index: -1;
  content: '';
  background: inherit;
  filter: blur(5px);

  /* 背景画像を継承 */

  /* 重なり順序を一番下にしておく */
}

.books li .conts figure::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgb(0 0 0 / 60%);
}

.books li .conts img{
  position: relative;
  z-index: 10;
  width: auto;
  max-height: 230px;
}


.year2019 .books li a .conts{
  width: 100%;
}

.year2019 .books li a .conts .ttl{
  position: absolute;
  top: 0;
  left:0;
  z-index: 10;
}
@media screen and (width <= 460px){
  .year2019 .books li a .conts .ttl{
    width: 70px;
  }
}

.year2019 .books li a .conts h4,
.year2019 .books li a .conts p{
  padding-right: 1em;
  padding-left: 1em;
}




.pickup .coming{
  padding: 3em;
  margin-top: 25px;
  font-weight: bold;
  text-align: center;
  background: #F8F8F8;
}

.pickup .books li h4,
.pickup .books li h4+p {
  padding-right: 1em;
}




.layout-footer{
  width: 100%;
  min-height: 200px;
  padding-bottom: 15px;
  color: #fff;
  background-color: #000;
}
@media screen and (width <= 768px){
  .layout-footer{
    min-width: 320px;
  }
}

.layout-footer a{
  color: #fff;
}

.layout-footer h6{
  width: 100%;
  padding: 100px 0;
  background-color: #efefef;
}


.layout-footer .list-share{
  margin-top: 1em;
  font-size: 20px;
}

.layout-footer .list-share li{
  max-width: 40px;
  margin-right: 0.5em;
  margin-left: 0.5em;
  line-height: 40px;
}

.layout-footer .list-share li a{
  width: 40px;
  height: 40px;
  border-radius: 100px;
}

.layout-footer .list-share__item img{
  max-width: 40px;
}

.layout-footer .list-share li.hatena img{
  max-width: 30px;
  margin-top: 5px;
}

.layout-footer .list-share__item.pinterest img {
  max-width: 40px;
}


.layout-footer .copyright{
  margin-top: 50px;
  font-size: 12px;
}



.btn-pagetop {
  position: fixed;
  right: 5px;
  bottom: 20px;
  z-index: 100;
  display: none;
  width: 40px;
  height: 40px;
  font-size: 30px;
  transition: bottom 0.2s ease-out;
}

.btn-pagetop a{
  color: #000;
}
@media screen and (width >= 768px){
  .btn-pagetop {
    width: 40px;
  }
}

/* 追加分 */
.pagenav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.pagenav li{
  margin-right: 1em;
  margin-bottom: 0.5em;
  margin-left: 1em;
}

.pagenav li a{
  color: #000;
}

.pagenav li a:hover{
  color: #D4D9DF;
  text-decoration: none;
}


.extract {
  padding-top: 1px;
  padding-bottom: 30px;
  margin-top: 20px;
  text-align: left;
  background-color: #F8F8F8;
}

.extract >article{
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.extract .article_ttl.novel {
  margin-top: 1em;
}

.result .btn {
  display: block;
  width: 80%;
  max-width: 500px;
  margin-top: 30px;
}

.result .btn a{
  min-height: 60px;
  font-family: irohamaru;
  font-size: 14px;
  line-height: 60px;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.result .btn::after {
  position: absolute;
  top: 15%;
  right: 47%;
  z-index: 5;
  display: inline-block;
  width: 32px;
  height: 60px;
  vertical-align: middle;
  content: '';
  background-image: url("/pc/page/bookoftheyear/btn_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}


@media screen and (width <= 768px) {
  .result .btn a{
    font-size: 12px;
  }
}

.result .btn a .min540{
  display: none;
}
@media screen and (width <= 480px) {
  .result .btn a .min540{
    display: block;
  }

  .result .btn.type04 a{
    padding-top: 10px;
    line-height: 20px;
  }
}







.result .article_ttl {
  position: relative;
  box-sizing: border-box;
  display: block;
  height: 50px;
  padding: 0 30px;
  margin-top: 3em;
  font-family: irohamaru;
  font-size: 20px;

  /* リボンの高さ */
  line-height: 50px;
  color: #FFF;

  /* リボンの高さ */
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (width <= 640px) {
  .result .article_ttl {
    font-size: 15px;
  }
}

.result .btn a .min540{
  display: none;
}

.result .article_ttl.esnf {
  letter-spacing: -0.1em;
}

.result .article_ttl::before,
.article_ttl::after {
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  content: '';
}

.result .article_ttl::before {
  top: -2px;
  left: -1px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 27px 0 27px 16px;
}

.result .article_ttl::after {
  top: -2px;
  right: -1px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 27px 16px 27px 0;
}

.extract .article_ttl::before {
  border-color: transparent transparent transparent #F8F8F8;
}

.extract .article_ttl::after {
  border-color: transparent #F8F8F8 transparent transparent;
}

.result .article_ttl.novel {
  background: #EF857D;
}

.result .article_ttl.comic {
  color: #000;
  background: #FFE337;
}

.result .article_ttl.bunko {
  background: #79C06E;
}

.result .article_ttl.esnf {
  background: #68A4D9;
}


.result .rankinglist>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.result .rankinglist ul li {
  display: flex;
  flex-wrap: wrap;
  place-content: baseline space-between;
  width: 32%;
  margin-top: 40px;
}

.result .rankinglist ul li .ranking {
  width: 100%;
  min-height: 30px;
  margin-bottom: 15px;
  text-align: center;
}

.result .rankinglist ul li figure {
  width: 30%;
  text-align: center;
}

.result .rankinglist ul li figure img {
  width: 100%;
}

.result .rankinglist ul li div {
  width: 65%;
}

.result .rankinglist ul li h5 {
  font-family: irohamaru;
  font-size: 25px;
}

.result .rankinglist ul li h5 span {
  font-size: 75%;
}

.result .rankinglist ul li h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-family: irohamaru;
  font-size: 17px;
}

.result .rankinglist ul li div p {
  font-size: 14px;
  font-weight: bold;
}

.result .rankinglist ul li .comment {
  width: 100%;
  padding: 5px 15px 15px;
  margin-top: 15px;
  background-color: #fff;
  border: 1px solid #D4D9DF;
}

.result .rankinglist ul li .comment li {
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.4;
}

@media screen and (width <= 768px) {
  .result .rankinglist>ul {
    display: block;
  }

  .result .rankinglist ul li {
    flex-wrap: nowrap;
    width: 100%;
  }

  .result .rankinglist ul li .ranking {
    width: 60px;
    margin-right: 10px;
    text-align: left;
  }

  .result .rankinglist ul li figure {
    width: 20%;
    margin-right: 10px;
    text-align: center;
  }

  .result .rankinglist ul li h5 {
    font-size: 20px;
  }

  .result .rankinglist ul li h6 {
    font-size: 15px;
  }
}

@media screen and (width <= 480px) {
  .result .rankinglist ul li {
    flex-wrap: wrap;
    width: 100%;
  }

  .result .rankinglist ul li .ranking {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }

  .result .rankinglist ul li figure {
    width: 30%;
    margin-right: 10px;
  }
}





.result .rankinglist ul .no1 {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 50px;
}

.result .rankinglist ul li.no1 figure {
  width: 18%;
}

.result .rankinglist ul li.no1 div {
  width: 62%;
}


.result .rankinglist ul li.no1 h5 {
  font-size: 35px;
  color: #E0AC00;
}

.result .rankinglist ul li.no1 h6 {
  font-size: 25px;
  color: #E0AC00;
}

.result .rankinglist ul .no1 .camp {
  position: relative;
  text-align: center;
}

.result .rankinglist ul .no1 .camp::after {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 80%;
  height: 70px;
  content: '';
  background: url("/pc/page/bookoftheyear/crown.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -40%);
}

.result .rankinglist ul .no1 .ranking {
  max-width: 85px;
}

.result .rankinglist ul li.no1 .comment {
  border: 1px solid #E0AC00;
}

.result .rankinglist ul li.no2 h5,
.result .rankinglist ul li.no2 h6 {
  color: #5E6267;
}

.result .rankinglist ul li.no2 .comment {
  border: 1px solid #5E6267;
}

.result .rankinglist ul li.no3 h5,
.result .rankinglist ul li.no3 h6 {
  color: #866232;
}

.result .rankinglist ul li.no3 .comment {
  border: 1px solid #866232;
}

@media screen and (width <= 768px) {
  .result .rankinglist ul .no1 {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .result .rankinglist ul .no1 .ranking {
    width: 100%;
    max-width: 768px;
    text-align: center;
  }

  .result .rankinglist ul li.no1 figure {
    width: 100%;
    max-width: 220px;
    margin-top: 30px;
    margin-right: 0;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    text-align: center;
  }

  .result .rankinglist ul .no1 .camp::after {
    transform: translate(-50%, -50%);
  }

  .result .rankinglist ul li.no1 div {
    width: 100%;
  }

  .result .rankinglist ul li.no1 h5 {
    font-size: 25px;
  }

  .result .rankinglist ul li.no1 h6 {
    font-size: 17px;
  }

}

@media screen and (width <= 768px) {
  #winner.section-block h3 {
    margin-top: 0;
  }
}