@charset "UTF-8";

#wrap {
  position: relative;
  min-width: 360px;/* FIXME once all style depending on this is ok */
  width: 100%;
}


/* -------------------------------------------------------------- */
/* GENERAL SETTING                                                */
/* -------------------------------------------------------------- */

/* consider removing? Probably mostly overriden */
button { border:1px solid gray; }

.pagelink {
  text-align: center;
  margin: 12px;
}

.column { margin: 0; }

#content {
  display: inline-block;/* gets aligned with parent's text-align */
  text-align: left;/* stop cascading from body */
  min-height: 320px;
}

/* utility animation, use when displaying something */
@keyframes show-reset {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}
.right { text-align:right; }
.small { font-size:80%; }

/*** CLEARFIX ***/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* Used in merch checkout? */
span.price { font-size:21px;font-weight:bold; }

/* FIXME find something less brittle */
.section-header > a[href] { color: inherit; }

/* Use on <a> to expand the link over the whole block,
 * But sublinks are still clickable with higher z-index */
.o-block-link::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.u-clamp2,
.u-clamp3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.u-clamp2 { max-height: 3em; }
.u-clamp3 { max-height: 4.6em; }

@supports (-webkit-line-clamp: 2) {
  .u-clamp2 {
    -webkit-line-clamp: 2;
    max-height: initial;
  }
  .u-clamp3 {
    -webkit-line-clamp: 3;
    max-height: initial;
  }
}


.max-content-width {
  max-width: 1170px;
}

.aspect-ratio {
  height: 0;
  position: relative;
}

