@charset "UTF-8";
/* 簡易リセットCSS */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap");

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

}

h1 {
  margin: 0;
  padding: 0;
  font-size: .24rem;
}

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

html {
  font-size: 1rem;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Hiragino Sans', Meiryo, 'Yu Gothic', sans-serif;
}

html::-webkit-scrollbar {
  display: none;
  /* 针对Webkit浏览器 */
}

/* section {
  transition: 0.6s;
} */

body {
  position: relative;
  width: 100%;
  color: var(--color_text);
  font-size: 1rem;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  overflow-y: hidden;
  background: url(../img/pc/bg2.jpg) no-repeat center center;
  background-attachment: fixed;
  overflow: hidden;
}

header {
  width: 100%;
  position: fixed;
  z-index: 1000;
  height: 3.75rem;
}

.sp_header {
  display: none;
}

header nav {
  width: 100%;
  position: absolute;
  transition: 0.3s;
  background: #182b42;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: .125rem solid #fff;
  box-shadow: 0 .125rem .25rem .1875rem #0000009c;
  margin-top: 0;
}

#header .sns{
  width:auto;
  height:3.75rem;
  display:flex;
  align-items: center;
  position: absolute;
  right: 6rem;
}
#header .sns a{
  width: 2.5rem;
  height: 2.5rem;
  border-radius:0.5rem;
  margin:0 0.5rem;
  box-sizing:border-box;
}
#header .sns a.x{
  background:#000;
  padding:0.3rem;
}
#header .sns a.youtobe{
  background:#ff0000;
}

header nav .menu_pc {
  width: 100%;
  max-width: 50rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
}

header nav .menu_pc li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.25rem;
}

header nav .menu_pc li a:hover {
  color: #fbc63c;
}

@media screen and (max-width: 68.75rem) {
  header nav .game_logo {
    /* display: none; */
  }
}

.swiper-pagination {
  transition: 0s;
  transition-delay: 0s;
}

header nav .global_pagination {
  width: 9rem;
  height: .6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header nav .global_pagination .gp-bullet-active {
  background-position-y: -0.6rem !important;
}

header nav .global_pagination span {
  width: 1.38rem;
  height: .6rem;
  margin: 0 .1rem !important;
  opacity: 1;
  font-size: 0;
  outline: none;
  line-height: 0;
}

header nav .global_pagination span:nth-child(1) {
  background: url(../img/pc/nav/nav_top.png) no-repeat 0 top;
  background-size: 100%;
}

header nav .global_pagination span:nth-child(2) {
  background: url(../img/pc/nav/nav_rewards.png) no-repeat 0 top;
  background-size: 100%;
}

header nav .global_pagination span:nth-child(3) {
  background: url(../img/pc/nav/nav_chara.png) no-repeat 0 top;
  background-size: 100%;
}

header nav .global_pagination span:nth-child(4) {
  background: url(../img/pc/nav/nav_feature.png) no-repeat 0 top;
  background-size: 100%;
}

header nav .global_pagination span:nth-child(5) {
  background: url(../img/pc/nav/nav_world.png) no-repeat 0 top;
  background-size: 100%;
}

header nav .global_pagination span:nth-child(6) {
  background: url(../img/pc/nav/nav_action.png) no-repeat 0 top;
  background-size: 100%;
}

.top_icon,
.menu,
.menu_open {
  display: none;
}

footer {
  background: #ffffff;
  height: 10rem;
  /* position: absolute; */
  bottom: 0;
  width: 100%;
  z-index: 101;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-family: Avenir, Helvetica, Arial, sans-serif;
  font-weight: 100;
}

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

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

footer .company_info div {
  margin: 0rem 0rem 0rem 2.5rem;
}

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

footer .company_info ul li {
  margin: 0 .3125rem;
  padding-left: .3125rem;
  border-left: .0625rem solid #cccccc;
}

footer .company_info ul li a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
}

footer .company_info ul li a:hover {
  color: #0d6efd;
  text-decoration: underline;
}

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

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

