@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

ins {
  background-color: #ff9;
  color: #333;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #333;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* normalize */
*,
::after,
::before,
blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
.logo,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
  padding: 0;
  margin: 0;
}

body,
html {
  height: 100%;
  -webkit-text-size-adjust: none;
}

.logo,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

ul {
  list-style: none;
}

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

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

iframe {
  border: 0;
}

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

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

i {
  font-style: normal;
}

img {
  max-width: 100%;
}

::-moz-selection {
  background: #333;
  color: #e8e6df;
}

::selection {
  background: #333;
  color: #e8e6df;
}

::-moz-selection {
  background: #333;
  color: #e8e6df;
}

*,
::after,
::before {
  box-sizing: border-box;
  outline: 0;
}

button,
textarea,
select,
img,
input {
  outline: none;
}

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

.clearfix:after {
  clear: both;
}

html {
  box-sizing: border-box;
  height: 100%;
  font-size: 62.5%;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  word-break: break-all;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-weight: 400;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 1.5rem;
  line-height: 1.5;
  height: 100%;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  letter-spacing: 0.15em;
  -webkit-text-size-adjust: none;
  font-feature-settings: "palt";
  font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  color: #000;
  background-color: #fff;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
strong {
  font-weight: bold;
}

/* components
============================== */
.center {
  text-align: center;
}

.bold {
  font-weight: 600;
}

.txt {
  margin: 0 0 1em;
}

.txt--link a {
  text-decoration: none;
}

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

.ph img {
  width: 100%;
}

/* layout
============================== */
.wrap {
  overflow: hidden;
  min-height: 100%;
  position: relative;
  z-index: 1;
}

/* contents
============================== */
.area--top {
  padding: 13vw 10vw;
}

.area--main {
  padding: 10vw;
}

.area--top {
  text-align: center;
  background-color: #151b24;
}
.area--top .site-title {
  color: #fc3931;
  margin-bottom: 1em;
  font-size: 2vw;
  opacity: 0;
  transform: translateX(-40px);
  transition: 1s;
}
.area--top .ph--fc-logo {
  width: 100%;
  margin: 0 0 4vw;
  opacity: 0;
  transform: translateX(-40px);
  transition: 1s;
}
.area--top .block--url {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  text-align: left;
  background: #fff;
  padding: 1vw 1.5vw;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  transform: translateX(-40px);
  transition: 1s;
}
.area--top .block--url dt {
  width: 100px;
  margin-right: 1.5vw;
  line-height: 0;
}
.area--top .block--url dd {
  font-size: 15px;
}
.area--top .block--url dd span {
  display: block;
  font-weight: bold;
  margin-top: 0.25em;
}
.area--top .block--url .section--base + .section--base {
  margin-top: 80px;
}

.area--main {
  opacity: 0;
  transform: translateX(-40px);
  transition: 1s;
}
.area--main .txt--lead {
  margin-bottom: 30px;
}
.area--main .section-tit--entry {
  font-family: "din-2014", serif;
  font-weight: 400;
  font-size: 35px;
  margin: 0 0 20px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.area--main .section-tit--entry::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 13px;
  background-color: #fc3931;
  position: absolute;
  top: 64%;
  z-index: -1;
}
.area--main .list--service li {
  padding: 4.5vw 4.5vw 5vw;
  background-color: #151b24;
  color: #fff;
}
.area--main .list--service li .title {
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 0.4em;
}
.area--main .list--service li + li {
  margin-top: 2vw;
}
.area--main .block--summary {
  padding: 4.5vw 4.5vw 5vw;
  margin: 6vw 0 0;
  border: 1px solid #151b24;
}
.area--main .block--summary .tit {
  margin: 0 0 1.5em;
}
.area--main .block--summary .tit span {
  display: block;
  font-size: 20px;
  font-family: "Roboto Condensed", serif;
  font-weight: 400;
  margin: 0 0 0.75em;
  letter-spacing: 0;
}
.area--main .block--summary .list--attention {
  padding-right: 200px;
}
.area--main .block--summary .list--attention li {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.area--main .block--summary .list--attention li + li {
  margin-top: 0.5em;
}
.area--main .block--summary .qrcode {
  width: 200px;
  position: absolute;
  right: 30px;
  top: calc(50% - 100px);
}

.txt--link img {
  width: 50vw;
  min-width: 250px;
}

.loaded .area--top .site-title {
  opacity: 1;
  transform: translateX(0);
}
.loaded .area--top .ph--fc-logo {
  opacity: 1;
  transform: translateX(0);
}
.loaded .area--top .block--url {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.3s;
}
.loaded .area--main {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}

/* scroll-animation */
.delighter {
  transform: translateX(-40px);
  opacity: 0;
  transition: all 0.6s ease-out;
}

.delighter.started {
  transform: translateX(0);
  opacity: 1;
}

/* tablet（+PC）
=================================== */
@media screen and (min-width: 560px) {
  .tablet-none {
    display: none !important;
  }
  body::before {
    background-position-x: center;
  }
  .area--main .block--summary .tit span {
    display: inline-block;
    margin: 0;
  }
  .area--main .block--summary .tit span::after {
    content: "/";
    margin: 0 1.25em;
  }
  .txt--link img {
    max-width: 375px;
    width: 50vw;
  }
}
/* ie */
.ua--ie .area--top .ph--fc-logo {
  height: 400px;
}

/* ==============================================================
*  contents
* ============================================================ */
.wrap {
  position: relative;
  min-height: 100%;
  background: #f0f0f0;
  overflow: hidden;
  padding-top: 66px;
}

section {
  width: 100%;
}

.section__inner {
  margin: 0 auto;
  position: relative;
  padding: 0 5%;
}

.bg--gray {
  background-color: #c4c9ce;
}

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

.date {
  font-family: "din-2014", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}

.txt {
  font-size: 1.6rem;
}

.sub-txt-list {
  font-size: 1.3rem;
}

.section-tit {
  font-family: "Noto Sans JP";
  font-weight: 700;
  color: #242321;
}

.new .date::after {
  content: "new";
  font-weight: bold;
  color: #fc3931;
  font-size: 1.4rem;
  margin: 0 0 0 6px;
  text-transform: uppercase;
}

.list--information {
  margin-bottom: 60px;
}
.list--information li {
  margin-bottom: 25px;
}

.img--blur {
  display: block;
  width: 120%;
  height: 120%;
  position: absolute;
  left: -10%;
  top: -10%;
  z-index: 1;
  filter: blur(20px);
}

.thumb {
  position: relative;
}

.no-data {
  text-align: center;
  opacity: 0.5;
  padding: 1em 0;
}

.list--contents {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
.list--contents li {
  margin: 0 2vw 12vw 0;
}
.list--contents li a {
  display: block;
  width: 100%;
  background: #fff;
}
.list--contents li a .thumb img.photo_nofilter {
  filter: blur(0px);
}
.list--contents li a .thumb img.photo_filter + img {
  display: none;
}
.list--contents li:last-of-type {
  margin-bottom: 0;
}
.list--contents .category {
  font-size: 12px;
  background: #24b6e6;
  display: inline-block;
  color: #000;
  padding: 0 6px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.list--contents .category + .date {
  color: #fff;
  display: inline-block;
}
.list--contents .date {
  color: #24b6e6;
}
.list--contents .thumb {
  top: -3vw;
  left: -3vw;
  background: #25282d;
  width: 100%;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.list--contents .thumb img {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/static/moritakachisato/fanclub/common/thumb--none.png);
  background-size: cover;
}
.list--contents .thumb img:not(.img--blur) {
  background-size: contain;
  position: relative;
  z-index: 2;
}
.list--contents .block--text {
  padding: 0.5vw 3vw 3vw;
  margin-top: -1vw;
}
.list--contents .block--text .tit {
  line-height: 1.2;
  font-size: 1.7rem;
}
.list--contents.bg--black li a {
  background: #151b24;
  color: #fff;
}

.list--horizontal {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list--horizontal li {
  width: 50%;
  margin-bottom: 15px;
}
.list--horizontal li:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.logo {
  width: 45%;
  height: 20px;
  position: absolute;
  z-index: 1;
  top: 28px;
  left: 4%;
}
.logo a {
  text-indent: -9999em;
  background: url(/static/moritakachisato/fanclub/logo/logo.svg) no-repeat;
  background-size: contain;
  display: block;
}

.confirm .thumb {
  position: relative;
}

.dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pointList {
  background: #c4c9ce;
  padding: 20px 5%;
  margin: 20px auto;
}
.pointList dt {
  width: 8em;
  float: left;
  clear: left;
  font-size: 14px;
  line-height: 1;
  padding: 20px 0 10px;
}
.pointList dt.necessary {
  padding-top: 9px;
  padding-bottom: 0;
}
.pointList dd {
  font-size: 16px;
  text-align: center;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
}
.pointList dd.necessary {
  font-size: 20px;
  font-weight: bold;
  color: #eb3333;
  padding-top: 6px;
}
.pointList dd:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.pointLabel {
  text-align: center;
  margin: 30px 0 5px;
}

.block--pager {
  text-align: center;
  letter-spacing: -0.5em;
  font-size: 14px;
  margin: 30px auto;
  padding: 0;
  width: 100%;
}
.block--pager li {
  display: inline-block;
  font-family: "din-2014", sans-serif;
  font-weight: 800;
  padding: 0.6em 0;
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  vertical-align: middle;
  position: relative;
}
.block--pager li::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  bottom: 4px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.block--pager a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 0 0.6em;
}
.block--pager .pager__item--top,
.block--pager .pager__item--number {
  text-align: center;
  color: #888;
}
.block--pager .pager__item--newer,
.block--pager .pager-link--next {
  width: 50px;
  padding: 7px 0;
  margin-right: 1em;
  position: absolute;
  left: 5vw;
}
.block--pager .pager__item--newer a,
.block--pager .pager__item--newer span,
.block--pager .pager-link--next a,
.block--pager .pager-link--next span {
  display: block;
  width: 100%;
  text-indent: -9999em;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--newer a::after,
.block--pager .pager__item--newer span::after,
.block--pager .pager-link--next a::after,
.block--pager .pager-link--next span::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--newer a::after,
.block--pager .pager__item--newer span::after,
.block--pager .pager-link--next a::after,
.block--pager .pager-link--next span::after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(-135deg);
  top: 9px;
  left: 0;
  transition: left 0.3s;
}
.block--pager .pager__item--newer span,
.block--pager .pager-link--next span {
  opacity: 0.2;
}
.block--pager .pager__item--older,
.block--pager .pager-link--prev {
  width: 50px;
  padding: 7px 0;
  margin-left: 2.5em;
  position: absolute;
  right: 0;
}
.block--pager .pager__item--older a,
.block--pager .pager__item--older span,
.block--pager .pager-link--prev a,
.block--pager .pager-link--prev span {
  display: block;
  width: 100%;
  text-indent: -9999em;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--older a::after,
.block--pager .pager__item--older span::after,
.block--pager .pager-link--prev a::after,
.block--pager .pager-link--prev span::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--older a::after,
.block--pager .pager__item--older span::after,
.block--pager .pager-link--prev a::after,
.block--pager .pager-link--prev span::after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  top: 9px;
  left: 23px;
  transition: left 0.3s;
}
.block--pager .pager__item--older span,
.block--pager .pager-link--prev span {
  opacity: 0.2;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older,
.block--pager .pager-link--prev .pager-link--next {
  z-index: 2;
}
.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before,
.block--pager .pager-link--prev .pager-link--next::before {
  display: none !important;
}
.block--pager .pager-link--prev a::after,
.block--pager .pager-link--next a::after,
.block--pager .pager-link--prev span::after,
.block--pager .pager-link--next span::after {
  top: 16px !important;
}
.block--pager .pager-link--prev {
  margin-left: 0;
}
.block--pager .pager-link--next {
  margin-right: 0;
}
.block--pager .pager__item--current {
  font-weight: 800;
  position: relative;
  padding: 0.6em;
}
.block--pager .pager__item--current::before {
  transform: scaleX(1);
}

.section--list {
  padding: 0 6%;
}
.section--list .list--contents {
  padding-left: 5%;
}
.section--list .list--contents li {
  opacity: 0;
  transform: translateX(-60vw);
  transition: 0.4s cubic-bezier(0.33, 0.32, 0.4, 0.99);
}
.section--list .list--contents li.started {
  opacity: 1;
  transform: translateX(0);
}
.section--list .section-tit {
  display: inline-block;
  color: inherit;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  padding: 10px 0 25px;
  margin: 0;
  position: relative;
  z-index: 2;
  color: #242321;
}
.section--list .section-tit::before {
  content: "";
  display: inline-block;
  width: 120%;
  height: 10px;
  background-color: #fc3931;
  margin-left: -7vw;
  position: absolute;
  top: 44%;
  z-index: -1;
  transform-origin: left;
  transform: scaleX(0);
  transition: 0.3s ease-out;
}
.section--list .section-tit + .list--contents {
  padding-top: 20px;
}

.loaded .section-tit::before {
  transform: scaleX(1);
}

.section--detail {
  padding: 20px 5% 80px;
  position: relative;
}
.section--detail .section-tit {
  padding-top: 10px;
}
.section--detail .tit {
  word-break: break-all;
  font-size: 2.2rem;
  line-height: 1.3;
  margin: 0 0 5px;
}
.section--detail .category,
.section--detail .date {
  display: inline-block;
  line-height: 1;
  font-size: 1.4rem;
}
.section--detail .add-txt {
  display: inline-block;
  font-size: 12px;
}
.section--detail .date + .date {
  position: relative;
  padding-left: 1em;
}
.section--detail .date + .date::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 6px;
}
.section--detail .ph {
  width: 100%;
  margin: 15px 0;
  line-height: 0;
  position: relative;
  display: flex;
}
.section--detail .ph img {
  width: 100%;
  height: 100%;
}
.section--detail .movie,
.section--detail .youtube {
  position: relative;
  width: 100%;
  margin: 15px 0;
  padding-top: 56.25%;
}
.section--detail iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.section--detail .category::before {
  right: -0.5em;
  top: 2px;
}
.section--detail .date {
  margin: 0 0 15px;
  position: relative;
}
.section--detail .txt a {
  text-decoration: underline;
}
.section--detail .txt .block-tit {
  margin-bottom: 10px;
}
.section--detail .txt .block {
  border: 0.5px solid #ccc;
  margin-bottom: 15px;
  padding: 15px;
}
.section--detail .txt .block:last-of-type {
  margin-bottom: 0;
}
.section--detail .txt:last-of-type {
  margin-bottom: 0;
}
.section--detail .txt dl dt {
  margin-bottom: 5px;
}
.section--detail .txt dl dt:first-of-type {
  padding-top: 10px;
  border-top: 0.5px solid #ccc;
}
.section--detail .txt dl dd {
  border-bottom: 0.5px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.section--detail .txt ul.list--attention {
  font-size: 0.9em;
}
.section--detail .txt ul.list--attention li {
  margin-bottom: 0;
}
.section--detail .txt ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.section--detail .btn a {
  text-decoration: none;
}
.section--detail .block--share {
  float: right;
  margin: 0;
  z-index: 2;
}
.section--detail .block--share li:first-child {
  margin: 0;
}
.section--detail .block--share li {
  display: inline-block;
  margin: 0 0.8em 0 0;
  transition: none;
  -webkit-transition: none;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  vertical-align: middle;
  opacity: 0.4;
}
.section--detail .block--share li a {
  display: block;
  font-size: 20px;
  color: #000;
}
.section--detail .block--share li a * {
  transition: none;
}
.section--detail .block--share li svg {
  width: 18px;
  height: 18px;
  transition: all 0.3s ease;
  fill: #000;
  vertical-align: -1px;
}
.section--detail .list--contents .thumb {
  width: 100%;
  line-height: 0;
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
}

.section--detail.new .date::after {
  content: "new";
  font-size: 1.4rem;
  color: #fc3931;
  margin: 0 0 0 6px;
  text-transform: uppercase;
  font-weight: bold;
}

.page--home {
  /* animation */
}
.page--home .wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.page--home section {
  position: relative;
  z-index: 2;
}
.page--home .logo {
  display: none;
}
.page--home .contents .section-tit {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  color: #242321;
}
.page--home .contents .section-tit::before {
  content: "";
  display: block;
  background-color: #fc3931;
  position: absolute;
  z-index: -1;
  transform-origin: left;
  transform: scaleX(0);
  transition: 0.4s;
  margin-left: -5.25vw;
}
.page--home .contents .section-tit__en {
  color: #1a2634;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.09em;
  transform-origin: left;
  position: absolute;
}
.page--home .list__more {
  text-align: right;
  font-family: "din-2014", sans-serif;
  padding: 0;
  margin-top: 6vw;
}
.page--home .list__more a {
  display: inline-block;
  width: calc(20vw + 50px);
  position: relative;
  padding-right: 50px;
}
.page--home .list__more a::after {
  content: "";
  display: block;
  width: 45px;
  height: 15px;
  background: url(/static/moritakachisato/fanclub/arrow-more.svg) no-repeat 0px 7px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}
.page--home .section--keyvisual {
  width: 100%;
  height: 84vh;
}
.page--home .section--keyvisual h2 {
  color: #fc3a32;
  position: absolute;
  left: 0;
  line-height: 0.5;
}
.page--home .section--keyvisual h2 span {
  display: block;
  padding-left: 3vw;
  position: relative;
}
.page--home .section--keyvisual h2 span::before {
  content: "";
  display: block;
  width: 104%;
  height: 83%;
  background: #fff;
  opacity: 0.5;
  position: absolute;
  left: 0;
  bottom: -4%;
  z-index: 1;
  transform-origin: left;
  transform: scaleX(0);
}
.page--home .section--keyvisual h2 img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  transform: translateY(-20px);
  opacity: 0;
}
.page--home .section--keyvisual h2 .logo--premium::before {
  height: 70%;
  bottom: 8%;
}
.page--home .section--keyvisual img {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat top center;
  background-size: cover;
}
.page--home .section--login .login {
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
}
.page--home .section--login .login a {
  text-decoration: underline;
}
.page--home .section--banner {
  margin-bottom: -25px;
}
.page--home .section--banner .list--bnr {
  margin-bottom: 0;
  top: -30px;
}
.page--home .section--banner .list--bnr li {
  margin: 0 5px;
}
.page--home .section--banner .list--bnr li a {
  display: block;
  box-shadow: 0 34px 30px -30px rgba(0, 0, 0, 0.4);
}
.page--home .section--banner .slick-list {
  padding-bottom: 40px !important;
}
.page--home .section--login {
  padding-bottom: 30px;
}
.page--home .section--information {
  min-height: 120vw;
  padding: 16vw 0 30vw;
}
.page--home .section--information .list--information {
  margin-bottom: 40px;
}
.page--home .section--blog .section__inner {
  padding: 0;
  top: -20vw;
}
.page--home .section--blog .section-tit {
  padding-left: 5vw;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}
.page--home .section--blog .section-tit::before {
  width: 105%;
}
.page--home .section--blog .section-tit__en {
  color: #fff;
  text-shadow: #151b24 1px 1px 0px, #151b24 -1px 1px 0px, #151b24 1px -1px 0px, #151b24 -1px -1px 0px;
  top: 0;
}
.page--home .section--blog .list--contents li a .thumb img.photo_filter {
  background-image: url(/static/moritakachisato/fanclub/common/thumb--none.png) !important;
}
.page--home .section--blog .list__more {
  position: relative;
  top: -14vw;
}
.page--home .section--latestcontents {
  padding-bottom: 40px;
}
.page--home .section--latestcontents .section__inner {
  padding: 12vw 0 10px;
}
.page--home .section--latestcontents .section-tit {
  padding-left: 5vw;
  margin-bottom: 20px;
}
.page--home .section--latestcontents .section-tit::before {
  width: 105%;
}
.page--home .section--latestcontents .list--contents li a .thumb {
  background: #fff;
}
.page--home .section--latestcontents .list--contents li a .thumb img.photo_filter {
  background-image: url(/static/moritakachisato/fanclub/common/thumb--none_white.png) !important;
}
.page--home .section--blog .list__more a,
.page--home .section--latestcontents .list__more a {
  padding-right: calc(5vw + 50px);
}
.page--home .section--blog .list__more a::after,
.page--home .section--latestcontents .list__more a::after {
  right: 5vw;
}
.page--home .section--blog .list--contents .slick-track,
.page--home .section--latestcontents .list--contents .slick-track {
  display: flex;
  flex-wrap: wrap;
}
.page--home .section--blog .list--contents li,
.page--home .section--latestcontents .list--contents li {
  width: 85vw;
  margin: 0 2vw 0 0;
  padding-top: 5vw;
  padding-left: 8vw;
  height: auto;
}
.page--home .section--blog .list--contents li a,
.page--home .section--latestcontents .list--contents li a {
  height: 100%;
}
.page--home .section--blog .list--contents li a .cat-wp,
.page--home .section--latestcontents .list--contents li a .cat-wp {
  background: #FFDD25;
}
.page--home .section--blog .list--contents li a .cat-movie,
.page--home .section--latestcontents .list--contents li a .cat-movie {
  background: #00ea28;
}
.page--home .section--blog .slick-dots,
.page--home .section--latestcontents .slick-dots {
  bottom: -40px;
}
.page--home .section--blog .slick-dots li,
.page--home .section--latestcontents .slick-dots li {
  width: 10px;
  padding: 0 10px;
  margin: 0;
}
.page--home .section--blog .slick-dots li button,
.page--home .section--latestcontents .slick-dots li button {
  width: 10px;
  height: 10px;
}
.page--home .section--blog .slick-dots li.slick-active button::before,
.page--home .section--latestcontents .slick-dots li.slick-active button::before {
  background: #fc3931;
}
.page--home .section--blog .slick-dots li button:before,
.page--home .section--latestcontents .slick-dots li button:before {
  opacity: 1;
  color: black;
  content: "";
  background: #777;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.page--home .list--contents .thumb img:not(.img--blur) {
  border: none;
}
.page--home .section--menu {
  background: #6f6f6f;
  padding: 40px 3%;
}
.page--home .section--menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page--home .section--menu ul li {
  color: #fff;
  font-weight: bold;
  font-size: 4.3vw;
  letter-spacing: 0.01em;
  padding: 10px;
}
.page--home .section--footer {
  background: #151b24;
  padding: 40px 5% 0;
}
.page--home .section--footer .list--horizontal li {
  color: #fff;
  font-size: 12px;
}
.page--home .section--footer .nav--support {
  margin-bottom: 35px;
}
.page--home .section--footer .block--official-link {
  width: 60%;
  margin: 0 auto;
  max-width: 300px;
}
.page--home .section--footer .copyright {
  opacity: 0.5;
}
.page--home .section--banner .slick-dots {
  position: absolute;
  width: 80%;
  padding: 0;
  margin: 0;
  list-style: none;
  left: 10.5%;
  text-align: center;
  bottom: 0;
}
.page--home .section--banner .slick-dots > li {
  height: 1px;
  margin: 0 1px;
}
.page--home .section--banner .slick-dots li button:before {
  content: "";
  line-height: 1px;
  opacity: 1;
  color: black;
  background: #777;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.page--home .section--banner .slick-dots li.slick-active button::before {
  background: #fc3931;
}
.page--home .section--banner {
  transform: translateY(60px);
  opacity: 0;
}
.page--home.first-action .section--keyvisual h2 span::before {
  transition: 0.3s ease-out;
  transform: scaleX(1);
}
.page--home.first-action .section--keyvisual h2 img {
  transition: 0.3s ease-out;
  transform: translateY(0);
  opacity: 1;
}
.page--home.first-action .section--keyvisual h2 .logo--digital img {
  transition-delay: 0.4s;
}
.page--home.first-action .section--keyvisual h2 .logo--julia img {
  transition-delay: 0.5s;
}
.page--home.first-action .section--keyvisual h2 .logo--premium img {
  transition-delay: 0.6s;
}
.page--home.first-action .section--banner {
  transition: 0.4s ease-out 1.1s;
  transform: translateY(0);
  opacity: 1;
}
.page--home.no-action .section--keyvisual h2 span::before {
  transform: scaleX(1);
}
.page--home.no-action .section--keyvisual h2 img {
  transform: translateY(0);
  opacity: 1;
}
.page--home.no-action .section--banner {
  transform: translateY(0);
  opacity: 1;
}
.page--home .started.contents .section-tit::before {
  transform: scaleX(1);
}

.page--info .section-tit::before {
  width: 140%;
}
.page--info .section--detail .tit {
  font-size: 2.2rem;
}
.page--info .section--detail .date {
  margin: 0 0 30px;
}

.page--movie {
  font-size: 1.6rem;
}
.page--movie .section--list .section-tit::before {
  width: 170%;
}
.page--movie .block--player {
  width: 100%;
  margin-bottom: 10px;
}
.page--movie .block--player video {
  width: 100%;
}
.page--movie .txt {
  margin-bottom: 20px;
}
.page--movie .list--contents {
  padding: 0 0 0 5%;
}
.page--movie .list--contents li {
  margin-bottom: 50px;
}
.page--movie .list--contents .thumb img {
  background-size: cover;
}
.page--movie.confirm .pointList {
  margin: 40px auto 20px;
}

/* new--movie */
.page--movie.page--new--movie .list--contents {
  margin-bottom: 120px;
}
.page--movie.page--new--movie .detail__btn {
  bottom: 90px;
}

/* new--movie detail */
.page--movie.new-movie.new-movie-detail .section--detail {
  padding: 20px 5% 100px;
}
.page--movie.new-movie.new-movie-detail .section--detail .area--movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.page--movie.new-movie.new-movie-detail .section--detail .area--movie .block--player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.page--movie.new-movie.new-movie-detail .section--detail .block--tit {
  padding: 0;
  width: auto;
  margin-top: 10px;
}
.page--movie.new-movie.new-movie-detail .section--detail .block--tit .date {
  margin: 0 0 15px;
  position: relative;
  opacity: 1;
  font-size: 1.4rem;
}
.page--movie.new-movie.new-movie-detail .section--detail .block--tit .tit {
  word-break: break-all;
  font-size: 2.2rem;
  line-height: 1.3;
  margin: 0 0 20px;
}
.page--movie.new-movie.new-movie-detail .section--detail .attList {
  margin: 0 0 20px;
}
.page--movie.new-movie.new-movie-detail .section--detail .attList li {
  font-size: 12px;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 0 0 5px;
}
.page--movie.new-movie.new-movie-detail .section--detail .attList li:last-child {
  margin: 0;
}
.page--movie.new-movie.new-movie-detail .section--detail .list--contents {
  padding: 10px 20px;
}
.page--movie.new-movie.new-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies {
  padding-top: 0;
}
.page--movie.new-movie.new-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li:last-child {
  border-bottom: none;
}
.page--movie.new-movie.new-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
  padding: 10px 0;
  align-items: center;
  margin: 0;
}
.page--movie.new-movie.new-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt .tit {
  font-size: 14px;
  margin: 0;
}
.page--movie.new-movie.new-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt .date {
  font-size: 12px;
  margin-bottom: 0;
  opacity: 1;
}
.page--movie.new-movie.new-movie-detail .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
  margin-top: -0.85em;
}
.page--movie.new-movie.new-movie-detail .section--detail .area--movie .vjs-control-bar {
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5)) !important;
}
.page--movie.new-movie.new-movie-detail .section--detail .area--movie .video-js .vjs-play-control.vjs-paused,
.page--movie.new-movie.new-movie-detail .section--detail .area--movie .video-js .vjs-play-control.vjs-playing {
  border: none;
  outline: none;
  box-shadow: none;
}
.page--movie.new-movie.new-movie-detail .section--detail .area--movie .video-js .vjs-play-control.vjs-paused span:before,
.page--movie.new-movie.new-movie-detail .section--detail .area--movie .video-js .vjs-play-control.vjs-playing span:before {
  width: 1.6em;
  height: 1.6em;
  margin-left: -0.25em;
}
.page--movie.new-movie.new-movie-detail .section--detail .area--movie .vjs-fullscreen.video-js .vjs-play-control.vjs-paused,
.page--movie.new-movie.new-movie-detail .section--detail .area--movie .vjs-fullscreen.video-js .vjs-play-control.vjs-playing {
  border: none;
  outline: none;
  box-shadow: none;
}
.page--movie.new-movie.new-movie-detail .section--detail .area--movie .vjs-fullscreen.video-js .vjs-play-control.vjs-paused span,
.page--movie.new-movie.new-movie-detail .section--detail .area--movie .vjs-fullscreen.video-js .vjs-play-control.vjs-playing span {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.page--movie.new-movie.new-movie-detail .section--detail .area--movie .vjs-fullscreen.video-js .vjs-play-control.vjs-paused span:before,
.page--movie.new-movie.new-movie-detail .section--detail .area--movie .vjs-fullscreen.video-js .vjs-play-control.vjs-playing span:before {
  width: 1.6em;
  height: 1.6em;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 50.5%;
  left: 50%;
  translate: -50% -50%;
}
.page--movie.new-movie.new-movie-detail .detail__btn {
  padding-top: 0;
  padding-bottom: 0;
}

.page--wallpaper .section--list .section-tit::before {
  width: 170%;
}
.page--wallpaper.pc-layout .section--list .list--contents {
  justify-content: flex-start !important;
  display: flex;
  flex-wrap: wrap;
}
.page--wallpaper.pc-layout .section--list .list--contents li {
  width: calc(33.3333333333% - 4vw) !important;
}
.page--wallpaper.pc-layout .section--list .list--contents li:not(:nth-child(3n)) {
  margin-right: 6vw;
}
.page--wallpaper.pc-layout .section--list .list--contents li:nth-child(3n) {
  margin-right: 0;
}
.page--wallpaper.pc-layout .section--list .list--contents li .block--text {
  padding: 0.1vw 2vw 2vw;
  margin-top: -1.6vw;
}
.page--wallpaper.mobile-layout .section--list .list--contents li {
  width: 100% !important;
}
.page--wallpaper.mobile-layout .section--list .list--contents li .block--text {
  padding: 0.5vw 3vw 3vw;
  margin-top: -1vw;
}
.page--wallpaper .section--detail .ph {
  margin: 30px 0;
  justify-content: center;
}
.page--wallpaper .section--detail .ph img {
  width: 60%;
}
.page--wallpaper.confirm .thumb {
  margin: 0 15% 35px;
}

.page--blog .drawer__btn span {
  background: #fff;
}
.page--blog .wrap {
  background: #151b24;
}
.page--blog .section--list .section-tit {
  width: 70%;
  text-align: center;
  color: #fff;
  padding: 0;
  margin: 20px auto 40px 5px;
}
.page--blog .list--contents.bg--black li a {
  background: #f5f5f5;
  color: #151b24;
}
.page--blog .section-tit::before {
  display: none;
}
.page--blog .section--detail {
  background: #fff;
  width: 90%;
  margin: 20px auto 70px;
}
.page--blog .txt,
.page--blog .txt * {
  white-space: normal !important;
  word-wrap: break-word;
}
.page--blog .block--pager {
  color: #fff;
}
.page--blog .block--pager li::before {
  background: #fff;
}
.page--blog .block--pager .pager__item--older a::after,
.page--blog .block--pager .pager__item--older span::after,
.page--blog .block--pager .pager-link--prev a::after,
.page--blog .block--pager .pager-link--prev span::after,
.page--blog .block--pager .pager__item--newer a::after,
.page--blog .block--pager .pager__item--newer span::after,
.page--blog .block--pager .pager-link--next a::after,
.page--blog .block--pager .pager-link--next span::after {
  border-color: #fff;
}
.page--blog footer {
  color: #fff;
}

body.page--photo .section-tit::before {
  width: 150%;
}
body.page--photo.pc-layout .section--list .list--contents {
  justify-content: flex-start !important;
  display: flex;
  flex-wrap: wrap;
}
body.page--photo.pc-layout .section--list .list--contents li {
  width: calc(33.3333333333% - 4vw) !important;
}
body.page--photo.pc-layout .section--list .list--contents li:not(:nth-child(3n)) {
  margin-right: 6vw;
}
body.page--photo.pc-layout .section--list .list--contents li:nth-child(3n) {
  margin-right: 0;
}
body.page--photo.pc-layout .section--list .list--contents li .block--text {
  padding: 0.1vw 2vw 2vw;
  margin-top: -1.6vw;
}
body.page--photo.mobile-layout .section--list .list--contents li {
  width: 100% !important;
}
body.page--photo.mobile-layout .section--list .list--contents li .block--text {
  padding: 0.5vw 3vw 3vw;
  margin-top: -1vw;
}
body.page--photo .section--detail {
  padding-top: 10px;
}
body.page--photo .section--detail .section-tit {
  font-size: 2.2rem;
  margin-bottom: 30px;
}
body.page--photo .section--detail .tit {
  font-weight: 400;
}
body.page--photo .section--detail .list--contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.page--photo .section--detail .list--contents li {
  width: 48%;
  margin: 0 0 20px;
}
body.page--photo .section--detail .list--contents li a {
  background: none;
}
body.page--photo .section--detail .list--contents li .tit {
  font-size: 1.4rem;
}
body.page--photo #swipebox-overlay {
  background: #000;
}
body.page--photo #swipebox-close {
  top: 10px;
  background: none;
}
body.page--photo #swipebox-close::before,
body.page--photo #swipebox-close::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 20px;
  transition: all 0.3s 0s ease;
}
body.page--photo #swipebox-close::before {
  transform: rotate(45deg);
}
body.page--photo #swipebox-close::after {
  transform: rotate(-45deg);
}
body.page--photo .modal-open .drawer__btn {
  pointer-events: none;
}
body.page--photo #swipebox-slider .slide-loading {
  background-image: none !important;
}
body.page--photo .page--photo #swipebox-slider .slide img {
  max-height: 80%;
}
body.page--photo #swipebox-prev.disabled,
body.page--photo #swipebox-next.disabled {
  opacity: 0.2;
}
body.page--photo #swipebox-action #swipebox-prev,
body.page--photo #swipebox-action #swipebox-next {
  background: none;
  color: #fff;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}
