@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;
}

/* 1.0 setting
============================== */
/* 1.1 normalize
------------------------------ */
html, body {
  height: 100%;
  -webkit-text-size-adjust: none;
}

html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

img, iframe, object, audio, video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
  text-align: left;
}

i {
  font-style: normal;
}

img {
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

::selection {
  background: #151515;
  color: #f4f3f0;
}

::-moz-selection {
  background: #151515;
  color: #f4f3f0;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
}

/* 1.2 clearfix
------------------------------ */
.clearfix::after {
  display: table;
  content: "";
  clear: both;
}

/* 2.0 component
============================== */
/* 2.1 button
------------------------------ */
.btn,
.list__more {
  text-align: center;
  margin: 1em 0;
}

.btn--main {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 3.4;
  word-break: break-word;
  -webkit-appearance: none;
  display: inline-block;
  min-width: 90%;
  text-align: center;
  text-decoration: none;
  padding: 0 1.5em;
  border-radius: 2em;
  border: none;
  background: #151515;
  color: #fff;
}

.loggedin .btn.sp {
  padding: 14px 0 0;
}

.loggedin .btn.sp .btn--main {
  background: #de0515;
  font-family: 'din-2014';
  font-size: 12px;
  font-weight: 800;
  border-radius: 30px;
  line-height: 1;
  vertical-align: 3px;
  padding: 8px 20px 6px;
  min-width: 50%;
}

.btn--sub {
  background: none;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 3.4;
  word-break: break-word;
  -webkit-appearance: none;
  display: inline-block;
  min-width: 90%;
  text-align: center;
  text-decoration: none;
  padding: 0 1.5em;
  border-radius: 2em;
  border: none;
  color: #151515;
  border: 0.5px solid #151515;
}

.list__more {
  width: 100%;
  font-family: 'din-2014', sans-serif;
  text-align: center;
  padding-left: 0;
  margin: 0 auto;
  position: relative;
  bottom: 45px;
  left: 0;
  z-index: 10;
}

.list__more a {
  display: block;
  min-width: inherit;
  font-size: 14px;
  line-height: 1;
  color: #151515;
  padding: 20px 0;
}

.detail__btn {
  margin-top: 50px;
  position: absolute;
  bottom: 53px;
  left: 5%;
}

.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.2 form
------------------------------ */
.form--post {
  margin: 0 0 2em;
}

.form--post dt {
  margin: 2em 0 1em;
}

.form--post dd {
  margin: 0 0 .5em;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

:-moz-placeholder {
  color: #ccc;
}

/* autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* input */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="number"],
button {
  color: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid #151515;
  padding: 0.5em;
  border-color: #888;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
button:focus {
  border-color: inherit;
}

input[type="text"].form__error,
input[type="tel"].form__error,
input[type="email"].form__error,
input[type="password"].form__error,
input[type="number"].form__error,
button.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}

input[type="text"].form__error:focus,
input[type="tel"].form__error:focus,
input[type="email"].form__error:focus,
input[type="password"].form__error:focus,
input[type="number"].form__error:focus,
button.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}

input[type="text"][disabled],
input[type="tel"][disabled],
input[type="email"][disabled],
input[type="password"][disabled],
input[type="number"][disabled],
button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

.input--half {
  width: 50% !important;
}

.input--quarter {
  width: 25% !important;
}

/* textarea */
textarea {
  color: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid #151515;
  padding: 0.5em;
  height: 10em;
  border-color: #888;
}

textarea:focus {
  border-color: inherit;
}

textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}

textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}

textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}

.form__select select {
  color: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid #151515;
  padding: 0.5em;
  padding-right: 1.5em;
}

.form__select select:focus {
  border-color: inherit;
}

.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}

.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}

.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

.form__select::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 0.75em;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* checkbox */
.form__checkbox label p {
  color: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}

.form__checkbox input[type="checkbox"],
.form__checkbox input[type="radio"] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}

.form__checkbox.form__error {
  color: #f33;
}

.form__checkbox label p {
  padding-left: 1.6em;
}

.form__checkbox label p::before {
  content: '';
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.3em;
  border: 1px solid #888;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.form__checkbox label p::after {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #f4f3f0;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}

.form__checkbox :checked ~ p::before {
  background: #AF182F;
  border-color: #AF182F;
}

.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  color: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}

.form__radio input[type="checkbox"],
.form__radio input[type="radio"] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}

.form__radio.form__error {
  color: #f33;
}

.form__radio label p {
  padding-left: 1.6em;
}

.form__radio label p::before {
  content: '';
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #888;
  border-radius: 50%;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.form__radio :checked ~ p::before {
  border-color: #AF182F;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  color: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}

.form__toggle input[type="checkbox"],
.form__toggle input[type="radio"] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}

.form__toggle.form__error {
  color: #f33;
}

.form__toggle label p {
  padding-left: 0;
  position: relative;
}

.form__toggle label p::before,
.form__toggle label p::after {
  content: '';
  display: block;
  height: 30px;
  border: 1px solid #ddd;
  margin: -15px 0 0;
  position: absolute;
}

.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}