.go_top {
  position: fixed;
  right: 1.25rem;
  bottom: 8.875rem;
  z-index: 999;
  display: none;
  transition: transform 0.5s ease-in-out;
  width: 7rem;
  height: 7rem;
  cursor:pointer;
}

.go_top img {
  width: 100%;
}

/* Google Fonts読み込み */
/* スライダー全体 */
.vertical-slider {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #2d2c41;
}

/* スライド */
.vertical-slider__slide {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #fff;
  z-index: -3;
}

.vertical-slider__slide>section {
  position: relative;
  z-index: 10;
}

/* SP時の文字サイズ調整 */
@media (max-width: 37.4375rem) {
  .vertical-slider__slide {
    font-size: 16vw;
  }
}


#top {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-image: url(../img/pc/top_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}
.pv{
  position: absolute;
  width: 9.375rem;
  height: 9.375rem;
  top: 50%;
  left: 50%;
  /* margin: -65px 0 0 -65px; */
  transform: translate(-50%, 18%);
}

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

.pv img{
  vertical-align: top;
  width: 100%;
}

.pv_bg{
  animation: rotateAnimation2 10s linear infinite;
}

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


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

#top .game_logo {
  position: absolute;
  width: 4rem;
  height: auto;
  right: 1rem;
  top: 1rem;
  display: none;
}

@media screen and (max-width: 87.5rem) {
  #top .game_logo {
    display: block;
  }
}

.download_btn{
  background: url(../img/qr.png) no-repeat;
  display: flex;
  padding: 80px 0 0 188px;
  width: 780px;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 74%;
  transform: translate(-50%,0);
}

.app_start,.geogle_start{
  width: auto;
}

.app_start img,.geogle_start img{
  width:100%;
}

.download_btn_flot {
  left: -2000px; /* 初期位置 */
  position: fixed;
  /* display: flex;
  justify-content: center; */
  z-index: 999;
  margin: 0 auto;
  top:30%;
  right: auto;
  padding: 10px 10px 10px 20px;
  width: 260px;
  height: 620px;
  border-radius: 10px;
  transform: translateX(0);
  background: rgba(28, 3, 68, 0.95);
  border-top: 1px solid #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.download_btn_flot.show {
  left: -10px; /* 表示位置 */
}

.download_btn_flot.hide {
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.download_btn_flot_qr{
  width: 80px;
  height: 80px;
  margin: 10px auto;
  background: url(../img/qr_s.png) no-repeat;
}

.app_start_flot{
  width: 212px;}

.geogle_start_flot{
  width: 260px;
}

.app_start_flot img,.geogle_start_flot img{
  width:100%;
  margin-bottom: 10px;
}

@media all and (-ms-high-contrast: none) {
  .download_btn_flot {
    height: 110px;
  }
}

@media screen and (max-width: 768px) {
  .download_btn_flot {
    display: block;
    height: auto;
    padding: 1rem 5%;
  }
}

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

.hide2 {
  display: none;
}

.hide3 {
  opacity: 0;
}

#tw {
  width: 100%;
  z-index: 0;
  position: relative;
  padding: 6.25rem 0 0 0;
}

#tw h1 {
  width: 50rem;
  margin: 0 auto 3.125rem;
  z-index: 100;
  position: sticky;
}

#tw h1 img {
  width: 100%;
}

.tw-left-baby {
  position: absolute;
  top: 55%;
  left: 50%;
  z-index: 1;
  margin-left: -33.2rem;
  animation: left-down 1.3s linear infinite;
  -webkit-animation: left-down 2.3s linear infinite;
  max-width: 13rem;
}

@keyframes left-down {
  25% {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
  }

  50%,
  100% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
  }
}

.tw-right-baby {
  position: absolute;
  top: 51%;
  right: 50%;
  z-index: 1;
  margin-right: -34.2rem;
  animation: bounce-down 1.6s linear infinite;
  max-width: 14rem;
}

@keyframes bounce-down {
  25% {
    transform: translateY(-10px);
  }

  50%,
  100% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(10px);
  }
}

