/*
Theme Name: Glanze 1st
*/
@font-face {
  font-family: "Quentin";
  src: url("../font/Quentin.woff2") format("woff2"), url("../font/Quentin.woff") format("woff");
  font-display: swap;
}

/******************************************************************
 * Reset CSS - CBT LINKs
******************************************************************/
/* reset margin
-----------------------------------------------------------------*/
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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

/* reset font style
-----------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 62.5%;
}

html * {
  box-sizing: inherit;
}

body {
  position: relative;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  line-height: 1.4;
  background: transparent;
  color: #111;
  width: 100%;
}

ul, ol {
  list-style-type: none;
}

a {
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
}

em, strong {
  font-style: normal;
  font-weight: inherit;
}

/* reset table
-----------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

table, th, td {
  table-layout: fixed;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* reset form style
-----------------------------------------------------------------*/
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea,
select, option {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  appearance: none;
  appearance: none;
  padding: 0;
}

select::-ms-expand {
  display: none;
}

button::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

button:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

textarea {
  resize: none;
  overflow: auto;
}

*:focus {
  outline: none;
}

/* reset img
-----------------------------------------------------------------*/
img {
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 750px) {
  .sp {
    display: none !important;
  }
}

.c-body {
  position: relative;
}

.c-wrapper {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}

.c-scroll-adjust {
  padding-top: 60px;
  margin-top: -60px;
}

.headerbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 100;
}

.headerbar__inner {
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 60px;
}

.headerbar__logo {
  width: 37px;
  align-items: center;
}

.headerbar-wrapper {
  height: 60px;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease, visibility .3s ease;
  position: relative;
  z-index: 100;
}

.headerbar-wrapper.is-top {
  height: 0;
}

.headerbar-wrapper.is-active {
  visibility: visible;
  opacity: 1;
}

.hamburger-btn {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 110;
  pointer-events: none;
}

.hamburger-btn__inner {
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  padding-right: 8px;
}

.hamburger-btn__btn {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
  pointer-events: auto;
}

.hamburger-btn__btn span {
  display: block;
  position: absolute;
  height: 4px;
  background: #000;
  top: 50%;
  left: 11px;
  transition: background .1s ease;
}

.hamburger-btn__btn span:nth-child(1) {
  width: 37px;
  transform: translateY(-50%) translateY(-8px);
}

.hamburger-btn__btn span:nth-child(2) {
  width: 22px;
  transform: translateY(-50%) translateY(3px);
}

.hamburger-btn__btn span:nth-child(3) {
  width: 37px;
  transform: translateY(-50%) translateY(14px);
}

.hamburger-btn__btn.is-white span {
  background: #fff;
}

.hamburger-btn.is-open {
  opacity: 0;
}

.hamburger-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s ease, visibility .2s ease;
}

.hamburger-menu.is-open {
  visibility: visible;
  opacity: 1;
}

.hamburger-menu__container {
  max-width: 750px;
  margin: 0 auto;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
}

.hamburger-menu__list {
  padding-top: 65px;
  margin-bottom: 50px;
}

.hamburger-menu__banner {
  padding: 0 20px;
}

.hamburger-menu__item a {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 45px;
  position: relative;
}

.hamburger-menu__item a::before, .hamburger-menu__item a::after {
  content: '';
  display: block;
  position: absolute;
  background: #666;
}

.hamburger-menu__item a::before {
  left: 0;
  width: 22px;
  height: 2px;
}

.hamburger-menu__item a::after {
  left: 24px;
  width: 5px;
  height: 2px;
}

.hamburger-menu__item.is-current a::before, .hamburger-menu__item.is-current a::after {
  background: #d03082;
}

.hamburger-menu__item-en {
  font-size: 30px;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  letter-spacing: .02em;
  text-transform: uppercase;
  line-height: 1;
  margin-right: 15px;
}

.hamburger-menu__item-ja {
  font-size: 14px;
  letter-spacing: .04em;
  line-height: 1;
}

.hamburger-menu__item-ja--external {
  padding-right: 15px;
  background: url(../img/top/external-icon.png) center right/10px no-repeat;
}

