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

/*Adobe Fonts ちらつき対策用CSS*/
body:not(.page--home) {
  opacity: 0;
  transition: opacity 0.1s;
}

html.wf-active body:not(.page--home),
html.loading-delay body:not(.page--home) {
  opacity: 1;
}

/*Adobe Fonts ちらつき対策用CSSここまで*/
body {
  background: #FFF;
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
body.loaded #loading {
  pointer-events: none;
}

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

button {
  cursor: pointer;
}

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

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

::-moz-selection {
  background: #000;
  color: #FFF;
}

::selection {
  background: #000;
  color: #FFF;
}

::-moz-selection {
  background: #000;
  color: #FFF;
}

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

.svg-parts {
  display: none;
}

.txt--basic {
  margin: 0 0 1.2em;
  font-family: "Noto Sans JP", sans-serif;
}

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

.txt--link {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.red {
  color: #cc0000;
}

#loading {
  width: 100vw;
  height: 100vh;
  height: 100lvh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  transition: all 0.3s 0s ease;
}
#loading .load-logo {
  display: none;
  width: 22vw;
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  #loading .load-logo {
    width: 38.4vw;
  }
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .inner .g-nav {
  display: flex;
  font-family: massilia, sans-serif;
  font-weight: 500;
}
.header .inner .g-nav ul {
  display: flex;
}
.header .header-logo svg {
  display: block;
}

.block--button-nav {
  display: flex;
}

.swiper-prev,
.swiper-next {
  position: relative;
  height: 2vh;
}
.swiper-prev::before, .swiper-prev::after,
.swiper-next::before,
.swiper-next::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
}
.swiper-prev::before,
.swiper-next::before {
  width: 100%;
  height: 2px;
  left: 0;
}
.swiper-prev:after,
.swiper-next:after {
  width: 33%;
  height: 2px;
}
.swiper-prev.swiper-button-disabled,
.swiper-next.swiper-button-disabled {
  pointer-events: none;
}
.swiper-prev.swiper-button-disabled::before, .swiper-prev.swiper-button-disabled::after,
.swiper-next.swiper-button-disabled::before,
.swiper-next.swiper-button-disabled::after {
  background-color: #ccc;
}

.swiper-prev:after {
  left: 0;
  bottom: -1px;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}

.swiper-next:after {
  right: 0;
  bottom: 0;
  transform: rotate(45deg);
  transform-origin: bottom right;
}

.delighter {
  opacity: 0;
  transition: 0.5s 0.3s;
}
.delighter.started {
  opacity: 1;
}

.section-tit {
  font-family: eurostile-condensed, sans-serif;
  font-weight: 800;
  font-style: normal;
}
.section-tit.serif {
  letter-spacing: -0.05em;
}
.section-tit.jp {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}

.btn {
  text-align: center;
}
.btn a {
  display: inline-block;
  padding: 1.2em 3em;
  font-weight: bold;
  border-radius: 999px;
}

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

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

.detail__btn {
  text-align: center;
  margin-top: 5em;
}

.list--def > li {
  margin: 0.3em 0;
  padding-left: 1em;
  text-indent: -1em;
}
.list--def > li::before {
  content: "・";
}

.sub-txt-list > li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.list--info li {
  border-bottom: 1px solid #dddddd;
}
.list--info li.no-data {
  border: none;
}
.list--info li a {
  display: block;
}
.list--info li .data-wrap {
  display: flex;
  align-items: center;
}
.list--info li .date {
  font-family: massilia, sans-serif;
  font-weight: 500;
  color: #999999;
  display: inline-block;
}
.list--info li .category {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2em;
  justify-content: center;
  align-items: center;
  font-family: massilia, sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #999999;
  line-height: 1;
  padding: 0 1em;
  border: 1px solid #999999;
}
.list--info li .category.win {
  padding-top: 0.2em;
}
.list--info li .icon--new {
  width: 2em;
  fill: #c00;
}
.list--info li .tit {
  padding-top: 1.14em;
  font-weight: bold;
}

