@charset "utf-8";

.sf-toolbar {display: none!important;}/* 開発用ツールバー非表示 */

/* normalize */
*,::after,::before,blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{padding:0;margin:0}body,html{height:100%;-webkit-text-size-adjust:none}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ul{list-style:none}button,input,select,textarea{margin:0}audio,embed,iframe,img,object,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{max-width:100%}::selection{background:#333;color:#fff}::-moz-selection{background:#333;color:#fff}*,::after,::before{box-sizing:border-box;outline:0;}

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

/* 2.0 component
============================== */
.center	{ text-align: center; }
.bold	{ font-weight: bold; }
.txt--sub {
	font-size: 12px;
	color: #444;
	margin: 30px 0;
	line-height: 1.6;
}
.ph {
	position: relative;
	margin: 30px 0;
	line-height: 0;
	text-align: center;
	line-height: 0;
}
.ph img {
	max-height: 500px;
	width: auto;
}
.ph .dummy {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.thumb {line-height: 0; position: relative;}
.thumb img {
	width: 100%;
	height: 100%;
	background: no-repeat center center;
	background-size: cover;
	position: relative;
}
.date:not(.date--event) { font-size: 14px; margin: 0.8em 0 0; opacity: 0.5; }
.category {
	display: inline-block;
	color: #F8F7F5;
	font-size: 12px;
	padding: 1px 5.5%;
	padding: 1px 5vw;
	width: 9.5em;
	text-align: center;
	background: #5f5e5d;
}
.iframe-wrap{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.iframe-wrap iframe,
.iframe-wrap object,
.iframe-wrap embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* 検索 */
.block--search {margin: 0 0 60px;}
.block--search .btn {margin: 0;}
.block--search.form--post input[type="text"] {
	float: left;
	width: 77%;
	margin-right: 3%;
}
body:not(.page--lyrics) .block--search .btn {margin: 0;}
body:not(.page--lyrics) .block--search input[type="submit"] {
	float: right;
	width: 20%;
	min-width: unset;
	padding: 0;
	height: 45px;
	line-height: 45px;
	box-shadow: none;
	border-radius: 0;
}

.list--attention {margin: 30px 0;}
.list--attention > li{
	margin: 0 0 10px;
	font-size: 12px;
	line-height: 1.5;
	color: #888;
}
.ist--attention > li:last-child{margin-bottom:0;}


/* 2.1 button
------------------------------ */
.btn {text-align: center; margin: 10px 0;}
.btn--base {
	display: block;
	width: 100%;
	padding: 18px;
	border: 1px solid transparent;
	letter-spacing: 0.1em;
	font-size: 14px;
	text-decoration: none;
	line-height: 1.4;
	-webkit-appearance: none;
	border-radius: 0;
}
.btn--main {
	background: #222;
	color: #f8f7f5;
	box-shadow: 0 10px 30px -10px rgba(0,0,0,0.8);
}
.btn--sub {
	color: #222;
	border: 1px solid rgba(150,150,150,0.3);
	background: none;
}
.detail__btn { margin: 40px 0 0 ; text-align: center;}
.detail__btn a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #222;
}
.detail__btn a:after {
	content: 'BACK';
	display: inline-block;
	position: relative;
}

.detail__btn a.totop:after {
	content:'TYMS MUSIC TOP';
}

.detail__btn a:before {
	content: '';
	width:11px;
	height: 30px;
	background: no-repeat center url(/static/theyellowmonkey/fanclub_v2/common/chevron.png);
	background-size: 11px 9px;
	display: inline-block;
	margin: 0 10px 0 0 ;
	position: relative;
	transform: rotate(-180deg);
	top: 11px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

/* 2.2 form
------------------------------ */

/* form
------------------------------ */
/* 全体 */
[class^="form--"] dt {
  display: block;
  margin: 0 0 8px;
  font-size: 13px;
  text-align: left;
  color: #888;
}
[class^="form--"] dd {
  margin: 0 0 25px;
}
[class^="form--"] .btn {
  margin: 20px 0;
}
.form--post .icon--required {
  display: inline-block;
  position: relative;
}
.form--post .icon--required::before {
  content: '必須';
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin-left: 10px;
  padding: 0 6px;
  background: #f12e5c;
  color: #fff;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.2em;
  position: relative;
  top: -1px;
}
.form--confirm dl {
  margin: 0 0 30px;
}
.form--confirm dl .ph {
  margin: 0;
}
/* form要素共通 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
:placeholder-shown,
::-webkit-input-placeholder {color: #aaa; }

.form--post [class^="form__radio"] label,
.form--post [class^="form__checkbox"] label {
	display: block;
	padding: 10px 0 10px 28px;
	position: relative;
}
.form--post input[type="text"],
.form--post input[type="tel"],
.form--post input[type="email"],
.form--post input[type="password"],
.form--post input[type="number"],
.form--post textarea,
.form--post select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  font-size: 15px;
  line-height: 1.8;
  padding: 8px 12px;
  border-radius: 0;
  border: none;
  background: #f8f7f5;
}
.form--post input[readonly] {background: #eae8e4;}

/* selectbox */
.form--post [class^="form__selectbox"] {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.form--post [class^="form__selectbox"]:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #888;
  border-top: 1px solid #888;
  position: absolute;
  pointer-events: none;
  top: 50%;
  right: 12px;
  margin-top: -6px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.form--post select {
	max-width: 100%;
  padding-right: 35px;
  cursor: pointer;
}
.form--post select::-ms-expand {
  display: none;
}
/* selectbox（年月日）*/
.form--post .select-year > li {
  display: inline-block;
  margin-right: 8px;
}
.form--post .select-year .form__selectbox {
  margin-right: 8px;
}
/* radio */
.form--post [class^="form__radio"] input[type="radio"] {
  -webkit-appearance: button;
  appearance: button;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 100%;
  pointer-events: none;
  background: #f8f7f5;
	position: absolute;
	left: 0;
	top: 10px;
}
.form--post [class^="form__radio"] input[type="radio"]:checked:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
 background: #222;
  border-radius: 6px;
  position: absolute;
  top: 4px;
  left: 4px;
}
/* radio（性別） */
.form--post .form__radio--sex label {
  display: inline-block;
  margin-right: 20px;
}
/* checkbox */
.form--post input[type="checkbox"] {
	appearance: button;
	-webkit-appearance: button;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 0;
	background: #f8f7f5;
	position: absolute;
	left: 0;
	top: 11px;
}
.form--post input[type="checkbox"]:checked:after {
  content: "";
  width: 8px;
  height: 14px;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  position: absolute;
  top: 0px;
  left: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* tel */
.form--post input[type="tel"] {
  width: auto;
}
/* number（年齢） */
.form--post input[type="number"].form__number--age {
  width: 60px;
  margin-right: 8px;
}
/* text（郵便番号） */
.form--post input[type="text"].form__text--postal-code {
  width: auto;
  margin-left: 8px;
}
/* text（会員番号） */
.form--post input[type="text"].form__text--member-numb {
  width: auto;
}
/* textarea */
.form--post textarea {
  display: block;
}


/* コンテンツ用select */
.block--category {
	margin: 0 0 30px;
	box-shadow: 0 4px 20px -10px rgba(0,0,0,0.4);
}
.block--category.form__selectbox {
  display: block;
  position: relative;
  margin: 0 0 30px;
}
.block--category.form__selectbox select {
  color: inherit;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.06em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: #f8f7f5;
  box-shadow: none;
  border: none;
	padding: 0.7em 0.75em;
	padding-right: 1.5em;
	border-radius: 0;
}
.block--category.form__selectbox select:focus {
  border-color: inherit;
}
.block--category.form__selectbox select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.block--category.form__selectbox select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.block--category.form__selectbox select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.block--category.form__selectbox::after {
	content: '';
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	border: 1px solid #888;
	border-top: none;
	border-right: none;
	margin: -0.25em 0 0;
	position: absolute;
	right: 1.2em;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* 2.3 list
------------------------------ */
/* 横幅調整 */
body:not(.page--home) .list--information,
body:not(.page--home) .list--thumb{
	margin: 0 -5.5%;
}

.list--base li a {text-decoration: none; color: #222;}

/*  information */
.list--information { margin: 0 0 20px; box-shadow: 0 4px 20px -10px rgba(0,0,0,0.2); }
.list--information li {margin: 0 0 1px; background: #f8f7f5;}
.list--information a {
	display: block;
	padding: 1em 5%;
}
.list--information .thumb {
	width: 70px;
	height: 70px;
	width: 20vw;
	height: 20vw;
	float: right;
	margin: 0 0 0 10px;
}
/* schedule用 */
.list--schedule li {border-right: 6px solid #5f5e5d;}
.list--schedule li a {padding-top: .5em;}
.list--schedule .category {
	margin: 0 10px 8px -5.5%;
	margin: 0 10px 8px -5vw;
}
.list--schedule .date--event {margin: 0 0 5px;  font-size: 14px;}
.list--schedule .date--event .week { font-size: 10px; margin-left: 4px;}
.date--event .date__bar {
	margin-right: 5px;
	transform: scaleX(.5);
	display: inline-block;
	opacity: 0.6;
}

/* tv */
.list--schedule .category--1006 {border-color: #596E7F;}
.category--1006 .category {background: #596E7F;}
/* radio */
.list--schedule .category--1007 {border-color: #6D7F59;}
.category--1007 .category {background: #6D7F59;}
/* magazine */
.list--schedule .category--1008 { border-color: #60597F; }
.category--1008 .category {background: #60597F;}
/* web */
.list--schedule .category--1009 { border-color: #7f6759; }
.category--1009 .category {background: #7f6759;}
/* other */
.list--schedule .category--1010 { border-color: #96986c; }
.category--1010 .category {background: #96986c;}
/* live */
.list--schedule .category--4 { border-color: #7F5968; }
.category--4 .category {background: #7F5968;}


/* contents */
.list--thumb { padding: 0 2% 0;	margin: 0 0 10px; }
.list--thumb li > a {
	display: block;
	padding: 0 0 1.5em;
	margin: 0 0 1em;
	box-shadow: 0 4px 20px -10px rgba(0,0,0,0.2);
	background: #f8f7f5;
}
.list--thumb .tit { padding: 1.5em 3% 1em; }
.list--thumb .date { margin: 0; padding: 0 3%;}
.list--thumb .thumb {
	background: no-repeat center center;
	background-size: cover;
}
.list--base .thumb .blur-wrap {display: block;position: relative; overflow: hidden;}
.list--base .thumb .blur{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-filter: blur(5px);
	filter: blur(15px);
	background: no-repeat center;
	background-size: cover;
	transform: scale(1.2);
}

/* tab */
.list--tabs {
	display: flex;
	align-items: stretch;
	margin: 0 0 20px;
	position: relative;
}
.page--home .list--tabs .slick-track {
	transform: translate3d(0px, 0px, 0px)!important;
	-webkit-transform: translate3d(0px, 0px, 0px)!important;
}
.list--tabs li {
	flex-grow: 1;
	text-align: center;
	line-height: 60px;
	position: relative;
	font-size: 15px;
}
.page--home .list--tabs li {margin: 20px 0 0;}
.list--tabs .slick-list {padding: 0!important;}
.list--tabs .slick-track {
	width: auto!important;
	display: flex;
	display: webkit-flex;
	align-items: stretch;
}
.list--tabs .slick-track > li {
	width: auto!important;
	position: relative;
	border-bottom: 1px solid rgba(150,150,150,0.3);
	line-height:1.1em;
	padding: 20px 0;
	font-size: 14px;
}

.list--tabs .slick-track > li:after {
	content:'';
	width: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 1px;
	background: transparent;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.list--tabs .slick-track > li.slick-current:after {background: #222;}
.page--home .area--member .list--tabs .slick-track > li.slick-current:after {background: #b4ad7e;}
.list--tabs .update {
	width: 100%;
	color: #f12e5c;
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 0;
}
.list--tabs .slide-line {
	width: 100%;
	border-bottom: 1px solid;
	position: absolute;
	bottom: -1px;
	height: 0;
}

.list--step li > .tit > span{
	display: block;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #b4ad7e;
	margin: 0 0 15px;
	line-height: 1;
}
.list--step li > .tit > span > span{font-size: 1.5em; margin: 0 0 0 5px;}
.list--step .ph {text-align: center; margin: 0 0 20px;}
.list--step .ph img {width: 70%; border: 1px solid rgba(0,0,0,0.2);}
.list--step > li {
	padding: 20px 5%;
	background: #f8f7f5;
	margin: 0 0 10px;
}
.list--step > li > .tit {font-size: inherit;}
.list--step > li > .tit:last-child,
.list--step > li > .txt:last-child {margin-bottom: 0;}
.list--step li .txt--sub {margin: 20px 0 0 ;}

.slick--tabs .slick-dots { width: 0; height: 0; opacity: 0; }
.slick--tabs .section-tit{display: none;}

/* new */
.list--information .new .date::after,
.list--thumb .new .date::after,
.pick-up.new .date::after  {
	content:'NEW';
	color: #f12e5c;
	margin: 0 0 0 5px;
}
.pick-up.new .date::after{ font-size: .8em;margin-left: 6px;}
/* more */
.list__more a {
	display: block;
	font-size: 15px;
	text-align: center;
	line-height: 50px;
	border: 1px solid rgba(150,150,150,0.3);
	margin: 0 5%;
	padding: 0;
	width: auto;
	color: #222;
}
.no-data {text-align: center!important; margin: 50px 0!important; opacity: 0.5; width: 100%!important;}
.nav--login li.nav__item--icon a i {display: inline-block; margin: 0 4px 0 0;}

/* 3.0 layout
============================== */
.pc { display: none; }
/* 3.1 base
------------------------------ */
body {
  background-color: #EFEEEA;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 300;
  color: #222;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  word-break: break-word;
}
.wrap {position: relative; padding-top: 56px; min-height: 100%;}
.section--base {padding: 45px 5% 0;}
a {
  color: #9e9241;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 3.2 header
------------------------------ */
header {
	width: 100%;
	height: 56px;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.85);
	padding: 0 5%;
	z-index: 200;
	box-shadow: 0 0 20px 5px rgba(0,0,0,0.2);
}
header h1 a {
	display: block;
	height: 56px;
	line-height: 56px;
}
body:not(.page--home) header h1 a {width: 50%;}
header h1 img {
	width: 45%;
	position: absolute;
	left: 5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
header h1 svg {display: none;}

.page--home header h1 a img {display: none;}
.page--home header h1 svg > * {
/* fill: #060709; */
fill: #ffffff;
}
.page--home header h1 svg{height: 100%; display: block;}

.page--home header .drawer__btn span{

}
/* language */
header .nav--language {display: none;}
.page--home header .nav--language {
	display: block;
	position: absolute;
	right: 15%;
	right: calc(24px + 10%);
	top: 0;
}
.page--home header .nav--language li { display: inline-block; }
.page--home header .nav--language li.current { opacity: 0.5; }
.page--home header .nav--language label {
	display: block;
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	padding: 20px 5px;
}
.page--home header .nav--language label input{display: none;}
.page--home header .nav--language li.nav__item--linkfire .material-icons{
	font-size: 16px;
	color: #ffffff;
	position: relative;
	top: 5px;
	margin-left: 7px;
}


/* navBtn */
header .drawer__btn {
	width: 24px;
	height: 16px;
	position: fixed;
	right: 5%;
	top: 20px;
	z-index: 999;
	transition: all .3s ease;
}
header .drawer__btn span {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	/* background-color: #000; */
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.menu-color header .drawer__btn span { background-color: #222; }
header .drawer__btn span:nth-of-type(1) { top: 0; }
header .drawer__btn span:nth-of-type(2) { top: 7px; }
header .drawer__btn span:nth-of-type(3) { bottom: 0; }

/* menu-open */
.menu-open .drawer__btn span{background: #efeeea!important;}
.menu-open .drawer__btn span:nth-of-type(1) { -webkit-transform: translateY(7px) rotate(-45deg); transform: translateY(7px) rotate(-45deg); top: 0; }
.menu-open .drawer__btn span:nth-of-type(2) { left: 60%; opacity: 0; -webkit-animation: active-menu-bar02 .8s forwards; animation: active-menu-bar02 .8s forwards; }
.menu-open .drawer__btn span:nth-of-type(3) { -webkit-transform: translateY(-7px) rotate(45deg);transform: translateY(-7px) rotate(45deg);bottom: 0;top: auto;}


/* drawer */
.drawer {
	width: 100%;
	height: 100%;
	position: fixed;
	right: -100%;
	top: 0;
	z-index: 100;
	background: #222;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.page--home .drawer {opacity: 0;}
.drawer a {display: block; position: relative; text-decoration: none;}
.drawer a .date {
	color: #f12e5c;
	opacity: 1;
	margin: 0 0 0 10px;
}
.menu-open .drawer { right: 0; }
.drawer {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	height: 100%;
	padding: 50px 8%;
	padding: 8vh 7%;
}
.drawer li {
	position: relative;
}
.drawer .nav--free li,
.drawer .nav--member li {
	float: left;
	width: 50%;
}
.drawer .nav--free li.nav__item--soloproject{width: 100%;}
/* .drawer .nav--free li.nav__item--soloproject a{color: #737271;} */
.drawer li a .date {
	font-size: 10px;
	position: absolute;
	top: -2px;
	left: 0;
	line-height: 1;
	margin: 0;
	font-family: YakuHanJP, -apple-system, Helvetica, Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','Noto Sans Japanese', "メイリオ", sans-serif;
	letter-spacing: 0.05em;
}
.drawer .nav--free li a,
.drawer .nav--member li a {
	color: #efeeea;
	font-size: 16px;
	line-height: 2.35em;
}
.drawer .nav-wrap--free {margin: 0 0 40px;}
.drawer .nav-wrap--member svg > * {fill:#b4ad7e;}
.drawer .nav-wrap--member li a { color: #b4ad7e; }
.drawer .nav__fc-logo {position: relative;}
.drawer .nav__fc-logo a {
	line-height: 0;
	width: 50%;
	margin: 0 0 15px;
}
.drawer .nav--login {margin: 0 0 15px; line-height: 1.75em;}
.drawer .nav--login li { display: inline-block; margin-right: 20px;}
.drawer .nav--login li a {
	font-size: 12px;
	font-size: 3.3vw;
	font-weight: normal;
	font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, sans-serif;
}
.drawer .nav--login li:not(:last-child) a::after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 10px;
	transform: rotate(35deg);
	position: relative;
	background: #b4ad7e;
	opacity: 0.8;
	left: 10px;
	top: 1px;
}
.drawer .nav--login li:nth-last-of-type(3) a::after {display: none;}
.drawer .nav--social { padding: 35px 0 0; opacity: 0.4;}
.drawer .nav--social li { display: inline-block; margin: 0 18px 0 0;}
.drawer .nav--social li a{font-size: 20px; color: #efeeea;}
.drawer .nav--social li.icon--line { position: relative; top: 4px; }
.drawer .nav--social li svg.sns-tiktok{position: relative; top: 2px;}
.drawer .nav--social li svg.sns-tiktok * {fill: #efeeea;}
.drawer .nav--social li.icon--line svg * {fill: #efeeea;}
.nav--social .material-icons {
	font-size: inherit;
	position: relative;
	top: 4px;
}
.drawer .nav--language {display: none!important;}

/* nav-current */
.page--home .nav__item--home a::before,
.page--schedule .drawer .nav__item--schedule a::before,
.page--information.category-NEWS .drawer .nav__item--news a::before,
.page--biography .drawer .nav__item--biography a::before,
.page--disco .drawer .nav__item--discography a::before,
.page--lyrics .drawer .nav__item--lyrics a::before,
.page--music .drawer .nav__item--music a::before,
.page--movie .drawer .nav__item--movie a::before,
.page--blog .drawer .nav__item--blog a::before,
.page--qa .drawer .nav__item--message a::before,
.page--information.category-FC .drawer .nav__item--fc-news a::before,
.page--appli .drawer .nav__item--appli a::before,
.page--information.category-TYMS .drawer .nav__item--magazine a::before{
	content: '';
	background: url(/static/theyellowmonkey/fanclub_v2/common/chevron_wht.png) no-repeat center center;
	background-size: 10px auto;
	position: absolute;
	top: 50%;
	left: -23px;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin-top: -1px;
}
.drawer .nav-wrap--member li a:before { background-image: url(/static/theyellowmonkey/fanclub_v2/common/chevron_gld.png)!important;}

/* 3.3 footer
------------------------------ */
footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	color: #888886;
}
body:not(.page--home) footer .block--official,
body:not(.page--home) footer .block--member{display: none;}
body:not(.page--home) footer .block--support *:not(.copyright):not(br){display: none;}
footer .copyright {
	font-size: 10px;
	text-align: center;
	line-height: 2em;
	padding: 30px 5%;
}

/* page-top
============================== */
.block--page-top {
	position: fixed;
	right: 0;
	z-index: 99;
	opacity: 0;
	bottom: -60px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.block--page-top a{
	display: block;
	width: 60px;
	height: 60px;
	position: relative;
	background: rgba(0,0,0,0.85);
}
.scrolled .block--page-top {
	opacity: 1;
	bottom: 0;
}
.block--page-top a::before {
	content: '';
	background: url(/static/theyellowmonkey/fanclub_v2/common/chevron_wht.png) no-repeat center center;
	background-size: 11px 9px;
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: block;
}

/* 4.0 page
============================== */
/*  4.1 parts
------------------------------ */

/* font */
header,
.section-tit,
.list--tabs,
.list__more,
.date,
.category,
.nav--language,
.copyright,
.page--schedule .block--month,
.page--schedule .form__select select,
.page--home footer .nav--free,
.page--home footer .nav--member,
.page--home footer .nav--footer-login,
.block--share::before,
.detail__btn a:after,
.page--disco .section--detail .block--track .tit,
.page--disco .section--detail .list--track li span {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	letter-spacing: 0.1em;
}
/* typography */
.section-tit {
	font-size: 22px;
	text-align: center;
	margin: 0 0 35px;
}
.page--home .section-tit {line-height: 60px; margin: 0 0 10px;}
.section-tit.tit--small {
	font-weight: normal;
	font-family: YakuHanJP, Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

/* pagenation
------------------------------ */
.block--pager {
	/* position: absolute; */
	left: 0;
	right: 0;
	bottom: 160px;
	padding: 30px 5%;
	font-family: 'Cormorant Garamond', sans-serif;
	font-weight: 600;
	font-size: 18px;
}
.block--pager li {
	width: 33.3%;
	width: calc(33.33333333%);
	float: left;
	position: relative;
	height: 20px;
	line-height: 20px;
}
.block--pager a,
.block--pager span {
  display: block;
  position: relative;
  height: 20px;
  line-height: 20px;
  text-decoration: none;
  color: inherit;
}
.block--pager .pager__item--number {text-align: center;}
.block--pager .pager__item--older {text-align: right;}
.block--pager .pager__item--newer a:before,
.block--pager .pager__item--older a:after {
	content: '';
	display: inline-block;
	pointer-events: none;
	height: 20px;
	width: 30px;
	background: no-repeat center url(/static/theyellowmonkey/fanclub_v2/common/chevron.png);
	background-size: 11px 9px;

}
.block--pager .pager__item--newer a:before{
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.block--pager .pager__item--older a:before,
.block--pager .pager__item--newer a:after {
	font-size: 14px;
	position: relative;
	top: -5px;
}
.block--pager .pager__item--older a:before { content:'OLDER';}
.block--pager .pager__item--newer a:after { content:'NEWER';}


/* error */
.list--error:not(:empty) {margin: 0 0 30px;}
.list--error li {margin: 0 0 10px; color: #f12e5c; line-height: 1.5; font-size: 12px;}
.list--error li:last-child {margin-bottom: 0;}
.list--error li:before{content:'※';}


/* 4.2 home
------------------------------ */
.page--home a {text-decoration: none;}
.page--home header {
	background: none;
	position: absolute!important;
	box-shadow: none;
}
.page--home header h1 {
	width: 80px;
	position: absolute;
	top: -50px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.page--home header h1 a{
	height: auto;
	line-height: 0;
}
.page--home .wrap {padding-top: 0;}
/* keyvisual */
.page--home .section--key-visual {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
    position: relative;
}
.page--home .section--key-visual video {
	background: #222;
	max-width: none;
	width: 420%;
	height: 130%;
	position: fixed;
	left: 50%;
	top: -15%;
	z-index: -100;
	margin-left: -210%;
}
.page--home .section--key-visual .logo--main {
	width: 82%;
	position: fixed;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 0;
	transition-duration: 1s;
}
.page--home .section--key-visual .nav--link {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: -40px;
	z-index: 99;
	opacity: 0;
	background: #f8f7f5;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.page--home .section--key-visual .pick-up a {
	display: block;
	width: 100%;
	height: 45px;
	/* background: rgba(255, 255, 255, 0.5); */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	color: #ffffff;
	font-size: 13px;
	line-height: 45px;
	padding: 0 5%;
	position: fixed;
	left: 0;
	bottom: -100px;
	z-index: 98;
	opacity: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.page--home .section--key-visual .pick-up .date { margin-right: 10px; font-size: 14px; opacity: 1;}
.page--home .section--key-visual .nav--link li {float: left; }
.page--home .section--key-visual .nav--link a {
	display: block;
	color: #222;
	line-height: 60px;
	height: 60px;
	padding: 0 5.5%;
	padding: 0 5vw;
}
.page--home .section--key-visual .nav--link .link--fc {width: calc(100% - 60px);}
.page--home.status--logged-in .section--key-visual .nav--link .link--fc {width: 100%;}
.page--home.status--logged-in .section--key-visual .nav--link .link--fc a {
	background: url(/static/theyellowmonkey/fanclub_v2/common/chevron_down_gold.png) no-repeat 93% center;
	background-size: 11px auto;
}
.page--home.status--not-logged-in .section--key-visual .nav--link .link--fc a span{
	color: #B4AD7E;
	margin: 0 0 0 3vw;
	font-size: 10px;
	position: relative;
	top: -2px;
	font-weight: 400;
	font-size: 3.25vw;
}
.page--home .section--key-visual .nav--link .link--fc .date {
	margin-left: 12px;
	color: #f12e5c;
	font-size: 12px;
	position: relative;
	top: -3px;
	opacity: 1;
}
.page--home .section--key-visual .nav--link .link--fc img { height: 14px; }
.page--home .section--key-visual .nav--link .link--mailmag { width: 60px; border-left: 1px solid #dcdbd5; }
.page--home .section--key-visual .nav--link .link--mailmag a {
	background: url(/static/theyellowmonkey/fanclub_v2/common/icon_mail.png) no-repeat center;
	background-size: 23px auto;
	opacity: 0.4;
}




.page--home .section--key-visual .key-visual-image {
    position: relative;
    height: 100vh;
    margin: 0;
    width: 100%;
    z-index: -1;
}
.page--home .section--key-visual .key-visual-image .kv{
	height: 100vh;
	background: no-repeat;
	background-position: top center;
	background-size: cover;
	background-image: url( https://theyellowmonkeysuper.jp/static/theyellowmonkey/contents/upimg/413f54f3b9a5673a0d838cf639f90705.jpeg);
}
.page--home .section--key-visual .key-visual-image img {
height: 100%;
width: 100%;
margin: auto;
object-fit: cover;
}



/* moment */
.page--home .section--key-visual .area--moment {
    position: fixed;
    z-index: 1;
    bottom: 100px;
    right: 0;
    padding: 0px 2% 15px 10px;
    min-width: 150px;
    transition: 0.3s;
    opacity: 0;
}

.page--home.load-finish .section--key-visual .area--moment {
    bottom: 155px;
    opacity: 1;
}

.page--home.scrolled .section--key-visual .area--moment {
    opacity: 0;
    bottom: 0;
    pointer-events: none;
}

.page--home .section--key-visual .area--moment::before {
    content: '';
    display: block;
    width: 100%;
    height: 35px;
    background: #b4ad7ebf;
    bottom: 0;
    right: 0;
    position: absolute;
}

.page--home .section--key-visual .area--moment .moment_tit {
    color: #fff;
    position: absolute;
    bottom: -10px;
    left: 15px;
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 15px;
    text-shadow: 0 0 10px #00000047;
}
.page--home .section--key-visual .area--moment .moment_tit a {
    color: #fff;
}

.page--home .section--key-visual .moment_list {
    display: flex;
}

.page--home .section--key-visual .moment_list > li {
    margin-left: 8px;
}
.page--home .section--key-visual .moment_list > li:first-child {
    margin: 0;
}
.page--home .section--key-visual .moment_list > li a {
    display: block;
    width: min(70px, 16vw);
    height: min(70px, 16vw);
    position: relative;
    line-height: 0;
}
.page--home .section--key-visual .moment_list > li a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    border-radius: 50%;
    border: 2px solid #bebebe;
}

.page--home .section--key-visual .moment_list > li a.lovin img {
    border-color: #B68CD1;
}
.page--home .section--key-visual .moment_list > li a.annie img {
    border-color: #AECEAE;
}
.page--home .section--key-visual .moment_list > li a.heesey img {
    border-color: #D8C69E;
}
.page--home .section--key-visual .moment_list > li a.emma img {
    border-color: #98AFE2;
}

.page--home .section--key-visual .moment_list > li a .date {
    color: #f12e5c;
    opacity: 1;
    line-height: 1;
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 11px;
    letter-spacing: 0.02em;
}


/* gacya */
.page--home .section--key-visual .area--gacya {
        position:fixed;
        z-index: 1;
        bottom: 0;
        width: 140px;
        right: 0;
        transition: 0.3s;
        opacity: 0;
}
.page--home.load-finish .section--key-visual .area--gacya{
        bottom: 100px;
        opacity: 1;
}
.page--home .section--key-visual .area--gacya a{
        display: block;
        background: rgba(182,140,209,0.7);
        padding: 8px 10px;
        line-height: 0;
}
.page--home.scrolled .section--key-visual .area--gacya{
        opacity: 0;
        bottom: 0;
        pointer-events: none;
}

/* soloproject */
.page--home .section--soloproject .section-tit{
	letter-spacing: .05em;
}
.page--home .section--soloproject .list--base li a{
	padding: 28px 5% 1em;
}
.page--home .section--soloproject .list--base li a .name{
	position: absolute;
	top: 9px;
	left: 0;
	font-size: 12px;
	font-weight: bold;
	font-family: 'Cormorant Garamond', serif;
	width: 9.5em;
    text-align: center;
    padding: 1px 5vw;
}
.page--home .section--soloproject .list--base li.lovin a .name{background: #B68CD1;}
.page--home .section--soloproject .list--base li.emma a .name{background: #98AFE2;}
.page--home .section--soloproject .list--base li.heesey a .name{background: #D8C69E;}
.page--home .section--soloproject .list--base li.annie a .name{background: #AECEAE;}
.page--home .section--soloproject .list--base li a .date{margin: 0.8em 0 8px;}












/* 更新手続き */
.page--home .block--payment {
	margin: 20px 3% 0;
	padding: 15px 18px;
	line-height: 1.65;
	font-size: 13px;
	position: relative;
}
.page--home .block--payment:before {
	content:'';
	width: 100%;
	height: 100%;
	background: #efeeea;
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
}
.page--home .block--payment > * {position: relative;}
.page--home .block--payment .payment__tit{ font-size: 15px; margin: 0 0 5px; text-align: center; font-weight: bold;}
.page--home .block--payment .btn--main {
	background: #222;
	border-color: transparent;
	padding: 12px;
	width: 80%;
	margin: 0 auto;
}

/* loading */
.page--home header .drawer__btn,
.page--home header .nav--language {
	top: -60px; opacity: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.page--home .section--key-visual .logo { opacity: 0; transition-duration: 1s; }

/* load-finish */
.page--home.load-finish header .drawer {opacity: 1;}
.page--home.load-finish header h1,
.page--home.load-finish header .drawer__btn { top: 20px; opacity: 1; }
.page--home.load-finish header .nav--language { top: 0; opacity: 1; }
.page--home.load-finish .section--key-visual .logo--main { opacity: 1; }
.page--home.load-finish .section--key-visual .pick-up a { bottom: 60px; opacity: 1; }
.page--home.load-finish .section--key-visual .nav--link { bottom: 0px; opacity: 1; }

/* scrolled */
.page--home.load-finish.scrolled .section--key-visual .pick-up a { bottom: -40px; opacity: 0; }
.page--home.load-finish.scrolled .section--key-visual .nav--link { bottom: -100px; opacity: 0; }

/* bnr-free */
.page--home .section--bnr { background: #EFEEEA; overflow: hidden; padding: 0;}
.page--home .list--bnr {
	padding: 30px 0 45px;
	overflow: visible;
}
.page--home .list--bnr li { padding: 0 5px; }
.page--home .list--bnr.slick * { transition: none; }
.page--home .list--bnr .slick-list { overflow: visible; }

.slick-arrow {
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	border: none;
	background: transparent;
	color: transparent;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	z-index: 99;
	cursor: pointer;
	outline: none;
	margin-top: -20px;
}
.slick-prev { left: 0; }
.slick-next { right: 0; }
.slick-arrow:hover,
.slick-arrow:focus{ color: transparent; outline: none; background: transparent; }
.slick-arrow::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.slick-prev::after {
	left: 50%;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-left: -3px;
}
.slick-next::after {
	right: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: -3px;
}
/*
.slick-arrow::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: rgba(248, 247, 245, 0.4);
}
*/
.slick-disabled.slick-arrow::after,
.slick-disabled.slick-arrow::before {display: none;}

.page--home .list--bnr .slick-dots {
	text-align: right;
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.page--home .list--bnr .slick-dots button {
	width: 8px;
	height: 8px;
	border: none;
	border-radius: 50%;
	background: #222;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-appearance: none;
}
.page--home .list--bnr .slick-dots li { display: inline-block; opacity: 0.3; }
.page--home .list--bnr .slick-dots li.slick-active { opacity: 1; }

/* グレーアウト */
.page--home .list--bnr .slick-slide a {display: block; background: #222;}
.page--home .list--bnr .slick-slide a img {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.page--home .list--bnr .slick-slide:not(.slick-center) img{opacity: 0.65;}


/* */
.page--home .section--base { padding: 0 0 30px; }
.page--home .section--fc-tit{
	padding-bottom: 0;
}
.page--home .section-tit  { padding: 0 5%; margin: 0;}
.page--home .area--free { background: #efeeea; }

/* member */
.page--home .area--member {
	background: #222;
	color: #b4ad7e;
	position: relative;
}
.page--home .area--member #anchor-fc {position: absolute; top: 0; left: 0;}
.page--home .area--member .list--information a { background: #222; border-bottom: 1px solid rgba(0,0,0,0.2); }
.page--home .area--member .list--information li:last-child a { border: none; }
.page--home .area--member .list--information,
.page--home .area--member .list--thumb a { color: #efeeea; box-shadow: 0 5px 40px -15px rgba(0,0,0,0.6); background: none;}
.page--home .area--member .list--information a{color: #efeeea; }
.page--home .area--member .list__more a {color: #b4ad7e; }
.page--home .area--member .logo-fc { padding: 40px 15% 0; }
.page--home .area--member .block--login {
	text-align: center;
	padding: 30px 5%;
	border-bottom: 1px solid #171717;
}
.page--home .area--member .block--login .btn a {
	display: block;
	background: #b4ad7e;
	color: #222;
	line-height: 55px;
	box-shadow: 0 10px 30px -10px rgba(0,0,0,0.8);
	margin: 0 0 25px;
	padding: 0;
}
.page--home .area--member .nav--login li {display: inline-block; line-height: 2em;}
.page--home .area--member .nav--login li:not(:last-child)::after { content: '/'; margin: 0 0.5em 0 0.6em;}
.page--home .area--member .nav--login li:nth-last-of-type(3)::after {display: none;}
.page--home .area--member .nav--login li a {color: #b4ad7e; font-size: 12px; font-size: 3.4vw;}
.page--home .area--member .block--login .block--status {
	line-height: 1.75;
	font-size: 12px;
	margin: 0 0 20px;
}
.page--home.status--not-logged-in .card--blog .thumb img {background: #38362D;}
.page--home.status--not-logged-in .card--blog .thumb::before {
	content: 'BELIEVER. ONLY';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: block;
	line-height: 2em;
	z-index: 1;
	text-align: center;
	font-family: 'Cormorant Garamond', sans-serif;
	font-weight: 600;
	font-size: 5vw;
	letter-spacing: 0.075em;
	opacity: .3;
}
/* bnr-member */
.page--home .area--member .section--bnr{
	background: #222;
}
.page--home .area--member .list--bnr {
	padding: 30px 0 45px;
	overflow: visible;
	border-bottom : 1px solid #171717;
}
.page--home .area--member .slick-dots .slick-active button { background: #fff; }
.page--home .area--member .slick-dots  button {
	background: #ffffff;
}
.page--home .area--member .slick-dots li { opacity: 0.4; }

/* news */
.page--home .area--member .section--fc-news .section-tit{
	margin-top: 30px;
}

/* gallery */
.page--home .area--gallery { padding:0; position: relative; z-index: 10; }
.page--home .area--gallery .section-tit{color: #efeeea;}
.page--home .list--picture {
  column-count: 2;
  column-gap: 0;
  padding: 30px 3%;
  overflow: visible;
}
.page--home .list--picture li {
	padding: 2.5vw;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	overflow: auto
}
.page--home .list--picture li a { display: block;line-height: 0;overflow: visible;}
.page--home .list--picture li a img {box-shadow: 0 8px 15px -10px rgba(0,0,0,0.6);}
.page--home .list--picture figure { line-height: 0; }
.page--home .list--picture li .list__detail {display: none;}

/* footer */
.page--home footer {background: #f8f7f5; position: static;}
.page--home footer .block--official,
.page--home footer .block--member,
.page--home footer .block--support {
	padding: 30px 5%;
}
.page--home footer .footer__app {
	margin: 15px 0 0;
	padding: 10px;
	box-shadow: 0 4px 20px -10px rgba(0,0,0,0.2);
	background: #fbfaf9;
}
.page--home footer .footer__app a {
	color: inherit;
	display: flex;
	display: webkit-flex;
	align-items: center;
}
.page--home footer .footer__app .thumb {
	width: 17.5%;
	margin: 0 10px 0 0;
	overflow: hidden;
}
.page--home footer .footer__app .thumb img{
	background: url(/static/theyellowmonkey/fanclub_v2/feature/appli/ph_homeicon.png) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	width: 100%;
	height: 100%;
	border-radius: 8px;
}
.page--home footer .footer__app .tit {font-size: 13px; line-height: 1.4;}
.page--home footer .block--member {background:#efeee8;}
.page--home footer .block--member .nav-tit {
	width: 40%;
	line-height: 0;
	margin: 0 0 12px;
}
.page--home footer .block--member .nav-tit a {
	display: block;
}
.page--home footer .block--member .nav-tit svg * {fill: #888886;}
.page--home footer .nav__item--fc-news {display: none;}
.page--home footer .footer__nav li { width: 50%; float: left; }
.page--home footer .footer__nav a {
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: inherit;
}
.page--home footer .footer__nav li.nav__item--appli {display: none;}
.page--home footer .nav--footer-login{margin: 0 0 16px;}
.page--home footer .nav--footer-login li{
	display: inline-block;
		margin: 0 20px 0 0;
	position: relative;
}
.page--home footer .nav--footer-login li:not(:last-child)::after{
	content: '';
	display: inline-block;
	width: 1px;
	height: 10px;
	transform: rotate(35deg);
	position: relative;
	background: #888886;
	opacity: 0.8;
	left: 10px;
	top: 1px;
}
.page--home footer .nav--footer-login li a {font-size: 12px; color: inherit;}
.page--home footer .nav--support li{
	float: none;
	width: 100%;
	margin: 0 0 12px;
}
.page--home footer .nav--support a{font-size: 12px; line-height: 1.5;}
.page--home footer .copyright {padding-top: 0; padding-bottom: 0;}
footer .nav--social {
	text-align: center;
	padding: 30px 0 20px;
}
footer .nav--social li {
	display: inline-block;
	margin: 0 10px;
}
footer .nav--social li a{font-size: 20px; color: inherit;}
footer .nav--social li.icon--line {
	position: relative;
	top: 4px;
}
footer .nav--social li .sns-tiktok {
    position: relative;
    top: 2px;
}
footer .nav--social li svg.sns-tiktok {fill: #888886;}
footer .nav--social li.icon--line svg {fill: #888886;}
footer .nav--language { text-align: center; padding: 0 0 30px; }
footer .nav--language li { display: inline-block; }
footer .nav--language label {
	display: block;
	width: 30px;
	font-size: 11px;
	line-height: 28px;
	margin: 0 2px;
}
footer .nav--language label input {display: none;}
footer .nav--language .current label { border: 1px solid rgba(150,150,150,0.3); }



/* detail共通
============================== */
.section--detail .txt { margin: 0 0 30px; line-height: 1.8em;}
.section--detail .tit {
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 1.6;
}
.section--detail .date:not(.date--event) {
	padding: 0 0 25px;
	margin: 0 0 25px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.section--detail .date--event {margin: 0 0 5px; font-size: 18px;}
.section--detail .date--event .week { font-size: 12px; margin-left: 4px;}
.section--detail .category {
	width: auto;
	padding: 0 20px;
	position: relative;
	top: -10px;
}

/* information
============================== */
.page--information .section--detail .txt .ph {margin-bottom: 10px;}
/* share */
.block--share {
	float: right;
	line-height: 1;
	position: relative;
	z-index: 1;
	opacity: 0.5;
}
.block--share::before {
	content: 'SHARE :';
	position: relative;
	top: -4px;
	font-size: 12px;
	left: 24px;
}
.block--share li { display: inline-block; width: 22px;}
.block--share li.lineIco {margin-left: 5px;}
.block--share a {
	display: block;
	width: 25px;
	height: 18px;
	font-size: 16px;
	text-align: center;
	line-height: 20px;
	position: relative;
	text-decoration: none;
	color: #222;
}
.block--share svg {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 4px;
}
.block--share path { fill: #222; }
.block--share .fa {
	width: 30px;
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 0;
}

/* schedule
------------------------------ */
.page--schedule .wrap {padding: 56px 0 0 ;}
.page--schedule section {padding: 45px 5% 0;}
.page--schedule .section-tit {display: none;}
.page--schedule .list--information {margin: 0 -5.5%;}
.page--schedule .block--month {margin: 0 0 30px;}
.page--schedule .list--information + .block--month {margin-top: 30px;}
.page--schedule .block--month .tit{
	margin: -0.25em 0 20px;
	font-weight: 300;
	font-size: 40px;
	line-height: 1;
	text-align: center;
}
.page--schedule .block--month .tit span {
	margin-left: 10px;
	padding-left: 18px;
	font-size: 0.6em;
	position: relative;
}
.page--schedule .block--month .tit span::before {
	content: '';
	width: 6px;
	height: 1px;
	background: #222;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 3px;
}
.page--schedule .month-pager {text-align: center;}
.page--schedule .month-pager li{display: inline-block; margin: 0 2px;}
.page--schedule .month-pager li a{
	display: block;
	text-decoration: none;
	font-size: 14px;
	color: inherit;
}
.page--schedule .month-pager li:first-child a:after{
	content: '|';
	margin: 0 0.3em 0 1em;
	color: rgba(0,0,0,0.3);
}
.page--schedule .month-pager li:first-child a:before,
.page--schedule .month-pager li:last-child a:after {
	content: '';
	height: 10px;
	width: 32px;
	background: no-repeat center url(/static/theyellowmonkey/fanclub_v2/common/chevron.png);
	background-size: 11px 9px;
	display: inline-block;
	position: relative;
}
.page--schedule .month-pager li:first-child a:before {
	transform: rotate(-180deg);
	top: 1px;
	left: -1px;
}
/* 絞込 */
.block--narrowing {
	margin: 0 auto 30px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	border: 1px solid rgba(150,150,150,0.3);
	position: relative;
}
.block--narrowing:not(.open) {box-shadow: none;}
.open.block--narrowing{ background: #f8f7f5; border-color: transparent;}
.block--narrowing dt {text-align: center; padding: 18px; letter-spacing: 0.025em;}
.block--narrowing:before,
.block--narrowing:after {
	content:'';
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 28px;
	width: 14px;
	height: 1px;
	background-color: #222;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.block--narrowing:before{ -webkit-transform: rotate(-90deg); transform:rotate(-90deg); }
.block--narrowing:after{ -webkit-transform: rotate(0deg); transform: rotate(0deg);}
.open.block--narrowing:before{ -webkit-transform: rotate(-45deg); transform:rotate(-45deg); }
.open.block--narrowing:after{ -webkit-transform: rotate(45deg);transform: rotate(45deg);}
.block--narrowing dd {display: none;padding: 0 18px 8px;}
.block--narrowing li {
	float: left;
	width: 31%;
	margin: 0 3% 10px 0;
}
.block--narrowing li:nth-child(3n) {margin-right:0;}
.block--narrowing li label { color: #efeeea; }
.block--narrowing li input[type="checkbox"] {display: none;}
.block--narrowing li label .category{
	width: 100%;
	padding: 8px 10px;
	font-size: 11px;
	line-height: 1;
	border-radius: 20px;
	border: 1px solid;
}
.block--narrowing li input[type="checkbox"]:not(:checked) + .category {
	background: transparent;
	border-color: rgba(0,0,0,0.2);
	color: #222;
}
/*  page--soloproject
------------------------------ */

.page--soloproject .section-tit{
	letter-spacing: .05em;
}
.page--soloproject .section--detail .txt .ph img{max-height: 100%;}
.page--soloproject .form__select{position: relative; width: 80%; margin: 0 auto 40px;}
.page--soloproject .form__select select{
	outline: none;
    cursor: pointer;
    width: 100%;
    height: 40px;
    padding: 0 5%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    border: none;
    background: #fff;
    color: #222;
    font-size: 15px;
    line-height: 40px;
    text-align: left;
    -webkit-appearance: none;
    border: 1px solid #222;
	font-size: 15px;
	font-family: 'Cormorant Garamond',sans-serif;
	font-weight: bold;
	border-radius: 0;
}
.page--soloproject .form__select::before{
	content: "";
    display: inline-block;
    width: .6em;
    height: .6em;
    border: 1px solid #222;
    border-top: none;
    border-right: none;
    margin: -0.25em 0 0;
    position: absolute;
    right: .6em;
    top: 50%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    z-index: 2;
}
.page--soloproject .block--link{
	background: #F8F7F5;
	border: 1px solid #B4AD7E;
	padding: 20px 4%;
	margin: 0 0 40px;
}
.page--soloproject .block--link .txt{
	font-size: 13px;
	letter-spacing: .05em;
	margin: 0 0 20px;
}
.page--soloproject .block--link .list--link{
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.page--soloproject .block--link .list--link li{
	width: 38vw;
}
.page--soloproject .block--link .list--link li:nth-child(1),
.page--soloproject .block--link .list--link li:nth-child(2){margin-bottom: 10px;}
.page--soloproject .block--link .list--link li:nth-child(2n){margin-right: 0;}
.page--soloproject .block--link .list--link li a{
	font-family: YakuHanJP, 'Cormorant Garamond',sans-serif;
	font-weight: bold;
	color: #222;
	text-decoration: none;
	position: relative;
	font-size: 14px;
	padding-right: 6px;
}
.page--soloproject .block--link .list--link li a::before{
	content: "";
    display: inline-block;
    width: .45em;
    height: .45em;
    border: 1px solid #222;
    border-top: none;
    border-right: none;
    margin: -0.25em 0 0;
    position: absolute;
    right: 1px;
    top: 13px;
    transform: rotate(-135deg);
    z-index: 2;
	transition: transform .3s;
}
.page--soloproject .list--information li a{
	padding: 9px 5% 1em;
}
.page--soloproject .list--information li a .name{
    margin: 0 10px 8px -5vw;
	font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    letter-spacing: 0.1em;
	display: inline-block;
    font-size: 12px;
    padding: 1px 2vw;
    width: 9.5em;
    text-align: center;
}
.page--soloproject .list--information li.lovin a .name{background: #B68CD1;}
.page--soloproject .list--information li.emma a .name{background: #98AFE2;}
.page--soloproject .list--information li.heesey a .name{background: #D8C69E;}
.page--soloproject .list--information li.annie a .name{background: #AECEAE;}
.page--soloproject .list--information li a .date{margin: 0 0 5px;}

.page--soloproject .section--detail .name{
	width: auto;
    padding: 1px 5vw;
    position: relative;
    top: -10px;
	font-family: 'Cormorant Garamond', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
	display: inline-block;
}
.page--soloproject .section--detail.lovin .name{background: #B68CD1;}
.page--soloproject .section--detail.emma .name{background: #98AFE2;}
.page--soloproject .section--detail.heesey .name{background: #D8C69E;}
.page--soloproject .section--detail.annie .name{background: #AECEAE;}
.page--soloproject .iframe-wrap,.page--soloproject .ph{margin: 10px 0;}


/* TYMS MOMENT
============================== */

.page--moment .inview .moment--nav {
    opacity: 1;
    top: 0;
}

.page--moment .moment--nav {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
    opacity: 0;
    position: relative;
    top: 40px;
    transition: all .5s ease .15s;
}

.page--moment .moment--nav > li {
    width: 50%;
    text-align: center;
}

.page--moment .moment--nav > li a {
    display: block;
    text-decoration: none;
    font-family: YakuHanJP, 'Cormorant Garamond', sans-serif;
    font-weight: 600;
    color: #444;
    border-bottom: 1px solid;
    font-size: 1.1em;
    padding-bottom: 0.5em;
}

.page--moment .moment--nav > li:not(.current) a {
    opacity: 0.3;
}
.page--moment .moment--nav > li.current a {
    pointer-events: none;
}

.page--moment .list--base {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    opacity: 0;
    position: relative;
    top: 40px;
    transition: all .5s ease .15s;
}
.page--moment .inview .list--base {
    opacity: 1;
    top: 0;
}


.page--moment .list--base > li {
    width: calc(100% / 3 - 2px);
    border: 1px solid #bebebe;
}
.page--moment .list--base > li.annie {
    border: 1px solid #AECEAE;
}
.page--moment .list--base > li.heesey {
    border: 1px solid #D8C69E;
}
.page--moment .list--base > li.emma {
    border: 1px solid #98AFE2;
}
.page--moment .list--base > li.lovin {
    border: 1px solid #B68CD1;
}

.page--moment .list--base > li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.page--moment .list--base > li a .thumb .blur {
    z-index: 1;
}
.page--moment .list--base > li a .thumb.loggedin .blur {
    z-index: -1;
}

.page--moment .list--base > li a .thumb:not(.loggedin)::before {
    content: 'MEMBER ONLY';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8em;
    font-family: 'Cormorant Garamond', sans-serif;
    text-shadow: 0 0 12px #000000b8;
    background: #0000002b;
}

.page--moment .list--base > li.new a::before {
    content: 'NEW';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    font-family: YakuHanJP, 'Cormorant Garamond',sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 0.8em;
    color: #ffffff;
    display: inline-block;
    background: #b4ad7e;
    padding: 0.2em 0.6em 0.4em;
}

.page--moment .list--base > li a .list__txt {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #0000007d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    opacity: 0;
    font-size: 1.4em;
    display: none;
}

.page--moment .list--base > li a:hover .list__txt {
    opacity: 1;
}

.page--moment .new:not(.pick-up) .date:not(.date--event)::after {
    display: none;
}

.page--moment .list--base > li a .name {
    font-family: 'Cormorant Garamond', sans-serif;
    font-weight: 600;
    line-height: 1;
}

.page--moment .list--base > li .thumb img {
    aspect-ratio: 1/1;
    width: 100%;
    background: no-repeat center;
    background-size: cover;
    background-color: rgba(62, 60, 47, 0.15);
    background-image: url(/static/theyellowmonkey/fanclub_v2/common/thumb_logo.png);
    position: relative;
}

.page--moment .tit_wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    align-items: flex-end;
}

.page--moment .tit_wrap .date {
    border: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
}

.page--moment .tit_wrap .tit {
    margin: 0;
    font-size: 14px;
    width: 75%;
    line-height: 1.6;
}

.page--moment .icon--like #heart {
    font-size: 20px;
    color: #cacaca;
    transition: 0.2s;
}
.page--moment .icon--like #heart.clicked {
    color: #d894b5;
}

.page--moment .section--detail .txt {
    margin-bottom: 10px;
}

.page--moment .btn_top {
    text-align: center;
    margin-top: 1.5rem;
}

.page--moment .btn_top a {
    display: inline-block;
    text-decoration: none;
    font-family: 'Cormorant Garamond', sans-serif;
    font-weight: 600;
    color: #222;
    border: 1px solid;
    padding: 0.75em 1.5em;
    font-size: 0.9em;
}


/*  blog
------------------------------ */
.page--blog .section--detail .block--pager { position: static; padding-left: 0; padding-right: 0;}
.page--blog .section--detail .block--pager li {width: 50%;}
.page--blog .section--detail .block--pager li.pager__item--older {float: right;}
.page--blog .section--detail .block--pager + .detail__btn {
	margin: 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 20px;
}
.page--blog .section--comment.input { padding: 0;}
.page--blog.staff-blog .section--detail .block--pager .detail__btn.member { display: none;}
.page--blog.staff-blog .section--detail .area--paging + .detail__btn {
	margin: 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 20px;
}
.page--blog.staff_blog .wrap{
	padding-bottom: 180px!important;
}
.page--blog.staff_blog .section--list .mainBtn{
	margin: 40px;
	font-family: YakuHanJP, 'Cormorant Garamond',sans-seri;
}
.page--blog .block--player {
	position: relative;
	height: 0;
	margin: 1em 0;
	padding-top: 56.25%;
	background: #222;
	line-height: 0;
}
.page--blog .block--player .ulizahtml5 {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}
.page--blog video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.page--blog .ph img{
	max-width: 100%;
	max-height: unset;
}
/*  memberblog  */
.page--blog.member-blog { position: relative; height: 100%;}
.page--blog.member-blog .wrap { overflow: hidden; padding-top: 20px!important; padding-bottom: 40px!important;}
.page--blog.member-blog .site-link { text-align: center; padding-top: 40px;}
.page--blog.member-blog .site-link a { display: inline-block; width: 80px;}
.page--blog.member-blog .site-link a svg { fill: #252323;}
.page--blog.member-blog header,.page--blog.member-blog footer{ display: none;}
.page--blog.member-blog .section--detail,.page--blog.member-blog .section--list{ padding: 30px 0 0;}
.page--blog.category-128 .section--list .list--information { margin: 0; box-shadow: none;}
.page--blog.category-128 .section--list .list--information li { margin: 0;}
.page--blog.category-128 .section--list .list--information li a {
	border-bottom: 1px solid #d2caabb5;
	background: #f8f7f5;
	padding: 30px 5%;
}
.page--blog.category-128 .section--list .list--information li:first-child a { border-top: 1px solid #d2caabb5;}
.page--blog.category-128 .section--list .list--information li a .category {
	background: transparent;
	float: none;
	margin-left: 5px;
	color: #9e9241;
	width: auto;
	padding: 0;
	font-size: 14px;
}
.page--blog.category-128 .section--list .list--information li a .tit { margin: 0;}
.page--blog.category-128 .section--list .list--information li a .date { margin: 0 0 10px;}
.page--blog.category-128 .section--list .list--information li a .date,.page--blog.category-128 .section--list .list--information li a .category,.page--blog.category-128 .section--list .list--information li a .date:after,.page--blog.member-blog .block--blog-text .date,.page--blog.member-blog .section--detail .block--pager li a,.page--blog.member-blog .section--detail .block--pager li span,
.page--blog.member-blog .section--detail .area--paging .detail__btn a:after,.page--blog.member-blog .section--comment .commentList li .date{
  font-family: 'Abel', sans-serif;
}
.page--blog.member-blog .section--detail .block--detail {
	border-top: 1px solid #d2caabb5;
	border-bottom: 1px solid #d2caabb5;
	background: #f8f7f5;
}
.page--blog.member-blog .block--tit .section-tit {
    text-align: center;
    margin: 0 0 35px;
    padding: 0 5%;
    font-size: 26px;
}
.page--blog.member-blog .block--tit .lead { margin: 0 0 20px;}

.page--blog.member-blog .block--blog-tit {
	border-bottom: 1px solid #d2caabb5;
	position: relative;
	padding: 0 5%;
}
.page--blog.member-blog .block--blog-tit .tit {
	margin: 0;
	padding: 30px 0;
	font-size: 16px;
	font-weight: bold;
}
.page--blog.category-128 .section--list .list--information li a .month,.page--blog.member-blog .block--blog-tit .month {
	font-family: bickham-script-pro-3, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 90px;
	line-height: 1;
	letter-spacing: 0em;
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
	right: -8%;
	top: -40px;
	padding: 0px 50px 0 50px;
	opacity: 0.5;
	color: #bb986b;
	position: absolute;
}
.page--blog.category-128 .section--list .list--information li a .month {
	right: -45px;
	left: auto;
	top: 10px;
	font-size: 60px;
}
.page--blog.category-128 .section--list .list--information li a .category,.page--blog.member-blog .block--blog-tit .category {

	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.1em;
	font-size: 16px;
	float: none;
	padding: 0;
	background: transparent;
	text-align: center;
	margin: 0;
	color: #9e9241;
	min-width: auto;
	position: absolute;
	bottom: -6px;
	right: 5%;
	top: auto;
}
.page--blog.member-blog .block--blog-text { padding: 20px 5% 40px; position: relative;}
.page--blog.member-blog .block--blog-text .date {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
	position: absolute;
	bottom: 15px;
	right: 3%;
}
.page--blog.member-blog .block--blog-text .txt { margin: 0; white-space: normal; word-break: break-word;}
.page--blog.member-blog .detail__btn.staff { display: none;}

.page--blog.member-blog .section--detail .area--paging {
	display:-webkit-box;
	display: flex;
	border-top: 1px solid #d2caabb5;
	position: relative;
}
.page--blog.member-blog .section--detail .area--paging:before {
	content: "More Article";
	font-size: 45px;
	display: block;
	position: absolute;
	top: -37px;
	left: 5%;
	font-family: bickham-script-pro-3, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #d2caabb5;
}
.page--blog.member-blog .section--detail .area--paging .detail__btn {
	margin: 0;
	border-left: 1px solid #d2caabb5;
	border-top: none;
	height: auto;
}
.page--blog.member-blog .section--detail .area--paging .detail__btn a { display: block; line-height: 40px;}
.page--blog.member-blog .section--detail .area--paging .detail__btn a:before { display: none;}
.page--blog.member-blog .section--detail .area--paging .detail__btn a:after{
	content: 'Back to TYMS DIARY';
	font-size: 14px;
    width: 100px;
    line-height: 1.4;
}
.page--blog.member-blog .section--detail .area--paging .block--pager {
	margin: 0;
	padding: 20px 0;
	bottom: 0;
	width: 100%;
	position: relative;
	display:-webkit-box;
	display: flex;
}
.page--blog.member-blog .section--detail .area--paging .block--pager li {
	width : 33.33333% ;
	width : -webkit-calc(100% / 3);
	width : calc(100% / 3);
}
.page--blog.member-blog .section--detail .area--paging .block--pager li a { height: 40px; line-height: 40px;}
.page--blog.member-blog .section--detail .area--paging .block--pager li.pager__item--newer,.page--blog.member-blog .section--detail .area--paging .block--pager li.pager__item--older {
	position: relative;
	top: 0;
	margin: 0;
	height: auto;
	float: none;
}
.page--blog.member-blog .section--detail .area--paging .block--pager li.pager__item--older { border-left: 1px solid #d2caabb5;}
.page--blog.member-blog .section--detail .area--paging .block--pager li.pager__item--newer a,
.page--blog.member-blog .section--detail .area--paging .block--pager li.pager__item--newer span,
.page--blog.member-blog .section--detail .area--paging .block--pager li.pager__item--older a,
.page--blog.member-blog .section--detail .area--paging .block--pager li.pager__item--older span{ height: auto; line-height: 40px; text-align: center;}
.page--blog.member-blog .section--detail .area--paging .block--pager:before { content: none;}
.page--blog.member-blog .section--detail .area--paging .block--pager li.pager__item--newer span::after { content: 'NEWER';}
.page--blog.member-blog .section--detail .area--paging .block--pager li.pager__item--older span::before { content: 'OLDER';}
.page--blog.member-blog .section--detail .area--paging .block--pager li.pager__item--newer span::after,.page--blog.member-blog .section--detail .block--pager li.pager__item--older span::before {
	opacity: 0.5;
	font-size: 14px;
	position: relative;
}
.page--blog.member-blog .section--detail .block--pager li.pager__item--newer a::after,
.page--blog.member-blog .section--detail .block--pager li.pager__item--newer span::after,
.page--blog.member-blog .section--detail .block--pager li.pager__item--older a::after,
.page--blog.member-blog .section--detail .block--pager li.pager__item--older a::before { top: 0;}
.page--blog.member-blog .section--detail .block--pager li.pager__item--older a::after,.page--blog.member-blog .section--detail .block--pager li.pager__item--newer a::before{ display: none;}
.page--blog.member-blog .section--comment.input {
	background: #f8f7f5;
	border-bottom: 1px solid #d2caabb5;
}
.page--blog.member-blog .section--comment .txt { margin: 0 0 20px;}
.page--blog.member-blog .section--comment .block--pager { bottom: 135px;}
.page--blog.member-blog .section--comment .block--form { padding: 30px 5% 0; margin: 0 0 50px;}
.page--blog.member-blog .section--comment .block--form .area--tit {
	font-size: 45px;
	display: block;
	font-family: bickham-script-pro-3, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #d2caabb5;
	line-height: 1;
}
.page--blog.member-blog .section--comment .form--base { margin: 0 0 20px;}
.page--blog.member-blog .section--comment .form--base dt { margin: 0 0 5px; font-size: 10px;}
.page--blog.member-blog .section--comment .form--base dd { margin: 0 0 15px;}
.page--blog.member-blog .section--comment .form--post textarea { height: 10em; background: #fff;}
.page--blog.member-blog .section--comment .commentList { margin: 0 0 100px;}
.page--blog.member-blog .section--comment .commentList li {
  padding: 20px 5%;
  background: #f8f7f5;
  border-bottom: 1px solid #d2caabb5;
}
.page--blog.member-blog .section--comment .commentList li:first-child { border-top: 1px solid #d2caabb5;}
.page--blog.member-blog .section--comment .commentList li .date { text-align: right; margin-top: 15px;}
.page--blog.member-blog .section--comment .commentList li .name { font-size: 12px; margin: 0 0 15px; color: #9e9241;}


/*  movie
------------------------------ */
.page--movie video{ width: 100%; margin: 0 0 30px; }
.page--movie .section--detail .block--player > .ph {display: none;}
.page--movie .section--detail .tit--small {font-size: 18px;}
.page--movie .section--detail .list--step li > .tit {font-size: 16px;}
.page--movie .list--step .ph {display: none;}
.page--movie .btn__link { display: block; margin: 20px 0 0;}

.page--movie-top .list--card .tit {
	font-family: 'Cormorant Garamond', sans-serif;
	font-weight: 600;
	letter-spacing: 0.075em;
	font-size: 18px;
	padding-bottom: 10px;
	padding-top: 1em;
}
.page--movie .block--player video{box-shadow: 0 4px 20px -10px rgba(0,0,0,0.2); background: #222;}
.page--movie.category-1001 section .date + .btn a{font-size: 13px;}


/*  discography & lyrics list
------------------------------ */
.list--disco {
	display: flex;
	display: webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list--disco li {
	float: left;
	width: 50%;
	margin: 0 0 10px;
}
.list--disco li:nth-child(odd) {padding-right: 1%;}
.list--disco li:nth-child(even) {padding-left: 1%;}
.list--disco li a {
	height: 100%;
	display: flex;
	display: webkit-flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
}
.list--disco .thumb {height: auto;}
.list--disco span:not(.list__more) {display: block;}
.list--disco li .list__detail {height: 100%;}
.list--disco li .list__detail .tit {
	height: 100%;
	display: flex;
	display: webkit-flex;
	flex-direction: column;
}
.list--disco li .list__detail .tit {margin: 0; padding: 15px 7%; font-size: 12px;line-height: 1.6;}
.list--disco li .list__detail .category {
	background: none;
	color: inherit;
	padding: 0;
	text-align: left;
	width: auto;
	margin: 0 0 2px;
	opacity: 0.5;
}
.list--disco li .list__detail .date {margin: auto 0 0 0;padding: 10px 0 0 ; border: none;}
.list--disco li .list__detail .date:after {content:'RELEASE'; margin: 0 0 0 5px; font-size: 0.8em;}
.list--disco li .list__detail .list__more {display: none;}



/*  discography
------------------------------ */
.page--disco .list--block > li { margin: 0 0 50px;}
.page--disco .list--block .block__tit {
	font-family: 'Cormorant Garamond', sans-serif;
	font-weight: 600;
	margin: 0 0 25px;
	letter-spacing: 0.075em;
	text-align: center;
	font-size: 18px;
}
.page--disco .form__select {margin: 0 0 30px;}
.page--disco .section--detail .block--jacket { margin: 0 -5.5%;}
.page--disco .section--detail .block--jacket .slick-list {padding: 0 10%!important; overflow: visible!important;}
.page--disco .section--detail .list--jacket {margin: 0 0 30px;padding: 0;}
.page--disco .section--detail .ph {margin: 0 10px 0 0 ;}
.page--disco .section--detail .ph img:first-child {box-shadow: 0 10px 30px -10px rgba(0,0,0,0.8);}
.page--disco .section--detail li:last-child .ph {margin-right: 0;}
.page--disco .section--detail figcaption { font-size: 12px; line-height: 2; margin: 14px 0 0; }
.page--disco .section--detail .date span {margin-left: 10px; text-transform: uppercase; font-size: 0.8em;}
.page--disco .section--detail .block--comment {line-height: 1.8; margin: 0 0 40px;}
.page--disco .section--detail .block--track > li { margin: 0 0 40px;}
.page--disco .section--detail .block--track .tit { margin: 0 0 10px;margin: 0 0 10px; font-size: 18px;opacity: 0.5;}
.page--disco .section--detail .list--track { margin: 0 0 30px;}
.page--disco .section--detail .list--track li { font-size: 12px; line-height: 1.5em; margin: 0 0 10px; list-style: none; position: relative;padding-left: 2em;}
.page--disco .section--detail .list--track li span {
	width: 24px;
	opacity: 0.5;
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 0;
}
.page--disco .section--detail .list--track li a {display: block; }
.page--disco .section--detail .list--track li .tieup { margin-top: 2px; font-size: 10px; padding-left: 21px; }
.page--disco .section--detail .ph img:first-child {max-height: 300px; margin:0 auto;}


/* lyrics
============================== */
.page--lyrics .block--search { margin-bottom: 20px;}
.page--lyrics .block--search .form__selectbox {width: 100%; margin: 0 0 10px;}
.page--lyrics .block--search .form__selectbox select {width: 100%;}
.page--lyrics .block--search input[type="text"] { margin: 0 0 10px; width: 100%;}
.page--lyrics .block--category {box-shadow: none; margin: -20px -5.5% 20px;}
.page--lyrics .block--category li span {
	display: block;
	border: 1px solid transparent;
	font-family: YakuHanJP, -apple-system, Helvetica, Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','Noto Sans Japanese', "メイリオ", sans-serif;
	font-weight: 300;
	font-size: 12px;
}
.page--lyrics #panes {margin: 0 -5.5%;}
.page--lyrics #panes .pane {margin: 0 0 30px;}
.page--lyrics #panes .list--information {margin-right: 0; margin-left: 0;}
.page--lyrics .comment {
	font-family: 'Cormorant Garamond', sans-serif;
	font-weight: 600;
	font-size: 14px;
	opacity: 0.6;
}
.page--lyrics .list--information .comment { font-size: 10px; }
.page--lyrics .comment span { font-size: 20px; margin: 0 5px 0 0;}
.page--lyrics .section--detail .block--search,
.page--lyrics .section--detail .section-tit {display: none;}
.page--lyrics .section--detail .center {text-align: left!important;}
body.page--lyrics .list--thumb {margin: 0 0 10px; }
.page--lyrics .block--lyrics {
	background: #F8F7F5;
	position: relative;
		padding: 30px 50px;
	padding: 30px 5.5vw;
}
.page--lyrics .block--lyrics .dummy{position: absolute; width: 100%; height: 100%; top: 0; left: 0;}
.page--lyrics .block--lyrics .tit {margin: 0 0 15px;}
.page--lyrics .block--lyrics .credit {font-size: 11px;margin: 0 0 30px;}
.page--lyrics .block--lyrics .txt {letter-spacing: 0; margin: 0;}
.page--lyrics .block--lyrics-tit { margin: 0 0 30px;}
.page--lyrics .block--lyrics-tit .tit{margin: 0 0 10px;}
.page--lyrics .block--lyrics-tit .credit {font-size: 12px;}

.page--lyrics .section--detail .list--information li{ padding: 1em 5%;}
.page--lyrics .section--detail .list--information li .tit{ font-size: 16px; margin: 0 0 5px;}
.page--lyrics .section--detail .list--information li .name{
	font-size: 10px;
	opacity: 0.6;
	line-height: 1;
	margin: 0 0 15px;
}
.page--lyrics .section--detail .list--information li .date{ border: none; padding: 0; margin: 0; opacity: 1;}
.page--lyrics .section--detail .list--information li .txt{  margin: 0; font-size: 12px;}
.page--lyrics .block--pager {position: static;}
.page--lyrics .section--detail .block--pager {margin: 0 -5.5%;}
.page--lyrics .section--list .block--pager .pager__item--older a:before {content:'NEXT';}
.page--lyrics .section--list .block--pager .pager__item--newer a:after { content: 'PREV';}


/*  check-in
============================== */
.page--check-in .point{
	font-family: 'PT Serif', serif;
	color: #888465;
	font-weight: bold;
	font-size: 3em;
	margin: 0 0 0 10px;
}
.page--check-in .point::after {
	content: 'pt';
	font-size: .55em;
	margin-left: .2em;
}
.page--check-in .txt--link a {text-decoration: none;}


/*  faq
============================== */
.page--faq .section--base {
	padding-right: 6%;
	padding-left: 6%;
}
.page--faq .section-tit + p {
	margin: 0 0 20px;
	line-height: 1.8;
}
.page--faq .tit--category {
	color: inherit;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
	margin: 0 0 25px;
	letter-spacing: 0.05em;
	text-align: center;
}
.page--faq .list--faq {margin: 0 0 60px;}
.page--faq .list--faq li {margin: 0 0 10px;}
.page--faq .list--faq li:last-child {margin-bottom: 0;}
.page--faq .list--faq a {
	display: block;
	color: inherit;
	position: relative;
	text-decoration: none;
	padding: 10px 0;
}
.page--faq .list--faq .tit {
	padding: 0 0 0 45px;
	font-size: 13px;
	margin: 0;
}
.page--faq .icon--q,
.page--faq .icon--a {
	float: left;
	width: 30px;
	height: 30px;
	line-height: 26px;
	font-family: 'Cormorant Garamond', sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	position: relative;
	top: -2px;
	border: 1px solid rgba(0,0,0,0.2);
}
.page--faq .icon--q {}
.page--faq .icon--a { color: #f12e5c; border-color: rgba(241, 46, 92, 0.4);}
.page--faq .block--contact .fa {
  display: none;
}
.page--faq .block--faq-detail {
	margin: 0 0 60px;
	padding: 20px 14px;
	background: #F8F7F5;
}
.page--faq .block--faq-detail dt {
  margin: 0 0 15px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  padding: 0 0 15px;
}
.page--faq .block--faq-detail .txt {
	padding: 0 0 0 45px;
	font-size: 13px;
	margin: 0;
}
.page--faq .block--faq-detail dt .tit {font-size: 16px;padding: 0 0 0 45px; margin: 0;}
.page--faq .block--faq-detail + .tit--category {font-size: 16px;}
.page--faq .section--detail .tit--category:first-of-type {
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #666;
	margin: 0 0 15px;
	text-align: left;
}
.page--faq .block--contact { text-align: center; }
.page--faq .block--contact .txt { margin: 0 0 25px;}
.page--faq .block--contact .contact-list li:not(:last-child) {margin: 0 0 15px;}




/* biography
============================== */
.page--biography .block--category {margin: -20px -5.5% 20px; box-shadow: none; font-size: 12px; letter-spacing: 0.025;}
.page--biography .slick--tabs {margin: 0 -5.5%!important;}
.page--biography.tab-fixed .block--category {
	position: fixed;
	z-index: 1;
	width: 100%;
	background: rgba(239, 238, 234, 0.9);
	box-shadow: 0 4px 20px -10px rgba(0,0,0,0.4);
	margin-top: 0;
}
.page--biography .block--base {padding: 0 5vw;}
.page--biography .band-name {
	line-height: 0;
	width: 70%;
	margin: 0 0 18px;
}
.page--biography .band-name svg *{ fill: #222;}
.page--biography .artist-ph {margin: 10px -5.55% 40px;}
.page--biography .artist-ph img{ max-height: unset;}
.page--biography .list--member {margin: 0 0 40px; line-height: 2em;}
.page--biography .list--member li{
	font-family: 'Cormorant Garamond', sans-serif;
	font-weight: 600;
	font-size: 12px;
}
.page--biography .block--profile .txt { line-height: 2; margin: 0 0 1.5em;}
.page--biography .biography__list > dt {
	font-size: 24px;
	opacity: 0.6;
	font-family: 'Cormorant Garamond', sans-serif;
	font-weight: 600;
	margin: 0 0 8px;
	position: relative;
}
.page--biography .biography__list > dd {
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 1.75;
}
.page--biography .block--live-history .block__tit {
	font-family: 'Cormorant Garamond', sans-serif;
	font-weight: 600;
	font-size: 30px;
	margin: 0 0 50px;
	text-align: center;
}
.page--biography .block--live-history .biography__list > dd {margin-bottom: 30px;}
.page--biography .block--live-history .inner-list dt {
	float: left;
	clear: both;
	margin-right: 15px;
	width: 5em;
}
.page--biography .block--live-history .inner-list dd { margin: 0 0 8px; overflow: hidden;}
.page--biography .block--live-history .biography__list dd > p{opacity: 0.6;}
.page--biography .block--live-history .anchor {
	position: absolute;
	left: 0;
	top: -70px;
}

/*
.page--biography .block--live-history .column--left {
	display: flex;
	display: webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 10px 0 40px;
}
.page--biography .block--live-history .column--left li{
	width: 20%;
	border-bottom: solid 2px rgb(239, 238, 234);
	border-right: solid 2px rgb(239, 238, 234);
	background: #f8f7f5;
}
.page--biography .block--live-history .column--left li a {
	text-decoration: none;
	color: inherit;
	font-family: 'Cormorant Garamond', sans-serif;
	font-weight: 600;
	font-size: 16px;
	display: block;
	text-align: center;
	line-height: 2em;
}
.page--biography .block--live-history .column--left li a:hover {
	background: #222;
	color: #efeeea;
}
.page--biography .block--live-history .column--left li.no-live a {
	pointer-events: none;
	opacity: .3;
}
*/
.page--biography .block--live-history .column--left {display: none;}
.page--biography .block--live-history .biography__list {
	margin: 0 -5.55%;
		box-shadow: 0 4px 20px -10px rgba(0,0,0,0.2);
}
.page--biography .block--live-history .biography__list > dt {
	padding: 10px 5% 15px;
	margin: 1px 0 0;
	background: #f8f7f5;
	opacity: 1;
	color: #777;
	font-size: 20px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.page--biography .block--live-history .biography__list > dt.ac-open {font-size: 32px;}
.page--biography .block--live-history .biography__list > dd {
	padding: 0 5% 10px;
	background: #f8f7f5;
	margin: 0;
}
.page--biography .block--live-history .biography__list > dt:before,
.page--biography .block--live-history .biography__list > dt:after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 5%;
	top: 28px;
	width: 12px;
	height: 1px;
	background-color: #777;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.page--biography .block--live-history .biography__list > dt:before{ -webkit-transform: rotate(-90deg); transform:rotate(-90deg); }
.page--biography .block--live-history .biography__list > dt:after{ -webkit-transform: rotate(0deg); transform: rotate(0deg);}
.page--biography .block--live-history .biography__list > dt.ac-open:before{ -webkit-transform: rotate(-45deg); transform:rotate(-45deg); }
.page--biography .block--live-history .biography__list > dt.ac-open:after{ -webkit-transform: rotate(45deg);transform: rotate(45deg);}

/*  questioonnaire
============================== */
.page--questionnaire .form--post input[type="text"],
.page--questionnaire .form--post input[type="tel"], 
.page--questionnaire .form--post input[type="email"], 
.page--questionnaire .form--post input[type="password"],
.page--questionnaire .form--post input[type="number"],
.page--questionnaire .form--post textarea, 
.page--questionnaire .form--post select,
.page--questionnaire .from--post .label--imag input{
	color: #222;
}
.page--questionnaire .form__checkbox input[type=checkbox],
.page--questionnaire .form__checkbox input[type=radio]{
    -webkit-appearance: none;
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}
.page--questionnaire .form__checkbox label,
.page--questionnaire .form__radio label{
    width: fit-content;
}
.page--questionnaire .form__checkbox label p::before {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    border: 1px solid rgba(0,0,0,1);
    margin: -0.6em 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    transition: all .3s ease;
}
.page--questionnaire .form__checkbox :checked ~ p::before {
    background: #222222;
    border: none;
}
.page--questionnaire .form__checkbox label p::after {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.4em;
    border: 2px solid #ffffff;
    border-top: none;
    border-right: none;
    margin: -0.35em 0 0;
    position: absolute;
    top: 70%;
    left: 0.2em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
}
.page--questionnaire .form__checkbox :checked ~ p::after {
    top: 50%;
    opacity: 1;
}
.page--questionnaire  [class^="form__radio"] input[type="radio"]{
    appearance: none;
}
.block--error {
  margin: 0 0 40px;
  color: #f12e5c;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.block--error li {margin: 0 0 10px;}
.block--error li:before {content: '※';}


/* TYMS MAGAZINE
============================== */
/*
.page--information.category-TYMS .list--thumb .tit {display: none;}
.page--information.category-TYMS .list--thumb .date {padding-top: 1.5em;}
*/
.page--information.category-TYMS .block--other-area{
  margin-top: 60px;
}

/*==============================
リニューアル前の記述
==============================*/
/* common */
.mainBtn {margin: 10px 0;}
.mainBtn a{
	-webkit-appearace: none;
	display: block;
	width: 100%;
	padding: 18px;
	border: 1px solid transparent;
	letter-spacing: 0.1em;
	font-size: 14px;
	background: #222;
	color: #f8f7f5;
	box-shadow: 0 10px 30px -10px rgba(0,0,0,0.8);
	text-align: center;
	text-decoration: none;
}
.contents,
.smlContent,
.section#profile {padding: 45px 5% 0!important;}
.contents .btn a{text-decoration: none;}
.thumb .dummy {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
/* thank you message用 */
body.profile h2.contTit {
	padding: 45px 5% 0;
	margin: 0 0 30px;
	font-size: 18px;
	line-height: 1.6;
}
body.profile h2.contTit + script + .section#profile {padding: 0!important; }

/* TOPに戻るボタン用 */
.tourArea { margin: 0 5%; }

/* discoコメント用 */
.discography_detail_b_banner {display: none;}
.discography_detail_b_banner p{font-size: 10px}
.discography_detail_b_banner ul{
padding:10px 0;
overflow:hidden;
}
.page--disco .block--comment .discography_detail_b_banner li{ float: left; margin: 0 10px 0 0;}
.page--disco .block--comment .discography_detail_b_banner li a {display: block; line-height: 0; height: 30px;}
.page--disco .block--comment .discography_detail_b_banner li:first-child a {
	background: #000;
	padding: 5px 18px;
	border-radius: 3px;
}
.page--disco .block--comment .discography_detail_b_banner li img{height: 100%; width: auto!important;}
.page--disco .block--comment .k_c01 {display:none;}
.page--disco .block--comment .discography_detail_b_banner p{font-size: 10px}
.page--disco .block--comment .musicLink {display: none;}

/* support */
.page--support .supportTit{
	margin-bottom:8px;
	font-weight:bold;
}
.page--support .supportTxt{ margin: 0 0 30px;}
.page--support .supportCaption{ margin-bottom:30px; }
.page--support .supportCaption li{
	margin-bottom:5px;
	/*
	padding-left:1em;
	text-indent:-1em;
	*/
}
.page--support .companyTable{ width:100%;}
.page--support .companyTable th,
.page--support .companyTable td {display: block;}
.page--support .companyTable th{
	font-weight:bold;
	margin: 0 0 8px;
}
.page--support .companyTable td{
	margin: 0 0 30px;
}

/* link */
.page--support .link_txt_b{ margin-bottom: 40px;}
.page--support .link_txt_b p {margin: 0 0 30px;}
.page--support .link_txt_b ul li {
	list-style: disc;
	margin: 0 0 10px 20px;
	font-size: 12px;
}
.page--support .top_link_txt {
	width: 100%;
	height: auto;
	border-top:1px solid rgba(0,0,0,0.2);
}
.page--support .top_link_txt dl dt {
	padding: 15px 0 0;
	margin: 0 0 2px;
}
.page--support .top_link_txt dl dd {
	font-size: 12px;
	padding: 0 0 15px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	letter-spacing: 0.1em;
}


/* entry */
.page--entry .wrap {
	background: #222;
	color: #b4ad7e;
}
.page--entry footer { background: #EFEEEA;}
.page--entry .section--detail {padding: 0;}
.page--entry .area {padding: 45px 0;}
.page--entry .area.menuArea {background: #EFEEEA; color: #222;}
.page--entry .area.detailArea {background: #d6d6cf; color: #222;}
.page--entry .area__inner {padding: 0 5%;}
.page--entry .registLogo{
	font-size: 60px;
	margin: 10px 0 40px;
	line-height: 1;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}
.page--entry .registLogo .sholder{
	font-size: 16px;
	margin: 0 0 10px;
	display: block;
}
.page--entry .registLogo img {
	width: 240px;
	position: relative;
	right: -5px;
}
.page--entry .resistTit{
	margin-bottom: 30px;
	font-size: 20px;
	text-align: center;
	line-height: 1;
	position: relative;
}

.page--entry .topArea .txt {
	font-size: 14px;
	margin: 0 0 20px;
	line-height: 1.8em;
}
.page--entry .topArea .txt:last-child {margin-bottom: 0;}
.page--entry .topArea .txt .em {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 16px;
}
.page--entry .menuArea .resistTit {
	font-family: 'Cormorant Garamond', sans-serif;
	font-weight: 600;
	font-size: 24px;
}
/*.page--entry .contBox { margin: 0 -3.5%; }*/
.page--entry .contBox > li {
	padding: 1.5em 5%;
	background: #f8f7f5;
	margin: 0 0 1em;
}
.page--entry .contBox dt{
	margin-bottom: 5px;
	font-size: 18px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.page--entry .contBox dt span.fa {
display: inline-block;
	width: 18px;
	opacity: 0.5;
	text-align: center;
	margin: 0 2px 0 0;
	font-size: 16px;
}
.page--entry .contBox dd{
	font-size:13px;
	line-height:1.8em;
}
.page--entry .contBox dd br{display: none;}
.page--entry .contBox dd span{
	font-size:12px;
}
.page--entry .contBox dd p {margin: 0 0 20px;}
.page--entry .attentionList li {
	font-size: 11px;
	margin: 0 0 4px;
	line-height: 1.4;
}
.page--entry .attentionList li:before {display: none;}
.page--entry .cont--card dt {
	position: relative;
	padding-top: 22px;
	margin: 0 0 8px;
}
.page--entry .cont--card .fa:before {
	content: "\f283";
	font-size: 14px;
}
.page--entry .cont--card dt .limited{
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
	font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, sans-serif;
	color: #f12e5c;
}
.page--entry .cont--card dd span{
	display: block;
	font-weight: bold;
}
.page--entry .cont--card .ph {
	float: left;
	width: 100px;
	margin-right: 20px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 5px 20px -5px rgba(0,0,0,0.5);
	margin-top: 8px;
}
.page--entry .cont--card .ph img {width: 100%;}
.page--entry .cont--card dd p {overflow: hidden; margin-bottom: 0;}

.page--entry .detailArea .course {
	margin: 0 0 40px;
}
.page--entry .detailArea .course .subTxt{
	display: block;
	font-size: 12px;
	margin-top: 5px;
}
.page--entry .subTit{
	font-size: 18px;
	text-align: center;
	margin: 0 0 15px;
}
.page--entry table{
	width:100%;
	background: #efeeea;
	font-size: 13px;
}
.page--entry table th,
.page--entry table td {
	display: block;
}
.page--entry table th{
	padding: 5px 15px;
	background: #afafa2;
	line-height: 1.8em;
	font-weight: normal;
}
.page--entry table td{
	padding: 10px 15px 20px;
	line-height:1.7em;
}
.page--entry table th br,
.page--entry table td br{display: none;}
.page--entry table dl{
	margin-bottom:10px;
}
.page--entry table dt{
	font-size:13px;
	margin-bottom:5px;
}
.page--entry table dd{
	margin-bottom:2px;
	line-height:1.5em;
	font-size:11px;
}
.page--entry .device {margin: 0 0 50px;}
.page--entry .device + .subTit {display: none;}
.page--entry .courseChange .mainBtn a{
	width: 90%;
	padding: 15px 20px;
	margin: 0 auto;
	line-height: 1.5em;
}
.page--entry .mainBtn{
	position:relative;
}
.page--entry .entryBox li{margin-bottom:50px;}
.page--entry .entryBox .tit{
	margin-bottom: 15px;
	background: transparent;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
}
.page--entry .entryBox p {font-size: 12px;}
.page--entry .entryBox .txt { margin: -5px 0 15px;}
.page--entry .entryArea .attentionList li {
	font-size: 12px;
	margin: 0 0 5px;
	line-height: 1.4;
}
.page--entry .entryArea .attentionList li:before {display: none;}
.page--entry .entryArea .mail {
	padding: 20px;
	border: solid 1px #FFF;
	margin: 80px 0;
}
.page--entry .entryArea .mail .mailTit {
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: transparent;
	font-size: 15px;
	border-bottom: solid 1px #FFF;
	line-height: 1.4em;
}
.page--entry .entryArea .mail .txt br{display: none;}

/* course_change */
.page--course .pageTit {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
.page--course .txtL {
	text-align: center;
	margin: 0 0 30px;
	color: #f12e5c;
	font-size: 15px;
	font-weight: bold;
}
.page--course .txt.em {
	font-size: 14px;
	line-height: 1.8;
}
.page--course .txt.em br{display: none;}
.page--course .area {margin: 0 0 60px;}
.page--course .area:last-child {margin-bottom: 0;}
.page--course .areaTit {
	margin: 0 0 30px;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	position: relative;
}
.page--course .areaTit:after {
	content: '';
	border-bottom: solid 1px #222;
	width: 5%;
	padding: 6px;
	display: block;
	margin: 0 auto;
}

.page--course #yearly table{
	width:100%;
	border:1px solid rgba(0,0,0,0.2);
	background: #F8F7F5;
	font-size: 13px;
}
.page--course #yearly table th{
	width: 30%;
	padding: 10px;
	border-right:1px solid rgba(0,0,0,0.2);
	border-bottom:1px solid rgba(0,0,0,0.2);
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	line-height: 1.8em;
	background: #e8e6e0;
}
.page--course #yearly table td{
	padding: 10px;
	border-bottom:1px solid rgba(0,0,0,0.2);
	line-height:1.7em;
}
.resistArea table dl{
	margin-bottom:10px;
}
.resistArea table dt{
	font-size:13px;
	margin-bottom:5px;
}
.resistArea table dd{
	margin-bottom:2px;
	line-height:1.5em;
	font-size:11px;
}
.page--course #yearly table td .subTxt {
	display: block;
	font-size: 12px;
	margin-top: 10px;
}
.page--course #yearly table td .list li {
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.4em;
	margin: 0 0 6px;
}
.page--course #yearly table td .list li:last-child {margin: 0;}
.page--course .attentionBox {
	line-height: 1.7;
	border-top: 1px solid;
	padding: 20px 0 0;
	margin-top: 25px;
}
.page--course .attentionBox .tit{
	font-weight: bold;
	margin: 0 0 10px;
	font-size: 14px;
}
.page--course .attentionBox .txt {margin: 0 0 10px;}
.page--course .attentionBox .sample {
	font-size: 12px;
	line-height: 1.5;
}
.page--course #change .txt.em {margin: 0 0 20px;}
.page--course #change .pattern {margin: 0 0 30px;}
.page--course #change .pattern > li {
	padding: 20px;
	background: #F8F7F5;
	margin-bottom: 20px;
}
.page--course #change .pattern li > .tit{
	margin-bottom: 18px;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	line-height: 1.6;
}
.page--course #change .pattern p.subTxt {
	line-height: 1.6em;
	margin-top: -5px;
}
.page--course #change .pattern .subTxt {margin: 0;}
.page--course #change .pattern .subTxt li {
	font-size: 12px;
	margin: 0 0 5px;
	line-height: 1.4;
	text-indent: -1em;
	padding-left: 1em;
}
.page--course #change .pattern .subTxt li:last-child {margin-bottom: 0;}

.page--course .mainBtn a { margin: 0 0 30px;}
.page--course #change .step {margin: 0 0 20px;}
.page--course #change .step li {
	margin: 0 0 10px;
	text-indent: -1.45em;
	padding-left: 1.45em;
		font-size: 13px;
	line-height: 1.8;
}
.page--course #change .step li .txt{margin: 0 0 10px;}
.page--course #change .step li .txt + .btn {margin-top: 20px;}
.page--course a.txtLink {text-decoration: underline;}
.page--course a.txtLink:hover {text-decoration: none;}
.page--course #change .numb {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-right: 10px;
}


/*==============================
 TYMS MUSIC
==============================*/
.page--music .lead{ line-height:1.8em; margin: 0 0 1em;}
.page--music .lead + .mainBtn {margin-top: 30px;}
.page--music .musicList{margin: 30px 0;}
.page--music .musicList li{
	margin-bottom:5px;
	padding-left:1em;
	text-indent:-1em;
	font-size:13px;
	line-height:1.5em;
	font-weight:bold;
}
.page--music .capsTit{
	display: block;
	width: 80%;
	padding: 15px 0;
	border: solid 1px;
	margin: 0 auto 30px;
	text-align: center;
	position: relative;
	border: 1px solid rgba(150,150,150,0.3);
}
.page--music .capsTit:after {
	content: '';
	background: url(/static/theyellowmonkey/fanclub_v2/common/chevron.png) no-repeat center center;
	background-size: 11px 9px;
	width: 11px;
	height: 9px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	right: 25px;
}
.page--music .open:after {
	-webkit-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}
.page--music .capsTit + div {display:none;}
.page--music .musicTable{
	width:100%;
	border: 1px solid rgba(0,0,0,0.2);
	border-bottom:none;
	margin-bottom:20px;
	background: #F8F7F5;
}
.page--music .musicTable th,
.page--music .musicTable td {
	padding:10px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.page--music .musicTable th{
	width:80px;
	border-right: 1px solid rgba(0,0,0,0.2);
	font-family: 'Cormorant Garamond', sans-serif;
	font-weight: 600;
	font-size:10px;
	vertical-align:middle;
	background: #e8e6e0;
}
.page--music .musicTable td{
	background: #F8F7F5;
	font-size:12px;
	line-height:1.5em;
}
.page--music .musicTable td .new {
	color: #f12e5c;
	margin: 0 0 0 10px;
}
.page--music .musicCaps {margin: 10px 0 0;}
.page--music .musicCaps li{
	font-size:11px;
	margin-bottom:5px;
	line-height:1.5em;
	text-indent:-1em;
	padding-left:1em;
}
.page--music .musicCaps li:nth-last-child(2){ text-indent:0;}
.page--music .capTit{ margin-bottom:15px; font-weight:bold;}
.page--music .capBox {
	margin: 30px 0 0 ;
	border-top: 1px solid rgba(0,0,0,0.2);
	padding: 30px 0 0;
}
.page--music .capBox dl{ margin-bottom:20px; font-size:11px;}
.page--music .capBox dt{ margin-bottom:10px; font-weight:bold;}
.page--music .capBox dd{ margin-bottom:10px; }
.page--music .capBox dd span { display: inline-block; margin: 0 0 4px;}
.page--music .capBox ul li{ font-size:11px; margin-bottom:2px;}
.page--music .smlTxt{ font-size:11px; line-height:1.4em;}


/* 使い方ページ */
.page--music-help .musicList {margin: 0 0 60px;}
.page--music-help .musicList li {
	margin: 0 0 10px;
	text-indent: -1.1em;
	padding-left: 1.1em;
}
.page--music-help .list__tit {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
	margin: 0 0 15px;
	letter-spacing: 0.05em;
	border-left: 1px solid #b4ad7e;
	padding: 10px 0 10px 15px;
}
.page--music-help .useTxx li{
	margin-bottom:10px;
	line-height:1.5em;
}
.page--music-help .block--step:not(:last-of-type) {margin: 0 0 60px;}
.page--music-help .list--step .tit span{font-size: 16px;}
.page--music-help .list--step .tit span > span {font-size: 1.5em;}
.page--music-help .list--step .txt:last-of-type {margin: 0;}
.page--music-help .list--step .txt {margin-bottom: 20px;}
.page--music-help .useTxx li span{
	display:block;
	font-size:14px;
	font-weight:bold;
	padding-bottom:3px;
}
.page--music-help .stepImg{
	padding-bottom:8px;
	text-align:center;
}
.page--music-help .stepImg img{
	width:80% !important;
	border:solid 3px #CCC;
}
.page--music-help .stepBox h4{
	border-bottom: 1px solid rgba(0,0,0,0.2);
	margin: 30px 0 20px;
	padding: 0 0 8px;
	font-weight: bold;
}
.page--music-help .stepBox{margin-bottom:20px;}
.page--music-help .checkMusic{
	margin-bottom:20px;
	padding:15px;
	border:solid 1px #F00;
}
.page--music-help .contentsList {
	background: white;
	border:none;
	padding: 0 0 0 4%;
	margin: 0 0 15px;
}
.page--music-help .contentsList li .fa {
	display: block;
	width: 40px;
	height: 56px;
	color: #CCC;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	line-height: 56px;
	margin: -28px 0 0;
	position: absolute;
	right: 0;
	top: 50%;
	color: #0695C9;
}
.page--music-help .contentsList li:first-child{border:none;}
.page--music-help .contentsList li a{
	padding: 5% 0;
	color:#000;
	font-size:14px;
	font-weight:bold;
	border:none;
	background:#FFF;
	display:block;
	width:100%;
	text-align:left;
}




/* moviePopup
============================== */
#moviePopup {
	display: none;
	width: 100%;
	height: 100%;
	background: #222;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}
#moviePopup #close {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 999;
	cursor: pointer;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	border: 1px solid transparent;
	border-radius: 100px;
}
#moviePopup #close:before,
#moviePopup #close:after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 4px;
	top: 23px;
	width: 40px;
	height: 2px;
	background-color: #efeeea;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	box-shadow: 0 0 30px rgba(0,0,0,0.5);
}
#moviePopup #close:before{ -webkit-transform: rotate(-45deg); transform:rotate(-45deg); }
#moviePopup #close:after{ -webkit-transform: rotate(45deg);transform: rotate(45deg);}
#moviePopup #inner {
	width: 100%;
	height: 50%;
	top: 25%;
	position: relative;
	z-index: 99;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#moviePopup #inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* フォトログ */
#bbs.photoLog .contents{padding: 25px 5% 0 !important;}
#bbs.photoLog  h2.titMain{
  padding: 0 0 20px;
  line-height: 0;
}
#bbs.photoLog a {text-decoration: none;}

#bbs.photoLog #bbsInfo .lead{
  font-weight: bold;
  padding: 0 0 20px;
}
#bbs.photoLog .text, #bbs.photoLog .text p{padding:0 0 10px;}
#bbs.photoLog #bbsInfo{padding: 0 0 40px;}
#bbs.photoLog #bbsInfo .notice li{
  font-size: 13px;
  line-height: 1.3;
  text-indent: -1em;
  padding: 0 0 5px 1em;
}

#bbs.photoLog .bbsList li{
  margin: 0 0 30px;
}
#bbs.photoLog .bbsList li a {
  position: relative;
  top: 0;
	height: 100%;
	padding:15px;
	display: block;
  color:#222;
	line-height: 1.8;
  background: #f8f7f5;
}
#bbs.photoLog .bbsList li a p:not(.thumb){
  margin-left: 80px;
}

#bbs.photoLog .bbsList li a .thumb{
  width: 70px;
  height: 70px;
  border-radius: 100%;
  float: left;
  background-size: contain;
  background-position: center;
}
#bbs.photoLog .bbsList li a .name{
  margin:30px 0 0;
  font-size: 12px;
}
#bbs.photoLog .bbsList li a .date {
  line-height: 1em;
  border-top: 1px solid rgba(0,0,0,0.2);
  padding: 15px 0 0;
  margin: 15px 0 0;
}

#bbs.photoLog .threadDetail .title{
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 1.75;
}
#bbs.photoLog .threadDetail .date{
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
#bbs.photoLog .threadDetail .thumb, #memberComment .name{
  float: left;
  width: 70px;
  text-align: center;
  font-size: 10px;
}
#bbs.photoLog .threadDetail .thumb, #memberComment .name .thumb{
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-size: contain;
  background-position: center;
}
#bbs.photoLog #memberComment{
  padding: 0 0 20px;
}

#bbs.photoLog .threadDetail .back{
  text-align: center;
  padding: 0 0 20px;
}
#bbs.photoLog #memberComment .text{
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding:10px 12px 12px;
  margin: 0 0 0 90px;
  border-radius: 5px;
  background: #f8f7f5;
  position: relative;
  letter-spacing: 1px;
  z-index: 1;
}
#bbs.photoLog #memberComment .text::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 15px;
  border-top: 10px solid transparent;
  border-left: 4px solid transparent;
  border-right: 20px solid #f8f7f5;
  border-bottom: 8px solid transparent;
  z-index: 1;
}
#bbs.photoLog input{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all .3s ease;
}
#bbs.photoLog a.main, #bbs.photoLog  input.main{
  display: block;
  width: 60%;
  padding: 10px 0;
  margin: 15px auto 0;
  color: #b4ad7e;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  background: #222;
}
#bbs.photoLog a.sub{
  display: block;
  width: 60%;
  padding: 10px 0;
  margin: 15px auto 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  background: #999;
}

#bbs.photoLog .threadDetail #commentArea{padding:50px 0 0;}
#bbs.photoLog .threadDetail #commentArea .commentTit{
  font-size: 20px;
  text-align: center;
  margin: 0 0 20px;
}
#bbs.photoLog .contTit{
  font-size: 16px;
  text-align: center;
  margin: 0 0 20px;
}
#bbs.photoLog .threadDetail #commentArea .commentList li{
  margin:0 0 20px;
  padding:11px 15px 14px;
  background: #f8f7f5;
}
#bbs.photoLog .threadDetail #commentArea .commentList li .name {
  margin: 10px 0 0;
  font-size: 11px;
}
#bbs.photoLog .threadDetail #commentArea .commentList li .bbs_data{
  border-top: 1px solid rgba(0,0,0,0.1);
  padding: 8px 0 0;
  margin: 10px 0 0;
  font-family: 'Cormorant Garamond', sans-serif;
  font-weight: 600;
  font-size: 14px;
}
#bbs.photoLog  #comment_form textarea{
  width: 100%;
  min-height: 150px;
  padding: 15px;
  font-size: 13px;
  border: 1px solid #aaa;
  resize: vertical;
  background: rgba(255,255,255,0.2);
}

#bbs.photoLog #comment_form .btnList{text-align:center;}
#bbs.photoLog #comment_form .btnList li{
  display:inline-block;
  padding:0 10px 20px;
  vertical-align:top;
}
#bbs.photoLog #comment_form .btnList li{
  display:block;
  padding: 0;
}

#bbs.photoLog #comment_form .commentCheck{
  background: rgba(255,255,255,0.5);
  padding: 10px 15px 12px;
  margin: 10px 0 25px;
}
#bbs.photoLog #form_box{margin:0 !important;}

.mfp-content #popup .tit{
	font-size: 18px;
	text-align: center;
	margin: 0 0 20px;
}
.mfp-content #popup{
  position: relative;
  margin: 0 auto;
  padding: 20px;
  width:90%;
  background: #d6d6cf;
}
.mfp-content #popup #namebox{
  background: rgba(255,255,255,0.3);
  padding: 8px 12px;
  margin:0 0 25px;
}

.mfp-content #popup textarea{
  width: 100%;
  min-height: 150px;
  padding: 15px;
  font-size: 13px;
  border: 1px solid #aaa;
  resize: vertical;
  background: rgba(255,255,255,0.2);
}



.threadMuseum .fa{
	display: inline;
}
.threadMuseum .txt{
	margin: 0 0 20px;
    font-size: 13px;
}
.threadMuseum .threadAttention{
    padding: 15px;
    margin: 0 0 20px;
    border: 1px solid;
}
.threadMuseum .threadAttention dt{
	font-size: 14px;
    margin: 0 0 15px;
}
.threadMuseum .threadAttention dd{
	text-indent: -18px;
    padding: 0 0 0 18px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.8em;
}
.threadMuseum .threadAttention dd:last-child{
    margin: 0;
}
.threadMuseum .linkRule{
text-align: center;
}
.threadMuseum .linkRule a{
	margin: 0 0 20px;
    display: inline-block;
    font-size: 11px;
}
.threadMuseum .linkRule a span{
    color: #d60000;
}

.threadMuseum .threadpostRule{
    text-align: center;
    font-size: 11px;
   	margin:0 0 20px;
}
.threadMuseum .threadpostRule a{
    display: inline-block;
	margin: 0;
    font-size: 11px;
}
.threadMuseum .threadpostRule a span{
    color: #d60000;
}

.threadMuseum #popup{

}
#bbs.threadMuseum #comment_form textarea {
    min-height: 80px;
}
.threadMuseum .formList{
	margin: 0 0 20px;
}
.threadMuseum .formList li{
	background: #FFF;
    padding: 15px;
    margin: 0 0 2px;
}
.threadMuseum .formList li:last-child{

}
.threadMuseum .formList li .formTit{
	font-weight: 600;
    margin: 0 0 20px;
    line-height: 1.5em;
}
.threadMuseum .formList li .formTit span{
    background: #000;
    color: #FFF;
    line-height: 1em;
    padding: 0 10px 2px;
    margin: 0 10px 0 0;
}
.threadMuseum .formList li .warn{
font-size: 12px;
    text-indent: -16px;
    padding: 0 0 0 16px;
    margin: 10px 0 0;
}
.threadMuseum #namebox{

}
.threadMuseum .attention{

}
.threadMuseum .attention li{

}
#bbs.threadMuseum .btn input{
	margin: 0 auto 0;
    width: 80%;
}











/* inview */
.page--home .section--bnr,
.section-tit,
.page--home .area--gallery .section-tit,
.page--home .list--tabs,
.list--information li,
.list--thumb li,
.page--home .list--picture li,
.page--home .list__more,
.page--home .area__tit,
.page--home .block--login,
.page--home footer > *,
.block--month,
.block--category,
body:not(.page--biography) .section--detail,
.page--biography .block--base,
.block__tit,
.list--faq,
.block--search,
.tit--category,
.page--faq .section-tit + .txt,
.section--list .no-data,
.page--soloproject .block--link,
.page--soloproject .form__select,
.page--blog.staff_blog .section--list .mainBtn{
	opacity: 0;
	position: relative;
	top: 40px;
	transition: all .5s ease .15s;
}
.page--home .section--bnr,
.page--home .area__tit { transition-duration: 1s; }

.list--thumb li,
.page--home .list--picture li { transform: scale(0.8,0.8); }

.list--information li:nth-child(1), .list--thumb li:nth-child(1) { transition-delay: 0.15s; }
.list--information li:nth-child(2), .list--thumb li:nth-child(2){ transition-delay: 0.3s; }
.list--information li:nth-child(3), .list--thumb li:nth-child(3){ transition-delay: 0.45s; }
.list--information li:nth-child(4), .list--thumb li:nth-child(4) { transition-delay: 0.6s; }
.list--information li:nth-child(5), .list--thumb li:nth-child(5){ transition-delay: 0.75s; }
.list--information li:nth-child(6), .list--thumb li:nth-child(6) { transition-delay: 0.9s; }
.list--information li:nth-child(7), .list--thumb li:nth-child(7){ transition-delay: 1.05s; }
.list--information li:nth-child(8), .list--thumb li:nth-child(8){ transition-delay: 1.2s; }
.list--information li:nth-child(9), .list--thumb li:nth-child(9){ transition-delay: 1.35s; }
.list--information li:nth-child(10), .list--thumb li:nth-child(10){ transition-delay: 1.5s; }
.list--information li:nth-child(11), .list--thumb li:nth-child(11) { transition-delay: 1.65s; }
.list--information li:nth-child(12), .list--thumb li:nth-child(12){ transition-delay: 1.8s; }
.list--information li:nth-child(12), .list--thumb li:nth-child(13) { transition-delay: 1.95s; }
.list--information li:nth-child(12), .list--thumb li:nth-child(14) { transition-delay: 2.1s; }
.list--information li:nth-child(12), .list--thumb li:nth-child(15) { transition-delay: 2.25s; }
.list--information li:nth-child(12), .list--thumb li:nth-child(16) { transition-delay: 2.4s; }
.list--information li:nth-child(12), .list--thumb li:nth-child(17) { transition-delay: 2.55s; }
.list--information li:nth-child(12), .list--thumb li:nth-child(18) { transition-delay: 2.7s; }
.list--information li:nth-child(12), .list--thumb li:nth-child(19) { transition-delay: 2.85s; }
.list--information li:nth-child(12), .list--thumb li:nth-child(20) { transition-delay: 3s; }

.page--home .section--bnr.inview,
.inview .section-tit,
.page--home .area--gallery .section-tit,
.page--home .list--tabs.inview,
.inview .list--information li,
.inview .list--thumb li,
.page--home .inview .list--picture li,
.page--home .inview .list__more,
.page--home .inview .area__tit,
.page--home .inview .block--login,
.page--home footer.inview > *,
.page--home .list--picture li.item-inview,
.inview .block--month,
.inview .block--category,
body:not(.page--biography) .inview.section--detail,
.page--biography .block-inview,
.inview .block__tit,
.inview .list--faq,
.inview .block--search,
.inview .tit--category,
.page--faq .inview .section-tit + .txt,
.section--list.inview .no-data,
.page--soloproject .block--link.inview,
.page--soloproject .form__select.inview,
.page--blog.staff_blog .section--list .mainBtn.inview
{ opacity: 1; top: 0; }
.section--list.inview .no-data {opacity: 0.5;}

.inview .list--thumb li,
.page--home .list--picture li.item-inview{ transform: scale(1,1); }




/* tablet(iPad)
=================================== */
@media screen and (min-width: 768px) {
	.page--home .section--key-visual video {height: 150%;}
	.list--base .tit {font-size: 16px;}
	.page--home .list--picture {column-count: 3;}
	.btn--base,
	.page--home .area--member .list__more a {width: 50%; margin-left: auto!important; margin-right: auto!important;}
	.drawer {padding: 10vh 8% 10vh 10%; width: 50%; box-shadow: 0 0 20px 5px rgba(0,0,0,0.2);}
	.drawer .nav--free li a, .drawer .nav--member li a {font-size: 20px;}
	.drawer .nav--login li a {font-size: 16px;}
	.drawer .nav__fc-logo a {width: 60%; margin: 0 0 20px;}
	.drawer .nav--free li, .drawer .nav--member li {float: none; width: auto;}
	.drawer li a .date {
		position: relative;
		margin: 0 0 0 10px;
		font-size: 12px;
		top: -1px;
	}
	.nav--free li > a::before,
	.nav--member li > a::before {background-size: 11px auto!important; left: -30px!important;margin-top: -2px!important;}
	header h1 img {width: 25%;}
	.section-tit {font-size:5vw; margin-bottom: 60px;}
	.section--detail .tit {font-size: 24px;}
	.section--base {padding-top: 60px;}
}

/* iPhone6 未満用
============================== */
@media screen and (max-width: 374px) {
	.drawer .nav--free li a,
	.drawer .nav--member li a {font-size: 13px;}
}


/* iOS7以下もしくはAndroid4.3以下
============================== */
/*.low-spec*/

/* Android4.3以下
============================== */
.android-os4 .list--thumb .thumb {height: 170px;}
.android-os4 .list--base .thumb .blur {display: none;}
.android-os4.page--home footer .block--member .nav-tit a svg {height: 28px;}
.android-os4 .drawer .nav__fc-logo a svg {height: 30px;}
.android-os4.page--home .area--gallery {display: none;}
.android-os4.page--home #key-visual-background--sp {display: none;}
.android-os4.page--home .section--key-visual {height: 280px; /*background: #222;*/}
.android-os4.page--home .area--free .list--tabs li,
.android-os4.page--lyrics .list--tabs li {float: left; width: 50%!important;}
.android-os4.page--home .area--member .list--tabs li,
.android-os4.page--biography .list--tabs li {float: left; width: 33%!important;}
.android-os4.page--biography .list--tabs li span{font-size: 11px!important;}
/*.android-os4.page--home header {background: #222;}*/
.android-os4.page--home .section--key-visual .logo--main {top: 190px;}
.android-os4.page--biography .block--live-history .column--left li {float: left;}
.android-os4.page--biography .block--live-history .column--right { clear: both; padding: 30px 0 0;}
.android-os4.page--biography .band-name svg {height: 13px;}

/* App
============================== */
.body--app.load-finish .section--key-visual .pick-up a{bottom: 0;}
@media screen and (max-height: 667px) {
	.body--app.load-finish .section--key-visual .pick-up a{bottom: 45px;}
}

.body--app.status--logged-in.load-finish .section--key-visual .pick-up a{bottom: 60px;}
/* チャリティー企画
============================== */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:500,700,900&display=swap');

.red {
	color: #f12e5c !important;
}

#charity{ background: #000; color:#fff; }
#kumamoto{ background: #f0cdd4; color:#444; }
#kumamotoFood{
  margin:0 0 25px;
  padding:15px 15px 2px;
  background: rgba(255,255,255,0.5);
}
#kumamotoFood .leadArea{padding: 0 0 10px;}
#kumamotoFood .leadArea p.ph {
	margin: 0 auto 10px;
	width: 70%;
	position: relative;
}
.ph::before{
  position: absolute;
  top: 0;
  left: 0;
  content: url("/static/theyellowmonkey/fanclub-pc/feature/charity2019/dummy.png");
  width: 100%;
  height: 100%;
}

#charity #kv{
  position:relative;
  height: 40vh;
  line-height: 0;
}
#kvBg{
  height:100%;
  width:100%;
}
#charity #kv li{
  position:absolute;
}
#charity #kv li.logo{
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width:40%;
  text-align: center;
}
#charity #kv li.logo img{width:100%;}
#charity #kv li.btnFksm, #charity #kv li.btnKmmt{
  height: 12vh;
}
#charity #kv li.btnFksm img, #charity #kv li.btnKmmt img{height:100%;}
#charity #kv li.btnFksm{
  left: 0;
  top: 0;
}
#charity #kv li.btnKmmt{
  right: 0;
  bottom: 0;
}
#charity h3{
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: 1.8;
  padding: 0 0 25px;
}
#charity.charityList h3{padding: 0 0 30px;}
#charity h4{
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 0 0 12px;
}
#charity section{
  padding:50px 20px;
}
#charity section#about {
  background: #333;
}
#charity.charityList section { padding: 30px 20px 50px; }
#charity.charityList section.kumamoto{
  background: #f0cdd4;
  color: #555;
}
#charity section .inner{
  font-family: 'Noto Serif JP', serif;
  font-weight:500;
}

#charity .leadTop{
  padding:0 0 28px;
  line-height: 1.9;
}
#charity .leadTop p{
  padding:0 0 12px;
}
.notice li{
  text-indent: -1em;
  padding: 0 0 5px 1em;
  font-size: 13px;
}

#charity #schedule table{
  letter-spacing: 2px;
  border: 1px solid;
  padding: 10px;
  width: 100%;
  margin: 0 0 40px;
}
#charity #schedule table tr{
  margin: 20px;
  display: block;
}
#charity #schedule table tr:not(:last-of-type){
  padding: 0 0 20px;
  border-bottom: 1px solid;
}
#charity #schedule table tr th, #charity #schedule table tr td{
  display: block;
}
#charity #schedule table tr th{
  font-size: 13px;
  letter-spacing: 5px;
  color: #eee;
  padding: 0 0 8px;
}

.cs{
  text-align: center;
  padding: 20px 0 0 2px;
  font-size: 16px;
  letter-spacing: 2px;
}
.btn.list{padding:0 0 20px;}
.btn.list a{margin:0 10px 12px;}
#kumamoto .btn.list a {
	color: #93862e;
}
#charity .categoryList{padding:0 0 20px;}
#charity .categoryList ul{
	margin: 0 0 0 -3%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#charity .categoryList ul > li{
  position: relative;
  width: 47%;
  margin: 0 0 3% 3%;
  line-height: 0;
  padding: 8px;
  background: #222;
  border:1px solid #333;
}
#charity .categoryList ul > li a{
  display: block;
  text-decoration: none;
}
#charity .categoryList ul > li a img{
  width: 100%;
  padding:0 0 8px;
}
#charity .categoryList ul > li a p{
  color:#FFF;
  font-size:13px;
  text-align:center;
  line-height: 1.4;
  letter-spacing: 2px;
}
#cboxTitle{
  color: #111 !important;
  font-size:12px;
  text-align: left !important;
}


.bold{
  font-weight: bold;
  letter-spacing: 2px;
}
.leadArea{
  padding: 0 0 30px;
}
.leadArea p{
  padding:0 0 8px;
}

.leadArea .notice li, .attend  .notice li{
  padding: 0 0 5px 1em;
  line-height: 1.5;
}
.attend .notice{
  padding:0 0 12px;
}
.attend .lead{
  padding: 0 0 10px;
  font-weight: bold;
  letter-spacing: 2px;
}
.attend .lead p{
  padding:0 0 10px;
}
.attend > dl dt{
  padding: 0 0 10px;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 15px;
}
.attend > dl dd{
  padding:0 0 10px;
}
.attend .text p{
  padding:0 0 20px;
}
.attend table{
  letter-spacing: 2px;
  border: 1px solid;
  padding: 10px;
  width: 100%;
  margin: 0 0 25px;
}
.attend table tr{
  margin: 20px;
  display: block;
}
.attend table tr:not(:last-of-type){
  padding: 0 0 20px;
  border-bottom: 1px solid;
}
#kumamoto .attend table tr{
  margin:15px 20px;
}
#kumamoto .attend table tr:not(:last-of-type){
  padding: 0 0 17px;
}
.attend table tr th, .attend table tr td{
  display: block;
}
.attend table tr th{
  font-size: 13px;
  letter-spacing: 5px;
  color: #eee;
}
#kumamoto .attend table tr th{
  color: #777;
}
.attend table tr td .sml{
  font-size: 13px;
  display: inherit;
  text-indent: -1em;
  padding: 5px 0 0 1em;
}


/* 一覧 */
#categoryBtnlist{padding: 0 0 30px;text-align:center;}
#categoryBtnlist li{
  display:inline-block;
  padding:0 5px 10px 0;
}
#categoryBtnlist li a, #categoryBtnlist li p{
  display:block;
  padding: 4px 12px 5px;
  border: solid 1px #FFF;
  margin:0 auto;
  border-radius:30px;
  position:relative;
  color:#FFF;
  font-size:13px;
  text-align:center;
  line-height: 1.4;
  background:transparent;
  overflow: hidden;
  text-decoration: none;
}
.kumamoto #categoryBtnlist li a{
  color: #444;
  border: solid 1px #555;
}
#categoryBtnlist li p{
  color:#000;
  background:#fff;
}
.kumamoto #categoryBtnlist li p{
  color:#fff;
  background:#555;
  border: solid 1px #555;
}

#charity.charityList .categoryList ul > li a p{
  line-height:0;
  margin: 0;
}
#charity.charityList .categoryList ul > li{
  padding: 0;
  margin: 0 0 6% 3%;
  background: #000;
  border: none;
}
#charity.charityList .categoryList ul > li:nth-child(2n) {
  clear: left;
}
#charity.charityList .categoryList ul > li a p.titProduct{
  text-align: left;
  line-height: 1.4em;
  padding: 4px 0 0;
  font-size: 12px;
}
#charity.charityList .kumamoto .categoryList ul > li a p.titProduct{
  padding: 4px 8px 8px;
}
#charity.charityList .categoryList ul > li a p.titProduct span {
  display: inherit;
  padding: 3px 0 0;
}


