@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : subpage.css
Description : 下層
===================================================================== */
/* =====================================================================
    共通
======================================================================*/
.submv h1 a:hover {
  transform: translateY(0);
}

.main > section {
  padding: 12rem 0 24rem;
}
@media screen and (min-width: 768px) {
  .main > section {
    padding-top: 14rem;
  }
}

.page-ttl {
  text-align: center;
  margin: 0 auto 5rem;
  font-size: 8rem;
}
@media screen and (min-width: 768px) {
  .page-ttl {
    margin-bottom: 7rem;
    font-size: 7rem;
  }
}
.page-ttl .en {
  display: block;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #e60012;
}
.page-ttl .ja {
  display: block;
  padding: 0.47em 0;
  margin: 0.5em auto 0;
  width: 12.64em;
  font-size: 0.425em;
  color: #ffffff;
  letter-spacing: 0.03em;
  background-color: #e60012;
  -webkit-clip-path: url(#ttl_frame-sp);
          clip-path: url(#ttl_frame-sp);
}
@media screen and (min-width: 768px) {
  .page-ttl .ja {
    -webkit-clip-path: url(#ttl_frame-pc);
            clip-path: url(#ttl_frame-pc);
  }
}

.btn_red {
  position: relative;
  display: block;
  text-align: center;
  margin: 1em auto 0;
  padding: 0.7em;
  width: 100%;
  color: #ffffff !important;
  border-radius: 2em;
  border: 0.1em solid;
  background-color: #e60012;
  font-size: 3rem;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .btn_red {
    width: 90%;
    font-size: 2rem;
  }
}
.btn_red:hover {
  transform: translateY(1rem);
}
.btn_red::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 0.35em);
  right: 1.5em;
  width: 0.45em;
  height: 0.45em;
  border-top: 0.1em solid;
  border-right: 0.1em solid;
  transform: rotate(135deg);
}

/* =====================================================================
    artist
======================================================================*/
.artist-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-items: stretch;
}
.artist-list li {
  position: relative;
  margin: 0 calc(50 / 660 * 100%) 5rem 0;
  width: calc(300 / 660 * 100%);
  border-radius: 2rem;
  padding: 0.5em;
  background: url(../images/artist/bg.png) no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .artist-list li:nth-child(2n), .artist-list li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .artist-list li {
    margin-right: calc(50 / 1000 * 100%);
    width: calc(300 / 1000 * 100%);
  }
  .artist-list li:nth-child(3n), .artist-list li:last-child {
    margin-right: 0;
  }
}
.artist-list li[data-popup] {
  cursor: pointer;
}
.artist-list li[data-popup]::after {
  content: "";
  position: absolute;
  display: block;
  top: -3rem;
  left: -1rem;
  margin: 0 -12% -4% 0;
  width: 33.3333333333%;
  padding-top: 20%;
  background: url(../images/artist/icon_check.png) no-repeat center/contain;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .artist-list li[data-popup]:hover::after {
    background-image: url(../images/artist/icon_check_h.png);
  }
}
.artist-list li figure {
  position: relative;
}
.artist-list li figure img {
  margin-top: 0.8rem;
}
.artist-list li h3 {
  text-align: center;
  margin-top: 0.6em;
  font-size: 96%;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 0.3em;
  background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
  padding: 0.6em 0;
  -o-border-image: linear-gradient(90deg, transparent 3%, #41a0e9 30%, #ff5656 70%, transparent 97%) 1/0.3rem 0 0.3rem 0;
     border-image: linear-gradient(90deg, transparent 3%, #41a0e9 30%, #ff5656 70%, transparent 97%) 1/0.3rem 0 0.3rem 0;
}
@media screen and (min-width: 768px) {
  .artist-list li h3 {
    font-size: 130%;
  }
}
.artist-list li h3 > * {
  padding: 0 0.5em;
}
.artist-list li h3 small {
  font-size: 52%;
}

.popup-list-song {
  text-align: center;
  margin-top: 1.8em;
}
.popup-list-song dt {
  font-size: 115%;
  letter-spacing: 0.1em;
  color: #0068b7;
}
@media screen and (min-width: 768px) {
  .popup-list-song dt {
    font-size: 130%;
  }
}
.popup-list-song dt span {
  position: relative;
  padding: 0 1.5em;
}
.popup-list-song dt span::before, .popup-list-song dt span::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 1em;
  height: 100%;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 8"><path d="M2329,4241a4,4,0,1,1-4,4A4,4,0,0,1,2329,4241Zm-14,0a4,4,0,1,1-4,4A4,4,0,0,1,2315,4241Zm-14,0a4,4,0,1,1-4,4A4,4,0,0,1,2301,4241Z" transform="translate(-2297 -4241)" /></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 8"><path d="M2329,4241a4,4,0,1,1-4,4A4,4,0,0,1,2329,4241Zm-14,0a4,4,0,1,1-4,4A4,4,0,0,1,2315,4241Zm-14,0a4,4,0,1,1-4,4A4,4,0,0,1,2301,4241Z" transform="translate(-2297 -4241)" /></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #0068b7;
}
.popup-list-song dt span::after {
  left: auto;
  right: 0.15em;
}
.popup-list-song dd {
  margin-top: 0.3em;
  font-size: 150%;
  font-weight: 800;
  line-height: 1.4;
  color: #e60012;
}
@media screen and (min-width: 768px) {
  .popup-list-song dd {
    font-size: 260%;
  }
}
.popup-list-song dd small {
  display: block;
  font-size: 60%;
}

.medley {
  width: -moz-max-content;
  width: max-content;
  margin: 1rem auto 5rem;
  padding: 0.25rem 1em;
  border-radius: 1rem;
  display: block;
  font-size: 60%;
}

.kawaii {
  background-color: #ff5656;
  box-shadow: 0px 0px 8px #ff5656;
  color: #fff;
}

.anison {
  background-color: #001cc7;
  box-shadow: 0px 0px 8px #001cc7;
  color: #ffe760;
}

.sp-m {
  background: #ffbd08;
  box-shadow: 0px 0px 8px #ffbd08;
  color: #333;
}

.banpaku {
  background: #333;
  box-shadow: 0px 0px 8px #333;
  color: #fff;
}

.c-txt {
  font-size: 2rem;
  text-align: center;
  color: #000;
  display: block;
}

/* =====================================================================
    kanran
======================================================================*/
.kanran {
  padding: 8rem 0 14rem;
}
.kanran .page-ttl .ja {
  font-size: 0.5em;
  width: 10.64em;
}
.kanran_list {
  padding: 5rem;
  background-color: #ffffff;
  border-radius: 3rem;
}
.kanran_list > li h3 {
  padding: 1rem 0;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.34em;
  color: #ffffff;
  background: #0068b7;
  border-top: 0.4rem solid #ffffff;
  border-bottom: 0.4rem solid #ffffff;
  line-height: 2;
  -webkit-clip-path: url(#ttl_frame-sp);
          clip-path: url(#ttl_frame-sp);
}
.kanran_list_desc {
  padding: 3rem 3rem 6rem;
  line-height: 1.769;
  font-family: "メイリオ", "Meiryo";
}
.kanran_list_desc ul li {
  position: relative;
  padding-left: 1em;
  text-indent: -0.5em;
}
.kanran_list_desc ul li::before {
  content: "・";
  display: inline-block;
}
.kanran_list_desc p a {
  display: inline-block;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .kanran_list_desc p a:hover {
    color: #cc9200;
  }
}
.kanran_list_desc p span {
  color: #e60012;
}
.kanran_list_desc p span.fontL {
  font-size: 1.15em;
}
.kanran_list_desc p span.red {
  color: #e60012;
}
.kanran_list_desc p span.blue {
  color: #0068b7;
}
.kanran-group:not(:last-child) {
  margin-bottom: 8rem;
}
.kanran-group .page-ttl {
  margin-bottom: 4rem;
}

.caution-txt {
  background-color: #e60012;
  color: #fff !important;
  padding: 0.25em 0.5em;
  margin-top: 1rem;
  display: block;
}

@media screen and (min-width: 768px) {
  .caution-txt {
    display: inline;
  }
  .kanran {
    padding: 7rem 0 14rem;
  }
  .kanran_list {
    padding: 3rem;
  }
  .kanran_list > li {
    display: flex;
    border-top: 0.1rem solid #ffffff;
    border-bottom: 0.1rem solid #ffffff;
  }
  .kanran_list > li > * {
    display: grid;
    align-items: center;
  }
  .kanran_list > li:nth-child(even) {
    background: #eee;
  }
  .kanran_list > li h3 {
    flex-shrink: 0;
    padding: 2.3rem 0;
    width: 20rem;
    font-size: 1.8rem;
    border: 0;
    border-right: 0.2rem solid #ffffff;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .kanran_list_desc {
    flex-grow: 1;
    padding: 2.3rem;
  }
  .kanran_list_desc ul,
  .kanran_list_desc small {
    font-size: 87%;
  }
  .kanran_list_desc .btn_red {
    max-width: 30rem;
    margin: 2rem 0 0;
  }
}
.viewing-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.viewing-list > li {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .viewing-list > li:not(:last-child) {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .viewing-list > li {
    width: calc(480 / 1000 * 100%);
  }
}
.viewing-list > li.nolink a {
  pointer-events: none;
}
.viewing-caution {
  position: relative;
  width: 100%;
  margin-bottom: 5rem;
  padding: 4rem;
  border-radius: 3rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .viewing-caution {
    margin-bottom: 7rem;
    padding: 4rem 8rem;
  }
}
.viewing-caution > dt {
  width: 100%;
  text-align: center;
}
.viewing-caution > dt > span {
  color: #e60012;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .viewing-caution > dt > span {
    font-size: 3.2rem;
  }
}
.viewing-caution > dd {
  width: 100%;
  margin-top: 2.5rem;
  text-align: left;
}
.viewing-caution > dd > ul {
  width: 100%;
}
.viewing-caution > dd > ul > li {
  padding-left: 1em;
  text-indent: -1em;
}
.viewing-caution > dd > ul > li .color_red {
  color: #e60012;
}

.apply-list {
  display: flex !important;
  align-items: flex-start;
  justify-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.apply-list > li {
  width: 46%;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .apply-list > li {
    width: 21.2765957447%;
  }
}

/* =====================================================================
    data
======================================================================*/
.data {
  padding: 0 0 12rem !important;
}
.data_main {
  padding: 6rem 0;
  background: #e60012;
}
@media screen and (min-width: 768px) {
  .data_main {
    padding: 10rem 0;
    background: #e60012;
  }
}
.data_main .inner {
  background: #ffffff;
  padding: 6rem 0;
  border-radius: 3rem;
  border: 7px solid #e60012;
}
.data_main .sec_ttl {
  font-size: 5rem;
  text-align: center;
  line-height: 1.3;
  color: #0068b7;
  font-weight: bold;
}
.data_main .sec_ttl small {
  margin-top: 0.3em;
  display: block !important;
  font-size: 2.6rem;
  color: #e60012;
}
.data_lead {
  margin: 3rem auto 1.5em;
  text-align: center;
  width: 100%;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .data_lead {
    width: 65rem;
  }
}
.data_photo {
  margin: 0 auto 4rem;
  width: 90%;
}
.data_notice {
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .data_notice {
    padding: 10rem 0;
  }
}
.data_notice .inner {
  background: #ffffff;
  padding: 6rem;
  border-radius: 3rem;
}
.data_notice h4 {
  padding: 0.5rem 0;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.34em;
  color: #ffffff;
  background: #0068b7;
  border-top: 0.4rem solid #ffffff;
  border-bottom: 0.4rem solid #ffffff;
  line-height: 2;
  -webkit-clip-path: url(#ttl_frame-sp);
          clip-path: url(#ttl_frame-sp);
  max-width: 50rem;
  margin: 0 auto 5rem;
}
.data_notice_list li {
  line-height: 1.5;
  font-family: "メイリオ", "Meiryo";
  margin-bottom: 1em;
  text-indent: -1em;
  padding-left: 1em;
}
.data_notice_list li a.data_link {
  display: inline-block !important;
  color: #dc1927;
  text-decoration: underline !important;
  margin-left: 1em !important;
  backface-visibility: visible !important;
}
.data_notice_list li a.data_link:hover {
  opacity: 0.7 !important;
  transform: none !important;
}

.present {
  width: 100vw;
  background: #0068b7;
  padding: 10rem 0 8rem;
  margin: 0 calc(50% - 50vw);
  display: flex;
}
.present .item {
  position: relative;
  margin-bottom: 2em;
  padding: 2em;
  background: #fff;
  border-radius: 2rem;
}
.present .item::before, .present .item::after {
  content: "";
  position: absolute;
  display: block;
  top: -0.5rem;
  left: -0.5rem;
  width: 10rem;
  height: 100%;
  background: url(../images/data/img_mc_frame_l.png) no-repeat top left/contain;
}
.present .item::after {
  background: url(../images/data/img_mc_frame_r.png) no-repeat bottom right/contain;
  top: auto;
  left: auto;
  bottom: -0.5rem !important;
  right: -0.5rem !important;
}
.present .item dl {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .present .item dl {
    width: 60%;
    flex-grow: 1;
    margin-right: 1em;
  }
}
.present .item dt {
  position: relative;
  font-size: 160%;
  font-weight: bold;
  background: #e60012;
  padding: 0.5em;
  color: #fff;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.present .item dt span {
  font-size: 0.6em;
  font-weight: normal;
  margin-left: 1em;
  color: #fff;
}
.present .item dd {
  font-weight: bold;
  font-size: 140%;
}
.present .item dd span {
  display: block;
  font-size: 0.7em;
  font-weight: normal;
  text-align: right;
  color: #000;
}
.present .item .text_r {
  text-align: right;
  font-size: 140%;
  background-color: #e60012;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  border-radius: 1rem;
  padding: 0 0.5em;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .present .item img {
    width: 45.4545454545%;
  }
}

@media screen and (min-width: 768px) {
  .present_inner {
    display: flex;
    justify-content: space-between;
  }
}

.present li {
  color: #000;
}

.presentA {
  color: #e60012;
}

.presentB {
  color: #0068b7;
}

.bnr {
  width: 100vw;
  background: #e60012;
  text-align: center;
  margin: 0 calc(50% - 50vw);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8rem;
}
.bnr_subttl {
  margin: 3em auto;
  font-size: 3.5rem;
  color: #ffffff;
}
.bnr_subttl .btn_blue {
  position: relative;
  display: block;
  text-align: center;
  margin: 1em auto 0;
  padding: 0.5em 5em;
  width: 100%;
  color: #ffffff !important;
  border-radius: 2em;
  border: 0.1em solid;
  background-color: #0068b7;
  font-size: 3rem;
  transition: all 0.3s;
  text-decoration: none;
  max-width: none;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .bnr_subttl .btn_blue {
    width: 100%;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.bnr_subttl .btn_blue:hover {
  transform: translateY(1rem);
}
.bnr_subttl .btn_blue::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 0.35em);
  right: 1.2em;
  width: 0.45em;
  height: 0.45em;
  border-top: 0.1em solid;
  border-right: 0.1em solid;
  transform: rotate(135deg);
}
.bnr_subttl span {
  font-size: 2rem;
  display: block;
  padding-top: 2rem;
}

.c_red {
  font-weight: bold;
  background-color: #e60012 !important;
  padding: 0.5em 4em !important;
}

.c_blue {
  background-color: #0068b7 !important;
}

.grayout {
  background-color: #999 !important;
}

.present_name {
  color: #e60012;
  text-align: center;
  margin-top: 0.6em;
  font-size: 96%;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.05em;
  margin-bottom: 0.3em;
  background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
  padding: 0.6em 0;
  -o-border-image: linear-gradient(90deg, transparent 3%, #41a0e9 30%, #ff5656 70%, transparent 97%) 1/0.6rem 0 0.6rem 0;
     border-image: linear-gradient(90deg, transparent 3%, #41a0e9 30%, #ff5656 70%, transparent 97%) 1/0.6rem 0 0.6rem 0;
}
@media screen and (min-width: 768px) {
  .present_name {
    font-size: 180% !important;
    letter-spacing: 0;
    line-height: 1.2 !important;
  }
}

/* =====================================================================
    special
======================================================================*/
.special .music,
.special .talk {
  border-radius: 3rem;
  background: #ffffff;
  box-sizing: border-box;
  border-collapse: collapse;
  outline: 6px solid #0068b7;
  outline-offset: -6px;
  margin-bottom: 10rem;
  position: relative;
}
.special .music h3,
.special .talk h3 {
  background: #0068b7;
  color: #ffffff;
  margin: -10px 0 0;
  padding: 1em 0.2em 0.7em 2em;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 3rem 3rem 0 0;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .special .music h3,
  .special .talk h3 {
    font-size: 1.8em;
    padding: 1em 1em 0.7em 2em;
  }
}
.special .music::before,
.special .talk::before {
  content: "";
  position: absolute;
  display: block;
  top: -2rem;
  left: -3rem;
  width: 13rem;
  height: 13rem;
  background: url(../images/special/icon_music.svg) repeat-x top left/contain;
  z-index: 0;
}
.special .music .contents,
.special .talk .contents {
  padding: 6rem 4rem;
  position: relative;
}
.special .music .contents.border ::after,
.special .talk .contents.border ::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 4rem;
  width: calc(100% - 8rem);
  height: 10px;
  background: url(../images/common/icon_dots02.png) repeat-x bottom left/auto;
}
.special .talk {
  outline-color: #e60012;
}
.special .talk h3 {
  background: #e60012;
}
.special .talk::before {
  background: url(../images/special/icon_talk.svg) repeat-x top left/contain;
}/*# sourceMappingURL=subpage.css.map */;
}
.special .talk::before {
  background: url(../images/special/icon_talk.svg) repeat-x top left/contain;
}
/*# sourceMappingURL=subpage.css.map */