body.page--photo #swipebox-action #swipebox-prev {
  left: 3%;
}
body.page--photo #swipebox-action #swipebox-next {
  right: 3%;
}
body.page--photo #swipebox-action #swipebox-prev::after {
  content: "";
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  vertical-align: middle;
  margin-left: 1em;
}
body.page--photo #swipebox-action #swipebox-next::after {
  content: "";
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
  margin-top: 1em;
}
body.page--photo #swipebox-caption {
  width: 100%;
  max-width: 800px;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 50%;
  color: #fff;
  transform: translateX(-50%);
}

.page--bbs .block--bbs-lead {
  margin-bottom: 30px;
}
.page--bbs .comment {
  font-size: 1.7rem;
  vertical-align: 0;
  margin-left: 10px;
}
.page--bbs .nickname span {
  font-size: 14px;
  display: block;
  color: #666;
}
.page--bbs .list--comment {
  margin-bottom: 50px;
}
.page--bbs .form--confirm dd {
  margin-bottom: 30px;
}
.page--bbs .form--confirm dl dd:last-of-type {
  margin-bottom: 0;
}
.page--bbs.page--bbs__confirm .section--detail {
  padding-bottom: 60px;
}
.page--bbs.page--bbs__confirm .section--detail .txt {
  margin-bottom: 20px;
}
.page--bbs.page--bbs__confirm .section--detail .form--post {
  background: none;
  margin-bottom: 0;
}
.page--bbs.page--bbs__report .form--confirm {
  background: #dcdcdc;
  padding: 15px;
}
.page--bbs.page--bbs__report .form--confirm dl dt {
  opacity: 0.8;
  font-size: 13px;
}
.page--bbs .section--list .list--information li {
  margin-bottom: 10px;
}
.page--bbs .section--list .list--information li a {
  font-weight: bold;
  display: block;
  padding: 17px 3%;
  background: #fff;
  background: #000;
  color: #fff;
}
.page--bbs .section--list .list--information li .comment {
  font-size: 1.2rem;
}
.page--bbs .section--detail {
  padding-bottom: 0;
}
.page--bbs .section--detail .tit {
  margin-bottom: 20px;
}
.page--bbs .section--detail .block--parent {
  margin-bottom: 30px;
}
.page--bbs .section--detail .form--post {
  background: #d4d4d4;
  padding: 20px 5%;
  margin: 0 -6% 50px;
}
.page--bbs .section--detail .form--post .label--image {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.page--bbs .section--detail .form--post .label--image span {
  display: inline-block;
  padding-left: 10px;
  font-weight: normal;
}
.page--bbs .section--detail .form--post label {
  display: block;
  margin-top: 5px;
}
.page--bbs .section--detail .form--post textarea {
  height: 15em;
  line-height: 1.5;
}
.page--bbs .section--detail .block--error {
  background: #f7dada;
  padding: 20px;
  margin-bottom: 20px;
  color: #eb3333;
}
.page--bbs .section--detail .list--comment li {
  position: relative;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 40px;
}
.page--bbs .section--detail .list--comment li:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.page--bbs .section--detail .block--comment .thumb {
  width: 75%;
  margin: 0 auto 30px;
}
.page--bbs .section--detail .block--comment .report-btn {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  padding: 3px 0 5px;
  position: absolute;
  right: 0;
  bottom: 15px;
  border-bottom: 1px solid #000;
}
.page--bbs .section--detail .block--comment .report-btn:hover {
  opacity: 0.7;
}
.page--bbs .section--detail .block--comment .ico--check,
.page--bbs .section--detail .block--comment .ico--approval {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  background: #151b24;
  padding: 3px 10px 5px;
  color: #fff;
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 0;
}
.page--bbs .section--detail .block--comment .ico--approval {
  background: #eb3333;
}
.page--bbs .section--detail .block--comment .block--name {
  line-height: 1;
  padding: 0;
  margin-bottom: 30px;
}
.page--bbs .section--detail .block--comment .block--name .nickname {
  float: left;
  font-weight: bold;
}
.page--bbs .section--detail .block--comment .date {
  color: #777;
  font-size: 14px;
}

.page--faq .section-tit {
  width: 100%;
  font-size: 20px;
  padding-top: 20px;
  margin: 0 auto 30px;
  position: static;
}
.page--faq .section-tit::before {
  display: none;
}

.tit--category {
  font-size: 14px;
  margin: 0 0 5px 0;
}

.list--faq {
  margin: 0 0 40px;
}
.list--faq li {
  border-top: 1px solid #ccc;
}
.list--faq li:last-child {
  border-bottom: 1px solid #ccc;
}
.list--faq a {
  display: block;
  padding: 10px 2%;
  position: relative;
}
.list--faq .tit {
  padding-left: 20px;
}
.list--faq .txt {
  line-height: 1.6;
  margin: 0;
  padding-left: 20px;
}
.list--faq .icon--q {
  float: left;
  font-family: "urw-din", sans-serif;
  font-weight: bold;
  margin-right: 5px;
}

.block--faq-detail {
  padding: 15px 4%;
  margin: 0 0 60px;
  border: 1px solid;
}
.block--faq-detail dt {
  border-bottom: 1px solid #ccc;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.block--faq-detail dt .txt {
  padding-left: 40px;
  margin: 0;
}
.block--faq-detail dt .category {
  display: inline-block;
  font-size: 12px;
  background: #eee;
  color: #666;
  border-radius: 20px;
  padding: 1px 8px 0;
  margin: 0 0 20px;
}
.block--faq-detail dd .txt {
  margin: 0;
  padding-left: 40px;
}
.block--faq-detail dd .txt a {
  color: #242321;
}
.block--faq-detail span[class^=icon--] {
  float: left;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-family: "urw-din", sans-serif;
  font-weight: 200;
  line-height: 30px;
  text-align: center;
  border-radius: 30px;
}
.block--faq-detail span.icon--q {
  color: #fff;
  line-height: 31px;
  background: #242321;
  letter-spacing: 0em;
}
.block--faq-detail span.icon--a {
  color: #ffffff;
  background: #fc3f38;
  letter-spacing: 0em;
}

.page--faq .section-tit {
  font-size: 22px;
}
.page--faq .section--detail .tit--category {
  color: #242321;
  margin-bottom: 25px;
}
.page--faq .section--detail .block--contact {
  padding-top: 40px;
  margin-bottom: 40px;
}
.page--faq .section--detail .block--contact a {
  color: #242321;
}
.page--faq .section--detail .block--contact .fa {
  color: #242321;
}

.searchBox {
  border: 1px solid #242321;
  position: relative;
  margin: 0 0 40px;
  background: #fff;
}
.searchBox input[type=text] {
  margin: 5px 0;
}
.searchBox input[type=submit] {
  width: 40px;
  line-height: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  color: #242321;
  background: transparent;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  position: absolute;
  right: 0;
  top: 3px;
  z-index: 2;
}

.list--sub {
  font-size: 11px;
  padding-left: 1em;
  margin: 0 0 40px;
}
.list--sub li {
  margin: 0 0 5px;
  text-indent: -1em;
}

.section--birthday.section--detail {
  padding-bottom: 0;
}

.page--latest .section-tit + .list--contents {
  padding-left: 7%;
}
.page--latest .section-tit + .list--contents li {
  margin-bottom: 15vw;
}
.page--latest .section--list .section-tit::before {
  width: 137%;
}
.page--latest .section--list .list--contents li a .thumb {
  background: #fff;
}
.page--latest .section--list .list--contents li a .thumb img.photo_filter {
  background-image: url(/static/moritakachisato/fanclub/common/thumb--none_white.png) !important;
}
.page--latest .category.cat301 {
  background: #FFDD25;
}
.page--latest .category.cat206 {
  background: #00ea28;
}

.section--list .list--contents li.no-data {
  width: 100%;
  opacity: 1;
  transform: translateX(0);
  margin: 0 auto;
}

.section--detail.entry {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  padding-bottom: 0;
}
.section--detail.entry .logo {
  width: 100%;
  max-width: 900px;
  height: auto;
  position: static;
  margin: 24px auto 50px;
}
.section--detail.entry .entrylead {
  background-color: #fff;
  border: 2px solid #555;
  padding: 5%;
}
.section--detail.entry .main_tit {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.section--detail.entry .txt--lead {
  line-height: 1.6;
  text-align: justify;
}
.section--detail.entry .txt--lead .red {
  color: red;
}
.section--detail.entry .txt--lead em {
  display: block;
  margin-top: 20px;
  font-style: normal;
  font-weight: bold;
}
.section--detail.entry .block--contents {
  padding-top: 60px;
}
.section--detail.entry .block--contents .block-tit {
  display: inline-block;
  color: #000;
  letter-spacing: 0;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
}
.section--detail.entry .block--contents .block-tit::before {
  content: "";
  display: inline-block;
  width: calc(100% + 35px);
  height: 10px;
  background-color: #fc3931;
  margin-left: -30px;
  position: absolute;
  bottom: 2%;
  z-index: -1;
  transform-origin: left;
  transform: scaleX(0);
  transition: 0.3s ease-out;
}
.section--detail.entry .block--contents .list--content li {
  background: #151b24;
  color: #fff;
  line-height: 1.6;
  padding: 4.5vw 6vw;
  margin-bottom: 10px;
  position: relative;
  opacity: 0;
  transform: translateX(-40px);
  transition: 0.6s;
}
.section--detail.entry .block--contents .list--content li .title {
  font-size: 22px;
  padding-bottom: 20px;
  font-weight: 600;
}
.section--detail.entry .block--contents .list--content li.delighter.started {
  opacity: 1;
  transform: translateX(0);
}
.section--detail.entry .block--contents.block--entry ul li {
  text-align: center;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #bbb;
}
.section--detail.entry .block--contents.block--entry ul li.course_change {
  background-color: #ffdbdb;
}
.section--detail.entry .block--contents.block--entry ul li .tit {
  font-size: 18px;
  font-weight: bold;
}
.section--detail.entry .block--spec {
  opacity: 0;
  transform: translateX(-40px);
  transition: 0.6s;
}
.section--detail.entry .block--spec.delighter.started {
  opacity: 1;
  transform: translateX(0);
}
.section--detail.entry .price {
  width: 100%;
}
.section--detail.entry .price .tit {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.section--detail.entry .price dl {
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
}
.section--detail.entry .price dl.plan_tit {
  font-size: 15px;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section--detail.entry .price dl.plan_tit dd {
  font-size: 20px;
  display: block;
  padding: 10px;
  line-height: 1.3;
}
.section--detail.entry .price dl.plan_tit span {
  font-weight: bold;
  margin-top: 3px;
}
.section--detail.entry .price dl .plan_table {
  border-bottom: 1px solid #bbb;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section--detail.entry .price dl .plan_table dd span {
  font-size: 14px;
}
.section--detail.entry .price dl .plan_table dd.year span, .section--detail.entry .price dl .plan_table dd.month span {
  line-height: 1.5;
}
.section--detail.entry .price dl dt {
  width: 36%;
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
  display: grid;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #bbb;
  text-align: center;
}
.section--detail.entry .price dl dt span {
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}
.section--detail.entry .price dl dd {
  width: 32%;
  font-size: 20px;
  text-align: center;
  padding: 10px 20px;
}
.section--detail.entry .price dl .year {
  background-color: #ffdbdb;
  display: grid;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #bbb;
}
.section--detail.entry .price dl .year span {
  display: block;
  font-size: 16px;
  line-height: 1.3;
}
.section--detail.entry .price dl .month {
  background-color: #d8d8d8;
  display: grid;
  justify-content: center;
  align-items: center;
}
.section--detail.entry .price dl .month span {
  display: block;
  font-size: 16px;
  line-height: 1.3;
}
.section--detail.entry .price .plan_detail {
  margin-top: 60px;
}
.section--detail.entry .price .plan_detail .block-tit {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.section--detail.entry .price .plan_detail dl .plan_table {
  display: flex;
  flex-wrap: wrap;
}
.section--detail.entry .price .plan_detail dl .plan_table:first-child {
  border-top: 1px solid #bbb;
}
.section--detail.entry .price .plan_detail dl dt {
  width: 26%;
}
.section--detail.entry .price .plan_detail dl dd {
  width: 74%;
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
}
.section--detail.entry .plan_note {
  margin-top: 60px;
  line-height: 1.7;
}
.section--detail.entry .plan_note a {
  text-decoration: underline;
}
.section--detail.entry .plan_note .tit {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 60px;
}
.section--detail.entry .plan_note .tit.tit2 {
  line-height: 1.4em;
  border-left: 5px solid #fc3931;
  padding: 0 0 0 10px;
}
.section--detail.entry .plan_note .sub_tit {
  margin-top: 20px;
}
.section--detail.entry .plan_note em {
  font-size: 16px;
  display: block;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 5px;
}
.section--detail.entry .plan_note .howto_img {
  margin-top: 20px;
}
.section--detail.entry .plan_note .howto_img img {
  border: 1px solid #bababa;
  box-shadow: 0 2px 10px #d5d5d5;
}
.section--detail.entry .plan_note .note_img {
  margin-top: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.section--detail.entry .plan_note .note_img img {
  border: 1px solid #bababa;
  box-shadow: 0 2px 10px #d5d5d5;
}
.section--detail.entry .txt--sub.note {
  font-size: 14px;
  margin-bottom: 30px;
}
.section--detail.entry .txt--sub.note a {
  text-decoration: underline;
}
.section--detail.entry .txt--sub {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}
.section--detail.entry .txt.txt--present {
  display: none;
}

.loaded .section--detail.entry .block--contents .block-tit::before {
  transform: scaleX(1);
}

.page--questionnaire {
  /* placeholder */
  /* autofill */
  /* input */
  /* textarea */
  /* select */
  /* checkbox */
  /* radio */
  /* toggle button */
  /* horizontal */
}
.page--questionnaire .header + section {
  padding: 0 5%;
}
.page--questionnaire .section-tit {
  font-size: 18px;
  margin-bottom: 20px;
}
.page--questionnaire .ph {
  margin: 1em auto;
}
.page--questionnaire input[type=text],
.page--questionnaire input[type=tel],
.page--questionnaire input[type=email],
.page--questionnaire input[type=password],
.page--questionnaire input[type=number],
.page--questionnaire button:not(.drawer__btn),
.page--questionnaire textarea,
.page--questionnaire .form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0.3em;
  margin: 0;
}
.page--questionnaire .support li {
  text-indent: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.page--questionnaire .support li::before {
  display: none;
}
.page--questionnaire .form--post dt {
  margin: 2em 0 0.5em;
}
.page--questionnaire .form--post dd {
  margin: 0 0 1em;
}
.page--questionnaire .block--error {
  color: #fff;
  background: #ff4e4e;
  padding: 10px;
  border-radius: 5px;
  margin-top: 30px;
}
.page--questionnaire ::-webkit-input-placeholder {
  color: #ccc;
}
.page--questionnaire ::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.page--questionnaire :-ms-input-placeholder {
  color: #ccc;
}
.page--questionnaire :-moz-placeholder {
  color: #ccc;
}
.page--questionnaire input:-webkit-autofill,
.page--questionnaire textarea:-webkit-autofill,
.page--questionnaire select:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset;
}
.page--questionnaire input[type=text],
.page--questionnaire input[type=tel],
.page--questionnaire input[type=email],
.page--questionnaire input[type=password],
.page--questionnaire input[type=number],
.page--questionnaire button:not(.drawer__btn) {
  color: inherit;
  font-size: 18PX;
  font-weight: 300;
  line-height: 1.6;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #242321;
  border-radius: 0.3em;
  padding: 0.5em;
}
.page--questionnaire input[type=text]:focus,
.page--questionnaire input[type=tel]:focus,
.page--questionnaire input[type=email]:focus,
.page--questionnaire input[type=password]:focus,
.page--questionnaire input[type=number]:focus,
.page--questionnaire button:not(.drawer__btn):focus {
  border-color: inherit;
}
.page--questionnaire input[type=text].form__error,
.page--questionnaire input[type=tel].form__error,
.page--questionnaire input[type=email].form__error,
.page--questionnaire input[type=password].form__error,
.page--questionnaire input[type=number].form__error,
.page--questionnaire button:not(.drawer__btn).form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.page--questionnaire input[type=text].form__error:focus,
.page--questionnaire input[type=tel].form__error:focus,
.page--questionnaire input[type=email].form__error:focus,
.page--questionnaire input[type=password].form__error:focus,
.page--questionnaire input[type=number].form__error:focus,
.page--questionnaire button:not(.drawer__btn).form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.page--questionnaire input[type=text][disabled],
.page--questionnaire input[type=tel][disabled],
.page--questionnaire input[type=email][disabled],
.page--questionnaire input[type=password][disabled],
.page--questionnaire input[type=number][disabled],
.page--questionnaire button:not(.drawer__btn)[disabled] {
  background: #242321;
  border: none;
  opacity: 0.5;
}
.page--questionnaire input[readonly=readonly],
.page--questionnaire input[readonly=readonly] {
  border: none;
  background: #eee;
}
.page--questionnaire .input--half {
  width: 100% !important;
}
.page--questionnaire .input--quarter {
  width: 60% !important;
}
.page--questionnaire button {
  border: none;
  line-height: 1;
}
.page--questionnaire textarea {
  color: inherit;
  font-size: 18PX;
  font-weight: 300;
  line-height: 1.6;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #242321;
  border-radius: 0.3em;
  padding: 0.5em;
  height: 10em;
}
.page--questionnaire textarea:focus {
  border-color: inherit;
}
.page--questionnaire textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.page--questionnaire textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.page--questionnaire textarea[disabled] {
  background: #242321;
  border: none;
  opacity: 0.5;
}
.page--questionnaire .form__select {
  display: inline-block;
  position: relative;
}
.page--questionnaire .form__select select {
  color: inherit;
  font-size: 18PX;
  font-weight: 300;
  line-height: 1.6;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #242321;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 1.5em;
}
.page--questionnaire .form__select select:focus {
  border-color: inherit;
}
.page--questionnaire .form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.page--questionnaire .form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.page--questionnaire .form__select select[disabled] {
  background: #242321;
  border: none;
  opacity: 0.5;
}
.page--questionnaire .form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #242321;
  margin: -0.25em 0 0;
  position: absolute;
  right: 0.75em;
  top: 50%;
  transform: rotate(-45deg);
  border: 2px solid #242321;
  border-top: none;
  border-right: none;
}
.page--questionnaire .form__checkbox label p {
  font-size: 18px;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.page--questionnaire .form__checkbox input[type=checkbox],
.page--questionnaire .form__checkbox input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.page--questionnaire .form__checkbox.form__error {
  color: #f33;
}
.page--questionnaire .form__checkbox label p {
  padding-left: 1.5em;
}
.page--questionnaire .form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.3em;
  border: 1px solid #242321;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.page--questionnaire .form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #242321;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  transform: rotate(-45deg);
  opacity: 0;
}
.page--questionnaire .form__checkbox :checked ~ p::before {
  background: #242321;
  border-color: #242321;
}
.page--questionnaire .form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}
.page--questionnaire .form__radio label p {
  font-size: 18px;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.page--questionnaire .form__radio input[type=checkbox],
.page--questionnaire .form__radio input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.page--questionnaire .form__radio.form__error {
  color: #f33;
}
.page--questionnaire .form__radio label p {
  padding-left: 1.5em;
}
.page--questionnaire .form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #242321;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.page--questionnaire .form__radio :checked ~ p::before {
  border-color: #242321;
  border-width: 0.3em;
}
.page--questionnaire .form__toggle label p {
  font-size: 18px;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.page--questionnaire .form__toggle input[type=checkbox],
.page--questionnaire .form__toggle input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.page--questionnaire .form__toggle.form__error {
  color: #f33;
}
.page--questionnaire .form__toggle label p {
  padding-left: 0;
  position: relative;
}
.page--questionnaire .form__toggle label p::before,
.page--questionnaire .form__toggle label p::after {
  content: "";
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  border: 1px solid #242321;
}
.page--questionnaire .form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.page--questionnaire .form__toggle label p::after {
  width: 30px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.page--questionnaire .form__toggle :checked ~ p::before {
  background: #242321;
  border-color: #242321;
}
.page--questionnaire .form__toggle :checked ~ p::after {
  right: 0;
}
.page--questionnaire .form--horizontal li {
  display: inline-block;
}
.page--questionnaire .form--horizontal label {
  display: inline-block;
  margin: 0 0.3em 0 0;
}
.page--questionnaire .form--confirm {
  margin: 0 0 2em;
}
.page--questionnaire .form--confirm {
  border-radius: 0;
  padding: 20px 20px 10px;
  margin: 20px auto;
  background: #fff;
}
.page--questionnaire .form--confirm dt {
  margin: 0 0 10px;
  opacity: 0.7;
  font-size: 13px;
}
.page--questionnaire .form--confirm dd {
  margin: 0 0 30px;
}

.page--howto {
  /*--- ポップアップ ---*/
}
.page--howto h2.main-tit {
  font-family: "din-2014", serif;
  text-align: center;
  color: #eb3333;
  margin: 0 auto 10px;
}
.page--howto p.lead {
  text-align: center;
  color: #eb3333;
}
.page--howto p.caption {
  font-size: 12px;
  text-align: center;
  margin: 0px auto 30px;
}
.page--howto p.attention_txt {
  text-align: center;
  margin: 30px auto;
}
.page--howto ul.list--howto li {
  background: #fff;
  padding: 4%;
  margin: 0 auto 15px;
}
.page--howto ul.list--howto li .tit {
  font-size: 1.8rem;
  font-weight: 700;
  color: #242321;
  margin: 0 auto 10px;
}
.page--howto ul.list--howto li .attention {
  font-size: 1.2rem;
  padding: 10px 0 0px 1em;
  text-indent: -1em;
}
.page--howto .popupBtn1 .btn--main {
  border: #eb3333 1px solid;
  background: #fff;
  color: #eb3333;
}
.page--howto .popup {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.97);
  color: #000;
  padding: 40px 8%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  transition: none;
}
.page--howto .popInbox {
  margin: 0 0 20px;
}
.page--howto .popup h3 {
  margin: 0 0 30px;
  font-size: 20px;
  position: relative;
  display: inline-block;
}
.page--howto .popup h3 span {
  color: #000;
}
.page--howto .popup h3:after {
  content: "";
  background: #fc3931;
  height: 0.4em;
  width: 100vw;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
.page--howto .popup .methodList dt {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin: 0 0 10px;
  border-bottom: 0.5px solid #888;
  padding: 0 0 10px;
}
.page--howto .popup .methodList dd {
  margin: 0 auto 25px;
}
.page--howto .popup .close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
}
.page--howto .popup .close::before,
.page--howto .popup .close::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 13px;
}
.page--howto .popup .close::after {
  transform: translateY(-20px) rotate(45deg);
  bottom: 4px;
}
.page--howto .popup .close::before {
  transform: translateY(20px) rotate(-45deg);
  top: 4px;
}
.page--howto .closePop a {
  width: 74%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  font-size: 1.6rem;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  border-radius: 3em;
  display: inline-block;
  margin: 1em 0;
  padding: 1em 0;
  border: #eb3333 1px solid;
  background: #fff;
  color: #eb3333;
}

body.page--diagnosis.page--result .txt--howto {
  margin-top: 50px;
  color: #000;
}
body.page--diagnosis.page--result .txt--howto .txt_tit {
  font-size: 20px;
  text-align: left;
  margin-bottom: 10px;
}
body.page--diagnosis.page--result .txt--howto p {
  margin-bottom: 10px;
}
body.page--diagnosis.page--result .txt--howto p.first {
  margin-bottom: 20px;
}
body.page--diagnosis.page--result .txt--howto li {
  margin-bottom: 5px;
}

.page--deals_payment span.txt_indent {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 5px;
}
.page--deals_payment .course_box {
  margin-bottom: 50px;
}
.page--deals_payment .course_box #credit_month,
.page--deals_payment .course_box #credit_month {
  padding-top: 3%;
}
.page--deals_payment .course_box:last-child {
  margin-bottom: 0;
}
.page--deals_payment h3.support-tit_sub {
  font-size: 16px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.page--deals_payment h3.support-tit_sub:not(:first-child) {
  padding-top: 5%;
}
.page--deals_payment .section--detail.support .support-list {
  padding-top: 8%;
  display: block;
}
.page--deals_payment .section--detail.support .support-list h4 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
.page--deals_payment .section--detail.support .support-tit {
  font-size: 20px;
  margin-bottom: 30px;
}
.page--deals_payment .detail_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.page--deals_payment .detail_table dl {
  border: 1px solid #171717;
}
.page--deals_payment .detail_table dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding: 20px 20px 10px;
  text-align: left;
}
.page--deals_payment .detail_table dd {
  padding: 0 20px 20px;
  text-align: left;
  border-bottom: 1px solid #171717;
  font-size: 16px;
}
.page--deals_payment .detail_table dd:last-child {
  border-bottom: 0;
}
.page--deals_payment .support-list:last-child .detail_table {
  margin-bottom: 0;
}

/*------------------------------
 4.9 questionnaire
------------------------------ */
.support {
  font-size: 1.6rem;
}
.support .section-tit {
  width: 100%;
  font-size: 22px;
  padding-top: 0;
  margin: 0 auto 30px;
  position: static;
  font-weight: 400;
}
.support.section--detail {
  padding-bottom: 70px;
}
.support.section--detail .txt--basic a,
.support.section--detail .txt--sub a {
  text-decoration: underline;
}
.support .txt {
  margin: 0 0 10px;
}
.support .list--support {
  margin-top: 30px;
}
.support .list--support dt {
  font-weight: bold;
  margin: 0 0 4px;
}
.support .list--support dd {
  padding: 0 0 30px;
}
.support .list--support dd .tit {
  font-size: inherit;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 5px;
}
.support .list--support dd .txt {
  margin-bottom: 15px;
}
.support .list--support dd .txt:last-child {
  margin-bottom: 0;
}
.support .list--support dd a {
  text-decoration: underline;
}
.support .list--support dd .terms-list li {
  text-indent: -1em;
  padding-left: 1em;
}
.support .list--support .txt {
  margin: 0 0 10px;
}
.support li {
  text-indent: -0.5em;
  padding-left: 0.5em;
  position: relative;
  margin-bottom: 15px;
}
.support li::before {
  content: "・";
}
.support li li {
  padding-left: 1em;
  margin-bottom: 0px;
}
.support li li::before {
  display: none;
}
.support .terms-list {
  margin-bottom: 30px;
}
.support .terms-list li {
  margin: 0 0 10px;
  text-indent: -0.5em;
  padding-left: 0.5em;
  position: relative;
}
.support .terms-list li a {
  text-decoration: underline;
}
.support .terms-list li::before {
  content: "・";
}
.support .terms-list li ul {
  padding-left: 1em;
}
.support .terms-list li ul li {
  margin-bottom: 0;
}
.support .terms-list li ul li::before {
  display: none;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #999;
  line-height: 1.8em;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
  line-height: 1.8em;
}

:-ms-input-placeholder {
  color: #999;
  line-height: 1.8em;
}

:-moz-placeholder {
  color: #999;
  line-height: 1.8em;
}

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

/* form size */
/* form base */
input[type=text],
input[type=search],
input[type=tel],
input[type=url],
input[type=email],
input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  font-weight: normal;
  border: none;
  margin: 10px 0;
  transition: all 0.3s 0s ease;
  display: inline-block;
  padding: 1em 0.5em;
  padding: 0.7em;
  font-size: 16px;
}
input[type=text].form--half,
input[type=search].form--half,
input[type=tel].form--half,
input[type=url].form--half,
input[type=email].form--half,
input[type=password].form--half {
  width: 49%;
}
input[type=text].form--third,
input[type=search].form--third,
input[type=tel].form--third,
input[type=url].form--third,
input[type=email].form--third,
input[type=password].form--third {
  width: 32%;
}
input[type=text].form--quarter,
input[type=search].form--quarter,
input[type=tel].form--quarter,
input[type=url].form--quarter,
input[type=email].form--quarter,
input[type=password].form--quarter {
  width: 24%;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=password]:focus {
  background-color: #fff;
  border-color: #fc3a32;
}
input[type=text][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=url][disabled],
input[type=email][disabled],
input[type=password][disabled] {
  background-color: #eee;
  color: #999;
  border-color: #999;
}
input[type=text].error,
input[type=search].error,
input[type=tel].error,
input[type=url].error,
input[type=email].error,
input[type=password].error {
  background-color: #fff;
  border-color: #c00;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  font-weight: normal;
  border: none;
  margin: 10px 0;
  transition: all 0.3s 0s ease;
  display: inline-block;
  padding: 1em 0.5em;
  height: 52px;
  padding: 1em 30px 1em 0.5em;
}
select.form--half {
  width: 49%;
}
select.form--third {
  width: 32%;
}
select.form--quarter {
  width: 24%;
}
select:focus {
  background-color: #fff;
  border-color: #fc3a32;
}
select[disabled] {
  background-color: #eee;
  color: #999;
  border-color: #999;
}
select.error {
  background-color: #fff;
  border-color: #c00;
}

/* IE11,IE10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select:not(:target) {
    padding-right: 0;
    background-image: none;
  }
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  font-weight: normal;
  border: none;
  margin: 10px 0;
  transition: all 0.3s 0s ease;
  display: inline-block;
  padding: 1em 0.5em;
  padding: 1em 0.7em;
  font-size: 16px;
}
textarea.form--half {
  width: 49%;
}
textarea.form--third {
  width: 32%;
}
textarea.form--quarter {
  width: 24%;
}
textarea:focus {
  background-color: #fff;
  border-color: #fc3a32;
}
textarea[disabled] {
  background-color: #eee;
  color: #999;
  border-color: #999;
}
textarea.error {
  background-color: #fff;
  border-color: #c00;
}

/*------ btn --------*/
.btn {
  text-align: center;
}

.btn--sub, .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  font-size: 1.6rem;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  border-radius: 3em;
  display: inline-block;
  margin: 1em 0;
  padding: 1em 0;
  background-size: 200% 100%;
  width: 74%;
}

