@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&family=Noto+Serif+JP:wght@400;700&display=swap");

/* 簡易リセットCSS */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Kaisei Opti', serif !important;
}

input:focus {
  outline: none;
}

html {
  font-size: 16px;
}

html::-webkit-scrollbar {
  display: none;
  /* 针对Webkit浏览器 */
}
.particle-network-animation{
  display:none;
}
h1 {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
}

li,
ul {
  margin: 0;
  padding: 0;
  list-style: none inside;
}

body {
  position: relative;
  width: 100%;
  color: var(--color_text);
  font-size: .9375rem;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: var(--color_bg);
  -webkit-text-size-adjust: 100%;
  z-index: -10;
  background-size: cover;
  background-attachment: fixed;
  background: url(../img/sp/bg2.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.section_title {
  display: block;
  width: 90% !important;
  margin: 0 auto 1.25rem auto;
}

.vertical-slider__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  align-content: center;
  align-items: center;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: nowrap;
}

.swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-property: transform;
  box-sizing: content-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.hide4 {
  display: none;
}

.hide {
  opacity: 0;
  pointer-events: none;
  transform: scale(1.2);
}

.hide2 {
  display: none;
}

.hide3 {
  opacity: 0;
}

.leftbanner, .mouse{
  display:none;
}

.ani_show_down {
  animation: key_show_down 1s linear both;
  -wekbit-animation: key_show_down 1s linear both;
  -ms-animation: key_show_down 1s linear both;
}

@keyframes key_show_down {
  0% {
    opacity: 0;
    transform: translate3d(0, -6.25rem, 0)
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@-wekbit-keyframes key_show_down {
  0% {
    opacity: 0;
    -wekbit-transform: translate3d(0, -6.25rem, 0)
  }

  100% {
    opacity: 1;
    -wekbit-transform: translate3d(0, 0, 0)
  }
}

@-ms-keyframes key_show_down {
  0% {
    opacity: 0;
    -ms-transform: translate3d(0, -6.25rem, 0)
  }

  100% {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0)
  }
}

.ani_show_up {
  animation: key_show_up 1s linear both;
  -wekbit-animation: key_show_up 1s linear both;
  -ms-animation: key_show_up 1s linear both;
}

@keyframes key_show_up {
  0% {
    opacity: 0;
    transform: translate3d(0, 6.25rem, 0)
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@-wekbit-keyframes key_show_up {
  0% {
    opacity: 0;
    -wekbit-transform: translate3d(0, 6.25rem, 0)
  }

  100% {
    opacity: 1;
    -wekbit-transform: translate3d(0, 0, 0)
  }
}

@-ms-keyframes key_show_up {
  0% {
    opacity: 0;
    -ms-transform: translate3d(0, 6.25rem, 0)
  }

  100% {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0)
  }
}

footer {
  bottom: 0;
  width: 100%;
  z-index: 101;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 0 0rem 0;
  background: #fff;
  margin-top: 0rem;
}

footer .company_info {
  padding: 2rem 0;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  font-size: 0.875rem;
}

footer .company_info img {
  width: 11.625rem;
  height: 4.3125rem;
}

footer .company_info div {
  margin: 0;
}

footer .company_info ul {
  margin-bottom: 0;
  font-size: .875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .company_info ul li {
  margin: 0 .625rem 0 0;
}
footer .company_info ul li a{
  color: #0099cb;
  margin: 0 .625rem 0 0;
  font-weight: 400;
}

footer .company_info ul li:first-child {
  border: none;
  padding-left: 0;
  margin: 0 .625rem 0 0;
}

footer p {
  width: 100%;
  text-align: center;
  font-size: .875rem;
  color: #000;
  margin-bottom: 0;
  font-weight: 400;
  margin: 0.5rem 0;
}

header {
  width: 100%;
  height: 3.75rem;
}

.no_scroll {
  overflow: hidden;
}

#header {
  width: 100%;
  height: 3.75rem;
  background: #000;
  position: fixed;
  top: 0;
  z-index: 100;
}

#header .game_logo {
  display: none;
}

header #header {
  /*ハンバーガーメニュー開閉ボタン*/
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background: #000000;
  /* border-bottom: .125rem solid #ffffff; */
  height: 3.75rem;
}

#header .sns{
  width:auto;
  height: 3rem;
  display:flex;
  align-items: center;
  z-index: 9999;
  position: absolute;
  right: 3.5rem;
}
#header .sns a{
  width: 2.2rem;
  height: 2.2rem;
  border-radius:0.5rem;
  margin: 0 0.2rem;
  box-sizing:border-box;
}
#header .sns a.x{
  background:#000;
  padding:0.3rem;
  border: 1px solid #fff;
}
#header .sns a.youtobe{
  background:#ff0000;
}

nav{
  height: 3.75rem;
  display: flex;
  align-items: center;
  position: relative;
}

header #header .m_logo img {
  height: 2.5rem;
  margin: .3125rem 0 0 .625rem;
}

header #header #menu_wrap {
  visibility: hidden;
  -webkit-transition: all .2s;
  transition: all .2s;
  /* サブリンク */
}

header #header #menu_wrap .menu {
  width: 100%;
  position: fixed;
  top: 3.75rem;
  height: calc(100% - .3125rem);
  background: rgb(26 0 0 / 96%);
}

