@import url("https://use.typekit.net/ogd3txk.css");
@charset "utf-8";
/* ---------------------------------------
1.0 setting
	1.1 normalize
	1.2 clearfix
2.0 compontents
	2.1 button
	2.2 form
	2.3 list
	2.4 pagenation
	2.5 slider
    2.6 loading
	2.7 svg
	2.8 inview
	2.X other
3.0 layout
	3.1 baseblock--category
	3.1 header
	3.2 footer
4.0 page
	4.1 parts
	4.2 home
	4.3 information
	4.4 photo
	4.5 blog
	4.6 movie
	4.7 qa
    4.8 questionnaire
	4.9 faq
    4.10 wallpaler
	4.11 support
    4.12 feature
    4.13 profile
    4.14 bbs
-------------------------------------------- */
/* 1.0 setting
============================== */
/* 1.1 normalize
------------------------------ */
html,
body {
    -webkit-text-size-adjust: none;
    background: #fff;
}
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,
embed,
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 {
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    vertical-align:bottom !important;
}
::selection {
    background: #b7d8e0;
    color: #ffffff;
}
::-moz-selection {
    background: #b7d8e0;
    color: #ffffff;
}
*,
*::before,
*::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: none;
}
body.loaded *,
body.loaded *::before,
body.loaded *::after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
select,
input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* 1.2 clearfix
------------------------------ */
.clearfix::after {
    display: table;
    content: "";
    clear: both;
}

/* 2.0 component
============================== */
@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }
}
@media screen and (min-width: 769px) {
    .sp {
        display: none !important;
    }
}
/* 2.1 button
------------------------------ */
.btn {
    text-align: center;
    margin: 1em 0;
}
.btn--main {
    position: relative;
    letter-spacing: 0.05em;
    -webkit-appearance: none;
    display: inline-block;
    min-width: 320px;
    text-align: center;
    text-decoration: none !important;
    font-size: 1.6rem;
    padding: 0.8em 1.5em;
/*    cursor: pointer;*/
    background: #575a5f;
    color: #ffffff;
}
.btn--main:hover {
    background: #383e48;
    text-decoration: none !important;
    opacity: 1;
}
.btn--sub {
    color: inherit;
    line-height: 1.8;
    letter-spacing: 0.05em;
    -webkit-appearance: none;
    display: inline-block;
    min-width: 320px;
    text-align: center;
    text-decoration: none;
    font-size: 1.6rem;
    padding: 0.8em 1.5em;
/*    cursor: pointer;*/
    background: #D5D5D5;
}
.btn--sub:hover {
    background: #cccccc;
    opacity: 1;
}
.list__more a,
.list__more span {
	position: relative;
	padding: 0.5em 60px 0.5em 0;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 1.2rem;
	font-weight: 700;
    letter-spacing: 0.1em;
}
.list__more a::before,
.list__more span::before {
    content: '';
    position: absolute;
    width: 36px;
    height: 1px;
    right: 12px;
    top: 50%;
    background: #232323;
}
.list__more a::after,
.list__more span::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: 12px;
    top: 50%;
    margin-top: -4px;
    border-style: solid;
    border-width: 0 6px 4px 0px;
    border-color: transparent transparent #232323 transparent;
}
.list__more a:hover::before,
.list__more a:hover::after {
    right: 4px;
}
.link--text-sub {
    display: inline-block;
    position: relative;
    padding: 0.4em  1.5em 0.4em;
    text-decoration: none;
}
.link--text-sub::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 12px;
    right: 7px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #232323;
    border-right: 1px solid #232323;
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.link--text-sub:hover {
    opacity: 0.6;
}

@media screen and (max-width: 768px) {
    .btn--main {
        width: 90%;
        display: block;
        margin: 0 auto;
        min-width: inherit;
    }
    .btn--sub {
        width: 90%;
        min-width: inherit;
    }
    .list__more a,
    .list__more span {
        padding: 0.5em 52px 0.5em 0;
        font-size: 1.0rem;
    }
    .list__more a::before,
    .list__more span::before {
        width: 33px;
        right: 10px;
    }
    .list__more a::after,
    .list__more span::after {
        right: 10px;
        margin-top: -3px;
        border-width: 0 5px 3px 0px;
    }
    .list__more a:hover::before,
    .list__more a:hover::after {
        right: 6px;
    }
}

/* 2.2 form
------------------------------ */
.form--post dt {
    margin: 3em 0 1em;
    font-weight: bold;
}
.form--post dd {
    margin: 0 0 1em;
}
/* placeholder */
::-webkit-input-placeholder {
    color: #ccc;
}
::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #ccc;
}
:-moz-placeholder {
    color: #ccc;
}
/* autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
/* input */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="number"] {
    color: inherit;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.06em;
    -webkit-appearance: none;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    background: transparent;
    box-shadow: none;
    border-radius: 0.3em;
    border: 1px solid #ddd;
    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[type="submit"] {
    border: none;
}
.input--half {
    width: 50% !important;
}
.input--quarter {
    width: 25% !important;
}
/* textarea */
textarea {
    color: inherit;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.06em;
    -webkit-appearance: none;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    background: transparent;
    box-shadow: none;
    border-radius: 0.3em;
    border: 1px solid #ddd;
    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 {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.06em;
    -webkit-appearance: none;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    border-radius: 0.3em;
    border: 1px solid #707070;
	  background-color: #fff;
    padding: 0.5em;
    padding-right: 1.5em;
	  color: #000000;
}
.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 #888;
    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: 1.8rem;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.06em;
    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: #eb6972;
    border-color: #eb6972;
}
.form__checkbox :checked ~ p::after {
    top: 50%;
    opacity: 1;
}
/* radio */
.form__radio label p {
    color: inherit;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.06em;
    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: #666666;
    border-width: 0.3em;
}
/* toggle button */
.form__toggle label p {
    color: inherit;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.06em;
    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: #edf1fe;
    border-color: #edf1fe;
}
.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;
}
.form_box .rule {
    color: #c00;
}
.form--confirm {
    margin-top: 5%;
}
.form--confirm dt {
    margin-bottom: 5px;
    font-size: 1.2rem;
    color: #cccccc;
    line-height: 1.3;
}
.form--confirm dd {
    margin: 0 0 1.5em;
    font-size: 1.8rem;
}
.icon--required {
  position: relative;
}
.icon--required::after {
  content: "必須";
  line-height: 1;
  padding: 2px 5px;
  background-color: #ccc;
  border-radius: 2px;
  color: #fff;
  font-size: 1.0rem;
}
/* 2.3 list
------------------------------ */
/* list text */
.list--text {
    margin: 0 0 4%;
}
.list--text a {
    position: relative;
    display: block;
	width: 100%;
    padding: 20px 0;
    overflow: hidden;
}
.list--text a * {
    -webkit-transition: none;
    transition: none;
}
.list--text .tit {
    position: relative;
    display: block;
	line-height: 1.4;
    font-size: 1.4rem;
}
.list--text .date {
    display: inline-block;
    position: relative;
    width: 7.5em;
    line-height: 1.5em;
    margin-bottom: 0.5em;
    padding: 0;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 1.2rem;
	font-weight: 700;
    letter-spacing: 0.12em;
}
.list--text .category {
    display: inline-block;
    padding: 0 10px;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #fff;
    background-color: #666666;
}
.list--text .new .tit::after {
    content: "NEW";
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-left: 1em;
    border-radius: 50%;
    background-color: #232323;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    font-size: 1rem;
    font-weight: normal;
    transform: scale(0.8);
    transform-origin: left center;
}

@media screen and (max-width: 768px) {
	.list--text {
		margin: 0 0 6%;
	}
    .list--text a {
        display: block;
        padding: 15px 0;
    }
	.list--text .list__txt {
		width: 100px;
	}
	.list--text .tit {
		font-size: 1.3rem;
	}
	.list--text .date {
		width: 82px;
		font-size: 1.1rem;
	}
}

/* list contents */
[class^="page--"] .list--contents {
    margin: 3% auto;
    padding: 0;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
[class^="page--"] .list--contents li {
    width: calc(96% / 3);
    margin-right: 2%;
    margin-bottom: 6%;
    display: inline-block;
}
[class^="page--"] .list--contents li:nth-child(3n) {
	margin-right: 0;
}
[class^="page--"] .list--contents a {
    display: block;
}
[class^="page--"] .list--contents a * {
    -webkit-transition: none;
    transition: none;
}
[class^="page--"] .list--contents .thumb {
    position: relative;
    margin: 0 auto 1em;
    line-height: 0;
    overflow: hidden;
}
[class^="page--"] .list--contents .thumb::after {
    content: "";
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 83, 91, 0.1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
[class^="page--"] .list--contents li a:hover .thumb::after {
    opacity: 1;
}
[class^="page--"] .list--contents .thumb img {
    width: 100%;
    background-image: url(/static/enjin/fanclub/common/nophoto.jpg);
}
[class^="page--"] .list--contents li .tit {
    margin-bottom: 1.5%;
    line-height: 1.6;
	word-break: break-all;
	overflow-wrap : break-word;
	font-size: 1.4rem;
}
[class^="page--"] .list--contents .date {
    position: relative;
    display: inline-block;
    font-size: 1.1rem;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
    letter-spacing: 0.12em;
}
[class^="page--"] .list--contents li.new .date::after {
    content: "NEW";
    position: absolute;
    top: -5px;
    right: -32px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: #232323;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    font-size: 1rem;
    font-weight: normal;
    transform: scale(0.8);
    transform-origin: left center;
}

@media screen and (max-width: 768px) {
    [class^="page--"] .list--contents li {
        width: calc(97% / 2);
		margin-right: 3%;
		margin-bottom: 10%;
    }
    [class^="page--"] .list--contents li:nth-child(3n) {
        margin-right: 3%;
    }
    [class^="page--"] .list--contents li:nth-child(2n) {
        margin-right: 0;
    }
	[class^="page--"] .list--contents .thumb {
		margin: 0 auto 0.9em;
	}
	[class^="page--"] .list--contents li .tit {
		font-size: 1.3rem;
	}
	[class^="page--"] .list--contents .date {
		font-size: 1.1rem;
	}
}

/* 2.4 pagenation
------------------------------ */
.block--pager {
    text-align: center;
    letter-spacing: -.5em;
    font-size: 15px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: 20px;
    height: 60px;
}
.block--pager li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: .5em 0;
    vertical-align: middle;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 1.5rem;
    font-weight: 500;
	text-align: center;
    line-height: 1;
    letter-spacing: 0.1em;
}
.block--pager li.pager__item--current,
.block--pager li.pager__item--other a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 0.6em;
}
.block--pager li::before {
    content: '';
    display: block;
    width: 50%;
    height: 2px;
    background: #111;
    position: absolute;
    bottom: 2px;
    left: 25%;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.block--pager .pager__item--current::before {
    transform: scaleX(1);
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
    position: static;
    width: 36px;
    height: 36px;
    margin: 0 6px;
    padding: 0;
}
.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
    content: none;
}
.block--pager .pager__item--newer a,
.block--pager .pager__item--older a,
.block--pager .pager__item--newer span,
.block--pager .pager__item--older span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 0;
}
.block--pager .pager__item--newer span,
.block--pager .pager__item--older span {
    opacity: 0.2;
}

