@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 {
  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 {
  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] {
  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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

* {
  font-family: YakuHanJP, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

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

a {
  outline: none;
}

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

body {
  background: #fff;
  color: #000;
  font-family: YakuHanJP, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  word-wrap: break-word;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

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;
}

.btn {
  text-align: center;
}

.btn-base-style, .btn--sub, .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border-radius: 6px;
  font-size: 1.1em;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

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

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

.txt--link a {
  text-decoration: underline;
  transition: 0.3s;
}
@media screen and (min-width: 961px) {
  .txt--link a:hover {
    text-decoration: none;
  }
}

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

.txt--bold {
  font-weight: bold;
}

.txt--bigger {
  font-size: 1.4em;
}

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

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.svg-parts {
  display: none;
}

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

.block--pager {
  height: 60px;
  text-align: center;
  letter-spacing: -0.5em;
  font-size: 13px;
  padding: 0;
  position: relative;
  top: 20px;
  margin: 50px auto 0;
}
.block--pager li {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  letter-spacing: 0.1em;
  position: relative;
  margin: 0 12px;
}
.block--pager a,
.block--pager span {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  line-height: 45px;
  text-decoration: none;
  font-family: din-2014-narrow, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  color: #000;
  border: 2px solid #ddd;
  font-size: 18px;
  border-radius: 50%;
}
@media screen and (min-width: 961px) {
  .block--pager a:hover,
  .block--pager span:hover {
    color: #fff;
    background: #000;
    border-color: #000;
  }
}
.block--pager .pager__item--number {
  text-align: center;
  color: #fff;
}
.block--pager .pager__item--newer {
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
}
.block--pager .pager__item--newer a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--newer a::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(-135deg);
  top: 17px;
  right: 14px;
}
.block--pager .pager__item--newer span {
  opacity: 0.2;
}
.block--pager .pager__item--older {
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
}
.block--pager .pager__item--older a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--older a::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  top: 17px;
  right: 19px;
}
.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;
}
@media screen and (min-width: 961px) {
  .block--pager .pager__item--newer a:hover::after,
  .block--pager .pager__item--older a:hover::after {
    border-color: #fff;
  }
}
.block--pager .pager__item--current span {
  display: block;
  color: #fff;
  background: #000;
  border-color: #000;
}
.block--pager .pager__item--current::before {
  padding: 0 0.6em;
  opacity: 1;
}

.slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 2px;
  padding: 0;
  transition: 0.3s;
}
.slick-dots li button {
  width: 100%;
  height: 1px;
  padding: 5px;
}
.slick-dots li button:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 1;
}
.slick-dots .slick-active button:before {
  opacity: 1 !important;
}

.date,
.category {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.date {
  letter-spacing: 0;
}

.tit {
  line-height: 1.5;
  word-break: break-all;
}

.category {
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  background-size: 100%;
  padding: 8px 12px 8px 0;
}

.list__more {
  display: inline-block;
  font-family: din-2014-narrow, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
}
.list__more a {
  display: block;
  position: relative;
}
.list__more a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  bottom: -27px;
  left: 0;
}

.list--information li {
  border-bottom: 1px solid #aaa;
}
.list--information li .date,
.list--information li .category {
  display: inline-block;
}
.list--information li .date {
  font-size: 13px;
  color: #aaa;
  letter-spacing: 0.05em;
  padding: 8px 0;
  margin-right: 0;
}
.list--information li .tit {
  font-size: 18px;
  font-weight: bold;
  left: 15em;
  top: 0;
}
.list--information li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  position: relative;
}
.list--information li.new a {
  padding-left: 5em;
}
.list--information li.new a::before {
  content: "NEW";
  display: block;
  font-family: din-2014-narrow, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 800;
  font-style: normal;
  font-size: 23px;
  color: #5aa7ab;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list--information li.members a .tit {
  position: relative;
  left: 0;
}
.list--information li.members a .tit::after {
  content: "OKKAKE ONLY";
  display: inline-block;
  font-family: din-2014-narrow, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 800;
  font-style: normal;
  background: #fac136;
  color: #000;
  line-height: 1;
  font-size: 0.8em;
  padding: 5px;
  border-radius: 3px;
  margin-left: 0.8em;
}

.list--contents {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.list--contents figure {
  width: 100%;
  height: 15.6vw;
  margin-bottom: 1.5vw;
}
.list--contents figure img {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
.list--contents li {
  width: 31%;
  margin-right: 3.5%;
}
.list--contents li a {
  display: block;
}
.list--contents li:nth-child(3n) {
  margin-right: 0;
}
.list--contents li.no-data {
  opacity: 0.3;
}
.list--contents li.no-data a {
  pointer-events: none;
}
.list--contents li.no-data figure img {
  background-image: url(/static/macaroniempitsu/common/default.png);
}
.list--contents li .contents__detail {
  padding: 10px;
}
.list--contents li .contents__detail .tit {
  font-weight: bold;
  font-size: clamp(16px, 1.5vw, 23px);
  margin-bottom: 5px;
}
.list--contents li .contents__detail .blog-tit,
.list--contents li .contents__detail .date {
  display: inline-block;
  color: #aaa;
  font-size: 13px;
}
.list--contents li .contents__detail .blog-tit {
  color: #000;
}
.list--contents li .date span {
  display: inline-block;
  padding-left: 10px;
}
.list--contents li.new a .thumb {
  overflow: hidden;
}
.list--contents li.new a .thumb::before {
  content: "";
  display: block;
  width: clamp(60px, 7vw, 200px);
  height: clamp(60px, 7vw, 200px);
  position: absolute;
  top: clamp(-90px, -3.5vw, -36px);
  left: clamp(-90px, -3.5vw, -36px);
  background: #fac136;
  transform: rotate(45deg);
  z-index: 20;
}
.list--contents li.new .tit {
  position: relative;
}
.list--contents li.new .tit::after {
  content: "NEW";
  display: inline-block;
  font-family: din-2014-narrow, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 800;
  font-style: normal;
  color: #5aa7ab;
  padding-left: 0.5em;
}

.slick-prev,
.slick-next {
  display: block;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 0;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 85px;
  top: 5vw;
  z-index: 99;
  cursor: pointer;
  border: none;
  outline: none;
  margin-top: -40px;
  transition: 0.8s;
  transform-origin: center;
  border-radius: 50%;
}

.slick-prev {
  left: inherit;
  top: 50%;
  left: -80px;
}

.slick-next {
  left: inherit;
  top: 50%;
  right: -80px;
}

.list--bnr:hover .slick-next {
  right: 15%;
}
.list--bnr:hover .slick-prev {
  left: 15%;
}

.list--bnr .slick-prev,
.list--bnr .slick-next {
  margin-top: 0;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: #000;
}

.slick-prev:before,
.slick-next:before {
  content: "";
}

.slick-prev::after,
.slick-next::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  top: 21px;
  left: 21px;
}

.slick-prev::after {
  transform: rotate(-135deg);
}

.slick-next::after {
  left: 15px;
  transform: rotate(45deg);
}

.slick-slider .slick-prev:hover::after,
.slick-slider .slick-next:hover::after {
  border-color: #fff;
}

.block--category li {
  display: inline-block;
  margin: 0 0.8em 0.5em 0;
}
.block--category li.year {
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  font-family: din-2014-narrow, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-style: normal;
}
.block--category li a {
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  font-family: din-2014-narrow, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-style: normal;
  text-align: left;
}
.block--category li a::after {
  content: "";
  display: block;
  width: 70%;
  height: 20px;
  position: absolute;
  bottom: -14px;
  left: 15%;
  opacity: 0;
  transition: 0.3s;
}
.block--category .current a::after {
  opacity: 1;
}

.list--sns li {
  display: inline-block;
  line-height: 1;
  margin-right: 20px;
}
.list--sns li i {
  font-size: 20px;
}
@media screen and (min-width: 961px) {
  .list--sns li a:hover {
    color: #777;
  }
}

.form--post dt {
  font-size: 0.8em;
  opacity: 0.5;
  margin: 3em 0 1em;
}
.form--post dd {
  margin: 0 0 1em;
}

.block--error {
  color: #f00;
  background: rgba(204, 0, 0, 0.15);
  padding: 10px;
  border-radius: 5px;
}

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

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

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

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

/* autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  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, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #000;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: #000;
}
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: #e5e5e5;
  color: #a7a7a7;
  padding: 1em 0.5em;
}

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

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

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

/* textarea */
textarea {
  font-family: YakuHanJP, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0.3em;
  padding: 0.5em;
  padding: 1em;
  height: 10em;
}
textarea:focus {
  border-color: #000;
}
textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

/* select */
.form__select {
  display: inline-block;
  min-width: 12em;
  border-bottom: 2px solid;
  position: relative;
  margin-bottom: 20px;
  top: -30px;
  cursor: pointer;
}
.form__select select {
  font-family: YakuHanJP, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 1.5em;
  border: none;
  padding: 0.5em 0;
  cursor: pointer;
  font-weight: bold;
}
.form__select select:focus {
  border-color: #000;
}
.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 #000;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
}
.form__select::after {
  width: 0.55em;
  height: 0.55em;
  border-width: 2px;
  position: absolute;
  right: 0.1em;
  top: 50%;
  margin: -0.35em 0 0;
}

/* checkbox */
.form__checkbox label p {
  font-family: YakuHanJP, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  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 #000;
  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 #000;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  font-family: YakuHanJP, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #f33;
}
.form__radio label p {
  padding-left: 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #000;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #000;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  font-family: YakuHanJP, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  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 #000;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #000;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #000;
  border-color: #000;
}
.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 #d9dde0;
  border-radius: 6px;
  padding: 40px 30px 10px;
  margin: 0 0 40px;
}
.form--confirm dt {
  margin: 0 0 10px;
  opacity: 0.4;
}
.form--confirm dd {
  margin: 0 0 30px;
  line-height: 1.5;
}
.form--confirm dd .ph {
  max-width: 50%;
}

.block--login li {
  display: inline-block;
}
.block--login li:last-child {
  margin-left: 2em;
}
.block--login a {
  font-family: din-2014-narrow, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 800;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding-right: 2.5em;
  padding-bottom: 10px;
  position: relative;
}
.block--login a::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background: #000;
  bottom: 0;
  left: 0;
}
.block--login a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}

.footer {
  border-top: 1px solid #000;
}
.footer .logo--official {
  width: 180px;
  margin-top: 40px;
}
.footer .pagetop svg {
  width: 100%;
  height: 100%;
}

.wrap {
  min-height: 100%;
  position: relative;
}

.content-main {
  padding-top: 132px;
  position: relative;
  z-index: 9;
}

.section-tit {
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  position: relative;
  margin-bottom: 6vw;
}

.page--home #op {
  position: fixed;
  width: 100vw;
  height: 100vh;
  padding-bottom: 12vh;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  overflow: hidden;
  z-index: 9999;
}
.page--home #op .op_txt {
  width: 60%;
  max-width: 620px;
  line-height: 0;
  opacity: 0;
  animation: op01 1s ease-out 0.5s forwards;
}
.page--home #op .op_txt .opInner {
  padding-top: 33.5%;
  width: 100%;
  position: relative;
}
@keyframes op01 {
  0% {
    transform: translateX(-100vw);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.page--home #op .logomain {
  position: absolute;
  bottom: 4%;
  left: 0;
  width: 100%;
  line-height: 0;
  opacity: 0;
  animation: op02 0.8s ease-out 2s forwards;
}
.page--home #op .logomain02 {
  position: absolute;
  bottom: 0;
  left: 14.8%;
  width: 70.6%;
  line-height: 0;
  opacity: 0;
  animation: op02 0.8s ease-out 2s forwards;
}
.page--home #op .sweat01 {
  position: absolute;
  top: 37%;
  left: 69.9%;
  width: 2.4%;
  opacity: 0;
  animation: op02 0.3s ease-out 2.2s forwards;
}
.page--home #op .sweat02 {
  position: absolute;
  top: 42.3%;
  left: 68.7%;
  width: 1.4%;
  opacity: 0;
  animation: op02 0.3s ease-out 2.4s forwards;
}
@keyframes op02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page--home #op .walk {
  position: absolute;
  top: 35%;
  width: 24%;
}
.page--home #op .walk01 {
  left: 64.4%;
  animation: op03 0.8s ease-out 1.8s forwards;
}
.page--home #op .walk02 {
  left: 29.4%;
  animation: op03 0.8s ease-out 1.8s forwards, walk2 1.5s ease-out 0.5s forwards;
}
.page--home #op .walk03 {
  left: 11.6%;
  animation: op03 0.8s ease-out 1.8s forwards, walk3 1.5s ease-out 0.5s forwards;
}
@keyframes op03 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes walk2 {
  0% {
    transform: translateX(-150px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes walk3 {
  0% {
    transform: translateX(-300px);
  }
  100% {
    transform: translateX(0);
  }
}
.page--home #op {
  opacity: 0;
  pointer-events: none;
}
.page--home #op.op-visible {
  opacity: 1;
  pointer-events: auto;
}
.page--home .wrap {
  padding-bottom: 0;
}
.page--home .footer {
  color: #fff;
  border-top: none;
  z-index: 40;
}
.page--home .footer a {
  color: #fff;
}
.page--home .footer .pagetop {
  filter: invert(1);
}
.page--home .block--login {
  color: #fff;
}
.page--home .block--login a {
  color: #fff;
}
.page--home .block--login a::before {
  background: #fff;
}
.page--home .section--hero {
  width: 100%;
  height: calc(70vw - 138px);
  position: relative;
  margin-bottom: calc(10vw + 40px);
}
.page--home .section--hero .block--hero-img {
  height: 100%;
}
.page--home .section--hero .block--hero-img__main {
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
.page--home .section--hero .block--hero-img__main img {
  width: 100%;
  height: 100%;
}
.page--home .section--hero .block--character {
  position: absolute;
  width: 50px;
  top: 40px;
  left: 6%;
}
.page--home .section--hero .block--banner {
  overflow: hidden;
  margin-top: -10vw;
}
.page--home .section--hero .block--banner .list--bnr li {
  margin: 0 15px;
}
.page--home .section--hero .block--banner .list--bnr li a img {
  width: 100%;
  max-width: inherit;
}
.page--home [class^=section--] {
  position: relative;
}
.page--home [class^=section--]:not(.section--hero) {
  padding: 80px 5%;
}
.page--home [class^=section--] .content-tit,
.page--home [class^=section--] .section-tit {
  font-family: din-2014-narrow, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  font-size: clamp(48px, 4.2vw, 90px);
  text-align: left;
}
.page--home [class^=section--] .content-tit {
  margin-bottom: 2.5vw;
}
.page--home [class^=section--] .list__more {
  display: inline-block;
  width: auto;
  position: absolute;
  transform: none;
  right: 5%;
  top: 73px;
  left: inherit;
}
.page--home [class^=section--] .list__more a {
  display: block;
  line-height: 1;
  font-family: din-2014-narrow, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-style: normal;
  font-size: 23px;
  position: relative;
}
.page--home [class^=section--] .list__more a::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  position: absolute;
  background: #000;
  position: absolute;
  left: -55px;
  top: 10px;
}
.page--home .birthday-message a {
  display: block;
  width: 350px;
  background: #fac136;
  padding: 20px;
  margin: 0 auto;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  border-radius: 7px;
  position: relative;
  left: -10px;
}
.page--home .birthday-message a::before {
  content: "";
  display: block;
  width: 90px;
  height: 120px;
  position: absolute;
  background: no-repeat center url(/static/macaroniempitsu/fanclub/feature/app_fc_top/charactor.png);
  background-size: contain;
  top: 5px;
  left: -90px;
}
.page--home .birthday-message a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  background: #fac136;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
  bottom: 27%;
  left: -12px;
}
.page--home .section--news .list--information {
  width: 80%;
  margin: 0 auto;
}
.page--home .section--blog {
  padding-bottom: 10vw !important;
}
.page--home .section--blog .list--contents li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.page--home .section--contents {
  background: #0090ec;
  background: linear-gradient(348deg, #52bbff 35%, #3eacf3 64%, #0090ec 100%);
  padding: 10vw 5% 240px !important;
}
.page--home .section--contents .list--contents li {
  width: 47%;
  margin-right: 6%;
  color: #fff;
}
.page--home .section--contents .list--contents li a {
  color: #fff;
}
.page--home .section--contents .list--contents li a .date {
  color: #fff;
}
.page--home .section--contents .list--contents li:nth-last-child(3) {
  margin-bottom: clamp(90px, 6vw, 200px);
}
.page--home .section--contents .list--contents li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.page--home .section--contents .list--contents li:nth-child(3n) {
  margin-right: 6%;
}
.page--home .section--contents .list--contents li:nth-child(2n) {
  margin-right: 0;
}
.page--home .section--contents .list--contents li figure {
  height: 23.5vw;
}
.page--home .section--contents .list--contents .list__item__special figure img {
  background-image: url(/static/macaroniempitsu/common/default.png);
}
.page--home .section--contents .list--contents .list__item__bbs figure img {
  background-image: url(/static/macaroniempitsu/fanclub/top/thumb__bbs.png);
}

.page--home__free .section--heroimg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58vw;
  background: no-repeat center -13vw url(/static/macaroniempitsu/contents/upimg/6bcd8c9a7c6578f1dd798794fa301638.jpeg);
  background-size: cover;
  position: relative;
}
.page--home__free .section--heroimg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
  z-index: 1;
}
.page--home__free .section--heroimg .block--contents {
  width: 35%;
  min-width: 350px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.page--home__free .section--heroimg .block--contents .txt {
  text-align: center;
  margin: 1em auto 0.5em;
  font-size: 2.2vw;
}
.page--home__free .section--heroimg .block--contents .txt--login {
  text-align: center;
}
.page--home__free .section--heroimg .block--contents .txt--login a {
  display: inline-block;
  line-height: 1;
  padding: 10px 0 3px;
  border-bottom: 1px solid #fff;
}
.page--home__free .section--contents {
  padding: 50px 1%;
}
.page--home__free .section--contents .section-tit {
  margin-bottom: 50px;
}
.page--home__free .section--contents .block--banner {
  padding: 50px 10% 120px;
}
.page--home__free .section--contents .block--banner .list--banner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page--home__free .section--contents .block--banner .list--banner li {
  width: 60%;
}
.page--home__free .section--contents .block--banner .list--banner li a {
  display: block;
  background: #000;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  cursor: pointer;
  padding: 30px 30px 25px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  border-radius: 10px;
}
.page--home__free .section--contents .block--banner .list--banner li a span span:last-child {
  display: inline-block;
  padding-top: 0.3em;
}
.page--home__free .section--contents .block--banner .list--banner li a .txt--sub {
  font-size: 0.75em;
}
.page--home__free .section--contents .block--contents {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.page--home__free .section--contents .block--contents .block--contents__item {
  width: 32%;
  border: 1px solid #999;
}
.page--home__free .section--contents .block--contents .block--contents__item .thumb {
  background: no-repeat center;
  background-size: cover;
  position: relative;
}
.page--home__free .section--contents .block--contents .block--contents__item .thumb a {
  display: block;
  line-height: 0;
}
.page--home__free .section--contents .block--contents .block--contents__item .thumb:after {
  display: none;
}
.page--home__free .section--contents .block--contents .block--contents__item .thumb::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.page--home__free .section--contents .block--contents .block--contents__item .block-tit {
  font-family: din-2014-narrow, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  position: absolute;
  top: 10%;
  left: 4%;
  z-index: 3;
}
.page--home__free .section--contents .block--contents .block--contents__item .block--txt {
  padding: 5%;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
}
.page--home__free .section--contents .block--contents .block--contents__item .block--txt span {
  display: block;
}
.page--home__free .section--contents .block--contents .block--contents__item .btn .btn--main {
  color: #fff;
  margin-top: 1.8em;
}
.page--home__free .section--contents .block--contents .block--pamphlet .thumb img {
  background-image: url(/static/macaroniempitsu/fanclub/top/ph_dp.jpg);
}
.page--home__free .section--contents .block--contents .block--pamphlet .block-tit {
  color: #00A676;
}
.page--home__free .section--contents .block--contents .block--pamphlet .btn .btn--main {
  background: #00A676;
}
.page--home__free .section--contents .block--contents .block--movie .thumb img {
  background-image: url(/static/macaroniempitsu/fanclub/top/ph_movie.jpg);
}
.page--home__free .section--contents .block--contents .block--movie .block-tit {
  color: #FF7C92;
}
.page--home__free .section--contents .block--contents .block--movie .btn .btn--main {
  background: #FF7C92;
}
.page--home__free .section--contents .block--contents .block--blog .thumb img {
  background-image: url(/static/macaroniempitsu/fanclub/top/ph_blog.jpg);
}
.page--home__free .section--contents .block--contents .block--blog .block-tit {
  color: #017ab4;
}
.page--home__free .section--contents .block--contents .block--blog .btn .btn--main {
  background: #017ab4;
}

.section--list,
.section--detail {
  padding-top: 140px;
}
.section--list .section-tit,
.section--detail .section-tit {
  font-family: din-2014-narrow, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  font-size: clamp(65px, 4vw, 110px);
  letter-spacing: 0.04em;
  margin-bottom: 100px;
}

.section--list {
  padding: clamp(70px, 6vw, 140px) 5% 180px;
}

.section--detail {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 110px;
}
.section--detail .section-tit {
  margin-bottom: 90px;
}
.section--detail .tit {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}
.section--detail .date {
  font-size: 16px;
  color: #aaa;
  margin-bottom: 30px;
}
.section--detail.new > .date {
  position: relative;
}
.section--detail.new > .date::after {
  content: "NEW";
  display: inline-block;
  font-family: din-2014-narrow, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 800;
  font-style: normal;
  font-size: 1.1em;
  color: #5aa7ab;
  margin-left: 0.5em;
}
.section--detail.members > .tit {
  position: relative;
  left: 0;
}
.section--detail.members > .tit::after {
  content: "OKKAKE ONLY";
  display: inline-block;
  font-family: din-2014-narrow, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 800;
  font-style: normal;
  background: #fac136;
  color: #000;
  line-height: 1;
  font-size: 0.5em;
  padding: 5px 5px 3px;
  border-radius: 3px;
  margin-left: 0.5em;
  vertical-align: 0.4em;
}

.section-tit__sub {
  font-family: din-2014-narrow, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-style: normal;
  transform: rotate(90deg);
  transform-origin: left top;
  line-height: 0;
  position: absolute;
  right: -60px;
  font-size: 22px;
  z-index: 20;
}

.detail__btn {
  display: inline-block;
  text-align: center;
  transform: translateX(-50%);
  padding: 0 0 10px;
  margin: 6em auto 0;
  position: relative;
  left: 50%;
}
.detail__btn a {
  font-family: din-2014-narrow, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
}
.detail__btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.page--blog.category9 .section--detail .block--pager .pager__item--other {
  width: 16em;
  padding: 0 0 10px;
  position: relative;
}

/*
.detail__btn{
	background: url(/static/macaroniempitsu/common/arrow.png) no-repeat left center / 10px auto;
	display: inline-block;
	@include var.font-add;
	font-size: 16px;
	text-align: center;
	transform: translateX(-50%);
	padding: 0 18px;
	margin: 4em auto;
	position: relative;
	left: 50%;
}
*/
.video {
  position: relative;
  width: 100%;
  padding-top: 56.28%;
}
.video iframe,
.video embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.block--player {
  position: relative;
}

/*  page--info
------------------------------ */
.page--info .section--list,
.page--info .section--detail {
  max-width: 1100px;
  margin: 0 auto;
}
.page--info .section--list .section-tit {
  margin-bottom: 70px;
}
.page--info .section--detail .block--share {
  position: relative;
  top: -40px;
  text-align: right;
  width: 80%;
  right: -20%;
}
.page--info .section--detail .block--share li {
  display: inline-block;
  font-size: 20px;
  margin-left: 0.8em;
}
.page--info .section--detail .block--share li svg {
  vertical-align: -2px;
}
.page--info .section--detail .block--share li.share {
  font-family: din-2014-narrow, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.1em;
}
.page--info .section--detail .txt {
  font-size: 18px;
  line-height: 2;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 70px 0;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
}

/*  page--movie
------------------------------ */
.page--movie .block--comment-post {
  max-width: 700px;
  background: #fac136;
  text-align: center;
  border-radius: 10px;
  padding: 30px;
  margin: 0 auto 80px;
}
.page--movie .section--list .list--contents li a .thumb {
  line-height: 0;
  height: 15.6vw;
  position: relative;
}
.page--movie .section--list .list--contents li a .thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  opacity: 0.4;
  top: 0;
  left: 0;
}
.page--movie.category-2 .footer, .page--movie.category-4 .footer {
  position: absolute;
}
.page--movie.category-2 .content-main, .page--movie.category-4 .content-main {
  position: relative;
  padding-bottom: 60px;
}
.page--movie.category-2 .section--detail, .page--movie.category-4 .section--detail {
  max-width: inherit;
  margin-bottom: 120px;
}
.page--movie.category-2 .section--detail .section-tit, .page--movie.category-4 .section--detail .section-tit {
  text-align: left;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.04em;
  margin-bottom: 70px;
  padding-left: 10%;
}
.page--movie.category-2 .section--detail .block--player.ulizahtml5-player, .page--movie.category-4 .section--detail .block--player.ulizahtml5-player {
  margin-bottom: -180px;
}
.page--movie.category-2 .section-tit__sub, .page--movie.category-4 .section-tit__sub {
  color: #00A676;
  right: -4em;
}
.page--movie.category-2 .section--detail, .page--movie.category-4 .section--detail {
  background: #00A676;
}
.page--movie.category-6 .section-tit__sub, .page--movie.category-7 .section-tit__sub {
  display: none;
}
.page--movie.category-6 .section--detail, .page--movie.category-7 .section--detail {
  background: none;
  color: #000;
  margin: 0 auto;
  padding: clamp(70px, 7vw, 140px) 5% 110px;
}
.page--movie.category-6 .section--detail .date, .page--movie.category-7 .section--detail .date {
  font-family: YakuHanJP, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding-left: 0;
  color: #aaa;
  margin-bottom: 50px;
}
.page--movie.category-6 .section--detail .date::before, .page--movie.category-7 .section--detail .date::before {
  display: none;
}
.page--movie.category-6 .section--detail .tit, .page--movie.category-7 .section--detail .tit {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 15px;
  padding-left: 0;
}
.page--movie.category-6 .section--detail .txt, .page--movie.category-7 .section--detail .txt {
  font-size: 18px;
  line-height: 2;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 100px 0 80px;
}
.page--movie.category-6 .block--player.ulizahtml5-player, .page--movie.category-7 .block--player.ulizahtml5-player {
  width: 100%;
  margin: 0 auto;
}
.page--movie .section-tit__sub {
  color: #444;
}
.page--movie .section--detail {
  color: #000;
  background: #FFF;
  margin-right: 150px;
}
.page--movie .section--detail .date {
  margin-bottom: 40px;
  font-size: 16px;
  font-family: din-2014-narrow, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-style: normal;
  position: relative;
  padding-left: 36px;
}
.page--movie .section--detail .date::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 4px;
  top: 8px;
  background: #fff;
  width: 20px;
  height: 1px;
}
.page--movie .section--detail .tit {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 5px;
  padding-left: 36px;
}
.page--movie .section--detail .date {
  color: #ffd2da;
  margin-bottom: 8px;
}
.page--movie .section--detail .txt--basic {
  border-top: 1px solid;
}
.page--movie .block--player {
  position: relative;
  width: calc(90% - 80px);
  margin-left: 10%;
  left: 0%;
  margin-top: 70px;
  margin-bottom: -90px;
}
.page--movie .block--player.ulizahtml5-player {
  padding-top: 56.25%;
}
.page--movie .block--player img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.page--movie .block--player .ulizahtml5 {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
}
.page--movie .block--comment {
  background: #fff;
  color: #000;
  padding: 15px;
  margin-top: 30px;
}