.hamburger-menu-close {
  position: absolute;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: flex-end;
  padding-right: 9px;
  pointer-events: none;
}

@media screen and (min-width: 750px) {
  .hamburger-menu-close {
    width: 750px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.hamburger-menu-close__btn {
  width: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
  pointer-events: auto;
}

.hamburger-menu-close__btn::before, .hamburger-menu-close__btn::after {
  content: '';
  display: block;
  position: absolute;
  width: 35px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 50%;
}

.hamburger-menu-close__btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.hamburger-menu-close__btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.footer__main {
  background: #262626;
  color: #fff;
  padding: 23px 0 0;
}

.footer-menu__ttl {
  font-size: 24px;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding: 0 20px;
}

.footer-menu__list {
  border-top: solid 1px #4d4d4d;
}

.footer-menu__item {
  border-bottom: solid 1px #4d4d4d;
}

.footer-menu__item a {
  display: block;
  padding: 13px 20px 14px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .04em;
  background: url("../img/common/arrow-next.png") center right 20px/23px no-repeat;
}

.footer-access {
  padding: 20px;
  overflow: hidden;
}

.footer-access__inner {
  display: flex;
  margin-right: -10px;
}

.footer-access__item {
  flex: 0 0 33.33333%;
  max-width: calc(33.33333% - 10px);
  margin-right: 10px;
  background: #464646;
  text-align: center;
  border-radius: 4px;
  padding: 14px 0 15px;
}

.footer-access__ttl {
  font-size: 12px;
  letter-spacing: .02em;
  line-height: 1;
  margin-bottom: 6px;
}

.footer-access__val {
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 22px;
  letter-spacing: .02em;
  line-height: 1;
}

.footer-logo {
  padding: 20px 0 40px;
}

.footer-logo__mark {
  width: 230px;
  margin: 0 auto;
  margin-bottom: 8px;
}

.footer-logo__copyright {
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 9px;
  text-align: center;
  letter-spacing: .04em;
}

.footerbar-wrapper {
  height: 65px;
}

.footerbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transform: translateY(20px);
  transition: transform .2s ease, opacity .2s ease;
  opacity: 0;
}

.footerbar.is-show {
  transform: none;
  opacity: 1;
}

.footerbar__inner {
  max-width: 750px;
  margin: 0 auto;
  height: 65px;
  display: flex;
  justify-content: center;
  background: #1a1a1a;
  padding: 2px;
}

.footerbar__banner {
  height: 61px;
  margin-right: 2px;
}

.footerbar__banner:last-child {
  margin-right: 0;
}

.footerbar__banner img {
  height: 100%;
}

.c-primary-head {
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  text-align: center;
}

.c-primary-head__sub {
  font-size: 14px;
  color: #d03082;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .04em;
  margin-bottom: 4px;
}

.c-primary-head__ttl {
  font-size: 35px;
  line-height: 1.2;
}

.c-primary-head--left {
  text-align-last: left;
}

.c-primary-head-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-tabpanels {
  position: relative;
}

.c-tabpanel {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.c-tabpanel.is-active {
  position: static;
  opacity: 1;
  visibility: visible;
  transition: opacity .3s ease, visibility .3s ease;
}

.c-rank1__inner {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  color: #fff;
}

.c-rank1__inner::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  background: url("../img/top/recruit-bg.png") center/700px;
}

.c-rank1__fig-wrapper {
  flex: 0 0 53.33333%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.c-rank1__txt {
  flex: 0 0 46.66667%;
  padding-left: 16px;
  padding-top: 48px;
  position: relative;
}

.c-rank1__movie {
  width: 200px;
}

.c-rank1__fig {
  width: 200px;
  height: 266px;
}

.c-rank1__fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit:cover;';
}

.c-rank1__no {
  padding-left: 25px;
  position: relative;
  margin-bottom: 12px;
}

.c-rank1__no::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 13px;
  display: block;
  height: 25px;
  width: 150px;
  background: #d03082;
  transform: skew(-45deg);
}

.c-rank1__no::after {
  content: '';
  position: absolute;
  top: 20px;
  display: block;
  height: 25px;
  width: 30px;
  background: #d03082;
  left: 150px;
}