ol.support-list li {
  padding: 0.3em 0;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
ol.support-list li:nth-of-type(n+10) {
  text-indent: -1.6em;
  padding-left: 1.6em;
}

.list--attention li {
  text-indent: -1.2em;
  padding-left: 1.2em;
  margin: 0.3em 0;
}
.list--attention li::before {
  content: "※";
  margin-right: 0.2em;
}

.list--sns {
  display: flex;
  gap: 1em;
}

.list--tag {
  display: flex;
  flex-wrap: wrap;
}
.list--tag li a {
  display: inline-block;
  font-size: 12px;
  padding: 0.5em 1em;
  border: 1px solid #000;
  border-radius: 999px;
}

table {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #000;
}
table th, table td {
  border: 1px solid #000;
}
table th {
  background-color: #ccc;
}
table .list--attention {
  font-size: 90%;
}

.link-faq {
  display: block;
  margin-top: 1.2em;
  padding: 1em;
  font-size: 0.85em;
  border: 1px solid #999;
  border-radius: 6px;
  background-color: #fff;
  text-align: left;
}
.link-faq::after {
  font-family: FontAwesome;
  content: "\f08e";
  margin-left: 0.5em;
}
@media screen and (min-width: 1025px) {
  .link-faq:hover {
    background-color: #FD9001;
  }
}

.block--pager {
  display: flex;
  justify-content: center;
  gap: 1.2em;
  margin-top: 40px;
}

.pager__item--current {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.page--home .header .inner {
  justify-content: flex-end;
}
.page--home .header .header-logo {
  display: none;
}
.page--home .photo-wrap {
  height: 100vh;
  height: 100lvh;
  position: fixed;
  top: 0;
  left: 0;
}
.page--home .photo-wrap img {
  position: absolute;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  transition: all 1s;
}
.page--home .photo-wrap .kv-01 {
  z-index: 20;
}
.page--home .photo-wrap .kv-02 {
  z-index: 10;
}
.page--home .kv-wrap {
  width: 100%;
  height: 100lvh;
  position: relative;
}
.page--home .section--banner .bnr-container {
  overflow: hidden;
}
.page--home .section--info .section-tit {
  margin-bottom: 0;
}
.page--home .section--info .list__more {
  text-align: right;
}
.page--home .section--info .list__more a {
  font-family: massilia, sans-serif;
  font-weight: 500;
  line-height: 1;
  position: relative;
}
.page--home .section--info .list__more a::before, .page--home .section--info .list__more a::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 60%;
  height: 1px;
  transition: all 0.3s 0s ease;
}
.page--home .section--info .list__more a::after {
  transform: rotate(45deg);
  transform-origin: bottom right;
}
.page--home .section--info .list--info {
  margin-top: 50px;
}

.page--info .section--detail .block--tit {
  margin-bottom: 3em;
  padding-bottom: 1em;
  border-bottom: 1px solid #dddddd;
}
.page--info .section--detail .block--tit .tit {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.page--info .section--detail .block--tit .date {
  display: inline-block;
  font-size: 14px;
}
.page--info .section--detail .block--tit .category {
  display: inline-block;
  font-size: 12px;
  margin-left: 1em;
  color: #999999;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
}
.page--info .section--detail .block--share {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1.2em;
  padding-top: 3em;
}
.page--info .section--detail .block--share .share {
  font-family: massilia, sans-serif;
}
.page--info .section--detail .block--share li {
  display: flex;
  align-items: center;
}
.page--info .section--detail .block--share li a {
  display: inline-flex;
  align-items: center;
  font-size: 1.3em;
}
@media screen and (min-width: 1025px) {
  .page--info .section--detail .block--share li a:hover {
    opacity: 0.3;
  }
}

.section--detail.support {
  line-height: 1.6;
}
.section--detail.support .support-tit_sub {
  padding-bottom: 1em;
  margin-bottom: 2em;
  border: 1px solid #000;
}
.section--detail.support .lead {
  margin-bottom: 3em;
}
.section--detail.support dl:not(:last-of-type) {
  margin-bottom: 3em;
}
.section--detail.support dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.section--detail.support .list--support dt {
  padding-bottom: 0.5em;
  margin-bottom: 1.6em;
  border-bottom: 1px solid #999999;
}
.section--detail.support .list--support dd {
  margin-bottom: 3em;
}
.section--detail.support .list--terms {
  margin-top: 0.5em;
}
.section--detail.support ol.list--terms {
  padding-left: 1.5em;
}
.section--detail.support ol.list--terms li {
  list-style-type: decimal;
  margin-bottom: 0.5em;
}
.section--detail.support ol.list--terms.parentheses {
  padding-left: 0;
}
.section--detail.support ol.list--terms.parentheses > li {
  list-style-type: none;
  counter-increment: cnt;
}
.section--detail.support ol.list--terms.parentheses > li::before {
  content: "(" counter(cnt) ") ";
}
.section--detail.support ol.list--terms.circle {
  padding-left: 0em;
}
.section--detail.support ol.list--terms.circle.txt--indent {
  padding-left: 1em;
}
.section--detail.support ol.list--terms.circle > li {
  list-style: none;
  list-style-type: none;
  counter-increment: none;
}

.page--faq .searchBox {
  position: relative;
}
.page--faq .searchBox input[type=text] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  padding: 1em 0;
  border-radius: 0;
}
.page--faq .searchBox input[type=submit] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  padding: 16px 0;
  font-family: FontAwesome;
  font-size: 20px;
  color: #000;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.page--faq .tit--category {
  font-weight: bold;
  margin: 4em 0 1em;
}
.page--faq .list--faq li {
  border-bottom: 1px solid #dddddd;
}
.page--faq .list--faq li a {
  display: flex;
  align-items: flex-start;
}
.page--faq .icon--q {
  display: block;
  margin-right: 0.5em;
  font-weight: bold;
  color: #FD9001;
}
.page--faq .section--detail .category {
  margin-bottom: 1em;
  font-weight: normal;
  font-size: 12px;
  color: #666;
}
.page--faq .section--detail .block--faq-detail dt {
  display: flex;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
  font-weight: bold;
  border-bottom: 1px solid #dddddd;
}