.page--movie.new-movie .section--list {
  margin: 0 auto;
  position: relative;
}
.page--movie.new-movie .section--list .section-tit {
  margin-bottom: 100px !important;
}
.page--movie.new-movie.page-movie-detail .section-tit {
  display: none;
}
.page--movie.new-movie .block--latest-list .list--contents,
.page--movie.new-movie .block--movie .list--contents {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 0 !important;
}
.page--movie.new-movie .block--latest-list .list--contents li,
.page--movie.new-movie .block--movie .list--contents li {
  width: 31% !important;
  margin-right: 3.5%;
  margin-bottom: 3em;
}
.page--movie.new-movie .block--latest-list .list--contents li:nth-child(3n),
.page--movie.new-movie .block--movie .list--contents li:nth-child(3n) {
  margin-right: 0;
}
.page--movie.new-movie .block--latest-list .list--contents li a,
.page--movie.new-movie .block--movie .list--contents li a {
  display: block;
}
.page--movie.new-movie .block--latest-list .list--contents li .thumb,
.page--movie.new-movie .block--movie .list--contents li .thumb {
  position: relative;
  margin: 0 auto 1em;
}
.page--movie.new-movie .block--latest-list .list--contents li .thumb img,
.page--movie.new-movie .block--movie .list--contents li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
.page--movie.new-movie .block--latest-list .list--contents li .list__txt .tit,
.page--movie.new-movie .block--movie .list--contents li .list__txt .tit {
  font-weight: bold;
}
.page--movie.new-movie .block--latest-list .list--contents li .list__txt .date,
.page--movie.new-movie .block--movie .list--contents li .list__txt .date {
  font-size: 0.8em;
  margin-bottom: 0.5em;
  opacity: 0.7;
}
.page--movie.new-movie .list--contents:after {
  clear: both;
  content: "";
  display: block;
}
.page--movie.new-movie .list--contents .tit {
  font-weight: bold;
}
.page--movie.new-movie .sort--overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}
.page--movie.new-movie .block--sort-category {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
}
.page--movie.new-movie .block--sort-category .list--sort .category {
  font-size: 1em;
}
.page--movie.new-movie .block--sort-category .btn--sort {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  right: 0;
  width: 28px;
  height: 24px;
  cursor: pointer;
}
.page--movie.new-movie .block--sort-category .btn--sort span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/static/common/newmovie/img/icon_sort.svg) no-repeat center center;
  background-size: contain;
}
.page--movie.new-movie .block--sort-category .btn--sort span:hover {
  opacity: 0.8;
}
.page--movie.new-movie .block--sort-category .btn--sort span::after {
  content: "";
  position: absolute;
  display: block;
  top: -4px;
  right: -6px;
  width: 18px;
  height: 18px;
  background: url(/static/common/newmovie/img/icon_check.svg) no-repeat center center;
  background-size: contain;
}
.page--movie.new-movie .block--sort-category .block--sort {
  width: 100%;
  max-height: 60vh;
  background: #fff;
  color: #000;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  right: 0;
  top: 30px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.page--movie.new-movie .block--sort-category .block--sort .btn--setting {
  padding: 16px;
}
.page--movie.new-movie .block--sort-category .block--sort .btn--setting button {
  min-width: 300px;
  width: 100%;
  padding: 14px;
  background: #000;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
}
.page--movie.new-movie .block--sort-category ul {
  margin-left: 14px;
  border-bottom: solid 1px #eee;
}
.page--movie.new-movie .block--sort-category ul li {
  border-bottom: solid 1px #eee;
}
.page--movie.new-movie .block--sort-category ul li:last-child {
  border: none;
}
.page--movie.new-movie .block--sort-category input[type=radio] {
  display: none;
}
.page--movie.new-movie .block--sort-category input[type=radio]:checked + label::after {
  opacity: 1;
}
.page--movie.new-movie .block--sort-category label {
  position: relative;
  display: block;
  padding: 14px 40px 14px 0;
  cursor: pointer;
}
.page--movie.new-movie .block--sort-category label::before {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #000;
  right: 19px;
  top: 18px;
}
.page--movie.new-movie .block--sort-category label::after {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000;
  right: 18px;
  top: 17px;
  opacity: 0;
  transition: 0.3s;
}
.page--movie.new-movie .block--sort-category.is-open .block--sort {
  display: block;
}
.page--movie.new-movie .section--detail {
  margin-right: auto;
}
.page--movie.new-movie .section--detail .area--movie {
  width: 100%;
  background: #000;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}
.page--movie.new-movie .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
  width: 8vw;
  height: 8vw;
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
  height: 3em;
  border-radius: 2em;
  line-height: 3em;
  background: no-repeat center url(/static/common/newmovie/img/ico--play.svg);
  background-size: contain;
  border: none;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-control-bar {
  height: 5em;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-volume-panel .vjs-volume-control {
  top: 1em;
}
.page--movie.new-movie .section--detail .area--movie .vjs-mouse-display {
  margin-top: 9px;
}
.page--movie.new-movie .section--detail .area--movie .vjs-control-bar {
  background: none;
  padding: 0 2em;
}
.page--movie.new-movie .section--detail .area--movie .vjs-http-source-selector.vjs-menu-button {
  position: absolute;
  right: 7.2em;
}
.page--movie.new-movie .section--detail .area--movie .vjs-menu-button.vjs-icon-cog {
  font-size: 2.4em;
}
.page--movie.new-movie .section--detail .area--movie .vjs-picture-in-picture-control.vjs-control {
  font-size: 2.4em;
  position: absolute;
  right: 4.5em;
  width: 2em;
}
.page--movie.new-movie .section--detail .area--movie .vjs-menu-button-popup .vjs-menu {
  left: -2.5em;
  margin-bottom: 2.7em;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-fullscreen-control {
  position: absolute;
  bottom: 0;
  right: 2em;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-time-control {
  font-size: 1.2em;
  line-height: 4em;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-progress-control {
  width: calc(100% - 4em);
  min-width: 4em;
  position: absolute;
  bottom: -2.6em;
  left: 2.2em;
}
.page--movie.new-movie .section--detail .area--movie .vjs-button > .vjs-icon-placeholder:before {
  font-size: 3em;
  line-height: 1.67;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-progress {
  background: linear-gradient(45deg, #2761e3 0%, #2784e3 100%);
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-load-progress div {
  background: rgba(78, 78, 78, 0.75);
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-slider {
  background: rgba(210, 210, 210, 0.5);
}
.page--movie.new-movie .section--detail .block--player {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  margin: 0 auto 2vw;
}
.page--movie.new-movie .section--detail .block--tit {
  width: 70%;
  margin: 0 auto 5vw;
}
.page--movie.new-movie .section--detail .block--tit .tit {
  font-weight: bold;
  font-size: 2em;
  line-height: 1.3em;
  margin-bottom: 0;
  padding-left: 0;
}
.page--movie.new-movie .section--detail .block--tit .date {
  color: #000000;
  margin-bottom: 8px;
  padding-left: 0;
}
.page--movie.new-movie .section--detail .block--tit .date::before {
  display: none;
}
.page--movie.new-movie .section--detail .block--tit .category,
.page--movie.new-movie .section--detail .block--tit .date {
  font-size: 1.1em;
  opacity: 0.4;
}
.page--movie.new-movie .section--detail .date {
  color: #000000;
}
.page--movie.new-movie .section--detail .area--more-info {
  width: 100%;
  margin: 0 auto;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  margin: 0 auto;
  position: relative;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab #tab--movie.current::after,
.page--movie.new-movie .section--detail .area--more-info .block--tab #tab--comment.current::after,
.page--movie.new-movie .section--detail .area--more-info .block--tab #tab--radio.current::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #111;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.4s;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab > div {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  position: relative;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab > div .item__ico {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab > div .item__ico img {
  display: block;
  width: 30px;
  height: 30px;
  background: no-repeat center;
  background-size: contain;
  margin-right: 10px;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab > div .item__ico span {
  display: none;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab > div.tab__list .item__ico img {
  background-image: url(/static/common/newmovie/img/ico--movie__off.svg);
}
.page--movie.new-movie .section--detail .area--more-info .block--tab > div.tab__radiolist .item__ico img {
  background-image: url(/static/macaroniempitsu/fanclub/newmovie/ico--radio__off.png);
}
.page--movie.new-movie .section--detail .area--more-info .block--tab > div.tab__comment .item__ico img {
  background-image: url(/static/common/newmovie/img/ico--comment__off.svg);
}
.page--movie.new-movie .section--detail .area--more-info .block--tab > div.current .item__ico span {
  display: inline-block;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab > div.current.tab__list .item__ico img {
  background-image: url(/static/common/newmovie/img/ico--movie__on.svg);
}
.page--movie.new-movie .section--detail .area--more-info .block--tab > div.current.tab__radiolist .item__ico img {
  background-image: url(/static/macaroniempitsu/fanclub/newmovie/ico--radio__on.png);
}
.page--movie.new-movie .section--detail .area--more-info .block--tab > div.current.tab__comment .item__ico img {
  background-image: url(/static/common/newmovie/img/ico--comment__on.svg);
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main {
  position: relative;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main > div {
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main > div.current {
  display: block;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments {
  padding-top: 25px;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .block--post {
  width: 70%;
  margin: 0 auto 40px;
  position: relative;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .block--post input[type=text] {
  background: none;
  border: none;
  border-bottom: 1px solid #111;
  color: #111;
  padding-right: 45px;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .block--post input[type=submit] {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  border: none;
  background: no-repeat 82% center url(/static/common/newmovie/img/ico--send.svg);
  background-size: 45%;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments div[id^=contents_comment_wrapper] {
  overflow-y: scroll;
  max-height: 400px;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment {
  border-top: 1px solid #ededed;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment li {
  background: #fefefe;
  margin-bottom: 0;
  border-bottom: 1px solid #ededed;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt {
  width: 70%;
  margin: 0 auto;
  position: relative;
  padding: 16px 0;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt .name {
  color: #707070;
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt .name .date {
  display: inline-block;
  margin-left: 1em;
  font-size: 0.85em;
  letter-spacing: 0.02em;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt .report-btn {
  position: absolute;
  top: 17px;
  right: 0;
  width: 20px;
  text-align: center;
  cursor: pointer;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies {
  background: #fefefe;
  padding-top: 16px;
  border-top: 1px solid #ededed;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
  width: 100%;
  margin-bottom: 0;
  border-bottom: 1px solid #ededed;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 70%;
  height: 100%;
  position: relative;
  padding: 16px 13px;
  margin: 0 auto;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
  width: 18%;
  margin: 0 15px 0 0;
  aspect-ratio: 16/9;
  height: auto;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt {
  width: 45%;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .category {
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
.page--movie.new-movie .detail__btn {
  text-align: center;
  margin-top: 5em;
  margin-bottom: 0;
  font-weight: bold;
}
.page--movie.new-movie .list__more {
  color: #000 !important;
  font-weight: bold;
}
.page--movie.new-movie .list__more a {
  padding: 5em 0;
}
.page--movie.new-movie .list__more a::after {
  height: 2px;
  bottom: 60px;
  left: 0;
  background-color: #000;
}

/*  page--photo
------------------------------ */
.page--photo .section--list .list--contents li a .thumb {
  line-height: 0;
  position: relative;
  margin-bottom: 0;
}
.page--photo .section--list .list--contents li a .thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  opacity: 0.4;
  top: 0;
  left: 0;
}
.page--photo.story .list--information li {
  border-bottom: 1px solid #000;
}
.page--photo.story .list--information li a {
  color: #7b3b32;
}
.page--photo.story .detail__btn a {
  color: #7b3b32;
}
.page--photo.story .detail__btn::after {
  background: #7b3b32;
}
.page--photo.page--photo__detail .section--list .block--txt .tit {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 50px;
}
.page--photo .modal-open .drawer__btn {
  pointer-events: none;
}
.page--photo #swipebox-slider .slide-loading {
  background-image: none !important;
}
.page--photo #swipebox-slider .slide img {
  max-height: 80%;
}
.page--photo #swipebox-overlay {
  background: rgba(53, 53, 53, 0.9490196078);
}
.page--photo #swipebox-prev.disabled,
.page--photo #swipebox-next.disabled {
  opacity: 0.2;
}
.page--photo #swipebox-action #swipebox-close {
  top: 60px;
  right: 70px;
  background: none;
}
.page--photo #swipebox-action #swipebox-close::before, .page--photo #swipebox-action #swipebox-close::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 20px;
  transition: 0.4s ease-out 0s;
}
.page--photo #swipebox-action #swipebox-close::before {
  transform: rotate(45deg);
}
.page--photo #swipebox-action #swipebox-close::after {
  transform: rotate(-45deg);
}
.page--photo #swipebox-action #swipebox-prev,
.page--photo #swipebox-action #swipebox-next {
  background: none;
  color: #fff;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  border-radius: 50px;
}
.page--photo #swipebox-action #swipebox-prev {
  left: 3%;
}
.page--photo #swipebox-action #swipebox-prev::after {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  border: 2px solid;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  vertical-align: middle;
  pointer-events: none;
  margin-right: 0.35em;
  margin-left: 1.3em;
  margin-top: 1.2em;
}
.page--photo #swipebox-action #swipebox-next {
  right: 3%;
}
.page--photo #swipebox-action #swipebox-next::after {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  border: 2px solid;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: 1.2em;
  margin-left: 1em;
}
.page--photo #swipebox-caption {
  width: 100%;
  max-width: 800px;
  padding: 0 8%;
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 50%;
  color: #fff;
  transform: translateX(-50%);
}
.page--photo.page--photo__detail.category--8 .section--list, .page--photo.page--photo__detail.category--20 .section--list {
  overflow: hidden;
}
.page--photo.page--photo__detail.category--8 .list--contents, .page--photo.page--photo__detail.category--20 .list--contents {
  width: 112%;
  margin: 0 -6%;
  padding: 60px clamp(200px, 30vw, 2000px);
  background: #efefef;
}
.page--photo.page--photo__detail.category--8 .list--contents li, .page--photo.page--photo__detail.category--20 .list--contents li {
  width: clamp(500px, 60vw, 700px);
  opacity: 0;
  transition: 0.3s;
  margin-right: 0;
}
.page--photo.page--photo__detail.category--8 .list--contents li.slick-active, .page--photo.page--photo__detail.category--20 .list--contents li.slick-active {
  opacity: 1;
}
.page--photo.page--photo__detail.category--8 .list--contents li .thumb, .page--photo.page--photo__detail.category--20 .list--contents li .thumb {
  height: auto;
  margin-bottom: 0;
}
.page--photo.page--photo__detail.category--8 .list--contents li .thumb img, .page--photo.page--photo__detail.category--20 .list--contents li .thumb img {
  width: 100%;
  height: auto;
}
.page--photo.page--photo__detail.category--8 .list--contents li.photo--pager, .page--photo.page--photo__detail.category--20 .list--contents li.photo--pager {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.page--photo.page--photo__detail.category--8 .list--contents li.photo--pager > div, .page--photo.page--photo__detail.category--20 .list--contents li.photo--pager > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background: #ebebeb;
}
.page--photo.page--photo__detail.category--8 .list--contents li.photo--pager a, .page--photo.page--photo__detail.category--20 .list--contents li.photo--pager a {
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  position: relative;
  padding-top: 60px;
}
.page--photo.page--photo__detail.category--8 .list--contents li.photo--pager a::before, .page--photo.page--photo__detail.category--8 .list--contents li.photo--pager a::after, .page--photo.page--photo__detail.category--20 .list--contents li.photo--pager a::before, .page--photo.page--photo__detail.category--20 .list--contents li.photo--pager a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
}
.page--photo.page--photo__detail.category--8 .list--contents li.photo--pager a::before, .page--photo.page--photo__detail.category--20 .list--contents li.photo--pager a::before {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #aaa;
  margin-top: -40px;
  margin-left: -25px;
}
.page--photo.page--photo__detail.category--8 .list--contents li.photo--pager a::after, .page--photo.page--photo__detail.category--20 .list--contents li.photo--pager a::after {
  width: 14px;
  height: 14px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg);
  margin-top: -22px;
  margin-left: -5.5px;
}
@media screen and (min-width: 961px) {
  .page--photo.page--photo__detail.category--8 .list--contents li.photo--pager a:hover::before, .page--photo.page--photo__detail.category--20 .list--contents li.photo--pager a:hover::before {
    background: #000;
    border-color: #000;
  }
  .page--photo.page--photo__detail.category--8 .list--contents li.photo--pager a:hover::after, .page--photo.page--photo__detail.category--20 .list--contents li.photo--pager a:hover::after {
    border-color: #fff;
  }
}
.page--photo.page--photo__detail.category--8 .slick-prev, .page--photo.page--photo__detail.category--20 .slick-prev {
  right: 20%;
}
.page--photo.page--photo__detail.category--8 .slick-next, .page--photo.page--photo__detail.category--20 .slick-next {
  left: 20%;
}
.page--photo.page--photo__detail.category--8 [dir=rtl] .slick-next:before,
.page--photo.page--photo__detail.category--8 [dir=rtl] .slick-prev:before, .page--photo.page--photo__detail.category--20 [dir=rtl] .slick-next:before,
.page--photo.page--photo__detail.category--20 [dir=rtl] .slick-prev:before {
  content: "";
}
.page--photo.page--photo__detail.category--8 .slick-prev,
.page--photo.page--photo__detail.category--8 .slick-next, .page--photo.page--photo__detail.category--20 .slick-prev,
.page--photo.page--photo__detail.category--20 .slick-next {
  background: none;
  border: 2px solid #ddd;
  margin-top: 0;
}
.page--photo.page--photo__detail.category--8 .slick-prev::after,
.page--photo.page--photo__detail.category--8 .slick-next::after, .page--photo.page--photo__detail.category--20 .slick-prev::after,
.page--photo.page--photo__detail.category--20 .slick-next::after {
  width: 12px;
  height: 12px;
  border-color: #000;
  top: 17px;
  left: 20px;
  transition: 0.3s;
}
@media screen and (min-width: 961px) {
  .page--photo.page--photo__detail.category--8 .slick-prev:hover,
  .page--photo.page--photo__detail.category--8 .slick-next:hover, .page--photo.page--photo__detail.category--20 .slick-prev:hover,
  .page--photo.page--photo__detail.category--20 .slick-next:hover {
    background: #000;
    border-color: #000;
  }
  .page--photo.page--photo__detail.category--8 .slick-prev:hover::after,
  .page--photo.page--photo__detail.category--8 .slick-next:hover::after, .page--photo.page--photo__detail.category--20 .slick-prev:hover::after,
  .page--photo.page--photo__detail.category--20 .slick-next:hover::after {
    border-color: #fff;
  }
}
.page--photo.page--photo__detail.category--8 .slick-next::after, .page--photo.page--photo__detail.category--20 .slick-next::after {
  transform: rotate(-135deg);
}
.page--photo.page--photo__detail.category--8 .slick-prev::after, .page--photo.page--photo__detail.category--20 .slick-prev::after {
  left: 15px;
  transform: rotate(45deg);
}
.page--photo.page--photo__detail.category--8 .slick-disabled, .page--photo.page--photo__detail.category--20 .slick-disabled {
  display: none !important;
}
.page--photo.category--9 .wrap {
  background: #ecb687;
}
.page--photo.category--9 .wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(/static/macaroniempitsu/fanclub/story/bg-ragged.png) left top repeat;
  opacity: 0.7;
}
.page--photo.category--9 .section--list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  padding: 5%;
  border: 2px solid #7b3b32;
}
.page--photo.category--9 .section--list:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px solid #7b3b32;
  z-index: -1;
}
.page--photo.category--9 .section--list:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px solid #7b3b32;
  z-index: -1;
}
.page--photo.category--9 .list--contents li a .thumb:after {
  background: #fac136;
  transform-origin: right;
  transform: scaleX(0);
  mix-blend-mode: multiply;
}
.page--photo.category--9 .list--contents .thumb {
  height: auto;
}
.page--photo.category--9 .list--contents .date {
  color: #7b3b32;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-left: 3px;
}
.page--photo.category--9 .book-tit,
.page--photo.category--9 .attention,
.page--photo.category--9 .book-close,
.page--photo.category--9 .mfp-arrow::before {
  color: #7b3b32;
}
.page--photo.category--9 footer {
  background: #fff;
  border-top: none;
}
.page--photo.category--9.page--photo__detail .section--list {
  display: block;
  padding: 8%;
}
.page--photo.category--9.page--photo__detail .mfp-bg {
  background: #ecb687;
}
.page--photo.category--9.page--photo__detail .mfp-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(/static/macaroniempitsu/fanclub/story/bg-ragged.png) left top repeat;
  opacity: 0.7;
}

.page--digital-pamphlet {
  position: relative;
}
.page--digital-pamphlet .section--detail {
  max-width: inherit;
  padding-left: 0;
  margin-right: 150px;
  padding-top: 0;
  padding-bottom: 40px;
  padding-top: 80px;
}
@media screen and (min-width: 961px) {
  .page--digital-pamphlet .section--detail {
    width: inherit;
  }
}
.page--digital-pamphlet .section-tit__sub {
  color: #00A676;
  font-size: 22px;
  top: 80px;
  right: -90px;
}
.page--digital-pamphlet .area--pamphlet {
  color: #fff;
  position: relative;
  padding-bottom: 40px;
  padding-top: 80px;
  padding-left: 90px;
  margin-bottom: 160px;
}
.page--digital-pamphlet .area--pamphlet::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #00A676;
  width: 100%;
  height: calc(100% + 70px);
  z-index: -1;
  top: 0;
  left: 0;
}
.page--digital-pamphlet .area--pamphlet .area-tit {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 75px;
  position: relative;
  padding-left: 50px;
}
.page--digital-pamphlet .area--pamphlet .section-tit,
.page--digital-pamphlet .area--pamphlet .list--pamphlet {
  position: relative;
  z-index: 5;
}
.page--digital-pamphlet .area--pamphlet .section-tit {
  text-align: left;
  font-weight: bold;
  font-size: 33px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 70px;
  margin-top: -10px;
}
.page--digital-pamphlet .area--pamphlet .thumb::after {
  display: none;
}
.page--digital-pamphlet .area--pamphlet .thumb a {
  display: block;
  line-height: 0;
}
.page--digital-pamphlet .section--detail .date {
  font-size: 15px;
  margin-bottom: 5px;
  padding-left: 22px;
}
.page--digital-pamphlet .section--detail .date::before {
  width: 10px;
  height: 0.5px;
  left: 4px;
  top: 6px;
}
.page--digital-pamphlet .section-tit {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
.page--digital-pamphlet .list--pamphlet {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: calc(100% + 60px);
}
.page--digital-pamphlet .list--pamphlet li {
  width: 32.3333333333%;
  margin-bottom: 1.5%;
}
.page--digital-pamphlet .list--pamphlet li a {
  display: block;
}
.page--digital-pamphlet .list--pamphlet li a .thumb {
  background: no-repeat center;
  background-size: cover;
}
.page--digital-pamphlet .list--pamphlet li a .thumb::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
  transition: 0.4s;
  transform-origin: right;
}
.page--digital-pamphlet .list--pamphlet li a .tit {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  text-align: center;
  position: absolute;
  top: 4px;
  left: 0;
}
.page--digital-pamphlet .list--pamphlet li.no-data {
  pointer-events: none;
}
.page--digital-pamphlet .area--schedule {
  padding: 0 10% 0 10%;
}
.page--digital-pamphlet .area--schedule .area-tit {
  font-family: din-2014-narrow, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 60px;
}
.page--digital-pamphlet .table--shcedlue {
  width: 96%;
  margin-left: 8%;
}
.page--digital-pamphlet .table--shcedlue tr {
  border-bottom: 1px solid #888;
}
.page--digital-pamphlet .table--shcedlue thead {
  margin-bottom: 10px;
}
.page--digital-pamphlet .table--shcedlue thead th {
  font-family: din-2014-narrow, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  padding-bottom: 10px;
}
.page--digital-pamphlet .table--shcedlue tbody tr td {
  text-align: left;
}
.page--digital-pamphlet .table--shcedlue tbody tr td .date,
.page--digital-pamphlet .table--shcedlue tbody tr td .date span {
  font-family: din-2014-narrow, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  padding-left: 0;
  margin-bottom: 0;
}
.page--digital-pamphlet .table--shcedlue tbody tr td:first-child {
  width: 180px;
}
.page--digital-pamphlet .table--shcedlue tbody tr td .date {
  font-size: 33px;
  margin: 20px 0;
  color: #000;
}
.page--digital-pamphlet .table--shcedlue tbody tr td .date::before {
  display: none;
}
.page--digital-pamphlet .table--shcedlue tbody tr td .date span {
  font-size: 20px;
  vertical-align: 4px;
  margin-left: 18px;
}
.page--digital-pamphlet .table--shcedlue tbody tr td .place {
  display: inline-block;
  width: 72px;
  font-size: 16px;
  line-height: 0;
  color: #fff;
  background: #00A676;
  text-align: center;
  font-weight: bold;
  padding: 0 0 1px;
  margin-right: 25px;
  line-height: 30px;
}
.page--digital-pamphlet .table--shcedlue tbody tr td .venue {
  display: inline-block;
  font-weight: bold;
  font-size: 22px;
}
.page--digital-pamphlet.page--pamphlet__detail .area-tit {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 75px;
  position: relative;
  padding-left: 50px;
}
.page--digital-pamphlet.page--pamphlet__detail .area-tit::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #3bc89f;
  width: 30px;
  height: 1px;
  z-index: 1;
  top: 12px;
  left: 0;
}
.page--digital-pamphlet.page--pamphlet__detail .area--pamphlet::before {
  height: calc(100% - 19vw);
}
.page--digital-pamphlet.page--pamphlet__detail .area--pamphlet .thumb {
  width: 82%;
  border: 8px solid #fff;
  background: no-repeat center;
  background-size: cover;
  margin-left: 11%;
  margin-bottom: 40px;
}
.page--digital-pamphlet.page--pamphlet__detail .area--pamphlet .btn--main {
  background: #00A676;
  color: #fff;
}
.page--digital-pamphlet.page--pamphlet__detail .area--movie {
  background: #000;
  color: #fff;
  padding: 82px 10%;
  margin-right: -150px;
  margin-bottom: 40px;
}
.page--digital-pamphlet.page--pamphlet__detail .area--movie .area-tit::before {
  background: #00A676;
}
.page--digital-pamphlet.page--pamphlet__detail .area--movie .block--player {
  width: 100%;
  position: relative;
}
.page--digital-pamphlet.page--pamphlet__detail .area--movie .block--player a {
  display: block;
  line-height: 0;
  position: relative;
}
.page--digital-pamphlet.page--pamphlet__detail .area--movie .block--player img {
  max-width: inherit;
  width: 100%;
}
.page--digital-pamphlet.page--pamphlet__detail .area--movie .block--player a::before {
  content: "";
  display: block;
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  transition: 0.4s;
  transform-origin: right;
}
.page--digital-pamphlet.page--pamphlet__detail .area--movie .block--player a::after {
  content: "";
  display: block;
  width: 160px;
  height: 160px;
  background: no-repeat url(/static/macaroniempitsu/common/ico_play.svg) 54% 52%;
  background-size: 30px 30px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid;
  border-radius: 110px;
  padding: 20px;
}

.page--appli .section--detail {
  padding-left: 0;
  margin-right: 150px;
  padding-top: 0;
}
.page--appli .section-tit__sub {
  color: #ef6161;
}
.page--appli .area--how-to {
  color: #fff;
  position: relative;
  padding: 80px 90px 40px 90px;
  margin-bottom: 160px;
}
.page--appli .area--how-to::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #ef6161;
  width: 100%;
  height: calc(100% + 70px);
  z-index: -1;
  top: 0;
  left: 0;
}
.page--appli .area--how-to .area-tit {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
}
.page--appli .area--how-to .section-tit {
  position: relative;
  z-index: 5;
}
.page--appli .area--how-to .section-tit {
  text-align: left;
  font-weight: bold;
  font-size: 33px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 70px;
  margin-top: -10px;
}
.page--appli .area--how-to [class^=area--how-to__] {
  background: #93ccec;
  color: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 30px;
}
.page--appli .area--how-to .area--how-to__first dl {
  display: flex;
  justify-content: flex-start;
}
.page--appli .area--how-to .area--how-to__first dl dt {
  margin-bottom: 10px;
  margin-right: 10px;
}
.page--appli .area--how-to .area--how-to__first dl dt span {
  display: inline-block;
  font-family: din-2014-narrow, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-weight: 600;
  background: #ef6161;
  padding: 6px;
  border-radius: 3px;
  color: #fff;
  line-height: 0;
  padding: 14px 7px 14px;
}
.page--appli .area--how-to .area--how-to__first dl dd {
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.page--appli .area--how-to .area--how-to__first dl dd p:not(:last-child) {
  margin-bottom: 10px;
}
.page--appli .area--how-to .area--how-to__use {
  display: block;
}
.page--appli .area--how-to .area--how-to__use dl {
  display: block;
}
.page--appli .block--top {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.page--appli .block--top .iconImg.browsing {
  width: 130px;
  margin-right: 20px;
}
.page--appli .block--top .iconImg.browsing img {
  display: block;
  width: 100%;
  background: url(/static/macaroniempitsu/feature/app/appicon.png) no-repeat -1px -1px;
  background-size: cover;
  border-radius: 10px;
}
.page--appli .block--top .txt {
  line-height: 1.8;
  font-size: 18px;
}
.page--appli .section-tit {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
.page--appli .area--how-to__qr {
  text-align: center;
  font-weight: bold;
}
.page--appli .area--how-to__qr .txt {
  margin-bottom: 20px;
}
.page--appli .area--how-to__qr figure {
  width: 250px;
  margin: 0 auto;
}

.page--bbs .section--list .list--information li a {
  display: flex;
  justify-content: space-between;
}
.page--bbs .section--list .list--information li a .tit {
  padding-right: 1.5em;
}
.page--bbs .section--detail .block--thread-info {
  border-bottom: 1px solid #aaa;
  padding-bottom: 40px;
}
.page--bbs .section--detail .block--thread-info .txt {
  line-height: 2;
}
.page--bbs .section--detail .txt {
  line-height: 1.4;
}
.page--bbs .section--detail .list--information li {
  padding: 40px 0;
  position: relative;
}
.page--bbs .section--detail .list--information li .date {
  display: block;
  text-align: right;
  padding: 0;
  margin-bottom: 0;
}
.page--bbs .section--detail .list--information li .txt {
  line-height: 1.5;
}
.page--bbs .section--detail .list--information li .txt,
.page--bbs .section--detail .list--information li .ph {
  margin-bottom: 20px;
}
.page--bbs .section--detail .list--information li.artist-comment {
  background: #fac136;
  padding: 20px;
  border-bottom: none;
  border-radius: 8px;
  margin: 1em auto;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--bbs .section--detail .list--information li.artist-comment {
    padding: 15px 4% 10px;
  }
}
.page--bbs .section--detail .list--information li.artist-comment .date {
  color: #fff;
}
.page--bbs .section--detail .list--information li.artist-comment + li:not(.artist-comment) {
  border-top: 1px solid #aaa;
}
.page--bbs .section--detail .list--information .block--user {
  margin-bottom: 1em;
}
.page--bbs .section--detail .list--information .block--user .name {
  font-weight: bold;
}
.page--bbs .block--post {
  border-bottom: 1px solid #aaa;
  padding-bottom: 50px;
}
.page--bbs .report-btn {
  position: absolute;
  right: 0;
  top: 40px;
}
.page--bbs .report-btn a {
  font-size: 13px;
  border: 1px solid;
  padding: 12px 11px 10px;
  letter-spacing: 0.05em;
  line-height: 0;
}

.page--blog .wrap {
  overflow: hidden;
}
.page--blog .block--header {
  height: 28vw;
}
.page--blog .block--header img {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
.page--blog .form__select {
  position: absolute;
  top: clamp(70px, 6vw, 140px);
  left: calc(4em + 8%);
  font-size: 12px;
}
@media screen and (min-width: 961px) {
  .page--blog .form__select {
    margin-top: -28px;
  }
}
.page--blog .section--list {
  margin: 0 auto;
}
.page--blog .section--list .list--contents li.no-data {
  width: 100%;
  text-align: center;
  opacity: 1;
  margin-top: 2em;
  font-family: din-2014-narrow, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 800;
  font-style: normal;
  font-size: 1.3em;
}
.page--blog .section--list .block---category-list {
  margin: 0 auto 4em;
  width: clamp(500px, 70%, 800px);
}
.page--blog .section--list .block---category-list .list--blog-cateogry {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.page--blog .section--list .block---category-list li {
  width: 15%;
  margin-right: 2%;
}
.page--blog .section--list .block---category-list li:last-child {
  margin-right: 0;
}
.page--blog .section--list .block---category-list li a {
  display: block;
  border-radius: 50%;
  line-height: 0;
  overflow: hidden;
}
.page--blog .section--list .section-tit {
  font-size: clamp(65px, 4vw, 110px);
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.05em;
  padding-top: 0px;
  margin-bottom: 70px;
}
.page--blog .section--list .list--contents li {
  width: 32%;
  margin-bottom: 2%;
  margin-right: 2%;
}
.page--blog .section--list .list--contents li:nth-child(3n) {
  margin-right: 0;
}
.page--blog .section--list .list--contents li a {
  display: block;
  position: relative;
}
.page--blog .section--list .list--contents li .contents__detail {
  display: none;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  pointer-events: none;
}
.page--blog .section--list .list--contents li .contents__detail .date {
  color: #dcdcdc;
}
.page--blog .section--list .list--contents li .thumb {
  position: relative;
  height: 27.65vw;
  margin-bottom: 0;
  overflow: hidden;
}
.page--blog .section--list .list--contents li .thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  transform-origin: left;
  transition: transform 0.4s;
  transform: scaleX(1);
  opacity: 0.4;
}
.page--blog .section--list .list--contents li .non_login .thumbBox::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "MEMBER ONLY";
  font-weight: bold;
  font-style: normal;
  color: #fff;
  font-size: 23px;
  letter-spacing: 0.1em;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page--blog .section--list .list--contents li .non_login .thumbBox img {
  filter: grayscale(50%) blur(10px);
}
.page--blog .content-main > .section-tit {
  font-family: din-2014-narrow, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 800;
  font-style: normal;
  font-size: 36px;
  padding-left: 5%;
  top: 62px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .content-main > .section-tit {
    font-size: 9vw;
  }
}
.page--blog.blog--sub-catgory9 .loggedin .section--list {
  padding-top: 0;
}
@media screen and (min-width: 961px) {
  .page--blog.page--blog__detail .content-main > .section-tit {
    top: 0;
  }
}
.page--blog:not(.blog--sub-catgory0) .block--header {
  margin: 0 -6% 70px;
}
.page--blog:not(.blog--sub-catgory0) .section--list {
  overflow: hidden;
  position: relative;
}
.page--blog:not(.blog--sub-catgory0) .section--list .section-tit {
  text-align: left;
  margin-bottom: 30px;
  font-size: 36px;
  position: relative;
}
@media screen and (min-width: 961px) {
  .page--blog:not(.blog--sub-catgory0) .section--list .section-tit {
    top: -30px;
  }
}
.page--blog .section--detail {
  max-width: 1100px;
}
.page--blog .section--detail > .txt {
  font-size: 18px;
  line-height: 2;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 100px 0 40px;
  margin-bottom: 60px;
}
.page--blog .section--detail > .txt .ph {
  max-width: 600px;
}
.page--blog .section--detail .block--label {
  font-family: din-2014-narrow, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 800;
  font-style: normal;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.page--blog .section--detail .block--comment {
  border-top: none;
}
.page--blog .section--detail .block--comment .block--pager {
  top: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 961px) {
  .page--blog .section--detail .block--comment .block--pager {
    margin-bottom: 60px;
  }
}
.page--blog .section--detail .block--comment .block--pager .pager__item--other {
  width: 50px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .section--detail .block--comment .block--pager .pager__item--other {
    width: 30px;
  }
}
.page--blog .section--detail .block--comment .list--comment li {
  border-bottom: 1px solid #aaa;
  padding: 40px 0 30px;
  position: relative;
}
.page--blog .section--detail .block--comment .list--comment li:first-child {
  border-top: 1px solid #aaa;
}
.page--blog .section--detail .block--comment .list--comment li:last-child {
  border-bottom: none;
}
.page--blog .section--detail .block--comment .list--comment li .name {
  line-height: 1;
  font-weight: bold;
  padding-right: 5em;
  margin-bottom: 0.5em;
}
.page--blog .section--detail .block--comment .list--comment li .date {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1;
  vertical-align: 2px;
  position: absolute;
  right: 0;
  top: 42px;
}
.page--blog .section--detail .block--comment .list--comment li .btn--delete {
  position: absolute;
  right: 102px;
  top: 30px;
}
.page--blog .section--detail .block--comment .list--comment li .btn--delete input {
  font-size: 11px;
  border: 1px solid;
  padding: 12px 11px 10px;
  letter-spacing: 0.05em;
  line-height: 0;
  background: none;
}
@media screen and (min-width: 961px) {
  .page--blog .section--detail .block--comment .list--comment li .btn--delete input {
    transition: 0.3s;
    cursor: pointer;
  }
  .page--blog .section--detail .block--comment .list--comment li .btn--delete input:hover {
    opacity: 0.5;
  }
}
.page--blog .section--detail .block--pager .pager__item--other {
  width: 7em;
}
.page--blog .section--detail .block--pager .pager__item--other a {
  width: 100%;
  border: none;
  font-family: din-2014-narrow, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 800;
  font-style: normal;
  border-radius: 0;
  padding-bottom: 0;
  line-height: 50px;
}
@media screen and (min-width: 961px) {
  .page--blog .section--detail .block--pager .pager__item--other a:hover {
    background: none;
    color: #fac136;
  }
}
.page--blog .section-tit__sub {
  color: #017ab4;
}
.page--blog .area--blog {
  color: #fff;
  position: relative;
  padding: 80px 90px 40px 90px;
  margin-bottom: 160px;
}
.page--blog .area--blog::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #017ab4;
  width: 100%;
  height: calc(100% + 70px);
  z-index: -1;
  top: 0;
  left: 0;
}
.page--blog .area--blog .area-tit {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
}
.page--blog .area--blog .section-tit {
  position: relative;
  z-index: 5;
  text-align: left;
  font-weight: bold;
  font-size: 33px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 70px;
  margin-top: -10px;
}
.page--blog .area--blog .list--contents {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.page--blog .area--blog .list--contents li {
  width: 49%;
  margin-bottom: 20px;
}
.page--blog .area--blog .list--contents li a {
  position: relative;
  color: #fff;
}
.page--blog .area--blog .list--contents li a.disable {
  pointer-events: none;
}
.page--blog .area--blog .list--contents li a:hover .thumb {
  transform: none;
  box-shadow: none;
}
.page--blog .area--blog .list--contents li a:hover .thumb::before {
  transform: scaleX(0);
}
.page--blog .area--blog .list--contents li .thumb {
  position: relative;
}
.page--blog .area--blog .list--contents li .thumb img:last-child {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.page--blog .area--blog .list--contents li .thumb::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
  transition: 0.4s;
  transform-origin: right;
  z-index: 5;
}
.page--blog .area--blog .list--contents li .block--txt {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  text-align: center;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 20;
}
.page--blog .area--blog .list--contents li .block--txt .tit {
  font-size: 20px;
}
.page--blog .area--blog .list--contents li .block--txt .artist-name {
  font-size: 0.8em;
  margin-bottom: 7px;
}
.page--blog .area--blog .list--contents li .block--txt .artist-name span {
  display: block;
  font-weight: bold;
  margin-top: 0.5em;
}
.page--blog .block--blog__detail {
  line-height: 1.8;
}
.page--blog .block--blog__detail .ph {
  margin: 1em 0;
}
.page--blog .block--blog__detail .ph img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.page--blog .section-tit {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
.page--blog.blog--catgory8 .form__select {
  display: none;
}
.page--blog.blog--catgory8 .list--contents li.new .date::after {
  content: "NEW";
  display: inline-block;
  font-family: din-2014-narrow, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 800;
  font-style: normal;
  color: #5aa7ab;
  font-size: 1.2em;
  padding-left: 0.5em;
}
.page--blog.blog--catgory8 .list--contents li .contents__detail {
  display: block;
  position: static;
  transform: none;
  color: #000;
  text-align: left;
  padding: 15px 0 0;
}
.page--blog.blog--catgory8 .list--contents li .contents__detail .tit {
  display: none;
}
.page--blog.blog--catgory8 .list--contents li .contents__detail .date {
  color: #888;
}
.page--blog.blog--catgory8 .list--contents li .thumb {
  height: auto;
}
.page--blog.blog--catgory8 .list--contents li .thumb::after {
  background: #fac136;
  transform: scaleX(0);
  opacity: 1;
  mix-blend-mode: multiply;
  transform-origin: right;
}
.page--blog.blog--catgory8 .list--contents li a:hover .thumb::after {
  transform: scaleX(1);
  transform-origin: left;
}

.page--blog.blog--sub-catgory7 .section--list .list--contents {
  display: block;
}
.page--blog.blog--sub-catgory7 .section--list .list--contents li {
  margin: 0 auto 4%;
  padding: 0 0 4% 0;
  border-bottom: 1px solid;
}
.page--blog.blog--sub-catgory7 .section--list .list--contents li:last-child {
  margin: 0 auto;
  padding: 0;
  border-bottom: none;
}
.page--blog.blog--sub-catgory7 .section--list .list--contents li a .icon {
  width: 60px;
  height: 60px;
  background-image: url(/static/macaroniempitsu/fanclub/blog/header-category7.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 120px;
  background-color: #000;
  border-radius: 999px;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  margin: 0 0 20px 0;
}
.page--blog.blog--sub-catgory7 .section--list .list--contents li a .name {
  display: inline-block;
  font-size: 18px;
  position: absolute;
  top: 15px;
  left: 75px;
  font-weight: bold;
}
.page--blog.blog--sub-catgory7 .section--list .list--contents li a .contents__detail {
  display: block;
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  color: #000;
  pointer-events: all;
  text-align: left;
}
.page--blog.blog--sub-catgory7 .section--list .list--contents li a .contents__detail .date {
  color: #000;
}

.page--blog.category7 .section--detail {
  position: relative;
}
.page--blog.category7 .section--detail .icon {
  width: 60px;
  height: 60px;
  background-image: url(/static/macaroniempitsu/fanclub/blog/header-category7.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 120px;
  background-color: #000;
  border-radius: 999px;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  margin: 0 0 20px 0;
}
.page--blog.category7 .section--detail .name {
  display: inline-block;
  font-size: 18px;
  position: absolute;
  top: 160px;
  left: 75px;
  font-weight: bold;
}
.page--blog.category7 .section--detail .date {
  margin: 0 0 15px 0;
}
.page--blog.category7 .section--detail .icon--like {
  display: flex;
  align-items: flex-start;
  margin-right: 10px;
  align-items: center;
  margin: 0 0 30px 0;
  font-size: 14px;
}
.page--blog.category7 .section--detail .icon--like .fa {
  font-size: 1.6em;
  color: #9a9a9a;
  margin-right: 5px;
  transition: 0.4s;
}
.page--blog.category7 .section--detail .icon--like:hover .fa {
  color: rgb(224, 47, 47);
}
.page--blog.category7 .section--detail .icon--like .fa.clicked {
  animation: popping 1.8s reverse infinite, color 1.8s ease-out infinite;
}
.page--blog.category7 .section--detail .list--comment .name {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  font-weight: bold;
  width: auto;
}
@keyframes popping {
  0% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.3);
  }
  80% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes color {
  0% {
    color: rgb(224, 47, 47);
  }
  70% {
    color: rgb(224, 47, 47);
  }
  100% {
    color: rgba(224, 47, 47, 0.4);
  }
}
/* colorbox */
body #cboxOverlay {
  background: rgba(0, 0, 0, 0.8);
}

#cboxWrapper {
  max-width: none;
  padding-top: 12px;
}

body #cboxContent {
  overflow: visible;
  background: #fff;
  border-radius: 6px;
}

body #cboxLoadedContent {
  padding-top: 40px;
}

body #cboxClose {
  background: none;
  top: -36px;
  right: -23px;
}
body #cboxClose .close {
  display: block;
  position: relative;
}
body #cboxClose .close::after, body #cboxClose .close::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
}
body #cboxClose .close::before {
  transform: rotate(45deg);
}

body #cboxPrevious {
  background: none;
  width: 20px;
  height: 20px;
  bottom: 50%;
  left: 60px;
}
body #cboxPrevious .prev {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  transform: rotate(-45deg);
}

body #cboxNext {
  background: none;
  width: 20px;
  height: 20px;
  bottom: 50%;
  left: unset;
  right: 60px;
}
body #cboxNext .next {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  transform: rotate(135deg);
}

