@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

html {
  background-color: #fff;
  font-family: YakuHanJP, "M PLUS 1p", sans-serif;
  font-style: normal;
  color: #1e272e;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html input:focus {
  outline: none;
}
html a {
  text-decoration: none;
}
html img {
  vertical-align: bottom;
}

#container {
  max-width: 1920px;
  max-width: 1600px;
  min-width: 1000px;
  min-height: 100vh;
  margin: 0 auto;
}

#debug {
  padding-bottom: 15px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 1.4em;
}
#debug dt {
  font-weight: 700;
}
#debug dt:after {
  display: inline-block;
  padding-right: 5px;
  content: ":";
}
#debug dd {
  padding-right: 15px;
}
#debug #debug_logout {
  cursor: pointer;
}
#debug #debug_logout:hover {
  opacity: 0.5;
}

#header {
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#header h1 {
  -webkit-flex: 1 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 30px;
}
#header h1 a {
  display: block;
  width: 218px;
  height: 30px;
  background-image: url(../img/logo.png);
  background-size: 178px 30px;
  background-position: 20px 0;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}
#header h1 a:hover {
  opacity: 0.6;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#header .search_box {
  padding-right: 20px;
}
#header .search_box .search_box_form {
  position: relative;
  top: 3px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#header .search_box input[type=text] {
  width: 300px;
  height: 38px;
  padding: 0 15px;
  border-radius: 15px 0 0 15px;
  border: 1px solid #808e9b;
  border-right: none;
  font-size: 16px;
  line-height: 38px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px #c0c0c0 inset;
          box-shadow: 0 1px 3px #c0c0c0 inset;
}
#header .search_box input[type=submit] {
  position: relative;
  width: 50px;
  height: 38px;
  padding: 0;
  border-radius: 0 15px 15px 0;
  border: 1px solid #808e9b;
  background-color: #d2dae2;
  background-image: url(../img/magnifying-glass-bold.svg);
  background-size: 20px 20px;
  background-position: 13px 8px;
  background-repeat: no-repeat;
  color: #1e272e;
  font-size: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
#header .search_box input[type=submit]:hover {
  background-color: #bfc8d2;
}

#footer {
  margin: 40px 20px 0;
  padding: 12px 0 40px;
  border-top: 1px solid #eff1f4;
  color: #808e9b;
  font-size: 11px;
  line-height: 16px;
}
#footer p {
  margin-bottom: 5px;
}
#footer a {
  color: #808e9b;
  text-decoration: underline;
}
#footer a:hover {
  opacity: 0.5;
}

#content_wrapper {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#content_wrapper #global_nav {
  width: 220px;
}
#content_wrapper #global_nav h2 {
  margin: 20px 0 12px;
  padding: 0 0 5px 20px;
  border-bottom: 2px solid #eff1f4;
  font-weight: 700;
}
#content_wrapper #global_nav h2 i {
  position: relative;
  top: 3px;
  padding-right: 10px;
  font-size: 22px;
}
#content_wrapper #global_nav ul li {
  display: block;
  position: relative;
  width: 220px;
  height: 40px;
}
#content_wrapper #global_nav ul li.new::after {
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 9px;
  left: 35px;
  background-color: #f53b57;
  border-radius: 50%;
  content: "";
}
#content_wrapper #global_nav ul li a, #content_wrapper #global_nav ul li div {
  display: block;
  width: 192px;
  height: 40px;
  padding-left: 20px;
  padding-right: 8px;
  border-radius: 0 15px 15px 0;
  color: #1e272e;
  line-height: 40px;
  white-space: nowrap; /* 折り返し無しにする */
  overflow: hidden; /* はみ出た部分を非表示 */
  text-overflow: ellipsis; /* 語尾を3点リーダーに */
}
#content_wrapper #global_nav ul li a i, #content_wrapper #global_nav ul li div i {
  position: relative;
  top: 3px;
  padding-right: 10px;
  font-size: 22px;
}
#content_wrapper #global_nav ul li a .thumbnail, #content_wrapper #global_nav ul li div .thumbnail {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  top: 5px;
  border-radius: 11px;
  background-color: #f0f0f0;
  background-size: cover;
}
#content_wrapper #global_nav ul li a, #content_wrapper #global_nav ul li #logout {
  cursor: pointer;
}
#content_wrapper #global_nav ul li a:hover, #content_wrapper #global_nav ul li #logout:hover {
  background-color: #eff1f4;
}
#content_wrapper #global_nav ul li div:not(#logout) {
  opacity: 0.2;
}
#content_wrapper #global_nav ul li div:not(#logout) .thumbnail {
  width: 20px;
  height: 20px;
  border: 1px solid #1e272e;
  background-color: #fff;
  opacity: 0.5;
  background-size: cover;
}
#content_wrapper #global_nav ul li.hide {
  display: none;
}
#content_wrapper .content_main {
  width: calc(100% - 260px);
  padding: 0 20px 0;
}

.section_movie_list {
  padding-bottom: 20px;
}
.section_movie_list .header {
  padding: 0 0 15px;
}
.section_movie_list .header > h2, .section_movie_list .header > h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 2px solid #d2dae2;
}
.section_movie_list .header > h2 i, .section_movie_list .header > h3 i {
  position: relative;
  padding-right: 5px;
  top: 3px;
  font-size: 30px;
  line-height: 30px;
}
.section_movie_list .inner {
  width: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.section_movie_list .inner .none {
  margin-bottom: 30px;
}
.section_movie_list .inner .article_movie {
  position: relative;
  width: calc((100% - 30px) / 3);
  margin-bottom: 30px;
}
.section_movie_list .inner .article_movie .thumbnail {
  display: block;
  width: 100%;
  border-radius: 15px;
  aspect-ratio: 1920/1080;
  background-color: #f0f0f0;
  background-size: cover;
}
.section_movie_list .inner .article_movie .thumbnail:hover {
  opacity: 0.5;
}
.section_movie_list .inner .article_movie > h3, .section_movie_list .inner .article_movie > h4 {
  display: -webkit-box; /* 必須 */
  padding: 12px 10px 0 0;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 2; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}
.section_movie_list .inner .article_movie > h3 a, .section_movie_list .inner .article_movie > h4 a {
  color: #1e272e;
}
.section_movie_list .inner .article_movie > h3 a:hover, .section_movie_list .inner .article_movie > h4 a:hover {
  opacity: 0.5;
}
.section_movie_list .inner .article_movie .user_link {
  display: block;
  margin-top: 5px;
}
.section_movie_list .inner .article_movie .user_link p {
  font-size: 14px;
  line-height: 20px;
  color: #808e9b;
  white-space: nowrap; /* 折り返し無しにする */
  overflow: hidden; /* はみ出た部分を非表示 */
  text-overflow: ellipsis; /* 語尾を3点リーダーに */
}
.section_movie_list .inner .article_movie .user_link:hover {
  opacity: 0.5;
}
.section_movie_list .inner #backend_thumbnail {
  position: absolute;
  opacity: 0;
  top: -100vh;
}

