@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
------------------------------ */
html {
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  background: #8aa3d4;
  color: #fff;
}

main {
  min-height: 80vh;
}

a {
  color: inherit;
  text-decoration: none;
}

.center {
  text-align: center !important;
}

.wrap {
  min-width: 340px;
  max-width: 960px;
  margin-inline: auto;
}

.no-data {
  text-align: center;
  font-family: "copperplate", serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin: 2em 0;
}

.font-en {
  font-family: "copperplate", serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.font-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.pc {
  display: none !important;
}

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

.head-title {
  display: flex;
  align-items: end;
  padding: 30px 0 20px 20px;
}
.head-title .icon {
  width: 37px;
  height: 37px;
  margin-right: 5px;
}
.head-title .title {
  width: calc(100% - 37px);
  border-bottom: 1px solid #fff;
  font-family: "copperplate", serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.head-fc-title {
  display: flex;
  align-items: end;
  padding: 30px 0 20px 20px;
  position: relative;
}
.head-fc-title .title {
  width: calc(100% - 37px);
  color: #0057b5;
  font-weight: 600;
}
.head-fc-title::before {
  content: "";
  background: url(/static/spitz/common/icon_members_rainbow.svg) no-repeat;
  background-size: contain;
  width: 37px;
  height: 37px;
  margin-right: 5px;
}
.head-fc-title::after {
  content: "";
  background: url(/static/spitz/common/title_line.svg) no-repeat;
  background-size: cover;
  width: calc(100% - 60px);
  height: 4px;
  position: absolute;
  bottom: 16px;
  left: 60px;
}

.text-basic {
  margin-bottom: 1em;
}

.white {
  color: #fff;
}

.red {
  color: #d61111;
}

.bold {
  font-weight: 600;
}

/* img
------------------------------ */
img {
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

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

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

.video {
  position: relative;
  padding-top: 56.25%;
}
.video iframe {
  width: 101%;
  height: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* button
------------------------------ */
.btn {
  text-align: center;
  margin: 1.2em 0;
}
.btn + .btn {
  margin-top: 1em;
}

.btn--main,
.btn--sub {
  display: block;
  width: 100%;
  font-size: 1.1em;
  font-weight: 600;
  padding: 0.8em;
  border-radius: 30px;
  line-height: 1.2;
}

.btn--main {
  background: #0057b5;
  color: #fff;
  border: 1px solid #0057b5;
}

.btn--sub {
  background: linear-gradient(to bottom, #fff, #eee);
  color: #000;
  border: 1px solid #e3e3e3;
}

.detail__btn {
  text-align: center;
  color: #0057b5;
  font-weight: 600;
  margin-top: 3em;
}

/* form
------------------------------ */
textarea {
  display: inline-block;
  width: 100%;
  background: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  padding: 0.5em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  min-height: 6em;
  resize: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
input[type=date],
button,
select {
  display: inline-block;
  width: 100%;
  background: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  padding: 0.5em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=text] option,
input[type=tel] option,
input[type=email] option,
input[type=password] option,
input[type=number] option,
input[type=date] option,
button option,
select option {
  color: #000;
}

[type=checkbox],
[type=radio] {
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex-shrink: 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}
[type=checkbox]:checked::after,
[type=radio]:checked::after {
  content: "";
  position: absolute;
}

[type=checkbox]:checked {
  background: #0057b5;
}
[type=checkbox]:checked::after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

[type=radio] {
  border-radius: 50%;
}
[type=radio]:checked::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0057b5;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
}

form dt {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0.5em;
}
form dd {
  margin-bottom: 1.5em;
}
form dd .form__select {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
form dd .form__select::after {
  content: "";
  border-top: 7px solid #0057b5;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  display: inline-block;
  margin-left: 5px;
  position: absolute;
  top: calc(50% - 2.5px);
  right: 6px;
  z-index: 1;
  pointer-events: none;
}
form dd .form__select select {
  padding-right: 1.5em;
}
form dd .form__checkbox label,
form dd .form__radio label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
form dd .form__radio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2em 1.5em;
}
form dd .form--horizontal {
  display: flex;
  gap: 5px;
}
form dd .form--horizontal li {
  display: flex;
  align-items: baseline;
  gap: 5px;
}
form dd .input--quarter {
  max-width: 50%;
  margin-right: 5px;
}
form.form--confirm dd {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
}

.block--error {
  color: #d61111;
  font-weight: 600;
  margin-bottom: 1.5em;
}
.block--error p, .block--error li {
  margin-bottom: 1em;
  line-height: 1.2;
}

/* pager
------------------------------ */
.block--pager {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  color: #0057b5;
  border-radius: 4px;
  padding: 8px 10px;
  margin-top: 1.5em;
}
.block--pager li {
  width: 33.3333333333%;
  font-weight: 600;
}
.block--pager li.pager__item--newer {
  border-right: 1px solid #ccc;
}
.block--pager li.pager__item--newer a::before, .block--pager li.pager__item--newer span::before {
  content: "＜";
  margin-right: 3px;
}
.block--pager li.pager__item--newer span {
  opacity: 0.2;
}
.block--pager li.pager__item--current {
  text-align: center;
}
.block--pager li.pager__item--number {
  text-align: center;
}
.block--pager li.pager__item--older {
  text-align: right;
  border-left: 1px solid #ccc;
}
.block--pager li.pager__item--older a::after, .block--pager li.pager__item--older span::after {
  content: "＞";
  margin-left: 3px;
}
.block--pager li.pager__item--older span {
  opacity: 0.2;
}

.page--member .block--pager {
  background: #8aa3d4;
  color: #fff;
}

/* list
------------------------------ */
.list--blog {
  background: linear-gradient(to bottom, #a688bd, #8ca1d2);
  border-radius: 4px;
  padding: 0 1em;
}
.list--blog li a {
  display: flex;
  color: #fff;
  font-weight: 600;
  padding: 1em 0;
  position: relative;
}
.list--blog li a::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #c60080;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 3px;
  flex-shrink: 0;
}
.list--blog li a .block--text {
  width: calc(100% - 14px);
  padding-left: 2px;
}
.list--blog li a .block--text .title {
  font-size: 16px;
}
.list--blog li a .block--text .date {
  font-size: 12px;
  margin-top: 3px;
  padding-left: 10px;
}
.list--blog li + li {
  border-top: 1px solid #ccc;
}

.list--basic li {
  padding-left: 1em;
  position: relative;
}
.list--basic li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  top: calc(0.5em + 2px);
  left: calc(0.5em - 2px);
}
.list--basic li + li {
  margin-top: 0.3em;
}

.list--note li {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
.list--note li + li {
  margin-top: 0.3em;
}

/* header
------------------------------ */
header .drawer-btn {
  width: 40px;
  height: 35px;
  color: #fff;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
}
header .drawer-btn span {
  background: currentColor;
  position: absolute;
  width: 100%;
  height: 2px;
  transition: 0.4s;
}
header .drawer-btn span.top {
  top: 5px;
}
header .drawer-btn span.bottom {
  top: 14px;
}
header .drawer-btn p {
  color: currentColor;
}
header .drawer-btn p::before {
  content: "MENU";
  font-family: "copperplate", serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
  font-size: 11px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s;
  white-space: nowrap;
}

body.drawer-visible header .drawer-btn {
  color: #fff;
}
body.drawer-visible header .drawer-btn span.top {
  top: 10px;
  transform: rotate(18deg);
}
body.drawer-visible header .drawer-btn span.bottom {
  top: 10px;
  transform: rotate(-18deg);
}
body.drawer-visible header .drawer-btn p::before {
  content: "CLOSE";
}

/* drawer
------------------------------ */
.drawer {
  background: linear-gradient(to right, #b0c1e3 0%, #ffffff 45%);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateX(110%);
  transition: 0.3s;
  z-index: 999;
}
.drawer .drawer-inner {
  color: #000;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
}
.drawer .drawer-inner nav {
  padding: 40px 20px;
}
.drawer .drawer-inner nav .list--menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}
.drawer .drawer-inner nav .list--menu li a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.drawer .drawer-inner nav.of {
  height: auto;
  background: #8aa3d4;
}
.drawer .drawer-inner nav.of .logo {
  display: block;
  width: 60%;
  text-align: center;
  margin: 0 auto 2em;
}
.drawer .drawer-inner nav.of .logo img {
  width: 100%;
  pointer-events: none;
}
.drawer .drawer-inner nav.fc {
  flex: 1;
  background: linear-gradient(225deg, #e9528e 5.08%, #00a0e9 52.18%, #f0eb45 99.28%);
}
.drawer .drawer-inner nav.fc .fc-title {
  display: flex;
  align-items: end;
  gap: 8px;
  color: #fff;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.drawer .drawer-inner nav.fc .fc-title .icon {
  width: 40px;
}
.drawer .drawer-inner nav.fc .fc-title .text {
  width: calc(100% - 40px);
  max-width: 240px;
  padding-bottom: 5px;
}

body.drawer-visible {
  overflow: hidden;
}
body.drawer-visible .drawer {
  opacity: 1;
  transform: none;
}

/* footer
------------------------------ */
footer {
  color: #fff;
  padding: 30px 20px 20px;
}
footer .copyright {
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  margin-top: 3em;
}

/* page--home
------------------------------ */
.page--home main section {
  padding: 20px 0;
}
.page--home main section .section-inner {
  padding: 0 20px;
}
.page--home #fv {
  padding: 0;
}
.page--home #fv .section-inner {
  padding: 0;
  position: relative;
}
.page--home #fv .section-inner .top-title {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  top: 0;
  z-index: 10;
}
.page--home #fv .section-inner .logo {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.page--home #fv .section-inner .logo img {
  width: 100%;
  pointer-events: none;
}
.page--home #fv .section-inner .ph img {
  width: 100%;
}
.page--home #menu .login-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.page--home #menu .login-nav a {
  width: 50%;
  text-align: center;
  color: #0057b5;
  font-weight: 700;
  background: #fff;
  border: 2px solid #8aa3d4;
  line-height: 1;
  padding: 0.7em;
}
.page--home #menu .login-nav a.entry {
  border-radius: 4px 0 0 4px;
  margin-right: -1px;
}
.page--home #menu .login-nav a.login {
  border-radius: 0 4px 4px 0;
  margin-left: -1px;
}
.page--home #menu .login-nav a.mypage {
  width: 100%;
  border-radius: 4px;
}
.page--home #menu .login-nav a.mypage .bd-icon {
  font-size: 1.3em;
  margin-left: 3px;
  color: #e9528e;
}
.page--home #menu .link-schedule {
  text-align: center;
}
.page--home #menu .link-schedule a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 2px solid;
  border-radius: 4px;
  padding: 0.8em;
}
.page--home #menu .link-schedule a img {
  width: 30px;
  pointer-events: none;
}
.page--home #menu .link-schedule a span {
  font-family: "copperplate", serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
  font-weight: 600;
  font-size: 18px;
  margin-left: 10px;
}
.page--home #news .section-title {
  font-family: "copperplate", serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
}
.page--home #news .list--news li {
  border-bottom: 1px dashed;
}
.page--home #news .list--news li a {
  display: block;
  padding: 10px 6px;
}
.page--home #news .list--news li a .item-meta {
  display: flex;
  font-size: 12px;
  margin-bottom: 4px;
}
.page--home #news .list--news li a .item-meta .category {
  margin-left: 1em;
}
.page--home #news .btn--more {
  text-align: right;
  margin-top: 1em;
}
.page--home #news .btn--more a {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid;
  padding: 5px 16px;
}
.page--home #banner .static-banner .list--bnr {
  display: block;
}
.page--home #banner .static-banner .list--bnr li {
  margin-bottom: 15px;
}
.page--home #banner .slide-banner {
  overflow: visible;
}
.page--home #banner .slide-banner .swiper-button-next,
.page--home #banner .slide-banner .swiper-button-prev {
  width: 25px;
  height: 25px;
  background: #aaa;
  border-radius: 50%;
  top: calc(50% + 11px);
  opacity: 0.8;
}
.page--home #banner .slide-banner .swiper-button-next::after,
.page--home #banner .slide-banner .swiper-button-prev::after {
  content: "";
  width: 25px;
  height: 25px;
  background-size: 25px;
  opacity: 1;
}
.page--home #banner .slide-banner .swiper-button-next {
  right: -12.5px;
}
.page--home #banner .slide-banner .swiper-button-next::after {
  background: url(/static/spitz/common/swiper-button-next.svg) no-repeat;
}
.page--home #banner .slide-banner .swiper-button-prev {
  left: -12.5px;
}
.page--home #banner .slide-banner .swiper-button-prev::after {
  background: url(/static/spitz/common/swiper-button-prev.svg) no-repeat;
}
.page--home #banner .slide-banner .swiper-pagination {
  bottom: -20px;
}
.page--home #banner .slide-banner .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 8px;
  height: 1px;
  border: 1px solid #ccc;
  background: transparent;
  box-sizing: content-box;
  opacity: 1;
}
.page--home #banner .slide-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ccc;
}
.page--home #members {
  text-align: center;
  padding-bottom: 0;
}
.page--home #members .section-inner {
  padding: 0;
}
.page--home #members .fc-inner {
  background: linear-gradient(225deg, #e9528e 5.08%, #00a0e9 52.18%, #f0eb45 99.28%);
  padding: 30px 20px;
}
.page--home #members .fc-inner .section-title img {
  width: 100%;
  display: block;
  pointer-events: none;
}
.page--home #members .fc-inner .link-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  margin: 30px 0;
  padding: 1em;
}
.page--home #members .fc-inner .link-contents::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(/static/spitz/common/icon_arrow-w.svg) no-repeat;
  background-size: contain;
}
.page--home #members .fc-inner .link-about {
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
}
.page--home #members .list--menu {
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.page--home #members .list--menu li {
  width: 50%;
  text-align: center;
}
.page--home #members .list--menu li:first-child {
  border-right: 1px solid #fff;
}
.page--home #members .list--menu li a {
  display: block;
  height: 60px;
  line-height: 60px;
  font-weight: 600;
}
.page--home #links {
  text-align: center;
  padding: 0;
}
.page--home #links .section-inner {
  padding: 0 5px;
}
.page--home #links ul {
  padding: 1.5em 0;
}
.page--home #links ul + ul {
  border-top: 1px solid #fff;
}
.page--home #links ul.list--link li {
  margin: 1.2em 0;
}
.page--home #links ul.list--link li a {
  display: inline-block;
}
.page--home #links ul.list--link li a p {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid;
  line-height: 1.2;
}
.page--home #links ul.list--link li a span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  padding-top: 3px;
}
.page--home #links ul.list--link li a span::after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.page--home #links ul.list--link.fc span::after {
  background: url(/static/spitz/common/icon_arrow-w.svg) no-repeat;
  background-size: contain;
}
.page--home #links ul.list--link.official span::after {
  background: url(/static/spitz/common/icon_tablink-w.svg) no-repeat;
  background-size: contain;
}
.page--home #links ul.list--sns > p {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  opacity: 0.8;
}
.page--home #links ul.list--sns li {
  margin-top: 1.4em;
}
.page--home #links ul.list--sns li a {
  display: inline-block;
}
.page--home #links ul.list--sns li a span {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid;
}
.page--home #links ul.list--sns li a i {
  font-size: 24px;
}
.page--home #links ul.list--sns li a i.fa-youtube {
  font-size: 22px;
}
.page--home #links ul.list--sns li a i.fa-tiktok {
  font-size: 21px;
}
.page--home #links ul.list--sns li.mobile a {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.page--home #links ul.list--sns li.links .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  margin-top: 3px;
}
.page--home footer {
  background: rgba(255, 255, 255, 0.24);
  border-top: 1px solid #fff;
}
.page--home footer .footer-inner .list--support {
  display: flex;
  flex-wrap: wrap;
}
.page--home footer .footer-inner .list--support li {
  width: 50%;
  font-size: 12px;
  margin-bottom: 1em;
}
.page--home footer .footer-inner .copyright {
  text-align: center;
}
.page--home footer .footer-inner .footer-btn {
  display: none;
}

