@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: 1px;
  overflow: visible;
  border: 0;
  background-color: #777777;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  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;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

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

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

/* ==============================================================
*  contents
* ============================================================ */
/* common.scss
// ============================== */
html {
  /*  visibility: hidden;*/
}

html.wf-active,
html.loading-delay {
  /*  visibility: visible;
    transition: .1s;*/
}

html {
  font-size: 62.5%;
}

html, body {
  height: 100%;
}

body {
  background: #F8F9FA;
  color: #111;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
}
@media screen and (min-width: 961px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

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

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

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

::selection {
  background: #111;
  color: #D31A8C;
}

::-moz-selection {
  background: #111;
  color: #F8F9FA;
}

.svg-parts {
  display: none;
}

* {
  min-width: 0;
  min-height: 0;
}

.block--pager {
  text-align: center;
  margin-top: 30px;
  padding: 0;
  position: relative;
  height: 80px;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
}
.block--pager li {
  display: inline-block;
  padding: 0.6em 0;
  margin: 0 5px;
  letter-spacing: 0.03em;
  position: relative;
}
.block--pager a, .block--pager span {
  display: block;
  height: 13px;
  position: relative;
  padding: 0 0.6em;
  text-decoration: none;
  transition: 0.2s;
  line-height: 1;
}
.block--pager span {
  color: #DCDFE5;
}
.block--pager .pager__item--newer {
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
  position: relative;
  display: inline-block;
  font-size: 1.3rem;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.5em;
  height: 1em;
  right: auto;
  top: 2px;
  bottom: 0;
  margin: auto;
  line-height: 1;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  left: -5px;
  background-image: url(/static/itzy/fansite/common/chevron_l.svg);
}
.block--pager .pager__item--newer span::after {
  opacity: 0.1;
}
.block--pager .pager__item--older {
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
}
.block--pager .pager__item--older a, .block--pager .pager__item--older span {
  position: relative;
  display: inline-block;
  font-size: 1.3rem;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.5em;
  height: 1em;
  right: -5px;
  top: 2px;
  bottom: 0;
  margin: auto;
  line-height: 1;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  background-image: url(/static/itzy/fansite/common/chevron_r.svg);
}
.block--pager .pager__item--older span::after {
  opacity: 0.2;
}
.block--pager .pager__item--current a, .block--pager .pager__item--current span,
.block--pager .pager__item--other a,
.block--pager .pager__item--other span {
  position: relative;
  padding: 0 5px;
  font-size: 1.3em;
  font-weight: bold;
}

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

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

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

/* image */
.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;
}

/* video */
video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video {
  position: relative;
  padding-top: 56.25%;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.block--player {
  height: 0;
  padding-top: 56.25%;
  background: #b4b5b9;
  line-height: 0;
  position: relative;
}
.block--player video,
.block--player img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.block--player .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-dots {
  text-align: left;
  bottom: -50px;
  font-size: 0;
  margin-bottom: 12px;
}
.slick-dots li {
  width: 7px;
  height: 7px;
  margin: 4px;
  padding: 0;
  transition: 0.3s;
}
.slick-dots li button {
  width: 100%;
  padding: 0;
  height: 0;
}
.slick-dots li button:before {
  content: "";
  width: 100%;
  height: 7px;
  background: #6C6C6C;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  background-color: #fff;
  opacity: 1;
}

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: calc(38vw + 10px);
  display: block;
  width: 34px;
  height: 34px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  z-index: 10;
  display: inline-block;
  transition: 0.5s;
}
.slick-next::before, .slick-prev::before {
  content: "";
  width: 34px;
  height: 34px;
  display: block;
  background: url(/static/itzy/fansite/common/chevron.svg) center center/cover no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}
.slick-next::after, .slick-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #000;
  z-index: 1;
}
.slick-next.slick-disabled, .slick-prev.slick-disabled {
  pointer-events: none;
}
.slick-next.slick-disabled::before, .slick-next.slick-disabled::after, .slick-prev.slick-disabled::before, .slick-prev.slick-disabled::after {
  opacity: 0;
}

.slick-next {
  right: calc(12vw - 15px);
}
.slick-next::before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slick-prev {
  left: calc(12vw - 15px);
}
.slick-prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.bnrList {
  margin: 0 0 0 5vw;
  height: 200px;
  opacity: 0;
  transition: 0.3s;
  overflow: hidden;
}
.bnrList:hover .slick-next, .bnrList:hover .slick-prev {
  opacity: 1;
}

.bnrList.slick-initialized {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.bnrList .slick-list {
  overflow: visible;
  width: 76vw;
}

.bnrList .slick-list.is--slide {
  overflow: visible !important;
}

.bnrList .slick-slide {
  margin: 0 20px 0 0;
  display: inline-block;
  font-size: 0;
}
.bnrList .slick-slide img {
  width: 100%;
}

.slick-counter {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 calc(12vw + 25px) 0;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 2rem;
  transform: translateY(-25px);
}
.slick-counter span {
  position: relative;
}
.slick-counter .line {
  position: relative;
  width: 15px;
  height: 1em;
  margin: 0 5px;
  display: inline-block;
}
.slick-counter .line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  background: #000;
}