.aspect-ratio--object {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aspect-ratio--1x1 {  padding-bottom: 100%; }
.aspect-ratio--16x9 { padding-bottom: 56.25%; }


.df { display: flex; }
.dif { display: inline-flex; }
.db { display: block; }
.dib { display: inline-block; }
.dg { display: grid; }
.dn { display: none; }

.relative { position: relative }
.absolute { position: absolute }

.fcol { flex-direction: column; }
.fgrow1 { flex-grow: 1; }
.fwrap { flex-wrap: wrap }

.u-jc-sb, .jc-sb { justify-content: space-between }
.u-jc-c, .jc-c { justify-content: center }
.ai-b { align-items: baseline }
.u-ai-c, .ai-c { align-items: center }

.white { color: #fff !important }
.black { color: #303030 !important }
.grey { color: #707070 }
.bg-dark1 { background-color: #4e4e53 }
.bg-white { background-color: #fff }

.pv-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}
.pv-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.pv-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.ph-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}
.ph-3 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.ph-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.pl-0 { padding-left: 0; }

.b-radius2 { border-radius: 4px }
.tc { text-align: center }
.u-align-right { text-align: right; }
.u-nowrap { white-space: nowrap }

.\!-no-underline { text-decoration: none !important; }

.ma-auto { margin: auto }
.mh-auto { margin-left: auto; margin-right: auto }

.ma-3 { margin: 1rem }

.mv-1 {
  margin-top: .25rem;
  margin-bottom: .25rem;
}
.mv-2 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.mv-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mv-4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mh-1 {
  margin-left: .25rem;
  margin-right: .25rem;
}
.mh-2 {
  margin-left: .5rem;
  margin-right: .5rem;
}
.mh-3 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mt-2 { margin-top: .5em }
.mt-3 { margin-top: 1rem }
.mt-4 { margin-top: 2rem }
.mt-5 { margin-top: 4rem }
.mb-2 { margin-bottom: .5rem }
.mb-3 { margin-bottom: 1rem }
.mb-4 { margin-bottom: 2rem }
.mb-5 { margin-bottom: 4rem }
.mr-2 { margin-right: .5rem }
.mr-3 { margin-right: 1rem }
.mr-4 { margin-right: 2rem }

.fsize-0 { font-size: .9rem; }
.fsize-1 { font-size: 1rem; }
.fsize-2 { font-size: 1.25rem; }

.normal { font-weight: 400; }
.bold { font-weight: 600; }

.w100 { width: 100% }

@media (max-width: 480px) {
  .sd\:mh-2 {
    margin-right: .5rem;
    margin-left: .5rem;
  }
  .sd\:mh-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .sd\:mv-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sd\:mt-4 {
    margin-top: 2rem;
  }
  .sd\:mb-4 {
    margin-bottom: 2rem;
  }

  .sd\:dn.sd\:dn { display:none }
  .sd\:fwrap { flex-wrap: wrap }

  .sd\:u-jc-sb {justify-content: space-between }
}

@media (min-width: 480px) {
  .md\:df { display:flex; }
  .md\:di { display:inline }
  .md\:dn { display:none }

  .md\:mr-3 { margin-right: 1rem }

  .md\:ph-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:ph-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

@media (min-width: 780px) {
  .ld\:df { display: flex; }
  .ld\:db { display: block; }
  .ld\:dn { display: none; }

  .ld\:ml-3 { margin-left: 1rem }
  .ld\:ml-4 { margin-left: 2rem }

  .ld\:mv-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1170px) {
  .wd\:dn { display: none; }
  .wd\:db { display: block; }
  .wd\:df { display: flex; }
  .wd\:ph-0 {
    padding-left: 0;
    padding-right: 0;
  }
}

.hover\:u-shadow-0,
.hover\:u-shadow-1,
.hover\:u-shadow-2,
.hover\:u-shadow-3
{
  transition: box-shadow .15s;
  transition-timing-function: ease;
  transition-timing-function: ease-in-out;
}

.u-shadow-0,
.hover\:u-shadow-0:hover {
  box-shadow: 0 0 1px hsla(0, 0%, 80%, 0.6);
}

.u-shadow-1,
.hover\:u-shadow-1:hover {
  box-shadow: 0 0 8px 1px hsla(0, 0%, 90%, 1),
              0 2px 2px 0px hsla(0, 0%, 80%, 1);
}

.u-shadow-2,
.hover\:u-shadow-2:hover {
  box-shadow: 0 0 5px hsla(0, 0%, 70%, 1);
}

.u-shadow-3,
.hover\:u-shadow-3:hover {
  box-shadow: 0px 1px 8px hsla(0, 0%, 40%, 1);
}

/* -------------------------------------------------------------- */
/* Embeds in articles and news                                    */
/* -------------------------------------------------------------- */
div > iframe { margin-bottom:4px; }
div.youtube_box_small_right { float:right; margin:0 0 0 10px;font-size:12px; }
div.youtube_box_small_left  { float:left;  margin:0 10px 0 0;font-size:12px; }
div.youtube_box_small_center { text-align:center; margin:0 auto;font-size:12px; }

div.instagram_box_right { float:right; margin:0 0 0 10px;font-size:12px; }
div.instagram_box_left  { float:left;  margin:0 10px 0 0;font-size:12px; }
div.instagram_box_center { text-align:center; margin:0 auto;font-size:12px; }

div.bccks_box_right { float:right; margin:5px; margin-left:10px; }
div.bccks_box_left { float:left; margin:5px; margin-right:10px; }
div.bccks_box_center { text-align:center; margin:5px; margin-right:10px; }

div.embed_box_right { float:right; margin:0 0 0 10px;font-size:12px; }
div.embed_box_left  { float:left;  margin:0 10px 0 0;font-size:12px; }
div.embed_box_center { text-align:center; margin:0 auto;font-size:12px; }

div.review_survey { margin:0 0 12px 0;border:1px solid #CCC;width:714px; }
div.review_survey p { padding:8px 12px;line-height:160%;font-weight:bold; }
p.review { padding:8px; line-height:180%; }
p.prompt { color:#9bd921; text-align:right; font-weight:bold; }
span.prompt { color:#9bd921; text-align:right; font-weight:bold; }

/* -------------------------------------------------------------- */
/* FOOTER                                                         */
/* -------------------------------------------------------------- */
/* related to audio playback */
.playing a { color:#f88; }
[audiosource] {
  white-space: nowrap;
  overflow: hidden;
}
[audiosource] [type=button] { border: none; }

.social_buttons {
  margin: 10px 0 4px 0;
}

.modal-title {
  font-size: 1.125rem;
  font-weight: bold;
  font-family: Roboto, "Hiragino Kaku Gothic ProN", HiraKakuPro-W3, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-feature-settings: "palt";
}

/* ↓ modified */
.post_twitter table {
    padding-right:1em;
}

.post_twitter table td {
    padding: 2px 0px;
}

.post_twitter p {
  background-color:#eee;
  font-size:16px;
  margin:0;
  padding:0 1em;
  font-weight:bold;
}

/* articles and news */
.post_content .social,
.social_buttons .social {
  margin: 16px 0 8px 0;
  padding: 0;
  list-style: none;
  vertical-align: top;
  height: 30px;
}
.post_content .social.right,
.social_buttons .social.right {
  float: right;
}

.post_content .social li,
.social_buttons .social li{
  display: inline-block;
  position: relative;
  vertical-align:top;
  height:30px;
}

.post_content .social li {
  margin-right: 16px;
}
.post_content .social li:last-child {
  margin-right: 0px;
}

.social_buttons .social li {
  margin-left: 16px;
}
.social_buttons .social li:first-child {
  margin-left: 0;
}

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

.banner {
  margin-top: 2em;
  margin-bottom: 2em;
}

/* smart phones */
@media screen and (max-width:641px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
  body, #wrap {
    min-width: 360px;/* FIXME once all style depending on this is ok */
  }
  #content {
    width: 100%;
    margin: 0;
    padding: 12px 4px 0 4px;
    padding: 12px 0 0 0;
    overflow: hidden;
  }
  .post_content .social,
  .social_buttons .social {
    float: none;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .post_content .social li,
  .social_buttons .social li {
    height: 30px;
    margin: 0;
  }
}

/* ---- verify page ------------------------------------------------------ */
.huge {
    font-size:30px;
    margin-top: 30px;
}
.margin-30px { margin: 30px; }

/* -------------------------------------------------------------- */
.twitter-share-buttoon { min-width: 113px; }

/* ---- article ---------------------------------------------------------- */
#article {
  padding:0 0.6em;
  margin-bottom:40px;
}

.table-responsive table,
.table-responsive tr,
.table-responsive td,
.table-responsive th {
  border:1px solid gray;
  border-collapse: collapse;
  padding:0.25em 0.5em;
}

.table-responsive table,
.table-responsive tr,
.table-responsive td,
.table-responsive th {
  border-left:none;
  border-right:none;
}

.table-responsive table {
  border-top:2px solid gray;
  border-bottom:2px solid gray;
  margin:1em auto;
}

.table-responsive table caption {
  text-align:center;
}

/* ---- addendum in article/news (authors, editor, etc) ---------- */

.article-addendum-box {
  margin: 12px 0;
  background: #fff;
  border: 1px solid #f0f0f0;
}

.article-addendum-box .addendum-header {
  font-size: 16px; font-size: 1rem;
  margin: 0;
  padding: 6px 12px 6px 12px;
  font-weight: bold;
  background: #eee;
}

.article-addendum-box .addendum-body {
  margin: 12px 12px;
}

/* ~~category */
.feature-content .interview,
.color_cat-interview {   color:#cc00cc !important; }

.feature-content .series,
.color_cat-series {      color:#c62828 !important; }

.feature-content .review,
.color_cat-review {      color:#ef6c00 !important; }

.feature-content .column,
.color_cat-column {      color:#33aa33 !important; }

.feature-content .livereport,
.color_cat-livereport  { color:#01579b !important; }

.feature-content .null,
.color_cat-null  {       color:#949494 !important; }

.feature-content .tech,
.color_cat-tech {        color:#39aad1 !important; }

/* ~~old ones (types) */
.feature-content .help,
.color_cat-help {        color:#4DD0E1 !important; }

.feature-content .freedl,
.color_cat-freedl {      color:#33aa33 !important; }

.feature-content .closeup,
.color_cat-closeup {     color:#01579b !important; }

/* fade-out effect on text overflow in packages */
.text-fade-out {
  display: -webkit-box;
  position: relative;
  overflow: hidden;
}
.text-fade-out::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 2.5em;
  height: 1.4em;/* ≈line height */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
  background: linear-gradient(to right, #fff0 0%, #fff 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.discography .text-fade-out::after {
  height:1.3em;
}

.discography .genre,
.package-content .genre {
  width: 16px;
  height: 16px;
  line-height: 1;
  float: right;
  padding: 0 2px 0 4px;
  box-sizing: content-box;/* because of content-box on top page */
}
.discography .genre:hover::after,
.c-package .genre:hover::after,
.package-content .genre:hover::after {
  content: attr(data-genre);
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  position: absolute;
  bottom: 103px;
  right: 3px;
  line-height: 1.25;
  max-width: 89%;
  color: #707070;
  background-color: #fff;
  text-align: center;
  padding: 1px 4px;
  border-radius: 4px;
  border: 1px solid #aaa;
}

/*FIXME this is ugly, try bottom:100% with .genre as position:relative*/
#features .package-content .genre:hover::after {
  bottom: 126px;
}
#charts .col3 .package-content .genre:hover::after {
  bottom: 88px;
}
.discography .genre:hover::after {
  bottom: 105px;
}

/* used in mailmaga? */
sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}

span.supTxt {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
span.subTxt {
  font-size: 75.5%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}

#footer-nav dl dt a {
    color: #eee;
}

/* =======================================
   modal window
 ======================================= */
.modal-content {
  text-align: left;
  border-radius: 4px;
}

.modal-content .radio label {
  margin-bottom: 8px;
  font-size: initial;
  font-weight: normal;
  line-height: 1.65;
}

/* for smartphones */
@media screen and (max-width:641px) {
  div.package_box_large a {
    white-space: normal;
  }
}

/* play button on packages for top, labels, tags pages */
.play_button_on_top {
  color: white;
  font-size: 80%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  text-shadow: 0px 0px 12px #000000;
  z-index: 4;
  border: none;
  padding: 6px 10px 6px 11px;
}

.col2.package .play_button_on_top {
  bottom: auto;
  transform: translateY(-100%);
}

@media screen and (max-width:641px) {
  .play_button_on_top {
    font-size: 100%;
    padding: 8px 13px 8px 15px;
  }
}

/* =======================================
   mini player
 ======================================= */
iframe.mini-player {
  width: 100%;
  height: 384px;
  margin: 6px 0;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}

@media screen and (max-width:641px) {
  iframe.mini-player { height: 518px; }
}

/* =======================================
   goto-top-btn
 ======================================= */

/* TODO remove in favor of goto-top-btn */
/*   残っているのは /contact/ だけ      */
.goto-top {
  font-size: 16px; font-size: 1rem;
  text-align:right;
  margin-top:8px; }
.goto-top a { color: #303030 !important; }

.goto-top-btn {
  width: 60px;
  height: 60px;
  font-size: 0;
  position: fixed;
  bottom: 5px;
  right: 5px;
  opacity: 0;
  z-index: 3;
  border: none;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));
  font-family: roboto;
}
.goto-top-btn.above-audio-player {
  bottom: 50px;
}

@media screen and (min-width: 1500px) {
  .goto-top-btn {
    margin-right: 1.5%;
  }
  .goto-top-btn.above-audio-player {
    bottom: 90px;
  }
}
.goto-top-btn.fade-in {
  opacity: 0.8;
  transition: opacity .8s;
}

/* =======================================
   album-page features/news fig-contain (for vertical img)
 ======================================= */
.fig-target a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.fig-v-contain {
  background: #fff;
}
.fig-v-contain img {
  width: auto;
  max-height: 100%;
}

/* =======================================
   ribbon in the review box of album's col boxes
 ======================================= */
.in-review-ribbon {
  display: inline-block;
  position: relative;
  color: #fff !important;
  padding-left: 6px;
  padding-right: 3px;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.3;
  height: 14px;
  vertical-align: text-top;
  border-radius: 1px;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.1px;
}

.in-review-ribbon::before {
  /*Triangle*/
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  left: 0;
  border-width: 7px 0px 7px 4px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.in-review-ribbon.campaign-good-price {
  background: #c1272d;
}
.in-review-ribbon.bonus-addendum {
  background: #ed8721;
}

/* =======================================
   Mark for explicit version in the review box of album's col boxes
 ======================================= */
.explicit_mark {
  /* position: absolute;
  right: 6px;
  bottom: 6px;
  height: 18px;
  width: 18px;
  text-align: right;
  background-color: rgba(255,255,255,0.76); */
  display: inline-block;
}
.explicit_mark::after {
  display: inline-block;
  content: '';
  background-image: url("https://imgs.ototoy.jp/common/images/Explicit-mark.svg");
  background-size: 13px 13px;
  background-repeat: no-repeat;
  height: 13px;
  width: 13px;
  font-size: 13px;
}

.social li .fb_iframe_widget span,
.social-button li .fb_iframe_widget span
{
  vertical-align: top !important;
}

/* =======================================
   Text for number of tracks in the review box of album's col boxes
 ======================================= */
 .explict_mark-num_trucks-wrapper {
   position: absolute;
   right: 0;
   bottom: 0;
   height: auto;
   width: 100%;
   text-align: right;
   display: block;
   padding: 0 6px;
   font-size: 0.75rem;
   line-height: normal;
 }
 .num_trucks {
   display: inline-block;
 }
 .num_trucks span {
   font-size: 0.8125rem;
   color: #707070;
   position: relative;
   bottom: 2px;
 }
