.display_rule {
  display: none !important;
}

.kv_flex {
  display: flex;
  justify-content: space-between;
}

.kv_div h1 {
  font-size: 20px;
  color: #fff;
  border: none;
  padding: 0;
  margin: 0 0 30px;
  text-align: center;
  line-height: 40px;
  font-weight: normal;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.kv_div img {
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 1));
  width: 100%;
}

.info_a {
  display: inline-block;
  margin-bottom: 12px;
  color: #ddd;
  font-size: 12px;
  float: right;
}

.sns_kv {
  width: 100%;
  height: 50px;
  margin: -55px -55px 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sns_kv p {
  color: #ccc;
  margin: 0 0 0 15px;
  font-size: 16px;
  display: block;
}

.sns_kv a {
  color: #ccc;
  margin: 0 0 0 15px;
  font-size: 18px;
  display: block;
}

footer {
  height: 290px;
}

.nav_icon_footer {
  position: absolute;
  top: 180px;
  right: 0;
  display: flex;
  flex-direction: column;
}

.sns_kv_footer {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sns_kv_footer a {
  color: #595757;
  margin: 0 15px 0 0;
  font-size: 18px;
  display: block;
}

.nav_icon_footer img {
  width: 120px;
}

.sticky_area {
  width: 100%;
  background-color: #f8f8f8;
  padding-bottom: 50px;
}

.sticky_area_inner {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 10px 0 20px;
}

.sticky_area_right {
  position: sticky;
  top: 115px;
  width: 280px;
  height: 500px;
  margin-top: 30px;
}

.sticky_area_right_inner {
  width: 280px;
  height: auto;
}
.sticky_area_right ul {
  margin: 0;
  background-color: #fff;
}
.sticky_area_right ul li {
  border-bottom: solid 1px #eee;
}
.sticky_area_right .mypage {
  margin-bottom: 20px;
}
.sticky_area_right ul .logout {
  margin-top: 20px;
}
.sticky_area_right ul li a {
  display: flex;
  align-items: center;
  padding: 15px 25px;
  font-size: 14px;
  background-color: #fff;
}
.sticky_area_right ul li a:hover {
  background-color: #dfdfdf;
}
.sticky_area_right ul li a span {
  display: inline-block;
}
.sticky_area_left {
  width: 900px;
  margin-top: 30px;
  padding: 20px;
  min-height: 500px;
  background-color: #fff;
}
.pankuzu span {
  position: relative;
  display: inline-block;
  margin-right: 40px;
  font-size: 14px;
}

.pankuzu span:before {
  content: "";
  right: -32px;
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  margin: 7px 0.6rem 2px;
  flex-shrink: 0;
}

.pankuzu span:last-child:before {
  content: none;
}

.pankuzu_1000px {
  width: 1000px;
  margin: 30px auto 10px;
}

.sticky_area_left h1,
.section_www_law h1 {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  font-size: 20px;
  margin: 0;
  height: auto;
  line-height: inherit;
  margin-bottom: 30px;
}

.section_www_rule h1 {
  display: flex;
  align-items: center;
}

.section_www_rule h1 a {
  display: inline-block;
  margin-left: 20px;
  color: #677e98;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sticky_area_left h2 {
  padding: 0;
  font-size: 20px;
  margin: 0;
  height: auto;
  line-height: inherit;
  margin-bottom: 30px;
  text-indent: 20px;
  color: #232323;
  text-align: left;
}

.sticky_area_left h2:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 4px;
  height: 30px;
  background-color: #595757;
}

.section_www_ {
  width: 800px;
  height: auto;
  margin: 0 auto 40px;
  padding: 0;
}

.section_www_config,
.section_www_contact {
  margin: 0 auto 40px;
}

.section_www_law {
  width: 1000px;
  height: auto;
  margin: 50px auto 40px;
  background-color: #fff;
  padding: 20px 50px;
}

.table_administrator th {
  padding: 20px 30px;
  font-size: 14px;
  color: #231815;
  width: 200px;
  font-weight: normal;
  border-bottom: 1px solid #eee;
}

.table_administrator td {
  padding: 20px 0px;
  font-size: 14px;
  color: #231815;
  font-weight: normal;
  border-bottom: 1px solid #eee;
}

.table_administrator tr:nth-child(odd) th,
.table_administrator tr:nth-child(odd) td {
  background-color: #fff;
}

.acd-check {
  display: none;
}

.acd-label {
  color: #231815;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1px;
  margin-right: 0;
  padding: 20px 100px 20px 0;
  position: relative;
  font-size: 16px;
  border-bottom: 1px solid #eee;
}

.acd-label:hover {
  background-color: #f5f5f5;
}

.section_live_ .acd-label:hover {
  background-color: #080808;
}

.qa_question_text,
.qa_answer_text,
.info_text {
  flex: 1;
  text-align: left;
}

.qa_answer_text {
  color: #fff;
}

.qa_answer_text a {
  font-size: 12px;
  color: #fff;
}

.section_live_ .acd-label {
  color: #fff;
  border-bottom: 1px solid #aaa;
}

.section_live_ .acd-label:after {
  background: #080808;
  content: "\3059\3079\3066\898B\308B";
  display: block;
  font-weight: bold;
  height: auto;
  padding: 0 25px;
  position: absolute;
  right: 0;
  top: auto;
  bottom: 10px;
  color: #fff;
  width: 150px;
}

.acd-content {
  display: none;
  background-color: #080808;
  height: 0;
  padding: 0 10px;
  transition: 0.5s;
}

.acd-content_p {
  color: #fff;
  font-size: 14px;
  padding: 0 2%;
}

.acd-content .inner {
  display: flex;
  justify-content: space-between;
}

.acd-check:checked + .acd-label:after {
  content: "\f068";
}

.section_live_ .acd-check:checked + .acd-label:after {
  content: "\9589\3058\308B";
  color: #fff;
}

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  display: block;
  padding: 15px;
  margin-bottom: 10px;
}

.section_live_ {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}

.section_live_left {
  flex: 1;
  height: auto;
  overflow: scroll;
}

.section_live_right {
  width: 350px;
  height: 100%;
  overflow: scroll;
  padding: 0 30px;
}

.sticky {
  position: sticky;
  top: 55px;
}