.form__toggle label p::after {
  width: 30px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}

.form__toggle :checked ~ p::before {
  background: #AF182F;
  border-color: #AF182F;
}

.form__toggle :checked ~ p::after {
  right: 0;
}

/* horizontal */
.form--horizontal li {
  display: inline-block;
}

.form--horizontal label {
  display: inline-block;
  margin: 0 0.3em 0 0;
}

.block--error {
  color: #fff;
  background: #cc0000;
  border-radius: 5px;
  padding: 10px;
}

.form--confirm {
  padding: 20px 0 0;
}

.form--confirm dt {
  opacity: 0.5;
  margin: 0 0 5px;
}

.form--confirm dd {
  margin: 0 0 1em;
}

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

/*  information */
.list--information {
  position: relative;
  z-index: 10;
}

.list--information a {
  display: block;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  word-break: break-word;
  padding: 1.1em 0;
  position: relative;
  background: #fff;
}

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

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

.list--information .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: -10px;
  top: -21px;
  transform: rotate(-7deg);
}

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

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

.list--information li {
  border-radius: 6px;
  margin-bottom: 10px;
  position: relative;
}

.list--information li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
}

.list--information li a .tit {
  font-size: 13px;
  line-height: 1.4;
}

.list--information li a .date {
  display: inline-block;
  line-height: 1;
  margin-bottom: 0;
}

.list--information li a .block--txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  min-height: 80px;
  background: #fff;
  padding: 10px 20px 15px 29%;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.2);
}

.list--information li figure {
  width: 25%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px 0 0 8px;
  position: absolute;
  left: -3px;
}

.list--information li figure img {
  height: 100%;
}

.list--information .no-data {
  padding: 35px 5%;
}

.list--sns {
  text-align: center;
}

.list--sns li {
  display: inline-block;
  margin: 0 .3vw;
}

.list--sns li:first-of-type {
  margin-left: 0 !important;
}

.list--sns li.list--sns__item--mailmag {
  vertical-align: 1px;
}

.list--sns li.list--sns__item--mailmag a {
  font-size: 4.6vw;
}

.list--sns li a {
  display: block;
  width: 11vw;
  height: 11vw;
  line-height: 11vw;
  border-radius: 35px;
  background: #151515;
  color: #fff;
  font-size: 5vw;
  box-shadow: 5px 5px 10px rgba(65, 64, 62, 0.4);
}

.list--sns li a svg, .list--sns li a img {
  width: 4.9vw;
  height: 5.5vw;
  fill: #fff;
  vertical-align: -3px;
}

.list--sns li.spotify img {
  width: 4.9vw;
  height: 4.9vw;
  vertical-align: -2px;
}

.list--category {
  display: inline-block;
  position: absolute;
}

.list--category li {
  display: inline-block;
  font-family: 'din-2014', sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
  margin-right: 10px;
}

.list--category li a, .list--category li span {
  display: inline-block;
  padding: 0;
  position: relative;
}

.list--category li a span, .list--category li span span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.list--category li a::before, .list--category li span::before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #151515;
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: 1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s;
}

.list--category .current a::before,
.list--category .current span::before {
  transform: scaleX(1);
  transform-origin: left;
}

.list--category .current.all a::before {
  background: #151515;
}

/* 2.4 pagenation
------------------------------ */
.block--pager {
  text-align: center;
  margin: 10px auto 50px;
  padding: 0;
  letter-spacing: -.5em;
  position: relative;
}

.block--pager li {
  display: inline-block;
  font-family: 'din-2014';
  font-weight: 700;
  font-size: 17px;
  padding: 6px 2vw;
  margin: 0 2vw;
  letter-spacing: 0;
  vertical-align: middle;
  position: relative;
}

.block--pager a {
  display: block;
  position: relative;
  color: #151515;
  text-decoration: none;
}

.block--pager .pager__item--top, .block--pager .pager__item--number {
  text-align: center;
  color: #888;
}

.block--pager .pager__item--newer {
  position: absolute;
  left: 0;
  top: 19px;
}

.block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
  display: block;
  position: relative;
  padding-right: 4em;
}

.block--pager .pager__item--newer a::before, .block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::before, .block--pager .pager__item--newer span::after {
  content: '';
  display: block;
  position: absolute;
}

.block--pager .pager__item--newer a::before, .block--pager .pager__item--newer span::before {
  width: 20px;
  height: 1px;
  background: #151515;
}

