@charset "UTF-8";
/* CSS Document */
/* ------------------

INDEX
	- layout
	- text
	- margin
	- container
	- tab
	- artistschool
	- audition
	- form enq
	- sns
	- line
	- mypage
    - for sp
    - liveinfo
    - recapture

-------------------- */
/* ------------------
layout
-------------------- */
.flex, .flex--between {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.flex--between {
  justify-content: space-between;
}

/* ------------------

$text

-------------------- */
.attention {
  color: #ce0000;
}

.c-blue {
  color: #0050a0;
}

.large {
  font-size: 1.2em;
}

.x-large {
  font-size: 1.4em;
}

.bold {
  font-weight: bold;
}

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

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.btn--frame {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 5px 10px;
  color: #0050a0;
  border: #0050a0 2px solid;
  border-radius: 6px;
}
.btn--frame:link, .btn--frame:visited {
  color: #0050a0;
}

/* ------------------

$margin

-------------------- */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

/* ------------------

$container

-------------------- */
.gray-container {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f2f2f2;
}

/*
 * tab
 */
ul.tab-subtitle {
  border-bottom: 1px solid #9999cb;
  margin-bottom: 20px;
}

ul.tab-subtitle li {
  float: left;
  width: 20%;
  margin: 0 0 0 5px;
  padding: 10px 0;
  text-align: center;
  background: #ebbdec;
  color: #660066;
}

ul.tab-subtitle li a {
  display: block;
  color: #660066;
}

ul.tab-subtitle li a:hover {
  text-decoration: none;
}

ul.tab-subtitle li.select {
  background: #660066;
  color: #FFF;
}

.tab-subtitle-contents .hidden {
  display: none;
}

.tab li {
  cursor: pointer;
  opacity: .7;
}

.tab li:hover,
.tab li.active {
  opacity: 1;
}

.tab .panel.active {
  display: block;
}

/*
 * artistschool
 */
hr.pink {
  border: none;
  border-bottom: 1px solid #ff8080;
  margin: 20px 0;
}

hr.blue {
  border: none;
  border-bottom: 1px solid #19a0c4;
  margin: 20px 0;
}

hr.purple {
  border: none;
  border-bottom: 1px solid #660066;
  margin: 20px 0;
}

.ArtistSchoolLink a {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  background: #ebbdec;
  color: #660066;
  margin-top: 10px;
}

.ArtistSchoolLink a:hover {
  text-decoration: none;
  opacity: .75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
  -khtml-opacity: .75;
  -moz-opacity: .75;
}

/*
 * audition
 */
.AuditionBlock-02,
.AuditionBlock-03,
.AuditionBlock-04 {
  border-bottom: 1px solid #9999cb;
  margin-bottom: 20px;
}

.AuditionBlock-01 {
  background: url(/images/Bg/AuditionBg.png);
  padding: 15px;
  color: #FFF;
  margin-bottom: 10px;
}

.AuditionBlock-01 h3 {
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-shadow: 0px 0px 2px rgba(225, 225, 0, 0.5);
}

.AuditionBlock-01 p {
  margin: 0;
  padding: 0;
  line-height: normal;
  letter-spacing: 0.1em;
}

.AuditionBlock-02 p {
  font-size: 15px;
}

.AuditionBlock-03 li:nth-child(1) {
  background: none;
  width: 10%;
}

.AuditionBlock-03 li:nth-child(2) {
  background: none;
  width: 85%;
}

.AuditionBlock-03 p {
  padding: 0;
  margin: 5px 5px 10px;
  line-height: 150%;
}

.AuditionBlock-03 h3 {
  letter-spacing: 0.5em;
  line-height: 150%;
  font-size: 18px;
  font-weight: bold;
  background-color: #333;
  color: #FFF;
  padding: 10px 0 10px 10px;
  text-align: center;
}

.AuditionBlock-03 .AuditionEvent {
  border: 1px solid #CCC;
  border-left: 4px solid #9999cb;
  padding: 10px;
  margin-bottom: 10px;
}

.AuditionBlock-03 .AuditionEvent h4 {
  font-size: 18px;
  font-weight: bold;
}

.AuditionBlock-04 li {
  background: none;
  width: 49%;
}

.AuditionBlock-04 ul.AuditionComment {
  margin-right: -4px;
}

.AuditionBlock-04 ul.AuditionComment li {
  position: relative;
  float: left;
  width: 420px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 7px;
  height: auto;
}

.AuditionBlock-04 .AuditionCommentThumb {
  float: left;
  width: 100px;
  margin-right: 10px;
  margin-bottom: 50px;
}

.AuditionBlock-04 .AuditionCommentTitle {
  font-size: 22px;
}

.AuditionBlock-04 .AuditionCommentThumb img {
  border: #FFF 1px solid;
}

.AuditionBlock-04 .AuditionCommentProf {
  float: left;
  width: 300px;
}

.AuditionBlock-04 .AuditionCommentProf.no-photo {
  float: none;
  width: 100%;
}

.AuditionBlock-04 .AuditionCommentProf h3 {
  font-size: 16px;
  color: #4d4d4d;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.AuditionBlock-04 .AuditionCommentProf h3 span {
  font-size: 12px;
  letter-spacing: normal;
  line-height: normal;
  font-weight: normal;
}

.AuditionBlock-04 .AuditionCommentProf h4 {
  font-size: 10px;
  margin: 0;
  padding: 0;
}

.AuditionBlock-04 .AuditionCommentSocialWrap {
  position: absolute;
  left: 10px;
  top: 110px;
}

.AuditionBlock-04 .AuditionCommentSocialWrap img {
  float: left;
  margin-right: 2px;
  margin-top: 3px;
}

.AuditionBlock-04 a.readmore {
  width: 90px;
  margin-left: auto;
  background-color: #999;
  color: #FFF;
  text-align: center;
  padding: 5px 0;
}

.AuditionBlock-04 a.readmore:hover {
  text-decoration: none;
  opacity: .75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
  -khtml-opacity: .75;
  -moz-opacity: .75;
}

.AuditionBlock-05 h2 {
  font-size: 22px;
  padding: 0 0 0 15px;
  margin-top: 50px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 20px;
  border-left: #333 4px solid !important;
}

.AuditionBlock-05 ul {
  width: 95%;
  margin: auto;
}

.AuditionBlock-05 ul li {
  float: left;
  width: 24%;
  margin-right: 1%;
  padding: 0;
  background: none;
}

.AuditionBlock-05 ul li h3 {
  font-size: 16px;
  font-weight: bold;
}

.AuditionBlock-05 ul li p {
  letter-spacing: normal;
  line-height: normal;
  font-size: 11px;
  padding: 0;
  margin: 0;
}

/*
 * schedule
 */
li.Column-01 {
  width: 95%;
  float: none;
  padding: 0;
}

/* ------------------

$audition

-------------------- */
ul.tab-subtitle li {
  width: 22%;
}

#ContentWrap-02 .AuditionBlock-05 h2 {
  margin-top: 1.5em;
  margin-bottom: .5em;
}