header #header #menu_wrap .menu li {
  background-size: 75%;
  text-align: center;
  font-size: 1.25rem;
  line-height: 4.75rem;
  border-bottom: .0625rem solid #fff;
}

header #header #menu_wrap .menu li .init-bottom {
  display: none;
}

header #header #menu_wrap .menu li a {
  color: #FFF;
  display: block;
  width: 100%;
  height: auto;
  text-decoration: none;
}

header #header #menu_wrap .menu .menu_title {
  color: #fff;
  background-color: #420000b8;
}

header #header #menu_wrap .menu .menu_top {
  background-position: center 11%;
}

header #header #menu_wrap .menu .menu_news {
  background-position: center 22%;
}

header #header #menu_wrap .menu .menu_info {
  background-position: center 33%;
}

header #header #menu_wrap .menu .menu_guide {
  background-position: center 44%;
}

header #header #menu_wrap .menu .menu_etc {
  background: none;
}

header #header #menu_wrap .menu .menu__second-level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

header #header #menu_wrap .menu .menu__second-level li {
  background-size: 110%;
  width: 50%;
}

header #header #menu_wrap .menu .menu__second-level li a {
  display: block;
  width: 100%;
  height: 100%;
}

header #header #menu_wrap .menu .menu__second-level li:nth-child(odd) {
  border-right: .0625rem solid #fff;
}

header #header #menu_wrap .menu .menu__second-level li.menu_world {
  border-bottom: none !important;
}

header #header #menu_wrap .menu .menu__second-level li.menu_gift {
  background-position: center 55.5%;
}

header #header #menu_wrap .menu .menu__second-level li.menu_faq {
  background-position: center 66.5%;
}

header #header #menu_wrap .menu .menu__second-level li.menu_support {
  background-position: center 78.5%;
}

header #header #menu_wrap .menu .menu__second-level li.menu_terms {
  background-position: center 89.5%;
}

header #header #menu_wrap .menu .menu__second-level li.menu_privacy {
  background-position: center 101.5%;
  border-bottom: none;
}

header #header #menu_wrap .sublink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header #header #menu_wrap .sublink li {
  width: 2.5rem;
  margin: .5rem;
}

header #header #menu_wrap .sublink li a img {
  display: block;
  width: 100%;
}

header #header #menu_wrap .sublink li a img:hover {
  opacity: 0.6;
}

header #header .open {
  visibility: visible !important;
}

nav .sns_dic svg{
  width: 2rem;
  height: 2rem;
  display:flex;
  background:#5765f1;
  justify-content: center;
  align-items: center;
  padding:0.2rem;
  border-radius:0.5rem;
  position: absolute;
  right: 3.5rem;
  top: 50%;
  transform: translateY(-50%);
}

header #header .menu_open {
  /*.menu_lineMiddle {}*/
  /* 特に指定は無いので書かなくてもOK */
}

header #header .menu_open .menu_button {
  position: absolute;
  right: .3125rem;
  top: .3125rem;
  width: 3rem;
  height: 3rem;
  background-color: #000000;
  border-radius: .3125rem;
  border: none;
}

header #header .menu_open .menu_button:focus {
  outline: none;
}

header #header .menu_open span {
  display: block;
  width: 80%;
  margin: auto;
  height: .35rem;
  background-color: #fff;
  border-radius: .1875rem;
  position: absolute;
  left: 0;
  right: 0;
  top: calc((100% - .35rem)/2);
  -webkit-transition: .2s;
  transition: .2s;
}

header #header .menu_open .menu_lineTop {
  -webkit-transform: translateY(-0.625rem);
  transform: translateY(-0.625rem);
}

header #header .menu_open .menu_lineBottom {
  -webkit-transform: translateY(.625rem);
  transform: translateY(.625rem);
}

header #header .menu--isOpen .menu_lineTop {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header #header .menu--isOpen .menu_lineMiddle {
  opacity: 0;
}

header #header .menu--isOpen .menu_lineBottom {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.top_icon {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(4%, -50%);
  align-items: center;
}

.top_icon img {
  width: 2.5rem;
  height: 2.5rem;
}

.top_icon p {
  margin: 0;
  font-size: .875rem;
  color: #ffffff;
  line-height: 1.5;
  margin-left: .5rem;
}

.swiper-pagination {
  display: none;
}

header .sp_header {
  width: 100%;
  display: block;
  padding-top: 1.875rem;
}

#top {
  width: 100%;
  height: 42rem;
  clear: both;
  position: relative;
}

.sp_header {
  width: 100%
}

.top_start,.mainte {
  width: 80%;
  height: 6rem;
  display: block;
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
}
.top_start{
  background:url(../img/sp/start.png) no-repeat center center;
  background-size:100%;
}
.mainte {
  background:url(../img/sp/maintenance.png) no-repeat center center;
  background-size:100%;
}

.top_start img,.mainte img {
  width: 100%;
}

.mbga_wrapper {
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 0%;
  filter: drop-shadow(-0.3125rem 0rem .625rem rgba(0, 0, 0, 0.33));
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  font-size: 1.75rem;
  /* border-top: .0625rem solid #fff; */
}

#mbga_game_start {
  display: flex;
  justify-content: space-between;
  padding: 2.5% 0;
  font-size: .75rem;
  color: #fff;
  text-shadow: 0rem 0rem .1875rem #441300;
  border-bottom: 1px solid #fff;
}

#mbga_game_start a {
  color: #ff0023;
}

