@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
/*400,700*/
@import url(//fonts.googleapis.com/css?family=Roboto:400,900);
/*---------------------------------------------------------------
	Fonts
-------------------------------------------------------------- */
@font-face {
  font-family: 'BebasNeue';
  src: url("/assets/fonts/bebasneue-webfont.eot");
  src: url("/assets/fonts/bebasneue-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/bebasneue-webfont.ttf") format("truetype"), url("/assets/fonts/bebasneue-webfont.woff") format("woff"), url("/assets/fonts/bebasneue-webfont.svg#webfont") format("svg");
  font-weight: 400; }

@font-face {
  font-family: 'iconFont';
  src: url("/assets/fonts/icon.eot?7malj0");
  src: url("/assets/fonts/icon.eot?7malj0#iefix") format("embedded-opentype"), url("/assets/fonts/icon.ttf?7malj0") format("truetype"), url("/assets/fonts/icon.woff?7malj0") format("woff"), url("/assets/fonts/icon.svg?7malj0#icon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'iconFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-backtime:before {
  content: "\e904"; }

.icon-cog:before {
  content: "\e905"; }

.icon-guitar:before {
  content: "\e906"; }

.icon-music:before {
  content: "\e907"; }

.icon-user:before {
  content: "\e908"; }

.icon-glass:before {
  content: "\e901"; }

.icon-help:before {
  content: "\e900"; }

.icon-facebook:before {
  content: "\e902"; }

.icon-twitter:before {
  content: "\e903"; }

/*400,700*/
/*---------------------------------------------------------------
	reset
-------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, figure, figcaption, a, abbr, address, cite, code, del, dfn, em, font, img, video, ins, kbd, q, samp, small, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, nav, article, aside, footer, hgroup, section, i {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  text-decoration: none; }

/*---------------------------------------------------------------
	Common
-------------------------------------------------------------- */
html {
  overflow-y: scroll; }

body {
  position: relative;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.42857;
  background: #fff;
  min-width: 1280px;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

:hover, :focus, :active {
  outline: 0; }

a {
  color: #000; }

em {
  font-style: italic; }

img {
  vertical-align: top; }

strong {
  font-weight: bold; }

input,
select,
textarea,
button {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input::-ms-expand,
  select::-ms-expand,
  textarea::-ms-expand,
  button::-ms-expand {
    display: none; }

input[type='text'],
input[type='search'],
input[type='url'],
input[type='email'],
input[type='telephone'],
input[type='password'],
input,
button,
select,
textarea {
  display: inline-block;
  box-shadow: 0 0 0 0 transparent;
  box-sizing: border-box;
  background: transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s; }

@media screen and ( max-width:767px ) {
  body {
    width: 100%;
    min-width: 100%;
  }
}

/*---------------------------------------------------------------
	Header & Footer
-------------------------------------------------------------- */
header ul,
footer ul {
  list-style: none; }

header {
  position: relative; }
  header:after {
    content: '';
    clear: both;
    display: block; }
  header .wrapper {
    min-width: 1280px; }
  header .brand {
    margin: 30px 0 0 30px;
    float: left; }
  header .util {
    margin: 30px 0 30px 0;
    float: right;
    display: table;
    border-collapse: separate;
    border-spacing: 20px 0; }
    header .util .search_box,
    header .util .accountname,
    header .util > .btn {
      display: table-cell;
      vertical-align: middle; }
    header .util .search_box {
      position: relative;
      border-left: 1px solid #959595;
      border-top: 1px solid #959595;
      border-bottom: 1px solid #959595;
      width: 400px; }
      header .util .search_box input[type='search'] {
        padding: 4px 10px;
        border: 0;
        width: 100%;
        font-size: 112.5%; }
        header .util .search_box input[type='search']::-webkit-input-placeholder {
          font-style: italic;
          color: #666666; }
        header .util .search_box input[type='search']::-moz-placeholder {
          font-style: italic;
          color: #666666; }
        header .util .search_box input[type='search']:-ms-input-placeholder {
          font-style: italic;
          color: #666666; }
        header .util .search_box input[type='search']::placeholder {
          font-style: italic;
          color: #666666; }
      header .util .search_box button[type='submit'] {
        padding: 9px 17px 6px;
        position: absolute;
        bottom: 0;
        right: 0;
        border: 0;
        border-radius: 2px 2px 0 0;
        color: #fff;
        background: #959595;
        cursor: pointer; }
        header .util .search_box button[type='submit'] i:before {
          font-size: 18px; }
    header .util .accountname,
    header .util .btn.btns {
      white-space: nowrap; }
    header .util .accountname {
      border-bottom: 1px solid #959595;
      font-size: 87.5%;
      font-weight: 700; }
    header .util .btn.btns {
      padding: 0 12px;
      border-radius: 2px;
      font-size: 87.5%;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 700; }
    header .util .primary_nav ul li {
      margin-left: 10px;
      display: inline-block; }
      header .util .primary_nav ul li:first-child {
        margin-left: 5px; }
      header .util .primary_nav ul li a {
        color: #959595;
        font-size: 14px;
        font-weight: 700; }
        header .util .primary_nav ul li a i {
          margin-top: -15px;
          padding: 4px;
          border: 3px solid #959595;
          display: inline-block; }
          header .util .primary_nav ul li a i:before {
            font-size: 16px;
            font-weight: 900; }
        header .util .primary_nav ul li a span {
          -webkit-transform: translateY(7px);
          -ms-transform: translateY(7px);
          transform: translateY(7px);
          display: block;
          white-space: nowrap; }
@media screen and ( max-width:767px ) {
  header .wrapper {
    width: 100%;
    min-width: 100%;
  }
  header .wrapper .brand {
    margin: 10px 0 0 10px;
  }
  header .wrapper .brand .logo img {
    width: 50vw;
  }
  header .util .search_box {
    width: 80vw;
  }
}
        

#mypage_nav {
  padding: 15px 0;
  text-align: center;
  background: #ddd; }
  #mypage_nav ul li {
    margin: 0 5px;
    display: inline-block; }
    #mypage_nav ul li a {
      padding: 16px 20px 16px 53px;
      border-radius: 10px;
      position: relative;
      display: block;
      line-height: 1;
      color: #666;
      font-size: 112.5%;
      font-weight: 700;
      background: #fff;
      box-sizing: border-box; }
      #mypage_nav ul li a[class^="icon-"]:before, #mypage_nav ul li a[class*=" icon-"]:before {
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -15px;
        color: #7e7e7e;
        font-size: 29px; }
    #mypage_nav ul li.current {
      color: #000;
      background: #3c3c3c; }

#global_nav {
  text-align: center;
  background: #333333; }
  #global_nav ul li {
    margin: 0 10px;
    display: inline-block; }
    #global_nav ul li a {
      padding: 15px 25px;
      display: block;
      color: #fff;
      font-size: 118.75%;
      font-weight: 700; }
    #global_nav ul li.current {
      position: relative; }
      #global_nav ul li.current:after {
        content: '';
        position: absolute;
        bottom: 9px;
        display: block;
        width: 100%;
        height: 4px;
        background: #fff; }

footer {
  padding: 25px 0;
  text-align: center;
  color: #fff;
  background: #000; }
  footer a {
    color: #fff; }
  footer .sns,
  footer .brand,
  footer .primary_nav {
    margin-bottom: 25px; }
  footer .sns ul li {
    margin: 0 12px;
    display: inline-block; }
  footer nav.primary_nav {
    font-size: 68.75%;
    font-weight: 700; }
    footer nav.primary_nav ul li {
      margin: 0 10px;
      display: inline-block; }
    footer nav.primary_nav a:hover {
      color: #ffff00; }
  footer #copy {
    font-size: 68.75%; }

/*---------------------------------------------------------------
	Main
-------------------------------------------------------------- */
#main {
  /* Contents Container ----------------------------------------*/ }
  #main #contents_container {
    /* Digest -------------------------------------------*/
    /* Content ----------------------------------------*/ }
    #main #contents_container #digest {
      position: relative; }
      #main #contents_container #digest .panel_banner {
        position: relative;
        min-height: 430px;
        background: transparent; }
        #main #contents_container #digest .panel_banner .block {
          margin: auto;
          position: absolute;
          top: -50%;
          left: -50%;
          right: -50%;
          bottom: -50%;
          width: 1095px;
          height: 210px;
          text-align: center; }
        #main #contents_container #digest .panel_banner .search_box {
          margin: 30px auto;
          border-radius: 7px;
          width: 900px;
          height: 55px;
          background: #fff; }
          #main #contents_container #digest .panel_banner .search_box input[type='search'] {
            padding: 0 13px;
            border: 0;
            border-radius: 5px 0 0 5px;
            float: left;
            width: calc(100% - 115px);
            line-height: 55px;
            height: 55px;
            font-size: 131.25%;
            background: #fff;
            box-shadow: 0px 0px 8px 2px rgba(219, 219, 219, 0.93) inset;
            box-sizing: border-box; }
            #main #contents_container #digest .panel_banner .search_box input[type='search']::-webkit-input-placeholder {
              text-align: center; }
            #main #contents_container #digest .panel_banner .search_box input[type='search']::-moz-placeholder {
              text-align: center; }
            #main #contents_container #digest .panel_banner .search_box input[type='search']:-ms-input-placeholder {
              text-align: center; }
            #main #contents_container #digest .panel_banner .search_box input[type='search']::placeholder {
              text-align: center; }
          #main #contents_container #digest .panel_banner .search_box button[type='submit'] {
            padding: 0 13px;
            padding-left: 45px;
            border: 0;
            position: relative;
            border-radius: 0 5px 5px 0;
            letter-spacing: 5px;
            width: 115px;
            height: 55px;
            line-height: 55px;
            color: #fff;
            cursor: pointer;
            font-size: 125%;
            font-weight: 700;
            background: #484848; }
            #main #contents_container #digest .panel_banner .search_box button[type='submit'] i:before {
              position: absolute;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              left: 16px;
              font-size: 23px; }
        #main #contents_container #digest .panel_banner + .row {
          margin: 0; }
          #main #contents_container #digest .panel_banner + .row .col {
            background: #000; }
    #main #contents_container #content {
      margin-bottom: 360px; }
      #main #contents_container #content > section {
        margin-top: 60px;
        margin-bottom: 60px; }
        #main #contents_container #content > section:first-of-type {
          margin-top: 0; }
        #main #contents_container #content > section:first-child {
          margin-top: 60px; }
        #main #contents_container #content > section:last-child {
          margin-bottom: 0; }
      #main #contents_container #content p {
        line-height: 1.35714; }
      #main #contents_container #content h1:not([class]),
      #main #contents_container #content h2:not([class]),
      #main #contents_container #content h3:not([class]),
      #main #contents_container #content h4:not([class]),
      #main #contents_container #content h5:not([class]),
      #main #contents_container #content h6:not([class]) {
        margin-bottom: 30px;
        font-weight: 700; }
      #main #contents_container #content h1:not([class]) {
        font-size: 187.5%; }
      #main #contents_container #content h2:not([class]) {
        font-size: 125%; }
      #main #contents_container #content h3:not([class]) {
        font-size: 112.5%; }
      #main #contents_container #content h4:not([class]) {
        font-size: 100%; }
      #main #contents_container #content h5:not([class]) {
        font-size: 87.5%; }
      #main #contents_container #content h6:not([class]) {
        font-size: 87.5%; }
      #main #contents_container #content ul:not([class]),
      #main #contents_container #content ol:not([class]) {
        padding-left: 20px;
        line-height: 1.57142; }
        #main #contents_container #content ul:not([class]) li,
        #main #contents_container #content ol:not([class]) li {
          margin: 14px 0; }
          #main #contents_container #content ul:not([class]) li:first-child,
          #main #contents_container #content ol:not([class]) li:first-child {
            margin-top: 0; }
          #main #contents_container #content ul:not([class]) li:last-child,
          #main #contents_container #content ol:not([class]) li:last-child {
            margin-bottom: 0; }
      #main #contents_container #content table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%; }
        #main #contents_container #content table th,
        #main #contents_container #content table td {
          text-align: left;
          line-height: 1.57142; }
        #main #contents_container #content table td {
          padding-left: 30px; }
      #main #contents_container #content video {
        display: block;
        width: 100%; }
      #main #contents_container #content form input[type=text],
      #main #contents_container #content form input[type=search],
      #main #contents_container #content form input[type=url],
      #main #contents_container #content form input[type=email],
      #main #contents_container #content form input[type=telephone],
      #main #contents_container #content form input[type=password],
      #main #contents_container #content form select,
      #main #contents_container #content form textarea {
        padding: 10px;
        border-radius: 5px; }
      #main #content section.new-songs {
        margin-top: 50px;
        margin-bottom: 40px;
      }