.c-rank1__no-inner {
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 18px;
  position: relative;
}

.c-rank1__no-inner span {
  font-size: 35px;
}

.c-rank1__name {
  font-size: 18px;
  padding-right: 10px;
}

.c-rank1__name-en {
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 34px;
  line-height: 1.1;
  margin-bottom: 12px;
  padding-right: 10px;
}

.c-rank1__position {
  font-size: 14px;
  color: #999;
  padding-right: 10px;
}

.c-castlist {
  max-width: 334px;
  margin: 0 auto;
}

.c-castlist__list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1px;
}

.c-castlist-item {
  flex: 0 0 50%;
  max-width: calc(50% - 1px);
  margin-right: 1px;
  text-align: center;
}

.c-castlist-item a {
  display: block;
  height: 100%;
  background: #fff;
}

.c-castlist-item__fig {
  height: 222px;
}

.c-castlist-item__fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit:cover;';
}

.c-castlist-item__txt {
  background: #fff;
  padding: 23px 5px 21px;
  position: relative;
}

.c-castlist-item__no {
  position: absolute;
  top: -21px;
  left: 50%;
  display: block;
  width: 41px;
  height: 41px;
  background: url("../img/common/rank-no-bg.png") center/contain no-repeat;
  transform: translate(-50%);
  font-size: 24px;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  color: #fff;
  padding-top: 4px;
  padding-left: 8px;
}

.c-castlist-item__name {
  font-size: 16px;
  margin-bottom: 2px;
}

.c-castlist-item__name-en {
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 7px;
}

.c-castlist-item__position {
  font-size: 14px;
  color: #666;
}

.c-castblog-list .slick-arrow {
  position: absolute;
  top: 99px;
  font-size: 0;
  background: transparent;
}

.c-castblog-list .slick-arrow::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  background: #d03082;
  z-index: 50;
  transform: translateY(-50%) rotate(45deg);
}

.c-castblog-list .slick-arrow::after {
  content: '';
  position: absolute;
  top: -4px;
  display: block;
  width: 23px;
  height: 5px;
  z-index: 51;
  border-bottom: solid 1px #fff;
}

.c-castblog-list .slick-prev::before {
  left: 25px;
}

.c-castblog-list .slick-prev::after {
  left: 30px;
  border-left: solid 1px #fff;
  transform: skew(-45deg);
}

.c-castblog-list .slick-next {
  right: 0;
}

.c-castblog-list .slick-next::before {
  right: 24px;
}

.c-castblog-list .slick-next::after {
  right: 30px;
  border-right: solid 1px #fff;
  transform: skew(45deg);
}

.c-castblog {
  width: 296px;
  padding: 0 1px;
}

.c-castblog__fig {
  height: 196px;
  background: #eee;
}

.c-castblog__fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit:cover;';
}

.c-castblog__txt {
  position: relative;
  padding-top: 24px;
}

.c-castblog__cat {
  display: inline-block;
  position: absolute;
  color: #fff;
  padding: 3px 15px;
  top: -14px;
  left: 6px;
  font-size: 14px;
  max-width: calc(100% - 20px);
}

.c-castblog__cat span {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}

.c-castblog__cat::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform: skew(-30deg);
}

.c-castblog__ttl {
  font-size: 16px;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-castblog__date {
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 14px;
  color: #999;
  letter-spacing: .045em;
}

.c-datalist {
  border: solid 1px #dbdbdb;
  text-align: center;
  font-size: 16px;
}

.c-datalist__ttl {
  background: #f5f5f5;
  font-weight: 700;
  padding: 8px 0;
}

.c-datalist__val {
  padding: 8px 5px;
  background: #fff;
  line-height: 1.5;
}

.c-datalist__val a {
  color: #d03082;
  text-decoration: underline;
}

.c-datalist__val:not(:last-child) {
  border-bottom: solid 1px #dbdbdb;
}

.c-datalist__val--small {
  font-size: 15px;
}

.c-datalist__val--pad {
  padding: 18px 5px;
}

.c-datalist__pink {
  color: #d03082;
}

.top-mv {
  height: 667px;
  position: relative;
  padding-top: 225px;
}

.top-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
}

