@charset "UTF-8";
h1 {
  line-height: 2.4rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.6rem;
}

body {
  font-size: 1.6rem;
  line-height: 2rem;
}

html {
  font-size: 62.5%;
  height: 100%;
}

*,
body,
div,
ul,
ol,
li,
h1,
h2,
h3,
input,
p,
span,
article {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

body {
  font-family: sans-serif;
  background-image: url(/sp/img/top/background4.jpg) !important;
  background-attachment: fixed !important;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  word-break: break-all;
}
body.is-active {
  height: 100%;
}

img {
  line-height: 1em;
  margin: 0 0;
  outline-offset: 0;
  vertical-align: bottom;
}

h1 {
  background: url(/sp/img/cssImg/h1bg02.png) no-repeat center left 4px/100% 110%;
  font-family: "Kosugi Maru", sans-serif;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0.4rem 0rem 0.4rem;
  padding: 10px 0px;
  white-space: nowrap;
  position: relative;
}
@media screen and (min-width: 600px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  align-items: center;
  background: rgba(78, 96, 151, 0.8588235294);
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  line-height: 1rem;
  margin: 3px 0 0;
  padding: 12px 0px 9px 15px;
}

h3 {
  border-bottom: 1px dotted #5e5e5e;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 10px 5px 10px 5px;
}

h4 {
  background: #d2d2d2;
  border-radius: 5px;
  color: white;
  font-size: 21px;
  font-weight: 700;
  margin: 0 auto;
  padding: 3px 0;
  text-align: center;
}

p {
  font-size: 1.6rem;
  margin: 0.5rem 0 0rem 0;
  padding: 0 0.5rem 0.5rem 0.5rem;
}

*:focus {
  outline: none;
}

.TxtRed {
  color: #ff4c4c;
  font-weight: bold;
}

.TxtBold {
  font-weight: bold;
}

.TxtUnderline {
  background: linear-gradient(transparent 60%, #ffffbf 60%);
}

.TxtUnderline1 {
  background: linear-gradient(transparent 90%, #279ce2 60%);
  font-size: 20px;
}

.dlButton {
  text-align: center;
  width: auto;
  margin: 0 auto;
}
.dlButton span {
  display: inline-block !important;
  font-size: 1.3rem;
  font-weight: normal;
  position: inherit !important;
}
.dlButton a {
  display: block;
  width: 100%;
}
.dlButton a img {
  border: none;
  width: inherit;
}

.reflection {
  display: block;
  position: relative;
  overflow: hidden;
  transition: 300ms;
}
.reflection::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  right: 0;
  width: 80px;
  height: 30%;
  background-color: #fff;
  transition: 300ms;
  animation: shinyshiny 3.5s ease-in-out infinite;
}

@keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes appIcon_anim {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(1deg, 1deg);
  }
  10% {
    transform: skew(-0.8deg, -0.8deg);
  }
  15% {
    transform: skew(0.6deg, 0.6deg);
  }
  20% {
    transform: skew(-0.4deg, -0.4deg);
  }
  25% {
    transform: skew(0.2deg, 0.2deg);
  }
  30% {
    transform: skew(-0.12deg, -0.12deg);
  }
  35% {
    transform: skew(0.06deg, 0.06deg);
  }
}
#wrapper {
  border: 1px solid whitesmoke;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 4rem;
  max-width: 1024px;
  padding: 40px 0 0 0;
  position: relative;
}
#wrapper .kiji_date {
  color: gray;
  font-size: 1.4rem;
  margin-right: 5px;
  padding: 0 !important;
  text-align: right;
  white-space: nowrap;
}
#wrapper .point_title {
  box-sizing: border-box;
  margin: 0 0 0;
  padding: 5px 5px;
  padding: 10px 0;
  position: relative;
}
#wrapper .point_title:before {
  content: url("../img/cssImg/point.png");
  margin-left: 5px;
  position: absolute;
  top: 0;
}
#wrapper .point_title span {
  display: block;
  font-size: 1.6rem;
  margin-left: 30px;
}
#wrapper p.point_sentence {
  background-color: whitesmoke;
  border-left: 4px solid #005475;
  border-radius: 0 10px 10px 0;
  color: #000;
  margin: 0 5px 10px 5px !important;
  padding: 10px 10px !important;
}
#wrapper p.point_sentence p {
  word-break: break-all;
}
#wrapper h3.chatApp_kiji {
  background: whitesmoke;
  border-left: 5px solid #005475;
  margin: 5px 10px;
  padding: 1rem 1rem;
}
#wrapper .chatApp_kiji .colorBackground_blue {
  margin: 0 auto;
  width: 90%;
  background-color: #f7f7f7;
  padding: 10px 5px 10px 20px;
  border-radius: 5px;
  color: #000;
}
#wrapper .chatApp_kiji .colorBackground_blue ul li {
  list-style: disc;
  font-weight: bold;
}
#wrapper .chatApp_kiji .colorBackground_blue ol {
  margin-left: 13px;
}
#wrapper h3.chatApp {
  border-bottom: 0px;
  margin: 1rem 0.5rem 0px !important;
}
#wrapper h3.chatApp span {
  font-size: 1.8rem;
  font-weight: bold;
}
#wrapper .articleTop {
  margin-top: 0 !important;
}
#wrapper #pageTextLength {
  margin: 0 0 0 5px;
  text-align: right;
  word-break: break-all;
}
#wrapper #pageTextLength p {
  color: #a7a7a7;
  font-size: 1.2rem;
  margin: 0;
  padding: 0 5px 0 0 !important;
  word-break: break-all;
}

.article_ul {
  margin: 5px 5px 5px 5px;
  position: relative;
}
.article_ul a {
  color: #000;
  text-decoration: none;
}
.article_ul li {
  align-items: center;
  white-space: nowrap;
  font-size: 14px;
  background: whitesmoke;
  border-bottom: 1px solid #dedede;
  clear: left;
  color: #000;
  display: flex;
  height: 40px;
  line-height: 1.6rem;
  list-style: none;
  margin: 0 0;
  padding: 10px 10px 10px 5px;
  position: relative;
}
.article_ul li:hover {
  background: #dbdbdb;
}
.article_ul li .article_left_block {
  float: left;
  margin: 0;
}
.article_ul li .article_left_block img {
  border-radius: 0px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 25px;
}
.article_ul li .article_right_block {
  float: left;
  font-weight: bold;
  margin: 10px;
}
.article_ul li:after {
  color: #a5a5a5;
  content: ">";
  position: absolute;
  right: 0.5em;
}

#formWrap {
  margin: 5px;
  width: 98%;
}
#formWrap p {
  margin: 0;
  padding: 0;
}
#formWrap span {
  color: red;
  font-size: 1.4rem;
  margin-left: 10px;
}
#formWrap textarea,
#formWrap input[type=text] {
  width: 90%;
}
#formWrap textarea,
#formWrap select,
#formWrap input[type=text],
#formWrap input[type=radio] {
  margin-bottom: 10px;
  padding: 5px;
}
#formWrap input[type=submit],
#formWrap input[type=reset],
#formWrap input[type=button] {
  border: 1px solid #a3a3a3;
  margin-bottom: 10px;
  padding: 15px;
  width: 30%;
}

.footer {
  background: #e8f7fe;
  color: #fff;
  padding: 0 0 4rem;
  text-align: center;
}
.footer a {
  color: #1539a9;
  word-break: keep-all;
}
.footer ul {
  padding: 20px 0 5px 0;
}
.footer ul li {
  display: inline;
  line-height: 2em;
  margin: 10px 10px 10px 10px;
  padding: 0 0 5px 6px;
}
.footer .copyright p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  word-break: break-word;
  color: #1539a9;
}

#list-btn {
  position: fixed;
  z-index: 11;
  background-color: rgba(255, 255, 255, 0.8);
  border: thin solid #1539a9;
  border-radius: 60px;
  width: 115px;
  height: 115px;
  bottom: -5px;
  margin: 10px;
  text-align: center;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#list-btn.is-active {
  visibility: hidden;
}
#list-btn .list-btn_img {
  width: 83px;
  margin: 15px auto 0;
}
#list-btn .list-btn_img img {
  border: none;
  border-radius: 14px;
  max-width: 500px;
  width: 80%;
}
#list-btn .list-txt {
  font-size: 13px;
  font-weight: bold;
  color: #ff9900;
  margin-top: 2px;
}

