@charset "UTF-8";
@keyframes show_loading {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ie11 #select_date .block_select .wrap_selector .select {
  width: 100%;
  overflow: hidden;
}
.ie11 #select_date .block_select .wrap_selector .select select {
  width: 108%;
  padding-left: 1em;
}

#select_date {
  position: absolute;
  padding-bottom: 24px;
  z-index: 10;
  left: 0px;
  width: 100%;
  top: 206px;
  padding-top: 10px;
}
#select_date .section_inner {
  width: 93.75%;
  margin: auto;
  max-width: 1300px;
}
#select_date .txt_select p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #7f7f7f;
  letter-spacing: 0.05em;
}
#select_date .block_select {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  margin-bottom: 14px;
  position: relative;
}
#select_date .block_select .wrap_selector {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  background: #fff;
  width: 230px;
  height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #000;
  box-sizing: border-box;
  margin-right: 10px;
}
#select_date .block_select .wrap_selector .select {
  width: 176px;
  position: relative;
}
#select_date .block_select .wrap_selector .select:before {
  content: "";
  width: 17px;
  height: 8px;
  display: block;
  position: absolute;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxNCA3IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNCA3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzA0MDAwMDt9PC9zdHlsZT48cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjkuOCwwIDcsMi44IDQuMiwwIDAsMCA0LjksNC45IDcsNyA5LjEsNC45IDE0LDAgIi8+PC9zdmc+");
  background-size: cover;
  background-repeat: no-repeat;
  right: 6px;
  top: 50%;
  margin-top: -4px;
  pointer-events: none;
}
#select_date .block_select .wrap_selector select {
  width: 100%;
  height: 26px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-indent: 0.5em;
}
#select_date .block_select .wrap_selector p {
  width: 50px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 26px;
  font-weight: 600;
  background: #000;
}
#select_date .block_select a.btn_today {
  width: 60px;
  height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #000;
  text-align: center;
  box-sizing: border-box;
  display: block;
}
#select_date .block_select a.btn_today span {
  line-height: 26px;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
}
#select_date .block_select a.btn_today.disable {
  opacity: 0.5;
  cursor: default;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.fix_select #select_date {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 82px;
  left: 0px;
  background: #fff;
  padding: 10px 0px 10px 0;
}
.fix_select #select_date .section_inner {
  box-sizing: border-box;
}
.fix_select #select_date .block_select {
  margin-bottom: 0px;
}
.fix_select #select_date .txt_select {
  display: none;
}

.disable #channels {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

#thisweek {
  padding-top: 110px;
}

#channels {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding-bottom: 60px;
  -webkit-transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
  transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
}
#channels .time {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #000;
  position: relative;
}
#channels .time p {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
}
#channels .time span.s {
  margin-right: 2px;
}
#channels .time span.s:after {
  content: "";
  width: 12px;
  height: 1px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  position: relative;
  top: -1px;
}
#channels .content {
  position: relative;
}
#channels .content .channel_content_inner {
  width: 93.75%;
  max-width: 580px;
  margin: auto;
  padding-top: 20px;
}
#channels .sns {
  margin-bottom: 30px;
}
#channels .sns ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#channels .sns ul li {
  position: relative;
  display: block;
  margin-right: 18px;
}
#channels .sns ul li:last-child {
  margin-right: 0px;
}
#channels .sns ul li a, #channels .sns ul li svg {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
#channels .sns ul li.sns_fb {
  width: 21px;
  height: 21px;
}
#channels .sns ul li.sns_insta {
  width: 19px;
  height: 20px;
}
#channels .sns ul li.sns_tw {
  width: 21px;
  height: 18px;
}
#channels .sns ul li.hash a {
  position: static;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  border-bottom: 2px solid #000;
  padding-bottom: 8px;
}
@-webkit-keyframes grow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
@-moz-keyframes grow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
@keyframes grow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
#channels p.onair {
  width: 100%;
  text-align: center;
  padding: 4px 0;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  position: relative;
  margin-bottom: 20px;
}
#channels p.onair:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #00a7e9;
  ;-webkit-animation: grow 2s ease-in-out 0s infinite;
  -moz-animation: grow 2s ease-in-out 0s infinite;
  animation: grow 2s ease-in-out 0s infinite;
}
#channels p.onair span {
  position: relative;
}
#channels a.btn_live,
#channels p.onair {
  display: none;
}
#channels a.btn_live {
  width: 100%;
  max-width: 300px;
}
#channels a.btn_live span {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 0px;
}
#channels .current_onair {
  position: relative;
}
#channels .current_onair .channel_col2 {
  padding-bottom: 0px;
}
#channels .current_onair .col_r {
  padding-bottom: 30px;
}
#channels .current_onair .channel_content + .channel_content_child {
  margin-top: 30px;
}
#channels .current_onair a.btn_live,
#channels .current_onair p.onair {
  display: block;
}
#channels .ttl_channel {
  margin-bottom: 30px;
}
#channels .ttl_channel h3 {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
  border-bottom: 2px solid #000;
  display: inline-block;
  padding-bottom: 2px;
  margin-bottom: 10px;
}
#channels .ttl_channel .date {
  margin-bottom: 14px;
}
#channels .ttl_channel .date p {
  color: #7f7f7f;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
}
#channels .ttl_channel .navigator {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  margin-bottom: 12px;
}
#channels .ttl_channel .navigator:before {
  content: "";
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxNCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTQgMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojMDQwMDAwO308L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03LDEzTDcsMTNjMS43LDAsMy0xLjMsMy0zVjNjMC0xLjYtMS4zLTMtMy0zQzUuMywwLDQsMS4zLDQsM3Y3QzQsMTEuNyw1LjMsMTMsNywxMyBNNiwzYzAtMC41LDAuNC0xLDEtMWMwLjUsMCwxLDAuNCwxLDF2N2MwLDAuNS0wLjQsMS0xLDFoMGMtMC41LDAtMS0wLjQtMS0xVjN6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE0LDEwaC0yYzAsMi44LTIuMiw1LTUsNWMtMi44LDAtNS0yLjItNS01SDBjMCwzLjUsMi42LDYuNCw2LDYuOVYyMGgydi0zLjFDMTEuNCwxNi40LDE0LDEzLjUsMTQsMTAiLz48L3N2Zz4=");
  background-size: cover;
  background-repeat: no-repeat;
  width: 11px;
  height: 15px;
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 4px;
}
#channels .ttl_channel .navigator li {
  font-size: 14px;
  font-size: 1.4rem;
}
#channels .ttl_channel .navigator li:after {
  content: "、";
}
#channels .ttl_channel .navigator li:last-child:after {
  display: none;
}
#channels .ttl_channel dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  align-items: flex-start;
}
#channels .ttl_channel dl dt {
  width: 48px;
  padding: 0 8px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  background: #000;
  height: 18px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 18px;
  font-size: 13px;
  font-size: 1.3rem;
}
#channels .ttl_channel dl dd {
  width: calc(100% - 48px);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
  top: -2px;
  letter-spacing: 0.05em;
  margin-left: 6px;
}
#channels .channel_col2 {
  padding-bottom: 40px;
}
#channels .col_l .img {
  width: 100%;
  height: 0px;
  padding-bottom: 62.6%;
  position: relative;
  margin-bottom: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
#channels .col_l .img figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#channels .col_l a.btn_channel_hp {
  width: 100%;
  max-width: 300px;
  height: 36px;
  line-height: 32px;
  box-sizing: border-box;
  border: 2px solid #000;
  text-align: center;
  display: block;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  margin-bottom: 15px;
  background: #fff;
}
#channels .col_l a.btn_channel_hp p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
}
#channels .col_l a.btn_channel_hp p span {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}
#channels .col_l .time_free {
  margin-bottom: 18px;
}
#channels .col_l .time_free h4 {
  color: #e73c64;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
#channels .col_l .time_free ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#channels .col_l .time_free ul li {
  width: calc(50% - 6px);
  height: 36px;
  background: #e73c64;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  margin-bottom: 12px;
}
#channels .col_l .time_free ul li a {
  display: block;
  position: relative;
  text-align: center;
  height: 36px;
}
#channels .col_l .time_free ul li a:before {
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  left: 8px;
  top: 7px;
  content: "";
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yMiwxNi4zdi0zaC02djIyaDZ2LTguMWMwLjUtNC42LDQuMi04LjIsOS04LjJsMC01LjhDMjcuNiwxMy4zLDI0LjUsMTQuNCwyMiwxNi4zIi8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTM1LjMsMjBsLTAuMi0wLjNMMzMsMjEuMmwwLjIsMC4zYzEuNCwyLDIuMiw0LjMsMi4yLDYuN2MwLDIuNC0wLjgsNC43LTIuMiw2LjdMMzMsMzUuMmwyLjEsMS41bDAuMi0wLjNjMS43LTIuNCwyLjctNS4yLDIuNy04LjJDMzgsMjUuMiwzNy4xLDIyLjQsMzUuMywyMCIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zMi4zLDIyLjJMMzIsMjEuOUwzMCwyMy40bDAuMiwwLjNjMC45LDEuMywxLjQsMi44LDEuNCw0LjVjMCwxLjYtMC41LDMuMS0xLjQsNC40TDMwLDMzbDIuMSwxLjVsMC4yLTAuM2MxLjMtMS43LDEuOS0zLjgsMS45LTZDMzQuMiwyNiwzMy41LDI0LDMyLjMsMjIuMiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yOS4yLDI0LjVMMjksMjQuMWwtMi4xLDEuNWwwLjIsMC4zYzAuNSwwLjYsMC43LDEuNCwwLjcsMi4yYzAsMC44LTAuMiwxLjYtMC43LDIuMmwtMC4yLDAuM2wyLjEsMS41bDAuMi0wLjNjMC44LTEuMSwxLjItMi40LDEuMi0zLjdTMzAsMjUuNiwyOS4yLDI0LjUiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjUsM2MxMi4xLDAsMjIsOS45LDIyLDIyYzAsMTIuMS05LjksMjItMjIsMjJDMTIuOSw0NywzLDM3LjEsMywyNUMzLDEyLjksMTIuOSwzLDI1LDMgTTI1LDBDMTEuMiwwLDAsMTEuMiwwLDI1YzAsMTMuOCwxMS4yLDI1LDI1LDI1YzEzLjgsMCwyNS0xMS4yLDI1LTI1QzUwLDExLjIsMzguOCwwLDI1LDAiLz48L3N2Zz4=");
  background-size: cover;
  background-repeat: no-repeat;
}
#channels .col_l .time_free ul li a dl {
  padding-top: 3px;
}
#channels .col_l .time_free ul li a dl dt, #channels .col_l .time_free ul li a dl dd {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#channels .col_l .time_free ul li a dl dt {
  opacity: 0.6;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 3px;
}
#channels .col_l .time_free ul li a dl dd {
  font-size: 13px;
  font-size: 1.3rem;
}
#channels .col_l .time_free ul li:nth-child(2n) {
  margin-left: 12px;
}
#channels .col_l a.btn_message span {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 1.4rem;
}
#channels .col_l a.btn_message span:before {
  content: "";
  display: inline-block;
}
#channels .col_r {
  padding-bottom: 60px;
  margin-top: 36px;
}
#channels .col_r h4 {
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 12px;
}
#channels .col_r p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9;
  margin-bottom: 1.5em;
  white-space: pre-line;
}
#channels .col_r p:nth-last-of-type(1) {
  margin-bottom: 0px;
}
#channels .channel_content_child .channel_content_inner {
  background: #f5f5f5;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 20px 3.685% 0 3.685%;
  margin-bottom: 30px;
}
#channels .channel_content_child .child_header {
  width: 100%;
  position: relative;
}
#channels .channel_content_child p.child_time {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 20px;
}
#channels .channel_content_child span.s {
  margin-right: 0.2em;
}
#channels .channel_content_child span.s:after {
  content: "-";
  margin-left: 0.2em;
}
#channels .channel_content_child .channel_col2 {
  padding-bottom: 24px;
}
#channels .channel_content_child .col_l {
  margin-bottom: 40px;
}
#channels .channel_content_child .col_r {
  padding-bottom: 0px;
}

@media all and (min-width: 375px) {
  #select_date .block_select .wrap_selector {
    width: 230px;
    height: 30px;
  }
  #select_date .block_select .wrap_selector .select {
    width: 180px;
    position: relative;
  }
  #select_date .block_select .wrap_selector p {
    width: 50px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
  }
}
/* Small Devices, Tablets */
/* PC */
@media all and (min-width: 1100px) {
  #thisweek {
    padding-top: 158px;
  }
  #select_date {
    top: 412px;
    padding-top: 30px;
  }
  #select_date .txt_select p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
  }
  #select_date .txt_select p br {
    display: none;
  }
  #select_date .block_select {
    width: 548px;
    margin-bottom: 24px;
  }
  #select_date .block_select .wrap_selector {
    width: 408px;
    height: 54px;
    margin-right: 8px;
  }
  #select_date .block_select .wrap_selector .select {
    width: 308px;
  }
  #select_date .block_select .wrap_selector .select:before {
    width: 21px;
    height: 11px;
    right: 8px;
    margin-top: -5.5px;
  }
  #select_date .block_select .wrap_selector select {
    width: 100%;
    height: 50px;
    font-size: 20px;
    font-size: 2rem;
    text-indent: 0.5em;
  }
  #select_date .block_select .wrap_selector select option {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #select_date .block_select .wrap_selector p {
    width: 100px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 50px;
  }
  #select_date .block_select a.btn_today {
    width: 118px;
    height: 54px;
  }
  #select_date .block_select a.btn_today span {
    line-height: 50px;
    font-size: 20px;
    font-size: 2rem;
  }
  .fix_select #select_date {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 82px;
    left: 0px;
    background: #fff;
    padding: 30px 0px 30px 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0 2px 6px #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .fix_select #select_date .section_inner {
    padding-left: 0px;
    width: 93.75%;
    max-width: 1300px;
  }
  .fix_select #select_date .block_select {
    margin-bottom: 0px;
  }
  .fix_select #select_date .txt_select {
    display: none;
  }
  #channels {
    width: 93.75%;
    padding-bottom: 170px;
  }
  #channels .row {
    position: relative;
    padding-bottom: 58px;
    margin-bottom: 20px;
  }
  #channels .row:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
  #channels .row.current_onair {
    border-bottom: none;
  }
  #channels .row.current_onair:before, #channels .row.current_onair:after {
    display: none;
  }
  #channels .row.current_onair .time {
    border-bottom: none;
  }
  #channels .row.current_onair .col_r {
    padding-bottom: 60px;
  }
  #channels .row.current_onair .channel_content + .channel_content_child {
    margin-top: 80px;
  }
  #channels .row.current_onair a.btn_live,
  #channels .row.current_onair p.onair {
    display: block;
  }
  #channels .time {
    width: 100px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 36px;
    text-align: center;
    background: #000;
    padding-top: 68px;
    box-sizing: border-box;
  }
  #channels .time span.s {
    margin-right: 0px;
  }
  #channels .time span.s:after {
    display: block;
    width: 2px;
    height: 16px;
    margin: auto;
    position: relative;
    top: 0px;
    margin-top: 3px;
    margin-bottom: 1px;
  }
  #channels .time span {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #channels .content {
    width: calc(100% - 120px);
    margin: 0 0 0 120px;
    box-sizing: border-box;
    padding-left: 40px;
    border-top: 2px solid #000;
    padding-top: 30px;
    position: relative;
  }
  #channels .content .channel_content_inner {
    width: 100%;
    max-width: 100%;
    padding-top: 0px;
    position: relative;
  }
  #channels .sns {
    margin-bottom: 22px;
  }
  #channels .sns ul {
    padding-right: 20px;
    box-sizing: border-box;
  }
  #channels .sns ul li {
    margin-right: 24px;
  }
  #channels .sns ul li:last-child {
    margin-right: 0px;
  }
  #channels .sns ul li.sns_fb {
    width: 26px;
    height: 26px;
  }
  #channels .sns ul li.sns_insta {
    width: 24px;
    height: 24px;
  }
  #channels .sns ul li.sns_tw {
    width: 26px;
    height: 22px;
  }
  #channels .sns ul li.hash a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #channels .ttl_channel {
    margin-bottom: 38px;
  }
  #channels .ttl_channel h3 {
    font-size: 32px;
    font-size: 3.2rem;
    padding-bottom: 4px;
    margin-bottom: 13px;
  }
  #channels .ttl_channel h3 a {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  #channels .ttl_channel h3 a:hover {
    opacity: 0.6;
  }
  #channels .ttl_channel .date {
    margin-bottom: 20px;
  }
  #channels .ttl_channel .date p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #channels .ttl_channel .navigator {
    margin-bottom: 15px;
  }
  #channels .ttl_channel .navigator:before {
    width: 14px;
    height: 18px;
    top: -2px;
    margin-right: 8px;
  }
  #channels .ttl_channel .navigator li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #channels .ttl_channel dl dt {
    width: 60px;
    padding: 0 12px;
    height: 18px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
  }
  #channels .ttl_channel dl dd {
    width: calc(100% - 70px);
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 10px;
  }
  #channels .channel_col2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    padding-bottom: 0px;
  }
  #channels p.onair {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #channels .col_l {
    width: 340px;
  }
  #channels .col_l .img {
    margin-bottom: 20px;
  }
  #channels .col_l a.btn_channel_hp {
    max-width: 340px;
    height: 46px;
    line-height: 42px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    margin-bottom: 20px;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  #channels .col_l a.btn_channel_hp:hover {
    opacity: 0.6;
  }
  #channels .col_l a.btn_channel_hp p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #channels .col_l a.btn_live {
    max-width: 340px;
  }
  #channels .col_l .time_free {
    margin-bottom: 0px;
  }
  #channels .col_l .time_free h4 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 14px;
  }
  #channels .col_l .time_free ul li {
    width: calc(50% - 6px);
    height: 46px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    margin-bottom: 12px;
  }
  #channels .col_l .time_free ul li a {
    display: block;
    position: relative;
    text-align: center;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  #channels .col_l .time_free ul li a:hover {
    opacity: 0.6;
  }
  #channels .col_l .time_free ul li a:before {
    width: 28px;
    height: 28px;
    left: 11px;
    top: 10px;
  }
  #channels .col_l .time_free ul li a dl {
    padding-top: 6px;
    padding-left: 1.5em;
  }
  #channels .col_l .time_free ul li a dl dt {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 4px;
  }
  #channels .col_l .time_free ul li a dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #channels .col_l .time_free ul li:nth-child(2n) {
    margin-left: 12px;
  }
  #channels .col_l .time_free + a.btn_message {
    margin-top: 27px;
  }
  #channels .col_l a.btn_message {
    margin-top: 40px;
    display: block;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  #channels .col_l a.btn_message:hover {
    opacity: 0.6;
  }
  #channels .col_l a.btn_message span {
    font-size: 15px;
    font-size: 1.5rem;
  }
  #channels .col_l a.btn_message span:before {
    width: 22px;
    height: 14px;
    position: relative;
    top: 1px;
  }
  #channels .col_r {
    width: calc(100% - 340px);
    padding-left: 40px;
    box-sizing: border-box;
    padding-bottom: 60px;
    margin-top: 0px;
    padding-right: 40px;
  }
  #channels .col_r h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7;
    margin-bottom: 30px;
  }
  #channels .col_r p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #channels .channel_content + .channel_content_child {
    margin-top: 80px;
  }
  #channels .channel_content_child {
    width: calc(100% - 160px);
    background: #f5f5f5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-left: 160px;
    border-top: none;
    padding-top: 25px;
    margin-bottom: 40px;
  }
  #channels .channel_content_child .channel_content_inner {
    width: 100%;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0px;
    margin-bottom: 0px;
  }
  #channels .channel_content_child .child_header {
    min-height: 26px;
    margin-bottom: 22px;
  }
  #channels .channel_content_child:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
  #channels .channel_content_child p.child_time {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0px;
  }
  #channels .channel_content_child .col_l {
    margin-bottom: 0px;
  }
}
.ie11 #songlist #search_songs .wrap_search ul li .select .select_cover {
  width: calc(100% - 40px);
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ie11 #songlist #search_songs .wrap_search ul li .select select {
  width: 118%;
  padding-left: 1em;
}
.ie11 #songlist #search_songs .wrap_search ul li .select p {
  line-height: 1;
}

#songlist {
  padding-bottom: 80px;
}
#songlist .pc {
  display: none;
}
#songlist .wrap_nav {
  width: 93.75%;
  margin: auto;
  max-width: 1300px;
  margin-bottom: 40px;
}
#songlist .wrap_nav .nav_date {
  margin-top: 0px;
}
#songlist #search_songs {
  width: 93.75%;
  margin: auto;
  max-width: 800px;
  margin-bottom: 40px;
}
#songlist #search_songs a.ttl_search_song {
  background: #000;
  display: block;
  width: 100%;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 2px;
}
#songlist #search_songs a.ttl_search_song .inner {
  padding: 15px 0 16px 16px;
}
#songlist #search_songs a.ttl_search_song h3 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 8px;
}
#songlist #search_songs a.ttl_search_song .lead {
  color: #aaa;
  letter-spacing: 0.05em;
  font-size: 13px;
  font-size: 1.3rem;
}
#songlist #search_songs a.ttl_search_song .icon {
  width: 17px;
  height: 17px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
}
#songlist #search_songs a.ttl_search_song .icon span {
  background: #fff;
  display: block;
}
#songlist #search_songs a.ttl_search_song .icon span:nth-of-type(1) {
  width: 100%;
  height: 3px;
  position: absolute;
  top: 7px;
  -webkit-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
#songlist #search_songs a.ttl_search_song .icon span:nth-of-type(2) {
  width: 3px;
  height: 100%;
  position: absolute;
  left: 7px;
  -webkit-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