.tw-left-baby img,
.tw-right-baby img {
  width: 100%;
}

#tw .tw_bg {
  width: 50rem;
  height: 35.375rem;
  background: url(../img/tw_bg.jpg) no-repeat;
  background-size: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 0%;
}

.tw_bg iframe {
  width: 46rem !important;
  height: 31rem !important;
  display: inline-block;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
}

.twitter-timeline {
  width: 46rem;
  height: 31rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

/* news start */
#news_area {
  width: 100%;
  /* height: 100vh; */
  /* background: url(../img/pc/news/news_bg.jpg) no-repeat center center; */
  background-size: cover;
  z-index: 0;
  position: relative;
  /* overflow: hidden; */
  padding: 5rem 0 0 0;
  box-sizing: border-box;
}

#news_area h1 {
  width: 43.75rem;
  /* height: 5.8125rem; */
  margin: 3rem auto 2rem;
  /* z-index: 100; */
  position: sticky;
}

#news_area h1 img {
  width: 100%;
}

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

#news_area #banner .swiper-slide {
  width: 46.25rem;
  height: 16.5625rem;
}

#news_area #banner a {
  width: 46.25rem;
  height: 16.5625rem;
  display: block;
}

#news_area #banner img {
  display: block;
  width: 100%;
}

#news_area #banner .banner-pagination {
  width: 100%;
  text-align: center;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
}

#news_area #banner .banner-pagination .swiper-pagination-clickable,
#news_area #banner .banner-pagination .swiper-pagination-bullet {
  width: .75rem;
  height: .75rem;
  display: inline-block;
  border-radius: 100%;
  opacity: 1;
  background: #22324e;
}
 

#news_area #banner .banner-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #166dff;
  width: 1.875rem;
  height: .75rem;
  border-radius: .625rem;
}

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

#news_area .leftbanner2 li a{
  width:15.0625rem;
  height:4.8125rem;
  display: block;
}

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

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

#news_area #news {
  position: relative;
  border-radius: 0;
  padding: 1rem 0;
  width: 46.25rem;
  max-height: 24.875rem;
  margin: 0 auto;
  /* overflow: hidden; */
  border: 5px solid #d15903;
  box-sizing: border-box;
  background: #ffffffe0;
  /* border-radius: 0.5rem; */
}

/* #news_area #news:after {
  content: "";
  display: block;
  position: absolute;
  top: .125rem;
  left: .125rem;
  width: calc(100% - .25rem);
  height: 100%;
  max-height: 21.875rem;
  border-radius: 0;
  background: #ffffffd4;
} */

#news_area #news .news_body {
  position: relative;
  z-index: 2;
  min-height: 21rem;
}

#news_area #news .news_body .notice_tabs_list {
  display: flex;
  align-items: center;
  height: 4rem;
  border-radius: 0;
  /* border-bottom: 2px dashed #182b42; */
}

#news_area #news .notice_tabs_list ul {
  padding: 0rem .5rem;
  display: flex;
  justify-content: space-around;
  width: 100%;
  font-size: 1rem;
}

#news_area #news .notice_tabs_list ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/tab.jpg) no-repeat center center;
  background-size:100%;
  border-radius: 0rem;
  color: #501500;
  font-weight: bold;
  height: 2.25rem;
  width: 6.875rem;
  padding: .5rem;
  /* text-shadow:0 1px 2px #023788; */
  cursor: pointer;
  /* background: linear-gradient(0deg, #ffce58, #e35400); */
  /* border: 1px solid #d05800; */
}

#news_area #news .notice_tabs_list ul li.active {
  background: url(../img/tab_on.jpg) no-repeat center center;
  background-size:100%;
  color: #d15903;
  font-weight: 600;
  /* background: linear-gradient(0deg, #ffe9b3, #ffe000); */
}

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

#news_area #news .notice_tabs_list ul li:hover {}

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

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

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

