@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&family=Roboto:wght@500&display=swap");
@media only screen and (max-width: 768px) {
  .is_pc {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .is_sp {
    display: none !important;
  }
}
* {
  min-height: 0;
  min-width: 0;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}

/*=================================================*/
/*メイン背景色*/
#is-charahiroba #background .background__inner {
  background: none;
}

#background {
  max-width: 1440px;
  margin-right: 0;
  margin-left: auto;
  left: auto;
  right: 0;
  transform: none;
  z-index: 0;
  background: #f7f9fa;
}

#stage {
  background: #fff;
}

#foreground {
  min-width: auto;
}

#is-minkuji #background .background__inner {
  background: none;
}

#container {
  background: #f7f9fa;
}

#content {
  position: relative;
}

.is-index #content .content__inner, #content .content__inner {
  padding: 30px 6.8965517241% 0 6.8965517241%;
}
@media only screen and (max-width: 768px) {
  .is-index #content .content__inner, #content .content__inner {
    padding: 24px 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .is-index #content .content__inner, #content .content__inner {
    padding: 32px 0 0;
  }
}

#header {
  min-width: auto;
}
@media only screen and (max-width: 768px) {
  #header {
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  #header .header__top {
    position: relative;
  }
  #header .header__top::after {
    content: "";
    display: block;
    width: 64px;
    height: 24px;
    background: url(/img/common/renew/logo_furyu.png) no-repeat center;
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
    position: absolute;
  }
}
@media only screen and (max-width: 768px) {
  #header .header__top .logo {
    display: block;
  }
}

/*サイドナビ*/
#is-charahiroba #nav::after {
  display: none;
}
@media only screen and (max-width: 768px) {
  #is-charahiroba #nav .close {
    width: 40px;
    height: 40px;
    background-image: url(/img/common/renew/icn_menu_open_bl.png);
    background-size: cover;
    top: -34px;
    right: auto;
    left: 4px;
  }
}

@media only screen and (max-width: 768px) {
  #is-minkuji #header .header__top .logo img {
    width: 92px;
  }
}
#is-minkuji #nav::after {
  display: none;
}
@media only screen and (max-width: 768px) {
  #is-minkuji #nav .close {
    width: 40px;
    height: 40px;
    background-image: url(/img/common/renew/icn_menu_open_gr.png);
    background-size: cover;
    top: -34px;
    right: auto;
    left: 4px;
  }
}

.is-scrolled #nav .logo--charahiroba {
  margin-top: 32px;
}
.is-scrolled #nav .logo--charahiroba a {
  width: 120px;
  height: 120px;
  background-image: url(/img/common/renew/img_logo_kyarahiroba.png);
  background-size: cover;
}

.breakpoint-1 #nav .logo--charahiroba {
  margin-top: 32px;
}
.breakpoint-1 #nav .logo--charahiroba a {
  width: 120px;
  height: 120px;
  background-image: url(/img/common/renew/img_logo_kyarahiroba.png);
  background-size: cover;
}
.breakpoint-1 #nav .logo--minkuji {
  margin-top: 32px;
}
.breakpoint-1 #nav .logo--minkuji a {
  width: 120px;
  height: 120px;
  background-image: url(/img/common/renew/img_logo_minkuji.png);
  background-size: cover;
}