.contents_desc {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.contents_desc_tag {
  font-size: 14px;
  width: 70px;
  height: 40px;
  height: auto;
  padding: 2px 4px;
  background-color: #ac984e;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  margin: 0 10px 0 0;
}

.contents_desc_day {
  font-size: 16px;
  margin: 0 auto 0 0;
  font-weight: bold;
  color: #fff;
}

.contents_desc_day_ {
  font-size: 10px;
  margin: 0 auto 0 0;
  color: #aaa;
}

.section_live_right h2 {
  margin: 0;
  text-align: left;
  font-size: 16px;
  color: #fff;
  padding: 20px 0 10px;
}

.section_live_right a {
  width: 100%;
  height: auto;
  padding: 20px 0;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #e9edf1;
  color: #fff;
}

.chapter_i {
  width: 40px;
  color: #fff;
}

.chapter_title {
  flex: 1;
  color: #fff;
  font-size: 14px;
  text-align: left;
}

.section_live_right a span {
  color: #ccc;
}

.section_live_right a:hover {
  opacity: 0.7;
  color: #000;
}

.section_live_right a:nth-of-type(1),
.section_live_right .notes_text_box_link_span_:nth-of-type(1) {
  border-top: solid 1px #aaa;
}

/*お知らせ*/

.info_date {
  display: inline-block;
  width: 120px;
  text-align: left;
  color: #595757;
  margin-right: 20px;
  font-size: 12px;
}

/* qa */
.qa_question {
  display: inline-block;
  width: 40px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  margin-right: 20px;
  font-size: 12px;
}

.qa_answer {
  display: inline-block;
  width: 40px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #ccc;
  color: #232323;
  border-radius: 5px;
  margin-right: 20px;
  font-size: 12px;
}

.section_login {
  width: 550px;
  height: 80vh;
  position: relative;
  left: 300px;
  right: 0;
  margin: 45px auto;
  border-radius: 6px;
  padding: 0;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
}

.section_login_inner {
  width: 100%;
}

.section_login img {
  width: 300px;
  display: block;
  margin: 0 auto 20px;
}

.section_login_p {
  text-align: center;
  font-size: 36px;
  letter-spacing: 2;
  margin: 10px auto 0;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.section_login_span {
  font-size: 12px;
  text-align: center;
  color: #fff;
  display: inline-block;
}

.section_www_form p,
.password_re a,
.link_text a {
  color: #fff;
  font-weight: normal;
}

.login_form_input input[type="submit"] {
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  background: #0fba39;
  color: white;
  font-weight: normal;
  width: 180px;
  height: 40px;
  line-height: 42px;
  border: none;
  filter: drop-shadow(0px 3px 2px rgba(98, 125, 130, 0.4));
  border-radius: 8px;
  font-size: 14px;
}

.login_keep {
  width: 180px;
}

.section_login .login_keep label {
  color: #fff;
  font-size: 12px;
}

/* ===============================================
　　LIVE　ここから
=============================================== */
.contein_live_archive {
  width: 100%;
  margin: 0 auto 40px;
}

.contein_live_archive h1 {
  height: 50px;
  line-height: 55px;
  font-size: 22px;
  display: flex;
  align-items: center;
}

.contein_live_archive h1 span {
  display: inline-block;
  width: 60px;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  margin-right: 10px;
  background-color: #000;
  text-align: center;
  color: #fff;
}

.kv_img {
  width: 100%;
  height: 130px;
  margin: 0 auto 50px;
  background: url(/img/common/kv_img.jpg), rgba(255, 255, 255, 1);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.kv_img img {
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 1));
  width: 300px;
  display: block;
  margin: 34px auto 0;
}

.user_icon {
  width: 30px;
  height: 30px;
  margin: 0;
}

.user_icon img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}

.user_name {
  font-size: 12px;
  color: #fff;
}

.box_live_,
.box_archive_ {
  width: 100%;
  padding: 0 3%;
  margin-bottom: 60px;
}

.box_archive_ h1 a {
  display: inline-block;
  width: auto;
  font-size: 14px;
  height: auto;
  line-height: inherit;
  padding: 0;
  margin-left: 20px;
  color: #00a0e9;
  font-weight: normal;
}

.live_inner {
  width: 100%;
  padding: 0;
  position: relative;
}