.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  width: 5px;
  height: 5px;
  border-top: 1px solid #151515;
  border-right: 1px solid #151515;
  transform: rotate(-135deg);
  top: -2px;
  left: 0;
}

.block--pager .pager__item--newer span {
  opacity: .2;
}

.block--pager .pager__item--older {
  position: absolute;
  right: 0;
  top: 19px;
}

.block--pager .pager__item--older a, .block--pager .pager__item--older span {
  display: block;
  position: relative;
}

.block--pager .pager__item--older a::before, .block--pager .pager__item--older a::after, .block--pager .pager__item--older span::before, .block--pager .pager__item--older span::after {
  content: '';
  display: block;
  position: absolute;
}

.block--pager .pager__item--older a::before, .block--pager .pager__item--older span::before {
  width: 20px;
  height: 1px;
  background: #151515;
}

.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  width: 5px;
  height: 5px;
  border-top: 1px solid #151515;
  border-right: 1px solid #151515;
  transform: rotate(45deg);
  top: -2px;
  left: 14px;
}

.block--pager .pager__item--older span {
  opacity: .2;
}

.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  width: 20px;
  padding: 0;
  z-index: 2;
}

.block--pager .pager__item--current {
  font-family: 'din-2014';
  font-weight: 800;
  position: relative;
}

.block--pager .pager__item--current::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #151515;
  position: absolute;
  bottom: 4px;
  left: 0;
}

/* 3.0 layout
============================== */
/* 3.1 base
------------------------------ */
body {
  background-color: #f4f3f0;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, 'Noto Sans JP', "Roboto-Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'Arial', sans-serif;
  color: #151515;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  word-break: break-word;
}

a {
  color: #151515;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: none;
  transition: none;
}

.pc {
  display: none !important;
}

/* 3.2 header
------------------------------ */
.header {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
  z-index: 999;
  transition: top .3s;
}

.header .inner {
  position: relative;
  z-index: 1;
}

.header h1.logo {
  width: 20%;
  position: relative;
  left: 5%;
  top: 13px;
}

.header h1.logo a {
  display: block;
  width: 100%;
  height: 8vw;
}

.header h1.logo a span {
  display: inline-block;
  text-indent: -9999em;
  line-height: 0;
}

.header h1.logo a svg {
  width: 100%;
  height: 8vw;
  fill: #d0121b;
}

.headerFixed .header .drawer__btn {
  top: 20px;
}

.drawer {
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  padding: 9vh 4% 0;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: -1;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.drawer::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/static/eikichiyazawa/official/top/bg_sns.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.2;
  filter: grayscale(1);
}

.drawer .nav--menu {
  width: 98%;
  display: none;
  color: #fff;
  padding: 0;
}

.drawer .nav--menu li {
  float: left;
  width: 48%;
}

.drawer .nav--menu li:nth-child(odd) {
  width: 48%;
  margin-right: 4%;
  clear: left;
  position: relative;
  padding: 0 20px 0 0;
  border: none;
}

.drawer .g-nav {
  height: 100%;
  overflow: scroll;
  padding-top: 0;
  padding-bottom: 60px;
  -webkit-overflow-scrolling: touch;
}

.drawer .g-nav .nav--menu__fc .nav__item--news a {
  border-bottom: 1px solid rgba(221, 221, 221, 0.2);
}

.drawer .g-nav li {
  /*			&.nav__item--meeting a{
				padding: 22px 0;
			}*/
}

.drawer .g-nav li a {
  display: block;
  color: #fff;
  font-family: 'din-2014', 'Noto Sans JP', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
  border-bottom: 1px solid rgba(221, 221, 221, 0.2);
  padding: 15px 0;
}

.drawer .g-nav li:nth-last-of-type(1) a, .drawer .g-nav li:nth-last-of-type(2) a {
  border-bottom: 0;
}

.drawer .g-nav li.disabled a {
  pointer-events: none;
  color: #444;
}

.drawer .g-nav [class^="g-nav__"] {
  padding: 0;
  position: relative;
}

.drawer .g-nav [class^="g-nav__"]::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.drawer .g-nav .g-nav--tit {
  font-family: 'din-2014';
  font-size: 4.5vw;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1;
  border-bottom: 1px solid rgba(221, 221, 221, 0.4);
  padding: 20px 15% 20px 0;
  position: relative;
}

.drawer .g-nav .g-nav--tit span {
  display: inline-block;
  font-size: 10px;
  background: rgba(255, 255, 255, 0.2);
  line-height: 1;
  font-weight: normal;
  vertical-align: 2px;
  padding: 2px 5px 1px;
  margin-left: 9px;
}

.drawer .g-nav .g-nav--tit::before, .drawer .g-nav .g-nav--tit::after {
  content: '';
  display: block;
  background: #fff;
  position: absolute;
}

.drawer .g-nav .g-nav--tit::before {
  width: 2px;
  height: 16px;
  top: 20px;
  right: calc(14% + 7px);
}