.form--post dt {
  margin: 2em 0 0.5em;
  font-size: 1.2rem;
}
.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: #D6D6D6;
}

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

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

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

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

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button,
textarea {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  background-color: #b4b5b9;
  color: #fff;
  max-width: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0.3em;
  padding: 0.5em;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button,
  textarea {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button,
  textarea {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus,
textarea:focus {
  border-color: #111;
}
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,
textarea.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,
textarea.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],
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

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

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

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

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

/* textarea */
textarea {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  background-color: #b4b5b9;
  color: #fff;
  max-width: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0.3em;
  padding: 0.5em;
  height: 10em;
}
@media screen and (min-width: 961px) {
  textarea {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
textarea:focus {
  border-color: #111;
}
textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select select {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  background-color: #b4b5b9;
  color: #fff;
  max-width: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 1.5em;
  margin-right: 5px;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.form__select select:focus {
  border-color: #111;
}
.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: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border: 2px solid #818181;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  right: 0;
  z-index: 1;
  pointer-events: none;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}

/* checkbox */
.form__checkbox label p {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__checkbox label p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.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 #111;
  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 #111;
  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::before {
  background: #000;
  border-color: #000;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__radio label p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #f33;
}
.form__radio label p {
  padding-left: 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #ddd;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #000;
  border-width: 0.3em;
}
.form__radio.type--inline label p {
  display: inline-block;
}

/* toggle button */
.form__toggle label p {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__toggle label p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__toggle label p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.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 #111;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #111;
  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 {
  margin: 2em 0 2em;
}

.form--confirm {
  padding: 1.5em 1em 0;
  margin-bottom: 2em;
  background: #fff;
  box-shadow: 8px 8px 0 0;
  overflow: hidden;
}
.form--confirm dt {
  margin-bottom: 0.5em;
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
}
.form--confirm dd {
  margin: 0 0 2.5em;
  color: #111;
}

.delighter {
  opacity: 0;
  transform: translate3d(0, 60px, 0);
  transition: transform 0.4s ease-in-out 0.2s, opacity 0.4s ease-in-out 0.2s;
}

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

.btn {
  text-align: center;
}

.btn-base-style, .btn--main,
.btn--sub {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  z-index: 1;
  border: none;
  font-size: 1.1em;
  line-height: 0;
  border-radius: 3em;
}

.btn--main,
.btn--sub {
  font-weight: bold;
  font-size: 1.3rem;
  margin: 1em 0;
  padding: 2em;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--main,
  .btn--sub {
    min-width: 50%;
  }
}

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

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

.detail__btn {
  margin-top: 5rem;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  text-align: center;
}
.detail__btn a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.detail__btn a::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: -7px;
  left: 0;
  background: #DCDFE5;
}

.btn--ellipse {
  position: relative;
  width: 130px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  letter-spacing: 0.05em;
  z-index: 1;
}
.btn--ellipse::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 1px;
  border: solid 1px;
  border-radius: 50%;
  z-index: -1;
}
.btn--ellipse a {
  display: block;
  line-height: 60px;
  font-size: 2.7rem;
}
.btn--ellipse.list__more-button a {
  font-size: 1.3rem;
}
.btn--ellipse.list__more-button a::before {
  content: "";
  display: block;
  width: 1px;
  height: 4em;
  position: absolute;
  left: 50%;
  top: -3em;
  background: #000;
}

.date,
.category {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

.tit {
  position: relative;
  word-break: break-word;
}

.no-data {
  text-align: center;
}

[class^=list--] li.new .tit::after {
  content: "NEW";
  display: inline-block;
  margin-left: 6px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0;
  font-size: 1.2rem;
  color: #D31A8C;
}

.list--info > li {
  border-bottom: 1px solid #DCDFE5;
}
.list--info > li:first-child {
  border-top: 1px solid #DCDFE5;
}
.list--info > li a {
  display: block;
  padding: 20px 5vw;
  z-index: 0;
  position: relative;
  transition: 0.3s;
}
.list--info > li a .category {
  display: inline-block;
  padding: 0px 10px;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1rem;
}
.list--info > li .block--date span {
  display: inline-block;
}
.list--info > li.no-data {
  padding-top: 0;
}

.list--contents {
  margin: 0;
}
.list--contents > li {
  width: 100%;
  margin-bottom: 0;
  background-color: #191919;
  border-bottom: solid 5px #D31A8C;
}
.list--contents > li a {
  display: block;
  position: relative;
}
.list--contents > li a .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.list--contents > li a .thumb .blur {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
}
.list--contents > li a .thumb .blur img {
  filter: blur(6px);
}
.list--contents > li a .thumb figure {
  overflow: hidden;
  z-index: 1;
}
.list--contents > li a .thumb figure img {
  display: block;
  transition: 0.4s;
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  background-size: contain;
}
.list--contents > li a .txt {
  padding: 15px;
  background: #191919;
  color: #fff;
}
.list--contents > li a .tit {
  display: inline-block;
}

.err {
  color: #ff3e6a;
  border-radius: 5px;
  font-size: 1.2rem;
  margin: 0.3em 0 0;
  line-height: 1.8;
}

li.no-data {
  float: none;
  text-align: left;
  width: 100%;
  color: #111;
  border: none !important;
  padding: 4em 0;
}

.logo {
  position: absolute;
  top: 15px;
  left: 2vw;
  margin: auto;
  width: 100px;
  height: 65px;
  z-index: 99;
}

.drawer__btn {
  background: #ea219e;
  background: -webkit-linear-gradient(bottom, rgb(154, 162, 210) 0%, rgb(234, 33, 158) 50%, rgb(246, 109, 93) 100%);
  background: linear-gradient(to top, rgb(154, 162, 210) 0%, rgb(234, 33, 158) 50%, rgb(246, 109, 93) 100%);
  position: fixed;
  z-index: 101;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
}
.drawer__btn .drawer__btn-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.drawer__btn .drawer__btn-inner span {
  content: "";
  display: block;
  width: 100%;
  height: 22px;
  position: absolute;
  left: 0;
  bottom: 3px;
  background: #000;
}
.drawer__btn .drawer__btn-inner span::after {
  content: "MENU";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  color: #fff;
  line-height: 22px;
  text-align: center;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  z-index: 100;
}

.drawer {
  min-height: 100vh;
  height: 100%;
  width: 100vw;
  overflow: hidden;
  pointer-events: none;
  transform: translate(0, -100vh);
  transition: width 475ms ease-out, transform 450ms ease;
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
  z-index: 1;
}
.drawer .drawer-inner {
  position: relative;
  min-height: 100vh;
  padding: 65px 0 10vw;
}
.drawer .drawer-inner::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60px;
  background: #ea219e;
  background: -webkit-linear-gradient(bottom, #9aa2d2 0%, #ea219e 50%, #f66d5d 100%);
  background: linear-gradient(to top, #9aa2d2 0%, #ea219e 50%, #f66d5d 100%);
}
.drawer .drawer-inner .g-nav {
  height: 100%;
  padding: 0;
  margin-bottom: 30vw;
  pointer-events: auto;
}
.drawer .drawer-inner .g-nav h3.nav-tit {
  margin-left: 8vw;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
  color: #D31A8C;
}
.drawer .drawer-inner .g-nav a {
  font-family: "Playfair Display", serif;
  font-weight: 300;
  letter-spacing: -0.02em;
}
.drawer .drawer-inner .g-nav .block--nav-contents .nav--contents {
  margin-top: 5px;
}
.drawer .drawer-inner .g-nav .block--nav-contents .nav--contents li {
  padding: 6px 8vw;
}
.drawer .drawer-inner .g-nav .block--nav-contents .nav--contents li a {
  position: relative;
  font-size: 6.2vw;
  color: #fff;
}
.drawer .drawer-inner .g-nav .nav--home {
  padding: 15px 8vw;
  font-size: 4vw;
}
.drawer .drawer-inner .g-nav .nav--login {
  padding: 15px 8vw;
}
.drawer .drawer-inner .g-nav .nav--login li {
  display: inline-block;
  font-size: 4vw;
}
.drawer .drawer-inner .g-nav .nav--login li:first-child {
  margin-right: 10px;
}
.drawer .drawer-inner .block--nav-link {
  margin-top: 40px;
}
.drawer .drawer-inner .block--nav-link .nav--link {
  padding: 8px 8vw;
}
.drawer .drawer-inner .block--nav-link .nav--link li {
  font-size: 4vw;
}
.drawer .drawer-inner .block--nav-link .nav--link li a {
  display: inline-block;
  padding: 5px 0;
  letter-spacing: 0.05em;
}

.is-drawer-shown header {
  opacity: 1;
}
.is-drawer-shown .drawer {
  pointer-events: auto;
  transform: translateY(0);
  overflow-y: auto;
}
.is-drawer-shown .drawer__btn .drawer__btn-inner span::after {
  content: "CLOSE";
}

/*-- PAGE TOP --*/
.block--page-top {
  position: absolute;
  bottom: 110px;
  right: 4vw;
  padding: 0;
  z-index: 10;
}
.block--page-top a {
  position: absolute;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
  transform: rotate(90deg);
  transform-origin: left top;
  white-space: nowrap;
}
.block--page-top a span {
  position: relative;
}
.block--page-top a span::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  vertical-align: middle;
  transition: 0.3s;
  position: absolute;
  top: 8px;
  left: -28px;
  background: #000;
}

.block--page-top.delighter {
  transition: transform 0.5s cubic-bezier(0.26, 0, 0.2, 1), opacity 0.3s ease, -webkit-transform 0.8s cubic-bezier(0.26, 0, 0.2, 1);
  transform: translateY(60px);
  opacity: 0;
}

.block--page-top.started.ended {
  transform: translateY(0);
  opacity: 1;
}

footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px 5vw;
}
footer .copyright {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-weight: 300;
  letter-spacing: 0.15em;
  font-size: 1.1rem;
}

.wrap {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 180px;
}

.section-tit {
  line-height: 1;
  position: relative;
  font-family: "Playfair Display", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0;
  font-weight: bold;
  letter-spacing: -0.02em;
  font-weight: 800;
  text-align: center;
  margin-bottom: 22px;
}
.section-tit .sub {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.05em;
}
.section-tit .jp {
  font-size: 0.75em;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.contents-tit {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.section--list {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}

.section--detail {
  width: 90%;
  max-width: 1050px;
  margin: 0 auto;
}

.section--detail .list--contents {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section--detail > .txt * {
  white-space: normal !important;
  word-break: break-word;
  margin-bottom: 2vw;
}
.section--detail .block--share {
  margin-top: 60px;
  line-height: 1;
}
.section--detail .block--share li {
  display: inline-block;
  margin-right: 10px;
}
.section--detail .block--share li i {
  font-size: 15px;
  color: #D31A8C;
}
.section--detail .block--share li.twitter {
  margin-right: 8px;
}
.section--detail .block--share li:last-of-type {
  margin-right: 0;
}
.section--detail .block--share li svg {
  width: 15px;
  fill: #D31A8C;
  position: relative;
  top: 4px;
}
.section--detail .block--share li.share {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  color: #D31A8C;
  margin-right: 10px;
}
.section--detail .comingsoon {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #b4b5b9;
}

.scroll-l {
  position: fixed;
  right: 4vw;
  bottom: 40px;
  display: inline-block;
  z-index: 10;
  padding: 50px 0 0;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-lr;
  transition: opacity 0.3s ease;
  opacity: 1;
  pointer-events: none;
  line-height: 1;
  white-space: nowrap;
  mix-blend-mode: difference;
  color: #fff;
}
.scroll-l span {
  position: relative;
  color: #bcc1cb;
}
.scroll-l span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  vertical-align: middle;
  transition: 0.3s;
  position: absolute;
  top: -28px;
  left: 6px;
  background: #bcc1cb;
  animation: scrolldown 4s cubic-bezier(0.5, 0, 0, 0.5) infinite;
  opacity: 0.5;
}

@keyframes scrolldown {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  60% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  60.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.scroll .scroll-l {
  opacity: 0;
}

.block--category {
  max-width: 300px;
  margin: 0 auto 30px;
}
.block--category .pulldownBox {
  border: none;
  position: relative;
}
.block--category .pulldownBox::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #F8F9FA;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  right: 0;
}
.block--category .pulldownBox:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  border-width: 2px;
  z-index: 2;
  pointer-events: none;
}
.block--category .pulldownBox select {
  -webkit-appearance: none;
  -moz-appearance: button;
  width: 100%;
  height: 40px;
  background: #b4b5b9;
  color: #fff;
  font-family: "Playfair Display", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0;
  font-weight: bold;
  letter-spacing: -0.02em;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  line-height: 40px;
  padding: 0 2em 0 1.5em;
  position: relative;
  border: none;
}

.birthday-message a {
  display: block;
  max-width: 250px;
  border: solid 2px #111;
  margin: 15px auto 0;
  padding: 10px 0;
  font-weight: bold;
  background: #d8caff;
  font-size: 1.2rem;
  box-shadow: 3px 3px #111;
  text-align: center;
}

.page--home {
  position: relative;
  z-index: 1;
}
.page--home .wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.page--home .logo {
  display: none;
}
.page--home .content-main {
  background-color: #F8F9FA;
}
.page--home .section--mainvisual {
  min-height: 80vh;
}
.page--home .section--mainvisual .block--mainvisual_photo {
  position: relative;
  line-height: 1;
  font-size: 0;
}
.page--home .section--mainvisual .block--mainvisual_photo::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page--home .section--mainvisual .block--mainvisual_photo img {
  width: 100%;
}
.page--home .section--mainvisual .head-text {
  padding: 40px;
}
.page--home .section--mainvisual .head-text .sitename {
  width: 50%;
  max-width: 500px;
  margin: 0 auto;
}
.page--home .section--mainvisual .head-text .head-nav {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-align: center;
}
.page--home .section--mainvisual .head-text .head-nav li {
  margin-top: 5px;
}
.page--home .section--mainvisual .head-text .head-nav li .btn a {
  display: block;
}
.page--home .section--bnr {
  position: relative;
  padding: 60px 0 100px;
  background: #000;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
}
.page--home .section--bnr .bnrList {
  margin: 0;
  padding-left: 5vw;
}
.page--home .section--bnr .bnrList a {
  display: block;
  box-shadow: 7px 7px rgba(255, 255, 255, 0.2);
}
.page--home .section--bnr.one {
  padding: 30px 0;
}
.page--home .section--bnr.one .bnrList {
  margin: 0 auto;
  padding: 0;
  width: 70%;
  height: auto;
  opacity: 1;
  overflow: visible;
}
.page--home .list__more {
  position: relative;
  text-align: right;
  margin-top: 20px;
}
.page--home .list__more a {
  position: relative;
  margin-right: calc(5% + 1em);
  font-family: "Playfair Display", serif;
  font-weight: 800;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
}
.page--home .list__more a::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.5em;
  height: 1em;
  right: -1em;
  top: 2px;
  bottom: 0;
  margin: auto;
  line-height: 1;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
}
.page--home .list__more a::after {
  background-image: url(/static/itzy/fansite/common/chevron_r.svg);
}
.page--home .section--news {
  margin-bottom: 15vw;
}
.page--home .section--latest {
  position: relative;
  margin-top: 0;
  padding: 28px 0;
  z-index: 1;
  max-width: none;
}
.page--home .section--latest::before, .page--home .section--latest::after {
  content: "";
  display: block;
  width: 100%;
  height: 28px;
  position: absolute;
  left: 0;
  background-size: auto auto;
}
.page--home .section--latest::before {
  top: 0;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(0deg, transparent, transparent 3px, rgb(0, 0, 0) 4px, rgb(0, 0, 0) 7px);
}
.page--home .section--latest::after {
  bottom: 0;
  background-color: rgb(0, 0, 0);
  background-image: repeating-linear-gradient(0deg, transparent, transparent 3px, rgb(255, 255, 255) 4px, rgb(255, 255, 255) 7px);
}
.page--home .section--latest .section--latest-inner {
  position: relative;
  padding: 15vw 0;
  border-top: solid 8px;
  border-bottom: solid 8px;
  background: #DCDFE5;
  z-index: 1;
  overflow: hidden;
}
.page--home .section--latest .section--latest-inner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 400px;
  z-index: -1;
  background: #DCDFE5;
  background: -webkit-linear-gradient(top, rgb(188, 193, 203) 0%, rgb(220, 223, 229) 100%);
  background: linear-gradient(to top, rgb(188, 193, 203) 0%, rgb(220, 223, 229) 100%);
}
.page--home .section--latest .section--latest-inner .list--latest .slick-list::before {
  content: "";
  position: absolute;
  width: 76vw;
  height: 76vw;
  border: solid 5px #fff;
  z-index: 10;
  pointer-events: none;
}
.page--home .section--latest .section--latest-inner .list--latest .slick-slide {
  padding: 25px;
}
.page--home .section--latest .section--latest-inner .list--latest .slick-slide img {
  transform: translateY(20px);
  transition: transform 0.5s;
}
.page--home .section--latest .section--latest-inner .list--latest .slick-slide.slick-current img {
  transform: translateY(0);
}
.page--home .section--latest .section--latest-inner .list--latest .slick-slide .txt {
  padding: 15px;
  margin: 60px auto 10px;
  background: #fff;
  box-shadow: 8px 8px #000;
  transform: translateY(-10px);
}
.page--home .section--latest .section--latest-inner .list--latest .slick-slide .txt .category {
  position: relative;
  font-size: 1.7rem;
}
.page--home .section--latest .section--latest-inner .list--latest .slick-slide .txt .category::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #D31A8C;
}
.page--home .section--latest .section--latest-inner .list--latest .slick-slide .txt .category.category--gallery::after {
  background-color: #FF80CE;
}
.page--home .section--latest .section--latest-inner .list--latest .slick-slide .txt .category.category--movie::after {
  background-color: #FFDC33;
}
.page--home .section--latest .section--latest-inner .list--latest .slick-slide .txt .category.category--wallpaper::after {
  background-color: #B5FF25;
}
.page--home .section--latest .section--latest-inner .list--latest .slick-slide .txt .category.category--stream::after {
  background-color: #d6d6d6;
}
.page--home .section--latest .section--latest-inner .list--latest .slick-slide .txt .category.category--sns::after {
  background-color: #DB89FF;
}
.page--home .section--latest .no-data {
  min-height: 100px;
}
.page--home .list--menu > li {
  border-bottom: 1px solid #DCDFE5;
}
.page--home .list--menu > li:first-child {
  border-top: 1px solid #DCDFE5;
}
.page--home .list--menu > li a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 10px 5vw;
  font-family: "Playfair Display", serif;
  font-weight: 300;
  letter-spacing: -0.02em;
}
.page--home .list--menu > li a .number {
  min-width: 5vw;
  margin-right: 2vw;
  font-size: 3.5vw;
  font-weight: 800;
}
.page--home .list--menu > li a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5vw;
  margin: auto;
  background-color: #D31A8C;
}
.page--home .list--menu > li:nth-child(1) a::after {
  background-color: #FF80CE;
}
.page--home .list--menu > li:nth-child(2) a::after {
  background-color: #FFDC33;
}
.page--home .list--menu > li:nth-child(3) a::after {
  background-color: #B5FF25;
}
.page--home .list--menu > li:nth-child(4) a::after {
  background-color: #DB89FF;
}
.page--home .list--menu > li:nth-child(5) a::after {
  background-color: #80E7FF;
}
.page--home .list--menu > li:nth-child(6) a::after {
  background-color: #FF9880;
}
.page--home .list--menu > li:nth-child(7) a::after {
  background-color: #42EA82;
}
.page--home .list--menu > li:nth-child(8) a::after {
  background-color: #80ACFF;
}
.page--home footer {
  position: relative;
}
.page--home footer .inner {
  display: block;
}
.page--home footer .inner .list--support {
  width: 100%;
}
.page--home footer .inner .list--support .inner {
  display: block;
}
.page--home footer .inner .link--official {
  width: 70%;
  max-width: 500px;
  margin: 0 auto 80px;
}
.page--home footer .inner .link--official h3 {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
}
.page--home footer .inner .link--official ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.page--home footer .inner .link--official ul li {
  width: 45%;
}
.page--home footer .inner .link--official ul.sub {
  width: 80%;
  margin: 30px auto 0;
}