#news_area #news .tabs>ul>li ul li {
  display: flex;
  flex-direction: row;
  border-bottom: 2px dotted #ce5900;
  align-items: center;
  padding: .1875rem 0;
  color: #333;
}

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

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

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

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

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

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

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

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

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

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

#news_area #news .tabs>ul>li ul li a:hover {

}

#news_area #news .morebtn {
  width: 100%;
  height: 1.25rem;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
}

#news_area #news .morebtn a {
  display: inline-block;
  padding: .3rem .375rem;
  background-color: #ffa42f;
  color: #fff;
  border-radius: 0;
  font-size: .75rem;
  text-decoration: none;
  line-height: 1;
}

#news_area #news .morebtn a:hover {
  background-color: #ffc952;
  color: #501500;
}
/* news end */

#feature {
  width: 100%;
  z-index: 0;
  position: relative;
  scroll-margin-top: 6.25rem;
}

#feature h1 {
  width: 43.75rem;
  height: 6.8125rem;
  margin: 9.375rem auto 3.125rem;
  z-index: 100;
  position: sticky;
}

#feature h1 img {
  width: 100%;
}

#feature .feature-slider {
  position: relative;
  z-index: 2;
  /* width: max(80rem, 100%); */
  min-width: 37.5rem;
  width: 90%;
  max-width: 80rem;
  margin: 3.125rem auto 0 auto;
  padding: 0 0 3.125rem 0 !important;
  filter: drop-shadow(.1875rem .1875rem .1875rem rgba(0, 0, 0, 0.3));
}

#feature .feature-slider .swiper-slide {
  width: 60.4375rem;
  margin: 0 auto;
  opacity: 0.4;
  overflow: hidden;
  transition: 0.7s;
  transform: scale(0.9);
}

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

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

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

#feature .feature_pagination {
  width: 100%;
  /* margin: .8rem auto 0 auto; */
  text-align: center;
  line-height: 0;
  display: flex;
  flex-direction: row;
  /* position: absolute; */
  /* left: 14.5rem; */
  /* bottom: 0; */
  justify-content: center;
}

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

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

#feature .feature_pagination span {
  /* font-size: 0; */
  margin: 0 .5rem;
}

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

#feature .prev svg {
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-50%, 0);
  display: flex;
  /* filter: grayscale(100%); */
  z-index: 100;
  fill: #182b42;
  cursor: pointer;
  display: none;
}

#feature .next svg {
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  top: 50%;
  right: 12%;
  transform: translate(-50%, 0);
  display: flex;
  /* filter: grayscale(100%); */
  z-index: 100;
  fill: #182b42;
  cursor: pointer;
  display: none;
}

#feature .next svg:hover,
#feature .prev svg:hover {
  fill: #2d4f78;
}


#world {
  width: 100%;
  /* height: 100vh; */
  /* height: calc(var(--vh, 1vh) * 100); */
  /* max-height: 56.875rem; */
  background: url(../img/pc/world_bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 4.25rem 0;
  margin: 6.25rem 0 0 0;
  box-sizing: border-box;
  scroll-margin-top: 2rem;
}

#world h1 {
  width: 43.75rem;
  height: 6.8125rem;
  margin: 0rem auto 3.125rem;
  z-index: 100;
  position: sticky;
  display: flex;
  align-items: center;
  justify-content: center;
}

#world .world_text {
  width: 33.6875rem;
  display: block;
  /* margin: 3.125rem auto; */
  /* position: absolute; */
  margin-top: 2%;
  margin-left: 26%;
  /* transform: translate(-26rem,-35%); */
}

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

#spec {
  width: 100%;
  background: url(../img/pc/spec_bg.png);
  background-size: 100%;
  padding: 3.125rem 0 0;
  scroll-margin-top: 3rem;
}

.spec_info {
  padding: 0rem 0 1rem;
}

#spec h1 {
  width: 6.86rem;
  height: 1rem;
  margin: 1.2rem auto .2rem;
  z-index: 100;
  position: sticky;
}

#spec h1 img {
  width: 100%;
}