.block--pager .pager__item--older a::after,
.block--pager .pager__item--older span::after,
.block--pager .pager__item--newer a::after,
.block--pager .pager__item--newer span::after {
	position: absolute;
    content: '';
    display: inline-block;
	top: 15px;
    right: 16px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #232323;
    border-right: 1px solid #232323;
    transform: rotate(-135deg);
	-webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.block--pager .pager__item--older a::after,
.block--pager .pager__item--older span::after {
    transform: rotate(45deg);
}


@media screen and (max-width: 768px) {
	.block--pager {
		margin: 40px 0 0;
	}
	.block--pager li.pager__item--list {
		line-height: 1.3em;
	}
	.block--pager li.pager__item--list a {
		height: 1.3em;
		line-height: 1.3em;
		font-size: 1.7rem;
		padding: 0 0.2em 0 0.4em;
	}
	.block--pager li.pager__item--list a:hover {
		background-color: #000000 !important;
		color: #ffffff !important;
	}
}
/* 2.5 slider
------------------------------ */
.loaded .slick-slider * {
    -webkit-transition: none;
    transition: none;
}
.slider {
    opacity: 0;
    z-index: 1;
}
.slider.slick-initialized {
	opacity: 1;
}
.slick-slider {
    margin: 0;
    overflow: visible;
}
.slick-slider .slick-arrow {
    -webkit-appearance: none;
    display: block;
    width: 60px;
    height: 60px;
    text-indent: -999px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgba(208, 213, 216, 0.7);
    border-radius: 50%;
    z-index: 9;
    cursor: pointer;
	transform: none;
	-webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.slick-slider .slick-arrow.slick-disabled {
    display: none!important;
}
.list--bnr .slick-prev {
    left: -60px;
}
.list--bnr .slick-next {
    right: -60px;
}
.list--bnr:hover .slick-prev {
    left: 25px;
}
.list--bnr:hover .slick-next {
    right: 25px;
}
.slick-slider .slick-arrow::before {
    content: '';
    position: absolute;
    width: 38px;
    height: 1px;
    left: 12px;
    top: 50%;
    background: #fff;
}
.slick-slider .slick-arrow::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 12px;
    top: 50%;
    margin-top: -4px;
    border-style: solid;
    border-width: 4px 6px 0px 0;
    border-color: transparent #fff transparent transparent;
}
.slick-slider .slick-next::before {
	right: 12px;
	left: auto;
}
.slick-slider .slick-next::after {
    right: 12px;
    left: auto;
    border-width: 0 6px 4px 0px;
    border-color: transparent transparent #fff transparent;
}
.slick-slider .slick-arrow:hover::before {
    opacity: 0.8;
}
.slick-slider .slick-dots {
    bottom: -40px;
}
.slick-slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 10px;
}
.slick-slider .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
}
.slick-slider .slick-dots li button::before {
    content: '';
    background: #fff;
	border: solid 1px #232323;
    width: 8px;
    height: 8px;
    border-radius: 4px;
	top: 0;
    opacity: 1;
}
.slick-slider .slick-dots li button:hover::before {
    opacity: 1;
    background: #232323;
}
.slick-slider .slick-dots li.slick-active button:before {
    background: #232323;
}
.slick-slider .slick-dots {
    bottom: -30px;
}
@media screen and (max-width: 768px) {
	.slick-slider .slick-arrow::before {
		display: none;
	}
	.slick-slider .slick-dots {
		bottom: -20px;
	}
    .slick-slider .slick-dots li {
        margin: 0 5px;
    }
	.slick-slider .slick-dots li button {
		width: 6px;
        height: 6px;
	}
    .slick-slider .slick-dots li button::before {
        width: 6px;
        height: 6px;
        border: solid 0.5px #232323;
    }
}

/* 2.6 loading
------------------------------ */
#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #efefef;
	z-index: 999;
	transition: none;
}
#loading .loader {
    width: 100%;
    height: 100%;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#loading .loader .ball-scale {
    height: 600px;
    width: 600px;
    position: relative;
}
#loading .loader .ball-scale::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: url(/static/enjin/fanclub/common/logo_fc.png) no-repeat center center; */
    background-size: 90% auto;
    opacity: 0.1;
    z-index: 100;
}
#loading .loader .ball-scale > span {
    display: block;
    height: 100%;
    width: 100%;
    background-color: #D5D5D5;
    border-radius: 100%;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
    animation: ball-scale 2s 0s ease-in-out infinite;
}

@-webkit-keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  50% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }  
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}
@media screen and (max-width: 999px) {
    #loading .loader .ball-scale {
        height: 60vw;
        width: 60vw;
    }
}
@media screen and (max-width: 768px) {
    #loading .loader .ball-scale {
        height: 80vw;
        width: 80vw;
    }
}
@media screen and (max-width: 520px) {
    #loading .loader .ball-scale {
        height: 90vw;
        width: 90vw;
    }
}


/* 2.7 svg
------------------------------ */

#svg_symbol {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

/* 2.8 inview
------------------------------ */

.from-left {
	opacity: 0;
}
.from-left.e-v {
	animation: fromLeft .6s ease forwards;
}
@keyframes fromLeft {
	0% {
		opacity: 0;
		transform: translate(-100%);
	}
	100% {
		opacity: 1;
		transform: translate(0);
	}
}
.from-right {
	opacity: 0;
}
.from-right.e-v {
	animation: fromRight .6s ease forwards;
}
@keyframes fromRight {
	0% {
		opacity: 0;
		transform: translate(100%);
	}
	100% {
		opacity: 1;
		transform: translate(0);
	}
}
.from-bottom {
	opacity: 0;
}
.from-bottom.e-v {
	animation: fromBottom .35s ease forwards;
}
@keyframes fromBottom {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}


/* 2.9 other
------------------------------ */
.youtube {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%!important;
    height: 100%!important;
}

[class^="page--"] .comingsoon {
	display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 40vh;
}
[class^="page--"] .comingsoon p {
	text-align: center;
	font-size: 3rem;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
    letter-spacing: 0.1em;
}
[class^="page--"] .section--list .no-data {
	padding: 3em 0;
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}


/* 2.10 cursor
------------------------------ */
body {
    cursor: none;
}
a {
    cursor: none;
}
a:hover {
    cursor: pointer;
}
.cursor,
.cursor-follower {
    display: none;
}
body.loaded .cursor,
body.loaded .cursor-follower,
body.loaded .cursor-follower::before {
    display: block;
    transition: none;
    position: absolute;
    top: 0;
    left: 0; 
    pointer-events: none;
}
body.loaded .cursor {
    position: absolute;
    background-color: #ccc;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    user-select: none;
    pointer-events: none;
    z-index: 100;
    transform: scale(1);
}
body.loaded .cursor.active {
    opacity: 0.5;
    transform: scale(0);
}
body.loaded .cursor.hovered {
    opacity: 0.08;
}
body.loaded .cursor-follower {
    position: absolute;
    width: 30px;
    height: 30px;
}
body.loaded .cursor-follower::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 100%;
    border: 1px solid #bcbcbc;
    z-index: 1;
    transition: 0.6s ease transform, 0.2s ease opacity;
    user-select: none;
    pointer-events: none;
    z-index: 101;
}
body.loaded .cursor-follower.active::before {
    opacity: 0.6;
    transform: scale(1.8);
    transform-origin: center center 0;
    background-color: rgba(51, 83, 91, 0.1);
    border: none;
}

@media screen and (max-width: 999px) {
    body {
        cursor: auto !important;
    }
    a {
        cursor: pointer !important;
    }
    body.loaded .cursor,
    body.loaded .cursor-follower {
        display: none !important;
    }
}
@media screen and (max-width: 768px) {
	[class^="page--"] .comingsoon {
		height: 20vh;
	}
	[class^="page--"] .comingsoon p {
		font-size: 2rem;
	}
	[class^="page--"] .section--list .no-data {
		padding: 3em 0;
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 520px) {
	[class^="page--"] .comingsoon p {
		font-size: 1.6rem;
	}
}


/* 3.0 layout
============================== */
/* 3.1 base
------------------------------ */
html {
	font-size: 62.5%;
}
html,
body {
    min-height: 100vh;
}
body {
    position: relative;
    background-color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-feature-settings: "pkna" 1;
    color: #232323;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.12em;
}
a {
    color: #232323;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#container {
	position: relative;
    padding: 150px 0 160px;
	z-index: 0;
	min-height: 96vh;
    overflow: hidden;
}
#contents {
    margin-top: 100px;
}
.inner {
    position: relative;
    margin: 0 auto;
}
#bg-circle {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 125%;
    opacity: 0;
    z-index: -1;
    transform: translateY(-120px);
    transition: all 1.0s ease-out;
}
#bg-circle img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-left: -25%;
    margin-bottom: -65%;
}
#bg-circle.bg_on {
    opacity: 0.9;
    transform: translateY(0);
}
#bg-circle.bg_end {
    opacity: 0;
    transform: translateY(120px);
}

@media screen and (max-width: 999px) {
    #container {
        padding: 60px 0 100px;
    }
    #contents {
        margin-top: 5%;
    }
    #bg-circle {
        transform: translateY(-120px);
    }       
    #bg-circle img {
        transform: translateY(-0px);
        margin-left: -20%;
        margin-bottom: -52%;
    }
    #bg-circle.bg_end {
        transform: translateY(120px);
    }
}


/* 3.2 header
------------------------------ */
.header {
    position: fixed;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    width: 100%;
    height: 150px;
    padding: 0 30px;
    left: 0;
    top: 0;
    z-index: 999;
}
.header::before {
    content: "";
    width: 100vw;
    max-width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    pointer-events: none;
    box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff;
    transition: all .5s ease;
}
.header h1 {
    /* width: 400px; */
    width:100%;
    height: 50px;
    z-index: 100;
}
.header h1 a {
    display: block;
	/* overflow: hidden; */
    height: 100%;
	line-height: 1;
    z-index: 101;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
    font-family: "proxima-nova", sans-serif;
    font-style:italic;
}

.header h1 a strong{
    font-size:1.3em;
    letter-spacing:0;
    display:flex;
    align-items:center;
}

.header h1 a strong img{
    max-height:1em;
    margin-right:0.5em;
}

@media screen and (min-width:961px){
    .header h1 a strong{
        font-size:2em;
    }
}

.header h1 a:hover {
    opacity: 0.6;
}
.header_inner {
    position: relative;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
	transition: none !important;
}
.header .g_nav ul {
    margin-top: 100px;
	font-size: 0;
	text-align: right;
}
.header .g_nav ul li {
	display: inline;
	line-height: 22px;
    padding: 0 7px;
	text-align: right;
	font-size: 1.4rem;
}
.header .g_nav ul li:first-child {
	padding-left: 0;
}
.header .g_nav ul li:last-child {
	padding-right: 0;
}
.header .g_nav ul li a,
.header .g_nav ul li span {
    position: relative;
    display: inline-block;
	line-height: 1;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.08em;
}
.header .g_nav ul li a:hover,
.header .g_nav ul li span:hover {
    opacity: 0.6;
}
.login_nav {
    position: absolute;
    top: 44px;
    right: 100px;
	display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    margin: 0;
    opacity: 1;
}

.header .g_nav ul li.off{
    pointer-events:none;
    opacity:.3;
}

.login_nav li {
    white-space: nowrap;
    display: inline-block;
}
.login_nav a {
    position: relative;
    display: block;
    padding: 0 1em;
    margin: 0 auto;
    text-align: center;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 1.7rem;
	font-weight: 500;
    letter-spacing: 0.07em;
    transition: none;
    transition: color 0.3s ease;
}
.login_nav li a:hover {
    opacity: 0.6;
}
.login_nav li:first-child a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 1px;
    width: 1px;
    height: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    background: #232323;
}