.archive_inner {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.live_inner ul {
  margin: 0;
  padding: 10px;
  display: flex;
  list-style: none;
}

.live_inner ul li {
  width: 370px;
  height: auto;
  margin-right: 20px;
  background-color: #efe8de;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 3px 3px 8px #ccc;
}

.live_inner ul li:last-child,
.archive_inner a {
  margin: 0;
}

.archive_inner a {
  margin: 0;
  width: 320px;
  height: auto;
  margin-right: 20px;
  background-color: #000;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 3px 3px 8px #ccc;
}

.live_inner ul li a {
  margin: 0;
}

.live_contents_img {
  width: 100%;
  overflow: hidden;
  position: relative;
  object-fit: cover;
  background-color: #ddd;
}

.live_contents_img:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.live_contents_img_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.live_contents_img_inner iframe {
  width: 100%;
  height: 100%;
}

.live_contents_img_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.live_contents_img_inner .no_live_img {
  width: 150px;
  height: auto;
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  margin: -24px auto 0;
  display: block;
}

.mousedragscrollable {
  display: flex;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  padding: 0 0 15px;
  margin: 0 auto;
  cursor: url(/img/common/openhand.cur), move;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
}

.mousedragscrollable::-webkit-scrollbar {
  display: none;
}

.leftbutton,
.rightbutton {
  font-size: 38px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #ccd0d2;
  z-index: 99;
  width: 20px;
  height: 100%;
}

.leftbutton:hover,
.rightbutton:hover {
  opacity: 1;
  color: #afcbdd;
}

.leftbutton {
  left: 0;
  background: linear-gradient(to left, transparent, #fff);
}

.rightbutton {
  right: 0;
  background: linear-gradient(to right, transparent, #fff);
}

.leftbutton span,
.rightbutton span {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.leftbutton span:before,
.rightbutton span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/img/common/arrow.svg);
  background-repeat: no-repeat;
  background-position: 50%;
}

.leftbutton span:before {
  transform: rotate(-90deg);
}

.rightbutton span:before {
  transform: rotate(90deg);
}

.live_contents_desc {
  padding: 10px;
}

.live_contents_desc_tag {
  font-size: 14px;
  width: 70px;
  height: auto;
  padding: 2px;
  background-color: #0fba39;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  margin: 7px 10px 5px 0;
}

.live_contents_desc_tag_ {
  font-size: 14px;
  width: 80px;
  height: auto;
  padding: 2px;
  background-color: #ac984e;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  margin: 0;
  position: absolute;
  left: 5px;
  bottom: 5px;
  border: solid 2px #fff;
}

.live_contents_desc_day {
  margin: 5px auto 5px 0;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-bottom: 4px;
  border-bottom: solid 1px #ddd;
}

.live_contents_desc_day span {
  font-size: 12px;
}

.live_contents_desc_day .day_span {
  font-size: 16px;
}

.live_contents_desc_day .material-symbols-outlined {
  font-size: 20px;
  margin-right: 6px;
}

.desc_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 5px;
}

.archive_inner .desc_flex {
  height: 40px;
}

.archive_inner .desc_flex_column {
  flex: 1;
}

.desc_flex_column {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: calc(100% - 60px);
}

.live_contents_desc_organizer {
  font-size: 10px;
  margin: 0;
  color: #595757;
}

.organizer_name,
.archive_category {
  font-size: 13px;
  margin: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.desc_flex_ {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 60px;
  height: 40px;
}

.desc_flex img {
  display: block;
  margin-left: 5px;
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 4px;
}

.desc_flex span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  width: 40px;
  height: 50px;
  color: #595757;
}

.archive_inner .desc_flex span {
  color: #fff;
}

.archive_inner p {
  color: #fff;
}

.archive_day {
  margin: 0;
  font-size: 12px;
}

.archive_inner .organizer_name,
.archive_inner .archive_category {
  font-size: 12px;
}

.contents_inner ul li {
  background-color: #fff;
}

.contents_inner p {
  color: #595757;
}

.archive_nom,
.archive_category {
  margin: 2px 0;
  font-size: 12px;
}

.archive_price_ {
  font-size: 12px;
  margin: 0;
  color: #ddd;
  text-align: right;
}

.archive_price {
  font-size: 18px;
  margin: 4px 0 0;
  width: 100%;
  color: #ab951d !important;
  text-align: right;
}

.only_tag {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: auto;
  padding: 0 6px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  background: #0fba39;
  border-radius: 4px;
  z-index: 2;
  margin: 0;
  font-size: 10px;
}

.only_tag_ {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: auto;
  padding: 0 6px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  background: #ac984e;
  border-radius: 4px;
  z-index: 2;
  margin: 0;
  font-size: 10px;
}

.live_tag {
  left: 90px;
}

.live_none {
  cursor: pointer;
}

/*　動画コンテンツ*/

.sticky_area_live {
  width: 100%;
  background-color: #f6f6f7;
  padding-bottom: 50px;
}

.sticky_area_live_inner {
  width: 1310px;
  height: auto;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
  padding: 10px 0 20px;
}

.sticky_area_live_left {
  position: sticky;
  top: 110px;
  width: 280px;
  height: 840px;
}

.sticky_area_live_left ul {
  margin: 0;
  width: 100%;
}

.sticky_area_live_left ul li {
  border-bottom: solid 1px #eee;
  background-color: #fff;
  list-style: none;
}

.sticky_area_live_left ul li a {
  display: block;
  padding: 15px 25px;
  font-size: 14px;
  background: url(/img/common/arrow_333.png) no-repeat right;
  background-position: right 20px center;
  position: relative;
  display: flex;
  align-items: center;
}

.sticky_area_live_left ul li a .material-symbols-outlined {
  display: block;
  margin-right: 10px;
}

.sticky_area_live_left ul li a:hover {
  background-color: #eae2c3;
}

.sticky_area_live_right {
  width: 1000px;
  height: auto;
  min-height: 1000px;
  margin-top: 30px;
  padding: 20px;
  background-color: #fff;
}

.sticky_area_live_left_inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.sticky_area_live_left_inner form {
  height: 500px;
  overflow: scroll;
}

.instant_search {
  width: 100%;
  margin: 20px auto;
}

.instant_search input {
  border: solid 1px #ac984e;
  background: none;
  background-color: #fff;
  color: #232323;
  padding: 0 4%;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  font-family: "font Awesome 5 Free";
  box-shadow: 0 1px 4px inset rgba(0, 0, 0, 0.2);
}

.search-area input[type="text"] {
  padding: 5px 5px 3px;
  font-size: 16px;
  border: 1px solid #d6d6d6;
}

.search-area input[type="text"]:focus {
  background: #f9f9f9;
}

.search-result {
  margin-top: 20px;
}

.hit-num__text span {
  font-weight: bold;
}

#search-result__list {
  margin-top: 15px;
}

#search-result__list span {
  display: inline-block;
  margin-right: 15px;
  padding: 5px;
  background: #f2f2f2;
}

.target-area .hidden {
  display: none;
}

.sticky_area_live_category {
  height: 550px;
  overflow: scroll;
}

.sticky_area_live h1 {
  padding: 0;
  font-size: 20px;
  margin: 0;
  height: auto;
  line-height: inherit;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.sticky_area_live h1 .material-symbols-outlined {
  font-size: 40px;
  margin-right: 6px;
  color: #595757;
}

.sticky_area_live h2 {
  padding: 0;
  font-size: 20px;
  margin: 20px 0 0;
  height: auto;
  line-height: inherit;
  margin-bottom: 30px;
  text-indent: 20px;
  position: relative;
}

.sticky_area_live h2:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 4px;
  height: 30px;
  background-color: #595757;
}

.sticky_area_live_right a {
  width: 32%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow: hidden;
  margin: 0 2% 50px 0;
}

.sticky_area_live_right a:nth-of-type(3n) {
  margin-right: 0;
}

.img_live {
  width: 100%;
  overflow: hidden;
  position: relative;
  object-fit: cover;
  background-color: #efe8de;
}

.img_live:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.img_live_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img_live_inner img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.text_live {
  padding: 10px;
  white-space: normal;
  width: 100%;
}

.category_live {
  margin: 10px 0;
  font-size: 12px;
}

.view_live {
  margin: 5px 0 0;
  font-size: 12px;
}

.live_num {
  border-bottom: 1px solid #aaa;
  font-size: 12px;
  padding: 5px 0;
  margin-bottom: 30px;
}

.sticky_area_live_left_inner input[type="radio"] {
  display: none;
}

.sticky_area_live_left_inner label {
  display: block;
  padding: 15px 25px;
  font-size: 14px;
  background: url(/img/common/arrow_333.png) no-repeat right;
  background-color: #fff;
  background-position: right 20px center;
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  margin-right: 0;
}

/*視聴ページ*/

.none_item_ {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100px;
}