#spec .assist{
  width: 100%;
  max-width: 53.25rem;
  margin:2rem auto;
  color:#fff;
  background: rgb(0 0 0 / 45%);
  padding: 2rem;
}

#spec .assist h2{
  font-size:1.25rem;
  font-weight:600;
  width:100%;
  text-align:center;
  margin-bottom: 1rem;
}

#spec .spec_inner {
  width: 100%;
  max-width: 50.25rem;
  margin: 0 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: row;
  align-items: center;
}

#spec .spec_inner img {
  display: block;
  width: 10.125rem;
  border-radius: 1.25rem;
  border: .25rem solid #fff;
}

#spec .spec_inner .spec_table {
  /* width: 72%; */
  font-size: .9375rem;
  border-collapse: separate;
  border-spacing: .25rem;
  /* height: 2rem; */
  color: #fff;
}

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

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

#spec .spec_inner .spec_table td span {
  font-size: 0.875rem;
}

#spec .notice {
  line-height: 2;
  font-size: 1rem;
  display: block;
  margin: 3.125rem auto 0;
  width: 100%;
  background: rgb(0 0 0 / 45%);
  max-width: 53.25rem;
  padding: 2em;
  color: #fff;
}

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

.hide4 {
  display: none;
}



body#finish {
  min-width: 9rem;
  background-image: none;
  background-color: #fff;
}

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

body#finish footer {
  position: static;
}

.finish {
  background-image: none !important;
}

#finish_body {
  min-width: 9rem;
  height: 53.125rem;
  width: 100%;
  background: url(../img/finish.jpg) no-repeat center top;
  background-size: 100%;
}

body#finish .finish .go_website {
  position: absolute;
  width: 3.18rem;
  height: .96rem;
  left: 75%;
  transform: translate(0%, 0);
  top: 5.7rem;
  background: url(../img/go_website.png) no-repeat center center;
  background-size: 100%;
  animation: myBreath 1s linear infinite;
}

body#finish .finish .return {
  position: absolute;
  width: 31.25rem;
  height: 10.625rem;
  left: 60%;
  transform: translate(0%, 0);
  bottom: 12.5rem;
  background: url(../img/return_btn.png) no-repeat center center;
  background-size: 100%;
  animation: myBreath 1s linear infinite;
}

body#finish .finish .return:hover,
body#finish .finish .go_website:hover {
  scale: 1.05;
  transition: 0.5s;
}

#foot_link {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 2;
  transition: all 2s ease;
  transform: translateY(-50%);
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
}
.down{
  width: 2.8125rem;
  height: 12.5rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  cursor: pointer;
}
.down img{
  width:100%;
  display: block;
}
.down_btn{
  width: 100%;
  display: block;
  width:  12.5rem;
  background: linear-gradient(to top, #f79024 0%, #fcc947 100%);
  padding: 10px;
  transition: all 2s ease;
  opacity: 0;
  margin-left: -13.75rem;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  border: 1px solid #000;
}

.down_btn span{
  display: block;
  margin: 0 auto;
  color: #000000;
  font-weight: 600;
  cursor: pointer;
}

.down_btn li{
  width: 10.25rem;
  margin: 0.5rem 0;
}

.down_btn li a{
  width: 10.25rem;
  overflow: hidden;
  position: relative;
  display: block;
  height: 100%;
}

.down_btn li img{
  width: 100%;
}

#foot_link .active {
  transform: translate( 12.5rem,-50%);
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
}

#foot_link .active {
  opacity: 0;
}

#foot_link .active2 {
  transform: translate(13.75rem,0);
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
}

#foot_link .active2 {
  opacity: 1;
}


/*----------------------------------------------------------------------
          2nd page
----------------------------------------------------------------------*/
input:focus {
  outline: none;
}

#individual {
  background-image: url(../img/pc/bg3.jpg);
  background-attachment: fixed;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: calc(var(--vh, 1vh) * 90);
}

.footer_hide {
  position: unset;
  background: #fff;
}

#individual::-webkit-scrollbar {
  width: 0rem;
}

#individuall::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: .3125rem;
}