.section_user_list {
  padding-bottom: 20px;
}
.section_user_list .header {
  padding: 0 0 15px;
}
.section_user_list .header > h2, .section_user_list .header > h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 2px solid #d2dae2;
}
.section_user_list .header > h2 i, .section_user_list .header > h3 i {
  position: relative;
  padding-right: 5px;
  top: 3px;
  font-size: 30px;
  line-height: 30px;
}
.section_user_list .inner {
  max-width: 1000px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.section_user_list .inner a {
  width: calc(50% - 6px);
  margin-bottom: 10px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #d2dae2;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.section_user_list .inner a .icon {
  width: 60px;
  height: 60px;
  background-color: #f0f0f0;
  background-size: cover;
}
.section_user_list .inner a .name {
  width: calc(100% - 100px);
  margin-left: 25px;
  color: #1e272e;
  font-size: 18px;
  line-height: 18px;
  white-space: nowrap; /* 折り返し無しにする */
  overflow: hidden; /* はみ出た部分を非表示 */
  text-overflow: ellipsis; /* 語尾を3点リーダーに */
}
.section_user_list .inner a:hover {
  opacity: 0.5;
}

.section_text {
  padding-bottom: 30px;
}
.section_text .header {
  padding: 0 0 15px;
}
.section_text .header > h2, .section_text .header > h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 2px solid #d2dae2;
}
.section_text .header > h2 i, .section_text .header > h3 i {
  position: relative;
  padding-right: 5px;
  top: 3px;
  font-size: 30px;
  line-height: 30px;
}
.section_text .inner {
  width: 100%;
}
.section_text .inner p {
  margin-bottom: 20px;
}
.section_text .inner dl {
  margin-bottom: 20px;
}
.section_text .inner dl dt {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}
.section_text .inner dl dd {
  margin-bottom: 10px;
}
.section_text .inner dl dd a {
  position: relative;
  display: inline-block;
  top: 2px;
  width: 26px;
  height: 26px;
  margin-left: 5px;
  border-radius: 13px;
  background-color: #808e9b;
  text-align: center;
  color: #fff;
}
.section_text .inner dl dd a:hover {
  opacity: 0.5;
}
.section_text .inner dl dd a + a {
  margin-left: 0;
}
.section_text .inner dl + dl {
  margin-top: -10px;
}

.news_alert {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding: 10px 20px 10px 45px;
  background-color: #ef5777;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  border-radius: 15px;
}
.news_alert a {
  padding-left: 5px;
  color: #fff;
  text-decoration: underline;
}
.news_alert a:hover {
  opacity: 0.5;
}
.news_alert i {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 15px;
  padding-right: 10px;
  font-size: 22px;
  line-height: 20px;
}

#section_home #jumbotron {
  display: block;
  width: 100%;
  height: 400px;
  border-radius: 15px;
  margin-bottom: 25px;
  background-color: #242773;
  background-image: url(../img/jumbotron.png);
  background-position: 50% 50%;
  background-size: 1340px 400px;
}
#section_home a#jumbotron:hover {
  opacity: 0.8;
}

#youtube_link {
  display: none;
  padding-bottom: 30px;
}
#youtube_link a, #youtube_link div {
  position: relative;
  display: inline-block;
  height: 38px;
  margin-right: 5px;
  padding: 0 20px 0 46px;
  border-radius: 20px;
  line-height: 38px;
  color: #fff;
  background-color: #d2dae2;
}
#youtube_link a i, #youtube_link div i {
  position: absolute;
  display: block;
  top: 7px;
  left: 14px;
  font-size: 24px;
  line-height: 24px;
}
#youtube_link a {
  background-color: #f53b57;
}
#youtube_link a:hover {
  opacity: 0.5;
}

#section_user #user_header .bk_img {
  width: 100%;
  height: 200px;
  border-radius: 15px;
  background-color: #242773;
  background-image: url(../img/header_01.png);
  background-position: 100% 50%;
  background-size: 1340px 200px;
}
#section_user #user_header .meta {
  position: relative;
  width: 100%;
  margin: -130px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#section_user #user_header .meta .icon {
  display: block;
  width: 140px;
  height: 140px;
  margin-left: 25px;
  border-radius: 75px;
  border: 5px solid #fff;
  background-color: #f0f0f0;
  background-size: cover;
  -webkit-box-shadow: 0 0 15px rgba(36, 39, 115, 0.1);
          box-shadow: 0 0 15px rgba(36, 39, 115, 0.1);
  cursor: pointer;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}
#section_user #user_header .meta .icon:hover {
  opacity: 0.6;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#section_user #user_header .meta #icon_dummy {
  display: block;
  width: 140px;
  height: 140px;
  margin-left: 25px;
  border-radius: 75px;
  border: 5px solid #fff;
  background-color: #f0f0f0;
  background-size: cover;
  -webkit-box-shadow: 0 0 15px rgba(36, 39, 115, 0.1);
          box-shadow: 0 0 15px rgba(36, 39, 115, 0.1);
}
#section_user #user_header .meta h2 {
  margin: 20px 0 20px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}
#section_user #user_header .meta .follow,
#section_user #user_header .meta .follow_dummy {
  margin-bottom: 40px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#section_user #user_header .meta .follow .follow_btn,
