@charset "UTF-8";
/* ---------------------------------------
0.0 mixin
	0.1 colors
	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
	2.4 pagenation
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.5 blog
	4.6 questionnaire
	4.7 faq
	4.8 support
	4.9 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--main:hover {
  background: #000;
}

.btn--sub {
  color: #151515;
}

.page--error .btn--sub {
  text-align: center;
  margin-top: 10px;
}

.btn--sub {
  color: #151515;
}

.btn--sub:hover {
  color: #151515;
}

.btn--sub:hover::before {
  background: #151515;
}

.btn--sub::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #151515;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.detail__btn {
  margin-top: 50px;
  position: relative;
  left: 0;
}

.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: 60px;
  height: 1px;
  background: #151515;
  vertical-align: 5px;
  margin-left: 5px;
}

.page--error .btn--sub:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

/* 2.2 form
------------------------------ */
/* 2.3 list
------------------------------ */
.list--discography {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: end;
      justify-content: end;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list--discography li {
  width: 32%;
  margin-bottom: 80px;
}

.list--discography li a {
  display: block;
  position: relative;
}

.list--discography li figure {
  margin-bottom: 10px;
}

/* 3.0 layout
============================== */
/* 3.1 base
------------------------------ */
body {
  background-color: #f4f3f0;
  color: #151515;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  word-break: break-word;
}

a {
  color: #151515;
}

.wrap {
  background-color: #f4f3f0;
  padding-top: 80px;
}

/* 3.2 header
------------------------------ */
.header {
  top: 0;
  background-color: #fff;
  height: 80px;
}

.header .drawer {
  top: 23px;
  right: 0;
}

.headerFixed .header {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  top: 0;
  left: 0;
}

.headerFixed .header a {
  color: #151515;
}

.headerFixed .header a::before {
  background: #151515;
}

.headerFixed .header h1 a svg {
  width: 140px;
  height: 53px;
}

.header .drawer .g-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: auto;
}

.header .drawer .g-nav .g-nav__official {
  color: #000;
}

.header .g-nav__official {
  margin-right: 0.5em;
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
}

.header .sns--wrapper {
  background: #151515;
  width: 300px;
  height: 80px;
  position: relative;
}