.page--info.info--detail .section--detail .tit {
  margin-bottom: 2em;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
  color: #D31A8C;
}

.page--blog .writer {
  position: relative;
  margin-top: 10px;
  padding-left: 20px;
  color: #5f5f5f;
  font-size: 1.1rem;
}
.page--blog .writer::after {
  content: "\f044";
  position: absolute;
  left: 0px;
  font-family: "Font Awesome 5 Free";
}
.page--blog.page--detail .section--detail .tit {
  margin-bottom: 2em;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
}
.page--blog .section--detail .txt a {
  text-decoration: underline;
  color: #D31A8C;
}
.page--blog .icon--area {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-top: 20px;
}
.page--blog .icon--area > div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-right: 10px;
}
.page--blog .icon--area > div.no-data i.fa-heart, .page--blog .icon--area > div.no-data i.fa-comment {
  color: #b4b5b9;
}
.page--blog .icon--area > div i {
  font-size: 1.3em;
  color: #D31A8C;
  margin-right: 5px;
}
.page--blog .icon--area > div i.fa-heart.clicked {
  animation: popping 1.8s reverse infinite, color 1.8s ease-out infinite;
  color: #D31A8C;
}
.page--blog .icon--area > div i.fa-comment {
  margin-top: -1px;
}
.page--blog .icon--area > div span {
  font-size: 1em;
  line-height: 1.3;
}
.page--blog .list--comment {
  margin-top: 10px;
  font-size: 1.3rem;
  border-top: 1px solid #DCDFE5;
}
.page--blog .list--comment li {
  border-bottom: 1px solid #DCDFE5;
  padding: 8px 0;
  font-size: 1.1rem;
}
.page--blog .list--comment li .name {
  font-weight: 700;
  margin-bottom: 4px;
}
.page--blog .list--comment li .txt {
  font-size: 1.2rem;
}
.page--blog .list--comment li .btn--delete {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}
.page--blog .list--comment li .btn--delete input {
  border: none;
  font-size: 11px;
  background: #dedede;
  padding: 4px;
  vertical-align: text-top;
  cursor: pointer;
}
.page--blog .block--form {
  margin-top: 50px;
}
.page--blog .block--form .tit-comment {
  margin-bottom: 3px;
  font-size: 1.2rem;
  color: #b4b5b9;
}
.page--blog .link__btn {
  text-align: center;
}