.drawer .g-nav .g-nav--tit::after {
  width: 16px;
  height: 2px;
  top: 27px;
  right: 14%;
}

.drawer .g-nav .list--sns {
  text-align: left;
  padding-top: 40px;
}

.drawer .g-nav .list--sns li {
  margin: 0 12px;
}

.drawer .g-nav .list--sns li a {
  width: auto;
  height: auto;
  background: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  padding: 0;
}

.drawer .g-nav .current .g-nav--tit {
  color: #d0121b;
}

.drawer .g-nav .current .g-nav--tit span {
  color: #fff;
}

.drawer .g-nav .current .g-nav--tit::before {
  transform: rotate(90deg);
}

.drawer .g-nav .current .nav--menu {
  border-bottom: 1px solid rgba(221, 221, 221, 0.4);
}

.drawer .g-nav .g-nav__fc .nav--menu li {
  float: left;
  width: 48%;
}

.drawer .g-nav .g-nav__fc .nav--menu li:nth-child(odd) {
  width: 48%;
  margin-right: 4%;
  clear: left;
  position: relative;
  padding: 0 20px 0 0;
  border: none;
}

.drawer .g-nav .g-nav__fc .nav--menu li::after {
  content: '';
  display: block;
  width: 1px;
  height: 13px;
  background: #fff;
  position: absolute;
  top: 16px;
  right: 8px;
}

.drawer .block--login {
  padding: 0 0 6px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
}

.drawer .block--login .btn {
  display: inline-block;
  margin: 0;
}

.drawer .block--login .btn a {
  display: block;
  color: #fff;
  padding: 10px 0;
  font-weight: bold;
  position: relative;
}

.drawer .block--login .btn .btn--join {
  padding-right: 23px;
}

.drawer .block--login .btn .btn--join::after {
  content: '';
  display: block;
  width: 1px;
  height: 13px;
  background: #fff;
  position: absolute;
  top: 16px;
  right: 8px;
}

.drawer .nav__item--news a {
  border: none !important;
}

.drawer .nav__item--news {
  position: relative;
  padding: 0 23px 0 0;
  width: 53% !important;
  margin: 0 2% 0 0 !important;
  border: none;
}

.drawer .nav__item--news::after {
  content: '';
  display: block;
  width: 1px;
  height: 13px;
  background: #fff;
  position: absolute;
  top: 16px;
  right: 8px;
}

.drawer .nav__item--faq {
  width: 40% !important;
}

.drawer__btn {
  display: block;
  width: 34px;
  height: 20px;
  position: fixed;
  top: 82px;
  right: 5%;
  z-index: 10;
  transition: top .3s;
}

