@charset "UTF-8";
/* rest */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

input[type=submit],
input[type=button],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus,
button::focus {
  outline-offset: -2px;
}

/* -----------------------------------------
body
--------------------------------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 70px;
  }
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  color: #565656;
  background: #fff;
  line-height: 1.7;
  letter-spacing: 0.02em;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
}
body::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.6);
  transform: translate(0, -100%);
}

#body_wrapper {
  position: relative;
  overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* -----------------------------------------
common
--------------------------------------------*/
/* --- clearfix --- */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* css sprite */
.s {
  background: url(../images/common/sprite@2x.png) no-repeat 0 0;
  background-size: 500px 500px;
  text-indent: 200%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  border-style: none;
}

.sb::before,
.sa::after {
  content: "";
  background-image: url(../images/common/sprite@2x.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 500px 500px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  border-style: none;
}

.nobi {
  /*
  margin-right: 5px;
  letter-spacing: -5px;
  */
  transform: scale(2, 1);
  transform-origin: top left;
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 1em;
}

/* ----------------- 
reset
----------------- */
@media screen and (min-width: 640px) {
  .xs_only {
    display: none;
  }
}

.sm_only {
  display: none;
}
@media screen and (min-width: 640px) {
  .sm_only {
    display: inline;
  }
}

.md_only {
  display: none;
}
@media screen and (min-width: 768px) {
  .md_only {
    display: inline;
  }
}

.ts_only {
  display: block;
}
@media screen and (min-width: 1024px) {
  .ts_only {
    display: none;
  }
}

.lg_only {
  display: none;
}
@media screen and (min-width: 1024px) {
  .lg_only {
    display: inline;
  }
}

em {
  font-style: normal;
}

b {
  font-weight: 700;
  color: inherit;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

.img-resp {
  width: 100%;
  height: auto;
}

.svg-resp {
  width: 100%;
  height: 100%;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* table */
.table_table table {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .table_table th,
  .table_table td {
    text-align: center;
    font-size: 1.6rem;
  }
}

.table_dl {
  display: block;
}
.table_dl table {
  width: 100%;
}
.table_dl thead {
  display: none;
}
.table_dl tbody,
.table_dl tr {
  display: block;
}
.table_dl th {
  padding: 0 0 0.4em 0;
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: left;
  font-weight: normal;
}
.table_dl td {
  padding: 0 0 1em 0;
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: left;
}
@media screen and (min-width: 640px) {
  .table_dl table {
    display: table;
    width: 100%;
  }
  .table_dl thead,
  .table_dl tbody {
    display: table-row-group;
  }
  .table_dl tr {
    display: table-row;
  }
  .table_dl th {
    padding: 15px 0 10px 10px;
    display: table-cell;
    vertical-align: top;
    text-align: left;
    width: 30%;
  }
  .table_dl td {
    padding: 15px 10px 10px 10px;
    display: table-cell;
    vertical-align: top;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .table_dl {
    margin: 0 auto;
  }
  .table_dl th,
  .table_dl td {
    font-size: 1.4rem;
  }
}

#bg_black {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
}

@media screen and (min-width: 768px) {
  .xs_only {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .ts_only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .md_only {
    display: inline;
  }
}

@media screen and (min-width: 1024px) {
  .lg_only {
    display: inline;
  }
}

body {
  position: relative;
  scroll-padding-top: 50px;
}
body.body-fixed {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body {
    scroll-padding-top: 70px;
  }
}
@media screen and (min-width: 1024px) {
  body.body-fiexed {
    position: static;
    overflow: visible;
  }
}

.header__content {
  margin: 0 25px 0 0;
  padding: 0 45px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px rgba(57, 57, 57, 0.1);
}
.header__logo {
  width: 82px;
}
.header__menu {
  display: none;
}
.header__tel {
  margin-right: 5px;
}
.header__tel__link {
  display: block;
  width: 36px;
  height: 36px;
}
.header__tel__image {
  width: 100%;
  height: auto;
}
.header__ts-menu {
  padding-top: 35px;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 29;
  background-image: url(../images/common/ts-menu_bg.jpg);
  background-size: 100% auto;
  opacity: 0;
  transform: translate(0, -20px);
  transition: opacity 500ms, transform 500ms;
  pointer-events: none;
  height: 50px;
  overflow: scroll;
}
.header__ts-menu--open {
  opacity: 1;
  transform: none;
  pointer-events: all;
  height: auto;
}
.header__ts-menu__block {
  margin-bottom: 50px;
}
.header__ts-menu__block--banners {
  margin: 60px 0;
}
.header__ts-menu__list-special {
  margin-right: 20.3125vw;
}
.header__ts-menu__list-special__item:not(:last-of-type) {
  margin-bottom: 15px;
}
.header__ts-menu__list-special__link {
  display: block;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.header__ts-menu__list-banners {
  margin: 0 7.8125vw;
}
.header__ts-menu__list-banners__item:not(:last-of-type) {
  margin-bottom: 15px;
}
.header__ts-menu__list-banners__link {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .header__content {
    display: flex;
    margin: 0 0 0 0;
    padding: 0 15px;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    height: 70px;
    box-shadow: 0 4px 2px rgba(57, 57, 57, 0.1);
  }
  .header__menu {
    display: flex;
    align-items: center;
  }
  .header__menu__item {
    margin-left: 20px;
    font-size: 1.4rem;
  }
  .header__menu__item__link {
    text-decoration: none;
    color: #afafaf;
  }
  .header__menu__item__link--twitter {
    width: 32px;
    height: 32px;
    background-position: -40px 0;
  }
  .header__menu__item__link--discord {
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(../images/common/icon-discord.svg);
    background-size: contain;
    background-position: center center;
    white-space: nowrap;
    text-indent: -1000px;
    overflow: hidden;
  }
  .header__menu__item__link--youtube {
    width: 32px;
    height: 32px;
    background-position: -145px 0;
  }
  .header__tel {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .header__ts-menu {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 4px 2px rgba(57, 57, 57, 0.1);
    background-color: #fff;
    z-index: 30;
  }
  .header__content {
    margin: 0 auto;
    width: 1100px;
    padding: 0 0;
    height: 100%;
    position: static;
    box-shadow: none;
  }
}

.menu-sw {
  margin: 0;
  position: fixed;
  top: 9px;
  right: 10px;
  width: 32px;
  height: 32px;
  z-index: 20;
  overflow: hidden;
}
.menu-sw button {
  padding: 0;
  display: block;
  border-style: none;
  border-radius: 0;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: transparent;
}
.menu-sw span {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
}
.menu-sw span::before, .menu-sw span::after,
.menu-sw span i {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  width: 30px;
  height: 2px;
  background-color: #cecece;
  transition: opacity 300ms, transform 300ms, width 300ms, left 300ms;
}
.menu-sw span::before {
  transform: translate(0, -8px);
}
.menu-sw span::after {
  transform: translate(0, 8px);
}
.menu-sw--open span::before {
  transform: translate(0, 0) rotate(35deg);
  width: 32px;
  left: 4px;
}
.menu-sw--open span i {
  opacity: 0;
}
.menu-sw--open span::after {
  transform: translate(0, 0) rotate(-35deg);
  width: 32px;
  left: 4px;
}
@media screen and (min-width: 768px) {
  .menu-sw {
    display: none;
  }
}

.floating-buttons {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fbfbf5;
  z-index: 10;
}
.floating-buttons__list {
  display: grid;
  margin: 0 4.6875vw;
  padding: 10px 0;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.floating-buttons__link {
  display: block;
  padding: 1em 0;
  width: 100%;
  border-radius: 100px;
  background-color: #69deff;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  box-shadow: inset -2px -2px 2px 2px color-mix(in srgb, #69deff 90%, #000 10%);
}
.floating-buttons__link--net {
  background-color: #ff9ae1;
  box-shadow: inset -2px -2px 2px 2px color-mix(in srgb, #ff9ae1 90%, #000 10%);
}
@media screen and (min-width: 768px) {
  .floating-buttons__list {
    margin: 0 auto;
    width: 480px;
  }
}
@media screen and (min-width: 1024px) {
  .floating-buttons {
    display: none;
  }
}

.footer {
  padding: 0 15px 80px 15px;
  position: relative;
  z-index: 2;
}
.footer__menu {
  display: grid;
  margin: 30px 0;
  padding: 20px;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 0;
  border-radius: 10px;
  background-color: #fff;
}
.footer__menu__item {
  font-size: 12px;
}
.footer__menu__item:first-of-type {
  grid-column: 1/4;
  text-align: center;
}
.footer__menu__item a {
  color: #565656;
  display: block;
  text-align: center;
  text-decoration: none;
}
body.home .footer__menu {
  display: none;
}
.footer__banners {
  display: grid;
  margin: 0 0 35px 0;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5vw;
}
.footer__banners__link {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.footer__sns {
  display: flex;
  margin: 0 0 25px 0;
  justify-content: center;
}
body.home .footer__sns {
  display: none;
}
.footer__sns__item {
  margin: 0 5px;
}
.footer__sns__link {
  display: block;
  width: 32px;
  height: 32px;
}
.footer__sns__link--twitter {
  background-position: -40px 0;
}
.footer__sns__link--discord {
  background-image: url(../images/common/icon-discord.svg);
  background-size: contain;
}
.footer__sns__link--youtube {
  background-position: -145px 0;
}
.footer__company {
  display: flex;
  margin-bottom: 25px;
  justify-content: center;
}
.footer__company__item {
  margin: 0 5px;
  width: 30%;
}
.footer__company__link {
  display: block;
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  border-radius: 40px;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  color: #565656;
  text-decoration: none;
  font-family: YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.footer__credit {
  text-align: center;
  font-family: YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1rem;
  color: #6f6f6f;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 0 20px 120px 20px;
  }
  .footer__sns {
    margin: 0 0 35px 0;
  }
  .footer__sns__item {
    margin: 0 8px;
  }
  .footer__sns__link {
    width: 49px;
    height: 49px;
  }
  .footer__sns__link--twitter {
    background-position: -180px 0;
  }
  .footer__sns__link--youtube {
    background-position: -330px 0;
  }
  .footer__company {
    margin-bottom: 25px;
  }
  .footer__company__item {
    margin: 0 5px;
    width: 30%;
  }
  .footer__company__link {
    padding: 14px 0;
    font-size: 1.2rem;
  }
  .footer__credit {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    padding-top: 0;
  }
  .footer__menu {
    margin: 30px auto;
    max-width: 1100px;
    padding: 30px;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px 0;
  }
  .footer__menu__item {
    font-size: 14px;
  }
  .footer__menu__item:first-of-type {
    grid-column: 1/7;
    text-align: center;
  }
  .footer__banners {
    margin: 0 0 40px 0;
  }
  .footer__banners__link {
    border-radius: 10px;
  }
  .footer__company__item {
    margin: 0 10px;
    width: auto;
  }
  .footer__company__link {
    width: 165px;
    padding: 14px auto;
    font-size: 1.4rem;
  }
  .footer__credit {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer__banners {
    margin: 0 auto 45px auto;
    width: 995px;
  }
  .footer__banners__item {
    width: 485px;
  }
}

_:-ms-lang(x)::-ms-backdrop,
.selector {
  /* IE11 のみ適用される */
}

.black {
  width: 100%;
  height: 100vh;
  z-index: 40;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 500ms;
}
.black--open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.black__close {
  position: fixed;
  top: 6.25vw;
  right: 6.25vw;
  width: 6.25vw;
  height: 6.25vw;
}
.black__close__button {
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-indent: -1000px;
  overflow: hidden;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  cursor: pointer;
}
.black__close__button::before, .black__close__button::after {
  display: block;
  position: absolute;
  content: "";
  width: 6.25vw;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
}
.black__close__button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.black__content {
  border: 4px solid #fff;
  aspect-ratio: 16/8.9;
  width: 80%;
  max-width: 960px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.black__content--cosplay {
  border-style: none;
}
.black__content__iframes {
  position: relative;
  z-index: 1;
}
.black__arrow {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: auto;
  left: -10px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
  transform: translate(0, -50%);
  display: none;
}
.black__arrow--open {
  display: flex;
}
.black__arrow--right {
  right: -10px;
  left: auto;
}
.black__arrow__button {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  text-align: center;
  background-color: rbga(#000, 0.6);
  cursor: pointer;
}
.black__arrow__button__image {
  display: block;
  margin: 0 auto;
  width: 23px;
  height: 18px;
}
.black__iframe {
  aspect-ratio: 16/8.9;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .black__close {
    position: fixed;
    top: 40px;
    right: 40px;
    width: 30px;
    height: 30px;
  }
  .black__close__button::before, .black__close__button::after {
    width: 100%;
    height: 2px;
  }
  .black__arrow {
    width: 46px;
    height: 46px;
    left: -20px;
  }
  .black__arrow--right {
    right: -20px;
    left: auto;
  }
  .black__arrow__button__image {
    width: 23px;
    height: 18px;
  }
  .black__content__photo {
    display: block;
  }
  .black__content__photo__image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 1024px) {
  .black__arrow {
    left: -60px;
  }
  .black__arrow--right {
    right: -60px;
    left: auto;
  }
  .black__content {
    max-width: 600px;
  }
  .black__content--cosplay {
    aspect-ratio: 3/4;
  }
}

.svg-resp {
  width: 100%;
  height: 100%;
}

.para, .form__para-thanks, .glossary__block--related p, .glossary__indexblock--related p, .home__faq__para-tel {
  margin: 1.5em 0;
  font-size: 1rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .para, .form__para-thanks, .glossary__block--related p, .glossary__indexblock--related p, .home__faq__para-tel {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .para, .form__para-thanks, .glossary__block--related p, .glossary__indexblock--related p, .home__faq__para-tel {
    font-size: 1.4rem;
  }
}

.para-viewmore, .home__aptitudetest__para-viewmore, .home__cast__para-viewmore {
  margin: 0 20px;
  text-align: right;
  position: relative;
  z-index: 2;
}
.para-viewmore__button {
  display: inline-block;
  width: 34.0625vw;
}
.para-viewmore__button img {
  vertical-align: baseline;
}
.para-viewmore__button--checkitout {
  width: 129px;
}
@media screen and (min-width: 768px) {
  .para-viewmore, .home__aptitudetest__para-viewmore, .home__cast__para-viewmore {
    text-align: center;
  }
  .para-viewmore__button {
    width: 166px;
  }
  .para-viewmore__button--checkitout {
    width: 129px;
  }
}

.para-viewmore-text {
  margin: 15px 0;
  text-align: center;
}
.para-viewmore-text__button {
  display: inline-block;
  padding: 0.3em 1em;
  width: -moz-fit-content;
  width: fit-content;
  color: #927878;
  border: 1px solid currentColor;
  text-decoration: none;
  font-size: 14px;
  font-family: serif;
}

.para-button-more {
  text-align: center;
  position: relative;
  z-index: 10;
}

/* main */
.main {
  padding-top: 75px;
  background-size: 100% auto;
  background-repeat: repeat-y;
  overflow: hidden;
}
.main--ts-menu-open {
  height: 100px;
}
.menu-open .main {
  opacity: 0;
  transition: opacity 100ms;
}
@media screen and (min-width: 768px) {
  .main {
    padding-top: 110px;
    background-position: center top;
    background-repeat: repeat-y;
  }
}
@media screen and (min-width: 1024px) {
  .main {
    padding-top: 140px;
    background-repeat: repeat-y;
  }
  .main--ts-menu-open {
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .main {
    margin: 0 auto;
    max-width: 1920px;
  }
}

/* section */
@media screen and (min-width: 1024px) {
  .wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
  }
  .wrapper--narrow {
    max-width: 960px;
  }
}

.unit, .reservation__unit, .access__unit {
  padding: 9.0625vw 0;
  position: relative;
  overflow: hidden;
}
.unit:last-of-type, .reservation__unit:last-of-type, .access__unit:last-of-type {
  padding-bottom: 0;
}
.unit--first {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .unit, .reservation__unit, .access__unit {
    padding: 8.3333333333vw 0 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .unit, .reservation__unit, .access__unit {
    padding: 52px 0;
  }
}

.content-block, .start__row, .glossary__block, .glossary__indexblock, .information__content-block, .access__content-block {
  margin: 0 4.6875vw;
}
@media screen and (min-width: 768px) {
  .content-block, .start__row, .glossary__block, .glossary__indexblock, .information__content-block, .access__content-block {
    margin: 0 2.6041666667vw;
  }
}
@media screen and (min-width: 1024px) {
  .content-block--narrow {
    margin: 0 auto;
    width: 870px;
  }
}
@media screen and (min-width: 1200px) {
  .content-block, .start__row, .glossary__block, .glossary__indexblock, .information__content-block, .access__content-block {
    margin: 0 auto;
    width: 1130px;
  }
  .content-block--mid {
    width: 1050px;
  }
}

/* ----------------- 
titletitle
----------------- */
.title-main {
  margin: 0 10px 25px 20px;
  color: #e9579b;
  letter-spacing: 0;
}
.title-main--home {
  margin-left: 18px;
}
.title-main--home .title-main__ja {
  font-size: 1.7rem;
}
.title-main__ja {
  display: block;
  margin-bottom: 8px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 400;
}
.title-main__en {
  display: block;
  font-family: "Cinzel", serif;
  line-height: 1;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.title-main__en__ja {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (min-width: 768px) {
  .title-main {
    margin: 0 20px 30px 20px;
  }
  .title-main__ja {
    margin-bottom: 10px;
    font-size: 2.1rem;
  }
  .title-main__en {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .title-main {
    margin: 0 20px 30px 20px;
  }
  .title-main--home .title-main__ja {
    font-size: 2.7rem;
  }
  .title-main__ja {
    margin-bottom: 10px;
    font-size: 2.7rem;
  }
  .title-main__en {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .title-main {
    margin: 0 auto 40px auto;
    width: 1060px;
  }
}

.title-mid, .schedule__title-mid, .reservation__title-mid {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.title-mid--schedule {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .title-mid, .schedule__title-mid, .reservation__title-mid {
    margin-bottom: 40px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .title-mid, .schedule__title-mid, .reservation__title-mid {
    margin-bottom: 50px;
    font-size: 2.5rem;
  }
}

/* ----------------- 
linklink
----------------- */
.link {
  text-decoration: none;
}
.link--white {
  color: #fff;
  text-decoration: underline;
}

.button-more {
  background-color: transparent;
  width: 19px;
  height: 18px;
  transition: rotate 800ms;
}
.button-more--upside-down {
  rotate: 180deg;
}

.modal {
  visibility: hidden;
  pointer-events: none;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 200ms;
}
.modal__container {
  background-color: #fff;
  padding: 20px;
  margin: 30px;
  max-width: 640px;
  max-height: 90vh;
  width: 100%;
  border-radius: 10px;
  overflow-y: auto;
  box-sizing: border-box;
  transition: transform 800ms 100ms, opacity 800ms 100ms;
  transform: scale(0.9);
  opacity: 0;
}
.modal.is-open {
  visibility: visible;
  pointer-events: all;
}
.modal.is-open .modal__overlay {
  opacity: 1;
}
.modal.is-open .modal__container {
  opacity: 1;
  transform: none;
}
@media screen and (min-width: 768px) {
  .modal__container {
    padding: 50px;
    margin: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .modal__container {
    max-width: 1000px;
  }
}

.breadcrumb {
  margin: 40px 20px 45px 20px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.1rem;
  color: #e9579b;
}
.breadcrumb a {
  text-decoration: none;
  color: #e9579b;
}
@media screen and (min-width: 1024px) {
  .breadcrumb {
    margin: 110px 22px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .breadcrumb {
    margin: 110px auto;
    padding: 0 2px;
    width: 1000px;
    box-sizing: border-box;
  }
}

.nav-links {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: center;
}
.nav-links .page-numbers {
  display: block;
  padding: 0.3em 0.5em;
  line-height: 1;
  font-size: 1.2rem;
  color: #565656;
  text-decoration: none;
}
.nav-links .page-numbers.current {
  font-weight: 700;
}
.nav-links__para-back {
  text-align: center;
}
.nav-links__para-back__button {
  display: inline-block;
  padding: 0.8em 1.5em;
  font-weight: 700;
  line-height: 1;
  font-size: 1.2rem;
  color: #565656;
  text-decoration: none;
  border-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #eee;
  border-radius: 30px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .nav-links {
    margin: 40px 0 0 0;
  }
  .nav-links .page-numbers {
    font-size: 1.4rem;
  }
  .nav-links__para-back {
    text-align: center;
  }
  .nav-links__para-back__button {
    font-size: 1.4rem;
  }
}

.list-menu {
  display: flex;
  flex-wrap: wrap;
}
.list-menu__contact {
  margin: 0 auto 10px auto;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  font-size: 1.6rem;
  background: linear-gradient(90deg, #fff 0%, #fff5fa 100%);
}
.list-menu__contact a {
  display: block;
  padding: 15px 60px;
  text-decoration: none;
  border: 1px solid #e8e1e2;
  border-radius: 5px;
  color: #979797;
  position: relative;
}
.list-menu__contact a::after {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url(../images/common/sprite@2x.png);
  background-size: 500px 500px;
  background-position: -180px -280px;
}
.list-menu__item {
  margin-bottom: 6px;
  margin-left: 4%;
  width: 48%;
  line-height: 1;
  font-size: 1.2rem;
}
.list-menu__item:nth-of-type(2n-1) {
  margin-left: 0;
}
.list-menu__item .menu-item-description {
  display: none;
}
.list-menu__item a {
  display: block;
  padding: 15px 10px;
  text-decoration: none;
  border: 1px solid #e8e1e2;
  border-radius: 5px;
  color: #979797;
  position: relative;
}
.list-menu__item a::after {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url(../images/common/sprite@2x.png);
  background-size: 500px 500px;
}
.list-menu__item--cast a::after {
  background-position: 0 -280px;
}
.list-menu__item--diary a::after {
  background-position: -20px -280px;
}
.list-menu__item--schedule a::after {
  background-position: -40px -280px;
}
.list-menu__item--system a::after {
  background-position: -60px -280px;
}
.list-menu__item--campaign a::after {
  background-position: -80px -280px;
}
.list-menu__item--access a::after {
  background-position: -100px -280px;
}
.list-menu__item--ranking a::after {
  background-position: -120px -280px;
}
.list-menu__item--video a::after {
  background-position: -140px -280px;
}
.list-menu__item--recruit a::after {
  background-position: -160px -280px;
}
.list-menu__item--reservation a::after {
  background-position: -180px -280px;
}
.list-menu__item--information a::after {
  background-position: -200px -280px;
}
.list-menu__item--about a::after {
  background-position: -220px -280px;
}
.list-menu__item--youtube a::after {
  background-position: -240px -280px;
}
.list-menu__item--aptitudetest a::after {
  background-position: -260px -280px;
}
.list-menu__item--glossary a::after {
  background-position: -280px -280px;
}
.list-menu__item--bestthing a::after {
  background-position: -300px -280px;
}
.list-menu__item--faq a::after {
  background-position: -320px -280px;
}
.list-menu__item--twitter a::after {
  background-position: -340px -280px;
}
.list-menu__item:nth-of-type(1) a {
  background: linear-gradient(90deg, #fff 0%, #fff5fa 100%);
}
.list-menu__item:nth-of-type(2) a {
  background: linear-gradient(90deg, #fff 0%, #eef9ff 100%);
}
.list-menu__item:nth-of-type(3) a {
  background: linear-gradient(90deg, #fff 0%, #fef3fb 100%);
}
.list-menu__item:nth-of-type(4) a {
  background: linear-gradient(90deg, #fff 0%, #f0f7ff 100%);
}
.list-menu__item:nth-of-type(5) a {
  background: linear-gradient(90deg, #fff 0%, #fcf2fa 100%);
}
.list-menu__item:nth-of-type(6) a {
  background: linear-gradient(90deg, #fff 0%, #f2f4ff 100%);
}
.list-menu__item:nth-of-type(7) a {
  background: linear-gradient(90deg, #fff 0%, #fcf1ff 100%);
}
.list-menu__item:nth-of-type(8) a {
  background: linear-gradient(90deg, #fff 0%, #f5f1ff 100%);
}
.list-menu__item:nth-of-type(9) a {
  background: linear-gradient(90deg, #fff 0%, #f9eefe 100%);
}
.list-menu__item:nth-of-type(10) a {
  background: linear-gradient(90deg, #fff 0%, #f8f0ff 100%);
}
.list-menu__item:nth-of-type(11) a {
  background: linear-gradient(90deg, #fff 0%, #f4f0fe 100%);
}
.list-menu__item:nth-of-type(12) a {
  background: linear-gradient(90deg, #fff 0%, #faeffd 100%);
}
.list-menu__item:nth-of-type(13) a {
  background: linear-gradient(90deg, #fff 0%, #f1f3ff 100%);
}
.list-menu__item:nth-of-type(14) a {
  background: linear-gradient(90deg, #fff 0%, #fbeffb 100%);
}
.list-menu__item:nth-of-type(15) a {
  background: linear-gradient(90deg, #fff 0%, #edf6ff 100%);
}
.list-menu__item:nth-of-type(16) a {
  background: linear-gradient(90deg, #fff 0%, #fdf1fb 100%);
}
.list-menu__item:nth-of-type(17) a {
  background: linear-gradient(90deg, #fff 0%, #e9f9fe 100%);
}
.list-menu__item:nth-of-type(18) a {
  background: linear-gradient(90deg, #fff 0%, #fceff6 100%);
}
@media screen and (min-width: 768px) {
  .list-menu__contact {
    margin: 0 auto 20px auto;
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 10px;
    overflow: hidden;
  }
  .list-menu__contact a {
    padding: 20px 60px;
    border-radius: 10px;
  }
  .list-menu__item {
    margin-left: 2.6666666667%;
    width: 23%;
    font-size: 1.2rem;
  }
  .list-menu__item:nth-of-type(2n-1) {
    margin-left: 2.6666666667%;
  }
  .list-menu__item:nth-of-type(4n-3) {
    margin-left: 0;
  }
  .list-menu__item a {
    padding: 20px 20px;
    border: 2px solid #e8e1e2;
    border-radius: 10px;
    font-weight: 700;
  }
}
@media screen and (min-width: 1024px) {
  .list-menu__contact {
    margin: 0 auto 20px auto;
    font-size: 2rem;
    font-weight: 700;
    border-radius: 10px;
    overflow: hidden;
  }
  .list-menu__contact a {
    padding: 30px 100px;
    border-radius: 10px;
  }
  .list-menu__contact a::after {
    width: 40px;
    height: 40px;
    right: 20px;
    background-position: -360px -300px;
  }
  .list-menu {
    font-size: 1.6rem;
  }
  .list-menu__item {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
  .list-menu__item a {
    padding: 35px 20px;
    border: 2px solid #e8e1e2;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.4rem;
  }
  .list-menu__item a::after {
    width: 40px;
    height: 40px;
    right: 20px;
  }
  .list-menu__item--cast a::after {
    background-position: 0 -300px;
  }
  .list-menu__item--diary a::after {
    background-position: -40px -300px;
  }
  .list-menu__item--schedule a::after {
    background-position: -80px -300px;
  }
  .list-menu__item--system a::after {
    background-position: -120px -300px;
  }
  .list-menu__item--campaign a::after {
    background-position: -160px -300px;
  }
  .list-menu__item--access a::after {
    background-position: -200px -300px;
  }
  .list-menu__item--ranking a::after {
    background-position: -240px -300px;
  }
  .list-menu__item--video a::after {
    background-position: -280px -300px;
  }
  .list-menu__item--recruit a::after {
    background-position: -320px -300px;
  }
  .list-menu__item--reservation a::after {
    background-position: -360px -300px;
  }
  .list-menu__item--information a::after {
    background-position: -400px -300px;
  }
  .list-menu__item--about a::after {
    background-position: -440px -300px;
  }
  .list-menu__item--youtube a::after {
    background-position: 0 -340px;
  }
  .list-menu__item--aptitudetest a::after {
    background-position: -40px -340px;
  }
  .list-menu__item--glossary a::after {
    background-position: -80px -340px;
  }
  .list-menu__item--bestthing a::after {
    background-position: -120px -340px;
  }
  .list-menu__item--faq a::after {
    background-position: -160px -340px;
  }
  .list-menu__item--twitter a::after {
    background-position: -200px -340px;
  }
}

.list-menu-sns {
  display: flex;
  margin: 10px auto;
  justify-content: center;
  gap: 20px;
}
.list-menu-sns img {
  width: 40px;
  height: 40px;
}

.list-campaign {
  padding: 20px 0;
  font-family: YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.list-campaign__item {
  margin-bottom: 30px;
}
.list-campaign__photo {
  margin-bottom: 15px;
  border-radius: 15px;
  overflow: hidden;
}
.list-campaign__photo__image {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-campaign__link {
  display: block;
  text-decoration: none;
  color: #565656;
  cursor: pointer;
}
.list-campaign__header {
  display: flex;
  margin-bottom: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}
.list-campaign__tags {
  display: flex;
  margin-right: 5px;
  justify-content: flex-start;
}
.list-campaign__tags__item {
  margin-right: 5px;
  padding: 5px 15px;
  line-height: 1;
  font-size: 1rem;
  color: #fff;
  border-radius: 5px;
  background-color: #ccc;
  white-space: nowrap;
}
.list-campaign__tags__item--yellow {
  margin-right: 15px;
  background-color: #f8b551;
  position: relative;
}
.list-campaign__tags__item--yellow::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: -8px;
  background-color: #ccc;
  transform: translate(0, -50%);
}
.list-campaign__tags__item--pink {
  background-color: #ff9ae1;
}
.list-campaign__tags__item--blue {
  background-color: #69deff;
}
.list-campaign__title {
  margin-bottom: 2px;
  line-height: 1.4;
  font-size: 1.2rem;
  font-weight: 400;
}
.list-campaign__comment {
  line-height: 1.4;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .list-campaign {
    padding: 45px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .list-campaign__item {
    margin-bottom: 40px;
    margin-left: 3.5%;
    width: 31%;
  }
  .list-campaign__item:nth-of-type(3n-2) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .list-campaign {
    padding: 65px 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .list-campaign__item {
    margin-left: 30px;
    width: 330px;
  }
  .list-campaign__item:nth-of-type(3n-2) {
    margin-left: 0;
  }
}

.list-courses {
  margin: 0 auto;
  padding: 20px 3.125vw;
  display: grid;
  gap: 1.875vw;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}
.list-courses--3 {
  grid-template-columns: repeat(3, 1fr);
}
.list-courses__item {
  display: grid;
  grid-row: auto auto;
  background-color: #fff;
  border: 2px solid #a2c7f4;
  border-radius: 5px;
  box-sizing: border-box;
}
.list-courses__item:nth-of-type(4n-3) {
  margin-left: 0;
}
.list-courses__item--more:nth-of-type(n + 9) {
  display: none;
}
.list-courses__link {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  padding: 3px;
  text-decoration: none;
  place-items: center;
  place-content: center;
}
.list-courses__images {
  margin: 0 0 5px 0;
  position: relative;
  overflow: hidden;
}
.list-courses__loope {
  position: absolute;
  bottom: -8px;
  right: -5px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #fff;
  z-index: 2;
}
.list-courses__loope__image {
  position: absolute;
  width: 12px;
  height: 8px;
  top: 5px;
  left: 5px;
}
.list-courses__title {
  display: block;
  padding: 0.4em 5px;
  text-align: center;
  background-color: #9e9e9e;
  color: #fff;
  line-height: 1.4;
  font-size: 1rem;
  border-radius: 20px;
  grid-row: span 2;
}
.list-courses__title--pink {
  background-color: #fe99d1;
}
.list-courses__title--orange {
  background-color: #feb797;
}
@media screen and (min-width: 768px) {
  .list-courses {
    width: 79.5833333333vw;
    grid-template-columns: repeat(5, 1fr);
  }
  .list-courses--3 {
    margin: 0 auto;
    width: 50vw;
  }
  .list-courses__item {
    border-radius: 5px;
  }
  .list-courses__item--more:nth-of-type(n + 9) {
    display: block;
  }
  .list-courses__item--more:nth-of-type(n + 11) {
    display: none;
  }
  .list-courses__loope {
    bottom: -1.3333333333vw;
    right: -0.8333333333vw;
    width: 4vw;
    height: 4vw;
    border-radius: 2vw;
  }
  .list-courses__loope__image {
    position: absolute;
    width: 2vw;
    height: 1.3333333333vw;
    top: 0.8333333333vw;
    left: 0.8333333333vw;
  }
}
@media screen and (min-width: 1024px) {
  .list-courses--3 {
    width: 565px;
  }
  .list-courses__item {
    padding: 9px;
    border-radius: 15px;
    border-width: 4px;
  }
  .list-courses__item--more:nth-of-type(n + 9) {
    display: block;
  }
  .list-courses__item--more:nth-of-type(n + 11) {
    display: none;
  }
  .list-courses__images {
    margin: 0 0 10px 0;
  }
  .list-courses__loope {
    bottom: -16px;
    right: -10px;
    width: 48px;
    height: 48px;
    border-radius: 24px;
  }
  .list-courses__loope__image {
    width: 24px;
    height: 16px;
    top: 10px;
    left: 10px;
  }
  .list-courses__title {
    padding: 0.6em;
    font-size: 1.4rem;
    border-radius: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .list-courses {
    padding-left: 0;
    padding-right: 0;
    width: 955px;
  }
}

.list-play {
  margin: 0 auto;
  padding: 8px 3.125vw;
  display: grid;
  gap: 1.875vw;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  padding: 0 3.125vw;
  gap: 0 1.875vw;
  overflow: hidden;
  transition: padding 500ms, gap 500ms;
}
.list-play--3 {
  grid-template-columns: repeat(3, 1fr);
}
.list-play__item {
  display: grid;
  grid-row: auto auto;
  background-color: #fff;
  border: 2px solid #a2c7f4;
  border-radius: 5px;
  box-sizing: border-box;
}
.list-play__item:nth-of-type(4n-3) {
  margin-left: 0;
}
.list-play__item--more:nth-of-type(n + 9) {
  display: none;
}
.list-play__link {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  padding: 3px;
  text-decoration: none;
  place-items: center;
  place-content: center;
}
.list-play__images {
  margin: 0 0 5px 0;
  position: relative;
  overflow: hidden;
}
.list-play__loope {
  position: absolute;
  bottom: -8px;
  right: -5px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #fff;
  z-index: 2;
}
.list-play__loope__image {
  position: absolute;
  width: 12px;
  height: 8px;
  top: 5px;
  left: 5px;
}
.list-play__title {
  display: block;
  padding: 0.4em 5px;
  text-align: center;
  background-color: #9e9e9e;
  color: #fff;
  line-height: 1.4;
  font-size: 1rem;
  border-radius: 20px;
  grid-row: span 2;
}
.list-play__title--pink {
  background-color: #fe99d1;
}
.list-play__title--orange {
  background-color: #feb797;
}
@media screen and (min-width: 768px) {
  .list-play {
    width: 79.5833333333vw;
    grid-template-columns: repeat(5, 1fr);
  }
  .list-play--3 {
    margin: 0 auto;
    width: 50vw;
  }
  .list-play__item {
    border-radius: 5px;
  }
  .list-play__item--more:nth-of-type(n + 9) {
    display: block;
  }
  .list-play__item--more:nth-of-type(n + 11) {
    display: none;
  }
  .list-play__loope {
    bottom: -1.3333333333vw;
    right: -0.8333333333vw;
    width: 4vw;
    height: 4vw;
    border-radius: 2vw;
  }
  .list-play__loope__image {
    position: absolute;
    width: 2vw;
    height: 1.3333333333vw;
    top: 0.8333333333vw;
    left: 0.8333333333vw;
  }
}
@media screen and (min-width: 1024px) {
  .list-play {
    padding: 0 0;
    gap: 16px;
  }
  .list-play--3 {
    width: 565px;
  }
  .list-play__item {
    padding: 9px;
    border-radius: 15px;
    border-width: 4px;
  }
  .list-play__item--more:nth-of-type(n + 9) {
    display: block;
  }
  .list-play__item--more:nth-of-type(n + 11) {
    display: none;
  }
  .list-play__images {
    margin: 0 0 10px 0;
  }
  .list-play__loope {
    bottom: -16px;
    right: -10px;
    width: 48px;
    height: 48px;
    border-radius: 24px;
  }
  .list-play__loope__image {
    width: 24px;
    height: 16px;
    top: 10px;
    left: 10px;
  }
  .list-play__title {
    padding: 0.6em;
    font-size: 1.4rem;
    border-radius: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .list-play {
    padding-left: 0;
    padding-right: 0;
    width: 955px;
  }
}

.list-cast {
  display: grid;
  margin: 0 4.6875vw 20px 4.6875vw;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 1.5625vw;
  flex-wrap: wrap;
}
.list-cast--home {
  margin-top: -20px;
  margin-bottom: 4.6875vw;
  padding-top: 20px;
  flex-wrap: nowrap;
  width: auto;
  overflow-y: visible;
  overflow-x: scroll;
}
.list-cast--col3 .list-cast__item {
  margin: 0 0 25px 5%;
  width: 30%;
}
.list-cast--col3 .list-cast__item:nth-of-type(2n-1) {
  margin-left: 5%;
}
.list-cast--col3 .list-cast__item:nth-of-type(3n-2) {
  margin-left: 0%;
}
.list-cast__teaser {
  position: relative;
}
.list-cast__teaser::after {
  content: "";
  width: 100%;
  height: 31.25vw;
  transition: height 500ms;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%);
  transition: opacity 800ms;
  z-index: 3;
}
.list-cast__teaser--open::after {
  opacity: 0;
  pointer-events: none;
}
.list-cast__teaser--open .list-cast__teaser__button-more {
  rotate: -180deg;
}
.list-cast__teaser__content {
  height: 268.75vw;
  overflow: hidden;
  transition: height 500ms;
}
.list-cast__teaser__para-button-more {
  text-align: center;
}
.list-cast__teaser__button-more {
  margin: 0 auto;
  width: 46px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  z-index: 5;
  transition: rotate 500ms;
}
.list-cast__item {
  container-type: inline-size;
  padding-bottom: 5px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 10px rgba(77, 68, 255, 0.3);
  position: relative;
  font-weight: 700;
}
.list-cast__item:nth-of-type(2n-1) {
  margin-left: 0;
}
.list-cast__float-hours {
  display: block;
  padding: 4px 20px;
  border-radius: 3px;
  line-height: 1;
  font-size: 1rem;
  background-color: #ff9ae1;
  color: #fff;
  position: absolute;
  left: -10px;
  top: -10px;
  transform: rotate(-5deg);
  box-shadow: 1px 1px 10px rgba(77, 68, 255, 0.3);
  z-index: 2;
}
.list-cast__float-hours--adult {
  background-color: #f59ebb;
}
.list-cast__float-hours--beginner {
  background-color: #f7ac8f;
}
.list-cast__float-hours--std {
  background-color: #4ab1ff;
}
.list-cast__float-hours--close {
  background-color: #999;
}
.list-cast__float-hours--sokuhime {
  background-color: #ff9ae1;
}
.list-cast__float-hours--time {
  background-color: #45b0f8;
}
.list-cast__hours {
  margin-bottom: 8px;
  text-align: center;
  line-height: 1;
  font-size: 1.2rem;
  text-decoration: none;
}
.list-cast__hours--std {
  color: #45b0f8;
}
.list-cast__hours--adult {
  color: #f75a52;
}
.list-cast__hours--beginner {
  color: #f0a134;
}
.list-cast__hours--time {
  color: #45b0f8;
}
.list-cast__hours--sokuhime {
  color: #ff9ae1;
}
.list-cast__hours--close {
  color: #999;
}
.list-cast__hours--empty::before {
  display: inline;
  content: ".";
  opacity: 0;
}
.list-cast__link {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.list-cast__ranking-num {
  padding: 5px 15px;
  width: 100px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Cinzel", serif;
  line-height: 1;
  font-size: 1.1rem;
  color: #fff;
  background-color: rgba(233, 87, 155, 0.8);
  position: absolute;
  transform: rotate(-30deg);
  transform-origin: left bottom;
  left: 0;
  top: 20px;
}
.list-cast__figure {
  margin-bottom: 8px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.list-cast__figure__image {
  width: 100%;
  height: auto;
}
.list-cast__type {
  margin-bottom: 8px;
}
.list-cast__name {
  display: flex;
  margin-bottom: 5px;
  justify-content: center;
  align-items: center;
  color: #927878;
  line-height: 1;
}
.list-cast__name__type {
  display: inline-block;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  background-position: 0 -100px;
}
.list-cast__name__type--adult {
  background-position: -15px -100px;
}
.list-cast__name__type--beginner {
  background-position: -30px -100px;
}
.list-cast__name__beginner {
  margin-right: 2px;
  width: 7.8125vw;
}
.list-cast__name__main {
  font-size: 1.4rem;
}
.list-cast__name__age {
  font-size: 1rem;
}
.list-cast__copy {
  padding-bottom: 8px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #927878;
  position: relative;
}
.list-cast__copy::after {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #927878;
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translate(-50%, 0);
}
.list-cast__tall {
  text-align: center;
  font-size: 1rem;
  color: #927878;
}
.list-cast__spec {
  padding-bottom: 5px;
  text-align: center;
  font-size: 1rem;
  color: #927878;
}
.list-cast__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1rem;
}
.list-cast__links__item {
  margin: 0 2px 5px 2px;
}
.list-cast__links__link {
  display: block;
  padding: 2px 5px;
  line-height: 1;
  border: 1px solid #927878;
  border-radius: 3px;
  text-decoration: none;
  color: #927878;
}
.list-cast__label-type {
  padding: 0.5em 5px 0.5em 0;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  background: linear-gradient(to right, #31e2fb 0%, #0cb6fb 100%);
}
.list-cast__label-type--mark-beginner {
  text-align: right;
  font-size: 12px;
}
.list-cast__label-type--adult {
  background: linear-gradient(to right, #f98686 0%, #ed3031 100%);
}
.list-cast__label-type--beginner {
  color: #86694b;
  background: linear-gradient(to right, #fff8aa 0%, #fdee60 100%);
}
.list-cast__beginner {
  width: 14.0625vw;
  position: absolute;
  top: 56.25vw;
  left: -3.125vw;
}
.list-cast__snf {
  width: 32cqw;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .list-cast {
    margin: 0 2.6041666667vw 40px 2.6041666667vw;
  }
  .list-cast__teaser {
    padding-bottom: 40px;
  }
  .list-cast__teaser::after {
    height: 31.25vw;
  }
  .list-cast__teaser__content {
    height: 182.2916666667vw;
  }
  .list-cast__teaser__para-button-more {
    text-align: center;
  }
  .list-cast__teaser__button-more {
    width: 46px;
  }
  .list-cast__ranking-num {
    padding-left: 20px;
    top: 25px;
    font-size: 1.4rem;
  }
  .list-cast__label-type {
    padding: 0.5em 5px 0.5em 0;
    font-size: 14px;
  }
  .list-cast__name__beginner {
    width: 3.2552083333vw;
  }
}
@media screen and (min-width: 1024px) {
  .list-cast {
    grid-template-columns: repeat(5, 1fr);
  }
  .list-cast__teaser {
    padding-bottom: 40px;
  }
  .list-cast__teaser--open {
    grid-template-rows: 1fr;
    padding-bottom: 7.8125vw;
  }
  .list-cast__teaser::after {
    display: none;
  }
  .list-cast__teaser__content {
    height: auto;
    overflow: visible;
  }
  .list-cast__teaser__para-button-more {
    display: none;
  }
  .list-cast__item {
    padding-bottom: 20px;
    border-radius: 20px;
  }
  .list-cast__float-hours {
    padding: 6px 35px;
    border-radius: 6px;
    font-size: 1.3rem;
    left: -12px;
    top: -15px;
  }
  .list-cast__figure {
    margin-bottom: 16px;
    border-radius: 20px 20px 0 0;
  }
  .list-cast__type {
    margin-bottom: 10px;
  }
  .list-cast__hours {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .list-cast__name {
    margin-bottom: 10px;
  }
  .list-cast__name__type {
    display: inline-block;
    margin-right: 5px;
    width: 27px;
    height: 27px;
    background-position: 0 -120px;
  }
  .list-cast__name__type--adult {
    background-position: -30px -120px;
  }
  .list-cast__name__type--beginner {
    background-position: -60px -120px;
  }
  .list-cast__name__beginner {
    margin-right: 5px;
    width: 40px;
  }
  .list-cast__name__main {
    font-size: 2.5rem;
  }
  .list-cast__name__age {
    font-size: 1.6rem;
  }
  .list-cast__copy {
    padding-bottom: 20px;
    font-size: 1.2rem;
  }
  .list-cast__copy::after {
    width: 144px;
    bottom: 10px;
  }
  .list-cast__tall {
    font-size: 1.1rem;
  }
  .list-cast__spec {
    padding-bottom: 10px;
    font-size: 1.1rem;
  }
  .list-cast__links {
    margin: 0 10px;
  }
  .list-cast__links__item {
    margin: 0 5px 5px 5px;
  }
  .list-cast__links__link {
    border-radius: 3px;
  }
  .list-cast__ranking-num {
    padding-left: 25px;
    top: 30px;
    font-size: 1.6rem;
  }
  .list-cast__label-type {
    font-size: 18px;
  }
  .list-cast__label-type--mark-beginner {
    padding-right: 30px;
  }
  .list-cast__beginner {
    width: 72px;
    top: 340px;
    left: -5px;
  }
  .list-cast__teaser {
    grid-template-rows: 1fr;
    overflow: visible;
    border: 1px;
  }
  .list-cast__teaser::after {
    display: none;
  }
  .list-cast__teaser__content {
    overflow: visible;
  }
  .list-cast__teaser__para-button-more {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .list-cast {
    margin: 0 auto 40px auto;
    width: 1130px;
  }
  .list-cast__item {
    /*
    &--home {
      margin-left: 2%;
      width: 20%;
      &:nth-of-type(2n-1),
      &:nth-of-type(3n-2),
      &:nth-of-type(4n-3),
      &:nth-of-type(5n-4) {
        margin-left: 2%;
      }
    }
    &--ranking {
      --margin-left: calc(5% / 4);
      margin-left: var(--margin-left);
      width: 19%;
      &:nth-of-type(2n-1) {
        margin-left: var(--margin-left);
      }
      &:nth-of-type(3n-2) {
        margin-left: var(--margin-left);
      }
      &:nth-of-type(4n-3) {
        margin-left: var(--margin-left);
      }
      &:nth-of-type(5n-4) {
        margin-left: 0;
      }
    }
      */
  }
}

.list-ranking {
  display: grid;
  margin: 0 6.25vw 24px 6.25vw;
}
.list-ranking .item:not(:last-of-type) {
  margin-bottom: 10vw;
}
.list-ranking .link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto auto 1fr;
  gap: 0 3.75vw;
  color: #565656;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  height: 53vw;
}
.list-ranking .photo {
  container-type: inline-size;
  grid-column: 1;
  grid-row: 1/5;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.list-ranking .photo img {
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-ranking .snf {
  width: 24cqw;
  position: absolute;
  top: 0;
  right: 2cqw;
  z-index: 2;
}
.list-ranking .title {
  font-weight: 700;
  font-size: 12px;
}
.list-ranking .title .sub {
  display: none;
}
.list-ranking .copy {
  margin: 1.5625vw 0;
  line-height: 1.5;
  color: #e9579b;
}
.list-ranking .comment {
  padding: 2.5vw;
  background-color: rgba(233, 87, 155, 0.8);
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  border-radius: 5px;
  height: 100%;
  overflow: auto;
}
.list-ranking .comment p {
  line-height: 1.6;
  font-size: 12px;
  color: #fff;
  height: 100%;
}
@media screen and (min-width: 500px) {
  .list-ranking {
    margin: 0 2.6041666667vw 32px 2.6041666667vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.125vw;
  }
  .list-ranking .item:nth-of-type(1) {
    grid-column: 1/3;
  }
  .list-ranking .item:nth-of-type(1) .link {
    height: auto;
  }
  .list-ranking .item:nth-of-type(1) .link .comment {
    margin-top: 0;
    box-sizing: border-box;
    height: auto;
  }
  .list-ranking .item:not(:last-of-type) {
    margin-bottom: 0;
  }
  .list-ranking .item:nth-of-type(n + 2) .link .photo {
    grid-row: 1/4;
  }
  .list-ranking .item:nth-of-type(n + 2) .link .comment {
    grid-column: 1/3;
    height: 10em;
  }
  .list-ranking .link {
    height: auto;
    gap: 0 2.0833333333vw;
    padding: 2.0833333333vw;
    align-items: start;
  }
  .list-ranking .title {
    font-size: cw(16px, 768);
    font-weight: 700;
  }
  .list-ranking .title .sub {
    display: inline;
  }
  .list-ranking .name {
    line-height: 1.2;
    font-size: 3.6458333333vw;
  }
  .list-ranking .name .age {
    font-size: 2.0833333333vw;
  }
  .list-ranking .copy {
    margin-bottom: 2.6041666667vw;
    font-weight: 700;
  }
  .list-ranking .comment {
    margin-top: 1.0416666667vw;
    padding: 2.0833333333vw;
    box-sizing: border-box;
    height: 5em;
  }
  .list-ranking .comment p {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1024px) {
  .list-ranking {
    margin: 0 auto 32px auto;
    width: min(100%, 800px);
    gap: 32px;
  }
  .list-ranking .link {
    border-radius: 15px;
    gap: 0 16px;
    padding: 16px;
  }
  .list-ranking .title {
    margin-bottom: 11px;
    font-size: 20px;
  }
  .list-ranking .name {
    font-size: 28px;
  }
  .list-ranking .name .age {
    font-size: 16px;
  }
  .list-ranking .copy {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .list-ranking .comment {
    margin-top: 8px;
    padding: 16px;
  }
  .list-ranking .comment p {
    font-size: 16px;
  }
}

.list-faq {
  margin-top: 20px;
}
.list-faq__item {
  border: 2px solid #ddd;
  border-radius: 5px;
}
.list-faq__item:not(:last-of-type) {
  margin-bottom: 15px;
}
.list-faq__details {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  color: #565656;
  text-align: left;
  text-decoration: none;
  font-size: 1.1rem;
}
.list-faq__details[open] .list-faq__summary::after {
  content: "─";
}
.list-faq__summary {
  display: block;
  padding: 20px 40px 20px 40px;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  box-sizing: border-box;
  width: 100%;
  font-size: 12px;
  text-align: left;
}
.list-faq__summary::before {
  display: block;
  margin: 0 5px 0 0;
  content: "Q.";
  color: #e9579b;
  font-size: 1.4rem;
  position: absolute;
  left: 15px;
  top: 50%;
  translate: 0 -50%;
}
.list-faq__summary::after {
  content: "┼";
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}
.list-faq__inner {
  overflow: hidden;
  padding: 10px 20px 20px 40px;
  position: relative;
}
.list-faq__inner::before {
  display: block;
  margin: 0 5px 0 0;
  content: "A.";
  color: #565656;
  font-size: 1.4rem;
  position: absolute;
  left: 15px;
  top: 10px;
}
.list-faq__para-button {
  margin: 15px auto 0 auto;
  width: min(360px, 100%);
}
.list-faq__button {
  display: block;
  margin: 0 auto;
  padding: 0.4em 1em;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-size: 12px;
  color: #565656;
  background-color: #fff;
  border: 2px solid #ff9ae1;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .list-faq {
    margin-top: 35px;
  }
  .list-faq__item:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .list-faq__details {
    font-size: 1.6rem;
  }
  .list-faq__summary {
    padding: 20px 40px 20px 50px;
    font-size: 16px;
  }
  .list-faq__summary::before {
    margin: 0 10px 0 0;
    font-size: 2rem;
  }
  .list-faq__summary::after {
    font-size: 2rem;
  }
  .list-faq__inner {
    padding: 0 40px 20px 50px;
  }
  .list-faq__inner::before {
    margin: 0 10px 0 0;
    font-size: 2rem;
    top: 0;
  }
  .list-faq__para-button {
    margin: 30px auto 0 auto;
    text-align: center;
  }
  .list-faq__button {
    padding: 0.4em 1em;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .list-faq {
    margin-top: 55px;
  }
  .list-faq__item:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .list-faq__summary {
    padding: 20px 40px 20px 60px;
    font-size: 2rem;
  }
  .list-faq__summary::before {
    left: 30px;
    margin: 0;
    font-size: 2rem;
  }
  .list-faq__summary::after {
    right: 20px;
    font-size: 2rem;
  }
  .list-faq__inner {
    padding: 0 40px 20px 60px;
    font-size: 2rem;
  }
  .list-faq__inner::before {
    margin: 0;
    font-size: 2rem;
    left: 30px;
    top: 0;
  }
}

.list-hotel {
  margin-top: -10px;
}
.list-hotel__item:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.list-hotel__item--open .list-hotel__detail {
  grid-template-rows: 1fr;
}
.list-hotel__item--open .list-hotel__price::before {
  rotate: 180deg;
}
.list-hotel__item--open .list-hotel__price::after {
  rotate: 90deg;
}
.list-hotel__button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  color: #565656;
  background-color: #eee;
  cursor: pointer;
}
.list-hotel__title {
  padding: 10px 0 10px 10px;
  width: 50%;
  text-align: left;
  font-size: 12px;
}
.list-hotel__price {
  padding: 10px 25px 10px 5px;
  flex: 1;
  position: relative;
}
.list-hotel__price::before, .list-hotel__price::after {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #666;
  position: absolute;
  right: 10px;
  top: 50%;
  translate: 0 -50%;
  transition: rotate 500ms;
}
.list-hotel__price::after {
  width: 2px;
  height: 14px;
  right: 16px;
  top: 50%;
}
.list-hotel__detail {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 800ms;
  overflow: hidden;
}
.list-hotel__detail table {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
.list-hotel__detail tr:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.list-hotel__detail th {
  padding: 10px;
  font-weight: 400;
  font-size: 10px;
  white-space: nowrap;
}
.list-hotel__detail td {
  padding: 10px;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .list-hotel {
    margin-top: -30px;
  }
  .list-hotel__title {
    padding: 10px 0 10px 10px;
    font-size: 14px;
    width: 70%;
  }
  .list-hotel__price {
    padding: 10px 25px 10px 5px;
    font-size: 14px;
  }
  .list-hotel__detail th {
    padding: 10px;
    font-size: 14px;
    width: 20%;
  }
  .list-hotel__detail td {
    padding: 10px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .ui-datepicker-div {
    margin-top: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .ui-datepicker-div {
    margin-top: -30px;
  }
}

.swiper-campaign {
  padding: 0 0 30px 0;
  font-family: YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.swiper-campaign .swiper-pagination-bullet {
  background-color: #ffcbe2;
}
.swiper-campaign .swiper-pagination-bullet-active {
  background-color: #127eff;
}
.swiper-campaign__photo {
  margin-bottom: 15px;
  border-radius: 15px;
  overflow: hidden;
}
.swiper-campaign__link {
  display: block;
  text-decoration: none;
  color: #565656;
}
.swiper-campaign__tags {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
}
.swiper-campaign__tags__item {
  margin-right: 5px;
  padding: 5px 15px;
  line-height: 1;
  font-size: 1rem;
  color: #fff;
  border-radius: 5px;
  background-color: #ccc;
}
.swiper-campaign__tags__item--yellow {
  background-color: #f8b551;
}
.swiper-campaign__tags__item--pink {
  background-color: #ff9ae1;
}
.swiper-campaign__tags__item--blue {
  background-color: #69deff;
}
.swiper-campaign__title {
  margin-bottom: 5px;
  line-height: 1.4;
  font-size: 1.2rem;
  font-weight: 400;
}
.swiper-campaign__comment {
  line-height: 1.4;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .swiper-campaign {
    margin-bottom: 2.5vw;
    padding-bottom: 5.8333333333vw;
  }
  .swiper-campaign .swiper-pagination {
    transform: translate(-50%, 0) !important;
    left: 50% !important;
  }
  .swiper-campaign .swiper-pagination .swiper-pagination-bullet {
    width: 7px !important;
    height: 7px !important;
  }
  .swiper-campaign .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #127eff;
  }
}
@media screen and (min-width: 1200px) {
  .swiper-campaign {
    padding-bottom: 60px;
    margin-bottom: 20px;
  }
}

.swiper-cast__item {
  margin: 0 0 25px 4%;
  padding-bottom: 5px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 10px rgba(77, 68, 255, 0.3);
  position: relative;
}
.swiper-cast__item:nth-of-type(2n-1) {
  margin-left: 0;
}
.swiper-cast__float-hours {
  display: block;
  padding: 4px 5px;
  border-radius: 3px;
  line-height: 1;
  font-size: 1rem;
  background-color: #ff9ae1;
  color: #fff;
  position: absolute;
  left: -10px;
  top: -10px;
  transform: rotate(-5deg);
  box-shadow: 1px 1px 10px rgba(77, 68, 255, 0.3);
}
.swiper-cast__link {
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.swiper-cast__figure {
  margin-bottom: 5px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.swiper-cast__type {
  margin-bottom: 8px;
}
.swiper-cast__hours {
  margin-bottom: 8px;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  color: #ff9ae1;
}
.swiper-cast__name {
  display: flex;
  margin-bottom: 5px;
  justify-content: center;
  align-items: center;
  color: #927878;
  line-height: 1;
}
.swiper-cast__name__type {
  display: inline-block;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  background-position: 0 -100px;
}
.swiper-cast__name__type--adult {
  background-position: -15px -100px;
}
.swiper-cast__name__type--beginner {
  background-position: -30px -100px;
}
.swiper-cast__name__main {
  font-size: 1.4rem;
}
.swiper-cast__name__age {
  font-weight: 400;
  font-size: 1rem;
}
.swiper-cast__copy {
  padding-bottom: 8px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #927878;
  position: relative;
}
.swiper-cast__copy::after {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #927878;
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translate(-50%, 0);
}
.swiper-cast__tall {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  color: #927878;
}
.swiper-cast__spec {
  padding-bottom: 5px;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  color: #927878;
}
.swiper-cast__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1rem;
}
.swiper-cast__links__item {
  margin: 0 2px 5px 2px;
}
.swiper-cast__links__link {
  display: block;
  padding: 2px 5px;
  line-height: 1;
  border: 1px solid #927878;
  border-radius: 3px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .swiper-cast {
    margin-bottom: 5.4166666667vw;
  }
}

.table-access-fee {
  margin: 0 auto 20px auto;
  width: -moz-fit-content;
  width: fit-content;
}
.table-access-fee table {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.table-access-fee th {
  padding: 2px 16px 2px 20px;
  text-align: left;
  vertical-align: top;
  position: relative;
}
.table-access-fee th::before {
  width: 13px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 6px;
}
.table-access-fee td {
  padding: 2px 0;
  text-align: right;
  position: relative;
}
.table-access-fee td .apd {
  position: absolute;
  right: -1.2em;
  font-size: 0.9em;
}
@media screen and (min-width: 768px) {
  .table-access-fee table {
    font-size: 1.8rem;
  }
  .table-access-fee th {
    padding: 10px 32px 10px 40px;
  }
  .table-access-fee th::before {
    width: 30px;
    height: 27px;
    background-position: 0 -40px;
    top: 13px;
  }
  .table-access-fee td {
    padding: 10px 0;
  }
}

.list-flw-notices {
  margin: 0 20px 20px 20px;
  font-size: 1rem;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.list-flw-notices__wrapper--center {
  text-align: center;
}
.list-flw-notices__wrapper .list-flw-notices {
  display: inline-block;
}
.list-flw-notices--narrow {
  margin-left: 80px;
}
.list-flw-notices__image {
  display: inline-block;
  margin-top: -11px;
  height: 32px;
  width: auto;
  vertical-align: top;
}
.list-flw-notices__item {
  margin-bottom: 5px;
  padding-left: 18px;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  text-align: left;
}
.list-flw-notices__item::before {
  width: 13px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 3px;
}
.list-flw-notices__item--blue::before {
  background-position: 0 -15px;
}
@media screen and (min-width: 768px) {
  .list-flw-notices {
    margin: 0 0 35px 0;
    font-size: 1.4rem;
  }
  .list-flw-notices__wrapper {
    text-align: center;
  }
  .list-flw-notices--centered {
    display: inline-block;
    text-align: left;
  }
  .list-flw-notices--narrow {
    margin-left: 220px;
  }
  .list-flw-notices__image {
    margin-top: -15px;
    height: 44px;
  }
  .list-flw-notices__item {
    margin-bottom: 15px;
    padding-left: 37px;
    font-weight: 700;
  }
  .list-flw-notices__item::before {
    width: 30px;
    height: 27px;
    background-position: 0 -40px;
    left: 0;
    top: -3px;
  }
  .list-flw-notices__item--blue::before {
    background-position: 0 -70px;
  }
}
@media screen and (min-width: 1024px) {
  .list-flw-notices {
    margin: 0 0 45px 0;
    font-size: 1.8rem;
  }
  .list-flw-notices__image {
    margin-top: -17px;
    height: 52px;
  }
}

.list-week {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  color: #565656;
}
.list-week__item {
  margin: 0 min(0.2vw, 5px);
}
.list-week__item--today button {
  background-color: #45b0f8 !important;
  color: #fff !important;
}
.list-week__item--today .list-week__date {
  color: #fff;
}
.list-week__item--today .list-week__day--sat {
  color: #fff;
}
.list-week__date {
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  color: #565656;
}
.list-week__day {
  text-align: center;
  font-weight: 700;
  color: #565656;
  line-height: 1.5;
}
.list-week__day--sat {
  color: #45b0f8;
}
.list-week__day--sun {
  color: #e9579b;
}
.list-week__button {
  display: grid;
  align-items: center;
  background-color: transparent;
  text-align: center;
  font-size: 9px;
  width: min(50px, 50vw);
  height: min(50px, 50vw);
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: min(50px, 50vw);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .list-week__item {
    margin: 0 5px;
  }
  .list-week__button {
    font-size: 12px;
    width: 64px;
    height: 64px;
    border-radius: 40px;
  }
}

.list_calender_wrapper {
  flex: 1;
}

.list-calender {
  display: flex;
}
.list-calender__wrapper {
  flex: 1;
}
.list-calender__item {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  margin-right: 50px;
  border-radius: 10px;
  transform-origin: center center;
  position: relative;
  justify-content: center;
  align-items: center;
  display: none;
}
.list-calender__item.active {
  display: block;
}
@media screen and (min-width: 1200px) {
  .list-calender__wrapper {
    width: 530px;
  }
}

.list-form {
  margin: 0 3.125vw 20px 3.125vw;
}
.list-form__title {
  margin-bottom: 3px;
  font-size: 1rem;
  text-align: left;
}
.list-form__content {
  margin-bottom: 15px;
  text-align: left;
}
.list-form input[type=text],
.list-form input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: block;
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.4rem;
  border: 1px dashed rgba(233, 87, 155, 0.4);
  border-radius: 5px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6dfff+0,ffffff+70,ffffff+100 */
  background: #f6dfff; /* Old browsers */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f6dfff 0%, #ffffff 70%, #ffffff 100%);
}
.list-form input[type=date] {
  padding: 4px 8px 4px 4px;
  width: auto;
}
.list-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.4rem;
  border: 1px dashed rgba(233, 87, 155, 0.4);
  border-radius: 5px; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f6dfff 0%, #ffffff 70%, #ffffff 100%);
}
.list-form--yellow input[type=text] {
  background: #fff4de; /* Old browsers */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fff4de 0%, #ffffff 100%);
}
@media screen and (min-width: 768px) {
  .list-form {
    margin: 0 6.25vw 30px 6.25vw;
  }
  .list-form__title {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
  .list-form__content {
    margin-bottom: 20px;
  }
  .list-form input[type=text] {
    width: 440px;
  }
}
@media screen and (min-width: 1024px) {
  .list-form {
    margin: 0 auto 35px auto;
    width: 780px;
  }
  .list-form--centered {
    width: auto;
  }
  .list-form__title {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
  .list-form__content {
    margin-bottom: 30px;
  }
  .list-form input[type=text] {
    padding: 10px;
    width: 440px;
  }
  .list-form input[type=date] {
    padding: 10px;
  }
  .list-form textarea {
    padding: 10px;
  }
}

.calender_container {
  margin: 0 5% 12.5vw 5%;
  display: flex;
  align-items: center;
}
.calender_container button {
  cursor: pointer;
}
.calender_container .calender_prv {
  width: 12%;
}
.calender_container .calender_next {
  width: 12%;
}
.calender_container .calender_next p {
  text-align: right;
}
.calender_container .calender_go_prv {
  border-radius: 15px;
  padding: 0;
  width: 20px;
  height: 20px;
  background-color: #444;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
}
.calender_container .calender_go_prv.off {
  background-color: #ccc;
  pointer-events: none;
}
.calender_container .calender_go_prv::before {
  margin: 0;
  width: 20px;
  height: 20px;
  background-position: -30px -70px;
}
.calender_container .calender_go_prv span {
  display: none;
}
.calender_container .calender_go_next {
  border-radius: 15px;
  padding: 0;
  width: 20px;
  height: 20px;
  background-color: #3bc3e2;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
}
.calender_container .calender_go_next.off {
  background-color: #ccc;
  pointer-events: none;
}
.calender_container .calender_go_next::after {
  margin: 0 0 0 2px;
  margin: 0;
  width: 20px;
  height: 20px;
  background-position: -60px -70px;
}
.calender_container .calender_go_next span {
  display: none;
}
.calender_container .list-calender__wrapper {
  flex: 1;
}
.calender_container .list-calender {
  display: flex;
}
.calender_container .list-calender .item {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  margin-right: 50px;
  border-radius: 10px;
  transform-origin: center center;
  position: relative;
  justify-content: center;
  align-items: center;
  display: none;
}
.calender_container .list-calender .item.active {
  display: block;
}
.calender_container table {
  width: 100%;
}
.calender_container caption {
  margin: 0 0 25px 0;
  text-align: center;
  color: #a88281;
  font-weight: 700;
  font-size: 1.2rem;
}
.calender_container th,
.calender_container td {
  padding: 5px 0px;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  color: #a88281;
}
.calender_container th p,
.calender_container td p {
  cursor: pointer;
  line-height: 30px;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  font-size: 15px;
  position: relative;
}
.calender_container th p span,
.calender_container td p span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  letter-spacing: 0em;
  transform: translate(-50%, -50%);
}
.calender_container .past {
  color: #ccc;
  pointer-events: none;
}
.calender_container .past p {
  pointer-events: none;
}
.calender_container .sun {
  color: #f72f77;
  font-weight: 700;
}
.calender_container .sat {
  color: #7194b3;
  font-weight: 700;
}
.calender_container .today p {
  line-height: 24px;
  margin: 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 30px;
  background-color: #3bc3e2;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .calender_container {
    margin-bottom: 10vw;
  }
  .calender_container .calender_prv {
    width: 25%;
  }
  .calender_container .calender_next {
    width: 25%;
  }
  .calender_container .calender_go_prv {
    padding: 1.2em 2.6em 1.2em 1.4em;
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 1.3rem;
    border-radius: 30px;
  }
  .calender_container .calender_go_prv::before {
    margin: 0 8px 0 0;
  }
  .calender_container .calender_go_prv.off {
    display: none;
  }
  .calender_container .calender_go_prv span {
    display: inline-block;
  }
  .calender_container .calender_go_next {
    padding: 1.2em 1.4em 1.2em 2.6em;
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 1.3rem;
    border-radius: 30px;
  }
  .calender_container .calender_go_next::after {
    margin: 0 0 0 8px;
  }
  .calender_container .calender_go_next.off {
    display: none;
  }
  .calender_container .calender_go_next span {
    display: inline;
  }
  .calender_container th,
  .calender_container td {
    padding: 10px 5px;
  }
  .calender_container th p,
  .calender_container td p {
    font-size: 12px;
  }
  .calender_container .today {
    position: relative;
  }
  .calender_container .today p {
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 40px;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1200px) {
  .calender_container {
    margin: 0 auto 220px auto;
    width: 1050px;
  }
  .calender_container .calender_prv {
    width: 25%;
  }
  .calender_container .calender_next {
    width: 25%;
  }
  .calender_container .calender_go_prv {
    padding: 1.2em 2.6em 1.2em 1.4em;
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 1.3rem;
    border-radius: 30px;
  }
  .calender_container .calender_go_prv::before {
    margin: 0 8px 0 0;
  }
  .calender_container .calender_go_prv.off {
    display: none;
  }
  .calender_container .calender_go_prv span {
    display: inline-block;
  }
  .calender_container .calender_go_next {
    padding: 1.2em 1.4em 1.2em 2.6em;
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 1.3rem;
    border-radius: 30px;
  }
  .calender_container .calender_go_next::after {
    margin: 0 0 0 8px;
  }
  .calender_container .calender_go_next.off {
    display: none;
  }
  .calender_container .calender_go_next span {
    display: inline;
  }
  .calender_container caption {
    margin-bottom: 45px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .calender_container th,
  .calender_container td {
    padding: 18px;
    font-size: 1.8rem;
  }
  .calender_container .today {
    position: relative;
  }
  .calender_container .today p {
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 50px;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
  }
}

.list-voices__item {
  position: relative;
  z-index: 4;
  position: relative;
}
.list-voices__item:not(:last-of-type) {
  margin-bottom: 30px;
}
.list-voices__item::before, .list-voices__item::after {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  right: -15px;
  top: -27px;
  background-image: url(../images/profile/voice_rose.png);
  background-size: 200px 200px;
  z-index: 0;
}
.list-voices__item::after {
  right: auto;
  top: auto;
  bottom: -27px;
  left: -15px;
  transform: rotate(-180deg);
}
.list-voices__item--beginner::before, .list-voices__item--beginner::after {
  background-image: url(../images/profile/voice_rose_beginner.png);
}
.list-voices__content {
  border: 1px solid #f1d9b0;
  border-radius: 20px;
  padding: 50px 0px 65px 0px;
  position: relative;
  z-index: 4;
  background-color: #fff;
}
.list-voices__content::before, .list-voices__content::after {
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
  right: 5px;
  top: 5px;
  background-image: url(../images/profile/voice_ornament.png);
  background-size: 55px 55px;
  z-index: 2;
}
.list-voices__content::after {
  transform: rotate(180deg);
  right: auto;
  left: 5px;
  top: auto;
  bottom: 5px;
  z-index: 2;
}
.list-voices__title {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 700;
  color: #675a61;
}
.list-voices__copy {
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #675a61;
}
.list-voices__comment p {
  line-height: 1.8;
  font-size: 1rem;
  color: #927878;
}
.list-voices__comment p:not(:last-of-type) {
  margin-bottom: 1em;
}
.list-voices__reply {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f1d9b0;
}
.list-voices__reply p {
  line-height: 1.8;
  font-size: 1rem;
  color: #927878;
}
.list-voices__reply p:not(:last-of-type) {
  margin-bottom: 1em;
}
.list-voices__widget {
  overflow-x: scroll;
  width: 100%;
}
.list-voices__widget iframe {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .list-voices__item:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .list-voices__item::before, .list-voices__item::after {
    content: "";
    width: 57.0833333333vw;
    height: 57.0833333333vw;
    right: -5vw;
    top: -6.6666666667vw;
    background-image: url(../images/profile/voice_rose_md.png);
    background-size: 57.0833333333vw 57.0833333333vw;
  }
  .list-voices__item::after {
    right: auto;
    top: auto;
    bottom: -6.6666666667vw;
    left: -5vw;
  }
  .list-voices__content {
    border-width: 2px;
    border-radius: 30px;
    padding: 80px 50px 100px 50px;
  }
  .list-voices__content::before, .list-voices__content::after {
    width: 14.5833333333vw;
    height: 14.5833333333vw;
    right: 0.8333333333vw;
    top: 0.8333333333vw;
    background-image: url(../images/profile/voice_ornament_md.png);
    background-size: 14.5833333333vw 14.5833333333vw;
  }
  .list-voices__content::after {
    transform: rotate(180deg);
    right: auto;
    left: 0.8333333333vw;
    top: auto;
    bottom: 0.8333333333vw;
  }
  .list-voices__title {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .list-voices__copy {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .list-voices__comment p {
    font-size: 1.8rem;
  }
  .list-voices__reply {
    margin-top: 40px;
    padding-top: 40px;
  }
  .list-voices__reply p {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .list-voices__item:not(:last-of-type) {
    margin-bottom: 80px;
  }
  .list-voices__item::before, .list-voices__item::after {
    content: "";
    width: 685px;
    height: 685px;
    right: -60px;
    top: -80px;
    background-size: 685px 685px;
    background-position: left bottom;
  }
  .list-voices__item::after {
    right: auto;
    top: auto;
    bottom: -80px;
    left: -60px;
  }
  .list-voices__content {
    margin: 0 auto;
    max-width: 1060px;
    border-width: 4px;
    border-radius: 40px;
    padding: 100px 100px 160px 100px;
    box-sizing: border-box;
  }
  .list-voices__content::before, .list-voices__content::after {
    width: 175px;
    height: 175px;
    right: 10px;
    top: 10px;
    background-size: 175px 175px;
  }
  .list-voices__content::after {
    transform: rotate(180deg);
    right: auto;
    top: auto;
    left: 10px;
    bottom: 10px;
  }
  .list-voices__title {
    margin-bottom: 40px;
    font-size: 1.8rem;
  }
  .list-voices__copy {
    margin-bottom: 40px;
    font-size: 1.8rem;
  }
  .list-voices__comment p {
    font-size: 1.8rem;
  }
  .list-voices__reply {
    margin-top: 40px;
    padding-top: 40px;
  }
  .list-voices__reply p {
    font-size: 1.6rem;
  }
}

.swiper {
  bottom: -3px;
}

.swiper-pagination {
  position: absolute;
  left: 10px !important;
  bottom: 0 !important;
  width: auto !important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 5px !important;
  height: 5px !important;
}

/* pagination */
.pagination {
  margin: 15px 0 35px 0;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  text-align: center;
}
.pagination .page-numbers {
  margin: 0 4px;
  padding: 0;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  color: #77696a;
  background-color: #e9e9e9;
  line-height: 36px;
  text-align: center;
  font-size: 1.1rem;
  text-decoration: none;
}
.pagination .page-numbers.current {
  background-color: #666;
  color: #fff;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  display: none;
}
.pagination .page-numbers.dots {
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin: 80px 0 52px 0;
  }
  .pagination .page-numbers {
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    font-size: 1.4rem;
  }
}

/* nav */
.navigation {
  margin-bottom: 0;
  position: relative;
  width: 100%;
}
.navigation .nav-previous {
  width: 50%;
  line-height: 1;
}
.navigation .nav-previous a {
  display: inline-block;
  text-indent: 3000%;
  overflow: hidden;
  white-space: nowrap;
  width: 6em;
  padding: 10px 20px;
  border-radius: 100px;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #ddd;
  position: relative;
}
.navigation .nav-previous a[rel=prev]::after {
  content: "前へ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #565656;
  font-size: 1rem;
  text-indent: 0;
}
.navigation .nav-next {
  width: 50%;
  line-height: 1;
  text-align: right;
}
.navigation .nav-next a {
  display: inline-block;
  text-indent: 3000%;
  overflow: hidden;
  white-space: nowrap;
  width: 6em;
  padding: 10px 20px;
  border-radius: 100px;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  color: #565656;
  background-color: #ddd;
  position: relative;
}
.navigation .nav-next a[rel=next]::after {
  content: "後へ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #565656;
  font-size: 1rem;
  text-indent: 0;
}
@media screen and (min-width: 768px) {
  .navigation {
    margin: 0 auto 40px auto;
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .navigation .nav-previous {
    position: absolute;
    left: 0;
    width: 50%;
    line-height: 1;
  }
  .navigation .nav-previous a {
    display: inline-block;
    text-indent: 3000%;
    overflow: hidden;
    white-space: nowrap;
    width: 6em;
    padding: 10px 20px;
    border-radius: 100px;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    background-color: #ddd;
    position: relative;
  }
  .navigation .nav-previous a[rel=prev]::after {
    content: "前へ";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(0, -50%);
    color: #565656;
    font-size: 1rem;
    text-indent: 0;
  }
  .navigation .nav-previous a[rel=prev]::after {
    font-size: 1.2rem;
  }
  .navigation .nav-next a {
    font-size: 1.4rem;
  }
  .navigation .nav-next a[rel=next]::after {
    font-size: 1.4rem;
  }
}

/* for inline */
/* youtube */
#overlay {
  background: rgba(0, 0, 0, 0.95);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  min-height: 700px;
  overflow: hidden;
}

.youtube_wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 51;
}
.youtube_wrapper .youtube_stage {
  width: 100%;
  padding: 50px 10px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.youtube_wrapper .youtube_inner {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  background: #000;
}
.youtube_wrapper .youtube_close {
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -30px;
  right: 0;
  white-space: nowrap;
}
.youtube_wrapper .youtube_close span {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
}
.youtube_wrapper .youtube_close span::before, .youtube_wrapper .youtube_close span::after {
  content: "";
  width: 80%;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.youtube_wrapper .youtube_close span::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.youtube_wrapper .youtube_close span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.youtube_wrapper .youtube_player {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 640px) {
  .youtube_wrapper .youtube_close {
    width: 50px;
    height: 50px;
    top: -60px;
  }
}
@media screen and (min-width: 768px) {
  .youtube_wrapper .youtube_stage {
    max-width: 130vh;
    width: 100%;
  }
  .youtube_wrapper .youtube_close {
    width: 60px;
    height: 60px;
    top: -70px;
  }
}

.white {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.6);
}

.popup {
  padding: 30px 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  box-sizing: border-box;
  width: 90%;
  border-radius: 10px;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 51;
  pointer-events: none;
  background-color: #fff;
}
.popup--about {
  background-image: url(../images/about/popup_bg.png);
  background-size: 100% auto;
}
.popup--on {
  pointer-events: all;
  visibility: visible;
}
.popup__close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 15px;
  right: 15px;
}
.popup__close__button {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  transform: rotate(-45deg);
  cursor: pointer;
}
.popup__close__button::before, .popup__close__button::after {
  display: block;
  content: "";
  width: 18px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #927878;
}
.popup__close__button::after {
  width: 2px;
  height: 18px;
}
.popup__content {
  padding: 0 9.375vw;
}
.popup__title {
  margin-bottom: 10px;
}
.popup__para {
  color: #927878;
  text-align: left;
  line-height: 1.8;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .popup__para {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .popup {
    padding: 50px 0;
    width: 90%;
  }
  .popup--about {
    background-image: url(../images/about/popup_bg_md.png);
  }
  .popup__content {
    padding: 0 115px;
  }
  .popup__para {
    font-size: 2rem;
  }
  .popup__close {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .popup {
    padding: 50px 0;
    width: 1000px;
  }
}

@media screen and (min-width: 768px) {
  .wpcf7-response-output {
    margin: 30px 6.25vw !important;
  }
}
@media screen and (min-width: 1024px) {
  .wpcf7-response-output {
    margin: 35px auto !important;
    width: 780px;
    text-align: center;
  }
}

.main--home {
  padding-top: 50px;
  background-image: url(../images/home/main_bg.webp);
  background-size: 100% auto;
  /*
    background-image: url(../images/home/bg@2x.webp),
    url(../images/home/information_bg@2x.webp);
  background-repeat: repeat-x, repeat-x;
  background-size: 100% auto, 100% auto;
  background-position: center top, center bottom;
  */
}
@media screen and (min-width: 768px) {
  .main--home {
    /*
    background-size: 1920px auto, 1920px auto;
    background-image: url(../images/home/bg_md.jpg),
      url(../images/home/bg_md.jpg);
    background-position: center bottom, center top;
    background-repeat: no-repeat;
    */
    background-image: url(../images/home/main_bg_md.webp);
  }
}
@media screen and (min-width: 1024px) {
  .main--home {
    padding-top: 70px;
  }
}

.home__content-block {
  margin: 0 15px;
}
.home #schedule_cast {
  margin-bottom: 10px;
}
.home__main {
  margin-bottom: 20px;
}
.home__main__content {
  position: relative;
  overflow: hidden;
}
.home__main__list {
  position: relative;
}
.home__main__list__item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.home__main__list__item:nth-of-type(1) {
  position: relative;
}
.home__main__list__item__wrapper {
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
}
.home__main__list__item__link {
  display: block;
  width: 100vw;
}
.home__main__list__item__image {
  display: block;
  width: 100vw;
  height: auto;
  position: relative;
}
.home__main__nav {
  margin: 15px 0 0 0;
  display: flex;
  justify-content: center;
}
.home__main__nav__item {
  margin: 0 5px;
}
.home__main__nav__button {
  display: block;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 7px;
  height: 7px;
  border-radius: 4px;
  background-color: #ccc;
  cursor: pointer;
}
.home__main__nav__button--on {
  background-color: #127eff;
}
.home__special__list__item:not(:last-of-type) {
  margin-bottom: 25px;
}
.home__special__list__figure {
  margin: 0;
}
.home__special__list__link {
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
.home__campaign {
  margin-bottom: 20px;
}
.home__campaign__content {
  position: relative;
  overflow: hidden;
}
.home__campaign__list {
  position: relative;
}
.home__campaign__list__item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.home__campaign__list__item:nth-of-type(1) {
  position: relative;
}
.home__campaign__list__item__wrapper {
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
}
.home__campaign__list__item__link {
  display: block;
  width: 100vw;
}
.home__campaign__list__item__image {
  display: block;
  width: 100vw;
  height: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__campaign__nav {
  margin: 15px 0 0 0;
  display: flex;
  justify-content: center;
}
.home__campaign__nav__item {
  margin: 0 5px;
}
.home__campaign__nav__button {
  display: block;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 7px;
  height: 7px;
  border-radius: 4px;
  background-color: #ccc;
  cursor: pointer;
}
.home__campaign__nav__button--on {
  background-color: #127eff;
}
.home__campaign .swiper-campaign {
  margin-bottom: 10px;
}
.home__campaign .swiper-pagination {
  left: 50% !important;
  translate: -50% 0;
  margin: 0 auto;
}
.home .unit-sister-shops {
  z-index: 3;
}
.home .unit-sister-shops .swiper-sister-shops .pagination {
  text-align: center;
}
.home__menu {
  margin-top: -56.25vw;
  padding-top: 64.0625vw;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 2;
}
.home__cast {
  margin-top: -68.75vw;
  margin-bottom: -18.75vw;
  padding-top: 28.125vw;
  padding-bottom: 18.75vw;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.home__cast__copy {
  margin-bottom: 5px;
  text-align: center;
  line-height: 1.4;
  font-size: 1.1rem;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #979797;
}
.home__cast__title {
  margin-bottom: 17.1875vw;
}
.home__cast__list {
  margin: 0 auto 18.75vw auto;
  width: 65.625vw;
}
.home__cast__list__item {
  margin-bottom: -7px;
}
.home__cast__list__button {
  border-style: none;
  background-color: transparent;
  cursor: pointer;
}
.home__cast__para-viewmore {
  transform: translate(0, -3.75vw);
}
.home__about {
  padding-top: 10.9375vw;
  padding-bottom: 15.625vw;
  background-size: 100% auto;
}
.home__about__logo {
  margin-bottom: 10.9375vw;
}
.home__about .title-main {
  position: relative;
  z-index: 2;
}
.home__about__frame {
  margin-top: -56.25vw;
  margin-bottom: -31.25vw;
  position: relative;
  z-index: 1;
}
.home__newcomer {
  position: relative;
  z-index: 2;
}
.home__video {
  margin-top: -12.5vw;
  margin-bottom: -21.875vw;
  padding-top: 12.5vw;
  padding-bottom: 21.875vw;
  background-size: 100% auto;
  background-repeat: repeat-x;
}
.home__video__swiper .swiper-pagination-bullet {
  background-color: #bec7cf;
}
.home__video__swiper .swiper-pagination-bullet-active {
  background-color: #007ffe;
}
.home__schedule {
  background-size: 100% auto;
  background-repeat: repeat-x;
}
.home__schedule__casts__swiper {
  padding-bottom: 40px;
}
.home__schedule__casts__item {
  margin: 0;
  background-color: #fff;
}
.home__others {
  margin-top: -31.25vw;
  padding-top: 31.25vw;
  background-size: 100% auto;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.home__course .swiper {
  margin-bottom: 24px;
}
.home__system {
  padding-bottom: 5.9375vw;
  z-index: 2;
}
.home__system__item {
  border-radius: 16px;
  overflow: hidden;
}
.home__system__swiper-pagination {
  margin: 0 3.125vw;
  text-align: left;
}
.home__system__swiper {
  margin-bottom: -5vw;
}
.home__system__swiper__swiper-wrapper {
  margin-bottom: 15px;
}
.home__system__swiper .swiper-pagination-bullet {
  background-color: #bec7cf;
  width: 5px !important;
  height: 5px !important;
}
.home__system__swiper .swiper-pagination-bullet-active {
  background-color: #127eff;
}
.home__aptitudetest {
  padding-bottom: 0;
}
.home__aptitudetest__para-viewmore {
  position: absolute;
  bottom: 16.5625vw;
  right: 0;
}
.home__aptitudetest__para-viewmore__button {
  display: inline-block;
  width: 129px;
}
.home__bestthing {
  margin-top: -4.6875vw;
}
.home__bestthing__swiper-pagination {
  margin: 0 3.125vw;
  text-align: left;
}
.home__bestthing .swiper-pagination-bullet {
  background-color: #fac5dd;
  width: 5px !important;
  height: 5px !important;
}
.home__bestthing .swiper-pagination-bullet-active {
  background-color: #127eff;
}
.home__glossary {
  padding-top: 0;
}
.home__glossary__message {
  position: relative;
  margin-top: -31.25vw;
}
.home__ranking {
  padding: 40px 0;
}
.home__faq {
  padding-top: 5.9375vw;
  z-index: 10;
}
.home__faq__message {
  position: relative;
  margin-top: -17.1875vw;
}
.home__faq {
  /*
  &__para-viewmore {
    @extend .para-viewmore;
    margin-top: vw(-65px);
    position: relative;
  }
  */
}
.home__faq__para-tel {
  margin-top: -0.8em;
  text-align: center;
}
.home__recruit {
  padding-bottom: 0;
  z-index: 2;
}
.home__recruit__photo {
  margin-bottom: 24px;
}
.home__information {
  margin-bottom: 75px;
  padding-top: 80px;
}
.home__information__title-mid {
  margin: 0 30px 0 25px;
  font-weight: 400;
}
.home__information__title-mid:not(:first-of-type) {
  margin-top: 55px;
}
.home__information__row__item:first-child {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .home__special__list__item {
    margin-bottom: 30px;
  }
  .home__cast {
    margin-top: -20vw;
    padding-top: 20vw;
    margin-bottom: -18.75vw;
    padding-bottom: 18.75vw;
    background-image: url(../images/home/cast_bg_md.png);
    background-size: 160vw auto;
    z-index: 4;
  }
  .home__cast__title {
    margin-bottom: 13.3333333333vw;
  }
  .home__cast__copy {
    margin-top: -9.375vw;
    margin-bottom: 1.5625vw;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .home__cast__list {
    display: flex;
    align-items: center;
    margin-bottom: 10.8333333333vw;
    width: 76.6666666667vw;
  }
  .home__cast__list__item {
    margin-bottom: 0;
  }
  .home__cast__para-viewmore {
    margin-top: -6.25vw;
  }
  .home__about {
    margin-top: 0;
    padding-bottom: 4.1666666667vw;
    background-size: 100vw auto;
    height: auto;
  }
  .home__about__logo {
    display: none;
  }
  .home__about__frame {
    margin-top: -23.1770833333vw;
    margin-bottom: -7.1614583333vw;
  }
  .home__video {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 60px;
    margin-bottom: 0;
    background-image: none;
    z-index: 2;
  }
  .home__schedule {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    background-image: none;
    overflow: visible;
    /*
    &::before {
      display: block;
      content: "";
      position: absolute;
      z-index: 1;
      top: vw(-900px, 1200);
      left: 0;
      width: vw(1200px, 1200);
      height: vw(2991px, 1200);
      background-image: url(../images/home/schedule_bg_md.png);
      background-position: center top;
      background-size: vw(1920px, 1200) auto;
    }
      */
  }
  .home__schedule__content {
    position: relative;
    z-index: 3;
  }
  .home__schedule__casts__swiper {
    padding-bottom: 40px;
  }
  .home__schedule__casts__item {
    margin: 0;
    background-color: #fff;
  }
  .home__schedule .calender_container {
    margin-top: 50px;
  }
  .home__others {
    margin-top: -8.3333333333vw;
    padding-top: 8.3333333333vw;
    background-image: url(../images/home/others_bg_md.webp);
    background-size: -8.3333333333vw auto;
    background-image: none;
  }
  .home__system {
    padding-top: 0;
  }
  .home__system__swiper-pagination {
    margin: 0 auto 45px auto;
  }
  .home__campaign {
    padding-top: 0;
  }
  .home__aptitudetest {
    padding-bottom: 0;
    height: 72.9166666667vw;
  }
  .home__aptitudetest__para-viewmore {
    bottom: 16.6666666667vw;
    width: 100%;
  }
  .home__aptitudetest__para-viewmore__button {
    width: 203px;
  }
  .home__glossary {
    overflow: visible;
  }
  .home__glossary__message {
    margin-top: -25vw;
    margin-bottom: 5vw;
  }
  .home__ranking {
    padding-bottom: 0;
  }
  .home__faq {
    padding: 60px 0 8.3333333333vw 0;
    overflow: visible;
  }
  .home__faq__message {
    position: relative;
    margin-top: -15vw;
  }
  .home__faq__para-viewmore {
    margin-top: -26.5625vw;
    position: relative;
  }
  .home__menu {
    margin-top: -29.1666666667vw;
    padding-top: 32.5vw;
    background-size: 100% auto;
  }
  .home__recruit {
    margin-bottom: 60px;
  }
  .home__information {
    padding-top: 15vw;
    padding-bottom: 8.3333333333vw;
  }
  .home__information__title-mid {
    margin-left: 15px;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .home__information__row {
    margin: 0 20px;
    display: flex;
    justify-content: space-between;
  }
  .home__information__row__item {
    width: 48%;
  }
}
@media screen and (min-width: 1024px) {
  .home__main {
    margin: 0 auto 10px auto;
  }
  .home__main__list {
    position: relative;
  }
  .home__special {
    padding-top: 70px;
  }
  .home__special__list__item {
    margin-bottom: 0;
  }
  .home__special__list__item:not(:last-of-type) {
    margin-bottom: 45px;
  }
  .home__menu {
    margin-top: -345px;
    padding-top: 390px;
    background-size: 1920px auto;
    background-position: center top;
  }
  .home__cast__copy {
    margin-top: -8.3333333333vw;
    margin-bottom: 5px;
  }
  .home__cast__para-viewmore {
    margin-top: -10vw;
    display: block;
    padding-top: 55px;
  }
  .home__recruit__photo {
    margin: 0 auto 32px auto;
    width: min(800px, 66.6666666667vw);
  }
  .home__information {
    margin-bottom: 195px;
  }
  .home__information__row {
    margin-top: 40px;
  }
  .home__information__title-mid {
    margin-left: 35px;
    margin-bottom: 25px;
    font-size: 1.8rem;
  }
  .home__campaign {
    margin: 0 auto 10px auto;
  }
  .home__campaign__list {
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  .home__content-block {
    margin: 0 auto;
    width: 1100px;
  }
  .home__cast {
    margin: -230px auto -365px auto;
    padding-top: 230px;
    padding-bottom: 270px;
    background-position: center top;
    background-size: 1920px auto;
  }
  .home__cast__copy {
    margin-top: -30px;
    margin-bottom: 30px;
    font-size: 2.5rem;
  }
  .home__cast__title {
    margin-bottom: 160px;
  }
  .home__cast__list {
    margin-bottom: 130px;
    width: 100%;
    width: 900px;
  }
  .home__cast__list__item {
    margin-bottom: 0;
  }
  .home__cast__para-viewmore {
    margin-top: -110px;
  }
  .home__about {
    margin: 0px auto -45px auto;
    padding-top: 260px;
    padding-bottom: 220px;
    height: auto;
    background-size: 1200px auto;
    background-repeat: repeat-x;
    background-position: center top;
    z-index: 3;
  }
  .home__about__frame {
    margin: -220px auto -110px auto;
    width: 1200px;
  }
  .home__video {
    padding-bottom: 150px;
  }
  .home__schedule {
    overflow: visible;
    /*
    &::before {
      top: -900px;
      left: 0;
      width: 100%;
      height: 2991px;
      background-size: 1920px auto;
      background-repeat: no-repeat;
    }
      */
  }
  .home__schedule__casts__swiper {
    padding-bottom: 40px;
  }
  .home__schedule__casts__item {
    margin: 0;
    background-color: #fff;
  }
  .home__others {
    margin-top: -100px;
    padding-top: 100px;
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .home__system {
    padding-bottom: 20px;
  }
  .home__system__swiper-pagination {
    margin: 0 auto 35px auto;
    text-align: center;
  }
  .home__system__swiper {
    margin-bottom: 0;
  }
  .home__system__swiper__swiper-wrapper {
    margin-bottom: 15px;
  }
  .home__system__swiper .swiper-pagination-bullet {
    width: 7px !important;
    height: 7px !important;
  }
  .home__aptitudetest {
    margin-top: 75px;
    height: 875px;
  }
  .home__aptitudetest__message {
    margin: 0 auto;
    width: 1200px;
  }
  .home__aptitudetest__para-viewmore {
    bottom: 200px;
  }
  .home__glossary {
    margin-top: -30px;
  }
  .home__glossary__message {
    margin: 0 auto;
    width: 1200px;
    margin-top: -300px;
    margin-bottom: 60px;
  }
  .home__bestthing {
    margin-top: 35px;
  }
  .home__bestthing__swiper-pagination {
    margin: 0 auto 35px auto;
    text-align: center;
  }
  .home__bestthing .swiper-pagination-bullet {
    width: 7px !important;
    height: 7px !important;
  }
  .home__faq {
    padding: 155px 0 100px 0;
  }
  .home__faq__message {
    margin: -180px auto 0 auto;
    width: 1199px;
  }
  .home__faq__para-viewmore {
    margin-top: -300px;
  }
  .home__recruit {
    padding-top: 80px;
  }
  .home__information {
    padding-top: 130px;
    padding-bottom: 100px;
  }
  .home__information__title-mid {
    margin-left: 35px;
    font-size: 1.8rem;
  }
  .home__information__row {
    margin: 0 auto;
    width: 1100px;
  }
}

.float-banner {
  background-color: #fff;
  width: 210px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 40;
}
.float-banner__para-close {
  position: absolute;
  top: -20px;
  right: 0;
  width: 16px;
  height: 16px;
}
.float-banner__close {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-style: none;
  cursor: pointer;
}
.float-banner__close::before, .float-banner__close::after {
  display: block;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #777;
  position: absolute;
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 50%;
  top: 50%;
}
.float-banner__close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.float-banner__link {
  display: block;
  text-decoration: none;
}
.float-banner__text {
  background-color: #fff;
  border: 2px solid #c30;
}
.float-banner__text--pink {
  border-color: #e9579b;
}
.float-banner__text--green {
  border-color: #42e656;
}
.float-banner__text--blue {
  border-color: #45b0f8;
}
.float-banner__text--yellow {
  border-color: #f0a134;
}
.float-banner__text--orange {
  border-color: #ff963c;
}
.float-banner__text--purple {
  border-color: #6c41f8;
}
.float-banner__text__title {
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  font-size: 1.2rem;
  color: #fff;
}
.float-banner__text__title--pink {
  background-color: #e9579b;
}
.float-banner__text__title--green {
  background-color: #42e656;
}
.float-banner__text__title--blue {
  background-color: #45b0f8;
}
.float-banner__text__title--yellow {
  background-color: #f0a134;
}
.float-banner__text__title--orange {
  background-color: #ff963c;
}
.float-banner__text__title--purple {
  background-color: #6c41f8;
}
.float-banner__text__title--yellow {
  color: #000;
}
.float-banner__text__content {
  padding: 3px 0;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  font-size: 1rem;
  background-color: #fff;
}
.float-banner__text__content--pink {
  color: #e9579b;
}
.float-banner__text__content--green {
  color: #42e656;
}
.float-banner__text__content--blue {
  color: #45b0f8;
}
.float-banner__text__content--yellow {
  color: #f0a134;
}
.float-banner__text__content--orange {
  color: #ff963c;
}
.float-banner__text__content--purple {
  color: #6c41f8;
}
.float-banner__text__content--yellow {
  color: #000;
}
@media screen and (min-width: 1024px) {
  .float-banner {
    width: 320px;
    bottom: 60px;
    left: 60px;
  }
  .float-banner__text__title {
    padding: 5px 0;
    font-size: 1.4rem;
  }
  .float-banner__text__content {
    padding: 10px 0;
    font-size: 1.2rem;
  }
}

.main--access {
  background-image: url(../images/access/bg@2x.jpg);
}
@media screen and (min-width: 768px) {
  .main--access {
    background-image: url(../images/access/bg_md.jpg);
    background-size: 100% auto;
  }
}
@media screen and (min-width: 1024px) {
  .main--access {
    background-size: 1920px auto;
    background-size: cover;
    background-repeat: repeat-y;
    background-position: center top;
  }
}

.access__unit {
  padding-top: 0;
  padding-bottom: 40px;
}
.access__notices {
  margin: 0 20px 20px 20px;
  font-size: 1rem;
}
.access__notices__item {
  margin-bottom: 10px;
  padding-left: 18px;
  line-height: 1.4;
  position: relative;
}
.access__notices__item::before {
  width: 13px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 3px;
}
.access__notices__item--blue::before {
  background-position: 0 -15px;
}
.access__routes {
  margin-bottom: 30px;
}
.access__routes__item {
  margin-bottom: 15px;
}
.access__routes__button {
  display: block;
  padding: 20px 20px 18px 20px;
  width: 100%;
  color: #fff;
  background-image: url(../images/access/button_bg_blue.jpg);
  background-size: 200px 200px;
  border-style: none;
  font-weight: 700;
  border-radius: 10px;
  font-size: 1.2rem;
  text-align: left;
  box-shadow: inset 3px 3px 2px rgb(207, 244.44, 255), inset 3px 3px 2px rgb(3, 199.56, 255), 3px 3px 2px rgb(207, 244.44, 255);
  text-shadow: 0 0 10px black;
  position: relative;
  cursor: pointer;
}
.access__routes__button--pink {
  background-color: #ff98e4;
  background-image: url(../images/access/button_bg_pink.jpg);
  box-shadow: inset 3px 3px 2px rgb(255, 205, 240.1485148515), inset 3px 3px 2px rgb(255, 103, 209.8514851485), 3px 3px 2px rgb(255, 205, 240.1485148515);
  text-shadow: 0 0 10px rgb(103, 0, 72.4059405941);
}
.access__routes__button--purple {
  background-color: #deb8ff;
  background-image: url(../images/access/button_bg_purple.jpg);
  box-shadow: inset 3px 3px 2px rgb(245.7042253521, 235, 255), inset 3px 3px 2px rgb(198.2957746479, 133, 255), 3px 3px 2px rgb(245.7042253521, 235, 255);
  text-shadow: 0 0 10px rgb(71.1830985915, 0, 133);
}
.access__routes__button::after {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 30px;
  background-position: -20px 0;
  transform: translate(0, -50%);
}
.access__detail {
  background-size: cover;
}
.access__detail--blue {
  background-image: url(../images/access/route_bg_blue.jpg);
}
.access__detail--purple {
  background-image: url(../images/access/route_bg_purple.jpg);
}
.access__detail--pink {
  background-image: url(../images/access/route_bg_pink.jpg);
}
.access__detail-title {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 24px;
  font-family: YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 700;
}
.access__route-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.access__route-list__item {
  margin: 0 0 20px 6%;
  width: 46%;
}
.access__route-list__item:nth-of-type(2n-1) {
  margin-left: 0;
}
.access__route-list__photo {
  margin-bottom: 8px;
  border-radius: 12px;
  overflow: hidden;
}
.access__route-list__text {
  position: relative;
  padding-left: 24px;
}
.access__route-list__num {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  font-size: 1.6rem;
}
.access__route-list__comment {
  font-size: 1.1rem;
}
.access__map {
  margin-bottom: 10px;
  height: 200px;
  background-color: #eee;
  border-radius: 20px;
}
.access__hotel-table {
  padding-left: 15px;
  padding-bottom: 10px;
  overflow-x: scroll;
}
.access__hotel-table table {
  margin-right: 15px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  border-radius: 10px;
  overflow: hidden;
  white-space: nowrap;
  background: linear-gradient(to right, rgb(255, 168, 217) 0%, rgb(160, 205, 235) 50%, rgb(156, 206, 236) 55%, rgb(65, 242, 253) 100%);
}
.access__hotel-table thead th {
  padding: 10px 0;
  font-size: 1rem;
  text-align: center;
  font-family: YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff;
  font-weight: 400;
}
.access__hotel-table tbody .hotel-name,
.access__hotel-table tbody .hotel-tel,
.access__hotel-table tbody .hotel-address,
.access__hotel-table tbody .hotel-price {
  padding: 10px;
  font-size: 1rem;
  font-family: YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #565656;
  font-weight: 400;
  background-color: #fff;
  text-align: center;
}
.access__hotel-table tbody tr:last-child .hotel-name {
  border-radius: 0 0 0 10px;
}
.access__hotel-table tbody tr:last-child .hotel-price {
  border-radius: 0 0 10px 0;
}
.access__hotel-table tbody a {
  color: #565656;
}
.access__taxilink {
  text-align: center;
}
.access__taxilink__image {
  width: 120px;
}
.access .para-accessfee-notice {
  display: flex;
  margin-bottom: 14px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.access .para-accessfee-notice::before {
  width: 13px;
  height: 12px;
  background-position: 0 -15px;
}
@media screen and (min-width: 768px) {
  .access__unit {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .access__notices {
    margin: 0 0 35px 70px;
    font-size: 1.4rem;
  }
  .access__notices__item {
    margin-bottom: 15px;
    padding-left: 37px;
  }
  .access__notices__item::before {
    width: 30px;
    height: 27px;
    background-position: 0 -40px;
    left: 0;
    top: -3px;
  }
  .access__notices__item--blue::before {
    background-position: 0 -70px;
  }
  .access__routes {
    margin: 0 auto 70px auto;
    max-width: 820px;
  }
  .access__routes__item {
    margin-bottom: 15px;
  }
  .access__routes__button {
    padding: 20px 20px 18px 20px;
    background-image: url(../images/access/button_bg_blue_md.jpg);
    background-size: 532px 532px;
    border-radius: 20px;
    font-weight: 400;
    text-shadow: 0 0 10px rgb(0, 42.12, 54);
    letter-spacing: 0.1em;
    font-size: 1.6rem;
    box-shadow: inset 5px 5px 5px rgb(207, 244.44, 255), inset 5px 5px 5px rgb(3, 199.56, 255), 5px 5px 5px rgb(207, 244.44, 255);
  }
  .access__routes__button--pink {
    background-color: #ff9ae1;
    background-image: url(../images/access/button_bg_pink_md.jpg);
    box-shadow: inset 3px 3px 2px rgb(255, 205, 240.1485148515), inset 3px 3px 2px rgb(255, 103, 209.8514851485), 3px 3px 2px rgb(255, 205, 240.1485148515);
    text-shadow: 0 0 10px rgb(103, 0, 72.4059405941);
  }
  .access__routes__button--purple {
    background-color: #deb8ff;
    background-image: url(../images/access/button_bg_purple_md.jpg);
    background-size: 400px 400px;
    box-shadow: inset 3px 3px 2px rgb(245.7042253521, 235, 255), inset 3px 3px 2px rgb(198.2957746479, 133, 255), 3px 3px 2px rgb(245.7042253521, 235, 255);
    text-shadow: 0 0 10px rgb(71.1830985915, 0, 133);
  }
  .access__routes__button::after {
    width: 19px;
    height: 19px;
    right: 40px;
    background-position: -15px -15px;
    transform: translate(0, -50%);
  }
  .access__map {
    margin-bottom: 60px;
  }
  .access__detail--blue {
    background-image: url(../images/access/route_bg_blue_md.jpg);
  }
  .access__detail--purple {
    background-image: url(../images/access/route_bg_purple_md.jpg);
  }
  .access__detail--pink {
    background-image: url(../images/access/route_bg_pink_md.jpg);
  }
  .access__detail-title {
    font-size: 1.6rem;
  }
  .access__route-list {
    justify-content: flex-start;
  }
  .access__route-list__item {
    margin-left: 5%;
    width: 30%;
    margin-bottom: 24px;
  }
  .access__route-list__item:nth-of-type(2n-1) {
    margin-left: 5%;
  }
  .access__route-list__item:nth-of-type(3n-2) {
    margin-left: 0;
  }
  .access__route-list__photo {
    margin-bottom: 16px;
  }
  .access__route-list__text {
    padding-left: 36px;
  }
  .access__route-list__num {
    font-size: 2rem;
  }
  .access__route-list__comment {
    font-size: 1.3rem;
  }
  .access__map {
    height: 500px;
    border-radius: 20px;
  }
  .access__hotel-table {
    margin: 0 20px;
    padding-left: 0;
    padding-bottom: 0px;
    overflow-x: hidden;
  }
  .access__hotel-table table {
    margin-right: 0;
    border-radius: 20px;
    overflow: hidden;
    white-space: normal;
  }
  .access__hotel-table thead th {
    padding: 10px 0;
    font-size: 1.4rem;
  }
  .access__hotel-table tbody .hotel-name,
  .access__hotel-table tbody .hotel-tel,
  .access__hotel-table tbody .hotel-address,
  .access__hotel-table tbody .hotel-price {
    padding: 12px 5px;
    font-size: 1.2rem;
  }
  .access__hotel-table tbody tr:last-child .hotel-name {
    border-radius: 0 0 0 20px;
  }
  .access__hotel-table tbody tr:last-child .hotel-price {
    border-radius: 0 0 20px 0;
  }
  .access__taxilink__image {
    width: 240px;
  }
  .access .para-accessfee-notice {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .access .para-accessfee-notice::before {
    width: 30px;
    height: 27px;
    background-position: 0 -70px;
  }
}
@media screen and (min-width: 1024px) {
  .access__unit {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .access__unit--hotels {
    padding-bottom: 130px;
  }
  .access__content-block {
    margin: 0 auto;
    width: 820px;
  }
  .access__notices {
    margin: 0 0 45px 70px;
    font-size: 1.8rem;
  }
  .access__routes {
    margin-bottom: 90px;
  }
  .access__routes__item {
    margin-bottom: 25px;
  }
  .access__routes__button {
    padding: 25px 70px 24px 55px;
    font-size: 2.2rem;
  }
  .access__hotel-table {
    margin: 70px auto 0 auto;
    width: 820px;
  }
  .access__hotel-table table {
    margin-right: 0;
    border-radius: 20px;
    overflow: hidden;
    white-space: normal;
  }
  .access__hotel-table thead th {
    padding: 10px 0;
    font-size: 1.8rem;
  }
  .access__hotel-table tbody .hotel-name,
  .access__hotel-table tbody .hotel-tel,
  .access__hotel-table tbody .hotel-address,
  .access__hotel-table tbody .hotel-price {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .access__notices {
    margin: 0 0 55px 110px;
  }
}

.main--campaign {
  background-image: url(../images/campaign/bg@2x.jpg);
  background-repeat: repeat-y;
}
@media screen and (min-width: 768px) {
  .main--campaign {
    background-image: url(../images/campaign/bg_md.jpg);
    background-size: 1920px auto;
  }
}

.main--video {
  background-image: url(../images/video/bg@2x.jpg);
  background-repeat: repeat-y;
}
@media screen and (min-width: 768px) {
  .main--video {
    background-image: url(../images/video/bg_md.jpg);
    background-size: 1920px auto;
  }
}

/* cast */
.main--cast {
  background-image: url(../images/cast/bg@2x.jpg);
}
@media screen and (min-width: 768px) {
  .main--cast {
    background-image: url(../images/cast/bg_md.jpg);
    background-size: 1920px auto;
  }
}
@media screen and (min-width: 1200px) {
  .main--cast {
    background-repeat: repeat-y;
  }
}

.cast__unit {
  margin-bottom: -25px;
}
.cast__type-title {
  margin: 0 0 15px 0;
  text-align: center;
  font-size: 1.3rem;
  color: #e9579b;
  font-family: serif;
}
.cast__type-buttons {
  margin: 0 5px 30px 5px;
  display: flex;
  justify-content: space-between;
}
.cast__type-buttons__item:nth-of-type(1) {
  width: 35%;
}
.cast__type-buttons__item:nth-of-type(2) {
  width: 31%;
}
.cast__type-buttons__item:nth-of-type(3) {
  width: 33%;
}
.cast__type-buttons__button {
  border-style: none;
  background-color: transparent;
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
}
.cast__black {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
}
.cast__popup {
  padding: 30px 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  box-sizing: border-box;
  width: 90%;
  border-radius: 10px;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 51;
  pointer-events: none;
  background-color: #fff;
  background-size: 262px 271px;
}
.cast__popup--std {
  background-image: url(../images/cast/std_bg.png);
}
.cast__popup--adult {
  background-image: url(../images/cast/adult_bg.png);
}
.cast__popup--beginner {
  background-image: url(../images/cast/beginner_bg.png);
}
.cast__popup--on {
  pointer-events: all;
  visibility: visible;
}
.cast__popup__close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 15px;
  right: 15px;
}
.cast__popup__close__button {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  transform: rotate(-45deg);
  cursor: pointer;
}
.cast__popup__close__button::before, .cast__popup__close__button::after {
  display: block;
  content: "";
  width: 18px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cast__popup__close__button::after {
  width: 2px;
  height: 18px;
}
.cast__popup__close__button--std::before, .cast__popup__close__button--std::after {
  background-color: #65bcfd;
}
.cast__popup__close__button--adult::before, .cast__popup__close__button--adult::after {
  background-color: #ff595c;
}
.cast__popup__close__button--beginner::before, .cast__popup__close__button--beginner::after {
  background-color: #fdc668;
}
.cast__popup__content::before {
  display: block;
  margin: 0 auto 15px auto;
  content: "";
  width: 168px;
  height: 14px;
  background-size: cover;
}
.cast__popup__content::after {
  display: block;
  margin: 15px auto 0 auto;
  content: "";
  width: 225px;
  height: 5px;
  background-size: cover;
}
.cast__popup__content--std::before {
  background-image: url(../images/cast/std_ornament_top.png);
}
.cast__popup__content--std::after {
  background-image: url(../images/cast/std_ornament_bottom.png);
}
.cast__popup__content--adult::before {
  background-image: url(../images/cast/adult_ornament_top.png);
}
.cast__popup__content--adult::after {
  background-image: url(../images/cast/adult_ornament_bottom.png);
}
.cast__popup__content--beginner::before {
  background-image: url(../images/cast/beginner_ornament_top.png);
}
.cast__popup__content--beginner::after {
  background-image: url(../images/cast/beginner_ornament_bottom.png);
}
.cast__popup__title {
  margin-bottom: 10px;
}
.cast__popup__para {
  color: #927878;
  font-family: serif;
  text-align: center;
  line-height: 1.5;
  font-size: 1.2rem;
}
.cast__play {
  margin: 0 0 30px 0;
  padding: 10px 0;
  border-radius: 10px;
  border-width: 3px;
  border-style: solid;
  border-color: #ddd;
  background-color: #fff;
}
.cast__play--open .cast__play__content {
  grid-template-rows: 1fr;
}
.cast__play--open .cast__play__button-open__mark::before {
  rotate: 0deg;
}
.cast__play--open .cast__play__button-open__mark::after {
  rotate: 0deg;
}
.cast__play--pink {
  border-color: #fe99d1;
}
.cast__play--orange {
  border-color: #feb797;
}
.cast__play__button-open {
  display: block;
  position: relative;
  background-color: transparent;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.cast__play__button-open__mark {
  position: absolute;
  right: 10px;
  top: 50%;
  translate: 0 -50%;
  white-space: nowrap;
  text-indent: -1000px;
  overflow: hidden;
  background-color: transparent;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.cast__play__button-open__mark::before, .cast__play__button-open__mark::after {
  content: "";
  width: 80%;
  height: 6%;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  rotate: 180deg;
  background-color: #565656;
  transition: rotate 500ms;
}
.cast__play__button-open__mark::after {
  rotate: 270deg;
}
.cast__play__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 500ms;
  overflow: hidden;
}
.cast__play__content-inner {
  overflow: hidden;
  /* 高さが0だとスクリーンリーダーに認識されなくなるため */
  min-height: 0.1px;
}
@media screen and (min-width: 768px) {
  .cast__type-title {
    font-size: 1.7rem;
  }
  .cast__type-buttons {
    margin-bottom: 45px;
  }
  .cast__popup {
    background-size: 360px 171px;
    padding: 40px 0;
    width: 96%;
  }
  .cast__popup--std {
    background-image: url(../images/cast/std_bg_md.png);
  }
  .cast__popup--adult {
    background-image: url(../images/cast/adult_bg_md.png);
  }
  .cast__popup--beginner {
    background-image: url(../images/cast/beginner_bg_md.png);
  }
  .cast__popup__close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
  .cast__popup__close__button {
    border-radius: 40px;
  }
  .cast__popup__close__button::before, .cast__popup__close__button::after {
    width: 24px;
    height: 2px;
  }
  .cast__popup__close__button::after {
    width: 2px;
    height: 24px;
  }
  .cast__popup__content::before {
    display: none;
  }
  .cast__popup__content::after {
    margin: 25px auto 0 auto;
    width: 720px;
    height: 8px;
  }
  .cast__popup__content--std::after {
    background-image: url(../images/cast/std_ornament_bottom_md.png);
  }
  .cast__popup__content--adult::after {
    background-image: url(../images/cast/adult_ornament_bottom_md.png);
  }
  .cast__popup__content--beginner::after {
    background-image: url(../images/cast/beginner_ornament_bottom_md.png);
  }
  .cast__popup__title {
    margin: 0 auto 25px auto;
    width: 740px;
  }
  .cast__popup__para {
    font-size: 1.8rem;
  }
  .cast__play {
    padding: 20px 0;
  }
  .cast__play__button-open {
    font-size: 20px;
  }
  .cast__play__button-open__mark {
    right: 20px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .cast__type-title {
    margin: 25px 0 20px 0;
    font-size: 2.3rem;
  }
  .cast__type-buttons {
    margin: 0 auto 60px auto;
    width: 1024px;
  }
  .cast__type-buttons_item {
    margin: 0 8px;
  }
  .cast__popup {
    width: 1000px;
  }
  .cast__popup__close {
    top: 20px;
    right: 20px;
  }
  .cast__popup__para {
    font-size: 2rem;
  }
  .cast__play__title {
    font-size: 24px;
  }
}

/* system */
.main--system {
  background-image: url(../images/system/bg@2x.jpg);
  background-repeat: repeat-y;
}
@media screen and (min-width: 768px) {
  .main--system {
    background-image: url(../images/system/bg_md.jpg);
    background-size: 1920px auto;
  }
}

.system__para-button {
  text-align: center;
}
.system__button {
  width: auto;
  height: 21px;
}
.system__course {
  margin: 0 10px 10px 10px;
  border-radius: 10px;
  overflow: hidden;
}
.system__course__title {
  padding-top: 11.875vw;
  padding-bottom: 3.125vw;
  background-size: 100% auto;
  background-repeat: no-repeat;
  line-height: 1;
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
  box-sizing: border-box;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.system__course__title--mseikan {
  background-image: url(../images/system/course_mseikan_top@2x.png);
}
.system__course__title--special {
  background-image: url(../images/system/course_special_top@2x.png);
}
.system__course__title--chijo {
  background-image: url(../images/system/course_chijo_top@2x.png);
}
.system__course__title--king {
  background-image: url(../images/system/course_king_top@2x.png);
}
.system__course__title--date {
  background-image: url(../images/system/course_date_top@2x.png);
}
.system__course__title--beginner {
  background-image: url(../images/system/course_beginner_top@2x.png);
}
.system__course__title__text {
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0;
}
.system__course__title__text--mseikan {
  background: #f8b3d8;
  background: linear-gradient(to bottom, #f8b3d8 0%, #d58eaf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.system__course__title__text--special {
  padding-top: 0.625vw;
  background: #9783ba;
  background: linear-gradient(to bottom, #ccb8fb 0%, #9783ba 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.system__course__title__text--chijo {
  background: #dbd5aa;
  background: linear-gradient(to bottom, #ecd349 0%, #dbd5aa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.system__course__title__text--king {
  background: #e1b6b4;
  background: linear-gradient(to bottom, #fad1d2 0%, #e1b6b4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.system__course__title__text--date {
  background: #c88cd1;
  background: linear-gradient(to bottom, #c88cd1 0%, #eec1f9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.system__course__title__text--beginner {
  background: #73b6ee;
  background: linear-gradient(to bottom, #80cce8 0%, #73b6ee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.system__course__table {
  margin: 0 0;
  background-size: 100% auto;
}
.system__course__table--mseikan {
  background-image: url(../images/system/course_mseikan_mid.jpg);
}
.system__course__table--mseikan tr:nth-of-type(2n-1) th {
  background-image: url(../images/system/course_mseikan_th.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.system__course__table--mseikan tr:nth-of-type(2n-1) td {
  background-image: url(../images/system/course_mseikan_td.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.system__course__table--special {
  background-image: url(../images/system/course_special_mid.jpg);
}
.system__course__table--special tr:nth-of-type(2n-1) th {
  background-image: url(../images/system/course_special_th.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.system__course__table--special tr:nth-of-type(2n-1) td {
  background-image: url(../images/system/course_special_td.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.system__course__table--chijo {
  background-image: url(../images/system/course_chijo_mid.jpg);
}
.system__course__table--chijo tr:nth-of-type(2n-1) th {
  background-image: url(../images/system/course_chijo_th.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.system__course__table--chijo tr:nth-of-type(2n-1) td {
  background-image: url(../images/system/course_chijo_td.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.system__course__table--king {
  background-image: url(../images/system/course_king_mid.jpg);
}
.system__course__table--king tr:nth-of-type(2n-1) th {
  background-image: url(../images/system/course_king_th.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.system__course__table--king tr:nth-of-type(2n-1) td {
  background-image: url(../images/system/course_king_td.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.system__course__table--date {
  background-image: url(../images/system/course_date_mid.jpg);
}
.system__course__table--date tr:nth-of-type(2n-1) th {
  background-image: url(../images/system/course_date_th.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.system__course__table--date tr:nth-of-type(2n-1) td {
  background-image: url(../images/system/course_date_td.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.system__course__table--beginner {
  background-image: url(../images/system/course_beginner_mid.jpg);
}
.system__course__table--beginner tr:nth-of-type(2n-1) th {
  background-image: url(../images/system/course_beginner_th.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.system__course__table--beginner tr:nth-of-type(2n-1) td {
  background-image: url(../images/system/course_beginner_td.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.system__course__table table {
  width: 100%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.system__course__table th {
  padding: 10px 20px 10px 0;
  color: #a88281;
  line-height: 1;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: right;
  border-right: 1px solid #927878;
  box-sizing: border-box;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
.system__course__table td {
  padding: 10px 25% 10px 15px;
  width: 50%;
  color: #a88281;
  font-weight: 400;
  line-height: 1;
  font-size: 1.6rem;
  text-align: right;
  box-sizing: border-box;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
.system__course__text {
  padding: 5px 6.25vw 40px 6.25vw;
  background-image: url(../images/system/course_mseikan_bottom@2x.png), url(../images/system/course_mseikan_mid@2x.jpg);
  background-repeat: no-repeat, repeat-y;
  background-size: 100% auto, 100% auto;
  background-position: bottom center, bottom center;
}
.system__course__text--mseikan {
  background-image: url(../images/system/course_mseikan_bottom@2x.png), url(../images/system/course_mseikan_mid@2x.jpg);
}
.system__course__text--special {
  background-image: url(../images/system/course_special_bottom@2x.png), url(../images/system/course_special_mid@2x.jpg);
}
.system__course__text--chijo {
  background-image: url(../images/system/course_chijo_bottom@2x.png), url(../images/system/course_chijo_mid@2x.jpg);
}
.system__course__text--king {
  background-image: url(../images/system/course_king_bottom@2x.png), url(../images/system/course_king_mid@2x.jpg);
}
.system__course__text--date {
  background-image: url(../images/system/course_date_bottom@2x.png), url(../images/system/course_date_mid@2x.jpg);
}
.system__course__text--beginner {
  background-image: url(../images/system/course_beginner_bottom@2x.png), url(../images/system/course_beginner_mid@2x.jpg);
}
.system__course__notes {
  margin: 0 0 5px 0;
  text-align: center;
  line-height: 1.5;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
}
.system__course__notes__item {
  display: inline-block;
  padding-left: 15px;
  line-height: 1.5;
  font-size: 1rem;
  color: #927878;
  position: relative;
}
.system__course__notes__item::before {
  display: block;
  width: 9px;
  height: 9px;
  background-position: 0 -150px;
  position: absolute;
  left: 0;
  top: 5px;
}
.system__course__notes__item--special::before {
  background-position: -10px -150px;
}
.system__course__notes__item--chijo::before {
  background-position: -20px -150px;
}
.system__course__notes__item--king::before {
  background-position: -30px -150px;
}
.system__course__notes__item--date::before {
  background-position: -40px -150px;
}
.system__course__notes__item--beginner::before {
  background-position: -50px -150px;
}
.system__course__beginner-copy {
  margin-bottom: 5px;
}
.system__course__beginner-recommend {
  margin-bottom: 5px;
}
.system__course__beginner-comment {
  margin-bottom: 10px;
}
.system__basic {
  padding-bottom: 50px;
  position: relative;
}
.system__basic::after {
  width: 113px;
  height: 6px;
  background-position: 0 -160px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}
.system__basic--nomination {
  margin-top: 30px;
}
.system__basic--creditcard {
  padding-bottom: 40px;
}
.system__basic--creditcard::after {
  display: none;
}
.system__basic__title {
  margin-bottom: 10px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 400;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.system__basic__title__text {
  background: #e1c794;
  background: linear-gradient(to bottom, #e1c794 0%, #7c6860 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  position: relative;
}
.system__basic__title__text--nomination::before {
  width: 63px;
  height: 36px;
  position: absolute;
  background-image: url(../images/system/basic_nomination_rose@2x.png);
  background-size: cover;
  left: -60px;
  top: -5px;
}
.system__basic__title__text--option::before {
  width: 63px;
  height: 36px;
  position: absolute;
  background-image: url(../images/system/basic_option_rose@2x.png);
  background-size: cover;
  left: -60px;
  top: -5px;
}
.system__basic__title__text--transport::before {
  width: 63px;
  height: 36px;
  position: absolute;
  background-image: url(../images/system/basic_transport_rose@2x.png);
  background-size: cover;
  left: -60px;
  top: -5px;
}
.system__basic__title__text--creditcard::before {
  width: 63px;
  height: 36px;
  position: absolute;
  background-image: url(../images/system/basic_creditcard_rose@2x.png);
  background-size: cover;
  left: -60px;
  top: -5px;
}
.system__basic__table {
  margin-bottom: 10px;
}
.system__basic__table table {
  width: 100%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.system__basic__table th {
  padding: 10px 20px 10px 0;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 400;
  color: #a88281;
  text-align: right;
  background-color: #fff;
  border-right: 1px solid #c2b094;
  box-sizing: border-box;
  width: 50%;
}
.system__basic__table td {
  padding: 10px 0 10px 20px;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 400;
  color: #a88281;
  text-align: left;
  background-color: #fff;
  box-sizing: border-box;
}
.system__basic__table tr:nth-of-type(2n) th,
.system__basic__table tr:nth-of-type(2n) td {
  background-color: transparent;
}
.system__basic__notes {
  margin: 0 30px 20px 30px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  line-height: 1.2;
}
.system__basic__notes__item {
  display: inline;
  padding-left: 15px;
  font-size: 1rem;
  color: #b49588;
  position: relative;
}
.system__basic__notes__item::before {
  width: 9px;
  height: 9px;
  background-position: -60px -150px;
  position: absolute;
  left: 0;
  top: 1px;
}
.system__basic__cards {
  margin: 0 auto 10px auto;
  width: 62.5vw;
}
.system__basic__card-note {
  margin: 0 30px 10px 30px;
  font-size: 1rem;
  color: #b49588;
  line-height: 1.5;
  font-family: serif;
}
.system__play {
  margin: 0 7px 30px 10px;
}
.system__play__title {
  padding: 49px 0 11px 0;
  background-image: url(../images/system/play_bg_top.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  line-height: 1;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 400;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.system__play__title__text {
  background: #6ac0e0;
  background: linear-gradient(to bottom, #accee8 0%, #6ac0e0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.system__play__tables {
  position: relative;
}
.system__play__tables::after {
  content: "";
  display: block;
  width: 99%;
  height: 100%;
  position: absolute;
  background-image: url(../images/system/play_bg_dots.png);
  background-size: 100% auto;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.system__play__table {
  padding: 0 6.25vw 15px 5vw;
  background-image: url(../images/system/play_bg_mid.png);
  background-size: 100% auto;
}
.system__play__table:not(:last-of-type) {
  padding-bottom: 0;
  position: relative;
}
.system__play__table:not(:last-of-type)::after {
  content: "";
  background-image: url(../images/system/play_bg_divider.png);
  width: 240px;
  height: 4px;
  background-size: contain;
  position: absolute;
  bottom: -2px;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, 0);
}
.system__play__table table {
  width: 100%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.system__play__table td {
  text-align: center;
  font-size: 1.4rem;
  background-image: url(../images/system/play_bg_td.png);
  background-size: 268ox 207px;
}
.system__play__table td:nth-of-type(1) {
  border-right: 1px solid #e4dcdc;
  width: 50%;
}
.system__play__table td a {
  display: block;
  height: 100%;
  box-sizing: border-box;
  padding: 10px 0;
  text-decoration: none;
  color: #a58484;
  line-height: 1.2;
  position: relative;
  letter-spacing: -0.1em;
}
.system__play__table td a::after {
  width: 13px;
  height: 9px;
  background-position: -70px -150px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.system__play__table tr:nth-of-type(2n) td {
  background-image: none;
}
.system__play__bottom {
  padding: 0 6.25vw 75px 5vw;
  background-image: url(../images/system/play_bg_bottom.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.system__play__notes {
  margin: 0 30px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  transform: translate(0, -10px);
}
.system__play__notes__item {
  display: inline-block;
  padding-left: 15px;
  font-size: 1rem;
  color: #b49588;
  position: relative;
}
.system__play__notes__item::before {
  width: 9px;
  height: 9px;
  background-position: -90px -150px;
  position: absolute;
  left: 0;
  top: 5px;
}
.system__option:last-of-type {
  margin-bottom: -5px;
}
.system__option__title {
  margin-bottom: 10px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 400;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.system__option__title__text {
  background: #e1c794;
  background: linear-gradient(to bottom, #e1c794 0%, #7c6860 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  position: relative;
}
.system__option__title__text::before {
  width: 63px;
  height: 36px;
  position: absolute;
  background-image: url(../images/system/freeoption_rose@2x.png);
  background-size: cover;
  left: -60px;
  top: -5px;
}
.system__option__table {
  margin-bottom: 5px;
}
.system__option__table table {
  width: 100%;
  counter-reset: count_freeoption;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.system__option__table td {
  text-align: center;
  font-size: 1.4rem;
  background-color: #fff;
  counter-increment: count_freeoption;
}
.system__option__table td:nth-of-type(1) {
  width: 50%;
  border-right: 1px solid #d5c8c8;
}
.system__option__table td:nth-of-type(2) a::before {
  left: 15px;
}
.system__option__table td a {
  display: block;
  height: 100%;
  box-sizing: border-box;
  padding: 10px 0;
  text-decoration: none;
  color: #a58484;
  line-height: 1.2;
  position: relative;
}
.system__option__table td a::after {
  width: 13px;
  height: 9px;
  background-position: -70px -150px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.system__option__table td a::before {
  content: counter(count_freeoption);
  font-size: 1.3rem;
  color: #7fcde6;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translate(0, -50%);
}
.system__option__table tr:nth-of-type(2n) td {
  background-color: transparent;
}
.system__option__notes {
  margin: 0 30px;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.system__option__notes__item {
  display: inline-block;
  padding-left: 15px;
  font-size: 1rem;
  color: #a58484;
  position: relative;
}
.system__option__notes__item::before {
  width: 9px;
  height: 9px;
  background-position: -90px -150px;
  position: absolute;
  left: 0;
  top: 5px;
}
.system .wp-block-image {
  margin: 0 auto;
  width: min(1100px, 100%);
}
@media screen and (min-width: 768px) {
  .system__button {
    height: 52px;
  }
  .system__course {
    margin: 0 10px 25px 10px;
    border-radius: 40px;
  }
  .system__course__title {
    padding-top: 10.4166666667vw;
    padding-bottom: 3.75vw;
    font-size: 5.3rem;
  }
  .system__course__title--mseikan {
    background-image: url(../images/system/course_mseikan_top_md.jpg);
  }
  .system__course__title--special {
    background-image: url(../images/system/course_special_top_md.jpg);
  }
  .system__course__title--chijo {
    background-image: url(../images/system/course_chijo_top_md.jpg);
  }
  .system__course__title--king {
    background-image: url(../images/system/course_king_top_md.jpg);
  }
  .system__course__title--date {
    background-image: url(../images/system/course_date_top_md.jpg);
  }
  .system__course__title--beginner {
    background-image: url(../images/system/course_beginner_top_md.jpg);
  }
  .system__course__title__text--special {
    padding-top: 1.953125vw;
  }
  .system__course__table {
    margin: 0 0;
    background-size: 100% auto;
  }
  .system__course__table--mseikan {
    background-image: url(../images/system/course_mseikan_mid_md.jpg);
  }
  .system__course__table--mseikan tr:nth-of-type(2n-1) th {
    background-image: url(../images/system/course_mseikan_th_md.jpg);
  }
  .system__course__table--mseikan tr:nth-of-type(2n-1) td {
    background-image: url(../images/system/course_mseikan_td_md.jpg);
  }
  .system__course__table--special {
    background-image: url(../images/system/course_special_mid_md.jpg);
  }
  .system__course__table--special tr:nth-of-type(2n-1) th {
    background-image: url(../images/system/course_special_th_md.jpg);
  }
  .system__course__table--special tr:nth-of-type(2n-1) td {
    background-image: url(../images/system/course_special_td_md.jpg);
  }
  .system__course__table--chijo {
    background-image: url(../images/system/course_chijo_mid_md.jpg);
  }
  .system__course__table--chijo tr:nth-of-type(2n-1) th {
    background-image: url(../images/system/course_chijo_th_md.jpg);
  }
  .system__course__table--chijo tr:nth-of-type(2n-1) td {
    background-image: url(../images/system/course_chijo_td_md.jpg);
  }
  .system__course__table--king {
    background-image: url(../images/system/course_king_mid_md.jpg);
  }
  .system__course__table--king tr:nth-of-type(2n-1) th {
    background-image: url(../images/system/course_king_th_md.jpg);
  }
  .system__course__table--king tr:nth-of-type(2n-1) td {
    background-image: url(../images/system/course_king_td_md.jpg);
  }
  .system__course__table--date {
    background-image: url(../images/system/course_date_mid_md.jpg);
  }
  .system__course__table--date tr:nth-of-type(2n-1) th {
    background-image: url(../images/system/course_date_th_md.jpg);
  }
  .system__course__table--date tr:nth-of-type(2n-1) td {
    background-image: url(../images/system/course_date_td_md.jpg);
  }
  .system__course__table--beginner {
    background-image: url(../images/system/course_beginner_mid_md.jpg);
  }
  .system__course__table--beginner tr:nth-of-type(2n-1) th {
    background-image: url(../images/system/course_beginner_th_md.jpg);
  }
  .system__course__table--beginner tr:nth-of-type(2n-1) td {
    background-image: url(../images/system/course_beginner_td_md.jpg);
  }
  .system__course__table th {
    padding: 25px 45px 25px 0;
    font-size: 3.3rem;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  }
  .system__course__table td {
    padding: 25px 25% 25px 10px;
    font-size: 3.3rem;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  }
  .system__course__text {
    padding: 3.3333333333vw 12.5vw 8.3333333333vw 12.5vw;
  }
  .system__course__text--mseikan {
    background-image: url(../images/system/course_mseikan_bottom_md.jpg), url(../images/system/course_mseikan_mid_md.jpg);
  }
  .system__course__text--special {
    background-image: url(../images/system/course_special_bottom_md.jpg), url(../images/system/course_special_mid_md.jpg);
  }
  .system__course__text--chijo {
    background-image: url(../images/system/course_chijo_bottom_md.jpg), url(../images/system/course_chijo_mid_md.jpg);
  }
  .system__course__text--king {
    background-image: url(../images/system/course_king_bottom_md.jpg), url(../images/system/course_king_mid_md.jpg);
  }
  .system__course__text--date {
    background-image: url(../images/system/course_date_bottom_md.jpg), url(../images/system/course_date_mid_md.jpg);
  }
  .system__course__text--beginner {
    background-image: url(../images/system/course_beginner_bottom_md.jpg), url(../images/system/course_beginner_mid_md.jpg);
  }
  .system__course__notes {
    margin: 0 0 3.3333333333vw 0;
    text-align: left;
    text-align: center;
    font-weight: 700;
  }
  .system__course__notes__item {
    display: inline-block;
    margin-bottom: 15px;
    padding-left: 45px;
    font-size: 2rem;
  }
  .system__course__notes__item::before {
    width: 38px;
    height: 38px;
    background-position: 0 -170px;
    top: 0;
  }
  .system__course__notes__item--special::before {
    background-position: -40px -170px;
  }
  .system__course__notes__item--chijo::before {
    background-position: -80px -170px;
  }
  .system__course__notes__item--king::before {
    background-position: -120px -170px;
  }
  .system__course__notes__item--date::before {
    background-position: -160px -170px;
  }
  .system__course__notes__item--beginner::before {
    background-position: 0 -210px;
  }
  .system__course__beginner-copy {
    margin-bottom: 1.25vw;
  }
  .system__course__beginner-recommend {
    margin-bottom: 1.25vw;
  }
  .system__course__beginner-comment {
    margin-bottom: 2.9166666667vw;
  }
  .system__basic {
    padding-bottom: 17.5vw;
  }
  .system__basic--nomination {
    margin-top: 10.4166666667vw;
    padding-bottom: 15vw;
  }
  .system__basic--creditcard {
    padding-bottom: 8.75vw;
  }
  .system__basic::after {
    width: 462px;
    height: 25px;
    background-position: 0 -250px;
    bottom: 7.5vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .system__basic__title {
    margin-bottom: 10px;
    font-size: 6.1rem;
  }
  .system__basic__title__text--nomination::before {
    width: 126px;
    height: 72px;
    left: -120px;
    top: -5px;
  }
  .system__basic__title__text--option::before {
    width: 126px;
    height: 72px;
    left: -120px;
    top: -5px;
  }
  .system__basic__title__text--transport::before {
    width: 126px;
    height: 72px;
    left: -120px;
    top: -5px;
  }
  .system__basic__title__text--creditcard::before {
    width: 126px;
    height: 72px;
    left: -120px;
    top: -5px;
  }
  .system__basic__table {
    margin-bottom: 3.75vw;
  }
  .system__basic__table th {
    padding: 20px 40px 20px 0;
    font-size: 3rem;
  }
  .system__basic__table td {
    padding: 20px 0 20px 40px;
    font-size: 3rem;
  }
  .system__basic__notes {
    margin: 0 6.25vw 3.3333333333vw 6.25vw;
  }
  .system__basic__notes__item {
    padding-left: 45px;
    font-size: 2.3rem;
    line-height: 1.6;
  }
  .system__basic__notes__item::before {
    width: 38px;
    height: 38px;
    background-position: -40px -210px;
    top: -0.2em;
  }
  .system__basic__cards {
    margin: 0 auto 2.5vw auto;
    width: 63.3333333333vw;
  }
  .system__basic__card-note {
    margin: 0 6.25vw 2.5vw 6.25vw;
    font-size: 1.8rem;
  }
  .system__play {
    margin: 0 0 30px 0;
  }
  .system__play__title {
    padding: 18.75vw 0 2.9166666667vw 0;
    background-image: url(../images/system/play_bg_top_md.png);
    font-size: 4.9rem;
  }
  .system__play__small {
    font-size: 1.4rem;
  }
  .system__play__tables::after {
    width: 100%;
    background-image: url(../images/system/play_bg_dots_md.png);
  }
  .system__play__table {
    padding: 0 7.9166666667vw 2.5vw 7.9166666667vw;
    background-image: url(../images/system/play_bg_mid_md.png);
  }
  .system__play__table:not(:last-of-type)::after {
    content: "";
    background-image: url(../images/system/play_bg_divider_md.png);
    width: 75.3333333333vw;
    height: 1.4166666667vw;
    bottom: -0.6666666667vw;
  }
  .system__play__table td {
    font-size: 2.3rem;
    background-image: url(../images/system/play_bg_td.png);
  }
  .system__play__table td a {
    padding: 20px 0;
  }
  .system__play__table td a::after {
    width: 48px;
    height: 32px;
    background-position: -80px -210px;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
  }
  .system__play__bottom {
    padding: 0 8.3333333333vw 22.9166666667vw 8.3333333333vw;
    background-image: url(../images/system/play_bg_bottom_md.png);
  }
  .system__play__notes {
    margin: 0 10.8333333333vw;
    text-align: left;
  }
  .system__play__notes__item {
    padding-left: 45px;
    margin-bottom: 15px;
    padding-left: 45px;
    font-size: 2rem;
  }
  .system__play__notes__item::before {
    width: 38px;
    height: 38px;
    background-position: -140px -210px;
    top: 5px;
  }
  .system__option:last-of-type {
    margin-bottom: -15px;
  }
  .system__option__title {
    margin-bottom: 10px;
    font-size: 6.1rem;
  }
  .system__option__title__text::before {
    width: 126px;
    height: 72px;
    left: -120px;
    top: -5px;
  }
  .system__option__table {
    margin-bottom: 3.75vw;
  }
  .system__option__table td {
    font-size: 2rem;
  }
  .system__option__table td:nth-of-type(2) a::before {
    left: 3.3333333333vw;
  }
  .system__option__table td a {
    padding: 20px 0;
  }
  .system__option__table td a::after {
    width: 48px;
    height: 32px;
    background-position: -80px -210px;
    right: 3.3333333333vw;
  }
  .system__option__table td a::before {
    font-size: 3.1rem;
    left: 5vw;
  }
  .system__option__notes {
    margin: 0 10.8333333333vw;
  }
  .system__option__notes__item {
    padding-left: 45px;
    margin-bottom: 15px;
    padding-left: 45px;
    font-size: 2rem;
  }
  .system__option__notes__item::before {
    width: 38px;
    height: 38px;
    background-position: -140px -210px;
  }
}
@media screen and (min-width: 1024px) {
  .system__basic__notes__item::before {
    top: -0.2em;
  }
  .system__option:last-of-type {
    margin-bottom: -30px;
  }
}
@media screen and (min-width: 1200px) {
  .system__button {
    height: 83px;
  }
  .system__course {
    margin: 0 auto 30px auto;
    width: 1110px;
  }
  .system__course__title {
    padding-top: 120px;
    padding-bottom: 40px;
    font-size: 8rem;
  }
  .system__course__title__text--special {
    padding-top: 15px;
  }
  .system__course__table th {
    padding: 30px 70px 30px 0;
    font-size: 5rem;
  }
  .system__course__table td {
    padding: 30px 23% 30px 0;
    font-size: 5rem;
  }
  .system__course__text {
    padding: 30px 110px 120px 110px;
  }
  .system__course__notes {
    margin: 0 0 20px 0;
  }
  .system__course__notes__item {
    font-size: 3.6rem;
  }
  .system__course__notes__item::before {
    top: 10px;
  }
  .system__course__beginner-copy {
    margin-bottom: 15px;
  }
  .system__course__beginner-recommend {
    margin-bottom: 15px;
  }
  .system__course__beginner-comment {
    margin-bottom: 35px;
  }
  .system__basic {
    padding-bottom: 165px;
  }
  .system__basic--nomination {
    margin-top: 105px;
    padding-bottom: 140px;
  }
  .system__basic--creditcard {
    padding-bottom: 45px;
  }
  .system__basic::after {
    bottom: 60px;
  }
  .system__basic__title {
    margin-bottom: 15px;
    font-size: 8rem;
  }
  .system__basic__title__text--nomination::before {
    width: 252px;
    height: 144px;
    background-image: url(../images/system/basic_nomination_rose_md.png);
    left: -230px;
    top: -22px;
  }
  .system__basic__title__text--option::before {
    width: 252px;
    height: 144px;
    background-image: url(../images/system/basic_option_rose_md.png);
    left: -230px;
    top: -22px;
  }
  .system__basic__title__text--transport::before {
    width: 252px;
    height: 144px;
    background-image: url(../images/system/basic_transport_rose_md.png);
    left: -230px;
    top: -22px;
  }
  .system__basic__title__text--creditcard::before {
    width: 252px;
    height: 144px;
    background-image: url(../images/system/basic_creditcard_rose_md.png);
    left: -230px;
    top: -22px;
  }
  .system__basic__table {
    margin-bottom: 45px;
  }
  .system__basic__table th {
    padding: 30px 75px 30px 0;
    font-size: 5rem;
  }
  .system__basic__table td {
    padding: 30px 0 30px 75px;
    font-size: 5rem;
  }
  .system__basic__notes {
    margin: 0 auto 40px auto;
    width: 1200px;
    text-align: center;
  }
  .system__basic__notes__item {
    font-size: 3.6rem;
  }
  .system__basic__notes__item::before {
    top: 0;
  }
  .system__basic__cards {
    margin: 0 auto 30px auto;
    width: 760px;
  }
  .system__basic__card-note {
    margin: 0 auto 30px auto;
    font-size: 2.6rem;
    text-align: center;
  }
  .system__play__title {
    margin: 0 auto;
    padding: 225px 0 35px 0;
    width: 1200px;
    font-size: 8rem;
  }
  .system__play__small {
    font-size: 2.6rem;
  }
  .system__play__tables {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
  }
  .system__play__table {
    padding: 0 95px 30px 95px;
  }
  .system__play__table:not(:last-of-type)::after {
    width: 904px;
    height: 17px;
    bottom: -8px;
  }
  .system__play__table td {
    font-size: 3.6rem;
  }
  .system__play__table td a {
    padding: 25px 0;
  }
  .system__play__table td a::after {
    right: 50px;
  }
  .system__play__bottom {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    box-sizing: border-box;
    padding: 0 100px 275px 100px;
  }
  .system__play__notes {
    margin: 0 80px;
  }
  .system__play__notes__item {
    padding-left: 35px;
    margin-bottom: 15px;
    padding-left: 35px;
    font-size: 3.6rem;
  }
  .system__play__notes__item::before {
    top: 10px;
  }
  .system__option__title {
    margin-bottom: 25px;
    font-size: 8rem;
  }
  .system__option__title__text::before {
    width: 252px;
    height: 144px;
    background-image: url(../images/system/freeoption_rose_md.png);
    left: -230px;
    top: -22px;
  }
  .system__option__table {
    margin-bottom: 45px;
  }
  .system__option__table td {
    font-size: 3.4rem;
    text-align: right;
  }
  .system__option__table td:nth-of-type(2) {
    text-align: left;
  }
  .system__option__table td:nth-of-type(2) a::before {
    left: 25px;
  }
  .system__option__table td:nth-of-type(2) a::after {
    right: 15px;
  }
  .system__option__table td a {
    display: inline-block;
    padding: 30px 0;
    width: 500px;
    text-align: center;
  }
  .system__option__table td a::after {
    right: 35px;
  }
  .system__option__table td a::before {
    font-size: 4.8rem;
    left: 15px;
  }
  .system__option__notes {
    margin: 0 auto 40px auto;
    width: 1200px;
  }
  .system__option__notes__item {
    padding-left: 45px;
    margin-bottom: 15px;
    padding-left: 45px;
    font-size: 3.6rem;
  }
  .system__option__notes__item::before {
    top: 15px;
  }
}

.main--reservation {
  background-image: url(../images/reservation/bg.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: 0 50px;
}
@media screen and (min-width: 768px) {
  .main--reservation {
    background-image: url(../images/reservation/bg_md.jpg);
    background-position: center top;
    background-repeat: repeat-y;
  }
}
@media screen and (min-width: 1024px) {
  .main--reservation {
    background-size: 160vw auto;
    background-repeat: repeat-y;
  }
}
@media screen and (min-width: 1200px) {
  .main--reservation {
    background-size: 1920px auto;
  }
}

.reservation__unit {
  padding-top: 0;
}
.reservation__open-hour {
  margin-bottom: 10px;
  text-align: center;
  line-height: 1;
  font-size: 1.6rem;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
}
.reservation__flw-list-1 {
  margin-bottom: 45px;
}
.reservation__list-contact {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.reservation__list-contact__item {
  width: 31.25vw;
  max-width: 253px;
  margin: 0 5px;
  font-size: 1rem;
}
.reservation__notice {
  margin: 0 20px 0 20px;
  padding: 1px;
  background: linear-gradient(to bottom, #d9bbf9 0%, #a7dee5 100%);
  border-radius: 10px;
  font-size: 1rem;
  line-height: 1.4;
  color: #565656;
}
.reservation__notice:not(:last-of-type) {
  margin-bottom: 10px;
}
.reservation__notice__inner {
  padding: 15px 10px;
  background-color: white;
  border-radius: 10px;
}
.reservation__notice__list {
  margin-left: 20px;
}
.reservation__notice__list__item {
  margin: 5px 0;
  list-style-type: decimal;
}
.reservation__notice__note {
  margin-left: 5px;
  font-size: 1rem;
  line-height: 1.5;
}
.reservation__notice dt {
  margin-bottom: 13px;
  font-weight: 700;
  text-align: center;
}
.reservation__notice dd p {
  line-height: 1.7;
  margin: 1em 0;
}
.reservation__notice dd ul {
  line-height: 2;
}
.reservation__notice dd ul li {
  margin-left: 1.5em;
  list-style-type: disc;
}
@media screen and (min-width: 768px) {
  .reservation__open-hour {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  .reservation__flw-list-1 {
    margin-bottom: 75px;
  }
  .reservation__list-contact {
    margin-bottom: 40px;
  }
  .reservation__list-contact__item {
    margin: 0 10px;
    font-size: 1.5rem;
  }
  .reservation__list-contact__button {
    border-radius: 40px;
    width: 200px;
  }
  .reservation__notice {
    margin: 0 20px 0 20px;
    padding: 2px;
    border-radius: 15px;
    font-size: 1.2rem;
  }
  .reservation__notice:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .reservation__notice__inner {
    padding: 20px 40px;
    border-radius: 15px;
  }
  .reservation__notice__list__item {
    margin: 8px 0;
  }
  .reservation__notice__note {
    font-size: 1.2rem;
  }
  .reservation dt {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .reservation dd p {
    margin: 1em 0;
    text-align: center;
  }
  .reservation dd ul {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1024px) {
  .reservation__open-hour {
    margin-bottom: 30px;
    font-size: 3rem;
  }
  .reservation__list-contact {
    margin-bottom: 100px;
  }
  .reservation__list-contact__item {
    margin: 0 10px;
    font-size: 2rem;
  }
  .reservation__list-contact__button {
    padding: 1em 0;
    border-radius: 40px;
    width: 240px;
  }
  .reservation__notice {
    margin: 0 auto 25px auto;
    border-radius: 20px;
    font-size: 1.5rem;
    width: 870px;
  }
  .reservation__notice__inner {
    padding: 30px 60px;
    border-radius: 20px;
  }
  .reservation__notice__note {
    font-size: 1.5rem;
  }
}

.main--information,
.main--detail,
.main--blog {
  background-image: url(../images/information/bg@2x.jpg);
}
@media screen and (min-width: 768px) {
  .main--information,
  .main--detail,
  .main--blog {
    background-image: url(../images/information/bg_md.jpg);
    background-size: 1920px auto;
  }
}

.information__categories {
  margin-bottom: 25px;
  padding-top: 15px;
  display: flex;
  justify-content: center;
}
.information__categories__item {
  margin: 0 5px;
}
.information__categories__button {
  display: block;
  padding: 13px 0;
  border: 1px solid #cfcfcf;
  color: #565656;
  background-color: #fff;
  border-radius: 10px;
  line-height: 1;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  width: 140px;
  box-sizing: border-box;
  transition: border 500ms, background-color 500ms, color 500ms;
}
.information__categories__button:hover, .information__categories__button--on {
  border: 1px solid #e9579b;
  background-color: rgba(255, 255, 255, 0.6);
  color: #e9579b;
}
.information__years {
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
  overflow: scroll;
  text-align: left;
}
.information__years__list {
  padding: 0 10px;
  min-width: 100%;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
}
.information__years__item {
  margin: 0 10px;
  line-height: 1;
  font-size: 1rem;
  font-weight: 700;
}
.information__years__link {
  color: #747474;
  text-decoration: none;
  position: relative;
  transition: color 500ms;
}
.information__years__link::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: -7px;
  transition: background-color 500ms;
}
.information__years__link:hover, .information__years__link--on {
  color: #e9579b;
}
.information__years__link:hover::after, .information__years__link--on::after {
  background-color: #fface0;
}
.information__list-post {
  margin-bottom: 15px;
  padding: 15px 15px 30px 15px;
  border-radius: 10px;
  background-color: #fff;
}
.information__list-post--home {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}
.information__list-post__item {
  padding: 15px 10px;
  border-bottom: 1px solid #d2d2d2;
}
.information__list-post__date {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 400;
}
.information__list-post__category {
  display: inline-block;
  margin-left: 10px;
  line-height: 1;
  font-size: 1rem;
  font-weight: 700;
}
.information__list-post__category__link {
  display: block;
  padding: 0.6em 1.5em;
  color: #fff;
  background-color: #e9579b;
  border-radius: 20px;
  text-decoration: none;
}
.information__list-post__category__link--newcomer {
  background-color: #ff6e7f;
  background: linear-gradient(to bottom, #ff6e7f 0%, rgb(255, 59, 81.9793103448) 100%);
}
.information__list-post__category__link--recruit {
  background-color: #8fb1ff;
  background: linear-gradient(to bottom, #8fb1ff 0%, rgb(92, 141.4821428571, 255) 100%);
}
.information__list-post__category__link--photo {
  background-color: #66daa7;
  background: linear-gradient(to bottom, #66daa7 0%, rgb(60.9315789474, 208.0684210526, 143.3789473684) 100%);
}
.information__list-post__category__link--profile {
  background-color: #f5bf6b;
  background: linear-gradient(to bottom, #f5bf6b 0%, rgb(241.7721518987, 170.3417721519, 59.2278481013) 100%);
}
.information__list-post__category__link--event {
  background-color: #c68ff5;
  background: linear-gradient(to bottom, #c68ff5 0%, rgb(174.1721311475, 96.1803278689, 240.8196721311) 100%);
}
.information__list-post__category__link--coupon {
  background-color: #ffa0ca;
  background: linear-gradient(to bottom, #ffa0ca 0%, rgb(255, 109, 173.5473684211) 100%);
}
.information__list-post__category__link--media {
  background-color: #ecdc9b;
  background: linear-gradient(to bottom, #ecdd9c 0%, #e6ca77 100%);
}
.information__list-post__title {
  margin: 5px 0 0 0;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
}
.information__list-post__title__link {
  display: block;
  box-sizing: border-box;
  padding-right: 30px;
  text-decoration: none;
  color: #565656;
  position: relative;
}
.information__list-post__title__link::after {
  width: 17px;
  height: 4px;
  background-position: -40px -40px;
  position: absolute;
  top: 5px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .information__categories {
    margin-bottom: 40px;
    padding-top: 30px;
  }
  .information__categories__item {
    margin: 0 10px;
  }
  .information__categories__button {
    padding: 18px 0;
    border-radius: 15px;
    font-size: 1.2rem;
    width: 200px;
  }
  .information__years {
    margin: 0 0 50px 0;
  }
  .information__years__item {
    margin: 0 15px;
    font-size: 1.3rem;
  }
  .information__years__link--on::after {
    bottom: -10px;
  }
  .information__list-post {
    margin-bottom: 30px;
    padding: 25px 45px 50px 45px;
    border-radius: 25px;
  }
  .information__list-post--home {
    padding-left: 0;
    padding-right: 0;
  }
  .information__list-post__item {
    padding: 20px 15px;
  }
  .information__list-post__date {
    font-size: 1.2rem;
  }
  .information__list-post__category {
    margin-left: 15px;
    line-height: 1;
    font-size: 1.1rem;
  }
  .information__list-post__category__link {
    padding: 0.6em 2em;
  }
  .information__list-post__title {
    margin: 8px 0 0 0;
    font-size: 1.4rem;
  }
  .information__list-post__title__link {
    padding-right: 30px;
  }
  .information__list-post__title__link::after {
    width: 17px;
    height: 4px;
    background-position: -40px -40px;
    position: absolute;
    top: 5px;
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .information__categories {
    padding-top: 40px;
    margin-bottom: 50px;
  }
  .information__categories__item {
    margin: 0 20px;
  }
  .information__categories__button {
    padding: 20px 0;
    border-radius: 15px;
    font-size: 1.4rem;
    width: 230px;
  }
  .information__years {
    overflow: hidden;
  }
  .information__years__list {
    white-space: wrap;
  }
  .information__years__item {
    margin: 0 15px;
    font-size: 1.4rem;
  }
  .information__years__link--on::after {
    bottom: -10px;
  }
  .information__list-post {
    margin: 0 auto 30px auto;
    width: 960px;
    padding: 25px 60px 50px 60px;
    border-radius: 40px;
  }
  .information__list-post--home {
    margin-bottom: 65px;
    width: 530px;
    padding: 0 20px;
  }
  .information__list-post__date {
    font-size: 1.1rem;
  }
  .information__list-post__category {
    font-size: 1.2rem;
  }
  .information__list-post__category__link {
    padding: 0.6em 2em;
  }
  .information__list-post__title {
    margin: 15px 0 0 0;
    font-size: 1.5rem;
  }
  .information__list-post__title__link {
    padding-right: 55px;
  }
}

.main--aptitudetest {
  padding-top: 90px;
  background-image: url(../images/aptitudetest/bg@2x.jpg);
  background-repeat: repeat-y;
  min-height: 100vh;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .main--aptitudetest {
    padding-top: 110px;
    background-image: url(../images/aptitudetest/bg_md.jpg);
    background-size: 1920px auto;
    background-repeat: repeat-y;
  }
}
@media screen and (min-width: 1024px) {
  .main--aptitudetest {
    padding-top: 155px;
  }
}

.aptitudetest__photo {
  margin: 24px auto 0 auto;
  max-width: 400px;
  border-radius: 15px;
  overflow: hidden;
}
.aptitudetest__unit--2, .aptitudetest__unit--3, .aptitudetest__unit--4 {
  display: none;
}
.aptitudetest__title {
  margin-bottom: -30px;
  text-align: center;
  color: #e9579b;
  text-align: center;
  font-weight: 700;
}
.aptitudetest__title__main {
  display: block;
  font-family: "Cinzel", serif;
  line-height: 1.5;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
}
.aptitudetest__title__sub {
  display: block;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-size: 1.5rem;
  font-family: serif;
}
.aptitudetest__para {
  margin-top: 2rem;
  font-weight: 700;
  line-height: 1.8;
  font-size: 1.1rem;
  font-family: serif;
  text-align: center;
}
.aptitudetest__para__b {
  font-weight: 700;
  color: #e9579b;
}
.aptitudetest__para--center {
  text-align: center;
}
.aptitudetest__para-button {
  font-weight: 700;
  margin-top: 35px;
  text-align: center;
}
.aptitudetest__button {
  font-weight: 700;
  text-align: center;
  background-color: transparent;
  background-color: transparent;
  border-style: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.aptitudetest__button--start {
  width: 68.75vw;
}
.aptitudetest__button--yes, .aptitudetest__button--no {
  width: 20.625vw;
}
.aptitudetest__button--back {
  color: #e9579b;
  font-size: 1rem;
  font-family: serif;
  letter-spacing: 0.2em;
}
.aptitudetest__button--go2result {
  width: 80.625vw;
}
.aptitudetest__frame-wrapper {
  padding: 10.9375vw 0 15.625vw 0;
  min-height: 20.3125vw;
  position: relative;
}
.aptitudetest__frame {
  margin: 0 3.125vw;
  padding: 0 3.125vw;
  background-image: url(../images/aptitudetest/q_bg_mid.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  position: relative;
}
.aptitudetest__frame::before, .aptitudetest__frame::after {
  display: block;
  content: "";
  width: 100%;
  height: 10.9375vw;
  background-image: url(../images/aptitudetest/q_bg_top.png);
  background-size: cover;
  position: absolute;
  left: 0;
  top: -10.9375vw;
  right: 0;
}
.aptitudetest__frame::after {
  background-image: url(../images/aptitudetest/q_bg_bottom.png);
  background-position: bottom center;
  top: auto;
  bottom: -10.9375vw;
}
.aptitudetest__frame__title {
  text-align: center;
  color: #e9579b;
  font-family: serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 1.5rem;
}
.aptitudetest__frame__title__res-image {
  width: 45.3125vw;
}
.aptitudetest__frame__para {
  margin-top: 15px;
  text-align: center;
  font-family: serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1rem;
}
.aptitudetest__frame__para--bold {
  font-weight: 600;
}
.aptitudetest__buttons {
  display: flex;
  justify-content: center;
}
.aptitudetest__buttons__item {
  width: 48%;
  text-align: center;
}
.aptitudetest__back {
  margin-top: 40px;
  text-align: center;
}
.aptitudetest__para-twitter {
  margin: 70px auto 0 auto;
  width: 69.375vw;
}
@media screen and (min-width: 768px) {
  .aptitudetest__title {
    margin-bottom: -60px;
  }
  .aptitudetest__title__main {
    font-size: 3.6rem;
    letter-spacing: 0.1em;
  }
  .aptitudetest__title__sub {
    letter-spacing: 0.1em;
    font-size: 2.2rem;
    font-weight: 400;
  }
  .aptitudetest__button--start {
    width: 32.0833333333vw;
  }
  .aptitudetest__button--yes, .aptitudetest__button--no {
    width: 13.25vw;
  }
  .aptitudetest__button--back {
    font-size: 1.6rem;
    font-family: serif;
  }
  .aptitudetest__button--go2result {
    width: 43vw;
  }
  .aptitudetest__para {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .aptitudetest__para-twitter {
    margin: 135px auto 0 auto;
    width: 380px;
  }
  .aptitudetest__frame-wrapper {
    padding: 10.8333333333vw 0 10.8333333333vw 0;
    min-height: 13.0208333333vw;
    position: relative;
  }
  .aptitudetest__frame {
    margin: 0 0.8333333333vw 0 0.8333333333vw;
    padding: 0 3.125vw;
    background-image: url(../images/aptitudetest/q_bg_mid_md.png);
  }
  .aptitudetest__frame::before, .aptitudetest__frame::after {
    height: 10.8333333333vw;
    background-image: url(../images/aptitudetest/q_bg_top_md.png);
    left: 0;
    top: -10.8333333333vw;
  }
  .aptitudetest__frame::after {
    background-image: url(../images/aptitudetest/q_bg_bottom_md.png);
    top: auto;
    bottom: -10.8333333333vw;
  }
  .aptitudetest__frame__title {
    font-size: 2rem;
  }
  .aptitudetest__frame__title__res-image {
    width: 38vw;
  }
  .aptitudetest__frame__para {
    margin-top: 15px;
    text-align: center;
    font-family: serif;
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .aptitudetest__buttons__item {
    width: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .aptitudetest__title {
    margin-bottom: -60px;
  }
  .aptitudetest__title__main {
    font-size: 4.6rem;
    letter-spacing: 0.1em;
  }
  .aptitudetest__title__sub {
    letter-spacing: 0.1em;
    font-size: 2.8rem;
    font-weight: 400;
  }
  .aptitudetest__button--start {
    width: 385px;
  }
  .aptitudetest__button--yes, .aptitudetest__button--no {
    width: 158px;
  }
  .aptitudetest__button--back {
    font-size: 2rem;
    font-family: serif;
  }
  .aptitudetest__button--go2result {
    width: 516px;
  }
  .aptitudetest__para {
    line-height: 1.8;
    font-size: 2.2rem;
  }
  .aptitudetest__para-button {
    margin-top: 65px;
  }
  .aptitudetest__para-twitter {
    margin: 135px auto 0 auto;
    width: 444px;
  }
  .aptitudetest__frame-wrapper {
    padding: 80px 0 80px 0;
    min-height: 140px;
  }
  .aptitudetest__frame {
    width: 738px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .aptitudetest__frame::before, .aptitudetest__frame::after {
    height: 80px;
    left: 0;
    top: -80px;
  }
  .aptitudetest__frame::after {
    top: auto;
    bottom: -80px;
  }
  .aptitudetest__frame__title {
    font-size: 3rem;
  }
  .aptitudetest__frame__title__res-image {
    display: block;
    margin: 0 auto 50px auto;
    width: 456px;
  }
  .aptitudetest__frame__para {
    margin-top: 15px;
    font-size: 2rem;
  }
}

.main--profile {
  padding-top: 50px;
  background-size: 100% auto;
  background-repeat: no-repeat, repeat-y;
  background-position: bottom center, top center;
  overflow: hidden;
}
.main--profile--std {
  background-image: url(../images/profile/bg_8_std.png), url(../images/profile/bg_base_std.jpg);
}
.main--profile--beginner {
  background-image: url(../images/profile/bg_8_beginner.png), url(../images/profile/bg_base_beginner.jpg);
}
.main--profile--adult {
  background-image: url(../images/profile/bg_8_adult.png), url(../images/profile/bg_base_adult.jpg);
}
@media screen and (min-width: 768px) {
  .main--profile {
    padding-top: 100px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .main--profile--std {
    background-image: url(../images/profile/bg_std_md.jpg);
  }
  .main--profile--adult {
    background-image: url(../images/profile/bg_adult_md.jpg);
  }
  .main--profile--beginner {
    background-image: url(../images/profile/bg_beginner_md.jpg);
  }
}
@media screen and (min-width: 1024px) {
  .main--profile {
    padding-top: 100px;
    background-size: 1920px auto;
    background-position: center top;
  }
}

.profile__title-mid {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: 700;
  color: #927878;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
.profile__title-mid--schedule {
  margin-bottom: 30px;
}
.profile__title-mid__button-right {
  padding: 0;
  margin: 0;
  position: absolute;
  width: 45px;
  height: 45px;
  top: 40%;
  right: 3.125vw;
  transform: translate(0, -50%);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  border-style: none;
  background-color: transparent;
}
.profile__title-mid__rose {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
}
.profile__title-mid__content {
  padding-top: 9.375vw;
  position: relative;
  z-index: 2;
}
.profile__title-mid__icon {
  display: block;
  margin: 0 auto 10px auto;
  width: 75px;
  height: 75px;
  border: 1px solid #bae9fd;
  border-radius: 150px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
.profile__title-mid__icon--comment-pink {
  border-color: #fcc2dd;
}
.profile__title-mid__icon--comment-purple {
  border-color: #dec4f6;
}
.profile__title-mid__icon--comment-blue {
  border-color: #b4cfff;
}
.profile__title-mid__icon__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.profile__bg--top {
  transform: translate(0, 23.4375vw);
}
.profile__bg--type {
  margin-top: -6.25vw;
  height: calc(100% + 25vw);
}
.profile__bg--schedule {
  margin-top: -25vw;
  height: calc(100% + 25vw);
}
.profile__bg--report {
  margin-top: -15.625vw;
  height: calc(100% + 31.25vw);
}
.profile__bg--faq {
  margin-top: -50vw;
  height: calc(100% + 62.5vw);
}
.profile__bg--course-play-option {
  margin-top: -9.375vw;
  height: calc(100% + 18.75vw);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.profile__bg--course-play-option--std {
  background-image: url(../images/profile/bg_5_std.png);
}
.profile__bg--course-play-option--beginner {
  background-image: url(../images/profile/bg_5_beginner.png);
}
.profile__bg--course-play-option--adult {
  background-image: url(../images/profile/bg_5_adult.png);
}
.profile__bg--movie-comment {
  margin-top: 0;
  height: calc(100% + 0vw);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.profile__bg--movie-comment--std {
  background-image: url(../images/profile/bg_6_std.png);
}
.profile__bg--movie-comment--beginner {
  background-image: url(../images/profile/bg_6_beginner.png);
}
.profile__bg--movie-comment--adult {
  background-image: url(../images/profile/bg_6_adult.png);
}
.profile__content {
  position: relative;
  z-index: 2;
}
.profile__top {
  padding: 0 0 9.375vw 0;
  position: relative;
}
.profile__top__layout__photo {
  margin-bottom: 15.625vw;
  position: relative;
}
.profile__top__layout__photo__list {
  position: relative;
  z-index: 9;
}
.profile__top__layout__photo__list__item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.profile__top__layout__photo__list__item:first-child {
  position: relative;
}
.profile__top__layout__photo__list__item__wrapper {
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
}
.profile__top__layout__photo__list__item__wrapper .snf-space {
  position: absolute;
  inset: 0 0 0 0;
  width: 100vw;
}
.profile__top__layout__photo__list__item__wrapper .snf-space .snf {
  width: 31.25vw;
  position: absolute;
  right: 0;
  top: 0;
}
.profile__top__layout__photo__list__image {
  display: block;
  width: 100vw;
  height: auto;
  position: relative;
}
.profile__top__layout__photo__nav {
  position: absolute;
  width: calc(100% - 20px);
  max-width: 600px;
  height: 110px;
  bottom: -12.5vw;
  left: 50%;
  z-index: 30;
  transform: translate(-50%, 0);
}
.profile__top__layout__photo__circle {
  display: block;
  left: 10px;
  z-index: 20;
  width: 108px;
  height: 108px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/profile/circle_bg.png);
  background-size: 108px 108px;
}
.profile__top__layout__photo__circle__photo {
  margin: 4px 0 0 4px;
  padding: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50px;
}
.profile__top__layout__photo__circle__photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
}
.profile__top__layout__photo__circle__svg {
  transform: rotate(-90deg);
  position: absolute;
  left: 4px;
  right: 0;
  bottom: 0;
  top: 4px;
  z-index: 2;
}
.profile__top__layout__photo__circle__svg__line {
  stroke: #fff;
  stroke-width: 2px;
  fill: transparent;
  stroke-dasharray: 315px;
}
.profile__top__layout__photo__buttons {
  display: flex;
  padding-bottom: 10px;
  z-index: 10;
  width: 68.75vw;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 110px;
  z-index: 20;
  overflow-x: scroll;
}
.profile__top__layout__photo__buttons__item {
  flex: 0 0 50px;
  min-width: 44px;
}
.profile__top__layout__photo__buttons__button {
  display: block;
  padding: 0;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #fff;
  overflow: hidden;
}
.profile__top__layout__photo__buttons__image {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.profile__top__lg-photo {
  display: none;
}
.profile__top__schedule {
  display: inline-flex;
  justify-content: flex-end;
  justify-content: space-between;
  background-color: #fff;
  border: 2px solid #feaaf7;
  border-radius: 30px;
  position: absolute;
  top: 50px;
  left: 90px;
  z-index: 10;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}
.profile__top__schedule__time {
  padding: 5px 10px 5px 20px;
  color: #fff;
  background-color: #feaaf7;
  border-radius: 30px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.profile__top__schedule__label {
  padding: 5px 10px 5px 10px;
  color: #feaaf7;
}
.profile__top__schedule__label--short {
  padding-left: 25px;
}
.profile__top__list-photo {
  width: 100%;
}
.profile__top__list-photo .swiper-pagination {
  display: none;
}
.profile__top__text {
  margin-top: 25px;
  color: #927878;
  letter-spacing: 0;
}
.profile__top__text__title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px;
  line-height: 30px;
}
.profile__top__text__title__mark {
  margin: 0 5px;
  width: 21px;
  align-self: center;
}
.profile__top__text__title__name {
  margin: 0;
  font-size: 2.6rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 26px;
}
.profile__top__text__title__age {
  margin: 0 5px;
  font-size: 1.8rem;
  font-weight: 400;
  align-self: flex-end;
  line-height: 18px;
}
.profile__top__text__title__twitter {
  margin: 0 0 0 5px;
  width: 30px;
  height: 30px;
  align-self: center;
  transform: translate(0, 4px);
}
.profile__top__text__spec {
  text-align: center;
  font-size: 1.3rem;
  color: #927878;
}
.profile__top__text__spec__count-voices {
  display: inline-block;
  padding: 3px 6px;
  background-color: #fe999a;
  border-radius: 5px;
  color: #fff;
  line-height: 13px;
  font-size: 1rem;
  text-decoration: none;
  vertical-align: middle;
  transform: translate(0, -2px);
}
.profile__top__text__copy {
  padding-bottom: 5px;
  text-align: center;
  font-size: 1.3rem;
  color: #927878;
  position: relative;
}
.profile__top__text__copy::after {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #927878;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
.profile__diary {
  margin-bottom: 3.125vw;
  position: relative;
  z-index: 10;
}
.profile__diary__pc {
  display: none;
}
.profile__diary iframe {
  border-style: none;
  width: 100% !important;
  height: 150px !important;
}
.profile__type {
  padding: 3.125vw 0 9.375vw 0;
  position: relative;
}
.profile__type__list__item:not(:last-of-type) {
  margin-bottom: 5px;
}
.profile__type__list__title {
  text-align: center;
}
.profile__type__list__title__image {
  width: auto;
  height: 16px;
}
.profile__type__list__para {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.profile__type__list__left {
  font-size: 1.2rem;
  color: #927878;
  width: 25%;
  text-align: right;
}
.profile__type__list__left__image {
  width: 68px;
  height: 24px;
}
.profile__type__list__right {
  font-size: 1.2rem;
  color: #927878;
  width: 25%;
}
.profile__type__list__right__image {
  width: 68px;
  height: 24px;
}
.profile__type__list__stars {
  margin: 5px 10px 0 10px;
  width: 40%;
  text-align: center;
}
.profile__type__list__stars__image {
  margin: 0 4px;
  width: 16px;
  vertical-align: top;
}
.profile__schedule {
  padding: 9.375vw 0;
  position: relative;
}
.profile__schedule__list-wrapper {
  margin: 0;
  padding: 0 0 20px 3.125vw;
  overflow-x: scroll;
}
.profile__schedule__list {
  margin-right: 6.25vw;
  display: flex;
  min-width: 150%;
}
.profile__schedule__list__item {
  margin: 0 5px;
  min-width: 90px;
  border: 1px solid #c4bfbf;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.profile__schedule__list__date {
  padding: 10px 0;
  background-color: #c4bfbf;
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  font-size: 1.2rem;
}
.profile__schedule__list__date--sat {
  background-color: #b4d3ff;
}
.profile__schedule__list__date--holiday {
  background-color: #ffb8dd;
}
.profile__schedule__list__time {
  padding: 10px 0 0 0;
  color: #a89b9b;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  font-size: 1.2rem;
  text-align: center;
  min-height: 45px;
}
.profile__schedule__list__time--std {
  color: #45b0f8;
}
.profile__schedule__list__time--adult {
  color: #f75a52;
}
.profile__schedule__list__time--beginner {
  color: #f0a134;
}
.profile__schedule__list__time--x {
  font-weight: 300;
  font-size: 3.6rem;
}
.profile__schedule__list__time__kara {
  writing-mode: vertical-rl;
}
.profile__schedule__list__reservation {
  padding: 10px;
}
.profile__schedule__list__reservation__button {
  display: block;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  font-size: 1rem;
  color: #fff;
  border-radius: 20px;
  background-color: #76d1e5;
}
.profile__schedule__list__reservation__button--tel {
  background-color: #ff89ad;
}
.profile__report {
  padding: 9.375vw 0;
}
.profile__report__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.profile__report__list__item {
  margin: 0 2% 10px 2%;
  width: 46%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 4px 5px 5px rgba(105, 197, 255, 0.5);
}
.profile__faq {
  padding: 3.125vw 0;
  position: relative;
}
.profile__faq__list-wrapper {
  margin: -15px 0 0 0;
  padding: 0 0 20px 3.125vw;
  overflow-x: scroll;
}
.profile__faq__list {
  padding-right: 6.25vw;
  display: flex;
  width: 100%;
}
.profile__faq__list__item {
  margin: 0 5px;
  min-width: 190px;
  flex: 0 0 190px;
}
.profile__faq__list__item:last-of-type {
  position: relative;
}
.profile__faq__list__item:last-of-type::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: -20px;
  top: 0;
}
.profile__faq__list__num {
  color: #ff83bd;
  font-weight: 700;
  line-height: 1;
  font-size: 2rem;
}
.profile__faq__list__question {
  margin-top: 10px;
  color: #927878;
  font-weight: 700;
  line-height: 1;
  font-size: 1.2rem;
}
.profile__faq__list__answer {
  margin-top: 15px;
  padding: 15px 20px;
  line-height: 1.6;
  font-weight: 700;
  font-size: 1.2rem;
  color: #ff83bd;
  background-color: #fff;
  border: 2px solid #bae9fd;
  border-radius: 10px;
  position: relative;
}
.profile__faq__list__answer::before, .profile__faq__list__answer::after {
  display: block;
  content: "";
  border-style: solid;
  border-width: 0 7px 12px 7px;
  border-color: transparent transparent #bae9fd transparent;
  top: -12px;
  left: 30px;
  position: absolute;
  border-radius: 5px;
}
.profile__faq__list__answer::after {
  top: -9px;
  border-width: 0 7px 12px 7px;
  border-color: transparent transparent #fff transparent;
}
.profile__list-types {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.profile__list-types__item {
  margin: 0 5px;
  font-size: 1.1rem;
}
.profile__list-types__item__mark {
  color: #9e9e9e;
}
.profile__list-types__item__mark--pink {
  color: #e9579b;
}
.profile__list-types__item__mark--orange {
  color: #feb797;
}
.profile__course-play-option {
  position: relative;
}
.profile__courses {
  padding: 9.375vw 0 9.375vw 0;
}
.profile__plays {
  padding: 9.375vw 0;
}
.profile__para-more {
  margin-top: 10px;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
.profile__para-more__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  color: #917877;
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
}
.profile__para-more__button__image {
  display: inline-block;
  width: 10px;
  vertical-align: middle;
}
.profile__para-more__button--open .profile__para-more__button__image {
  transform: rotate(-180deg);
}
.profile__options {
  padding: 9.375vw 0;
}
.profile__list-items__wrapper {
  overflow-x: scroll;
}
.profile__list-items {
  margin: 0 0 0 4.6875vw;
  padding: 0 0 20px 0;
  display: flex;
}
.profile__list-items__item {
  flex: 0 0 26.5625vw;
  margin: 0 3.125vw 0 0;
  padding: 3px;
  width: 26.5625vw;
  box-sizing: border-box;
  border: 1px solid #fec3e4;
  box-shadow: 0 0 5px #fec3e4;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 5px;
}
.profile__list-items__title {
  padding: 10px 0;
  color: #917877;
  line-height: 1.3;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
}
.profile__list-items__image {
  cursor: pointer;
}
.profile__cosplay {
  padding: 9.375vw 0;
}
.profile__cosplay__para-button {
  margin: 10px auto 0 auto;
  text-align: center;
  width: 190px;
}
.profile__movie-comment {
  position: relative;
}
.profile__movies {
  padding: 9.375vw 0 3.125vw 0;
}
.profile__movies__list__button {
  display: block;
  padding: 3px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-size: 10px 10px;
  background-color: #fff;
  background-image: linear-gradient(45deg, #e0eef5 25%, transparent 25%, transparent 50%, #e0eef5 50%, #e0eef5 75%, transparent 75%, transparent);
}
.profile__movies__list__button__image {
  border-radius: 10px;
  overflow: hidden;
}
.profile__comment {
  padding: 9.375vw 0;
}
.profile__comment__content {
  padding: 25px 30px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  border: 2px solid #ffc3dd;
  border-radius: 20px;
  position: relative;
}
.profile__comment__content::before, .profile__comment__content::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #ffc3dd transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}
.profile__comment__content::after {
  border-color: transparent transparent #fff transparent;
  top: -8px;
}
.profile__comment__content--purple {
  border-color: #dec6f6;
}
.profile__comment__content--purple::before {
  border-color: transparent transparent #dec6f6 transparent;
}
.profile__comment__content--blue {
  border-color: #b6cdff;
}
.profile__comment__content--blue::before {
  border-color: transparent transparent #b6cdff transparent;
}
.profile__comment__content p {
  line-height: 1.5;
  font-size: 1.2rem;
  color: #927878;
}
.profile__comment__content p:not(:last-of-type) {
  margin-bottom: 1em;
}
.profile__voices {
  padding: 37.5vw 0 56.25vw 0;
  position: relative;
  z-index: 3;
}
.profile__voices__bg {
  position: absolute;
  width: 100%;
}
.profile__voices__bg--top {
  height: 73.75vw;
  top: -9.375vw;
  left: 0;
  right: 0;
  z-index: 2;
}
.profile__voices__bg--bottom {
  margin: 0;
  height: 62.5vw;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.profile__voices__widget {
  position: relative;
  z-index: 10;
}
.profile__voices__widget--pc {
  display: none;
}
.profile__voices__widget iframe {
  border-style: none;
  width: 100% !important;
  height: 600px !important;
}
.profile__course {
  border: 2px solid #eee;
  padding: 16px 0 0 0;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.profile__course--pink {
  border-color: #ff9ae1;
}
.profile__course:not(:last-of-type) {
  margin-bottom: 32px;
}
.profile__course--open {
  padding-bottom: 16px;
}
.profile__course--open .profile__course__grid {
  grid-template-rows: 1fr;
}
.profile__course--open .profile__course__button-course__mark {
  rotate: -45deg;
}
.profile__course__grid {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 500ms;
}
.profile__course__wrapper {
  overflow: hidden;
}
.profile__course__title {
  margin-bottom: 16px;
}
.profile__course__button-course {
  display: block;
  padding: 5px 0;
  position: relative;
  background-color: transparent;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  color: #565656;
}
.profile__course__button-course__mark {
  position: absolute;
  right: 10px;
  top: 50%;
  translate: 0 -50%;
  white-space: nowrap;
  text-indent: -1000px;
  overflow: hidden;
  background-color: transparent;
  width: 30px;
  height: 30px;
  transition: rotate 500ms;
  cursor: pointer;
}
.profile__course__button-course__mark::before, .profile__course__button-course__mark::after {
  content: "";
  width: 80%;
  height: 6%;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  rotate: 180deg;
  background-color: #565656;
  transition: rotate 500ms;
}
.profile__course__button-course__mark::after {
  rotate: 270deg;
}
.profile__course__plays:not(:last-of-type) {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #111;
}
.profile__course__plays__wrapper {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 300ms;
}
.profile__course__plays__title {
  text-align: center;
}
.profile__course__plays__button {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  width: 100%;
  text-align: center;
  background-color: transparent;
  border-style: none;
  font-weight: 700;
  cursor: pointer;
  color: #565656;
}
.profile__course__plays__button::after {
  display: inline-block;
  margin-left: 8px;
  content: "";
  width: 12px;
  height: 8px;
  background-color: #111;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transition: rotate 500ms;
}
.profile__course__plays--open .profile__course__plays__wrapper {
  grid-template-rows: 1fr;
}
.profile__course__plays--open .profile__course__plays__button::after {
  rotate: -180deg;
}
.profile__course__plays--open .list-play {
  padding: 8px 3.125vw;
  gap: 1.875vw;
}
@media screen and (min-width: 400px) {
  .profile__top__layout__photo {
    margin-bottom: 10vw;
  }
  .profile__top__layout__photo__nav {
    bottom: -10vw;
  }
  .profile__top__text__title__twitter {
    transform: translate(0, 3px);
  }
}
@media screen and (min-width: 500px) {
  .profile__top__layout__photo {
    margin-bottom: 9vw;
  }
  .profile__top__layout__photo__nav {
    bottom: -9vw;
  }
}
@media screen and (min-width: 600px) {
  .profile__top__layout__photo {
    margin-bottom: 7.5vw;
  }
  .profile__top__layout__photo__nav {
    bottom: -7.5vw;
  }
}
@media screen and (min-width: 768px) {
  .profile__bg--top {
    display: none;
  }
  .profile__bg--type {
    margin-top: -6.25vw;
    height: calc(100% + 25vw);
    display: none;
  }
  .profile__bg--schedule {
    display: none;
    margin-top: -25vw;
    height: calc(100% + 25vw);
  }
  .profile__bg--report {
    display: none;
    margin-top: -15.625vw;
    height: calc(100% + 31.25vw);
  }
  .profile__bg--faq {
    display: none;
    margin-top: -50vw;
    height: calc(100% + 62.5vw);
  }
  .profile__bg--course-play-option {
    display: none;
    margin-top: -9.375vw;
    height: calc(100% + 18.75vw);
    background-size: 100% auto;
    background-repeat: repeat-y;
  }
  .profile__bg--course-play-option--std {
    background-image: url(../images/profile/bg_5_std.png);
  }
  .profile__bg--course-play-option--beginner {
    background-image: url(../images/profile/bg_5_beginner.png);
  }
  .profile__bg--course-play-option--adult {
    background-image: url(../images/profile/bg_5_adult.png);
  }
  .profile__bg--movie-comment {
    display: none;
    margin-top: 0;
    height: calc(100% + 0vw);
    background-size: 100% auto;
    background-repeat: repeat-y;
  }
  .profile__bg--movie-comment--std {
    background-image: url(../images/profile/bg_6_std.png);
  }
  .profile__bg--movie-comment--beginner {
    background-image: url(../images/profile/bg_6_beginner.png);
  }
  .profile__bg--movie-comment--adult {
    background-image: url(../images/profile/bg_6_adult.png);
  }
  .profile__title-mid {
    margin-bottom: 40px;
    font-size: 2rem;
  }
  .profile__title-mid__button-right {
    width: 45px;
    height: 45px;
    right: 20px;
  }
  .profile__title-mid__content {
    padding-top: 30px;
  }
  .profile__title-mid__icon {
    margin: 0 auto 15px auto;
    width: 125px;
    height: 125px;
    border-width: 5px;
    border-radius: 150px;
  }
  .profile__para-more {
    margin-top: 20px;
  }
  .profile__para-more__button {
    font-size: 1.4rem;
  }
  .profile__para-more__button__image {
    width: 14px;
  }
  .profile__top {
    padding-bottom: 50px;
  }
  .profile__top__layout {
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 100vw;
    grid-template-rows: auto auto;
    grid-template-areas: "areaA" "areaB";
  }
  .profile__top__layout__photo {
    grid-area: areaB;
    overflow: hidden;
  }
  .profile__top__layout__photo__list {
    display: none;
  }
  .profile__top__layout__photo__nav {
    display: none;
  }
  .profile__top__layout__text {
    grid-area: areaA;
  }
  .profile__top__lg-photo {
    display: block;
    width: 100%;
    max-width: 1920px;
    height: 385px;
    overflow: visible;
  }
  .profile__top__lg-photo__item {
    margin: 0 10px;
    width: 300px !important;
    height: 400px !important;
    cursor: pointer;
    position: relative;
    container-type: inline-size;
  }
  .profile__top__lg-photo__item .snf {
    position: absolute;
    right: 0;
    top: 0;
    width: 30cqw;
  }
  .profile__top__lg-photo__nav {
    position: absolute;
    left: 50%;
    bottom: -30px !important;
    text-align: center;
  }
  .profile__top__lg-photo__nav .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .profile__top__lg-photo__nav .swiper-pagination-bullet-active {
    background-color: #127eff;
  }
  .profile__top__schedule {
    display: none;
  }
  .profile__top__text {
    margin: 0 20px 20px 20px;
  }
  .profile__top__text__title__name {
    font-weight: 700;
  }
  .profile__top__text__spec {
    font-weight: 700;
  }
  .profile__top__text__copy {
    margin-top: 10px;
    padding-bottom: 5px;
    font-weight: 700;
  }
  .profile__top__list-photo {
    padding-bottom: 30px;
  }
  .profile__top__list-photo .swiper-pagination {
    display: block;
    width: 100% !important;
    z-index: 10;
    bottom: 0px !important;
  }
  .profile__top__list-photo .swiper-pagination-bullet-active {
    background-color: #127eff !important;
  }
  .profile__diary__sp {
    display: none;
  }
  .profile__diary__pc {
    display: block;
  }
  .profile__diary iframe {
    border-style: none;
    height: 360px !important;
  }
  .profile__type {
    padding: 0 0 50px 0;
  }
  .profile__type__list__item:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .profile__type__list__title {
    margin-bottom: 5px;
    text-align: center;
  }
  .profile__type__list__title__image {
    width: auto;
    height: 22px;
  }
  .profile__type__list__para {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .profile__type__list__left {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .profile__type__list__left__image {
    width: 110px;
    height: 36px;
  }
  .profile__type__list__right {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .profile__type__list__right__image {
    width: 110px;
    height: 36px;
  }
  .profile__type__list__stars {
    margin: 5px 10px 0 10px;
    text-align: center;
    width: auto;
  }
  .profile__type__list__stars__image {
    margin: 0 4px;
    width: 28px;
  }
  .profile__schedule {
    padding: 50px 0;
  }
  .profile__schedule__list-wrapper {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
  .profile__schedule__list {
    margin: 0 20px;
    min-width: 0;
    justify-content: space-between;
  }
  .profile__schedule__list__item {
    margin: 0 5px;
    width: 80px;
  }
  .profile__schedule__list__date {
    font-size: 1.1rem;
  }
  .profile__report {
    padding: 50px 0;
  }
  .profile__report__list__item {
    margin: 0 10px 10px 10px;
    width: 250px;
    border-radius: 10px;
  }
  .profile__faq {
    padding: 50px 0;
  }
  .profile__faq__list-wrapper {
    margin: 0 2.6041666667vw;
    padding: 0;
    overflow-x: hidden;
  }
  .profile__faq__list {
    margin-right: 0;
    padding-right: 0;
    flex-wrap: wrap;
  }
  .profile__faq__list__item {
    margin: 0 0 25px 2%;
    width: 32%;
    flex: initial;
  }
  .profile__faq__list__item:nth-of-type(3n-2) {
    margin-left: 0;
  }
  .profile__faq__list__num {
    font-weight: 700;
    font-size: 2.4rem;
  }
  .profile__faq__list__question {
    margin-top: 10px;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .profile__faq__list__answer {
    margin-top: 15px;
    padding: 20px 30px;
    font-size: 1.2rem;
    border: 2px solid #bae9fd;
    border-radius: 10px;
  }
  .profile__list-types {
    margin-bottom: 30px;
  }
  .profile__list-types__item {
    font-size: 1.6rem;
  }
  .profile__courses {
    padding: 50px 0;
  }
  .profile__plays {
    padding: 50px 0;
  }
  .profile__options {
    padding: 50px 0;
  }
  .profile__list-items__wrapper {
    overflow-x: hidden;
  }
  .profile__list-items {
    margin: 0 auto;
    padding: 0;
    flex-wrap: wrap;
    width: 77.9166666667vw;
  }
  .profile__list-items__item {
    flex: initial;
    margin: 0 0 2.0833333333vw 2.0833333333vw;
    padding: 5px;
    width: 17.9166666667vw;
  }
  .profile__list-items__item:nth-of-type(4n-3) {
    margin-left: 0;
  }
  .profile__list-items__title {
    font-size: 1.2rem;
  }
  .profile__cosplay {
    padding: 50px 0;
  }
  .profile__cosplay__para-button {
    margin: 30px auto 0 auto;
    width: 320px;
  }
  .profile__movies {
    padding: 50px 0;
  }
  .profile__movies__list__button {
    padding: 5px;
    border-radius: 20px;
  }
  .profile__movies__list__button__image {
    border-radius: 20px;
  }
  .profile__comment {
    padding: 50px 0;
  }
  .profile__comment__content {
    margin-bottom: 50px;
    padding: 40px;
    border-width: 2px;
    border-radius: 30px;
  }
  .profile__comment__content::before, .profile__comment__content::after {
    border-width: 0 18px 24px 18px;
    top: -24px;
  }
  .profile__comment__content::after {
    top: -20px;
  }
  .profile__comment__content p {
    line-height: 2;
    font-size: 1.4rem;
  }
  .profile__comment__content p:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
  .profile__voices {
    padding: 0 0 120px 0;
  }
  .profile__voices__bg--top {
    display: none;
  }
  .profile__voices__bg--bottom {
    display: none;
  }
  .profile__voices__widget {
    padding-bottom: 70px;
  }
  .profile__voices__widget--xs {
    display: none;
  }
  .profile__voices__widget--pc {
    display: block;
  }
  .profile__voices__widget iframe {
    height: 600px !important;
  }
  .profile__course__title {
    margin-bottom: 16px;
    font-size: 24px;
  }
  .profile__course__button-course {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .profile__title-mid {
    margin: 0 auto 45px auto;
    font-size: 2.5rem;
    max-width: 950px;
  }
  .profile__title-mid__button-right {
    width: 50px;
    height: 50px;
    right: 0;
  }
  .profile__top {
    padding-bottom: 50px;
  }
  .profile__top__layout {
    grid-template-rows: auto auto;
  }
  .profile__top__text {
    margin: 0 auto 25px auto;
    width: 910px;
  }
  .profile__top__text__copy {
    margin-top: 10px;
  }
  .profile__top__list-photo {
    padding-bottom: 30px;
  }
  .profile__top__list-photo .swiper-pagination-bullet-active {
    background-color: #127eff !important;
  }
  .profile__diary {
    padding-bottom: 70px;
  }
  .profile__diary__pc {
    margin: 0 auto;
    width: 870px;
  }
  .profile__diary iframe {
    height: 390px !important;
  }
  .profile__type {
    padding: 70px 0;
  }
  .profile__type__list__title__image {
    height: 24px;
  }
  .profile__type__list__left {
    font-size: 2.4rem;
    font-weight: 400;
  }
  .profile__type__list__left::after {
    margin-left: auto;
    margin-right: 0;
    width: 115px;
    height: 23px;
    background-size: auto 23px;
  }
  .profile__type__list__right {
    font-size: 2.4rem;
    font-weight: 400;
  }
  .profile__type__list__right::after {
    width: 115px;
    height: 23px;
    background-size: auto 23px;
  }
  .profile__schedule {
    padding: 70px 0 50px 0;
  }
  .profile__schedule__list-wrapper {
    margin: 0 auto;
  }
  .profile__schedule__list {
    justify-content: center;
  }
  .profile__schedule__list__item {
    width: 115px;
  }
  .profile__schedule__list__date {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .profile__schedule__list__time {
    font-size: 1.8rem;
  }
  .profile__schedule__list__time--x {
    font-size: 5.4rem;
  }
  .profile__report {
    padding: 50px 0 60px 0;
  }
  .profile__faq {
    padding: 50px 0;
  }
  .profile__faq__list-wrapper {
    margin: 0 4.1666666667vw;
  }
  .profile__faq__list__item {
    margin-bottom: 30px;
  }
  .profile__faq__list__num {
    font-size: 3rem;
  }
  .profile__faq__list__answer {
    margin-top: 20px;
    padding: 25px 30px;
    font-size: 1.4rem;
    border-width: 3px;
    border-radius: 15px;
  }
  .profile__list-types {
    margin-bottom: 40px;
  }
  .profile__list-types__item {
    font-size: 1.8rem;
  }
  .profile__courses {
    padding: 50px 0;
  }
  .profile__plays {
    padding: 50px 0;
  }
  .profile__options {
    padding: 50px 0;
  }
  .profile__items {
    padding: 50px 0;
  }
  .profile__list-items__wrapper {
    overflow-x: hidden;
  }
  .profile__list-items {
    margin: 0 auto;
    padding: 0;
    flex-wrap: wrap;
    width: 935px;
  }
  .profile__list-items__item {
    margin: 0 0 25px 25px;
    padding: 5px;
    width: 215px;
  }
  .profile__list-items__item:nth-of-type(4n-3) {
    margin-left: 0;
  }
  .profile__list-items__title {
    font-size: 2rem;
  }
  .profile__cosplay {
    padding: 50px 0 120px 0;
  }
  .profile__cosplay__para-button {
    margin: 30px auto 0 auto;
    width: 320px;
  }
  .profile__movies {
    padding: 120px 0 90px 0;
  }
  .profile__movies__list__button {
    padding: 5px;
    border-radius: 20px;
  }
  .profile__movies__list__button__image {
    border-radius: 20px;
  }
  .profile__comment {
    padding: 90px 0 50px 0;
  }
  .profile__comment__content {
    margin: 0 auto 90px auto;
    padding: 50px;
    max-width: 1060px;
    border-width: 4px;
    box-sizing: border-box;
  }
  .profile__comment__content::before, .profile__comment__content::after {
    border-width: 0 18px 24px 18px;
    top: -24px;
  }
  .profile__comment__content::after {
    top: -20px;
  }
  .profile__comment__content p {
    line-height: 2;
    font-size: 2rem;
  }
  .profile__comment__content p:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
  .profile__voices {
    padding: 0 0 60px 0;
  }
  .profile__voices__widget--pc {
    margin: 0 auto;
    width: 100%;
  }
  .profile__voices__widget iframe {
    height: 1120px !important;
  }
  .profile__faq__list {
    margin: 0 auto;
  }
  .profile__course__title {
    margin-bottom: 16px;
    font-size: 24px;
  }
  .profile__course__button-course {
    padding: 10px 10px;
    font-size: 18px;
  }
  .profile__course__plays__button {
    font-size: 16px;
  }
  .profile__course__plays--open .profile__course__plays__wrapper {
    grid-template-rows: 1fr;
  }
  .profile__course__plays--open .profile__course__plays__button::after {
    rotate: -180deg;
  }
  .profile__course__plays--open .list-play {
    padding: 0;
    gap: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .profile__faq__list {
    width: 1030px;
  }
  .profile__voices__widget--pc {
    margin: 0 auto;
    width: 1060px;
  }
}

.main--glossary {
  padding-top: 60px;
  background-image: url(../images/glossary/bg.jpg);
  background-size: 112.5vw auto;
}
@media screen and (min-width: 768px) {
  .main--glossary {
    background-image: url(../images/glossary/bg_md.jpg);
    background-size: 160vw auto;
  }
}
@media screen and (min-width: 1024px) {
  .main--glossary {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .main--glossary {
    background-size: 1920px auto;
    background-position: center;
    background-repeat: repeat-y;
  }
}

.glossary__float-ranking {
  position: fixed;
  bottom: 6.25vw;
  left: 6.25vw;
  right: 6.25vw;
  width: 87.5vw;
  z-index: 20;
  background-image: url(../images/glossary/ranking_bg.png);
  background-size: 63px 63px;
  border: 1px dashed #cfaee3;
  border-radius: 15px;
  overflow: hidden;
  transform: translate(0, 120%);
  transition: transform 500ms;
}
.glossary__float-ranking--open {
  transform: none;
}
.glossary__float-ranking__para-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
}
.glossary__float-ranking__button-close {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-style: none;
  background-color: #ccc;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  cursor: pointer;
}
.glossary__float-ranking__button-close::before, .glossary__float-ranking__button-close::after {
  display: block;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.glossary__float-ranking__button-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.glossary__float-ranking__title {
  padding: 22px 0 0 0;
  width: 100%;
}
.glossary__float-ranking__list {
  margin: 0 3.125vw;
  padding-bottom: 25px;
  overflow: hidden;
}
.glossary__float-ranking__list__link {
  display: flex;
  align-items: center;
  padding: 15px 0;
  justify-content: space-between;
  background-image: url(../images/glossary/ranking_border.png);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #565656;
}
.glossary__float-ranking__list__num {
  display: block;
  margin: 0 15px 0 5px;
  width: 34px;
}
.glossary__float-ranking__list__keyword {
  flex: 1;
  margin: 0 15px 0 0;
  line-height: 1;
  font-size: 1.4rem;
  text-align: left;
}
.glossary__layout__sub {
  display: none;
}
.glossary__group--open .glossary__title-mid__sw::before {
  rotate: 45deg;
}
.glossary__group--open .glossary__title-mid__sw::after {
  rotate: 45deg;
}
.glossary__group--open .glossary__block:not(:first-of-type) .glossary__title-mid {
  margin: 20px 0 15px 0;
  padding: 1.2em 0 1.2em 10px;
  border-bottom-width: 1px;
}
.glossary__group--open .glossary__list__item, .glossary__group--open .glossary__block--related li, .glossary__block--related .glossary__group--open li, .glossary__group--open .glossary__indexblock--related li, .glossary__indexblock--related .glossary__group--open li {
  line-height: 1.4;
  margin-bottom: 10px;
}
.glossary__group--open .glossary__para {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.glossary__indexblock:not(:first-of-type) .glossary__title-mid {
  transition: opacity 500ms, margin 500ms, padding 500ms, line-height 500ms;
  margin: 0 0 0 0;
  padding: 0 0 0 10px;
  line-height: 0;
  overflow: hidden;
  border-bottom-width: 0;
}
.glossary__indexblock--open .glossary__title-mid__sw::before, .glossary__indexblock--open .glossary__title-mid__sw::after {
  rotate: 180deg;
}
.glossary__indexblock--open .glossary__title-mid__sw::after {
  rotate: 90deg;
}
.glossary__indexblock--open .glossary__list__wrapper {
  grid-template-rows: 1fr;
}
.glossary__indexblock--related li a::before {
  content: "";
  background-image: url(../images/common/sprite@2x.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 500px 500px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  border-style: none;
  width: 12px;
  height: 12px;
  background-position: -50px -100px;
  position: absolute;
  top: 3px;
  left: 0;
}
.glossary__block--related li a::before {
  content: "";
  background-image: url(../images/common/sprite@2x.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 500px 500px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  border-style: none;
  width: 12px;
  height: 12px;
  background-position: -50px -100px;
  position: absolute;
  top: 3px;
  left: 0;
}
.glossary__title {
  margin: 20px auto;
  padding-bottom: 15px;
  font-family: serif;
  font-weight: 400;
  line-height: 1;
  font-size: 1.8rem;
  color: #e9579b;
  text-align: left;
  border-bottom: 1px solid #e9579b;
  width: 87.5vw;
  position: relative;
  overflow: visible;
}
.glossary__title__button {
  width: 20.3125vw;
  position: absolute;
  right: 20.3125vw;
  bottom: 0vw;
}
.glossary__title__button--ex {
  right: 0;
}
.glossary__title-mid {
  margin: 20px 0 15px 0;
  padding: 0.8em 0 0.8em 10px;
  border-left: 3px solid #ff9ae1;
  border-bottom: 1px solid #97a9d0;
  font-weight: 400;
  line-height: 1;
  font-size: 1.5rem;
  position: relative;
}
.glossary__title-mid--related {
  margin-top: 30px;
  font-size: 1.2rem;
}
.glossary__title-mid__row {
  display: flex;
  justify-content: space-between;
}
.glossary__title-mid__sw {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  cursor: pointer;
  translate: 0 -50%;
}
.glossary__title-mid__sw::before, .glossary__title-mid__sw::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  transition: rotate 500ms;
}
.glossary__title-mid__sw::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
.glossary__title-mid__buttons {
  margin: 0 0 0 20px;
  display: inline-flex;
  align-items: center;
  flex: 1;
}
.glossary__title-mid__button {
  margin-right: 5px;
  display: block;
  height: 14px;
  vertical-align: middle;
  cursor: pointer;
}
.glossary__title-mid__button--new {
  width: 55px;
  background-position: -90px -100px;
}
.glossary__title-mid__button--new--on, .glossary__title-mid__button--new:hover {
  background-position: -90px -120px;
}
.glossary__title-mid__button--pop {
  width: 55px;
  background-position: -150px -100px;
}
.glossary__title-mid__button--pop--on, .glossary__title-mid__button--pop:hover {
  background-position: -150px -120px;
}
.glossary__title-mid__button--post {
  margin-left: auto;
  width: 20.625vw;
  transform: translate(0, -6.25vw);
}
.glossary__list, .glossary__indexblock--related ul, .glossary__block--related ul {
  margin-bottom: 0;
  line-height: 0;
  overflow: hidden;
}
.glossary__list__item, .glossary__indexblock--related li, .glossary__block--related li {
  font-size: 1rem;
  margin: 0 25px;
  line-height: 0;
  overflow: hidden;
  transition: opacity 500ms, margin 500ms, padding 500ms, line-height 500ms;
}
.glossary__list__link, .glossary__indexblock--related li a, .glossary__block--related li a {
  display: block;
  padding-left: 17px;
  text-decoration: none;
  color: #565656;
  position: relative;
}
.glossary__list__link::before, .glossary__indexblock--related li a::before, .glossary__block--related li a::before {
  width: 12px;
  height: 12px;
  background-position: -50px -100px;
  position: absolute;
  top: 3px;
  left: 0;
}
.glossary__para {
  font-size: 1rem;
  /*

  margin: 15px 15px;
  line-height: 1.4;
  */
  margin: 0 15px;
  line-height: 0;
  overflow: hidden;
  transition: margin 500ms, opacity 500ms, line-height 500ms;
}
.glossary__content {
  margin: 0 4.6875vw;
}
.glossary__content p {
  margin: 1em 0;
  line-height: 2;
  font-size: 1.2rem;
}
.glossary__list-comment {
  margin: 20px 0;
}
.glossary__list-comment__item {
  padding: 15px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #fdbcf6 0%, #aed8e8 100%);
  position: relative;
}
.glossary__list-comment__item:not(:last-of-type) {
  margin-bottom: 20px;
}
.glossary__list-comment__item::before {
  display: block;
  margin: 1px;
  content: "";
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.glossary__list-comment__content {
  position: relative;
  z-index: 2;
}
.glossary__list-comment__title {
  margin-bottom: 5px;
  padding-bottom: 5px;
  line-height: 1.5;
  font-size: 1rem;
  border-bottom: 1px solid #fdbcf6;
}
.glossary__list-comment__title__like {
  margin-left: 10px;
  display: inline-block;
  background-position: -300px -100px;
  width: 12px;
  height: 10px;
  cursor: pointer;
  white-space: nowrap;
  text-indent: -1000px;
}
.glossary__list-comment__title__like--on {
  background-position: -350px -100px;
}
.glossary__list-comment p {
  margin: 1em 0;
  line-height: 2;
  font-size: 1rem;
}
.glossary__buttons-app {
  display: grid;
  margin: 30px auto;
  grid-template-columns: repeat(2, 120px);
  justify-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 15px;
}
.glossary__buttons-app__item {
  width: 100%;
}
.glossary .ogk {
  display: grid;
  grid-template-columns: 35% 1fr;
  grid-template-rows: auto auto auto auto;
  place-content: center;
}
.glossary .ogk .certificate {
  grid-column: 1;
  grid-row: 1/4;
  padding: 15px;
  background-color: #fff;
  border-top: 2px solid #e9579b;
  border-left: 2px solid #e9579b;
  border-bottom: 2px solid #e9579b;
}
.glossary .ogk .certificate img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.glossary .ogk .copy {
  border-top: 2px solid #e9579b;
  border-right: 2px solid #e9579b;
  grid-column: 2;
  grid-row: 1;
  padding: 10px 0 0 0;
  margin: 0;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  font-size: 14px;
  background-color: #fff;
}
.glossary .ogk .code {
  border-right: 2px solid #e9579b;
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  line-height: 1.4;
  font-size: 10px;
  background-color: #fff;
}
.glossary .ogk .certificate-content {
  border-right: 2px solid #e9579b;
  border-bottom: 2px solid #e9579b;
  grid-column: 2;
  grid-row: 3;
  margin: 0;
  padding: 0 10px;
  font-size: 10px;
  line-height: 1.5;
  background-color: #fff;
}
.glossary .ogk .comment {
  grid-column: 1/3;
  grid-row: 5;
}
@media screen and (min-width: 400px) {
  .glossary__float-ranking {
    bottom: 40px;
    left: 40px;
    right: auto;
    width: 320px;
  }
  .glossary__title {
    width: 78.125vw;
  }
  .glossary__title__button {
    width: 46px;
    right: 50px;
    bottom: 5px;
  }
  .glossary__title__button--ex {
    right: 0;
  }
}
.glossary__ogk {
  display: grid;
  padding: 20px;
  grid-template-columns: 30% 1fr;
  border: 2px solid #ff9ae1;
  background-color: #fff;
  align-items: center;
}
.glossary__ogk img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.glossary__ogk figcaption {
  margin-left: 8px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .glossary__layout {
    display: grid;
    grid-template-columns: 16.6666666667vw auto;
    grid-template-rows: 10vw auto;
    grid-template-areas: "areaA areaB" "areaC areaD";
  }
  .glossary__layout__title {
    grid-area: areaB;
    position: relative;
  }
  .glossary__layout__main {
    padding-bottom: 50px;
    grid-area: areaD;
    border-top: 1px solid #ff9ae1;
  }
  .glossary__layout__sub {
    display: block;
    grid-area: areaC;
    border-top: 1px solid #ff9ae1;
    border-right: 1px solid #ff9ae1;
  }
  .glossary__layout__blank {
    display: block;
    grid-area: areaA;
    border-right: 1px solid #ff9ae1;
  }
  .glossary__block {
    margin: 0 0 0 3.75vw;
  }
  .glossary__title {
    margin: 0 0 0 3.75vw;
    padding-bottom: 20px;
    font-size: 3rem;
    border-bottom-style: none;
    text-align: left;
    width: auto;
    position: absolute;
    bottom: 0;
  }
  .glossary__title__button {
    display: none;
  }
  .glossary__title-mid {
    margin: 30px 25px 20px 0;
    font-size: 1.8rem;
  }
  .glossary__title-mid__buttons {
    flex: 1;
    display: flex;
  }
  .glossary__title-mid__button {
    display: block;
    height: 18px;
  }
  .glossary__title-mid__button--new {
    margin-left: 30px;
    width: 70px;
    background-position: -160px -55px;
  }
  .glossary__title-mid__button--new--on, .glossary__title-mid__button--new:hover {
    background-position: -160px -75px;
  }
  .glossary__title-mid__button--pop {
    width: 70px;
    background-position: -230px -55px;
  }
  .glossary__title-mid__button--pop--on, .glossary__title-mid__button--pop:hover {
    background-position: -230px -75px;
  }
  .glossary__title-mid__button--post {
    width: 11vw;
    transform: translate(0, -2.9166666667vw);
  }
  .glossary__para {
    margin: 15px 10px;
    margin: 0 10px;
    font-size: 1.4rem;
  }
  .glossary__list, .glossary__indexblock--related ul, .glossary__block--related ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 15px 10px;
    margin: 0 10px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .glossary__list__item, .glossary__indexblock--related li, .glossary__block--related li {
    font-size: 1.4rem;
    margin-bottom: 10px;
    margin-bottom: 0;
  }
  .glossary__list-index {
    margin-top: 30px;
    margin-left: 30px;
  }
  .glossary__list-index__item {
    margin: 5px 0;
    font-size: 1.4rem;
  }
  .glossary__list-index__item::before {
    content: "├";
  }
  .glossary__list-index__link {
    text-decoration: none;
    color: #565656;
  }
  .glossary__list-index__link--on {
    color: #e9579b;
  }
  .glossary__left-button {
    margin: 40px auto 0 auto;
    width: 11vw;
  }
  .glossary__left-button:nth-of-type(2) {
    margin-top: 10px;
  }
  .glossary__content {
    margin: 0 3.125vw;
  }
  .glossary__content p {
    font-size: 1.4rem;
  }
  .glossary__list-comment {
    margin: 30px 0;
  }
  .glossary__list-comment__item {
    padding: 25px;
    border-radius: 20px;
  }
  .glossary__list-comment__item:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .glossary__list-comment__item::before {
    margin: 2px;
    border-radius: 17px;
  }
  .glossary__list-comment__title {
    padding-bottom: 10px;
    border-width: 2px;
    font-size: 1.4rem;
  }
  .glossary__list-comment__title__like {
    background-position: -320px -100px;
    width: 23px;
    height: 19px;
  }
  .glossary__list-comment__title__like--on {
    background-position: -370px -100px;
  }
  .glossary__list-comment p {
    font-size: 1.4rem;
  }
  .glossary .ogk {
    margin: 0 auto;
    width: min(100%, 860px);
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 0 10px;
    container-type: inline-size;
  }
  .glossary .ogk .certificate {
    grid-column: 1;
    grid-row: 1/3;
    padding: 15px;
    background-color: transparent;
    border-style: none;
    text-align: center;
  }
  .glossary .ogk .certificate img {
    width: min(240px, 80%);
  }
  .glossary .ogk .copy {
    grid-column: 2;
    grid-row: 1;
    padding: 10px 0 0 0;
    font-size: 18px;
    border-style: none;
    background-color: transparent;
  }
  .glossary .ogk .code {
    grid-column: 1;
    grid-row: 3;
    padding: 0 10px 10px 10px;
    text-align: center;
    font-size: min(14px, 3.4375vw);
    border-style: none;
    background-color: transparent;
  }
  .glossary .ogk .certificate-content {
    grid-column: 1;
    grid-row: 4;
    padding: 0 clamp(3cqw, 10%, 50px);
    font-size: min(12px, 3.75vw);
    line-height: 1.5;
    border-style: none;
    background-color: transparent;
  }
  .glossary .ogk .comment {
    grid-column: 2;
    grid-row: 2/5;
  }
}
@media screen and (min-width: 1024px) {
  .glossary__group--open .glossary__block {
    margin-bottom: 35px;
  }
  .glossary__group--open .glossary__block:not(:first-of-type) .glossary__title-mid {
    margin: 35px 0 15px 0;
    padding: 1.2em 0 1.2em 30px;
    border-bottom-width: 1px;
  }
  .glossary__group--open .glossary__block:not(:first-of-type) .glossary__title-mid--related {
    margin-top: 45px;
  }
  .glossary__group--open .glossary__list__item, .glossary__group--open .glossary__indexblock--related li, .glossary__indexblock--related .glossary__group--open li, .glossary__group--open .glossary__block--related li, .glossary__block--related .glossary__group--open li {
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .glossary__group--open .glossary__para {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .glossary__title {
    font-size: 3.4rem;
  }
  .glossary__title-mid {
    font-size: 2rem;
    border-left-width: 3px;
  }
  .glossary__title-mid--related {
    margin-top: 0;
    font-size: 1.4rem;
    border-left-width: 2px;
  }
  .glossary__title-mid__row {
    justify-content: flex-start;
  }
  .glossary__title-mid__text {
    margin: 0 20px 0 0;
  }
  .glossary__title-mid__buttons {
    margin: 0 auto 0 0;
    width: 600px;
    flex: initial;
  }
  .glossary__title-mid__button--post {
    width: 132px;
    transform: translate(0, -50px);
  }
  .glossary__para {
    font-size: 1.6rem;
  }
  .glossary__list__item, .glossary__indexblock--related li, .glossary__block--related li {
    font-size: 1.6rem;
  }
  .glossary__list__link, .glossary__indexblock--related li a, .glossary__block--related li a {
    padding-left: 20px;
  }
  .glossary__list__link::before, .glossary__indexblock--related li a::before, .glossary__block--related li a::before {
    width: 14px;
    height: 14px;
    background-position: -70px -100px;
    top: 1px;
  }
  .glossary__list-index__item {
    font-size: 1.6rem;
  }
  .glossary__left-button {
    width: 132px;
  }
  .glossary__content {
    margin: 25px auto 25px 0;
    width: 860px;
  }
  .glossary__content p {
    font-size: 1.6rem;
  }
  .glossary__list-comment {
    margin: 40px auto 40px 45px;
    width: 730px;
  }
  .glossary__list-comment__item {
    padding: 40px;
    border-radius: 20px;
  }
  .glossary__list-comment__item:not(:last-of-type) {
    margin-bottom: 35px;
  }
  .glossary__list-comment__title {
    font-size: 1.6rem;
  }
  .glossary__list-comment__title__main {
    margin-right: 20px;
  }
  .glossary__list-comment p {
    font-size: 1.6rem;
  }
  .glossary__buttons-app {
    grid-template-columns: repeat(2, 160px);
    gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .glossary__layout {
    margin: 0 auto;
    width: 1200px;
    grid-template-columns: 200px 1000px;
    grid-template-rows: 120px auto;
  }
  .glossary__block {
    margin: 0 0 0 45px;
    width: auto;
  }
  .glossary__title {
    margin: 0 0 0 45px;
    padding-bottom: 25px;
  }
  .glossary__title-mid {
    margin: 20px 0 20px 0;
  }
  .glossary__title-mid--related {
    font-size: 1.5rem;
  }
  .glossary__para {
    margin: 0 15px;
    font-size: 1.6rem;
  }
  .glossary__list, .glossary__indexblock--related ul, .glossary__block--related ul {
    margin: 0 15px;
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .glossary__list__item, .glossary__indexblock--related li, .glossary__block--related li {
    font-size: 1.6rem;
  }
  .glossary__list__link, .glossary__indexblock--related li a, .glossary__block--related li a {
    padding-left: 20px;
    text-decoration: none;
    color: #565656;
  }
  .glossary__list__link::before, .glossary__indexblock--related li a::before, .glossary__block--related li a::before {
    width: 14px;
    height: 14px;
    background-position: -70px -100px;
    top: 5px;
  }
  .glossary__list-index {
    margin-top: 30px;
    margin-left: 65px;
  }
  .glossary__list-index__item {
    font-size: 1.6rem;
  }
  .glossary__left-button {
    width: 132px;
  }
}

.main--cosplay {
  padding-top: 90px;
  background-image: url(../images/cosplay/bg.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
@media screen and (min-width: 768px) {
  .main--cosplay {
    padding-top: 110px;
    background-image: url(../images/cosplay/bg_md.jpg);
    background-size: 160vw auto;
    background-position: center top;
  }
}
@media screen and (min-width: 1024px) {
  .main--cosplay {
    padding-top: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .main--cosplay {
    background-size: 1920px auto;
    background-repeat: repeat-y;
  }
}

.cosplay__title {
  margin: 0 0 40px 0;
  color: #e9579b;
  text-align: center;
  font-family: serif;
  line-height: 1.5;
  font-size: 1.5rem;
}
.cosplay__title-mid {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 400;
}
.cosplay__unit {
  padding-bottom: 15px;
}
.cosplay__unit:not(:first-of-type) {
  padding-top: 50px;
  border-top: 2px solid #ff9ae1;
}
.cosplay__unit:last-of-type {
  margin-bottom: -30px;
}
.cosplay__list {
  display: flex;
  flex-wrap: wrap;
}
.cosplay__list__item {
  margin: 0 0 15px 5%;
  width: 30%;
}
.cosplay__list__item:nth-of-type(3n-2) {
  margin-left: 0;
}
.cosplay__list__photo {
  margin: 0 0 10px 0;
  border-radius: 10px;
  overflow: hidden;
}
.cosplay__list__title {
  line-height: 1.4;
  font-weight: 400;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .cosplay__title {
    margin: 0 0 80px 0;
    font-size: 2rem;
  }
  .cosplay__title-mid {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .cosplay__unit {
    padding-bottom: 30px;
  }
  .cosplay__unit:not(:first-of-type) {
    padding-top: 40px;
    border-top: 2px solid #ff9ae1;
  }
  .cosplay__unit:last-of-type {
    margin-bottom: -60px;
  }
  .cosplay__list__item {
    margin: 0 0 30px 2%;
    width: 15%;
    cursor: pointer;
  }
  .cosplay__list__item:nth-of-type(3n-2) {
    margin-left: 2%;
  }
  .cosplay__list__item:nth-of-type(6n-5) {
    margin-left: 0;
  }
  .cosplay__list__title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cosplay__title {
    margin: 0 0 100px 0;
    font-size: 2.6rem;
  }
  .cosplay__title-mid {
    margin-bottom: 35px;
    font-size: 2rem;
  }
  .cosplay__unit {
    padding-bottom: 30px;
  }
  .cosplay__unit:not(:first-of-type) {
    padding-top: 40px;
    border-top: 2px solid #ff9ae1;
  }
  .cosplay__list__item {
    margin: 0 0 30px 2%;
    width: 15%;
    cursor: pointer;
  }
  .cosplay__list__item:nth-of-type(3n-2) {
    margin-left: 2%;
  }
  .cosplay__list__item:nth-of-type(6n-5) {
    margin-left: 0;
  }
  .cosplay__list__title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .cosplay__title-mid {
    margin-left: auto;
    margin-right: auto;
    width: 1030px;
  }
  .cosplay__unit {
    margin: 0 auto;
    max-width: 1150px;
  }
  .cosplay__list {
    margin: 0 auto;
    width: 1030px;
  }
  .cosplay__list__item {
    margin-left: 40px;
    width: 137px;
  }
  .cosplay__list__title {
    font-size: 1.5rem;
  }
}

.main--about {
  background-image: url(../images/about/bg_1.png), url(../images/about/bg@2x.jpg);
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat, repeat-y;
  background-position: center top, center top;
}
@media screen and (min-width: 768px) {
  .main--about {
    background-image: url(../images/about/bg_md.jpg);
    background-size: 1920px auto;
    background-repeat: repeat-y;
  }
}
.about__unit {
  position: relative;
}
.about__unit--2 {
  padding-top: 50px;
}
.about__unit--3 {
  padding-top: 50px;
}
.about__unit--4 {
  padding-top: 50px;
}
.about__unit--5 {
  padding-top: 50px;
}
.about__unit__bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.about__unit__bg--3::before {
  top: -75vw;
  width: 100vw;
  height: 584.6875vw;
  background: url(../images/about/bg_3.png);
  background-size: 100% auto;
}
.about__unit__content {
  position: relative;
  z-index: 2;
}
.about__title {
  margin-top: 35px;
  margin-bottom: 35px;
  padding-bottom: 35px;
  text-align: center;
  line-height: 1.4;
  font-size: 1.7rem;
  font-family: serif;
  color: #e9579b;
  position: relative;
}
.about__title::after {
  width: 157px;
  height: 10px;
  background-position: -100px -140px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.about__title-belt {
  margin: 40px auto 20px auto;
  padding: 0.3em 0;
  background-image: url(../images/about/title_belt_bg@2x.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  color: #fff;
  font-weight: 700;
  font-family: serif;
  line-height: 1.4;
  font-size: 1.2rem;
  text-align: center;
  width: 75vw;
}
.about__para {
  margin: 2.5em 0;
  font-weight: 700;
  font-family: serif;
  line-height: 2;
  font-size: 1.1rem;
  text-align: center;
}
.about__title-belt + .about__para {
  margin-top: 1em;
}
.about__signature {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 0 0;
  font-weight: 700;
  line-height: 2;
  font-size: 1.4rem;
  font-family: serif;
}
.about__signature__twitter {
  margin-left: 15px;
  width: 25vw;
  max-width: 120px;
  vertical-align: middle;
}
.about__link-ceo {
  color: #e9579b;
  text-decoration: none;
  border-bottom: 1px solid;
  cursor: pointer;
}
.about__underline {
  display: inline-block;
  padding: 0 15px;
  background: linear-gradient(transparent 60%, #fff 60%);
}
.about__color-pink {
  color: #e9579b;
}
.about__color-purple {
  color: #9487f8;
}
.about__illust {
  margin: 0;
}
.about__rose {
  margin-top: -1em;
}
.about__para-popup-twitter {
  margin: 1em auto 0 auto;
  width: 32.1875vw;
  max-width: 136px;
}
@media screen and (min-width: 768px) {
  .about__unit--2 {
    padding-top: 100px;
  }
  .about__unit--3 {
    padding-top: 100px;
  }
  .about__unit--4 {
    padding-top: 100px;
  }
  .about__unit--5 {
    padding-top: 100px;
  }
  .about__title {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-bottom: 60px;
    font-size: 2.4rem;
  }
  .about__title::after {
    /*
            position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    */
    width: 315px;
    height: 20px;
    background-position: 0 -390px;
  }
  .about__title-belt {
    margin: 70px auto 40px auto;
    width: 40vw;
    font-size: 2rem;
  }
  .about__para {
    font-size: 1.6rem;
  }
  .about__signature {
    font-size: 2rem;
  }
  .about__signature__twitter {
    margin-left: 30px;
    width: 120px;
  }
  .about__illust {
    margin: 0 auto;
    max-width: 1200px;
  }
  .about__rose {
    margin: -1em auto 0 auto;
    max-width: 640px;
  }
  .about__para-popup-twitter {
    margin: -1.5em 0 0 auto;
    width: 136px;
  }
}
@media screen and (min-width: 1024px) {
  .about__unit--2 {
    padding-top: 200px;
  }
  .about__unit--3 {
    padding-top: 200px;
  }
  .about__unit--4 {
    padding-top: 200px;
  }
  .about__unit--5 {
    padding-top: 200px;
  }
  .about__title {
    margin-top: 60px;
    margin-bottom: 55px;
    padding-bottom: 75px;
    font-size: 3.6rem;
  }
  .about__title-belt {
    width: 480px;
  }
  .about__para {
    font-size: 2rem;
  }
  .about__signature {
    font-size: 2.4rem;
  }
  .about__signature__twitter {
    margin-left: 25px;
    width: 136px;
  }
  .about__illust {
    margin: 0 auto;
    max-width: 1200px;
  }
  .about__rose {
    margin: -1em auto 0 auto;
    max-width: 640px;
  }
}
@media screen and (min-width: 1200px) {
  .about__unit__bg--3::before {
    top: -980px;
    width: 100%;
    background-size: 1200px 4139px;
  }
  .about__title::after {
    width: 315px;
    height: 20px;
    background-position: 0 -390px;
  }
  .about__title-belt {
    width: 480px;
  }
}

.main--faq {
  background-image: url(../images/faq/bg.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
@media screen and (min-width: 768px) {
  .main--faq {
    background-image: url(../images/faq/bg_md.jpg);
    background-size: 160vw auto;
    background-position: center top;
  }
}
@media screen and (min-width: 1200px) {
  .main--faq {
    background-size: 1920px auto;
  }
}

.faq__title-mid {
  margin-top: 45px;
  margin-bottom: 35px;
  padding-top: 25px;
  font-weight: 700;
  line-height: 1.4;
  font-size: 1.6rem;
  color: #6f6f6f;
  font-family: serif;
  position: relative;
}
.faq__title-mid::before {
  content: "";
  width: 45px;
  height: 2px;
  background-color: #ff9ae1;
  position: absolute;
  top: 0;
  left: 0;
}
.faq__title-bold {
  margin-top: 25px;
  color: #6f6f6f;
  line-height: 1.5;
  font-weight: 600;
  font-size: 1.1rem;
}
.faq__title-bold + .para, .faq__title-bold + .form__para-thanks, .faq__title-bold + .home__faq__para-tel, .glossary__indexblock--related .faq__title-bold + p, .glossary__block--related .faq__title-bold + p {
  margin-top: 0.5em;
}
.faq__title-list {
  margin-top: 30px;
  font-size: 1.2rem;
  font-weight: 400;
}
.faq__list-category__item {
  border: 1px solid #f2a5c7;
  border-radius: 5px;
  overflow: hidden;
}
.faq__list-category__item:not(:last-of-type) {
  margin-bottom: 15px;
}
.faq__list-category__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  text-decoration: none;
  position: relative;
}
.faq__list-category__link::after {
  width: 20px;
  height: 4px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-50%, 0);
  background-position: -200px -170px;
}
.faq__list-category__icon {
  margin-right: 15px;
  width: 20px;
}
.faq__list-category__name {
  line-height: 1.5;
  font-size: 1.2rem;
  color: #e9579b;
  flex: 1;
  text-align: left;
}
.faq__para {
  margin: 1em 0;
  line-height: 1.8;
  font-size: 1rem;
}
.faq__sub-category {
  margin-top: 20px;
}
.faq__sub-category__list {
  display: flex;
}
.faq__sub-category__list__item {
  margin: 0 0 10px 5%;
  width: 30%;
}
.faq__sub-category__list__item:nth-of-type(3n-2) {
  margin-left: 0;
}
.faq__sub-category__list__link {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px;
  min-height: 40px;
  color: #565656;
  text-decoration: none;
  line-height: 1.5;
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid #929292;
}
.faq__sub-category__list__link--on {
  border-color: #ffb9da;
  background-color: #ffb9da;
  color: #fff;
}
.faq__list-faq {
  margin-top: 20px;
}
.faq__list-faq__item:not(:last-of-type) {
  margin-bottom: 15px;
}
.faq__list-faq__details {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 15px;
  border-radius: 5px;
  background-color: #fff;
  color: #565656;
  text-align: left;
  text-decoration: none;
  font-size: 1.1rem;
}
.faq__list-faq__details[open=true] .faq__list-faq__summary::after {
  content: "─";
}
.faq__list-faq__summary {
  padding-left: 20px;
  position: relative;
  cursor: pointer;
  outline: none;
  list-style: none;
}
.faq__list-faq__summary::before {
  display: block;
  margin: 0 5px 0 0;
  content: "Q.";
  color: #e9579b;
  font-size: 1.4rem;
  position: absolute;
  left: 0;
  top: -2px;
}
.faq__list-faq__summary::after {
  content: "┼";
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}
.faq__list-faq__content {
  overflow: hidden;
}
.faq__list-faq__content__inner {
  margin-top: 20px;
  padding: 0 0 0 20px;
  position: relative;
}
.faq__list-faq__content__inner::before {
  display: block;
  margin: 0 5px 0 0;
  content: "A.";
  color: #565656;
  font-size: 1.4rem;
  position: absolute;
  left: 0;
  top: -2px;
}
.faq__go2top {
  margin-top: 50px;
}
.faq__go2top__link {
  display: block;
  padding: 10px;
  border: 1px solid #e9579b;
  border-radius: 10px;
  color: #e9579b;
  text-decoration: none;
  text-align: center;
  font-size: 1.1rem;
  position: relative;
}
.faq__go2top__link::after {
  width: 20px;
  height: 4px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-50%, 0);
  background-position: -200px -170px;
}
.faq__tel {
  font-size: 1.1rem;
  font-weight: 700;
  color: #6f6f6f;
}
.faq__tel__link {
  color: #e9579b;
  text-decoration: none;
}
.faq__button-line {
  display: block;
  margin: 0 15px;
  padding: 15px 0;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
  background-color: #78e77f;
  color: #fff;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .faq__title-mid {
    margin-top: 65px;
    padding-top: 65px;
    margin-bottom: 45px;
    font-size: 2.4rem;
  }
  .faq__title-mid::before {
    content: "";
    width: 90px;
    height: 3px;
  }
  .faq__title-bold {
    margin-top: 45px;
    font-size: 1.4rem;
  }
  .faq__title-list {
    margin-top: 60px;
    font-size: 1.8rem;
  }
  .faq__list-category {
    display: flex;
    flex-wrap: wrap;
  }
  .faq__list-category__item {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .faq__list-category__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .faq__list-category__name {
    padding-right: 40px;
    font-size: 1.4rem;
  }
  .faq__para {
    margin: 1em 0;
    line-height: 1.8;
    font-size: 1.4rem;
    font-family: serif;
  }
  .faq__sub-category {
    margin-top: 20px;
  }
  .faq__sub-category__list {
    display: flex;
    flex-wrap: wrap;
  }
  .faq__sub-category__list__item {
    margin: 0 0 10px 2%;
    width: 15%;
  }
  .faq__sub-category__list__item:nth-of-type(3n-2) {
    margin-left: 2%;
  }
  .faq__sub-category__list__item:nth-of-type(6n-5) {
    margin-left: 0;
  }
  .faq__sub-category__list__link {
    display: flex;
    justify-content: center;
    line-height: 1.4;
    font-size: 1.3rem;
    border-radius: 10px;
  }
  .faq__list-faq {
    margin-top: 35px;
  }
  .faq__list-faq__item:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .faq__list-faq__details {
    font-size: 1.6rem;
  }
  .faq__list-faq__summary {
    padding-left: 30px;
  }
  .faq__list-faq__summary::before {
    margin: 0 10px 0 0;
    font-size: 2rem;
  }
  .faq__list-faq__summary::after {
    font-size: 2rem;
  }
  .faq__list-faq__content__inner {
    padding: 0 0 0 30px;
  }
  .faq__list-faq__content__inner::before {
    font-size: 2rem;
  }
  .faq__go2top {
    margin-top: 80px;
    text-align: center;
  }
  .faq__go2top__link {
    display: inline-block;
    max-width: 320px;
    padding: 10px 50px;
    font-size: 1.6rem;
  }
  .faq__go2top__link::after {
    width: 20px;
    height: 4px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, 0);
    background-position: -200px -170px;
  }
  .faq__tel {
    font-size: 1.4rem;
  }
  .faq__button-line {
    margin-left: 0;
    padding-left: 35px;
    padding-right: 35px;
    display: inline-block;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .faq__title-mid {
    margin-top: 85px;
    font-size: 3.4rem;
  }
  .faq__title-bold {
    margin-top: 55px;
    font-size: 2rem;
  }
  .faq__title-list {
    margin-top: 95px;
    font-size: 2.4rem;
  }
  .faq__list-category__link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .faq__list-category__icon {
    margin-left: 10px;
    width: 30px;
    height: 30px;
  }
  .faq__list-category__name {
    padding-right: 60px;
    font-size: 1.6rem;
  }
  .faq__para {
    font-size: 1.6rem;
  }
  .faq__sub-category {
    margin-top: 20px;
  }
  .faq__sub-category__list__link {
    text-align: center;
    padding: 20px 15px;
    font-size: 1.6rem;
  }
  .faq__list-faq {
    margin-top: 55px;
  }
  .faq__list-faq__item:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .faq__list-faq__details {
    padding: 45px;
    font-size: 2rem;
    border-radius: 20px;
  }
  .faq__list-faq__summary::before {
    margin: 0 10px 0 0;
    font-size: 2rem;
  }
  .faq__list-faq__summary::after {
    right: 40px;
    font-size: 2rem;
  }
  .faq__list-faq__content {
    font-size: 2rem;
  }
  .faq__go2top {
    margin-top: 80px;
  }
  .faq__go2top__link {
    max-width: 330px;
    padding: 20px 50px;
    font-size: 1.8rem;
  }
  .faq__tel {
    font-size: 1.6rem;
  }
}

.main--ranking {
  background-image: url(../images/ranking/bg.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
@media screen and (min-width: 768px) {
  .main--ranking {
    background-image: url(../images/ranking/bg_md.jpg);
    background-size: 160vw auto;
  }
}
@media screen and (min-width: 1200px) {
  .main--ranking {
    background-size: 1920px auto;
  }
}

.ranking__unit {
  margin-bottom: 50px;
}
.ranking__unit:last-of-type {
  margin-bottom: -25px;
}
.ranking__title-mid {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 5px;
  text-align: center;
  font-family: serif;
  line-height: 1.4;
  font-weight: 700;
  color: #565656;
  border-bottom: 1px solid #e9579b;
  position: relative;
}
.ranking__title-mid__main {
  margin: 0 5px 0 0;
  color: #e9579b;
  font-size: 1.6rem;
}
.ranking__title-mid__sub {
  margin: 0 5px 0 0;
  font-size: 1.4rem;
}
.ranking__title-mid__update {
  position: absolute;
  margin: 0;
  font-size: 1rem;
  right: 0;
  top: 40%;
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  .ranking__unit {
    margin-bottom: 80px;
  }
  .ranking__unit:last-of-type {
    margin-bottom: -65px;
  }
  .ranking__title-mid {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom-style: none;
    position: relative;
    width: 640px;
  }
  .ranking__title-mid::after {
    display: block;
    content: "";
    width: 640px;
    height: 1px;
    background-color: #e9579b;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .ranking__title-mid__main {
    color: #e9579b;
    font-size: 30px;
  }
  .ranking__title-mid__sub {
    font-size: 22px;
  }
  .ranking__title-mid__update {
    font-size: 14px;
  }
}

.main--monthly {
  padding-top: 0;
}

.monthly {
  padding: 3.125vw 0;
  position: relative;
}
.monthly__para-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 6.25vw;
  height: 6.25vw;
}
.monthly__para-close__button {
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-indent: -1000px;
  overflow: hidden;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  cursor: pointer;
  border-radius: 9.375vw;
  overflow: hidden;
}
.monthly__para-close__button::before, .monthly__para-close__button::after {
  display: block;
  position: absolute;
  content: "";
  width: 6.25vw;
  height: 2px;
  background-color: #565656;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
}
.monthly__para-close__button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.monthly__title {
  margin-bottom: 20px;
  color: #927878;
  text-align: center;
  font-size: 1.4rem;
}
.monthly__content {
  border-radius: 20px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.monthly table {
  width: 100%;
}
.monthly th {
  padding: 10px 10px;
  background-color: #ebebeb;
  border-top: 1px solid #ccc;
  vertical-align: middle;
}
.monthly td {
  padding: 10px 10px;
  background-color: #fff;
  font-size: 1.2rem;
  border-top: 1px solid #ccc;
  vertical-align: middle;
}
.monthly td:nth-of-type(1) {
  padding-left: 20px;
}
.monthly tr:nth-of-type(1) th,
.monthly tr:nth-of-type(1) td {
  border-top-style: none;
}
.monthly__date {
  font-weight: 700;
  font-size: 1.2rem;
}
.monthly__date--sat {
  color: #97afff;
}
.monthly__date--sun {
  color: #ff8aad;
}
.monthly__time {
  font-weight: 700;
  font-size: 1.2rem;
  color: #927878;
}
.monthly__time--std {
  color: #45b0f8;
}
.monthly__time--adult {
  color: #f75a52;
}
.monthly__time--beginner {
  color: #f0a134;
}
.monthly__close {
  line-height: 1;
  font-size: 2rem;
  color: #927878;
}
.monthly__link {
  display: inline-block;
  padding: 0.5em 0;
  text-align: center;
  min-width: 100px;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  border-radius: 20px;
}
.monthly__link--tel {
  background-color: #ff9ae1;
}
.monthly__link--net {
  background-color: #69deff;
}
@media screen and (min-width: 768px) {
  .monthly {
    padding: 6.25vw;
  }
  .monthly__title {
    font-size: 2rem;
  }
  .monthly__content {
    margin: 0 auto;
    max-width: 560px;
  }
  .monthly th {
    padding: 20px 20px;
  }
  .monthly td {
    padding: 20px 20px;
  }
  .monthly td:nth-of-type(1) {
    padding-left: 40px;
  }
  .monthly__date {
    font-size: 1.8rem;
  }
  .monthly__time {
    font-size: 1.8rem;
  }
  .monthly__close {
    font-size: 3.6rem;
  }
  .monthly__link {
    padding: 0.5em 0;
    min-width: 140px;
    font-size: 1.6rem;
    border-radius: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .monthly {
    padding: 50px 0;
  }
  .monthly__title {
    margin-bottom: 60px;
    font-size: 3.6rem;
  }
  .monthly__content {
    max-width: 760px;
  }
  .monthly th {
    padding: 20px 20px;
  }
  .monthly td {
    padding: 20px 20px;
  }
  .monthly td:nth-of-type(1) {
    padding-left: 40px;
  }
  .monthly__date {
    font-size: 2.8rem;
  }
  .monthly__time {
    font-size: 2.8rem;
  }
  .monthly__close {
    font-size: 4.8rem;
  }
  .monthly__link {
    min-width: 160px;
    font-size: 2rem;
  }
}

.main--schedule {
  background-image: url(../images/schedule/bg.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.main--schedule .calender_container {
  margin: 0 5% 18.75vw 5%;
}
.main--schedule .calender_container--schedule {
  margin-top: -3.125vw;
}
.main--schedule .calendar caption {
  font-size: 1rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 360px) {
  .main--schedule .calender_container--schedule {
    margin-top: 9.375vw;
  }
}
@media screen and (min-width: 400px) {
  .main--schedule .calender_container--schedule {
    margin-top: 15.625vw;
  }
}
@media screen and (min-width: 440px) {
  .main--schedule .calender_container--schedule {
    margin-top: 21.875vw;
  }
}
@media screen and (min-width: 520px) {
  .main--schedule .calender_container--schedule {
    margin-top: 28.125vw;
  }
}
@media screen and (min-width: 768px) {
  .main--schedule {
    background-image: url(../images/schedule/bg_md.jpg);
    background-size: 160vw auto;
  }
  .main--schedule .calender_container {
    margin: 0 20px 120px 20px;
  }
  .main--schedule .calender_container--schedule {
    margin-top: -3.125vw;
  }
  .main--schedule .calendar caption {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .main--schedule {
    background-size: 1920px auto;
  }
  .main--schedule .calender_container {
    margin: 0 auto 130px auto;
  }
  .main--schedule .calendar caption {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.schedule__title-mid {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .schedule__title-mid {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .schedule__block-cast {
    margin-bottom: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  .schedule__title-mid {
    margin-bottom: 50px;
    font-size: 2.5rem;
  }
}

#schedule_cast {
  margin-bottom: -25px;
  position: relative;
}

.main--form {
  padding-top: 60px;
  background-image: url(../images/form/bg_pink.jpg);
  background-size: 248px 248px;
  background-repeat: repeat;
}
@media screen and (min-width: 768px) {
  .main--form {
    background-image: url(../images/form/bg_pink_md.jpg);
    background-size: 1920px auto;
    background-repeat: repeat-y;
  }
}

.main--form-yellow {
  background-image: url(../images/form/bg_yellow.jpg);
  background-size: 248px 248px;
  background-repeat: repeat;
}
@media screen and (min-width: 768px) {
  .main--form-yellow {
    background-image: url(../images/form/bg_yellow_md.jpg);
    background-size: 1920px auto;
    background-repeat: repeat-y;
  }
}

.form__title {
  margin: 0 0 20px 0;
  text-align: center;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.5rem;
  font-family: serif;
  color: #e9579b;
}
.form__para-thanks {
  text-align: center;
}
.form__list-note {
  margin: 0 20px 30px 30px;
  font-size: 1rem;
}
.form__list-note__item {
  margin-bottom: 5px;
  padding-left: 23px;
  line-height: 1.4;
  position: relative;
  text-align: left;
}
.form__list-note__item::before {
  width: 16px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 1px;
  background-image: url(../images/form/btf_pink.png);
  background-size: cover;
}
.form__list-note__item--blue::before {
  background-image: url(../images/form/btf_blue.png);
}
.form__list-note__item--yellow::before {
  background-image: url(../images/form/btf_yellow.png);
}
.form__para-button {
  text-align: center;
}
.form__button {
  display: inline-block;
  padding: 0.6em 2em;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-weight: 700;
  line-height: 1;
  font-size: 1.2rem;
  color: #fff;
  cursor: pointer;
  width: 24.375vw;
  height: 8.125vw;
  background-image: url(../images/form/button_pink.png);
  background-size: 24.375vw 8.125vw;
  background-repeat: no-repeat;
  background-color: transparent;
  text-indent: -1000px;
  overflow: hidden;
}
.form__button--yellow {
  background-image: url(../images/form/button_orange.png);
}
@media screen and (min-width: 768px) {
  .form__title {
    margin: 0 0 40px 0;
    font-size: 2.4rem;
  }
  .form__list-note {
    margin: 0 0 35px 70px;
    font-size: 1.4rem;
  }
  .form__list-note__item {
    margin-bottom: 15px;
    padding-left: 37px;
  }
  .form__list-note__item::before {
    width: 32px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 1px;
    background-image: url(../images/form/btf_pink_md.png);
    background-size: cover;
  }
  .form__list-note__item--blue::before {
    background-image: url(../images/form/btf_blue_md.png);
  }
  .form__list-note__item--yellow::before {
    background-image: url(../images/form/btf_yellow_md.png);
  }
  .form__button {
    width: 156px;
    height: 51px;
    background-size: cover;
  }
  .form--centering {
    text-align: center;
  }
  .form--centering .list-form {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .form__title {
    margin: 0 0 50px 0;
    font-size: 3rem;
  }
  .form__list-note {
    margin: 0 auto 45px auto;
    font-size: 1.8rem;
    width: 780px;
  }
  .form__list-note__centering {
    text-align: center;
  }
  .form__list-note--centered {
    display: inline-block;
    width: auto;
  }
  .form--centering {
    text-align: center;
  }
  .form--centering .list-form {
    width: auto;
    display: inline-block;
  }
  .form__button {
    padding: 0.7em 2.5em;
    font-size: 2rem;
    border-radius: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .main--start {
    padding-top: 70px;
  }
}

.start__notice {
  display: flex;
  justify-content: center;
  align-items: center;
}
.start__notice__mark {
  margin-right: 10px;
  width: 100px;
}
.start__para-lead {
  font-weight: 700;
  line-height: 1.6;
  font-size: 1.8rem;
  text-align: center;
}
.start__para {
  line-height: 1.6;
  font-size: 1.2rem;
}
.start__buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.start__buttons__item {
  margin: 0 10px;
}
.start__buttons__item__link {
  display: block;
  padding: 10px 40px;
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
}
.start__buttons__item__link:hover {
  transition: color 500ms, background-color 500ms;
  color: #000;
  background-color: #fff;
}
.start__banners {
  margin: 40px auto;
}
.start__banners__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.start__banners__list__item {
  margin: 0 5px 10px 5px;
  text-align: center;
}
.start__banners__list a {
  font-size: 1rem;
  color: #565656;
  text-decoration: none;
}
.start__banners__list img {
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .start__row {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .start__image {
    margin-right: 30px;
    width: 35%;
  }
  .start__notice__mark {
    margin-right: 10px;
    width: 60px;
  }
  .start__para-lead {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
  .start__para {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .start__image {
    margin-right: 50px;
    width: 400px;
  }
  .start__para-lead {
    font-size: 2.8rem;
  }
  .start__para {
    font-size: 1.6rem;
  }
}

.detail__row {
  margin-bottom: 35px;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
}
.detail__title {
  list-style: none;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.detail__title__data {
  width: 30%;
  display: block;
}
.detail__title__data__time {
  font-weight: 500;
  display: block;
  font-size: 1.1rem;
}
.detail__title__data .information__list-post__category {
  margin-left: 0;
  display: inline-block;
}
.detail__title__text {
  width: 70%;
  font-size: 1.4rem;
}
.detail__content__thumb {
  margin: 0 0 10px 0;
}
.detail__content p {
  line-height: 1.8;
  font-size: 1.2rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-top: 1em;
}
.detail__go2list {
  margin: 20px 0;
  padding: 0;
  text-align: center;
}
.detail__go2list__link {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 100px;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  color: #565656;
  background-color: #ddd;
}
@media screen and (min-width: 768px) {
  .detail__title {
    display: flex;
  }
  .detail__title__data {
    width: 30%;
    display: block;
  }
  .detail__title__data__time {
    display: inline-block;
    font-size: 1.2rem;
  }
  .detail__title__data .information__list-post__category {
    margin-left: 10px;
    display: inline-block;
  }
  .detail__title__text {
    width: 70%;
    font-size: 1.6rem;
  }
  .detail__content {
    margin-left: auto;
    width: 70%;
    max-width: 775px;
  }
}
@media screen and (min-width: 1024px) {
  .detail__row {
    margin: 0 auto 30px auto;
    width: 960px;
    padding: 50px 60px 50px 60px;
    border-radius: 40px;
    box-sizing: border-box;
  }
  .detail__title {
    margin-bottom: 30px;
  }
  .detail__title__data {
    width: 30%;
  }
  .detail__title__data__time {
    font-size: 1.4rem;
  }
  .detail__title__data .information__list-post__category {
    margin-left: 10px;
    display: inline-block;
  }
  .detail__title__text {
    width: 70%;
    font-size: 2rem;
  }
  .detail__content p {
    font-size: 1.4rem;
  }
  .detail__go2list__link {
    font-size: 1.4rem;
  }
}

.page-course .block {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .page-course .block {
    margin: 0 auto;
    width: min(1100px, 100%);
  }
}

.article-blog .blog-content {
  margin: 0 4.6875vw 35px 4.6875vw;
  padding: 16px;
  border-radius: 10px;
  background-color: #fff;
}
.article-blog .page-header {
  margin-bottom: 20px;
}
.article-blog .entry-header {
  margin-bottom: 12px;
}
.article-blog .entry-header .author {
  font-size: 14px;
  margin-top: 13px;
}
.article-blog .entry-header .author a {
  text-decoration: none;
  color: #565656;
  font-weight: 700;
}
.article-blog .entry-header .author a:hover {
  text-decoration: underline;
}
.article-blog .title-page,
.article-blog .entry-title {
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #e9579b;
}
.article-blog .entry-content {
  padding-bottom: 13px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ccc;
}
.article-blog .entry-content figure {
  margin: 1em 0;
}
.article-blog .entry-content p {
  margin-bottom: 1em;
  line-height: 1.8;
}
.article-blog .entry-content p:last-of-type {
  margin-bottom: 0;
}
.article-blog .entry-content ul {
  margin-top: 1em;
  margin-bottom: 1em;
}
.article-blog .entry-content ul li {
  list-style-type: disc;
  margin-left: 2em;
}
.article-blog .entry-content ol {
  margin-top: 1em;
  margin-bottom: 1em;
}
.article-blog .entry-content ol li {
  list-style-type: decimal;
  margin-left: 2em;
}
.article-blog .entry-content li {
  margin-bottom: 1em;
  line-height: 1.8;
}
.article-blog .entry-content li:last-of-type {
  margin-bottom: 0;
}
.article-blog .entry-content h2 {
  margin-top: 1em;
  font-size: 18px;
}
.article-blog .entry-content h3 {
  margin-top: 1em;
  font-size: 16px;
}
.article-blog .entry-footer .date {
  text-align: right;
}
.article-blog .entry-footer .list-category {
  margin-bottom: 13px;
  display: flex;
  justify-content: end;
  line-height: 1;
  gap: 10px;
}
.article-blog .entry-footer .list-category a {
  display: block;
  background-color: #e9579b;
  color: #fff;
  font-size: 10px;
  border-radius: 30px;
  padding: 0.6em 1.5em;
  text-decoration: none;
  font-weight: 700;
}
.article-blog .nav-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}
.article-blog .nav-links .nav-previous {
  grid-column: 1;
}
.article-blog .nav-links .nav-next {
  grid-column: 2;
  align-self: end;
  width: auto;
}
.article-blog .nav-links .nav-next a {
  text-align: right;
}
.article-blog .nav-links a {
  background-color: transparent;
  text-indent: 0;
  padding: 0;
  line-height: 1.5;
  text-align: left;
  font-size: 14px;
}
.article-blog .nav-links a::after {
  display: none;
}
.article-blog .nav-links a .post-title {
  display: none;
}
.article-blog .blog-sub {
  margin: 40px 4.6875vw;
}
.article-blog .blog-sub .block {
  padding: 16px;
  border-radius: 10px;
  background-color: #fff;
}
.article-blog .blog-sub .block:not(:last-of-type) {
  margin-bottom: 16px;
}
.article-blog .blog-sub .title-sub {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
}
.article-blog .blog-staff {
  margin-bottom: 24px;
}
.article-blog .blog-staff .photo-space .photo {
  margin: 0 auto 8px auto;
  border-radius: 500px;
  width: 37.5vw;
  overflow: hidden;
}
.article-blog .blog-staff .photo-space img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.article-blog .blog-staff .name {
  margin: 0 auto 8px auto;
  text-align: center;
  font-size: 16px;
}
.article-blog .blog-staff .comment {
  padding: 16px;
  border: 2px solid #ddd;
  border-radius: 15px;
}
.article-blog .blog-staff .comment p {
  line-height: 1.8;
  font-size: 12px;
  margin-top: 0.6em;
}
.article-blog .blog-staff .comment p:not(:last-of-type) {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .article-blog {
    display: grid;
    grid-template-columns: 1fr 300px;
  }
  .article-blog .title-main {
    grid-column: 1/3;
    grid-row: 1;
  }
  .article-blog .blog-content {
    margin: 0 2.6041666667vw 0 2.6041666667vw;
    padding: 24px;
    grid-column: 1;
    grid-row: 2;
  }
  .article-blog .entry-content {
    padding-bottom: 21px;
    margin-bottom: 24px;
  }
  .article-blog .blog-sub {
    margin: 0 2.6041666667vw 0 0;
  }
  .article-blog .blog-staff {
    display: grid;
    grid-template-columns: 120px 1fr;
    justify-content: start;
    gap: 0 16px;
    margin-bottom: 48px;
  }
  .article-blog .blog-staff .photo-space {
    grid-column: 1;
    grid-row: 1/3;
    margin: 0;
  }
  .article-blog .blog-staff .photo-space .photo {
    border-radius: 500px;
    width: 100%;
  }
  .article-blog .blog-staff .name {
    margin: 0 0 16px 0;
    text-align: left;
    grid-column: 2;
    grid-row: 1;
  }
  .article-blog .blog-staff .comment {
    padding: 16px;
    border: 2px solid #ddd;
    border-radius: 15px;
  }
  .article-blog .blog-staff .comment p {
    line-height: 1.8;
    font-size: 12px;
    margin-top: 0.6em;
  }
  .article-blog .blog-staff .comment p:not(:last-of-type) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .article-blog {
    grid-template-columns: 740px 1fr;
    margin: 0 auto;
    width: min(100%, 1060px);
    gap: 30px;
  }
  .article-blog .title-main {
    margin-right: 0;
    margin-left: 0;
    grid-column: 1/3;
    grid-row: 1;
    width: auto;
  }
  .article-blog .blog-content {
    margin: 0;
    padding: 50px 60px 30px 60px;
    border-radius: 40px;
    box-sizing: border-box;
  }
  .article-blog .entry-header {
    margin-bottom: 18px;
    padding-bottom: 10px;
  }
  .article-blog .entry-header .author {
    font-size: 16px;
    margin-top: 12px;
  }
  .article-blog .entry-title {
    font-size: 24px;
  }
  .article-blog .entry-content {
    padding-bottom: 21px;
    margin-bottom: 24px;
  }
  .article-blog .entry-content p {
    font-size: 16px;
  }
  .article-blog .entry-content li {
    font-size: 16px;
  }
  .article-blog .entry-content h2 {
    margin-top: 2em;
    font-size: 20px;
  }
  .article-blog .entry-content h3 {
    font-size: 18px;
  }
  .article-blog .entry-footer .date {
    text-align: right;
  }
  .article-blog .entry-footer .list-category {
    margin-bottom: 13px;
    display: flex;
    justify-content: end;
    line-height: 1;
    gap: 10px;
  }
  .article-blog .entry-footer .list-category a {
    display: block;
    background-color: #e9579b;
    color: #fff;
    font-size: 10px;
    border-radius: 30px;
    padding: 0.6em 1.5em;
    text-decoration: none;
    font-weight: 700;
  }
  .article-blog .nav-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .article-blog .nav-links a {
    display: inline;
    background-color: transparent;
    text-indent: 0;
    padding: 0;
    line-height: 1.5;
  }
  .article-blog .nav-links a::after {
    display: none;
  }
  .article-blog .nav-links a .post-title {
    display: none;
  }
  .article-blog .nav-links .nav-next {
    grid-column: 2;
    align-self: end;
  }
  .article-blog .nav-links .nav-previous {
    grid-column: 1;
  }
  .article-blog .blog-sub {
    margin: 0;
  }
  .article-blog .blog-staff {
    grid-template-columns: 140px 1fr;
    gap: 0 24px;
  }
  .article-blog .blog-staff .name {
    font-size: 24px;
  }
  .article-blog .blog-staff .comment {
    padding: 20px;
    border-radius: 15px;
  }
  .article-blog .blog-staff .comment p {
    font-size: 14px;
  }
}

.list-blog-category .item:not(:last-of-type) {
  margin-bottom: 8px;
}
.list-blog-category a {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: #e9579b;
  background-color: #fff;
  border: 2px solid #e9579b;
  border-radius: 30px;
  text-align: center;
}

.list-blog-staff {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.25vw;
}
.list-blog-staff figure {
  margin-bottom: 5px;
  width: 100%;
}
.list-blog-staff a {
  text-decoration: none;
  color: #565656;
}
.list-blog-staff .name {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .list-blog-staff {
    gap: 2.6041666667vw;
  }
}
@media screen and (min-width: 1024px) {
  .list-blog-staff {
    gap: 20px;
  }
}

.list-blog-excerpt .item:not(:last-of-type) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.list-blog-excerpt .eyechatch {
  margin-bottom: 12px;
}
.list-blog-excerpt .title {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.5;
}
.list-blog-excerpt .title a {
  text-decoration: none;
  color: #565656;
}
.list-blog-excerpt p {
  display: none;
}
.list-blog-excerpt .author {
  margin-bottom: 4px;
  display: block;
  font-size: 12px;
}
.list-blog-excerpt .author a {
  text-decoration: none;
  color: #565656;
  font-weight: 700;
}
.list-blog-excerpt .author a:hover {
  text-decoration: underline;
}
.list-blog-excerpt .date {
  display: block;
  font-size: 10px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .list-blog-excerpt .eyechatch {
    margin-bottom: 20px;
  }
  .list-blog-excerpt .title {
    margin-bottom: 3px;
    font-size: 20px;
  }
  .list-blog-excerpt p {
    display: block;
  }
  .list-blog-excerpt .author {
    margin-bottom: 13px;
    font-size: 14px;
  }
  .list-blog-excerpt .date {
    margin-top: 13px;
    font-size: 12px;
  }
}

.list-blog-thumb {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.25vw;
}
.list-blog-thumb a {
  display: block;
  text-decoration: none;
  color: #565656;
}
.list-blog-thumb figure {
  margin-bottom: 5px;
}
.list-blog-thumb .title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .list-blog-thumb {
    gap: 20px;
  }
}

.list-blog-monthly li a {
  padding: 0.4em 5px;
  display: block;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  text-decoration: none;
  line-height: 1;
  color: #565656;
}
.list-blog-monthly li a::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #e9579b;
  clip-path: polygon(0 0, 100% 50%, 0% 100%);
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}/*# sourceMappingURL=style.css.map */