@charset "UTF-8";
.slick01 {
  line-height: 0;
  position: relative; }
  .slick01 .slick-prev, .slick01 .slick-next {
    width: 10%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10; }
    @media screen and (max-width: 1099px) {
      .slick01 .slick-prev, .slick01 .slick-next {
        width: 5%; } }

.slick-next {
  right: 0; }

.slick-prev {
  left: 0; }

.slick-prev:before, .slick-next:before {
  content: none; }

/*.slick01:after,
.slick-list:after {
	content:"";
	position: absolute;
	width: 15%;
	height: 100%;
	top:0;
	background-color: #000;
	opacity: 0.4;
	@include tb {width: 5%;}
	@include sp {width: 0%;}
}
.slick01:after {
	left:0;
}
.slick-list:after {
	right:0;
}*/
.slick-dotted.slick-slider {
  margin-bottom: 20px; }

.slick-dots {
  /*background-color: #000;*/
  bottom: -40px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center; }

.slick-dots li {
  width: 30px;
  height: 10px; }

.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0px; }

.slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  opacity: 1;
  background-color: #707070; }

.slick-dots li.slick-active button:before {
  background-color: #F29100;
  opacity: 1; }

#home #content {
  padding-bottom: 0;
  /* TOP-SPのみメニュー */
  /* TOP-NEWSエリア */
  /* TOP-スケジュール */
  /* TOP-トピックスリスト */ }
  @media screen and (max-width: 759px) {
    #home #content {
      display: flex;
      flex-direction: column; }
      #home #content #topic-box {
        order: 1; }
      #home #content #home-sp-menu {
        order: 2; }
      #home #content #ad {
        order: 3; }
      #home #content #news {
        order: 4; }
      #home #content #scedule {
        order: 5; }
      #home #content #result {
        order: 6; }
      #home #content #kakolist {
        order: 7; }
      #home #content h2 {
        margin-bottom: 0.8em; } }
  #home #content #ad {
    background-color: #fff;
    padding-bottom: 20px; }
    #home #content #ad #ad-inner {
      width: 980px;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 1099px) {
        #home #content #ad #ad-inner {
          width: auto;
          box-sizing: border-box;
          margin-left: 20px;
          margin-right: 20px; } }
      @media screen and (max-width: 759px) {
        #home #content #ad #ad-inner {
          margin-left: 10px;
          margin-right: 10px; } }
      @media screen and (min-width: 760px) {
        #home #content #ad #ad-inner {
          display: flex; }
          #home #content #ad #ad-inner > * + * {
            margin-left: 20px; } }
      @media screen and (max-width: 759px) {
        #home #content #ad #ad-inner > * + * {
          margin-top: 20px; } }
  #home #content #topic-box {
    background-color: #F8F6F4; }
    #home #content #topic-box #topic-box-inner {
      padding-top: 70px;
      padding-bottom: 74px;
      width: 980px;
      margin-left: auto;
      margin-right: auto;
      display: flex; }
      @media screen and (max-width: 1099px) {
        #home #content #topic-box #topic-box-inner {
          width: auto;
          box-sizing: border-box;
          margin-left: 20px;
          margin-right: 20px; } }
      @media screen and (max-width: 759px) {
        #home #content #topic-box #topic-box-inner {
          margin-left: 10px;
          margin-right: 10px; } }
      #home #content #topic-box #topic-box-inner h2 {
        text-align: left; }
      @media screen and (max-width: 759px) {
        #home #content #topic-box #topic-box-inner {
          flex-direction: column;
          padding-top: 20px; } }
  #home #content #topics {
    background-color: #fff;
    padding: 22px;
    flex: 1.7; }
    #home #content #topics .link {
      display: flex;
      justify-content: center;
      margin: 24px 0; }
      #home #content #topics .link p {
        display: inline-block;
        padding-right: 40px;
        font-size: 16px; }
    #home #content #topics .header {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 759px) {
        #home #content #topics .header {
          margin-bottom: 14px; } }
  #home #content #home-menu {
    flex: 1;
    margin-left: 10px; }
    #home #content #home-menu li + li {
      margin-top: 16px; }
    #home #content #home-menu a {
      /*width: calc(100% - 10px);*/
      height: 94px;
      position: relative;
      display: flex;
      align-items: center;
      padding-left: 36px;
      font-size: 15px;
      font-weight: 500;
      background-color: #fff;
      /*border-radius: 10px;
      
      box-shadow: 10px 10px 0px $color-orange;
      &.logo { font-size: 20px; text-align: center;} */ }
      #home #content #home-menu a:after {
        right: 20px; }
      #home #content #home-menu a:before {
        content: "";
        width: 30px;
        height: 30px;
        margin-right: 10px;
        background: url("../img/icon-crown-a.svg") no-repeat center center; }
      #home #content #home-menu a.logo:before {
        background-image: url("../img/icon-exclamation.svg"); }
      #home #content #home-menu a.kifu:before {
        background-image: url("../img/icon-heart.svg"); }
      #home #content #home-menu a.kakuzai:before {
        background-image: url("../img/icon-dl-a.svg"); }
    @media screen and (max-width: 759px) {
      #home #content #home-menu {
        /*width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        li { 
        	width: calc((100% - 11px) / 2);
        	margin-top: 14px;
        	
        	a {
        		height:124px;
        		text-align: center;
        		font-size: 20px;
        		font-weight: 400;
        		padding-bottom: 40px;
        		&:after { top: auto; left: 50%; right: auto; bottom: 10px;transform: translate(-50%, 0);}
        	}
        	
        	
        }*/ } }
  #home #content #home-sp-menu {
    display: none;
    background-color: #fff;
    margin-top: 25px;
    border-top: solid 1px #F29100; }
    #home #content #home-sp-menu li {
      border-bottom: solid 1px #F29100; }
      #home #content #home-sp-menu li a {
        display: block;
        padding: 13px 50px 13px 30px; }
        #home #content #home-sp-menu li a:after {
          right: 30px; }
  #home #content #news {
    padding-top: 60px;
    background-color: #fff; }
    @media screen and (min-width: 760px) {
      #home #content #news {
        display: none; } }
  #home #content #scedule {
    background-color: #F8E0A6;
    padding: 40px 20px; }
    #home #content #scedule #scedule-body {
      width: 980px;
      margin-left: auto;
      margin-right: auto;
      display: flex; }
      @media screen and (max-width: 1099px) {
        #home #content #scedule #scedule-body {
          width: auto;
          box-sizing: border-box;
          margin-left: 20px;
          margin-right: 20px; } }
      @media screen and (max-width: 759px) {
        #home #content #scedule #scedule-body {
          margin-left: 10px;
          margin-right: 10px; } }
      @media screen and (max-width: 759px) {
        #home #content #scedule #scedule-body {
          flex-direction: column;
          margin-left: 0;
          margin-right: 0; } }
      #home #content #scedule #scedule-body li {
        border-radius: 10px;
        flex: 1;
        text-align: center; }
        #home #content #scedule #scedule-body li .title {
          position: relative;
          white-space: nowrap; }
          #home #content #scedule #scedule-body li .title .month {
            font-weight: 700; }
            #home #content #scedule #scedule-body li .title .month span {
              font-size: 28px; }
          #home #content #scedule #scedule-body li .title:after, #home #content #scedule #scedule-body li .title:before {
            content: "";
            position: absolute;
            background-color: #fff; }
          #home #content #scedule #scedule-body li .title:after {
            bottom: 0;
            right: calc(50% - 8px);
            width: 16px;
            height: 16px;
            border-radius: 8px; }
          #home #content #scedule #scedule-body li .title:before {
            width: 100%;
            height: 3px;
            bottom: 6px;
            right: 0; }
          @media screen and (min-width: 760px) {
            #home #content #scedule #scedule-body li .title {
              padding-bottom: 24px;
              margin-bottom: 15px; } }
          @media screen and (max-width: 759px) {
            #home #content #scedule #scedule-body li .title {
              padding-right: 24px;
              margin-right: 15px;
              width: 100px;
              display: flex;
              flex-direction: column;
              justify-content: center; }
              #home #content #scedule #scedule-body li .title:after {
                right: 0;
                bottom: calc(50% - 8px); }
              #home #content #scedule #scedule-body li .title:before {
                width: 3px;
                height: 100%;
                bottom: 0;
                right: 6px; } }
        @media screen and (min-width: 760px) {
          #home #content #scedule #scedule-body li:first-child .title:before {
            width: 50%; }
          #home #content #scedule #scedule-body li:last-child .title:before {
            width: 50%;
            right: auto;
            left: 0; } }
        @media screen and (max-width: 759px) {
          #home #content #scedule #scedule-body li {
            display: flex; }
            #home #content #scedule #scedule-body li:first-child .title:before {
              height: 50%; }
            #home #content #scedule #scedule-body li:last-child .title:before {
              height: 50%;
              bottom: auto;
              top: 0; } }
        #home #content #scedule #scedule-body li .body .image {
          display: flex;
          justify-content: center;
          align-items: center; }
        @media screen and (min-width: 760px) {
          #home #content #scedule #scedule-body li .body {
            display: flex;
            justify-content: center; }
            #home #content #scedule #scedule-body li .body .item + .item {
              margin-left: 20px; }
            #home #content #scedule #scedule-body li .body .image {
              height: 100px; }
            #home #content #scedule #scedule-body li .body span {
              display: block; } }
        @media screen and (max-width: 759px) {
          #home #content #scedule #scedule-body li .body {
            padding-top: 20px;
            padding-bottom: 20px;
            flex: 1; }
            #home #content #scedule #scedule-body li .body .item {
              display: flex;
              align-items: center; }
              #home #content #scedule #scedule-body li .body .item + .item {
                margin-top: 10px; }
              #home #content #scedule #scedule-body li .body .item .image {
                width: 64px;
                margin-right: 1em; }
                #home #content #scedule #scedule-body li .body .item .image img {
                  height: 36px;
                  width: auto; }
                  #home #content #scedule #scedule-body li .body .item .image img.votebox {
                    height: 52px; }
              #home #content #scedule #scedule-body li .body .item span {
                text-align: left; }
            #home #content #scedule #scedule-body li .body p {
              display: flex; } }
  #home #content .topics-list {
    border-top: #DDDDDD solid 1px; }
    #home #content .topics-list.mark > *:after {
      right: 10px; }
    #home #content .topics-list li a {
      padding: 16px 24px 16px 5px;
      display: flex;
      font-size: 13px;
      border-bottom: #DDDDDD solid 1px; }
      #home #content .topics-list li a .date {
        width: 8em; }
      #home #content .topics-list li a .title {
        flex: 1; }
    @media screen and (max-width: 759px) {
      #home #content .topics-list li .date, #home #content .topics-list li:nth-child(n+4) {
        display: none; } }
#home #kakolist h2#taisho-menu-title, #home #kakolist .taisho-menu {
  background-color: #F8F6F4; }
#home #kakolist .taisho-menu {
  padding-bottom: 60px;
  z-index: -2; }
  #home #kakolist .taisho-menu .text {
    color: #707070; }

#hakkutsu + #nominate,
.pop-dl + #nominate {
  margin-top: 80px; }
  @media screen and (min-width: 1100px) {
    #hakkutsu + #nominate,
    .pop-dl + #nominate {
      margin-top: 120px; } }

#nominate .book-list {
  margin-top: 40px; }
