@charset "UTF-8";

/* 簡易リセットCSS */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Inter, Inter Fallback;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border: none;
}

.particle-network-animation {
  display: none;
}

input:focus {
  outline: none;
}

html {
  font-size: 2.1333vw;
}

html::-webkit-scrollbar {
  display: none;
}

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

body {
  position: relative;
  width: 100%;
  color: var(--color_text);
  font-size: 2.1333vw;
  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: url(../img/sp/loop_bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section_title {
  display: block;
  width: 90% !important;
  margin: 0 auto .4267vw 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;
}

header {
  width: 100%;
  height: 14vw;
}

.no_scroll {
  overflow: hidden;
}

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

header #header {
  /*ハンバーガーメニュー開閉ボタン*/
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background: #000000;
  height: 14vw;
}

#header .sns {
  width: auto;
  height: 12vw;
  display: flex;
  align-items: center;
  z-index: 9999;
  position: absolute;
  right: 12.8vw;
}

#header .sns a {
  width: 9vw;
  height: 9vw;
  border-radius: 1.6vw;
  margin: 0 1vw;
  box-sizing: border-box;
}

#header .sns a.x {
  background: #000;
  padding: .8vw;
  border: .2vw solid #fff;
}

#header .sns a.youtobe {
  background: #ff0000;
}

nav {
  height: 14vw;
  display: flex;
  align-items: center;
  position: relative;
}

header #header .m_logo img {
  height: 5.33vw;
  margin: .67vw 0 0 1.33vw;
}

header #header #menu_wrap {
  visibility: hidden;
  -webkit-transition: all .2s;
  transition: all .2s;
}

header #header #menu_wrap .menu {
  width: 100%;
  position: fixed;
  top: 14vw;
  height: calc(100% - 5px);
  background: rgb(24 0 45);
}

header #header #menu_wrap .menu li {
  background-size: 75%;
  text-align: center;
  font-size: 5vw;
  line-height: 18vw;
  border-bottom: .05vw solid #fff;
}

header #header #menu_wrap .menu li.sp_sns {
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 9999;
  border-bottom: 0;
  justify-content: space-around;
  padding: 5vw 0 0;
}

header #header #menu_wrap .menu li.sp_sns a {
  width: 11vw;
  height: 11vw;
  border-radius: 1.07vw;
  box-sizing: border-box;
  padding: .7vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

header #header #menu_wrap .menu li.sp_sns a svg {
  width: 100%;
  max-width: 8vw;
}

header #header #menu_wrap .menu li.sp_sns a.x {
  background: #000;
  border: .05vw solid #fff;
}

header #header #menu_wrap .menu li.sp_sns a.youtobe {
  background: #ff0000;
}

header #header #menu_wrap .menu li.sp_sns a.discord {
  background: #5460e8;
}

header #header #menu_wrap .menu li.sp_sns a.line {
  background: #00c854;
}

header #header #menu_wrap .menu li.sp_sns a.facebook {
  background: #007ffe;
}

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: #2c0460eb;
  font-weight: 900;
  font-size: 7vw;
}

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: 100%;
  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: .05vw 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: 5.33vw;
  margin: 1.07vw;
}

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;
}

header #header .menu_open .menu_button {
  position: absolute;
  right: 1vw;
  top: 50%;
  transform: translateY(-50%);
  width: 10vw;
  height: 10vw;
  background-color: #000000;
  border-radius: .67vw;
  border: none;
}

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

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

header #header .menu_open .menu_lineTop {
  -webkit-transform: translateY(-2.5vw);
  transform: translateY(-2.5vw);
}

header #header .menu_open .menu_lineBottom {
  -webkit-transform: translateY(2.5vw);
  transform: translateY(2.5vw);
}

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: 10.5vw;
  height: 10.5vw;
}

.top_icon p {
  margin: 0;
  font-size: 3.5vw;
  color: #ffffff;
  line-height: 1.5;
  margin-left: 1.0667vw;
}

.swiper-pagination {
  display: none;
}

header .sp_header {
  width: 100%;
  display: block;
  padding-top: .64vw;
}

#top {
  width: 100%;
  height: 160vw;
  clear: both;
  position: relative;
  /* margin-top: 4vw; */
}

.top_logo {
  width: 41vw;
  position: absolute;
  right: 2vw;
  top: 17vw;
  z-index: 0;
  display: none;
}

.top_logo img{
  width:100%;
}

.sp_header {
  width: 100%;
  margin-top: 0vw;
}

#top .top_cont {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 12vw;
  margin: 0 auto;
  width: 90%;
  height: auto;
  color: #1e1e1e;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#top .top_cont .main_title {
  width: 100%;
  height: 100%;
  z-index: 6;
  margin: 0 0 1vw 0;
  display: block;
}

#top .top_cont .main_title img {
  width: 100%;
}

#top .top_bg img{
  width:100%
}

#top .top_cont .scroll {
  position: relative;
  font-size: 4vw;
  font-weight: 600;
  color: #1e1e1e;
  text-align: center;
  top: 4vw;
  width: 8vw;
  height: 6vw;
}