#nav .logo--charahiroba {
  margin-top: 32px;
}
#nav .logo--charahiroba a {
  width: 120px;
  height: 120px;
  background-image: url(/img/common/renew/img_logo_kyarahiroba.png);
  background-size: cover;
}
#nav .logo--minkuji {
  margin-top: 24px;
}
#nav .logo--minkuji a {
  width: 120px;
  height: 120px;
  background-image: url(/img/common/renew/img_logo_minkuji.png);
  background-size: cover;
}
#nav .menu--charahiroba {
  padding: 5px 0;
  margin-top: 24px;
  border-top: 1px solid rgba(24, 40, 75, 0.1);
  border-bottom: 1px solid rgba(24, 40, 75, 0.1);
}
#nav .menu--charahiroba li {
  padding: 10px 10px 10px 0;
}
#nav .menu--charahiroba li a {
  height: auto;
  background: none;
  color: #18284b;
  font-size: 14px;
  font-weight: bold;
  text-indent: 0;
  text-decoration: none;
  position: relative;
  padding-left: 36px;
}
#nav .menu--charahiroba li a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  position: absolute;
}
#nav .menu--charahiroba li + li {
  margin-top: 0;
}
#nav .menu--charahiroba .menu__minkuji a {
  height: auto;
  background: none;
}
#nav .menu--charahiroba .menu__minkuji a::before {
  background: url(/img/common/renew/icn_menu_furyu_kuji@2x.png) no-repeat center;
  background-size: cover;
}
#nav .menu--charahiroba .menu__chara a::before {
  background: url(/img/common/renew/icn_menu_s_chara.png) no-repeat center;
  background-size: cover;
}
#nav .menu--charahiroba .menu__cal a::before {
  background: url(/img/common/renew/icn_menu_s_cal.png) no-repeat center;
  background-size: cover;
}
#nav .menu--minkuji {
  padding: 5px 0;
  margin-top: 24px;
  margin-bottom: 0;
  border-top: 1px solid rgba(24, 40, 75, 0.1);
  border-bottom: 1px solid rgba(24, 40, 75, 0.1);
}
#nav .menu--minkuji::after {
  display: none;
}
#nav .menu--minkuji li {
  padding: 10px 10px 10px 0;
}
#nav .menu--minkuji li a {
  height: auto;
  background: none;
  color: #18284b;
  font-size: 14px;
  font-weight: bold;
  text-indent: 0;
  text-decoration: none;
  position: relative;
  padding-left: 36px;
}
#nav .menu--minkuji li a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  position: absolute;
}
#nav .menu--minkuji li + li {
  margin-top: 0;
}
#nav .menu--minkuji .menu__news a {
  height: auto;
  background: none;
}
#nav .menu--minkuji .menu__news a::before {
  background: url(/img/common/renew/icn_menu_s_news.png) no-repeat center;
  background-size: cover;
}
#nav .menu--minkuji .menu__item a::before {
  background: url(/img/common/renew/icn_menu_s_item.png) no-repeat center;
  background-size: cover;
}
#nav .menu--minkuji .menu__cp a::before {
  background: url(/img/common/renew/icn_menu_s_cp.png) no-repeat center;
  background-size: cover;
}
#nav .sub-menu {
  margin-top: 0;
  padding: 5px 0;
}
#nav .sub-menu::after {
  display: none;
}
#nav .sub-menu li + li {
  margin-top: 0;
}
#nav .sub-menu a {
  font-size: 12px;
  line-height: 1.6666666667;
}
#nav .sub-menu a::after {
  width: 6px;
  height: 6px;
  left: -10px;
  transform: translateY(-50%);
  margin-top: 0;
}
#nav .sub-menu .to-chara {
  padding: 15px 0 10px;
}
#nav .sub-menu .to-chara a {
  color: #18284b;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
#nav .sub-menu .to-chara a::after {
  width: 20px;
  height: 20px;
  background: url(/img/common/renew/icn_menu_s_charahiroba.png) no-repeat center;
  background-size: cover;
  border: none;
  left: -14px;
}
#nav .member {
  margin-top: 5px;
  padding: 0 16px;
}
#nav .member img {
  width: 100%;
}

/*KVスライダー*/
.slider .slick-dots {
  padding-top: 12px;
}

.slider .slick-dots button {
  width: 10px;
  height: 10px;
  border: none;
  background: #ccc9c2;
}

.slider .slick-dots .slick-active button {
  background: #f50057;
}

.slider .slick-dots li {
  margin: 0 8px;
}

.slider-image {
  padding: 0;
}

.slider-image__item {
  border-radius: 0;
}

/*検索*/
.search {
  margin-top: 36px;
}
@media only screen and (max-width: 768px) {
  .search {
    padding: 0 8px;
  }
}

.search-keyword {
  display: flex;
}

.search-keyword__button {
  width: 112px;
  float: none;
}
@media only screen and (max-width: 768px) {
  .search-keyword__button {
    width: 15.1162790698%;
  }
}

.search-content {
  padding: 0;
  background: none;
  box-shadow: none;
  height: 120px;
}

.search-content__item {
  max-width: 632px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .search-content__item {
    max-width: 100%;
  }
}

