@charset "UTF-8";

/* 簡易リセットCSS */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
}

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;
  /* 针对Webkit浏览器 */
}

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


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/repeat.jpg) repeat center;
  background-size: 100%;
  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;
}

.hide4 {
  display: none;
}

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

.hide2 {
  display: none;
}

.hide3 {
  opacity: 0;
}

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: 4vw 2vw;
  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;
}

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

footer .company_info ul li a {
  /* text-decoration: none; */
  color: #007bff;
  font-size: 2.75vw;
  font-weight: 500;
}

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

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

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

.no_scroll {
  overflow: hidden;
}

#header {
  width: 100%;
  height: 12vw;
  background: linear-gradient(90deg, #302a2a, #544a49, #302a2a);
  background: #000;
  position: fixed;
  z-index: 100;
  /* display: none; */
}

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

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

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

#header .sns a.x {
  background: #000;
  padding: .64vw;
  border: 1px solid #fff;
}

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

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

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(50 25 45);
}

header #header #menu_wrap .menu li {
  background-size: 75%;
  text-align: center;
  font-size: 4vw;
  line-height: 15vw;
  border-bottom: 1px 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: #532b4ceb;
}

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: 1px 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;
}

nav .sns_dic svg {
  width: 4.27vw;
  height: 4.27vw;
  display: flex;
  background: #5765f1;
  justify-content: center;
  align-items: center;
  padding: .43vw;
  border-radius: 1.07vw;
  position: absolute;
  right: 7.47vw;
  top: 50%;
  transform: translateY(-50%);
}

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

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.2vw;
  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: 163vw;
  clear: both;
  position: relative;
  margin-top: 4vw;
  scroll-margin-top: 12vw;
}

#top .top_logo{
  width: 40vw;
  /* height: 30.6vw; */
  position:absolute;
  right: 2vw;
  top: 6vw;
  z-index: 1;
  display: none;
}

#top .main_title,.top_hero{
  display:none;
}

.sp_header {
  width: 100%;
  z-index: 1;
  position: sticky;
}

.start_btn,
.mainte {
  width: 80%;
  height: 24.93vw;
  display: block;
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translate(-50%,31vw);
  transition: transform 0.3s ease-out;
  z-index: 6;
}

.start_btn{
  background: url(
  ../img/sp/start.png) no-repeat center center;
  background-size:100%;
  animation: gentle-float 3s ease-in-out infinite;
}

@keyframes gentle-float {

  0%,
  100% {
    transform: translate(-50%,31vw);
  }

  50% {
    transform: translate(-50%,30vw);
  }
}

.mainte {
  background: url(../img/sp/maintenance.png) no-repeat center center;
  background-size: 100%;
}

.mbga_wrapper {
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 0%;
  filter: drop-shadow(-0.67vw 0vw 1.33vw rgba(0, 0, 0, 0.33));
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  font-size: 3.73vw;
}

#mbga_game_start {
  display: flex;
  justify-content: space-between;
  padding: 2.5% 0;
  font-size: 1.6vw;
  color: #fff;
  text-shadow: 0vw 0vw .4vw #441300;
  border-bottom: .05vw solid #fff;
}

#mbga_game_start a {
  color: #ff0000;
}

#mbga_game_start>div {
  /*margin: 0 2.5%;*/
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

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

#mbga_game_start p {
  margin: .67vw !important;
  padding: 0;
  font-size: 3vw;
}

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

#float {
  background: #000000;
  z-index: 10000;
  border-top: 1px solid #fff;
}

#float ul {
  display: flex;
  justify-content: space-around;
  padding: 1vw 0;
}

#float ul li {
  padding: 1% 0;
  font-size: 3.5vw;
}

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


#news_area {
  height: 100%;
  scroll-margin-top: 0vw;
  position: relative;
  z-index: 10;
  width: 100%;
  margin: -6vw auto 0;
  padding: 6.67vw 1.6vw;
}

#news_area h1{
  width: 52%;
  display: block;
  margin: 0vw auto 1.8vw;
  z-index: 10;
  position: sticky;
}