.drawer .g-nav .g-nav__inner {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header .sns--wrapper .nav--sns {
  display: block !important;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header .sns--wrapper .nav--sns .list--sns li {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  margin: 0 0.5em;
}

.header .sns--wrapper .nav--sns .list--sns li.spotify img {
  width: 19px;
  height: 19px;
  line-height: 23px;
  margin-top: 2px;
}

.header .sns--wrapper .nav--sns a {
  background: none;
  border-radius: 0;
  width: 23px;
  height: 23px;
  line-height: 23px;
  font-size: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.header .sns--wrapper .nav--sns svg {
  width: 20px;
  height: 20px;
}

/* 3.3 footer
------------------------------ */
footer {
  background: #d4d1ca;
}

/* 4.0 page
============================== */
/*  4.1 parts
------------------------------ */
/* 2.4 pagenation
------------------------------ */
/* 4.2 home
------------------------------ */
.page--home .wrap {
  padding-bottom: 0;
}

.page--home:not(.headerFixed) .header {
  top: 0;
}

.page--home:not(.headerFixed) .header a {
  mix-blend-mode: difference;
}

.page--home:not(.headerFixed) .header a::before {
  background: #000;
}

.page--home .slick-list {
  padding-top: 50px !important;
}

.page--home .section-tit {
  color: #151515;
}

.page--home .header h1 a svg {
  fill: #d0121b;
}

.page--home .list--bnr li {
  width: 30%;
}

.page--home .list--bnr li a {
  display: block;
  border-radius: 8px;
  -webkit-box-shadow: 4px 12px 20px #000;
          box-shadow: 4px 12px 20px #000;
  line-height: 0;
}

.page--home .list--bnr li a:hover {
  -webkit-transform: translate3d(0, -20px, 0);
          transform: translate3d(0, -20px, 0);
}

.page--home .block--footer-bnr .list--bnr li {
  width: 36%;
}

.page--home .block--footer-bnr .list--bnr li a:hover {
  -webkit-transform: translate3d(0, -8px, 0);
          transform: translate3d(0, -8px, 0);
}

.page--home .block--footer-bnr.single .list--bnr {
  text-align: center;
}

.page--home .block--footer-bnr.single .list--bnr li {
  display: inline-block;
  width: 14vw;
}

.page--home .section--hero-img {
  min-height: calc(205px * 4);
  position: relative;
  overflow: hidden;
}

.page--home .section--hero-img .block--flex-wrapper {
  height: calc(205px *4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.page--home .section--hero-img .area--hero-img {
  width: calc(100% - 300px);
  height: 100%;
  z-index: 10;
  overflow: hidden;
}

.page--home .section--hero-img .area--hero-img a img {
  height: 100%;
  background-position: center;
  background-color: #000;
  background-size: cover;
  /*animation: keyvisualImg 0.8s cubic-bezier(0.25, -0.11, 1, 1) 1 both;*/
}

.page--home .section--hero-img .area--side-bnr {
  z-index: 10;
  width: 300px;
  margin-left: auto;
}

.page--home .section--hero-img .area--side-bnr .block--side-bnr {
  width: 100%;
}

.page--home .section--hero-img .area--side-bnr .list--bnr li {
  width: 100%;
  height: 205px;
}

.page--home .section--hero-img .area--side-bnr .list--bnr li a {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  position: relative;
}

.page--home .section--hero-img .area--side-bnr .list--bnr li a:hover {
  -webkit-transform: none;
          transform: none;
  -webkit-filter: drop-shadow(1px 4px 10px #000);
          filter: drop-shadow(1px 4px 10px #000);
}

.page--home .section--hero-img .area--side-bnr .list--bnr li .bnr-tit {
  color: #fff;
  font-size: 17px;
  font-family: 'din-2014';
  font-weight: bold;
  position: absolute;
  top: 30px;
  left: 15px;
  text-stroke: #000;
  -webkit-text-stroke: 1px #000;
}

.page--home .section--hero-img .block--key-visual {
  background: transparent;
  background-color: #000;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page--home .section--hero-img .block--key-visual a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.page--home .section--hero-img .block--key-visual img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.page--home .section--hero-img .block--attention {
  display: none;
  opacity: 0;
  width: calc((100% - 300px)*0.75);
  position: absolute;
  z-index: 10;
  line-height: 0;
  top: 44%;
  left: 44%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page--home .section--hero-img .block--attention img {
  width: 100%;
  height: 100%;
}

.page--home .section--hero-img .block--attention > a {
  display: block;
  line-height: 0;
}

.page--home .section--hero-img .block--attention > a:hover {
  opacity: 0.85;
}

.page--home .section--hero-img .block--attention-bnr {
  opacity: 0;
  position: absolute;
  z-index: 10;
  line-height: 0;
  width: clamp(10vw, 40%, 25vw);
  /*  top: calc(100% - 275px); //205px+ 80px*/
  bottom: 100px;
  left: 0;
}

.page--home .section--hero-img .block--attention-bnr > a {
  display: block;
  line-height: 0;
}

.page--home .section--hero-img .block--attention-bnr > a:hover {
  opacity: 0.85;
}

.page--home .section--hero-img .block--topics {
  width: calc(100% - 300px);
  position: absolute;
  top: calc(205px *4);
  padding: 0;
  z-index: 10;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.page--home .section--hero-img .block--topics .slick-arrow {
  display: none;
}

.page--home .section--hero-img .block--topics .slick-list,
.page--home .section--hero-img .block--topics .slick-track {
  padding: 0 !important;
}

.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: 54px;
  color: #d0121b;
  letter-spacing: -0.01em;
  margin-left: 10px;
  position: absolute;
  right: -20px;
  top: -48px;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}

.page--home .section--hero-img .block--topics .list--topics li a {
  display: block;
  font-size: 14px;
  background: #151515;
  color: #fff;
  padding: 25px 20px 25px 5%;
}

.page--home .section--hero-img .block--topics .list--topics li a::before {
  content: '';
  display: block;
  width: 2px;
  height: calc(100% - 40px);
  background: #fff;
  position: absolute;
  top: 50%;
  left: 2.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page--home .section--hero-img .block--topics .list--topics li a:hover {
  color: #151515;
  background: #fff;
}

.page--home .section--hero-img .block--topics .list--topics li a:hover:before {
  background: #151515;
}

.page--home .section--hero-img .block--topics .list--topics li a .date {
  font-family: 'din-2014';
  font-weight: bold;
  margin-bottom: 0;
  font-size: 15px;
  margin-right: 30px;
  letter-spacing: 0.02em;
}

.page--home .section--hero-img .block--topics .list--topics li a .tit {
  line-height: 1.5;
}

.page--home .section--hero-img .block--topics .list--topics li a .date,
.page--home .section--hero-img .block--topics .list--topics li a .tit {
  display: inline-block;
}

.page--home .section--bnr {
  position: relative;
  margin: 0 0 20vw;
}

.page--home .section--bnr .block--bnr {
  width: 100%;
  z-index: 10;
}

.page--home .section--bnr .block--bnr li {
  margin: 0 8px;
}

.page--home .section--bnr .block--bnr li a {
  border-radius: 8px;
  -webkit-box-shadow: 10px 10px 20px #000;
          box-shadow: 10px 10px 20px #000;
  overflow: hidden;
}

.page--home .section-tit {
  line-height: 1;
  overflow: hidden;
}

.page--home .section-tit span {
  line-height: 1;
  display: inline-block;
  -webkit-transform: translate3d(0, 60px, 0);
          transform: translate3d(0, 60px, 0);
}

.page--home .section--news {
  background: #f4f3f0;
  padding-left: 5%;
  position: relative;
  z-index: 2;
}

.page--home .section--news .section-tit {
  font-size: 70px;
  left: 0;
  position: static;
  opacity: 1;
}

.page--home .section--news .list--information {
  width: 50%;
  position: relative;
  left: 3%;
  z-index: 5;
}

.page--home .section--news .list__more {
  font-family: 'din-2014';
  font-weight: 800;
  font-size: 17px;
  position: absolute;
  top: 20px;
  left: calc(5% + 210px);
  mix-blend-mode: difference;
  padding-left: 8vw;
}

.page--home .section--news .list__more a {
  color: #fff;
}

.page--home .section--news .list__more::before {
  content: '';
  display: block;
  width: 7vw;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 16px;
}

.page--home .section--sns {
  height: 40vw;
  padding-left: 5%;
  margin-bottom: 30vw;
  position: relative;
  z-index: 2;
}

.page--home .section--sns .section-tit {
  font-size: 70px;
  left: 0;
  position: static;
  opacity: 1;
}

.page--home .section--sns .inner {
  width: 660px;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 16px 20px 20px rgba(65, 64, 62, 0.4);
          box-shadow: 16px 20px 20px rgba(65, 64, 62, 0.4);
  padding: 90px 60px;
  position: absolute;
  right: 10%;
  bottom: -10vw;
}

.page--home .section--sns .inner .section-tit {
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
}

.page--home .section--sns .inner .txt--lead {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 15px;
}

.page--home .section--sns .inner::after {
  content: 'Follow Me!';
  display: block;
  font-family: 'journalregular';
  font-size: 100px;
  -webkit-transform: rotate(-17deg);
          transform: rotate(-17deg);
  position: absolute;
  bottom: -65px;
  right: -65px;
}

.page--home [class^="bg--"] {
  width: 80vw;
  position: absolute;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  overflow: hidden;
}

.page--home [class^="bg--"] img {
  display: block;
  height: 130%;
  position: relative;
  -webkit-transition: .15s;
  transition: .15s;
}

.page--home .bg--news {
  width: 54vw;
  height: 51vw;
  top: -200px;
  right: 8%;
}

.page--home .bg--sns {
  height: 45vw;
  bottom: -58vw;
  left: 0;
  z-index: 1;
  width: 60vw;
}

.page--home .bg--sns img {
  background-position: top;
}

.page--home footer .inner {
  padding: 0 0 70px;
}

.page--home footer .block--footer-link {
  width: 300px;
  position: relative;
  top: 50px;
  left: 8%;
}

.page--home footer .block--footer-link p[class^="link--"] {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}

.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;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.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::before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #151515;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.page--home footer .block--footer-link p[class^="link--"] a::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #d0121b;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.page--home footer .block--footer-link p[class^="link--"] a:hover {
  color: #d0121b;
}

.page--home footer .block--footer-link p[class^="link--"] a:hover::after {
  -webkit-transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.page--home .popup-inner .list--contact {
  margin-bottom: 30px;
}

.page--home .popup-inner .tit {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}

.page--home .popup-inner .tit,
.page--home .popup-inner .txt--basic {
  color: #f4f3f0;
  line-height: 1.7;
}

.page--home #contact {
  display: none;
}

.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;
  color: #151515;
  display: block;
  border-radius: 6px;
  padding: 15px;
  position: relative;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.page--home .list--contact li a::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 3%;
  top: 26px;
  z-index: 1;
}

.page--home .list--contact li a:hover {
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
}

.page--home .block--link {
  position: relative;
  top: -80px;
}

.page--home .block--link .list--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 86%;
  margin: 0 auto 20px;
}

.page--home .block--link .list--link li {
  width: 22%;
}

.page--home .block--link .list--link li a {
  display: block;
}

.page--home .block--link .list--link li a:hover {
  -webkit-transform: translate3d(0, -20px, 0);
          transform: translate3d(0, -20px, 0);
}

.page--home .block--link .list--link li a figure {
  border-radius: 16px;
  -webkit-box-shadow: 16px 20px 20px rgba(65, 64, 62, 0.4);
          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 .tit {
  font-family: 'din-2014';
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-bottom: 5px;
}

.page--home .block--link .list--link li a .tit span {
  font-size: 13px;
  display: inline-block;
  padding-left: 5px;
}

.page--home .block--link .list--link li a .txt {
  font-weight: 800;
  font-size: 14px;
}

.page--home .block--footer-bnr {
  padding-bottom: 60px;
}

.page--home .block--footer-bnr li {
  margin: 0 5px;
}

.page--home .block--footer-bnr li a {
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 6px 10px 10px rgba(65, 64, 62, 0.4);
          box-shadow: 6px 10px 10px rgba(65, 64, 62, 0.4);
}

.page--home .slick-track {
  padding-bottom: 30px;
}

.page--home footer {
  position: relative;
}

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

.page--home {
  /* header */
  /* bnr */
  /* topics */
}

.page--home .block--key-visual {
  background: #000;
}

.page--home .section--news .bg--news {
  opacity: 0;
  -webkit-transform: translate3d(0, 10vh, 0);
          transform: translate3d(0, 10vh, 0);
}

.page--home .list__more::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.page--home .list__more a {
  opacity: 0;
}

.page--home .list--information li,
.page--home .list--sns li {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

.page--home .block--link li,
.page--home .block--footer-bnr {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}

.loaded.page--home {
  /* opening */
  /* scroll */
}

.loaded.page--home .block--key-visual img {
  opacity: 1;
}

.loaded.page--home.headerFixed .bg--news {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity .3s, -webkit-transform .8s;
  transition: opacity .3s, -webkit-transform .8s;
  transition: transform .8s, opacity .3s;
  transition: transform .8s, opacity .3s, -webkit-transform .8s;
}

.loaded.page--home.normalanim .header {
  -webkit-transition: .3s;
  transition: .3s;
}

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

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

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

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

.list--sns.view li {
  -webkit-transition: opacity .3s, -webkit-transform .4s;
  transition: opacity .3s, -webkit-transform .4s;
  transition: transform .4s, opacity .3s;
  transition: transform .4s, opacity .3s, -webkit-transform .4s;
}

.list--sns.view li:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.list--sns.view li:nth-child(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

.list--sns.view li:nth-child(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.list--sns.view li:nth-child(4) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

.list--sns.view li:nth-child(5) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.list--sns.view li:nth-child(6) {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

.list--sns.view li:nth-child(7) {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

.list--sns.view li:nth-child(8) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

.block--link.view li {
  -webkit-transition: opacity .4s, -webkit-transform .6s;
  transition: opacity .4s, -webkit-transform .6s;
  transition: transform .6s, opacity .4s;
  transition: transform .6s, opacity .4s, -webkit-transform .6s;
}

.block--link.view li:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.block--link.view li:nth-child(2) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.block--link.view li:nth-child(3) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.block--link.view li:nth-child(4) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

/*  下層ページ　section-tit
------------------------------ */
.page--info .section-tit,
.page--discography .section-tit,
.page--profile .section-tit {
  top: calc(-20px + 80px);
}

/*  4.3 information
------------------------------ */
.page--info .section--detail {
  padding-top: 190px;
}

.page--info .btn {
  margin: 20px auto 0;
}

.page--info.category-1 .list--information li .block--txt .date {
  padding-left: 0;
}

.page--info.category-1 .block--add-info {
  width: 60%;
  min-width: 500px;
  line-height: 0;
  padding: 0;
  margin: -120px auto 150px;
}

.page--info.category-1 .block--add-info a {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  -webkit-box-shadow: 16px 20px 20px rgba(65, 64, 62, 0.2);
          box-shadow: 16px 20px 20px rgba(65, 64, 62, 0.2);
}

.page--info.category-1 .block--add-info a:hover {
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
}

.page--info .block--live-event .list--bnr__live {
  text-align: center;
  margin-top: -90px;
  margin-bottom: 120px;
}

.page--info .block--live-event .list--bnr__live li {
  width: 60%;
  display: inline-block;
}

.page--info .block--live-event .list--bnr__live li a {
  display: block;
  border-radius: 10px;
  line-height: 0;
  overflow: hidden;
  -webkit-box-shadow: 16px 20px 20px rgba(65, 64, 62, 0.4);
          box-shadow: 16px 20px 20px rgba(65, 64, 62, 0.4);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.page--info .block--live-event .list--bnr__live li a:hover {
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}

.page--info .searchBox {
  position: relative;
  width: 60%;
  margin: 80px auto 130px;
}

.page--discography .searchBox {
  position: relative;
  width: 60%;
  margin: 80px auto 50px;
}

.page--info .searchBox input[type="submit"],
.page--discography .searchBox input[type="submit"] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  color: #9fa3a7;
  background: rgba(244, 243, 240, 0.5);
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}

/*  4.4 profile
------------------------------ */
.section--detail .slick--tabs {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity .3s, -webkit-transform .6s;
  transition: opacity .3s, -webkit-transform .6s;
  transition: transform .6s, opacity .3s;
  transition: transform .6s, opacity .3s, -webkit-transform .6s;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}

.section--detail .block--base {
  opacity: 0;
  -webkit-transition: opacity .3s, -webkit-transform .6s;
  transition: opacity .3s, -webkit-transform .6s;
  transition: transform .6s, opacity .3s;
  transition: transform .6s, opacity .3s, -webkit-transform .6s;
  pointer-events: none;
  position: absolute;
}

.section--detail .block--base.show {
  opacity: 1;
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
  pointer-events: auto;
  position: relative;
}

.page--profile .tit-area {
  width: 120%;
  position: static;
}

.page--profile .section--detail {
  padding-left: 0;
  padding-right: 0;
  max-width: 800px;
}

.page--profile .section--detail .section-tit {
  letter-spacing: -0.06em;
}

.page--profile .section--detail .list--category {
  display: inline-block;
  position: relative;
  top: -140px;
  left: 0;
}

.page--profile .block--profile figure.thumb {
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 16px 20px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 16px 20px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}

.page--profile .block--profile .block--txt .name,
.page--profile .block--profile .block--txt .date {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}

.page--profile .block--profile .block--txt .name span,
.page--profile .block--profile .block--txt .date span {
  display: block;
  font-size: 14px;
  font-weight: 800;
}

.page--profile .block--profile .block--txt .date {
  display: block;
  text-align: center;
  font-size: 16px;
  margin: 0 auto 40px;
}

.page--profile .block--profile p {
  word-break: break-all;
  text-align: justify;
  margin-bottom: 2.5em;
}

.page--profile .block--profile dl dt {
  font-family: 'din-2014';
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
  position: relative;
}

.page--profile .block--profile dl dt::after {
  content: '';
  display: inline-block;
  width: calc(100% - 6em);
  height: 1px;
  background: #151515;
  position: absolute;
  top: 20px;
  left: 5.5em;
}

.page--profile .block--profile dl dd:not(:last-child) {
  margin-bottom: 80px;
}

.page--profile.loaded .section--detail .slick--tabs {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.page--profile .nav--bio {
  position: relative;
}

.page--profile .nav--bio__list {
  width: 450px;
  position: absolute;
  top: -174px;
  left: 16em;
  margin-bottom: 60px;
  text-align: left;
}

.page--profile .nav--bio__list li {
  display: inline-block;
  line-height: 1;
  margin-right: 21px;
  position: relative;
}

.page--profile .nav--bio__list li::after {
  content: '';
  display: inline-block;
  width: 15px;
  background: #151515;
  position: absolute;
  right: -21px;
  top: 7px;
  height: 1px;
}

.page--profile .nav--bio__list li:last-child::after {
  display: none;
}

.page--profile .nav--bio__list li a {
  font-family: 'din-2014';
  font-size: 16px;
  font-weight: 800;
  position: relative;
}

.page--profile .nav--bio__list li a::before {
  content: '';
  display: block;
  width: 100%;
  height: 13px;
  background: #151515;
  position: absolute;
  bottom: 4px;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.3;
}

.page--profile .nav--bio__list li a:hover::before {
  -webkit-transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.page--profile .block--biography {
  width: 110%;
  left: -5%;
  background: #f4f3f0;
  padding: 50px 5% 0;
}

.page--profile .biography__list > dt {
  width: 80px;
  font-family: 'din-2014';
  font-weight: 800;
  font-size: 27px;
  opacity: 1;
  line-height: 1;
  position: relative;
  letter-spacing: 0;
  float: left;
  clear: left;
}

.page--profile .biography__list > dd {
  overflow: hidden;
  padding: 0 0 40px 30px;
  margin: 0;
}

.page--profile .biography__list dl dt {
  width: 5em;
  float: left;
  clear: both;
  font-size: 12px;
  font-weight: bold;
}

.page--profile .biography__list dl dt.term + dd {
  min-height: 60px;
}

.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: 5px;
}

.page--profile .block--biography [class^="block--"]:first-of-type figure.thumb {
  margin-top: 0;
}

.page--profile .block--biography figure.thumb {
  position: relative;
  margin: 60px auto;
}

.page--profile .block--biography figure.thumb span {
  display: block;
  font-family: 'journalregular';
  font-size: 140px;
  color: #fff;
  letter-spacing: -0.01em;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  mix-blend-mode: difference;
  position: absolute;
  left: -44px;
  top: 29px;
}

.page--profile .block--biography .block--1999-1990 .thumb span {
  left: inherit;
  right: -10px;
  top: inherit;
  bottom: 30px;
}

/*  4.5 discography
------------------------------ */
.list--discography a {
  display: block;
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  word-break: break-word;
  padding: 1.1em 0;
  position: relative;
  background: #fff;
}

.list--discography .date {
  font-family: 'din-2014', sans-serif;
  font-weight: 700;
  font-size: .8em;
  color: #555;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
}

.list--discography .tit {
  font-size: 20px;
}

.list--discography .new::after {
  content: 'New Post';
  font-family: 'journalregular', sans-serif;
  font-weight: 100;
  font-size: 60px;
  color: #d0121b;
  letter-spacing: -0.01em;
  margin-left: 10px;
  position: absolute;
  right: -20px;
  top: -48px;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}

.list--discography .category {
  display: inline-block;
  font-family: 'din-2014', sans-serif;
  font-weight: 800;
  font-size: 1em;
  letter-spacing: 0.01em;
}

.list--discography figure img {
  background: no-repeat center;
  background-image: url(/static/eikichiyazawa/official/common/thumb_default.png);
  background-size: cover;
}

.list--discography::after {
  display: table;
  content: "";
  clear: both;
}

.list--discography li {
  width: calc(90% / 3);
  margin-bottom: 50px;
}

.list--discography li a {
  display: block;
  padding: 0;
  background: none;
  position: relative;
}

.list--discography li a .tit {
  font-size: 14px;
  line-height: 1.5;
}

.list--discography li:not(:nth-of-type(3n)) {
  margin-right: 5%;
}

.list--discography li figure {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  -webkit-box-shadow: 13px 15px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 13px 15px 20px rgba(0, 0, 0, 0.2);
}

.list--discography li figure img {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: contain;
  position: relative;
  z-index: 1;
}

.list--discography li figure .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}

.list--discography li figure .blur img {
  -webkit-filter: blur(6px);
          filter: blur(6px);
}

.page--discography .section-tit {
  letter-spacing: -0.05em;
}

.page--discography .section-tit span {
  display: inline-block !important;
  position: relative;
}

.page--discography .section-tit span::before {
  content: '-';
  display: inline-block;
  margin-left: .1em;
}

.page--discography .section--list {
  width: 80%;
  max-width: 1100px;
  padding-top: 180px;
}

.page--discography .list--discography {
  -webkit-transform: translate3d(0, 120px, 0);
          transform: translate3d(0, 120px, 0);
  opacity: 0;
  -webkit-transition: opacity .3s, -webkit-transform .8s;
  transition: opacity .3s, -webkit-transform .8s;
  transition: transform .8s, opacity .3s;
  transition: transform .8s, opacity .3s, -webkit-transform .8s;
}

.page--discography.loaded .list--discography {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  opacity: 1;
}

.page--discography .section--detail {
  max-width: 1100px;
  padding-top: 180px;
}

.page--discography .section--detail .tit-area {
  margin-bottom: 50px;
}

.page--discography .section--detail .category {
  font-family: 'din-2014', sans-serif;
  font-weight: 800;
  font-size: 1em;
  letter-spacing: 0.01em;
  display: inline-block;
}

.page--discography .section--detail .block--jacket {
  width: 45%;
  float: left;
  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 {
  padding-left: 50%;
}

.page--discography .section--detail .block--detail .tit {
  font-size: 30px;
  font-weight: 600;
  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-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.5 yazawa card
------------------------------ */
.page--card {
  background: none;
  width: 80%;
  max-width: 1000px;
  padding: 230px 0 100px;
}

.page--card .txt--lead {
  text-align: center;
  font-family: YakuHanJP, Noto Sans JP;
  line-height: 1.6;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 50px;
  position: relative;
  z-index: 10;
}

.page--card .block--txt {
  text-align: center;
  background: #fff;
  padding: 50px;
  margin-bottom: 80px;
  position: relative;
  border-radius: 12px;
  -webkit-box-shadow: 10px 12px 30px rgba(65, 64, 62, 0.2);
          box-shadow: 10px 12px 30px rgba(65, 64, 62, 0.2);
}

.page--card .block--txt figure {
  width: 70%;
  margin: 0 auto 40px;
}

.page--card .block--txt .txt--basic span {
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: .25em;
  position: relative;
}

.page--card .block--point .block-tit {
  text-align: center;
  font-family: YakuHanJP, Noto Sans JP;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 80px;
}

.page--card .block--point .list--point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: start;
      justify-content: start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page--card .block--point .list--point li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 32%;
  height: auto;
  background: #000;
  color: #fff;
  position: relative;
  padding: 15px 2%;
  margin-bottom: 120px;
  -webkit-box-shadow: 10px 12px 30px rgba(65, 64, 62, 0.4);
          box-shadow: 10px 12px 30px rgba(65, 64, 62, 0.4);
}

.page--card .block--point .list--point li:not(:nth-child(3)) {
  margin-right: 2%;
}

.page--card .block--point .list--point li figure {
  position: relative;
  top: -60px;
  margin-bottom: -40px;
  line-height: 0;
  -webkit-box-shadow: 6px 4px 11px rgba(65, 64, 62, 0.2);
          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 .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: 80px;
}

.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 {
  color: #fff;
  -webkit-box-shadow: 6px 4px 11px rgba(65, 64, 62, 0.4);
          box-shadow: 6px 4px 11px rgba(65, 64, 62, 0.4);
}

/* 4.6 MAIL SERVICE
------------------------------ */
.page--mailmagazine.section--detail {
  padding-top: 220px;
  width: 900px;
  max-width: inherit;
}

.page--mailmagazine h2 {
  width: 80%;
  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: 18px;
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
}

.page--mailmagazine .block--step {
  margin-bottom: 60px;
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-bottom: 20px;
}

.page--mailmagazine .block--step .list--step li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: 32%;
  height: auto;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 6px;
  padding: 50px 20px;
  -webkit-box-shadow: 14px 25px 16px -14px rgba(21, 21, 21, 0.3);
          box-shadow: 14px 25px 16px -14px rgba(21, 21, 21, 0.3);
  position: relative;
}

.page--mailmagazine .block--step .list--step li .txt--basic {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0;
}

.page--mailmagazine .block--step .list--step li .num {
  font-family: 'journalregular';
  font-size: 50px;
  letter-spacing: -0.01em;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  position: absolute;
  top: 0;
  left: -5px;
  line-height: 0;
}

.page--mailmagazine .btn + .txt--sub {
  text-align: center;
}

.page--mailmagazine .block--attention {
  background: #e5e5e5;
  font-size: 13px;
  padding: 30px;
  margin-top: 60px;
}

.page--mailmagazine .block--attention .list--attention li:not(:last-child) {
  margin-bottom: 0;
}

.page--login .section--detail {
  padding-top: 190px;
  max-width: 600px;
}

.page--login .block--form {
  margin: 30px 0 1em;
}

.page--login .contents {
  z-index: 2;
  position: relative;
}

.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: 80px 0 0;
}

.page--login .block--entry .txt--separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4em 0 2.5em;
  color: #757575;
}

.page--login .block--entry .txt--separator:before, .page--login .block--entry .txt--separator:after {
  border-top: 1px solid #b5b5b5;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          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;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-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;
  position: absolute;
  right: -0.5em;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-color: #333;
  margin: -0.25em 0 0;
}

.page--login .btn--chevron:hover {
  color: #d0121b;
}

.page--login .btn--chevron:hover:after {
  border-color: #d0121b;
}

/* IE
--------------------- */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .page--home .section--news .list__more::before {
    background: #151515;
  }
  *::-ms-backdrop,
  .page--home .section--news .list__more a {
    color: #151515;
  }
  *::-ms-backdrop,
  .page--profile .block--biography figure.thumb span {
    left: 0;
    top: 86px;
  }
  *::-ms-backdrop,
  .page--profile .block--biography .block--1999-1990 .thumb span {
    right: 10px;
    bottom: 91px;
  }
  *::-ms-backdrop,
  .list--discography li figure .blur {
    display: none;
  }
  *::-ms-backdrop,
  .page--home .section--bnr .block--bnr {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  *::-ms-backdrop,
  .loaded.page--home .section--bnr .block--bnr {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  *::-ms-backdrop,
  .page--home [class^="bg--"] img {
    -webkit-transition: -webkit-transform .05s;
    transition: -webkit-transform .05s;
    transition: transform .05s;
    transition: transform .05s, -webkit-transform .05s;
  }
}

_:-ms-lang(x),
_::-webkit-meter-bar,
.page--home .section--news .list__more::before {
  background: #151515;
}

_:-ms-lang(x),
_::-webkit-meter-bar,
.page--home .section--news .list__more a {
  color: #151515;
}

_:-ms-lang(x),
_::-webkit-meter-bar,
.page--profile .block--biography figure.thumb span {
  left: 0;
  top: 86px;
}

_:-ms-lang(x),
_::-webkit-meter-bar,
.page--profile .block--biography .block--1999-1990 .thumb span {
  right: 10px;
  bottom: 91px;
}

.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;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popupBox .close .bottom {
  position: absolute;
  -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 (min-width: 960px) {
  .popupBox .close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -50px;
    right: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: left;
  }
  .popupBox .close span {
    top: 20px;
    width: 40px;
    height: 2px;
    position: absolute;
    background: #fff;
  }
  .popupBox .close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .popupBox .inner a:hover {
    color: #000;
    text-decoration: none;
  }
}

@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%;
    -webkit-transform: translate(-50%, 0);
            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;
  }
}

@-webkit-keyframes keyvisualImg {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes keyvisualImg {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
