@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;
}
@media screen and (min-width: 961px) {
  body {
    font-family: futura-pt, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ 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, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}
body {
  word-wrap: break-word;
  color: #3A3A3A;
  overflow-x: hidden;
}

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: #3A3A3A;
  color: #fff;
}

::selection {
  background-color: #3A3A3A;
  color: #fff;
}

::-moz-selection {
  background-color: #3A3A3A;
  color: #fff;
}

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

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

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

.area--fc section.delighter {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s cubic-bezier(0.5, 0.05, 0.5, 0.1);
}
.area--fc section.delighter.started {
  opacity: 1;
  transform: translateY(0);
}

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

/* input */
@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, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ 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, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}
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 #3A3A3A;
  padding: 0.5em 0.8em;
  color: #3A3A3A;
}
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: #c4083a;
  border-color: #c4083a;
}
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[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
  color: #3A3A3A;
}

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: #3A3A3A;
  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: #3A3A3A solid 1px;
  color: #3A3A3A;
}

@keyframes arrowMove {
  0% {
    transform: rotate(-20deg) translateX(0);
    opacity: 1;
  }
  49% {
    transform: rotate(-20deg) translateX(20px);
    opacity: 0;
  }
  50% {
    transform: rotate(-20deg) translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: rotate(-20deg) translateX(0);
    opacity: 1;
  }
}
@keyframes blogMoreArrowMove {
  0% {
    transform: rotate(0deg) translateX(0);
    opacity: 1;
  }
  45% {
    transform: rotate(0deg) translateX(18px);
    opacity: 0;
  }
  55% {
    transform: rotate(0deg) translateX(-18px);
    opacity: 0;
  }
  100% {
    transform: rotate(0deg) translateX(0);
    opacity: 1;
  }
}
.block--submit {
  text-align: center;
}

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

/* textarea */
@media screen and (min-width: 961px) {
  textarea {
    font-family: futura-pt, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ 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, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: #fff;
  box-shadow: none;
  border: 1px solid #3A3A3A;
  padding: 0.5em 0.8em;
  color: #3A3A3A;
}
textarea:focus {
  border-color: inherit;
}
textarea.form__error {
  background: #fff0ea;
  color: #c4083a;
  border-color: #c4083a;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
textarea {
  height: 10em;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: futura-pt, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ 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, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}
.form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: #fff;
  box-shadow: none;
  border: 1px solid #3A3A3A;
  padding: 0.5em 0.8em;
  color: #3A3A3A;
}
.form__select select:focus {
  border-color: inherit;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #c4083a;
  border-color: #c4083a;
}
.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 select {
  padding-right: 1.5em;
}
.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: #3A3A3A;
  top: 15px;
  right: 9px;
  z-index: -1;
}

/* checkbox */
@media screen and (min-width: 961px) {
  .form__checkbox label p {
    font-family: futura-pt, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ 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, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}
.form__checkbox label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.3em;
  border: 1px solid #3A3A3A;
  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: #3A3A3A;
  border-color: #3A3A3A;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
@media screen and (min-width: 961px) {
  .form__radio label p {
    font-family: futura-pt, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ 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, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}
.form__radio label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #f33;
}
.form__radio label p {
  padding: 0 0.5em 0 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #3A3A3A;
  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: 13px;
  }
}
.list__more a::after,
.detail__btn a::after {
  content: "";
  display: block;
  background-color: #3A3A3A;
  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;
}
.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: #3A3A3A;
  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: #3A3A3A solid 1px;
  border-bottom: #3A3A3A 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: #3A3A3A 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;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  left: 0;
  top: -90px;
  z-index: 5;
  border-radius: 50px 50px 0 0;
  padding: 30px 30px 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) {
  .header {
    border-radius: 40px 40px 0 0;
  }
}
.loaded .header {
  top: 0;
}
.header .logo a {
  display: block;
}
.header .logo svg {
  fill: #000;
  max-width: 130px;
  width: 25vw;
  aspect-ratio: 2/0.6;
}
.header .header-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  z-index: 2;
}
.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: #000;
  margin-right: 13px;
}
.header .header-menu .header-menu__list li a {
  font-size: clamp(12px, 0.8vw, 14px);
}
.header .header-menu .drawer__btn {
  cursor: pointer;
  width: 60px;
  height: 60px;
  background-color: rgba(188, 188, 188, 0.3);
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
}
.header .header-menu .drawer__btn::before, .header .header-menu .drawer__btn::after {
  background-color: #000;
  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::before, .drawer-visible .header .header-menu .drawer__btn::after {
  width: 50%;
  transform-origin: center;
  margin: 0;
  transition: all 0.3s;
}
.drawer-visible .header .header-menu .drawer__btn::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.drawer-visible .header .header-menu .drawer__btn::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer-visible .header .header-menu .drawer__btn:hover::before, .drawer-visible .header .header-menu .drawer__btn:hover::after {
  animation: none;
}
.header.fv-active {
  mix-blend-mode: difference;
}
.header.fv-active .header-menu .header-menu__list li a,
.header.fv-active .top-menu li a {
  color: #fff;
}
.header.fv-active .header-menu .header-menu__list li a::before,
.header.fv-active .top-menu li a::before {
  background-color: #fff;
}
.header.fv-active .drawer__btn::before, .header.fv-active .drawer__btn::after {
  background-color: #fff;
}
.header.fv-active svg {
  fill: #fff;
}
.header.area-active {
  mix-blend-mode: normal;
}
.header.area-active .header-menu {
  mix-blend-mode: normal;
}
.header.area-active .header-menu .header-menu__list li a,
.header.area-active .top-menu li a {
  color: #fff;
}
.header.area-active .header-menu .header-menu__list li a::before,
.header.area-active .top-menu li a::before {
  background-color: #fff;
}
.header.area-active .drawer__btn::before, .header.area-active .drawer__btn::after {
  background-color: #fff;
}
.header.area-active svg {
  fill: #fff;
}
body.page--member .header {
  mix-blend-mode: normal;
}
body.page--member .header .header-menu {
  mix-blend-mode: normal;
}
body.page--member .header .header-menu .header-menu__list li a,
body.page--member .header .top-menu li a {
  color: #fff;
}
body.page--member .header .header-menu .header-menu__list li a::before,
body.page--member .header .top-menu li a::before {
  background-color: #fff;
}
body.page--member .header .drawer__btn::before, body.page--member .header .drawer__btn::after {
  background-color: #fff;
}
body.page--member .header svg {
  fill: #fff;
}
.drawer-visible .header {
  mix-blend-mode: normal;
}
.drawer-visible .header .header-menu {
  mix-blend-mode: normal;
}
.drawer-visible .header .logo svg,
.drawer-visible .header .logo path {
  fill: #fff;
}
.drawer-visible .header .drawer__btn {
  background-color: rgba(255, 255, 255, 0.2);
}
.drawer-visible .header .drawer__btn::before, .drawer-visible .header .drawer__btn::after {
  background-color: #fff;
}

.form__select {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.form__select select {
  border-radius: 20px;
  padding: 4px 25px 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: #3A3A3A solid 1px;
  border-left: #3A3A3A solid 1px;
  z-index: 2;
}

.thumb {
  width: 100%;
  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;
}
.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: #000;
  font-size: 10px;
  position: fixed;
  z-index: 5;
  width: 100px;
  height: 35px;
  cursor: pointer;
  top: 100vh;
  right: 40px;
  border: #000 solid 1px;
  border-radius: 40px;
  transition: top 0.6s cubic-bezier(0.035, 0.675, 0.225, 1.025) 0.3s;
}
.wovn-languages.fv-active, .wovn-languages.area-active, body.page--member .wovn-languages, body.drawer-visible .wovn-languages {
  color: #fff;
  border-color: #fff;
}
.wovn-languages.fv-active .icon::before, .wovn-languages.area-active .icon::before, body.page--member .wovn-languages .icon::before, body.drawer-visible .wovn-languages .icon::before {
  border-bottom-color: #fff;
  border-right-color: #fff;
}
.wovn-languages.fv-active .icon::after, .wovn-languages.area-active .icon::after, body.page--member .wovn-languages .icon::after, body.drawer-visible .wovn-languages .icon::after {
  background-color: #fff;
}
body.page--member .wovn-languages.footer-active, .wovn-languages.area-active.footer-active, .wovn-languages.footer-active {
  color: #000;
  border-color: #000;
}
body.page--member .wovn-languages.footer-active .icon::before, .wovn-languages.area-active.footer-active .icon::before, .wovn-languages.footer-active .icon::before {
  border-bottom-color: #000;
  border-right-color: #000;
}
body.page--member .wovn-languages.footer-active .icon::after, .wovn-languages.area-active.footer-active .icon::after, .wovn-languages.footer-active .icon::after {
  background-color: #000;
}
.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: 0;
  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: #000;
}
.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-current {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}
.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;
}
.wovn-languages .nav-dropdown .list--language li {
  width: 100%;
  display: none;
  cursor: pointer;
  padding: 0;
  text-align: left;
}
.wovn-languages .nav-dropdown .list--language li::after {
  content: none;
}
.wovn-languages .nav-dropdown .list--language li.selected {
  display: none;
  order: -1;
}
.wovn-languages.visible::before {
  content: none;
}
.wovn-languages.visible .nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
  border: none;
  color: #000;
  top: -20.2em;
  transform: translateY(0);
  background: #dbdcde;
  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 {
  display: block;
  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: #3A3A3A;
  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: 45%;
  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.archive-tit,
.drawer .g-nav__fc li.archive-tit {
  margin-top: 30px;
}
.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;
  margin-bottom: 20px;
}
.drawer .g-nav li.nav__login span,
.drawer .g-nav__fc li.nav__login span {
  margin: 0 10px;
}
.drawer .g-nav li.coming-soon,
.drawer .g-nav__fc li.coming-soon {
  position: relative;
}
.drawer .g-nav li.coming-soon a,
.drawer .g-nav__fc li.coming-soon a {
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.25);
  pointer-events: none;
}
.drawer .g-nav li.coming-soon a::after,
.drawer .g-nav__fc li.coming-soon a::after {
  content: "COMING SOON";
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  padding: 10px 18px;
  background: rgb(58, 58, 58);
  color: #fff;
  font-size: 12px;
  font-family: sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  white-space: nowrap;
  z-index: 2;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer .g-nav li.coming-soon a::after,
  .drawer .g-nav__fc li.coming-soon a::after {
    font-size: 10px;
    padding: 8px;
  }
}
.drawer .g-nav__fc {
  position: relative;
  z-index: 1;
}
.drawer .g-nav__fc li:not(.tit) a {
  font-family: "cofo-raffine", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.drawer .g-nav__fc::after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
  border-radius: 0px 50px 0 0;
  background: #748BB3;
  background-image: url(/static/produce101thegirls/renewal/common/fc_bg.webp);
  background-repeat: repeat;
  background-size: 160px 160px;
  opacity: 1;
  pointer-events: none;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer .g-nav__fc {
    width: 100%;
  }
  .drawer .g-nav__fc::after {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px 40px 0 0;
  }
}
.drawer-visible .drawer {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  overflow-y: scroll;
}
.drawer-visible .drawer::after {
  height: 100vh;
  visibility: visible;
}

