@charset "utf-8";
/* ---------------------------------------
0.0 mixin
	0.1 colors
	0.2 typography
	0.3 spacer
	0.4 chevron
	0.5 flexbox
1.0 setting
	1.1 normalize
	1.2 clearfix
2.0 compontents
	2.1 button
	2.2 form
	2.3 list
	2.4 pagenation
3.0 layout
	3.1 base
	3.1 header
	3.2 footer
4.0 page
	4.1 parts
	4.2 home
	4.3 information
	4.4 discography
	4.5 gallery
	4.6 movie
	4.9 faq
	4.10 support
-------------------------------------------- */
@font-face {
  font-family: 'svgfont_1regular';
  src: url('/static/original/fanclub/css/appicon-webfont/appicon-webfont.eot');
  src: url('/static/original/fanclub/css/appicon-webfont/appicon-webfont.eot?#iefix') format('embedded-opentype'), url('/static/original/fanclub/css/appicon-webfont/appicon-webfont.woff') format('woff'), url('/static/original/fanclub/css/appicon-webfont/appicon-webfont.ttf') format('truetype'), url('/static/original/fanclub/css/appicon-webfont/appicon-webfont.svg#svgfont_1regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* 1.0 setting
============================== */
/* 1.1 normalize
------------------------------ */
html,
body {
  height: 100%;
  -webkit-text-size-adjust: none;
}
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  margin: 0;
}
img,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  text-align: left;
}
i {
  font-style: normal;
}
img {
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
::selection {
  background: #333;
  color: #fff;
}
::-moz-selection {
  background: #333;
  color: #fff;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
}
/* 1.2 clearfix
------------------------------ */
.clearfix::after {
  display: table;
  content: "";
  clear: both;
}
/* 2.0 component
============================== */
/* 2.1 button
------------------------------ */
.detail__btn,
.btn {
  text-align: center;
  margin: 1em 0;
}
.btn--main {
  color: inherit;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  display: inline-block;
  min-width: 80%;
  text-align: center;
  text-decoration: none;
  line-height: 3.4;
  padding: 0 1.5em;
  border-radius: 2em;
  cursor: pointer;
  border: none;
  background: #333;
  color: #fff;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.detail__btn a,
.btn--sub {
  color: inherit;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  display: inline-block;
  min-width: 80%;
  text-align: center;
  text-decoration: none;
  line-height: 3.4;
  padding: 0 1.5em;
  border-radius: 2em;
  cursor: pointer;
  border: none;
  background: #fff;
  color: #333;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.detail__btn {
  margin: 40px auto 0;
}
.detail__btn a::after {
  content: 'BACK';
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
}
/* 2.2 form
------------------------------ */
.form--post {
  margin: 0 0 2em;
}
.form--post dt {
  margin: 2em 0 1em;
}
.form--post dd {
  margin: 0 0 0.5em;
}
/* placeholder */
::-webkit-input-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
/* autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
/* input */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="number"] {
  color: inherit;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.03em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid #eee;
  padding: 0.5em;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus {
  border-color: inherit;
}
input[type="text"].form__error,
input[type="tel"].form__error,
input[type="email"].form__error,
input[type="password"].form__error,
input[type="number"].form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
input[type="text"].form__error:focus,
input[type="tel"].form__error:focus,
input[type="email"].form__error:focus,
input[type="password"].form__error:focus,
input[type="number"].form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
input[type="text"][disabled],
input[type="tel"][disabled],
input[type="email"][disabled],
input[type="password"][disabled],
input[type="number"][disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.input--half {
  width: 50% !important;
}
.input--quarter {
  width: 25% !important;
}
/* textarea */
textarea {
  color: inherit;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.03em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid #eee;
  padding: 0.5em;
  height: 10em;
}
textarea:focus {
  border-color: inherit;
}
textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select select {
  color: inherit;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.03em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid #eee;
  padding: 0.5em;
  padding-right: 1.5em;
}
.form__select select:focus {
  border-color: inherit;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.form__select::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 0.75em;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* checkbox */
.form__checkbox label p {
  color: inherit;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.03em;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__checkbox input[type="checkbox"],
.form__checkbox input[type="radio"] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: '';
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.3em;
  border: 1px solid #ddd;
  margin: -0.6em 0 0;
  position: absolute;
  left: 0;
  top: 50%;
}
.form__checkbox label p::after {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  left: 0.2em;
  top: 70%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::before {
  background: #333;
  border-color: #333;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}
/* radio */
.form__radio label p {
  color: inherit;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.03em;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__radio input[type="checkbox"],
.form__radio input[type="radio"] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #f33;
}
.form__radio label p {
  padding-left: 1.6em;
}
.form__radio label p::before {
  content: '';
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #ddd;
  margin: -0.6em 0 0;
  position: absolute;
  left: 0;
  top: 50%;
}
.form__radio :checked ~ p::before {
  border-color: #333;
  border-width: 0.3em;
}
/* toggle button */
.form__toggle label p {
  color: inherit;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.03em;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__toggle input[type="checkbox"],
.form__toggle input[type="radio"] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle.form__error {
  color: #f33;
}
.form__toggle label p {
  padding-left: 0;
  position: relative;
}
.form__toggle label p::before,
.form__toggle label p::after {
  content: '';
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  border: 1px solid #ddd;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  right: 0;
  top: 50%;
}
.form__toggle label p::after {
  width: 30px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  right: 20px;
  top: 50%;
}
.form__toggle :checked ~ p::before {
  background: #333;
  border-color: #333;
}
.form__toggle :checked ~ p::after {
  right: 0;
}
/* horizontal */
.form--horizontal li {
  display: inline-block;
}
.form--horizontal label {
  display: inline-block;
  margin: 0 0.3em 0 0;
}
.block--error {
  color: #c00;
  background: rgba(204, 0, 0, 0.15);
  padding: 10px;
  border-radius: 5px;
}
.form--confirm {
  padding: 20px 0 0;
}
.form--confirm dt {
  opacity: 0.5;
  margin: 0 0 5px;
}
.form--confirm dd {
  margin: 0 0 1em;
}
/* 2.3 list
------------------------------ */
/*  update */
.list--update a {
  display: block;
  color: inherit;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding: 1.5em 1em 1.5em 0;
  position: relative;
}
.list--update .tit {
  color: inherit;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.list--update .date {
  margin: 0 0 5px;
  font-family: 'Times New Roman', 'Playfair Display', serif;
  font-style: italic;
  color: #999;
  font-size: 12px;
}
.list--update .auth {
  font-size: 10px;
  margin-left: 10px;
  padding: 3px 4px;
  font-family: 'Times New Roman', 'Playfair Display', serif;
  font-style: italic;
  color: #999;
}
.list--update .category {
  display: inline-block;
  opacity: 0.5;
  font-family: 'Times New Roman', 'Playfair Display', serif;
  font-style: italic;
}
.list--update .new .date::after {
  content: 'New';
  color: #c00;
  margin-left: 10px;
}
.list--update .date--event {
  color: inherit;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.list--update li {
  position: relative;
  margin: 0 0 25px;
}
.list--update .new .date::after {
  content: 'New';
  width: 10px;
  height: 9px;
  margin: 0 0 0 10px;
  display: inline-block;
  color: #c00;
}
.list--update .date img {
  width: 50px;
  display: inline-block;
  margin: 0 0 0 8px;
  vertical-align: -1px;
}
.list--update a {
  padding: 0;
}
.list--update a::before {
  display: none;
}
.list--update .no-data {
  padding: 35px 5%;
  border: none!important;
}
.list--update .thumb {
  float: left;
  width: 100px;
  background-image: url(/static/fcuru/cmn/noimage.jpg);
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}
.list--update .list__txt {
  padding-left: 110px;
}
.list--update .list__txt .date {
  margin: 5px 0 0;
}
/*  information */
.list--information a {
  display: block;
  color: inherit;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding: 1.5em 1em 1.5em 0;
  position: relative;
}
.list--information .tit {
  color: inherit;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.list--information .date {
  margin: 0 0 5px;
  font-family: 'Times New Roman', 'Playfair Display', serif;
  font-style: italic;
  color: #999;
  font-size: 12px;
}
.list--information .auth {
  font-size: 10px;
  margin-left: 10px;
  padding: 3px 4px;
  font-family: 'Times New Roman', 'Playfair Display', serif;
  font-style: italic;
  color: #999;
}
.list--information .category {
  display: inline-block;
  opacity: 0.5;
  font-family: 'Times New Roman', 'Playfair Display', serif;
  font-style: italic;
}
.list--information .new .date::after {
  content: 'New';
  color: #c00;
  margin-left: 10px;
}
.list--information .date--event {
  color: inherit;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.list--information li {
  position: relative;
  margin: 0 0 25px;
}
.list--information .new .date::after {
  content: 'New';
  width: 10px;
  height: 9px;
  margin: 0 0 0 10px;
  display: inline-block;
  color: #c00;
}
.list--information .date img {
  width: 50px;
  display: inline-block;
  margin: 0 0 0 8px;
  vertical-align: -1px;
}
.list--information a {
  padding: 0;
}
.list--information a::before {
  display: none;
}
.list--information .no-data {
  padding: 35px 5%;
  border: none!important;
}
.list--information .thumb {
  float: left;
  width: 100px;
  background-image: url(/static/fcuru/cmn/noimage.jpg);
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}
.list--information .list__txt {
  padding-left: 110px;
}
.list--information .list__txt .date {
  margin: 5px 0 0;
}
.list--contents .date {
  margin: 5px 0 0;
  font-family: 'Times New Roman', 'Playfair Display', serif;
  font-style: italic;
  color: #999;
}
.list--contents .new .date:after {
  content: 'New';
  width: 10px;
  height: 9px;
  margin: 0 0 0 10px;
  display: inline-block;
  color: #c00;
}
.list--contents li {
  position: relative;
  margin: 0 0 20px;
}
.list--contents li:last-child {
  margin-bottom: 0;
}
.list--contents li a {
  display: block;
  position: relative;
}
.list--contents li .thumb {
  margin: 0 0 10px;
  line-height: 0;
}
.list--contents li .thumb img {
  border: 1px solid #ddd;
}
/*  circle */
.list--circle {
  margin: 0 0 30px;
}
.list--circle a {
  display: block;
  color: inherit;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding: 1.5em 1em 1.5em 0;
  position: relative;
}
.list--circle .tit {
  color: inherit;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.list--circle .date {
  margin: 0 0 5px;
  font-family: 'Times New Roman', 'Playfair Display', serif;
  font-style: italic;
  color: #999;
  font-size: 12px;
}
.list--circle .auth {
  font-size: 10px;
  margin-left: 10px;
  padding: 3px 4px;
  font-family: 'Times New Roman', 'Playfair Display', serif;
  font-style: italic;
  color: #999;
}
.list--circle .category {
  display: inline-block;
  opacity: 0.5;
  font-family: 'Times New Roman', 'Playfair Display', serif;
  font-style: italic;
}
.list--circle .new .date::after {
  content: 'New';
  color: #c00;
  margin-left: 10px;
}
.list--circle .date--event {
  color: inherit;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.list--circle li {
  position: relative;
  width: 49%;
  float: left;
  margin-bottom: 20px;
  text-align: center;
}
.list--circle li a {
  padding: 0;
}
.list--circle li:nth-child(odd) {
  margin-right: 2%;
}
.list--circle .tit {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin: 0;
}
.list--circle .text {
  margin: 0;
  font-size: 10px;
}
.list--circle .thumb {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 100px;
}
.list--circle .date {
  margin: 0;
}
.list--circle .date.txt--blue {
  color: #0D66CC;
}
.list--circle .new .date::after {
  display: none;
}
.list--circle .new {
  position: absolute;
  left: -10px;
  top: 10px;
  color: #c00;
  margin-left: 10px;
  font-family: 'Times New Roman', 'Playfair Display', serif;
  font-style: italic;
  font-size: 14px;
  transform: rotate(-55deg);
}
.list--circle a.disabled {
  pointer-events: none;
}
.list--circle a.disabled .thumb {
  position: relative;
}
.list--circle a.disabled .tit {
  opacity: 0.5;
}
.no-data {
  text-align: center;
  opacity: 0.5;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 2.4 pagenation
------------------------------ */
.block--pager {
  color: inherit;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 20px 0 0;
  letter-spacing: -0.5em;
}
.block--pager li {
  position: relative;
  display: inline-block;
  width: calc(100% / 3);
  padding: 0.5em 0;
  letter-spacing: 0.03em;
  vertical-align: middle;
  font-family: 'Times New Roman', 'Playfair Display', serif;
  font-style: italic;
}
.block--pager li a,
.block--pager li span {
  display: block;
  min-width: 2.4em;
  height: 2.4em;
  line-height: 2.3em;
  padding: 0 0.5em;
}
.block--pager .current span {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
.block--pager .pager__item--newer {
  text-align: left;
  padding-left: 30px;
}
.block--pager .pager__item--newer a::before,
.block--pager .pager__item--newer span::before {
  content: '';
  display: block;
  width: 26px;
  height: 7px;
  background: url(/static/fcuru/cmn/arrow.png) no-repeat 50% 50%;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: -2px;
  margin-top: -4px;
  line-height: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.block--pager .pager__item--newer a:hover::before {
  left: -8px;
}
.block--pager .pager__item--older {
  text-align: right;
  padding-right: 30px;
}
.block--pager .pager__item--older a::after,
.block--pager .pager__item--older span::after {
  content: '';
  display: block;
  width: 26px;
  height: 7px;
  background: url(/static/fcuru/cmn/arrow.png) no-repeat 50% 50%;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: -2px;
  margin-top: -4px;
  line-height: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.block--pager .pager__item--older a:hover::after {
  right: -8px;
}
.block--pager .pager__item--newer span,
.block--pager .pager__item--older span {
  opacity: 0.2;
}
/* 3.0 layout
============================== */
/* 3.1 base
------------------------------ */
body {
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto-Regular", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Arial', sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pc {
  display: none !important;
}
/* 3.2 header
------------------------------ */
.header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.header h1 {
  position: absolute;
  left: 5%;
  top: 15px;
  z-index: 99;
}
.header h1 a {
  display: block;
}
.header h1 img {
  width: 140px;
}
.header h1 svg {
  height: 30px;
  fill: #333;
}
.header .block--join {
  position: absolute;
  top: 15px;
  right: 17%;
  z-index: 999;
}
.header .block--join li {
  display: inline-block;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
}
.header .block--join li a {
  display: block;
  padding: 5px 10px;
  font-size: 12px;
}
.header .block--join li:first-child::before {
  position: absolute;
  left: 50%;
  top: 5px;
  margin-left: -6px;
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background: #333;
  opacity: 0.2;
  transform: rotate(20deg);
}
.header #acd {
  position: absolute;
  top: 58px;
  right: 15px;
  z-index: 999;
  font-size: 11px;
  color: #727272;
  width: 30%;
  text-align: center;
  transition: 0.4s;
}
.header #acd .acdTit {
  border-radius: 100px;
  padding: 3px;
  border: 1px solid;
  position: relative;
}
.header #acd .acdTit span {
  margin: 0 10px 0 0;
}
.header #acd .acdTit::after {
  position: absolute;
  margin: -12px 0 0;
  content: "";
  vertical-align: middle;
  top: 77%;
  right: 15px;
  width: 7px;
  height: 7px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header #acd .open::after {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: 0.4s;
  top: 58%;
}
.header .acdList {
  background: rgba(227, 245, 255, 0.9);
  border-radius: 20px;
  margin: 10px 0 0 0;
  padding: 10px;
  font-size: 11px;
}
.header .acdList li {
  margin: 0 0 5px 0;
}
.header .acdList li:last-child {
  margin: 0;
}
.header .downloadBtn {
  position: absolute;
  top: 58px;
  right: 37%;
}
.header .downloadBtn a {
  background: #000000;
  width: 170px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  font-size: 12px;
  padding: 3px 0;
  display: block;
}
.drawer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #333;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.drawer .member-tit {
  margin: 0 auto 20px;
}
.drawer .member-tit img {
  width: 140px;
}
.drawer .g-nav.free {
  padding: 120px 6% 30px;
}
.drawer .g-nav.members {
  background: #e3f5ff;
  padding: 40px 6% 30px;
}
.drawer .g-nav {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.drawer .g-nav li {
  width: 50%;
  float: left;
  margin: 0 0 15px;
}
.drawer .g-nav li a {
  display: block;
}
.drawer .g-nav .comingsoon {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.drawer .g-nav .comingsoon::after {
  position: absolute;
  bottom: -10px;
  width: 100%;
  text-align: center;
  display: block;
  content: 'Coming soon';
  font-size: 10px;
}
.drawer__btn {
  display: block;
  position: fixed;
  top: 20px;
  right: 5%;
  width: 30px;
  height: 20px;
}
.drawer__btn span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.drawer__btn .top {
  top: 0;
}
.drawer__btn .middle {
  top: 50%;
  margin-top: -1px;
}
.drawer__btn .bottom {
  bottom: 0;
}
.menuopen .drawer__btn .top {
  top: 50%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.menuopen .drawer__btn .middle {
  width: 0;
  right: 0;
  left: auto;
}
.menuopen .drawer__btn .bottom {
  top: 50%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
/* 3.3 footer
------------------------------ */
footer {
  color: inherit;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding: 40px 6% ;
  background: #f8f8f8;
  color: #999;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
footer .nav--support {
  margin: 0 0 20px;
}
footer .nav--support li {
  width: 50%;
  float: left;
  margin: 0 0 20px;
}
footer .nav--support a {
  color: #999;
  font-size: 12px;
}
footer .copyright {
  font-size: 12px;
  text-align: right;
  margin-top: -20px;
  font-family: 'Times New Roman', 'Playfair Display', serif;
  font-style: italic;
}
footer .nav--sns li {
  display: inline-block;
  margin: 0 10px 0 0;
}
footer .nav--sns li a {
  padding: 5px;
  color: #999;
  font-size: 20px;
}
.page--home footer {
  background: #fff;
}
/* 4.0 page
============================== */
.wrap {
  position: relative;
  min-height: 100%;
  padding-bottom: 270px;
}
/*  4.1 parts
------------------------------ */
/* typography */
.page-tit {
  color: inherit;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin: 0 0 1em;
}
.section-tit {
  color: inherit;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin: 0 0 1em;
  font-family: 'Quicksand', sans-serif;
  text-align: center;
}
.menu-tit {
  color: inherit;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0 0 1em;
  opacity: 0.5;
}
.txt--lead {
  color: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin: 0 0 1em;
}
.txt--basic {
  color: inherit;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 0 0 1em;
}
.txt--sub {
  color: inherit;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.ph {
  position: relative;
}
/* 4.2 home
------------------------------ */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
}
.dummy {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.page--home {
  /* slick */
}
.page--home section {
  padding: 50px 0;
}
.page--home .contents {
  padding: 0 6%;
}
.page--home .keyvisual {
  position: relative;
  padding-top: 95px;
  line-height: 0;
  background: none!important;
}
.page--home .keyvisual .ph:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.page--home .keyvisual .announce {
  padding: 40px 6%;
  text-align: center;
}
.page--home .keyvisual .announce img {
  width: 60%;
}
.page--home .keyvisual .scroll {
  display: none;
}
.page--home .section--banner {
  position: relative;
  top: 0;
  padding: 0;
}
.page--home .section--banner .bnrList a {
  position: relative;
  top: 0;
  display: block;
  line-height: 0;
}
.page--home .section--banner .single {
  text-align: center;
}
.page--home .section--banner .single li {
  display: inline-block;
  width: 90%;
}
.page--home .section--banner .single li:last-child {
  margin: 0;
}
.page--home .section--banner .slick-slider {
  margin: 0 -6.5%;
}
.page--home .section--banner .slick-slider img {
  height: auto;
  margin: 0 auto;
  width: 96%;
}
.page--home .section--info .date img {
  width: 50px;
  display: inline-block;
  margin: 0 0 0 8px;
  vertical-align: -1px;
}
.page--home .slider-nav {
  margin: 0 0 20px;
  font-weight: 300;
  font-size: 17px;
  font-family: 'Quicksand', sans-serif;
  text-align: center;
}
.page--home .slider-nav .slick-slide {
  position: relative;
  padding: 0 0 10px;
}
.page--home .slider-nav .slick-slide::after {
  position: absolute;
  bottom: 0;
  left: 25%;
  content: '';
  display: block;
  background: #c7d8e6;
  opacity: 0;
  width: 50%;
  height: 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.page--home .slider-nav .slick-slide.slick-current,
.page--home .slider-nav .slick-slide:hover {
  cursor: pointer;
}
.page--home .slider-nav .slick-slide.slick-current::after,
.page--home .slider-nav .slick-slide:hover::after {
  opacity: 0.3;
  bottom: 12px;
}
.page--home .section--video .tit {
  font-size: 12px;
}
.page--home .section--video .slick-slide {
  margin: 0 0 5px;
}
.page--home .section--fc {
  position: relative;
  padding: 20px 6%;
  max-width: 1800px;
  margin: 60px auto 0;
  background: #e3f5ff;
  background-size: 78px;
}
.page--home .section--fc .bnr-urunai {
  line-height: 0;
  width: 80%;
  margin: -10px auto 40px;
}
.page--home .section--fc .bnr-urunai a {
  display: block;
}
.page--home .section--fc .fc-tit {
  position: relative;
  margin-top: -80px;
}
.page--home .section--fc .fc-tit img {
  width: 80%;
}
.page--home .section--fc .block--login {
  position: relative;
  width: 80%;
  max-width: 300px;
  margin: 0 auto 40px;
  padding: 0 20px;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  background: #333;
  -webkit-box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
}
.page--home .section--fc .block--login::before {
  position: absolute;
  left: 50%;
  top: 12px;
  content: '';
  display: block;
  width: 1px;
  height: 25px;
  background: #ccc;
  transform: rotate(20deg);
}
.page--home .section--fc .block--login a {
  display: block;
  width: 50%;
  float: left;
  line-height: 50px;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  color: #fff;
}
.page--home .section--fc .block--login.mypage a {
  margin: 0 0 20px;
  width: 100%;
  float: none;
}
.page--home .section--fc .block--login.mypage::before {
  display: none;
}
.page--home .section--fc .block--newcontents {
  margin-bottom: 60px;
}
.page--home .section--fc .block--newcontents .section-tit {
  position: relative;
  margin-bottom: 0;
  font-size: 17px;
}
.page--home .section--fc .block--newcontents .section-tit::after {
  position: absolute;
  bottom: 0;
  left: 35%;
  content: '';
  display: block;
  background: #c7d8e6;
  opacity: 0.3;
  width: 30%;
  height: 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.page--home #popupMovie {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1000;
}
.page--home #popupMovie .movie {
  margin-top: -79px;
  margin-left: -140px;
  position: absolute;
  top: 40%;
  left: 50%;
  width: 280px;
}
.page--home #popupMovie .movie iframe {
  width: 280px!important;
  height: 158px;
}
.page--home #popupMovie .popLead {
  text-align: center;
  font-size: 11px;
  margin: 0 0 10px;
}
.page--home #popupMovie .close {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 14%;
  right: 9%;
}
.page--home #popupMovie .popbnr {
  width: 100%;
}
.page--home #popupMovie .popbnr a {
  display: block;
}
.page--home #popupMovie .popbnr img {
  width: 100%;
}
.page--home #loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background-size: 100%;
  z-index: 1000;
}
.page--home #loading .logo {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  margin-left: -155px;
  margin-top: -90px;
}
.page--home .slick-dots {
  text-align: center;
  margin-top: 10px;
}
.page--home .slick-dots button {
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  width: 8px;
  height: 8px;
  background: #333;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  border-radius: 10px;
  opacity: 0.3;
}
.page--home .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.page--home .slick-dots .slick-active button {
  opacity: 1;
}
.more {
  margin: 20px 0 0 ;
  text-align: right;
  font-family: 'Quicksand', sans-serif;
}
.more::before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  height: 1px;
  width: 4em;
  background: #999;
  vertical-align: middle;
}
/*  4.3 information
------------------------------ */
.section--list,
.section--detail {
  padding: 120px 6% 60px;
}
.block--share {
  text-align: right;
}
.block--share li {
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: middle;
  font-size: 20px;
  color: #999;
}
.block--share .share {
  font-size: 10px;
}
.block--share .lineIco {
  font-size: 20px;
}
.block--share .lineIco svg {
  fill: #999;
}
.block--share a {
  color: #999;
}
.block--share a:hover {
  opacity: 0.5;
}
.section--detail .tit {
  color: inherit;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin: 0 0 1.2em;
}
.section--detail .tit .event-date {
  display: block;
  margin: 0 0 10px;
}
.section--detail .date {
  margin: 0 0 2.5em;
  color: #999;
  font-family: 'Times New Roman', 'Playfair Display', serif;
  font-style: italic;
}
.section--detail .date .category {
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #eee;
}
.section--detail .txt a {
  text-decoration: underline;
  color: #6f8aa6;
  word-break: break-all;
}
.section--detail .txt a:hover {
  opacity: 0.5;
}
.page--info .txt {
  line-height: 1.8;
}
.page--info .section--detail .date {
  margin: 0 0 10px;
  width: 50%;
  position: relative;
  top: -25px;
}
.youtube {
  position: relative;
  width: 100%;
  margin: 20px 0;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%!important;
  height: 100%!important;
}
/* blog */
.page--blog .ph {
  margin: 20px 0;
}
.block--contents-comment {
  margin: 40px auto 0;
  padding: 30px 0 0;
  border-top: 1px solid #ddd;
}
.block--contents-comment .block-tit {
  font-size: 20px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  margin: 0 0 20px;
}
.block--contents-comment .form--post.comment {
  margin: 0 0 40px;
}
.block--contents-comment .form--post.comment dt {
  margin: 0 0 20px;
}
.block--contents-comment .form--post.comment textarea {
  background: #fff;
}
.block--contents-comment .txt--sub {
  text-align: right;
}
.block--contents-comment .list--comment {
  margin: 20px 0 0;
}
.block--contents-comment .list--comment li {
  position: relative;
  padding: 20px 0;
}
.block--contents-comment .list--comment .report-btn {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 12px;
  color: #6f8aa6;
}
.block--contents-comment .list--comment .txt {
  margin: 0 0 10px;
}
.block--contents-comment .list--comment .name {
  font-size: 12px;
}
.block--contents-comment .list--comment .date {
  margin: 0;
  font-size: 12px;
}
.block--contents-comment .block--pager {
  margin: 20px 0 0;
}
.block--contents-comment div[id^="contents_comment_wrapper_"] {
  height: auto !important;
}
/*  notice
------------------------------ */
.page--notice .section--list .list--info {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.page--notice .section--list .list--info:before {
  content: "Notice";
  display: block;
  color: inherit;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin: 0 0 1em;
  font-family: 'Quicksand', sans-serif;
  text-align: center;
}
.page--notice .section--list .list--info li {
  position: relative;
  margin: 0 0 25px;
}
.page--notice .section--list .list--info li a {
  display: flex;
  flex-wrap: wrap;
  color: inherit;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  position: relative;
}
.page--notice .section--list .list--info li a .txt {
  order: 2;
  color: inherit;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.page--notice .section--list .list--info li a .date {
  order: 1;
  width: 100%;
  margin: 0 0 5px;
  font-family: 'Times New Roman', 'Playfair Display', serif;
  font-style: italic;
  color: #999;
  font-size: 12px;
}
/*  4.4 discography
------------------------------ */
.list--discography li {
  margin: 0 0 10px;
}
.list--discography .thumb {
  width: 100px;
  float: left;
}
.list--discography .thumb img {
  border: 1px solid #ddd;
}
.list--discography .block--text {
  padding-left: 110px;
}
.list--discography .category,
.list--discography .date {
  margin: 0 0 5px;
  display: inline-block;
  font-family: 'Times New Roman', 'Playfair Display', serif;
  font-style: italic;
  font-size: 12px;
  color: #999;
}
.list--discography .category::after {
  content: '|';
  opacity: 0.5;
  margin-left: 8px;
}
.block--pulldown {
  margin: -10px 0 30px;
  padding: 3px 5%;
  background: #333;
  color: #333;
  position: relative;
}
.block--pulldown select {
  -webkit-appearance: none;
  -moz-appearance: button;
  width: 90%;
  height: 36px;
  background: #333;
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  text-align: center;
  border: medium none;
  border-radius: 2px;
  box-sizing: border-box;
  line-height: 24px;
  padding: 0;
  position: relative;
}
.block--pulldown::before {
  display: block;
  content: "\f107";
  width: 13px;
  height: 8px;
  font-size: 20px;
  font-family: "FontAwesome";
  position: absolute;
  color: inherit;
  right: 14px;
  top: 50%;
  z-index: 10;
  margin-top: -17px;
  color: #fff;
}
.area--disco-detail {
  margin: 0 0 40px;
}
.area--disco-detail .date::after {
  content: ' Release';
}
.area--disco-detail .block--jacket {
  width: 80%;
  margin: 0 auto 20px;
}
.area--disco-detail .block--jacket figcaption {
  display: none;
}
.area--disco-detail .thumb {
  position: relative;
}
.area--disco-detail .thumb img {
  border: 1px solid #ddd;
}
.area--disco-detail .thumb::after {
  content: '';
  display: block;
  z-index: 99;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.area--disco-detail a {
  color: #6f8aa6;
}
/*  4.5 gallery
------------------------------ */
.page--photo .section--list .date {
  margin: 5px 0 0 ;
}
.page--photo .section--list .thumb {
  position: relative;
  line-height: 0;
}
.page--photo .section--list .thumb img {
  background-size: contain;
  border: none;
}
.page--photo .section--list .list__txt {
  padding-top: 15px;
}
.page--photo.comics .ph {
  margin: 0 -5.5% 20px;
  line-height: 0;
}
.page--photo.comics .yonkoma {
  margin: 0 -6.5% 80px;
}
.page--photo.comics .yonkoma li {
  position: relative;
}
.page--photo.comics .yonkoma .slick-arrow {
  position: absolute;
  bottom: -40px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}
.page--photo.comics .yonkoma .slick-arrow.next {
  right: 6%;
}
.page--photo.comics .yonkoma .slick-arrow.prev {
  left: 6%;
}
.page--photo.comics .yonkoma .slick-arrow.slick-disabled {
  opacity: 0;
}
.page--photo.comics .yonkoma .slick-dots {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.page--photo.comics .yonkoma .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.page--photo.comics .yonkoma .slick-dots button {
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  width: 21px;
  height: 21px;
  background: #efefef;
  font-family: 'Times New Roman', 'Playfair Display', serif;
  font-style: italic;
  color: #333;
  border: none;
  font-size: 14px;
  border-radius: 12px;
}
.page--photo.comics .yonkoma .slick-dots .slick-active button {
  background: #333;
  color: #fff;
}
.page--photo.story .list--information .tit {
  font-size: 16px;
  position: relative;
  text-align: center;
}
.page--photo.story .list--information .new .tit::after {
  position: absolute;
  top: 3px;
  content: 'New';
  color: #c00;
  font-family: 'Times New Roman', 'Playfair Display', serif;
  font-style: italic;
  font-size: 12px;
  margin-left: 5px;
}
.page--photo.story .book-tit {
  position: absolute;
  top: 15px;
  right: 3%;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  color: #333;
  font-size: 12px;
}
.page--photo.story .story-tit {
  margin: 0 -6.5% 40px;
}
.page--photo.story .book-inner {
  position: relative;
}
.page--photo.story .block--book {
  width: 100%;
  height: 100%;
  padding: 12% 0 20px;
}
.page--photo.story .block--book .book-inner {
  width: 100%;
  margin: 0 auto;
  overflow: scroll;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-overflow-scrolling: touch;
}
.page--photo.story .block--book .book-inner img {
  max-width: initial;
}
.page--photo.story .block--book .book-inner .book-img {
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.page--photo.story .block--book .book-inner.show .book-img {
  opacity: 1;
}
.page--photo.story .mfp-arrow {
  top: auto;
  bottom: 0;
  height: 60px;
  color: #333;
  opacity: 1;
}
.page--photo.story .mfp-arrow::after {
  display: none;
}
.page--photo.story .mfp-arrow::before {
  margin: 0;
  width: 100%;
  height: 100%;
  position: static!important;
  border: none!important;
  line-height: 60px;
  font-size: 16px;
  font-weight: bold;
}
.page--photo.story .mfp-wrap {
  top: 0!important;
}
.page--photo.story .mfp-arrow-left::before {
  content: '次の章';
}
.page--photo.story .mfp-arrow-right::before {
  content: '前の章';
}
.page--photo.story .mfp-content,
.page--photo.story .chapter {
  position: relative;
  width: 100%;
  height: 100%;
}
.page--photo.story .book-close {
  position: absolute;
  bottom: -2%;
  left: 50%;
  width: 100px;
  height: 60px;
  z-index: 2;
  font-weight: bold;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  margin-left: -50px;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0.7;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
}
.page--photo.category-3 .list--information li {
  margin: 0 0 35px;
}
.page--photo.category-3 .list--information .date {
  position: absolute;
  left: 0;
  top: -25px;
}
.page--photo.category-4 .list--contents li + li {
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.page--photo.category-4 .list-tit {
  position: relative;
  padding: 20px 4% 0;
}
.page--photo.category-4 .list-tit:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: 3px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.page--photo.category-4 .block--character {
  background: #f4fbff;
  margin: 40px auto 30px;
  text-align: center;
  max-width: 600px;
  padding: 0 0 20px;
  width: 100%;
}
.page--photo.category-4 .block--character.open .list-tit:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-top: 8px;
}
.page--photo.category-4 .list--character {
  padding-top: 20px;
}
.page--photo.category-4 .list--character li {
  margin: 0 2% 5px 0;
  display: inline-block;
}
.page--photo.category-4 .list--character li a {
  display: block;
}
.page--photo.category-4 .list--character li .thumb {
  width: 90px;
  height: 90px;
  position: relative;
  top: 0;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 100px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.page--photo.category-4 .list--character li .thumb:before {
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f00e";
  color: #6f7579;
  opacity: 0.5;
  position: absolute;
  bottom: 10%;
  right: 20%;
  font-size: 18px;
}
.page--photo.category-4 .list--character li:nth-child(3n) {
  margin-right: 0;
}
.page--photo.category-4 .list--character li:nth-child(7),
.page--photo.category-4 .list--character li:nth-child(8),
.page--photo.category-4 .list--character li:nth-child(9) {
  margin-bottom: 0;
}
.page--photo.category-4 div.popup {
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  display: none;
  height: 100%;
  left: 0;
  overflow: scroll;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: none;
  -webkit-transition: none;
  padding: 140px 3% 10px;
}
.page--photo.category-4 div.popup img {
  height: auto!important;
}
.page--photo.category-4 div.popup .inner {
  background: none repeat scroll 0 0;
  margin: 0 auto;
  padding: 10px 5%;
  position: relative;
  width: 100%;
}
.page--photo.category-4 div.popup .inner .thumb {
  width: 80%;
  margin: 0 auto;
}
.page--photo.category-4 div.popup .inner .name {
  text-align: center;
  font-size: 16px;
}
.page--photo.category-4 div.popup .inner::before,
.page--photo.category-4 div.popup .inner::after {
  background: #333 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  top: -26px;
  width: 40px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.page--photo.category-4 div.popup.open .inner::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.page--photo.category-4 div.popup.open .inner::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
@media screen and (max-height: 480px) {
  .page--photo.story .book-close,
  .page--photo.story .mfp-arrow {
    bottom: -70px;
  }
}
@media screen and (min-height: 600px) {
  .page--photo.story .block--book {
    padding-top: 18%;
  }
  .page--photo.story .book-close,
  .page--photo.story .mfp-arrow {
    bottom: 4%;
  }
}
.android.story .book-close,
.android.story .mfp-arrow {
  bottom: -60px;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/*  4.6 movie
------------------------------ */
.page--movie.new-movie.page-movie-detail {
  z-index: 99;
  position: relative;
}
.page--movie.new-movie.page-movie-detail .section--detail {
  padding: 130px 5% 110px;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player {
  width: 100%;
  aspect-ratio: initial;
  position: relative;
  top: auto;
  left: auto;
  margin: 0 auto 20px;
  padding-top: 56.25%;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-poster {
  display: block;
  background-size: 100%;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-big-play-button {
  width: 50px;
  height: 50px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-big-play-button::before {
  content: "";
  background: #ffffff;
  height: 18px;
  width: 18px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: block;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar {
  position: relative;
  height: 100%;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-play-control {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-play-control span::before {
  background: none;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-play-control.vjs-paused span {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-play-control.vjs-paused span::before {
  content: "";
  background: #ffffff;
  height: 18px;
  width: 18px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: block;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-progress-control {
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 3.5em;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-picture-in-picture-control .vjs-control {
  height: 3.5em;
  position: absolute;
  left: -2vw;
  top: -3vw;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-picture-in-picture-control.vjs-control {
  height: 3.5em;
  position: absolute;
  left: 1vw;
  top: -3vw;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-volume-panel.vjs-control {
  height: 3.5em;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-volume-panel.vjs-control.vjs-volume-panel-horizontal {
  position: absolute;
  right: 0;
  top: -10px;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-volume-panel.vjs-control.vjs-volume-panel-horizontal .vjs-volume-control {
  display: none;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-time-control {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  height: 3.5em;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-subs-caps-button {
  position: absolute;
  bottom: 1vw !important;
  left: 7vw !important;
  display: block !important;
  height: 3.5em;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-fullscreen-control {
  position: absolute;
  right: 0;
  bottom: 10px;
  height: 3.5em;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-http-source-selector.vjs-menu-button.vjs-menu-button {
  position: absolute;
  right: 10vw;
  bottom: 10px;
  height: 3.5em;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info {
  margin: 30px auto;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main {
  margin: 20px 0 0 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies {
  padding-top: 0;
  border-top: none;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies.current .more_movies_title {
  font-size: 16px;
  margin: 0 0 15px 0;
  letter-spacing: 0.03em;
  font-family: 'Quicksand', sans-serif;
  text-align: left;
  font-weight: 300;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies.current .list--contents {
  display: block;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies.current .list--contents li {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies.current .list--contents li a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies.current .list--contents li a .thumb {
  width: 35%;
  margin: 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies.current .list--contents li a .list__txt {
  width: 65%;
  padding: 0 10px;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies.current .list--contents li a .list__txt .category {
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 5px 0;
  opacity: 0.7;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies.current .list--contents li a .list__txt .tit {
  margin: 0;
  font-size: 15px;
  line-height: 1.3;
}
.page--movie.new-movie.page-movie-detail.menu-open {
  z-index: 0;
}
.page--movie.new-movie.page-movie-detail.menu-open .section--detail .area--movie .block--player {
  z-index: 0;
}
.page--movie.category-18 .section--detail .area--more-info {
  display: none;
}
.player {
  margin: 0 0 20px;
}
.player video {
  width: 100%;
}
.btn__link {
  margin: 20px 0 0;
  display: block;
}
.list--step {
  padding: 20px 0 0;
}
.list--step li {
  margin: 0 0 20px;
}
.list--step li .tit {
  font-size: 16px;
}
.list--step li .tit span {
  display: block;
  margin: 0 0 10px;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #6f8aa5;
  background: #e2e8ec;
}
.list--step li .ph {
  text-align: center;
}
.list--step li img {
  width: 20%;
}
.list--step li:last-child {
  margin: 0;
}
.flash__player--accordion {
  border: 1px solid #ddd;
  padding: 10px;
}
.flash__player--accordion dt {
  position: relative;
}
.flash__player--accordion dt::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 0.75em;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.flash__player--accordion dd {
  margin: 20px 0 0 ;
  display: none;
  font-size: 10px;
  color: #999;
}
.list--player {
  margin: 20px 0 0;
  font-size: 12px;
}
.list--player li {
  margin: 0 0 5px;
}
.list--player a {
  position: relative;
  color: #6f8aa6;
  font-weight: bold;
}
.list--player a::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: -1.75em;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-color: #6f8aa6;
}
/*  Urunai
------------------------------ */
.urunai .section--detail {
  text-align: center;
}
.urunai .section-tit {
  margin: 0 -6.5%;
}
.urunai .section-tit img {
  width: 100%;
}
.urunai .section-tit + .txt {
  margin: 0 0 20px;
}
.urunai .ph {
  width: 180px;
  margin: -40px auto 0;
}
.urunai .text {
  position: absolute;
  width: 80px;
  right: -80px;
  bottom: 120px;
}
.urunai .crystal {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: url(/static/fcuru/urunai/marble.jpg);
  background-size: 250px;
  position: absolute;
  top: 60%;
  left: 50%;
  margin-left: -40px;
  z-index: -1;
  -webkit-animation: spin 0.5s linear 6, marble 80s linear infinite;
  -moz-animation: spin 0.5s linear 6, marble 80s linear infinite;
  -ms-animation: spin 0.5s linear 6, marble 80s linear infinite;
  animation: spin 0.5s linear 6, marble 80s linear infinite;
}
.urunai .block--result {
  opacity: 0;
  margin: 0 0 10px;
  padding: 20px 0 0;
  position: relative;
  transition: all 0.6s ease;
  -webkit-transform: scale3d(0.7, 0.7, 0.7);
  transform: scale3d(0.7, 0.7, 0.7);
}
.urunai .block--result .bg {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  z-index: -1;
}
.urunai .block--result .result_txt {
  position: relative;
  border: 2px solid #a9a33e;
  padding: 4px;
  background: #fff;
}
.urunai .block--result .result_txt span {
  display: block;
  border: 2px solid #a9a33e;
  padding: 5px 15px;
}
.urunai .block--result.load {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.urunai.result {
  overflow: hidden;
}
.urunai.result .ph {
  margin-top: 0;
  -webkit-animation: hurueru 0.1s infinite;
  animation: hurueru 0.1s infinite;
}
.urunai.result .ph.load {
  -webkit-animation: none;
  animation: none;
}
.urunai.top .crystal {
  -webkit-animation: spin 8s linear infinite,marble 30s linear infinite;
  -moz-animation: spin 8s linear infinite,marble 30s linear infinite;
  -ms-animation: spin 8s linear infinite,marble 30s linear infinite;
  animation: spin 8s linear infinite,marble 30s linear infinite;
}
@keyframes marble {
  0% {
    background-position: 20px 20px, 20px 20px, 20px 20px;
  }
  50% {
    background-position: 500px 500px, 100px 200px, -100px 150px;
  }
  100% {
    background-position: 500px 1000px, 200px 400px, -100px 300px;
  }
}
@-webkit-keyframes marble {
  0% {
    background-position: 20px 20px, 20px 20px, 20px 20px;
  }
  50% {
    background-position: 500px 500px, 100px 200px, -100px 150px;
  }
  100% {
    background-position: 500px 1000px, 200px 400px, -100px 300px;
  }
}
@-webkit-keyframes hurueru {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    -webkit-transform: translate(2px, 2px) rotateZ(1deg);
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    -webkit-transform: translate(2px, 0px) rotateZ(-1deg);
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
@keyframes hurueru {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    -webkit-transform: translate(2px, 2px) rotateZ(1deg);
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    -webkit-transform: translate(2px, 0px) rotateZ(-1deg);
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/*  4.7 faq
------------------------------ */
.tit--category {
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin: 0 0 20px;
}
.list--faq {
  margin: 0 -6.5% 40px;
}
.list--faq li {
  border-top: 1px solid #ddd;
}
.list--faq li:last-child {
  border-bottom: 1px solid #ddd;
}
.list--faq a {
  position: relative;
  display: block;
  padding: 15px 6%;
}
.list--faq .tit {
  padding-left: 20px;
}
.list--faq .txt {
  margin: 0;
  padding-left: 20px;
  line-height: 1.4;
}
.list--faq .icon--q {
  margin-right: 5px;
  font-family: 'Times New Roman', 'Playfair Display', serif;
  font-style: italic;
  color: #6f8aa6;
  float: left;
}
.block--faq-detail {
  margin: 0 0 60px;
}
.block--faq-detail dt {
  margin: 0 0 20px;
  padding: 0 0 15px;
  border-bottom: 1px solid #ddd;
}
.block--faq-detail dt .txt {
  margin: 0;
  padding-left: 40px;
  color: inherit;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.block--faq-detail dt .category {
  display: inline-block;
  margin: 0 0 20px;
  padding: 1px 8px 0;
  font-size: 12px;
  background: #eee;
  color: #666;
  border-radius: 20px;
}
.block--faq-detail dd .txt {
  margin: 0;
  padding-left: 40px;
  font-size: 15px;
}
.block--faq-detail dd .txt a {
  color: #6f8aa6;
}
.block--faq-detail span[class^="icon--"] {
  float: left;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  font-family: 'Times New Roman', 'Playfair Display', serif;
  font-style: italic;
  text-align: center;
}
.block--faq-detail .icon--q {
  color: #fff;
  background: #6f8aa6;
}
.block--faq-detail .icon--a {
  color: #6f8aa6;
  background: rgba(111, 138, 166, 0.2);
}
.page--faq .section-tit {
  font-size: 22px;
}
.page--faq .section--detail .block--contact {
  padding-top: 40px;
}
.page--faq .section--detail .block--contact a {
  color: #6f8aa6;
}
.page--faq .section--detail .block--contact .fa {
  color: #6f8aa6;
}
.searchBox {
  position: relative;
  margin: 0 0 40px;
}
.searchBox input[type="submit"] {
  position: absolute;
  right: 0;
  top: 3px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #999;
  background: transparent;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  border: none;
  z-index: 2;
  font-family: FontAwesome;
}
.list--sub {
  font-size: 11px;
  padding-left: 1em;
  margin: 0 0 40px;
}
.list--sub li {
  margin: 0 0 5px;
  text-indent: -1em;
}
/* appli
------------------------------ */
.iconImg {
  font-family: 'svgfont_1regular';
  font-size: 50px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #333;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  float: left;
  margin-right: 10px;
}
.iconImg.calendar::after {
  content: 'd';
  font-weight: normal;
}
.appli li {
  margin: 0 0 20px;
}
.appli .tit {
  margin: 0 0 5px;
  font-size: 16px;
}
.appli .tit,
.appli .txt--sub {
  padding-left: 65px;
}
/*  4.8 support
------------------------------ */
.support .section-tit {
  font-size: 22px;
}
.support .txt {
  margin: 0 0 10px;
}
.support .list--support dt {
  color: inherit;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
}
.support .list--support dd {
  padding: 0 0 20px;
}
.support .list--support dd a {
  text-decoration: underline;
}
.support .list--support .txt {
  margin: 0 0 10px;
}
.support .txt-list {
  padding-left: 1.5em;
}
.support .txt-list li {
  margin: 0 0 10px;
}
.support .terms-list li {
  margin: 0 0 10px;
}
.icon--required:after {
  margin-left: 5px;
  content: '※必須';
  color: #c00;
  font-weight: bold;
}
.page--questionnaire .section-tit {
  font-size: 18px;
  text-align: left;
}
/*  4.8 radio
------------------------------ */
.page--radio .section--detail .txt {
  text-align: center;
  margin-bottom: 20px;
}
.page--radio .block--next_theme {
  text-align: center;
  margin: 40px 0 0;
  padding: 20px;
  border: 1px solid #ddd;
}
.page--radio .block--next_theme .theme {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 16px;
}
.page--radio .block--next_theme .theme span {
  display: block;
  font-size: 12px;
}
.page--radio .block--next_theme .next {
  font-family: 'Times New Roman', 'Playfair Display', serif;
  font-style: italic;
  color: #999;
}
.page--radio .block--next_theme .txt {
  text-align: left;
}
/*  QA
------------------------------ */
.page--qa {
  background: #F4FBFF;
}
.page--qa .mb10 {
  margin: 0 0 10px;
}
.page--qa .logo {
  width: 80%;
  margin: 0 auto;
}
.page--qa .mainLead {
  font-size: 18px;
  margin: 0 0 20px;
  text-align: center;
}
.page--qa .block--area .btn {
  margin: 0 0 30px;
}
.qa_attentionList {
  padding: 15px;
  background: #f8f8f8;
  margin: 0 0 30px;
}
.qa_attentionList .qa_attentionTit {
  font-size: 16px;
  margin: 0 0 15px;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px;
}
.qa_attentionList ul li {
  padding: 0 0 0 1em;
  text-indent: -1em;
  font-size: 13px;
  margin: 0 0 5px;
}
.qa_attentionList ul li:last-child {
  margin: 0;
}
.list--qa li:first-child {
  border-top: 1px solid #ccc;
}
/* icon
------------------------------ */
.list--qa li a {
  display: block;
  padding: 15px 30px 15px 15px;
  border-bottom: solid 1px #ccc;
  position: relative;
}
.list--qa li a:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg);
  z-index: 0;
  transition: all 0.3s;
}
.list--qa li .tit {
  font-size: 13px;
}
.list--qa li .date {
  color: #aaa;
  font-size: 11px;
  text-align: right;
}
.list--qa li .name {
  text-align: right;
  font-size: 12px;
}
.list--qa li .qnum {
  font-size: 16px;
}
/*  QAArea
------------------------------ */
.qaArea {
  background: #F4FBFF;
}
.qaArea .logo {
  width: 80%;
  margin: 0 auto;
}
.qaArea .redTxt {
  font-size: 18px;
  font-weight: bold;
}
.qaArea .titArea .tit {
  font-size: 14px;
  padding: 0 0 0 20px;
  text-indent: -20px;
}
.qaArea .titArea .Txt {
  text-align: right;
}
.qaArea .txt {
  padding: 0 0 0 26px;
  text-indent: -26px;
}
.block_qa {
  background: #fff;
  padding: 20px;
}
.block_qa .q::before {
  content: 'Q.';
  color: #333333;
  text-transform: inherit;
  margin: 0 5px 0 0;
  font-weight: bold;
  font-size: 14px;
  font-family: 'Quicksand', sans-serif;
  vertical-align: text-bottom;
}
.block_qa .a::before {
  content: 'A.';
  color: #333333;
  text-transform: inherit;
  margin: 0 10px 0 0;
  font-size: 14px;
  font-weight: bold;
}
/*  edit
------------------------------ */
.page--qa .edit {
  margin: 0 0 20px;
}
.page--qa .edit .edit .rule {
  color: #ff0000;
}
.block_qa .form--post {
  margin: 0;
}
.block_qa .form--post dt {
  margin: 0 0 1em;
}
.block_qa .form--post dd:last-child {
  margin: 0;
}
.block_qaArea {
  background: #F4FBFF;
  padding: 0;
}
.block_qa-qArea {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  margin: 0 0 20px;
}
.block_qa-aArea {
  background: #dfebf2;
  padding: 20px;
  margin: 0 0 20px;
  border-radius: 5px;
}
.block--pager--qaArea {
  text-align: center;
}
.block--pager--qaArea li {
  position: relative;
  display: inline-block;
  padding: 0.6em;
  margin: 0 5px;
  letter-spacing: 0.03em;
  vertical-align: middle;
}
.block--pager--qaArea .left span {
  min-width: 2.4em;
  height: 2.4em;
  line-height: 2.3em;
  padding: 0 0.5em;
}
.block--pager--qaArea .left span::before {
  content: '';
  display: block;
  width: 26px;
  height: 7px;
  background: url(/static/fcuru/cmn/arrow.png) no-repeat 50% 50%;
  background-size: 100%;
  position: absolute;
  top: 45%;
  left: -30px;
  margin-top: -4px;
  line-height: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.block--pager--qaArea .right span {
  min-width: 2.4em;
  height: 2.4em;
  line-height: 2.3em;
  padding: 0 0.5em;
}
.block--pager--qaArea .right span::before {
  content: '';
  display: block;
  width: 26px;
  height: 7px;
  background: url(/static/fcuru/cmn/arrow.png) no-repeat 50% 50%;
  background-size: 100%;
  position: absolute;
  top: 45%;
  right: -30px;
  margin-top: -4px;
  line-height: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.page--questionnaire .block_qa_questionnaire br {
  display: none;
}
.page--questionnaire .block_qa_questionnaire .nameTxt {
  font-weight: bold;
  text-decoration: underline;
}
.page--questionnaire .block_qa_questionnaire .name-subTxt {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.nav--sns {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 75%;
  z-index: 999;
  margin: 50px auto -30px;
}
.nav--sns a {
  font-size: 26px;
  color: #999;
}
.postBox {
  width: 90%;
  margin: auto;
  padding: 45% 0 0;
}
.postBox li {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 0;
}
.postBox li a {
  display: block;
}
.postBox .mainTit {
  font-weight: 500;
  font-size: 18px;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #000;
}
.postBox .img {
  width: 50%;
  margin: 0 auto 20px;
}
.postBox .red {
  color: #ff0000;
}
.postBox .lead {
  font-size: 14px;
  margin: 0 0 30px 0;
}
.postBox .tit {
  font-size: 15px;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.postBox .txtArea .txt {
  font-size: 13px;
  margin: 0 0 15px 0;
}
.postBox .txtArea .minTxt {
  font-size: 11px;
  margin: 0 0 30px 0;
  line-height: 1.8;
}
.postBox input,
.postBox button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.postBox input[type='submit'],
.postBox input[type='button'],
.postBox label,
.postBox button,
.postBox select {
  cursor: pointer;
}
.postBox .btn .main {
  background: #000;
  width: 100%;
  display: block;
  margin: 0 auto 20px;
  color: #fff;
  padding: 15px;
  font-size: 14px;
  border-radius: 100px;
  border: 2px solid #000;
}
.postBox .btn .sub {
  background: none;
  display: block;
  margin: auto;
  color: #000;
  padding: 15px;
  font-size: 14px;
  border-radius: 100px;
  border: 2px solid #000;
}
.postBox .commentArea {
  border-radius: 0.3em;
  border: 1px solid #ddd;
  padding: 30px 20px;
  margin: 0 0 30px 0;
}
.postBox textarea {
  font-size: 13px;
}
/* アプリ終了対応 */
.wrap.app {
  padding-bottom: 0;
}
.body-app #popupMovie {
  display: none;
}
.wrap.app .attentionBox {
  margin: 0 auto;
  width: 75%;
  padding: 20vw 4%;
}
.wrap.app .attentionBox .tit {
  text-align: center;
  font-weight: bold;
  font-size: 4.5vw;
  margin-bottom: 1em;
  line-height: 1.4;
}
.wrap.app .attentionBox .lead {
  margin-bottom: 1em;
  font-size: 1.1em;
}
.wrap.app .attentionBox .lead a {
  color: #BC0000;
  text-decoration: underline;
  font-weight: bold;
  padding: 2px;
}
.wrap.app .attentionBox .txt-link {
  text-align: center;
}
/*  ipad
------------------------------ */
@media screen and (min-width: 600px) and (max-width: 900px) {
  .urunai .block--result {
    width: 80%;
    margin: 0 auto;
  }
  .urunai .section-tit {
    width: 80%;
    margin: 0 auto;
  }
  .page--photo.story .block--book {
    padding: 18% 0 0;
  }
  .list--circle li {
    width: 24%;
  }
}
/*  幅の狭い端末
------------------------------ */
@media screen and (max-width: 350px) {
  .page--photo.category-4 .list--character li .thumb {
    width: 80px;
    height: 80px;
  }
  .page--photo.category-4 .list--character li .thumb:before {
    font-size: 15px;
  }
}
