@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
.c5-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  /*10px*/
  width: 100%;
  max-width: 1200px;
  margin: 70px auto 0;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Noto Sans JP',"メイリオ",'Meiryo','Osaka',"ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
  background-color: #190b02;
  overflow-x: hidden;
  font-weight: 300; }

h2, h3, h4, p, ul, li, a, img {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none; }

.pc {
  display: block; }

.tb {
  display: none; }

.sp {
  display: none; }

.cf:after {
  content: "";
  clear: both;
  display: block; }

.c5-container a > img {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }

.c5-container a > img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7; }

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.c5-main h1 {
  margin-bottom: 80px; }
  .c5-main h1 img {
    width: 100%;
    max-width: 100%; }

.c5-content-wrap {
  max-width: 970px;
  margin: 0 auto; }

.c5-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 15px;
  padding: 60px;
  background-color: #e8e7e5; }
  .c5-content p {
    font-size: 1.8em;
    line-height: 2; }

.c5-lead p:first-child {
  margin-bottom: 30px; }
  .c5-lead p:first-child::before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.8) * 0.7em); }

.c5-lead p:last-child {
  margin-bottom: -10px; }

.c5-lead-img {
  display: block;
  width: 90%;
  max-width: 820px;
  margin: 60px auto; }

.c5-interview h2 {
  margin-bottom: 15px; }
  .c5-interview h2 img {
    max-width: 100%; }

.c5-interview-inner p {
  margin-bottom: 20px; }
  .c5-interview-inner p:first-child {
    color: #765d5c; }

.c5-interview-inner .flexbox {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .c5-interview-inner .flexbox p {
    color: inherit;
    width: 50%; }
  .c5-interview-inner .flexbox img {
    width: 46%;
    max-width: 380px;
    margin-top: 10px; }

.c5-imgblock {
  position: relative;
  width: 100%;
  margin: 50px 0 60px; }
  .c5-imgblock img {
    width: 100%;
    display: block;
    margin-bottom: 30px; }
    .c5-imgblock img:first-child {
      max-width: 634px;
      position: relative;
      left: -15%; }
    .c5-imgblock img:last-child {
      max-width: 760px;
      position: relative;
      left: 23%;
      margin-bottom: 0; }

.c5-info-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 60px;
  padding: 60px;
  background-color: #d2cecd; }

.c5-product-wrap h3 {
  font-size: 2.3em;
  border-bottom: 2px solid #121212;
  line-height: 1.5; }

.c5-product-wrap .flexbox {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 30px auto 60px; }
  .c5-product-wrap .flexbox .c5-product-link {
    width: 58%;
    max-width: 550px; }
    .c5-product-wrap .flexbox .c5-product-link img {
      width: 100%; }
  .c5-product-wrap .flexbox .flex-right {
    margin-left: 30px;
    width: 40%;
    max-width: 390px; }
    .c5-product-wrap .flexbox .flex-right p {
      font-size: 3.9em;
      font-weight: bold;
      line-height: 1.4;
      margin-bottom: 10px; }
      .c5-product-wrap .flexbox .flex-right p span {
        font-size: calc(1.5rem + ((1vw - 12px) * 2.2222)); }

@media (min-width: 1200px) {
  .c5-product-wrap .flexbox .flex-right p span {
    font-size: 24px; } }

.c5-artist-wrap {
  border-top: 1px solid #b3afae;
  padding-top: 60px; }
  .c5-artist-wrap h3 {
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1; }
  .c5-artist-wrap p {
    font-size: 1.6em;
    line-height: 1.8;
    margin-bottom: 5px; }
  .c5-artist-wrap a {
    font-size: 1.6em; }
  .c5-artist-wrap .s5-icon-window {
    margin-left: 3px; }

.c5-anchor-blue {
  color: #5887f5;
  text-decoration: underline; }
  .c5-anchor-blue:hover {
    color: #5887f5;
    text-decoration: none; }

.c5-llc {
  margin-top: 10px;
  font-size: 11px;
  text-align: right; }

@media screen and (max-width: 750px) {
  .pc {
    display: none; }
  .tb {
    display: none; }
  .sp {
    display: block; }
  .c5-container {
    margin-top: 35px; }
  .c5-main h1 {
    margin-bottom: 30px; }
  .c5-content {
    margin: 0 10px;
    padding: 30px 10px; }
    .c5-content p {
      font-size: 1.3em;
      line-height: 1.7; }
  .c5-lead p:first-child {
    margin-bottom: 15px; }
  .c5-lead p:last-child {
    margin-bottom: -5px; }
  .c5-lead-img {
    margin: 30px auto; }
  .c5-interview-inner {
    margin-bottom: 20px; }
    .c5-interview-inner p {
      margin-bottom: 10px; }
    .c5-interview-inner .flexbox {
      display: block; }
      .c5-interview-inner .flexbox p {
        width: 100%; }
      .c5-interview-inner .flexbox img {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 15px auto 0; }
  .c5-interview-inner.ex {
    margin-bottom: 0; }
  .c5-imgblock {
    margin: 25px 0 30px; }
    .c5-imgblock img {
      margin-bottom: 15px; }
      .c5-imgblock img:first-child {
        position: static;
        margin: 0 auto 15px; }
      .c5-imgblock img:last-child {
        position: static; }
  .c5-imgblock.ex {
    margin-top: 15px; }
  .c5-info-wrap {
    margin-top: 30px;
    padding: 30px 15px; }
  .c5-product-wrap h3 {
    font-size: 1.5em; }
  .c5-product-wrap .flexbox {
    display: block;
    margin: 15px auto 30px; }
    .c5-product-wrap .flexbox .c5-product-link {
      display: block;
      width: 80%;
      margin: 0 auto; }
    .c5-product-wrap .flexbox .flex-right {
      margin-left: 0;
      width: 100%;
      max-width: 100%;
      text-align: center; }
      .c5-product-wrap .flexbox .flex-right p {
        font-size: 2.2em;
        line-height: 1.4;
        margin-bottom: 10px; }
        .c5-product-wrap .flexbox .flex-right p span {
          font-size: 14px; }
  .c5-artist-wrap {
    padding-top: 30px; }
    .c5-artist-wrap h3 {
      font-size: 1.3em;
      margin-bottom: 10px; }
    .c5-artist-wrap p {
      font-size: 1.2em;
      margin-bottom: 5px; }
    .c5-artist-wrap a {
      font-size: 1.2em; } }

.mb0 {
  margin-bottom: 0; }