body #cboxCurrent {
  display: block;
  left: inherit;
  right: 15%;
  bottom: 7%;
  font-weight: bold;
  color: #000;
  font-size: 18px;
}
body #cboxCurrent .total {
  display: inline-block;
  position: relative;
  padding-left: 11px;
}
body #cboxCurrent .total::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  width: 15px;
  height: 1px;
  background: #000;
  transform: rotate(120deg);
  top: 8px;
  left: -2px;
}

body #cboxTitle {
  display: none !important;
}

body .cboxPhoto {
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 0 !important;
}

.section--list.page--special .list--contents {
  margin: 0 auto;
}
.section--list.page--special .list--contents li {
  width: 48%;
  margin-right: 4%;
}
.section--list.page--special .list--contents li figure {
  height: 26.6vw;
}
@media screen and (min-width: 961px) {
  .section--list.page--special .list--contents li:nth-child(3n) {
    margin-right: 4%;
  }
  .section--list.page--special .list--contents li:nth-child(2n) {
    margin-right: 0;
  }
  .section--list.page--special .list--contents li:nth-last-child(-n+3) {
    margin-bottom: clamp(90px, 6vw, 200px);
  }
  .section--list.page--special .list--contents li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
.section--list.page--special .list--contents li .tit {
  font-weight: bold;
  font-size: 1.2em;
}

/*  page--questionnaire
------------------------------ */
.page--questionnaire .content-main > section .section-tit {
  color: #000;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 50px;
}
.page--questionnaire .form--post {
  margin-bottom: 60px;
}
.page--questionnaire .form--post dt {
  line-height: 1.5;
}
.page--questionnaire .form--post dd .form--horizontal li {
  margin: 0 15px 0 0;
}
.page--questionnaire .form--post dd .form--horizontal li:last-child {
  margin: 0;
}
.page--questionnaire .form--post dd .form__select {
  top: 0;
  margin: 0 5px 0 0;
  cursor: pointer;
}
.page--questionnaire .form--post dd .form__checkbox li label {
  line-height: 1.5;
}
.page--questionnaire .form--post dd input[type=tel].input--half {
  width: 30% !important;
}
.page--questionnaire .form--post dd input[type=number].input--quarter {
  width: 10% !important;
}
.page--questionnaire .form--post dd:nth-of-type(1) .form__select {
  width: auto;
}
.page--questionnaire .form--confirm {
  border-color: #000;
  margin-top: 40px;
}
.page--questionnaire .form--confirm dt {
  opacity: 0.7;
}
.page--questionnaire .form--confirm dd {
  line-height: 1.5;
  border-bottom: 1px solid #999999;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.page--questionnaire .form--confirm dd:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/*  page--support
------------------------------ */
.page--support.section--detail {
  max-width: 850px;
  margin: 0 auto;
}
.page--support.section--detail .section-tit {
  font-size: 35px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 60px;
}
.page--support.section--detail .list--support {
  margin-bottom: 60px;
  line-height: 1.8;
  font-weight: 500;
}
.page--support.section--detail .list--support dt {
  font-weight: bold;
}
.page--support.section--detail .list--support dd {
  margin-bottom: 20px;
}
.page--support.section--detail .list--support ol ol,
.page--support.section--detail .list--support ul ol {
  padding-left: 1em;
}
.page--support.section--detail .list--support ol ol li,
.page--support.section--detail .list--support ul ol li {
  margin-bottom: 0.5em;
}
.page--support.section--detail .list--support > li {
  line-height: 1.8;
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.page--support.section--detail .list--support > li .txt--basic {
  text-indent: 0em;
  line-height: 1.6;
}
.page--support.section--detail .list--support > li ul {
  padding-left: 1em;
  margin: 0.5em 0;
}
.page--support.section--detail .list--support > li ul li {
  font-size: 0.9em;
  margin-bottom: 0.5em;
}

/* page--faq
------------------------------ */
.page--faq .section--list {
  max-width: 1050px;
  width: 96%;
  margin: 0 auto;
}
.page--faq .section--list .section-tit {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}
.page--faq .searchBox input[type=submit] {
  color: #000;
}
.page--faq .searchBox input[type=text] {
  border-color: gray;
}

.tit--category {
  font-weight: 600;
  margin-bottom: 10px;
}

.list--faq {
  margin: 0 0 80px;
}
.list--faq li {
  border-top: 1px solid gray;
}
.list--faq li:last-child {
  border-bottom: 1px solid gray;
}
.list--faq a {
  position: relative;
  display: block;
  padding: 25px 0 27px 0;
}
@media screen and (min-width: 961px) {
  .list--faq a:hover {
    opacity: 0.5;
  }
}
.list--faq .tit {
  padding-left: 20px;
}
.list--faq .txt {
  margin: 0;
  padding-left: 20px;
  line-height: 1.4;
}
.list--faq .icon--q {
  float: left;
  line-height: 1.7;
  color: #000;
  margin-right: 5px;
}

.section--detail .list--faq .icon--q {
  line-height: 1.6;
}

.block--faq-detail {
  line-height: 1.8;
  border: 1px solid #000;
  padding: 32px;
  margin: 0 0 80px;
}
.block--faq-detail a {
  text-decoration: underline;
}
.block--faq-detail dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding: 0;
  margin: 0 0 20px;
}
.block--faq-detail dt .txt {
  padding-left: 0;
  padding-bottom: 18px;
  margin: 0;
}
.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;
}
.block--faq-detail dd .txt {
  font-size: 16px;
  margin: 0;
}
.block--faq-detail span[class^=icon--] {
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  font-size: 16px;
  text-align: center;
  line-height: 33px;
  border-radius: 50px;
}
.block--faq-detail span.icon--q {
  color: #fff;
  line-height: 30px;
  background: #000;
}
.block--faq-detail span.icon--a {
  color: #000;
  background: rgba(111, 138, 166, 0.2);
}

.page--faq .section--detail .block--contact {
  text-align: left;
  margin: 40px 0 0;
}
.page--faq .section--detail .block--contact a {
  color: #000;
  position: relative;
  border-width: 1px;
  margin-top: -0.2em;
}
.page--faq .section--detail .block--contact a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
}
@media screen and (min-width: 961px) {
  .page--faq .section--detail .block--contact a:hover {
    color: #000;
  }
}
.page--faq .section--detail .block--contact .fa {
  display: none;
}
.page--faq .section--detail .block--contact .txt {
  margin-bottom: 16px;
}