#section_user #user_header .meta .follow_dummy .follow_btn {
  position: relative;
  height: 38px;
  margin-right: 5px;
  padding: 0 20px 0 46px;
  border-radius: 20px;
  line-height: 38px;
  border: 1px solid #d2dae2;
  cursor: pointer;
}
#section_user #user_header .meta .follow .follow_btn i,
#section_user #user_header .meta .follow_dummy .follow_btn i {
  position: absolute;
  display: block;
  top: 7px;
  left: 14px;
  font-size: 24px;
  line-height: 24px;
}
#section_user #user_header .meta .follow .follow_btn .hover,
#section_user #user_header .meta .follow_dummy .follow_btn .hover {
  display: none;
}
#section_user #user_header .meta .follow .follow_btn:hover,
#section_user #user_header .meta .follow_dummy .follow_btn:hover {
  opacity: 0.5;
}
#section_user #user_header .meta .follow .follow_btn:hover .normal,
#section_user #user_header .meta .follow_dummy .follow_btn:hover .normal {
  display: none;
}
#section_user #user_header .meta .follow .follow_btn:hover .hover,
#section_user #user_header .meta .follow_dummy .follow_btn:hover .hover {
  display: inline-block;
}
#section_user #user_header .meta .follow .follow_btn.follow_remove,
#section_user #user_header .meta .follow_dummy .follow_btn.follow_remove {
  color: #fff;
  background-color: #575fcf;
  border: 1px solid #575fcf;
}
#section_user #user_header .meta .follow .follow_btn.alert_remove,
#section_user #user_header .meta .follow_dummy .follow_btn.alert_remove {
  color: #fff;
  background-color: #575fcf;
  border: 1px solid #575fcf;
}
#section_user #user_header .meta .follow .follow_btn.follow_add_dis,
#section_user #user_header .meta .follow_dummy .follow_btn.follow_add_dis {
  opacity: 0.3 !important;
  cursor: default !important;
}
#section_user #user_header .meta .follow .follow_btn.alert_dis,
#section_user #user_header .meta .follow_dummy .follow_btn.alert_dis {
  width: 54px;
  padding: 0;
  opacity: 0.3 !important;
  cursor: default !important;
}
#section_user #user_header .meta .follow .follow_add,
#section_user #user_header .meta .follow .follow_remove,
#section_user #user_header .meta .follow .alert_add,
#section_user #user_header .meta .follow .alert_remove,
#section_user #user_header .meta .follow .alert_dis,
#section_user #user_header .meta .follow_dummy .follow_add,
#section_user #user_header .meta .follow_dummy .follow_remove,
#section_user #user_header .meta .follow_dummy .alert_add,
#section_user #user_header .meta .follow_dummy .alert_remove,
#section_user #user_header .meta .follow_dummy .alert_dis {
  display: none;
}
#section_user #user_header .meta .follow[data-flow_flag="1"] .follow_add,
#section_user #user_header .meta .follow[data-flow_flag="1"] .alert_dis,
#section_user #user_header .meta .follow_dummy[data-flow_flag="1"] .follow_add,
#section_user #user_header .meta .follow_dummy[data-flow_flag="1"] .alert_dis {
  display: block;
}
#section_user #user_header .meta .follow[data-flow_flag="2"] .follow_remove,
#section_user #user_header .meta .follow[data-flow_flag="2"] .alert_add,
#section_user #user_header .meta .follow_dummy[data-flow_flag="2"] .follow_remove,
#section_user #user_header .meta .follow_dummy[data-flow_flag="2"] .alert_add {
  display: block;
}
#section_user #user_header .meta .follow[data-flow_flag="3"] .follow_remove,
#section_user #user_header .meta .follow[data-flow_flag="3"] .alert_remove,
#section_user #user_header .meta .follow_dummy[data-flow_flag="3"] .follow_remove,
#section_user #user_header .meta .follow_dummy[data-flow_flag="3"] .alert_remove {
  display: block;
}
#section_user #user_header .meta .follow_dummy .alert_dis {
  display: block;
}

#section_movie #movie_area {
  position: relative;
  width: 100%;
  aspect-ratio: 1920/1080;
  border-radius: 15px;
  background-color: #fafafa;
  background-size: cover;
  overflow: hidden;
}
#section_movie #movie_area .player {
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0;
  bottom: 0;
  padding: 0 20px;
  z-index: 1;
  background: #000000;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#section_movie #movie_area .player .btn {
  margin-right: 15px;
  font-size: 26px;
  line-height: 26px;
  color: #fff;
  cursor: pointer;
}
#section_movie #movie_area .player .btn:hover {
  opacity: 0.5;
}
#section_movie #movie_area .player .bar {
  -webkit-flex: 1 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 3px;
  background-color: #fff;
  opacity: 0.2;
}
#section_movie #movie_area .caution {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1e272e;
  color: #d2dae2;
  z-index: 5;
}
#section_movie #movie_area .caution .warp {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#section_movie #movie_area .caution i {
  font-size: 40px;
  margin-bottom: 5px;
}
#section_movie #movie_info h2 {
  margin: 20px 0 15px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
#section_movie #movie_info .tips {
  margin: -8px 0 20px;
  font-size: 14px;
  line-height: 26px;
  color: #808e9b;
}
#section_movie #movie_info .follow {
  margin-bottom: 25px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#section_movie #movie_info .follow .follow_btn {
  position: relative;
  height: 38px;
  margin-right: 5px;
  padding: 0 20px 0 46px;
  border-radius: 20px;
  line-height: 38px;
  border: 1px solid #d2dae2;
  cursor: pointer;
}
#section_movie #movie_info .follow .follow_btn i {
  position: absolute;
  display: block;
  top: 7px;
  left: 14px;
  font-size: 24px;
  line-height: 24px;
}
#section_movie #movie_info .follow .follow_btn .hover {
  display: none;
}
#section_movie #movie_info .follow .follow_btn:hover {
  opacity: 0.5;
}
#section_movie #movie_info .follow .follow_btn:hover .normal {
  display: none;
}
#section_movie #movie_info .follow .follow_btn:hover .hover {
  display: inline-block;
}
#section_movie #movie_info .follow .follow_btn.follow_remove {
  color: #fff;
  background-color: #575fcf;
  border: 1px solid #575fcf;
}
#section_movie #movie_info .follow .follow_btn.alert_remove {
  color: #fff;
  background-color: #575fcf;
  border: 1px solid #575fcf;
}
#section_movie #movie_info .follow[data-flow_flag="0"] .follow_add,
#section_movie #movie_info .follow[data-flow_flag="0"] .follow_remove {
  display: none;
}
#section_movie #movie_info .follow[data-flow_flag="1"] .follow_remove {
  display: none;
}
#section_movie #movie_info .follow[data-flow_flag="2"] .follow_add {
  display: none;
}
#section_movie #movie_info .user_info {
  margin-bottom: 40px;
}
#section_movie #movie_info .user_info a {
  width: calc(100% - 2px);
  height: 60px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #d2dae2;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#section_movie #movie_info .user_info a .icon {
  width: 60px;
  height: 60px;
  background-color: #f0f0f0;
  background-size: cover;
}
#section_movie #movie_info .user_info a .name {
  width: calc(100% - 85px);
  margin-left: 25px;
  color: #1e272e;
  font-size: 18px;
  line-height: 18px;
  white-space: nowrap; /* 折り返し無しにする */
  overflow: hidden; /* はみ出た部分を非表示 */
  text-overflow: ellipsis; /* 語尾を3点リーダーに */
}
#section_movie #movie_info .user_info a:hover {
  opacity: 0.5;
}

