@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* 開発用ツールバー非表示 */
.sf-toolbar {display: none!important;}
.pc { display: none !important; }

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

/* base sp
============================== */
* { box-sizing: border-box; -webkit-box-sizing: border-box; padding: 0; margin: 0; }
html, body {height: 100%;}
body {
	height: 100%;
	color: #000;
	font-family: YakuHanJP, -apple-system, sans-serif;
	font-size: 14px;
	line-height: 1.8;
	-webkit-text-size-adjust: none;
	background: #fff;
	word-break: break-word;
}
a { transition: all .3s ease; }
button,textarea,select,img { outline: none; }


/* layout
============================== */
.wrap {
	position: relative;
	padding: 65px 0 0 ;
	min-height: 100%;
}
.section--base {padding: 35px 0}

/* components
============================== */
.center	{ text-align: center; }
.bold	{ font-weight: 600; }
.date {
    position: relative;
    letter-spacing: 0.1em;
    font-size: 12px;
}
.date:not(.date--event) {
    font-family: YakuHanJP, 'Source Sans Pro', sans-serif;
    font-weight: 500;
    color: #888;
}
.date .category {
	display: inline-block;
	margin-left: 18px;
}
.date .category:before{
	content: '|';
	position: relative;
	left: -10px;
	opacity: 0.5;
}
.date--event {
    color: #000;
    margin: -5px 0 20px;
}
.date--event:before { content:'受付期間 : ';}
.date--event .week {font-size: 0.8em;}
.date--event .event-date--end:before { content: '～'; margin: 0 5px;}
.section-tit {
    position: relative;
    margin: 0 0 50px;
    text-align: center;
}
.section--list .section-tit {padding: 0 6%;}
.section-tit:not(.tit--small) {
	font-size: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1em;
	letter-spacing: 0.1em;
	font-weight: 300;
}
.section-tit.tit--small {
	font-size: 20px;
	font-weight: 200;
	letter-spacing: 0.075em;
}
.section-tit + .tit--small{margin-top: 2em;}
.section-tit .icon--key {
	display: block;
	width: 26px;
	margin: 0 auto 15px;
	line-height: 0;
	text-align: center;
}
.section-tit .icon--key path{fill: #444;}
.page--home .section-tit .icon--key path{fill: #fff;}
.section-tit + .lead {
    padding: 0 6%;
    letter-spacing: 0.075em;
    margin: -20px 0 30px;
}
.section-tit + .lead:empty {display: none;}
.no-data {
	text-align: center;
	color: #888;
}
.list--attention li{
	margin: 0 0 10px;
	font-size: 12px;
	line-height: 1.5;
	color: #888;
}
.ist--attention li:last-child{margin-bottom:0;}
.txt--sub {
    font-size: 0.8em;
    color: #888;
}

/* list */
.list--base li > a {
	color: #000;
	display: block;
	text-decoration: none;
	position: relative;
}
.list__txt {padding: 25px 6%;  color: #000;}
.list__txt .tit {margin: 0 0 15px;}
.list__txt .txt {
  margin: 0 0 20px;
  font-size: 12px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.new {margin: 0 0 0 10px; color: #c3af49;}
.thumb {line-height: 0;}
.thumb img {
	width: 100%;
	background : no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}
.list--card > li,
.list--info > li {margin: 0 0 30px;}
.list--card .thumb,
.list--info .thumb { position: relative; overflow: hidden;}
.list--card .thumb img, .list--info .thumb img {transition: all .3s ease;}
.list--info .thumb {
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-top: 5px;
    background: #7b7b84;
}
.list--card .thumb:before,
.list--info .thumb:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: blur(5px);
    filter: blur(15px);
    background: no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.list--card .thumb .blur,
.list--info .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;
    -webkit-background-size: cover;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.list--info .thumb img{
  background-image: url(/static/cia/fanclub/common/thumb_none.png);
  background-size: contain;
  -webkit-background-size: contain;
}
.list--info .list__txt {overflow: hidden; padding: 0;}
.list--info > li .tit { font-size: 13px; margin: 0 0 8px;}
.list--card > li .tit {font-size: 16px;}
.list--info .new,
.list--card .new,
.list--profile .new{
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	position: absolute;
	top: -10px;
	left: -15px;
	z-index: 1;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	border-radius: 100px;
	background: -webkit-linear-gradient(-45deg, rgba(221,209,137,1) 1%,rgba(182,164,82,1) 100%);
	background: linear-gradient(135deg, rgba(221,209,137,1) 1%,rgba(182,164,82,1) 100%);
	color: #fff;
	font-size: 10px;
	font-family: YakuHanJP, 'Source Sans Pro', sans-serif;
	letter-spacing: 0.05em;
	text-align: center;
}
.list--card .new{
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	top: -10px;
	left: -10px;
}
.section--list .list--card .new{
	top: 10px;
	left: 10px;
}
.list--info .date {display: inline-block;}
.txt-members {
	font-size: 11px;
	font-family: YakuHanJP, 'Source Sans Pro', sans-serif;
	letter-spacing: 0.1em;
	font-weight: 500;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: -1px;
}
.txt-members .icon--key {margin-right: 4px;}
.txt-members .icon--key svg {height: 7px}
.section--detail .tit .txt-members { display: block; margin: 0 0 6px;}
.list--profile li{ float:left; width: 30%; width: calc((100% - 10%) / 3); margin: 0 5% 25px 0; position: relative;} 
.list--profile li:nth-child(3n){margin-right: 0;}
.list--profile li .thumb {margin: 0 0 10px;}
.list--profile li .thumb > img{background-color: #f5f5f5;}
.list--profile > li a {text-align: center; color: #fff;text-decoration: none;}
.list--profile > li .tit {font-size: 12px; line-height: 1.6; margin-bottom: 0; text-align: center; color: #000; }
.list--profile > li .tit span{
    display: block;
    font-size: 0.75em;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 0.1em;
    font-weight: 400;
    text-transform: lowercase;
    opacity: .5;
}
.list--chevron li a {padding-right: 20px; position: relative;}
.list--chevron li a::before {
    content: '';
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    border-right: 1px solid;
    border-top: 1px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -0.25em;
    pointer-events: none;
    opacity: 0.7;
}
.list--square > li{
	width: 50%;
	float: left;
	margin: 0;
}
.bookContent .list--report{
  display:none;
}
.list--step {margin: 0 0 50px;}
.list--step li > .tit span{
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #c3af49;
    text-transform: lowercase;
    margin: 0 0 15px;
    line-height: 1;
}
.list--step .ph {text-align: center; margin: 0 0 20px;}
.list--step .ph img {width: 70%; border: 1px solid #ddd;}
.list--step li { padding: 30px 0; border-bottom: 1px solid #ddd;}
.list--step li > .tit {font-size: inherit;}
.list--step li > .tit:last-child {margin: 0;}
.list--step li:first-child {border-top: 1px solid #ddd;}


/* 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: #d83c22;
  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;
  line-height: 2em;
  padding: 4px 0;
}
.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: 3px;
  border: 1px solid #ddd;
}
/* 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 {
  width: auto;
  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;
  margin: 0 8px 0 0;
  border: 1px solid #ddd;
  border-radius: 100%;
  vertical-align: -4px;
  position: relative;
  pointer-events: none;
  background: none;
}
.form--post [class^="form__radio"] input[type="radio"]:checked:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  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;
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  position: relative;
  vertical-align: -4px;
  border: 1px solid #ddd;
  border-radius: 0;
  background: none;
}
.form--post input[type="checkbox"]:checked:after {
  content: "";
  width: 8px;
  height: 14px;
  border-right: 2px solid ;
  border-bottom: 2px solid ;
  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;
}





/* btn */
.btn {text-align: center; margin: 10px 0;}
.btn + .btn{margin-top: 20px;}

.btn--base {
	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 0.1em;
	font-weight: 400;
	padding: 15px 40px;
	min-width: 80%;
	border: 1px solid;
	border-radius: 100px;
	line-height: 1.5;
	font-size: 14px;
	text-decoration: none;
	-webkit-appearance: none;
}
.btn--main {
    color: #fff;
    border: 1px solid transparent;
}
.btn--sub {color: inherit;}
.btn__link {
    display: block;
    position: relative;
    margin: 10px 0 0;
    text-decoration: none;
}
.btn__link:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 1px solid;
    border-top: 1px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    pointer-events: none;
    right: -6px;
    bottom: 1px;
}

.detail__btn { margin: 60px 0 0 ; text-align: center;}
.detail__btn a {
	display: inline-block;
	position: relative;
	color: #000;
	text-decoration: none;
}
.detail__btn a:after {
    content: 'back';
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    position: relative;
    letter-spacing: 0.1em;
}
.detail__btn a:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 1px solid;
    border-top: 1px solid;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    left: -17px;
    top: 50%;
    margin-top: -3px;
    pointer-events: none;
    opacity: 0.7;
}

/* share */
.block--share {
	float: right;
	line-height: 1;
	color: #888;
	position: relative;
	z-index: 1;
}
.block--share::before {
	content: 'Share :';
	position: relative;
    top: -5px;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 0.1em;
    font-size: 12px;
    left: 5px;
}
.block--share li { display: inline-block; }
.block--share a {
    display: block;
    width: 25px;
    height: 18px;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    position: relative;
    color: #888;
    text-decoration: none;
}
.block--share svg {
	width: 20px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 7px;
}
.block--share path { fill: #888; }
.block--share .fa {
	width: 30px;
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 0;
}

/* error */
.block--error {margin: 0 0 50px; text-align: left!important;}
.block--error li {margin: 0 0 10px; color: #e84242; line-height: 1.5;}
.block--error li:last-child {margin-bottom: 0;}
.block--error li:before{content:'※';}

.ph {
    position: relative;
    margin: 30px 0;
    line-height: 0;
    text-align: center;
}
.ph .dummy {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
  z-index:100;
}
.list--link{text-align: center;}
.list--link a{
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    text-decoration: none;
    color: #000;
}
.iframe-wrap{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.iframe-wrap iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%!important;
	height: 100%!important;
}
.pager > .btn--base {
	width: auto;
	min-width: 200px;
	margin-top: 10px;
}


.sub-txt-list {margin: 0 0 30px;}
.sub-txt-list li {
	font-size: 11px;
	line-height: 1.6;
	margin: 0 0 10px;
	color: #666;
}

/* pagenation
------------------------------ */
.block--pager {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 70px;
	padding: 20px 6% 20px 6%;
	font-family: YakuHanJP, 'Source Sans Pro', sans-serif;
	letter-spacing: 0.1em;
	font-weight: 500;
	background: #f5f5f5;
}
.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;
  color: #000;
}
.block--pager .pager__item--number {
  text-align: center;
  color: #888;
}
.block--pager .pager__item--older {
  text-align: right;
}
.block--pager .pager__item--newer a:before {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #666;
  border-top: none;
  border-right: none;
  margin: -0.35em 0 0;
  position: absolute;
  right: auto;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0.25em;
  margin: -0.3em 0 0;
}
.block--pager .pager__item--older a:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border: 1px solid #666;
  border-top: none;
  border-right: none;
  margin: -0.35em 0 0;
  position: absolute;
  right: 0.25em;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin: -0.3em 0 0;
}
.block--pager .pager__item--newer a:after,
.block--pager .pager__item--older a:after {
  color: inherit;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.05em;
  position: absolute;
  top: -2px;
}
/*
.block--pager .pager__item--newer a:after {
  content: 'Newer';
  left: 20px;
}
.block--pager .pager__item--older a:after {
  content: 'Older';
  right: 20px;
}
*/

/* nav
============================== */
.g-nav li a {
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 0.1em;
	display: block;
    text-align: left;
    text-decoration: none;
}

/* header
============================== */
header {
  width: 100%;
  height: 65px;
  position: fixed;
  top: 0;
  left: 0;
  /*
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  */
  background: rgba(255,255,255, .8);
  z-index: 9999;
  transition: all .3s ease;
}
header h1 {
    width: 150px;
    position: absolute;
    left: 16px;
    top: 12px;
    line-height: 0;
}
header h1 a {display: block;}
header h1 img {width: 100%;}
header h1 .sp {display: none;}
.drawer {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 9999;
    background: #fff;
}
.drawer .g-nav {
	width: 100%;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.drawer li {position: relative; }
.drawer .nav__menu,
.drawer .nav__login {
	margin-left: 18%;
	text-align: left;
}
.drawer .nav__login {	
	display: block;
	position: relative;
	padding-top: 20px;
	margin-top: 20px;
}
.drawer .nav__login:before {
	content: '';
	width: 30px;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.5);
	opacity: 0;
-webkit-transition: all 1.5s ease;
}
.menuOpen .drawer .nav__login:before {	
	opacity: 1;	
	-webkit-transition-delay: 1s;	
	transition-delay: 1s;	
}	
.nav__login li i {
	font-size: 15px;
	position: relative;	
	top: 2px;
	margin-right: 6px;
}

.drawer .nav__login li { display: inline-block; margin-right: 20px;}
.drawer .nav__menu li a,
.drawer .nav__login li a{
	display: inline-block;
	font-size: 18px;
	color: #009d76;
	line-height: 2.2em;
	padding: 0 1.4em 0 0 ;
	position: relative;
}
.drawer .nav__menu li.item--member a {color: #009d76;}
.drawer .nav__login li a {
	border: none;
	min-width: auto;
	font-size: 13px;
	padding: 0;
  width: auto;
  background: none;
}
.drawer .nav__login li.login-nav__item--login a,
.drawer .nav__login li.login-nav__item--logout a{color: #009d76;}
.nav__menu .icon--key{
  line-height: 0;
  position: absolute;
  top: 1.1em;
  right: 0;
  width: .9em;
}

.drawer .nav__login .icon--key{top: 11px;}
.drawer .icon--key path{fill: #009d76;}
	
.page--home .drawer .menu-nav__item--home a,
.page--about .drawer .menu-nav__item--about a,
.page--profile .drawer .menu-nav__item--profile a,
.page--information.category-news .drawer .menu-nav__item--news a,
.page--information.category-information .drawer .menu-nav__item--news a,
.page--information.category-ticket .drawer .menu-nav__item--ticket a,
.page--information.category-3 .drawer .menu-nav__item--ticket a,
.page--movie .drawer .menu-nav__item--movie a{
	opacity: 0.5;
}
.page--home .drawer .menu-nav__item--home a:before,
.page--about .drawer .menu-nav__item--about a:before,
.page--profile .drawer .menu-nav__item--profile a:before,
.page--information.category-news .drawer .menu-nav__item--news a:before,
.page--information.category-information .drawer .menu-nav__item--news a:before,
.page--information.category-ticket .drawer .menu-nav__item--ticket a:before,
.page--information.category-3 .drawer .menu-nav__item--ticket a:before,
.page--movie .drawer .menu-nav__item--movie a:before{
    content: '';
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    left: -30px;
    width: 10px;
    height: 10px;
    border-right: 1px solid;
    border-top: 1px solid;
    position: absolute;
    top: 50%;
}

.btn--drawer {
    display: block;
    width: 50px;
    height: 50px;
    z-index: 9999;
    position: fixed;
    cursor: pointer;
    right: 14px;
    top: 10px;
}
.btn--drawer span{
    display: block;
    position: absolute;
    left: 8px;
    width: 34px;
    height: 1px;
    background: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.btn--drawer :nth-of-type(1){ top:14px; }
.btn--drawer :nth-of-type(2){ top:22px; }
.btn--drawer :nth-of-type(3){ top:30px; }

/* menuOpen */
.menuOpen .btn--drawer span{background: #009d76;}
.menuOpen .btn--drawer span:nth-of-type(1) { -webkit-transform: translateY(20px) rotate(-45deg); transform: translateY(20px) rotate(-45deg); top: 0; }
.menuOpen .btn--drawer span:nth-of-type(2) { left: 60%; opacity: 0; -webkit-animation: active-menu-bar02 .8s forwards; animation: active-menu-bar02 .8s forwards; }
.menuOpen .btn--drawer span:nth-of-type(3) { -webkit-transform: translateY(-20px) rotate(45deg);transform: translateY(-20px) rotate(45deg);bottom: 8px;top: auto;}



/* footer
============================== */
footer {
	position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 30px 6%;
    background: #fff;
}
footer .footer__logo {
    display: flex;
    display: webkit-flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 40px;
}
footer .footer__logo a{
    display: block;
    line-height: 0;
    max-width: 100px;
    padding: 0 15px;
}
footer .footer__logo a img {max-height: 40px;}
footer .list--link {
	margin: 0 0 40px;
}
footer .list--link li {
	float: left;
	width: 50%;
	text-align: left;
}
footer .list--link a {
	font-size: 11px;
	display: block;
}
.copyright {
    text-align: center;
    font-size: 10px;
    color: rgba(0,0,0,0.5);
    letter-spacing: 0.1em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    line-height: 1;
}
/* slick
============================== */
.slider {width: 100%;margin: 0 auto;}
.slick-slide img {width: 100%;height: auto; margin: 0 auto;}
.slider .slick-slide{margin: 0 7px;}
.slider .list .slick-slide {margin-bottom :0;}
.slick-slide a{
    display: block;
    margin: 0 5px;
}
.slick-slide iframe {width: 100%;}
.slick-dots{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -35px;
}
.slick-dots button{
    width: 6px;
    height: 6px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 10px;
    background: #fff;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-appearance: none;
    opacity: .3;
}
.slick-dots li{display: inline-block;margin: 0 12px 0 0 !important;}
.slick-dots li:last-child {margin-right: 0!important;}
.slick-dots .slick-active button{opacity: 1;}
.slick-prev,
.slick-next {
	display: block;
	width: 10%;
	height: 100%;
	padding: 0;
	border: none;
	background: transparent;
	color: transparent;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	z-index: 99;
	cursor: pointer;
	outline: none;
}
.slick-prev { left: 0; }
.slick-next { right: 0; }
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus { color: transparent; outline: none; background: transparent; }
.slick-prev::after, .slick-next::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-right: 1px solid #fff;
    border-top:1px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -7px;
}
.slick-prev::after { left: 10px; -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }
.slick-next::after { right: 10px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.slick-disabled.slick-prev::after, .slick-disabled.slick-next::after,
.slick-disabled.slick-prev::before, .slick-disabled.slick-next::before {display: none;}



.section--profile {
    background: #68b3d3;
	color: #000;
    padding: 50px 6%;
}


/* index
============================== */
/* opening */
.page--home .opening-svg{
  position: fixed;
  /*
  background: linear-gradient(270deg, #141828, #393d42);
  background-size: 400% 400%;
  */
  background:#fff;
  -webkit-animation: opening-bg 5s ease infinite;
  -moz-animation: opening-bg 5s ease infinite;
  animation: opening-bg 5s ease infinite;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
@-webkit-keyframes opening-bg {
	0%{background-position:0% 0%}
	50%{background-position:93% 100%}
	100%{background-position:0% 0%}
}
@keyframes opening-bg { 
	0%{background-position:0% 0%}
	50%{background-position:93% 100%}
	100%{background-position:0% 0%}
}
.page--home .opening-svg.fadeout{opacity: 0;}
.page--home .opening-svg svg {
	width: 32%;
	position: absolute;
	top:50%;
	left:47%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	fill: none;
	stroke: #f4b0c6;
	stroke-width: 2;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	-webkit-animation: dash 1s linear 0.5s forwards;
	animation: dash 1s linear 0.5s forwards;
}
@-webkit-keyframes dash {
  to {stroke-dashoffset: 0;}
}
@keyframes dash {
  to {stroke-dashoffset: 0;}
}

/* 共通スタイル */
.page--home header {top: -65px;}
.page--home header h1 {opacity: 0;}
.scrolled.page--home header {top: 0;}
.scrolled.page--home header h1{opacity: 1;}
.page--home .section--base {padding-top: 60px; padding-bottom: 60px;}
.page--home .wrap {padding-top: 0;}
.page--home .btn--base{ width: auto; min-width: 200px;}
.page--home .section-tit {margin-bottom: 40px;}
.list__more {text-align: center;}

/* コンテンツ */
.page--home .section--logo {
    position: relative;
    padding: 100px 22% 80px;
    padding: 12vh 22% 6vh;
    text-align: center;
    background: none;
    height: auto;
}
.page--home .section--logo .inner{ margin: 0 auto; z-index: 1;}
.page--home .section--logo h1 { 
	width: 90%; 
	position: static;
	margin: 0 auto 40px;
}
.page--home .section--logo h1 .logo--horizontally {display:none;}
.page--home .section--logo h1 .sp {display: block;}
.nav__login { display: none; }
.page--home .section--logo h1 + .nav__login { display: block; }
.page--home .section--logo h1 + .nav__login li a{
	font-size: 14px;
	display: inline-block;
	border-radius: 100px;
	padding: 14px;
	min-width: unset;
	background: #68B3D3;
	background: -webkit-linear-gradient(45deg, rgb(56, 167, 212) 0%,rgb(43, 201, 204) 100%);
	background: linear-gradient(45deg, rgb(56, 167, 212) 0%,rgb(43, 201, 204) 100%);
	color: #fff;
	width: 100%;
	border: none;
	margin: 0 0 5px;
}
.page--home .section--logo h1 + .nav__login li.login-nav__item--join path path{fill: #fff;}
.page--home .section--logo h1 + .nav__login li.login-nav__item--login a {background: #fff;}
.page--home .section--logo h1 + .nav__login li.login-nav__item--mypage,
.page--home .section--logo h1 + .nav__login li.login-nav__item--logout {display: none;}
.page--home .section--logo h1 + .nav__login li .icon--key {
	width: 18px;
	display: inline-block;
	margin-right: 8px;
	position: relative;
	top: 0;
}
.page--home .section--logo h1 + .nav__login .login__status {
    letter-spacing: 0.05em;
    font-weight: 200;
    margin: -10px 0 20px;
    line-height: 1.8em;
}
.page--home .section--logo h1 + .nav__login .login__status .number{display: block;}
.page--home .section--key-visual {
    padding: 0;
    line-height: 0;
    margin: 0 0 60px;
}
.page--home .section--key-visual.one {margin-bottom: 40px;}
.page--home .section--key-visual .slick-arrow{
  width: 40px;
  height: 22px;
  top: auto;
  bottom: -22px;
}
.page--home .section--key-visual .slick-prev {left: 6%;}
.page--home .section--key-visual .slick-next {right: 6%;}
.page--home .section--key-visual .slick-arrow::before,
.page--home .section--key-visual .slick-arrow::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  top: auto;
  height: 1px;
  border: none;
  background: #000;
}
.page--home .section--key-visual .slick-arrow::before{ width: 40px;}
.page--home .section--key-visual .slick-arrow::after{ width: 8px;}
.page--home .section--key-visual .slick-prev::before,
.page--home .section--key-visual .slick-prev::after {left: 0; transform-origin: left;}
.page--home .section--key-visual .slick-next::before,
.page--home .section--key-visual .slick-next::after {right: 0; transform-origin: right;}
.page--home .section--key-visual .slick-prev::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page--home .section--bnr {padding: 0 6%;}
.page--home .section--bnr .bnr li {margin: 0 0 15px;}
.page--home .section--bnr .bnr li:last-child {margin-bottom: 0;}
.page--home .section--bnr .bnr li a {display: block; line-height: 0;}
.page--home .section--bnr .bnr li a img {
	width: 100%;
	background: no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
}
.page--home .slick-list {z-index: 1; overflow-y: visible; padding-top: 15px!important; }
.page--home .section--key-visual .slick-list {
    padding: 0 !important;
}
.page--home .bnr .slick-slide a {overflow: hidden;}
.page--home .bnr .slick-slide img {transition: all .3s ease; -webkit-transition: all .3s ease;}
.page--home .slick-slide:not(.slick-center) img { background-blend-mode: multiply; background-color: #68b3d3;}
.page--home .list--pickup { margin: 25px 0 0; }
.page--home .list--pickup img {display: none;}
.page--home .list--pickup li { position: relative;}
.page--home .list--pickup li:last-child {margin-bottom: 0;}
.page--home .list--pickup li a,
.page--home .list--pickup li span {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000;
    text-decoration: none;
}
.page--home .list--pickup li .tit {margin: 0;}
.page--home .list--pickup li span {padding-right: 20px;}
.page--home .section--information { margin: 0 6%;}
.page--home .section--information .list--info {margin: 0 0 10px;}
.page--home .section--profile { margin: 0 3%; padding-top: 50px; padding-bottom: 30px;}
.page--home .section--contents {	
  background: #b4d1bf;

  color: #fff;
  position: relative;
  overflow: hidden;
}

.page--home .section--contents .list--card {margin-top: -15px;}
.page--home .section--contents .list--card li a {height: 100%;}
.page--home .section--contents .slick-slide a{margin: 0 6px;}
/*
.page--home .section--contents .slick-prev::after,	
.page--home .section--contents .slick-next::after {margin-top: -57px;}
*/
.page--home .section--contents .list__more {margin-top: 50px;}
.page--home .section--contents .list__more a {color: #fff;}
.page--home .section--contents:before,
.page--home .section--contents:after {
    content: '';
    width: 70vw;
    height: 70vw;
    padding: 100px 10%;
    background: url(/static/original/common/svg/logo_white.svg) no-repeat center;
    background-size: contain;
    -webkit-background-size: contain;
    opacity: 0.2;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	animation: rotate 4s infinite alternate;
	-webkit-animation-iteration-count: rotate 4s infinite alternate;
	transform-origin: 58% 0;
}
.page--home .section--contents:before {top: 90%; left: -20vw;}
.page--home .section--contents:after {top: 10%; right: -20vw;}
@keyframes rotate { 
	0% { transform: translateY(-50%) rotateY(0deg) scale(1); }	
	/*50% { transform: translateY(-50%) rotateY(500deg) scale(0.8); }*/	
	100% { transform: translateY(-50%) rotateY(1000deg) scale(1); }
}
@-webkit-keyframes rotate {
    0% { -webkit-transform: translateY(-50%) rotateY(0deg) scale(1); }
    /*50% { -webkit-transform: translateY(-50%) rotateY(720deg) scale(0.8); }*/
    100% { -webkit-transform: translateY(-50%) rotateY(1440deg) scale(1); }
}
.page--home .section--contents .list__txt {background: #fff;}
.page--home .section--nav{ padding: 50px 12%;}
.page--home .section--nav .nav__menu .menu-nav__item--home{display: none;}
.page--home .section--nav .g-nav li {float: left; width: 50%;}
.page--home .section--nav .g-nav li a {
	padding: 8px 1.4em 8px 0;
	color: #000;
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-weight: 300;
}
.page--home .section--nav .g-nav li .icon--key{top: 1.25em;}
.page--home .section--twitter {padding-top: 0; padding-bottom: 10px;}
.page--home .section--twitter .inner{
	padding: 10px 10px 4px;
	border:0.5px solid #ddd;
	margin: 0 6%;
	text-align: center;
}
.page--home .section--twitter iframe {width: 300px!important;}
.page--home footer {padding-top: 40px;}
.page--home .footer__link {margin: 0 0 30px;}
.page--home .footer__link li {
    width: 50%;
    float: left;
    margin: 0 0 20px;
    margin: 0 0 4vw;
    line-height: 0;
}
.page--home .footer__link li:nth-child(odd) {padding-right: 2%;}
.page--home .footer__link li:nth-child(even) {padding-left: 2%;}
.page--home .footer__link li a{display: block;}
.page--home .footer__link li a img{width: 100%;background: no-repeat center;background-size: cover;}


/* detail共通
============================== */
.section--detail {
    padding-right: 6%;
    padding-left: 6%;
}
.section--detail .tit { margin: 0 0 20px; font-size: 22px; line-height: 1.6;letter-spacing: 0.075em;}
.section--detail .date:not(.date--event) {
    padding: 0 0 30px;
    margin: 0 0 40px;
    border-bottom: 0.5px solid #D7DEE4;
}
.section--detail .date--event {margin: 0 0 30px;}
.section--detail .txt {margin: 0 0 30px;}



/* information
============================== */
.page--information .list--link { margin: -20px 0 30px; display: none;}
.page--information.category-ticket .section-tit + .list--link {display: block;}
.page--information.category-information .section--list {padding-left: 6%; padding-right: 6%;}


/* point
============================== */
.list__txt .block--point {
    margin: -5px 0 5px;
}
.block--point .point-txt{
	font-size: 12px;
	margin: 0 10px 0 0 ;
	color: #888;
}
.block--point .point-numb,
.block--point .point-free{
    font-family: YakuHanJP, 'Source Sans Pro', sans-serif;
    letter-spacing: 0.1em;
    font-size: 16px;
}
.block--point .point-numb{ color: #c3af49;}
.block--point .point-free{ }
.page--point .list--point {
    margin: 0 0 30px;
    padding: 20px 20px 15px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 0.5px solid #ddd;
}
.page--point .list--point li {
	width: 50%;
    float: left;
    font-size: 12px;
    text-align: center;
    position: relative;
}
.page--point .list--point li > span{
    display: block;
    font-family: YakuHanJP, 'Source Sans Pro', sans-serif;
    letter-spacing: 0.1em;
    font-weight: 300;
    font-size: 15px;
    line-height: 2em;
}
.page--point .list--point li > span > span{
    font-size: 24px;
    margin: 0 3px 0 0;
}
.page--point .list--point .necessary > span > span{color: #c3af49;}
.page--point .list--point li:last-child:after {
    content: '';
    height: 1px;
    width: 40px;
    font-size: 20px;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: rotate(-68deg);
    -webkit-transform: rotate(-68deg);
    background:#ddd;
    display: block;
}
.page--point .txt--error {
    text-align: center;
    margin: 0 0 20px;
    color: #d83c22;
}



/* movie
============================== */
.page--movie .section--detail .tit {font-size: 18px;}
.page--movie video{ width: 100%; margin: 0 0 15px; }
.page--movie .section--detail .list--step li > .tit {font-size: 16px;}
.page--movie .list--step .ph {display: none;}

.page--movie #uliza_7848_6ae33e44365179d5ec5a43803d3387c66f9b70c9dfd472267c7cab67378a8e13_6{
    width: 100%;
}
.page--movie .ulizahtml5{
  width: 100%!important;
  margin:0 0 15px;
  position: relative;
  height: 0;
  overflow: hidden;
    height: 60vw!important;
}
.page--movie .ulizahtml5 video{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.ulizahtml5.vjs-device-mobile:not(.vjs-fullscreen), .ulizahtml5.vjs-device-tablet:not(.vjs-fullscreen){
    width: 100%!important;
    height: 60vw!important;
}
/*
.page--movie .ulizahtml5 .vjs-center-menu {
  padding: 38% 0 0;
  margin: -30px 0 0;
}*/ 

.page--movie.new-movie h3 {
    font-family: 'Source Sans Pro', -apple-system, "Roboto-Regular", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','Noto Sans Japanese', "メイリオ", sans-serif;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: normal;
    font-size: 14px;
    margin: 0 auto 20px;
    text-align: center;
    color: #7f7f7f;
    width: 90%;
}
.page--movie.new-movie .block--latest-list,
.page--movie.new-movie .block--category-list{
	margin: 0 auto 15vh;
}
.page--movie.new-movie .list__more{
    text-align: center;
    margin: 30px auto 0;
}
.page--movie.new-movie .list__more .btn--base.btn--sub{
    font-size: 15px;
    text-align: center;
    margin: auto;
    width: auto;
    min-width: 200px;
}
.page--movie.new-movie .no-data {
    font-size: 11px;
}

.page--movie.new-movie .section--detail#new_movie {
    padding:6%;
}
.page--movie.new-movie .section--detail#new_movie .block--player {
    width: 100%;
    position: relative;
    top: auto;
    left: 0;
    margin: 0 0 15px;
}
.page--movie.new-movie .section--detail#new_movie .block--tit {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.page--movie.new-movie .section--detail#new_movie .block--tit .tit {
    font-size: 18px;
    margin: 0 0 20px;
}
.page--movie.new-movie .section--detail#new_movie .block--tit .date {
    padding: 0 0 30px;
    margin: 0 0 40px;
    border-bottom: 0.5px solid #D7DEE4;
    font-family: YakuHanJP, 'Source Sans Pro', sans-serif;
    font-weight: 500;
    color: #888;
    opacity: 1;
    font-size: 12px;
}

.page--movie.new-movie .section--detail#new_movie .block--player {
    width: 100%;
    aspect-ratio: 16/9;
    position: relative;
    top: 0;
    left: 0;
    z-index: 5;
    margin-bottom: 30px;
}

.page--movie.new-movie .section--detail#new_movie .area--more-info {
    width: 100%;
    margin: 0 auto;
}

.page--movie.new-movie .section--detail#new_movie .titArea .date {
    font-family: 'komika_titleregular', sans-serif;
}

.page--movie.new-movie #wrap .backLink a {
    color: #fff;
    border-color: #fff;
}


.page--movie.new-movie .section--detail#new_movie .block--player *:focus {
  outline: none;
}


.page--movie.new-movie #wrap #container::after {
    content: "";
    background-image: url(/static/superbeaver/fansite-sp/top/bg_member_btm-min.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 106px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-size: cover;
    width: 100%;
}


.page--movie.new-movie .section--detail#new_movie .area--movie .video-js .vjs-play-control {
    width: 14.5vw;
    height: 14.5vw;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 5vw;
    transform: translateY(-171%) translateX(-50%);
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    cursor:pointer;
}

.page--movie.new-movie #wrap .section--list .contentsList {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.page--movie.new-movie #wrap .section--list .contentsList .new {
    width: 48%;
    float: none;
    margin: 0 4% 0 0;
    margin-bottom: 20px;
}


.page--movie.new-movie #wrap .section--list .contentsList .new:nth-child(even) {
    margin-right: 0;
}

.page--movie.new-movie #wrap .section--list .backLink {
    display: none;
}

.page--movie.new-movie .section--detail .subTxt {
    font-size: 14px;
    margin-bottom: 25px;
}

.page--movie.new-movie .section--detail .subTxt a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid;
    font-size: 13px;
}




.page--movie.new-movie .section--detail#new_movie .backLink {
    margin: 100px 0 0;
}

.page--movie.new-movie .section--detail#new_movie .area--movie .video-js .vjs-control-bar{
position: relative;
height: 100%;
}

  .page--movie.new-movie .section--detail#new_movie .area--movie .video-js .vjs-control{
  width: 3.5em;
    height: 3.5em;
  }


.page--movie.new-movie .section--detail#new_movie .area--movie .video-js .vjs-progress-control{
    position: absolute;
    bottom: -1rem;
    left: 0;
 width:100%;
}

.page--movie.new-movie .section--detail#new_movie .area--movie .vjs-picture-in-picture-control.vjs-control{
  position: absolute;
left: -2vw;
    top: -3vw;
}

.page--movie.new-movie .section--detail#new_movie .area--movie .vjs-http-source-selector.vjs-menu-button {
    position: absolute;
    right: 10vw;
    bottom: 10px;
}


.page--movie.new-movie .section--detail#new_movie .area--movie .video-js .vjs-fullscreen-control {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.page--movie.new-movie .section--detail#new_movie .area--movie .video-js .vjs-time-control{
    position: absolute;
    bottom: 0;
    left: 0;
    width:auto;
}