#individual::-webkit-scrollbar-thumb {
  background-color: #625c53;
  border-radius: .3125rem;
}

#individual::-webkit-scrollbar-thumb:hover {
  background-color: #65472d;
}

#individual header {
  background-image: none;
  height: 3.75rem;
  width: 100%;
  z-index: 100;
  text-align: center;
  padding: 0;
  margin: 0 0 -15.625rem 0;
}

#individual header #header {
  position: fixed;
  z-index: 10;
  width: 100%;
}

.game_logo{
  display:none;
}

#individual main {
  padding: 12rem 0 4.6875rem 0;
}

#individual main .logo {
  width: 12rem;
  /* max-width: 12rem; */
  margin: 0 auto;
  position: absolute;
  top: .625rem;
  z-index: 11;
  left: 50%;
  transform: translateX(-50%);
  line-height: 0;
  /* display: none; */
}

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

#individual main #news_list {
  width: 60%;
  max-width: 53rem;
  margin: 0 auto;
}

#individual main #news_list .back_btn a {
  margin: .9375rem auto 0;
  text-align: center;
  display: block;
  width: 6.875rem;
  color: #fff;
  padding: .3125rem .625rem;
  background: linear-gradient(to top, #ffaa4e, #ff8100);
  text-decoration: none;
  font-size: 1rem;
  border-radius: .3125rem;
}

#individual main #news_list .back_btn a:hover {
background: linear-gradient(to top,#ff5200, #ffa23c);
}

#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: 1rem auto 2rem;
}

#individual main #news_list #genre li {
  /* background: linear-gradient(#ecd7ac, #f9ead3); */
  -webkit-filter: drop-shadow(.1875rem .1875rem .1875rem rgba(0, 0, 0, 0.5));
  filter: drop-shadow(.1875rem .1875rem .1875rem rgba(0, 0, 0, 0.5));
  font-weight: bold;
  text-align: center;
  /* width: 7.5rem; */
  border-radius: .3125rem;
  /* padding: .625rem .3125rem; */
  margin: .625rem;
  font-size: 1.125rem;
}

#individual main #news_list #genre li a {
  background: linear-gradient(90deg, #ff9a15, #ffc850);
  border-radius: .3125rem;
  padding: .625rem .3125rem;
  width: 7.5rem;
  display: block;
  color: #2c0000;
  text-decoration: none;
}

#individual main #news_list #genre li a:hover {
  color: #fff;
  background: linear-gradient(to top,#ff5200, #ffa23c);
}

#individual main #news_list>#news_body {
  margin-top: 1.875rem;
}

#individual main #news_list>#news_body>li:before,
#individual main #news_list>#news_body>li:after {
  content: " ";
  display: block;
  position: absolute;
}

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

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

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

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

#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_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_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,#individual main #news_list>#news_body li a .icon .ic_type218 {
  background: url(../img/tips.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
}

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

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

#individual main #news_list>#news_body li a .date {
  padding: .3125rem .3125rem .3125rem .9375rem;
  line-height: 1.5rem;
  font-weight: bold;
}

#individual main #news_list>#news_body li a .date:hover {
  color: #ff6500;
}

#individual main #news_list>#news_body li a .date span {
  vertical-align: middle;
  font-size: 1.25rem;
}

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

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

#individual main #news_list .sppagination a:hover,
#individual main #news_list .sppagination b:hover {
  background-color: #dc7000;
  color: #fff;
}

#individual main .pagecontent {
  margin: 0 0 0 0;
  box-shadow: 0 0 0 0 #fff;
}

#individual main .subtitle {
  margin-bottom: 0rem;
  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);
  padding: 3.25rem 0 .625rem .3125rem;
  font-size: .875rem;
}

#individual main .subtitle .sp_page_right_top {
  color: #000;
}

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

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

#individual main .pagecontent .spcontain {
  position: relative;
  font-size: .875rem;
  width: 100%;
  background: rgb(255 255 255);
  /* border:.375rem solid #01347f; */
  -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: 0 2.5rem;
  margin: .9375rem auto 2rem auto;
}