.search-content__button {
  height: 100%;
  border-radius: 0 4px 4px 0;
  padding: 12px 0;
  box-shadow: none;
  background: #295fcb;
}
@media only screen and (max-width: 768px) {
  .search-content__button {
    padding: 0;
  }
}
.search-content__button img {
  width: 64px;
}
@media only screen and (max-width: 768px) {
  .search-content__button img {
    width: 52px;
  }
}

#is-minkuji .search-content__button {
  background: #03c300;
}

.search-keyword__input {
  margin-right: 0;
  max-width: 520px;
  width: 82.2784810127%;
  float: none;
}
@media only screen and (max-width: 768px) {
  .search-keyword__input {
    max-width: 100%;
    width: 84.8837209302%;
  }
}

.search-keyword__input input[type=text] {
  height: 100%;
  font-size: 14px;
  background: #e6e8eb;
  padding: 16px;
  border-radius: 4px 0 0 4px;
  box-shadow: none;
  border: none;
}

.search-other {
  margin-top: 8px;
}

.search-other__button img {
  width: 280px;
}
@media only screen and (max-width: 768px) {
  .search-other__button img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 53px;
  }
}

.search-other__button--half {
  width: 50%;
  margin-right: 8px;
}

.search-other__button--half:last-child {
  width: calc(50% - 8px);
}

.search-other__button--half .search-content__button {
  border-radius: 4px;
}

/*コンテンツ共通*/
.h2Block {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .h2Block {
    padding: 0 8px;
  }
}
.h2Block h2 {
  color: #18284b;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.256em;
}
@media only screen and (max-width: 768px) {
  .h2Block h2 {
    font-size: 32px;
    letter-spacing: 0.128em;
  }
}
.h2Block .jptxt {
  color: #7b8d9b;
  font-size: 14px;
  font-weight: bold;
}

/*ランキング*/
.ranking {
  margin-bottom: 96px;
}
@media only screen and (max-width: 768px) {
  .ranking {
    padding: 0 8px;
  }
}

.rank_list {
  max-width: 952px;
  width: 100%;
  align-items: stretch;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .rank_list {
    display: flex;
    flex-wrap: wrap;
  }
}
.rank_list li {
  width: calc((100% - 32px) / 5);
  display: flex;
}
.rank_list li:not(:last-child) {
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  .rank_list li:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .rank_list li:first-child {
    width: 100%;
    padding: 0 17.4418604651%;
    margin-bottom: 36px;
  }
  .rank_list li:not(:first-child) {
    width: calc((100% - 8px) / 2);
  }
  .rank_list li:nth-child(2) {
    margin-right: 8px;
  }
  .rank_list li:nth-child(4) {
    margin-right: 8px;
  }
  .rank_list li:nth-child(n+4) {
    margin-top: 36px;
  }
}

.rank_list > li .box_inner {
  position: relative;
  display: flex;
  flex-direction: column;
}
.rank_list > li .box_inner a {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-decoration: none;
}

.rank_list > li .box_inner::before {
  content: "1";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: bold;
  background: #295fcb;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.rank_list .no1 .box_inner::before {
  background: #dec040;
}

.rank_list .no2 .box_inner::before {
  content: "2";
  background: #c6cace;
}

.rank_list .no3 .box_inner::before {
  content: "3";
  background: #9f7f4c;
}

.rank_list .no4 .box_inner::before {
  content: "4";
}

.rank_list .no5 .box_inner::before {
  content: "5";
}

.rank_list li img {
  width: 100%;
}

.rank_list .title {
  display: flex;
  flex-direction: column;
  color: #7b8d9b;
  font-size: 14px;
  line-height: 1.4285;
  padding: 8px;
  flex-grow: 1;
  align-items: stretch;
}

.rank_list .title .character {
  flex-grow: 1;
}

.rank_list .title .item {
  color: #18284b;
  font-weight: 500;
  flex-grow: 1;
  margin-top: 8px;
}

.ranking .desc {
  max-width: 632px;
  width: 100%;
  margin: 24px auto 0;
  font-size: 12px;
  color: #18284b;
}
@media only screen and (max-width: 768px) {
  .ranking .desc {
    padding: 0 0 0 16px;
    box-sizing: border-box;
  }
}

