@charset "UTF-8";
/*　sass import　/　*/
/*　web font import　/　*/
/*　/ web font import　*/
/* common sass / */
/* IEハック用mixin */
/* / common sass */
/*　/ sass import　*/
/*--=== SP ONLY max-width: 767px ===-- / */
@media screen and (max-width: 767px) {
  article#discography_ctn {
    width: 95%;
    padding: 0 3.5%;
    margin: 0 auto;
    position: relative; }
    article#discography_ctn h2 {
      margin-top: 2em; }
      article#discography_ctn h2.album_title {
        width: 56%; }
      article#discography_ctn h2.single_title {
        width: 56%; }
      article#discography_ctn h2.bd_dvd_title {
        width: 75%; }
    article#discography_ctn #discography_inner_ctn {
      position: relative;
      background-color: #fff;
      z-index: 10005; }
      article#discography_ctn #discography_inner_ctn h3 {
        padding: 5px 4.5% 20px 4.5%;
        font-size: 16px; }
    article#discography_ctn #album_select_title {
      display: none; }
    article#discography_ctn #single_select_title {
      background-color: #fff;
      border-radius: 0px 15px 0px 0px;
      width: 80%;
      font-size: 20px;
      padding: 5px 5% 0 5%;
      margin-top: 15px;
      font-family: 'Marcellus', serif; }
    article#discography_ctn #bd_dvd_select_title {
      background-color: #fff;
      border-radius: 0px 15px 0px 0px;
      width: 80%;
      font-size: 20px;
      padding: 5px 5% 0 5%;
      margin-top: 15px;
      font-family: 'Marcellus', serif; }
    article#discography_ctn #discography_tab_album, article#discography_ctn #discography_tab_single, article#discography_ctn #discography_tab_bd_dvd {
      display: none; }
    article#discography_ctn #discography_tab_album_sp {
      display: flex;
      justify-content: space-between; }
    article#discography_ctn #discography_tab_album_sp1 {
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      width: 75%; }
      article#discography_ctn #discography_tab_album_sp1::before {
        background-color: #ede87b;
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 20px;
        left: 0;
        z-index: -10; }
      article#discography_ctn #discography_tab_album_sp1 li.on {
        order: 3; }
        article#discography_ctn #discography_tab_album_sp1 li.on a {
          background-color: #fff; }
      article#discography_ctn #discography_tab_album_sp1 li a {
        display: block;
        padding: 12px 0 8px 10px;
        background-color: #b1d365;
        box-shadow: 3px -3px 6px 6px rgba(0, 0, 0, 0.15);
        border-radius: 0 15px 0 0; }
      article#discography_ctn #discography_tab_album_sp1 li img {
        height: 21px; }
    article#discography_ctn #discography_tab_album_sp2 {
      width: 25%;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      justify-content: space-around;
      margin-bottom: 10px; }
      article#discography_ctn #discography_tab_album_sp2 li {
        height: 45%;
        position: relative;
        margin-bottom: 5%;
        margin-left: 10%; }
        article#discography_ctn #discography_tab_album_sp2 li a {
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: #b1d365;
          height: 100%; }
          article#discography_ctn #discography_tab_album_sp2 li a img {
            height: 18px; }
        article#discography_ctn #discography_tab_album_sp2 li:nth-child(1) a {
          background-color: #ede87b; }
        article#discography_ctn #discography_tab_album_sp2 li:nth-child(2) a {
          background-color: #f2be6e; }
    article#discography_ctn #discography_tab_single_sp {
      display: flex;
      justify-content: space-between; }
    article#discography_ctn #discography_tab_single_sp1 {
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      width: 75%; }
      article#discography_ctn #discography_tab_single_sp1::before {
        background-color: #ede87b;
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 20px;
        left: 0;
        z-index: -10; }
      article#discography_ctn #discography_tab_single_sp1 li.on {
        order: 3; }
        article#discography_ctn #discography_tab_single_sp1 li.on a {
          background-color: #fff; }
      article#discography_ctn #discography_tab_single_sp1 li a {
        display: block;
        padding: 12px 0 8px 10px;
        background-color: #ede87b;
        box-shadow: 3px -3px 6px 6px rgba(0, 0, 0, 0.15);
        border-radius: 0 15px 0 0; }
      article#discography_ctn #discography_tab_single_sp1 li img {
        height: 21px; }
    article#discography_ctn #discography_tab_single_sp2 {
      width: 25%;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      justify-content: space-around;
      margin-bottom: 10px; }
      article#discography_ctn #discography_tab_single_sp2 li {
        height: 45%;
        position: relative;
        margin-bottom: 5%;
        margin-left: 10%; }
        article#discography_ctn #discography_tab_single_sp2 li a {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 100%; }
          article#discography_ctn #discography_tab_single_sp2 li a img {
            height: 18px; }
        article#discography_ctn #discography_tab_single_sp2 li:nth-child(1) a {
          background-color: #b1d365; }
        article#discography_ctn #discography_tab_single_sp2 li:nth-child(2) a {
          background-color: #f2be6e; }
    article#discography_ctn #discography_tab_bd_dvd_sp {
      display: flex; }
      article#discography_ctn #discography_tab_bd_dvd_sp li.on a {
        background-color: #f2be6e; }
      article#discography_ctn #discography_tab_bd_dvd_sp li:nth-child(1) {
        flex-basis: 47%;
        z-index: 10004; }
      article#discography_ctn #discography_tab_bd_dvd_sp li:nth-child(2) {
        z-index: 10003;
        flex-basis: 31.5%;
        margin-left: -5%; }
        article#discography_ctn #discography_tab_bd_dvd_sp li:nth-child(2) a {
          padding-left: 25%;
          background-color: #b1d365; }
      article#discography_ctn #discography_tab_bd_dvd_sp li:nth-child(3) {
        flex-basis: 31.5%;
        z-index: 10002;
        margin-left: -5%; }
        article#discography_ctn #discography_tab_bd_dvd_sp li:nth-child(3) a {
          padding-left: 25%;
          background-color: #ede87b; }
      article#discography_ctn #discography_tab_bd_dvd_sp li a {
        display: block;
        padding: 15px 0 2px 10px;
        box-shadow: 3px 3px 6px 6px rgba(0, 0, 0, 0.15);
        border-radius: 0 15px 0 0; }
      article#discography_ctn #discography_tab_bd_dvd_sp li img {
        height: 21px; }
    article#discography_ctn #discography_link_list {
      display: flex;
      flex-wrap: wrap;
      padding: 0 4.5%;
      position: relative; }
      article#discography_ctn #discography_link_list li {
        width: 31%;
        margin-left: 2%;
        font-size: 12px;
        margin-bottom: 30px; }
        article#discography_ctn #discography_link_list li a img {
          display: block;
          border: 1px solid #999999; }
        article#discography_ctn #discography_link_list li a p {
          margin-top: 0.3em; }
    article#discography_ctn .year_title {
      font-family: 'Open Sans', sans-serif;
      font-feature-settings: "palt";
      font-size: 18px;
      background-image: url(/discography/album/images/year_line.png);
      background-size: 500px;
      background-repeat: no-repeat;
      background-position: left center;
      padding-left: 0.6em; }
      article#discography_ctn .year_title.album_year {
        color: #b1d365; }
      article#discography_ctn .year_title.single_year {
        color: #ede87b; }
    article#discography_ctn .disco-box {
      padding: 15px 4.5%;
      position: relative;
      margin-bottom: 2em; }
      article#discography_ctn .disco-box .shop_link {
        width: 80%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        margin-bottom: 2em; }
        article#discography_ctn .disco-box .shop_link li {
          width: 30%;
          margin-left: 5%; }
          article#discography_ctn .disco-box .shop_link li:first-child {
            margin-left: 0; }
          article#discography_ctn .disco-box .shop_link li img {
            height: auto !important;
            display: block;
            width: 100%; }
            article#discography_ctn .disco-box .shop_link li img.gifbanner {
              height: 1px !important;
              width: 0px !important; }
      article#discography_ctn .disco-box .disco-image > div {
        margin-bottom: 1.8em; }
        article#discography_ctn .disco-box .disco-image > div img {
          width: 80%;
          display: block;
          margin: 0 auto; }
          article#discography_ctn .disco-box .disco-image > div img.border {
            border: 1px solid #f1f1f1; }
        article#discography_ctn .disco-box .disco-image > div p {
          font-size: 12px;
          text-align: center; }
      article#discography_ctn .disco-box .disco-image .lead_text {
        display: none; }
      article#discography_ctn .disco-box .disco-credit {
        margin-top: 1em; }
        article#discography_ctn .disco-box .disco-credit h5 {
          font-size: 16px; }
        article#discography_ctn .disco-box .disco-credit .lead_text p {
          font-size: 14px;
          margin-bottom: 1.8em; }
        article#discography_ctn .disco-box .disco-credit ol {
          margin-top: 0.5em;
          margin-bottom: 1.8em; }
          article#discography_ctn .disco-box .disco-credit ol li {
            font-size: 13px;
            line-height: 1.8em;
            list-style: outside decimal;
            margin-left: 2.6em; }
        article#discography_ctn .disco-box .disco-credit h6 {
          font-size: 13px; }
          article#discography_ctn .disco-box .disco-credit h6.type2 {
            font-weight: bold; }
        article#discography_ctn .disco-box .disco-credit h6 + h6 {
          margin-top: 1.8em; }
        article#discography_ctn .disco-box .disco-credit h6.type2 {
          margin-bototm: -1.8em; }
        article#discography_ctn .disco-box .disco-credit p {
          font-size: 13px;
          margin-bottom: 1.8em; }
        article#discography_ctn .disco-box .disco-credit p.note {
          margin-top: -1em;
          margin-bottom: 0; }
      article#discography_ctn .disco-box p.year {
        font-size: 13px; } }