/* new-movie */

.page--movie.new-movie .section--list.section--base {
    padding: 45px 5% 0;
}
.new-movie.page--movie-top .list--base.list--card li:not(:first-child) {
    display: none;
}

.new-movie.category-1023 .block--pager {
    display: none;
}

.page--movie.new-movie .section--list.section--base .section-tit {
    margin-bottom: 35px;
}

.page--movie.new-movie.page-movie-detail #new_movie.section--detail {
    opacity: 1;
    top: 0;
    padding: 45px 5% 0 !important;
}
.page--movie.new-movie .section--detail .block--player {
	position: relative !important;
	top: 0 !important;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-control {
	left: 50% !important;
	transform: translateX(-50%) !important;
	top: -18vw !important;
}

.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies {
    background: none;
}
.page--movie.new-movie.page-movie-detail .section--detail .block--tit {
    width: 100%;
    margin: 0 auto 0px;
    padding: 10px 0 0 !important;
}

.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
    border-bottom: 1px solid #c9c9c9;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
    text-decoration: none;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .tit {
    font-size: 18px;
    margin-bottom: 0px;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .date {
    opacity: 0.8;
    margin: 0;
    border: none;
    padding: 0;
}

.page--movie.new-movie .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
}
.page--movie.new-movie.page-movie-detail .detail__btn a {
    font-size: 0;
}
.page--movie.new-movie.page-movie-detail .detail__btn a::after {
    font-size: 15px;
}

.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab > div .item__ico > span {
    font-size: 0;
}
.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab > div .item__ico > span::after {
    content: 'Latest';
    font-size: 12px;
}

.page--movie.page--radio .section--list{
	width:90%;
	margin:0 auto;
}

.page--movie.page--radio .list--contents li{
	padding:0.5em 0;
}
.page--movie.page--radio .list--contents li a{
	display:flex;
}

.page--movie.page--radio .list--contents li a figure{
	position:relative;
	width:30%;
	padding-top:30%;
	margin-right:0.5em;
}

.page--movie.page--radio .list--contents li a figure img{
	position:absolute;
	transform:translate(-50%, -50%);
	top:50%;
	left:50%;
	width:100%;
	height:100%;
	object-fit:cover;
}