.btn--main {
  background: #eb3333;
  color: #fff;
}

.btn--sub {
  background: #fff;
  border: 1px solid;
}

.detail__btn {
  background: url(/static/moritakachisato/fanclub/arrow-back.svg) no-repeat 0px 7px;
  background-size: 40% 40%;
  position: absolute;
  padding-left: 40px;
  bottom: 0;
}
.detail__btn a::after {
  font-weight: bold;
  content: "back";
  text-transform: uppercase;
  font-size: 1.8rem;
  font-family: "din-2014", sans-serif;
}

/*------ footer --------*/
footer {
  color: #000;
  font-size: 1.4rem;
  width: 100%;
  text-align: center;
}

body.page--info .footer_notes,
body.page--support .footer_notes,
body.page--faq .footer_notes {
  display: none;
}

section.entry + footer .footer_notes {
  display: none;
}

body:not(.page--home, .page--info, .page--support, .page--faq) .footer_notes {
  margin: 60px auto 0;
  width: 90%;
}

body.page--home .footer_notes {
  color: #cbcbcb;
  margin: 30px auto 0;
  width: 100%;
}

.copyright {
  font-size: 1rem;
  padding: 30px 0;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.page--home .copyright {
  color: #fff;
}

/*------ header --------*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

/*------ nav --------*/
.drawer {
  width: 100%;
  height: 100%;
  background: rgba(21, 27, 36, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  transition: 0.3s;
  opacity: 0;
}
.drawer .g-nav {
  position: relative;
  z-index: 10;
  height: auto;
}
.drawer .g-nav .g-nav__inner {
  justify-content: center;
  align-items: baseline;
  height: auto;
  text-align: center;
  padding-top: 15%;
  padding-bottom: 15%;
  position: relative;
}
.drawer .g-nav .g-nav__inner ul {
  padding-left: 4vw;
}
.drawer .g-nav li {
  font-weight: 200;
  text-align: left;
  transition: 0.3s;
  position: relative;
  line-height: 0;
  margin-left: 25px;
  opacity: 0;
  transform: translateX(-40px);
  transition: transform 0.15s ease-in;
}
.drawer .g-nav li a {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 3.5vw 0;
}
.drawer .g-nav .nav--login {
  display: flex;
  margin-bottom: 10px;
}
.drawer .g-nav .nav--login li a {
  color: #fff;
}
.drawer .g-nav .nav--login .nav__item--join::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #fc3a32;
  position: absolute;
  top: 21px;
  right: -48px;
  transform: rotate(-55deg);
}
.drawer .g-nav .nav--login .nav__item--login {
  padding-left: 30px;
}

.drawer__btn {
  width: 50px;
  height: 50px;
  right: 2vw;
  top: 13px;
  position: absolute;
  z-index: 1100;
  background-color: transparent;
  border: none;
}
.drawer__btn span {
  display: block;
  position: absolute;
  left: 8px;
  width: 28px;
  height: 3px;
  background-color: #000;
  z-index: 20;
}
.drawer__btn span:nth-of-type(1) {
  top: 35%;
}
.drawer__btn span:nth-of-type(2) {
  top: 50%;
}

.drawer-visible .drawer {
  z-index: 10;
  pointer-events: auto;
  left: 0;
  opacity: 1;
}
.drawer-visible .drawer .g-nav .g-nav-tit {
  opacity: 1;
}
.drawer-visible .drawer .g-nav li {
  opacity: 1;
  transform: translateY(0);
  transition: 0.3s ease-out;
}
.drawer-visible .drawer .g-nav .nav--login li {
  transition-delay: 0s;
}
.drawer-visible .drawer .g-nav .nav--member li:first-child {
  transition-delay: 0s;
}
.drawer-visible .drawer .g-nav .nav--member li:nth-child(2) {
  transition-delay: 0.1s;
}
.drawer-visible .drawer .g-nav .nav--member li:nth-child(3) {
  transition-delay: 0.15s;
}
.drawer-visible .drawer .g-nav .nav--member li:nth-child(4) {
  transition-delay: 0.2s;
}
.drawer-visible .drawer .g-nav .nav--member li:nth-child(5) {
  transition-delay: 0.25s;
}
.drawer-visible .drawer .g-nav .nav--member li:nth-child(6) {
  transition-delay: 0.3s;
}
.drawer-visible .drawer .g-nav .nav--member li:nth-child(7) {
  transition-delay: 0.35s;
}
.drawer-visible .drawer .g-nav .nav--member li:nth-child(8) {
  transition-delay: 0.4s;
}
.drawer-visible .drawer .g-nav .nav--member li:nth-child(9) {
  transition-delay: 0.45s;
}
.drawer-visible .drawer .g-nav .nav--member li:nth-child(10) {
  transition-delay: 0.5s;
}
.drawer-visible .drawer .g-nav .nav--member li:nth-child(11) {
  transition-delay: 0.55s;
}
.drawer-visible .drawer .g-nav .nav--member li:nth-child(12) {
  transition-delay: 0.6s;
}
.drawer-visible .drawer .g-nav .nav--member li:nth-child(13) {
  transition-delay: 0.65s;
}
.drawer-visible .drawer .g-nav .nav--member li:nth-child(14) {
  transition-delay: 0.7s;
}
.drawer-visible .drawer .g-nav .nav--member li:nth-child(15) {
  transition-delay: 0.75s;
}
.drawer-visible .drawer__btn span {
  background-color: #fff;
}
.drawer-visible .drawer__btn span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 50%;
}
.drawer-visible .drawer__btn span:nth-of-type(2) {
  transform: rotate(-45deg);
}