#section_search #search_result {
  padding: 5px 0 20px;
}
#section_search .section_user_list {
  margin-bottom: 20px;
}
#section_search .section_user_list .inner > p {
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
#section_search .section_movie_list .inner > p {
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px;
}

#section_message .inbox_wrapper {
  display: block;
  padding: 18px 20px 20px;
  background-color: #d2dae2;
  border-radius: 15px;
}
#section_message .inbox_wrapper h2 {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}
#section_message .inbox_wrapper .inner {
  padding: 30px;
  min-height: 600px;
  background-color: #fff;
  border-radius: 5px;
}
#section_message .inbox_wrapper .inner .inbox li {
  margin-bottom: 15px;
  border-bottom: 1px solid #eff1f4;
}
#section_message .inbox_wrapper .inner .inbox li a {
  display: block;
  position: relative;
  width: 100%;
  height: 30px;
  padding: 0 0 0 42px;
  color: #1e272e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#section_message .inbox_wrapper .inner .inbox li a i {
  position: absolute;
  display: block;
  top: 2px;
  left: 10px;
  font-size: 24px;
  line-height: 24px;
}
#section_message .inbox_wrapper .inner .inbox li a .date {
  display: none;
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 14px;
  line-height: 14px;
}
#section_message .inbox_wrapper .inner .inbox li a:hover {
  opacity: 0.5;
}
#section_message .inbox_wrapper .inner .inbox li a.new {
  color: #c04b5d;
}
#section_message .inbox_wrapper .inner .inbox li a.new .date {
  color: #f53b57;
  display: block;
}
#section_message .inbox_wrapper .inner .mail_body .meta {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 2px solid #eff1f4;
}
#section_message .inbox_wrapper .inner .mail_body .meta h3 {
  font-size: 28px;
  line-height: 36px;
}
#section_message .inbox_wrapper .inner .mail_body .meta .date {
  display: block;
  padding-top: 5px;
  color: #808e9b;
  font-size: 14px;
  line-height: 14px;
}
#section_message .inbox_wrapper .inner .mail_body p {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 1em;
}
#section_message .inbox_wrapper .inner .mail_body p strong {
  display: inline-block;
  padding: 0 4px;
  font-weight: 700;
}
#section_message .inbox_wrapper .inner .mail_body p a {
  color: #0fbcf9;
  text-decoration: underline;
}
#section_message .inbox_wrapper .inner .mail_body p a:hover {
  opacity: 0.5;
}
#section_message .inbox_wrapper .inner .mail_body #opening_img {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1920/1080;
  margin: 40px 0 45px;
  background-image: url(../img/superchat.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  border-radius: 8px;
}
#section_message .inbox_wrapper .inner .mail_body #opening_img #secret {
  position: absolute;
  width: 1.7%;
  height: 2.9%;
  top: 48.3%;
  left: 68.5%;
}
#section_message .inbox_wrapper .inner .mail_body img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin: 3em 0;
}
#section_message .inbox_wrapper .inner .mail_body .btns {
  padding: 80px 0 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#section_message .inbox_wrapper .inner .mail_body .btns > a, #section_message .inbox_wrapper .inner .mail_body .btns > span {
  position: relative;
  height: 38px;
  margin: 0 2px;
  padding: 0 20px 0 46px;
  border-radius: 20px;
  line-height: 38px;
  border: 1px solid #d2dae2;
  color: #1e272e;
}
#section_message .inbox_wrapper .inner .mail_body .btns > a i, #section_message .inbox_wrapper .inner .mail_body .btns > span i {
  position: absolute;
  display: block;
  top: 7px;
  left: 14px;
  font-size: 24px;
  line-height: 24px;
}
#section_message .inbox_wrapper .inner .mail_body .btns > span {
  opacity: 0.2;
}
#section_message .inbox_wrapper .inner .mail_body .btns > a {
  cursor: pointer;
}
#section_message .inbox_wrapper .inner .mail_body .btns > a:hover {
  opacity: 0.5;
}

#max_dm {
  display: none;
}

#backdoor {
  position: relative;
  background-color: #000;
  overflow: hidden;
}
#backdoor #particles-js {
  position: absolute;
  width: 140%;
  height: 140%;
  top: -20%;
  left: -20%;
}

#particles-js-backend {
  display: none;
}

#body_backend,
#body_ending {
  min-height: 100%;
  background-color: #000;
}
#body_backend #container,
#body_ending #container {
  position: relative;
  z-index: 2;
}
#body_backend #header h1,
#body_ending #header h1 {
  -webkit-flex: 1 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 30px;
}
#body_backend #header h1 a,
#body_ending #header h1 a {
  display: block;
  width: 218px;
  height: 30px;
  background-image: url(../img/logo_w.png);
  background-size: 178px 30px;
  background-position: 20px 0;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}
#body_backend #header h1 a:hover,
#body_ending #header h1 a:hover {
  opacity: 0.6;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#body_backend #header .search_box,
#body_ending #header .search_box {
  display: none;
}
#body_backend #footer,
#body_ending #footer {
  opacity: 0.7;
  border-top: 1px solid #808e9b;
}
#body_backend #particles-js-backend,
#body_ending #particles-js-backend {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
#body_backend .btns,
#body_ending .btns {
  padding: 80px 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#body_backend .btns > a,
#body_backend .btns label,
#body_ending .btns > a,
#body_ending .btns label {
  position: relative;
  display: inline-block;
  height: 38px;
  margin: 0 4px;
  padding: 0 20px 0 46px;
  border-radius: 20px;
  line-height: 38px;
  border: 1px solid #485460;
  color: #808e9b;
}
#body_backend .btns > a i,
#body_backend .btns label i,
#body_ending .btns > a i,
#body_ending .btns label i {
  position: absolute;
  display: block;
  top: 7px;
  left: 14px;
  font-size: 24px;
  line-height: 24px;
}
#body_backend .btns > a,
#body_backend .btns label,
#body_ending .btns > a,
#body_ending .btns label {
  cursor: pointer;
}
#body_backend .btns > a:hover,
#body_backend .btns label:hover,
#body_ending .btns > a:hover,
#body_ending .btns label:hover {
  opacity: 0.5;
}