.footer {
  background: #fff;
  width: 100%;
  color: #424C51;
  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: -moz-fit-content;
  height: fit-content;
  padding-bottom: 60px;
}
.footer .inner .block-nav ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  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;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .content--main {
    padding: 0 5vw;
  }
}
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: 60px;
  }
}
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: #3A3A3A;
  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: #3A3A3A;
  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.new .date::after {
  content: "NEW";
  display: inline-block;
  font-weight: 500;
  color: #90c0ca;
  margin-left: 20px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .content--main .section--list .block--list ul.list--information li.new .date::after {
    margin-left: 10px;
  }
}
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: #dbdcde;
  left: 0;
  bottom: 0;
}
body:not(.page--home) .content--main .section--list .block--list ul.list--information li:last-child::before {
  display: 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;
}
@media screen and (min-width: 961px) {
  body:not(.page--home) .content--main .section--list .block--list ul.list--information li a:hover {
    color: #90c0ca;
  }
}
body:not(.page--home) .content--main .section--list .block--list ul.list--information li a .date {
  margin-right: 20px;
  display: flex;
}
body:not(.page--home) .content--main .section--list .block--list ul.list--information li a .date .youbi {
  display: block;
  font-size: 14px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .content--main .section--list .block--list ul.list--information li a .date {
    margin-right: 10px;
  }
}
body:not(.page--home) .content--main .section--list .block--list ul.list--information li a .new {
  display: inline-block;
  margin-right: 20px;
  font-weight: 500;
  color: #90c0ca;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .content--main .section--list .block--list ul.list--information li a .new {
    margin-right: 10px;
  }
}
body:not(.page--home) .content--main .section--list .block--list ul.list--information li a .category {
  margin-right: 20px;
  white-space: nowrap;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .content--main .section--list .block--list ul.list--information li a .category {
    margin-right: 10px;
  }
}
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: 60px;
  }
}
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: #3A3A3A;
  width: 5px;
  height: 1px;
  margin-right: 5px;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--txt {
  width: 70%;
  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;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .content--main .section--detail .section--inner .block--txt .txt {
    font-size: 14px;
  }
}
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,
body:not(.page--home) .content--main .section--detail .section--inner .block--txt .block--share li .fab {
  font-size: 18px;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--txt .block--share li svg {
  fill: #3A3A3A;
  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;
}

.page--member {
  position: relative;
  background: #748BB3;
}
.page--member::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url(/static/produce101thegirls/renewal/common/fc_bg.webp);
  background-repeat: repeat;
  background-size: 160px 160px;
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
}

body:not(.page--home).page--member .content--main .section--list .block--title .section-tit {
  font-family: "cofo-raffine", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: min(16.5vw, 80px);
  letter-spacing: -0.05vw;
  line-height: 1;
  margin-bottom: 15px;
  color: #fff;
}
body:not(.page--home).page--member .content--main .section--detail .section--inner .block--title .tit {
  color: #fff;
  font-family: "secret-service-typewriter", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
}
body:not(.page--home).page--member .content--main .section--detail .section--inner .block--title .block--time .date {
  color: #fff;
  font-family: "secret-service-typewriter", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body:not(.page--home).page--member .content--main .section--detail .detail__btn a {
  color: #fff;
  font-family: "secret-service-typewriter", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  font-size: 16px;
}
body:not(.page--home).page--member .content--main .section--detail .detail__btn a::after {
  display: none;
}
@media screen and (min-width: 961px) {
  body:not(.page--home).page--member .content--main .section--detail .detail__btn a:hover {
    opacity: 0.7;
  }
}
body:not(.page--home).page--member .content--main .section--detail .block--txt {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}
body:not(.page--home).page--member .form__select select {
  border: 1px solid #fff;
  color: #3A3A3A;
}
body:not(.page--home).page--member .form__select::after {
  border-bottom: #3A3A3A solid 1px;
  border-left: #3A3A3A solid 1px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home).page--member .block--pager {
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home).page--member .block--pager li {
    margin: 0;
  }
}
body:not(.page--home).page--member .block--pager li.pager__item--newer .arrow, body:not(.page--home).page--member .block--pager li.pager__item--older .arrow {
  background: none;
  border: rgba(255, 255, 255, 0.7) solid 1px;
}
body:not(.page--home).page--member .block--pager li.pager__item--newer .arrow::before, body:not(.page--home).page--member .block--pager li.pager__item--older .arrow::before {
  background-color: rgba(255, 255, 255, 0.7);
}
body:not(.page--home).page--member .block--pager li.pager__item--newer .arrow::after, body:not(.page--home).page--member .block--pager li.pager__item--older .arrow::after {
  border-top-color: rgba(255, 255, 255, 0.7);
  border-left-color: rgba(255, 255, 255, 0.7);
}
body:not(.page--home).page--member .block--pager li.pager__item--newer a:hover .arrow, body:not(.page--home).page--member .block--pager li.pager__item--older a:hover .arrow {
  border-color: #fff;
}
body:not(.page--home).page--member .block--pager li.pager__item--newer a:hover .arrow::before, body:not(.page--home).page--member .block--pager li.pager__item--older a:hover .arrow::before {
  background-color: #fff;
}
body:not(.page--home).page--member .block--pager li.pager__item--newer a:hover .arrow::after, body:not(.page--home).page--member .block--pager li.pager__item--older a:hover .arrow::after {
  border-top-color: #fff;
  border-left-color: #fff;
}
body:not(.page--home).page--member .block--pager li.pager__item--current, body:not(.page--home).page--member .block--pager li.pager__item--other, body:not(.page--home).page--member .block--pager li.pager__item--number {
  font-family: "secret-service-typewriter", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
}
body:not(.page--home).page--member .block--pager li.pager__item--current {
  color: #fff;
  opacity: 1;
}
body:not(.page--home).page--member .block--pager li.pager__item--current span {
  color: inherit;
}
body:not(.page--home).page--member .block--pager li.pager__item--other::before {
  display: none;
}
body:not(.page--home).page--member .block--pager li.pager__item--other a {
  color: rgba(255, 255, 255, 0.2);
  transition: color 0.3s;
}
@media screen and (min-width: 961px) {
  body:not(.page--home).page--member .block--pager li.pager__item--other a:hover {
    color: #fff;
    opacity: 1;
  }
}