#mbga_game_start>div {
  /*margin: 0 2.5%;*/
}

#mbga_game_start .new_start,
#mbga_game_start .id_start {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto .625rem;
}

#mbga_game_start .new_start img,
#mbga_game_start .id_start img {
  width: min(19.875rem, 95%);
}

#mbga_login_start {
  margin: 0 auto;
  /*display: flex;
  flex-direction: column;
  align-items: center;*/
}

#mbga_game_start p {
  margin: .3125rem !important;
  padding: 0;
}

#gamestart_link_mbgasp {
  display: block;
  text-align: center;
  padding: 6% 0;
}


#float {
  background: #000000;
  z-index: 10000;
}

#float ul {
  display: flex;
  justify-content: space-around;
}

#float ul li {
  padding: 1% 0;
  font-size: .8125rem;
}

#float ul li a {
  color: #ffffffb8;
  text-decoration: underline;
}

#news_area {
  width: 100%;
  height: 100%;
  /* background: url(../img/sp/news/news_bg.jpg) no-repeat center top; */
  /* background-size: cover; */
  padding: 1.25rem 0;
}

#news_area h1,
#chara h1,
#feature h1,
#world h1,
#spec h1 {
  width: 80%;
  display: block;
  margin: 0 auto .9375rem;
  z-index: 10;
  position: sticky;
}

#news_area h1 img,
#chara h1 img,
#feature h1 img,
#world h1 img,
#spec h1 img {
  width: 100%;
}

#news_area {
  position: relative;
  z-index: 3;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 3.125rem .75rem;
}

#news_area #banner {
  background: transparent;
  width: 100%;
  max-width: 46.25rem;
  height: auto;
  margin: 0rem auto;
  overflow: hidden;
}

#news_area #banner img {
  display: block;
  width: 100%;
  font-size: .625rem;
}

#news_area #banner .banner-pagination {
  width: 100%;
  text-align: center;
  height: 1rem;
  margin: 1rem 0;
}

#news_area #banner .banner-pagination .swiper-pagination-clickable,
#news_area #banner .banner-pagination .swiper-pagination-bullet {
  width: 1rem !important;
  height: 1rem !important;
  background-color: #ffffff !important;
  display: inline-block;
  line-height: 0;
  /* border: .125rem solid #fff; */
  border-radius: 5rem;
  margin: 0 .3125rem;
  opacity: 1;
}

#news_area #banner .banner-pagination .swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #770001, #f40001);
}

#news_area .leftbanner2{
  width: 100%;
  /* width: 46.25rem; */
  display:flex;
  /* margin: 1rem auto; */
  justify-content: space-between;
}

#news_area .leftbanner2 li a{
  width: 97%;
  /* height:4.8125rem; */
  display: block;
}

#news_area .leftbanner2 li a img{
  width:100%;
}

#news_area #news_wrapper {
  margin: 0 auto;
  display: flex;
  width: 100%;
  max-width: 75rem;
  background-size: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
}


#news_area #news {
  position: relative;
  /* background: #ffffffc7; */
  width: 100%;
  /* min-height: 19rem; */
  margin: 0 auto;
  overflow: hidden;
}

#news_area #news .news_body {
  position: relative;
  z-index: 2;
}

#news_area #news .news_body .notice_tabs_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 0rem .3125rem; */
  height: 2.1875rem;
  margin: 0;
  /* background: linear-gradient(to top, #6ac4e3, #01347f); */
}

#news_area #news .notice_tabs_list ul {
  padding: 0rem 0rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#news_area #news .notice_tabs_list ul li {
  display: flex;
  background: url(../img/tab.png) no-repeat center center;
  background-size:100%;
  color: #3a3231;
  width: 4.8rem;
  height: 1.6rem;
  /* width: auto; */
  /* padding: 0.4rem 0rem; */
  font-size: .9rem;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 20rem) {
  #news_area #news .notice_tabs_list ul li {
    font-size: .625rem;
  }
}

#news_area #news .notice_tabs_list ul li.active {
  background: url(../img/tab_on.png) no-repeat center center;
  background-size:100%;
  color: #db0008;
}

#news_area #news .notice_tabs_list ul li:nth-of-type(5) {
  margin-right: 0;
}

#news_area #news .tabs {
  flex: 1;
  width: 100%;
  padding: .5rem .75rem;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

#news_area #news .tabs>ul>li {
  position: relative;
  display: none;
  overflow: hidden;
  width: 100%;
  padding: 0 0;
}

#news_area #news .tabs>ul>li ul {
  margin-bottom: .3125rem;
  height: auto;
  overflow: hidden;
}

#news_area #news .tabs>ul>li ul li {
  display: flex;
  flex-direction: row;
  border-bottom: .0625rem solid #000;
  align-items: center;
  padding: .3125rem 0;
}

#news_area #news .tabs>ul>li ul li:nth-child(n+7) {
  display: none;
}

.icon {
  display: inline-block;
  background-size: cover;
  width: 4.5rem;
  height: 1.125rem;
  margin: 0 .5rem 0 0;
  aspect-ratio: 4/1;
  transform-origin: 0 50%;
}

.ic_type22 {
  background: #fff url(../img/label_event.png) no-repeat center center/cover;
}

.ic_type21 {
  background: #fff url(../img/label_notice.png) no-repeat center center/cover;
}

.ic_type23 {
  background: #fff url(../img/label_update.png) no-repeat center center/cover;
}