@media screen and ( max-width:767px ) {
  #main #contents_container #digest .panel_banner {
    min-height: calc(100vw * 470 / 1280);
  }
  #main #contents_container #digest .panel_banner .block {
    top: 0;
    width: 90%;
  }
  #main #contents_container #digest .panel_banner .search_box {
    margin: 10px 0;
    width: 90%;
  }
  #main #contents_container #content {
    margin-bottom: 0; }
    #main #contents_container #content > section {
      margin-top: 0px;
      margin-bottom: 0px; }
      #main #contents_container #content > section:first-of-type {
        margin-top: 0; }
      #main #contents_container #content > section:first-child {
        margin-top: 0px; }
      #main #contents_container #content > section:last-child {
        margin-bottom: 0; }
}

/*---------------------------------------------------------------
	Classes
-------------------------------------------------------------- */
/* Layout ----------------------------------*/
.left {
  float: left; }

.right {
  float: right; }

.center {
  margin: 0 auto; }

.clear {
  clear: both; }

.hide {
  display: none; }

/* Text ----------------------------------------*/
.text_left {
  text-align: left !important; }

.text_right {
  text-align: right !important; }

.text_center {
  text-align: center !important; }

.text_bold {
  font-weight: 700 !important; }

.text_normal {
  font-weight: 400 !important; }