.ranking .desc li {
  position: relative;
}

.ranking .desc li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: -16px;
}

.ranking .desc li:not(:first-child) {
  margin-top: 8px;
}

/*キャンペーン・イベント情報*/
.campaign {
  margin-bottom: 96px;
}
.campaign .slider {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .campaign .slider {
    padding: 24px 0 0 16px;
  }
  .campaign .slider.not-slide {
    padding: 24px 24px 0 24px;
  }
  .campaign .slider.not-slide .campaign-list__item {
    margin: 0;
  }
}

.campaign-list {
  max-width: 952px;
  width: 100%;
  margin: 24px auto 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .campaign-list {
    display: block;
    margin-top: 0;
    overflow: hidden;
  }
  .campaign-list .slick-list {
    padding: 0 8% 0 0 !important;
  }
}

.campaign-list__item {
  float: none;
  width: calc((100% - 16px) / 3);
  margin-right: 0;
  border-radius: 0;
  box-shadow: none;
}
.campaign-list__item:not(:last-child) {
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  .campaign-list__item {
    float: left;
    width: 100%;
    overflow: hidden;
    margin: 0 8px;
  }
  .campaign-list__item:not(:last-child) {
    margin-right: 0;
  }
  .campaign-list__item:nth-of-type(n + 3) {
    margin-top: 0;
  }
}

.campaign-list__text {
  display: flex;
  background: rgba(41, 95, 203, 0.95);
  border-radius: 0;
}

.campaign-list__item--prize .campaign-list__inner {
  display: flex;
  flex-direction: column;
  background: none;
  padding: 40px 16px;
}

.campaign-list__item--prize .campaign-list__date {
  display: none;
}

.campaign-list__title {
  font-size: 16px;
  text-align: center;
}

.campaign-list__outline {
  font-size: 14px;
  text-align: center;
  flex-grow: 1;
}

.campaign-list__button {
  position: static;
  padding: 0;
}

.campaign-list__button .button {
  color: #295fcb;
  font-size: 14px;
  font-weight: bold;
  border-radius: 0;
  padding: 4px 0;
  height: auto;
}

.campaign-list__button .button::before,
.campaign-list__button .button::after {
  display: none;
}

/*特設ページ*/
.special {
  margin-bottom: 96px;
}
@media only screen and (max-width: 768px) {
  .special {
    padding: 0 8px;
  }
}