#news_area h1 img {
  width: 100%;
}

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

#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: #6718a0 !important;
  display: inline-block;
  line-height: 0;
  border-radius: 10.67vw;
  margin: 0 .67vw;
  opacity: 1;
}

#news_area #banner .banner-pagination .swiper-pagination-bullet-active {
  background: linear-gradient(0deg, #ff7dbd, #c61494);
}

#news_area .leftbanner2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

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

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

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


#news_area #news {
  position: relative;
  width: 100%;
  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;
  height: 6vw;
  margin: 0vw auto 2vw;
  /* 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%;
}

#news_area #news .notice_tabs_list ul li {
  display: flex;
  background: linear-gradient(0deg, #875ca5, #630f9f);
  background-size: 100%;
  color: #dfc6ff;
  width: 18vw;
  height: 6.2vw;
  /* width: auto; */
  /* padding: .85vw 0px; */
  font-size: 3.3vw;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 320px) {
  #news_area #news .notice_tabs_list ul li {
    font-size: 1.33vw;
  }
}

#news_area #news .notice_tabs_list ul li.active {
  background: linear-gradient(0deg, #ff7dbd, #c61494);
  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;
  padding: 2vw;
  border: 0.5vw solid #842dce;
}

#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: 600;
  display: block;
  font-size: 3.5vw;
}

#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: #64119f;
  color: #fff;
  text-decoration-line: none;
  font-size: 2.5vw;
}

#chara {
  width: 100%;
  /* height: 100%; */
  /* padding: 4.2667vw 0; */
  background-size: cover;
  position: relative;
  scroll-margin-top: 10vw;
  z-index: 10;
}

#chara h1 {
  width: 59%;
  display: block;
  left:50%;
  transform:translateX(-50%);
  z-index: 10;
  position: absolute;
  margin-top: 4vw;
}

#chara h1 img {
  width: 100%;
}
#chara   .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  height: 146vw;
}

.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: 13vw;
  left: 0;
  right: 0;
  margin: auto;
  background: #ffffffc2;
  padding: 2vw;
  color: #c91896;
}

.chara_area .chara_cont .name {
  font-size: 5vw;
  font-weight: 900;
  /* line-height: 1; */
  margin-bottom: 2vw;
  font-family: 'A-OTF フォーク Pro';
}

.profile_area {
  border-top: .5vw solid #c91896;
  padding: 2vw 0 1vw;
}

.profile_area ul{
  display:flex;
  justify-content: flex-start;
}

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

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

.profile_area li p {
  font-size: 3.47vw;
  color: #ffffff;
  background: linear-gradient(0deg, #ff7dbd, #c61494);
  width: 15vw;
  height: 6vw;
  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: 3.8vw;
  color: #1e1e1e;
  line-height: 1.5;
  /* width: 25vw; */
  word-wrap: break-word;
  word-break: break-word;
  font-weight: 600;
}

.chara_area .chara_cont .lines {
  font-size: 3.2vw;
  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;
  color: #000;
  font-weight: 500;
}
.p_hidden{
  height: 10vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient:vertical;
  transition: transform 0.3s ease;
}

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

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


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

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

#chara .chara_pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 2.1333vw auto 0;
  z-index: 10;
  position: absolute;
  /* left: 50%; */
  /* transform: translate(-50%, 2.1333vw); */
  align-items: center;
  justify-content: center;
  bottom: 2.6667vw;
}

#chara .chara_pagination .swiper-pagination-bullet-active {filter: grayscale(0%);border: .53vw solid #c91896;box-shadow: 0vw .9vw 0 0 #c91896;}

#chara .chara_pagination span {
  width: 15vw;
  height: 15vw;
  /* margin: .5333vw 1.0667vw!important; */
  opacity: 1;
  font-size: 0;
  background-size: 100% !important;
  filter: grayscale(100%);
  border-radius: 0;
}

#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 =============================  */
#feature {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 9vw 0 16vw;
  scroll-margin-top: 10vw;
  z-index: 10;
}