.page--movie.new-movie .section--detail#new_movie .area--movie .video-js .vjs-play-control{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}



.page--movie.new-movie .section--detail#new_movie .area--movie .video-js .vjs-volume-panel.vjs-control.vjs-volume-panel-horizontal {
  position: absolute;
  right: 0;
  top: -10px;
}

.page--movie.new-movie .section--detail#new_movie .area--movie .video-js .vjs-subs-caps-button{
    position: absolute;
    bottom: 1vw !important;
    left: 7vw !important;
    display:block !important;
}


.page--movie.new-movie .section--detail#new_movie .area--movie .vjs-big-play-centered .vjs-big-play-button{
  margin: 0;
  transform: translateY(-50%) translateX(-50%);
}


.page--movie.new-movie .section--detail#new_movie .area--movie .vjs-volume-control.vjs-control.vjs-volume-horizontal{
    position: absolute;
    right: 7vw !important;
}



/* book
============================== */




/* profile
============================== */
.page--profile .section--base {padding-top: 35px; background: #fff;}
.page--profile .section--detail .block-wrap{width: 80%; margin: 0 auto;}
.page--profile .section--detail .block-wrap.img-wide {width: 100%;}
.page--profile .section--detail .ph { margin: 0 0 30px;}
.page--profile .section--detail .block-wrap.img-wide .detail__txt {width: 80%; margin: 0 auto;}
.page--profile .section--detail .name {
    margin: 0 0 40px;
    font-size: 24px;
    font-weight: 200;
    text-align: center;
	font-family:  -apple-system, 'Noto Sans Japanese', "メイリオ", sans-serif;
}
.page--profile .section--detail .name span {
    display: block;
    font-size: 0.5em;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 0.1em;
    font-weight: 400;
    text-transform: lowercase;
    line-height: 1;
    margin-top: .25em;
}
.page--profile .section--detail .block--profile dt{
    font-size: 12px;
    margin: 0 0 2px;
    opacity: .5;
}
.page--profile .section--detail .block--profile dd{ margin: 0 0 18px; color: #000; }

/* リンクエリア */
.page--profile .block--link {margin: 50px 0 0 ; position: relative; }
.page--profile .block--link:before {
    content: '';
    width: 30px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: #D7DEE4;
}
.page--profile .block--social-link{padding: 28px 0 0;}
.page--profile .block--social-link li {display: inline-block; margin: 0 10px 0 0;}
.page--profile .block--social-link li a {
	display: block;
	text-decoration: none;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #3d3d44;
	border-radius: 100px;
	text-align: center;
	color: #fff;
}
.page--profile .block--social-link li a:before { font-family: 'FontAwesome'; font-size: 16px;}
.page--profile .block--social-link .item--twitter a:before {content:'\f099';}
.page--profile .block--social-link .item--instagram a:before {content:'\f16d';}
.page--profile .block--social-link .item--youtube a:before {content:'\f16a';}
.page--profile .block--social-link .item--facebook a:before {content:'\f09a';}
.page--profile .block--other-link {padding: 20px 0 0;}
.page--profile .block--other-link li { margin: 0 0 8px; font-size: 12px;}
.page--profile .block--other-link li:last-child {margin-bottom: 0;}
.page--profile .block--other-link li a {
	display: inline-block;
	text-decoration: none;
}
.page--profile .block--other-link li a:after {
	content: '\f08e';
	font-family: 'FontAwesome';
    margin-left: 8px;
}


/* ticket
============================== */


/* movie
============================== */


/* gallery
============================== */
.page--photo:not(.page--point) .section--detail {
	padding-left: 0;
	padding-right: 0;
}

/* contact
============================== */
.page--contact .section--detail {padding-right: 0; padding-left: 0;}
.page--contact .section--detail .tit {
    font-size: 18px;
    text-align: center;
    margin: -15px 0 40px;
}
.page--contact .section--detail iframe {min-height: 1070px;}


/*  faq
============================== */
.page--faq .section--base {
    padding-right: 6%;
    padding-left: 6%;
}
.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;
    border: 1px solid #ddd;
    padding:18px;
}
.page--faq .list--faq .tit {
	padding: 0 0 0 28px;
    font-size: 13px;
    margin: 0;
}
.page--faq .icon--q,
.page--faq .icon--a {
  float: left;
  height: 30px;
  line-height: 30px;
  border-radius: 100px;
  font-family: 'Source Sans Pro', sans-serif;
  color: rgb(56, 167, 212);
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  position: relative;
  top: -5px;
}
.page--faq .icon--q {color: #6392de;}
.page--faq .icon--a {color: #dc5858;}
.block--faq-detail .icon--q{top: -3px;}
.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;}
.page--faq .block--contact a {
  position: relative;
  text-decoration: none;
}
.page--faq .block--contact a::after {
  content: '';
  display: inline-block;
  width: .6em;
  height: .6em;
  border: 1px solid ;
  border-top: none;
  border-right: none;
  text-decoration: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: -8px;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.page--faq .block--contact .fa {
  display: none;
}
.page--faq .block--faq-detail {
    margin: 0 0 60px;
    padding: 20px 14px;
    background: #eee;
}
.page--faq .block--faq-detail dt {
  margin: 0 0 15px;
  border-bottom: 1px solid #d2d2d2;
  padding: 0 0 15px;
}
.page--faq .block--faq-detail .txt {
	padding: 0 0 0 28px;
	font-size: 13px;
	margin: 0;
}
.page--faq .block--faq-detail dt .txt {font-size: 16px;}
.page--faq .block--faq-detail + .tit--category {font-size: 14px;}
.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--search {margin: 0 0 60px;}
.page--faq .block--search input[type="text"] {
    float: left;
    width: 77%;
    margin-right: 3%;
}
.page--faq .block--search input[type="submit"] {
    float: right;
    width: 20%;
    min-width: unset;
    padding: 0;
    height: 45px;
    line-height: 45px;
    border-radius: 3px;
}
.page--qa .section--detail .page--faq .block--faq-detail .txt span.name {
    display: inherit;
    font-size: 14px;
    padding: 0 0 5px;
}
.block__answer > ul li{
  list-style: none;
  min-height: 120px;
  margin: 0 0 25px;
}
.block__answer .txtBox {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:38px 15px 11px;
    margin: 0 0 0 70px;
    border-radius: 5px;
    background: #eee;
    position: relative;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 1px;
    z-index: 1;
}
.block__answer .txtBox::after{
  content:"A";
  width: 26px;
  height: 26px;
  line-height: 25px;
  border-radius: 100px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #dc5858;
  font-weight: 300;
  font-size: 24px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 10px;
}
.block__answer .txtBox::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 15px;
    border-top: 2px solid transparent;
    border-left: 10px solid transparent;
    border-right: 12px solid #eee;
    border-bottom: 8px solid transparent;
    z-index: 1;
}
.block__answer .txtBox span.ico::before {
  content: '';
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: -3px;
  left: -70px;
  border-radius: 100px;
  background-size: 80px auto;
  background-position: center top;
  background-color:#e9f3f5;
}
.block__answer .txtBox span.from{
  display: inherit;
  font-size: 12px;
  margin: 10px 0 0px;
}
.ico.akutsu::before, .list--faq.list--qaTop li:nth-child(1) .ico::before{
  background-size: 85px auto !important;
  background-image: url(https://cia.cubeinc.co.jp/image/profile/akutsu_nichika.jpg);
}
.ico.isaka::before, .list--faq.list--qaTop li:nth-child(2) .ico::before{
  background-image: url(https://cia.cubeinc.co.jp/image/profile/isaka_ikumi.jpg);
}
.ico.ichikawa::before{
  background-image: url(https://cia.cubeinc.co.jp/image/profile/ichikawa_riku.jpg);
}
.ico.iwahashi::before{
  background-image: url(https://cia.cubeinc.co.jp/image/profile/iwahashi_dai.jpg);
}
.ico.katou::before{
  background-image: url(https://cia.cubeinc.co.jp/image/profile/kato_ryo.jpg);
}
.ico.kanai::before{
  background-image: url(https://cia.cubeinc.co.jp/image/profile/kanai_sonde.jpg);
}
.ico.kawahara::before{
  background-image: url(https://cia.cubeinc.co.jp/image/profile/kawahara_kazuma.jpg);
}
.block__answer .txtBox span.ico.ico.kanda::before{
  background-image: url(https://cia.cubeinc.co.jp/image/profile/kanda_masakazu.jpg);
    background-position:-5px top;
}
.ico.kido::before{
  background-size: 75px auto !important;
  background-image: url(https://cia.cubeinc.co.jp/image/profile/kido_yuya.jpg);
}
.ico.kikuchi::before{
  background-image: url(https://cia.cubeinc.co.jp/image/profile/kikuchi_ginga.jpg);
}
.ico.sakaguchi::before{
  background-size: 75px auto !important;
  background-image: url(https://cia.cubeinc.co.jp/image/profile/sakaguchi_ryotaro.jpg);
}
.ico.shibuyai::before{
  background-size: 75px auto !important;
  background-image: url(https://cia.cubeinc.co.jp/image/profile/shibuya_itsuki.jpg);
}
.ico.shibuyata::before{
  background-size: 75px auto !important;
  background-image: url(https://cia.cubeinc.co.jp/image/profile/shibuya_tatsuki.jpg);
}
.ico.shirasu::before{
  background-image: url(https://cia.cubeinc.co.jp/image/profile/shirasu_jin.jpg);
}
.ico.tomimori::before{
  background-image: url(https://cia.cubeinc.co.jp/image/profile/tomimori_justin.jpg);
}
.ico.nagata::before{
  background-size: 75px auto !important;
  background-image: url(https://cia.cubeinc.co.jp/image/profile/nagata_takato.jpg);
}
.ico.nakatani::before{
  background-image: url(https://cia.cubeinc.co.jp/image/profile/nakatani_yushin.jpg);
}
.block__answer .txtBox span.ico.ico.hanatsuka::before{
  background-size: 75px auto !important;
  background-image: url(https://cia.cubeinc.co.jp/image/profile/hanatsuka_rentaro.jpg);
    background-position:-15px top;
}
.ico.hayashi::before{
  background-size: 75px auto !important;
  background-image: url(https://cia.cubeinc.co.jp/image/profile/hayashi_yuki.jpg);
}
.ico.murakami::before{
  background-size: 75px auto !important;
  background-image: url(https://cia.cubeinc.co.jp/image/profile/murakami_kisuke.jpg);
}
.ico.yasuda::before{
  background-image: url(https://cia.cubeinc.co.jp/image/profile/yasuda_hiroto.jpg);
}
.ico.kimura::before{
  background-image: url(https://cia.cubeinc.co.jp/image/profile/kimura_futa.jpg);
}
.ico.nakata::before{
  background-image: url(https://cia.cubeinc.co.jp/image/profile/nakata_ryota.jpg);
}
.ico.sakaue::before{
  background-image: url(https://cia.cubeinc.co.jp/image/profile/sakaue_shoma.jpg);
}
.ico.hoshi::before{
  background-image: url(https://cia.cubeinc.co.jp/image/profile/hoshi_gouki.jpg);
}
.ico.takeru::before {
    background-image: url(https://cia.cubeinc.co.jp/image/profile/kanai_takeru.jpg);
background-position: -11px 0 !important;
}
.ico.miyata::before{
  background-image: url(https://cia.cubeinc.co.jp/image/profile/miyata_tatsuki.jpg);
}

.ico.akabane::before{
  background-image: url(https://cia.cubeinc.co.jp/image/profile/akabane_shu.jpg);
  background-position: -1px -1px !important;
}

.ico.ishikawa::before{
  background-image: url(https://cia.cubeinc.co.jp/image/profile/ishikawa_shise.jpg);
  background-position: 4px 0 !important;
}

.ico.hirakawa::before{
  background-image: url(https://cia.cubeinc.co.jp/image/profile/hirakawa_shota.jpg);
}

.ico.murase::before{
  background-image: url(https://cia.cubeinc.co.jp/image/profile/murase_shoya.jpg);
}



.section--detail.qaEdit .form.form--post dd {
    padding: 8px 0 20px;
}
.section--detail.qaEdit .rule {
  color: #195375;
}
.section--detail.qaEdit .form--comfirm{padding:0 0 1px;}
.section--detail.qaEdit .form--comfirm dd {
  margin: 8px 0 20px;
  padding: 12px 15px;
  background: #e9f3f5;
  border-radius: 3px;
}




/* Q&A
============================== */
.page--home #qa{padding:60px 6% 0;}
.page--home #qa .list--base li:not(:last-child){ padding:0 0 10px;}
.page--home #qa .list--base li a {
  padding: 18px;
  background: #fff;
}
.page--home #qa .list--base .icon--q{
  float: left;
  height: 30px;
  line-height: 30px;
  border-radius: 100px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #6392de;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  position: relative;
  top: -5px;
}
.page--home #qa .list--base .tit,
.page--home #qa .list--base .name,
.page--home #qa .list--base .date{
  padding: 0 0 0 28px;
}
.page--home #qa .list--base .tit {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.page--home #qa .list--base .name {
  font-size: 11px;
  padding: 0 0 5px 28px;
}
.page--home #qa .list--base .new{
  position: absolute;
  top: -10px;
  left: -15px;
  z-index: 1;
  margin: 0;
}
.page--home #qa .list--base .new .inner{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100px;
	background: -moz-linear-gradient(-45deg, rgba(221,209,137,1) 1%, rgba(182,164,82,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(221,209,137,1) 1%,rgba(182,164,82,1) 100%);
	background: linear-gradient(135deg, rgba(221,209,137,1) 1%,rgba(182,164,82,1) 100%);
    color: #fff;
    font-size: 10px;
    font-family: YakuHanJP, 'Source Sans Pro', sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    transition: 10s;
    -webkit-transition: 10s;
}
.page--home #qa .list__more{ margin-top: 30px;}

.page--faq .list--faq.list--qa{
  margin: 50px 0 60px;
}
.page--faq .list--faq .tit {
  color: #000;
}
.page--faq .list--faq.list--qa span.name {
  display: inherit;
  font-size: 11px;
  padding: 0 0 5px;
}
.section--detail .list--qa .date:not(.date--event) {
  padding: 0;
  margin: 0;
  border-bottom: 0;
}
.page--qa .page--faq .block--faq-detail {
  margin: 0 0 40px;
  padding: 0;
  background: none;
}
.page--qa .page--faq .block--faq-detail dt {
    margin: 0;
    border-bottom: 0;
    padding: 0;
}
.page--qa .section--detail .page--faq .block--faq-detail .txt span.name {
    display: inherit;
    font-size: 13px;
    padding: 0 0 3px;
}
.page--qa .section--detail .page--faq .block--faq-detail .txt span.name i {
    font-style: normal;
    font-weight: normal;
}
.page--qa .pager__item--newer a{text-indent: -9999px;}
.page--qa .nav__pager--older a{text-indent: -9999px;}
.page--qa .nav__pager--older a::before {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #666;
  border-top: none;
  border-right: none;
  margin: -0.35em 0 0;
  position: absolute;
  right: 0.25em;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin: -0.3em 0 0;
}
.section--detail.qaEdit .btn + .btn .btn--sub {text-decoration: none;}


.page--faq .list--faq.list--qa li a{
  position: relative;
  margin: 0 0 20px;
}
.page--faq .list--faq.list--qa li.new a::before{
  content:"new";
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	position: absolute;
	top: -10px;
	left: -15px;
	z-index: 1;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	border-radius: 100px;
	background: -webkit-linear-gradient(-45deg, rgba(221,209,137,1) 1%,rgba(182,164,82,1) 100%);
	background: linear-gradient(135deg, rgba(221,209,137,1) 1%,rgba(182,164,82,1) 100%);
	color: #fff;
	font-size: 10px;
	font-family: YakuHanJP, 'Source Sans Pro', sans-serif;
	letter-spacing: 0.05em;
	text-align: center;
}


/* support
============================== */
.page--support .section--detail .txt {
  margin: 0 0 35px;
}
.page--support .txt--sub {
    display: block;
    margin: 6px 0 0;
}
.page--support .section--detail .list--support dt {
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
}
.page--support .section--detail .list--support dd {
  margin: 0 0 35px;
}
.page--support .section--detail ul > li{margin: 0 0 6px;}
.page--support .section--detail .inner-list > li {
  margin: 0 0 15px;
}
.page--support .section--detail .inner-list > li:last-child {
  margin-bottom: 0;
}
.page--support .section--detail .inner-list > li ul {
  margin-top: 5px;
}
.page--support .section--detail .inner-list > li ul li {
  color: inherit;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin: 0 0 5px;
}
.page--support .section--detail .sml-list {margin-top: -10px;}
.page--support .section--detail .sml-list li { font-size: 12px; padding: 0 0 0 15px;}

/* exception
============================== */
.page--error .section--base .tit {margin: 0 0 30px; font-size: 18px;}
.page--error .section--base .txt br{display: none;}

/* login
============================== */
.page--login .section-tit {
    font-size: 20px;
    margin: 15px 0 50px;
}
.page--login .form--post { margin: 0 0 10px;}
.page--login .block--subscription {margin: 50px 0 0 ;}
.page--login .block--subscription .txt {margin-bottom: 15px;}
.page--login .block--subscription .btn {margin-bottom: 30px;}

/*  questioonnaire
============================== */
.page--questionnaire .txt {margin: 0 0 40px;}
.block--error {
  margin: 0 0 40px;
  color: #d83c22;
  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: '※';}


/* about
============================== */
.page--about .section--detail{padding: 35px 0 0 ;}
.page--about .area--member {
  background: #141828;
  background: -webkit-linear-gradient(left, #141828 0%,#393d42 100%);
  background: linear-gradient(to right, #141828 0%,#393d42 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}
.page--about .area--member:before,
.page--about .area--member:after {
    content: '';
    width: 40vw;
    height: 40vw;
    padding: 100px 10%;
    background: url(/static/original/common/svg/logo_white.svg) no-repeat center;
    background-size: contain;
    opacity: 0.2;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    transform-origin: 58% 0;
}
.page--about .area--member:before {
	top: 9%;
	left: -10vw;
	animation: rotate 6s infinite alternate;
    -webkit-animation-iteration-count: rotate 6s infinite alternate;
}
.page--about .area--member:after {
	top: 1%;
	right: -9vw;
	animation: rotate 4s infinite alternate;
    -webkit-animation-iteration-count: rotate 4s infinite alternate;
}
.page--about .area--base__inner {margin: 0 auto; padding: 60px 6%;}
.page--about .area--free .area--base__inner {padding-top: 0;}
.page--about .ph {margin: 0 0 40px; padding: 0;}
.page--about .list--intro dt {
    font-weight: 100;
    margin: 0 0 10px;
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #2ba1bd;
}
.page--about .list--intro dd:not(:last-child) {margin: 0 0 30px;}
.page--about .member__block:not(:last-child) {margin: 0 0 70px;}
.page--about .member__block .block-tit{
    font-size: 22px;
    text-align: center;
    margin: 0 0 30px;
    letter-spacing: 0.05em;
    font-weight: 200;
}
.page--about .member__block .block-tit .icon--key {
	display: block;
	width: 26px;
	margin: 0 auto 15px;
	line-height: 0;
	text-align: center;
}
.page--about .member__block .block-tit .icon--key path{fill: #fff;}
.page--about .member__block .list--contents {margin: 0 0 20px;}
.page--about .member__block .list--contents li {
    background: #fff;
    padding: 25px;
    margin: 0 0 10px;
    color: #000;
}
.page--about .member__block .list--contents li .tit{
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 0.15em;
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1;
    color: #2ba1bd;
}
.page--about .member__block .list--contents li .txt{margin: 0; font-size: 13px;}
.page--about .member__block .list--price {
  width: 100%;
  margin: 0 0 30px;
  background: #f1f1f1;
  color: #000;
}
.page--about .member__block .list--price tr:not(:last-of-type) {border-bottom: 1px solid rgba(0,0,0,0.2);}
.page--about .member__block .list--price th,
.page--about .member__block .list--price td {
	display: block;
	padding: 10px 20px;
}
.page--about .member__block .list--price th{
    border-bottom: 1px solid rgba(0,0,0,0.2);
    background: #dedede;
    padding-top: 5px;
    padding-bottom: 5px;
}
.page--about .member__block .list--price .list--attention {margin-top: 10px;}
.page--about .member__block .txt--present {
  color: #c3af49;
    margin: 0 0 30px;
}
.page--about .member__block .btn--main {
    background: #fff;
    color: #000;
    margin: 0 ;
}




/* report一覧
============================== */
#book br{
	display: none;
}

#book .section-tit{
    margin: 0 0 20px;
}

#book .book_contentsList{
	padding: 35px 6%
}

#book .book_contentsList li{
    margin: 0 0 30px;
}

#book .book_contentsList li a{
    display: block;
	color: #000;
	text-decoration: none;
}

#book .book_contentsList li a img{
	width: 100%;
}

#book .book_contentsTit {
    font-size: 15px;
    margin: 0 0 5px;
    letter-spacing: 1px;
    overflow: hidden;
}

#book .book_contentsTxt{
	font-size: 11px;
	color: #888;
}

#book .book_contentsList li .thumb{
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-top: 5px;
    background: #7b7b84;
}


/* tablet(iPad)
=================================== */
@media screen and (min-width: 768px) {
  body {font-size: 15px;}
  .page--home .section--logo h1 + .nav__login li a {font-size: 16px;}
  .page--home .section--logo h1 {width: 70%;}
  .page--home .section--logo h1 + .nav__login { width: 60%; margin: 0 auto;}
  .page--home .section--key-visual { margin: 0 0 100px;}
  .page--home .section--bnr .bnr {
    display: flex;
    display: webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page--home .section--bnr .bnr li {  margin: 0 0 30px; width: 48%;}
  .list--info > li .tit { font-size: inherit;}
  .section-tit:not(.tit--small) {font-size: 36px; margin: 0 0 60px;}
  .page--home .section--base:not(.section--key-visual):not(.section--twitter) { padding-top: 100px; padding-bottom: 100px;}
  .page--home #qa .list--base .tit{font-size: inherit;}
  .page--home #qa {margin-top: 60px;}
  .drawer .nav__menu li a{font-size: 26px;}
  .page--home .section--nav .g-nav li a {font-size: 22px;}
  .page--home #qa .list--base li a {padding: 30px;}
  .btn--base { width: auto; display: inline-block; min-width: 40%;}
  .section--base {padding-top: 60px;}
}

/* iOS7以下もしくはAndroid4.3以下
============================== */
.low-spec header h1 a { width: 160px; margin: 0 auto;}
.low-spec header h1 svg {height: 40px;}
.low-spec.page--home .section--logo h1 .sp {height: 200px; margin: 0 auto;}
.low-spec.page--home .section--logo {padding: 100px 20% 80px;}
.low-spec footer {text-align: center;}
.low-spec footer .footer__logo li{display: inline-block;}

/* Android4.3以下
============================== */
.android-os4 .material-icons {display: none!important;}
.android-os4 .icon--key {display: none!important;}
.android-os4 svg {display: none!important;}
.android-os4 footer {position: relative!important;}



/* bbs
============================== */

div.bbs {
padding: 35px 6% 60px;
}

.bbs h2.tit {
margin: 0 0 35px;
}
.bbs article.detail .titArea {
border-bottom: 1px solid #66cbea;
padding: 0 0 3% 0 ;
position: relative;
}
.bbs article.detail .titArea .report {
position: absolute;
right:0;
top:0;
}
.bbs .threadNum {
font-size: 12px;
}
.bbs article.detail .txtArea.lead {
background: #eff9fb;
background: -moz-linear-gradient(45deg, rgb(56, 167, 212) 0%,rgb(43, 201, 204) 100%);
background: -webkit-linear-gradient(45deg, rgb(56, 167, 212) 0%,rgb(43, 201, 204) 100%);
background: linear-gradient(45deg, rgb(56, 167, 212) 0%,rgb(43, 201, 204) 100%);
color:#fff;
font-size: 15px;
padding: 3%;
margin: 0px auto 6%;
}

.bbs ul.commentList {
}
.bbs ul.commentList li{
border-bottom: 1px solid #66cbea;
padding: 3% 0 3% 0 ;
position: relative;
}
.bbs ul.commentList li .report{
position: absolute;
right:0;
top:3%;
}
.bbs ul.commentList li .ph {
margin: 3% 0;
}

.bbs .commentPost {
border: 3px solid #66cbea;
padding: 3% 6%;
}
.bbs .commentPost dl {
margin: 0 auto 6%;
}
.bbs .commentPost dl dt {
font-weight: 500;
margin: 0 auto 5px;
}
.bbs .commentPost dl dd {
margin: 0px auto 10px;
}
.bbs .commentPost dl dd textarea {
box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 5px;
width: 100%;
}
.bbs p.btn {
padding: 0 22% 0;
}
.bbs p.btn input,
.bbs p.btn a {
background: -webkit-linear-gradient(45deg, rgb(56, 167, 212) 0%,rgb(43, 201, 204) 100%);
background: linear-gradient(45deg, rgb(56, 167, 212) 0%,rgb(43, 201, 204) 100%);
border:1px solid  #31a9dc;
border-radius: 100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
color:#fff;
display: inline-block;
font-family: 'Source Sans Pro', -apple-system, "Roboto-Regular", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','Noto Sans Japanese', "メイリオ", sans-serif;
font-size: 15px;
font-weight: 400;
letter-spacing: 0.1em;
padding: 10px 0px;
text-decoration: none;
transition: all .3s ease;
-webkit-transition: all .3s ease;
width:100%;
}

.bbs .attention {
font-weight: 500;
color: #f00;
margin: 0% auto 3%;
}




/* blog
============================== */

#boxBlogDetail .block--player{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
#boxBlogDetail .block--player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
#boxBlogDetail hr{
    margin: 40px 0;
}
#boxBlogDetail .date{
    margin: 0 0 30px 0;
}


/* birthday-message
============================== */
.page--home .birthday-message {
  background: #fff;
  box-shadow: 0px 5px 20px 0 rgba(0,0,0,0.1);
  padding: 1.5em 2em;
  width: fit-content;
  max-width: 100%;
  margin: -3vh auto 6vh;
}
.page--home .birthday-message i {
  margin-right: 0.5em;
}
.page--home .birthday-message a {
  text-decoration: none;
}
.page--birthday-message .message_mov {
  position: relative;
  /* padding-bottom: 56.25%;
  height: 0; */
  width: fit-content;
  background: #f5f5f5;
  overflow: hidden;
  margin: 1em auto;
}
.page--birthday-message .tit,
.page--birthday-message .txt {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}