/* 言語切り替えボタン
--------------------------------- */
.lang_nav {
    position: absolute;
    top: 45px;
    right: 0px;
	display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.langBar {
	height: 26px;
}
.langSelector {
    z-index: 98;
    cursor: pointer;
    position: relative;
}
#language-selector {
    padding: 2px 10px 2px 32px;
    font-size: 11px;
    border: none;
}
.easy-select-box {
    position: relative;
    font-weight: 500;
    padding: 2px 10px 2px 32px;
    color: #232323;
    font-size: 11px;
    outline: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-sizing: border-box;
    width: auto!important;
    min-width: 100px;
}
.langBar .easy-select-box { background-color: #fff;}
.langBar .easy-select-box .esb-displayer { text-align: center;}
.easy-select-box .esb-dropdown {
    display: none;
    max-height: 200px;
    margin-top: 10px;
    padding: 8px 15px;
    overflow: auto;
    position: absolute;
    right: 0;
    z-index: 999;
    background: #2d2d2d;
    color: #fff;
    box-sizing: border-box;
    min-width: 130px;
    width: 100%!important;
	transition: none;
}
.esb-item { -webkit-transition: all .3s ease; transition: all .3s ease;}
.esb-item:hover { color: #666666; cursor: pointer;}
.langBar:hover .easy-select-box,#home .langBar:hover .easy-select-box,#home #header.on .langBar:hover .easy-select-box{ background: rgba(255,255,255,0.2);}
.langSelector::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 6px;
    width: 4px;
    height: 4px;
    margin-top: -4px;
    border: 0px;
    border-bottom: solid 1px #232323;
    border-right: solid 1px #232323;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10;
}
.langSelector::after {
    position: absolute;
    left: 6px;
    top: 0;
    bottom: 0;
    content: "";
    width: 14px;
    height: 14px;
    margin: auto;
    background: url(/static/enjin/fanclub/common/icon_lang.svg) no-repeat center center;
    background-size: contain;
}
.header .btn--nav {
    display: none;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
/*    cursor: pointer;*/
    z-index: 101;
}
.header .btn--nav span {
    display: inline-block;
    position: absolute;
    left: 15px;
    width: 30px;
    height: 1px;
    background-color: #232323;
}
.header .btn--nav span:first-child {
    top: 23px;
}
.header .btn--nav span:nth-of-type(2) {
    top: 30px;
}
.header .btn--nav span:nth-of-type(3) {
    top: 37px;
}
.scroll .header {
    height: 80px;
}
.scroll .header::before {
    box-shadow: 0 0 60px 80px #fff, 0 0 30px 50px #fff;
}
.scroll .header h1 {
    /* width: 400px; */
    width:100%;
    height: 38px;
}
.scroll .header_inner {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
}
.scroll .header .g_nav ul {
    margin-top: 40px;
}
.scroll .login_nav {
    top: 8px;
}
.scroll .lang_nav {
    top: 10px;
}

@media screen and (max-width: 1199px) {
    .header .g_nav ul li a,
    .header .g_nav ul li span {
        font-size: 1.0rem;
    }
}
@media screen and (max-width: 1099px) {
	.header h1 {
		width: 300px;
	}
    .header_inner {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
    }
}
@media screen and (max-width: 999px) {
    .header {
        height: 60px;
		padding: 0 0 0 20px;
    }
    .header h1 {
        width: 240px;
        height: 30px;
    }
	.header h1 a:hover {
		opacity: 1;
	}
    .scroll .header::before {
        box-shadow: 0 0 50px 50px #fff, 0 0 40px 30px #fff;
    }
    .scroll .header h1 {
        width: 240px;
        height: 30px;
    }
    .scroll .header_inner {
        display: block;
        width: 100%;
    }
    .header .btn--nav {
        display: block;
    }
    /* menubtn-close */
    .open .header .btn--nav span:first-child {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 30px;
    }
    .open .header .btn--nav span:nth-of-type(2) {
        display: none;
    }
    .open .header .btn--nav span:nth-of-type(3) {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        top: 30px;
    }
    /* menu-open */
    .header_inner {
        display: block;
        opacity: 0;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding-top: 60px;
        -webkit-transition: opacity 0.8s ease !important;
        transition: opacity 0.8s ease !important;
        background-color: #fff;
        z-index: -1;
        pointer-events: none;
    }
    .header .g_nav,
    .header .login_nav,
    .header .lang_nav {
        opacity: 0;
        transition: none;
    }
    .open .header_inner {
        opacity: 1;
        width: 100%;
        pointer-events: auto;
        z-index: 99;
    }
    .open .header .g_nav,
    .open .header .login_nav,
    .open .header .lang_nav {
        position: static;
        opacity: 1;
    }
    .header .g_nav {
        width: 100%;
		height: auto;
    }
	.header .g_nav ul {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 auto;
		padding: 12vh 0 5vh;
    }
    .header .g_nav ul li {
		display: block;
        width: 100%;
        -webkit-transition: none;
        transition: none;
		padding: 0;
    }
    .header .g_nav ul li a {
        position: relative;
        display: block;
        font-size: 1.8rem;
        padding: 1.6vh 0;
        overflow: hidden;
		text-align: center;
    }
	.header .g_nav ul li a::after {
		display: none;
	}
    .login_nav,
    .login_nav li,
    .login_nav li a {
        transition: none !important;
    }
    .login_nav {
        width: auto;
        height: auto;
        margin: 0 auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
    }
    .login_nav li {
		width: 110px;
    }
	.login_nav li:first-child {
		border-bottom: none;
	}
    .login_nav li a {
        width: 100%;
		line-height: 1 !important;
        border: none;
        margin: 0;
        padding: 1vh 0.5em;
		font-size: 1.5rem;
    }
	.langBar {
		width: 98px;
		height: 28px;
		margin: 3% auto;
	}
    #language-selector {
        color: #232323;
    }
	.langSelector {
		height: 28px;
	}
	.langBar select {
		position: relative;
		width: 100%;
		height: 28px;
		font-size: 11px;
		-webkit-appearance: none;
		-moz-appearance: none;
		border-radius: 0;
		outline: none;
		font-feature-settings: "palt";
	}
    .easy-select-box {
        border: none;
    }
    .easy-select-box::before,
	.easy-select-box::after {
		display: none;
	}
    .scroll .header {
        height: 60px;
    }
}
@media screen and (max-width: 520px) {
    .header .g_nav ul li a {
        font-size: 1.5rem;
    }
    .login_nav li a {
		font-size: 1.5rem;
    }
}
@media screen and (max-width: 375px) {
    .header .g_nav ul li a {
        font-size: 1.3rem;
    }
    .login_nav li a {
		font-size: 1.3rem;
    }
}

/* 3.3 footer
------------------------------ */
footer {
    width: 100%;
    text-align: center;
    padding: 70px 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
footer .block--page-top {
	transition: none;
	z-index: 99;
}
footer .block--page-top a {
    position: fixed;
    bottom: 50px;
    right: 15px;
    width: 35px;
    height: 100px;
	padding: 0;
    z-index: 100;
}
footer .block--page-top a span {
    position: absolute;
    left: 35px;
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 1.0rem;
    letter-spacing: 0.12em;
    transform: rotate(90deg);
    transform-origin: left top;
}
footer .block--page-top a:hover {
    opacity: 0.6;
}
footer .nav--support {
    padding-top: 40px;
}
footer .list--support {
    overflow: hidden;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    padding: 0 4%;
}
footer .list--support li {
    margin-bottom: 5px;
    line-height: 1;
	padding: 0.5em 0.85em;
}
footer .list--support a {
	position: relative;
    display: inline-block;
	line-height: 1.1;
    overflow: hidden;
	font-size: 1.1rem;
	z-index: 0;
}
footer .list--support a:hover {
	opacity: 0.6;
}
footer .nav--link {
    margin-top: 40px;
}
footer .nav--link a {
    position: relative;
    display: block;
	width: 300px;
    height: 60px;
    line-height: 60px;
	margin: 0 auto;
    padding: 0 1em;
    font-size: 1.2rem;
	font-weight: bold;
	-webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
footer .nav--link a::before,
footer .nav--link a::after {
    content: '';
    position: absolute;
    transition: all 0.3s;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
footer .nav--link a::before {
  opacity: 0;
  background: rgba(50, 50, 50, 0.1);
  transform: scale(1, 0.1);
}

footer .nav--link a:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

footer .nav--link a::after {
  transition: all 0.3s;
  border: 1px solid rgba(50, 50, 50, 0.5);
}

footer .nav--link a:hover::after {
  transform: scale(1, .1);
  opacity: 0;
}
footer h1 a {
    display: block;
    width: 110px;
    margin: 0 auto;
    overflow: hidden;
}
footer h1 img {
    width: 100%;
}
footer .nav--sns {
    position: relative;
    margin: 70px 0;
}
footer .nav--sns ul {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
footer .nav--sns ul li a {
    display: block;
	overflow: hidden;
    width: 30px;
    height: 30px;
	line-height: 0;
    margin: 0 18px;
	white-space: nowrap;
    text-indent: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
footer .nav--sns ul li.nav--twitter a {
    background-image: url(/static/enjin/fanclub/common/icon_twitter.svg);
    background-size:80%;
}
footer .nav--sns ul li.nav--instagram a {
    background-image: url(/static/enjin/fanclub/common/icon_instagram.svg);
}
footer .nav--sns ul li.nav--youtube a {
    background-image: url(/static/enjin/fanclub/common/icon_youtube.svg);
}
footer .nav--sns ul li.nav--tiktok a {
    background-image: url(/static/enjin/fanclub/common/icon_tiktok.svg);
}
footer .nav--sns ul li a:hover {
	opacity: 0.6;
}
footer .copyright {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 300;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
    footer {
        padding: 10% 0;
    }
    footer .block--page-top a  {
		width: 31px;
    	height: 70px;
    }
	footer .block--page-top a:hover {
		bottom: 30px !important;
	}
	footer .block--page-top a span {
		width: 70px;
        right: 10px;
	}
	footer .block--page-top a::before {
		top: 8px;
		width: 11px;
		height: 7px;
	}
    footer h1 a {
        width: 24vw;
        max-width: 110px;
    }
	footer .nav--support {
		padding-top: 20px;
	}
	footer .list--support {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
    footer .list--support li {
        width: 100%;
		padding: 0.4em 0;
		text-align: left;
    }
	footer .nav--link {
		margin-top: 20px;
	}
    footer .nav--link a {
        width: 60%;
        height: 45px;
        line-height: 45px;
        font-size: 1.1rem;
    }
	footer .nav--sns {
		margin: 30px 0;
    }
    footer .nav--sns ul li a {
		width: 22px;
		height: 22px;
        margin: 0px 15px;
	}
}

/* 4.0 page
============================== */

/*    4.1 parts
------------------------------ */
/* typography */
.section-tit {
    position: relative;
    margin-bottom: 1.5em;
    padding: 0.8em 0 0.8em 40px;
    line-height: 1.2;
    letter-spacing: .1em;
	font-family: 'Red Hat Display', -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 3.0rem;
    font-weight: 700;
    -webkit-transition: none;
    transition: none;
    border-bottom: solid 1px #707070;
}
.section-tit::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #D5D5D5;
    border-radius: 50%;
    transform: translateY(-50%);
}
.tit--page {
    color: inherit;
    font-size: 3.8rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.06em;
    margin: 0 0 1em;
}
.tit--section {
    color: inherit;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.06em;
    margin: 0 0 1em;
}
.tit--box {
    color: inherit;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.06em;
    margin: 0 0 1em; 
}
.tit--feature {
    margin-bottom: 0.5em;
    letter-spacing: .04em;
    font-size: 3.8rem;
    font-weight: bold;
    text-align: center;
	line-height: 1.3;
}
.tit--menu {
    color: inherit;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.04em;
    margin: 0 0 1em;
    opacity: 0.5;
}
.txt--lead {
    color: inherit;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.06em;
    margin: 0 0 1em;
}
.txt--basic {
    color: inherit;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin: 0 0 1em;
}
.txt--sub {
    color: inherit;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0.04em;
}
.center {
    text-align: center;
}
/* section */
section {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
    padding: 80px 0;
	z-index: 0;
}
section > * {
    position: relative;
    z-index: 1;
}
[class^="page--"] .section--detail .inner {
    max-width: 850px;
    margin: 0 auto;
}
[class^="page--"] .section--detail .tit {
    margin: 0 0 16px;
    line-height: 1.5;
    font-size: 2.3rem;
}
[class^="page--"] .section--detail .date {
    display: inline-block;
    margin: 0 0 0.5em;
	font-family: 'Red Hat Display', sans-serif;
    font-size: 1.2rem;
	font-weight: 700;
    letter-spacing: 0.1em;
}
[class^="page--"] .section--detail .txt {
    word-break: break-all;
}
[class^="page--"] .section--detail .txt a {
    text-decoration: underline;
}
[class^="page--"] .section--detail .txt a:hover {
    text-decoration: none;
}
[class^="page--"] .section--detail .ph {
    position: relative;
    width: 100%;
    max-width: 750px;
    margin: 2% auto;
    line-height: 1;
    text-align: center;
}
[class^="page--"] .section--detail .leftImg .ph {
    margin: 2% 0;
    text-align: left;
}
[class^="page--"] .section--detail .ph .dummy {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.detail__btn {
    margin: 70px 0 0 ;
    text-align: center;
    font-family: 'Red Hat Display', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.4rem;
	font-weight: 500;
}
.detail__btn a {
    display: inline-block;
    position: relative;
	padding: 0.4em 0 0.4em 1.5em;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 1.5rem;
    text-decoration: none;
}
.detail__btn a::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 15px;
    left: 5px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #232323;
    border-right: 1px solid #232323;
    transform: rotate(-135deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.block--error {
    color: #f33;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.04em;
    line-height: 1.6;
    background: #eaeeff;
    border: .5px solid #F32;
    border-radius: 3px;
    padding: 1em;
    margin: 0 0 30px;
}
.block--error li::before {
    content: '※';
}
.block--error li + li {
    margin: 5px 0 0 ;
}
.block--share {
    text-align: right;
    z-index: 10;
}
.block--share li {
    display: inline-block;
    margin: 0 1em 0 0;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
    font-weight: 500;
    transition: none;
    -webkit-transition: none;
}
.block--share li.facebook,
.block--share li.twitter,
.block--share li.lineIcon {
    width: 20px;
}
.block--share li.facebook {
    margin-right: 0.7em;
}
.block--share li a {
    display: block;
    font-size: 2.2rem;
    color: #232323;
}
.block--share li a * {
    -webkit-transition: none;
    transition: none;
}
.block--share li.lineIco a svg {
    margin-bottom: -1px;
}
.block--share li a:hover {
    opacity: 0.6;
}
.block--share li a:hover svg {
    fill: #7b7b7b;
}
.block--share li svg {
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    fill: #232323;
}
.block--category {
    position: absolute;
    top: 140px;
    right: 0;
    padding: 0 10px;
    background: #222;
    line-height: 60px;
    font-size: 0.9em;
}
.block--category li {
    display: inline-block;
}
.block--category span,
.block--category a {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
}
.block--category span {
    color: #eb6a72;
}
.block--category a::before {
    content: '';
    width: 0;
    height: 100%;
    background: #eb6a72;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.block--category a:hover::before {
    width: 100%;
}

@media screen and (max-width: 1300px) {
	section {
		padding: 80px 7%;
	}
}
@media screen and (max-width: 999px) {
	section {
		padding: 6% 7%;
	}
    .section-tit {
        font-size: 2.6rem;
    }
}
@media screen and (max-width: 768px) {
    .section-tit {
        padding: 0.8em 0 0.8em 20px;
        font-size: 1.9rem;
    }
    .section-tit::before {
        width: 9px;
        height: 9px;
    }
    .tit--page {
        font-size: 3.0rem;
    }
    .tit--section {
        font-size: 2.0rem;
    }
    .tit--box {
        font-size: 1.5rem;
    }
	.tit--feature {
        font-size: 2.8rem;
	}
    section {
        padding: 8% 4%;
    }
    [class^="page--"] .section--detail .inner {
        width: 100%;
    }
    [class^="page--"] .section--detail .tit {
        font-size: 2rem;
        line-height: 1.4;
        margin: 0 0 12px;
    }
	[class^="page--"] .section--detail .date {
		margin: 0 0 30px;
		font-size: 1.2rem;
	}
    .detail__btn {
        margin: 4em 0 0;
		font-size: 1.6rem;
    }
	.detail__btn a {
		margin-left: -0.5em;
        padding: 0.4em 0 0.4em 1.4em;
	}
	.detail__btn a:hover {
		margin-left: -0.5em;
	}
}

/* 4.2 home
------------------------------ */

.page--home #container {
    padding-bottom: 0;
}
.page--home section {
	max-width: none;
	margin: 0 auto;
    padding: 100px 7%;
	z-index: 0;
}

/* POPUP */
.page--home .overlay {
    display:none;
    z-index:1000;
}
.page--home .btn_area {
    width: 260px;
    padding: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background-color: rgba(0,0,0,0.25);
    border: solid 3px #ccc;
    z-index:1001;
}
.page--home .btn_area p {
    font-weight: bold;
}
.page--home .btn_area button {
    display:block;
    margin: 10px auto 0;
    padding: 0.5em 1em;
    font-size: 15px;
    background-color: #333333;
    border: none;
    color: #ffffff;
}

/* header */
.page--home.scroll .header::before {
    box-shadow: none;
}

/* mainvisual */
.page--home #mainvisual {
    position: relative;
    z-index: 1;
    padding: 0 30px;
}
.page--home #mainvisual img {
    width: 100%;
}
.page--home #mainvisual .slick-dots {
    bottom: 20px;
}

/* pickupinfo */
.page--home #pickupinfo {
    padding: 20px 10px;
    text-align: center;
}
.page--home #pickupinfo a {
    display: inline-block;
    text-decoration: underline;
    margin-bottom: 0.5em;
	font-size: 1.3rem;
}

/* banner */
.page--home #banner {
	position: relative;
	overflow: hidden;
	max-width: 100%;
    padding: 25px 0 50px;
    -webkit-transition: none;
    transition: none;
    z-index: 1;
}
.page--home #banner .one {
    opacity: 1 !important;
}
.page--home #banner .one a {
    display: block;
    width: 485px;
    margin: 0 auto;
}
.page--home #banner .one a img {
    width: 100%;
}
.page--home #banner .list--bnr {
    opacity: 0;
    transition: opacity .3s linear;
	margin-bottom: 0;
}
.page--home #banner .list--bnr.slick-initialized {
    opacity: 1;
}
.page--home #banner .list--bnr .slick-slide a {
    position: relative;
}
/*.page--home #banner .list--bnr .slick-slide a::after {
    position: absolute;
	display: block;
	content: "";
	background-color: #323232;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
}
.page--home #banner .list--bnr .slick-slide a:hover::after {
    opacity: 0.1;
}*/
.page--home .slick-slide {
    padding: 0 5px;
}
.page--home .slick-slide a {
    display: block;
    position: relative;
    margin: 10px 0 20px;
}
.page--home .slick-slide img {
    box-shadow: 0px 6px 12px 0 rgba(0, 0, 0, 0.1);
}
.page--home #mainvisual .slider {
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.page--home #mainvisual .slider.slick-initialized {
	opacity: 1;
}
.page--home #mainvisual .slick-slide {
    padding: 0;
}
.page--home #mainvisual .slick-slide a {
    margin: 0;
}
.page--home #mainvisual .slick-slide img {
    box-shadow: none;
}