#top .top_cont .scroll::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: updown 2s infinite ease-in-out;
  animation: updown 2s infinite ease-in-out;
  content: "";
  width: 100%;
  height: 5vw;
  background: url(../img/scroll.png) no-repeat;
  background-size: 100%;
}

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, -1.5vw);
    transform: translate(0, -1.5vw);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes updown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, -1.5vw);
    transform: translate(0, -1.5vw);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.p-header__gamestart .qr{
display:none;
}

.p-header__gamestart__wrapper {
  /* text-align: right; */
  width: 100%;
  /* height: 7.0667vw; */
}

.p-gamestart__qr__img {
  width: 100%;
}

.p-gamestart__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 1.3333vw 0 0;
}

.p-gamestart__item1 {
  height: 13vw;
  position:relative;
  overflow:hidden;
}
.p-gamestart__item1:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  content: "";
  /* background: linear-gradient(120deg, #ffffff00, #ffffff00, hsl(0deg 0% 100% / 30%), #ffffff00, #ffffff00); */
  background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.4) 100%);
  transform: skewX(-25deg);
  transition: all .5s;
  -webkit-animation: sg 1s linear infinite;
  animation: sg 1.5s linear infinite;
}

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

    to {
        left: 100%
    }
}

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

    to {
        left: 100%
    }
}
.p-gamestart__item1:nth-of-type(1) {
  margin: 0px 3vw 0vw 0;
}

.p-gamestart__lmg {
  width: 100%;
  height: 13.0vw;
}

.p-gamestart__mailform__pc {
  /* padding: 2px 0 0 0; */
}
.p-gamestart__mailform__pc form {
  display: flex;
  border: 1px solid #000;
  border-radius: 6px;
  overflow: hidden;
  outline: none;
}

.p-gamestart__mailform {
  background: #fff;
  color: #000;
  text-align: left;
  height: 12vw;
  width: 70%;
  border: none;
  outline: none;
  padding: 0 0 0 1.3333vw;
  font-size: 3.5vw;
}
.p-gamestart__mailform::placeholder {
  font-size: 3.5vw;
}

.p-gamestart__mailbtn {
  display: inline-block;
  background: linear-gradient(to top, #66008f 0%, #ff73ee 100%);
  color: #ffffff;
  width: 30%;
  height: 12vw;
  font-size: 3.5vw;
  font-weight:600;
  border: none;
  outline: none;
  cursor: pointer;
}
.p-gamestart__mailbtn:hover {
  background: linear-gradient(to top, #e600c9 0%, #ff73a4 100%);
}

#rewards {
  width: 100%;
  height: 100%;
  padding: 7vw 0;
  background: url(../img/sp/rewards/rewards_bg.png) no-repeat center center;
  background-size: 100%;
  scroll-margin-top: -4.2667vw;
}

#rewards h1{
  width: 100%;
  max-width: 50vw;
  display: block;
  margin: 3vw auto 4.8vw;
  z-index: 10;
  position: sticky;
}

#rewards h1 img{
  width:100%;
}

#rewards .rewards_wrapper {
  display: flex;
  width: 95%;
  margin: 66vw auto 0;
  line-height: 0;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
}

#rewards .rewards_wrapper ul{width:100%;display:flex;flex-wrap: wrap;flex-direction: row;justify-content: center;}
#rewards .rewards_wrapper ul li{
  width: 32%;
  margin: 0.5vw 0;
}

#rewards ul li img {
  width:100%;
}
#rewards .rewards_wrapper p{
  color: #1e1e1e;
  margin:2vw 0
}

/*=============================== news =============================  */

#news_area {
  width: 100%;
  height: 100%;
  padding: 6vw 0;
  /* background: url(../img/sp/news_bg.jpg) no-repeat;
  background-size: 100%; */
  scroll-margin-top: 0vw;
}

#news_area {
  position: relative;
  z-index: 3;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 8vw 3vw;
  display: none;
}

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

#news_area #banner img {
  display: block;
  width: 100%;
  font-size: 1.33vw;
}

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

#news_area #banner .banner-pagination .swiper-pagination-clickable,
#news_area #banner .banner-pagination .swiper-pagination-bullet {
  width: 3vw !important;
  height: 3vw !important;
  background-color: #000000 !important;
  display: inline-block;
  line-height: 0;
  border-radius: 10.67vw;
  margin: 0 1vw;
  opacity: 1;
}

#news_area #banner .banner-pagination .swiper-pagination-bullet-active {
  background: #bb00bf !important;
  width: 6vw !important;
  height: 3vw !important;
}

#news_area .tips_banner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 2vw 0;
}

#news_area .tips_banner li a {
  width: 97%;
  display: block;
}

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

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


#news_area #news {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  padding: 2vw;
  border: 2vw double #bb00bf;
}

#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;
  height: 6vw;
  margin: 0;
  /* background: linear-gradient(to top, #6ac4e3, #01347f); */
}

#news_area #news .notice_tabs_list ul {
  padding: 0vw 0vw;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-radius: 2vw 0 2vw 0;
  overflow:hidden;
}

#news_area #news .notice_tabs_list ul li {
  display: flex;
  background: #610063;
  background-size: 100%;
  color: #ffffff;
  width: 69%;
  /* height: 6.2vw; */
  /* width: auto; */
  padding: 1.5vw 0;
  font-size: 3vw;
  justify-content: center;
  align-items: center;
}

