@charset "UTF-8";

body {
  background: #1f1f1f;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  position: relative;
  color: #0d0d0d;
  font-size: 14px;
}

@media only screen and (min-width: 800px) {
  body {
    padding-top: 50px;
  }

  .contents_silver_week {
    background: url(../img/silver_week/bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 40px;
  }
}

@media only screen and (max-width: 799px) {
  body {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 799px) .otherCastList>ul {
  justify-content: space-between;
}

@media only screen and (max-width: 799px) .otherCastPanel {
  width: 47.5vw;
}

@media only screen and (max-width: 799px) .otherCastPanel__picture img {
  width: 47vw;
  height: 60vw;
  object-fit: cover;
}

.silver_week_li .otherCastPanel__datas__name {
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 1));
  -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 1));
  -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 1));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 1));
  color: #ffeb3b;
}



.silver_week_li .otherCastPanel__datas__link a {
  color: #ffffff;
  border: 1px #ffffff solid;
}

img {
  vertical-align: bottom;
}

@media only screen and (max-width: 799px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 799px) {
  .showPC {
    display: none !important;
  }
}

@media only screen and (min-width: 800px) {
  .showSP {
    display: none !important;
  }
}

@media only screen and (max-width: 799px) {
  .section {
    padding: 20px 0px 30px;
  }
}

.section__inner {
  margin: 0 auto;
}

.wrapper {
  overflow: hidden;
}

@media (max-width) {
  .wrapper {
    margin-top: 3vw;
  }
}

@media only screen and (min-width: 800px) {
  .wrapper {
    min-width: 1480px;
  }
}

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

  .drawer--right.drawer-open .drawer-hamburger .drawer-hamburger-icon:after,
  .drawer--right.drawer-open .drawer-hamburger .drawer-hamburger-icon:before {
    background: #f00;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: #2e131b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
}

@media only screen and (min-width: 800px) {
  .header {
    height: 50px;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 799px) {
  .header {
    height: 50px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 799px) {
  .header__title {
    margin-right: 55px;
  }

  .header__title h1 img {
    width: 70vw;
  }

}



@media only screen and (max-width: 799px) {
  .header .drawer-hamburger {
    border: 1px solid #000;
    background: #e2e2e2;
    padding: 5px 6px 14px;
    margin: 10px;
    width: 28px;
    border-radius: 3px;
  }

  .header .drawer-hamburger:hover {
    background: #e2e2e2;
  }

  .header .drawer-hamburger-icon {
    background: #000;
  }

  .header .drawer-hamburger-icon:after {
    background: #000;
    top: 7px;
  }

  .header .drawer-hamburger-icon:before {
    background: #000;
    top: -7px;
  }

  .header .drawer-nav {
    background: rgba(0, 0, 0, 0.65);
  }
}

@media only screen and (min-width: 800px) {
  .gNavi ul {
    display: flex;
  }
}

@media only screen and (max-width: 799px) {
  .gNavi ul {
    padding: 15px 0;
  }
}

@media only screen and (min-width: 800px) {
  .gNavi ul li:not(:first-child) {
    border-left: 1px solid #FFF;
  }
}

@media only screen and (max-width: 799px) {
  .gNavi ul li {
    padding: 0 15px;
  }
}

.gNavi ul li a {
  display: block;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.5s;
}

@media only screen and (min-width: 800px) {
  .gNavi ul li a {
    color: #FFF;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 799px) {
  .gNavi ul li a {
    color: #FFF;
    border-bottom: 1px solid #fff;
    padding: 18px 0;
  }
}

.gNavi ul li a:hover {
  opacity: 0.5;
}

.sub_Visual {
  background: #f4eaff;
  justify-content: center;
  overflow: inherit;
}

@media only screen and (min-width: 800px) {
  .mainVisual {
    display: flex;
    height: 780px;
  }

  .mainVisual img {
    display: block;
  }
}

.mainVisual {
  background: #f4eaff;
  justify-content: center;
  overflow: hidden;

}

@media only screen and (max-width: 800px) {
  .mainVisual {
    display: flex;
    height: 510px;
  }

  .mainVisual img {
    display: block;
    margin-top: 10px;
  }
}

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

.head_img {
  width: 100%;
  position: relative;
}

.head_img img {
  width: 100%;
}

.gw_button {
  position: absolute;
  bottom: 24.3vw;
  left: 9.4vw;
  width: 36.6vw;
}

@media (max-width: 799px) {
  .gw_button {
    position: absolute;
    top: 116vw;
    left: 0vw;
    right: 0;
    width: 91.2vw;
    margin: auto;
  }
}

#page-scroll-whiteday3 {
  background: #e8cf03;
}

@media (max-width: 799px) {
  #page-scroll-whiteday3 {
    padding-bottom: 5vw;
  }

  .otherCastPanel__datas__name.price_font_size {
    font-size: 12px;
  }
}


@media only screen and (min-width: 800px) {
  .title--grandPrix {
    padding: 15px;
    padding-top: 60px;
  }
}

@media only screen and (max-width: 799px) {
  .title--grandPrix {
    padding: 20px;
    padding-top: 35px;
  }
}

@media only screen and (min-width: 800px) {
  .title--grandPrix .title__main {
    margin-bottom: 15px;
    font-size: 50px;
    font-weight: bold;
    color: #db2525;
  }

}

@media only screen and (max-width: 799px) {
  .title--grandPrix .title__main {
    margin-bottom: 15px;
    font-size: 27px;
    font-weight: bold;
    color: #db2525;
  }
}

@media only screen and (min-width: 800px) {
  .contents_white_day .title--grandPrix .title__main {
    margin-bottom: 15px;
    font-size: 50px;
    font-weight: bold;
    color: #0e0867;
    text-shadow: -1px 3px 3px rgba(255, 255, 255, 1);
  }

}

@media only screen and (max-width: 799px) {
  .contents_white_day .title--grandPrix .title__main {
    margin-bottom: 15px;
    font-size: 27px;
    font-weight: bold;
    color: #0e0867;
    text-shadow: -1px 3px 3px rgba(255, 255, 255, 1);
  }
}

@media only screen and (min-width: 800px) {
  .contents_white_day .title--grandPrix .title_en {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #c89a1f;
    text-align: center;
  }

}

@media only screen and (max-width: 799px) {
  .contents_white_day .title--grandPrix .title_en {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #c89a1f;
    text-align: center;
  }
}

.each_store_event_banner .title__main {
  color: #fc0087;
  text-align: center;
  background: #fff;
  font-size: 33px;
  font-weight: bold;
  padding-bottom: 46px;
}

.each_store_event_banner {
  width: 1134px;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 50px;
}

.each_store_event_banner ul.unorder_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 10px;
}

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

  /* ここにSP向けのCSS指定 */
  .each_store_event_banner {
    width: 94vw;
  }

  .each_store_event_banner .title__main {
    font-size: 4.8vw;
    padding-bottom: 4vw;
  }

  .each_store_event_banner ul.unorder_list {
    gap: 4vw 1vw;
    grid-template-columns: repeat(2, 1fr);
  }
}


.title--grandPrix .title__sub {
  text-align: center;
}

@media only screen and (min-width: 800px) {
  .title--grandPrix .title__sub {
    font-size: 18px;
    /* background-color: #db2525; */
    color: #14106c;
    padding: 8px;
    width: 393px;
    margin: auto;
    border: solid 1px;
  }
}

@media only screen and (max-width: 799px) {
  .title--grandPrix .title__sub {
    line-height: 1.2;
    font-size: 14px;
    line-height: 1.2;
    font-size: 14px;
    /* background-color: red; */
    padding: 5px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: #14106c;
    border: solid 1px;
  }
}

