@charset "UTF-8";
/* CSS Document */

.under_l {
  background: url("../img/2nd_bg.webp") center top no-repeat;
  background-size: contain;
  position: relative;
  margin-top: 6.2vw;
  padding-top: 5vw;
}
.sys02 .under_l {
  background: url("../img/2nd_bg2.webp") center top no-repeat;
  background-size: contain;
}

.breadcrumb_list_wrap {
  width: 90%;
  margin: 0 auto;
  max-width: 1280px;
}

.breadcrumb_list a,
.breadcrumb_list {
  color: #795a1c;
  font-size: 1.5vw;
}

.breadcrumb_list li {
  display: inline-block;
}

.breadcrumb_list .bc--gt {
}

.system_detail {
}

.content_box.system_detail {
  text-align: center;
  margin: 2vw auto 10vw;
}


.system_gtitle      {
  font-size: 8vw;
  color: #795a1c;
  line-height: 1;
  text-align: center; margin:0.25em auto 5.0vw ;  }


.system_detail--ti {
  font-size: 2.7vw;
  color: #795a1c;
}
.system_detail--ca {
  font-size: 7vw;
  color: #795a1c;
  line-height: 1;
  margin-bottom: 2.5vw;
}

.system_detail--copy {
  font-size: 1.7vw;
  line-height: 1.6;
  margin: 5vw auto;
}



.smaller        { font-size: 0.7em; }

.system_detail .text_content {
  width: 90%;
  max-width: none;
  max-width: 1280px;
}

.system_detail_inner_wrap {
  margin-top: 5em;
}

.inner_contents_wrap {
  text-align: left;
  box-sizing: border-box;
  transition: all 0.5s; /* padding-right: 1em; */
}


.update_patch {
  color: #fff;
  background-color: hsl(0, 100%, 36%);
  font-size: 1.2vw;
  border-radius: 0.5em;
  padding: 0.05em 0.75em;
  margin-bottom: 1em;
  display: inline-block;
  text-align: center;
  text-indent: 0;
}

.twinkle {
  animation: flash 4s ease infinite;
}

@keyframes flash {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}



.inner_contents_title-wrap {
  position: relative;
}
.inner_contents_title {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%); /* Safari用 */
  transform: translate(0%, -50%);
  color: #795a1c;
  font-family: "Noto Serif TC", serif;
  border-left: 2px solid #795a1c;
  padding-left: 1em;
  margin-right: 1em;
   /* margin-left: 2em; */ /* lo chg */
}

.inner_contents_title h4 {
  font-size: 4.9vw;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.08em;
}
.inner_contents_title h5 {
  font-size: 2.2vw;
  font-weight: normal;
}

.system_detail_inner--copy {
  letter-spacing: 0;
  margin-top: 1.5em;
  font-size: 1.6vw;
  line-height: 1.6;
}

.slick-slide        { padding: 0 1em 0; box-sizing: border-box; }

.system_detail_inner_contents.slider .slick-slide.inner_contents_wrap {
  opacity: 0.7;
  transform: scale(0.85);
}
.system_detail_inner_contents.slider
  .slick-slide.slick-center.inner_contents_wrap {
  opacity: 1;
  transform: scale(1);
}

.sys_nav {
  width: 70%;
  margin: 2vw auto 10vw;
  max-width: 600px;
}

.system_block--btn {
  font-family: "Noto Serif TC", serif;
  background: linear-gradient(
    0deg,
    rgba(137, 103, 31, 1) 0%,
    rgba(149, 110, 27, 1) 35%,
    rgba(194, 146, 46, 1) 100%
  );
  color: #fff;
  display: block;
  margin: 1.5em auto 3em;
  width: 36%;
  max-width: 10em;
  text-align: center;
  border-radius: 5px;
  padding: 1em 3.5em;
  line-height: 1;
} /* margin-top: -2vw; */

.section__extra-0 {
  margin-bottom: 10vh;
}


.submenu_wrap         { margin: 6vw auto 8vw; box-shadow: 0 2px 4px hsla(38, 66%, 18%, 0.7); }

