:root{
  --bg-color:#ecede7;
  --img--rwd-width: 50%;
  --img--width-S: 400px;
  --img--width-L: 900px;
  --in-font-size: clamp(15px, 2vw, 14.5px);
  --title-font-size: clamp(17px, 3vw, 20.5px);
  --skill-font-size:clamp(15px, 2.5vw, 16.5px);
  --in-font-color: #585858;
  --crafter-color: 78, 50, 143;
  --gatherer-color: 143, 120, 50;
  --crafter-color-light: #695499;
  --gatherer-color-light: #998854;
  --header-offset: 4.4vw;
  --menu__list-offset: 2.5vw;
  --first-column-width: 41%;  
  --sticky-h: calc((var(--header-offset, 0px)) + (var(--menu__list-offset, 0px)) + 12px);

}

@media (max-width: 550px) {
  :root{
  --img--rwd-width: 100%;
  }
}

#header_embed{
  border-bottom: 0;
}

.crafting_gathering_guide{
  font-size: var(--in-font-size);
}

.header-index {
  width: 100%;
  height: 639px;
  background:#4e3928 url("../images/cover_bg.jpg") no-repeat;
  background-attachment:fixed;
  position:relative;
	background-position: center var(--header-offset);
}
@media (max-width: 1344px) {
  .header-index {
    height: auto;
    aspect-ratio: 1344 / 640;
  }
  
}
.header-index h1 {
	width: 84.8%;
	max-width: 815px;
  position:relative;
  margin:0 auto
}
.header-index h1 img{
  width:100%;
  height:auto;
}

.header-index__inner {
  width: 100%;
	max-width: 960px;
  height:100%;
  margin:0 auto;
  position:relative;
	display: flex;
  justify-content:center;
  align-items:flex-end;
}
.header-index__social {
  position:absolute;
  top:10px;
  right:24px;
  width:88px
}
.header-index__lodestone {
  width:304px;
  height:30px;
  position:absolute;
  top:10px;
  left:18px;
  z-index:2
}
.header-index__lodestone a {
  display:block;
  width:304px;
  height:30px;
  position:relative;
  overflow:hidden
}
.header-index__lodestone a img {
  display:block
}
.header-index__lodestone a:hover img {
  margin-top:-32px
}
.header-index__lodestone a:active img {
  margin-top:-64px
}
.header-index__update {
  position:absolute;
  top:1%;
  left:1%;
  background:url("../../images/bg_patch.png") no-repeat center center / contain;
  padding:2%;
}
.header-index__update img {
  display:block
}
.header-index__update p {
  text-align:center;
  /*font-size: var(--in-font-size);*/
  font-weight: 700;
  color:#ffffff;
  text-shadow:0px 1px 2px rgba(0,0,0,0.5);
  text-shadow:0px 1px 2px 0px rgba(0,0,0,0.5);
  line-height:1;
}
/* .header-index__update p span {
  font-size:inherit;
} */


.header-index__update .patch{
  --t-sd-color: 147, 97, 0;
  font-size: clamp(17px, 4vw, 26px);
  font-family: 'Noto Serif TC';
  font-weight: 600;
  color:#FFF;
  text-align: center;
	text-shadow:
    0 0 8px rgba(var(--t-sd-color), .9),
    0 0 6px rgba(var(--t-sd-color), .7),
    0 0 4px rgba(var(--t-sd-color), .5),
    0 0 2px rgba(var(--t-sd-color), .3);
  filter: drop-shadow(15px 0 15px rgba(0, 0, 0, .5)) drop-shadow(-15px 0 15px rgba(0, 0, 0, .5));
}

.header-index__update .update{
  --t-sd-color: 0, 0, 0;
  margin-top: 0.5rem;
  font-size: clamp(11px, 1.4vw, 15px);
  font-weight: 600;
  color: #FFF;
  text-align: center;
  text-shadow:
    0 0 10px rgba(var(--t-sd-color), .6),
    0 0 5px rgba(var(--t-sd-color), .7),
    0 0 15px rgba(var(--t-sd-color), .9);
}




.crafting_gathering_guide {
  background:url("../images/texture.png") var(--bg-color);
  /*padding-bottom:120px;*/
  font-family:'Noto Sans TC', sans-serif;

}

.index-catch {
  padding: clamp(6px, 1vw, 8px);
  background:#23401a;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom: clamp(20px, 3vw, 32px);
  text-align:center;
	font-size: clamp(13px, 2vw, 20px);
  color:#fff;
  font-weight:500;
}
.index-lead {
  /*font-size: var(--in-font-size);*/
  color: var(--in-font-color);
  line-height:1.5;
  margin-bottom: clamp(30px, 4vw, 40px);
}
.crafting_gathering_guide p+p{
  margin-top: 1rem;
}


.index-title.crafter {
  background:linear-gradient(to right, rgb(var(--crafter-color)) 0%,rgba(var(--crafter-color),0) 100%);
  --shadow-color: var(--crafter-color);
}
.index-title.gatherer {
  background:linear-gradient(to right, rgb(var(--gatherer-color)) 0%,rgba(var(--gatherer-color),0) 100%);
  --shadow-color: var(--gatherer-color);
}
.index-title {
  border-top-left-radius:8px;
  border-bottom-left-radius:8px;
  display:flex;
  align-items:center;
  justify-content:start;
  margin-bottom: clamp(20px, 3vw, 32px);
  padding:4px;
  font-size: var(--title-font-size);
  font-weight: 700;
  color:#fff;
  text-shadow:0 0 5px rgb(var(--shadow-color));
}

.index-title i {
  width:40px;
  height:40px;
  display:block;
  margin-right:8px;
}
.index-title i img {
  width:100%;
  height:auto;
}
.index-text {
  margin-bottom: clamp(20px, 3vw, 32px);
  /*font-size: var(--in-font-size);*/
  color:var(--in-font-color);
  line-height:1.5;
}
.index-list {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-evenly;
}

.index-list__wrapper {
  width: 100%;
  max-width:1282px;
  margin:0 auto;
  display:flex;
  justify-content:center;
  padding:0 clamp(1px, 1vw, 6px) clamp(20px, 3vw, 32px);
}
.index-list.crafter,
.index-list.gatherer{
  width: 100%;
}

.index-list li {
	width:23%;
  /* max-width:300px; */
  margin:2% 1%;
  position:relative;
}
@media (max-width:1280px){
  .header-index {
    aspect-ratio: 1344 / 640;
    background-size: 200% auto;
  }
}

@media (max-width:1000px){
	.index-list li {width:28%;}
}

@media (max-width:737px){
	.index-list li{width:45%;margin:4% 1%;}
	.index-list li .jobpic{padding:8% 2% 0;}

}

@media (max-width:430px){
	.index-list.crafter li .jobpic,.index-list.gatherer li .jobpic{padding:13% 2% 0;}
}

@media (max-width:390px){
	.index-list.crafter li .jobpic,.index-list.gatherer li .jobpic{padding:15% 2% 0;}

}