.showList-container {
  height: auto;
  position: fixed;
  bottom: 0px;
  z-index: 10;
  background-color: rgba(231, 247, 255, 0.8);
  visibility: hidden;
  max-width: 1024px;
  width: 100%;
}
.showList-container.is-active {
  visibility: visible;
}
.showList-container .list-close_btn {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.showList-container .list-close_btn::before, .showList-container .list-close_btn::after {
  position: relative;
  content: "";
  width: 20px;
  height: 2px;
  top: 3px;
  left: 10px;
  background: #000;
  display: inline-block;
}
.showList-container .list-close_btn::before {
  transform: rotate(45deg);
}
.showList-container .list-close_btn::after {
  transform: rotate(-45deg);
  left: -10px;
}

.list-scroll {
  text-align: right;
  padding-right: 10px;
  color: #1539a9;
  font-weight: bold;
  font-size: 15px;
}
.list-scroll span {
  position: absolute;
  top: 23px;
  width: 13px;
  height: 13px;
  margin-left: -12px;
  border-left: 2.5px solid #1539a9;
  border-bottom: 2.5px solid #1539a9;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.list-scroll span:nth-of-type(1) {
  right: 75px;
  animation-delay: 0s;
  transform: rotate(45deg);
}
.list-scroll span:nth-of-type(2) {
  right: 88px;
  animation-delay: 0.15s;
  transform: rotate(45deg);
}
.list-scroll span:nth-of-type(3) {
  right: 101px;
  animation-delay: 0.3s;
  transform: rotate(45deg);
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.appList {
  padding-left: 35px;
  bottom: 2px;
  text-align: center;
  height: 150px;
  overflow-x: scroll;
  display: flex;
}

.appList-item {
  background-color: #fff;
  border: thin solid #1539a9;
  border-radius: 10px;
  margin: 2px;
  height: -moz-fit-content !important;
  height: fit-content !important;
  transform: translateY(13px);
}
.appList-item .appList-item_link {
  color: #000;
  text-decoration: none;
  width: 75px;
}
.appList-item .appList-item_link img {
  margin: 3px auto;
  border-radius: 50%;
  border: none;
  max-width: 500px;
  width: 80%;
}

.appList-item_txt {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3rem;
  height: 2.6rem;
  margin-top: 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .appList-item_txt {
    line-height: 1.3rem;
    height: 3.9rem;
  }
}

#footer_fix {
  bottom: 0;
  margin: 0 auto;
  max-width: 1024px;
  padding-bottom: 0;
  position: fixed;
  transition: 0.5s;
  width: 100%;
  z-index: 2;
}
#footer_fix #page_top {
  background: #1539a9;
  bottom: 47px;
}
#footer_fix .footer_banner_block {
  margin: 0 auto;
}
#footer_fix .footer_banner_block a {
  text-decoration: none;
}
#footer_fix .footer_banner_block .footer_banner {
  align-items: center;
  background: #4c4c4c;
  background: linear-gradient(to bottom, #4c4c4c 0%, #595959 12%, #666 25%, #474747 39%, #2c2c2c 50%, #000 51%, #111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  color: #fff;
  display: flex;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4c4c4c", endColorstr="#131313",GradientType=0 );
  font-size: 1.4rem;
  height: 2rem;
  line-height: 1.4rem;
  padding: 1rem 0;
}
#footer_fix .footer_banner_block .footer_banner img {
  height: 2rem;
  margin: 0 5px 0 5px;
  vertical-align: middle;
}

#page_top {
  background: #1539a9;
  border-radius: 50%;
  bottom: 5px;
  display: none;
  height: 40px;
  opacity: 0.6;
  outline: none;
  position: fixed;
  right: 5px;
  width: 40px;
  z-index: 2;
}
#page_top:hover {
  opacity: 1;
  outline: none;
}
#page_top a {
  display: block;
  height: 50px;
  outline: none;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  width: 50px;
}
#page_top a::before {
  bottom: 12px;
  color: #fff;
  content: "\f102";
  font-family: "Font Awesome 5 Free";
  font-size: 19px;
  font-weight: 900;
  height: 20px;
  left: 0;
  margin: auto;
  outline: none;
  position: absolute;
  right: 9px;
  text-align: center;
  top: 0;
  width: 20px;
}

.item_wrapper {
  list-style: none;
}
.item_wrapper:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.item_wrapper .item {
  float: left;
  padding: 5px 1% 0;
}
.item_wrapper .item:before {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.item_wrapper .item img {
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  width: 100%;
}
.item_wrapper .item .popup_wrapper {
  display: none;
  height: 90%;
  left: 50%;
  max-width: 800px;
  position: fixed;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 11;
}
.item_wrapper .item .popup_wrapper img {
  display: inline-block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: top;
  width: 100%;
}
.item_wrapper .item .popup_wrapper p {
  color: #fff;
  margin: 5px 0 0 !important;
  padding: 0 !important;
  text-align: center;
}
.item_wrapper .item .popup_wrapper .close_btn {
  background: #fff;
  border-radius: 15px;
  cursor: pointer;
  font-size: 24px;
  height: 30px;
  line-height: 30px;
  margin: -15px -15px 0 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 30px;
}

.popup_wrapper .popup {
  position: relative;
}

.lightbox {
  display: none;
  left: 50% !important;
  max-width: 800px;
  position: fixed !important;
  text-align: center !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100% !important;
  z-index: 11;
}
@media (orientation: landscape) {
  .lightbox {
    width: 30% !important;
  }
}
@media (orientation: portrait) {
  .lightbox {
    width: 100% !important;
  }
}
.lightbox img {
  display: inline-block !important;
  height: 100% !important;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: top;
  width: 100% !important;
}
.lightbox .lb-outerContainer {
  border-style: none !important;
  width: 100% !important;
}
.lightbox .lb-outerContainer .lb-container {
  padding: 0 !important;
}
.lightbox .lb-outerContainer .lb-container .lb-cancel {
  background: url(../img/cssImg/loading.gif) no-repeat !important;
  display: block;
  height: 32px;
  margin: 0 auto;
  width: 32px;
}
.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next {
  background: url(../img/cssImg/next.png) top 50% right 0 no-repeat !important;
  width: 10% !important;
}
.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev {
  background: url(../img/cssImg/prev.png) top 50% left 0 no-repeat !important;
  width: 10% !important;
}
.lightbox .lb-dataContainer .lb-data .lb-close {
  background: url(../img/cssImg/close.png) top right no-repeat !important;
}

.header {
  background: var(--background-navbar);
  background: #e7f7ff;
  display: flex;
  align-items: center;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$primary-color-light", endColorstr="$primary-color-dark",GradientType=0 );
  height: 40px;
  margin: 0 auto;
  max-width: 1024px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

/*ハンバーガーの形をCSSで表現*/
/*アイコンのスペース*/
#nav_area {
  width: 30px;
  height: inherit;
  vertical-align: middle;
}

.menu-btn {
  margin-left: 6px;
  margin-top: 6px;
  height: 30px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
}
.menu-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background: url(/sp/img/cssImg/search-menu.png) no-repeat center center/contain;
}
.menu-btn.is-active::before {
  display: none;
}
.menu-btn.is-active span {
  display: block;
}
.menu-btn span {
  display: none;
}
.menu-btn span:before,
.menu-btn span:after {
  position: absolute;
  top: 12px;
  left: 0;
  height: 4px; /*線の太さ*/
  width: 25px; /*長さ*/
  border-radius: 3px;
  background: #c0e0f3;
  display: block;
  content: "";
}
.menu-btn span:before {
  transform: rotate(-45deg);
}
.menu-btn span:after {
  transform: rotate(45deg);
}

/*メニューの中身*/
#menu {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99;
  width: 250px;
  height: 100%;
  background: #e7f7ff;
  transform: translateX(-115%);
  transition: 0.3s ease-in-out;
}
#menu.is-active {
  transform: translateX(0);
  top: 40px;
  position: fixed;
}
#menu .menu_item {
  height: 90%;
  overflow: auto;
  margin-bottom: 20px;
}
#menu .menu_item a {
  text-decoration: none;
  position: relative;
  line-height: 1.8rem;
  cursor: default;
}
#menu .menu_item a .menuTxt {
  color: #1539a9;
  font-size: small;
  font-weight: 600;
  border-bottom: 1px solid #c0e0f3;
  text-align: left;
  padding: 5px 30px 10px 30px;
}

/*アコーディオン*/
.hum-acd {
  background: #c0e0f3;
  margin: 5px auto;
}

