@charset "UTF-8";
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/NotoSerifCJKjp-ExtraLight.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSerifCJKjp-Light.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifCJKjp-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifCJKjp-Medium.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSerifCJKjp-SemiBold.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSerifCJKjp-Bold.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSerifCJKjp-Black.otf") format("opentype");
}

.st-Toolbar_Inner, .st-Header_Inner {
  width: 1120px;
  margin: 0 auto;
}

@media only screen and (max-width: 599px) {
  .st-Toolbar_Inner, .st-Header_Inner {
    width: calc(100% - 1em);
  }
}

.st-Article_Container, .st-Footer_Container {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 599px) {
  .st-Article_Container, .st-Footer_Container {
    width: calc(100% - 1em);
  }
}

.st-Article_Inner, .st-Footer_Inner {
  width: 870px;
  margin: 0 auto;
}

@media only screen and (max-width: 1381px) {
  .st-Article_Inner, .st-Footer_Inner {
    margin: 0 auto auto 250px;
  }
}

@media only screen and (max-width: 599px) {
  .st-Article_Inner, .st-Footer_Inner {
    width: calc(100% - 1em);
    margin: 0 auto;
  }
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
	color: #cebf52;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.sticky.sticky-fixed.is-sticky {
  position: fixed;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.sticky.sticky-fixed.is-sticky:not([style*='margin-top']) {
  margin-top: 0 !important;
}

.sticky.sticky-fixed.is-sticky:not([style*='margin-bottom']) {
  margin-bottom: 0 !important;
}

.sticky.sticky-fixed.is-absolute {
  position: absolute;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  width: 100%;
  font-size: 62.5%;
  line-height: 1.5;
  color: #333;
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  width: 100%;
  font-size: 1.6rem;
  min-width: 1180px;
}

@media only screen and (max-width: 599px) {
  body {
    min-width: auto;
  }
}

img {
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

.sw-VisibilityHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.sw-Color-red {
  color: #e34c19;
}

.st-Toolbar {
  background: #fff;
  border-bottom: 4px solid #ccc;
  font-size: 1.2rem;
}

.st-Toolbar_Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}

.st-Toolbar_Link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.st-Toolbar_Link li:not(:last-child) {
  margin-right: 1em;
}

.st-Toolbar_Link a {
  color: #555;
}

.st-Header {
  position: relative;
  background-image: url(../img/common/main.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media only screen and (max-width: 599px) {
  .st-Header {
    background-position: 58% center;
    background-size: auto 100%;
  }
}

.st-Header-small {
  background-image: url(../img/common/main-small.jpg);
}

@media only screen and (max-width: 599px) {
  .st-Header-small {
    background-position: 58% center;
  }
}

.st-Header-small .st-Header_Inner {
  height: 315px;
}

.st-Header:after {
  position: relative;
  display: block;
  content: "";
  height: 20px;
  background-color: #000;
  background-image: url(../img/common/section-border.png);
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.8);
}

.st-Header_Inner {
  position: relative;
  height: 695px;
  padding: 2em 0 0;
}

@media only screen and (max-width: 599px) {
  .st-Header_Inner {
    height: 90vh;
  }
}

.st-Header_Inner .share {
  float: right;
}

.st-Header_Title {
  position: absolute;
  right: 0;
  bottom: 20px;
}

.st-Article {
  position: relative;
  font-size: 1.4rem;
  line-height: 2;
  color: #fff;
}

.st-Article-black {
  background-color: #000;
  background-image: url(../img/common/article-bg-black.png);
  background-repeat: repeat;
  background-position: left top;
}

.st-Article-blue {
  background-color: #000;
  background-image: url(../img/common/bg_blue.jpg);
  background-repeat: repeat;
  background-position: left top;
}

.st-Article:after {
  position: relative;
  display: block;
  content: "";
  height: 20px;
  background-color: #000;
  background-image: url(../img/common/section-border.png);
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.8);
}

.st-Article_Inner {
  position: relative;
  padding: 2em 0;
}

.st-Article_Title {
  margin-bottom: 1.5em;
  line-height: 1;
}

.st-Article_Title:after {
  position: relative;
  display: block;
  content: "";
  height: 8px;
  background-color: #000;
  background-image: url(../img/common/title-border.png);
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.8);
}