#songlist #search_songs.active a.ttl_search_song .icon span:nth-of-type(1) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#songlist #search_songs.active a.ttl_search_song .icon span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#songlist #search_songs .search_song_content {
  background: #000;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  display: none;
}
#songlist #search_songs .search_song_content .content_inner {
  padding: 20px 14px 20px 14px;
}
#songlist #search_songs .wrap_search {
  margin-bottom: 33px;
}
#songlist #search_songs .wrap_search ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#songlist #search_songs .wrap_search ul li {
  width: 50%;
  margin-bottom: 20px;
}
#songlist #search_songs .wrap_search ul li .select {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  align-items: center;
  position: relative;
}
#songlist #search_songs .wrap_search ul li .select:before {
  content: "";
  width: 14px;
  height: 8px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 50px;
  pointer-events: none;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxNCA4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNCA4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO308L3N0eWxlPjxwYXRoIGlkPSJ0cmlnZ2VyIiBjbGFzcz0ic3QwIiBkPSJNOS44LDBMNywzLjFMNC4yLDBIMGw0LjksNS42TDcsOGwyLjEtMi40TDE0LDBIOS44TDkuOCwweiIvPjwvc3ZnPg==");
  background-size: cover;
  background-repeat: no-repeat;
}
#songlist #search_songs .wrap_search ul li .select .select_cover {
  width: calc(100% - 40px);
  position: relative;
}
#songlist #search_songs .wrap_search ul li .select select {
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-indent: 1em;
  font-weight: 600;
}
#songlist #search_songs .wrap_search ul li .select p {
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 40px;
  font-size: 18px;
  font-size: 1.8rem;
}
#songlist #search_songs .wrap_search ul li:nth-child(1) {
  width: 100%;
}
#songlist #search_songs .wrap_search ul li:nth-child(1) .wrap_select {
  width: 50%;
}
#songlist #search_songs .wrap_search .btn_search {
  position: relative;
  margin-top: 10px;
}
#songlist #search_songs .wrap_search .btn_search:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  left: 16px;
  top: 50%;
  margin-top: -10px;
  pointer-events: none;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTYuOCwzLjdDNi41LDMuOCw2LjEsNCw1LjgsNC4yQzUuNSw0LjQsNS4yLDQuNyw0LjksNC45bDAsMEM0LjcsNS4yLDQuNCw1LjUsNC4yLDUuOGwwLDBDNCw2LjEsMy44LDYuNSwzLjcsNi44Yy0wLjEsMC4yLDAsMC41LDAuMiwwLjdjMC4yLDAuMSwwLjUsMCwwLjctMC4yYzAsMCwwLDAsMC0wLjFDNC43LDYuOSw0LjksNi42LDUsNi40bDAsMGMwLjItMC4zLDAuNC0wLjUsMC42LTAuN2MwLjItMC4yLDAuNS0wLjQsMC43LTAuNmMwLjMtMC4yLDAuNS0wLjMsMC44LTAuNUM3LjUsNC41LDcuNiw0LjIsNy41LDRDNy40LDMuNyw3LjEsMy42LDYuOCwzLjdDNi44LDMuNyw2LjgsMy43LDYuOCwzLjdMNi44LDMuN0w2LjgsMy43eiBNMTkuNywxOC42TDE5LjcsMTguNkwxNi4xLDE1YzEuNC0xLjYsMi4xLTMuNywyLjEtNS44YzAtMS4yLTAuMi0yLjQtMC43LTMuNGwwLDBjLTAuNS0xLjEtMS4xLTIuMS0xLjktMi45bDAsMGMtMC44LTAuOC0xLjktMS41LTMtMmwwLDBsMCwwQzcuOS0xLjIsMi42LDEsMC43LDUuNmMwLDAsMCwwLDAsMGMtMC45LDIuMi0wLjksNC43LDAsNi45bDAsMGMwLjUsMS4xLDEuMSwyLjEsMiwzbDAsMGMwLjgsMC44LDEuOSwxLjUsMywybDAsMGMzLjEsMS4zLDYuNywwLjgsOS4zLTEuNGwzLjYsMy42YzAuMywwLjMsMC45LDAuMywxLjIsMEMyMC4xLDE5LjQsMjAuMSwxOC45LDE5LjcsMTguNkwxOS43LDE4LjZMMTkuNywxOC42eiBNMTQuNCwxNC40TDE0LjQsMTQuNEwxNC40LDE0LjRMMTQuNCwxNC40Yy0xLjQsMS40LTMuMywyLjItNS4zLDIuMmMtMSwwLTEuOS0wLjItMi44LTAuNmwwLDBjLTAuOS0wLjQtMS43LTAuOS0yLjQtMS42aDBoMGMtMC43LTAuNy0xLjItMS41LTEuNi0yLjRsMCwwQzAuNyw4LjEsMi41LDMuOCw2LjMsMi4yYzAuOS0wLjQsMS44LTAuNSwyLjgtMC41YzIsMCwzLjksMC44LDUuMywyLjJsMCwwYzAuNywwLjcsMS4yLDEuNSwxLjYsMi40bDAsMEMxNy4xLDkuMSwxNi41LDEyLjMsMTQuNCwxNC40TDE0LjQsMTQuNEwxNC40LDE0LjR6IE0xNC41LDguNkwxNC41LDguNmMtMC4zLDAtMC41LDAuMi0wLjUsMC41YzAsMC42LTAuMSwxLjMtMC40LDEuOWwwLDBjLTAuOCwxLjgtMi41LDMtNC41LDNjLTAuMywwLTAuNSwwLjItMC41LDAuNWMwLDAuMywwLjIsMC41LDAuNSwwLjVjMC44LDAsMS41LTAuMiwyLjMtMC41YzAuNy0wLjMsMS40LTAuNywxLjktMS4zYzAuNS0wLjUsMS0xLjIsMS4zLTEuOWwwLDBjMC4zLTAuNywwLjUtMS41LDAuNS0yLjNDMTUsOC44LDE0LjgsOC42LDE0LjUsOC42TDE0LjUsOC42TDE0LjUsOC42eiIvPjwvc3ZnPg==");
  background-size: cover;
  background-repeat: no-repeat;
}
#songlist #search_songs .wrap_search .btn_search input[type=submit] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
}
#songlist #search_songs select {
  height: 40px;
  width: 100%;
  background: #fff;
}
#songlist #search_songs .note {
  margin-bottom: 30px;
}
#songlist #search_songs .note p {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
#songlist #search_songs .note p br {
  display: none;
}
#songlist #search_songs .note p span {
  display: inline-block;
  width: 80px;
  height: 18px;
  background: url(../images/songlist/icon_search.png) center no-repeat;
  background-size: cover;
  position: relative;
  top: 4px;
  margin: 0 4px;
}
#songlist #search_songs a.btn_about_search {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #fff;
  padding-bottom: 4px;
}
#songlist #search_songs a.btn_about_search.active:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#songlist #search_songs .about_search {
  margin-top: 20px;
}
#songlist #search_songs .about_search .about_search_content {
  overflow: hidden;
}
#songlist #search_songs .about_search p {
  color: #aaaaaa;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
#songlist .adsense {
  margin-bottom: 40px;
}
#songlist .ttl_icon h3 span {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}
#songlist .ttl_icon h3 span:before {
  content: "";
  display: inline-block;
  position: relative;
}
#songlist #block_playlist .song:nth-last-of-type(1) .song_wrap {
  border-bottom: 2px solid #000;
}
#songlist #block_playlist .song .song_wrap {
  border-top: 2px solid #000;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
#songlist #block_playlist .list_songs {
  margin-bottom: 50px;
}
#songlist .song {
  width: 100%;
  /*
  .block_buy{ width: 110px; position: relative; margin-top: -10px;
  	.buy_inner{ display: none;}
  	.buy_content{ padding-top: 10px; position: relative;
  		&:before{ position: absolute; top: -0px; left: 40px; content: ""; width: 0;height: 0; border-style: solid; border-width: 0 10px 10px 10px; border-color: transparent transparent #000000 transparent;}
  	}
  	.buy_content_inner{ background: #000; padding: 10px 0;}
  	ul{ @include flex(); width: 110px; margin: auto;
  		li{ width: 100%;
  			a{ display: block; border: 1px solid #000; box-sizing: border-box; background: #fff; height: 36px; line-height: 36px; @include border-radius(18px); overflow: hidden;}
  			&.btn_subscription{ 
  				a{
  					span{ text-indent: -10000px; display: block; width: 71px; height: 12px; position: relative; margin: auto; top: 12px; background: url(../images/common/txt_cd.png) top left no-repeat; background-size: 100% auto;}
  				}
  			}
  			&.btn_amazon{
  				&.disable{ display: none;}
  				a{
  					span{ text-indent: -10000px; display: block; width: 86px; height: 20px; margin: auto; position: relative; top: 8px; background-image: url(../images/common/logo_amazon.svg); background-size: cover; background-repeat: no-repeat; }
  				}
  			}
  		}
  	}
  }
  */
}
#songlist .song .song_wrap {
  box-sizing: border-box;
  border: 2px solid #000;
}
#songlist .song .song_inner {
  padding: 20px 10px;
}
#songlist .song .col_l {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  padding: 0 10px;
}
#songlist .song .col_l .img {
  width: 80px;
  height: 80px;
  position: relative;
}
#songlist .song .col_l .img figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#songlist .song .col_l .song_info {
  width: calc(100% - 95px);
  margin-left: 15px;
}
#songlist .song .col_l .song_info p.time {
  color: #aaaaaa;
  letter-spacing: 0.1em;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 13px;
  font-size: 1.3rem;
}
#songlist .song .col_l .song_info p.time span:nth-of-type(2) {
  margin-left: 1.5em;
}
#songlist .song .col_l .song_info h4 {
  font-family: "Lato", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "Custom Yu Gothic", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  display: block;
  margin-bottom: 6px;
}
#songlist .song .col_l .song_info p.txt_artist {
  overflow: hidden;
}
#songlist .song .col_l .song_info p.txt_artist span {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #aaaaaa;
  line-height: 1.4;
}
#songlist .song .col_l .song_info p.txt_artist span:before {
  content: "";
  width: 14px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 4px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxNCAxOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTQgMTg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojQUFBQUFBO308L3N0eWxlPjxwYXRoIGlkPSJpY29uIiBjbGFzcz0ic3QwIiBkPSJNOS40LDguMkw4LjgsOGwwLjUtMC40YzEuOC0xLjQsMi4yLTMuOSwxLTUuOGwwLDBjLTAuMS0wLjEtMC4yLTAuMi0wLjMtMC40YzAsMCwwLDAsMCwwQzkuOSwxLjMsOS44LDEuMiw5LjYsMS4xYzAsMCwwLDAsMCwwQzkuNCwwLjgsOS4xLDAuNiw4LjksMC41YzAsMCwwLDAsMCwwQzguNywwLjQsOC42LDAuNCw4LjUsMC4zYzAsMC0wLjEsMC0wLjEsMGMtMC4xLDAtMC4yLTAuMS0wLjMtMC4xYzAsMC0wLjEsMC0wLjEsMGMtMC4xLDAtMC4yLDAtMC4zLTAuMWMwLDAtMC4xLDAtMC4xLDBDNy4zLDAsNy4yLDAsNywwQzYuOSwwLDYuOCwwLDYuNiwwTDYuNSwwYy0wLjEsMC0wLjIsMC0wLjMsMGMwLDAtMC4xLDAtMC4xLDBDNS45LDAuMSw1LjcsMC4yLDUuNSwwLjNjMCwwLTAuMSwwLTAuMSwwYy0wLjEsMC0wLjIsMC4xLTAuMiwwLjFjMCwwLTAuMSwwLTAuMSwwQzUsMC42LDQuOSwwLjcsNC44LDAuN2MwLDAsMCwwLDAsMEM0LjcsMC44LDQuNiwwLjksNC41LDAuOWMwLDAtMC4xLDAtMC4xLDAuMUw0LjIsMS4yYzAsMC0wLjEsMC4xLTAuMSwwLjFDNC4xLDEuMyw0LDEuNCwzLjksMS41YzAsMCwwLDAsMCwwQzMuOCwxLjYsMy44LDEuNywzLjcsMS44YzAsMCwwLDAuMS0wLjEsMC4xQzMuNiwyLDMuNiwyLDMuNSwyLjFjMCwwLDAsMC4xLTAuMSwwLjFDMy40LDIuMywzLjQsMi40LDMuMywyLjVsMCwwYy0wLjQsMS0wLjQsMi0wLjEsM0MzLjUsNi4zLDQsNyw0LjcsNy42TDUuMiw4TDQuNiw4LjJDMS44LDkuMywwLDEyLDAsMTVjMCwwLjQsMC4yLDAuNywwLjUsMWMwLjMsMC4zLDAuNiwwLjUsMC45LDAuN2MwLjIsMC4xLDAuNCwwLjIsMC42LDAuM2MxLjYsMC43LDMuMywxLDUuMSwxYzMsMCw1LjUtMC45LDYuNS0yYzAuMy0wLjIsMC40LTAuNiwwLjUtMC45QzE0LDEyLDEyLjIsOS4zLDkuNCw4LjJ6Ii8+PC9zdmc+");
  background-size: cover;
  background-repeat: no-repeat;
}
#songlist .song .col_r {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
#songlist .song .col_r p {
  width: 80px;
  text-align: center;
}
#songlist .song .col_r p a {
  display: inline-block;
}
#songlist .song .col_r p a span {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 13px;
  font-size: 1.3rem;
}
#songlist .song .col_r p a span:before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 8px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyMiAyMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjIgMjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTIxLjUsMy4xYy0wLjQtMC42LTEuMS0wLjktMS44LTAuOUg1LjJMNSwxLjZDNC43LDAuNiwzLjgsMCwyLjksMEgwdjIuMmgyLjlsMi43LDguOWwtMC43LDIuN2MtMC4yLDAuNywwLDEuNCwwLjQsMS45YzAuNCwwLjUsMS4xLDAuOCwxLjgsMC44aDEzLjF2LTIuMkg3bDAuNi0yLjJoMTAuNmMxLDAsMS45LTAuNiwyLjItMS42bDEuNi01LjVDMjIuMSw0LjQsMjIsMy43LDIxLjUsMy4xeiBNMTguMiw5LjlINy41TDUuOSw0LjVoMTMuOUwxOC4yLDkuOXogTTYuNywxNy42Yy0xLjIsMC0yLjIsMS0yLjIsMi4yYzAsMS4yLDEsMi4yLDIuMiwyLjJjMS4yLDAsMi4yLTEsMi4yLTIuMkM4LjksMTguNiw3LjksMTcuNiw2LjcsMTcuNkM2LjcsMTcuNiw2LjcsMTcuNiw2LjcsMTcuNnogTTE3LjksMTcuNmMtMS4yLDAtMi4yLDEtMi4yLDIuMmMwLDEuMiwxLDIuMiwyLjIsMi4yYzEuMiwwLDIuMi0xLDIuMi0yLjJDMjAuMSwxOC42LDE5LjEsMTcuNiwxNy45LDE3LjZDMTcuOSwxNy42LDE3LjksMTcuNiwxNy45LDE3LjZMMTcuOSwxNy42eiIvPjwvc3ZnPg==");
  background-size: cover;
  background-repeat: no-repeat;
}
#songlist .song .col_r ul.btn_info {
  width: calc(100% - 124px);
  padding-right: 8px;
  margin-right: 6px;
  position: relative;
}
#songlist .song .col_r ul.btn_info:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #000;
}
#songlist .song .col_r ul.btn_info li, #songlist .song .col_r ul.btn_info li a {
  width: 100%;
  height: 36px;
  line-height: 36px;
  display: block;
}
#songlist .song .col_r ul.btn_info li.disable {
  display: none;
}
#songlist .song .col_r ul.btn_info li a {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  position: relative;
  text-align: center;
}
#songlist .song .col_r ul.btn_info li a span {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 13px;
  font-size: 1.3rem;
  text-indent: 1.5em;
  display: inline-block;
}
#songlist .song .col_r ul.btn_info li a:before {
  content: "";
  position: absolute;
  display: block;
}
#songlist .song .col_r ul.btn_info li:nth-child(1) {
  margin-bottom: 10px;
}
#songlist .song .col_r ul.btn_info li:nth-child(1) a {
  background: #000;
}
#songlist .song .col_r ul.btn_info li:nth-child(1) a:before {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgICB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxNy41IDE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNy41IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+IDxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+ICAuc3Qwe2ZpbGw6I0ZGRkZGRjt9IDwvc3R5bGU+IDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01LjQsNy42TDUuNCw3LjZMMiwxMWMtMC40LDAuNC0wLjYsMS0wLjYsMS41QzEuMywxMywxLjYsMTMuNiwyLDE0bDAsMGMwLjQsMC40LDEsMC42LDEuNSwwLjYgIGMwLjYsMCwxLjEtMC4yLDEuNS0wLjZsMy44LTMuOGwwLDBMMTMsNi4xYzAuMi0wLjIsMC4zLTAuNCwwLjMtMC43YzAtMC4yLTAuMS0wLjUtMC4zLTAuN2MtMC4yLTAuMi0wLjQtMC4zLTAuNy0wLjMgIGMtMC4yLDAtMC41LDAuMS0wLjcsMC4zbC01LjksNS45Yy0wLjMsMC4zLTAuNywwLjMtMSwwYy0wLjMtMC4zLTAuMy0wLjcsMC0xbDUuOS01LjljMC41LTAuNCwxLTAuNywxLjYtMC43YzAuNiwwLDEuMiwwLjIsMS42LDAuNyAgYzAuNCwwLjQsMC43LDEsMC43LDEuNlMxNC40LDYuNiwxNCw3bC00LjEsNC4xbDAsMGwwLDBMNiwxNWMtMC43LDAuNy0xLjYsMS0yLjUsMWMtMC45LDAtMS44LTAuMy0yLjQtMWwwLDBoMGMtMC43LTAuNy0xLTEuNi0xLTIuNSAgYzAtMC45LDAuMy0xLjgsMS0yLjVsMy44LTMuOGwwLDBsNC44LTQuOEMxMC42LDAuNCwxMS44LDAsMTIuOSwwYzEuMiwwLDIuMywwLjQsMy4yLDEuM2MwLjksMC45LDEuMywyLjEsMS4zLDMuMiAgYzAsMS4yLTAuNCwyLjMtMS4zLDMuMmwtNi42LDYuNmMtMC4zLDAuMy0wLjcsMC4zLTEsMGMtMC4zLTAuMy0wLjMtMC43LDAtMWw2LjYtNi42YzAuNi0wLjYsMC45LTEuNSwwLjktMi4zYzAtMC44LTAuMy0xLjctMC45LTIuMyAgYy0wLjYtMC42LTEuNS0wLjktMi4zLTAuOWMtMC44LDAtMS43LDAuMy0yLjMsMC45TDUuNCw3LjZ6Ii8+IDwvc3ZnPiA=");
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
  left: 8px;
}
#songlist .song .col_r ul.btn_info li:nth-child(2) a {
  background: #e73c64;
}
#songlist .song .col_r ul.btn_info li:nth-child(2) a:before {
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  left: 8px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgICB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4gPHN0eWxlIHR5cGU9InRleHQvY3NzIj4gIC5zdDB7ZmlsbDojZmZmO30gPC9zdHlsZT4gPHBhdGggY2xhc3M9InN0MCIgZD0iTTIyLDE2LjN2LTNoLTZ2MjJoNnYtOC4xYzAuNS00LjYsNC4yLTguMiw5LTguMmwwLTUuOEMyNy42LDEzLjMsMjQuNSwxNC40LDIyLDE2LjMiLz4gPHBhdGggY2xhc3M9InN0MCIgZD0iTTM1LjMsMjBsLTAuMi0wLjNMMzMsMjEuMmwwLjIsMC4zYzEuNCwyLDIuMiw0LjMsMi4yLDYuN2MwLDIuNC0wLjgsNC43LTIuMiw2LjdMMzMsMzUuMmwyLjEsMS41bDAuMi0wLjMgIGMxLjctMi40LDIuNy01LjIsMi43LTguMkMzOCwyNS4yLDM3LjEsMjIuNCwzNS4zLDIwIi8+IDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zMi4zLDIyLjJMMzIsMjEuOUwzMCwyMy40bDAuMiwwLjNjMC45LDEuMywxLjQsMi44LDEuNCw0LjVjMCwxLjYtMC41LDMuMS0xLjQsNC40TDMwLDMzbDIuMSwxLjVsMC4yLTAuMyAgYzEuMy0xLjcsMS45LTMuOCwxLjktNkMzNC4yLDI2LDMzLjUsMjQsMzIuMywyMi4yIi8+IDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yOS4yLDI0LjVMMjksMjQuMWwtMi4xLDEuNWwwLjIsMC4zYzAuNSwwLjYsMC43LDEuNCwwLjcsMi4yYzAsMC44LTAuMiwxLjYtMC43LDIuMmwtMC4yLDAuM2wyLjEsMS41bDAuMi0wLjMgIGMwLjgtMS4xLDEuMi0yLjQsMS4yLTMuN1MzMCwyNS42LDI5LjIsMjQuNSIvPiA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjUsM2MxMi4xLDAsMjIsOS45LDIyLDIyYzAsMTIuMS05LjksMjItMjIsMjJDMTIuOSw0NywzLDM3LjEsMywyNUMzLDEyLjksMTIuOSwzLDI1LDMgTTI1LDAgIEMxMS4yLDAsMCwxMS4yLDAsMjVjMCwxMy44LDExLjIsMjUsMjUsMjVjMTMuOCwwLDI1LTExLjIsMjUtMjVDNTAsMTEuMiwzOC44LDAsMjUsMCIvPiA8L3N2Zz4g");
  background-size: cover;
  background-repeat: no-repeat;
}
#songlist .song .col_r ul.btn_buy {
  width: 110px;
}
#songlist .song .col_r ul.btn_buy li {
  width: 100%;
  margin-bottom: 10px;
}
#songlist .song .col_r ul.btn_buy li:last-child {
  margin-bottom: 0px;
}
#songlist .song .col_r ul.btn_buy li a {
  display: block;
  border: 2px solid #000;
  box-sizing: border-box;
  background: #fff;
  height: 36px;
  line-height: 36px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
}
#songlist .song .col_r ul.btn_buy li.btn_subscription a span {
  line-height: 34px;
  height: 34px;
  display: block;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