.none_item_ .material-symbols-outlined {
  font-size: 80px;
  color: #a4a7a7;
  display: block;
  margin-bottom: 40px;
}

.none_item_ p {
  font-size: 20px;
  text-align: center;
  line-height: 35px;
  margin-top: 15px;
  color: #595757;
}

.none_item_ span {
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  color: #595757;
}

.view_header {
  width: 100%;
  height: 55px;
  line-height: 55px;
  background-color: #000;
  color: #fff;
  padding: 0 2%;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  text-align: center;
  z-index: 1;
}

.view_header_title {
  margin: 0;
  width: 100%;
  text-align: left;
  display: flex;
  text-align: center;
  height: 55px;
  line-height: 55px;
}

.view_header_title span {
  width: 50px;
  font-size: 36px;
  color: #fff;
  margin-right: 6px;
  display: flex;
  text-align: center;
  height: 55px;
  line-height: 55px;
}

.view_header_title a {
  width: 36px;
  color: #fff;
  margin-right: 6px;
  display: flex;
  text-align: center;
  height: 55px;
  line-height: 55px;
  width: 100%;
}

.view_header_title .view_header_title_ {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 55px;
  line-height: 55px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  margin: 0;
  display: block;
  text-align: left;
}

.view_header_logo {
  width: 80px;
  height: auto;
  display: flex;
  text-align: center;
}

.view_header_logo img {
  width: 100%;
  object-fit: contain;
}

.text_wrapper {
  position: relative;
  width: 100%;
  margin: 0 0 50px;
  padding: 0 20px;
}

.text_wrapper_ {
  margin-bottom: 10px;
}

.text_wrapper p {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  padding: 5px 20px 0 0;
}

.text_wrapper .live_text {
  white-space: pre-wrap;
}

.text_wrapper p span {
  font-size: 18px;
  display: block;
  margin-bottom: 0;
  color: #fff;
}

.live_text {
  height: 65px;
  overflow: hidden;
  margin: 0;
}

.show_more {
  position: absolute;
  bottom: -12px;
  left: 0px;
  width: 98%;
  height: 0px;
  padding-top: 35px;
  text-align: right;
  line-height: 10px;
  background: linear-gradient(180deg, rgb(0, 0, 0, 0) 0%, rgb(0, 0, 0, 1) 50%);
  cursor: pointer;
  transition: bottom 0.2s;
  font-size: 14px;
  color: #fff;
}

.active {
  background: none;
  bottom: -10px;
}

.section_live_left::-webkit-scrollbar,
.section_live_right::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.section_live_left,
.section_live_right {
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.contents_desc_day {
  display: flex;
  align-items: center;
}

.contents_desc_day .material-symbols-outlined {
  margin-right: 6px;
  color: #fff;
}

.section_live_right input[type="submit"] {
  background: none;
  text-align: left;
  padding: 5px 10px;
  font-size: 12px;
  width: 100%;
  background: url(/img/common/arrow.png) no-repeat right #121212;
  background-position: right 20px center;
  background-size: 4px;
  border-bottom: 1px solid #aaa;
  border-radius: 0;
}

.text_wrapper p .live_text_name {
  font-size: 12px;
  color: #fff;
}

.notes_text_box {
  width: 100%;
  height: auto;
  padding: 15px;
  border: solid 1px #aaa;
  border-radius: 3px;
  margin: 0;
}

.notes_text_box p {
  color: #fff;
  font-size: 13px;
  margin: 0 0 10px;
}

.notes_text_box .notes_text_box_link {
  font-size: 12px;
  color: #fff;
  margin-top: 0px;
  display: flex;
  align-items: center;
}

.notes_text_box .notes_text_box_link span {
  color: #fff;
  font-size: 24px;
  margin-right: 6px;
}

.notes_text_box .notes_text_box_p {
  font-size: 10px;
  margin: 10px 0 0;
}

.notes_text_box a,
.notes_text_box .notes_text_box_link_span_ {
  display: block;
  width: 100%;
  text-align: left;
  color: #fff;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  font-size: 12px;
  border: none;
  padding: 15px 0 0;
}

.section_live_right .notes_text_box a:hover {
  color: #fff;
}

.live_play {
  position: relative;
  top: -100px;
  left: 0;
  right: 0;
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  transition: 0.2s;
  z-index: 2;
}

.live_play:hover {
  opacity: 1;
}

.live_play:before,
.live_play:after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 80px;
  height: 80px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  background: #ac984e;
  transform: translate3d(0, 0, 0);
  z-index: 0;
  display: flex;
  justify-content: center;
  align-content: center;
}

@keyframes anime {
  0% {
    transform: scale(0.75);
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  to {
    transform: scale(3, 3);
    opacity: 0;
  }
}

.live_play:before {
  animation: anime 2s ease-out infinite;
}

.live_play:after {
  animation: anime 2s ease-out 0.45s infinite;
}

.live_play span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  color: #fff;
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #ac984e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.new_contents_tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 65px !important;
  height: auto !important;
}

.held_tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px !important;
  height: auto !important;
}