.ic_type24 {
  background: #fff url(../img/label_maintenance.png) no-repeat center center/cover;
}

.ic_type26,.ic_type218 {
  background: #fff url(../img/label_tips.png) no-repeat center center/cover;
}

#news_area #news .tabs>ul>li ul li .t1 {
  width: 70%;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .75rem;
}

#news_area #news .tabs>ul>li ul li .t3 {
  color: #000000;
  font-size: .875rem;
  white-space: nowrap;
  font-weight: 600;
}

#news_area #news .tabs>ul>li ul li a {
  color: #000000;
  text-decoration: none;
  width: 100%;
  max-width: 17rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  display: block;
  font-size: 1rem;
}

#news_area #news .morebtn {
  width: 100%;
  text-align: right;
  margin: .5rem 0 0 0;
}

#news_area #news .morebtn a {
  display: inline-block;
  padding: .1875rem .6875rem;
  background-color: #7f0101;
  color: #fff;
  /* border-radius: 6.25rem; */
  text-decoration-line: none;
  font-size: .6875rem;
}

#chara {
  width: 100%;
  height: 100%;
  padding: 4.5rem 0;
  background: url(../img/sp/chara/chara_bg.jpg) no-repeat;
  background-size: cover;
}
#chara   .swiper-container {
  position: relative;
  width: 90%;
  height: 100%;
  z-index: 1;
  transition-property: transform;
  box-sizing: content-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}

#chara .chara_text {
  margin: 0 auto;
  width: 100%;
  display: block;
  border: 5px solid #fff;
}

#chara .chara_title {
  display: none;
}

#chara .chara_pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1rem auto 0;
  z-index: 10;
  /* position: sticky; */
  /* left: 50%; */
  /* transform: translate(-50%, 1rem); */
  align-items: center;
}

#chara .chara_pagination .swiper-pagination-bullet-active {filter: grayscale(0%);}

#chara .chara_pagination span {
  width: 5.5rem;
  height: 5.5rem;
  margin: 0.25rem 0.5rem!important;
  opacity: 1;
  font-size: 0;
  background-size: 100% !important;
  filter: grayscale(100%);
}

#chara .chara_pagination span:nth-child(1) {
  background: url(../img/pc/chara/c1.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(2) {
  background: url(../img/pc/chara/c2.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(3) {
  background: url(../img/pc/chara/c3.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(4) {
  background: url(../img/pc/chara/c4.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(5) {
  background: url(../img/pc/chara/c5.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(6) {
  background: url(../img/pc/chara/c6.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(7) {
  background: url(../img/pc/chara/c7.png) no-repeat center;
}
#chara .chara_pagination span:nth-child(8) {
  background: url(../img/pc/chara/c8.png) no-repeat center;
}

#feature {
  width: 100%;
  height: 100%;
  padding: 4.5rem 0;
  background: url(../img/sp/rewards/rewards_bg.jpg) no-repeat;
  background-size: cover;
}

#feature .feature-slider .swiper-slide {
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  overflow: hidden;
  transition: 0.7s;
  transform: scale(0.9);
  display: flex;
  justify-content: center;
  border: 5px solid #fff;
}

#feature  .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-property: transform;
  box-sizing: content-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}


#feature .feature-slider .swiper-slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000000b0;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#feature .feature-slider .swiper-slide img {
  width: 100%;
}

#feature .feature-slider .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1);
}

#feature .feature-slider .swiper-slide-active:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #00000000;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#feature .feature_pagination {
  width: 100%;
  text-align: center;
  line-height: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 1rem;
}

#feature .feature_pagination .swiper-pagination-bullet {
  width: .9375rem;
  height: .9375rem;
  display: inline-block;
  border-radius: 100%;
  opacity: 1;
  background: #ffffff;
}

#feature .feature_pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ff2e2f;
  width: 1.875rem;
  height: .9375rem;
  border-radius: .625rem;
}

#feature .feature_pagination span {
  margin: 0 .5rem;
}

#feature .feature_pagination span:focus {
  outline: -webkit-focus-ring-color auto 0rem;
}
#world {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 3.125rem 0;
  background: url(../img/sp/world/world_bg.jpg) no-repeat center center;
  background-size: cover;
}

#world .world_text {
  width: 85%;
  display: block;
  margin: .2rem auto;
  margin-left: 1rem;
}

#world .world_text img {
  width: 100%;
}

#charactar2 {
  width: 100%;
  height: 100%;
  padding: 1.25rem 0;
}

#charactar2 h1 {
  width: 90%;
  z-index: 2;
  margin: 0 auto;
}

#charactar2 h1 img {
  width: 100%;
}

#charactar2 .chara_pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  bottom: 0;
}

.chara_img {
  width: 100%;
}

#charactar2 .chara_pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

#charactar2 .chara_pagination span {
  width: 5rem;
  height: 5rem;
  margin: 0 .3125rem 0 .3125rem !important;
  opacity: 0.5;
  font-size: 0;
  background-size: cover !important;
}

#charactar2 .slider-thumbnail .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}


#charactar2 .chara_pagination span:nth-child(1) {
  background: url(../img/sp/chara/c1g.png) no-repeat center center;
  background-size: 100% !important;
}

#charactar2 .chara_pagination span:nth-child(2) {
  background: url(../img/sp/chara/c2g.png) no-repeat center center;
  background-size: 100% !important;
}