#news_area #news .notice_tabs_list ul li.active {
  background: #bb00bf;
  background-size: 100%;
  color: #ffffff;
}

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

#news_area #news .tabs {
  flex: 1;
  width: 100%;
  padding: 1.07vw 1.6vw;
  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: .67vw;
  height: auto;
  overflow: hidden;
}

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

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

.icon {
  display: inline-block;
  background-size: cover;
  width: 12vw;
  height: 3vw;
  margin: 0 1.07vw 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: 1.6vw;
}

#news_area #news .tabs>ul>li ul li .t3 {
  color: #626262;
  font-size: 2.8vw;
  white-space: nowrap;
  font-weight: 600;
}

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

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

#news_area #news .morebtn a {
  display: inline-block;
  padding: .5vw 1vw;
  background-color: #591872;
  color: #fff;
  text-decoration-line: none;
  font-size: 2.5vw;
}

#twitter {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 60vw;
  background: #ffffffe6;
  padding: 0;
  border: 2vw double #bb00bf;
  margin-top: 2vw;
}

#twitter .t_twitter {
  display: none;
}

.twitter-tweet {
  width: 100%;
  margin-top: 0 !important;
  z-index: 10;
  position: sticky;
  overflow: hidden;
}

#twitter-widget-0 {
  height: 54vw !important;
  font-size: 3vw;
}

#twitter a {
  color: #fff;
  text-decoration: none;
}

/*=============================== character =============================  */
#chara {
  width: 100%;
  /* height: 100%; */
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20vw 0vw 0vw;
  background: #ebeff4 url(../img/pc/repeat_bg.png) center right;
  background-size: 100%;
}

#chara .team-slider {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  /* overflow: hidden; */
  flex-direction: column-reverse;
  line-height: 0;
}

#chara .team-slider .team_wrap {
  width: 100%;
}

#chara .team-slider .team_wrap .team-slide {
  width: 80%;
  position: relative;
  opacity: 0;
  /* background: #ebeff4 url(../img/pc/repeat_bg.png) center right; */
  /* background-size: 125%; */
}

#chara .team-slider .team_wrap .team-slide.swiper-slide-active {
  z-index: 1;
}

/* #chara .team-slider .team_wrap .team-slide:nth-child(1).swiper-slide-active {
background: center/contain no-repeat url("../img/pc/chara/team1_bg.jpg");
}
#chara .team-slider .team_wrap .team-slide:nth-child(2).swiper-slide-active {
background: center/contain no-repeat url("../img/pc/chara/team2_bg.jpg");
}
#chara .team-slider .team_wrap .team-slide:nth-child(3).swiper-slide-active {
background: center/contain no-repeat url("../img/pc/chara/team3_bg.jpg");
}
#chara .team-slider .team_wrap .team-slide:nth-child(4).swiper-slide-active {
background: center/contain no-repeat url("../img/pc/chara/team4_bg.jpg");
} */

#chara .team-slider .team_page {
  width: 100%;
  /* height: 47.4vw; */
  display: flex;
  position: static;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 2vw;
}

#chara .team-slider .team_page span {
  width: 100% !important;
  max-width: 22vw;
  height: 10vw !important;
  border-radius: 0.5vw;
  background: none;
  opacity: 1;
  margin: 0.5vw 0;
  position: relative;
  overflow: hidden;
  transition: transform .2s linear;
}

#chara .team-slider .team_page span:nth-child(1) {
  background: url(../img/pc/chara/team1.png) no-repeat;
  background-size: 100%;
}

#chara .team-slider .team_page span:nth-child(2) {
  background: url(../img/pc/chara/team2.png) no-repeat;
  background-size: 100%;
}

#chara .team-slider .team_page span:nth-child(3) {
  background: url(../img/pc/chara/team3.png) no-repeat;
  background-size: 100%;
}

#chara .team-slider .team_page span:nth-child(4) {
  background: url(../img/pc/chara/team4.png) no-repeat;
  background-size: 100%;
}

#chara .team-slider .team_page span:nth-child(1).swiper-pagination-bullet-active {
  background-image: url(../img/pc/chara/team1_on.png);
}

#chara .team-slider .team_page span:nth-child(2).swiper-pagination-bullet-active {
  background-image: url(../img/pc/chara/team2_on.png);
}

#chara .team-slider .team_page span:nth-child(3).swiper-pagination-bullet-active {
  background-image: url(../img/pc/chara/team3_on.png);
}

#chara .team-slider .team_page span:nth-child(4).swiper-pagination-bullet-active {
  background-image: url(../img/pc/chara/team4_on.png);
}

#chara .team1_info .fire-pagination {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(4vw);
  bottom: 2vw;
  transition: transform 0.5s ease;
}

#chara .team1_info .fire-slider .move_left {
  left: 0;
  transform: translateX(1vw);
}

#chara .team1_info .fire-pagination span {
  width: 6.35vw !important;
  height: 6.35vw !important;
  border-radius: 0.75vw;
  border: 0.3vw solid #79347b;
  opacity: 1;
  background: #fff;
}