.special-list {
  max-width: 952px;
  width: 100%;
  margin: 24px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.special-list .special-list__item {
  width: calc((100% - 16px) / 3);
  float: none;
  height: auto !important;
}
.special-list .special-list__item:not(:nth-child(3n)) {
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  .special-list .special-list__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.special-list .special-list__item:nth-of-type(n + 4) {
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .special-list .special-list__item:nth-of-type(n + 4) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .special-list .special-list__item {
    width: calc((100% - 8px) / 2);
  }
  .special-list .special-list__item:not(:nth-child(even)) {
    margin-right: 8px;
  }
  .special-list .special-list__item:nth-of-type(n + 3) {
    margin-top: 16px;
  }
}
.special-list .special-list__item a {
  border-radius: 0;
  box-shadow: none;
  background: none;
}
.special-list .special-list__item .special-list__text {
  text-align: center;
  min-height: auto;
  height: auto !important;
  padding-top: 8px;
}
.special-list .special-list__item .special-list__text span {
  color: #18284b;
  font-size: 14px;
  font-weight: bold;
  background: none;
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  .special-list .special-list__item .special-list__text span {
    padding: 0;
  }
}

.special.survey .special-list__item {
  width: calc((100% - 16px) / 2);
}
@media only screen and (min-width: 769px) {
  .special.survey .special-list__item {
    margin-right: 0;
    margin-top: 0;
  }
  .special.survey .special-list__item:nth-child(odd) {
    margin-right: 8px;
  }
  .special.survey .special-list__item:nth-child(n+3) {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .special.survey .special-list__item {
    width: 100%;
    max-width: 280px;
    margin-right: 0;
  }
  .special.survey .special-list__item:nth-child(n+2) {
    margin-top: 8px;
  }
}
.special.survey .special-list__image {
  max-height: none;
}

/*ソーシャル&ブログ*/
.social {
  margin-bottom: 96px;
}
@media only screen and (max-width: 768px) {
  .social {
    padding: 0 8px;
  }
}

.timeline-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  max-width: 952px;
  width: 100%;
  margin: 24px auto 0;
}
@media only screen and (max-width: 768px) {
  .timeline-list {
    flex-direction: column;
  }
}
.timeline-list:last-of-type {
  margin-top: 32px;
}
@media only screen and (max-width: 768px) {
  .timeline-list:last-of-type {
    margin-top: 8px;
  }
}
.timeline-list .timeline-list__item {
  float: none;
  width: calc((100% - 16px) / 3);
}
@media only screen and (max-width: 768px) {
  .timeline-list .timeline-list__item {
    width: 100%;
  }
}
.timeline-list .timeline-list__item:not(:last-child) {
  margin-right: 8px;
}
.timeline-list .timeline-list__item:nth-child(3) {
  margin-right: 0;
}
.timeline-list .timeline-list__item:last-child {
  margin-right: 0;
}
.timeline-list .timeline-list__item:nth-of-type(n + 4) {
  margin-top: 32px;
}
@media only screen and (max-width: 768px) {
  .timeline-list .timeline-list__item:nth-of-type(n + 4) {
    margin-top: 8px;
  }
}

.timeline {
  box-shadow: none;
  border-radius: 0;
}
.timeline .social_link {
  text-decoration: none;
}
.timeline.timeline--blog .timeline-LoadMore {
  text-align: center;
  padding-top: 10px;
}
.timeline.timeline--blog .timeline-LoadMore a {
  box-sizing: border-box;
  display: inline-block;
  padding: 10px 0;
  margin: 0 0 20px 0;
  width: 155px;
  font-size: 12px;
  color: #f0800c;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f0800c;
  border-radius: 100px;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  font: normal normal 12px/1.4 Helvetica, Roboto, "Segoe UI", Calibri, sans-serif;
  line-height: 16.8px;
}
.timeline.timeline--blog .timeline-LoadMore a:hover {
  background-color: #f0800c;
  color: #fff;
}
.timeline.timeline--instagram .social_link:hover {
  opacity: 0.7;
}
.timeline.timeline--instagram .social_link img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .timeline {
    overflow: visible;
  }
  .timeline .social_link {
    display: block;
    color: #fff;
    padding: 16px 0;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    position: relative;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
  }
  .timeline.timeline--twitter .social_link {
    background: #1da1f2;
  }
  .timeline.timeline--twitter .social_link::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url(/img/common/renew/icn_twitter.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
  }
  .timeline.timeline--blog .social_link {
    background: #fe9300;
  }
  .timeline.timeline--instagram .social_link {
    background: linear-gradient(to right, #ffdd83 0%, #f26939 24.27%, #cf2e92 62.83%, #4c64d3 100%);
  }
  .timeline.timeline--instagram .social_link::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url(/img/common/renew/icn_insta.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
  }
}

.timeline__header {
  background: #f7f9fa;
  display: flex;
  align-items: center;
  padding: 0 0 16px;
}
@media only screen and (max-width: 768px) {
  .timeline__header {
    display: none;
  }
}

.timeline__icon img {
  width: 80px;
}

@media only screen and (max-width: 768px) {
  .timeline__body {
    display: none;
  }
}

.timeline__category {
  color: #18284b;
  font-size: 16px;
}

.timeline--twitter .timeline__category dd,
.timeline--blog .timeline__category dd {
  color: #7b8d9b;
  font-size: 14px;
  font-weight: normal;
}

.timeline--blog .timeline__content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.timeline--blog .timeline__content::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 10px;
}

.timeline--blog .timeline__content::-webkit-scrollbar-thumb {
  background-color: #295fcb;
  border-radius: 10px;
}

#is-minkuji .timeline--blog .timeline__content::-webkit-scrollbar-thumb {
  background-color: #03C300;
}

/*おしらせ*/
@media only screen and (max-width: 768px) {
  .information {
    padding: 0 8px;
  }
}

.info {
  max-width: 952px;
  width: 100%;
  margin: 24px auto 0;
}