.acd-menu {
  display: none;
}

.acd-label {
  background: #c0e0f3;
  color: #1539a9;
  font-size: small;
  font-weight: 600;
  display: block;
  margin-top: 10px;
  padding: 8px 30px 8px 30px;
  text-align: left;
  position: relative;
}

.acd-genre {
  height: 0;
  padding: 0 10px;
}

.acd-menu + .acd-label + .acd-genre {
  background: #e7f7ff;
  height: auto;
  opacity: 1;
  padding-top: 5px;
  visibility: visible;
}

.hum-top {
  background: #c0e0f3;
  margin: 5px auto;
  position: relative;
}
.hum-top::after {
  color: rgba(78, 96, 151, 0.8588235294);
  content: ">";
  position: absolute;
  right: 0.5em;
  top: 8px;
}

.hum-topTxt {
  color: #1539a9;
  font-size: small;
  font-weight: 600;
  text-align: left;
  padding: 10px 30px 10px 30px;
  margin-bottom: 10px;
  position: relative;
}
.hum-topTxt::before {
  content: "";
  background: url(/sp/img/cssImg/homeTop.png) no-repeat center center/contain;
  position: absolute;
  width: 205px;
  height: 16px;
  left: -85px;
  bottom: 12px;
}

.menuTxt2 {
  color: #1539a9;
  font-size: small;
  font-weight: 600;
  border-bottom: 1px solid #c0e0f3;
  text-align: left;
  padding: 10px 30px 10px 30px;
}

.hum-group {
  display: none;
}

.hum-submit_btn2 {
  background: none;
  color: #1539a9;
  font-size: small;
  font-weight: 600;
  width: 100%;
  text-align: left;
}

.hum-submit2 {
  color: #1539a9;
  font-size: small;
  font-weight: 600;
  border-bottom: 1px solid #c0e0f3;
  text-align: left;
  padding: 10px 30px 10px 30px;
  position: relative;
}
.hum-submit2::after {
  color: rgba(78, 96, 151, 0.8588235294);
  content: ">";
  position: absolute;
  right: 0.5em;
  z-index: 99;
}

/*search.php内のアコーディオンメニュー*/
/*search.php内の並び替え*/
.sortBtn {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  margin-left: 5%;
}
.sortBtn label {
  background: #ededed;
  color: #000;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 4px 26px 4px 12px;
  border-top: 1px solid rgba(78, 96, 151, 0.8588235294);
  border-left: 1px solid rgba(78, 96, 151, 0.8588235294);
  border-right: 1px solid rgba(78, 96, 151, 0.8588235294);
  cursor: pointer;
  right: 10px;
  top: 13px;
  margin-bottom: 3px;
}
.sortBtn label::after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  color: rgba(78, 96, 151, 0.8588235294);
  content: "▼";
}
.sortBtn input:checked + label {
  background: rgba(78, 96, 151, 0.8588235294);
  color: #fff;
}
.sortBtn input:checked + label::after {
  color: #ededed;
  content: "▼";
}
.sortBtn input {
  display: none;
}

/*閉じる用の背景が半透明の箇所*/
#menu_bg {
  display: none;
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e7f7ff;
  opacity: 0.8;
  transition: 0.3s ease-in-out;
}
#menu_bg.is-active {
  display: block;
}

.logo_area {
  width: calc(100% - 30px);
  height: inherit;
  padding-left: 10px;
}
.logo_area .headerBarLink {
  display: inline-block;
  height: inherit;
  width: auto;
}
.logo_area .headerBarLink img {
  width: 90px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  padding-top: 1.1rem;
}

.top {
  background-position: center;
  background-size: cover;
  background-color: #f1faff;
}
.top a .top_title {
  display: block;
  width: 100%;
  margin: 20px auto;
}
@media (min-width: 1024px) {
  .top a .top_title {
    border-radius: 5px;
    box-sizing: border-box;
  }
}
.top .svg1 {
  /* 回転の基準をオブジェクトの中央に */
  transform-box: fill-box;
  transform-origin: center;
  animation: svg1 2s linear infinite;
}
@keyframes svg1 {
  from {
    transform: rotateZ(0turn) rotateY(0turn);
  }
  to {
    transform: rotateZ(1turn) rotateY(0.5turn);
  }
}
.top #kaze {
  animation: kaze 3s ease-out;
}
@keyframes kaze {
  from {
    transform: translate(-50%, -50%);
  }
  to {
    transform: translate(-20%, 30%);
  }
}
.top .invader-wrap {
  position: absolute;
}

.top_appIconArea {
  padding: 0 0 10px 0;
}
.top_appIconArea img {
  border-radius: 5px;
  filter: drop-shadow(3px 3px 2px rgb(95, 95, 95));
  margin: 0 auto;
  margin-bottom: 3px;
  width: 70%;
}
.top_appIconArea .slider_top,
.top_appIconArea .slider_bottom {
  display: none !important;
}
.top_appIconArea .slider_top.slick-initialized,
.top_appIconArea .slider_bottom.slick-initialized {
  display: block !important;
}

.top_appIconArea:nth-of-type(1) {
  padding: 10px 0 0 0;
}

.top_title-wrap {
  z-index: 10;
  position: relative;
}