#chara .team1_info .fire-pagination span:hover {
  border: 0.3vw solid #bb00bf;
}

#chara .team1_info .fire-pagination span.swiper-pagination-bullet-active {
  border: 0.3vw solid #bb00bf;
}

#chara .fire-pagination span:nth-child(1) {
  background: url(../img/pc/chara/icon_hero_1.jpg) center center no-repeat #fff;
  background-size: 100%;
}

#chara .fire-pagination span:nth-child(2) {
  background: url(../img/pc/chara/icon_hero_2.jpg) center center no-repeat #fff;
  background-size: 100%;
}

#chara .fire-pagination span:nth-child(3) {
  background: url(../img/pc/chara/icon_hero_3.jpg) center center no-repeat #fff;
  background-size: 100%;
}

#chara .fire-pagination span:nth-child(4) {
  background: url(../img/pc/chara/icon_hero_4.jpg) center center no-repeat #fff;
  background-size: 100%;
}

#chara .fire-pagination span:nth-child(5) {
  background: url(../img/pc/chara/icon_hero_5.jpg) center center no-repeat #fff;
  background-size: 100%;
}


.is-hidden {
  /* opacity: 0; */
  display: none;
  height: 0;
  margin: 0;
}

.is-visible {
  /* opacity: 1; */
  display: block;
  z-index: 1;
}

#chara .team_bg img {
  width: 100%;
  height: auto;
}

.hero_info {
  width: 100%;
  position: relative;
}

#chara::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content:
  "";
  width: 100%;
  max-width: 50vw;
  height: 12vw;
  background: url(
  ../img/chara_title.png) no-repeat;
  background-size: 100%;
  top: 7vw;
  z-index: 0;
}

.hero_list1::after {
  position: absolute;
  right: 0;
  content: "";
  width: 50vw;
  height: 50vw;
  background: url(../img/pc/chara/team1_logo.png) no-repeat;
  background-size: 100%;
  top: 0vw;
  z-index: -1;
  opacity: 0.3;
}

.hero_list2::after {
 position: absolute;
  right: 0;
  content: "";
  width: 50vw;
  height: 50vw;
  background: url(../img/pc/chara/team2_logo.png) no-repeat;
  background-size: 100%;
  top: 0vw;
  z-index: -1;
  opacity: 0.3;
}

.hero_list3::after {
  position: absolute;
  right: 0;
  content: "";
  width: 50vw;
  height: 50vw;
  background: url(../img/pc/chara/team3_logo.png) no-repeat;
  background-size: 100%;
  top: 0vw;
  z-index: -1;
  opacity: 0.3;
}

.hero_list4::after {
  position: absolute;
  right: 0;
  content: "";
  width: 50vw;
  height: 50vw;
  background: url(../img/pc/chara/team4_logo.png) no-repeat;
  background-size: 100%;
  top: 0vw;
  z-index: -1;
  opacity: 0.3;
}

.chara_area {
  position: relative;
  width: 100%;
  color: #1e1e1e;
  z-index: 9;
  margin: 0 auto;
}

.chara_area .chara_cont {
  position: absolute;
  width: 95%;
  display: block;
  bottom: 23vw;
  left: 0;
  right: 0;
  margin: auto;
  background: #ffffffc2;
  padding: 3vw;
}

.chara_area .chara_cont .name {
  font-size: 3.8vw;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 1vw;
}

.profile_area {
  /* background: rgba(255, 255, 255, 0.5); */
  border-bottom: .16vw solid #bb00bf;
  /* border-top: .16vw solid #bb00bf; */
  padding: 1vw 0;
  margin-bottom: 1vw;
}

.profile_area li {
  margin-bottom: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  align-items: center;
}

.profile_area li:nth-of-type(2) {
  margin-bottom: 0;
}

.profile_area li p {
  font-size: 2.8vw;
  font-weight: 100;
  color: #ffffff;
  border-radius: 2px;
  background: #bb00bf;
  width: 10vw;
  height: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: .52vw;
}

.profile_area li span {
  font-size: 3vw;
  font-weight: 500;
  color: #1e1e1e;
  line-height: 1.5;
  width: 100%;
  word-wrap: break-word;
  word-break: break-word;
}

.chara_area .chara_cont .lines {
  font-size: 2.8vw;
  line-height: 1.5;
  /* text-shadow: .1vw 0 #ebeff4, 0 .1vw #ebeff4, -0.1vw 0 #ebeff4, 0 -0.1vw #ebeff4; */
  transition: transform 0.3s ease;
}
.chara_area .chara_cont .lines span{
  font-weight:500;
}

.p_hidden{
  height: 9vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient:vertical;
}

.chara_area .chara_cont .lines .down_arrow{
  width: 6vw;
  height: 6vw;
  display: block;
  margin: 0 auto;
  /* animation: bounce 2s infinite; */
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-5px);
  }
}

/* .chara_area .chara_cont picture {
  display: block;
  position: absolute;
  top: min(22.3vh, 240px);
  width: min(12.5vw, 240px);
} */

.chara_area .pic_chara {
  width: 100%;
  height: auto;
  display: block;
  /* position: absolute; */
  right: 0;
  z-index: -1;
}

.chara_area .pic_chara img {
  width: 100%;
}