.info-category__inner {
  display: flex;
}
.info-category__inner .info-category__button {
  width: calc((100% - 16px) / 3);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 16px;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .info-category__inner .info-category__button {
    width: calc((100% - 8px) / 2);
  }
}
.info-category__inner .info-category__button.is-active::before {
  content: "";
  display: block;
  width: calc(300% + 16px);
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .info-category__inner .info-category__button.is-active::before {
    width: calc(200% + 8px);
  }
}
.info-category__inner .info-category__button:first-child {
  background: #fff;
  color: #f50057;
}
.info-category__inner .info-category__button:first-child.is-active {
  background: #f50057;
  color: #fff;
}
.info-category__inner .info-category__button:first-child.is-active::before {
  background: #f50057;
}
.info-category__inner .info-category__button:nth-child(2) {
  background: #fff;
  color: #295fcb;
}
.info-category__inner .info-category__button:nth-child(2).is-active {
  background: #295fcb;
  color: #fff;
}
.info-category__inner .info-category__button:nth-child(2).is-active::before {
  background: #295fcb;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .info-category__inner .info-category__button:nth-child(2).is-active::before {
    left: auto;
    right: 0;
    transform: none;
  }
}
.info-category__inner .info-category__button:not(:last-child) {
  margin-right: 8px;
}

#is-minkuji .info-category__inner .info-category__button {
  background: #03c300;
  padding: 0;
  cursor: default;
  pointer-events: none;
}
#is-minkuji .info-category__inner .info-category__button.is-active::before {
  background: #03c300;
}

.info-contents .info-list {
  display: none;
}
.info-contents .info-list.is-active {
  display: block;
}

.info-list__item {
  display: flex;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #d5dadd;
}
@media only screen and (max-width: 768px) {
  .info-list__item {
    display: block;
  }
}
.info-list__item .info-list__date {
  width: 136px;
  color: #7b8d9b;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-right: 8px;
}
.info-list__item .info-list__text a {
  color: #0b0e2e;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.info-list__item .info-list__text a:hover {
  text-decoration: underline;
}

/*フッター*/
#footer {
  position: relative;
  min-width: auto;
  margin-top: 52px;
}
@media only screen and (max-width: 768px) {
  #footer {
    margin-top: 48px;
  }
}

#is-minkuji #footer .qr {
  background-image: none;
}
#is-minkuji #footer .qr img {
  opacity: 1;
}

#footer .footer__top {
  max-width: 100%;
  margin: 0 auto;
  background: #273a58;
  padding: 0 10.3448275862% 0 6.8965517241%;
}
@media only screen and (max-width: 768px) {
  #footer .footer__top {
    padding: 0 20px;
  }
}
#footer .footer__top .column {
  display: flex;
  align-items: flex-start;
  max-width: 952px;
  width: 100%;
  margin: 0 auto;
  padding: 32px 0;
}
@media only screen and (max-width: 768px) {
  #footer .footer__top .column {
    flex-direction: column;
  }
}
#footer .footer__top .column .menu {
  width: calc((100% - 16px) / 3);
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  #footer .footer__top .column .menu {
    width: 100%;
  }
}
#footer .footer__top .column .menu li {
  float: none;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #footer .footer__top .column .menu li {
    width: 100%;
    text-align: left;
  }
}
#footer .footer__top .column .menu li::after {
  display: none;
}
#footer .footer__top .column .menu li a {
  color: #c3c8ce;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  text-decoration: none;
}
#footer .footer__top .column .menu li a:hover {
  text-decoration: underline;
}
#footer .footer__top .column .qr {
  width: calc((100% - 16px) / 3);
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
#footer .footer__top .column .qr .head {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
#footer .footer__top .column .qr .txt {
  color: #c3c8ce;
  font-size: 12px;
  font-weight: 500;
}
#footer .footer__top .column .qr img {
  margin: 16px 0;
}

#footer .footer__bottom {
  margin-top: 0;
}
#footer .footer__bottom .copyright {
  padding: 64px 10.3448275862% 64px 6.8965517241%;
}
@media only screen and (max-width: 768px) {
  #footer .footer__bottom .copyright {
    padding: 64px 8px;
  }
}
#footer .footer__bottom .copyright__inner {
  max-width: 952px;
  margin: 0 auto;
}
#footer .footer__bottom .copyright__furyu {
  color: #7b8d9b;
  font-size: 10px;
  font-weight: 500;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #footer .footer__bottom .copyright__furyu {
    max-width: 240px;
    margin: 0 auto;
  }
  #footer .footer__bottom .copyright__furyu img {
    width: 100%;
  }
}
#footer .footer__bottom .copyright__other {
  color: #7b8d9b;
  font-size: 10px;
  font-weight: 500;
  padding: 0;
  margin-top: 32px;
}