#individual main .pagecontent .spcontain .spcontainer {
  padding: 2.5rem 0;
  z-index: 2;
  position: relative;
}

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

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

#individual main .pagecontent .spcontain .spcontainer .page_tit .pages_date {
  display: block;
  color: #333;
  text-align: right;
  font-size: .875rem;
  margin-top: .625rem;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital {
  color: #333;
  margin: .9375rem 0;
  font-size: 1rem;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital #news_body {
  width: 100%;
  font-size: .9375rem;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital #news_body li {
  width: 100%;
  padding: .8125rem 0rem;
  border-bottom: .0625rem solid #ffffff;
  margin: .4375rem 0;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital #news_body a {
  text-decoration: none;
  color: #f37c57;
  width: 100%;
  display: block;
  line-height: 0;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital #news_body .title {
  float: left;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital #news_body .days {
  float: right;
}

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

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

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

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

#individual main .pagecontent .spcontain .spcontainer .page_dital p {
  margin-bottom: 0;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital strong {
  /* color: #ffffff; */
  font-weight: 900;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .cateBox_tb tr table tr td strong {
  /* color: #000000; */
  font-weight: 900;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital h2 {
  font-size: 1.25rem !important;
  margin: .625rem 0;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital h3,
#individual main .pagecontent .spcontain .spcontainer .page_dital h4 {
  font-size: 160%;
  color: #fff;
  text-align: left;
  /* background: url(../img/in_tit_bg.png) no-repeat center right; */
  background-size: cover;
  margin: .625rem auto;
  padding: .625rem 1.25rem .625rem;
  border-radius: .3125rem;
  font-size: 1rem;
  /* border: .0625rem #af29ca solid; */
  background: linear-gradient(90deg, #ff9a15, #ffc850);
}

#individual main .pagecontent .spcontain .spcontainer .page_dital img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1.25rem;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table {
  width: 100%;
  border: 1px solid #01347f;
  font-size: 0.9em;
  border-spacing: 0;
  color: #333;
  margin: 0 0 1.5rem 0;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table tr:nth-child(1) td,
#individual main .pagecontent .spcontain .spcontainer .page_dital table th {
  color: #fff;
  padding: .5rem .9375rem;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  background: #01347f;
  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 tr:nth-child(1) td:last-child,
#individual main .pagecontent .spcontain .spcontainer .page_dital table th:last-child {
  border-right: 1px solid #01347f;
  -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: .5rem .9375rem;
  border-bottom: .0625rem solid #01347f;
  border-left: .0625rem solid #01347f;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table tr table tr td {
  background: #01347f;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .cateBox_tb tr table tr td {
  background: #ffffff;
  padding: .5rem 0 .5rem .9375rem;
  text-shadow: none;
  color: #000;
  font-weight: normal;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table tr table tr:nth-child(1) td:last-child {
  background: #01347f;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .cateBox_tb tr table tr:nth-child(1) td:last-child {
  background: #ffffff;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table tr table tr td:nth-child(2n) {
  background: #ffffff;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table tr td:last-child {
  border-right: 1px solid #01347f;
  -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 .page_dital .faq_block {
  border-radius: .375rem;
  background: linear-gradient(180deg, #ff9a15, #ffc850);
  margin: 0 0 .625rem 0;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .q {
  display: inline-block;
  width: 100%;
  padding: .625rem;
  color: #fff;
  border-bottom: 1px solid #ffa320;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .a {
  color: #333;
  padding: .625rem;
  border-radius: 0rem 0rem .375rem .375rem;
  display: flex;
  background-color: #ffe09d;
  border-top: .0625rem solid #ffa320;
}

#individual main .pagecontent .spcontain .spcontainer .back_btn a {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 8.75rem;
  background-color: #e4dbba;
  color: #000;
  padding: .625rem;
  text-decoration: none;
  border-radius: .125rem;
}

#individual main .pagecontent .spcontain .spcontainer .back_btn a:hover {
  color: #01347f;
}

#individual .page_nav {
  display: flex;
  justify-content: center;
  margin: 1.5625rem auto;
}

#individual .page_nav li {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  margin: 0 .3125rem;
}

#individual .page_nav li a {
  background: #e4dbba;
  color: #000;
  border-radius: .25rem;
  text-decoration: none;
  padding: .3125rem .625rem;
  height: 100%;
  width: 100%;
  display: inline-block;
}

#individual .page_nav li a:hover {
  color: #01347f;
}