body.page--blog.page--blog__detail .section--inner {
  display: flex;
  align-items: stretch;
}
body.page--blog.page--blog__detail .block--title {
  width: 30%;
  display: flex;
  flex-direction: column;
}
body.page--blog.page--blog__detail .block--title .block--pager {
  margin-top: auto;
  white-space: nowrap;
}
body.page--blog.page--blog__detail .block--txt {
  width: 70%;
}
@media screen and (min-width: 961px) {
  body.page--blog.page--blog__detail .detail__btn a:hover {
    transform: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--blog.page--blog__detail .section--inner {
    display: block;
  }
  body.page--blog.page--blog__detail .block--title,
  body.page--blog.page--blog__detail .block--txt {
    width: 100%;
  }
  body.page--blog.page--blog__detail .block--title .block--pager {
    margin-top: 30px;
  }
}

body:not(.page--home).page--member.page--favorite .content--main .section--list .block--title .section-tit {
  font-size: min(16.5vw, 62px);
}

@media screen and (min-width: 961px) {
  body.page--info .searchBox {
    width: 60%;
  }
}
body.page--info input[type=text] {
  padding: 0.25em 0.5em;
  line-height: 1.75em;
  font-size: 0.9em;
}
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--info .searchBox {
  position: relative;
  margin-bottom: 2em;
}
body.page--info .searchBox input[type=submit] {
  font-family: FontAwesome;
  border: none;
  background: transparent;
  position: absolute;
  top: 50%;
  right: 1em;
  color: #3A3A3A;
  transform: translateY(-50%);
  cursor: pointer;
}

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: #3A3A3A;
  border: 1px solid;
  background: #3A3A3A;
  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: #3A3A3A;
  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: #3A3A3A;
    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: #3A3A3A;
    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:last-child::before {
  display: none;
}
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;
}
body.page--schedule .content--main .section--list .block--list ul.list--schedule li .list__txt:last-child {
  border-bottom: none;
}
body.page--schedule .content--main .section--list .block--list ul.list--schedule li .list__txt a {
  padding: 0 25px 20px 25px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--schedule .content--main .section--list .block--list ul.list--schedule li .list__txt a {
    padding: 20px 25px;
  }
}
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;
}
body.page--schedule .content--main .section--list .block--list .calendar {
  width: 100%;
}
body.page--schedule .content--main .section--list .block--list .calendar .header-week,
body.page--schedule .content--main .section--list .block--list .calendar .week {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
body.page--schedule .content--main .section--list .block--list .calendar .header-week div {
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  padding-bottom: 5px;
}
body.page--schedule .content--main .section--list .block--list .calendar .header-week div:nth-child(6) {
  color: #255fc4;
}
body.page--schedule .content--main .section--list .block--list .calendar .header-week div:nth-child(7) {
  color: #ce5b2b;
}
body.page--schedule .content--main .section--list .block--list .calendar .calendar-wrap {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
body.page--schedule .content--main .section--list .block--list .calendar .cell {
  min-width: 0;
  min-height: 120px;
  padding: 10px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
body.page--schedule .content--main .section--list .block--list .calendar .cell.saturday .date {
  color: #255fc4;
}
body.page--schedule .content--main .section--list .block--list .calendar .cell.holiday .date {
  color: #ce5b2b;
}
body.page--schedule .content--main .section--list .block--list .calendar .date {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
body.page--schedule .content--main .section--list .block--list .calendar .list__txt {
  width: auto;
  margin-left: 0;
  border-bottom: none;
  word-break: break-word;
  margin-top: 10px;
}
body.page--schedule .content--main .section--list .block--list .calendar .list__txt a {
  display: block;
  padding: 0;
  transition: opacity 0.3s ease;
}
body.page--schedule .content--main .section--list .block--list .calendar .list__txt a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--schedule .content--main .section--list .block--list .calendar .list__txt a:hover {
    opacity: 1;
  }
}
body.page--schedule .content--main .section--list .block--list .calendar .category {
  display: inline-block;
  color: #3A3A3A;
  background: #f0f0f0;
  text-align: center;
  font-size: 9px;
  padding: 0.7em 1.2em;
  border-radius: 50px;
  line-height: 1;
  margin-bottom: 5px;
}
body.page--schedule .content--main .section--list .block--list .calendar .time {
  font-size: 10px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
body.page--schedule .content--main .section--list .block--list .calendar .time-separator {
  display: inline-block;
}
body.page--schedule .content--main .section--list .block--list .calendar .time-separator::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 1px;
  background: #000;
  vertical-align: 3px;
}
body.page--schedule .content--main .section--list .block--list .calendar .tit {
  font-size: 12px;
  line-height: 1.35;
  font-weight: 400;
  overflow-wrap: anywhere;
}

.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: #dbdcde 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: 100px;
}

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;
    margin-top: -35px;
  }
}
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: #3A3A3A;
  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: #3A3A3A solid 1px;
  border-left: #3A3A3A 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;
  margin-bottom: 10vw;
}
body.page--home .area--official .block--contents {
  background-color: #fff;
  width: calc(50% - 30px);
  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: #dbdcde 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: #dbdcde;
  left: 0;
  bottom: 0;
}
body.page--home .area--official .block--contents .list--info li:last-child::before {
  display: none;
}
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;
}
@media screen and (min-width: 961px) {
  body.page--home .area--official .block--contents .list--info li a:hover {
    color: #90c0ca;
  }
}
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: #90c0ca;
  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: #90c0ca;
  margin-left: 10px;
}
body.page--home .area--official .section--movie.block--contents {
  overflow: visible;
}
body.page--home .area--fc {
  border-radius: 50px 50px 0 0;
  overflow: hidden;
  position: relative;
  background-color: #748BB3;
  border-radius: 50px 50px 0 0;
  overflow: hidden;
}
body.page--home .area--fc::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/static/produce101thegirls/renewal/common/fc_bg.webp);
  background-repeat: repeat;
  background-size: 160px 160px;
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
}
body.page--home .area--fc .header a {
  color: #fff;
}
body.page--home .area--fc .header svg {
  fill: #fff;
}
body.page--home .area--fc .header .drawer__btn::before, body.page--home .area--fc .header .drawer__btn::after {
  background-color: #fff;
}
body.page--home .area--fc .list__txt .date, body.page--home .area--fc .list__txt .name {
  font-family: "secret-service-typewriter", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3A3A3A;
}
body.page--home .area--fc .list__more a {
  font-family: "secret-service-typewriter", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3A3A3A;
  font-size: clamp(12px, 1.6vw, 20px);
}
@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 .fc-line {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 115%;
  z-index: 1;
  pointer-events: none;
}
body.page--home .area--fc .fc-line svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fc .fc-line svg {
    width: 115%;
  }
}
body.page--home .area--fc .fc-line path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.45);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 6000;
  stroke-dashoffset: 6000;
}
body.page--home .area--fc .fc-line.fc-line--sp {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fc .fc-line.fc-line--pc {
    display: none;
  }
  body.page--home .area--fc .fc-line.fc-line--sp {
    display: block;
    width: 115%;
    height: 100%;
  }
}
body.page--home .area--fc.is-line-active .fc-line path {
  animation: drawLine 8s ease-out forwards;
}
@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}
body.page--home .area--fc .bg-fc {
  width: calc(100% + 16vw);
  height: 100vh;
  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: 35vw;
  aspect-ratio: 3/1;
  margin-inline: auto;
  margin-top: calc(-100vh + 160px);
  margin-bottom: 50px;
  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: "cofo-raffine", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13vw;
  letter-spacing: -0.05vw;
  line-height: 1;
  color: #fff;
}
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 .icon__arrow::before, body.page--home .area--fc .block--login .icon__arrow::after {
  display: none;
}
body.page--home .area--fc .block--login .icon__arrow {
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url("/static/produce101thegirls/renewal/common/arrow.svg") center/contain no-repeat;
  transform: rotate(-20deg);
}
body.page--home .area--fc .block--login li {
  width: 150px;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
body.page--home .area--fc .block--login li + li {
  margin-left: 20px;
}
body.page--home .area--fc .block--login li.mypage {
  width: 170px;
  background-image: url("/static/produce101thegirls/renewal/common/btn_login_bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body.page--home .area--fc .block--login li a {
  font-family: "secret-service-typewriter", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  justify-content: center;
  gap: 8px;
  font-size: 19px;
  padding: 25px;
}
@media screen and (min-width: 961px) {
  body.page--home .area--fc .block--login li:hover {
    transform: scale(1.05);
  }
}
body.page--home .area--fc .block--login li .btn--join {
  background-image: url("/static/produce101thegirls/renewal/common/btn_join_bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body.page--home .area--fc .block--login li .btn--login {
  background-image: url("/static/produce101thegirls/renewal/common/btn_login_bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body.page--home .area--fc .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 6vw 0;
}
body.page--home .area--fc .block--contents {
  width: calc(50% - 20px);
  margin-bottom: 80px;
  position: relative;
  z-index: 3;
}
body.page--home .area--fc .block--contents .contents--inner .thumb {
  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 .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: 400;
  font-style: italic;
  font-size: 2.6vw;
  margin-bottom: 0;
}
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: 30vw;
  position: relative;
  z-index: 3;
}
body.page--home .area--fc .section--blog::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 4vw);
  width: clamp(300px, 50vw, 750px);
  aspect-ratio: 520/380;
  height: auto;
  background: url(/static/produce101thegirls/renewal/common/letter.png) no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}
body.page--home .area--fc .section--blog .blog--indicator {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
body.page--home .area--fc .section--blog .blog-button-prev,
body.page--home .area--fc .section--blog .blog-button-next {
  position: absolute;
  top: 50%;
  pointer-events: auto;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #fff;
  z-index: 20;
  cursor: pointer;
}
body.page--home .area--fc .section--blog .blog-button-prev::before, body.page--home .area--fc .section--blog .blog-button-prev::after,
body.page--home .area--fc .section--blog .blog-button-next::before,
body.page--home .area--fc .section--blog .blog-button-next::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
}
body.page--home .area--fc .section--blog .blog-button-prev::before,
body.page--home .area--fc .section--blog .blog-button-next::before {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
body.page--home .area--fc .section--blog .blog-button-prev::after,
body.page--home .area--fc .section--blog .blog-button-next::after {
  width: 14px;
  height: 14px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
body.page--home .area--fc .section--blog .blog-button-prev {
  left: calc(50% - (100% - 160px) / 5 * 0.55 - 80px);
}
body.page--home .area--fc .section--blog .blog-button-prev::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
body.page--home .area--fc .section--blog .blog-button-next {
  right: calc(50% - (100% - 160px) / 5 * 0.55 - 80px);
  left: auto;
}
body.page--home .area--fc .section--blog .blog-button-next::after {
  transform: translate(-50%, -50%) rotate(135deg);
}
body.page--home .area--fc .section--blog .section-tit {
  padding: 0 6vw 0;
}
body.page--home .area--fc .section--blog .blog-slider {
  opacity: 0;
  transition: opacity 0.3s ease;
  width: calc(100% + 300px);
  margin-left: -160px;
  position: relative;
  margin-top: clamp(-110px, -8.5vw, -40px);
  overflow: visible;
}
body.page--home .area--fc .section--blog .blog-slider.swiper-initialized {
  opacity: 1;
}
body.page--home .area--fc .section--blog .block--blog__list {
  display: flex;
  gap: 0;
  overflow: visible;
  margin-top: 30px;
}
body.page--home .area--fc .section--blog .block--blog__list > li.swiper-slide {
  transform: scale(0.75);
  transition: transform 0.4s ease;
  transform-origin: center center;
}
body.page--home .area--fc .section--blog .block--blog__list > li.swiper-slide-prev {
  transform: scale(0.75) rotate(4deg) translateX(-40px);
}
body.page--home .area--fc .section--blog .block--blog__list > li.swiper-slide-next {
  transform: scale(0.75) rotate(-4deg) translateX(40px);
}
body.page--home .area--fc .section--blog .block--blog__list > li.swiper-slide-active {
  transform: scale(1);
}
body.page--home .area--fc .section--blog .block--blog__list li {
  position: relative;
}
body.page--home .area--fc .section--blog .block--blog__list li a {
  display: block;
  padding: 20px;
  background: url(/static/produce101thegirls/renewal/common/blog_bg.png) repeat;
  background-size: contain;
}
@media screen and (min-width: 961px) {
  body.page--home .area--fc .section--blog .block--blog__list li a:hover {
    transform: rotate(-5deg) scale(1.05);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fc .section--blog .block--blog__list li a {
    padding: 10px;
  }
}
body.page--home .area--fc .section--blog .block--blog__list li a .category {
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
  z-index: 2;
}
body.page--home .area--fc .section--blog .block--blog__list li a .category .icon-member {
  width: 35px;
  height: 35px;
  overflow: hidden;
  border-radius: 50%;
  border: #D1D1D1 solid 1.5px;
  flex: 0 0 35px;
}
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;
  display: block;
}
body.page--home .area--fc .section--blog .block--blog__list li a figure {
  background-image: url(/static/produce101thegirls/renewal/common/cover.png);
  background-size: cover;
  border-radius: 0;
  position: relative;
  aspect-ratio: 9/12;
  margin: 0 0 20px;
  z-index: 1;
  border: #D1D1D1 solid 1.5px;
}
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 .category__info {
  flex: 1;
}
body.page--home .area--fc .section--blog .block--blog__list li a .list__txt .category__info .head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
body.page--home .area--fc .section--blog .block--blog__list li a .list__txt .category__info .name {
  font-weight: bold;
  padding-left: 10px;
  color: #3A3A3A;
  font-size: 13px;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fc .section--blog .block--blog__list li a .list__txt .category__info .name {
    font-size: 12px;
  }
}
body.page--home .area--fc .section--blog .block--blog__list li a .list__txt .category__info .date {
  margin: 0;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fc .section--blog .block--blog__list li a .list__txt .category__info .date {
    font-size: 12px;
  }
}
body.page--home .area--fc .section--blog .block--blog__list li a .list__txt .tit {
  font-weight: bold;
  padding-left: 10px;
  line-height: 1.4;
}
body.page--home .area--fc .section--blog .block--blog__list li.new .tit::after {
  font-family: "secret-service-typewriter", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  content: "NEW";
  display: inline-block;
  margin-left: 8px;
  font-weight: 500;
  color: #90c0ca;
  font-size: 12px;
}
body.page--home .area--fc .section--blog .list__more {
  position: absolute;
  left: calc(50% + 11vw);
  top: calc(100% + 5vw);
  z-index: 5;
  margin: 0;
}
body.page--home .area--fc .section--blog .list__more::before {
  content: "";
  position: absolute;
  left: -7%;
  bottom: 11%;
  width: clamp(40px, 5vw, 55px);
  aspect-ratio: 1;
  background: url("/static/produce101thegirls/renewal/common/heart.png") center/contain no-repeat;
  z-index: 1;
}
body.page--home .area--fc .section--blog .list__more a {
  width: clamp(180px, 16vw, 280px);
  aspect-ratio: 320/220;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(/static/produce101thegirls/renewal/common/viewmore_bg.png) no-repeat center center;
  background-size: contain;
  text-decoration: none;
}
@media screen and (min-width: 961px) {
  body.page--home .area--fc .section--blog .list__more a:hover {
    transform: rotate(-5deg) scale(1.05);
  }
}
body.page--home .area--fc .section--blog .list__more a::after {
  display: none;
}
body.page--home .area--fc .section--blog .list__more a > span:first-child {
  display: inline-block;
  transform: rotate(15deg) translateX(5px);
  margin-top: 30px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fc .section--blog .list__more a > span:first-child {
    margin-top: 25px;
  }
}
body.page--home .area--fc .section--blog .list__more .icon__arrow {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 10px;
  background: url("/static/produce101thegirls/renewal/common/arrow.svg") center/contain no-repeat;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fc .section--blog .list__more .icon__arrow {
    width: 30px;
    height: 30px;
  }
}
body.page--home .area--fc .section--movie .contents--inner {
  position: relative;
}
body.page--home .area--fc .section--movie .contents--inner .list__txt {
  display: block;
}
body.page--home .area--fc .section--movie .contents--inner .list__txt .date {
  position: relative;
  display: inline-block;
}
body.page--home .area--fc .section--movie .contents--inner .list__txt .date::after {
  font-family: "secret-service-typewriter", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  content: "NEW";
  display: inline-block;
  margin-left: 8px;
  font-weight: 500;
  color: #90c0ca;
  font-size: 12px;
}
body.page--home .area--fc .section--movie .contents--inner .list__txt .tit {
  position: relative;
  margin-top: 7px;
  padding-top: 7px;
}
body.page--home .area--fc .section--movie .contents--inner .list__txt .tit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
}
body.page--home .area--fc .section--movie .movie-box {
  position: relative;
  width: 80%;
  max-width: 520px;
}
body.page--home .area--fc .section--movie .movie-box > a {
  display: block;
  position: relative;
  width: 100%;
}
body.page--home .area--fc .section--movie .thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  transform: rotate(-8deg);
  overflow: visible;
  z-index: 2;
  transition: transform 0.3s ease;
  transform-origin: center;
  will-change: transform;
  backface-visibility: hidden;
}
body.page--home .area--fc .section--movie .thumb::before,
body.page--home .area--fc .section--movie .thumb figure::before {
  display: none;
  content: none;
}
@media screen and (min-width: 961px) {
  body.page--home .area--fc .section--movie .thumb:hover {
    transform: rotate(-13deg) scale(1.05);
  }
}
body.page--home .area--fc .section--movie .thumb figure {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 7px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
body.page--home .area--fc .section--movie .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
body.page--home .area--fc .section--movie .movie-card {
  position: absolute;
  right: clamp(-55px, -4vw, -24px);
  top: 98%;
  width: 86%;
  max-width: 400px;
  padding: clamp(18px, 3vw, 30px);
  transform: rotate(8deg);
  background-color: #FFFFF3;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
body.page--home .area--fc .section--movie .movie-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/static/produce101thegirls/renewal/common/yellow_bg.webp") repeat;
  background-size: 300px 300px;
  opacity: 1;
  pointer-events: none;
  z-index: -1;
}
body.page--home .area--fc .section--movie .section-tit {
  text-align: center;
  color: #4B575F;
  font-size: clamp(32px, 6.5vw, 100px);
  line-height: 1;
}
body.page--home .area--fc .section--movie .list__more {
  position: absolute;
  left: -25%;
  bottom: -37%;
  z-index: 3;
}
body.page--home .area--fc .section--movie .list__more a {
  width: clamp(86px, 10vw, 130px);
  height: auto;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/static/produce101thegirls/renewal/common/movie_viewmore_bg.png") center/contain no-repeat;
  text-decoration: none;
  line-height: 1.2;
  transform: rotate(-20deg);
}
body.page--home .area--fc .section--movie .list__more a::after {
  display: none;
}
@media screen and (min-width: 961px) {
  body.page--home .area--fc .section--movie .list__more a:hover {
    transform: rotate(-25deg) scale(1.05);
  }
}
body.page--home .area--fc .section--movie .list__more span {
  display: block;
  text-align: center;
}
body.page--home .area--fc .section--message .contents--inner {
  position: relative;
}
body.page--home .area--fc .section--message .contents--inner .list__txt {
  display: block;
}
body.page--home .area--fc .section--message .contents--inner .list__txt .date {
  position: relative;
  display: inline-block;
}
body.page--home .area--fc .section--message .contents--inner .list__txt .date::after {
  font-family: "secret-service-typewriter", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  content: "NEW";
  display: inline-block;
  margin-left: 8px;
  font-weight: 500;
  color: #90c0ca;
  font-size: 12px;
}
body.page--home .area--fc .section--message .contents--inner .list__txt .tit {
  position: relative;
  margin-top: 7px;
  padding-top: 7px;
}
body.page--home .area--fc .section--message .contents--inner .list__txt .tit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
}
body.page--home .area--fc .section--message .contents--inner .thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  transform: rotate(8deg) scale(1);
  transform-origin: center;
  transition: transform 0.3s ease;
  will-change: transform;
  backface-visibility: hidden;
  overflow: visible;
  z-index: 2;
}
body.page--home .area--fc .section--message .contents--inner .thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/static/produce101thegirls/renewal/common/white_bg.png") repeat;
  background-size: 400px 400px;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}