.index-list li a {
  display:block;
  position:relative;
  -moz-transition:background-color .3s cubic-bezier(0.645, 0.045, 0.355, 1),box-shadow .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition:background-color .3s cubic-bezier(0.645, 0.045, 0.355, 1),box-shadow .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition:background-color .3s cubic-bezier(0.645, 0.045, 0.355, 1),box-shadow .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition:background-color .3s cubic-bezier(0.645, 0.045, 0.355, 1),box-shadow .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius:8px;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;	
}

.index-list.crafter li a{
  --var-color: var(--crafter-color);
}
.index-list.gatherer li a{
  --var-color: var(--gatherer-color);
}


.index-list li a::before,
.index-list li a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 84%;
  height: 90%;
  transform: scale(0);
  transition: transform .35s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 0;
}

.index-list li a::before,
.index-list li a::after {
  border-color: #fff;
  border-width: clamp(1px, 1vw, 2px);
  border-style: solid;
  top: clamp(25px, 5vw, 30px); left: 13%;
  border-radius: .75vw;
}

.index-list li a::before {
  /* z-index: 1; */
  border-right-width: 0;
  border-bottom-width: 0;
  transform-origin: left top;
  
}

.index-list li a::after {
  z-index: 0;
  border-left-width: 0;
  border-top-width: 0;
  transform-origin: right bottom;
}



.index-list li a .ic_new,.index-list li a .ic_update {
  position:absolute;
  top:-16px;
  left:8px;
  z-index: 3;
  display:block;
}
.index-list li p {
  display:flex;
  align-items:center;
  justify-content:start;
  padding:8px;
  font-size: var(--title-font-size);
  font-weight: 700;
  position:absolute;
  top:0;
  left:0;
  z-index: 2;
  transition: filter .3s;
}

.index-list li p i {
  display:block;
  max-width: clamp(30px, 8vw, 48px);
  margin-right:8px;
}


.index-list li p i img{
  display:block;width:100%;height:100%;

}

.index-list.crafter li p {
  color:rgb(var(--crafter-color));
}

.index-list.gatherer li p {
  color:rgb(var(--gatherer-color));
}

.index-list li .jobpic{
  width:100%;
  max-width: 300px;
  padding:5% 0 0;
  position: relative;
  transition:all 0.3s;
  z-index: 3;
}
.index-list.gatherer li:nth-last-of-type(1) .jobpic img{
  transform: translateX(10%);
}

.index-list.crafter li .jobpic img,
.index-list.gatherer li .jobpic img
{width:100%; position: relative;} 



@media (hover) {
  .index-list li  a:hover p{
    filter: drop-shadow(0px 0px 8px var(--bg-color)) drop-shadow(7px 5px 4px var(--bg-color)) drop-shadow(0px 0px 4px var(--bg-color));

  }

  .index-list li a:hover::before,
  .index-list li a:hover::after {
    transform: scale(1);
    background:rgba(255, 255, 255, .15);
    filter: drop-shadow(8px 8px 4px rgb(var(--var-color), .15));
  }

	.index-list li a:hover .jobpic{
    transform: scale(1.05);
    filter: drop-shadow(8px -1px 4px rgb(var(--var-color), .1)) drop-shadow(8px -1px 4px rgb(0, 0, 0, .15));
  }
}

.content {
  max-width:1248px;
  margin:0 auto;
  padding:0 16px;
}

.menu {
  width:100%;
  text-align:center;
  background:#eaebe6;
  position: relative;
}

.menu:after {
  content:"";
  background:url("../images/shadow.png") repeat-x 0 0;
  height:4px;
  width:100%;
  position:absolute;
  bottom:-4px;
  left:0;
  z-index:1
}
.menu__wrapper {
  width:100%;
  position: sticky;
  top:var(--header-offset);
  z-index:12;
}
.menu__wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute; left: 0; top: 0; z-index: 99;
  pointer-events: none;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, .15);
}
.menu__list {
  --border: 1px solid rgba(200, 200, 200, .5);
  width:100%;
  max-width: 960px;
  margin:0 auto;
  display:flex;  
  border-left: var(--border);
}
.menu__list>li {
  width:calc(100% / 3); 
  position:relative;
  z-index:5;
}

.menu__list>li.hover:after {
  content:"";
  background:url("../images/shadow.png") repeat-x;
  height:4px;
  width:100%;
  position:absolute;
  bottom:-4px;
  left:0;
  z-index:2
}


.menu__list>.li_content, .menu__list>li,
.menu__list>li>span,
.menu__list>li>span::before,
.menu__list>li>span>div {
  transition: all .25s cubic-bezier(0.645, 0.045, 0.355, 1);
}




.menu__list>li>span {
  --lighter-border: 1px solid rgba(255, 255, 255, .5);
  width:100%;
  padding:0 .25rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgb(220, 220, 220, 1));
  border-right: var(--border);
  border-left: var(--lighter-border);
  cursor:pointer;
  position:relative;
  z-index:10;
  display:block;
}

.menu__list>li>span::before{
  content:"";
  width:100%;
  height:100%;
  background:rgb(149, 177, 205);
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:0;
  mix-blend-mode: multiply;
  opacity: 0;
  pointer-events: none;
}

.menu__list>li>span {
  padding: .6rem .25rem .4rem;
}

.menu__list>li>span>div.en {  
  font-size: .75rem;
  line-height: 1rem;
  color:#7ebafb;
}

.menu__list>li>span>div.tc {
  font-size: 1.1rem;
  line-height: 2rem;
  color:#4c7ee8;
  font-weight: 500;
}

@media (max-width: 260px) {
  .menu__list>li>span{
    padding: 5vw 2vw 2vw;
  }
  .menu__list>li>span>div.en {
    font-size: 4vw;
    line-height: 3vw;
  }
  .menu__list>li>span>div.tc {
    font-size: 6vw;
  }
}

.sub_menu {
  width:100%;
  margin:0 auto;
  position:absolute;
  background:#f4f5f2;
  bottom:3px;
  left:0;
  z-index:-1;
  padding:8px 0 5px;
  opacity:0;
}

 .menu__list>li>span {
   --filter-en: brightness(.85) saturate(1.5) grayscale(.5);
   --filter-tc: brightness(.5) saturate(1);
   --opacity: .1;
 } 
.menu__list>li>span.active>div.en {
  filter: var(--filter-en);
} 
.menu__list>li>span.active>div.tc {
  filter: var(--filter-tc);
}
.menu__list>li>span.active::before {
  opacity: var(--opacity);
}