#spec {
  width: 100%;
  height: 100%;
  background-size: cover;
  padding: 3rem 0;
  color: #e3e3e3;
  background: linear-gradient(90deg, #302a2a, #544a49, #302a2a);
}

#spec .spec_inner {
  width: 100%;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

#spec .spec_inner img {
  display: block;
  width: 12.5rem;
  margin: 0 0 1.25rem 0;
}

#spec .spec_inner .spec_table {
  width: 95%;
  font-size: 1rem;
  border-collapse: separate;
  border-spacing: 0 .625rem 0 .625rem;
  text-shadow: 0 0 .3125rem rgba(0, 0, 0, 0.4);
  height: 12.5rem;
  /* margin: 0 0 1.875rem 0; */
  color: #fff;
}

#spec .spec_inner .spec_table th {
  border: 0rem solid #fff;
  padding: .5rem;
  text-align: center;
  margin-right: .1875rem;
  vertical-align: middle;
  background-color: rgb(0 0 0 / 45%);
}

#spec .spec_inner .spec_table td {
  vertical-align: middle;
  padding: 0.5rem;
  background-color: rgb(0 0 0 / 45%);
}

#spec .spec_inner .spec_table td span {
  font-size: 70%;
}

#spec .assist{
  display:block;
  margin: 0rem auto 2rem;
  width: 97%;
}

#spec .assist img{
  width: 100%;
}

#spec .notice {
  line-height: 2;
  font-size: .875rem;
  display: block;
  margin: 1.875rem auto 0;
  width: 100%;
  background: rgb(33 55 71 / 80%);
  padding: 1.25rem;
}

#spec .caution {
  width: 90%;
  margin: 0 auto;
  padding: .625rem;
  border: .125rem solid #8b785e;
  border-radius: .9375rem;
  background-color: rgba(0, 0, 0, 0.7);
}

#spec .caution p {
  font-size: 1rem;
  margin-bottom: .625rem;
  color: #ffdb8b;
  text-align: center;
}

#spec .caution ul li {
  line-height: 1.25rem;
  font-size: .875rem;
  font-weight: 100;
  color: #f6e3b9;
}

#foot_link,#foot_link_mainte {
  width:100%;
  display:block;
  background:#000000ad;
  padding:2rem 0;
  border-top:2px solid #fff;
  border-bottom:2px solid #fff;
}

#foot_link img,#foot_link_mainte img{
  display: block;
  width: 70%;
  margin:0 auto;
}

.down {
  display: none;
}

#foot_link ul {
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: nowrap;
  height: 3.75rem;
  align-content: center;
  align-items: center;
}

#foot_link ul span {
  display: none;
}

.qr {
  display: none;
}


#foot_link ul li a {
  width: 92%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

#foot_link ul li a:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  content: "";
  background: linear-gradient(120deg, transparent, transparent, hsla(0, 0%, 100%, .4), transparent, transparent);
  transition: all .65s;
  -webkit-animation: sg 2s linear infinite;
  animation: sg 2s linear infinite;
}

@-webkit-keyframes sg {
  0% {
    left: -100%
  }

  to {
    left: 100%
  }
}

@keyframes sg {
  0% {
    left: -100%
  }

  to {
    left: 100%
  }
}

#foot_link ul li a img {
  width: 100%;
}

@media only screen and (min-width:500px) and (max-width:799px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width:385px) and (max-width:415px) {

  html {
    font-size: 13px;
  }
}

@media screen and (min-width:310px) and (max-width:349px) {
  html {
    font-size: 10.5px;
  }
}

@media screen and (min-width:350px) and (max-width:359px) {
  html {
    font-size: 11.5px;
  }
}

@media screen and (min-width:360px) and (max-width:384px) {
  html {
    font-size: 12px;
  }
}

@media screen and (min-width:416px) and (max-width:435px) {
  html {
    font-size: 14px;
  }
}

@media screen and (min-width:436px) and (max-width:450px) {
  html {
    font-size: 14px;
  }
}

@media screen and (width:360px) and (height:640px) {
  html {
    font-size: 12px;
  }
}

@media screen and (width:393px) and (height:786px) {
  html {
    font-size: 13px;
  }
}

@media screen and (width:375px) and (height:812px) {
  html {
    font-size: 12px;
  }
}

@media screen and (width:414px) and (height:736px) {
  html {
    font-size: 13.5px;
  }
}

/*----------------------------------------------------------------------
          2nd page
----------------------------------------------------------------------*/
#individual {
  background-image: url(../img/sp/bg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}

#individual header {
  background-image: none;
  height: auto;
  aspect-ratio: auto;
}

#individual header #header .m_logo img {
  height: 2.5rem;
  margin: .3125rem 0 0 .625rem;
}

#individual header #banner {
  background-color: #fff;
  padding: .625rem;
  width: 96%;
  margin: 2.5rem auto .3125rem auto;
  -webkit-filter: drop-shadow(.1875rem .1875rem .1875rem rgba(0, 0, 0, 0.3));
  filter: drop-shadow(.1875rem .1875rem .1875rem rgba(0, 0, 0, 0.3));
}

#individual header #banner img {
  width: 100%;
}

#individual main {
  margin: 0;
}

#individual main .logo {
  width: 50%;
  margin: 0rem auto .625rem;
  display: block;
}

#individual main .logo img {
  width: 100%;
}

#individual main #news_list {
  width: 94%;
  margin: 0 auto;
  padding: 5.375rem 0 1.25rem;
}