@media screen and (min-width: 961px) {
  body.page--home .area--fc .section--message .contents--inner .thumb:hover {
    transform: rotate(3deg) scale(1.05);
  }
}
body.page--home .area--fc .section--message .contents--inner .thumb figure::before {
  display: none;
  content: none;
}
body.page--home .area--fc .section--message .message-box {
  position: absolute;
  width: 45%;
  max-width: 520px;
  top: 170px;
  left: 250px;
}
body.page--home .area--fc .section--message .message-box > a {
  display: block;
  position: relative;
  width: 100%;
}
body.page--home .area--fc .section--message .thumb figure {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fc .section--message .thumb figure {
    padding: 10px;
  }
}
body.page--home .area--fc .section--message .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
body.page--home .area--fc .section--message .message-bg {
  position: absolute;
  left: clamp(50px, 4vw, 30px);
  top: 0;
  width: 86%;
  max-width: 400px;
  transform: rotate(-8deg);
  z-index: 2;
  /* 一番後ろのグレー */
}
body.page--home .area--fc .section--message .message-bg::before {
  content: "";
  position: absolute;
  inset: -5px;
  transform: translate(-1px, -6px) rotate(2deg);
  background: url("/static/produce101thegirls/renewal/common/game_bg.png") no-repeat center/100% 100%;
  background-repeat: repeat;
  background-size: 300px 300px;
  z-index: -1;
  pointer-events: none;
}
body.page--home .area--fc .section--message .message-card {
  position: relative;
  padding: clamp(18px, 3vw, 30px);
  box-sizing: border-box;
  background-color: #fff;
  background-image: url("/static/produce101thegirls/renewal/common/white_bg.png");
  background-repeat: repeat;
  background-size: 300px 300px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
body.page--home .area--fc .section--message .message-card::before {
  content: "";
  position: absolute;
  inset: 7px;
  background-color: #D0E0F2;
  background-image: url("/static/produce101thegirls/renewal/common/blue_bg.webp");
  background-repeat: repeat;
  background-size: 300px 300px;
  z-index: 0;
  pointer-events: none;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fc .section--message .message-card::before {
    inset: 3px;
  }
}
body.page--home .area--fc .section--message .message-card > * {
  position: relative;
  z-index: 1;
}
body.page--home .area--fc .section--message .section-tit {
  text-align: center;
  color: #4B575F;
  font-size: clamp(32px, 6.5vw, 100px);
  line-height: 1;
}
body.page--home .area--fc .section--message .list__more {
  position: absolute;
  left: -35%;
  bottom: 19%;
  z-index: 3;
}
body.page--home .area--fc .section--message .list__more a {
  width: clamp(86px, 10vw, 130px);
  height: auto;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/static/produce101thegirls/renewal/common/movie_viewmore_bg.png") center/contain no-repeat;
  text-decoration: none;
  line-height: 1.2;
  transform: rotate(-20deg);
}
body.page--home .area--fc .section--message .list__more a::after {
  display: none;
}
@media screen and (min-width: 961px) {
  body.page--home .area--fc .section--message .list__more a:hover {
    transform: rotate(-25deg) scale(1.05);
  }
}
body.page--home .area--fc .section--message .list__more span {
  display: block;
  text-align: center;
}
body.page--home .area--fc .section--photo {
  position: relative;
  margin-top: 10vw;
  width: 45%;
  padding: 7px;
  transform: rotate(5deg) scale(1);
}
body.page--home .area--fc .section--photo .photo-card {
  padding: 7px;
  background: url("/static/produce101thegirls/renewal/common/photo_linebg.png") no-repeat center/100% 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  transform: rotate(0deg) scale(1);
  transform-origin: center;
  transition: transform 0.3s ease;
  will-change: transform;
  backface-visibility: hidden;
}
@media screen and (min-width: 961px) {
  body.page--home .area--fc .section--photo .photo-card:hover {
    transform: rotate(-5deg) scale(1.05);
  }
}
body.page--home .area--fc .section--photo .contents--inner {
  position: relative;
  padding: clamp(28px, 4vw, 40px);
  background-color: #F2F2F2;
  z-index: 1;
}
body.page--home .area--fc .section--photo .contents--inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/static/produce101thegirls/renewal/common/white_bg.png") repeat;
  background-size: 400px 400px;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}
body.page--home .area--fc .section--photo .contents--inner::after {
  content: "";
  position: absolute;
  inset: 12px;
  background: url("/static/produce101thegirls/renewal/common/photo_stitch_frame.png") no-repeat center/100% 100%;
  z-index: 1;
  pointer-events: none;
}
body.page--home .area--fc .section--photo .contents--inner > * {
  position: relative;
  z-index: 1;
}
body.page--home .area--fc .section--photo .contents--inner .contents--list .list__txt {
  display: block;
}
body.page--home .area--fc .section--photo .contents--inner .contents--list .list__txt .tit {
  margin-top: 7px;
}
body.page--home .area--fc .section--photo .contents--inner .contents--list li {
  transition: transform 0.3s ease;
  transform: rotate(0deg) scale(1);
  transform-origin: center;
  will-change: transform;
  backface-visibility: hidden;
}
body.page--home .area--fc .section--photo .contents--inner .contents--list li::before,
body.page--home .area--fc .section--photo .contents--inner .contents--list li figure::before {
  display: none;
  content: none;
}
body.page--home .area--fc .section--photo .contents--inner .contents--list li a {
  position: relative;
  display: block;
  transform: none;
  transition: none;
}
body.page--home .area--fc .section--photo .contents--inner .contents--list li a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0.3;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s ease;
  z-index: 3;
  pointer-events: none;
}
body.page--home .area--fc .section--photo .section-tit {
  margin-top: 10px;
  text-align: center;
  color: #4B575F;
  font-size: clamp(32px, 6.5vw, 100px);
}
body.page--home .area--fc .section--photo .list__more {
  position: absolute;
  right: -20px;
  bottom: -90px;
  z-index: 1;
}
body.page--home .area--fc .section--photo .list__more a {
  width: 150px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/static/produce101thegirls/renewal/common/photo_viewmore_bg.png") no-repeat center/contain;
  text-decoration: none;
  line-height: 1.2;
  text-align: center;
  transform: rotate(20deg);
}
body.page--home .area--fc .section--photo .list__more a::after {
  display: none;
}
@media screen and (min-width: 961px) {
  body.page--home .area--fc .section--photo .list__more a:hover {
    transform: rotate(25deg) scale(1.05);
  }
}
body.page--home .area--fc .section--lookbook {
  position: relative;
  width: 45%;
  margin-top: 25vh;
}
body.page--home .area--fc .section--lookbook .contents--inner,
body.page--home .area--fc .section--lookbook .contents--list,
body.page--home .area--fc .section--lookbook .lookbook-box {
  position: relative;
  width: 100%;
}
body.page--home .area--fc .section--lookbook .lookbook-card {
  position: relative;
  width: 90%;
  aspect-ratio: 1515/1313;
}
body.page--home .area--fc .section--lookbook .lookbook-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/static/produce101thegirls/renewal/common/look_book_bg.png") no-repeat center/contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
  z-index: 1;
  pointer-events: none;
}
body.page--home .area--fc .section--lookbook .lookbook-card::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 63%;
  width: 43%;
  height: 120%;
  background: url("/static/produce101thegirls/renewal/common/look_book_card_bg.png") no-repeat center/contain;
  transform: rotate(15deg);
  z-index: 0;
  pointer-events: none;
}
body.page--home .area--fc .section--lookbook .section-tit {
  position: absolute;
  left: 50%;
  top: 72%;
  z-index: 2;
  transform: translate(-50%, -50%) rotate(10deg);
  white-space: nowrap;
  color: #4B575F;
  font-size: clamp(32px, 6.5vw, 100px);
}
body.page--home .area--fc .section--lookbook .lookbook-deco {
  position: absolute;
  left: -7%;
  top: 74%;
  width: 47%;
  aspect-ratio: 1;
  background: url("/static/produce101thegirls/renewal/common/look_book_illust.png") center/contain no-repeat;
  z-index: 2;
  pointer-events: none;
}
body.page--home .area--fc .section--lookbook .list__more {
  position: absolute;
  left: 25%;
  bottom: -32%;
  z-index: 3;
}
body.page--home .area--fc .section--lookbook .list__more a {
  width: clamp(86px, 10vw, 130px);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/static/produce101thegirls/renewal/common/movie_viewmore_bg.png") center/contain no-repeat;
  text-decoration: none;
  line-height: 1.3;
  text-align: center;
  transform: rotate(10deg);
  pointer-events: none;
  cursor: default;
}
body.page--home .area--fc .section--lookbook .list__more a::after {
  display: none;
}
@media screen and (min-width: 961px) {
  body.page--home .area--fc .section--lookbook .list__more a:hover {
    transform: rotate(15deg) scale(1.05);
  }
}
body.page--home .area--fc .section--game {
  position: relative;
  margin-bottom: 30vw;
}
body.page--home .area--fc .section--game .game-box {
  position: relative;
  width: 60%;
  max-width: 450px;
  margin: 0 auto;
}
body.page--home .area--fc .section--game .game-bg {
  position: absolute;
  inset: 0;
  background: url("/static/produce101thegirls/renewal/common/game_bg.png") no-repeat center/100% 100%;
  transform: rotate(-8deg) scale(1.02);
  z-index: 0;
  pointer-events: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
body.page--home .area--fc .section--game .game-lace {
  position: absolute;
  left: -30%;
  bottom: -30%;
  width: 100%;
  aspect-ratio: 1;
  background: url("/static/produce101thegirls/renewal/common/game_lace_bg.png") no-repeat center/contain;
  transform: rotate(30deg);
  z-index: -1;
  pointer-events: none;
}
body.page--home .area--fc .section--game .game-card {
  position: relative;
  width: 100%;
  padding: 7px;
  background: url("/static/produce101thegirls/renewal/common/photo_linebg.png") no-repeat center/100% 100%;
  transform: rotate(-5deg);
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
body.page--home .area--fc .section--game .game-card__inner {
  position: relative;
  aspect-ratio: 330/450;
  padding: 24px;
  background-color: #FFFFF3;
  overflow: hidden;
}
body.page--home .area--fc .section--game .game-card__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/static/produce101thegirls/renewal/common/yellow_bg.webp") repeat;
  background-size: 300px 300px;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}
body.page--home .area--fc .section--game .section-tit {
  position: relative;
  z-index: 2;
  margin: 8px 0 0;
  text-align: center;
  color: #4B575F;
  font-family: "cofo-raffine", serif;
  font-size: clamp(32px, 6.5vw, 100px);
  font-weight: 400;
  line-height: 0.8;
}
body.page--home .area--fc .section--game .game-deco {
  position: absolute;
  left: 50%;
  top: 67%;
  width: 75%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  background: url("/static/produce101thegirls/renewal/common/game_illust.png") no-repeat center/contain;
  z-index: 1;
}
body.page--home .area--fc .section--game .list__more {
  position: absolute;
  right: -18%;
  bottom: -10%;
  z-index: 3;
}
body.page--home .area--fc .section--game .list__more a {
  width: clamp(86px, 10vw, 130px);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/static/produce101thegirls/renewal/common/movie_viewmore_bg.png") no-repeat center/contain;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transform: rotate(10deg);
}
body.page--home .area--fc .section--game .list__more a::after {
  display: none;
}
@media screen and (min-width: 961px) {
  body.page--home .area--fc .section--game .list__more a:hover {
    transform: rotate(15deg) scale(1.05);
  }
}
body.page--home .area--fc .section--game .list__more span {
  display: block;
}
body.page--home .area--profile {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 0 8vw 130px;
  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: #424C51;
  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: #3A3A3A;
}
body.page--home .area--profile .detail-profile .txt {
  font-size: 12px;
}

body.page--home .area--fc .section--movie.block--contents .contents--inner .thumb {
  overflow: visible;
}

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 .btn--link {
  display: inline-block;
  border: solid 1px rgba(58, 58, 58, 0.8);
  padding: 10px 20px;
  min-width: 100px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
@media screen and (min-width: 961px) {
  body.page--disco .content--main .section--detail .section--inner .block--comment .btn--link:hover {
    color: #fff;
    background: #3A3A3A;
  }
}
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: #dbdcde 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;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--disco .block--pager {
    margin-top: 13vw;
  }
}