.page--entry .section-tit {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.page--entry .section-tit svg {
  display: block;
}
.page--entry .content-tit {
  font-family: eurostile-condensed, sans-serif;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  margin-bottom: 0.8em;
  letter-spacing: -0.05em;
  line-height: 1;
}
.page--entry .content-tit span {
  display: block;
  margin-top: 0.5em;
  font-size: max(40%, 12px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #666;
  letter-spacing: 0.05em;
}
.page--entry .content-tit.jp {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.page--entry .member--content-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.page--entry .member--content-item {
  background-color: #000;
  color: #fff;
}
.page--entry .member--content-item .item-tit {
  font-weight: 700;
  margin-bottom: 0.8em;
}
.page--entry .member--content-item .item-txt {
  font-size: 14px;
}
.page--entry .member--content-item .item-txt .note {
  display: block;
  margin-top: 0.5em;
  font-size: 0.9em;
  color: #ccc;
}
.page--entry .member--content-item .item-txt .note::before {
  content: "※";
}
.page--entry .text-attention {
  font-size: 90%;
  margin-top: 1em;
}
.page--entry .section--excite {
  background-color: #f0f0f0;
}
.page--entry .section--join {
  border: 1px solid #000;
}
.page--entry .section--join .block--btn {
  display: flex;
  gap: 1.46vw;
  margin-top: 2em;
}
.page--entry .section--join .block--btn .text {
  margin-bottom: 1em;
  font-weight: bold;
}
.page--entry .section--join .block--btn .btn--wrap {
  width: 50%;
  background: #f0f0f0;
  padding: 2vw;
  text-align: center;
}
.page--entry .section--join .block--btn .btn--wrap .btn a {
  width: 100%;
}

.page--first_login .section-tit.jp {
  font-size: clamp(1.5rem, 1.364rem + 0.68vw, 1.875rem);
  text-align: center;
}
.page--first_login .section-tit.jp span {
  display: block;
  margin-bottom: 1em;
  font-size: 80%;
  color: #cc0000;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.page--first_login .content-tit {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  margin-bottom: 1em;
}
.page--first_login .block--tit {
  margin-bottom: 1.5em;
  font-weight: bold;
  font-size: 1.2em;
}
.page--first_login .block--attention {
  border: 2px solid #cc0000;
  background-color: #ffdada;
}
.page--first_login .block--step {
  margin-top: 100px;
}
.page--first_login .block--step img {
  border: 1px solid #dddddd;
  margin: 30px auto 0;
}
.page--first_login .block--step .step-label {
  font-weight: bold;
  margin-right: 1em;
}
.page--first_login .block--step .list--step_link li a {
  display: flex;
  width: 100%;
  padding: 1.2em 3em 1.2em 0;
  border-bottom: 1px solid #000;
  position: relative;
}
.page--first_login .block--step .list--step_link li a::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 1em;
  width: 0.8em;
  height: 0.8em;
  border-bottom: 2px solid #999999;
  border-right: 2px solid #999999;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s 0s ease;
}
.page--first_login .block--step .list--step {
  margin-top: 100px;
}
.page--first_login .block--step .list--step > li {
  border: 1px solid #000;
}
.page--first_login .block--step .list--step > li .step-tit {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #000;
}
.page--first_login .block--step .list--step > li .step-tit span {
  display: flex;
  align-items: center;
}
.page--first_login .block--step .list--step > li .step-tit .label {
  background-color: #000;
  color: #fff;
  font-size: 0.85em;
  padding: 0.5em 1em;
}
.page--first_login .block--step .list--step > li .step-tit .tit {
  font-size: 1.1em;
  padding: 0.5em 1em;
}
.page--first_login .block--step .list--step > li + li {
  margin-top: 50px;
}
.page--first_login .btn {
  margin-top: 50px;
}
.page--first_login .txt--link {
  margin-top: 1.2em;
}
.page--first_login .link-wrap {
  margin-top: 1.2em;
}
.page--first_login .mt {
  margin-top: 1.2em;
}

.section--payment .payment-table th {
  width: 30%;
}

.page--questionnaire .section-tit {
  font-size: min(2.9vw, 40px);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}
.page--questionnaire .block--error {
  color: #c00;
}
.page--questionnaire .form--post,
.page--questionnaire .form--confirm {
  margin-top: 3em;
}
.page--questionnaire .form--post dt,
.page--questionnaire .form--confirm dt {
  font-weight: bold;
  margin-bottom: 0.8em;
}
.page--questionnaire .form--post dd,
.page--questionnaire .form--confirm dd {
  margin-bottom: 3em;
}
.page--questionnaire .form--post .icon--required::before,
.page--questionnaire .form--confirm .icon--required::before {
  content: "必須";
  margin-left: 0.8em;
  padding: 0 0.5em 0.1em;
  font-size: 0.7em;
  color: #c00;
  border: 1px solid #c00;
  line-height: 1;
}
.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=number],
.page--questionnaire .form--confirm input[type=text],
.page--questionnaire .form--confirm input[type=tel],
.page--questionnaire .form--confirm input[type=email],
.page--questionnaire .form--confirm input[type=number] {
  width: 100%;
  padding: 0.5em;
  border-width: 1px;
}
.page--questionnaire .form--post input.input--quarter,
.page--questionnaire .form--confirm input.input--quarter {
  width: 35%;
}
.page--questionnaire .form--post .form--horizontal,
.page--questionnaire .form--confirm .form--horizontal {
  display: flex;
  gap: 1em;
}
.page--questionnaire .form--post .form--horizontal .form__select,
.page--questionnaire .form--confirm .form--horizontal .form__select {
  display: inline-block;
}
.page--questionnaire .form--post .form--horizontal .form__select select,
.page--questionnaire .form--confirm .form--horizontal .form__select select {
  min-width: auto;
  width: 6em;
}
.page--questionnaire .form--post .form--horizontal.form__radio,
.page--questionnaire .form--confirm .form--horizontal.form__radio {
  display: block;
}
.page--questionnaire .form--post .form__checkbox li + li,
.page--questionnaire .form--post .form__radio li + li,
.page--questionnaire .form--confirm .form__checkbox li + li,
.page--questionnaire .form--confirm .form__radio li + li {
  margin-top: 1em;
}
.page--questionnaire .form--post .form__checkbox label,
.page--questionnaire .form--post .form__radio label,
.page--questionnaire .form--confirm .form__checkbox label,
.page--questionnaire .form--confirm .form__radio label {
  cursor: pointer;
}
.page--questionnaire .form--post .form__checkbox label input,
.page--questionnaire .form--post .form__radio label input,
.page--questionnaire .form--confirm .form__checkbox label input,
.page--questionnaire .form--confirm .form__radio label input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
}
.page--questionnaire .form--post .form__checkbox label p,
.page--questionnaire .form--post .form__radio label p,
.page--questionnaire .form--confirm .form__checkbox label p,
.page--questionnaire .form--confirm .form__radio label p {
  display: inline-block;
  position: relative;
  padding-left: 1.7em;
}
.page--questionnaire .form--post .form__checkbox label p::before,
.page--questionnaire .form--post .form__radio label p::before,
.page--questionnaire .form--confirm .form__checkbox label p::before,
.page--questionnaire .form--confirm .form__radio label p::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #000;
  transform: translateY(-50%);
}
.page--questionnaire .form--post .form__checkbox p::before,
.page--questionnaire .form--confirm .form__checkbox p::before {
  border-radius: 6px;
}
.page--questionnaire .form--post .form__checkbox :checked ~ p::before,
.page--questionnaire .form--confirm .form__checkbox :checked ~ p::before {
  background-color: #FD9001;
  border-color: #FD9001;
}
.page--questionnaire .form--post .form__checkbox :checked ~ p::after,
.page--questionnaire .form--confirm .form__checkbox :checked ~ p::after {
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 0.3em;
  transform: translateY(-50%);
  font-family: FontAwesome;
  font-size: 0.8em;
  color: #fff;
}
.page--questionnaire .form--post .form__radio p::before,
.page--questionnaire .form--confirm .form__radio p::before {
  border-radius: 50%;
}
.page--questionnaire .form--post .form__radio :checked ~ p::before,
.page--questionnaire .form--confirm .form__radio :checked ~ p::before {
  border: 6px solid #FD9001;
}
.page--questionnaire .form--post select,
.page--questionnaire .form--confirm select {
  max-width: 100%;
  min-width: 12em;
  padding: 0.5em 0.3em;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
}
.page--questionnaire .form--post textarea,
.page--questionnaire .form--confirm textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: auto;
  box-shadow: none;
  padding: 0.5em;
  line-height: 1.6;
}
.page--questionnaire .btn--main {
  margin-top: 1.5em;
  padding: 1.2em 5em;
  border-radius: 999px;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .page--questionnaire .btn--main {
    transition: all 0.3s 0s ease;
  }
  .page--questionnaire .btn--main:hover {
    background-color: #FD9001;
    transition: all 0.3s 0s ease;
  }
}
.page--questionnaire .btn--sub {
  margin-top: 1.5em;
  padding: 1.2em 5em;
  line-height: 1;
}

