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

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,
body {
  height: 100%;
}

body {
  background-color: #fff;
  word-wrap: break-word;
  color: #240968;
}
@media screen and (min-width: 961px) {
  body {
    font-family: futura-pt, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: futura-pt, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}

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;
  pointer-events: none;
}

::-moz-selection {
  background-color: #240968;
  color: #fff;
}

::selection {
  background-color: #240968;
  color: #fff;
}

::-moz-selection {
  background-color: #240968;
  color: #fff;
}

.svg-symbol {
  display: none !important;
}

svg {
  width: 100%;
  height: 100%;
}

.content-main {
  background-color: #fff;
}

.body--app a {
  -webkit-touch-callout: none !important;
}

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: #fff;
  box-shadow: none;
  border: 1px solid #240968;
  padding: 0.5em 0.8em;
  color: #240968;
  color: #240968;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-family: futura-pt, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@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 {
    font-family: futura-pt, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: inherit;
}
input[type=text].form__error,
input[type=tel].form__error,
input[type=email].form__error,
input[type=password].form__error,
input[type=number].form__error,
button.form__error {
  background: #fff0ea;
  color: #ff77bc;
  border-color: #ff77bc;
}
input[type=text].form__error:focus,
input[type=tel].form__error:focus,
input[type=email].form__error:focus,
input[type=password].form__error:focus,
input[type=number].form__error:focus,
button.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
input[type=text][disabled],
input[type=tel][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled],
button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

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

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

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

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

.btn--main {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  min-width: 75%;
  text-align: center;
  text-decoration: none;
  border-radius: 40px;
  padding: 20px 1.5em;
  cursor: pointer;
  background: #240968;
  color: #fff;
  border: none;
}

.btn--sub {
  min-width: 250px;
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 40px;
  padding: 20px 1.5em;
  cursor: pointer;
  border: #240968 solid 1px;
  color: #240968;
}

.block--submit {
  text-align: center;
}

.form--post dd {
  margin-bottom: 20px;
}

/* textarea */
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: #fff;
  box-shadow: none;
  border: 1px solid #240968;
  padding: 0.5em 0.8em;
  color: #240968;
  height: 10em;
}
@media screen and (min-width: 961px) {
  textarea {
    font-family: futura-pt, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-family: futura-pt, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}
textarea:focus {
  border-color: inherit;
}
textarea.form__error {
  background: #fff0ea;
  color: #ff77bc;
  border-color: #ff77bc;
}
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 {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: #fff;
  box-shadow: none;
  border: 1px solid #240968;
  padding: 0.5em 0.8em;
  color: #240968;
  padding-right: 1.5em;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: futura-pt, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: futura-pt, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}
.form__select select:focus {
  border-color: inherit;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #ff77bc;
  border-color: #ff77bc;
}
.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 #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
  right: 0;
}
.form__select::after {
  position: absolute;
  border-color: #240968;
  top: 15px;
  right: 9px;
  z-index: -1;
}

/* checkbox */
.form__checkbox label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__checkbox label p {
    font-family: futura-pt, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: futura-pt, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}
.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 #240968;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::before {
  background: #240968;
  border-color: #240968;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__radio label p {
    font-family: futura-pt, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-family: futura-pt, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #f33;
}
.form__radio label p {
  padding: 0 0.5em 0 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #240968;
  border-width: 0.3em;
}

.block--complete > p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.block--complete > p.text-sub {
  text-align: center;
  font-weight: normal;
  font-size: 12px;
}

.list__more a,
.detail__btn a {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list__more a,
  .detail__btn a {
    font-size: 16px;
  }
}
.list__more a::after,
.detail__btn a::after {
  content: "";
  display: block;
  background-color: #240968;
  width: 20px;
  height: 1px;
  margin-left: 10px;
}

.line__btn {
  position: relative;
}
.line__btn input,
.line__btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  font-size: 16px;
  padding: 16px 20px;
  border-radius: 50px;
  border: #fff solid 1px;
}
.line__btn .icon__arrow {
  display: flex;
  width: 20px;
  height: 20px;
  position: relative;
}
.line__btn .icon__arrow::before {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  position: absolute;
  background-color: #240968;
  left: 50%;
  top: 50%;
  transform: rotate(-45deg) translate(-50%, -50%);
  transform-origin: top left;
}
.line__btn .icon__arrow::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-right: #240968 solid 1px;
  border-bottom: #240968 solid 1px;
  transform: rotate(-90deg) translate(-50%, -50%);
  transform-origin: left top;
}
.line__btn.submit {
  display: inline-block;
  font-size: 14px;
  margin-right: 20px;
}
.line__btn.submit a {
  border: #240968 solid 1px;
}
.line__btn input {
  padding-right: 70px;
}
.line__btn input + .icon__arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.none {
  opacity: 0.3;
}

.wrap {
  min-height: 100%;
  position: relative;
  /*padding-bottom: 220px;*/
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .wrap {
    /*padding-bottom: 380px;*/
  }
}

.header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  left: 0;
  top: -90px;
  z-index: 5;
  border-radius: 50px 50px 0 0;
  padding: 30px 30px 0px 30px;
  mix-blend-mode: difference;
  transition: all 0.6s cubic-bezier(0.035, 0.675, 0.225, 1.025) 0.3s;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .header {
    border-radius: 40px 40px 0 0;
  }
}
.loaded .header {
  top: 0;
}
.header .logo a {
  display: block;
}
.header .logo svg {
  fill: #fff;
  max-width: 140px;
  width: 30vw;
  aspect-ratio: 2/0.6;
}
.header .header-menu {
  display: flex;
  justify-content: right;
  align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  z-index: 2;
  mix-blend-mode: difference;
}
.header .header-menu .header-menu__list {
  display: flex;
  transition: all 0.3s;
  opacity: 1;
}
.drawer-visible .header .header-menu .header-menu__list {
  pointer-events: none;
  opacity: 0;
}
.header .header-menu .header-menu__list li {
  color: #fff;
  margin-right: 20px;
}
.header .header-menu .drawer__btn {
  cursor: pointer;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.0784313725);
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
}
.header .header-menu .drawer__btn::after, .header .header-menu .drawer__btn::before {
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header .header-menu .drawer__btn::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  position: absolute;
  margin-top: -4px;
}
.header .header-menu .drawer__btn::before {
  content: "";
  display: block;
  width: 35%;
  height: 1px;
  position: absolute;
  margin-left: -5%;
  margin-top: 4px;
}
.drawer-visible .header .header-menu .drawer__btn::after, .drawer-visible .header .header-menu .drawer__btn::before {
  width: 50%;
  transform-origin: center;
  margin: 0;
  transition: all 0.3s;
}
.drawer-visible .header .header-menu .drawer__btn::after {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.drawer-visible .header .header-menu .drawer__btn::before {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer-visible .header .header-menu .drawer__btn:hover::after, .drawer-visible .header .header-menu .drawer__btn:hover::before {
  animation: none;
}

.form__select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.form__select select {
  border-radius: 20px;
  padding: 4px 40px 4px 10px;
  -webkit-appearance: none;
  position: relative;
}
.form__select::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  border-bottom: #240968 solid 1px;
  border-left: #240968 solid 1px;
  z-index: 2;
}

.thumb {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.thumb img {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  position: relative;
  left: 0;
  top: 0;
  z-index: 2;
}
.thumb img.blur {
  background-size: cover;
  filter: blur(30px);
  transform: scale(1.5);
  position: absolute;
  z-index: 0;
}

.section--mainvisual {
  min-height: 100vh;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  background-image: radial-gradient(circle at top right, #fcb4db, transparent), radial-gradient(circle at 20% 80%, #ff77bc, transparent);
  border-radius: 40px 40px 0 0;
}
.section--mainvisual .block--mainvisual_photo {
  position: relative;
  font-size: 0;
  width: 100%;
  height: 66vw;
  overflow: hidden;
}
.section--mainvisual .block--mainvisual_photo img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.section--mainvisual .block--mainvisual_photo img.main-img {
  background-size: contain;
  background-position: center;
  position: relative;
  z-index: 2;
}
.section--mainvisual .block--mainvisual_photo img.cover-img {
  position: absolute;
  filter: blur(30px);
  background: no-repeat;
  background-size: cover;
  transform: scale(1.5);
  z-index: 1;
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--mainvisual .block--mainvisual_photo img.main-img {
    background-size: cover;
    background-position: top;
  }
}
#wovn-translate-widget {
  display: none !important;
}

.wovn-languages {
  color: #fff;
  mix-blend-mode: difference;
  font-size: 10px;
  position: fixed;
  z-index: 5;
  width: 160px;
  height: 35px;
  cursor: pointer;
  top: 100vh;
  right: 40px;
  border: #fff solid 1px;
  border-radius: 40px;
  transition: all 0.6s cubic-bezier(0.035, 0.675, 0.225, 1.025) 0.3s;
}
.loaded .wovn-languages {
  top: calc(100vh - 80px);
}
.wovn-languages .icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
}
.wovn-languages .icon::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 0px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg);
  z-index: 10;
  transform-origin: right;
}
.wovn-languages .icon::after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #fff;
}
.wovn-languages .langIcon {
  display: block;
  width: 6em;
  height: 1em;
  font-size: 10px;
  position: absolute;
  left: -70px;
  top: 50%;
  line-height: 1;
  opacity: 0.5;
  transform: translateY(-50%);
}
.wovn-languages .nav-dropdown {
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 1.4;
  text-align: left;
  z-index: 2;
  transform: translateY(-50%);
}
.wovn-languages .nav-dropdown .list--language {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-left: 20px;
}
.wovn-languages .nav-dropdown .list--language li {
  width: 100%;
  display: none;
  cursor: pointer;
  padding-bottom: 0;
  text-align: left;
  padding: 0;
}
.wovn-languages .nav-dropdown .list--language li::after {
  content: none;
}
.wovn-languages .nav-dropdown .list--language li.selected {
  display: block;
  order: -1;
}
.wovn-languages.visible::before {
  content: none;
}
.wovn-languages.visible .nav-dropdown {
  opacity: 1;
  pointer-events: visible;
  z-index: 1;
  border: none;
  color: #000;
  top: -20.2em;
  transform: translateY(0);
  background: #efefef;
  padding: 10px 10px 0;
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  .wovn-languages.visible .nav-dropdown {
    left: 21px;
  }
}
.wovn-languages.visible .nav-dropdown .list--language li {
  display: block;
  transition: opacity 0.4s;
  margin-bottom: 10px;
}
.wovn-languages.visible .nav-dropdown .list--language li.selected {
  pointer-events: none;
  background: transparent;
  padding: 0;
  opacity: 0.5;
  transition: none;
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  .wovn-languages.visible .nav-dropdown .list--language li.selected {
    margin-bottom: 14px;
  }
}