.submenu              { display: flex; justify-content: center; font-family: "Noto Serif JP", serif; font-weight: bold;
  background: rgb(118,87,35);
  background: linear-gradient(180deg, #84591c 0%, #906c1d 84%, #8a5f02 100%);
   padding: 0.5em 0; }

.submenu dd           { padding: 0.25em 0.75em; font-size: 35px; border-right: 2px solid hsla(0, 0%, 100%, 0.5); position: relative;
  display: flex; justify-content: center; transition: background-color 0.2s; }


.submenu dd:hover       { background: rgba(125,93,19,1); background: radial-gradient( hsla(41, 76%, 60%, 0.95) 0%, rgba(125, 93, 19, 0) 65%); }


body.domestic dd.domestic,
body.fight dd.fight,
body.battle dd.battle,
body.strategy dd.strategy,
body.drama dd.drama           { background: rgba(125,93,19,1); background: radial-gradient( hsla(41, 76%, 60%, 0.95) 0%, rgba(125, 93, 19, 0) 65%); }


.submenu dd img                 { display: none;  }
body.domestic dd.domestic img,
body.fight dd.fight img,
body.battle dd.battle img,
body.strategy dd.strategy img,
body.drama dd.drama img           { display: block;}

/*
body.domestic dd.domestic a::after,
body.fight dd.fight a::after,
body.battle dd.battle a::after,
body.strategy dd.strategy::after,
body.drama dd.drama a::after           { content: url(../img/submenu-maker.png); position: absolute; bottom: -8px;}
*/

  .submenu dd img       {position: absolute; bottom: -8px; width: 35%; max-width: 38px;}

.submenu dd:last-child  { border-right: none; }
.submenu a           { color:hsl(38, 14%, 69%); text-shadow: 0px 0px 5px hsla(0, 0%, 0%, 0.7); transition: all 0.2s;  }
.submenu dd:hover a     { opacity: 1; color: #fff; }

body.domestic dd.domestic a,
body.fight dd.fight a,
body.battle dd.battle a,
body.strategy dd.strategy a,
body.drama dd.drama a           { color: #fff; }

.inact,
.inact a               { pointer-events: none; filter: grayscale(100%) brightness(90%) ; opacity: 0.65; }

.submenu .update_patch-menu       { position: absolute; top: 4px; left: 0; background: none; color: hsl(0, 100%, 57%); font-size: 14px;  }


#submenu_trg               { position: sticky; top: 5.8vw; z-index: 20; }
.under_l        { overflow: visible; }

.target_inner {
  padding-top: 8.2vw; 
  margin-top: -8.2vw;
}


@media screen and (max-width: 767px) {
  .submenu dd:last-child { margin-right: 40px; }
  #submenu_trg               { top: 0;  }

  .submenu dd           { font-size: 4.5vw;}
  .submenu .update_patch-menu       {  font-size: 8px; top: 0;  }


  .target_inner {
    padding-top: 12.2vw; 
    margin-top: -12.2vw;
  }

}


@media screen and (min-width: 1280px) {

  #submenu_trg               { top: 76px;  }

  .breadcrumb_list a,
  .breadcrumb_list {
    font-size: 19px;
  }

  .system_gtitle     {  font-size: 102px; }

  .system_detail--ti {
    font-size: 35px;
  }
  .system_detail--ca {
    font-size: 90px;
  }
  .system_detail--copy {
    font-size: 22px;
  }

  .update_patch {
    font-size: 15px;
  }

  .inner_contents_title h4 {
    font-size: 63px;
  }
  .inner_contents_title h5 {
    font-size: 28px;
  }
  .system_detail_inner--copy {
    font-size: 21px;
  }
}

@media screen and (max-width: 767px) {
  .system_detail--copy {
    font-size: 2vw;
    line-height: 1.8;
  }
  .system_detail_inner--copy {
    font-size: 1.9vw;
    line-height: 1.8;
  }

  .inner_contents_title h4 {
    font-size: 7.2vw;
  }
  .inner_contents_title h5 {
    font-size: 4.2vw;
  }


  /* .inner_contents_title-wrap        { order: 2; } */

  .inner_contents_title {
    position: relative;
    top: 0;
    -webkit-transform: translate(0%, 0%); /* Safari用 */
    transform: translate(0%, 0%);
    border-left: 2px solid #795a1c;
    padding-left: 1em;
    margin-left: 0em;
    /* margin-top: 1.5em; */ /* lo chg */
    margin-bottom: 1.5em;


  }


  
}

@media all and (max-width: 480px) {



  .section__extra-0 {
    margin-bottom: 5vh;
  }

  .breadcrumb_list a,
  .breadcrumb_list {
    font-size: 3.2vw;
  }

  .system_detail--ca {
    font-size: 10vw;
    margin-bottom: 10vw;
  }
  .content_box h3.system_detail--ti {
    padding-bottom: 0.7em;
    padding-top: 0.7em;
  }

  .system_detail--copy {
    font-size: 3.9vw;
    text-align: left;
    padding: 0 2.0em;
  }

  .content_box.system_detail {
    margin-bottom: 35vw;
  }

  .update_patch {
    font-size: 2.4vw;
  }

  .system_detail_inner--copy {
    font-size: 3.2vw;
  }

  .sys_nav {
    width: 90%;
  }
  .system_block--btn {
    padding: 1em 2.8em;
  }
}

/* teaser */

.wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.main_box {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.section_box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.title_box .t_center {
  font-size: 1.1em;
  font-weight: bold;
}

.top_box {
  width: 100%;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 5;
  top: -30px;
}

.top_box img,
.bnr_box img,
.mov_box img,
.btn_box img,
.footer_box img,
.top_left img,
.r_box img,
.collabo_box img,
.title_box img {
  width: 100%;
  height: auto;
}

.top_logo {
  width: 96%;
  max-width: 768px;
  position: absolute;
  bottom: -8vh;
  left: 0;
  right: 0;
  margin: auto;
}

.top_sub_logo {
  width: 60%;
  max-width: 600px;
  height: auto;
  margin: 1vh auto 0;
}

.top_left {
  width: 100%;
  max-width: 250px;
  display: block;
  position: absolute;
  top: 20px;
  left: 3%;
  z-index: 6;
}

.news_box {
  width: 90%;
  margin: 14vh auto 0;
  text-align: center;
}

.title_box {
  width: 100%;
  margin: 10vh auto 0;
  text-align: center;
}

.img_box {
  width: 100%;
  margin: 0 auto;
  max-width: 1080px;
}

.content_box {
  width: 100%;
  margin: 2vh auto 10vh;
  text-align: left;
  max-width: 1280px;
}

/*
.content_box h3,.mov_box h3{
	color: #775114;
	font-size: 20pt;
	line-height: 1.4em;
	padding-bottom: 0.4em;

}
*/

.text_content {
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
}

.bnr_box {
  width: 90%;
  max-width: 480px;
  margin: 1vh auto 3vh;
}

.bnr_box img {
  box-shadow: 2px 4px 10px rgb(23, 23, 23);
}

.mov_box {
  width: 95%;
  max-width: 620px;
  margin: 6vh auto 3vh;
  text-align: center;
}

.r_box {
  width: 80%;
  max-width: 620px;
  margin: 10vh auto;
}

.btn_box {
  width: 90%;
  max-width: 480px;
  margin: 5vh auto 0;
}

.float_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.w100set {
  width: 96%;
  margin: 5px 2%;
  display: block;
}

.w50set {
  width: 46%;
  margin: 5px 2%;
  display: block;
}

.collabo_box {
  width: 90%;
  max-width: 320px;
  margin: 3em auto 0;
  display: block;
}



.sub_content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 2vw;
  background: url("../img/base_sub.png");
  background-size: contain;
  background-repeat: repeat-y;
  display: block;
}

.sub_content_box {
  width: 80%;
  max-width: 890px;
  margin: 0 auto;
  padding: 1.5em 0 3em 0;
  display: flex;
  flex-wrap: wrap;
}

.sub_content_box .title {
  width: 90%;
  margin: 0 auto;
}

.sub_content_box .left {
  width: 45%;
  margin-left: 3.5%;
  margin-right: 1.5%;
}

.sub_content_box .right {
  width: 45%;
  margin-left: 1.5%;
  margin-right: 3.5%;
  line-height: 1.7em;
}

.sub_content_box h4 {
  font-family: "Noto Serif TC", serif;
  font-weight: bold;
  font-size: 1.7em;
  line-height: normal;
  margin-bottom: 0.2em;
  color: #402904;
}

.sub_con_h {
  margin: 6em 0 !important;
}

.sub_box_line {
  position: relative;
  height: 3px;
  border-width: 0;
  width: 100%;
  background-image: -webkit-linear-gradient(
    left,
    transparent 0%,
    #7d2f2f 20%,
    #7d2f2f 80%,
    transparent 100%
  );
  background-image: linear-gradient(
    90deg,
    transparent 0%,
    #7d2f2f 20%,
    #7d2f2f 80%,
    transparent 100%
  );
}

/* switch */
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 6em auto 0;
}

.tab-label {
  background: rgb(157, 130, 84);
  font-family: "Noto Serif TC", serif;
  font-weight: bold;
  padding: 0 1em 0.1em;
  color: #fffdcc;
  font-size: 1.6em;
  line-height: normal;
  margin: 0 0.4em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.1s;
  transition: all 0.5s 0s ease;
  opacity: 0.7;
  order: -1;
}

.tab-label:hover {
  background: rgb(125, 47, 47) !important;
  color: #fff;
  opacity: 1;
}

.tab-content {
  width: 100%;
  display: none;
}

.tab-switch:checked + .tab-label {
  background: rgb(125, 47, 47);
  color: #fff;
  opacity: 1;
}

.tab-switch:checked + .tab-label + .tab-content {
  display: block;
}

.tab-switch {
  display: none;
}

/* youttube */

.iframe-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 896px;
}

/* slider */

.slick01 {
  margin: 2em auto;
}





.slick-center .iframe-wrapper,
.slick-center img {
  opacity: 1 !important;
  transform: scale(1) !important;
  transition: all 0.5s;
}

.slick01 .slick-slide .iframe-wrapper,
.slick01 .slick-slide img {
  width: 100%;
  box-shadow: 0px 0px 13px -3px rgba(65, 65, 65, 0.6);
  opacity: 0.7;
  transform: scale(0.85);
  transition: all 0.5s;
}



/*
.js-modal-video .update_patch         { position: absolute; z-index: 1; left: 0; visibility: hidden; }
.slick-center .js-modal-video .update_patch         { visibility: visible; }
*/
.update_patch2         { position: absolute; z-index: 1; left: 0; transform: scale(0.85) translate(124%, 169%); transition: all 0.5s;}
.slick-center .update_patch2         { transform: scale(1.00) translate(0%, 0%); }

.slick-slide a {
  cursor: pointer;
  /* background: rgb(255, 222, 138); */

  position: relative; display: block;
}

.slick-slide a :hover {
  opacity: 0.7;
}

.slick02 .slick-slide img {
  width: 100%;
  box-shadow: 0px 0px 13px -3px rgba(65, 65, 65, 0.6);
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;
  transform: translate(0, -50%);

  display: block;

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;

  width: 60px !important;
  height: 90px !important;
}

.slick-prev {
  background: url(../img/slick/arrow_l.png) !important;
  background-size: 100% !important;
  left: 10%;
  z-index: 10;
  opacity: 0.8;
  background-repeat: no-repeat !important;
}

.slick-next {
  background: url(../img/slick/arrow_r.png) !important;
  background-size: 100% !important;
  right: 10%;
  z-index: 10;
  opacity: 0.8;
  background-repeat: no-repeat !important;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 8px;
  line-height: 22px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: "■";
  text-align: center;

  opacity: 0.25;
  color: #775114;

  transform: scale(3, 0.8);

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #775114;
}

.a_pic_btn {
  display: block;
  position: relative;
}

.plus {
  display: block;
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 35px !important;
}

/* Tablet & SP */

@media screen and (max-width: 767px) {

  .under_l {
    margin-top: 1vw;
    padding-top: 1vw;
  }

  .top_box {
    top: 0px;
  }

  .main_box {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }

  .top_left {
    width: 40%;
    max-width: 250px;
    display: block;
    position: absolute;
    top: 10px;
    left: 3%;
  }

  .section_box .first_box {
    margin: 15vh auto 3vh !important;
  }



  .s_img img {
    width: 100%;
  }

  .slick01 .slick-slide img {
    width: 100%;
    opacity: 0.8;
    transform: scale(0.9);
  }

  .update_patch2         {  transform: scale(0.9) translate(55%, 65%);}

  .content_box {
    margin: 2vh auto 13vh;
  }

  .content_box h3,
  .mov_box h3 {
    color: #775114;
    font-size: 1.2em;
    padding-bottom: 0.7em;
  }

  /* subcontent */

  .tab-label {
    margin: 0 0.2em;
  }

  .sub_content {
    margin: 0 auto;
    background-size: 120%;
    background-repeat: repeat-y;
    background-position: center;
    display: block;
  }

  .sub_content_box {
    width: 94%;
    margin: 0 auto;
    padding: 1.5em 0 3em 0;
    display: flex;
    flex-wrap: wrap;
  }

  .sub_content_box h4 {
    font-family: "Noto Serif TC", serif;
    font-weight: bold;
    font-size: 1.6em;
    line-height: normal;
    margin-bottom: 0.2em;
    color: #402904;
  }
}

@media all and (max-width: 480px) {
  .content_box h3,
  .mov_box h3 {
    color: #775114;
    font-size: 1.2em;
    padding-bottom: 0.7em;
  }

  .mov_box {
    width: 96%;
    max-width: 620px;
    margin: 5vh auto 3vh;
    text-align: center;
  }

  .section_box .first_box {
    margin: 15vh auto 3vh !important;
  }

  .sub_content {
    margin: 0 auto 2vw;
    background-size: 150%;
    background-repeat: repeat-y;
    background-position: center;
    display: block;
  }

  .sub_content_box .left {
    width: 92%;
    margin: 0 4% 3em;
  }

  .sub_content_box .right {
    width: 92%;
    margin: 0 4%;
    line-height: 1.7em;
  }

  .sub_content_box h4 {
    font-family: "Noto Serif TC", serif;
    font-weight: bold;
    font-size: 1.4em;
    line-height: normal;
    margin-bottom: 0.4em;
    color: #402904;
  }

  .sub_box_line {
    position: relative;
    height: 3px;
    border-width: 0;
    width: 100%;
    background-color: #7d2f2f !important;
  }

  /* switch */
  .tab-wrap {
    margin: 4em auto 0;
  }

  .tab-label {
    font-size: 1.5em;
    margin: 0.2em 1% 0;
    display: block;
  }

  .sub_con_h {
    margin: 4em 0;
  }

  .mov_box h3 {
    font-size: 1.3em;
  }
}