#individual footer {
  background: #ffffff;
  height: 7.5rem;
  bottom: 0;
  width: 100%;
  z-index: 101;
  transition: 0.3s;
  color: #fff;
}

#individual footer .company_info {
  padding: .625rem 0 0 0rem;
  position: relative;
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

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

#individual footer .company_info div {
  margin: 0px 0px 0px 2.5rem;
}

#individual footer .company_info ul {
  margin-bottom: 0rem;
  font-size: .75rem;
  display: flex;
  justify-content: center;
}

#individual footer .company_info ul li {
  margin: 0 .3125rem;
  padding-left: .3125rem;
  border-left: 1px solid #000;
}

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

#individual footer .company_info ul li a {
  color: #000;
  text-decoration: none;

}

#individual footer p {
  width: 100%;
  text-align: center;
  margin: .0625rem 0 0 0;
  color: #747474;
}

.contact main #news_list {
  padding-top: 3.125rem;
}

.contact main #news_list #genre {
  display: none !important;
}

.cateBox_bx .cateBox_tb tr {
  background: #fff;
}

.cateBox_bx .cateBox_tb tr:nth-child(2n+1) {
  background-color: #fff;
}

.cateBox_bx .cateBox_tb tr td {
  text-align: left !important;
}

.cateBox_bx .cateBox_tb tr td table {
  margin: 0 !important;
}

.cateBox_bx .cateBox_tb tr td table strong {
  /* color: #01347f !important; */
}

.cateBox_bx .cateBox_tb tr td:last-child {
  border-right: none !important;
  box-shadow: none !important;
}

.cateBox_bx .submit_button {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 6.25rem;
  background: linear-gradient(to top, #4789eb 0%, #01347f 100%);
  color: #fff;
  border: none;
  border: 1px solid #ffffff;
  padding: .625rem;
  text-decoration: none;
  margin-top: 1.25rem auto;
  border-radius: .3125rem;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.33));
}

.cateBox_bx .submit_button:focus {
  border: 0;
  border-bottom: 2px solid #fff;
  outline: none;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0));
}

.formbt {
  display: flex;
  justify-content: center;
  width: 15.625rem;
  margin: 1.25rem auto 0 auto;
}

.back_button,
.return_button {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 6.25rem;
  background: linear-gradient(to top, #a0a0a0 0%, #1a1a1a 100%);
  color: #fff;
  border: none;
  border: 1px solid #dddddd;
  padding: 10px;
  text-decoration: none;
  border-radius: 0rem;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.33));
}

.send_button {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 6.25rem;
  background: linear-gradient(to top, #4789eb 0%, #01347f 100%);
  color: #fff;
  border: none;
  border: 1px solid #ffffff;
  padding: .625rem;
  text-decoration: none;
  border-radius: .3125rem;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.33));
}

.guide_title {
  padding: .5rem;
  margin: 0 auto 1.5rem auto;
}

.guide_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: left;
}

.guide_list li {
  text-align: center;
  width: 30%;
  /* border: 1px solid #380c41; */
  border-radius: .25rem;
  margin: 1%;
  overflow: hidden;
  background: #bd5e0d;
}

.guide_list li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 3%;
  transition: 0.5s ease;
  color: #fff;
  font-size: 1rem;
}

.guide_list li a:hover {
  background: #ff7e1e;
  color: #fff;
}

.guide_list::after {
  content: "";
  display: block;
  width: 32%;
}

.guide_list::before {
  content: "";
  display: block;
  width: 32%;
  order: 1;
}