.thumbnails_btn {
  display: flex;
  margin: 1rem auto 0;
  padding: 0;
  justify-content: center;
  position: absolute;
  bottom: 4vw;
  left: 50%;
  transform: translateX(-50%);
  transition: transform .05s ease-in-out;
}

.move {
}

.thumbnails_btn .thumbnail {
  width: 16vw;
  height: 16vw;
  overflow: hidden;
  list-style: none;
  margin: 0 1vw;
  cursor: pointer;
  border: 0.75vw solid #79347b;
  border-radius: 1.5vw;
  transition: all 0.3s;
}

.thumbnails_btn .is-active {
  border: 0.75vw solid #bb00bf;
}

.thumbnails_btn .thumbnail img {
  width: 100%;
  height: auto;
}


/*=============================== feature =============================  */
#feature {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 9vw 0 16vw;
}

#feature h1 {
  width: 100%;
  max-width: 45vw;
  height: 13vw;
  margin: 0 auto 3vw;
}

#feature h1 img {
  width: 100%;
}

#feature .feature-slider {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
}

#feature .feature-slider .swiper-slide {
  width: 33.33vw;
  margin: 0 auto;
  overflow: hidden;
  transition: 0.7s;
  transform: scale(1);
  border: 0.4vw solid #000000;
  line-height: 0;
}

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

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

#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;
  align-items: center;
  position: absolute;
  bottom: 9vw;
}

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

#feature .feature_pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #db2ad4;
  width: 6vw;
  height: 3vw;
  border-radius: 2vw;
  box-shadow: none;
}

#feature .feature_pagination span {
  margin: 0 1vw;
}

#feature .feature_pagination span:focus {
  outline: -webkit-focus-ring-color auto 0vw;
}


/*=============================== world =============================  */
#world {
  width: 100%;
  height: auto;
  background: url(../img/sp/world/world_bg.jpg) no-repeat;
  background-size: 100%;
}

#world .world_img {
  display:none
}

#world .world_area {
  width: 95%;
  /* height: 100vh; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10vw 0;
  margin: 0 auto;
}

#world .world_area h1 {
  width: 100%;
  max-width: 40vw;
  /* height: 3.96vw; */
  margin: 0 0 11vw 0;
}

#world .world_area h1 img {
  width: 100%;
}

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

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

#spec {
  width: 100%;
  height: 100%;
  padding: 8vw 0 29vw;
  color: #e3e3e3;
}

#spec .spec_inner {
  width: 100%;
  margin: 0vw 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: 40vw;
  margin: 0 0 4vw 0;
  border-radius: 2.6667vw;
  border: 1vw solid #fff;
}

#spec .spec_inner .spec_table {
  width: 90%;
  font-size: 3vw;
  border-collapse: separate;
  border-spacing: .4vw;
  /* text-shadow: 0 0 .6667vw rgba(0, 0, 0, 0.4); */
  height: 4.2667vw;
  color: #ffffff;
}

#spec .spec_inner .spec_table th {
  border: 0;
  padding: 0.5em;
  text-align: center;
  margin-right: .4vw;
  vertical-align: middle;
  background-color: #6c3691bf;
}

#spec .spec_inner .spec_table td {
  vertical-align: middle;
  padding: 0.5em 1em;
  background-color: #6c3691bf;
  border: 0;
  font-weight: 600;
}

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

#spec .notice {
  line-height: 2;
  font-size: 3.5vw;
  display: block;
  margin: 5.3333vw auto 10vw;
  width: 90%;
  padding: 1em;
  /* background-color: rgb(0 0 0 / 45%); */
  border: .1333vw solid #1e1e1e;
  color: #1e1e1e;
}

#spec .notice span {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 4vw;
}

#spec .caution {
  width: 90%;
  margin: 0 auto;
  padding: .2133vw;
  border: .0427vw solid #8b785e;
  border-radius: .32vw;
  background-color: rgba(0, 0, 0, 0.7);
}

#spec .caution p {
  font-size: .3413vw;
  margin-bottom: .2133vw;
  color: #ffdb8b;
  text-align: center;
}

#spec .caution ul li {
  line-height: .4267vw;
  font-size: .2987vw;
  font-weight: 100;
  color: #f6e3b9;
}
/*=============================== footer =============================  */

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

footer .company_info {
  padding: 6vw 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;
}

footer .company_info img {
  width: 40%;
}

footer .company_info div {
  margin: 0;
}

footer .company_info ul {
  margin-bottom: 0;
  font-size: 2.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.3333vw 0;
  width: 100%;
}

footer .company_info ul li {
  color: #0099cb;
  margin: 0 2.1333vw 0 0;
}

footer .company_info ul li a {
  text-decoration: none;
  color: #4e4e4e;
  font-size: 3.2vw;
  text-decoration: underline;
}

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

footer p {
  width: 100%;
  text-align: center;
  font-size: 3vw;
  color: #313131;
  margin-bottom: 0;
}

#go_top {
  width: 8vw;
  height: 8vw;
  fill: #ffffff;
  position: fixed;
  right: 0;
  bottom: 78vw;
  background: #8c55b2;
  border-radius: 1.5vw 0 0 1.5vw;
  box-sizing: border-box;
  cursor: pointer;
  /* -webkit-transform: translateX(110%); */
  /* transform: translateX(110%); */
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