@media (hover) {
 .menu__list>li:hover {
   -moz-box-shadow:0px 2px 3px 0px rgba(0,0,0,0.4);
    -webkit-box-shadow:0px 2px 3px 0px rgba(0,0,0,0.4);
    box-shadow:0px 2px 3px 0px rgba(0,0,0,0.4);
    z-index: 99;
 } 
 .menu__list>li:hover span {
   border-right: var(--lighter-border);
 } 
 .menu__list>li>span:hover>div.en{
   filter: var(--filter-en);
 } 
 .menu__list>li>span:hover>div.tc{
   filter: var(--filter-tc);
 } 
  .menu__list>li:hover span::before {
    opacity: var(--opacity);
  }
}

.sub_menu li {
  width:100%;
  position:relative;
}
.sub_menu li a {
  display:block;
  padding:5px 9px;
  font-size: clamp(14px, 2vw, 16px);
  color:#4c7ee8;
  font-weight: 700;
  text-align:left;
  -moz-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
  transition:all .3s;
  position:relative;
}
.sub_menu li a:hover {
  color:#6696ff;
  text-decoration:underline
}
.sub_menu li a.ic_new::after,.sub_menu li a.ic_update::after {
  content:"";
  display:block;
  position:absolute;
  top:50%;
  right:8px;
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  width:8px;
  height:8px;
  background:#cc2929;
  border-radius:4px
}
.sub_menu li a.ic_update::after {
  background:#e68600
}
.sub_menu li a.selected {
  color:#666666;
  text-decoration:none;
  pointer-events:none
}

.sub_menu li.coming_soon::after{
  content:"敬請期待";
  width: 100%;
  height: 100%;
  background: rgba(134, 134, 134, 0.842);
  font-weight: 500;
  color:#fff;
  letter-spacing: 0.2rem;
  text-shadow: 0px 0px 3px rgba(60, 60, 60, 0.8), 0px 0px 15px rgb(66, 66, 66);
  display: flex;
  justify-content: center;
  align-items: center;
  position:absolute;
  top:0;
  left:0;
  opacity: 0;
  transition: opacity .25s;
}

.sub_menu li:hover.coming_soon::after{
  opacity: 1;
}


/* .nav {
  margin-bottom:16px
}
.nav li {
  padding:0 0 0 0;
  margin:0 0 16px 0;
  font-size:14px;
  min-width:240px;
  text-align:left
}
.nav li li {
  padding:0 0 0 20px;
  margin:0 0 0 0
} */
.nav__floating {
  position: static;
  top:16px;
  z-index:1000000;
}
.nav__floating.fixed {
  position:fixed;
  top: calc((var(--header-offset, 0px)) + (var(--menu__list-offset, 0px)) + 16px);
  right:16px;
}
.nav__floating__icon {
  width:32px;
  height:32px;
  background:url("../images/nav__floating__icon.png") no-repeat 0 0;
  background-size: 100% auto;
  cursor:pointer;
  margin-left:4px;
  line-height:1;
  display:none;
  transition: filter .15s;
  float: right;
}
.nav__floating__icon:hover {
  filter: brightness(.9) contrast(1.5);
}
/* .nav__floating__icon.fixed {
  position:fixed;
  top: calc((var(--header-offset, 0px)) + (var(--menu__list-offset, 0px)) + 16px);
  right:16px
} */
.nav__floating__bace_position {
  /* max-width: 98%; */
  position:absolute;
  top: 16px;
  right: 16px;
  z-index:11
}
.nav__floating__list {
  background:#f3f3f3;
  max-width:272px;
  border-radius:4px;
  box-shadow:0px 1px 3px rgba(0,0,0,0.4);
  padding:16px 0 16px 16px;
  position:relative;
  z-index:11;
  display:none;
  float:right;
}
.nav__floating__list.about {
  padding:16px;
  max-width:560px
}

.nav__floating__list__close {
  width: 32px;
  height: 32px;
  background: url(../images/close.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  /* top: 54px;
  right: 4px; */
  top: 52px;
  right: 6px;
  /* transform: translateX(-100%); */
  display: none;
  z-index: 100150;
  /* -webkit-tap-highlight-color: transparent; */
  cursor: pointer;
  transition: all .2s;
}

.nav__floating__list__close:hover {
  filter: brightness(.5);
  transform: rotate(90deg);
}


.nav__floating__list__wrapper {
  overflow:hidden;
  position:relative;
  height:100%;
  padding-right:16px;
  width:256px;
}
.nav__floating__list__wrapper .iScrollVerticalScrollbar {
  width:12px !important;
  right:0px !important;
  z-index:10 !important
}
.nav__floating__list__wrapper .iScrollIndicator {
  width:4px !important;
  border-radius:4px !important;
  right:6px !important;
  border:none !important
}
/* .nav__floating__list.fixed {
  position:fixed;
  top: calc((var(--header-offset, 0px)) + (var(--menu__list-offset, 0px)) + 16px);
  right:16px
} */
.nav__floating__list ul {
  width:240px;
  margin-bottom:16px
}
.nav__floating__list li {
  width:48px;
  height:48px;
  float:left;
  position:relative
}
.nav__floating__list li.ic_new::after,.nav__floating__list li.ic_update::after {
  content:"";
  width:52px;
  height:52px;
  background-repeat:no-repeat;
  background-position:0 0;
  display:block;
  position:absolute;
  top:-4px;
  left:-2px;
  z-index:2;
  pointer-events:none;
}
.nav__floating__list li.ic_new::after {
  background-image:url("../images/frame_new.png");
}
.nav__floating__list li.ic_update::after {
  background-image:url("../images/frame_update.png");
}

.nav__floating__list .nav-content {
  position:absolute;
  top:-99999px
}
.nav__floating__list .nav-content.show {
  position:static
}
.clearfix:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
    line-height: 0;
    clear: both;
}
.nav-title {
  margin-bottom:8px;
}
.nav-title a {
  /*font-size: var(--in-font-size);*/
	font-weight: 700;
  position:relative;
  display:inline-block
}
.nav-title a.crafter {
  color:rgb(var(--crafter-color))
}
.nav-title a.gatherer {
  color:#756321
}
.nav-title a:hover {
  text-decoration:none
}
.nav-title a.ic_new::after,.nav-title a.ic_update::after {
  content:"";
  display:inline-block;
  transform:translate(0, -50%);
  width:8px;
  height:8px;
  margin-left:4px;
  background:#cc2929;
  border-radius:4px;
  pointer-events:none
}
.nav-title a.ic_update::after {
  background:#e68600
}
.nav-title.large a {
  font-size: clamp(16px, 2vw, 20px);
}
.nav-about .nav__floating__list__wrapper {
  width:276px
}
.nav-about h2 {
  padding-left:8px
}
.nav-about h2.large {
  padding:0
}
.nav-about h2:nth-last-child(1) {
  margin-top:16px
}
.nav-action h2:nth-last-child(1) {
  margin-top:16px
}

