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

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Kaisei Opti', serif !important;
  font-weight: 700;
}

.particle-network-animation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  pointer-events:none;
  z-index: 5;
  opacity: 0.6;
}
.particle-network-animation::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  opacity: 0.2;
}

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

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

html {
  font-size: 16px;
  overflow-x: hidden;
  scrollbar-width: none;
}



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

section {
  transition: 0.6s;
}

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

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

.sp_header {
  display: none;
}

header nav {
  width: 100%;
  position: relative;
  transition: 0.3s;
  background: #f3e5cf;
  height: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: .125rem solid #544a49;
  margin-top: 0;
  border-radius: 0 0 1.5625rem 1.5625rem;
  display: flex;
}

header nav:after {
  content: "";
  width: 100%;
  height: 2.8125rem;
  background: url(../img/nav.png) no-repeat center top;
  background-size: 100%;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

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

#header #menu_wrap {
  display: flex;
  justify-content: center;
  height: 4.375rem;
  z-index: 10;
}

#header .menu {
  width: auto;
  position: relative;
  display: flex;
  justify-content: center;
}

#header .menu>li {
  display: flex;
  align-items: center;
  padding: 0px 1.5rem;
  height: 100%;
  margin: 0 0;
  transition: all 0.3s;
  font-size: 1.5625rem;
}

#header .menu>li a {
  color: #3a3231;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.8rem;
}

#header .menu>li a:hover {
  color: #de0613;
  font-weight: border;
}

#header .menu>li.menu_title {
  display: none;
}

#header .menu .menu_top {
  /* display: none; */
}

#header .menu>li .menu>li a:hover {
  color: #ea121f;
}

#header ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

#header ul.menu__second-level li {
  text-indent: 0;
  text-align: center;
  line-height: 2.5rem;
  height: 2.5rem;
}

#header .menu>li.menu__single {
  position: relative;
}

#header li.menu__single ul.menu__second-level {
  position: absolute;
  top: 0rem;
  left: -1rem;
  width: 11rem;
  /* padding:0 1rem; */
  background: #f3e5cf;
  transition: all 0.2s ease;
  border:1px solid #544a49;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}
#header li.menu__single ul.menu__second-level li a{
  font-size: .875rem;
  color:#3a3231;
  white-space:nowrap;
}

#header li.menu__single ul.menu__second-level li a:hover {
  color: #ea121f;
  font-weight: bolder;
  font-size: 1rem;
}

#header li.menu__single:hover ul.menu__second-level {
  top: 4.375rem;
  visibility: visible;
  opacity: 1;
}

#header .menu_open {
  display: none;
}

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

#spec footer {
  background: #ffffff;
  height: 8.125rem;
  width: 100%;
  z-index: 101;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-weight: 100;
}

footer .company_info {
  padding: 1rem;
  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;
  background: #fff;
}

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

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 .3125rem 0 0;
}

footer p {
  width: 100%;
  height: 1.8125rem;
  text-align: center;
  margin: .3125rem 0 0;
  color: #000;
  font-size: 1rem;
}

/* 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-weight: bold;
  color: #fff;
  z-index: -3;
}

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

/* SP時の文字サイズ調整 */
@media (max-width: 599px) {
  .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;
}

#top .game_logo {
  position: absolute;
  width: 21rem;
  height: auto;
  left: 5rem;
  top: 8rem;
}

.top_links{
  position: absolute;
  width: 41.25rem;
  height: 15rem;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 6rem);
  background: url(  ../img/pc/top_links_bg.png) no-repeat;
  background-size: 100%;
  border-radius: .625rem;
  display: flex;
  align-items: flex-start;
  padding: 2.0625rem  1.875rem 1.875rem 1.875rem;
}

@media screen and (max-height: 700px) {
  .top_links{
    transform: translate(-50%, 0rem) scale(0.8);
    transform-origin: bottom;
    bottom: 1.5625rem;
  }
}

.top_links_l{
  padding-top: 2.625rem;
}

.start{
  display: flex;
}

.start a{
  display: block;
  width: auto;
  height: 100%;
}

.start img{
  display: block;
  width: auto;
  height: 100%;
}

.start_sp{
  display: none;
}

#top .start_btn1,#top .start_btn2,#top .start_btn_ed {
  width: auto;
  height: 4.0625rem;
  z-index: 100;
  display: flex;
  margin: 0 .5rem 0 0;
  background: none;
  border: 0;
}