/* contents */

/* information */
.page--home .section--info {
    padding: 80px 0 80px 7%;
}
.page--home .section--info .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.page--home .section--info .list__more {
    position: absolute;
    top: 120px;
}
.page--home .section--info h2 {
    width: 35%;
}
.page--home .section--info .list--text-home {
    width: 60%;
    border-left: solid 12px #E6E6E6;
}
.page--home .section--info .list--text-home li {
    border-bottom: solid 1px #ffffff;
}
.page--home .section--info .list--text-home li a {
    position: relative;
    display: block;
    padding: 2em 2em 0 5em;
    min-height: 130px;
    background: rgba(230, 230, 230, 0.3);
}
.page--home .section--info .list--text-home li a .date {
    position: absolute;
    top: 2em;
    left: 4.5em;
    transform: rotate(90deg);
    transform-origin: left top;
}
.page--home .section--info .list--text-home li a .date span {
    position: relative;
    line-height: 1;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 1.0rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}
.page--home .section--info .list--text-home li.new a .date span::after {
    content: "NEW";
    position: absolute;
    left: 105%;
    top: 19px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: #232323;
    color: #ffffff;
    transform: rotate(-90deg) scale(0.8);
    transform-origin: left top;
    text-align: center;
    font-weight: normal;
}
.page--home .section--info .list--text-home li a .list__body {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.page--home .section--info .list--text-home li a .list__body .thumb {
    width: 200px;
}
.page--home .section--info .list--text-home li a .list__body .thumb  img {
    width: 100%;
    background: no-repeat center;
    background-image: url("/static/enjin/fanclub/common/nophoto.jpg");
    background-size: cover;
}
.page--home .section--info .list--text-home li a .list__body .tit {
    width: calc(100% - 200px);
    padding: 0 0 50px 20px;
}
.page--home .section--info .list--text-home li a .list__more {
    position: absolute;
    top: auto;
    bottom: 15px;
    right: 2em;
}
.page--home .section--info .list--text-home li a:hover {
    opacity: 1;
    background: rgba(230, 230, 230, 0.5);
}
.page--home .section--info .list--text-home li a:hover .list__more span::before,
.page--home .section--info .list--text-home li a:hover .list__more span::after {
    right: 4px;
}

/* home-contentslist */
.page--home .section--contentslist {
    position: relative;
}
.page--home .section--contentslist .list-contents {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 3%;
}
.page--home .section--contentslist .list-contents > div {
    width: 48%;
    margin-bottom: 5%;
}
.page--home .section--contentslist .list-contents > div a {
    position: relative;
    display: block;    
}
.page--home .section--contentslist .list-contents > div a .date {
    position: absolute;
    top: 0;
    left: 2.5em;
    transform: rotate(90deg);
    transform-origin: left top;
}
.page--home .section--contentslist .list-contents > div a .date span {
    position: relative;
    line-height: 1;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 1.0rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}
.page--home .section--contentslist .list-contents > div.new a .date span::after {
    content: "NEW";
    position: absolute;
    left: 105%;
    top: 19px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #232323;
    color: #ffffff;
    line-height: 28px;
    transform: rotate(-90deg) scale(0.8);
    transform-origin: left top;
    text-align: center;
    font-weight: normal;
}
.page--home .section--contentslist .list-contents > div a .thumb {
    padding-left: 3em;
    width: 100%;
}
.page--home .section--contentslist .list-contents > div a .thumb img {
    width: 100%;
    background-image: url(/static/enjin/fanclub/common/nophoto.jpg);
}
.page--home .section--contentslist .list-contents > div a .list__body {
    position: relative;
    z-index: 1;
    width: 86%;
    margin-top: -40px;
    padding: 3em;
    transition: all 0.3s ease;
    background-color: #fff;
}
.page--home .section--contentslist .list-contents > div a .list__body h3 {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.page--home .section--contentslist .list-contents > div a .list__body .tit {
    margin-top: 1em;
}
.page--home .section--contentslist .list-contents > div a .list__more {
    position: absolute;
    top: 3.5em;
    right: 1.5em;
}
.page--home .section--contentslist .list-contents > div a:hover .list__more span::before,
.page--home .section--contentslist .list-contents > div a:hover .list__more span::after {
    right: 4px;
}
.page--home .section--contentslist .list-contents > div a:hover .list__body {
    box-shadow: 0px 6px 12px 0 rgba(0, 0, 0, 0.1);
}
.page--home footer {
    position: relative;
	border-top: solid 1px #ddd;
    z-index: 98;
}

/* qa */
.page--home .section--qa {
    padding: 70px 7% 140px;
}
.page--home .section--qa .list--qa {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.page--home .section--qa .list--qa li {
	width : calc(94% / 3);
	margin: 0 3% 5% 0;
	vertical-align: top;
	transition: none;
}
.page--home .section--qa .list--qa li:last-child {
	margin-right: 0; 
}
.page--home .section--qa .list--qa li a {
	display: block;
	height: 100%;
	padding: 30px 20px;
	background-color: rgba(238,238,238,1);
}
.page--home .section--qa .list--qa li a:hover {
    background-color: rgba(238,238,238,0.6);
}
.page--home .section--qa .list--qa .icon--q {
	float: left;
    display: inline-block;
    width: 35px;
    height: 30px;
    line-height: 30px;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 500;
    font-size: 2.5rem;
    letter-spacing: 0;
}
.page--home .section--qa .list--qa .tit,
.page--home .section--qa .list--qa .date{
	padding: 0 0 0 36px;
}
.page--home .section--qa .list--qa .date {
	margin-top: 0.5em;
}
.page--home .section--qa .list--qa .date span {
	font-family: 'Red Hat Display', sans-serif;
	font-size: 1.0rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}
.page--home .section--qa .list--qa .date span::after {
    content: "NEW";
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-left: 1em;
    border-radius: 50%;
    background-color: #232323;
    color: #ffffff;
    text-align: center;
    font-size: 1rem;
    font-weight: normal;
    transform: scale(0.8);
    transform-origin: left center;
}

@media screen and (max-width: 999px) {
    .page--home .section--info {
        padding: 6% 0 6% 7%;
    }
    .page--home .section--info .inner {
        display: block;
    }
    .page--home .section--info .list__more {
        position: static;
    }
    .page--home .section--info h2 {
        width: auto;
        margin-right: 7%;
    }
    .page--home .section--info .list--text-home {
        width: 100%;
        margin-bottom: 5%;
        border-left: solid 10px #E6E6E6;
    }
    .page--home .section--info .list--text-home li a:hover .list__more span::before,
    .page--home .section--info .list--text-home li a:hover .list__more span::after {
        right: 6px;
    }
    .page--home .section--contentslist .list-contents > div a .list__body {
        width: 90%;
        margin-top: -20px;
        padding: 2em;
    }
    .page--home .section--contentslist .list-contents > div a .list__body h3 {
        font-size: 1.6rem;
    }
    .page--home .section--contentslist .list-contents > div a .list__more {
        position: absolute;
        top: 2.2em;
        right: 1em;
    }
    .page--home .section--contentslist .list-contents > div a:hover .list__more span::before,
    .page--home .section--contentslist .list-contents > div a:hover .list__more span::after {
        right: 6px;
    }
	.page--home .section--qa .list--qa {
		margin-bottom: 5%;
	}
	.page--home .section--qa .list--qa li {
		width : 100%;
		margin: 0 0 2%;
	}
	.page--home .section--qa .list--qa li:last-child {
		margin: 0;
	}
}

@media screen and (max-width: 768px) {
    .page--home #mainvisual {
        padding: 0;
    }
    .page--home #banner {
        padding: 10px 0 20px;
        -webkit-transition: none;
        transition: none;
    }
    .page--home #banner .one a {
        width: 90%;
    }
	.page--home #banner .list--bnr .slick-slide a::after {
		display: none;
	}
    .page--home section {
        padding: 10% 7%;
    }
    .page--home .section--info {
        padding: 5% 0 8% 7%;
    }
    .page--home .section--info .list--text-home {
        border-left: solid 8px #E6E6E6;
    }
    .page--home .section--info .list--text-home li a {
        padding: 5% 18% 5% 12%;
        background: rgba(230, 230, 230, 0.3);
    }
    .page--home .section--info .list--text-home li a:hover {
        opacity: 1;
        background: rgba(230, 230, 230, 0.3);
    }
    .page--home .section--info .list--text-home li a .list__body {
        display: block;
    }
    .page--home .section--info .list--text-home li a .list__body .thumb {
        width: 100%;
    }
    .page--home .section--info .list--text-home li a .list__body .tit {
        width: 100%;
        padding: 1.5em 0 50px 0;
        font-size: 1.3rem;
    }
    .page--home .section--info .list--text-home li a .date {
        top: 7%;
        left: 9%;
    }
    .page--home .section--contentslist .list-contents {
        display: block;
    }
    .page--home .section--contentslist .list-contents > div {
        width: 100%;
    }
    .page--home .section--contentslist .list-contents > div a {
        padding: 0 11% 5% 15%;
    }
    .page--home .section--contentslist .list-contents > div a .list__body {
        width: 105%;
        margin-left: -15%;
        padding: 1.5em;
    }
    .page--home .section--contentslist .list-contents > div a .list__body h3 {
        font-size: 1.3rem;
    }
    .page--home .section--contentslist .list-contents > div a .list__body .tit {
        font-size: 1.3rem;
    }
    .page--home .section--contentslist .list-contents > div a .date {
        left: 12%;
    }
    .page--home .section--contentslist .list-contents > div a .thumb {
        padding-left: 0;
        width: 100%;
    }
    .page--home .section--contentslist .list-contents > div a .list__more {
        top: 1.5em;
     }
     .page--home .section--contentslist .list-contents > div a:hover .list__body {
        box-shadow: none;
        background-color: #fff;
    }
	.page--home .section--qa {
		padding: 4% 7% 14%;
	}
	.page--home .section--qa .list--qa li a {
		padding: 20px 15px 18px;
	}
	.page--home .section--qa .list--qa li a:hover {
		background-color: rgba(238,238,238,1);
	}
}