.ArtistSchoolLink {
  text-align: right;
  margin-bottom: 20px;
  margin-right: 20px;
}

@media only screen and (max-width: 1024px) {
  .AuditionBlock-03 li:nth-child(1) {
    float: none;
    width: 100%;
  }

  .AuditionBlock-03 li:nth-child(2) {
    width: 100%;
  }

  .AuditionBlock-04 {
    clear: both;
  }

  .AuditionBlock-04 ul.AuditionComment li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 48%;
  }

  #ContentWrap-02 .AuditionBlock-05 ul {
    overflow: hidden;
    margin-bottom: 2em;
  }

  #ContentWrap-02 .AuditionBlock-05 h2 {
    clear: both;
  }

  li.Column-01 {
    width: 100%;
  }

  .artist-list ul {
    margin-right: 0;
  }
}
/* ------------------

$form enq

-------------------- */
.form-list {
  max-width: 50em;
  padding: 30px;
  margin: 0 auto 10px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.form-list dt {
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: bold;
  color: #19A0C4;
}

.form-list dt .attention {
  font-size: 10px;
  font-weight: normal;
}

.form-list dd {
  margin: 0 0 30px;
  padding: 0;
}

.form-list label {
  display: inline-block;
  margin-bottom: 5px;
}

.form-list select {
  padding: 5px;
  margin-right: 5px;
}

.form-list input[type=text],
.form-list input[type=email],
.form-list input[type=tel] {
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  line-height: 1.8em;
  font-size: 1.4em;
}

.form-list textarea {
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.input-full {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-name {
  overflow: hidden;
}

.form-name .form-term {
  display: block;
  font-size: .92em;
  color: #666;
}

.form-name input {
  width: 96%;
}

.form-name--first,
.form-name--second {
  float: left;
  width: 50%;
}

.form-name--second input {
  margin-left: 2%;
}

.form-other {
  padding-top: 10px;
}

.form-tel input,
.form-zip input {
  width: 6em;
}

.form-text .input-full {
  width: 90%;
  margin-right: 5px;
}

.submit-btn {
  display: inline-block;
  padding: 12px 60px;
  -webkit-appearance: none;
  background-color: #19A0C4;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.4em;
  cursor: pointer;
}

.submit-btn:hover {
  background-color: #4db8d4;
}

.submit-btn-disabled {
  display: inline-block;
  padding: 12px 60px;
  -webkit-appearance: none;
  background-color: #ccc;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #666;
  font-size: 1.4em;
}

.submit-reset {
  display: inline-block;
  padding: 4px 30px;
  -webkit-appearance: none;
  background-color: #ccc;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #666;
  font-size: 1.2em;
  cursor: pointer;
}

.submit-reset:hover {
  background-color: #ddd;
}

.form-confirm-container {
  padding-top: 20px;
}

.enq-notice {
  margin-bottom: 40px;
}

.form-confirm-list {
  width: 50em;
  padding: 30px;
  margin: 0 auto 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.form-confirm-list dt {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.2em;
  font-weight: bold;
  color: #19A0C4;
}

.form-confirm__value {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px dashed #ccc;
  font-size: 1.4em;
  color: #666;
  white-space: normal;
  word-break: break-all;
}

/* ------------------

$sns

-------------------- */
.sns-table tr:nth-child(odd) {
  background-color: #f6f6f6;
}

.sns-table th {
  font-size: .83em;
}

.sns-table td {
  border-bottom-color: #fff;
  border-right: none;
}

.sns-info {
  padding: 0 20px 10px;
  margin-bottom: 60px;
  border: 20px solid #F0F2F2;
}

.sns-info__title {
  margin-bottom: 10px;
}

.sns-info__item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

.sns-info__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.sns-info__item a {
  color: #19A0C4;
}

.bnr__full {
  display: block;
  padding-bottom: 0;
}
.bnr__full a {
  width: 100%;
}
.bnr__full__sp {
  display: none;
}

/* ------------------

$line

-------------------- */
.line-table tr td:nth-last-child(2) {
  padding-right: 0;
  border-right: none;
}

/* ------------------

btn

-------------------- */
.btn_clear {
  transition: 0.4s;
  font-weight: normal;
  padding: 8px 20px 8px 40px;
  background: #19a0c4 url(/images/common/arrow_square.png) no-repeat 15px center;
  background-size: 20px;
  color: #fff;
  font-size: 1.2rem;
  border: none;
  min-width: 120px;
  margin: 0 15px;
}
@media only screen and (max-width: 768px) {
  .btn_clear {
    font-size: 0.8rem;
    min-width: 100px;
    margin: 0 5px;
  }
}
.btn_clear:hover {
  opacity: 0.6;
}

.btn_conf {
  transition: 0.4s;
  font-weight: normal;
  padding: 8px 20px 8px 40px;
  background: #ef5787 url(/images/common/arrow_square.png) no-repeat 15px center;
  background-size: 20px;
  color: #fff;
  font-size: 1.2rem;
  border: none;
  min-width: 120px;
  margin: 0 15px;
}
@media only screen and (max-width: 768px) {
  .btn_conf {
    font-size: 0.8rem;
    min-width: 100px;
    margin: 0 5px;
  }
}
.btn_conf:hover {
  opacity: 0.6;
}

#ContentWrap-02 .Request-List-Tel {
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 20px auto;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  #ContentWrap-02 .Request-List-Tel {
    padding: 0;
  }
}
#ContentWrap-02 .Request-List-Tel h3 {
  background-color: #00abba;
  border-bottom: #d6d6d6 2px solid;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  color: #FFF;
}
#ContentWrap-02 .Request-List-Tel .Request-List-number {
  font-size: 1.6em;
  font-weight: bold;
  color: #ea5532;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #ContentWrap-02 .Request-List-Tel .Request-List-number {
    font-size: 1.2rem;
  }
}
#ContentWrap-02 .Request-List-Tel .orange {
  color: #ea5532;
}

