@charset "UTF-8";
/* ---------------------------------------
0.0 mixin
	0.1 colorsdrawer
	0.2 typography
	0.3 spacer
	0.4 chevron
	0.5 flexbox
1.0 setting
	1.1 normalize
	1.2 clearfix
2.0 compontents
	2.1 button
	2.2 form
	2.3 list
3.0 layout
	3.1 base
	3.1 header
	3.2 footer
4.0 page
	4.1 parts
	4.2 home
	4.3 information
	4.4 biography
	4.4 blog
	4.6 faq
	4.7 support
	4.8 entry
-------------------------------------------- */
@font-face {
  font-family: 'journalregular';
  src: url("/static/eikichiyazawa/official/font/journal-webfont.eot");
  src: url("/static/eikichiyazawa/official/font/journal-webfont.eot?#iefix") format("embedded-opentype"), url("/static/eikichiyazawa/official/font/journal-webfont.woff2") format("woff2"), url("/static/eikichiyazawa/official/font/journal-webfont.woff") format("woff"), url("/static/eikichiyazawa/official/font/journal-webfont.svg#journalregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* 2.0 component
============================== */
/* 2.1 button
------------------------------ */
.btn--main {
  background: #151515;
  color: #fff; }

.btn--sub {
  color: #151515;
  border: 0.5px solid #151515; }

.list__more {
  font-family: 'din-2014';
  font-weight: 800;
  font-size: 21px;
  letter-spacing: 0.1em;
  text-align: left;
  margin: 0;
  position: absolute;
  z-index: 30;
  bottom: -19vw; }
  .list__more::before {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    background: #f4f3f0;
    mix-blend-mode: difference;
    position: absolute;
    left: 4em;
    top: 24px; }

.detail__btn a {
  display: inline-block;
  position: relative;
  text-align: left; }
  .detail__btn a::before {
    content: 'BACK';
    font-family: 'din-2014', sans-serif;
    font-weight: 800;
    color: #151515;
    letter-spacing: 0.05em; }
  .detail__btn a::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #151515;
    vertical-align: 4px;
    margin-left: 5px; }

/* 2.3 list
------------------------------ */
.no-data {
  text-align: center;
  opacity: 0.5; }

.list--discography {
  margin-bottom: 60px; }
  .list--discography li {
    margin-bottom: 15px; }
    .list--discography li a {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      flex-wrap: wrap;
      position: relative; }
      .list--discography li a figure {
        width: 26%;
        position: relative;
        overflow: hidden;
        border-radius: 7px;
        box-shadow: 11px 7px 18px rgba(0, 0, 0, 0.4); }
        .list--discography li a figure img {
          display: block;
          width: 100%;
          height: 100%;
          background: no-repeat center;
          background-size: contain;
          position: relative;
          z-index: 1; }
        .list--discography li a figure .blur {
          width: 200%;
          height: 200%;
          position: absolute;
          top: -50%;
          left: -50%;
          z-index: 1; }
          .list--discography li a figure .blur img {
            filter: blur(10px); }
      .list--discography li a .block--txt {
        width: 72%;
        padding-left: 4%; }

/* 3.0 layout
============================== */
/* 3.1 base
------------------------------ */
body {
  background-color: #f4f3f0;
  color: #151515;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  word-break: break-word; }

a {
  color: #151515; }

/* 3.2 header
------------------------------ */
.header .drawer__btn .mid {
  display: none; }
.header .drawer__btn .menu-txt::before {
  content: none; }

/* 4.0 page
============================== */
/*  4.1 parts
------------------------------ */
/* typography */
/* 4.2 home
------------------------------ */
.page--home .wrap {
  padding-bottom: 0;
  overflow: hidden; }
.page--home .header h1 a svg {
  fill: #d0121b; }
.page--home .header {
  top: 60px; }
.page--home .drawer__btn {
  top: 70px; }
  .page--home .drawer__btn span {
    background: #fff; }
  .page--home .drawer__btn .menu-txt {
    background: none;
    color: #d0121b; }
.page--home:not(.headerFixed).drawer-visible .drawer__btn {
  top: 20px; }
.page--home .list--bnr li {
  width: 30%; }
  .page--home .list--bnr li a {
    display: block;
    border-radius: 8px;
    box-shadow: 4px 12px 20px #000; }
.page--home .section-tit {
  line-height: 1;
  overflow: hidden;
  opacity: 1 !important; }
  .page--home .section-tit span {
    line-height: 1;
    display: inline-block;
    transform: translate3d(0, 60px, 0); }
.page--home .section--hero-img {
  position: relative; }
  .page--home .section--hero-img .area--hero-img .block--key-visual-wrap {
    position: relative;
    height: 74vh;
    background: #000; }
  .page--home .section--hero-img .area--hero-img .block--key-visual {
    width: 100%;
    height: 100%; }
    .page--home .section--hero-img .area--hero-img .block--key-visual.single {
      z-index: 2;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
  .page--home .section--hero-img .area--side-bnr .list--bnr li a {
    box-shadow: none;
    border-radius: 0;
    position: relative; }
  .page--home .section--hero-img .area--side-bnr .list--bnr li .bnr-tit {
    color: #fff;
    font-size: 14px;
    font-family: 'din-2014';
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 3%;
    text-stroke: #000;
    -webkit-text-stroke: 1px #000; }
  .page--home .section--hero-img .slick-dots {
    bottom: 10px; }
  .page--home .section--hero-img .slick-dots li {
    width: 12px !important;
    height: 12px; }
    .page--home .section--hero-img .slick-dots li button {
      width: 12px;
      height: 12px; }
    .page--home .section--hero-img .slick-dots li button:before {
      opacity: 1;
      content: '●';
      color: #cccccc;
      width: 12px;
      height: 12px; }
    .page--home .section--hero-img .slick-dots li.slick-active button:before {
      color: #151515;
      opacity: 1; }
  .page--home .section--hero-img .block--key-visual {
    line-height: 0;
    z-index: 1; }
    .page--home .section--hero-img .block--key-visual a {
      display: block;
      height: 100%; }
    .page--home .section--hero-img .block--key-visual img {
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      /*animation: keyvisualImg 0.85s cubic-bezier(0.25, -0.11, 1, 1) 1 both;*/ }
  .page--home .section--hero-img .block--attention {
    display: none;
    opacity: 0;
    width: 107vw;
    z-index: 10;
    position: absolute;
    left: 50%;
    top: calc(74vh / 3.3);
    transform: translate(-50%, -50%); }
    .page--home .section--hero-img .block--attention > a {
      display: block;
      line-height: 0; }
    .page--home .section--hero-img .block--attention img {
      width: 100%;
      height: 100%; }
  .page--home .section--hero-img .block--attention-bnr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    opacity: 0;
    position: absolute;
    z-index: 10;
    line-height: 0;
    top: 53%;
    left: 2%; }
    .page--home .section--hero-img .block--attention-bnr > a {
      display: block;
      width: 47%;
      line-height: 0; }
      .page--home .section--hero-img .block--attention-bnr > a:first-of-type {
        margin-right: 3%;
        margin-top: 2vw; }
    .page--home .section--hero-img .block--attention-bnr img {
      width: 100%; }
  .page--home .section--hero-img .block--topics {
    width: 100%;
    background: #151515;
    position: absolute;
    top: 74vh;
    left: 0;
    z-index: 10;
    transform: translateY(-100%); }
    .page--home .section--hero-img .block--topics::before {
      content: '';
      display: none;
      width: 1px;
      height: 100%;
      background: rgba(255, 255, 255, 0.3);
      position: absolute;
      top: 0;
      left: 0; }
    .page--home .section--hero-img .block--topics .slick-track {
      padding-bottom: 0; }
    .page--home .section--hero-img .block--topics .list--topics {
      padding: 0; }
      .page--home .section--hero-img .block--topics .list--topics li.new::after {
        content: 'New Post';
        font-family: 'journalregular', sans-serif;
        font-weight: 100;
        font-size: 40px;
        color: #d0121b;
        letter-spacing: -0.01em;
        margin-left: 10px;
        position: absolute;
        right: 8px;
        top: -21px;
        transform: rotate(-7deg); }
      .page--home .section--hero-img .block--topics .list--topics li a {
        display: block;
        color: #f4f3f0;
        font-size: 12px;
        padding: 22px 3% 22px 8%; }
        .page--home .section--hero-img .block--topics .list--topics li a::before {
          content: '';
          display: block;
          width: 2px;
          height: calc(100% - 44px);
          background: #fff;
          position: absolute;
          top: 50%;
          left: 4%;
          transform: translateY(-50%); }
        .page--home .section--hero-img .block--topics .list--topics li a .date {
          font-family: 'din-2014';
          font-weight: 400;
          margin-bottom: 0;
          font-size: 11px; }
        .page--home .section--hero-img .block--topics .list--topics li a .tit {
          line-height: 1.5; }
.page--home .section--bnr {
  margin: 20px auto 0; }
  .page--home .section--bnr .block--bnr {
    position: relative;
    width: 100%;
    z-index: 10; }
    .page--home .section--bnr .block--bnr li {
      width: 200px;
      margin: 0 5px; }
      .page--home .section--bnr .block--bnr li a {
        border-radius: 6px;
        box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.4);
        overflow: hidden; }
    .page--home .section--bnr .block--bnr .slick-prev, .page--home .section--bnr .block--bnr .slick-next {
      display: none !important; }
.page--home .section--news {
  background: #f4f3f0;
  padding-left: 5%;
  position: relative;
  z-index: 2;
  margin-bottom: 40vw; }
  .page--home .section--news .list--information {
    width: 95%;
    position: relative;
    left: 0;
    z-index: 5; }
    .page--home .section--news .list--information li {
      margin-bottom: 5px; }
  .page--home .section--news .section-tit {
    color: inherit;
    font-size: 42px;
    line-height: 1;
    text-align: left;
    letter-spacing: 0.02em;
    color: #151515;
    z-index: 10;
    padding-right: 5%;
    position: relative;
    margin-bottom: 10px; }
  .page--home .section--news .list__more {
    font-family: 'din-2014';
    font-weight: 800;
    letter-spacing: 0.01em;
    left: 5%; }
.page--home .section--sns {
  height: 40vw;
  margin-bottom: 102vw;
  position: relative;
  z-index: 2;
  left: 9%; }
  .page--home .section--sns .inner {
    width: 80%;
    background: #fff;
    border-radius: 6px;
    box-shadow: 20px 30px 20px rgba(65, 64, 62, 0.3);
    padding: 6vw 3% 10vw;
    position: absolute;
    left: 5%;
    top: 0;
    z-index: 2; }
    .page--home .section--sns .inner .section-tit {
      font-size: 11vw;
      text-align: right;
      line-height: 1;
      color: #151515;
      padding-left: 1%;
      margin-bottom: 10px;
      position: relative; }
    .page--home .section--sns .inner .txt--lead {
      text-align: right;
      font-weight: bold;
      margin-bottom: 20px;
      font-size: 15px;
      padding-left: 1%; }
    .page--home .section--sns .inner::after {
      content: 'Follow Me!';
      display: block;
      font-family: 'journalregular';
      font-size: 18vw;
      transform: rotate(-10deg);
      position: absolute;
      bottom: -14vw;
      right: -5vw;
      letter-spacing: -0.04em; }
.page--home [class^="bg--"] {
  width: 80vw;
  position: absolute;
  filter: grayscale(1);
  overflow: hidden; }
  .page--home [class^="bg--"] img {
    display: block;
    height: 180%; }
.page--home .bg--news {
  width: 70vw;
  height: 110vw;
  bottom: -95vw;
  right: 0; }
  .page--home .bg--news img {
    background-position: 42% 10vw; }
.page--home .bg--sns {
  width: 80vw;
  height: 80vw;
  z-index: 1;
  bottom: -107vw;
  left: -18%;
  overflow: hidden; }
.page--home footer {
  top: 0;
  z-index: 2;
  background: none;
  padding-bottom: 0; }
  .page--home footer::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #d4d1ca;
    position: absolute;
    bottom: -50vw;
    left: 0;
    z-index: 1; }
  .page--home footer .inner {
    padding: 0;
    position: relative;
    z-index: 1;
    top: -7vw; }
  .page--home footer .nav--sns {
    display: block; }
  .page--home footer .block--footer-link {
    text-align: center;
    padding: 10px 0 0; }
    .page--home footer .block--footer-link p[class^="link--"] {
      width: auto;
      display: inline-block;
      margin-right: 5vw;
      position: relative; }
      .page--home footer .block--footer-link p[class^="link--"]:last-child {
        margin-right: 0; }
      .page--home footer .block--footer-link p[class^="link--"] a {
        display: inline-block;
        font-size: 15px;
        font-family: 'din-2014';
        font-weight: 800;
        position: relative; }
        .page--home footer .block--footer-link p[class^="link--"] a i {
          display: inline-block;
          margin-right: 5px; }
        .page--home footer .block--footer-link p[class^="link--"] a::after {
          content: '';
          display: block;
          width: 100%;
          height: 2px;
          background: #151515;
          position: absolute;
          left: 0;
          bottom: -5px; }
.page--home .block--link {
  position: relative; }
  .page--home .block--link .list--link {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin: 0 auto 20px;
    flex-wrap: wrap; }
    .page--home .block--link .list--link li {
      width: 47%;
      margin-bottom: 20px; }
      .page--home .block--link .list--link li a {
        display: block; }
        .page--home .block--link .list--link li a figure {
          border-radius: 6px;
          box-shadow: 16px 20px 20px rgba(65, 64, 62, 0.4);
          overflow: hidden;
          line-height: 0;
          margin-bottom: 15px; }
        .page--home .block--link .list--link li a .block--txt {
          text-align: left; }
          .page--home .block--link .list--link li a .block--txt .tit {
            font-family: 'din-2014';
            font-weight: 800;
            font-size: 15px;
            line-height: 1;
            margin-bottom: 5px; }
            .page--home .block--link .list--link li a .block--txt .tit span {
              font-size: 11px;
              display: inline-block;
              padding-left: 1vw; }
          .page--home .block--link .list--link li a .block--txt .txt {
            font-weight: 800;
            font-size: 12px; }
.page--home .block--footer-bnr {
  width: 112%;
  padding-bottom: 20px;
  margin: 0 -6% 0; }
  .page--home .block--footer-bnr li {
    margin: 0 5px; }
    .page--home .block--footer-bnr li a {
      border-radius: 4px;
      overflow: hidden;
      line-height: 0;
      box-shadow: 4px 6px 6px rgba(65, 64, 62, 0.4); }
  .page--home .block--footer-bnr.single .list--bnr {
    text-align: center;
    margin-bottom: 30px; }
    .page--home .block--footer-bnr.single .list--bnr li {
      display: inline-block;
      width: 41%; }
.page--home .slick-track {
  padding-bottom: 30px; }
.page--home footer {
  position: relative; }
.page--home #contact {
  display: none; }
.page--home .popup-inner .tit,
.page--home .popup-inner .txt--basic {
  color: #f4f3f0;
  line-height: 1.7; }
.page--home .popup-inner .tit {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px; }
.page--home .list--contact {
  margin-bottom: 20px; }
  .page--home .list--contact li {
    margin-bottom: 10px; }
    .page--home .list--contact li:last-child {
      margin-bottom: 0; }
    .page--home .list--contact li a {
      background: #fff;
      display: block;
      border-radius: 4px;
      padding: 10px 7% 10px 3%;
      position: relative; }
      .page--home .list--contact li a::after {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-top: 2px solid;
        border-right: 2px solid;
        transform: rotate(45deg);
        position: absolute;
        right: 3%;
        top: 50%;
        z-index: 1;
        margin-top: -4px; }

.sf-toolbar {
  display: none !important; }

/* animation */
.page--home {
  /* header */
  /* bnr */
  /* topics */ }
  .page--home .block--topics::before {
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .6s; }
  .page--home .block--topics .list--topics {
    opacity: 0;
    transition: opacity .3s .2s; }
  .page--home .section--bnr .block--bnr {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
    transition: transform .6s .45s, opacity .3s .45s; }
  .page--home .list--information li,
  .page--home .list--sns li {
    opacity: 0;
    transform: translate3d(0, 20px, 0); }
  .page--home .block--link li,
  .page--home .block--footer-bnr {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  .page--home .section--news .list--information {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }

.loaded.page--home {
  /* opening */
  /* scroll */ }
  .loaded.page--home .block--key-visual img {
    opacity: 1; }
  .loaded.page--home .section--bnr .block--bnr {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .loaded.page--home .block--topics::before {
    transform: scaleY(1); }
  .loaded.page--home .block--topics .list--topics {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .loaded.page--home .section--news .section-tit span {
    transition: transform .6s .5s;
    transform: translate3d(0, 0, 0); }
  .loaded.page--home .section--news .list--information {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform .6s .7s, opacity .3s .7s; }
  .loaded.page--home.headerFixed .bg--news {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform .8s, opacity .3s; }

/* scroll inview */
.section--sns .section-tit.view span {
  transition: transform .6s;
  transform: translate3d(0, 0, 0); }

.section--news .list__more.view::before {
  transform: scaleX(1);
  transition: transform .6s .7s; }

.section--news .list__more.view a {
  opacity: 1;
  transition: opacity .3s 1.2s; }

.list--information li.view,
.list--sns.view li,
.block--link.view li,
.block--footer-bnr.view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform .5s, opacity .3s; }

.list--sns.view li {
  transition: transform .4s, opacity .3s; }
  .list--sns.view li:nth-child(1) {
    transition-delay: 0s; }
  .list--sns.view li:nth-child(2) {
    transition-delay: .15s; }
  .list--sns.view li:nth-child(3) {
    transition-delay: .3s; }
  .list--sns.view li:nth-child(4) {
    transition-delay: .45s; }
  .list--sns.view li:nth-child(5) {
    transition-delay: .6s; }
  .list--sns.view li:nth-child(6) {
    transition-delay: .75s; }
  .list--sns.view li:nth-child(7) {
    transition-delay: .9s; }
  .list--sns.view li:nth-child(8) {
    transition-delay: 1.05s; }

.block--link.view li {
  transition: transform .6s, opacity .4s; }
  .block--link.view li:nth-child(1) {
    transition-delay: 0s; }
  .block--link.view li:nth-child(2) {
    transition-delay: .2s; }
  .block--link.view li:nth-child(3) {
    transition-delay: .4s; }
  .block--link.view li:nth-child(4) {
    transition-delay: .6s; }

/*  4.2 informatoin
------------------------------ */
.page--info .block--add-info {
  margin-top: -30px;
  margin-bottom: 60px; }
  .page--info .block--add-info a {
    display: block;
    line-height: 0;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 10px 12px 20px rgba(65, 64, 62, 0.2); }
.page--info .block--live-event {
  position: relative;
  z-index: 10; }
  .page--info .block--live-event .list--bnr__live {
    padding: 0 0 40px; }
    .page--info .block--live-event .list--bnr__live li {
      margin-bottom: 30px;
      display: inline-block; }
      .page--info .block--live-event .list--bnr__live li a {
        display: block;
        border-radius: 10px;
        line-height: 0;
        overflow: hidden;
        box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.4); }

.searchBox {
  position: relative;
  margin: 0 0 40px;
  z-index: 10; }

.searchBox input[type="submit"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.searchBox input[type="submit"] {
  width: 40px;
  line-height: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  color: #888;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  position: absolute;
  right: 0;
  top: 3px;
  z-index: 2; }

.searchInfo {
  padding: 0 0 20px; }

/*  4.4 discography
------------------------------ */
.page--discography .section--list, .page--discography .section--detail {
  padding-top: 90px; }
.page--discography .form__select {
  z-index: 20; }
.page--discography .section-tit {
  margin-bottom: -15px; }
.page--discography .section--detail {
  width: 100%; }
  .page--discography .section--detail .category {
    font-family: 'din-2014', sans-serif;
    font-weight: 800;
    font-size: 1em;
    letter-spacing: 0.1em;
    display: inline-block; }
  .page--discography .section--detail .block--jacket {
    width: 100%;
    position: relative;
    line-height: 0; }
    .page--discography .section--detail .block--jacket li {
      margin: 0 0 40px; }
    .page--discography .section--detail .block--jacket .thumb {
      line-height: 0;
      position: relative; }
      .page--discography .section--detail .block--jacket .thumb::after {
        content: '';
        display: block;
        z-index: 99;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    .page--discography .section--detail .block--jacket figcaption {
      font-size: 11px;
      margin-top: 15px; }
  .page--discography .section--detail .block--detail .tit {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 5PX; }
    .page--discography .section--detail .block--detail .tit span {
      display: block;
      font-size: 14px;
      line-height: 1;
      margin: 8px 0 -4px; }
  .page--discography .section--detail .block--detail .date {
    margin-left: 0;
    margin-bottom: 40px; }
  .page--discography .section--detail .block--detail .date::after {
    content: 'RELEASE';
    display: inline-block;
    font-family: 'din-2014';
    padding-left: 5px; }
  .page--discography .section--detail .block--detail .block--comment {
    margin: 0 0 40px; }
    .page--discography .section--detail .block--detail .block--comment a {
      color: #151515; }
    .page--discography .section--detail .block--detail .block--comment a:hover {
      text-decoration: underline; }

.block--track .title {
  display: inline-block;
  margin: 0 0 10px;
  font-weight: bold;
  border: 1px solid;
  padding: 2px 8px;
  line-height: 1em; }
.block--track .list--track {
  margin: 0 0 20px; }
  .block--track .list--track .num {
    margin-right: 5px; }
  .block--track .list--track li {
    list-style: none; }
  .block--track .list--track a {
    pointer-events: none;
    cursor: default; }

/* 4.4 profile
------------------------------ */
.section--detail .tit-area + .slick--tabs {
  position: relative; }
.section--detail .slick--tabs {
  position: relative;
  opacity: 0;
  transition: transform .6s, opacity .3s;
  transform: translate3d(0, 50px, 0); }
.section--detail .slick--tabs .block--base {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition: transform .6s, opacity .3s;
  pointer-events: none;
  position: absolute; }
  .section--detail .slick--tabs .block--base.show {
    opacity: 1;
    transform: translate3d(0, -50px, 0);
    pointer-events: auto;
    position: relative; }

.page--profile .section--detail {
  padding: 90px 0 100px; }
  .page--profile .section--detail .block--base {
    padding: 0 5vw; }
.page--profile.loaded .slick--tabs {
  opacity: 1;
  transform: translate3d(0, 0, 0); }
.page--profile .tit-area {
  padding-left: 5%; }
.page--profile .list--category {
  display: inline-block;
  position: relative;
  top: 21px;
  left: 0; }
  .page--profile .list--category li {
    width: 25vw;
    margin-right: 0; }
.page--profile .slick-list {
  padding: 0 !important; }
.page--profile .tit-area {
  margin-bottom: 90px; }
.page--profile .block--profile {
  position: relative; }
  .page--profile .block--profile figure.thumb {
    border-radius: 6px;
    margin-bottom: 30px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 6px 10px 13px rgba(0, 0, 0, 0.3); }
    .page--profile .block--profile figure.thumb img {
      display: block; }
  .page--profile .block--profile .block--txt .name, .page--profile .block--profile .block--txt .date {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 5px; }
    .page--profile .block--profile .block--txt .name span, .page--profile .block--profile .block--txt .date span {
      display: block;
      font-size: 12px;
      font-weight: 800; }
  .page--profile .block--profile .block--txt .date {
    width: 100%;
    font-size: 13px;
    margin: 0 auto 30px; }
  .page--profile .block--profile p {
    word-break: break-all;
    text-align: justify;
    line-height: 1.7;
    margin-bottom: 1.4em; }
  .page--profile .block--profile dl dt {
    font-family: 'din-2014';
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 5px;
    position: relative; }
    .page--profile .block--profile dl dt::after {
      content: '';
      display: inline-block;
      width: calc(100% - 5.5em);
      height: 1px;
      background: #151515;
      position: absolute;
      top: 20px;
      left: 5.5em; }
  .page--profile .block--profile dl dd:not(:last-child) {
    margin-bottom: 40px; }
.page--profile .block--biography {
  background: #f4f3f0; }
  .page--profile .block--biography figure.thumb {
    width: 100%;
    line-height: 0;
    margin: 40px auto 15px;
    position: relative; }
    .page--profile .block--biography figure.thumb img:not(.dummmy) {
      display: block;
      border-radius: 6px;
      overflow: hidden;
      box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.2); }
    .page--profile .block--biography figure.thumb span {
      display: block;
      font-family: 'journalregular';
      font-size: 18vw;
      color: #fff;
      letter-spacing: -0.03em;
      transform: rotate(-9deg);
      mix-blend-mode: difference;
      position: absolute;
      top: 5vw;
      left: -4vw; }
  .page--profile .block--biography .block--2018-2010 .thumb span,
  .page--profile .block--biography .block--2009-2000 .thumb span {
    left: 0;
    bottom: 1px; }
  .page--profile .block--biography .block--1999-1990 .thumb span {
    left: inherit;
    right: -10px;
    top: inherit;
    bottom: 30px; }
.page--profile .nav--bio {
  margin-bottom: 0;
  position: relative; }
.page--profile .nav--bio__list li {
  display: inline-block; }
  .page--profile .nav--bio__list li:not(:nth-child(4)) {
    margin-right: 2%; }
  .page--profile .nav--bio__list li a {
    font-family: 'din-2014';
    font-size: 4vw;
    font-weight: 800;
    position: relative;
    line-height: 1;
    padding-right: 2vw;
    letter-spacing: -0.02em; }
    .page--profile .nav--bio__list li a::after {
      content: '';
      display: block;
      width: 2.5vw;
      height: 1px;
      position: absolute;
      top: 2.5vw;
      right: -1.8vw;
      background: #151515;
      opacity: .4; }
  .page--profile .nav--bio__list li:last-child a::after {
    display: none; }
.page--profile .slick-current > span {
  display: inline-block;
  position: relative;
  padding-bottom: 10px; }
  .page--profile .slick-current > span::after {
    content: '';
    width: 100%;
    height: 4px;
    background: #151515;
    position: absolute;
    bottom: 4px;
    left: 0; }
.page--profile .biography__list {
  border-bottom: .5px solid #aaa; }
  .page--profile .biography__list > dt {
    border-top: .5px solid #aaa;
    font-family: 'din-2014';
    font-weight: 700;
    font-size: 18px;
    padding: 15px 2% 13px;
    margin: 0;
    opacity: 1;
    line-height: 1;
    position: relative;
    transition: font .3s; }
    .page--profile .biography__list > dt.ac-open {
      font-size: 24px; }
    .page--profile .biography__list > dt::before, .page--profile .biography__list > dt::after {
      content: '';
      display: inline-block;
      position: absolute;
      right: 4%;
      top: 22px;
      width: 13px;
      height: 2px;
      background-color: #151515;
      transition: transform .3s; }
    .page--profile .biography__list > dt:before {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .page--profile .biography__list > dt:after {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    .page--profile .biography__list > dt.ac-open:before {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
  .page--profile .biography__list > dd {
    padding: 0 4% 10px;
    margin: 0; }
  .page--profile .biography__list dl::after {
    display: table;
    content: "";
    clear: both; }
  .page--profile .biography__list dl dt {
    width: 4.5em;
    float: left;
    clear: both;
    font-size: 12px;
    font-weight: bold; }
    .page--profile .biography__list dl dt span {
      display: block;
      position: relative;
      padding-top: 10px; }
      .page--profile .biography__list dl dt span::before {
        content: '';
        display: block;
        width: 1px;
        height: 10px;
        background: #151515;
        position: absolute;
        top: 0;
        left: 10px; }
  .page--profile .biography__list dl dd {
    overflow: hidden;
    padding-left: 2%;
    margin-bottom: 10px; }

/* 4.8 yazawa card
------------------------------ */
.page--card {
  background: none;
  padding-bottom: 30px; }
  .page--card .txt--lead {
    text-align: center;
    font-family: YakuHanJP, Noto Sans JP;
    line-height: 1.4;
    font-weight: 600;
    font-size: 5.5vw;
    margin-bottom: 40px; }
  .page--card .block--txt {
    margin-bottom: 40px; }
    .page--card .block--txt figure {
      margin: 0 auto 10px; }
    .page--card .block--txt .txt--basic {
      margin-bottom: 10px;
      font-size: 4.5vw;
      line-height: 1.4;
      position: relative; }
    .page--card .block--txt .rule {
      font-size: .8em; }
  .page--card .block--point .block-tit {
    text-align: center;
    font-family: YakuHanJP, Noto Sans JP;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 60px; }
  .page--card .block--point .list--point {
    flex-wrap: wrap; }
    .page--card .block--point .list--point li {
      background: #000;
      color: #fff;
      position: relative;
      padding: 20px 7%;
      margin-bottom: 80px;
      box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5); }
      .page--card .block--point .list--point li:last-child {
        margin-bottom: 40px; }
      .page--card .block--point .list--point li figure {
        width: 80%;
        line-height: 0;
        margin: 0 auto -40px;
        position: relative;
        top: -60px;
        box-shadow: 6px 4px 11px rgba(65, 64, 62, 0.2); }
      .page--card .block--point .list--point li .tit {
        font-weight: bold;
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 10px; }
      .page--card .block--point .list--point li .point {
        display: inline-block;
        font-size: 12px;
        background: #f4f3f0;
        color: #151515;
        border-radius: 30px;
        font-weight: bold;
        padding: 0 11px; }
      .page--card .block--point .list--point li .txt--basic {
        line-height: 1.6;
        margin-bottom: .25em; }
      .page--card .block--point .list--point li .txt--sub {
        line-height: 1.8; }
  .page--card .block--contact {
    font-size: 13px;
    line-height: 1.8;
    background: #dad7d0;
    padding: 30px;
    margin-bottom: 50px; }
    .page--card .block--contact .block-tit {
      font-weight: bold; }
    .page--card .block--contact .txt--sub {
      line-height: 1.8;
      margin-top: 10px; }
  .page--card .btn a {
    line-height: 4;
    font-size: 16px;
    box-shadow: 5px 11px 20px rgba(65, 64, 62, 0.4); }

/* 4.6 MAIL SERVICE
------------------------------ */
.page--mailmagazine.section--detail {
  padding-bottom: 40px; }
.page--mailmagazine h2 {
  line-height: 0;
  margin: 0 auto 30px;
  overflow: hidden;
  border-radius: 12px; }
.page--mailmagazine .block--lead {
  position: relative;
  z-index: 2;
  margin-bottom: 60px; }
  .page--mailmagazine .block--lead .txt--basic {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8; }
.page--mailmagazine .block--step {
  margin-bottom: 30px; }
  .page--mailmagazine .block--step h3 {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px; }
  .page--mailmagazine .block--step .txt--sub {
    line-height: 1.5; }
  .page--mailmagazine .block--step .list--step {
    margin-bottom: 20px; }
    .page--mailmagazine .block--step .list--step li {
      background: #fff;
      border-radius: 6px;
      box-shadow: 10px 16px 16px -14px rgba(21, 21, 21, 0.2);
      padding: 25px 10%;
      margin-bottom: 25px;
      position: relative; }
      .page--mailmagazine .block--step .list--step li .txt--basic {
        line-height: 1.5;
        margin-bottom: 0; }
      .page--mailmagazine .block--step .list--step li .num {
        font-family: 'journalregular';
        font-size: 47px;
        letter-spacing: -0.01em;
        transform: rotate(-14deg);
        position: absolute;
        top: 6px;
        left: -9px;
        line-height: 0; }
.page--mailmagazine .btn + .txt--sub {
  text-align: center; }
.page--mailmagazine .block--attention {
  background: #e5e5e5;
  font-size: 13px;
  padding: 15px;
  margin-top: 40px; }
  .page--mailmagazine .block--attention .list--attention li:not(:last-child) {
    margin-bottom: 0; }

.page--login .block--form {
  margin: 0 0 20px; }
.page--login .contents {
  z-index: 2;
  position: relative;
  margin: 30px 0 1em; }
.page--login .btn {
  line-height: 1.2; }
.page--login .txt--error {
  color: #dd1623;
  margin: 0 0 20px; }
.page--login .lead dl {
  padding-top: 20px; }
.page--login .lead dt {
  font-weight: bold; }
.page--login .lead dd {
  margin: 0 0 15px; }
.page--login .form--post dt {
  margin: 2em 0 .5em;
  font-size: 0.8em;
  font-weight: bold;
  opacity: 0.5; }
.page--login .form--post dd input[type="text"] {
  border: 1px solid #b5b5b5;
  font-size: 18px;
  background: #fff; }
.page--login .form--post dd input[type="password"] {
  border: 1px solid #b5b5b5;
  font-size: 18px;
  background: #fff; }
.page--login .block--entry {
  margin: 50px 0 0; }
  .page--login .block--entry .txt--separator {
    display: flex;
    align-items: center;
    margin: 4em 0 2.5em;
    color: #757575;
    font-size: 15px; }
    .page--login .block--entry .txt--separator:before, .page--login .block--entry .txt--separator:after {
      border-top: 1px solid #b5b5b5;
      content: "";
      flex-grow: 1; }
    .page--login .block--entry .txt--separator:before {
      margin-right: 1em; }
    .page--login .block--entry .txt--separator:after {
      margin-left: 1em; }
  .page--login .block--entry .btn--sub {
    line-height: 3.3;
    padding: 0; }
    .page--login .block--entry .btn--sub:hover {
      color: #fff; }
.page--login .btn--chevron {
  color: inherit;
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  cursor: pointer;
  background: transparent;
  color: #333;
  position: relative; }
  .page--login .btn--chevron:after {
    content: '';
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 2px solid #b5b5b5;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-color: #333;
    position: relative;
    left: 1px;
    top: -1px;
    /*			display: inline-block;
    			width: 0.5em;
    			height: 0.5em;
    			border: 2px solid #b5b5b5;
    			border-top: none;
    			border-right: none;
    			position: absolute;
    			right: -0.5em;
    			top: 50%;
    			-webkit-transform: rotate(-135deg);
    			transform: rotate(-135deg);
    			border-color: #333;
    			margin: -0.25em 0 0;*/ }

/*  5.1 tablet
------------------------------ */
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--home .drawer__btn {
    top: 100px; }
  .page--home .section--hero-img .block--topics .list--topics li a {
    font-size: 18px;
    line-height: 1.5;
    padding: 20px 5%; }
    .page--home .section--hero-img .block--topics .list--topics li a .date {
      font-size: 14px; }
  .page--home .section--hero-img .block--topics .list--topics li a::before {
    left: 3%; }
  .page--home:not(.headerFixed).drawer-visible .drawer__btn {
    top: 30px; }
  .page--home .section--bnr {
    margin: 40px auto 30px; }
  .page--home .section--news .section-tit {
    font-size: 80px;
    padding-right: 5%;
    margin-bottom: 10px; }
  .page--home .section--news .list--information {
    width: 80%;
    position: relative;
    left: 0;
    z-index: 5; }
  .page--home .section--news .list--information li {
    margin-bottom: 15px; }
  .page--home .section--news .list__more {
    width: 50%;
    font-size: 20px;
    margin: 90px auto 0 14%; }
  .page--home .section--news .list__more a {
    font-size: 18px;
    padding: 30px 0; }
  .page--home .bg--news {
    width: 70vw;
    height: 80vw;
    bottom: -59vw; }
  .page--home .bg--news img {
    height: 140%;
    background-position: -24vw 10vw; }
  .page--home .section--sns {
    margin-bottom: 120vw;
    left: 9%;
    top: 22vw; }
    .page--home .section--sns .inner {
      width: 70%;
      left: 13%; }
    .page--home .section--sns .inner .section-tit {
      font-size: 60px;
      padding-right: 1%; }
    .page--home .section--sns .inner .txt--lead {
      font-size: 17px;
      padding-right: 2%; }
      .page--home .section--sns .inner .txt--lead .sp {
        display: none !important; }
  .page--home .bg--sns {
    bottom: -101vw;
    height: 85vw; }
  .page--home .bg--sns img {
    background-position: 0 7vw; }
  .page--home .block--link .list--link li {
    width: 44%;
    margin-bottom: 40px; }
  .page--home .block--link .list--link li a .block--txt .tit {
    font-size: 22px; }
  .page--home .block--link .list--link li a .block--txt .txt {
    font-size: 14px; }
  .page--home footer .inner {
    top: -9vw; }
  .page--home footer::before {
    bottom: -42vw; }

  /* info */
  .page--info .block--live-event {
    margin-bottom: 80px;
    width: 70%;
    margin: 0 auto 15vw;
    position: relative;
    z-index: 10; }

  .page--info .block--add-info {
    width: 80%;
    margin: -30px auto 15vw;
    position: relative;
    z-index: 10; }

  /* page--profile */
  .page--profile .section-tit {
    font-size: 30vw; }
  .page--profile .tit-area {
    margin-bottom: 140px; }
  .page--profile .list--category {
    top: 40px;
    z-index: 10; }
  .page--profile .list--category li {
    font-size: 5.5vw; }
  .page--profile .block--profile .block--txt .name,
  .page--profile .block--profile .block--txt .date {
    font-size: 5vw;
    margin-bottom: 10px; }
    .page--profile .block--profile .block--txt .name span,
    .page--profile .block--profile .block--txt .date span {
      font-size: 2vw; }
  .page--profile .block--profile .block--txt .date {
    font-size: 2vw; }
  .page--profile .nav--bio__list li a {
    font-size: 3.5vw; }
    .page--profile .nav--bio__list li a::after {
      top: 2.2vw; }
  .page--profile .biography__list > dt {
    font-size: 22px;
    padding: 20px 2% 19px; }
    .page--profile .biography__list > dt::before, .page--profile .biography__list > dt::after {
      right: 3%;
      top: 29px; }
  .page--profile .biography__list > dd {
    padding: 0 2% 10px; }
  .page--profile .biography__list dl dt {
    font-size: 15px; }
  .page--profile .block--biography figure.thumb {
    line-height: 0; }
    .page--profile .block--biography figure.thumb span {
      font-size: 17vw;
      top: 9vw;
      bottom: 10vw; }
  .page--profile .block--biography .block--2018-2010 figure.thumb span,
  .page--profile .block--biography .block--1989-1980 figure.thumb span {
    top: inherit; }

  /* disco */
  .page--discography .section--list,
  .page--discography .section--detail {
    padding-top: 19vw; }

  .page--discography .section--detail {
    padding-bottom: 19vw; }
    .page--discography .section--detail .block--jacket {
      z-index: 20; }

  .list--category, .form__select, .list--discography {
    z-index: 20; }

  .list--discography li a figure {
    width: 20%; }

  .list--discography li a .block--txt {
    width: 80%; }

  /*page--mailmagazine*/
  .page--mailmagazine .section-tit {
    font-size: 22vw; }
  .page--mailmagazine .block--lead .txt--basic {
    font-size: 20px; }
  .page--mailmagazine .block--step .list--step {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-bottom: 20px; }
    .page--mailmagazine .block--step .list--step li {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      width: 32%;
      padding: 35px 15px; } }
.popupBox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10010;
  text-align: left; }

.popupBox .closeBg {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1001; }

.popupBox {
  overflow: scroll; }

.popupBox .block {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 90%;
  max-width: 800px;
  z-index: 1100;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0 0 60px; }

.popupBox .close .top {
  position: absolute;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.popupBox .close .bottom {
  position: absolute;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.popupBox .inner {
  background: #fff;
  line-height: 1.5;
  font-size: 14px;
  letter-spacing: 1px;
  color: #222; }

.popupBox .inner .tit {
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  padding: 0 0 25px; }

.popupBox .inner .titSub {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  padding: 0 0 20px; }

.popupBox .inner .tit + .text {
  padding: 10px 0 20px; }

.popupBox .inner .lead p, .popupBox .inner .text > p {
  padding: 0 0 20px; }

.popupBox .inner a {
  color: #000;
  text-decoration: underline; }

.popupBox .inner .lead {
  padding: 20px 0;
  border-bottom: 2px solid #ccc;
  margin: 0 0 40px; }

.popupBox .inner .notice {
  margin: 0 0 0 -5px; }

.popupBox .inner .notice li {
  text-indent: -1em;
  padding: 0 0 8px 1em; }

.popupBox .inner .notice li span.indent {
  display: inherit;
  padding: 0 0 0 1em; }

.popupBox .inner .notice + .text {
  padding: 10px 0 0; }

.popupBox .inner #guideLines dl dt {
  padding: 0 0 35px;
  margin: 0 0 40px;
  border-bottom: 1px solid #ccc; }

.popupBox .inner #guideLines dl dd:not(:last-child) {
  padding: 0 0 25px;
  margin: 0 0 40px;
  border-bottom: 1px solid #ccc; }

.popupBox .inner #guideLines .appBtn {
  text-align: center; }

.popupBox .inner #guideLines .appBtn a {
  margin: 15px;
  display: inline-block;
  line-height: 0;
  text-decoration: none;
  text-indent: 0; }

.popupBox .inner #guideLines .appBtn a:hover {
  opacity: 0.6; }

.popupBox .inner #guideLines .appBtn a img {
  height: 60px;
  width: auto; }

.popupBox .inner .mv {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%; }

.popupBox .inner .mv iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

@media screen and (max-width: 960px) {
  .popupBox .close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -40px;
    right: -3px; }

  .popupBox .close span {
    top: 20px;
    width: 30px;
    height: 2px;
    position: absolute;
    background: #fff; }

  .popupBox .block {
    top: 10%;
    transform: translate(-50%, 0); }

  .popupBox .inner {
    margin: 0 0 20px; } }
@media screen and (max-width: 960px) {
  .btn.pu a {
    width: 100%;
    padding: 15px 15px 20px;
    margin: 50px auto 10px;
    max-width: 100%;
    font-size: 15px; } }
@media (max-height: 500px) {
  .page--home .section--hero-img .area--hero-img .block--key-visual-wrap {
    height: 96vh; }

  .page--home .section--hero-img .block--topics {
    top: 96vh; }

  .page--home .section--hero-img .block--attention {
    top: calc(74vh / 2.3); } }
@media (min-height: 501px) and (max-height: 570px) {
  .page--home .section--hero-img .area--attention {
    bottom: 45vh; }

  .page--home .section--hero-img .block--attention-bnr {
    top: 46%; } }
@media (min-height: 571px) and (max-height: 600px) {
  .page--home .section--hero-img .area--attention {
    bottom: 32vh; } }
@media (min-height: 601px) and (max-height: 750px) {
  .page--home .section--hero-img .block--attention {
    top: calc(74vh / 2.3); }

  .page--home .section--hero-img .block--attention-bnr {
    top: 49%; } }
@media (min-height: 750px) and (max-height: 900px) {
  .page--home .section--hero-img .block--attention {
    top: calc(74vh / 2.3); } }
@media screen and (min-width: 768px) {
  .page--home .section--hero-img .area--attention {
    width: 70%;
    bottom: 30vh; } }
@keyframes keyvisualImg {
  0% {
    transform: scale(2); }
  100% {
    transform: scale(1); } }

/*# sourceMappingURL=official-sp-service.css.map */