/*    4.3 information
------------------------------ */

.page--info .status--ticket {
	padding: 5% 0;
}
.page--info .section--detail .txt {
	padding: 40px 0 50px;
}
.page--info .date--event {
	display: block;
    font-size: 1.1rem;
    margin: 1em 0;
    padding: 0 0.5em;
    background-color: #fff;
    border: solid 1px #ddd;
    border-radius: 3px;
    text-align: center;
    letter-spacing: 0.05em;
}
.page--info .date--event:before { content:'受付期間 : ';}
.page--info .date--event .week {font-size: 0.8em;}
.page--info .date--event .event-date--end:before { content: '～'; margin: 0 5px;}

@media screen and (max-width: 768px) {
	.page--info .section--detail .txt {
		padding: 30px 0 50px;
	}
    .page--info .date--event .event-date--start,
    .page--info .date--event .event-date--end {
        display: block;
    }
    .page--info .section--detail .date--event .event-date--start,
    .page--info .section--detail .date--event .event-date--end {
        display: inline-block;
    }    
}


/*    4.4 photo
------------------------------ */
/*#swipebox-slider * {
    -webkit-transition: none;
    transition: none;
}
#swipebox-slider img {
    vertical-align: middle!important;
}*/

.page--photo .section--detail .section-tit {
    font-size: 2.8rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin-bottom: 50px;
	padding-bottom: 30px;
	border-bottom: solid 1px #333333;
	text-align: left;
}
.page--photo .section--detail .list--contents li {
    margin-bottom: 2.5%;
}
.page--photo .section--detail .list--contents li .thumb {
    margin: 0 auto;
}

.page--photo #swipebox-overlay {
	background: #000;
}

.page--photo .modal-open .drawer__btn {
	pointer-events: none;
}

.page--photo #swipebox-slider .slide-loading {
	background-image: none !important;
}

.page--photo #swipebox-slider .slide img {
	max-height: 80%;
}

.page--photo #swipebox-prev.disabled,
.page--photo #swipebox-next.disabled {
	opacity: 0.2;
}

.page--photo #swipebox-action #swipebox-close {
	top: 10px;
	right: 10px;
	background: none;
}

.page--photo #swipebox-action #swipebox-close::before, .page--photo #swipebox-action #swipebox-close::after {
	content: "";
	width: 40px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 20px;
	transition: all 0.6s ease-out 0s;
	-webkit-transition: all 0.6s ease-out 0s;
}

.page--photo #swipebox-action #swipebox-close::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.page--photo #swipebox-action #swipebox-close::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.page--photo #swipebox-action #swipebox-prev,
.page--photo #swipebox-action #swipebox-next {
	background: none;
	color: #fff;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
}

.page--photo #swipebox-action #swipebox-prev {
	left: 3%;
	text-align: left;
}

.page--photo #swipebox-action #swipebox-prev::after {
	content: "";
	display: inline-block;
	width: 1.75em;
	height: 1.75em;
	border: 1px solid;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
	pointer-events: none;
	margin-right: 0.25em;
	margin-left: 1em;
	margin-top: 1em;
}

.page--photo #swipebox-action #swipebox-next {
	right: 3%;
	text-align: right;
}

.page--photo #swipebox-action #swipebox-next::after {
	content: "";
	display: inline-block;
	width: 1.75em;
	height: 1.75em;
	border: 1px solid;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	vertical-align: middle;
	pointer-events: none;
	margin-right: 1em;
	margin-left: 0.25em;
	margin-top: 1em;
}

.page--photo #swipebox-caption {
	width: 100%;
	max-width: 800px;
	padding: 0 8%;
	text-align: center;
	position: absolute;
	bottom: 5%;
	left: 50%;
	color: #fff;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}


@media screen and (max-width: 768px) {
	.page--photo .section--detail .section-tit {
        font-size: 2rem;
        line-height: 1.4;
        margin-bottom: 30px;
		padding-bottom: 20px;
    }
	.page--photo .section--detail .list--contents li,
	.page--photo .section--detail .list--contents li:nth-child(2n) {
		width: calc(94% / 3);
		margin-right: 3%;
		margin-bottom: 3.5%;
	}
	.page--photo .section--detail .list--contents li:nth-child(3n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 520px) {
	.page--photo #swipebox-action #swipebox-prev {
		left: 1%;
	}
	.page--photo #swipebox-action #swipebox-next {
		right: 1%;
	}
}

/*    4.5 blog
------------------------------ */
.page--blog .list--contents li img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
    background-image: url(/static/enjin/fanclub/common/no_images.jpg)
}
.page--blog .txt img {
    vertical-align: middle !important;
}
.page--blog .section--detail .date {
	letter-spacing: .08em;
	font-weight: 300;
}
.page--blog .section--detail .txt {
	padding: 40px 0 50px;
    border-top: solid 1px #333333;
}
@media screen and (max-width: 768px) {
	.page--blog .section--detail .txt {
		padding: 30px 0 50px;
	}
}

/*    4.6 movie
------------------------------ */
/* LIST */