/* ========================================

- mypage

======================================== */
.mypage-sounds-wrapper {
  clear: both;
  padding-top: 10px;
}

.mypage-sound-item {
  overflow: hidden;
  float: left;
  width: 50%;
  padding: 5px;
  background: url(/images/Bg/MypageTableBg-12.png) repeat;
  border-bottom: 1px solid #b5ceb5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mypage-sound-item:nth-child(even) {
  clear: both;
  border-right: 1px solid #b5ceb5;
}
.mypage-sound-item .hide {
  display: none;
}
.mypage-sound-item .label {
  display: inline-block;
  width: 12em;
}
.mypage-sound-item .audio-button {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #187518;
  color: #187518;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: transparent;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  cursor: pointer;
  vertical-align: middle;
}
.mypage-sound-item .audio-button .play,
.mypage-sound-item .audio-button .pause {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 24px;
  font-size: 1.1em;
}
.mypage-sound-item .audio-button .play {
  padding-left: 4px;
}
.mypage-sound-item .audio-button .pause {
  top: 100%;
  padding-left: 1px;
}
.mypage-sound-item .audio-button:hover {
  background-color: #d1e3d1;
}
.mypage-sound-item .audio-button.active {
  background-color: #187518;
  color: #fff;
}
.mypage-sound-item .audio-button.active .play {
  top: -100%;
}
.mypage-sound-item .audio-button.active .pause {
  top: 0;
}