.st-Article_Image {
  margin: 2em 0;
  text-align: center;
}

.st-Section[aria-hidden="true"] {
  display: none;
}

.st-Section_Title-center {
  text-align: center;
}

.st-Section_Title-noto {
  margin: .5em 0 .25em;
  font-family: "Noto Serif Japanese", Yu Mincho, "\6E38\660E\671D", "\30D2\30E9\30AE\30CE\660E\671D   ProN W6", "HiraMinProN-W6", "HG\660E\671D  E", "\FF2D\FF33   \FF30\660E\671D", "MS PMincho", "MS \660E\671D", serif;
  font-size: 2rem;
  font-weight: 600;
  text-shadow: 0px 0px 10px #000;
}

.st-Section_Image {
  margin: 1em 0;
  text-align: center;
}

.st-Section .notelist {
  margin: 1em 0;
}

.st-Footer {
  padding: 40px 0;
  background: #000;
  text-align: center;
}

.st-Footer_Copy {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}

.share-List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.share-List > li:not(:last-child) {
  margin-right: 5px;
}

.nav {
  z-index: 1000;
  position: absolute;
  left: -5px;
  height: calc(100% - 35px);
}

@media only screen and (max-width: 599px) {
  .nav {
    display: none;
  }
}

.nav-List {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 1em 1em 2em;
  background: url(../img/common/menu-bg.png);
  background-size: 135% 100%;
  background-repeat: no-repeat;
}

.nav-List.fixed {
  position: fixed;
  top: 0;
}

.nav-List_Item {
  margin-bottom: 10px;
}