#songlist .song .col_r ul.btn_buy li.btn_amazon.disable {
  display: none;
}
#songlist .song .col_r ul.btn_buy li.btn_amazon a span {
  text-indent: -10000px;
  display: block;
  width: 86px;
  height: 20px;
  margin: auto;
  position: relative;
  top: 8px;
  background-image: url(../images/common/logo_amazon.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
#songlist #block_nowplaying {
  width: 93.75%;
  margin: auto;
  max-width: 800px;
  margin-bottom: 40px;
}
#songlist #block_nowplaying .ttl_icon {
  margin-bottom: 20px;
}
#songlist #block_nowplaying .ttl_icon h3 span:before {
  width: 26px;
  height: 26px;
  top: 3px;
  margin-right: 12px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjggMjg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojRkZGRkZGO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDoyO30uc3Qxe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO308L3N0eWxlPjxjaXJjbGUgaWQ9ImNpcmNsZSIgY2xhc3M9InN0MCIgY3g9IjE0IiBjeT0iMTQiIHI9IjEzIi8+PHBhdGggaWQ9InBsYXkiIGNsYXNzPSJzdDEiIGQ9Ik0xOC44LDEzLjZsLTcuMi01LjVDMTEuMiw3LjksMTEsOCwxMSw4LjR2MTEuMWMwLDAuNCwwLjIsMC42LDAuNSwwLjNsNy4yLTUuNGMwLjItMC4yLDAuMy0wLjUsMC4xLTAuN0MxOC45LDEzLjYsMTguOCwxMy42LDE4LjgsMTMuNnoiLz48L3N2Zz4=");
  background-size: cover;
  background-repeat: no-repeat;
}
#songlist.yesterday .nav_date {
  margin-bottom: 40px;
}
#songlist.search_result .nav_date {
  margin-bottom: 20px;
}
#songlist.search_result .nav_date:nth-last-of-type(1) {
  margin-bottom: 40px;
  margin-top: 0px;
}
#songlist .nav_date {
  width: 100%;
  text-align: right;
  margin-top: 50px;
}
#songlist .nav_date a {
  display: inline-block;
}
#songlist .nav_date a span {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
#songlist .nav_date a span:after {
  content: "";
  width: 40px;
  height: 12px;
  display: inline-block;
  margin-left: 10px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzOSAxMS4xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzOSAxMS4xOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO308L3N0eWxlPjxwYXRoIGlkPSJhcnJvdyIgY2xhc3M9InN0MCIgZD0iTTI3LjksOC4xbC04LjMtNC43VjBDMjMuNCwyLjIsMzUuOCw5LjIsMzksMTEuMUgwVjguMUgyNy45TDI3LjksOC4xeiIvPjwvc3ZnPg==");
  background-size: cover;
  background-repeat: no-repeat;
}
#songlist #block_playlist {
  width: 93.75%;
  margin: auto;
  max-width: 800px;
  margin-bottom: 40px;
}
#songlist #block_playlist .ttl_icon {
  margin-bottom: 26px;
}
#songlist #block_playlist .ttl_icon h3 span:before {
  width: 25px;
  height: 21px;
  margin-right: 10px;
  position: relative;
  top: 2px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyNC45IDIwLjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI0LjkgMjAuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDt9PC9zdHlsZT48cGF0aCBpZD0iaWNvbiIgY2xhc3M9InN0MCIgZD0iTTI0LjMsMy4zYy0wLjItMC4zLTAuNS0wLjYtMC45LTAuOXYwYy0wLjQtMC4yLTAuOC0wLjQtMS4yLTAuNmMtMS42LTAuNi0xLjctMS0xLjctMS4xdjBjMC0wLjQtMC40LTAuOC0wLjgtMC43QzE5LjQsMCwxOSwwLjQsMTksMC44djBsLTAuMSwxMy44Yy0xLjctMS4xLTMuOS0xLjEtNS42LDAuMWMtMS40LDEtMS43LDIuOS0wLjcsNC4zYzAuMiwwLjMsMC40LDAuNSwwLjcsMC43YzEuNywxLjMsNC4xLDEuMyw1LjgsMC4xYzAuOC0wLjYsMS4zLTEuNSwxLjMtMi41djBsMC4xLTE0LjVjMC40LDAuMiwwLjgsMC40LDEuMiwwLjZjMC4zLDAuMSwwLjYsMC4yLDAuOCwwLjRsMCwwYzAuMiwwLjEsMC4zLDAuMywwLjUsMC41YzAuMywwLjYsMC40LDEuMywwLjEsMS45Yy0wLjIsMS0wLjcsMi0xLjQsMi44Yy0wLjMsMC4zLTAuMywwLjgsMCwxLjFjMCwwLDAsMCwwLDBjMC4zLDAuMywwLjgsMC4zLDEuMS0wLjFjMC44LTEsMS40LTIuMSwxLjctMy4zQzI1LjEsNS41LDI1LDQuMywyNC4zLDMuM3ogTTQuOCwzLjdoMTAuNEMxNS42LDMuNywxNiwzLjQsMTYsM2MwLTAuNC0wLjMtMC44LTAuOC0wLjhjMCwwLDAsMCwwLDBINC44QzQuNCwyLjIsNCwyLjUsNCwyLjlTNC40LDMuNyw0LjgsMy43TDQuOCwzLjd6IE0xLjIsMS44QzAuNSwxLjgsMCwyLjMsMCwzYzAsMC43LDAuNSwxLjIsMS4yLDEuMmMwLjYsMCwxLjItMC41LDEuMi0xLjJDMi40LDIuMywxLjksMS44LDEuMiwxLjhDMS4yLDEuOCwxLjIsMS44LDEuMiwxLjhMMS4yLDEuOHogTTQuOCw4LjFoMTAuNGMwLjQsMCwwLjgtMC4zLDAuOC0wLjhjMC0wLjQtMC4zLTAuOC0wLjgtMC44YzAsMCwwLDAsMCwwSDQuOEM0LjQsNi41LDQsNi45LDQsNy4zUzQuNCw4LjEsNC44LDguMUw0LjgsOC4xeiBNMS4yLDYuMUMwLjUsNi4xLDAsNi43LDAsNy4zYzAsMC43LDAuNSwxLjIsMS4yLDEuMmMwLjYsMCwxLjItMC41LDEuMi0xLjJDMi40LDYuNiwxLjksNi4xLDEuMiw2LjFMMS4yLDYuMXogTTQuOCwxMi40aDcuNGMwLjQsMCwwLjgtMC4zLDAuOC0wLjhjMC0wLjQtMC4zLTAuOC0wLjgtMC44YzAsMCwwLDAsMCwwSDQuOGMtMC40LDAtMC44LDAuMy0wLjgsMC44QzQsMTIuMSw0LjQsMTIuNCw0LjgsMTIuNEM0LjgsMTIuNCw0LjgsMTIuNCw0LjgsMTIuNHogTTEuMiwxMC40QzAuNSwxMC41LDAsMTEsMCwxMS42czAuNSwxLjIsMS4yLDEuMmMwLjcsMCwxLjItMC41LDEuMi0xLjJDMi40LDExLDEuOSwxMC40LDEuMiwxMC40eiBNOS4yLDE1LjJINC44QzQuNCwxNS4yLDQsMTUuNSw0LDE2YzAsMC40LDAuMywwLjgsMC44LDAuOGMwLDAsMCwwLDAsMGg0LjRjMC40LDAsMC44LTAuNCwwLjgtMC44QzEwLDE1LjUsOS42LDE1LjIsOS4yLDE1LjJ6IE0xLjIsMTQuOEMwLjUsMTQuOCwwLDE1LjMsMCwxNmMwLDAuNywwLjUsMS4yLDEuMiwxLjJjMC43LDAsMS4yLTAuNSwxLjItMS4yQzIuNCwxNS4zLDEuOSwxNC44LDEuMiwxNC44eiIvPjwvc3ZnPg==");
  background-size: cover;
  background-repeat: no-repeat;
}
#songlist #block_playlist .txt_lead {
  margin-bottom: 30px;
}
#songlist #block_playlist .txt_lead p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}
#songlist #block_playlist .txt_lead p span {
  font-weight: 600;
}

@media all and (min-width: 640px) {
  #songlist #search_songs {
    margin-bottom: 40px;
  }
  #songlist #search_songs h3 {
    margin-bottom: 28px;
  }
  #songlist #search_songs .wrap_search {
    margin-bottom: 30px;
  }
  #songlist #search_songs .wrap_search ul {
    width: 74.56%;
  }
  #songlist #search_songs .wrap_search ul li {
    width: 33.33%;
    margin-bottom: 20px;
  }
  #songlist #search_songs .wrap_search ul li:nth-child(1) {
    width: 33.33%;
  }
  #songlist #search_songs .wrap_search ul li:nth-child(1) .wrap_select {
    width: 100%;
  }
  #songlist #search_songs .wrap_search ul li:nth-child(4) {
    margin-left: 33.33%;
  }
  #songlist #search_songs .wrap_search .btn_search {
    width: 74.56%;
  }
  #songlist #search_songs .note p br {
    display: block;
  }
  #songlist #block_nowplaying {
    max-width: 800px;
    margin-bottom: 40px;
  }
  #songlist #block_nowplaying .ttl_icon {
    margin-bottom: 20px;
  }
  #songlist .song .song_inner {
    padding: 20px 16px;
  }
  #songlist .song .col_l .song_info {
    width: calc(100% - 95px);
    margin-left: 15px;
  }
  #songlist .song .col_l .song_info p.time {
    margin-bottom: 12px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  #songlist .song .col_l .song_info h4 {
    font-size: 14px;
    font-size: 1.4rem;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 12px;
  }
  #songlist .song .col_l .song_info p.txt_artist {
    overflow: hidden;
  }
  #songlist .song .col_l .song_info p.txt_artist span {
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #songlist .song .col_l .song_info p.txt_artist span:before {
    margin-right: 8px;
    top: 4px;
  }
  #songlist .song .col_r {
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }
  #songlist .song .col_r p {
    width: 210px;
    text-align: left;
    margin-left: 12px;
  }
  #songlist .song .col_r p a span {
    font-size: 13px;
    font-size: 1.3rem;
  }
  #songlist .song .col_r p a span:before {
    top: 5px;
    margin-right: 8px;
  }
  #songlist .song .col_r ul.btn_info {
    width: calc(100% - 152px);
    margin-left: 0px;
    padding-right: 22px;
    margin-right: 20px;
  }
  #songlist .song .col_r ul.btn_info li, #songlist .song .col_r ul.btn_info li a {
    height: 36px;
    line-height: 36px;
    display: block;
  }
  #songlist .song .col_r ul.btn_info li {
    width: 100%;
  }
  #songlist .song .col_r ul.btn_info li a {
    width: 100%;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    position: relative;
    text-align: center;
  }
  #songlist .song .col_r ul.btn_info li a span {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 13px;
    font-size: 1.3rem;
    text-indent: 1.5em;
    display: inline-block;
  }
  #songlist .song .col_r ul.btn_info li a:before {
    content: "";
    position: absolute;
    display: block;
  }
  #songlist .song .col_r ul.btn_info li:nth-child(1) a {
    background: #000;
  }
  #songlist .song .col_r ul.btn_info li:nth-child(1) a:before {
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgICB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxNy41IDE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNy41IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+IDxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+ICAuc3Qwe2ZpbGw6I0ZGRkZGRjt9IDwvc3R5bGU+IDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01LjQsNy42TDUuNCw3LjZMMiwxMWMtMC40LDAuNC0wLjYsMS0wLjYsMS41QzEuMywxMywxLjYsMTMuNiwyLDE0bDAsMGMwLjQsMC40LDEsMC42LDEuNSwwLjYgIGMwLjYsMCwxLjEtMC4yLDEuNS0wLjZsMy44LTMuOGwwLDBMMTMsNi4xYzAuMi0wLjIsMC4zLTAuNCwwLjMtMC43YzAtMC4yLTAuMS0wLjUtMC4zLTAuN2MtMC4yLTAuMi0wLjQtMC4zLTAuNy0wLjMgIGMtMC4yLDAtMC41LDAuMS0wLjcsMC4zbC01LjksNS45Yy0wLjMsMC4zLTAuNywwLjMtMSwwYy0wLjMtMC4zLTAuMy0wLjcsMC0xbDUuOS01LjljMC41LTAuNCwxLTAuNywxLjYtMC43YzAuNiwwLDEuMiwwLjIsMS42LDAuNyAgYzAuNCwwLjQsMC43LDEsMC43LDEuNlMxNC40LDYuNiwxNCw3bC00LjEsNC4xbDAsMGwwLDBMNiwxNWMtMC43LDAuNy0xLjYsMS0yLjUsMWMtMC45LDAtMS44LTAuMy0yLjQtMWwwLDBoMGMtMC43LTAuNy0xLTEuNi0xLTIuNSAgYzAtMC45LDAuMy0xLjgsMS0yLjVsMy44LTMuOGwwLDBsNC44LTQuOEMxMC42LDAuNCwxMS44LDAsMTIuOSwwYzEuMiwwLDIuMywwLjQsMy4yLDEuM2MwLjksMC45LDEuMywyLjEsMS4zLDMuMiAgYzAsMS4yLTAuNCwyLjMtMS4zLDMuMmwtNi42LDYuNmMtMC4zLDAuMy0wLjcsMC4zLTEsMGMtMC4zLTAuMy0wLjMtMC43LDAtMWw2LjYtNi42YzAuNi0wLjYsMC45LTEuNSwwLjktMi4zYzAtMC44LTAuMy0xLjctMC45LTIuMyAgYy0wLjYtMC42LTEuNS0wLjktMi4zLTAuOWMtMC44LDAtMS43LDAuMy0yLjMsMC45TDUuNCw3LjZ6Ii8+IDwvc3ZnPiA=");
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    left: 8px;
  }
  #songlist .song .col_r ul.btn_info li:nth-child(2) a {
    background: #e73c64;
  }
  #songlist .song .block_buy .buy_content {
    padding-top: 10px;
    position: relative;
  }
  #songlist .song .block_buy .buy_content:before {
    position: absolute;
    top: 0px;
    left: 40px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #000000 transparent;
  }
  #songlist .song .block_buy .buy_content_inner {
    background: #000;
    padding: 10px 0;
  }
  #songlist .song .block_buy ul {
    width: 270px;
    margin: 0 0 0 16px;
  }
  #songlist .song .block_buy ul li {
    width: calc(50% - 8px);
  }
  #songlist .song .block_buy ul li a {
    display: block;
    background: #fff;
    height: 36px;
    line-height: 36px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    overflow: hidden;
  }
  #songlist .song .block_buy ul li.btn_cd {
    margin-right: 8px;
  }
  #songlist .song .block_buy ul li.btn_cd a span {
    text-indent: -10000px;
    display: block;
    width: 71px;
    height: 12px;
    position: relative;
    margin: auto;
    top: 12px;
  }
  #songlist .song .block_buy ul li.btn_amazon {
    margin-right: 8px;
  }
  #songlist .song .block_buy ul li.btn_amazon a span {
    text-indent: -10000px;
    display: block;
    width: 86px;
    height: 20px;
    margin: auto;
    position: relative;
    top: 8px;
  }
}
/* Small Devices, Tablets */
@media all and (min-width: 800px) {
  #songlist #search_songs {
    max-width: 1300px;
  }
  #songlist #search_songs h3 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  #songlist #search_songs .wrap_search {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  #songlist #search_songs .wrap_search ul {
    width: 700px;
    align-items: center;
    justify-content: space-between;
  }
  #songlist #search_songs .wrap_search ul li {
    width: 140px;
    margin-bottom: 0px;
  }
  #songlist #search_songs .wrap_search ul li select {
    width: 100px;
  }
  #songlist #search_songs .wrap_search ul li:nth-child(1) {
    width: 140px;
  }
  #songlist #search_songs .wrap_search ul li:nth-child(1) .wrap_select {
    width: 100%;
  }
  #songlist #search_songs .wrap_search ul li:nth-child(4) {
    margin-left: 0px;
  }
  #songlist #search_songs .wrap_search .btn_search {
    width: 412px;
    margin-top: 30px;
    box-sizing: border-box;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  #songlist #search_songs .wrap_search .btn_search input[type=submit] {
    cursor: pointer;
  }
  #songlist #search_songs .wrap_search .btn_search:hover {
    opacity: 0.5;
  }
  #songlist #search_songs .note {
    margin-bottom: 24px;
  }
  #songlist #search_songs .note p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #songlist #search_songs .note p br {
    display: block;
  }
  #songlist #search_songs a.btn_about_search {
    padding-left: 18px;
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 8px;
  }
  #songlist #search_songs .about_search {
    margin-top: 24px;
  }
  #songlist #search_songs .about_search p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #songlist #block_nowplaying,
  #songlist #block_playlist {
    max-width: 1300px;
    margin-bottom: 40px;
  }
}
/* PC */
@media all and (min-width: 1100px) {
  .firefox #songlist #search_songs .wrap_search ul li:nth-child(1) .select select {
    text-indent: 0.5em;
  }
  .firefox #songlist #search_songs .wrap_search ul li .select select {
    text-indent: 0.8em;
  }
  #songlist {
    padding-bottom: 90px;
  }
  #songlist #search_songs a.ttl_search_song {
    margin-bottom: 2px;
  }
  #songlist #search_songs a.ttl_search_song .inner {
    padding: 13px 0 13px 20px;
  }
  #songlist #search_songs a.ttl_search_song h3 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 8px;
  }
  #songlist #search_songs a.ttl_search_song .lead {
    color: #aaa;
    letter-spacing: 0.05em;
    font-size: 13px;
    font-size: 1.3rem;
  }
  #songlist #search_songs a.ttl_search_song .icon {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -8px;
  }
  #songlist #search_songs a.ttl_search_song .icon span {
    background: #fff;
    display: block;
  }
  #songlist #search_songs a.ttl_search_song .icon span:nth-of-type(1) {
    width: 100%;
    height: 3px;
    position: absolute;
    top: 7px;
  }
  #songlist #search_songs a.ttl_search_song .icon span:nth-of-type(2) {
    width: 3px;
    height: 100%;
    position: absolute;
    left: 7px;
  }
  #songlist #search_songs .search_song_content {
    background: #000;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
  }
  #songlist #search_songs .search_song_content .content_inner {
    padding: 30px 20px 27px 20px;
  }
  #songlist #search_songs .wrap_search {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
  }
  #songlist #search_songs .wrap_search .btn_search {
    width: calc(100% - 750px);
    margin-top: 0px;
    margin-left: 50px;
  }
  #songlist #search_songs .wrap_search .btn_search input[type=submit] {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #songlist #search_songs .wrap_search ul li .select select {
    font-size: 18px;
    font-size: 1.8rem;
    text-indent: 1em;
  }
  #songlist #search_songs .wrap_search ul li .select p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #songlist .song .song_inner {
    padding: 20px 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
  }
  #songlist .song .col_l {
    width: 452px;
    align-items: center;
  }
  #songlist .song .col_l .img {
    width: 100px;
    height: 100px;
  }
  #songlist .song .col_l .song_info {
    width: calc(100% - 115px);
    margin-left: 15px;
  }
  #songlist .song .col_l .song_info p.time {
    margin-bottom: 14px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #songlist .song .col_l .song_info h4 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 6px;
  }
  #songlist .song .col_l .song_info p.txt_artist span {
    font-size: 15px;
    font-size: 1.5rem;
  }
  #songlist .song .col_l .song_info p.txt_artist span:before {
    margin-right: 8px;
    top: 4px;
  }
  #songlist .song .col_r {
    justify-content: space-between;
    align-items: start;
    margin-top: 0px;
    padding-top: 10px;
    /*
    ul.btn_buy_pc{ width: 110px; position: relative; display: block;
    	li{ width: 126px; height: 36px; line-height: 32px;
    		&.disable{ display: none;}
    		a{ width: 126px; height: 36px; line-height: 32px; border: 2px solid #000; display: block; @include border-radius(18px); box-sizing: border-box; @include transition(opacity, .15s, linear);
    			&:hover{ @include opacity(.5);}
    		}
    		&.btn_cd{ margin-right: 8px; margin-bottom: 10px;
    			a{ 
    				span{ text-indent: -10000px; display: block; width: 71px; height: 12px; position: relative; margin: auto; top: 10px; background: url(../images/common/txt_cd.png) top left no-repeat; background-size: 100% auto;}
    			}
    		}
    		&.btn_subscription{ margin-bottom: 10px;
    			a{
    				span{ display: block; text-align: center; font-weight: 600;}
    			}
    		}
    		&.btn_amazon{ margin-right: 8px;
    			a{
    				span{ text-indent: -10000px; display: block; width: 86px; height: 20px; margin: auto; position: relative; top: 8px; background-image: url(../images/common/logo_amazon.svg); background-size: cover; background-repeat: no-repeat; }
    			}
    		}
    	}
    }
    */
  }
  #songlist .song .col_r p {
    display: none;
  }
  #songlist .song .col_r ul.btn_info {
    width: 160px;
    margin-left: 0px;
    display: block;
  }
  #songlist .song .col_r ul.btn_info li, #songlist .song .col_r ul.btn_info li a {
    width: 160px;
    height: 36px;
    line-height: 36px;
    display: block;
  }
  #songlist .song .col_r ul.btn_info li a {
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    position: relative;
    text-align: center;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  #songlist .song .col_r ul.btn_info li a:hover {
    opacity: 0.6;
  }
  #songlist .song .col_r ul.btn_info li a span {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 13px;
    font-size: 1.3rem;
    text-indent: 1.5em;
    display: inline-block;
  }
  #songlist .song .col_r ul.btn_info li a:before {
    content: "";
    position: absolute;
    display: block;
  }
  #songlist .song .col_r ul.btn_info li:nth-child(1) {
    margin-bottom: 10px;
  }
  #songlist .song .col_r ul.btn_info li:nth-child(1) a {
    background: #000;
  }
  #songlist .song .col_r ul.btn_info li:nth-child(1) a:before {
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgICB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxNy41IDE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNy41IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+IDxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+ICAuc3Qwe2ZpbGw6I0ZGRkZGRjt9IDwvc3R5bGU+IDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01LjQsNy42TDUuNCw3LjZMMiwxMWMtMC40LDAuNC0wLjYsMS0wLjYsMS41QzEuMywxMywxLjYsMTMuNiwyLDE0bDAsMGMwLjQsMC40LDEsMC42LDEuNSwwLjYgIGMwLjYsMCwxLjEtMC4yLDEuNS0wLjZsMy44LTMuOGwwLDBMMTMsNi4xYzAuMi0wLjIsMC4zLTAuNCwwLjMtMC43YzAtMC4yLTAuMS0wLjUtMC4zLTAuN2MtMC4yLTAuMi0wLjQtMC4zLTAuNy0wLjMgIGMtMC4yLDAtMC41LDAuMS0wLjcsMC4zbC01LjksNS45Yy0wLjMsMC4zLTAuNywwLjMtMSwwYy0wLjMtMC4zLTAuMy0wLjcsMC0xbDUuOS01LjljMC41LTAuNCwxLTAuNywxLjYtMC43YzAuNiwwLDEuMiwwLjIsMS42LDAuNyAgYzAuNCwwLjQsMC43LDEsMC43LDEuNlMxNC40LDYuNiwxNCw3bC00LjEsNC4xbDAsMGwwLDBMNiwxNWMtMC43LDAuNy0xLjYsMS0yLjUsMWMtMC45LDAtMS44LTAuMy0yLjQtMWwwLDBoMGMtMC43LTAuNy0xLTEuNi0xLTIuNSAgYzAtMC45LDAuMy0xLjgsMS0yLjVsMy44LTMuOGwwLDBsNC44LTQuOEMxMC42LDAuNCwxMS44LDAsMTIuOSwwYzEuMiwwLDIuMywwLjQsMy4yLDEuM2MwLjksMC45LDEuMywyLjEsMS4zLDMuMiAgYzAsMS4yLTAuNCwyLjMtMS4zLDMuMmwtNi42LDYuNmMtMC4zLDAuMy0wLjcsMC4zLTEsMGMtMC4zLTAuMy0wLjMtMC43LDAtMWw2LjYtNi42YzAuNi0wLjYsMC45LTEuNSwwLjktMi4zYzAtMC44LTAuMy0xLjctMC45LTIuMyAgYy0wLjYtMC42LTEuNS0wLjktMi4zLTAuOWMtMC44LDAtMS43LDAuMy0yLjMsMC45TDUuNCw3LjZ6Ii8+IDwvc3ZnPiA=");
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    left: 8px;
  }
  #songlist .song .col_r ul.btn_info li:nth-child(2) a {
    background: #e73c64;
  }
  #songlist .song .block_buy {
    display: none !important;
  }
  #songlist.yesterday .nav_date {
    margin-bottom: 60px;
  }
  #songlist.search_result .nav_date {
    margin-bottom: 30px;
  }
  #songlist.search_result .nav_date:nth-last-of-type(1) {
    margin-bottom: 60px;
    margin-top: 0px;
  }
  #songlist .nav_date {
    margin-top: 60px;
  }
  #songlist .nav_date a {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  #songlist .nav_date a:hover {
    opacity: 0.5;
  }
  #songlist #block_nowplaying {
    max-width: 1300px;
    margin-bottom: 40px;
  }
  #songlist #block_nowplaying .ttl_icon {
    margin-bottom: 30px;
  }
  #songlist #block_nowplaying .ttl_icon h3 span {
    font-size: 28px;
    font-size: 2.8rem;
  }
  #songlist #block_nowplaying .ttl_icon h3 span:before {
    top: 2px;
  }
}
#timetable .navs {
  width: 93.75%;
  margin: auto;
}
#timetable #nav_timetable {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: flex-end;
}
#timetable #nav_timetable ul {
  width: 100%;
  max-width: 300px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