/*************** みんなのくじ *****************/
/*ダブルゲット賞*/
.doubleget {
  margin-bottom: 96px;
}

.doubleget .h2Block {
  padding-top: 24px;
}

.doubleget-button {
  max-width: 632px;
  width: 100%;
  background: none;
  padding-top: 24px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .doubleget-button {
    padding: 24px 8px 0;
  }
}
.doubleget-button img {
  width: 100%;
}

.doubleget-slider {
  width: calc(100% - 16px);
}

.doubleget-slider__inner {
  justify-content: center;
  flex-direction: row-reverse;
}

.doubleget-slider__item {
  margin-right: 8px;
}

.doubleget-slider__item a {
  border-radius: 0;
}

@media only screen and (max-width: 768px) {
  .doubleget-slider .slick-list {
    padding: 0;
  }
}

.doubleget-slider .slick-track {
  display: flex;
  flex-direction: row-reverse;
}

.doubleget-slider .slick-dots {
  padding-top: 10px;
}

.doubleget-slider .slick-dots li {
  margin: 0 8px;
}

.doubleget-slider .slick-dots .slick-active button {
  background: #f50057;
}

.doubleget-slider .slick-dots button {
  width: 10px;
  height: 10px;
  border: none;
  background: #ccc9c2;
  border: none;
}

/* ピックアップ */
.pickupitem {
  max-width: 932px;
  width: 100%;
  margin: 0 auto 96px;
}

.pickup-slider {
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .pickup-slider {
    width: 100%;
  }
}

.pickupitem .slick-track {
  display: flex;
}

.pickupitem .slick-slide {
  height: auto !important;
}

.pickup-slider__item {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .pickup-slider__item {
    margin-right: 8px;
  }
}
.pickup-slider__item a {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
  background: none;
}

.pickup-txt {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
  padding: 8px;
  box-sizing: border-box;
  background: none;
}
.pickup-txt .pickup-campaign {
  height: 100%;
  flex-grow: 1;
  color: #7b8d9b;
  font-size: 14px;
}
.pickup-txt .pickup-item {
  height: 100%;
  flex-grow: 1;
  color: #18284b;
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
}

.pickup {
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .pickup {
    border-radius: 0;
    box-shadow: none;
  }
}

.pickup-slider .slick-dots {
  padding-top: 10px;
}

.pickup-slider .slick-dots li {
  margin: 0 8px;
}

.pickup-slider .slick-dots .slick-active button {
  background: #f50057;
}

.pickup-slider .slick-dots button {
  width: 10px;
  height: 10px;
  border: none;
  background: #ccc9c2;
  border: none;
}

.pickup-footer {
  width: 100%;
  top: 28%;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .pickup-footer {
    display: none;
  }
}

.pickup-footer__controller .slick-arrow {
  top: 0;
}

.pickup-footer__controller .slick-prev {
  background-image: url(/img/common/renew/btn_slide_right.png);
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 769px) {
  .pickup-footer__controller .slick-prev {
    left: -24px;
  }
}

.pickup-footer__controller .slick-next {
  background-image: url(/img/common/renew/btn_slide_left.png);
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 769px) {
  .pickup-footer__controller .slick-next {
    right: -24px;
  }
}

.doubleget-slider__controller .slick-prev {
  background-image: url(/img/common/renew/btn_slide_right.png);
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 769px) {
  .doubleget-slider__controller .slick-prev {
    left: -12px;
  }
}

.doubleget-slider__controller .slick-next {
  background-image: url(/img/common/renew/btn_slide_left.png);
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 769px) {
  .doubleget-slider__controller .slick-next {
    right: -12px;
  }
}

@media only screen and (max-width: 768px) {
  .doubleget-footer {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .slide-one .slick-track {
    display: inline;
  }
}
/*# sourceMappingURL=top.css.map */