.underline_yellow {
  background: linear-gradient(transparent 60%, #f9ff52 60%);
  display: inline !important;
  font-size: 1.8rem !important;
  font-style: normal !important;
  font-weight: bold;
  top: 0 !important;
}

li.caution {
  color: red;
  font-size: 1.4rem;
  list-style: none;
  margin: 5px 7px 25px;
  position: relative;
}
li.caution:before {
  content: "※";
  position: absolute;
}
li.caution span {
  display: block;
  margin-left: 17px;
}

.column {
  background-color: #f7f7f7;
  border: solid 1px #fff;
  border-radius: 3px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  color: #000;
  display: block;
  margin: 10px 5px 7px 10px;
  padding: 24px 3px 8px 4px;
  position: relative;
}
.column p {
  font-size: 1.2rem;
  margin: 0 !important;
  padding: 5px 2px 5px 5px !important;
}
.column .ribbon {
  background: #1539a9;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  color: white;
  display: inline-block;
  font-size: 1.4rem;
  height: 22px;
  left: 0;
  letter-spacing: 0.1em;
  line-height: 14px;
  margin: 0;
  padding: 5px 10px 0 5px !important;
  position: absolute;
  top: 4px;
}
.column .ribbon:before {
  background: #1539a9;
  border: none;
  border-radius: 5px 0 0 5px;
  content: "";
  height: 25px;
  left: -7px;
  position: absolute;
  top: 0;
  width: 7px;
}
.column .ribbon:after {
  background: #1539a9;
  border: none;
  border-radius: 5px 0 0 5px;
  bottom: -4px;
  content: "";
  height: 7px;
  left: -5px;
  position: absolute;
  width: 5px;
}

.colorBackground {
  background-color: #f7f7f7;
  border-radius: 5px;
  color: #000;
  margin: 0 auto;
  padding: 10px 5px 10px 20px;
  width: 90%;
}
.colorBackground ul li {
  font-weight: bold;
  list-style: disc;
}

.threeAppArea {
  padding: 10px 5px;
  text-align: center;
  display: flex;
}
.threeAppArea .table_3app {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.threeAppArea .table_3app .td_3appDev {
  color: gray;
  font-size: 6px;
  line-height: 9px;
  padding: 5px 0 1px;
}
.threeAppArea .table_3app .td_3app_appTitle {
  color: #000;
  font-size: min(3vw, 1.6rem);
  font-weight: bold;
  padding: 7px 0 4px 0;
  line-height: 1.5rem;
  height: 3em;
}
.threeAppArea .table_3app .td_3app_appPoint {
  font-size: min(2.4vw, 1.2rem);
  color: #1045bf;
  line-height: 1.4rem;
  text-align: left;
  padding: 0 0 0 7px;
}
.threeAppArea .table_3app .td_3app_appIcon img {
  border-radius: 16px;
  filter: drop-shadow(3px 3px 2px rgb(95, 95, 95));
  margin-top: 15px;
  padding: 0 0 0 0;
  width: 85%;
}
@media screen and (max-width: 480px) {
  .threeAppArea .table_3app .td_3app_appIcon img {
    border-radius: 10px;
  }
}
@media screen and (min-width: 480px) and (max-width: 600px) {
  .threeAppArea .table_3app .td_3app_appIcon img {
    border-radius: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 800px) {
  .threeAppArea .table_3app .td_3app_appIcon img {
    border-radius: 16px;
  }
}
@media screen and (min-width: 800px) {
  .threeAppArea .table_3app .td_3app_appIcon img {
    border-radius: 32px;
  }
}
.threeAppArea .table_3app .td_3app_dlButton .reflection-img {
  width: 100%;
  margin: 0.5rem auto 0;
  top: 0;
}
.threeAppArea .table_3app .td_3app_dlButton img {
  border-radius: 5px;
  padding: 5px 0 0 0;
  vertical-align: top;
  width: 92%;
}
.threeAppArea .ribbon-wrapper {
  background-color: #f7f7f7;
  border: 1px solid #757575;
  border-radius: 10px;
  box-sizing: border-box;
  display: block;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 32%;
}
.threeAppArea .ribbon-wrapper .ribbon-content {
  height: 91px;
  overflow: hidden;
  position: absolute;
  right: -6px;
  top: -6px;
  width: 89px;
  z-index: 1;
}
.threeAppArea .ribbon-wrapper .ribbon-content .ribbon {
  background: linear-gradient(to right, #ff9900 0%, #ffcc80 100%);
  background-color: #ff9900;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  color: #000;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  left: -2px;
  letter-spacing: 0.05em;
  line-height: 3px;
  padding: 7px 0;
  position: absolute;
  text-align: center;
  top: 17px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 132px;
}
.threeAppArea .ribbon-wrapper .ribbon-content .ribbon:before, .threeAppArea .ribbon-wrapper .ribbon-content .ribbon:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #cc3a00;
  bottom: -4px;
  content: "";
  position: absolute;
}
.threeAppArea .ribbon-wrapper .ribbon-content .ribbon:before {
  left: 20px;
}
.threeAppArea .ribbon-wrapper .ribbon-content .ribbon:after {
  right: 23px;
}

.pointLunch {
  font-size: 1.4rem;
  margin: 0 0 8px 3px;
}
.pointLunch .underline {
  background: linear-gradient(transparent 60%, #f9ff52 60%);
}
.pointLunch .big {
  font-size: 1.6rem;
  font-weight: bold;
}

.star-rating {
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 4px;
  position: relative;
  letter-spacing: 2px;
  white-space: nowrap;
}
.star-rating:after {
  color: #ccc;
  content: "★★★★★";
}
.star-rating .star-rating-item {
  font-size: 1.4rem;
  overflow: hidden;
  letter-spacing: 2px;
  position: absolute;
}
.star-rating .star-rating-item:before {
  color: #ffcc33;
  content: "★★★★★";
}

.starNum {
  margin-left: -8px;
}

.star-rating2 {
  display: inline-block;
  font-size: 1.4rem;
  position: relative;
  letter-spacing: 2px;
  white-space: nowrap;
  top: -8px;
}
.star-rating2:after {
  color: #ccc;
  content: "★★★★★";
}
.star-rating2 .star-rating-item2 {
  font-size: 1.4rem;
  overflow: hidden;
  letter-spacing: 2px;
  position: absolute;
}
.star-rating2 .star-rating-item2:before {
  color: #ffcc33;
  content: "★★★★★";
}

.starNum2 {
  margin-left: -5px;
  position: absolute;
  top: -8px;
}

.tb-scroll {
  display: block;
  display: grid;
  margin: 0 0 20px;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
}
.tb-scroll #tb-sortable {
  table-layout: fixed;
  border-collapse: collapse;
  text-align: center;
  border-bottom: solid 2px rgb(202, 202, 202);
  white-space: nowrap;
}
.tb-scroll #tb-sortable .tableTdRank {
  background: #f5f5f5;
  border-bottom: 1px solid gray;
}
.tb-scroll #tb-sortable .tableTdRank span {
  font-size: medium;
  font-weight: 600;
  display: inline-block;
}
.tb-scroll #tb-sortable .tableIcon:nth-of-type(1) .compareTableAppIcon .tableRibbon-wrapper .tableRibbon-content .tableRibbon-span {
  background: linear-gradient(45deg, #b67b03 0%, #daaf08 45%, #fee9a0 70%, #daaf08 85%, #b67b03 90% 100%);
}
.tb-scroll #tb-sortable .tableIcon:nth-of-type(1) .compareTableAppIcon .tableRibbon-wrapper .tableRibbon-content .tableRibbon-span::before, .tb-scroll #tb-sortable .tableIcon:nth-of-type(1) .compareTableAppIcon .tableRibbon-wrapper .tableRibbon-content .tableRibbon-span::after {
  border-top: 4px solid #b67b03;
}
.tb-scroll #tb-sortable .tableIcon:nth-of-type(2) .compareTableAppIcon .tableRibbon-wrapper .tableRibbon-content .tableRibbon-span {
  background: linear-gradient(45deg, #757575 0%, #9e9e9e 45%, #e8e8e8 70%, #9e9e9e 85%, #757575 90% 100%);
}
.tb-scroll #tb-sortable .tableIcon:nth-of-type(2) .compareTableAppIcon .tableRibbon-wrapper .tableRibbon-content .tableRibbon-span::before, .tb-scroll #tb-sortable .tableIcon:nth-of-type(2) .compareTableAppIcon .tableRibbon-wrapper .tableRibbon-content .tableRibbon-span::after {
  border-top: 4px solid #757575;
}
.tb-scroll #tb-sortable .tableIcon:nth-of-type(3) .compareTableAppIcon .tableRibbon-wrapper .tableRibbon-content .tableRibbon-span {
  background: linear-gradient(45deg, #f85656 0%, #9e9e9e 45%, #f36262 70%, #9e9e9e 85%, #e66565 90% 100%);
}
.tb-scroll #tb-sortable .tableIcon:nth-of-type(3) .compareTableAppIcon .tableRibbon-wrapper .tableRibbon-content .tableRibbon-span::before, .tb-scroll #tb-sortable .tableIcon:nth-of-type(3) .compareTableAppIcon .tableRibbon-wrapper .tableRibbon-content .tableRibbon-span::after {
  border-top: 4px solid #757575;
}
.tb-scroll #tb-sortable .tableIcon:nth-of-type(4) .compareTableAppIcon .tableRibbon-wrapper .tableRibbon-content .tableRibbon-span {
  background: linear-gradient(45deg, #faa65d 0%, #9e9e9e 45%, #faa65d 70%, #9e9e9e 85%, #757575 90% 100%);
}
.tb-scroll #tb-sortable .tableIcon:nth-of-type(4) .compareTableAppIcon .tableRibbon-wrapper .tableRibbon-content .tableRibbon-span::before, .tb-scroll #tb-sortable .tableIcon:nth-of-type(4) .compareTableAppIcon .tableRibbon-wrapper .tableRibbon-content .tableRibbon-span::after {
  border-top: 4px solid #757575;
}
.tb-scroll #tb-sortable a {
  text-decoration: none;
  color: blue;
}
.tb-scroll #tb-sortable .compareTableAppIcon img {
  margin: 3px 0 5px;
  width: 150px;
}
.tb-scroll #tb-sortable .compareTableAppIcon .tableRibbon-wrapper {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  width: auto;
  height: auto;
}
.tb-scroll #tb-sortable .compareTableAppIcon .tableRibbon-wrapper .tableRibbon-content {
  height: 91px;
  overflow: hidden;
  position: absolute;
  right: -6px;
  top: -2px;
  width: 89px;
}
.tb-scroll #tb-sortable .compareTableAppIcon .tableRibbon-wrapper .tableRibbon-content .tableRibbon-span {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  left: -2px;
  letter-spacing: 0.5em;
  line-height: 3px;
  padding: 7px 0;
  position: absolute;
  text-align: center;
  top: 17px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 132px;
}
.tb-scroll #tb-sortable .compareTableAppIcon .tableRibbon-wrapper .tableRibbon-content .tableRibbon-span::before, .tb-scroll #tb-sortable .compareTableAppIcon .tableRibbon-wrapper .tableRibbon-content .tableRibbon-span::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
  content: "";
  position: absolute;
}
.tb-scroll #tb-sortable .compareTableAppIcon .tableRibbon-wrapper .tableRibbon-content .tableRibbon-span::before:not(:first-of-type), .tb-scroll #tb-sortable .compareTableAppIcon .tableRibbon-wrapper .tableRibbon-content .tableRibbon-span::after:not(:first-of-type) {
  border-top: 4px solid #000;
}
.tb-scroll #tb-sortable .compareTableAppIcon .tableRibbon-wrapper .tableRibbon-content .tableRibbon-span::before {
  left: 20px;
}
.tb-scroll #tb-sortable .compareTableAppIcon .tableRibbon-wrapper .tableRibbon-content .tableRibbon-span::after {
  right: 23px;
}
.tb-scroll #tb-sortable .compareTableAppIcon .compareTableAppTitle {
  display: table;
  margin: 0 auto;
  text-align: left;
  padding: 0;
}
.tb-scroll td {
  border: 1px solid #a6a6a6;
  padding: 1px 10px;
  border-left: 0;
  border-bottom: 1px solid #dfdfdf;
}
.tb-scroll .th-scroll-fix02 {
  background-clip: padding-box;
  background-color: #fff;
  left: 61px;
  position: sticky;
  text-align: center;
}
.tb-scroll .th-scroll-fix02 img {
  border-radius: 5px;
  margin: 0 5px 5px;
  width: 80%;
  max-width: 200px;
}
.tb-scroll .th-scroll-fix02 a {
  color: #000;
  position: relative;
  text-decoration: none;
}
.tb-scroll .th-scroll-fix02 .table_article_title {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 0.3rem;
}
.tb-scroll .th-scroll-fix02 .table_article_title a {
  color: blue;
  text-decoration: underline;
}
.tb-scroll .th-scroll-fix02 .table_article_text {
  color: red;
  font-size: 1rem;
  line-height: 0.7rem;
  margin: 5px;
}
.tb-scroll .th-scroll-fix01 {
  background-clip: padding-box;
  background-color: #fff;
  left: -1px;
  padding: 5px 1px;
  position: sticky;
  width: 60px;
  z-index: 1;
  box-shadow: -1px 0px 0px 0px rgb(189, 189, 189) inset;
  border-right: 0;
  border-bottom: 1px solid #dfdfdf;
}
.tb-scroll .th-scroll-fix01 img {
  border: none;
  border-radius: 5px;
  height: 50px;
  margin: 5px 5px 2.5px 3px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 50px;
}
.tb-scroll .th-scroll-fix01 a {
  color: #000;
  position: relative;
  text-decoration: none;
}
.tb-scroll .hyoka {
  text-align: center;
}
.tb-scroll .hyoka .star-rating {
  font-size: 17px;
}
.tb-scroll .hyoka .star-rating .star-rating-item {
  font-size: 17px;
}
.tb-scroll .hyoka .starNum {
  font-size: 12px;
}