.start_btn img,.start_btn_ed img {
  width: 100%;
}

.head_lule_box {
  display: flex;
  padding: 1.125rem 0px 0 0;
  line-height: 2 !important;
  color: #000000 !important;
  text-align: left !important;
  text-decoration: none !important;
  font-size: .8125rem !important;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
}

.specification{
  display:flex;
  flex-direction: column;
}

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

.head_lule_box a{
  color: #ff0000;
}

.head_lule_box span {
  padding: .3125rem;
}

.head_lule_box input {
  vertical-align: middle;
}

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

.hide2 {
  display: none;
}

.hide3 {
  opacity: 0;
}

.fade-in-up {
  animation: fadeInUp 1s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}



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

#news_area {
  width: 100%;
  /* background: url(../img/pc/bg2.jpg) no-repeat center center; */
  /* background-size: cover; */
  z-index: 0;
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
}

#news_area h1 {
  width: 31rem;
  margin: 0px 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;
  z-index: 1;
  margin: 0.5rem 0;
}

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

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

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

#news_area .leftbanner2 li a{
  width: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: .125rem;
  width: 46.25rem;
  max-height: 21.875rem;
  margin: 0 auto;
  overflow: hidden;
}

/* #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: 20.625rem;
}

#news_area #news .news_body .notice_tabs_list {
  display: flex;
  align-items: center;
  height: 3.0625rem;
  border-radius: 0;
}

#news_area #news .notice_tabs_list ul {
  padding: 0rem .5rem;
  display: flex;
  justify-content: space-evenly;
  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.png) no-repeat center center;
  background-size:100%;
  color: #3a3231;
  height: 2.25rem;
  width: 6.9375rem;
  font-size: 1.25rem;
  font-weight: 900;
}

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

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

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

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

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

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

#news_area #news .tabs>ul>li ul li {
  display: flex;
  flex-direction: row;
  border-bottom: .0625rem solid #182b42;
  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: #333;
  font-size: .75rem;
  white-space: nowrap;
  font-weight: normal;
}

#news_area #news .tabs>ul>li ul li a {
  color: #333;
  text-decoration: none;
  width: 16.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#news_area #news .tabs>ul>li ul li a:hover {
  color: #125c9d;
  font-weight: bold;
}

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

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

#news_area #news .morebtn a:hover {
  background-color: #e22c2c;
  color: #ffffff;
}



/*=============================== world=============================  */

#world {
  width: 100%;
  background: url(../img/pc/world/world_bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 7rem 0;
  /* margin-top: 5rem; */
  overflow: hidden;
}

#world:after{
  content:"";
  width:100%;
  max-width: 60rem;
  height:100%;
  background: url(../img/pc/world/character.png) no-repeat center top;
  background-size: 100%;
  position:absolute;
  left: 50%;
  transform: translateX(0rem);
  top: 4rem;
  animation: gentle-float 3s ease-in-out infinite;
}
@keyframes gentle-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1rem);
  }
}

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

#world h1 img {
  width: 100%;
}

#world .world_text {
  width: 55.6875rem;
  display: block;
  margin: 0 auto;
  transform: translate(-6rem,0%);
  z-index: 1;
  position: sticky;
}

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

/*=============================== charactar=============================  */

/* chara */
#chara {
  width: 100%;
  z-index: 0;
  position: relative;
  padding: 6.25rem 0;
  scroll-margin-top: 2rem;
  background: url(../img/pc/chara/chara_bg.jpg) no-repeat center center;
  background-size: cover;
}

#chara h1 {
  width: 34rem;
  height: auto;
  margin: 0px auto 1.125rem;
  z-index: 100;
  position: sticky;
}

#chara h1 img {
  width: 100%;
}

#chara .chara_img {
  max-width: 60rem;
  height: 100%;
  margin: 2rem auto 0;
  width: 90%;
}

#chara .chara_img img {
  width: 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
}

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

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

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

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

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

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

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

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

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

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

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



#chara .prev,
#chara .next {
  position: absolute;
  width: 0.84rem !important;
  height: 0.77rem !important;
  top: 50%;
}

#chara .prev {
  background: url(../img/arrow_l.png) no-repeat !important;
  background-size: 100% !important;
  left: 50% !important;
  transform: translateX(-6.8rem);
}

#chara .next {
  background: url(../img/arrow_r.png) no-repeat !important;
  background-size: cover !important;
  left: auto;
  right: 50%;
  transform: translateX(6.8rem);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: '';
}