#individual main #news_list #genre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.25rem auto;
}

#individual main #news_list #genre li {
  background: linear-gradient(#f3e5cf, #fdfaf5);
  -webkit-filter: drop-shadow(.1875rem .1875rem .1875rem rgba(0, 0, 0, 0.5));
  filter: drop-shadow(.1875rem .1875rem .1875rem rgba(0, 0, 0, 0.5));
  font-weight: bold;
  text-align: center;
  /* width: 5.9375rem; */
  border-radius: .125rem;
  padding: 0.5rem 1rem;
  margin: .75rem;
  font-size: 1.25rem;
}

#individual main #news_list #genre li a {
  color: #3a3231;
  text-decoration: none;
}


#individual main #news_list #news_body li {
  /* border-radius: .625rem; */
  font-size: .9375rem;
  /* border: .375rem solid #751c88; */
  width: 100%;
  /* border-style: double; */
  background: #ffffff;
  -webkit-filter: drop-shadow(.1875rem .1875rem .1875rem rgba(0, 0, 0, 0.3));
  filter: drop-shadow(.1875rem .1875rem .1875rem rgba(0, 0, 0, 0.3));
  padding: .5rem;
  margin-bottom: 1.25rem;
}

#individual main #news_list #news_body li a {
  display: -webkit-box;
  display: -ms-flexbox;
  text-decoration: none;
  color: #000000;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#individual main #news_list .page_nav {
  width: 12.5rem;
  margin: auto;
  display: flex;
  height: 6.25rem;
  justify-content: space-around;
  align-items: center;
}

#individual main #news_list .page_nav li a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: .125rem .5rem;
  border: .0625rem solid #fff;
}

#individual main #news_list .page_nav li a:hover {
  color: #554c48;
  border: .0625rem solid #554c48;
}

#individual main #news_list #news_body li a .min_banner img {
  width: 15.625rem;
  margin-right: 1.25rem;
}

#individual main #news_list #news_body li a .icon {
  -ms-flex-preferred-size: 6.25rem;
  flex-basis: 6.25rem;
  width: 6.25rem;
  height: 3.6875rem;
  background-size: contain;
  text-indent: -1000%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
}

#individual main #news_list #news_body li a .icon .ic_type22 {
  background: url(../img/event.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
}

#individual main #news_list #news_body li a .icon .ic_type21 {
  background: url(../img/info.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
}

#individual main #news_list #news_body li a .icon .ic_type23 {
  background: url(../img/update.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
}

#individual main #news_list #news_body li a .icon .ic_type24 {
  background: url(../img/mainte.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
}

#individual main #news_list #news_body li a .icon .ic_type26 {
  background: url(../img/tips.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
}

#individual main #news_list #news_body li a .date {
  padding: 0rem 0rem 0rem .9375rem;
  line-height: 1.25rem;
}

#individual main #news_list #news_body li a .date span {
  vertical-align: middle;
}

#individual main #news_list .sppagination {
  margin: 1.875rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#individual main #news_list .sppagination a,
#individual main #news_list .sppagination b {
  margin: 0 .3125rem .625rem .3125rem;
  -webkit-filter: drop-shadow(.1875rem .1875rem .1875rem rgba(0, 0, 0, 0.5));
  filter: drop-shadow(.1875rem .1875rem .1875rem rgba(0, 0, 0, 0.5));
  border-radius: .3125rem;
  background-color: #ffffff;
  color: #1c0d0a;
  display: block;
  text-align: center;
  line-height: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border: .0625rem solid #182b42;
}

#individual main #news_list .sppagination a {
  text-decoration: none;
  color: #1c0d0a;
}

/* #individual main #news_list .sppagination a:hover,
#individual main #news_list .sppagination b:hover {
  background-color: #2472ac;
  color: #fff;
} */

#individual main .pagecontent {
  /* margin: 0 0 3.125rem 0; */
}

#individual main .pagecontent .subtitle {
  margin-bottom: .3125rem;
  filter: drop-shadow(.0625rem 0rem .0625rem #fff) drop-shadow(-0.0625rem 0rem .0625rem #fff) drop-shadow(0rem .0625rem .0625rem #fff) drop-shadow(0rem -0.0625rem .0625rem #fff);
  font-size: 1rem;
}

#individual main .pagecontent .spcontain {
  font-size: 1rem;
  width: 100%;
  -webkit-filter: drop-shadow(.1875rem .1875rem .1875rem rgba(0, 0, 0, 0.3));
  filter: drop-shadow(.1875rem .1875rem .1875rem rgba(0, 0, 0, 0.3));
  padding: .9375rem;
  margin: 1rem 0;
  background: rgb(255 255 255 / 90%);
}

#individual main #news_list .pagecontent .spcontain .spcontainer {
  width: 100%;
  margin: 0 auto;
  padding: .625rem 0;
  color: #000;
}

#individual main #news_list .pagecontent .spcontain .spcontainer .faq_block {
  border-radius: .25rem;
  background: linear-gradient(0deg, #f3e5cf, #e8080a, #770001);
}

#individual main #news_list .pagecontent .spcontain .spcontainer .q {
  display: inline-block;
  width: 100%;
  padding: .625rem;
  color: #fff;
}

#individual main #news_list .pagecontent .spcontain .spcontainer .a {
  color: #000000;
  padding: .625rem;
  border-radius: 0rem 0rem .375rem .375rem;
  display: flex;
  background-color: #f3e5cf;
  border-top: .0625rem solid #01347f;
}