#backend_single {
  width: 800px;
  margin: 70px auto 40px;
}
#backend_single .header {
  margin-bottom: 25px;
  color: #d2dae2;
}
#backend_single .header .level {
  font-size: 12px;
}
#backend_single .header .level::after {
  padding-left: 5px;
  display: inline-block;
}
#backend_single .header .level[data-level="0"] {
  color: #485460;
}
#backend_single .header .level[data-level="0"]::after {
  content: "0";
}
#backend_single .header .level[data-level="1"] {
  color: #4bcffa;
}
#backend_single .header .level[data-level="1"]::after {
  content: "1";
}
#backend_single .header .level[data-level="2"] {
  color: #0be881;
}
#backend_single .header .level[data-level="2"]::after {
  content: "2";
}
#backend_single .header .level[data-level="3"] {
  color: #ffdd59;
}
#backend_single .header .level[data-level="3"]::after {
  content: "3";
}
#backend_single .header .level[data-level="4"] {
  color: #ef5777;
}
#backend_single .header .level[data-level="4"]::after {
  content: "4";
}
#backend_single .header .level[data-level="5"] {
  color: #ff3f34;
}
#backend_single .header .level[data-level="5"]::after {
  content: "5";
}
#backend_single .header .level[data-level="6"] {
  color: #ff3f34;
}
#backend_single .header .level[data-level="6"]::after {
  content: "X";
}
#backend_single .header h2 {
  font-size: 24px;
  line-height: 36px;
  text-align: justify;
}
#backend_single .inner {
  color: #808e9b;
  line-height: 200%;
}
#backend_single .inner hr {
  display: block;
  width: 60px;
  height: 4px;
  margin: 2.5em auto 3.5em;
  border: none;
  border-top: 2px solid #485460;
  border-bottom: 2px solid #485460;
}
#backend_single .inner h3 {
  margin: 1em 0 1em;
  color: #d2dae2;
  font-size: 20px;
  line-height: 32px;
  border-bottom: 1px solid #485460;
  text-align: justify;
  padding-bottom: 4px;
}
#backend_single .inner h4 {
  margin: 1em 0 1em;
  color: #d2dae2;
  border-bottom: 1px solid #485460;
  text-align: justify;
  padding-bottom: 4px;
}
#backend_single .inner p {
  text-align: justify;
  padding-bottom: 1em;
}
#backend_single .inner p em.new {
  color: #ffd32a;
  text-decoration: underline;
  cursor: help;
}
#backend_single .inner p em.new:hover {
  opacity: 0.5;
}
#backend_single .inner p a {
  color: #0be881;
  text-decoration: underline;
}
#backend_single .inner p a:hover {
  opacity: 0.5;
}
#backend_single .inner p strong {
  color: #d2dae2;
}
#backend_single .inner p strong.high {
  font-weight: 700;
}
#backend_single .inner .quote {
  color: #18a061;
}
#backend_single .inner .kotone {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  color: #0fbcf9;
  border-radius: 20px 0 20px 0;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background-color: rgba(15, 186, 249, 0.2);
  font-family: "DotGothic16", sans-serif;
}
#backend_single .inner .low {
  font-size: 14px;
  color: #485460;
}
#backend_single .inner img {
  display: block;
  max-width: 600px;
  height: auto;
  margin: 4em auto 4em;
}
#backend_single .inner p img {
  margin-top: 3em;
}
#backend_single #rankup_challenge {
  width: 300px;
  margin: 80px auto 80px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#backend_single #rankup_challenge input[type=text] {
  width: 210px;
  height: 38px;
  padding: 0 15px;
  border-radius: 15px;
  border: 1px solid #808e9b;
  border-right: none;
  font-size: 16px;
  line-height: 38px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px #c0c0c0 inset;
          box-shadow: 0 1px 3px #c0c0c0 inset;
}
#backend_single #rankup_challenge .submit {
  display: block;
  width: 80px;
  height: 38px;
  margin: 0 auto;
  border-radius: 15px;
  border: none;
  line-height: 38px;
  text-align: center;
  background-color: #485460;
  color: #fff;
  cursor: pointer;
}
#backend_single #rankup_challenge .submit:hover {
  background-color: #d2dae2;
  color: #485460;
}
#backend_single #rankup_challenge .result {
  width: 100%;
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #ff3f34;
}
#backend_single #backend_single_search {
  display: none;
}
#backend_single #backend_single_search input {
  display: none;
}
#backend_single #storage_level_up,
#backend_single #storage_flag_up {
  display: none;
}
#backend_single #slot {
  position: relative;
  width: 600px;
  height: 500px;
  margin: 50px auto;
}
#backend_single #slot .tips {
  position: absolute;
  display: block;
  width: 450px;
  top: 92px;
  left: 75px;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
#backend_single #slot h3, #backend_single #slot h4 {
  display: block;
  margin-bottom: 12px;
  color: #ffff00;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.4em;
  font-weight: 700;
  text-align: center;
}
#backend_single #slot h4 {
  color: #00d1ff;
}
#backend_single #slot #reel {
  width: 100%;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#backend_single #slot #reel li {
  width: 150px;
  height: 150px;
  margin: 0 10px;
  border-radius: 20px;
  border: 2px solid #ffff00;
  background-image: url(../img/slot_10.png);
  background-size: cover;
}
#backend_single #slot #reel li[data-type="1"] {
  background-image: url(../img/slot_11.png);
}
#backend_single #slot #reel li[data-type="2"] {
  background-image: url(../img/slot_12.png);
}
#backend_single #slot #reel li[data-type="3"] {
  background-image: url(../img/slot_13.png);
}
#backend_single #slot #slot_result .img {
  width: 450px;
  height: 150px;
  margin: 0 auto;
  border-radius: 22px;
  border: 3px solid #00d1ff;
  overflow: hidden;
  background-size: cover;
}
#backend_single #slot #slot_result span {
  display: block;
  width: 100%;
  padding-top: 10px;
  text-align: center;
  color: #ffff00;
  font-size: 20px;
  font-weight: 700;
}
#backend_single #slot #slot_result[data-type="0"] .img {
  background-image: url(../img/slot_01.png);
}
#backend_single #slot #slot_result[data-type="0"] .ok, #backend_single #slot #slot_result[data-type="0"] .ng {
  display: none;
}
#backend_single #slot #slot_result[data-type="1"] .img {
  background-image: url(../img/slot_01.png);
}
#backend_single #slot #slot_result[data-type="1"] .ok {
  display: none;
}
#backend_single #slot #slot_result[data-type="2"] .img {
  background-image: url(../img/slot_02.png);
}
#backend_single #slot #slot_result[data-type="2"] .ok {
  display: none;
}
#backend_single #slot #slot_result[data-type="3"] .img {
  background-image: url(../img/slot_03.png);
}
#backend_single #slot #slot_result[data-type="3"] .ok {
  display: none;
}
#backend_single #slot #slot_result[data-type="4"] .img {
  background-image: url(../img/slot_04.png);
}
#backend_single #slot #slot_result[data-type="4"] .ok {
  display: none;
}
#backend_single #slot #slot_result[data-type="5"] .img {
  background-image: url(../img/slot_05.png);
}
#backend_single #slot #slot_result[data-type="5"] .ok {
  display: none;
}
#backend_single #slot #slot_result[data-type="6"] .img {
  background-image: url(../img/slot_06.png);
}
#backend_single #slot #slot_result[data-type="6"] .ok {
  display: none;
}
#backend_single #slot #slot_result[data-type="7"] .img {
  background-image: url(../img/slot_07.png);
}
#backend_single #slot #slot_result[data-type="7"] .ok {
  display: none;
}
#backend_single #slot #slot_result[data-type="8"] .img {
  background-image: url(../img/slot_08.png);
}
#backend_single #slot #slot_result[data-type="8"] .ng {
  display: none;
}
#backend_single #slot + #rankup_challenge input[type=text] {
  display: none;
}
#backend_single #backend_info {
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 22px;
  color: #485460;
  text-align: right;
}
#backend_single #backend_info h3 {
  display: none;
  margin-top: 20px;
  color: #808e9b;
  font-weight: 700;
}
#backend_single #backend_info .word {
  display: none;
}