/* ------------------

$for tablet

-------------------- */
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  TabClear {
    clear: both;
  }
}
/* ------------------

$for sp

-------------------- */
@media only screen and (max-width: 768px) {
  /* ------------------
  
  INDEX
  	- audition
  	- line
  	- sns
  	- mypage
  
  -------------------- */
  .pc-elem {
    display: none;
  }

  .sp-elem {
    display: block;
  }

  .enq_btn a {
    margin-top: 10px;
    padding: 5px;
    display: block;
  }
  .enq_btn .btn_en {
    padding-left: 30px;
  }

  /* ------------------
  
  - audition
  
  -------------------- */
  .AuditionBlock-05 ul li {
    width: 49%;
    margin-bottom: 20px;
  }

  .AuditionBlock-05 ul li:nth-child(2n+1) {
    clear: both;
  }

  .Event-Detail-01-Text {
    font-size: 1.4em;
  }

  /* ------------------
  
  - line
  
  -------------------- */
  .line-table {
    display: block;
    border-right: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .line-table tr {
    overflow: hidden;
  }

  .line-table tbody,
  .line-table tr,
  .line-table td {
    display: block;
  }

  .line-table td {
    border-right: none;
  }

  .line-table img {
    max-width: 100%;
    height: auto;
  }

  .line-table tr td:first-child {
    border-bottom: none;
    border-top: 1px solid #CDCDCD;
  }

  .line-table tr td:nth-child(2),
  .line-table tr td:nth-child(3) {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: none;
  }

  .line-table tr td:nth-child(2) {
    width: 60%;
    line-height: 1.3em;
  }

  .line-table tr td:nth-child(3) {
    width: 40%;
    text-align: right;
  }

  .form-list {
    padding: 10px;
  }

  .form-name--first,
  .form-name--second {
    float: none;
    width: 100%;
    margin-bottom: 5px;
  }

  .form-name--second input {
    margin-left: 0;
  }

  .form-list input[type=text],
  .form-list input[type=email],
  .form-list input[type=tel] {
    font-size: 1em;
  }

  .form-confirm-list {
    width: auto;
    padding: 10px;
  }

  /* ------------------
  
  - sns
  
  -------------------- */
  .sns-info {
    padding: 0 10px 10px;
    margin-bottom: 20px;
    border-width: 10px;
  }

  .sns-genre a {
    display: inline-block;
    padding: 10px;
  }

  .sns-table th {
    clear: both;
    display: block;
    width: 100%;
  }

  .sns-table td {
    float: left;
    padding: 0.5em 0;
    display: inline-block;
    border: none;
  }

  .sns-table td br {
    display: none;
  }

  .sns-table td img {
    margin-left: 5px;
    margin-bottom: 10px;
  }

  /* ========================================
  
  - mypage
  
  ======================================== */
  .mypage-sound-item {
    float: none;
    width: 100%;
  }
  .mypage-sound-item:nth-child(even) {
    border-right: none;
  }

  .bnr__full {
    display: none;
  }

  .bnr__full__sp {
    display: block;
    padding-bottom: 0;
  }
  .bnr__full__sp a {
    width: 100%;
    margin-bottom: 0;
  }
  .bnr__full__sp a img {
    height: 100px !important;
    width: auto !important;
  }
}
/* ========================================

- liveinfo

======================================== */
.liveinfo .calendar-wrap,
.liveinfo .schedule-wrap {
  padding: 0 30px;
  margin-bottom: 30px;
}
.liveinfo .conntent-title {
  font-size: 18px;
  border-left: #19a0c4 2px solid;
  padding: 5px 0 7px 20px;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.liveinfo .conntent-title:after, .liveinfo .conntent-title:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  height: 100%;
  border-left: #19a0c4 2px solid;
}
.liveinfo .conntent-title:after {
  left: 10px;
}
.liveinfo .category ol {
  padding: 0;
  margin-top: 30px;
  overflow: hidden;
  *zoom: 1;
  display: -webkit-flex;
  display: flex;
}
.liveinfo .category__list {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 25px;
  width: 15%;
  display: inline-block;
  line-height: 25px;
  text-align: center;
  color: #12AFD0;
  background: #bfeff9;
  font-size: 13px;
  margin-right: 20px;
  cursor: pointer;
}
.liveinfo .category__list.active {
  color: #fff;
  background: #12AFD0;
}
.liveinfo .category__list:last-child {
  margin-right: 0;
}
.liveinfo .category__list:before {
  content: "\f005";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.liveinfo .category__list--1 {
  color: #f80f46;
  background: #fee4ea;
}
.liveinfo .category__list--1.active {
  background: #f80f46;
}
.liveinfo .category__list--2 {
  color: #ff973a;
  background: #ffeddd;
}
.liveinfo .category__list--2.active {
  background: #ff973a;
}
.liveinfo .category__list--3 {
  color: #013dd6;
  background: #c8d7ff;
}
.liveinfo .category__list--3.active {
  background: #013dd6;
}
.liveinfo .category__list--4 {
  color: #8b45c0;
  background: #eaddf4;
}
.liveinfo .category__list--4.active {
  background: #8b45c0;
}
.liveinfo .category__list--99 {
  color: #53cd61;
  background: #d5f3d9;
}
.liveinfo .category__list--99.active {
  background: #53cd61;
}
.liveinfo .month-nav {
  float: right;
  padding: 10px 0 10px 25px;
}
.liveinfo .month-nav li {
  display: inline-block;
  font-size: 16px;
}
.liveinfo .month-nav .now-month {
  margin: 0 30px;
}
.liveinfo .month-nav #btn_next_ym,
.liveinfo .month-nav #btn_prev_ym {
  transition: all 0.5s ease;
}
.liveinfo .month-nav #btn_next_ym:hover,
.liveinfo .month-nav #btn_prev_ym:hover {
  text-decoration: none;
  color: #19a0c4;
}
.liveinfo .calendar-wrap table {
  border: solid 1px #f9f9f9;
  color: #4d4d4d;
  background: #f9f9f9;
  font-size: 13px;
  margin: 0;
}
.liveinfo .calendar-wrap table .day {
  text-align: center;
}
.liveinfo .calendar-wrap table .date tr {
  height: 60px;
}
.liveinfo .calendar-wrap table .date td {
  vertical-align: top;
}
.liveinfo .calendar-wrap table td {
  width: 14.285714286%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  line-height: 1.1em;
}
.liveinfo .calendar-wrap table td.cell_event_date {
  cursor: pointer;
}
.liveinfo .calendar-wrap table td:nth-child(6) {
  background: #e9f6ff;
  color: #0e3fe0;
}
.liveinfo .calendar-wrap table td:nth-child(7) {
  background: #fef0f0;
  color: #d62222;
}
.liveinfo .calendar-wrap table td.sel_date {
  background: #ffb7dc;
}
.liveinfo .cell_event_date span {
  font-size: 15px;
  display: inline-block;
}
.liveinfo .cell_event_date .cat_icon_1 {
  color: #f80f46;
}
.liveinfo .cell_event_date .cat_icon_2 {
  color: #ff973a;
}
.liveinfo .cell_event_date .cat_icon_3 {
  color: #013dd6;
}
.liveinfo .cell_event_date .cat_icon_4 {
  color: #8b45c0;
}
.liveinfo .cell_event_date .cat_icon_99 {
  color: #53cd61;
}
.liveinfo #schedule_area .schedule_category {
  background: #f9f9f9;
  padding: 20px;
  font-size: 16px;
  color: #fff;
  position: relative;
  margin: 60px 0 100px;
}
.liveinfo #schedule_area .schedule_category:last-child {
  margin-bottom: 40px;
}
.liveinfo #schedule_area .schedule_category .title-label {
  padding: 10px;
  font-size: 15px;
  text-align: center;
  display: inline-block;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
  min-width: 140px;
  position: absolute;
  left: 0;
  top: -44px;
}
.liveinfo #schedule_area .schedule_category table {
  width: 75%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #dbdbdb;
  border-collapse: inherit;
  float: left;
}
.liveinfo #schedule_area .schedule_category tr:first-child th {
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 0;
}
.liveinfo #schedule_area .schedule_category tr:first-child td {
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0;
  border-radius: 0 5px 0 0;
}
.liveinfo #schedule_area .schedule_category tr:last-child th {
  -moz-border-radius: 0 0 0 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 0 5px;
}
.liveinfo #schedule_area .schedule_category tr:last-child td {
  -moz-border-radius: 0 0 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 0;
}
.liveinfo #schedule_area .schedule_category td,
.liveinfo #schedule_area .schedule_category th {
  height: 30px;
  border-bottom: solid 1px #dbdbdb;
}
.liveinfo #schedule_area .schedule_category th {
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.liveinfo #schedule_area .schedule_category td {
  font-size: 12px;
}
.liveinfo #schedule_area .schedule_category .art-image {
  float: right;
  width: 23%;
}
.liveinfo #schedule_area .schedule_category .art-image img {
  -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
  width: 100%;
}
.liveinfo #schedule_area .schedule_category .more-btn {
  clear: both;
  width: 75%;
  text-align: right;
}
.liveinfo #schedule_area .schedule_category .more-btn a {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 140px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  transition: all 0.5s ease;
}
.liveinfo #schedule_area .schedule_category .more-btn a:hover {
  text-decoration: none;
}
.liveinfo #schedule_area .schedule_category .share-btn {
  clear: both;
  width: 600px;
  text-align: left;
}
.liveinfo #schedule_area .schedule_category .share-btn > div {
  display: inline-block;
}
.liveinfo #schedule_area .schedule_category .share-btn .fb_iframe_widget > span {
  vertical-align: baseline !important;
}
.liveinfo #schedule_area .schedule_category .notes {
  font-size: 12px;
  color: #000;
}
.liveinfo #schedule_area .schedule_category_1 .more-btn a,
.liveinfo #schedule_area .schedule_category_1 .title-label,
.liveinfo #schedule_area .schedule_category_1 th {
  background: #f80f46;
}
.liveinfo #schedule_area .schedule_category_1 .more-btn a {
  border: solid 2px #f80f46;
}
.liveinfo #schedule_area .schedule_category_1 .more-btn a:hover {
  background: #fff;
  color: #f80f46;
}
.liveinfo #schedule_area .schedule_category_2 .more-btn a,
.liveinfo #schedule_area .schedule_category_2 .title-label,
.liveinfo #schedule_area .schedule_category_2 th {
  background: #ff973a;
}
.liveinfo #schedule_area .schedule_category_2 .more-btn a {
  border: solid 2px #ff973a;
}
.liveinfo #schedule_area .schedule_category_2 .more-btn a:hover {
  background: #fff;
  color: #ff973a;
}
.liveinfo #schedule_area .schedule_category_3 .more-btn a,
.liveinfo #schedule_area .schedule_category_3 .title-label,
.liveinfo #schedule_area .schedule_category_3 th {
  background: #013dd6;
}
.liveinfo #schedule_area .schedule_category_3 .more-btn a {
  border: solid 2px #013dd6;
}
.liveinfo #schedule_area .schedule_category_3 .more-btn a:hover {
  background: #fff;
  color: #013dd6;
}
.liveinfo #schedule_area .schedule_category_4 .more-btn a,
.liveinfo #schedule_area .schedule_category_4 .title-label,
.liveinfo #schedule_area .schedule_category_4 th {
  background: #8b45c0;
}
.liveinfo #schedule_area .schedule_category_4 .more-btn a {
  border: solid 2px #8b45c0;
}
.liveinfo #schedule_area .schedule_category_4 .more-btn a:hover {
  background: #fff;
  color: #8b45c0;
}
.liveinfo #schedule_area .schedule_category_99 .more-btn a,
.liveinfo #schedule_area .schedule_category_99 .title-label,
.liveinfo #schedule_area .schedule_category_99 th {
  background: #53cd61;
}
.liveinfo #schedule_area .schedule_category_99 .more-btn a {
  border: solid 2px #53cd61;
}
.liveinfo #schedule_area .schedule_category_99 .more-btn a:hover {
  background: #fff;
  color: #53cd61;
}
.liveinfo #schedule_area .schedule_category td {
  background: #fff;
  color: #000;
  line-height: 18.5px;
}
.liveinfo .back-btn {
  display: block;
  text-align: center;
  width: 200px;
  line-height: 35px;
  background: #12AFD0;
  color: #fff !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto 50px;
  opacity: 1;
  transition: all 0.5s ease;
}
.liveinfo .back-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.liveinfo #search_form {
  width: 200px;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  margin-bottom: 15px;
  display: table;
  z-index: 10;
}
.liveinfo #search_form .ac_container {
  width: 100% !important;
  position: relative;
}
.liveinfo #search_form .ac_button {
  position: absolute;
  right: 5px;
  top: 5px;
}
.liveinfo #search_form .ac_navi .info {
  margin-bottom: 5px;
  text-align: right;
  font-size: 10px;
}
.liveinfo #search_form .ac_navi p {
  text-align: center;
  padding-bottom: 4px;
  border-bottom: solid 1px #ccc;
  margin: 0;
}
.liveinfo #search_form .ac_navi p a,
.liveinfo #search_form .ac_navi p span {
  padding: 0 4px;
}
.liveinfo #search_form .ac_navi p > a {
  cursor: pointer;
  font-size: 13px;
}
.liveinfo #search_form .ac_navi p > a .current {
  cursor: default;
  color: #12AFD0;
  font-weight: bold;
}
.liveinfo #search_form .ac_navi p > a:hover {
  text-decoration: none;
}
.liveinfo #search_form .ac_navi p > span {
  opacity: .4;
}
.liveinfo #search_form .ac_result_area {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  border: solid 1px #ddd;
  background: #f9f9f9;
  position: absolute;
  top: 30px;
  right: 0;
}
.liveinfo #search_form .ac_result_area .ac_results {
  background: #fff;
}
.liveinfo #search_form .ac_result_area .ac_results li {
  cursor: pointer;
  padding: 5px 10px;
  transition: all ease-in-out 0.3s;
}
.liveinfo #search_form .ac_result_area .ac_results li:hover {
  background: rgba(18, 175, 208, 0.5);
}
.liveinfo #search_form input {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #7799bb;
  display: block !important;
  float: left;
  margin: 0;
  padding: 5px;
  width: 100%;
  height: 30px;
}
.liveinfo #search_form input:focus::placeholder {
  color: transparent;
}