.drawer {
  display: flex;
  justify-content: left;
  width: 100%;
  height: 100%;
  padding: 0 0 0 15vw;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  border-radius: 50px 50px 0 0;
  transition-delay: 1s;
  transition: all 0.6s cubic-bezier(0.035, 0.675, 0.225, 1.025) 0.3s;
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.drawer::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer {
    border-radius: 40px 40px 0 0;
  }
}
.drawer::after {
  content: "";
  display: block;
  width: 100%;
  height: 0px;
  position: absolute;
  background-color: #240968;
  border-radius: 50px 50px 0 0;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.6s cubic-bezier(0.035, 0.675, 0.225, 1.025) 0.3s;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer::after {
    border-radius: 40px 40px 0 0;
  }
}
.drawer .g-nav,
.drawer .g-nav__fc {
  padding-top: 8vw;
  color: #fff;
  width: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
.drawer .g-nav li.tit,
.drawer .g-nav__fc li.tit {
  margin-bottom: 20px;
}
.drawer .g-nav li:not(.tit),
.drawer .g-nav__fc li:not(.tit) {
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 4.5vw;
  line-height: 1;
}
.drawer .g-nav li.nav__login,
.drawer .g-nav__fc li.nav__login {
  font-size: 2vw;
}
.drawer .g-nav li.nav__login span,
.drawer .g-nav__fc li.nav__login span {
  margin: 0 10px;
}
.drawer-visible .drawer {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  overflow-y: scroll;
}
.drawer-visible .drawer::after {
  height: 100vh;
  visibility: visible;
}

.footer {
  background: #240968;
  width: 100%;
  color: #fff;
  padding: 0 8vw;
  position: relative;
  bottom: 0;
  z-index: 2;
}
.footer .inner {
  display: flex;
  justify-content: left;
}
.footer .inner .logo--footer {
  width: 300px;
  margin-right: 40px;
  opacity: 0.2;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.footer .inner .logo--footer svg {
  height: auto;
  aspect-ratio: 2/0.7;
  fill: #fff;
}
.footer .inner .block-nav {
  display: flex;
  flex-wrap: wrap;
  width: 55%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 60px;
  opacity: 0.5;
}
.footer .inner .block-nav ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 20px;
}
.footer .inner .block-nav ul li {
  font-size: 12px;
  line-height: 1;
  margin-right: 24px;
}
.footer .inner .block-nav ul.nav--sns li {
  font-size: 16px;
}
.footer .inner .block-nav ul.nav--support li {
  margin-bottom: 10px;
}
.footer .inner .block-nav ul.nav--support li a {
  display: inline-block;
}
.footer .inner .block-nav ul.nav--support li:first-child {
  width: 100%;
}
.footer .inner .block-nav ul.nav--support li:first-child a:first-child {
  margin-right: 24px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .footer .inner .block-nav ul.nav--support li:first-child a:first-child {
    margin-bottom: 20px;
  }
}

body:not(.page--home) .wrap {
  padding: 180px 0 200px 0;
  overflow: hidden;
}
body:not(.page--home) .content--main {
  padding: 0 8vw;
  background-color: #fff;
}
body:not(.page--home) .content--main .section--list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .content--main .section--list {
    margin-bottom: 160px;
  }
}
body:not(.page--home) .content--main .section--list .block--title {
  width: 40%;
  padding-right: 40px;
}
body:not(.page--home) .content--main .section--list .block--title .section-tit {
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: min(5.5vw, 80px);
  letter-spacing: -0.05vw;
  line-height: 1;
  margin-bottom: 15px;
}
body:not(.page--home) .content--main .section--list .block--title .block--category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 0;
}
body:not(.page--home) .content--main .section--list .block--title .block--category li.tit {
  width: 100%;
  font-size: 12px;
  margin-bottom: 10px;
}
body:not(.page--home) .content--main .section--list .block--title .block--category li a {
  background-color: #fff;
  font-size: 12px;
  padding: 5px 14px 6px;
  color: #240968;
  border: 1px solid;
  border-radius: 30px;
  line-height: 1;
  display: block;
  transition: 0.3s;
  margin-left: 0;
  margin-right: 0.25em;
}
body:not(.page--home) .content--main .section--list .block--title .block--category li.current a {
  background: #240968;
  color: #fff;
}
body:not(.page--home) .content--main .section--list .block--list {
  width: 70%;
}
body:not(.page--home) .content--main .section--list .block--list ul.list--information {
  border-radius: 15px;
  box-shadow: 0px 0px 60px 10px rgba(206, 223, 233, 0.2784313725);
  margin-bottom: 20px;
  overflow: hidden;
}
body:not(.page--home) .content--main .section--list .block--list ul.list--information li {
  position: relative;
}
body:not(.page--home) .content--main .section--list .block--list ul.list--information li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #efefef;
  left: 0;
  bottom: 0;
}
body:not(.page--home) .content--main .section--list .block--list ul.list--information li:last-child {
  border: none;
}
body:not(.page--home) .content--main .section--list .block--list ul.list--information li a {
  display: flex;
  padding: 20px 25px;
  line-height: 1.5;
}
body:not(.page--home) .content--main .section--list .block--list ul.list--information li a .date {
  margin-right: 20px;
}
body:not(.page--home) .content--main .section--list .block--list ul.list--information li a .date .youbi {
  display: block;
  font-size: 14px;
}
body:not(.page--home) .content--main .section--list .block--list ul.list--information li a .category {
  width: 20%;
  margin-right: 20px;
}
body:not(.page--home) .content--main .section--list .block--list ul.list--information li a .tit {
  width: 100%;
}
body:not(.page--home) .content--main .section--list .block--list ul.list--information li.no-data {
  padding: 20vh 25px;
  text-align: center;
  justify-content: center;
}
body:not(.page--home) .content--main .section--list .block--list ul .no-data {
  box-shadow: 0px 0px 60px 10px rgba(206, 223, 233, 0.2784313725);
  border-radius: 15px;
  padding: 20vh 25px;
  text-align: center;
  width: 100% !important;
}
body:not(.page--home) .content--main .section--detail {
  margin-bottom: 120px;
  flex-wrap: wrap;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .content--main .section--detail {
    margin-bottom: 160px;
  }
}
body:not(.page--home) .content--main .section--detail .section--inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--title {
  width: 30%;
  padding-right: 40px;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--title .tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--title .block--time {
  display: flex;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--title .block--time .date {
  margin-right: 10px;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--title .block--time .category {
  display: flex;
  align-items: center;
  margin: 0;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--title .block--time .category::before {
  content: "";
  display: inline-block;
  background-color: #240968;
  width: 5px;
  height: 1px;
  margin-right: 10px;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--txt {
  width: 70%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 15px;
  padding: 30px 25px;
  box-shadow: 0px 0px 60px 10px rgba(206, 223, 233, 0.2784313725);
  overflow: hidden;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--txt .txt {
  margin-bottom: 40px;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--txt .txt p,
body:not(.page--home) .content--main .section--detail .section--inner .block--txt .txt span {
  /*font-size: 14px !important;*/
}
body:not(.page--home) .content--main .section--detail .section--inner .block--txt .txt .video {
  margin: -30px -25px 0;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--txt .txt .video iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--txt .block--share {
  display: flex;
  justify-content: right;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--txt .block--share li {
  margin-left: 10px;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--txt .block--share li a {
  display: block;
  position: relative;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--txt .block--share li .fa {
  font-size: 18px;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--txt .block--share li svg {
  fill: #240968;
  width: 18px;
  height: 18px;
}
body:not(.page--home) .footer {
  padding: 80px 8vw 0;
  border-radius: 50px 50px 0 0;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .footer {
    border-radius: 40px 40px 0 0;
  }
}
body:not(.page--home) .footer .inner .logo--footer {
  width: 140px;
}
body:not(.page--home) .footer .inner .nav--support {
  display: none;
}

body.page--info.category-13 .list--contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.page--info.category-13 .list--contents li {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  box-shadow: 0px 0px 60px 10px rgba(206, 223, 233, 0.2784313725);
  border-radius: 15px;
  overflow: hidden;
}
body.page--info.category-13 .list--contents li:nth-child(2n) {
  transform: translateY(60px);
}
body.page--info.category-13 .list--contents li a figure {
  background-size: cover;
  aspect-ratio: 16/9;
}
body.page--info.category-13 .list--contents li a .list__txt {
  padding: 15px 20px;
}
body.page--info.category-13 .list--contents li a .list__txt .tit {
  font-size: 14px;
  font-weight: 500;
}
body.page--info.category-13 .list--contents li.no-data {
  box-shadow: 0px 0px 60px 10px rgba(206, 223, 233, 0.2784313725);
  border-radius: 15px;
  padding: 20vh 25px;
  text-align: center;
  width: 100%;
}
body.page--info .content--main .section--detail .section--inner .block--txt .txt .video {
  margin: 0;
  padding-top: 56.25%;
  position: relative;
}
body.page--info .content--main .section--detail .section--inner .block--txt .txt .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
body.page--info .content--main .section--detail .section--inner .block--txt .txt a {
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  body.page--info .content--main .section--detail .section--inner .block--txt .txt a:hover {
    text-decoration: none;
  }
}

body.page--schedule .content--main .section--list .block--title .block--month {
  margin-bottom: 40px;
}
body.page--schedule .content--main .section--list .block--title .block--month .tit {
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 30px;
}
body.page--schedule .content--main .section--list .block--title .block--month .tit span {
  font-size: 12px;
  margin-left: 10px;
}
body.page--schedule .content--main .section--list .block--title .list--sort {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 0;
  padding-right: 2em;
}
body.page--schedule .content--main .section--list .block--title .list--sort li input[type=checkbox] {
  display: none;
}
body.page--schedule .content--main .section--list .block--title .list--sort li .category {
  font-size: 12px;
  padding: 5px 14px 6px;
  color: #240968;
  border: 1px solid;
  background: #240968;
  color: #fff;
  border-radius: 30px;
  line-height: 1;
  display: block;
  transition: 0.3s;
  margin-left: 0;
  margin-right: 0.25em;
}
body.page--schedule .content--main .section--list .block--title .list--sort li input[type=checkbox]:not(:checked) + .category {
  background: none;
  color: #240968;
  opacity: 0.6;
}
@media screen and (min-width: 961px) {
  body.page--schedule .content--main .section--list .block--title .list--sort li:hover input[type=checkbox]:checked + .category {
    cursor: pointer;
    background: transparent;
    color: #240968;
    opacity: 0.6;
  }
  body.page--schedule .content--main .section--list .block--title .list--sort li:hover input[type=checkbox]:not(:checked) + .category {
    cursor: pointer;
    background: #240968;
    color: #fff;
    opacity: 1;
  }
}
body.page--schedule .content--main .section--list .block--list ul.list--schedule {
  border-radius: 15px;
  box-shadow: 0px 0px 60px 10px rgba(206, 223, 233, 0.2784313725);
  margin-bottom: 20px;
  overflow: hidden;
}
body.page--schedule .content--main .section--list .block--list ul.list--schedule li {
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  position: relative;
}
body.page--schedule .content--main .section--list .block--list ul.list--schedule li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #efefef;
  left: 0;
  bottom: 0;
}
body.page--schedule .content--main .section--list .block--list ul.list--schedule li.no-data {
  padding: 20vh 25px;
  text-align: center;
  justify-content: center;
}
body.page--schedule .content--main .section--list .block--list ul.list--schedule li:last-child {
  border: none;
}
body.page--schedule .content--main .section--list .block--list ul.list--schedule li .date--event {
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 0 0 30px;
}
body.page--schedule .content--main .section--list .block--list ul.list--schedule li .date--event strong {
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 40px;
}
body.page--schedule .content--main .section--list .block--list ul.list--schedule li .date--event .week {
  display: block;
}
body.page--schedule .content--main .section--list .block--list ul.list--schedule li .list__txt {
  width: 70%;
  border-bottom: #efefef solid 1px;
  margin-left: 30%;
}
body.page--schedule .content--main .section--list .block--list ul.list--schedule li .list__txt:last-child {
  border: none;
}
body.page--schedule .content--main .section--list .block--list ul.list--schedule li a {
  display: block;
  padding: 20px 25px;
}
body.page--schedule .content--main .section--list .block--list ul.list--schedule li a .category {
  display: inline-block;
  background-color: #f0f0f0;
  margin-bottom: 10px;
  padding: 4px 8px;
  font-size: 10px;
  border-radius: 20px;
}
body.page--schedule .content--main .section--list .block--list ul.list--schedule li a .tit {
  line-height: 1.5;
}

.page--profile .block--list .block--detail .block--txt figure {
  margin-bottom: 20px;
  box-shadow: 0px 0px 60px 10px rgba(206, 223, 233, 0.2784313725);
  border: #efefef solid 1px;
  margin-bottom: 20px;
}
.page--profile .block--list .block--detail .block--txt figure img {
  display: block;
}
.page--profile .block--list .block--detail .block--txt .block--txt__body {
  margin-bottom: 80px;
}
.page--profile .block--list .block--detail .list--profile {
  display: flex;
  flex-wrap: wrap;
}
.page--profile .block--list .block--detail .list--profile .list--profile__item {
  width: calc(33.3333333333% - 10px);
  margin: 0 15px 30px 0;
  transition: all 0.5s;
}
.page--profile .block--list .block--detail .list--profile .list--profile__item:nth-child(3n) {
  margin: 0;
}
.page--profile .block--list .block--detail .list--profile .list--profile__item .thumb {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.page--profile .block--list .block--detail .list--profile .list--profile__item .thumb img {
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: cover;
}
.page--profile .content--main .section--detail.member .section--inner .block--title {
  width: 50%;
}
.page--profile .content--main .section--detail.member .section--inner .block--title .thumb {
  margin-bottom: 20px;
  overflow: hidden;
}
.page--profile .content--main .section--detail.member .section--inner .block--title .thumb img {
  display: block;
  position: relative;
}
.page--profile .content--main .section--detail.member .section--inner .block--txt .block--name {
  margin-bottom: 40px;
}
.page--profile .content--main .section--detail.member .section--inner .block--txt .block--name .section-tit {
  font-size: 40px;
  line-height: 1;
  font-weight: normal;
}
.page--profile .content--main .section--detail.member .section--inner .block--txt .block--name .name.sub {
  font-size: 14px;
  font-weight: bold;
}
.page--profile .content--main .section--detail.member .section--inner .block--txt .block--detail dl > div {
  display: flex;
  margin-bottom: 10px;
}
.page--profile .content--main .section--detail.member .section--inner .block--txt .block--detail dl > div dt {
  opacity: 0.5;
  margin-right: 20px;
  min-width: 90px;
}

body.page--home {
  padding-top: calc(100vh + 100px);
}
body.page--home #tubular-container {
  left: 0;
  top: 0;
  border-radius: 50px 50px 0 0;
  pointer-events: none;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home #tubular-container {
    border-radius: 40px 40px 0 0;
  }
}
body.page--home #tubular-shield {
  border-radius: 50px 50px 0 0;
  pointer-events: none;
  background: #000;
  opacity: 0.7;
  position: fixed !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home #tubular-shield {
    border-radius: 40px 40px 0 0;
  }
}
body.page--home .content--main {
  min-height: auto;
  background-color: #fff;
  border-radius: 50px 50px 0 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .content--main {
    border-radius: 40px 40px 0 0;
  }
}
body.page--home .section--banner {
  transform: translateY(-6vw);
  overflow: hidden;
}
body.page--home .section--banner .block--banner-swiper {
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100%;
  left: 200px;
}
body.page--home .section--banner .block--banner-swiper .swiper-wrapper {
  width: calc(100% - 80px);
  margin-left: -31.8vw;
}
body.page--home .section--banner .block--banner-swiper .swiper-wrapper .swiper-slide {
  padding-right: 20px;
}
body.page--home .section--banner .block--banner-swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
body.page--home .section--banner .block--banner-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
body.page--home .section--banner .block--indicator {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 120px;
  position: absolute;
  left: 40px;
  bottom: 0;
}
body.page--home .section--banner .block--indicator .swiper-pagination {
  width: 100%;
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}
body.page--home .section--banner .block--indicator .swiper-button-prev,
body.page--home .section--banner .block--indicator .swiper-button-next {
  position: relative;
  left: 0;
  width: 50px;
  height: 50px;
  background: #f8f8f8;
  border-radius: 50%;
}
body.page--home .section--banner .block--indicator .swiper-button-prev::before,
body.page--home .section--banner .block--indicator .swiper-button-next::before {
  content: "";
  display: block;
  background-color: #240968;
  width: 20px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body.page--home .section--banner .block--indicator .swiper-button-prev::after,
body.page--home .section--banner .block--indicator .swiper-button-next::after {
  font-size: 0;
  border-top: #240968 solid 1px;
  border-left: #240968 solid 1px;
  width: 14px;
  height: 14px;
  transform: rotate(-45deg);
}
body.page--home .section--banner .block--indicator .swiper-button-prev:not(.swiper-button-prev)::after,
body.page--home .section--banner .block--indicator .swiper-button-next:not(.swiper-button-prev)::after {
  transform: rotate(135deg);
}
body.page--home .area--official {
  display: flex;
  justify-content: space-between;
  padding: 0 8vw;
  position: relative;
  z-index: 2;
}
body.page--home .area--official .block--contents {
  background-color: #fff;
  width: calc(50% - 30px);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  box-shadow: 0px 0px 60px 10px rgba(206, 223, 233, 0.2784313725);
  border-radius: 15px;
  overflow: hidden;
}
body.page--home .area--official .block--contents:nth-child(2) {
  transform: translateY(60px);
}
body.page--home .area--official .block--contents .tit-wrap {
  padding: 30px 25px;
  border-bottom: #efefef solid 1px;
}
body.page--home .area--official .block--contents .section-tit {
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 4vw;
  line-height: 1;
  letter-spacing: -0.05vw;
  margin-bottom: 10px;
}
body.page--home .area--official .block--contents .list--info li {
  position: relative;
}
body.page--home .area--official .block--contents .list--info li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #efefef;
  left: 0;
  bottom: 0;
}
body.page--home .area--official .block--contents .list--info li:last-child {
  border: none;
}
body.page--home .area--official .block--contents .list--info li a {
  display: block;
  padding: 20px 25px;
}
body.page--home .area--official .block--contents .list--info li a .date {
  font-weight: 500;
  margin-bottom: 10px;
}
body.page--home .area--official .block--contents .list--info li a .tit {
  font-size: 14px;
  line-height: 1.5;
}
body.page--home .area--official .block--contents .list--info li.no-data {
  padding: 30px;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--official .block--contents .list--info li.no-data {
    min-height: 15vh;
  }
}
body.page--home .area--official .block--contents .list--info:not(.list--schedule) .new .date::after {
  content: "NEW";
  display: inline-block;
  font-weight: 500;
  color: #fcb4db;
  margin-left: 10px;
}
body.page--home .area--official .block--contents .list--info.list--schedule li a {
  display: flex;
  justify-content: space-between;
}
body.page--home .area--official .block--contents .list--info.list--schedule li a .block-left {
  min-width: 100px;
}
body.page--home .area--official .block--contents .list--info.list--schedule li a .block-left .category {
  margin-bottom: 5px;
}
body.page--home .area--official .block--contents .list--info.list--schedule li a .block-left .category span {
  display: inline-block;
  background-color: #f0f0f0;
  padding: 4px 8px;
  font-size: 10px;
  border-radius: 20px;
}
body.page--home .area--official .block--contents .list--info.list--schedule li a .block-left .date {
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: clamp(10px, 2.6vw, 46px);
  margin-bottom: 0;
}
body.page--home .area--official .block--contents .list--info.list--schedule li a .block-left .date .youbi {
  display: block;
  font-size: 14px;
}
body.page--home .area--official .block--contents .list--info.list--schedule li a .tit {
  width: calc(100% - 120px);
}
body.page--home .area--official .block--contents .list--info.list--schedule .new .tit::after {
  content: "NEW";
  display: inline-block;
  font-weight: 500;
  color: #fcb4db;
  margin-left: 10px;
}
body.page--home .area--fc {
  border-radius: 50px 50px 0 0;
  padding: 0 8vw 0;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fc {
    border-radius: 40px 40px 0 0;
  }
}
body.page--home .area--fc .bg-fc {
  width: calc(100% + 16vw);
  height: 100vh;
  background-image: radial-gradient(circle at top right, #fcb4db, transparent), radial-gradient(circle at 20% 80%, #ff77bc, transparent);
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  z-index: -1;
  margin-left: -8vw;
  border-radius: 50px 50px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fc .bg-fc {
    border-radius: 40px 40px 0 0;
  }
}
body.page--home .area--fc .logo--fc {
  display: block;
  width: 45vw;
  aspect-ratio: 3/1;
  margin-inline: auto;
  margin-top: calc(-100vh + 240px);
  margin-bottom: 20px;
  pointer-events: none;
  position: relative;
  z-index: 3;
}
body.page--home .area--fc .logo--fc svg {
  fill: #fff;
}
body.page--home .area--fc .section-tit {
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 7vw;
  letter-spacing: -0.05vw;
  line-height: 1;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #240968;
}
body.page--home .area--fc .block--login {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 3;
}
body.page--home .area--fc .block--login li {
  width: 130px;
}
body.page--home .area--fc .block--login li + li {
  margin-left: 20px;
}
body.page--home .area--fc .block--login li.mypage {
  width: 150px;
}
body.page--home .area--fc .block--login li a {
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 800;
  font-style: italic;
}
body.page--home .area--fc .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.page--home .area--fc .block--contents {
  width: calc(50% - 20px);
  margin-bottom: 80px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
body.page--home .area--fc .block--contents:nth-child(2n) {
  transform: translateY(120px);
}
body.page--home .area--fc .block--contents:last-child, body.page--home .area--fc .block--contents:nth-last-child(2) {
  margin-bottom: 30vw;
}
body.page--home .area--fc .block--contents .contents--inner {
  background: rgba(255, 255, 255, 0.3294117647);
  border-radius: 20px;
  padding: 40px 30px 30px 30px;
  margin-top: -30px;
}
body.page--home .area--fc .block--contents .contents--inner .thumb {
  background-color: #fff;
  position: relative;
  margin-bottom: 20px;
  aspect-ratio: 16/9;
  border-radius: 0;
  overflow: hidden;
}
body.page--home .area--fc .block--contents .contents--inner .thumb .blur {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
body.page--home .area--fc .block--contents .contents--inner .thumb .blur img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(40px);
  transform: scale(1.5);
}
body.page--home .area--fc .block--contents .contents--inner .thumb figure {
  height: 100%;
}
body.page--home .area--fc .block--contents .contents--inner .list__txt {
  display: flex;
}
body.page--home .area--fc .block--contents .contents--inner .list__txt .date {
  margin-right: 10px;
  /*margin-bottom: 10px;*/
}
body.page--home .area--fc .block--contents .contents--inner .list__txt .tit {
  font-weight: bold;
}
body.page--home .area--fc .block--contents .contents--inner .list__txt.time {
  display: flex;
  align-items: center;
}
body.page--home .area--fc .block--contents .contents--inner .list__txt.time .block-left {
  min-width: 100px;
}
body.page--home .area--fc .block--contents .contents--inner .list__txt.time .block-left .name {
  margin-bottom: 10px;
}
body.page--home .area--fc .block--contents .contents--inner .list__txt.time .block-left .name span {
  display: inline-block;
  background-color: #fff;
  padding: 4px 8px;
  font-size: 10px;
  border-radius: 20px;
}
body.page--home .area--fc .block--contents .contents--inner .list__txt.time .block-left .date {
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 2.6vw;
  margin-bottom: 0;
}
body.page--home .area--fc .block--contents .list__more {
  margin-bottom: 20px;
}
body.page--home .area--fc .block--contents .contents--list li .no-data {
  min-height: 35vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fc .block--contents .contents--list li .no-data {
    min-height: 15vh;
  }
}
body.page--home .area--fc .section--blog {
  margin-bottom: 80px;
  position: relative;
  z-index: 3;
}
body.page--home .area--fc .section--blog .block--blog__list {
  display: flex;
  justify-content: left;
  margin-top: 30px;
  gap: 20px;
}
body.page--home .area--fc .section--blog .block--blog__list li {
  width: calc(25% - 15px);
  position: relative;
}
body.page--home .area--fc .section--blog .block--blog__list li:nth-child(n+5) {
  display: none;
}
body.page--home .area--fc .section--blog .block--blog__list li a {
  display: block;
}
body.page--home .area--fc .section--blog .block--blog__list li a .category {
  display: flex;
  align-items: center;
  justify-content: left;
  background: #fff;
  width: calc(100% - 40px);
  height: 40px;
  border-radius: 50px;
  position: relative;
  z-index: 2;
}
body.page--home .area--fc .section--blog .block--blog__list li a .category .icon-member {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
}
body.page--home .area--fc .section--blog .block--blog__list li a .category .icon-member img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
body.page--home .area--fc .section--blog .block--blog__list li a .category .name {
  padding-left: 20px;
  color: #240968;
  font-size: 14px;
}
body.page--home .area--fc .section--blog .block--blog__list li a figure {
  background-image: url(/static/produce101thegirls/common/cover.png);
  background-size: cover;
  border-radius: 0px 20px 20px 20px;
  position: relative;
  aspect-ratio: 9/12;
  margin: -20px 0 20px;
  z-index: 1;
}
body.page--home .area--fc .section--blog .block--blog__list li a figure.thumb {
  height: 100%;
}
body.page--home .area--fc .section--blog .block--blog__list li a figure.thumb img {
  width: 100%;
  height: 100%;
}
body.page--home .area--fc .section--blog .block--blog__list li a .list__txt {
  font-size: 13px;
}
body.page--home .area--fc .section--blog .block--blog__list li a .list__txt .date {
  margin-bottom: 6px;
}
body.page--home .area--fc .section--blog .block--blog__list li a .list__txt .tit {
  font-weight: bold;
}
body.page--home .area--fc .section--qa .contents--inner {
  padding-bottom: 0;
  overflow: hidden;
}
body.page--home .area--fc .section--qa .contents--inner .list__qa li {
  margin-left: -30px;
  width: calc(100% + 60px);
  position: relative;
}
body.page--home .area--fc .section--qa .contents--inner .list__qa li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1098039216);
  left: 0;
  bottom: 0;
}
body.page--home .area--fc .section--qa .contents--inner .list__qa li:last-child::before {
  display: none;
}
body.page--home .area--fc .section--qa .contents--inner .list__qa li a {
  display: block;
  padding: 20px 30px;
}
body.page--home .area--fc .section--qa .contents--inner .list__qa li a .list__txt {
  display: flex;
  align-items: center;
}
body.page--home .area--fc .section--qa .contents--inner .list__qa li a .icon-q {
  margin-right: 20px;
}
body.page--home .area--fc .section--qa .contents--inner .list__qa li a .icon-q::before {
  content: "Q";
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
}
body.page--home .area--fc .section--qa .contents--inner .list__qa li a .icon-mail {
  margin-right: 20px;
}
body.page--home .area--fc .section--qa .contents--inner .list__qa li a .icon-mail::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
}
body.page--home .area--fc .section--qa .contents--inner .list__qa li a .question {
  line-height: 1.8;
}
body.page--home .area--fc .section--qa .contents--inner .list__qa li:last-child {
  border: none;
  padding-bottom: 0;
}
body.page--home .area--fc .section--qa .contents--inner .list__qa li.no-data {
  padding: 0 30px 30px;
  min-height: 35vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fc .section--qa .contents--inner .list__qa li.no-data {
    min-height: 15vh;
  }
}
body.page--home .area--fc .section--qa .contents--inner .list__qa li.list__qa-item + .no-data {
  display: none;
}
body.page--home .area--profile {
  display: flex;
  justify-content: space-between;
  background-color: #240968;
  padding: 0 8vw 200px;
  border-radius: 50px 50px 0 0;
  margin-top: -50px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--profile {
    border-radius: 40px 40px 0 0;
  }
}
body.page--home .area--profile .photo {
  width: 55%;
  max-width: 700px;
  margin-top: -60px;
}
body.page--home .area--profile .photo img {
  display: block;
  pointer-events: none;
}
body.page--home .area--profile .detail-profile {
  width: calc(45% - 50px);
  color: #fff;
  padding-top: 100px;
}
body.page--home .area--profile .detail-profile .section-tit {
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 4vw;
  line-height: 1;
}
body.page--home .area--profile .detail-profile .list__more {
  margin-bottom: 20px;
}
body.page--home .area--profile .detail-profile .list__more a::after {
  background-color: #fff;
}
body.page--home .area--profile .detail-profile .txt {
  font-size: 12px;
}

body.page--disco .content--main .section--list .list--discography {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.page--disco .content--main .section--list .list--discography li {
  width: calc(50% - 10px);
  margin-bottom: 30px;
  box-shadow: 0px 0px 60px 10px rgba(206, 223, 233, 0.2784313725);
  border-radius: 15px;
  overflow: hidden;
}
body.page--disco .content--main .section--list .list--discography li.no-data {
  box-shadow: 0px 0px 60px 10px rgba(206, 223, 233, 0.2784313725);
  border-radius: 15px;
  padding: 20vh 25px;
  text-align: center;
  width: 100%;
}
body.page--disco .content--main .section--list .list--discography li:nth-child(2n) {
  transform: translateY(60px);
}
body.page--disco .content--main .section--list .list--discography li .thumb {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 0;
  border-radius: 15px;
  overflow: hidden;
}
body.page--disco .content--main .section--list .list--discography li .thumb img {
  width: 100%;
  height: 100%;
}
body.page--disco .content--main .section--list .list--discography li .block--text {
  padding: 15px 20px;
}
body.page--disco .content--main .section--list .list--discography li .block--text p {
  margin-bottom: 10px;
}
body.page--disco .content--main .section--list .list--discography li .block--text p.category {
  display: inline-block;
  background-color: #f0f0f0;
  padding: 4px 8px;
  font-size: 10px;
  border-radius: 20px;
}
body.page--disco .content--main .section--list .list--discography li .block--text p.tit {
  font-size: 14px;
  font-weight: 500;
}
body.page--disco .content--main .section--detail .section--inner .block--title.block--jacket {
  width: 70%;
}
body.page--disco .content--main .section--detail .section--inner .block--title.block--jacket .list--jacket li {
  margin-bottom: 30px;
}
body.page--disco .content--main .section--detail .section--inner .block--title.block--jacket .list--jacket li img {
  display: block;
}
body.page--disco .content--main .section--detail .section--inner .date {
  margin-bottom: 20px;
}
body.page--disco .content--main .section--detail .section--inner .block--comment {
  margin-bottom: 20px;
}
body.page--disco .content--main .section--detail .section--inner .block--comment .title-shoplist {
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 10px 0;
  border-bottom: solid 1px;
  font-size: 1rem;
  font-weight: bold;
}
body.page--disco .content--main .section--detail .section--inner .block--comment .shoplist {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
  gap: 1em 3%;
}
body.page--disco .content--main .section--detail .section--inner .block--comment .shoplist a,
body.page--disco .content--main .section--detail .section--inner .block--comment .shoplist span {
  display: inline-block;
  width: 14.16%;
  min-width: 83px;
  overflow: hidden;
}
body.page--disco .content--main .section--detail .section--inner .block--comment .shoplist a img,
body.page--disco .content--main .section--detail .section--inner .block--comment .shoplist span img {
  border-radius: 3px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--disco .content--main .section--detail .section--inner .block--comment .shoplist a,
  body.page--disco .content--main .section--detail .section--inner .block--comment .shoplist span {
    width: 22%;
    min-width: 79px;
  }
}
body.page--disco .content--main .section--detail .section--inner .block--detail .block--track > li {
  border-bottom: #efefef solid 1px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
body.page--disco .content--main .section--detail .section--inner .block--detail .block--track > li .title {
  font-weight: bold;
}
body.page--disco .content--main .section--detail .section--inner .block--detail .block--track > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
body.page--disco .content--main .section--detail .section--inner .block--detail .block--track > li .list--track .num {
  margin-right: 10px;
  opacity: 0.4;
}

body.page--blog .content--main .time {
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
  gap: 8px;
}
body.page--blog .content--main .time .date {
  margin-right: 10px;
}
body.page--blog .content--main .time .user::before {
  content: "\f044";
  font-family: "Font Awesome 5 Free";
  color: #240968;
  margin-right: 4px;
}
body.page--blog .content--main .section--list .block--title {
  width: 30%;
}
body.page--blog .content--main .section--list .block--list {
  width: 80%;
}
body.page--blog .content--main .section--list .block--list .list--blog {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
body.page--blog .content--main .section--list .block--list .list--blog li {
  width: calc(33.3333333333% - 10px);
  box-shadow: 0px 0px 60px 10px rgba(206, 223, 233, 0.2784313725);
  border-radius: 15px;
  overflow: hidden;
}
body.page--blog .content--main .section--list .block--list .list--blog li:nth-child(3n) {
  margin-right: 0;
}
body.page--blog .content--main .section--list .block--list .list--blog li .thumb {
  background-image: url(/static/produce101thegirls/common/cover.png);
  background-size: cover;
  position: relative;
  aspect-ratio: 9/12;
  border-radius: 15px;
}
body.page--blog .content--main .section--list .block--list .list--blog li .list__txt {
  padding: 15px 20px;
}
body.page--blog .content--main .section--list .block--list .list--blog li .list__txt .tit {
  font-weight: bold;
  line-height: 1.5;
}
body.page--blog .content--main .section--detail .section--inner .block--title {
  /*width: 40%;*/
}
body.page--blog .content--main .section--detail .section--inner .txt {
  width: 60%;
}
body.page--blog .content--main .section--detail .section--inner .block--player {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}

body.page--movie.vjs-full-window .content--main {
  position: relative;
  z-index: 1000;
}
body.page--movie.vjs-full-window .section--detail .section--inner .block--txt .block--more_movies {
  position: relative;
  z-index: -1;
}
body.page--movie .content--main .section--detail .area--movie .vjs-control-bar {
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5)) !important;
}
body.page--movie .content--main .area--movie .video-js.vjs-fullscreen .vjs-poster {
  background-size: contain !important;
}
body.page--movie .content--main .video-js.vjs-fullscreen.vjs-user-inactive {
  z-index: 1000;
}
body.page--movie .content--main .section--list .block--title {
  width: 25%;
}
body.page--movie .content--main .section--list .block--list {
  width: 80%;
}
body.page--movie .content--main .section--list .block--list .list--contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.page--movie .content--main .section--list .block--list .list--contents li {
  width: calc(50% - 10px);
  margin: 0 0 30px 0;
  box-shadow: 0px 0px 60px 10px rgba(206, 223, 233, 0.2784313725);
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--movie .content--main .section--list .block--list .list--contents li {
    width: 100%;
  }
}
body.page--movie .content--main .section--list .block--list .list--contents li:nth-child(2n) {
  transform: translateY(60px);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--movie .content--main .section--list .block--list .list--contents li:nth-child(2n) {
    transform: none;
  }
}
body.page--movie .content--main .section--list .block--list .list--contents li .blur {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
body.page--movie .content--main .section--list .block--list .list--contents li .blur img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(40px);
  transform: scale(1.5);
}
body.page--movie .content--main .section--list .block--list .list--contents li .thumb {
  position: relative;
  aspect-ratio: 16/9;
}
body.page--movie .content--main .section--list .block--list .list--contents li .list__txt {
  padding: 15px 20px;
}
body.page--movie .content--main .section--list .block--list .list--contents li .list__txt .tit {
  font-weight: bold;
  margin-bottom: 5px;
}
body.page--movie .content--main .section--list .block--list .list--contents li .list__txt .date {
  margin-bottom: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--movie .content--main .section--detail {
    padding-top: 0;
  }
}
body.page--movie .content--main .section--detail .detail__btn {
  font-weight: normal;
  margin-top: 0;
}
body.page--movie .content--main .section--detail .section--inner .block--title {
  width: 30%;
}
body.page--movie .content--main .section--detail .section--inner .block--title .time {
  display: flex;
}
body.page--movie .content--main .section--detail .section--inner .block--title .time .date {
  margin-right: 20px;
}
body.page--movie .content--main .section--detail .section--inner .block--title .time .user::before {
  content: "\f044";
  font-family: "Font Awesome 5 Free";
  color: #240968;
  margin-right: 4px;
}
body.page--movie .content--main .section--detail .section--inner .block--txt {
  width: 70%;
  padding-bottom: 0;
}
body.page--movie .content--main .section--detail .section--inner .block--txt .block--player {
  width: calc(100% + 50px);
  margin: -30px 0 0 -25px;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--movie .content--main .section--detail .section--inner .block--txt .block--player {
    position: relative;
    top: 0;
  }
}
body.page--movie .content--main .section--detail .section--inner .block--txt .block--player .vjs-big-play-button {
  margin: 0;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px -5px #b8b8b8;
}
body.page--movie .content--main .section--detail .section--inner .block--txt .block--more_movies {
  margin-top: 20px;
}
body.page--movie .content--main .section--detail .section--inner .block--txt .block--more_movies .more_movies_title {
  margin-bottom: 10px;
}
body.page--movie .content--main .section--detail .section--inner .block--txt .block--more_movies .list--contents {
  display: flex;
  gap: 15px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--movie .content--main .section--detail .section--inner .block--txt .block--more_movies .list--contents {
    justify-content: space-between;
    gap: 0;
  }
}
body.page--movie .content--main .section--detail .section--inner .block--txt .block--more_movies .list--contents .item--more_movie {
  width: calc(33.3333333333% - 10px);
  margin-bottom: 20px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--movie .content--main .section--detail .section--inner .block--txt .block--more_movies .list--contents .item--more_movie {
    width: calc(50% - 10px);
    margin-right: 0;
  }
}
body.page--movie .content--main .section--detail .section--inner .block--txt .block--more_movies .list--contents .item--more_movie:last-child {
  margin-right: 0;
}
body.page--movie .content--main .section--detail .section--inner .block--txt .block--more_movies .list--contents .item--more_movie .thumb {
  background-color: #000;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
}
body.page--movie .content--main .section--detail .section--inner .block--txt .block--more_movies .list--contents .item--more_movie .thumb img {
  width: 100%;
  height: 100%;
  background-size: contain;
}
body.page--movie .content--main .section--detail .section--inner .block--txt .block--more_movies .list--contents .item--more_movie .list__txt .tit {
  margin-bottom: 5px;
  font-weight: bold;
}
body.page--movie .content--main .section--detail .section--inner .block--txt .block--more_movies .list--contents .item--more_movie .list__txt .date {
  font-size: 12px;
}

body.page--info .list--call.list--contents li {
  margin-bottom: 20px;
  box-shadow: 0px 0px 60px 10px rgba(206, 223, 233, 0.2784313725);
  border-radius: 15px;
  overflow: hidden;
}
body.page--info .list--call.list--contents li figure {
  background-size: cover;
  aspect-ratio: 1/1;
}
body.page--info .list--call.list--contents li .list__txt {
  padding: 15px 20px;
}
body.page--info .list--call.list--contents li .list__txt .tit {
  font-weight: 500;
}
body.page--info .list--call.list--contents li .list__txt .btn {
  text-align: center;
}
body.page--info .list--call.list--contents li .list__txt .btn a {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 350px;
  margin: 3px auto;
  padding: 10px;
  font-size: 13px;
  white-space: nowrap;
}
body.page--info .list--call.list--contents li .list__txt .btn a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  opacity: 0.3;
  z-index: 3;
}
body.page--info .list--call.list--contents li .list__txt .btn a:hover {
  opacity: 1;
}
body.page--info .list--call.list--contents li .list__txt .btn a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
body.page--info .list--call.list--contents li.no-data {
  box-shadow: 0px 0px 60px 10px rgba(206, 223, 233, 0.2784313725);
  border-radius: 15px;
  padding: 20vh 25px;
  text-align: center;
  width: 100%;
}
body.page--info.category--15 .block--time .date {
  display: none;
}
body.page--info.category--15 .block--time .category::before {
  display: none !important;
}

body.page--photo .content--main .section--list .block--title {
  width: 30%;
}
body.page--photo .content--main .section--list .block--list {
  width: 70%;
}
body.page--photo .content--main .section--list .block--list .list--contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.page--photo .content--main .section--list .block--list .list--contents li {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  box-shadow: 0px 0px 60px 10px rgba(206, 223, 233, 0.2784313725);
  border-radius: 15px;
  overflow: hidden;
}
body.page--photo .content--main .section--list .block--list .list--contents li .thumb {
  width: 100%;
  aspect-ratio: 1/1;
}
body.page--photo .content--main .section--list .block--list .list--contents li:nth-child(2n) {
  transform: translateY(60px);
}
body.page--photo .content--main .section--list .block--list .list--contents li .list__txt {
  padding: 15px 20px;
}
body.page--photo .content--main .section--list .block--list .list--contents li .list__txt .tit {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
body.page--photo .content--main .section--list .block--list .list--contents li .list__txt .date {
  color: #888;
}
body.page--photo .content--main .section--detail .section--inner .block--title {
  width: 25%;
}
body.page--photo .content--main .section--detail .section--inner .block--txt {
  width: 75%;
  overflow: inherit;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
body.page--photo .content--main .section--detail .section--inner .block--txt .list--contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
body.page--photo .content--main .section--detail .section--inner .block--txt .list--contents li {
  width: calc(50% - 10px);
}
body.page--photo .content--main .section--detail .section--inner .block--txt .list--contents li a .thumb {
  width: 100%;
  aspect-ratio: 1/1;
}
body.page--photo #swipebox-slider .slide-loading {
  background-image: none !important;
}
body.page--photo #swipebox-slider .slide img {
  max-height: 80%;
}
body.page--photo #swipebox-overlay {
  background: rgba(25, 25, 25, 0.8);
}
body.page--photo #swipebox-close {
  top: 3vw;
  right: 4vw;
  width: 30px;
  height: 30px;
  background: none;
}
body.page--photo #swipebox-close::before, body.page--photo #swipebox-close::after {
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 14px;
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
}
body.page--photo #swipebox-close::before {
  transform: rotate(45deg);
}
body.page--photo #swipebox-close::after {
  transform: rotate(-45deg);
}
body.page--photo #swipebox-bottom-bar {
  background: none;
  transform: translate3d(0, -50%, 0);
  top: 50%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--photo #swipebox-bottom-bar {
    top: inherit;
    bottom: 0;
  }
}
body.page--photo #swipebox-bottom-bar #swipebox-prev,
body.page--photo #swipebox-bottom-bar #swipebox-next {
  background: none;
  color: #fff;
}
body.page--photo #swipebox-bottom-bar #swipebox-prev::after,
body.page--photo #swipebox-bottom-bar #swipebox-next::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid;
  border-top: none;
  border-right: none;
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-top: 1em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--photo #swipebox-bottom-bar #swipebox-prev::after,
  body.page--photo #swipebox-bottom-bar #swipebox-next::after {
    width: 20px;
    height: 20px;
  }
}
body.page--photo #swipebox-bottom-bar #swipebox-prev {
  left: 3%;
}
body.page--photo #swipebox-bottom-bar #swipebox-prev::after {
  transform: rotate(45deg);
  margin-left: 1em;
}
body.page--photo #swipebox-bottom-bar #swipebox-next {
  right: 3%;
}
body.page--photo #swipebox-bottom-bar #swipebox-next::after {
  transform: rotate(-135deg);
}
@media screen and (min-width: 800px) {
  body.page--photo #swipebox-arrows {
    max-width: none;
  }
}