/* ===============================================
　　top　ここから
=============================================== */
.section_kv {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url(/img/common/neon_kv_01.jpg), rgba(0, 0, 0, 1);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.kv_div {
  width: 600px;
  height: 400px;
  position: absolute;
  top: -100px;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.kv_div p {
  text-align: center;
  margin-top: 80px;
  color: #fff;
  width: 350px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kv_div a {
  color: #fff;
  font-size: 14px;
  width: 70px;
  display: inline-block;
}

.kv_div a:hover {
  color: #ac984e;
  opacity: 1;
}

.kv_bottom_area {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  background: #000;
}

.kv_bottom_area_inner {
  width: 600px;
  margin: 20px auto;
}

.kv_bottom_area_inner p {
  font-size: 14px;
  color: #fff;
  margin: 5px 0;
}

.kv_bottom_area_inner .kv_bottom_area_inner_p {
  color: #ac984e;
  font-size: 16px;
  font-weight: 400;
  font-family: "Fredericka the Great", cursive;
  font-style: italic;
}

.kv_bottom_area_inner h1 {
  font-size: 22px;
}

.kv_bottom_area_inner .floor_guide_p {
  color: #262626;
}

.floor_guide_a {
  display: block;
  text-align: right;
  color: #595757;
  font-size: 12px;
}

.star-box01 {
  height: 150px;
  width: 150px;
  transform: rotateZ(50deg);
  position: absolute;
  top: 150px;
  right: 230px;
}

.star01 {
  height: 0;
  width: 1px;
  background: linear-gradient(transparent, rgb(255, 255, 255));
  animation: shooting01 20s linear infinite;
  animation-delay: 3s;
}

@keyframes shooting01 {
  0% {
    height: 0;
    opacity: 0;
  }

  2% {
    height: 90px;
    opacity: 1;
  }

  4% {
    height: 120px;
    opacity: 0.5;
  }

  8% {
    height: 120px;
    opacity: 0;
  }

  100% {
    height: 0;
    opacity: 0;
  }
}

.star-box02 {
  height: 150px;
  width: 150px;
  transform: rotateZ(30deg);
  position: absolute;
  top: 90px;
  left: 240px;
}

.star02 {
  height: 0;
  width: 1px;
  background: linear-gradient(transparent, rgb(255, 255, 255));
  animation: shooting02 20s linear infinite;
  animation-delay: 16s;
}

@keyframes shooting02 {
  0% {
    height: 0;
    opacity: 0;
  }

  2% {
    height: 120px;
    opacity: 1;
  }

  4% {
    height: 140px;
    opacity: 0.5;
  }

  8% {
    height: 140px;
    opacity: 0;
  }

  100% {
    height: 0;
    opacity: 0;
  }
}

.star-box03 {
  height: 100px;
  width: 100px;
  transform: rotateZ(-50deg);
  position: absolute;
  top: 400px;
  left: 270px;
}

.star03 {
  height: 0;
  width: 1px;
  background: linear-gradient(transparent, rgb(255, 255, 255));
  animation: shooting03 20s linear infinite;
  animation-delay: 10s;
}

@keyframes shooting03 {
  0% {
    height: 0;
    opacity: 0;
  }

  2% {
    height: 60px;
    opacity: 1;
  }

  4% {
    height: 80px;
    opacity: 0.5;
  }

  8% {
    height: 80px;
    opacity: 0;
  }

  100% {
    height: 0;
    opacity: 0;
  }
}

.star-box04 {
  height: 100px;
  width: 100px;
  transform: rotateZ(-50deg);
  position: absolute;
  top: 250px;
  right: 160px;
}

.star04 {
  height: 0;
  width: 1px;
  background: linear-gradient(transparent, rgb(250, 67, 67));
  animation: shooting04 20s linear;
  animation-delay: 38s;
}

@keyframes shooting04 {
  0% {
    height: 0;
    opacity: 0;
  }

  2% {
    height: 60px;
    opacity: 1;
  }

  4% {
    height: 80px;
    opacity: 0.5;
  }

  8% {
    height: 80px;
    opacity: 0;
  }

  100% {
    height: 0;
    opacity: 0;
  }
}

/* ---- top ---- */
/* ===============================================
　　ログイン　ここから
=============================================== */

.entrance_regist_p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  font-family: "Fredericka the Great", cursive;
  letter-spacing: 2;
  margin: 0 auto;
  color: #ac984e;
}

.entrance_regist_span {
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  font-family: "Fredericka the Great", cursive;
  display: inline-block;
  padding-bottom: 14px;
  color: #ac984e;
}

.section_www_form {
  width: 350px;
  margin: 0 auto;
}

.link_text {
  margin-top: 50px;
}

.link_text p {
  font-size: 14px;
  color: #fff;
  width: 100%;
  text-align: center;
}

.link_text a {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.login_form_input {
  margin: 30px auto 0;
  width: 350px;
}

.login_form_input p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}

.login_form_input input[type="text"] {
  width: 100%;
  height: 40px;
  border: 0.5px solid #b5b5b6;
  background-color: #fff;
  border-radius: 3px;
  outline: none;
  padding: 10px;
  line-height: 40px;
}

.login_form_input input[type="password"] {
  width: 100%;
  height: 40px;
  border: 0.5px solid #b5b5b6;
  background-color: #fff;
  border-radius: 3px;
  outline: none;
  padding: 10px;
  line-height: 40px;
}

.login_keep input[type="checkbox"] {
  border-radius: 0;
}

.password_re a {
  font-size: 12px;
}

p.login_keep {
  text-align: left;
  margin-top: 5px;
}

p.login_keep label {
  font-size: 12px;
  position: relative;
  top: -2px;
}

.login_form_input input[type="submit"] {
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  background: #0fba39;
  border-bottom: 2px solid #719202;
  color: white;
  font-weight: normal;
  width: 250px;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 3px;
  font-size: 20px;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de,
    0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
}

input[type="submit"]:hover {
  opacity: 0.9;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}

.popup.is-show {
  opacity: 1;
  visibility: visible;
}

.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
  padding: 50px 60px;
  background-color: #fff;
  z-index: 2;
  opacity: 0.9;
  border-radius: 3px;
  box-shadow: 2px 2px 10px #ac984e;
}

.popup-inner_alert {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 550px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #919fba;
}

.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}

.close-btn i {
  font-size: 30px;
  color: #ac984e;
  line-height: 60px;
}

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  cursor: pointer;
  filter: blur(10px);
}

.black-bg_alert {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  cursor: pointer;
  filter: blur(10px);
}

#js-show-popup {
  border: none;
  background: none;
  font-size: 12px;
  color: #ac984e;
  height: auto;
  text-align: right;
  width: 100%;
}

#js-show-popup:hover {
  color: #fff;
}

.section_www_regist_info {
  width: 100%;
  padding: 30px 50px;
}

.section_www_regist_info h1 {
  font-size: 20px;
  font-weight: bold;
  color: var(--textColorMain);
}

.section_www_regist_info p {
  font-size: 14px;
  color: #595757;
}

.flex_box_alert {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.close-btn_alert {
  width: 45%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: #1b65eb;
  border: solid 1px #ccc;
  border-radius: 4px;
}

.floor_guide_p .alert_a {
  color: #106f51 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.close-btn_alert:hover {
  background-color: #c2d0ea;
  transition: 0.2s;
}

.flex_box_alert #submit-btn_alert {
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  background: #1b65eb;
  color: white;
  font-weight: normal;
  width: 45%;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
}