#timetable #nav_timetable ul li {
  width: calc(50% - 5px);
}
#timetable #nav_timetable ul li:nth-child(1) {
  margin-right: 10px;
}
#timetable #nav_timetable ul li p {
  height: 3.2em;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#timetable #nav_weekly {
  margin-bottom: 40px;
}
#timetable #nav_weekly p {
  color: #7f7f7f;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 12px;
}
#timetable #nav_weekly ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
#timetable #nav_weekly ul li {
  width: 25%;
  height: 56px;
  border-bottom: 2px solid #000;
}
#timetable #nav_weekly ul li a {
  display: block;
  line-height: 56px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-align: center;
  position: relative;
}
#timetable #nav_weekly ul li a.active span {
  background: #000;
  color: #fff;
}
#timetable #nav_weekly ul li a span {
  width: 100%;
  height: 56px;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transition: background 0.15s linear 0s, color 0.15s linear 0s;
  transition: background 0.15s linear 0s, color 0.15s linear 0s;
}
#timetable #nav_weekly ul li:nth-child(5), #timetable #nav_weekly ul li:nth-child(6), #timetable #nav_weekly ul li:nth-child(7) {
  border: none;
}
#timetable #block_week {
  width: 93.75%;
  margin: auto;
}
#timetable .tab {
  display: none;
}
#timetable .tab.active {
  display: block;
}
#timetable .block_timetable ul.list_timetable {
  padding-bottom: 150px;
}
#timetable .block_timetable ul.list_timetable li.t {
  margin-bottom: 40px;
}
#timetable .block_timetable ul.list_timetable li.t:last-child {
  margin-bottom: 0px;
}
#timetable .block_timetable ul.list_timetable li.t .between {
  width: 100%;
  height: 38px;
  line-height: 38px;
  background: #000;
  text-align: center;
  margin-bottom: 30px;
}
#timetable .block_timetable ul.list_timetable li.t .between p {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
}
#timetable .block_timetable ul.list_timetable li.t h4 {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
}
#timetable .block_timetable ul.list_timetable li.t h4 a {
  display: inline-block;
  text-decoration: underline;
}
#timetable .block_timetable ul.list_timetable li.t ul.imgs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  max-width: 300px;
  margin-bottom: 12px;
}
#timetable .block_timetable ul.list_timetable li.t ul.imgs li {
  width: calc(50% - 5px);
  margin-right: 10px;
}
#timetable .block_timetable ul.list_timetable li.t ul.imgs li:last-child {
  margin-right: 0px;
}
#timetable .block_timetable ul.list_timetable li.t ul.imgs li .img {
  width: 145px;
  height: 145px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
}
#timetable .block_timetable ul.list_timetable li.t ul.imgs li .img figure {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#timetable .block_timetable ul.list_timetable li.t ul.imgs li h5.navigator {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
#timetable .block_timetable ul.list_timetable li.t ul.imgs li h5.navigator span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
#timetable .block_timetable ul.list_timetable li.t ul.imgs li h5.navigator span:before {
  content: "";
  width: 14px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 6px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxNCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTQgMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojMDQwMDAwO308L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03LDEzTDcsMTNjMS43LDAsMy0xLjMsMy0zVjNjMC0xLjYtMS4zLTMtMy0zQzUuMywwLDQsMS4zLDQsM3Y3QzQsMTEuNyw1LjMsMTMsNywxMyBNNiwzYzAtMC41LDAuNC0xLDEtMWMwLjUsMCwxLDAuNCwxLDF2N2MwLDAuNS0wLjQsMS0xLDFoMGMtMC41LDAtMS0wLjQtMS0xVjN6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE0LDEwaC0yYzAsMi44LTIuMiw1LTUsNWMtMi44LDAtNS0yLjItNS01SDBjMCwzLjUsMi42LDYuNCw2LDYuOVYyMGgydi0zLjFDMTEuNCwxNi40LDE0LDEzLjUsMTQsMTAiLz48L3N2Zz4=");
  background-size: cover;
  background-repeat: no-repeat;
}
#timetable .block_timetable ul.list_timetable li.t .remarks {
  margin-bottom: 0px;
}
#timetable .block_timetable ul.list_timetable li.t .remarks ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#timetable .block_timetable ul.list_timetable li.t .remarks ul li {
  font-size: 14px;
  font-size: 1.4rem;
  color: #7f7f7f;
  line-height: 1.5;
}
#timetable .block_timetable ul.list_timetable li.t .remarks ul li:after {
  content: "/";
  margin-right: 0.2em;
  padding-left: 0.2em;
}
#timetable .block_timetable ul.list_timetable li.t .remarks ul li:last-child:after {
  display: none;
}
#timetable .block_timetable ul.list_timetable li.t ul.timetable_channel {
  margin-top: 20px;
}
#timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li {
  margin-bottom: 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #eeeeee;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 12px 6px 0 0;
}
#timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li:last-child {
  margin-bottom: 0px;
}
#timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li p.time {
  width: 94px;
  text-align: left;
  color: #7f7f7f;
  font-family: "Lato", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "Custom Yu Gothic", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  box-sizing: border-box;
  text-indent: 1em;
}
#timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li .r {
  width: calc(100% - 94px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li h5 {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Lato", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "Custom Yu Gothic", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.4;
  margin-right: 20px;
  margin-bottom: 12px;
}
#timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li h5 a {
  text-decoration: underline;
}
#timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li h5 + .related .performer {
  margin-left: 0px;
}
#timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li .related {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.4;
  margin-bottom: 12px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
}
#timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li .related span {
  display: inline-block;
  height: 20px;
  margin-bottom: 12px;
  margin-left: 20px;
  line-height: 20px;
}
#timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li .related:nth-of-type(1) {
  margin-left: 0px;
}
#timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li .related:nth-of-type(1) a:nth-of-type(1) {
  margin-left: 0px;
}
#timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li .related a {
  margin-left: 6px;
  margin-bottom: 12px;
  border: 1px solid #7f7f7f;
  color: #7f7f7f;
  height: 20px;
  box-sizing: border-box;
  text-align: center;
  line-height: 18px;
  padding: 0 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
#timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li .related .performer {
  padding: 0 10px 0 0;
  margin-left: 10px;
  color: #7f7f7f;
  margin-bottom: 12px;
}
#timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li .related .performer:before {
  content: "[";
  padding-right: 0.2em;
}
#timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li .related .performer:after {
  content: "]";
  padding-left: 0.2em;
}
#timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li .related .performer a {
  border: none;
  display: inline-block;
  line-height: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0px;
  margin: 0;
}
#timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li.main_sponsor {
  border: none;
}
#timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li.main_sponsor .r, #timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li.main_sponsor .related {
  width: 100%;
}

@media all and (min-width: 640px) {
  .ie11 #timetable #nav_weekly ul {
    width: 100%;
  }
  .ie11 #timetable #nav_weekly ul li {
    width: 14.28%;
  }
  .ie11 #timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li .related a {
    height: 20px;
    line-height: 22px;
  }
  #timetable #nav_weekly {
    margin-bottom: 40px;
  }
  #timetable #nav_weekly p {
    margin-bottom: 12px;
  }
  #timetable #nav_weekly ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
  }
  #timetable #nav_weekly ul li {
    width: 14.2857142857%;
    height: 56px;
    border-bottom: none;
  }
  #timetable #nav_weekly ul li a {
    line-height: 56px;
    font-size: 20px;
    font-size: 2rem;
  }
  #timetable .block_timetable ul.list_timetable li.t ul.imgs {
    margin-bottom: 30px;
  }
  #timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li {
    align-items: center;
    margin-bottom: 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid #eeeeee;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    box-sizing: border-box;
    padding: 10px 6px 0px 0;
  }
  #timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li:last-child {
    margin-bottom: 0px;
  }
  #timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li p.time {
    position: relative;
    margin-bottom: 10px;
  }
  #timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li h5 {
    width: auto;
    margin-bottom: 10px;
  }
  #timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li .related {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  #timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li .related a {
    height: 20px;
    line-height: 18px;
    padding: 0 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* Small Devices, Tablets */
@media all and (min-width: 800px) {
  a.btn_live {
    height: 36px;
    line-height: 36px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
  }
  a.btn_live:before {
    width: 22px;
    height: 22px;
    left: 8px;
    top: 7px;
  }
  a.btn_live span {
    padding-left: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  a.btn_download:before {
    width: 18px;
    height: 18px;
  }
  a.btn_download span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* PC */
@media all and (min-width: 940px) {
  #timetable .navs {
    max-width: 1300px;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 40px;
  }
  #timetable #nav_timetable {
    width: 340px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: flex-end;
  }
  #timetable #nav_timetable ul {
    width: 100%;
    max-width: 340px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
  }
  #timetable #nav_timetable ul li:nth-child(1) {
    margin-right: 10px;
  }
  #timetable #nav_timetable ul li p {
    height: 38px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  #timetable #nav_timetable ul li a {
    height: 80px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    line-height: 80px;
  }
  #timetable #nav_timetable ul li a.btn_live {
    margin-bottom: 0px;
  }
  #timetable #nav_timetable ul li a.btn_live:before {
    width: 28px;
    height: 28px;
    position: absolute;
    left: 10px;
    top: 26px;
  }
  #timetable #nav_timetable ul li a.btn_live span {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 28px;
  }
  #timetable #nav_timetable ul li a.btn_download {
    line-height: 76px;
  }
  #timetable #nav_timetable ul li a.btn_download:before {
    width: 21px;
    height: 21px;
    top: 28px;
    left: 12px;
  }
  #timetable #nav_timetable ul li a.btn_download span {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 21px;
  }
  #timetable #nav_weekly {
    width: calc(100% - 360px);
    margin-bottom: 0px;
  }
  #timetable #nav_weekly p {
    color: #000;
    letter-spacing: 0.05em;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
  #timetable #nav_weekly ul li {
    height: 76px;
  }
  #timetable #nav_weekly ul li a {
    line-height: 76px;
    font-size: 26px;
    font-size: 2.6rem;
    height: 76px;
  }
  #timetable #nav_weekly ul li a span {
    height: 76px;
    overflow: hidden;
  }
  #timetable #nav_weekly ul li a span:after {
    content: "";
    width: 100%;
    height: 6px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #000;
    -webkit-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  #timetable #nav_weekly ul li a:hover span:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #timetable #block_week {
    max-width: 1300px;
  }
  #timetable .block_timetable ul.list_timetable {
    padding-bottom: 200px;
  }
  #timetable .block_timetable ul.list_timetable li.t {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    position: relative;
    padding-bottom: 30px;
  }
  #timetable .block_timetable ul.list_timetable li.t:last-child {
    margin-bottom: 0px;
  }
  #timetable .block_timetable ul.list_timetable li.t .between {
    width: 100px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  #timetable .block_timetable ul.list_timetable li.t .between p {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 80px;
  }
  #timetable .block_timetable ul.list_timetable li.t .between p span {
    display: block;
    width: 100%;
    line-height: 1;
  }
  #timetable .block_timetable ul.list_timetable li.t .between p span.line {
    width: 2px;
    height: 16px;
    background: #fff;
    margin: 15px auto;
    text-indent: -10000px;
  }
  #timetable .block_timetable ul.list_timetable li.t .t_r {
    width: calc(100% - 120px);
    min-height: 180px;
    margin-left: 120px;
    border-top: 2px solid #000;
    padding-top: 30px;
  }
  #timetable .block_timetable ul.list_timetable li.t .col2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
  }
  #timetable .block_timetable ul.list_timetable li.t .col2 .col_l {
    width: 200px;
  }
  #timetable .block_timetable ul.list_timetable li.t .col2 .col_r {
    width: calc(100% - 240px);
  }
  #timetable .block_timetable ul.list_timetable li.t h4 {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 32px;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  #timetable .block_timetable ul.list_timetable li.t h4:hover {
    opacity: 0.5;
  }
  #timetable .block_timetable ul.list_timetable li.t ul.imgs {
    display: block;
    max-width: 200px;
    margin-bottom: 0px;
  }
  #timetable .block_timetable ul.list_timetable li.t ul.imgs li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 24px;
  }
  #timetable .block_timetable ul.list_timetable li.t ul.imgs li:last-child {
    margin-bottom: 0px;
  }
  #timetable .block_timetable ul.list_timetable li.t ul.imgs li .img {
    width: 200px;
    height: 200px;
    margin-bottom: 12px;
  }
  #timetable .block_timetable ul.list_timetable li.t ul.imgs li h5.navigator span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #timetable .block_timetable ul.list_timetable li.t .remarks {
    margin-bottom: 0px;
    margin-top: 32px;
  }
  #timetable .block_timetable ul.list_timetable li.t .remarks ul {
    display: block;
  }
  #timetable .block_timetable ul.list_timetable li.t ul.timetable_channel {
    margin-top: 0px;
  }
  #timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li {
    margin-bottom: 15px;
    padding: 10px 6px 0px 0;
  }
  #timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li:last-child {
    margin-bottom: 0px;
  }
  #timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li h5 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li h5 a {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  #timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li h5 a:hover {
    opacity: 0.5;
  }
  #timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li .related .performer {
    margin-bottom: 0px;
  }
  #timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li .related .performer a {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  #timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li .related .performer a:hover {
    opacity: 0.5;
    background: none;
    color: #7f7f7f;
  }
  #timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li .related span {
    margin-bottom: 0px;
  }
  #timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li .related a {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0px;
    -webkit-transition: background 0.15s linear 0s, color 0.15s linear 0s;
    transition: background 0.15s linear 0s, color 0.15s linear 0s;
  }
  #timetable .block_timetable ul.list_timetable li.t ul.timetable_channel li .related a:hover {
    background: #7f7f7f;
    color: #fff;
  }
}
.ie11 #navigator nav#nav_navigator ul li a {
  line-height: 42px;
}
.ie11 #navigator .block_n .ttl_n h5 {
  line-height: 72px;
}

#navigator nav#nav_navigator {
  margin-bottom: 30px;
}
#navigator nav#nav_navigator ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 300px;
  margin-left: 3.125%;
}
#navigator nav#nav_navigator ul li {
  width: 40px;
  height: 40px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}
#navigator nav#nav_navigator ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  line-height: 36px;
  display: block;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  box-sizing: border-box;
  border: 2px solid #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
#navigator nav#nav_navigator ul li:nth-child(6), #navigator nav#nav_navigator ul li:nth-child(7), #navigator nav#nav_navigator ul li:nth-child(8), #navigator nav#nav_navigator ul li:nth-child(9), #navigator nav#nav_navigator ul li:nth-child(10) {
  margin-left: 20px;
  margin-right: 0px;
}
#navigator .block_n {
  width: 93.75%;
  margin: auto;
  margin-bottom: 0px;
  padding-top: 20px;
  -webkit-transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 0;
}
#navigator .block_n:nth-last-of-type(1) {
  margin-bottom: 20px;
}
#navigator .block_n.animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#navigator .block_n .ttl_n {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
#navigator .block_n .ttl_n:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  display: block;
  position: absolute;
  left: 0px;
  top: 8px;
}
#navigator .block_n .ttl_n h5 {
  width: 48px;
  height: 60px;
  background: #000;
  text-align: center;
  line-height: 60px;
  position: relative;
}
#navigator .block_n .ttl_n h5 span {
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 600;
  position: relative;
}
#navigator .block_n ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#navigator .block_n ul li {
  width: calc(50% - 5px);
  margin-bottom: 30px;
}
#navigator .block_n ul li:nth-child(2n) {
  margin-left: 10px;
}
#navigator .block_n ul li a {
  display: block;
}
#navigator .block_n ul li .img {
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  display: block;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 14px;
}
#navigator .block_n ul li .img figure {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#navigator .block_n ul li h6 {
  font-size: 14px;
  font-size: 1.4rem;
  text-indent: 0.5em;
  line-height: 1.4;
}
#navigator .block_n .pagetop {
  text-align: right;
}
#navigator .block_n .pagetop a {
  display: inline-block;
}
#navigator .block_n .pagetop a span {
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#navigator .block_n .pagetop a span:before {
  content: "";
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI0IDEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNCAxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDt9PC9zdHlsZT48cGF0aCBpZD0iYXJyb3ciIGNsYXNzPSJzdDAiIGQ9Ik05LjYsMi40TDAsMTJoNC43TDEyLDQuN2w3LjMsNy4zSDI0bC05LjYtOS42TDEyLDBMOS42LDIuNHoiLz48L3N2Zz4=");
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 12px;
  display: block;
  margin: auto;
  margin-bottom: 6px;
}

.ie11 #navigator #navigators_detail .col_l .program .ttl_h5 h5 {
  line-height: 32px;
}