@media (max-width: 430px) {
  .nav__floating__bace_position{
    width: fit-content;
    right: 0;
    top: 0;
  }
  .nav__floating{
    width: fit-content;
    padding: 10px 6px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    
  }
  .nav__floating.fixed{
    right: 0;
    top: calc((var(--header-offset, 0px)) + (var(--menu__list-offset, 0px)) + 6px);
  }
  .nav__floating__list {
    max-width: 100%;
    width: 100%;
    max-height: 80vh;
    padding: 10px 0 10px 10px;
    /* position: absolute;
    top: 0;
    right: 0; */
  }
  .nav__floating::before{
    content: "";
     width: 100vw; height: 100vh;
    position: fixed;
    top: 0; left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
  }
  .nav__floating.opened::before{
    opacity: 1;
    pointer-events: auto;
  }
  .nav__floating__list__wrapper {
    width:100%;
    padding-right:0;
  }
  .nav__floating__list ul {
    width:100%;
  }
}




.guide-header {
  --bg-color:rgb(39, 23, 76);
  --bg-x-pos: center;
  width:100%;
  margin-bottom: clamp(5px, 2vw, 16px);
  position:relative;
  background-color: var(--bg-color);
  background-repeat: no-repeat;
  background-position: var(--bg-x-pos) calc((var(--header-offset, 0px))*.6);
  background-attachment:fixed;
}
@media (min-width: 980px) {
  .guide-header { 
    height: 360px;
  }
}
@media (min-width: 431px) and (max-width: 979px) {
  .guide-header { 
   --bg-x-pos: 62%;
  }
  .guide-header.guide-header__carpenter,
  .guide-header.guide-header__leatherworker,
  .guide-header.guide-header__fisher {
    --bg-x-pos: 53%;
  }
}
@media (max-width: 430px) {
  .guide-header {
    --bg-x-pos: 51%;
    aspect-ratio: 1344 / 446;
    background-size: 225% auto;
    background-position: var(--bg-x-pos) calc((var(--header-offset, 0px)) + (var(--menu__list-offset, 0px)*.5));
  }

  .guide-header.guide-header__carpenter {
    --bg-x-pos: 36%;
  }
  .guide-header.guide-header__blacksmith {
    --bg-x-pos: 45%;
  }
  .guide-header.guide-header__goldsmith {
    --bg-x-pos: 49%;
  }
  .guide-header.guide-header__leatherworker {
    --bg-x-pos: 43%;
    background-position: var(--bg-x-pos) calc((var(--header-offset, 0px)) + (var(--menu__list-offset, 0px)*1.2));
  }
  .guide-header.guide-header__culinarian {
    --bg-x-pos: 46%;
  }

  .guide-header.guide-header__fisher {
    --bg-x-pos: 45%;
  }
}

@media (max-width: 300px) {
  .guide-header {
    background-position: var(--bg-x-pos) calc((var(--header-offset, 0px)) + (var(--menu__list-offset, 0px)*.5));
    background-size: 265% auto;
  }
}


@media (max-width: 200px) {
  .guide-header {
    background-size: 340% auto;
  }
}


.guide-header__carpenter {
  background-image:url("../carpenter/images/guide_header.jpg");
}
.guide-header__blacksmith {
  background-image:url("../blacksmith/images/guide_header.jpg");
}
.guide-header__armorer {
  background-image:url("../armorer/images/guide_header.jpg");
}
.guide-header__goldsmith {
  background-image:url("../goldsmith/images/guide_header.jpg");
}
.guide-header__leatherworker {
  background-image:url("../leatherworker/images/guide_header.jpg");
}
.guide-header__weaver {
  background-image:url("../weaver/images/guide_header.jpg");
}
.guide-header__alchemist {
  background-image:url("../alchemist/images/guide_header.jpg");
}
.guide-header__culinarian {
  background-image:url("../culinarian/images/guide_header.jpg");
}

.guide-header__miner,
.guide-header__botanist,
.guide-header__fisher {
  --bg-color:#554317;
}