/* ---- ログイン ---- */
/* ===============================================
　　リマインダー
=============================================== */
.section_www_reminder {
  width: 800px;
  height: auto;
  margin: 60px auto;
  background: rgba(0, 0, 0, 0.4);
  padding: 70px 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.section_reminder_inner {
  width: 400px;
  margin: 0 auto;
}

.section_www_reminder p {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-top: 0px;
  font-weight: bold;
}

.section_www_reminder_form p {
  font-size: 14px;
  color: #fff;
  text-align: left;
  margin: 30px 0 0;
  font-weight: normal;
}

.section_www_reminder_form input[type="text"] {
  width: 400px;
  height: 40px;
  background-color: #fff;
  border: solid 1px #c9caca;
  font-size: 16px;
  padding: 5px 15px;
  border-radius: 3px;
}

/* ---- リマインダー ---- */
/* ===============================================
　　登録フォーム　ここから
=============================================== */
.section_www_regist {
  width: 700px;
  height: auto;
  margin: 0 auto 90px;
  padding: 10px 4%!important;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background-color: #000;
}

.flow-area {
  width: 100%;
  text-align: center;
  margin-top:40px;
}

.flow-area img {
  width:280px;
  display: block;
  margin:auto;
}

.section_www_regist_inner {
  width: 400px;
  padding: 0;
  margin: 0 auto;
}

.rule_box {
  width: 100%;
  padding: 10px;
  border: solid 1px #aaa;
  height: 120px;
  overflow-y: scroll;
  color: #fff;
  margin-top: 20px;
}
.rule_box li,.rule_box h4 {
  color: #fff;
  font-size: 12px;
}
.rule_box h4 {
  margin-top: 20px;
}
.smp_450_on {
  display: none;
}

.name_regi_input01 {
  width: 195px !important;
  float: left;
}

.name_regi_input02 {
  width: 195px !important;
  float: left;
  margin-left: 10px;
  margin-bottom: 30px;
}

.section_www_regist h1 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin: 0;
  letter-spacing: 3;
  height: 50px;
}

.section_www_regist p {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-bottom: 45px;
}

.regist_div_form p {
  font-size: 14px;
  color: #fff;
  text-align: left;
  margin: 28px 0 2px;
}

.regist_div_form input[type="text"] {
  width: 400px;
  height: 40px;
  background-color: #fff;
  border: solid 1px #c9caca;
  font-size: 16px;
  padding: 5px 15px;
  border-radius: 3px;
}

.regist_div_form span {
  font-size: 10px;
  color: #fff;
  text-align: left;
  margin: 2px 0;
  display: block;
}

.regist_div_form_checkbox {
  text-align: left;
  margin: 20px 0 10px;
}

.regist_div_form_checkbox input[type="checkbox"] {
  position: relative;
  top: 3px;
}

.regist_div_form_checkbox label {
  font-size: 12px;
  text-align: left;
  margin: 20px 0 8px;
  user-select: none;
  color: #fff;
}

.regist_div_form_checkbox p {
  font-size: 12px;
  text-align: left;
  margin: 0;
  user-select: none;
  text-indent: 25px;
}

.regist_div_form_checkbox a {
  color: #fff;
}

.regist_div_form_checkbox a:hover {
  opacity: 0.8;
}

.input_next___buttonstyle input[type="submit"] {
  color: #fff;
  width: 250px;
  height: 40px;
  background-color: #93bace;
  border-bottom: 2px solid #929899;
  outline: none;
  line-height: 40px;
  background-image: none;
  letter-spacing: 2;
  margin: 40px auto;
  border-radius: 3px;
}

.regi_form_input input[type="submit"],
.regi_form_input button {
  color: #fff;
  width: 300px;
  height: 40px;
  background-color: #0fba39;
  border-bottom: 2px solid #719202;
  outline: none;
  line-height: 40px;
  background-image: none;
  letter-spacing: 2;
  margin: 40px auto;
  border-radius: 3px;
  font-size: 16px;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de,
    0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
}

.regi_form_input button {
  margin-top: 5px;
}

.regi_span_mt40px {
  margin-top: 40px;
  color: #c30d23;
  font-size: 10px;
  display: block;
}

.section_www_regist .paid_title {
  color: #0fba39;
  font-size: 14px;
  margin: 10px auto;
}

.paid_ruby {
  font-size: 12px;
  
}

.section_www_regist .paid_price {
  font-size: 20px;
  margin: 20px auto;
}

.section_www_regist .paid_price span {
  font-size: 14px;
  color: #fff;
}

.MyCardElement {
  margin: 0 auto;
  width: 400px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border: solid 1px #c9caca;
  font-size: 16px;
  padding: 5px 15px;
  border-radius: 3px;
}

.input_next___buttonstyle a {
  color: #fff;
  width: 300px;
  height: 40px;
  background-color: #93bace;
  border-bottom: 2px solid #929899;
  font-size: 16px;
  outline: none;
  line-height: 40px;
  background-image: none;
  letter-spacing: 2;
  margin: 40px auto;
  border-radius: 3px;
  display: block;
}

.table_form_contact input[readonly] {
  background-color: #fafafa !important;
}

.table_form_contact .gray_bg {
  background-color: #fafafa;
}

.input_Yes___buttonstyle input[type="submit"] {
  color: #fff;
  width: 300px;
  height: 40px;
  background-color: #0fba39;
  border-bottom: 2px solid #719202;
  font-size: 14px;
  outline: none;
  line-height: 40px;
  background-image: none;
  letter-spacing: 2;
  margin: 55px auto 0;
  border-radius: 3px;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de,
    0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
}

.input_No___buttonstyle input[type="submit"] {
  color: #fff;
  width: 300px;
  height: 40px;
  background-color: #b0a6bb;
  border-bottom: 2px solid #adacaf;
  font-size: 14px;
  outline: none;
  line-height: 40px;
  background-image: none;
  letter-spacing: 2;
  margin: 45px auto 20px;
  border-radius: 3px;
}

.input_No___buttonstyle a {
  color: #fff;
  width: 300px;
  height: 40px;
  background-color: #b0a6bb;
  border-bottom: 2px solid #adacaf;
  font-size: 14px;
  outline: none;
  line-height: 40px;
  background-image: none;
  letter-spacing: 2;
  margin: 10px auto 20px;
  border-radius: 3px;
  display: block;
}

.back_link_a {
  font-size: 12px;
  color: #595757;
  text-align: center;
  margin-top: 30px;
  display: block;
}

.login_link_a {
  font-size: 10px;
  color: #595757;
  text-align: left;
  margin: 0px;
  display: block;
}

.comp_ img {
  width: 400px;
  text-align: center;
  mix-blend-mode: screen;
}

.comp_ .contact_BOX_welcome {
  position: relative;
  padding-top: 20px;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}

.comp_ .contact_BOX_p {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0 0 45px;
}