.drawer__btn span {
  display: block;
  width: 100%;
  height: 3px;
  background: #151515;
  position: absolute;
  left: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.drawer__btn .top {
  top: 5px;
}

.drawer__btn .mid {
  top: 12px;
}

.drawer__btn .btm {
  bottom: -2px;
}

.drawer__btn .menu-txt {
  background: none;
  bottom: -17px;
}

.drawer__btn .menu-txt::before {
  display: block;
  content: 'MENU';
  font-family: 'din-2014';
  font-weight: 800;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.drawer-visible .drawer {
  z-index: 10;
  pointer-events: auto;
  left: 10%;
}

.drawer-visible .drawer__btn {
  top: 20px;
}

.drawer-visible .drawer__btn span:nth-of-type(1) {
  background: #fff;
  transform: translateY(20px) rotate(-45deg);
  top: -10px;
}

.drawer-visible .drawer__btn span:nth-of-type(2) {
  background: #fff;
  transform: scaleX(0);
}

.drawer-visible .drawer__btn span:nth-of-type(3) {
  background: #fff;
  transform: translateY(-20px) rotate(45deg);
  top: 30px;
}

.drawer-visible .drawer__btn span.menu-txt::before {
  content: 'CLOSE';
  color: #fff;
  width: 110%;
  left: -5%;
  bottom: -4px;
}

/* 3.3 footer
------------------------------ */
footer {
  width: 100%;
  color: inherit;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
  word-break: break-word;
  text-align: right;
  background: #d4d1ca;
  position: absolute;
  padding: 0 5% 20px;
  position: absolute;
  bottom: 0;
}

footer .inner {
  padding: 0;
}

footer .copyright {
  font-family: 'din-2014', sans-serif;
  font-size: 10px;
  letter-spacing: 0.06em;
  color: #151515;
  text-align: right;
  margin-top: -10px;
}

footer .nav--sns {
  display: none;
}

footer .area--copyright {
  font-size: 10px;
  padding-top: 40px;
}

footer .area--copyright::after {
  content: '';
  display: table;
  clear: both;
}

footer .area--copyright .block--copyright {
  margin-bottom: 10px;
  width: 50%;
  text-align: left;
  transform: scale(0.9);
  float: left;
}

footer .area--copyright .block--copyright p {
  display: inline-block;
}

footer .area--copyright .block--copyright p.copyright {
  margin-right: 10px;
}

footer .area--copyright .block--z-puls-music {
  width: 44%;
  float: right;
  transform: scale(0.9);
  line-height: 1.3;
  margin-top: -10px;
}

footer .area--copyright .block--z-puls-music a {
  display: block;
  margin-bottom: 3px;
}

/* 4.0 page
============================== */
.wrap {
  min-height: 100%;
  padding-bottom: 97px;
  position: relative;
}

/*  4.1 parts
------------------------------ */
/* typography */
.page-tit {
  color: inherit;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  word-break: break-word;
  margin: 0 0 1em;
}

.section-tit {
  color: inherit;
  font-size: 30vw;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.03em;
  word-break: break-word;
  font-family: 'din-2014',Noto Sans JP, 'Arial' , "ヒラギノ角ゴ Pro W3",sans-serif;
  text-align: left;
  line-height: .75;
  color: #777;
  letter-spacing: -0.05em;
  position: absolute;
  left: -10px;
  top: -4px;
  opacity: 0.1;
  z-index: 1;
}

.txt--lead {
  color: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  word-break: break-word;
  margin: 0 0 1em;
}

.txt--basic {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  word-break: break-word;
  margin: 0 0 1em;
}

.txt--sub {
  color: inherit;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
  word-break: break-word;
}

.txt--link {
  text-decoration: underline;
}

.title-underline {
  font-size: 15px;
  border-bottom: 1px solid #151515;
  padding-bottom: 4px;
  margin-bottom: 15px;
}

.title-background {
  font-size: 12px;
  background: #151515;
  color: #f4f3f0;
  line-height: 1;
  padding: 6px;
  margin-bottom: 5px;
}

.link-arrow a {
  display: inline-block;
  position: relative;
  font-weight: bold;
  text-decoration: none !important;
  transition: color .3s;
}

.link-arrow a::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: -0.5em;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -.15em;
  transition: color 0s ,right .3s;
}

.box-gray {
  background: #eaeaea;
  padding: 15px 3%;
  font-size: 14px;
}

.box-border {
  border: 1px solid #151515;
  font-size: 14px;
  padding: 15px 3%;
}

.box-red {
  background: #d0121b;
  color: #fff;
  font-size: 14px;
  padding: 15px 3%;
}

.box-horizontal > div:not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.svg-symbol {
  display: none !important;
}

.ph, .thumb {
  line-height: 0;
  position: relative;
}

.dummy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
}

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

/* tab */
.site-nav {
  width: 100%;
  font-family: 'din-2014';
  background: #353535;
  height: 55px;
  position: relative;
  z-index: 15;
}

.site-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: normal;
  -webkit-align-items: normal;
  align-items: normal;
}

.site-nav ul li {
  width: calc(100% / 3);
  height: 55px;
  position: relative;
  border-bottom: 3px solid #000;
}

.site-nav ul li:not(:last-child)::before {
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  background: #616161;
  position: absolute;
  top: 13px;
  right: 0;
  z-index: 1;
}

.site-nav ul li a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 2vw;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 10px 0;
}

.site-nav ul li a span {
  font-size: 3.8vw;
  display: block;
  line-height: 1;
  font-weight: 800;
}

.site-nav ul li.site-nav__official span {
  line-height: 10vw;
}

.site-nav ul li.current {
  position: relative;
  overflow: hidden;
}

.site-nav ul li.current::before {
  content: '';
  display: block;
  width: 100%;
  height: 55px;
  background: #000;
  border-radius: 6px 6px 0 0;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
}

.site-nav ul li.current a {
  position: relative;
  z-index: 2;
}