#feature h1 {
  width: 64%;
  display: block;
  left:50%;
  /* transform:translateX(-50%); */
  z-index: 10;
  /* position: absolute; */
  /* margin-top: 1vw; */
  margin: 0 auto;
}


#feature h1 img {
  width: 100%;
}

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

#feature .feature-slider .swiper-slide {
  width: 33.33vw;
  margin: 0 auto;
  overflow: hidden;
  transition: 0.7s;
  transform: scale(1);
  border: 0.8vw solid #ffffff;
  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: #6718a0;
}

#feature .feature_pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: linear-gradient(0deg, #ff7dbd, #c61494);
  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;
}
.prevbtn,.nextbtn{
  display:none;
}

/*=============================== world =============================  */
#world {
  width: 100%;
  height: auto;
  padding: 0;
  scroll-margin-top: 10vw;
  z-index: 10;
  position: sticky;
}

#world h1 {
  width: 45%;
  display: block;
  margin:0 auto;
  z-index: 10;
  position: sticky;
}

#world h1 img {
  width: 100%;
}


#world .world_text{
  width: 100%;
  /* height: 100vh; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: -20vw auto 0;
  box-sizing: border-box;
}

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


#spec {
  width: 100%;
  height: 100%;
  background: url(../img/sp/spec_bg.jpg) repeat center center;
  background-size: 100%;
  padding: 6.6667vw 0;
  color: #e3e3e3;
  scroll-margin-top: 12vw;
  z-index: 10;
  position: sticky;
  margin-top: -1vw;
}

#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: 3vw;
  border: 0.7vw solid #fff;
}

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

#spec .spec_inner .spec_table th {
  border: 0;
  padding: 0.5em;
  text-align: center;
  margin-right: 1vw;
  vertical-align: middle;
  background-color: #ffffff8f;
  width: 28%;
}

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

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

#spec .notice {
  line-height: 2;
  font-size: 3vw;
  display: block;
  margin: 5.3333vw auto 10vw;
  width: 95%;
  padding: 1em;
  background-color: #0000001a;
  /* border: .1333vw solid #fff; */
  color: #000;
}

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

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

#spec .voice_info {
  margin: 4vw auto;
  width: 100%;
  /* text-align: center; */
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#spec .voice_info h2{
  font-size: 5vw;
  display:flex;
  flex-direction: column;
  align-items: center;
}

#spec .voice_info h2 span{
  font-size: 3vw;
  font-weight:400;
}

#spec .voice_info .voice_text,#spec .voice_info .voice_cv{
  margin: 2.5vw 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#spec .voice_info .voice_text p,#spec .voice_info .voice_cv p{
  font-weight: 600;
  font-size: 3.8vw;
  margin: 0 0 2vw;
  position:relative;
  padding:0 3vw;
}
#spec .voice_info .voice_text p:after,#spec .voice_info .voice_cv p:after{
  content: "";
  width:100%;
  height:2.5vw;
  background: #d93ba2cf;
  position:absolute;
  left:0;
  right:0;
  z-index:-1;
  bottom:0;
}

#spec .voice_info .voice_text span{
  font-weight: 400;
  font-size: 3vw;
  border-bottom: 0.25vw dashed #84848459;
  padding: 0 0 2vw 0;
}

#spec .voice_info .voice_cv ul{font-size: 3vw;border-collapse: separate;border-spacing: .2083vw;color: #ffffff;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-around;}

#spec .voice_info .voice_cv ul li {
  text-align: center;
  font-weight: 400;
  width: 45%;
  margin: 0vw 0 2vw;
  padding: 0 0 2vw 0;
  border-bottom: 0.25vw dashed #ffffff59;
}

.down {
  display: none;
}

#go_top {
  width: 8vw;
  height: 8vw;
  fill: #ffffff;
  position: fixed;
  right: 0;
  bottom: 2vw;
  background: linear-gradient(0deg, #875da5, #63129e);
  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: 10;
}

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

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: 2.6667vw;
  position: relative;
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

body#finish .company_info img {
  margin: 0 auto;
  width: 35.5333vw;
}

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

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

body#finish .company_info ul li {
  margin: 0 .6667vw;
  padding-left: .6667vw;
  border-left: .1333vw solid #fff;
}

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

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