@-webkit-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 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);
  }
}
@-webkit-keyframes color {
  0% {
    color: #D31A8C;
  }
  70% {
    color: #D31A8C;
  }
  100% {
    color: rgba(211, 26, 140, 0.4);
  }
}
@keyframes color {
  0% {
    color: #D31A8C;
  }
  70% {
    color: #D31A8C;
  }
  100% {
    color: rgba(211, 26, 140, 0.4);
  }
}
.page--photo.page--detail .comment {
  margin-top: 1em;
  font-size: 1.3rem;
}
.page--photo.page--detail .list--photo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  transition: 0.5s;
  opacity: 0;
}
.page--photo.page--detail .list--photo li {
  width: 33.3333333333%;
}
.page--photo.page--detail.loaded .list--photo {
  opacity: 1;
}

#swipebox-slider .slide-loading {
  background-image: none !important;
}
#swipebox-slider .slide img {
  max-height: 80%;
}

#swipebox-overlay {
  background: rgba(0, 0, 0, 0.9);
}

#swipebox-close {
  top: 3vw;
  right: 4vw;
  width: 30px;
  height: 30px;
  background: none;
}
#swipebox-close::before, #swipebox-close::after {
  content: "";
  width: 30px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 14px;
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
}
#swipebox-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#swipebox-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#swipebox-top-bar {
  background: none;
  text-shadow: none;
}