/*  4.3 information
------------------------------ */
.section--list,
.section--detail {
  padding: 130px 5% 0;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.section--detail {
  padding-top: 90px;
  padding-bottom: 100px;
}

.block--share {
  text-align: right;
  right: 0;
  top: 45px;
  position: relative;
}

.block--share::before {
  content: 'SHARE';
  display: inline-block;
  font-family: 'din-2014', sans-serif;
  font-size: 10px;
  color: #151515;
  vertical-align: middle;
  letter-spacing: 0.05em;
  margin-top: -2px;
}

.block--share .share {
  display: inline-block;
  margin: 0 -10px 0 10px;
  position: relative;
}

.block--share .share::before {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background: #bec2c7;
  position: absolute;
  top: -10px;
  left: -3.5px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.block--share li {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  vertical-align: middle;
  color: #151515;
  margin: 0 0 0 16px;
}

.block--share li.facebook {
  font-size: 19px;
}

.block--share li svg {
  width: 19px;
  height: 19px;
}

.block--share .share {
  margin-top: -2px;
}

.block--share .lineIco {
  font-size: 20px;
}

.block--share .lineIco svg {
  fill: #151515;
}

.block--share a {
  color: #151515;
}

.block--share a:hover {
  opacity: 0.5;
}

.section--list .tit {
  font-weight: 400;
  line-height: 1.3;
}

.section--list .form__select {
  width: 100%;
  font-family: 'din-2014';
  font-weight: 800;
  margin-bottom: 40px;
  position: relative;
}

.section--list .form__select select {
  font-size: 16px;
  width: 100%;
  font-family: 'din-2014';
  font-weight: 800;
  background: #fff;
  border-radius: 4px;
  box-shadow: 5px 4px 14px rgba(0, 0, 0, 0.2);
  border: none;
  padding: 12px 10px;
}

.section--detail .tit {
  color: inherit;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.03em;
  word-break: break-word;
  margin: 0 0 20px;
}

.section--detail .date {
  display: inline-block;
  font-size: 14px;
  font-family: 'din-2014', sans-serif;
  color: #151515;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin: 0 0 2.5em 10px;
}

.section--detail .date, .section--detail .category {
  opacity: .6;
}

.section--detail .txt {
  position: relative;
}

.section--detail .txt::after {
  content: '';
  display: table;
  clear: both;
}

.section--detail .txt a {
  text-decoration: underline;
  color: #151515;
  word-break: break-word;
}

.section--detail .txt a.btn--main {
  color: #f4f3f0;
  text-decoration: none;
}

.section--detail .txt a.btn--sub {
  text-decoration: none;
}

.section--detail .txt a.btn--sub:hover {
  color: #fff;
}

.page--info .block--live-event {
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}

.page--info .block--live-event .list--information .tit {
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.03em;
}

.page--info .block--tourlist {
  transform: translate3d(0, 80px, 0);
  opacity: 0;
  transition: transform .8s, opacity .3s;
}

.page--info .block--tourlist .block-tit {
  font-family: 'din-2014';
  font-weight: 800;
  font-size: 30px;
  letter-spacing: -0.05em;
  margin-bottom: 0;
}

.page--info.loaded .block--tourlist {
  transform: translate3d(0, -30px, 0);
  opacity: 1;
}

.page--info.loaded .block--tourlist .list--information {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.page--info .txt {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding-top: 10px;
}

.page--info .list--information {
  transform: translate3d(0, 4.5vw, 0);
  opacity: 0;
  transition: transform .8s ,opacity .4s;
}

.page--info.loaded .list--information {
  transform: translate3d(0, -7vw, 0);
  opacity: 1;
}

.page--info .section--detail .tit {
  position: relative;
  margin-bottom: 10px;
}

.page--info .section--detail.new .tit::after {
  content: 'New Post';
  display: inline-block;
  font-family: 'journalregular';
  color: #d0121b;
  font-size: 50px;
  vertical-align: 0px;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-left: 7px;
  transform: rotate(-7deg);
  position: absolute;
  bottom: -25px;
  right: 2%;
}

.page--info .section--detail .date {
  font-size: 13px;
  color: #151515;
  margin: 0 0 10px 5px;
  position: relative;
  top: -1px;
}

.page--info .productBox,
.page--info .box-products {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.page--info .productBox_images,
.page--info .main-image {
  margin-bottom: 10px;
}

.page--info .productBox_button {
  clear: both;
  padding: 20px 0 0;
}

.page--info .productBox_button a {
  width: 100%;
  height: 52px;
  line-height: 52px;
  font-weight: bold;
  background: #004664;
  font-family: '游ゴシック',YuGothic,'Hiragino Kaku Gothic ProN',Meiryo,Helvetica,Arial,'ＭＳ Ｐゴシック',sans-serif;
  color: #fff;
}

.page--info .productImages img,
.page--info .box-images img:not(.dummy) {
  width: 100%;
  height: auto;
  border: 1px solid #eaeaea;
}

.page--info .productImages_main,
.page--info .main-image {
  width: 100%;
  margin: 0 0 10px;
}

.page--info .productImages_thumbnails,
.page--info .thumbnail-image {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-box-align: normal;
  -webkit-align-items: normal;
  align-items: normal;
}

.page--info .productImages_thumbnail,
.page--info .thumbnail-image li {
  width: 22%;
  margin: 0 4% 10px 0;
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 1;
}

.page--info .productImages_thumbnail:nth-child(4n) {
  margin-right: 0;
}

.page--info .productSpec,
.page--info .box-text table {
  width: 100%;
  font-size: 12px;
}

.page--info .productSpec th,
.page--info .box-text table th {
  width: 30%;
}

.page--info .productSpec td,
.page--info .box-text table td {
  width: 70%;
}

.page--info .productSpec td p span,
.page--info .box-text table td p span {
  display: block;
  text-indent: -1em;
  margin: 0 0 0 1em;
}

.page--info .productSpec td, .page--info .productSpec th,
.page--info .box-text table td,
.page--info .box-text table th {
  vertical-align: top;
  padding: 10px 0;
  border-bottom: 1px solid #c4c4c4;
}

.page--info .productSpec tr:first-child td,
.page--info .productSpec tr:first-child th,
.page--info .box-text table tr:first-child td,
.page--info .box-text table tr:first-child th {
  padding-top: 0;
}

.page--info .productSpec tr:last-child td,
.page--info .productSpec tr:last-child th,
.page--info .box-text table tr:last-child td,
.page--info .box-text table tr:last-child th {
  border-bottom: none;
  padding-bottom: 0;
}

.page--info .addressBox {
  background: #e6e6e6;
  padding: 30px;
  display: block;
  width: calc(100% - 60px);
  vertical-align: top;
  margin: 35px 0 50px;
}

.page--info .addressBox::after {
  content: '';
  height: 0;
  clear: both;
  visibility: hidden;
  display: block;
}

.page--info .addressBox_label {
  font-size: 13px;
  font-weight: 700;
  float: left;
  width: 70px;
  vertical-align: top;
  line-height: 1.5;
}

.page--info .addressBox_input {
  vertical-align: top;
  float: left;
  width: calc(100% - 140px);
  margin-right: 1.5%;
}

.page--info .addressBox_input input {
  width: 100%;
}

.page--info .addressBox_button {
  width: 60px;
  vertical-align: top;
  float: left;
}

.page--info .addressBox_button button {
  width: 100%;
  height: 42px;
  margin: 1px auto auto;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  background: #004664;
  display: table-cell;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  position: relative;
}

.page--info .addressBox_button button::before {
  bottom: 0;
  left: 0;
  position: absolute;
  background: #c7c7c7;
  width: 100%;
  height: 2px;
  content: '';
}

.page--info .addressBox_button button:hover::before {
  background: #6a8a9c;
}

.page--info .section--detail .productImages_thumbnails {
  width: 103%;
  flex-wrap: wrap;
}

.page--info .section--detail .productImages_thumbnail {
  width: 22%;
  margin: 0 3% 3% 0;
}

.youtube,
.block--video__item {
  width: 100%;
  padding-top: 56.25%;
  margin: 20px 0;
  position: relative;
}

.youtube iframe,
.block--video__item iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}

.page--info .flex,
.page--discography .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: normal;
  -webkit-align-items: normal;
  align-items: normal;
  margin-bottom: 30px;
}

.page--info .flex:last-child,
.page--discography .flex:last-child {
  margin-bottom: 0;
}

.page--info .flex .clm,
.page--discography .flex .clm {
  font-size: .8em;
  width: 100%;
}

.page--info .flex .clm:nth-child(2n),
.page--discography .flex .clm:nth-child(2n) {
  padding-left: 1%;
}

.page--info .flex .clm:nth-child(2n+1),
.page--discography .flex .clm:nth-child(2n+1) {
  padding-right: 1%;
}

.page--info .articleBox_headline,
.page--discography .articleBox_headline {
  font-weight: 600;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.page--info .articleBox_content:first-of-type,
.page--discography .articleBox_content:first-of-type {
  margin-top: 15px;
}

.page--info .articleBox_content,
.page--discography .articleBox_content {
  margin-bottom: 60px;
}

.page--info .articleBox--discography5:first-of-type,
.page--discography .articleBox--discography5:first-of-type {
  margin-top: 50px;
}

.page--info .articleBox_content a,
.page--discography .articleBox_content a {
  text-decoration: underline;
}

/* 4.4 questionnaire
------------------------------ */
.page--questionnaire header + section .section-tit {
  text-indent: 0;
  font-size: 24px;
}

.page--questionnaire header + section .form--post {
  margin-bottom: 60px;
}

.page--questionnaire header + section .ph {
  margin-bottom: 30px;
}

.page--questionnaire .input--quarter {
  width: 50% !important;
}

.page--questionnaire .input--half {
  width: 80% !important;
}

.page--questionnaire.complete .btn--sub {
  font-size: 16px;
  font-weight: 900;
  font-family: 'din-2014', sans-serif;
}

.icon--required {
  display: inline-block;
}

.icon--required::before {
  content: '必須';
  background: #f72a2a;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  line-height: 0;
  vertical-align: 2px;
  padding: 0px 6px 3px;
  margin-left: 5px;
}

/*  4.7 fanletter
------------------------------ */
.page--letter .section--detail {
  padding-bottom: 40px;
}

.page--letter .block--send-form {
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}

.page--letter .block--send-form .txt--sub {
  font-size: .9em;
  line-height: 1.5;
}

.page--letter .block-tit {
  font-weight: 700;
  font-size: 20px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.page--letter .input--half {
  width: 100% !important;
}

.page--letter .input--quarter {
  width: 6em !important;
}

.page--letter .block--error {
  margin-bottom: 30px;
}

.page--letter textarea {
  height: 20em;
}

.page--letter .form--confirm {
  position: relative;
  z-index: 10;
  background: #fff;
  border: none;
  padding: 10px;
  margin-bottom: 30px;
}

.page--letter.complete .txt--basic {
  margin-bottom: 30px;
}

/*  5.1 tablet
------------------------------ */
@media screen and (min-width: 756px) and (max-width: 961px) {
  body {
    font-size: 16px;
  }
  .txt--basic {
    font-size: 16px;
  }
  .btn--main,
  .btn--sub {
    font-size: 18px;
    min-width: 60%;
    line-height: 70px;
  }
  .site-nav {
    height: 65px;
  }
  .site-nav ul li {
    height: 65px;
  }
  .site-nav ul li a {
    font-size: 11px;
  }
  .site-nav ul li a span {
    font-size: 2.5vw;
  }
  .site-nav ul li.site-nav__official span {
    line-height: 7vw;
  }
  .site-nav ul li.current::before {
    height: 65px;
  }
  .header h1.logo {
    width: 20%;
    left: 5%;
    top: 30px;
  }
  .headerFixed .header .drawer__btn {
    top: 40px;
  }
  /* drawer */
  .drawer {
    width: 90%;
    padding: 80px 3%;
  }
  .drawer__btn {
    width: 40px;
    height: 23px;
    top: 112px;
    transition: .3s;
  }
  .drawer__btn .menu-txt::before {
    font-size: 13px;
    bottom: -10px;
  }
  .drawer__btn .mid {
    top: 14px;
  }
  .drawer__btn .btm {
    bottom: -4px;
  }
  .drawer .g-nav li a {
    font-size: 18px;
    padding: 18px 0;
  }
  .drawer .g-nav .g-nav--tit {
    font-size: 23px;
    padding: 15px 9% 15px 0;
  }
  .drawer .g-nav .g-nav--tit::after {
    width: 20px;
    right: 15.6%;
  }
  .drawer .g-nav .g-nav--tit::before {
    height: 20px;
    right: calc(16% + 7px);
    top: 18px;
  }
  .drawer .g-nav .nav__item--members a,
  .drawer .g-nav .nav__item--decome a,
  .drawer .g-nav .nav__item--word a,
  .drawer .g-nav .nav__item--qa a {
    font-size: 12px;
  }
  .drawer .g-nav li.nav__item--meeting a,
  .drawer .g-nav li.nav__item--info a {
    padding: 18.5px 0;
  }
  .page--home:not(.headerFixed).drawer-visible .drawer__btn {
    top: 30px;
    right: 5%;
  }
  .drawer-visible .drawer__btn {
    top: 40px;
  }
  .drawer-visible .drawer {
    left: 20%;
  }
  .section-tit {
    font-size: 33vw;
    left: -27px;
    top: -10px;
  }
  .section--list, .section--detail {
    padding: 190px 5% 0;
  }
  .list--information li a {
    min-height: 130px;
    font-size: 16px;
  }
  .list--information li a figure {
    width: 23%;
  }
  .list--information li a .block--txt {
    padding-left: 26%;
    min-height: 130px;
  }
  .list--information li a .date {
    font-size: 1em;
  }
  .list--information li a .tit {
    font-size: 16px;
    line-height: 1.5;
  }
  .page--info .flex .clm, .page--discography .flex .clm {
    font-size: .9em;
  }
  /* page--home */
  .page--home .drawer__btn {
    top: 100px;
  }
  .list--sns {
    text-align: right;
    padding-right: 2%;
  }
  .list--sns li a {
    width: 9vw;
    height: 9vw;
    text-align: center;
    line-height: 9vw;
    border-radius: 9vw;
    font-size: 24px;
  }
  .list--sns li a svg {
    width: 23px;
    height: 26px;
    vertical-align: -4px;
  }
  /* page--info */
  .page--info .section--detail {
    padding-bottom: 100px;
  }
}

/* tablet */
.page--style h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
}

.page--style .tit {
  font-size: 16px;
  margin-bottom: 40px;
}

.page--style .tit::after {
  display: none !important;
}

.page--style .block--demo {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.page--style pre {
  white-space: normal;
  background: #e5e5e5;
  line-height: 1.4;
  padding: 20px;
  margin-top: 20px;
  font-size: 13px;
}

/* appli */
.body--app .section--detail {
  padding-top: 30px;
  padding-bottom: 40px;
}

.body--app .section--detail .section-tit {
  display: none;
}

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