/* pc only
  ============================== */
@media screen and (min-width: 961px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  body {
    font-size: 17px;
  }
  .list__more a::after {
    transition: transform 0.3s ease;
  }
  .list__more a:hover::after {
    transition: transform 0.3s ease;
    transform: translateX(10px);
  }
  .detail__btn a {
    transition: margin-left 0.3s ease;
  }
  .detail__btn a:hover {
    transition: margin-left 0.3s ease;
    margin-left: -10px;
  }
  .btn--main {
    width: auto;
    min-width: 22%;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto;
    transition: background-color 0.5s ease;
    font-size: 18px;
  }
  .btn--main:hover {
    background-color: #555;
  }
  .btn--sub {
    width: auto;
    min-width: 24%;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto;
    transition: background-color 0.5s ease;
    font-size: 18px;
  }
  .btn--sub:hover {
    background-color: #ccc !important;
  }
  a {
    color: inherit;
    transition: opacity 0.3s ease;
  }
  .area--top {
    padding: 13vw;
  }
  .area--main {
    padding: 8vw 13vw;
  }
  .area--top .block--url {
    padding: 15px;
    width: 70%;
  }
  .area--main .txt--lead {
    line-height: 2;
  }
  .area--main .section-tit--entry {
    font-size: 2.25em;
  }
  .area--main .list--service {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .area--main .list--service li {
    width: calc(50% - 1vw);
    margin: 0 0 2vw;
    padding: 30px 35px 35px;
  }
  .area--main .list--service li:nth-child(odd) {
    margin-right: 1vw;
  }
  .area--main .list--service li:nth-child(even) {
    margin-left: 1vw;
  }
  .area--main .list--service li + li {
    margin-top: 0;
  }
  .area--main .list--service .tit {
    letter-spacing: 0.175em;
    margin: 0 0 1em;
  }
  .area--main .block--summary {
    padding: 60px;
    margin: 60px 0 30px;
  }
  /* scroll */
  .block--scroll {
    margin-left: -16px;
    text-align: center;
    position: absolute;
    bottom: 4vh;
    left: 50%;
    z-index: 10;
    animation: rotate 1.2s linear 0s infinite;
  }
  .block--scroll a {
    display: block;
    border-top: 16px solid #fff;
    border-right: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid transparent;
  }
  .drawer__btn {
    width: 60px;
    height: 60px;
  }
  .drawer__btn span {
    width: 80%;
  }
  .drawer {
    align-items: normal;
  }
  .drawer .g-nav .g-nav__inner {
    padding: 120px 0;
  }
  .drawer .g-nav .g-nav__inner .nav--login .nav__item--join {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .drawer .g-nav .g-nav__inner .nav--login .nav__item--join::after {
    position: static;
    display: block;
  }
  .drawer .g-nav .g-nav__inner .nav--login .nav__item--login {
    margin-left: 0;
    padding-left: 0;
  }
  .drawer .g-nav .g-nav__inner ul {
    padding-left: 10vw;
    display: flex;
    flex-flow: wrap;
    padding-right: 10vw;
  }
  .drawer .g-nav .g-nav__inner ul li {
    margin-bottom: 30px;
  }
  .drawer .g-nav .g-nav__inner ul li a {
    padding: 15px;
    font-size: min(5vw, 30px);
  }
  .drawer .g-nav .g-nav__inner ul li a:hover {
    opacity: 0.7;
  }
  .page--home {
    /*.section--keyvisual {
      height: 96vh;

      h2 {
        top: 20%;

        span {
          margin-bottom: 6%;
        }

        .logo--digital {
          width: 28vw;
        }

        .logo--julia {
          width: 26vw;
        }

        .logo--premium {
          width: 38vw;
        }
      }
    }*/
  }
  .page--home .section--banner {
    margin-bottom: 0;
  }
  .page--home .section--banner li a {
    display: inline-block;
    overflow: hidden;
  }
  .page--home .section--banner li a img {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  }
  .page--home .section--banner li a:hover img {
    transform: scale(1.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4), 0px 0px 20px rgba(255, 0, 0, 0.4);
  }
  .page--home .section--login .login {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .page--home .contents .section-tit {
    font-size: 3vw;
  }
  .page--home .contents .section-tit::before {
    top: 70%;
    height: 20px;
  }
  .page--home .contents .section-tit__en {
    width: 100%;
    font-size: 12vw;
    transform: none;
    right: 0;
    left: 3%;
    top: -7vw;
    opacity: 1;
    z-index: -2;
    color: #DFE0E1;
  }
  .page--home .contents .list--contents .block--text {
    margin-top: -2.4vw;
    padding: 0.5vw 1.6vw 1.6vw;
  }
  .page--home .contents .list--contents .block--text .tit {
    font-size: 18px;
    margin-top: 2px;
  }
  .page--home .contents .list--contents .category {
    font-size: 14px;
  }
  .page--home .contents.section--information {
    min-height: auto;
    padding-bottom: 0;
    margin-bottom: 28vw;
  }
  .page--home .contents.section--information .section-tit::before {
    width: 146%;
  }
  .page--home .contents.section--information .list--information li {
    margin-bottom: 15px;
  }
  .page--home .contents.section--information .list--information li a {
    position: relative;
    padding: 10px;
    display: block;
  }
  .page--home .contents.section--information .list--information li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: left 0.4s ease;
    z-index: -1;
    pointer-events: none;
  }
  .page--home .contents.section--information .list--information li a:hover::before {
    left: 0;
  }
  .page--home .contents.section--information .list--information li .tit {
    font-size: 18px;
  }
  .page--home .contents.section--blog.bg--gray {
    background-color: inherit;
    position: relative;
  }
  .page--home .contents.section--blog.bg--gray::after {
    content: "";
    position: absolute;
    background-color: #c4c9ce;
    height: 110%;
    width: 100%;
    top: -30%;
    z-index: -3;
  }
  .page--home .contents.section--blog.bg--gray .section-tit__en {
    color: #F1F1F1;
    text-shadow: #b3b7bb 1px 1px 0px, #b3b7bb -1px 1px 0px, #b3b7bb 1px -1px 0px, #b3b7bb -1px -1px 0px;
    letter-spacing: -0.08em;
  }
  .page--home .contents.section--blog.bg--gray .section__inner {
    top: -12vw;
  }
  .page--home .contents.section--blog.bg--gray .section__inner .list--contents .slick-track li {
    width: 28vw;
    padding-left: 5vw;
  }
  .page--home .contents.section--blog.bg--gray .section__inner .list--contents .slick-track li a .thumb {
    display: inline-block;
    overflow: hidden;
  }
  .page--home .contents.section--blog.bg--gray .section__inner .list--contents .slick-track li a .thumb img {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  }
  .page--home .contents.section--blog.bg--gray .section__inner .list--contents .slick-track li a .thumb .block--text {
    margin-top: -1.6vw;
  }
  .page--home .contents.section--blog.bg--gray .section__inner .list--contents .slick-track li a:hover .thumb img {
    transform: scale(1.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4), 0px 0px 20px rgba(255, 0, 0, 0.4);
  }
  .page--home .contents.section--blog.bg--gray .section__inner .list--contents .slick-dots {
    width: 34vw;
  }
  .page--home .contents.section--latestcontents {
    margin-top: -5%;
    margin-bottom: 5vw;
  }
  .page--home .contents.section--latestcontents .section__inner .section-tit__en {
    top: 5vw;
  }
  .page--home .contents.section--latestcontents .section__inner .list--contents .slick-track li {
    width: 28vw;
    padding-left: 5vw;
  }
  .page--home .contents.section--latestcontents .section__inner .list--contents .slick-track li a .thumb {
    display: inline-block;
    overflow: hidden;
  }
  .page--home .contents.section--latestcontents .section__inner .list--contents .slick-track li a .thumb img {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  }
  .page--home .contents.section--latestcontents .section__inner .list--contents .slick-track li a .thumb .block--text {
    margin-top: -1.6vw;
  }
  .page--home .contents.section--latestcontents .section__inner .list--contents .slick-track li a:hover .thumb img {
    transform: scale(1.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4), 0px 0px 20px rgba(255, 0, 0, 0.4);
  }
  .page--home .contents.section--latestcontents .section__inner .list--contents .slick-dots {
    width: 34vw;
  }
  .page--home .section--menu ul li {
    width: auto;
    font-size: 20px;
    line-height: 40px;
    padding: 0 20px;
  }
  .page--home .section--menu ul li a:hover {
    opacity: 0.7;
  }
  .page--home .section--footer .inner {
    display: flex;
  }
  .page--home .section--footer .inner .nav--support {
    width: 50%;
  }
  .page--home .section--footer .inner .nav--support .list--horizontal li {
    font-size: 15px;
  }
  .page--home .section--footer .inner .nav--support .list--horizontal li a:hover {
    opacity: 0.7;
  }
  .page--home .section--footer .inner .block--official-link {
    width: 20%;
    margin: 0 0 0 auto;
  }
  .page--home .section--footer .inner .block--official-link a:hover {
    opacity: 0.7;
  }
  .block--pager li {
    margin: 0 10px;
  }
  .block--pager li a:hover {
    opacity: 0.6;
  }
  .block--pager .pager__item--newer,
  .block--pager .pager-link--next,
  .block--pager .pager__item--older {
    position: static;
  }
  body:not(.page--home) .logo a {
    height: 40px;
  }
  body:not(.page--home) .section-tit {
    font-size: min(5vw, 60px);
  }
  body:not(.page--home) .section-tit::before {
    width: 610%;
    top: 60%;
    height: 24px;
    margin-left: -500%;
  }
  body:not(.page--home) .section-tit + .list--contents {
    padding-top: 5vw;
  }
  body:not(.page--home) .section--list {
    margin: 7vw auto 0;
    max-width: 92%;
    padding: 0 4%;
  }
  body:not(.page--home) .section--list .list--contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body:not(.page--home) .section--list .list--contents li {
    margin-bottom: 10vw;
    width: calc(50% - 4vw);
  }
  body:not(.page--home) .section--list .list--contents li .block--text .tit {
    font-size: 20px;
    margin-top: 6px;
  }
  body:not(.page--home) .section--list .list--contents li .category {
    font-size: 14px;
  }
  body:not(.page--home) .section--list .list--contents a .thumb {
    display: inline-block;
    overflow: hidden;
  }
  body:not(.page--home) .section--list .list--contents a .thumb img {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  }
  body:not(.page--home) .section--list .list--contents a:hover .thumb img {
    transform: scale(1.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4), 0px 0px 20px rgba(255, 0, 0, 0.4);
  }
  body:not(.page--home) .section--detail {
    margin: 7vw auto 0;
    padding: 4% 5% 80px;
    max-width: 1100px;
  }
  body:not(.page--home) .section--detail .section-tit {
    font-size: 30px;
  }
  .page--info .section--list li {
    margin-bottom: 20px;
  }
  .page--info .section--list li a {
    position: relative;
    padding: 10px;
    display: block;
  }
  .page--info .section--list li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: left 0.4s ease;
    z-index: -1;
    pointer-events: none;
  }
  .page--info .section--list li a:hover::before {
    left: 0;
  }
  .page--info .section--detail .tit {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .page--blog .section--list .section-tit {
    display: block;
    margin: 0 auto 30px;
    max-width: 400px;
  }
  .page--blog .section--detail {
    width: 70%;
  }
  .page--blog .section--detail .txt img {
    max-height: 500px;
    max-width: 550px;
    width: auto;
    height: auto;
  }
  body.page--wallpaper .section--list .section-tit::before {
    width: 610%;
  }
  body.page--wallpaper .section--list .list--contents {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
  }
  body.page--wallpaper .section--list .list--contents li {
    width: calc(33.3333333333% - 4vw);
  }
  body.page--wallpaper .section--list .list--contents li:not(:nth-child(3n)) {
    margin-right: 6vw;
  }
  body.page--wallpaper .section--list .list--contents li:nth-child(3n) {
    margin-right: 0;
  }
  body.page--wallpaper .section--list .list--contents li .block--text {
    padding: 0.1vw 2vw 2vw;
    margin-top: -1.6vw;
  }
  #aop_page_wallpaper .section--detail .titArea .tit {
    font-size: 30px;
  }
  #aop_page_wallpaper .section--detail .noteBox {
    margin-top: 50px;
  }
  body.page--photo .section-tit::before {
    width: 610%;
  }
  body.page--photo .section--list .list--contents {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
  }
  body.page--photo .section--list .list--contents li {
    width: calc(33.3333333333% - 4vw);
  }
  body.page--photo .section--list .list--contents li:not(:nth-child(3n)) {
    margin-right: 6vw;
  }
  body.page--photo .section--list .list--contents li:nth-child(3n) {
    margin-right: 0;
  }
  body.page--photo .section--list .list--contents li .block--text {
    padding: 0.1vw 2vw 2vw;
    margin-top: -1.6vw;
  }
  body.page--photo .section--detail .list--contents {
    justify-content: flex-start;
  }
  body.page--photo .section--detail .list--contents li {
    width: calc(33.3333333333% - 20px);
  }
  body.page--photo .section--detail .list--contents li:not(:nth-child(3n)) {
    margin-right: 30px;
  }
  body.page--photo .section--detail .list--contents li:nth-child(3n) {
    margin-right: 0;
  }
  body.page--photo .section--detail a .thumb {
    display: inline-block;
    overflow: hidden;
  }
  body.page--photo .section--detail a .thumb img {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  }
  body.page--photo .section--detail a:hover .thumb img {
    transform: scale(1.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4), 0px 0px 20px rgba(255, 0, 0, 0.4);
  }
  body.page--photo .section--detail .section-tit {
    margin-bottom: 0;
  }
  body.page--photo #swipebox-overlay #swipebox-slider .slide img {
    max-height: 500px;
    max-width: 550px;
  }
  .page--movie .section--list .section-tit::before {
    width: 610%;
  }
  .page--movie.new-movie.new-movie-detail .section--detail .block--tit .date {
    font-size: 16px;
  }
  .page--movie.new-movie.new-movie-detail .section--detail .attList li {
    font-size: 14px;
  }
  .page--movie.new-movie.new-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
    width: 100%;
  }
  .page--movie.new-movie.new-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt .tit {
    font-size: 17px;
  }
  .page--movie.new-movie.new-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt .date {
    font-size: 15px;
  }
  .page--movie.new-movie.new-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li .thumb {
    width: 35%;
    margin-right: 30px;
  }
  .page--bbs .section--list .section-tit::before {
    width: 610%;
  }
  .page--bbs .section--list .list--information {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page--bbs .section--list .list--information li {
    width: calc(50% - 10px);
    font-size: 16px;
  }
  .page--bbs .section--list .list--information li a {
    padding: 4%;
    transition: background-color 0.5s ease;
  }
  .page--bbs .section--list .list--information li a:hover {
    background: #555;
  }
  .page--bbs .section--detail .tit {
    font-size: min(3vw, 40px);
  }
  .page--bbs .section--detail .comment {
    vertical-align: super;
  }
  .page--bbs .section--detail .form--post {
    margin: 10px auto 30px;
    padding: 4% 5%;
  }
  .page--bbs .section--detail .form--post .nickname {
    font-size: 18px;
  }
  .page--bbs .section--detail .form--post textarea {
    margin: 30px auto 20px;
  }
  .page--bbs .section--detail .list--comment .block--comment .thumb {
    width: auto;
  }
  .page--bbs .section--detail .list--comment .block--comment .thumb img {
    max-height: 400px;
    max-width: 450px;
    width: auto;
    height: auto;
  }
  .page--bbs .section--detail .form--confirm #comment_form .ph {
    width: auto;
  }
  .page--bbs .section--detail .form--confirm #comment_form .ph img {
    max-height: 400px;
    max-width: 450px;
    width: auto;
    height: auto;
  }
  .page--bbs.page--bbs__report .form--confirm {
    padding: 4%;
  }
  .page--latest .section--list .section-tit::before {
    width: 610%;
  }
  .page--howto h2.main-tit {
    font-size: 6vw;
  }
  .page--howto .lead {
    font-size: 20px;
  }
  .page--howto .btn--top {
    margin-top: 20px;
  }
  .page--howto .popupBtn1 a {
    transition: border 0.5s ease, color 0.5s ease;
  }
  .page--howto .popupBtn1 a:hover {
    border: #555 1px solid;
    color: #555;
  }
  .page--howto .popup {
    padding: 7vw 8% 5%;
  }
  .page--howto .popup .methodList dd {
    margin-bottom: 40px;
  }
  .page--howto .popup .close {
    right: 2%;
    top: 2%;
  }
  .page--howto .popup .closePop a {
    width: auto;
    min-width: 22%;
    padding-left: 5%;
    padding-right: 5%;
    transition: border 0.5s ease, color 0.5s ease;
  }
  .page--howto .popup .closePop a:hover {
    border: #555 1px solid;
    color: #555;
  }
  .section--detail.entry .block--contents .block-tit {
    font-size: 30px;
  }
  .section--detail.entry .block--contents .list--content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section--detail.entry .block--contents .list--content li {
    width: calc(50% - 10px);
    padding: 4%;
  }
  .section--detail.entry .block--contents.block--entry ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .section--detail.entry .block--contents.block--entry ul li {
    width: calc(50% - 10px);
    text-align: center;
    margin-bottom: 20px;
    padding: 3%;
    border: 1px solid #bbb;
  }
  .section--detail.entry .block--contents.block--entry ul li:first-child {
    margin-right: 20px;
  }
  .section--detail.entry .block--contents.block--entry ul li .btn--main,
  .section--detail.entry .block--contents.block--entry ul li .btn--sub {
    width: 70%;
  }
  .section--detail.entry .block--spec .howto_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section--detail.entry .block--spec .howto_img li {
    width: calc(33% - 15px);
    position: relative;
  }
  .section--detail.entry .block--spec .howto_img li:not(:last-child)::after {
    content: "";
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    border-top: 3px solid;
    border-right: 3px solid;
    top: 50%;
    right: -1.8rem;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
  }
  body.page--diagnosis .line p {
    width: 20%;
  }
  body.page--diagnosis .line p:nth-child(1) {
    top: 10%;
    left: -3%;
  }
  body.page--diagnosis .line p:nth-child(2) {
    top: 3%;
    right: -3%;
  }
  body.page--diagnosis .line p:nth-child(3) {
    top: 30%;
    left: -2%;
  }
  body.page--diagnosis .line p:nth-child(4) {
    top: 26%;
    left: -8%;
  }
  body.page--diagnosis .line p:nth-child(5) {
    top: 6%;
    right: -12%;
  }
  body.page--diagnosis .line p:nth-child(6) {
    top: 24%;
    right: -8%;
  }
  body.page--diagnosis h3.titleline .line.line1 .word {
    font-size: 4vw;
  }
  body.page--diagnosis h3.titleline .line.line2 .word {
    font-size: 8vw;
  }
  body.page--diagnosis .section--detail {
    margin-top: 2vw;
  }
  body.page--diagnosis#diagnosis .formList {
    padding: 30px;
  }
  body.page--diagnosis#diagnosis .formList dt {
    text-align: center;
  }
  body.page--diagnosis#diagnosis .formList .questions {
    justify-content: center;
  }
  .support {
    line-height: 1.8;
  }
  .page--faq .section--list .tit--category {
    font-size: 16px;
  }
  .page--faq .section--list .list--faq li {
    margin-bottom: 15px;
  }
  .page--faq .section--list .list--faq li a {
    position: relative;
    display: block;
  }
  .page--faq .section--list .list--faq li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: left 0.4s ease;
    z-index: -1;
  }
  .page--faq .section--list .list--faq li a:hover::before {
    left: 0;
  }
  .page--faq .section--list .list--faq li .icon--q {
    font-size: 20px;
    line-height: 1.75;
  }
  .page--faq .section--detail .block--faq-detail a,
  .page--faq .section--detail .block--contact a {
    transition: opacity 0.4s ease;
  }
  .page--faq .section--detail .block--faq-detail a:hover,
  .page--faq .section--detail .block--contact a:hover {
    opacity: 0.6;
  }
  .page--faq .section--detail .tit--category {
    font-size: 16px;
  }
  .page--questionnaire .header + section {
    margin: 7vw auto 0;
    max-width: 92%;
    padding: 0 4%;
  }
  .page--questionnaire .header + section .section-tit {
    font-size: 2.4rem;
  }
  .page--deals_payment .section--detail.support {
    padding-top: 0;
  }
  .page--deals_payment .section--detail.support .support-tit {
    font-size: min(3vw, 40px);
    line-height: 1.3;
  }
  .page--deals_payment .section--detail.support h3.support-tit_sub {
    font-size: 20px;
  }
  .date {
    font-size: 16px;
  }
  .txt {
    font-size: 18px;
    line-height: 1.7;
  }
  .tit {
    font-size: 20px;
  }
  .sub-txt-list {
    font-size: 14px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .page--home .section--keyvisual h2 {
    top: 37vh;
  }
  .page--home .section--keyvisual h2 .logo--digital {
    width: 60vw;
    margin-bottom: 3vw;
  }
  .page--home .section--keyvisual h2 .logo--julia {
    width: 57vw;
    margin-bottom: 2vw;
  }
  .page--home .section--keyvisual h2 .logo--premium {
    width: 80vw;
  }
  .page--home .contents .section-tit {
    font-size: 1.6rem;
  }
  .page--home .contents .section-tit::before {
    width: 130%;
    height: 13px;
    top: 16px;
  }
  .page--home .contents .section-tit__en {
    width: 110vw;
    font-size: 19vw;
    transform: rotate(90deg);
    right: -101%;
    top: -12vw;
    opacity: 0.08;
  }
  .page--home .section--blog .section-tit::before {
    width: 103%;
  }
  .page--home .section--latestcontents .section-tit__en {
    width: 148vw;
    right: -139%;
  }
  .page--home .section--latestcontents .section-tit::before {
    width: 105%;
  }
  .page--movie.new-movie.new-movie-detail .section--detail .area--more-info .block--tab > div .item__ico span {
    font-size: 14px;
  }
  .page--howto h2.main-tit {
    font-size: 35px;
  }
  .section--detail.entry .main_tit {
    font-size: 22px;
  }
  .section--detail.entry .block--contents .list--content li .title {
    font-size: 18px;
  }
  .section--detail.entry .price dl.plan_tit dd {
    font-size: 18px;
  }
  .section--detail.entry .price dl dt {
    justify-content: flex-start;
    font-size: 16px;
    width: 32%;
    text-align: left;
  }
  .section--detail.entry .price dl dd {
    width: 34%;
  }
  .section--detail.entry .price dl .plan_detail dl dd {
    font-size: 16px;
  }
  .section--detail.entry .price dl .plan_table dd {
    padding: 10px;
  }
  .section--detail.entry .price dl .plan_table dd span {
    line-height: 1.7;
  }
  .section--detail.entry .plan_note .howto_img li {
    position: relative;
    margin-bottom: 40px;
  }
  .section--detail.entry .plan_note .howto_img li:not(:last-child)::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid;
    border-right: 3px solid;
    bottom: -30px;
    right: 47%;
    position: absolute;
    transform: translateY(-50%) rotate(135deg);
  }
  .section--detail.entry .block--contents.block--entry ul li .tit {
    font-size: 16px;
  }
  body.page--photo .section--list .list--contents, body.page--wallpaper .section--list .list--contents {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
  }
  body.page--photo .section--list .list--contents li, body.page--wallpaper .section--list .list--contents li {
    width: 100%;
  }
  body.page--photo .section--list .list--contents li .block--text, body.page--wallpaper .section--list .list--contents li .block--text {
    padding: 0.5vw 3vw 3vw;
    margin-top: -1vw;
  }
  /* .page--deals_payment {
      .section--detail.support {

          .support-tit {
              font-size: 17px;
              margin-bottom: 30px;
          }

          .course_box {
              margin-bottom: 40px;
          }

          h3.support-tit_sub {
              font-size: 15px;
              margin-bottom: 20px;
              padding-bottom: 5px;
          }
          span.txt_indent {
              font-size: 12px;
          }

          .support-list {
              margin-top: -80px;
              padding-top: 80px;
              display: block;
          }

          .detail_table {
              th {
                  width: 100px;
                  font-size: 12px;
                  padding: 10px;
                  text-align: center;
              }

              td {
                  font-size: 12px;
                  padding: 10px;
              }
          }
      }
  }*/
}
/* sp end */
@media screen and (min-width: 458px) and (max-width: 961px) {
  body::before {
    background-size: contain;
  }
  .page--home {
    /*.section--keyvisual {
        height: 94vh;

        h2 {
            top: 47vh;

            .logo--digital {
                width: 40vw;
                margin-bottom: 3vw;
            }

            .logo--julia {
                width: 37vw;
                margin-bottom: 2vw;
            }

            .logo--premium {
                width: 60vw;
            }

        }
    }*/
  }
  .page--home .contents .section-tit {
    font-size: 34px;
  }
  .page--home .contents .section-tit::before {
    top: 70%;
    height: 18px;
  }
  .page--home .contents .section-tit__en {
    width: 100%;
    font-size: 14vw;
    transform: none;
    right: 0;
    left: 3%;
    top: -7vw;
    opacity: 1;
    z-index: -2;
    color: #DFE0E1;
  }
  .page--home .section--banner {
    margin-bottom: 0;
  }
  .page--home .section--information {
    min-height: 100vw;
    padding: 16vw 0 10vw;
  }
  .page--home .section--blog.bg--gray {
    background-color: inherit;
    position: relative;
  }
  .page--home .section--blog.bg--gray::after {
    content: "";
    position: absolute;
    background-color: #c4c9ce;
    height: 116%;
    width: 100%;
    top: -26%;
    z-index: -3;
  }
  .page--home .section--blog .section-tit__en {
    color: #F1F1F1;
    text-shadow: #b3b7bb 1px 1px 0px, #b3b7bb -1px 1px 0px, #b3b7bb 1px -1px 0px, #b3b7bb -1px -1px 0px;
    letter-spacing: -0.08em;
  }
  .page--home .section--latestcontents {
    margin-top: -5%;
    margin-bottom: 10vw;
  }
  .page--home .section--latestcontents .section__inner .section-tit__en {
    top: 5vw;
  }
  .page--home .section--menu ul li {
    font-size: 20px;
  }
  .page--home .section--footer .list--horizontal li {
    font-size: 15px;
  }
  body:not(.page--home) .logo a {
    height: 40px;
  }
  body:not(.page--home) .section-tit {
    font-size: min(5vw, 60px);
  }
  body:not(.page--home) .section-tit::before {
    top: 50%;
    height: 24px;
  }
  body:not(.page--home) .section-tit + .list--contents {
    padding-top: 5vw;
  }
  .block--pager li {
    margin: 0 10px;
  }
  .block--pager li a:hover {
    opacity: 0.7;
  }
  .block--pager li.pager__item--current :hover {
    opacity: 0.7;
  }
  .block--pager .pager__item--newer,
  .block--pager .pager-link--next,
  .block--pager .pager__item--older {
    position: static;
  }
  .drawer__btn {
    width: 70px;
    height: 70px;
  }
  .drawer__btn span {
    width: 70%;
  }
  .drawer .g-nav .g-nav__inner {
    padding-top: 15%;
  }
  .drawer .g-nav .g-nav__inner ul {
    padding-left: 12vw;
  }
  .drawer .g-nav .g-nav__inner ul li a {
    padding: 16px 0;
  }
  .section--list {
    margin-top: 5vw;
  }
  .wrap {
    padding-top: 96px;
  }
  body.page--diagnosis .line p {
    width: 20%;
  }
  body.page--diagnosis .line p:nth-child(1) {
    top: 10%;
    left: -3%;
  }
  body.page--diagnosis .line p:nth-child(2) {
    top: 3%;
    right: -3%;
  }
  body.page--diagnosis .line p:nth-child(3) {
    top: 30%;
    left: -2%;
  }
  body.page--diagnosis .line p:nth-child(4) {
    top: 26%;
    left: -8%;
  }
  body.page--diagnosis .line p:nth-child(5) {
    top: 6%;
    right: -12%;
  }
  body.page--diagnosis .line p:nth-child(6) {
    top: 24%;
    right: -8%;
  }
  body.page--diagnosis h3.titleline .line.line1 .word {
    font-size: 4vw;
  }
  body.page--diagnosis h3.titleline .line.line2 .word {
    font-size: 8vw;
  }
  .section--detail.entry .block--spec .howto_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section--detail.entry .block--spec .howto_img li {
    width: calc(33% - 10px);
    position: relative;
  }
  .section--detail.entry .block--spec .howto_img li:not(:last-child)::after {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    border-top: 3px solid;
    border-right: 3px solid;
    top: 50%;
    right: -1.1rem;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
  }
}
/* sp tablet */
@media screen and (min-width: 458px) {
  .page--home .section--keyvisual {
    height: 96vh;
  }
  .page--home .section--keyvisual .pc {
    display: block !important;
  }
  .page--home .section--keyvisual .sp {
    display: none !important;
  }
  .page--home .section--keyvisual h2 {
    top: 20%;
  }
  .page--home .section--keyvisual h2 span {
    margin-bottom: 6%;
  }
  .page--home .section--keyvisual h2 .logo--digital {
    width: 26vw;
  }
  .page--home .section--keyvisual h2 .logo--julia {
    width: 24vw;
  }
  .page--home .section--keyvisual h2 .logo--premium {
    width: 36vw;
  }
}
@media screen and (min-width: 458px) and (max-width: 1200px) {
  .page--home .section--keyvisual img {
    background-position: right 35% top 0%;
  }
}/*# sourceMappingURL=fanclub-service.css.map */