body.page--blog .content--main .section--list .block--title {
  width: 30%;
}
@media screen and (min-width: 961px) {
  body.page--blog .content--main .section--list .block--title .tit {
    font-family: futura-pt, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ 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.page--blog .content--main .section--list .block--title .tit {
    font-family: futura-pt, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}
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: 30px;
  margin-bottom: 30px;
}
body.page--blog .content--main .section--list .block--list .list--blog li {
  width: calc(33.3333333333% - 20px);
  position: relative;
  background: url(/static/produce101thegirls/renewal/common/blog_bg.png) repeat;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  transform: rotate(0deg) scale(1);
  transform-origin: center center;
  transition: transform 0.3s ease;
  will-change: transform;
  backface-visibility: hidden;
}
@media screen and (min-width: 961px) {
  body.page--blog .content--main .section--list .block--list .list--blog li:hover {
    transform: rotate(-5deg) scale(1.05);
  }
}
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 a {
  padding: 15px;
  box-sizing: border-box;
  display: block;
}
@media screen and (min-width: 961px) {
  body.page--blog .content--main .section--list .block--list .list--blog li a:hover {
    transform: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--blog .content--main .section--list .block--list .list--blog li a {
    padding: 10px;
  }
}
body.page--blog .content--main .section--list .block--list .list--blog li .thumb {
  background-image: url(/static/produce101thegirls/renewal/common/cover.png);
  background-size: cover;
  position: relative;
  aspect-ratio: 9/12;
  border-radius: 0;
}
body.page--blog .content--main .section--list .block--list .list--blog li .list__txt {
  padding: 15px 0px 0px 0px;
}
body.page--blog .content--main .section--list .block--list .list--blog li .list__txt .tit {
  line-height: 1.5;
  font-weight: bold;
}
body.page--blog .content--main .section--detail .section--inner .block--title .date, body.page--blog .content--main .section--detail .section--inner .block--title .user {
  color: #fff;
}
body.page--blog .content--main .section--detail .section--inner .block--title .block--pager li.pager__item--other a {
  color: #fff;
  transition: all 0.2s 0s ease;
}
body.page--blog .content--main .section--detail .section--inner .block--title .block--pager li.pager__item--other a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--blog .content--main .section--detail .section--inner .block--title .block--pager li.pager__item--other a:hover {
    opacity: 1;
  }
}
body.page--blog .content--main .section--detail .section--inner .block--txt {
  position: relative;
  background: url(/static/produce101thegirls/renewal/common/blog_bg.png) repeat;
  padding: 25px;
  box-shadow: none;
  border-radius: 0;
}
body.page--blog .content--main .section--detail .section--inner .txt {
  width: 60%;
}
body.page--blog .content--main .section--detail .section--inner img {
  margin: 10px 0px;
}
body.page--blog .content--main .section--detail .section--inner .block--player {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
body.page--blog .content--main .section--detail .section--inner .user::before {
  content: "\f044";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  margin-right: 4px;
}
body.page--blog .content--main .time {
  display: block;
  margin-bottom: 5px;
  font-family: "secret-service-typewriter", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.page--blog .content--main .time .date {
  margin-bottom: 5px;
}
body.page--blog .content--main .time .user::before {
  content: "\f044";
  font-family: "Font Awesome 5 Free";
  color: #3A3A3A;
  margin-right: 4px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--blog .content--main .block--pager {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 961px) {
  body.page--movie.page--member .content--main .section--detail .section--inner .block--title .tit {
    font-family: futura-pt, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ 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.page--movie.page--member .content--main .section--detail .section--inner .block--title .tit {
    font-family: futura-pt, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}
body.page--movie.page--member .content--main .section--detail .section--inner .block--title .tit {
  font-size: 20px;
  line-height: 1.5;
}
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 {
  position: relative;
  padding: 20px;
  background-color: #FFFFF3;
  z-index: 1;
}
body.page--movie .content--main .section--detail .area--movie::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/static/produce101thegirls/renewal/common/yellow_bg.webp") repeat;
  background-size: 300px 300px;
  opacity: 1;
  pointer-events: none;
  z-index: -1;
}
body.page--movie .content--main .section--detail .area--movie .block--player {
  margin: 0;
}
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;
  position: relative;
  padding: 20px;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  background-color: #FFFFF3;
  z-index: 1;
  transform: rotate(0deg) scale(1);
  transform-origin: center center;
  transition: transform 0.3s ease;
  will-change: transform;
  backface-visibility: hidden;
}
body.page--movie .content--main .section--list .block--list .list--contents li figure::before {
  display: none;
}
@media screen and (min-width: 961px) {
  body.page--movie .content--main .section--list .block--list .list--contents li:hover {
    transform: rotate(-5deg) scale(1.05);
  }
}
body.page--movie .content--main .section--list .block--list .list--contents li::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/static/produce101thegirls/renewal/common/yellow_bg.webp") repeat;
  background-size: 300px 300px;
  opacity: 1;
  pointer-events: none;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--movie .content--main .section--list .block--list .list--contents li {
    width: 100%;
    padding: 10px;
  }
}
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;
  border-radius: 0;
}
body.page--movie .content--main .section--list .block--list .list--contents li .list__txt {
  padding: 10px 0 0 0;
}
body.page--movie .content--main .section--list .block--list .list--contents li .list__txt .tit {
  font-weight: bold;
  margin-top: 5px;
}
body.page--movie .content--main .section--list .block--list .list--contents li .list__txt .date {
  font-family: "secret-service-typewriter", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  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;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
body.page--movie .content--main .section--detail .section--inner {
  margin-bottom: 0px;
}
body.page--movie .content--main .section--detail .section--inner .block--title {
  width: 30%;
}
@media screen and (min-width: 961px) {
  body.page--member body.page--movie .content--main .section--detail .section--inner .block--title .tit {
    font-family: futura-pt, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ 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.page--member body.page--movie .content--main .section--detail .section--inner .block--title .tit {
    font-family: futura-pt, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}
body.page--movie .content--main .section--detail .section--inner .block--title .txt {
  color: #fff;
}
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: #3A3A3A;
  margin-right: 4px;
}
body.page--movie .content--main .section--detail .section--inner .block--title .txt--sub {
  color: #fff;
}
body.page--movie .content--main .section--detail .section--inner .block--txt {
  width: 70%;
  padding-bottom: 0;
  overflow: visible;
}
body.page--movie .content--main .section--detail .section--inner .block--txt .block--player {
  margin: auto;
  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;
  font-family: "secret-service-typewriter", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
body.page--movie .content--main .section--detail .section--inner .block--txt .block--more_movies .list--contents {
  display: flex;
  gap: 15px;
  align-items: normal;
}
@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;
  }
}
body.page--movie .content--main .section--detail .section--inner .block--txt .block--more_movies .list--contents .item--more_movie {
  position: relative;
  width: calc(33.3333333333% - 10px);
  margin-bottom: 0;
  padding: 20px;
  border-radius: 0;
  box-shadow: none;
  background-color: #FFFFF3;
  z-index: 1;
  transform: rotate(0deg) scale(1);
  transform-origin: center center;
  transition: transform 0.3s ease;
  will-change: transform;
  backface-visibility: hidden;
}
@media screen and (min-width: 961px) {
  body.page--movie .content--main .section--detail .section--inner .block--txt .block--more_movies .list--contents .item--more_movie:hover {
    transform: rotate(-5deg) scale(1.05);
  }
}
body.page--movie .content--main .section--detail .section--inner .block--txt .block--more_movies .list--contents .item--more_movie::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/static/produce101thegirls/renewal/common/yellow_bg.webp") repeat;
  background-size: 300px 300px;
  opacity: 1;
  pointer-events: none;
  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--more_movies .list--contents .item--more_movie {
    width: calc(50% - 10px);
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px;
  }
}
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: 0;
}
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-top: 5px;
  font-weight: bold;
  line-height: 1.3;
}
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;
  font-family: "secret-service-typewriter", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 5px;
  opacity: 1;
}
body.page--movie .content--main .section--detail .section--inner .block--txt .block--more_movies .list--contents .item--more_movie figure::before {
  display: none;
}
body.page--movie {
  /* web radio */
}
body.page--movie.new-stream .content--main .section--list .block--title {
  width: 35%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--movie.new-stream .content--main .section--list .block--title {
    width: 100%;
  }
}
body.page--movie.new-stream .content--main .section--list .block--title .block--area {
  color: #fff;
}
body.page--movie.new-stream .content--main .section--list .block--title .block--area .txt {
  margin-bottom: 10px;
}
body.page--movie.new-stream .content--main .section--list .block--title .block--area .attTxt {
  margin-bottom: 20px;
}
body.page--movie.new-stream .content--main .section--list .block--title .block--area .attTxt p {
  font-size: 12px;
  line-height: 1.5;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 0 0 5px;
}
body.page--movie.new-stream .content--main .section--list .block--title .block--area .attTxt p:last-child {
  margin-bottom: 0;
}
body.page--movie.new-stream .content--main .section--list .block--title .block--area .line__btn {
  color: #fff;
}
body.page--movie.new-stream .content--main .section--list .block--title .block--area .line__btn a {
  max-width: 180px;
}
body.page--movie.new-stream .content--main .section--list .block--title .block--area .line__btn a .icon__arrow::after {
  border-color: #fff;
}
body.page--movie.new-stream .content--main .section--list .block--title .block--area .line__btn a .icon__arrow::before {
  background-color: #fff;
}
body.page--movie.new-stream .content--main .section--list .block--list {
  width: 65%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--movie.new-stream .content--main .section--list .block--list {
    width: 100%;
  }
}

body.page--info .content--main .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 .content--main .list--call.list--contents li figure {
  background-size: cover;
  aspect-ratio: 1/1;
}
body.page--info .content--main .list--call.list--contents li .list__txt {
  padding: 15px 20px;
}
body.page--info .content--main .list--call.list--contents li .list__txt .tit {
  font-weight: 500;
}
body.page--info .content--main .list--call.list--contents li .list__txt .btn {
  text-align: center;
}
body.page--info .content--main .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 .content--main .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 .content--main .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 .content--main.category--15 .block--time .date {
  display: none;
}
body.page--info .content--main.category--15 .block--time .category::before {
  display: none !important;
}
body.page--info .content--main .section--detail .section--inner .block--title .block--time .date {
  margin-right: 3px;
}
body.page--info .content--main .section--detail .section--inner .block--title .block--time .end-time::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 1px;
  background: #000;
  vertical-align: 3px;
}