#backend_archive {
  width: 800px;
  margin: 70px auto 40px;
}
#backend_archive .header {
  margin-bottom: 25px;
  color: #d2dae2;
}
#backend_archive .inner {
  color: #808e9b;
}
#backend_archive .inner li {
  width: 780px;
  padding: 10px 10px 5px;
  border-bottom: 1px solid #485460;
}
#backend_archive .inner li > a {
  width: 100%;
  display: none;
}
#backend_archive .inner li > a:hover {
  opacity: 0.5;
}
#backend_archive .inner li > .dis {
  width: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#backend_archive .inner li > .dis .title {
  opacity: 0.4;
}
#backend_archive .inner li.active > a {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#backend_archive .inner li.active > .dis {
  display: none;
}
#backend_archive .inner li .level {
  width: 70px;
  font-size: 12px;
}
#backend_archive .inner li .level::after {
  padding-left: 5px;
  display: inline-block;
}
#backend_archive .inner li .title {
  width: 710px;
  color: #808e9b;
  white-space: nowrap; /* 折り返し無しにする */
  overflow: hidden; /* はみ出た部分を非表示 */
  text-overflow: ellipsis; /* 語尾を3点リーダーに */
}
#backend_archive .inner li.new .title {
  color: #d2dae2;
}
#backend_archive .inner li[data-level="0"] .level {
  color: #485460;
}
#backend_archive .inner li[data-level="0"] .level::after {
  content: "0";
}
#backend_archive .inner li[data-level="1"] .level {
  color: #4bcffa;
}
#backend_archive .inner li[data-level="1"] .level::after {
  content: "1";
}
#backend_archive .inner li[data-level="2"] .level {
  color: #0be881;
}
#backend_archive .inner li[data-level="2"] .level::after {
  content: "2";
}
#backend_archive .inner li[data-level="3"] .level {
  color: #ffdd59;
}
#backend_archive .inner li[data-level="3"] .level::after {
  content: "3";
}
#backend_archive .inner li[data-level="4"] .level {
  color: #ff3f34;
}
#backend_archive .inner li[data-level="4"] .level::after {
  content: "4";
}
#backend_archive .inner li[data-level="5"] .level {
  color: #ff3f34;
}
#backend_archive .inner li[data-level="5"] .level::after {
  content: "5";
}
#backend_archive .inner li[data-level="6"] .level {
  color: #ff3f34;
}
#backend_archive .inner li[data-level="6"] .level::after {
  content: "X";
}

#backend_search {
  width: 800px;
  margin: 70px auto 40px;
}
#backend_search .header {
  margin-bottom: 25px;
  color: #d2dae2;
}
#backend_search .header h2 {
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}
#backend_search .header h2[data-level="0"] {
  color: #485460;
}
#backend_search .header h2[data-level="0"]::after {
  content: "0";
}
#backend_search .header h2[data-level="1"] {
  color: #4bcffa;
}
#backend_search .header h2[data-level="1"]::after {
  content: "1";
}
#backend_search .header h2[data-level="2"] {
  color: #0be881;
}
#backend_search .header h2[data-level="2"]::after {
  content: "2";
}
#backend_search .header h2[data-level="3"] {
  color: #ffdd59;
}
#backend_search .header h2[data-level="3"]::after {
  content: "3";
}
#backend_search .header h2[data-level="4"] {
  color: #ef5777;
}
#backend_search .header h2[data-level="4"]::after {
  content: "4";
}
#backend_search .header h2[data-level="5"] {
  color: #ff3f34;
}
#backend_search .header h2[data-level="5"]::after {
  content: "5";
}
#backend_search .header h2[data-level="6"] {
  color: #ff3f34;
}
#backend_search .header h2[data-level="6"]::after {
  content: "X";
}
#backend_search .inner {
  color: #808e9b;
}
#backend_search .inner #backend_control .display {
  width: 350px;
  height: 38px;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #13171a;
  -webkit-box-shadow: 0 0 10px #000 inset;
          box-shadow: 0 0 10px #000 inset;
  border: 1px solid #485460;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#backend_search .inner #backend_control .display li {
  padding: 0 5px;
  font-size: 16px;
  line-height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#backend_search .inner #backend_control .display li:hover {
  text-decoration: line-through;
  opacity: 0.7;
  cursor: pointer;
}
#backend_search .inner #backend_control .backend_search_form {
  padding-top: 10px;
}
#backend_search .inner #backend_control .backend_search_form input[type=submit] {
  position: relative;
  display: block;
  width: 100px;
  height: 40px;
  margin: 0 auto;
  border-radius: 20px;
  border: none;
  line-height: 40px;
  text-align: center;
  background-color: #485460;
  color: #fff;
  cursor: pointer;
}
#backend_search .inner #backend_control .backend_search_form input[type=submit]:hover {
  background-color: #d2dae2;
  color: #485460;
}
#backend_search .inner #backend_control .keyword {
  margin-top: 30px;
  padding: 20px 0 14px;
  border-top: 1px solid #1e272e;
  border-bottom: 1px solid #1e272e;
  background-color: tgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#backend_search .inner #backend_control .keyword li {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 28px;
  margin: 0px 3px 6px;
  padding: 0 10px;
  border-radius: 15px 0 15px 0;
  font-size: 16px;
  line-height: 28px;
  border: 1px solid #2b3137;
  background-color: #000;
  color: #485460;
  cursor: pointer;
}
#backend_search .inner #backend_control .keyword li:hover {
  background-color: #485460;
  border: 1px solid #485460;
  color: #000;
}
#backend_search .inner #backend_control .keyword.dis {
  opacity: 0.5;
}
#backend_search .inner #backend_control .keyword.dis li:hover {
  background-color: #000;
  border: 1px solid #2b3137;
  color: #485460;
  cursor: default;
}
#backend_search .inner #open_list {
  margin-top: 10px;
  padding: 10px 0 18px;
  border-top: 1px solid #1e272e;
  border-bottom: 1px solid #1e272e;
  background-color: tgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  text-align: center;
}
#backend_search .inner #open_list a {
  display: inline-block;
  padding: 0 5px;
  font-size: 16px;
  line-height: 22px;
  border-bottom: 2px solid #808e9b;
  color: #808e9b;
}
#backend_search .inner #open_list a:hover {
  opacity: 0.5;
}