.thItem {
  border-bottom: 1px solid gray;
  background: whitesmoke;
  background-clip: padding-box;
  color: #000;
  font-size: 1.4rem;
  padding: 4px 5px;
  text-align: center;
  white-space: nowrap;
}

.tb-dlBtn {
  width: 160px;
}

.search-block {
  position: relative;
  margin: 40px 10px 15px 10px;
  padding: 10px 0px 0px 10px;
  border: solid 2px #1539a9;
  border-radius: 8px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.search-block .form-group {
  display: flex;
  flex-wrap: wrap;
}
.search-block label {
  font-size: small;
  height: 25px;
  line-height: 25px;
  text-align: left;
  width: calc(50% - 25px);
}
@media screen and (max-width: 300px) {
  .search-block label {
    width: 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 600px) {
  .search-block label {
    width: calc(33.3% - 25px);
  }
}
@media screen and (min-width: 600px) and (max-width: 800px) {
  .search-block label {
    width: calc(25% - 25px);
  }
}
@media screen and (min-width: 800px) {
  .search-block label {
    width: calc(20% - 25px);
  }
}
.search-block .check-input {
  display: none;
}
.search-block input[type=checkbox] + label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.search-block input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid;
  border-color: #000;
  background-color: #fff;
}
.search-block input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  display: none;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -9px;
  top: 50%;
  left: 0;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #ff9900;
}
.search-block input[type=checkbox]:checked + label::after {
  display: block;
}

.search-icon {
  background: url(/sp/img/cssImg/search2.png) no-repeat center center/contain;
  position: absolute;
  background-color: #edf1f6;
  width: 22px;
  height: 22px;
  left: 15px;
  top: -17px;
}

.searchH2 {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 37px;
  padding: 1px;
  line-height: 1;
  font-size: 1.8rem;
  color: #1539a9;
  text-shadow: 0 2px 0 #e5e4e4, 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #edf1f6;
}

.search-btn {
  display: block;
  margin: 8px auto 10px;
  width: 130px;
  height: 26px;
  background-color: rgba(78, 96, 151, 0.8588235294);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  border-radius: 5px;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

.check-inputTest {
  display: none;
}

.hum-check-input {
  display: none;
}

.hum-submit {
  position: relative;
}
.hum-submit::after {
  color: rgba(78, 96, 151, 0.8588235294);
  content: ">";
  position: absolute;
  right: 0.5em;
  top: 8px;
  z-index: 99;
}

.hum-submit_btn {
  background: #c0e0f3;
  color: #1539a9;
  font-size: small;
  font-weight: 600;
  display: block;
  text-align: left;
  position: relative;
  width: 100%;
  margin: 5px auto;
  padding: 10px 30px 10px 30px;
  border-radius: 0;
}

.fliter-block {
  margin: 10px 10px 0px 10px;
  padding: 10px 10px 0px 10px;
  border: solid 2px #1539a9;
  border-radius: 8px;
  position: relative;
}
.fliter-block button {
  background: none;
  position: relative;
  padding-left: 20px;
  color: #000;
}
.fliter-block button::before {
  content: "";
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid;
  border-color: #000;
  background-color: #fff;
}
.fliter-block button::after {
  content: "";
  position: absolute;
  display: none;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -9px;
  top: 50%;
  left: 0;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #ff9900;
}
.fliter-block .fliter-block-filter-btn-active,
.fliter-block .fliter-block-toggle-btn-active,
.fliter-block .fliter-block-sort-btn-active {
  color: #ff9900;
}
.fliter-block .fliter-block-filter-btn-active::after,
.fliter-block .fliter-block-toggle-btn-active::after,
.fliter-block .fliter-block-sort-btn-active::after {
  display: block;
}

.fliter-block2 {
  position: relative;
  text-align: right;
  top: -3px;
  font-size: 13px;
  border-bottom: solid 1.5px #1539a9;
}
.fliter-block2 span {
  font-size: 18px;
  font-weight: bold;
  color: #ff9900;
}

.searchedH2 {
  font-weight: 600;
  color: #1539a9;
  left: 37px;
}

.genreFilter2 {
  margin: 7px auto;
  display: flex;
  flex-wrap: wrap;
}

.searchedGenre {
  display: flex;
  flex-wrap: wrap;
}

.searchedGenre_item {
  text-align: left;
  height: 25px;
  line-height: 25px;
  width: 50%;
}
@media screen and (max-width: 300px) {
  .searchedGenre_item {
    width: 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 600px) {
  .searchedGenre_item {
    width: 33.3%;
  }
}
@media screen and (min-width: 600px) and (max-width: 800px) {
  .searchedGenre_item {
    width: 25%;
  }
}
@media screen and (min-width: 800px) {
  .searchedGenre_item {
    width: 20%;
  }
}

.rank-dlBtn {
  width: 70%;
  max-width: 500px;
}

#filter-wrap {
  padding: 10px 3px 5px;
  background-color: rgba(192, 224, 243, 0.1803921569);
}
#filter-wrap .filter-target {
  list-style: none;
  display: block;
  margin-bottom: 20px;
  padding-top: 60px;
  margin-top: -60px;
}

#filter-wrap2 {
  padding: 10px 3px 5px;
}
#filter-wrap2 .filter-target {
  list-style: none;
  display: block;
  margin-bottom: 20px;
  padding-top: 40px;
  margin-top: -40px;
}

.rank-block {
  background-color: #fff;
  border: solid 1px #828282;
  border-radius: 10px;
  width: 100%;
}
.rank-block h3 {
  align-items: center;
  background-color: #1539a9;
  color: #ff9900;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  height: 3.5rem;
  line-height: 1.8rem;
  margin: 10px 5px 0 0;
  padding: 7px 5px 5px 10px;
  text-shadow: 2px 2px 0 #777;
  width: calc(100% - 15px);
}
.rank-block h4 {
  background: transparent;
  border-left: solid 5px #1539a9;
  border-radius: 0;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin: 5px 0 5px 5px;
  padding: 0.5rem 0.4rem;
  text-align: left;
}