.top-mv__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit:cover;';
}

.top-mv__scroll {
  margin: 0 auto;
  position: absolute;
  width: 101px;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
}

.top-slider {
  background: #262626;
}

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

.top-slider__banner {
  width: 304px;
  padding: 0 5px;
}

.top-slider .slick-dots {
  display: flex;
  justify-content: center;
  font-size: 0;
  margin-top: 20px;
}

.top-slider .slick-dots li {
  width: 25px;
  height: 1px;
  background: #666;
  margin: 0 1px;
}

.top-slider .slick-dots li button {
  font-size: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

.top-slider .slick-dots li.slick-active {
  height: 2px;
  background: #d03082;
}

.top-ranking {
  background: url("../img/top/ranking-stripe.png") top center/auto 20px repeat-x;
  padding-top: 45px;
  overflow: hidden;
}

.top-ranking .c-primary-head {
  padding-top: 39px;
  background: url("../img/top/ranking-crown.png") top center/56px no-repeat;
  margin-bottom: 23px;
}

.top-ranking__tab {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2px;
  margin-bottom: 25px;
}

.top-ranking__tab-item {
  flex: 0 0 33.33333%;
  max-width: calc(33.33333% - 2px);
  margin-right: 2px;
  margin-bottom: 2px;
}

.top-ranking__tab-item button {
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 13px;
  display: block;
  width: 100%;
  padding: 11px 0 9px;
}

.top-ranking__tab-item button.is-active {
  background: #d03082;
}

.top-ranking__list {
  background: #e6e6e6;
  padding: 20px 0 25px;
}

.top-ranking__bg {
  background: #e6e6e6;
  padding-bottom: 50px;
}

.top-ranking__more {
  max-width: 190px;
  margin: 0 auto;
}

.top-ranking__more a {
  background: #d03082;
  color: #fff;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  padding: 11px 0 12px;
  display: block;
  text-align: center;
}

.top-content {
  background: url(../img/top/content-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 27px 20px 34px;
  color: #fff;
}

.top-content .serif{
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.top-content h2 {
  font-size: 34px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  font-family: 'LibreBaskerville', YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-style: italic;
  white-space: nowrap;
}

.top-content h2 span {
  position: relative;
  display: inline-block;
  padding: 0 14px;
  text-align: left;
}

.top-content h2 span::before,
.top-content h2 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #aaa;
}

.top-content h2 span::before {
  right: 100%;
}

.top-content h2 span::after {
  left: 100%;
}

.top-contentlist li{
  border: solid 1px #fff;
  border-bottom: none;
}

.top-contentlist li:last-child{
  border-bottom: solid 1px #fff;
}

.top-contentlist li a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 53px;
  padding: 5px 45px;
  font-size: 15px;
  text-align: center;
  line-height: calc(20/14);
  font-weight: bold;
}

.top-contentlist li a::after{
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 22px;
  height: 6px;
  background: url(../img/top/content-link-arw.svg) no-repeat center center;
}

.top-blog {
  padding: 43px 0 42px;
}

.top-blog .c-primary-head__sub {
  letter-spacing: .15em;
}

.top-blog .c-primary-head-btn {
  padding: 0 20px;
  margin-bottom: 37px;
}

.top-blog .c-primary-head-btn__btn {
  max-width: 150px;
  flex: 0 0 100%;
  margin-top: 11px;
}

.top-blog .c-primary-head-btn__btn a {
  background: #d03082;
  color: #fff;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  padding: 11px 0 12px;
  display: block;
  text-align: center;
  padding: 9px 0 13px;
}

.top-event {
  padding-top: 44px;
  background: #f5f5f5;
}

.top-event .c-primary-head__sub {
  letter-spacing: .18em;
}

.top-event .c-primary-head-btn {
  padding: 0 20px;
  margin-bottom: 27px;
}

.top-event .c-primary-head-btn__btn {
  max-width: 150px;
  flex: 0 0 100%;
  margin-top: 10px;
}

.top-event .c-primary-head-btn__btn a {
  background: #d03082;
  color: #fff;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  padding: 11px 0 12px;
  display: block;
  text-align: center;
}

.top-event__tab {
  display: flex;
}

.top-event__tab-item {
  flex: 0 0 50%;
}

.top-event__tab-item button {
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 19px;
  display: block;
  width: 100%;
  background: transparent;
  text-align: center;
  padding: 11px 0 9px;
  color: #999;
  border-bottom: solid 3px #fff;
}

.top-event__tab-item button.is-active {
  color: #d03082;
  border-bottom-color: #d03082;
}

.top-event__list {
  padding: 30px 20px 30px;
}

.top-event-item {
  margin-bottom: 20px;
}

.top-event-item__inner {
  display: flex;
  align-items: center;
}

.top-event-item__fig {
  flex: 0 0 90px;
  width: 90px;
  height: 90px;
  margin-right: 19px;
}

.top-event-item__fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit:cover;';
}