.ScheduleArea-Top {
  width: 100%;
  height: auto;
  border-right: #00618a 21px solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f0f2f2;
  border-right: none;
}
.ScheduleArea-Top .top-schedule-inner {
  overflow: auto;
  height: 120px;
}
.ScheduleArea-Top ul {
  letter-spacing: normal;
}
.ScheduleArea-Top li {
  margin: 0 20px;
  position: relative;
  border-bottom: #a8a8a8 1px dashed;
  padding-top: 1em;
  padding-bottom: 1em;
}
.ScheduleArea-Top li:last-child {
  border-bottom: none;
}
.ScheduleArea-Top li time {
  margin-right: 15px;
  float: left;
}
.ScheduleArea-Top li .category {
  text-align: center;
  display: inline-block;
  background: #12AFD0;
  color: #fff;
  padding: 0 5px;
  width: 80px;
  margin-right: 15px;
  float: left;
}
.ScheduleArea-Top li .category_1 {
  background: #f80f46;
}
.ScheduleArea-Top li .category_2 {
  background: #ff973a;
}
.ScheduleArea-Top li .category_3 {
  background: #013dd6;
}
.ScheduleArea-Top li .category_4 {
  background: #8b45c0;
}
.ScheduleArea-Top li .category_99 {
  background: #53cd61;
}
.ScheduleArea-Top li .eventname {
  margin-top: -1px;
  overflow: hidden;
}
.ScheduleArea-Top img {
  position: absolute;
  top: 0;
  left: 0;
}