#go_top svg {
  width: 7vw;
  height: 7vw;
  fill: #fff;
}

#go_top:hover {
  background: #591872;
}

#go_top.is-visible {
  -webkit-transform: translateX(0);
  transform: translateX(-1vw);
}

#go_top.is-hidden {
  -webkit-transform: translateX(110%) !important;
  transform: translateX(110%) !important
}

#go_top img {
  width: 100%;
}

/* float */
.footer_float {
  position: fixed;
  display: flex;
  background: #864cae;
  background-size: contain;
  z-index: 100;
  bottom: 0;
  width: 100%;
  height: 30vw;
  /* border-top: .16vw solid #000; */
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  display: none;
  /* transition: .25s ease-in-out; */
}

.footer_float .footer_regist_area {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 999;
  width: 100%;
  flex-direction: column;
}

.footer_list_item {
  margin-bottom: 1rem;
}

.footer_qr {
 display:none;
}

.regist_right {
  width: 100%;
  height: 11vw;
  display: block;
  background: url(../img/download.png);
  background-size: 75%;
  background-position: left;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3vw;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  display: none;
}

.regist_right .arrow_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 22%;
}

.regist_right .arrow_area .arrow {
  width: 3vw;
  height: 3vw;
  background-color: #ffffff;
  background: url(../img/regist_arrow.png) no-repeat center center;
  background-size: 100%;
  -webkit-mask-size: cover;
  -webkit-animation: move 1.3s infinite;
  animation: move 1.3s infinite;
  margin: 0;
}

.regist_right .arrow:nth-child(2) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.regist_right .arrow:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@-webkit-keyframes move {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes move {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.footer_list {
  display: flex;
  grid-template-columns: repeat(6, auto);
}

.footer_list_item {
  margin: 0 .53vw;
  display: flex;
  height: 11vw;
  width: 33vw;
  transition: transform 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: .5vw;
  align-items: center;
}

.footer_list_item a {
  line-height: 0;
}

.footer_list_item:hover {
  transform: scale(1.05);
}

.footer_list_item:nth-of-type(4) {
  display: none;
}


.footer_list_img {
  width: 100%;
}

.rolling {
  background: url(../img/footer_bg.png) center;
  background-size: cover;
  height: 33vw;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: scroll 60s infinite linear;
  animation: scroll 30s infinite linear;
  z-index: 25;
}

@-webkit-keyframes scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100vw 0;
  }
}

@keyframes scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100vw 0;
  }
}

body#finish {
  background-image: none;
  background-color: #fff;
}

body#finish #wrapper {
  background-image: none;
}

body#finish .finish {
  padding: 0;
  background-color: #fff;
}

body#finish .company_info {
  background: #ffffff url(../img/foot_bg.jpg) repeat-x top left;
  padding: 1.25rem;
  position: relative;
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

body#finish .company_info img {
  margin: 0 auto;
  width: 11.5rem;
}

body#finish .company_info div {
  margin: 0px 0px 0px 0px;
}

body#finish .company_info ul {
  margin-bottom: 0px;
  font-size: 10px;
  display: flex;
  justify-content: center;
}

body#finish .company_info ul li {
  margin: 0 5px;
  padding-left: 5px;
  border-left: 1px solid #fff;
}

body#finish .company_info ul li a {
  color: #fff;
}

body#finish .company_info ul li:first-child {
  border: none;
  padding-left: 0px;
  margin: 0 5px 0 0;
}

body#finish .company_info p {
  width: 100%;
  text-align: center;
  margin: .625rem 0 0 0;
  color: #000000;
}

#finish_body {
  padding: 0 0 0 0;
  position: relative;
}

#finish_body img {
  display: block;
  width: 100%;
}

body#finish .finish .return {
  position: absolute;
  width: 60%;
  height: 7rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 27rem);
  background: url(../img/return.png) no-repeat center center;
  background-size: 100%;
  display: block;
}

#finish_body div {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

body#finish .finish .go_website {
  width: 45%;
  left: 50%;
  margin-top: -100px;
  background: url(../img/go_website.png) no-repeat center center;
  background-size: 100%;
}

/* float */
.p-top__float__wrapper {
  position: fixed;
  display: flex;
  align-items: center;
  background: #000;
  z-index: 100;
  width: 100%;
  padding: 3vw 0;
  flex-direction: column;
}
.p-top__float__item {
  margin-bottom: 1rem;
}

.p-top__float__qr {
  display: none;
}

.p-top__float__list {
  display: flex;
  width: 90%;
  flex-direction: row;
  justify-content: space-around;
}

.p-top__float__item {
  margin: 0 1.3333vw;
  position:relative;
  overflow:hidden;
  /* height: 13vw; */
  border-radius: 2vw;
}
.p-top__float__item :after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  content: "";
  /* background: linear-gradient(120deg, #ffffff00, #ffffff00, hsl(0deg 0% 100% / 30%), #ffffff00, #ffffff00); */
  background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.4) 100%);
  transform: skewX(-25deg);
  transition: all .5s;
  -webkit-animation: sg 1s linear infinite;
  animation: sg 1.5s linear infinite;
}
.p-top__float__item:nth-of-type(4) {
  display:none;
}