@media screen and (min-width: 961px) {
  body.page--photo.page--member .content--main .section--detail .section--inner .block--title .tit {
    font-family: futura-pt, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ 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.page--photo.page--member .content--main .section--detail .section--inner .block--title .tit {
    font-family: futura-pt, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}
body.page--photo.page--member .content--main .section--detail .section--inner .block--title .tit {
  font-size: 20px;
  font-weight: bold;
}
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;
  position: relative;
  padding: 20px;
  border-radius: 0;
  box-shadow: none;
  background-color: #F2F2F2;
  z-index: 1;
  transform: rotate(0deg) scale(1);
  transform-origin: center center;
  transition: transform 0.3s ease;
  will-change: transform;
  backface-visibility: hidden;
}
@media screen and (min-width: 961px) {
  body.page--photo .content--main .section--list .block--list .list--contents li:hover {
    transform: rotate(-5deg) scale(1.05);
  }
}
body.page--photo .content--main .section--list .block--list .list--contents li figure::before {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--photo .content--main .section--list .block--list .list--contents li {
    width: calc(50% - 10px);
    margin-bottom: 30px;
    position: relative;
    padding: 10px;
  }
}
body.page--photo .content--main .section--list .block--list .list--contents li::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/static/produce101thegirls/renewal/common/white_bg.png") repeat;
  background-size: 400px 400px;
  opacity: 1;
  pointer-events: none;
  z-index: -1;
}
body.page--photo .content--main .section--list .block--list .list--contents li .thumb {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 0;
}
body.page--photo .content--main .section--list .block--list .list--contents li .list__txt {
  padding: 15px 0 0;
  font-family: "secret-service-typewriter", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 961px) {
  body.page--photo .content--main .section--list .block--list .list--contents li .list__txt .tit {
    font-family: futura-pt, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ 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.page--photo .content--main .section--list .block--list .list--contents li .list__txt .tit {
    font-family: futura-pt, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}
body.page--photo .content--main .section--list .block--list .list--contents li .list__txt .tit {
  font-weight: bold;
}
body.page--photo .content--main .section--list .block--list .list--contents li .list__txt .date {
  color: #3A3A3A;
  margin-bottom: 5px;
}
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);
  position: relative;
  padding: 20px;
  border-radius: 0;
  box-shadow: none;
  background-color: #F2F2F2;
  z-index: 1;
  transform: rotate(0deg) scale(1);
  transform-origin: center center;
  transition: transform 0.3s ease;
  will-change: transform;
  backface-visibility: hidden;
}
@media screen and (min-width: 961px) {
  body.page--photo .content--main .section--detail .section--inner .block--txt .list--contents li:hover {
    transform: rotate(-5deg) scale(1.05);
  }
}
body.page--photo .content--main .section--detail .section--inner .block--txt .list--contents li figure::before {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--photo .content--main .section--detail .section--inner .block--txt .list--contents li {
    padding: 10px;
  }
}
body.page--photo .content--main .section--detail .section--inner .block--txt .list--contents li::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/static/produce101thegirls/renewal/common/white_bg.png") repeat;
  background-size: 400px 400px;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}
body.page--photo .content--main .section--detail .section--inner .block--txt .list--contents li .photo-image {
  display: block;
  width: 100%;
}
body.page--photo .content--main .section--detail .section--inner .block--txt .list--contents li .favorite-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 15px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--photo .content--main .section--detail .section--inner .block--txt .list--contents li .favorite-info {
    margin-top: 10px;
  }
}
body.page--photo .content--main .section--detail .section--inner .block--txt .list--contents li .favorite-info .icon--like .favorite-trigger {
  display: block;
  cursor: pointer;
}
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-action {
  position: static;
  width: 100%;
  height: 0;
  background: none;
  transform: none;
}
body.page--photo #swipebox-action #swipebox-prev,
body.page--photo #swipebox-action #swipebox-next {
  position: fixed;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: 0;
  background: none;
  transform: translateY(-50%);
  z-index: 10000;
  color: #fff;
}
body.page--photo #swipebox-action #swipebox-prev::after,
body.page--photo #swipebox-action #swipebox-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-top: none;
  border-right: none;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--photo #swipebox-action #swipebox-prev,
  body.page--photo #swipebox-action #swipebox-next {
    top: auto;
    bottom: 20px;
    transform: none;
  }
}
body.page--photo #swipebox-action #swipebox-prev {
  left: 3%;
}
body.page--photo #swipebox-action #swipebox-prev::after {
  transform: translate(-35%, -50%) rotate(45deg);
}
body.page--photo #swipebox-action #swipebox-next {
  right: 3%;
}
body.page--photo #swipebox-action #swipebox-next::after {
  transform: translate(-65%, -50%) rotate(-135deg);
}
body.page--photo .moment--nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  gap: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--photo .moment--nav {
    flex-direction: row;
  }
}
body.page--photo .moment--nav li {
  width: auto;
}
body.page--photo .moment--nav li + li {
  border-left: none;
}
body.page--photo .moment--nav li a {
  display: flex;
  align-items: center;
  width: 100px;
  padding: 0.8em;
  box-sizing: border-box;
  border-radius: 24px;
  color: #fff;
  border: solid 1px #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  justify-content: center;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--photo .moment--nav li a {
    width: 90px;
  }
}
body.page--photo .moment--nav li.current a {
  background: #fff;
  color: #3a3a3a;
  border-color: #fff;
}