.rank-block_top {
  display: flex;
}
.rank-block_top .left_block {
  text-align: center;
  position: relative;
  width: 120px;
}
.rank-block_top .left_block img {
  margin-top: 15px;
  margin-left: 5%;
  width: 85%;
}
@media screen and (max-width: 480px) {
  .rank-block_top .left_block img {
    border-radius: 9px;
  }
}
@media screen and (min-width: 480px) and (max-width: 600px) {
  .rank-block_top .left_block img {
    border-radius: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 800px) {
  .rank-block_top .left_block img {
    border-radius: 16px;
  }
}
@media screen and (min-width: 800px) {
  .rank-block_top .left_block img {
    border-radius: 16px;
  }
}
.rank-block_top .left_block::after {
  left: 0%;
  position: absolute;
  z-index: 1;
}
.rank-block_top .left_block .iconAnim {
  margin-top: 15px;
  margin-left: -42%;
  width: 85%;
  position: absolute;
  z-index: 0;
}
@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
.rank-block_top .right_block {
  margin-left: 0rem;
  padding-top: 0.5rem;
  width: calc(100% - 120px);
}
.rank-block_top .right_block .app_title {
  margin: 10px 5px 0 0;
  position: relative;
  line-height: 1.8rem;
  height: 3.6rem;
}
.rank-block_top .right_block .app_title .rankRink {
  text-decoration-color: #1539a9;
  height: inherit;
  line-height: inherit;
}
.rank-block_top .right_block .app_title span {
  height: 25px;
  line-height: inherit;
  align-items: center;
  color: #1045bf;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  position: initial;
  top: initial;
  letter-spacing: -0.8px;
}
.rank-block_top .star {
  font-size: 1.3rem;
  line-height: 1.8rem;
  position: relative;
}
.rank-block_top .app_features {
  display: flex;
  flex-wrap: wrap;
  line-height: 21px;
  overflow: hidden;
  height: 46px;
  align-items: center;
}
.rank-block_top .app_features .grid-item {
  margin-right: 0.3rem;
  align-items: center;
  background-color: #fff;
  color: #000;
  display: flex;
  font-size: 10px;
  font-weight: bold;
  justify-content: center;
  padding: 0 4px;
  text-align: center;
  margin: 1px 1px;
}
.rank-block_top .app_features .orange {
  background-color: #ffca75;
}
.rank-block_top .app_features .blue {
  background-color: #81cdff;
}
.rank-block_top .app_features .green {
  background-color: #a4ebc1;
}

.filter-tb {
  border: 1px solid #d8d8d8;
  margin: 10px auto;
  width: 95%;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: center;
}

.filterTbody {
  margin: 0;
  border: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

.filterTr1 {
  width: 45%;
  border-bottom: 1px solid #d8d8d8;
}
.filterTr1 .filterTh1 {
  border: 1px solid #d8d8d8;
  padding: 3px;
  font-size: 1rem;
  line-height: 1.5;
  color: gray;
  width: auto;
}
.filterTr1 .filterTh2 {
  border: 1px solid #d8d8d8;
  padding: 3px;
  font-size: 1rem;
  line-height: 1.5;
  color: gray;
  width: auto;
}
.filterTr1 .filterTd1 {
  position: relative;
  width: 24%;
  text-align: left;
  left: 4px;
}
.filterTr1 .filterTd2 {
  position: relative;
  width: 24%;
  text-align: left;
  left: 4px;
}

.filterTr2 {
  width: 55%;
  border-bottom: 1px solid #d8d8d8;
}
.filterTr2 .filterTh3 {
  border: 1px solid #d8d8d8;
  padding: 3px;
  font-size: 1rem;
  line-height: 1.5;
  color: gray;
  width: auto;
}
.filterTr2 .filterTh4 {
  border: 1px solid #d8d8d8;
  padding: 3px;
  font-size: 1rem;
  line-height: 1.5;
  color: gray;
  width: auto;
}
.filterTr2 .filterTd3 {
  position: relative;
  width: 24%;
  text-align: left;
  left: 4px;
}
.filterTr2 .filterTd4 {
  position: relative;
  width: 24%;
  text-align: left;
  left: 4px;
}

.rank-block_title-wrap {
  align-items: center;
  color: #202020;
  display: flex;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: bold;
  line-height: 2rem;
  margin: 14px 8px 0;
  text-align: center;
  text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 2px 2px 0 #fff;
}
.rank-block_title-wrap:before, .rank-block_title-wrap:after {
  background-color: #1539a9;
  content: "";
  flex-grow: 1;
  height: 1px;
}
.rank-block_title-wrap:before {
  margin-right: 0rem;
}
.rank-block_title-wrap:after {
  margin-left: 0rem;
}
.rank-block_title-wrap .rank-block_title-txt {
  background-size: 80px;
  line-height: 2rem;
  display: table;
  text-align: left;
  padding-bottom: 10px;
}

.rank-img {
  text-align: center;
  margin-top: 8px;
}
.rank-img img {
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  line-height: 1em;
  margin: 0 0;
  max-width: 750px;
  outline-offset: 0;
  vertical-align: bottom;
  width: 98%;
}
.rank-img video,
.rank-img iframe {
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  line-height: 1em;
  margin: 0 0;
  max-width: 750px;
  outline-offset: 0;
  vertical-align: bottom;
  width: 98%;
}
.rank-img .main-movie {
  aspect-ratio: 16/9;
}
.rank-img .main-movie iframe {
  width: 100%;
  height: 100%;
}

.rank-block_desc-wrap {
  position: relative;
  margin-bottom: 20px;
}

.rank-block_desc-wrap2 {
  /*search.php*/
  position: relative;
  margin-bottom: 10px;
}

.readMore-btn {
  position: absolute;
  bottom: 0px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, transparent, #fff);
}
.readMore-btn::before {
  position: absolute;
  content: "続きを読む";
  width: 135px;
  border-radius: 15px;
  padding: 5px;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(78, 96, 151, 0.8588235294);
  font-size: 1.6rem;
  bottom: -8px;
}

.rank-block_desc-txt {
  position: relative;
  height: 80px; /*テキストが1行のみ表示される状態*/
  overflow: hidden;
  margin: 10px;
  line-height: 1.5;
}

.readMore-check {
  display: none; /*チェックボックスは常に非表示にしておきます*/
}

.readMore-check:checked + .readMore-btn {
  display: none; /*チェックが入るとボタンを非表示にします*/
}

.readMore-check:checked ~ .rank-block_desc-txt {
  height: auto; /*チェックが入るとテキストの高さ制限をなくします*/
}

.rank-block_recPoint {
  border: double 5px #ffef91;
  border-radius: 10px;
  padding: 10px 10px;
  margin: 0 6px 20px 6px;
  background-color: #fff5df;
}
.rank-block_recPoint .recH1 {
  display: inline-block;
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
  margin: 0;
  border-bottom: 3px solid #ffd500;
}
.rank-block_recPoint .recPointTxt_wrap {
  margin-top: 20px;
}
.rank-block_recPoint .recPointTxt {
  font-size: 1.6rem;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  list-style: none;
}
.rank-block_recPoint .recPointTxt::before {
  content: "●";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  color: #ffd500;
}

.rank-block_recPoint2 {
  /*search.php*/
  border: double 5px #ffef91;
  border-radius: 10px;
  padding: 10px 10px;
  margin: 15px;
  background-color: #fff5df;
}
.rank-block_recPoint2 .recH1-2 {
  display: inline-block;
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
  margin: 0;
  border-bottom: 3px solid #ffd500;
}
.rank-block_recPoint2 .recPointTxt_wrap2 {
  margin-top: 20px;
}
.rank-block_recPoint2 .recPointTxt2 {
  font-size: 1.6rem;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  list-style: none;
}
.rank-block_recPoint2 .recPointTxt2::before {
  content: "●";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  color: #ffd500;
}

.registrants_number {
  color: #000;
  font-size: 1.3rem;
  text-align: center;
  margin-top: 10px;
}
.registrants_number .big {
  color: #ff9900;
  display: initial;
  font-size: 1.3rem;
  font-weight: bold;
  top: initial;
}

.btn-area {
  margin: 0 auto;
  padding: 0 0 0;
  padding: 5px 0 5px;
  text-align: center;
  width: 90%;
}
.btn-area .button {
  background: #019de6;
  border-bottom: solid 2px #015780;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 5px 0 5px 0;
  max-width: 750px;
  padding: 1rem 0;
  text-align: center;
  width: 90%;
}
.btn-area p {
  color: #019de6;
  font-size: 1.4rem;
  margin: 0 !important;
  padding: 0 !important;
}

.cam {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #ff4700;
  margin: 10px 0 10px 0;
}

.cam-appTitle {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  color: #000;
  margin-top: -2px;
}

p.dlNow {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  color: #ff4700;
  margin: 15px 0 0 0;
}

p.dlNow2 {
  /*search.php*/
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  color: #ff4700;
  margin: 9px 0 0 0;
}

.now-appTitle {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  color: #000;
}

.view_review_button {
  background-color: #f6f6f6;
  border-radius: 5px;
  color: #ff9100;
  margin: 0 auto;
  margin-bottom: 2vw;
  width: 95%;
}
.view_review_button p {
  margin: 0;
  padding: 0;
}

.review-block {
  border: double 5px #279ce2;
  border-radius: 10px;
  padding: 10px 3px;
  margin: 15px 6px 20px 6px;
  background-color: #e8f7fe;
}
.review-block .reviewH1 {
  display: inline-block;
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
  margin: 0 0 0 7px;
  border-bottom: 3px solid #279ce2;
}

.reviewContent {
  padding: 7px 0px 0px 0px;
}

.reviewTitle {
  font-weight: bold;
  padding: 5px 23px;
}
.reviewTitle p {
  margin: 0;
  padding: 0;
}

.reviewText {
  padding: 2px 25px;
  font-size: 1.3rem;
}

ul#filter-wrap .filter-target:nth-child(1) .rank-block .left_block {
  position: relative;
}
ul#filter-wrap .filter-target:nth-child(1) .rank-block .left_block::after {
  content: "";
  background: url("/sp/img/cssImg/rank0.png") no-repeat center center/cover;
  position: absolute;
  width: 30px;
  height: 38px;
  left: 6px;
}
ul#filter-wrap .filter-target:nth-child(2) .rank-block .left_block {
  position: relative;
}
ul#filter-wrap .filter-target:nth-child(2) .rank-block .left_block::after {
  content: "";
  background: url("/sp/img/cssImg/rank1.png") no-repeat center center/cover;
  position: absolute;
  width: 30px;
  height: 38px;
  left: 6px;
}
ul#filter-wrap .filter-target:nth-child(3) .rank-block .left_block {
  position: relative;
}
ul#filter-wrap .filter-target:nth-child(3) .rank-block .left_block::after {
  content: "";
  background: url("/sp/img/cssImg/rank2.png") no-repeat center center/cover;
  position: absolute;
  width: 30px;
  height: 38px;
  left: 6px;
}
ul#filter-wrap .filter-target:nth-child(4) .rank-block .left_block {
  position: relative;
}
ul#filter-wrap .filter-target:nth-child(4) .rank-block .left_block::after {
  content: "";
  background: url("/sp/img/cssImg/rank3.png") no-repeat center center/cover;
  position: absolute;
  width: 30px;
  height: 38px;
  left: 6px;
}
ul#filter-wrap .filter-target:nth-child(5) .rank-block .left_block::after {
  content: "";
  background: url("/sp/img/cssImg/rank4.png") no-repeat center center/cover;
  position: absolute;
  width: 30px;
  height: 38px;
  left: 6px;
}
ul#filter-wrap .filter-target:nth-child(6) .rank-block .left_block::after {
  content: "";
  background: url("/sp/img/cssImg/rank5.png") no-repeat center center/cover;
  position: absolute;
  width: 30px;
  height: 38px;
  left: 6px;
}
ul#filter-wrap .filter-target:nth-child(7) .rank-block .left_block::after {
  content: "";
  background: url("/sp/img/cssImg/rank6.png") no-repeat center center/cover;
  position: absolute;
  width: 30px;
  height: 38px;
  left: 6px;
}
ul#filter-wrap .filter-target:nth-child(8) .rank-block .left_block::after {
  content: "";
  background: url("/sp/img/cssImg/rank7.png") no-repeat center center/cover;
  position: absolute;
  width: 30px;
  height: 38px;
  left: 6px;
}
ul#filter-wrap .filter-target:nth-child(9) .rank-block .left_block::after {
  content: "";
  background: url("/sp/img/cssImg/rank8.png") no-repeat center center/cover;
  position: absolute;
  width: 30px;
  height: 38px;
  left: 6px;
}
ul#filter-wrap .filter-target:nth-child(10) .rank-block .left_block::after {
  content: "";
  background: url("/sp/img/cssImg/rank9.png") no-repeat center center/cover;
  position: absolute;
  width: 30px;
  height: 38px;
  left: 6px;
}