.p-top__float__link {
  width: 100%;
  display: block;
}

.p-top__float__img {
  width: 100%;
}

.p-top__float__mailformwrapper {
  width: 95%;
  margin-top: 1.3333vw;
  height: 12vw;
  border-radius: 5px;
  overflow: hidden;
  font-size: 2.1333vw;
}
.p-top__float__mailformwrapper form {
  display: flex;
}

.p-top__float__mailform {
  width: 70%;
  background: #fff;
  color: #000;
  text-align: left;
  height: 12vw;
  padding: 0 0rem 0 1rem;
  border: none;
  outline: none;
  font-size: 3.5vw;
}
.p-top__float__mailform::placeholder {
  font-size: 3.5vw;
}
.p-top__float__mailbtn {
  display: inline-block;
  background: linear-gradient(to top, #66008f 0%, #ff73ee 100%);
  color: #fff;
  height: 12vw;
  border: 0;
  width: 30%;
  outline: none;
  font-size: 3.5vw;
}

/*----------------------------------------------------------------------
          2nd page
----------------------------------------------------------------------*/
#individual {
  background-image: url(../img/sp/world/world_bg.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: 5.33vw;
  margin: .67vw 0 0 1.33vw;
}

#individual header #banner {
  background-color: #fff;
  padding: 1.33vw;
  width: 96%;
  margin: 5.33vw auto .67vw auto;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}

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

#individual main {
  margin: 0;
}

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

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

#individual main #news_list {
  width: 94%;
  margin: 0 auto;
  padding: 17vw 0 2.67vw;
}

#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: 2.67vw auto;
}

#individual main #news_list #genre li {
  background: linear-gradient(to top, #66008f 0%, #ff73ee 100%);
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
  /* font-weight: bold; */
  text-align: center;
  /* width: 95px; */
  border-radius: 2px;
  padding: 2vw 2.8vw;
  margin: 1vw;
  font-size: 2.8vw;
}

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


#individual main #news_list #news_body li {
  /* border-radius: 1.33vw; */
  font-size: 2.8vw;
  /* border: 6px solid #751c88; */
  width: 100%;
  /* border-style: double; */
  background: #ffffffc9;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  padding: 2vw;
  margin-bottom: 2.67vw;
}

#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: 26.67vw;
  margin: auto;
  display: flex;
  height: 13.33vw;
  justify-content: space-around;
  align-items: center;
}

#individual main #news_list .page_nav li a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: .27vw 1.07vw;
  border: 1px solid #fff;
}

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

#individual main #news_list #news_body li a .min_banner img {
  width: 33.33vw;
  margin-right: 2.67vw;
}

#individual main #news_list #news_body li a .icon {
  -ms-flex-preferred-size: 13.33vw;
  flex-basis: 19vw;
  width: 19vw;
  height: 11.87vw;
  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: 0px 0px 0px 2vw;
  line-height: 3.5vw;
  font-size: 3.25vw;
}

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

#individual main #news_list .sppagination {
  margin: 4vw 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 .67vw 1.33vw .67vw;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
  border-radius: 1vw;
  background-color: #ffffff;
  color: #1c0d0a;
  display: block;
  text-align: center;
  line-height: 8vw;
  width: 8vw;
  height: 8vw;
  border: 1px solid #182b42;
  font-size: 2.8vw;
}

#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 6.67vw 0; */
}

#individual main .pagecontent .subtitle {
  margin-bottom: .67vw;
  filter: drop-shadow(1px 0px 1px #fff) drop-shadow(-1px 0px 1px #fff) drop-shadow(0px 1px 1px #fff) drop-shadow(0px -1px 1px #fff);
  font-size: 3.5vw;
}

#individual main .pagecontent .spcontain {
  font-size: 3vw;
  width: 100%;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  padding: 2vw;
  margin: 2.13vw 0;
  background: #ffffffc9;
  border: 1.5vw double #bb00bf;
}

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

#individual main #news_list .pagecontent .spcontain .spcontainer .faq_block {
  border-radius: .53vw;
  background: linear-gradient(to top, #66008f 50%, #ff73ee 100%);
}

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

#individual main #news_list .pagecontent .spcontain .spcontainer .a {
  color: #000000;
  padding: 1.33vw;
  border-radius: 0vw 0vw .8vw .8vw;
  display: flex;
  background-color: #f6deff;
  border-top: 1px solid #01347f;
}

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

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

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

#individual main .pagecontent .spcontain .spcontainer .page_tit {
  margin-bottom: 2.67vw;
}

#individual main .pagecontent .spcontain .spcontainer .page_tit h3 {
  color: #8717b2;
  padding: .53vw 1.33vw;
  border-width: 0 0 .13vw 0;
  border-color: #3a3231;
  border-style: solid;
  margin: 0 auto 3.33vw auto;
  margin-bottom: 0vw;
  font-size: 4.5vw;
}

#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: 3.2vw; */
  color: #000000;
  padding: 2%;
}

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

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

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

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