.top-event-item__date {
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}

.top-event-item__ttl {
  font-size: 16px;
  line-height: 1.5;
}

.top-first {
  background: #f5f5f5;
  padding-bottom: 40px;
}

.top-first__head {
  background: url("../img/top/first-bg.jpg") center/cover;
  color: #fff;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
}

.top-first__ttl {
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 40px;
  letter-spacing: .02em;
  display: flex;
  width: 100%;
  align-items: center;
  line-height: 1;
  margin-bottom: 12px;
}

.top-first__ttl::before, .top-first__ttl::after {
  content: '';
  flex: 1 0 0px;
  display: block;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  margin-top: 3px;
}

.top-first__ttl::before {
  margin-right: 30px;
}

.top-first__ttl::after {
  margin-left: 30px;
}

.top-first__sub {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .01em;
  padding-left: .01em;
  line-height: 1;
}

.top-first__main {
  margin: -20px 30px 0;
  background: #fff;
  padding: 54px 35px 30px;
  position: relative;
}

.top-first__main::before {
  content: '';
  display: block;
  width: 216px;
  height: 67px;
  background: url("../img/top/first-greeting.png") center/contain no-repeat;
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
}

.top-first__message {
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
  margin-bottom: 22px;
}

.top-first__btn {
  max-width: 190px;
  margin: 0 auto;
}

.top-first__btn a {
  background: #d03082;
  color: #fff;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  padding: 11px 0 12px;
  display: block;
  text-align: center;
}

.top-recruit {
  padding: 38px 0 12px;
}

.top-recruit .c-primary-head {
  margin-bottom: 25px;
}

.top-recruit .c-primary-head__sub {
  margin-bottom: 7px;
  letter-spacing: .18em;
  padding-left: .18em;
}

.top-recruit__body {
  background: url("../img/top/recruit-bg.png") center/700px;
  padding: 40px 0 30px;
}

.top-recruit__main {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  margin-bottom: 25px;
}

.top-recruit__fig {
  flex: 0 0 215px;
  position: relative;
}

.top-recruit__txt {
  position: relative;
}

.top-recruit__txt1 {
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 30px;
  text-align: center;
  line-height: 1;
  margin-bottom: 6px;
  position: relative;
  letter-spacing: .02em;
}

.top-recruit__txt2 {
  font-size: 14px;
  text-align: center;
  line-height: 1;
  margin-bottom: 18px;
}

.top-recruit__txt3 {
  font-size: 14px;
  text-align: center;
  color: #999;
  line-height: 1.42857;
}

.top-recruit-check {
  margin: 0 20px;
  border: solid 2px #ebebeb;
  margin-bottom: 21px;
  background: #fff;
}

.top-recruit-check__list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 23px;
  padding-left: 33px;
  margin-bottom: 13px;
}

.top-recruit-check__list-item {
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  padding-left: 14px;
  position: relative;
  margin-right: 22px;
  margin-bottom: 7px;
}

.top-recruit-check__list-item::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #d03082;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.top-recruit-check__list-item span {
  color: #d03082;
}

.top-recruit-check__btn {
  max-width: 190px;
  margin: 0 auto -24px;
}

.top-recruit-check__btn a {
  background: #d03082;
  color: #fff;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  padding: 11px 0 12px;
  display: block;
  text-align: center;
}