.nav-List_Button, .nav-List_Button-about-yggdrasill, .nav-List_Button-about, .nav-List_Button-game, .nav-List_Button-charm, .nav-List_Button-howto, .nav-List_Button-guild, .nav-List_Button-data {
  display: block;
  width: 208px;
  height: 58px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.nav-List_Button-about-yggdrasill {
  background: url(../img/nav/menu01.png) no-repeat;
  background-size: 100% 100%;
}

.nav-List_Button-about-yggdrasill.active, .nav-List_Button-about-yggdrasill:hover {
  background: url(../img/nav/menu01_on.png) no-repeat;
  background-size: 100% 100%;
}

.nav-List_Button-about {
  background: url(../img/nav/menu02.png) no-repeat;
  background-size: 100% 100%;
}

.nav-List_Button-about.active, .nav-List_Button-about:hover {
  background: url(../img/nav/menu02_on.png) no-repeat;
  background-size: 100% 100%;
}

.nav-List_Button-game {
  background: url(../img/nav/menu03.png) no-repeat;
  background-size: 100% 100%;
}

.nav-List_Button-game.active, .nav-List_Button-game:hover {
  background: url(../img/nav/menu03_on.png) no-repeat;
  background-size: 100% 100%;
}

.nav-List_Button-charm {
  background: url(../img/nav/menu04.png) no-repeat;
  background-size: 100% 100%;
}

.nav-List_Button-charm.active, .nav-List_Button-charm:hover {
  background: url(../img/nav/menu04_on.png) no-repeat;
  background-size: 100% 100%;
}

.nav-List_Button-howto {
  background: url(../img/nav/menu05.png) no-repeat;
  background-size: 100% 100%;
}

.nav-List_Button-howto.active, .nav-List_Button-howto:hover {
  background: url(../img/nav/menu05_on.png) no-repeat;
  background-size: 100% 100%;
}

.nav-List_Button-guild {
  background: url(../img/nav/menu06.png) no-repeat;
  background-size: 100% 100%;
}

.nav-List_Button-guild.active, .nav-List_Button-guild:hover {
  background: url(../img/nav/menu06_on.png) no-repeat;
  background-size: 100% 100%;
}

.nav-List_Button-data {
  background: url(../img/nav/menu07.png) no-repeat;
  background-size: 100% 100%;
}

.nav-List_Button-data.active, .nav-List_Button-data:hover {
  background: url(../img/nav/menu07_on.png) no-repeat;
  background-size: 100% 100%;
}

.mobilenav {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.5em 1em 40px;
  background-color: #000;
  background-image: url(../img/common/article-bg-black.png);
  background-repeat: repeat;
  background-position: left top;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.mobilenav:after {
  position: absolute;
  display: block;
  content: "";
  visibility: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #000;
  background-image: url(../img/common/section-border.png);
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 599px) {
  .mobilenav {
    display: block;
  }
}

.mobilenav[aria-hidden="false"] {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.mobilenav[aria-hidden="false"] .mobilenav-Button {
  top: calc(100% + 15px);
}

.mobilenav[aria-hidden="false"]:after {
  visibility: visible;
}

.mobilenav-List {
  list-style: none;
}

.mobilenav-List_Item {
  font-size: 1.8rem;
}

.mobilenav-List_Item:not(:last-child) {
  margin-bottom: 1.5em;
}

.mobilenav-List_Item a {
  display: block;
  color: #fff;
  font-family: "Noto Serif Japanese", Yu Mincho, "\6E38\660E\671D", "\30D2\30E9\30AE\30CE\660E\671D   ProN W6", "HiraMinProN-W6", "HG\660E\671D  E", "\FF2D\FF33   \FF30\660E\671D", "MS PMincho", "MS \660E\671D", serif;
  font-weight: 500;
  text-decoration: none;
}

.mobilenav-List_Item:after {
  position: relative;
  display: block;
  content: "";
  margin-top: 0.2em;
  height: 8px;
  background-color: #000;
  background-image: url(../img/common/title-border.png);
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.8);
}

.mobilenav-Button {
  position: absolute;
  width: 40px;
  height: 40px;
  top: calc(100% + 40px);
  left: 15px;
  background-color: #000;
  background-image: url(../img/common/sp_menu.png);
  background-position: center;
  background-size: 100% 100%;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.table {
  margin: 1em 0;
}

.table-schedule {
  font-size: 1.4rem;
  table-layout: fixed;
  width: 70%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid #fff;
}

.table-schedule th, .table-schedule td {
  padding: .2em 1em;
  border: 1px solid #fff;
  font-weight: bold;
}

.table-schedule th {
  text-align: center;
}

.table-schedule td {
  text-align: left;
}

@media only screen and (max-width: 599px) {
  .table-schedule {
    width: 100%;
    display: block;
    white-space: normal;
    border: 0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .table-schedule tbody,
  .table-schedule thead,
  .table-schedule tr,
  .table-schedule th,
  .table-schedule td {
    display: block;
  }
  .table-schedule th,
  .table-schedule td {
    border: 0;
    border-bottom: 1px solid #fff;
  }
  .table-schedule td {
    font-weight: normal;
  }
}

.table-default {
  width: 100%;
  font-size: 1.4rem;
}

@media only screen and (max-width: 599px) {
  .table-default {
    width: auto;
    display: block;
    overflow: auto;
    white-space: nowrap;
  }
}

.table-default th,
.table-default td {
  border: 1px solid #a29c6f;
  padding: .2em 1em;
}

.table-default th {
  background: #252317;
  color: #f7d878;
}

.table-default td {
  background: #000;
  color: #fff;
}

.table-default ul,
.table-default ol {
  list-style: none;
}

.table-weapon {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
}

@media only screen and (max-width: 599px) {
  .table-weapon {
    display: block;
  }
}

.table-weapon th,
.table-weapon td {
  border: 1px solid #a29c6f;
  padding: .2em 1em;
}

.table-weapon th {
  background: #252317;
  color: #f7d878;
  word-break: keep-all;
}

@media only screen and (max-width: 599px) {
  .table-weapon th {
    word-break: normal;
  }
}

.table-weapon td {
  background: #000;
  color: #fff;
}

.table-weapon ul,
.table-weapon ol {
  list-style: none;
}

@media only screen and (max-width: 599px) {
  .table-weapon .table_Tr-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .table-weapon .table_Tr-01 > * {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .table-weapon .table_Tr-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .table-weapon .table_Tr-02 > *:not(.table_Image) {
    width: 50%;
  }
}

.table-weapon .table_Image {
  padding: .5em;
  text-align: center;
  vertical-align: top;
  background-color: #fff;
}

@media only screen and (max-width: 599px) {
  .table-weapon .table_Image {
    width: 100%;
  }
}

.table-fixed {
  table-layout: fixed;
}

@media only screen and (max-width: 599px) {
  .table-col1 {
    display: block;
    white-space: normal;
    border: 0;
    border-top: 1px solid #a29c6f;
    border-left: 1px solid #a29c6f;
    border-right: 1px solid #a29c6f;
  }
  .table-col1 tbody,
  .table-col1 thead,
  .table-col1 tr,
  .table-col1 th,
  .table-col1 td {
    display: block;
    width: 100%;
  }
  .table-col1 th,
  .table-col1 td {
    border: 0;
    border-bottom: 1px solid #a29c6f;
  }
}

.table-col2 th {
  vertical-align: middle;
}

.table-col2-responsive th {
  vertical-align: middle;
}

@media only screen and (max-width: 599px) {
  .table-col2-responsive {
    display: block;
    white-space: normal;
    border: 0;
    border-top: 1px solid #a29c6f;
    border-left: 1px solid #a29c6f;
    border-right: 1px solid #a29c6f;
  }
  .table-col2-responsive tbody,
  .table-col2-responsive thead,
  .table-col2-responsive tr,
  .table-col2-responsive th,
  .table-col2-responsive td {
    display: block;
    width: 100%;
  }
  .table-col2-responsive th,
  .table-col2-responsive td {
    border: 0;
    border-bottom: 1px solid #a29c6f;
  }
}

.QandA {
  width: 100%;
}

.QandA dt {
  /* background: #252317; */
	color: #fff;
	padding: 8px;
  border-radius: 2px;
}

.QandA dt::before {
  content: "Q.";
	font-weight: bold;
  margin-right: 8px;
  color: #f7d878;
}

.QandA dd {
	margin: 0 16px 20px 32px;
	line-height: 140%;
	text-indent: -24px;
}
.QandA dd:before {
	content: "A.";
	font-weight: bold;
  margin-right: 8px;
  color: #f7d878;
}

.notelist {
  list-style: none;
}

.notelist-Item {
  position: relative;
  padding-left: 1em;
}

.notelist-Item:before {
  position: absolute;
  display: block;
  content: "\203B";
  left: 0;
  color: #e34c19;
}

.ss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 3em 0;
  list-style: none;
}

.ss-Item {
  width: 45%;
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 599px) {
  .ss-Item {
    width: 100%;
  }
}

.ss-Item img {
  width: 100%;
}

.ss-Ghost {
  visibility: hidden !important;
  height: 0 !important;
  width: 45%;
  margin: 0 !important;
  padding: 0 !important;
}

.block {
  margin: 1em 0;
}

.block-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 599px) {
  .block-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.block-col2 > .block-Item:nth-child(1) {
  width: 65%;
}

@media only screen and (max-width: 599px) {
  .block-col2 > .block-Item:nth-child(1) {
    width: 100%;
  }
}

.block-col2 > .block-Item:nth-child(2) {
  width: 30%;
}

@media only screen and (max-width: 599px) {
  .block-col2 > .block-Item:nth-child(2) {
    width: 100%;
  }
}

.block-col2-harf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 599px) {
  .block-col2-harf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.block-col2-harf > .block-Item:nth-child(1) {
  width: calc(50% - .5em);
}

@media only screen and (max-width: 599px) {
  .block-col2-harf > .block-Item:nth-child(1) {
    width: 100%;
  }
}

.block-col2-harf > .block-Item:nth-child(2) {
  width: calc(50% - .5em);
}

@media only screen and (max-width: 599px) {
  .block-col2-harf > .block-Item:nth-child(2) {
    width: 100%;
  }
}

.block-Title {
  margin-bottom: .5em;
  font-family: "Noto Serif Japanese", Yu Mincho, "\6E38\660E\671D", "\30D2\30E9\30AE\30CE\660E\671D   ProN W6", "HiraMinProN-W6", "HG\660E\671D  E", "\FF2D\FF33   \FF30\660E\671D", "MS PMincho", "MS \660E\671D", serif;
  font-size: 2rem;
  font-weight: 600;
  text-shadow: 0px 0px 10px #000;
  line-height: 1.5;
}

.block-Title-yellow {
  color: #f7d878;
}

.block-Title-tac {
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .block-Item:not(:last-child) {
    margin-bottom: 1em;
  }
}

.caption-img img {
  vertical-align: middle;
}

.caption-img p {
  margin: 0;
  line-height: 1.5;
}

.tab {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
}

@media only screen and (max-width: 599px) {
  .tab {
    max-width: 100%;
    overflow: auto;
  }
}

.tab-Item:not(:first-child) {
  margin-left: -7px;
}

.tab-Button {
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 108px;
  height: 58px;
  text-align: center;
  background: url("../img/common/tab_off.png") no-repeat;
  background-size: 100% 100%;
  font-family: "Noto Serif Japanese", Yu Mincho, "\6E38\660E\671D", "\30D2\30E9\30AE\30CE\660E\671D   ProN W6", "HiraMinProN-W6", "HG\660E\671D  E", "\FF2D\FF33   \FF30\660E\671D", "MS PMincho", "MS \660E\671D", serif;
  color: #fff;
}

.tab-Button:hover, .tab-Button[aria-selected="true"] {
  background: url("../img/common/tab_on.png") no-repeat;
  color: #f7d878;
}

.c-Databook-01 {
  width: 100%;
  background: #fff;
  border: 1px solid #aa8c8c;
}

.c-Databook-01:not(:first-child) {
  margin-top: 20px;
}

.c-Databook-01 thead {
  text-align: left;
  background: #f07885;
  color: #fff;
}

.c-Databook-01 thead tr {
  border: 1px solid #aa8c8c;
}

.c-Databook-01 thead tr th {
  padding: 15px 30px;
}

.c-Databook-01 tbody {
  color: #434343;
}

.c-Databook-01 tbody tr th,
.c-Databook-01 tbody tr td {
  padding: 20px 10px;
  border: 1px solid #aa8c8c;
  vertical-align: middle;
}

.c-Databook-01 tbody tr th img,
.c-Databook-01 tbody tr td img {
  display: block;
  margin: 0 auto;
}

.c-Databook-01 tbody tr th {
  min-width: 100px;
  background: #ead4d4;
}

.c-Databook-01 tbody tr td {
  min-width: 2em;
  line-height: 1.5;
}

.c-Databook-02 {
  width: 100%;
  background: #fff;
  border: 1px solid #aa8c8c;
}

.c-Databook-02:not(:first-child) {
  margin-top: 20px;
}

.c-Databook-02 thead {
  text-align: left;
  background: #f07885;
  color: #fff;
}

.c-Databook-02 thead tr {
  border: 1px solid #aa8c8c;
}

.c-Databook-02 thead tr th {
  padding: 15px 30px;
}

.c-Databook-02 tbody {
  color: #434343;
}

.c-Databook-02 tbody tr th,
.c-Databook-02 tbody tr td {
  padding: 20px 10px;
  border: 1px solid #aa8c8c;
  vertical-align: middle;
}

.c-Databook-02 tbody tr th img,
.c-Databook-02 tbody tr td img {
  display: block;
  margin: 0 auto;
}

.c-Databook-02 tbody tr th {
  background: #ead4d4;
}

.c-Databook-02 tbody tr td {
  line-height: 1.5;
}

.c-Databook-03 {
  width: calc(50% - 10px);
  background: #fff;
  border: 1px solid #aa8c8c;
}

.c-Databook-03 thead {
  text-align: center;
  background: #9e6b6b;
  color: #fff;
}

.c-Databook-03 thead tr {
  border: 1px solid #aa8c8c;
}

.c-Databook-03 thead tr th {
  padding: 15px;
}

.c-Databook-03 tbody {
  color: #434343;
}

.c-Databook-03 tbody tr th,
.c-Databook-03 tbody tr td {
  padding: 20px 10px;
  border: 1px solid #aa8c8c;
  vertical-align: middle;
}

.c-Databook-03 tbody tr th {
  padding: 20px 0;
  background: #fff;
}

.c-Databook-03 tbody tr td {
  background: #f0e6d8;
}

#pickup {
  width: 100%;
}

#pickup ul {
  margin-left: 0;
}

.strong {
  font-weight: bold;
  font-size: 2em;
  font-family: "Noto Serif Japanese", Yu Mincho, "\6E38\660E\671D", "\30D2\30E9\30AE\30CE\660E\671D   ProN W6", "HiraMinProN-W6", "HG\660E\671D  E", "\FF2D\FF33   \FF30\660E\671D", "MS PMincho", "MS \660E\671D", serif;
  line-height: 1.5;
}

.tac {
  text-align: center;
}

.mb005 {
  margin-bottom: .5em !important;
}

.mb01 {
  margin-bottom: 1em !important;
}

.mb02 {
  margin-bottom: 2em !important;
}

.mb03 {
  margin-bottom: 3em !important;
}

.mb04 {
  margin-bottom: 4em !important;
}

.mb05 {
  margin-bottom: 5em !important;
}

.mt01 {
  margin-top: 1em !important;
}

.mt02 {
  margin-top: 2em !important;
}

.mt03 {
  margin-top: 3em !important;
}

.mt04 {
  margin-top: 4em !important;
}

.mt05 {
  margin-top: 5em !important;
}

.ttl01 {
  line-height: 1;
  margin: .5em 0 .25em;
  font-family: "Noto Serif Japanese", Yu Mincho, "\6E38\660E\671D", "\30D2\30E9\30AE\30CE\660E\671D   ProN W6", "HiraMinProN-W6", "HG\660E\671D  E", "\FF2D\FF33   \FF30\660E\671D", "MS PMincho", "MS \660E\671D", serif;
  font-size: 3rem;
  font-weight: 600;
  text-shadow: 0px 0px 10px #000;
}

.ttl01:after {
  position: relative;
  display: block;
  content: "";
  height: 8px;
  background-color: #000;
  background-image: url(../img/common/title-border.png);
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.8);
}

.ttl02 {
  line-height: 1;
  margin: .5em 0 .25em;
  font-family: "Noto Serif Japanese", Yu Mincho, "\6E38\660E\671D", "\30D2\30E9\30AE\30CE\660E\671D   ProN W6", "HiraMinProN-W6", "HG\660E\671D  E", "\FF2D\FF33   \FF30\660E\671D", "MS PMincho", "MS \660E\671D", serif;
  font-size: 2.4rem;
  font-weight: 600;
  text-shadow: 0px 0px 10px #000;
}

.ttl03 {
  line-height: 1;
  margin: .5em 0 .25em;
  font-family: "Noto Serif Japanese", Yu Mincho, "\6E38\660E\671D", "\30D2\30E9\30AE\30CE\660E\671D   ProN W6", "HiraMinProN-W6", "HG\660E\671D  E", "\FF2D\FF33   \FF30\660E\671D", "MS PMincho", "MS \660E\671D", serif;
  font-size: 2rem;
  font-weight: 600;
  text-shadow: 0px 0px 10px #000;
}

.ttl04 {
  line-height: 1;
  margin: .5em 0 .25em;
  font-family: "Noto Serif Japanese", Yu Mincho, "\6E38\660E\671D", "\30D2\30E9\30AE\30CE\660E\671D   ProN W6", "HiraMinProN-W6", "HG\660E\671D  E", "\FF2D\FF33   \FF30\660E\671D", "MS PMincho", "MS \660E\671D", serif;
  font-size: 1.8rem;
  font-weight: 600;
  text-shadow: 0px 0px 10px #000;
}

.ttl05 {
  line-height: 1;
  margin: .5em 0 .25em;
  font-family: "Noto Serif Japanese", Yu Mincho, "\6E38\660E\671D", "\30D2\30E9\30AE\30CE\660E\671D   ProN W6", "HiraMinProN-W6", "HG\660E\671D  E", "\FF2D\FF33   \FF30\660E\671D", "MS PMincho", "MS \660E\671D", serif;
  font-size: 1em;
  font-weight: 600;
  text-shadow: 0px 0px 10px #000;
}

.ttl06 {
  line-height: 1;
  margin: .5em 0 .25em;
  font-family: "Noto Serif Japanese", Yu Mincho, "\6E38\660E\671D", "\30D2\30E9\30AE\30CE\660E\671D   ProN W6", "HiraMinProN-W6", "HG\660E\671D  E", "\FF2D\FF33   \FF30\660E\671D", "MS PMincho", "MS \660E\671D", serif;
  font-size: 1em;
  font-weight: 600;
  text-shadow: 0px 0px 10px #000;
}

.yellow {
  color: #f7d878;
}