#feature {
  width: 100%;
  z-index: 0;
  position: relative;
  padding: 6.25rem 0;
  scroll-margin-top: 2rem;
  /* background: url(../img/pc/feature/feature_bg.jpg) no-repeat center center; */
  background-size: cover;
}

#feature h1 {
  width: 34rem;
  height: auto;
  margin: 0px auto 1.125rem;
  z-index: 100;
  position: sticky;
}

#feature h1 img {
  width: 100%;
}

#feature .feature-slider {
  position: relative;
  z-index: 2;
  min-width: 62.5rem;
  width: 90%;
  max-width: 87.5rem;
  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.8);
}

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

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

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

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

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

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

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

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

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

#feature .prev svg {
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-50%, 0);
  display: flex;
  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;
  z-index: 100;
  fill: #182b42;
  cursor: pointer;
  display: none;
}

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

/*=============================== spec =============================  */

#spec {
  width: 100%;
  background: linear-gradient(90deg, #302a2a, #544a49, #302a2a);
  background-size: 100%;
  padding: 4.125rem 0 0;
  scroll-margin-top: 2rem;
  z-index: 6;
  position: sticky;
}

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

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

#spec h1 img {
  width: 100%;
}

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

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

#spec .spec_inner {
  width: 100%;
  max-width: 60.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: 16.125rem;
  border-radius: 1.25rem;
  border: .25rem solid #fff;
}

#spec .spec_inner .spec_table {
  font-size: .9375rem;
  border-collapse: separate;
  border-spacing: .25rem;
  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 1em;
  background-color: rgb(0 0 0 / 45%);
}

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

#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: 56.25rem;
  padding: 1em 2em;
  color: #fff;
}

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

.hide4 {
  display: none;
}

@media only screen and (min-width:2000px) {
  html{
    font-size: 18px;
  }
}

@media only screen and (min-width:1600px) and (max-width:1919px) {
  html{
    font-size: 15px;
  }

} 

@media only screen and (min-width:1440px) and (max-width:1599px) {
  html{
    font-size: 13px;
  }
} 


@media only screen and (min-width:1334px) and (max-width:1439px) {
  html{
    font-size: 14px;
  }
} 

@media only screen and (min-width:1280px) and (max-width:1333px) {
  html{
    font-size: 13px;
  }
} 

@media only screen and (min-width:1100px) and (max-width:1279px) {
  html{
    font-size: 13px;
  }  
} 
@media only screen and (min-width:700px) and (max-width:1099px) {
  html{
    font-size: 13px;
  }
} 



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

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

.pv img{
  vertical-align: top;
}

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

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


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

#foot_link{
  position: fixed;
  display: flex;
  align-items: center;
  background: linear-gradient(to top, #f3e5cf 0%, #fdfaf5 100%);
  background: #000000e8;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  width: 9%;
  /* height: 100%; */
  /* max-height: 19rem; */
  border-bottom: 1px solid #ff0000;
  border-right: 1px solid #ff0000;
  border-top: 1px solid #ff0000;
  flex-direction: column;
  padding: 1rem 0.5rem;
}

#foot_link .foot_title{
  width: 90%;
  /* height: 8rem; */
  /* color: #fff; */
  display: block;
  /* position: absolute; */
  /* bottom: 10px; */
  /* left: 10px; */
  margin: 0.25rem 0;
}
#foot_link .foot_btn{
  width: auto;
  /* height: 9rem; */
  display: flex;
  /* margin: 0px 0.1rem; */
  flex-direction: column;
  justify-content: space-evenly;
}

#foot_link .foot_btn button{
  margin: 0.2rem 0;
  display: flex;
}

#foot_link .foot_btn button img {
  width: 100%;
  height: 100%;
}

#terms {
  background-color: rgb(0 0 0);
  color: #fff;
  padding: 5%;
  margin: 10vh auto;
  width: 100%;
  height: 90vh;
  overflow: auto;
}

#terms p {
  margin-bottom: 1em;
}

#terms h1 {
  border-bottom: 1px solid #fff;
  margin-bottom: 1em;
  font-size: 1.5rem;
}

#term_body h2 {
  margin: 2% 0%;
  padding: .625rem;
  line-height: 1.6;
  border: 1px solid #fff;
  font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
  .lity-container {
    max-width: 90vw !important;
  }
}