#navigators_detail article {
  width: 100%;
  padding-bottom: 150px;
}
#navigators_detail h3 {
  width: 178px;
  margin: auto;
  margin-bottom: 44px;
}
#navigators_detail .col_l {
  width: 87.5%;
  margin: auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 0 8px #ccc;
  background: #fff;
  padding: 40px 0 0 0;
  margin-bottom: 56px;
}
#navigators_detail .col_l .col_inner {
  width: 90%;
  margin: auto;
  padding-bottom: 40px;
}
#navigators_detail .col_l h4 {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#navigators_detail .col_l h4 ruby rt {
  font-weight: normal;
}
#navigators_detail .col_l h5 {
  text-align: center;
  width: 71.4%;
  margin: auto;
  margin-top: 11px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 600;
}
#navigators_detail .col_l .img_profile {
  margin: auto;
  margin-top: 45px;
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
#navigators_detail .col_l .img_profile figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#navigators_detail .col_l .sns ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
#navigators_detail .col_l .sns ul li {
  margin-right: 36px;
}
#navigators_detail .col_l .sns ul li:last-child {
  margin-right: 0px;
}
#navigators_detail .col_l .sns ul li a {
  display: block;
}
#navigators_detail .col_l .sns ul li:nth-child(1) svg {
  width: 28px;
  height: 24px;
}
#navigators_detail .col_l .sns ul li:nth-child(2) svg {
  width: 24px;
  height: 24px;
}
#navigators_detail .col_l .sns ul li:nth-child(3) svg {
  width: 30px;
  height: 20px;
}
#navigators_detail .col_l .program {
  margin-top: 48px;
}
#navigators_detail .col_l .program .ttl_h5 {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
#navigators_detail .col_l .program .ttl_h5:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  display: block;
  position: absolute;
  top: 6px;
}
#navigators_detail .col_l .program .ttl_h5 h5 {
  height: 24px;
  width: 88px;
  background: #000;
  display: block;
  text-align: center;
  margin: 0px;
  position: relative;
}
#navigators_detail .col_l .program .ttl_h5 h5 span {
  color: #fff;
}
#navigators_detail .col_l .program dl {
  margin-bottom: 30px;
}
#navigators_detail .col_l .program dl:nth-last-of-type(1) {
  margin-bottom: 0px;
}
#navigators_detail .col_l .program dl dt {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 12px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
#navigators_detail .col_l .program dl dd {
  line-height: 1.2;
  margin-bottom: 0.25em;
  padding-left: 22px;
  position: relative;
}
#navigators_detail .col_l .program dl dd:nth-last-of-type(1) {
  margin-bottom: 0px;
}
#navigators_detail .col_l .program dl dd span {
  font-family: "Oswald", sans-serif;
  color: #7f7f7f;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
#navigators_detail .col_l .program dl dd:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PHBhdGggaWQ9Imljb24iIGNsYXNzPSJzdDAiIGQ9Ik04LDBjMi4xLDAsNC4yLDAuOCw1LjcsMi4zbDAsMGMzLjEsMy4xLDMuMSw4LjIsMCwxMS4zbDAsMGMtMy4xLDMuMS04LjIsMy4xLTExLjMsMGwwLDBjLTMuMS0zLjEtMy4xLTguMiwwLTExLjNsMCwwbDAsMGwwLDBDMy44LDAuOCw1LjksMCw4LDBMOCwweiBNMTEuNSw3LjRIOC42VjIuNWMwLTAuMy0wLjMtMC42LTAuNi0wLjZjLTAuMywwLTAuNiwwLjMtMC42LDAuNmMwLDAsMCwwLDAsMFY4YzAsMC4zLDAuMywwLjYsMC42LDAuNmgzLjVjMC4zLDAsMC42LTAuMywwLjYtMC42QzEyLjEsNy43LDExLjgsNy40LDExLjUsNy40QzExLjUsNy40LDExLjUsNy40LDExLjUsNy40TDExLjUsNy40TDExLjUsNy40eiBNMTIuOCwzLjJMMTIuOCwzLjJjLTIuNi0yLjYtNi45LTIuNy05LjYsMGMwLDAsMCwwLDAsMGwwLDBjLTIuNiwyLjYtMi42LDYuOSwwLDkuNmwwLDBjMi42LDIuNiw2LjksMi42LDkuNSwwbDAsMEMxNS40LDEwLjIsMTUuNCw1LjksMTIuOCwzLjJMMTIuOCwzLjJMMTIuOCwzLjJ6Ii8+PC9zdmc+");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 1px;
  margin-right: 6px;
}
#navigators_detail .col_r {
  width: calc(87.5% - 20px);
  margin: auto;
}
#navigators_detail .col_r .ttl_h5 {
  margin-bottom: 22px;
}
#navigators_detail .col_r .ttl_h5 h5 {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}
#navigators_detail .col_r .profile {
  margin-bottom: 54px;
}
#navigators_detail .col_r .profile p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: justify;
}
#navigators_detail .col_r .links {
  margin-bottom: 84px;
}
#navigators_detail .col_r .links ul {
  padding-top: 14px;
}
#navigators_detail .col_r .links ul li {
  margin-bottom: 1.6em;
}
#navigators_detail .col_r .links ul li:last-child {
  margin-bottom: 0px;
}
#navigators_detail .col_r .links ul li a {
  position: relative;
  padding-left: 18px;
}
#navigators_detail .col_r .links ul li a:before {
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 2px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxMyAxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTMgMTM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PHJlY3QgeT0iNSIgY2xhc3M9InN0MCIgd2lkdGg9IjEzIiBoZWlnaHQ9IjMiLz48cmVjdCB4PSI1IiB5PSIwIiBjbGFzcz0ic3QwIiB3aWR0aD0iMyIgaGVpZ2h0PSIxMyIvPjwvc3ZnPg==");
  background-size: cover;
  background-repeat: no-repeat;
}
#navigators_detail .col_r .links ul li a span {
  font-family: "Lato", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "Custom Yu Gothic", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-decoration: underline;
}
#navigators_detail .col_r .back {
  width: 100%;
  max-width: 360px;
  margin: auto;
}
#navigators_detail .col_r .back a {
  width: 100%;
  height: 46px;
  line-height: 46px;
  display: block;
  background: #000;
  text-align: center;
  position: relative;
}
#navigators_detail .col_r .back a span {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
#navigators_detail .col_r .back a:after {
  content: "";
  width: 40px;
  height: 12px;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -6px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzOS4zIDExLjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM5LjMgMTEuMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiNGRkZGRkY7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTI4LjEsOC4zbC04LjQtNC44VjBDMjMuNSwyLjIsMzYsOS40LDM5LjMsMTEuM2MtMy45LDAtMzUsMC0zOS4zLDB2LTNIMjguMXoiLz48L3N2Zz4=");
  background-size: cover;
  background-repeat: no-repeat;
}

@media all and (min-width: 460px) {
  #navigators_detail .col_l .img_profile {
    width: 360px;
    height: 360px;
    padding-bottom: 0%;
  }
}
/* Small Devices, Tablets */
@media all and (min-width: 640px) {
  #navigator nav#nav_navigator {
    width: 93.75%;
    max-width: 1300px;
    margin: auto;
    margin-bottom: 50px;
  }
  #navigator nav#nav_navigator ul {
    width: 580px;
    margin: 0;
  }
  #navigator nav#nav_navigator ul li:nth-child(6), #navigator nav#nav_navigator ul li:nth-child(7), #navigator nav#nav_navigator ul li:nth-child(8), #navigator nav#nav_navigator ul li:nth-child(9) {
    margin-right: 20px;
    margin-left: 0px;
  }
  #navigator nav#nav_navigator ul li:nth-child(10) {
    margin-right: 0px;
    margin-left: 0px;
  }
  #navigator .block_n ul {
    justify-content: space-between;
  }
  #navigator .block_n ul li {
    width: 32.45%;
    margin-bottom: 30px;
  }
  #navigator .block_n ul li:nth-child(2n) {
    margin-left: 0px;
  }
  #navigator .block_n ul:after {
    content: "";
    display: block;
    height: 0px;
    width: 32.45%;
  }
}
@media all and (min-width: 800px) {
  #navigator .ttl_n {
    margin-bottom: 40px;
  }
  #navigator .block_n {
    max-width: 1300px;
    margin: auto;
  }
  #navigator .block_n ul {
    justify-content: space-between;
    padding-bottom: 90px;
  }
  #navigator .block_n ul li {
    width: 24%;
    margin-bottom: 30px;
  }
  #navigator .block_n ul li a .img {
    overflow: hidden;
    background: #000;
  }
  #navigator .block_n ul li a .img figure {
    -webkit-transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
    transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
  }
  #navigator .block_n ul li a:hover .img figure {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.8;
  }
  #navigator .block_n ul:before, #navigator .block_n ul:after {
    content: "";
    display: block;
    height: 0px;
    width: 24%;
  }
  #navigator .block_n ul:before {
    order: 1;
  }
}
/* PC */
@media all and (min-width: 1100px) {
  #navigator nav#nav_navigator ul li {
    width: 40px;
    height: 40px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  #navigator nav#nav_navigator ul li a {
    -webkit-transition: background 0.15s linear 0s, color 0.15s linear 0s;
    transition: background 0.15s linear 0s, color 0.15s linear 0s;
  }
  #navigator nav#nav_navigator ul li a:hover {
    background: #fff;
    color: #000;
  }
  #navigator .ttl_n {
    margin-bottom: 40px;
  }
  #navigator .block_n ul {
    justify-content: flex-start;
  }
  #navigator .block_n ul li {
    width: 19.33%;
    margin-right: 0.83%;
  }
  #navigator .block_n ul li:nth-child(5n) {
    margin-right: 0px;
  }
  #navigator .block_n .pagetop a {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  #navigator .block_n .pagetop a:hover {
    opacity: 0.5;
  }
  #navigator #navigators_detail article {
    width: 93.75%;
    padding-bottom: 200px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: top;
  }
  #navigator #navigators_detail h3 {
    width: 178px;
    margin: auto;
    margin-bottom: 44px;
  }
  #navigator #navigators_detail .col_l {
    width: 60%;
    margin: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 0 8px #ccc;
    background: #fff;
    padding: 40px 0 0 0;
    margin-bottom: 56px;
  }
  #navigator #navigators_detail .col_l .col_inner {
    width: 90%;
    margin: auto;
    padding-bottom: 40px;
  }
  #navigator #navigators_detail .col_l h4 {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  #navigator #navigators_detail .col_l h4 ruby rt {
    font-weight: normal;
  }
  #navigator #navigators_detail .col_l h5 {
    margin-top: 11px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: 600;
  }
  #navigator #navigators_detail .col_l .program .ttl_h5 {
    margin-bottom: 30px;
  }
  #navigator #navigators_detail .col_l .program .ttl_h5 h5 {
    height: 24px;
    width: 88px;
  }
  #navigator #navigators_detail .col_l .program dl {
    margin-bottom: 30px;
  }
  #navigator #navigators_detail .col_l .program dl:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
  #navigator #navigators_detail .col_l .program dl dt {
    margin-bottom: 12px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #navigator #navigators_detail .col_l .program dl dt a {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  #navigator #navigators_detail .col_l .program dl dt a:hover {
    opacity: 0.5;
  }
  #navigator #navigators_detail .col_l .program dl dd {
    line-height: 1.2;
    margin-bottom: 0.25em;
    padding-left: 22px;
    position: relative;
  }
  #navigator #navigators_detail .col_l .program dl dd:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
  #navigator #navigators_detail .col_l .program dl dd span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #navigator #navigators_detail .col_r {
    width: 40%;
    margin: 0;
    box-sizing: border-box;
    padding-left: 60px;
    padding-top: 80px;
  }
  #navigator #navigators_detail .col_r .ttl_h5 {
    margin-bottom: 30px;
  }
  #navigator #navigators_detail .col_r .ttl_h5 h5 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  #navigator #navigators_detail .col_r .profile {
    margin-bottom: 74px;
  }
  #navigator #navigators_detail .col_r .profile p {
    font-size: 15px;
    font-size: 1.5rem;
  }
  #navigator #navigators_detail .col_r .links {
    margin-bottom: 120px;
  }
  #navigator #navigators_detail .col_r .links ul {
    padding-top: 8px;
  }
  #navigator #navigators_detail .col_r .links ul li {
    margin-bottom: 1.2em;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #navigator #navigators_detail .col_r .links ul li:last-child {
    margin-bottom: 0px;
  }
  #navigator #navigators_detail .col_r .links ul li a {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  #navigator #navigators_detail .col_r .links ul li a:hover {
    opacity: 0.5;
  }
  #navigator #navigators_detail .col_r .back {
    margin: 0;
  }
  #navigator #navigators_detail .col_r .back a {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  #navigator #navigators_detail .col_r .back a span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #navigator #navigators_detail .col_r .back a:after {
    content: "";
    width: 40px;
    height: 12px;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -6px;
  }
  #navigator #navigators_detail .col_r .back a:hover {
    opacity: 0.5;
  }
}
#about .section_inner {
  width: 93.75%;
  margin: auto;
  max-width: 1300px;
}
#about .ttl_h3 {
  position: relative;
}
#about .ttl_h3 h3 {
  border-bottom: 2px solid #000;
}
#about .ttl_h3 h3 span {
  height: 26px;
  line-height: 26px;
  padding: 0 16px;
  text-align: center;
  background: #000;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
}
#about #about_us {
  margin-bottom: 40px;
}
#about .company_info {
  margin-bottom: 60px;
}
#about .company_info dt, #about .company_info dd, #about .company_info p, #about .company_info li, #about .company_info a {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "Custom Yu Gothic", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#about .company_info dl {
  margin: 18px auto 18px;
  padding: 0 6px;
  box-sizing: border-box;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 12px;
}
#about .company_info dl dt {
  position: relative;
  height: 16px;
  margin-bottom: 6px;
}
#about .company_info dl dt:before {
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  content: "";
  background: #000;
}
#about .company_info dl dt span {
  color: #000;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-left: 10px;
  line-height: 16px;
}
#about .company_info dl dd p {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 22px;
}
#about .company_info dl dd ul li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
}
#about .company_info dl dd ul.location li {
  margin-bottom: 22px;
}
#about .company_info dl dd ul.location li:last-child {
  margin-bottom: 0px;
}
#about .company_info dl dd ul.location li p.type {
  height: 20px;
  line-height: 20px;
  border: 1px solid #000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0 14px;
  display: inline-block;
  margin-bottom: 5px;
}
#about .company_info dl dd ul.location li a {
  text-decoration: underline;
}
#about .company_info dl dd ul.location li a:after {
  content: "";
  width: 12px;
  height: 18px;
  display: inline-block;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxMiAxOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIgMTg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PHBhdGggaWQ9Imljb24iIGNsYXNzPSJzdDAiIGQ9Ik0xMiw2LjJDMTIuMSwyLjksOS41LDAuMiw2LjMsMFMwLjIsMi40LDAsNS43YzAsMC4yLDAsMC4zLDAsMC41YzAsMC0wLjgsMy44LDUuNiwxMS41QzUuNywxOCw2LDE4LjEsNi4yLDE4YzAuMSwwLDAuMS0wLjEsMC4yLTAuMkMxMi44LDEwLDEyLDYuMiwxMiw2LjJ6IE02LDkuOUM0LDEwLDIuMiw4LjQsMi4yLDYuNGMtMC4xLTIsMS41LTMuOCwzLjUtMy44YzItMC4xLDMuOCwxLjUsMy44LDMuNWMwLDAuMSwwLDAuMSwwLDAuMkM5LjYsOC4yLDgsOS45LDYsOS45eiIvPjwvc3ZnPg==");
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 4px;
  position: relative;
  top: 2px;
}
#about section#about_data {
  margin-bottom: 76px;
}
#about .data {
  border: 2px solid #000;
}
#about .data .nav_tab {
  width: 100%;
}
#about .data .nav_tab ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  box-sizing: border-box;
}
#about .data .nav_tab ul li {
  width: 50%;
  height: 40px;
}
#about .data .nav_tab ul li a {
  position: relative;
  display: block;
  text-align: center;
  line-height: 40px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  box-sizing: border-box;
  font-weight: 600;
}
#about .data .nav_tab ul li a.active {
  background: #000;
  color: #fff;
}
#about .data .nav_tab ul li a.active:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #000 transparent transparent transparent;
}
#about .data .nav_tab ul li:first-child a {
  border-left: none;
}
#about .data .tab {
  width: 89.33%;
  margin: auto;
  padding: 30px 0;
  display: none;
}
#about .data .tab.active {
  display: block;
}
#about .data .tab p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  letter-spacing: 0.05em;
}
#about .data .tab p.note {
  color: #7f7f7f;
  margin-bottom: 30px;
}
#about .data .tab dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  margin-bottom: 1em;
}
#about .data .tab dl dt, #about .data .tab dl dd {
  width: 50%;
}
#about .data .tab dl dt {
  font-weight: 600;
}
#about .data .tab dl:nth-last-of-type(1) {
  margin-bottom: 0px;
}
#about .data .tab ul li {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1em;
}
#about .data .tab ul li:last-child {
  margin-bottom: 0px;
}
#about #about_recruit {
  margin-bottom: 100px;
}
#about #about_recruit .ttl_h4 {
  text-align: center;
  margin-bottom: 30px;
}
#about #about_recruit .ttl_h4 h4 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 22px;
  font-size: 2.2rem;
}
#about #about_recruit a.btn_arrow {
  width: 100%;
  max-width: 480px;
  height: 46px;
  line-height: 46px;
  background: #000;
  display: block;
  margin: auto;
}
#about #about_recruit a.btn_arrow span {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: left;
  text-indent: 10%;
}
#about #about_business {
  margin-bottom: 80px;
}
#about #about_business .ttl_h3 {
  margin-bottom: 16px;
}
#about #about_business ul {
  margin-bottom: 60px;
}
#about #about_business ul li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 18px;
  margin-bottom: 0.8em;
}
#about #about_business ul li:last-child {
  margin-bottom: 0px;
}
#about #about_business ul li:before {
  content: "■";
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 22px;
  position: absolute;
  left: 4px;
}
#about #about_business .img {
  width: 100%;
  max-width: 465px;
  margin: auto;
}
#about #about_plan {
  padding-bottom: 140px;
}
#about #about_plan .ttl_h3 {
  margin-bottom: 20px;
}
#about #about_plan .plan_content {
  background: #f5f5f5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 10px 4px 20px 4px;
}
#about #about_plan .plan_content .plan_content_inner {
  padding: 10px 4px 20px 4px;
  height: 440px;
  overflow: auto;
}
#about #about_plan .plan_content .content {
  width: calc(100% - 32px);
  margin: auto;
}
#about #about_plan .plan_content .content .ttl_h5 {
  margin-top: 60px;
  margin-bottom: 24px;
}
#about #about_plan .plan_content .content .ttl_h5:nth-of-type(1) {
  margin-top: 30px;
}
#about #about_plan .plan_content .content .ttl_h5 h5 {
  height: 40px;
  line-height: 40px;
  position: relative;
}
#about #about_plan .plan_content .content .ttl_h5 h5:before {
  content: "";
  width: 8px;
  height: 40px;
  background: #000;
  position: absolute;
}
#about #about_plan .plan_content .content .ttl_h5 h5 span {
  padding-left: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: nowrap;
}
#about #about_plan .plan_content .content p {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 22px;
  margin-bottom: 2em;
}
#about #about_plan .plan_content .content ul li {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 22px;
  margin-bottom: 1em;
}
#about .block_frame_about {
  background: #f5f5f5;
  padding: 10px 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#about .block_frame_about .block_frame_about_inner {
  width: calc(100% - 20px);
  margin-left: 15px;
  height: 350px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#about .block_frame_about .block_frame_about_content {
  padding: 30px 30px 0 0;
}
#about .block_frame_about dt, #about .block_frame_about li, #about .block_frame_about dd {
  text-align: justify;
}
#about .block_frame_about dl {
  padding-bottom: 60px;
}
#about .block_frame_about dl dt {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  margin-bottom: 18px;
}
#about .block_frame_about dl dt:before {
  width: 6px;
  height: 32px;
  display: inline-block;
  background: #000;
  content: "";
  position: absolute;
  left: 0px;
}
#about .block_frame_about dl dt span {
  line-height: 32px;
  display: inline-block;
  padding-left: 18px;
  font-weight: 600;
}
#about .block_frame_about dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 25.2px;
  letter-spacing: 0.05em;
  margin-bottom: 1.5em;
}
#about .block_frame_about dl dd:nth-last-of-type(1) {
  margin-bottom: 0px;
}
#about .block_frame_about dl dd:nth-last-of-type(1) ul {
  margin-bottom: 0px;
}
#about .block_frame_about ul {
  margin-bottom: 1.5em;
}
#about .block_frame_about ul li {
  margin-bottom: 0.3em;
}
#about .block_frame_about ul li ul + p {
  margin-top: 1.5em;
}
#about .block_frame_about ul li:last-child {
  margin-bottom: 0px;
}
#about .block_frame_about ul li:last-child p {
  margin-bottom: 0px;
}
#about .block_frame_about ul li p {
  margin-bottom: 1.5em;
}
#about .block_frame_about ul.num {
  padding-left: 1.5em;
}
#about .block_frame_about ul.num li {
  list-style: decimal;
}