.comp_ .contact_BOX_p_sub {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin-top: -10px;
  text-align: center;
}

.regist_div_form .reminder_form_p {
  font-size: 12px;
  color: #93bace;
  text-align: left;
  margin: 28px 0 2px;
}

/* ---- 登録フォーム ---- */
/* ===============================================
　　利用規約　ここから
=============================================== */
.section_www_rule {
  width: 800px;
  height: auto;
  margin: 0 auto 40px;
  padding: 0;
  box-sizing: border-box;
}

.section_www_rule h4 {
  font-size: 14px;
  font-weight: bold;
  color: #231815;
  margin-top: 50px;
}

.section_www_rule p {
  font-size: 14px;
  color: #595757;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0;
  line-height: 1.6;
}

.section_www_rule li {
  font-size: 14px;
  color: #595757;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.6;
}

/* ---- 利用規約 ---- */
/* ===============================================
　　特商法　ここから
=============================================== */
.table_form_law {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1px;
  margin: 40px 0;
}

.table_form_law th {
  width: 250px;
  padding: 12px 0 12px 55px;
  font-size: 12px;
  color: #595757;
  text-align: left;
}

.table_form_law td {
  padding: 12px 55px 12px 0;
  font-size: 12px;
  color: #595757;
}

.table_form_law tr:nth-child(odd) th,
.table_form_law tr:nth-child(odd) td {
  background-color: #fbf6e6;
}

.table_form_law tr:nth-child(even) th,
.table_form_law tr:nth-child(even) td {
  background-color: #f7f0d9;
}

.text_kerning {
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt" 1;
}

/* ---- 特商法 ---- */
/* ===============================================
　　運営会社　ここから
=============================================== */
.section_www_law h3 {
  margin-bottom: 20px;
}

/* ---- 運営会社 ---- */
/* ===============================================
　　お問い合わせ　ここから
=============================================== */
.section_www_contact {
  width: 800px;
  height: auto;
  margin: 0 auto 40px;
  padding: 0;
  box-sizing: border-box;
}

.section_www_contact p {
  margin-bottom: 70px;
}

.section_www_contact p {
  line-height: 1.5;
}

.table_form_contact {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1px;
  margin: 10px auto 25px;
}

.table_form_contact th {
  width: 250px;
  padding: 12px 0 12px 55px;
  font-size: 12px;
  color: #595757;
  text-align: left;
}

.table_form_contact td {
  padding: 12px 55px 12px 0;
  font-size: 12px;
  color: #595757;
}

.table_form_contact tr:nth-child(odd) th,
.table_form_contact tr:nth-child(odd) td {
  background-color: #fbf6e6;
}

.table_form_contact tr:nth-child(even) th,
.table_form_contact tr:nth-child(even) td {
  background-color: #f7f0d9;
}

.table_form_contact input[type="text"] {
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: solid 1px #c9caca;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 3px;
}

.table_form_contact textarea {
  width: 100%;
  min-height: 100px;
  background-color: #fff;
  border: solid 1px #c9caca;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 3px;
}

.input_next___buttonstyle input[type="button"] {
  color: #fff;
  width: 300px;
  height: 40px;
  background-color: #93bace;
  border-bottom: 2px solid #929899;
  font-size: 14px;
  outline: none;
  line-height: 40px;
  background-image: none;
  letter-spacing: 2;
  margin: 40px auto 0;
  border-radius: 3px;
}

/* ---- お問い合わせ ---- */
/* ===============================================
　　サービス　ここから
=============================================== */
/* ===============================================
　　１day講座　ここから
=============================================== */
.kv_service {
  width: 100%;
}

.kv_service img {
  width: 100%;
}

.section_neon_contain_960 {
  width: 960px;
  margin: 0 auto 40px;
}