/*∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴
    SP
∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴*/
@media only screen and (max-width: 768px) {
  .liveinfo .calendar-wrap,
  .liveinfo .schedule-wrap {
    padding: 0;
  }
  .liveinfo .category ol {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .liveinfo .category__list {
    width: 46%;
    margin: 2%;
  }
  .liveinfo .month-nav {
    float: none;
    padding: 0;
    text-align: center;
  }
  .liveinfo .calendar-wrap table {
    width: 100%;
    table-layout: fixed;
  }
  .liveinfo .calendar-wrap table td {
    padding: 5px 0 5px 5px;
  }
  .liveinfo .calendar-wrap table td > div:first-child {
    margin-bottom: 5px;
  }
  .liveinfo .cell_event_date span {
    font-size: inherit;
    display: inline-block;
    width: 40%;
  }
  .liveinfo #schedule_area .schedule_category {
    padding: 10px;
  }
  .liveinfo #schedule_area table {
    table-layout: fixed;
    width: 100% !important;
  }
  .liveinfo #schedule_area td,
  .liveinfo #schedule_area th {
    height: 30px !important;
  }
  .liveinfo #schedule_area th {
    width: 57px;
  }
  .liveinfo #schedule_area .art-image {
    float: none !important;
    margin-bottom: 20px;
    text-align: center;
    width: 100% !important;
  }
  .liveinfo #schedule_area .art-image img {
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
    width: 100% !important;
    max-width: 300px;
  }
  .liveinfo #schedule_area .more-btn {
    width: 100% !important;
  }

  #search_form {
    margin-bottom: 15px;
    width: 100% !important;
  }

  .ScheduleArea-Top li .eventname {
    width: 100%;
    padding-top: 8px;
  }
}
.grecaptcha-badge {
  z-index: 100000;
}