.text_xsmall {
  font-size: 75% !important; }

.text_small {
  font-size: 87.5% !important; }

.text_medium {
  font-size: 112.5% !important; }

.text_large {
  font-size: 150% !important; }

.font_bebas {
  font-family: "BebasNeue", sans-serif; }

.font_roboto {
  font-family: "Roboto", sans-serif; }

.circle {
  border-radius: 50%; }

a.border {
  border-bottom: 1px solid #000; }

/* Button ----------------------------------------*/
.btn {
  padding: 0;
  border: 0;
  position: relative;
  display: inline-block;
  line-height: 1;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  box-sizing: border-box; }
  .btn.mono {
    padding: 0 45px;
    border: 3px solid #000;
    line-height: 2.5;
    color: #000;
    font-weight: 700; }
  .btn.xsmall {
    border-radius: 3px;
    padding: 9px 12px;
    color: #fff;
    font-size: 13px; }
  .btn.small {
    border-radius: 3px;
    padding: 12px 45px;
    color: #fff;
    font-weight: 700; }
  .btn.middle {
    padding: 0 111px;
    line-height: 2.5;
    font-size: 112.5%;
    font-weight: 700; }
  .btn.blu {
    background: #009ba9; }
  .btn.beg {
    background: #d4b17f; }
  .btn.nvy {
    background: #35516e; }
  .btn.cgy {
    background: #333333; }
  .btn.gblu {
    background: #448985; }
  .btn.gry {
    background: #7e7e7e; }
  .btn.blk {
    background: #000; }
  .btn.chevron-right {
    position: relative; }
    .btn.chevron-right:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 5px;
      margin-top: -4px;
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4.5px 0 4.5px 6px;
      border-color: transparent transparent transparent #ffffff; }
  .btn.favorite {
    border-radius: 3px;
    width: 120px !important;
    font-size: 13px !important;
    font-family: "Noto Sans JP", sans-serif !important;
    background: #7e7e7e !important; }
    .btn.favorite.active {
      background: #ffc001 !important; }
  .btn.triangle-right {
    position: relative; }
    .btn.triangle-right:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 5px;
      margin-top: -4px;
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4.5px 0 4.5px 6px;
      border-color: transparent transparent transparent #000000; }



.btns {
  font-size: 0; }
  .btns .btn {
    margin-left: 10px;
    width: 105px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-family: "BebasNeue", sans-serif; }
    .btns .btn:first-child {
      margin-left: 0; }

/* Elements ----------------------------------------*/
.sns .circle {
  padding: 10px 0;
  width: 39px;
  text-align: center;
  background: #fff; }
  .sns .circle i {
    color: #000;
    font-size: 112.5%; }

.howto {
  padding-top: 40px;
  border-top: 1px solid #000;
  text-align: center; }
  .howto h3,
  .howto a.btn {
    margin-bottom: 40px; }
  .howto h4 {
    margin-bottom: 35px;
    padding: 20px;
    line-height: 1;
    color: #fff;
    background: #666; }

.caption {
  margin-bottom: 40px;
  position: relative;
  line-height: 1; }
  .caption .title {
    position: relative;
    font-size: 200%;
    font-family: "Roboto", sans-serif;
    font-weight: 900; }
    .caption .title.large {
      font-size: 543.75%; }
    .caption .title.middle {
      font-size: 406.25%; }
  .caption .description {
    font-size: 112.5%; }
  .caption.border {
    text-align: center; }
    .caption.border .title {
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 4px solid #000;
      display: inline-block; }
      .caption.border .title + .description {
        letter-spacing: 6px; }
      .caption.border .title[class^="icon-"], .caption.border .title[class*=" icon-"] {
        padding-left: 55px; }
        .caption.border .title[class^="icon-"]:before, .caption.border .title[class*=" icon-"]:before {
          position: absolute;
          left: 0;
          top: 50%;
          margin-top: -30px;
          font-size: 45px; }
  .caption.posts .title {
    margin-bottom: 10px;
    font-size: 24px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600; }
  .caption.posts time {
    margin-bottom: 30px;
    display: block;
    color: #333;
    font-size: 13px; }

.ttl {
  font-size: 125%;
  font-weight: 700; }
  .ttl.blk {
    margin: 0;
    padding: 1em;
    line-height: 1;
    color: #fff;
    background: #666; }

.results li {
  display: table;
  width: 100%; }

.results .key,
.results .btns {
  display: table-cell;
  vertical-align: middle; }

.results .key {
  padding-left: 15px;
  color: #555;
  font-size: 125%; }
  .results .key span {
    line-height: 15px;
    display: block;
    color: #838383;
    font-size: 15px; }

.results .btns {
  width: 220px; }
  .results .btns:last-of-type {
    width: 150px; }
  .results .btns .btn {
    margin: 0; }
    .results .btns .btn.nvy {
      float: left; }
    .results .btns .btn.beg {
      float: right; }
  .results .btns .favorite {
    margin-left: 30px; }

/* move behind
.disc {
  margin-bottom: 10px; }
  .disc.itunes {
    width: 135px;
    height: 135px;
    margin-bottom: 20px; }
 */

.archives article {
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5; }
  .archives article a {
    display: table;
    width: 100%; }
    .archives article a time,
    .archives article a time + p {
      display: table-cell;
      vertical-align: middle; }

.archives time {
  float: left;
  color: #777;
  font-size: 125%;
  font-family: "Roboto", sans-serif;
  font-weight: 900; }
  .archives time + p {
    padding-left: 35px;
    width: 100%;
    font-size: 87.5%; }

/* Panel ----------------------------------------*/
.panel_small {
  padding: 0 190px; }

.panel_medium {
  padding: 0 140px; }

.panel_large {
  padding: 0 60px; }

.panel_playing {
  padding: 0;
  width: 100%;
  position: relative;
  display: table;
  color: #fff;
  background: #000; }
  .panel_playing:after {
    content: '';
    position: absolute;
    bottom: 13px;
    right: 20px;
    display: block;
    width: calc(100% - 245px);
    height: 1px;
    background: #fff; }
  .panel_playing h1 {
    margin-bottom: 0 !important;
    padding: 15px 0;
    position: relative;
    background: #000;
    z-index: 100;
    width: 260px; /* 205px; */
    text-align: center;
    font-size: 170%;
    font-weight: 400 !important;
    font-family: "BebasNeue", sans-serif;
    box-sizing: border-box; }
    .panel_playing h1:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      display: inline-block;
      width: 1px;
      height: 54px;
      background: #fff; }
  .panel_playing .playing {
    padding: 0 20px;
    display: table-cell;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    vertical-align: middle; }
    .panel_playing .playing div {
      display: inline;
      font-size: 18px;
      font-weight: 700; }
    .panel_playing .playing .name,
    .panel_playing .playing .date {
      margin-right: 25px; }
    .panel_playing .playing .songtitle:after {
      content: ' / '; }
@media screen and ( max-width:767px ) {
  .panel_playing {
    display: block;
  }
  .panel_playing:after {
    width: calc(100% - 40px);
  }
  .panel_playing h1 {
    width: 100%;
  }
  .panel_playing .playing {
    top: -24px;
    height: 78px;
    display: block;
  }
}

.panel_disc {
  padding: 15px 8px;
  border: 2px solid #000;
  text-align: center; }
  .panel_disc .artists,
  .panel_disc .songtitle {
    min-height: 55px;
    font-weight: bold; }
  .panel_disc .artists {
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    line-height: 1;
    font-size: 125%; }
  .panel_disc .songtitle {
    margin-bottom: 10px;
    font-size: 100%; }
  .panel_disc .text_small {
    min-height: 45px;
    margin-bottom: 10px; }

.panel_banner {
  position: relative;
  box-sizing: border-box;
  background: #eee;
  width: 100%;
  overflow: hidden; }
  .panel_banner .bg {
    margin: auto;
    position: absolute;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    min-width: 101%;
    min-height: 101%;
    max-width: none;
    width: auto; }
  .panel_banner .caption {
    margin-bottom: 0;
    padding: 65px 40px;
    position: relative;
    color: #fff; }
    .panel_banner .caption .title {
      font-weight: 400; }
      .panel_banner .caption .title.large, .panel_banner .caption .title.middle {
        font-family: "BebasNeue", sans-serif; }
    .panel_banner .caption .description {
      margin: 20px 0;
      font-size: 137.5%;
      font-weight: 700; }
    .panel_banner .caption.xlarge {
      padding: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 337.5%;
      font-weight: 700; }
  .panel_banner .app {
    padding: 30px 0;
    position: relative;
    display: inline-block;
    width: auto; }
    .panel_banner .app .btns {
      position: absolute;
      right: 25px;
      bottom: 48px; }
      .panel_banner .app .btns a {
        display: inline-block;
        width: 135px; }
      .panel_banner .app .btns a:last-child {
        margin-left: 18px; }
@media screen and ( max-width:767px ) {
  .panel_banner .bg {
    width: 100%;
  }
}

.panel_feature {
  background: #000; }
  .panel_feature .block {
    position: relative;
    display: block; }
    .panel_feature .block .slogan {
      padding: 0 25px;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #fff;
      font-size: 125%;
      font-weight: 700; }

.panel_intro {
  margin: 40px 0;
  text-align: center; }
  .panel_intro .disc,
  .panel_intro .intro {
    display: inline-block; }
  .panel_intro .disc {
    margin-bottom: 0;
    margin-right: 20px; }
  .panel_intro .intro {
    text-align: left; }
    .panel_intro .intro .key {
      border-bottom: 1px solid #000;
      display: inline;
      font-size: 150%;
      font-weight: 700; }
    .panel_intro .intro .btns {
      margin-top: 8px;
      margin-bottom: 15px; }
      .panel_intro .intro .btns:last-of-type {
        margin-bottom: 0; }
  .panel_intro.bg {
    padding: 30px;
    background: #eee; }
    .panel_intro.bg .disc {
      height: 157px; }

.panel_posts p {
  line-height: 2  !important; }

.panel_posts #digest {
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd; }
  .panel_posts #digest img {
    margin-bottom: 40px; }

.panel_posts .training img,
.panel_posts .training p {
  margin-bottom: 40px;
  display: block; }

.panel_posts .training h3 {
  margin-bottom: 10px !important;
  color: #009ba9;
  font-size: 137.5% !important; }
  .panel_posts .training h3:before {
    content: '【';
    margin-left: -10px; }
  .panel_posts .training h3:after {
    content: '】'; }

.panel_posts .related {
  margin: 50px 0; }
  .panel_posts .related h2 {
    margin-bottom: 10px !important; }
  .panel_posts .related img {
    margin-bottom: 10px; }
  .panel_posts .related p {
    line-height: 1.35714 !important; }

.panel_unity {
  padding: 30px 80px;
  background: #eee; }
  .panel_unity p.text_center {
    margin: 45px 0; }
    .panel_unity p.text_center:first-of-type {
      margin-top: 15px; }
    .panel_unity p.text_center:last-child {
      margin-bottom: 10px; }
  .panel_unity .pagination:last-child {
    margin-bottom: 15px; }

/* Table ----------------------------------------*/
.table {
  margin-top: 9px;
  display: table;
  width: 100%; }
  .table .cell {
    display: table-cell;
    vertical-align: middle; }

table.table {
  margin-top: 0; }
  table.table th,
  table.table td {
    padding: 15px 0;
    font-size: 112.5%; }
  table.table th {
    color: #828282; }

/* List ----------------------------------------*/
ul.flow,
ol.flow {
  list-style: none; }
  ul.flow li,
  ol.flow li {
    position: relative; }
    ul.flow li:after,
    ol.flow li:after {
      content: '';
      position: absolute;
      right: -85px;
      top: 60px;
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 29px 0 29px 40px;
      border-color: transparent transparent transparent #999999; }
    ul.flow li:last-child:after,
    ol.flow li:last-child:after {
      border: 0 transparent; }
    ul.flow li.grid_3,
    ol.flow li.grid_3 {
      float: left;
      margin-left: 130px !important;
      width: 180px !important;
      font-size: 112.5%; }
      ul.flow li.grid_3:first-child,
      ol.flow li.grid_3:first-child {
        margin-left: 0 !important; }
      ul.flow li.grid_3 img,
      ol.flow li.grid_3 img {
        margin-bottom: 20px; }
      ul.flow li.grid_3 .middle {
        margin-top: 80px;
      }

ul.border,
ol.border {
  list-style: none; }
  ul.border li,
  ol.border li {
    margin-bottom: 10px;
    padding: 15px 0;
    border-bottom: 1px solid #bbb; }

ul.btn-list,
ol.btn-list {
  margin-bottom: -30px;
  list-style: none; }
  ul.btn-list li,
  ol.btn-list li {
    margin-top: 30px;
    margin-left: 15px;
    float: left;
    width: 180px; }
    ul.btn-list li:nth-child(5n+1),
    ol.btn-list li:nth-child(5n+1) {
      margin-left: 0; }
    ul.btn-list li a,
    ol.btn-list li a {
      padding: 25px 0;
      display: block;
      font-size: 137.5%;
      text-align: center;
      letter-spacing: 5px;
      background: #d8d8d8; }

/* Topicpath ----------------------------------------*/
.topicpath {
  margin: 40px 0 30px; }
  .topicpath ul {
    margin: 0;
    padding: 0 !important;
    list-style: none; }
    .topicpath ul li {
      display: inline;
      font-size: 125%;
      font-weight: 700; }
      .topicpath ul li:after {
        content: '＞';
        margin-left: 3px; }
      .topicpath ul li:last-child:after {
        content: ''; }
      .topicpath ul li:nth-last-child(2):after {
        content: ''; }
      .topicpath ul li:first-child:after {
        content: '＞'; }

/* Form -----------------------------------------*/
.form label {
  margin: 20px 0 10px;
  display: block;
  font-size: 125%;
  font-weight: 700; }
  .form label:first-child, .form label:first-of-type {
    margin-top: 0; }

.form input[type=text],
.form input[type=search],
.form input[type=url],
.form input[type=email],
.form input[type=telephone],
.form input[type=password] {
  padding: 0 12px !important;
  border: 1px solid #dee4e7;
  border-radius: 5px;
  width: 550px;
  line-height: 48px;
  height: 48px;
  font-size: 131.25%;
  background: #f4f4f4;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-sizing: border-box; }

.form button[type=submit] {
  padding: 0 20px;
  border: 0;
  position: relative;
  border-radius: 2px;
  line-height: 50px;
  color: #fff;
  cursor: pointer;
  font-size: 125%;
  font-weight: 700;
  background: #333333;
  letter-spacing: 13px;
  text-indent: 13px; }

.login_box {
  padding-right: 80px;
  border-right: 2px solid #e1e1e1; }
  .login_box input[type=text],
  .login_box input[type=password] {
    width: 100%; }
  .login_box p {
    margin: 20px 0; }
  .login_box + .register {
    padding-left: 80px;
    width: 180px;
    text-align: center; }
    .login_box + .register label {
      margin: 0 0 20px;
      display: block;
      font-size: 125%;
      font-weight: 700; }
    .login_box + .register .btn {
      padding: 0 30px;
      border: 0;
      position: relative;
      border-radius: 2px;
      line-height: 50px;
      color: #fff;
      cursor: pointer;
      font-size: 125%;
      font-weight: 700;
      background: #448985; }

.search_box.more label {
  margin: 0;
  color: #555;
  font-size: 18px;
  font-weight: 400; }

.search_box.more .checks {
  font-size: 112.5%; }
  .search_box.more .checks input[type=radio],
  .search_box.more .checks input[type=checkbox] {
    display: none; }
  .search_box.more .checks .radio,
  .search_box.more .checks .checkbox {
    border-radius: 5px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    cursor: pointer; }
    .search_box.more .checks .radio.btn,
    .search_box.more .checks .checkbox.btn {
      margin: 0 5px;
      padding: 12px 0;
      width: 160px;
      color: #fff;
      background: #bbb; }
      .search_box.more .checks .radio.btn:first-of-type,
      .search_box.more .checks .checkbox.btn:first-of-type {
        margin-left: 0; }
      .search_box.more .checks .radio.btn:last-of-type,
      .search_box.more .checks .checkbox.btn:last-of-type {
        margin-right: 0; }
    .search_box.more .checks .radio.box,
    .search_box.more .checks .checkbox.box {
      padding: 3px 5px 3px 30px;
      min-width: 115px; }
      .search_box.more .checks .radio.box:before,
      .search_box.more .checks .checkbox.box:before {
        content: '';
        margin-top: -10px;
        border: 1px solid #97a2a5;
        border-radius: 4px;
        position: absolute;
        left: 0;
        top: 50%;
        display: inline-block;
        width: 19px;
        height: 19px;
        background: #dee4e7;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
        box-sizing: border-box;
        -webkit-transition: background 0.3s;
        transition: background 0.3s; }
  .search_box.more .checks input[type=radio]:checked + .radio.btn {
    background: #009ba9; }
  .search_box.more .checks input[type=radio]:checked + .radio.box:before {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.44) inset;
    background: #009ba9; }
  .search_box.more .checks.narrow {
    width: 260px; }

/* Pagination ----------------------------------------*/
.pagination {
  margin: 40px 0;
  text-align: center; }
  .pagination.reverse a {
    background: #fff; }
  .pagination a {
    display: inline-block;
    line-height: 50px;
    width: 50px;
    height: 50px;
    color: #666;
    font-size: 125%;
    font-family: "Roboto", sans-serif;
    background: #eee; }
    .pagination a.current {
      color: #fff;
      background: #999; }

/*---------------------------------------------------------------
	Grid
-------------------------------------------------------------- */
.wrapper {
  margin: 0 auto;
  width: 1080px;
  box-sizing: border-box; }

.wrapper:after,
.row:after {
  content: '';
  display: block;
  clear: both; }

.row {
  margin: 40px 0; }
  .row:first-of-type {
    margin-top: 0; }
  .row:last-of-type {
    margin-bottom: 0; }
  .row .col {
    float: left;
    margin-left: 2%;
    display: block; }
    .row .col:first-child {
      margin-left: 0; }
    .row .col img {
      display: inline-block;
      max-height: 100%; }
      .row .col img + h2,
      .row .col img + h3,
      .row .col img + h4 {
        margin-top: 25px !important; }
  .row .grid_2 {
    margin-left: 40px;
    width: calc(50% - 20px); }
  .row .grid_3 {
    margin-left: 75px;
    width: 310px; }
    .row .grid_3.quarter {
      margin-left: 0;
      width: 25%; }
      .row .grid_3.quarter img {
        width: 100%;}
  .row .grid_4 {
    margin-left: 40px;
    width: calc(25% - 30px); }
  .row .grid_5 {
    margin-left: 15px;
    width: 180px; }
@media screen and ( max-width:767px ) {
  .wrapper {
    width: 100%;
  }
    .row .grid_3.quarter {
    width: 100%;
  }
}

.panel_large .row .col:first-child {
  margin-left: 0; }

.panel_large .row .grid_3 {
  margin-left: 40px;
  width: 30%; }

.disc {
  margin-bottom: 10px; }
  .disc.itunes {
    width: 135px;
    height: 135px;
    margin-bottom: 20px; }

/*---------------------------------------------------------------
	 Modernizr
-------------------------------------------------------------- */
.no-touchevents a:hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.6; }

.no-touchevents #mypage_nav ul li a:hover {
  color: #000;
  background: #3c3c3c;
  opacity: 1;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }
  .no-touchevents #mypage_nav ul li a:hover[class^="icon-"]:before, .no-touchevents #mypage_nav ul li a:hover[class*=" icon-"]:before {
    color: #000; }

.no-touchevents .btn.mono:hover {
  color: #fff;
  background: #000;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  opacity: 1; }

.no-touchevents .btn.blk:hover {
  background: #333;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  opacity: 1; }

.no-touchevents .btn.blu:hover {
  background: #80cdd4;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  opacity: 1; }

.no-touchevents .btn.favorite:hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.6; }

.no-touchevents .btn-list a:hover {
  background: #bbb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  opacity: 1; }

.no-touchevents .login_box button[type=submit]:hover,
.no-touchevents .search_box button[type=submit]:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.no-touchevents .pagination a:hover {
  color: #fff;
  background: #999;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  opacity: 1; }


/*---------------------------------------------------------------
     UserRegister status
-------------------------------------------------------------- */
.status_line {
  position:relative;
  width: 50%; 
  padding: 18px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  background-color: #f4f4f3; }
.disp-inBlock{
  display:inline-block; 
  margin: 15px;
  text-align: center; 
  color: #669999; }
.disp-inBlock .now {
  color: #000011;
  font-size: 110%;
  font-weight: 700; }

.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 50px;
vertical-align: middle;
text-decoration: none;
font-size: 20px;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 10;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

.arrow_status::before{
left: 10px;
width: 12px;
height: 12px;
border-top: 10px solid #999;
border-right: 10px solid #999;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;

}

.no-links{
    pointer-events: none;
    cursor: default;
    text-decoration:none;
}