.title--grandPrix .title__sub2 {
  text-align: center;
}

@media only screen and (min-width: 800px) {
  .title--grandPrix .title__sub2 {
    font-size: 15px;
    color: #00054A;
    padding: 8px;
    margin: auto;
  }
}

@media only screen and (max-width: 799px) {
  .title--grandPrix .title__sub2 {
    line-height: 1.2;
    font-size: 14px;
  }
}

/*
.projAddKuchikomi {
  background: url(../img/add_kuchikomi_bg.png);
  text-align: center;
}

@media only screen and (max-width: 799px) {
  .projAddKuchikomi {
    padding: 0;
    background: #0d0d0d;
  }
}*/

.projOutline {
  position: relative;
  background: #FFF;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 800px) {
  .projOutline {
    padding: 40px 0 50px;
  }
}

@media only screen and (min-width: 800px) {
  .projOutline .section__inner {
    width: 840px;
  }
}

.projOutline__title {
  text-align: center;
}

@media only screen and (min-width: 800px) {
  .projOutline__title {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 799px) {
  .projOutline__title {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 800px) {
  .projOutline__body {
    font-size: 15px;
    line-height: 2.5;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 799px) {
  .projOutline__body {
    font-size: 13px;
    line-height: 1.8;
    padding: 20px;
    margin-bottom: 20px;
  }
}

.projOutline__stamp {
  text-align: right;
}

.projEvent01 {
  background: url(../img/nominate/_bg.jpg);
}

@media only screen and (min-width: 800px) {
  .projEvent01 {
    padding: 40px;
  }
}

@media only screen and (max-width: 799px) {
  .projEvent01 {
    background-size: contain;
  }
}

@media only screen and (min-width: 800px) {
  .projEvent01 .section__inner {
    width: 1260px;
  }
}

@media only screen and (min-width: 800px) {
  .projEvent01 .otherCastPanel__datas__rank {
    border-top: #000 solid 1px;
    border-bottom: solid #000 1px;
    width: 250px;
  }
}

@media only screen and (max-width: 799px) {
  .projEvent01 .otherCastPanel__datas__rank {
    border-top: #000 solid 1px;
    border-bottom: solid #000 1px;
    width: 155px;
    font-size: 11px;
  }
}

.projEvent02 {
  background: url(../img/nominate/_bg2.png);
  background-attachment: fixed;
}

@media only screen and (min-width: 800px) {
  .projEvent02 {
    /* padding: 40px; */
  }
}

@media only screen and (max-width: 799px) {
  .projEvent02 {
    background-size: contain;
    padding: 0;
  }
}

@media only screen and (min-width: 800px) {
  .projEvent02 .section__inner {
    width: 1260px;
  }
}

@media only screen and (min-width: 800px) {
  .projEvent02 .otherCastPanel__datas__rank {
    border-top: #000 solid 1px;
    border-bottom: solid #000 1px;
    width: 13.5vw;
  }
}

@media only screen and (max-width: 799px) {
  .projEvent02 .otherCastPanel__datas__rank {
    border-top: #000 solid 1px;
    border-bottom: solid #000 1px;
    width: 43.6vw;
    font-size: 11px;
  }
}


.projkuchikomi {
  background: url(../img/kuchikomi/_bg.jpg);
}

@media only screen and (min-width: 800px) {
  .projkuchikomi {
    padding: 40px;
  }

  .projkuchikomi .section__inner {
    width: 980px;
  }
}

.projkuchikomi .otherCastPanel__datas__rank {
  border-top: #000 solid 1px;
  border-bottom: solid #000 1px;
}


.projSyame {
  background: url(../img/syame/_bg.jpg);
}

@media only screen and (min-width: 800px) {
  .projSyame {
    padding: 40px;
  }

  .projSyame .section__inner {
    width: 980px;
  }
}

.projSyame .otherCastPanel__datas__rank {
  border-top: #000 solid 1px;
  border-bottom: solid #000 1px;
}

.projNewcomer {
  background: url(../img/newcomer/_bg.jpg);
}

@media only screen and (min-width: 800px) {
  .projNewcomer {
    padding: 40px;
  }

  .projNewcomer .section__inner {
    width: 980px;
  }
}

.projNewcomer .otherCastPanel__datas__rank {
  background-image: url(../img/newcomer/other_ranks.png);
}

.projShift {
  background: url(../img/shift/_bg.jpg);
}

@media only screen and (min-width: 800px) {
  .projShift {
    padding: 40px;
  }

  .projShift .section__inner {
    width: 980px;
  }
}

.projShift .otherCastPanel__datas__rank {
  background-image: url(../img/shift/other_ranks.png);
}

/*
.projKuchikomi {
  background: #050505;
}

@media only screen and (min-width: 800px) {
  .projKuchikomi {
    padding: 80px 0;
  }

  .projKuchikomi .section__inner {
    width: 1334px;
  }
}

@media only screen and (min-width: 800px) {
  .projKuchikomi__title {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 799px) {
  .projKuchikomi__title {
    margin-bottom: 25px;
  }

  .projKuchikomi__title img {
    max-width: 130%;
    margin-left: -15%;
  }
}

.projKuchikomi__description {
  color: #FFF;
  text-align: center;
}

@media only screen and (min-width: 800px) {
  .projKuchikomi__description {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 2;
  }
}

@media only screen and (max-width: 799px) {
  .projKuchikomi__description {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.7;
  }
}

.projKuchikomi__description .large {
  color: #fff000;
}

@media only screen and (min-width: 800px) {
  .projKuchikomi__description .large {
    font-size: 29px;
  }
}

@media only screen and (max-width: 799px) {
  .projKuchikomi__description .large {
    font-size: 22px;
  }
}

.projKuchikomi__description .middle {
  color: #fff000;
}

@media only screen and (min-width: 800px) {
  .projKuchikomi__description .middle {
    font-size: 25px;
  }
}

@media only screen and (max-width: 799px) {
  .projKuchikomi__description .middle {
    font-size: 18px;
  }
}

.projKuchikomi__casts {
  text-align: center;
}

.projKuchikomi__casts ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.projKuchikomi__casts ul li {
  margin-bottom: 25px;
}

.projKuchikomi__message {
  background: url(../img/kuchikomi/message_bg.png);
  border-radius: 6px;
  box-sizing: border-box;
  margin: 0 auto 50px;
}

@media only screen and (min-width: 800px) {
  .projKuchikomi__message {
    width: 724px;
    padding: 35px;
  }
}

@media only screen and (max-width: 799px) {
  .projKuchikomi__message {
    padding: 20px;
  }
}

@media only screen and (max-width: 799px) {
  .projKuchikomi__message {
    margin-bottom: 20px;
  }
}

.projKuchikomi__message__title {
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 25px;
  font-size: 20px;
  border-bottom: 1px solid #8e4a4a;
  font-weight: bold;
  font-style: italic;
  color: #8e4a4a;
}

@media only screen and (min-width: 800px) {
  .projKuchikomi__message__title {
    margin-bottom: 25px;
    padding-bottom: 25px;
    font-size: 20px;
    border-bottom: 1px solid #8e4a4a;
    font-weight: bold;
    font-style: italic;
    color: #8e4a4a;
  }
}

@media only screen and (max-width: 799px) {
  .projKuchikomi__message__title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    border-bottom: 1px solid #8e4a4a;
    font-weight: bold;
    font-style: italic;
    color: #8e4a4a;
  }
}

.projKuchikomi__message__body {
  margin-bottom: 40px;
}

@media only screen and (min-width: 800px) {
  .projKuchikomi__message__body {
    line-height: 2;
    font-size: 15px;
    padding: 0 58px;
  }
}

@media only screen and (max-width: 799px) {
  .projKuchikomi__message__body {
    line-height: 1.7;
    font-size: 14px;
    padding: 0 15px;
  }
}

.projKuchikomi__message__stamp {
  text-align: right;
}

.projKuchikomi__review {
  text-align: center;
}

@media only screen and (min-width: 800px) {
  .projKuchikomi__review {
    background: url(../img/kuchikomi/_arrow.png) no-repeat 50% 0%;
    padding-top: 86px;
  }
}

@media only screen and (max-width: 799px) {
  .projKuchikomi__review {
    background: url(../img/kuchikomi/_arrow.png) no-repeat 50% 0%/30% auto;
    padding-top: 10%;
  }
}*/

.mostCastBox {
  justify-content: center;
}

@media only screen and (min-width: 800px) {
  .mostCastBox {
    margin-bottom: 60px;
    display: flex;
    width: 810px;
    margin: 0 auto 60px;
  }
}

@media only screen and (max-width: 799px) {
  .mostCastBox {
    max-width: 420px;
    margin: 0 auto 20px;
  }
}

.mostCastBox__picture {
  overflow: hidden;
}

@media only screen and (min-width: 800px) {
  .mostCastBox__picture {
    margin-right: 5px;
    width: 420px;
    height: 550px;
  }
}

@media only screen and (max-width: 799px) {
  .mostCastBox__picture {
    text-align: center;
    margin-bottom: 15px;
  }

  .mostCastBox__picture img {
    position: relative;
    right: -3%;
  }
}

.mostCastBox__datas {
  padding-top: 5px;
}

@media only screen and (min-width: 800px) {
  .mostCastBox__datas {
    width: 364px;
  }
}

@media only screen and (min-width: 800px) {
  .mostCastBox__datas__title {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 799px) {
  .mostCastBox__datas__title {
    margin-bottom: 15px;
    text-align: center;
  }
}

@media only screen and (min-width: 800px) {
  .mostCastBox__datas__name {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 799px) {
  .mostCastBox__datas__name {
    margin-bottom: 15px;
    text-align: center;
  }
}

@media only screen and (min-width: 800px) {
  .mostCastBox__datas__detail {
    margin-bottom: 25px;
    padding-left: 55px;
  }
}

@media only screen and (max-width: 799px) {
  .mostCastBox__datas__detail {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 800px) {
  .mostCastBox__datas__detail ul li:not(last-child) {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 799px) {
  .mostCastBox__datas__detail ul li {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 800px) {
  .mostCastBox__datas__movie {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 799px) {
  .mostCastBox__datas__movie {
    margin-bottom: 10px;
  }
}

.mostCastBox__datas__movie video {
  width: 100%;
  height: auto;
}

.mostCastBox__datas__link a {
  display: block;
  padding: 14px;
  font-size: 15px;
  font-weight: bold;
  background: #c0863e;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  letter-spacing: 0.1em;
}

.kindCastBox {
  margin-bottom: 60px;
  justify-content: center;
  position: relative;
}

@media only screen and (min-width: 800px) {
  .kindCastBox {
    display: flex;
    width: 810px;
  }
}

@media only screen and (max-width: 799px) {
  .kindCastBox {
    max-width: 420px;
    margin: 0 auto 20px;
  }
}

.kindCastBox:before {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/kind_cast_box_special_01.png) no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 800px) {
  .kindCastBox:before {
    top: 15px;
    right: -120px;
    width: 154px;
    height: 154px;
  }
}

@media only screen and (max-width: 799px) {
  .kindCastBox:before {
    z-index: 50;
    width: 42%;
    max-width: 151px;
    padding-top: 42%;
    top: 20%;
    left: 0px;
  }
}

.kindCastBox--secondary:before {
  background: url(../img/kind_cast_box_special_02.png) no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 800px) {
  .kindCastBox__picture {
    width: 396px;
    height: 367px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 799px) {
  .kindCastBox__picture {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 800px) {
  .kindCastBox__datas {
    padding-top: 65px;
    width: 364px;
  }
}

@media only screen and (min-width: 800px) {
  .kindCastBox__datas__title {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 799px) {
  .kindCastBox__datas__title {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 800px) {
  .kindCastBox__datas__name {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 799px) {
  .kindCastBox__datas__name {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 800px) {
  .kindCastBox__datas__detail {
    margin-bottom: 25px;
    padding-left: 55px;
  }
}

@media only screen and (max-width: 799px) {
  .kindCastBox__datas__detail {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 800px) {
  .kindCastBox__datas__detail ul li:not(last-child) {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 799px) {
  .kindCastBox__datas__detail ul li {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
  }
}

.kindCastBox__datas__movie {
  margin-bottom: 20px;
}

.kindCastBox__datas__movie video {
  width: 100%;
  height: auto;
}

.kindCastBox__datas__link a {
  display: block;
  padding: 14px;
  font-size: 15px;
  font-weight: bold;
  background: #c0863e;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  letter-spacing: 0.1em;
}

.otherCastList {
  margin: 0 auto;
  box-sizing: border-box;
}

@media only screen and (min-width: 800px) {
  .otherCastList {
    width: 1260px;
    padding: 64px;
    text-align: center;
  }
}

@media only screen and (max-width: 799px) {
  .otherCastList {
    padding: 0px;
    padding-top: 25px;
  }
}

.otherCastList>ul {
  flex-wrap: wrap;
  display: flex;
}

@media only screen and (min-width: 800px) {
  .otherCastList>ul {
    margin-bottom: -40px;
  }
}

@media only screen and (max-width: 799px) {
  .otherCastList>ul {
    margin-bottom: -15px;
    justify-content: space-between;

  }
}

@media only screen and (min-width: 800px) {
  .otherCastList>ul {
    justify-content: start;
  }
}

@media only screen and (max-width: 799px) {
  .otherCastList>ul {
    justify-content: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    width: 90%;
    gap: 5vw 2vw;
  }
}

@media only screen and (min-width: 800px) {
  .otherCastList>ul>li {
    margin-bottom: 40px;
    margin-right: 8px;
  }
}

@media only screen and (max-width: 799px) {
  .otherCastList>ul>li {
    margin: 0;
    /* margin-bottom: 20px; */
  }
}

/*
    .otherCastList > ul > li:nth-child(1) {
      text-align: center; }
      .otherCastList > ul > li:nth-child(1) .otherCastPanel__datas__rank {
        background-position: 0 0; }
    .otherCastList > ul > li:nth-child(2) .otherCastPanel__datas__rank {
      background-position: -201px 0; }
    .otherCastList > ul > li:nth-child(3) .otherCastPanel__datas__rank {
      background-position: -402px 0; }
    .otherCastList > ul > li:nth-child(4) .otherCastPanel__datas__rank {
      background-position: -603px 0; }
    .otherCastList > ul > li:nth-child(5) .otherCastPanel__datas__rank {
      background-position: -804px 0; }
    .otherCastList > ul > li:nth-child(6) .otherCastPanel__datas__rank {
      background-position: -1005px 0; }
    .otherCastList > ul > li:nth-child(7) .otherCastPanel__datas__rank {
      background-position: -1206px 0; }
    .otherCastList > ul > li:nth-child(8) .otherCastPanel__datas__rank {
      background-position: -1407px 0; }
    */
.otherCastPanel__datas__rank.summer_datas {
  color: #ffffff;
  border-top: #ffffff solid 1px;
  border-bottom: solid #ffffff 1px;
}

.otherCastPanel__datas__link.summer_datas a {
  color: #ffffff;
  border: 1px #ffffff solid;
}

@media only screen and (min-width: 800px) {
  .otherCastPanel {
    width: 275px;
  }

  .title--summer_fes {
    padding: 0;
    width: 1260px;
    background: #0e122e;
    margin: 0 auto;
    padding-top: 50px;
  }

  .title--summer_fes .title__main {
    color: #fff;
  }

  .title--summer_fes .title__sub {
    width: 270px;
  }

  .otherCastPanel__picture {
    margin-bottom: 8px;
    text-align: center;
  }

  .otherCastPanel__picture img {
    width: 270px;
    height: 360px;
    object-fit: cover;
  }

  .otherCastPanel__datas__rank {
    height: 3vw;
    text-align: center;
    color: #262626;
    border-top: solid 1px;
    border-bottom: solid 1px;
    font-weight: bolder;
    padding-top: 13px;
    margin: 0 auto 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    line-height: 1vw;
  }

  .otherCastPanel__datas.summer_datas {
    width: 261px;
    margin: 0 auto;
  }

  .otherCastPanel__datas__name {
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    font-weight: bolder;
    padding-bottom: 15px;
    color: #db2525;
  }

  .otherCastPanel__datas__detail {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 5px;
    text-align: center;
    padding-left: 15px;
  }

  .otherCastPanel__datas__link a {
    display: block;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #1E1E1E;
    border: 1px #393939 solid;
    border-radius: 20px;
    width: 210px;
    margin: auto;
  }
}

#summer_fes {
  background: #0e122e;
}

section.section.projEvent05 {
  background: url(../img/summer_festival/hanabi_bg.jpg);
  background-size: 1200px;
  /* background-repeat: no-repeat; */
  background-attachment: fixed;
  background-position: bottom;
}

@media only screen and (max-width: 799px) {
  .otherCastPanel {
    width: 45vw;
    text-align: center;
  }

  section.section.projEvent05 {
    background: #0e122e;
  }

  .otherCastPanel__datas.summer_datas {
    width: auto;
    margin: 0 auto;
  }

  .otherCastPanel__picture {
    margin-bottom: 8px;
  }

  .otherCastPanel__picture img {
    width: 45vw;
    height: 60.1vw;
    object-fit: cover;
  }

  .otherCastPanel__datas__rank {
    height: 25px;
    text-align: center;
    color: #262626;
    border-top: solid 1px;
    border-bottom: solid 1px;
    font-weight: bolder;
    margin: 0 auto 7px;
    font-size: 2.9vw;
    letter-spacing: 1.1px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.2vw 0;
  }

  .otherCastPanel__datas__name {
    font-size: 13px;
    text-align: center;
    line-height: 1.5;
    font-weight: bolder;
    padding-bottom: 0px;
    color: #db2525;
    margin-bottom: 6px;
  }

  .otherCastPanel__datas__detail {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 5px;
    text-align: center;
    padding-left: 15px;
  }

  .otherCastPanel__datas__link a {
    display: block;
    padding: 10px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #1E1E1E;
    border: 1px #393939 solid;
    border-radius: 20px;
    width: 130px;
    margin: auto;
  }
}

.projKuchikomi__description .large {
  color: #fff000;
}

.projKuchikomi__description .middle {
  color: #fff000;
}

.projKuchikomi__description {
  color: #FFF;
  text-align: center;
}

.projKuchikomi {
  background: #050505;
}

.section__inner {
  margin: 0 auto;
}

.projKuchikomi__title {
  margin-bottom: 50px;
}

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

.projKuchikomi__description {
  color: #FFF;
  text-align: center;
  padding: 0 2vw;
  letter-spacing: 1px;
}

.projKuchikomi__casts {
  text-align: center;
}

.projKuchikomi__casts ul li {
  margin-bottom: 25px;
}

.projKuchikomi__message {
  background: url(../img/kuchikomi/message_bg.png);
  border-radius: 6px;
  box-sizing: border-box;
  margin: 0 auto 50px;
}

.projKuchikomi__message__title {
  text-align: center;
}

.projKuchikomi__message__body {
  margin-bottom: 40px;
}

.projKuchikomi__message__stamp {
  text-align: right;
}

.projKuchikomi__review {
  text-align: center;
}

.projKuchikomi__casts img {
  width: 270px;
}

.projKuchikomi__message__title {
  margin-bottom: 25px;
  padding-bottom: 25px;
  font-size: 20px;
  border-bottom: 1px solid #8e4a4a;
  font-weight: bold;
  font-style: italic;
  color: #8e4a4a;
}

@media only screen and (min-width: 800px) {
  .projKuchikomi__description {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 2;

  }

  #summer_fes {
    width: 1260px;
    background: #0e122e;
  }

  .projKuchikomi__casts ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 980px;
    margin: auto;
  }

  .taishou_name {
    color: #fff000;
    font-size: 40px;
    margin-bottom: 30px;
  }

  .projKuchikomi__description .large {
    font-size: 22px;
  }

  .projKuchikomi {
    padding: 80px 0;
  }

  /*.projKuchikomi .section__inner {
          width: 964px;
      }*/
  .projKuchikomi__description {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 2;
  }

  .projKuchikomi__message {
    width: 724px;
    padding: 35px;
  }

  .projKuchikomi__message__title {
    margin-bottom: 25px;
  }

  .projKuchikomi__message__body {
    line-height: 2;
    font-size: 15px;
    padding: 0 58px;
  }

  .projKuchikomi__review {
    background: url(../img/kuchikomi/_arrow.png) no-repeat 50% 0%;
    padding-top: 86px;
  }

  span.yellow_name {
    color: #fff000;
    font-size: 17px;
    /* padding-top: 40px; */
    /* margin-bottom: 30px; */
    line-height: 1.6;
  }

  p._sub_message {
    text-align: center;
    line-height: 1.7;
    letter-spacing: 1px;
  }

  p._sub_message span {}
}

@media only screen and (max-width: 799px) {
  .projKuchikomi__title img {
    max-width: 130%;
    margin-left: -15%;
  }

  .projKuchikomi__description {
    color: #FFF;
    text-align: center;
    padding: 0 22px;
    letter-spacing: 1px;
    line-height: 1.8;
  }

  .projKuchikomi__message {
    padding: 20px;
    margin-top: 20px;
  }

  .projKuchikomi__message {
    padding: 20px;
  }

  .projKuchikomi__message__title {
    margin-bottom: 15px;
  }

  .projKuchikomi__message__title {
    text-align: center;
  }

  .projKuchikomi__message__body {
    line-height: 1.7;
    font-size: 14px;
    padding: 0 15px;
  }

  .projKuchikomi__message__body {
    margin-bottom: 40px;
  }

  .projKuchikomi__message__body {
    line-height: 1.7;
    font-size: 14px;
    padding: 0 15px;
  }

  .taishou_name {
    color: #fff000;
    font-size: 32px;
    margin: 10px 0;
    margin-top: 30px;
    /* line-height: 1.2; */
  }

  span.yellow_name {
    color: #fff000;
    font-size: 4.4vw;
    margin: 10px 0;
    margin-top: 30px;
    line-height: 1.4;
  }

  .taishou_name_sp {
    color: #fff000;
    font-size: 4.4vw;
    margin: 10px 0;
    margin-top: 0;
    line-height: 1.4;
  }

  /* パソコンで見たときは"pc"のclassがついた画像が表示される */
  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }

  /* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
  @media only screen and (max-width: 750px) {
    .pc {
      display: none !important;
    }

    .sp {
      display: block !important;
    }
  }
}

.container {
  /* background: #d75c6e */
}

.header__guide__body ._message p {
  background: linear-gradient(transparent 56%, #fcee21 0%);
  width: 547px;
  margin: 0 auto;
  /* line-height: 1.9; */
  letter-spacing: 1.3px;
  text-align: left;
}

.header__guide__body ._message p span {
  font-size: 32px;
  font-style: italic;
  color: #ff0000;
}

@media only screen and (min-width: 769px) {
  .floatingNavi__inner__items ul li {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -9px;
  }

  .floatingNavi__inner__items ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/*# sourceMappingURL=main.css.map */




/*==================================================
スライダーのためのcss
===================================*/
.slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
}

@media only screen and (min-width: 800px) {
  .slider img {
    width: 100%;
    /*スライダー内の画像を60vwにしてレスポンシブ化*/
    height: auto;
  }
}

@media only screen and (max-width: 799px) {
  .slider img {
    width: 100%;
    /*スライダー内の画像を60vwにしてレスポンシブ化*/
    height: auto;
  }
}


.slider .slick-slide {
  transform: scale(0.8);
  /*左右の画像のサイズを80%に*/
  transition: all .5s;
  /*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5;
  /*透過50%*/
}

.slider .slick-slide.slick-center {
  transform: scale(1);
  /*中央の画像のサイズだけ等倍に*/
  opacity: 1;
  /*透過なし*/
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666;
  /*矢印の色*/
  border-right: 2px solid #666;
  /*矢印の色*/
  height: 15px;
  width: 15px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  text-align: center;
  margin: 15px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 5px 4px;
}

@media only screen and (min-width: 800px) {
  .slick-dots button {
    color: transparent;
    outline: none;
    width: 12px;
    /*ドットボタンのサイズ*/
    height: 12px;
    /*ドットボタンのサイズ*/
    display: block;
    border-radius: 50%;
    background: #ccc;
    /*ドットボタンの色*/
  }
}

@media only screen and (max-width: 799px) {
  .slick-dots button {
    color: transparent;
    outline: none;
    width: 10px;
    /*ドットボタンのサイズ*/
    height: 22px;
    /*ドットボタンのサイズ*/
    display: block;
    border-radius: 50%;
    background: #ccc;
    /*ドットボタンの色*/
  }
}

.slick-dots .slick-active button {
  background: #333;
  /*ドットボタンの現在地表示の色*/
}

footer {
  background: #292a44;
  padding-top: 50px;
  margin-top: -1vw;
}

.footer__inner_img a {
  display: block;
}

.footer__inner_img a img {
  display: block;
  margin: auto;
}

@charset "UTF-8";

/* reset */
.akgGlinkOffi,
.akgGlinkRec {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.akgGlinkOffi ol,
.akgGlinkOffi ul,
.akgGlinkRec ol,
.akgGlinkRec ul {
  list-style: none;
}

.akgGlinkOffi section,
.akgGlinkOffi aside,
.akgGlinkRec section,
.akgGlinkRec aside {
  display: block;
}

.akgGlinkOffi div,
.akgGlinkOffi ul,
.akgGlinkOffi ol,
.akgGlinkOffi li,
.akgGlinkOffi img,
.akgGlinkOffi a,
.akgGlinkRec div,
.akgGlinkRec ul,
.akgGlinkRec ol,
.akgGlinkRec li,
.akgGlinkRec img,
.akgGlinkRec a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/*----- オフィシャル -----*/
/* base */
.akgGlinkOffi {
  font-size: 14px;
  position: relative;
  color: #ffbf00;
  line-height: 1;
}

.akgGlinkOffi img {
  vertical-align: bottom;
  max-width: 100%;
  max-height: auto;
}

.akgGlinkOffi a {
  text-decoration: none;
}

.akgGlinkOffi a:link {
  color: #ffbf00;
}

.akgGlinkOffi a:visited {
  color: #ffbf00;
}

.akgGlinkOffi a:active {
  color: #ffbf00;
}

.akgGlinkOffi a:hover {
  color: #515151;
}

/* frame */
.akgGlinkOffi .akgGlinkOffi__current {
  width: 180px;
  margin-right: 20px;
  background: #fff7dc;
  padding: 20px;
}

.akgGlinkOffi .akgGlinkOffi__current__bnrs>ul li:not(:last-child) {
  margin-bottom: 2px;
}

.akgGlinkOffi .akgGlinkOffi__current .akgGlinkOffi__item {
  margin-bottom: 20px;
}

.akgGlinkOffi .akgGlinkOffi__body {
  background: #ffffff;
}

.akgGlinkOffi .akgGlinkOffi__items__title {
  color: #fff;
  background: #4a5068;
}

.akgGlinkOffi .akgGlinkOffi__item a {
  display: block;
}

.akgGlinkOffi .akgGlinkOffi__item a:hover {
  filter: brightness(100%);
  opacity: 1;
}

.akgGlinkOffi .akgGlinkOffi__item__categories--deli {
  color: #fff;
}

.akgGlinkOffi .akgGlinkOffi__item__categories--deliHote {
  color: #9c1bc0;
}

.akgGlinkOffi .akgGlinkOffi__item__categories--hote {
  color: #733cff;
}

.akgGlinkOffi .akgGlinkOffi__item__categories--mBation {
  color: #ff0f9b;
}

.akgGlinkOffi .akgGlinkOffi__item__categories--store {
  color: #00a80e;
}

.akgGlinkOffi .akgGlinkOffi__item__categories--luxu {
  color: #704b00;
}

.akgGlinkOffi--textOnly {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  background: #292a44;
  min-width: 1400px;
  padding-top: 18px;
}

.akgGlinkOffi--textOnly .akgGlinkOffi--textOnly__current {
  background: url(https://object-storage.tyo2.conoha.io/v1/nc_de2b7c601b764c08afa191c40d59b7f0/groupParts/akgGlink/assets/img/base/text_only_current_bg.png);
  width: 797px;
  height: 143px;
  margin: 0 auto 50px;
  color: #FFF;
  position: relative;
}

.akgGlinkOffi--textOnly .akgGlinkOffi--textOnly__current__subject {
  position: absolute;
  top: 50px;
  left: 125px;
}

.akgGlinkOffi--textOnly .akgGlinkOffi--textOnly__current__telNum {
  position: absolute;
  top: 70px;
  letter-spacing: 2px;
  left: 125px;
  font-size: 24px;
}

.akgGlinkOffi--textOnly .akgGlinkOffi--textOnly__current__term {
  letter-spacing: 1px;
  position: absolute;
  top: 75px;
  left: 500px;
}

.akgGlinkOffi--textOnly .akgGlinkOffi__title {
  background: #292a44;
  padding: 10px 30px 10px 30px;
  position: relative;
  margin-bottom: 30px;
}

.akgGlinkOffi--textOnly .akgGlinkOffi__title__inner {
  max-width: 1400px;
  margin: auto;
  position: relative;
  padding-left: 60px;
}

.akgGlinkOffi--textOnly .akgGlinkOffi__title__icon {
  position: absolute;
  top: -15px;
  left: -15px;
}

.akgGlinkOffi--textOnly .akgGlinkOffi__title__main {
  color: #FFF;
  border-radius: 4px;
  background: #1f1d33;
  padding: 10px;
  line-height: 1.4;
  font-size: 13px;
}

.akgGlinkOffi--textOnly .akgGlinkOffi__body {
  background: transparent;
  width: 1400px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.akgGlinkOffi--textOnly .akgGlinkOffi__main {
  display: flex;
  flex-wrap: wrap;
}

.akgGlinkOffi--textOnly .akgGlinkOffi__items {
  margin-bottom: 20px;
  width: 20%;
}

.akgGlinkOffi--textOnly .akgGlinkOffi__items__title {
  margin-bottom: 10px;
  font-weight: bold;
  background: transparent;
  color: #FFF;
}

.akgGlinkOffi--textOnly .akgGlinkOffi__item {
  margin-bottom: 8px;
}

.akgGlinkOffi--textOnly .akgGlinkOffi__item__name {
  color: #adadad;
  font-size: 12px;
}

.akgGlinkOffi--textOnly .akgGlinkOffi__item__name:before {
  content: "・";
}

.akgGlinkOffi--col--hasCurrent .akgGlinkOffi__body {
  align-items: flex-start;
  display: flex;
  justify-content: center;
}

.akgGlinkOffi--col--hasCurrent .akgGlinkOffi__main {
  margin: 0;
}

.akgGlinkOffi--col .akgGlinkOffi__main {
  width: 765px;
}

.akgGlinkOffi--col .akgGlinkOffi__title {
  background: #595959;
  padding: 10px 30px 10px 30px;
  position: relative;
}

.akgGlinkOffi--col .akgGlinkOffi__title__inner {
  max-width: 940px;
  margin: auto;
  position: relative;
  padding-left: 60px;
}

.akgGlinkOffi--col .akgGlinkOffi__title__icon {
  position: absolute;
  top: -15px;
  left: -15px;
}

.akgGlinkOffi--col .akgGlinkOffi__title__main {
  border-radius: 4px;
  background: #ffffff;
  padding: 10px;
  line-height: 1.4;
  font-size: 13px;
}

.akgGlinkOffi--col .akgGlinkOffi__body {
  justify-content: center;
  display: flex;
  background: #ffffff;
  padding: 25px 25px 50px;
}

.akgGlinkOffi--col .akgGlinkOffi__items:not(:last-child) {
  margin-bottom: 20px;
}

.akgGlinkOffi--col .akgGlinkOffi__items__title {
  font-size: 18px;
  padding: 10px;
  margin-bottom: 20px;
}

.akgGlinkOffi--col .akgGlinkOffi__items__body>ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: -15px;
}

.akgGlinkOffi--col .akgGlinkOffi__items__body>ul>li {
  margin-right: 15px;
  margin-bottom: 15px;
}

.akgGlinkOffi--col .akgGlinkOffi__item {
  width: 180px;
}

.akgGlinkOffi--col .akgGlinkOffi__item__visual {
  margin-bottom: 10px;
}

.akgGlinkOffi--col .akgGlinkOffi__item__categories {
  border-bottom: 1px dotted #ccc;
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
  padding-bottom: 8px;
  margin-bottom: 12px;
  font-weight: bold;
}

.akgGlinkOffi--col .akgGlinkOffi__item__infos {
  font-size: 12px;
  text-align: center;
}

.akgGlinkOffi--col .akgGlinkOffi__item__infos>ul>li {
  margin-bottom: 8px;
}

.akgGlinkOffi--col .akgGlinkOffi__item__telNum {
  padding-right: 14px;
}

.akgGlinkOffi--low {
  font-size: 12px;
}

.akgGlinkOffi--low .akgGlinkOffi--low__title {
  display: block;
}

.akgGlinkOffi--low .akgGlinkOffi {
  background: #3f3f3f;
  padding: 10px;
}

.akgGlinkOffi--low .akgGlinkOffi__title {
  font-size: 13px;
  text-align: center;
  padding: 8px;
  background: #292a44;
  color: #fff;
}

.akgGlinkOffi--low .akgGlinkOffi__title__main {
  margin-bottom: 2px;
}

.akgGlinkOffi--low .akgGlinkOffi__title__sub {
  font-size: 11px;
}

.akgGlinkOffi--low .akgGlinkOffi__body {
  background: #292a44;
  padding: 15px;
}

.akgGlinkOffi--low .akgGlinkOffi__items:not(:last-child) {
  margin-bottom: 10px;
}

.akgGlinkOffi--low .akgGlinkOffi__items__title {
  font-size: 12px;
  padding: 8px 10px;
  margin-bottom: 15px;
}

.akgGlinkOffi--low .akgGlinkOffi__items__body>ul>li:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
}

.akgGlinkOffi--low .akgGlinkOffi__item {
  text-align: center;
}

.akgGlinkOffi--low .akgGlinkOffi__item__sName {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 3px;
}

.akgGlinkOffi--low .akgGlinkOffi__item__category {
  font-size: 11px;
  margin-bottom: 2px;
}

.akgGlinkOffi--low .akgGlinkOffi__item__area {
  font-size: 11px;
}

.akgGlinkOffi--low--sp .akgGlinkOffi__title {
  padding: 10px;
}

.akgGlinkOffi--low--sp .akgGlinkOffi__title__main {
  font-size: 16px;
}

.akgGlinkOffi--low--sp .akgGlinkOffi__items:not(:last-child) {
  margin-bottom: 1px;
}

.akgGlinkOffi--low--sp .akgGlinkOffi__items__title {
  margin-bottom: 0;
  padding: 20px;
  font-size: 14px;
  position: relative;
}

.akgGlinkOffi--low--sp .akgGlinkOffi__items__title::before {
  position: absolute;
  right: 10px;
  top: 14px;
  content: "";
  display: block;
  transform: scaleX(1.5);
  transform-origin: left;
  border-width: 6px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.akgGlinkOffi--low--sp .akgGlinkOffi__items__title.is-active::before {
  top: 10px;
  transform: scaleY(1.5) rotate(90deg);
}

.akgGlinkOffi--low--sp .akgGlinkOffi__items__body {
  padding: 15px 0;
  /*display: none;*/
}

.akgGlinkOffi--low--sp .akgGlinkOffi__item {
  text-align: left;
  position: relative;
}

.akgGlinkOffi--low--sp .akgGlinkOffi__item::before,
.akgGlinkOffi--low--sp .akgGlinkOffi__item::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background: #ccc;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

.akgGlinkOffi--low--sp .akgGlinkOffi__item::after {
  background: #fff;
  right: 15px;
}

.akgGlinkOffi--low--sp .akgGlinkOffi__item__sName {
  font-size: 14px;
}

/*----- 求人 -----*/
/* base */
.akgGlinkRec {
  font-size: 14px;
  position: relative;
  color: #111111;
  line-height: 1;
}

.akgGlinkRec img {
  vertical-align: bottom;
  max-width: 100%;
  max-height: auto;
}

.akgGlinkRec a {
  text-decoration: none;
}

.akgGlinkRec a:link {
  color: #111111;
}

.akgGlinkRec a:visited {
  color: #111111;
}

.akgGlinkRec a:active {
  color: #111111;
}

.akgGlinkRec a:hover {
  color: #515151;
}

/* frame */
.akgGlinkRec .akgGlinkRec__body {
  background: #ffffff;
}

.akgGlinkRec .akgGlinkRec__items__title {
  color: #ff477f;
}

.akgGlinkRec .akgGlinkRec__item a {
  display: block;
}

.akgGlinkRec .akgGlinkRec__item a:hover {
  filter: brightness(100%);
  opacity: 1;
}

.akgGlinkRec .akgGlinkRec__item__categories--deli {
  color: #ff0061;
}

.akgGlinkRec .akgGlinkRec__item__categories--deliHote {
  color: #9c1bc0;
}

.akgGlinkRec .akgGlinkRec__item__categories--hote {
  color: #733cff;
}

.akgGlinkRec .akgGlinkRec__item__categories--mBation {
  color: #ff0f9b;
}

.akgGlinkRec .akgGlinkRec__item__categories--store {
  color: #00a80e;
}

.akgGlinkRec .akgGlinkRec__item__categories--luxu {
  color: #704b00;
}

.akgGlinkRec--col {
  max-width: 850px;
  margin: 0 auto;
}

.akgGlinkRec--col .akgGlinkRec__title {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff477f;
  font-size: 24px;
  text-align: center;
}

.akgGlinkRec--col .akgGlinkRec__title::before,
.akgGlinkRec--col .akgGlinkRec__title::after {
  background: #ff477f;
  display: block;
  content: "";
  width: calc(50% - 150px);
  height: 1px;
}

.akgGlinkRec--col .akgGlinkRec__title__main {
  width: 300px;
}

.akgGlinkRec--col .akgGlinkRec__body {
  padding: 0 40px;
}

.akgGlinkRec--col .akgGlinkRec__main {
  display: flex;
  flex-wrap: wrap;
  margin-right: -50px;
  margin-bottom: -50px;
}

.akgGlinkRec--col .akgGlinkRec__items {
  width: calc(50% - 50px);
  margin-right: 50px;
  margin-bottom: 50px;
}

.akgGlinkRec--col .akgGlinkRec__items__title {
  font-size: 16px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px dotted #ff477f;
}

.akgGlinkRec--col .akgGlinkRec__items__body>ul>li:not(:last-child) {
  margin-bottom: 25px;
}

.akgGlinkRec--col .akgGlinkRec__item__categories {
  opacity: 0.8;
  font-size: 11px;
  display: flex;
  flex-wrap: wrap;
}

.akgGlinkRec--col .akgGlinkRec__item__category {
  margin-right: 5px;
}

.akgGlinkRec--col .akgGlinkRec__item__infos {
  font-size: 12px;
  margin-bottom: 4px;
}

.akgGlinkRec--col .akgGlinkRec__item__sName {
  font-size: 16px;
}

.akgGlinkRec--low .akgGlinkRec__title {
  background: #ff477f;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}

.akgGlinkRec--low .akgGlinkRec__items:not(:last-child) {
  margin-bottom: 20px;
}

.akgGlinkRec--low .akgGlinkRec__items__title {
  font-size: 15px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ff477f;
}

.akgGlinkRec--low .akgGlinkRec__items__body>ul>li:not(:last-child) {
  margin-bottom: 20px;
}

.akgGlinkRec--low .akgGlinkRec__item__categories {
  opacity: 0.8;
  font-size: 11px;
}

.akgGlinkRec--low .akgGlinkRec__item__category {
  margin-bottom: 2px;
}

.akgGlinkRec--low .akgGlinkRec__item__infos {
  font-size: 12px;
  margin-bottom: 5px;
}

.akgGlinkRec--low .akgGlinkRec__item__sName {
  font-size: 14px;
  font-weight: bold;
}

.akgGlinkRec--low--sp .akgGlinkRec__title {
  padding: 15px;
}

.akgGlinkRec--low--sp .akgGlinkRec__title__main {
  font-size: 16px;
}

.akgGlinkRec--low--sp .akgGlinkRec__items:not(:last-child) {
  margin-bottom: 1px;
}

.akgGlinkRec--low--sp .akgGlinkRec__items__title {
  margin-bottom: 0;
  padding: 13px 13px 13px 0;
  font-size: 14px;
  position: relative;
}

.akgGlinkRec--low--sp .akgGlinkRec__items__title::before {
  position: absolute;
  right: 0px;
  top: 14px;
  content: "";
  display: block;
  transform: scaleX(1.5);
  transform-origin: left;
  border-width: 6px;
  border-color: transparent transparent transparent #ff477f;
  border-style: solid;
}

.akgGlinkRec--low--sp .akgGlinkRec__items__title.is-active::before {
  top: 10px;
  transform: scaleY(1.5) rotate(90deg);
}

.akgGlinkRec--low--sp .akgGlinkRec__items__body {
  padding: 15px 0;
}

.akgGlinkRec--low--sp .akgGlinkRec__item {
  text-align: left;
  position: relative;
}

.akgGlinkRec--low--sp .akgGlinkRec__item::before,
.akgGlinkRec--low--sp .akgGlinkRec__item::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background: #ccc;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

.akgGlinkRec--low--sp .akgGlinkRec__item::after {
  background: #fff;
  right: 15px;
}

.akgGlinkRec--low--sp .akgGlinkRec__item__sName {
  font-size: 14px;
}


.showPC {
  opacity: 0;
  width: 1920px;
  height: 800px;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 50px;
  opacity: 0;
  animation: slideAnime 15s ease infinite;
}


.showPC:nth-of-type(1) {
  animation-delay: 0s
}

.showPC:nth-of-type(2) {
  animation-delay: 3s
}

.showPC:nth-of-type(3) {
  animation-delay: 6s
}

.showPC:nth-of-type(4) {
  animation-delay: 9s
}

.showPC:nth-of-type(5) {
  animation-delay: 12s
}



@media only screen and (max-width: 800px) {
  .showSP {
    opacity: 0;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    opacity: 0;
    animation: slideAnime 15s ease infinite;
  }


  .showSP:nth-of-type(6) {
    animation-delay: 0s
  }

  .showSP:nth-of-type(7) {
    animation-delay: 3s
  }

  .showSP:nth-of-type(8) {
    animation-delay: 6s
  }

  .showSP:nth-of-type(9) {
    animation-delay: 9s
  }

  .showSP:nth-of-type(10) {
    animation-delay: 12s
  }
}


/*=== スライドのアニメーション ========================= */
@keyframes slideAnime {
  0% {
    opacity: 0
  }

  3% {
    opacity: 1
  }

  17% {
    opacity: 1
  }

  20% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

/* ヘブングランプリ */
.heaven_gr_duty {
  border: 1px solid #fff;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 9px;
  border-radius: 8px;
  text-align: center;
  padding: 8px 3px 6px;
  width: 253px;
  font-size: 17px;
}

.heven_gp_section {
  background: url(../img/heaven_gp/23497489_m.png);
  background-attachment: fixed;
  background-size: cover;
}

.heaven_gp_castpanels .otherCastPanel__datas__name {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  font-weight: 100;
  padding-bottom: 15px;
  color: #ffffff;
  height: 35px;
  width: 254px;
  letter-spacing: -0.2px;
  /* margin: 0; */
  margin: 0 auto;
}

.heven_gp_section .contentBox_heaven img {
  width: 260px;
  height: 342px;
  object-fit: cover;
}

.heven_gp_section .title--grandPrix .title__main {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 100;
  color: #ffffff;
  margin-top: 50px;
  letter-spacing: 4px;
}

@media only screen and (min-width: 800px) {

  p.tobe_view_btn,
  p.tobe_hidden_btn {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 800px) {
  .contents_silver_week::before {
    background: url('../img/silver_week/bg.jpg') no-repeat center;
    /* 擬似要素に背景画像 */
    background-size: cover;
    /* cover指定 */
    content: "";
    /* 画像を表示させる為に必要*/
    display: block;
    /*ブロックボックスで表示*/
    position: fixed;
    /* 擬似要素全体を固定 */
    width: 100%;
    /* 横幅を画面全体 */
    height: 100vh;
    /* 縦幅を画面全体 */
    top: 0;
    /* 上からの配置を0 */
    left: 0;
    /* 左からの配置を0 */
    z-index: -1;
    /*背景画像になるように重ね順を-1*/
  }
}

.content_li_heaven .otherCastList>ul>li {
  margin: 0 5px;
  margin-bottom: 0;
  width: calc(94.6%/2);
}

.heven_gp_section .contentBox_heaven img {
  width: 100%;
  height: 239px;
  object-fit: cover;
}

.heaven_gr_duty {
  width: auto;
  font-size: 3.5vw;
}

.otherCastList ul li.content_li_heaven {
  width: calc(86%/2);
  margin-bottom: 40px;
}

.heaven_gp_castpanels .otherCastPanel__datas__name,
.content_li_heaven .otherCastPanel {
  width: auto;
  font-size: 3.3vw;
}

.heven_gp_section .title--grandPrix .title__main {
  font-size: 5vw;
  margin: 0;
}

.heven_gp_section .otherCastList ul::after {
  content: "";
  display: block;
  width: 46%;
}

p.tobe_view_btn,
p.tobe_hidden_btn {
  width: 90vw;
  margin: 0 auto;
}

p.tobe_view_btn img,
p.tobe_hidden_btn img {
  width: 100%;
}

.heven_gp_section {
  background: #54aff6;
}


.silver_week_li .otherCastPanel__datas__rank {
  border-top: #fff solid 1px;
  border-bottom: solid #fff 1px;
  color: #fff;
}

.silver_week_li .otherCastPanel__datas__detail {
  color: #fff;
}

/*# sourceMappingURL=main.css.map */
/*.akgGlinkOffi--col .akgGlinkOffi__item {
    width: 211px;
    background: #FFF5CF;
    padding: 6px;
}
.akgGlinkOffi__item__categories.akgGlinkOffi__item__categories--deli {
    background: #ff0061;
    border-radius: 6px 6px 0 0;
        color: #fff;
}
.akgGlinkOffi__item__categories--deli .akgGlinkOffi__item__area {
    background: #7d2244;
}
.akgGlinkOffi__item__area {
    background: #7d2244;
    width: 197px;
    margin: 0 auto;
    text-align: center;
 border-radius: 4px;
}
.akgGlinkOffi--col .akgGlinkOffi__item__infos {
    font-size: 12px;
    text-align: center;
    background: #fff;
    margin: 0 10px;
}
.akgGlinkOffi--col .akgGlinkOffi__items__body > ul > li {

margin-bottom: 0px;

    margin: 4px;
}
.akgGlinkOffi--col .akgGlinkOffi__item__categories{
	margin-bottom: 0;
}
.akgGlinkOffi--col .akgGlinkOffi__item__infos {
    font-size: 12px;
    text-align: center;
    background: #fff;
    padding: 10px 0 1px 0;
}
.akgGlinkOffi--col .akgGlinkOffi__items__body > ul > li {
    background: none;
    margin: 4px;
}
.akgGlinkOffi .akgGlinkOffi__current .akgGlinkOffi__item {
    margin-bottom: 20px;
    position: absolute;
    top: 117px;
    left: 18px;
}
.akgGlinkOffi .akgGlinkOffi__current {
    margin-right: 49px;
    background: #fff7dc;
    padding: 23px;
}*/


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

  /* ここにSP向けのCSS指定 */
  #page-scroll-whiteday::before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background: #c9e3f4;
    -webkit-background-size: cover;
    background-size: contain;
    content: "";
  }
}

@media screen and (min-width:768px) {
  /* ここにPC向けのCSS指定 */

  #page-scroll-whiteday {
    background: #c9e3f4;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.contents_summer_festival .title--grandPrix .title__main {
  color: #dbcf21;
}

.summer_festival_li .otherCastPanel__datas__rank {
  color: #fff;
  border-top: #fff solid 1px;
  border-bottom: solid #fff 1px;
}

.summer_festival_li .otherCastPanel__datas__name {
  color: #ddd727;
}

.summer_festival_li .otherCastPanel__datas__link a {
  color: #fff;
  border: 1px #fff solid;
}

@media(max-width:768px) {
  .contents_summer_festival .title--grandPrix {
    padding-top: 0;
  }
}

.contents_ms-heaven {
  background: #fff;
  padding: 3vw;
}

.ms-heaven_schedule {
  width: 60%;
  margin: 0 auto 3vw;
}

.ms-heaven_areaBox {
  width: 50%;
  margin: 0 auto 3vw;
}

.ms-heaven_areaBox h4 {
  background: linear-gradient(rgba(85, 85, 85, 1), rgba(0, 0, 0, 1));
  ;
  color: #fff;
  margin-bottom: 1vw;
  font-size: 1.9vw;
  padding: 1vw 5vw;
  font-weight: 600;
  border-radius: 0.5vw;
  position: relative;
}

.ms-heaven_areaBox h4::before {
  content: "▼";
  position: absolute;
  top: 0.6vw;
  left: 1vw;
  width: 2.7vw;
  height: 2.7vw;
  border-radius: 50%;
  font-size: 1.8vw;
  background: #fff;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}


.ms-heaven_shopBox {
  width: 94%;
  margin: 0 auto 0.5vw;
  background: #dcdcdc;
  border-radius: 0.5vw 0.5vw 0 0;
  border: solid 2px #000;
}

.ms-heaven_shopBox h5 {
  background: linear-gradient(rgb(253 253 253), rgb(216 216 216));
  color: #000;
  margin-bottom: 1vw;
  font-size: 1.7vw;
  padding: 1vw 5vw;
  font-weight: 600;
  border-radius: 0.5vw 0.5vw 0 0;
  border-bottom: solid 2px #000;
  position: relative;
}

.ms-heaven_shopBox h5::before {
  content: "▼";
  position: absolute;
  top: 0.6vw;
  left: 1vw;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  font-size: 1.5vw;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ms-heaven_castBox ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.7vw;
  padding: 0 1vw;
  margin-bottom: 2vw;
}

.ms-heaven_castBox ul li {
  background: #fff;
  padding: 0.3vw;
}

.ms-heaven_castBox a,
.ms-heaven_castBox a:visited {
  text-decoration: none;
  color: #000;
}

.cast_profile {
  width: 90%;
  margin: 1vw auto;
}

.cast_name {
  font-size: 1.2vw;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.5vw;
}

.department {
  display: grid;
  grid-template-columns: 27% 1fr;
  text-align: center;
  border: #000 solid 1px;
  line-height: 1.45vw;
  font-weight: 600;
  margin-bottom: 0.5vw;
}

.department dt {
  background: #000;
  color: #fff;
}


.voting_btn {
  background: linear-gradient(rgb(255 129 194), rgb(235 0 120));
  color: #fff;
  text-align: center;
  line-height: 2vw;
  border-radius: 0.5vw;
  font-size: 1vw;
  font-weight: 600;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
}


@media(max-width:768px) {
  .contents_ms-heaven {
    padding: 7vw 3vw;
  }

  .ms-heaven_schedule {
    width: 85%;
    margin: 0 auto 7vw;
  }

  .ms-heaven_areaBox {
    width: 100%;
    margin: 0 auto 5vw;
  }

  .ms-heaven_areaBox h4 {
    margin-bottom: 3vw;
    font-size: 4.8vw;
    padding: 2.6vw 10vw;
    border-radius: 1.5vw;
    line-height: 4vw;
  }

  .ms-heaven_castBox ul {
    grid-template-columns: 1fr 1fr;
    gap: 2vw;
    padding: 0 2vw;
    margin-bottom: 4vw;
  }

  .ms-heaven_castBox ul li {
    padding: 0.6vw;
  }

  .ms-heaven_shopBox h5 {
    margin-bottom: 5vw;
    font-size: 4.5vw;
    padding: 2vw 8vw;
    border-radius: 1.5vw 1.5vw 0 0;
    line-height: 6vw;
  }

  .cast_name {
    font-size: 4vw;
    margin-bottom: 1.5vw;
  }

  .cast_profile {
    margin: 1.6vw auto;
  }

  .department {
    line-height: 5.6vw;
    margin-bottom: 1.5vw;
  }

  .voting_btn {
    line-height: 5.2vw;
    border-radius: 1.5vw;
    font-size: 3vw;
  }

  .ms-heaven_areaBox h4::before {
    top: 1.9vw;
    left: 2.2vw;
    width: 5vw;
    height: 5vw;
    font-size: 3.7vw;
  }

  .ms-heaven_shopBox h5::before {
    top: 2vw;
    left: 2.5vw;
    width: 4.5vw;
    height: 4.5vw;
    font-size: 2.5vw;
  }





}