@media all and (min-width: 375px) {
  #about .data {
    border: none;
  }
  #about .data .nav_tab {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    box-sizing: border-box;
    border-left: 2px solid #000;
  }
  #about .data .tabs {
    border: 2px solid #000;
  }
}
/* Small Devices, Tablets */
@media all and (min-width: 640px) {
  #about #about_us .ttl_h3 {
    margin-bottom: 19px;
  }
  #about .company_info dl dd ul.location li br {
    display: none;
  }
  #about #about_recruit a.btn_arrow span {
    text-align: center;
    text-indent: 0%;
  }
}
@media all and (min-width: 800px) {
  #about .ttl_h3 h3 span {
    width: 170px;
    height: 38px;
    line-height: 38px;
    padding: 0;
  }
  #about #about_us .ttl_h3 {
    margin-bottom: 40px;
  }
  #about .col2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    margin-bottom: 100px;
  }
  #about .company_info {
    width: calc(100% - 535px);
    margin-right: 50px;
    margin-bottom: 0px;
  }
  #about .company_info dl {
    margin: 16px auto 16px;
    padding-bottom: 12px;
  }
  #about .company_info dl:nth-of-type(1) {
    margin-top: 0px;
  }
  #about .company_info dl dt {
    height: 16px;
    margin-bottom: 11px;
  }
  #about .company_info dl dt:before {
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    content: "";
    background: #000;
  }
  #about .company_info dl dt span {
    font-size: 15px;
    font-size: 1.5rem;
    padding-left: 10px;
    line-height: 16px;
  }
  #about .company_info dl dd p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }
  #about .company_info dl dd ul li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }
  #about .company_info dl dd ul.location li {
    margin-bottom: 22px;
  }
  #about .company_info dl dd ul.location li:last-child {
    margin-bottom: 0px;
  }
  #about .company_info dl dd ul.location li p.type {
    margin-bottom: 12px;
  }
  #about section#about_data {
    margin-bottom: 76px;
  }
  #about .data {
    width: 465px;
  }
  #about .data .nav_tab {
    width: 100%;
    max-width: 300px;
    border-left: none;
  }
  #about .data .nav_tab ul li {
    height: 36px;
  }
  #about .data .nav_tab ul li a {
    line-height: 36px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #about .data .nav_tab ul li a.active:after {
    bottom: -8px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
  }
  #about .data .nav_tab ul li:first-child {
    border-left: 2px solid #000;
  }
  #about .data .nav_tab ul li:first-child a {
    border-left: none;
  }
  #about .data .tab {
    width: calc(100% - 32px);
    padding: 24px 0 40px 0;
    display: none;
  }
  #about .data .tab.active {
    display: block;
  }
  #about .data .tab p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 25px;
    letter-spacing: 0.05em;
  }
  #about .data .tab p.note {
    margin-bottom: 22px;
  }
  #about .data .tab dl dt, #about .data .tab dl dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #about .data .tab dl dt {
    font-weight: 600;
    width: 145px;
  }
  #about .data .tab dl dd {
    width: calc(100% - 145px);
  }
  #about .data .tab dl:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
  #about .data .tab ul li {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
  #about .data .tab ul li:last-child {
    margin-bottom: 0px;
  }
  #about #about_recruit {
    margin-bottom: 120px;
  }
  #about #about_recruit .ttl_h4 {
    text-align: center;
    margin-bottom: 30px;
  }
  #about #about_recruit .ttl_h4 h4 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #about #about_business {
    margin-bottom: 80px;
  }
  #about #about_business .ttl_h3 {
    margin-bottom: 34px;
  }
  #about #about_business .col2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
  }
  #about #about_business ul {
    width: calc(100% - 535px);
    margin-bottom: 60px;
    margin-right: 50px;
  }
  #about #about_business ul li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    padding-left: 18px;
    margin-bottom: 1.1em;
  }
  #about #about_business ul li:last-child {
    margin-bottom: 0px;
  }
  #about #about_business ul li:before {
    line-height: 26px;
    position: absolute;
    left: 4px;
  }
  #about #about_business .img {
    width: 465px;
    margin: 0;
  }
  #about #about_plan {
    padding-bottom: 200px;
  }
  #about #about_plan .ttl_h3 {
    margin-bottom: 40px;
  }
  #about #about_plan .plan_content {
    padding: 25px 4px 0px 4px;
  }
  #about #about_plan .plan_content .plan_content_inner {
    padding: 10px 4px 0px 4px;
    height: 600px;
    overflow: auto;
  }
  #about #about_plan .plan_content .content {
    width: calc(100% - 32px);
    margin: auto;
  }
  #about #about_plan .plan_content .content .ttl_h5 {
    margin-top: 54px;
    margin-bottom: 24px;
  }
  #about #about_plan .plan_content .content .ttl_h5:nth-of-type(1) {
    margin-top: 30px;
  }
  #about #about_plan .plan_content .content .ttl_h5 h5 span {
    padding-left: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #about #about_plan .plan_content .content p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    margin-bottom: 1.5em;
  }
  #about #about_plan .plan_content .content ul li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    margin-bottom: 1em;
  }
  #about .block_frame_about {
    padding: 40px 0;
  }
  #about .block_frame_about .block_frame_about_inner {
    width: calc(100% - 40px);
    margin-left: 30px;
    height: 640px;
  }
  #about .block_frame_about .block_frame_about_content {
    padding: 30px 10px 0 0;
  }
  #about .block_frame_about dl {
    padding-bottom: 60px;
  }
  #about .block_frame_about dl dt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  #about .block_frame_about dl dt:before {
    width: 8px;
    height: 40px;
  }
  #about .block_frame_about dl dt span {
    line-height: 40px;
    padding-left: 22px;
  }
}
/* PC */
select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

#topics .img_main {
  width: 93.75%;
  margin: auto;
  max-width: 1300px;
  margin-bottom: 30px;
}
#topics #social-feed-area {
  margin-bottom: 34px;
}
#topics .lead {
  width: 93.75%;
  max-width: 760px;
  margin: auto;
  padding-bottom: 81px;
}
#topics .lead h3 {
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: 0.05em;
  margin-bottom: 19px;
}
#topics .lead p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  letter-spacing: 0.05em;
  margin-bottom: 1.5em;
}
#topics .lead p:nth-last-of-type(1) {
  margin-bottom: 0px;
}
#topics .ttl_h3 {
  width: 100%;
  max-width: 760px;
  margin: auto;
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
}
#topics .ttl_h3 h3 {
  height: 24px;
  display: inline-block;
  background: #000;
  font-size: 14px;
  font-size: 1.4rem;
}
#topics .ttl_h3 h3 span {
  color: #fff;
  line-height: 24px;
  font-weight: bold;
  padding: 0 16px;
}
#topics .event_info {
  width: 93.75%;
  margin: auto;
  max-width: 760px;
}
#topics .event_info h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 29px;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 30px;
}
#topics .table {
  border-top: 1px solid #ccc;
}
#topics .table dl {
  border-bottom: 1px solid #ccc;
  padding: 20px 0 13px 0;
}
#topics .table dl dt {
  line-height: 16px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  padding-left: 12px;
  margin-bottom: 14px;
}
#topics .table dl dt:before {
  content: "";
  width: 5px;
  height: 16px;
  background: #000;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}
#topics .table dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  letter-spacing: 0.05em;
}
#topics .list_note {
  padding-top: 24px;
  margin-bottom: 60px;
}
#topics .list_note ul li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 22px;
  margin-bottom: 0.6em;
}
#topics .list_note ul li:last-child {
  margin-bottom: 0px;
}
#topics .list_note ul li:before {
  content: "※";
  position: absolute;
  left: 0px;
  top: 0px;
}
#topics .block_form {
  width: 93.75%;
  margin: auto;
  max-width: 1300px;
  padding-bottom: 150px;
}
#topics .block_form .ttl_h3 {
  margin-bottom: 27px;
}
#topics .block_form .form_content {
  width: 100%;
  max-width: 600px;
  margin: auto;
}
#topics .block_form p.note {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  letter-spacing: 0.05em;
  padding-left: 20px;
  color: #7f7f7f;
  position: relative;
  margin-bottom: 8px;
}
#topics .block_form p.note:before {
  content: "※";
  font-size: 13px;
  font-size: 1.3rem;
  color: #7f7f7f;
  position: absolute;
  left: 0px;
  top: 0px;
}
#topics .block_form dl {
  margin-bottom: 6px;
}
#topics .block_form dl dt {
  font-size: 13px;
  font-size: 1.3rem;
  color: #222427;
  letter-spacing: 0.05em;
  line-height: 30px;
}
#topics .block_form dl dd {
  width: 100%;
}
#topics .block_form dl dd input[type=text],
#topics .block_form dl dd input[type=email],
#topics .block_form dl dd input[type=password] {
  width: 100%;
  height: 28px;
  border: 1px solid #222427;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1.6rem;
  box-sizing: border-box;
  padding-left: 10px;
}
#topics .block_form dl dd textarea {
  width: 100%;
  height: 5em;
  border: 1px solid #222427;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1.6rem;
  box-sizing: border-box;
  padding: 10px;
}
#topics .block_form .form_member {
  border-top: 6px solid #000;
  border-bottom: 6px solid #000;
  margin-top: 40px;
  padding-top: 8px;
  padding-bottom: 40px;
}
#topics .block_form .form_member h4 {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
#topics .block_form .form_member .dl_member {
  background: #f5f5f5;
  padding: 11px 0;
}
#topics .block_form .form_member .dl_member dl {
  width: calc(100% - 20px);
  margin: auto;
  margin-bottom: 7px;
}
#topics .block_form .form_member .member_links {
  padding: 14px 0 0 0;
  width: calc(100% - 20px);
  margin: auto;
}
#topics .block_form .form_member .member_links ul {
  text-align: right;
}
#topics .block_form .form_member .member_links ul li {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
#topics .block_form .form_member .member_links ul li a {
  text-decoration: underline;
}
#topics .block_form .form_notmember {
  padding-top: 9px;
  padding-bottom: 36px;
}
#topics .block_form .form_notmember h4 {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 8px;
}
#topics .block_form .form_notmember .register {
  text-align: right;
  margin-bottom: 16px;
}
#topics .block_form .form_notmember .register p {
  font-size: 13px;
  font-size: 1.3rem;
}
#topics .block_form .form_notmember .register p a {
  text-decoration: underline;
  letter-spacing: 0.05em;
}
#topics .block_form .form_notmember dl.name dd,
#topics .block_form .form_notmember dl.zip dd,
#topics .block_form .form_notmember dl.pref dd {
  width: 180px;
}
#topics .block_form .form_notmember dl.address {
  margin-bottom: 17px;
  margin-top: 17px;
}
#topics .block_form .form_notmember dl.address dd.bdr {
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 7px 14px 9px;
}
#topics .block_form dl.age dd {
  width: 75px;
}
#topics .block_form dl.age dd input {
  width: 50px;
  margin-right: 4px;
}
#topics .block_form .wrap_radio label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  align-items: center;
}
#topics .block_form .wrap_radio input {
  display: none;
}
#topics .block_form .wrap_radio span.radio {
  width: 28px;
  height: 28px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: relative;
  margin-right: 14px;
}
#topics .block_form .wrap_radio span.radio:after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -7px 0 0 -7px;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#topics .block_form .wrap_radio input[type=radio]:checked + span.radio:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#topics .block_form dl.gender dd ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
#topics .block_form dl.gender dd ul li {
  width: 104px;
}
#topics .block_form .select dd {
  width: 180px;
  overflow: hidden;
  position: relative;
  border: 1px solid #222427;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
#topics .block_form .select dd select {
  width: 100%;
  height: 28px;
  box-sizing: border-box;
  overflow: hidden;
  padding-left: 24px;
  font-size: 16px;
  font-size: 1.6rem;
}
#topics .block_form .select dd:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #000000 transparent transparent transparent;
  pointer-events: none;
}
#topics .block_form dl.tel dd {
  width: 180px;
}
#topics .about_form {
  background: #f5f5f5;
  margin-bottom: 30px;
}
#topics .about_form .about_form_inner {
  padding: 20px 20px;
}
#topics .about_form h5 {
  position: relative;
  margin-bottom: 14px;
}
#topics .about_form h5:before {
  width: 6px;
  height: 16px;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #000;
}
#topics .about_form h5 span {
  padding-left: 12px;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}
#topics .about_form p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
#topics .about_form .list_note {
  padding-top: 0px;
  margin-bottom: 0px;
}
#topics .about_form .list_note li {
  color: #7f7f7f;
}
#topics .form_agree {
  border: 2px solid #000;
  margin-bottom: 60px;
}
#topics .form_agree .form_agree_inner {
  padding: 14px 20px 16px 20px;
}
#topics .form_agree p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
#topics .form_agree p:nth-last-of-type(1) {
  margin-bottom: 0px;
}
#topics .form_agree p.bold {
  font-weight: bold;
}
#topics .form_agree p a {
  text-decoration: underline;
}
#topics input[type=submit] {
  width: 240px;
  height: 46px;
  line-height: 46px;
  letter-spacing: 0.6em;
  display: block;
  text-align: center;
  margin: auto;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  overflow: hidden;
}

.ie11 #topics .ttl_h3 h3 span {
  line-height: 32px;
}
.ie11 #topics .block_form dl.select dd select {
  width: 120%;
}

/* Small Devices, Tablets */
@media all and (min-width: 640px) {
  #topics #social-feed-area {
    width: 460px;
    margin: auto;
    margin-bottom: 34px;
  }
  #topics #social-feed-area a {
    margin-bottom: 0px;
    margin-right: 30px;
  }
  #topics #social-feed-area #gigyaShare {
    width: 460px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
  }
  #topics #social-feed-area .gig-bar-container {
    width: 200px;
    height: 28px;
  }
}
@media all and (min-width: 800px) {
  #topics .page_share {
    margin-bottom: 50px;
  }
  #topics .lead {
    padding-bottom: 63px;
  }
  #topics .about_form .about_form_inner {
    padding: 20px 20px;
  }
  #topics .about_form h5 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #topics .form_agree .form_agree_inner {
    padding: 14px 18px 16px 18px;
  }
}
/* PC */
.subpage .block_ad {
  display: none;
}

.policies .lead {
  margin-bottom: 5.5em;
}
.policies .lead p {
  line-height: 1.9;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1.55em;
}
.policies .lead p:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.policies .lead ul {
  margin-top: 1.5em;
}
.policies .lead ul li {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.75;
}
.policies#program_standard .block_frame .block dl dd {
  line-height: 1.7;
  margin-bottom: 0px;
}
.policies#program_standard .block_frame .block dl dd.has_ul ul {
  padding-left: 4em;
  margin-bottom: 1.5em;
}
.policies#program_standard .block_frame .block dl dd.has_ul ul li {
  list-style: none;
  padding-left: 0px;
}
.policies#program_standard .block_frame .block dl dd.has_ul ul li:before {
  display: none;
}
.policies .block {
  margin-bottom: 5.5em;
}
.policies .block dl dt.ttl_round_black {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  display: inline-block;
  padding: 0 18px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  height: 22px;
  line-height: 24px;
  background: #000;
  color: #fff;
  margin-bottom: 24px;
}
.policies .block dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.95;
  margin-bottom: 1em;
}
.policies .block dl dd:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.policies .privacy_end {
  padding: 50px 0;
  text-align: right;
}
.policies .privacy_end p.txt_ceo {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9;
}
.policies .updated {
  padding: 50px 0 120px 0;
}
.policies .updated ul {
  text-align: right;
}
.policies .updated ul li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}

.block_frame {
  width: 100%;
  background: #f5f5f5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 40px 0 40px 0;
}
.block_frame .frame_inner.overflow {
  width: 100%;
  height: 350px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.block_frame .frame_content {
  width: 93.4%;
  margin: auto;
}
.block_frame .block:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.block_frame .block dl dt {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  margin-bottom: 18px;
}
.block_frame .block dl dt:before {
  width: 6px;
  height: 32px;
  display: inline-block;
  background: #000;
  content: "";
  position: absolute;
  left: 0px;
}
.block_frame .block dl dt span {
  line-height: 32px;
  display: inline-block;
  padding-left: 18px;
  font-weight: 600;
}
.block_frame .block dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.95;
}
.block_frame .block dl dd.bold {
  font-weight: 600;
}
.block_frame .block dl.disc dd {
  padding-left: 1.5em;
  position: relative;
}
.block_frame .block dl.disc dd:before {
  content: "・";
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  position: absolute;
  left: 0px;
  top: -2px;
}
.block_frame .block dl dd dl {
  margin-bottom: 20px;
}
.block_frame .block dl dd dl dt {
  margin-bottom: 12px;
}
.block_frame .block dl dd dl dt:before {
  height: 2px;
  top: 8px;
}
.block_frame .block dl dd dl dt span {
  line-height: 1.4;
  display: inline-block;
  padding-left: 18px;
  font-weight: 600;
}
.block_frame .block ul {
  margin-top: 1.5em;
}
.block_frame .block ul li {
  padding-left: 1.5em;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9;
}
.block_frame .block ul li:before {
  content: "・";
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  left: 0px;
  top: -2px;
}

#about_plan .block_frame .block ul li {
  list-style: none;
  padding-left: 0px;
}
#about_plan .block_frame .block ul li:before {
  display: none;
}

/* Small Devices, Tablets */
/* PC */
@media all and (min-width: 864px) {
  .policies .block {
    margin-bottom: 5.5em;
  }
  .policies .block dl dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.9;
    margin-bottom: 1.5em;
  }
  .policies .block dl dd:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
  .policies .privacy_end {
    padding: 74px 0 140px 0;
  }
  .policies .privacy_end p.txt_ceo {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .policies .updated {
    padding: 74px 0 140px 0;
  }
  .policies .updated ul li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .block_frame .frame_inner.overflow {
    width: 100%;
    height: 640px;
  }
  .block_frame .frame_content {
    width: 93.4%;
    margin: auto;
  }
  .block_frame .block {
    margin-bottom: 4em;
  }
  .block_frame .block dl dt {
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    margin-bottom: 20px;
  }
  .block_frame .block dl dt:before {
    width: 8px;
    height: 40px;
  }
  .block_frame .block dl dt span {
    line-height: 40px;
    padding-left: 22px;
  }
  .block_frame .block dl dd dl {
    margin-bottom: 30px;
  }
  .block_frame .block dl dd dl dt {
    margin-bottom: 12px;
  }
  .block_frame .block dl dd dl dt:before {
    width: 8px;
    height: 2px;
    top: 12px;
  }
  .block_frame .block dl dd dl dt span {
    line-height: 1;
    display: inline-block;
    padding-left: 18px;
    font-weight: 600;
  }
  .block_frame .block ul {
    margin-top: 1.5em;
  }
  .block_frame .block ul li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.9;
  }
  .block_frame .block ul li:before {
    font-size: 32px;
    font-size: 3.2rem;
    top: -2px;
  }
}
@keyframes show_loading {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.clip_modal #modal_clip {
  display: block;
}
.clip_modal.show_clip_modal #modal_clip {
  opacity: 1;
}

.login_modal #modal_login {
  display: block;
}
.login_modal.show_login_modal #modal_login {
  opacity: 1;
}