ul#filter-wrap2 .filter-target:nth-child(1) .rank-block .left_block {
  position: relative;
}
ul#filter-wrap2 .filter-target:nth-child(1) .rank-block .left_block::after {
  content: "";
  background: url("/sp/img/cssImg/rank0.png") no-repeat center center/cover;
  position: absolute;
  width: 30px;
  height: 38px;
  left: 6px;
}
ul#filter-wrap2 .filter-target:nth-child(2) .rank-block .left_block {
  position: relative;
}
ul#filter-wrap2 .filter-target:nth-child(2) .rank-block .left_block::after {
  content: "";
  background: url("/sp/img/cssImg/rank1.png") no-repeat center center/cover;
  position: absolute;
  width: 30px;
  height: 38px;
  left: 6px;
}
ul#filter-wrap2 .filter-target:nth-child(3) .rank-block .left_block {
  position: relative;
}
ul#filter-wrap2 .filter-target:nth-child(3) .rank-block .left_block::after {
  content: "";
  background: url("/sp/img/cssImg/rank2.png") no-repeat center center/cover;
  position: absolute;
  width: 30px;
  height: 38px;
  left: 6px;
}
ul#filter-wrap2 .filter-target:nth-child(4) .rank-block .left_block {
  position: relative;
}
ul#filter-wrap2 .filter-target:nth-child(4) .rank-block .left_block::after {
  content: "";
  background: url("/sp/img/cssImg/rank3.png") no-repeat center center/cover;
  position: absolute;
  width: 30px;
  height: 38px;
  left: 6px;
}
ul#filter-wrap2 .filter-target:nth-child(5) .rank-block .left_block::after {
  content: "";
  background: url("/sp/img/cssImg/rank4.png") no-repeat center center/cover;
  position: absolute;
  width: 30px;
  height: 38px;
  left: 6px;
}
ul#filter-wrap2 .filter-target:nth-child(6) .rank-block .left_block::after {
  content: "";
  background: url("/sp/img/cssImg/rank5.png") no-repeat center center/cover;
  position: absolute;
  width: 30px;
  height: 38px;
  left: 6px;
}
ul#filter-wrap2 .filter-target:nth-child(7) .rank-block .left_block::after {
  content: "";
  background: url("/sp/img/cssImg/rank6.png") no-repeat center center/cover;
  position: absolute;
  width: 30px;
  height: 38px;
  left: 6px;
}
ul#filter-wrap2 .filter-target:nth-child(8) .rank-block .left_block::after {
  content: "";
  background: url("/sp/img/cssImg/rank7.png") no-repeat center center/cover;
  position: absolute;
  width: 30px;
  height: 38px;
  left: 6px;
}
ul#filter-wrap2 .filter-target:nth-child(9) .rank-block .left_block::after {
  content: "";
  background: url("/sp/img/cssImg/rank8.png") no-repeat center center/cover;
  position: absolute;
  width: 30px;
  height: 38px;
  left: 6px;
}
ul#filter-wrap2 .filter-target:nth-child(10) .rank-block .left_block::after {
  content: "";
  background: url("/sp/img/cssImg/rank9.png") no-repeat center center/cover;
  position: absolute;
  width: 30px;
  height: 38px;
  left: 6px;
}

.iconNone {
  text-align: center;
  position: relative;
  width: 120px;
}
.iconNone img {
  margin-top: 15px;
  margin-left: 5%;
  width: 85%;
}
.iconNone::after {
  content: "";
}