/*--=== / SP ONLY max-width: 767px ===-- */
/*--=== PC ONLY min-width: 768px ===-- / */
@media print, screen and (min-width: 768px) {
  article#discography_ctn {
    position: relative; }
    article#discography_ctn h2 {
      margin-top: 2em;
      margin-bottom: 1em; }
      article#discography_ctn h2.album_title {
        width: 284px; }
      article#discography_ctn h2.single_title {
        width: 284px; }
      article#discography_ctn h2.bd_dvd_title {
        width: 379px; }
    article#discography_ctn #discography_inner_ctn {
      position: relative;
      background-color: #fff;
      z-index: 10005; }
      article#discography_ctn #discography_inner_ctn h3 {
        padding: 40px 4.5% 20px 4.5%;
        font-size: 1.6rem; }
        article#discography_ctn #discography_inner_ctn h3:before {
          content: "■"; }
        article#discography_ctn #discography_inner_ctn h3.album_h3:before {
          color: #b1d365; }
        article#discography_ctn #discography_inner_ctn h3.single_h3:before {
          color: #ede87b; }
        article#discography_ctn #discography_inner_ctn h3.sbd_dvd_h3:before {
          color: #f2be6e; }
    article#discography_ctn #discography_tab_album_sp, article#discography_ctn #discography_tab_single_sp, article#discography_ctn #discography_tab_bd_dvd_sp {
      display: none; }
    article#discography_ctn #discography_tab_album {
      display: flex; }
      article#discography_ctn #discography_tab_album li.on a {
        background-color: #fff; }
      article#discography_ctn #discography_tab_album li:nth-child(1) {
        flex-basis: 27.5%;
        z-index: 10004; }
      article#discography_ctn #discography_tab_album li:nth-child(2) {
        z-index: 10003;
        flex-basis: 29.5%;
        margin-left: -2%; }
        article#discography_ctn #discography_tab_album li:nth-child(2) a {
          padding-left: 12%; }
      article#discography_ctn #discography_tab_album li:nth-child(3) {
        flex-basis: 17%;
        z-index: 10002;
        margin-left: -2%; }
        article#discography_ctn #discography_tab_album li:nth-child(3) a {
          padding-left: 25%; }
      article#discography_ctn #discography_tab_album li:nth-child(4) {
        flex-basis: 17%;
        z-index: 10001;
        margin-left: -2%; }
        article#discography_ctn #discography_tab_album li:nth-child(4) a {
          padding-left: 25%;
          background-color: #ede87b; }
      article#discography_ctn #discography_tab_album li:nth-child(5) {
        flex-basis: 17%;
        z-index: 10000;
        margin-left: -2%; }
        article#discography_ctn #discography_tab_album li:nth-child(5) a {
          padding-left: 25%;
          background-color: #f2be6e; }
      article#discography_ctn #discography_tab_album li a {
        display: block;
        padding: 12px 0 8px 10px;
        background-color: #b1d365;
        box-shadow: 3px 3px 6px 6px rgba(0, 0, 0, 0.15);
        border-radius: 0 15px 0 0; }
        article#discography_ctn #discography_tab_album li a:hover {
          opacity: 1 !important;
          background-color: #fff; }
          article#discography_ctn #discography_tab_album li a:hover img {
            opacity: 1 !important; }
      article#discography_ctn #discography_tab_album li img {
        height: 21px; }
    article#discography_ctn #discography_tab_single {
      display: flex; }
      article#discography_ctn #discography_tab_single li.on a {
        background-color: #fff; }
      article#discography_ctn #discography_tab_single li:nth-child(1) {
        flex-basis: 29%;
        z-index: 10004; }
      article#discography_ctn #discography_tab_single li:nth-child(2) {
        z-index: 10003;
        flex-basis: 31%;
        margin-left: -2%; }
        article#discography_ctn #discography_tab_single li:nth-child(2) a {
          padding-left: 12%; }
      article#discography_ctn #discography_tab_single li:nth-child(3) {
        flex-basis: 17%;
        z-index: 10002;
        margin-left: -2%; }
        article#discography_ctn #discography_tab_single li:nth-child(3) a {
          padding-left: 25%; }
      article#discography_ctn #discography_tab_single li:nth-child(4) {
        flex-basis: 17%;
        z-index: 10001;
        margin-left: -2%; }
        article#discography_ctn #discography_tab_single li:nth-child(4) a {
          padding-left: 25%;
          background-color: #b1d365; }
      article#discography_ctn #discography_tab_single li:nth-child(5) {
        flex-basis: 17%;
        z-index: 10000;
        margin-left: -2%; }
        article#discography_ctn #discography_tab_single li:nth-child(5) a {
          padding-left: 25%;
          background-color: #f2be6e; }
      article#discography_ctn #discography_tab_single li a {
        display: block;
        padding: 12px 0 8px 10px;
        background-color: #ede87b;
        box-shadow: 3px 3px 6px 6px rgba(0, 0, 0, 0.15);
        border-radius: 0 15px 0 0; }
        article#discography_ctn #discography_tab_single li a:hover {
          opacity: 1 !important;
          background-color: #fff; }
          article#discography_ctn #discography_tab_single li a:hover img {
            opacity: 1 !important; }
      article#discography_ctn #discography_tab_single li img {
        height: 21px; }
    article#discography_ctn #discography_tab_bd_dvd {
      display: flex; }
      article#discography_ctn #discography_tab_bd_dvd li.on a {
        background-color: #f2be6e; }
      article#discography_ctn #discography_tab_bd_dvd li:nth-child(1) {
        flex-basis: 29%;
        z-index: 10004; }
      article#discography_ctn #discography_tab_bd_dvd li:nth-child(2) {
        z-index: 10003;
        flex-basis: 31%;
        margin-left: -2%; }
        article#discography_ctn #discography_tab_bd_dvd li:nth-child(2) a {
          padding-left: 12%;
          background-color: #b1d365; }
      article#discography_ctn #discography_tab_bd_dvd li:nth-child(3) {
        flex-basis: 31%;
        z-index: 10002;
        margin-left: -2%; }
        article#discography_ctn #discography_tab_bd_dvd li:nth-child(3) a {
          padding-left: 12%;
          background-color: #ede87b; }
      article#discography_ctn #discography_tab_bd_dvd li a {
        display: block;
        padding: 12px 0 8px 10px;
        box-shadow: 3px 3px 6px 6px rgba(0, 0, 0, 0.15);
        border-radius: 0 15px 0 0; }
        article#discography_ctn #discography_tab_bd_dvd li a:hover {
          opacity: 1 !important;
          background-color: #fff; }
          article#discography_ctn #discography_tab_bd_dvd li a:hover img {
            opacity: 1 !important; }
      article#discography_ctn #discography_tab_bd_dvd li img {
        height: 21px; }
    article#discography_ctn #album_select_title {
      display: none; }
    article#discography_ctn #single_select_title {
      display: none; }
    article#discography_ctn #bd_dvd_select_title {
      display: none; }
    article#discography_ctn #discography_link_list {
      display: flex;
      flex-wrap: wrap;
      padding: 0 4.5%;
      position: relative; }
      article#discography_ctn #discography_link_list li {
        width: 14.5%;
        margin-left: 2%;
        font-size: 1.6rem;
        margin-bottom: 1.8em; }
        article#discography_ctn #discography_link_list li a img {
          display: block;
          border: 1px solid #999999; }
        article#discography_ctn #discography_link_list li a p {
          margin-top: 0.3em; }
    article#discography_ctn .year_title {
      font-family: 'Open Sans', sans-serif;
      font-feature-settings: "palt";
      font-size: 3.2rem;
      background-image: url(/discography/album/images/year_line.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: right center;
      padding-left: 0.6em; }
      article#discography_ctn .year_title.album_year {
        color: #b1d365; }
      article#discography_ctn .year_title.single_year {
        color: #ede87b; }
      article#discography_ctn .year_title.bd_dvd_year {
        color: #f2be6e; }
    article#discography_ctn .disco-box {
      display: flex;
      padding: 15px 4.5%;
      position: relative;
      margin-bottom: 2em; }
      article#discography_ctn .disco-box .shop_link {
        width: 100%;
        display: flex;
        justify-content: space-between; }
        article#discography_ctn .disco-box .shop_link li {
          width: 32%;
          margin-right: 0; }
          article#discography_ctn .disco-box .shop_link li img {
            height: auto !important;
            display: block;
            width: 100%; }
            article#discography_ctn .disco-box .shop_link li img.gifbanner {
              height: 0px !important;
              width: 1px !important; }
      article#discography_ctn .disco-box .disco-image {
        width: 300px;
        flex-shrink: 0; }
        article#discography_ctn .disco-box .disco-image > div {
          text-align: center;
          margin-bottom: 2em; }
          article#discography_ctn .disco-box .disco-image > div img {
            height: 300px; }
            article#discography_ctn .disco-box .disco-image > div img.border {
              border: 1px solid #f1f1f1; }
          article#discography_ctn .disco-box .disco-image > div p {
            font-size: 1.3rem; }
        article#discography_ctn .disco-box .disco-image .lead_text {
          text-align: left;
          margin-top: 1em;
          font-size: 1.4rem; }
      article#discography_ctn .disco-box .disco-image-bd {
        width: 300px;
        flex-shrink: 0; }
        article#discography_ctn .disco-box .disco-image-bd > div {
          text-align: center;
          margin-bottom: 2em; }
          article#discography_ctn .disco-box .disco-image-bd > div img.border {
            border: 1px solid #f1f1f1; }
          article#discography_ctn .disco-box .disco-image-bd > div p {
            font-size: 1.3rem; }
        article#discography_ctn .disco-box .disco-image-bd .lead_text {
          text-align: left;
          margin-top: 1em;
          font-size: 1.4rem; }
      article#discography_ctn .disco-box .disco-credit {
        margin-left: 50px; }
        article#discography_ctn .disco-box .disco-credit h5 {
          font-size: 2.2rem; }
        article#discography_ctn .disco-box .disco-credit p.year {
          font-size: 1.5rem; }
        article#discography_ctn .disco-box .disco-credit .lead_text {
          display: none; }
        article#discography_ctn .disco-box .disco-credit ol {
          margin-top: 0.5em;
          margin-bottom: 1.8em; }
          article#discography_ctn .disco-box .disco-credit ol li {
            font-size: 1.5rem;
            line-height: 1.8em;
            list-style: outside decimal;
            margin-left: 2.6em; }
        article#discography_ctn .disco-box .disco-credit h6 {
          font-size: 1.5rem; }
          article#discography_ctn .disco-box .disco-credit h6.type2 {
            font-weight: bold; }
        article#discography_ctn .disco-box .disco-credit h6 + h6 {
          margin-top: 1.8em; }
        article#discography_ctn .disco-box .disco-credit h6 + h6.type2 {
          margin-bottom: -1.8em; }
        article#discography_ctn .disco-box .disco-credit p {
          font-size: 1.5rem;
          margin-bottom: 1.8em; }
        article#discography_ctn .disco-box .disco-credit p.note {
          margin-top: -1em;
          margin-bottom: 0; }

  /* common class / */
  /* / common class */ }
/*--=== / PC ONLY min-width: 768px ===-- */