body.page--wallpaper .content--main .block--list .list--contents {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--wallpaper .content--main .block--list .list--contents {
    justify-content: space-between;
  }
}
body.page--wallpaper .content--main .block--list .list--contents > li {
  width: calc(33.3333333333% - 15px);
  margin: 0 15px 30px 0;
  box-shadow: 0px 0px 60px 10px rgba(206, 223, 233, 0.2784313725);
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--wallpaper .content--main .block--list .list--contents > li {
    width: calc(50% - 10px);
    margin-right: 0;
  }
}
body.page--wallpaper .content--main .block--list .list--contents > li .thumb {
  position: relative;
  aspect-ratio: 9/16;
  margin-bottom: 15px;
}
body.page--wallpaper .content--main .block--list .list--contents > li .tit {
  margin-bottom: 10px;
  padding: 0 20px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--wallpaper .content--main .block--list .list--contents > li .tit {
    padding: 0 10px;
  }
}
body.page--wallpaper .content--main .block--list .list--contents > li .block--wp-size {
  padding: 0 20px 20px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--wallpaper .content--main .block--list .list--contents > li .block--wp-size {
    padding: 0 10px 20px;
  }
}
body.page--wallpaper .content--main .block--list .list--contents > li .block--wp-size ul li {
  display: flex;
  margin-bottom: 10px;
}
body.page--wallpaper .content--main .block--list .list--contents > li .block--wp-size ul li:last-child {
  margin-bottom: 0;
}
body.page--wallpaper .content--main .block--list .list--contents > li .block--wp-size ul li a {
  display: flex;
  align-items: center;
  font-weight: bold;
  transition: all 0.3s;
}
body.page--wallpaper .content--main .block--list .list--contents > li .block--wp-size ul li a::before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  width: 6px;
  height: 6px;
  border-top: #240968 solid 2px;
  border-right: #240968 solid 2px;
  transform: rotate(45deg);
}
body.page--wallpaper .content--main .block--list .list--contents > li .block--wp-size ul li a span {
  margin-right: 5px;
}
@media screen and (min-width: 961px) {
  body.page--wallpaper .content--main .block--list .list--contents > li .block--wp-size ul li a:hover {
    transform: translateX(10px);
  }
}
body.page--wallpaper .content--main .section--detail .block--title {
  margin-bottom: 20px;
  text-align: center;
}
body.page--wallpaper .content--main .section--detail .block--title .txt {
  display: inline-block;
  background: #efefef;
  padding: 15px 20px;
  border-radius: 40px;
}
body.page--wallpaper .content--main .section--detail .block--txt {
  margin-bottom: 40px;
}
body.page--wallpaper.page--list .content--main .block--list .list--contents {
  justify-content: space-between;
}
body.page--wallpaper.page--list .content--main .block--list .list--contents > li {
  width: calc(50% - 10px);
  margin: 0 0 20px 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--wallpaper.page--list .content--main .block--list .list--contents > li {
    width: calc(50% - 10px);
    margin-right: 0;
  }
}
body.page--wallpaper.page--list .content--main .block--list .list--contents > li .thumb {
  position: relative;
  aspect-ratio: 1/1;
  margin-bottom: 15px;
}
body.page--wallpaper.page--list .content--main .block--list .list--contents > li .list__txt {
  padding-bottom: 15px;
}
body.page--wallpaper.page--list .content--main .block--list .list--contents > li .tit {
  margin-bottom: 5px;
}
body.page--wallpaper.page--list .content--main .block--list .list--contents > li .date {
  color: #888;
  padding: 0 20px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--wallpaper.page--list .content--main .block--list .list--contents > li .date {
    padding: 0 10px;
  }
}
body.page--wallpaper.page--list .content--main .block--list .list--contents > li:nth-child(2n) {
  transform: translateY(60px);
}