/* ========================================

- lineapp

======================================== */
.icon-list {
  border-top: 3px solid #ddd;
  padding: 10px 0;
  text-align: right;
  color: #666;
  font-size: 10px;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .icon-list {
    padding: 10px 0 40px;
  }
}

.icon-cre, .icon-of {
  height: 20px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .icon-cre, .icon-of {
    height: 30px !important;
    margin-bottom: 0;
  }
}

.line-table {
  border: 1px solid #CDCDCD;
}
.line-table tr td:first-child {
  border-top: none;
}
.line-table-pick-up {
  border: 3px solid #f05688;
}

.line-table-title img {
  height: 25px;
}

.e-sport {
  font-size: 1.25em;
}
.e-sport img {
  max-width: 100%;
}
@media screen and (max-width: 780px) {
  .e-sport__head {
    text-align: center;
    justify-content: center;
  }
}
.e-sport__head img {
  vertical-align: top;
}
@media screen and (max-width: 780px) {
  .e-sport__head img {
    margin-bottom: 5px;
    height: 24px;
  }
}
.e-sport__head img[src$="we-sport.png"] {
  height: 36px;
}
.e-sport__title {
  padding: 10px 15px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.2em;
  background-color: #0050a0;
}
.e-sport__copy {
  font-size: 1.2em;
}
@media screen and (max-width: 780px) {
  .e-sport__copy {
    font-size: 1rem;
  }
}
.e-sport__section-title {
  margin-bottom: 10px;
  padding: 10px 20px;
  background-color: #eee;
}
@media screen and (max-width: 780px) {
  .e-sport__section-title {
    padding: 10px;
  }
}
@media screen and (max-width: 780px) {
  .e-sport__section-title img[src$="we-sport.png"] {
    height: 32px;
  }
}
.e-sport .paragraph {
  margin-bottom: 32px;
}
.e-sport__youtube {
  margin-bottom: 80px;
}
.e-sport__twitter iframe {
  box-sizing: border-box;
  border: 1px solid #ccc !important;
}
.e-sport .btn_80 {
  display: block;
  max-width: 480px;
  padding: 10px;
  margin: 20px auto;
  color: #fff;
  text-align: center;
  font-size: 1.25em;
  background-color: #0050a0;
  border-radius: 4px;
}
.e-sport .btn--youtube {
  background-color: #f00;
}
.e-sport .btn--frame {
  line-height: 1.5em;
}
.e-sport__members-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #0050a0;
  font-size: 1.5em;
}
@media screen and (max-width: 780px) {
  .e-sport__members-title {
    font-size: 1.25em;
  }
}
.e-sport__members-title img {
  width: 60px;
  margin-right: 10px;
}
.e-sport__member-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.e-sport__member-item {
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
  background: #e6eef6;
}
@media screen and (min-width: 781px) {
  .e-sport__member-item {
    width: 49%;
  }
}
@media screen and (max-width: 780px) {
  .e-sport__member-item {
    width: 100%;
  }
}
@media screen and (min-width: 781px) {
  .e-sport__member-item .row {
    display: flex;
    align-items: flex-start;
  }
}
.e-sport__member-item .row > img {
  max-width: 160px;
  height: auto;
}
@media screen and (max-width: 780px) {
  .e-sport__member-item .row > img {
    display: block;
    width: 200px;
    max-width: 200px;
    margin: 0 auto 10px;
  }
}
@media screen and (min-width: 781px) {
  .e-sport__member-profile {
    flex-grow: 2;
    padding-left: 20px;
    width: 60%;
  }
}
.e-sport__member-profile .small {
  margin-bottom: 10px;
}
.e-sport__member-name {
  padding: 5px 10px;
  margin-bottom: 5px;
  font-size: 1.1em;
  color: #fff;
  background-color: #0050a0;
}
@media screen and (min-width: 781px) {
  .e-sport__member-name {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 780px) {
  .e-sport__member-sns {
    padding-top: 10px;
    text-align: right;
  }
}
.e-sport__member-sns a {
  display: inline-block;
  padding: 5px;
  border-radius: 400px;
  background-color: #fff;
  transition: transform 0.2s ease-out;
}
@media screen and (min-width: 781px) {
  .e-sport__member-sns a {
    line-height: 0;
    padding: 3px;
  }
}
.e-sport__member-sns a:hover {
  transform: scale(1.2);
}
.e-sport__member-sns .fa-twitter {
  color: #0050a0;
  font-size: 18px;
}
@media screen and (min-width: 781px) {
  .e-sport__member-sns .fa-twitter {
    font-size: 16px;
  }
}