/* DETAIL */
.page--play .txt--sub a {
    text-decoration: underline;
}
.page--play .txt--sub a:hover {
    text-decoration: none;
}
.block--player {
	position: relative;
	width: 70%;
	margin: 0 auto 3%;
	padding-top: 39.37%;
}
.block--player--ios {
    width: 100%;
	margin: 0 auto 5%;
    text-align: center;
}
.block--player.player-sp {
    width: 100%;
    padding-top: 0;
}
.block--player > div {
	position:absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.block--player iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.block--player video {
	border: solid 1px #333333;
}
.eq-header , .video_title , .video_title_text_cover , .video_title_text {
	display: none !important;
}
.block--player .txt {
    margin-bottom: 1em;
}
.page--movie .section--detail .tit,
.page--movie .section--detail .date,
.page--movie .section--detail .txt {
	margin-left: 10%;
	margin-right: 10%;
}
.page--movie .section--detail .date {
    margin-bottom: 20px;
}

.page--movie.new-movie.movie-category-list .section--list {
    width: auto;
}

.page--movie.new-movie.movie-category-list .block--sort {
    margin-bottom: 2.4em;
}

.page--movie.new-movie.movie-category-list .block--sort .list--sort {}

.page--movie.new-movie.movie-category-list .block--sort .list--sort li {
    display: inline-block;
    margin-right: 0.4em;
    margin-bottom: 0.6em;
}

.page--movie.new-movie.movie-category-list .block--sort .list--sort li:last-child {}

.page--movie.new-movie.movie-category-list .block--sort .list--sort li .category {}

.page--movie.new-movie.movie-category-list .block--sort .list--sort li .category label {
    display: block;
    border: solid 1px #232323;
    border-radius: 50em;
    background-color: #232323;
    color: #fff;
    pointer-events: none;
    text-align: center;
    padding: 0.3em 1em;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 1.3;
}

.page--movie.new-movie.movie-category-list .block--sort .list--sort li .category a {
    display: block;
    border: solid 1px #232323;
    border-radius: 50em;
    background-color: #ffffff;
    color: #232323;
    text-align: center;
    padding: 0.3em 1em;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 1.3;
    transition: background-color 0.3s, color 0.3s;
}

.page--movie.new-movie.movie-category-list .list--contents {
    gap: 0%;
}

.page--movie.new-movie.movie-category-list .list--contents li {
    margin-bottom: 6%;
    width: calc(96% / 3);
}

.page--movie.new-movie.movie-category-list .list--contents li .list__txt .date {
    font-size: 1.1rem;
    margin-bottom: 0;
    opacity: 1;
}

.page--movie.new-movie.page-movie-detail .section--detail .area--movie {
    position: relative;
    width: 70%;
    margin: 0 auto 3%; 
    max-width: inherit;
}

.page--movie.new-movie.page-movie-detail .section--detail .block--tit {
    line-height: 1.5;
    font-size: 2.3rem;
    margin-left: 10%;
    margin-right: 10%;
    width: auto;
}

.page--movie.new-movie.page-movie-detail .section--detail .block--tit .tit {
    font-weight: normal;
    margin: 0 0 16px;
    line-height: 1.5;
    font-size: 2.3rem;
}

.page--movie.new-movie.page-movie-detail .section--detail .block--tit .date {
    display: inline-block;
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    opacity: 1;
}

.page--movie.new-movie.page-movie-detail .section--detail .block--tit .radioTxt {
    font-size: 1.2rem;
    margin: 20px 0 0;
}

.page--movie.new-movie.page-movie-detail .video-js .vjs-tech {
    border: none;
}

.page--movie.new-movie.page-movie-detail .onayamiBox {
    margin: 30px 0 5vw;
}
.page--movie.new-movie.page-movie-detail .onayamiBox ul {}
.page--movie.new-movie.page-movie-detail .onayamiBox ul li {
    margin: 0 auto 20px;
}
.page--movie.new-movie.page-movie-detail .onayamiBox ul li:last-child {
    margin: 0 auto;
}

.page--movie.new-movie.page-movie-detail .item--more_movie .list__txt .tit,
.page--movie.new-movie.page-movie-detail .item--more_movie .list__txt .date {
    margin: 0;
}

.flash__player--accordion { margin: 2em 0; }
.flash__player--accordion dl { border:  solid 1px #000000; }
.flash__player--accordion dt { text-align: center; line-height: 3em; border: solid 1px #ffffff; background-color: #000000; color: #ffffff; }
.flash__player--accordion dd { display: none; background: #ffffff; }
.flash__player--accordion .list--player li { border-top: 1px solid rgba(150,150,150,0.5); }
.flash__player--accordion .list--player li:first-of-type { border-top: none; }
.flash__player--accordion .list--player li a { display: block; padding: 1em; color: #000000; }

@media screen and (max-width: 999px) {
	.block--player video {
		width: 100%;
	}
	.block--player--ios > video {
        width: 100%;
    }
	.page--movie .section--detail .tit,
	.page--movie .section--detail .date,
    .page--movie .section--detail .txt  {
		margin-left: 5%;
		margin-right: 5%;
	}
}
@media screen and (min-width: 961px) {
    .page--movie.new-movie.movie-category-list .block--sort .list--sort li .category a:hover {
        background-color: #232323;
        color: #fff;
    }
    .page--movie.new-movie.page-movie-detail .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
        top: 45%;
        left: 46.5%;
    }
}
@media screen and (max-width: 960px) {
    .page--movie.new-movie.movie-category-list .block--sort {
        margin-bottom: 1.4em;
    }
    .page--movie.new-movie.movie-category-list .block--sort .list--sort li {
        margin-right: 0.6em;
    }
    .page--movie.new-movie.movie-category-list .section--list .list--contents {
        gap: 0%;
    }
    .page--movie.new-movie.movie-category-list .section--list .list--contents li {
        margin-bottom: 6%;
        width: calc(96% / 3);
    }
    .page--movie.new-movie.page-movie-detail .section--detail {
        padding: 8% 4%;
    }
    .page--movie.new-movie.page-movie-detail .section--detail .area--movie {
        width: 100%;
        margin: 0 auto;
    }
    .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player {
        position: relative;
        top: 0;
        margin-bottom: 5%;
    }
    .page--movie.new-movie.page-movie-detail .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
        top: 47.5%;
    }
    .page--movie.new-movie.page-movie-detail .section--detail .area--movie .video-js .vjs-play-control {
        top: -18vw;
        left: 42%;
    }
    .page--movie.new-movie.page-movie-detail .section--detail .area--movie .video-js.vjs-paused .vjs-button.vjs-paused .vjs-icon-placeholder::before {
        display: none;
    }
    .page--movie.new-movie.page-movie-detail .section--detail .block--tit {
        margin: 0 auto 5vw;
        padding: 0;
    }
    .page--movie.new-movie.page-movie-detail .section--detail .block--tit .tit {
        font-size: 2rem;
        line-height: 1.4;
        margin: 0;
    }
    .page--movie.new-movie.page-movie-detail .section--detail .block--tit .radioTxt {
        margin: 10px 0 0;
    }
    .page--movie.new-movie.page-movie-detail  .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt {
        padding: 0 0 0 15px;
    }
    .page--movie.new-movie.page-movie-detail .onayamiBox {
        margin: 20px 0 15px;
    }
    .page--movie.new-movie.page-movie-detail .onayamiBox ul {}
    .page--movie.new-movie.page-movie-detail .onayamiBox ul li {
        width: 100%;
        margin: 0 auto 15px;
    }
    .page--movie.new-movie.page-movie-detail .onayamiBox ul li:last-child {}
}
@media screen and (max-width: 768px) {
	.block--player {
        width: 100%;
		margin-bottom: 5%;
        padding-top: 56.25%;
    }
    .block--player.player-sp {
        width: 100%;
        padding-top: 0;
    }
	.page--movie .section--detail .tit,
	.page--movie .section--detail .date,
    .page--movie .section--detail .txt  {
		margin-left: 0;
		margin-right: 0;
	}
    .page--movie .section--detail .date {
        margin-bottom: 10px;
    }
    .page--movie .section--detail .txt {
        margin-bottom: 30px;
    }
    .page--movie.new-movie.movie-category-list .section--list .list--contents li {
        width: calc(97% / 2);
        margin-right: 3%;
        margin-bottom: 10%;
    }
    .page--movie.new-movie.movie-category-list .section--list .list--contents li:nth-child(2n) {
        margin-right: 0%;
    }
}

.area--movie {
    margin: 3% auto;
    max-width: 640px;
}
.area--movie .player {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.area--movie .player iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/*    4.7 qa
------------------------------ */
.page--qa .qa_box {
    text-align: center;
}
.page--qa .qa_box .qa_description {
    margin: 40px 0;
}
.page--qa .list--qa {
    margin: 8em auto 5em;
}
.page--qa .list--qa li a {
    position: relative;
    display: block;
    padding: 2.5em 2em 2em;
    margin: 0 0 1em;
    background: rgba(230, 230, 230, 0.3);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.page--qa .list--qa li a .tit {
    margin: 0 0 0 2.5em;    
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 0.05em;
}
.page--qa .list--qa li a .tit span {
    display: block;
}
.page--qa .list--qa li a .tit .name {
    margin: 1em 0;
    font-size: 1.1rem;
}
.page--qa .list--qa li a .tit .date {
    position: relative;
    margin: 0;
}
.page--qa .list--qa li.new .tit .date::after {
    content: "NEW";
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-left: 1em;
    border-radius: 50%;
    background-color: #232323;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    font-size: 1rem;
    font-weight: normal;
    transform: scale(0.8);
    transform-origin: left center;
}
.page--qa .icon--q,
.page--qa .icon--a {
    float: left;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: -0.1em;
    margin-left: -0.3em;
    line-height: 30px;
    font-family: 'Red Hat Display', sans-serif;
	font-weight: 500;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0;
}
.page--qa .block__question {
    position: relative;
    display: block;
    margin: 0 0 4em;
}
.page--qa .block__question .txt {
    margin: 0 0 0 2.5em;
}
.page--qa .block__question .name {
    display: block;
    margin: 1em 0 0;
    font-size: 1.1rem;
}
.page--qa .block__answer .txtBox {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.page--qa .block__answer .txtBox .ico {
    position: relative;
    width: 140px;
}
.page--qa .block__answer .txtBox .ico::before {
    content: '';
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    top: -5px;
    left: 0;
    border-radius: 50%;
    background-size: 130px auto;
    background-position: -5px -5px;
    background-color: #e9f3f5;
}
.page--qa .block__answer .txtBox .ico.miyazato::before{
    background-image: url(/static/enjin/fanclub/profile/miyazato.jpg);
}
.page--qa .block__answer .txtBox .ico.arik::before{
    background-image: url(/static/enjin/fanclub/profile/arik.jpg);
}
.page--qa .block__answer .txtBox .ico.nakamoto::before{
    background-image: url(/static/enjin/fanclub/profile/nakamoto.jpg);
}
.page--qa .block__answer .txtBox .ico.takizawa::before{
    background-image: url(/static/enjin/fanclub/profile/takizawa.jpg);
}
.page--qa .block__answer .txtBox .ico.yamada::before{
    background-image: url(/static/enjin/fanclub/profile/yamada.jpg);
}
.page--qa .block__answer .txtBox .ico.kusachi::before{
    background-image: url(/static/enjin/fanclub/profile/kusachi.jpg);
}
.page--qa .block__answer .txtBox .ico.nakabayashi::before{
    background-image: url(/static/enjin/fanclub/profile/nakabayashi.jpg);
}
.page--qa .block__answer .txtBox .ico.nakatani::before{
    background-image: url(/static/enjin/fanclub/profile/nakatani.jpg);
}
.page--qa .block__answer .txtBox .ico.kumazawa::before{
    background-image: url(/static/enjin/fanclub/profile/kumazawa.jpg);
}
.page--qa .block__answer .txtBox .ico.goda::before{
    background-image: url(/static/enjin/fanclub/profile/goda.jpg);
}
.page--qa .block__answer .txtBox .ico.nagae::before{
    background-image: url(/static/enjin/fanclub/profile/nagae.jpg);
}
.page--qa .block__answer .txtBox .ico.naito::before{
    background-image: url(/static/enjin/fanclub/profile/naito.jpg);
}
.page--qa .block__answer .txtBox .ico.nishikawa::before{
    background-image: url(/static/enjin/fanclub/profile/nishikawa.jpg);
}
.page--qa .block__answer .txtBox .ico.nishimori::before{
    background-image: url(/static/enjin/fanclub/profile/nishimori.jpg);
}
.page--qa .block__answer .txtBox .ico.arise::before{
    background-image: url(/static/enjin/fanclub/profile/arise.jpg);
}

.page--qa .block__answer .txtBox .txt {
    display: block;
    -webkit-box-sizing: border-box;
    width: calc( 100% - 140px);
    box-sizing: border-box;
    padding: 50px 30px 25px;
    border-radius: 5px;
    background: #eee;
    position: relative;
    letter-spacing: 1px;
    z-index: 1;
}
.page--qa .block__answer .txtBox .txt::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 15px;
    border-top: 10px solid transparent;
    border-left: 4px solid transparent;
    border-right: 20px solid #eee;
    border-bottom: 8px solid transparent;
    z-index: 1;
}
.page--qa .block__answer .txtBox .txt::after {
    content: "A";
    position: absolute;
    top: 15px;
    left: 25px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 500;
    font-size: 2.5rem;
    text-align: center;    
    background-color: #d5d5d5;
    color: #fff;
}
.page--qa .block__answer .txtBox .txt .from {
    display: block;
    margin: 1em 0 0;
    font-size: 1.1rem;
}


@media screen and (max-width: 768px) {
    .page--qa .list--qa {
        margin: 10% auto;
    }
    .page--qa .list--qa li a {
        padding: 2em 1.5em 1.5em;
    }
    .page--qa .block__answer .txtBox .ico {
        width: 70px;
    }
    .page--qa .block__answer .txtBox .ico::before {
        width: 56px;
        height: 56px;
        background-size: 60px auto;
        background-position: -2px -2px;
    }
    .page--qa .block__answer .txtBox .txt {
        width: calc( 100% - 70px);
        padding: 38px 15px 11px;
    }
    .page--qa .block__answer .txtBox .txt::before {
        left: -17px;
        top: 15px;
        border-top: 2px solid transparent;
        border-left: 7px solid transparent;
        border-right: 10px solid #eee;
        border-bottom: 7px solid transparent;
    }
    .page--qa .block__answer .txtBox .txt::after {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 2.5rem;
        top: 10px;
        left: 10px;
    }
}


.page--qa .form_box .txt {
    margin-bottom: 5%;
}
.page--qa .qa_area {
    padding: 40px 0 0;
}
.page--qa .contents_list li:first-of-type a {
    border-top: 1px solid #ede8e4;
}
.page--qa .contents_list li a {
    display: block;
    border-bottom: 1px solid #ede8e4;
    padding: 20px 10px 15px;
}
.page--qa .contents_list li a:hover {
    background-color: #f1f0e9;
}
.page--qa .contents_list li .date,
.page--qa .question .qa_area .date {
    float: right;
    margin: 0;
    line-height: 1;
    color: #999999;
    font-size: 1.2rem;
}
.page--qa .contents_list li .name,
.page--qa .question .qa_area .name {
    float: left;
    line-height: 1;
    color: #edf1fe;
    font-size: 1.2rem;
}
.page--qa .contents_list li .list__txt,
.page--qa .question .qa_area .txt,
.page--qa .answer .qa_area .txt {
    margin: 22px 0 0 0;
}
.page--qa .question .qa_area {
    padding: 20px 10px 15px;
    margin: 40px 0;
    border-top: 1px solid #ede8e4;
    border-bottom: 1px solid #ede8e4;
}
.page--qa .answer .qa_area {
    padding: 0 0 40px;
}

/*    4.8 questionnaire
------------------------------ */
.page--questionnaire .form_box .txt {
  margin-bottom: 5%;
}
.page--questionnaire .section-tit {
	margin-bottom: 0.5em;
  font-size: 3.2rem;
  font-weight: normal;
	line-height: 1.3;
  text-align: center;
}
.page--questionnaire .section-tit::before {
  content: none;
}
.page--questionnaire p.ph {
	margin: 1.5em auto;
	text-align: center;
}
.page--questionnaire.confirm .btn--sub {
	line-height: inherit;
	padding: 0.6em 1.5em;
}
@media screen and (max-width: 768px) {
	.page--questionnaire .section-tit {
	    font-size: 2.4rem;
	}
}

/*    4.9 faq
------------------------------ */
.page--faq .section-tit {
    position: relative;
    font-size: 3.0rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin: 0 0 60px;
    padding: 0 8%;
    text-align: center;
}
.tit--category {
    color: inherit;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.06em;
    margin: 0 0 20px;
}
.section--list .list--faq,
.section--detail .list--faq {
    margin: 0 0 60px;
}
.section--list .list--faq li,
.section--detail .list--faq li {
    border-top: 1px solid #666666;
}
.section--list .list--faq li:last-child,
.section--detail .list--faq li:last-child {
    border-bottom: 1px solid #666666;
}
.section--list .list--faq a,
.section--detail .list--faq a {
    position: relative;
    display: block;
    padding: 25px 5% 27px 0;
}
.section--list .list--faq a *,
.section--detail .list--faq a * {
    -webkit-transition: none;
    transition: none;
}
.section--list .list--faq a:hover,
.section--detail .list--faq a:hover {
    opacity: 0.6;
}
.section--list .list--faq .tit,
.section--detail .list--faq .tit {
    padding-left: 20px;
    font-weight: bold;
}
.section--list .list--faq .txt,
.section--detail .list--faq .txt {
    margin: 0;
    padding-left: 20px;
    line-height: 1.4;
}
.section--list .list--faq .icon--q,
.section--detail .list--faq .icon--q {
    margin-right: 10px;
    opacity: 0.6;
    float: left;
	line-height: 1.4;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 500;
	font-size: 1.5rem;
    letter-spacing: 0.1em;
}
.page--faq .loading {
    display: none;
}
.page--faq .searchBox {
    margin: 0 0 50px;
    text-align: center;
}
.page--faq .searchBox input {
    -webkit-appearance: none;
    outline: none;
    font-size: 1.5rem;
    line-height: 1.4em;
    box-sizing: border-box;
}
.page--faq .searchBox input[type="text"] {
    width: 400px;
    height: 40px;
    margin: 0 5px 0 0;
    padding: 0 10px;
    background: #fff;
    border: solid 1px #aaa;
    border-radius: 3px;
}
.page--faq .searchBox input[type="text"]:placeholder-shown {
    color: #ccc;
}
.page--faq .searchBox input[type="text"]::-webkit-input-placeholder {
    color: #ccc;
}
.page--faq .searchBox input[type="submit"] {
    background: #000000;
    padding: 6px 15px;
    color: #fff;
    font-weight: bold;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    border: none;
    border-radius: 0;
	font-family: 'FontAwesome';
	font-size: 22px;
}
.page--faq .searchBox input[type="submit"]:hover {
    opacity: 0.6;
}
.section--detail .block--faq-detail {
    margin: 0 0 80px;
    padding: 25px;
    border: 1px solid #dddddd;
}
.section--detail .block--faq-detail dt {
    margin: 0 0 20px;
    padding: 0 0 15px;
    border-bottom: 1px solid #666666;
}
.section--detail .block--faq-detail dt .txt {
    margin: 0;
    padding-left: 40px;
    color: inherit;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 0.06em;
}
.section--detail .block--faq-detail dt .category {
    display: inline-block;
    margin: 0 0 20px;
    padding: 1px 8px 0;
    font-size: 1.2rem;
    background: #eee;
    color: #999;
    border-radius: 20px;
}
.section--detail .block--faq-detail dd .txt {
    margin: 0;
    padding-left: 40px;
    font-size: 1.5rem;
}
.section--detail .block--faq-detail dd .txt a {
    text-decoration: underline;
}
.section--detail .block--faq-detail dd .txt a:hover {
    color: #999999;
    text-decoration: underline;
}
.section--detail .block--faq-detail span[class^="icon--"] {
    float: left;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.1em;
}
.section--detail .block--faq-detail .icon--q {
    background: #666666;
    color: #fff;
}
.section--detail .block--faq-detail .icon--a {
    background: #999999;
    color: #fff;
}
.page--faq .section--detail .block--contact {
    margin: 0 0 40px;
}
.page--faq .section--detail .block--contact .txt {
    margin: 0;
}
.page--faq .section--detail .block--contact a {
	position: relative;
    text-decoration: underline;
}
.page--faq .section--detail .block--contact a::after {
    content: '';
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 2px solid;
    border-top: none;
    border-right: none;
    margin: -0.25em 0 0;
    position: absolute;
    right: -.8em;
    top: 50%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-width: 1px;
    margin-top: -.2em;
}
.page--faq .section--detail .block--contact a:hover {
    text-decoration: none;
}
.page--faq .section--detail .block--contact .fa {
    display: none;
}
.section--detail .block--faq-detail dd .txt hr {
    margin: 1em 0;
    border: none;
    background-color: #444444;
}

@media screen and (max-width: 768px) {
    .page--faq .section-tit{
        margin-bottom: 8%;
        font-size: 2.6rem;
    }
    .page--faq .searchBox {
        margin: 0 0 30px;
    }
    .page--faq .searchBox input {
        font-size: 15px;
        line-height: 38px;
        box-sizing: border-box;
        width: 12%;
        border-radius: 0;
    }
    .page--faq .searchBox input[type="submit"] {
        padding: 0;
    }
    .page--faq .searchBox input[type="text"] {
        width: 86%;
        height: 40px;
        margin: 0;
        padding: 0 10px;
        border-radius: 0;
    }
    .section--detail .block--faq-detail {
        padding: 2em 1em;
    }
    .section--detail .block--faq-detail dd .txt {
        font-size: 1.3rem;
    }
}
@media screen and (max-width: 420px) {
    .page--faq .section-tit {
        margin-bottom: 10%;
        font-size: 2.0rem;
    }
}

/*    4.10 wallpaper
------------------------------ */
#swipebox-slider * {
    -webkit-transition: none;
    transition: none;
}
#swipebox-slider img {
    vertical-align: middle!important;
}
.page--wallpaper .list--contents li .block--wp-size {
	margin-top: 5%;
}
.page--wallpaper .list--contents li .block--wp-size ul {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.page--wallpaper .list--contents li .block--wp-size li {
	width: calc((100% - 10px) / 2);
	margin: 0 10px 10px 0;
}
.page--wallpaper .list--contents li .block--wp-size li:nth-child(2n) {
	margin-right: 0;
}
.page--wallpaper .btn--sub {
    min-width: inherit;
	width: 100%;
	line-height: 2.4;
    margin: 0 auto;
    font-size: 1.2rem;
}

@media screen and (max-width: 999px) {
    .page--wallpaper .list--contents li .dummy {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
	.page--wallpaper .list--contents li .block--wp-size ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.page--wallpaper .list--contents li .block--wp-size li {
		width: 70%;
		margin: 0 0 10px !important;
	}
}

@media screen and (max-width: 768px) {
	.page--wallpaper .list--contents li .block--wp-size li {
		width: 100%;
	}
}

/*    4.11 support
------------------------------ */
.support-tit {
    position: relative;
    font-size: 3.0rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin: 0 0 60px;
    padding: 0 8%;
    text-align: center;
}
.page--support .support-list dt {
    font-weight: bold;
    margin: 0 0 3px;
}
.page--support .support-list dd {
    margin: 0 0 20px;
}
.page--support .support-list dd:last-of-type {
    margin-bottom: 0;
}
.page--support .supportList dd ul {
    padding: 1em 0;
}
.page--support .supportList dd li {
    margin-bottom: 0.5em;
}
.page--support .txt {
    padding-bottom: 3em;
}
.contents_reading a {
    text-decoration: underline;
}
.contents_reading a:hover {
    text-decoration: underline;
}
.page--support .list--entry {
    margin: 3% 0;
    padding: 3%;
    border: solid 1px #999999;
}

@media screen and (max-width: 768px) {
    .support-tit {
        margin-bottom: 8%;
        font-size: 2.6rem;
    }
}

@media screen and (max-width: 420px) {
    .support-tit {
        margin-bottom: 10%;
        font-size: 2.0rem;
    }
}

/* entry & course change */

.page--support .contents_reading .reading-tit {
	position: relative;
	margin-bottom: 1.5em;
    padding: 1.5em 0 0.5em;
	border-bottom: solid 1px #707070;
	font-size: 1.6rem;
	font-weight: bold;
	z-index: 0;
}
.page--support.course-change .contents_reading .reading-tit {
	text-align: center;
	font-size: 2rem;
}
.page--support .contents_reading .reading-tit_2 {
	margin-bottom: 0.5em;
	padding-bottom: 0.3em;
	border-bottom: solid 1px #707070;
}
.page--support .membersmenu {
	margin: 5em auto;
    padding: 50px 30px;
	background-color: rgba(230, 230, 230, 0.3);
}
.page--support .membersmenu .membersmenu-tit {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 500;
	font-size: 3rem;
	text-align: center;
}
.page--support .list-membersmenu {
	display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	margin: 1em auto;
}
.page--support .list-membersmenu li {
	width: calc((100% - 60px) / 2);
	line-height: 1.3;
	margin: 0 15px;
	padding: 0.8em 0;
	border-bottom: solid 1px #d6d6d6;
	font-size: 1.3rem;
}
.page--support .list-membersmenu li:first-child,
.page--support .list-membersmenu li:nth-child(2) {
	border-top: solid 1px #d6d6d6;
}
.page--support .list-membersmenu li strong {
	display: block;
	margin-bottom: 0.2em;
	font-family: 'Red Hat Display', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	font-size: 1.9rem;
	letter-spacing: 0.05em;
}
.page--support .block--table {
	border: 1px solid #d6d6d6;
	border-bottom: none;
	overflow: hidden;
	margin: 1em auto 3em;
	box-sizing: border-box;
}
.page--support .block--table table {
	width: 100%;
}
.page--support .block--table th {
	width: 18em;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	background-color: #eee;
	border-bottom: 1px solid #d6d6d6;
	padding: 20px 1em;
}
.page--support .block--table td {
	width: calc(100% - 20em);
	word-break: break-word;
	border-bottom: 1px solid #d6d6d6;
	padding: 20px 2em;
}
.page--support .block--table td span {
	font-size: 1.2rem;
}
.page--support .text--box {
    padding: 35px 50px;
    margin-top: 40px;
	background-color: rgba(230, 230, 230, 0.3);
}
.page--support.course-change .tit--box {
	margin-bottom: 1.5em;
}

.page--support .red {
    color: #c00;
}
.page--support .bold {
    font-weight: bold;
}
.page-- .text-sub {
    font-size: 83%;
}
.page--support ol {
    padding-left: 1.2em;
}

@media screen and (max-width: 999px) {
	.page--support .list-membersmenu li {
		width: 100%;
	}
	.page--support .list-membersmenu li:nth-child(2) {
		border-top: none;
	}
}
@media screen and (max-width: 768px) {
	.page--support .contents_reading .reading-tit {
		font-size: 1.7rem;
	}
	.page--support.course-change .contents_reading .reading-tit {
		font-size: 1.6rem;
	}
	.page--support .membersmenu {
		padding: 3.5% 4% 2%;
	}
	.page--support .membersmenu .membersmenu-tit {
		font-size: 2.6rem;
	}
	.page--support .list-membersmenu li {
		margin: 0;
		font-size: 1.2rem;
	}
	.page--support .list-membersmenu li strong {
		font-size: 1.6rem;
	}
	.page--support .block--table th {
		width: 10em;
		font-size: 1.2rem;
		padding: 20px 0.5em;
	}
	.page--support .block--table td {
		width: calc(100% - 11em);
		padding: 15px 0.9em;
	}
    .page--support .text--box {
        padding: 2em;
        margin-top: 2em;
    }
	.page--support.course-change .tit--box {
		text-align: left;
	}
}

/*    4.12 feature
------------------------------ */
.page--feature .red {
    color: #c00;
}
.page--feature .bold {
    font-weight: bold;
}
.page--feature .text-sub {
    font-size: 83%;
}
.page--feature .text--box {
    padding: 35px 50px;
    margin-top: 40px;
    background: #ffffff;
    border: solid 1px #ffffff;
	color: #000;
}
.page--feature ol {
    padding-left: 1.2em;
}
.page--feature .link--text {
    text-decoration: underline;
}
.page--feature .link--text:hover {
    text-decoration: none;
}
.page--feature table {
    width: 96%;
    margin: 0 auto 30px;
    border: 1px solid #999999;
    border-collapse: collapse;
}
.page--feature table * {
    -webkit-transition: none;
    transition: none;
}
.page--feature table th {
	width: 30%;
	padding: 15px 20px;
	background: #666666;
	color: #fff;
	font-size: 1.6rem;
	border: 1px solid #999999;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
}
.page--feature table td {
	padding: 15px 20px;
	background: #fff;
	border: 1px solid #999999;
	vertical-align: middle;
}
.page--feature .heading_1 {
    display: block;
    margin: 2em auto;
    padding: 1% .5%;
    background: #999999;
    color: #ffffff;
    font-size: 111%;
    text-align: center;
    font-weight: bold;
}
.page--feature .heading_2 {
    display: block;
    margin: 2em auto 0.5em;
    padding-bottom: .6%;
    border-bottom: solid 1px #999999;
    color: #121212;
    font-size: 1.5rem;
    font-weight: bold;
}
.page--feature .heading_3 {
    display: block;
    margin: 1em auto 0.5em;
    padding-bottom: .6%;
    border-bottom: dashed 1px #cccccc;
    color: #232323;
    font-size: 1.5rem;
}
.page--feature .notice {
    margin: 2% 0;
    padding: 1.5em;
    font-size: 1.2rem;
    border: dotted 1px #333333;
}
.page--feature .btn_area {
    text-align: center;
    margin: 4% 0;
}
.page--feature .pagination {
    overflow: hidden;
}
.page--feature .headimg {
    text-align: center;
}
.page--feature .headimg img {
    width: 100%;
}
.page--feature .headimg.top {
    background-color: #333333;
}
.page--feature .headimg.top img {
    max-width: 100%;
    width: auto !important;
    width: 100%;
}
.page--feature .headtext {
    margin-bottom: 0.5em;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
}
.page--feature .list--box {
    margin: 30px 0 30px;
    background: #fff;
    padding: 5% 8%;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
}
.page--feature .list--comment li {
    padding: 1em 0;
    border-bottom: 1px solid #999999;
}
.page--feature .list--comment li:last-child {
    border-bottom: none;
}
.page--feature .list--comment li p {
    line-height: 1.3;
    font-size: 1.4rem;
}
.page--feature .list--comment li .name {
    margin-top: 0.5em;
    text-align: right;
    font-size: 1.2rem;
}
.page--feature .list--comment li .name span {
    display: inline-block;
    margin-left: 10px;
    color: #29aeec;
}
.page--feature .list--bnr ul {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.page--feature .list--bnr ul li {
    width: calc(97% / 3);
    margin-right: 1.5%;
    margin-bottom: 1.5%;
}
.page--feature .list--bnr ul li:nth-child(3n) {
	margin-right: 0;
}
.page--feature .list--bnr ul li a,
.page--feature .list--bnr ul li span {
    display: block;
    margin: 0 auto;
}
.page--feature .list--bnr ul li a:hover {
    opacity: 0.6;
}

.page--feature .list--picture {
	margin: 3% 0;
	display: none;
}
.page--feature .list--picture.show {
	display: block;
}
.page--feature .list--picture li {
	display: block;
	width: 25%;
    overflow: visible;
    opacity: 0;
    transition: opacity .5s ease .15s;
}
.page--feature .list--picture li.item-inview {
    opacity: 1;
	overflow: hidden;
}
.page--feature .list--picture li .list-picture-box {
    display: block;
    position: relative;
    top: 0;
}
.page--feature .list--picture li .list-picture-box .list_photo {
	border-radius: 3px;
	overflow: hidden;
}
.page--feature .list--picture li .list-picture-box .list_photo img {
    width: 100%;
    max-width: none;
}
.page--feature .list--picture li .list-picture-box .nickname {
	position: relative;
	margin: 0.5em 0;
	color: #666666;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
.page--feature .list--picture li .list-picture-box .nickname::before {
	content: "\f1fc";
	font-family: 'FontAwesome';
	font-size: 1.2rem;
	margin-right: 5px;
}
.page--feature .list--picture li .list-picture-box .list_detail {
    width: 100%; 
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: rgba(0, 0, 0, 0.9);
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1.7;
    padding: 5%;
    position: absolute;
    left: -100%;
    top: 0;
    opacity: 0;
	overflow: hidden;
    transition: all .5s ease;
    -webkit-transition: all .3s ease;
}
.page--feature .list--picture li .list-picture-box:hover .list_detail  {
    opacity: 1;
    left: 0%;
}
.page--feature .list--picture li .list-picture-box .list_detail .nickname {
	color: #ffffff;
}
.page--feature .works_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3%;
    margin-bottom: 5%;
    background-color: #e3e3e8;
}
.page--feature .works_detail .works_img {
    width: 60%;
    position: relative;
}
.page--feature .works_detail .works_img img {
    border-radius: 3px;
}
.page--feature .works_detail .works_img .ph {
    margin: 0 auto;
}
.page--feature .works_detail .works_text {
    width: 37%;
}
.page--feature .works_detail .works_text .nickname {
    margin: 0.5em 0 1em;
    padding-bottom: 0.5em;
    font-size: 2.2rem;
    font-weight: bold;
    color: #666666;
    line-height: 1.4;
    text-align: left;
    border-bottom: solid 1px #cccccc;
    position: relative;
}
.page--feature .works_detail .works_text .nickname::before {
    content: "\f1fc";
    font-family: 'FontAwesome';
    font-size: 1.2rem;
    margin-right: 5px;
}
.page--feature .works_detail .works_text .nickname span {
    font-size: 1.5rem;
}
.page--feature .works_detail .works_text .from {
    margin: 0.5em 0 1em;
    padding-bottom: 0.5em;
    font-size: 2.2rem;
    font-weight: bold;
    color: #666666;
    line-height: 1.4;
    text-align: left;
    border-bottom: solid 1px #cccccc;
    position: relative;
}
.page--feature .works_detail .works_text .from::before {
    content: "\f27a";
    font-family: 'FontAwesome';
    font-size: 1.8rem;
    margin-right: 5px;
}
.page--feature .works_detail .works_text .ph {
    margin: 0 auto;
}


@media screen and (max-width: 999px) {
    .page--feature .list--bnr ul li {
        width: calc(98% / 2);
		margin-right: 2%;
		margin-bottom: 2%;
    }
    .page--feature .list--bnr ul li:nth-child(3n) {
        margin-right: 2%;
    }
    .page--feature .list--bnr ul li:nth-child(2n) {
        margin-right: 0;
    }
    .page--feature .list--picture li {
        width: 33.3%;
    }
}

@media screen and (max-width: 768px) {
    .page--feature .text--box {
        padding: 2em;
        margin-top: 2em;
    }
    .page--feature table tr {
        display: block;
    }
    .page--feature table th,
    .page--feature table td {
        width: 100%;
        display: block;
        padding: 0.5em;
        border: none;
    }
    .page--feature .list--box {
        margin: 5% 0;
    }
    .page--feature .list--comment li p {
        font-size: 1.2rem;
    }
    .page--feature .list--comment li .name {
        font-size: 1.1rem;
    }
    .page--feature .list--picture li {
        width: 50%;
    }
    .page--feature .works_detail {
        display: block;
    }
    .page--feature .works_detail .works_img,
    .page--feature .works_detail .works_text {
        width: 100%;
    }
    .page--feature .works_detail .works_text {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}

@media screen and (max-width: 520px) {
    .page--feature .list--bnr ul li {
        width: 100%;
		margin-right: 0 !important;
		margin-bottom: 3%;
    }
}

/* fortune */

#fortune.page--feature .about-fortune {
	padding: 9% 60px 8%;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	font-size: 1.6rem;
}
#fortune.page--feature h3 {
	width: 76%;
	margin: 0 auto 7%;
}

@media screen and (max-width: 768px) {
	#fortune.page--feature .about-fortune {
		padding: 9% 5% 8%;
		text-align: left;
		font-size: 1.4rem;
	}
	#fortune.page--feature h3 {
		width: 86%;
		margin: 0 auto 8%;
	}
}
@media screen and (max-width: 520px) {
	#fortune.page--feature .about-fortune {
		padding: 10% 5% 8%;
	}
	#fortune.page--feature h3 {
		width: 96%;
	}
}

/*    4.13 profile
------------------------------ */
.list-profile {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0;
}
.list-profile li {
    width: 16.6%;
    margin: 0 0 15px 0;
}
.list-profile li .box {
    padding: 0 5px
}
.list-profile li .photo {
    border-radius: 50%;
    overflow: hidden;
}
.list-profile li .photo a,
.list-profile li .photo span {
    position: relative;
    display: block;
    transition: none;
}
.list-profile li .photo img {
    width: 100%;
}
.list-profile li .photo a:hover::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.list-profile li.off .photo a::after,
.list-profile li.off .photo span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
}
.list-profile li .name {
    padding: 0.3em;
    text-align: center;
    font-size: 1.2rem;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-profile li .name a:hover {
    color: #1088ff;
}
.profile_detail .profile_photo {
    width: 600px;
    margin: 0 auto;
    position: relative;
}
.profile_detail .profile_photo img {
    width: 100%;
}
.profile_detail .profile_photo img.cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.profile_detail h3 {
    margin: 1em 0 0.5em;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}
.profile_detail h3 span {
    display: inline-block;
    margin-left: 10px;
    font-size: 1.2rem;
    font-weight: bold;
}
.profile_detail_member {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.profile_detail_member .profile_photo {
    width: 40%;
    position: relative;
}
.profile_detail_member .profile_photo img {
    width: 100%;
}
.profile_detail_member .profile_photo img.cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.profile_detail_member .profile_detail {
    width: 55%;
}
.profile_detail_member .profile_detail_inner h3 {
    padding-bottom: 0.5em;
    margin: 0 0 0.5em;
    text-align: left;
    border-bottom: solid 1px #cccccc;
}
.profile_detail_member .profile_detail_inner dl {
    overflow: hidden;
    zoom:1;
    margin-bottom: 3%;
}
.profile_detail_member .profile_detail_inner dl::after {
    display: table;
    content: "";
    clear: both;
}
.profile_detail_member .profile_detail_inner dl dt {
    width: 70px;
    float: left;
    font-weight: bold;
}
.profile_detail_member .profile_detail_inner dl dd {
    margin-left: 80px;
}
.profile_detail_member .profile_detail_inner .text {
    padding: 3%;
    background-color: #ffffff;
    font-size: 1.2rem;
    border: solid 1px #999999;
    color: #000000;
}

@media screen and (max-width: 768px) {
    .list-profile {
        padding: 8% 0;
    }
    .list-profile li {
        width: 33.3%;
    }
    .list-profile li .name {
        font-size: 1.1rem;
    }
    .profile_detail .profile_photo {
        width: 100%;
    }
    .profile_detail h3 {
        font-size: 2.0rem;
    }
    .profile_detail_member {
        display: block;
    }
    .profile_detail_member .profile_photo,
    .profile_detail_member .profile_detail {
        width: 100%;
    }
    .profile_detail_member .profile_detail_inner h3 {
        margin: 0.5em 0;
        text-align: center;
    }
}

/*    4.14 bbs
------------------------------ */
.page--bbs #comment_form dl {
    margin: 5% 0;
}
.page--bbs #comment_form dl dt {
    background: #EBEBEB;
    color: #000000;
    margin: 0 auto 1.5%;
    padding: .5% 1%;
}
.page--bbs .list--comment {
    margin: 5% 0;
}
.page--bbs .list--comment .block--comment {
    padding: 5%;
    margin-bottom: 3%;
    background: #fff;
    border: solid 1px #999999;
    border-radius: 10px;
}
.page--bbs .list--comment .date {
    margin: 0;
}
.page--bbs .list--comment .name {
    padding: 0.2em 1em;
    background: #EBEBEB;
    border-radius: 20px;
    color: #000000;
    font-size: 1.2rem;
}
.page--bbs .block--parent .ph {
	max-width: 1100px;
}