body.page--qa .content--main .section--list .block--title .block--area .line__btn {
  color: #fff;
}
body.page--qa .content--main .section--list .block--title .block--area .line__btn a {
  width: 180px;
}
body.page--qa .content--main .section--list .block--title .block--area .line__btn a .icon__arrow::after {
  border-color: #fff;
}
body.page--qa .content--main .section--list .block--title .block--area .line__btn a .icon__arrow::before {
  background-color: #fff;
}
body.page--qa .content--main .section--list .block--title .block--area .txt {
  margin-bottom: 20px;
}
body.page--qa .content--main .section--list .block--list .list--information li a {
  flex-wrap: wrap;
}
body.page--qa .content--main .section--list .block--list .list--information li a .tit {
  font-weight: bold;
  margin-bottom: 10px;
}
body.page--qa .content--main .section--list .block--list .list--information li a .tit::before {
  content: "Q";
  font-size: 20px;
  font-weight: normal;
  margin-right: 10px;
}
body.page--qa .content--main .section--list .block--list .list--information li a .date {
  color: #888;
}
body.page--qa .content--main .section--detail .section--inner .block--title .section-tit {
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: min(5.5vw, 80px);
  line-height: 1;
  margin-bottom: 20px;
}
body.page--qa .content--main .section--detail .section--inner .block--title .user {
  margin-bottom: 10px;
}
body.page--qa .content--main .section--detail .section--inner .block--title .block__question {
  padding: 10px 30px;
  border: #000 solid 1px;
  border-radius: 100px;
}
body.page--qa .content--main .section--detail .section--inner .block--title .block__question .tit {
  font-size: 14px;
  margin-bottom: 0;
}
body.page--qa .content--main .section--detail .section--inner .block--txt {
  overflow: inherit;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--qa .content--main .section--detail .section--inner .block--txt:has(.solo) {
    margin-top: 50px;
  }
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer {
  border-bottom: #efefef solid 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer .tit {
  font-weight: bold;
  margin-bottom: 10px;
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer .txt {
  margin-bottom: 0;
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer .txt > div {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #efefef solid 1px;
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer .txt > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer .txt > div .ico {
  width: 70px;
  height: 70px;
  background-size: cover;
  border-radius: 50%;
  margin-right: 20px;
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer .txt > div .answer__item::before {
  display: block;
  font-weight: bold;
  font-size: 12px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer .txt > div .answer__item {
    width: calc(100% - 80px);
  }
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer .txt > div.iida_shizuku .answer__item::before {
  content: "SHIZUKU";
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer .txt > div.ishii_ran .answer__item::before {
  content: "RAN";
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer .txt > div.ebihara_tsuzumi .answer__item::before {
  content: "TSUZUMI";
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer .txt > div.kasahara_momona .answer__item::before {
  content: "MOMONA";
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer .txt > div.kato_kokoro .answer__item::before {
  content: "COCORO";
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer .txt > div.sakurai_miu .answer__item::before {
  content: "MIU";
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer .txt > div.sasaki_kokona .answer__item::before {
  content: "KOKONA";
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer .txt > div.shimizu_keiko .answer__item::before {
  content: "KEIKO";
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer .txt > div.takami_ayane .answer__item::before {
  content: "AYANE";
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer .txt > div.murakami_rinon .answer__item::before {
  content: "RINON";
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer .txt > div.yamamoto_suzu .answer__item::before {
  content: "SUZU";
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer.solo .txt {
  margin-bottom: 0;
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer.solo .txt > div {
  flex-direction: column;
  text-align: center;
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer.solo .txt > div .ico {
  width: 280px;
  height: 280px;
  margin: -60px 0 0 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer.solo .txt > div .ico {
    width: 200px;
    height: 200px;
  }
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer.solo .txt > div .answer__item {
  width: 100%;
  padding-top: 20px;
  margin-top: 20px;
  border-top: #efefef solid 1px;
}
body.page--qa .content--main .section--detail.form .section--inner .block--txt .txt {
  margin-bottom: 20px;
}
body.page--qa .content--main .section--detail.form .section--inner .block--txt .form {
  margin-bottom: 30px;
}
body.page--qa .content--main .section--detail.form .section--inner .block--txt .form textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 20vh;
  border: #888 solid 1px;
  padding: 15px;
  border-radius: 8px;
}
body.page--qa .content--main .section--detail.form .section--inner .block--txt .form input {
  border: #888 solid 1px;
  padding: 15px;
  border-radius: 8px;
}
body.page--qa .content--main .section--detail.form .section--inner .block--txt .form dd {
  margin-bottom: 20px;
}
body.page--qa .content--main .section--detail.complete {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 60%;
  border-radius: 15px;
  box-shadow: 0px 0px 60px 10px rgba(206, 223, 233, 0.2784313725);
  padding: 10vh 0;
  margin: 0 auto;
}
body.page--qa .content--main .section--detail.complete .txt {
  margin-bottom: 20px;
}

body.page--faq .content--main .section--list .block--title .section-tit {
  margin-bottom: 20px;
}
body.page--faq .content--main .section--list .block--list .list--tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
body.page--faq .content--main .section--list .block--list .list--tag li a {
  display: block;
  background: #efefef;
  line-height: 1;
  font-size: 12px;
  border-radius: 2em;
  padding: 0.5em 0.7em;
}
body.page--faq .content--main .section--list .block--list .tit--category {
  font-weight: bold;
  margin-bottom: 15px;
}
body.page--faq .content--main .section--list .block--list ul.list--information {
  margin-bottom: 40px;
}
body.page--faq .content--main .section--list .block--list ul.list--information li a .icon--q {
  font-weight: bold;
  margin-right: 5px;
}
body.page--faq .content--main .section--detail .txt--basic {
  margin-bottom: 40px;
}
body.page--faq .content--main .section--detail .section--inner .block--txt .txt {
  margin-bottom: 0;
}
body.page--faq .content--main .section--detail .section--inner .block--txt .block--contact {
  text-align: center;
}
body.page--faq .content--main .section--detail .section--inner .block--txt .block--contact .block--contact--select {
  display: flex;
  justify-content: center;
}
body.page--faq .content--main .section--detail .section--inner .block--txt .block--contact .block--contact--select li {
  display: flex;
}
body.page--faq .content--main .section--detail .section--inner .block--txt .block--contact .block--contact--select li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #0f5fed;
  border-radius: 1em;
  color: #0f5fed;
  font-weight: bold;
  line-height: 1.6;
}
body.page--faq .content--main .section--detail .section--inner .block--txt .block--contact .block--contact--select li:last-of-type {
  margin-right: 0;
}
body.page--faq .content--main .section--detail .section--inner .block--txt .block--contact .block--contact--select li:last-of-type a {
  border-color: #6d03dd;
  color: #6d03dd;
}
body.page--faq .content--main .section--detail .block--more-faq {
  background-color: #efefef;
  margin-bottom: 30px;
}
body.page--faq .content--main .section--detail .block--more-faq .tit--category {
  font-weight: bold;
  padding: 20px 25px;
  border-bottom: #dedede solid 1px;
}
body.page--faq .content--main .section--detail .block--more-faq .list--faq li {
  position: relative;
}
body.page--faq .content--main .section--detail .block--more-faq .list--faq li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #dedede;
  left: 0;
  bottom: 0;
}
body.page--faq .content--main .section--detail .block--more-faq .list--faq li:last-child {
  border: none;
}
body.page--faq .content--main .section--detail .block--more-faq .list--faq li a {
  display: flex;
  padding: 20px 25px;
  line-height: 1.5;
}
body.page--faq .content--main .section--detail .block--more-faq .list--faq li a .date {
  margin-right: 20px;
}
body.page--faq .content--main .section--detail .block--more-faq .list--faq li a .date .youbi {
  display: block;
  font-size: 14px;
}
body.page--faq .content--main .section--detail .block--more-faq .list--faq li a .category {
  width: 20%;
  margin-right: 20px;
}
body.page--faq .content--main .section--detail .block--more-faq .list--faq li a .tit {
  width: 100%;
}
body.page--faq .content--main .section--detail .block--more-faq .list--faq li a .icon--q {
  font-weight: bold;
  margin-right: 5px;
}
body.page--faq .content--main .section--detail .block--more-faq .list--faq li.no-data {
  padding: 20vh 25px;
  text-align: center;
  justify-content: center;
}
body.page--faq .searchBox {
  display: flex;
  align-items: center;
  width: 70%;
  position: relative;
  border: #240968 solid 1px;
  border-radius: 30px;
  overflow: hidden;
}
body.page--faq .searchBox form {
  width: 100%;
}
body.page--faq .searchBox input[type=text] {
  width: calc(100% - 40px);
  border: none;
  padding: 15px;
}
body.page--faq .searchBox input[type=submit] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  color: #000;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 2px;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}

body .content--main .section--detail.page--support .block--title .section-tit,
body .content--main .section--list.page--support .block--title .section-tit {
  font-family: futura-pt, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 30px;
}
body .content--main .section--detail.page--support .block--txt .list--support dt,
body .content--main .section--list.page--support .block--txt .list--support dt {
  font-weight: bold;
  border-bottom: #efefef 1px solid;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
body .content--main .section--detail.page--support .block--txt .list--support dd,
body .content--main .section--list.page--support .block--txt .list--support dd {
  margin-bottom: 3em;
}
body .content--main .section--detail.page--support .block--txt .list--support .supportTable,
body .content--main .section--list.page--support .block--txt .list--support .supportTable {
  display: block;
  text-align: left;
}
body .content--main .section--detail.page--support .block--txt .list--support .supportTable *,
body .content--main .section--list.page--support .block--txt .list--support .supportTable * {
  display: block;
}
body .content--main .section--detail.page--support .block--txt .list--support .supportTable tr,
body .content--main .section--list.page--support .block--txt .list--support .supportTable tr {
  margin-bottom: 2.5em;
}
body .content--main .section--detail.page--support .course_box,
body .content--main .section--list.page--support .course_box {
  margin-bottom: 40px;
}
body .content--main .section--detail.page--support .course_box .support-tit_sub,
body .content--main .section--list.page--support .course_box .support-tit_sub {
  background-color: #240968;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  border-radius: 30px;
  padding: 12px 20px;
  margin-bottom: 20px;
}
body .content--main .section--detail.page--support .course_box .support-list dt,
body .content--main .section--list.page--support .course_box .support-list dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
body .content--main .section--detail.page--support .detail_table,
body .content--main .section--list.page--support .detail_table {
  margin: 0 0 30px;
  width: 100%;
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
}
body .content--main .section--detail.page--support .detail_table tr:first-child th,
body .content--main .section--detail.page--support .detail_table tr:first-child td,
body .content--main .section--list.page--support .detail_table tr:first-child th,
body .content--main .section--list.page--support .detail_table tr:first-child td {
  border-top: 1px solid #240968;
}
body .content--main .section--detail.page--support .support-list:last-child .detail_table,
body .content--main .section--list.page--support .support-list:last-child .detail_table {
  margin-bottom: 0;
}
body .content--main .section--detail.page--support .detail_table th,
body .content--main .section--list.page--support .detail_table th {
  width: 150px;
  background: #efefef;
  font-size: 13px;
  font-weight: bold;
  border-right: 1px solid #240968;
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid #240968;
  border-left: 1px solid #240968;
}
body .content--main .section--detail.page--support .detail_table td,
body .content--main .section--list.page--support .detail_table td {
  border-right: 1px solid #240968;
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid #240968;
  font-size: 13px;
}
body .content--main .section--detail.page--support .detail_sub,
body .content--main .section--list.page--support .detail_sub {
  background-color: #efefef;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
}
body .content--main .section--detail.page--support .detail_sub .tit,
body .content--main .section--list.page--support .detail_sub .tit {
  margin-bottom: 5px;
  font-weight: bold;
}
body .content--main .section--detail.page--support .rule,
body .content--main .section--list.page--support .rule {
  color: #ff77bc;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--support .detail_table th,
  body .content--main .section--list.page--support .detail_table th {
    width: 100px;
    font-size: 12px;
    padding: 10px;
    text-align: center;
  }
  body .content--main .section--detail.page--support .detail_table td,
  body .content--main .section--list.page--support .detail_table td {
    font-size: 12px;
    padding: 10px;
  }
}
body .content--main .section--detail.page--entry .section--inner .block--title .section-tit,
body .content--main .section--list.page--entry .section--inner .block--title .section-tit {
  margin-bottom: 10px;
}
body .content--main .section--detail.page--entry .section--inner .block--title .section-tit svg,
body .content--main .section--list.page--entry .section--inner .block--title .section-tit svg {
  width: 100%;
  fill: #ff77bc;
}
body .content--main .section--detail.page--entry .section--inner .block--title .section-tit + p,
body .content--main .section--list.page--entry .section--inner .block--title .section-tit + p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1rem;
  text-align: center;
  color: #240968;
  transform: skew(-12deg);
  line-height: 1;
  padding: 10px 0;
  margin-bottom: 10px;
}
body .content--main .section--detail.page--entry .section--inner .block--txt,
body .content--main .section--list.page--entry .section--inner .block--txt {
  overflow: hidden;
  padding: 0 30px 30px 30px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--entry .section--inner .block--txt,
  body .content--main .section--list.page--entry .section--inner .block--txt {
    padding: 0 20px 20px 20px;
  }
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--spec li,
body .content--main .section--list.page--entry .section--inner .block--txt .block--spec li {
  position: relative;
  padding-top: 40px;
  margin-bottom: 30px;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--spec li::before,
body .content--main .section--list.page--entry .section--inner .block--txt .block--spec li::before {
  content: "";
  display: block;
  width: calc(100% + 60px);
  height: calc(100% + 75px);
  position: absolute;
  left: -30px;
  top: 0;
  z-index: 0;
  background-color: #fff;
  border-radius: 15px 15px 0 0;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--spec li > div, body .content--main .section--detail.page--entry .section--inner .block--txt .block--spec li > dl,
body .content--main .section--list.page--entry .section--inner .block--txt .block--spec li > div,
body .content--main .section--list.page--entry .section--inner .block--txt .block--spec li > dl {
  position: relative;
  z-index: 1;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--spec li .cource,
body .content--main .section--list.page--entry .section--inner .block--txt .block--spec li .cource {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 20px;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--spec li .cource span,
body .content--main .section--list.page--entry .section--inner .block--txt .block--spec li .cource span {
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 40px;
  margin-right: 10px;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--spec li .cource p,
body .content--main .section--list.page--entry .section--inner .block--txt .block--spec li .cource p {
  font-size: 20px;
  font-weight: bold;
  /*transform: skew(-12deg);*/
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--spec li dl,
body .content--main .section--list.page--entry .section--inner .block--txt .block--spec li dl {
  display: flex;
  flex-wrap: wrap;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--spec li dl > *,
body .content--main .section--list.page--entry .section--inner .block--txt .block--spec li dl > * {
  border-bottom: #efefef solid 1px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--spec li dl > *:last-child, body .content--main .section--detail.page--entry .section--inner .block--txt .block--spec li dl > *:nth-last-child(2),
body .content--main .section--list.page--entry .section--inner .block--txt .block--spec li dl > *:last-child,
body .content--main .section--list.page--entry .section--inner .block--txt .block--spec li dl > *:nth-last-child(2) {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--spec li dl .notice,
body .content--main .section--list.page--entry .section--inner .block--txt .block--spec li dl .notice {
  font-size: 10px;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--spec li dl dt,
body .content--main .section--list.page--entry .section--inner .block--txt .block--spec li dl dt {
  width: 25%;
  font-weight: bold;
  padding-right: 20px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--entry .section--inner .block--txt .block--spec li dl dt,
  body .content--main .section--list.page--entry .section--inner .block--txt .block--spec li dl dt {
    padding-right: 10px;
  }
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--spec li dl dd,
body .content--main .section--list.page--entry .section--inner .block--txt .block--spec li dl dd {
  width: 75%;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--spec li .list--accordion,
body .content--main .section--list.page--entry .section--inner .block--txt .block--spec li .list--accordion {
  flex-wrap: wrap;
  border-radius: 15px;
  background-color: #efefef;
  padding: 20px;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--spec li .list--accordion .tit,
body .content--main .section--detail.page--entry .section--inner .block--txt .block--spec li .list--accordion .body,
body .content--main .section--list.page--entry .section--inner .block--txt .block--spec li .list--accordion .tit,
body .content--main .section--list.page--entry .section--inner .block--txt .block--spec li .list--accordion .body {
  width: 100%;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--spec li .list--accordion .tit,
body .content--main .section--list.page--entry .section--inner .block--txt .block--spec li .list--accordion .tit {
  display: flex;
  justify-content: space-between;
  font-family: "Font Awesome 5 Free";
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--spec li .list--accordion .tit::after,
body .content--main .section--list.page--entry .section--inner .block--txt .block--spec li .list--accordion .tit::after {
  content: "+";
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--spec li .list--accordion .tit.open::after,
body .content--main .section--list.page--entry .section--inner .block--txt .block--spec li .list--accordion .tit.open::after {
  content: "\f068";
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--spec li .list--accordion .body,
body .content--main .section--list.page--entry .section--inner .block--txt .block--spec li .list--accordion .body {
  display: none;
  margin-top: 20px;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--spec li .list--accordion .body p,
body .content--main .section--detail.page--entry .section--inner .block--txt .block--spec li .list--accordion .body .notice,
body .content--main .section--list.page--entry .section--inner .block--txt .block--spec li .list--accordion .body p,
body .content--main .section--list.page--entry .section--inner .block--txt .block--spec li .list--accordion .body .notice {
  margin-bottom: 20px;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--contents,
body .content--main .section--list.page--entry .section--inner .block--txt .block--contents {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 30px;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--contents::before,
body .content--main .section--list.page--entry .section--inner .block--txt .block--contents::before {
  content: "";
  display: block;
  width: calc(100% + 60px);
  height: 110%;
  position: absolute;
  left: -30px;
  top: 0;
  z-index: 0;
  background-color: #fcb4db;
  border-radius: 15px 15px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--entry .section--inner .block--txt .block--contents::before,
  body .content--main .section--list.page--entry .section--inner .block--txt .block--contents::before {
    width: calc(100% + 40px);
    left: -20px;
  }
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--contents > p, body .content--main .section--detail.page--entry .section--inner .block--txt .block--contents > ul, body .content--main .section--detail.page--entry .section--inner .block--txt .block--contents > div,
body .content--main .section--list.page--entry .section--inner .block--txt .block--contents > p,
body .content--main .section--list.page--entry .section--inner .block--txt .block--contents > ul,
body .content--main .section--list.page--entry .section--inner .block--txt .block--contents > div {
  position: relative;
  z-index: 1;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--contents .block-tit,
body .content--main .section--list.page--entry .section--inner .block--txt .block--contents .block-tit {
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 40px;
  letter-spacing: -0.15vw;
  line-height: 1;
  margin-bottom: 20px;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--contents .list--contents-list li,
body .content--main .section--list.page--entry .section--inner .block--txt .block--contents .list--contents-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: rgba(51, 51, 51, 0.1490196078) solid 1px;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--contents .list--contents-list li .tit,
body .content--main .section--list.page--entry .section--inner .block--txt .block--contents .list--contents-list li .tit {
  width: 100%;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 35px;
  color: rgba(255, 255, 255, 0);
  line-height: 1;
  -webkit-text-stroke: 1px #240968;
  margin-bottom: 4px;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--contents .list--contents-list li .tit + p,
body .content--main .section--list.page--entry .section--inner .block--txt .block--contents .list--contents-list li .tit + p {
  width: 75%;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--contents .list--contents-list li > p span,
body .content--main .section--list.page--entry .section--inner .block--txt .block--contents .list--contents-list li > p span {
  font-weight: bold;
  background-color: #fff;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--entry .section--inner .block--txt .block--contents .list--contents-list li .tit,
  body .content--main .section--detail.page--entry .section--inner .block--txt .block--contents .list--contents-list li .tit + p,
  body .content--main .section--list.page--entry .section--inner .block--txt .block--contents .list--contents-list li .tit,
  body .content--main .section--list.page--entry .section--inner .block--txt .block--contents .list--contents-list li .tit + p {
    width: 100%;
  }
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--contents .block--benefit,
body .content--main .section--list.page--entry .section--inner .block--txt .block--contents .block--benefit {
  background-color: #240968;
  padding: 20px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--contents .block--benefit .tit,
body .content--main .section--list.page--entry .section--inner .block--txt .block--contents .block--benefit .tit {
  font-size: 20px;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.5;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--contents .block--benefit .tit span,
body .content--main .section--list.page--entry .section--inner .block--txt .block--contents .block--benefit .tit span {
  font-size: 30px;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--entry,
body .content--main .section--list.page--entry .section--inner .block--txt .block--entry {
  padding: 30px 0;
  position: relative;
  z-index: 1;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--entry::before,
body .content--main .section--list.page--entry .section--inner .block--txt .block--entry::before {
  content: "";
  display: block;
  width: calc(100% + 60px);
  height: 100%;
  position: absolute;
  left: -30px;
  top: 0;
  z-index: 0;
  background-color: #fff;
  border-radius: 15px 15px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--entry .section--inner .block--txt .block--entry::before,
  body .content--main .section--list.page--entry .section--inner .block--txt .block--entry::before {
    width: calc(100% + 40px);
    left: -20px;
  }
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--entry > p, body .content--main .section--detail.page--entry .section--inner .block--txt .block--entry > ul, body .content--main .section--detail.page--entry .section--inner .block--txt .block--entry > div,
body .content--main .section--list.page--entry .section--inner .block--txt .block--entry > p,
body .content--main .section--list.page--entry .section--inner .block--txt .block--entry > ul,
body .content--main .section--list.page--entry .section--inner .block--txt .block--entry > div {
  position: relative;
  z-index: 1;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--entry .tit,
body .content--main .section--list.page--entry .section--inner .block--txt .block--entry .tit {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--entry .section--inner .block--txt .block--entry .tit,
  body .content--main .section--list.page--entry .section--inner .block--txt .block--entry .tit {
    font-size: 20px;
  }
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--entry > p,
body .content--main .section--list.page--entry .section--inner .block--txt .block--entry > p {
  margin-bottom: 20px;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--entry .block--entry__fanyid .block-wrap,
body .content--main .section--list.page--entry .section--inner .block--txt .block--entry .block--entry__fanyid .block-wrap {
  margin-bottom: 40px;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--entry .block--entry__fanyid .block-wrap .block-tit__sub,
body .content--main .section--list.page--entry .section--inner .block--txt .block--entry .block--entry__fanyid .block-wrap .block-tit__sub {
  background-color: #240968;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  border-radius: 30px;
  padding: 12px 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--entry .section--inner .block--txt .block--entry .block--entry__fanyid .block-wrap .block-tit__sub,
  body .content--main .section--list.page--entry .section--inner .block--txt .block--entry .block--entry__fanyid .block-wrap .block-tit__sub {
    font-size: 20px;
  }
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--entry .block--entry__fanyid .block-wrap .block,
body .content--main .section--list.page--entry .section--inner .block--txt .block--entry .block--entry__fanyid .block-wrap .block {
  display: flex;
  margin-bottom: 20px;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--entry .block--entry__fanyid .block-wrap .block:last-child,
body .content--main .section--list.page--entry .section--inner .block--txt .block--entry .block--entry__fanyid .block-wrap .block:last-child {
  margin-bottom: 0;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--entry .block--entry__fanyid .block-wrap .block .num,
body .content--main .section--list.page--entry .section--inner .block--txt .block--entry .block--entry__fanyid .block-wrap .block .num {
  font-size: 20px;
  font-weight: bold;
  margin-right: 15px;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--entry .block--entry__fanyid .block-wrap .block .txt,
body .content--main .section--list.page--entry .section--inner .block--txt .block--entry .block--entry__fanyid .block-wrap .block .txt {
  margin-bottom: 5px;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--entry .block--entry__fanyid .block-wrap .block .txt a:not(.btn__qa),
body .content--main .section--list.page--entry .section--inner .block--txt .block--entry .block--entry__fanyid .block-wrap .block .txt a:not(.btn__qa) {
  display: inline-block;
  background: #ff77bc;
  color: #fff;
  margin: 10px 0;
  padding: 10px 20px;
  border-radius: 30px;
  word-break: break-all;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--entry .block--entry__fanyid .block-wrap .block .txt a.btn__qa,
body .content--main .section--list.page--entry .section--inner .block--txt .block--entry .block--entry__fanyid .block-wrap .block .txt a.btn__qa {
  border-bottom: #240968 solid 1px;
  line-height: 2;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--entry .block--entry__pid,
body .content--main .section--list.page--entry .section--inner .block--txt .block--entry .block--entry__pid {
  background-color: #efefef;
  border-radius: 15px;
  padding: 20px;
}
body .content--main .section--detail.page--entry .section--inner .block--txt .block--entry .block--entry__pid .title,
body .content--main .section--list.page--entry .section--inner .block--txt .block--entry .block--entry__pid .title {
  font-weight: bold;
}
body .content--main .section--detail.page--privacy .privacy__btn-wrap,
body .content--main .section--list.page--privacy .privacy__btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body .content--main .section--detail.page--privacy .privacy__btn-wrap .privacy__btn,
body .content--main .section--list.page--privacy .privacy__btn-wrap .privacy__btn {
  width: 48%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--privacy .privacy__btn-wrap .privacy__btn,
  body .content--main .section--list.page--privacy .privacy__btn-wrap .privacy__btn {
    width: 100%;
    margin-bottom: 20px;
  }
  body .content--main .section--detail.page--privacy .privacy__btn-wrap .privacy__btn:last-child,
  body .content--main .section--list.page--privacy .privacy__btn-wrap .privacy__btn:last-child {
    margin-bottom: 0;
  }
}
body .content--main .section--detail.page--privacy .privacy__btn-wrap .privacy__btn a,
body .content--main .section--list.page--privacy .privacy__btn-wrap .privacy__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: #fcb4db;
  padding: 90px 3vw;
  border-radius: 15px;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 961px) {
  body .content--main .section--detail.page--privacy .privacy__btn-wrap .privacy__btn a:hover,
  body .content--main .section--list.page--privacy .privacy__btn-wrap .privacy__btn a:hover {
    background-color: #ff77bc;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--privacy .privacy__btn-wrap .privacy__btn a,
  body .content--main .section--list.page--privacy .privacy__btn-wrap .privacy__btn a {
    padding: 60px 10vw;
  }
}
body .content--main .section--detail.page--privacy .privacy__btn-wrap .privacy__btn a::after,
body .content--main .section--list.page--privacy .privacy__btn-wrap .privacy__btn a::after {
  display: block;
  content: "\f2d2";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 30px;
  right: 30px;
}
body .content--main .section--detail.page--privacy .privacy__btn-wrap .privacy__btn a p,
body .content--main .section--list.page--privacy .privacy__btn-wrap .privacy__btn a p {
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 4px;
  line-height: 1.5;
}
body .content--main .section--detail.page--privacy .privacy__btn-wrap .privacy__btn a span,
body .content--main .section--list.page--privacy .privacy__btn-wrap .privacy__btn a span {
  font-size: 12px;
}

.page--error .tit {
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 40px;
}
.page--error .txt {
  margin-bottom: 40px;
}

.page--questionnaire .btn {
  margin: 1.5em auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page--questionnaire .btn .btn--main {
  min-width: 250px;
}
.page--questionnaire .wrap .content--main > section {
  padding: 0 clamp(150px, 15vw, 800px) 120px;
}
.page--questionnaire .section-tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1em;
}
.page--questionnaire .ph {
  position: relative;
  line-height: 0;
  font-size: 0;
  margin-bottom: 3vw;
  text-align: center;
}
.page--questionnaire .ph::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page--questionnaire .txt--basic {
  border-radius: 15px;
  padding: 30px 25px;
  box-shadow: 0px 0px 60px 10px rgba(206, 223, 233, 0.2784313725);
  overflow: hidden;
  margin-bottom: 3em;
}
.page--questionnaire .form--post {
  margin-bottom: 5em;
}
.page--questionnaire .form--post dt {
  margin: 2em 0 0.2em;
}
.page--questionnaire .form--post .icon--required::before {
  content: "必須";
  font-size: 11px;
  color: #fff;
  background: #e7153c;
  padding: 4px 8px;
  margin-left: 1em;
  border-radius: 5px;
}
.page--questionnaire .form--post .form__select::after {
  z-index: 10;
}
.page--questionnaire .form--post .form__select select {
  padding: 4px 40px 3px 10px;
}
.page--questionnaire .form--post .form__radio label p {
  padding: 0.5em 0.5em 0.5em 1.6em;
}
.page--questionnaire .form--post input[type=text], .page--questionnaire .form--post input[type=tel], .page--questionnaire .form--post input[type=email], .page--questionnaire .form--post input[type=password], .page--questionnaire .form--post input[type=number] {
  border-radius: 5px;
}
.page--questionnaire .form--post textarea {
  border-radius: 5px;
}
.page--questionnaire .form--post ul.form--horizontal {
  display: flex;
}
.page--questionnaire .form--post ul.form--horizontal li {
  margin-right: 0.3em;
}
.page--questionnaire .block--error {
  background: #fdfbfd;
  color: #ef1717;
  font-weight: 500;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 3em;
}
.page--questionnaire .block--error li + li {
  margin-top: 0.3em;
}
.page--questionnaire.confirm .wrap .content--main > section form {
  border-radius: 15px;
  box-shadow: 0px 0px 60px 10px rgba(206, 223, 233, 0.2784313725);
  margin-bottom: 20px;
  overflow: hidden;
  padding: 30px 25px 60px;
}
.page--questionnaire.confirm .wrap .content--main > section form dt {
  margin-bottom: 0;
  opacity: 0.6;
  font-size: 0.8em;
}
.page--questionnaire.confirm .wrap .content--main > section form dd {
  margin: 0 0 30px;
}

@media screen and (min-width: 960px) {
  .btn .btn--main,
  .btn .btn--sub {
    transition: 0.2s;
  }
  .btn .btn--main:hover,
  .btn .btn--sub:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire .wrap .content--main > section {
    padding: 0 0 150px;
  }
  .page--questionnaire .wrap .content--main > section .input--half {
    width: 75% !important;
  }
  .page--questionnaire .wrap .content--main > section .input--quarter {
    width: 30% !important;
  }
  .page--questionnaire .wrap .content--main > section .input--quarter.postal_code {
    width: 75% !important;
  }
}
.block--pager {
  display: flex;
  align-items: center;
}
.block--pager li {
  margin-right: 20px;
}
.block--pager li a {
  font-weight: bold;
}
.block--pager li.pager__item--newer, .block--pager li.pager__item--older {
  transform: scale(0.8);
}
.block--pager li.pager__item--newer .arrow, .block--pager li.pager__item--older .arrow {
  position: relative;
  width: 50px;
  height: 50px;
  background: #f8f8f8;
  border-radius: 50%;
  display: block;
}
.block--pager li.pager__item--newer .arrow::before, .block--pager li.pager__item--older .arrow::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  background-color: #240968;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.block--pager li.pager__item--newer .arrow::after, .block--pager li.pager__item--older .arrow::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  font-size: 0;
  border-top: #240968 solid 1px;
  border-left: #240968 solid 1px;
  transform: rotate(-45deg) translate(-50%, -50%);
  left: 50%;
  top: 50%;
  transform-origin: left top;
}
.block--pager li.pager__item--newer svg, .block--pager li.pager__item--older svg {
  display: none;
}
.block--pager li.pager__item--newer > span, .block--pager li.pager__item--older > span {
  opacity: 0.3;
}
.block--pager li.pager__item--older .arrow::after {
  transform: rotate(140deg) translate(-50%, -50%);
}
.block--pager li.pager__item--other span,
.block--pager li.pager__item--other a, .block--pager li.pager__item--current span,
.block--pager li.pager__item--current a {
  width: 5px 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--pager li.block--pager--number {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}

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

.txt--sub {
  font-size: 0.85em;
  line-height: 1.6em;
  margin-top: 0.5em;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.page--notice .section--list .list--info {
  width: 100%;
  border-top: 1px solid rgba(36, 9, 104, 0.1450980392);
}
.page--notice .section--list .list--info li {
  border-bottom: 1px solid rgba(36, 9, 104, 0.1450980392);
}
.page--notice .section--list .list--info li a {
  display: block;
  padding: 15px 0 20px;
}
.page--notice .section--list .list--info li a .txt {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px;
  line-height: 1.5;
}
.page--notice .section--list .list--info li a .date {
  font-size: 12px;
}
body.body--app .wrap,
body.body--app:not(.page--home) .wrap {
  padding-top: 90px;
  padding-bottom: 90px;
}
body.body--app .wovn-languages,
body.body--app:not(.page--home) .wovn-languages {
  position: absolute;
  top: 35px;
  right: 8vw;
  left: auto;
}

body.body--app:not(.page--home) .content--main .section--list,
body.body--app:not(.page--home) .content--main .section--detail,
body.body--app:not(.page--home) .content--main .mainWrap {
  margin-bottom: 0;
}

body.body--app:not(.page--home) .content--main .section--detail .section--inner .block--txt .txt {
  margin-bottom: 0;
}

body.page--appfcmenu {
  overflow-x: hidden;
  color: #fff;
}
body.page--appfcmenu::after {
  display: none;
}
body.page--appfcmenu header,
body.page--appfcmenu footer,
body.page--appfcmenu .drawer__btn,
body.page--appfcmenu .block--page-top {
  display: none;
}
body.page--appfcmenu:not(.page--home) .wrap,
body.page--appfcmenu .wrap {
  background-image: linear-gradient(#FCB4DB, #FF77BC);
  padding-top: 80px;
  padding-bottom: 100px;
}
body.page--appfcmenu .content--main {
  margin: 0 !important;
  padding: 0;
  opacity: 1;
  background: transparent;
}
body.page--appfcmenu:not(.page--home) .content--main .section--detail,
body.page--appfcmenu .section--detail {
  width: 88%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 0;
}
body.page--appfcmenu .wovn-languages {
  display: none;
}
body.page--appfcmenu .fclogo {
  width: 40%;
  max-width: 300px;
  line-height: 1;
  margin-left: 2.5%;
}
body.page--appfcmenu .fclogo svg {
  fill: #fff;
}
body.page--appfcmenu .list-appmenu {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5vw;
}
body.page--appfcmenu .list-appmenu li {
  width: 50%;
  margin-bottom: 3%;
}
body.page--appfcmenu .list-appmenu li a {
  display: block;
  width: 90%;
  margin: 0 auto;
  -webkit-touch-callout: none;
}
body.page--appfcmenu .list-appmenu li a .item-detail {
  position: relative;
  width: 100%;
  height: 100%;
}
body.page--appfcmenu .list-appmenu li a .thumb {
  position: relative;
  border-radius: 0;
}
body.page--appfcmenu .list-appmenu li a .thumb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FED3EA;
  opacity: 0.85;
  z-index: 10;
  transform: scale(1);
}
body.page--appfcmenu .list-appmenu li a .thumb img {
  background-image: url(/static/produce101thegirls/common/no_images_app_fcmenu.png);
  background-size: cover;
  vertical-align: bottom;
}
body.page--appfcmenu .list-appmenu li a .tit--box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 1.2;
  padding: 1em;
  color: #240968;
  font-family: futura, sans-serif;
  font-size: 3.8vw;
  font-weight: normal;
  letter-spacing: 0.05em;
  z-index: 20;
}
body.page--appfcmenu .list-appmenu li.new a .item-detail::before {
  content: "";
  position: absolute;
  right: 3px;
  top: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 22px 22px 0;
  border-color: transparent #FF77BC transparent transparent;
  z-index: 30;
}
body.page--appfcmenu .banner--app {
  margin-top: 5vw;
}

body:not(.page--home).page--appfcmenu .content--body {
  padding: 90px 0;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.2s 0s ease;
  }
  @keyframes scroll_menu {
    0% {
      transform: translate(-50%, -50%) scale(1, 1);
      transform-origin: center right;
    }
    50% {
      transform: translate(-50%, -50%) scale(0, 1);
      transform-origin: center right;
    }
    50.1% {
      transform: translate(-50%, -50%) scale(0, 1);
      transform-origin: center left;
    }
    100% {
      transform: translate(-50%, -50%) scale(1, 1);
      transform-origin: center left;
    }
  }
  @keyframes scroll_btn {
    0% {
      transform: scale(1, 1);
      transform-origin: center right;
    }
    50% {
      transform: scale(0, 1);
      transform-origin: center right;
    }
    50.1% {
      transform: scale(0, 1);
      transform-origin: center left;
    }
    100% {
      transform: scale(1, 1);
      transform-origin: center left;
    }
  }
  a figure {
    position: relative;
  }
  a figure::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
    opacity: 0.3;
    z-index: 3;
  }
  a:hover figure::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .list__more a:hover::after,
  .detail__btn a:hover::after {
    animation: scroll_btn 0.5s;
  }
  .header .top-menu {
    display: flex;
    justify-content: right;
  }
  .header .top-menu li {
    margin-right: 20px;
  }
  .header .top-menu li a {
    color: #fff;
  }
  .header .header-menu .drawer__btn:hover::after, .header .header-menu .drawer__btn:hover::before {
    animation: scroll_menu 0.5s;
  }
  .drawer-visible .header .header-menu .drawer__btn:hover {
    background-color: rgba(255, 255, 255, 0.1647058824);
  }
  .header .header-menu .header-menu__list li {
    margin-right: 15px;
  }
  .header .header-menu .header-menu__list li a {
    position: relative;
  }
  .header .header-menu .header-menu__list li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #fff;
    bottom: -5px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .header .header-menu .header-menu__list li a li:last-child a::after {
    display: none;
  }
  .header .header-menu .header-menu__list li a:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .header .header-menu .header-menu__list li a.store::before {
    display: none;
  }
  .header .header-menu .header-menu__list li .sub {
    position: fixed;
    z-index: 9999;
    top: 70px;
    opacity: 0;
    transition: 0.5s;
    pointer-events: none;
  }
  .header .header-menu .header-menu__list li .sub li {
    line-height: 1.6;
  }
  .header .header-menu .header-menu__list li .sub li a {
    font-size: 0.85em;
    padding-left: 1.5em;
  }
  .header .header-menu .header-menu__list li .sub li a::before {
    width: 1em;
    top: 50%;
    transform: scale(1);
  }
  .header .header-menu .header-menu__list li .sub li a:hover::before {
    animation: scroll_btn 0.5s;
  }
  .header .header-menu .header-menu__list li:hover .sub {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .header-cover {
    display: block;
    background-color: rgba(255, 255, 255, 0.2705882353);
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    width: 0;
    height: 60px;
    border-radius: 50px;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 3;
    transition: all 0.3s;
  }
  .scrolling .header-cover {
    width: 765px;
  }
  .drawer .g-nav li:not(.tit) a,
  .drawer .g-nav__fc li:not(.tit) a {
    position: relative;
  }
  .drawer .g-nav li:not(.tit) a::before,
  .drawer .g-nav__fc li:not(.tit) a::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    background-color: #fff;
    top: 50%;
    left: 0;
    transform: translateY(-50%) skew(-12deg);
    transform-origin: left top;
    transition: all 0.3s;
    mix-blend-mode: difference;
  }
  .drawer .g-nav li:not(.tit) a:hover::before,
  .drawer .g-nav__fc li:not(.tit) a:hover::before {
    transform-origin: right top;
    width: 110%;
  }
  .section--mainvisual {
    overflow: hidden;
  }
  .section--mainvisual .block--mainvisual_photo {
    min-height: 100vh;
  }
  .swiper-wrapper .swiper-slide a {
    position: relative;
  }
  .swiper-wrapper .swiper-slide a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
    opacity: 0.3;
    z-index: 3;
  }
  .swiper-wrapper .swiper-slide a:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .block--login li a {
    position: relative;
    overflow: hidden;
  }
  .block--login li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
    opacity: 0.3;
    z-index: 3;
  }
  .block--login li a:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .list--information li,
  .list--info li,
  .list__qa li {
    position: relative;
  }
  .list--information li::after,
  .list--info li::after,
  .list__qa li::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #240968;
    bottom: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .list--information li.list__qa-item::after,
  .list--info li.list__qa-item::after,
  .list__qa li.list__qa-item::after {
    background: #fff;
  }
  .list--information li:hover::after,
  .list--info li:hover::after,
  .list__qa li:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .line__btn a {
    position: relative;
    overflow: hidden;
  }
  .line__btn a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
    opacity: 0.3;
    z-index: 3;
  }
  .line__btn a:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .footer .block-nav a {
    transition: all 0.3s;
  }
  .footer .block-nav a:hover {
    opacity: 0.5;
  }
  .block--indicator .swiper-button-prev:hover::before,
  .block--indicator .swiper-button-next:hover::before {
    animation: scroll_menu 0.5s;
  }
  body:not(.page--home) .content--main .section--list .block--title .block--category li a:hover {
    background-color: #efefef;
  }
  body:not(.page--home) .content--main .section--list ul.list--schedule li a:hover {
    opacity: 0.6;
  }
  .block--pager li.pager__item--newer a:hover .arrow::before, .block--pager li.pager__item--older a:hover .arrow::before {
    animation: scroll_menu 0.5s;
  }
  .block--pager li.pager__item--other {
    position: relative;
  }
  .block--pager li.pager__item--other::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #240968;
    bottom: -5px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .block--pager li.pager__item--other:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  body.page--movie .content--main .section--detail .section--inner .block--txt .block--player .vjs-big-play-button {
    width: 90px;
  }
  body.page--info .list--call.list--contents {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  body.page--info .list--call.list--contents li {
    width: calc(33.3333333333% - 10px);
    margin-right: 15px;
  }
  body.page--info .list--call.list--contents li:nth-child(3n) {
    margin-right: 0;
  }
  body.page--info .list--call.list--contents li .list__txt .tit {
    margin-bottom: 10px;
    font-size: 14px;
  }
  body.page--faq .content--main .section--detail .section--inner .block--txt .block--contact .block--contact--select {
    margin-top: 1.2em;
  }
  body.page--faq .content--main .section--detail .section--inner .block--txt .block--contact .block--contact--select li {
    margin-right: 1.6em;
  }
  body.page--faq .content--main .section--detail .section--inner .block--txt .block--contact .block--contact--select li a {
    display: flex;
    align-items: center;
    padding: 1.6em;
    font-size: 1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .header svg {
    width: 90px;
  }
  .header .header-menu .drawer__btn {
    width: 50px;
    height: 50px;
  }
  .header .header-menu .header-menu__list {
    display: none;
  }
  .header h1 {
    display: flex;
  }
  .thumb {
    border-radius: 10px;
  }
  .drawer {
    display: block;
    overflow-y: scroll;
    padding: 0 0 0 10vw;
  }
  .drawer .g-nav {
    margin-top: 140px;
    margin-bottom: 40px;
  }
  .drawer .g-nav__fc {
    margin-bottom: 60px;
  }
  .drawer .g-nav, .drawer .g-nav__fc {
    width: 100%;
    padding: 0;
  }
  .drawer .g-nav li.tit, .drawer .g-nav__fc li.tit {
    margin-bottom: 10px;
  }
  .drawer .g-nav li:not(.tit), .drawer .g-nav__fc li:not(.tit) {
    font-size: 11.5vw;
  }
  .drawer .g-nav li.nav__login, .drawer .g-nav__fc li.nav__login {
    font-size: 6vw;
    margin-bottom: 10px;
  }
  .drawer .g-nav li.nav__login a:first-child::after, .drawer .g-nav__fc li.nav__login a:first-child::after {
    height: 14px;
  }
  .drawer-visible .drawer::after {
    height: 100%;
  }
  body.page--info.category-13 .list--contents li {
    width: 100%;
  }
  body.page--info.category-13 .list--contents li:nth-child(2n) {
    transform: translate(0);
  }
  .footer {
    margin-top: -1px;
    padding-bottom: 80px;
  }
  .footer .inner {
    flex-wrap: wrap;
  }
  .footer .inner .logo--footer {
    width: 190px;
    margin-bottom: 30px;
  }
  .footer .inner .block-nav {
    width: 100%;
  }
  .footer .inner .block-nav ul.nav--support li {
    margin-bottom: 20px;
  }
  .btn--main,
  .btn--sub {
    width: 100%;
    padding: 0.9em 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  .btn--main,
  .btn--sub {
    min-width: 40%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .wrap {
    padding-top: 140px;
  }
  body:not(.page--home) .content--main {
    min-height: calc(100vh - 420px);
  }
  body:not(.page--home) .content--main .section--list {
    flex-wrap: wrap;
  }
  body:not(.page--home) .content--main .section--list .block--title {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  body:not(.page--home) .content--main .section--list .block--title .section-tit {
    font-size: 40px;
  }
  body:not(.page--home) .content--main .section--list .block--list {
    width: 100%;
  }
  body:not(.page--home) .content--main .section--list .block--list ul.list--information li a {
    flex-wrap: wrap;
  }
  body:not(.page--home) .content--main .section--list .block--list ul.list--information li a .tit {
    width: 100%;
  }
  body:not(.page--home) .content--main .section--detail .section--inner {
    flex-wrap: wrap;
  }
  body:not(.page--home) .content--main .section--detail .section--inner .block--title {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  body:not(.page--home) .content--main .section--detail .section--inner .block--txt {
    width: 100%;
  }
  body.page--home .wovn-languages {
    position: fixed;
  }
  body.page--home .section--banner .block--banner-swiper {
    left: 8vw;
  }
  body.page--home .section--banner .block--banner-swiper .swiper-wrapper {
    width: calc(100% - 8vw);
    margin: 0 0 30px 0;
  }
  body.page--home .section--banner .block--banner-swiper .swiper-wrapper .swiper-slide {
    padding-right: 8vw;
  }
  body.page--home .section--banner .block--banner-swiper .swiper-wrapper .swiper-slide a {
    display: block;
  }
  body.page--home .section--banner .block--banner-swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  body.page--home .section--banner .block--indicator {
    position: relative;
    width: calc(100% - 8vw);
    left: 8vw;
    align-items: center;
    justify-content: left;
  }
  body.page--home .section--banner .block--indicator .swiper-pagination {
    position: static;
    width: auto;
    margin: 0;
    order: 3;
  }
  body.page--home .section--banner .block--indicator .swiper-button-prev,
  body.page--home .section--banner .block--indicator .swiper-button-next {
    position: relative;
    left: initial;
    right: initial;
    margin: 0 20px 0 0;
  }
  body.page--home #bg-area .movie--cover {
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0.4;
    z-index: 5;
    mix-blend-mode: multiply;
    position: fixed;
    z-index: 0;
    border-radius: 50px 50px 0 0;
    overflow: hidden;
  }
  body.page--home #bg-area .block--movie--youtube {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: -1;
    border-radius: 50px 50px 0 0;
    overflow: hidden;
  }
  body.page--home #bg-area .block--movie--youtube #video-vide {
    height: 100%;
    height: 100dvh;
    pointer-events: none;
  }
  body.page--home #bg-area .block--bg--img__main {
    background-size: contain;
  }
  body.page--home .area--official {
    flex-wrap: wrap;
  }
  body.page--home .area--official .block--contents {
    width: 100%;
  }
  body.page--home .area--official .block--contents:nth-child(2) {
    transform: translateY(40px);
  }
  body.page--home .area--official .block--contents .section-tit {
    font-size: 40px;
  }
  body.page--home .area--official .block--contents .list--info.list--schedule li a {
    flex-wrap: wrap;
  }
  body.page--home .area--official .block--contents .list--info.list--schedule li a .block-left {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: left;
    width: 100%;
    margin-bottom: 5px;
  }
  body.page--home .area--official .block--contents .list--info.list--schedule li a .block-left .category {
    margin-bottom: 0;
  }
  body.page--home .area--official .block--contents .list--info.list--schedule li a .block-left .date {
    display: flex;
    align-items: center;
    margin-right: 10px;
    font-size: 20px;
  }
  body.page--home .area--official .block--contents .list--info.list--schedule li a .block-left .date .youbi {
    font-size: 14px;
    margin-left: 5px;
    display: inline;
  }
  body.page--home .area--official .block--contents .list--info.list--schedule li a .tit {
    width: 100%;
  }
  body.page--home .area--fc .logo--fc {
    width: 300px;
    margin-top: calc(-100vh + 90px);
  }
  body.page--home .area--fc .section--blog .section-tit {
    font-size: 13.5vw;
    margin-bottom: 10px;
  }
  body.page--home .area--fc .section--blog .contents--inner {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-right: 8vw;
    width: calc(100% + 8vw);
  }
  body.page--home .area--fc .section--blog .contents--inner::-webkit-scrollbar {
    display: none;
  }
  body.page--home .area--fc .section--blog .contents--inner .block--blog__list {
    display: flex;
    justify-content: left;
    width: 400%;
    flex-wrap: nowrap;
  }
  body.page--home .area--fc .section--blog .contents--inner .block--blog__list li {
    width: 70vw;
    margin-right: 6vw;
  }
  body.page--home .area--fc .flex .block--contents {
    width: 100%;
    margin-bottom: 40px;
  }
  body.page--home .area--fc .flex .block--contents:nth-child(2n) {
    transform: translateY(0);
  }
  body.page--home .area--fc .flex .block--contents:last-child {
    margin-bottom: 160px;
  }
  body.page--home .area--fc .flex .block--contents .section-tit {
    font-size: 13.5vw;
    padding-left: 30px;
  }
  body.page--home .area--fc .flex .block--contents .contents--inner {
    /*padding: 40px 25px 25px 25px;*/
  }
  body.page--home .area--fc .section--qa .list__qa li a .list__txt {
    align-items: flex-start;
  }
  body.page--home .area--fc .section--qa .list__qa li a .icon-q::before {
    font-size: 40px;
  }
  body.page--home .area--profile {
    flex-wrap: wrap;
    padding-bottom: 80px;
  }
  body.page--home .area--profile .section-tit {
    font-size: 12vw;
    margin-bottom: 10px;
  }
  body.page--home .area--profile .photo {
    width: 100%;
  }
  body.page--home .area--profile .detail-profile {
    width: 100%;
    padding-top: 40px;
  }
  body.page--disco .content--main .section--detail .section--inner .block--title.block--jacket {
    width: 100%;
  }
  body.page--profile .content--main .section--detail.member .section--inner .block--title {
    width: 100%;
  }
  body.page--schedule .content--main .section--list .block--list ul.list--schedule li .date--event strong {
    font-size: 8vw;
  }
  body.page--schedule .content--main .section--list .block--list ul.list--schedule li .date--event .week {
    font-size: 14px;
  }
  body.page--blog .content--main .section--list .block--list .list--blog {
    justify-content: space-between;
  }
  body.page--blog .content--main .section--list .block--list .list--blog li {
    width: calc(50% - 10px);
    margin-right: 0;
  }
  body.page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-control {
    opacity: 0;
  }
  body.page--movie .content--main .section--detail .section--inner .block--txt .block--player .vjs-big-play-button {
    width: 60px;
  }
  body.page--info .list--call.list--contents li .list__txt .tit {
    margin-bottom: 10px;
    font-size: 14px;
  }
  body.page--qa .content--main .section--detail .section--inner .block--title .section-tit {
    font-size: 40px;
  }
  body.page--wallpaper .content--main .section--detail .ph img {
    pointer-events: auto;
  }
  .wovn-languages {
    width: 115px;
    top: -50px;
    right: 90px;
    z-index: 6;
  }
  .wovn-languages .langIcon {
    left: 0;
    top: -16px;
    transform: none;
  }
  .wovn-languages.visible .nav-dropdown {
    top: 2.1rem;
    left: 0;
  }
  .loaded .wovn-languages {
    top: 40px;
  }
  .block--bg .section--mainvisual {
    padding: 100px 0 0;
  }
  .block--bg .section--mainvisual .logoarea {
    height: 120vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .block--bg .section--mainvisual .logoarea svg {
    fill: #fff;
    width: 70%;
  }
  body.page--faq .content--main .section--detail .section--inner .block--txt .block--contact .block--contact--select {
    margin-top: 1.2em;
  }
  body.page--faq .content--main .section--detail .section--inner .block--txt .block--contact .block--contact--select li {
    width: calc(50% - 0.5em);
    margin-right: 1em;
  }
  body.page--faq .content--main .section--detail .section--inner .block--txt .block--contact .block--contact--select li a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.2em 1em;
    font-size: 0.82em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .block--bg .section--mainvisual .logoarea {
    height: 40vh;
  }
}
@media screen and (min-width: 1px) and (max-width: 375px) {
  .block--bg .section--mainvisual .logoarea {
    height: 50vh;
  }
}/*# sourceMappingURL=service.css.map */