.top-club {
  padding: 47px 0 60px;
}

.top-club .c-primary-head {
  margin-bottom: 25px;
}

.top-club .c-primary-head__sub {
  letter-spacing: .18em;
  padding-left: .18em;
  margin-bottom: 7px;
}

.top-club__map {
  height: 270px;
  position: relative;
  margin-bottom: 24px;
}

.top-club__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-club__btn {
  max-width: 190px;
  margin: 0 auto;
  text-transform: uppercase;
}

.top-club__btn a {
  background: #d03082;
  color: #fff;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  padding: 11px 0 12px;
  display: block;
  text-align: center;
}

.top-club .c-datalist {
  margin: 0 20px;
  margin-bottom: 20px;
}



.top-ranking__list .slick-dots li.slick-active button:before
{
    background: linear-gradient(to right, #84611a, #fad07b);
}
.top-ranking__list .slick-prev{
	background-image: url(../img/common/left.png) !important;
	width: 28px;
	height: 46px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	left: -50px;
}
.top-ranking__list .slick-next{
	background-image: url(../img/common/right.png) !important;
	width: 28px;
	height: 46px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	right: -50px;
}

.top-ranking__list .slick-dotted.slick-slider{
  margin-bottom: 60px;
}

.top-ranking__list .slick-dots{
	bottom: 20px;
}

.top-ranking__list .slick-dots li button:before{
	color: inherit !important;
	background-color: #fff;
	opacity: 1;
}

.top-ranking__list .slick-dots li button:before{
	width: 10px;
	height: 10px;
	line-height: 10px;
	border-radius: 20px;
}

.top-ranking__list .slick-dots li{
	margin: 0px 7px;
}

.top-ranking__list .slick-dots li,
.top-ranking__list .slick-dots li button{
	width: 10px;
	height: 10px;
	line-height: 10px;
}

@media
only screen and (max-width : 750px){

.top-ranking__list .slick-prev,
.top-ranking__list .slick-prev:hover{
	background-image: url(../img/common/left.png) !important;
	width: 20px;
	height: 33px;
	background-size: 20px 33px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	left: -15px;
	z-index: 10;
}
.top-ranking__list .slick-next,
.top-ranking__list .slick-next:hover{
	background-image: url(../img/common/right.png) !important;
	width: 20px;
	height: 33px;
	background-size: 20px 33px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	right: -15px;
	z-index: 10;
}

}

.top-ranking__list .slick-arrow {
  background-color: rgba(255,255,255,0);
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.top-ranking__list .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  display: flex;
  justify-content: center;
}

.top-ranking__list .slick-dots button {
  padding: 0;
  border-radius: 50%;
  font-size: 0;
}

.top-ranking__list .slick-dots .slick-active button {
  background: #d03082;
}

.c-castlist-item.slick-slide {
  margin-bottom: 0;
}

/* システム */
.shop-sys {
	background: #fff;
	padding: 30px 0;
}

.shop-sys__inner {
  width: 100%;
}

.shop-sys__head {
	margin-bottom: 33px;
}

.shop-sys-tbl {
	border-bottom: solid 1px #000;
}

.shop-sys-tbl__item-ttl {
  padding: 10px 30px;
	background: url('../img/top/system/sys-tbl-ttl-bg.jpg') center / cover;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .1em;
	position: relative;
}

.shop-sys-tbl__item-ttl::before {
	content: '';
	width: 2px;
	background: #fff;
  position: absolute;
	top: 12px;
	bottom: 12px;
  left: 15px;
}

.shop-sys-tbl__item-body {
  padding: 10px 15px;
	font-size: 14px;
	line-height: 1.714;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}

@media screen and ( max-width: 750px ) {

  .shop-sys__inner {
    padding: 0 20px;
  }

	.shop-sys-tbl__item-ttl {
		font-size: 15px;
    line-height: 1.8;
    padding: 6.5px 22px;
	}

  .shop-sys-tbl__item-ttl::before {
    left: 10px;
	}

	.shop-sys-tbl__item-body {
    padding: 7px 9px
	}
}