#individual main .pagecontent .subtitle .sp_page_right_top {
  color: #000000;
}

#individual main .pagecontent .subtitle .sp_page_right_top .subpagenav a {
  color: #de0613;
  text-decoration: none;
}

#individual main .pagecontent .subtitle .sp_page_right_top .subpagenav a:hover {
  color: #ffb23e;
  text-decoration: none;
}

#individual main .pagecontent .spcontain .spcontainer .page_tit {
  margin-bottom: 1.25rem;
}

#individual main .pagecontent .spcontain .spcontainer .page_tit h3 {
  color: #3a3231;
  padding: 0.25rem.625rem;
  border-width: 0 0 .0625rem 0;
  border-color: #3a3231;
  border-style: solid;
  margin: 0 auto 1.5625rem auto;
  margin-bottom: 0rem;
  font-size: 1.5rem;
}

#individual main .pagecontent .spcontain .spcontainer .page_tit .pages_date {
  display: block;
  text-align: right;
  color: #000000;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital {
  /* margin-bottom: 1.5rem; */
  color: #000000;
  padding: 2%;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital::-webkit-scrollbar {
  width: .3125rem;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: .3125rem;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital::-webkit-scrollbar-thumb {
  background-color: #5e2e24;
  border-radius: .3125rem;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital::-webkit-scrollbar-thumb:hover {
  background-color: #d95130;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital ul {
  padding: 0 .625rem;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .spcontact form .cateBox_tb {
  border: #000 .0625rem solid;
  margin: 0 auto 1.25rem auto;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .spcontact form .cateBox_tb th {
  color: #fff;
  padding: .5rem .9375rem;
  background: #73694f;
  font-weight: bold;
  border-left: .0625rem solid #adadad;
  border-top: .0625rem solid #adadad;
  border-bottom: .0625rem solid #adadad;
  line-height: 120%;
  text-align: left;
  text-shadow: .0625rem .0625rem .25rem #000000;
  -webkit-box-shadow: 0rem .0625rem .0625rem rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0rem .0625rem .0625rem rgba(255, 255, 255, 0.3) inset;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .spcontact form .cateBox_tb tr td {
  text-align: left;
  padding: 0;
  padding-left: .3125rem;
  border-bottom: .0625rem solid #666666;
  border-left: .0625rem solid #666666;
}

.input_box {
  width: 84%;
}

.contact_tb {
  margin: .875rem 0 !important;
  width: 80% !important;
  text-align: left !important;
}

.cateBox_tb tr td table tr td {
  border: none;
  box-shadow: none;
  text-align: left !important;
}

.textbox {
  width: 84%;
}

.submit_button {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 6.25rem;
  color: #3c3a32;
  background: linear-gradient(to top, #9c8d6d 0%, #e9e0bf 100%);
  border-bottom: #80704e .125rem solid;
  border-top: #fffdf6 .125rem solid;
  padding: .625rem;
  text-decoration: none;
  margin-top: 1.25rem auto;
  border-radius: .25rem;
  border: 0;
}

.ch01 {
  background: url(../img/contact/iconch.jpg) 0 0 no-repeat;
  background-size: 100%;
  display: block;
  width: 3.125rem;
  height: .9375rem;
  margin-right: .625rem;
}

.ch02 {
  background: url(../img/contact/iconch.jpg) 0 -0.9375rem no-repeat;
  background-size: 100%;
  display: block;
  width: 3.125rem;
  height: .9375rem;
  margin-right: .625rem;
}

.ch03 {
  background: url(../img/contact/iconch.jpg) 0 -1.875rem no-repeat;
  background-size: 100%;
  display: block;
  width: 3.125rem;
  height: .9375rem;
  margin-right: .625rem;
}

.days {
  right: .625rem;
  font-size: .75rem;
  position: absolute;
}

.title {
  width: 9.375rem;
  height: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cateBox_tb {
  border: #000 .0625rem solid;
  width: 50rem;
  margin: 0 auto 1.25rem auto;
}

.cateBox_tb>tbody>tr>th {
  background: #472600;
  color: #fff;
  padding: .3125rem .625rem;
  border-bottom: #fff .0625rem solid;
  width: 12.5rem;
  text-align: left !important;
}

.cateBox_tb>tbody>tr>th:last-of-type {
  border-bottom: #000 .0625rem solid;
}

.cateBox_tb>tbody>tr>td {
  padding: .3125rem .625rem;
  border-bottom: #000 .0625rem solid;
  text-align: left !important;
}

.sub_tb td {
  padding: .3125rem .625rem .3125rem 0;
}

.formbt {
  text-align: center;
}

.formbt .submit,
.formbt .back_button {
  padding: .3125rem .625rem;
}

/* #individual main .pagecontent .spcontain .spcontainer .page_dital h1 {
  font-size: 1.125rem;
  color: #fff3d0;
  margin-bottom: .625rem;
  text-align: left;
  background: url(../img/in_tit_bg.png) no-repeat;
  margin: 1.25rem auto;
  padding: .625rem 1.25rem .625rem;
  border-radius: .3125rem;
  font-size: .875rem;
  border: .0625rem #eae1bf solid;
} */

#individual main .pagecontent .spcontain .spcontainer .page_dital h3 {
  color: #ffffff;
  padding: 0.25rem.625rem;
  /* border-width: 0 0 .0625rem .9375rem; */
  /* border-color: #de0613; */
  /* border-style: solid; */
  margin: 0 auto 1.5625rem auto;
  margin-bottom: 0rem;
  font-weight: 600;
  font-size: 1.25rem;
  background: linear-gradient(90deg, #770001, #ff6b6c);
  border-radius: 0.5rem;
}

/* #individual main .pagecontent .spcontain .spcontainer .page_dital h4 {
  text-align: left;
  font-weight: bold;
  margin: 1.25rem auto;
  padding: .625rem 1.25rem .625rem;
  border-radius: .3125rem;
  font-size: .875rem;
  color: #ffffff;
  padding: 0.25rem .625rem;
  margin: 0 auto 1.5625rem auto;
  margin: 1rem 0;
  font-weight: 600;
  font-size: 1.25rem;
  background: linear-gradient(90deg, #770001, #ff6b6c);
  border-radius: 0.5rem;
} */

#individual main .pagecontent .spcontain .spcontainer .page_dital strong {
  font-weight: 900;
  color: #ff5200;
  font-size: 1.125rem;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital h6 {
  font-size: 1rem;
  font-weight: bold;
  color: #ff8f00;
  margin-bottom: .625rem;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .block {
  overflow: hidden;
  clear: both;
  margin: 0 auto 1.25rem auto;
  line-height: 1.8em;
  font-size: .875rem;
  width: 100%;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .caution {
  color: red;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .guide_title {
  color: #ffffff;
  /* padding: .3125rem; */
  margin: .625rem auto;
  /* font-size: .875rem; */
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .guide_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: left;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .guide_list li {
  width: 46%;
  text-align: center;
  padding: .1875rem .0625rem;
  border-radius: .25rem;
  margin: 1% 2%;
  overflow: hidden;
  border: 1px solid #3a3231;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .guide_list li a {
  font-size: 0.875rem;
  display: block;
  height: 100%;
  text-decoration: none;
  color: #3a3231;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital p {
  margin-bottom: .625rem !important;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital img {
  max-width: 100%;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table {
  width: 100%;
  border: .0625rem solid #73694f;
  font-size: .75rem;
  border-spacing: 0;
  color: #000000;
  margin: 0 0 1.5rem 0;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table th {
  color: #fff;
  padding: .3125rem .625rem;
  background: #73694f;
  font-weight: bold;
  border-left: .0625rem solid #ffffff;
  border-top: .0625rem solid #ffffff;
  border-bottom: .0625rem solid #ffffff;
  line-height: 120%;
  text-align: center;
  text-shadow: .0625rem .0625rem .25rem #000000;
  -webkit-box-shadow: 0rem .0625rem .0625rem rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0rem .0625rem .0625rem rgba(255, 255, 255, 0.3) inset;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table th:last-child {
  border-right: .0625rem solid #fff;
  -webkit-box-shadow: .125rem .125rem .0625rem rgba(0, 0, 0, 0.1), 0rem .0625rem .0625rem rgba(255, 255, 255, 0.3) inset;
  box-shadow: .125rem .125rem .0625rem rgba(0, 0, 0, 0.1), 0rem .0625rem .0625rem rgba(255, 255, 255, 0.3) inset;
}


#individual main .pagecontent .spcontain .spcontainer .page_dital table tr td {
  text-align: center;
  padding: .5rem .1875rem;
  border-bottom: .0625rem solid #73694f;
  border-left: .0625rem solid #73694f;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table tr td:last-child {
  border-right: .0625rem solid #666666;
  -webkit-box-shadow: .125rem .125rem .0625rem rgba(0, 0, 0, 0.1);
  box-shadow: .125rem .125rem .0625rem rgba(0, 0, 0, 0.1);
}

#individual main .pagecontent .spcontain .spcontainer .back_btn a {
  margin: .5rem auto 0;
  text-align: center;
  display: block;
  width: 6.25rem;
  padding: .3125rem;
  color: #fff;
  background: linear-gradient(0deg, #770001, #f40001);
  text-decoration: none;
  font-size: .875rem;
}

#individual main .back_btn a {
  margin: .9375rem auto;
  text-align: center;
  display: block;
  width: 6.25rem;
  padding: .3125rem;
  color: #fff;
  background: linear-gradient(0deg, #770001, #f40001);
  text-decoration: none;
  font-size: .875rem;
}

#individual footer {
  margin: 0 0 0 0;
  padding: 0;
}

#individual main #news_list>.back_btn a {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 8.75rem;
  background-color: #333;
  color: #fff;
  padding: .625rem;
  text-decoration: none;
  border-radius: .125rem;
  background: linear-gradient(0deg, #770001, #f40001);
  font-size: .875rem;
  border-radius: .3125rem;
}


.pv{
  position: absolute;
  width: 130px;
  height: 130px;
  top: 50%;
  left: 50%;
  margin: -65px 0 0 -65px;
  transform: scale(0.8);
}

.pv a{
  position: relative;
  display: block;
  width: 130px;
  height: 130px;
  z-index: 5;
}

.pv img{
  vertical-align: top;
}

.pv_bg{
  margin: -130px 0 0 0;
  animation: rotateAnimation2 10s linear infinite;
}

@keyframes rotateAnimation1 {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(-360deg);
  }
}


@keyframes rotateAnimation2 {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}