#swipebox-bottom-bar {
  background: none;
}
#swipebox-bottom-bar #swipebox-prev,
#swipebox-bottom-bar #swipebox-next {
  background: none;
  color: #fff;
}
#swipebox-bottom-bar #swipebox-prev::after,
#swipebox-bottom-bar #swipebox-next::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 3px solid;
  border-top: none;
  border-right: none;
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-top: 1em;
}
#swipebox-bottom-bar #swipebox-prev {
  left: 3%;
}
#swipebox-bottom-bar #swipebox-prev::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 1em;
}
#swipebox-bottom-bar #swipebox-next {
  right: 3%;
}
#swipebox-bottom-bar #swipebox-next::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media screen and (min-width: 800px) {
  #swipebox-arrows {
    max-width: none;
  }
}
.page--movie.page--detail .block--player {
  margin-bottom: 10px;
}
.page--movie.page--detail .txt {
  font-size: 1.3rem;
  margin-top: 1em;
}
.page--movie.page--detail .txt--sub {
  margin-top: 2em;
}

.page--movie.new-movie.page--detail .section--detail {
  padding: 0;
}
.page--movie.new-movie.page--detail .section--detail .block--player {
  position: relative;
  top: 0;
  margin-bottom: 10px;
}
.page--movie.new-movie.page--detail .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
  margin: 0;
  transform: translate(-50%, -50%);
}
.page--movie.new-movie.page--detail .section--detail .area--movie .video-js .vjs-play-control {
  left: 50%;
  transform: translateX(-50%);
  top: -20vw;
}

.page--qa .block--lead {
  margin-bottom: 1em;
}
.page--qa .block--lead .lead {
  margin: 0 5vw;
  font-weight: bold;
  font-size: 1.2rem;
}
.page--qa .name {
  margin-top: 10px;
  text-align: right;
  font-size: 1.2rem;
  color: #D31A8C;
}
.page--qa .name span {
  display: inline-block;
  margin-right: 0.5em;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 1rem;
}
.page--qa .list--qa {
  margin: 0 5vw;
}
.page--qa .list--qa li {
  border: none;
  box-shadow: 8px 8px 0 0 #000;
  margin-bottom: 20px;
}
.page--qa .list--qa li .txt {
  background: #fff;
  color: #000;
}
.page--qa .block__question {
  position: relative;
  margin-bottom: 50px;
  padding: 15px;
  background: #fff;
  box-shadow: 8px 8px #000;
}
.page--qa .block__answer .txtBox {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page--qa .block__answer .txtBox .ico {
  position: relative;
  width: 70px;
}
.page--qa .block__answer .txtBox .ico::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-size: 70px auto;
  background-position: -5px -5px;
  background-color: #b4b5b9;
}
.page--qa .block__answer .txt {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  width: calc(100% - 80px);
  padding: 15px;
  background: #000;
  color: #fff;
  box-shadow: 8px 8px #b4b5b9;
}
.page--qa .block__answer .txt::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 15px;
  border-top: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 15px solid #000;
  border-bottom: 6px solid transparent;
}

.page--support .section-tit {
  font-family: "Playfair Display", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0;
  font-weight: bold;
  letter-spacing: -0.02em;
  letter-spacing: 0.05em;
  font-size: 2rem;
  margin-bottom: 30px;
}
.page--support .txt {
  padding-bottom: 3em;
}
.page--support .tit {
  font-size: 28px;
  line-height: 1.6em;
  margin: 0 0 30px;
  font-weight: normal;
}
.page--support .list--support a {
  text-decoration: underline;
  transition: 0.3s;
}
.page--support .list--support dt {
  margin-bottom: 5px;
  font-weight: bold;
}
.page--support .list--support dd {
  margin-bottom: 2em;
}
.page--support .list--support li {
  margin-bottom: 1em;
}

.page--error .content-main {
  padding: 20vw 5vw 0;
}
.page--error .content-main .btn {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  width: 80%;
  display: block;
  margin: 30px auto 20px;
  padding: 14px 0;
  font-size: 15px;
  background: #D31A8C;
  color: #fff;
  border-radius: 100px;
  text-align: center;
}
.page--error .section-tit em {
  margin-bottom: 15px;
  display: block;
  font-size: 6rem;
}

.page--faq .section--list {
  padding: 0 8vw;
}
.page--faq .section--list .section-tit {
  font-family: "Playfair Display", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0;
  font-weight: bold;
  letter-spacing: -0.02em;
  font-size: 2rem;
}
.page--faq .section--list .block--contact {
  max-width: 900px;
  margin: 0 auto;
}
.page--faq .section--list .btn {
  margin: 20px 0;
  text-align: center;
}
.page--faq .section--list .txt--sub {
  font-size: 12px;
}
.page--faq .searchBox {
  position: relative;
  margin: 0 auto 40px;
  max-width: 500px;
}
.page--faq .searchBox input[type=submit] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  color: #FFF;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
.page--faq .tit--category {
  margin: 0 0 20px;
  padding: 0 0 0.5em;
  border-bottom: 1px solid;
  font-size: 1.3rem;
  font-weight: bold;
}
.page--faq .list--faq {
  margin: 0 0 40px;
}
.page--faq .list--faq li + li {
  margin-top: 25px;
}
.page--faq .list--faq li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  text-decoration: none;
  transition: color 0.3s;
}
.page--faq .list--faq .txt {
  padding-top: 0;
}
.page--faq .list--faq .icon--a {
  display: none;
}
.page--faq .list--faq .icon--q {
  letter-spacing: 0.1em;
  line-height: 1.3;
  white-space: nowrap;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #D31A8C;
  width: 20px;
}
.page--faq .list--faq .tit {
  margin: 0;
  width: calc(100% - 20px);
  font-size: 1.3rem;
}
.page--faq .section--detail {
  width: 84%;
}
.page--faq .section--detail .block--faq-detail {
  background: #e7e7ea;
  padding: 25px;
  margin: 0 0 50px;
}
.page--faq .section--detail .block--faq-detail dt {
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 1px solid #ccccd0;
  padding: 0 0 1em;
  margin: 0 0 1.5em;
  line-height: 1.5;
}
.page--faq .section--detail .block--faq-detail dd {
  font-size: 1.3rem;
}
.page--faq .section--detail .block--faq-detail .txt {
  padding-top: 0;
}
.page--faq .section--detail .block--faq-detail .txt a {
  color: #D31A8C;
  transition: 0.3s;
  text-decoration: underline;
}
.page--faq .block--contact {
  margin: 40px 0 0;
}
.page--faq .block--contact .link a {
  position: relative;
  border-bottom: 1px solid #461f06;
  padding: 0 0 0.2em;
}
.page--faq .block--contact .link a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #461f06;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  position: relative;
  bottom: 2px;
}
.page--faq .block--contact a {
  text-decoration: none;
  transition: 0.3s;
}