body.page--favorite .content--main .section--list .block--title {
  width: 30%;
}
body.page--favorite .content--main .section--list .block--title .section-tit {
  font-size: min(16.5vw, 62px);
}
body.page--favorite .content--main .section--list .block--list {
  width: 70%;
}
body.page--favorite .content--main .section--list .block--list .list--contents {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
}
body.page--favorite .content--main .section--list .block--list .list--contents > li {
  position: relative;
  flex: 0 0 calc(50% - 10px);
  width: calc(50% - 10px);
  max-width: none;
  padding: 20px;
  box-sizing: border-box;
  background-color: #f2f2f2;
  isolation: isolate;
  z-index: 1;
  transform: rotate(var(--card-rotate)) scale(1);
  transform-origin: center center;
  transition: transform 0.3s ease;
  will-change: transform;
  backface-visibility: hidden;
}
body.page--favorite .content--main .section--list .block--list .list--contents > li:nth-child(4n) {
  --card-rotate: -3deg;
}
body.page--favorite .content--main .section--list .block--list .list--contents > li:nth-child(4n+1) {
  --card-rotate: 3deg;
}
@media screen and (min-width: 961px) {
  body.page--favorite .content--main .section--list .block--list .list--contents > li:hover {
    transform: rotate(calc(var(--card-rotate) - 5deg)) scale(1.05);
  }
}
body.page--favorite .content--main .section--list .block--list .list--contents > li::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/static/produce101thegirls/renewal/common/white_bg.png") repeat;
  background-size: 400px 400px;
  pointer-events: none;
  z-index: -1;
}
body.page--favorite .content--main .section--list .block--list .list--contents > li .photo-image {
  display: block;
  width: 100%;
}
body.page--favorite .content--main .section--list .block--list .list--contents > li .photo-image .thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
}
body.page--favorite .content--main .section--list .block--list .list--contents > li .photo-image .thumb img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
body.page--favorite .content--main .section--list .block--list .list--contents > li .photo-image .thumb img:not(.blur) {
  background-size: contain;
  z-index: 2;
}
body.page--favorite .content--main .section--list .block--list .list--contents > li .photo-image .thumb .blur {
  background-size: cover;
  filter: blur(15px);
  transform: scale(1.1);
  z-index: 1;
}
body.page--favorite .content--main .section--list .block--list .list--contents > li .list__txt.favorite-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 15px 0 0;
  margin: 0;
}
body.page--favorite .content--main .section--list .block--list .list--contents > li .list__txt.favorite-info .tit {
  font-weight: bold;
  line-height: 1.5;
  word-break: break-word;
}
body.page--favorite .content--main .section--list .block--list .list--contents > li .list__txt.favorite-info .icon--like .favorite-trigger {
  display: block;
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
}
body.page--favorite .content--main .section--list .block--list .list--contents > li figure::before {
  display: none;
}
body.page--favorite .content--main .section--list .block--list .no-data {
  color: #fff;
}
body.page--favorite .moment--nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  gap: 10px;
}
body.page--favorite .moment--nav li {
  width: auto;
}
body.page--favorite .moment--nav li + li {
  border-left: none;
}
body.page--favorite .moment--nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  padding: 0.8em;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
body.page--favorite .moment--nav li.current a {
  background: #fff;
  color: #3a3a3a;
  border-color: #fff;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--favorite .content--main .section--list {
    display: block;
  }
  body.page--favorite .content--main .section--list .block--title {
    width: 100%;
    margin-bottom: 20px;
  }
  body.page--favorite .content--main .section--list .block--list {
    width: 100%;
  }
  body.page--favorite .content--main .section--list .block--list .list--contents {
    gap: 10px;
  }
  body.page--favorite .content--main .section--list .block--list .list--contents > li {
    flex: 0 0 calc(50% - 5px);
    width: calc(50% - 5px);
    padding: 10px;
  }
  body.page--favorite .content--main .section--list .block--list .list--contents > li .list__txt.favorite-info {
    align-items: center;
    gap: 8px;
    padding-top: 10px;
  }
  body.page--favorite .content--main .section--list .block--list .list--contents > li .list__txt.favorite-info .tit {
    font-size: 12px;
  }
  body.page--favorite .content--main .section--list .block--list .list--contents > li .list__txt.favorite-info .icon--like .favorite-trigger {
    font-size: 15px;
  }
  body.page--favorite .moment--nav {
    flex-direction: row;
  }
  body.page--favorite .moment--nav li a {
    width: 90px;
  }
}
body.page--favorite #swipebox-slider .slide-loading {
  background-image: none !important;
}
body.page--favorite #swipebox-slider .slide img {
  max-height: 80%;
}
body.page--favorite #swipebox-overlay {
  background: rgba(25, 25, 25, 0.8);
}
body.page--favorite #swipebox-close {
  position: fixed;
  top: 24px;
  right: 24px;
  left: auto;
  width: 30px;
  height: 30px;
  background: none;
}
body.page--favorite #swipebox-close::before, body.page--favorite #swipebox-close::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 30px;
  height: 1px;
  background: #fff;
}
body.page--favorite #swipebox-close::before {
  transform: rotate(45deg);
}
body.page--favorite #swipebox-close::after {
  transform: rotate(-45deg);
}
body.page--favorite #swipebox-action {
  position: static;
  width: 100%;
  height: 0;
  background: none;
  transform: none;
}
body.page--favorite #swipebox-action #swipebox-prev,
body.page--favorite #swipebox-action #swipebox-next {
  position: fixed;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: 0;
  background: none;
  transform: translateY(-50%);
  z-index: 10000;
  color: #fff;
}
body.page--favorite #swipebox-action #swipebox-prev::after,
body.page--favorite #swipebox-action #swipebox-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-top: none;
  border-right: none;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--favorite #swipebox-action #swipebox-prev,
  body.page--favorite #swipebox-action #swipebox-next {
    top: auto;
    bottom: 20px;
    transform: none;
  }
}
body.page--favorite #swipebox-action #swipebox-prev {
  left: 3%;
}
body.page--favorite #swipebox-action #swipebox-prev::after {
  transform: translate(-35%, -50%) rotate(45deg);
}
body.page--favorite #swipebox-action #swipebox-next {
  right: 3%;
}
body.page--favorite #swipebox-action #swipebox-next::after {
  transform: translate(-65%, -50%) rotate(-135deg);
}
body.page--favorite #swipebox-next {
  right: 24px;
  left: auto;
}
body.page--favorite #swipebox-next::after {
  transform: translate(-65%, -50%) rotate(-135deg);
}

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;
  background: url(/static/produce101thegirls/renewal/common/blog_bg.png) repeat;
  padding: 20px;
  margin-bottom: 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;
    padding: 10px;
  }
}
body.page--wallpaper .content--main .block--list .list--contents > li .thumb {
  position: relative;
  aspect-ratio: 9/16;
  margin-bottom: 15px;
}
@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 0px 10px;
  }
}
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: #3A3A3A solid 2px;
  border-right: #3A3A3A 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 .block--list .list--contents > li figure::before {
  display: none;
}
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: #dbdcde;
  padding: 15px 20px;
  border-radius: 40px;
}
body.page--wallpaper .content--main .section--detail .block--txt {
  margin-bottom: 40px;
  color: #fff;
}
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;
  transform: rotate(0deg) scale(1);
  transform-origin: center center;
  transition: transform 0.3s ease;
  will-change: transform;
  backface-visibility: hidden;
}
@media screen and (min-width: 961px) {
  body.page--wallpaper.page--list .content--main .block--list .list--contents > li:hover {
    transform: rotate(-5deg) scale(1.05);
  }
}
@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 {
  aspect-ratio: 1/1;
}
body.page--wallpaper.page--list .content--main .block--list .list--contents > li .tit {
  margin-bottom: 5px;
  font-weight: bold;
}
body.page--wallpaper.page--list .content--main .block--list .list--contents > li .date {
  color: #3A3A3A;
  font-family: "secret-service-typewriter", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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;
  color: #fff;
}
body.page--qa .content--main .section--list .block--list .list--information {
  background: #fff;
  box-shadow: none !important;
}
body.page--qa .content--main .section--list .block--list .list--information li.new .date::after {
  display: none !important;
}
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:hover {
  color: #90c0ca;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--qa .content--main .section--list .block--list .list--information li a:hover {
    color: inherit;
    opacity: 1;
  }
}
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--detail .section--inner .block--title .section-tit {
  font-family: "cofo-raffine", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: min(5.5vw, 80px);
  line-height: 1;
  margin-bottom: 20px;
  color: #fff;
}
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 .name {
  color: #fff;
}
body.page--qa .content--main .section--detail .section--inner .block--title .block__question {
  color: #fff;
}
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: #dbdcde 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;
  color: #fff;
}
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: #dbdcde 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: #dbdcde 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: #dbdcde;
  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 #9FCBD4;
  border-radius: 1em;
  color: #9FCBD4;
  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: #888;
  color: #888;
}
body.page--faq .content--main .section--detail .block--more-faq {
  background-color: #dbdcde;
  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: #3A3A3A 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: 5px;
  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: mr-eaves-xl-modern, sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 30px;
  font-style: normal;
}
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: #dbdcde 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: #3A3A3A;
  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 #3A3A3A;
}
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: #dbdcde;
  font-size: 13px;
  font-weight: bold;
  border-right: 1px solid #3A3A3A;
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid #3A3A3A;
  border-left: 1px solid #3A3A3A;
}
body .content--main .section--detail.page--support .detail_table td,
body .content--main .section--list.page--support .detail_table td {
  border-right: 1px solid #3A3A3A;
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid #3A3A3A;
  font-size: 13px;
}
body .content--main .section--detail.page--support .detail_sub,
body .content--main .section--list.page--support .detail_sub {
  background-color: #dbdcde;
  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: #c4083a;
}
@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: 80%;
  fill: #3A3A3A;
  margin: auto;
  display: block;
}
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: #3A3A3A;
  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: #dbdcde 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: #90c0ca;
  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 #3A3A3A;
  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: #3A3A3A;
  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;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  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: 18px;
  }
}
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: #3A3A3A;
  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: #90c0ca;
  color: #fff;
  margin: 10px 0;
  padding: 15px 25px;
  border-radius: 50px;
  word-break: break-all;
  line-height: 1.4;
}
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: #3A3A3A 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: #dbdcde;
  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: #90c0ca;
  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 {
    opacity: 0.7;
  }
}
@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: -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: 17px;
  height: 1px;
  position: absolute;
  background-color: #3A3A3A;
  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: #3A3A3A solid 1px;
  border-left: #3A3A3A 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%);
}
@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 .section--detail {
  position: relative;
  z-index: 1;
}
body.page--appfcmenu .fclogo,
body.page--appfcmenu .list-appmenu,
body.page--appfcmenu .archive-area {
  position: relative;
  z-index: 2;
}
body.page--appfcmenu .fc-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
}
body.page--appfcmenu .fc-line svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
body.page--appfcmenu .fc-line path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.45);
  stroke-width: 2px;
}
body.page--appfcmenu .fc-line--pc {
  display: block;
}
body.page--appfcmenu .fc-line--sp {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--appfcmenu .fc-line--pc {
    display: none;
  }
  body.page--appfcmenu .fc-line--sp {
    display: block;
    position: absolute;
    top: -6%;
    left: 50%;
    width: 120%;
    height: 100%;
    transform: translateX(-50%);
  }
  body.page--appfcmenu .fc-line--sp svg {
    display: block;
    width: 100%;
    height: 100%;
  }
}
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 {
  padding-top: 80px;
  padding-bottom: 0;
}
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;
  margin: auto;
  line-height: 1;
}
body.page--appfcmenu .fclogo svg {
  fill: #fff;
}
body.page--appfcmenu .list-appmenu {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10vw;
}
body.page--appfcmenu .list-appmenu li {
  position: relative;
  width: 50%;
  margin-bottom: 5%;
}
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;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  padding: 15px;
  background-color: #fffff3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
}
body.page--appfcmenu .list-appmenu li a .item-detail::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: repeat;
  background-size: 300px 300px;
  opacity: 1;
  pointer-events: none;
  z-index: -1;
}
body.page--appfcmenu .list-appmenu li a .thumb {
  position: relative;
  width: 75%;
  aspect-ratio: 1;
  margin-bottom: 20px;
  border-radius: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
body.page--appfcmenu .list-appmenu li a .thumb img {
  position: relative;
  display: block;
  width: 100%;
  background-image: url("/static/produce101thegirls/common/no_images_app_fcmenu.png");
  background-position: center;
  background-size: cover;
  vertical-align: bottom;
  z-index: 1;
}
body.page--appfcmenu .list-appmenu li a .tit--box {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  color: #4b575f;
  font-family: "secret-service-typewriter", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 4.5vw;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  z-index: 20;
}
body.page--appfcmenu .list-appmenu li.menu--blog a .item-detail {
  background-color: #fffff3;
}
body.page--appfcmenu .list-appmenu li.menu--blog a .item-detail::after {
  background-image: url("/static/produce101thegirls/renewal/common/yellow_bg.webp");
}
body.page--appfcmenu .list-appmenu li.menu--blog a .thumb {
  width: 75%;
  background-image: url("/static/produce101thegirls/renewal/fcmenu/blog_icon.png");
}
body.page--appfcmenu .list-appmenu li.menu--movie a .item-detail {
  background-color: #bcd1e9;
}
body.page--appfcmenu .list-appmenu li.menu--movie a .item-detail::after {
  background-image: url("/static/produce101thegirls/renewal/common/blue_bg.webp");
}
body.page--appfcmenu .list-appmenu li.menu--movie a .thumb {
  width: 85%;
  background-image: url("/static/produce101thegirls/renewal/fcmenu/movie_icon.png");
}
body.page--appfcmenu .list-appmenu li.menu--photo a .item-detail {
  background-color: #fff;
}
body.page--appfcmenu .list-appmenu li.menu--photo a .item-detail::after {
  background-image: url("/static/produce101thegirls/renewal/common/white_bg.png");
  opacity: 0.5;
}
body.page--appfcmenu .list-appmenu li.menu--photo a .thumb {
  width: 75%;
  background-image: url("/static/produce101thegirls/renewal/fcmenu/photo_icon.png");
}
body.page--appfcmenu .list-appmenu li.menu--message a .item-detail {
  background-color: #fffff3;
}
body.page--appfcmenu .list-appmenu li.menu--message a .item-detail::after {
  background-image: url("/static/produce101thegirls/renewal/common/yellow_bg.webp");
}
body.page--appfcmenu .list-appmenu li.menu--message a .thumb {
  width: 85%;
  background-image: url("/static/produce101thegirls/renewal/fcmenu/message_icon.png");
}
body.page--appfcmenu .list-appmenu li.menu--lookbook {
  pointer-events: none;
}
body.page--appfcmenu .list-appmenu li.menu--lookbook a .item-detail {
  background-color: #fffff3;
  position: relative;
}
body.page--appfcmenu .list-appmenu li.menu--lookbook a .item-detail::after {
  background-image: url("/static/produce101thegirls/renewal/common/yellow_bg.webp");
}
body.page--appfcmenu .list-appmenu li.menu--lookbook a .item-detail .coming-soon__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(109, 109, 109, 0.7490196078);
  z-index: 10;
}
body.page--appfcmenu .list-appmenu li.menu--lookbook a .item-detail .coming-soon__overlay span {
  font-family: "secret-service-typewriter", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 1.1;
  text-align: center;
  color: #fff;
}
body.page--appfcmenu .list-appmenu li.menu--lookbook a .thumb {
  width: 80%;
  background-image: url("/static/produce101thegirls/renewal/fcmenu/lookbook_icon.png");
}
body.page--appfcmenu .list-appmenu li.menu--game a .item-detail {
  background-color: #bcd1e9;
}
body.page--appfcmenu .list-appmenu li.menu--game a .item-detail::after {
  background-image: url("/static/produce101thegirls/renewal/common/blue_bg.webp");
}
body.page--appfcmenu .list-appmenu li.menu--game a .thumb {
  width: 80%;
  margin-bottom: 15px;
  background-image: url("/static/produce101thegirls/renewal/fcmenu/game_icon.png");
}
body.page--appfcmenu .list-appmenu li.menu--special {
  position: relative;
}
body.page--appfcmenu .list-appmenu li.menu--special a .item-detail {
  background-color: #fffff3;
}
body.page--appfcmenu .list-appmenu li.menu--special a .item-detail::after {
  background-image: url("/static/produce101thegirls/renewal/common/white_bg.png");
}
body.page--appfcmenu .list-appmenu li.menu--special a .thumb {
  width: 75%;
  background-image: url("/static/produce101thegirls/renewal/fcmenu/special_icon.png");
}
body.page--appfcmenu .list-appmenu li.menu--special .menu--lace {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 180%;
  transform: translate(0%, -50%) rotate(-40deg);
  z-index: -1;
  pointer-events: none;
}
body.page--appfcmenu .list-appmenu li.menu--special .menu--lace img {
  display: block;
  width: 100%;
  height: auto;
}
body.page--appfcmenu .list-appmenu li.new::before {
  content: "";
  position: absolute;
  top: -15px;
  right: 0;
  width: 45px;
  height: 45px;
  background: url("/static/produce101thegirls/renewal/fcmenu/new_bg.png") center/contain no-repeat;
  pointer-events: none;
  z-index: 100;
}
body.page--appfcmenu .list-appmenu li.new::after {
  content: "NEW";
  position: absolute;
  top: -2px;
  right: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "secret-service-typewriter", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  transform: rotate(15deg);
  pointer-events: none;
  z-index: 101;
}
body.page--appfcmenu .banner--app {
  margin-top: 5vw;
}
body.page--appfcmenu .archive-area {
  position: relative;
  width: 100%;
  margin-top: 25px;
  padding: 0 0 80px 2%;
  z-index: 1;
}
body.page--appfcmenu .archive-area::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background: #fffff3 url("/static/produce101thegirls/renewal/common/yellow_bg.webp") repeat;
  background-size: 180px;
  transform: translateX(-50%);
  z-index: -1;
}
body.page--appfcmenu .archive-area .archive-title {
  color: #8098c6;
  font-size: min(12vw, 76px);
  padding-top: 15px;
  font-family: "cofo-raffine", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.page--appfcmenu .archive-area .list--archive {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
body.page--appfcmenu .archive-area .list--archive li {
  width: 100%;
  margin-bottom: 0;
}
body.page--appfcmenu .archive-area .list--archive li a {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(99, 112, 109, 0.5);
  color: #424c51;
}
body.page--appfcmenu .archive-area .list--archive li a span {
  font-size: 18px;
  letter-spacing: 0.08em;
  font-family: "secret-service-typewriter", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.page--appfcmenu a:hover {
  opacity: 1;
}
body.page--appfcmenu a:hover figure::before {
  transform: scale(0, 1);
  transform-origin: right top;
}

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

.calendar--show {
  display: block;
}

.calendar--hidden {
  display: none;
}

@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 {
    background-color: transparent;
    backdrop-filter: none;
    transition: background-color 0.3s, backdrop-filter 0.3s;
    border-radius: 50px;
    padding-left: 30px;
  }
  .scrolling .header .header-menu {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .drawer-visible .header .header-menu {
    backdrop-filter: none;
    mix-blend-mode: difference;
    background-color: transparent;
  }
  .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: 11px;
  }
  .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: #000;
    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;
  }
  .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%;
  }
  .drawer .g-nav__fc li:not(.tit) a {
    position: relative;
    z-index: 0;
    isolation: isolate;
    transition: color 0.3s;
  }
  .drawer .g-nav__fc li:not(.tit) a::before {
    background-color: #fff;
    mix-blend-mode: normal;
    z-index: -1;
    transition: all 0.3s;
  }
  .drawer .g-nav__fc li:not(.tit) a:hover {
    color: #748BB3;
  }
  .drawer .g-nav__fc li:not(.tit) a:hover::before {
    width: 120%;
  }
  .section--mainvisual {
    overflow: hidden;
  }
  .section--mainvisual .block--mainvisual_photo {
    min-height: 100vh;
  }
  #official_banner .swiper-wrapper .swiper-slide a {
    display: block;
    position: relative;
    overflow: hidden;
  }
  #official_banner .swiper-wrapper .swiper-slide a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
    opacity: 0.3;
    z-index: 3;
    pointer-events: none;
  }
}
@media screen and (min-width: 961px) and (min-width: 961px) {
  #official_banner .swiper-wrapper .swiper-slide a:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
@media screen and (min-width: 961px) {
  .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;
  }
  .list--information li,
  .list--info li,
  .list__qa li {
    position: relative;
  }
  .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;
  }
  .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 ul.list--schedule li a:hover {
    opacity: 0.6;
  }
  .section--blog figure::before,
  body.page--blog figure::before {
    display: none;
  }
  .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: #3A3A3A;
    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;
  }
  .drawer {
    display: block;
    overflow-y: scroll;
    padding: 0;
  }
  .drawer .g-nav {
    margin-top: 140px;
    margin-bottom: 40px;
  }
  .drawer .g-nav {
    width: 100%;
    padding: 0 0 0 10vw;
  }
  .drawer .g-nav li.tit {
    margin-bottom: 10px;
  }
  .drawer .g-nav li:not(.tit) {
    font-size: 11.5vw;
  }
  .drawer .g-nav li.nav__login {
    font-size: 6vw;
    margin-bottom: 10px;
  }
  .drawer .g-nav li.nav__login a:first-child::after {
    height: 14px;
  }
  .drawer .g-nav__fc {
    width: 100%;
    padding: 40px;
  }
  .drawer .g-nav__fc li.tit {
    margin-bottom: 10px;
  }
  .drawer .g-nav__fc li:not(.tit) {
    font-size: 11.5vw;
  }
  .drawer .g-nav__fc li.nav__login {
    font-size: 6vw;
  }
  .drawer .g-nav__fc li.nav__login a {
    font-weight: 500;
  }
  .drawer .g-nav__fc li.nav__login a:first-child::after {
    height: 14px;
  }
  .drawer-visible .drawer::after {
    height: 100%;
  }
  body.drawer-visible {
    overflow: hidden;
    height: 100%;
    touch-action: none;
  }
  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: 36px;
  }
  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 {
    margin-bottom: 30px;
  }
  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 10px 0;
  }
  body.page--home .section--banner .block--banner-swiper .swiper-wrapper .swiper-slide {
    padding-right: 4vw;
  }
  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;
    margin-bottom: 30vw;
  }
  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 {
    margin-bottom: 70vw;
  }
  body.page--home .area--fc .section--blog::before {
    width: 125vw;
  }
  body.page--home .area--fc .section--blog .list__more {
    left: calc(50% + 10vw);
    right: auto;
    top: calc(100% + 18vw);
  }
  body.page--home .area--fc .section--blog .list__more::before {
    left: -12%;
    bottom: 10%;
    width: clamp(40px, 12vw, 60px);
  }
  body.page--home .area--fc .section--blog .list__more a {
    width: clamp(150px, 44vw, 220px);
    font-size: clamp(14px, 3.4vw, 18px);
    gap: 0;
  }
  body.page--home .area--fc .section--blog .blog--indicator {
    position: relative;
    inset: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: -10px;
    z-index: 10;
    pointer-events: none;
  }
  body.page--home .area--fc .section--blog .blog-button-prev,
  body.page--home .area--fc .section--blog .blog-button-next {
    position: relative;
    top: 40px;
    left: auto;
    right: auto;
    transform: none;
    width: 50px;
    height: 50px;
    pointer-events: auto;
  }
  body.page--home .area--fc .section--blog .blog-slider {
    width: 100%;
    margin-left: 0;
    overflow: visible;
  }
  body.page--home .area--fc .section--blog .section-tit {
    font-size: 24.5vw;
    margin-bottom: 10px;
  }
  body.page--home .area--fc .section--blog .contents--inner {
    overflow-x: visible;
    -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;
    margin-top: 30px;
  }
  body.page--home .area--fc .section--blog .contents--inner .block--blog__list > li.swiper-slide {
    transform: scale(0.9);
  }
  body.page--home .area--fc .section--blog .contents--inner .block--blog__list > li.swiper-slide-prev {
    transform: scale(0.9) rotate(2deg) translateX(-10px);
  }
  body.page--home .area--fc .section--blog .contents--inner .block--blog__list > li.swiper-slide-next {
    transform: scale(0.9) rotate(-2deg) translateX(10px);
  }
  body.page--home .area--fc .section--blog .contents--inner .block--blog__list > li.swiper-slide-active {
    transform: scale(1);
  }
  body.page--home .area--fc .section--movie {
    margin-bottom: 70vw;
  }
  body.page--home .area--fc .section--movie .contents--inner .thumb {
    left: 8%;
    transform: rotate(7deg);
  }
  body.page--home .area--fc .section--movie .contents--inner .movie-box {
    width: 100%;
  }
  body.page--home .area--fc .section--movie .movie-card {
    transform: rotate(-5deg);
    top: 95%;
    padding: 30px;
    left: -11%;
    width: 100%;
  }
  body.page--home .area--fc .section--movie .list__more {
    right: -30px;
    left: auto;
    bottom: -80px;
    margin-bottom: 0;
  }
  body.page--home .area--fc .section--movie .list__more a {
    width: 110px;
    height: 110px;
    font-size: clamp(14px, 3.4vw, 18px);
    transform: rotate(20deg);
  }
  body.page--home .area--fc .section--photo {
    transform: translateY(0) rotate(5deg);
    left: 14%;
    margin-bottom: 30vw;
  }
  body.page--home .area--fc .section--photo .contents--inner {
    padding: 25px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  body.page--home .area--fc .section--photo .contents--inner {
    padding: 40px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fc .section--photo .list__more {
    bottom: -80px;
    left: -8%;
  }
  body.page--home .area--fc .section--photo .list__more a {
    width: 110px;
    font-size: clamp(14px, 3.4vw, 18px);
    transform: rotate(-15deg);
  }
  body.page--home .area--fc .section--message {
    margin-bottom: 50vw;
  }
  body.page--home .area--fc .section--message .message-bg {
    right: clamp(70px, 4vw, 40px);
    left: inherit;
    left: -11%;
    width: 100%;
    max-width: 500px;
  }
  body.page--home .area--fc .section--message .message-card {
    padding: 30px;
  }
  body.page--home .area--fc .section--message .message-box {
    left: 150px;
    width: 60%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  body.page--home .area--fc .section--message .message-box {
    top: 250px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fc .section--message .list__more {
    bottom: -30px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  body.page--home .area--fc .section--message .list__more {
    left: -25%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fc .section--message .list__more a {
    width: 110px;
    height: 110px;
    font-size: clamp(14px, 3.4vw, 18px);
    transform: rotate(-10deg);
  }
  body.page--home .area--fc .section--lookbook {
    margin-top: 38vh;
    margin-bottom: 50vw;
  }
  body.page--home .area--fc .section--lookbook .lookbook-card {
    width: 110%;
  }
  body.page--home .area--fc .section--lookbook .lookbook-card::before {
    top: 20%;
    left: 70%;
  }
  body.page--home .area--fc .section--lookbook .lookbook-box {
    right: 20%;
    transform: rotate(-20deg);
  }
  body.page--home .area--fc .section--lookbook .lookbook-deco {
    right: 0;
    width: 45%;
    top: 72%;
  }
  body.page--home .area--fc .section--lookbook .list__more {
    left: 22%;
    bottom: -100px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  body.page--home .area--fc .section--lookbook .list__more {
    bottom: -155px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fc .section--lookbook .list__more a {
    width: 110px;
    height: 110px;
    font-size: clamp(14px, 3.4vw, 18px);
    transform: rotate(30deg);
  }
  body.page--home .area--fc .section--game .game-card {
    width: 100%;
    transform: rotate(7deg);
  }
  body.page--home .area--fc .section--game .game-box {
    left: 17%;
    width: 80%;
  }
  body.page--home .area--fc .section--game .game-box::before {
    left: 30%;
    bottom: -100px;
    width: 330px;
  }
  body.page--home .area--fc .section--game .game-box::after {
    width: min(65vw, 320px);
  }
  body.page--home .area--fc .section--game .game-bg {
    transform: rotate(4deg) scale(1.02);
  }
  body.page--home .area--fc .section--game .game-deco {
    top: 66%;
    width: 70%;
  }
  body.page--home .area--fc .section--game .list__more {
    left: -15%;
    bottom: -40px;
  }
  body.page--home .area--fc .section--game .list__more a {
    width: 110px;
    height: 110px;
    font-size: clamp(14px, 3.4vw, 18px);
    transform: rotate(-15deg);
  }
  body.page--home .area--fc .section--game .game-lace {
    left: -70%;
    width: 110%;
    transform: rotate(40deg);
  }
  body.page--home .area--fc .flex .block--contents {
    width: 100%;
  }
  body.page--home .area--fc .flex .block--contents:last-child {
    margin-bottom: 80vw;
  }
  body.page--home .area--fc .flex .block--contents .section-tit {
    font-size: 17vw;
    margin-bottom: 10px;
  }
  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 .detail-profile .section-tit {
    font-size: 10vw;
    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 .calendar .list__txt {
    margin-top: 0;
  }
  body.page--schedule .content--main .section--list .block--list .calendar ul.list--schedule li .date--event strong {
    font-size: 5vw;
  }
  body.page--schedule .content--main .section--list .block--list .calendar 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;
    gap: 0px;
    margin-bottom: 0;
  }
  body.page--blog .content--main .section--list .block--list .list--blog li {
    width: calc(50% - 10px);
    margin-right: 0;
    margin-bottom: 30px;
  }
  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--movie .content--main .section--detail .area--movie {
    padding: 10px;
  }
  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: 100px;
    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 .logoarea {
    height: 120vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .block--bg .section--mainvisual .logoarea svg {
    fill: #fff;
    width: 70%;
  }
  .section--mainvisual .block--mainvisual_photo {
    width: 100% !important;
    height: 160vw !important;
    overflow: hidden !important;
  }
  .section--mainvisual .block--mainvisual_photo .cover-img {
    display: none !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* メイン画像を全画面表示 */
  .section--mainvisual .block--mainvisual_photo .main-img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    filter: none !important;
    transform: none !important;
  }
  body.page--home {
    padding-top: calc(120vw + 120px);
  }
  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;
  }
  body.body--app.page--qa.page--member .block--pager, body.body--app.page--movie.page--member.new-movie .block--pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  body.body--app.page--qa.page--member .block--pager li, body.body--app.page--movie.page--member.new-movie .block--pager li {
    margin-right: 0;
  }
}
@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_y7ndkm.css.map */