@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

a {
  outline: none;
}

/*   ==============================================================
*  contents
*  ============================================================ */
/* common.scss
============================== */
html,
body {
  height: 100%;
}

body {
  color: #6A6A6A;
  font-family: YakuHanJP, "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  word-wrap: break-word;
}

a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}

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

::-moz-selection {
  background: #ccc;
  color: #6A6A6A;
}

::selection {
  background: #ccc;
  color: #6A6A6A;
}

::-moz-selection {
  background: #ccc;
  color: #6A6A6A;
}

.btn {
  text-align: center;
}

.btn-base-style, .page--faq .section--detail .block--contact a, .btn--sub, .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border-radius: 3em;
  font-size: 1.1em;
  border: none;
  cursor: pointer;
}

.btn--main {
  background-color: #e0bec1;
  color: #fff;
  margin: 1em 0;
  padding: 1.4em 2em 1.5em;
  font-style: normal;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}

.btn--sub {
  border: 1px solid #999;
  background-color: transparent;
  color: #6A6A6A;
  margin: 1em 0;
  padding: 1.4em 2em 1.5em;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}

.txt--link a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.txt--link a:hover {
  text-decoration: none;
}

.font-crimson {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}

.font-ibarra {
  font-family: "Ibarra Real Nova", serif;
  letter-spacing: 0.03em;
  font-weight: 400;
  line-height: 1;
}

.txt--basic {
  margin: 0 0 1em;
}

.txt--sub {
  font-size: 0.85em;
  line-height: 1.8em;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: 600;
}