.guide-header__miner {
  background-image:url("../miner/images/guide_header.jpg");
}
.guide-header__botanist {
  background-image:url("../botanist/images/guide_header.jpg");
}
.guide-header__fisher {
  background-image:url("../fisher/images/guide_header.jpg");
}
.guide-header__inner {
  width: 100%;
  max-width:960px;
  /* height: 100%; */
  margin:0 auto;
  padding-top:4px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
@media (max-width: 430px) {
  .guide-header__inner {
    height: 100%;
    min-height: fit-content;
    justify-content: space-evenly;
  }  
}
.guide-header__guide_top {
  width: 100%;
  max-width:200px;
  height:28px;
  margin-bottom:4px;
  padding-left:22px;
  position:relative;
  display:flex;
  align-items:center;
}
.guide-header__guide_top:hover {
  color:#ffffff;
  text-decoration:none;
}
.guide-header__guide_top img {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0
}
.guide-header__guide_top img.on {
  opacity:0
}
.guide-header__guide_top span {
  color:#fff;
  font-size: clamp(12px, 4vw, 16px);
  font-weight: 500;
  text-shadow:0px 1px 3px #000;
  position:relative;
}
.guide-header__classname {
  width: 80%;
  max-width: 560px;
  margin-bottom:4px;
}
.guide-header__classname>img {
  width: 100%;
  height: auto;
}


.guide-header__classname__role {
  margin-left:clamp(1px, 2vw, 16px);
  display:flex;
  align-items:center;
  line-height:32px;
  font-size: clamp(12px, 4vw, 16px);
  font-weight: 500;
  color:#fff;
  text-shadow: 0 0 4px #000;
}

.guide-header__classname__role img {
  width: clamp(16px, 7vw, 32px);
  height: auto;
  display:inline-block;
  margin-right:4px;
}
.guide-header__text {  
  width: 60%;
  max-width:472px;
  /* background:url("../images/header_textbg.png") no-repeat left top; */
  background-image: linear-gradient(-158deg, rgba(0, 0, 0, .65) 20%, rgba(0, 0, 0, 0) 50%);
  padding:14px 0 16px 16px;
  position:relative;
  border-radius: 8px;
  line-break: anywhere;
}

@media screen and (min-width: 980px) {
  .guide-header__text {
    min-height:178px;
  }  
}

@media screen and (max-width: 430px) {
  .guide-header__text {
    display: none;
  }  
}

.guide-header__text p {
  color:#f5f5f5;
  text-shadow:0px 1px 4px #000;
  text-shadow:0px 1px 4px 0px #000;
  max-height: 100%;
  overflow:hidden;
  margin:0;
  padding-right:16px;
  position:relative;
  display:block;
	line-height: 1.7;
}

.guide-header__text p span{
  display: inline;
}
.guide-header__text p span.break{
  display: inline-block;
}

.guide-header__text p.ps .ps__rail-y {
  position:absolute;
  right:6px !important;
  width:4px
}
.guide-header__text p.ps .ps__rail-y .ps__thumb-y {
  position:absolute;
  width:100%;
  background:#ffffff;
  opacity:.2;
  border-radius:4px
}
.guide-header__text p.ps:hover .ps__rail-y .ps__thumb-y,.guide-header__text p.ps.hover .ps__rail-y .ps__thumb-y {
  opacity:.8
}

.guide-loading {
  display:block;
  background:url("../images/loading.gif") no-repeat 50% 60px;
  background-size:50px 50px;
  height:100vh;
  display: none;
}
.guide-wrapper {
  width: 100%;
  max-width:980px;
  margin:0 auto 5%;
  padding:16px clamp(10px, 1vw, 20px) 10px;
  border-radius:8px;
  background:#e5e3d3;
  box-shadow:0px 0px 0px 1px rgba(0,0,0,0.05) inset;
  display:none
}
.guide-update {
  margin-bottom:6px;
  text-align:right;
  font-size:14px;
  font-weight: 700;
  color:var(--in-font-color);
  font-family:'Noto Sans', sans-serif
}
.guide-update span {
  font-size:inherit;
  font-weight: 700;
  color:var(--in-font-color);
  font-family:'Noto Sans', sans-serif
}
.guide-notes {
  margin:1rem 10px;
  color:#b2122d;
}
.guide-notes__lvmaxcaution {
  background:#fffceb;
  border-radius:6px;
  margin:0 0 16px;
  padding:6px;
  font-size:14px;
  font-weight: 700;
  color:#b36b24;
  text-align:center
}
.guide-notes__lvmaxcaution a {
  color:#2556b8
}
.guide-notes__lvmaxcaution.bottom {
  margin-bottom:32px
}
.guide-tab {
  display:flex;
  justify-content:space-between;
  width: 100%;
  margin:0 auto clamp(20px, 3vw, 32px);
}
.guide-tab li {
  position:relative;
  width: 49%;
  padding: clamp(5px, 1vw, 9px) 0;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  text-align:center;
  cursor:pointer;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 800;
  background:#f0eddd;
  box-shadow:0px 2px 4px 0px rgba(0,0,0,0.25),0px -1px 0px 0px rgba(0,0,0,0.1) inset,0px 1px 0px 0px rgba(255,255,255,0.25) inset;
  transition: all .3s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.guide-tab li.crafter {
  color:rgb(var(--crafter-color))
}
.guide-tab li.gatherer {
  color:#756229
}
.guide-tab li:hover {
  background:#fffceb;
  box-shadow:0px 2px 4px 0px rgba(0,0,0,0.25),0px -1px 0px 0px rgba(0,0,0,0.1) inset,0px 1px 0px 0px rgba(255,255,255,0.25) inset
}
.guide-tab li.active {
  background:#f5a300;
  box-shadow:inset 0px 1px 2px 0px rgba(0,0,0,.1);
  color:#fff;
  font-weight: 700;
  cursor:default;
  text-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.guide-tab li.ic_new::after,.guide-tab li.ic_update::after {
  content:"";
  display:inline-block;
  transform:translate(0, -50%);
  width:8px;
  height:8px;
  margin-left:4px;
  background:#cc2929;
  border-radius:4px;
  pointer-events:none
}
.guide-tab li.ic_update::after {
  background:#e68600
}

.guide-first_view {
  width: fit-content;
  max-width:400px;
  /* min-height:66px; */
  margin:0 auto;
  padding: clamp(6px, 2vw, 12px) clamp(10px, 2vw, 16px);
  background:url("../images/beginner.png") no-repeat right bottom #2b8000;
  background-size: auto 100%;
  box-shadow:0px 4px 16px 0px rgba(0,0,0,0.25),0px 2px 0px 0px #2f8c00 inset,0px -2px 0px 0px #267300 inset;
  font-size: clamp(13px, 2vw, 16px);
  color:#ffffff;
  font-weight: 500;
  line-height:1.5;
  text-align:left;  
  border-radius: clamp(6px, 2vw, 16px);
  position:absolute;
  top:0;
  left:0;
  right:0;
  --transY: calc(-100% - 8px);
  transform: translateY(var(--transY));
  pointer-events:none;
  display:none;
}

.guide-first_view.show {
  display:block;
}

@media (min-width: 431px) {
  .guide-first_view {
    width: 100%;
    background-size: auto 130%;
    background-position: right top;
    align-items:center;
    justify-content:center;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .guide-first_view.show {
    display:flex
  }
}

.guide-first_view::before {
  content:"";
  display:block;
  width:0;
  height:0;
  position:absolute;
  top:100%;
  left:0;
  right:0;
  margin:0 auto;
  border-style:solid;
  border-width:8px 8px 0 8px;
  border-color:#267300 transparent transparent transparent
}


@media (max-width: 430px) {
  .guide-first_view {
    width: 205%;
    left: initial;
    right: 0;
  }
  .guide-first_view::before {
    left:72%;
    right: initial;
  }
}

.guide-inner {
  display:none
}
.guide-inner.active {
  display:block
}
.guide-content {
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  padding:16px 10px 10px;
  position:absolute;
  top:-99999px;
  background:#e5e3d3;
  box-shadow:0px 0px 0px 1px rgba(0,0,0,0.05) inset
}

.guide-content__info {
  margin-bottom:16px
}
.guide-content__info>div{
  padding-top: 16px;
}

.guide-content__info>div+div{
  margin-top: 24px;
}

.guide-content.active {
  position:static
}

.guide-title {
  height:32px;
  /* margin-bottom:16px; */
  padding:0 10px;
  font-size: var(--skill-font-size);
  font-weight: 600;
  color:#fff;
  border-radius:6px;
  display:flex;
  align-items:center;
}
.guide-title .ic_new,.guide-title .ic_update {
  display:inline-block;
  margin-left:4px;
  margin-top:-4px;
  vertical-align:middle
}
.guide-title.crafter {
  background:rgb(var(--crafter-color))
}
.guide-title.gatherer {
  background:rgb(var(--gatherer-color))
}
.stitle_block{
  width: 100%;
  max-width: 940px;
  margin:0 auto 16px;
}
@media (max-width: 430px) {
  .stitle_block.is-stuck{
      margin-bottom: calc(var(--thead-height) + 8px);
  }
}

.guide-sub_title {
  font-size: var(--skill-font-size);
  font-weight: 700;
}
.guide-sub_title .ic_new,.guide-sub_title .ic_update {
  display:inline-block;
  margin-left:4px;
  margin-top:-4px;
  vertical-align:middle
}
.guide-sub_title.mb0 {
  margin-bottom:0
}
.guide-sub_title.crafter {
  color:rgb(var(--crafter-color))
}
.guide-sub_title.gatherer {
  color:rgb(var(--gatherer-color))
}
.hide {
  display:none;
}
.guide-table {
  width:940px;
  margin: 0 auto 8px;
}
.guide-table__wrapper {
  margin-bottom:64px;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}

@media (min-width: 431px) {
  .guide-table__wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  /* -webkit-overflow-scrolling: touch; */
  /* 可以讓 iOS 瀏覽器滑動時有慣性效果。 */
  }
}
@media (min-width: 431px) and (max-width: 974px) {
  .guide-table__wrapper.is-dragging {
    cursor: grabbing;
    user-select: none; /* 拖曳時避免選字 */
  }
}


.guide-thead th{
  padding: .5rem;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

.guide-thead th::before{
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: 100%;  
  border-radius:4px;
  position: absolute;
  top: 0; 
  z-index: 0;
}

.guide-thead th:not(:first-of-type,:last-of-type):before{
  right: 1px;
}
.guide-thead th:first-of-type:before{
  left: 0;
}
.guide-thead th:last-of-type:before{
  right: 0;
}

.guide-thead p {
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap: wrap;
  text-align: center;  
  line-height: 1.2;
  color:#fff;
  position: relative;
  z-index: 1;
}
.guide-thead p>span{
  display: inline-block;
}

@media (min-width: 431px) {
  .guide-thead p {
    word-break: keep-all;
  }
}

/* .guide-thead p.crafter */
.job--crafter .guide-thead th::before {
  background: var(--crafter-color-light);
}
/* .guide-thead p.gatherer */
.job--gatherer .guide-thead th::before {
  background: var(--gatherer-color-light);
}

.guide-thead hr {
  height:1px;
  margin:0;
  padding:0
}
.guide-thead__update p {
  background:#b36b24 !important
}

.guide-tbody tr.new td, .guide-tbody tr.update td {
  border-bottom:0;
  height:16px;
  padding-top:0;
  padding-bottom:0;
}

.guide-tbody tr.new td {
  background:#f0cece;
}

.guide-tbody tr.update td {
  background:#f0dfb6;
}

.guide-tbody tr.new+tr td {
  background:#f0dddd;
}
.guide-tbody tr.update+tr td {
  background:#f0e4c5;
}

.guide-tbody td {
  padding: 6px 4px;
  border-bottom:1px solid #999999;
  vertical-align:middle;
  text-align:left;
  /*font-size: var(--in-font-size);*/
  color:var(--in-font-color);
  line-height:1.4;
}

.crafter .guide-tbody td.skill{
  width: 200px;
}
.crafter .guide-tbody td.jobclass{ 
  width: 95px;
}
.crafter .guide-tbody td.cost{
  width: 70px;
}

.gatherer .guide-tbody td.skill{
  width: 246px;
}
.gatherer .guide-tbody td.jobclass{ 
  width: 95px;
}
.gatherer .guide-tbody td.classification{ 
  width: 48px;
}
.gatherer .guide-tbody td.recast{ 
  width: 32px;
}
.gatherer .guide-tbody td.cost{
  width: 48px;
}

.guide-tbody td strong {
  font-weight: 600;
}
.guide-tbody td img {
  display:inline-block;
  vertical-align:middle;
}
.guide-tbody td p {
  display:inline-block;
  vertical-align:middle;
}
.guide-tbody td p img {
  display:block;
}

p .job_mission {
  color: #b36b24;
  font-size: var(--in-font-size);
  display: block;
}

.blue_mark{
  color: #2556b8;
  font-weight: 700;
}

@media (max-width: 430px) {
  p .job_mission {
    font-size: calc(var(--in-font-size) * .9);
  }
}

.class_quest {
  color:#b36b24;
  /* font-weight: 600; */
}

.guide-tbody td .class_quest:hover {
  text-decoration:none;
}

.guide-tbody td.skill .skill__wrapper,.guide-tbody td.skill .jobclass__wrapper,.guide-tbody td.jobclass .skill__wrapper,.guide-tbody td.jobclass .jobclass__wrapper {
  display:table;
  width:fit-content;
  vertical-align:middle;
}
.guide-tbody td.skill .skill__wrapper__icon,.guide-tbody td.skill .jobclass__wrapper__icon,.guide-tbody td.jobclass .skill__wrapper__icon,.guide-tbody td.jobclass .jobclass__wrapper__icon {
  display:table-cell;
  vertical-align:middle;
  width:48px;
}
.guide-tbody td.skill .skill__wrapper p,.guide-tbody td.skill .jobclass__wrapper p,.guide-tbody td.jobclass .skill__wrapper p,.guide-tbody td.jobclass .jobclass__wrapper p {
  display:table-cell;
  vertical-align:middle;
}

@media (min-width: 431px) {
  .guide-tbody td.skill .skill__wrapper p,.guide-tbody td.skill .jobclass__wrapper p,.guide-tbody td.jobclass .skill__wrapper p,.guide-tbody td.jobclass .jobclass__wrapper p {
    padding-left: .25rem;
  }
}

.guide-tbody td.skill .skill__wrapper p{
  font-size: var(--skill-font-size);
  font-weight: 600;
}


.guide-tbody td.skill .skill__wrapper p ruby rt _::-webkit-full-page-media,.guide-tbody td.skill .skill__wrapper p ruby rt _:future,:root .guide-tbody td.skill .skill__wrapper p ruby rt,.guide-tbody td.skill .jobclass__wrapper p ruby rt _::-webkit-full-page-media,.guide-tbody td.skill .jobclass__wrapper p ruby rt _:future,:root .guide-tbody td.skill .jobclass__wrapper p ruby rt,.guide-tbody td.jobclass .skill__wrapper p ruby rt _::-webkit-full-page-media,.guide-tbody td.jobclass .skill__wrapper p ruby rt _:future,:root .guide-tbody td.jobclass .skill__wrapper p ruby rt,.guide-tbody td.jobclass .jobclass__wrapper p ruby rt _::-webkit-full-page-media,.guide-tbody td.jobclass .jobclass__wrapper p ruby rt _:future,:root .guide-tbody td.jobclass .jobclass__wrapper p ruby rt {
  transform:translateY(0.5rem);
}
@-moz-document url-prefix() {
  .guide-tbody td.skill .skill__wrapper p ruby rt,.guide-tbody td.skill .jobclass__wrapper p ruby rt,.guide-tbody td.jobclass .skill__wrapper p ruby rt,.guide-tbody td.jobclass .jobclass__wrapper p ruby rt {
  margin-bottom:-4px
  }
}

.guide-tbody td.skill .jobclass__wrapper__icon,.guide-tbody td.jobclass .jobclass__wrapper__icon {
  width:32px
}
.guide-tbody td.skill .jobclass__wrapper__icon img,.guide-tbody td.jobclass .jobclass__wrapper__icon img{
  width: 100%;
  height: auto;
}

.guide-tbody td.classification,.guide-tbody td.cast,.guide-tbody td.recast,.guide-tbody td.cost {
  text-align:center
}
.guide-tbody td .new {
  color:#b2122d;
}
/* .guide-tbody td.content,.guide-tbody td.update {
  padding-left:.5rem;
  padding-right:.5rem;
} */

.guide-tbody td.update {
  color:#b36b24
}

.guide-tbody td.distant_range img {
  vertical-align:top;
  margin:0 2px 0 10px
}
.guide-tbody td .update_text {
  text-align:right;
  position:relative;
  margin-top:8px
}
.guide-tbody td .update_text__tooltip {
  width:320px;
  position:absolute;
  top:24px;
  right:0;
  display:none;
  border-radius:4px;
  padding:12px 20px;
  background:#f3f3f3;
  -moz-box-shadow:0px 0px 0px 2px #f5a300 inset,0px 1px 3px 0px rgba(0,0,0,0.4);
  -webkit-box-shadow:0px 0px 0px 2px #f5a300 inset,0px 1px 3px 0px rgba(0,0,0,0.4);
  box-shadow:0px 0px 0px 2px #f5a300 inset,0px 1px 3px 0px rgba(0,0,0,0.4);
  /* font-size:12px; */
  color:var(--in-font-color);
  text-align:left;
  font-weight:normal;
  line-height:1.4;
  cursor:default;
  z-index:2
}
.guide-tbody td .update_text__btn {
  background:#e59900;
  display:inline-block;
  width:120px;
  height:24px;
  text-align:center;
  /*font-size: var(--in-font-size);*/
  font-weight: 700;
  color:#ffffff;
  border-radius:12px;
  -moz-transition:all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition:all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition:all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition:all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  line-height:24px
}
.guide-tbody td .update_text__btn:hover {
  text-decoration:none;
  background:#f5a300
}

.guide-skill_icon {
  width:48px;
  aspect-ratio: 1 / 1;
  background:url("../images/skill_icon_bg.png") no-repeat 4px 2px;
  background-size:40px auto;
  font-size:0;
  line-height:0;
  vertical-align:middle;
  position:relative;
  display:inline-block;
}

.guide-skill_icon img {
  width: 40px;
  height: auto;
  aspect-ratio: 1 / 1;
  position:absolute;
  top:2px;
  left:50%;
  margin-left:-20px;
  display:block;
  z-index:1;
}

.guide-skill_icon:after {
  width:100%;
  height: 100%;
  content:"";
  background:url("../images/icon_after.png") no-repeat center center;
  background-size:100% auto;
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:2;
}

.content__info span{
  display: block;
}

/* 
.guide-social {
  padding-top:16px
}
.guide-social .social__btn {
  position:static;
  -webkit-justify-content:flex-end;
  -ms-justify-content:flex-end;
  justify-content:flex-end
}
  */

.guide-gatherer_category.jp {
  white-space:nowrap;
}

.guide-gatherer_category span {
  display: inline-block;
}

.guide-about>*{
  padding-top: clamp(19px, 3vw, 24px);
}
.guide-about>div+div{
  margin-top: clamp(20px, 3vw, 32px);
}

.guide-about__title {
  font-size: clamp(19px, 3vw, 24px);
  font-weight: 800;
  margin-bottom: clamp(20px, 3vw, 32px);
  padding-bottom:10px;
  line-height:1;
  position:relative
}
.guide-about__title::after {
  content:"";
  display:block;
  width:100%;
  height:2px;
  border-radius:1px;
  position:absolute;
  bottom:0;
  left:0
}
.guide-about__title.crafter {
  color:rgb(var(--crafter-color))
}
.guide-about__title.crafter:after {
  background:rgb(var(--crafter-color))
}
.guide-about__title.gatherer {
  color:#756321
}
.guide-about__title.gatherer:after {
  background:#756321
}
.guide-about__subtitle {
  display:flex;
  align-items:center;
  /* height:32px; */
  padding:6px 10px;
  /*font-size: var(--in-font-size);*/
  font-weight: 700;
  color:#ffffff;
  margin-bottom: clamp(20px, 3vw, 32px);
  border-top-left-radius:6px;
  border-bottom-left-radius:6px
}
.guide-about__subtitle.crafter {
  background:linear-gradient(to right, rgb(var(--crafter-color)) 0%,rgba(var(--crafter-color),0) 100%);
  text-shadow: 0 0 5px rgb(var(--crafter-color));
}
.guide-about__subtitle.gatherer {
  background:linear-gradient(to right, rgb(var(--gatherer-color)) 0%,rgba(var(--gatherer-color),0) 100%);
  text-shadow: 0 0 5px rgb(var(--gatherer-color));
}
.guide-about__subtitle.ic_new::after,.guide-about__subtitle.ic_update::after {
  content:"";
  display:inline-block;
  transform:translate(0, -50%);
  width:8px;
  height:8px;
  margin-left:4px;
  border-radius:4px;
  pointer-events:none;
}

.guide-about__subtitle.ic_new::after {
  background:#cc2929
}
.guide-about__subtitle.ic_update::after {
  background:#00b900
}
.guide-about__lead {
  max-width:900px;
  margin:0 auto 16px;
  /*font-size: var(--in-font-size);*/
  font-weight: 700;
}
.guide-about__lead.crafter {
  color:rgb(var(--crafter-color))
}
.guide-about__lead.gatherer {
  color:#756321
}
.guide-about__text {
  width: 100%;
  padding: 0 clamp(5px, 1vw, 15px);
  /*font-size: var(--in-font-size);*/
  color:var(--in-font-color);
  line-height:1.5;
  margin:0 auto clamp(20px, 3vw, 32px);
}
.guide-about__text.notes {
  color:#b2122d
}

.guide-about__text span {
  display: inline-block;
}

.guide-about__map,
.guide-about__box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.guide-about__map{
  gap: clamp(10px, 1.5vw, 15px);
}

.guide-about__box {
  margin:0 auto clamp(20px, 3vw, 32px);
  padding: 0 clamp(5px, 1vw, 15px);
  gap: clamp(10px, 2vw, 20px);
}

.guide-about__map img,
.guide-about__box__image {
  width: var(--img--rwd-width);
  max-width: var(--img--width-S);
  height: auto;
  display:block;
} 

.guide-about__map__text,
.guide-about__box__text {
  width: min-content;
  flex: 1 1 auto;
}

.guide-about__box__text span{
  display: inline-block;
}

@media (max-width: 550px) {

  .guide-about__map__text,
  .guide-about__box__text {
    width: 100%;
  }
}
.guide-about__map p {
  /*font-size: var(--in-font-size);*/
  color:var(--in-font-color);
  line-height:1.5;
  margin-bottom:1rem;
}
.guide-about__map p.notes {
  color:#b2122d
}
.guide-about__inner {
  margin:0 auto;
}

.guide-about__box__image img {
  width: 100%;
  height: auto;
  border-radius:8px
}
.guide-about__box__image img+img {
  margin-top:16px
}

.guide-about__box p {
  /*font-size: var(--in-font-size);*/
  color:var(--in-font-color);
  line-height:1.5;
  margin-bottom:1rem;
}
.guide-about__box p.notes {
  color:#b2122d
}

.guide-about__box p span.note2 {
  color:#2556b8;font-weight: 700;
}

.guide-about__box p a {
  font-weight: 700;
  color:#2556b8;
  -moz-transition:text-decoration .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition:text-decoration .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition:text-decoration .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition:text-decoration .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-decoration:none
}
.guide-about__box p a:hover {
  text-decoration:underline
}
.guide-about__column {
  display:flex;
  justify-content:center;
  align-items:flex-start;
  padding-bottom:16px
}
.guide-about__column li {
  width:400px;
  margin:0 20px
}
.guide-about__column li img {
  width: 100%;
  display:block;
  margin-bottom:16px;
  border-radius:8px
}
.guide-about__column li p {
  margin-bottom: clamp(20px, 3vw, 32px);
  /*font-size: var(--in-font-size);*/
  font-weight: 700;
  color: var(--in-font-color);
  text-align:center
}
.guide-about__column li p.notes {
  margin-bottom:16px;
  font-weight:normal;
  color:#b2122d;
  text-align:left
}
.guide-about__image {
  width: 100%;
  max-width: var(--img--width-L);
  margin:0 auto 64px;
}
.guide-about__image img {
  width:100%;
  height:auto;
  display:block;
  margin:0 auto 32px;
  border-radius:8px;
}

.icon-wrapper,
.guide-cost,
.guide-recast {
  display: none;
}

.guide-cost__icon,
.guide-recast__icon {
    display: flex;
    align-items: center;
    font-size: clamp(12px, 1.5vw, 14px);
    color: var(--in-font-color);
    line-height: 1;
  }



.crafter::selection,
.crafter::-moz-selection { background:var(--crafter-color-light);}
.gatherer::selection,
.gatherer::-moz-selection { background:var(--gatherer-color-light);}




.js__jobguide_new_one img,
.js__jobguide_update_one img{
  width: auto;
  height: 16px;
}

/* 提示字popup */
.tooltip__text {
  display: block;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 6px 8px 4px 8px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-size: var(--in-font-size);
  color: #404040;
  max-width: 284px;
  z-index: 99;
}

/* --------------------------------------------------------------------------------- */
/* <=430px div style */


.jobguide__new{
  background: #f0dddd;
}

.jobguide__updated {
  background: #f0e4c5;
}


.job__jobguide__new__icon, .job__jobguide__updated__icon{
  width: 100%;
  height: 19px;
  padding: 0 4px;
  display: flex;
  align-items: flex-end;
}
.job__jobguide__new__icon img, .job__jobguide__updated__icon img{
  width: auto;
  height: 17px;
}

.job__jobguide__new__icon{
  background: #f0cece;
}

.job__jobguide__updated__icon{
  background: #f0dfb6;
}

.guide-cards .guide-thead {
  color: #fff;
  display: grid;
  grid-template-columns: var(--first-column-width) 1fr;
  gap: var(--gap);
  position: sticky;
  top: calc(var(--sticky-h) * 1.3);
  z-index: 10;
  filter: drop-shadow(0 3px 3px #e5e3d3);
}

.guide-cards .guide-thead::before{
  content: '';
  display: block;
  width: 100%;
  height: 200%;
  background: #e5e3d3;
  /* background: red; */
  position: absolute;
  left:0;
  top:0;
  z-index: 1;
  transform: translateY(-100%);
  opacity: 1;
  transition: opacity .25s;
}
.guide-cards .show-before.guide-thead{
  filter: drop-shadow(0 3px 3px #e5e3d3);
}


.guide-cards .show-before.guide-thead::before {
  opacity: 1;
}

.guide-cards .guide-thead .label {
  padding: .25rem;
  text-align: center;
  font-weight: 500;
  border-radius: 4px;
  position: relative;
  z-index: 9;
}
.crafter .guide-cards .guide-thead .label {
  background-color: var(--crafter-color-light);
}
.gatherer .guide-cards .guide-thead .label {
  background-color: var(--gatherer-color-light);
}

.guide-cards .row {
  padding: 6px 4px;
  display: grid;
  grid-template-columns: var(--first-column-width) 1fr;
  gap: var(--gap);
  color: var(--in-font-color);
  border-bottom: 1px solid #999999;
  position: relative;
  z-index: 0;
}
.value.block_1>div+div{
  margin-top: 3px;
}
.guide-cards .skill__wrapper {
  display: flex;
  align-items: center;
  gap: var(--gap);    
  font-size: var(--skill-font-size);
  font-weight: 600;
}

.guide-cards .skill__wrapper p span{
  display: inline-block;
}

.guide-cards .skill__wrapper__icon .guide-skill_icon {
  width: 38px;
  background-image: none;
  background-size: 32px auto;
  background-position: 3px 2px;
  position: relative;
  display: flex;
  justify-content: center;
}
.guide-cards .skill__wrapper__icon .guide-skill_icon img {
  width: 32px; height: auto; aspect-ratio: 1/1;
  top: 2px;
  left: 3px;
  margin-left: 0;
}

.guide-cards .jobclass__wrapper {
  display: flex;
  align-items: center;
  gap: var(--gap);
  line-height: 1;
}
.guide-cards .jobclass__wrapper .guide-skill_icon,
.guide-cards .jobclass__wrapper .jobclass__wrapper__icon{
  font-size: 0;
  line-height: 0;
}
.guide-cards .jobclass__wrapper .jobclass__wrapper__icon img{
  width: 16px;
}
.guide-cards .cost__wrapper,
.guide-cards .recast__wrapper {
  display: flex;
  align-items: center;
  gap: var(--gap);
  line-height: 1;
}
.guide-cards .cost__wrapper::before,
.guide-cards .recast__wrapper::before{
  content: '';
  display: inline-block;
  width: 16px;
  height: auto;
  aspect-ratio: 1 / 1;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: var(--gap);
}

.guide-cards .cost__wrapper::before{
  background-image: url('../images/icon_cost.png');
}
.guide-cards .recast__wrapper::before{
  background-image: url('../images/icon_recast.png');
}

@media (max-width: 430px) {
  :root {
    --gap: 4px;
  }

  .guide-title{
    margin-bottom: 12px;
    position: relative;
    z-index: 10;
  }

  .stitle_block {
    margin-bottom: 8px;
    z-index: 10;
    position: sticky;
    display: flex;
    /* justify-content: space-between; */
    top: var(--sticky-h);
  }

  .stitle_block>*+*{
    margin-left: 8px;
  }

  .guide-cost, .guide-recast {
    top: 4px;
  }

  .guide-cost .guide-cost__icon,
  .guide-recast .guide-recast__icon {
    transform: translateY(2px);
  }

  .guide-table__wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
  }

  .guide-table { display: none;}
  .guide-cards { width: 100%; display: block; z-index: 0; position: relative;}

  .icon-wrapper,
  .guide-cost,
  .guide-recast {
    width: fit-content;
    display:flex;
    align-items: center;
  }
  .guide-recast {
    margin-left: calc(var(--in-font-size) * .5);
  }

  .guide-cost__icon i{
    font-size: 0;
    line-height: 0;
  }
}

@media (max-width: 359px) {
  .guide-cards .skill__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}