#warning {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0078d7;
  background-image: url(../img/bs_alert.png);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: 100;
}

#backend_datebase {
  width: 800px;
  margin: 70px auto 40px;
}
#backend_datebase .header {
  margin-bottom: 70px;
  color: #d2dae2;
}
#backend_datebase .header h2 {
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}
#backend_datebase .header p {
  padding: 10px 0;
  font-size: 12px;
  color: #485460;
  text-align: center;
  letter-spacing: 0.08em;
  font-family: "DotGothic16", sans-serif;
}
#backend_datebase .inner {
  color: #808e9b;
}
#backend_datebase .inner li {
  width: 780px;
  padding: 10px 10px 5px;
  border-bottom: 1px solid #485460;
}
#backend_datebase .inner li > a {
  width: 100%;
  display: none;
}
#backend_datebase .inner li > a:hover {
  opacity: 0.5;
}
#backend_datebase .inner li > .dis {
  width: 100%;
}
#backend_datebase .inner li > .dis .entry {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#backend_datebase .inner li > .dis .entry .title {
  opacity: 0.4;
}
#backend_datebase .inner li > .dis .hint {
  position: relative;
  margin: -5px 0 3px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#backend_datebase .inner li > .dis .hint dt {
  padding: 0 5px 0 70px;
  font-size: 12px;
  color: #575fcf;
  letter-spacing: 0.08em;
  font-family: "DotGothic16", sans-serif;
}
#backend_datebase .inner li > .dis .hint dt::before {
  display: inline-block;
  padding-right: 2px;
  content: "[";
}
#backend_datebase .inner li > .dis .hint dt::after {
  display: inline-block;
  padding-left: 2px;
  content: "]";
}
#backend_datebase .inner li > .dis .hint dd span {
  display: none;
}
#backend_datebase .inner li > .dis .hint dd[data-status="1"] .none {
  display: inline;
}
#backend_datebase .inner li > .dis .hint dd[data-status="2"] .hint_open {
  display: inline;
}
#backend_datebase .inner li > .dis .hint dd {
  font-size: 12px;
  line-height: 22px;
  font-family: "DotGothic16", sans-serif;
  color: #485460;
}
#backend_datebase .inner li > .dis .hint dd .hint_open {
  text-decoration: underline;
  color: #6c767f;
  cursor: pointer;
}
#backend_datebase .inner li > .dis .hint dd .hint_open:hover {
  opacity: 0.5;
}
#backend_datebase .inner li > .dis .hint dd .hint_open.open {
  display: none;
}
#backend_datebase .inner li > .dis .hint dd .hint_text {
  color: #6c767f;
}
#backend_datebase .inner li > .dis .hint dd .open + .hint_text {
  display: inline;
}
#backend_datebase .inner li.active > a {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#backend_datebase .inner li.active > .dis {
  display: none;
}
#backend_datebase .inner li .level {
  width: 70px;
  font-size: 12px;
}
#backend_datebase .inner li .level::after {
  padding-left: 5px;
  display: inline-block;
}
#backend_datebase .inner li .title {
  width: 710px;
  color: #808e9b;
  white-space: nowrap; /* 折り返し無しにする */
  overflow: hidden; /* はみ出た部分を非表示 */
  text-overflow: ellipsis; /* 語尾を3点リーダーに */
}
#backend_datebase .inner li.new .title {
  color: #d2dae2;
}
#backend_datebase .inner li[data-level="0"] .level {
  color: #485460;
}
#backend_datebase .inner li[data-level="0"] .level::after {
  content: "0";
}
#backend_datebase .inner li[data-level="1"] .level {
  color: #4bcffa;
}
#backend_datebase .inner li[data-level="1"] .level::after {
  content: "1";
}
#backend_datebase .inner li[data-level="2"] .level {
  color: #0be881;
}
#backend_datebase .inner li[data-level="2"] .level::after {
  content: "2";
}
#backend_datebase .inner li[data-level="3"] .level {
  color: #ffdd59;
}
#backend_datebase .inner li[data-level="3"] .level::after {
  content: "3";
}
#backend_datebase .inner li[data-level="4"] .level {
  color: #ff3f34;
}
#backend_datebase .inner li[data-level="4"] .level::after {
  content: "4";
}
#backend_datebase .inner li[data-level="5"] .level {
  color: #ff3f34;
}
#backend_datebase .inner li[data-level="5"] .level::after {
  content: "5";
}
#backend_datebase .inner li[data-level="6"] .level {
  color: #ff3f34;
}
#backend_datebase .inner li[data-level="6"] .level::after {
  content: "X";
}

#modal_img {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  z-index: 50;
}
#modal_img .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
}
#modal_img .inner div {
  width: 100%;
  height: 100%;
  background-size: cover;
}
#modal_img .close {
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  font-size: 40px;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}
#modal_img .close:hover {
  opacity: 0.6;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

#modal_alert {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  z-index: 50;
}
#modal_alert .inner {
  position: absolute;
  width: 500px;
  height: 260px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 40px;
  margin: auto;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #d2dae2;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.02);
  text-align: center;
}
#modal_alert .inner i {
  font-size: 60px;
  color: #ffa801;
}
#modal_alert .inner p {
  width: 400px;
  margin: 0 auto;
  padding-top: 10px;
}
#modal_alert .inner .btns {
  text-align: center;
  padding-top: 40px;
}
#modal_alert .inner .btns a, #modal_alert .inner .btns span {
  display: inline-block;
  height: 38px;
  padding: 0 20px;
  border-radius: 20px;
  border: 1px solid #d2dae2;
  color: #485460;
  font-size: 18px;
  line-height: 38px;
  cursor: pointer;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}