/* 下層
------------------------------ */
body:not(.page--home) .section--list,
body:not(.page--home) .section--detail {
  padding: 20px;
}
body:not(.page--home) .section--list .section-tit,
body:not(.page--home) .section--detail .section-tit {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1em;
}
body:not(.page--home) footer .footer-btn {
  display: flex;
  justify-content: space-between;
}
body:not(.page--home) footer .footer-btn .btn--home {
  width: auto;
  height: 33px;
  background: linear-gradient(to right, #b0c1e3 0%, #ffffff 45%);
  border: 1px solid #4f86c5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
body:not(.page--home) footer .footer-btn .btn--home img {
  width: 76px;
}
body:not(.page--home) footer .footer-btn .btn--top {
  width: auto;
  height: 33px;
  background: linear-gradient(to right, #b0c1e3 0%, #ffffff 45%);
  border: 1px solid #4f86c5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
body:not(.page--home) footer .footer-btn .btn--top img {
  width: 33px;
}
body:not(.page--home) footer .copyright {
  text-align: right;
}

/* page--info
------------------------------ */
.page--info .form__select {
  display: flex;
  justify-content: center;
  background: rgba(255, 255, 255, 0.3);
  padding: 6px 20px 6px 20px;
  margin-bottom: 1em;
}
.page--info .form__select .title {
  width: 5em;
  color: #000;
  font-size: 12px;
  font-weight: 600;
}
.page--info .form__select form {
  width: calc(100% - 5em);
  position: relative;
}
.page--info .form__select form::after {
  content: "";
  border-top: 8px solid #0057b5;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  right: 8px;
  top: calc(50% - 4px);
  pointer-events: none;
}
.page--info .form__select form select {
  width: 100%;
  height: 100%;
  color: #0057b5;
  font-weight: 600;
  padding: 5px 25px 5px 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
.page--info .section--list .list--info li {
  margin-bottom: 1em;
}
.page--info .section--list .list--info li .heading {
  display: flex;
  font-size: 12px;
  margin-bottom: 3px;
}
.page--info .section--list .list--info li .heading .date {
  margin-right: 1em;
}
.page--info .section--list .list--info li a {
  display: block;
  position: relative;
  padding: 8px 20px 6px 9px;
  background: linear-gradient(to top, #d8dbee, #edeff9);
  border: 1px solid #fff;
  border-radius: 5px;
}
.page--info .section--list .list--info li a::after {
  content: "";
  background: url(/static/spitz/common/arrow_blue.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
}
.page--info .section--list .list--info li a .title {
  color: #0057b5;
  font-weight: 600;
}
.page--info .section--detail .inner {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  padding: 1.5em 1em;
}
.page--info .section--detail .inner .heading {
  display: flex;
  font-size: 12px;
  margin-bottom: 1em;
}
.page--info .section--detail .inner .heading .date {
  margin-right: 1em;
}
.page--info .section--detail .inner .title {
  font-size: 1.1em;
  font-weight: 600;
  padding-bottom: 1em;
  border-bottom: 1px solid #8aa3d4;
  margin-bottom: 1em;
}
.page--info .section--detail .inner .txt a {
  text-decoration: underline;
  color: #0057b5;
}
.page--info .section--detail .inner .block--share {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 0.6em;
  margin-top: 2em;
}
.page--info .section--detail .inner .block--share li a {
  display: flex;
  color: #0057b5;
  font-size: 21px;
}
.page--info .section--detail .inner .block--share li a svg {
  fill: #0057b5;
}

/* page--schedule
------------------------------ */
.page--schedule .form__select {
  margin-bottom: 0;
}
.page--schedule .section--list .block--month {
  margin-top: 0;
}
.page--schedule .section--list #list--monthly {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin: 15px 0 20px;
  transform: skew(-20deg);
}
.page--schedule .section--list #list--monthly li {
  width: 16.6666666667%;
  border-right: 1px solid;
  margin: 3px 0;
}
.page--schedule .section--list #list--monthly li a, .page--schedule .section--list #list--monthly li > span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  transform: skew(20deg);
  padding: 0.3em;
  line-height: 1;
}
.page--schedule .section--list .list--schedule {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  padding: 10px 0;
}
.page--schedule .section--list .list--schedule .month {
  width: calc(100% + 10px);
  font-size: 22px;
  font-weight: 600;
  padding: 6px 20px;
  background: #b09dcb;
  margin-bottom: 15px;
  position: relative;
  left: -10px;
}
.page--schedule .section--list .list--schedule .month::before {
  content: "";
  top: 100%;
  left: 0;
  position: absolute;
  border-bottom: solid 15px transparent;
  border-right: solid 10px #7f6a9b;
}
.page--schedule .section--list .list--schedule li .date {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  border-top: 2px solid #b09dcb;
  border-bottom: 2px solid #b09dcb;
  padding: 12px 0;
  margin: 0 10px;
  position: relative;
}
.page--schedule .section--list .list--schedule li .date::before, .page--schedule .section--list .list--schedule li .date::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #b09dcb;
  position: absolute;
  left: 0;
}
.page--schedule .section--list .list--schedule li .date::before {
  top: 2px;
}
.page--schedule .section--list .list--schedule li .date::after {
  bottom: 2px;
}
.page--schedule .section--list .list--schedule li .block--text {
  margin: 0 10px;
  padding: 1em;
}
.page--schedule .section--list .list--schedule li .block--text .category {
  color: #7f6a9b;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.page--schedule .section--list .list--schedule li .block--text .title {
  color: #666;
}
.page--schedule .section--list .list--schedule li .block--text.same-date {
  border-top: 1px dashed #b09dcb;
}
.page--schedule .section--list .list--schedule li.no-data {
  color: #7f6a9b;
}

/* page--bio
------------------------------ */
.page--bio .section--list .list--info li {
  margin-bottom: 8px;
}
.page--bio .section--list .list--info li a {
  background: linear-gradient(to bottom, #8aa3d4, #d8dbee);
}
.page--bio .section--list .list--info li a::after {
  content: "";
  width: 16px;
  height: 13px;
  background: url(/static/spitz/common/arrow_white.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
}
.page--bio .section--detail .inner {
  color: #fff;
  background: none;
  padding: 0;
}
.page--bio .section--detail .inner .heading {
  display: none;
}
.page--bio .section--detail .inner .title {
  font-size: 1.2em;
  border-color: #ccc;
}

/* page--disco
------------------------------ */
.page--disco .section--list .block--category {
  margin-bottom: 2em;
}
.page--disco .section--list .block--category li a {
  display: block;
  color: #0057b5;
  font-weight: 600;
  background: linear-gradient(to bottom, #8aa3d4, #d8dbee);
  border: 1px solid #fff;
  border-radius: 4px;
  position: relative;
  padding: 0.5em 1.7em 0.5em 1em;
}
.page--disco .section--list .block--category li a::after {
  content: "";
  width: 16px;
  height: 13px;
  background: url(/static/spitz/common/arrow_white.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
}
.page--disco .section--list .block--category li + li {
  margin-top: 8px;
}
.page--disco .section--list .block--category li.current a {
  background: #fff;
  pointer-events: none;
}
.page--disco .section--list .list--discography li a {
  display: flex;
  align-items: start;
}
.page--disco .section--list .list--discography li a .thumb {
  width: 30%;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}
.page--disco .section--list .list--discography li a .thumb img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.page--disco .section--list .list--discography li a .thumb img.blur {
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  filter: blur(20px);
  transform: scale(2);
}
.page--disco .section--list .list--discography li a .block--text {
  width: 70%;
  padding-left: 1em;
}
.page--disco .section--list .list--discography li a .block--text .tit {
  font-weight: 600;
}
.page--disco .section--list .list--discography li a .block--text .date {
  font-size: 12px;
  margin-top: 5px;
}
.page--disco .section--list .list--discography li + li {
  margin-top: 15px;
}
.page--disco .section--detail .block--jacket {
  text-align: center;
  margin-bottom: 1.5em;
}
.page--disco .section--detail .block--detail .tit {
  margin-bottom: 0.5em;
}
.page--disco .section--detail .block--detail .date {
  margin-bottom: 2em;
}
.page--disco .section--detail .block--detail .block--comment a {
  text-decoration: underline;
}

/* page--faq
------------------------------ */
.page--faq .block--category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 0.3em;
  margin-bottom: 2.5em;
}
.page--faq .block--category li a {
  background: rgba(0, 87, 181, 0.3);
  font-size: 0.9em;
  display: inline-block;
  border: 1px solid;
  border-radius: 30px;
  line-height: 1.2;
  padding: 0.4em 1em;
}
.page--faq .tit--category {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.page--faq .list--faq {
  margin-bottom: 2em;
}
.page--faq .list--faq li a {
  display: block;
  background: rgba(255, 255, 255, 0.8);
}
.page--faq .list--faq li a::after {
  content: "";
  width: 16px;
  height: 13px;
  background: url(/static/spitz/common/arrow_blue.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
}
.page--faq .list--faq li a {
  color: #000;
  position: relative;
  padding: 1.2em 1.8em 1.2em 1em;
}
.page--faq .list--faq li + li {
  border-top: 2px solid #8aa3d4;
}
.page--faq .list--faq:last-of-type {
  margin-bottom: 0;
}
.page--faq .section--list .section-tit {
  margin-bottom: 0.7em;
}
.page--faq .section--list .searchBox {
  margin-bottom: 2em;
}
.page--faq .section--list .searchBox form {
  position: relative;
}
.page--faq .section--list .searchBox form input[type=text] {
  padding-right: 2.2em;
}
.page--faq .section--list .searchBox form input[type=submit] {
  color: #0057b5;
  font-size: 1.2em;
  font-family: FontAwesome;
  border: none;
  background: none;
  position: absolute;
  right: 0.5em;
  top: calc(50% - 0.6em - 5px);
  line-height: 1.2;
  padding: 5px;
}
.page--faq .section--detail .block--faq-detail {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  padding: 1.5em 1em;
  margin-bottom: 2em;
}
.page--faq .section--detail .block--faq-detail dt {
  display: flex;
  gap: 3px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #8aa3d4;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.page--faq .section--detail .block--faq-detail dd a {
  text-decoration: underline;
}
.page--faq .section--detail .block--contact {
  margin-top: 3em;
}

/* page--entry
------------------------------ */
.page--entry .section--detail .btn-about {
  width: 85%;
  margin: 1em auto 0.6em;
}
.page--entry .section--detail .btn-about a {
  display: block;
  background: #fff;
  color: #8aa3d4;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.2;
  padding: 0.8em;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.page--entry .section--detail .payment {
  margin-top: 3em;
}
.page--entry .section--detail .payment .title::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #b54487;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 3px;
  flex-shrink: 0;
}
.page--entry .section--detail .payment .title {
  display: flex;
  gap: 3px;
  border-bottom: 4px #b54487 double;
  padding-bottom: 5px;
  margin-bottom: 1em;
}
.page--entry .section--detail .payment .sub-title {
  font-size: 1.1em;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 0.8em;
}
.page--entry .section--detail .payment .list--basic {
  padding-bottom: 1em;
}
.page--entry .section--detail .must-read {
  border: 1px solid #ffff00;
  position: relative;
  margin: 3em 0;
  padding: 1em;
}
.page--entry .section--detail .must-read .title {
  position: absolute;
  top: -0.8em;
  background: #8aa3d4;
  color: #ffff00;
  padding: 0 5px;
}
.page--entry .section--detail .must-read .list--link {
  margin-top: 1em;
}
.page--entry .section--detail .must-read .list--link li {
  font-size: 16px;
  font-weight: 600;
}
.page--entry .section--detail .must-read .list--link li::before {
  content: "\f02d";
  color: #ffff00;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}
.page--entry .section--detail .must-read .list--link li a {
  border-bottom: 1px dashed #ffff00;
}
.page--entry .section--detail .must-read .list--link li + li {
  margin-top: 0.5em;
}

/* page--support
------------------------------ */
.page--support .section--detail .txt {
  margin-bottom: 1em;
}
.page--support .section--detail .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1em;
}
.page--support .section--detail .list--support dt {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0.6em;
}
.page--support .section--detail .list--support dd {
  margin-bottom: 2.2em;
}
.page--support .section--detail .list--support dd a {
  text-decoration: underline;
}
.page--support .section--detail .list--support + .list--support {
  border-top: 1px solid #ccc;
  margin-top: 2.5em;
  padding-top: 2.5em;
}

/* page--introduction
------------------------------ */
.page--introduction {
  min-width: 768px;
  max-width: 1200px;
  background: #6e90d2;
  margin-inline: auto;
}
.page--introduction .section--detail .block--top {
  position: relative;
  padding: 30px 260px 50px 30px;
}
.page--introduction .section--detail .block--top .main-title {
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 2em;
}
.page--introduction .section--detail .block--top .main-title span {
  display: block;
  font-size: 50px;
}
.page--introduction .section--detail .block--top p {
  font-size: 16px;
  font-weight: 500;
}
.page--introduction .section--detail .block--top .link {
  display: flex;
  align-items: center;
  gap: 1.5em;
  margin-top: 3em;
}
.page--introduction .section--detail .block--top .link .qr {
  width: 150px;
}
.page--introduction .section--detail .block--top .link .url a {
  display: block;
  font-size: clamp(24px, 3vw, 35px);
  font-weight: 600;
}
.page--introduction .section--detail .block--top .link .url span {
  display: block;
  text-align: right;
}
.page--introduction .section--detail .block--top .capture {
  position: absolute;
  width: 240px;
  top: 120px;
  right: 0;
  box-shadow: 3px 3px 12px 2px rgba(0, 0, 0, 0.25);
}
.page--introduction .section--detail .block--contents {
  background: #fff;
  color: #000;
  margin-right: 260px;
  padding: 50px 40px 30px;
}
.page--introduction .section--detail .block--contents .sub-title {
  text-align: center;
  margin-bottom: 1.5em;
}
.page--introduction .section--detail .block--contents .sub-title p {
  font-size: 16px;
  line-height: 1;
}
.page--introduction .section--detail .block--contents .sub-title h2 {
  font-size: clamp(20px, 2.8vw, 28px);
}
.page--introduction .section--detail .block--contents .sub-title h2 span {
  font-size: 150%;
}
.page--introduction .section--detail .block--contents .list--contents li {
  padding: 2em 0;
}
.page--introduction .section--detail .block--contents .list--contents li h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.3em;
}
.page--introduction .section--detail .block--contents .list--contents li p {
  font-size: 16px;
}
.page--introduction .section--detail .block--contents .list--contents li + li {
  border-top: 1px dashed #6e90d2;
}
.page--introduction footer {
  text-align: center;
}
.page--introduction footer .logo {
  width: 50%;
  max-width: 300px;
  margin-inline: auto;
}
.page--introduction footer .copyright {
  text-align: center !important;
}

/* page--member
------------------------------ */
.page--member {
  background: linear-gradient(to right, #b0c1e3 0%, #ffffff 45%);
  color: #000;
}
.page--member header .drawer-btn {
  color: #0057b5;
}
.page--member .attention {
  font-size: 12px;
  margin-bottom: 1.5em;
}
.page--member footer .copyright {
  color: rgba(0, 87, 181, 0.8);
}

/* page--blog
------------------------------ */
.page--blog .section--detail .block--detail {
  background: linear-gradient(to bottom, #a688bd, #8ca1d2);
  color: #fff;
  border-radius: 4px;
  padding: 1em 1em 1.5em;
}
.page--blog .section--detail .block--detail .title {
  font-size: 16px;
  font-weight: 600;
  display: flex;
}
.page--blog .section--detail .block--detail .title::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #c60080;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 3px;
  flex-shrink: 0;
}
.page--blog .section--detail .block--detail .date {
  font-weight: 600;
  margin-top: 3px;
  padding-left: calc(0.7em + 17px);
}
.page--blog .section--detail .block--detail .txt {
  border-top: 1px solid #ccc;
  margin-top: 1em;
  padding-top: 1em;
}
.page--blog .section--detail .block--detail .txt .ph, .page--blog .section--detail .block--detail .txt .video {
  margin: 1em 0;
}
.page--blog .section--detail .block--detail .txt .ph img {
  width: 100%;
}
.page--blog .section--detail .block--detail .txt .block--player {
  margin: 1em 0;
}
.page--blog .section--detail .block--detail .txt .block--player span {
  color: white;
}
.page--blog .section--detail .block--detail .txt .block--player .video-js {
  position: relative;
}
.page--blog .section--detail .block--detail .txt .block--player .video-js video {
  position: relative;
  aspect-ratio: 16/9;
}
.page--blog .section--detail .attention {
  margin-top: 1.5em;
  margin-bottom: 0;
}
.page--blog.spiblo .section--detail .block--detail .txt .ph::after {
  content: none;
}
.page--blog.tsushin .section--list .list--blog,
.page--blog.tsushin .section--detail .block--detail {
  background: linear-gradient(to bottom, #cc7db1, #9482b7);
}
.page--blog.tsushin .section--detail .block--detail .txt .ph::after {
  content: none;
}
.page--blog.interview .section--list .list--blog {
  background: linear-gradient(to bottom, #6c9cd2, #6aa7bd);
}
.page--blog.interview .section--list .list--blog li a::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #0068b7;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 3px;
  flex-shrink: 0;
}
.page--blog.interview .section--detail .block--detail {
  padding: 0;
  background: none;
}
.page--blog.interview .section--detail .block--detail .head {
  background: linear-gradient(to bottom, #6c9cd2, #6aa7bd);
  border-radius: 4px;
  padding: 1em;
}
.page--blog.interview .section--detail .block--detail .head .title::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #0068b7;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 3px;
  flex-shrink: 0;
}
.page--blog.interview .section--detail .block--detail .txt {
  background: rgba(238, 240, 245, 0.6);
  color: #000;
  border-top: none;
  border-radius: 4px;
  padding: 1em 1em 2em;
  margin-top: 1em;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
}
.page--blog.interview .section--detail .block--detail .txt .member::after {
  content: "：";
}
.page--blog.interview .section--detail .block--detail .txt .credit {
  display: block;
  text-align: right;
}

/* page--questionnaire
------------------------------ */
.page--questionnaire .form--post,
.page--questionnaire .form--confirm {
  margin-bottom: 3em;
}
.page--questionnaire .section--detail .section-tit {
  margin: 40px 0 !important;
}
.page--questionnaire .section--detail .section-tit img {
  width: calc(100% - 100px);
}
.page--questionnaire .section--detail .section-tit:has(img) {
  text-align: center;
}
.page--questionnaire .section--detail .ph {
  margin-bottom: 1em;
}
.page--questionnaire .section--detail .txt--basic {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.page--questionnaire .section--detail .txt--sub {
  font-size: 0.9em;
}
.page--questionnaire .section--detail .download {
  margin-bottom: 3em;
}
.page--questionnaire .section--detail .download img {
  width: 100%;
}
.page--questionnaire .section--detail .download:not(:has(img)) .download-text {
  display: none;
}
.page--questionnaire:not(.member-q) .form--confirm dt {
  font-size: 0.9em;
  opacity: 0.7;
}
.page--questionnaire:not(.member-q) .form--confirm dd {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5em;
}
.page--questionnaire.member-q .inner {
  background: linear-gradient(to bottom, #5eb7e8, #64c0ab);
  color: #fff;
  border-radius: 4px;
  padding: 2em 1em;
}
.page--questionnaire.member-q .inner .block--error li {
  color: #ffff00;
}
.page--questionnaire.complete .txt--basic {
  border: none;
}

/* page--qa
------------------------------ */
.page--qa .section--detail .txt {
  margin-bottom: 2em;
}
.page--qa .section--detail .list--note {
  margin: 2em 0;
}
.page--qa.page-qa__done .btn {
  margin-top: 2em;
}
.page--qa.comment-box .block--area {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 1em;
  margin-top: 90px;
}
.page--qa.comment-box .block--area .title {
  width: 80%;
  margin: -60px auto 1em;
}
.page--qa.comment-box .block--area .title img {
  width: 100%;
  pointer-events: none;
}
.page--qa.comment-box .block--area .btn .btn--main {
  background: #292929;
  border-color: #292929;
}
.page--qa.member-q .question,
.page--qa.member-q .answer {
  font-family: "copperplate", serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.4px;
}
.page--qa.member-q .question {
  color: #c60080;
}
.page--qa.member-q .answer {
  color: #0057b5;
}
.page--qa.member-q .date {
  font-size: 12px;
  margin-left: 1em;
}
.page--qa.member-q .section--list .list--qa {
  margin: 1.5em 0;
}
.page--qa.member-q .section--list .list--qa li {
  color: #fff;
}
.page--qa.member-q .section--list .list--qa li a {
  display: block;
  background: linear-gradient(to bottom, #5eb7e8, #64c0ab);
  border-radius: 4px;
  padding: 1em;
}
.page--qa.member-q .section--list .list--qa li a .heading {
  display: flex;
  align-items: center;
  margin-bottom: 0.6em;
}
.page--qa.member-q .section--list .list--qa li + li {
  margin-top: 15px;
}
.page--qa.member-q .section--detail .inner {
  background: linear-gradient(to bottom, #5eb7e8, #64c0ab);
  color: #fff;
  border-radius: 4px;
  padding: 1em;
  margin-bottom: 1.5em;
}
.page--qa.member-q .section--detail .inner .txt {
  margin-top: 0.6em;
  margin-bottom: 0;
}
.page--qa.member-q .section--detail .inner .block--a {
  border-top: 1px dotted #ccc;
  margin-top: 1em;
  padding-top: 1em;
}
.page--qa.member-q.page-qa__edit .section--detail .block--area {
  background: linear-gradient(to bottom, #5eb7e8, #64c0ab);
  color: #fff;
  border-radius: 4px;
  padding: 1em;
}

/* page--wallpaper
------------------------------ */
.page--wallpaper .section--list .list--contents {
  background: linear-gradient(to bottom, #64c0ab, #a5cc11);
  border-radius: 4px;
  padding: 1em;
}
.page--wallpaper .section--list .list--contents li a {
  display: flex;
  align-items: start;
  padding: 1em 0;
}
.page--wallpaper .section--list .list--contents li a .thumb {
  width: 30%;
  aspect-ratio: 1/1;
}
.page--wallpaper .section--list .list--contents li a .thumb img {
  width: 100%;
  height: 100%;
}
.page--wallpaper .section--list .list--contents li a .block--text {
  width: 70%;
  color: #fff;
  padding-left: 1em;
}
.page--wallpaper .section--list .list--contents li a .block--text .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.page--wallpaper .section--list .list--contents li a .block--text .date {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.page--wallpaper .section--list .list--contents li + li {
  border-top: 1px solid #ccc;
}
.page--wallpaper .section--detail .inner {
  background: linear-gradient(to bottom, #64c0ab, #a5cc11);
  color: #fff;
  border-radius: 4px;
  padding: 1.5em 1em;
}
.page--wallpaper .section--detail .inner .photo {
  margin: 5px 0;
}
.page--wallpaper .section--detail .attention {
  margin-top: 1em;
  margin-bottom: 0;
}

/* page--photo (待受画像アーカイブ)
------------------------------ */
.page--photo.page--wallpaper .list--contents li a {
  pointer-events: none;
}

/* page--report
------------------------------ */
.page--report .section--list .list--report {
  background: linear-gradient(to bottom, #6c9cd2, #6aa7bd);
}
.page--report .section--list .list--report li a::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #0068b7;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 3px;
  flex-shrink: 0;
}

/* page--setlist
------------------------------ */
.page--setlist .section--list .list--setlist {
  background: linear-gradient(to bottom, #cc7db1, #9482b7);
}
.page--setlist.page-information__list .section--list .category {
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 1em 0;
  border-bottom: 1px solid #fff;
}
.page--setlist.page-information__list .section--list .category::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #c60080;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 3px;
  flex-shrink: 0;
}
.page--setlist.page-information__list .section--list .list--setlist a::before {
  content: none;
}
.page--setlist.page-information__list .section--list .list--setlist a p {
  font-size: 15px;
}
.page--setlist .section--detail .inner {
  background: linear-gradient(to bottom, #cc7db1, #9482b7);
  color: #fff;
  border-radius: 4px;
  margin-bottom: 1em;
}
.page--setlist .section--detail .inner .category::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #c60080;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 3px;
  flex-shrink: 0;
}
.page--setlist .section--detail .inner .category {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  padding-bottom: 1.2em;
  margin-bottom: 1.2em;
}
.page--setlist .section--detail .inner .txt {
  font-size: 15px;
}

/* page--magazine
------------------------------ */
.page--magazine .section--list .block--title {
  text-align: center;
  color: #0057b5;
  background: #fff;
  width: 90%;
  border: 3px solid #0057b5;
  margin: 0 auto 2em;
  padding: 1em;
}
.page--magazine .section--list .block--title .logo {
  pointer-events: none;
}
.page--magazine .section--list .block--title .title {
  font-size: 20px;
  font-weight: 600;
}
.page--magazine .section--list .list--info li a {
  background: linear-gradient(to bottom, #8aa3d4, #d8dbee);
}
.page--magazine .section--list .list--info li a::after {
  background: url(/static/spitz/common/arrow_white.png) no-repeat;
  background-size: contain;
}
.page--magazine .section--detail .inner {
  background: none;
  color: #fff;
  padding: 0;
}
.page--magazine .section--detail .inner .txt .ph::after {
  content: none;
}

/* page--menu
------------------------------ */
.page--menu {
  background: linear-gradient(to right, #b0c1e3 0%, #ffffff 45%);
}
.page--menu .section--list {
  padding-top: 0 !important;
}
.page--menu .section--list .logo {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-bottom: 2em;
}
.page--menu .section--list .list--menu {
  background: rgba(255, 255, 255, 0.4);
}
.page--menu .section--list .list--menu li a {
  display: block;
  color: #0057b5;
}
.page--menu .section--list .list--menu li a .title {
  font-size: 18px;
  font-weight: 600;
}
.page--menu .section--list .list--menu li a .text {
  font-size: 11px;
  margin-top: 3px;
}
.page--menu .section--list .list--menu.main-menu {
  border-top: 1px solid #8aa3d4;
}
.page--menu .section--list .list--menu.main-menu li {
  border-bottom: 1px solid #8aa3d4;
}
.page--menu .section--list .list--menu.main-menu li a {
  padding: 1.2em 40px 1.2em 1em;
  position: relative;
}
.page--menu .section--list .list--menu.main-menu li a::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/static/spitz/common/icon_chev_member.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 15px);
  right: 5px;
}
.page--menu .section--list .list--menu.sub-menu {
  display: flex;
  border: 1px solid #8aa3d4;
  margin-top: 1.5em;
}
.page--menu .section--list .list--menu.sub-menu li {
  width: 50%;
}
.page--menu .section--list .list--menu.sub-menu li a {
  text-align: center;
  padding: 1.5em 1em;
}
.page--menu .section--list .list--menu.sub-menu li:first-child {
  border-right: 1px solid #8aa3d4;
}

/* page--photo-contest
------------------------------ */
.page--photo-contest {
  color: #fff;
}
.page--photo-contest .section--detail .block--detail {
  background: linear-gradient(to bottom, #64c0ab, #a5cc11);
  border-radius: 4px;
  padding: 1em;
}
.page--photo-contest .section--detail .block--detail .block--award {
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.2);
  padding: 1em;
}
.page--photo-contest .section--detail .block--detail .block--award .title {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.page--photo-contest .section--detail .block--detail .block--award .title img {
  width: 50px;
  pointer-events: none;
}
.page--photo-contest .section--detail .block--detail .block--award .title p {
  width: calc(100% - 50px);
  padding-left: 1em;
}
.page--photo-contest .section--detail .block--detail .block--award .ph {
  display: inline-block;
  margin-bottom: 1em;
  box-shadow: 8px 3px 6px rgba(0, 0, 0, 0.3);
}
.page--photo-contest .section--detail .block--detail .block--award .ph img {
  width: 100%;
}
.page--photo-contest .section--detail .block--detail .block--award .name {
  padding-left: 60px;
  position: relative;
  margin-bottom: 1.3em;
}
.page--photo-contest .section--detail .block--detail .block--award .name::before {
  content: "";
  background: url(/static/spitz/feature/photo/award_icon_camera.svg) no-repeat;
  background-size: contain;
  width: 50px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
}
.page--photo-contest .section--detail .block--detail .block--award .time {
  display: flex;
  flex-wrap: wrap;
}
.page--photo-contest .section--detail .block--detail .block--award .time dt {
  width: 5em;
  font-weight: 600;
}
.page--photo-contest .section--detail .block--detail .block--award .time dd {
  width: calc(100% - 5em);
}
.page--photo-contest .section--detail .block--detail .past-award {
  text-align: right;
  font-weight: 600;
  margin-top: 2em;
}
.page--photo-contest .section--detail .block--detail .past-award a {
  display: inline-block;
}
.page--photo-contest .section--detail .block--detail .past-award a::after {
  content: "";
  display: inline-block;
  background: url(/static/spitz/feature/photo/award_icon_arrow.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-left: 5px;
}
.page--photo-contest .section--detail .block--detail .block--about {
  margin-top: 50px;
}
.page--photo-contest .section--detail .block--detail .block--about .title {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin-bottom: 1.3em;
}
.page--photo-contest .section--detail .block--detail .block--about .title::after {
  content: "";
  width: calc(100% - 9.5em);
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -1em;
}
.page--photo-contest .section--detail .block--detail .block--about .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page--photo-contest .section--detail .block--detail .block--about .text span {
  font-weight: 600;
  background: linear-gradient(to bottom, transparent 60%, #fc88b7 60%);
  line-height: 1.7;
}
.page--photo-contest .section--detail .block--detail .block--sample {
  margin: 50px 0;
}
.page--photo-contest .section--detail .block--detail .block--sample .sample-swiper {
  width: 80%;
  overflow: visible;
}
.page--photo-contest .section--detail .block--detail .block--sample .text {
  background: rgba(255, 255, 255, 0.8);
  padding: 1em;
  width: 90%;
  color: #000;
  margin-top: -3em;
  box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
.page--photo-contest .section--detail .block--detail .block--sample.top-sample .sample-swiper {
  margin-right: 0;
}
.page--photo-contest .section--detail .block--detail .block--sample.photo-sample .sample-swiper {
  margin-left: 0;
}
.page--photo-contest .section--detail .block--detail .block--sample.photo-sample .text {
  margin-left: auto;
}
.page--photo-contest .section--detail .block--detail .block--note {
  color: #000;
}
.page--photo-contest .section--detail .block--detail .block--note .title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.page--photo-contest .section--detail .block--detail .block--note .title:last-of-type {
  margin-top: 2em;
}
.page--photo-contest .section--detail .block--detail .block--note .list--note {
  margin-top: 1em;
}
.page--photo-contest .section--detail .block--detail .block--note .list--note li {
  font-size: 13px;
}
.page--photo-contest .section--detail .block--detail .block--note .list--note li + li {
  margin-top: 5px;
}
.page--photo-contest .section--detail .block--detail .btn {
  margin: 2em 0;
}

/* page--photo (フォトコンテスト過去作品)
------------------------------ */
.page--photo.page--photo-contest.page-book__categorylist .section--list .list--contents {
  text-align: center;
  width: 80%;
  margin-inline: auto;
}
.page--photo.page--photo-contest.page-book__categorylist .section--list .list--contents li a {
  display: block;
  background: #64c0ab;
  font-weight: 600;
  padding: 10px;
  border-radius: 4px;
}
.page--photo.page--photo-contest.page-book__categorylist .section--list .list--contents li + li {
  margin-top: 10px;
}
.page--photo.page--photo-contest.page-book__photolist .section--list .list--contents {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.page--photo.page--photo-contest.page-book__photolist .section--list .list--contents li {
  background: linear-gradient(to bottom, #64c0ab, #a5cc11);
  width: calc((100% - 10px) / 2);
  box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.2);
}
.page--photo.page--photo-contest.page-book__photolist .section--list .list--contents li .thumb img {
  aspect-ratio: 88/59;
  object-fit: cover;
}
.page--photo.page--photo-contest.page-book__photolist .section--list .list--contents li .block--text {
  line-height: 1.2;
  padding: 10px;
}
.page--photo.page--photo-contest.page-book__photolist .section--list .list--contents li .block--text .name {
  font-size: 12px;
  display: flex;
  align-items: center;
}
.page--photo.page--photo-contest.page-book__photolist .section--list .list--contents li .block--text .name::before {
  content: "";
  background: url(/static/spitz/fanclub/photo/award_icon_camera.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  flex-shrink: 0;
}
.page--photo.page--photo-contest.page-book__photolist .section--list .list--contents li .block--text .award {
  display: flex;
  align-items: center;
  color: #c40e70;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 1em;
}
.page--photo.page--photo-contest.page-book__photolist .section--list .list--contents li .block--text .award::before {
  content: "";
  background: url(/static/spitz/fanclub/photo/award_item_ribbon2.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  flex-shrink: 0;
}
.page--photo.page--photo-contest.page-book__photolist .section--list .list--contents li .block--text .date,
.page--photo.page--photo-contest.page-book__photolist .section--list .list--contents li .block--text .time {
  font-size: 11px;
  margin-top: 0.7em;
  line-height: 1.3;
}
.page--photo.page--photo-contest.page-book__photolist .section--list .list--contents li .block--text .time {
  margin-top: 0.5em;
}

/* page--bbs (フォトコンテスト投稿ページ)
------------------------------ */
.page--bbs.page--photo-contest .section--detail .form-title {
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  margin: 0.5em 0 1em;
}
.page--bbs.page--photo-contest .section--detail form dl dt {
  background: rgba(0, 0, 0, 0.15);
  font-size: 15px;
  font-weight: 600;
  border-left: 4px solid #fff;
  padding: 6px 12px;
  margin-bottom: 0.7em;
}
.page--bbs.page--photo-contest .section--detail form dl dt.agreement {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  padding-top: 1em;
  padding-bottom: 1em;
}
.page--bbs.page--photo-contest .section--detail form dl dt.agreement input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}
.page--bbs.page--photo-contest .section--detail form dl dt.agreement input:checked {
  background: #083995;
  border-color: #083995;
}
.page--bbs.page--photo-contest .section--detail form dl dt.agreement input:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.page--bbs.page--photo-contest .section--detail form dl dt.agreement p {
  width: calc(100% - 20px);
  padding-left: 0.5em;
}
.page--bbs.page--photo-contest .section--detail form dl dt.agreement p a {
  text-decoration: underline;
}
.page--bbs.page--photo-contest .section--detail form dl dd {
  margin-bottom: 1.5em;
}
.page--bbs.page--photo-contest .section--detail form #submitBtn.disabled {
  opacity: 0.3;
}
.page--bbs.page--photo-contest.page-bbs__commentconfirm .block--error li {
  margin-bottom: 1em;
}
.page--bbs.page--photo-contest.page-bbs__commentconfirm .txt {
  margin-bottom: 1em;
}
.page--bbs.page--photo-contest.page-bbs__commentcomplete .txt {
  color: #000;
}

/* page--birthday-message
------------------------------ */
.page--birthday-message main {
  min-height: auto;
}
.page--birthday-message .section--detail .date {
  text-align: center;
  font-family: "copperplate", serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
  font-size: 18px;
  margin-bottom: 1.2em;
}
.page--birthday-message .section--detail .head-message {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
.page--birthday-message .section--detail .comment {
  margin-top: 2em;
}
.page--birthday-message .section--detail .comment dt {
  text-align: center;
  font-weight: 600;
  background: #0057b5;
  color: #fff;
  padding: 1em;
}
.page--birthday-message .section--detail .comment dd {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  background: #fff;
  transition: 0.5s;
  padding: 0 1em;
}
.page--birthday-message .section--detail .comment.open dd {
  max-height: 1000px;
  overflow: visible;
  opacity: 1;
  padding: 1.5em 1em;
}
.page--birthday-message .list--note {
  background: #8aa3d4;
  color: #fff;
  padding: 30px 20px;
}
.page--birthday-message .list--note a {
  text-decoration: underline;
}
.page--birthday-message footer {
  background: #8aa3d4;
}
.page--birthday-message footer .copyright {
  color: #fff;
}

/* page--mail
------------------------------ */
.page--mail .section--detail .inner {
  background: linear-gradient(to bottom, #abcd04, #f3e100);
  border-radius: 4px;
  padding: 2em 1em;
}
.page--mail .section--detail .inner .list--link {
  margin-bottom: 2em;
}
.page--mail .section--detail .inner .list--link li a {
  display: block;
  color: #fff;
  font-weight: 600;
  background: rgba(92, 130, 94, 0.4);
}
.page--mail .section--detail .inner .list--link li a::after {
  content: "";
  width: 16px;
  height: 13px;
  background: url(/static/spitz/common/arrow_white.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
}
.page--mail .section--detail .inner .list--link li a {
  position: relative;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 1em 2em 1em 1em;
}
.page--mail .section--detail .inner .list--link li + li {
  margin-top: 7px;
}
.page--mail .section--detail .inner .sample > p {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.page--mail .section--detail .inner .sample .sample-inner {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 1em;
}

/* page--mail_detail
------------------------------ */
.page--mail_detail .section--detail .list--block > li {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  padding: 2em 1em;
}
.page--mail_detail .section--detail .list--block > li + li {
  margin-top: 2em;
}
.page--mail_detail .section--detail .list--block > li a {
  color: #0057b5;
  text-decoration: underline;
}
.page--mail_detail .section--detail .list--block > li .title {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #8aa3d4;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
}
.page--mail_detail .section--detail .list--block > li dl dt {
  font-weight: 600;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.page--mail_detail .section--detail .list--basic,
.page--mail_detail .section--detail .list--note {
  margin: 1em 0;
}
.page--mail_detail .section--detail.setting .list--block > li .domain {
  text-align: center;
  font-weight: 600;
  color: #d61111;
}
.page--mail_detail .section--detail.setting .list--block > li .domain .note {
  font-size: 8vw;
  border: 2px solid;
  width: 90%;
  margin: 0.5em auto 1em;
  padding: 5px 5px 10px;
}
.page--mail_detail .section--detail.setting .list--block > li .heading {
  margin-bottom: 2em;
}
.page--mail_detail .section--detail.setting .list--block > li .heading p {
  font-weight: 600;
}
.page--mail_detail .section--detail.setting .list--block > li .list--link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-top: 2em;
}
.page--mail_detail .section--detail.setting .list--block > li .list--link a {
  display: block;
  color: #fff;
  background: #0057b5;
  text-decoration: none;
  border-radius: 3px;
  padding: 0.5em 0.8em;
}
.page--mail_detail .section--detail.setting .list--block > li#other p:not(.title) {
  font-weight: normal;
}

/* page--error
------------------------------ */
.page--error main {
  padding-top: 80px !important;
}
.page--error .tit {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 1.5em;
}
.page--error .btn {
  margin-top: 3em;
}

/* page--redirect
------------------------------ */
.page--redirect header,
.page--redirect footer {
  display: none;
}

/* first_login
------------------------------ */
.first_login img {
  width: 100%;
}
.first_login .sub-tit {
  margin-bottom: 1em;
  font-weight: bold;
  color: #ffff00;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.first_login .section-tit {
  text-align: center;
}
.first_login .section-tit span {
  display: block;
  margin-bottom: 1em;
}
.first_login .block--lead {
  margin-bottom: 2em;
}
.first_login .content-tit {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.8em;
}
.first_login .block--tit {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.2em;
}
.first_login .txt--basic {
  margin: 0 0 1em;
}
.first_login .block--attention {
  margin-bottom: 2em;
  padding-bottom: 1em;
  color: #000;
  border: 2px solid #d61111;
  background-color: #ffecec;
}
.first_login .block--attention .attention--detail {
  padding-left: 1em;
  padding-right: 1em;
}
.first_login .attention-tit {
  margin-bottom: 1em;
  padding: 0.5em 1em;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background-color: #d61111;
  color: #fff;
}
.first_login .txt--important {
  color: #d61111;
}
.first_login .txt--important .large {
  display: inline-block;
  padding: 0.5em 0;
  font-size: 1.3em;
  font-weight: bold;
  text-decoration: underline;
}
.first_login .block--step {
  margin-top: 100px;
}
.first_login .block--step img {
  border: 1px solid #fff;
  margin: 1em auto 0;
}
.first_login .block--step .btn {
  margin-top: 1em;
}
.first_login .block--step .step-label {
  font-weight: bold;
  margin-right: 1em;
}
.first_login .block--step .list--step_link li {
  margin-bottom: 2em;
  position: relative;
}
.first_login .block--step .list--step_link li a {
  display: block;
  width: 100%;
  padding: 1.2em 1em;
  border: 1px solid #fff;
  position: relative;
}
.first_login .block--step .list--step_link li a .step-label {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.first_login .block--step .list--step_link li::before {
  content: "";
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  bottom: -1em;
  left: 50%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateX(-50%) rotate(135deg);
}
.first_login .block--step .list--step_link li:last-of-type::before {
  content: none;
}
.first_login .block--step .list--step {
  margin-top: 100px;
}
.first_login .block--step .list--step > li {
  padding: 1em;
  border: 1px solid #fff;
}
.first_login .block--step .list--step > li .step-detail + .step-detail {
  margin-top: 2em;
}
.first_login .block--step .list--step > li .step-tit {
  display: flex;
  gap: 0.8em;
  align-items: flex-start;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #fff;
}
.first_login .block--step .list--step > li .step-tit .label {
  background-color: #fff;
  color: #0057b5;
  font-weight: bold;
  padding: 0.5em;
  line-height: 1;
}
.first_login .block--step .list--step > li .step-tit .tit {
  font-size: 1.1em;
  font-weight: bold;
}
.first_login .block--step .list--step > li .attention-tit {
  background-color: transparent;
  padding: 1em 1em 0;
  color: #d61111;
}
.first_login .block--step .list--step > li + li {
  margin-top: 50px;
}
.first_login .btn {
  margin-top: 3em;
}
.first_login .link-wrap {
  margin-top: 1.2em;
}
.first_login .mt {
  margin-top: 1.2em;
}

/* 時間帯デザイン変更
------------------------------ */
body.morning {
  background: #fff;
  color: #000;
}
body.morning .drawer-btn {
  color: #0057b5;
}
body.morning #menu .link-schedule a {
  color: #0057b5;
}
body.morning #members .list--menu {
  border-color: #ccc;
}
body.morning #members .list--menu li:first-child {
  border-color: #ccc;
}
body.morning #members .list--menu li a {
  background: #f2f2f2;
}
body.morning #links ul + ul {
  border-color: #ccc;
}
body.morning footer {
  background: #333;
}
body.evening {
  background: #b09dcb;
}
body.night {
  background: #000;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
}