.page--live-broadcasting .section-tit__sub {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
.page--live-broadcasting .block--tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 120%;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #000;
}
.page--live-broadcasting .video {
  position: relative;
  padding-bottom: 56.25%;
}
.page--live-broadcasting .block--attention {
  margin-top: 3em;
}
.page--live-broadcasting .block--post textarea {
  width: 100%;
  height: 6em;
  padding: 0.5em;
  line-height: 1.6;
}
.page--live-broadcasting .block--post .btn--main {
  display: inline-block;
  padding: 1.2em 3em;
  font-weight: bold;
  border-radius: 999px;
  width: 100%;
  margin-top: 2em;
  cursor: pointer;
  border: none;
}
.page--live-broadcasting .block--comment--wrap .list--comment {
  margin-top: 3em;
  overflow-y: scroll;
}
.page--live-broadcasting .block--comment--wrap .list--comment .block--comment {
  padding-bottom: 1.3em;
  border-bottom: 1px solid #dddddd;
}
.page--live-broadcasting .block--comment--wrap .list--comment .block--comment + .block--comment {
  margin-top: 1.3em;
}
.page--live-broadcasting .block--comment--wrap .list--comment .name {
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.page--live-broadcasting .block--comment--wrap .list--comment .date {
  display: inline-block;
  font-size: 0.7em;
  font-weight: bold;
  margin-top: 1em;
  line-height: 1;
}
.page--live-broadcasting .block--comment--wrap .list--comment .block--delete {
  font-size: 0.7em;
  font-weight: bold;
  margin-top: 1em;
  line-height: 1;
  text-align: right;
  float: right;
  cursor: pointer;
}

footer {
  background: #000;
  color: #fff;
}
footer .nav--support {
  display: flex;
}
footer .copyright small {
  font-size: 10px;
  color: #999999;
  font-family: massilia, sans-serif;
}

@media screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.3s 0s ease;
  }
  a:hover {
    transition: all 0.3s 0s ease;
  }
  .txt--link:hover {
    opacity: 0.3;
  }
  .header .inner {
    padding: 1.5vw;
  }
  .header .inner .header-logo {
    width: min(80px, 5.8vw);
  }
  .header .inner .header-logo svg {
    transition: all 0.3s 0s ease;
  }
  .header .inner .header-logo svg:hover {
    transition: all 0.3s 0s ease;
    fill: #FD9001;
  }
  .header .inner .g-nav {
    display: flex;
    font-family: massilia, sans-serif;
    font-weight: 500;
  }
  .header .inner .g-nav ul {
    font-size: clamp(1rem, 0.475rem + 0.82vw, 1.5rem);
    gap: 1.4vw;
  }
  .header .inner .g-nav ul + ul {
    margin-left: 1.4vw;
    padding-left: 1.4vw;
    border-left: 1px solid #ccc;
  }
  .header .inner .g-nav a {
    position: relative;
  }
  .header .inner .g-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background-color: #FD9001;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s 0s ease;
  }
  .header .inner .g-nav a:hover {
    color: #FD9001;
  }
  .header .inner .g-nav a:hover::after {
    transform: scaleX(1);
    transition: all 0.3s 0s ease;
  }
  .block--button-nav {
    margin-top: 2vh;
    gap: 2.2vw;
  }
  .swiper-prev,
  .swiper-next {
    width: 2.9vw;
    cursor: pointer;
  }
  .swiper-prev:hover,
  .swiper-next:hover {
    opacity: 0.3;
    transition: all 0.3s 0s ease;
  }
  .swiper-prev::before, .swiper-prev::after,
  .swiper-next::before,
  .swiper-next::after {
    background-color: #000;
  }
  .swiper-prev.swiper-button-disabled,
  .swiper-next.swiper-button-disabled {
    cursor: inherit;
  }
  .swiper-prev.swiper-button-disabled::before, .swiper-prev.swiper-button-disabled::after,
  .swiper-next.swiper-button-disabled::before,
  .swiper-next.swiper-button-disabled::after {
    background-color: #ccc;
  }
  .section-tit {
    line-height: 1;
    margin-bottom: 9.1vh;
  }
  .section-tit.serif {
    font-size: min(5.1vw, 70px);
  }
  .section-tit.jp {
    font-size: min(2.9vw, 40px);
  }
  .btn a:hover {
    background-color: #FD9001;
  }
  .detail__btn a:hover {
    opacity: 0.3;
  }
  .list--info li a {
    padding: 1.4vw 0;
    position: relative;
  }
  .list--info li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #e5e5e5;
    transform: scaleX(0);
    transform-origin: left center;
    z-index: -1;
    transition: all 0.3s 0s ease;
  }
  .list--info li a:hover::before {
    transform: scaleX(1);
    transition: all 0.3s 0s ease;
  }
  .list--info li .category {
    margin-left: 1.4vw;
    font-size: 10px;
  }
  .list--info li .icon--new {
    margin-left: 1.4vw;
  }
  .list--tag {
    gap: 1em;
  }
  .list--tag li a:hover {
    background-color: #FD9001;
  }
  table th, table td {
    padding: 1em 1.5em;
  }
  table .list--attention {
    margin-top: 1em;
  }
  .pager__item--other a:hover,
  .pager__item--older a:hover,
  .pager__item--newer a:hover {
    color: #FD9001;
  }
  .page--home .header .inner {
    padding: 2.2vw;
  }
  .page--home .photo-wrap {
    width: 44.1%;
  }
  .page--home .content-wrap {
    width: 56vw;
    margin-left: auto;
  }
  .page--home .kv-wrap .kv-logo {
    position: absolute;
    display: block;
    width: 43vw;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page--home .section--banner {
    margin-top: 26vh;
  }
  .page--home .section--banner .section--inner {
    width: calc(100% - 7.3vw);
    margin-left: auto;
  }
  .page--home .section--banner .bnr-container {
    overflow: hidden;
  }
  .page--home .section--banner .bnr-container img {
    transition: all 0.3s 0s ease;
  }
  .page--home .section--banner .bnr-container a:hover img {
    transition: all 0.3s 0s ease;
    opacity: 0.3;
  }
  .page--home .section--info {
    margin-top: 48vh;
  }
  .page--home .section--info .section--inner {
    padding: 0 7.3vw;
  }
  .page--home .section--info .section-tit {
    font-size: 20.7vw;
    letter-spacing: -0.05em;
    line-height: 1;
  }
  .page--home .section--info .list__more a {
    padding-right: 2.2vw;
    font-size: 1vw;
  }
  .page--home .section--info .list__more a::before {
    width: 1.4vw;
    background-color: #000;
  }
  .page--home .section--info .list__more a::after {
    width: 5px;
    background-color: #000;
  }
  .page--home .section--info .list__more a:hover::before, .page--home .section--info .list__more a:hover::after {
    right: -5px;
    transition: all 0.3s 0s ease;
  }
  .page--home .section--info .list--info li .date {
    font-size: 1vw;
  }
  .page--home .section--info .list--info li .category {
    margin-left: 1.4vw;
    font-size: 0.7vw;
  }
  .page--home .section--info .list--info li .icon--new {
    margin-left: 1.4vw;
    font-size: 1vw;
  }
  .page--home .section--info .list--info li .tit {
    font-size: 1vw;
  }
  .page--home footer {
    width: 56%;
    margin-left: auto;
    margin-top: 48vh;
  }
  .page--home footer .logo {
    display: block;
    width: 100%;
  }
  .page--home footer .inner {
    padding: 9.1vh 2.9vw 0;
  }
  .page--home footer .nav--support {
    flex-wrap: wrap;
    width: 28.6vw;
  }
  .page--home footer .block--link {
    width: 12vw;
  }
  body:not(.page--home) .content-main {
    padding: 15.6vh 0 12vh;
  }
  body:not(.page--home) .section--inner {
    width: min(65.8vw, 900px);
    margin: auto;
  }
  body.page--info .section-tit {
    margin-bottom: 6.5vh;
  }
  body.page--live-broadcasting .section--inner {
    width: min(80.5vw, 1100px);
  }
  .page--info .section--detail .block--tit .tit {
    font-size: 28px;
  }
  .page--faq .list--tag {
    margin: 9vh 0;
  }
  .page--faq .tit--category {
    font-size: min(1.75vw, 28px);
  }
  .page--faq .list--faq li a {
    padding: 1.5em 0;
    position: relative;
  }
  .page--faq .list--faq li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #e5e5e5;
    transform: scaleX(0);
    transform-origin: left center;
    z-index: -1;
    transition: all 0.3s 0s ease;
  }
  .page--faq .list--faq li a:hover::before {
    transform: scaleX(1);
    transition: all 0.3s 0s ease;
  }
  .page--faq .block--faq-detail dt {
    font-size: min(1.6vw, 28px);
  }
  .page--faq .block--faq-detail a:hover {
    opacity: 0.3;
  }
  .page--entry .section-tit {
    font-size: min(3vw, 50px);
  }
  .page--entry .section-tit svg {
    width: min(14.6vw, 300px);
    margin: 0 auto 0.8em;
  }
  .page--entry .content-tit {
    font-size: min(3vw, 50px);
  }
  .page--entry .content-tit.jp {
    font-size: min(2vw, 34px);
  }
  .page--entry .section--item {
    margin-top: 13vh;
  }
  .page--entry .member--content-item {
    width: calc((100% - 20px) / 2);
    padding: 1.5vw 2vw 2vw;
  }
  .page--entry .member--content-item .item-tit {
    font-size: min(1.75vw, 24px);
  }
  .page--entry .entry-table th {
    width: 20%;
  }
  .page--entry .text-attention {
    font-size: 90%;
    margin-top: 1em;
  }
  .page--entry .section--excite {
    padding: 3vw 4vw;
  }
  .page--entry .section--excite .btn {
    margin-top: 2em;
  }
  .page--entry .section--excite .btn a {
    min-width: 350px;
  }
  .page--entry .section--join {
    text-align: center;
    padding: 3vw 2vw 2vw;
    margin-top: 6.5vh;
  }
  .page--entry .section--join .block--btn {
    gap: 0.7vw;
    margin-top: 2em;
  }
  .page--entry .section--join .block--btn .text {
    margin-bottom: 1em;
    font-weight: bold;
  }
  .page--entry .section--join .block--btn .btn--wrap {
    width: 50%;
    background: #f7f7f7;
    padding: 2vw;
    text-align: center;
  }
  .page--entry .section--join .block--btn .btn--wrap .btn a {
    width: 100%;
  }
  .page--first_login .block--attention {
    padding: 2.2vw;
  }
  .page--first_login .block--step .list--step_link li a:hover {
    color: #FD9001;
    border-color: #FD9001;
  }
  .page--first_login .block--step .list--step_link li a:hover::before {
    border-color: #FD9001;
    transition: all 0.3s 0s ease;
  }
  .page--first_login .block--step .list--step li .step-detail {
    padding: 2.2vw;
  }
  .page--questionnaire .content-main > section {
    width: min(65.8vw, 900px);
    margin: auto;
  }
  .page--questionnaire .section-tit {
    font-size: min(2.9vw, 40px);
  }
  .page--error .section--inner {
    text-align: center;
  }
  .page--error .section-tit, .page--error .txt {
    margin-bottom: 5.2vh;
  }
  .page--live-broadcasting .section-tit__sub {
    margin-top: 0.3em;
    font-size: 0.4em;
  }
  .page--live-broadcasting .block--video--wrap {
    display: flex;
  }
  .page--live-broadcasting .block--video {
    width: 70%;
  }
  .page--live-broadcasting .block--post .btn--main {
    transition: all 0.3s 0s ease;
  }
  .page--live-broadcasting .block--post .btn--main:hover {
    background-color: #FD9001;
    transition: all 0.3s 0s ease;
  }
  .page--live-broadcasting .block--comment--wrap {
    flex: 1;
    margin-left: 30px;
  }
  .page--live-broadcasting .block--comment--wrap .list--comment {
    max-height: 700px;
    height: 100%;
  }
  .page--live-broadcasting .block--comment--wrap .list--comment .report-btn:hover {
    opacity: 0.3;
    transition: all 0.3s 0s ease;
  }
  footer {
    padding: 5.2vh 0;
  }
  footer .logo {
    display: none;
  }
  footer .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2.9vw;
  }
  footer .nav--support {
    gap: 1.3vw;
    font-size: 0.8vw;
  }
  footer .nav--support a:hover {
    opacity: 0.5;
  }
  footer .block--link {
    width: min(14vw, 200px);
  }
  footer .block--link .official-link a:hover,
  footer .block--link .list--sns a:hover {
    opacity: 0.5;
  }
  footer .list--sns {
    margin-top: 1.3vw;
    justify-content: end;
  }
  footer .copyright {
    padding-left: 2.9vw;
    margin-top: 1.3vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  body.drawer-open {
    overflow: hidden;
  }
  .header .inner {
    padding: 5.1vw;
  }
  .header .inner .header-logo {
    width: min(60px, 15.3vw);
  }
  .header .inner .drawer {
    opacity: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    height: 100lvh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    line-height: 1;
    background-color: #000;
    pointer-events: none;
    overflow-y: scroll;
    transition: all 0.3s 0s ease;
  }
  .header .inner .drawer-inner {
    padding: 5em 0;
  }
  .header .inner .drawer__btn {
    width: clamp(1.875rem, 1.307rem + 2.84vw, 3.125rem);
    aspect-ratio: 1.5/1;
    position: relative;
    z-index: 1000;
    transition: all 0.3s 0s ease;
  }
  .header .inner .drawer__btn span {
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #000;
    left: 0;
  }
  .header .inner .drawer__btn span:first-of-type {
    top: 0;
  }
  .header .inner .drawer__btn span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .header .inner .drawer__btn span:last-of-type {
    bottom: 0;
  }
  .header .inner .drawer__btn.open {
    aspect-ratio: 1/1;
  }
  .header .inner .drawer__btn.open ~ .drawer {
    opacity: 1;
    pointer-events: all;
    transition: all 0.3s 0s ease;
  }
  .header .inner .drawer__btn.open span {
    width: 140%;
    background-color: #fff;
    transition: all 0.3s 0s ease;
  }
  .header .inner .drawer__btn.open span:first-of-type {
    transform: rotate(45deg);
    transform-origin: top left;
  }
  .header .inner .drawer__btn.open span:nth-of-type(2) {
    display: none;
  }
  .header .inner .drawer__btn.open span:last-of-type {
    transform: rotate(-45deg);
    transform-origin: top left;
  }
  .header .inner .g-nav {
    flex-direction: column;
    font-size: min(28vw, 140px);
    letter-spacing: -0.05em;
    font-family: eurostile-condensed, sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  .header .inner .g-nav ul:not(.list--sns) {
    flex-direction: column;
  }
  .header .inner .nav--menu__fc {
    color: #FD9001;
  }
  .header .inner .list--sns {
    font-size: 0.25em;
    justify-content: center;
    align-items: center;
    gap: 1.2em;
    margin-top: 1.3em;
  }
  .block--button-nav {
    margin-top: 1.7vh;
    margin-top: 1.7lvh;
    gap: 5.1vw;
  }
  .swiper-prev,
  .swiper-next {
    width: 7.7vw;
  }
  .swiper-prev::before, .swiper-prev::after,
  .swiper-next::before,
  .swiper-next::after {
    background-color: #fff;
  }
  .swiper-prev.swiper-button-disabled::before, .swiper-prev.swiper-button-disabled::after,
  .swiper-next.swiper-button-disabled::before,
  .swiper-next.swiper-button-disabled::after {
    background-color: #aaa;
  }
  .list--info li a {
    padding: 2.3vh 0;
  }
  .list--info li .category {
    margin-left: 5.1vw;
  }
  .list--info li .icon--new {
    margin-left: 5.1vw;
    font-size: 14px;
  }
  .list--tag {
    gap: 0.6em;
  }
  table {
    font-size: clamp(0.75rem, 0.636rem + 0.57vw, 1rem);
  }
  table th, table td {
    padding: 1em;
  }
  table .list--attention {
    margin-top: 0.8em;
  }
  .page--home .header .drawer__btn span {
    background-color: #fff;
  }
  .page--home .photo-wrap {
    width: 100vw;
    z-index: -1;
  }
  .page--home .kv-wrap .kv-logo {
    position: absolute;
    display: block;
    width: 89vw;
    height: auto;
    max-height: 35vh;
    max-height: 35lvh;
    bottom: 16vh;
    bottom: 16lvh;
    left: 50%;
    transform: translateX(-50%);
    fill: #fff;
  }
  .page--home .detail--wrap {
    background-color: rgba(0, 0, 0, 0.7);
    margin-top: 28.4vh;
    margin-top: 28.4lvh;
    padding-top: 7.7vw;
    padding-bottom: 53.3vh;
    padding-bottom: 53.3lvh;
  }
  .page--home .section--banner .section--inner {
    width: calc(100% - 7.7vw);
    margin-left: auto;
  }
  .page--home .section--info {
    margin-top: 53.3vh;
    margin-top: 53.3lvh;
    color: #fff;
  }
  .page--home .section--info .section--inner {
    padding: 0 5.1vw;
  }
  .page--home .section--info .section-tit {
    font-size: 46vw;
    letter-spacing: -0.07em;
    line-height: 1;
  }
  .page--home .section--info .list__more a {
    padding-right: 7.6vw;
  }
  .page--home .section--info .list__more a::before {
    width: 5.1vw;
    background-color: #fff;
  }
  .page--home .section--info .list__more a::after {
    width: 5px;
    background-color: #fff;
  }
  .page--home .section--info .list--info li .date {
    color: #CCCCCC;
  }
  .page--home .section--info .list--info li .category {
    color: #CCCCCC;
    border: 1px solid #CCCCCC;
  }
  body:not(.page--home) .content-main {
    padding: 10.6vh 0;
  }
  body:not(.page--home) .section--inner {
    width: min(89.7vw, 900px);
    margin: auto;
  }
  body:not(.page--home) .section-tit {
    margin-bottom: 4.7vh;
    margin-bottom: 4.7lvh;
  }
  body:not(.page--home) .section-tit.serif {
    font-size: min(15.4vw, 60px);
  }
  body:not(.page--home) .section-tit.jp {
    font-size: min(7.1vw, 32px);
  }
  body.page--info .section-tit {
    margin-bottom: 1.7vh;
    margin-bottom: 1.7lvh;
  }
  .page--info .section--detail .block--tit .tit {
    font-size: 22px;
  }
  .page--info .section--detail .block--share li.lineIco {
    margin-top: -2px;
  }
  .page--info .section--detail .block--share li.lineIco a {
    font-size: 1.2em;
  }
  .page--faq .list--tag {
    margin: 5.9vh 0;
  }
  .page--faq .tit--category {
    font-size: min(6.15vw, 24px);
  }
  .page--faq .list--faq li a {
    padding: 1em 0;
  }
  .page--faq .block--faq-detail dt {
    font-size: min(6.15vw, 24px);
  }
  .page--entry .section-tit {
    font-size: min(9.2vw, 40px);
  }
  .page--entry .section-tit svg {
    width: min(46vw, 250px);
    margin: 0 auto 0.5em;
  }
  .page--entry .content-tit {
    font-size: min(10vw, 40px);
  }
  .page--entry .content-tit.jp {
    font-size: min(6.6vw, 30px);
    line-height: 1.6;
  }
  .page--entry .section--item {
    margin-top: 9.4vh;
    margin-top: 9.4lvh;
  }
  .page--entry .member--content-item {
    width: 100%;
    padding: 5.1vw;
  }
  .page--entry .member--content-item .item-tit {
    font-size: min(5.1vw, 24px);
  }
  .page--entry .entry-table th {
    width: 26%;
  }
  .page--entry .text-attention {
    font-size: 90%;
    margin-top: 1em;
  }
  .page--entry .section--excite {
    padding: 5.1vw 5.1vw 2em;
  }
  .page--entry .section--excite .btn {
    margin-top: 2em;
  }
  .page--entry .section--excite .btn a {
    width: 100%;
  }
  .page--entry .section--join {
    padding: 5.1vw 5.1vw 2em;
    margin-top: 6.5vh;
    margin-top: 6.5lvh;
  }
  .page--entry .section--join .block--btn {
    flex-direction: column;
    gap: 2.4vh;
    margin-top: 2em;
  }
  .page--entry .section--join .block--btn .text {
    margin-bottom: 0.8em;
    font-weight: bold;
  }
  .page--entry .section--join .block--btn .btn--wrap {
    width: 100%;
    padding: 5.1vw;
    text-align: center;
  }
  .page--entry .section--join .block--btn .btn--wrap .btn a {
    width: 100%;
  }
  .page--first_login .block--attention {
    padding: 5.1vw;
  }
  .page--first_login .block--step .list--step li .step-detail {
    padding: 5.1vw;
  }
  .page--first_login .block--step img {
    max-width: 500px;
  }
  .page--questionnaire .content-main > section {
    width: min(89.7vw, 900px);
    margin: auto;
  }
  .page--questionnaire .section-tit {
    font-size: min(7.1vw, 32px);
  }
  .page--error .section-tit, .page--error .btn {
    text-align: center;
  }
  .page--error .section-tit, .page--error .txt {
    margin-bottom: 4.2vh;
    margin-bottom: 4.2lvh;
  }
  .page--live-broadcasting .section-tit {
    line-height: 1.4;
  }
  .page--live-broadcasting .section-tit__sub {
    margin-top: 0em;
    font-size: 0.28em;
  }
  .page--live-broadcasting .block--comment--wrap {
    margin-top: 3em;
  }
  .page--live-broadcasting .block--comment--wrap .list--comment {
    max-height: 600px;
    height: 100%;
  }
  footer {
    padding: 11.8vh 5.1vw 10vh;
  }
  footer .logo {
    width: 100%;
  }
  footer .inner {
    display: flex;
    flex-direction: column;
    gap: 6.5vh;
    margin-top: 5.9vh;
    margin-top: 5.9lvh;
  }
  footer .nav--support {
    flex-direction: column;
    gap: 1em;
  }
  footer .block--link {
    width: min(51.3vw, 200px);
  }
  footer .list--sns {
    font-size: 1.5em;
    margin-top: 1em;
  }
  footer .copyright {
    margin-top: 30px;
  }
}/*# sourceMappingURL=fanclub-service.css.map */