.searchBox {
  position: relative;
  width: 68%;
  margin: 80px auto;
}
.searchBox input[type=text] {
  line-height: 40px;
  font-size: 18px;
}
.searchBox input[type=submit] {
  width: 50px;
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: bold;
  line-height: 56px;
  color: #9fa3a7;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}

/*  page--entry
------------------------------ */
.section--detail.page--entry {
  width: 100%;
  max-width: inherit;
  background: #fac136;
  color: #fff;
  max-width: inherit;
  padding: 150px clamp(80px, 17%, 500px) 10px;
}
.section--detail.page--entry h2 {
  width: 70%;
  text-align: center;
  margin: 0 auto 4em;
}
.section--detail.page--entry h2 + .txt--basic {
  font-size: 1.2em;
  line-height: 1.6;
  font-weight: bold;
}
.section--detail.page--entry [class^=block--] {
  margin-bottom: 80px;
}
.section--detail.page--entry .block--contents .block-tit {
  font-family: din-2014-narrow, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 800;
  font-style: normal;
  font-size: clamp(30px, 4vw, 80px);
  margin: 12% auto 8%;
}
.section--detail.page--entry .block-tit {
  font-size: clamp(20px, 5vw, 30px);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 5%;
}
.section--detail.page--entry .list--fc-contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section--detail.page--entry .list--fc-contents li {
  width: 48.5%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 3%;
  color: #000;
  line-height: 1.4;
  font-size: 14px;
}
.section--detail.page--entry .list--fc-contents li span {
  display: block;
  font-size: 0.8em;
}
.section--detail.page--entry .list--fc-contents li .tit {
  font-size: 18px;
  font-weight: bold;
}
.section--detail.page--entry table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
  border: none;
  color: #000;
}
.section--detail.page--entry table th {
  width: 175px;
  padding: 20px;
  font-weight: bold;
  border: 3px solid #000;
}
.section--detail.page--entry table td {
  padding: 20px;
  border: 3px solid #000;
}
.section--detail.page--entry table td li:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.section--detail.page--entry table td .txt--sub {
  text-indent: -1em;
  padding-left: 1em;
}
.section--detail.page--entry .block--entry,
.section--detail.page--entry .block--device {
  color: #000;
}
.section--detail.page--entry .block--pre-entry {
  background: #fff;
  color: #000;
  border-radius: 6px;
  padding: 50px;
  font-weight: bold;
}
.section--detail.page--entry .block--pre-entry .txt--basic {
  font-size: 1.3em;
  color: #fb4343;
  margin-bottom: 5px;
}
.section--detail.page--entry .block--pre-entry .btn {
  margin-top: 2em;
}
.section--detail.page--entry .block--login__fanplus {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 20px;
}
@media screen and (min-width: 961px) {
  .section--detail.page--entry .block--login__fanplus .btn--main {
    width: 100%;
    min-width: inherit;
    max-width: 300px;
  }
  .section--detail.page--entry .block--login__fanplus .btn .btn--main:hover {
    background: #fff;
    color: #000;
  }
}
.section--detail.page--entry .block--login__fanplus .block--inner {
  width: 48%;
  border: 1px solid;
  color: #000;
  border-radius: 10px;
  padding: 40px 20px 30px;
  text-align: center;
}
.section--detail.page--entry .block--login__fanplus .block--inner > p span {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}