.section_contain_style01 {
  width: 100%;
  background-image: url(/img/common/original_2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.section_contain_style02 {
  width: 100%;
  background-color: #c0bfc0;
  padding: 30px 0 70px;
}

.section_contain_style02 .inner {
  width: 550px;
  margin: 0 auto 40px;
}

.section_neon_contain_960 h2,
.section_contain_style02 h2 {
  width: 100%;
  text-align: center;
  margin: 60px auto 80px;
  padding: 0;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  color: #262626;
}

.section_neon_contain_960 h2:before,
.section_contain_style02 h2:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 2px;
  background-color: #535353;
}

.section_neon_contain_960 h2 span {
  color: #8c7a7a;
}

.section_contain_style02 h2 span {
  color: #fff;
}

.pera1_ul,
.pera1_ul_ {
  width: 550px;
  margin: auto;
}

.pera1_ul .material-symbols-outlined,
.pera1_ul_ .material-symbols-outlined {
  position: relative;
  top: 4px;
}

.pera1_ul li {
  width: 100%;
  margin: auto;
  color: #535353;
  font-size: 24px;
  list-style: 1.5;
}

.pera1_ul li span {
  display: inline-block;
  margin-right: 6px;
  font-weight: bold;
}

.pera1_ul_ li {
  width: 100%;
  margin: auto;
  color: #232323;
  font-size: 24px;
  list-style: 1.5;
}

.pera1_ul_ li span {
  display: inline-block;
  margin-right: 6px;
  font-weight: bold;
  color: #fff;
}

.section_neon_contain_960 .span_ {
  color: #8c7a7a;
  margin: 0;
}

.entry_btn {
  width: 100%;
  height: 80px;
  border-radius: 20px;
  margin: 80px auto 90px;
  background-color: #000;
}

.entry_btn a {
  display: block;
  line-height: 80px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.entry_btn a span {
  color: #fff;
  font-size: 50px;
}

.contents_area {
  width: 960px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
}

.contents_area_left {
  width: 250px;
  margin-right: 50px;
}

.contents_area_left img {
  width: 100%;
}

.contents_area_left {
  flex: 1;
}

.pic_text {
  width: 100%;
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.section_contain_style03 {
  width: 100%;
  height: 600px;
  background-image: url(/img/common/original_3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.section_contain_style03:after {
  content: "";
  position: absolute;
  top: 0;
  left: -46%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: skew(-16deg);
  -ms-transform: skew(-16deg);
  transform: skew(-16deg);
  z-index: 1;
}

.contents_area_3 {
  width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.contents_area_3 p {
  margin: 0px auto 30px 0;
  font-size: 18px;
  letter-spacing: 3;
}

.contents_area_3 .contents_area_p_title {
  margin-top: 200px;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 1;
}

.pic_4point {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.pic_4point > div {
  width: 270px;
  text-align: center;
}

.pic_4point img {
  width: 100%;
  object-fit: cover;
  background-color: #fff;
}

.pic_title {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #595757;
}

.contents_area_4 {
  width: 100%;
  margin: 0 auto 40px;
  display: flex;
}

.contents_area_left_4 {
  width: 50%;
  margin-right: 50px;
}

.contents_area_left_4 img {
  width: 100%;
}

.contents_area_right_4 {
  flex: 1;
}

.pera1_ul_4 {
  width: 550px;
  margin: 100px 0 0;
}

.pera1_ul_4 li {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  color: #535353;
  font-size: 24px;
  margin-bottom: 10px;
}

.pera1_ul_4 li span {
  display: block;
  margin-right: 6px;
  font-weight: bold;
  color: #232323;
}

.pera1_ul_4 li .span_ {
  display: block;
  margin-right: 6px;
  font-weight: bold;
  color: #8c7a7a;
}

.c_menu_box {
  width: 100%;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #ddd;
}

.c_menu_box_left,
.c_menu_box_right_ {
  flex: 1;
}

.menu_nam {
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu_nam span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  background-color: #595757;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  margin-left: 10px;
}

.menu_title {
  font-size: 34px;
  margin: 10px 0;
}

.menu_text {
  font-size: 16px;
}

.c_menu_box_right {
  width: 270px;
  margin-left: 80px;
}

.c_menu_box_left_ {
  width: 270px;
  margin-right: 80px;
}

.c_menu_box_right img,
.c_menu_box_left_ img {
  width: 100%;
}

.table_box {
  width: 960px;
  margin: 0 auto;
  height: auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}

.section_contain_style02 table,
.section_contain_style02 .table_qa {
  text-align: center;
  width: 600px;
  margin: 0 auto;
}

.section_contain_style02 tr th,
.section_contain_style02 tr td {
  background: none;
  font-size: 20px;
  color: #595757;
  padding: 0;
}

.section_contain_style02 tr th {
  width: 150px;
  padding: 15px 0;
  border-bottom: solid 1px #595757;
}

.section_contain_style02 tr td {
  font-size: 16px;
  padding: 15px 0;
  border-bottom: solid 1px #595757;
}

.section_neon_contain_960 .table_qa tr th {
  display: block;
  width: 40px;
  padding: 15px 0;
}

.section_neon_contain_960 .table_qa tr th span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 40px;
  background-color: #595757;
  color: #fff;
  font-size: 19px;
}

.section_neon_contain_960 .table_qa tr th .answer {
  background-color: #aaa;
  color: #232323;
  font-weight: bold;
}

.section_neon_contain_960 .table_qa tr td {
  font-size: 16px;
  padding: 15px 0 15px 20px;
  border-bottom: solid 1px #ddd;
}

/* ---- １day講座 ---- */
/* ===============================================
　　サロン会員募集　ここから
=============================================== */
.kv_salon {
  width: 100%;
  height: 800px;
  position: relative;
  background: url(/img/common/salon_kv.jpg), rgba(0, 0, 0, 1) no-repeat;
  background-position: 0 -120px;
  background-size: cover;
}

.kv_salon:before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #fff;
  content: "";
}

.kv_salon img,
.salon_contain_960 img {
  display: block;
  margin: 0 auto;
}

.kv_salon .img_01 {
  position: absolute;
  top: 30px;
  left: 30px;
}

.kv_salon .img_02 {
  width: 96%;
  margin: 30px auto 0;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}

.kv_salon div {
  position: absolute;
  width: 45%;
  top: 230px;
  right: 0;
  padding: 0 10px;
}

.kv_salon .img_03 {
  width: 50%;
}

.kv_salon .img_04 {
  width: 600px;
  margin-bottom: 30px;
  filter: drop-shadow(1px 1px 0px rgba(15, 186, 57, 0.4));
}

.salon_contain_960 .img_salon_title {
  width: 350px;
  margin: 70px auto;
}

.salon_contain_960 .img_salon_origin {
  width: 800px;
  margin-bottom: 90px;
}

.salon_contain_960 p {
  text-align: center;
  font-size: 20px;
}

.line_marker_pink {
  background: linear-gradient(transparent 60%, #ff9ed8 30%);
}

.line_marker_green {
  background: linear-gradient(transparent 60%, #C4FF00 30%);
}

.fontsize_strong {
  font-weight: bold;
  font-size: 32;
}

.fontsize_strong_ {
  font-weight: bold;
  font-size: 24;
}

.salon_start,
.salon_price {
  width: 100%;
  margin: 70px auto;
}

.salon_start img,
.salon_price img {
  width: 100%;
  margin: auto;
}

.salon_contain_960 .img_salon_banner {
  width: 800px;
  margin: auto;
  margin-bottom: 10px;
}

.salon_contain_960_ {
  margin: 100px auto;
}

.salon_contain_960_ .img_03 {
  margin: 0 auto;
  width: 50%;
}

.salon_contain_960 .p_lh {
  line-height: 2;
  font-size: 30px;
  font-weight: bold;
}

.salon_contain_960_ .img_04 {
  width: 600px;
  margin-bottom: 30px;
  filter: drop-shadow(1px 1px 0px rgba(15, 186, 57, 0.4));
}

/* ---- 　　サロン会員募集　ここから ---- */

.view_only_color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  mix-blend-mode: multiply;
  background: rgba(35, 24, 21, 0.6);
}

.view_only_text {
  position: absolute;
  top: 50%;
  margin: -18px auto 0;
  width: 100%;
}

.view_only_text p {
  text-align: center;
  color: #fff;
  font-family: futura;
  font-size: 18px;
  letter-spacing: 6;
}

.view_only_fff {
  display: inline-block;
  margin: 0 auto;
  border-radius: 3px;
  border: solid 1px #fff;
  color: #fff;
  padding: 8px 15px;
  position: absolute;
  left: 0;
  right: 0;
  width: 230px;
  text-align: center;
}

.comp__ {
  width: 600px;
}

h2 {
  padding: 0;
  margin-top: 30px;
  color: #fff;
  text-align: center;
}

.comp__ a {
  color: #fff;
  text-decoration: underline;
}

.tokuten {
  width: 100%;
  padding: 30px;
  border: solid 1px #fff;
  margin-bottom: 30px;
}
.tokuten h2 {
  margin-bottom: 30px;
}
.comp__ p {
  margin-bottom: 30px;
}