#modal_alert .inner .btns a:hover, #modal_alert .inner .btns span:hover {
  opacity: 0.6;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

#body_backend #modal_alert {
  background-color: rgba(0, 0, 0, 0.9);
}

#body_backend #advice {
  display: none;
  padding-top: 30px;
  text-align: center;
}
#body_backend #advice h3 {
  font-size: 12px;
  color: #575fcf;
  font-family: "DotGothic16", sans-serif;
}
#body_backend #advice p, #body_backend #advice ul {
  font-size: 14px;
  line-height: 22px;
  font-family: "DotGothic16", sans-serif;
  color: #485460;
}
#body_backend #advice ul {
  margin-top: 10px;
}
#body_backend #advice li {
  display: none;
  padding-bottom: 5px;
}
#body_backend #advice .nazo_hint,
#body_backend #advice .nazo_hint_more {
  display: none;
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  text-decoration: underline;
  font-family: "DotGothic16", sans-serif;
  color: #485460;
  cursor: pointer;
}
#body_backend #advice .nazo_hint:hover,
#body_backend #advice .nazo_hint_more:hover {
  opacity: 0.5;
}

#body_backend #nazo_advice {
  padding: 0 0 60px;
  text-align: center;
}
#body_backend #nazo_advice h6 {
  font-size: 12px;
  color: #575fcf;
  font-family: "DotGothic16", sans-serif;
}
#body_backend #nazo_advice ul {
  font-size: 14px;
  line-height: 22px;
  font-family: "DotGothic16", sans-serif;
  color: #485460;
}
#body_backend #nazo_advice li {
  padding-bottom: 5px;
}
#body_backend #nazo_advice li.hide {
  display: none;
}
#body_backend #nazo_advice .nazo_hint_more {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  text-decoration: underline;
  font-family: "DotGothic16", sans-serif;
  color: #485460;
  cursor: pointer;
}
#body_backend #nazo_advice .nazo_hint_more:hover {
  opacity: 0.5;
}

#body_ending {
  min-height: 100%;
  background-color: #fff;
}
#body_ending #header {
  width: 800px;
  margin: 0 auto;
  height: 40px;
  padding: 30px 0;
  display: block !important;
}
#body_ending #header h1 {
  width: 238px;
  height: 40px;
  margin: 0 auto;
}
#body_ending #header h1 a {
  display: block;
  width: 238px;
  height: 40px;
  background-image: url(../img/logo.png);
  background-size: 238px 40px;
  background-position: 0 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}
#body_ending #header h1 a:hover {
  opacity: 0.6;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#body_ending #particles-js-backend {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
#body_ending #backend_single {
  width: 800px;
  margin: 0 auto 40px;
}
#body_ending #backend_single .x_post {
  padding: 20px 0 10px;
  text-align: center;
}
#body_ending #backend_single .x_post a {
  position: relative;
  display: inline-block;
  height: 48px;
  margin: 0 4px;
  padding: 0 25px 0 53px;
  border-radius: 25px;
  line-height: 48px;
  border: 1px solid #d2dae2;
  color: #808e9b;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}
#body_ending #backend_single .x_post a:hover {
  opacity: 0.6;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#body_ending #backend_single .x_post a {
  font-size: 18px;
}
#body_ending #backend_single .x_post a i {
  position: absolute;
  display: block;
  top: 12px;
  left: 21px;
  font-size: 24px;
  line-height: 24px;
}
#body_ending #backend_single .header {
  margin-bottom: 25px;
  color: #485460;
}
#body_ending #backend_single .header .img {
  width: 800px;
  margin-bottom: 30px;
  aspect-ratio: 1600/900;
  background-image: url(../img/ending.png);
  background-size: cover;
  border-radius: 20px;
}
#body_ending #backend_single .inner {
  color: #485460;
}
#body_ending #backend_single .inner hr {
  display: block;
  width: 60px;
  height: 4px;
  margin: 2.5em auto 3.5em;
  border: none;
  border-top: 2px solid #d2dae2;
  border-bottom: 2px solid #d2dae2;
}
#body_ending #backend_single .inner h3 {
  margin: 1em 0 1em;
  color: #485460;
  font-size: 20px;
  line-height: 32px;
  border-bottom: 1px solid #d2dae2;
  text-align: justify;
  padding-bottom: 4px;
}
#body_ending #backend_single .inner h4 {
  margin: 1em 0 1em;
  color: #485460;
  border-bottom: 1px solid #d2dae2;
  text-align: justify;
  padding-bottom: 4px;
}
#body_ending #backend_single .inner p {
  text-align: justify;
  padding-bottom: 1em;
}
#body_ending #backend_single .inner p a {
  color: #575fcf;
  text-decoration: underline;
}
#body_ending #backend_single .inner p a:hover {
  opacity: 0.5;
}
#body_ending #backend_single .inner p strong {
  color: #f53b57;
}
#body_ending #backend_single .inner p strong.high {
  font-weight: 700;
}
#body_ending #backend_single .inner dl {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding-bottom: 1em;
}
#body_ending #backend_single .inner dl dt {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  padding-left: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#body_ending #backend_single .inner dl dd.guzuria {
  padding-left: 4px;
}
#body_ending #backend_single .inner dl dd a {
  display: inline-block;
  padding: 0 4px;
  margin-right: 10px;
  color: #485460;
  font-size: 16px;
  line-height: 26px;
  border-bottom: 3px solid #808e9b;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}
#body_ending #backend_single .inner dl dd a:hover {
  opacity: 0.6;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#body_ending #backend_single .inner dl dd + dt {
  margin-top: 1em;
}
#body_ending #backend_single .inner dl + p {
  margin-top: -0.5em;
  padding-left: 4px;
  font-size: 12px !important;
}
#body_ending #backend_single .inner img {
  display: block;
  max-width: 800px;
  height: auto;
  margin: 4em auto 4em;
}
#body_ending #backend_single .inner p img {
  margin-top: 3em;
}
#body_ending #backend_single #storage_level_up,
#body_ending #backend_single #storage_flag_up {
  display: none;
}
#body_ending #backend_single #backend_info {
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 22px;
  color: #808e9b;
  text-align: right;
}
#body_ending #backend_single #backend_info h3 {
  display: none;
  margin-top: 20px;
  color: #808e9b;
  font-weight: 700;
}
#body_ending #backend_single #backend_info .word {
  display: none;
}
#body_ending #backend_single .btns > a,
#body_ending #backend_single .btns label {
  border: 1px solid #d2dae2;
  color: #808e9b;
}
#body_ending #footer {
  border-top: 1px solid #d2dae2;
}/*# sourceMappingURL=style.css.map */