#individual main .pagecontent .spcontain .spcontainer .page_dital ul {
  padding: 0 1.33vw;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .spcontact form .cateBox_tb {
  border: #000 1px solid;
  margin: 0 auto 2.67vw auto;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .spcontact form .cateBox_tb th {
  color: #fff;
  padding: .5rem 2vw;
  background: #73694f;
  font-weight: bold;
  border-left: 1px solid #adadad;
  border-top: 1px solid #adadad;
  border-bottom: 1px solid #adadad;
  line-height: 120%;
  text-align: left;
  text-shadow: 1px 1px 4px #000000;
  -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0px 1px 1px 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: .67vw;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #666666;
}

.input_box {
  width: 84%;
}

.contact_tb {
  margin: 1.87vw 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: 13.33vw;
  color: #3c3a32;
  background: linear-gradient(to top, #9c8d6d 0%, #e9e0bf 100%);
  border-bottom: #80704e 2px solid;
  border-top: #fffdf6 2px solid;
  padding: 1.33vw;
  text-decoration: none;
  margin-top: 2.67vw auto;
  border-radius: .53vw;
  border: 0;
}

.ch01 {
  background: url(../img/contact/iconch.jpg) 0 0 no-repeat;
  background-size: 100%;
  display: block;
  width: 6.67vw;
  height: 2vw;
  margin-right: 1.33vw;
}

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

.ch03 {
  background: url(../img/contact/iconch.jpg) 0 -4vw no-repeat;
  background-size: 100%;
  display: block;
  width: 6.67vw;
  height: 2vw;
  margin-right: 1.33vw;
}

.days {
  right: 1.33vw;
  font-size: 1.6vw;
  position: absolute;
}

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

.cateBox_tb {
  border: #000 1px solid;
  width: 106.67vw;
  margin: 0 auto 2.67vw auto;
}

.cateBox_tb>tbody>tr>th {
  background: #472600;
  color: #fff;
  padding: 5px 1.33vw;
  border-bottom: #fff 1px solid;
  width: 26.67vw;
  text-align: left !important;
}

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

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

.sub_tb td {
  padding: .67vw 1.33vw .67vw 0;
}

.formbt {
  text-align: center;
}

.formbt .submit,
.formbt .back_button {
  padding: .67vw 1.33vw;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital h3 {
  color: #ffffff;
  padding: 1.5vw 1.33vw;
  /* border-width: 0 0 1px 2vw; */
  /* border-color: #de0613; */
  /* border-style: solid; */
  margin: 0 auto 3.33vw auto;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 3.5vw;
  background: url(../img/tit_bg.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 2vw;
  overflow: hidden;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital strong {
  font-weight: 900;
  color: #d425c8;
  font-size: 2.4vw;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital h6 {
  font-size: 2.13vw;
  font-weight: bold;
  color: #ff8f00;
  margin-bottom: 1.33vw;
}

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

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

#individual main .pagecontent .spcontain .spcontainer .page_dital .guide_title {
  color: #ffffff;
  /* padding: .67vw; */
  margin: 1.33vw auto;
  /* font-size: 1.87vw; */
}

#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: .4vw .13vw;
  border-radius: .53vw;
  margin: 1% 2%;
  overflow: hidden;
  border: 0.3vw solid #8a30e0;
}

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

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

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

#individual main .pagecontent .spcontain .spcontainer .page_dital table {
  width: 100%;
  border: 1px solid #73694f;
  font-size: 1.6vw;
  border-spacing: 0;
  color: #000000;
  margin: 0 0 3.2vw 0;
}

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

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


#individual main .pagecontent .spcontain .spcontainer .page_dital table tr td {
  text-align: center;
  padding: 1.07vw .4vw;
  border-bottom: 1px solid #73694f;
  border-left: 1px solid #73694f;
}

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

#individual main .pagecontent .spcontain .spcontainer .back_btn a {
  margin: 1.07vw auto 0;
  text-align: center;
  display: block;
  width: 15vw;
  padding: .67vw;
  color: #fff;
  background: linear-gradient(to top, #66008f 0%, #ff73ee 100%);
  border-radius: 1vw;
  font-size: 3vw;
}

#individual main .back_btn a {
  margin: 2vw auto;
  text-align: center;
  display: block;
  width: 13.33vw;
  padding: .67vw;
  color: #fff;
  background: linear-gradient(0deg, #770001, #f40001);
  text-decoration: none;
  font-size: 1.87vw;
}

#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: 18.67vw;
  background-color: #333;
  color: #fff;
  padding: 1.33vw;
  text-decoration: none;
  border-radius: .27vw;
  background: linear-gradient(to top, #66008f 0%, #ff73ee 100%);
  font-size: 2.8vw;
  border-radius: .67vw;
}

.page_dital .wall_content{
	width:100%;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
.img_wrapper{
	width: 47%;
}
.img_wrapper img{
	width:100%;
	margin-bottom: 0 !important;
	border: 1vw solid #fff;
	box-shadow: 0px 2px 3px 1px #333333a3;
}
.img_contain{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 2vw 0;
}
.img_contain a{
	width: 19vw;
	height: 4vw;
	text-align: center;
	text-decoration: none;
	background: #8717b2;
	line-height: 4vw;
	color: #fff;
	font-size: 2vw;
}