.page--introduction {
  background: #DCDFE5;
}
.page--introduction .section--main .block--logo {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
.page--introduction .section--main .block--logo h1 {
  position: relative;
  margin-bottom: 25px;
}
.page--introduction .section--main .block--logo h1 img {
  width: 100%;
  background-size: contain;
}
.page--introduction .section--main .block--logo h1::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page--introduction .section--main .lead {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: bold;
}
.page--introduction .section--main .qr {
  width: 100%;
  max-width: 600px;
  margin: 4vw auto 0;
  padding: 20px;
  background: #000;
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.page--introduction .section--main .qr .box-left {
  width: 120px;
  font-size: 0;
  line-height: 1;
}
.page--introduction .section--main .qr .box-right {
  width: calc(100% - 150px);
  font-size: 1.8rem;
}
.page--introduction .section--main .qr .box-right .price {
  color: #D31A8C;
}
.page--introduction .section--main .qr .box-right .txt {
  font-size: 1.1rem;
  color: #666;
}
.page--introduction .section--contents_detail {
  margin-top: 80px;
}
.page--introduction .section--contents_detail .list {
  margin-top: 70px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.page--introduction .section--contents_detail .list li {
  width: 48%;
  padding: 40px;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 8px 8px #000;
  transform: translateY(-10px);
  font-size: 1.3rem;
}
.page--introduction .section--contents_detail .list li h3 {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 15px;
  line-height: 1;
}
.page--introduction .section--contents_detail .list li h3.jp {
  font-size: 1.5rem;
}
.page--introduction .section--contents_detail .list li p {
  line-height: 1.6;
}
.page--introduction .section--info {
  margin-top: 60px;
  background: #F8F9FA;
}
.page--introduction .section--info dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid;
  font-size: 1.3rem;
}
.page--introduction .section--info dl dt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  border-right: 1px solid;
  padding: 2%;
  width: 20%;
  font-weight: bold;
}
.page--introduction .section--info dl dd {
  padding: 2%;
  width: 80%;
  margin: 0;
}
.page--introduction .section--info dl dd span {
  font-size: 1.1rem;
}
.page--introduction .section--info dl dt:first-of-type,
.page--introduction .section--info dl dd:first-of-type {
  border-bottom: 1px solid;
}

.section--detail.lovecheck .block-tit {
  font-size: 1.6em;
}
.section--detail.lovecheck .lead {
  font-size: 1.2em;
  line-height: 1.4;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e0b3;
  margin-bottom: 1em;
}
.section--detail.lovecheck .box--figure .inner--box {
  width: 60%;
  margin: 3em auto 0;
  padding: 2%;
  background: rgba(245, 194, 191, 0.6);
  border-radius: 12px;
}
.section--detail.lovecheck .box--figure .inner--box .ph {
  width: 100%;
  margin: 0 auto;
}

.page--diagnosis.page--list .section-tit {
  display: inline-block;
}
.page--diagnosis .diagnosis-top .list--attention {
  margin: 2em 0 0.5em;
}
.page--diagnosis .diagnosis-top .list--attention li {
  color: #ec5555;
}
.page--diagnosis .diagnosis-top .list--error {
  background: rgba(245, 194, 191, 0.6);
  padding: 10px 15px;
  border-radius: 10px;
}
.page--diagnosis .block-tit {
  display: inline-block;
  padding: 0 10px;
  background: rgba(245, 194, 191, 0.6);
  vertical-align: super;
  margin-left: 16px;
}
.page--diagnosis .block--select {
  margin-top: 2em;
}
.page--diagnosis .list--form {
  margin: 0 auto 3.5em;
}
.page--diagnosis .list--form dt {
  line-height: 1.5;
  margin-bottom: 1.2em;
  font-size: 1.2em;
  font-weight: bold;
}
.page--diagnosis .list--form dt .count {
  position: relative;
  font-size: 1.2em;
}
.page--diagnosis .list--form .list--questions {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page--diagnosis .list--form .list--questions li {
  width: calc((100% - 12px) / 2);
  margin-right: 12px;
  margin-bottom: 12px;
}
.page--diagnosis .list--form .list--questions li:nth-of-type(2n) {
  margin-right: 0;
}
.page--diagnosis .list--form .list--questions label {
  display: block;
}
.page--diagnosis .list--form .list--questions label span {
  display: block;
  line-height: 1.4;
  background: #fffef5;
  padding: 1.3em;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 14px;
}
.page--diagnosis .list--form .list--questions label input {
  display: none;
}
.page--diagnosis .list--form .list--questions label input[type=radio]:checked + span {
  background: #F5C2BF;
}
.page--diagnosis .result {
  text-align: center;
}
.page--diagnosis .result .top-txt {
  margin: 0 0 1em;
  font-size: 20px;
  opacity: 0;
}
.page--diagnosis .result .top-txt .name-txt {
  font-size: 1.4em;
  margin-right: 3px;
}
.page--diagnosis .result .block--ph {
  position: relative;
  opacity: 0;
  margin: 1em auto 4em;
  width: 50%;
}
.page--diagnosis .result .block--ph .ph {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  border-radius: 16%;
}
.page--diagnosis .result .block--ph .ph img {
  display: block;
  width: 100%;
  line-height: 0;
  background: no-repeat center;
  background-size: contain;
}
.page--diagnosis .result .box--rate {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: -24%;
}
.page--diagnosis .result .rate {
  display: block;
  position: relative;
  opacity: 0;
  width: 32%;
  padding-top: 32%;
  line-height: 1;
  letter-spacing: 0;
  margin-right: -6%;
}
.page--diagnosis .result .rate::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #F5C2BF;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  transition: background-color 0.2s;
  transition-delay: 0.3s;
}
.page--diagnosis .result .rate .numb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  padding-top: 6%;
  padding-right: 15%;
}
.page--diagnosis .result.pass .rate::before {
  background-color: #fd9892;
}
.page--diagnosis .result .odometer-inside {
  position: relative;
  right: 0px;
  bottom: 0;
  letter-spacing: 0;
}
.page--diagnosis .result .odometer-digit:first-of-type .odometer-value {
  text-align: right;
}
.page--diagnosis .result .odometer-digit:last-of-type::after {
  content: "%";
  font-size: 30px;
  font-weight: normal;
  margin-left: 2px;
  position: absolute;
  bottom: 16px;
}
.page--diagnosis .result .block--movie, .page--diagnosis .result .player, .page--diagnosis .result .txt--movie, .page--diagnosis .result .txt--sub, .page--diagnosis .result .btn {
  opacity: 0;
}
.page--diagnosis .result .txt--movie {
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: bold;
}
.page--diagnosis .result .txt--movie span {
  background: #F8F9FA;
  padding: 0 10px;
}
.page--diagnosis .result .show:not(.not-found) {
  transition: opacity 0.3s;
  opacity: 1;
}
.page--diagnosis .result .block--movie {
  max-width: 640px;
  margin: 4em auto 2em;
}
.page--diagnosis .result .block--movie .player {
  position: relative;
  padding-top: 56.25%;
}
.page--diagnosis .result .block--movie .player iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.page--diagnosis .result .block--movie .txt--sub {
  font-size: 1em;
}
.page--diagnosis .result .block--movie .txt--sub span {
  font-size: 1.8em;
  font-weight: bold;
  color: #F8F9FA;
  padding: 0 2px;
  vertical-align: -2px;
  text-shadow: 1px 1px 0 rgba(70, 31, 6, 0.7);
}
.page--diagnosis .result .not-found {
  text-align: left;
  margin: 0 0 3em;
}
.page--diagnosis .section--detail.error .btn--sub {
  margin: 3em auto 0;
}