body#finish .company_info p {
  width: 100%;
  text-align: center;
  margin: 1.3333vw 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: 16vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 46.2667vw);
  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: -13.3333vw;
  background: url(../img/go_website.png) no-repeat center center;
  background-size: 100%;
}

#foot_link {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 20vw;
  display: flex;
  background: linear-gradient(to top, #f3e5cf 0%, #fdfaf5 100%);
  background: #000000c2;
  padding: 1.7067vw 1.0667vw;
  align-items: center;
  flex-direction: column;
}

#foot_link .foot_title{
  /* width: 80%; */
  display: none;
}

#foot_link .foot_btn{
  width: 100%;
  height: 16vw;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  margin-top: 1.0667vw;
}

#foot_link .foot_btn a {
  width: auto;
  height: 15vw;
  display: flex;
}

#foot_link .foot_btn a img {
  width: 100%;
  height: 15vw;
}

#star {
  position: fixed;
  /* 固定表示に変更 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.feather {
  position: absolute;
  width: 5vw;
  height: 5vw;
  background-size: cover;
  opacity: 0;
  transition: opacity 2s;
  animation: fall linear infinite, sway ease-in-out infinite;
}

@keyframes fall {
  to {
    transform: translateY(100vh) translateX(calc(-50px + 100vw));
    /* 最大サイズに調整 */
  }
}

@keyframes sway {

  0%,
  100% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(-10deg);
    /* X軸の揺れ幅を調整 */
  }

}

/*----------------------------------------------------------------------
          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: 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(180deg, #a63887, #ffabd4);
  -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: 4vw;
  margin: 2.13vw 0;
  background: #ffffffc9;
}

#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(0deg, #ffabd4,#a63887);
}

#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: #ffdffb;
  border-top: 1px solid #ffffff;
}

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

#individual main .pagecontent .subtitle .sp_page_right_top .subpagenav a {
  color: #ac408c;
  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: #ac3f8c;
  padding: .53vw 1.33vw;
  border-width: 0 0 .13vw 2vw;
  border-color: #ac3f8c;
  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;
  /* border-width: 0 0 1px 2vw; */
  /* border-color: #de0613; */
  /* border-style: solid; */
  margin: 0 auto 3.33vw auto;
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 3.5vw;
  background: linear-gradient(45deg, #a63887, #ffabd4);
  background-size: cover;
  border-radius: 1vw;
  overflow: hidden;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital strong {
  font-weight: 600;
  color: #aa3d8b;
  font-size: 3.25vw;
}

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

#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: 3vw !important;
}

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

#individual main .pagecontent .spcontain .spcontainer .page_dital table {
  width: 100%;
  border: 0.15vw solid #290c4b;
  font-size: 2.8vw;
  border-spacing: 0;
  color: #000000;
  margin: 0 0 3.2vw 0;
  border-spacing: 0;
  background: #eed1ee;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table tr:nth-child(1) td,
#individual main .pagecontent .spcontain .spcontainer .page_dital table tr:nth-child(1) th  {
  color: #fff;
  padding: .67vw 1.33vw;
  background: #aa6796;
  font-weight: bold;
  border-left: 0.15vw solid #000000;
  border-top: 0.15vw solid #000000;
  border-bottom: 0.15vw solid #000000;
  text-align: center;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table tr:nth-child(1) th{
  border-right:0.15vw solid #b787f0;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital table th:last-child {
  border-right: 0.15vw solid #fff;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table tr td {
  text-align: center;
  padding: 1.07vw .4vw;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table tr td:last-child {
  border-left: 0.15vw solid #7b63a1;
}

#individual main .pagecontent .spcontain .spcontainer .back_btn a {
  margin: 1.07vw auto 0;
  text-align: center;
  display: block;
  width: 17vw;
  padding: .67vw;
  color: #fff;
  background: linear-gradient(0deg, #bc75a9, #aa3e8b);
  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, #58219c 0%, #ab38fa 100%);
  font-size: 2.8vw;
  border-radius: .67vw;
}