.ph,
.thumb {
  position: relative;
  line-height: 0;
}
.ph img,
.thumb img {
  width: 100%;
}
.ph .dummy,
.thumb .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.block--pager {
  position: relative;
  text-align: center;
  letter-spacing: -0.5em;
  font-size: 15px;
  margin: 0 auto;
  padding: 0;
}
.block--pager li {
  display: inline-block;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0.6em 0;
  margin: 0 5px;
  letter-spacing: 0.03em;
  vertical-align: middle;
  position: relative;
}
.block--pager li::before {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background: #6A6A6A;
  position: absolute;
  bottom: 1px;
  left: 30%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.36, 0.14, 0, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.36, 0.14, 0, 1);
  transition: transform 0.7s cubic-bezier(0.36, 0.14, 0, 1);
  transition: transform 0.7s cubic-bezier(0.36, 0.14, 0, 1), -webkit-transform 0.7s cubic-bezier(0.36, 0.14, 0, 1);
}
.block--pager a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 0 0.4em;
}
.block--pager .pager__item--number {
  text-align: center;
  color: #fff;
}
.block--pager .pager__item--older {
  width: 26px;
  height: 26px;
  margin: 0 0 0 0.9em;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.block--pager .pager__item--older a,
.block--pager .pager__item--older span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--older a::before, .block--pager .pager__item--older a::after,
.block--pager .pager__item--older span::before,
.block--pager .pager__item--older span::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  top: 55%;
  background-color: #888;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.block--pager .pager__item--older a::before,
.block--pager .pager__item--older span::before {
  width: 100%;
}
.block--pager .pager__item--older a::after,
.block--pager .pager__item--older span::after {
  right: 0;
  width: 28%;
  -webkit-transform: rotate(31deg);
          transform: rotate(31deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.block--pager .pager__item--older span {
  opacity: 0.2;
}
.block--pager .pager__item--newer {
  width: 26px;
  height: 26px;
  margin: 0 0.9em 0 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.block--pager .pager__item--newer a,
.block--pager .pager__item--newer span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--newer a::before, .block--pager .pager__item--newer a::after,
.block--pager .pager__item--newer span::before,
.block--pager .pager__item--newer span::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  top: 55%;
  background-color: #888;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.block--pager .pager__item--newer a::before,
.block--pager .pager__item--newer span::before {
  width: 100%;
}
.block--pager .pager__item--newer a::after,
.block--pager .pager__item--newer span::after {
  width: 28%;
  -webkit-transform: rotate(-31deg);
          transform: rotate(-31deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.block--pager .pager__item--newer span {
  opacity: 0.2;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  z-index: 2;
}
.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
  display: none !important;
}
.block--pager .pager__item--current {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
  padding: 0.6em 0.4em;
  color: #444;
}
.block--pager .pager__item--current::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.date,
.category,
.members {
  display: inline-block;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}

.tit {
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #555;
}

.youbi {
  display: inline-block;
  margin: 0 0.3em;
  font-size: 0.8em;
}

.category {
  display: inline-block;
  font-size: 13px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  background: #EFEFEF;
  padding: 1px 7px 2px;
  margin-right: 4px;
}

.members {
  position: relative;
  display: inline-block;
  font-size: 13px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  background: #e0bec1;
  color: #fff;
  padding: 1px 7px 2px;
}
.members::before {
  display: block;
  position: static;
  content: "Members Only";
}

.list__more {
  display: inline-block;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
}
.list__more a {
  display: inline-block;
  color: #6A6A6A;
}

.list--info li {
  border-bottom: 1px solid #E7E7E7;
}
.list--info li .date,
.list--info li .category,
.list--info li .members {
  display: inline-block;
}
.list--info li:last-child {
  border-bottom: none;
}
.list--info li.no-data {
  padding: 1em 0;
  border-bottom: none !important;
}
.list--info > li .date {
  margin-right: 0.6em;
}
.list--info a {
  display: block;
}

.list--schedule li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list--schedule li .list__date {
  position: relative;
  top: -2px;
}
.list--schedule li .date {
  position: relative;
  margin: 0;
  letter-spacing: 0.01em;
}
.list--schedule li .date .m {
  position: relative;
  top: -18px;
  left: 4px;
  font-size: 18px;
}
.list--schedule li .date .d {
  position: relative;
  line-height: 50px;
  top: 9px;
  left: -1px;
  font-size: 26px;
}
.list--schedule li .date .d::before {
  display: block;
  content: "";
  width: 180%;
  height: 0.8px;
  position: absolute;
  background: #888;
  top: 6px;
  left: -23px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.list--schedule li .date .year {
  display: block;
  font-size: 11px;
  text-align: center;
}
.list--schedule li .date .week {
  display: block;
  font-size: 11px;
  text-align: center;
}
.list--schedule li .end-date {
  position: relative;
}
.list--schedule li .end-date::before {
  display: block;
  content: "";
  position: absolute;
  background: #888;
}

.list--contents li a {
  display: block;
  position: relative;
}
.list--contents li a img {
  display: block;
}

[class^=list--] li.new .date:not(.end-date) {
  position: relative;
}
[class^=list--] li.new .date:not(.end-date)::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #DFBABA;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -16px;
  border-radius: 4px;
}

.block--category li {
  display: inline-block;
  margin: 0 0.45em 0.45em 0;
}
.block--category li a {
  display: block;
  line-height: 1;
  padding: 2px 8px 3px;
  letter-spacing: 0.05em;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  background-color: #EFEFEF;
}
.block--category .current a {
  background: #6A6A6A;
  color: #efefef;
}

.list--indent li {
  padding-left: 0.5em;
  margin-bottom: 0.6em;
  text-indent: -0.5em;
}

.slick-dots li {
  height: 3px;
  margin: 0 2px 10px 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slick-dots li button {
  width: 100%;
  height: 3px;
}
.slick-dots li button:before {
  content: "";
  width: 100%;
  height: 1px;
  top: 5px;
  background: #CBCBCB;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slick-dots .slick-active button:before {
  background: #444;
}

.form--post dt,
.dl--form dt {
  margin: 2.5em 0 0.4em;
  color: #444;
}
.form--post dd,
.dl--form dd {
  margin: 0 0 1em;
}

.block--error {
  color: #d70f0f;
  background: rgba(200, 50, 50, 0.12);
  padding: 10px;
  border-radius: 5px;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #bbb;
}

::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #bbb;
}

:-moz-placeholder {
  color: #bbb;
}

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

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
  font-family: YakuHanJP, "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #c0c0c0;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #444;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: #707070;
}
input[type=text].form__error,
input[type=tel].form__error,
input[type=email].form__error,
input[type=password].form__error,
input[type=number].form__error,
button.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
input[type=text].form__error:focus,
input[type=tel].form__error:focus,
input[type=email].form__error:focus,
input[type=password].form__error:focus,
input[type=number].form__error:focus,
button.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
input[type=text][disabled],
input[type=tel][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled],
button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

input[readonly=readonly],
input[readonly=readonly] {
  border: none;
  background: #fff;
}

.input--half {
  width: 50% !important;
}

.input--quarter {
  width: 25% !important;
}

button {
  border: none;
  line-height: 1;
}

input[type=submit] {
  line-height: 1;
}

/* textarea */
textarea {
  font-family: YakuHanJP, "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #c0c0c0;
  border-radius: 0.3em;
  padding: 0.5em;
  height: 10em;
  border: 1px solid #c0c0c0;
  color: #444;
}
textarea:focus {
  border-color: #707070;
}
textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
textarea:focus {
  border-color: #707070;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select select {
  font-family: YakuHanJP, "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #c0c0c0;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 1.5em;
}
.form__select select:focus {
  border-color: #707070;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #6A6A6A;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
}
.form__select::after {
  position: absolute;
  border-color: #707070;
  top: 15px;
  right: 9px;
}

/* checkbox */
.form__checkbox label p {
  font-family: YakuHanJP, "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.3em;
  border: 1px solid #707070;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::before {
  background: #707070;
  border-color: #707070;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  font-family: YakuHanJP, "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #f33;
}
.form__radio label p {
  padding: 0 0.5em 0 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #707070;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  font-family: YakuHanJP, "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle.form__error {
  color: #f33;
}
.form__toggle label p {
  padding-left: 0;
  position: relative;
}
.form__toggle label p::before,
.form__toggle label p::after {
  content: "";
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  border: 1px solid #707070;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #707070;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #707070;
  border-color: #707070;
}
.form__toggle :checked ~ p::after {
  right: 0;
}

/* horizontal */
.form--horizontal li {
  display: inline-block;
}

.form--horizontal label {
  display: inline-block;
  margin: 0 0.3em 0 0;
}

.form--confirm {
  border: 0.5px solid #ddd;
  border-radius: 5px;
  padding: 40px 30px 10px;
  margin: 1em 0 3em;
}
.form--confirm dt {
  margin: 0 0 0.2em;
  opacity: 0.7;
  font-size: 0.95em;
}
.form--confirm dd {
  margin: 0 0 2.5em;
  color: #444;
}

form .icon--required,
form .required {
  display: inline-block;
  line-height: 1;
  padding: 2px 5px 3px;
  margin-left: 0.8em;
  background-color: #999;
  color: #fff;
  font-size: 10px;
  vertical-align: 1px;
}

form .icon--required {
  position: relative;
}
form .icon--required::before {
  display: block;
  position: static;
  content: "必須";
}

.nav {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}

header .g-nav .nav__list--sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
}
footer h1.foot-tit {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0.26em;
  line-height: 1;
}
footer .copyright {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #888;
}

.wrap {
  overflow: hidden;
  position: relative;
  min-height: 100%;
  padding: 200px 0 280px;
}
.wrap::before {
  display: block;
  content: "";
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/static/horimiona/common/bg.png);
  background-repeat: repeat;
  background-size: auto;
}

.content--body {
  position: relative;
  z-index: 2;
  background: none;
}
.content--body > section {
  position: relative;
  margin: 0 auto;
}
.content--body > section::before, .content--body > section::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.content--body > section::before {
  background-color: rgba(156, 156, 156, 0.1);
  z-index: -2;
}
.content--body > section::after {
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
}

body:not(.page--home) .content--body {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  opacity: 0;
}
body:not(.page--home).loaded .content--body {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.section--detail {
  position: relative;
  margin: 0 auto;
}

.section--list {
  position: relative;
  z-index: 1;
}
.section--list .no-data {
  font-size: 13px;
}

.section-tit {
  font-family: "Ibarra Real Nova", serif;
  letter-spacing: 0.03em;
  font-weight: 400;
  line-height: 1;
}

.contents-tit {
  font-family: "Ibarra Real Nova", serif;
  letter-spacing: 0.03em;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1em;
}

.block-tit {
  font-family: "Ibarra Real Nova", serif;
  letter-spacing: 0.03em;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1em;
}

.detail__btn {
  display: block;
  margin: 2em auto 0;
}
.detail__btn a {
  display: inline-block;
  position: relative;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
.detail__btn a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #6A6A6A;
}
.detail__btn a::after {
  content: "Back";
  display: block;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  letter-spacing: 0.05em;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.28%;
}
.youtube iframe,
.youtube embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page--home .wrap {
  padding-top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.page--home .wrap::after {
  display: block;
  content: "";
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: 1.3s;
  transition: 1.3s;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.page--home .content--body {
  padding: 0;
}
.page--home .content--body > section {
  max-width: inherit;
}
.page--home .content--body > section::before, .page--home .content--body > section::after {
  display: none;
}
.page--home .section--top {
  position: relative;
  height: 100vh;
}
.page--home .section--top::after {
  display: block !important;
  content: "";
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(156, 156, 156, 0.1);
  -webkit-transition: 1.6s;
  transition: 1.6s;
  opacity: 1;
}
.page--home .section--top .block--photo {
  position: relative;
}
.page--home .section--top .block--photo::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: 3.15s;
  transition: 3.15s;
}
.page--home .section--top .block--photo .mainvisual {
  overflow: hidden;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.page--home .section--top h1 {
  position: absolute;
  overflow: hidden;
  text-indent: 100%;
  line-height: 0;
  white-space: nowrap;
  background: no-repeat url(/static/horimiona/common/logo.svg);
  background-size: contain;
  z-index: 10;
}
.page--home .section--top .wrap--scroll {
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.page--home .section--top .scroll {
  width: 0.8px;
  height: 20vh;
  background-color: #999999;
  position: absolute;
  bottom: 0;
  right: 3.5%;
  -webkit-animation: scroll 2s linear 0s infinite;
          animation: scroll 2s linear 0s infinite;
  -webkit-transform-origin: top;
          transform-origin: top;
}
.page--home.scrolling .scroll {
  opacity: 0;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50.0001% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50.0001% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
.page--home .list__more a {
  position: relative;
  display: block;
}
.page--home .list__more a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #6A6A6A;
}
.page--home .wrap--delighter {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}
.page--home .wrap--delighter.started {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.page--home .area--official [class^=section--] {
  position: relative;
}
.page--home .area--official [class^=section--]::before, .page--home .area--official [class^=section--]::after {
  display: block;
  content: "";
  position: absolute;
}
.page--home .area--official [class^=section--]::before {
  height: 100%;
  background-color: rgba(156, 156, 156, 0.1);
  z-index: -2;
}
.page--home .area--official [class^=section--]::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
}
.page--home .area--official .section--bnr {
  background-color: transparent;
}
.page--home .area--official .section--bnr .list--bnr {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page--home .area--official .section--bnr .list--bnr.slick-initialized {
  opacity: 1;
}
.page--home .area--official .section--bnr .list--bnr .slick-slide a {
  display: block;
}
.page--home .area--official .section--bnr .slick-list {
  padding-left: 0% !important;
  margin-left: 0;
}
.page--home .area--official .section--bnr .slick-dots {
  text-align: left;
}
.page--home .area--fc {
  background-color: rgba(113, 113, 113, 0.1);
}
.page--home .area--fc .block--logo h1.logo {
  overflow: hidden;
  text-indent: 100%;
  line-height: 0;
  white-space: nowrap;
  margin: 0 auto;
  background: no-repeat url(/static/horimiona/common/logo_anoim.svg);
  background-size: contain;
}
.page--home .area--fc .block--logo .block--login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page--home .area--fc .block--logo .block--login .list--login {
  position: relative;
  text-align: center;
}
.page--home .area--fc .block--logo .block--login .list--login::before, .page--home .area--fc .block--logo .block--login .list--login::after {
  display: block;
  content: "";
  position: absolute;
  border-color: #C0C0C0;
  border-style: solid;
}
.page--home .area--fc .block--logo .block--login .list--login::before {
  top: 0;
  right: 0;
  border-width: 1px 1px 0 0;
}
.page--home .area--fc .block--logo .block--login .list--login::after {
  bottom: 0;
  left: 0;
  border-width: 0 0 1px 1px;
}
.page--home .area--fc .block--logo .block--login .list--login li {
  display: inline-block;
}
.page--home .area--fc .block--logo .block--login .list--login li a {
  display: inline-block;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
.page--home .area--fc [class^=section--] {
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
}
.page--home .area--fc [class^=section--]::before, .page--home .area--fc [class^=section--]::after {
  display: block;
  content: "";
  position: absolute;
  border-color: #C0C0C0;
  border-style: solid;
}
.page--home .area--fc [class^=section--]::before {
  border-width: 1px 1px 0 0;
}
.page--home .area--fc [class^=section--]::after {
  border-width: 0 0 1px 1px;
}
.page--home .area--fc .contents-tit {
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  z-index: 10;
}
.page--home .area--fc .section--movie {
  background-color: transparent;
}
.page--home .area--fc .section--movie .inner--movie {
  position: relative;
}
.page--home .area--fc .section--movie .inner--movie::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.page--home .area--fc .section--movie .inner--movie .slide--movie {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page--home .area--fc .section--movie .inner--movie .slide--movie.slick-initialized {
  opacity: 1;
}
.page--home .area--fc .section--movie .inner--movie .slide--movie .slick-list {
  overflow: inherit;
}
.page--home .area--fc .section--movie .inner--movie .slide--movie .item__movie {
  pointer-events: none;
}
.page--home .area--fc .section--movie .inner--movie .slide--movie .item__movie.slick-current {
  pointer-events: inherit;
}
.page--home .area--fc .section--movie .inner--movie .slide--movie .item__movie .block__thumb a {
  display: block;
}
.page--home .area--fc .section--movie .inner--movie .slide--movie .item__movie .block__thumb img {
  display: block;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
.page--home .area--fc .section--movie .inner--movie .slide--movie .item__movie .block__txt a {
  display: block;
}
.page--home .area--fc .section--movie .inner--movie .slide--movie .item__movie .block__txt a .date {
  margin-bottom: 0;
}
.page--home .area--fc .section--movie .inner--movie .slide--movie .item__movie.new .block__txt a .date {
  position: relative;
}
.page--home .area--fc .section--movie .inner--movie .slide--movie .item__movie.new .block__txt a .date::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #DFBABA;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -16px;
  border-radius: 4px;
}
.page--home .area--fc .section--movie .inner--movie .slide--movie .slick-dots {
  width: auto;
  bottom: inherit;
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.page--home .area--fc .block--intro h2 {
  font-family: "Ibarra Real Nova", serif;
  letter-spacing: 0.03em;
  font-weight: 400;
  line-height: 1;
}
.page--home footer h1.foot-tit {
  display: none;
}
.page--home.loaded .wrap {
  opacity: 1;
}
.page--home.loaded .wrap::after {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.page--home.loaded .section--top::after {
  opacity: 0;
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.page--home.loaded .section--top .block--photo::after {
  opacity: 0;
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.page--home.loaded .section--top .wrap--scroll {
  opacity: 1;
  -webkit-transition-delay: 4.5s;
          transition-delay: 4.5s;
}

.page--info .section--detail .tit {
  margin-bottom: 0.6em;
  font-weight: 600;
}
.page--info .section--detail .date {
  margin-right: 0.5em;
}
.page--info .section--detail .txt--basic {
  font-size: 14px;
}
.page--info .section--detail .txt--basic a {
  text-decoration: underline;
}
.page--info .section--detail.new .date {
  position: relative;
}
.page--info .section--detail.new .date::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #DFBABA;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -16px;
  border-radius: 4px;
}
.page--info .section--detail .txt {
  font-size: 14px;
  padding: 50px 0 20px;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
}
.page--info .section--detail .txt a:hover {
  text-decoration: none;
}
.page--info .section--detail .txt .ph {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.page--info .block--share {
  line-height: 1;
  text-align: right;
  padding-top: 60px;
  margin: 0 0 40px;
}
.page--info .block--share .share {
  display: inline-block;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 11px;
  padding-right: 0;
  letter-spacing: 0.1em;
  vertical-align: 0px;
}
.page--info .block--share li {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin: 0 0 0 16px;
}
.page--info .block--share li.lineIco {
  margin-left: 15px;
}
.page--info .block--share li.lineIco svg {
  width: 18px;
  height: 18px;
  fill: #6A6A6A;
}

.page--info .section--detail .youtube {
  margin-top: 50px;
}

/* schedule detail */
.page--info.category-2 .section--detail .event-date .date {
  margin-right: 0.3em;
  margin-bottom: 0;
  font-size: 15px;
}
.page--info.category-2 .section--detail .event-date .date > p {
  display: inline-block;
}
.page--info.category-2 .section--detail .event-date .date .event-end {
  position: relative;
  padding-left: 14px;
}
.page--info.category-2 .section--detail .event-date .date .event-end::before {
  display: inline-block;
  content: "";
  position: absolute;
  width: 6px;
  height: 1px;
  top: 52%;
  left: 0;
  background-color: #888;
}
.page--info.category-2 .section--detail .tit {
  margin-top: 0.3em;
}

.page--schedule [type=checkbox],
.page--schedule [type=radio] {
  display: none;
}
.page--schedule .section--list .month-wrap {
  position: relative;
  padding: 50px 10% 0;
  margin: 0 0 20px;
}
.page--schedule .section--list .month-wrap > .block--month {
  float: left;
  padding: 0;
  margin: 0;
}
.page--schedule .section--list .block--month {
  margin: 0 0 20px;
}
.page--schedule .section--list .block--month .tit {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 50px;
}
.page--schedule .section--list .block--month .tit span {
  position: relative;
  letter-spacing: 0.03em;
  font-size: 14px;
  padding-left: 7px;
}
.page--schedule .section--list .block--month .tit span.month-year {
  padding-right: 15px;
  margin-right: 4px;
}
.page--schedule .section--list .block--month .tit span.month-year:before {
  right: 0;
}
.page--schedule .section--list .block--month .month-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 0;
  margin: -20px 0 0;
}
.page--schedule .section--list .block--month .month-pager li {
  margin-left: 2em;
}
.page--schedule .section--list .block--month .month-pager li a:hover {
  color: #CCABAB;
}
.page--schedule .section--list .block--category {
  margin: 5px auto 20px;
  padding-left: 0;
}
.page--schedule .section--list .block--category dd {
  position: relative;
  top: 10px;
  text-align: left;
}
.page--schedule .section--list .block--category .list--sort li input[type=checkbox] {
  display: none;
}
.page--schedule .section--list .block--category .list--sort li .category {
  background: #6A6A6A;
  color: #fff;
}
.page--schedule .section--list .block--category .list--sort li input[type=checkbox]:not(:checked) + .category {
  background: #EFEFEF;
  color: #6A6A6A;
}
.page--schedule .section--list .block--category .list--sort li span {
  font-size: 14px;
}
.page--schedule .section--list .block--category .list--sort li span.category {
  margin-bottom: 0;
  padding: 2px 8px 3px;
}
.page--schedule .section--list .block--category .list--sort li:hover * {
  cursor: pointer;
}
.page--schedule .section--list .list--info li:last-child {
  border-bottom: 1px solid #E7E7E7;
}

/*  page movie
------------------------------ */
.page--movie .section--list .tit {
  margin: 16px 0 8px;
}
.page--movie .section--list .category-tit {
  line-height: 1.4;
  font-family: YakuHanJP, "Noto Serif JP", serif;
}
.page--movie .section--detail .tit {
  font-weight: 600;
}
.page--movie .section--detail .txt {
  padding: 0;
  margin-bottom: 4em;
}
.page--movie .section--detail .txt--sub {
  margin-bottom: 1em;
  font-size: 0.8em;
  line-height: 1.6;
  color: #999;
}
.page--movie .block--player {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 35px;
}
.page--movie .block--player .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.page--movie .block--player video {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

/*  page  support
------------------------------ */
.section--detail.support .section-tit {
  font-family: YakuHanJP, "Noto Serif JP", serif;
  margin-bottom: 90px;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.section--detail.support .list--support li a,
.section--detail.support .list--support dd a {
  text-decoration: underline;
}
.section--detail.support .list--support li a:hover,
.section--detail.support .list--support dd a:hover {
  text-decoration: none;
}
.section--detail.support .list--support dt {
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 5px;
}
.section--detail.support .list--support dd {
  line-height: 1.6;
  margin-bottom: 40px;
}
.section--detail.support .list--support dd:last-of-type {
  margin-bottom: 0;
}
.section--detail.support .list--support li {
  font-weight: normal;
  margin-bottom: 1.5em;
}
.section--detail.support .list--support li:last-of-type {
  margin-bottom: 0;
}
.section--detail.support .list--support li ul {
  text-indent: 1em;
}
.section--detail.support .list--support li ul li {
  padding-left: 1em;
  text-indent: -0.5em;
}
.section--detail.support .txt + .list--support {
  margin-top: 2em;
}

.page--faq .section-tit {
  font-family: YakuHanJP, "Noto Serif JP", serif;
  margin-bottom: 90px;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.page--faq .tit--category {
  font-size: 1.15em;
  color: #444;
  margin: 0 0 1.2em;
}
.page--faq .list--faq {
  margin: 0 0 80px;
}
.page--faq .list--faq li {
  border-top: 1px solid rgba(17, 17, 17, 0.1);
}
.page--faq .list--faq li:last-child {
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}
.page--faq .list--faq a {
  position: relative;
  display: block;
  padding: 25px 0 27px 0;
}
.page--faq .list--faq a:hover {
  opacity: 0.5;
}
.page--faq .list--faq .tit {
  padding-left: 20px;
}
.page--faq .list--faq .txt {
  margin: 0;
  padding-left: 20px;
  line-height: 1.4;
}
.page--faq .list--faq .icon--q {
  float: left;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  line-height: 1.7;
  color: #6A6A6A;
  margin-right: 5px;
}
.page--faq .searchBox {
  position: relative;
  width: 80%;
  margin: 80px auto;
}
.page--faq .searchBox input[type=text] {
  line-height: 40px;
  font-size: 18px;
  color: #444;
}
.page--faq .searchBox input[type=submit] {
  width: 50px;
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: 600;
  line-height: 56px;
  color: #999;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
.page--faq .section--detail .list--faq .icon--q {
  line-height: 1.6;
}
.page--faq .section--detail .block--faq-detail {
  background-color: #f6f6f6;
  padding: 25px 25px 30px;
  margin: 0 0 80px;
}
.page--faq .section--detail .block--faq-detail dt {
  font-size: 14px;
  border-bottom: 1px solid #aaa;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.page--faq .section--detail .block--faq-detail dt .txt {
  margin: 0;
}
.page--faq .section--detail .block--faq-detail dt .category {
  display: inline-block;
  font-size: 12px;
  background: #eee;
  color: #9fa3a7;
  border-radius: 20px;
  padding: 1px 8px 0;
  margin: 0 0 20px;
}
.page--faq .section--detail .block--faq-detail dd a {
  text-decoration: underline;
}
.page--faq .section--detail .block--faq-detail dd a:hover {
  text-decoration: none;
}
.page--faq .section--detail .block--faq-detail dd .txt {
  color: #6A6A6A;
  font-size: 14px;
  margin: 0;
}
.page--faq .section--detail .block--faq-detail span[class^=icon--] {
  display: none;
  /*display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  @include var.font-crimson;
  font-size: 18px;
  text-align: center;
  line-height: 27px;
  border-radius: 50px;*/
}
.page--faq .section--detail .block--faq-detail span.icon--q {
  color: #fff;
  background: #999;
}
.page--faq .section--detail .block--faq-detail span.icon--a {
  padding-left: 1px;
  color: #fff;
  background: #e0bec1;
}
.page--faq .section--detail .block--contact {
  text-align: center;
  margin: 60px 0 0;
  /*a{
  	color: var.$text-color;
  	position: relative;
  	text-decoration: none !important;
  	@include var.chevron-base-style;
  	&::after{
  		margin-left: 0.2em;
  	}
  	&:hover{
  		opacity: 0.7;
  	}
  }*/
}
.page--faq .section--detail .block--contact .txt + p {
  text-align: center;
}
.page--faq .section--detail .block--contact a {
  border: 1px solid #999;
  background-color: transparent;
  color: #6A6A6A;
  margin: 1em 0;
  padding: 1.4em 2em 1.5em;
  min-width: 300px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--faq .section--detail .block--contact a {
    min-width: 50%;
  }
}
.page--faq .section--detail .block--contact a:hover {
  border-color: #DFBABA;
  color: #CCABAB;
}
.page--faq .section--detail .block--contact .fa {
  display: none;
}

/*  page anoim Mail
------------------------------ */
.section--detail.anoim-mail .lead {
  line-height: 1.4;
  font-size: 1.4em;
  margin-bottom: 1.2em;
}
.section--detail.anoim-mail .box--figure {
  text-align: center;
}
.section--detail.anoim-mail .box--figure .inner--box {
  display: inline-block;
  position: relative;
}
.section--detail.anoim-mail .box--figure .inner--box::before, .section--detail.anoim-mail .box--figure .inner--box::after {
  display: block;
  content: "";
  position: absolute;
  border-color: #C0C0C0;
  border-style: solid;
}
.section--detail.anoim-mail .box--figure .inner--box::before {
  top: 0;
  right: 0;
  border-width: 1px 1px 0 0;
}
.section--detail.anoim-mail .box--figure .inner--box::after {
  left: 0;
  bottom: 0;
  border-width: 0 0 1px 1px;
}
.section--detail.anoim-mail .box--figure .ph {
  margin: 0 auto;
}
.section--detail.anoim-mail .box--figure .ph img {
  display: block;
  image-rendering: -webkit-optimize-contrast;
}
.section--detail.anoim-mail .txt--sub {
  margin-bottom: 2em;
}

/*  page anoim Check
------------------------------ */
.section--detail.anoim-check .lead {
  line-height: 1.4;
  font-size: 1.4em;
  margin-bottom: 1.2em;
}
.section--detail.anoim-check .box--figure {
  text-align: center;
}
.section--detail.anoim-check .box--figure .inner--box {
  display: inline-block;
  position: relative;
}
.section--detail.anoim-check .box--figure .inner--box::before, .section--detail.anoim-check .box--figure .inner--box::after {
  display: block;
  content: "";
  position: absolute;
  border-color: #C0C0C0;
  border-style: solid;
}
.section--detail.anoim-check .box--figure .inner--box::before {
  top: 0;
  right: 0;
  border-width: 1px 1px 0 0;
}
.section--detail.anoim-check .box--figure .inner--box::after {
  left: 0;
  bottom: 0;
  border-width: 0 0 1px 1px;
}
.section--detail.anoim-check .box--figure .ph {
  position: relative;
  margin: 0 auto;
}
.section--detail.anoim-check .box--figure .ph::before {
  display: block;
  content: "";
  position: absolute;
  background-image: url(/static/horimiona/feature/anoim_check/deco_movie.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: -9%;
  left: -7%;
  width: 46%;
  padding-top: 12.5%;
}
.section--detail.anoim-check .box--figure .ph img {
  display: block;
  image-rendering: -webkit-optimize-contrast;
}
.section--detail.anoim-check .txt--sub {
  margin-bottom: 2em;
}

.page--diagnosis .block-tit {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6em;
}
.page--diagnosis .lead {
  margin-bottom: 4em;
}
.page--diagnosis .diagnosis-top .list--attention {
  margin-bottom: 1em;
}
.page--diagnosis .block--select {
  margin-top: 6em;
}
.page--diagnosis .list--form {
  margin: 0 auto 3.5em;
}
.page--diagnosis .list--form dt {
  line-height: 1.5;
  margin-bottom: 1.2em;
  font-size: 1.2em;
  color: #444;
}
.page--diagnosis .list--form dt .count {
  position: relative;
  font-family: "Ibarra Real Nova", serif;
  letter-spacing: 0.03em;
  font-weight: 400;
  line-height: 1;
  font-size: 1.2em;
}
.page--diagnosis .list--form dt .count::before {
  display: inline-block;
  content: "Q.";
  position: static;
  margin-right: 0.35em;
}
.page--diagnosis .list--form .list--questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page--diagnosis .list--form .list--questions li {
  width: calc((100% - 12px) / 2);
  margin-right: 12px;
  margin-bottom: 12px;
}
.page--diagnosis .list--form .list--questions li:nth-of-type(2n) {
  margin-right: 0;
}
.page--diagnosis .list--form .list--questions label {
  display: block;
}
.page--diagnosis .list--form .list--questions label span {
  display: block;
  line-height: 1.4;
  background: #f2f2f2;
  padding: 1.3em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 7px;
}
.page--diagnosis .list--form .list--questions label input {
  display: none;
}
.page--diagnosis .list--form .list--questions label input[type=radio]:checked + span {
  color: #fff;
  background: #c2bebf;
}
.page--diagnosis .result {
  text-align: center;
}
.page--diagnosis .result .top-txt {
  margin: 0 0 1em;
  font-size: 20px;
  opacity: 0;
}
.page--diagnosis .result .top-txt .name-txt {
  font-size: 1.4em;
  margin-right: 3px;
}
.page--diagnosis .result .block--ph {
  position: relative;
  opacity: 0;
  margin: 0 auto 7em;
  width: 50%;
}
.page--diagnosis .result .block--ph .ph {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.page--diagnosis .result .block--ph .ph img {
  display: block;
  width: 100%;
  line-height: 0;
  background: no-repeat center;
  background-size: contain;
}
.page--diagnosis .result .box--rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: -24%;
}
.page--diagnosis .result .rate {
  display: block;
  position: relative;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  opacity: 0;
  width: 30%;
  padding-top: 30%;
}
.page--diagnosis .result .rate::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #cbc4c4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.page--diagnosis .result .rate .numb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  font-size: 45px;
  font-weight: 700;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  padding-top: 1%;
  padding-right: 6%;
}
.page--diagnosis .result.pass .rate::before {
  background-color: #e08d94;
}
.page--diagnosis .result .odometer-inside {
  position: relative;
  right: 0px;
  bottom: 0;
}
.page--diagnosis .result .odometer-digit:first-of-type .odometer-value {
  text-align: right;
}
.page--diagnosis .result .odometer-digit:last-of-type::after {
  content: "%";
  font-size: 20px;
  margin-left: 2px;
  position: absolute;
  bottom: 16px;
}
.page--diagnosis .result .block--movie,
.page--diagnosis .result .player,
.page--diagnosis .result .txt--movie,
.page--diagnosis .result .txt--sub,
.page--diagnosis .result .btn {
  opacity: 0;
}
.page--diagnosis .result .txt--movie {
  margin-bottom: 1em;
  font-size: 1.5em;
}
.page--diagnosis .result .txt--sub {
  font-size: 1em;
}
.page--diagnosis .result .show:not(.not-found) {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 1;
}
.page--diagnosis .result .block--movie {
  max-width: 640px;
  margin: 0 auto 6em;
}
.page--diagnosis .result .block--movie .player {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 35px;
}
.page--diagnosis .result .block--movie .player iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.page--diagnosis .result .not-found {
  text-align: left;
  margin: 0 0 3em;
}
.page--diagnosis.error .btn {
  margin-top: 4em;
}

/*  page mail magazine
------------------------------ */
.section--detail.mailmagazine .lead {
  line-height: 1.4;
  font-size: 1.4em;
  margin-bottom: 1.5em;
}
.section--detail.mailmagazine .block--step .sub-tit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.15em;
  text-align: center;
  white-space: nowrap;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.section--detail.mailmagazine .block--step .sub-tit::before, .section--detail.mailmagazine .block--step .sub-tit::after {
  display: block;
  position: static;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eee;
}
.section--detail.mailmagazine .block--step .sub-tit::before {
  margin-right: 1em;
}
.section--detail.mailmagazine .block--step .sub-tit::after {
  margin-left: 1em;
}
.section--detail.mailmagazine .block--step .list--step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section--detail.mailmagazine .block--step .list--step li {
  position: relative;
}
.section--detail.mailmagazine .block--step .list--step li.s-01 {
  background-color: #fafafa;
}
.section--detail.mailmagazine .block--step .list--step li.s-02 {
  background-color: #f2f2f2;
}
.section--detail.mailmagazine .block--step .list--step li.s-03 {
  background-color: #e9e9e9;
}
.section--detail.mailmagazine .block--step .list--step li span {
  display: block;
}
.section--detail.mailmagazine .block--step .list--step li .number {
  position: absolute;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #777;
  top: -0.6em;
  left: 0;
  right: 0;
  margin: auto;
}
.section--detail.mailmagazine .block--step .list--step li .step-txt {
  line-height: 1.4;
  color: #444;
  text-align: center;
}
.section--detail.mailmagazine .block--entry {
  text-align: center;
}
.section--detail.mailmagazine .block--caution .sub-tit {
  margin-bottom: 1em;
  font-weight: 600;
}
.section--detail.mailmagazine .block--caution .list--indent {
  font-size: 0.9em;
}
.section--detail.mailmagazine .txt--sub a {
  text-decoration: underline;
}

.section--detail.entry .block-tit {
  text-align: center;
  font-family: "Ibarra Real Nova", serif;
  letter-spacing: 0.03em;
  font-weight: 400;
  line-height: 1;
}
.section--detail.entry .block-tit.jp {
  font-family: YakuHanJP, "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.section--detail.entry .block--contents {
  position: relative;
}
.section--detail.entry .block--contents::before, .section--detail.entry .block--contents::after {
  display: block;
  content: "";
  position: absolute;
  border-color: #C0C0C0;
  border-style: solid;
}
.section--detail.entry .block--contents::before {
  top: 0;
  right: 0;
  border-width: 1px 1px 0 0;
}
.section--detail.entry .block--contents::after {
  left: 0;
  bottom: 0;
  border-width: 0 0 1px 1px;
}
.section--detail.entry .block--benefit .txt--basic {
  margin-bottom: 0;
}
.section--detail.entry .list--content li {
  background: #f7f7f7;
}
.section--detail.entry .list--content li .tit {
  font-family: "Ibarra Real Nova", serif;
  letter-spacing: 0.03em;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.5em;
  font-size: 1.4em;
  color: #444;
}
.section--detail.entry .list--content li .tit.ja {
  font-family: YakuHanJP, "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  font-size: 1.15em;
}
.section--detail.entry .list--content li .txt {
  font-size: 0.9em;
}
.section--detail.entry .list--content:last-child {
  margin-bottom: 0;
}
.section--detail.entry .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #C0C0C0;
  border-bottom: none;
  margin-bottom: 20px;
}
.section--detail.entry .price dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 30%;
  border-bottom: 1px solid #C0C0C0;
  font-weight: 600;
}
.section--detail.entry .price dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 70%;
  border-bottom: 1px solid #C0C0C0;
  word-break: break-all;
}
.section--detail.entry .block--spec {
  margin-bottom: 30px;
}
.section--detail.entry .txt--sub.note a {
  text-decoration: underline;
}
.section--detail.entry .txt--sub.note a:hover {
  text-decoration: none;
}
.section--detail.entry .block--login__fanplus {
  margin-bottom: 0 !important;
}
.section--detail.entry .block--login__fanplus .block--inner {
  padding: 20px;
  background: #e9e9e9;
  margin: 0;
}
.section--detail.entry .block--login__fanplus .txt--basic {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 0.85em;
}
.section--detail.entry .block--login__fanplus .txt--basic span {
  display: block;
  font-size: 1.2em;
  font-weight: 600;
}
.section--detail.entry .block--login__fanplus .btn {
  margin: 0 auto;
}
.section--detail.entry .block--login__fanplus .btn--main {
  background: #fff;
  color: #6A6A6A;
}
.section--detail.entry .block--attention {
  background: #ff4343;
  font-size: 13px;
  line-height: 1.6;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.section--detail.entry .block--caution__pid {
  margin-top: 35px;
  margin-bottom: 0 !important;
  font-size: 0.85em;
}
.section--detail.entry .block--caution__pid .sub-tit {
  margin-bottom: 0.8em;
  font-weight: 600;
  font-size: 1.05em;
}
.section--detail.entry .block--caution__pid .list--indent {
  margin: 1.5em 0;
}
.section--detail.entry .block--caution__pid .list--indent li {
  position: relative;
  line-height: 1.6;
  margin-bottom: 0.4em;
  color: #444;
}
.section--detail.entry .block--caution__pid .list--indent li::before {
  position: static;
  display: inline-block;
  content: "";
  margin-right: 0.4em;
  border-radius: 50%;
  background-color: #6A6A6A;
  width: 0.4em;
  height: 0.4em;
  vertical-align: middle;
}

.list--error {
  margin: 0 0 2em;
}
.list--error li {
  position: relative;
  color: #c45758;
  font-size: 0.9em;
  margin: 0 0 0.4em;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.list--error li::before {
  content: "\f06a";
  font-family: "FontAwesome";
  margin-right: 0.4em;
}

.section--detail.profile .block--profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section--detail.profile .block--profile .name {
  margin-bottom: 1.5em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 27px;
  color: #444;
}
.section--detail.profile .block--profile .name span {
  display: block;
  padding-left: 0.12em;
  font-size: 0.45em;
  color: #888;
}
.section--detail.profile .block--profile .list--profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.section--detail.profile .block--profile .list--profile dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 7em;
  margin-bottom: 15px;
  font-size: 0.85em;
  color: #888;
}
.section--detail.profile .block--profile .list--profile dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 7em);
  margin-bottom: 15px;
  padding-left: 0.5em;
  letter-spacing: 0.1em;
  color: #444;
}
.section--detail.profile .block--profile .txt {
  line-height: 2.5;
  margin-bottom: 2em;
  font-size: 13px;
}

.page--questionnaire .section--detail .ph {
  margin-bottom: 1em;
}
.page--questionnaire .section--detail .form--post {
  margin: 3em auto;
}
.page--questionnaire .section--detail .form--post dt {
  font-weight: bold;
}
.page--questionnaire .section--detail .block--complete {
  margin-bottom: 5em;
}
.page--questionnaire .section--detail .btn + .btn {
  margin-top: -0.8em;
}

.section--detail.contact_offer .dl--form {
  margin: 3em auto;
}
.section--detail.contact_offer .dl--form dt {
  margin: 2em 0 0.6em;
  font-weight: bold;
}
.section--detail.contact_offer .block--complete {
  margin-bottom: 5em;
}

/*  page--error
------------------------------ */
.page--error .section-tit {
  margin-bottom: 1.5em;
}

/*  page--bbs
------------------------------ */
.page--bbs .tit {
  font-size: 23px;
  margin: 0 0 10px 0;
  font-weight: bold;
  line-height: 1.5;
}
.page--bbs .subTit {
  font-size: 20px;
  margin: 0 0 20px 0;
  font-weight: bold;
  line-height: 1.5;
}
.page--bbs .date {
  background: #6A6A6A;
  color: #fff;
  padding: 5px 10px;
}
.page--bbs .txt {
  font-size: 15px;
  line-height: 1.5;
}
.page--bbs .ph {
  border: 1px solid #ddd;
  margin: 40px auto;
}
.page--bbs .block--post {
  background: #f5f5f5;
  padding: 40px;
  margin: 0 0 40px 0;
}
.page--bbs .block--post .btn--main {
  background-color: #3f3f3f;
}
.page--bbs .form--post dl dt {
  margin: 0 0 10px 0;
  font-size: 13px;
}
.page--bbs .form--post dl dd {
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 30px 0;
}
.page--bbs .list--comment {
  padding: 40px 0 0 0;
  border-top: 1px solid #ddd;
}
.page--bbs .list--comment li {
  padding: 0 0 40px 0;
  margin: 0 0 40px 0;
  border-bottom: 1px solid #ddd;
}
.page--bbs .list--comment li .name {
  font-size: 14px;
  margin: 0 0 15px 0;
  display: block;
  line-height: 1.5;
}
.page--bbs .list--comment li .date {
  background: none;
  color: #6A6A6A;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 14px;
}
.page--bbs .list--comment li .ph {
  width: 60%;
  margin: 20px 0;
}
.page--bbs .list--comment li .txt {
  font-size: 14px;
  line-height: 1.5;
}
.page--bbs .form--confirm {
  padding: 40px;
}
.page--bbs .form--confirm dl dd .ph {
  margin: 0;
  width: 60%;
}
.page--bbs .form--confirm .btn--main {
  background-color: #3f3f3f;
}

/*  page--movie new-movie
------------------------------ */
.page--movie.new-movie .wrap .section--list .list--contents {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page--movie.new-movie .wrap .section--list .list--contents li {
  width: 45%;
}
.page--movie.new-movie .wrap .section--list .list--contents::after {
  display: none;
}
.page--movie.new-movie .wrap .section--list li {
  width: 25%;
}
.page--movie.new-movie .wrap .section--list li .list__txt .tit {
  margin: 8px 0 4px;
}
.page--movie.new-movie .wrap .section--list .block--pager {
  margin-bottom: 0;
}
.page--movie.new-movie .wrap .section--list .block--pager li {
  width: 26px;
  text-align: center;
}
.page--movie.new-movie .wrap .section--list .detail__btn {
  display: none;
}
.page--movie.new-movie .wrap .section--list .list__more a {
  position: relative;
  padding: 10px 60px 10px 0;
}
.page--movie.new-movie .wrap .section--list .list__more a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #6A6A6A;
}

.page--movie.new-movie .wrap .section--detail .area--movie .block--player {
  margin: 40px auto;
}
.page--movie.new-movie .wrap .section--detail .area--movie .block--player .vjs-big-play-centered .vjs-big-play-button {
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 8vw;
}
.page--movie.new-movie .wrap .section--detail .detail__btn {
  text-align: left;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  body {
    position: relative;
  }
  .btn input {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn--main {
    min-width: 300px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .btn--main:hover {
    background-color: #d9d2d3;
  }
  .btn--sub {
    min-width: 300px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .btn--sub:hover {
    border-color: #DFBABA;
    color: #CCABAB;
  }
  header {
    position: fixed;
    top: 60px;
    right: 3.5%;
    z-index: 3;
    text-align: right;
  }
  header .drawer__btn {
    display: none;
  }
  header .g-nav .nav {
    margin-bottom: 2.5em;
  }
  header .g-nav li {
    margin-bottom: 0.84em;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  header .g-nav li a {
    display: inline-block;
    -webkit-transition: none;
    transition: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  header .g-nav li a:hover {
    color: #CCABAB;
  }
  header .g-nav li .fab {
    font-size: 16px;
  }
  header .g-nav .nav__list--sns {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  header .g-nav .nav__list--sns li + li {
    margin-left: 1em;
  }
  footer {
    padding-left: 3.5%;
    padding-bottom: 60px;
    bottom: 0;
    left: 0;
  }
  footer h1.foot-tit {
    font-size: 29px;
    margin-bottom: 45px;
  }
  footer h1.foot-tit a {
    display: inline-block;
  }
  footer h1.foot-tit a:hover {
    opacity: 0.7;
  }
  footer .nav--support {
    display: none;
  }
  footer .copyright small {
    font-size: 11px;
  }
  .block--pager {
    text-align: left;
    margin: 0 auto 0 0;
  }
  .block--pager a:hover {
    color: #CCABAB;
  }
  .block--pager .pager__item--older,
  .block--pager .pager__item--newer {
    position: static;
  }
  .block--pager .pager__item--older a:hover::before, .block--pager .pager__item--older a:hover::after,
  .block--pager .pager__item--newer a:hover::before,
  .block--pager .pager__item--newer a:hover::after {
    background-color: #CCABAB;
  }
  .date,
  .category,
  .members {
    font-size: 13px;
    margin-bottom: 9px;
  }
  .tit {
    font-size: 15px;
  }
  .list__more a {
    font-size: 13px;
  }
  .list--info a {
    padding: 24px 0;
  }
  .list--info a .tit {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .list--info a:hover .tit {
    color: #CCABAB;
  }
  .list--schedule {
    padding-top: 5px;
  }
  .list--schedule li a {
    padding: 18px 0;
  }
  .list--schedule li .list__date {
    min-width: 120px;
  }
  .list--schedule li .end-date {
    margin-left: 9px;
  }
  .list--schedule li .end-date::before {
    width: 6px;
    height: 1px;
    -webkit-transform: scaleY(0.7);
            transform: scaleY(0.7);
    left: -7px;
    top: 24px;
  }
  .list--schedule li .list__txt .category {
    margin-bottom: 7px;
  }
  .list--contents li a {
    display: block;
    position: relative;
  }
  .list--contents li a .thumb {
    position: relative;
  }
  .list--contents li a .thumb::after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #dbcccc;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 0;
  }
  .list--contents li a .thumb img {
    display: block;
  }
  .list--contents li a .list__txt .tit {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .list--contents li a:hover .thumb::after {
    opacity: 0.4;
  }
  .list--contents li a:hover .list__txt .tit {
    color: #CCABAB;
  }
  .block--category {
    margin: 5px auto 30px;
  }
  .block--category li a {
    font-size: 14px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .block--category li a:hover {
    background: #6A6A6A;
    color: #fff;
  }
  .slick-dots {
    bottom: -25px;
  }
  .slick-dots li,
  .slick-dots li button,
  .slick-dots li button::before {
    width: 34px;
  }
  .slick-prev,
  .slick-next {
    width: 14%;
    height: 20%;
    padding-top: 4%;
    z-index: 10;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
  }
  .slick-slider:hover .slick-prev,
  .slick-slider:hover .slick-next {
    opacity: 1;
  }
  .slick-prev::before, .slick-prev::after,
  .slick-next::before,
  .slick-next::after {
    position: absolute;
    display: block;
    content: "";
    font-size: 0;
    height: 1px;
    background-color: #888;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .slick-prev::before,
  .slick-next::before {
    width: 100%;
  }
  .slick-prev::after,
  .slick-next::after {
    width: 26%;
  }
  .slick-prev {
    left: -9%;
  }
  .slick-prev::after {
    -webkit-transform: rotate(-31deg);
            transform: rotate(-31deg);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .slick-prev:hover:not(.slick-disabled) {
    left: -10%;
  }
  .slick-prev:hover:not(.slick-disabled)::before, .slick-prev:hover:not(.slick-disabled)::after {
    background-color: #444;
  }
  .slick-next {
    right: -9%;
  }
  .slick-next::after {
    right: 0;
    -webkit-transform: rotate(31deg);
            transform: rotate(31deg);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .slick-next:hover:not(.slick-disabled) {
    right: -10%;
  }
  .slick-next:hover:not(.slick-disabled)::before, .slick-next:hover:not(.slick-disabled)::after {
    background-color: #444;
  }
  .slick-prev.slick-disabled:after,
  .slick-next.slick-disabled:after {
    opacity: 0.25;
  }
  .wrap {
    padding: 100px 0 340px;
  }
  .content--body {
    padding: 0 15% 0 14%;
  }
  .content--body > section {
    max-width: 1200px;
  }
  .content--body > section::before {
    top: 66px;
    left: -66px;
  }
  .section-tit {
    margin-bottom: 90px;
    font-size: 32px;
    color: #565656;
  }
  .contents-tit {
    font-size: 32px;
    color: #565656;
  }
  .block-tit {
    font-size: 32px;
    color: #565656;
  }
  .section--detail {
    padding: 80px 9% 120px;
  }
  .section--list {
    min-height: 500px;
    padding: 80px 9% 120px;
  }
  .section--list .list--info {
    margin-bottom: 40px;
  }
  .detail__btn a {
    font-size: 14px;
    padding: 10px 60px 10px 0;
  }
  .detail__btn a::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .detail__btn a::after {
    font-size: 14px;
  }
  .detail__btn a:hover::before {
    -webkit-animation: hover-line 0.6s cubic-bezier(0.36, 0.14, 0, 1);
            animation: hover-line 0.6s cubic-bezier(0.36, 0.14, 0, 1);
  }
  @-webkit-keyframes hover-line {
    0% {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transform-origin: right;
              transform-origin: right;
    }
    50% {
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: right;
              transform-origin: right;
    }
    50.00001% {
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: left;
              transform-origin: left;
    }
    100% {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transform-origin: left;
              transform-origin: left;
    }
  }
  @keyframes hover-line {
    0% {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transform-origin: right;
              transform-origin: right;
    }
    50% {
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: right;
              transform-origin: right;
    }
    50.00001% {
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: left;
              transform-origin: left;
    }
    100% {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transform-origin: left;
              transform-origin: left;
    }
  }
  .page--home .wrap {
    padding-bottom: 230px;
  }
  .page--home header {
    top: 140px;
    -webkit-transition: top 0.4s;
    transition: top 0.4s;
  }
  .page--home header .g-nav li a {
    font-size: 16px;
  }
  .page--home header .g-nav li .fab {
    font-size: 17px;
  }
  .page--home header .g-nav .nav__list--home {
    display: none;
  }
  .page--home .section--top {
    margin-bottom: 260px;
    padding: 140px 24% 0 0;
    min-height: 700px;
  }
  .page--home .section--top h1 {
    position: fixed;
    top: 40px;
    right: 3.5%;
    width: 180px;
    height: 54px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .page--home .list__more {
    position: absolute;
    top: 64px;
    right: -28px;
  }
  .page--home .list__more a {
    padding: 10px 60px 10px 0;
  }
  .page--home .list__more a::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  .page--home .list__more a:hover::before {
    -webkit-animation: hover-line 0.6s cubic-bezier(0.36, 0.14, 0, 1);
            animation: hover-line 0.6s cubic-bezier(0.36, 0.14, 0, 1);
  }
  .page--home .area--official {
    margin-bottom: 280px;
    padding: 0 14%;
  }
  .page--home .area--official .inner--top {
    max-width: 1200px;
    margin: 0 auto;
  }
  .page--home .area--official [class^=section--] {
    margin-bottom: 260px;
    padding: 65px 70px 75px;
  }
  .page--home .area--official [class^=section--]::before {
    width: 58%;
    top: 66px;
  }
  .page--home .area--official .section--bnr {
    margin-left: 50%;
    padding: 0;
  }
  .page--home .area--official .section--bnr::before {
    width: 50%;
    top: 33px;
    right: -33px;
  }
  .page--home .area--official .contents-tit {
    margin-bottom: 70px;
  }
  .page--home .area--official .section--news {
    margin-right: 16%;
  }
  .page--home .area--official .section--news::before {
    left: -66px;
  }
  .page--home .area--official .section--schedule {
    margin-left: 16%;
  }
  .page--home .area--official .section--schedule::before {
    right: -66px;
  }
  .page--home .area--fc {
    padding: 200px 16% 10px;
  }
  .page--home .area--fc .inner--top {
    max-width: 1000px;
    margin: 0 auto;
  }
  .page--home .area--fc .block--logo {
    margin-bottom: 200px;
  }
  .page--home .area--fc .block--logo h1.logo {
    width: 44%;
    margin-bottom: 52px;
    padding-top: 14.75%;
  }
  .page--home .area--fc .block--logo .block--login .list--login {
    padding: 0.3em 0.8em 0.7em;
  }
  .page--home .area--fc .block--logo .block--login .list--login::before, .page--home .area--fc .block--logo .block--login .list--login::after {
    width: 9px;
    height: 13px;
  }
  .page--home .area--fc .block--logo .block--login .list--login li.item--join {
    padding: 0 0 0.06em 0.4em;
  }
  .page--home .area--fc .block--logo .block--login .list--login li.item--login {
    padding: 0 0 0.06em 0;
  }
  .page--home .area--fc .block--logo .block--login .list--login li.item--mypage {
    padding: 0 0 0 0.2em;
  }
  .page--home .area--fc .block--logo .block--login .list--login li a {
    padding: 0.2em 0.8em;
    font-size: 17px;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .page--home .area--fc .block--logo .block--login .list--login li a:hover {
    color: #CCABAB;
  }
  .page--home .area--fc [class^=section--] {
    margin-bottom: 280px;
  }
  .page--home .area--fc [class^=section--]::before, .page--home .area--fc [class^=section--]::after {
    width: 48px;
    height: 70px;
  }
  .page--home .area--fc [class^=section--]::before {
    top: -48px;
    right: -48px;
  }
  .page--home .area--fc [class^=section--]::after {
    left: -48px;
    bottom: -48px;
  }
  .page--home .area--fc .contents-tit {
    margin-bottom: 0;
    font-size: 32px;
    top: 40px;
    left: 76px;
  }
  .page--home .area--fc .section--fcnews {
    min-height: 320px;
    padding: 80px 160px 130px;
  }
  .page--home .area--fc .section--movie {
    padding: 0;
  }
  .page--home .area--fc .section--movie .inner--movie {
    padding: 0 0 135px 110px;
  }
  .page--home .area--fc .section--movie .inner--movie::before {
    width: 70%;
    top: 34%;
  }
  .page--home .area--fc .section--movie .inner--movie .slide--movie .item__movie .block__thumb {
    width: 85%;
    margin-left: 15%;
  }
  .page--home .area--fc .section--movie .inner--movie .slide--movie .item__movie .block__thumb a {
    position: relative;
  }
  .page--home .area--fc .section--movie .inner--movie .slide--movie .item__movie .block__thumb a::after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #dbcccc;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 0;
  }
  .page--home .area--fc .section--movie .inner--movie .slide--movie .item__movie .block__thumb a:hover::after {
    opacity: 0.4;
  }
  .page--home .area--fc .section--movie .inner--movie .slide--movie .item__movie .block__txt {
    margin-right: calc(32% + 90px);
    margin-top: 40px;
  }
  .page--home .area--fc .section--movie .inner--movie .slide--movie .item__movie .block__txt a .tit {
    margin-bottom: 13px;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .page--home .area--fc .section--movie .inner--movie .slide--movie .item__movie .block__txt a:hover .tit {
    color: #CCABAB;
  }
  .page--home .area--fc .section--movie .inner--movie .slide--movie .slick-dots {
    left: calc(11.2% + 25px);
  }
  .page--home .area--fc .section--movie .inner--movie .slide--movie .slick-prev,
  .page--home .area--fc .section--movie .inner--movie .slide--movie .slick-next {
    top: 35%;
    width: 11%;
    height: 16%;
  }
  .page--home .area--fc .section--movie .inner--movie .slide--movie .slick-prev {
    left: 8%;
  }
  .page--home .area--fc .section--movie .inner--movie .slide--movie .slick-prev:hover:not(.slick-disabled) {
    left: 7%;
  }
  .page--home .area--fc .section--movie .inner--movie .slide--movie .slick-next {
    right: -7%;
  }
  .page--home .area--fc .section--movie .inner--movie .slide--movie .slick-next:hover:not(.slick-disabled) {
    right: -8%;
  }
  .page--home .area--fc .section--movie .inner--movie .list__more {
    right: calc(30% - 28px);
  }
  .page--home .area--fc .section--movie .contents-tit {
    top: calc(34% + 42px);
  }
  .page--home .area--fc .block--intro {
    padding: 80px 60px 130px;
  }
  .page--home .area--fc .block--intro h2 {
    text-align: center;
    font-size: 32px;
  }
  .page--home .area--fc .section--anoim-mail {
    margin-left: 30%;
  }
  .page--home .area--fc .section--anoim-check {
    margin-right: 30%;
  }
  .page--home .area--fc .list__more {
    top: inherit;
    bottom: 70px;
  }
  .page--home footer {
    padding-bottom: 100px;
  }
  .page--home footer .nav--support {
    display: block;
    margin-bottom: 45px;
  }
  .page--home footer .nav--support li {
    display: inline-block;
    margin-right: 1.6em;
  }
  .page--home footer .nav--support li a {
    font-size: 12px;
  }
  .page--home footer .nav--support li a:hover {
    opacity: 0.7;
  }
  .page--home.loaded.scrolled header {
    top: 50px;
  }
  .page--home.loaded.scrolled header .g-nav li a {
    font-size: 14px;
  }
  .page--home.loaded.scrolled header .g-nav li .fab {
    font-size: 16px;
  }
  .page--home.loaded.scrolled .section--top h1 {
    -webkit-transform: translateY(-90px);
            transform: translateY(-90px);
    opacity: 0;
  }
  /*  page--info
  ------------------------------ */
  .page--info .section--list .section-tit {
    margin-bottom: 60px;
  }
  .page--info .section--detail .tit {
    font-size: 17px;
  }
  .page--info .section--detail .date,
  .page--info .section--detail .category,
  .page--info .section--detail .members {
    font-size: 14px;
  }
  .page--info .section--detail .txt--basic a:hover {
    text-decoration: none;
  }
  .page--info .section--detail .category {
    vertical-align: 1px;
    margin-left: 2px;
  }
  .page--info .section--detail .members {
    vertical-align: 1px;
  }
  .page--info .section--detail .block--share a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .page--info .section--detail .block--share a:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #CCABAB;
  }
  .page--info .section--detail .block--share a:hover svg {
    fill: #CCABAB;
  }
  .page--info .section--detail .block--share li.lineIco svg {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .page--schedule .section--list .section-tit {
    margin-bottom: 60px;
  }
  .page--schedule .section--list .block--month .month-pager li {
    font-size: 16px;
  }
  .page--schedule .section--list .block--month .month-pager li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .page--schedule .section--list .block--category .list--sort li span {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .page--schedule .section--list .block--category .list--sort li:hover span {
    background: #DFBABA;
  }
  .page--movie .section--list .category-tit {
    font-size: 28px;
  }
  .page--movie .section--list .list--contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page--movie .section--list .list--contents li {
    width: 46.5%;
    margin-right: 7%;
    margin-bottom: 70px;
  }
  .page--movie .section--list .list--contents li:nth-child(2n) {
    margin-right: 0;
  }
  .page--movie .section--detail .tit {
    font-size: 17px;
  }
  .page--movie .section--detail .block--player {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  /*  page anoim Mail
  ------------------------------ */
  .section--detail.anoim-mail .lead {
    font-size: 1.6em;
  }
  .section--detail.anoim-mail .box--figure {
    margin: 4em auto;
  }
  .section--detail.anoim-mail .box--figure .inner--box {
    padding: 40px 70px;
  }
  .section--detail.anoim-mail .box--figure .inner--box::before, .section--detail.anoim-mail .box--figure .inner--box::after {
    width: 40px;
    height: 58px;
  }
  .section--detail.anoim-mail .box--figure .ph {
    max-width: 280px;
  }
  /*  page anoim Check
  ------------------------------ */
  .section--detail.anoim-check .lead {
    font-size: 1.6em;
  }
  .section--detail.anoim-check .box--figure {
    margin: 5em auto 4em;
  }
  .section--detail.anoim-check .box--figure .inner--box {
    padding: 40px;
  }
  .section--detail.anoim-check .box--figure .inner--box::before, .section--detail.anoim-check .box--figure .inner--box::after {
    width: 40px;
    height: 58px;
  }
  .section--detail.anoim-check .box--figure .ph {
    max-width: 600px;
  }
  .page--diagnosis .result .block--ph {
    width: 380px;
  }
  /*  page mail magazine
  ------------------------------ */
  .section--detail.mailmagazine .lead {
    font-size: 1.6em;
  }
  .section--detail.mailmagazine .block--step {
    margin: 5em auto 4em;
  }
  .section--detail.mailmagazine .block--step .list--step {
    margin: 3em auto;
  }
  .section--detail.mailmagazine .block--step .list--step li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc((100% - 10px) / 3);
    margin-right: 5px;
    padding: 55px 15px;
  }
  .section--detail.mailmagazine .block--step .list--step li.s-03 {
    margin-right: 0;
  }
  .section--detail.mailmagazine .block--step .list--step li .number {
    font-size: 23px;
  }
  .section--detail.mailmagazine .block--step .list--step li .step-txt {
    width: 100%;
  }
  .section--detail.mailmagazine .block--entry {
    margin: 4em auto 5em;
  }
  .section--detail.mailmagazine .txt--sub a:hover {
    text-decoration: none;
  }
  .section--detail.entry .logo {
    width: 44%;
    margin: 40px auto 60px;
  }
  .section--detail.entry .txt--lead {
    text-align: center;
    font-size: 15px;
    margin-bottom: 140px;
  }
  .section--detail.entry .block-tit {
    font-family: "Ibarra Real Nova", serif;
    letter-spacing: 0.03em;
    font-weight: 400;
    line-height: 1;
    font-size: 32px;
    margin-bottom: 30px;
  }
  .section--detail.entry .block-tit.jp {
    font-size: 28px;
  }
  .section--detail.entry [class^=block--] {
    margin-bottom: 120px;
  }
  .section--detail.entry .block--contents {
    padding: 40px;
  }
  .section--detail.entry .block--contents::before, .section--detail.entry .block--contents::after {
    width: 40px;
    height: 58px;
  }
  .section--detail.entry .block--benefit {
    text-align: center;
  }
  .section--detail.entry .block--benefit .thumb {
    width: 60%;
    margin: 0 auto 20px;
  }
  .section--detail.entry .list--content li {
    margin-bottom: 10px;
    padding: 40px;
  }
  .section--detail.entry .price dt {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 20px;
  }
  .section--detail.entry .price dd {
    padding: 30px 20px;
  }
  .section--detail.entry .txt--sub.note a {
    text-decoration: underline;
  }
  .section--detail.entry .block--login__fanplus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .section--detail.entry .block--login__fanplus .block--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 48.5%;
    padding: 40px;
  }
  .section--detail.entry .block--login__fanplus .block--inner .txt--basic {
    height: 50%;
    font-size: 0.9em;
  }
  .section--detail.entry .block--login__fanplus .btn--main {
    min-width: inherit;
    padding: 1.4em 3.5em 1.5em;
  }
  .section--detail.entry .block--login__fanplus .btn--main:hover {
    background-color: #e0bec1;
    color: #fff;
  }
  .section--detail.entry .block--attention {
    padding: 20px;
    margin-bottom: 0;
    font-size: 13px;
    margin-top: 15px;
    line-height: 1.8;
  }
  .section--detail.profile .block--profile .box--figure {
    width: 40%;
  }
  .section--detail.profile .block--profile .box--txt {
    width: 60%;
    padding: 0 0 0 7%;
  }
  .page--movie.new-movie .wrap .section--list .list--contents li {
    margin-right: 0;
  }
}
@media screen and (max-width: 1120px) {
  .content--body {
    padding: 0 15% 0 12%;
  }
  .content--body > section::before {
    top: 54px;
    left: -54px;
  }
  .page--movie .section--list .list--contents li {
    width: 100%;
    margin-right: 0 !important;
  }
  .section--detail.entry .block--login__fanplus {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section--detail.entry .block--login__fanplus .block--inner {
    width: 100%;
    padding: 40px;
    margin-bottom: 20px;
  }
  .section--detail.entry .block--login__fanplus .btn--main {
    min-width: 300px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .btn--main {
    min-width: 90%;
  }
  /* horizontal */
  /* schedule detail */
  /*  page anoim Mail
  ------------------------------ */
  /*  page anoim Check
  ------------------------------ */
  /*  page mail magazine
  ------------------------------ */
  /*  page--bbs
  ------------------------------ */
  /*  page--movie new-movie
  ------------------------------ */
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 90%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .header .drawer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.4s cubic-bezier(0.16, 0.68, 0.65, 1.03);
    transition: opacity 0.4s cubic-bezier(0.16, 0.68, 0.65, 1.03);
    opacity: 0;
    pointer-events: none;
  }
  .header .drawer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    padding-top: 7vh;
    padding-bottom: 4vh;
    opacity: 0;
  }
  .header .drawer .inner::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(113, 113, 113, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .header .drawer .inner::after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(/static/horimiona/common/bg.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 560px auto;
  }
  .header .drawer .g-nav {
    position: relative;
    width: 70vw;
  }
  .header .drawer .g-nav .nav {
    position: relative;
  }
  .header .drawer .g-nav .nav li {
    font-size: 15px;
    line-height: 1;
    text-align: center;
  }
  .header .drawer .g-nav .nav li a {
    display: inline-block;
    padding: 9px 0 10px;
    letter-spacing: 0.05em;
  }
  .header .drawer .g-nav .wrap__nav--fc {
    position: relative;
  }
  .header .drawer .g-nav .wrap__nav--fc::before, .header .drawer .g-nav .wrap__nav--fc::after {
    display: block;
    content: "";
    position: absolute;
    width: 22px;
    height: 36px;
    border-color: #C0C0C0;
    border-style: solid;
  }
  .header .drawer .g-nav .wrap__nav--fc::before {
    top: -19px;
    right: 0;
    border-width: 1px 1px 0 0;
  }
  .header .drawer .g-nav .wrap__nav--fc::after {
    bottom: -19px;
    left: 0;
    border-width: 0 0 1px 1px;
  }
  .header .drawer .g-nav .nav__list--fc {
    margin-top: 38px;
    padding-top: calc(12vw + 20px);
  }
  .header .drawer .g-nav .nav__list--fc::before {
    position: absolute;
    content: "";
    display: block;
    width: 58%;
    max-width: 240px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    padding-top: 12vw;
    background: url(/static/horimiona/common/logo_anoim.svg) no-repeat center top;
    background-size: contain;
  }
  .header .drawer .g-nav .nav__list--home {
    margin-top: 38px;
  }
  .header .drawer .g-nav .nav__list--sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 19px;
    padding-bottom: 25px;
  }
  .header .drawer .g-nav .nav__list--sns li a i {
    font-size: 17px;
  }
  .header .drawer .g-nav .nav__list--sns li + li {
    margin-left: 1.5em;
  }
  .header .drawer__btn {
    width: 44px;
    height: 44px;
    position: fixed;
    right: 3.5vw;
    top: 2.8vh;
    z-index: 9999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  .header .drawer__btn span {
    display: block;
    width: 100%;
    height: 1px;
    background: #707070;
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .drawer__btn span:first-child {
    top: 41%;
  }
  .header .drawer__btn span:last-child {
    top: 59%;
  }
  .drawer-visible header .drawer__btn span:first-child {
    top: 50%;
  }
  .drawer-visible header .drawer__btn span:last-child {
    top: 50%;
  }
  .drawer-visible .drawer {
    opacity: 1;
    -webkit-transition: opacity 0.4s cubic-bezier(0.16, 0.68, 0.65, 1.03);
    transition: opacity 0.4s cubic-bezier(0.16, 0.68, 0.65, 1.03);
    pointer-events: auto;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .drawer-visible .drawer .inner {
    opacity: 1;
  }
  footer {
    padding-left: 5vw;
    padding-bottom: 50px;
    bottom: 0;
    left: 0;
  }
  footer h1.foot-tit {
    font-size: 20px;
    margin-bottom: 30px;
  }
  footer h1.foot-tit a {
    display: inline-block;
  }
  footer .block--support {
    display: none;
  }
  footer .copyright small {
    font-size: 11px;
  }
  .block--pager .pager__item--older,
  .block--pager .pager__item--newer {
    padding-top: 0.3em;
  }
  .date,
  .category,
  .members {
    font-size: 13px;
    margin-bottom: 7px;
  }
  .tit {
    font-size: 14px;
  }
  .list__more a {
    font-size: 12px;
  }
  .list--info a {
    padding: 20px 0;
  }
  .list--schedule {
    padding-top: 5px;
  }
  .list--schedule li a {
    padding: 15px 0;
  }
  .list--schedule li .list__date {
    min-width: auto;
    width: 65px;
  }
  .list--schedule li .date {
    display: block;
  }
  .list--schedule li .date .year {
    padding-left: 0.2em;
    text-align: left;
  }
  .list--schedule li .date .week {
    width: 50px;
  }
  .list--schedule li .end-date {
    margin-top: 16px;
  }
  .list--schedule li .end-date::before {
    width: 1px;
    height: 6px;
    -webkit-transform: scaleX(0.7);
            transform: scaleX(0.7);
    left: 23px;
    top: -9px;
  }
  .list--schedule li .list__txt {
    width: calc(100% - 65px);
  }
  .list--schedule li .list__txt .category {
    margin-bottom: 7px;
  }
  .list--schedule li.new .date:not(.end-date)::after {
    display: none;
  }
  .list--schedule li.new .list__date {
    position: relative;
  }
  .list--schedule li.new .list__date::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #DFBABA;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -15px;
    border-radius: 4px;
  }
  [class^=list--] li.new .date:not(.end-date)::after {
    left: -14px;
    width: 7px;
    height: 7px;
  }
  .block--category {
    margin: 0 auto 20px;
  }
  .block--category li {
    margin: 0 0.2em 0.2em 0;
  }
  .block--category li a {
    font-weight: normal;
  }
  .slick-dots {
    bottom: -21px;
  }
  .slick-dots li,
  .slick-dots li button,
  .slick-dots li button::before {
    width: 22px;
  }
  .form--confirm {
    padding: 25px 15px 0;
    margin-bottom: 2em;
  }
  .form--confirm dd {
    margin: 0 0 2em;
  }
  .wrap {
    padding: 80px 0 230px;
  }
  .wrap::before {
    background-size: 560px auto;
  }
  .content--body {
    padding: 0 5vw;
  }
  .content--body > section::before {
    top: 5.5vw;
    left: -5vw;
  }
  .section-tit {
    margin-bottom: 50px;
    font-size: 23px;
    color: #444;
  }
  .contents-tit {
    font-size: 22px;
    color: #444;
  }
  .block-tit {
    font-size: 22px;
    color: #444;
  }
  .section--detail {
    padding: 45px 7.5vw 70px;
    width: 100%;
    max-width: inherit;
  }
  .section--detail .detail__btn {
    margin-top: 4em;
  }
  .section--list {
    min-height: 340px;
    padding: 45px 7.5vw 70px;
  }
  .section--list .list--info {
    margin-bottom: 30px;
  }
  .detail__btn a {
    font-size: 14px;
    padding: 9px 40px 9px 0;
  }
  .detail__btn a::after {
    font-size: 14px;
  }
  .page--home .wrap {
    padding-bottom: 0;
  }
  .page--home .section--top {
    margin-bottom: 44%;
    padding: 18vh 11vw 0 0;
  }
  .page--home .section--top h1 {
    position: absolute;
    top: 3.2vh;
    left: 5vw;
    width: 140px;
    height: 42px;
  }
  .page--home .section--top .scroll {
    height: 24vh;
    right: 5vw;
  }
  .page--home .list__more {
    position: absolute;
    top: 41px;
    right: -5vw;
  }
  .page--home .list__more a {
    padding: 8px calc(18px + 5vw) 8px 0;
  }
  .page--home .area--official {
    margin-bottom: 44%;
    padding: 0 5vw;
  }
  .page--home .area--official [class^=section--] {
    margin-bottom: 42%;
    padding: 45px 30px 50px;
  }
  .page--home .area--official [class^=section--]::before {
    width: 100%;
    top: 5.2vw;
  }
  .page--home .area--official .section--bnr {
    margin-left: 5.5vw;
    margin-right: 5.5vw;
    padding: 0;
  }
  .page--home .area--official .section--bnr::before {
    width: 50%;
    top: 4.1vw;
    right: -4vw;
  }
  .page--home .area--official .contents-tit {
    margin-bottom: 48px;
  }
  .page--home .area--official .section--news::before {
    left: -5vw;
  }
  .page--home .area--official .section--schedule::before {
    right: -5vw;
  }
  .page--home .area--fc {
    padding: 34% 0 10px;
  }
  .page--home .area--fc .block--logo {
    margin-bottom: 30%;
  }
  .page--home .area--fc .block--logo h1.logo {
    width: 62%;
    margin-bottom: 7%;
    padding-top: 20.76%;
  }
  .page--home .area--fc .block--logo .block--login .list--login {
    padding: 0.2em 0.55em 0.6em;
  }
  .page--home .area--fc .block--logo .block--login .list--login::before, .page--home .area--fc .block--logo .block--login .list--login::after {
    width: 6px;
    height: 10px;
  }
  .page--home .area--fc .block--logo .block--login .list--login li.item--join {
    padding: 0 0 0 0.6em;
  }
  .page--home .area--fc .block--logo .block--login .list--login li.item--mypage {
    padding: 0 0 0 0.1em;
  }
  .page--home .area--fc .block--logo .block--login .list--login li a {
    padding: 0.2em 1em;
    font-size: 15px;
  }
  .page--home .area--fc [class^=section--] {
    margin-bottom: 42%;
  }
  .page--home .area--fc [class^=section--]::before, .page--home .area--fc [class^=section--]::after {
    width: 28px;
    height: 43px;
  }
  .page--home .area--fc [class^=section--]::before {
    top: -23px;
  }
  .page--home .area--fc [class^=section--]::after {
    bottom: -23px;
  }
  .page--home .area--fc .contents-tit {
    margin-bottom: 0;
    font-size: 19px;
    top: 25px;
    left: 40px;
  }
  .page--home .area--fc .section--fcnews {
    margin-left: 8vw;
    min-height: 260px;
    padding: 60px calc(30px + 5vw) 60px 70px;
  }
  .page--home .area--fc .section--fcnews::before {
    right: 4vw;
  }
  .page--home .area--fc .section--fcnews::after {
    left: -4vw;
  }
  .page--home .area--fc .section--movie {
    margin-right: 8vw;
    padding: 0;
  }
  .page--home .area--fc .section--movie::before {
    right: -4vw;
  }
  .page--home .area--fc .section--movie::after {
    left: 4vw;
  }
  .page--home .area--fc .section--movie .inner--movie {
    padding: 0 0 60px 68px;
  }
  .page--home .area--fc .section--movie .inner--movie::before {
    width: 90%;
    top: 26vw;
  }
  .page--home .area--fc .section--movie .inner--movie .slide--movie .item__movie .block__thumb {
    width: 100%;
  }
  .page--home .area--fc .section--movie .inner--movie .slide--movie .item__movie .block__txt {
    margin-right: calc(10% + 40px);
    margin-top: 24px;
  }
  .page--home .area--fc .section--movie .inner--movie .slide--movie .item__movie .block__txt a .tit {
    margin-bottom: 12px;
    font-size: 13px;
  }
  .page--home .area--fc .section--movie .inner--movie .slide--movie .item__movie .block__txt a .date {
    position: relative;
  }
  .page--home .area--fc .section--movie .inner--movie .slide--movie .item__movie .block__txt a .date::after {
    width: 7px;
    height: 7px;
    left: -14px;
  }
  .page--home .area--fc .section--movie .inner--movie .slide--movie .slick-dots {
    left: 5px;
  }
  .page--home .area--fc .section--movie .contents-tit {
    top: calc(26vw + 25px);
  }
  .page--home .area--fc .block--intro {
    padding: 50px 36px 60px 40px;
  }
  .page--home .area--fc .block--intro h2 {
    font-size: 19px;
  }
  .page--home .area--fc .block--intro .block__txt {
    font-size: 13px;
  }
  .page--home .area--fc .section--anoim-mail {
    margin-left: 8vw;
  }
  .page--home .area--fc .section--anoim-mail::before {
    right: 4vw;
  }
  .page--home .area--fc .section--anoim-mail::after {
    left: -4vw;
  }
  .page--home .area--fc .section--anoim-check {
    margin-right: 8vw;
  }
  .page--home .area--fc .section--anoim-check::before {
    right: -4vw;
  }
  .page--home .area--fc .section--anoim-check::after {
    left: 4vw;
  }
  .page--home .area--fc .list__more {
    position: relative;
    top: inherit;
    bottom: inherit;
    right: inherit;
    margin-top: 30px;
  }
  .page--home footer {
    position: relative;
    padding: 30px 8vw 50px;
  }
  .page--home footer .block--support {
    display: block;
    padding: 15px 0 0;
    margin-bottom: 40px;
  }
  .page--home footer .block--support .nav-tit {
    font-family: "Ibarra Real Nova", serif;
    letter-spacing: 0.03em;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 15px;
    font-size: 16px;
    position: relative;
    border-bottom: 1px solid #E7E7E7;
    color: #444;
    cursor: pointer;
  }
  .page--home footer .block--support .nav-tit::before, .page--home footer .block--support .nav-tit::after {
    content: "";
    display: block;
    position: absolute;
    background: #707070;
  }
  .page--home footer .block--support .nav-tit::before {
    width: 9px;
    height: 1px;
    top: 9px;
    right: 0;
  }
  .page--home footer .block--support .nav-tit::after {
    width: 1px;
    height: 9px;
    right: 4px;
    top: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--home footer .block--support .nav-tit.open::after {
    height: 1px;
    top: 9px;
  }
  .page--home footer .nav--support {
    display: none;
    padding-top: 12px;
  }
  .page--home footer .nav--support li {
    font-size: 12px;
  }
  .page--home footer .nav--support li a {
    display: block;
    padding: 10px 0;
    color: #777;
  }
  .page--info .section--list .section-tit {
    margin-bottom: 40px;
  }
  .page--info .section--detail .tit {
    font-size: 15px;
  }
  .page--info .section--detail.new .date {
    position: relative;
  }
  .page--info .section--detail.new .date::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #DFBABA;
    width: 7px;
    height: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -14px;
    border-radius: 4px;
  }
  .page--info .section--detail .txt {
    padding-top: 40px;
  }
  .page--info .block--share {
    padding-top: 40px;
    margin: 0;
  }
  .page--info .section--detail .youtube {
    margin-top: 30px;
  }
  .page--info.category-2 .section--detail .event-date .date {
    font-size: 14px;
  }
  .page--schedule .section--list .section-tit {
    margin-bottom: 40px;
  }
  .page--schedule .section--list .block--month .tit {
    font-size: 40px;
  }
  .page--schedule .section--list .block--month .month-pager {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 20px 0 0;
  }
  .page--schedule .section--list .block--month .month-pager li {
    margin-left: 0;
    margin-right: 1.5em;
  }
  .page--schedule .block--narrowing.block--category {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .page--schedule .block--narrowing.block--category .list--sort .category {
    font-size: 13px;
  }
  .page--schedule .month-pager li a {
    letter-spacing: 0.01em;
  }
  .page--schedule .block--month {
    margin-bottom: 30px;
  }
  .page--movie .section--list .category-tit {
    font-size: 20px;
  }
  .page--movie .section--list .list--contents li {
    margin-bottom: 16%;
  }
  .page--movie .section--detail .tit {
    font-size: 15px;
  }
  .page--movie .section--detail .block--player {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .section--detail.support .section-tit {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .section--detail.support .list--support dd {
    margin-bottom: 30px;
  }
  .page--faq .searchBox {
    width: 100%;
    margin: 30px auto 50px;
  }
  .page--faq .searchBox input[type=text] {
    line-height: 35px;
    font-size: 16px;
  }
  .page--faq .searchBox input[type=submit] {
    width: 40px;
    line-height: 46px;
  }
  .page--faq .list--faq a {
    display: block;
    padding: 15px 0 17px 0;
  }
  .page--faq .section--list .section-tit {
    margin-bottom: 50px;
    font-size: 18px;
  }
  .page--faq .section--detail .block--faq-detail {
    padding: 25px 20px 30px;
    margin: 0 0 50px;
  }
  .page--faq .section--detail .block--contact {
    text-align: left;
  }
  .page--faq .section--detail .block--contact a {
    min-width: 90%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--faq .section--detail .block--contact a {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .section--detail .block--contact a:hover {
    border-color: #999;
    color: #6A6A6A;
  }
  .section--detail.anoim-mail .box--figure {
    margin: 3em auto;
  }
  .section--detail.anoim-mail .box--figure .inner--box {
    padding: 26px;
  }
  .section--detail.anoim-mail .box--figure .inner--box::before, .section--detail.anoim-mail .box--figure .inner--box::after {
    width: 26px;
    height: 38px;
  }
  .section--detail.anoim-mail .box--figure .ph {
    width: 90%;
    max-width: 260px;
  }
  .section--detail.anoim-check .box--figure {
    margin: 3em auto;
  }
  .section--detail.anoim-check .box--figure .inner--box {
    padding: 26px;
  }
  .section--detail.anoim-check .box--figure .inner--box::before, .section--detail.anoim-check .box--figure .inner--box::after {
    width: 26px;
    height: 38px;
  }
  .section--detail.anoim-check .box--figure .ph::before {
    top: -12%;
    width: 56%;
    padding-top: 15.2%;
  }
  .page--diagnosis .block-tit {
    font-size: 1.5em;
  }
  .page--diagnosis .block--select {
    margin-top: 4em;
  }
  .page--diagnosis .list--form {
    margin: 0 auto 2.5em;
  }
  .page--diagnosis .list--form dt {
    margin-bottom: 1em;
    font-size: 1.1em;
  }
  .page--diagnosis .list--form dt .count {
    font-size: 1.1em;
  }
  .page--diagnosis .list--form .list--questions li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page--diagnosis .list--form .list--questions label {
    display: block;
  }
  .page--diagnosis .list--form .list--questions label span {
    padding: 1.2em 1em;
    border-radius: 6px;
  }
  .page--diagnosis .result .top-txt {
    font-size: 16px;
  }
  .page--diagnosis .result .block--ph {
    margin: 0 auto 4.5em;
    width: 84%;
  }
  .page--diagnosis .result .rate {
    width: 34%;
    padding-top: 34%;
  }
  .page--diagnosis .result .rate .numb {
    font-size: 8vw;
  }
  .page--diagnosis .result .odometer-digit:last-of-type::after {
    font-size: 4vw;
    bottom: 24%;
  }
  .page--diagnosis .result .txt--movie {
    font-size: 1.2em;
  }
  .page--diagnosis .result .txt--sub {
    text-align: left;
  }
  .page--diagnosis .result .block--movie {
    margin: 0 auto 5em;
  }
  .section--detail.mailmagazine .block--step {
    margin: 4em auto 3em;
  }
  .section--detail.mailmagazine .block--step .list--step {
    margin: 2.5em auto;
  }
  .section--detail.mailmagazine .block--step .list--step li {
    width: 100%;
    margin-bottom: 25px;
    padding: 30px 12px;
  }
  .section--detail.mailmagazine .block--step .list--step li:last-child {
    margin-bottom: 0;
  }
  .section--detail.mailmagazine .block--step .list--step li .number {
    font-size: 19px;
  }
  .section--detail.mailmagazine .block--entry {
    margin: 3em auto 4em;
  }
  .section--detail.entry .logo {
    width: 54%;
    margin: 20px auto 40px;
  }
  .section--detail.entry .block-tit {
    font-family: "Ibarra Real Nova", serif;
    letter-spacing: 0.03em;
    font-weight: 400;
    line-height: 1;
    font-size: 23px;
    margin-bottom: 20px;
  }
  .section--detail.entry .block-tit.jp {
    font-size: 18px;
  }
  .section--detail.entry .txt--lead {
    margin-bottom: 60px;
  }
  .section--detail.entry [class^=block--] {
    margin-bottom: 70px;
  }
  .section--detail.entry .block--contents {
    padding: 30px 10px 30px;
  }
  .section--detail.entry .block--contents::before, .section--detail.entry .block--contents::after {
    width: 26px;
    height: 38px;
  }
  .section--detail.entry .block--contents::before {
    right: -3%;
  }
  .section--detail.entry .block--contents::after {
    left: -3%;
  }
  .section--detail.entry .list--content li {
    margin-bottom: 10px;
    padding: 22px 18px;
  }
  .section--detail.entry .list--content li .tit {
    font-size: 1.3em;
  }
  .section--detail.entry .list--content li .tit.ja {
    font-size: 1em;
  }
  .section--detail.entry .price dt,
  .section--detail.entry .price dd {
    padding: 20px;
    width: 100%;
  }
  .section--detail.entry .price dt {
    padding-bottom: 0;
    border-bottom: none;
  }
  .section--detail.entry .price dd {
    padding-top: 10px;
  }
  .section--detail.entry .block--login__fanplus .block--inner {
    padding: 30px 15px 20px;
    margin-bottom: 20px;
  }
  .section--detail.entry .block--login__fanplus .btn--main {
    min-width: inherit;
    padding: 1.4em 2.5em 1.5em;
  }
  .section--detail.profile .block--profile .box--figure {
    margin-bottom: 15px;
  }
  .section--detail.profile .block--profile .box--figure .thumb {
    width: 80%;
    margin: 0 auto;
  }
  .section--detail.profile .block--profile .box--txt {
    width: 100%;
    padding: 0;
  }
  .section--detail.profile .block--profile .name {
    text-align: center;
    font-size: 22px;
  }
  .section--detail.profile .block--profile .name span {
    padding-left: 0;
  }
  .section--detail.profile .block--profile .list--profile {
    margin-bottom: 1.5em;
  }
  .section--detail.profile .block--profile .list--profile dt {
    width: 6em;
    margin-bottom: 12px;
  }
  .section--detail.profile .block--profile .list--profile dd {
    width: calc(100% - 6em);
    margin-bottom: 12px;
    padding-left: 0.5em;
  }
  .section--detail.profile .block--profile .txt {
    line-height: 2;
    margin-bottom: 1.5em;
  }
  .page--questionnaire .section--detail .form--post {
    margin: 2.5em auto;
  }
  .page--questionnaire .section--detail .form--post dt {
    margin: 2em 0 0.4em;
  }
  .section--detail.contact_offer .dl--form {
    margin-bottom: 2em;
  }
  .section--detail.contact_offer .dl--form .input--half {
    width: 100% !important;
  }
  .page--bbs .tit {
    font-size: 15px;
    margin: 0 0 10px 0;
    line-height: 1.5;
  }
  .page--bbs .subTit {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
  .page--bbs .date {
    padding: 5px 10px 4px;
    font-size: 11px;
    line-height: 1;
  }
  .page--bbs .txt {
    font-size: 13px;
    line-height: 1.5;
  }
  .page--bbs .ph {
    margin: 20px auto;
  }
  .page--bbs .block--post {
    padding: 20px;
    margin: 0 0 20px 0;
  }
  .page--bbs .block--post .btn--main {
    margin: 0 auto;
  }
  .page--bbs .form--post dl dt {
    margin: 0 0 5px 0;
    font-size: 11px;
  }
  .page--bbs .form--post dl dd {
    font-size: 11px;
    line-height: 1.5;
    margin: 0 0 20px 0;
  }
  .page--bbs .form--post dl dd textarea {
    font-size: 11px;
  }
  .page--bbs .list--comment {
    padding: 20px 0 0 0;
  }
  .page--bbs .list--comment li {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
  }
  .page--bbs .list--comment li .name {
    font-size: 11px;
    margin: 0 0 15px 0;
    display: block;
    line-height: 1.5;
  }
  .page--bbs .list--comment li .date {
    background: none;
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 11px;
  }
  .page--bbs .list--comment li .ph {
    width: 100%;
    margin: 10px 0;
  }
  .page--bbs .list--comment li .txt {
    font-size: 12px;
    line-height: 1.5;
  }
  .page--bbs .form--confirm {
    padding: 20px;
  }
  .page--bbs .form--confirm dl dt {
    margin: 0 0 5px 0;
    font-size: 11px;
  }
  .page--bbs .form--confirm dl dd {
    margin: 0 0 20px 0;
    font-size: 12px;
  }
  .page--bbs .form--confirm dl dd .ph {
    margin: 0;
    width: 100%;
  }
  .page--movie.new-movie .wrap .section--list {
    padding: 45px 7.5vw 70px;
  }
  .page--movie.new-movie .wrap .section--list .latest-tit {
    margin-bottom: 10%;
  }
  .page--movie.new-movie .wrap .section--list .list--contents li {
    width: 100%;
  }
  .page--movie.new-movie .wrap .section--list .block--latest-list {
    margin-bottom: 100px;
  }
  .page--movie.new-movie .wrap .section--list .block--category-list {
    margin-bottom: 100px;
  }
  .page--movie.new-movie .wrap .section--list .block--category-list .category-tit {
    margin-bottom: 10%;
  }
  .page--movie.new-movie .wrap .section--list .block--category-list:last-child {
    margin-bottom: 0;
  }
  .page--movie.new-movie.movie-category-list .wrap .section--list .block--category-list {
    margin-bottom: 0;
  }
  .page--movie.new-movie.movie-category-list .wrap .section--list .list__more a {
    padding: 8px calc(18px + 5vw) 8px 0;
  }
  .page--movie.new-movie .wrap .section--detail {
    padding: 45px 7.5vw 70px;
  }
  .page--movie.new-movie .wrap .section--detail .area--movie .block--player {
    position: relative;
    top: 0;
    left: 0;
    margin: 30px auto;
  }
  .page--movie.new-movie .wrap .section--detail .area--movie .block--player .vjs-play-control {
    margin: 0;
    padding: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    bottom: 50%;
    left: 50%;
    top: auto;
  }
  .page--movie.new-movie .wrap .section--detail .area--movie .block--player .vjs-big-play-centered .vjs-big-play-button {
    height: 2em;
  }
  .page--movie.new-movie .wrap .section--detail .detail__btn {
    padding-top: 15vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (max-height: 640px) {
  .header .drawer .inner {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  body {
    font-size: 15px;
  }
  .header .drawer .inner {
    padding-top: 16vh;
  }
  .header .drawer .g-nav {
    width: auto;
    padding: 0;
  }
  .header .drawer .g-nav .nav {
    padding: 0;
    font-size: 0;
    text-align: center;
  }
  .header .drawer .g-nav .nav li {
    display: inline-block;
    margin: 10px;
    font-size: 18px;
  }
  .header .drawer .g-nav .nav li a {
    padding: 10px 6px;
  }
  .header .drawer .g-nav .wrap__nav--fc::before, .header .drawer .g-nav .wrap__nav--fc::after {
    width: 30px;
    height: 46px;
  }
  .header .drawer .g-nav .wrap__nav--fc::before {
    top: -4vh;
  }
  .header .drawer .g-nav .wrap__nav--fc::after {
    bottom: -4.5vh;
  }
  .header .drawer .g-nav .nav__list--fc {
    margin-top: 9vh;
    padding: calc(20% + 30px) 5vw 0 calc(5vw + 10px);
  }
  .header .drawer .g-nav .nav__list--fc::before {
    width: 58%;
    padding-top: 20%;
  }
  .header .drawer .g-nav .nav__list--fc li {
    display: inline;
    margin: 10px 12px;
  }
  .header .drawer .g-nav .nav__list--fc li.g-nav--item__anoim-check::before {
    display: block;
    content: " ";
    width: 0;
    height: 0;
  }
  .header .drawer .g-nav .nav__list--fc li a {
    padding: 12px 6px;
  }
  .header .drawer .g-nav .nav__list--home {
    margin-top: 9vh;
  }
  .header .drawer .g-nav .nav__list--sns {
    margin-top: 2.5vh;
  }
  .header .drawer .g-nav .nav__list--sns li a i {
    font-size: 21px;
  }
  .header .drawer .g-nav .nav__list--sns li + li {
    margin-left: 0.6em;
  }
  .header .drawer__btn {
    width: 58px;
  }
  footer {
    padding-left: 4vw;
    padding-bottom: 60px;
  }
  footer h1.foot-tit {
    font-size: 24px;
  }
  .slick-dots {
    bottom: -26px;
  }
  .slick-dots li,
  .slick-dots li button,
  .slick-dots li button::before {
    width: 27px;
  }
  .wrap {
    padding: 100px 0 260px;
  }
  .content--body {
    padding: 0 4.5vw;
  }
  .content--body > section::before {
    top: 4.8vw;
    left: -4.5vw;
  }
  body:not(.page--home) .content--body {
    margin: 0 3% 0 4%;
  }
  .section-tit {
    margin-bottom: 60px;
    font-size: 28px;
  }
  .contents-tit {
    font-size: 28px;
  }
  .block--pager {
    font-size: 17px;
  }
  .block--pager .pager__item--newer,
  .block--pager .pager__item--older {
    width: 30px;
    height: 30px;
  }
  .tit {
    font-size: 16px;
  }
  .date {
    font-size: 14px;
  }
  .category {
    font-size: 14px;
  }
  .members {
    font-size: 14px;
  }
  .section--detail,
  .section--list {
    padding: 60px 7vw 76px;
  }
  .section--list .list--info {
    margin-bottom: 40px;
  }
  .detail__btn a::after {
    font-size: 15px;
  }
  .list--info > li a {
    padding: 20px 0;
  }
  .list--info > li a .tit {
    display: block;
  }
  .list__more a {
    font-size: 14px;
  }
  .block--category {
    margin-bottom: 30px;
  }
  .page--home .section--top {
    margin-bottom: 32%;
    padding: 15vh 11vw 0 0;
  }
  .page--home .section--top h1 {
    top: 2.6vh;
    width: 180px;
    height: 54px;
  }
  .page--home .section--top .scroll {
    right: 4vw;
  }
  .page--home .list__more {
    top: 42px;
    right: -2.5vw;
  }
  .page--home .list__more a {
    padding: 8px calc(18px + 2.5vw) 8px 0;
  }
  .page--home .area--official {
    margin-bottom: 32%;
    padding: 0 5vw;
  }
  .page--home .area--official .inner--top {
    margin: 0 5vw;
  }
  .page--home .area--official [class^=section--] {
    margin-bottom: 30%;
    padding: 45px 40px 50px;
  }
  .page--home .area--official [class^=section--]::before {
    width: 100%;
    top: 5.2vw;
  }
  .page--home .area--official .section--bnr {
    margin-left: 10vw;
    margin-right: 0;
    padding: 0;
  }
  .page--home .area--fc {
    padding: 22% 0 10px;
  }
  .page--home .area--fc .inner--top {
    margin: 0 8vw;
  }
  .page--home .area--fc .block--logo {
    margin-bottom: 18%;
  }
  .page--home .area--fc .block--logo h1.logo {
    width: 44%;
    margin-bottom: 5%;
    padding-top: 14.73%;
  }
  .page--home .area--fc .block--logo .block--login .list--login {
    padding: 0.2em 0.55em 0.6em;
  }
  .page--home .area--fc .block--logo .block--login .list--login::before, .page--home .area--fc .block--logo .block--login .list--login::after {
    width: 6px;
    height: 10px;
  }
  .page--home .area--fc .block--logo .block--login .list--login li.item--join {
    padding: 0 0 0 0.45em;
  }
  .page--home .area--fc .block--logo .block--login .list--login li.item--mypage {
    padding: 0 0 0 0.2em;
  }
  .page--home .area--fc .block--logo .block--login .list--login li a {
    padding: 0.2em 1em;
    font-size: 15px;
  }
  .page--home .area--fc [class^=section--] {
    margin-bottom: 30%;
  }
  .page--home .area--fc [class^=section--]::before, .page--home .area--fc [class^=section--]::after {
    width: 30px;
    height: 46px;
  }
  .page--home .area--fc [class^=section--]::before {
    right: -23px !important;
  }
  .page--home .area--fc [class^=section--]::after {
    left: -23px !important;
  }
  .page--home .area--fc .contents-tit {
    margin-bottom: 0;
    font-size: 25px;
    top: 30px;
    left: 50px;
  }
  .page--home .area--fc .list__more {
    position: absolute;
    bottom: 55px;
    right: -2.5vw;
    margin-top: 0;
  }
  .page--home .area--fc .section--fcnews {
    margin-left: 0;
    padding: 70px calc(30px + 5vw) 120px 100px;
  }
  .page--home .area--fc .section--movie {
    margin-right: 0;
    padding: 0;
  }
  .page--home .area--fc .section--movie .inner--movie {
    padding: 0 0 120px 100px;
  }
  .page--home .area--fc .section--movie .inner--movie::before {
    width: 84%;
  }
  .page--home .area--fc .section--movie .inner--movie .slide--movie .item__movie .block__txt {
    margin-right: calc(22% + 40px);
    margin-top: 26px;
  }
  .page--home .area--fc .section--movie .inner--movie .slide--movie .item__movie .block__txt a .tit {
    font-size: 15px;
  }
  .page--home .area--fc .section--movie .inner--movie .slide--movie .slick-dots {
    left: 4px;
  }
  .page--home .area--fc .section--movie .contents-tit {
    top: calc(26vw + 30px);
  }
  .page--home .area--fc .section--movie .list__more {
    right: calc(16% - 2.5vw);
  }
  .page--home .area--fc .block--intro {
    padding: 60px 50px 120px;
  }
  .page--home .area--fc .block--intro h2 {
    text-align: center;
    font-size: 25px;
  }
  .page--home .area--fc .block--intro .block__txt {
    font-size: 14px;
  }
  .page--home .area--fc .section--anoim-mail {
    margin-left: 12vw;
  }
  .page--home .area--fc .section--anoim-check {
    margin-right: 12vw;
  }
  .page--home footer {
    position: relative;
    padding: 40px 8vw 60px;
  }
  .page--home footer .block--support .nav-tit {
    font-size: 20px;
  }
  .page--home footer .block--support .nav-tit::before {
    width: 13px;
    top: 13px;
  }
  .page--home footer .block--support .nav-tit::after {
    height: 13px;
    right: 6px;
    top: 7px;
  }
  .page--home footer .block--support .nav-tit.open::after {
    top: 13px;
  }
  .page--home footer .nav--support li {
    font-size: 13px;
  }
  .page--home footer .nav--support li a {
    padding: 10px 0 12px;
  }
  .page--info .section--detail .date {
    font-size: 15px;
  }
  .page--info .section--detail .tit {
    font-size: 17px;
  }
  .page--info .section--detail .txt {
    font-size: 15px;
  }
  .page--schedule .section--list .block--month .month-pager {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: -15px 0 0;
  }
  .page--schedule .section--list .block--month .month-pager li {
    margin-left: 2em;
    margin-right: 5px;
  }
  .section--detail.support .section-tit {
    font-size: 22px;
  }
  .page--movie .section--list .category-tit {
    font-size: 25px;
  }
  .page--movie .section--detail .tit {
    font-size: 17px;
  }
  .page--movie .section--detail .block--player {
    margin-top: 30px;
  }
  /*  page anoim Check
  ------------------------------ */
  .page--diagnosis .result .top-txt {
    font-size: 20px;
  }
  .page--diagnosis .result .block--ph {
    width: 380px;
  }
  .page--diagnosis .result .rate {
    width: 30%;
    padding-top: 30%;
  }
  .page--diagnosis .result .rate .numb {
    font-size: 45px;
  }
  .page--diagnosis .result .odometer-digit:last-of-type::after {
    font-size: 20px;
    bottom: 16px;
  }
  .page--diagnosis .result .txt--movie {
    font-size: 1.3em;
  }
  .page--diagnosis .result .txt--sub {
    text-align: center;
  }
  .page--diagnosis .result .block--movie {
    margin: 0 auto 5em;
  }
  .section--detail.entry .logo {
    width: 46%;
    margin: 40px auto 60px;
  }
  .section--detail.entry .txt--lead {
    text-align: center;
    margin-bottom: 80px;
  }
  .section--detail.entry .block-tit {
    font-size: 28px;
  }
  .section--detail.entry .list--content li {
    padding: 25px;
  }
  .section--detail.entry .block--login__fanplus .block--inner .txt--basic span {
    font-size: 15px;
  }
  .section--detail.entry .block--login__fanplus .btn--main {
    min-width: 300px;
  }
  .section--detail.profile .block--profile .box--figure {
    margin-bottom: 20px;
  }
  .section--detail.profile .block--profile .box--figure .thumb {
    width: 60%;
  }
  .section--detail.profile .block--profile .name {
    font-size: 26px;
  }
  .section--detail.profile .block--profile .list--profile {
    margin-bottom: 2em;
  }
  .section--detail.profile .block--profile .list--profile dt {
    width: 8em;
    margin-bottom: 15px;
  }
  .section--detail.profile .block--profile .list--profile dd {
    width: calc(100% - 8em);
    margin-bottom: 15px;
  }
  .section--detail.profile .block--profile .txt {
    margin-bottom: 2em;
  }
}/*# sourceMappingURL=style.css.map */