.myjwave #modal_login .loginbtn a {
  font-size: 14px;
  font-size: 1.4rem;
}
.myjwave #modal_login #gigyaLoginUI {
  height: auto !important;
}
.myjwave #modal_login .ttl_jme {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  position: relative;
  align-items: center;
}
.myjwave #modal_login .ttl_jme dl {
  text-align: left !important;
}
.myjwave #modal_login .ttl_jme dl dt {
  font-family: "Ekster-Bold";
  font-feature-settings: "palt";
  line-height: 1;
  font-size: 30px;
  font-size: 3rem;
}
.myjwave #modal_login .ttl_jme dl dd {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.myjwave #modal_login .ttl_jme:before {
  display: block;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxMTcgMTM0LjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDExNyAxMzQuMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiMwNDAwMDA7fTwvc3R5bGU+PGc+PHBhdGggY2xhc3M9InN0MCIgZD0iTTExMS4zLDI0LjZjLTEuOS01LjctNS45LTEwLjUtMTEuMS0xNC4xYzAuNS0wLjcsMC45LTEuNCwxLjMtMi4xbC0yLjYtMS41Yy0wLjQsMC43LTAuOCwxLjQtMS4zLDJjLTAuOS0wLjUtMS45LTEtMi45LTEuNGMwLjItMC40LDAuNS0wLjgsMC43LTEuM2MwLjgtMi4yLTAuMi00LjQtMi40LTUuNWMtMS41LTAuNy0zLjgtMS4xLTUuNiwwLjFDODYuNiwxLjMsODYsMiw4NS42LDIuOWMtMC4zLDAuNi0wLjUsMS4yLTAuNiwxLjhjLTIuMy0wLjQtNC43LTAuNi03LjEtMC41Yy0wLjItMC45LTAuOC0yLjEtMi45LTIuNGMtMS45LTAuMy0zLjUsMC40LTQuNywxLjVDNjkuOCwyLjYsNjksMi4xLDY4LDJjLTIuNS0wLjMtNC4zLDAuMy01LjcsMS42Yy0xLjUtMS44LTQuNi0xLjQtNS41LTEuMmMtMS45LDAuMy0zLjUsMS4zLTQuNywyLjZsMi4yLDJjMC43LTAuOCwxLjgtMS40LDMtMS42YzEuNC0wLjMsMi42LDAsMi43LDAuMmMwLDAuMSwwLDAuMi0wLjEsMC44Yy0wLjIsMC44LTAuNCwxLjUtMC43LDIuM2MtNC4yLDIuMi04LDUuMi0xMSw4LjhjLTYuNyw3LjktMTAsMTguNS05LjgsMzEuM2MwLjEsMTAuNCwxLDIwLjMsMS44LDI5LjFjMS42LDE4LjIsMi44LDMyLjUtMy4xLDM4LjVjLTIuNSwyLjUtNi4zLDMuNS0xMS43LDNjLTEuNS0wLjEtMy40LTEuNS00LjgtMy41Yy0xLTEuNC0xLjYtMi45LTEuNy00LjFjMy4zLTAuMiw3LjQtMSw5LjUtNC4yYzQuNC02LjYsMy45LTE1LjMtMS4yLTIxYy00LjgtNS4zLTExLjktNi41LTE4LjYtM0MzLjgsODYuMSwwLjIsOTIuMSwwLDk3LjVjLTEuMSwzNSwyNi40LDM1LjksNDQuNSwzNi41YzQuMiwwLjEsOC4yLDAuMiwxMS45LDAuMmM0NS4zLDAsNTcuNC0xMSw1OS42LTQ4LjZDMTE4LDUyLjUsMTE3LjIsNDIuOCwxMTEuMywyNC42eiBNOTEuOCwxMS4zYzAuNC0wLjQsMC44LTAuOSwxLjEtMS4zYzAuOSwwLjQsMS44LDAuOCwyLjcsMS4zYy0wLjksMC45LTEuOCwxLjYtMi44LDIuMmMtMSwwLjYtMS44LDAuOS0yLjUsMWMtMC42LDAtMS4yLTAuMS0xLjUtMC40Qzg5LjksMTMuMiw5MC45LDEyLjMsOTEuOCwxMS4zeiBNODcuOSwxMC45Yy0wLjEtMC45LTAuMi0xLjgtMC4yLTIuNmMwLjgsMC4yLDEuNSwwLjQsMi4yLDAuNmMtMC4xLDAuMS0wLjIsMC4yLTAuMywwLjNDODkuMSw5LjgsODguNSwxMC40LDg3LjksMTAuOXogTTg4LjMsNC4xYzAuMi0wLjQsMC40LTAuNywwLjctMC45Qzg5LjMsMy4xLDg5LjcsMyw5MC4xLDNjMC41LDAsMS4xLDAuMSwxLjUsMC40YzAuNiwwLjMsMS4yLDAuOSwwLjksMS45Yy0wLjEsMC40LTAuNCwwLjgtMC43LDEuMkM5MC42LDYsODkuMyw1LjYsODgsNS4zQzg4LjEsNC45LDg4LjIsNC41LDg4LjMsNC4xeiBNODUuMSwxMi40YzAsMC4yLDAuMSwwLjQsMC4xLDAuNmMtMS4zLDAuOC0zLjcsMi01LjUsMWMtMi0xLTIuMS0zLjktMi4xLTUuMWMwLTAuNiwwLjEtMS4xLDAuMS0xLjdjMi40LDAsNC43LDAuMSw2LjksMC41Qzg0LjcsOS40LDg0LjksMTEsODUuMSwxMi40eiBNNjQuMyw1LjljMC44LTAuOCwxLjgtMS4xLDMuNC0wLjljMCwwLDAuMSwwLDAuMSwwYzAsMC4xLTAuMSwwLjMtMC4xLDAuNGMtMS40LDAuMy0yLjcsMC44LTQsMS4zQzYzLjksNi40LDY0LjEsNi4yLDY0LjMsNS45eiBNMTEzLDg1LjVjLTEuMiwyMC45LTUuMywzMS42LTE0LjcsMzcuOWMtOS41LDYuNC0yNSw4LjYtNTMuNyw3LjZDMjIuMiwxMzAuMywyLjEsMTI3LjIsMyw5Ny42YzAuMS0zLjksMi43LTkuMiw2LjgtMTEuM2MyLjEtMS4xLDQuMy0xLjcsNi40LTEuN2MzLjIsMCw2LjMsMS40LDguNiw0YzMuNSwzLjksNS4yLDEwLjksMSwxNy4zYy0xLjcsMi41LTUuNiwyLjktOC40LDIuOWwtMS4xLDBsLTAuMywxLjFjLTAuNiwyLjIsMC4yLDUsMi4xLDcuN2MyLDIuOCw0LjYsNC42LDcsNC44YzYuMywwLjUsMTAuOS0wLjgsMTQtMy45YzYuOS02LjksNS42LTIxLjksNC00MC44Yy0wLjgtOC43LTEuNi0xOC42LTEuNy0yOC45Yy0wLjMtMTkuMiw3LjQtMjkuNSwxNS40LTM1Yy0wLjQsMC42LTAuNywxLjMtMS4xLDEuOWMtMC4xLDAuMS0wLjEsMC4yLTAuMiwwLjNsMi42LDEuNWMxLjEtMS45LDIuMy0zLjksMy40LTZjMC4xLTAuMiwwLjItMC40LDAuMy0wLjZjMS44LTAuOCwzLjUtMS41LDUtMmMwLDAuMS0wLjEsMC4yLTAuMSwwLjJjLTAuMiwwLjUtMC41LDEuMS0wLjcsMS43Yy0wLjYsMS4zLTEuMSwyLjYtMS44LDMuOGwyLjYsMS41YzEtMS44LDEuOS0zLjcsMi43LTUuOGMwLjQtMC44LDAuOC0xLjYsMS4yLTIuNGMwLjQtMC4xLDAuOS0wLjIsMS4yLTAuMmMxLTAuMiwyLTAuMywzLTAuNGMwLDAuNS0wLjEsMS0wLjEsMS41Yy0wLjEsMy43LDEuMiw2LjYsMy43LDcuOGMyLjIsMS4xLDUsMC44LDgtMC45YzAuMSwwLjEsMC4yLDAuMiwwLjMsMC4zYzEsMSwyLjUsMS41LDQsMS40YzEuNi0wLjEsMi45LTAuOSwzLjgtMS40YzEuNC0wLjksMi43LTEuOSwzLjktMy4yYzQuOCwzLjIsOC41LDcuNSwxMC4yLDEyLjdDMTE0LjIsNDMuMiwxMTUsNTIuOCwxMTMsODUuNXoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNjEuNiw0MC4zYy01LjMsMC4zLTkuMiw0LjgtOS40LDQuOUw1MS42LDQ2bDAuNywwLjdjMC4yLDAuMiw0LjMsMy44LDkuNCwzLjhjMC4yLDAsMC40LDAsMC42LDBjNS4zLTAuMyw5LjItNC44LDkuNC00LjlsMC42LTAuN2wtMC43LTAuN0M3MS40LDQ0LDY2LjksNDAsNjEuNiw0MC4zeiBNNjQuNCw0N2MtMC42LDAuNi0xLjQsMS0yLjMsMS4xYy0xLjcsMC4xLTMuMi0xLTMuMy0yLjVjMC0wLjYsMC4yLTEuMywwLjYtMS44YzAuNi0wLjYsMS40LTEsMi4zLTEuMWMwLjEsMCwwLjEsMCwwLjIsMGMxLjYsMCwzLDEuMSwzLjEsMi41QzY1LjEsNDUuOSw2NC44LDQ2LjUsNjQuNCw0N3ogTTU3LjEsNDMuOGMtMC4yLDAuNi0wLjQsMS4yLTAuMywxLjljMCwwLjYsMC4yLDEuMywwLjUsMS44Yy0xLjItMC41LTIuMi0xLjItMi45LTEuN0M1NS4xLDQ1LjMsNTYsNDQuNSw1Ny4xLDQzLjh6IE02Ni43LDQ3YzAuMi0wLjYsMC40LTEuMiwwLjMtMS45YzAtMC42LTAuMi0xLjMtMC41LTEuOGMxLjIsMC41LDIuMiwxLjIsMi45LDEuN0M2OC44LDQ1LjUsNjcuOSw0Ni4zLDY2LjcsNDd6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTYxLjgsNDMuOGMtMS4yLDAuMS0yLjEsMC44LTIuMSwxLjdjMC4xLDAuOSwxLjEsMS41LDIuMywxLjRjMS4yLTAuMSwyLjEtMC44LDIuMS0xLjdDNjQuMSw0NC40LDYzLDQzLjgsNjEuOCw0My44eiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05NS43LDQwLjNjMCwwLTAuMSwwLTAuMSwwYy01LjMsMC05LjQsNC4xLTkuNiw0LjNsLTAuNywwLjdMODYsNDZjMC4yLDAuMiw0LjMsNC40LDkuNiw0LjVjMCwwLDAuMSwwLDAuMSwwYzUuMywwLDkuNC00LjEsOS42LTQuM2wwLjctMC43bC0wLjctMC43QzEwNS4yLDQ0LjYsMTAxLDQwLjQsOTUuNyw0MC4zeiBNOTguMyw0My4yYzAuNywwLjYsMSwxLjQsMSwyLjJjMCwxLjQtMS4xLDIuNi0yLjYsM2MtMC4zLDAtMC43LDAuMS0xLDAuMWMtMC40LDAtMC43LDAtMS0wLjFjLTAuNi0wLjItMS4xLTAuNC0xLjUtMC44Yy0wLjctMC42LTEtMS40LTEtMi4yYzAtMS40LDEuMS0yLjYsMi42LTNjMC4zLDAsMC43LTAuMSwxLTAuMWMwLjQsMCwwLjcsMCwxLDAuMUM5Ny4zLDQyLjYsOTcuOCw0Mi44LDk4LjMsNDMuMnogTTkxLjgsNDMuMWMtMC41LDAuNi0wLjcsMS40LTAuNywyLjJjMCwwLjgsMC4yLDEuNiwwLjcsMi4yYy0xLjUtMC43LTIuOC0xLjYtMy41LTIuMkM4OSw0NC43LDkwLjIsNDMuOCw5MS44LDQzLjF6IE05OS41LDQ3LjdjMC41LTAuNiwwLjctMS40LDAuOC0yLjJjMC0wLjgtMC4yLTEuNi0wLjctMi4yYzEuNSwwLjcsMi44LDEuNiwzLjUsMi4yQzEwMi40LDQ2LjEsMTAxLjEsNDcsOTkuNSw0Ny43eiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05My41LDQ1LjRjMCwwLjksMSwxLjYsMi4yLDEuNmMxLjIsMCwyLjItMC43LDIuMi0xLjVzLTEtMS42LTIuMi0xLjZDOTQuNSw0My44LDkzLjUsNDQuNSw5My41LDQ1LjR6Ii8+PC9nPjwvc3ZnPg==");
  background-size: cover;
  background-repeat: no-repeat;
}
.myjwave #modal_login p.how {
  text-align: left !important;
  line-height: 1;
}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 102;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.modal .modal_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.modal .bg_white {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #fff;
  opacity: 0.95;
}
.modal .bg_close {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
  opacity: 0;
}
.modal .content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.modal .content_inner {
  width: 92%;
  max-width: 520px;
  margin: auto;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 6px #ccc;
  position: relative;
}
.modal a.btn_close_modal {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.modal a.btn_close_modal span {
  width: 36px;
  height: 2px;
  background: #fff;
  display: block;
  position: relative;
  right: 3px;
}
.modal a.btn_close_modal span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 14.5px;
}
.modal a.btn_close_modal span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 13px;
}
.modal #gigyaLoginUI {
  width: 100% !important;
  background: #f7f7f7;
  padding: 15px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.modal #gigyaLoginUI table {
  width: 100% !important;
}
.modal #gigyaLoginUI_p0 table tr {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  align-items: center;
}
.modal #gigyaLoginUI_p0 table td {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  display: block;
}
.modal #gigyaLoginUI_p0 table td:nth-child(1) {
  margin-right: 32px !important;
  padding-right: 0 !important;
}
.modal #gigyaLoginUI_p0 table td:nth-child(1) div div {
  width: 26px !important;
  height: 26px !important;
}
.modal #gigyaLoginUI_p0 table td:nth-child(1) div div div {
  background-image: url(../images/common/svg/black/icon_facebook.svg) !important;
  width: 26px !important;
  height: 26px !important;
  line-height: 1 !important;
  background-size: cover !important;
  background-position: top left !important;
}
.modal #gigyaLoginUI_p0 table td:nth-child(2) {
  margin-right: 32px !important;
  padding-right: 0 !important;
}
.modal #gigyaLoginUI_p0 table td:nth-child(2) div div {
  width: 26px !important;
  height: 21px !important;
}
.modal #gigyaLoginUI_p0 table td:nth-child(2) div div div {
  background-image: url(../images/common/svg/black/icon_twitter.svg) !important;
  line-height: 1 !important;
  width: 26px !important;
  height: 21px !important;
  background-size: cover !important;
  background-position: top left !important;
  position: relative !important;
  top: 0px;
}
.modal #gigyaLoginUI_p0 table td:nth-child(3) {
  margin-right: 32px !important;
  padding-right: 0 !important;
}
.modal #gigyaLoginUI_p0 table td:nth-child(3) div div {
  width: 26px !important;
  height: 24px !important;
}
.modal #gigyaLoginUI_p0 table td:nth-child(3) div div div {
  background-image: url(../images/common/svg/black/icon_mixi.svg) !important;
  line-height: 1 !important;
  width: 26px !important;
  height: 24px !important;
  background-size: cover !important;
  background-position: top left !important;
}
.modal #gigyaLoginUI_p0 table td:nth-child(4) div div div {
  background-image: url(../images/common/svg/black/icon_linkdin.svg) !important;
  width: 24px !important;
  height: 24px !important;
  background-size: cover !important;
  background-position: top left !important;
  position: relative;
  margin-top: 6px;
}

#modal_clip #modal_clip_content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: table;
}
#modal_clip .content_inner {
  background: #000;
}
#modal_clip .wrap_content {
  padding: 26px 14px 30px 14px;
}
#modal_clip h6 {
  margin-bottom: 22px;
}
#modal_clip h6 span {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
#modal_clip h6 span:before {
  content: "";
  width: 20px;
  height: 19px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 6px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxNy41IDE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNy41IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNS40LDcuNkw1LjQsNy42TDIsMTFjLTAuNCwwLjQtMC42LDEtMC42LDEuNUMxLjMsMTMsMS42LDEzLjYsMiwxNGwwLDBjMC40LDAuNCwxLDAuNiwxLjUsMC42YzAuNiwwLDEuMS0wLjIsMS41LTAuNmwzLjgtMy44bDAsMEwxMyw2LjFjMC4yLTAuMiwwLjMtMC40LDAuMy0wLjdjMC0wLjItMC4xLTAuNS0wLjMtMC43Yy0wLjItMC4yLTAuNC0wLjMtMC43LTAuM2MtMC4yLDAtMC41LDAuMS0wLjcsMC4zbC01LjksNS45Yy0wLjMsMC4zLTAuNywwLjMtMSwwYy0wLjMtMC4zLTAuMy0wLjcsMC0xbDUuOS01LjljMC41LTAuNCwxLTAuNywxLjYtMC43YzAuNiwwLDEuMiwwLjIsMS42LDAuN2MwLjQsMC40LDAuNywxLDAuNywxLjZTMTQuNCw2LjYsMTQsN2wtNC4xLDQuMWwwLDBsMCwwTDYsMTVjLTAuNywwLjctMS42LDEtMi41LDFjLTAuOSwwLTEuOC0wLjMtMi40LTFsMCwwaDBjLTAuNy0wLjctMS0xLjYtMS0yLjVjMC0wLjksMC4zLTEuOCwxLTIuNWwzLjgtMy44bDAsMGw0LjgtNC44QzEwLjYsMC40LDExLjgsMCwxMi45LDBjMS4yLDAsMi4zLDAuNCwzLjIsMS4zYzAuOSwwLjksMS4zLDIuMSwxLjMsMy4yYzAsMS4yLTAuNCwyLjMtMS4zLDMuMmwtNi42LDYuNmMtMC4zLDAuMy0wLjcsMC4zLTEsMGMtMC4zLTAuMy0wLjMtMC43LDAtMWw2LjYtNi42YzAuNi0wLjYsMC45LTEuNSwwLjktMi4zYzAtMC44LTAuMy0xLjctMC45LTIuM2MtMC42LTAuNi0xLjUtMC45LTIuMy0wLjljLTAuOCwwLTEuNywwLjMtMi4zLDAuOUw1LjQsNy42eiIvPjwvc3ZnPg==");
  background-size: cover;
  background-repeat: no-repeat;
}
#modal_clip .clipped {
  width: 100%;
  border: 2px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#modal_clip .clipped dl {
  padding: 12px 12px 12px 12px;
}
#modal_clip .clipped dl dt {
  color: #fff;
  font-size: 12.5px;
  font-size: 1.25rem;
  margin-bottom: 0.5em;
}
#modal_clip .clipped dl dd {
  color: #a9a9a9;
  font-size: 11px;
  font-size: 1.1rem;
}
#modal_clip .confirm_at_myjwave {
  width: 100%;
  padding-top: 20px;
}
#modal_clip .confirm_at_myjwave a {
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: flex-end;
  color: #fff;
  align-items: center;
}
#modal_clip .confirm_at_myjwave a img {
  width: 76px;
  vertical-align: top;
  margin-right: 2px;
}
#modal_clip .confirm_at_myjwave a span {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 600;
  position: relative;
  padding-right: 40px;
  display: inline-block;
  position: relative;
  top: 2px;
}
#modal_clip .confirm_at_myjwave a span:after {
  content: "";
  display: block;
  position: absolute;
  width: 31px;
  height: 9px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzOS4zIDExLjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM5LjMgMTEuMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiNGRkZGRkY7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTI4LjEsOC4zbC04LjQtNC44VjBDMjMuNSwyLjIsMzYsOS40LDM5LjMsMTEuM2MtMy45LDAtMzUsMC0zOS4zLDB2LTNIMjguMXoiLz48L3N2Zz4=");
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -5px;
  right: 0px;
}

#modal_login #modal_login_content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: table;
}
#modal_login .content_inner {
  max-width: 740px;
}
#modal_login .wrap_content {
  padding: 22px 0px 22px 0px;
  width: 90.9%;
  margin: auto;
}
#modal_login .login_header {
  padding-bottom: 22px;
  border-bottom: 2px solid #000;
}
#modal_login .login_social {
  padding: 0px 0 22px 0;
  border-bottom: 2px solid #000;
}
#modal_login p.how {
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  text-indent: 0.5em;
  padding-top: 16px;
  margin-bottom: 18px;
}
#modal_login .ttl_jme:before {
  width: 50px;
  height: 58px;
}
#modal_login .ttl_jme dl dt {
  font-size: 28px;
  font-size: 2.8rem;
}
#modal_login .ttl_jme dl dd {
  font-size: 13px;
  font-size: 1.3rem;
}
#modal_login form p {
  font-size: 14px;
  font-size: 1.4rem;
  text-indent: 0.5em;
  margin-top: 14px;
  position: relative;
  width: 100%;
}
#modal_login form p span.reminder {
  position: absolute;
  right: 0px;
  top: -4px;
}
#modal_login form p span.reminder a {
  font-size: 13px;
  font-size: 1.3rem;
  vertical-align: middle;
}
#modal_login form p span.reminder a:before {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PHBhdGggaWQ9Imljb25fa2V5IiBjbGFzcz0ic3QwIiBkPSJNOS45LDYuN0MxMC44LDQsOS40LDEuMSw2LjcsMC4zUzEuMSwwLjgsMC4zLDMuNUMtMC42LDYuMSwwLjgsOSwzLjUsOS45YzEsMC4zLDIuMiwwLjMsMy4yLDBsMS4yLDEuMmgyLjV2Mi41bDAsMGgyLjVWMTZsMCwwSDE2bDAsMGwwLDB2LTMuMkw5LjksNi43eiBNNCw1LjdDMy4xLDUuNywyLjMsNC45LDIuMyw0QzIuMywzLDMuMSwyLjMsNCwyLjNDNSwyLjMsNS43LDMsNS43LDRDNS43LDQuOSw1LDUuNyw0LDUuN3oiLz48L3N2Zz4=");
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  content: "";
  margin-right: 0.5em;
  position: relative;
  top: 2px;
}
#modal_login form input[type=text],
#modal_login form input[type=password] {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  text-indent: 0.5em;
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 8px;
}
#modal_login .loginbtn {
  margin-top: 30px;
}
#modal_login .loginbtn a {
  font-weight: 600;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
  width: 186px;
  height: 32px;
  line-height: 32px;
  background: #000;
  color: #fff;
  position: relative;
  display: block;
  margin: auto;
}
#modal_login .loginbtn a:after {
  content: "";
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxMiAxOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIgMTg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojMDQwMDAwO308L3N0eWxlPjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMywzIDksMyA5LDE1IDMsMTUgMywxOCAxMiwxOCAxMiwwIDMsMCAiLz48cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjAsMTEgMiw5IDAsNyAwLDQgMy41LDcuNSA1LDkgMy41LDEwLjUgMCwxNCAiLz48L3N2Zz4=");
  background-size: cover;
  background-repeat: no-repeat;
  width: 9px;
  height: 14px;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -7px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxMiAxOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIgMTg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMywzIDksMyA5LDE1IDMsMTUgMywxOCAxMiwxOCAxMiwwIDMsMCAiLz48cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjAsMTEgMiw5IDAsNyAwLDQgMy41LDcuNSA1LDkgMy41LDEwLjUgMCwxNCAiLz48L3N2Zz4=");
  background-size: cover;
  background-repeat: no-repeat;
}
#modal_login a.btn_close_modal span {
  background: #000;
}