/*  questionnaire
------------------------------ */
.page--questionnaire .tit {
  margin-bottom: 2em;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
}
.page--questionnaire .form--post {
  margin-bottom: 100px;
}

.form--post {
  margin: 0 0 40px;
}

.form--post + .txt--sub {
  text-align: center;
}

.form--post dt {
  font-weight: bold;
}

.icon--required {
  display: inline-block;
}
.icon--required::before {
  content: "必須";
  background: #ff4343;
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
  line-height: 0;
  vertical-align: 2px;
  padding: 0px 6px 3px;
  margin-left: 5px;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.3s 0s ease;
  }
  .btn--main,
  .btn--sub {
    min-width: 300px;
    transition: all 0.3s;
  }
  .detail__btn {
    font-size: 20px;
    margin: 5rem 0 0;
  }
  .detail__btn a {
    position: relative;
    transition: 0.3s;
  }
  .wrap {
    padding: 80px 10% 150px;
    max-width: 1050px;
    margin: 0 auto;
  }
  .section-tit {
    font-size: 5rem;
  }
  .section-tit .sub {
    font-size: 1.8rem;
  }
  .section--list,
  .section--detail {
    margin-top: 100px;
  }
  .page--home .list--menu > li a .number {
    min-width: 3rem;
    margin-right: 15px;
    font-size: 2.5rem;
  }
  .page--home .list--menu > li a .tit {
    font-size: 5rem;
  }
  .page--home footer .block--support .list--support dt {
    display: none;
  }
  .page--home footer .block--support .list--support dd {
    display: block;
  }
  .page--home footer .block--support .list--support dd ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 1em;
  }
  .page--introduction .section--contents_detail .list li h3 {
    font-size: 2rem;
  }
  .page--introduction .section--contents_detail .list li h3.jp {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .btn--main {
    min-width: 90%;
  }
  /*  appli
  ------------------------------ */
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 90%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .date,
  .category {
    font-size: 1.3rem;
  }
  .tit {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  li.no-data {
    padding: 2em 0;
    text-align: center;
  }
  .section-tit {
    font-size: 7vw;
  }
  .section-tit .sub {
    font-size: 3vw;
  }
  .section--list,
  .section--detail {
    margin-top: 15vw;
  }
  .page--home {
    /* デジタル会員証*/
  }
  .page--home .section--mainvisual .head-text .head-nav {
    font-size: 1.8rem;
  }
  .page--home .section--mainvisual .head-text .head-nav .memberinformation {
    margin: 0 auto 16px;
  }
  .page--home .section--mainvisual .head-text .head-nav .memberinformation .continueday {
    color: #FF80CE;
    font-size: 60px;
    display: inline-block;
    background: linear-gradient(to top, rgb(246, 109, 93) 0%, rgb(234, 33, 158) 40%, rgb(154, 162, 210) 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
  }
  .page--home .section--mainvisual .head-text .head-nav .nav__item--mypage {
    text-align: center;
    padding: 4px 0;
    background: #000;
    color: #fff;
    display: inline-block;
    width: 170px;
    margin-bottom: 20px;
  }
  .page--home .section--mainvisual .head-text .head-nav .nav__item--card {
    text-align: center;
    padding: 4px 0;
    background: #000;
    color: #fff;
    display: inline-block;
    width: 170px;
    margin-bottom: 20px;
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  .page--home .list--menu > li a .number {
    min-width: 5vw;
    margin-right: 2vw;
    font-size: 3.5vw;
  }
  .page--home .list--menu > li a .tit {
    font-size: 7.2vw;
  }
  .page--home footer .block--support .list--support {
    margin-bottom: 60px;
  }
  .page--home footer .block--support .list--support dt {
    position: relative;
    background: #000;
    color: #fff;
    padding: 0 10px;
    line-height: 40px;
    font-family: "Playfair Display", serif;
    font-weight: 800;
    letter-spacing: 0.05em;
    font-size: 1.2rem;
  }
  .page--home footer .block--support .list--support dt::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border-left: solid 1px #717073;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/static/itzy/fansite/common/chevron_down.svg);
    background-size: contain;
  }
  .page--home footer .block--support .list--support dt.open::after {
    background-image: url(/static/itzy/fansite/common/chevron_up.svg);
    background-size: contain;
  }
  .page--home footer .block--support .list--support dd {
    display: none;
  }
  .page--home footer .block--support .list--support dd ul {
    margin: 20px auto 0;
  }
  .page--home footer .block--support .list--support dd ul li {
    display: block;
    margin-bottom: 1em;
    padding: 0 0.5em;
    font-size: 1.2rem;
  }
  .page--home .btn #card {
    width: 80%;
    display: block;
    margin: 30px auto 20px;
    padding: 14px 0;
    font-size: 15px;
    background: #D31A8C;
    color: #fff;
    border-radius: 100px;
    text-align: center;
  }
  .page--home .block--card {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
    -webkit-transition: display 0.3s ease;
    transition: display 0.3s ease;
  }
  .page--home .block--card .close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
  }
  .page--home .block--card .close::before,
  .page--home .block--card .close::after {
    content: "";
    display: block;
    width: 17px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 14px;
    left: 7px;
  }
  .page--home .block--card .close::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .page--home .block--card .card {
    position: absolute;
    width: 300px;
    height: 80vh;
    max-height: 520px;
    top: 50%;
    left: 50%;
    background-color: #000;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
    text-align: center;
  }
  .page--home .block--card .card .card-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .page--home .block--card .card .card-inner .bgImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }
  .page--home .block--card .card .card-inner .text {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #000;
    color: #fff;
    padding: 25px 15px 15px;
    text-align: left;
    box-sizing: border-box;
  }
  .page--home .block--card .card .card-inner .text .number {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 1;
  }
  .page--home .block--card .card .card-inner .text .inner {
    position: relative;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .page--home .block--card .card .card-inner .text .inner .cardlogo {
    width: 100px;
  }
  .page--home .block--card .card .card-inner .text .inner .block--joindate {
    width: calc(100% - 120px);
    text-align: right;
    font-size: 11px;
    verflow: hidden;
    word-break: break-all;
  }
  .page--home .block--card .card .card-inner .text .inner .block--joindate .sub-tit {
    position: relative;
    font-size: 10px;
    color: #D31A8C;
    line-height: 1.2;
    margin-top: 5px;
  }
  .page--home .block--card .card .card-inner .text .inner .block--joindate .joinddate {
    font-family: "Roboto", sans-serif;
    position: absolute;
    right: -15px;
    top: -50px;
    padding: 5px 10px;
    font-size: 12px;
    text-align: right;
    letter-spacing: 0.1em;
    width: calc(100% - 30px);
    line-height: 1.1;
  }
  .page--home .block--card .card .card-inner .text .inner .block--joindate .joinddate.onehundred {
    background-image: url(/static/itzy/fansite/memberscard/ribbon_01.png);
  }
  .page--home .block--card .card .card-inner .text .inner .block--joindate .joinddate.twohundred {
    background-image: url(/static/itzy/fansite/memberscard/ribbon_101.png);
  }
  .page--home .block--card .card .card-inner .text .inner .block--joindate .joinddate.threehundred {
    background-image: url(/static/itzy/fansite/memberscard/ribbon_201.png);
  }
  .page--home .block--card .card .card-inner .text .inner .block--joindate .joinddate.fourhundred {
    background-image: url(/static/itzy/fansite/memberscard/ribbon_301.png);
  }
  .page--home .block--card .card .card-inner .text .inner .block--joindate .joinddate.fivehundred {
    background-image: url(/static/itzy/fansite/memberscard/ribbon_401.png);
  }
  .page--home .block--card .card .card-inner .text .inner .block--joindate .joinddate.sixhundred {
    background-image: url(/static/itzy/fansite/memberscard/ribbon_501.png);
  }
  .page--home .block--card .card .card-inner .text .inner .block--joindate .joinddate.sevenhundred {
    background-image: url(/static/itzy/fansite/memberscard/ribbon_601.png);
  }
  .page--home .block--card .card .card-inner .text .inner .block--joindate .joinddate.eighthundred {
    background-image: url(/static/itzy/fansite/memberscard/ribbon_701.png);
  }
  .page--home .block--card .card .card-inner .text .inner .block--joindate .joinddate.ninehundred {
    background-image: url(/static/itzy/fansite/memberscard/ribbon_801.png);
  }
  .page--home .block--card .card .card-inner .text .inner .block--joindate .joinddate.onethousand {
    background-image: url(/static/itzy/fansite/memberscard/ribbon_901.png);
  }
  .page--home .block--card .card .card-inner .text .inner .block--joindate .joinddate.over-thousand {
    background-image: url(/static/itzy/fansite/memberscard/ribbon_1001.png);
  }
  .page--home .block--card .card .card-inner .text .inner .block--joindate .joinddate.over-thousand .wrap {
    color: #D31A8C;
  }
  .page--home .block--card .card .card-inner .text .inner .block--joindate .joinddate.over-thousand .wrap span {
    color: #D31A8C;
  }
  .page--home .block--card .card .card-inner .text .inner .block--joindate .membership {
    margin-bottom: 4px;
  }
  .page--home .block--card .card .card-inner .text .inner .block--joindate .joinddate .wrap {
    position: relative;
    z-index: 1;
    font-weight: bold;
  }
  .page--home .block--card .card .card-inner .text .inner .block--joindate .joinddate .wrap span {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
  }
  .page--home .block--card .card .card-inner .text .inner .block--joindate .joinddate a {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
  }
  .list--download {
    margin: 0 5vw;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .list--download li {
    width: 49%;
    margin-bottom: 20px;
  }
  .list--download li a .thumb figure img {
    background-size: cover;
  }
  .section--detail.lovecheck .lead {
    margin-bottom: 6%;
  }
  .section--detail.lovecheck .box--figure .inner--box {
    width: 100%;
    padding: 4%;
    border-radius: 8px;
  }
  .page--diagnosis.page--list .section-tit {
    display: block;
    margin-bottom: 10px;
  }
  .page--diagnosis .block-tit {
    margin-left: 0;
  }
  .page--diagnosis .block--select {
    margin-top: 2em;
  }
  .page--diagnosis .list--form {
    margin: 0 auto 2.5em;
  }
  .page--diagnosis .list--form dt {
    margin-bottom: 1em;
    font-size: 1.1em;
  }
  .page--diagnosis .list--form dt .count {
    font-size: 1.1em;
  }
  .page--diagnosis .list--form .list--questions li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page--diagnosis .list--form .list--questions label {
    display: block;
  }
  .page--diagnosis .list--form .list--questions label span {
    padding: 1.2em 1em;
    border-radius: 6px;
  }
  .page--diagnosis .list--form:last-of-type {
    margin: 0 auto 0;
  }
  .page--diagnosis .result .top-txt {
    font-size: 16px;
  }
  .page--diagnosis .result .block--ph {
    margin: 0 auto 2.5em;
    width: 84%;
  }
  .page--diagnosis .result .rate {
    width: 34%;
    padding-top: 34%;
  }
  .page--diagnosis .result .rate .numb {
    font-size: 11vw;
  }
  .page--diagnosis .result .odometer-digit:last-of-type::after {
    font-size: 5vw;
    bottom: 18%;
  }
  .page--diagnosis .result .txt--movie {
    font-size: 1.2em;
  }
  .page--diagnosis .result .txt--sub {
    text-align: left;
  }
  .page--diagnosis .result .block--movie {
    margin: 2.5em auto 0.5em;
  }
  .page--diagnosis .section--detail.error .btn--sub {
    margin: 2em auto 1em;
  }
  .page--mail .section-tit {
    margin-bottom: 10px;
  }
  .page--mail .lead {
    margin-bottom: 6%;
    font-size: 1.15em;
  }
  .page--mail .txt--sub {
    padding: 6%;
  }
  .section--detail.page--support .section-tit {
    letter-spacing: 0.05em;
  }
  .section--detail.page--support .tit {
    font-size: 20px;
    margin: 0 0 12px;
  }
  .page--introduction .wrap {
    padding: 100px 5vw 180px;
  }
  .page--introduction .logo {
    display: none;
  }
  .page--introduction .section--main .block--logo {
    max-width: 250px;
  }
  .page--introduction .section--main .lead {
    font-size: 1.3rem;
  }
  .page--introduction .section--contents_detail {
    margin-top: 60px;
  }
  .page--introduction .section--contents_detail .list {
    margin-top: 45px;
  }
  .page--introduction .section--contents_detail .list li {
    width: 47%;
    padding: 5vw;
    font-size: 1.2rem;
  }
  .page--introduction .section--contents_detail .list li h3 {
    margin-bottom: 12px;
  }
  .page--introduction .section--info {
    margin-top: 40px;
  }
  .page--introduction .section--info dl {
    display: block;
    border: 1px solid;
    font-size: 1.3rem;
  }
  .page--introduction .section--info dl dt {
    display: block;
    border: none;
    padding: 30px 15px 0;
    width: 100%;
    text-align: center;
  }
  .page--introduction .section--info dl dd {
    display: block;
    border: none;
    padding: 15px;
    width: 100%;
  }
  .page--introduction .section--info dl dt:first-of-type,
  .page--introduction .section--info dl dd:first-of-type {
    border: none;
  }
  .page--introduction .block--login__fanplus {
    margin: 50px 0 30px;
    text-align: center;
  }
  .page--contact.section--detail .input--half {
    width: 100% !important;
  }
  .page--contact.section--detail .form--post dt {
    margin: 2em 0 0.5em;
  }
  .body--app .wrap {
    padding: 40px 0;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  .wrap {
    padding: 80px 10vw 150px;
    margin: 0 auto;
  }
  .section-tit {
    font-size: 4rem;
  }
  .page--introduction .section--main .block--logo {
    max-width: 350px;
  }
  .page--introduction .section--info {
    margin-top: 60px;
    background: #F8F9FA;
  }
  .page--introduction .section--info dl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid;
    font-size: 1.3rem;
  }
  .page--introduction .section--info dl dt {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    border-right: 1px solid;
    padding: 2%;
    width: 20%;
  }
  .page--introduction .section--info dl dd {
    padding: 2%;
    width: 80%;
  }
  .page--introduction .section--info dl dt:first-of-type,
  .page--introduction .section--info dl dd:first-of-type {
    border-bottom: 1px solid;
  }
  .page--introduction .section--info dl dt:first-of-type {
    border-right: 1px solid;
  }
}/*# sourceMappingURL=fansite-service.css.map */