.gallery {
  visibility: hidden;
}
.gallery .galleryWrap {
  border: 0;
  display: inline-block;
  position: relative;
  width: 19.999999%;
  background-color: #000;
}
@media screen and (max-width: 600px) {
  .gallery .galleryWrap {
    width: 33.333%;
  }
}
.gallery .galleryWrap .nowMarketIcon {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 20%;
}
.gallery .galleryWrap .nowMarketIcon img {
  filter: drop-shadow(3px 3px 2px rgb(95, 95, 95));
  opacity: 0.8;
  width: 100%;
}
.gallery .galleryWrap .galleryImg {
  border: 0;
  height: 20vw;
  max-height: 204.8px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .gallery .galleryWrap .galleryImg {
    height: 33.333vw;
    max-height: 341.3333333333px;
  }
}
.gallery .galleryWrap .galleyApp {
  align-items: center;
  background: rgb(203, 96, 179);
  background: linear-gradient(to bottom, rgba(203, 96, 179, 0.2) 0%, rgba(193, 70, 161, 0.2) 50%, rgba(168, 0, 119, 0.2) 51%, rgba(219, 54, 164, 0.2) 100%);
  bottom: 1px;
  color: #fff;
  display: flex;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cb60b3", endColorstr="#db36a4",GradientType=0 );
  font-size: 1.2rem;
  left: 1px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  text-overflow: ellipsis;
  text-shadow: 0 0 4px #000, 0 0 4px #000, 0 0 4px #000;
  width: 100%;
}
.gallery .galleryWrap .galleyApp img {
  filter: drop-shadow(3px 3px 2px rgb(95, 95, 95));
  margin: 2px 6px 2px 2px;
  width: 20%;
}

.box {
  display: block;
  text-align: center;
}
.box a {
  color: #000;
}
.box p {
  font-size: 1.6rem !important;
}
.box .pTop {
  padding-top: 10px;
}
.box .nowSnapBig {
  border-radius: 0 !important;
  margin-top: 5px;
  max-width: 500px;
  width: 80%;
}
.box .dlButton {
  margin: 10px;
}
.box .dlButton p {
  color: #faa65d;
  font-size: 1.4rem !important;
  padding: 0;
}
.box .dlButton img {
  margin-top: 0;
  max-width: 500px;
  vertical-align: top;
  width: 80%;
}
.box ul {
  display: inline-block;
  list-style-type: decimal;
}
.box ul li {
  text-align: left;
}
.box .nowApp {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 10px 0 10px 0;
}
.box .nowApp .nowAppImg {
  border-radius: 5px;
  filter: drop-shadow(3px 3px 2px rgb(95, 95, 95));
  margin: 0 10px 0 0;
  max-width: 100px;
  width: 10%;
}
.box .nowApp .nowAppTitle {
  font-size: 1.6rem;
}

.imgBigli {
  margin: 0 0 1px;
}
.imgBigli .link_blockImg {
  margin: 0;
  padding: 0;
  position: relative;
  border-radius: 4px;
  border: 1px solid rgb(211, 211, 211);
}
.imgBigli .link_blockImg img {
  line-height: 1em;
  vertical-align: bottom;
  width: 100%;
  border-radius: 4px;
}
.imgBigli .link_blockImg .webTxtArea {
  background: rgba(234, 0, 255, 0.3);
  bottom: 0;
  left: 0;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#80fcecfc", endColorstr="#80ff7cd8",GradientType=0 );
  font-size: 1.2rem;
  overflow: hidden;
  padding: 5px 5px 0 5px;
  position: absolute;
  text-overflow: ellipsis;
  text-shadow: 0 0 4px #000, 0 0 4px #000, 0 0 4px #000;
  width: calc(100% - 10px);
  word-break: break-all;
  border-radius: 0 0 4px 4px;
}
.imgBigli .link_blockImg .webTxtArea .webTxtAreaTitle {
  font-size: 1.6rem;
  font-weight: 900;
  left: 0;
  text-decoration: underline;
  text-decoration-color: #c9c9c9;
  text-decoration-style: dotted;
}
.imgBigli .link_blockImg .webTxtArea .webTxtAreaDate {
  color: rgb(226, 226, 226);
  font-size: 1.1rem;
  font-weight: normal;
  float: right;
}
.imgBigli .link_blockImg .webTxtArea .webTxtAreaTxt {
  display: block;
  color: #fff;
  font-size: 1.1rem;
  font-weight: normal;
  margin: 0 0 2px;
}
.imgBigli .link_blockImg .rightTopText {
  background: linear-gradient(to bottom, rgba(226, 226, 226, 0.5) 0%, rgb(219, 219, 219) 40%, rgb(209, 209, 209) 61%, rgba(254, 254, 254, 0.5) 100%);
  border: solid #bebebe 1px;
  border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  -webkit-border-radius: 15px 0 0 15px;
  border-right-width: 0;
  color: #000;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b3e2e2e2", endColorstr="#b3fefefe",GradientType=0 );
  font-size: 1.4rem;
  font-weight: 900;
  padding: 7px 7px 5px 14px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 5px;
  display: flex;
  align-items: center;
}
.imgBigli .link_blockImg .title_app {
  align-items: center;
  background: rgba(234, 0, 255, 0.3);
  bottom: 0;
  color: #fff;
  display: flex;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#80fcecfc", endColorstr="#80ff7cd8",GradientType=0 );
  font-size: 1.2rem;
  font-weight: 900;
  justify-content: center;
  left: 0;
  overflow: hidden;
  padding: 15px 5px 0 5px;
  position: absolute;
  text-shadow: 0 0 4px #000, 0 0 4px #000, 0 0 4px #000;
  width: calc(100% - 10px);
  word-break: break-all;
}

@keyframes dokidoki {
  0% {
    transform: scale(1.05) rotate(8deg);
  }
  5% {
    transform: scale(1) rotate(10deg);
  }
  95% {
    transform: scale(1) rotate(5deg);
  }
  100% {
    -webkit-transform: scale(1.05) rotate(6deg);
  }
}
.blink {
  animation: blink 1s ease-in-out infinite alternate;
  -webkit-animation: blink 1s ease-in-out infinite alternate;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#do-not-use #goTo {
  left: 10px;
  max-width: 1024px;
  position: absolute;
  top: 0;
  z-index: 999;
}
#do-not-use #splash {
  background: #000;
  color: #fff;
  height: 100%;
  opacity: 0.8;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 999;
}
#do-not-use #splash_text {
  color: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 999;
}
#do-not-use #splash_text svg {
  height: 2px;
}
#do-not-use .snapShot {
  margin: 10px;
  text-align: center;
}
#do-not-use .snapShot img {
  border: 1px solid #969696;
  border-radius: 10px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 90%;
}
#do-not-use .popupbg {
  background: rgba(0, 0, 0, 0.3);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
#do-not-use #loading {
  background: #000;
  color: #fff;
  display: none;
  height: 100%;
  opacity: 0.8;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 999;
}
#do-not-use #loading_text {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1rem;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 47%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 999;
}
#do-not-use #loading_text img {
  margin-left: 10px;
}
#do-not-use .link_blockImg_title_left_block {
  float: left;
  margin-right: 6px;
  width: 5rem;
}
#do-not-use .link_blockImg_title_left_block img {
  box-shadow: 3px 3px 5px #646464;
  width: 100% !important;
}
#do-not-use .link_blockImg_title_right_block {
  width: 100%;
}
#do-not-use .app_text p {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin: 3px 0 5px 0 !important;
  padding: 0 !important;
  word-break: break-all !important;
}
#do-not-use .point_sentence2 {
  background: #fff8e8;
  border-bottom-right-radius: 5px;
  border-left: solid 5px #ffc107;
  border-top-right-radius: 5px;
  margin: 5px 5px auto;
  text-align: left;
}
#do-not-use .point_sentence2 h3 {
  padding: 5px 5px 0 5px;
  word-break: break-all;
}
#do-not-use .point_sentence2 p {
  margin-top: 0;
  padding: 0 5px 5px 5px !important;
  word-break: break-all;
}
#do-not-use .topContentOlLi p {
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #c9c9c9;
}
#do-not-use .topContentOlLi li {
  font-size: 1.4rem;
  margin-left: 30px;
  word-break: break-all;
}

#floating {
  background: #fd9535;
  border: solid 2px #d27d00;
  border-radius: 4px;
  bottom: 600px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05), 4px 4px #555;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: normal;
  left: 0;
  margin-left: 3px;
  padding: 3px 8px;
  position: relative;
  text-decoration: none;
  z-index: 1;
}
#floating a {
  color: #fff;
  display: block;
  margin: 10px 0 10px 0;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  width: 100%;
}