/* Small Devices, Tablets */
/* PC */
@media all and (min-width: 864px) {
  .modal .content_inner {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 0 12px #ccc;
  }
  .modal a.btn_close_modal {
    right: 16px;
    top: 16px;
  }
  .modal #gigyaLoginUI {
    background: #f7f7f7;
    padding: 15px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .modal #gigyaLoginUI_p0 table td {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .modal #gigyaLoginUI_p0 table td:nth-child(1) {
    padding-right: 40px;
  }
  .modal #gigyaLoginUI_p0 table td:nth-child(1) div div {
    width: 26px !important;
    height: 26px !important;
  }
  .modal #gigyaLoginUI_p0 table td:nth-child(1) div div div {
    width: 26px !important;
    height: 26px !important;
  }
  .modal #gigyaLoginUI_p0 table td:nth-child(2) {
    padding-right: 40px;
  }
  .modal #gigyaLoginUI_p0 table td:nth-child(2) div div {
    width: 26px !important;
    height: 22px !important;
  }
  .modal #gigyaLoginUI_p0 table td:nth-child(2) div div div {
    width: 26px !important;
    height: 22px !important;
  }
  .modal #gigyaLoginUI_p0 table td:nth-child(3) {
    padding-right: 40px;
  }
  .modal #gigyaLoginUI_p0 table td:nth-child(3) div div {
    width: 26px !important;
    height: 24px !important;
  }
  .modal #gigyaLoginUI_p0 table td:nth-child(3) div div div {
    width: 26px !important;
    height: 24px !important;
  }
  .modal #gigyaLoginUI_p0 table td:nth-child(4) div div div {
    width: 24px !important;
    height: 24px !important;
  }
  #modal_clip .content_inner {
    width: 520px;
  }
  #modal_clip .wrap_content {
    width: 440px;
    margin: auto;
    padding: 36px 0px 36px 0px;
  }
  #modal_clip h6 {
    margin-bottom: 31px;
  }
  #modal_clip h6 span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #modal_clip h6 span:before {
    width: 26px;
    height: 24px;
    top: 3px;
    margin-right: 12px;
  }
  #modal_clip .clipped {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  #modal_clip .clipped dl {
    padding: 12px 12px 12px 12px;
  }
  #modal_clip .clipped dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0.8em;
  }
  #modal_clip .clipped dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #modal_clip .confirm_at_myjwave {
    padding-top: 30px;
  }
  #modal_clip .confirm_at_myjwave a img {
    width: 96px;
    margin-right: 2px;
    position: relative;
    top: 2px;
  }
  #modal_clip .confirm_at_myjwave a span {
    font-size: 16px;
    font-size: 1.6rem;
    padding-right: 40px;
    top: 2px;
  }
  #modal_login .wrap_content {
    padding: 30px 0px 30px 0px;
    width: 92%;
  }
  #modal_login .wrap_content .col2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #modal_login .wrap_content .login_social {
    width: 320px;
  }
  #modal_login .wrap_content .loginform {
    width: 320px;
  }
  #modal_login .login_header {
    padding-bottom: 22px;
    border-bottom: none;
  }
  #modal_login .login_social {
    padding: 0px 0 22px 0;
    border-bottom: none;
  }
  #modal_login p.how {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 20px;
    margin-bottom: 40px;
    border-top: 2px solid #000;
  }
  #modal_login form p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 20px;
  }
  #modal_login form p span.reminder a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #modal_login form input[type=text],
  #modal_login form input[type=password] {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #modal_login .loginbtn {
    margin-top: 40px;
  }
  #modal_login .loginbtn a {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 240px;
    height: 40px;
    line-height: 40px;
  }
}
/* Small Devices, Tablets */
/* PC */
@media all and (min-width: 1100px) {
  .ie11 #btns_info,
  .edge #btns_info {
    position: relative;
  }
  .ie11 #btns_info ul li:nth-child(1),
  .edge #btns_info ul li:nth-child(1) {
    position: relative;
  }
  .ie11 #btns_info ul li:nth-child(1) a .btn_live_inner,
  .edge #btns_info ul li:nth-child(1) a .btn_live_inner {
    right: auto;
  }
  .ie11 #btns_info {
    top: 19px;
  }
  .edge #btns_info ul li:nth-child(1) {
    position: relative;
  }
  .edge #btns_info ul li:nth-child(1) a .btn_live_inner {
    right: 30px;
  }
}
#index #wrap,
#index .wrap_login_sp,
#index #now_on_air {
  -webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
}
#index.disable_nav #btn_menu {
  opacity: 0;
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}
#index #top_header {
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
#index #now_on_air {
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}
#index #now_on_air.disable {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
#index .wrap_login_sp {
  transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
#index .wrap_login_sp.disable {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
#index #wrap {
  transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}
#index #wrap.disable {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
#index #btn_menu {
  -webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}
#index #top_header.disable {
  opacity: 0;
}

#index #latest {
  -webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
#index #latest.animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#index .ttl h3, #index .ttl p {
  -webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
#index .ttl .line:before {
  height: 0px;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
#index .ttl .line:after {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
#index #main_banner h3 {
  -webkit-transition: opacity 0s ease;
  transition: opacity 0s ease;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#index .animate .ttl h3, #index .animate .ttl p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#index .animate .ttl p {
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}
#index .animate .ttl .line:before {
  height: 100%;
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
#index .animate .ttl .line:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}
#index .c-ttl h3, #index .c-ttl p, #index .c-ttl .ttl_nav {
  -webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
#index .animate .c-ttl h3, #index .animate .c-ttl p, #index .animate .c-ttl .ttl_nav {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#index .animate .c-ttl p {
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}
#index .animate .c-ttl .ttl_nav {
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
#index .b-foryou .list_col3 {
  -webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
#index .b-foryou.animate .list_col3 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#index .b-foryou.animate .list_col3 {
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
#index #foryou .list_col3 ul.list_foryou li {
  -webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
#index #foryou.animate .list_col3 ul.list_foryou li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#index #foryou.animate .list_col3 ul.list_foryou li:nth-child(1) {
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
#index #foryou.animate .list_col3 ul.list_foryou li:nth-child(2) {
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
#index #foryou.animate .list_col3 ul.list_foryou li:nth-child(3) {
  transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
#index #topics .c-slide_horizontal {
  -webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
#index #topics.animate .c-slide_horizontal {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#index #topics.animate .c-slide_horizontal:nth-of-type(1) {
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
#index #topics.animate .c-slide_horizontal:nth-of-type(2) {
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
#index #topics.animate .c-slide_horizontal:nth-of-type(3) {
  transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
#index #topics.animate .c-slide_horizontal:nth-of-type(4) {
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}
#index #topics.animate .c-slide_horizontal:nth-of-type(5) {
  transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}
#index #topics.animate .c-slide_horizontal:nth-of-type(6) {
  transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}
#index #topics.animate .c-slide_horizontal:nth-of-type(7) {
  transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
}
#index #topics.animate .c-slide_horizontal:nth-of-type(8) {
  transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
}
#index #topics.animate .c-slide_horizontal:nth-of-type(9) {
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
}
#index #topics.animate .c-slide_horizontal:nth-of-type(10) {
  transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
}
#index #topics .list_col3 ul.list_topics li {
  -webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
#index #topics .list_col2 ul.list_topics li {
  -webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
#index #topics .list_col2 ul.list_topics li.hide {
  -webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
#index #topics.animate .list_col3 ul.list_topics li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#index #topics.animate .list_col3 ul.list_topics li:nth-child(1) {
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
#index #topics.animate .list_col3 ul.list_topics li:nth-child(2) {
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
#index #topics.animate .list_col3 ul.list_topics li:nth-child(3) {
  transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
#index #topics .list_col2.animate ul.list_topics li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#index #topics .list_col2.animate ul.list_topics li.hide {
  -webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
#index #topics .list_col2.animate ul.list_topics li:nth-child(1) {
  transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  -webkit-transition-delay: 0.05s;
}
#index #topics .list_col2.animate ul.list_topics li:nth-child(2) {
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}
#index #topics .list_col2.animate ul.list_topics li:nth-child(3) {
  transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
}
#index #topics .list_col2.animate ul.list_topics li:nth-child(4) {
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
#index #topics .list_col2.animate ul.list_topics li:nth-child(5) {
  transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
}
#index #topics .list_col2.animate ul.list_topics li:nth-child(6) {
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
#index #topics .list_col2.animate ul.list_topics li:nth-child(7) {
  transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
}
#index #topics .list_col2.animate ul.list_topics li:nth-child(8) {
  transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
#index #topics .list_col2.animate ul.list_topics li:nth-child(9) {
  transition-delay: 0.45s;
  -moz-transition-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
}
#index #topics .list_col2.animate ul.list_topics li:nth-child(10) {
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}
#index #topics .list_col2.animate ul.list_topics li:nth-child(11) {
  transition-delay: 0.55s;
  -moz-transition-delay: 0.55s;
  -webkit-transition-delay: 0.55s;
}
#index #topics .list_col2.animate ul.list_topics li:nth-child(12) {
  transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}
#index #topics .list_col2.animate ul.list_topics li:nth-child(13) {
  transition-delay: 0.65s;
  -moz-transition-delay: 0.65s;
  -webkit-transition-delay: 0.65s;
}
#index #topics .list_col2.animate ul.list_topics li:nth-child(14) {
  transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}
#index #topics .list_col2.animate ul.list_topics li:nth-child(15) {
  transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
}
#index #topics .list_col2.animate ul.list_topics li:nth-child(16) {
  transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
}
#index #topics .list_col2.animate ul.list_topics li:nth-child(17) {
  transition-delay: 0.85s;
  -moz-transition-delay: 0.85s;
  -webkit-transition-delay: 0.85s;
}
#index #topics .list_col2.animate ul.list_topics li:nth-child(18) {
  transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
}
#index #topics .list_col2.animate ul.list_topics li:nth-child(19) {
  transition-delay: 0.95s;
  -moz-transition-delay: 0.95s;
  -webkit-transition-delay: 0.95s;
}
#index #topics .list_col2.animate ul.list_topics li:nth-child(20) {
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
}
#index #topics .list_col2.animate ul.list_topics li:nth-child(21) {
  transition-delay: 1.05s;
  -moz-transition-delay: 1.05s;
  -webkit-transition-delay: 1.05s;
}
#index #topics .list_col2.animate ul.list_topics li:nth-child(22) {
  transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
}
#index #topics .list_col2.animate ul.list_topics li:nth-child(23) {
  transition-delay: 1.15s;
  -moz-transition-delay: 1.15s;
  -webkit-transition-delay: 1.15s;
}
#index #topics .list_col2.animate ul.list_topics li:nth-child(24) {
  transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
}
#index .blk.ad .img_ad,
#index .blk.ad .bnr_col3 {
  -webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
#index .blk.ad.animate .img_ad,
#index .blk.ad.animate .bnr_col3 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#index .blk.ad.animate .bnr_col3 {
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}
#index #news .list_col3 li {
  -webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
#index #news .wrap_btn {
  -webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
#index #news.animate .list_col3 ul.list_news li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#index #news.animate .list_col3 ul.list_news li:nth-child(1) {
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
#index #news.animate .list_col3 ul.list_news li:nth-child(2) {
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
#index #news.animate .list_col3 ul.list_news li:nth-child(3) {
  transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
#index #news.animate .wrap_btn {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}
#index #thisweektop10 .b-music h4,
#index #thisweektop10 .b-music .ttl_update,
#index #thisweektop10 .b-music .logo_tokyohot,
#index #thisweektop10 .b-music .lead,
#index #thisweektop10 .b-music .nav_slide_top10,
#index #thisweektop10 .b-music .slide_top10_content {
  -webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
#index #thisweektop10 .b-music.animate h4,
#index #thisweektop10 .b-music.animate .ttl_update,
#index #thisweektop10 .b-music.animate .logo_tokyohot,
#index #thisweektop10 .b-music.animate .lead,
#index #thisweektop10 .b-music.animate .nav_slide_top10,
#index #thisweektop10 .b-music.animate .slide_top10_content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#index #thisweektop10 .b-music.animate .ttl_update {
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}
#index #thisweektop10 .b-music.animate .logo_tokyohot {
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
#index #thisweektop10 .b-music.animate .lead {
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
#index #thisweektop10 .b-music.animate .nav_slide_top10,
#index #thisweektop10 .b-music.animate .slide_top10_content {
  transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
#index #corporate_content ul.list_corporate li {
  -webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
#index #corporate_content.animate ul.list_corporate li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#index #corporate_content.animate ul.list_corporate li:nth-child(1) {
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
#index #corporate_content.animate ul.list_corporate li:nth-child(2) {
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
#index #corporate_content.animate ul.list_corporate li:nth-child(3) {
  transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
#index #corporate_content.animate ul.list_corporate li:nth-child(4) {
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}
#index #playlist .content {
  -webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
#index #playlist.animate .content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
#index #special_content ul li {
  -webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
#index #special_content.animate ul li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#index #special_content.animate ul li:nth-child(1) {
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
#index #special_content.animate ul li:nth-child(2) {
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
#index #special_content.animate ul li:nth-child(3) {
  transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
#index #pressrelease .ttl,
#index #pressrelease ul li {
  -webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
#index #pressrelease.animate .ttl {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#index #pressrelease.animate ul li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#index #pressrelease.animate ul li:nth-child(1) {
  transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  -webkit-transition-delay: 0.05s;
}
#index #pressrelease.animate ul li:nth-child(2) {
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}
#index #pressrelease.animate ul li:nth-child(3) {
  transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
}
#index #pressrelease.animate ul li:nth-child(4) {
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
#index #pressrelease.animate ul li:nth-child(5) {
  transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
}
#index #pressrelease.animate ul li:nth-child(6) {
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
#index #pressrelease.animate ul li:nth-child(7) {
  transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
}
#index #pressrelease.animate ul li:nth-child(8) {
  transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
#index #pressrelease.animate ul li:nth-child(9) {
  transition-delay: 0.45s;
  -moz-transition-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
}
#index #pressrelease.animate ul li:nth-child(10) {
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}
#index #pressrelease.animate ul li:nth-child(11) {
  transition-delay: 0.55s;
  -moz-transition-delay: 0.55s;
  -webkit-transition-delay: 0.55s;
}
#index #pressrelease.animate ul li:nth-child(12) {
  transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}
#index #pressrelease.animate ul li:nth-child(13) {
  transition-delay: 0.65s;
  -moz-transition-delay: 0.65s;
  -webkit-transition-delay: 0.65s;
}
#index #pressrelease.animate ul li:nth-child(14) {
  transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}
#index #pressrelease.animate ul li:nth-child(15) {
  transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
}

/* Small Devices, Tablets */
/* PC */
@media all and (min-width: 864px) {
  #index #wrap,
  #index .wrap_login_sp,
  #index #now_on_air {
    -webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
    transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  }
  #index #top_header {
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
  #index #now_on_air {
    transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
  }
  #index #now_on_air.disable {
    opacity: 0;
    -webkit-transform: translate3d(0, -240px, 0);
    transform: translate3d(0, -240px, 0);
  }
  #index .wrap_login_sp {
    transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
  }
  #index .wrap_login_sp.disable {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  #index #wrap {
    transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
  }
  #index #wrap.disable {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  #index #top_header.disable {
    opacity: 0;
  }
  #index #topics .list_col2.animate ul.list_topics li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #index #topics .list_col2.animate ul.list_topics li.hide {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #index #topics .list_col2.animate ul.list_topics li:nth-child(1) {
    transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;
  }
  #index #topics .list_col2.animate ul.list_topics li:nth-child(2) {
    transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
  }
  #index #topics .list_col2.animate ul.list_topics li:nth-child(3) {
    transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
  }
  #index #topics .list_col2.animate ul.list_topics li:nth-child(4) {
    transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
  }
  #index #topics .list_col2.animate ul.list_topics li:nth-child(5) {
    transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
  }
  #index #topics .list_col2.animate ul.list_topics li:nth-child(6) {
    transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
  }
  #index #topics .list_col2.animate ul.list_topics li:nth-child(7) {
    transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -webkit-transition-delay: 0.35s;
  }
  #index #topics .list_col2.animate ul.list_topics li:nth-child(8) {
    transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
  }
  #index #topics .list_col2.animate ul.list_topics li:nth-child(9) {
    transition-delay: 0.45s;
    -moz-transition-delay: 0.45s;
    -webkit-transition-delay: 0.45s;
  }
  #index #topics .list_col2.animate ul.list_topics li:nth-child(10) {
    transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
  }
  #index #topics .list_col2.animate ul.list_topics li:nth-child(11) {
    transition-delay: 0.55s;
    -moz-transition-delay: 0.55s;
    -webkit-transition-delay: 0.55s;
  }
  #index #topics .list_col2.animate ul.list_topics li:nth-child(12) {
    transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
  }
  #index #topics .list_col2.animate ul.list_topics li:nth-child(13) {
    transition-delay: 0.65s;
    -moz-transition-delay: 0.65s;
    -webkit-transition-delay: 0.65s;
  }
  #index #topics .list_col2.animate ul.list_topics li:nth-child(14) {
    transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
  }
  #index #topics .list_col2.animate ul.list_topics li:nth-child(15) {
    transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -webkit-transition-delay: 0.75s;
  }
  #index #topics .list_col2.animate ul.list_topics li:nth-child(16) {
    transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
  }
  #index #topics .list_col2.animate ul.list_topics li:nth-child(17) {
    transition-delay: 0.85s;
    -moz-transition-delay: 0.85s;
    -webkit-transition-delay: 0.85s;
  }
  #index #topics .list_col2.animate ul.list_topics li:nth-child(18) {
    transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
  }
  #index #topics .list_col2.animate ul.list_topics li:nth-child(19) {
    transition-delay: 0.95s;
    -moz-transition-delay: 0.95s;
    -webkit-transition-delay: 0.95s;
  }
  #index #topics .list_col2.animate ul.list_topics li:nth-child(20) {
    transition-delay: 1s;
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
  }
  .link_channel_hp {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    overflow: hidden;
  }
  .link_channel_hp .img_onair {
    overflow: hidden;
    background: #000;
  }
  .link_channel_hp .img_onair figure {
    -webkit-transition: opacity 0.15s linear 0s, transform 0.3s ease 0s;
    transition: opacity 0.15s linear 0s, transform 0.3s ease 0s;
    backface-visibility: hidden;
    overflow: hidden;
  }
  .link_channel_hp:hover .img_onair figure {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.9;
  }
  a.btn_program,
  a.btn_clip {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  a.btn_program:hover,
  a.btn_clip:hover {
    opacity: 0.5;
  }
  #btns_info li a {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  #btns_info li a:hover {
    opacity: 0.5;
  }
  #slide_latest a .img {
    overflow: hidden;
    background: #000;
  }
  #slide_latest a .img figure {
    -webkit-transition: opacity 0.15s linear 0s, transform 0.3s ease 0s;
    transition: opacity 0.15s linear 0s, transform 0.3s ease 0s;
    backface-visibility: hidden;
    overflow: hidden;
  }
  #slide_latest a:hover .img figure {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.9;
  }
  #pressrelease .ttl,
  #pressrelease ul li {
    -webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
    transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  #pressrelease .content:before,
  #pressrelease .content:after {
    width: 0px;
    height: 1px;
  }
  #pressrelease.animate .ttl {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #pressrelease.animate ul li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #pressrelease.animate ul li:nth-child(1) {
    transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;
  }
  #pressrelease.animate ul li:nth-child(2) {
    transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
  }
  #pressrelease.animate ul li:nth-child(3) {
    transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
  }
  #pressrelease.animate ul li:nth-child(4) {
    transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
  }
  #pressrelease.animate ul li:nth-child(5) {
    transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
  }
  #pressrelease.animate ul li:nth-child(6) {
    transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
  }
  #pressrelease.animate ul li:nth-child(7) {
    transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -webkit-transition-delay: 0.35s;
  }
  #pressrelease.animate ul li:nth-child(8) {
    transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
  }
  #pressrelease.animate ul li:nth-child(9) {
    transition-delay: 0.45s;
    -moz-transition-delay: 0.45s;
    -webkit-transition-delay: 0.45s;
  }
  #pressrelease.animate ul li:nth-child(10) {
    transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
  }
  #pressrelease.animate ul li:nth-child(11) {
    transition-delay: 0.55s;
    -moz-transition-delay: 0.55s;
    -webkit-transition-delay: 0.55s;
  }
  #pressrelease.animate ul li:nth-child(12) {
    transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
  }
  #pressrelease.animate ul li:nth-child(13) {
    transition-delay: 0.65s;
    -moz-transition-delay: 0.65s;
    -webkit-transition-delay: 0.65s;
  }
  #pressrelease.animate ul li:nth-child(14) {
    transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
  }
  #pressrelease.animate ul li:nth-child(15) {
    transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -webkit-transition-delay: 0.75s;
  }
  #pressrelease.animate .content:before {
    width: 100%;
  }
  #pressrelease.animate .content:after {
    width: 100%;
  }
  a.btn_arrow {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  a.btn_arrow span:after {
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  a.btn_arrow:hover {
    opacity: 0.6;
  }
  .nav_j-me ul li a {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  .nav_j-me ul li a:hover {
    opacity: 0.5;
  }
  a.btn_login polygon:nth-child(2),
  a.btn_logout polygon:nth-child(2) {
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  a.btn_login:hover polygon:nth-child(2),
  a.btn_logout:hover polygon:nth-child(2) {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  .list_col3 ul li .img,
  .list_col2 ul li .img {
    overflow: hidden;
  }
  .list_col3 ul li .img figure,
  .list_col2 ul li .img figure {
    -webkit-transition: opacity 0.15s linear 0s, transform 0.3s ease 0s;
    transition: opacity 0.15s linear 0s, transform 0.3s ease 0s;
    backface-visibility: hidden;
    overflow: hidden;
  }
  .list_col3 ul li:hover .img figure,
  .list_col2 ul li:hover .img figure {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.8;
  }
  .bnr_col3 a,
  .playlist_content a,
  #pressrelease a,
  .sns li a {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  .bnr_col3 a:hover,
  .playlist_content a:hover,
  #pressrelease a:hover,
  .sns li a:hover {
    opacity: 0.5;
  }
}

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