.page--birthday-message .section--detail .tit {
  display: none;
}
.page--birthday-message .section--detail .txt--basic.font--bigger {
  font-weight: bold;
  font-size: 2.5em;
  margin: 0 auto 3em;
}

.new .tit::after,
.new .date::after,
.new a::before {
  color: #f3a30d !important;
}

.page--movie.new-movie .wrap .content-main .section--detail {
  padding: 0 7% 0;
}
.page--movie.new-movie .wrap .content-main .section--detail .block--tit {
  margin: 0 0 5vw;
}
.page--movie.new-movie .wrap .content-main .section--detail .block--tit .tit {
  font-size: 1.5em;
}
.page--movie.new-movie .wrap .content-main .section--detail .block--tit .date {
  font-size: 1em;
}
.page--movie.new-movie .wrap .content-main .section--detail .list__txt .tit {
  font-size: 16px;
}
.page--movie.new-movie .wrap .content-main .section--detail .list__txt .data {
  line-height: 0;
}

.page--movie.new-movie .wrap .content-main .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
  margin: 0 auto;
}

.page--blog.page--blog__detail .block--player {
  aspect-ratio: 16/9;
}

.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt {
  margin: 0 10%;
}

.page--movie.new-movie .wrap .block--comment {
  padding: 0;
  margin-top: 0;
  text-align: left;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.3s 0s ease;
  }
  .btn input {
    transition: 0.3s;
  }
  .btn--main {
    min-width: 300px;
  }
  .btn--main:hover {
    background: #fac136;
    color: #000;
  }
  .btn--sub {
    min-width: 300px;
  }
  .btn--sub:hover {
    background: #000;
    color: #fff !important;
  }
  .wrap {
    position: relative;
    padding-bottom: 247px;
  }
  .content-main {
    position: relative;
  }
  a {
    transition: 0.3s ease-out;
  }
  .section--detail {
    width: 80%;
  }
  .header .drawer .g-nav {
    transition: 0.3s ease-out;
  }
  .scrolling .header {
    padding: 15px 30px 40px;
  }
  .scrolling .header .logo {
    width: 130px;
  }
  .scrolling .header .drawer .g-nav--sns {
    top: 20px;
  }
  .scrolling .header .drawer .g-nav:not(.g-nav--sns) {
    top: 43px;
  }
  .header {
    width: 100%;
    background-color: #fff;
    padding: 25px 30px 40px;
    position: fixed;
    z-index: 10;
  }
  .header .logo {
    width: 170px;
    position: relative;
    top: 11px;
    transition: 0.4s;
  }
  .header .logo a {
    display: block;
    line-height: 0;
  }
  .drawer .g-nav.g-nav--support {
    display: none;
  }
  .drawer .g-nav:not(.g-nav--sns) {
    display: flex;
    position: absolute;
    right: 25px;
    top: 70px;
  }
  .drawer .g-nav li {
    font-size: 15px;
    overflow: hidden;
    /*
    &:nth-child(1) a::before,
    &:nth-child(10) a::before { background-color: #b79dc9;}
    &:nth-child(2) a::before { background-color: #90b7d5;}
    &:nth-child(3) a::before { background-color: #98d3d0;}
    &:nth-child(4) a::before { background-color: #94c9a0;}
    &:nth-child(5) a::before { background-color: #c8dd7e;}
    &:nth-child(6) a::before { background-color: #f7e47c;}
    &:nth-child(7) a::before { background-color: #f8bf92;}
    &:nth-child(8) a::before { background-color: #ef998d;}
    &:nth-child(9) a::before { background-color: #fb7a7c;}
    */
  }
  .drawer .g-nav li + li {
    margin-left: 1.2em;
    font-family: "Roboto", sans-serif;
  }
  .drawer .g-nav li a {
    display: block;
    position: relative;
    padding: 0 5px;
  }
  .drawer .g-nav li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
    transform: scaleX(0);
    transition: transform 0.3s;
    transform-origin: right;
    z-index: -1;
  }
  .drawer .g-nav li a span {
    display: block;
  }
  .drawer .g-nav li:nth-child(even) a::before {
    background-color: #fac136;
  }
  .drawer .g-nav li:nth-child(odd) a::before {
    background-color: #444;
  }
  .drawer .g-nav li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .drawer .g-nav--sns {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50px;
    right: 30px;
  }
  .drawer .g-nav--sns li a {
    padding: 0;
  }
  .drawer .g-nav--sns li a::before {
    display: none;
  }
  .drawer .g-nav--sns li a:hover {
    opacity: 0.4;
  }
  .drawer .g-nav--sns li {
    font-size: 16px;
    margin-left: 20px;
  }
  .drawer .g-nav--sns li .ri-line-fill {
    font-size: 19px;
  }
  .block--login {
    position: absolute;
    top: 160px;
    right: 3%;
    z-index: 10;
  }
  .block--login li a::before {
    transform-origin: left;
    transform: scaleX(1);
    transition: transform 0.3s;
  }
  .block--login li a:hover {
    color: #fac136;
  }
  .block--login li a:hover::before {
    background: #fac136;
    transform-origin: right;
    transform: scaleX(0);
  }
  .block--login li a:hover::after {
    border-color: #fac136;
  }
  .footer {
    width: 100%;
    height: 247px;
    padding: 80px 5% 95px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .footer .footer--nav {
    display: flex;
  }
  .footer .footer--nav p {
    font-size: 11px;
    line-height: 1;
    margin-left: 2em;
  }
  .footer .footer--nav p a:hover {
    opacity: 0.4;
  }
  .footer .footer--nav p:first-child {
    margin-left: 0;
  }
  .footer .logo--official a {
    filter: invert(1);
  }
  .footer .logo--official a:hover {
    opacity: 0.4;
  }
  .footer .pagetop {
    width: 40px;
    height: 45px;
    display: block;
    position: absolute;
    right: 5%;
    top: 160px;
  }
  .footer .pagetop:hover {
    opacity: 0.4;
  }
  .footer .copyright {
    margin-top: 30px;
    font-size: 11px;
    line-height: 1;
  }
  .list__more a {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .list__more a::before {
    transition: transform 0.3s;
    transform: scaleX(1);
    transform-origin: left;
  }
  .list__more a:hover {
    color: #fac136;
  }
  .list__more a:hover::before {
    background: #fac136 !important;
    transform: scaleX(0);
    transform-origin: right;
  }
  .list--information .tit {
    width: calc(100% - 6.5em);
  }
  .list--information li > a {
    transition: 0.3s;
    position: relative;
  }
  .list--information li > a::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    background: #000;
    bottom: -1px;
    left: 0;
    transition: transform 0.3s;
    transform: scaleX(0);
    transform-origin: right;
  }
  .list--information li > a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .list--contents li {
    margin-bottom: clamp(90px, 6vw, 200px);
  }
  .list--contents li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  .list--contents li a {
    display: block;
  }
  .list--contents li a .thumb {
    transition: 0.3s;
  }
  .list--contents li a .thumb::after {
    transition: transform 0.3s;
    transform: scaleX(1);
    transform-origin: left;
  }
  .list--contents li a:hover .thumb::after {
    transform: scaleX(0);
    transform-origin: right;
  }
  .block--pager {
    text-align: center;
  }
  .block--pager .pager__item--older,
  .block--pager .pager__item--newer {
    position: static;
  }
  .block--pager .pager__item--older a::after,
  .block--pager .pager__item--newer a::after {
    transition: 0.3s;
  }
  .block--pager a, .block--pager a::after {
    color: #000;
  }
  .block--pager .pager__item--other a {
    padding-bottom: 10px;
  }
  .block--pager .pager__item--other::before {
    transition: background 30s linear, opacity 0.3s;
  }
  .block--pager .pager__item--other:hover::before {
    opacity: 1;
    transition: background 30s linear, opacity 0.3s;
    background-position: 400px;
  }
  .block--category {
    position: relative;
    display: inline-block;
    margin-left: 39px;
    margin-top: -21px;
    top: -7px;
  }
  .block--category li a {
    transition: 0.3s;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 18px;
    position: relative;
  }
  .block--category li a:hover::after {
    opacity: 1;
  }
  .page--blog.category9 .section--detail .block--pager .pager__item--other a,
  .detail__btn a {
    transition: 0.3s;
  }
  .page--blog.category9 .section--detail .block--pager .pager__item--other::after,
  .detail__btn::after {
    transform-origin: left;
    transition: transform 0.4s, color 0.4s;
  }
  .page--blog.category9 .section--detail .block--pager .pager__item--other a:hover,
  .detail__btn a:hover {
    color: #fac136;
  }
  .page--blog.category9 .section--detail .block--pager .pager__item--other:hover::after,
  .detail__btn:hover::after {
    background: #fac136;
    transform: scaleX(0);
    transform-origin: right;
  }
  .block--share a {
    transition: 0.3s;
  }
  /*  page--home
  ------------------------------ */
  .page--home .list--contents li .thumb {
    position: relative;
  }
  .page--home .list--contents li .thumb::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fac136;
    transform-origin: right;
    transition: transform 0.4s;
    transform: scaleX(0);
    mix-blend-mode: multiply;
  }
  .page--home .list--contents li a:hover .thumb::after {
    transform-origin: left;
    transform: scaleX(1);
  }
  .page--home .block--banner .list--bnr li a {
    display: block;
    position: relative;
  }
  .page--home .block--banner .list--bnr li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fac136;
    mix-blend-mode: multiply;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s;
  }
  .page--home .block--banner .list--bnr li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .page--home .section--blog .list--contents li .tit {
    margin-bottom: 0.8em;
  }
  .page--home .section--blog .list--contents li .date {
    margin-left: 1em;
  }
  .page--home .section--contents {
    padding: 10vw 5% 370px !important;
  }
  .page--home .footer {
    height: 307px;
    padding: 140px 5% 60px;
  }
  .page--home .footer .logo--official a {
    filter: invert(0);
  }
  /*  page--info
  ------------------------------ */
  .page--info .section--detail {
    width: clamp(700px, 80%, 1100px);
    padding-top: clamp(70px, 6vw, 140px);
  }
  .page--info .section--detail .txt a {
    transition: 0.3s;
  }
  .page--info .section--detail .txt a:hover {
    color: #fac136;
    text-decoration: none;
  }
  .page--info .block--share li a:hover {
    color: #fac136;
  }
  .page--info .block--share li a:hover svg {
    fill: #fac136;
  }
  .page--info .block--share li svg {
    vertical-align: -2px;
    transition: 0.3s;
  }
  .page--info .block--share li.share {
    letter-spacing: 0.1em;
    vertical-align: 1px;
  }
  .page--info .btn a {
    width: 300px;
    display: block;
    background: #FFC800;
    color: #000;
    text-decoration: none !important;
    padding: 15px;
    font-weight: 400;
    margin: 0 auto;
    transition: 0.4s;
    font-size: 15px;
    border-radius: 3px;
  }
  .page--info .btn.main a:hover {
    opacity: 0.8 !important;
    color: #000 !important;
  }
  /*  page--blog
  ------------------------------ */
  .page--blog .block--header {
    height: clamp(100px, 28vw, 500px);
  }
  .page--blog .list--contents li a:hover .thumb::after {
    transform-origin: right;
    transform: scaleX(0);
  }
  .page--blog .list--blog-cateogry li a:hover {
    transform: scale(1.08);
  }
  /*  page--bbs
  ------------------------------ */
  .page--bbs .section--list .section-tit {
    margin-bottom: 70px;
  }
  .page--bbs .report-btn a:hover {
    opacity: 0.5;
  }
  .page--bbs .section--detail .list--information li .ph img {
    max-height: 50vh;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left;
       object-position: left;
  }
  /*  page--photo
  ------------------------------ */
  .page--photo.page--photo__detail .section--list {
    padding: 140px 5% 110px;
  }
  .page--photo.page--photo__detail .section--list .block--txt .tit {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 50px;
  }
  .page--photo.page--photo__detail.story .attention {
    position: absolute;
    right: 6%;
    bottom: 70px;
    font-size: 12px;
    writing-mode: horizontal-tb;
  }
  .page--photo.page--photo__detail.story .story-tit {
    width: 100%;
    margin: 0 auto 50px;
  }
  .page--photo.page--photo__detail.story .book-tit {
    position: absolute;
    top: 40px;
    right: 5%;
    font-weight: bold;
    writing-mode: horizontal-tb;
  }
  .page--photo.page--photo__detail.story .book-inner {
    position: relative;
  }
  .page--photo.page--photo__detail.story .dummy {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
  }
  .page--photo.page--photo__detail.story .list--information li > a::after {
    background: #7b3b32;
  }
  .page--photo.page--photo__detail.story .list--information .tit {
    position: relative;
    font-size: 16px;
    left: 0;
  }
  .page--photo.page--photo__detail.story .detail__btn a:hover {
    color: #fac136;
  }
  .page--photo.page--photo__detail.story .detail__btn:hover::after {
    background: #fac136;
  }
  .page--photo.page--photo__detail.story .mfp-container {
    height: auto;
  }
  .page--photo.page--photo__detail.story .mfp-arrow {
    top: auto;
    bottom: 20px;
    height: 40px;
    color: #333;
    opacity: 1;
  }
  .page--photo.page--photo__detail.story .mfp-arrow::after {
    display: none;
  }
  .page--photo.page--photo__detail.story .mfp-arrow::before {
    margin: 0;
    width: 100%;
    height: 100%;
    position: static !important;
    border: none !important;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
  }
  .page--photo.page--photo__detail.story .mfp-arrow-left {
    right: 5%;
    left: auto;
  }
  .page--photo.page--photo__detail.story .mfp-arrow-right {
    left: 5%;
  }
  .page--photo.page--photo__detail.story .mfp-arrow-left::before {
    content: "前の章";
  }
  .page--photo.page--photo__detail.story .mfp-arrow-right::before {
    content: "次の章";
  }
  .page--photo.page--photo__detail.story .mfp-content,
  .page--photo.page--photo__detail.story .chapter {
    width: 100%;
    height: 100%;
  }
  .page--photo.page--photo__detail.story .chapter {
    padding: 100px 0;
  }
  .page--photo.page--photo__detail.story .chapter .book-img {
    opacity: 0;
    max-width: initial;
  }
  .page--photo.page--photo__detail.story .block--book {
    width: 80%;
    margin: 0 auto;
    writing-mode: vertical-rl;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .page--photo.page--photo__detail.story .book-close {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 80px;
    height: 40px;
    z-index: 9999;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    margin-left: -40px;
    opacity: 0.7;
    cursor: pointer;
    writing-mode: horizontal-tb;
  }
  .page--photo.category--9 .list--contents {
    max-width: 500px;
    width: 80%;
    margin: 0 auto;
  }
  .page--photo.category--9 .list--contents li {
    width: 100%;
    margin-right: 0;
  }
  .page--photo.category--9 .list--contents li .date {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .page--photo.category--9 .list--contents li .date + img {
    margin-bottom: 5px;
  }
  .page--photo.category--9 .list--contents li a:hover .thumb:after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .category--9.page--photo .section--list {
    width: 80%;
    max-width: 900px;
    margin: 80px auto;
    min-height: 640px;
  }
  /*  page--special
  ------------------------------ */
  .page--special .list--contents li .thumb::after {
    background: #fac136;
    transform-origin: right;
    transform: scaleX(0);
    mix-blend-mode: multiply;
  }
  .page--special .list--contents li a:hover .thumb::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  /*  page--home__free
  ------------------------------ */
  .page--home__free .section--heroimg .block--contents .txt--login a {
    transition: 0.2s;
  }
  .page--home__free .section--heroimg .block--contents .txt--login a:hover {
    border-bottom-color: transparent;
  }
  .page--home__free .section--contents .section-tit {
    font-size: 24px;
  }
  .page--home__free .section--contents .block--banner .list--banner li {
    min-width: 670px;
  }
  .page--home__free .section--contents .block--banner .list--banner li a:hover {
    background: #FF7C92;
  }
  .page--home__free .section--contents .block--contents .block--contents__item .thumb::before {
    transition: 0.4s;
    transform-origin: right;
  }
  .page--home__free .section--contents .block--contents .block--contents__item .thumb:hover::before {
    transform: scaleX(0);
  }
  /*  page--digital-pamphlet
  ------------------------------ */
  .page--digital-pamphlet .btn .btn--main:hover {
    opacity: 0.8;
  }
  .page--digital-pamphlet .list--pamphlet li a:hover .thumb::before {
    transform: scaleX(0);
  }
  .page--pamphlet__detail .btn {
    margin-left: 75px;
  }
  .page--pamphlet__detail.page--digital-pamphlet .area--movie .block--player a:hover::before {
    transform: scaleX(0);
  }
  .page--pamphlet__detail .area--movie + .btn {
    margin-left: 150px;
  }
  /*  page--contact
  ------------------------------ */
  .page--contact .list--information a {
    justify-content: flex-start;
  }
  .page--contact .url a i,
  .page--contact .block--nav li a i {
    display: inline-block;
    margin-right: 5px;
  }
  /*  page--movie
  ------------------------------ */
  .page--movie .block--comment {
    text-align: center;
    padding: 40px;
    margin-top: 80px;
  }
  .page--movie .block--comment .btn {
    margin-bottom: 0;
  }
  .page--movie .block--comment-post .btn--main:hover {
    background: #fff;
  }
  .page--movie .section--detail .txt--basic {
    padding-top: 80px;
    margin-bottom: 0;
    /*
      border-top: none;
    line-height: 1.8;
    font-size: 1.1em;
    font-weight: bold;
    padding-right: 6%;
    margin-top: 170px;
      margin-left: 10%;
    */
  }
  .page--movie.new-movie .section--list {
    width: 100% !important;
    max-width: 100% !important;
  }
  .page--movie.new-movie .list--contents {
    display: flex;
    flex-wrap: wrap;
  }
  .page--movie.new-movie.movie-all .block--latest-list, .page--movie.new-movie.radio-all .block--latest-list {
    margin-bottom: 6vw;
  }
  .page--movie.new-movie.movie-all .block--latest-list .latest-tit, .page--movie.new-movie.radio-all .block--latest-list .latest-tit {
    width: 100% !important;
    margin: 0 0 1em !important;
    font-size: 24px;
  }
  .page--movie.new-movie.movie-all .block--category-list, .page--movie.new-movie.radio-all .block--category-list {
    margin-bottom: 6vw;
  }
  .page--movie.new-movie .block--category-list + .block--pager {
    margin-bottom: 4vw;
  }
  .page--movie.new-movie .category-tit {
    width: 100% !important;
    margin: 0 0 1em !important;
    font-size: 24px;
  }
  .page--movie.new-movie .list__more {
    text-align: right;
  }
  .page--movie.new-movie .block--sort-category .block--sort .btn--setting button {
    cursor: pointer;
  }
  .page--movie.new-movie .block--sort-category .block--sort .btn--setting button:hover {
    background: #000;
  }
  .page--movie.new-movie .btn--sort .btn--sort {
    top: 20px;
  }
  .page--movie.new-movie .section--detail .area--movie .video-js .vjs-progress-control {
    bottom: 3.6em;
  }
  /*  page--questionnaire
  ------------------------------ */
  .page--questionnaire .content-main > section {
    width: 100%;
    max-width: 900px;
    padding: 0 0 30px;
    margin: 0 auto;
  }
  .page--questionnaire .form__select {
    max-width: 100%;
  }
  .page--questionnaire .form__select select {
    padding: 0.8em;
  }
  /*  page--faq
  ------------------------------ */
  .block--faq-detail a:hover {
    text-decoration: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1280px) {
  .header .logo {
    margin-left: 0;
  }
}
/*
@media print, screen and (min-width:1007px) and (max-width:1280px) {
	.header .g-nav {
		top: 80px;
	}
	.header .g-nav:not(.g-nav--sns) li {
		font-size: 13px;
	}
	.header .g-nav li + li {
		margin-left: 0.8em;
	}

	.header .g-nav--sns {
		display: flex;
		align-items: center;
		position: absolute;
		top: 40px;
		right: 30px;
	}
}
@media print, screen and (min-width:766px) and (max-width:1006px) {
	.header .logo {
		width: calc(762px / 3) !important;
	}
	.header .g-nav:not(.g-nav--sns) li {
		font-size: 12px;
	}
	.header .g-nav li + li {
		margin-left: 0;
	}
	.header .g-nav.g-nav--sns li{
		margin-left: 10px;
	}
	.drawer .g-nav:not(.g-nav--sns) {
	    display: flex;
			flex-wrap: wrap;
			text-align: left;
			justify-content: flex-start;
			li a{font-size: 6vw;}
			li{margin-bottom: 10px;}
	}
}
*/
@media print, screen and (min-width: 766px) and (max-width: 1170px) {
  .page--home__free .section--contents .block--contents .btn .btn--main {
    min-width: inherit;
    font-size: 15px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 100%;
  }
}
@media print, screen and (min-width: 766px) and (max-width: 1006px) {
  .page--digital-pamphlet .area--schedule {
    padding: 0 0 0 5%;
  }
  .page--digital-pamphlet .list--pamphlet li a .tit {
    font-size: 11px;
  }
  .page--digital-pamphlet .table--shcedlue tbody tr td:first-child {
    width: 150px;
  }
  .page--digital-pamphlet .table--shcedlue tbody tr td .venue {
    font-size: 15px;
  }
  .page--digital-pamphlet.page--pamphlet__detail .area-tit {
    font-size: 20px;
  }
}
/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body .cboxPhoto {
    width: auto !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  body {
    font-size: 14px;
  }
  .content-main {
    padding-top: 21.3333333333vw;
  }
  .btn--main {
    width: 80%;
    padding: 1.2em 1em;
    border-radius: 3px;
    letter-spacing: 0.01em;
  }
  /*  page--special
  ------------------------------ */
  /*  page--entry
  ------------------------------ */
  /*  notice
  ------------------------------ */
  /* page--questionnaire
  ------------------------------ */
}
@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: 80%;
    padding: 1.2em 1em;
    border-radius: 3px;
    letter-spacing: 0.01em;
    margin: 0.5em;
  }
}
@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 {
    width: 100%;
    height: 21.3333333333vw;
    padding: 22px 6%;
    box-sizing: border-box;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
    transition: height 0.4s, padding 0.4s;
  }
  .header .logo {
    width: 33%;
    display: inline-block;
    position: relative;
    z-index: 50;
    transition: 0.4s;
  }
  .header .drawer__btn {
    width: 5.3333333333vw;
    height: 2.9333333333vw;
    position: absolute;
    right: 6%;
    top: 9.7333333333vw;
    z-index: 50;
    display: block;
    transition: all 0.4s ease-in-out;
  }
  .header .drawer__btn::before, .header .drawer__btn::after {
    width: 100%;
    height: 2px;
    background: #000;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    transition: all 0.4s ease-in-out;
  }
  .header .drawer__btn::after {
    top: auto;
    bottom: 0;
  }
  .header .drawer {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 100px 6%;
    box-sizing: border-box;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    transform: translate(0, 100%);
    opacity: 0;
    transition: opacity 0.2s 0s, transform 0.3s 0.1s;
  }
  .header .g-nav,
  .header .g-nav--sns,
  .header .g-nav--support {
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: scale(0.95) translateY(10px);
    transition: opacity 0.3s 0.2s, transform 0.3s 0s;
  }
  .header .g-nav--sns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    right: auto;
    top: auto;
    margin-top: 8vw;
  }
  .header .g-nav--sns li {
    font-size: 16px;
    margin-left: 20px;
  }
  .header .g-nav--sns li a {
    display: block;
  }
  .header .g-nav.login--list {
    position: relative;
    padding-top: 20px;
  }
  .header .g-nav.login--list::before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    background: #000;
    top: 10px;
    left: 0;
  }
  .header li a {
    font-family: din-2014-narrow, sans-serif;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-style: normal;
    font-size: 8vw;
    line-height: 1.7;
    color: #333;
  }
  .scrolling .header {
    height: 60px;
    padding: 17px !important;
  }
  .scrolling .header .logo {
    width: 25%;
  }
  .scrolling .header .drawer__btn {
    top: 25px;
  }
  .drawer-visible .header .g-nav,
  .drawer-visible .header .g-nav--sns,
  .drawer-visible .header .g-nav--support {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  .drawer-visible .header .drawer {
    transform: translate(0, 0);
    opacity: 1;
    z-index: 40;
    pointer-events: auto;
  }
  .drawer-visible .header .sp-panel-white {
    opacity: 1;
  }
  .drawer-visible .header .drawer__btn::before, .drawer-visible .header .drawer__btn::after {
    width: 140%;
    top: 50%;
    background: #fac136;
    bottom: auto;
    transform: translateY(-50%) rotate(405deg);
  }
  .drawer-visible .header .drawer__btn::after {
    transform: translateY(-50%) rotate(315deg);
  }
  .block--login {
    position: absolute;
    top: 22.6666666667vw;
    right: 6%;
    z-index: 10;
  }
  .block--login li:last-child {
    margin-left: 1em;
  }
  .block--login a {
    font-size: 13px;
    padding-right: 1.5em;
    padding-bottom: 7px;
  }
  .block--login a::after {
    right: 2px;
  }
  .footer {
    width: 100%;
    padding: 10.6666666667vw 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .footer .logo--official {
    display: none;
    width: 180px;
    margin: 60px auto 0;
  }
  .footer nav {
    display: none;
  }
  .footer .footer--nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin: 0 auto 40px;
  }
  .footer .footer--nav p {
    margin: 0 1.5em 2em;
    display: inline-block;
    font-size: 2.9333333333vw;
  }
  .footer .pagetop {
    width: auto;
    height: 10.6666666667vw;
    margin: 9.3333333333vw auto 0;
    position: relative;
    right: auto;
    top: auto;
  }
  .footer .pagetop img {
    width: 50px;
  }
  .footer .copyright {
    margin-top: 11.3333333333vw;
    font-size: 2.4vw;
  }
  .date {
    font-size: 12px;
    letter-spacing: 0.08em;
    margin-bottom: 5px;
  }
  .tit {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .category {
    font-size: 10px;
    padding: 5px 13px 5px 0;
    transform: scale(0.9);
  }
  .list--information {
    padding: 0;
  }
  .list--information li.new a {
    padding-left: 13vw;
  }
  .list--information li.new a::before {
    font-size: 5vw;
  }
  .list--information li.members a .tit::after {
    transform-origin: left;
    transform: scale(0.8);
  }
  .list--information li a {
    display: block;
    padding: 20px 0;
  }
  .list--information li a .tit {
    font-size: 15px;
    line-height: 1.4;
  }
  .list--information li .date {
    font-size: 10px;
    padding: 0;
    margin-right: 0px;
    margin-bottom: 0;
  }
  .list--contents li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  .list--contents li:nth-child(3n) {
    margin-right: 4%;
  }
  .list--contents li:nth-child(2n) {
    margin-right: 0;
  }
  .list--contents li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .list--contents li .thumb {
    height: 22.6vw;
  }
  .list--contents li .contents__detail {
    padding: 5px 0;
  }
  .list--contents li .contents__detail .tit {
    font-size: 13px;
  }
  .list--contents li .contents__detail .blog-tit {
    margin-bottom: 5px;
  }
  .list--contents li .contents__detail .blog-tit,
  .list--contents li .contents__detail .date {
    font-size: 11px;
    margin-bottom: 0;
  }
  .block--category {
    position: relative;
    margin: -6vw 0 30px;
  }
  .block--category li a {
    letter-spacing: 0.05em;
    font-size: 4vw;
  }
  .block--category li a::after {
    left: 12%;
  }
  .block--category li {
    margin: 0 1.2em 1.2em 0;
  }
  .wrap {
    position: relative;
    overflow: hidden;
    padding-bottom: 42.1333333333vw;
  }
  .section--list,
  .section--detail {
    width: 100%;
    max-width: inherit;
    position: relative;
    z-index: 1;
    padding: 70px 5%;
  }
  .section--list .section-tit,
  .section--detail .section-tit {
    font-size: 9vw;
    margin-bottom: 30px;
  }
  .section--list .date,
  .section--detail .date {
    margin-bottom: 20px;
  }
  .loggedin .section--list,
  .loggedin .section--detail {
    padding: 30px 5% 70px;
  }
  .section--list .list--contents li {
    margin-bottom: 30px;
  }
  .section--list .list--contents li:last-child {
    margin-bottom: 0;
  }
  .section--list .list--contents li .thumb {
    height: 60vw;
  }
  .section-tit__sub {
    position: relative;
    transform: none;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 17px;
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .section-tit {
    font-size: 26px;
  }
  .detail__btn {
    padding-bottom: 5px;
    margin-top: 2em;
    margin-bottom: 0;
  }
  .detail__btn a {
    font-size: 16px;
  }
  .section--detail .tit {
    font-size: 18px;
    line-height: 1.5;
  }
  .section--detail .date {
    font-size: 11px;
  }
  .section--detail .txt {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .box1050.section--detail {
    padding-bottom: 70px;
  }
  .section--list .list--contents li,
  .section--detail .list--contents li {
    width: 100%;
    margin-right: 0;
  }
  .section--list .block--pager,
  .section--detail .block--pager {
    height: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .section--list .block--pager li,
  .section--detail .block--pager li {
    width: 30px;
    height: 30px;
    margin: 0 1.5vw;
  }
  .section--list .block--pager li a,
  .section--list .block--pager li span,
  .section--detail .block--pager li a,
  .section--detail .block--pager li span {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 27px;
  }
  .section--list .block--pager .pager__item--older a::after,
  .section--list .block--pager .pager__item--newer a::after,
  .section--detail .block--pager .pager__item--older a::after,
  .section--detail .block--pager .pager__item--newer a::after {
    width: 8px;
    height: 8px;
    top: 9px;
    right: 7px;
  }
  .section--list .block--pager .pager__item--older a::after,
  .section--detail .block--pager .pager__item--older a::after {
    right: 10px;
  }
  .form--confirm {
    padding: 30px 5% 0;
  }
  .form--confirm dd .ph {
    max-width: 80%;
  }
  .page--home .wrap {
    padding-bottom: 0;
  }
  .page--home .birthday-message {
    padding-top: 10vw;
    margin-bottom: 5vw;
  }
  .page--home .birthday-message a {
    width: 65vw;
    padding: 15px;
    line-height: 1.4;
    border-radius: 7px;
    left: 10vw;
    font-size: 13px;
  }
  .page--home .birthday-message a::before {
    width: 15vw;
    height: 23vw;
    top: 3vw;
    left: -18vw;
  }
  .page--home .birthday-message a::after {
    width: 12px;
    height: 12px;
    left: -10px;
  }
  .page--home .block--login {
    top: 110px;
  }
  .page--home .section--hero {
    width: 100%;
    height: calc(140vw - 80px);
  }
  .page--home .section--hero .block--character {
    width: 8vw;
    top: 20px;
  }
  .page--home .section--hero .block--banner .list--bnr li {
    margin: 0 5px;
  }
  .page--home .section--hero .slick-prev,
  .page--home .section--hero .slick-next {
    display: none;
  }
  .page--home [class^=section--] .list__more {
    right: 7%;
    top: calc(50px + 2.4vw);
  }
  .page--home [class^=section--] .list__more a {
    color: #000;
    font-size: 4vw;
  }
  .page--home [class^=section--] .list__more a::before {
    left: -12vw;
    top: 1.8vw;
  }
  .page--home [class^=section--] .content-tit,
  .page--home [class^=section--] .section-tit {
    font-size: 10vw;
  }
  .page--home [class^=section--]:not(.section--hero) {
    padding: 50px 7%;
  }
  .page--home .section--news .list--information {
    width: 100%;
  }
  .page--home .section--blog {
    padding-bottom: 30px;
  }
  .page--home .section--blog .list--contents li {
    margin-bottom: 30px;
  }
  .page--home .section--blog .list--contents li .blog-tit {
    display: block;
    margin-bottom: 5px;
  }
  .page--home .section--blog .list--contents .tit + .blog-tit {
    display: none;
  }
  .page--home .section--contents {
    padding: 50px 7% 115vw !important;
  }
  .page--home .section--contents .content-tit {
    font-size: 6.5vw;
  }
  .page--home .section--contents .list--contents li {
    width: 48%;
    margin-right: 4%;
  }
  .page--home .section--contents .list--contents li:nth-last-child(3) {
    margin-bottom: 30px;
  }
  .page--home .section--contents .list--contents li:nth-child(3n) {
    margin-right: 4%;
  }
  .page--home .footer {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 60px 0 30px;
  }
  .page--home .footer .logo--official,
  .page--home .footer nav {
    display: block;
  }
  .page--info .section--list .section-tit {
    margin-bottom: 20px;
  }
  .page--info .section--detail {
    padding-bottom: 60px;
  }
  .page--info .section--detail .txt {
    font-size: 14px;
    padding: 30px 0;
  }
  .page--info .btn a {
    width: 100%;
    display: block;
    background: #FFC800;
    color: #000;
    text-decoration: none !important;
    padding: 15px;
    font-weight: 400;
    margin: 0 auto;
    transition: 0.4s;
    font-size: 15px;
    border-radius: 3px;
  }
  .page--bbs .section--detail .block--thread-info {
    padding-bottom: 20px;
  }
  .page--bbs .section--detail .block--thread-info .txt {
    margin-bottom: 0;
  }
  .page--bbs .section--detail .list--information {
    margin-bottom: 50px;
  }
  .page--bbs .section--detail .list--information li {
    padding: 20px 0;
  }
  .page--bbs .section--detail .list--information li .txt {
    line-height: 1.5;
  }
  .page--bbs .section--detail .list--information li .ph img {
    max-height: 50vh;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left;
       object-position: left;
  }
  .page--bbs .block--post {
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .page--bbs .report-btn {
    top: 17px;
  }
  .page--bbs .report-btn a {
    font-size: 10px;
    padding: 8px 5px 7px;
  }
  .page--home__free .section--heroimg {
    height: 111vw;
    background-position: center -16vw;
    background-color: #8aa294;
  }
  .page--home__free .section--heroimg .block--contents {
    width: 100%;
    min-width: inherit;
    padding: 0 15%;
  }
  .page--home__free .section--heroimg .block--contents .txt {
    font-size: 4.2vw;
  }
  .page--home__free .section--heroimg .block--contents .txt--login a {
    font-size: 15px;
  }
  .page--home__free .section--contents {
    padding: 30px 0;
  }
  .page--home__free .section--contents .block--banner {
    padding: 10px 5% 30px;
  }
  .page--home__free .section--contents .block--banner .list--banner li {
    width: 100%;
  }
  .page--home__free .section--contents .block--banner .list--banner li a {
    font-size: 1.2em;
    text-align: center;
    padding: 15px 3% 15px;
    letter-spacing: 0.05em;
    border-radius: 6px;
  }
  .page--home__free .section--contents .section-tit {
    font-weight: bold;
    font-size: 5vw;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
  }
  .page--home__free .section--contents .block--contents {
    display: block;
    padding: 0 6%;
  }
  .page--home__free .section--contents .block--contents .block--contents__item {
    width: 100%;
  }
  .page--home__free .section--contents .block--contents .block--contents__item .btn .btn--main {
    width: 100%;
  }
  .page--home__free .section--contents .block--contents .block--contents__item:not(:last-child) {
    margin-bottom: 5vw;
  }
  .page--home__free .section--contents .block--contents .block--contents__item .block-tit {
    font-size: 5vw;
    top: 13%;
    left: 5%;
  }
  .page--home__free .section--contents .block--contents .block--contents__item .block--txt {
    padding: 7vw;
  }
  .page--home__free .section--contents .block--contents .block--contents__item .block--txt .tit {
    font-weight: bold;
    font-size: 4.2vw;
  }
  .page--home__free .section--contents .block--contents .block--contents__item .btn .btn--main {
    font-weight: normal;
    font-size: 15px;
    margin-top: 1em;
    margin-bottom: 0;
  }
  .page--blog .section--list .block---category-list {
    width: 100%;
    margin-bottom: 2.5em;
    margin-top: -1em;
  }
  .page--blog .section--list .block---category-list li {
    margin-right: 1%;
  }
  .page--blog .section--list .block---category-list li:last-child {
    margin-right: 0;
  }
  .page--blog .section--list .block---category-list li a {
    display: block;
    border-radius: 50%;
    line-height: 0;
    overflow: hidden;
  }
  .page--blog .section--list .section-tit {
    font-size: 10vw;
    margin-bottom: 50px;
  }
  .page--blog .section--list .list--contents li .contents__detail {
    display: none;
  }
  .page--blog .section--list .list--contents li .non_login .thumbBox::before {
    font-size: 11px;
  }
  .page--blog:not(.blog--sub-catgory0) .block--header {
    margin: 0 -6% 5vw;
  }
  .page--blog:not(.blog--sub-catgory0) .loggedin .form__select {
    top: 9.3333333333vw;
  }
  .page--blog .block--header {
    height: 40vw;
    margin-top: 40px;
  }
  .page--blog .content-main > .section-tit {
    font-size: 6vw;
    padding-left: 7%;
    top: 10px;
  }
  .page--blog .form__select {
    display: block;
    width: 30%;
    font-size: 3.2vw;
    margin-bottom: 0;
    left: inherit;
    top: 18.9333333333vw;
    right: 5%;
    transform: none;
  }
  .page--blog .section--detail {
    padding: 30px 7% 50px !important;
    margin-right: 0;
  }
  .page--blog .section--detail .section-tit {
    font-size: 6vw;
    padding-left: 0;
    top: -20px;
  }
  .page--blog .section--detail > .block--pager {
    margin-bottom: 30px;
  }
  .page--blog .section--detail > .txt {
    font-size: 14px;
    line-height: 2;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 50px 0 20px;
    margin-bottom: 25px;
  }
  .page--blog .section--detail .block--label {
    font-size: 6vw;
  }
  .page--blog .section--detail .block--pager {
    margin-top: 20px;
  }
  .page--blog .section--detail .block--pager .pager__item--other a {
    line-height: 1.8;
    height: auto;
    top: 0.2em;
  }
  .page--blog .section--detail .block--comment {
    border-top: 0;
    padding-top: 30px;
  }
  .page--blog .section--detail .block--comment .list--comment li {
    padding: 20px 0 17px;
  }
  .page--blog .section--detail .block--comment .list--comment li .txt {
    margin-bottom: 0;
    line-height: 1.5;
  }
  .page--blog .section--detail .block--comment .list--comment li .date {
    font-size: 12px;
    top: 21px;
  }
  .page--blog .section--detail .block--comment .list--comment li .name {
    margin-bottom: 0.8em;
  }
  .page--blog .section--detail .block--comment .list--comment li .btn--delete {
    right: 94px;
    top: 12px;
  }
  .page--blog.blog--sub-catgory7 .section--list .list--contents {
    display: block;
  }
  .page--blog.blog--sub-catgory7 .section--list .list--contents li {
    width: 100%;
    margin: 0 auto 25px;
    padding: 0 0 25px 0;
  }
  .page--blog.blog--sub-catgory7 .section--list .list--contents li a .thumb {
    height: auto;
    margin: 0 0 20px 0;
  }
  .page--blog.blog--sub-catgory7 .section--list .list--contents li a .non_login.thumb::before {
    font-size: 16px;
  }
  .page--blog.blog--sub-catgory7 .section--list .list--contents li a .icon {
    width: 45px;
    height: 45px;
    background-size: 95px;
    margin: 0 0 10px 0;
  }
  .page--blog.blog--sub-catgory7 .section--list .list--contents li a .name {
    font-size: 14px;
    top: 13px;
    left: 56px;
  }
  .page--blog.category7 .section--detail {
    position: relative;
  }
  .page--blog.category7 .section--detail .icon {
    width: 45px;
    height: 45px;
    background-size: 95px;
    margin: 0 0 10px 0;
  }
  .page--blog.category7 .section--detail .name {
    font-size: 14px;
    top: 45px;
    left: 80px;
  }
  .page--blog.category7 .section--detail .icon--like {
    margin: 0 0 15px 0;
    font-size: 11px;
  }
  .page--blog.category7 .section--detail .icon--like .fa {
    font-size: 18px;
  }
  .page--blog.category7 .section--detail .icon--like:hover .fa {
    color: #9a9a9a;
  }
  .page--blog.category7 .section--detail .list--comment .name {
    display: block;
  }
  .page--photo .section--list {
    padding-bottom: 40px;
  }
  .page--photo .section--list .list--contents li {
    margin-bottom: 20px;
  }
  .page--photo.story .list--information .tit {
    margin-bottom: 2px;
  }
  .page--photo.story .list--information li {
    border-bottom: 1px solid #7b3b32;
  }
  .page--photo.story .book-tit {
    position: absolute;
    top: 16px;
    right: 3%;
    writing-mode: horizontal-tb;
    font-size: 13px;
  }
  .page--photo.story .book-inner {
    position: relative;
  }
  .page--photo.story .dummy {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .page--photo.story .block--book {
    width: 100%;
    height: 100%;
    padding: 12% 0 20px;
  }
  .page--photo.story .block--book .book-inner {
    width: 96%;
    margin: 1vh auto 0;
    overflow: scroll;
    writing-mode: vertical-rl;
    -webkit-overflow-scrolling: touch;
  }
  .page--photo.story .block--book .book-inner img {
    max-width: initial;
  }
  .page--photo.story .block--book .book-inner .book-img {
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  .page--photo.story .block--book .book-inner.show .book-img {
    opacity: 1;
  }
  .page--photo.story .mfp-container {
    padding-left: 0;
    padding-right: 0;
    height: auto;
  }
  .page--photo.story .mfp-arrow {
    top: auto;
    bottom: 20px;
    height: 60px;
    opacity: 1;
  }
  .page--photo.story .mfp-arrow::after {
    display: none;
  }
  .page--photo.story .mfp-arrow::before {
    margin: 0;
    width: 100%;
    height: 100%;
    position: static !important;
    border: none !important;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
  }
  .page--photo.story .mfp-wrap {
    top: 0 !important;
  }
  .page--photo.story .mfp-arrow-left {
    left: auto;
    right: 0;
    transform-origin: right;
  }
  .page--photo.story .mfp-arrow-right {
    left: 0;
    right: auto;
    transform-origin: left;
  }
  .page--photo.story .mfp-arrow-left::before {
    content: "前の章";
  }
  .page--photo.story .mfp-arrow-right::before {
    content: "次の章";
  }
  .page--photo.story .mfp-content,
  .page--photo.story .chapter {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .page--photo.story .book-close {
    width: 100px;
    height: 60px;
    margin: 0 auto;
    z-index: 2;
    font-weight: bold;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    transform: scale(0.75);
    opacity: 0.7;
    writing-mode: horizontal-tb;
  }
  .page--photo.category--9 .section--list {
    width: 90%;
    margin: 25px auto 40px;
    min-height: 62vh;
  }
  .page--photo.category--9 .list--contents {
    margin: 3%;
  }
  .page--photo.category--9 .list--contents li {
    margin: 0 0 35px;
  }
  .page--photo.category--9 .list--contents li:last-child {
    margin: 0;
  }
  .page--photo.category--9 .list--contents .date {
    margin-bottom: 6px;
    margin-left: 3px;
  }
  .page--photo.category--9 .list--contents .date + img {
    margin-bottom: 5px;
  }
  .page--photo.page--photo__detail .section--list {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 70px;
  }
  .page--photo.page--photo__detail .section--list .block--txt .tit {
    font-size: 18px;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .page--photo.page--photo__detail .section--list .list--contents li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 1%;
  }
  .page--photo.page--photo__detail .section--list .list--contents li:nth-child(2n) {
    margin-right: 2%;
  }
  .page--photo.page--photo__detail .section--list .list--contents li:nth-child(3n) {
    margin-right: 0;
  }
  .page--photo.page--photo__detail .section--list .list--contents li .thumb {
    height: 30%;
  }
  .page--photo #swipebox-action #swipebox-close {
    right: 3%;
  }
  .page--photo #swipebox-action #swipebox-prev,
  .page--photo #swipebox-action #swipebox-next {
    width: 30px;
    height: 30px;
    transform: translateY(460%);
  }
  .page--photo #swipebox-action #swipebox-next::after {
    width: 0.5em;
    height: 0.5em;
    margin-top: 0.75em;
    margin-left: 0.75em;
  }
  .page--photo #swipebox-action #swipebox-prev::after {
    width: 0.5em;
    height: 0.5em;
    margin-top: 0.75em;
    margin-left: 0.9em;
  }
  .page--photo.page--photo__detail.category--8 .list--contents, .page--photo.page--photo__detail.category--20 .list--contents {
    width: clamp(200px, 101vw, 600px);
    margin: 0 -6%;
    padding: 40px 5% 80px;
  }
  .page--photo.page--photo__detail.category--8 .list--contents li, .page--photo.page--photo__detail.category--20 .list--contents li {
    width: clamp(200px, 90vw, 600px);
    margin-bottom: 0;
    margin-right: 0;
  }
  .page--photo.page--photo__detail.category--8 .list--contents li:nth-child(2n), .page--photo.page--photo__detail.category--20 .list--contents li:nth-child(2n) {
    margin-right: 0;
  }
  .page--photo.page--photo__detail.category--8 .list--contents li .thumb, .page--photo.page--photo__detail.category--20 .list--contents li .thumb {
    height: auto;
  }
  .page--photo.page--photo__detail.category--8 .list--contents li .thumb img, .page--photo.page--photo__detail.category--20 .list--contents li .thumb img {
    width: 100%;
    height: auto;
  }
  .page--photo.page--photo__detail.category--8 .slick-next,
  .page--photo.page--photo__detail.category--8 .slick-prev, .page--photo.page--photo__detail.category--20 .slick-next,
  .page--photo.page--photo__detail.category--20 .slick-prev {
    border-color: #000;
  }
  .page--photo.page--photo__detail.category--8 .slick-next, .page--photo.page--photo__detail.category--20 .slick-next {
    left: inherit;
    top: calc(100% - 50px);
    left: 4%;
  }
  .page--photo.page--photo__detail.category--8 .slick-prev, .page--photo.page--photo__detail.category--20 .slick-prev {
    right: 4%;
    top: calc(100% - 50px);
  }
  .page--movie .section-tit__sub {
    right: inherit;
  }
  .page--movie.category-4 .section-tit__sub, .page--movie.category-6 .section-tit__sub {
    right: 0;
  }
  .page--movie .section--list .list--contents li a .thumb {
    height: 51.6vw;
  }
  .page--movie .section--list .section-tit {
    text-align: center;
    font-size: 10vw;
    margin-bottom: 30px;
  }
  .page--movie .block--comment-post {
    text-align: left;
    border-radius: 7px;
    padding: 20px 5% 10px;
    margin: 0 auto 40px;
  }
  .page--movie.category-2 .section--detail, .page--movie.category-4 .section--detail {
    margin-bottom: 50px;
  }
  .page--movie.category-2 .section--detail .section-tit, .page--movie.category-4 .section--detail .section-tit {
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 0;
  }
  .page--movie.category-2 .section--detail .txt, .page--movie.category-4 .section--detail .txt {
    margin-bottom: 0;
  }
  .page--movie.category-2 .section--detail .txt--sub, .page--movie.category-4 .section--detail .txt--sub {
    margin-bottom: 0;
    color: #fff;
  }
  .page--movie.category-2 .section--detail .block--player.ulizahtml5-player, .page--movie.category-4 .section--detail .block--player.ulizahtml5-player {
    margin-bottom: 20px;
  }
  .page--movie.category-2 .section--detail .btn .btn--sub, .page--movie.category-4 .section--detail .btn .btn--sub {
    border-color: #fff;
    color: #fff;
  }
  .page--movie.category-6 .loggedin .section--detail, .page--movie.category-7 .loggedin .section--detail {
    padding: 30px 5% 60px;
  }
  .page--movie.category-6 .section--detail, .page--movie.category-7 .section--detail {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 70px;
  }
  .page--movie.category-6 .section--detail .section-tit, .page--movie.category-7 .section--detail .section-tit {
    text-align: center;
    font-size: 10vw;
    margin-bottom: 30px;
  }
  .page--movie.category-6 .section--detail .date, .page--movie.category-7 .section--detail .date {
    font-size: 11px;
    margin-bottom: 20px;
  }
  .page--movie.category-6 .section--detail .tit, .page--movie.category-7 .section--detail .tit {
    font-size: 18px;
    margin-bottom: 5px;
    padding-left: 0;
  }
  .page--movie.category-6 .section--detail .txt, .page--movie.category-7 .section--detail .txt {
    font-size: 14px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 20px 0;
  }
  .page--movie.category-6 .txt--basic, .page--movie.category-7 .txt--basic {
    border-color: #aaa;
    padding-top: 30px;
    margin-bottom: 10px;
  }
  .page--movie.category-6 .block--player.ulizahtml5-player, .page--movie.category-7 .block--player.ulizahtml5-player {
    margin-bottom: 20px;
  }
  .page--movie .block--player {
    position: relative;
    width: 100%;
    margin: 10px auto;
  }
  .page--movie .block--player video {
    width: 100%;
    background: #000;
  }
  .page--movie .txt--sub {
    position: relative;
    color: #000;
    padding: 0 2%;
    margin-bottom: 30px;
  }
  .page--movie .section--detail .date {
    font-size: 15px;
    margin-bottom: 5px;
    padding-left: 22px;
  }
  .page--movie .section--detail .date::before {
    width: 10px;
    height: 0.5px;
    left: 4px;
    top: 6px;
  }
  .page--movie .section--detail .tit {
    font-size: 15px;
    padding-left: 21px;
  }
  .page--movie .section-tit {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.06em;
    margin-bottom: 30px;
  }
  .page--movie.new-movie .section--list {
    padding: 0 5% 15% !important;
  }
  .page--movie.new-movie .section--list .block--latest-list .list--contents li,
  .page--movie.new-movie .section--list .block--movie .list--contents li {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .page--movie.new-movie .section--list .block--latest-list .list--contents li:nth-child(3n),
  .page--movie.new-movie .section--list .block--movie .list--contents li:nth-child(3n) {
    margin-right: 0;
  }
  .page--movie.new-movie .section--list .block--latest-list .list--contents li:last-child,
  .page--movie.new-movie .section--list .block--movie .list--contents li:last-child {
    margin-bottom: 0;
  }
  .page--movie.new-movie .section--list .block--latest-list .list--contents li .date,
  .page--movie.new-movie .section--list .block--movie .list--contents li .date {
    margin-bottom: 0;
  }
  .page--movie.new-movie .section--list .section-tit {
    margin: 1em 0 30px !important;
  }
  .page--movie.new-movie .block--sort-category {
    width: 95%;
    top: 12vw;
    right: 5%;
  }
  .page--movie.new-movie .block--sort-category .block--sort {
    width: 80%;
    right: inherit;
    left: 20vw;
    top: 35px;
    max-width: none;
    box-shadow: none;
    border-top: solid 1px rgba(17, 17, 17, 0.1);
    border-bottom: solid 1px rgba(17, 17, 17, 0.1);
  }
  .page--movie.new-movie .block--sort-category .block--sort .btn--sort {
    top: 0;
  }
  .page--movie.new-movie .latest-tit {
    margin-bottom: 12px;
  }
  .page--movie.new-movie .category-tit {
    margin-bottom: 12px;
  }
  .page--movie.new-movie .section--detail {
    padding-left: 0;
    padding-right: 0;
    padding-top: 56.25%;
  }
  .page--movie.new-movie .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
    width: 2em;
    height: 2em;
    margin-top: -0.75em;
    margin-left: -1em;
    line-height: 2em;
  }
  .page--movie.new-movie .section--detail .area--movie .video-js .vjs-control {
    width: 3.5em;
  }
  .page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-control {
    width: 14.5vw;
    height: 14.5vw;
    position: absolute;
    top: -24vw;
    left: 44%;
    font-size: 5vw;
  }
  .page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-control > .vjs-icon-placeholder:before {
    line-height: 1.3 !important;
  }
  .page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-control.vjs-paused span::before {
    content: "";
    line-height: 1;
    background: no-repeat center url(/static/common/newmovie/img/ico--play.svg);
    background-size: contain;
  }
  .page--movie.new-movie .section--detail .area--movie .video-js .vjs-control-bar {
    height: 5em;
  }
  .page--movie.new-movie .section--detail .area--movie .vjs-control-bar {
    background: none;
    padding: 0;
  }
  .page--movie.new-movie .section--detail .area--movie .vjs-http-source-selector.vjs-menu-button {
    position: absolute;
    right: 3.5em;
  }
  .page--movie.new-movie .section--detail .area--movie .vjs-menu-button.vjs-icon-cog {
    font-size: 1.8em;
    line-height: 1.5em;
  }
  .page--movie.new-movie .section--detail .area--movie .vjs-picture-in-picture-control.vjs-control {
    right: 3.4em;
    width: 2em;
    top: 0.15em;
    font-size: 1.8em;
  }
  .page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-progress:before {
    color: #2761e3;
  }
  .page--movie.new-movie .section--detail .area--movie .vjs-menu-button-popup .vjs-menu {
    left: -2.5em;
    margin-bottom: 2.7em;
  }
  .page--movie.new-movie .section--detail .area--movie .video-js .vjs-fullscreen-control {
    right: 0;
  }
  .page--movie.new-movie .section--detail .area--movie .video-js .vjs-progress-holder {
    height: 0.2em;
  }
  .page--movie.new-movie .section--detail .area--movie .video-js .vjs-time-control {
    width: auto;
    font-size: 1.2em;
    line-height: 4.8em;
  }
  .page--movie.new-movie .section--detail .area--movie .video-js .vjs-progress-control {
    width: 100%;
    min-width: 4em;
    bottom: -2.4em;
    left: 0;
  }
  .page--movie.new-movie .section--detail .area--movie .vjs-button > .vjs-icon-placeholder:before {
    font-size: 2em;
    line-height: 2.8;
  }
  .page--movie.new-movie .section--detail .block--player {
    width: 100%;
    aspect-ratio: 16/9;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 5;
  }
  .page--movie.new-movie .section--detail .block--tit {
    width: 100%;
    margin: 0 auto;
    padding: 10px 5vw 2vw;
  }
  .page--movie.new-movie .section--detail .block--tit .tit {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 0.5em;
  }
  .page--movie.new-movie .section--detail .block--tit .category,
  .page--movie.new-movie .section--detail .block--tit .date {
    font-size: 10px;
  }
  .page--movie.new-movie .section--detail .area--more-info {
    width: 100%;
    margin: 0 auto;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab {
    width: 90%;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab > div {
    padding: 10px 0;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab > div .item__ico {
    flex-wrap: wrap;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab > div .item__ico img {
    width: 20px;
    height: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab > div .item__ico span {
    display: none;
    width: 100%;
    text-align: center;
    font-size: 10px;
    transform: scale(0.75);
    letter-spacing: 0.1em;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab > div.current .item__ico span {
    display: block;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main {
    position: relative;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main > div {
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main > div.current {
    display: block;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments {
    padding-top: 5px;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .block--post {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .block--post input[type=text] {
    padding: 15px calc(5vw + 30px) 15px 5vw;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .block--post input[type=submit] {
    width: 30px;
    height: 30px;
    background-size: 55%;
    background-position: 97% center;
    right: 4vw;
    top: 10px;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments div[id^=contents_comment_wrapper] {
    max-height: 70vw;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment {
    margin-top: 0;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt {
    width: 100%;
    padding: 12px 5vw;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt .report-btn {
    width: 20px;
    position: absolute;
    top: 8px;
    right: 3vw;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt .name {
    font-size: 10px;
    margin-bottom: 3px;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt .txt {
    font-size: 12px;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies {
    padding: 16px;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents {
    width: 100%;
    margin: 0 auto;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
    margin-bottom: 0;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li:nth-child(3n) {
    margin-right: 0 !important;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
    justify-content: flex-start;
    width: 100%;
    padding: 6px 0;
    margin: 0 auto;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
    width: 35%;
    border-radius: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt {
    width: 65%;
    padding: 0 10px;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt .tit {
    font-size: 0.9em;
  }
  .page--movie.new-movie .detail__btn {
    padding-top: 6vw;
    padding-bottom: 5vw;
    margin: 5em auto;
  }
  .loggedin .page--digital-pamphlet .section--detail {
    padding-top: 0;
  }
  .page--digital-pamphlet .section-tit__sub {
    text-align: left;
    font-size: 17px;
    right: inherit;
    left: 5%;
    top: 0;
    line-height: 1;
    padding-bottom: 10px;
  }
  .page--digital-pamphlet .section--detail {
    padding: 5vw 0 70px;
    margin-right: 0;
  }
  .page--digital-pamphlet .area--pamphlet {
    padding: 40px 5% 0;
    margin-bottom: 60px;
  }
  .page--digital-pamphlet .area--pamphlet::before {
    height: calc(100% - 25vw);
  }
  .page--digital-pamphlet .area--pamphlet .section-tit {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .page--digital-pamphlet .list--pamphlet {
    width: 100%;
  }
  .page--digital-pamphlet .list--pamphlet li {
    width: 48%;
    margin-bottom: 4%;
  }
  .page--digital-pamphlet .list--pamphlet li a .tit {
    font-size: 12px;
  }
  .page--digital-pamphlet .area--schedule {
    padding: 0 6%;
  }
  .page--digital-pamphlet .area--schedule .area-tit {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
  }
  .page--digital-pamphlet .table--shcedlue {
    width: 100%;
    margin-left: 0;
  }
  .page--digital-pamphlet .table--shcedlue thead th {
    font-size: 10px;
    transform: scale(0.9);
    transform-origin: left bottom;
  }
  .page--digital-pamphlet .table--shcedlue tbody {
    /*tr:first-child td{padding-top: 10px;}*/
  }
  .page--digital-pamphlet .table--shcedlue tbody tr td:first-child {
    width: 50px;
  }
  .page--digital-pamphlet .table--shcedlue tbody tr td .date {
    font-size: 15px;
    margin: 10px 0;
  }
  .page--digital-pamphlet .table--shcedlue tbody tr td .date span {
    display: block;
    font-size: 10px;
    text-align: center;
    margin-left: 0;
    margin-top: 3px;
  }
  .page--digital-pamphlet .table--shcedlue tbody tr td .place {
    width: 38px;
    font-size: 10px;
    text-align: center;
    padding: 8px 0 7px;
    margin-right: 10px;
    transform-origin: left;
    transform: scale(0.9);
    vertical-align: top;
  }
  .page--digital-pamphlet .table--shcedlue tbody tr td .venue {
    width: calc(100% - 50px);
    font-size: 13px;
    padding-top: 15px;
  }
  .page--digital-pamphlet.page--pamphlet__detail .area-tit {
    font-size: 15px;
    margin-bottom: 20px;
    padding-left: 20px;
    line-height: 1.6;
  }
  .page--digital-pamphlet.page--pamphlet__detail .area-tit::before {
    width: 10px;
    z-index: 1;
    top: 10px;
  }
  .page--digital-pamphlet.page--pamphlet__detail .area--pamphlet {
    margin-bottom: 30px;
  }
  .page--digital-pamphlet.page--pamphlet__detail .area--pamphlet::before {
    height: calc(100% - 50vw);
  }
  .page--digital-pamphlet.page--pamphlet__detail .area--pamphlet .thumb {
    width: 93%;
    border: 3px solid #fff;
    margin-left: 3%;
    margin-bottom: 20px;
  }
  .page--digital-pamphlet.page--pamphlet__detail .area--movie {
    padding: 40px 5%;
    margin-right: 0;
  }
  .page--digital-pamphlet.page--pamphlet__detail .area--movie .block--player {
    padding-top: 0;
    position: relative;
  }
  .page--digital-pamphlet.page--pamphlet__detail .area--movie .block--player a::after {
    width: 70px;
    height: 70px;
    background: no-repeat url(/static/macaroniempitsu/common/ico_play.svg) 68% 50%;
    background-size: 40px 40px;
    border-radius: 50px;
    padding: 20px;
  }
  body #colorbox {
    width: 100% !important;
    left: 0 !important;
  }
  body #cboxWrapper {
    max-width: none;
    width: 100% !important;
    padding-top: 15px;
  }
  body #cboxContent {
    width: 88vw !important;
    height: auto !important;
    padding: 10px 0 20px;
  }
  body #cboxLoadedContent {
    width: 100% !important;
    height: auto !important;
  }
  body .cboxPhoto {
    max-height: 50vh !important;
    max-width: inherit;
    width: 85% !important;
    height: auto !important;
  }
  body #cboxTitle {
    font-size: 12px;
    float: none !important;
    position: relative;
    left: 7%;
    bottom: 10px;
  }
  body #cboxCurrent {
    display: block;
    font-size: 12px;
    float: none !important;
    text-align: center;
    position: relative;
    left: inherit;
    bottom: 0;
    right: 0;
  }
  body #cboxCurrent .total::before {
    width: 12px;
    top: 5px;
    left: -1px;
  }
  body #cboxNext {
    width: 12px;
    height: 12px;
    right: 10px;
  }
  body #cboxPrevious {
    width: 12px;
    height: 12px;
    left: 10px;
  }
  body #cboxClose {
    top: -40px;
    right: -2px;
  }
  .page--blog {
    /*&.category9 .section--detail .block--pager .pager__item--other{
    	width: 11em;
    	a{ font-size: 18px;}
    }*/
  }
  .page--blog .section-tit__sub {
    text-align: center;
    right: 0;
  }
  .page--blog .section--detail {
    padding: 0;
    margin-right: 0;
  }
  .page--blog.blog--catgory8 .list--contents li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 8%;
  }
  .page--blog.blog--catgory8 .list--contents li:nth-child(3n) {
    margin-right: 4%;
  }
  .page--blog.blog--catgory8 .list--contents li:nth-child(2n) {
    margin-right: 0;
  }
  .page--blog.blog--catgory8 .list--contents li .contents__detail {
    display: block;
    position: static;
    transform: none;
    color: #000;
    text-align: left;
    padding: 15px 0 0;
  }
  .page--blog.blog--catgory8 .list--contents li .contents__detail .tit {
    display: none;
  }
  .page--blog.blog--catgory8 .list--contents li .contents__detail .date {
    color: #888;
  }
  .page--blog.blog--catgory8 .list--contents li .thumb {
    height: auto;
  }
  .page--blog.page--blog__detail .area--blog {
    padding-bottom: 40px;
  }
  .page--blog.page--blog__detail .area--blog::before {
    height: 100%;
  }
  .page--blog .area--blog {
    padding: 40px 5% 0;
    margin-bottom: 60px;
  }
  .page--blog .area--blog::before {
    height: calc(100% - 25vw);
  }
  .page--blog .area--blog .list--contents {
    width: 100%;
  }
  .page--blog .area--blog .list--contents li {
    width: 100%;
    margin-bottom: 4%;
  }
  .page--blog .area--blog .list--contents li a {
    display: block;
  }
  .page--blog .area--blog .list--contents li a .tit {
    font-size: 12px;
  }
  .page--blog .area--blog .section-tit {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .page--blog .area--schedule {
    padding: 0 6%;
  }
  .page--blog .area--schedule .area-tit {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
  }
  .page--blog .table--shcedlue {
    width: 100%;
    margin-left: 0;
  }
  .page--blog .table--shcedlue thead th {
    font-size: 10px;
    transform: scale(0.9);
    transform-origin: left bottom;
  }
  .page--blog .table--shcedlue tbody {
    /*tr:first-child td{padding-top: 10px;}*/
  }
  .page--blog .table--shcedlue tbody tr td:first-child {
    width: 50px;
  }
  .page--blog .table--shcedlue tbody tr td .date {
    font-size: 15px;
    margin: 10px 0;
  }
  .page--blog .table--shcedlue tbody tr td .date span {
    display: block;
    font-size: 10px;
    text-align: center;
    margin-left: 0;
    margin-top: 3px;
  }
  .page--blog .table--shcedlue tbody tr td .place {
    width: 38px;
    font-size: 10px;
    text-align: center;
    padding: 8px 0 7px;
    margin-right: 10px;
    transform-origin: left;
    transform: scale(0.9);
    vertical-align: top;
  }
  .page--blog .table--shcedlue tbody tr td .venue {
    width: calc(100% - 50px);
    font-size: 13px;
  }
  .page--blog.page--pamphlet__detail .area-tit {
    font-size: 15px;
    margin-bottom: 20px;
    padding-left: 20px;
    line-height: 1.6;
  }
  .page--blog.page--pamphlet__detail .area-tit::before {
    width: 10px;
    z-index: 1;
    top: 10px;
  }
  .page--blog.page--pamphlet__detail .area--pamphlet {
    margin-bottom: 30px;
  }
  .page--blog.page--pamphlet__detail .area--pamphlet::before {
    height: calc(100% - 50vw);
  }
  .page--blog.page--pamphlet__detail .area--pamphlet .thumb {
    width: 93%;
    border: 3px solid #fff;
    margin-left: 3%;
    margin-bottom: 20px;
  }
  .page--blog.page--pamphlet__detail .area--movie {
    padding: 40px 5%;
    margin-right: 0;
  }
  .page--blog.page--pamphlet__detail .area--movie .block--player {
    padding-top: 0;
    position: relative;
  }
  .page--blog.page--pamphlet__detail .area--movie .block--player a::after {
    width: 70px;
    height: 70px;
    background: no-repeat url(/static/macaroniempitsu/common/ico_play.svg) 68% 50%;
    background-size: 40px 40px;
    border-radius: 50px;
    padding: 20px;
  }
  .page--appli .section-tit__sub {
    text-align: center;
    right: 0;
  }
  .page--appli .section--detail {
    padding: 0;
    margin-right: 0;
  }
  .page--appli .area--how-to {
    padding: 40px 5% 0;
    margin-bottom: 60px;
  }
  .page--appli .area--how-to::before {
    height: calc(100% - 25vw);
  }
  .page--appli .area--how-to .section-tit {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .page--appli .area--how-to .area-tit {
    font-size: 20px;
  }
  .page--appli .area--how-to .block--top .iconImg.browsing {
    width: 80%;
  }
  .page--appli .area--how-to .block--top .txt {
    line-height: 1.4;
    font-size: 15px;
  }
  .page--appli .area--how-to [class^=area--how-to__] {
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
  }
  .page--appli .area--how-to .btn--main {
    background: #000;
    color: #fff;
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .page--appli .area--how-to .txt--basic {
    font-weight: bold;
    line-height: 1.6;
  }
  .page--error .section--detail {
    padding: 0 7% 40px 7%;
  }
  .page--faq .section--list,
  .page--faq .section--detail {
    width: auto;
  }
  .page--faq .section--list .section-tit {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .page--faq .searchBox {
    position: relative;
    width: 100%;
    margin: 0 auto 30px;
  }
  .page--faq .searchBox input[type=text] {
    line-height: 30px;
    font-size: 13px;
  }
  .page--faq .searchBox input[type=submit] {
    top: -5px;
  }
  .page--faq .tit--category {
    margin-top: 40px;
  }
  .page--faq .list--faq {
    margin-bottom: 40px;
  }
  .page--faq .list--faq .txt {
    margin-bottom: 0;
  }
  .page--faq .list--faq a {
    padding: 18px 0;
  }
  .page--faq .list--faq a .tit {
    font-size: 14px;
    margin: 3px 0;
  }
  .page--faq .section--detail .block--contact {
    margin: 20px 0 40px;
  }
  .page--faq .block--faq-detail {
    line-height: 1.6;
    padding: 20px 5%;
    margin: 0 0 20px;
  }
  .page--faq .block--faq-detail dt .txt {
    padding-bottom: 13px;
  }
  .page--faq .block--faq-detail dd .txt {
    font-size: 14px;
    line-height: 1.8;
  }
  .page--support.section--detail {
    width: auto;
    max-width: none;
    padding-bottom: 70px;
  }
  .page--support.section--detail .section-tit {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .page--support.section--detail .list--support {
    margin-bottom: 0;
  }
  .input--half {
    width: 100% !important;
  }
  .input--quarter.postal_code {
    width: 50% !important;
  }
  .section-detail.page--app-fc-top {
    background: #fac136;
  }
  .section-detail.page--app-fc-top figure.thumb {
    height: 32vh;
    position: relative;
  }
  .section-detail.page--app-fc-top figure.thumb img {
    width: 100%;
    height: 100%;
    background-position: bottom;
    background-size: 114%;
  }
  .section-detail.page--app-fc-top figure.thumb::after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
    top: inherit;
    bottom: 0;
    left: 0;
    opacity: 0.55;
  }
  .section-detail.page--app-fc-top h2 {
    width: 80%;
    margin: 0 auto 40px;
  }
  .section-detail.page--app-fc-top nav {
    margin-top: -21vw;
  }
  .section-detail.page--app-fc-top .list--nav {
    padding: 0 10%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .section-detail.page--app-fc-top .list--nav li {
    width: 48%;
    margin-bottom: 5%;
  }
  .section-detail.page--app-fc-top .list--nav li a {
    display: block;
    width: 100%;
    line-height: 0;
    font-family: din-2014-narrow, sans-serif;
    letter-spacing: 0.05em;
    font-weight: 800;
    font-style: normal;
    background: #fff;
    font-size: 4vw;
    border-radius: 10px;
    text-align: center;
  }
  .section-detail.page--app-fc-top .list--nav li a .icon {
    display: block;
    width: 100%;
    height: 100%;
  }
  .section-detail.page--app-fc-top .charactor {
    width: 15vw;
    margin: -2vw 40% 0 auto;
    transform-origin: bottom;
    transform: scale3d(0, 0, 1);
    transition: 0.4s;
  }
  .section-detail.page--app-fc-top .charactor.started {
    transform: scale3d(1, 1, 1);
    transition: 0.3s 1.8s cubic-bezier(0.19, 0.74, 0.56, 2);
  }
  .section-detail.page--app-fc-top h2.delighter {
    opacity: 0;
    transform: translate(-50vw, -17vw);
  }
  .section-detail.page--app-fc-top h2.delighter.started {
    opacity: 1;
    transform: translate(0, -17vw);
    transition: 0.6s 0.4s ease-out;
  }
  .section-detail.page--app-fc-top .list--nav.delighter li {
    opacity: 0;
    transform: translateY(40px);
  }
  .section-detail.page--app-fc-top .list--nav.delighter.started li {
    opacity: 1;
    transform: translateY(0);
    transition: 0.7s;
  }
  .section-detail.page--app-fc-top .list--nav.delighter.started li:nth-child(1) {
    transition-delay: 0.8s;
  }
  .section-detail.page--app-fc-top .list--nav.delighter.started li:nth-child(2) {
    transition-delay: 0.9s;
  }
  .section-detail.page--app-fc-top .list--nav.delighter.started li:nth-child(3) {
    transition-delay: 1s;
  }
  .section-detail.page--app-fc-top .list--nav.delighter.started li:nth-child(4) {
    transition-delay: 1.1s;
  }
  .section-detail.page--app-fc-top .list--nav.delighter.started li:nth-child(5) {
    transition-delay: 1.2s;
  }
  .section-detail.page--app-fc-top .list--nav.delighter.started li:nth-child(6) {
    transition-delay: 1.3s;
  }
  .section-detail.page--app-fc-top .list--nav.delighter.started li:nth-child(7) {
    transition-delay: 1.4s;
  }
  .section-detail.page--app-fc-top .list--nav.delighter.started li:nth-child(8) {
    transition-delay: 1.5s;
  }
  .section--list.page--special .list--contents li {
    width: 100%;
    margin-right: 0;
  }
  .section--list.page--special .list--contents li .thumb {
    height: 60vw;
  }
  .section--detail.page--entry {
    padding: 60px 8% 40px;
  }
  .section--detail.page--entry h2 {
    width: 90%;
    margin: 0 auto 2em;
  }
  .section--detail.page--entry [class^=block--] {
    margin-bottom: 80px;
  }
  .section--detail.page--entry .txt {
    margin-bottom: 0;
  }
  .section--detail.page--entry .block--contents .block-tit {
    font-family: din-2014-narrow, sans-serif;
    letter-spacing: 0.05em;
    font-weight: 800;
    font-style: normal;
    font-size: clamp(30px, 4vw, 80px);
    color: #fff;
    margin: 12% auto 8%;
  }
  .section--detail.page--entry .block-tit {
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 5%;
  }
  .section--detail.page--entry .list--fc-contents {
    display: block;
  }
  .section--detail.page--entry .list--fc-contents li {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 14px;
  }
  .section--detail.page--entry .list--fc-contents li .tit {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .section--detail.page--entry table {
    margin-bottom: 0;
  }
  .section--detail.page--entry table th {
    display: block;
    width: 100%;
    padding: 0 0 6px;
    margin-bottom: 10px;
    text-align: left;
    border: none;
    border-bottom: 1px solid;
  }
  .section--detail.page--entry table td {
    display: block;
    padding: 0;
    font-size: 14px;
    border: none;
    margin-bottom: 30px;
  }
  .section--detail.page--entry table td li:not(:last-of-type) {
    line-height: 1.4;
    margin-bottom: 0.7em;
  }
  .section--detail.page--entry table td .txt--sub {
    text-indent: -1em;
    padding-left: 1em;
  }
  .section--detail.page--entry .block--entry {
    margin-bottom: 40px;
  }
  .section--detail.page--entry .block--device {
    margin-bottom: 0;
  }
  .section--detail.page--entry .block--pre-entry {
    padding: 30px 5% 20px;
    margin: 30px auto 0;
  }
  .section--detail.page--entry .block--pre-entry .block-tit {
    font-size: 4.7vw;
  }
  .section--detail.page--entry .block--pre-entry .txt--basic {
    font-size: 1em;
  }
  .section--detail.page--entry .block--pre-entry .btn {
    margin-top: 1.5em;
  }
  .section--detail.page--entry .block--pre-entry .btn .btn--main {
    width: 100%;
    margin: 0;
  }
  .section--detail.page--entry .block--login__fanplus {
    display: block;
    padding-top: 40px;
    margin-bottom: 0;
  }
  .section--detail.page--entry .block--login__fanplus .block--inner {
    width: 100%;
    text-align: center;
    border-radius: 5px;
    padding: 30px 5%;
    margin-bottom: 1.5em;
  }
  .section--detail.page--entry .block--login__fanplus .block--inner .txt--basic {
    margin-bottom: 0;
  }
  .section--detail.page--entry .block--login__fanplus .block--inner .btn {
    margin-bottom: 0;
  }
  .section--detail.page--entry .block--login__fanplus .block--inner .btn .btn--main {
    margin-bottom: 0;
  }
  .section--detail.page--entry .block--login__fanplus .block--inner > p span {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
  }
  .body--app .content-main {
    padding-top: 0;
  }
  .body--app .wrap {
    padding-bottom: 0;
  }
  .page--notice {
    background: #fff;
  }
  .page--notice .wrap {
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
  }
  .page--notice .wrap > .bg {
    background: #fff;
  }
  .page--notice .section--list .no-data {
    color: #000;
    opacity: 1;
  }
  .page--notice .section--list .list--info {
    border-top: 1px solid #dcdcdc;
  }
  .page--notice .section--list .list--info li a {
    color: #000;
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #dcdcdc;
  }
  .page--notice .section--list .list--info li a .date {
    font-size: 10px;
    font-weight: 200;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 5px 0 0;
    color: #000;
  }
  .page--notice .section--list .list--info li a .txt {
    font-size: 13px;
    line-height: 1.6;
    word-break: break-all;
  }
  .page--birthday-message .section--detail .txt--basic.font--bigger {
    font-size: 1.5em;
    margin: 0 auto 2em;
  }
  .page--questionnaire .content-main > section {
    width: 100%;
    max-width: inherit;
    position: relative;
    z-index: 1;
    padding: 3em 5% 40px;
  }
  .page--questionnaire .content-main > section .section-tit {
    left: 0;
    margin-bottom: 30px;
    font-size: 18px;
    text-align: left;
    transform: none;
  }
  .page--questionnaire .content-main > section .section-tit::before, .page--questionnaire .content-main > section .section-tit::after {
    display: none;
  }
  .page--questionnaire .form--post dd .form--horizontal li {
    margin: 0 150x 0 0;
  }
  .page--questionnaire .form--post dd .form--horizontal li:last-child {
    margin: 0;
  }
  .page--questionnaire .form--post dd .form__select {
    margin: 0 5px 0 0;
    top: 0;
    cursor: pointer;
    width: 100%;
    padding: 5px;
  }
  .page--questionnaire .form--post dd .form__select select {
    padding: 1em;
  }
  .page--questionnaire .form--post dd input[type=tel].input--half {
    width: 40% !important;
  }
  .page--questionnaire .form--post dd input[type=number].input--quarter {
    width: 15% !important;
  }
  .page--questionnaire .form--post dd:nth-of-type(1) .form__select {
    width: auto;
  }
  .page--questionnaire .form--confirm {
    padding: 20px;
  }
  .page--movie.new-movie .wrap .section--detail {
    padding-top: 0;
  }
  .page--movie.new-movie .wrap .section--detail .block--player {
    position: relative;
    top: 0;
    margin: 0;
  }
  .page--movie.new-movie .wrap .section--detail .block--tit .tit {
    margin-bottom: 0;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies {
    padding: 0;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
    margin: 0;
  }
  .page--movie.new-movie .wrap .content-main .section--detail {
    padding: 0;
  }
  .page--movie.new-movie .wrap .content-main .section--detail .list__txt .tit {
    padding-left: 0;
  }
  .page--movie.new-movie .wrap .content-main .section--detail .list__txt span {
    padding-left: 0;
  }
  .page--movie.new-movie .wrap .content-main .section--detail .item--more_movie {
    margin-left: 10px;
  }
  .page--movie.new-movie .wrap .block--comment .txt {
    margin-bottom: 0;
  }
  .page--movie.new-movie .wrap .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt {
    margin: 0;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 540px) and (max-width: 960px) {
  .header {
    width: 100%;
    height: 16vw;
  }
  .header .logo {
    width: 25%;
    top: 1.7333333333vw;
  }
  .header .drawer__btn {
    top: 6.5333333333vw;
    right: 8%;
  }
  .header .drawer {
    padding-top: 18.6666666667vw;
  }
  .header li a {
    font-size: 5vw;
  }
  .scrolling .header {
    height: 12vw;
  }
  .scrolling .header .logo {
    width: 20%;
    top: 0.6666666667vw;
  }
  .scrolling .header .drawer__btn {
    top: 4.5333333333vw;
  }
  .footer .footer--nav p {
    font-size: 1.8666666667vw;
  }
  .wrap {
    padding-bottom: 40.2666666667vw;
  }
  .content-main {
    padding-top: 16vw;
  }
  .section--list,
  .section--detail,
  .page--blog .section--list {
    padding-left: 8%;
    padding-right: 8%;
  }
  .section--list .section-tit,
  .section--detail .section-tit,
  .page--blog .section--list .section-tit {
    font-size: 8vw;
    left: 0;
  }
  .section--list .section-tit {
    margin-bottom: 70px;
  }
  .section--list .block--pager .pager__item--older,
  .section--list .block--pager .pager__item--newer {
    top: 0;
  }
  .section--detail .section-tit {
    top: 0;
  }
  .section--detail .tit {
    font-size: 28px;
  }
  .section--detail .date {
    font-size: 14px;
  }
  .block--category {
    margin: -4vw 0 30px;
  }
  .block--category li a {
    font-size: 20px;
  }
  .section--list .list--contents li {
    margin-bottom: 60px;
  }
  .block--login {
    top: 18.6666666667vw;
    right: 8%;
  }
  .list--information li a .date {
    font-size: 14px;
  }
  .list--information li a .date .end-time {
    display: inline-block;
  }
  .list--information li a .tit {
    font-size: 18px;
    line-height: 1.6;
  }
  .list--information li.new a {
    padding-left: clamp(15px, 13vw, 70px);
  }
  .list--information li.new a::before {
    font-size: clamp(12px, 5vw, 26px);
  }
  .list--contents li .contents__detail .tit {
    font-size: clamp(16px, 1.5vw, 23px);
  }
  .loggedin .section--list, .loggedin .section--detail {
    padding: 30px 8% 70px;
  }
  .page--movie.category-6 .loggedin .section--detail,
  .page--movie.category-7 .loggedin .section--detail {
    padding: 30px 8% 70px;
  }
  .page--home [class^=section--] .content-tit, .page--home [class^=section--] .section-tit {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
  .page--home [class^=section--] .list__more a {
    font-size: 2.8vw;
  }
  .page--home [class^=section--] .list__more a::before {
    left: -7vw;
    top: 1.4vw;
  }
  .page--home .block--login {
    top: 20vw;
  }
  .page--home .section--contents {
    padding: 50px 7% clamp(200px, 100vw, 520px) !important;
  }
  .page--home .section--hero {
    margin-bottom: 23vw;
  }
  /*  page--info
  ------------------------------ */
  .page--info .section--list .section-tit {
    margin-bottom: 70px;
  }
  .page--info .section--detail .tit {
    font-size: 28px;
  }
  .page--info .section--detail .date {
    font-size: 14px;
  }
  /*  page--movie
  ------------------------------ */
  .page--movie.category-6 .section--detail .section-tit,
  .page--movie.category-7 .section--detail .section-tit,
  .page--movie .section--list .section-tit {
    font-size: 8vw;
  }
  .page--digital-pamphlet.page--pamphlet__detail {
    padding-bottom: 80px;
  }
  /*  page--photo
  ------------------------------ */
  .page--photo.page--photo__detail.category--8 .list--contents {
    width: 112%;
    padding-right: 1px;
  }
  .page--photo.page--photo__detail.category--8 .list--contents li {
    width: clamp(200px, 70vw, 800px);
  }
  .page--blog .form__select {
    font-size: 14px;
    top: 60px;
  }
  .page--blog:not(.blog--sub-catgory0) .loggedin .form__select {
    top: 30px;
  }
  .page--blog:not(.blog--sub-catgory0) .block--header {
    margin: 0 -10% 5vw;
  }
  .section--detail.page--entry {
    padding: 110px 8% 40px;
  }
  .section--detail.page--entry h2 {
    width: 60%;
    margin: 0 auto 2em;
  }
  .page--questionnaire .content-main > section {
    padding: 90px 5% 40px;
  }
}/*# sourceMappingURL=fanclub-service.css.map */